aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--configure.ac.pamphlet2
-rw-r--r--src/ChangeLog7
-rw-r--r--src/algebra/Makefile.in3
-rw-r--r--src/algebra/Makefile.pamphlet3
-rw-r--r--src/algebra/data.spad.pamphlet18
-rw-r--r--src/boot/ast.boot23
-rw-r--r--src/interp/compiler.boot13
-rw-r--r--src/interp/sys-constants.boot5
-rw-r--r--src/share/algebra/browse.daase1488
-rw-r--r--src/share/algebra/category.daase1539
-rw-r--r--src/share/algebra/compress.daase1338
-rw-r--r--src/share/algebra/interp.daase9294
-rw-r--r--src/share/algebra/operation.daase31506
15 files changed, 22659 insertions, 22600 deletions
diff --git a/configure b/configure
index 05cbca14..a1d2e2fe 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.63 for OpenAxiom 1.4.0-2009-09-05.
+# Generated by GNU Autoconf 2.63 for OpenAxiom 1.4.0-2009-09-08.
#
# Report bugs to <open-axiom-bugs@lists.sf.net>.
#
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='OpenAxiom'
PACKAGE_TARNAME='openaxiom'
-PACKAGE_VERSION='1.4.0-2009-09-05'
-PACKAGE_STRING='OpenAxiom 1.4.0-2009-09-05'
+PACKAGE_VERSION='1.4.0-2009-09-08'
+PACKAGE_STRING='OpenAxiom 1.4.0-2009-09-08'
PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net'
ac_unique_file="src/Makefile.pamphlet"
@@ -1501,7 +1501,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.4.0-2009-09-05 to adapt to many kinds of systems.
+\`configure' configures OpenAxiom 1.4.0-2009-09-08 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1571,7 +1571,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of OpenAxiom 1.4.0-2009-09-05:";;
+ short | recursive ) echo "Configuration of OpenAxiom 1.4.0-2009-09-08:";;
esac
cat <<\_ACEOF
@@ -1674,7 +1674,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-OpenAxiom configure 1.4.0-2009-09-05
+OpenAxiom configure 1.4.0-2009-09-08
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1688,7 +1688,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.4.0-2009-09-05, which was
+It was created by OpenAxiom $as_me 1.4.0-2009-09-08, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -17677,7 +17677,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.4.0-2009-09-05, which was
+This file was extended by OpenAxiom $as_me 1.4.0-2009-09-08, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17740,7 +17740,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-OpenAxiom config.status 1.4.0-2009-09-05
+OpenAxiom config.status 1.4.0-2009-09-08
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index c68bb892..d5e664a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.4.0-2009-09-05],
+AC_INIT([OpenAxiom], [1.4.0-2009-09-08],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index 1ffbdc47..a860ea37 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -1154,7 +1154,7 @@ information:
<<Autoconf init>>=
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.4.0-2009-09-05],
+AC_INIT([OpenAxiom], [1.4.0-2009-09-08],
[open-axiom-bugs@lists.sf.net])
@
diff --git a/src/ChangeLog b/src/ChangeLog
index c187df16..7e63b6c9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/ast.boot: Support "pointer" as simple datatype.
+ * interp/compiler.boot (getBasicFFIType): SystemPointer is an FFI type.
+ * algebra/data.spad.pamphlet (SystemPointer): New.
+ * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Include SYSPTR.
+
2009-09-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
* algebra/data.spad.pamphlet: Cleanup.
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 47010830..4d3f88c8 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -322,6 +322,7 @@ $(OUT)/IOMODE.$(FASLEXT): $(OUT)/SETCAT.$(FASLEXT)
$(OUT)/PRINT.$(FASLEXT): $(OUT)/TYPE.$(FASLEXT)
$(OUT)/RTVALUE.$(FASLEXT): $(OUT)/TYPE.$(FASLEXT)
+$(OUT)/SYSPTR.$(FASLEXT): $(OUT)/SETCAT.$(FASLEXT)
axiom_algebra_layer_0 = \
AHYP ATTREG CFCAT ELTAB KOERCE KONVERT \
@@ -348,7 +349,7 @@ axiom_algebra_layer_0 = \
DIOPS DIOPS- STRING STRICAT ISTRING ILIST \
LIST \
LINEXP PATMAB REAL CHARZ LOGIC LOGIC- \
- RTVALUE
+ RTVALUE SYSPTR
axiom_algebra_layer_0_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_0))
diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet
index d8ee249a..1d75410b 100644
--- a/src/algebra/Makefile.pamphlet
+++ b/src/algebra/Makefile.pamphlet
@@ -276,6 +276,7 @@ $(OUT)/IOMODE.$(FASLEXT): $(OUT)/SETCAT.$(FASLEXT)
$(OUT)/PRINT.$(FASLEXT): $(OUT)/TYPE.$(FASLEXT)
$(OUT)/RTVALUE.$(FASLEXT): $(OUT)/TYPE.$(FASLEXT)
+$(OUT)/SYSPTR.$(FASLEXT): $(OUT)/SETCAT.$(FASLEXT)
axiom_algebra_layer_0 = \
AHYP ATTREG CFCAT ELTAB KOERCE KONVERT \
@@ -302,7 +303,7 @@ axiom_algebra_layer_0 = \
DIOPS DIOPS- STRING STRICAT ISTRING ILIST \
LIST \
LINEXP PATMAB REAL CHARZ LOGIC LOGIC- \
- RTVALUE
+ RTVALUE SYSPTR
axiom_algebra_layer_0_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_0))
diff --git a/src/algebra/data.spad.pamphlet b/src/algebra/data.spad.pamphlet
index 95feee21..2d84ac59 100644
--- a/src/algebra/data.spad.pamphlet
+++ b/src/algebra/data.spad.pamphlet
@@ -235,6 +235,22 @@ UInt64() == SystemNonNegativeInteger 64
@
+\section{System-level Pointer Datatype.}
+
+<<domain SYSPTR SystemPointer>>=
+)abbrev domain SYSPTR SystemPointer
+++ Author: Gabriel Dos Reis
+++ Date Created: September 8, 2009
+++ Date Last Modified: September 8, 2009
+++ Description:
+++ This domain is a datatype system-level pointer values.
+SystemPointer(): SetCategory
+ == add
+ x = y == EQL(x,y)$Foreign(Builtin)
+ coerce(x:%): OutputForm ==
+ FORMAT(NIL$Foreign(Builtin),"~A",x)$Foreign(Builtin)
+@
+
\section{The ByteBuffer domain}
@@ -432,6 +448,8 @@ DataArray(N: PositiveInteger, T: SetCategory): Public == Private where
<<domain UINT32 UInt32>>
<<domain UINT64 UInt64>>
+<<domain SYSPTR SystemPointer>>
+
@
\end{document}
diff --git a/src/boot/ast.boot b/src/boot/ast.boot
index e8973230..c83e95c6 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -1214,7 +1214,7 @@ genTypeAlias(head,body) ==
-- `writeonly', or `readwrite'.
$NativeSimpleDataTypes ==
- '(char byte int
+ '(char byte int pointer
int8 uint8
int16 uint16
int32 uint32
@@ -1298,6 +1298,12 @@ nativeType t ==
unknownNativeTypeError t
t = "float32" => nativeType "float"
t = "float64" => nativeType "double"
+ t = "pointer" =>
+ %hasFeature KEYWORD::GCL => "fixnum"
+ %hasFeature KEYWORD::ECL => KEYWORD::POINTER_-VOID
+ %hasFeature KEYWORD::SBCL => ["*",bfColonColon("SB-ALIEN","VOID")]
+ %hasFeature KEYWORD::CLISP => bfColonColon("FFI","C-POINTER")
+ unknownNativeTypeError t
unknownNativeTypeError t
-- composite, reference type.
first t = "buffer" =>
@@ -1306,12 +1312,9 @@ nativeType t ==
%hasFeature KEYWORD::SBCL => ["*",nativeType second t]
%hasFeature KEYWORD::CLISP => bfColonColon("FFI","C-POINTER")
unknownNativeTypeError t
- first t = "buffer" =>
- %hasFeature KEYWORD::GCL => "fixnum"
- %hasFeature KEYWORD::ECL => KEYWORD::OBJECT
- %hasFeature KEYWORD::SBCL => ["*",nativeType second t]
- %hasFeature KEYWORD::CLISP => bfColonColon("FFI","C-POINTER")
- unknownNativeTypeError t
+ first t = "pointer" =>
+ -- we don't bother looking at what the pointer points to.
+ nativeType "pointer"
unknownNativeTypeError t
@@ -1338,7 +1341,7 @@ nativeArgumentType t ==
coreError '"missing modifier for argument type for a native function"
-- Only 'pointer' and 'buffer' can be instantiated.
not (c in '(buffer pointer)) =>
- coreError '"expect 'buffer' or 'pointer' type instance"
+ coreError '"expected 'buffer' or 'pointer' type instance"
not (t' in $NativeSimpleDataTypes) =>
coreError '"expected simple native data type"
nativeType second t
@@ -1440,7 +1443,7 @@ genECLnativeTranslation(op,s,t,op') ==
y = "float" => '"->vector.self.sf"
y = "double" => '"->vector.self.df"
coreError '"unknown argument to buffer type constructor"
- c = "pointer" => ""
+ c = "pointer" => '""
coreError '"unknown type constructor"
genCLISPnativeTranslation(op,s,t,op') ==
@@ -1470,7 +1473,7 @@ genCLISPnativeTranslation(op,s,t,op') ==
unstableArgs := [[p,x,:y],:unstableArgs]
-- The actual FFI declaration for the native call. Note that
- -- parameter of non-simple datatype are described as being poinyers.
+ -- parameter of non-simple datatype are described as being pointers.
foreignDecl :=
[bfColonColon("FFI","DEF-CALL-OUT"),n,
[KEYWORD::NAME,SYMBOL_-NAME op'],
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index f2ced87a..8666c1ff 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1340,12 +1340,23 @@ getBasicFFIType t ==
t = $SingleFloat => bootDenotation "float"
t = $DoubleFloat => bootDenotation "double"
t = $String => bootDenotation "string"
+ t = $SystemPointer => bootDenotation "pointer"
nil
++ List of admissible type modifiers in an FFI import declaration.
$FFITypeModifier == '(ReadOnly WriteOnly ReadWrite)
+++ List of admissible element types of contiguously stored
+++ homogeneous FFI aggregate types.
+$FFIAggregableDataType ==
+ [$Byte,
+ $Int16,$UInt16,
+ $Int32,$UInt32,
+ $Int64, $UInt64,
+ $SingleFloat,
+ $DoubleFloat]
+
++ Return the Boot denotation of an FFI datatype. This is either
++ a basic VM type, or a simple array of sized integer or floating
++ point type.
@@ -1353,7 +1364,7 @@ getFFIDatatype: %Mode -> %Form
getFFIDatatype t ==
x := getBasicFFIType t => x
t is [m,["PrimitiveArray",t']] and m in $FFITypeModifier and
- member(t',[$Byte,$Int16,$Int32,$SingleFloat,$DoubleFloat]) =>
+ member(t',$FFIAggregableDataType) =>
m' :=
m = "ReadOnly" => bootDenotation "readonly"
m = "WriteOnly" => bootDenotation "writeonly"
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot
index 02d6d4b2..2c88a75e 100644
--- a/src/interp/sys-constants.boot
+++ b/src/interp/sys-constants.boot
@@ -489,6 +489,10 @@ $NoValueMode ==
$ExitMode ==
"$ExitMode"
+++ A domain form for the OpenAxiom system-level pointer datatype.
+$SystemPointer ==
+ '(SystemPointer)
+
--%
++ Category constructor form
@@ -577,6 +581,7 @@ $SystemInlinableConstructorNames ==
PositiveInteger _
NonNegativeInteger _
SingleInteger _
+ SystemPointer _
String _
Boolean _
Identifier _
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase
index 70be53ab..629877df 100644
--- a/src/share/algebra/browse.daase
+++ b/src/share/algebra/browse.daase
@@ -1,12 +1,12 @@
-(2264361 . 3459379709)
+(2264462 . 3461381193)
(-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.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
(-20 S)
((|constructor| (NIL "The class of abelian groups,{} \\spadignore{i.e.} additive monoids where each element has an additive inverse. \\blankline")) (- (($ $ $) "\\spad{x-y} is the difference of \\spad{x} and \\spad{y} \\spadignore{i.e.} \\spad{x + (-y)}.") (($ $) "\\spad{-x} is the additive inverse of \\spad{x}")))
@@ -38,7 +38,7 @@ NIL
NIL
(-27)
((|constructor| (NIL "Model for algebraically closed fields.")) (|zerosOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. Otherwise they are implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|zeroOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zeroOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity which displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity.") (($ (|Polynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. If possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootsOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}.") (($ (|Polynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-28 S R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
@@ -46,7 +46,7 @@ NIL
NIL
(-29 R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p, y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p, y)} returns \\spad{[y1,...,yn]} such that \\spad{p(yi) = 0}; Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-4411 . T) (-4409 . T) (-4408 . T) ((-4416 "*") . T) (-4407 . T) (-4412 . T) (-4406 . T))
+((-4412 . T) (-4410 . T) (-4409 . T) ((-4417 "*") . T) (-4408 . T) (-4413 . T) (-4407 . T))
NIL
(-30)
((|constructor| (NIL "\\indented{1}{Plot a NON-SINGULAR plane algebraic curve \\spad{p}(\\spad{x},{}\\spad{y}) = 0.} Author: Clifton \\spad{J}. Williamson Date Created: Fall 1988 Date Last Updated: 27 April 1990 Keywords: algebraic curve,{} non-singular,{} plot Examples: References:")) (|refine| (($ $ (|DoubleFloat|)) "\\spad{refine(p,x)} \\undocumented{}")) (|makeSketch| (($ (|Polynomial| (|Integer|)) (|Symbol|) (|Symbol|) (|Segment| (|Fraction| (|Integer|))) (|Segment| (|Fraction| (|Integer|)))) "\\spad{makeSketch(p,x,y,a..b,c..d)} creates an ACPLOT of the curve \\spad{p = 0} in the region {\\em a <= x <= b, c <= y <= d}. More specifically,{} 'makeSketch' plots a non-singular algebraic curve \\spad{p = 0} in an rectangular region {\\em xMin <= x <= xMax},{} {\\em yMin <= y <= yMax}. The user inputs \\spad{makeSketch(p,x,y,xMin..xMax,yMin..yMax)}. Here \\spad{p} is a polynomial in the variables \\spad{x} and \\spad{y} with integer coefficients (\\spad{p} belongs to the domain \\spad{Polynomial Integer}). The case where \\spad{p} is a polynomial in only one of the variables is allowed. The variables \\spad{x} and \\spad{y} are input to specify the the coordinate axes. The horizontal axis is the \\spad{x}-axis and the vertical axis is the \\spad{y}-axis. The rational numbers xMin,{}...,{}yMax specify the boundaries of the region in which the curve is to be plotted.")))
@@ -56,14 +56,14 @@ NIL
((|constructor| (NIL "This domain represents the syntax for an add-expression.")) (|body| (((|SpadAst|) $) "base(\\spad{d}) returns the actual body of the add-domain expression \\spad{`d'}.")) (|base| (((|SpadAst|) $) "\\spad{base(d)} returns the base domain(\\spad{s}) of the add-domain expression.")))
NIL
NIL
-(-32 R -2352)
+(-32 R -1909)
((|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 -1038) (QUOTE (-566)))))
(-33 S)
((|constructor| (NIL "The notion of aggregate serves to model any data structure aggregate,{} designating any collection of objects,{} with heterogenous or homogeneous members,{} with a finite or infinite number of members,{} explicitly or implicitly represented. An aggregate can in principle represent everything from a string of characters to abstract sets such as \"the set of \\spad{x} satisfying relation {\\em r(x)}\" An attribute \\spadatt{finiteAggregate} is used to assert that a domain has a finite number of elements.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# u} returns the number of items in \\spad{u}.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) (|size?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{size?(u,n)} tests if \\spad{u} has exactly \\spad{n} elements.")) (|more?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{more?(u,n)} tests if \\spad{u} has greater than \\spad{n} elements.")) (|less?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{less?(u,n)} tests if \\spad{u} has less than \\spad{n} elements.")) (|empty?| (((|Boolean|) $) "\\spad{empty?(u)} tests if \\spad{u} has 0 elements.")) (|empty| (($) "\\spad{empty()}\\$\\spad{D} creates an aggregate of type \\spad{D} with 0 elements. Note: The {\\em \\$D} can be dropped if understood by context,{} \\spadignore{e.g.} \\axiom{u: \\spad{D} \\spad{:=} empty()}.")) (|copy| (($ $) "\\spad{copy(u)} returns a top-level (non-recursive) copy of \\spad{u}. Note: for collections,{} \\axiom{copy(\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u}]}.")) (|eq?| (((|Boolean|) $ $) "\\spad{eq?(u,v)} tests if \\spad{u} and \\spad{v} are same objects.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4414)))
+((|HasAttribute| |#1| (QUOTE -4415)))
(-34)
((|constructor| (NIL "The notion of aggregate serves to model any data structure aggregate,{} designating any collection of objects,{} with heterogenous or homogeneous members,{} with a finite or infinite number of members,{} explicitly or implicitly represented. An aggregate can in principle represent everything from a string of characters to abstract sets such as \"the set of \\spad{x} satisfying relation {\\em r(x)}\" An attribute \\spadatt{finiteAggregate} is used to assert that a domain has a finite number of elements.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# u} returns the number of items in \\spad{u}.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) (|size?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{size?(u,n)} tests if \\spad{u} has exactly \\spad{n} elements.")) (|more?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{more?(u,n)} tests if \\spad{u} has greater than \\spad{n} elements.")) (|less?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{less?(u,n)} tests if \\spad{u} has less than \\spad{n} elements.")) (|empty?| (((|Boolean|) $) "\\spad{empty?(u)} tests if \\spad{u} has 0 elements.")) (|empty| (($) "\\spad{empty()}\\$\\spad{D} creates an aggregate of type \\spad{D} with 0 elements. Note: The {\\em \\$D} can be dropped if understood by context,{} \\spadignore{e.g.} \\axiom{u: \\spad{D} \\spad{:=} empty()}.")) (|copy| (($ $) "\\spad{copy(u)} returns a top-level (non-recursive) copy of \\spad{u}. Note: for collections,{} \\axiom{copy(\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u}]}.")) (|eq?| (((|Boolean|) $ $) "\\spad{eq?(u,v)} tests if \\spad{u} and \\spad{v} are same objects.")))
NIL
@@ -74,7 +74,7 @@ NIL
NIL
(-36 |Key| |Entry|)
((|constructor| (NIL "An association list is a list of key entry pairs which may be viewed as a table. It is a poor mans version of a table: searching for a key is a linear operation.")) (|assoc| (((|Union| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) "failed") |#1| $) "\\spad{assoc(k,u)} returns the element \\spad{x} in association list \\spad{u} stored with key \\spad{k},{} or \"failed\" if \\spad{u} has no key \\spad{k}.")))
-((-4414 . T) (-4415 . T))
+((-4415 . T) (-4416 . T))
NIL
(-37 S R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
@@ -82,17 +82,17 @@ NIL
NIL
(-38 R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-39 UP)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in \\spadtype{AlgebraicNumber}.")) (|doublyTransitive?| (((|Boolean|) |#1|) "\\spad{doublyTransitive?(p)} is \\spad{true} if \\spad{p} is irreducible over over the field \\spad{K} generated by its coefficients,{} and if \\spad{p(X) / (X - a)} is irreducible over \\spad{K(a)} where \\spad{p(a) = 0}.")) (|split| (((|Factored| |#1|) |#1|) "\\spad{split(p)} returns a prime factorisation of \\spad{p} over its splitting field.")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p} over the field generated by its coefficients.") (((|Factored| |#1|) |#1| (|List| (|AlgebraicNumber|))) "\\spad{factor(p, [a1,...,an])} returns a prime factorisation of \\spad{p} over the field generated by its coefficients and a1,{}...,{}an.")))
NIL
NIL
-(-40 -2352 UP UPUP -3206)
+(-40 -1909 UP UPUP -3809)
((|constructor| (NIL "Function field defined by \\spad{f}(\\spad{x},{} \\spad{y}) = 0.")) (|knownInfBasis| (((|Void|) (|NonNegativeInteger|)) "\\spad{knownInfBasis(n)} \\undocumented{}")))
-((-4407 |has| (-409 |#2|) (-365)) (-4412 |has| (-409 |#2|) (-365)) (-4406 |has| (-409 |#2|) (-365)) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-409 |#2|) (QUOTE (-145))) (|HasCategory| (-409 |#2|) (QUOTE (-147))) (|HasCategory| (-409 |#2|) (QUOTE (-351))) (-2768 (|HasCategory| (-409 |#2|) (QUOTE (-365))) (|HasCategory| (-409 |#2|) (QUOTE (-351)))) (|HasCategory| (-409 |#2|) (QUOTE (-365))) (|HasCategory| (-409 |#2|) (QUOTE (-370))) (-2768 (-12 (|HasCategory| (-409 |#2|) (QUOTE (-233))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (|HasCategory| (-409 |#2|) (QUOTE (-351)))) (-2768 (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-351))))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -639) (QUOTE (-566)))) (-2768 (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-370))) (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (-12 (|HasCategory| (-409 |#2|) (QUOTE (-233))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))))
-(-41 R -2352)
+((-4408 |has| (-409 |#2|) (-365)) (-4413 |has| (-409 |#2|) (-365)) (-4407 |has| (-409 |#2|) (-365)) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-409 |#2|) (QUOTE (-145))) (|HasCategory| (-409 |#2|) (QUOTE (-147))) (|HasCategory| (-409 |#2|) (QUOTE (-351))) (-2700 (|HasCategory| (-409 |#2|) (QUOTE (-365))) (|HasCategory| (-409 |#2|) (QUOTE (-351)))) (|HasCategory| (-409 |#2|) (QUOTE (-365))) (|HasCategory| (-409 |#2|) (QUOTE (-370))) (-2700 (-12 (|HasCategory| (-409 |#2|) (QUOTE (-233))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (|HasCategory| (-409 |#2|) (QUOTE (-351)))) (-2700 (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-351))))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -639) (QUOTE (-566)))) (-2700 (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-370))) (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (-12 (|HasCategory| (-409 |#2|) (QUOTE (-233))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))))
+(-41 R -1909)
((|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 (-454))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -432) (|devaluate| |#1|)))))
@@ -106,23 +106,23 @@ NIL
((|HasCategory| |#1| (QUOTE (-308))))
(-44 R |n| |ls| |gamma|)
((|constructor| (NIL "AlgebraGivenByStructuralConstants implements finite rank algebras over a commutative ring,{} given by the structural constants \\spad{gamma} with respect to a fixed basis \\spad{[a1,..,an]},{} where \\spad{gamma} is an \\spad{n}-vector of \\spad{n} by \\spad{n} matrices \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{ai * aj = gammaij1 * a1 + ... + gammaijn * an}. The symbols for the fixed basis have to be given as a list of symbols.")) (|coerce| (($ (|Vector| |#1|)) "\\spad{coerce(v)} converts a vector to a member of the algebra by forming a linear combination with the basis element. Note: the vector is assumed to have length equal to the dimension of the algebra.")))
-((-4411 |has| |#1| (-558)) (-4409 . T) (-4408 . T))
+((-4412 |has| |#1| (-558)) (-4410 . T) (-4409 . T))
((|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558))))
(-45 |Key| |Entry|)
((|constructor| (NIL "\\spadtype{AssociationList} implements association lists. These may be viewed as lists of pairs where the first part is a key and the second is the stored value. For example,{} the key might be a string with a persons employee identification number and the value might be a record with personnel data.")))
-((-4414 . T) (-4415 . T))
-((-2768 (-12 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#2|))))))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#2|)))))))
+((-4415 . T) (-4416 . T))
+((-2700 (-12 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#2|))))))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#2|)))))))
(-46 S R E)
((|constructor| (NIL "Abelian monoid ring elements (not necessarily of finite support) of this ring are of the form formal SUM (r_i * e_i) where the r_i are coefficents and the e_i,{} elements of the ordered abelian monoid,{} are thought of as exponents or monomials. The monomials commute with each other,{} and with the coefficients (which themselves may or may not be commutative). See \\spadtype{FiniteAbelianMonoidRing} for the case of finite support a useful common model for polynomials and power series. Conceptually at least,{} only the non-zero terms are ever operated on.")) (/ (($ $ |#2|) "\\spad{p/c} divides \\spad{p} by the coefficient \\spad{c}.")) (|coefficient| ((|#2| $ |#3|) "\\spad{coefficient(p,e)} extracts the coefficient of the monomial with exponent \\spad{e} from polynomial \\spad{p},{} or returns zero if exponent is not present.")) (|reductum| (($ $) "\\spad{reductum(u)} returns \\spad{u} minus its leading monomial returns zero if handed the zero element.")) (|monomial| (($ |#2| |#3|) "\\spad{monomial(r,e)} makes a term from a coefficient \\spad{r} and an exponent \\spad{e}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(p)} tests if \\spad{p} is a single monomial.")) (|map| (($ (|Mapping| |#2| |#2|) $) "\\spad{map(fn,u)} maps function \\spad{fn} onto the coefficients of the non-zero monomials of \\spad{u}.")) (|degree| ((|#3| $) "\\spad{degree(p)} returns the maximum of the exponents of the terms of \\spad{p}.")) (|leadingMonomial| (($ $) "\\spad{leadingMonomial(p)} returns the monomial of \\spad{p} with the highest degree.")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(p)} returns the coefficient highest degree term of \\spad{p}.")))
NIL
((|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365))))
(-47 R E)
((|constructor| (NIL "Abelian monoid ring elements (not necessarily of finite support) of this ring are of the form formal SUM (r_i * e_i) where the r_i are coefficents and the e_i,{} elements of the ordered abelian monoid,{} are thought of as exponents or monomials. The monomials commute with each other,{} and with the coefficients (which themselves may or may not be commutative). See \\spadtype{FiniteAbelianMonoidRing} for the case of finite support a useful common model for polynomials and power series. Conceptually at least,{} only the non-zero terms are ever operated on.")) (/ (($ $ |#1|) "\\spad{p/c} divides \\spad{p} by the coefficient \\spad{c}.")) (|coefficient| ((|#1| $ |#2|) "\\spad{coefficient(p,e)} extracts the coefficient of the monomial with exponent \\spad{e} from polynomial \\spad{p},{} or returns zero if exponent is not present.")) (|reductum| (($ $) "\\spad{reductum(u)} returns \\spad{u} minus its leading monomial returns zero if handed the zero element.")) (|monomial| (($ |#1| |#2|) "\\spad{monomial(r,e)} makes a term from a coefficient \\spad{r} and an exponent \\spad{e}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(p)} tests if \\spad{p} is a single monomial.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,u)} maps function \\spad{fn} onto the coefficients of the non-zero monomials of \\spad{u}.")) (|degree| ((|#2| $) "\\spad{degree(p)} returns the maximum of the exponents of the terms of \\spad{p}.")) (|leadingMonomial| (($ $) "\\spad{leadingMonomial(p)} returns the monomial of \\spad{p} with the highest degree.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(p)} returns the coefficient highest degree term of \\spad{p}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-48)
((|constructor| (NIL "Algebraic closure of the rational numbers,{} with mathematical =")) (|norm| (($ $ (|List| (|Kernel| $))) "\\spad{norm(f,l)} computes the norm of the algebraic number \\spad{f} with respect to the extension generated by kernels \\spad{l}") (($ $ (|Kernel| $)) "\\spad{norm(f,k)} computes the norm of the algebraic number \\spad{f} with respect to the extension generated by kernel \\spad{k}") (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|List| (|Kernel| $))) "\\spad{norm(p,l)} computes the norm of the polynomial \\spad{p} with respect to the extension generated by kernels \\spad{l}") (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{norm(p,k)} computes the norm of the polynomial \\spad{p} with respect to the extension generated by kernel \\spad{k}")) (|reduce| (($ $) "\\spad{reduce(f)} simplifies all the unreduced algebraic numbers present in \\spad{f} by applying their defining relations.")) (|denom| (((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{Z}.")) (|numer| (((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{Z}.")) (|coerce| (($ (|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} viewed as an algebraic number.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| $ (QUOTE (-1049))) (|HasCategory| $ (LIST (QUOTE -1038) (QUOTE (-566)))))
(-49)
((|constructor| (NIL "This domain implements anonymous functions")) (|body| (((|Syntax|) $) "\\spad{body(f)} returns the body of the unnamed function \\spad{`f'}.")) (|parameters| (((|List| (|Identifier|)) $) "\\spad{parameters(f)} returns the list of parameters bound by \\spad{`f'}.")))
@@ -130,7 +130,7 @@ NIL
NIL
(-50 R |lVar|)
((|constructor| (NIL "The domain of antisymmetric polynomials.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,p)} changes each coefficient of \\spad{p} by the application of \\spad{f}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(p)} returns the homogeneous degree of \\spad{p}.")) (|retractable?| (((|Boolean|) $) "\\spad{retractable?(p)} tests if \\spad{p} is a 0-form,{} \\spadignore{i.e.} if degree(\\spad{p}) = 0.")) (|homogeneous?| (((|Boolean|) $) "\\spad{homogeneous?(p)} tests if all of the terms of \\spad{p} have the same degree.")) (|exp| (($ (|List| (|Integer|))) "\\spad{exp([i1,...in])} returns \\spad{u_1\\^{i_1} ... u_n\\^{i_n}}")) (|generator| (($ (|NonNegativeInteger|)) "\\spad{generator(n)} returns the \\spad{n}th multiplicative generator,{} a basis term.")) (|coefficient| ((|#1| $ $) "\\spad{coefficient(p,u)} returns the coefficient of the term in \\spad{p} containing the basis term \\spad{u} if such a term exists,{} and 0 otherwise. Error: if the second argument \\spad{u} is not a basis element.")) (|reductum| (($ $) "\\spad{reductum(p)},{} where \\spad{p} is an antisymmetric polynomial,{} returns \\spad{p} minus the leading term of \\spad{p} if \\spad{p} has at least two terms,{} and 0 otherwise.")) (|leadingBasisTerm| (($ $) "\\spad{leadingBasisTerm(p)} returns the leading basis term of antisymmetric polynomial \\spad{p}.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(p)} returns the leading coefficient of antisymmetric polynomial \\spad{p}.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-51 S)
((|constructor| (NIL "\\spadtype{AnyFunctions1} implements several utility functions for working with \\spadtype{Any}. These functions are used to go back and forth between objects of \\spadtype{Any} and objects of other types.")) (|retract| ((|#1| (|Any|)) "\\spad{retract(a)} tries to convert \\spad{a} into an object of type \\spad{S}. If possible,{} it returns the object. Error: if no such retraction is possible.")) (|retractable?| (((|Boolean|) (|Any|)) "\\spad{retractable?(a)} tests if \\spad{a} can be converted into an object of type \\spad{S}.")) (|retractIfCan| (((|Union| |#1| "failed") (|Any|)) "\\spad{retractIfCan(a)} tries change \\spad{a} into an object of type \\spad{S}. If it can,{} then such an object is returned. Otherwise,{} \"failed\" is returned.")) (|coerce| (((|Any|) |#1|) "\\spad{coerce(s)} creates an object of \\spadtype{Any} from the object \\spad{s} of type \\spad{S}.")))
@@ -144,7 +144,7 @@ NIL
((|constructor| (NIL "\\spad{ApplyUnivariateSkewPolynomial} (internal) allows univariate skew polynomials to be applied to appropriate modules.")) (|apply| ((|#2| |#3| (|Mapping| |#2| |#2|) |#2|) "\\spad{apply(p, f, m)} returns \\spad{p(m)} where the action is given by \\spad{x m = f(m)}. \\spad{f} must be an \\spad{R}-pseudo linear map on \\spad{M}.")))
NIL
NIL
-(-54 |Base| R -2352)
+(-54 |Base| R -1909)
((|constructor| (NIL "This package apply rewrite rules to expressions,{} calling the pattern matcher.")) (|localUnquote| ((|#3| |#3| (|List| (|Symbol|))) "\\spad{localUnquote(f,ls)} is a local function.")) (|applyRules| ((|#3| (|List| (|RewriteRule| |#1| |#2| |#3|)) |#3| (|PositiveInteger|)) "\\spad{applyRules([r1,...,rn], expr, n)} applies the rules \\spad{r1},{}...,{}\\spad{rn} to \\spad{f} a most \\spad{n} times.") ((|#3| (|List| (|RewriteRule| |#1| |#2| |#3|)) |#3|) "\\spad{applyRules([r1,...,rn], expr)} applies the rules \\spad{r1},{}...,{}\\spad{rn} to \\spad{f} an unlimited number of times,{} \\spadignore{i.e.} until none of \\spad{r1},{}...,{}\\spad{rn} is applicable to the expression.")))
NIL
NIL
@@ -158,7 +158,7 @@ NIL
NIL
(-57 R |Row| |Col|)
((|constructor| (NIL "\\indented{1}{TwoDimensionalArrayCategory is a general array category which} allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and columns returned as objects of type Col. The index of the 'first' row may be obtained by calling the function 'minRowIndex'. The index of the 'first' column may be obtained by calling the function 'minColIndex'. The index of the first element of a 'Row' is the same as the index of the first column in an array and vice versa.")) (|map!| (($ (|Mapping| |#1| |#1|) $) "\\spad{map!(f,a)} assign \\spad{a(i,j)} to \\spad{f(a(i,j))} for all \\spad{i, j}")) (|map| (($ (|Mapping| |#1| |#1| |#1|) $ $ |#1|) "\\spad{map(f,a,b,r)} returns \\spad{c},{} where \\spad{c(i,j) = f(a(i,j),b(i,j))} when both \\spad{a(i,j)} and \\spad{b(i,j)} exist; else \\spad{c(i,j) = f(r, b(i,j))} when \\spad{a(i,j)} does not exist; else \\spad{c(i,j) = f(a(i,j),r)} when \\spad{b(i,j)} does not exist; otherwise \\spad{c(i,j) = f(r,r)}.") (($ (|Mapping| |#1| |#1| |#1|) $ $) "\\spad{map(f,a,b)} returns \\spad{c},{} where \\spad{c(i,j) = f(a(i,j),b(i,j))} for all \\spad{i, j}") (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,a)} returns \\spad{b},{} where \\spad{b(i,j) = f(a(i,j))} for all \\spad{i, j}")) (|setColumn!| (($ $ (|Integer|) |#3|) "\\spad{setColumn!(m,j,v)} sets to \\spad{j}th column of \\spad{m} to \\spad{v}")) (|setRow!| (($ $ (|Integer|) |#2|) "\\spad{setRow!(m,i,v)} sets to \\spad{i}th row of \\spad{m} to \\spad{v}")) (|qsetelt!| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{qsetelt!(m,i,j,r)} sets the element in the \\spad{i}th row and \\spad{j}th column of \\spad{m} to \\spad{r} NO error check to determine if indices are in proper ranges")) (|setelt| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{setelt(m,i,j,r)} sets the element in the \\spad{i}th row and \\spad{j}th column of \\spad{m} to \\spad{r} error check to determine if indices are in proper ranges")) (|parts| (((|List| |#1|) $) "\\spad{parts(m)} returns a list of the elements of \\spad{m} in row major order")) (|column| ((|#3| $ (|Integer|)) "\\spad{column(m,j)} returns the \\spad{j}th column of \\spad{m} error check to determine if index is in proper ranges")) (|row| ((|#2| $ (|Integer|)) "\\spad{row(m,i)} returns the \\spad{i}th row of \\spad{m} error check to determine if index is in proper ranges")) (|qelt| ((|#1| $ (|Integer|) (|Integer|)) "\\spad{qelt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m} NO error check to determine if indices are in proper ranges")) (|elt| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{elt(m,i,j,r)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m},{} if \\spad{m} has an \\spad{i}th row and a \\spad{j}th column,{} and returns \\spad{r} otherwise") ((|#1| $ (|Integer|) (|Integer|)) "\\spad{elt(m,i,j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m} error check to determine if indices are in proper ranges")) (|ncols| (((|NonNegativeInteger|) $) "\\spad{ncols(m)} returns the number of columns in the array \\spad{m}")) (|nrows| (((|NonNegativeInteger|) $) "\\spad{nrows(m)} returns the number of rows in the array \\spad{m}")) (|maxColIndex| (((|Integer|) $) "\\spad{maxColIndex(m)} returns the index of the 'last' column of the array \\spad{m}")) (|minColIndex| (((|Integer|) $) "\\spad{minColIndex(m)} returns the index of the 'first' column of the array \\spad{m}")) (|maxRowIndex| (((|Integer|) $) "\\spad{maxRowIndex(m)} returns the index of the 'last' row of the array \\spad{m}")) (|minRowIndex| (((|Integer|) $) "\\spad{minRowIndex(m)} returns the index of the 'first' row of the array \\spad{m}")) (|fill!| (($ $ |#1|) "\\spad{fill!(m,r)} fills \\spad{m} with \\spad{r}\\spad{'s}")) (|new| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) |#1|) "\\spad{new(m,n,r)} is an \\spad{m}-by-\\spad{n} array all of whose entries are \\spad{r}")) (|finiteAggregate| ((|attribute|) "two-dimensional arrays are finite")) (|shallowlyMutable| ((|attribute|) "one may destructively alter arrays")))
-((-4414 . T) (-4415 . T))
+((-4415 . T) (-4416 . T))
NIL
(-58 A B)
((|constructor| (NIL "\\indented{1}{This package provides tools for operating on one-dimensional arrays} with unary and binary functions involving different underlying types")) (|map| (((|OneDimensionalArray| |#2|) (|Mapping| |#2| |#1|) (|OneDimensionalArray| |#1|)) "\\spad{map(f,a)} applies function \\spad{f} to each member of one-dimensional array \\spad{a} resulting in a new one-dimensional array over a possibly different underlying domain.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|OneDimensionalArray| |#1|) |#2|) "\\spad{reduce(f,a,r)} applies function \\spad{f} to each successive element of the one-dimensional array \\spad{a} and an accumulant initialized to \\spad{r}. For example,{} \\spad{reduce(_+\\$Integer,[1,2,3],0)} does \\spad{3+(2+(1+0))}. Note: third argument \\spad{r} may be regarded as the identity element for the function \\spad{f}.")) (|scan| (((|OneDimensionalArray| |#2|) (|Mapping| |#2| |#1| |#2|) (|OneDimensionalArray| |#1|) |#2|) "\\spad{scan(f,a,r)} successively applies \\spad{reduce(f,x,r)} to more and more leading sub-arrays \\spad{x} of one-dimensional array \\spad{a}. More precisely,{} if \\spad{a} is \\spad{[a1,a2,...]},{} then \\spad{scan(f,a,r)} returns \\spad{[reduce(f,[a1],r),reduce(f,[a1,a2],r),...]}.")))
@@ -166,65 +166,65 @@ NIL
NIL
(-59 S)
((|constructor| (NIL "This is the domain of 1-based one dimensional arrays")) (|oneDimensionalArray| (($ (|NonNegativeInteger|) |#1|) "\\spad{oneDimensionalArray(n,s)} creates an array from \\spad{n} copies of element \\spad{s}") (($ (|List| |#1|)) "\\spad{oneDimensionalArray(l)} creates an array from a list of elements \\spad{l}")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-60 R)
((|constructor| (NIL "\\indented{1}{A TwoDimensionalArray is a two dimensional array with} 1-based indexing for both rows and columns.")) (|shallowlyMutable| ((|attribute|) "One may destructively alter TwoDimensionalArray\\spad{'s}.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
-(-61 -1368)
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+(-61 -3707)
((|constructor| (NIL "\\spadtype{ASP10} produces Fortran for Type 10 ASPs,{} needed for NAG routine \\axiomOpFrom{d02kef}{d02Package}. This ASP computes the values of a set of functions,{} for example:\\begin{verbatim} SUBROUTINE COEFFN(P,Q,DQDL,X,ELAM,JINT) DOUBLE PRECISION ELAM,P,Q,X,DQDL INTEGER JINT P=1.0D0 Q=((-1.0D0*X**3)+ELAM*X*X-2.0D0)/(X*X) DQDL=1.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-62 -1368)
+(-62 -3707)
((|constructor| (NIL "\\spadtype{Asp12} produces Fortran for Type 12 ASPs,{} needed for NAG routine \\axiomOpFrom{d02kef}{d02Package} etc.,{} for example:\\begin{verbatim} SUBROUTINE MONIT (MAXIT,IFLAG,ELAM,FINFO) DOUBLE PRECISION ELAM,FINFO(15) INTEGER MAXIT,IFLAG IF(MAXIT.EQ.-1)THEN PRINT*,\"Output from Monit\" ENDIF PRINT*,MAXIT,IFLAG,ELAM,(FINFO(I),I=1,4) RETURN END\\end{verbatim}")) (|outputAsFortran| (((|Void|)) "\\spad{outputAsFortran()} generates the default code for \\spadtype{ASP12}.")))
NIL
NIL
-(-63 -1368)
+(-63 -3707)
((|constructor| (NIL "\\spadtype{Asp19} produces Fortran for Type 19 ASPs,{} evaluating a set of functions and their jacobian at a given point,{} for example:\\begin{verbatim} SUBROUTINE LSFUN2(M,N,XC,FVECC,FJACC,LJC) DOUBLE PRECISION FVECC(M),FJACC(LJC,N),XC(N) INTEGER M,N,LJC INTEGER I,J DO 25003 I=1,LJC DO 25004 J=1,N FJACC(I,J)=0.0D025004 CONTINUE25003 CONTINUE FVECC(1)=((XC(1)-0.14D0)*XC(3)+(15.0D0*XC(1)-2.1D0)*XC(2)+1.0D0)/( &XC(3)+15.0D0*XC(2)) FVECC(2)=((XC(1)-0.18D0)*XC(3)+(7.0D0*XC(1)-1.26D0)*XC(2)+1.0D0)/( &XC(3)+7.0D0*XC(2)) FVECC(3)=((XC(1)-0.22D0)*XC(3)+(4.333333333333333D0*XC(1)-0.953333 &3333333333D0)*XC(2)+1.0D0)/(XC(3)+4.333333333333333D0*XC(2)) FVECC(4)=((XC(1)-0.25D0)*XC(3)+(3.0D0*XC(1)-0.75D0)*XC(2)+1.0D0)/( &XC(3)+3.0D0*XC(2)) FVECC(5)=((XC(1)-0.29D0)*XC(3)+(2.2D0*XC(1)-0.6379999999999999D0)* &XC(2)+1.0D0)/(XC(3)+2.2D0*XC(2)) FVECC(6)=((XC(1)-0.32D0)*XC(3)+(1.666666666666667D0*XC(1)-0.533333 &3333333333D0)*XC(2)+1.0D0)/(XC(3)+1.666666666666667D0*XC(2)) FVECC(7)=((XC(1)-0.35D0)*XC(3)+(1.285714285714286D0*XC(1)-0.45D0)* &XC(2)+1.0D0)/(XC(3)+1.285714285714286D0*XC(2)) FVECC(8)=((XC(1)-0.39D0)*XC(3)+(XC(1)-0.39D0)*XC(2)+1.0D0)/(XC(3)+ &XC(2)) FVECC(9)=((XC(1)-0.37D0)*XC(3)+(XC(1)-0.37D0)*XC(2)+1.285714285714 &286D0)/(XC(3)+XC(2)) FVECC(10)=((XC(1)-0.58D0)*XC(3)+(XC(1)-0.58D0)*XC(2)+1.66666666666 &6667D0)/(XC(3)+XC(2)) FVECC(11)=((XC(1)-0.73D0)*XC(3)+(XC(1)-0.73D0)*XC(2)+2.2D0)/(XC(3) &+XC(2)) FVECC(12)=((XC(1)-0.96D0)*XC(3)+(XC(1)-0.96D0)*XC(2)+3.0D0)/(XC(3) &+XC(2)) FVECC(13)=((XC(1)-1.34D0)*XC(3)+(XC(1)-1.34D0)*XC(2)+4.33333333333 &3333D0)/(XC(3)+XC(2)) FVECC(14)=((XC(1)-2.1D0)*XC(3)+(XC(1)-2.1D0)*XC(2)+7.0D0)/(XC(3)+X &C(2)) FVECC(15)=((XC(1)-4.39D0)*XC(3)+(XC(1)-4.39D0)*XC(2)+15.0D0)/(XC(3 &)+XC(2)) FJACC(1,1)=1.0D0 FJACC(1,2)=-15.0D0/(XC(3)**2+30.0D0*XC(2)*XC(3)+225.0D0*XC(2)**2) FJACC(1,3)=-1.0D0/(XC(3)**2+30.0D0*XC(2)*XC(3)+225.0D0*XC(2)**2) FJACC(2,1)=1.0D0 FJACC(2,2)=-7.0D0/(XC(3)**2+14.0D0*XC(2)*XC(3)+49.0D0*XC(2)**2) FJACC(2,3)=-1.0D0/(XC(3)**2+14.0D0*XC(2)*XC(3)+49.0D0*XC(2)**2) FJACC(3,1)=1.0D0 FJACC(3,2)=((-0.1110223024625157D-15*XC(3))-4.333333333333333D0)/( &XC(3)**2+8.666666666666666D0*XC(2)*XC(3)+18.77777777777778D0*XC(2) &**2) FJACC(3,3)=(0.1110223024625157D-15*XC(2)-1.0D0)/(XC(3)**2+8.666666 &666666666D0*XC(2)*XC(3)+18.77777777777778D0*XC(2)**2) FJACC(4,1)=1.0D0 FJACC(4,2)=-3.0D0/(XC(3)**2+6.0D0*XC(2)*XC(3)+9.0D0*XC(2)**2) FJACC(4,3)=-1.0D0/(XC(3)**2+6.0D0*XC(2)*XC(3)+9.0D0*XC(2)**2) FJACC(5,1)=1.0D0 FJACC(5,2)=((-0.1110223024625157D-15*XC(3))-2.2D0)/(XC(3)**2+4.399 &999999999999D0*XC(2)*XC(3)+4.839999999999998D0*XC(2)**2) FJACC(5,3)=(0.1110223024625157D-15*XC(2)-1.0D0)/(XC(3)**2+4.399999 &999999999D0*XC(2)*XC(3)+4.839999999999998D0*XC(2)**2) FJACC(6,1)=1.0D0 FJACC(6,2)=((-0.2220446049250313D-15*XC(3))-1.666666666666667D0)/( &XC(3)**2+3.333333333333333D0*XC(2)*XC(3)+2.777777777777777D0*XC(2) &**2) FJACC(6,3)=(0.2220446049250313D-15*XC(2)-1.0D0)/(XC(3)**2+3.333333 &333333333D0*XC(2)*XC(3)+2.777777777777777D0*XC(2)**2) FJACC(7,1)=1.0D0 FJACC(7,2)=((-0.5551115123125783D-16*XC(3))-1.285714285714286D0)/( &XC(3)**2+2.571428571428571D0*XC(2)*XC(3)+1.653061224489796D0*XC(2) &**2) FJACC(7,3)=(0.5551115123125783D-16*XC(2)-1.0D0)/(XC(3)**2+2.571428 &571428571D0*XC(2)*XC(3)+1.653061224489796D0*XC(2)**2) FJACC(8,1)=1.0D0 FJACC(8,2)=-1.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(8,3)=-1.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(9,1)=1.0D0 FJACC(9,2)=-1.285714285714286D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)* &*2) FJACC(9,3)=-1.285714285714286D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)* &*2) FJACC(10,1)=1.0D0 FJACC(10,2)=-1.666666666666667D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2) &**2) FJACC(10,3)=-1.666666666666667D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2) &**2) FJACC(11,1)=1.0D0 FJACC(11,2)=-2.2D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(11,3)=-2.2D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(12,1)=1.0D0 FJACC(12,2)=-3.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(12,3)=-3.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(13,1)=1.0D0 FJACC(13,2)=-4.333333333333333D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2) &**2) FJACC(13,3)=-4.333333333333333D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2) &**2) FJACC(14,1)=1.0D0 FJACC(14,2)=-7.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(14,3)=-7.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(15,1)=1.0D0 FJACC(15,2)=-15.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) FJACC(15,3)=-15.0D0/(XC(3)**2+2.0D0*XC(2)*XC(3)+XC(2)**2) RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE XC)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-64 -1368)
+(-64 -3707)
((|constructor| (NIL "\\spadtype{Asp1} produces Fortran for Type 1 ASPs,{} needed for various NAG routines. Type 1 ASPs take a univariate expression (in the symbol \\spad{X}) and turn it into a Fortran Function like the following:\\begin{verbatim} DOUBLE PRECISION FUNCTION F(X) DOUBLE PRECISION X F=DSIN(X) RETURN END\\end{verbatim}")) (|coerce| (($ (|FortranExpression| (|construct| (QUOTE X)) (|construct|) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
-(-65 -1368)
+(-65 -3707)
((|constructor| (NIL "\\spadtype{Asp20} produces Fortran for Type 20 ASPs,{} for example:\\begin{verbatim} SUBROUTINE QPHESS(N,NROWH,NCOLH,JTHCOL,HESS,X,HX) DOUBLE PRECISION HX(N),X(N),HESS(NROWH,NCOLH) INTEGER JTHCOL,N,NROWH,NCOLH HX(1)=2.0D0*X(1) HX(2)=2.0D0*X(2) HX(3)=2.0D0*X(4)+2.0D0*X(3) HX(4)=2.0D0*X(4)+2.0D0*X(3) HX(5)=2.0D0*X(5) HX(6)=(-2.0D0*X(7))+(-2.0D0*X(6)) HX(7)=(-2.0D0*X(7))+(-2.0D0*X(6)) RETURN END\\end{verbatim}")))
NIL
NIL
-(-66 -1368)
+(-66 -3707)
((|constructor| (NIL "\\spadtype{Asp24} produces Fortran for Type 24 ASPs which evaluate a multivariate function at a point (needed for NAG routine \\axiomOpFrom{e04jaf}{e04Package}),{} for example:\\begin{verbatim} SUBROUTINE FUNCT1(N,XC,FC) DOUBLE PRECISION FC,XC(N) INTEGER N FC=10.0D0*XC(4)**4+(-40.0D0*XC(1)*XC(4)**3)+(60.0D0*XC(1)**2+5 &.0D0)*XC(4)**2+((-10.0D0*XC(3))+(-40.0D0*XC(1)**3))*XC(4)+16.0D0*X &C(3)**4+(-32.0D0*XC(2)*XC(3)**3)+(24.0D0*XC(2)**2+5.0D0)*XC(3)**2+ &(-8.0D0*XC(2)**3*XC(3))+XC(2)**4+100.0D0*XC(2)**2+20.0D0*XC(1)*XC( &2)+10.0D0*XC(1)**4+XC(1)**2 RETURN END\\end{verbatim}")) (|coerce| (($ (|FortranExpression| (|construct|) (|construct| (QUOTE XC)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
-(-67 -1368)
+(-67 -3707)
((|constructor| (NIL "\\spadtype{Asp27} produces Fortran for Type 27 ASPs,{} needed for NAG routine \\axiomOpFrom{f02fjf}{f02Package} ,{}for example:\\begin{verbatim} FUNCTION DOT(IFLAG,N,Z,W,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION W(N),Z(N),RWORK(LRWORK) INTEGER N,LIWORK,IFLAG,LRWORK,IWORK(LIWORK) DOT=(W(16)+(-0.5D0*W(15)))*Z(16)+((-0.5D0*W(16))+W(15)+(-0.5D0*W(1 &4)))*Z(15)+((-0.5D0*W(15))+W(14)+(-0.5D0*W(13)))*Z(14)+((-0.5D0*W( &14))+W(13)+(-0.5D0*W(12)))*Z(13)+((-0.5D0*W(13))+W(12)+(-0.5D0*W(1 &1)))*Z(12)+((-0.5D0*W(12))+W(11)+(-0.5D0*W(10)))*Z(11)+((-0.5D0*W( &11))+W(10)+(-0.5D0*W(9)))*Z(10)+((-0.5D0*W(10))+W(9)+(-0.5D0*W(8)) &)*Z(9)+((-0.5D0*W(9))+W(8)+(-0.5D0*W(7)))*Z(8)+((-0.5D0*W(8))+W(7) &+(-0.5D0*W(6)))*Z(7)+((-0.5D0*W(7))+W(6)+(-0.5D0*W(5)))*Z(6)+((-0. &5D0*W(6))+W(5)+(-0.5D0*W(4)))*Z(5)+((-0.5D0*W(5))+W(4)+(-0.5D0*W(3 &)))*Z(4)+((-0.5D0*W(4))+W(3)+(-0.5D0*W(2)))*Z(3)+((-0.5D0*W(3))+W( &2)+(-0.5D0*W(1)))*Z(2)+((-0.5D0*W(2))+W(1))*Z(1) RETURN END\\end{verbatim}")))
NIL
NIL
-(-68 -1368)
+(-68 -3707)
((|constructor| (NIL "\\spadtype{Asp28} produces Fortran for Type 28 ASPs,{} used in NAG routine \\axiomOpFrom{f02fjf}{f02Package},{} for example:\\begin{verbatim} SUBROUTINE IMAGE(IFLAG,N,Z,W,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION Z(N),W(N),IWORK(LRWORK),RWORK(LRWORK) INTEGER N,LIWORK,IFLAG,LRWORK W(1)=0.01707454969713436D0*Z(16)+0.001747395874954051D0*Z(15)+0.00 &2106973900813502D0*Z(14)+0.002957434991769087D0*Z(13)+(-0.00700554 &0882865317D0*Z(12))+(-0.01219194009813166D0*Z(11))+0.0037230647365 &3087D0*Z(10)+0.04932374658377151D0*Z(9)+(-0.03586220812223305D0*Z( &8))+(-0.04723268012114625D0*Z(7))+(-0.02434652144032987D0*Z(6))+0. &2264766947290192D0*Z(5)+(-0.1385343580686922D0*Z(4))+(-0.116530050 &8238904D0*Z(3))+(-0.2803531651057233D0*Z(2))+1.019463911841327D0*Z &(1) W(2)=0.0227345011107737D0*Z(16)+0.008812321197398072D0*Z(15)+0.010 &94012210519586D0*Z(14)+(-0.01764072463999744D0*Z(13))+(-0.01357136 &72105995D0*Z(12))+0.00157466157362272D0*Z(11)+0.05258889186338282D &0*Z(10)+(-0.01981532388243379D0*Z(9))+(-0.06095390688679697D0*Z(8) &)+(-0.04153119955569051D0*Z(7))+0.2176561076571465D0*Z(6)+(-0.0532 &5555586632358D0*Z(5))+(-0.1688977368984641D0*Z(4))+(-0.32440166056 &67343D0*Z(3))+0.9128222941872173D0*Z(2)+(-0.2419652703415429D0*Z(1 &)) W(3)=0.03371198197190302D0*Z(16)+0.02021603150122265D0*Z(15)+(-0.0 &06607305534689702D0*Z(14))+(-0.03032392238968179D0*Z(13))+0.002033 &305231024948D0*Z(12)+0.05375944956767728D0*Z(11)+(-0.0163213312502 &9967D0*Z(10))+(-0.05483186562035512D0*Z(9))+(-0.04901428822579872D &0*Z(8))+0.2091097927887612D0*Z(7)+(-0.05760560341383113D0*Z(6))+(- &0.1236679206156403D0*Z(5))+(-0.3523683853026259D0*Z(4))+0.88929961 &32269974D0*Z(3)+(-0.2995429545781457D0*Z(2))+(-0.02986582812574917 &D0*Z(1)) W(4)=0.05141563713660119D0*Z(16)+0.005239165960779299D0*Z(15)+(-0. &01623427735779699D0*Z(14))+(-0.01965809746040371D0*Z(13))+0.054688 &97337339577D0*Z(12)+(-0.014224695935687D0*Z(11))+(-0.0505181779315 &6355D0*Z(10))+(-0.04353074206076491D0*Z(9))+0.2012230497530726D0*Z &(8)+(-0.06630874514535952D0*Z(7))+(-0.1280829963720053D0*Z(6))+(-0 &.305169742604165D0*Z(5))+0.8600427128450191D0*Z(4)+(-0.32415033802 &68184D0*Z(3))+(-0.09033531980693314D0*Z(2))+0.09089205517109111D0* &Z(1) W(5)=0.04556369767776375D0*Z(16)+(-0.001822737697581869D0*Z(15))+( &-0.002512226501941856D0*Z(14))+0.02947046460707379D0*Z(13)+(-0.014 &45079632086177D0*Z(12))+(-0.05034242196614937D0*Z(11))+(-0.0376966 &3291725935D0*Z(10))+0.2171103102175198D0*Z(9)+(-0.0824949256021352 &4D0*Z(8))+(-0.1473995209288945D0*Z(7))+(-0.315042193418466D0*Z(6)) &+0.9591623347824002D0*Z(5)+(-0.3852396953763045D0*Z(4))+(-0.141718 &5427288274D0*Z(3))+(-0.03423495461011043D0*Z(2))+0.319820917706851 &6D0*Z(1) W(6)=0.04015147277405744D0*Z(16)+0.01328585741341559D0*Z(15)+0.048 &26082005465965D0*Z(14)+(-0.04319641116207706D0*Z(13))+(-0.04931323 &319055762D0*Z(12))+(-0.03526886317505474D0*Z(11))+0.22295383396730 &01D0*Z(10)+(-0.07375317649315155D0*Z(9))+(-0.1589391311991561D0*Z( &8))+(-0.328001910890377D0*Z(7))+0.952576555482747D0*Z(6)+(-0.31583 &09975786731D0*Z(5))+(-0.1846882042225383D0*Z(4))+(-0.0703762046700 &4427D0*Z(3))+0.2311852964327382D0*Z(2)+0.04254083491825025D0*Z(1) W(7)=0.06069778964023718D0*Z(16)+0.06681263884671322D0*Z(15)+(-0.0 &2113506688615768D0*Z(14))+(-0.083996867458326D0*Z(13))+(-0.0329843 &8523869648D0*Z(12))+0.2276878326327734D0*Z(11)+(-0.067356038933017 &95D0*Z(10))+(-0.1559813965382218D0*Z(9))+(-0.3363262957694705D0*Z( &8))+0.9442791158560948D0*Z(7)+(-0.3199955249404657D0*Z(6))+(-0.136 &2463839920727D0*Z(5))+(-0.1006185171570586D0*Z(4))+0.2057504515015 &423D0*Z(3)+(-0.02065879269286707D0*Z(2))+0.03160990266745513D0*Z(1 &) W(8)=0.126386868896738D0*Z(16)+0.002563370039476418D0*Z(15)+(-0.05 &581757739455641D0*Z(14))+(-0.07777893205900685D0*Z(13))+0.23117338 &45834199D0*Z(12)+(-0.06031581134427592D0*Z(11))+(-0.14805474755869 &52D0*Z(10))+(-0.3364014128402243D0*Z(9))+0.9364014128402244D0*Z(8) &+(-0.3269452524413048D0*Z(7))+(-0.1396841886557241D0*Z(6))+(-0.056 &1733845834199D0*Z(5))+0.1777789320590069D0*Z(4)+(-0.04418242260544 &359D0*Z(3))+(-0.02756337003947642D0*Z(2))+0.07361313110326199D0*Z( &1) W(9)=0.07361313110326199D0*Z(16)+(-0.02756337003947642D0*Z(15))+(- &0.04418242260544359D0*Z(14))+0.1777789320590069D0*Z(13)+(-0.056173 &3845834199D0*Z(12))+(-0.1396841886557241D0*Z(11))+(-0.326945252441 &3048D0*Z(10))+0.9364014128402244D0*Z(9)+(-0.3364014128402243D0*Z(8 &))+(-0.1480547475586952D0*Z(7))+(-0.06031581134427592D0*Z(6))+0.23 &11733845834199D0*Z(5)+(-0.07777893205900685D0*Z(4))+(-0.0558175773 &9455641D0*Z(3))+0.002563370039476418D0*Z(2)+0.126386868896738D0*Z( &1) W(10)=0.03160990266745513D0*Z(16)+(-0.02065879269286707D0*Z(15))+0 &.2057504515015423D0*Z(14)+(-0.1006185171570586D0*Z(13))+(-0.136246 &3839920727D0*Z(12))+(-0.3199955249404657D0*Z(11))+0.94427911585609 &48D0*Z(10)+(-0.3363262957694705D0*Z(9))+(-0.1559813965382218D0*Z(8 &))+(-0.06735603893301795D0*Z(7))+0.2276878326327734D0*Z(6)+(-0.032 &98438523869648D0*Z(5))+(-0.083996867458326D0*Z(4))+(-0.02113506688 &615768D0*Z(3))+0.06681263884671322D0*Z(2)+0.06069778964023718D0*Z( &1) W(11)=0.04254083491825025D0*Z(16)+0.2311852964327382D0*Z(15)+(-0.0 &7037620467004427D0*Z(14))+(-0.1846882042225383D0*Z(13))+(-0.315830 &9975786731D0*Z(12))+0.952576555482747D0*Z(11)+(-0.328001910890377D &0*Z(10))+(-0.1589391311991561D0*Z(9))+(-0.07375317649315155D0*Z(8) &)+0.2229538339673001D0*Z(7)+(-0.03526886317505474D0*Z(6))+(-0.0493 &1323319055762D0*Z(5))+(-0.04319641116207706D0*Z(4))+0.048260820054 &65965D0*Z(3)+0.01328585741341559D0*Z(2)+0.04015147277405744D0*Z(1) W(12)=0.3198209177068516D0*Z(16)+(-0.03423495461011043D0*Z(15))+(- &0.1417185427288274D0*Z(14))+(-0.3852396953763045D0*Z(13))+0.959162 &3347824002D0*Z(12)+(-0.315042193418466D0*Z(11))+(-0.14739952092889 &45D0*Z(10))+(-0.08249492560213524D0*Z(9))+0.2171103102175198D0*Z(8 &)+(-0.03769663291725935D0*Z(7))+(-0.05034242196614937D0*Z(6))+(-0. &01445079632086177D0*Z(5))+0.02947046460707379D0*Z(4)+(-0.002512226 &501941856D0*Z(3))+(-0.001822737697581869D0*Z(2))+0.045563697677763 &75D0*Z(1) W(13)=0.09089205517109111D0*Z(16)+(-0.09033531980693314D0*Z(15))+( &-0.3241503380268184D0*Z(14))+0.8600427128450191D0*Z(13)+(-0.305169 &742604165D0*Z(12))+(-0.1280829963720053D0*Z(11))+(-0.0663087451453 &5952D0*Z(10))+0.2012230497530726D0*Z(9)+(-0.04353074206076491D0*Z( &8))+(-0.05051817793156355D0*Z(7))+(-0.014224695935687D0*Z(6))+0.05 &468897337339577D0*Z(5)+(-0.01965809746040371D0*Z(4))+(-0.016234277 &35779699D0*Z(3))+0.005239165960779299D0*Z(2)+0.05141563713660119D0 &*Z(1) W(14)=(-0.02986582812574917D0*Z(16))+(-0.2995429545781457D0*Z(15)) &+0.8892996132269974D0*Z(14)+(-0.3523683853026259D0*Z(13))+(-0.1236 &679206156403D0*Z(12))+(-0.05760560341383113D0*Z(11))+0.20910979278 &87612D0*Z(10)+(-0.04901428822579872D0*Z(9))+(-0.05483186562035512D &0*Z(8))+(-0.01632133125029967D0*Z(7))+0.05375944956767728D0*Z(6)+0 &.002033305231024948D0*Z(5)+(-0.03032392238968179D0*Z(4))+(-0.00660 &7305534689702D0*Z(3))+0.02021603150122265D0*Z(2)+0.033711981971903 &02D0*Z(1) W(15)=(-0.2419652703415429D0*Z(16))+0.9128222941872173D0*Z(15)+(-0 &.3244016605667343D0*Z(14))+(-0.1688977368984641D0*Z(13))+(-0.05325 &555586632358D0*Z(12))+0.2176561076571465D0*Z(11)+(-0.0415311995556 &9051D0*Z(10))+(-0.06095390688679697D0*Z(9))+(-0.01981532388243379D &0*Z(8))+0.05258889186338282D0*Z(7)+0.00157466157362272D0*Z(6)+(-0. &0135713672105995D0*Z(5))+(-0.01764072463999744D0*Z(4))+0.010940122 &10519586D0*Z(3)+0.008812321197398072D0*Z(2)+0.0227345011107737D0*Z &(1) W(16)=1.019463911841327D0*Z(16)+(-0.2803531651057233D0*Z(15))+(-0. &1165300508238904D0*Z(14))+(-0.1385343580686922D0*Z(13))+0.22647669 &47290192D0*Z(12)+(-0.02434652144032987D0*Z(11))+(-0.04723268012114 &625D0*Z(10))+(-0.03586220812223305D0*Z(9))+0.04932374658377151D0*Z &(8)+0.00372306473653087D0*Z(7)+(-0.01219194009813166D0*Z(6))+(-0.0 &07005540882865317D0*Z(5))+0.002957434991769087D0*Z(4)+0.0021069739 &00813502D0*Z(3)+0.001747395874954051D0*Z(2)+0.01707454969713436D0* &Z(1) RETURN END\\end{verbatim}")))
NIL
NIL
-(-69 -1368)
+(-69 -3707)
((|constructor| (NIL "\\spadtype{Asp29} produces Fortran for Type 29 ASPs,{} needed for NAG routine \\axiomOpFrom{f02fjf}{f02Package},{} for example:\\begin{verbatim} SUBROUTINE MONIT(ISTATE,NEXTIT,NEVALS,NEVECS,K,F,D) DOUBLE PRECISION D(K),F(K) INTEGER K,NEXTIT,NEVALS,NVECS,ISTATE CALL F02FJZ(ISTATE,NEXTIT,NEVALS,NEVECS,K,F,D) RETURN END\\end{verbatim}")) (|outputAsFortran| (((|Void|)) "\\spad{outputAsFortran()} generates the default code for \\spadtype{ASP29}.")))
NIL
NIL
-(-70 -1368)
+(-70 -3707)
((|constructor| (NIL "\\spadtype{Asp30} produces Fortran for Type 30 ASPs,{} needed for NAG routine \\axiomOpFrom{f04qaf}{f04Package},{} for example:\\begin{verbatim} SUBROUTINE APROD(MODE,M,N,X,Y,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION X(N),Y(M),RWORK(LRWORK) INTEGER M,N,LIWORK,IFAIL,LRWORK,IWORK(LIWORK),MODE DOUBLE PRECISION A(5,5) EXTERNAL F06PAF A(1,1)=1.0D0 A(1,2)=0.0D0 A(1,3)=0.0D0 A(1,4)=-1.0D0 A(1,5)=0.0D0 A(2,1)=0.0D0 A(2,2)=1.0D0 A(2,3)=0.0D0 A(2,4)=0.0D0 A(2,5)=-1.0D0 A(3,1)=0.0D0 A(3,2)=0.0D0 A(3,3)=1.0D0 A(3,4)=-1.0D0 A(3,5)=0.0D0 A(4,1)=-1.0D0 A(4,2)=0.0D0 A(4,3)=-1.0D0 A(4,4)=4.0D0 A(4,5)=-1.0D0 A(5,1)=0.0D0 A(5,2)=-1.0D0 A(5,3)=0.0D0 A(5,4)=-1.0D0 A(5,5)=4.0D0 IF(MODE.EQ.1)THEN CALL F06PAF('N',M,N,1.0D0,A,M,X,1,1.0D0,Y,1) ELSEIF(MODE.EQ.2)THEN CALL F06PAF('T',M,N,1.0D0,A,M,Y,1,1.0D0,X,1) ENDIF RETURN END\\end{verbatim}")))
NIL
NIL
-(-71 -1368)
+(-71 -3707)
((|constructor| (NIL "\\spadtype{Asp31} produces Fortran for Type 31 ASPs,{} needed for NAG routine \\axiomOpFrom{d02ejf}{d02Package},{} for example:\\begin{verbatim} SUBROUTINE PEDERV(X,Y,PW) DOUBLE PRECISION X,Y(*) DOUBLE PRECISION PW(3,3) PW(1,1)=-0.03999999999999999D0 PW(1,2)=10000.0D0*Y(3) PW(1,3)=10000.0D0*Y(2) PW(2,1)=0.03999999999999999D0 PW(2,2)=(-10000.0D0*Y(3))+(-60000000.0D0*Y(2)) PW(2,3)=-10000.0D0*Y(2) PW(3,1)=0.0D0 PW(3,2)=60000000.0D0*Y(2) PW(3,3)=0.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE X)) (|construct| (QUOTE Y)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-72 -1368)
+(-72 -3707)
((|constructor| (NIL "\\spadtype{Asp33} produces Fortran for Type 33 ASPs,{} needed for NAG routine \\axiomOpFrom{d02kef}{d02Package}. The code is a dummy ASP:\\begin{verbatim} SUBROUTINE REPORT(X,V,JINT) DOUBLE PRECISION V(3),X INTEGER JINT RETURN END\\end{verbatim}")) (|outputAsFortran| (((|Void|)) "\\spad{outputAsFortran()} generates the default code for \\spadtype{ASP33}.")))
NIL
NIL
-(-73 -1368)
+(-73 -3707)
((|constructor| (NIL "\\spadtype{Asp34} produces Fortran for Type 34 ASPs,{} needed for NAG routine \\axiomOpFrom{f04mbf}{f04Package},{} for example:\\begin{verbatim} SUBROUTINE MSOLVE(IFLAG,N,X,Y,RWORK,LRWORK,IWORK,LIWORK) DOUBLE PRECISION RWORK(LRWORK),X(N),Y(N) INTEGER I,J,N,LIWORK,IFLAG,LRWORK,IWORK(LIWORK) DOUBLE PRECISION W1(3),W2(3),MS(3,3) IFLAG=-1 MS(1,1)=2.0D0 MS(1,2)=1.0D0 MS(1,3)=0.0D0 MS(2,1)=1.0D0 MS(2,2)=2.0D0 MS(2,3)=1.0D0 MS(3,1)=0.0D0 MS(3,2)=1.0D0 MS(3,3)=2.0D0 CALL F04ASF(MS,N,X,N,Y,W1,W2,IFLAG) IFLAG=-IFLAG RETURN END\\end{verbatim}")))
NIL
NIL
-(-74 -1368)
+(-74 -3707)
((|constructor| (NIL "\\spadtype{Asp35} produces Fortran for Type 35 ASPs,{} needed for NAG routines \\axiomOpFrom{c05pbf}{c05Package},{} \\axiomOpFrom{c05pcf}{c05Package},{} for example:\\begin{verbatim} SUBROUTINE FCN(N,X,FVEC,FJAC,LDFJAC,IFLAG) DOUBLE PRECISION X(N),FVEC(N),FJAC(LDFJAC,N) INTEGER LDFJAC,N,IFLAG IF(IFLAG.EQ.1)THEN FVEC(1)=(-1.0D0*X(2))+X(1) FVEC(2)=(-1.0D0*X(3))+2.0D0*X(2) FVEC(3)=3.0D0*X(3) ELSEIF(IFLAG.EQ.2)THEN FJAC(1,1)=1.0D0 FJAC(1,2)=-1.0D0 FJAC(1,3)=0.0D0 FJAC(2,1)=0.0D0 FJAC(2,2)=2.0D0 FJAC(2,3)=-1.0D0 FJAC(3,1)=0.0D0 FJAC(3,2)=0.0D0 FJAC(3,3)=3.0D0 ENDIF END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
@@ -236,55 +236,55 @@ NIL
((|constructor| (NIL "\\spadtype{Asp42} produces Fortran for Type 42 ASPs,{} needed for NAG routines \\axiomOpFrom{d02raf}{d02Package} and \\axiomOpFrom{d02saf}{d02Package} in particular. These ASPs are in fact three Fortran routines which return a vector of functions,{} and their derivatives \\spad{wrt} \\spad{Y}(\\spad{i}) and also a continuation parameter EPS,{} for example:\\begin{verbatim} SUBROUTINE G(EPS,YA,YB,BC,N) DOUBLE PRECISION EPS,YA(N),YB(N),BC(N) INTEGER N BC(1)=YA(1) BC(2)=YA(2) BC(3)=YB(2)-1.0D0 RETURN END SUBROUTINE JACOBG(EPS,YA,YB,AJ,BJ,N) DOUBLE PRECISION EPS,YA(N),AJ(N,N),BJ(N,N),YB(N) INTEGER N AJ(1,1)=1.0D0 AJ(1,2)=0.0D0 AJ(1,3)=0.0D0 AJ(2,1)=0.0D0 AJ(2,2)=1.0D0 AJ(2,3)=0.0D0 AJ(3,1)=0.0D0 AJ(3,2)=0.0D0 AJ(3,3)=0.0D0 BJ(1,1)=0.0D0 BJ(1,2)=0.0D0 BJ(1,3)=0.0D0 BJ(2,1)=0.0D0 BJ(2,2)=0.0D0 BJ(2,3)=0.0D0 BJ(3,1)=0.0D0 BJ(3,2)=1.0D0 BJ(3,3)=0.0D0 RETURN END SUBROUTINE JACGEP(EPS,YA,YB,BCEP,N) DOUBLE PRECISION EPS,YA(N),YB(N),BCEP(N) INTEGER N BCEP(1)=0.0D0 BCEP(2)=0.0D0 BCEP(3)=0.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE EPS)) (|construct| (QUOTE YA) (QUOTE YB)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-77 -1368)
+(-77 -3707)
((|constructor| (NIL "\\spadtype{Asp49} produces Fortran for Type 49 ASPs,{} needed for NAG routines \\axiomOpFrom{e04dgf}{e04Package},{} \\axiomOpFrom{e04ucf}{e04Package},{} for example:\\begin{verbatim} SUBROUTINE OBJFUN(MODE,N,X,OBJF,OBJGRD,NSTATE,IUSER,USER) DOUBLE PRECISION X(N),OBJF,OBJGRD(N),USER(*) INTEGER N,IUSER(*),MODE,NSTATE OBJF=X(4)*X(9)+((-1.0D0*X(5))+X(3))*X(8)+((-1.0D0*X(3))+X(1))*X(7) &+(-1.0D0*X(2)*X(6)) OBJGRD(1)=X(7) OBJGRD(2)=-1.0D0*X(6) OBJGRD(3)=X(8)+(-1.0D0*X(7)) OBJGRD(4)=X(9) OBJGRD(5)=-1.0D0*X(8) OBJGRD(6)=-1.0D0*X(2) OBJGRD(7)=(-1.0D0*X(3))+X(1) OBJGRD(8)=(-1.0D0*X(5))+X(3) OBJGRD(9)=X(4) RETURN END\\end{verbatim}")) (|coerce| (($ (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
-(-78 -1368)
+(-78 -3707)
((|constructor| (NIL "\\spadtype{Asp4} produces Fortran for Type 4 ASPs,{} which take an expression in \\spad{X}(1) .. \\spad{X}(NDIM) and produce a real function of the form:\\begin{verbatim} DOUBLE PRECISION FUNCTION FUNCTN(NDIM,X) DOUBLE PRECISION X(NDIM) INTEGER NDIM FUNCTN=(4.0D0*X(1)*X(3)**2*DEXP(2.0D0*X(1)*X(3)))/(X(4)**2+(2.0D0* &X(2)+2.0D0)*X(4)+X(2)**2+2.0D0*X(2)+1.0D0) RETURN END\\end{verbatim}")) (|coerce| (($ (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
-(-79 -1368)
+(-79 -3707)
((|constructor| (NIL "\\spadtype{Asp50} produces Fortran for Type 50 ASPs,{} needed for NAG routine \\axiomOpFrom{e04fdf}{e04Package},{} for example:\\begin{verbatim} SUBROUTINE LSFUN1(M,N,XC,FVECC) DOUBLE PRECISION FVECC(M),XC(N) INTEGER I,M,N FVECC(1)=((XC(1)-2.4D0)*XC(3)+(15.0D0*XC(1)-36.0D0)*XC(2)+1.0D0)/( &XC(3)+15.0D0*XC(2)) FVECC(2)=((XC(1)-2.8D0)*XC(3)+(7.0D0*XC(1)-19.6D0)*XC(2)+1.0D0)/(X &C(3)+7.0D0*XC(2)) FVECC(3)=((XC(1)-3.2D0)*XC(3)+(4.333333333333333D0*XC(1)-13.866666 &66666667D0)*XC(2)+1.0D0)/(XC(3)+4.333333333333333D0*XC(2)) FVECC(4)=((XC(1)-3.5D0)*XC(3)+(3.0D0*XC(1)-10.5D0)*XC(2)+1.0D0)/(X &C(3)+3.0D0*XC(2)) FVECC(5)=((XC(1)-3.9D0)*XC(3)+(2.2D0*XC(1)-8.579999999999998D0)*XC &(2)+1.0D0)/(XC(3)+2.2D0*XC(2)) FVECC(6)=((XC(1)-4.199999999999999D0)*XC(3)+(1.666666666666667D0*X &C(1)-7.0D0)*XC(2)+1.0D0)/(XC(3)+1.666666666666667D0*XC(2)) FVECC(7)=((XC(1)-4.5D0)*XC(3)+(1.285714285714286D0*XC(1)-5.7857142 &85714286D0)*XC(2)+1.0D0)/(XC(3)+1.285714285714286D0*XC(2)) FVECC(8)=((XC(1)-4.899999999999999D0)*XC(3)+(XC(1)-4.8999999999999 &99D0)*XC(2)+1.0D0)/(XC(3)+XC(2)) FVECC(9)=((XC(1)-4.699999999999999D0)*XC(3)+(XC(1)-4.6999999999999 &99D0)*XC(2)+1.285714285714286D0)/(XC(3)+XC(2)) FVECC(10)=((XC(1)-6.8D0)*XC(3)+(XC(1)-6.8D0)*XC(2)+1.6666666666666 &67D0)/(XC(3)+XC(2)) FVECC(11)=((XC(1)-8.299999999999999D0)*XC(3)+(XC(1)-8.299999999999 &999D0)*XC(2)+2.2D0)/(XC(3)+XC(2)) FVECC(12)=((XC(1)-10.6D0)*XC(3)+(XC(1)-10.6D0)*XC(2)+3.0D0)/(XC(3) &+XC(2)) FVECC(13)=((XC(1)-1.34D0)*XC(3)+(XC(1)-1.34D0)*XC(2)+4.33333333333 &3333D0)/(XC(3)+XC(2)) FVECC(14)=((XC(1)-2.1D0)*XC(3)+(XC(1)-2.1D0)*XC(2)+7.0D0)/(XC(3)+X &C(2)) FVECC(15)=((XC(1)-4.39D0)*XC(3)+(XC(1)-4.39D0)*XC(2)+15.0D0)/(XC(3 &)+XC(2)) END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE XC)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-80 -1368)
+(-80 -3707)
((|constructor| (NIL "\\spadtype{Asp55} produces Fortran for Type 55 ASPs,{} needed for NAG routines \\axiomOpFrom{e04dgf}{e04Package} and \\axiomOpFrom{e04ucf}{e04Package},{} for example:\\begin{verbatim} SUBROUTINE CONFUN(MODE,NCNLN,N,NROWJ,NEEDC,X,C,CJAC,NSTATE,IUSER &,USER) DOUBLE PRECISION C(NCNLN),X(N),CJAC(NROWJ,N),USER(*) INTEGER N,IUSER(*),NEEDC(NCNLN),NROWJ,MODE,NCNLN,NSTATE IF(NEEDC(1).GT.0)THEN C(1)=X(6)**2+X(1)**2 CJAC(1,1)=2.0D0*X(1) CJAC(1,2)=0.0D0 CJAC(1,3)=0.0D0 CJAC(1,4)=0.0D0 CJAC(1,5)=0.0D0 CJAC(1,6)=2.0D0*X(6) ENDIF IF(NEEDC(2).GT.0)THEN C(2)=X(2)**2+(-2.0D0*X(1)*X(2))+X(1)**2 CJAC(2,1)=(-2.0D0*X(2))+2.0D0*X(1) CJAC(2,2)=2.0D0*X(2)+(-2.0D0*X(1)) CJAC(2,3)=0.0D0 CJAC(2,4)=0.0D0 CJAC(2,5)=0.0D0 CJAC(2,6)=0.0D0 ENDIF IF(NEEDC(3).GT.0)THEN C(3)=X(3)**2+(-2.0D0*X(1)*X(3))+X(2)**2+X(1)**2 CJAC(3,1)=(-2.0D0*X(3))+2.0D0*X(1) CJAC(3,2)=2.0D0*X(2) CJAC(3,3)=2.0D0*X(3)+(-2.0D0*X(1)) CJAC(3,4)=0.0D0 CJAC(3,5)=0.0D0 CJAC(3,6)=0.0D0 ENDIF RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-81 -1368)
+(-81 -3707)
((|constructor| (NIL "\\spadtype{Asp6} produces Fortran for Type 6 ASPs,{} needed for NAG routines \\axiomOpFrom{c05nbf}{c05Package},{} \\axiomOpFrom{c05ncf}{c05Package}. These represent vectors of functions of \\spad{X}(\\spad{i}) and look like:\\begin{verbatim} SUBROUTINE FCN(N,X,FVEC,IFLAG) DOUBLE PRECISION X(N),FVEC(N) INTEGER N,IFLAG FVEC(1)=(-2.0D0*X(2))+(-2.0D0*X(1)**2)+3.0D0*X(1)+1.0D0 FVEC(2)=(-2.0D0*X(3))+(-2.0D0*X(2)**2)+3.0D0*X(2)+(-1.0D0*X(1))+1. &0D0 FVEC(3)=(-2.0D0*X(4))+(-2.0D0*X(3)**2)+3.0D0*X(3)+(-1.0D0*X(2))+1. &0D0 FVEC(4)=(-2.0D0*X(5))+(-2.0D0*X(4)**2)+3.0D0*X(4)+(-1.0D0*X(3))+1. &0D0 FVEC(5)=(-2.0D0*X(6))+(-2.0D0*X(5)**2)+3.0D0*X(5)+(-1.0D0*X(4))+1. &0D0 FVEC(6)=(-2.0D0*X(7))+(-2.0D0*X(6)**2)+3.0D0*X(6)+(-1.0D0*X(5))+1. &0D0 FVEC(7)=(-2.0D0*X(8))+(-2.0D0*X(7)**2)+3.0D0*X(7)+(-1.0D0*X(6))+1. &0D0 FVEC(8)=(-2.0D0*X(9))+(-2.0D0*X(8)**2)+3.0D0*X(8)+(-1.0D0*X(7))+1. &0D0 FVEC(9)=(-2.0D0*X(9)**2)+3.0D0*X(9)+(-1.0D0*X(8))+1.0D0 RETURN END\\end{verbatim}")))
NIL
NIL
-(-82 -1368)
+(-82 -3707)
((|constructor| (NIL "\\spadtype{Asp73} produces Fortran for Type 73 ASPs,{} needed for NAG routine \\axiomOpFrom{d03eef}{d03Package},{} for example:\\begin{verbatim} SUBROUTINE PDEF(X,Y,ALPHA,BETA,GAMMA,DELTA,EPSOLN,PHI,PSI) DOUBLE PRECISION ALPHA,EPSOLN,PHI,X,Y,BETA,DELTA,GAMMA,PSI ALPHA=DSIN(X) BETA=Y GAMMA=X*Y DELTA=DCOS(X)*DSIN(Y) EPSOLN=Y+X PHI=X PSI=Y RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE X) (QUOTE Y)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-83 -1368)
+(-83 -3707)
((|constructor| (NIL "\\spadtype{Asp74} produces Fortran for Type 74 ASPs,{} needed for NAG routine \\axiomOpFrom{d03eef}{d03Package},{} for example:\\begin{verbatim} SUBROUTINE BNDY(X,Y,A,B,C,IBND) DOUBLE PRECISION A,B,C,X,Y INTEGER IBND IF(IBND.EQ.0)THEN A=0.0D0 B=1.0D0 C=-1.0D0*DSIN(X) ELSEIF(IBND.EQ.1)THEN A=1.0D0 B=0.0D0 C=DSIN(X)*DSIN(Y) ELSEIF(IBND.EQ.2)THEN A=1.0D0 B=0.0D0 C=DSIN(X)*DSIN(Y) ELSEIF(IBND.EQ.3)THEN A=0.0D0 B=1.0D0 C=-1.0D0*DSIN(Y) ENDIF END\\end{verbatim}")) (|coerce| (($ (|Matrix| (|FortranExpression| (|construct| (QUOTE X) (QUOTE Y)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-84 -1368)
+(-84 -3707)
((|constructor| (NIL "\\spadtype{Asp77} produces Fortran for Type 77 ASPs,{} needed for NAG routine \\axiomOpFrom{d02gbf}{d02Package},{} for example:\\begin{verbatim} SUBROUTINE FCNF(X,F) DOUBLE PRECISION X DOUBLE PRECISION F(2,2) F(1,1)=0.0D0 F(1,2)=1.0D0 F(2,1)=0.0D0 F(2,2)=-10.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Matrix| (|FortranExpression| (|construct| (QUOTE X)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-85 -1368)
+(-85 -3707)
((|constructor| (NIL "\\spadtype{Asp78} produces Fortran for Type 78 ASPs,{} needed for NAG routine \\axiomOpFrom{d02gbf}{d02Package},{} for example:\\begin{verbatim} SUBROUTINE FCNG(X,G) DOUBLE PRECISION G(*),X G(1)=0.0D0 G(2)=0.0D0 END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE X)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-86 -1368)
+(-86 -3707)
((|constructor| (NIL "\\spadtype{Asp7} produces Fortran for Type 7 ASPs,{} needed for NAG routines \\axiomOpFrom{d02bbf}{d02Package},{} \\axiomOpFrom{d02gaf}{d02Package}. These represent a vector of functions of the scalar \\spad{X} and the array \\spad{Z},{} and look like:\\begin{verbatim} SUBROUTINE FCN(X,Z,F) DOUBLE PRECISION F(*),X,Z(*) F(1)=DTAN(Z(3)) F(2)=((-0.03199999999999999D0*DCOS(Z(3))*DTAN(Z(3)))+(-0.02D0*Z(2) &**2))/(Z(2)*DCOS(Z(3))) F(3)=-0.03199999999999999D0/(X*Z(2)**2) RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE X)) (|construct| (QUOTE Y)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-87 -1368)
+(-87 -3707)
((|constructor| (NIL "\\spadtype{Asp80} produces Fortran for Type 80 ASPs,{} needed for NAG routine \\axiomOpFrom{d02kef}{d02Package},{} for example:\\begin{verbatim} SUBROUTINE BDYVAL(XL,XR,ELAM,YL,YR) DOUBLE PRECISION ELAM,XL,YL(3),XR,YR(3) YL(1)=XL YL(2)=2.0D0 YR(1)=1.0D0 YR(2)=-1.0D0*DSQRT(XR+(-1.0D0*ELAM)) RETURN END\\end{verbatim}")) (|coerce| (($ (|Matrix| (|FortranExpression| (|construct| (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (|construct|) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-88 -1368)
+(-88 -3707)
((|constructor| (NIL "\\spadtype{Asp8} produces Fortran for Type 8 ASPs,{} needed for NAG routine \\axiomOpFrom{d02bbf}{d02Package}. This ASP prints intermediate values of the computed solution of an ODE and might look like:\\begin{verbatim} SUBROUTINE OUTPUT(XSOL,Y,COUNT,M,N,RESULT,FORWRD) DOUBLE PRECISION Y(N),RESULT(M,N),XSOL INTEGER M,N,COUNT LOGICAL FORWRD DOUBLE PRECISION X02ALF,POINTS(8) EXTERNAL X02ALF INTEGER I POINTS(1)=1.0D0 POINTS(2)=2.0D0 POINTS(3)=3.0D0 POINTS(4)=4.0D0 POINTS(5)=5.0D0 POINTS(6)=6.0D0 POINTS(7)=7.0D0 POINTS(8)=8.0D0 COUNT=COUNT+1 DO 25001 I=1,N RESULT(COUNT,I)=Y(I)25001 CONTINUE IF(COUNT.EQ.M)THEN IF(FORWRD)THEN XSOL=X02ALF() ELSE XSOL=-X02ALF() ENDIF ELSE XSOL=POINTS(COUNT) ENDIF END\\end{verbatim}")))
NIL
NIL
-(-89 -1368)
+(-89 -3707)
((|constructor| (NIL "\\spadtype{Asp9} produces Fortran for Type 9 ASPs,{} needed for NAG routines \\axiomOpFrom{d02bhf}{d02Package},{} \\axiomOpFrom{d02cjf}{d02Package},{} \\axiomOpFrom{d02ejf}{d02Package}. These ASPs represent a function of a scalar \\spad{X} and a vector \\spad{Y},{} for example:\\begin{verbatim} DOUBLE PRECISION FUNCTION G(X,Y) DOUBLE PRECISION X,Y(*) G=X+Y(1) RETURN END\\end{verbatim} If the user provides a constant value for \\spad{G},{} then extra information is added via COMMON blocks used by certain routines. This specifies that the value returned by \\spad{G} in this case is to be ignored.")) (|coerce| (($ (|FortranExpression| (|construct| (QUOTE X)) (|construct| (QUOTE Y)) (|MachineFloat|))) "\\spad{coerce(f)} takes an object from the appropriate instantiation of \\spadtype{FortranExpression} and turns it into an ASP.")))
NIL
NIL
@@ -294,8 +294,8 @@ NIL
((|HasCategory| |#1| (QUOTE (-365))))
(-91 S)
((|constructor| (NIL "A stack represented as a flexible array.")) (|arrayStack| (($ (|List| |#1|)) "\\spad{arrayStack([x,y,...,z])} creates an array stack with first (top) element \\spad{x},{} second element \\spad{y},{}...,{}and last element \\spad{z}.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-92 S)
((|constructor| (NIL "This is the category of Spad abstract syntax trees.")))
NIL
@@ -318,15 +318,15 @@ NIL
NIL
(-97)
((|constructor| (NIL "\\axiomType{AttributeButtons} implements a database and associated adjustment mechanisms for a set of attributes. \\blankline For ODEs these attributes are \"stiffness\",{} \"stability\" (\\spadignore{i.e.} how much affect the cosine or sine component of the solution has on the stability of the result),{} \"accuracy\" and \"expense\" (\\spadignore{i.e.} how expensive is the evaluation of the ODE). All these have bearing on the cost of calculating the solution given that reducing the step-length to achieve greater accuracy requires considerable number of evaluations and calculations. \\blankline The effect of each of these attributes can be altered by increasing or decreasing the button value. \\blankline For Integration there is a button for increasing and decreasing the preset number of function evaluations for each method. This is automatically used by ANNA when a method fails due to insufficient workspace or where the limit of function evaluations has been reached before the required accuracy is achieved. \\blankline")) (|setButtonValue| (((|Float|) (|String|) (|String|) (|Float|)) "\\axiom{setButtonValue(attributeName,{}routineName,{}\\spad{n})} sets the value of the button of attribute \\spad{attributeName} to routine \\spad{routineName} to \\spad{n}. \\spad{n} must be in the range [0..1]. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".") (((|Float|) (|String|) (|Float|)) "\\axiom{setButtonValue(attributeName,{}\\spad{n})} sets the value of all buttons of attribute \\spad{attributeName} to \\spad{n}. \\spad{n} must be in the range [0..1]. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")) (|setAttributeButtonStep| (((|Float|) (|Float|)) "\\axiom{setAttributeButtonStep(\\spad{n})} sets the value of the steps for increasing and decreasing the button values. \\axiom{\\spad{n}} must be greater than 0 and less than 1. The preset value is 0.5.")) (|resetAttributeButtons| (((|Void|)) "\\axiom{resetAttributeButtons()} resets the Attribute buttons to a neutral level.")) (|getButtonValue| (((|Float|) (|String|) (|String|)) "\\axiom{getButtonValue(routineName,{}attributeName)} returns the current value for the effect of the attribute \\axiom{attributeName} with routine \\axiom{routineName}. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")) (|decrease| (((|Float|) (|String|)) "\\axiom{decrease(attributeName)} decreases the value for the effect of the attribute \\axiom{attributeName} with all routines. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".") (((|Float|) (|String|) (|String|)) "\\axiom{decrease(routineName,{}attributeName)} decreases the value for the effect of the attribute \\axiom{attributeName} with routine \\axiom{routineName}. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")) (|increase| (((|Float|) (|String|)) "\\axiom{increase(attributeName)} increases the value for the effect of the attribute \\axiom{attributeName} with all routines. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".") (((|Float|) (|String|) (|String|)) "\\axiom{increase(routineName,{}attributeName)} increases the value for the effect of the attribute \\axiom{attributeName} with routine \\axiom{routineName}. \\blankline \\axiom{attributeName} should be one of the values \"stiffness\",{} \"stability\",{} \"accuracy\",{} \"expense\" or \"functionEvaluations\".")))
-((-4414 . T))
+((-4415 . T))
NIL
(-98)
((|constructor| (NIL "This category exports the attributes in the AXIOM Library")) (|canonical| ((|attribute|) "\\spad{canonical} is \\spad{true} if and only if distinct elements have distinct data structures. For example,{} a domain of mathematical objects which has the \\spad{canonical} attribute means that two objects are mathematically equal if and only if their data structures are equal.")) (|multiplicativeValuation| ((|attribute|) "\\spad{multiplicativeValuation} implies \\spad{euclideanSize(a*b)=euclideanSize(a)*euclideanSize(b)}.")) (|additiveValuation| ((|attribute|) "\\spad{additiveValuation} implies \\spad{euclideanSize(a*b)=euclideanSize(a)+euclideanSize(b)}.")) (|noetherian| ((|attribute|) "\\spad{noetherian} is \\spad{true} if all of its ideals are finitely generated.")) (|central| ((|attribute|) "\\spad{central} is \\spad{true} if,{} given an algebra over a ring \\spad{R},{} the image of \\spad{R} is the center of the algebra,{} \\spadignore{i.e.} the set of members of the algebra which commute with all others is precisely the image of \\spad{R} in the algebra.")) (|partiallyOrderedSet| ((|attribute|) "\\spad{partiallyOrderedSet} is \\spad{true} if a set with \\spadop{<} which is transitive,{} but \\spad{not(a < b or a = b)} does not necessarily imply \\spad{b<a}.")) (|arbitraryPrecision| ((|attribute|) "\\spad{arbitraryPrecision} means the user can set the precision for subsequent calculations.")) (|canonicalsClosed| ((|attribute|) "\\spad{canonicalsClosed} is \\spad{true} if \\spad{unitCanonical(a)*unitCanonical(b) = unitCanonical(a*b)}.")) (|canonicalUnitNormal| ((|attribute|) "\\spad{canonicalUnitNormal} is \\spad{true} if we can choose a canonical representative for each class of associate elements,{} that is \\spad{associates?(a,b)} returns \\spad{true} if and only if \\spad{unitCanonical(a) = unitCanonical(b)}.")) (|noZeroDivisors| ((|attribute|) "\\spad{noZeroDivisors} is \\spad{true} if \\spad{x * y \\~~= 0} implies both \\spad{x} and \\spad{y} are non-zero.")) (|rightUnitary| ((|attribute|) "\\spad{rightUnitary} is \\spad{true} if \\spad{x * 1 = x} for all \\spad{x}.")) (|leftUnitary| ((|attribute|) "\\spad{leftUnitary} is \\spad{true} if \\spad{1 * x = x} for all \\spad{x}.")) (|unitsKnown| ((|attribute|) "\\spad{unitsKnown} is \\spad{true} if a monoid (a multiplicative semigroup with a 1) has \\spad{unitsKnown} means that the operation \\spadfun{recip} can only return \"failed\" if its argument is not a unit.")) (|shallowlyMutable| ((|attribute|) "\\spad{shallowlyMutable} is \\spad{true} if its values have immediate components that are updateable (mutable). Note: the properties of any component domain are irrevelant to the \\spad{shallowlyMutable} proper.")) (|commutative| ((|attribute| "*") "\\spad{commutative(\"*\")} is \\spad{true} if it has an operation \\spad{\"*\": (D,D) -> D} which is commutative.")) (|finiteAggregate| ((|attribute|) "\\spad{finiteAggregate} is \\spad{true} if it is an aggregate with a finite number of elements.")))
-((-4414 . T) ((-4416 "*") . T) (-4415 . T) (-4411 . T) (-4409 . T) (-4408 . T) (-4407 . T) (-4412 . T) (-4406 . T) (-4405 . T) (-4404 . T) (-4403 . T) (-4402 . T) (-4410 . T) (-4413 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4401 . T))
+((-4415 . T) ((-4417 "*") . T) (-4416 . T) (-4412 . T) (-4410 . T) (-4409 . T) (-4408 . T) (-4413 . T) (-4407 . T) (-4406 . T) (-4405 . T) (-4404 . T) (-4403 . T) (-4411 . T) (-4414 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4402 . T))
NIL
(-99 R)
((|constructor| (NIL "Automorphism \\spad{R} is the multiplicative group of automorphisms of \\spad{R}.")) (|morphism| (($ (|Mapping| |#1| |#1| (|Integer|))) "\\spad{morphism(f)} returns the morphism given by \\spad{f^n(x) = f(x,n)}.") (($ (|Mapping| |#1| |#1|) (|Mapping| |#1| |#1|)) "\\spad{morphism(f, g)} returns the invertible morphism given by \\spad{f},{} where \\spad{g} is the inverse of \\spad{f}..") (($ (|Mapping| |#1| |#1|)) "\\spad{morphism(f)} returns the non-invertible morphism given by \\spad{f}.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-100 R UP)
((|constructor| (NIL "This package provides balanced factorisations of polynomials.")) (|balancedFactorisation| (((|Factored| |#2|) |#2| (|List| |#2|)) "\\spad{balancedFactorisation(a, [b1,...,bn])} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{pi} is balanced with respect to \\spad{[b1,...,bm]}.") (((|Factored| |#2|) |#2| |#2|) "\\spad{balancedFactorisation(a, b)} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{pi} is balanced with respect to \\spad{b}.")))
@@ -342,15 +342,15 @@ NIL
NIL
(-103 S)
((|constructor| (NIL "\\spadtype{BalancedBinaryTree(S)} is the domain of balanced binary trees (bbtree). A balanced binary tree of \\spad{2**k} leaves,{} for some \\spad{k > 0},{} is symmetric,{} that is,{} the left and right subtree of each interior node have identical shape. In general,{} the left and right subtree of a given node can differ by at most leaf node.")) (|mapDown!| (($ $ |#1| (|Mapping| (|List| |#1|) |#1| |#1| |#1|)) "\\spad{mapDown!(t,p,f)} returns \\spad{t} after traversing \\spad{t} in \"preorder\" (node then left then right) fashion replacing the successive interior nodes as follows. Let \\spad{l} and \\spad{r} denote the left and right subtrees of \\spad{t}. The root value \\spad{x} of \\spad{t} is replaced by \\spad{p}. Then \\spad{f}(value \\spad{l},{} value \\spad{r},{} \\spad{p}),{} where \\spad{l} and \\spad{r} denote the left and right subtrees of \\spad{t},{} is evaluated producing two values \\spad{pl} and \\spad{pr}. Then \\spad{mapDown!(l,pl,f)} and \\spad{mapDown!(l,pr,f)} are evaluated.") (($ $ |#1| (|Mapping| |#1| |#1| |#1|)) "\\spad{mapDown!(t,p,f)} returns \\spad{t} after traversing \\spad{t} in \"preorder\" (node then left then right) fashion replacing the successive interior nodes as follows. The root value \\spad{x} is replaced by \\spad{q} \\spad{:=} \\spad{f}(\\spad{p},{}\\spad{x}). The mapDown!(\\spad{l},{}\\spad{q},{}\\spad{f}) and mapDown!(\\spad{r},{}\\spad{q},{}\\spad{f}) are evaluated for the left and right subtrees \\spad{l} and \\spad{r} of \\spad{t}.")) (|mapUp!| (($ $ $ (|Mapping| |#1| |#1| |#1| |#1| |#1|)) "\\spad{mapUp!(t,t1,f)} traverses \\spad{t} in an \"endorder\" (left then right then node) fashion returning \\spad{t} with the value at each successive interior node of \\spad{t} replaced by \\spad{f}(\\spad{l},{}\\spad{r},{}\\spad{l1},{}\\spad{r1}) where \\spad{l} and \\spad{r} are the values at the immediate left and right nodes. Values \\spad{l1} and \\spad{r1} are values at the corresponding nodes of a balanced binary tree \\spad{t1},{} of identical shape at \\spad{t}.") ((|#1| $ (|Mapping| |#1| |#1| |#1|)) "\\spad{mapUp!(t,f)} traverses balanced binary tree \\spad{t} in an \"endorder\" (left then right then node) fashion returning \\spad{t} with the value at each successive interior node of \\spad{t} replaced by \\spad{f}(\\spad{l},{}\\spad{r}) where \\spad{l} and \\spad{r} are the values at the immediate left and right nodes.")) (|setleaves!| (($ $ (|List| |#1|)) "\\spad{setleaves!(t, ls)} sets the leaves of \\spad{t} in left-to-right order to the elements of \\spad{ls}.")) (|balancedBinaryTree| (($ (|NonNegativeInteger|) |#1|) "\\spad{balancedBinaryTree(n, s)} creates a balanced binary tree with \\spad{n} nodes each with value \\spad{s}.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-104 R UP M |Row| |Col|)
((|constructor| (NIL "\\spadtype{BezoutMatrix} contains functions for computing resultants and discriminants using Bezout matrices.")) (|bezoutDiscriminant| ((|#1| |#2|) "\\spad{bezoutDiscriminant(p)} computes the discriminant of a polynomial \\spad{p} by computing the determinant of a Bezout matrix.")) (|bezoutResultant| ((|#1| |#2| |#2|) "\\spad{bezoutResultant(p,q)} computes the resultant of the two polynomials \\spad{p} and \\spad{q} by computing the determinant of a Bezout matrix.")) (|bezoutMatrix| ((|#3| |#2| |#2|) "\\spad{bezoutMatrix(p,q)} returns the Bezout matrix for the two polynomials \\spad{p} and \\spad{q}.")) (|sylvesterMatrix| ((|#3| |#2| |#2|) "\\spad{sylvesterMatrix(p,q)} returns the Sylvester matrix for the two polynomials \\spad{p} and \\spad{q}.")))
NIL
-((|HasAttribute| |#1| (QUOTE (-4416 "*"))))
+((|HasAttribute| |#1| (QUOTE (-4417 "*"))))
(-105)
((|bfEntry| (((|Record| (|:| |zeros| (|Stream| (|DoubleFloat|))) (|:| |ones| (|Stream| (|DoubleFloat|))) (|:| |singularities| (|Stream| (|DoubleFloat|)))) (|Symbol|)) "\\spad{bfEntry(k)} returns the entry in the \\axiomType{BasicFunctions} table corresponding to \\spad{k}")) (|bfKeys| (((|List| (|Symbol|))) "\\spad{bfKeys()} returns the names of each function in the \\axiomType{BasicFunctions} table")))
-((-4414 . T))
+((-4415 . T))
NIL
(-106 A S)
((|constructor| (NIL "A bag aggregate is an aggregate for which one can insert and extract objects,{} and where the order in which objects are inserted determines the order of extraction. Examples of bags are stacks,{} queues,{} and dequeues.")) (|inspect| ((|#2| $) "\\spad{inspect(u)} returns an (random) element from a bag.")) (|insert!| (($ |#2| $) "\\spad{insert!(x,u)} inserts item \\spad{x} into bag \\spad{u}.")) (|extract!| ((|#2| $) "\\spad{extract!(u)} destructively removes a (random) item from bag \\spad{u}.")) (|bag| (($ (|List| |#2|)) "\\spad{bag([x,y,...,z])} creates a bag with elements \\spad{x},{}\\spad{y},{}...,{}\\spad{z}.")) (|shallowlyMutable| ((|attribute|) "shallowlyMutable means that elements of bags may be destructively changed.")))
@@ -358,23 +358,23 @@ NIL
NIL
(-107 S)
((|constructor| (NIL "A bag aggregate is an aggregate for which one can insert and extract objects,{} and where the order in which objects are inserted determines the order of extraction. Examples of bags are stacks,{} queues,{} and dequeues.")) (|inspect| ((|#1| $) "\\spad{inspect(u)} returns an (random) element from a bag.")) (|insert!| (($ |#1| $) "\\spad{insert!(x,u)} inserts item \\spad{x} into bag \\spad{u}.")) (|extract!| ((|#1| $) "\\spad{extract!(u)} destructively removes a (random) item from bag \\spad{u}.")) (|bag| (($ (|List| |#1|)) "\\spad{bag([x,y,...,z])} creates a bag with elements \\spad{x},{}\\spad{y},{}...,{}\\spad{z}.")) (|shallowlyMutable| ((|attribute|) "shallowlyMutable means that elements of bags may be destructively changed.")))
-((-4415 . T))
+((-4416 . T))
NIL
(-108)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating binary expansions.")) (|binary| (($ (|Fraction| (|Integer|))) "\\spad{binary(r)} converts a rational number to a binary expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(b)} returns the fractional part of a binary expansion.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-566) (QUOTE (-909))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-566) (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-147))) (|HasCategory| (-566) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-1022))) (|HasCategory| (-566) (QUOTE (-820))) (-2768 (|HasCategory| (-566) (QUOTE (-820))) (|HasCategory| (-566) (QUOTE (-850)))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-1150))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-566) (QUOTE (-233))) (|HasCategory| (-566) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-566) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -310) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -287) (QUOTE (-566)) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-308))) (|HasCategory| (-566) (QUOTE (-547))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-566) (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (|HasCategory| (-566) (QUOTE (-145)))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-566) (QUOTE (-909))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-566) (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-147))) (|HasCategory| (-566) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-1022))) (|HasCategory| (-566) (QUOTE (-820))) (-2700 (|HasCategory| (-566) (QUOTE (-820))) (|HasCategory| (-566) (QUOTE (-850)))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-1150))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-566) (QUOTE (-233))) (|HasCategory| (-566) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-566) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -310) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -287) (QUOTE (-566)) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-308))) (|HasCategory| (-566) (QUOTE (-547))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-566) (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (|HasCategory| (-566) (QUOTE (-145)))))
(-109)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Binding' is a name asosciated with a collection of properties.")) (|binding| (($ (|Identifier|) (|List| (|Property|))) "\\spad{binding(n,props)} constructs a binding with name \\spad{`n'} and property list `props'.")) (|properties| (((|List| (|Property|)) $) "\\spad{properties(b)} returns the properties associated with binding \\spad{b}.")) (|name| (((|Identifier|) $) "\\spad{name(b)} returns the name of binding \\spad{b}")))
NIL
NIL
(-110)
((|constructor| (NIL "\\spadtype{Bits} provides logical functions for Indexed Bits.")) (|bits| (($ (|NonNegativeInteger|) (|Boolean|)) "\\spad{bits(n,b)} creates bits with \\spad{n} values of \\spad{b}")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
((-12 (|HasCategory| (-112) (QUOTE (-1099))) (|HasCategory| (-112) (LIST (QUOTE -310) (QUOTE (-112))))) (|HasCategory| (-112) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-112) (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-112) (QUOTE (-1099))) (|HasCategory| (-112) (LIST (QUOTE -613) (QUOTE (-862)))))
(-111 R S)
((|constructor| (NIL "A \\spadtype{BiModule} is both a left and right module with respect to potentially different rings. \\blankline")) (|rightUnitary| ((|attribute|) "\\spad{x * 1 = x}")) (|leftUnitary| ((|attribute|) "\\spad{1 * x = x}")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
NIL
(-112)
((|constructor| (NIL "\\indented{1}{\\spadtype{Boolean} is the elementary logic with 2 values:} \\spad{true} and \\spad{false}")) (|test| (($ $) "\\spad{test(b)} returns \\spad{b} and is provided for compatibility with the new compiler.")) (|nor| (($ $ $) "\\spad{nor(a,b)} returns the logical negation of \\spad{a} or \\spad{b}.")) (|nand| (($ $ $) "\\spad{nand(a,b)} returns the logical negation of \\spad{a} and \\spad{b}.")) (|xor| (($ $ $) "\\spad{xor(a,b)} returns the logical exclusive {\\em or} of Boolean \\spad{a} and \\spad{b}.")))
@@ -388,22 +388,22 @@ NIL
((|constructor| (NIL "A basic operator is an object that can be applied to a list of arguments from a set,{} the result being a kernel over that set.")) (|setProperties| (($ $ (|AssociationList| (|String|) (|None|))) "\\spad{setProperties(op, l)} sets the property list of \\spad{op} to \\spad{l}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|setProperty| (($ $ (|Identifier|) (|None|)) "\\spad{setProperty(op, p, v)} attaches property \\spad{p} to \\spad{op},{} and sets its value to \\spad{v}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.") (($ $ (|String|) (|None|)) "\\spad{setProperty(op, s, v)} attaches property \\spad{s} to \\spad{op},{} and sets its value to \\spad{v}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|property| (((|Maybe| (|None|)) $ (|Identifier|)) "\\spad{property(op, p)} returns the value of property \\spad{p} if it is attached to \\spad{op},{} otherwise \\spad{nothing}.") (((|Union| (|None|) "failed") $ (|String|)) "\\spad{property(op, s)} returns the value of property \\spad{s} if it is attached to \\spad{op},{} and \"failed\" otherwise.")) (|deleteProperty!| (($ $ (|Identifier|)) "\\spad{deleteProperty!(op, p)} unattaches property \\spad{p} from \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.") (($ $ (|String|)) "\\spad{deleteProperty!(op, s)} unattaches property \\spad{s} from \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|assert| (($ $ (|Identifier|)) "\\spad{assert(op, p)} attaches property \\spad{p} to \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|has?| (((|Boolean|) $ (|Identifier|)) "\\spad{has?(op,p)} tests if property \\spad{s} is attached to \\spad{op}.")) (|input| (((|Union| (|Mapping| (|InputForm|) (|List| (|InputForm|))) "failed") $) "\\spad{input(op)} returns the \"\\%input\" property of \\spad{op} if it has one attached,{} \"failed\" otherwise.") (($ $ (|Mapping| (|InputForm|) (|List| (|InputForm|)))) "\\spad{input(op, foo)} attaches foo as the \"\\%input\" property of \\spad{op}. If \\spad{op} has a \"\\%input\" property \\spad{f},{} then \\spad{op(a1,...,an)} gets converted to InputForm as \\spad{f(a1,...,an)}.")) (|display| (($ $ (|Mapping| (|OutputForm|) (|OutputForm|))) "\\spad{display(op, foo)} attaches foo as the \"\\%display\" property of \\spad{op}. If \\spad{op} has a \"\\%display\" property \\spad{f},{} then \\spad{op(a)} gets converted to OutputForm as \\spad{f(a)}. Argument \\spad{op} must be unary.") (($ $ (|Mapping| (|OutputForm|) (|List| (|OutputForm|)))) "\\spad{display(op, foo)} attaches foo as the \"\\%display\" property of \\spad{op}. If \\spad{op} has a \"\\%display\" property \\spad{f},{} then \\spad{op(a1,...,an)} gets converted to OutputForm as \\spad{f(a1,...,an)}.") (((|Union| (|Mapping| (|OutputForm|) (|List| (|OutputForm|))) "failed") $) "\\spad{display(op)} returns the \"\\%display\" property of \\spad{op} if it has one attached,{} and \"failed\" otherwise.")) (|comparison| (($ $ (|Mapping| (|Boolean|) $ $)) "\\spad{comparison(op, foo?)} attaches foo? as the \"\\%less?\" property to \\spad{op}. If op1 and op2 have the same name,{} and one of them has a \"\\%less?\" property \\spad{f},{} then \\spad{f(op1, op2)} is called to decide whether \\spad{op1 < op2}.")) (|equality| (($ $ (|Mapping| (|Boolean|) $ $)) "\\spad{equality(op, foo?)} attaches foo? as the \"\\%equal?\" property to \\spad{op}. If op1 and op2 have the same name,{} and one of them has an \"\\%equal?\" property \\spad{f},{} then \\spad{f(op1, op2)} is called to decide whether op1 and op2 should be considered equal.")) (|weight| (($ $ (|NonNegativeInteger|)) "\\spad{weight(op, n)} attaches the weight \\spad{n} to \\spad{op}.") (((|NonNegativeInteger|) $) "\\spad{weight(op)} returns the weight attached to \\spad{op}.")) (|nary?| (((|Boolean|) $) "\\spad{nary?(op)} tests if \\spad{op} has arbitrary arity.")) (|unary?| (((|Boolean|) $) "\\spad{unary?(op)} tests if \\spad{op} is unary.")) (|nullary?| (((|Boolean|) $) "\\spad{nullary?(op)} tests if \\spad{op} is nullary.")) (|operator| (($ (|Symbol|) (|Arity|)) "\\spad{operator(f, a)} makes \\spad{f} into an operator of arity \\spad{a}.") (($ (|Symbol|) (|NonNegativeInteger|)) "\\spad{operator(f, n)} makes \\spad{f} into an \\spad{n}-ary operator.") (($ (|Symbol|)) "\\spad{operator(f)} makes \\spad{f} into an operator with arbitrary arity.")) (|copy| (($ $) "\\spad{copy(op)} returns a copy of \\spad{op}.")) (|properties| (((|AssociationList| (|String|) (|None|)) $) "\\spad{properties(op)} returns the list of all the properties currently attached to \\spad{op}.")))
NIL
NIL
-(-115 -2352 UP)
+(-115 -1909 UP)
((|constructor| (NIL "\\spadtype{BoundIntegerRoots} provides functions to find lower bounds on the integer roots of a polynomial.")) (|integerBound| (((|Integer|) |#2|) "\\spad{integerBound(p)} returns a lower bound on the negative integer roots of \\spad{p},{} and 0 if \\spad{p} has no negative integer roots.")))
NIL
NIL
(-116 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{Zp:} \\spad{p}-adic numbers are represented as sum(\\spad{i} = 0..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in -(\\spad{p} - 1)\\spad{/2},{}...,{}(\\spad{p} - 1)\\spad{/2}.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-117 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{Qp:} numbers are represented as sum(\\spad{i} = \\spad{k}..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in -(\\spad{p} - 1)\\spad{/2},{}...,{}(\\spad{p} - 1)\\spad{/2}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-116 |#1|) (QUOTE (-909))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-116 |#1|) (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-147))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-116 |#1|) (QUOTE (-1022))) (|HasCategory| (-116 |#1|) (QUOTE (-820))) (-2768 (|HasCategory| (-116 |#1|) (QUOTE (-820))) (|HasCategory| (-116 |#1|) (QUOTE (-850)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-116 |#1|) (QUOTE (-1150))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| (-116 |#1|) (QUOTE (-233))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -310) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -287) (LIST (QUOTE -116) (|devaluate| |#1|)) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (QUOTE (-308))) (|HasCategory| (-116 |#1|) (QUOTE (-547))) (|HasCategory| (-116 |#1|) (QUOTE (-850))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-909)))) (|HasCategory| (-116 |#1|) (QUOTE (-145)))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-116 |#1|) (QUOTE (-909))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-116 |#1|) (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-147))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-116 |#1|) (QUOTE (-1022))) (|HasCategory| (-116 |#1|) (QUOTE (-820))) (-2700 (|HasCategory| (-116 |#1|) (QUOTE (-820))) (|HasCategory| (-116 |#1|) (QUOTE (-850)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-116 |#1|) (QUOTE (-1150))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| (-116 |#1|) (QUOTE (-233))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -310) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (LIST (QUOTE -287) (LIST (QUOTE -116) (|devaluate| |#1|)) (LIST (QUOTE -116) (|devaluate| |#1|)))) (|HasCategory| (-116 |#1|) (QUOTE (-308))) (|HasCategory| (-116 |#1|) (QUOTE (-547))) (|HasCategory| (-116 |#1|) (QUOTE (-850))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-116 |#1|) (QUOTE (-909)))) (|HasCategory| (-116 |#1|) (QUOTE (-145)))))
(-118 A S)
((|constructor| (NIL "A binary-recursive aggregate has 0,{} 1 or 2 children and serves as a model for a binary tree or a doubly-linked aggregate structure")) (|setright!| (($ $ $) "\\spad{setright!(a,x)} sets the right child of \\spad{t} to be \\spad{x}.")) (|setleft!| (($ $ $) "\\spad{setleft!(a,b)} sets the left child of \\axiom{a} to be \\spad{b}.")) (|setelt| (($ $ "right" $) "\\spad{setelt(a,\"right\",b)} (also written \\axiom{\\spad{b} . right \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,\"left\",b)} (also written \\axiom{a . left \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setleft!(a,{}\\spad{b})}.")) (|right| (($ $) "\\spad{right(a)} returns the right child.")) (|elt| (($ $ "right") "\\spad{elt(a,\"right\")} (also written: \\axiom{a . right}) is equivalent to \\axiom{right(a)}.") (($ $ "left") "\\spad{elt(u,\"left\")} (also written: \\axiom{a . left}) is equivalent to \\axiom{left(a)}.")) (|left| (($ $) "\\spad{left(u)} returns the left child.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4415)))
+((|HasAttribute| |#1| (QUOTE -4416)))
(-119 S)
((|constructor| (NIL "A binary-recursive aggregate has 0,{} 1 or 2 children and serves as a model for a binary tree or a doubly-linked aggregate structure")) (|setright!| (($ $ $) "\\spad{setright!(a,x)} sets the right child of \\spad{t} to be \\spad{x}.")) (|setleft!| (($ $ $) "\\spad{setleft!(a,b)} sets the left child of \\axiom{a} to be \\spad{b}.")) (|setelt| (($ $ "right" $) "\\spad{setelt(a,\"right\",b)} (also written \\axiom{\\spad{b} . right \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,\"left\",b)} (also written \\axiom{a . left \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setleft!(a,{}\\spad{b})}.")) (|right| (($ $) "\\spad{right(a)} returns the right child.")) (|elt| (($ $ "right") "\\spad{elt(a,\"right\")} (also written: \\axiom{a . right}) is equivalent to \\axiom{right(a)}.") (($ $ "left") "\\spad{elt(u,\"left\")} (also written: \\axiom{a . left}) is equivalent to \\axiom{left(a)}.")) (|left| (($ $) "\\spad{left(u)} returns the left child.")))
NIL
@@ -414,15 +414,15 @@ NIL
NIL
(-121 S)
((|constructor| (NIL "BinarySearchTree(\\spad{S}) is the domain of a binary trees where elements are ordered across the tree. A binary search tree is either empty or has a value which is an \\spad{S},{} and a right and left which are both BinaryTree(\\spad{S}) Elements are ordered across the tree.")) (|split| (((|Record| (|:| |less| $) (|:| |greater| $)) |#1| $) "\\spad{split(x,b)} splits binary tree \\spad{b} into two trees,{} one with elements greater than \\spad{x},{} the other with elements less than \\spad{x}.")) (|insertRoot!| (($ |#1| $) "\\spad{insertRoot!(x,b)} inserts element \\spad{x} as a root of binary search tree \\spad{b}.")) (|insert!| (($ |#1| $) "\\spad{insert!(x,b)} inserts element \\spad{x} as leaves into binary search tree \\spad{b}.")) (|binarySearchTree| (($ (|List| |#1|)) "\\spad{binarySearchTree(l)} \\undocumented")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-122 S)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|or| (($ $ $) "\\spad{a or b} returns the logical {\\em or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|and| (($ $ $) "\\spad{a and b} returns the logical {\\em and} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|not| (($ $) "\\spad{not(b)} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")))
NIL
NIL
(-123)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|or| (($ $ $) "\\spad{a or b} returns the logical {\\em or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|and| (($ $ $) "\\spad{a and b} returns the logical {\\em and} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|not| (($ $) "\\spad{not(b)} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
(-124 A S)
((|constructor| (NIL "\\spadtype{BinaryTreeCategory(S)} is the category of binary trees: a tree which is either empty or else is a \\spadfun{node} consisting of a value and a \\spadfun{left} and \\spadfun{right},{} both binary trees.")) (|node| (($ $ |#2| $) "\\spad{node(left,v,right)} creates a binary tree with value \\spad{v},{} a binary tree \\spad{left},{} and a binary tree \\spad{right}.")) (|finiteAggregate| ((|attribute|) "Binary trees have a finite number of components")) (|shallowlyMutable| ((|attribute|) "Binary trees have updateable components")))
@@ -430,20 +430,20 @@ NIL
NIL
(-125 S)
((|constructor| (NIL "\\spadtype{BinaryTreeCategory(S)} is the category of binary trees: a tree which is either empty or else is a \\spadfun{node} consisting of a value and a \\spadfun{left} and \\spadfun{right},{} both binary trees.")) (|node| (($ $ |#1| $) "\\spad{node(left,v,right)} creates a binary tree with value \\spad{v},{} a binary tree \\spad{left},{} and a binary tree \\spad{right}.")) (|finiteAggregate| ((|attribute|) "Binary trees have a finite number of components")) (|shallowlyMutable| ((|attribute|) "Binary trees have updateable components")))
-((-4414 . T) (-4415 . T))
+((-4415 . T) (-4416 . T))
NIL
(-126 S)
((|constructor| (NIL "\\spadtype{BinaryTournament(S)} is the domain of binary trees where elements are ordered down the tree. A binary search tree is either empty or is a node containing a \\spadfun{value} of type \\spad{S},{} and a \\spadfun{right} and a \\spadfun{left} which are both \\spadtype{BinaryTree(S)}")) (|insert!| (($ |#1| $) "\\spad{insert!(x,b)} inserts element \\spad{x} as leaves into binary tournament \\spad{b}.")) (|binaryTournament| (($ (|List| |#1|)) "\\spad{binaryTournament(ls)} creates a binary tournament with the elements of \\spad{ls} as values at the nodes.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-127 S)
((|constructor| (NIL "\\spadtype{BinaryTree(S)} is the domain of all binary trees. A binary tree over \\spad{S} is either empty or has a \\spadfun{value} which is an \\spad{S} and a \\spadfun{right} and \\spadfun{left} which are both binary trees.")) (|binaryTree| (($ $ |#1| $) "\\spad{binaryTree(l,v,r)} creates a binary tree with value \\spad{v} with left subtree \\spad{l} and right subtree \\spad{r}.") (($ |#1|) "\\spad{binaryTree(v)} is an non-empty binary tree with value \\spad{v},{} and left and right empty.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-128)
((|constructor| (NIL "ByteBuffer provides datatype for buffers of bytes. This domain differs from PrimitiveArray Byte in that it is not as rigid as PrimitiveArray Byte. That is,{} the typical use of ByteBuffer is to pre-allocate a vector of Byte of some capacity \\spad{`n'}. The array can then store up to \\spad{`n'} bytes. The actual interesting bytes count (the length of the buffer) is therefore different from the capacity. The length is no more than the capacity,{} but it can be set dynamically as needed. This functionality is used for example when reading bytes from input/output devices where we use buffers to transfer data in and out of the system. Note: a value of type ByteBuffer is 0-based indexed,{} as opposed \\indented{6}{Vector,{} but not unlike PrimitiveArray Byte.}")) (|finiteAggregate| ((|attribute|) "A ByteBuffer object is a finite aggregate")) (|setLength!| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{setLength!(buf,n)} sets the number of active bytes in the `buf'. Error if \\spad{`n'} is more than the capacity.")) (|capacity| (((|NonNegativeInteger|) $) "\\spad{capacity(buf)} returns the pre-allocated maximum size of `buf'.")) (|byteBuffer| (($ (|NonNegativeInteger|)) "\\spad{byteBuffer(n)} creates a buffer of capacity \\spad{n},{} and length 0.")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| (-129) (QUOTE (-850))) (|HasCategory| (-129) (LIST (QUOTE -310) (QUOTE (-129))))) (-12 (|HasCategory| (-129) (QUOTE (-1099))) (|HasCategory| (-129) (LIST (QUOTE -310) (QUOTE (-129)))))) (-2768 (-12 (|HasCategory| (-129) (QUOTE (-1099))) (|HasCategory| (-129) (LIST (QUOTE -310) (QUOTE (-129))))) (|HasCategory| (-129) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-129) (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| (-129) (QUOTE (-850))) (|HasCategory| (-129) (QUOTE (-1099)))) (|HasCategory| (-129) (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-129) (QUOTE (-1099))) (|HasCategory| (-129) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-129) (QUOTE (-1099))) (|HasCategory| (-129) (LIST (QUOTE -310) (QUOTE (-129))))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| (-129) (QUOTE (-850))) (|HasCategory| (-129) (LIST (QUOTE -310) (QUOTE (-129))))) (-12 (|HasCategory| (-129) (QUOTE (-1099))) (|HasCategory| (-129) (LIST (QUOTE -310) (QUOTE (-129)))))) (-2700 (-12 (|HasCategory| (-129) (QUOTE (-1099))) (|HasCategory| (-129) (LIST (QUOTE -310) (QUOTE (-129))))) (|HasCategory| (-129) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-129) (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| (-129) (QUOTE (-850))) (|HasCategory| (-129) (QUOTE (-1099)))) (|HasCategory| (-129) (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-129) (QUOTE (-1099))) (|HasCategory| (-129) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-129) (QUOTE (-1099))) (|HasCategory| (-129) (LIST (QUOTE -310) (QUOTE (-129))))))
(-129)
((|constructor| (NIL "Byte is the datatype of 8-bit sized unsigned integer values.")) (|sample| (($) "\\spad{sample} gives a sample datum of type Byte.")) (|bitior| (($ $ $) "bitor(\\spad{x},{}\\spad{y}) returns the bitwise `inclusive or' of \\spad{`x'} and \\spad{`y'}.")) (|bitand| (($ $ $) "\\spad{bitand(x,y)} returns the bitwise `and' of \\spad{`x'} and \\spad{`y'}.")) (|byte| (($ (|NonNegativeInteger|)) "\\spad{byte(x)} injects the unsigned integer value \\spad{`v'} into the Byte algebra. \\spad{`v'} must be non-negative and less than 256.")))
NIL
@@ -466,13 +466,13 @@ NIL
NIL
(-134)
((|constructor| (NIL "Members of the domain CardinalNumber are values indicating the cardinality of sets,{} both finite and infinite. Arithmetic operations are defined on cardinal numbers as follows. \\blankline If \\spad{x = \\#X} and \\spad{y = \\#Y} then \\indented{2}{\\spad{x+y\\space{2}= \\#(X+Y)}\\space{3}\\tab{30}disjoint union} \\indented{2}{\\spad{x-y\\space{2}= \\#(X-Y)}\\space{3}\\tab{30}relative complement} \\indented{2}{\\spad{x*y\\space{2}= \\#(X*Y)}\\space{3}\\tab{30}cartesian product} \\indented{2}{\\spad{x**y = \\#(X**Y)}\\space{2}\\tab{30}\\spad{X**Y = \\{g| g:Y->X\\}}} \\blankline The non-negative integers have a natural construction as cardinals \\indented{2}{\\spad{0 = \\#\\{\\}},{} \\spad{1 = \\{0\\}},{} \\spad{2 = \\{0, 1\\}},{} ...,{} \\spad{n = \\{i| 0 <= i < n\\}}.} \\blankline That \\spad{0} acts as a zero for the multiplication of cardinals is equivalent to the axiom of choice. \\blankline The generalized continuum hypothesis asserts \\center{\\spad{2**Aleph i = Aleph(i+1)}} and is independent of the axioms of set theory [Goedel 1940]. \\blankline Three commonly encountered cardinal numbers are \\indented{3}{\\spad{a = \\#Z}\\space{7}\\tab{30}countable infinity} \\indented{3}{\\spad{c = \\#R}\\space{7}\\tab{30}the continuum} \\indented{3}{\\spad{f = \\#\\{g| g:[0,1]->R\\}}} \\blankline In this domain,{} these values are obtained using \\indented{3}{\\spad{a := Aleph 0},{} \\spad{c := 2**a},{} \\spad{f := 2**c}.} \\blankline")) (|generalizedContinuumHypothesisAssumed| (((|Boolean|) (|Boolean|)) "\\spad{generalizedContinuumHypothesisAssumed(bool)} is used to dictate whether the hypothesis is to be assumed.")) (|generalizedContinuumHypothesisAssumed?| (((|Boolean|)) "\\spad{generalizedContinuumHypothesisAssumed?()} tests if the hypothesis is currently assumed.")) (|countable?| (((|Boolean|) $) "\\spad{countable?(\\spad{a})} determines whether \\spad{a} is a countable cardinal,{} \\spadignore{i.e.} an integer or \\spad{Aleph 0}.")) (|finite?| (((|Boolean|) $) "\\spad{finite?(\\spad{a})} determines whether \\spad{a} is a finite cardinal,{} \\spadignore{i.e.} an integer.")) (|Aleph| (($ (|NonNegativeInteger|)) "\\spad{Aleph(n)} provides the named (infinite) cardinal number.")) (** (($ $ $) "\\spad{x**y} returns \\spad{\\#(X**Y)} where \\spad{X**Y} is defined \\indented{1}{as \\spad{\\{g| g:Y->X\\}}.}")) (- (((|Union| $ "failed") $ $) "\\spad{x - y} returns an element \\spad{z} such that \\spad{z+y=x} or \"failed\" if no such element exists.")) (|commutative| ((|attribute| "*") "a domain \\spad{D} has \\spad{commutative(\"*\")} if it has an operation \\spad{\"*\": (D,D) -> D} which is commutative.")))
-(((-4416 "*") . T))
+(((-4417 "*") . T))
NIL
-(-135 |minix| -3382 S T$)
+(-135 |minix| -3754 S T$)
((|constructor| (NIL "This package provides functions to enable conversion of tensors given conversion of the components.")) (|map| (((|CartesianTensor| |#1| |#2| |#4|) (|Mapping| |#4| |#3|) (|CartesianTensor| |#1| |#2| |#3|)) "\\spad{map(f,ts)} does a componentwise conversion of the tensor \\spad{ts} to a tensor with components of type \\spad{T}.")) (|reshape| (((|CartesianTensor| |#1| |#2| |#4|) (|List| |#4|) (|CartesianTensor| |#1| |#2| |#3|)) "\\spad{reshape(lt,ts)} organizes the list of components \\spad{lt} into a tensor with the same shape as \\spad{ts}.")))
NIL
NIL
-(-136 |minix| -3382 R)
+(-136 |minix| -3754 R)
((|constructor| (NIL "CartesianTensor(minix,{}dim,{}\\spad{R}) provides Cartesian tensors with components belonging to a commutative ring \\spad{R}. These tensors can have any number of indices. Each index takes values from \\spad{minix} to \\spad{minix + dim - 1}.")) (|sample| (($) "\\spad{sample()} returns an object of type \\%.")) (|unravel| (($ (|List| |#3|)) "\\spad{unravel(t)} produces a tensor from a list of components such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|ravel| (((|List| |#3|) $) "\\spad{ravel(t)} produces a list of components from a tensor such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|leviCivitaSymbol| (($) "\\spad{leviCivitaSymbol()} is the rank \\spad{dim} tensor defined by \\spad{leviCivitaSymbol()(i1,...idim) = +1/0/-1} if \\spad{i1,...,idim} is an even/is nota /is an odd permutation of \\spad{minix,...,minix+dim-1}.")) (|kroneckerDelta| (($) "\\spad{kroneckerDelta()} is the rank 2 tensor defined by \\indented{3}{\\spad{kroneckerDelta()(i,j)}} \\indented{6}{\\spad{= 1\\space{2}if i = j}} \\indented{6}{\\spad{= 0 if\\space{2}i \\~= j}}")) (|reindex| (($ $ (|List| (|Integer|))) "\\spad{reindex(t,[i1,...,idim])} permutes the indices of \\spad{t}. For example,{} if \\spad{r = reindex(t, [4,1,2,3])} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank for tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(l,i,j,k)}.}")) (|transpose| (($ $ (|Integer|) (|Integer|)) "\\spad{transpose(t,i,j)} exchanges the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices of \\spad{t}. For example,{} if \\spad{r = transpose(t,2,3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(i,k,j,l)}.}") (($ $) "\\spad{transpose(t)} exchanges the first and last indices of \\spad{t}. For example,{} if \\spad{r = transpose(t)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = t(l,j,k,i)}.}")) (|contract| (($ $ (|Integer|) (|Integer|)) "\\spad{contract(t,i,j)} is the contraction of tensor \\spad{t} which sums along the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices. For example,{} if \\spad{r = contract(t,1,3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 2 \\spad{(= 4 - 2)} tensor given by \\indented{4}{\\spad{r(i,j) = sum(h=1..dim,t(h,i,h,j))}.}") (($ $ (|Integer|) $ (|Integer|)) "\\spad{contract(t,i,s,j)} is the inner product of tenors \\spad{s} and \\spad{t} which sums along the \\spad{k1}\\spad{-}th index of \\spad{t} and the \\spad{k2}\\spad{-}th index of \\spad{s}. For example,{} if \\spad{r = contract(s,2,t,1)} for rank 3 tensors rank 3 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is the rank 4 \\spad{(= 3 + 3 - 2)} tensor given by \\indented{4}{\\spad{r(i,j,k,l) = sum(h=1..dim,s(i,h,j)*t(h,k,l))}.}")) (* (($ $ $) "\\spad{s*t} is the inner product of the tensors \\spad{s} and \\spad{t} which contracts the last index of \\spad{s} with the first index of \\spad{t},{} \\spadignore{i.e.} \\indented{4}{\\spad{t*s = contract(t,rank t, s, 1)}} \\indented{4}{\\spad{t*s = sum(k=1..N, t[i1,..,iN,k]*s[k,j1,..,jM])}} This is compatible with the use of \\spad{M*v} to denote the matrix-vector inner product.")) (|product| (($ $ $) "\\spad{product(s,t)} is the outer product of the tensors \\spad{s} and \\spad{t}. For example,{} if \\spad{r = product(s,t)} for rank 2 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is a rank 4 tensor given by \\indented{4}{\\spad{r(i,j,k,l) = s(i,j)*t(k,l)}.}")) (|elt| ((|#3| $ (|List| (|Integer|))) "\\spad{elt(t,[i1,...,iN])} gives a component of a rank \\spad{N} tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,i,j,k,l)} gives a component of a rank 4 tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,i,j,k)} gives a component of a rank 3 tensor.") ((|#3| $ (|Integer|) (|Integer|)) "\\spad{elt(t,i,j)} gives a component of a rank 2 tensor.") ((|#3| $ (|Integer|)) "\\spad{elt(t,i)} gives a component of a rank 1 tensor.") ((|#3| $) "\\spad{elt(t)} gives the component of a rank 0 tensor.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(t)} returns the tensorial rank of \\spad{t} (that is,{} the number of indices). This is the same as the graded module degree.")) (|coerce| (($ (|List| $)) "\\spad{coerce([t_1,...,t_dim])} allows tensors to be constructed using lists.") (($ (|List| |#3|)) "\\spad{coerce([r_1,...,r_dim])} allows tensors to be constructed using lists.") (($ (|SquareMatrix| |#2| |#3|)) "\\spad{coerce(m)} views a matrix as a rank 2 tensor.") (($ (|DirectProduct| |#2| |#3|)) "\\spad{coerce(v)} views a vector as a rank 1 tensor.")))
NIL
NIL
@@ -494,8 +494,8 @@ NIL
NIL
(-141)
((|constructor| (NIL "This domain allows classes of characters to be defined and manipulated efficiently.")) (|alphanumeric| (($) "\\spad{alphanumeric()} returns the class of all characters for which \\spadfunFrom{alphanumeric?}{Character} is \\spad{true}.")) (|alphabetic| (($) "\\spad{alphabetic()} returns the class of all characters for which \\spadfunFrom{alphabetic?}{Character} is \\spad{true}.")) (|lowerCase| (($) "\\spad{lowerCase()} returns the class of all characters for which \\spadfunFrom{lowerCase?}{Character} is \\spad{true}.")) (|upperCase| (($) "\\spad{upperCase()} returns the class of all characters for which \\spadfunFrom{upperCase?}{Character} is \\spad{true}.")) (|hexDigit| (($) "\\spad{hexDigit()} returns the class of all characters for which \\spadfunFrom{hexDigit?}{Character} is \\spad{true}.")) (|digit| (($) "\\spad{digit()} returns the class of all characters for which \\spadfunFrom{digit?}{Character} is \\spad{true}.")) (|charClass| (($ (|List| (|Character|))) "\\spad{charClass(l)} creates a character class which contains exactly the characters given in the list \\spad{l}.") (($ (|String|)) "\\spad{charClass(s)} creates a character class which contains exactly the characters given in the string \\spad{s}.")))
-((-4414 . T) (-4404 . T) (-4415 . T))
-((-2768 (-12 (|HasCategory| (-144) (QUOTE (-370))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-144) (QUOTE (-370))) (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))))
+((-4415 . T) (-4405 . T) (-4416 . T))
+((-2700 (-12 (|HasCategory| (-144) (QUOTE (-370))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-144) (QUOTE (-370))) (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))))
(-142 R Q A)
((|constructor| (NIL "CommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator([q1,...,qn])} returns \\spad{[[p1,...,pn], d]} such that \\spad{qi = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator([q1,...,qn])} returns \\spad{[p1,...,pn]} such that \\spad{qi = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator([q1,...,qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}\\spad{qn}.")))
NIL
@@ -510,7 +510,7 @@ NIL
NIL
(-145)
((|constructor| (NIL "Rings of Characteristic Non Zero")) (|charthRoot| (((|Union| $ "failed") $) "\\spad{charthRoot(x)} returns the \\spad{p}th root of \\spad{x} where \\spad{p} is the characteristic of the ring.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-146 R)
((|constructor| (NIL "This package provides a characteristicPolynomial function for any matrix over a commutative ring.")) (|characteristicPolynomial| ((|#1| (|Matrix| |#1|) |#1|) "\\spad{characteristicPolynomial(m,r)} computes the characteristic polynomial of the matrix \\spad{m} evaluated at the point \\spad{r}. In particular,{} if \\spad{r} is the polynomial \\spad{'x},{} then it returns the characteristic polynomial expressed as a polynomial in \\spad{'x}.")))
@@ -518,9 +518,9 @@ NIL
NIL
(-147)
((|constructor| (NIL "Rings of Characteristic Zero.")))
-((-4411 . T))
+((-4412 . T))
NIL
-(-148 -2352 UP UPUP)
+(-148 -1909 UP UPUP)
((|constructor| (NIL "Tools to send a point to infinity on an algebraic curve.")) (|chvar| (((|Record| (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (|Fraction| |#2|)) (|:| |c2| (|Fraction| |#2|)) (|:| |deg| (|NonNegativeInteger|))) |#3| |#3|) "\\spad{chvar(f(x,y), p(x,y))} returns \\spad{[g(z,t), q(z,t), c1(z), c2(z), n]} such that under the change of variable \\spad{x = c1(z)},{} \\spad{y = t * c2(z)},{} one gets \\spad{f(x,y) = g(z,t)}. The algebraic relation between \\spad{x} and \\spad{y} is \\spad{p(x, y) = 0}. The algebraic relation between \\spad{z} and \\spad{t} is \\spad{q(z, t) = 0}.")) (|eval| ((|#3| |#3| (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{eval(p(x,y), f(x), g(x))} returns \\spad{p(f(x), y * g(x))}.")) (|goodPoint| ((|#1| |#3| |#3|) "\\spad{goodPoint(p, q)} returns an integer a such that a is neither a pole of \\spad{p(x,y)} nor a branch point of \\spad{q(x,y) = 0}.")) (|rootPoly| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| (|Fraction| |#2|)) (|:| |radicand| |#2|)) (|Fraction| |#2|) (|NonNegativeInteger|)) "\\spad{rootPoly(g, n)} returns \\spad{[m, c, P]} such that \\spad{c * g ** (1/n) = P ** (1/m)} thus if \\spad{y**n = g},{} then \\spad{z**m = P} where \\spad{z = c * y}.")) (|radPoly| (((|Union| (|Record| (|:| |radicand| (|Fraction| |#2|)) (|:| |deg| (|NonNegativeInteger|))) "failed") |#3|) "\\spad{radPoly(p(x, y))} returns \\spad{[c(x), n]} if \\spad{p} is of the form \\spad{y**n - c(x)},{} \"failed\" otherwise.")) (|mkIntegral| (((|Record| (|:| |coef| (|Fraction| |#2|)) (|:| |poly| |#3|)) |#3|) "\\spad{mkIntegral(p(x,y))} returns \\spad{[c(x), q(x,z)]} such that \\spad{z = c * y} is integral. The algebraic relation between \\spad{x} and \\spad{y} is \\spad{p(x, y) = 0}. The algebraic relation between \\spad{x} and \\spad{z} is \\spad{q(x, z) = 0}.")))
NIL
NIL
@@ -531,14 +531,14 @@ NIL
(-150 A S)
((|constructor| (NIL "A collection is a homogeneous aggregate which can built from list of members. The operation used to build the aggregate is generically named \\spadfun{construct}. However,{} each collection provides its own special function with the same name as the data type,{} except with an initial lower case letter,{} \\spadignore{e.g.} \\spadfun{list} for \\spadtype{List},{} \\spadfun{flexibleArray} for \\spadtype{FlexibleArray},{} and so on.")) (|removeDuplicates| (($ $) "\\spad{removeDuplicates(u)} returns a copy of \\spad{u} with all duplicates removed.")) (|select| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select(p,u)} returns a copy of \\spad{u} containing only those elements such \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{select(\\spad{p},{}\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})]}.")) (|remove| (($ |#2| $) "\\spad{remove(x,u)} returns a copy of \\spad{u} with all elements \\axiom{\\spad{y} = \\spad{x}} removed. Note: \\axiom{remove(\\spad{y},{}\\spad{c}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} \\spad{~=} \\spad{y}]}.") (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove(p,u)} returns a copy of \\spad{u} removing all elements \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{remove(\\spad{p},{}\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|reduce| ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2| |#2|) "\\spad{reduce(f,u,x,z)} reduces the binary operation \\spad{f} across \\spad{u},{} stopping when an \"absorbing element\" \\spad{z} is encountered. As for \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})},{} \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})} when \\spad{u} contains no element \\spad{z}. Thus the third argument \\spad{x} is returned when \\spad{u} is empty.") ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2|) "\\spad{reduce(f,u,x)} reduces the binary operation \\spad{f} across \\spad{u},{} where \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u})} if \\spad{u} has 2 or more elements. Returns \\axiom{\\spad{f}(\\spad{x},{}\\spad{y})} if \\spad{u} has one element \\spad{y},{} \\spad{x} if \\spad{u} is empty. For example,{} \\axiom{reduce(+,{}\\spad{u},{}0)} returns the sum of the elements of \\spad{u}.") ((|#2| (|Mapping| |#2| |#2| |#2|) $) "\\spad{reduce(f,u)} reduces the binary operation \\spad{f} across \\spad{u}. For example,{} if \\spad{u} is \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]} then \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\axiom{\\spad{f}(..\\spad{f}(\\spad{f}(\\spad{x},{}\\spad{y}),{}...),{}\\spad{z})}. Note: if \\spad{u} has one element \\spad{x},{} \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\spad{x}. Error: if \\spad{u} is empty.")) (|find| (((|Union| |#2| "failed") (|Mapping| (|Boolean|) |#2|) $) "\\spad{find(p,u)} returns the first \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \"failed\" otherwise.")) (|construct| (($ (|List| |#2|)) "\\axiom{construct(\\spad{x},{}\\spad{y},{}...,{}\\spad{z})} returns the collection of elements \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}} ordered as given. Equivalently written as \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]\\$\\spad{D}},{} where \\spad{D} is the domain. \\spad{D} may be omitted for those of type List.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasAttribute| |#1| (QUOTE -4414)))
+((|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasAttribute| |#1| (QUOTE -4415)))
(-151 S)
((|constructor| (NIL "A collection is a homogeneous aggregate which can built from list of members. The operation used to build the aggregate is generically named \\spadfun{construct}. However,{} each collection provides its own special function with the same name as the data type,{} except with an initial lower case letter,{} \\spadignore{e.g.} \\spadfun{list} for \\spadtype{List},{} \\spadfun{flexibleArray} for \\spadtype{FlexibleArray},{} and so on.")) (|removeDuplicates| (($ $) "\\spad{removeDuplicates(u)} returns a copy of \\spad{u} with all duplicates removed.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(p,u)} returns a copy of \\spad{u} containing only those elements such \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{select(\\spad{p},{}\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})]}.")) (|remove| (($ |#1| $) "\\spad{remove(x,u)} returns a copy of \\spad{u} with all elements \\axiom{\\spad{y} = \\spad{x}} removed. Note: \\axiom{remove(\\spad{y},{}\\spad{c}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} \\spad{~=} \\spad{y}]}.") (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove(p,u)} returns a copy of \\spad{u} removing all elements \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{remove(\\spad{p},{}\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) "\\spad{reduce(f,u,x,z)} reduces the binary operation \\spad{f} across \\spad{u},{} stopping when an \"absorbing element\" \\spad{z} is encountered. As for \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})},{} \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})} when \\spad{u} contains no element \\spad{z}. Thus the third argument \\spad{x} is returned when \\spad{u} is empty.") ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) "\\spad{reduce(f,u,x)} reduces the binary operation \\spad{f} across \\spad{u},{} where \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u})} if \\spad{u} has 2 or more elements. Returns \\axiom{\\spad{f}(\\spad{x},{}\\spad{y})} if \\spad{u} has one element \\spad{y},{} \\spad{x} if \\spad{u} is empty. For example,{} \\axiom{reduce(+,{}\\spad{u},{}0)} returns the sum of the elements of \\spad{u}.") ((|#1| (|Mapping| |#1| |#1| |#1|) $) "\\spad{reduce(f,u)} reduces the binary operation \\spad{f} across \\spad{u}. For example,{} if \\spad{u} is \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]} then \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\axiom{\\spad{f}(..\\spad{f}(\\spad{f}(\\spad{x},{}\\spad{y}),{}...),{}\\spad{z})}. Note: if \\spad{u} has one element \\spad{x},{} \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\spad{x}. Error: if \\spad{u} is empty.")) (|find| (((|Union| |#1| "failed") (|Mapping| (|Boolean|) |#1|) $) "\\spad{find(p,u)} returns the first \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \"failed\" otherwise.")) (|construct| (($ (|List| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y},{}...,{}\\spad{z})} returns the collection of elements \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}} ordered as given. Equivalently written as \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]\\$\\spad{D}},{} where \\spad{D} is the domain. \\spad{D} may be omitted for those of type List.")))
NIL
NIL
(-152 |n| K Q)
((|constructor| (NIL "CliffordAlgebra(\\spad{n},{} \\spad{K},{} \\spad{Q}) defines a vector space of dimension \\spad{2**n} over \\spad{K},{} given a quadratic form \\spad{Q} on \\spad{K**n}. \\blankline If \\spad{e[i]},{} \\spad{1<=i<=n} is a basis for \\spad{K**n} then \\indented{3}{1,{} \\spad{e[i]} (\\spad{1<=i<=n}),{} \\spad{e[i1]*e[i2]}} (\\spad{1<=i1<i2<=n}),{}...,{}\\spad{e[1]*e[2]*..*e[n]} is a basis for the Clifford Algebra. \\blankline The algebra is defined by the relations \\indented{3}{\\spad{e[i]*e[j] = -e[j]*e[i]}\\space{2}(\\spad{i \\~~= j}),{}} \\indented{3}{\\spad{e[i]*e[i] = Q(e[i])}} \\blankline Examples of Clifford Algebras are: gaussians,{} quaternions,{} exterior algebras and spin algebras.")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} computes the multiplicative inverse of \\spad{x} or \"failed\" if \\spad{x} is not invertible.")) (|coefficient| ((|#2| $ (|List| (|PositiveInteger|))) "\\spad{coefficient(x,[i1,i2,...,iN])} extracts the coefficient of \\spad{e(i1)*e(i2)*...*e(iN)} in \\spad{x}.")) (|monomial| (($ |#2| (|List| (|PositiveInteger|))) "\\spad{monomial(c,[i1,i2,...,iN])} produces the value given by \\spad{c*e(i1)*e(i2)*...*e(iN)}.")) (|e| (($ (|PositiveInteger|)) "\\spad{e(n)} produces the appropriate unit element.")))
-((-4409 . T) (-4408 . T) (-4411 . T))
+((-4410 . T) (-4409 . T) (-4412 . T))
NIL
(-153)
((|constructor| (NIL "\\indented{1}{The purpose of this package is to provide reasonable plots of} functions with singularities.")) (|clipWithRanges| (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|List| (|List| (|Point| (|DoubleFloat|)))) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{clipWithRanges(pointLists,xMin,xMax,yMin,yMax)} performs clipping on a list of lists of points,{} \\spad{pointLists}. Clipping is done within the specified ranges of \\spad{xMin},{} \\spad{xMax} and \\spad{yMin},{} \\spad{yMax}. This function is used internally by the \\fakeAxiomFun{iClipParametric} subroutine in this package.")) (|clipParametric| (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|Plot|) (|Fraction| (|Integer|)) (|Fraction| (|Integer|))) "\\spad{clipParametric(p,frac,sc)} performs two-dimensional clipping on a plot,{} \\spad{p},{} from the domain \\spadtype{Plot} for the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)}; the fraction parameter is specified by \\spad{frac} and the scale parameter is specified by \\spad{sc} for use in the \\fakeAxiomFun{iClipParametric} subroutine,{} which is called by this function.") (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|Plot|)) "\\spad{clipParametric(p)} performs two-dimensional clipping on a plot,{} \\spad{p},{} from the domain \\spadtype{Plot} for the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)}; the default parameters \\spad{1/2} for the fraction and \\spad{5/1} for the scale are used in the \\fakeAxiomFun{iClipParametric} subroutine,{} which is called by this function.")) (|clip| (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{clip(ll)} performs two-dimensional clipping on a list of lists of points,{} \\spad{ll}; the default parameters \\spad{1/2} for the fraction and \\spad{5/1} for the scale are used in the \\fakeAxiomFun{iClipParametric} subroutine,{} which is called by this function.") (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|List| (|Point| (|DoubleFloat|)))) "\\spad{clip(l)} performs two-dimensional clipping on a curve \\spad{l},{} which is a list of points; the default parameters \\spad{1/2} for the fraction and \\spad{5/1} for the scale are used in the \\fakeAxiomFun{iClipParametric} subroutine,{} which is called by this function.") (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|Plot|) (|Fraction| (|Integer|)) (|Fraction| (|Integer|))) "\\spad{clip(p,frac,sc)} performs two-dimensional clipping on a plot,{} \\spad{p},{} from the domain \\spadtype{Plot} for the graph of one variable \\spad{y = f(x)}; the fraction parameter is specified by \\spad{frac} and the scale parameter is specified by \\spad{sc} for use in the \\spadfun{clip} function.") (((|Record| (|:| |brans| (|List| (|List| (|Point| (|DoubleFloat|))))) (|:| |xValues| (|Segment| (|DoubleFloat|))) (|:| |yValues| (|Segment| (|DoubleFloat|)))) (|Plot|)) "\\spad{clip(p)} performs two-dimensional clipping on a plot,{} \\spad{p},{} from the domain \\spadtype{Plot} for the graph of one variable,{} \\spad{y = f(x)}; the default parameters \\spad{1/4} for the fraction and \\spad{5/1} for the scale are used in the \\spadfun{clip} function.")))
@@ -560,7 +560,7 @@ NIL
((|constructor| (NIL "Color() specifies a domain of 27 colors provided in the \\Language{} system (the colors mix additively).")) (|color| (($ (|Integer|)) "\\spad{color(i)} returns a color of the indicated hue \\spad{i}.")) (|numberOfHues| (((|PositiveInteger|)) "\\spad{numberOfHues()} returns the number of total hues,{} set in totalHues.")) (|hue| (((|Integer|) $) "\\spad{hue(c)} returns the hue index of the indicated color \\spad{c}.")) (|blue| (($) "\\spad{blue()} returns the position of the blue hue from total hues.")) (|green| (($) "\\spad{green()} returns the position of the green hue from total hues.")) (|yellow| (($) "\\spad{yellow()} returns the position of the yellow hue from total hues.")) (|red| (($) "\\spad{red()} returns the position of the red hue from total hues.")) (+ (($ $ $) "\\spad{c1 + c2} additively mixes the two colors \\spad{c1} and \\spad{c2}.")) (* (($ (|DoubleFloat|) $) "\\spad{s * c},{} returns the color \\spad{c},{} whose weighted shade has been scaled by \\spad{s}.") (($ (|PositiveInteger|) $) "\\spad{s * c},{} returns the color \\spad{c},{} whose weighted shade has been scaled by \\spad{s}.")))
NIL
NIL
-(-158 R -2352)
+(-158 R -1909)
((|constructor| (NIL "Provides combinatorial functions over an integral domain.")) (|ipow| ((|#2| (|List| |#2|)) "\\spad{ipow(l)} should be local but conditional.")) (|iidprod| ((|#2| (|List| |#2|)) "\\spad{iidprod(l)} should be local but conditional.")) (|iidsum| ((|#2| (|List| |#2|)) "\\spad{iidsum(l)} should be local but conditional.")) (|iipow| ((|#2| (|List| |#2|)) "\\spad{iipow(l)} should be local but conditional.")) (|iiperm| ((|#2| (|List| |#2|)) "\\spad{iiperm(l)} should be local but conditional.")) (|iibinom| ((|#2| (|List| |#2|)) "\\spad{iibinom(l)} should be local but conditional.")) (|iifact| ((|#2| |#2|) "\\spad{iifact(x)} should be local but conditional.")) (|product| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{product(f(n), n = a..b)} returns \\spad{f}(a) * ... * \\spad{f}(\\spad{b}) as a formal product.") ((|#2| |#2| (|Symbol|)) "\\spad{product(f(n), n)} returns the formal product \\spad{P}(\\spad{n}) which verifies \\spad{P}(\\spad{n+1})\\spad{/P}(\\spad{n}) = \\spad{f}(\\spad{n}).")) (|summation| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{summation(f(n), n = a..b)} returns \\spad{f}(a) + ... + \\spad{f}(\\spad{b}) as a formal sum.") ((|#2| |#2| (|Symbol|)) "\\spad{summation(f(n), n)} returns the formal sum \\spad{S}(\\spad{n}) which verifies \\spad{S}(\\spad{n+1}) - \\spad{S}(\\spad{n}) = \\spad{f}(\\spad{n}).")) (|factorials| ((|#2| |#2| (|Symbol|)) "\\spad{factorials(f, x)} rewrites the permutations and binomials in \\spad{f} involving \\spad{x} in terms of factorials.") ((|#2| |#2|) "\\spad{factorials(f)} rewrites the permutations and binomials in \\spad{f} in terms of factorials.")) (|factorial| ((|#2| |#2|) "\\spad{factorial(n)} returns the factorial of \\spad{n},{} \\spadignore{i.e.} \\spad{n!}.")) (|permutation| ((|#2| |#2| |#2|) "\\spad{permutation(n, r)} returns the number of permutations of \\spad{n} objects taken \\spad{r} at a time,{} \\spadignore{i.e.} \\spad{n!/}(\\spad{n}-\\spad{r})!.")) (|binomial| ((|#2| |#2| |#2|) "\\spad{binomial(n, r)} returns the number of subsets of \\spad{r} objects taken among \\spad{n} objects,{} \\spadignore{i.e.} \\spad{n!/}(\\spad{r!} * (\\spad{n}-\\spad{r})!).")) (** ((|#2| |#2| |#2|) "\\spad{a ** b} is the formal exponential a**b.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\spad{F}; error if \\spad{op} is not a combinatorial operator.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} is \\spad{true} if \\spad{op} is a combinatorial operator.")))
NIL
NIL
@@ -591,10 +591,10 @@ NIL
(-165 S R)
((|constructor| (NIL "This category represents the extension of a ring by a square root of \\spad{-1}.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(x)} returns \\spad{x} as a rational number,{} or \"failed\" if \\spad{x} is not a rational number.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(x)} returns \\spad{x} as a rational number. Error: if \\spad{x} is not a rational number.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(x)} tests if \\spad{x} is a rational number.")) (|polarCoordinates| (((|Record| (|:| |r| |#2|) (|:| |phi| |#2|)) $) "\\spad{polarCoordinates(x)} returns (\\spad{r},{} phi) such that \\spad{x} = \\spad{r} * exp(\\%\\spad{i} * phi).")) (|argument| ((|#2| $) "\\spad{argument(x)} returns the angle made by (0,{}1) and (0,{}\\spad{x}).")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x} = sqrt(norm(\\spad{x})).")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(x, r)} returns the exact quotient of \\spad{x} by \\spad{r},{} or \"failed\" if \\spad{r} does not divide \\spad{x} exactly.")) (|norm| ((|#2| $) "\\spad{norm(x)} returns \\spad{x} * conjugate(\\spad{x})")) (|real| ((|#2| $) "\\spad{real(x)} returns real part of \\spad{x}.")) (|imag| ((|#2| $) "\\spad{imag(x)} returns imaginary part of \\spad{x}.")) (|conjugate| (($ $) "\\spad{conjugate(x + \\%i y)} returns \\spad{x} - \\%\\spad{i} \\spad{y}.")) (|imaginary| (($) "\\spad{imaginary()} = sqrt(\\spad{-1}) = \\%\\spad{i}.")) (|complex| (($ |#2| |#2|) "\\spad{complex(x,y)} constructs \\spad{x} + \\%i*y.") ((|attribute|) "indicates that \\% has sqrt(\\spad{-1})")))
NIL
-((|HasCategory| |#2| (QUOTE (-909))) (|HasCategory| |#2| (QUOTE (-547))) (|HasCategory| |#2| (QUOTE (-1002))) (|HasCategory| |#2| (QUOTE (-1199))) (|HasCategory| |#2| (QUOTE (-1059))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4410)) (|HasAttribute| |#2| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-558))))
+((|HasCategory| |#2| (QUOTE (-909))) (|HasCategory| |#2| (QUOTE (-547))) (|HasCategory| |#2| (QUOTE (-1002))) (|HasCategory| |#2| (QUOTE (-1200))) (|HasCategory| |#2| (QUOTE (-1059))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4411)) (|HasAttribute| |#2| (QUOTE -4414)) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-558))))
(-166 R)
((|constructor| (NIL "This category represents the extension of a ring by a square root of \\spad{-1}.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(x)} returns \\spad{x} as a rational number,{} or \"failed\" if \\spad{x} is not a rational number.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(x)} returns \\spad{x} as a rational number. Error: if \\spad{x} is not a rational number.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(x)} tests if \\spad{x} is a rational number.")) (|polarCoordinates| (((|Record| (|:| |r| |#1|) (|:| |phi| |#1|)) $) "\\spad{polarCoordinates(x)} returns (\\spad{r},{} phi) such that \\spad{x} = \\spad{r} * exp(\\%\\spad{i} * phi).")) (|argument| ((|#1| $) "\\spad{argument(x)} returns the angle made by (0,{}1) and (0,{}\\spad{x}).")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x} = sqrt(norm(\\spad{x})).")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(x, r)} returns the exact quotient of \\spad{x} by \\spad{r},{} or \"failed\" if \\spad{r} does not divide \\spad{x} exactly.")) (|norm| ((|#1| $) "\\spad{norm(x)} returns \\spad{x} * conjugate(\\spad{x})")) (|real| ((|#1| $) "\\spad{real(x)} returns real part of \\spad{x}.")) (|imag| ((|#1| $) "\\spad{imag(x)} returns imaginary part of \\spad{x}.")) (|conjugate| (($ $) "\\spad{conjugate(x + \\%i y)} returns \\spad{x} - \\%\\spad{i} \\spad{y}.")) (|imaginary| (($) "\\spad{imaginary()} = sqrt(\\spad{-1}) = \\%\\spad{i}.")) (|complex| (($ |#1| |#1|) "\\spad{complex(x,y)} constructs \\spad{x} + \\%i*y.") ((|attribute|) "indicates that \\% has sqrt(\\spad{-1})")))
-((-4407 -2768 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4410 |has| |#1| (-6 -4410)) (-4413 |has| |#1| (-6 -4413)) (-3608 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 -2700 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4411 |has| |#1| (-6 -4411)) (-4414 |has| |#1| (-6 -4414)) (-1652 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-167 RR PR)
((|constructor| (NIL "\\indented{1}{Author:} Date Created: Date Last Updated: Basic Functions: Related Constructors: Complex,{} UnivariatePolynomial Also See: AMS Classifications: Keywords: complex,{} polynomial factorization,{} factor References:")) (|factor| (((|Factored| |#2|) |#2|) "\\spad{factor(p)} factorizes the polynomial \\spad{p} with complex coefficients.")))
@@ -606,8 +606,8 @@ NIL
NIL
(-169 R)
((|constructor| (NIL "\\spadtype {Complex(R)} creates the domain of elements of the form \\spad{a + b * i} where \\spad{a} and \\spad{b} come from the ring \\spad{R},{} and \\spad{i} is a new element such that \\spad{i**2 = -1}.")))
-((-4407 -2768 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4410 |has| |#1| (-6 -4410)) (-4413 |has| |#1| (-6 -4413)) (-3608 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-351))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-370))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-351)))) (|HasCategory| |#1| (QUOTE (-233))) (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-370)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-828)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-1022)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-1199)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-909))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-909))))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-1002))) (|HasCategory| |#1| (QUOTE (-1199)))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351)))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-828))) (|HasCategory| |#1| (QUOTE (-1059))) (-12 (|HasCategory| |#1| (QUOTE (-1059))) (|HasCategory| |#1| (QUOTE (-1199)))) (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-233))) (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasAttribute| |#1| (QUOTE -4410)) (|HasAttribute| |#1| (QUOTE -4413)) (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-351)))))
+((-4408 -2700 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4411 |has| |#1| (-6 -4411)) (-4414 |has| |#1| (-6 -4414)) (-1652 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-351))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-370))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-351)))) (|HasCategory| |#1| (QUOTE (-233))) (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-370)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-828)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-1022)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-1200)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-909))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-909))))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-1002))) (|HasCategory| |#1| (QUOTE (-1200)))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351)))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-828))) (|HasCategory| |#1| (QUOTE (-1059))) (-12 (|HasCategory| |#1| (QUOTE (-1059))) (|HasCategory| |#1| (QUOTE (-1200)))) (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-233))) (-12 (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasAttribute| |#1| (QUOTE -4411)) (|HasAttribute| |#1| (QUOTE -4414)) (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-351)))))
(-170 R S CS)
((|constructor| (NIL "This package supports converting complex expressions to patterns")) (|convert| (((|Pattern| |#1|) |#3|) "\\spad{convert(cs)} converts the complex expression \\spad{cs} to a pattern")))
NIL
@@ -618,7 +618,7 @@ NIL
NIL
(-172)
((|constructor| (NIL "The category of commutative rings with unity,{} \\spadignore{i.e.} rings where \\spadop{*} is commutative,{} and which have a multiplicative identity. element.")) (|commutative| ((|attribute| "*") "multiplication is commutative.")))
-(((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-173)
((|constructor| (NIL "This category is the root of the I/O conduits.")) (|close!| (($ $) "\\spad{close!(c)} closes the conduit \\spad{c},{} changing its state to one that is invalid for future read or write operations.")))
@@ -626,7 +626,7 @@ NIL
NIL
(-174 R)
((|constructor| (NIL "\\spadtype{ContinuedFraction} implements general \\indented{1}{continued fractions.\\space{2}This version is not restricted to simple,{}} \\indented{1}{finite fractions and uses the \\spadtype{Stream} as a} \\indented{1}{representation.\\space{2}The arithmetic functions assume that the} \\indented{1}{approximants alternate below/above the convergence point.} \\indented{1}{This is enforced by ensuring the partial numerators and partial} \\indented{1}{denominators are greater than 0 in the Euclidean domain view of \\spad{R}} \\indented{1}{(\\spadignore{i.e.} \\spad{sizeLess?(0, x)}).}")) (|complete| (($ $) "\\spad{complete(x)} causes all entries in \\spadvar{\\spad{x}} to be computed. Normally entries are only computed as needed. If \\spadvar{\\spad{x}} is an infinite continued fraction,{} a user-initiated interrupt is necessary to stop the computation.")) (|extend| (($ $ (|Integer|)) "\\spad{extend(x,n)} causes the first \\spadvar{\\spad{n}} entries in the continued fraction \\spadvar{\\spad{x}} to be computed. Normally entries are only computed as needed.")) (|denominators| (((|Stream| |#1|) $) "\\spad{denominators(x)} returns the stream of denominators of the approximants of the continued fraction \\spadvar{\\spad{x}}. If the continued fraction is finite,{} then the stream will be finite.")) (|numerators| (((|Stream| |#1|) $) "\\spad{numerators(x)} returns the stream of numerators of the approximants of the continued fraction \\spadvar{\\spad{x}}. If the continued fraction is finite,{} then the stream will be finite.")) (|convergents| (((|Stream| (|Fraction| |#1|)) $) "\\spad{convergents(x)} returns the stream of the convergents of the continued fraction \\spadvar{\\spad{x}}. If the continued fraction is finite,{} then the stream will be finite.")) (|approximants| (((|Stream| (|Fraction| |#1|)) $) "\\spad{approximants(x)} returns the stream of approximants of the continued fraction \\spadvar{\\spad{x}}. If the continued fraction is finite,{} then the stream will be infinite and periodic with period 1.")) (|reducedForm| (($ $) "\\spad{reducedForm(x)} puts the continued fraction \\spadvar{\\spad{x}} in reduced form,{} \\spadignore{i.e.} the function returns an equivalent continued fraction of the form \\spad{continuedFraction(b0,[1,1,1,...],[b1,b2,b3,...])}.")) (|wholePart| ((|#1| $) "\\spad{wholePart(x)} extracts the whole part of \\spadvar{\\spad{x}}. That is,{} if \\spad{x = continuedFraction(b0, [a1,a2,a3,...], [b1,b2,b3,...])},{} then \\spad{wholePart(x) = b0}.")) (|partialQuotients| (((|Stream| |#1|) $) "\\spad{partialQuotients(x)} extracts the partial quotients in \\spadvar{\\spad{x}}. That is,{} if \\spad{x = continuedFraction(b0, [a1,a2,a3,...], [b1,b2,b3,...])},{} then \\spad{partialQuotients(x) = [b0,b1,b2,b3,...]}.")) (|partialDenominators| (((|Stream| |#1|) $) "\\spad{partialDenominators(x)} extracts the denominators in \\spadvar{\\spad{x}}. That is,{} if \\spad{x = continuedFraction(b0, [a1,a2,a3,...], [b1,b2,b3,...])},{} then \\spad{partialDenominators(x) = [b1,b2,b3,...]}.")) (|partialNumerators| (((|Stream| |#1|) $) "\\spad{partialNumerators(x)} extracts the numerators in \\spadvar{\\spad{x}}. That is,{} if \\spad{x = continuedFraction(b0, [a1,a2,a3,...], [b1,b2,b3,...])},{} then \\spad{partialNumerators(x) = [a1,a2,a3,...]}.")) (|reducedContinuedFraction| (($ |#1| (|Stream| |#1|)) "\\spad{reducedContinuedFraction(b0,b)} constructs a continued fraction in the following way: if \\spad{b = [b1,b2,...]} then the result is the continued fraction \\spad{b0 + 1/(b1 + 1/(b2 + ...))}. That is,{} the result is the same as \\spad{continuedFraction(b0,[1,1,1,...],[b1,b2,b3,...])}.")) (|continuedFraction| (($ |#1| (|Stream| |#1|) (|Stream| |#1|)) "\\spad{continuedFraction(b0,a,b)} constructs a continued fraction in the following way: if \\spad{a = [a1,a2,...]} and \\spad{b = [b1,b2,...]} then the result is the continued fraction \\spad{b0 + a1/(b1 + a2/(b2 + ...))}.") (($ (|Fraction| |#1|)) "\\spad{continuedFraction(r)} converts the fraction \\spadvar{\\spad{r}} with components of type \\spad{R} to a continued fraction over \\spad{R}.")))
-(((-4416 "*") . T) (-4407 . T) (-4412 . T) (-4406 . T) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") . T) (-4408 . T) (-4413 . T) (-4407 . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-175)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Contour' a list of bindings making up a `virtual scope'.")) (|findBinding| (((|Maybe| (|Binding|)) (|Identifier|) $) "\\spad{findBinding(c,n)} returns the first binding associated with \\spad{`n'}. Otherwise `nothing.")) (|push| (($ (|Binding|) $) "\\spad{push(c,b)} augments the contour with binding \\spad{`b'}.")) (|bindings| (((|List| (|Binding|)) $) "\\spad{bindings(c)} returns the list of bindings in countour \\spad{c}.")))
@@ -680,7 +680,7 @@ NIL
((|constructor| (NIL "This domain provides implementations for constructors.")) (|findConstructor| (((|Maybe| $) (|Identifier|)) "\\spad{findConstructor(s)} attempts to find a constructor named \\spad{s}. If successful,{} returns that constructor; otherwise,{} returns \\spad{nothing}.")))
NIL
NIL
-(-188 R -2352)
+(-188 R -1909)
((|constructor| (NIL "\\spadtype{ComplexTrigonometricManipulations} provides function that compute the real and imaginary parts of complex functions.")) (|complexForm| (((|Complex| (|Expression| |#1|)) |#2|) "\\spad{complexForm(f)} returns \\spad{[real f, imag f]}.")) (|trigs| ((|#2| |#2|) "\\spad{trigs(f)} rewrites all the complex logs and exponentials appearing in \\spad{f} in terms of trigonometric functions.")) (|real?| (((|Boolean|) |#2|) "\\spad{real?(f)} returns \\spad{true} if \\spad{f = real f}.")) (|imag| (((|Expression| |#1|) |#2|) "\\spad{imag(f)} returns the imaginary part of \\spad{f} where \\spad{f} is a complex function.")) (|real| (((|Expression| |#1|) |#2|) "\\spad{real(f)} returns the real part of \\spad{f} where \\spad{f} is a complex function.")) (|complexElementary| ((|#2| |#2| (|Symbol|)) "\\spad{complexElementary(f, x)} rewrites the kernels of \\spad{f} involving \\spad{x} in terms of the 2 fundamental complex transcendental elementary functions: \\spad{log, exp}.") ((|#2| |#2|) "\\spad{complexElementary(f)} rewrites \\spad{f} in terms of the 2 fundamental complex transcendental elementary functions: \\spad{log, exp}.")) (|complexNormalize| ((|#2| |#2| (|Symbol|)) "\\spad{complexNormalize(f, x)} rewrites \\spad{f} using the least possible number of complex independent kernels involving \\spad{x}.") ((|#2| |#2|) "\\spad{complexNormalize(f)} rewrites \\spad{f} using the least possible number of complex independent kernels.")))
NIL
NIL
@@ -788,23 +788,23 @@ NIL
((|constructor| (NIL "\\indented{1}{This domain implements a simple view of a database whose fields are} indexed by symbols")) (- (($ $ $) "\\spad{db1-db2} returns the difference of databases \\spad{db1} and \\spad{db2} \\spadignore{i.e.} consisting of elements in \\spad{db1} but not in \\spad{db2}")) (+ (($ $ $) "\\spad{db1+db2} returns the merge of databases \\spad{db1} and \\spad{db2}")) (|fullDisplay| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{fullDisplay(db,start,end )} prints full details of entries in the range \\axiom{\\spad{start}..end} in \\axiom{\\spad{db}}.") (((|Void|) $) "\\spad{fullDisplay(db)} prints full details of each entry in \\axiom{\\spad{db}}.") (((|Void|) $) "\\spad{fullDisplay(x)} displays \\spad{x} in detail")) (|display| (((|Void|) $) "\\spad{display(db)} prints a summary line for each entry in \\axiom{\\spad{db}}.") (((|Void|) $) "\\spad{display(x)} displays \\spad{x} in some form")) (|elt| (((|DataList| (|String|)) $ (|Symbol|)) "\\spad{elt(db,s)} returns the \\axiom{\\spad{s}} field of each element of \\axiom{\\spad{db}}.") (($ $ (|QueryEquation|)) "\\spad{elt(db,q)} returns all elements of \\axiom{\\spad{db}} which satisfy \\axiom{\\spad{q}}.") (((|String|) $ (|Symbol|)) "\\spad{elt(x,s)} returns an element of \\spad{x} indexed by \\spad{s}")))
NIL
NIL
-(-215 -2352 UP UPUP R)
+(-215 -1909 UP UPUP R)
((|constructor| (NIL "This package provides functions for computing the residues of a function on an algebraic curve.")) (|doubleResultant| ((|#2| |#4| (|Mapping| |#2| |#2|)) "\\spad{doubleResultant(f, ')} returns \\spad{p}(\\spad{x}) whose roots are rational multiples of the residues of \\spad{f} at all its finite poles. Argument ' is the derivation to use.")))
NIL
NIL
-(-216 -2352 FP)
+(-216 -1909 FP)
((|constructor| (NIL "Package for the factorization of a univariate polynomial with coefficients in a finite field. The algorithm used is the \"distinct degree\" algorithm of Cantor-Zassenhaus,{} modified to use trace instead of the norm and a table for computing Frobenius as suggested by Naudin and Quitte .")) (|irreducible?| (((|Boolean|) |#2|) "\\spad{irreducible?(p)} tests whether the polynomial \\spad{p} is irreducible.")) (|tracePowMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{tracePowMod(u,k,v)} produces the sum of \\spad{u**(q**i)} for \\spad{i} running and \\spad{q=} size \\spad{F}")) (|trace2PowMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{trace2PowMod(u,k,v)} produces the sum of \\spad{u**(2**i)} for \\spad{i} running from 1 to \\spad{k} all computed modulo the polynomial \\spad{v}.")) (|exptMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{exptMod(u,k,v)} raises the polynomial \\spad{u} to the \\spad{k}th power modulo the polynomial \\spad{v}.")) (|separateFactors| (((|List| |#2|) (|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |prod| |#2|)))) "\\spad{separateFactors(lfact)} takes the list produced by \\spadfunFrom{separateDegrees}{DistinctDegreeFactorization} and produces the complete list of factors.")) (|separateDegrees| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |prod| |#2|))) |#2|) "\\spad{separateDegrees(p)} splits the square free polynomial \\spad{p} into factors each of which is a product of irreducibles of the same degree.")) (|distdfact| (((|Record| (|:| |cont| |#1|) (|:| |factors| (|List| (|Record| (|:| |irr| |#2|) (|:| |pow| (|Integer|)))))) |#2| (|Boolean|)) "\\spad{distdfact(p,sqfrflag)} produces the complete factorization of the polynomial \\spad{p} returning an internal data structure. If argument \\spad{sqfrflag} is \\spad{true},{} the polynomial is assumed square free.")) (|factorSquareFree| (((|Factored| |#2|) |#2|) "\\spad{factorSquareFree(p)} produces the complete factorization of the square free polynomial \\spad{p}.")) (|factor| (((|Factored| |#2|) |#2|) "\\spad{factor(p)} produces the complete factorization of the polynomial \\spad{p}.")))
NIL
NIL
(-217)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating decimal expansions.")) (|decimal| (($ (|Fraction| (|Integer|))) "\\spad{decimal(r)} converts a rational number to a decimal expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(d)} returns the fractional part of a decimal expansion.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-566) (QUOTE (-909))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-566) (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-147))) (|HasCategory| (-566) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-1022))) (|HasCategory| (-566) (QUOTE (-820))) (-2768 (|HasCategory| (-566) (QUOTE (-820))) (|HasCategory| (-566) (QUOTE (-850)))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-1150))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-566) (QUOTE (-233))) (|HasCategory| (-566) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-566) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -310) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -287) (QUOTE (-566)) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-308))) (|HasCategory| (-566) (QUOTE (-547))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-566) (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (|HasCategory| (-566) (QUOTE (-145)))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-566) (QUOTE (-909))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-566) (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-147))) (|HasCategory| (-566) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-1022))) (|HasCategory| (-566) (QUOTE (-820))) (-2700 (|HasCategory| (-566) (QUOTE (-820))) (|HasCategory| (-566) (QUOTE (-850)))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-1150))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-566) (QUOTE (-233))) (|HasCategory| (-566) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-566) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -310) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -287) (QUOTE (-566)) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-308))) (|HasCategory| (-566) (QUOTE (-547))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-566) (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (|HasCategory| (-566) (QUOTE (-145)))))
(-218)
((|constructor| (NIL "This domain represents the syntax of a definition.")) (|body| (((|SpadAst|) $) "\\spad{body(d)} returns the right hand side of the definition \\spad{`d'}.")) (|signature| (((|Signature|) $) "\\spad{signature(d)} returns the signature of the operation being defined. Note that this list may be partial in that it contains only the types actually specified in the definition.")) (|head| (((|HeadAst|) $) "\\spad{head(d)} returns the head of the definition \\spad{`d'}. This is a list of identifiers starting with the name of the operation followed by the name of the parameters,{} if any.")))
NIL
NIL
-(-219 R -2352)
+(-219 R -1909)
((|constructor| (NIL "\\spadtype{ElementaryFunctionDefiniteIntegration} provides functions to compute definite integrals of elementary functions.")) (|innerint| (((|Union| (|:| |f1| (|OrderedCompletion| |#2|)) (|:| |f2| (|List| (|OrderedCompletion| |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (|Symbol|) (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|) (|Boolean|)) "\\spad{innerint(f, x, a, b, ignore?)} should be local but conditional")) (|integrate| (((|Union| (|:| |f1| (|OrderedCompletion| |#2|)) (|:| |f2| (|List| (|OrderedCompletion| |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (|SegmentBinding| (|OrderedCompletion| |#2|)) (|String|)) "\\spad{integrate(f, x = a..b, \"noPole\")} returns the integral of \\spad{f(x)dx} from a to \\spad{b}. If it is not possible to check whether \\spad{f} has a pole for \\spad{x} between a and \\spad{b} (because of parameters),{} then this function will assume that \\spad{f} has no such pole. Error: if \\spad{f} has a pole for \\spad{x} between a and \\spad{b} or if the last argument is not \"noPole\".") (((|Union| (|:| |f1| (|OrderedCompletion| |#2|)) (|:| |f2| (|List| (|OrderedCompletion| |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (|SegmentBinding| (|OrderedCompletion| |#2|))) "\\spad{integrate(f, x = a..b)} returns the integral of \\spad{f(x)dx} from a to \\spad{b}. Error: if \\spad{f} has a pole for \\spad{x} between a and \\spad{b}.")))
NIL
NIL
@@ -818,19 +818,19 @@ NIL
NIL
(-222 S)
((|constructor| (NIL "Linked list implementation of a Dequeue")) (|dequeue| (($ (|List| |#1|)) "\\spad{dequeue([x,y,...,z])} creates a dequeue with first (top or front) element \\spad{x},{} second element \\spad{y},{}...,{}and last (bottom or back) element \\spad{z}.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-223 |CoefRing| |listIndVar|)
((|constructor| (NIL "The deRham complex of Euclidean space,{} that is,{} the class of differential forms of arbitary degree over a coefficient ring. See Flanders,{} Harley,{} Differential Forms,{} With Applications to the Physical Sciences,{} New York,{} Academic Press,{} 1963.")) (|exteriorDifferential| (($ $) "\\spad{exteriorDifferential(df)} returns the exterior derivative (gradient,{} curl,{} divergence,{} ...) of the differential form \\spad{df}.")) (|totalDifferential| (($ (|Expression| |#1|)) "\\spad{totalDifferential(x)} returns the total differential (gradient) form for element \\spad{x}.")) (|map| (($ (|Mapping| (|Expression| |#1|) (|Expression| |#1|)) $) "\\spad{map(f,df)} replaces each coefficient \\spad{x} of differential form \\spad{df} by \\spad{f(x)}.")) (|degree| (((|Integer|) $) "\\spad{degree(df)} returns the homogeneous degree of differential form \\spad{df}.")) (|retractable?| (((|Boolean|) $) "\\spad{retractable?(df)} tests if differential form \\spad{df} is a 0-form,{} \\spadignore{i.e.} if degree(\\spad{df}) = 0.")) (|homogeneous?| (((|Boolean|) $) "\\spad{homogeneous?(df)} tests if all of the terms of differential form \\spad{df} have the same degree.")) (|generator| (($ (|NonNegativeInteger|)) "\\spad{generator(n)} returns the \\spad{n}th basis term for a differential form.")) (|coefficient| (((|Expression| |#1|) $ $) "\\spad{coefficient(df,u)},{} where \\spad{df} is a differential form,{} returns the coefficient of \\spad{df} containing the basis term \\spad{u} if such a term exists,{} and 0 otherwise.")) (|reductum| (($ $) "\\spad{reductum(df)},{} where \\spad{df} is a differential form,{} returns \\spad{df} minus the leading term of \\spad{df} if \\spad{df} has two or more terms,{} and 0 otherwise.")) (|leadingBasisTerm| (($ $) "\\spad{leadingBasisTerm(df)} returns the leading basis term of differential form \\spad{df}.")) (|leadingCoefficient| (((|Expression| |#1|) $) "\\spad{leadingCoefficient(df)} returns the leading coefficient of differential form \\spad{df}.")))
-((-4411 . T))
+((-4412 . T))
NIL
-(-224 R -2352)
+(-224 R -1909)
((|constructor| (NIL "\\spadtype{DefiniteIntegrationTools} provides common tools used by the definite integration of both rational and elementary functions.")) (|checkForZero| (((|Union| (|Boolean|) "failed") (|SparseUnivariatePolynomial| |#2|) (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|) (|Boolean|)) "\\spad{checkForZero(p, a, b, incl?)} is \\spad{true} if \\spad{p} has a zero between a and \\spad{b},{} \\spad{false} otherwise,{} \"failed\" if this cannot be determined. Check for a and \\spad{b} inclusive if incl? is \\spad{true},{} exclusive otherwise.") (((|Union| (|Boolean|) "failed") (|Polynomial| |#1|) (|Symbol|) (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|) (|Boolean|)) "\\spad{checkForZero(p, x, a, b, incl?)} is \\spad{true} if \\spad{p} has a zero for \\spad{x} between a and \\spad{b},{} \\spad{false} otherwise,{} \"failed\" if this cannot be determined. Check for a and \\spad{b} inclusive if incl? is \\spad{true},{} exclusive otherwise.")) (|computeInt| (((|Union| (|OrderedCompletion| |#2|) "failed") (|Kernel| |#2|) |#2| (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|) (|Boolean|)) "\\spad{computeInt(x, g, a, b, eval?)} returns the integral of \\spad{f} for \\spad{x} between a and \\spad{b},{} assuming that \\spad{g} is an indefinite integral of \\spad{f} and \\spad{f} has no pole between a and \\spad{b}. If \\spad{eval?} is \\spad{true},{} then \\spad{g} can be evaluated safely at \\spad{a} and \\spad{b},{} provided that they are finite values. Otherwise,{} limits must be computed.")) (|ignore?| (((|Boolean|) (|String|)) "\\spad{ignore?(s)} is \\spad{true} if \\spad{s} is the string that tells the integrator to assume that the function has no pole in the integration interval.")))
NIL
NIL
(-225)
((|constructor| (NIL "\\indented{1}{\\spadtype{DoubleFloat} is intended to make accessible} hardware floating point arithmetic in \\Language{},{} either native double precision,{} or IEEE. On most machines,{} there will be hardware support for the arithmetic operations: \\spadfunFrom{+}{DoubleFloat},{} \\spadfunFrom{*}{DoubleFloat},{} \\spadfunFrom{/}{DoubleFloat} and possibly also the \\spadfunFrom{sqrt}{DoubleFloat} operation. The operations \\spadfunFrom{exp}{DoubleFloat},{} \\spadfunFrom{log}{DoubleFloat},{} \\spadfunFrom{sin}{DoubleFloat},{} \\spadfunFrom{cos}{DoubleFloat},{} \\spadfunFrom{atan}{DoubleFloat} are normally coded in software based on minimax polynomial/rational approximations. Note that under Lisp/VM,{} \\spadfunFrom{atan}{DoubleFloat} is not available at this time. Some general comments about the accuracy of the operations: the operations \\spadfunFrom{+}{DoubleFloat},{} \\spadfunFrom{*}{DoubleFloat},{} \\spadfunFrom{/}{DoubleFloat} and \\spadfunFrom{sqrt}{DoubleFloat} are expected to be fully accurate. The operations \\spadfunFrom{exp}{DoubleFloat},{} \\spadfunFrom{log}{DoubleFloat},{} \\spadfunFrom{sin}{DoubleFloat},{} \\spadfunFrom{cos}{DoubleFloat} and \\spadfunFrom{atan}{DoubleFloat} are not expected to be fully accurate. In particular,{} \\spadfunFrom{sin}{DoubleFloat} and \\spadfunFrom{cos}{DoubleFloat} will lose all precision for large arguments. \\blankline The \\spadtype{Float} domain provides an alternative to the \\spad{DoubleFloat} domain. It provides an arbitrary precision model of floating point arithmetic. This means that accuracy problems like those above are eliminated by increasing the working precision where necessary. \\spadtype{Float} provides some special functions such as \\spadfunFrom{erf}{DoubleFloat},{} the error function in addition to the elementary functions. The disadvantage of \\spadtype{Float} is that it is much more expensive than small floats when the latter can be used.")) (|rationalApproximation| (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n, b)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< b**(-n)} (that is,{} \\spad{|(r-f)/f| < b**(-n)}).") (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< 10**(-n)}.")) (|Beta| (($ $ $) "\\spad{Beta(x,y)} is \\spad{Gamma(x) * Gamma(y)/Gamma(x+y)}.")) (|Gamma| (($ $) "\\spad{Gamma(x)} is the Euler Gamma function.")) (|atan| (($ $ $) "\\spad{atan(x,y)} computes the arc tangent from \\spad{x} with phase \\spad{y}.")) (|log10| (($ $) "\\spad{log10(x)} computes the logarithm with base 10 for \\spad{x}.")) (|log2| (($ $) "\\spad{log2(x)} computes the logarithm with base 2 for \\spad{x}.")) (|exp1| (($) "\\spad{exp1()} returns the natural log base \\spad{2.718281828...}.")) (** (($ $ $) "\\spad{x ** y} returns the \\spad{y}th power of \\spad{x} (equal to \\spad{exp(y log x)}).")) (/ (($ $ (|Integer|)) "\\spad{x / i} computes the division from \\spad{x} by an integer \\spad{i}.")))
-((-3603 . T) (-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-1645 . T) (-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-226)
((|constructor| (NIL "This package provides special functions for double precision real and complex floating point.")) (|hypergeometric0F1| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{hypergeometric0F1(c,z)} is the hypergeometric function \\spad{0F1(; c; z)}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{hypergeometric0F1(c,z)} is the hypergeometric function \\spad{0F1(; c; z)}.")) (|airyBi| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Bi''(x) - x * Bi(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyBi(x)} is the Airy function \\spad{Bi(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Bi''(x) - x * Bi(x) = 0}.}")) (|airyAi| (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Ai''(x) - x * Ai(x) = 0}.}") (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyAi(x)} is the Airy function \\spad{Ai(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{Ai''(x) - x * Ai(x) = 0}.}")) (|besselK| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselK(v,x)} is the modified Bessel function of the first kind,{} \\spad{K(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,x) = \\%pi/2*(I(-v,x) - I(v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselK(v,x)} is the modified Bessel function of the first kind,{} \\spad{K(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,x) = \\%pi/2*(I(-v,x) - I(v,x))/sin(v*\\%pi)}.} so is not valid for integer values of \\spad{v}.")) (|besselI| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselI(v,x)} is the modified Bessel function of the first kind,{} \\spad{I(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselI(v,x)} is the modified Bessel function of the first kind,{} \\spad{I(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}")) (|besselY| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselY(v,x)} is the Bessel function of the second kind,{} \\spad{Y(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,x) = (J(v,x) cos(v*\\%pi) - J(-v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselY(v,x)} is the Bessel function of the second kind,{} \\spad{Y(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,x) = (J(v,x) cos(v*\\%pi) - J(-v,x))/sin(v*\\%pi)}} so is not valid for integer values of \\spad{v}.")) (|besselJ| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselJ(v,x)} is the Bessel function of the first kind,{} \\spad{J(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselJ(v,x)} is the Bessel function of the first kind,{} \\spad{J(v,x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}")) (|polygamma| (((|Complex| (|DoubleFloat|)) (|NonNegativeInteger|) (|Complex| (|DoubleFloat|))) "\\spad{polygamma(n, x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.") (((|DoubleFloat|) (|NonNegativeInteger|) (|DoubleFloat|)) "\\spad{polygamma(n, x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.")) (|digamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}")) (|logGamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.")) (|Beta| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Beta(x, y)} is the Euler beta function,{} \\spad{B(x,y)},{} defined by \\indented{2}{\\spad{Beta(x,y) = integrate(t^(x-1)*(1-t)^(y-1), t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{Beta(x, y)} is the Euler beta function,{} \\spad{B(x,y)},{} defined by \\indented{2}{\\spad{Beta(x,y) = integrate(t^(x-1)*(1-t)^(y-1), t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}")) (|Gamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t), t=0..\\%infinity)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t), t=0..\\%infinity)}.}")))
@@ -838,15 +838,15 @@ NIL
NIL
(-227 R)
((|constructor| (NIL "\\indented{1}{A Denavit-Hartenberg Matrix is a 4x4 Matrix of the form:} \\indented{1}{\\spad{nx ox ax px}} \\indented{1}{\\spad{ny oy ay py}} \\indented{1}{\\spad{nz oz az pz}} \\indented{2}{\\spad{0\\space{2}0\\space{2}0\\space{2}1}} (\\spad{n},{} \\spad{o},{} and a are the direction cosines)")) (|translate| (($ |#1| |#1| |#1|) "\\spad{translate(X,Y,Z)} returns a dhmatrix for translation by \\spad{X},{} \\spad{Y},{} and \\spad{Z}")) (|scale| (($ |#1| |#1| |#1|) "\\spad{scale(sx,sy,sz)} returns a dhmatrix for scaling in the \\spad{X},{} \\spad{Y} and \\spad{Z} directions")) (|rotatez| (($ |#1|) "\\spad{rotatez(r)} returns a dhmatrix for rotation about axis \\spad{Z} for \\spad{r} degrees")) (|rotatey| (($ |#1|) "\\spad{rotatey(r)} returns a dhmatrix for rotation about axis \\spad{Y} for \\spad{r} degrees")) (|rotatex| (($ |#1|) "\\spad{rotatex(r)} returns a dhmatrix for rotation about axis \\spad{X} for \\spad{r} degrees")) (|identity| (($) "\\spad{identity()} create the identity dhmatrix")) (* (((|Point| |#1|) $ (|Point| |#1|)) "\\spad{t*p} applies the dhmatrix \\spad{t} to point \\spad{p}")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-558))) (|HasAttribute| |#1| (QUOTE (-4416 "*"))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-558))) (|HasAttribute| |#1| (QUOTE (-4417 "*"))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-228 A S)
((|constructor| (NIL "A dictionary is an aggregate in which entries can be inserted,{} searched for and removed. Duplicates are thrown away on insertion. This category models the usual notion of dictionary which involves large amounts of data where copying is impractical. Principal operations are thus destructive (non-copying) ones.")))
NIL
NIL
(-229 S)
((|constructor| (NIL "A dictionary is an aggregate in which entries can be inserted,{} searched for and removed. Duplicates are thrown away on insertion. This category models the usual notion of dictionary which involves large amounts of data where copying is impractical. Principal operations are thus destructive (non-copying) ones.")))
-((-4415 . T))
+((-4416 . T))
NIL
(-230 S R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")) (D (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{D(x, deriv, n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{D(x, deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{differentiate(x, deriv, n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x, deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")))
@@ -854,7 +854,7 @@ NIL
((|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233))))
(-231 R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")) (D (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{D(x, deriv, n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{D(x, deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{differentiate(x, deriv, n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(x, deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-232 S)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x, n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{D(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x, n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")))
@@ -862,36 +862,36 @@ NIL
NIL
(-233)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x, n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{D(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x, n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-234 A S)
((|constructor| (NIL "This category is a collection of operations common to both categories \\spadtype{Dictionary} and \\spadtype{MultiDictionary}")) (|select!| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select!(p,d)} destructively changes dictionary \\spad{d} by removing all entries \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is not \\spad{true}.")) (|remove!| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove!(p,d)} destructively changes dictionary \\spad{d} by removeing all entries \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}.") (($ |#2| $) "\\spad{remove!(x,d)} destructively changes dictionary \\spad{d} by removing all entries \\spad{y} such that \\axiom{\\spad{y} = \\spad{x}}.")) (|dictionary| (($ (|List| |#2|)) "\\spad{dictionary([x,y,...,z])} creates a dictionary consisting of entries \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}}.") (($) "\\spad{dictionary()}\\$\\spad{D} creates an empty dictionary of type \\spad{D}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4414)))
+((|HasAttribute| |#1| (QUOTE -4415)))
(-235 S)
((|constructor| (NIL "This category is a collection of operations common to both categories \\spadtype{Dictionary} and \\spadtype{MultiDictionary}")) (|select!| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select!(p,d)} destructively changes dictionary \\spad{d} by removing all entries \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is not \\spad{true}.")) (|remove!| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove!(p,d)} destructively changes dictionary \\spad{d} by removeing all entries \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}.") (($ |#1| $) "\\spad{remove!(x,d)} destructively changes dictionary \\spad{d} by removing all entries \\spad{y} such that \\axiom{\\spad{y} = \\spad{x}}.")) (|dictionary| (($ (|List| |#1|)) "\\spad{dictionary([x,y,...,z])} creates a dictionary consisting of entries \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}}.") (($) "\\spad{dictionary()}\\$\\spad{D} creates an empty dictionary of type \\spad{D}.")))
-((-4415 . T))
+((-4416 . T))
NIL
(-236)
((|constructor| (NIL "any solution of a homogeneous linear Diophantine equation can be represented as a sum of minimal solutions,{} which form a \"basis\" (a minimal solution cannot be represented as a nontrivial sum of solutions) in the case of an inhomogeneous linear Diophantine equation,{} each solution is the sum of a inhomogeneous solution and any number of homogeneous solutions therefore,{} it suffices to compute two sets: \\indented{3}{1. all minimal inhomogeneous solutions} \\indented{3}{2. all minimal homogeneous solutions} the algorithm implemented is a completion procedure,{} which enumerates all solutions in a recursive depth-first-search it can be seen as finding monotone paths in a graph for more details see Reference")) (|dioSolve| (((|Record| (|:| |varOrder| (|List| (|Symbol|))) (|:| |inhom| (|Union| (|List| (|Vector| (|NonNegativeInteger|))) "failed")) (|:| |hom| (|List| (|Vector| (|NonNegativeInteger|))))) (|Equation| (|Polynomial| (|Integer|)))) "\\spad{dioSolve(u)} computes a basis of all minimal solutions for linear homogeneous Diophantine equation \\spad{u},{} then all minimal solutions of inhomogeneous equation")))
NIL
NIL
-(-237 S -3382 R)
+(-237 S -3754 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 (-365))) (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (QUOTE (-848))) (|HasAttribute| |#3| (QUOTE -4411)) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (QUOTE (-1099))))
-(-238 -3382 R)
+((|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (QUOTE (-848))) (|HasAttribute| |#3| (QUOTE -4412)) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (QUOTE (-1099))))
+(-238 -3754 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")))
-((-4408 |has| |#2| (-1049)) (-4409 |has| |#2| (-1049)) (-4411 |has| |#2| (-6 -4411)) ((-4416 "*") |has| |#2| (-172)) (-4414 . T))
+((-4409 |has| |#2| (-1049)) (-4410 |has| |#2| (-1049)) (-4412 |has| |#2| (-6 -4412)) ((-4417 "*") |has| |#2| (-172)) (-4415 . T))
NIL
-(-239 -3382 A B)
+(-239 -3754 A B)
((|constructor| (NIL "\\indented{2}{This package provides operations which all take as arguments} direct products of elements of some type \\spad{A} and functions from \\spad{A} to another type \\spad{B}. The operations all iterate over their vector argument and either return a value of type \\spad{B} or a direct product over \\spad{B}.")) (|map| (((|DirectProduct| |#1| |#3|) (|Mapping| |#3| |#2|) (|DirectProduct| |#1| |#2|)) "\\spad{map(f, v)} applies the function \\spad{f} to every element of the vector \\spad{v} producing a new vector containing the values.")) (|reduce| ((|#3| (|Mapping| |#3| |#2| |#3|) (|DirectProduct| |#1| |#2|) |#3|) "\\spad{reduce(func,vec,ident)} combines the elements in \\spad{vec} using the binary function \\spad{func}. Argument \\spad{ident} is returned if the vector is empty.")) (|scan| (((|DirectProduct| |#1| |#3|) (|Mapping| |#3| |#2| |#3|) (|DirectProduct| |#1| |#2|) |#3|) "\\spad{scan(func,vec,ident)} creates a new vector whose elements are the result of applying reduce to the binary function \\spad{func},{} increasing initial subsequences of the vector \\spad{vec},{} and the element \\spad{ident}.")))
NIL
NIL
-(-240 -3382 R)
+(-240 -3754 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.")))
-((-4408 |has| |#2| (-1049)) (-4409 |has| |#2| (-1049)) (-4411 |has| |#2| (-6 -4411)) ((-4416 "*") |has| |#2| (-172)) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-365))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365)))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-793))) (-2768 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848)))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-726))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-233))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| |#2| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-370)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-793)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-848)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099))))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2768 (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasAttribute| |#2| (QUOTE -4411)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))))
+((-4409 |has| |#2| (-1049)) (-4410 |has| |#2| (-1049)) (-4412 |has| |#2| (-6 -4412)) ((-4417 "*") |has| |#2| (-172)) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-365))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365)))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-793))) (-2700 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848)))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-726))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-233))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| |#2| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-370)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-793)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-848)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099))))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2700 (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasAttribute| |#2| (QUOTE -4412)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))))
(-241)
((|constructor| (NIL "DisplayPackage allows one to print strings in a nice manner,{} including highlighting substrings.")) (|sayLength| (((|Integer|) (|List| (|String|))) "\\spad{sayLength(l)} returns the length of a list of strings \\spad{l} as an integer.") (((|Integer|) (|String|)) "\\spad{sayLength(s)} returns the length of a string \\spad{s} as an integer.")) (|say| (((|Void|) (|List| (|String|))) "\\spad{say(l)} sends a list of strings \\spad{l} to output.") (((|Void|) (|String|)) "\\spad{say(s)} sends a string \\spad{s} to output.")) (|center| (((|List| (|String|)) (|List| (|String|)) (|Integer|) (|String|)) "\\spad{center(l,i,s)} takes a list of strings \\spad{l},{} and centers them within a list of strings which is \\spad{i} characters long,{} in which the remaining spaces are filled with strings composed of as many repetitions as possible of the last string parameter \\spad{s}.") (((|String|) (|String|) (|Integer|) (|String|)) "\\spad{center(s,i,s)} takes the first string \\spad{s},{} and centers it within a string of length \\spad{i},{} in which the other elements of the string are composed of as many replications as possible of the second indicated string,{} \\spad{s} which must have a length greater than that of an empty string.")) (|copies| (((|String|) (|Integer|) (|String|)) "\\spad{copies(i,s)} will take a string \\spad{s} and create a new string composed of \\spad{i} copies of \\spad{s}.")) (|newLine| (((|String|)) "\\spad{newLine()} sends a new line command to output.")) (|bright| (((|List| (|String|)) (|List| (|String|))) "\\spad{bright(l)} sets the font property of a list of strings,{} \\spad{l},{} to bold-face type.") (((|List| (|String|)) (|String|)) "\\spad{bright(s)} sets the font property of the string \\spad{s} to bold-face type.")))
NIL
@@ -902,7 +902,7 @@ NIL
NIL
(-243)
((|constructor| (NIL "A division ring (sometimes called a skew field),{} \\spadignore{i.e.} a not necessarily commutative ring where all non-zero elements have multiplicative inverses.")) (|inv| (($ $) "\\spad{inv x} returns the multiplicative inverse of \\spad{x}. Error: if \\spad{x} is 0.")) (** (($ $ (|Integer|)) "\\spad{x**n} returns \\spad{x} raised to the integer power \\spad{n}.")))
-((-4407 . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-244 S)
((|constructor| (NIL "A doubly-linked aggregate serves as a model for a doubly-linked list,{} that is,{} a list which can has links to both next and previous nodes and thus can be efficiently traversed in both directions.")) (|setnext!| (($ $ $) "\\spad{setnext!(u,v)} destructively sets the next node of doubly-linked aggregate \\spad{u} to \\spad{v},{} returning \\spad{v}.")) (|setprevious!| (($ $ $) "\\spad{setprevious!(u,v)} destructively sets the previous node of doubly-linked aggregate \\spad{u} to \\spad{v},{} returning \\spad{v}.")) (|concat!| (($ $ $) "\\spad{concat!(u,v)} destructively concatenates doubly-linked aggregate \\spad{v} to the end of doubly-linked aggregate \\spad{u}.")) (|next| (($ $) "\\spad{next(l)} returns the doubly-linked aggregate beginning with its next element. Error: if \\spad{l} has no next element. Note: \\axiom{next(\\spad{l}) = rest(\\spad{l})} and \\axiom{previous(next(\\spad{l})) = \\spad{l}}.")) (|previous| (($ $) "\\spad{previous(l)} returns the doubly-link list beginning with its previous element. Error: if \\spad{l} has no previous element. Note: \\axiom{next(previous(\\spad{l})) = \\spad{l}}.")) (|tail| (($ $) "\\spad{tail(l)} returns the doubly-linked aggregate \\spad{l} starting at its second element. Error: if \\spad{l} is empty.")) (|head| (($ $) "\\spad{head(l)} returns the first element of a doubly-linked aggregate \\spad{l}. Error: if \\spad{l} is empty.")) (|last| ((|#1| $) "\\spad{last(l)} returns the last element of a doubly-linked aggregate \\spad{l}. Error: if \\spad{l} is empty.")))
@@ -910,16 +910,16 @@ NIL
NIL
(-245 S)
((|constructor| (NIL "This domain provides some nice functions on lists")) (|elt| (((|NonNegativeInteger|) $ "count") "\\axiom{\\spad{l}.\"count\"} returns the number of elements in \\axiom{\\spad{l}}.") (($ $ "sort") "\\axiom{\\spad{l}.sort} returns \\axiom{\\spad{l}} with elements sorted. Note: \\axiom{\\spad{l}.sort = sort(\\spad{l})}") (($ $ "unique") "\\axiom{\\spad{l}.unique} returns \\axiom{\\spad{l}} with duplicates removed. Note: \\axiom{\\spad{l}.unique = removeDuplicates(\\spad{l})}.")) (|datalist| (($ (|List| |#1|)) "\\spad{datalist(l)} creates a datalist from \\spad{l}")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-246 M)
((|constructor| (NIL "DiscreteLogarithmPackage implements help functions for discrete logarithms in monoids using small cyclic groups.")) (|shanksDiscLogAlgorithm| (((|Union| (|NonNegativeInteger|) "failed") |#1| |#1| (|NonNegativeInteger|)) "\\spad{shanksDiscLogAlgorithm(b,a,p)} computes \\spad{s} with \\spad{b**s = a} for assuming that \\spad{a} and \\spad{b} are elements in a 'small' cyclic group of order \\spad{p} by Shank\\spad{'s} algorithm. Note: this is a subroutine of the function \\spadfun{discreteLog}.")) (** ((|#1| |#1| (|Integer|)) "\\spad{x ** n} returns \\spad{x} raised to the integer power \\spad{n}")))
NIL
NIL
(-247 |vl| R)
((|constructor| (NIL "\\indented{2}{This type supports distributed multivariate polynomials} whose variables are from a user specified list of symbols. The coefficient ring may be non commutative,{} but the variables are assumed to commute. The term ordering is lexicographic specified by the variable list parameter with the most significant variable first in the list.")) (|reorder| (($ $ (|List| (|Integer|))) "\\spad{reorder(p, perm)} applies the permutation perm to the variables in a polynomial and returns the new correctly ordered polynomial")))
-(((-4416 "*") |has| |#2| (-172)) (-4407 |has| |#2| (-558)) (-4412 |has| |#2| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#2| (QUOTE (-909))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4412)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(((-4417 "*") |has| |#2| (-172)) (-4408 |has| |#2| (-558)) (-4413 |has| |#2| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#2| (QUOTE (-909))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
(-248)
((|showSummary| (((|Void|) $) "\\spad{showSummary(d)} prints out implementation detail information of domain \\spad{`d'}.")) (|reflect| (($ (|ConstructorCall| (|DomainConstructor|))) "\\spad{reflect cc} returns the domain object designated by the ConstructorCall syntax `cc'. The constructor implied by `cc' must be known to the system since it is instantiated.")) (|reify| (((|ConstructorCall| (|DomainConstructor|)) $) "\\spad{reify(d)} returns the abstract syntax for the domain \\spad{`x'}.")) (|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Create: October 18,{} 2007. Date Last Updated: December 20,{} 2008. Basic Operations: coerce,{} reify Related Constructors: Type,{} Syntax,{} OutputForm Also See: Type,{} ConstructorCall") (((|DomainConstructor|) $) "\\spad{constructor(d)} returns the domain constructor that is instantiated to the domain object \\spad{`d'}.")))
NIL
@@ -934,23 +934,23 @@ NIL
NIL
(-251 |n| R M S)
((|constructor| (NIL "This constructor provides a direct product type with a left matrix-module view.")))
-((-4411 -2768 (-2415 (|has| |#4| (-1049)) (|has| |#4| (-233))) (-2415 (|has| |#4| (-1049)) (|has| |#4| (-900 (-1175)))) (|has| |#4| (-6 -4411)) (-2415 (|has| |#4| (-1049)) (|has| |#4| (-639 (-566))))) (-4408 |has| |#4| (-1049)) (-4409 |has| |#4| (-1049)) ((-4416 "*") |has| |#4| (-172)) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-365))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-726))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-793))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-848))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#4| (QUOTE (-365))) (-2768 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-365))) (|HasCategory| |#4| (QUOTE (-1049)))) (-2768 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-365)))) (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-793))) (-2768 (|HasCategory| |#4| (QUOTE (-793))) (|HasCategory| |#4| (QUOTE (-848)))) (|HasCategory| |#4| (QUOTE (-848))) (|HasCategory| |#4| (QUOTE (-726))) (-2768 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-1049)))) (|HasCategory| |#4| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2768 (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1049)))) (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-172)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-233)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-365)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-370)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-726)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-793)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-848)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-1049)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-1099))))) (-2768 (-12 (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-365))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-726))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-793))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-848))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-1049))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-365))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-726))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-793))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-848))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1049)))) (-2768 (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1049)))) (|HasCategory| |#4| (QUOTE (-726))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-2768 (|HasCategory| |#4| (QUOTE (-1049))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-1099)))) (-2768 (|HasAttribute| |#4| (QUOTE -4411)) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1049)))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#4| (QUOTE (-131))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))))
+((-4412 -2700 (-3360 (|has| |#4| (-1049)) (|has| |#4| (-233))) (-3360 (|has| |#4| (-1049)) (|has| |#4| (-900 (-1175)))) (|has| |#4| (-6 -4412)) (-3360 (|has| |#4| (-1049)) (|has| |#4| (-639 (-566))))) (-4409 |has| |#4| (-1049)) (-4410 |has| |#4| (-1049)) ((-4417 "*") |has| |#4| (-172)) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-365))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-726))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-793))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-848))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#4| (QUOTE (-365))) (-2700 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-365))) (|HasCategory| |#4| (QUOTE (-1049)))) (-2700 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-365)))) (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-793))) (-2700 (|HasCategory| |#4| (QUOTE (-793))) (|HasCategory| |#4| (QUOTE (-848)))) (|HasCategory| |#4| (QUOTE (-848))) (|HasCategory| |#4| (QUOTE (-726))) (-2700 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-1049)))) (|HasCategory| |#4| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2700 (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1049)))) (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-172)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-233)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-365)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-370)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-726)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-793)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-848)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-1049)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-1099))))) (-2700 (-12 (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-365))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-726))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-793))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-848))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-1049))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-365))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-726))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-793))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-848))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1049)))) (-2700 (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1049)))) (|HasCategory| |#4| (QUOTE (-726))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566))))) (-2700 (|HasCategory| |#4| (QUOTE (-1049))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (QUOTE (-1099)))) (-2700 (|HasAttribute| |#4| (QUOTE -4412)) (-12 (|HasCategory| |#4| (QUOTE (-233))) (|HasCategory| |#4| (QUOTE (-1049)))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#4| (QUOTE (-1049))) (|HasCategory| |#4| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#4| (QUOTE (-131))) (|HasCategory| |#4| (QUOTE (-25))) (|HasCategory| |#4| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))))
(-252 |n| R S)
((|constructor| (NIL "This constructor provides a direct product of \\spad{R}-modules with an \\spad{R}-module view.")))
-((-4411 -2768 (-2415 (|has| |#3| (-1049)) (|has| |#3| (-233))) (-2415 (|has| |#3| (-1049)) (|has| |#3| (-900 (-1175)))) (|has| |#3| (-6 -4411)) (-2415 (|has| |#3| (-1049)) (|has| |#3| (-639 (-566))))) (-4408 |has| |#3| (-1049)) (-4409 |has| |#3| (-1049)) ((-4416 "*") |has| |#3| (-172)) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#3| (QUOTE (-365))) (-2768 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2768 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365)))) (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-793))) (-2768 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (QUOTE (-848)))) (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (QUOTE (-726))) (-2768 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2768 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-172)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-233)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-365)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-370)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-726)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-793)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-848)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099))))) (-2768 (-12 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1049))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2768 (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-726))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-2768 (|HasCategory| |#3| (QUOTE (-1049))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099)))) (-2768 (|HasAttribute| |#3| (QUOTE -4411)) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))))
+((-4412 -2700 (-3360 (|has| |#3| (-1049)) (|has| |#3| (-233))) (-3360 (|has| |#3| (-1049)) (|has| |#3| (-900 (-1175)))) (|has| |#3| (-6 -4412)) (-3360 (|has| |#3| (-1049)) (|has| |#3| (-639 (-566))))) (-4409 |has| |#3| (-1049)) (-4410 |has| |#3| (-1049)) ((-4417 "*") |has| |#3| (-172)) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#3| (QUOTE (-365))) (-2700 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2700 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365)))) (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-793))) (-2700 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (QUOTE (-848)))) (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (QUOTE (-726))) (-2700 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2700 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-172)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-233)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-365)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-370)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-726)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-793)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-848)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099))))) (-2700 (-12 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1049))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2700 (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-726))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-2700 (|HasCategory| |#3| (QUOTE (-1049))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099)))) (-2700 (|HasAttribute| |#3| (QUOTE -4412)) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))))
(-253 A R S V E)
((|constructor| (NIL "\\spadtype{DifferentialPolynomialCategory} is a category constructor specifying basic functions in an ordinary differential polynomial ring with a given ordered set of differential indeterminates. In addition,{} it implements defaults for the basic functions. The functions \\spadfun{order} and \\spadfun{weight} are extended from the set of derivatives of differential indeterminates to the set of differential polynomials. Other operations provided on differential polynomials are \\spadfun{leader},{} \\spadfun{initial},{} \\spadfun{separant},{} \\spadfun{differentialVariables},{} and \\spadfun{isobaric?}. Furthermore,{} if the ground ring is a differential ring,{} then evaluation (substitution of differential indeterminates by elements of the ground ring or by differential polynomials) is provided by \\spadfun{eval}. A convenient way of referencing derivatives is provided by the functions \\spadfun{makeVariable}. \\blankline To construct a domain using this constructor,{} one needs to provide a ground ring \\spad{R},{} an ordered set \\spad{S} of differential indeterminates,{} a ranking \\spad{V} on the set of derivatives of the differential indeterminates,{} and a set \\spad{E} of exponents in bijection with the set of differential monomials in the given differential indeterminates. \\blankline")) (|separant| (($ $) "\\spad{separant(p)} returns the partial derivative of the differential polynomial \\spad{p} with respect to its leader.")) (|initial| (($ $) "\\spad{initial(p)} returns the leading coefficient when the differential polynomial \\spad{p} is written as a univariate polynomial in its leader.")) (|leader| ((|#4| $) "\\spad{leader(p)} returns the derivative of the highest rank appearing in the differential polynomial \\spad{p} Note: an error occurs if \\spad{p} is in the ground ring.")) (|isobaric?| (((|Boolean|) $) "\\spad{isobaric?(p)} returns \\spad{true} if every differential monomial appearing in the differential polynomial \\spad{p} has same weight,{} and returns \\spad{false} otherwise.")) (|weight| (((|NonNegativeInteger|) $ |#3|) "\\spad{weight(p, s)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|NonNegativeInteger|) $) "\\spad{weight(p)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p}.")) (|weights| (((|List| (|NonNegativeInteger|)) $ |#3|) "\\spad{weights(p, s)} returns a list of weights of differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|List| (|NonNegativeInteger|)) $) "\\spad{weights(p)} returns a list of weights of differential monomials appearing in differential polynomial \\spad{p}.")) (|degree| (((|NonNegativeInteger|) $ |#3|) "\\spad{degree(p, s)} returns the maximum degree of the differential polynomial \\spad{p} viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of the differential polynomial \\spad{p},{} which is the maximum number of differentiations of a differential indeterminate,{} among all those appearing in \\spad{p}.") (((|NonNegativeInteger|) $ |#3|) "\\spad{order(p,s)} returns the order of the differential polynomial \\spad{p} in differential indeterminate \\spad{s}.")) (|differentialVariables| (((|List| |#3|) $) "\\spad{differentialVariables(p)} returns a list of differential indeterminates occurring in a differential polynomial \\spad{p}.")) (|makeVariable| (((|Mapping| $ (|NonNegativeInteger|)) $) "\\spad{makeVariable(p)} views \\spad{p} as an element of a differential ring,{} in such a way that the \\spad{n}-th derivative of \\spad{p} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} \\spad{:=} makeVariable(\\spad{p}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.") (((|Mapping| $ (|NonNegativeInteger|)) |#3|) "\\spad{makeVariable(s)} views \\spad{s} as a differential indeterminate,{} in such a way that the \\spad{n}-th derivative of \\spad{s} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} :=makeVariable(\\spad{s}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.")))
NIL
((|HasCategory| |#2| (QUOTE (-233))))
(-254 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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
NIL
(-255 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}.")))
-((-4414 . T) (-4415 . T))
+((-4415 . T) (-4416 . T))
NIL
(-256)
((|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.")))
@@ -990,8 +990,8 @@ NIL
NIL
(-265 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")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#3| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#3| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#3| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#3| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#3| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#3| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-266 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
@@ -1036,11 +1036,11 @@ NIL
((|constructor| (NIL "A domain used in the construction of the exterior algebra on a set \\spad{X} over a ring \\spad{R}. This domain represents the set of all ordered subsets of the set \\spad{X},{} assumed to be in correspondance with {1,{}2,{}3,{} ...}. The ordered subsets are themselves ordered lexicographically and are in bijective correspondance with an ordered basis of the exterior algebra. In this domain we are dealing strictly with the exponents of basis elements which can only be 0 or 1. \\blankline The multiplicative identity element of the exterior algebra corresponds to the empty subset of \\spad{X}. A coerce from List Integer to an ordered basis element is provided to allow the convenient input of expressions. Another exported function forgets the ordered structure and simply returns the list corresponding to an ordered subset.")) (|Nul| (($ (|NonNegativeInteger|)) "\\spad{Nul()} gives the basis element 1 for the algebra generated by \\spad{n} generators.")) (|exponents| (((|List| (|Integer|)) $) "\\spad{exponents(x)} converts a domain element into a list of zeros and ones corresponding to the exponents in the basis element that \\spad{x} represents.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(x)} gives the numbers of 1\\spad{'s} in \\spad{x},{} \\spadignore{i.e.} the number of non-zero exponents in the basis element that \\spad{x} represents.")) (|coerce| (($ (|List| (|Integer|))) "\\spad{coerce(l)} converts a list of 0\\spad{'s} and 1\\spad{'s} into a basis element,{} where 1 (respectively 0) designates that the variable of the corresponding index of \\spad{l} is (respectively,{} is not) present. Error: if an element of \\spad{l} is not 0 or 1.")))
NIL
NIL
-(-277 R -2352)
+(-277 R -1909)
((|constructor| (NIL "Provides elementary functions over an integral domain.")) (|localReal?| (((|Boolean|) |#2|) "\\spad{localReal?(x)} should be local but conditional")) (|specialTrigs| (((|Union| |#2| "failed") |#2| (|List| (|Record| (|:| |func| |#2|) (|:| |pole| (|Boolean|))))) "\\spad{specialTrigs(x,l)} should be local but conditional")) (|iiacsch| ((|#2| |#2|) "\\spad{iiacsch(x)} should be local but conditional")) (|iiasech| ((|#2| |#2|) "\\spad{iiasech(x)} should be local but conditional")) (|iiacoth| ((|#2| |#2|) "\\spad{iiacoth(x)} should be local but conditional")) (|iiatanh| ((|#2| |#2|) "\\spad{iiatanh(x)} should be local but conditional")) (|iiacosh| ((|#2| |#2|) "\\spad{iiacosh(x)} should be local but conditional")) (|iiasinh| ((|#2| |#2|) "\\spad{iiasinh(x)} should be local but conditional")) (|iicsch| ((|#2| |#2|) "\\spad{iicsch(x)} should be local but conditional")) (|iisech| ((|#2| |#2|) "\\spad{iisech(x)} should be local but conditional")) (|iicoth| ((|#2| |#2|) "\\spad{iicoth(x)} should be local but conditional")) (|iitanh| ((|#2| |#2|) "\\spad{iitanh(x)} should be local but conditional")) (|iicosh| ((|#2| |#2|) "\\spad{iicosh(x)} should be local but conditional")) (|iisinh| ((|#2| |#2|) "\\spad{iisinh(x)} should be local but conditional")) (|iiacsc| ((|#2| |#2|) "\\spad{iiacsc(x)} should be local but conditional")) (|iiasec| ((|#2| |#2|) "\\spad{iiasec(x)} should be local but conditional")) (|iiacot| ((|#2| |#2|) "\\spad{iiacot(x)} should be local but conditional")) (|iiatan| ((|#2| |#2|) "\\spad{iiatan(x)} should be local but conditional")) (|iiacos| ((|#2| |#2|) "\\spad{iiacos(x)} should be local but conditional")) (|iiasin| ((|#2| |#2|) "\\spad{iiasin(x)} should be local but conditional")) (|iicsc| ((|#2| |#2|) "\\spad{iicsc(x)} should be local but conditional")) (|iisec| ((|#2| |#2|) "\\spad{iisec(x)} should be local but conditional")) (|iicot| ((|#2| |#2|) "\\spad{iicot(x)} should be local but conditional")) (|iitan| ((|#2| |#2|) "\\spad{iitan(x)} should be local but conditional")) (|iicos| ((|#2| |#2|) "\\spad{iicos(x)} should be local but conditional")) (|iisin| ((|#2| |#2|) "\\spad{iisin(x)} should be local but conditional")) (|iilog| ((|#2| |#2|) "\\spad{iilog(x)} should be local but conditional")) (|iiexp| ((|#2| |#2|) "\\spad{iiexp(x)} should be local but conditional")) (|iisqrt3| ((|#2|) "\\spad{iisqrt3()} should be local but conditional")) (|iisqrt2| ((|#2|) "\\spad{iisqrt2()} should be local but conditional")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(p)} returns an elementary operator with the same symbol as \\spad{p}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(p)} returns \\spad{true} if operator \\spad{p} is elementary")) (|pi| ((|#2|) "\\spad{pi()} returns the \\spad{pi} operator")) (|acsch| ((|#2| |#2|) "\\spad{acsch(x)} applies the inverse hyperbolic cosecant operator to \\spad{x}")) (|asech| ((|#2| |#2|) "\\spad{asech(x)} applies the inverse hyperbolic secant operator to \\spad{x}")) (|acoth| ((|#2| |#2|) "\\spad{acoth(x)} applies the inverse hyperbolic cotangent operator to \\spad{x}")) (|atanh| ((|#2| |#2|) "\\spad{atanh(x)} applies the inverse hyperbolic tangent operator to \\spad{x}")) (|acosh| ((|#2| |#2|) "\\spad{acosh(x)} applies the inverse hyperbolic cosine operator to \\spad{x}")) (|asinh| ((|#2| |#2|) "\\spad{asinh(x)} applies the inverse hyperbolic sine operator to \\spad{x}")) (|csch| ((|#2| |#2|) "\\spad{csch(x)} applies the hyperbolic cosecant operator to \\spad{x}")) (|sech| ((|#2| |#2|) "\\spad{sech(x)} applies the hyperbolic secant operator to \\spad{x}")) (|coth| ((|#2| |#2|) "\\spad{coth(x)} applies the hyperbolic cotangent operator to \\spad{x}")) (|tanh| ((|#2| |#2|) "\\spad{tanh(x)} applies the hyperbolic tangent operator to \\spad{x}")) (|cosh| ((|#2| |#2|) "\\spad{cosh(x)} applies the hyperbolic cosine operator to \\spad{x}")) (|sinh| ((|#2| |#2|) "\\spad{sinh(x)} applies the hyperbolic sine operator to \\spad{x}")) (|acsc| ((|#2| |#2|) "\\spad{acsc(x)} applies the inverse cosecant operator to \\spad{x}")) (|asec| ((|#2| |#2|) "\\spad{asec(x)} applies the inverse secant operator to \\spad{x}")) (|acot| ((|#2| |#2|) "\\spad{acot(x)} applies the inverse cotangent operator to \\spad{x}")) (|atan| ((|#2| |#2|) "\\spad{atan(x)} applies the inverse tangent operator to \\spad{x}")) (|acos| ((|#2| |#2|) "\\spad{acos(x)} applies the inverse cosine operator to \\spad{x}")) (|asin| ((|#2| |#2|) "\\spad{asin(x)} applies the inverse sine operator to \\spad{x}")) (|csc| ((|#2| |#2|) "\\spad{csc(x)} applies the cosecant operator to \\spad{x}")) (|sec| ((|#2| |#2|) "\\spad{sec(x)} applies the secant operator to \\spad{x}")) (|cot| ((|#2| |#2|) "\\spad{cot(x)} applies the cotangent operator to \\spad{x}")) (|tan| ((|#2| |#2|) "\\spad{tan(x)} applies the tangent operator to \\spad{x}")) (|cos| ((|#2| |#2|) "\\spad{cos(x)} applies the cosine operator to \\spad{x}")) (|sin| ((|#2| |#2|) "\\spad{sin(x)} applies the sine operator to \\spad{x}")) (|log| ((|#2| |#2|) "\\spad{log(x)} applies the logarithm operator to \\spad{x}")) (|exp| ((|#2| |#2|) "\\spad{exp(x)} applies the exponential operator to \\spad{x}")))
NIL
NIL
-(-278 R -2352)
+(-278 R -1909)
((|constructor| (NIL "ElementaryFunctionStructurePackage provides functions to test the algebraic independence of various elementary functions,{} using the Risch structure theorem (real and complex versions). It also provides transformations on elementary functions which are not considered simplifications.")) (|tanQ| ((|#2| (|Fraction| (|Integer|)) |#2|) "\\spad{tanQ(q,a)} is a local function with a conditional implementation.")) (|rootNormalize| ((|#2| |#2| (|Kernel| |#2|)) "\\spad{rootNormalize(f, k)} returns \\spad{f} rewriting either \\spad{k} which must be an \\spad{n}th-root in terms of radicals already in \\spad{f},{} or some radicals in \\spad{f} in terms of \\spad{k}.")) (|validExponential| (((|Union| |#2| "failed") (|List| (|Kernel| |#2|)) |#2| (|Symbol|)) "\\spad{validExponential([k1,...,kn],f,x)} returns \\spad{g} if \\spad{exp(f)=g} and \\spad{g} involves only \\spad{k1...kn},{} and \"failed\" otherwise.")) (|realElementary| ((|#2| |#2| (|Symbol|)) "\\spad{realElementary(f,x)} rewrites the kernels of \\spad{f} involving \\spad{x} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log, exp, tan, atan}.") ((|#2| |#2|) "\\spad{realElementary(f)} rewrites \\spad{f} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log, exp, tan, atan}.")) (|rischNormalize| (((|Record| (|:| |func| |#2|) (|:| |kers| (|List| (|Kernel| |#2|))) (|:| |vals| (|List| |#2|))) |#2| (|Symbol|)) "\\spad{rischNormalize(f, x)} returns \\spad{[g, [k1,...,kn], [h1,...,hn]]} such that \\spad{g = normalize(f, x)} and each \\spad{ki} was rewritten as \\spad{hi} during the normalization.")) (|normalize| ((|#2| |#2| (|Symbol|)) "\\spad{normalize(f, x)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels involving \\spad{x}.") ((|#2| |#2|) "\\spad{normalize(f)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels.")))
NIL
NIL
@@ -1062,7 +1062,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))))
(-283 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}.")))
-((-4415 . T))
+((-4416 . T))
NIL
(-284 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}.")))
@@ -1083,18 +1083,18 @@ NIL
(-288 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 -4415)))
+((|HasAttribute| |#1| (QUOTE -4416)))
(-289 |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
-(-290 S R |Mod| -1736 -2696 |exactQuo|)
+(-290 S R |Mod| -2361 -1485 |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")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-291)
((|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.")))
-((-4407 . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-292)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 19,{} 2008. An `Environment' is a stack of scope.")) (|categoryFrame| (($) "the current category environment in the interpreter.")) (|interactiveEnv| (($) "the current interactive environment in effect.")) (|currentEnv| (($) "the current normal environment in effect.")) (|setProperties!| (($ (|Identifier|) (|List| (|Property|)) $) "setBinding!(\\spad{n},{}props,{}\\spad{e}) set the list of properties of \\spad{`n'} to `props' in `e'.")) (|getProperties| (((|List| (|Property|)) (|Identifier|) $) "getBinding(\\spad{n},{}\\spad{e}) returns the list of properties of \\spad{`n'} in \\spad{e}.")) (|setProperty!| (($ (|Identifier|) (|Identifier|) (|SExpression|) $) "\\spad{setProperty!(n,p,v,e)} binds the property `(\\spad{p},{}\\spad{v})' to \\spad{`n'} in the topmost scope of `e'.")) (|getProperty| (((|Maybe| (|SExpression|)) (|Identifier|) (|Identifier|) $) "\\spad{getProperty(n,p,e)} returns the value of property with name \\spad{`p'} for the symbol \\spad{`n'} in environment `e'. Otherwise,{} `nothing.")) (|scopes| (((|List| (|Scope|)) $) "\\spad{scopes(e)} returns the stack of scopes in environment \\spad{e}.")) (|empty| (($) "\\spad{empty()} constructs an empty environment")))
@@ -1110,21 +1110,21 @@ NIL
NIL
(-295 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.")))
-((-4411 -2768 (|has| |#1| (-1049)) (|has| |#1| (-475))) (-4408 |has| |#1| (-1049)) (-4409 |has| |#1| (-1049)))
-((|HasCategory| |#1| (QUOTE (-365))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2768 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-726)))) (|HasCategory| |#1| (QUOTE (-475))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-1099)))) (-2768 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1111)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-303))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-475)))) (-2768 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-726)))) (-2768 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-726))))
+((-4412 -2700 (|has| |#1| (-1049)) (|has| |#1| (-475))) (-4409 |has| |#1| (-1049)) (-4410 |has| |#1| (-1049)))
+((|HasCategory| |#1| (QUOTE (-365))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2700 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-726)))) (|HasCategory| |#1| (QUOTE (-475))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-1099)))) (-2700 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1111)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-303))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-475)))) (-2700 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-726)))) (-2700 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-726))))
(-296 |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.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#2|)))))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#2|)))))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))))
(-297)
((|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
-(-298 -2352 S)
+(-298 -1909 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
-(-299 E -2352)
+(-299 E -1909)
((|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
@@ -1162,7 +1162,7 @@ NIL
NIL
(-308)
((|constructor| (NIL "A constructive euclidean domain,{} \\spadignore{i.e.} one can divide producing a quotient and a remainder where the remainder is either zero or is smaller (\\spadfun{euclideanSize}) than the divisor. \\blankline Conditional attributes: \\indented{2}{multiplicativeValuation\\tab{25}\\spad{Size(a*b)=Size(a)*Size(b)}} \\indented{2}{additiveValuation\\tab{25}\\spad{Size(a*b)=Size(a)+Size(b)}}")) (|multiEuclidean| (((|Union| (|List| $) "failed") (|List| $) $) "\\spad{multiEuclidean([f1,...,fn],z)} returns a list of coefficients \\spad{[a1, ..., an]} such that \\spad{ z / prod fi = sum aj/fj}. If no such list of coefficients exists,{} \"failed\" is returned.")) (|extendedEuclidean| (((|Union| (|Record| (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) "\\spad{extendedEuclidean(x,y,z)} either returns a record rec where \\spad{rec.coef1*x+rec.coef2*y=z} or returns \"failed\" if \\spad{z} cannot be expressed as a linear combination of \\spad{x} and \\spad{y}.") (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{extendedEuclidean(x,y)} returns a record rec where \\spad{rec.coef1*x+rec.coef2*y = rec.generator} and rec.generator is a \\spad{gcd} of \\spad{x} and \\spad{y}. The \\spad{gcd} is unique only up to associates if \\spadatt{canonicalUnitNormal} is not asserted. \\spadfun{principalIdeal} provides a version of this operation which accepts an arbitrary length list of arguments.")) (|rem| (($ $ $) "\\spad{x rem y} is the same as \\spad{divide(x,y).remainder}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|quo| (($ $ $) "\\spad{x quo y} is the same as \\spad{divide(x,y).quotient}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{divide(x,y)} divides \\spad{x} by \\spad{y} producing a record containing a \\spad{quotient} and \\spad{remainder},{} where the remainder is smaller (see \\spadfunFrom{sizeLess?}{EuclideanDomain}) than the divisor \\spad{y}.")) (|euclideanSize| (((|NonNegativeInteger|) $) "\\spad{euclideanSize(x)} returns the euclidean size of the element \\spad{x}. Error: if \\spad{x} is zero.")) (|sizeLess?| (((|Boolean|) $ $) "\\spad{sizeLess?(x,y)} tests whether \\spad{x} is strictly smaller than \\spad{y} with respect to the \\spadfunFrom{euclideanSize}{EuclideanDomain}.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-309 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}.")))
@@ -1172,7 +1172,7 @@ NIL
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation\\spad{''} substitutions.")) (|eval| (($ $ (|List| (|Equation| |#1|))) "\\spad{eval(f, [x1 = v1,...,xn = vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ (|Equation| |#1|)) "\\spad{eval(f,x = v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-311 -2352)
+(-311 -1909)
((|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
@@ -1186,8 +1186,8 @@ NIL
NIL
(-314 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))}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-909))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-145))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-1022))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-820))) (-2768 (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-820))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-850)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-1150))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-233))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1250) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -310) (LIST (QUOTE -1250) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (LIST (QUOTE -287) (LIST (QUOTE -1250) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1250) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-308))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-547))) (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-850))) (-12 (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-909))) (|HasCategory| $ (QUOTE (-145)))) (-2768 (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-145))) (-12 (|HasCategory| (-1250 |#1| |#2| |#3| |#4|) (QUOTE (-909))) (|HasCategory| $ (QUOTE (-145))))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-909))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-145))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-1022))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-820))) (-2700 (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-820))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-850)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-1150))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-233))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -310) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (LIST (QUOTE -287) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1251) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-308))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-547))) (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-850))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-909))) (|HasCategory| $ (QUOTE (-145)))) (-2700 (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-145))) (-12 (|HasCategory| (-1251 |#1| |#2| |#3| |#4|) (QUOTE (-909))) (|HasCategory| $ (QUOTE (-145))))))
(-315 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
@@ -1198,9 +1198,9 @@ NIL
NIL
(-317 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.")))
-((-4411 -2768 (-2415 (|has| |#1| (-1049)) (|has| |#1| (-639 (-566)))) (-12 (|has| |#1| (-558)) (-2768 (-2415 (|has| |#1| (-1049)) (|has| |#1| (-639 (-566)))) (|has| |#1| (-1049)) (|has| |#1| (-475)))) (|has| |#1| (-1049)) (|has| |#1| (-475))) (-4409 |has| |#1| (-172)) (-4408 |has| |#1| (-172)) ((-4416 "*") |has| |#1| (-558)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-558)) (-4406 |has| |#1| (-558)))
-((-2768 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| |#1| (QUOTE (-558))) (-2768 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (QUOTE (-21))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-1111)))) (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-1049)))) (-12 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-1111)))) (-2768 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))))) (-2768 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-1111)))) (-2768 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))))) (-2768 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1111))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| $ (QUOTE (-1049))) (|HasCategory| $ (LIST (QUOTE -1038) (QUOTE (-566)))))
-(-318 R -2352)
+((-4412 -2700 (-3360 (|has| |#1| (-1049)) (|has| |#1| (-639 (-566)))) (-12 (|has| |#1| (-558)) (-2700 (-3360 (|has| |#1| (-1049)) (|has| |#1| (-639 (-566)))) (|has| |#1| (-1049)) (|has| |#1| (-475)))) (|has| |#1| (-1049)) (|has| |#1| (-475))) (-4410 |has| |#1| (-172)) (-4409 |has| |#1| (-172)) ((-4417 "*") |has| |#1| (-558)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-558)) (-4407 |has| |#1| (-558)))
+((-2700 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| |#1| (QUOTE (-558))) (-2700 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (QUOTE (-21))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-1111)))) (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-1049)))) (-12 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-1111)))) (-2700 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))))) (-2700 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-1111)))) (-2700 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))))) (-2700 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#1| (QUOTE (-1049)))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1111))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| $ (QUOTE (-1049))) (|HasCategory| $ (LIST (QUOTE -1038) (QUOTE (-566)))))
+(-318 R -1909)
((|constructor| (NIL "Taylor series solutions of explicit ODE\\spad{'s}.")) (|seriesSolve| (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq, y, x = a, [b0,...,bn])} is equivalent to \\spad{seriesSolve(eq = 0, y, x = a, [b0,...,b(n-1)])}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq, y, x = a, y a = b)} is equivalent to \\spad{seriesSolve(eq=0, y, x=a, y a = b)}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq, y, x = a, b)} is equivalent to \\spad{seriesSolve(eq = 0, y, x = a, y a = b)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq,y, x=a, b)} is equivalent to \\spad{seriesSolve(eq, y, x=a, y a = b)}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x = a,[y1 a = b1,..., yn a = bn])} is equivalent to \\spad{seriesSolve([eq1=0,...,eqn=0], [y1,...,yn], x = a, [y1 a = b1,..., yn a = bn])}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x=a, [b1,...,bn])} is equivalent to \\spad{seriesSolve([eq1=0,...,eqn=0], [y1,...,yn], x=a, [b1,...,bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x=a, [b1,...,bn])} is equivalent to \\spad{seriesSolve([eq1,...,eqn], [y1,...,yn], x = a, [y1 a = b1,..., yn a = bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,...,eqn],[y1,...,yn],x = a,[y1 a = b1,...,yn a = bn])} returns a taylor series solution of \\spad{[eq1,...,eqn]} around \\spad{x = a} with initial conditions \\spad{yi(a) = bi}. Note: eqi must be of the form \\spad{fi(x, y1 x, y2 x,..., yn x) y1'(x) + gi(x, y1 x, y2 x,..., yn x) = h(x, y1 x, y2 x,..., yn x)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq,y,x=a,[b0,...,b(n-1)])} returns a Taylor series solution of \\spad{eq} around \\spad{x = a} with initial conditions \\spad{y(a) = b0},{} \\spad{y'(a) = b1},{} \\spad{y''(a) = b2},{} ...,{}\\spad{y(n-1)(a) = b(n-1)} \\spad{eq} must be of the form \\spad{f(x, y x, y'(x),..., y(n-1)(x)) y(n)(x) + g(x,y x,y'(x),...,y(n-1)(x)) = h(x,y x, y'(x),..., y(n-1)(x))}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq,y,x=a, y a = b)} returns a Taylor series solution of \\spad{eq} around \\spad{x} = a with initial condition \\spad{y(a) = b}. Note: \\spad{eq} must be of the form \\spad{f(x, y x) y'(x) + g(x, y x) = h(x, y x)}.")))
NIL
NIL
@@ -1210,8 +1210,8 @@ NIL
NIL
(-320 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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
(-321 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
@@ -1222,7 +1222,7 @@ NIL
NIL
(-323 S)
((|constructor| (NIL "The free abelian group on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are integers. The operation is commutative.")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
((|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-792))))
(-324 S E)
((|constructor| (NIL "A free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,[ni * si])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are in a given abelian monoid. The operation is commutative.")) (|highCommonTerms| (($ $ $) "\\spad{highCommonTerms(e1 a1 + ... + en an, f1 b1 + ... + fm bm)} returns \\indented{2}{\\spad{reduce(+,[max(ei, fi) ci])}} where \\spad{ci} ranges in the intersection of \\spad{{a1,...,an}} and \\spad{{b1,...,bm}}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f, e1 a1 +...+ en an)} returns \\spad{e1 f(a1) +...+ en f(an)}.")) (|mapCoef| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapCoef(f, e1 a1 +...+ en an)} returns \\spad{f(e1) a1 +...+ f(en) an}.")) (|coefficient| ((|#2| |#1| $) "\\spad{coefficient(s, e1 a1 + ... + en an)} returns \\spad{ei} such that \\spad{ai} = \\spad{s},{} or 0 if \\spad{s} is not one of the \\spad{ai}\\spad{'s}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x, n)} returns the factor of the n^th term of \\spad{x}.")) (|nthCoef| ((|#2| $ (|Integer|)) "\\spad{nthCoef(x, n)} returns the coefficient of the n^th term of \\spad{x}.")) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) "\\spad{terms(e1 a1 + ... + en an)} returns \\spad{[[a1, e1],...,[an, en]]}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of terms in \\spad{x}. mapGen(\\spad{f},{} a1\\spad{\\^}e1 ... an\\spad{\\^}en) returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (* (($ |#2| |#1|) "\\spad{e * s} returns \\spad{e} times \\spad{s}.")) (+ (($ |#1| $) "\\spad{s + x} returns the sum of \\spad{s} and \\spad{x}.")))
@@ -1238,19 +1238,19 @@ NIL
((|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))))
(-327 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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-328 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.")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
-(-329 S -2352)
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+(-329 S -1909)
((|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 (-370))))
-(-330 -2352)
+(-330 -1909)
((|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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-331)
((|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.")))
@@ -1272,15 +1272,15 @@ NIL
((|constructor| (NIL "\\indented{1}{Lift a map to finite divisors.} Author: Manuel Bronstein Date Created: 1988 Date Last Updated: 19 May 1993")) (|map| (((|FiniteDivisor| |#5| |#6| |#7| |#8|) (|Mapping| |#5| |#1|) (|FiniteDivisor| |#1| |#2| |#3| |#4|)) "\\spad{map(f,d)} \\undocumented{}")))
NIL
NIL
-(-336 S -2352 UP UPUP R)
+(-336 S -1909 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
-(-337 -2352 UP UPUP R)
+(-337 -1909 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
-(-338 -2352 UP UPUP R)
+(-338 -1909 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
@@ -1294,32 +1294,32 @@ NIL
NIL
(-341 |basicSymbols| |subscriptedSymbols| R)
((|constructor| (NIL "A domain of expressions involving functions which can be translated into standard Fortran-77,{} with some extra extensions from the NAG Fortran Library.")) (|useNagFunctions| (((|Boolean|) (|Boolean|)) "\\spad{useNagFunctions(v)} sets the flag which controls whether NAG functions \\indented{1}{are being used for mathematical and machine constants.\\space{2}The previous} \\indented{1}{value is returned.}") (((|Boolean|)) "\\spad{useNagFunctions()} indicates whether NAG functions are being used \\indented{1}{for mathematical and machine constants.}")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(e)} return a list of all the variables in \\spad{e}.")) (|pi| (($) "\\spad{pi(x)} represents the NAG Library function X01AAF which returns \\indented{1}{an approximation to the value of \\spad{pi}}")) (|tanh| (($ $) "\\spad{tanh(x)} represents the Fortran intrinsic function TANH")) (|cosh| (($ $) "\\spad{cosh(x)} represents the Fortran intrinsic function COSH")) (|sinh| (($ $) "\\spad{sinh(x)} represents the Fortran intrinsic function SINH")) (|atan| (($ $) "\\spad{atan(x)} represents the Fortran intrinsic function ATAN")) (|acos| (($ $) "\\spad{acos(x)} represents the Fortran intrinsic function ACOS")) (|asin| (($ $) "\\spad{asin(x)} represents the Fortran intrinsic function ASIN")) (|tan| (($ $) "\\spad{tan(x)} represents the Fortran intrinsic function TAN")) (|cos| (($ $) "\\spad{cos(x)} represents the Fortran intrinsic function COS")) (|sin| (($ $) "\\spad{sin(x)} represents the Fortran intrinsic function SIN")) (|log10| (($ $) "\\spad{log10(x)} represents the Fortran intrinsic function LOG10")) (|log| (($ $) "\\spad{log(x)} represents the Fortran intrinsic function LOG")) (|exp| (($ $) "\\spad{exp(x)} represents the Fortran intrinsic function EXP")) (|sqrt| (($ $) "\\spad{sqrt(x)} represents the Fortran intrinsic function SQRT")) (|abs| (($ $) "\\spad{abs(x)} represents the Fortran intrinsic function ABS")) (|coerce| (((|Expression| |#3|) $) "\\spad{coerce(x)} \\undocumented{}")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| (|Float|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| (|Float|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| (|Integer|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Symbol|)) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a FortranExpression \\indented{1}{checking that it is one of the given basic symbols} \\indented{1}{or subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| |#3|)) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}")) (|retract| (($ (|Polynomial| (|Float|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| (|Float|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Polynomial| (|Integer|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| (|Integer|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Symbol|)) "\\spad{retract(e)} takes \\spad{e} and transforms it into a FortranExpression \\indented{1}{checking that it is one of the given basic symbols} \\indented{1}{or subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| |#3|)) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-381)))) (|HasCategory| $ (QUOTE (-1049))) (|HasCategory| $ (LIST (QUOTE -1038) (QUOTE (-566)))))
(-342 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
-(-343 S -2352 UP UPUP)
+(-343 S -1909 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#2|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#2|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in u1,{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (|Mapping| |#3| |#3|)) "\\spad{algSplitSimple(f, D)} returns \\spad{[h,d,d',g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d, discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#3| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#3| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#2| $ |#2| |#2|) "\\spad{elt(f,a,b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a, y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#3| |#3|)) "\\spad{differentiate(x, d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#3|)) (|:| |den| |#3|)) (|Mapping| |#3| |#3|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(wi)} with respect to \\spad{(w1,...,wn)} where \\spad{(w1,...,wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#3|) |#3|) "\\spad{integralRepresents([A1,...,An], D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,...,wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#3|)) (|:| |den| |#3|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,...,wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#3|) |#3|) "\\spad{represents([A0,...,A(n-1)],D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#3|)) (|:| |den| |#3|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#3|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,...,vn) = (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#3|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,...,vn) = M (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#3|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,...,wn) = (1, y, ..., y**(n-1))} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#3|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,...,wn) = M (1, y, ..., y**(n-1))},{} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,...,bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,...,bn)} returns the complementary basis \\spad{(b1',...,bn')} of \\spad{(b1,...,bn)}.")) (|integral?| (((|Boolean|) $ |#3|) "\\spad{integral?(f, p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#2|) "\\spad{integral?(f, a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#3|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#2|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#3|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#2|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#3|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#2|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#2| |#2|) "\\spad{rationalPoint?(a, b)} tests if \\spad{(x=a,y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
NIL
((|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-365))))
-(-344 -2352 UP UPUP)
+(-344 -1909 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#1|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in u1,{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (|Mapping| |#2| |#2|)) "\\spad{algSplitSimple(f, D)} returns \\spad{[h,d,d',g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d, discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#2| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#2| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#1| $ |#1| |#1|) "\\spad{elt(f,a,b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a, y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x, d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) (|:| |den| |#2|)) (|Mapping| |#2| |#2|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(wi)} with respect to \\spad{(w1,...,wn)} where \\spad{(w1,...,wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#2|) |#2|) "\\spad{integralRepresents([A1,...,An], D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,...,wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,...,wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#2|) |#2|) "\\spad{represents([A0,...,A(n-1)],D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,...,vn) = (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,...,vn) = M (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,...,wn) = (1, y, ..., y**(n-1))} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,...,wn) = M (1, y, ..., y**(n-1))},{} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,...,bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,...,bn)} returns the complementary basis \\spad{(b1',...,bn')} of \\spad{(b1,...,bn)}.")) (|integral?| (((|Boolean|) $ |#2|) "\\spad{integral?(f, p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#1|) "\\spad{integral?(f, a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#2|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#1|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#2|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#1|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#2|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#1|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#1| |#1|) "\\spad{rationalPoint?(a, b)} tests if \\spad{(x=a,y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
-((-4407 |has| (-409 |#2|) (-365)) (-4412 |has| (-409 |#2|) (-365)) (-4406 |has| (-409 |#2|) (-365)) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 |has| (-409 |#2|) (-365)) (-4413 |has| (-409 |#2|) (-365)) (-4407 |has| (-409 |#2|) (-365)) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-345 |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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| (-910 |#1|) (QUOTE (-145))) (|HasCategory| (-910 |#1|) (QUOTE (-370)))) (|HasCategory| (-910 |#1|) (QUOTE (-147))) (|HasCategory| (-910 |#1|) (QUOTE (-370))) (|HasCategory| (-910 |#1|) (QUOTE (-145))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| (-910 |#1|) (QUOTE (-145))) (|HasCategory| (-910 |#1|) (QUOTE (-370)))) (|HasCategory| (-910 |#1|) (QUOTE (-147))) (|HasCategory| (-910 |#1|) (QUOTE (-370))) (|HasCategory| (-910 |#1|) (QUOTE (-145))))
(-346 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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
(-347 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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
(-348 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
@@ -1334,33 +1334,33 @@ NIL
NIL
(-351)
((|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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-352 R UP -2352)
+(-352 R UP -1909)
((|constructor| (NIL "In this package \\spad{R} is a Euclidean domain and \\spad{F} is a framed algebra over \\spad{R}. The package provides functions to compute the integral closure of \\spad{R} in the quotient field of \\spad{F}. It is assumed that \\spad{char(R/P) = char(R)} for any prime \\spad{P} of \\spad{R}. A typical instance of this is when \\spad{R = K[x]} and \\spad{F} is a function field over \\spad{R}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) |#1|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
(-353 |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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| (-910 |#1|) (QUOTE (-145))) (|HasCategory| (-910 |#1|) (QUOTE (-370)))) (|HasCategory| (-910 |#1|) (QUOTE (-147))) (|HasCategory| (-910 |#1|) (QUOTE (-370))) (|HasCategory| (-910 |#1|) (QUOTE (-145))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| (-910 |#1|) (QUOTE (-145))) (|HasCategory| (-910 |#1|) (QUOTE (-370)))) (|HasCategory| (-910 |#1|) (QUOTE (-147))) (|HasCategory| (-910 |#1|) (QUOTE (-370))) (|HasCategory| (-910 |#1|) (QUOTE (-145))))
(-354 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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
(-355 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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
(-356 |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}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| (-910 |#1|) (QUOTE (-145))) (|HasCategory| (-910 |#1|) (QUOTE (-370)))) (|HasCategory| (-910 |#1|) (QUOTE (-147))) (|HasCategory| (-910 |#1|) (QUOTE (-370))) (|HasCategory| (-910 |#1|) (QUOTE (-145))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| (-910 |#1|) (QUOTE (-145))) (|HasCategory| (-910 |#1|) (QUOTE (-370)))) (|HasCategory| (-910 |#1|) (QUOTE (-147))) (|HasCategory| (-910 |#1|) (QUOTE (-370))) (|HasCategory| (-910 |#1|) (QUOTE (-145))))
(-357 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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
-(-358 -2352 GF)
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
+(-358 -1909 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
@@ -1368,21 +1368,21 @@ NIL
((|constructor| (NIL "This package provides a number of functions for generating,{} counting and testing irreducible,{} normal,{} primitive,{} random polynomials over finite fields.")) (|reducedQPowers| (((|PrimitiveArray| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{reducedQPowers(f)} generates \\spad{[x,x**q,x**(q**2),...,x**(q**(n-1))]} reduced modulo \\spad{f} where \\spad{q = size()\\$GF} and \\spad{n = degree f}.")) (|leastAffineMultiple| (((|SparseUnivariatePolynomial| |#1|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{leastAffineMultiple(f)} computes the least affine polynomial which is divisible by the polynomial \\spad{f} over the finite field {\\em GF},{} \\spadignore{i.e.} a polynomial whose exponents are 0 or a power of \\spad{q},{} the size of {\\em GF}.")) (|random| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{random(m,n)}\\$FFPOLY(\\spad{GF}) generates a random monic polynomial of degree \\spad{d} over the finite field {\\em GF},{} \\spad{d} between \\spad{m} and \\spad{n}.") (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{random(n)}\\$FFPOLY(\\spad{GF}) generates a random monic polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|nextPrimitiveNormalPoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextPrimitiveNormalPoly(f)} yields the next primitive normal polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g} or,{} in case these numbers are equal,{} if the {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than this number for \\spad{g}. If these numbers are equals,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than that for \\spad{g},{} or if the lists of exponents for \\spad{f} are lexicographically less than those for \\spad{g}. If these lists are also equal,{} the lists of coefficients are coefficients according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}. This operation is equivalent to nextNormalPrimitivePoly(\\spad{f}).")) (|nextNormalPrimitivePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextNormalPrimitivePoly(f)} yields the next normal primitive polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g} or if {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than this number for \\spad{g}. Otherwise,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than that for \\spad{g} or if the lists of exponents for \\spad{f} are lexicographically less than those for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}. This operation is equivalent to nextPrimitiveNormalPoly(\\spad{f}).")) (|nextNormalPoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextNormalPoly(f)} yields the next normal polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than that for \\spad{g}. In case these numbers are equal,{} \\spad{f < g} if if the number of monomials of \\spad{f} is less that for \\spad{g} or if the list of exponents of \\spad{f} are lexicographically less than the corresponding list for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|nextPrimitivePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextPrimitivePoly(f)} yields the next primitive polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g}. If these values are equal,{} then \\spad{f < g} if if the number of monomials of \\spad{f} is less than that for \\spad{g} or if the lists of exponents of \\spad{f} are lexicographically less than the corresponding list for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|nextIrreduciblePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextIrreduciblePoly(f)} yields the next monic irreducible polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than this number for \\spad{g}. If \\spad{f} and \\spad{g} have the same number of monomials,{} the lists of exponents are compared lexicographically. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|createPrimitiveNormalPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createPrimitiveNormalPoly(n)}\\$FFPOLY(\\spad{GF}) generates a normal and primitive polynomial of degree \\spad{n} over the field {\\em GF}. polynomial of degree \\spad{n} over the field {\\em GF}.")) (|createNormalPrimitivePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createNormalPrimitivePoly(n)}\\$FFPOLY(\\spad{GF}) generates a normal and primitive polynomial of degree \\spad{n} over the field {\\em GF}. Note: this function is equivalent to createPrimitiveNormalPoly(\\spad{n})")) (|createNormalPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createNormalPoly(n)}\\$FFPOLY(\\spad{GF}) generates a normal polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createPrimitivePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createPrimitivePoly(n)}\\$FFPOLY(\\spad{GF}) generates a primitive polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createIrreduciblePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createIrreduciblePoly(n)}\\$FFPOLY(\\spad{GF}) generates a monic irreducible univariate polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfNormalPoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfNormalPoly(n)}\\$FFPOLY(\\spad{GF}) yields the number of normal polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfPrimitivePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfPrimitivePoly(n)}\\$FFPOLY(\\spad{GF}) yields the number of primitive polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfIrreduciblePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfIrreduciblePoly(n)}\\$FFPOLY(\\spad{GF}) yields the number of monic irreducible univariate polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|normal?| (((|Boolean|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{normal?(f)} tests whether the polynomial \\spad{f} over a finite field is normal,{} \\spadignore{i.e.} its roots are linearly independent over the field.")) (|primitive?| (((|Boolean|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{primitive?(f)} tests whether the polynomial \\spad{f} over a finite field is primitive,{} \\spadignore{i.e.} all its roots are primitive.")))
NIL
NIL
-(-360 -2352 FP FPP)
+(-360 -1909 FP FPP)
((|constructor| (NIL "This package solves linear diophantine equations for Bivariate polynomials over finite fields")) (|solveLinearPolynomialEquation| (((|Union| (|List| |#3|) "failed") (|List| |#3|) |#3|) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
(-361 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}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-145))))
(-362 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
(-363 S)
((|constructor| (NIL "The free group on a set \\spad{S} is the group of finite products of the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are integers. The multiplication is not commutative.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|Integer|)))) $) "\\spad{factors(a1\\^e1,...,an\\^en)} returns \\spad{[[a1, e1],...,[an, en]]}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f, a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| (|Integer|) (|Integer|)) $) "\\spad{mapExpon(f, a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x, n)} returns the factor of the n^th monomial of \\spad{x}.")) (|nthExpon| (((|Integer|) $ (|Integer|)) "\\spad{nthExpon(x, n)} returns the exponent of the n^th monomial of \\spad{x}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of monomials in \\spad{x}.")) (** (($ |#1| (|Integer|)) "\\spad{s ** n} returns the product of \\spad{s} by itself \\spad{n} times.")) (* (($ $ |#1|) "\\spad{x * s} returns the product of \\spad{x} by \\spad{s} on the right.") (($ |#1| $) "\\spad{s * x} returns the product of \\spad{x} by \\spad{s} on the left.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-364 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.")))
@@ -1390,7 +1390,7 @@ NIL
NIL
(-365)
((|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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-366 |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.")))
@@ -1406,7 +1406,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-558))))
(-369 R)
((|constructor| (NIL "A FiniteRankNonAssociativeAlgebra is a non associative algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|unitsKnown| ((|attribute|) "unitsKnown means that \\spadfun{recip} truly yields reciprocal or \\spad{\"failed\"} if not a unit,{} similarly for \\spadfun{leftRecip} and \\spadfun{rightRecip}. The reason is that we use left,{} respectively right,{} minimal polynomials to decide this question.")) (|unit| (((|Union| $ "failed")) "\\spad{unit()} returns a unit of the algebra (necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnit| (((|Union| $ "failed")) "\\spad{rightUnit()} returns a right unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|leftUnit| (((|Union| $ "failed")) "\\spad{leftUnit()} returns a left unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{rightUnits()} returns the affine space of all right units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{leftUnits()} returns the affine space of all left units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of right powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of left powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|associatorDependence| (((|List| (|Vector| |#1|))) "\\spad{associatorDependence()} looks for the associator identities,{} \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,b,c)} which yield 0,{} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}.")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|lieAlgebra?| (((|Boolean|)) "\\spad{lieAlgebra?()} tests if the algebra is anticommutative and \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jacobi identity). Example: for every associative algebra \\spad{(A,+,@)} we can construct a Lie algebra \\spad{(A,+,*)},{} where \\spad{a*b := a@b-b@a}.")) (|jordanAlgebra?| (((|Boolean|)) "\\spad{jordanAlgebra?()} tests if the algebra is commutative,{} characteristic is not 2,{} and \\spad{(a*b)*a**2 - a*(b*a**2) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jordan identity). Example: for every associative algebra \\spad{(A,+,@)} we can construct a Jordan algebra \\spad{(A,+,*)},{} where \\spad{a*b := (a@b+b@a)/2}.")) (|noncommutativeJordanAlgebra?| (((|Boolean|)) "\\spad{noncommutativeJordanAlgebra?()} tests if the algebra is flexible and Jordan admissible.")) (|jordanAdmissible?| (((|Boolean|)) "\\spad{jordanAdmissible?()} tests if 2 is invertible in the coefficient domain and the multiplication defined by \\spad{(1/2)(a*b+b*a)} determines a Jordan algebra,{} \\spadignore{i.e.} satisfies the Jordan identity. The property of \\spadatt{commutative(\\spad{\"*\"})} follows from by definition.")) (|lieAdmissible?| (((|Boolean|)) "\\spad{lieAdmissible?()} tests if the algebra defined by the commutators is a Lie algebra,{} \\spadignore{i.e.} satisfies the Jacobi identity. The property of anticommutativity follows from definition.")) (|jacobiIdentity?| (((|Boolean|)) "\\spad{jacobiIdentity?()} tests if \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. For example,{} this holds for crossed products of 3-dimensional vectors.")) (|powerAssociative?| (((|Boolean|)) "\\spad{powerAssociative?()} tests if all subalgebras generated by a single element are associative.")) (|alternative?| (((|Boolean|)) "\\spad{alternative?()} tests if \\spad{2*associator(a,a,b) = 0 = 2*associator(a,b,b)} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|flexible?| (((|Boolean|)) "\\spad{flexible?()} tests if \\spad{2*associator(a,b,a) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|rightAlternative?| (((|Boolean|)) "\\spad{rightAlternative?()} tests if \\spad{2*associator(a,b,b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|leftAlternative?| (((|Boolean|)) "\\spad{leftAlternative?()} tests if \\spad{2*associator(a,a,b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|antiAssociative?| (((|Boolean|)) "\\spad{antiAssociative?()} tests if multiplication in algebra is anti-associative,{} \\spadignore{i.e.} \\spad{(a*b)*c + a*(b*c) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra.")) (|associative?| (((|Boolean|)) "\\spad{associative?()} tests if multiplication in algebra is associative.")) (|antiCommutative?| (((|Boolean|)) "\\spad{antiCommutative?()} tests if \\spad{a*a = 0} for all \\spad{a} in the algebra. Note: this implies \\spad{a*b + b*a = 0} for all \\spad{a} and \\spad{b}.")) (|commutative?| (((|Boolean|)) "\\spad{commutative?()} tests if multiplication in the algebra is commutative.")) (|rightCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightCharacteristicPolynomial(a)} returns the characteristic polynomial of the right regular representation of \\spad{a} with respect to any basis.")) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftCharacteristicPolynomial(a)} returns the characteristic polynomial of the left regular representation of \\spad{a} with respect to any basis.")) (|rightTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{rightTraceMatrix([v1,...,vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}.")) (|leftTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{leftTraceMatrix([v1,...,vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}.")) (|rightDiscriminant| ((|#1| (|Vector| $)) "\\spad{rightDiscriminant([v1,...,vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(rightTraceMatrix([v1,...,vn]))}.")) (|leftDiscriminant| ((|#1| (|Vector| $)) "\\spad{leftDiscriminant([v1,...,vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(leftTraceMatrix([v1,...,vn]))}.")) (|represents| (($ (|Vector| |#1|) (|Vector| $)) "\\spad{represents([a1,...,am],[v1,...,vm])} returns the linear combination \\spad{a1*vm + ... + an*vm}.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([a1,...,am],[v1,...,vn])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{ai} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.") (((|Vector| |#1|) $ (|Vector| $)) "\\spad{coordinates(a,[v1,...,vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rightNorm| ((|#1| $) "\\spad{rightNorm(a)} returns the determinant of the right regular representation of \\spad{a}.")) (|leftNorm| ((|#1| $) "\\spad{leftNorm(a)} returns the determinant of the left regular representation of \\spad{a}.")) (|rightTrace| ((|#1| $) "\\spad{rightTrace(a)} returns the trace of the right regular representation of \\spad{a}.")) (|leftTrace| ((|#1| $) "\\spad{leftTrace(a)} returns the trace of the left regular representation of \\spad{a}.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{rightRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{leftRegularRepresentation(a,[v1,...,vn])} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,...,vn]}.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) (|Vector| $)) "\\spad{structuralConstants([v1,v2,...,vm])} calculates the structural constants \\spad{[(gammaijk) for k in 1..m]} defined by \\spad{vi * vj = gammaij1 * v1 + ... + gammaijm * vm},{} where \\spad{[v1,...,vm]} is an \\spad{R}-module basis of a subalgebra.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,...,vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra as \\spad{R}-module.")) (|someBasis| (((|Vector| $)) "\\spad{someBasis()} returns some \\spad{R}-module basis.")))
-((-4411 |has| |#1| (-558)) (-4409 . T) (-4408 . T))
+((-4412 |has| |#1| (-558)) (-4410 . T) (-4409 . T))
NIL
(-370)
((|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.")))
@@ -1418,7 +1418,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-365))))
(-372 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.")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-373 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.")))
@@ -1427,14 +1427,14 @@ NIL
(-374 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 -4415)) (|HasCategory| |#2| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))))
+((|HasAttribute| |#1| (QUOTE -4416)) (|HasCategory| |#2| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))))
(-375 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]}.")))
-((-4414 . T))
+((-4415 . T))
NIL
(-376 |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) (-4409 . T) (-4408 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4410 . T) (-4409 . T))
NIL
(-377 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.")))
@@ -1446,7 +1446,7 @@ NIL
((|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))))
(-379 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}")))
-((-4411 . T))
+((-4412 . T))
NIL
(-380 |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}.")))
@@ -1454,7 +1454,7 @@ NIL
NIL
(-381)
((|constructor| (NIL "\\spadtype{Float} implements arbitrary precision floating point arithmetic. The number of significant digits of each operation can be set to an arbitrary value (the default is 20 decimal digits). The operation \\spad{float(mantissa,exponent,\\spadfunFrom{base}{FloatingPointSystem})} for integer \\spad{mantissa},{} \\spad{exponent} specifies the number \\spad{mantissa * \\spadfunFrom{base}{FloatingPointSystem} ** exponent} The underlying representation for floats is binary not decimal. The implications of this are described below. \\blankline The model adopted is that arithmetic operations are rounded to to nearest unit in the last place,{} that is,{} accurate to within \\spad{2**(-\\spadfunFrom{bits}{FloatingPointSystem})}. Also,{} the elementary functions and constants are accurate to one unit in the last place. A float is represented as a record of two integers,{} the mantissa and the exponent. The \\spadfunFrom{base}{FloatingPointSystem} of the representation is binary,{} hence a \\spad{Record(m:mantissa,e:exponent)} represents the number \\spad{m * 2 ** e}. Though it is not assumed that the underlying integers are represented with a binary \\spadfunFrom{base}{FloatingPointSystem},{} the code will be most efficient when this is the the case (this is \\spad{true} in most implementations of Lisp). The decision to choose the \\spadfunFrom{base}{FloatingPointSystem} to be binary has some unfortunate consequences. First,{} decimal numbers like 0.3 cannot be represented exactly. Second,{} there is a further loss of accuracy during conversion to decimal for output. To compensate for this,{} if \\spad{d} digits of precision are specified,{} \\spad{1 + ceiling(log2 d)} bits are used. Two numbers that are displayed identically may therefore be not equal. On the other hand,{} a significant efficiency loss would be incurred if we chose to use a decimal \\spadfunFrom{base}{FloatingPointSystem} when the underlying integer base is binary. \\blankline Algorithms used: For the elementary functions,{} the general approach is to apply identities so that the taylor series can be used,{} and,{} so that it will converge within \\spad{O( sqrt n )} steps. For example,{} using the identity \\spad{exp(x) = exp(x/2)**2},{} we can compute \\spad{exp(1/3)} to \\spad{n} digits of precision as follows. We have \\spad{exp(1/3) = exp(2 ** (-sqrt s) / 3) ** (2 ** sqrt s)}. The taylor series will converge in less than sqrt \\spad{n} steps and the exponentiation requires sqrt \\spad{n} multiplications for a total of \\spad{2 sqrt n} multiplications. Assuming integer multiplication costs \\spad{O( n**2 )} the overall running time is \\spad{O( sqrt(n) n**2 )}. This approach is the best known approach for precisions up to about 10,{}000 digits at which point the methods of Brent which are \\spad{O( log(n) n**2 )} become competitive. Note also that summing the terms of the taylor series for the elementary functions is done using integer operations. This avoids the overhead of floating point operations and results in efficient code at low precisions. This implementation makes no attempt to reuse storage,{} relying on the underlying system to do \\spadgloss{garbage collection}. \\spad{I} estimate that the efficiency of this package at low precisions could be improved by a factor of 2 if in-place operations were available. \\blankline Running times: in the following,{} \\spad{n} is the number of bits of precision \\indented{5}{\\spad{*},{} \\spad{/},{} \\spad{sqrt},{} \\spad{pi},{} \\spad{exp1},{} \\spad{log2},{} \\spad{log10}: \\spad{ O( n**2 )}} \\indented{5}{\\spad{exp},{} \\spad{log},{} \\spad{sin},{} \\spad{atan}:\\space{2}\\spad{ O( sqrt(n) n**2 )}} The other elementary functions are coded in terms of the ones above.")) (|outputSpacing| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputSpacing(n)} inserts a space after \\spad{n} (default 10) digits on output; outputSpacing(0) means no spaces are inserted.")) (|outputGeneral| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputGeneral(n)} sets the output mode to general notation with \\spad{n} significant digits displayed.") (((|Void|)) "\\spad{outputGeneral()} sets the output mode (default mode) to general notation; numbers will be displayed in either fixed or floating (scientific) notation depending on the magnitude.")) (|outputFixed| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFixed(n)} sets the output mode to fixed point notation,{} with \\spad{n} digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFixed()} sets the output mode to fixed point notation; the output will contain a decimal point.")) (|outputFloating| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFloating(n)} sets the output mode to floating (scientific) notation with \\spad{n} significant digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFloating()} sets the output mode to floating (scientific) notation,{} \\spadignore{i.e.} \\spad{mantissa * 10 exponent} is displayed as \\spad{0.mantissa E exponent}.")) (|atan| (($ $ $) "\\spad{atan(x,y)} computes the arc tangent from \\spad{x} with phase \\spad{y}.")) (|exp1| (($) "\\spad{exp1()} returns exp 1: \\spad{2.7182818284...}.")) (|log10| (($ $) "\\spad{log10(x)} computes the logarithm for \\spad{x} to base 10.") (($) "\\spad{log10()} returns \\spad{ln 10}: \\spad{2.3025809299...}.")) (|log2| (($ $) "\\spad{log2(x)} computes the logarithm for \\spad{x} to base 2.") (($) "\\spad{log2()} returns \\spad{ln 2},{} \\spadignore{i.e.} \\spad{0.6931471805...}.")) (|rationalApproximation| (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n, b)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< b**(-n)},{} that is \\spad{|(r-f)/f| < b**(-n)}.") (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|)) "\\spad{rationalApproximation(f, n)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< 10**(-n)}.")) (|shift| (($ $ (|Integer|)) "\\spad{shift(x,n)} adds \\spad{n} to the exponent of float \\spad{x}.")) (|relerror| (((|Integer|) $ $) "\\spad{relerror(x,y)} computes the absolute value of \\spad{x - y} divided by \\spad{y},{} when \\spad{y \\~= 0}.")) (|normalize| (($ $) "\\spad{normalize(x)} normalizes \\spad{x} at current precision.")) (** (($ $ $) "\\spad{x ** y} computes \\spad{exp(y log x)} where \\spad{x >= 0}.")) (/ (($ $ (|Integer|)) "\\spad{x / i} computes the division from \\spad{x} by an integer \\spad{i}.")))
-((-4397 . T) (-4405 . T) (-3603 . T) (-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4398 . T) (-4406 . T) (-1645 . T) (-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-382 |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}.")))
@@ -1462,11 +1462,11 @@ NIL
NIL
(-383 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}")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
((|HasCategory| |#1| (QUOTE (-172))))
(-384 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}.")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
NIL
(-385)
((|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}.")))
@@ -1478,7 +1478,7 @@ NIL
NIL
(-387 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.")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
((|HasCategory| |#1| (QUOTE (-172))))
(-388 S)
((|constructor| (NIL "The free monoid on a set \\spad{S} is the monoid of finite products of the form \\spad{reduce(*,[si ** ni])} where the \\spad{si}\\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.")))
@@ -1486,7 +1486,7 @@ NIL
((|HasCategory| |#1| (QUOTE (-850))))
(-389)
((|constructor| (NIL "A category of domains which model machine arithmetic used by machines in the AXIOM-NAG link.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-390)
((|constructor| (NIL "This domain provides an interface to names in the file system.")))
@@ -1498,13 +1498,13 @@ NIL
NIL
(-392 |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")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
NIL
(-393)
((|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
-(-394 -2352 UP UPUP R)
+(-394 -1909 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
@@ -1528,11 +1528,11 @@ NIL
((|constructor| (NIL "provides an interface to the boot code for calling Fortran")) (|setLegalFortranSourceExtensions| (((|List| (|String|)) (|List| (|String|))) "\\spad{setLegalFortranSourceExtensions(l)} \\undocumented{}")) (|outputAsFortran| (((|Void|) (|FileName|)) "\\spad{outputAsFortran(fn)} \\undocumented{}")) (|linkToFortran| (((|SExpression|) (|Symbol|) (|List| (|Symbol|)) (|TheSymbolTable|) (|List| (|Symbol|))) "\\spad{linkToFortran(s,l,t,lv)} \\undocumented{}") (((|SExpression|) (|Symbol|) (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|)))) (|List| (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|))))) (|List| (|Symbol|)) (|Symbol|)) "\\spad{linkToFortran(s,l,ll,lv,t)} \\undocumented{}") (((|SExpression|) (|Symbol|) (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|)))) (|List| (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|))))) (|List| (|Symbol|))) "\\spad{linkToFortran(s,l,ll,lv)} \\undocumented{}")))
NIL
NIL
-(-400 -1368 |returnType| -4368 |symbols|)
+(-400 -3707 |returnType| -3721 |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
-(-401 -2352 UP)
+(-401 -1909 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
@@ -1546,15 +1546,15 @@ NIL
NIL
(-404)
((|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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-405 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 -4397)) (|HasAttribute| |#1| (QUOTE -4405)))
+((|HasAttribute| |#1| (QUOTE -4398)) (|HasAttribute| |#1| (QUOTE -4406)))
(-406)
((|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\".")))
-((-3603 . T) (-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-1645 . T) (-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-407 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.")))
@@ -1566,15 +1566,15 @@ NIL
NIL
(-409 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.")))
-((-4401 -12 (|has| |#1| (-6 -4412)) (|has| |#1| (-454)) (|has| |#1| (-6 -4401))) (-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-820))) (-2768 (|HasCategory| |#1| (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-850)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-1150))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828))))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828)))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-547))) (-12 (|HasAttribute| |#1| (QUOTE -4412)) (|HasAttribute| |#1| (QUOTE -4401)) (|HasCategory| |#1| (QUOTE (-454)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+((-4402 -12 (|has| |#1| (-6 -4413)) (|has| |#1| (-454)) (|has| |#1| (-6 -4402))) (-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-820))) (-2700 (|HasCategory| |#1| (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-850)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-1150))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828))))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-828)))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-547))) (-12 (|HasAttribute| |#1| (QUOTE -4413)) (|HasAttribute| |#1| (QUOTE -4402)) (|HasCategory| |#1| (QUOTE (-454)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-410 S R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#2|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#2|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#2|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(vi * vj)} ),{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#2|)) "\\spad{convert([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.") (((|Vector| |#2|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#2|)) "\\spad{represents([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $)) "\\spad{coordinates([v1,...,vm])} returns the coordinates of the \\spad{vi}\\spad{'s} with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#2|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
NIL
NIL
(-411 R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#1|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#1|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#1|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(vi * vj)} ),{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,..,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,...,vm])} returns the coordinates of the \\spad{vi}\\spad{'s} with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-412 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")))
@@ -1588,11 +1588,11 @@ NIL
((|constructor| (NIL "\\indented{1}{Lifting of morphisms to fractional ideals.} Author: Manuel Bronstein Date Created: 1 Feb 1989 Date Last Updated: 27 Feb 1990 Keywords: ideal,{} algebra,{} module.")) (|map| (((|FractionalIdeal| |#5| |#6| |#7| |#8|) (|Mapping| |#5| |#1|) (|FractionalIdeal| |#1| |#2| |#3| |#4|)) "\\spad{map(f,i)} \\undocumented{}")))
NIL
NIL
-(-415 R -2352 UP A)
+(-415 R -1909 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)}.")))
-((-4411 . T))
+((-4412 . T))
NIL
-(-416 R -2352 UP A |ibasis|)
+(-416 R -1909 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 -1038) (|devaluate| |#2|))))
@@ -1606,12 +1606,12 @@ NIL
((|HasCategory| |#2| (QUOTE (-365))))
(-419 R)
((|constructor| (NIL "FramedNonAssociativeAlgebra(\\spad{R}) is a \\spadtype{FiniteRankNonAssociativeAlgebra} (\\spadignore{i.e.} a non associative algebra over \\spad{R} which is a free \\spad{R}-module of finite rank) over a commutative ring \\spad{R} together with a fixed \\spad{R}-module basis.")) (|apply| (($ (|Matrix| |#1|) $) "\\spad{apply(m,a)} defines a left operation of \\spad{n} by \\spad{n} matrices where \\spad{n} is the rank of the algebra in terms of matrix-vector multiplication,{} this is a substitute for a left module structure. Error: if shape of matrix doesn\\spad{'t} fit.")) (|rightRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{rightRankPolynomial()} calculates the right minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|leftRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{leftRankPolynomial()} calculates the left minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{rightRegularRepresentation(a)} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{leftRegularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|rightTraceMatrix| (((|Matrix| |#1|)) "\\spad{rightTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|leftTraceMatrix| (((|Matrix| |#1|)) "\\spad{leftTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|rightDiscriminant| ((|#1|) "\\spad{rightDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(rightTraceMatrix())}.")) (|leftDiscriminant| ((|#1|) "\\spad{leftDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(leftTraceMatrix())}.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,...,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,...,an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|))) "\\spad{conditionsForIdempotents()} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the fixed \\spad{R}-module basis.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|))) "\\spad{structuralConstants()} calculates the structural constants \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{vi * vj = gammaij1 * v1 + ... + gammaijn * vn},{} where \\spad{v1},{}...,{}\\spad{vn} is the fixed \\spad{R}-module basis.")) (|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{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.")))
-((-4411 |has| |#1| (-558)) (-4409 . T) (-4408 . T))
+((-4412 |has| |#1| (-558)) (-4410 . T) (-4409 . T))
NIL
(-420 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.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -310) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -287) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-1218))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-1218)))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-454))))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -310) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -287) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-1219))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-1219)))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-454))))
(-421 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
@@ -1638,17 +1638,17 @@ NIL
((|HasCategory| |#2| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-370))))
(-427 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}.")))
-((-4414 . T) (-4404 . T) (-4415 . T))
+((-4415 . T) (-4405 . T) (-4416 . T))
NIL
-(-428 R -2352)
+(-428 R -1909)
((|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
(-429 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")))
-((-4401 -12 (|has| |#1| (-6 -4401)) (|has| |#2| (-6 -4401))) (-4408 . T) (-4409 . T) (-4411 . T))
-((-12 (|HasAttribute| |#1| (QUOTE -4401)) (|HasAttribute| |#2| (QUOTE -4401))))
-(-430 R -2352)
+((-4402 -12 (|has| |#1| (-6 -4402)) (|has| |#2| (-6 -4402))) (-4409 . T) (-4410 . T) (-4412 . T))
+((-12 (|HasAttribute| |#1| (QUOTE -4402)) (|HasAttribute| |#2| (QUOTE -4402))))
+(-430 R -1909)
((|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
@@ -1658,17 +1658,17 @@ NIL
((|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-475))) (|HasCategory| |#2| (QUOTE (-1111))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))))
(-432 R)
((|constructor| (NIL "A space of formal functions with arguments in an arbitrary ordered set.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) "\\spad{univariate(f, k)} returns \\spad{f} viewed as a univariate fraction in \\spad{k}.")) (/ (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $)) (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{p1/p2} returns the quotient of \\spad{p1} and \\spad{p2} as an element of \\%.")) (|denominator| (($ $) "\\spad{denominator(f)} returns the denominator of \\spad{f} converted to \\%.")) (|denom| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|convert| (($ (|Factored| $)) "\\spad{convert(f1\\^e1 ... fm\\^em)} returns \\spad{(f1)\\^e1 ... (fm)\\^em} as an element of \\%,{} using formal kernels created using a \\spadfunFrom{paren}{ExpressionSpace}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isPower(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|numerator| (($ $) "\\spad{numerator(f)} returns the numerator of \\spad{f} converted to \\%.")) (|numer| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R} if \\spad{R} is an integral domain. If not,{} then numer(\\spad{f}) = \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|coerce| (($ (|Fraction| (|Polynomial| (|Fraction| |#1|)))) "\\spad{coerce(f)} returns \\spad{f} as an element of \\%.") (($ (|Polynomial| (|Fraction| |#1|))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.") (($ (|Fraction| |#1|)) "\\spad{coerce(q)} returns \\spad{q} as an element of \\%.") (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.")) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) "\\spad{isMult(p)} returns \\spad{[n, x]} if \\spad{p = n * x} and \\spad{n <> 0}.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,...,mn]} if \\spad{p = m1 +...+ mn} and \\spad{n > 1}.")) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) "\\spad{isExpt(p,f)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = f(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) "\\spad{isExpt(p,op)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = op(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x, n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,...,an]} if \\spad{p = a1*...*an} and \\spad{n > 1}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns \\spad{x} * \\spad{x} * \\spad{x} * ... * \\spad{x} (\\spad{n} times).")) (|eval| (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a)**n} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) "\\spad{eval(x, s, n, f)} replaces every \\spad{s(a1,...,am)**n} in \\spad{x} by \\spad{f(a1,...,am)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a1,...,an)**ni} in \\spad{x} by \\spad{fi(a1,...,an)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x, [s1,...,sm], [n1,...,nm], [f1,...,fm])} replaces every \\spad{si(a)**ni} in \\spad{x} by \\spad{fi(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x, [s1,...,sm], [f1,...,fm], y)} replaces every \\spad{si(a)} in \\spad{x} by \\spad{fi(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x, s, f, y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f, [foo1,...,foon])} unquotes all the \\spad{fooi}\\spad{'s} in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f, foo)} unquotes all the foo\\spad{'s} in \\spad{f}.")) (|applyQuote| (($ (|Symbol|) (|List| $)) "\\spad{applyQuote(foo, [x1,...,xn])} returns \\spad{'foo(x1,...,xn)}.") (($ (|Symbol|) $ $ $ $) "\\spad{applyQuote(foo, x, y, z, t)} returns \\spad{'foo(x,y,z,t)}.") (($ (|Symbol|) $ $ $) "\\spad{applyQuote(foo, x, y, z)} returns \\spad{'foo(x,y,z)}.") (($ (|Symbol|) $ $) "\\spad{applyQuote(foo, x, y)} returns \\spad{'foo(x,y)}.") (($ (|Symbol|) $) "\\spad{applyQuote(foo, x)} returns \\spad{'foo(x)}.")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(f)} returns the list of all the variables of \\spad{f}.")) (|ground| ((|#1| $) "\\spad{ground(f)} returns \\spad{f} as an element of \\spad{R}. An error occurs if \\spad{f} is not an element of \\spad{R}.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(f)} tests if \\spad{f} is an element of \\spad{R}.")))
-((-4411 -2768 (|has| |#1| (-1049)) (|has| |#1| (-475))) (-4409 |has| |#1| (-172)) (-4408 |has| |#1| (-172)) ((-4416 "*") |has| |#1| (-558)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-558)) (-4406 |has| |#1| (-558)))
+((-4412 -2700 (|has| |#1| (-1049)) (|has| |#1| (-475))) (-4410 |has| |#1| (-172)) (-4409 |has| |#1| (-172)) ((-4417 "*") |has| |#1| (-558)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-558)) (-4407 |has| |#1| (-558)))
NIL
-(-433 R -2352)
+(-433 R -1909)
((|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
-(-434 R -2352)
+(-434 R -1909)
((|constructor| (NIL "FunctionsSpacePrimitiveElement provides functions to compute primitive elements in functions spaces.")) (|primitiveElement| (((|Record| (|:| |primelt| |#2|) (|:| |pol1| (|SparseUnivariatePolynomial| |#2|)) (|:| |pol2| (|SparseUnivariatePolynomial| |#2|)) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) |#2| |#2|) "\\spad{primitiveElement(a1, a2)} returns \\spad{[a, q1, q2, q]} such that \\spad{k(a1, a2) = k(a)},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The minimal polynomial for a2 may involve \\spad{a1},{} but the minimal polynomial for \\spad{a1} may not involve a2; This operations uses \\spadfun{resultant}.") (((|Record| (|:| |primelt| |#2|) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#2|))) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) (|List| |#2|)) "\\spad{primitiveElement([a1,...,an])} returns \\spad{[a, [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.")))
NIL
((|HasCategory| |#2| (QUOTE (-27))))
-(-435 R -2352)
+(-435 R -1909)
((|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
@@ -1676,7 +1676,7 @@ NIL
((|constructor| (NIL "Creates and manipulates objects which correspond to the basic FORTRAN data types: REAL,{} INTEGER,{} COMPLEX,{} LOGICAL and CHARACTER")) (= (((|Boolean|) $ $) "\\spad{x=y} tests for equality")) (|logical?| (((|Boolean|) $) "\\spad{logical?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type LOGICAL.")) (|character?| (((|Boolean|) $) "\\spad{character?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type CHARACTER.")) (|doubleComplex?| (((|Boolean|) $) "\\spad{doubleComplex?(t)} tests whether \\spad{t} is equivalent to the (non-standard) FORTRAN type DOUBLE COMPLEX.")) (|complex?| (((|Boolean|) $) "\\spad{complex?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type COMPLEX.")) (|integer?| (((|Boolean|) $) "\\spad{integer?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type INTEGER.")) (|double?| (((|Boolean|) $) "\\spad{double?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type DOUBLE PRECISION")) (|real?| (((|Boolean|) $) "\\spad{real?(t)} tests whether \\spad{t} is equivalent to the FORTRAN type REAL.")) (|coerce| (((|SExpression|) $) "\\spad{coerce(x)} returns the \\spad{s}-expression associated with \\spad{x}") (((|Symbol|) $) "\\spad{coerce(x)} returns the symbol associated with \\spad{x}") (($ (|Symbol|)) "\\spad{coerce(s)} transforms the symbol \\spad{s} into an element of FortranScalarType provided \\spad{s} is one of real,{} complex,{}double precision,{} logical,{} integer,{} character,{} REAL,{} COMPLEX,{} LOGICAL,{} INTEGER,{} CHARACTER,{} DOUBLE PRECISION") (($ (|String|)) "\\spad{coerce(s)} transforms the string \\spad{s} into an element of FortranScalarType provided \\spad{s} is one of \"real\",{} \"double precision\",{} \"complex\",{} \"logical\",{} \"integer\",{} \"character\",{} \"REAL\",{} \"COMPLEX\",{} \"LOGICAL\",{} \"INTEGER\",{} \"CHARACTER\",{} \"DOUBLE PRECISION\"")))
NIL
NIL
-(-437 R -2352 UP)
+(-437 R -1909 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 -1038) (QUOTE (-48)))))
@@ -1708,7 +1708,7 @@ NIL
((|constructor| (NIL "\\spadtype{GaloisGroupFactorizer} provides functions to factor resolvents.")) (|btwFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|) (|Set| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{btwFact(p,sqf,pd,r)} returns the factorization of \\spad{p},{} the result is a Record such that \\spad{contp=}content \\spad{p},{} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors). \\spad{pd} is the \\spadtype{Set} of possible degrees. \\spad{r} is a lower bound for the number of factors of \\spad{p}. Please do not use this function in your code because its design may change.")) (|henselFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|)) "\\spad{henselFact(p,sqf)} returns the factorization of \\spad{p},{} the result is a Record such that \\spad{contp=}content \\spad{p},{} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors).")) (|factorOfDegree| (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|) (|Boolean|)) "\\spad{factorOfDegree(d,p,listOfDegrees,r,sqf)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees},{} and that \\spad{p} has at least \\spad{r} factors. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors).") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factorOfDegree(d,p,listOfDegrees,r)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees},{} and that \\spad{p} has at least \\spad{r} factors.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factorOfDegree(d,p,listOfDegrees)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|NonNegativeInteger|)) "\\spad{factorOfDegree(d,p,r)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has at least \\spad{r} factors.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1|) "\\spad{factorOfDegree(d,p)} returns a factor of \\spad{p} of degree \\spad{d}.")) (|factorSquareFree| (((|Factored| |#1|) |#1| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,d,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{d} divides the degree of all factors of \\spad{p} and that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,listOfDegrees,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees} and that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factorSquareFree(p,listOfDegrees)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1|) "\\spad{factorSquareFree(p)} returns the factorization of \\spad{p} which is supposed not having any repeated factor (this is not checked).")) (|factor| (((|Factored| |#1|) |#1| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{factor(p,d,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{d} divides the degree of all factors of \\spad{p} and that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factor(p,listOfDegrees,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees} and that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factor(p,listOfDegrees)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}.") (((|Factored| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{factor(p,r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns the factorization of \\spad{p} over the integers.")) (|tryFunctionalDecomposition| (((|Boolean|) (|Boolean|)) "\\spad{tryFunctionalDecomposition(b)} chooses whether factorizers have to look for functional decomposition of polynomials (\\spad{true}) or not (\\spad{false}). Returns the previous value.")) (|tryFunctionalDecomposition?| (((|Boolean|)) "\\spad{tryFunctionalDecomposition?()} returns \\spad{true} if factorizers try functional decomposition of polynomials before factoring them.")) (|eisensteinIrreducible?| (((|Boolean|) |#1|) "\\spad{eisensteinIrreducible?(p)} returns \\spad{true} if \\spad{p} can be shown to be irreducible by Eisenstein\\spad{'s} criterion,{} \\spad{false} is inconclusive.")) (|useEisensteinCriterion| (((|Boolean|) (|Boolean|)) "\\spad{useEisensteinCriterion(b)} chooses whether factorizers check Eisenstein\\spad{'s} criterion before factoring: \\spad{true} for using it,{} \\spad{false} else. Returns the previous value.")) (|useEisensteinCriterion?| (((|Boolean|)) "\\spad{useEisensteinCriterion?()} returns \\spad{true} if factorizers check Eisenstein\\spad{'s} criterion before factoring.")) (|useSingleFactorBound| (((|Boolean|) (|Boolean|)) "\\spad{useSingleFactorBound(b)} chooses the algorithm to be used by the factorizers: \\spad{true} for algorithm with single factor bound,{} \\spad{false} for algorithm with overall bound. Returns the previous value.")) (|useSingleFactorBound?| (((|Boolean|)) "\\spad{useSingleFactorBound?()} returns \\spad{true} if algorithm with single factor bound is used for factorization,{} \\spad{false} for algorithm with overall bound.")) (|modularFactor| (((|Record| (|:| |prime| (|Integer|)) (|:| |factors| (|List| |#1|))) |#1|) "\\spad{modularFactor(f)} chooses a \"good\" prime and returns the factorization of \\spad{f} modulo this prime in a form that may be used by \\spadfunFrom{completeHensel}{GeneralHenselPackage}. If prime is zero it means that \\spad{f} has been proved to be irreducible over the integers or that \\spad{f} is a unit (\\spadignore{i.e.} 1 or \\spad{-1}). \\spad{f} shall be primitive (\\spadignore{i.e.} content(\\spad{p})\\spad{=1}) and square free (\\spadignore{i.e.} without repeated factors).")) (|numberOfFactors| (((|NonNegativeInteger|) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|))))) "\\spad{numberOfFactors(ddfactorization)} returns the number of factors of the polynomial \\spad{f} modulo \\spad{p} where \\spad{ddfactorization} is the distinct degree factorization of \\spad{f} computed by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} for some prime \\spad{p}.")) (|stopMusserTrials| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{stopMusserTrials(n)} sets to \\spad{n} the bound on the number of factors for which \\spadfun{modularFactor} stops to look for an other prime. You will have to remember that the step of recombining the extraneous factors may take up to \\spad{2**n} trials. Returns the previous value.") (((|PositiveInteger|)) "\\spad{stopMusserTrials()} returns the bound on the number of factors for which \\spadfun{modularFactor} stops to look for an other prime. You will have to remember that the step of recombining the extraneous factors may take up to \\spad{2**stopMusserTrials()} trials.")) (|musserTrials| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{musserTrials(n)} sets to \\spad{n} the number of primes to be tried in \\spadfun{modularFactor} and returns the previous value.") (((|PositiveInteger|)) "\\spad{musserTrials()} returns the number of primes that are tried in \\spadfun{modularFactor}.")) (|degreePartition| (((|Multiset| (|NonNegativeInteger|)) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|))))) "\\spad{degreePartition(ddfactorization)} returns the degree partition of the polynomial \\spad{f} modulo \\spad{p} where \\spad{ddfactorization} is the distinct degree factorization of \\spad{f} computed by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} for some prime \\spad{p}.")) (|makeFR| (((|Factored| |#1|) (|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|))))))) "\\spad{makeFR(flist)} turns the final factorization of henselFact into a \\spadtype{Factored} object.")))
NIL
NIL
-(-445 R UP -2352)
+(-445 R UP -1909)
((|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
@@ -1746,16 +1746,16 @@ NIL
NIL
(-454)
((|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}.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-455 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")))
-((-4411 |has| (-409 (-952 |#1|)) (-558)) (-4409 . T) (-4408 . T))
+((-4412 |has| (-409 (-952 |#1|)) (-558)) (-4410 . T) (-4409 . T))
((|HasCategory| (-409 (-952 |#1|)) (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| (-409 (-952 |#1|)) (QUOTE (-558))))
(-456 |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")))
-(((-4416 "*") |has| |#2| (-172)) (-4407 |has| |#2| (-558)) (-4412 |has| |#2| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#2| (QUOTE (-909))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4412)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(((-4417 "*") |has| |#2| (-172)) (-4408 |has| |#2| (-558)) (-4413 |has| |#2| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#2| (QUOTE (-909))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
(-457 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
@@ -1782,7 +1782,7 @@ NIL
NIL
(-463 |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")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
NIL
(-464 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}.")))
@@ -1790,7 +1790,7 @@ NIL
NIL
(-465 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}}.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#4| (LIST (QUOTE -613) (QUOTE (-862)))))
(-466 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}.")))
@@ -1820,7 +1820,7 @@ NIL
((|constructor| (NIL "GradedModule(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-module\\spad{''},{} \\spadignore{i.e.} collection of \\spad{R}-modules indexed by an abelian monoid \\spad{E}. An element \\spad{g} of \\spad{G[s]} for some specific \\spad{s} in \\spad{E} is said to be an element of \\spad{G} with {\\em degree} \\spad{s}. Sums are defined in each module \\spad{G[s]} so two elements of \\spad{G} have a sum if they have the same degree. \\blankline Morphisms can be defined and composed by degree to give the mathematical category of graded modules.")) (+ (($ $ $) "\\spad{g+h} is the sum of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.")) (- (($ $ $) "\\spad{g-h} is the difference of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.") (($ $) "\\spad{-g} is the additive inverse of \\spad{g} in the module of elements of the same grade as \\spad{g}.")) (* (($ $ |#1|) "\\spad{g*r} is right module multiplication.") (($ |#1| $) "\\spad{r*g} is left module multiplication.")) ((|Zero|) (($) "0 denotes the zero of degree 0.")) (|degree| ((|#2| $) "\\spad{degree(g)} names the degree of \\spad{g}. The set of all elements of a given degree form an \\spad{R}-module.")))
NIL
NIL
-(-473 |lv| -2352 R)
+(-473 |lv| -1909 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
@@ -1830,23 +1830,23 @@ NIL
NIL
(-475)
((|constructor| (NIL "The class of multiplicative groups,{} \\spadignore{i.e.} monoids with multiplicative inverses. \\blankline")) (|commutator| (($ $ $) "\\spad{commutator(p,q)} computes \\spad{inv(p) * inv(q) * p * q}.")) (|conjugate| (($ $ $) "\\spad{conjugate(p,q)} computes \\spad{inv(q) * p * q}; this is 'right action by conjugation'.")) (|unitsKnown| ((|attribute|) "unitsKnown asserts that recip only returns \"failed\" for non-units.")) (** (($ $ (|Integer|)) "\\spad{x**n} returns \\spad{x} raised to the integer power \\spad{n}.")) (/ (($ $ $) "\\spad{x/y} is the same as \\spad{x} times the inverse of \\spad{y}.")) (|inv| (($ $) "\\spad{inv(x)} returns the inverse of \\spad{x}.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-476 |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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
(-477 |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.")))
-((-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#2|)))))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-850))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))))
+((-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#2|)))))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-850))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))))
(-478 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)}")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -613) (QUOTE (-862)))))
(-479)
((|constructor| (NIL "\\indented{1}{Symbolic fractions in \\%\\spad{pi} with integer coefficients;} \\indented{1}{The point for using \\spad{Pi} as the default domain for those fractions} \\indented{1}{is that \\spad{Pi} is coercible to the float types,{} and not Expression.} Date Created: 21 Feb 1990 Date Last Updated: 12 Mai 1992")) (|pi| (($) "\\spad{pi()} returns the symbolic \\%\\spad{pi}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-480)
((|constructor| (NIL "This domain represents a `has' expression.")) (|rhs| (((|SpadAst|) $) "\\spad{rhs(e)} returns the right hand side of the case expression `e'.")) (|lhs| (((|SpadAst|) $) "\\spad{lhs(e)} returns the left hand side of the has expression `e'.")))
@@ -1854,29 +1854,29 @@ NIL
NIL
(-481 |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.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#2|)))))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#2|)))))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))))
(-482)
((|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
(-483 |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")))
-(((-4416 "*") |has| |#2| (-172)) (-4407 |has| |#2| (-558)) (-4412 |has| |#2| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#2| (QUOTE (-909))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4412)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
-(-484 -3382 S)
+(((-4417 "*") |has| |#2| (-172)) (-4408 |has| |#2| (-558)) (-4413 |has| |#2| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#2| (QUOTE (-909))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(-484 -3754 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}.")))
-((-4408 |has| |#2| (-1049)) (-4409 |has| |#2| (-1049)) (-4411 |has| |#2| (-6 -4411)) ((-4416 "*") |has| |#2| (-172)) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-365))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365)))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-793))) (-2768 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848)))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-726))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-233))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| |#2| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-370)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-793)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-848)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099))))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2768 (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasAttribute| |#2| (QUOTE -4411)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))))
+((-4409 |has| |#2| (-1049)) (-4410 |has| |#2| (-1049)) (-4412 |has| |#2| (-6 -4412)) ((-4417 "*") |has| |#2| (-172)) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-365))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365)))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-793))) (-2700 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848)))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-726))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-233))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| |#2| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-370)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-793)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-848)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099))))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2700 (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasAttribute| |#2| (QUOTE -4412)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))))
(-485)
((|constructor| (NIL "This domain represents the header of a definition.")) (|parameters| (((|List| (|Identifier|)) $) "\\spad{parameters(h)} gives the parameters specified in the definition header \\spad{`h'}.")) (|name| (((|Identifier|) $) "\\spad{name(h)} returns the name of the operation defined defined.")) (|headAst| (($ (|Identifier|) (|List| (|Identifier|))) "\\spad{headAst(f,[x1,..,xn])} constructs a function definition header.")))
NIL
NIL
(-486 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}.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
-(-487 -2352 UP UPUP R)
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+(-487 -1909 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
@@ -1886,12 +1886,12 @@ NIL
NIL
(-489)
((|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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-566) (QUOTE (-909))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-566) (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-147))) (|HasCategory| (-566) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-1022))) (|HasCategory| (-566) (QUOTE (-820))) (-2768 (|HasCategory| (-566) (QUOTE (-820))) (|HasCategory| (-566) (QUOTE (-850)))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-1150))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-566) (QUOTE (-233))) (|HasCategory| (-566) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-566) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -310) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -287) (QUOTE (-566)) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-308))) (|HasCategory| (-566) (QUOTE (-547))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-566) (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (|HasCategory| (-566) (QUOTE (-145)))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-566) (QUOTE (-909))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-566) (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-147))) (|HasCategory| (-566) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-1022))) (|HasCategory| (-566) (QUOTE (-820))) (-2700 (|HasCategory| (-566) (QUOTE (-820))) (|HasCategory| (-566) (QUOTE (-850)))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-1150))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-566) (QUOTE (-233))) (|HasCategory| (-566) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-566) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -310) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -287) (QUOTE (-566)) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-308))) (|HasCategory| (-566) (QUOTE (-547))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-566) (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (|HasCategory| (-566) (QUOTE (-145)))))
(-490 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 -4414)) (|HasAttribute| |#1| (QUOTE -4415)) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))))
+((|HasAttribute| |#1| (QUOTE -4415)) (|HasAttribute| |#1| (QUOTE -4416)) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))))
(-491 S)
((|constructor| (NIL "A homogeneous aggregate is an aggregate of elements all of the same type. In the current system,{} all aggregates are homogeneous. Two attributes characterize classes of aggregates. Aggregates from domains with attribute \\spadatt{finiteAggregate} have a finite number of members. Those with attribute \\spadatt{shallowlyMutable} allow an element to be modified or updated without changing its overall value.")) (|member?| (((|Boolean|) |#1| $) "\\spad{member?(x,u)} tests if \\spad{x} is a member of \\spad{u}. For collections,{} \\axiom{member?(\\spad{x},{}\\spad{u}) = reduce(or,{}[x=y for \\spad{y} in \\spad{u}],{}\\spad{false})}.")) (|members| (((|List| |#1|) $) "\\spad{members(u)} returns a list of the consecutive elements of \\spad{u}. For collections,{} \\axiom{parts([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = (\\spad{x},{}\\spad{y},{}...,{}\\spad{z})}.")) (|parts| (((|List| |#1|) $) "\\spad{parts(u)} returns a list of the consecutive elements of \\spad{u}. For collections,{} \\axiom{parts([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = (\\spad{x},{}\\spad{y},{}...,{}\\spad{z})}.")) (|count| (((|NonNegativeInteger|) |#1| $) "\\spad{count(x,u)} returns the number of occurrences of \\spad{x} in \\spad{u}. For collections,{} \\axiom{count(\\spad{x},{}\\spad{u}) = reduce(+,{}[x=y for \\spad{y} in \\spad{u}],{}0)}.") (((|NonNegativeInteger|) (|Mapping| (|Boolean|) |#1|) $) "\\spad{count(p,u)} returns the number of elements \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. For collections,{} \\axiom{count(\\spad{p},{}\\spad{u}) = reduce(+,{}[1 for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})],{}0)}.")) (|every?| (((|Boolean|) (|Mapping| (|Boolean|) |#1|) $) "\\spad{every?(f,u)} tests if \\spad{p}(\\spad{x}) is \\spad{true} for all elements \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{every?(\\spad{p},{}\\spad{u}) = reduce(and,{}map(\\spad{f},{}\\spad{u}),{}\\spad{true},{}\\spad{false})}.")) (|any?| (((|Boolean|) (|Mapping| (|Boolean|) |#1|) $) "\\spad{any?(p,u)} tests if \\axiom{\\spad{p}(\\spad{x})} is \\spad{true} for any element \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{any?(\\spad{p},{}\\spad{u}) = reduce(or,{}map(\\spad{f},{}\\spad{u}),{}\\spad{false},{}\\spad{true})}.")) (|map!| (($ (|Mapping| |#1| |#1|) $) "\\spad{map!(f,u)} destructively replaces each element \\spad{x} of \\spad{u} by \\axiom{\\spad{f}(\\spad{x})}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,u)} returns a copy of \\spad{u} with each element \\spad{x} replaced by \\spad{f}(\\spad{x}). For collections,{} \\axiom{map(\\spad{f},{}\\spad{u}) = [\\spad{f}(\\spad{x}) for \\spad{x} in \\spad{u}]}.")))
NIL
@@ -1912,33 +1912,33 @@ NIL
((|constructor| (NIL "Category for the hyperbolic trigonometric functions.")) (|tanh| (($ $) "\\spad{tanh(x)} returns the hyperbolic tangent of \\spad{x}.")) (|sinh| (($ $) "\\spad{sinh(x)} returns the hyperbolic sine of \\spad{x}.")) (|sech| (($ $) "\\spad{sech(x)} returns the hyperbolic secant of \\spad{x}.")) (|csch| (($ $) "\\spad{csch(x)} returns the hyperbolic cosecant of \\spad{x}.")) (|coth| (($ $) "\\spad{coth(x)} returns the hyperbolic cotangent of \\spad{x}.")) (|cosh| (($ $) "\\spad{cosh(x)} returns the hyperbolic cosine of \\spad{x}.")))
NIL
NIL
-(-496 -2352 UP |AlExt| |AlPol|)
+(-496 -1909 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
(-497)
((|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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| $ (QUOTE (-1049))) (|HasCategory| $ (LIST (QUOTE -1038) (QUOTE (-566)))))
(-498 S |mn|)
((|constructor| (NIL "\\indented{1}{Author Micheal Monagan Aug/87} This is the basic one dimensional array data type.")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-499 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.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-500 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
-(-501 R UP -2352)
+(-501 R UP -1909)
((|constructor| (NIL "This package contains functions used in the packages FunctionFieldIntegralBasis and NumberFieldIntegralBasis.")) (|moduleSum| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{moduleSum(m1,m2)} returns the sum of two modules in the framed algebra \\spad{F}. Each module \\spad{mi} is represented as follows: \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn} and \\spad{mi} is a record \\spad{[basis,basisDen,basisInv]}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then a basis \\spad{v1,...,vn} for \\spad{mi} is given by \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|idealiserMatrix| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiserMatrix(m1, m2)} returns the matrix representing the linear conditions on the Ring associatied with an ideal defined by \\spad{m1} and \\spad{m2}.")) (|idealiser| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{idealiser(m1,m2,d)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2} where \\spad{d} is the known part of the denominator") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiser(m1,m2)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2}")) (|leastPower| (((|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{leastPower(p,n)} returns \\spad{e},{} where \\spad{e} is the smallest integer such that \\spad{p **e >= n}")) (|divideIfCan!| ((|#1| (|Matrix| |#1|) (|Matrix| |#1|) |#1| (|Integer|)) "\\spad{divideIfCan!(matrix,matrixOut,prime,n)} attempts to divide the entries of \\spad{matrix} by \\spad{prime} and store the result in \\spad{matrixOut}. If it is successful,{} 1 is returned and if not,{} \\spad{prime} is returned. Here both \\spad{matrix} and \\spad{matrixOut} are \\spad{n}-by-\\spad{n} upper triangular matrices.")) (|matrixGcd| ((|#1| (|Matrix| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{matrixGcd(mat,sing,n)} is \\spad{gcd(sing,g)} where \\spad{g} is the \\spad{gcd} of the entries of the \\spad{n}-by-\\spad{n} upper-triangular matrix \\spad{mat}.")) (|diagonalProduct| ((|#1| (|Matrix| |#1|)) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
(-502 |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}.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
((-12 (|HasCategory| (-112) (QUOTE (-1099))) (|HasCategory| (-112) (LIST (QUOTE -310) (QUOTE (-112))))) (|HasCategory| (-112) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-112) (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-112) (QUOTE (-1099))) (|HasCategory| (-112) (LIST (QUOTE -613) (QUOTE (-862)))))
(-503 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)}.")))
@@ -1952,7 +1952,7 @@ NIL
((|constructor| (NIL "InnerCommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) "\\spad{splitDenominator([q1,...,qn])} returns \\spad{[[p1,...,pn], d]} such that \\spad{qi = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|clearDenominator| ((|#3| |#4|) "\\spad{clearDenominator([q1,...,qn])} returns \\spad{[p1,...,pn]} such that \\spad{qi = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|commonDenominator| ((|#1| |#4|) "\\spad{commonDenominator([q1,...,qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}\\spad{qn}.")))
NIL
NIL
-(-506 -2352 |Expon| |VarSet| |DPoly|)
+(-506 -1909 |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 -614) (QUOTE (-1175)))))
@@ -2002,36 +2002,36 @@ NIL
((|HasCategory| |#2| (QUOTE (-792))))
(-518 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}")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-519)
((|constructor| (NIL "This domain represents AST for conditional expressions.")) (|elseBranch| (((|SpadAst|) $) "thenBranch(\\spad{e}) returns the `else-branch' of `e'.")) (|thenBranch| (((|SpadAst|) $) "\\spad{thenBranch(e)} returns the `then-branch' of `e'.")) (|condition| (((|SpadAst|) $) "\\spad{condition(e)} returns the condition of the if-expression `e'.")))
NIL
NIL
(-520 |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}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| (-583 |#1|) (QUOTE (-145))) (|HasCategory| (-583 |#1|) (QUOTE (-370)))) (|HasCategory| (-583 |#1|) (QUOTE (-147))) (|HasCategory| (-583 |#1|) (QUOTE (-370))) (|HasCategory| (-583 |#1|) (QUOTE (-145))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| (-583 |#1|) (QUOTE (-145))) (|HasCategory| (-583 |#1|) (QUOTE (-370)))) (|HasCategory| (-583 |#1|) (QUOTE (-147))) (|HasCategory| (-583 |#1|) (QUOTE (-370))) (|HasCategory| (-583 |#1|) (QUOTE (-145))))
(-521 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}.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-522 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.")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-523 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 -4415)))
+((|HasAttribute| |#3| (QUOTE -4416)))
(-524 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 -4415)))
+((|HasAttribute| |#7| (QUOTE -4416)))
(-525 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.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-558))) (|HasAttribute| |#1| (QUOTE (-4416 "*"))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-558))) (|HasAttribute| |#1| (QUOTE (-4417 "*"))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-526)
((|constructor| (NIL "This domain represents an `import' of types.")) (|imports| (((|List| (|TypeAst|)) $) "\\spad{imports(x)} returns the list of imported types.")) (|coerce| (($ (|List| (|TypeAst|))) "ts::ImportAst constructs an ImportAst for the list if types `ts'.")))
NIL
@@ -2064,7 +2064,7 @@ NIL
((|constructor| (NIL "\\indented{2}{IndexedExponents of an ordered set of variables gives a representation} for the degree of polynomials in commuting variables. It gives an ordered pairing of non negative integer exponents with variables")))
NIL
NIL
-(-534 K -2352 |Par|)
+(-534 K -1909 |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
@@ -2088,7 +2088,7 @@ NIL
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over an integral domain of characteristic 0.")) (|generalInfiniteProduct| ((|#2| |#2| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),a,d)} computes \\spad{product(n=a,a+d,a+2*d,...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#2| |#2|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,3,5...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#2| |#2|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,4,6...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#2| |#2|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,2,3...,f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-540 K -2352 |Par|)
+(-540 K -1909 |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
@@ -2118,7 +2118,7 @@ NIL
NIL
(-547)
((|constructor| (NIL "An \\spad{IntegerNumberSystem} is a model for the integers.")) (|invmod| (($ $ $) "\\spad{invmod(a,b)},{} \\spad{0<=a<b>1},{} \\spad{(a,b)=1} means \\spad{1/a mod b}.")) (|powmod| (($ $ $ $) "\\spad{powmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a**b mod p}.")) (|mulmod| (($ $ $ $) "\\spad{mulmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a*b mod p}.")) (|submod| (($ $ $ $) "\\spad{submod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a-b mod p}.")) (|addmod| (($ $ $ $) "\\spad{addmod(a,b,p)},{} \\spad{0<=a,b<p>1},{} means \\spad{a+b mod p}.")) (|mask| (($ $) "\\spad{mask(n)} returns \\spad{2**n-1} (an \\spad{n} bit mask).")) (|dec| (($ $) "\\spad{dec(x)} returns \\spad{x - 1}.")) (|inc| (($ $) "\\spad{inc(x)} returns \\spad{x + 1}.")) (|copy| (($ $) "\\spad{copy(n)} gives a copy of \\spad{n}.")) (|random| (($ $) "\\spad{random(a)} creates a random element from 0 to \\spad{n-1}.") (($) "\\spad{random()} creates a random element.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(n)} creates a rational number,{} or returns \"failed\" if this is not possible.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(n)} creates a rational number (see \\spadtype{Fraction Integer})..")) (|rational?| (((|Boolean|) $) "\\spad{rational?(n)} tests if \\spad{n} is a rational number (see \\spadtype{Fraction Integer}).")) (|symmetricRemainder| (($ $ $) "\\spad{symmetricRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{ -b/2 <= r < b/2 }.")) (|positiveRemainder| (($ $ $) "\\spad{positiveRemainder(a,b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{0 <= r < b} and \\spad{r == a rem b}.")) (|bit?| (((|Boolean|) $ $) "\\spad{bit?(n,i)} returns \\spad{true} if and only if \\spad{i}-th bit of \\spad{n} is a 1.")) (|shift| (($ $ $) "\\spad{shift(a,i)} shift \\spad{a} by \\spad{i} digits.")) (|length| (($ $) "\\spad{length(a)} length of \\spad{a} in digits.")) (|base| (($) "\\spad{base()} returns the base for the operations of \\spad{IntegerNumberSystem}.")) (|multiplicativeValuation| ((|attribute|) "euclideanSize(a*b) returns \\spad{euclideanSize(a)*euclideanSize(b)}.")) (|even?| (((|Boolean|) $) "\\spad{even?(n)} returns \\spad{true} if and only if \\spad{n} is even.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(n)} returns \\spad{true} if and only if \\spad{n} is odd.")))
-((-4412 . T) (-4413 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4413 . T) (-4414 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-548)
((|constructor| (NIL "This domain is a datatype for (signed) integer values of precision 16 bits.")))
@@ -2138,13 +2138,13 @@ NIL
NIL
(-552 |Key| |Entry| |addDom|)
((|constructor| (NIL "This domain is used to provide a conditional \"add\" domain for the implementation of \\spadtype{Table}.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#2|)))))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))))
-(-553 R -2352)
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#2|)))))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))))
+(-553 R -1909)
((|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
-(-554 R0 -2352 UP UPUP R)
+(-554 R0 -1909 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
@@ -2154,7 +2154,7 @@ NIL
NIL
(-556 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.")))
-((-3603 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-1645 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-557 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.")))
@@ -2162,9 +2162,9 @@ NIL
NIL
(-558)
((|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.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-559 R -2352)
+(-559 R -1909)
((|constructor| (NIL "This package provides functions for integration,{} limited integration,{} extended integration and the risch differential equation for elemntary functions.")) (|lfextlimint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Symbol|) (|Kernel| |#2|) (|List| (|Kernel| |#2|))) "\\spad{lfextlimint(f,x,k,[k1,...,kn])} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f - c dk/dx}. Value \\spad{h} is looked for in a field containing \\spad{f} and \\spad{k1},{}...,{}\\spad{kn} (the \\spad{ki}\\spad{'s} must be logs).")) (|lfintegrate| (((|IntegrationResult| |#2|) |#2| (|Symbol|)) "\\spad{lfintegrate(f, x)} = \\spad{g} such that \\spad{dg/dx = f}.")) (|lfinfieldint| (((|Union| |#2| "failed") |#2| (|Symbol|)) "\\spad{lfinfieldint(f, x)} returns a function \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|lflimitedint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Symbol|) (|List| |#2|)) "\\spad{lflimitedint(f,x,[g1,...,gn])} returns functions \\spad{[h,[[ci, gi]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,...,gn]},{} and \\spad{d(h+sum(ci log(gi)))/dx = f},{} if possible,{} \"failed\" otherwise.")) (|lfextendedint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Symbol|) |#2|) "\\spad{lfextendedint(f, x, g)} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f - cg},{} if (\\spad{h},{} \\spad{c}) exist,{} \"failed\" otherwise.")))
NIL
NIL
@@ -2176,7 +2176,7 @@ NIL
((|constructor| (NIL "\\blankline")) (|entry| (((|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{entry(n)} \\undocumented{}")) (|entries| (((|List| (|Record| (|:| |key| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) "\\spad{entries(x)} \\undocumented{}")) (|showAttributes| (((|Union| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))) "failed") (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{showAttributes(x)} \\undocumented{}")) (|insert!| (($ (|Record| (|:| |key| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) "\\spad{insert!(r)} inserts an entry \\spad{r} into theIFTable")) (|fTable| (($ (|List| (|Record| (|:| |key| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |endPointContinuity| (|Union| (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (|Union| (|:| |str| (|Stream| (|DoubleFloat|))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| |range| (|Union| (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) "\\spad{fTable(l)} creates a functions table from the elements of \\spad{l}.")) (|keys| (((|List| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) $) "\\spad{keys(f)} returns the list of keys of \\spad{f}")) (|clearTheFTable| (((|Void|)) "\\spad{clearTheFTable()} clears the current table of functions.")) (|showTheFTable| (($) "\\spad{showTheFTable()} returns the current table of functions.")))
NIL
NIL
-(-562 R -2352 L)
+(-562 R -1909 L)
((|constructor| (NIL "This internal package rationalises integrands on curves of the form: \\indented{2}{\\spad{y\\^2 = a x\\^2 + b x + c}} \\indented{2}{\\spad{y\\^2 = (a x + b) / (c x + d)}} \\indented{2}{\\spad{f(x, y) = 0} where \\spad{f} has degree 1 in \\spad{x}} The rationalization is done for integration,{} limited integration,{} extended integration and the risch differential equation.")) (|palgLODE0| (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgLODE0(op,g,x,y,z,t,c)} returns the solution of \\spad{op f = g} Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgLODE0(op, g, x, y, d, p)} returns the solution of \\spad{op f = g}. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|lift| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|SparseUnivariatePolynomial| |#2|) (|Kernel| |#2|)) "\\spad{lift(u,k)} \\undocumented")) (|multivariate| ((|#2| (|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|Kernel| |#2|) |#2|) "\\spad{multivariate(u,k,f)} \\undocumented")) (|univariate| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|SparseUnivariatePolynomial| |#2|)) "\\spad{univariate(f,k,k,p)} \\undocumented")) (|palgRDE0| (((|Union| |#2| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|)) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgRDE0(f, g, x, y, foo, t, c)} returns a function \\spad{z(x,y)} such that \\spad{dz/dx + n * df/dx z(x,y) = g(x,y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{foo},{} called by \\spad{foo(a, b, x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.") (((|Union| |#2| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|)) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgRDE0(f, g, x, y, foo, d, p)} returns a function \\spad{z(x,y)} such that \\spad{dz/dx + n * df/dx z(x,y) = g(x,y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}. Argument \\spad{foo},{} called by \\spad{foo(a, b, x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.")) (|palglimint0| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palglimint0(f, x, y, [u1,...,un], z, t, c)} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palglimint0(f, x, y, [u1,...,un], d, p)} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|palgextint0| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgextint0(f, x, y, g, z, t, c)} returns functions \\spad{[h, d]} such that \\spad{dh/dx = f(x,y) - d g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy},{} and \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,y)}. The operation returns \"failed\" if no such functions exist.") (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgextint0(f, x, y, g, d, p)} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f(x,y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)},{} or \"failed\" if no such functions exist.")) (|palgint0| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgint0(f, x, y, z, t, c)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,y)dx = c f(t,y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,y)}.") (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgint0(f, x, y, d, p)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)}.")))
NIL
((|HasCategory| |#3| (LIST (QUOTE -656) (|devaluate| |#2|))))
@@ -2184,31 +2184,31 @@ NIL
((|constructor| (NIL "This package provides various number theoretic functions on the integers.")) (|sumOfKthPowerDivisors| (((|Integer|) (|Integer|) (|NonNegativeInteger|)) "\\spad{sumOfKthPowerDivisors(n,k)} returns the sum of the \\spad{k}th powers of the integers between 1 and \\spad{n} (inclusive) which divide \\spad{n}. the sum of the \\spad{k}th powers of the divisors of \\spad{n} is often denoted by \\spad{sigma_k(n)}.")) (|sumOfDivisors| (((|Integer|) (|Integer|)) "\\spad{sumOfDivisors(n)} returns the sum of the integers between 1 and \\spad{n} (inclusive) which divide \\spad{n}. The sum of the divisors of \\spad{n} is often denoted by \\spad{sigma(n)}.")) (|numberOfDivisors| (((|Integer|) (|Integer|)) "\\spad{numberOfDivisors(n)} returns the number of integers between 1 and \\spad{n} (inclusive) which divide \\spad{n}. The number of divisors of \\spad{n} is often denoted by \\spad{tau(n)}.")) (|moebiusMu| (((|Integer|) (|Integer|)) "\\spad{moebiusMu(n)} returns the Moebius function \\spad{mu(n)}. \\spad{mu(n)} is either \\spad{-1},{}0 or 1 as follows: \\spad{mu(n) = 0} if \\spad{n} is divisible by a square > 1,{} \\spad{mu(n) = (-1)^k} if \\spad{n} is square-free and has \\spad{k} distinct prime divisors.")) (|legendre| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{legendre(a,p)} returns the Legendre symbol \\spad{L(a/p)}. \\spad{L(a/p) = (-1)**((p-1)/2) mod p} (\\spad{p} prime),{} which is 0 if \\spad{a} is 0,{} 1 if \\spad{a} is a quadratic residue \\spad{mod p} and \\spad{-1} otherwise. Note: because the primality test is expensive,{} if it is known that \\spad{p} is prime then use \\spad{jacobi(a,p)}.")) (|jacobi| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{jacobi(a,b)} returns the Jacobi symbol \\spad{J(a/b)}. When \\spad{b} is odd,{} \\spad{J(a/b) = product(L(a/p) for p in factor b )}. Note: by convention,{} 0 is returned if \\spad{gcd(a,b) ~= 1}. Iterative \\spad{O(log(b)^2)} version coded by Michael Monagan June 1987.")) (|harmonic| (((|Fraction| (|Integer|)) (|Integer|)) "\\spad{harmonic(n)} returns the \\spad{n}th harmonic number. This is \\spad{H[n] = sum(1/k,k=1..n)}.")) (|fibonacci| (((|Integer|) (|Integer|)) "\\spad{fibonacci(n)} returns the \\spad{n}th Fibonacci number. the Fibonacci numbers \\spad{F[n]} are defined by \\spad{F[0] = F[1] = 1} and \\spad{F[n] = F[n-1] + F[n-2]}. The algorithm has running time \\spad{O(log(n)^3)}. Reference: Knuth,{} The Art of Computer Programming Vol 2,{} Semi-Numerical Algorithms.")) (|eulerPhi| (((|Integer|) (|Integer|)) "\\spad{eulerPhi(n)} returns the number of integers between 1 and \\spad{n} (including 1) which are relatively prime to \\spad{n}. This is the Euler phi function \\spad{\\phi(n)} is also called the totient function.")) (|euler| (((|Integer|) (|Integer|)) "\\spad{euler(n)} returns the \\spad{n}th Euler number. This is \\spad{2^n E(n,1/2)},{} where \\spad{E(n,x)} is the \\spad{n}th Euler polynomial.")) (|divisors| (((|List| (|Integer|)) (|Integer|)) "\\spad{divisors(n)} returns a list of the divisors of \\spad{n}.")) (|chineseRemainder| (((|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{chineseRemainder(x1,m1,x2,m2)} returns \\spad{w},{} where \\spad{w} is such that \\spad{w = x1 mod m1} and \\spad{w = x2 mod m2}. Note: \\spad{m1} and \\spad{m2} must be relatively prime.")) (|bernoulli| (((|Fraction| (|Integer|)) (|Integer|)) "\\spad{bernoulli(n)} returns the \\spad{n}th Bernoulli number. this is \\spad{B(n,0)},{} where \\spad{B(n,x)} is the \\spad{n}th Bernoulli polynomial.")))
NIL
NIL
-(-564 -2352 UP UPUP R)
+(-564 -1909 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
-(-565 -2352 UP)
+(-565 -1909 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
(-566)
((|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}.")))
-((-4396 . T) (-4402 . T) (-4406 . T) (-4401 . T) (-4412 . T) (-4413 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4397 . T) (-4403 . T) (-4407 . T) (-4402 . T) (-4413 . T) (-4414 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-567)
((|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
-(-568 R -2352 L)
+(-568 R -1909 L)
((|constructor| (NIL "This package provides functions for integration,{} limited integration,{} extended integration and the risch differential equation for pure algebraic integrands.")) (|palgLODE| (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Symbol|)) "\\spad{palgLODE(op, g, kx, y, x)} returns the solution of \\spad{op f = g}. \\spad{y} is an algebraic function of \\spad{x}.")) (|palgRDE| (((|Union| |#2| "failed") |#2| |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|))) "\\spad{palgRDE(nfp, f, g, x, y, foo)} returns a function \\spad{z(x,y)} such that \\spad{dz/dx + n * df/dx z(x,y) = g(x,y)} if such a \\spad{z} exists,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}; \\spad{foo(a, b, x)} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}. \\spad{nfp} is \\spad{n * df/dx}.")) (|palglimint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|)) "\\spad{palglimint(f, x, y, [u1,...,un])} returns functions \\spad{[h,[[ci, ui]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,...,un]} and \\spad{d(h + sum(ci log(ui)))/dx = f(x,y)} if such functions exist,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}.")) (|palgextint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2|) "\\spad{palgextint(f, x, y, g)} returns functions \\spad{[h, c]} such that \\spad{dh/dx = f(x,y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x}; returns \"failed\" if no such functions exist.")) (|palgint| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|)) "\\spad{palgint(f, x, y)} returns the integral of \\spad{f(x,y)dx} where \\spad{y} is an algebraic function of \\spad{x}.")))
NIL
((|HasCategory| |#3| (LIST (QUOTE -656) (|devaluate| |#2|))))
-(-569 R -2352)
+(-569 R -1909)
((|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 -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-1138)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-629)))))
-(-570 -2352 UP)
+(-570 -1909 UP)
((|constructor| (NIL "This package provides functions for the base case of the Risch algorithm.")) (|limitedint| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|List| (|Fraction| |#2|))) "\\spad{limitedint(f, [g1,...,gn])} returns fractions \\spad{[h,[[ci, gi]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,...,gn]},{} \\spad{ci' = 0},{} and \\spad{(h+sum(ci log(gi)))' = f},{} if possible,{} \"failed\" otherwise.")) (|extendedint| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{extendedint(f, g)} returns fractions \\spad{[h, c]} such that \\spad{c' = 0} and \\spad{h' = f - cg},{} if \\spad{(h, c)} exist,{} \"failed\" otherwise.")) (|infieldint| (((|Union| (|Fraction| |#2|) "failed") (|Fraction| |#2|)) "\\spad{infieldint(f)} returns \\spad{g} such that \\spad{g' = f} or \"failed\" if the integral of \\spad{f} is not a rational function.")) (|integrate| (((|IntegrationResult| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{integrate(f)} returns \\spad{g} such that \\spad{g' = f}.")))
NIL
NIL
@@ -2216,27 +2216,27 @@ NIL
((|constructor| (NIL "Provides integer testing and retraction functions. Date Created: March 1990 Date Last Updated: 9 April 1991")) (|integerIfCan| (((|Union| (|Integer|) "failed") |#1|) "\\spad{integerIfCan(x)} returns \\spad{x} as an integer,{} \"failed\" if \\spad{x} is not an integer.")) (|integer?| (((|Boolean|) |#1|) "\\spad{integer?(x)} is \\spad{true} if \\spad{x} is an integer,{} \\spad{false} otherwise.")) (|integer| (((|Integer|) |#1|) "\\spad{integer(x)} returns \\spad{x} as an integer; error if \\spad{x} is not an integer.")))
NIL
NIL
-(-572 -2352)
+(-572 -1909)
((|constructor| (NIL "This package provides functions for the integration of rational functions.")) (|extendedIntegrate| (((|Union| (|Record| (|:| |ratpart| (|Fraction| (|Polynomial| |#1|))) (|:| |coeff| (|Fraction| (|Polynomial| |#1|)))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{extendedIntegrate(f, x, g)} returns fractions \\spad{[h, c]} such that \\spad{dc/dx = 0} and \\spad{dh/dx = f - cg},{} if \\spad{(h, c)} exist,{} \"failed\" otherwise.")) (|limitedIntegrate| (((|Union| (|Record| (|:| |mainpart| (|Fraction| (|Polynomial| |#1|))) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| (|Polynomial| |#1|))) (|:| |logand| (|Fraction| (|Polynomial| |#1|))))))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{limitedIntegrate(f, x, [g1,...,gn])} returns fractions \\spad{[h, [[ci,gi]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,...,gn]},{} \\spad{dci/dx = 0},{} and \\spad{d(h + sum(ci log(gi)))/dx = f} if possible,{} \"failed\" otherwise.")) (|infieldIntegrate| (((|Union| (|Fraction| (|Polynomial| |#1|)) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{infieldIntegrate(f, x)} returns a fraction \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|internalIntegrate| (((|IntegrationResult| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{internalIntegrate(f, x)} returns \\spad{g} such that \\spad{dg/dx = f}.")))
NIL
NIL
(-573 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.")))
-((-3603 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-1645 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-574)
((|constructor| (NIL "This package provides the implementation for the \\spadfun{solveLinearPolynomialEquation} operation over the integers. It uses a lifting technique from the package GenExEuclid")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| (|Integer|))) "failed") (|List| (|SparseUnivariatePolynomial| (|Integer|))) (|SparseUnivariatePolynomial| (|Integer|))) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
-(-575 R -2352)
+(-575 R -1909)
((|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 -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-285))) (|HasCategory| |#2| (QUOTE (-629))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175))))) (-12 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-285)))) (|HasCategory| |#1| (QUOTE (-558))))
-(-576 -2352 UP)
+(-576 -1909 UP)
((|constructor| (NIL "This package provides functions for the transcendental case of the Risch algorithm.")) (|monomialIntPoly| (((|Record| (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (|Mapping| |#2| |#2|)) "\\spad{monomialIntPoly(p, ')} returns [\\spad{q},{} \\spad{r}] such that \\spad{p = q' + r} and \\spad{degree(r) < degree(t')}. Error if \\spad{degree(t') < 2}.")) (|monomialIntegrate| (((|Record| (|:| |ir| (|IntegrationResult| (|Fraction| |#2|))) (|:| |specpart| (|Fraction| |#2|)) (|:| |polypart| |#2|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{monomialIntegrate(f, ')} returns \\spad{[ir, s, p]} such that \\spad{f = ir' + s + p} and all the squarefree factors of the denominator of \\spad{s} are special \\spad{w}.\\spad{r}.\\spad{t} the derivation '.")) (|expintfldpoly| (((|Union| (|LaurentPolynomial| |#1| |#2|) "failed") (|LaurentPolynomial| |#1| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintfldpoly(p, foo)} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument foo is a Risch differential equation function on \\spad{F}.")) (|primintfldpoly| (((|Union| |#2| "failed") |#2| (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) "\\spad{primintfldpoly(p, ', t')} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument \\spad{t'} is the derivative of the primitive generating the extension.")) (|primlimintfrac| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|List| (|Fraction| |#2|))) "\\spad{primlimintfrac(f, ', [u1,...,un])} returns \\spad{[v, [c1,...,cn]]} such that \\spad{ci' = 0} and \\spad{f = v' + +/[ci * ui'/ui]}. Error: if \\spad{degree numer f >= degree denom f}.")) (|primextintfrac| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Fraction| |#2|)) "\\spad{primextintfrac(f, ', g)} returns \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0}. Error: if \\spad{degree numer f >= degree denom f} or if \\spad{degree numer g >= degree denom g} or if \\spad{denom g} is not squarefree.")) (|explimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|List| (|Fraction| |#2|))) "\\spad{explimitedint(f, ', foo, [u1,...,un])} returns \\spad{[v, [c1,...,cn], a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,[ci * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primlimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (|List| (|Fraction| |#2|))) "\\spad{primlimitedint(f, ', foo, [u1,...,un])} returns \\spad{[v, [c1,...,cn], a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,[ci * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|expextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|Fraction| |#2|)) "\\spad{expextendedint(f, ', foo, g)} returns either \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (|Fraction| |#2|)) "\\spad{primextendedint(f, ', foo, g)} returns either \\spad{[v, c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|tanintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|List| |#1|) "failed") (|Integer|) |#1| |#1|)) "\\spad{tanintegrate(f, ', foo)} returns \\spad{[g, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential system solver on \\spad{F}.")) (|expintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintegrate(f, ', foo)} returns \\spad{[g, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential equation solver on \\spad{F}.")) (|primintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) "\\spad{primintegrate(f, ', foo)} returns \\spad{[g, a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Argument foo is an extended integration function on \\spad{F}.")))
NIL
NIL
-(-577 R -2352)
+(-577 R -1909)
((|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
@@ -2258,27 +2258,27 @@ NIL
NIL
(-582 |p| |unBalanced?|)
((|constructor| (NIL "This domain implements \\spad{Zp},{} the \\spad{p}-adic completion of the integers. This is an internal domain.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-583 |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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| $ (QUOTE (-147))) (|HasCategory| $ (QUOTE (-145))) (|HasCategory| $ (QUOTE (-370))))
(-584)
((|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
-(-585 R -2352)
+(-585 R -1909)
((|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
-(-586 E -2352)
+(-586 E -1909)
((|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
-(-587 -2352)
+(-587 -1909)
((|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}.")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
((|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-1175)))))
(-588 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")))
@@ -2306,19 +2306,19 @@ NIL
NIL
(-594 |mn|)
((|constructor| (NIL "This domain implements low-level strings")) (|hash| (((|Integer|) $) "\\spad{hash(x)} provides a hashing function for strings")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144)))))) (-2768 (|HasCategory| (-144) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-144) (QUOTE (-1099)))) (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144)))))) (-2700 (|HasCategory| (-144) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-144) (QUOTE (-1099)))) (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))))
(-595 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
(-596 |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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|)))) (|HasCategory| (-566) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|)))) (|HasCategory| (-566) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))))
(-597 |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.}")))
-((-4409 |has| |#1| (-558)) (-4408 |has| |#1| (-558)) ((-4416 "*") |has| |#1| (-558)) (-4407 |has| |#1| (-558)) (-4411 . T))
+((-4410 |has| |#1| (-558)) (-4409 |has| |#1| (-558)) ((-4417 "*") |has| |#1| (-558)) (-4408 |has| |#1| (-558)) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-558))))
(-598 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),..]}.")))
@@ -2328,7 +2328,7 @@ NIL
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|map| (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|Stream| |#2|)) "\\spad{map(f,a,b)} \\undocumented") (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|Stream| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,a,b)} \\undocumented") (((|InfiniteTuple| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,a,b)} \\undocumented")))
NIL
NIL
-(-600 R -2352 FG)
+(-600 R -1909 FG)
((|constructor| (NIL "This package provides transformations from trigonometric functions to exponentials and logarithms,{} and back. \\spad{F} and \\spad{FG} should be the same type of function space.")) (|trigs2explogs| ((|#3| |#3| (|List| (|Kernel| |#3|)) (|List| (|Symbol|))) "\\spad{trigs2explogs(f, [k1,...,kn], [x1,...,xm])} rewrites all the trigonometric functions appearing in \\spad{f} and involving one of the \\spad{xi's} in terms of complex logarithms and exponentials. A kernel of the form \\spad{tan(u)} is expressed using \\spad{exp(u)**2} if it is one of the \\spad{ki's},{} in terms of \\spad{exp(2*u)} otherwise.")) (|explogs2trigs| (((|Complex| |#2|) |#3|) "\\spad{explogs2trigs(f)} rewrites all the complex logs and exponentials appearing in \\spad{f} in terms of trigonometric functions.")) (F2FG ((|#3| |#2|) "\\spad{F2FG(a + sqrt(-1) b)} returns \\spad{a + i b}.")) (FG2F ((|#2| |#3|) "\\spad{FG2F(a + i b)} returns \\spad{a + sqrt(-1) b}.")) (GF2FG ((|#3| (|Complex| |#2|)) "\\spad{GF2FG(a + i b)} returns \\spad{a + i b} viewed as a function with the \\spad{i} pushed down into the coefficient domain.")))
NIL
NIL
@@ -2338,12 +2338,12 @@ NIL
NIL
(-602 R |mn|)
((|constructor| (NIL "\\indented{2}{This type represents vector like objects with varying lengths} and a user-specified initial index.")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1049))) (-12 (|HasCategory| |#1| (QUOTE (-1002))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1049))) (-12 (|HasCategory| |#1| (QUOTE (-1002))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-603 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 -4415)) (|HasCategory| |#2| (QUOTE (-850))) (|HasAttribute| |#1| (QUOTE -4414)) (|HasCategory| |#3| (QUOTE (-1099))))
+((|HasAttribute| |#1| (QUOTE -4416)) (|HasCategory| |#2| (QUOTE (-850))) (|HasAttribute| |#1| (QUOTE -4415)) (|HasCategory| |#3| (QUOTE (-1099))))
(-604 |Index| |Entry|)
((|constructor| (NIL "An indexed aggregate is a many-to-one mapping of indices to entries. For example,{} a one-dimensional-array is an indexed aggregate where the index is an integer. Also,{} a table is an indexed aggregate where the indices and entries may have any type.")) (|swap!| (((|Void|) $ |#1| |#1|) "\\spad{swap!(u,i,j)} interchanges elements \\spad{i} and \\spad{j} of aggregate \\spad{u}. No meaningful value is returned.")) (|fill!| (($ $ |#2|) "\\spad{fill!(u,x)} replaces each entry in aggregate \\spad{u} by \\spad{x}. The modified \\spad{u} is returned as value.")) (|first| ((|#2| $) "\\spad{first(u)} returns the first element \\spad{x} of \\spad{u}. Note: for collections,{} \\axiom{first([\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]) = \\spad{x}}. Error: if \\spad{u} is empty.")) (|minIndex| ((|#1| $) "\\spad{minIndex(u)} returns the minimum index \\spad{i} of aggregate \\spad{u}. Note: in general,{} \\axiom{minIndex(a) = reduce(min,{}[\\spad{i} for \\spad{i} in indices a])}; for lists,{} \\axiom{minIndex(a) = 1}.")) (|maxIndex| ((|#1| $) "\\spad{maxIndex(u)} returns the maximum index \\spad{i} of aggregate \\spad{u}. Note: in general,{} \\axiom{maxIndex(\\spad{u}) = reduce(max,{}[\\spad{i} for \\spad{i} in indices \\spad{u}])}; if \\spad{u} is a list,{} \\axiom{maxIndex(\\spad{u}) = \\#u}.")) (|entry?| (((|Boolean|) |#2| $) "\\spad{entry?(x,u)} tests if \\spad{x} equals \\axiom{\\spad{u} . \\spad{i}} for some index \\spad{i}.")) (|indices| (((|List| |#1|) $) "\\spad{indices(u)} returns a list of indices of aggregate \\spad{u} in no particular order.")) (|index?| (((|Boolean|) |#1| $) "\\spad{index?(i,u)} tests if \\spad{i} is an index of aggregate \\spad{u}.")) (|entries| (((|List| |#2|) $) "\\spad{entries(u)} returns a list of all the entries of aggregate \\spad{u} in no assumed order.")))
NIL
@@ -2358,19 +2358,19 @@ NIL
NIL
(-607 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).")))
-((-4411 -2768 (-2415 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))) (-4409 . T) (-4408 . T))
-((-2768 (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|))))
+((-4412 -2700 (-3360 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))) (-4410 . T) (-4409 . T))
+((-2700 (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|))))
(-608 |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.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (QUOTE (-1157))) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| (-1157) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (QUOTE (-1157))) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| (-1157) (QUOTE (-850))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (LIST (QUOTE -613) (QUOTE (-862)))))
(-609 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
(-610 |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}.")))
-((-4415 . T))
+((-4416 . T))
NIL
(-611 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")))
@@ -2388,7 +2388,7 @@ NIL
((|constructor| (NIL "A is convertible to \\spad{B} means any element of A can be converted into an element of \\spad{B},{} but not automatically by the interpreter.")) (|convert| ((|#1| $) "\\spad{convert(a)} transforms a into an element of \\spad{S}.")))
NIL
NIL
-(-615 -2352 UP)
+(-615 -1909 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
@@ -2410,19 +2410,19 @@ NIL
NIL
(-620 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.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-621 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}.")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-848))))
-(-622 R -2352)
+(-622 R -1909)
((|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
(-623 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")))
-((-4409 . T) (-4408 . T) ((-4416 "*") . T) (-4407 . T) (-4411 . T))
+((-4410 . T) (-4409 . T) ((-4417 "*") . T) (-4408 . T) (-4412 . T))
((|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))))
(-624 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.")))
@@ -2438,7 +2438,7 @@ NIL
NIL
(-627 |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}}.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-628 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}}.")))
@@ -2448,30 +2448,30 @@ NIL
((|constructor| (NIL "Category for the transcendental Liouvillian functions.")) (|erf| (($ $) "\\spad{erf(x)} returns the error function of \\spad{x},{} \\spadignore{i.e.} \\spad{2 / sqrt(\\%pi)} times the integral of \\spad{exp(-x**2) dx}.")) (|dilog| (($ $) "\\spad{dilog(x)} returns the dilogarithm of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{log(x) / (1 - x) dx}.")) (|li| (($ $) "\\spad{li(x)} returns the logarithmic integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{dx / log(x)}.")) (|Ci| (($ $) "\\spad{Ci(x)} returns the cosine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{cos(x) / x dx}.")) (|Si| (($ $) "\\spad{Si(x)} returns the sine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{sin(x) / x dx}.")) (|Ei| (($ $) "\\spad{Ei(x)} returns the exponential integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{exp(x)/x dx}.")))
NIL
NIL
-(-630 R -2352)
+(-630 R -1909)
((|constructor| (NIL "This package provides liouvillian functions over an integral domain.")) (|integral| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{integral(f,x = a..b)} denotes the definite integral of \\spad{f} with respect to \\spad{x} from \\spad{a} to \\spad{b}.") ((|#2| |#2| (|Symbol|)) "\\spad{integral(f,x)} indefinite integral of \\spad{f} with respect to \\spad{x}.")) (|dilog| ((|#2| |#2|) "\\spad{dilog(f)} denotes the dilogarithm")) (|erf| ((|#2| |#2|) "\\spad{erf(f)} denotes the error function")) (|li| ((|#2| |#2|) "\\spad{li(f)} denotes the logarithmic integral")) (|Ci| ((|#2| |#2|) "\\spad{Ci(f)} denotes the cosine integral")) (|Si| ((|#2| |#2|) "\\spad{Si(f)} denotes the sine integral")) (|Ei| ((|#2| |#2|) "\\spad{Ei(f)} denotes the exponential integral")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns the Liouvillian operator based on \\spad{op}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} checks if \\spad{op} is Liouvillian")))
NIL
NIL
-(-631 |lv| -2352)
+(-631 |lv| -1909)
((|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
(-632)
((|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.")))
-((-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (QUOTE (-1157))) (LIST (QUOTE |:|) (QUOTE -2636) (QUOTE (-52))))))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-52) (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -310) (QUOTE (-52))))) (|HasCategory| (-1157) (QUOTE (-850))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (QUOTE (-1099))))
+((-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (QUOTE (-1157))) (LIST (QUOTE |:|) (QUOTE -2303) (QUOTE (-52))))))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-52) (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -310) (QUOTE (-52))))) (|HasCategory| (-1157) (QUOTE (-850))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (QUOTE (-1099))))
(-633 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 (-365))))
(-634 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) (-4409 . T) (-4408 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4410 . T) (-4409 . T))
NIL
(-635 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).")))
-((-4411 -2768 (-2415 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))) (-4409 . T) (-4408 . T))
-((-2768 (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|))))
+((-4412 -2700 (-3360 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))) (-4410 . T) (-4409 . T))
+((-2700 (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (LIST (QUOTE -419) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -369) (|devaluate| |#1|))))
(-636 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
@@ -2483,10 +2483,10 @@ NIL
(-638 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
-((-2404 (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-365))))
+((-3348 (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-365))))
(-639 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}.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-640 R)
((|constructor| (NIL "\\indented{2}{A set is an \\spad{R}-linear set if it is stable by dilation} \\indented{2}{by elements in the ring \\spad{R}.\\space{2}This category differs from} \\indented{2}{\\spad{Module} in that no other assumption (such as addition)} \\indented{2}{is made about the underlying set.} See Also: LeftLinearSet,{} RightLinearSet.")))
@@ -2506,8 +2506,8 @@ NIL
NIL
(-644 S)
((|constructor| (NIL "\\spadtype{List} implements singly-linked lists that are addressable by indices; the index of the first element is 1. In addition to the operations provided by \\spadtype{IndexedList},{} this constructor provides some LISP-like functions such as \\spadfun{null} and \\spadfun{cons}.")) (|setDifference| (($ $ $) "\\spad{setDifference(u1,u2)} returns a list of the elements of \\spad{u1} that are not also in \\spad{u2}. The order of elements in the resulting list is unspecified.")) (|setIntersection| (($ $ $) "\\spad{setIntersection(u1,u2)} returns a list of the elements that lists \\spad{u1} and \\spad{u2} have in common. The order of elements in the resulting list is unspecified.")) (|setUnion| (($ $ $) "\\spad{setUnion(u1,u2)} appends the two lists \\spad{u1} and \\spad{u2},{} then removes all duplicates. The order of elements in the resulting list is unspecified.")) (|append| (($ $ $) "\\spad{append(u1,u2)} appends the elements of list \\spad{u1} onto the front of list \\spad{u2}. This new list and \\spad{u2} will share some structure.")) (|cons| (($ |#1| $) "\\spad{cons(element,u)} appends \\spad{element} onto the front of list \\spad{u} and returns the new list. This new list and the old one will share some structure.")) (|null| (((|Boolean|) $) "\\spad{null(u)} tests if list \\spad{u} is the empty list.")) (|nil| (($) "\\spad{nil} is the empty list.")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-828))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-828))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-645 T$)
((|constructor| (NIL "This domain represents AST for Spad literals.")))
NIL
@@ -2518,8 +2518,8 @@ NIL
NIL
(-647 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.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-648 R)
((|constructor| (NIL "The category of left modules over an \\spad{rng} (ring not necessarily with unit). This is an abelian group which supports left multiplation by elements of the \\spad{rng}. \\blankline")))
NIL
@@ -2531,22 +2531,22 @@ NIL
(-650 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 -4415)))
+((|HasAttribute| |#1| (QUOTE -4416)))
(-651 S)
((|constructor| (NIL "A linear aggregate is an aggregate whose elements are indexed by integers. Examples of linear aggregates are strings,{} lists,{} and arrays. Most of the exported operations for linear aggregates are non-destructive but are not always efficient for a particular aggregate. For example,{} \\spadfun{concat} of two lists needs only to copy its first argument,{} whereas \\spadfun{concat} of two arrays needs to copy both arguments. Most of the operations exported here apply to infinite objects (\\spadignore{e.g.} streams) as well to finite ones. For finite linear aggregates,{} see \\spadtype{FiniteLinearAggregate}.")) (|setelt| ((|#1| $ (|UniversalSegment| (|Integer|)) |#1|) "\\spad{setelt(u,i..j,x)} (also written: \\axiom{\\spad{u}(\\spad{i}..\\spad{j}) \\spad{:=} \\spad{x}}) destructively replaces each element in the segment \\axiom{\\spad{u}(\\spad{i}..\\spad{j})} by \\spad{x}. The value \\spad{x} is returned. Note: \\spad{u} is destructively change so that \\axiom{\\spad{u}.\\spad{k} \\spad{:=} \\spad{x} for \\spad{k} in \\spad{i}..\\spad{j}}; its length remains unchanged.")) (|insert| (($ $ $ (|Integer|)) "\\spad{insert(v,u,k)} returns a copy of \\spad{u} having \\spad{v} inserted beginning at the \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{v},{}\\spad{u},{}\\spad{k}) = concat( \\spad{u}(0..\\spad{k}-1),{} \\spad{v},{} \\spad{u}(\\spad{k}..) )}.") (($ |#1| $ (|Integer|)) "\\spad{insert(x,u,i)} returns a copy of \\spad{u} having \\spad{x} as its \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{x},{}a,{}\\spad{k}) = concat(concat(a(0..\\spad{k}-1),{}\\spad{x}),{}a(\\spad{k}..))}.")) (|delete| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete(u,i..j)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th through \\axiom{\\spad{j}}th element deleted. Note: \\axiom{delete(a,{}\\spad{i}..\\spad{j}) = concat(a(0..\\spad{i}-1),{}a(\\spad{j+1}..))}.") (($ $ (|Integer|)) "\\spad{delete(u,i)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th element deleted. Note: for lists,{} \\axiom{delete(a,{}\\spad{i}) \\spad{==} concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|elt| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{elt(u,i..j)} (also written: \\axiom{a(\\spad{i}..\\spad{j})}) returns the aggregate of elements \\axiom{\\spad{u}} for \\spad{k} from \\spad{i} to \\spad{j} in that order. Note: in general,{} \\axiom{a.\\spad{s} = [a.\\spad{k} for \\spad{i} in \\spad{s}]}.")) (|map| (($ (|Mapping| |#1| |#1| |#1|) $ $) "\\spad{map(f,u,v)} returns a new collection \\spad{w} with elements \\axiom{\\spad{z} = \\spad{f}(\\spad{x},{}\\spad{y})} for corresponding elements \\spad{x} and \\spad{y} from \\spad{u} and \\spad{v}. Note: for linear aggregates,{} \\axiom{\\spad{w}.\\spad{i} = \\spad{f}(\\spad{u}.\\spad{i},{}\\spad{v}.\\spad{i})}.")) (|concat| (($ (|List| $)) "\\spad{concat(u)},{} where \\spad{u} is a lists of aggregates \\axiom{[a,{}\\spad{b},{}...,{}\\spad{c}]},{} returns a single aggregate consisting of the elements of \\axiom{a} followed by those of \\spad{b} followed ... by the elements of \\spad{c}. Note: \\axiom{concat(a,{}\\spad{b},{}...,{}\\spad{c}) = concat(a,{}concat(\\spad{b},{}...,{}\\spad{c}))}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} then \\axiom{\\spad{w}.\\spad{i} = \\spad{u}.\\spad{i} for \\spad{i} in indices \\spad{u}} and \\axiom{\\spad{w}.(\\spad{j} + maxIndex \\spad{u}) = \\spad{v}.\\spad{j} for \\spad{j} in indices \\spad{v}}.") (($ |#1| $) "\\spad{concat(x,u)} returns aggregate \\spad{u} with additional element at the front. Note: for lists: \\axiom{concat(\\spad{x},{}\\spad{u}) \\spad{==} concat([\\spad{x}],{}\\spad{u})}.") (($ $ |#1|) "\\spad{concat(u,x)} returns aggregate \\spad{u} with additional element \\spad{x} at the end. Note: for lists,{} \\axiom{concat(\\spad{u},{}\\spad{x}) \\spad{==} concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#1|) "\\spad{new(n,x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
NIL
NIL
-(-652 R -2352 L)
+(-652 R -1909 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
(-653 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}}")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-365))))
(-654 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}")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-365))))
(-655 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}.")))
@@ -2554,15 +2554,15 @@ NIL
((|HasCategory| |#2| (QUOTE (-365))))
(-656 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}.")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-657 -2352 UP)
+(-657 -1909 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))))
-(-658 A -2195)
+(-658 A -3328)
((|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}}")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-365))))
(-659 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.")))
@@ -2578,7 +2578,7 @@ NIL
NIL
(-662 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}.")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
((|HasCategory| |#1| (QUOTE (-791))))
(-663 R)
((|constructor| (NIL "Given a PolynomialFactorizationExplicit ring,{} this package provides a defaulting rule for the \\spad{solveLinearPolynomialEquation} operation,{} by moving into the field of fractions,{} and solving it there via the \\spad{multiEuclidean} operation.")) (|solveLinearPolynomialEquationByFractions| (((|Union| (|List| (|SparseUnivariatePolynomial| |#1|)) "failed") (|List| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{solveLinearPolynomialEquationByFractions([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such exists.")))
@@ -2586,7 +2586,7 @@ NIL
NIL
(-664 |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) (-4409 . T) (-4408 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4410 . T) (-4409 . T))
((|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-172))))
(-665 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}.")))
@@ -2594,13 +2594,13 @@ NIL
NIL
(-666 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}.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
-(-667 -2352)
+(-667 -1909)
((|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
-(-668 -2352 |Row| |Col| M)
+(-668 -1909 |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
@@ -2610,8 +2610,8 @@ NIL
NIL
(-670 |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.")))
-((-4411 . T) (-4414 . T) (-4408 . T) (-4409 . T))
-((|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE (-4416 "*"))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-558))) (-2768 (|HasAttribute| |#2| (QUOTE (-4416 "*"))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-172))))
+((-4412 . T) (-4415 . T) (-4409 . T) (-4410 . T))
+((|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE (-4417 "*"))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-558))) (-2700 (|HasAttribute| |#2| (QUOTE (-4417 "*"))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-172))))
(-671)
((|constructor| (NIL "This domain represents `literal sequence' syntax.")) (|elements| (((|List| (|SpadAst|)) $) "\\spad{elements(e)} returns the list of expressions in the `literal' list `e'.")))
NIL
@@ -2631,7 +2631,7 @@ NIL
(-675 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
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (QUOTE (-1049))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-676)
((|constructor| (NIL "This domain represents the syntax of a macro definition.")) (|body| (((|SpadAst|) $) "\\spad{body(m)} returns the right hand side of the definition \\spad{`m'}.")) (|head| (((|HeadAst|) $) "\\spad{head(m)} returns the head of the macro definition \\spad{`m'}. This is a list of identifiers starting with the name of the macro followed by the name of the parameters,{} if any.")))
NIL
@@ -2675,10 +2675,10 @@ NIL
(-686 S R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#2| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#2| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#4|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#2|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#3| |#3| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#4| $ |#4|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#2|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#2| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for \\spad{i = i1,...,i1-1+nrows y} and \\spad{j = j1,...,j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix \\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then \\spad{x(i<k>,j<l>)} is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,rowList,colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then the \\spad{(k,l)}th entry of \\spad{elt(x,rowList,colList)} is \\spad{x(i<k>,j<l>)}.")) (|listOfLists| (((|List| (|List| |#2|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#3|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#4|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{ri := nrows mi},{} \\spad{ci := ncols mi},{} then \\spad{m} is an (\\spad{r1+}..\\spad{+rk}) by (\\spad{c1+}..\\spad{+ck}) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#2|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#2|) "\\spad{scalarMatrix(n,r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}\\spad{'s} on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|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 (-4416 "*"))) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-558))))
+((|HasAttribute| |#2| (QUOTE (-4417 "*"))) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-558))))
(-687 R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#1| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#1| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#3|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#1|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(m,r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#2| |#2| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#3| $ |#3|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#1|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#1| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,i1,j1,y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,j)} is set to \\spad{y(i-i1+1,j-j1+1)} for \\spad{i = i1,...,i1-1+nrows y} and \\spad{j = j1,...,j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,i1,i2,j1,j2)} extracts the submatrix \\spad{[x(i,j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,i,j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,rowList,colList,y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then \\spad{x(i<k>,j<l>)} is set to \\spad{y(k,l)} for \\spad{k = 1,...,m} and \\spad{l = 1,...,n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,rowList,colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,i<2>,...,i<m>]} and \\spad{colList = [j<1>,j<2>,...,j<n>]},{} then the \\spad{(k,l)}th entry of \\spad{elt(x,rowList,colList)} is \\spad{x(i<k>,j<l>)}.")) (|listOfLists| (((|List| (|List| |#1|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#2|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#3|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,...,mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{ri := nrows mi},{} \\spad{ci := ncols mi},{} then \\spad{m} is an (\\spad{r1+}..\\spad{+rk}) by (\\spad{c1+}..\\spad{+ck}) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#1|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#1|) "\\spad{scalarMatrix(n,r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}\\spad{'s} on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|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")))
-((-4414 . T) (-4415 . T))
+((-4415 . T) (-4416 . T))
NIL
(-688 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.")))
@@ -2686,8 +2686,8 @@ NIL
((|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-558))))
(-689 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.")))
-((-4414 . T) (-4415 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-558))) (|HasAttribute| |#1| (QUOTE (-4416 "*"))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4415 . T) (-4416 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-558))) (|HasAttribute| |#1| (QUOTE (-4417 "*"))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-690 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
@@ -2696,7 +2696,7 @@ NIL
((|constructor| (NIL "This domain implements the notion of optional value,{} where a computation may fail to produce expected value.")) (|nothing| (($) "\\spad{nothing} represents failure or absence of value.")) (|autoCoerce| ((|#1| $) "\\spad{autoCoerce} is a courtesy coercion function used by the compiler in case it knows that \\spad{`x'} really is a \\spadtype{T}.")) (|case| (((|Boolean|) $ (|[\|\|]| |nothing|)) "\\spad{x case nothing} holds if the value for \\spad{x} is missing.") (((|Boolean|) $ (|[\|\|]| |#1|)) "\\spad{x case T} returns \\spad{true} if \\spad{x} is actually a data of type \\spad{T}.")) (|just| (($ |#1|) "\\spad{just x} injects the value \\spad{`x'} into \\%.")))
NIL
NIL
-(-692 S -2352 FLAF FLAS)
+(-692 S -1909 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
@@ -2706,11 +2706,11 @@ NIL
NIL
(-694)
((|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")))
-((-4407 . T) (-4412 |has| (-699) (-365)) (-4406 |has| (-699) (-365)) (-3608 . T) (-4413 |has| (-699) (-6 -4413)) (-4410 |has| (-699) (-6 -4410)) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-699) (QUOTE (-147))) (|HasCategory| (-699) (QUOTE (-145))) (|HasCategory| (-699) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-699) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| (-699) (QUOTE (-370))) (|HasCategory| (-699) (QUOTE (-365))) (-2768 (|HasCategory| (-699) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-699) (QUOTE (-365)))) (|HasCategory| (-699) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-699) (QUOTE (-233))) (-2768 (|HasCategory| (-699) (QUOTE (-365))) (|HasCategory| (-699) (QUOTE (-351)))) (|HasCategory| (-699) (QUOTE (-351))) (|HasCategory| (-699) (LIST (QUOTE -287) (QUOTE (-699)) (QUOTE (-699)))) (|HasCategory| (-699) (LIST (QUOTE -310) (QUOTE (-699)))) (|HasCategory| (-699) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-699)))) (|HasCategory| (-699) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-699) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-699) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-699) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (-2768 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-365))) (|HasCategory| (-699) (QUOTE (-351)))) (|HasCategory| (-699) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-699) (QUOTE (-1022))) (|HasCategory| (-699) (QUOTE (-1199))) (-12 (|HasCategory| (-699) (QUOTE (-1002))) (|HasCategory| (-699) (QUOTE (-1199)))) (-2768 (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-365))) (-12 (|HasCategory| (-699) (QUOTE (-351))) (|HasCategory| (-699) (QUOTE (-909))))) (-2768 (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (-12 (|HasCategory| (-699) (QUOTE (-365))) (|HasCategory| (-699) (QUOTE (-909)))) (-12 (|HasCategory| (-699) (QUOTE (-351))) (|HasCategory| (-699) (QUOTE (-909))))) (|HasCategory| (-699) (QUOTE (-547))) (-12 (|HasCategory| (-699) (QUOTE (-1059))) (|HasCategory| (-699) (QUOTE (-1199)))) (|HasCategory| (-699) (QUOTE (-1059))) (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909))) (-2768 (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-365)))) (-2768 (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-558)))) (-12 (|HasCategory| (-699) (QUOTE (-233))) (|HasCategory| (-699) (QUOTE (-365)))) (-12 (|HasCategory| (-699) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-699) (QUOTE (-365)))) (|HasCategory| (-699) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-699) (QUOTE (-558))) (|HasAttribute| (-699) (QUOTE -4413)) (|HasAttribute| (-699) (QUOTE -4410)) (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-145)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-351)))))
+((-4408 . T) (-4413 |has| (-699) (-365)) (-4407 |has| (-699) (-365)) (-1652 . T) (-4414 |has| (-699) (-6 -4414)) (-4411 |has| (-699) (-6 -4411)) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-699) (QUOTE (-147))) (|HasCategory| (-699) (QUOTE (-145))) (|HasCategory| (-699) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-699) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| (-699) (QUOTE (-370))) (|HasCategory| (-699) (QUOTE (-365))) (-2700 (|HasCategory| (-699) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-699) (QUOTE (-365)))) (|HasCategory| (-699) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-699) (QUOTE (-233))) (-2700 (|HasCategory| (-699) (QUOTE (-365))) (|HasCategory| (-699) (QUOTE (-351)))) (|HasCategory| (-699) (QUOTE (-351))) (|HasCategory| (-699) (LIST (QUOTE -287) (QUOTE (-699)) (QUOTE (-699)))) (|HasCategory| (-699) (LIST (QUOTE -310) (QUOTE (-699)))) (|HasCategory| (-699) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-699)))) (|HasCategory| (-699) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-699) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-699) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-699) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (-2700 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-365))) (|HasCategory| (-699) (QUOTE (-351)))) (|HasCategory| (-699) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-699) (QUOTE (-1022))) (|HasCategory| (-699) (QUOTE (-1200))) (-12 (|HasCategory| (-699) (QUOTE (-1002))) (|HasCategory| (-699) (QUOTE (-1200)))) (-2700 (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-365))) (-12 (|HasCategory| (-699) (QUOTE (-351))) (|HasCategory| (-699) (QUOTE (-909))))) (-2700 (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (-12 (|HasCategory| (-699) (QUOTE (-365))) (|HasCategory| (-699) (QUOTE (-909)))) (-12 (|HasCategory| (-699) (QUOTE (-351))) (|HasCategory| (-699) (QUOTE (-909))))) (|HasCategory| (-699) (QUOTE (-547))) (-12 (|HasCategory| (-699) (QUOTE (-1059))) (|HasCategory| (-699) (QUOTE (-1200)))) (|HasCategory| (-699) (QUOTE (-1059))) (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909))) (-2700 (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-365)))) (-2700 (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-558)))) (-12 (|HasCategory| (-699) (QUOTE (-233))) (|HasCategory| (-699) (QUOTE (-365)))) (-12 (|HasCategory| (-699) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-699) (QUOTE (-365)))) (|HasCategory| (-699) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-699) (QUOTE (-558))) (|HasAttribute| (-699) (QUOTE -4414)) (|HasAttribute| (-699) (QUOTE -4411)) (-12 (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-145)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-699) (QUOTE (-308))) (|HasCategory| (-699) (QUOTE (-909)))) (|HasCategory| (-699) (QUOTE (-351)))))
(-695 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}.")))
-((-4415 . T))
+((-4416 . T))
NIL
(-696 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}.")))
@@ -2720,13 +2720,13 @@ NIL
((|constructor| (NIL "\\indented{1}{<description of package>} Author: Jim Wen Date Created: \\spad{??} Date Last Updated: October 1991 by Jon Steinbach Keywords: Examples: References:")) (|ptFunc| (((|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) "\\spad{ptFunc(a,b,c,d)} is an internal function exported in order to compile packages.")) (|meshPar1Var| (((|ThreeSpace| (|DoubleFloat|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar1Var(s,t,u,f,s1,l)} \\undocumented")) (|meshFun2Var| (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Union| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "undefined") (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshFun2Var(f,g,s1,s2,l)} \\undocumented")) (|meshPar2Var| (((|ThreeSpace| (|DoubleFloat|)) (|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(sp,f,s1,s2,l)} \\undocumented") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(f,s1,s2,l)} \\undocumented") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Union| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "undefined") (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(f,g,h,j,s1,s2,l)} \\undocumented")))
NIL
NIL
-(-698 OV E -2352 PG)
+(-698 OV E -1909 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
(-699)
((|constructor| (NIL "A domain which models the floating point representation used by machines in the AXIOM-NAG link.")) (|changeBase| (($ (|Integer|) (|Integer|) (|PositiveInteger|)) "\\spad{changeBase(exp,man,base)} \\undocumented{}")) (|exponent| (((|Integer|) $) "\\spad{exponent(u)} returns the exponent of \\spad{u}")) (|mantissa| (((|Integer|) $) "\\spad{mantissa(u)} returns the mantissa of \\spad{u}")) (|coerce| (($ (|MachineInteger|)) "\\spad{coerce(u)} transforms a MachineInteger into a MachineFloat") (((|Float|) $) "\\spad{coerce(u)} transforms a MachineFloat to a standard Float")) (|minimumExponent| (((|Integer|)) "\\spad{minimumExponent()} returns the minimum exponent in the model") (((|Integer|) (|Integer|)) "\\spad{minimumExponent(e)} sets the minimum exponent in the model to \\spad{e}")) (|maximumExponent| (((|Integer|)) "\\spad{maximumExponent()} returns the maximum exponent in the model") (((|Integer|) (|Integer|)) "\\spad{maximumExponent(e)} sets the maximum exponent in the model to \\spad{e}")) (|base| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{base(b)} sets the base of the model to \\spad{b}")) (|precision| (((|PositiveInteger|)) "\\spad{precision()} returns the number of digits in the model") (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{precision(p)} sets the number of digits in the model to \\spad{p}")))
-((-3603 . T) (-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-1645 . T) (-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-700 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.")))
@@ -2734,7 +2734,7 @@ NIL
NIL
(-701)
((|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}")))
-((-4413 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4414 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-702 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")))
@@ -2752,7 +2752,7 @@ NIL
((|constructor| (NIL "MakeRecord is used internally by the interpreter to create record types which are used for doing parallel iterations on streams.")) (|makeRecord| (((|Record| (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) "\\spad{makeRecord(a,b)} creates a record object with type Record(part1:S,{} part2:R),{} where part1 is \\spad{a} and part2 is \\spad{b}.")))
NIL
NIL
-(-706 S -3497 I)
+(-706 S -3218 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
@@ -2762,7 +2762,7 @@ NIL
NIL
(-708 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)}.}")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-709 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}.")))
@@ -2772,25 +2772,25 @@ NIL
((|constructor| (NIL "\\spadtype{MathMLFormat} provides a coercion from \\spadtype{OutputForm} to MathML format.")) (|display| (((|Void|) (|String|)) "prints the string returned by coerce,{} adding <math ...> tags.")) (|exprex| (((|String|) (|OutputForm|)) "coverts \\spadtype{OutputForm} to \\spadtype{String} with the structure preserved with braces. Actually this is not quite accurate. The function \\spadfun{precondition} is first applied to the \\spadtype{OutputForm} expression before \\spadfun{exprex}. The raw \\spadtype{OutputForm} and the nature of the \\spadfun{precondition} function is still obscure to me at the time of this writing (2007-02-14).")) (|coerceL| (((|String|) (|OutputForm|)) "coerceS(\\spad{o}) changes \\spad{o} in the standard output format to MathML format and displays result as one long string.")) (|coerceS| (((|String|) (|OutputForm|)) "\\spad{coerceS(o)} changes \\spad{o} in the standard output format to MathML format and displays formatted result.")) (|coerce| (((|String|) (|OutputForm|)) "coerceS(\\spad{o}) changes \\spad{o} in the standard output format to MathML format.")))
NIL
NIL
-(-711 R |Mod| -1736 -2696 |exactQuo|)
+(-711 R |Mod| -2361 -1485 |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")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-712 R |Rep|)
((|constructor| (NIL "This package \\undocumented")) (|frobenius| (($ $) "\\spad{frobenius(x)} \\undocumented")) (|computePowers| (((|PrimitiveArray| $)) "\\spad{computePowers()} \\undocumented")) (|pow| (((|PrimitiveArray| $)) "\\spad{pow()} \\undocumented")) (|An| (((|Vector| |#1|) $) "\\spad{An(x)} \\undocumented")) (|UnVectorise| (($ (|Vector| |#1|)) "\\spad{UnVectorise(v)} \\undocumented")) (|Vectorise| (((|Vector| |#1|) $) "\\spad{Vectorise(x)} \\undocumented")) (|lift| ((|#2| $) "\\spad{lift(x)} \\undocumented")) (|reduce| (($ |#2|) "\\spad{reduce(x)} \\undocumented")) (|modulus| ((|#2|) "\\spad{modulus()} \\undocumented")) (|setPoly| ((|#2| |#2|) "\\spad{setPoly(x)} \\undocumented")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4410 |has| |#1| (-365)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1150))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4411 |has| |#1| (-365)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1150))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-713 IS E |ff|)
((|constructor| (NIL "This package \\undocumented")) (|construct| (($ |#1| |#2|) "\\spad{construct(i,e)} \\undocumented")) (|index| ((|#1| $) "\\spad{index(x)} \\undocumented")) (|exponent| ((|#2| $) "\\spad{exponent(x)} \\undocumented")))
NIL
NIL
(-714 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}.")))
-((-4409 |has| |#1| (-172)) (-4408 |has| |#1| (-172)) (-4411 . T))
+((-4410 |has| |#1| (-172)) (-4409 |has| |#1| (-172)) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))))
-(-715 R |Mod| -1736 -2696 |exactQuo|)
+(-715 R |Mod| -2361 -1485 |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")))
-((-4411 . T))
+((-4412 . T))
NIL
(-716 S R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
@@ -2798,11 +2798,11 @@ NIL
NIL
(-717 R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
NIL
-(-718 -2352)
+(-718 -1909)
((|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]]}.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-719 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.")))
@@ -2826,7 +2826,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-351))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-370))))
(-724 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.")))
-((-4407 |has| |#1| (-365)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 |has| |#1| (-365)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-725 S)
((|constructor| (NIL "The class of multiplicative monoids,{} \\spadignore{i.e.} semigroups with a multiplicative identity element. \\blankline")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} tries to compute the multiplicative inverse for \\spad{x} or \"failed\" if it cannot find the inverse (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (|one?| (((|Boolean|) $) "\\spad{one?(x)} tests if \\spad{x} is equal to 1.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) ((|One|) (($) "1 is the multiplicative identity.")))
@@ -2836,7 +2836,7 @@ NIL
((|constructor| (NIL "The class of multiplicative monoids,{} \\spadignore{i.e.} semigroups with a multiplicative identity element. \\blankline")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} tries to compute the multiplicative inverse for \\spad{x} or \"failed\" if it cannot find the inverse (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (|one?| (((|Boolean|) $) "\\spad{one?(x)} tests if \\spad{x} is equal to 1.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) ((|One|) (($) "1 is the multiplicative identity.")))
NIL
NIL
-(-727 -2352 UP)
+(-727 -1909 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
@@ -2854,8 +2854,8 @@ NIL
NIL
(-731 |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.")))
-(((-4416 "*") |has| |#2| (-172)) (-4407 |has| |#2| (-558)) (-4412 |has| |#2| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#2| (QUOTE (-909))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4412)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(((-4417 "*") |has| |#2| (-172)) (-4408 |has| |#2| (-558)) (-4413 |has| |#2| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#2| (QUOTE (-909))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-864 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))) (|HasAttribute| |#2| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
(-732 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
@@ -2870,15 +2870,15 @@ NIL
NIL
(-735 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}.")))
-((-4409 |has| |#1| (-172)) (-4408 |has| |#1| (-172)) (-4411 . T))
+((-4410 |has| |#1| (-172)) (-4409 |has| |#1| (-172)) (-4412 . T))
((-12 (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-370)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-850))))
(-736 S)
((|constructor| (NIL "A multi-set aggregate is a set which keeps track of the multiplicity of its elements.")))
-((-4404 . T) (-4415 . T))
+((-4405 . T) (-4416 . T))
NIL
(-737 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}.")))
-((-4414 . T) (-4404 . T) (-4415 . T))
+((-4415 . T) (-4405 . T) (-4416 . T))
((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-738)
((|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.")))
@@ -2890,7 +2890,7 @@ NIL
NIL
(-740 |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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4409 . T) (-4408 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4410 . T) (-4409 . T) (-4412 . T))
NIL
(-741 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")))
@@ -2906,7 +2906,7 @@ NIL
NIL
(-744 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}.")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
NIL
(-745)
((|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}.")))
@@ -2988,11 +2988,11 @@ NIL
((|constructor| (NIL "This package computes explicitly eigenvalues and eigenvectors of matrices with entries over the complex rational numbers. The results are expressed either as complex floating numbers or as complex rational numbers depending on the type of the precision parameter.")) (|complexEigenvectors| (((|List| (|Record| (|:| |outval| (|Complex| |#1|)) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| (|Complex| |#1|)))))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvectors(m,eps)} returns a list of records each one containing a complex eigenvalue,{} its algebraic multiplicity,{} and a list of associated eigenvectors. All these results are computed to precision \\spad{eps} and are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|complexEigenvalues| (((|List| (|Complex| |#1|)) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvalues(m,eps)} computes the eigenvalues of the matrix \\spad{m} to precision \\spad{eps}. The eigenvalues are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|characteristicPolynomial| (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) (|Symbol|)) "\\spad{characteristicPolynomial(m,x)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over Complex Rationals with variable \\spad{x}.") (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|))))) "\\spad{characteristicPolynomial(m)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over complex rationals with a new symbol as variable.")))
NIL
NIL
-(-765 -2352)
+(-765 -1909)
((|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
-(-766 P -2352)
+(-766 P -1909)
((|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
@@ -3000,7 +3000,7 @@ NIL
NIL
NIL
NIL
-(-768 UP -2352)
+(-768 UP -1909)
((|constructor| (NIL "In this package \\spad{F} is a framed algebra over the integers (typically \\spad{F = Z[a]} for some algebraic integer a). The package provides functions to compute the integral closure of \\spad{Z} in the quotient quotient field of \\spad{F}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|)))) (|Integer|)) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{Z} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|))))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{Z} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|discriminant| (((|Integer|)) "\\spad{discriminant()} returns the discriminant of the integral closure of \\spad{Z} in the quotient field of the framed algebra \\spad{F}.")))
NIL
NIL
@@ -3014,9 +3014,9 @@ NIL
NIL
(-771)
((|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.")))
-(((-4416 "*") . T))
+(((-4417 "*") . T))
NIL
-(-772 R -2352)
+(-772 R -1909)
((|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
@@ -3036,7 +3036,7 @@ NIL
((|constructor| (NIL "A package for computing normalized assocites of univariate polynomials with coefficients in a tower of simple extensions of a field.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of \\spad{gcd} over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of AAECC11} \\indented{5}{Paris,{} 1995.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.}")) (|normInvertible?| (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{normInvertible?(\\spad{p},{}\\spad{ts})} is an internal subroutine,{} exported only for developement.")) (|outputArgs| (((|Void|) (|String|) (|String|) |#4| |#5|) "\\axiom{outputArgs(\\spad{s1},{}\\spad{s2},{}\\spad{p},{}\\spad{ts})} is an internal subroutine,{} exported only for developement.")) (|normalize| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{normalize(\\spad{p},{}\\spad{ts})} normalizes \\axiom{\\spad{p}} \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")) (|normalizedAssociate| ((|#4| |#4| |#5|) "\\axiom{normalizedAssociate(\\spad{p},{}\\spad{ts})} returns a normalized polynomial \\axiom{\\spad{n}} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts} such that \\axiom{\\spad{n}} and \\axiom{\\spad{p}} are associates \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts} and assuming that \\axiom{\\spad{p}} is invertible \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")) (|recip| (((|Record| (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) "\\axiom{recip(\\spad{p},{}\\spad{ts})} returns the inverse of \\axiom{\\spad{p}} \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts} assuming that \\axiom{\\spad{p}} is invertible \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")))
NIL
NIL
-(-777 -2352 |ExtF| |SUEx| |ExtP| |n|)
+(-777 -1909 |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
@@ -3050,23 +3050,23 @@ NIL
NIL
(-780 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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (-2404 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (-2404 (|HasCategory| |#1| (QUOTE (-547)))) (-2404 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (-2404 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-566))))) (-2404 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (-2404 (|HasCategory| |#1| (LIST (QUOTE -992) (QUOTE (-566))))))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (-3348 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (-3348 (|HasCategory| |#1| (QUOTE (-547)))) (-3348 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (-3348 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-566))))) (-3348 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-1175)))) (-3348 (|HasCategory| |#1| (LIST (QUOTE -992) (QUOTE (-566))))))) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-781 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
(-782 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)}")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4410 |has| |#1| (-365)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1150))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4411 |has| |#1| (-365)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1150))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-783 R)
((|constructor| (NIL "This package provides polynomials as functions on a ring.")) (|eulerE| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{eulerE(n,r)} \\undocumented")) (|bernoulliB| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{bernoulliB(n,r)} \\undocumented")) (|cyclotomic| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{cyclotomic(n,r)} \\undocumented")))
NIL
((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))))
(-784 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.}")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
(-785 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}.")))
@@ -3118,25 +3118,25 @@ NIL
((|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-547))) (|HasCategory| |#2| (QUOTE (-1059))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-370))))
(-797 R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#1| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) "\\spad{octon(re,ri,rj,rk,rE,rI,rJ,rK)} constructs an octonion from scalars.")) (|norm| ((|#1| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#1| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#1| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#1| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#1| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#1| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#1| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#1| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#1| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-798 -2768 R OS S)
+(-798 -2700 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
(-799 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}.")))
-((-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (-2768 (|HasCategory| (-999 |#1|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2768 (|HasCategory| (-999 |#1|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-1059))) (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| (-999 |#1|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-999 |#1|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))))
+((-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (-2700 (|HasCategory| (-999 |#1|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2700 (|HasCategory| (-999 |#1|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-1059))) (|HasCategory| |#1| (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| (-999 |#1|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-999 |#1|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))))
(-800)
((|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
-(-801 R -2352 L)
+(-801 R -1909 L)
((|constructor| (NIL "Solution of linear ordinary differential equations,{} constant coefficient case.")) (|constDsolve| (((|Record| (|:| |particular| |#2|) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Symbol|)) "\\spad{constDsolve(op, g, x)} returns \\spad{[f, [y1,...,ym]]} where \\spad{f} is a particular solution of the equation \\spad{op y = g},{} and the \\spad{yi}\\spad{'s} form a basis for the solutions of \\spad{op y = 0}.")))
NIL
NIL
-(-802 R -2352)
+(-802 R -1909)
((|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
@@ -3144,7 +3144,7 @@ NIL
((|constructor| (NIL "\\axiom{ODEIntensityFunctionsTable()} provides a dynamic table and a set of functions to store details found out about sets of ODE\\spad{'s}.")) (|showIntensityFunctions| (((|Union| (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|))) "failed") (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{showIntensityFunctions(k)} returns the entries in the table of intensity functions \\spad{k}.")) (|insert!| (($ (|Record| (|:| |key| (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|)))))) "\\spad{insert!(r)} inserts an entry \\spad{r} into theIFTable")) (|iFTable| (($ (|List| (|Record| (|:| |key| (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|))))))) "\\spad{iFTable(l)} creates an intensity-functions table from the elements of \\spad{l}.")) (|keys| (((|List| (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) $) "\\spad{keys(tab)} returns the list of keys of \\spad{f}")) (|clearTheIFTable| (((|Void|)) "\\spad{clearTheIFTable()} clears the current table of intensity functions.")) (|showTheIFTable| (($) "\\spad{showTheIFTable()} returns the current table of intensity functions.")))
NIL
NIL
-(-804 R -2352)
+(-804 R -1909)
((|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
@@ -3152,11 +3152,11 @@ NIL
((|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalODEProblem|) (|RoutinesTable|)) "\\spad{measure(prob,R)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical ODE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} listed in \\axiom{\\spad{R}} of \\axiom{category} \\axiomType{OrdinaryDifferentialEquationsSolverCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information. It predicts the likely most effective NAG numerical Library routine to solve the input set of ODEs by checking various attributes of the system of ODEs and calculating a measure of compatibility of each routine to these attributes.") (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalODEProblem|)) "\\spad{measure(prob)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical ODE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} of \\axiom{category} \\axiomType{OrdinaryDifferentialEquationsSolverCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information. It predicts the likely most effective NAG numerical Library routine to solve the input set of ODEs by checking various attributes of the system of ODEs and calculating a measure of compatibility of each routine to these attributes.")) (|solve| (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Expression| (|Float|)) (|List| (|Float|)) (|Float|) (|Float|)) "\\spad{solve(f,xStart,xEnd,yInitial,G,intVals,epsabs,epsrel)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to an absolute error requirement \\axiom{\\spad{epsabs}} and relative error \\axiom{\\spad{epsrel}}. The values of \\spad{Y}[1]..\\spad{Y}[\\spad{n}] will be output for the values of \\spad{X} in \\axiom{\\spad{intVals}}. The calculation will stop if the function \\spad{G}(\\spad{X},{}\\spad{Y}[1],{}..,{}\\spad{Y}[\\spad{n}]) evaluates to zero before \\spad{X} = \\spad{xEnd}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Expression| (|Float|)) (|List| (|Float|)) (|Float|)) "\\spad{solve(f,xStart,xEnd,yInitial,G,intVals,tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. The values of \\spad{Y}[1]..\\spad{Y}[\\spad{n}] will be output for the values of \\spad{X} in \\axiom{\\spad{intVals}}. The calculation will stop if the function \\spad{G}(\\spad{X},{}\\spad{Y}[1],{}..,{}\\spad{Y}[\\spad{n}]) evaluates to zero before \\spad{X} = \\spad{xEnd}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|List| (|Float|)) (|Float|)) "\\spad{solve(f,xStart,xEnd,yInitial,intVals,tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. The values of \\spad{Y}[1]..\\spad{Y}[\\spad{n}] will be output for the values of \\spad{X} in \\axiom{\\spad{intVals}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Expression| (|Float|)) (|Float|)) "\\spad{solve(f,xStart,xEnd,yInitial,G,tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. The calculation will stop if the function \\spad{G}(\\spad{X},{}\\spad{Y}[1],{}..,{}\\spad{Y}[\\spad{n}]) evaluates to zero before \\spad{X} = \\spad{xEnd}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Float|)) "\\spad{solve(f,xStart,xEnd,yInitial,tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|))) "\\spad{solve(f,xStart,xEnd,yInitial)} is a top level ANNA function to solve numerically a system of ordinary differential equations \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}],{} together with a starting value for \\spad{X} and \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (called the initial conditions) and a final value of \\spad{X}. A default value is used for the accuracy requirement. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|NumericalODEProblem|) (|RoutinesTable|)) "\\spad{solve(odeProblem,R)} is a top level ANNA function to solve numerically a system of ordinary differential equations \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}],{} together with starting values for \\spad{X} and \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (called the initial conditions),{} a final value of \\spad{X},{} an accuracy requirement and any intermediate points at which the result is required. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|NumericalODEProblem|)) "\\spad{solve(odeProblem)} is a top level ANNA function to solve numerically a system of ordinary differential equations \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}],{} together with starting values for \\spad{X} and \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (called the initial conditions),{} a final value of \\spad{X},{} an accuracy requirement and any intermediate points at which the result is required. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.")))
NIL
NIL
-(-806 -2352 UP UPUP R)
+(-806 -1909 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
-(-807 -2352 UP L LQ)
+(-807 -1909 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
@@ -3164,41 +3164,41 @@ NIL
((|retract| (((|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (($ (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-809 -2352 UP L LQ)
+(-809 -1909 UP L LQ)
((|constructor| (NIL "In-field solution of Riccati equations,{} primitive case.")) (|changeVar| ((|#3| |#3| (|Fraction| |#2|)) "\\spad{changeVar(+/[ai D^i], a)} returns the operator \\spad{+/[ai (D+a)^i]}.") ((|#3| |#3| |#2|) "\\spad{changeVar(+/[ai D^i], a)} returns the operator \\spad{+/[ai (D+a)^i]}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op, zeros, ezfactor)} returns \\spad{[[f1, L1], [f2, L2], ... , [fk, Lk]]} such that the singular part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{fi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{Li z=0}. \\spad{zeros(C(x),H(x,y))} returns all the \\spad{P_i(x)}\\spad{'s} such that \\spad{H(x,P_i(x)) = 0 modulo C(x)}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op, zeros)} returns \\spad{[[p1, L1], [p2, L2], ... , [pk, Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{pi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{Li z =0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|constantCoefficientRicDE| (((|List| (|Record| (|:| |constant| |#1|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{constantCoefficientRicDE(op, ric)} returns \\spad{[[a1, L1], [a2, L2], ... , [ak, Lk]]} such that any rational solution with no polynomial part of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{ai}\\spad{'s} in which case the equation for \\spad{z = y e^{-int ai}} is \\spad{Li z = 0}. \\spad{ric} is a Riccati equation solver over \\spad{F},{} whose input is the associated linear equation.")) (|leadingCoefficientRicDE| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |eq| |#2|))) |#3|) "\\spad{leadingCoefficientRicDE(op)} returns \\spad{[[m1, p1], [m2, p2], ... , [mk, pk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must have degree \\spad{mj} for some \\spad{j},{} and its leading coefficient is then a zero of \\spad{pj}. In addition,{}\\spad{m1>m2> ... >mk}.")) (|denomRicDE| ((|#2| |#3|) "\\spad{denomRicDE(op)} returns a polynomial \\spad{d} such that any rational solution of the associated Riccati equation of \\spad{op y = 0} is of the form \\spad{p/d + q'/q + r} for some polynomials \\spad{p} and \\spad{q} and a reduced \\spad{r}. Also,{} \\spad{deg(p) < deg(d)} and {\\spad{gcd}(\\spad{d},{}\\spad{q}) = 1}.")))
NIL
NIL
-(-810 -2352 UP)
+(-810 -1909 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
-(-811 -2352 L UP A LO)
+(-811 -1909 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
-(-812 -2352 UP)
+(-812 -1909 UP)
((|constructor| (NIL "In-field solution of Riccati equations,{} rational case.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op, zeros)} returns \\spad{[[p1, L1], [p2, L2], ... , [pk,Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{pi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int p}} is \\spad{Li z = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op, ezfactor)} returns \\spad{[[f1,L1], [f2,L2],..., [fk,Lk]]} such that the singular \\spad{++} part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{fi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int ai}} is \\spad{Li z = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|ricDsolve| (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, zeros, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op, zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op, zeros, ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op, zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")))
NIL
((|HasCategory| |#1| (QUOTE (-27))))
-(-813 -2352 LO)
+(-813 -1909 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
-(-814 -2352 LODO)
+(-814 -1909 LODO)
((|constructor| (NIL "\\spad{ODETools} provides tools for the linear ODE solver.")) (|particularSolution| (((|Union| |#1| "failed") |#2| |#1| (|List| |#1|) (|Mapping| |#1| |#1|)) "\\spad{particularSolution(op, g, [f1,...,fm], I)} returns a particular solution \\spad{h} of the equation \\spad{op y = g} where \\spad{[f1,...,fm]} are linearly independent and \\spad{op(fi)=0}. The value \"failed\" is returned if no particular solution is found. Note: the method of variations of parameters is used.")) (|variationOfParameters| (((|Union| (|Vector| |#1|) "failed") |#2| |#1| (|List| |#1|)) "\\spad{variationOfParameters(op, g, [f1,...,fm])} returns \\spad{[u1,...,um]} such that a particular solution of the equation \\spad{op y = g} is \\spad{f1 int(u1) + ... + fm int(um)} where \\spad{[f1,...,fm]} are linearly independent and \\spad{op(fi)=0}. The value \"failed\" is returned if \\spad{m < n} and no particular solution is found.")) (|wronskianMatrix| (((|Matrix| |#1|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{wronskianMatrix([f1,...,fn], q, D)} returns the \\spad{q x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),...,fn^(i-1)]}.") (((|Matrix| |#1|) (|List| |#1|)) "\\spad{wronskianMatrix([f1,...,fn])} returns the \\spad{n x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),...,fn^(i-1)]}.")))
NIL
NIL
-(-815 -3382 S |f|)
+(-815 -3754 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}.")))
-((-4408 |has| |#2| (-1049)) (-4409 |has| |#2| (-1049)) (-4411 |has| |#2| (-6 -4411)) ((-4416 "*") |has| |#2| (-172)) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-365))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365)))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-793))) (-2768 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848)))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-726))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-233))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| |#2| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-370)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-793)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-848)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099))))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2768 (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasAttribute| |#2| (QUOTE -4411)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))))
+((-4409 |has| |#2| (-1049)) (-4410 |has| |#2| (-1049)) (-4412 |has| |#2| (-6 -4412)) ((-4417 "*") |has| |#2| (-172)) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-365))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365)))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-793))) (-2700 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848)))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-726))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1049)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (|HasCategory| |#2| (QUOTE (-233))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasCategory| |#2| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-172)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-233)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-370)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-793)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-848)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099))))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-370))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-793))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-848))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (QUOTE (-1049)))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2700 (|HasCategory| |#2| (QUOTE (-1049))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-1099)))) (|HasAttribute| |#2| (QUOTE -4412)) (|HasCategory| |#2| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))))
(-816 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")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-818 (-1175)) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-817 |Kernels| R |var|)
((|constructor| (NIL "This constructor produces an ordinary differential ring from a partial differential ring by specifying a variable.")))
-(((-4416 "*") |has| |#2| (-365)) (-4407 |has| |#2| (-365)) (-4412 |has| |#2| (-365)) (-4406 |has| |#2| (-365)) (-4411 . T) (-4409 . T) (-4408 . T))
+(((-4417 "*") |has| |#2| (-365)) (-4408 |has| |#2| (-365)) (-4413 |has| |#2| (-365)) (-4407 |has| |#2| (-365)) (-4412 . T) (-4410 . T) (-4409 . T))
((|HasCategory| |#2| (QUOTE (-365))))
(-818 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})).")))
@@ -3210,7 +3210,7 @@ NIL
NIL
(-820)
((|constructor| (NIL "The category of ordered commutative integral domains,{} where ordering and the arithmetic operations are compatible \\blankline")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-821)
((|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}")))
@@ -3238,7 +3238,7 @@ NIL
NIL
(-827 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}.")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-233))))
(-828)
((|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.")))
@@ -3250,7 +3250,7 @@ NIL
NIL
(-830 S)
((|constructor| (NIL "to become an in order iterator")) (|min| ((|#1| $) "\\spad{min(u)} returns the smallest entry in the multiset aggregate \\spad{u}.")))
-((-4414 . T) (-4404 . T) (-4415 . T))
+((-4415 . T) (-4405 . T) (-4416 . T))
NIL
(-831)
((|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.")))
@@ -3262,8 +3262,8 @@ NIL
NIL
(-833 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.")))
-((-4411 |has| |#1| (-848)))
-((|HasCategory| |#1| (QUOTE (-848))) (|HasCategory| |#1| (QUOTE (-21))) (-2768 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-848)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2768 (|HasCategory| |#1| (QUOTE (-848))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-547))))
+((-4412 |has| |#1| (-848)))
+((|HasCategory| |#1| (QUOTE (-848))) (|HasCategory| |#1| (QUOTE (-21))) (-2700 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-848)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2700 (|HasCategory| |#1| (QUOTE (-848))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-547))))
(-834 A S)
((|constructor| (NIL "This category specifies the interface for operators used to build terms,{} in the sense of Universal Algebra. The domain parameter \\spad{S} provides representation for the `external name' of an operator.")) (|is?| (((|Boolean|) $ |#2|) "\\spad{is?(op,n)} holds if the name of the operator \\spad{op} is \\spad{n}.")) (|arity| (((|Arity|) $) "\\spad{arity(op)} returns the arity of the operator \\spad{op}.")) (|name| ((|#2| $) "\\spad{name(op)} returns the externam name of \\spad{op}.")))
NIL
@@ -3274,7 +3274,7 @@ NIL
NIL
(-836 R)
((|constructor| (NIL "Algebra of ADDITIVE operators over a ring.")))
-((-4409 |has| |#1| (-172)) (-4408 |has| |#1| (-172)) (-4411 . T))
+((-4410 |has| |#1| (-172)) (-4409 |has| |#1| (-172)) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))))
(-837)
((|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).")))
@@ -3302,13 +3302,13 @@ NIL
NIL
(-843 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.")))
-((-4411 |has| |#1| (-848)))
-((|HasCategory| |#1| (QUOTE (-848))) (|HasCategory| |#1| (QUOTE (-21))) (-2768 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-848)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2768 (|HasCategory| |#1| (QUOTE (-848))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-547))))
+((-4412 |has| |#1| (-848)))
+((|HasCategory| |#1| (QUOTE (-848))) (|HasCategory| |#1| (QUOTE (-21))) (-2700 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-848)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2700 (|HasCategory| |#1| (QUOTE (-848))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-547))))
(-844)
((|constructor| (NIL "Ordered finite sets.")) (|max| (($) "\\spad{max} is the maximum value of \\%.")) (|min| (($) "\\spad{min} is the minimum value of \\%.")))
NIL
NIL
-(-845 -3382 S)
+(-845 -3754 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
@@ -3322,7 +3322,7 @@ NIL
NIL
(-848)
((|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.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-849 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.")))
@@ -3338,19 +3338,19 @@ NIL
((|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))))
(-852 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)}.}")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-853 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 (-365))) (|HasCategory| |#1| (QUOTE (-558))))
-(-854 R |sigma| -3832)
+(-854 R |sigma| -2912)
((|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.")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-365))))
-(-855 |x| R |sigma| -3832)
+(-855 |x| R |sigma| -2912)
((|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}.")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-365))))
(-856 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..)}.")))
@@ -3394,7 +3394,7 @@ NIL
NIL
(-866 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)")))
-((-4409 |has| |#1| (-172)) (-4408 |has| |#1| (-172)) (-4411 . T))
+((-4410 |has| |#1| (-172)) (-4409 |has| |#1| (-172)) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))))
(-867 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).")))
@@ -3406,24 +3406,24 @@ NIL
NIL
(-869 |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}.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-870 |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).")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-871 |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).")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-870 |#1|) (QUOTE (-909))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-870 |#1|) (QUOTE (-145))) (|HasCategory| (-870 |#1|) (QUOTE (-147))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-870 |#1|) (QUOTE (-1022))) (|HasCategory| (-870 |#1|) (QUOTE (-820))) (-2768 (|HasCategory| (-870 |#1|) (QUOTE (-820))) (|HasCategory| (-870 |#1|) (QUOTE (-850)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-870 |#1|) (QUOTE (-1150))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| (-870 |#1|) (QUOTE (-233))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -870) (|devaluate| |#1|)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -310) (LIST (QUOTE -870) (|devaluate| |#1|)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -287) (LIST (QUOTE -870) (|devaluate| |#1|)) (LIST (QUOTE -870) (|devaluate| |#1|)))) (|HasCategory| (-870 |#1|) (QUOTE (-308))) (|HasCategory| (-870 |#1|) (QUOTE (-547))) (|HasCategory| (-870 |#1|) (QUOTE (-850))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-870 |#1|) (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-870 |#1|) (QUOTE (-909)))) (|HasCategory| (-870 |#1|) (QUOTE (-145)))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-870 |#1|) (QUOTE (-909))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-870 |#1|) (QUOTE (-145))) (|HasCategory| (-870 |#1|) (QUOTE (-147))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-870 |#1|) (QUOTE (-1022))) (|HasCategory| (-870 |#1|) (QUOTE (-820))) (-2700 (|HasCategory| (-870 |#1|) (QUOTE (-820))) (|HasCategory| (-870 |#1|) (QUOTE (-850)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-870 |#1|) (QUOTE (-1150))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| (-870 |#1|) (QUOTE (-233))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -870) (|devaluate| |#1|)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -310) (LIST (QUOTE -870) (|devaluate| |#1|)))) (|HasCategory| (-870 |#1|) (LIST (QUOTE -287) (LIST (QUOTE -870) (|devaluate| |#1|)) (LIST (QUOTE -870) (|devaluate| |#1|)))) (|HasCategory| (-870 |#1|) (QUOTE (-308))) (|HasCategory| (-870 |#1|) (QUOTE (-547))) (|HasCategory| (-870 |#1|) (QUOTE (-850))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-870 |#1|) (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-870 |#1|) (QUOTE (-909)))) (|HasCategory| (-870 |#1|) (QUOTE (-145)))))
(-872 |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)}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#2| (QUOTE (-909))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-820))) (-2768 (|HasCategory| |#2| (QUOTE (-820))) (|HasCategory| |#2| (QUOTE (-850)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-1150))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -287) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-547))) (|HasCategory| |#2| (QUOTE (-850))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#2| (QUOTE (-909))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-820))) (-2700 (|HasCategory| |#2| (QUOTE (-820))) (|HasCategory| |#2| (QUOTE (-850)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-1150))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -287) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-547))) (|HasCategory| |#2| (QUOTE (-850))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
(-873 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 (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))))
(-874)
((|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
@@ -3479,7 +3479,7 @@ NIL
(-887 |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 (-2404 (|HasCategory| |#2| (QUOTE (-1049)))) (-2404 (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (-2404 (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))
+((-12 (-3348 (|HasCategory| |#2| (QUOTE (-1049)))) (-3348 (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))) (-12 (|HasCategory| |#2| (QUOTE (-1049))) (-3348 (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))
(-888 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
@@ -3488,7 +3488,7 @@ NIL
((|constructor| (NIL "A PatternMatchResult is an object internally returned by the pattern matcher; It is either a failed match,{} or a list of matches of the form (var,{} expr) meaning that the variable var matches the expression expr.")) (|satisfy?| (((|Union| (|Boolean|) "failed") $ (|Pattern| |#1|)) "\\spad{satisfy?(r, p)} returns \\spad{true} if the matches satisfy the top-level predicate of \\spad{p},{} \\spad{false} if they don\\spad{'t},{} and \"failed\" if not enough variables of \\spad{p} are matched in \\spad{r} to decide.")) (|construct| (($ (|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| |#2|)))) "\\spad{construct([v1,e1],...,[vn,en])} returns the match result containing the matches (\\spad{v1},{}e1),{}...,{}(\\spad{vn},{}en).")) (|destruct| (((|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| |#2|))) $) "\\spad{destruct(r)} returns the list of matches (var,{} expr) in \\spad{r}. Error: if \\spad{r} is a failed match.")) (|addMatchRestricted| (($ (|Pattern| |#1|) |#2| $ |#2|) "\\spad{addMatchRestricted(var, expr, r, val)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} provided that \\spad{expr} satisfies the predicates attached to \\spad{var},{} that \\spad{var} is not matched to another expression already,{} and that either \\spad{var} is an optional pattern variable or that \\spad{expr} is not equal to val (usually an identity).")) (|insertMatch| (($ (|Pattern| |#1|) |#2| $) "\\spad{insertMatch(var, expr, r)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} without checking predicates or previous matches for \\spad{var}.")) (|addMatch| (($ (|Pattern| |#1|) |#2| $) "\\spad{addMatch(var, expr, r)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} provided that \\spad{expr} satisfies the predicates attached to \\spad{var},{} and that \\spad{var} is not matched to another expression already.")) (|getMatch| (((|Union| |#2| "failed") (|Pattern| |#1|) $) "\\spad{getMatch(var, r)} returns the expression that \\spad{var} matches in the result \\spad{r},{} and \"failed\" if \\spad{var} is not matched in \\spad{r}.")) (|union| (($ $ $) "\\spad{union(a, b)} makes the set-union of two match results.")) (|new| (($) "\\spad{new()} returns a new empty match result.")) (|failed| (($) "\\spad{failed()} returns a failed match.")) (|failed?| (((|Boolean|) $) "\\spad{failed?(r)} tests if \\spad{r} is a failed match.")))
NIL
NIL
-(-890 R -3497)
+(-890 R -3218)
((|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
@@ -3512,7 +3512,7 @@ NIL
((|PDESolve| (((|Result|) (|Record| (|:| |pde| (|List| (|Expression| (|DoubleFloat|)))) (|:| |constraints| (|List| (|Record| (|:| |start| (|DoubleFloat|)) (|:| |finish| (|DoubleFloat|)) (|:| |grid| (|NonNegativeInteger|)) (|:| |boundaryType| (|Integer|)) (|:| |dStart| (|Matrix| (|DoubleFloat|))) (|:| |dFinish| (|Matrix| (|DoubleFloat|)))))) (|:| |f| (|List| (|List| (|Expression| (|DoubleFloat|))))) (|:| |st| (|String|)) (|:| |tol| (|DoubleFloat|)))) "\\spad{PDESolve(args)} performs the integration of the function given the strategy or method returned by \\axiomFun{measure}.")) (|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |explanations| (|String|))) (|RoutinesTable|) (|Record| (|:| |pde| (|List| (|Expression| (|DoubleFloat|)))) (|:| |constraints| (|List| (|Record| (|:| |start| (|DoubleFloat|)) (|:| |finish| (|DoubleFloat|)) (|:| |grid| (|NonNegativeInteger|)) (|:| |boundaryType| (|Integer|)) (|:| |dStart| (|Matrix| (|DoubleFloat|))) (|:| |dFinish| (|Matrix| (|DoubleFloat|)))))) (|:| |f| (|List| (|List| (|Expression| (|DoubleFloat|))))) (|:| |st| (|String|)) (|:| |tol| (|DoubleFloat|)))) "\\spad{measure(R,args)} calculates an estimate of the ability of a particular method to solve a problem. \\blankline This method may be either a specific NAG routine or a strategy (such as transforming the function from one which is difficult to one which is easier to solve). \\blankline It will call whichever agents are needed to perform analysis on the problem in order to calculate the measure. There is a parameter,{} labelled \\axiom{sofar},{} which would contain the best compatibility found so far.")))
NIL
NIL
-(-896 UP -2352)
+(-896 UP -1909)
((|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
@@ -3530,19 +3530,19 @@ NIL
NIL
(-900 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}.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-901 S)
((|constructor| (NIL "\\indented{1}{A PendantTree(\\spad{S})is either a leaf? and is an \\spad{S} or has} a left and a right both PendantTree(\\spad{S})\\spad{'s}")) (|ptree| (($ $ $) "\\spad{ptree(x,y)} \\undocumented") (($ |#1|) "\\spad{ptree(s)} is a leaf? pendant tree")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-902 |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
(-903 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.")))
-((-4411 . T))
+((-4412 . T))
NIL
(-904 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}.")))
@@ -3550,8 +3550,8 @@ NIL
NIL
(-905 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.")))
-((-4411 . T))
-((-2768 (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-850)))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-850))))
+((-4412 . T))
+((-2700 (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-850)))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-850))))
(-906 R E |VarSet| S)
((|constructor| (NIL "PolynomialFactorizationByRecursion(\\spad{R},{}\\spad{E},{}\\spad{VarSet},{}\\spad{S}) is used for factorization of sparse univariate polynomials over a domain \\spad{S} of multivariate polynomials over \\spad{R}.")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|List| |#3|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|bivariateSLPEBR| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|) |#3|) "\\spad{bivariateSLPEBR(lp,p,v)} implements the bivariate case of \\spadfunFrom{solveLinearPolynomialEquationByRecursion}{PolynomialFactorizationByRecursionUnivariate}; its implementation depends on \\spad{R}")) (|randomR| ((|#1|) "\\spad{randomR produces} a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,...,pn],p)} returns the list of polynomials \\spad{[q1,...,qn]} such that \\spad{sum qi/pi = p / prod pi},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
@@ -3566,13 +3566,13 @@ NIL
((|HasCategory| |#1| (QUOTE (-145))))
(-909)
((|constructor| (NIL "This is the category of domains that know \"enough\" about themselves in order to factor univariate polynomials over themselves. This will be used in future releases for supporting factorization over finitely generated coefficient fields,{} it is not yet available in the current release of axiom.")) (|charthRoot| (((|Union| $ "failed") $) "\\spad{charthRoot(r)} returns the \\spad{p}\\spad{-}th root of \\spad{r},{} or \"failed\" if none exists in the domain.")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(m)} returns a vector of elements,{} not all zero,{} whose \\spad{p}\\spad{-}th powers (\\spad{p} is the characteristic of the domain) are a solution of the homogenous linear system represented by \\spad{m},{} or \"failed\" is there is no such vector.")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{solveLinearPolynomialEquation([f1, ..., fn], g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod fi = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,q)} returns the \\spad{gcd} of the univariate polynomials \\spad{p} \\spad{qnd} \\spad{q}.")) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorSquareFreePolynomial(p)} factors the univariate polynomial \\spad{p} into irreducibles where \\spad{p} is known to be square free and primitive with respect to its main variable.")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} returns the factorization into irreducibles of the univariate polynomial \\spad{p}.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} returns the square-free factorization of the univariate polynomial \\spad{p}.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-910 |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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
((|HasCategory| $ (QUOTE (-147))) (|HasCategory| $ (QUOTE (-145))) (|HasCategory| $ (QUOTE (-370))))
-(-911 R0 -2352 UP UPUP R)
+(-911 R0 -1909 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
@@ -3586,7 +3586,7 @@ NIL
NIL
(-914 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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-915 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.")))
@@ -3600,7 +3600,7 @@ NIL
((|constructor| (NIL "PermutationGroupExamples provides permutation groups for some classes of groups: symmetric,{} alternating,{} dihedral,{} cyclic,{} direct products of cyclic,{} which are in fact the finite abelian groups of symmetric groups called Young subgroups. Furthermore,{} Rubik\\spad{'s} group as permutation group of 48 integers and a list of sporadic simple groups derived from the atlas of finite groups.")) (|youngGroup| (((|PermutationGroup| (|Integer|)) (|Partition|)) "\\spad{youngGroup(lambda)} constructs the direct product of the symmetric groups given by the parts of the partition {\\em lambda}.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{youngGroup([n1,...,nk])} constructs the direct product of the symmetric groups {\\em Sn1},{}...,{}{\\em Snk}.")) (|rubiksGroup| (((|PermutationGroup| (|Integer|))) "\\spad{rubiksGroup constructs} the permutation group representing Rubic\\spad{'s} Cube acting on integers {\\em 10*i+j} for {\\em 1 <= i <= 6},{} {\\em 1 <= j <= 8}. The faces of Rubik\\spad{'s} Cube are labelled in the obvious way Front,{} Right,{} Up,{} Down,{} Left,{} Back and numbered from 1 to 6 in this given ordering,{} the pieces on each face (except the unmoveable center piece) are clockwise numbered from 1 to 8 starting with the piece in the upper left corner. The moves of the cube are represented as permutations on these pieces,{} represented as a two digit integer {\\em ij} where \\spad{i} is the numer of theface (1 to 6) and \\spad{j} is the number of the piece on this face. The remaining ambiguities are resolved by looking at the 6 generators,{} which represent a 90 degree turns of the faces,{} or from the following pictorial description. Permutation group representing Rubic\\spad{'s} Cube acting on integers 10*i+j for 1 \\spad{<=} \\spad{i} \\spad{<=} 6,{} 1 \\spad{<=} \\spad{j} \\spad{<=8}. \\blankline\\begin{verbatim}Rubik's Cube: +-----+ +-- B where: marks Side # : / U /|/ / / | F(ront) <-> 1 L --> +-----+ R| R(ight) <-> 2 | | + U(p) <-> 3 | F | / D(own) <-> 4 | |/ L(eft) <-> 5 +-----+ B(ack) <-> 6 ^ | DThe Cube's surface: The pieces on each side +---+ (except the unmoveable center |567| piece) are clockwise numbered |4U8| from 1 to 8 starting with the |321| piece in the upper left +---+---+---+ corner (see figure on the |781|123|345| left). The moves of the cube |6L2|8F4|2R6| are represented as |543|765|187| permutations on these pieces. +---+---+---+ Each of the pieces is |123| represented as a two digit |8D4| integer ij where i is the |765| # of the side ( 1 to 6 for +---+ F to B (see table above )) |567| and j is the # of the piece. |4B8| |321| +---+\\end{verbatim}")) (|janko2| (((|PermutationGroup| (|Integer|))) "\\spad{janko2 constructs} the janko group acting on the integers 1,{}...,{}100.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{janko2(li)} constructs the janko group acting on the 100 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 100 different entries")) (|mathieu24| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu24 constructs} the mathieu group acting on the integers 1,{}...,{}24.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu24(li)} constructs the mathieu group acting on the 24 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 24 different entries.")) (|mathieu23| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu23 constructs} the mathieu group acting on the integers 1,{}...,{}23.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu23(li)} constructs the mathieu group acting on the 23 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 23 different entries.")) (|mathieu22| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu22 constructs} the mathieu group acting on the integers 1,{}...,{}22.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu22(li)} constructs the mathieu group acting on the 22 integers given in the list {\\em li}. Note: duplicates in the list will be removed. Error: if {\\em li} has less or more than 22 different entries.")) (|mathieu12| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu12 constructs} the mathieu group acting on the integers 1,{}...,{}12.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu12(li)} constructs the mathieu group acting on the 12 integers given in the list {\\em li}. Note: duplicates in the list will be removed Error: if {\\em li} has less or more than 12 different entries.")) (|mathieu11| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu11 constructs} the mathieu group acting on the integers 1,{}...,{}11.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu11(li)} constructs the mathieu group acting on the 11 integers given in the list {\\em li}. Note: duplicates in the list will be removed. error,{} if {\\em li} has less or more than 11 different entries.")) (|dihedralGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{dihedralGroup([i1,...,ik])} constructs the dihedral group of order 2k acting on the integers out of {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{dihedralGroup(n)} constructs the dihedral group of order 2n acting on integers 1,{}...,{}\\spad{N}.")) (|cyclicGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{cyclicGroup([i1,...,ik])} constructs the cyclic group of order \\spad{k} acting on the integers {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{cyclicGroup(n)} constructs the cyclic group of order \\spad{n} acting on the integers 1,{}...,{}\\spad{n}.")) (|abelianGroup| (((|PermutationGroup| (|Integer|)) (|List| (|PositiveInteger|))) "\\spad{abelianGroup([n1,...,nk])} constructs the abelian group that is the direct product of cyclic groups with order {\\em ni}.")) (|alternatingGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{alternatingGroup(li)} constructs the alternating group acting on the integers in the list {\\em li},{} generators are in general the {\\em n-2}-cycle {\\em (li.3,...,li.n)} and the 3-cycle {\\em (li.1,li.2,li.3)},{} if \\spad{n} is odd and product of the 2-cycle {\\em (li.1,li.2)} with {\\em n-2}-cycle {\\em (li.3,...,li.n)} and the 3-cycle {\\em (li.1,li.2,li.3)},{} if \\spad{n} is even. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{alternatingGroup(n)} constructs the alternating group {\\em An} acting on the integers 1,{}...,{}\\spad{n},{} generators are in general the {\\em n-2}-cycle {\\em (3,...,n)} and the 3-cycle {\\em (1,2,3)} if \\spad{n} is odd and the product of the 2-cycle {\\em (1,2)} with {\\em n-2}-cycle {\\em (3,...,n)} and the 3-cycle {\\em (1,2,3)} if \\spad{n} is even.")) (|symmetricGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{symmetricGroup(li)} constructs the symmetric group acting on the integers in the list {\\em li},{} generators are the cycle given by {\\em li} and the 2-cycle {\\em (li.1,li.2)}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{symmetricGroup(n)} constructs the symmetric group {\\em Sn} acting on the integers 1,{}...,{}\\spad{n},{} generators are the {\\em n}-cycle {\\em (1,...,n)} and the 2-cycle {\\em (1,2)}.")))
NIL
NIL
-(-918 -2352)
+(-918 -1909)
((|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
@@ -3610,17 +3610,17 @@ NIL
NIL
(-920)
((|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)}")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-921)
((|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}.")))
-(((-4416 "*") . T))
+(((-4417 "*") . T))
NIL
-(-922 -2352 P)
+(-922 -1909 P)
((|constructor| (NIL "This package exports interpolation algorithms")) (|LagrangeInterpolation| ((|#2| (|List| |#1|) (|List| |#1|)) "\\spad{LagrangeInterpolation(l1,l2)} \\undocumented")))
NIL
NIL
-(-923 |xx| -2352)
+(-923 |xx| -1909)
((|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
@@ -3644,7 +3644,7 @@ NIL
((|constructor| (NIL "This package exports plotting tools")) (|calcRanges| (((|List| (|Segment| (|DoubleFloat|))) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{calcRanges(l)} \\undocumented")))
NIL
NIL
-(-929 R -2352)
+(-929 R -1909)
((|constructor| (NIL "Attaching assertions to symbols for pattern matching; Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|multiple| ((|#2| |#2|) "\\spad{multiple(x)} tells the pattern matcher that \\spad{x} should preferably match a multi-term quantity in a sum or product. For matching on lists,{} multiple(\\spad{x}) tells the pattern matcher that \\spad{x} should match a list instead of an element of a list. Error: if \\spad{x} is not a symbol.")) (|optional| ((|#2| |#2|) "\\spad{optional(x)} tells the pattern matcher that \\spad{x} can match an identity (0 in a sum,{} 1 in a product or exponentiation). Error: if \\spad{x} is not a symbol.")) (|constant| ((|#2| |#2|) "\\spad{constant(x)} tells the pattern matcher that \\spad{x} should match only the symbol \\spad{'x} and no other quantity. Error: if \\spad{x} is not a symbol.")) (|assert| ((|#2| |#2| (|Identifier|)) "\\spad{assert(x, s)} makes the assertion \\spad{s} about \\spad{x}. Error: if \\spad{x} is not a symbol.")))
NIL
NIL
@@ -3656,7 +3656,7 @@ NIL
((|constructor| (NIL "This packages provides tools for matching recursively in type towers.")) (|patternMatch| (((|PatternMatchResult| |#1| |#3|) |#2| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#3|)) "\\spad{patternMatch(expr, pat, res)} matches the pattern \\spad{pat} to the expression \\spad{expr}; res contains the variables of \\spad{pat} which are already matched and their matches. Note: this function handles type towers by changing the predicates and calling the matching function provided by \\spad{A}.")) (|fixPredicate| (((|Mapping| (|Boolean|) |#2|) (|Mapping| (|Boolean|) |#3|)) "\\spad{fixPredicate(f)} returns \\spad{g} defined by \\spad{g}(a) = \\spad{f}(a::B).")))
NIL
NIL
-(-932 S R -2352)
+(-932 S R -1909)
((|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
@@ -3676,11 +3676,11 @@ NIL
((|constructor| (NIL "This package provides pattern matching functions on polynomials.")) (|patternMatch| (((|PatternMatchResult| |#1| |#5|) |#5| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#5|)) "\\spad{patternMatch(p, pat, res)} matches the pattern \\spad{pat} to the polynomial \\spad{p}; res contains the variables of \\spad{pat} which are already matched and their matches.") (((|PatternMatchResult| |#1| |#5|) |#5| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#5|) (|Mapping| (|PatternMatchResult| |#1| |#5|) |#3| (|Pattern| |#1|) (|PatternMatchResult| |#1| |#5|))) "\\spad{patternMatch(p, pat, res, vmatch)} matches the pattern \\spad{pat} to the polynomial \\spad{p}. \\spad{res} contains the variables of \\spad{pat} which are already matched and their matches; vmatch is the matching function to use on the variables.")))
NIL
((|HasCategory| |#3| (LIST (QUOTE -886) (|devaluate| |#1|))))
-(-937 R -2352 -3497)
+(-937 R -1909 -3218)
((|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
-(-938 -3497)
+(-938 -3218)
((|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
@@ -3702,8 +3702,8 @@ NIL
NIL
(-943 R)
((|constructor| (NIL "This domain implements points in coordinate space")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1049))) (-12 (|HasCategory| |#1| (QUOTE (-1002))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1049))) (-12 (|HasCategory| |#1| (QUOTE (-1002))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-944 |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
@@ -3723,12 +3723,12 @@ NIL
(-948 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 (-909))) (|HasAttribute| |#2| (QUOTE -4412)) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#4| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#4| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#4| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))))
+((|HasCategory| |#2| (QUOTE (-909))) (|HasAttribute| |#2| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#4| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#4| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#4| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#4| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#4| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))))
(-949 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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
NIL
-(-950 E V R P -2352)
+(-950 E V R P -1909)
((|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
@@ -3738,9 +3738,9 @@ NIL
NIL
(-952 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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
-(-953 E V R P -2352)
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1175) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(-953 E V R P -1909)
((|constructor| (NIL "computes \\spad{n}-th roots of quotients of multivariate polynomials")) (|nthr| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#4|) (|:| |radicand| (|List| |#4|))) |#4| (|NonNegativeInteger|)) "\\spad{nthr(p,n)} should be local but conditional")) (|froot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) |#5| (|NonNegativeInteger|)) "\\spad{froot(f, n)} returns \\spad{[m,c,r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|qroot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) (|Fraction| (|Integer|)) (|NonNegativeInteger|)) "\\spad{qroot(f, n)} returns \\spad{[m,c,r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|rroot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) |#3| (|NonNegativeInteger|)) "\\spad{rroot(f, n)} returns \\spad{[m,c,r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|denom| ((|#4| $) "\\spad{denom(x)} \\undocumented")) (|numer| ((|#4| $) "\\spad{numer(x)} \\undocumented")))
NIL
((|HasCategory| |#3| (QUOTE (-454))))
@@ -3762,13 +3762,13 @@ NIL
NIL
(-958 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")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-959)
((|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
-(-960 -2352)
+(-960 -1909)
((|constructor| (NIL "PrimitiveElement provides functions to compute primitive elements in algebraic extensions.")) (|primitiveElement| (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|Symbol|)) "\\spad{primitiveElement([p1,...,pn], [a1,...,an], a)} returns \\spad{[[c1,...,cn], [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{primitiveElement([p1,...,pn], [a1,...,an])} returns \\spad{[[c1,...,cn], [q1,...,qn], q]} such that then \\spad{k(a1,...,an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{ai = qi(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef1| (|Integer|)) (|:| |coef2| (|Integer|)) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|Polynomial| |#1|) (|Symbol|) (|Polynomial| |#1|) (|Symbol|)) "\\spad{primitiveElement(p1, a1, p2, a2)} returns \\spad{[c1, c2, q]} such that \\spad{k(a1, a2) = k(a)} where \\spad{a = c1 a1 + c2 a2, and q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. The \\spad{p2} may involve \\spad{a1},{} but \\spad{p1} must not involve a2. This operation uses \\spadfun{resultant}.")))
NIL
NIL
@@ -3782,12 +3782,12 @@ NIL
NIL
(-963 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}")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-131)))) (|HasAttribute| |#1| (QUOTE -4412)))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-131)))) (|HasAttribute| |#1| (QUOTE -4413)))
(-964 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")))
-((-4411 -12 (|has| |#2| (-475)) (|has| |#1| (-475))))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793)))) (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-850))))) (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793))))) (-12 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#2| (QUOTE (-475)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#2| (QUOTE (-475)))) (-12 (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-726))))) (-12 (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-370)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#2| (QUOTE (-475)))) (-12 (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793))))) (-12 (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-850)))))
+((-4412 -12 (|has| |#2| (-475)) (|has| |#1| (-475))))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793)))) (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-850))))) (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793))))) (-12 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#2| (QUOTE (-475)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#2| (QUOTE (-475)))) (-12 (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-726))))) (-12 (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#2| (QUOTE (-370)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-475))) (|HasCategory| |#2| (QUOTE (-475)))) (-12 (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#1| (QUOTE (-793))) (|HasCategory| |#2| (QUOTE (-793))))) (-12 (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-726)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-131))) (|HasCategory| |#2| (QUOTE (-131)))) (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-850)))))
(-965)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. An `Property' is a pair of name and value.")) (|property| (($ (|Identifier|) (|SExpression|)) "\\spad{property(n,val)} constructs a property with name \\spad{`n'} and value `val'.")) (|value| (((|SExpression|) $) "\\spad{value(p)} returns value of property \\spad{p}")) (|name| (((|Identifier|) $) "\\spad{name(p)} returns the name of property \\spad{p}")))
NIL
@@ -3802,7 +3802,7 @@ NIL
NIL
(-968 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}.")))
-((-4414 . T) (-4415 . T))
+((-4415 . T) (-4416 . T))
NIL
(-969 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}}")))
@@ -3822,7 +3822,7 @@ NIL
NIL
(-973 |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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-974)
((|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}.")))
@@ -3834,7 +3834,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-558))))
(-976 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.")))
-((-4414 . T))
+((-4415 . T))
NIL
(-977 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.")))
@@ -3850,7 +3850,7 @@ NIL
NIL
(-980 R)
((|constructor| (NIL "PointCategory is the category of points in space which may be plotted via the graphics facilities. Functions are provided for defining points and handling elements of points.")) (|extend| (($ $ (|List| |#1|)) "\\spad{extend(x,l,r)} \\undocumented")) (|cross| (($ $ $) "\\spad{cross(p,q)} computes the cross product of the two points \\spad{p} and \\spad{q}. Error if the \\spad{p} and \\spad{q} are not 3 dimensional")) (|dimension| (((|PositiveInteger|) $) "\\spad{dimension(s)} returns the dimension of the point category \\spad{s}.")) (|point| (($ (|List| |#1|)) "\\spad{point(l)} returns a point category defined by a list \\spad{l} of elements from the domain \\spad{R}.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
(-981 R1 R2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|Point| |#2|) (|Mapping| |#2| |#1|) (|Point| |#1|)) "\\spad{map(f,p)} \\undocumented")))
@@ -3868,7 +3868,7 @@ NIL
((|constructor| (NIL "This package \\undocumented{}")) (|map| ((|#4| (|Mapping| |#4| (|Polynomial| |#1|)) |#4|) "\\spad{map(f,p)} \\undocumented{}")) (|pushup| ((|#4| |#4| (|List| |#3|)) "\\spad{pushup(p,lv)} \\undocumented{}") ((|#4| |#4| |#3|) "\\spad{pushup(p,v)} \\undocumented{}")) (|pushdown| ((|#4| |#4| (|List| |#3|)) "\\spad{pushdown(p,lv)} \\undocumented{}") ((|#4| |#4| |#3|) "\\spad{pushdown(p,v)} \\undocumented{}")) (|variable| (((|Union| $ "failed") (|Symbol|)) "\\spad{variable(s)} makes an element from symbol \\spad{s} or fails")) (|convert| (((|Symbol|) $) "\\spad{convert(x)} converts \\spad{x} to a symbol")))
NIL
NIL
-(-985 K R UP -2352)
+(-985 K R UP -1909)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a monogenic algebra over \\spad{R}. We require that \\spad{F} is monogenic,{} \\spadignore{i.e.} that \\spad{F = K[x,y]/(f(x,y))},{} because the integral basis algorithm used will factor the polynomial \\spad{f(x,y)}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|reducedDiscriminant| ((|#2| |#3|) "\\spad{reducedDiscriminant(up)} \\undocumented")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv] } containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If 'basis' is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if 'basisInv' is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv] } containing information regarding the integral closure of \\spad{R} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If 'basis' is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if 'basisInv' is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")))
NIL
NIL
@@ -3898,7 +3898,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-909))) (|HasCategory| |#2| (QUOTE (-547))) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-820))) (|HasCategory| |#2| (QUOTE (-850))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-1150))))
(-992 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}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-993 |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}.")))
@@ -3910,7 +3910,7 @@ NIL
NIL
(-995 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.")))
-((-4414 . T) (-4415 . T))
+((-4415 . T) (-4416 . T))
NIL
(-996 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}.")))
@@ -3918,7 +3918,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-547))) (|HasCategory| |#2| (QUOTE (-1059))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-291))))
(-997 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}.")))
-((-4407 |has| |#1| (-291)) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 |has| |#1| (-291)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-998 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}.")))
@@ -3926,12 +3926,12 @@ NIL
NIL
(-999 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.}")))
-((-4407 |has| |#1| (-291)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365))) (-2768 (|HasCategory| |#1| (QUOTE (-291))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-291))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-1059))) (|HasCategory| |#1| (QUOTE (-547))))
+((-4408 |has| |#1| (-291)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365))) (-2700 (|HasCategory| |#1| (QUOTE (-291))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-291))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -287) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-1059))) (|HasCategory| |#1| (QUOTE (-547))))
(-1000 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}.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-1001 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
@@ -3940,14 +3940,14 @@ NIL
((|constructor| (NIL "The \\spad{RadicalCategory} is a model for the rational numbers.")) (** (($ $ (|Fraction| (|Integer|))) "\\spad{x ** y} is the rational exponentiation of \\spad{x} by the power \\spad{y}.")) (|nthRoot| (($ $ (|Integer|)) "\\spad{nthRoot(x,n)} returns the \\spad{n}th root of \\spad{x}.")) (|sqrt| (($ $) "\\spad{sqrt(x)} returns the square root of \\spad{x}.")))
NIL
NIL
-(-1003 -2352 UP UPUP |radicnd| |n|)
+(-1003 -1909 UP UPUP |radicnd| |n|)
((|constructor| (NIL "Function field defined by y**n = \\spad{f}(\\spad{x}).")))
-((-4407 |has| (-409 |#2|) (-365)) (-4412 |has| (-409 |#2|) (-365)) (-4406 |has| (-409 |#2|) (-365)) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-409 |#2|) (QUOTE (-145))) (|HasCategory| (-409 |#2|) (QUOTE (-147))) (|HasCategory| (-409 |#2|) (QUOTE (-351))) (-2768 (|HasCategory| (-409 |#2|) (QUOTE (-365))) (|HasCategory| (-409 |#2|) (QUOTE (-351)))) (|HasCategory| (-409 |#2|) (QUOTE (-365))) (|HasCategory| (-409 |#2|) (QUOTE (-370))) (-2768 (-12 (|HasCategory| (-409 |#2|) (QUOTE (-233))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (|HasCategory| (-409 |#2|) (QUOTE (-351)))) (-2768 (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-351))))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -639) (QUOTE (-566)))) (-2768 (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-370))) (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (-12 (|HasCategory| (-409 |#2|) (QUOTE (-233))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))))
+((-4408 |has| (-409 |#2|) (-365)) (-4413 |has| (-409 |#2|) (-365)) (-4407 |has| (-409 |#2|) (-365)) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-409 |#2|) (QUOTE (-145))) (|HasCategory| (-409 |#2|) (QUOTE (-147))) (|HasCategory| (-409 |#2|) (QUOTE (-351))) (-2700 (|HasCategory| (-409 |#2|) (QUOTE (-365))) (|HasCategory| (-409 |#2|) (QUOTE (-351)))) (|HasCategory| (-409 |#2|) (QUOTE (-365))) (|HasCategory| (-409 |#2|) (QUOTE (-370))) (-2700 (-12 (|HasCategory| (-409 |#2|) (QUOTE (-233))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (|HasCategory| (-409 |#2|) (QUOTE (-351)))) (-2700 (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-351))))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -639) (QUOTE (-566)))) (-2700 (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 |#2|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-370))) (-12 (|HasCategory| (-409 |#2|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))) (-12 (|HasCategory| (-409 |#2|) (QUOTE (-233))) (|HasCategory| (-409 |#2|) (QUOTE (-365)))))
(-1004 |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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-566) (QUOTE (-909))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-566) (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-147))) (|HasCategory| (-566) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-1022))) (|HasCategory| (-566) (QUOTE (-820))) (-2768 (|HasCategory| (-566) (QUOTE (-820))) (|HasCategory| (-566) (QUOTE (-850)))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-1150))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-566) (QUOTE (-233))) (|HasCategory| (-566) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-566) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -310) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -287) (QUOTE (-566)) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-308))) (|HasCategory| (-566) (QUOTE (-547))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-566) (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (|HasCategory| (-566) (QUOTE (-145)))))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-566) (QUOTE (-909))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| (-566) (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-147))) (|HasCategory| (-566) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-1022))) (|HasCategory| (-566) (QUOTE (-820))) (-2700 (|HasCategory| (-566) (QUOTE (-820))) (|HasCategory| (-566) (QUOTE (-850)))) (|HasCategory| (-566) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-1150))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| (-566) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| (-566) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| (-566) (QUOTE (-233))) (|HasCategory| (-566) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| (-566) (LIST (QUOTE -516) (QUOTE (-1175)) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -310) (QUOTE (-566)))) (|HasCategory| (-566) (LIST (QUOTE -287) (QUOTE (-566)) (QUOTE (-566)))) (|HasCategory| (-566) (QUOTE (-308))) (|HasCategory| (-566) (QUOTE (-547))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-566) (LIST (QUOTE -639) (QUOTE (-566)))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-566) (QUOTE (-909)))) (|HasCategory| (-566) (QUOTE (-145)))))
(-1005)
((|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
@@ -3967,7 +3967,7 @@ NIL
(-1009 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 -4415)) (|HasCategory| |#2| (QUOTE (-1099))))
+((|HasAttribute| |#1| (QUOTE -4416)) (|HasCategory| |#2| (QUOTE (-1099))))
(-1010 S)
((|constructor| (NIL "A recursive aggregate over a type \\spad{S} is a model for a a directed graph containing values of type \\spad{S}. Recursively,{} a recursive aggregate is a {\\em node} consisting of a \\spadfun{value} from \\spad{S} and 0 or more \\spadfun{children} which are recursive aggregates. A node with no children is called a \\spadfun{leaf} node. A recursive aggregate may be cyclic for which some operations as noted may go into an infinite loop.")) (|setvalue!| ((|#1| $ |#1|) "\\spad{setvalue!(u,x)} sets the value of node \\spad{u} to \\spad{x}.")) (|setelt| ((|#1| $ "value" |#1|) "\\spad{setelt(a,\"value\",x)} (also written \\axiom{a . value \\spad{:=} \\spad{x}}) is equivalent to \\axiom{setvalue!(a,{}\\spad{x})}")) (|setchildren!| (($ $ (|List| $)) "\\spad{setchildren!(u,v)} replaces the current children of node \\spad{u} with the members of \\spad{v} in left-to-right order.")) (|node?| (((|Boolean|) $ $) "\\spad{node?(u,v)} tests if node \\spad{u} is contained in node \\spad{v} (either as a child,{} a child of a child,{} etc.).")) (|child?| (((|Boolean|) $ $) "\\spad{child?(u,v)} tests if node \\spad{u} is a child of node \\spad{v}.")) (|distance| (((|Integer|) $ $) "\\spad{distance(u,v)} returns the path length (an integer) from node \\spad{u} to \\spad{v}.")) (|leaves| (((|List| |#1|) $) "\\spad{leaves(t)} returns the list of values in obtained by visiting the nodes of tree \\axiom{\\spad{t}} in left-to-right order.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(u)} tests if \\spad{u} has a cycle.")) (|elt| ((|#1| $ "value") "\\spad{elt(u,\"value\")} (also written: \\axiom{a. value}) is equivalent to \\axiom{value(a)}.")) (|value| ((|#1| $) "\\spad{value(u)} returns the value of the node \\spad{u}.")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(u)} tests if \\spad{u} is a terminal node.")) (|nodes| (((|List| $) $) "\\spad{nodes(u)} returns a list of all of the nodes of aggregate \\spad{u}.")) (|children| (((|List| $) $) "\\spad{children(u)} returns a list of the children of aggregate \\spad{u}.")))
NIL
@@ -3978,21 +3978,21 @@ NIL
NIL
(-1012)
((|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}}")))
-((-4407 . T) (-4412 . T) (-4406 . T) (-4409 . T) (-4408 . T) ((-4416 "*") . T) (-4411 . T))
+((-4408 . T) (-4413 . T) (-4407 . T) (-4410 . T) (-4409 . T) ((-4417 "*") . T) (-4412 . T))
NIL
-(-1013 R -2352)
+(-1013 R -1909)
((|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
-(-1014 R -2352)
+(-1014 R -1909)
((|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
-(-1015 -2352 UP)
+(-1015 -1909 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
-(-1016 -2352 UP)
+(-1016 -1909 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
@@ -4026,9 +4026,9 @@ NIL
NIL
(-1024 |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")))
-((-4407 . T) (-4412 . T) (-4406 . T) (-4409 . T) (-4408 . T) ((-4416 "*") . T) (-4411 . T))
-((-2768 (|HasCategory| (-409 (-566)) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-409 (-566)) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 (-566)) (LIST (QUOTE -1038) (QUOTE (-566)))))
-(-1025 -2352 L)
+((-4408 . T) (-4413 . T) (-4407 . T) (-4410 . T) (-4409 . T) ((-4417 "*") . T) (-4412 . T))
+((-2700 (|HasCategory| (-409 (-566)) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-409 (-566)) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-409 (-566)) (LIST (QUOTE -1038) (QUOTE (-566)))))
+(-1025 -1909 L)
((|constructor| (NIL "\\spadtype{ReductionOfOrder} provides functions for reducing the order of linear ordinary differential equations once some solutions are known.")) (|ReduceOrder| (((|Record| (|:| |eq| |#2|) (|:| |op| (|List| |#1|))) |#2| (|List| |#1|)) "\\spad{ReduceOrder(op, [f1,...,fk])} returns \\spad{[op1,[g1,...,gk]]} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = gk \\int(g_{k-1} \\int(... \\int(g1 \\int z)...)} is a solution of \\spad{op y = 0}. Each \\spad{fi} must satisfy \\spad{op fi = 0}.") ((|#2| |#2| |#1|) "\\spad{ReduceOrder(op, s)} returns \\spad{op1} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = s \\int z} is a solution of \\spad{op y = 0}. \\spad{s} must satisfy \\spad{op s = 0}.")))
NIL
NIL
@@ -4038,12 +4038,12 @@ NIL
((|HasCategory| |#1| (QUOTE (-1099))))
(-1027 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.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -613) (QUOTE (-862)))))
(-1028 R)
((|constructor| (NIL "RepresentationPackage1 provides functions for representation theory for finite groups and algebras. The package creates permutation representations and uses tensor products and its symmetric and antisymmetric components to create new representations of larger degree from given ones. Note: instead of having parameters from \\spadtype{Permutation} this package allows list notation of permutations as well: \\spadignore{e.g.} \\spad{[1,4,3,2]} denotes permutes 2 and 4 and fixes 1 and 3.")) (|permutationRepresentation| (((|List| (|Matrix| (|Integer|))) (|List| (|List| (|Integer|)))) "\\spad{permutationRepresentation([pi1,...,pik],n)} returns the list of matrices {\\em [(deltai,pi1(i)),...,(deltai,pik(i))]} if the permutations {\\em pi1},{}...,{}{\\em pik} are in list notation and are permuting {\\em {1,2,...,n}}.") (((|List| (|Matrix| (|Integer|))) (|List| (|Permutation| (|Integer|))) (|Integer|)) "\\spad{permutationRepresentation([pi1,...,pik],n)} returns the list of matrices {\\em [(deltai,pi1(i)),...,(deltai,pik(i))]} (Kronecker delta) for the permutations {\\em pi1,...,pik} of {\\em {1,2,...,n}}.") (((|Matrix| (|Integer|)) (|List| (|Integer|))) "\\spad{permutationRepresentation(pi,n)} returns the matrix {\\em (deltai,pi(i))} (Kronecker delta) if the permutation {\\em pi} is in list notation and permutes {\\em {1,2,...,n}}.") (((|Matrix| (|Integer|)) (|Permutation| (|Integer|)) (|Integer|)) "\\spad{permutationRepresentation(pi,n)} returns the matrix {\\em (deltai,pi(i))} (Kronecker delta) for a permutation {\\em pi} of {\\em {1,2,...,n}}.")) (|tensorProduct| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,...ak])} calculates the list of Kronecker products of each matrix {\\em ai} with itself for {1 \\spad{<=} \\spad{i} \\spad{<=} \\spad{k}}. Note: If the list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the representation with itself.") (((|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a)} calculates the Kronecker product of the matrix {\\em a} with itself.") (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,...,ak],[b1,...,bk])} calculates the list of Kronecker products of the matrices {\\em ai} and {\\em bi} for {1 \\spad{<=} \\spad{i} \\spad{<=} \\spad{k}}. Note: If each list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a,b)} calculates the Kronecker product of the matrices {\\em a} and \\spad{b}. Note: if each matrix corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.")) (|symmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{symmetricTensors(la,n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,0,...,0)} of \\spad{n}. Error: if the matrices in {\\em la} are not square matrices. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{symmetricTensors(a,n)} applies to the \\spad{m}-by-\\spad{m} square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,0,...,0)} of \\spad{n}. Error: if {\\em a} is not a square matrix. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.")) (|createGenericMatrix| (((|Matrix| (|Polynomial| |#1|)) (|NonNegativeInteger|)) "\\spad{createGenericMatrix(m)} creates a square matrix of dimension \\spad{k} whose entry at the \\spad{i}-th row and \\spad{j}-th column is the indeterminate {\\em x[i,j]} (double subscripted).")) (|antisymmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{antisymmetricTensors(la,n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (1,1,...,1,0,0,...,0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{antisymmetricTensors(a,n)} applies to the square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm},{} where \\spad{m} is the number of rows of {\\em a},{} which corresponds to the partition {\\em (1,1,...,1,0,0,...,0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.")))
NIL
-((|HasAttribute| |#1| (QUOTE (-4416 "*"))))
+((|HasAttribute| |#1| (QUOTE (-4417 "*"))))
(-1029 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
@@ -4064,14 +4064,14 @@ NIL
((|constructor| (NIL "This package provides coercions for the special types \\spadtype{Exit} and \\spadtype{Void}.")) (|coerce| ((|#1| (|Exit|)) "\\spad{coerce(e)} is never really evaluated. This coercion is used for formal type correctness when a function will not return directly to its caller.") (((|Void|) |#1|) "\\spad{coerce(s)} throws all information about \\spad{s} away. This coercion allows values of any type to appear in contexts where they will not be used. For example,{} it allows the resolution of different types in the \\spad{then} and \\spad{else} branches when an \\spad{if} is in a context where the resulting value is not used.")))
NIL
NIL
-(-1034 -2352 |Expon| |VarSet| |FPol| |LFPol|)
+(-1034 -1909 |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")))
-(((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-1035)
((|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.}")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (QUOTE (-1175))) (LIST (QUOTE |:|) (QUOTE -2636) (QUOTE (-52))))))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-52) (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -310) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-1175) (QUOTE (-850))) (|HasCategory| (-52) (QUOTE (-1099))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (QUOTE (-1175))) (LIST (QUOTE |:|) (QUOTE -2303) (QUOTE (-52))))))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-52) (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -310) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-1175) (QUOTE (-850))) (|HasCategory| (-52) (QUOTE (-1099))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))))
(-1036)
((|constructor| (NIL "This domain represents `return' expressions.")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression returned by `e'.")))
NIL
@@ -4114,7 +4114,7 @@ NIL
NIL
(-1046 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}.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
((-12 (|HasCategory| (-780 |#1| (-864 |#2|)) (QUOTE (-1099))) (|HasCategory| (-780 |#1| (-864 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -780) (|devaluate| |#1|) (LIST (QUOTE -864) (|devaluate| |#2|)))))) (|HasCategory| (-780 |#1| (-864 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-780 |#1| (-864 |#2|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| (-864 |#2|) (QUOTE (-370))) (|HasCategory| (-780 |#1| (-864 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))))
(-1047)
((|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")))
@@ -4126,9 +4126,9 @@ NIL
NIL
(-1049)
((|constructor| (NIL "The category of rings with unity,{} always associative,{} but not necessarily commutative.")) (|unitsKnown| ((|attribute|) "recip truly yields reciprocal or \"failed\" if not a unit. Note: \\spad{recip(0) = \"failed\"}.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring this is the smallest positive integer \\spad{n} such that \\spad{n*x=0} for all \\spad{x} in the ring,{} or zero if no such \\spad{n} exists.")))
-((-4411 . T))
+((-4412 . T))
NIL
-(-1050 |xx| -2352)
+(-1050 |xx| -1909)
((|constructor| (NIL "This package exports rational interpolation algorithms")))
NIL
NIL
@@ -4142,12 +4142,12 @@ NIL
((|HasCategory| |#4| (QUOTE (-308))) (|HasCategory| |#4| (QUOTE (-365))) (|HasCategory| |#4| (QUOTE (-558))) (|HasCategory| |#4| (QUOTE (-172))))
(-1053 |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")))
-((-4414 . T) (-4409 . T) (-4408 . T))
+((-4415 . T) (-4410 . T) (-4409 . T))
NIL
(-1054 |m| |n| R)
((|constructor| (NIL "\\spadtype{RectangularMatrix} is a matrix domain where the number of rows and the number of columns are parameters of the domain.")) (|rectangularMatrix| (($ (|Matrix| |#3|)) "\\spad{rectangularMatrix(m)} converts a matrix of type \\spadtype{Matrix} to a matrix of type \\spad{RectangularMatrix}.")))
-((-4414 . T) (-4409 . T) (-4408 . T))
-((|HasCategory| |#3| (QUOTE (-172))) (-2768 (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365)))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (QUOTE (-308))) (|HasCategory| |#3| (QUOTE (-558))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4410 . T) (-4409 . T))
+((|HasCategory| |#3| (QUOTE (-172))) (-2700 (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365)))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (QUOTE (-308))) (|HasCategory| |#3| (QUOTE (-558))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -613) (QUOTE (-862)))))
(-1055 |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
@@ -4166,7 +4166,7 @@ NIL
NIL
(-1059)
((|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.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-1060 |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")))
@@ -4174,19 +4174,19 @@ NIL
NIL
(-1061)
((|constructor| (NIL "\\spadtype{RomanNumeral} provides functions for converting \\indented{1}{integers to roman numerals.}")) (|roman| (($ (|Integer|)) "\\spad{roman(n)} creates a roman numeral for \\spad{n}.") (($ (|Symbol|)) "\\spad{roman(n)} creates a roman numeral for symbol \\spad{n}.")) (|noetherian| ((|attribute|) "ascending chain condition on ideals.")) (|canonicalsClosed| ((|attribute|) "two positives multiply to give positive.")) (|canonical| ((|attribute|) "mathematical equality is data structure equality.")))
-((-4402 . T) (-4406 . T) (-4401 . T) (-4412 . T) (-4413 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4403 . T) (-4407 . T) (-4402 . T) (-4413 . T) (-4414 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-1062)
((|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}")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (QUOTE (-1175))) (LIST (QUOTE |:|) (QUOTE -2636) (QUOTE (-52))))))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-52) (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -310) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (QUOTE (-1099))) (|HasCategory| (-1175) (QUOTE (-850))) (|HasCategory| (-52) (QUOTE (-1099))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (QUOTE (-1175))) (LIST (QUOTE |:|) (QUOTE -2303) (QUOTE (-52))))))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-52) (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| (-52) (QUOTE (-1099))) (|HasCategory| (-52) (LIST (QUOTE -310) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (QUOTE (-1099))) (|HasCategory| (-1175) (QUOTE (-850))) (|HasCategory| (-52) (QUOTE (-1099))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-52) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (LIST (QUOTE -613) (QUOTE (-862)))))
(-1063 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 (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-547))) (|HasCategory| |#2| (LIST (QUOTE -38) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -992) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#4| (LIST (QUOTE -614) (QUOTE (-1175)))))
(-1064 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}}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
NIL
(-1065)
((|constructor| (NIL "This domain represents the `repeat' iterator syntax.")) (|body| (((|SpadAst|) $) "\\spad{body(e)} returns the body of the loop `e'.")) (|iterators| (((|List| (|SpadAst|)) $) "\\spad{iterators(e)} returns the list of iterators controlling the loop `e'.")))
@@ -4210,7 +4210,7 @@ NIL
NIL
(-1070 R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,...,xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,...,tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,...,ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,...,Ti]}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(Ti)} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,...,Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,...,Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{\\spad{Phd} Thesis,{} University of Linz,{} Austria,{} 1991.} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Journal of Symbol. Comp. 1998} \\indented{1}{[3] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|)) "\\spad{zeroSetSplit(lp,clos?)} returns \\spad{lts} a split of Kalkbrener of the radical ideal associated with \\spad{lp}. If \\spad{clos?} is \\spad{false},{} it is also a decomposition of the variety associated with \\spad{lp} into the regular zero set of the \\spad{ts} in \\spad{lts} (or,{} in other words,{} a split of Lazard of this variety). See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets.")) (|extend| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{extend(lp,lts)} returns the same as \\spad{concat([extend(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{extend(lp,ts)} returns \\spad{ts} if \\spad{empty? lp} \\spad{extend(p,ts)} if \\spad{lp = [p]} else \\spad{extend(first lp, extend(rest lp, ts))}") (((|List| $) |#4| (|List| $)) "\\spad{extend(p,lts)} returns the same as \\spad{concat([extend(p,ts) for ts in lts])|}") (((|List| $) |#4| $) "\\spad{extend(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is not a regular triangular set.")) (|internalAugment| (($ (|List| |#4|) $) "\\spad{internalAugment(lp,ts)} returns \\spad{ts} if \\spad{lp} is empty otherwise returns \\spad{internalAugment(rest lp, internalAugment(first lp, ts))}") (($ |#4| $) "\\spad{internalAugment(p,ts)} assumes that \\spad{augment(p,ts)} returns a singleton and returns it.")) (|augment| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{augment(lp,lts)} returns the same as \\spad{concat([augment(lp,ts) for ts in lts])}") (((|List| $) (|List| |#4|) $) "\\spad{augment(lp,ts)} returns \\spad{ts} if \\spad{empty? lp},{} \\spad{augment(p,ts)} if \\spad{lp = [p]},{} otherwise \\spad{augment(first lp, augment(rest lp, ts))}") (((|List| $) |#4| (|List| $)) "\\spad{augment(p,lts)} returns the same as \\spad{concat([augment(p,ts) for ts in lts])}") (((|List| $) |#4| $) "\\spad{augment(p,ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. This operation assumes also that if \\spad{p} is added to \\spad{ts} the resulting set,{} say \\spad{ts+p},{} is a regular triangular set. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is required to be square-free.")) (|intersect| (((|List| $) |#4| (|List| $)) "\\spad{intersect(p,lts)} returns the same as \\spad{intersect([p],lts)}") (((|List| $) (|List| |#4|) (|List| $)) "\\spad{intersect(lp,lts)} returns the same as \\spad{concat([intersect(lp,ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{intersect(lp,ts)} returns \\spad{lts} a split of Lazard of the intersection of the affine variety associated with \\spad{lp} and the regular zero set of \\spad{ts}.") (((|List| $) |#4| $) "\\spad{intersect(p,ts)} returns the same as \\spad{intersect([p],ts)}")) (|squareFreePart| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| $) "\\spad{squareFreePart(p,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a square-free polynomial \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} this polynomial being associated with \\spad{p} modulo \\spad{lpwt.i.tower},{} for every \\spad{i}. Moreover,{} the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. WARNING: This assumes that \\spad{p} is a non-constant polynomial such that if \\spad{p} is added to \\spad{ts},{} then the resulting set is a regular triangular set.")) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| |#4| $) "\\spad{lastSubResultant(p1,p2,ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a quasi-monic \\spad{gcd} of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} for every \\spad{i},{} and such that the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. Moreover,{} if \\spad{p1} and \\spad{p2} do not have a non-trivial \\spad{gcd} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower} then \\spad{lpwt.i.val} is the resultant of these polynomials \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|lastSubResultantElseSplit| (((|Union| |#4| (|List| $)) |#4| |#4| $) "\\spad{lastSubResultantElseSplit(p1,p2,ts)} returns either \\spad{g} a quasi-monic \\spad{gcd} of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. the \\spad{ts} or a split of Kalkbrener of \\spad{ts}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|invertibleSet| (((|List| $) |#4| $) "\\spad{invertibleSet(p,ts)} returns a split of Kalkbrener of the quotient ideal of the ideal \\axiom{\\spad{I}} by \\spad{p} where \\spad{I} is the radical of saturated of \\spad{ts}.")) (|invertible?| (((|Boolean|) |#4| $) "\\spad{invertible?(p,ts)} returns \\spad{true} iff \\spad{p} is invertible in the tower associated with \\spad{ts}.") (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#4| $) "\\spad{invertible?(p,ts)} returns \\spad{lbwt} where \\spad{lbwt.i} is the result of \\spad{invertibleElseSplit?(p,lbwt.i.tower)} and the list of the \\spad{(lqrwt.i).tower} is a split of Kalkbrener of \\spad{ts}.")) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#4| $) "\\spad{invertibleElseSplit?(p,ts)} returns \\spad{true} (resp. \\spad{false}) if \\spad{p} is invertible in the tower associated with \\spad{ts} or returns a split of Kalkbrener of \\spad{ts}.")) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#4| $) "\\spad{purelyAlgebraicLeadingMonomial?(p,ts)} returns \\spad{true} iff the main variable of any non-constant iterarted initial of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|algebraicCoefficients?| (((|Boolean|) |#4| $) "\\spad{algebraicCoefficients?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} which is not the main one of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|purelyTranscendental?| (((|Boolean|) |#4| $) "\\spad{purelyTranscendental?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is not algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}")) (|purelyAlgebraic?| (((|Boolean|) $) "\\spad{purelyAlgebraic?(ts)} returns \\spad{true} iff for every algebraic variable \\spad{v} of \\spad{ts} we have \\spad{algebraicCoefficients?(t_v,ts_v_-)} where \\spad{ts_v} is \\axiomOpFrom{select}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}) and \\spad{ts_v_-} is \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}).") (((|Boolean|) |#4| $) "\\spad{purelyAlgebraic?(p,ts)} returns \\spad{true} iff every variable of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
(-1071 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.")))
@@ -4228,11 +4228,11 @@ NIL
((|constructor| (NIL "This domain implements named rules")) (|name| (((|Symbol|) $) "\\spad{name(x)} returns the symbol")))
NIL
NIL
-(-1075 |Base| R -2352)
+(-1075 |Base| R -1909)
((|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
-(-1076 |Base| R -2352)
+(-1076 |Base| R -1909)
((|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
@@ -4246,8 +4246,8 @@ NIL
NIL
(-1079 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.")))
-((-4407 |has| |#1| (-365)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-351))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-370))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-351)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))))
+((-4408 |has| |#1| (-365)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-351))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-351)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-370))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-351)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#1| (QUOTE (-351))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))))
(-1080 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
@@ -4274,8 +4274,8 @@ NIL
NIL
(-1086 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")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1087 (-1175)) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-233))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-1087 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
@@ -4318,7 +4318,7 @@ NIL
NIL
(-1097 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}.")))
-((-4404 . T))
+((-4405 . T))
NIL
(-1098 S)
((|constructor| (NIL "\\spadtype{SetCategory} is the basic category for describing a collection of elements with \\spadop{=} (equality) and \\spadfun{coerce} to output form. \\blankline Conditional Attributes: \\indented{3}{canonical\\tab{15}data structure equality is the same as \\spadop{=}}")) (|before?| (((|Boolean|) $ $) "spad{before?(\\spad{x},{}\\spad{y})} holds if \\spad{x} comes before \\spad{y} in the internal total ordering used by OpenAxiom.")) (|latex| (((|String|) $) "\\spad{latex(s)} returns a LaTeX-printable output representation of \\spad{s}.")) (|hash| (((|SingleInteger|) $) "\\spad{hash(s)} calculates a hash code for \\spad{s}.")))
@@ -4334,8 +4334,8 @@ NIL
NIL
(-1101 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)}}")))
-((-4414 . T) (-4404 . T) (-4415 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+((-4415 . T) (-4405 . T) (-4416 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-370))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
(-1102 |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{ai}.")) (|#| (((|Integer|) $) "\\spad{\\#((a1,...,an))} returns \\spad{n}.")) (|cdr| (($ $) "\\spad{cdr((a1,...,an))} returns \\spad{(a2,...,an)}.")) (|car| (($ $) "\\spad{car((a1,...,an))} returns a1.")) (|expr| ((|#5| $) "\\spad{expr(s)} returns \\spad{s} as an element of Expr; Error: if \\spad{s} is not an atom that also belongs to Expr.")) (|float| ((|#4| $) "\\spad{float(s)} returns \\spad{s} as an element of \\spad{Flt}; Error: if \\spad{s} is not an atom that also belongs to \\spad{Flt}.")) (|integer| ((|#3| $) "\\spad{integer(s)} returns \\spad{s} as an element of Int. Error: if \\spad{s} is not an atom that also belongs to Int.")) (|symbol| ((|#2| $) "\\spad{symbol(s)} returns \\spad{s} as an element of \\spad{Sym}. Error: if \\spad{s} is not an atom that also belongs to \\spad{Sym}.")) (|string| ((|#1| $) "\\spad{string(s)} returns \\spad{s} as an element of \\spad{Str}. Error: if \\spad{s} is not an atom that also belongs to \\spad{Str}.")) (|destruct| (((|List| $) $) "\\spad{destruct((a1,...,an))} returns the list [a1,{}...,{}an].")) (|float?| (((|Boolean|) $) "\\spad{float?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{Flt}.")) (|integer?| (((|Boolean|) $) "\\spad{integer?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Int.")) (|symbol?| (((|Boolean|) $) "\\spad{symbol?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{Sym}.")) (|string?| (((|Boolean|) $) "\\spad{string?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{Str}.")) (|list?| (((|Boolean|) $) "\\spad{list?(s)} is \\spad{true} if \\spad{s} is a Lisp list,{} possibly ().")) (|pair?| (((|Boolean|) $) "\\spad{pair?(s)} is \\spad{true} if \\spad{s} has is a non-null Lisp list.")) (|atom?| (((|Boolean|) $) "\\spad{atom?(s)} is \\spad{true} if \\spad{s} is a Lisp atom.")) (|null?| (((|Boolean|) $) "\\spad{null?(s)} is \\spad{true} if \\spad{s} is the \\spad{S}-expression ().")) (|eq| (((|Boolean|) $ $) "\\spad{eq(s, t)} is \\spad{true} if EQ(\\spad{s},{}\\spad{t}) is \\spad{true} in Lisp.")))
NIL
@@ -4362,7 +4362,7 @@ NIL
NIL
(-1108 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.}")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
(-1109)
((|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 pi} in the corresponding double coset. Note: the resulting permutation {\\em pi} of {\\em {1,2,...,n}} is given in list form. Notes: the inverse of this map is {\\em coleman}. For details,{} see James/Kerber.")) (|coleman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{coleman(alpha,beta,pi)}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For a representing element {\\em pi} of such a double coset,{} coleman(\\spad{alpha},{}\\spad{beta},{}\\spad{pi}) generates the Coleman-matrix corresponding to {\\em alpha, beta, pi}. Note: The permutation {\\em pi} of {\\em {1,2,...,n}} has to be given in list form. Note: the inverse of this map is {\\em inverseColeman} (if {\\em pi} is the lexicographical smallest permutation in the coset). For details see James/Kerber.")))
@@ -4378,8 +4378,8 @@ NIL
NIL
(-1112 |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}.")))
-((-4408 |has| |#3| (-1049)) (-4409 |has| |#3| (-1049)) (-4411 |has| |#3| (-6 -4411)) ((-4416 "*") |has| |#3| (-172)) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2768 (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#3| (QUOTE (-365))) (-2768 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2768 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365)))) (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-793))) (-2768 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (QUOTE (-848)))) (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (QUOTE (-726))) (-2768 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2768 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2768 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2768 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2768 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-233))) (-2768 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (QUOTE (-1099)))) (|HasCategory| |#3| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-131)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-172)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-233)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-365)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-370)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-726)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-793)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-848)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099))))) (-2768 (-12 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1049))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2768 (|HasCategory| |#3| (QUOTE (-1049))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099)))) (|HasAttribute| |#3| (QUOTE -4411)) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))))
+((-4409 |has| |#3| (-1049)) (-4410 |has| |#3| (-1049)) (-4412 |has| |#3| (-6 -4412)) ((-4417 "*") |has| |#3| (-172)) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2700 (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099)))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#3| (QUOTE (-365))) (-2700 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2700 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-365)))) (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-793))) (-2700 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (QUOTE (-848)))) (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (QUOTE (-726))) (-2700 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (-2700 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2700 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2700 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-1049)))) (-2700 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (|HasCategory| |#3| (QUOTE (-233))) (-2700 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (QUOTE (-1099)))) (|HasCategory| |#3| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-131)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-172)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-233)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-365)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-370)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-726)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-793)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-848)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099))))) (-2700 (-12 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1049))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-172))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-365))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-726))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-793))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-848))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (|HasCategory| (-566) (QUOTE (-850))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (QUOTE (-233))) (|HasCategory| |#3| (QUOTE (-1049)))) (-12 (|HasCategory| |#3| (QUOTE (-1049))) (|HasCategory| |#3| (LIST (QUOTE -900) (QUOTE (-1175))))) (-2700 (|HasCategory| |#3| (QUOTE (-1049))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566)))))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#3| (QUOTE (-1099)))) (|HasAttribute| |#3| (QUOTE -4412)) (|HasCategory| |#3| (QUOTE (-131))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#3| (QUOTE (-1099))) (|HasCategory| |#3| (LIST (QUOTE -310) (|devaluate| |#3|)))))
(-1113 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
@@ -4388,7 +4388,7 @@ NIL
((|constructor| (NIL "This domain represents a signature AST. A signature AST \\indented{2}{is a description of an exported operation,{} \\spadignore{e.g.} its name,{} result} \\indented{2}{type,{} and the list of its argument types.}")) (|signature| (((|Signature|) $) "\\spad{signature(s)} returns AST of the declared signature for \\spad{`s'}.")) (|name| (((|Identifier|) $) "\\spad{name(s)} returns the name of the signature \\spad{`s'}.")) (|signatureAst| (($ (|Identifier|) (|Signature|)) "\\spad{signatureAst(n,s,t)} builds the signature AST \\spad{n:} \\spad{s} \\spad{->} \\spad{t}")))
NIL
NIL
-(-1115 R -2352)
+(-1115 R -1909)
((|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
@@ -4406,19 +4406,19 @@ NIL
NIL
(-1119)
((|constructor| (NIL "SingleInteger is intended to support machine integer arithmetic.")) (|Or| (($ $ $) "\\spad{Or(n,m)} returns the bit-by-bit logical {\\em or} of the single integers \\spad{n} and \\spad{m}.")) (|And| (($ $ $) "\\spad{And(n,m)} returns the bit-by-bit logical {\\em and} of the single integers \\spad{n} and \\spad{m}.")) (|Not| (($ $) "\\spad{Not(n)} returns the bit-by-bit logical {\\em not} of the single integer \\spad{n}.")) (|xor| (($ $ $) "\\spad{xor(n,m)} returns the bit-by-bit logical {\\em xor} of the single integers \\spad{n} and \\spad{m}.")) (|not| (($ $) "\\spad{not(n)} returns the bit-by-bit logical {\\em not} of the single integer \\spad{n}.")) (|noetherian| ((|attribute|) "\\spad{noetherian} all ideals are finitely generated (in fact principal).")) (|canonicalsClosed| ((|attribute|) "\\spad{canonicalClosed} means two positives multiply to give positive.")) (|canonical| ((|attribute|) "\\spad{canonical} means that mathematical equality is implied by data structure equality.")))
-((-4402 . T) (-4406 . T) (-4401 . T) (-4412 . T) (-4413 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4403 . T) (-4407 . T) (-4402 . T) (-4413 . T) (-4414 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-1120 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}.")))
-((-4414 . T) (-4415 . T))
+((-4415 . T) (-4416 . T))
NIL
(-1121 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 (-365))) (|HasAttribute| |#3| (QUOTE (-4416 "*"))) (|HasCategory| |#3| (QUOTE (-172))))
+((|HasCategory| |#3| (QUOTE (-365))) (|HasAttribute| |#3| (QUOTE (-4417 "*"))) (|HasCategory| |#3| (QUOTE (-172))))
(-1122 |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.")))
-((-4414 . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4415 . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
(-1123 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}.")))
@@ -4426,17 +4426,17 @@ NIL
NIL
(-1124 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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-1125 |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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-365))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-365))))
(-1126 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}")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
-(-1127 UP -2352)
+(-1127 UP -1909)
((|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
@@ -4490,19 +4490,19 @@ NIL
NIL
(-1140 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.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| (-1139 |#1| |#2|) (LIST (QUOTE -310) (LIST (QUOTE -1139) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1139 |#1| |#2|) (QUOTE (-1099)))) (|HasCategory| (-1139 |#1| |#2|) (QUOTE (-1099))) (-2768 (|HasCategory| (-1139 |#1| |#2|) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-1139 |#1| |#2|) (LIST (QUOTE -310) (LIST (QUOTE -1139) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1139 |#1| |#2|) (QUOTE (-1099))))) (|HasCategory| (-1139 |#1| |#2|) (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| (-1139 |#1| |#2|) (LIST (QUOTE -310) (LIST (QUOTE -1139) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1139 |#1| |#2|) (QUOTE (-1099)))) (|HasCategory| (-1139 |#1| |#2|) (QUOTE (-1099))) (-2700 (|HasCategory| (-1139 |#1| |#2|) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-1139 |#1| |#2|) (LIST (QUOTE -310) (LIST (QUOTE -1139) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1139 |#1| |#2|) (QUOTE (-1099))))) (|HasCategory| (-1139 |#1| |#2|) (LIST (QUOTE -613) (QUOTE (-862)))))
(-1141 |ndim| R)
((|constructor| (NIL "\\spadtype{SquareMatrix} is a matrix domain of square matrices,{} where the number of rows (= number of columns) is a parameter of the type.")) (|unitsKnown| ((|attribute|) "the invertible matrices are simply the matrices whose determinants are units in the Ring \\spad{R}.")) (|central| ((|attribute|) "the elements of the Ring \\spad{R},{} viewed as diagonal matrices,{} commute with all matrices and,{} indeed,{} are the only matrices which commute with all matrices.")) (|squareMatrix| (($ (|Matrix| |#2|)) "\\spad{squareMatrix(m)} converts a matrix of type \\spadtype{Matrix} to a matrix of type \\spadtype{SquareMatrix}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.")) (|new| (($ |#2|) "\\spad{new(c)} constructs a new \\spadtype{SquareMatrix} object of dimension \\spad{ndim} with initial entries equal to \\spad{c}.")))
-((-4411 . T) (-4403 |has| |#2| (-6 (-4416 "*"))) (-4414 . T) (-4408 . T) (-4409 . T))
-((|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE (-4416 "*"))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-365))) (-2768 (|HasAttribute| |#2| (QUOTE (-4416 "*"))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-172))))
+((-4412 . T) (-4404 |has| |#2| (-6 (-4417 "*"))) (-4415 . T) (-4409 . T) (-4410 . T))
+((|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE (-4417 "*"))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (-12 (|HasCategory| |#2| (QUOTE (-233))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (QUOTE (-308))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-365))) (-2700 (|HasAttribute| |#2| (QUOTE (-4417 "*"))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| |#2| (QUOTE (-172))))
(-1142 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
(-1143)
((|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.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
(-1144 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.}")))
@@ -4510,12 +4510,12 @@ NIL
NIL
(-1145 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.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -613) (QUOTE (-862)))))
(-1146 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}.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-1147 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
@@ -4526,8 +4526,8 @@ NIL
NIL
(-1149 |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.")))
-((-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#2|)))))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-850))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))))
+((-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#2|)))))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-850))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))))
(-1150)
((|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
@@ -4550,20 +4550,20 @@ NIL
NIL
(-1155 S)
((|constructor| (NIL "A stream is an implementation of an infinite sequence using a list of terms that have been computed and a function closure to compute additional terms when needed.")) (|filterUntil| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterUntil(p,s)} returns \\spad{[x0,x1,...,x(n)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = true}.")) (|filterWhile| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterWhile(p,s)} returns \\spad{[x0,x1,...,x(n-1)]} where \\spad{s = [x0,x1,x2,..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = false}.")) (|generate| (($ (|Mapping| |#1| |#1|) |#1|) "\\spad{generate(f,x)} creates an infinite stream whose first element is \\spad{x} and whose \\spad{n}th element (\\spad{n > 1}) is \\spad{f} applied to the previous element. Note: \\spad{generate(f,x) = [x,f(x),f(f(x)),...]}.") (($ (|Mapping| |#1|)) "\\spad{generate(f)} creates an infinite stream all of whose elements are equal to \\spad{f()}. Note: \\spad{generate(f) = [f(),f(),f(),...]}.")) (|setrest!| (($ $ (|Integer|) $) "\\spad{setrest!(x,n,y)} sets rest(\\spad{x},{}\\spad{n}) to \\spad{y}. The function will expand cycles if necessary.")) (|showAll?| (((|Boolean|)) "\\spad{showAll?()} returns \\spad{true} if all computed entries of streams will be displayed.")) (|showAllElements| (((|OutputForm|) $) "\\spad{showAllElements(s)} creates an output form which displays all computed elements.")) (|output| (((|Void|) (|Integer|) $) "\\spad{output(n,st)} computes and displays the first \\spad{n} entries of \\spad{st}.")) (|cons| (($ |#1| $) "\\spad{cons(a,s)} returns a stream whose \\spad{first} is \\spad{a} and whose \\spad{rest} is \\spad{s}. Note: \\spad{cons(a,s) = concat(a,s)}.")) (|delay| (($ (|Mapping| $)) "\\spad{delay(f)} creates a stream with a lazy evaluation defined by function \\spad{f}. Caution: This function can only be called in compiled code.")) (|findCycle| (((|Record| (|:| |cycle?| (|Boolean|)) (|:| |prefix| (|NonNegativeInteger|)) (|:| |period| (|NonNegativeInteger|))) (|NonNegativeInteger|) $) "\\spad{findCycle(n,st)} determines if \\spad{st} is periodic within \\spad{n}.")) (|repeating?| (((|Boolean|) (|List| |#1|) $) "\\spad{repeating?(l,s)} returns \\spad{true} if a stream \\spad{s} is periodic with period \\spad{l},{} and \\spad{false} otherwise.")) (|repeating| (($ (|List| |#1|)) "\\spad{repeating(l)} is a repeating stream whose period is the list \\spad{l}.")) (|shallowlyMutable| ((|attribute|) "one may destructively alter a stream by assigning new values to its entries.")))
-((-4415 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4416 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-1156)
((|constructor| (NIL "A category for string-like objects")) (|string| (($ (|Integer|)) "\\spad{string(i)} returns the decimal representation of \\spad{i} in a string")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
(-1157)
NIL
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))))
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144)))))) (|HasCategory| (-144) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| (-144) (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| (-144) (QUOTE (-1099))) (|HasCategory| (-144) (LIST (QUOTE -310) (QUOTE (-144))))))
(-1158 |Entry|)
((|constructor| (NIL "This domain provides tables where the keys are strings. A specialized hash function for strings is used.")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (QUOTE (-1157))) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#1|)))))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (QUOTE (-1099))) (|HasCategory| (-1157) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (LIST (QUOTE -613) (QUOTE (-862)))))
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (QUOTE (-1157))) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#1|)))))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (QUOTE (-1099))) (|HasCategory| (-1157) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (LIST (QUOTE -613) (QUOTE (-862)))))
(-1159 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,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
@@ -4594,9 +4594,9 @@ NIL
NIL
(-1166 |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.")))
-(((-4416 "*") -2768 (-2415 (|has| |#1| (-365)) (|has| (-1173 |#1| |#2| |#3|) (-820))) (|has| |#1| (-172)) (-2415 (|has| |#1| (-365)) (|has| (-1173 |#1| |#2| |#3|) (-909)))) (-4407 -2768 (-2415 (|has| |#1| (-365)) (|has| (-1173 |#1| |#2| |#3|) (-820))) (|has| |#1| (-558)) (-2415 (|has| |#1| (-365)) (|has| (-1173 |#1| |#2| |#3|) (-909)))) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-1150))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -287) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -310) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-145)))) (-2768 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2768 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|)))))) (-2768 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (|HasCategory| (-566) (QUOTE (-1111))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-365)))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-2768 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365))))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-1150))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -287) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -310) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-145))) (-2768 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-172)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-145)))))
-(-1167 R -2352)
+(((-4417 "*") -2700 (-3360 (|has| |#1| (-365)) (|has| (-1173 |#1| |#2| |#3|) (-820))) (|has| |#1| (-172)) (-3360 (|has| |#1| (-365)) (|has| (-1173 |#1| |#2| |#3|) (-909)))) (-4408 -2700 (-3360 (|has| |#1| (-365)) (|has| (-1173 |#1| |#2| |#3|) (-820))) (|has| |#1| (-558)) (-3360 (|has| |#1| (-365)) (|has| (-1173 |#1| |#2| |#3|) (-909)))) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-1150))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -287) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -310) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-145)))) (-2700 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2700 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|)))))) (-2700 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (|HasCategory| (-566) (QUOTE (-1111))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-365)))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-2700 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365))))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-1150))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -287) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -310) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1173) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-145))) (-2700 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-172)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1173 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(-1167 R -1909)
((|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
@@ -4614,16 +4614,16 @@ NIL
NIL
(-1171 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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4410 |has| |#1| (-365)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1150))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4411 |has| |#1| (-365)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#1| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-1150))) (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-233))) (|HasAttribute| |#1| (QUOTE -4413)) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145)))))
(-1172 |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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
(-1173 |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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-771)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-771)) (|devaluate| |#1|)))) (|HasCategory| (-771) (QUOTE (-1111))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-771))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-771))))) (|HasCategory| |#1| (QUOTE (-365))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-771)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-771)) (|devaluate| |#1|)))) (|HasCategory| (-771) (QUOTE (-1111))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-771))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-771))))) (|HasCategory| |#1| (QUOTE (-365))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
(-1174)
((|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
@@ -4638,8 +4638,8 @@ NIL
NIL
(-1177 R)
((|constructor| (NIL "This domain implements symmetric polynomial")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-6 -4412)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| (-971) (QUOTE (-131))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasAttribute| |#1| (QUOTE -4412)))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-6 -4413)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-454))) (-12 (|HasCategory| (-971) (QUOTE (-131))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasAttribute| |#1| (QUOTE -4413)))
(-1178)
((|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
@@ -4660,445 +4660,449 @@ NIL
((|constructor| (NIL "This domain implements sized (unsigned) integer datatypes parameterized by the precision (or width) of the underlying representation. The intent is that they map directly to the hosting hardware natural integer datatypes. Consequently,{} natural values for \\spad{N} are: 8,{} 16,{} 32,{} 64,{} etc. These datatypes are mostly useful for system programming tasks,{} \\spadignore{i.e.} interfacting with the hosting operating system,{} reading/writing external binary format files.")) (|sample| (($) "\\spad{sample} gives a sample datum of type Byte.")) (|bitior| (($ $ $) "bitor(\\spad{x},{}\\spad{y}) returns the bitwise `inclusive or' of \\spad{`x'} and \\spad{`y'}.")) (|bitand| (($ $ $) "\\spad{bitand(x,y)} returns the bitwise `and' of \\spad{`x'} and \\spad{`y'}.")))
NIL
NIL
-(-1183 R)
+(-1183)
+((|constructor| (NIL "This domain is a datatype system-level pointer values.")))
+NIL
+NIL
+(-1184 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
-(-1184)
+(-1185)
((|constructor| (NIL "The package \\spadtype{System} provides information about the runtime system and its characteristics.")) (|loadNativeModule| (((|Void|) (|String|)) "\\spad{loadNativeModule(path)} loads the native modile designated by \\spadvar{\\spad{path}}.")) (|nativeModuleExtension| (((|String|)) "\\spad{nativeModuleExtension} is a string representation of a filename extension for native modules.")) (|hostByteOrder| (((|ByteOrder|)) "\\sapd{hostByteOrder}")) (|hostPlatform| (((|String|)) "\\spad{hostPlatform} is a string `triplet' description of the platform hosting the running OpenAxiom system.")) (|rootDirectory| (((|String|)) "\\spad{rootDirectory()} returns the pathname of the root directory for the running OpenAxiom system.")))
NIL
NIL
-(-1185 S)
+(-1186 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
-(-1186 S)
+(-1187 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
-(-1187 |Key| |Entry|)
+(-1188 |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}")))
-((-4414 . T) (-4415 . T))
-((-12 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2674) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2636) (|devaluate| |#2|)))))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (-2768 (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))))
-(-1188 R)
+((-4415 . T) (-4416 . T))
+((-12 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -310) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2334) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -2303) (|devaluate| |#2|)))))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#2| (QUOTE (-1099)))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -614) (QUOTE (-538)))) (-12 (|HasCategory| |#2| (QUOTE (-1099))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#2| (QUOTE (-1099))) (-2700 (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#2| (LIST (QUOTE -613) (QUOTE (-862)))) (|HasCategory| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (LIST (QUOTE -613) (QUOTE (-862)))))
+(-1189 R)
((|constructor| (NIL "Expands tangents of sums and scalar products.")) (|tanNa| ((|#1| |#1| (|Integer|)) "\\spad{tanNa(a, n)} returns \\spad{f(a)} such that if \\spad{a = tan(u)} then \\spad{f(a) = tan(n * u)}.")) (|tanAn| (((|SparseUnivariatePolynomial| |#1|) |#1| (|PositiveInteger|)) "\\spad{tanAn(a, n)} returns \\spad{P(x)} such that if \\spad{a = tan(u)} then \\spad{P(tan(u/n)) = 0}.")) (|tanSum| ((|#1| (|List| |#1|)) "\\spad{tanSum([a1,...,an])} returns \\spad{f(a1,...,an)} such that if \\spad{ai = tan(ui)} then \\spad{f(a1,...,an) = tan(u1 + ... + un)}.")))
NIL
NIL
-(-1189 S |Key| |Entry|)
+(-1190 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
-(-1190 |Key| |Entry|)
+(-1191 |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})}.")))
-((-4415 . T))
+((-4416 . T))
NIL
-(-1191 |Key| |Entry|)
+(-1192 |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
-(-1192)
+(-1193)
((|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
-(-1193 S)
+(-1194 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
-(-1194)
+(-1195)
((|constructor| (NIL "\\spadtype{TexFormat} provides a coercion from \\spadtype{OutputForm} to \\TeX{} format. The particular dialect of \\TeX{} used is \\LaTeX{}. The basic object consists of three parts: a prologue,{} a tex part and an epilogue. The functions \\spadfun{prologue},{} \\spadfun{tex} and \\spadfun{epilogue} extract these parts,{} respectively. The main guts of the expression go into the tex part. The other parts can be set (\\spadfun{setPrologue!},{} \\spadfun{setEpilogue!}) so that contain the appropriate tags for printing. For example,{} the prologue and epilogue might simply contain \\spad{``}\\verb+\\spad{\\[}+\\spad{''} and \\spad{``}\\verb+\\spad{\\]}+\\spad{''},{} respectively,{} so that the TeX section will be printed in LaTeX display math mode.")) (|setPrologue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setPrologue!(t,strings)} sets the prologue section of a TeX form \\spad{t} to \\spad{strings}.")) (|setTex!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setTex!(t,strings)} sets the TeX section of a TeX form \\spad{t} to \\spad{strings}.")) (|setEpilogue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setEpilogue!(t,strings)} sets the epilogue section of a TeX form \\spad{t} to \\spad{strings}.")) (|prologue| (((|List| (|String|)) $) "\\spad{prologue(t)} extracts the prologue section of a TeX form \\spad{t}.")) (|new| (($) "\\spad{new()} create a new,{} empty object. Use \\spadfun{setPrologue!},{} \\spadfun{setTex!} and \\spadfun{setEpilogue!} to set the various components of this object.")) (|tex| (((|List| (|String|)) $) "\\spad{tex(t)} extracts the TeX section of a TeX form \\spad{t}.")) (|epilogue| (((|List| (|String|)) $) "\\spad{epilogue(t)} extracts the epilogue section of a TeX form \\spad{t}.")) (|display| (((|Void|) $) "\\spad{display(t)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to the value set by the system command \\spadsyscom{set output length}.") (((|Void|) $ (|Integer|)) "\\spad{display(t,width)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to \\spadvar{\\spad{width}}.")) (|convert| (($ (|OutputForm|) (|Integer|) (|OutputForm|)) "\\spad{convert(o,step,type)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number and \\spad{type}. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.") (($ (|OutputForm|) (|Integer|)) "\\spad{convert(o,step)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.")))
NIL
NIL
-(-1195)
+(-1196)
((|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
-(-1196 R)
+(-1197 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
-(-1197)
+(-1198)
((|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
-(-1198 S)
+(-1199 S)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{pi()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1199)
+(-1200)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{pi()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1200 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}.")))
-((-4415 . T) (-4414 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
(-1201 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}.")))
+((-4416 . T) (-4415 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1099))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
+(-1202 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
-(-1202)
+(-1203)
((|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
-(-1203 R -2352)
+(-1204 R -1909)
((|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
-(-1204 R |Row| |Col| M)
+(-1205 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
-(-1205 R -2352)
+(-1206 R -1909)
((|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 -614) (LIST (QUOTE -892) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -886) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -886) (|devaluate| |#1|)))))
-(-1206 S R E V P)
+(-1207 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 (-370))))
-(-1207 R E V P)
+(-1208 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.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
-(-1208 |Coef|)
+(-1209 |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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-365))))
-(-1209 |Curve|)
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-145))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-365))))
+(-1210 |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
-(-1210)
+(-1211)
((|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
-(-1211 S)
+(-1212 S)
((|constructor| (NIL "\\indented{1}{This domain is used to interface with the interpreter\\spad{'s} notion} of comma-delimited sequences of values.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(x)} returns the number of elements in tuple \\spad{x}")) (|select| ((|#1| $ (|NonNegativeInteger|)) "\\spad{select(x,n)} returns the \\spad{n}-th element of tuple \\spad{x}. tuples are 0-based")))
NIL
((|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))))
-(-1212 -2352)
+(-1213 -1909)
((|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
-(-1213)
+(-1214)
((|constructor| (NIL "This domain represents a type AST.")))
NIL
NIL
-(-1214)
+(-1215)
((|constructor| (NIL "The fundamental Type.")))
NIL
NIL
-(-1215 S)
+(-1216 S)
((|constructor| (NIL "Provides functions to force a partial ordering on any set.")) (|more?| (((|Boolean|) |#1| |#1|) "\\spad{more?(a, b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and uses the ordering on \\spad{S} if \\spad{a} and \\spad{b} are not comparable in the partial ordering.")) (|userOrdered?| (((|Boolean|)) "\\spad{userOrdered?()} tests if the partial ordering induced by \\spadfunFrom{setOrder}{UserDefinedPartialOrdering} is not empty.")) (|largest| ((|#1| (|List| |#1|)) "\\spad{largest l} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by the ordering on \\spad{S}.") ((|#1| (|List| |#1|) (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{largest(l, fn)} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by \\spad{fn}.")) (|less?| (((|Boolean|) |#1| |#1| (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{less?(a, b, fn)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and returns \\spad{fn(a, b)} if \\spad{a} and \\spad{b} are not comparable in that ordering.") (((|Union| (|Boolean|) "failed") |#1| |#1|) "\\spad{less?(a, b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder.")) (|getOrder| (((|Record| (|:| |low| (|List| |#1|)) (|:| |high| (|List| |#1|)))) "\\spad{getOrder()} returns \\spad{[[b1,...,bm], [a1,...,an]]} such that the partial ordering on \\spad{S} was given by \\spad{setOrder([b1,...,bm],[a1,...,an])}.")) (|setOrder| (((|Void|) (|List| |#1|) (|List| |#1|)) "\\spad{setOrder([b1,...,bm], [a1,...,an])} defines a partial ordering on \\spad{S} given \\spad{by:} \\indented{3}{(1)\\space{2}\\spad{b1 < b2 < ... < bm < a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{bj < c < ai}\\space{2}for \\spad{c} not among the \\spad{ai}\\spad{'s} and \\spad{bj}\\spad{'s}.} \\indented{3}{(3)\\space{2}undefined on \\spad{(c,d)} if neither is among the \\spad{ai}\\spad{'s},{}\\spad{bj}\\spad{'s}.}") (((|Void|) (|List| |#1|)) "\\spad{setOrder([a1,...,an])} defines a partial ordering on \\spad{S} given \\spad{by:} \\indented{3}{(1)\\space{2}\\spad{a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{b < ai\\space{3}for i = 1..n} and \\spad{b} not among the \\spad{ai}\\spad{'s}.} \\indented{3}{(3)\\space{2}undefined on \\spad{(b, c)} if neither is among the \\spad{ai}\\spad{'s}.}")))
NIL
((|HasCategory| |#1| (QUOTE (-850))))
-(-1216)
+(-1217)
((|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
-(-1217 S)
+(-1218 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
-(-1218)
+(-1219)
((|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.")))
-((-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-1219)
+(-1220)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 16 bits.")))
NIL
NIL
-(-1220)
+(-1221)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 32 bits.")))
NIL
NIL
-(-1221)
+(-1222)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 64 bits.")))
NIL
NIL
-(-1222)
+(-1223)
((|constructor| (NIL "This domain is a datatype for (unsigned) integer values of precision 8 bits.")))
NIL
NIL
-(-1223 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(-1224 |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
-(-1224 |Coef|)
+(-1225 |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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-1225 S |Coef| UTS)
+(-1226 S |Coef| UTS)
((|constructor| (NIL "This is a category of univariate Laurent series constructed from univariate Taylor series. A Laurent series is represented by a pair \\spad{[n,f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")) (|taylorIfCan| (((|Union| |#3| "failed") $) "\\spad{taylorIfCan(f(x))} converts the Laurent series \\spad{f(x)} to a Taylor series,{} if possible. If this is not possible,{} \"failed\" is returned.")) (|taylor| ((|#3| $) "\\spad{taylor(f(x))} converts the Laurent series \\spad{f}(\\spad{x}) to a Taylor series,{} if possible. Error: if this is not possible.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,f(x))} removes up to \\spad{n} leading zeroes from the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable.") (($ $) "\\spad{removeZeroes(f(x))} removes leading zeroes from the representation of the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}")) (|taylorRep| ((|#3| $) "\\spad{taylorRep(f(x))} returns \\spad{g(x)},{} where \\spad{f = x**n * g(x)} is represented by \\spad{[n,g(x)]}.")) (|degree| (((|Integer|) $) "\\spad{degree(f(x))} returns the degree of the lowest order term of \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurent| (($ (|Integer|) |#3|) "\\spad{laurent(n,f(x))} returns \\spad{x**n * f(x)}.")))
NIL
((|HasCategory| |#2| (QUOTE (-365))))
-(-1226 |Coef| UTS)
+(-1227 |Coef| UTS)
((|constructor| (NIL "This is a category of univariate Laurent series constructed from univariate Taylor series. A Laurent series is represented by a pair \\spad{[n,f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")) (|taylorIfCan| (((|Union| |#2| "failed") $) "\\spad{taylorIfCan(f(x))} converts the Laurent series \\spad{f(x)} to a Taylor series,{} if possible. If this is not possible,{} \"failed\" is returned.")) (|taylor| ((|#2| $) "\\spad{taylor(f(x))} converts the Laurent series \\spad{f}(\\spad{x}) to a Taylor series,{} if possible. Error: if this is not possible.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,f(x))} removes up to \\spad{n} leading zeroes from the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable.") (($ $) "\\spad{removeZeroes(f(x))} removes leading zeroes from the representation of the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}")) (|taylorRep| ((|#2| $) "\\spad{taylorRep(f(x))} returns \\spad{g(x)},{} where \\spad{f = x**n * g(x)} is represented by \\spad{[n,g(x)]}.")) (|degree| (((|Integer|) $) "\\spad{degree(f(x))} returns the degree of the lowest order term of \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurent| (($ (|Integer|) |#2|) "\\spad{laurent(n,f(x))} returns \\spad{x**n * f(x)}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-1227 |Coef| UTS)
+(-1228 |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)}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -287) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-820)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-850)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1022)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1150)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (|HasCategory| |#1| (QUOTE (-145))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-145))))) (-2768 (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-147))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (|HasCategory| (-566) (QUOTE (-1111))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-820)))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-820)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-850))))) (-2768 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -287) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-820)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-850)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1022)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1150)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1150)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -287) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-850)))) (|HasCategory| |#2| (QUOTE (-909))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-547)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-308)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-145))))))
-(-1228 |Coef| |var| |cen|)
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -287) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-820)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-850)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1022)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1150)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (|HasCategory| |#1| (QUOTE (-145))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-145))))) (-2700 (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-147))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-233)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (|HasCategory| (-566) (QUOTE (-1111))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-820)))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-820)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-850))))) (-2700 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -287) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-820)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-850)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1022)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1150)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-1175)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1150)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -287) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -310) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -516) (QUOTE (-1175)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-850)))) (|HasCategory| |#2| (QUOTE (-909))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-547)))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-308)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#1| (QUOTE (-145))) (-12 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-145))))))
+(-1229 |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.")))
-(((-4416 "*") -2768 (-2415 (|has| |#1| (-365)) (|has| (-1256 |#1| |#2| |#3|) (-820))) (|has| |#1| (-172)) (-2415 (|has| |#1| (-365)) (|has| (-1256 |#1| |#2| |#3|) (-909)))) (-4407 -2768 (-2415 (|has| |#1| (-365)) (|has| (-1256 |#1| |#2| |#3|) (-820))) (|has| |#1| (-558)) (-2415 (|has| |#1| (-365)) (|has| (-1256 |#1| |#2| |#3|) (-909)))) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
-((-2768 (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-1150))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -287) (LIST (QUOTE -1256) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1256) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -310) (LIST (QUOTE -1256) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1256) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-145)))) (-2768 (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2768 (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|)))))) (-2768 (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (|HasCategory| (-566) (QUOTE (-1111))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-365)))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-2768 (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365))))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-1150))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -287) (LIST (QUOTE -1256) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1256) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -310) (LIST (QUOTE -1256) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1256) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-145))) (-2768 (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-172)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1256 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-145)))))
-(-1229 ZP)
+(((-4417 "*") -2700 (-3360 (|has| |#1| (-365)) (|has| (-1257 |#1| |#2| |#3|) (-820))) (|has| |#1| (-172)) (-3360 (|has| |#1| (-365)) (|has| (-1257 |#1| |#2| |#3|) (-909)))) (-4408 -2700 (-3360 (|has| |#1| (-365)) (|has| (-1257 |#1| |#2| |#3|) (-820))) (|has| |#1| (-558)) (-3360 (|has| |#1| (-365)) (|has| (-1257 |#1| |#2| |#3|) (-909)))) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
+((-2700 (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-1150))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -287) (LIST (QUOTE -1257) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1257) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -310) (LIST (QUOTE -1257) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1257) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-145)))) (-2700 (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-147))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-147)))) (-2700 (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|)))))) (-2700 (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-233))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-566)) (|devaluate| |#1|))))) (|HasCategory| (-566) (QUOTE (-1111))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-365))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-1175)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-365)))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-2700 (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365))))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-1150))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -287) (LIST (QUOTE -1257) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1257) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -310) (LIST (QUOTE -1257) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -516) (QUOTE (-1175)) (LIST (QUOTE -1257) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-566))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-547))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-308))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-145))) (-2700 (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-820))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-172)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-909))) (|HasCategory| |#1| (QUOTE (-365)))) (-12 (|HasCategory| (-1257 |#1| |#2| |#3|) (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-365)))) (|HasCategory| |#1| (QUOTE (-145)))))
+(-1230 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
-(-1230 R S)
+(-1231 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 (-848))))
-(-1231 S)
+(-1232 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 (-848))) (|HasCategory| |#1| (QUOTE (-1099))))
-(-1232 |x| R |y| S)
+(-1233 |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
-(-1233 R Q UP)
+(-1234 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
-(-1234 R UP)
+(-1235 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
-(-1235 R UP)
+(-1236 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
-(-1236 R U)
+(-1237 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
-(-1237 |x| R)
+(-1238 |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}")))
-(((-4416 "*") |has| |#2| (-172)) (-4407 |has| |#2| (-558)) (-4410 |has| |#2| (-365)) (-4412 |has| |#2| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#2| (QUOTE (-909))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2768 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2768 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1150))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE -4412)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2768 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
-(-1238 R PR S PS)
+(((-4417 "*") |has| |#2| (-172)) (-4408 |has| |#2| (-558)) (-4411 |has| |#2| (-365)) (-4413 |has| |#2| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#2| (QUOTE (-909))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-558)))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-381)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-381))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -886) (QUOTE (-566)))) (|HasCategory| |#2| (LIST (QUOTE -886) (QUOTE (-566))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-381)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -614) (LIST (QUOTE -892) (QUOTE (-566)))))) (-12 (|HasCategory| (-1081) (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#2| (LIST (QUOTE -614) (QUOTE (-538))))) (|HasCategory| |#2| (LIST (QUOTE -639) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-147))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (QUOTE (-566)))) (-2700 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| |#2| (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (-2700 (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-1150))) (|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasCategory| |#2| (QUOTE (-233))) (|HasAttribute| |#2| (QUOTE -4413)) (|HasCategory| |#2| (QUOTE (-454))) (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (-2700 (-12 (|HasCategory| $ (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-909)))) (|HasCategory| |#2| (QUOTE (-145)))))
+(-1239 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
-(-1239 S R)
+(-1240 S R)
((|constructor| (NIL "The category of univariate polynomials over a ring \\spad{R}. No particular model is assumed - implementations can be either sparse or dense.")) (|integrate| (($ $) "\\spad{integrate(p)} integrates the univariate polynomial \\spad{p} with respect to its distinguished variable.")) (|additiveValuation| ((|attribute|) "euclideanSize(a*b) = euclideanSize(a) + euclideanSize(\\spad{b})")) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) "\\spad{separate(p, q)} returns \\spad{[a, b]} such that polynomial \\spad{p = a b} and \\spad{a} is relatively prime to \\spad{q}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#2|) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{pseudoDivide(p,q)} returns \\spad{[c, q, r]},{} when \\spad{p' := p*lc(q)**(deg p - deg q + 1) = c * p} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|pseudoQuotient| (($ $ $) "\\spad{pseudoQuotient(p,q)} returns \\spad{r},{} the quotient when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|composite| (((|Union| (|Fraction| $) "failed") (|Fraction| $) $) "\\spad{composite(f, q)} returns \\spad{h} if \\spad{f} = \\spad{h}(\\spad{q}),{} and \"failed\" is no such \\spad{h} exists.") (((|Union| $ "failed") $ $) "\\spad{composite(p, q)} returns \\spad{h} if \\spad{p = h(q)},{} and \"failed\" no such \\spad{h} exists.")) (|subResultantGcd| (($ $ $) "\\spad{subResultantGcd(p,q)} computes the \\spad{gcd} of the polynomials \\spad{p} and \\spad{q} using the SubResultant \\spad{GCD} algorithm.")) (|order| (((|NonNegativeInteger|) $ $) "\\spad{order(p, q)} returns the largest \\spad{n} such that \\spad{q**n} divides polynomial \\spad{p} \\spadignore{i.e.} the order of \\spad{p(x)} at \\spad{q(x)=0}.")) (|elt| ((|#2| (|Fraction| $) |#2|) "\\spad{elt(a,r)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by the constant \\spad{r}.") (((|Fraction| $) (|Fraction| $) (|Fraction| $)) "\\spad{elt(a,b)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by \\spad{b}.")) (|resultant| ((|#2| $ $) "\\spad{resultant(p,q)} returns the resultant of the polynomials \\spad{p} and \\spad{q}.")) (|discriminant| ((|#2| $) "\\spad{discriminant(p)} returns the discriminant of the polynomial \\spad{p}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) $) "\\spad{differentiate(p, d, x')} extends the \\spad{R}-derivation \\spad{d} to an extension \\spad{D} in \\spad{R[x]} where \\spad{Dx} is given by \\spad{x'},{} and returns \\spad{Dp}.")) (|pseudoRemainder| (($ $ $) "\\spad{pseudoRemainder(p,q)} = \\spad{r},{} for polynomials \\spad{p} and \\spad{q},{} returns the remainder when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|shiftLeft| (($ $ (|NonNegativeInteger|)) "\\spad{shiftLeft(p,n)} returns \\spad{p * monomial(1,n)}")) (|shiftRight| (($ $ (|NonNegativeInteger|)) "\\spad{shiftRight(p,n)} returns \\spad{monicDivide(p,monomial(1,n)).quotient}")) (|karatsubaDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ (|NonNegativeInteger|)) "\\spad{karatsubaDivide(p,n)} returns the same as \\spad{monicDivide(p,monomial(1,n))}")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicDivide(p,q)} divide the polynomial \\spad{p} by the monic polynomial \\spad{q},{} returning the pair \\spad{[quotient, remainder]}. Error: if \\spad{q} isn\\spad{'t} monic.")) (|divideExponents| (((|Union| $ "failed") $ (|NonNegativeInteger|)) "\\spad{divideExponents(p,n)} returns a new polynomial resulting from dividing all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n},{} or \"failed\" if some exponent is not exactly divisible by \\spad{n}.")) (|multiplyExponents| (($ $ (|NonNegativeInteger|)) "\\spad{multiplyExponents(p,n)} returns a new polynomial resulting from multiplying all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n}.")) (|unmakeSUP| (($ (|SparseUnivariatePolynomial| |#2|)) "\\spad{unmakeSUP(sup)} converts \\spad{sup} of type \\spadtype{SparseUnivariatePolynomial(R)} to be a member of the given type. Note: converse of makeSUP.")) (|makeSUP| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{makeSUP(p)} converts the polynomial \\spad{p} to be of type SparseUnivariatePolynomial over the same coefficients.")) (|vectorise| (((|Vector| |#2|) $ (|NonNegativeInteger|)) "\\spad{vectorise(p, n)} returns \\spad{[a0,...,a(n-1)]} where \\spad{p = a0 + a1*x + ... + a(n-1)*x**(n-1)} + higher order terms. The degree of polynomial \\spad{p} can be different from \\spad{n-1}.")))
NIL
((|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))) (|HasCategory| |#2| (QUOTE (-454))) (|HasCategory| |#2| (QUOTE (-558))) (|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (QUOTE (-1150))))
-(-1240 R)
+(-1241 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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4410 |has| |#1| (-365)) (-4412 |has| |#1| (-6 -4412)) (-4409 . T) (-4408 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4411 |has| |#1| (-365)) (-4413 |has| |#1| (-6 -4413)) (-4410 . T) (-4409 . T) (-4412 . T))
NIL
-(-1241 S |Coef| |Expon|)
+(-1242 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 -900) (QUOTE (-1175)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1111))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -3152) (LIST (|devaluate| |#2|) (QUOTE (-1175))))))
-(-1242 |Coef| |Expon|)
+((|HasCategory| |#2| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1111))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -1650) (LIST (|devaluate| |#2|) (QUOTE (-1175))))))
+(-1243 |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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-1243 RC P)
+(-1244 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
-(-1244 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(-1245 |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
-(-1245 |Coef|)
+(-1246 |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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-1246 S |Coef| ULS)
+(-1247 S |Coef| ULS)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")) (|laurentIfCan| (((|Union| |#3| "failed") $) "\\spad{laurentIfCan(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. If this is not possible,{} \"failed\" is returned.")) (|laurent| ((|#3| $) "\\spad{laurent(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. Error: if this is not possible.")) (|degree| (((|Fraction| (|Integer|)) $) "\\spad{degree(f(x))} returns the degree of the leading term of the Puiseux series \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurentRep| ((|#3| $) "\\spad{laurentRep(f(x))} returns \\spad{g(x)} where the Puiseux series \\spad{f(x) = g(x^r)} is represented by \\spad{[r,g(x)]}.")) (|rationalPower| (((|Fraction| (|Integer|)) $) "\\spad{rationalPower(f(x))} returns \\spad{r} where the Puiseux series \\spad{f(x) = g(x^r)}.")) (|puiseux| (($ (|Fraction| (|Integer|)) |#3|) "\\spad{puiseux(r,f(x))} returns \\spad{f(x^r)}.")))
NIL
NIL
-(-1247 |Coef| ULS)
+(-1248 |Coef| ULS)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")) (|laurentIfCan| (((|Union| |#2| "failed") $) "\\spad{laurentIfCan(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. If this is not possible,{} \"failed\" is returned.")) (|laurent| ((|#2| $) "\\spad{laurent(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. Error: if this is not possible.")) (|degree| (((|Fraction| (|Integer|)) $) "\\spad{degree(f(x))} returns the degree of the leading term of the Puiseux series \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurentRep| ((|#2| $) "\\spad{laurentRep(f(x))} returns \\spad{g(x)} where the Puiseux series \\spad{f(x) = g(x^r)} is represented by \\spad{[r,g(x)]}.")) (|rationalPower| (((|Fraction| (|Integer|)) $) "\\spad{rationalPower(f(x))} returns \\spad{r} where the Puiseux series \\spad{f(x) = g(x^r)}.")) (|puiseux| (($ (|Fraction| (|Integer|)) |#2|) "\\spad{puiseux(r,f(x))} returns \\spad{f(x^r)}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-1248 |Coef| ULS)
+(-1249 |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)}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))))
-(-1249 |Coef| |var| |cen|)
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))))
+(-1250 |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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4412 |has| |#1| (-365)) (-4406 |has| |#1| (-365)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2768 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
-(-1250 R FE |var| |cen|)
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4413 |has| |#1| (-365)) (-4407 |has| |#1| (-365)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#1| (QUOTE (-172))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566))) (|devaluate| |#1|)))) (|HasCategory| (-409 (-566)) (QUOTE (-1111))) (|HasCategory| |#1| (QUOTE (-365))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-2700 (|HasCategory| |#1| (QUOTE (-365))) (|HasCategory| |#1| (QUOTE (-558)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -409) (QUOTE (-566)))))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
+(-1251 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))}.")))
-(((-4416 "*") |has| (-1249 |#2| |#3| |#4|) (-172)) (-4407 |has| (-1249 |#2| |#3| |#4|) (-558)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| (-1249 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-1249 |#2| |#3| |#4|) (QUOTE (-145))) (|HasCategory| (-1249 |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1249 |#2| |#3| |#4|) (QUOTE (-172))) (-2768 (|HasCategory| (-1249 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-1249 |#2| |#3| |#4|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| (-1249 |#2| |#3| |#4|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-1249 |#2| |#3| |#4|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-1249 |#2| |#3| |#4|) (QUOTE (-365))) (|HasCategory| (-1249 |#2| |#3| |#4|) (QUOTE (-454))) (|HasCategory| (-1249 |#2| |#3| |#4|) (QUOTE (-558))))
-(-1251 A S)
+(((-4417 "*") |has| (-1250 |#2| |#3| |#4|) (-172)) (-4408 |has| (-1250 |#2| |#3| |#4|) (-558)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| (-1250 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-1250 |#2| |#3| |#4|) (QUOTE (-145))) (|HasCategory| (-1250 |#2| |#3| |#4|) (QUOTE (-147))) (|HasCategory| (-1250 |#2| |#3| |#4|) (QUOTE (-172))) (-2700 (|HasCategory| (-1250 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-1250 |#2| |#3| |#4|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566)))))) (|HasCategory| (-1250 |#2| |#3| |#4|) (LIST (QUOTE -1038) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| (-1250 |#2| |#3| |#4|) (LIST (QUOTE -1038) (QUOTE (-566)))) (|HasCategory| (-1250 |#2| |#3| |#4|) (QUOTE (-365))) (|HasCategory| (-1250 |#2| |#3| |#4|) (QUOTE (-454))) (|HasCategory| (-1250 |#2| |#3| |#4|) (QUOTE (-558))))
+(-1252 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 -4415)))
-(-1252 S)
+((|HasAttribute| |#1| (QUOTE -4416)))
+(-1253 S)
((|constructor| (NIL "A unary-recursive aggregate is a one where nodes may have either 0 or 1 children. This aggregate models,{} though not precisely,{} a linked list possibly with a single cycle. A node with one children models a non-empty list,{} with the \\spadfun{value} of the list designating the head,{} or \\spadfun{first},{} of the list,{} and the child designating the tail,{} or \\spadfun{rest},{} of the list. A node with no child then designates the empty list. Since these aggregates are recursive aggregates,{} they may be cyclic.")) (|split!| (($ $ (|Integer|)) "\\spad{split!(u,n)} splits \\spad{u} into two aggregates: \\axiom{\\spad{v} = rest(\\spad{u},{}\\spad{n})} and \\axiom{\\spad{w} = first(\\spad{u},{}\\spad{n})},{} returning \\axiom{\\spad{v}}. Note: afterwards \\axiom{rest(\\spad{u},{}\\spad{n})} returns \\axiom{empty()}.")) (|setlast!| ((|#1| $ |#1|) "\\spad{setlast!(u,x)} destructively changes the last element of \\spad{u} to \\spad{x}.")) (|setrest!| (($ $ $) "\\spad{setrest!(u,v)} destructively changes the rest of \\spad{u} to \\spad{v}.")) (|setelt| ((|#1| $ "last" |#1|) "\\spad{setelt(u,\"last\",x)} (also written: \\axiom{\\spad{u}.last \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setlast!(\\spad{u},{}\\spad{v})}.") (($ $ "rest" $) "\\spad{setelt(u,\"rest\",v)} (also written: \\axiom{\\spad{u}.rest \\spad{:=} \\spad{v}}) is equivalent to \\axiom{setrest!(\\spad{u},{}\\spad{v})}.") ((|#1| $ "first" |#1|) "\\spad{setelt(u,\"first\",x)} (also written: \\axiom{\\spad{u}.first \\spad{:=} \\spad{x}}) is equivalent to \\axiom{setfirst!(\\spad{u},{}\\spad{x})}.")) (|setfirst!| ((|#1| $ |#1|) "\\spad{setfirst!(u,x)} destructively changes the first element of a to \\spad{x}.")) (|cycleSplit!| (($ $) "\\spad{cycleSplit!(u)} splits the aggregate by dropping off the cycle. The value returned is the cycle entry,{} or nil if none exists. For example,{} if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} is the cyclic list where \\spad{v} is the head of the cycle,{} \\axiom{cycleSplit!(\\spad{w})} will drop \\spad{v} off \\spad{w} thus destructively changing \\spad{w} to \\spad{u},{} and returning \\spad{v}.")) (|concat!| (($ $ |#1|) "\\spad{concat!(u,x)} destructively adds element \\spad{x} to the end of \\spad{u}. Note: \\axiom{concat!(a,{}\\spad{x}) = setlast!(a,{}[\\spad{x}])}.") (($ $ $) "\\spad{concat!(u,v)} destructively concatenates \\spad{v} to the end of \\spad{u}. Note: \\axiom{concat!(\\spad{u},{}\\spad{v}) = setlast!(\\spad{u},{}\\spad{v})}.")) (|cycleTail| (($ $) "\\spad{cycleTail(u)} returns the last node in the cycle,{} or empty if none exists.")) (|cycleLength| (((|NonNegativeInteger|) $) "\\spad{cycleLength(u)} returns the length of a top-level cycle contained in aggregate \\spad{u},{} or 0 is \\spad{u} has no such cycle.")) (|cycleEntry| (($ $) "\\spad{cycleEntry(u)} returns the head of a top-level cycle contained in aggregate \\spad{u},{} or \\axiom{empty()} if none exists.")) (|third| ((|#1| $) "\\spad{third(u)} returns the third element of \\spad{u}. Note: \\axiom{third(\\spad{u}) = first(rest(rest(\\spad{u})))}.")) (|second| ((|#1| $) "\\spad{second(u)} returns the second element of \\spad{u}. Note: \\axiom{second(\\spad{u}) = first(rest(\\spad{u}))}.")) (|tail| (($ $) "\\spad{tail(u)} returns the last node of \\spad{u}. Note: if \\spad{u} is \\axiom{shallowlyMutable},{} \\axiom{setrest(tail(\\spad{u}),{}\\spad{v}) = concat(\\spad{u},{}\\spad{v})}.")) (|last| (($ $ (|NonNegativeInteger|)) "\\spad{last(u,n)} returns a copy of the last \\spad{n} (\\axiom{\\spad{n} \\spad{>=} 0}) nodes of \\spad{u}. Note: \\axiom{last(\\spad{u},{}\\spad{n})} is a list of \\spad{n} elements.") ((|#1| $) "\\spad{last(u)} resturn the last element of \\spad{u}. Note: for lists,{} \\axiom{last(\\spad{u}) = \\spad{u} . (maxIndex \\spad{u}) = \\spad{u} . (\\# \\spad{u} - 1)}.")) (|rest| (($ $ (|NonNegativeInteger|)) "\\spad{rest(u,n)} returns the \\axiom{\\spad{n}}th (\\spad{n} \\spad{>=} 0) node of \\spad{u}. Note: \\axiom{rest(\\spad{u},{}0) = \\spad{u}}.") (($ $) "\\spad{rest(u)} returns an aggregate consisting of all but the first element of \\spad{u} (equivalently,{} the next node of \\spad{u}).")) (|elt| ((|#1| $ "last") "\\spad{elt(u,\"last\")} (also written: \\axiom{\\spad{u} . last}) is equivalent to last \\spad{u}.") (($ $ "rest") "\\spad{elt(\\%,\"rest\")} (also written: \\axiom{\\spad{u}.rest}) is equivalent to \\axiom{rest \\spad{u}}.") ((|#1| $ "first") "\\spad{elt(u,\"first\")} (also written: \\axiom{\\spad{u} . first}) is equivalent to first \\spad{u}.")) (|first| (($ $ (|NonNegativeInteger|)) "\\spad{first(u,n)} returns a copy of the first \\spad{n} (\\axiom{\\spad{n} \\spad{>=} 0}) elements of \\spad{u}.") ((|#1| $) "\\spad{first(u)} returns the first element of \\spad{u} (equivalently,{} the value at the current node).")) (|concat| (($ |#1| $) "\\spad{concat(x,u)} returns aggregate consisting of \\spad{x} followed by the elements of \\spad{u}. Note: if \\axiom{\\spad{v} = concat(\\spad{x},{}\\spad{u})} then \\axiom{\\spad{x} = first \\spad{v}} and \\axiom{\\spad{u} = rest \\spad{v}}.") (($ $ $) "\\spad{concat(u,v)} returns an aggregate \\spad{w} consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: \\axiom{\\spad{v} = rest(\\spad{w},{}\\#a)}.")))
NIL
NIL
-(-1253 |Coef1| |Coef2| UTS1 UTS2)
+(-1254 |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
-(-1254 S |Coef|)
+(-1255 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 (-566)))) (|HasCategory| |#2| (QUOTE (-959))) (|HasCategory| |#2| (QUOTE (-1199))) (|HasSignature| |#2| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -3313) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1175))))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))))
-(-1255 |Coef|)
+((|HasCategory| |#2| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#2| (QUOTE (-959))) (|HasCategory| |#2| (QUOTE (-1200))) (|HasSignature| |#2| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -3613) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1175))))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#2| (QUOTE (-365))))
+(-1256 |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.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-1256 |Coef| |var| |cen|)
+(-1257 |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}.")))
-(((-4416 "*") |has| |#1| (-172)) (-4407 |has| |#1| (-558)) (-4408 . T) (-4409 . T) (-4411 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2768 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-771)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-771)) (|devaluate| |#1|)))) (|HasCategory| (-771) (QUOTE (-1111))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-771))))) (|HasSignature| |#1| (LIST (QUOTE -3152) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-771))))) (|HasCategory| |#1| (QUOTE (-365))) (-2768 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1199))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3313) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -1771) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
-(-1257 |Coef| UTS)
+(((-4417 "*") |has| |#1| (-172)) (-4408 |has| |#1| (-558)) (-4409 . T) (-4410 . T) (-4412 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasCategory| |#1| (QUOTE (-558))) (-2700 (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-558)))) (|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-145))) (|HasCategory| |#1| (QUOTE (-147))) (-12 (|HasCategory| |#1| (LIST (QUOTE -900) (QUOTE (-1175)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-771)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-771)) (|devaluate| |#1|)))) (|HasCategory| (-771) (QUOTE (-1111))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-771))))) (|HasSignature| |#1| (LIST (QUOTE -1650) (LIST (|devaluate| |#1|) (QUOTE (-1175)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-771))))) (|HasCategory| |#1| (QUOTE (-365))) (-2700 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-566)))) (|HasCategory| |#1| (QUOTE (-959))) (|HasCategory| |#1| (QUOTE (-1200))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasSignature| |#1| (LIST (QUOTE -3613) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1175))))) (|HasSignature| |#1| (LIST (QUOTE -3981) (LIST (LIST (QUOTE -644) (QUOTE (-1175))) (|devaluate| |#1|)))))))
+(-1258 |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
-(-1258 -2352 UP L UTS)
+(-1259 -1909 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 (-558))))
-(-1259)
+(-1260)
((|constructor| (NIL "The category of domains that act like unions. UnionType,{} like Type or Category,{} acts mostly as a take that communicates `union-like' intended semantics to the compiler. A domain \\spad{D} that satifies UnionType should provide definitions for `case' operators,{} with corresponding `autoCoerce' operators.")))
NIL
NIL
-(-1260 |sym|)
+(-1261 |sym|)
((|constructor| (NIL "This domain implements variables")) (|variable| (((|Symbol|)) "\\spad{variable()} returns the symbol")) (|coerce| (((|Symbol|) $) "\\spad{coerce(x)} returns the symbol")))
NIL
NIL
-(-1261 S R)
+(-1262 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 (-1002))) (|HasCategory| |#2| (QUOTE (-1049))) (|HasCategory| |#2| (QUOTE (-726))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
-(-1262 R)
+(-1263 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.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
NIL
-(-1263 A B)
+(-1264 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
-(-1264 R)
+(-1265 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.")))
-((-4415 . T) (-4414 . T))
-((-2768 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2768 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2768 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1049))) (-12 (|HasCategory| |#1| (QUOTE (-1002))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
-(-1265)
+((-4416 . T) (-4415 . T))
+((-2700 (-12 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|))))) (-2700 (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862))))) (|HasCategory| |#1| (LIST (QUOTE -614) (QUOTE (-538)))) (-2700 (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099)))) (|HasCategory| |#1| (QUOTE (-850))) (|HasCategory| (-566) (QUOTE (-850))) (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-726))) (|HasCategory| |#1| (QUOTE (-1049))) (-12 (|HasCategory| |#1| (QUOTE (-1002))) (|HasCategory| |#1| (QUOTE (-1049)))) (|HasCategory| |#1| (LIST (QUOTE -613) (QUOTE (-862)))) (-12 (|HasCategory| |#1| (QUOTE (-1099))) (|HasCategory| |#1| (LIST (QUOTE -310) (|devaluate| |#1|)))))
+(-1266)
((|constructor| (NIL "TwoDimensionalViewport creates viewports to display graphs.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(v)} returns the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport} as output of the domain \\spadtype{OutputForm}.")) (|key| (((|Integer|) $) "\\spad{key(v)} returns the process ID number of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|reset| (((|Void|) $) "\\spad{reset(v)} sets the current state of the graph characteristics of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} back to their initial settings.")) (|write| (((|String|) $ (|String|) (|List| (|String|))) "\\spad{write(v,s,lf)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and the optional file types indicated by the list \\spad{lf}.") (((|String|) $ (|String|) (|String|)) "\\spad{write(v,s,f)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and an optional file type \\spad{f}.") (((|String|) $ (|String|)) "\\spad{write(v,s)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v}.")) (|resize| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{resize(v,w,h)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with a width of \\spad{w} and a height of \\spad{h},{} keeping the upper left-hand corner position unchanged.")) (|update| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{update(v,gr,n)} drops the graph \\spad{gr} in slot \\spad{n} of viewport \\spad{v}. The graph \\spad{gr} must have been transmitted already and acquired an integer key.")) (|move| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{move(v,x,y)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the upper left-hand corner of the viewport window at the screen coordinate position \\spad{x},{} \\spad{y}.")) (|show| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{show(v,n,s)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the graph if \\spad{s} is \"off\".")) (|translate| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{translate(v,n,dx,dy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} translated by \\spad{dx} in the \\spad{x}-coordinate direction from the center of the viewport,{} and by \\spad{dy} in the \\spad{y}-coordinate direction from the center. Setting \\spad{dx} and \\spad{dy} to \\spad{0} places the center of the graph at the center of the viewport.")) (|scale| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{scale(v,n,sx,sy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} scaled by the factor \\spad{sx} in the \\spad{x}-coordinate direction and by the factor \\spad{sy} in the \\spad{y}-coordinate direction.")) (|dimensions| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{dimensions(v,x,y,width,height)} sets the position of the upper left-hand corner of the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to the window coordinate \\spad{x},{} \\spad{y},{} and sets the dimensions of the window to that of \\spad{width},{} \\spad{height}. The new dimensions are not displayed until the function \\spadfun{makeViewport2D} is executed again for \\spad{v}.")) (|close| (((|Void|) $) "\\spad{close(v)} closes the viewport window of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and terminates the corresponding process ID.")) (|controlPanel| (((|Void|) $ (|String|)) "\\spad{controlPanel(v,s)} displays the control panel of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or hides the control panel if \\spad{s} is \"off\".")) (|connect| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{connect(v,n,s)} displays the lines connecting the graph points in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the lines if \\spad{s} is \"off\".")) (|region| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{region(v,n,s)} displays the bounding box of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the bounding box if \\spad{s} is \"off\".")) (|points| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{points(v,n,s)} displays the points of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the points if \\spad{s} is \"off\".")) (|units| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{units(v,n,c)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the units color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{units(v,n,s)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the units if \\spad{s} is \"off\".")) (|axes| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{axes(v,n,c)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the axes color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{axes(v,n,s)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the axes if \\spad{s} is \"off\".")) (|getGraph| (((|GraphImage|) $ (|PositiveInteger|)) "\\spad{getGraph(v,n)} returns the graph which is of the domain \\spadtype{GraphImage} which is located in graph field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of the domain \\spadtype{TwoDimensionalViewport}.")) (|putGraph| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{putGraph(v,gi,n)} sets the graph field indicated by \\spad{n},{} of the indicated two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to be the graph,{} \\spad{gi} of domain \\spadtype{GraphImage}. The contents of viewport,{} \\spad{v},{} will contain \\spad{gi} when the function \\spadfun{makeViewport2D} is called to create the an updated viewport \\spad{v}.")) (|title| (((|Void|) $ (|String|)) "\\spad{title(v,s)} changes the title which is shown in the two-dimensional viewport window,{} \\spad{v} of domain \\spadtype{TwoDimensionalViewport}.")) (|graphs| (((|Vector| (|Union| (|GraphImage|) "undefined")) $) "\\spad{graphs(v)} returns a vector,{} or list,{} which is a union of all the graphs,{} of the domain \\spadtype{GraphImage},{} which are allocated for the two-dimensional viewport,{} \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport}. Those graphs which have no data are labeled \"undefined\",{} otherwise their contents are shown.")) (|graphStates| (((|Vector| (|Record| (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)) (|:| |points| (|Integer|)) (|:| |connect| (|Integer|)) (|:| |spline| (|Integer|)) (|:| |axes| (|Integer|)) (|:| |axesColor| (|Palette|)) (|:| |units| (|Integer|)) (|:| |unitsColor| (|Palette|)) (|:| |showing| (|Integer|)))) $) "\\spad{graphStates(v)} returns and shows a listing of a record containing the current state of the characteristics of each of the ten graph records in the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|graphState| (((|Void|) $ (|PositiveInteger|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Palette|) (|Integer|) (|Palette|) (|Integer|)) "\\spad{graphState(v,num,sX,sY,dX,dY,pts,lns,box,axes,axesC,un,unC,cP)} sets the state of the characteristics for the graph indicated by \\spad{num} in the given two-dimensional viewport \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport},{} to the values given as parameters. The scaling of the graph in the \\spad{x} and \\spad{y} component directions is set to be \\spad{sX} and \\spad{sY}; the window translation in the \\spad{x} and \\spad{y} component directions is set to be \\spad{dX} and \\spad{dY}; The graph points,{} lines,{} bounding \\spad{box},{} \\spad{axes},{} or units will be shown in the viewport if their given parameters \\spad{pts},{} \\spad{lns},{} \\spad{box},{} \\spad{axes} or \\spad{un} are set to be \\spad{1},{} but will not be shown if they are set to \\spad{0}. The color of the \\spad{axes} and the color of the units are indicated by the palette colors \\spad{axesC} and \\spad{unC} respectively. To display the control panel when the viewport window is displayed,{} set \\spad{cP} to \\spad{1},{} otherwise set it to \\spad{0}.")) (|options| (($ $ (|List| (|DrawOption|))) "\\spad{options(v,lopt)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns \\spad{v} with it\\spad{'s} draw options modified to be those which are indicated in the given list,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (((|List| (|DrawOption|)) $) "\\spad{options(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns a list containing the draw options from the domain \\spadtype{DrawOption} for \\spad{v}.")) (|makeViewport2D| (($ (|GraphImage|) (|List| (|DrawOption|))) "\\spad{makeViewport2D(gi,lopt)} creates and displays a viewport window of the domain \\spadtype{TwoDimensionalViewport} whose graph field is assigned to be the given graph,{} \\spad{gi},{} of domain \\spadtype{GraphImage},{} and whose options field is set to be the list of options,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (($ $) "\\spad{makeViewport2D(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and displays a viewport window on the screen which contains the contents of \\spad{v}.")) (|viewport2D| (($) "\\spad{viewport2D()} returns an undefined two-dimensional viewport of the domain \\spadtype{TwoDimensionalViewport} whose contents are empty.")) (|getPickedPoints| (((|List| (|Point| (|DoubleFloat|))) $) "\\spad{getPickedPoints(x)} returns a list of small floats for the points the user interactively picked on the viewport for full integration into the system,{} some design issues need to be addressed: \\spadignore{e.g.} how to go through the GraphImage interface,{} how to default to graphs,{} etc.")))
NIL
NIL
-(-1266)
+(-1267)
((|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
-(-1267)
+(-1268)
((|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
-(-1268)
+(-1269)
((|constructor| (NIL "ViewportPackage provides functions for creating GraphImages and TwoDimensionalViewports from lists of lists of points.")) (|coerce| (((|TwoDimensionalViewport|) (|GraphImage|)) "\\spad{coerce(gi)} converts the indicated \\spadtype{GraphImage},{} \\spad{gi},{} into the \\spadtype{TwoDimensionalViewport} form.")) (|drawCurves| (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],[p1],...,[pn]],[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}.") (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],[p1],...,[pn]],ptColor,lineColor,ptSize,[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}. The point color is specified by \\spad{ptColor},{} the line color is specified by \\spad{lineColor},{} and the point size is specified by \\spad{ptSize}.")) (|graphCurves| (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],[p1],...,[pn]],[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{graphCurves([[p0],[p1],...,[pn]])} creates a \\spadtype{GraphImage} from the list of lists of points indicated by \\spad{p0} through \\spad{pn}.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],[p1],...,[pn]],ptColor,lineColor,ptSize,[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}. The graph point color is specified by \\spad{ptColor},{} the graph line color is specified by \\spad{lineColor},{} and the size of the points is specified by \\spad{ptSize}.")))
NIL
NIL
-(-1269)
+(-1270)
((|constructor| (NIL "This type is used when no value is needed,{} \\spadignore{e.g.} in the \\spad{then} part of a one armed \\spad{if}. All values can be coerced to type Void. Once a value has been coerced to Void,{} it cannot be recovered.")) (|void| (($) "\\spad{void()} produces a void object.")))
NIL
NIL
-(-1270 A S)
+(-1271 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
-(-1271 S)
+(-1272 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}.")))
-((-4409 . T) (-4408 . T))
+((-4410 . T) (-4409 . T))
NIL
-(-1272 R)
+(-1273 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
-(-1273 K R UP -2352)
+(-1274 K R UP -1909)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a framed algebra over \\spad{R}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,basisDen,basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,w2,...,wn}. If \\spad{basis} is the matrix \\spad{(aij, i = 1..n, j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{vi = (1/basisDen) * sum(aij * wj, j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{wi} with respect to the basis \\spad{v1,...,vn}: if \\spad{basisInv} is the matrix \\spad{(bij, i = 1..n, j = 1..n)},{} then \\spad{wi = sum(bij * vj, j = 1..n)}.")))
NIL
NIL
-(-1274)
+(-1275)
((|constructor| (NIL "This domain represents the syntax of a `where' expression.")) (|qualifier| (((|SpadAst|) $) "\\spad{qualifier(e)} returns the qualifier of the expression `e'.")) (|mainExpression| (((|SpadAst|) $) "\\spad{mainExpression(e)} returns the main expression of the `where' expression `e'.")))
NIL
NIL
-(-1275)
+(-1276)
((|constructor| (NIL "This domain represents the `while' iterator syntax.")) (|condition| (((|SpadAst|) $) "\\spad{condition(i)} returns the condition of the while iterator `i'.")))
NIL
NIL
-(-1276 R |VarSet| E P |vl| |wl| |wtlevel|)
+(-1277 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)")))
-((-4409 |has| |#1| (-172)) (-4408 |has| |#1| (-172)) (-4411 . T))
+((-4410 |has| |#1| (-172)) (-4409 |has| |#1| (-172)) (-4412 . T))
((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))))
-(-1277 R E V P)
+(-1278 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}}.")))
-((-4415 . T) (-4414 . T))
+((-4416 . T) (-4415 . T))
((-12 (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#4| (LIST (QUOTE -310) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -614) (QUOTE (-538)))) (|HasCategory| |#4| (QUOTE (-1099))) (|HasCategory| |#1| (QUOTE (-558))) (|HasCategory| |#3| (QUOTE (-370))) (|HasCategory| |#4| (LIST (QUOTE -613) (QUOTE (-862)))))
-(-1278 R)
+(-1279 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})")))
-((-4408 . T) (-4409 . T) (-4411 . T))
+((-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-1279 |vl| R)
+(-1280 |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.")))
-((-4411 . T) (-4407 |has| |#2| (-6 -4407)) (-4409 . T) (-4408 . T))
-((|HasCategory| |#2| (QUOTE (-172))) (|HasAttribute| |#2| (QUOTE -4407)))
-(-1280 R |VarSet| XPOLY)
+((-4412 . T) (-4408 |has| |#2| (-6 -4408)) (-4410 . T) (-4409 . T))
+((|HasCategory| |#2| (QUOTE (-172))) (|HasAttribute| |#2| (QUOTE -4408)))
+(-1281 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
-(-1281 |vl| R)
+(-1282 |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}.")))
-((-4407 |has| |#2| (-6 -4407)) (-4409 . T) (-4408 . T) (-4411 . T))
+((-4408 |has| |#2| (-6 -4408)) (-4410 . T) (-4409 . T) (-4412 . T))
NIL
-(-1282 S -2352)
+(-1283 S -1909)
((|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 (-370))) (|HasCategory| |#2| (QUOTE (-145))) (|HasCategory| |#2| (QUOTE (-147))))
-(-1283 -2352)
+(-1284 -1909)
((|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}.")))
-((-4406 . T) (-4412 . T) (-4407 . T) ((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+((-4407 . T) (-4413 . T) (-4408 . T) ((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
-(-1284 |VarSet| R)
+(-1285 |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}}.")))
-((-4407 |has| |#2| (-6 -4407)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -717) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasAttribute| |#2| (QUOTE -4407)))
-(-1285 |vl| R)
+((-4408 |has| |#2| (-6 -4408)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#2| (QUOTE (-172))) (|HasCategory| |#2| (LIST (QUOTE -717) (LIST (QUOTE -409) (QUOTE (-566))))) (|HasAttribute| |#2| (QUOTE -4408)))
+(-1286 |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}.")))
-((-4407 |has| |#2| (-6 -4407)) (-4409 . T) (-4408 . T) (-4411 . T))
+((-4408 |has| |#2| (-6 -4408)) (-4410 . T) (-4409 . T) (-4412 . T))
NIL
-(-1286 R)
+(-1287 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.")))
-((-4407 |has| |#1| (-6 -4407)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#1| (QUOTE (-172))) (|HasAttribute| |#1| (QUOTE -4407)))
-(-1287 R E)
+((-4408 |has| |#1| (-6 -4408)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#1| (QUOTE (-172))) (|HasAttribute| |#1| (QUOTE -4408)))
+(-1288 R E)
((|constructor| (NIL "This domain represents generalized polynomials with coefficients (from a not necessarily commutative ring),{} and words belonging to an arbitrary \\spadtype{OrderedMonoid}. This type is used,{} for instance,{} by the \\spadtype{XDistributedPolynomial} domain constructor where the Monoid is free.")) (|canonicalUnitNormal| ((|attribute|) "canonicalUnitNormal guarantees that the function unitCanonical returns the same representative for all associates of any particular element.")) (/ (($ $ |#1|) "\\spad{p/r} returns \\spad{p*(1/r)}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,x)} returns \\spad{Sum(fn(r_i) w_i)} if \\spad{x} writes \\spad{Sum(r_i w_i)}.")) (|quasiRegular| (($ $) "\\spad{quasiRegular(x)} return \\spad{x} minus its constant term.")) (|quasiRegular?| (((|Boolean|) $) "\\spad{quasiRegular?(x)} return \\spad{true} if \\spad{constant(p)} is zero.")) (|constant| ((|#1| $) "\\spad{constant(p)} return the constant term of \\spad{p}.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(p)} tests whether the polynomial \\spad{p} belongs to the coefficient ring.")) (|coef| ((|#1| $ |#2|) "\\spad{coef(p,e)} extracts the coefficient of the monomial \\spad{e}. Returns zero if \\spad{e} is not present.")) (|reductum| (($ $) "\\spad{reductum(p)} returns \\spad{p} minus its leading term. An error is produced if \\spad{p} is zero.")) (|mindeg| ((|#2| $) "\\spad{mindeg(p)} returns the smallest word occurring in the polynomial \\spad{p} with a non-zero coefficient. An error is produced if \\spad{p} is zero.")) (|maxdeg| ((|#2| $) "\\spad{maxdeg(p)} returns the greatest word occurring in the polynomial \\spad{p} with a non-zero coefficient. An error is produced if \\spad{p} is zero.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# p} returns the number of terms in \\spad{p}.")) (* (($ $ |#1|) "\\spad{p*r} returns the product of \\spad{p} by \\spad{r}.")))
-((-4411 . T) (-4412 |has| |#1| (-6 -4412)) (-4407 |has| |#1| (-6 -4407)) (-4409 . T) (-4408 . T))
-((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4411)) (|HasAttribute| |#1| (QUOTE -4412)) (|HasAttribute| |#1| (QUOTE -4407)))
-(-1288 |VarSet| R)
+((-4412 . T) (-4413 |has| |#1| (-6 -4413)) (-4408 |has| |#1| (-6 -4408)) (-4410 . T) (-4409 . T))
+((|HasCategory| |#1| (QUOTE (-172))) (|HasCategory| |#1| (QUOTE (-365))) (|HasAttribute| |#1| (QUOTE -4412)) (|HasAttribute| |#1| (QUOTE -4413)) (|HasAttribute| |#1| (QUOTE -4408)))
+(-1289 |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.")))
-((-4407 |has| |#2| (-6 -4407)) (-4409 . T) (-4408 . T) (-4411 . T))
-((|HasCategory| |#2| (QUOTE (-172))) (|HasAttribute| |#2| (QUOTE -4407)))
-(-1289 A)
+((-4408 |has| |#2| (-6 -4408)) (-4410 . T) (-4409 . T) (-4412 . T))
+((|HasCategory| |#2| (QUOTE (-172))) (|HasAttribute| |#2| (QUOTE -4408)))
+(-1290 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
-(-1290 R |ls| |ls2|)
+(-1291 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
-(-1291 R)
+(-1292 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
-(-1292 |p|)
+(-1293 |p|)
((|constructor| (NIL "IntegerMod(\\spad{n}) creates the ring of integers reduced modulo the integer \\spad{n}.")))
-(((-4416 "*") . T) (-4408 . T) (-4409 . T) (-4411 . T))
+(((-4417 "*") . T) (-4409 . T) (-4410 . T) (-4412 . T))
NIL
NIL
NIL
@@ -5116,4 +5120,4 @@ NIL
NIL
NIL
NIL
-((-3 NIL 2264341 2264346 2264351 2264356) (-2 NIL 2264321 2264326 2264331 2264336) (-1 NIL 2264301 2264306 2264311 2264316) (0 NIL 2264281 2264286 2264291 2264296) (-1292 "ZMOD.spad" 2264090 2264103 2264219 2264276) (-1291 "ZLINDEP.spad" 2263156 2263167 2264080 2264085) (-1290 "ZDSOLVE.spad" 2253101 2253123 2263146 2263151) (-1289 "YSTREAM.spad" 2252596 2252607 2253091 2253096) (-1288 "XRPOLY.spad" 2251816 2251836 2252452 2252521) (-1287 "XPR.spad" 2249611 2249624 2251534 2251633) (-1286 "XPOLY.spad" 2249166 2249177 2249467 2249536) (-1285 "XPOLYC.spad" 2248485 2248501 2249092 2249161) (-1284 "XPBWPOLY.spad" 2246922 2246942 2248265 2248334) (-1283 "XF.spad" 2245385 2245400 2246824 2246917) (-1282 "XF.spad" 2243828 2243845 2245269 2245274) (-1281 "XFALG.spad" 2240876 2240892 2243754 2243823) (-1280 "XEXPPKG.spad" 2240127 2240153 2240866 2240871) (-1279 "XDPOLY.spad" 2239741 2239757 2239983 2240052) (-1278 "XALG.spad" 2239401 2239412 2239697 2239736) (-1277 "WUTSET.spad" 2235240 2235257 2239047 2239074) (-1276 "WP.spad" 2234439 2234483 2235098 2235165) (-1275 "WHILEAST.spad" 2234237 2234246 2234429 2234434) (-1274 "WHEREAST.spad" 2233908 2233917 2234227 2234232) (-1273 "WFFINTBS.spad" 2231571 2231593 2233898 2233903) (-1272 "WEIER.spad" 2229793 2229804 2231561 2231566) (-1271 "VSPACE.spad" 2229466 2229477 2229761 2229788) (-1270 "VSPACE.spad" 2229159 2229172 2229456 2229461) (-1269 "VOID.spad" 2228836 2228845 2229149 2229154) (-1268 "VIEW.spad" 2226516 2226525 2228826 2228831) (-1267 "VIEWDEF.spad" 2221717 2221726 2226506 2226511) (-1266 "VIEW3D.spad" 2205678 2205687 2221707 2221712) (-1265 "VIEW2D.spad" 2193569 2193578 2205668 2205673) (-1264 "VECTOR.spad" 2192243 2192254 2192494 2192521) (-1263 "VECTOR2.spad" 2190882 2190895 2192233 2192238) (-1262 "VECTCAT.spad" 2188786 2188797 2190850 2190877) (-1261 "VECTCAT.spad" 2186497 2186510 2188563 2188568) (-1260 "VARIABLE.spad" 2186277 2186292 2186487 2186492) (-1259 "UTYPE.spad" 2185921 2185930 2186267 2186272) (-1258 "UTSODETL.spad" 2185216 2185240 2185877 2185882) (-1257 "UTSODE.spad" 2183432 2183452 2185206 2185211) (-1256 "UTS.spad" 2178245 2178273 2181899 2181996) (-1255 "UTSCAT.spad" 2175724 2175740 2178143 2178240) (-1254 "UTSCAT.spad" 2172847 2172865 2175268 2175273) (-1253 "UTS2.spad" 2172442 2172477 2172837 2172842) (-1252 "URAGG.spad" 2167115 2167126 2172432 2172437) (-1251 "URAGG.spad" 2161752 2161765 2167071 2167076) (-1250 "UPXSSING.spad" 2159397 2159423 2160833 2160966) (-1249 "UPXS.spad" 2156551 2156579 2157529 2157678) (-1248 "UPXSCONS.spad" 2154310 2154330 2154683 2154832) (-1247 "UPXSCCA.spad" 2152881 2152901 2154156 2154305) (-1246 "UPXSCCA.spad" 2151594 2151616 2152871 2152876) (-1245 "UPXSCAT.spad" 2150183 2150199 2151440 2151589) (-1244 "UPXS2.spad" 2149726 2149779 2150173 2150178) (-1243 "UPSQFREE.spad" 2148140 2148154 2149716 2149721) (-1242 "UPSCAT.spad" 2145751 2145775 2148038 2148135) (-1241 "UPSCAT.spad" 2143068 2143094 2145357 2145362) (-1240 "UPOLYC.spad" 2138108 2138119 2142910 2143063) (-1239 "UPOLYC.spad" 2133040 2133053 2137844 2137849) (-1238 "UPOLYC2.spad" 2132511 2132530 2133030 2133035) (-1237 "UP.spad" 2129710 2129725 2130097 2130250) (-1236 "UPMP.spad" 2128610 2128623 2129700 2129705) (-1235 "UPDIVP.spad" 2128175 2128189 2128600 2128605) (-1234 "UPDECOMP.spad" 2126420 2126434 2128165 2128170) (-1233 "UPCDEN.spad" 2125629 2125645 2126410 2126415) (-1232 "UP2.spad" 2124993 2125014 2125619 2125624) (-1231 "UNISEG.spad" 2124346 2124357 2124912 2124917) (-1230 "UNISEG2.spad" 2123843 2123856 2124302 2124307) (-1229 "UNIFACT.spad" 2122946 2122958 2123833 2123838) (-1228 "ULS.spad" 2113504 2113532 2114591 2115020) (-1227 "ULSCONS.spad" 2105900 2105920 2106270 2106419) (-1226 "ULSCCAT.spad" 2103637 2103657 2105746 2105895) (-1225 "ULSCCAT.spad" 2101482 2101504 2103593 2103598) (-1224 "ULSCAT.spad" 2099714 2099730 2101328 2101477) (-1223 "ULS2.spad" 2099228 2099281 2099704 2099709) (-1222 "UINT8.spad" 2099105 2099114 2099218 2099223) (-1221 "UINT64.spad" 2098981 2098990 2099095 2099100) (-1220 "UINT32.spad" 2098857 2098866 2098971 2098976) (-1219 "UINT16.spad" 2098733 2098742 2098847 2098852) (-1218 "UFD.spad" 2097798 2097807 2098659 2098728) (-1217 "UFD.spad" 2096925 2096936 2097788 2097793) (-1216 "UDVO.spad" 2095806 2095815 2096915 2096920) (-1215 "UDPO.spad" 2093299 2093310 2095762 2095767) (-1214 "TYPE.spad" 2093231 2093240 2093289 2093294) (-1213 "TYPEAST.spad" 2093150 2093159 2093221 2093226) (-1212 "TWOFACT.spad" 2091802 2091817 2093140 2093145) (-1211 "TUPLE.spad" 2091288 2091299 2091701 2091706) (-1210 "TUBETOOL.spad" 2088155 2088164 2091278 2091283) (-1209 "TUBE.spad" 2086802 2086819 2088145 2088150) (-1208 "TS.spad" 2085401 2085417 2086367 2086464) (-1207 "TSETCAT.spad" 2072528 2072545 2085369 2085396) (-1206 "TSETCAT.spad" 2059641 2059660 2072484 2072489) (-1205 "TRMANIP.spad" 2054007 2054024 2059347 2059352) (-1204 "TRIMAT.spad" 2052970 2052995 2053997 2054002) (-1203 "TRIGMNIP.spad" 2051497 2051514 2052960 2052965) (-1202 "TRIGCAT.spad" 2051009 2051018 2051487 2051492) (-1201 "TRIGCAT.spad" 2050519 2050530 2050999 2051004) (-1200 "TREE.spad" 2049094 2049105 2050126 2050153) (-1199 "TRANFUN.spad" 2048933 2048942 2049084 2049089) (-1198 "TRANFUN.spad" 2048770 2048781 2048923 2048928) (-1197 "TOPSP.spad" 2048444 2048453 2048760 2048765) (-1196 "TOOLSIGN.spad" 2048107 2048118 2048434 2048439) (-1195 "TEXTFILE.spad" 2046668 2046677 2048097 2048102) (-1194 "TEX.spad" 2043814 2043823 2046658 2046663) (-1193 "TEX1.spad" 2043370 2043381 2043804 2043809) (-1192 "TEMUTL.spad" 2042925 2042934 2043360 2043365) (-1191 "TBCMPPK.spad" 2041018 2041041 2042915 2042920) (-1190 "TBAGG.spad" 2040068 2040091 2040998 2041013) (-1189 "TBAGG.spad" 2039126 2039151 2040058 2040063) (-1188 "TANEXP.spad" 2038534 2038545 2039116 2039121) (-1187 "TABLE.spad" 2036945 2036968 2037215 2037242) (-1186 "TABLEAU.spad" 2036426 2036437 2036935 2036940) (-1185 "TABLBUMP.spad" 2033229 2033240 2036416 2036421) (-1184 "SYSTEM.spad" 2032457 2032466 2033219 2033224) (-1183 "SYSSOLP.spad" 2029940 2029951 2032447 2032452) (-1182 "SYSNNI.spad" 2029122 2029133 2029930 2029935) (-1181 "SYSINT.spad" 2028526 2028537 2029112 2029117) (-1180 "SYNTAX.spad" 2024732 2024741 2028516 2028521) (-1179 "SYMTAB.spad" 2022800 2022809 2024722 2024727) (-1178 "SYMS.spad" 2018823 2018832 2022790 2022795) (-1177 "SYMPOLY.spad" 2017830 2017841 2017912 2018039) (-1176 "SYMFUNC.spad" 2017331 2017342 2017820 2017825) (-1175 "SYMBOL.spad" 2014834 2014843 2017321 2017326) (-1174 "SWITCH.spad" 2011605 2011614 2014824 2014829) (-1173 "SUTS.spad" 2008510 2008538 2010072 2010169) (-1172 "SUPXS.spad" 2005651 2005679 2006642 2006791) (-1171 "SUP.spad" 2002464 2002475 2003237 2003390) (-1170 "SUPFRACF.spad" 2001569 2001587 2002454 2002459) (-1169 "SUP2.spad" 2000961 2000974 2001559 2001564) (-1168 "SUMRF.spad" 1999935 1999946 2000951 2000956) (-1167 "SUMFS.spad" 1999572 1999589 1999925 1999930) (-1166 "SULS.spad" 1990117 1990145 1991217 1991646) (-1165 "SUCHTAST.spad" 1989886 1989895 1990107 1990112) (-1164 "SUCH.spad" 1989568 1989583 1989876 1989881) (-1163 "SUBSPACE.spad" 1981683 1981698 1989558 1989563) (-1162 "SUBRESP.spad" 1980853 1980867 1981639 1981644) (-1161 "STTF.spad" 1976952 1976968 1980843 1980848) (-1160 "STTFNC.spad" 1973420 1973436 1976942 1976947) (-1159 "STTAYLOR.spad" 1966074 1966085 1973301 1973306) (-1158 "STRTBL.spad" 1964579 1964596 1964728 1964755) (-1157 "STRING.spad" 1963988 1963997 1964002 1964029) (-1156 "STRICAT.spad" 1963776 1963785 1963956 1963983) (-1155 "STREAM.spad" 1960694 1960705 1963301 1963316) (-1154 "STREAM3.spad" 1960267 1960282 1960684 1960689) (-1153 "STREAM2.spad" 1959395 1959408 1960257 1960262) (-1152 "STREAM1.spad" 1959101 1959112 1959385 1959390) (-1151 "STINPROD.spad" 1958037 1958053 1959091 1959096) (-1150 "STEP.spad" 1957238 1957247 1958027 1958032) (-1149 "STBL.spad" 1955764 1955792 1955931 1955946) (-1148 "STAGG.spad" 1954839 1954850 1955754 1955759) (-1147 "STAGG.spad" 1953912 1953925 1954829 1954834) (-1146 "STACK.spad" 1953269 1953280 1953519 1953546) (-1145 "SREGSET.spad" 1950973 1950990 1952915 1952942) (-1144 "SRDCMPK.spad" 1949534 1949554 1950963 1950968) (-1143 "SRAGG.spad" 1944677 1944686 1949502 1949529) (-1142 "SRAGG.spad" 1939840 1939851 1944667 1944672) (-1141 "SQMATRIX.spad" 1937456 1937474 1938372 1938459) (-1140 "SPLTREE.spad" 1932008 1932021 1936892 1936919) (-1139 "SPLNODE.spad" 1928596 1928609 1931998 1932003) (-1138 "SPFCAT.spad" 1927405 1927414 1928586 1928591) (-1137 "SPECOUT.spad" 1925957 1925966 1927395 1927400) (-1136 "SPADXPT.spad" 1918096 1918105 1925947 1925952) (-1135 "spad-parser.spad" 1917561 1917570 1918086 1918091) (-1134 "SPADAST.spad" 1917262 1917271 1917551 1917556) (-1133 "SPACEC.spad" 1901461 1901472 1917252 1917257) (-1132 "SPACE3.spad" 1901237 1901248 1901451 1901456) (-1131 "SORTPAK.spad" 1900786 1900799 1901193 1901198) (-1130 "SOLVETRA.spad" 1898549 1898560 1900776 1900781) (-1129 "SOLVESER.spad" 1897077 1897088 1898539 1898544) (-1128 "SOLVERAD.spad" 1893103 1893114 1897067 1897072) (-1127 "SOLVEFOR.spad" 1891565 1891583 1893093 1893098) (-1126 "SNTSCAT.spad" 1891165 1891182 1891533 1891560) (-1125 "SMTS.spad" 1889437 1889463 1890730 1890827) (-1124 "SMP.spad" 1886912 1886932 1887302 1887429) (-1123 "SMITH.spad" 1885757 1885782 1886902 1886907) (-1122 "SMATCAT.spad" 1883867 1883897 1885701 1885752) (-1121 "SMATCAT.spad" 1881909 1881941 1883745 1883750) (-1120 "SKAGG.spad" 1880872 1880883 1881877 1881904) (-1119 "SINT.spad" 1879704 1879713 1880738 1880867) (-1118 "SIMPAN.spad" 1879432 1879441 1879694 1879699) (-1117 "SIG.spad" 1878762 1878771 1879422 1879427) (-1116 "SIGNRF.spad" 1877880 1877891 1878752 1878757) (-1115 "SIGNEF.spad" 1877159 1877176 1877870 1877875) (-1114 "SIGAST.spad" 1876544 1876553 1877149 1877154) (-1113 "SHP.spad" 1874472 1874487 1876500 1876505) (-1112 "SHDP.spad" 1864183 1864210 1864692 1864823) (-1111 "SGROUP.spad" 1863791 1863800 1864173 1864178) (-1110 "SGROUP.spad" 1863397 1863408 1863781 1863786) (-1109 "SGCF.spad" 1856560 1856569 1863387 1863392) (-1108 "SFRTCAT.spad" 1855490 1855507 1856528 1856555) (-1107 "SFRGCD.spad" 1854553 1854573 1855480 1855485) (-1106 "SFQCMPK.spad" 1849190 1849210 1854543 1854548) (-1105 "SFORT.spad" 1848629 1848643 1849180 1849185) (-1104 "SEXOF.spad" 1848472 1848512 1848619 1848624) (-1103 "SEX.spad" 1848364 1848373 1848462 1848467) (-1102 "SEXCAT.spad" 1845965 1846005 1848354 1848359) (-1101 "SET.spad" 1844289 1844300 1845386 1845425) (-1100 "SETMN.spad" 1842739 1842756 1844279 1844284) (-1099 "SETCAT.spad" 1842061 1842070 1842729 1842734) (-1098 "SETCAT.spad" 1841381 1841392 1842051 1842056) (-1097 "SETAGG.spad" 1837930 1837941 1841361 1841376) (-1096 "SETAGG.spad" 1834487 1834500 1837920 1837925) (-1095 "SEQAST.spad" 1834190 1834199 1834477 1834482) (-1094 "SEGXCAT.spad" 1833346 1833359 1834180 1834185) (-1093 "SEG.spad" 1833159 1833170 1833265 1833270) (-1092 "SEGCAT.spad" 1832084 1832095 1833149 1833154) (-1091 "SEGBIND.spad" 1831158 1831169 1832039 1832044) (-1090 "SEGBIND2.spad" 1830856 1830869 1831148 1831153) (-1089 "SEGAST.spad" 1830570 1830579 1830846 1830851) (-1088 "SEG2.spad" 1830005 1830018 1830526 1830531) (-1087 "SDVAR.spad" 1829281 1829292 1829995 1830000) (-1086 "SDPOL.spad" 1826707 1826718 1826998 1827125) (-1085 "SCPKG.spad" 1824796 1824807 1826697 1826702) (-1084 "SCOPE.spad" 1823949 1823958 1824786 1824791) (-1083 "SCACHE.spad" 1822645 1822656 1823939 1823944) (-1082 "SASTCAT.spad" 1822554 1822563 1822635 1822640) (-1081 "SAOS.spad" 1822426 1822435 1822544 1822549) (-1080 "SAERFFC.spad" 1822139 1822159 1822416 1822421) (-1079 "SAE.spad" 1820314 1820330 1820925 1821060) (-1078 "SAEFACT.spad" 1820015 1820035 1820304 1820309) (-1077 "RURPK.spad" 1817674 1817690 1820005 1820010) (-1076 "RULESET.spad" 1817127 1817151 1817664 1817669) (-1075 "RULE.spad" 1815367 1815391 1817117 1817122) (-1074 "RULECOLD.spad" 1815219 1815232 1815357 1815362) (-1073 "RTVALUE.spad" 1814954 1814963 1815209 1815214) (-1072 "RSTRCAST.spad" 1814671 1814680 1814944 1814949) (-1071 "RSETGCD.spad" 1811049 1811069 1814661 1814666) (-1070 "RSETCAT.spad" 1800985 1801002 1811017 1811044) (-1069 "RSETCAT.spad" 1790941 1790960 1800975 1800980) (-1068 "RSDCMPK.spad" 1789393 1789413 1790931 1790936) (-1067 "RRCC.spad" 1787777 1787807 1789383 1789388) (-1066 "RRCC.spad" 1786159 1786191 1787767 1787772) (-1065 "RPTAST.spad" 1785861 1785870 1786149 1786154) (-1064 "RPOLCAT.spad" 1765221 1765236 1785729 1785856) (-1063 "RPOLCAT.spad" 1744295 1744312 1764805 1764810) (-1062 "ROUTINE.spad" 1740178 1740187 1742942 1742969) (-1061 "ROMAN.spad" 1739506 1739515 1740044 1740173) (-1060 "ROIRC.spad" 1738586 1738618 1739496 1739501) (-1059 "RNS.spad" 1737489 1737498 1738488 1738581) (-1058 "RNS.spad" 1736478 1736489 1737479 1737484) (-1057 "RNG.spad" 1736213 1736222 1736468 1736473) (-1056 "RMODULE.spad" 1735978 1735989 1736203 1736208) (-1055 "RMCAT2.spad" 1735398 1735455 1735968 1735973) (-1054 "RMATRIX.spad" 1734222 1734241 1734565 1734604) (-1053 "RMATCAT.spad" 1729801 1729832 1734178 1734217) (-1052 "RMATCAT.spad" 1725270 1725303 1729649 1729654) (-1051 "RLINSET.spad" 1724664 1724675 1725260 1725265) (-1050 "RINTERP.spad" 1724552 1724572 1724654 1724659) (-1049 "RING.spad" 1724022 1724031 1724532 1724547) (-1048 "RING.spad" 1723500 1723511 1724012 1724017) (-1047 "RIDIST.spad" 1722892 1722901 1723490 1723495) (-1046 "RGCHAIN.spad" 1721475 1721491 1722377 1722404) (-1045 "RGBCSPC.spad" 1721256 1721268 1721465 1721470) (-1044 "RGBCMDL.spad" 1720786 1720798 1721246 1721251) (-1043 "RF.spad" 1718428 1718439 1720776 1720781) (-1042 "RFFACTOR.spad" 1717890 1717901 1718418 1718423) (-1041 "RFFACT.spad" 1717625 1717637 1717880 1717885) (-1040 "RFDIST.spad" 1716621 1716630 1717615 1717620) (-1039 "RETSOL.spad" 1716040 1716053 1716611 1716616) (-1038 "RETRACT.spad" 1715468 1715479 1716030 1716035) (-1037 "RETRACT.spad" 1714894 1714907 1715458 1715463) (-1036 "RETAST.spad" 1714706 1714715 1714884 1714889) (-1035 "RESULT.spad" 1712766 1712775 1713353 1713380) (-1034 "RESRING.spad" 1712113 1712160 1712704 1712761) (-1033 "RESLATC.spad" 1711437 1711448 1712103 1712108) (-1032 "REPSQ.spad" 1711168 1711179 1711427 1711432) (-1031 "REP.spad" 1708722 1708731 1711158 1711163) (-1030 "REPDB.spad" 1708429 1708440 1708712 1708717) (-1029 "REP2.spad" 1698087 1698098 1708271 1708276) (-1028 "REP1.spad" 1692283 1692294 1698037 1698042) (-1027 "REGSET.spad" 1690080 1690097 1691929 1691956) (-1026 "REF.spad" 1689415 1689426 1690035 1690040) (-1025 "REDORDER.spad" 1688621 1688638 1689405 1689410) (-1024 "RECLOS.spad" 1687404 1687424 1688108 1688201) (-1023 "REALSOLV.spad" 1686544 1686553 1687394 1687399) (-1022 "REAL.spad" 1686416 1686425 1686534 1686539) (-1021 "REAL0Q.spad" 1683714 1683729 1686406 1686411) (-1020 "REAL0.spad" 1680558 1680573 1683704 1683709) (-1019 "RDUCEAST.spad" 1680279 1680288 1680548 1680553) (-1018 "RDIV.spad" 1679934 1679959 1680269 1680274) (-1017 "RDIST.spad" 1679501 1679512 1679924 1679929) (-1016 "RDETRS.spad" 1678365 1678383 1679491 1679496) (-1015 "RDETR.spad" 1676504 1676522 1678355 1678360) (-1014 "RDEEFS.spad" 1675603 1675620 1676494 1676499) (-1013 "RDEEF.spad" 1674613 1674630 1675593 1675598) (-1012 "RCFIELD.spad" 1671799 1671808 1674515 1674608) (-1011 "RCFIELD.spad" 1669071 1669082 1671789 1671794) (-1010 "RCAGG.spad" 1666999 1667010 1669061 1669066) (-1009 "RCAGG.spad" 1664854 1664867 1666918 1666923) (-1008 "RATRET.spad" 1664214 1664225 1664844 1664849) (-1007 "RATFACT.spad" 1663906 1663918 1664204 1664209) (-1006 "RANDSRC.spad" 1663225 1663234 1663896 1663901) (-1005 "RADUTIL.spad" 1662981 1662990 1663215 1663220) (-1004 "RADIX.spad" 1659902 1659916 1661448 1661541) (-1003 "RADFF.spad" 1658315 1658352 1658434 1658590) (-1002 "RADCAT.spad" 1657910 1657919 1658305 1658310) (-1001 "RADCAT.spad" 1657503 1657514 1657900 1657905) (-1000 "QUEUE.spad" 1656851 1656862 1657110 1657137) (-999 "QUAT.spad" 1655433 1655443 1655775 1655840) (-998 "QUATCT2.spad" 1655054 1655072 1655423 1655428) (-997 "QUATCAT.spad" 1653225 1653235 1654984 1655049) (-996 "QUATCAT.spad" 1651147 1651159 1652908 1652913) (-995 "QUAGG.spad" 1649975 1649985 1651115 1651142) (-994 "QQUTAST.spad" 1649744 1649752 1649965 1649970) (-993 "QFORM.spad" 1649209 1649223 1649734 1649739) (-992 "QFCAT.spad" 1647912 1647922 1649111 1649204) (-991 "QFCAT.spad" 1646206 1646218 1647407 1647412) (-990 "QFCAT2.spad" 1645899 1645915 1646196 1646201) (-989 "QEQUAT.spad" 1645458 1645466 1645889 1645894) (-988 "QCMPACK.spad" 1640205 1640224 1645448 1645453) (-987 "QALGSET.spad" 1636284 1636316 1640119 1640124) (-986 "QALGSET2.spad" 1634280 1634298 1636274 1636279) (-985 "PWFFINTB.spad" 1631696 1631717 1634270 1634275) (-984 "PUSHVAR.spad" 1631035 1631054 1631686 1631691) (-983 "PTRANFN.spad" 1627163 1627173 1631025 1631030) (-982 "PTPACK.spad" 1624251 1624261 1627153 1627158) (-981 "PTFUNC2.spad" 1624074 1624088 1624241 1624246) (-980 "PTCAT.spad" 1623329 1623339 1624042 1624069) (-979 "PSQFR.spad" 1622636 1622660 1623319 1623324) (-978 "PSEUDLIN.spad" 1621522 1621532 1622626 1622631) (-977 "PSETPK.spad" 1606955 1606971 1621400 1621405) (-976 "PSETCAT.spad" 1600875 1600898 1606935 1606950) (-975 "PSETCAT.spad" 1594769 1594794 1600831 1600836) (-974 "PSCURVE.spad" 1593752 1593760 1594759 1594764) (-973 "PSCAT.spad" 1592535 1592564 1593650 1593747) (-972 "PSCAT.spad" 1591408 1591439 1592525 1592530) (-971 "PRTITION.spad" 1590369 1590377 1591398 1591403) (-970 "PRTDAST.spad" 1590088 1590096 1590359 1590364) (-969 "PRS.spad" 1579650 1579667 1590044 1590049) (-968 "PRQAGG.spad" 1579085 1579095 1579618 1579645) (-967 "PROPLOG.spad" 1578384 1578392 1579075 1579080) (-966 "PROPFRML.spad" 1577200 1577211 1578374 1578379) (-965 "PROPERTY.spad" 1576688 1576696 1577190 1577195) (-964 "PRODUCT.spad" 1574370 1574382 1574654 1574709) (-963 "PR.spad" 1572762 1572774 1573461 1573588) (-962 "PRINT.spad" 1572514 1572522 1572752 1572757) (-961 "PRIMES.spad" 1570767 1570777 1572504 1572509) (-960 "PRIMELT.spad" 1568848 1568862 1570757 1570762) (-959 "PRIMCAT.spad" 1568475 1568483 1568838 1568843) (-958 "PRIMARR.spad" 1567480 1567490 1567658 1567685) (-957 "PRIMARR2.spad" 1566247 1566259 1567470 1567475) (-956 "PREASSOC.spad" 1565629 1565641 1566237 1566242) (-955 "PPCURVE.spad" 1564766 1564774 1565619 1565624) (-954 "PORTNUM.spad" 1564541 1564549 1564756 1564761) (-953 "POLYROOT.spad" 1563390 1563412 1564497 1564502) (-952 "POLY.spad" 1560725 1560735 1561240 1561367) (-951 "POLYLIFT.spad" 1559990 1560013 1560715 1560720) (-950 "POLYCATQ.spad" 1558108 1558130 1559980 1559985) (-949 "POLYCAT.spad" 1551578 1551599 1557976 1558103) (-948 "POLYCAT.spad" 1544386 1544409 1550786 1550791) (-947 "POLY2UP.spad" 1543838 1543852 1544376 1544381) (-946 "POLY2.spad" 1543435 1543447 1543828 1543833) (-945 "POLUTIL.spad" 1542376 1542405 1543391 1543396) (-944 "POLTOPOL.spad" 1541124 1541139 1542366 1542371) (-943 "POINT.spad" 1539962 1539972 1540049 1540076) (-942 "PNTHEORY.spad" 1536664 1536672 1539952 1539957) (-941 "PMTOOLS.spad" 1535439 1535453 1536654 1536659) (-940 "PMSYM.spad" 1534988 1534998 1535429 1535434) (-939 "PMQFCAT.spad" 1534579 1534593 1534978 1534983) (-938 "PMPRED.spad" 1534058 1534072 1534569 1534574) (-937 "PMPREDFS.spad" 1533512 1533534 1534048 1534053) (-936 "PMPLCAT.spad" 1532592 1532610 1533444 1533449) (-935 "PMLSAGG.spad" 1532177 1532191 1532582 1532587) (-934 "PMKERNEL.spad" 1531756 1531768 1532167 1532172) (-933 "PMINS.spad" 1531336 1531346 1531746 1531751) (-932 "PMFS.spad" 1530913 1530931 1531326 1531331) (-931 "PMDOWN.spad" 1530203 1530217 1530903 1530908) (-930 "PMASS.spad" 1529213 1529221 1530193 1530198) (-929 "PMASSFS.spad" 1528180 1528196 1529203 1529208) (-928 "PLOTTOOL.spad" 1527960 1527968 1528170 1528175) (-927 "PLOT.spad" 1522883 1522891 1527950 1527955) (-926 "PLOT3D.spad" 1519347 1519355 1522873 1522878) (-925 "PLOT1.spad" 1518504 1518514 1519337 1519342) (-924 "PLEQN.spad" 1505794 1505821 1518494 1518499) (-923 "PINTERP.spad" 1505416 1505435 1505784 1505789) (-922 "PINTERPA.spad" 1505200 1505216 1505406 1505411) (-921 "PI.spad" 1504809 1504817 1505174 1505195) (-920 "PID.spad" 1503779 1503787 1504735 1504804) (-919 "PICOERCE.spad" 1503436 1503446 1503769 1503774) (-918 "PGROEB.spad" 1502037 1502051 1503426 1503431) (-917 "PGE.spad" 1493654 1493662 1502027 1502032) (-916 "PGCD.spad" 1492544 1492561 1493644 1493649) (-915 "PFRPAC.spad" 1491693 1491703 1492534 1492539) (-914 "PFR.spad" 1488356 1488366 1491595 1491688) (-913 "PFOTOOLS.spad" 1487614 1487630 1488346 1488351) (-912 "PFOQ.spad" 1486984 1487002 1487604 1487609) (-911 "PFO.spad" 1486403 1486430 1486974 1486979) (-910 "PF.spad" 1485977 1485989 1486208 1486301) (-909 "PFECAT.spad" 1483659 1483667 1485903 1485972) (-908 "PFECAT.spad" 1481369 1481379 1483615 1483620) (-907 "PFBRU.spad" 1479257 1479269 1481359 1481364) (-906 "PFBR.spad" 1476817 1476840 1479247 1479252) (-905 "PERM.spad" 1472502 1472512 1476647 1476662) (-904 "PERMGRP.spad" 1467264 1467274 1472492 1472497) (-903 "PERMCAT.spad" 1465822 1465832 1467244 1467259) (-902 "PERMAN.spad" 1464354 1464368 1465812 1465817) (-901 "PENDTREE.spad" 1463695 1463705 1463983 1463988) (-900 "PDRING.spad" 1462246 1462256 1463675 1463690) (-899 "PDRING.spad" 1460805 1460817 1462236 1462241) (-898 "PDEPROB.spad" 1459820 1459828 1460795 1460800) (-897 "PDEPACK.spad" 1453860 1453868 1459810 1459815) (-896 "PDECOMP.spad" 1453330 1453347 1453850 1453855) (-895 "PDECAT.spad" 1451686 1451694 1453320 1453325) (-894 "PCOMP.spad" 1451539 1451552 1451676 1451681) (-893 "PBWLB.spad" 1450127 1450144 1451529 1451534) (-892 "PATTERN.spad" 1444666 1444676 1450117 1450122) (-891 "PATTERN2.spad" 1444404 1444416 1444656 1444661) (-890 "PATTERN1.spad" 1442740 1442756 1444394 1444399) (-889 "PATRES.spad" 1440315 1440327 1442730 1442735) (-888 "PATRES2.spad" 1439987 1440001 1440305 1440310) (-887 "PATMATCH.spad" 1438184 1438215 1439695 1439700) (-886 "PATMAB.spad" 1437613 1437623 1438174 1438179) (-885 "PATLRES.spad" 1436699 1436713 1437603 1437608) (-884 "PATAB.spad" 1436463 1436473 1436689 1436694) (-883 "PARTPERM.spad" 1433863 1433871 1436453 1436458) (-882 "PARSURF.spad" 1433297 1433325 1433853 1433858) (-881 "PARSU2.spad" 1433094 1433110 1433287 1433292) (-880 "script-parser.spad" 1432614 1432622 1433084 1433089) (-879 "PARSCURV.spad" 1432048 1432076 1432604 1432609) (-878 "PARSC2.spad" 1431839 1431855 1432038 1432043) (-877 "PARPCURV.spad" 1431301 1431329 1431829 1431834) (-876 "PARPC2.spad" 1431092 1431108 1431291 1431296) (-875 "PAN2EXPR.spad" 1430504 1430512 1431082 1431087) (-874 "PALETTE.spad" 1429474 1429482 1430494 1430499) (-873 "PAIR.spad" 1428461 1428474 1429062 1429067) (-872 "PADICRC.spad" 1425795 1425813 1426966 1427059) (-871 "PADICRAT.spad" 1423810 1423822 1424031 1424124) (-870 "PADIC.spad" 1423505 1423517 1423736 1423805) (-869 "PADICCT.spad" 1422054 1422066 1423431 1423500) (-868 "PADEPAC.spad" 1420743 1420762 1422044 1422049) (-867 "PADE.spad" 1419495 1419511 1420733 1420738) (-866 "OWP.spad" 1418735 1418765 1419353 1419420) (-865 "OVERSET.spad" 1418308 1418316 1418725 1418730) (-864 "OVAR.spad" 1418089 1418112 1418298 1418303) (-863 "OUT.spad" 1417175 1417183 1418079 1418084) (-862 "OUTFORM.spad" 1406567 1406575 1417165 1417170) (-861 "OUTBFILE.spad" 1405985 1405993 1406557 1406562) (-860 "OUTBCON.spad" 1404991 1404999 1405975 1405980) (-859 "OUTBCON.spad" 1403995 1404005 1404981 1404986) (-858 "OSI.spad" 1403470 1403478 1403985 1403990) (-857 "OSGROUP.spad" 1403388 1403396 1403460 1403465) (-856 "ORTHPOL.spad" 1401873 1401883 1403305 1403310) (-855 "OREUP.spad" 1401326 1401354 1401553 1401592) (-854 "ORESUP.spad" 1400627 1400651 1401006 1401045) (-853 "OREPCTO.spad" 1398484 1398496 1400547 1400552) (-852 "OREPCAT.spad" 1392631 1392641 1398440 1398479) (-851 "OREPCAT.spad" 1386668 1386680 1392479 1392484) (-850 "ORDSET.spad" 1385840 1385848 1386658 1386663) (-849 "ORDSET.spad" 1385010 1385020 1385830 1385835) (-848 "ORDRING.spad" 1384400 1384408 1384990 1385005) (-847 "ORDRING.spad" 1383798 1383808 1384390 1384395) (-846 "ORDMON.spad" 1383653 1383661 1383788 1383793) (-845 "ORDFUNS.spad" 1382785 1382801 1383643 1383648) (-844 "ORDFIN.spad" 1382605 1382613 1382775 1382780) (-843 "ORDCOMP.spad" 1381070 1381080 1382152 1382181) (-842 "ORDCOMP2.spad" 1380363 1380375 1381060 1381065) (-841 "OPTPROB.spad" 1379001 1379009 1380353 1380358) (-840 "OPTPACK.spad" 1371410 1371418 1378991 1378996) (-839 "OPTCAT.spad" 1369089 1369097 1371400 1371405) (-838 "OPSIG.spad" 1368743 1368751 1369079 1369084) (-837 "OPQUERY.spad" 1368292 1368300 1368733 1368738) (-836 "OP.spad" 1368034 1368044 1368114 1368181) (-835 "OPERCAT.spad" 1367500 1367510 1368024 1368029) (-834 "OPERCAT.spad" 1366964 1366976 1367490 1367495) (-833 "ONECOMP.spad" 1365709 1365719 1366511 1366540) (-832 "ONECOMP2.spad" 1365133 1365145 1365699 1365704) (-831 "OMSERVER.spad" 1364139 1364147 1365123 1365128) (-830 "OMSAGG.spad" 1363927 1363937 1364095 1364134) (-829 "OMPKG.spad" 1362543 1362551 1363917 1363922) (-828 "OM.spad" 1361516 1361524 1362533 1362538) (-827 "OMLO.spad" 1360941 1360953 1361402 1361441) (-826 "OMEXPR.spad" 1360775 1360785 1360931 1360936) (-825 "OMERR.spad" 1360320 1360328 1360765 1360770) (-824 "OMERRK.spad" 1359354 1359362 1360310 1360315) (-823 "OMENC.spad" 1358698 1358706 1359344 1359349) (-822 "OMDEV.spad" 1353007 1353015 1358688 1358693) (-821 "OMCONN.spad" 1352416 1352424 1352997 1353002) (-820 "OINTDOM.spad" 1352179 1352187 1352342 1352411) (-819 "OFMONOID.spad" 1348428 1348438 1352169 1352174) (-818 "ODVAR.spad" 1347689 1347699 1348418 1348423) (-817 "ODR.spad" 1347333 1347359 1347501 1347650) (-816 "ODPOL.spad" 1344715 1344725 1345055 1345182) (-815 "ODP.spad" 1334562 1334582 1334935 1335066) (-814 "ODETOOLS.spad" 1333211 1333230 1334552 1334557) (-813 "ODESYS.spad" 1330905 1330922 1333201 1333206) (-812 "ODERTRIC.spad" 1326914 1326931 1330862 1330867) (-811 "ODERED.spad" 1326313 1326337 1326904 1326909) (-810 "ODERAT.spad" 1323928 1323945 1326303 1326308) (-809 "ODEPRRIC.spad" 1320965 1320987 1323918 1323923) (-808 "ODEPROB.spad" 1320222 1320230 1320955 1320960) (-807 "ODEPRIM.spad" 1317556 1317578 1320212 1320217) (-806 "ODEPAL.spad" 1316942 1316966 1317546 1317551) (-805 "ODEPACK.spad" 1303608 1303616 1316932 1316937) (-804 "ODEINT.spad" 1303043 1303059 1303598 1303603) (-803 "ODEIFTBL.spad" 1300438 1300446 1303033 1303038) (-802 "ODEEF.spad" 1295929 1295945 1300428 1300433) (-801 "ODECONST.spad" 1295466 1295484 1295919 1295924) (-800 "ODECAT.spad" 1294064 1294072 1295456 1295461) (-799 "OCT.spad" 1292204 1292214 1292918 1292957) (-798 "OCTCT2.spad" 1291850 1291871 1292194 1292199) (-797 "OC.spad" 1289646 1289656 1291806 1291845) (-796 "OC.spad" 1287167 1287179 1289329 1289334) (-795 "OCAMON.spad" 1287015 1287023 1287157 1287162) (-794 "OASGP.spad" 1286830 1286838 1287005 1287010) (-793 "OAMONS.spad" 1286352 1286360 1286820 1286825) (-792 "OAMON.spad" 1286213 1286221 1286342 1286347) (-791 "OAGROUP.spad" 1286075 1286083 1286203 1286208) (-790 "NUMTUBE.spad" 1285666 1285682 1286065 1286070) (-789 "NUMQUAD.spad" 1273642 1273650 1285656 1285661) (-788 "NUMODE.spad" 1264996 1265004 1273632 1273637) (-787 "NUMINT.spad" 1262562 1262570 1264986 1264991) (-786 "NUMFMT.spad" 1261402 1261410 1262552 1262557) (-785 "NUMERIC.spad" 1253516 1253526 1261207 1261212) (-784 "NTSCAT.spad" 1252024 1252040 1253484 1253511) (-783 "NTPOLFN.spad" 1251575 1251585 1251941 1251946) (-782 "NSUP.spad" 1244621 1244631 1249161 1249314) (-781 "NSUP2.spad" 1244013 1244025 1244611 1244616) (-780 "NSMP.spad" 1240244 1240263 1240552 1240679) (-779 "NREP.spad" 1238622 1238636 1240234 1240239) (-778 "NPCOEF.spad" 1237868 1237888 1238612 1238617) (-777 "NORMRETR.spad" 1237466 1237505 1237858 1237863) (-776 "NORMPK.spad" 1235368 1235387 1237456 1237461) (-775 "NORMMA.spad" 1235056 1235082 1235358 1235363) (-774 "NONE.spad" 1234797 1234805 1235046 1235051) (-773 "NONE1.spad" 1234473 1234483 1234787 1234792) (-772 "NODE1.spad" 1233960 1233976 1234463 1234468) (-771 "NNI.spad" 1232855 1232863 1233934 1233955) (-770 "NLINSOL.spad" 1231481 1231491 1232845 1232850) (-769 "NIPROB.spad" 1230022 1230030 1231471 1231476) (-768 "NFINTBAS.spad" 1227582 1227599 1230012 1230017) (-767 "NETCLT.spad" 1227556 1227567 1227572 1227577) (-766 "NCODIV.spad" 1225772 1225788 1227546 1227551) (-765 "NCNTFRAC.spad" 1225414 1225428 1225762 1225767) (-764 "NCEP.spad" 1223580 1223594 1225404 1225409) (-763 "NASRING.spad" 1223176 1223184 1223570 1223575) (-762 "NASRING.spad" 1222770 1222780 1223166 1223171) (-761 "NARNG.spad" 1222122 1222130 1222760 1222765) (-760 "NARNG.spad" 1221472 1221482 1222112 1222117) (-759 "NAGSP.spad" 1220549 1220557 1221462 1221467) (-758 "NAGS.spad" 1210210 1210218 1220539 1220544) (-757 "NAGF07.spad" 1208641 1208649 1210200 1210205) (-756 "NAGF04.spad" 1203043 1203051 1208631 1208636) (-755 "NAGF02.spad" 1197112 1197120 1203033 1203038) (-754 "NAGF01.spad" 1192873 1192881 1197102 1197107) (-753 "NAGE04.spad" 1186573 1186581 1192863 1192868) (-752 "NAGE02.spad" 1177233 1177241 1186563 1186568) (-751 "NAGE01.spad" 1173235 1173243 1177223 1177228) (-750 "NAGD03.spad" 1171239 1171247 1173225 1173230) (-749 "NAGD02.spad" 1163986 1163994 1171229 1171234) (-748 "NAGD01.spad" 1158279 1158287 1163976 1163981) (-747 "NAGC06.spad" 1154154 1154162 1158269 1158274) (-746 "NAGC05.spad" 1152655 1152663 1154144 1154149) (-745 "NAGC02.spad" 1151922 1151930 1152645 1152650) (-744 "NAALG.spad" 1151463 1151473 1151890 1151917) (-743 "NAALG.spad" 1151024 1151036 1151453 1151458) (-742 "MULTSQFR.spad" 1147982 1147999 1151014 1151019) (-741 "MULTFACT.spad" 1147365 1147382 1147972 1147977) (-740 "MTSCAT.spad" 1145459 1145480 1147263 1147360) (-739 "MTHING.spad" 1145118 1145128 1145449 1145454) (-738 "MSYSCMD.spad" 1144552 1144560 1145108 1145113) (-737 "MSET.spad" 1142510 1142520 1144258 1144297) (-736 "MSETAGG.spad" 1142355 1142365 1142478 1142505) (-735 "MRING.spad" 1139332 1139344 1142063 1142130) (-734 "MRF2.spad" 1138902 1138916 1139322 1139327) (-733 "MRATFAC.spad" 1138448 1138465 1138892 1138897) (-732 "MPRFF.spad" 1136488 1136507 1138438 1138443) (-731 "MPOLY.spad" 1133959 1133974 1134318 1134445) (-730 "MPCPF.spad" 1133223 1133242 1133949 1133954) (-729 "MPC3.spad" 1133040 1133080 1133213 1133218) (-728 "MPC2.spad" 1132686 1132719 1133030 1133035) (-727 "MONOTOOL.spad" 1131037 1131054 1132676 1132681) (-726 "MONOID.spad" 1130356 1130364 1131027 1131032) (-725 "MONOID.spad" 1129673 1129683 1130346 1130351) (-724 "MONOGEN.spad" 1128421 1128434 1129533 1129668) (-723 "MONOGEN.spad" 1127191 1127206 1128305 1128310) (-722 "MONADWU.spad" 1125221 1125229 1127181 1127186) (-721 "MONADWU.spad" 1123249 1123259 1125211 1125216) (-720 "MONAD.spad" 1122409 1122417 1123239 1123244) (-719 "MONAD.spad" 1121567 1121577 1122399 1122404) (-718 "MOEBIUS.spad" 1120303 1120317 1121547 1121562) (-717 "MODULE.spad" 1120173 1120183 1120271 1120298) (-716 "MODULE.spad" 1120063 1120075 1120163 1120168) (-715 "MODRING.spad" 1119398 1119437 1120043 1120058) (-714 "MODOP.spad" 1118063 1118075 1119220 1119287) (-713 "MODMONOM.spad" 1117794 1117812 1118053 1118058) (-712 "MODMON.spad" 1114589 1114605 1115308 1115461) (-711 "MODFIELD.spad" 1113951 1113990 1114491 1114584) (-710 "MMLFORM.spad" 1112811 1112819 1113941 1113946) (-709 "MMAP.spad" 1112553 1112587 1112801 1112806) (-708 "MLO.spad" 1111012 1111022 1112509 1112548) (-707 "MLIFT.spad" 1109624 1109641 1111002 1111007) (-706 "MKUCFUNC.spad" 1109159 1109177 1109614 1109619) (-705 "MKRECORD.spad" 1108763 1108776 1109149 1109154) (-704 "MKFUNC.spad" 1108170 1108180 1108753 1108758) (-703 "MKFLCFN.spad" 1107138 1107148 1108160 1108165) (-702 "MKBCFUNC.spad" 1106633 1106651 1107128 1107133) (-701 "MINT.spad" 1106072 1106080 1106535 1106628) (-700 "MHROWRED.spad" 1104583 1104593 1106062 1106067) (-699 "MFLOAT.spad" 1103103 1103111 1104473 1104578) (-698 "MFINFACT.spad" 1102503 1102525 1103093 1103098) (-697 "MESH.spad" 1100285 1100293 1102493 1102498) (-696 "MDDFACT.spad" 1098496 1098506 1100275 1100280) (-695 "MDAGG.spad" 1097787 1097797 1098476 1098491) (-694 "MCMPLX.spad" 1093798 1093806 1094412 1094613) (-693 "MCDEN.spad" 1093008 1093020 1093788 1093793) (-692 "MCALCFN.spad" 1090130 1090156 1092998 1093003) (-691 "MAYBE.spad" 1089414 1089425 1090120 1090125) (-690 "MATSTOR.spad" 1086722 1086732 1089404 1089409) (-689 "MATRIX.spad" 1085426 1085436 1085910 1085937) (-688 "MATLIN.spad" 1082770 1082794 1085310 1085315) (-687 "MATCAT.spad" 1074499 1074521 1082738 1082765) (-686 "MATCAT.spad" 1066100 1066124 1074341 1074346) (-685 "MATCAT2.spad" 1065382 1065430 1066090 1066095) (-684 "MAPPKG3.spad" 1064297 1064311 1065372 1065377) (-683 "MAPPKG2.spad" 1063635 1063647 1064287 1064292) (-682 "MAPPKG1.spad" 1062463 1062473 1063625 1063630) (-681 "MAPPAST.spad" 1061778 1061786 1062453 1062458) (-680 "MAPHACK3.spad" 1061590 1061604 1061768 1061773) (-679 "MAPHACK2.spad" 1061359 1061371 1061580 1061585) (-678 "MAPHACK1.spad" 1061003 1061013 1061349 1061354) (-677 "MAGMA.spad" 1058793 1058810 1060993 1060998) (-676 "MACROAST.spad" 1058372 1058380 1058783 1058788) (-675 "M3D.spad" 1056092 1056102 1057750 1057755) (-674 "LZSTAGG.spad" 1053330 1053340 1056082 1056087) (-673 "LZSTAGG.spad" 1050566 1050578 1053320 1053325) (-672 "LWORD.spad" 1047271 1047288 1050556 1050561) (-671 "LSTAST.spad" 1047055 1047063 1047261 1047266) (-670 "LSQM.spad" 1045285 1045299 1045679 1045730) (-669 "LSPP.spad" 1044820 1044837 1045275 1045280) (-668 "LSMP.spad" 1043670 1043698 1044810 1044815) (-667 "LSMP1.spad" 1041488 1041502 1043660 1043665) (-666 "LSAGG.spad" 1041157 1041167 1041456 1041483) (-665 "LSAGG.spad" 1040846 1040858 1041147 1041152) (-664 "LPOLY.spad" 1039800 1039819 1040702 1040771) (-663 "LPEFRAC.spad" 1039071 1039081 1039790 1039795) (-662 "LO.spad" 1038472 1038486 1039005 1039032) (-661 "LOGIC.spad" 1038074 1038082 1038462 1038467) (-660 "LOGIC.spad" 1037674 1037684 1038064 1038069) (-659 "LODOOPS.spad" 1036604 1036616 1037664 1037669) (-658 "LODO.spad" 1035988 1036004 1036284 1036323) (-657 "LODOF.spad" 1035034 1035051 1035945 1035950) (-656 "LODOCAT.spad" 1033700 1033710 1034990 1035029) (-655 "LODOCAT.spad" 1032364 1032376 1033656 1033661) (-654 "LODO2.spad" 1031637 1031649 1032044 1032083) (-653 "LODO1.spad" 1031037 1031047 1031317 1031356) (-652 "LODEEF.spad" 1029839 1029857 1031027 1031032) (-651 "LNAGG.spad" 1025671 1025681 1029829 1029834) (-650 "LNAGG.spad" 1021467 1021479 1025627 1025632) (-649 "LMOPS.spad" 1018235 1018252 1021457 1021462) (-648 "LMODULE.spad" 1018003 1018013 1018225 1018230) (-647 "LMDICT.spad" 1017290 1017300 1017554 1017581) (-646 "LLINSET.spad" 1016687 1016697 1017280 1017285) (-645 "LITERAL.spad" 1016593 1016604 1016677 1016682) (-644 "LIST.spad" 1014328 1014338 1015740 1015767) (-643 "LIST3.spad" 1013639 1013653 1014318 1014323) (-642 "LIST2.spad" 1012341 1012353 1013629 1013634) (-641 "LIST2MAP.spad" 1009244 1009256 1012331 1012336) (-640 "LINSET.spad" 1008866 1008876 1009234 1009239) (-639 "LINEXP.spad" 1008300 1008310 1008846 1008861) (-638 "LINDEP.spad" 1007109 1007121 1008212 1008217) (-637 "LIMITRF.spad" 1005037 1005047 1007099 1007104) (-636 "LIMITPS.spad" 1003940 1003953 1005027 1005032) (-635 "LIE.spad" 1001956 1001968 1003230 1003375) (-634 "LIECAT.spad" 1001432 1001442 1001882 1001951) (-633 "LIECAT.spad" 1000936 1000948 1001388 1001393) (-632 "LIB.spad" 998986 998994 999595 999610) (-631 "LGROBP.spad" 996339 996358 998976 998981) (-630 "LF.spad" 995294 995310 996329 996334) (-629 "LFCAT.spad" 994353 994361 995284 995289) (-628 "LEXTRIPK.spad" 989856 989871 994343 994348) (-627 "LEXP.spad" 987859 987886 989836 989851) (-626 "LETAST.spad" 987558 987566 987849 987854) (-625 "LEADCDET.spad" 985956 985973 987548 987553) (-624 "LAZM3PK.spad" 984660 984682 985946 985951) (-623 "LAUPOL.spad" 983353 983366 984253 984322) (-622 "LAPLACE.spad" 982936 982952 983343 983348) (-621 "LA.spad" 982376 982390 982858 982897) (-620 "LALG.spad" 982152 982162 982356 982371) (-619 "LALG.spad" 981936 981948 982142 982147) (-618 "KVTFROM.spad" 981671 981681 981926 981931) (-617 "KTVLOGIC.spad" 981183 981191 981661 981666) (-616 "KRCFROM.spad" 980921 980931 981173 981178) (-615 "KOVACIC.spad" 979644 979661 980911 980916) (-614 "KONVERT.spad" 979366 979376 979634 979639) (-613 "KOERCE.spad" 979103 979113 979356 979361) (-612 "KERNEL.spad" 977758 977768 978887 978892) (-611 "KERNEL2.spad" 977461 977473 977748 977753) (-610 "KDAGG.spad" 976570 976592 977441 977456) (-609 "KDAGG.spad" 975687 975711 976560 976565) (-608 "KAFILE.spad" 974650 974666 974885 974912) (-607 "JORDAN.spad" 972479 972491 973940 974085) (-606 "JOINAST.spad" 972173 972181 972469 972474) (-605 "JAVACODE.spad" 972039 972047 972163 972168) (-604 "IXAGG.spad" 970172 970196 972029 972034) (-603 "IXAGG.spad" 968160 968186 970019 970024) (-602 "IVECTOR.spad" 966930 966945 967085 967112) (-601 "ITUPLE.spad" 966091 966101 966920 966925) (-600 "ITRIGMNP.spad" 964930 964949 966081 966086) (-599 "ITFUN3.spad" 964436 964450 964920 964925) (-598 "ITFUN2.spad" 964180 964192 964426 964431) (-597 "ITAYLOR.spad" 961974 961989 964016 964141) (-596 "ISUPS.spad" 954411 954426 960948 961045) (-595 "ISUMP.spad" 953912 953928 954401 954406) (-594 "ISTRING.spad" 952915 952928 953081 953108) (-593 "ISAST.spad" 952634 952642 952905 952910) (-592 "IRURPK.spad" 951351 951370 952624 952629) (-591 "IRSN.spad" 949355 949363 951341 951346) (-590 "IRRF2F.spad" 947840 947850 949311 949316) (-589 "IRREDFFX.spad" 947441 947452 947830 947835) (-588 "IROOT.spad" 945780 945790 947431 947436) (-587 "IR.spad" 943581 943595 945635 945662) (-586 "IR2.spad" 942609 942625 943571 943576) (-585 "IR2F.spad" 941815 941831 942599 942604) (-584 "IPRNTPK.spad" 941575 941583 941805 941810) (-583 "IPF.spad" 941140 941152 941380 941473) (-582 "IPADIC.spad" 940901 940927 941066 941135) (-581 "IP4ADDR.spad" 940458 940466 940891 940896) (-580 "IOMODE.spad" 940079 940087 940448 940453) (-579 "IOBFILE.spad" 939440 939448 940069 940074) (-578 "IOBCON.spad" 939305 939313 939430 939435) (-577 "INVLAPLA.spad" 938954 938970 939295 939300) (-576 "INTTR.spad" 932336 932353 938944 938949) (-575 "INTTOOLS.spad" 930091 930107 931910 931915) (-574 "INTSLPE.spad" 929411 929419 930081 930086) (-573 "INTRVL.spad" 928977 928987 929325 929406) (-572 "INTRF.spad" 927401 927415 928967 928972) (-571 "INTRET.spad" 926833 926843 927391 927396) (-570 "INTRAT.spad" 925560 925577 926823 926828) (-569 "INTPM.spad" 923945 923961 925203 925208) (-568 "INTPAF.spad" 921809 921827 923877 923882) (-567 "INTPACK.spad" 912183 912191 921799 921804) (-566 "INT.spad" 911544 911552 912037 912178) (-565 "INTHERTR.spad" 910818 910835 911534 911539) (-564 "INTHERAL.spad" 910488 910512 910808 910813) (-563 "INTHEORY.spad" 906927 906935 910478 910483) (-562 "INTG0.spad" 900660 900678 906859 906864) (-561 "INTFTBL.spad" 894689 894697 900650 900655) (-560 "INTFACT.spad" 893748 893758 894679 894684) (-559 "INTEF.spad" 892133 892149 893738 893743) (-558 "INTDOM.spad" 890756 890764 892059 892128) (-557 "INTDOM.spad" 889441 889451 890746 890751) (-556 "INTCAT.spad" 887700 887710 889355 889436) (-555 "INTBIT.spad" 887207 887215 887690 887695) (-554 "INTALG.spad" 886395 886422 887197 887202) (-553 "INTAF.spad" 885895 885911 886385 886390) (-552 "INTABL.spad" 884413 884444 884576 884603) (-551 "INT8.spad" 884293 884301 884403 884408) (-550 "INT64.spad" 884172 884180 884283 884288) (-549 "INT32.spad" 884051 884059 884162 884167) (-548 "INT16.spad" 883930 883938 884041 884046) (-547 "INS.spad" 881433 881441 883832 883925) (-546 "INS.spad" 879022 879032 881423 881428) (-545 "INPSIGN.spad" 878470 878483 879012 879017) (-544 "INPRODPF.spad" 877566 877585 878460 878465) (-543 "INPRODFF.spad" 876654 876678 877556 877561) (-542 "INNMFACT.spad" 875629 875646 876644 876649) (-541 "INMODGCD.spad" 875117 875147 875619 875624) (-540 "INFSP.spad" 873414 873436 875107 875112) (-539 "INFPROD0.spad" 872494 872513 873404 873409) (-538 "INFORM.spad" 869693 869701 872484 872489) (-537 "INFORM1.spad" 869318 869328 869683 869688) (-536 "INFINITY.spad" 868870 868878 869308 869313) (-535 "INETCLTS.spad" 868847 868855 868860 868865) (-534 "INEP.spad" 867385 867407 868837 868842) (-533 "INDE.spad" 867114 867131 867375 867380) (-532 "INCRMAPS.spad" 866535 866545 867104 867109) (-531 "INBFILE.spad" 865607 865615 866525 866530) (-530 "INBFF.spad" 861401 861412 865597 865602) (-529 "INBCON.spad" 859691 859699 861391 861396) (-528 "INBCON.spad" 857979 857989 859681 859686) (-527 "INAST.spad" 857640 857648 857969 857974) (-526 "IMPTAST.spad" 857348 857356 857630 857635) (-525 "IMATRIX.spad" 856293 856319 856805 856832) (-524 "IMATQF.spad" 855387 855431 856249 856254) (-523 "IMATLIN.spad" 853992 854016 855343 855348) (-522 "ILIST.spad" 852650 852665 853175 853202) (-521 "IIARRAY2.spad" 852038 852076 852257 852284) (-520 "IFF.spad" 851448 851464 851719 851812) (-519 "IFAST.spad" 851062 851070 851438 851443) (-518 "IFARRAY.spad" 848555 848570 850245 850272) (-517 "IFAMON.spad" 848417 848434 848511 848516) (-516 "IEVALAB.spad" 847822 847834 848407 848412) (-515 "IEVALAB.spad" 847225 847239 847812 847817) (-514 "IDPO.spad" 847023 847035 847215 847220) (-513 "IDPOAMS.spad" 846779 846791 847013 847018) (-512 "IDPOAM.spad" 846499 846511 846769 846774) (-511 "IDPC.spad" 845437 845449 846489 846494) (-510 "IDPAM.spad" 845182 845194 845427 845432) (-509 "IDPAG.spad" 844929 844941 845172 845177) (-508 "IDENT.spad" 844579 844587 844919 844924) (-507 "IDECOMP.spad" 841818 841836 844569 844574) (-506 "IDEAL.spad" 836767 836806 841753 841758) (-505 "ICDEN.spad" 835956 835972 836757 836762) (-504 "ICARD.spad" 835147 835155 835946 835951) (-503 "IBPTOOLS.spad" 833754 833771 835137 835142) (-502 "IBITS.spad" 832957 832970 833390 833417) (-501 "IBATOOL.spad" 829934 829953 832947 832952) (-500 "IBACHIN.spad" 828441 828456 829924 829929) (-499 "IARRAY2.spad" 827429 827455 828048 828075) (-498 "IARRAY1.spad" 826474 826489 826612 826639) (-497 "IAN.spad" 824697 824705 826290 826383) (-496 "IALGFACT.spad" 824300 824333 824687 824692) (-495 "HYPCAT.spad" 823724 823732 824290 824295) (-494 "HYPCAT.spad" 823146 823156 823714 823719) (-493 "HOSTNAME.spad" 822954 822962 823136 823141) (-492 "HOMOTOP.spad" 822697 822707 822944 822949) (-491 "HOAGG.spad" 819979 819989 822687 822692) (-490 "HOAGG.spad" 817036 817048 819746 819751) (-489 "HEXADEC.spad" 815138 815146 815503 815596) (-488 "HEUGCD.spad" 814173 814184 815128 815133) (-487 "HELLFDIV.spad" 813763 813787 814163 814168) (-486 "HEAP.spad" 813155 813165 813370 813397) (-485 "HEADAST.spad" 812692 812700 813145 813150) (-484 "HDP.spad" 802535 802551 802912 803043) (-483 "HDMP.spad" 799749 799764 800365 800492) (-482 "HB.spad" 798000 798008 799739 799744) (-481 "HASHTBL.spad" 796470 796501 796681 796708) (-480 "HASAST.spad" 796186 796194 796460 796465) (-479 "HACKPI.spad" 795677 795685 796088 796181) (-478 "GTSET.spad" 794616 794632 795323 795350) (-477 "GSTBL.spad" 793135 793170 793309 793324) (-476 "GSERIES.spad" 790306 790333 791267 791416) (-475 "GROUP.spad" 789579 789587 790286 790301) (-474 "GROUP.spad" 788860 788870 789569 789574) (-473 "GROEBSOL.spad" 787354 787375 788850 788855) (-472 "GRMOD.spad" 785925 785937 787344 787349) (-471 "GRMOD.spad" 784494 784508 785915 785920) (-470 "GRIMAGE.spad" 777383 777391 784484 784489) (-469 "GRDEF.spad" 775762 775770 777373 777378) (-468 "GRAY.spad" 774225 774233 775752 775757) (-467 "GRALG.spad" 773302 773314 774215 774220) (-466 "GRALG.spad" 772377 772391 773292 773297) (-465 "GPOLSET.spad" 771831 771854 772059 772086) (-464 "GOSPER.spad" 771100 771118 771821 771826) (-463 "GMODPOL.spad" 770248 770275 771068 771095) (-462 "GHENSEL.spad" 769331 769345 770238 770243) (-461 "GENUPS.spad" 765624 765637 769321 769326) (-460 "GENUFACT.spad" 765201 765211 765614 765619) (-459 "GENPGCD.spad" 764787 764804 765191 765196) (-458 "GENMFACT.spad" 764239 764258 764777 764782) (-457 "GENEEZ.spad" 762190 762203 764229 764234) (-456 "GDMP.spad" 759246 759263 760020 760147) (-455 "GCNAALG.spad" 753169 753196 759040 759107) (-454 "GCDDOM.spad" 752345 752353 753095 753164) (-453 "GCDDOM.spad" 751583 751593 752335 752340) (-452 "GB.spad" 749109 749147 751539 751544) (-451 "GBINTERN.spad" 745129 745167 749099 749104) (-450 "GBF.spad" 740896 740934 745119 745124) (-449 "GBEUCLID.spad" 738778 738816 740886 740891) (-448 "GAUSSFAC.spad" 738091 738099 738768 738773) (-447 "GALUTIL.spad" 736417 736427 738047 738052) (-446 "GALPOLYU.spad" 734871 734884 736407 736412) (-445 "GALFACTU.spad" 733044 733063 734861 734866) (-444 "GALFACT.spad" 723233 723244 733034 733039) (-443 "FVFUN.spad" 720256 720264 723223 723228) (-442 "FVC.spad" 719308 719316 720246 720251) (-441 "FUNDESC.spad" 718986 718994 719298 719303) (-440 "FUNCTION.spad" 718835 718847 718976 718981) (-439 "FT.spad" 717132 717140 718825 718830) (-438 "FTEM.spad" 716297 716305 717122 717127) (-437 "FSUPFACT.spad" 715197 715216 716233 716238) (-436 "FST.spad" 713283 713291 715187 715192) (-435 "FSRED.spad" 712763 712779 713273 713278) (-434 "FSPRMELT.spad" 711645 711661 712720 712725) (-433 "FSPECF.spad" 709736 709752 711635 711640) (-432 "FS.spad" 704004 704014 709511 709731) (-431 "FS.spad" 698050 698062 703559 703564) (-430 "FSINT.spad" 697710 697726 698040 698045) (-429 "FSERIES.spad" 696901 696913 697530 697629) (-428 "FSCINT.spad" 696218 696234 696891 696896) (-427 "FSAGG.spad" 695335 695345 696174 696213) (-426 "FSAGG.spad" 694414 694426 695255 695260) (-425 "FSAGG2.spad" 693157 693173 694404 694409) (-424 "FS2UPS.spad" 687648 687682 693147 693152) (-423 "FS2.spad" 687295 687311 687638 687643) (-422 "FS2EXPXP.spad" 686420 686443 687285 687290) (-421 "FRUTIL.spad" 685374 685384 686410 686415) (-420 "FR.spad" 679090 679100 684398 684467) (-419 "FRNAALG.spad" 674209 674219 679032 679085) (-418 "FRNAALG.spad" 669340 669352 674165 674170) (-417 "FRNAAF2.spad" 668796 668814 669330 669335) (-416 "FRMOD.spad" 668206 668236 668727 668732) (-415 "FRIDEAL.spad" 667431 667452 668186 668201) (-414 "FRIDEAL2.spad" 667035 667067 667421 667426) (-413 "FRETRCT.spad" 666546 666556 667025 667030) (-412 "FRETRCT.spad" 665923 665935 666404 666409) (-411 "FRAMALG.spad" 664271 664284 665879 665918) (-410 "FRAMALG.spad" 662651 662666 664261 664266) (-409 "FRAC.spad" 659750 659760 660153 660326) (-408 "FRAC2.spad" 659355 659367 659740 659745) (-407 "FR2.spad" 658691 658703 659345 659350) (-406 "FPS.spad" 655506 655514 658581 658686) (-405 "FPS.spad" 652349 652359 655426 655431) (-404 "FPC.spad" 651395 651403 652251 652344) (-403 "FPC.spad" 650527 650537 651385 651390) (-402 "FPATMAB.spad" 650289 650299 650517 650522) (-401 "FPARFRAC.spad" 648776 648793 650279 650284) (-400 "FORTRAN.spad" 647282 647325 648766 648771) (-399 "FORT.spad" 646231 646239 647272 647277) (-398 "FORTFN.spad" 643401 643409 646221 646226) (-397 "FORTCAT.spad" 643085 643093 643391 643396) (-396 "FORMULA.spad" 640559 640567 643075 643080) (-395 "FORMULA1.spad" 640038 640048 640549 640554) (-394 "FORDER.spad" 639729 639753 640028 640033) (-393 "FOP.spad" 638930 638938 639719 639724) (-392 "FNLA.spad" 638354 638376 638898 638925) (-391 "FNCAT.spad" 636949 636957 638344 638349) (-390 "FNAME.spad" 636841 636849 636939 636944) (-389 "FMTC.spad" 636639 636647 636767 636836) (-388 "FMONOID.spad" 633756 633766 636595 636600) (-387 "FM.spad" 633451 633463 633690 633717) (-386 "FMFUN.spad" 630481 630489 633441 633446) (-385 "FMC.spad" 629533 629541 630471 630476) (-384 "FMCAT.spad" 627201 627219 629501 629528) (-383 "FM1.spad" 626558 626570 627135 627162) (-382 "FLOATRP.spad" 624293 624307 626548 626553) (-381 "FLOAT.spad" 617607 617615 624159 624288) (-380 "FLOATCP.spad" 615038 615052 617597 617602) (-379 "FLINEXP.spad" 614750 614760 615018 615033) (-378 "FLINEXP.spad" 614416 614428 614686 614691) (-377 "FLASORT.spad" 613742 613754 614406 614411) (-376 "FLALG.spad" 611388 611407 613668 613737) (-375 "FLAGG.spad" 608430 608440 611368 611383) (-374 "FLAGG.spad" 605373 605385 608313 608318) (-373 "FLAGG2.spad" 604098 604114 605363 605368) (-372 "FINRALG.spad" 602159 602172 604054 604093) (-371 "FINRALG.spad" 600146 600161 602043 602048) (-370 "FINITE.spad" 599298 599306 600136 600141) (-369 "FINAALG.spad" 588419 588429 599240 599293) (-368 "FINAALG.spad" 577552 577564 588375 588380) (-367 "FILE.spad" 577135 577145 577542 577547) (-366 "FILECAT.spad" 575661 575678 577125 577130) (-365 "FIELD.spad" 575067 575075 575563 575656) (-364 "FIELD.spad" 574559 574569 575057 575062) (-363 "FGROUP.spad" 573206 573216 574539 574554) (-362 "FGLMICPK.spad" 571993 572008 573196 573201) (-361 "FFX.spad" 571368 571383 571709 571802) (-360 "FFSLPE.spad" 570871 570892 571358 571363) (-359 "FFPOLY.spad" 562133 562144 570861 570866) (-358 "FFPOLY2.spad" 561193 561210 562123 562128) (-357 "FFP.spad" 560590 560610 560909 561002) (-356 "FF.spad" 560038 560054 560271 560364) (-355 "FFNBX.spad" 558550 558570 559754 559847) (-354 "FFNBP.spad" 557063 557080 558266 558359) (-353 "FFNB.spad" 555528 555549 556744 556837) (-352 "FFINTBAS.spad" 553042 553061 555518 555523) (-351 "FFIELDC.spad" 550619 550627 552944 553037) (-350 "FFIELDC.spad" 548282 548292 550609 550614) (-349 "FFHOM.spad" 547030 547047 548272 548277) (-348 "FFF.spad" 544465 544476 547020 547025) (-347 "FFCGX.spad" 543312 543332 544181 544274) (-346 "FFCGP.spad" 542201 542221 543028 543121) (-345 "FFCG.spad" 540993 541014 541882 541975) (-344 "FFCAT.spad" 534166 534188 540832 540988) (-343 "FFCAT.spad" 527418 527442 534086 534091) (-342 "FFCAT2.spad" 527165 527205 527408 527413) (-341 "FEXPR.spad" 518882 518928 526921 526960) (-340 "FEVALAB.spad" 518590 518600 518872 518877) (-339 "FEVALAB.spad" 518083 518095 518367 518372) (-338 "FDIV.spad" 517525 517549 518073 518078) (-337 "FDIVCAT.spad" 515589 515613 517515 517520) (-336 "FDIVCAT.spad" 513651 513677 515579 515584) (-335 "FDIV2.spad" 513307 513347 513641 513646) (-334 "FCTRDATA.spad" 512315 512323 513297 513302) (-333 "FCPAK1.spad" 510882 510890 512305 512310) (-332 "FCOMP.spad" 510261 510271 510872 510877) (-331 "FC.spad" 500268 500276 510251 510256) (-330 "FAXF.spad" 493239 493253 500170 500263) (-329 "FAXF.spad" 486262 486278 493195 493200) (-328 "FARRAY.spad" 484412 484422 485445 485472) (-327 "FAMR.spad" 482548 482560 484310 484407) (-326 "FAMR.spad" 480668 480682 482432 482437) (-325 "FAMONOID.spad" 480336 480346 480622 480627) (-324 "FAMONC.spad" 478632 478644 480326 480331) (-323 "FAGROUP.spad" 478256 478266 478528 478555) (-322 "FACUTIL.spad" 476460 476477 478246 478251) (-321 "FACTFUNC.spad" 475654 475664 476450 476455) (-320 "EXPUPXS.spad" 472487 472510 473786 473935) (-319 "EXPRTUBE.spad" 469775 469783 472477 472482) (-318 "EXPRODE.spad" 466935 466951 469765 469770) (-317 "EXPR.spad" 462210 462220 462924 463331) (-316 "EXPR2UPS.spad" 458332 458345 462200 462205) (-315 "EXPR2.spad" 458037 458049 458322 458327) (-314 "EXPEXPAN.spad" 454977 455002 455609 455702) (-313 "EXIT.spad" 454648 454656 454967 454972) (-312 "EXITAST.spad" 454384 454392 454638 454643) (-311 "EVALCYC.spad" 453844 453858 454374 454379) (-310 "EVALAB.spad" 453416 453426 453834 453839) (-309 "EVALAB.spad" 452986 452998 453406 453411) (-308 "EUCDOM.spad" 450560 450568 452912 452981) (-307 "EUCDOM.spad" 448196 448206 450550 450555) (-306 "ESTOOLS.spad" 440042 440050 448186 448191) (-305 "ESTOOLS2.spad" 439645 439659 440032 440037) (-304 "ESTOOLS1.spad" 439330 439341 439635 439640) (-303 "ES.spad" 432145 432153 439320 439325) (-302 "ES.spad" 424866 424876 432043 432048) (-301 "ESCONT.spad" 421659 421667 424856 424861) (-300 "ESCONT1.spad" 421408 421420 421649 421654) (-299 "ES2.spad" 420913 420929 421398 421403) (-298 "ES1.spad" 420483 420499 420903 420908) (-297 "ERROR.spad" 417810 417818 420473 420478) (-296 "EQTBL.spad" 416282 416304 416491 416518) (-295 "EQ.spad" 411087 411097 413874 413986) (-294 "EQ2.spad" 410805 410817 411077 411082) (-293 "EP.spad" 407131 407141 410795 410800) (-292 "ENV.spad" 405793 405801 407121 407126) (-291 "ENTIRER.spad" 405461 405469 405737 405788) (-290 "EMR.spad" 404668 404709 405387 405456) (-289 "ELTAGG.spad" 402922 402941 404658 404663) (-288 "ELTAGG.spad" 401140 401161 402878 402883) (-287 "ELTAB.spad" 400589 400607 401130 401135) (-286 "ELFUTS.spad" 399976 399995 400579 400584) (-285 "ELEMFUN.spad" 399665 399673 399966 399971) (-284 "ELEMFUN.spad" 399352 399362 399655 399660) (-283 "ELAGG.spad" 397323 397333 399332 399347) (-282 "ELAGG.spad" 395231 395243 397242 397247) (-281 "ELABEXPR.spad" 394163 394171 395221 395226) (-280 "EFUPXS.spad" 390939 390969 394119 394124) (-279 "EFULS.spad" 387775 387798 390895 390900) (-278 "EFSTRUC.spad" 385790 385806 387765 387770) (-277 "EF.spad" 380566 380582 385780 385785) (-276 "EAB.spad" 378842 378850 380556 380561) (-275 "E04UCFA.spad" 378378 378386 378832 378837) (-274 "E04NAFA.spad" 377955 377963 378368 378373) (-273 "E04MBFA.spad" 377535 377543 377945 377950) (-272 "E04JAFA.spad" 377071 377079 377525 377530) (-271 "E04GCFA.spad" 376607 376615 377061 377066) (-270 "E04FDFA.spad" 376143 376151 376597 376602) (-269 "E04DGFA.spad" 375679 375687 376133 376138) (-268 "E04AGNT.spad" 371529 371537 375669 375674) (-267 "DVARCAT.spad" 368218 368228 371519 371524) (-266 "DVARCAT.spad" 364905 364917 368208 368213) (-265 "DSMP.spad" 362372 362386 362677 362804) (-264 "DROPT.spad" 356331 356339 362362 362367) (-263 "DROPT1.spad" 355996 356006 356321 356326) (-262 "DROPT0.spad" 350853 350861 355986 355991) (-261 "DRAWPT.spad" 349026 349034 350843 350848) (-260 "DRAW.spad" 341902 341915 349016 349021) (-259 "DRAWHACK.spad" 341210 341220 341892 341897) (-258 "DRAWCX.spad" 338680 338688 341200 341205) (-257 "DRAWCURV.spad" 338227 338242 338670 338675) (-256 "DRAWCFUN.spad" 327759 327767 338217 338222) (-255 "DQAGG.spad" 325937 325947 327727 327754) (-254 "DPOLCAT.spad" 321286 321302 325805 325932) (-253 "DPOLCAT.spad" 316721 316739 321242 321247) (-252 "DPMO.spad" 308947 308963 309085 309386) (-251 "DPMM.spad" 301186 301204 301311 301612) (-250 "DOMTMPLT.spad" 300846 300854 301176 301181) (-249 "DOMCTOR.spad" 300601 300609 300836 300841) (-248 "DOMAIN.spad" 299688 299696 300591 300596) (-247 "DMP.spad" 296948 296963 297518 297645) (-246 "DLP.spad" 296300 296310 296938 296943) (-245 "DLIST.spad" 294879 294889 295483 295510) (-244 "DLAGG.spad" 293296 293306 294869 294874) (-243 "DIVRING.spad" 292838 292846 293240 293291) (-242 "DIVRING.spad" 292424 292434 292828 292833) (-241 "DISPLAY.spad" 290614 290622 292414 292419) (-240 "DIRPROD.spad" 280194 280210 280834 280965) (-239 "DIRPROD2.spad" 279012 279030 280184 280189) (-238 "DIRPCAT.spad" 277956 277972 278876 279007) (-237 "DIRPCAT.spad" 276629 276647 277551 277556) (-236 "DIOSP.spad" 275454 275462 276619 276624) (-235 "DIOPS.spad" 274450 274460 275434 275449) (-234 "DIOPS.spad" 273420 273432 274406 274411) (-233 "DIFRING.spad" 272716 272724 273400 273415) (-232 "DIFRING.spad" 272020 272030 272706 272711) (-231 "DIFEXT.spad" 271191 271201 272000 272015) (-230 "DIFEXT.spad" 270279 270291 271090 271095) (-229 "DIAGG.spad" 269909 269919 270259 270274) (-228 "DIAGG.spad" 269547 269559 269899 269904) (-227 "DHMATRIX.spad" 267859 267869 269004 269031) (-226 "DFSFUN.spad" 261499 261507 267849 267854) (-225 "DFLOAT.spad" 258230 258238 261389 261494) (-224 "DFINTTLS.spad" 256461 256477 258220 258225) (-223 "DERHAM.spad" 254375 254407 256441 256456) (-222 "DEQUEUE.spad" 253699 253709 253982 254009) (-221 "DEGRED.spad" 253316 253330 253689 253694) (-220 "DEFINTRF.spad" 250853 250863 253306 253311) (-219 "DEFINTEF.spad" 249363 249379 250843 250848) (-218 "DEFAST.spad" 248731 248739 249353 249358) (-217 "DECIMAL.spad" 246837 246845 247198 247291) (-216 "DDFACT.spad" 244650 244667 246827 246832) (-215 "DBLRESP.spad" 244250 244274 244640 244645) (-214 "DBASE.spad" 242914 242924 244240 244245) (-213 "DATAARY.spad" 242376 242389 242904 242909) (-212 "D03FAFA.spad" 242204 242212 242366 242371) (-211 "D03EEFA.spad" 242024 242032 242194 242199) (-210 "D03AGNT.spad" 241110 241118 242014 242019) (-209 "D02EJFA.spad" 240572 240580 241100 241105) (-208 "D02CJFA.spad" 240050 240058 240562 240567) (-207 "D02BHFA.spad" 239540 239548 240040 240045) (-206 "D02BBFA.spad" 239030 239038 239530 239535) (-205 "D02AGNT.spad" 233844 233852 239020 239025) (-204 "D01WGTS.spad" 232163 232171 233834 233839) (-203 "D01TRNS.spad" 232140 232148 232153 232158) (-202 "D01GBFA.spad" 231662 231670 232130 232135) (-201 "D01FCFA.spad" 231184 231192 231652 231657) (-200 "D01ASFA.spad" 230652 230660 231174 231179) (-199 "D01AQFA.spad" 230098 230106 230642 230647) (-198 "D01APFA.spad" 229522 229530 230088 230093) (-197 "D01ANFA.spad" 229016 229024 229512 229517) (-196 "D01AMFA.spad" 228526 228534 229006 229011) (-195 "D01ALFA.spad" 228066 228074 228516 228521) (-194 "D01AKFA.spad" 227592 227600 228056 228061) (-193 "D01AJFA.spad" 227115 227123 227582 227587) (-192 "D01AGNT.spad" 223182 223190 227105 227110) (-191 "CYCLOTOM.spad" 222688 222696 223172 223177) (-190 "CYCLES.spad" 219544 219552 222678 222683) (-189 "CVMP.spad" 218961 218971 219534 219539) (-188 "CTRIGMNP.spad" 217461 217477 218951 218956) (-187 "CTOR.spad" 217152 217160 217451 217456) (-186 "CTORKIND.spad" 216755 216763 217142 217147) (-185 "CTORCAT.spad" 216004 216012 216745 216750) (-184 "CTORCAT.spad" 215251 215261 215994 215999) (-183 "CTORCALL.spad" 214840 214850 215241 215246) (-182 "CSTTOOLS.spad" 214085 214098 214830 214835) (-181 "CRFP.spad" 207809 207822 214075 214080) (-180 "CRCEAST.spad" 207529 207537 207799 207804) (-179 "CRAPACK.spad" 206580 206590 207519 207524) (-178 "CPMATCH.spad" 206084 206099 206505 206510) (-177 "CPIMA.spad" 205789 205808 206074 206079) (-176 "COORDSYS.spad" 200798 200808 205779 205784) (-175 "CONTOUR.spad" 200209 200217 200788 200793) (-174 "CONTFRAC.spad" 195959 195969 200111 200204) (-173 "CONDUIT.spad" 195717 195725 195949 195954) (-172 "COMRING.spad" 195391 195399 195655 195712) (-171 "COMPPROP.spad" 194909 194917 195381 195386) (-170 "COMPLPAT.spad" 194676 194691 194899 194904) (-169 "COMPLEX.spad" 188813 188823 189057 189318) (-168 "COMPLEX2.spad" 188528 188540 188803 188808) (-167 "COMPFACT.spad" 188130 188144 188518 188523) (-166 "COMPCAT.spad" 186202 186212 187864 188125) (-165 "COMPCAT.spad" 184002 184014 185666 185671) (-164 "COMMUPC.spad" 183750 183768 183992 183997) (-163 "COMMONOP.spad" 183283 183291 183740 183745) (-162 "COMM.spad" 183094 183102 183273 183278) (-161 "COMMAAST.spad" 182857 182865 183084 183089) (-160 "COMBOPC.spad" 181772 181780 182847 182852) (-159 "COMBINAT.spad" 180539 180549 181762 181767) (-158 "COMBF.spad" 177921 177937 180529 180534) (-157 "COLOR.spad" 176758 176766 177911 177916) (-156 "COLONAST.spad" 176424 176432 176748 176753) (-155 "CMPLXRT.spad" 176135 176152 176414 176419) (-154 "CLLCTAST.spad" 175797 175805 176125 176130) (-153 "CLIP.spad" 171905 171913 175787 175792) (-152 "CLIF.spad" 170560 170576 171861 171900) (-151 "CLAGG.spad" 167065 167075 170550 170555) (-150 "CLAGG.spad" 163441 163453 166928 166933) (-149 "CINTSLPE.spad" 162772 162785 163431 163436) (-148 "CHVAR.spad" 160910 160932 162762 162767) (-147 "CHARZ.spad" 160825 160833 160890 160905) (-146 "CHARPOL.spad" 160335 160345 160815 160820) (-145 "CHARNZ.spad" 160088 160096 160315 160330) (-144 "CHAR.spad" 157962 157970 160078 160083) (-143 "CFCAT.spad" 157290 157298 157952 157957) (-142 "CDEN.spad" 156486 156500 157280 157285) (-141 "CCLASS.spad" 154635 154643 155897 155936) (-140 "CATEGORY.spad" 153677 153685 154625 154630) (-139 "CATCTOR.spad" 153568 153576 153667 153672) (-138 "CATAST.spad" 153186 153194 153558 153563) (-137 "CASEAST.spad" 152900 152908 153176 153181) (-136 "CARTEN.spad" 148187 148211 152890 152895) (-135 "CARTEN2.spad" 147577 147604 148177 148182) (-134 "CARD.spad" 144872 144880 147551 147572) (-133 "CAPSLAST.spad" 144646 144654 144862 144867) (-132 "CACHSET.spad" 144270 144278 144636 144641) (-131 "CABMON.spad" 143825 143833 144260 144265) (-130 "BYTEORD.spad" 143500 143508 143815 143820) (-129 "BYTE.spad" 142927 142935 143490 143495) (-128 "BYTEBUF.spad" 140786 140794 142096 142123) (-127 "BTREE.spad" 139859 139869 140393 140420) (-126 "BTOURN.spad" 138864 138874 139466 139493) (-125 "BTCAT.spad" 138256 138266 138832 138859) (-124 "BTCAT.spad" 137668 137680 138246 138251) (-123 "BTAGG.spad" 136796 136804 137636 137663) (-122 "BTAGG.spad" 135944 135954 136786 136791) (-121 "BSTREE.spad" 134685 134695 135551 135578) (-120 "BRILL.spad" 132882 132893 134675 134680) (-119 "BRAGG.spad" 131822 131832 132872 132877) (-118 "BRAGG.spad" 130726 130738 131778 131783) (-117 "BPADICRT.spad" 128707 128719 128962 129055) (-116 "BPADIC.spad" 128371 128383 128633 128702) (-115 "BOUNDZRO.spad" 128027 128044 128361 128366) (-114 "BOP.spad" 123209 123217 128017 128022) (-113 "BOP1.spad" 120675 120685 123199 123204) (-112 "BOOLEAN.spad" 120113 120121 120665 120670) (-111 "BMODULE.spad" 119825 119837 120081 120108) (-110 "BITS.spad" 119246 119254 119461 119488) (-109 "BINDING.spad" 118659 118667 119236 119241) (-108 "BINARY.spad" 116770 116778 117126 117219) (-107 "BGAGG.spad" 115975 115985 116750 116765) (-106 "BGAGG.spad" 115188 115200 115965 115970) (-105 "BFUNCT.spad" 114752 114760 115168 115183) (-104 "BEZOUT.spad" 113892 113919 114702 114707) (-103 "BBTREE.spad" 110737 110747 113499 113526) (-102 "BASTYPE.spad" 110409 110417 110727 110732) (-101 "BASTYPE.spad" 110079 110089 110399 110404) (-100 "BALFACT.spad" 109538 109551 110069 110074) (-99 "AUTOMOR.spad" 108989 108998 109518 109533) (-98 "ATTREG.spad" 105712 105719 108741 108984) (-97 "ATTRBUT.spad" 101735 101742 105692 105707) (-96 "ATTRAST.spad" 101452 101459 101725 101730) (-95 "ATRIG.spad" 100922 100929 101442 101447) (-94 "ATRIG.spad" 100390 100399 100912 100917) (-93 "ASTCAT.spad" 100294 100301 100380 100385) (-92 "ASTCAT.spad" 100196 100205 100284 100289) (-91 "ASTACK.spad" 99535 99544 99803 99830) (-90 "ASSOCEQ.spad" 98361 98372 99491 99496) (-89 "ASP9.spad" 97442 97455 98351 98356) (-88 "ASP8.spad" 96485 96498 97432 97437) (-87 "ASP80.spad" 95807 95820 96475 96480) (-86 "ASP7.spad" 94967 94980 95797 95802) (-85 "ASP78.spad" 94418 94431 94957 94962) (-84 "ASP77.spad" 93787 93800 94408 94413) (-83 "ASP74.spad" 92879 92892 93777 93782) (-82 "ASP73.spad" 92150 92163 92869 92874) (-81 "ASP6.spad" 91017 91030 92140 92145) (-80 "ASP55.spad" 89526 89539 91007 91012) (-79 "ASP50.spad" 87343 87356 89516 89521) (-78 "ASP4.spad" 86638 86651 87333 87338) (-77 "ASP49.spad" 85637 85650 86628 86633) (-76 "ASP42.spad" 84044 84083 85627 85632) (-75 "ASP41.spad" 82623 82662 84034 84039) (-74 "ASP35.spad" 81611 81624 82613 82618) (-73 "ASP34.spad" 80912 80925 81601 81606) (-72 "ASP33.spad" 80472 80485 80902 80907) (-71 "ASP31.spad" 79612 79625 80462 80467) (-70 "ASP30.spad" 78504 78517 79602 79607) (-69 "ASP29.spad" 77970 77983 78494 78499) (-68 "ASP28.spad" 69243 69256 77960 77965) (-67 "ASP27.spad" 68140 68153 69233 69238) (-66 "ASP24.spad" 67227 67240 68130 68135) (-65 "ASP20.spad" 66691 66704 67217 67222) (-64 "ASP1.spad" 66072 66085 66681 66686) (-63 "ASP19.spad" 60758 60771 66062 66067) (-62 "ASP12.spad" 60172 60185 60748 60753) (-61 "ASP10.spad" 59443 59456 60162 60167) (-60 "ARRAY2.spad" 58803 58812 59050 59077) (-59 "ARRAY1.spad" 57640 57649 57986 58013) (-58 "ARRAY12.spad" 56353 56364 57630 57635) (-57 "ARR2CAT.spad" 52127 52148 56321 56348) (-56 "ARR2CAT.spad" 47921 47944 52117 52122) (-55 "ARITY.spad" 47293 47300 47911 47916) (-54 "APPRULE.spad" 46553 46575 47283 47288) (-53 "APPLYORE.spad" 46172 46185 46543 46548) (-52 "ANY.spad" 45031 45038 46162 46167) (-51 "ANY1.spad" 44102 44111 45021 45026) (-50 "ANTISYM.spad" 42547 42563 44082 44097) (-49 "ANON.spad" 42240 42247 42537 42542) (-48 "AN.spad" 40549 40556 42056 42149) (-47 "AMR.spad" 38734 38745 40447 40544) (-46 "AMR.spad" 36756 36769 38471 38476) (-45 "ALIST.spad" 34168 34189 34518 34545) (-44 "ALGSC.spad" 33303 33329 34040 34093) (-43 "ALGPKG.spad" 29086 29097 33259 33264) (-42 "ALGMFACT.spad" 28279 28293 29076 29081) (-41 "ALGMANIP.spad" 25753 25768 28112 28117) (-40 "ALGFF.spad" 24068 24095 24285 24441) (-39 "ALGFACT.spad" 23195 23205 24058 24063) (-38 "ALGEBRA.spad" 23028 23037 23151 23190) (-37 "ALGEBRA.spad" 22893 22904 23018 23023) (-36 "ALAGG.spad" 22405 22426 22861 22888) (-35 "AHYP.spad" 21786 21793 22395 22400) (-34 "AGG.spad" 20103 20110 21776 21781) (-33 "AGG.spad" 18384 18393 20059 20064) (-32 "AF.spad" 16815 16830 18319 18324) (-31 "ADDAST.spad" 16493 16500 16805 16810) (-30 "ACPLOT.spad" 15084 15091 16483 16488) (-29 "ACFS.spad" 12893 12902 14986 15079) (-28 "ACFS.spad" 10788 10799 12883 12888) (-27 "ACF.spad" 7470 7477 10690 10783) (-26 "ACF.spad" 4238 4247 7460 7465) (-25 "ABELSG.spad" 3779 3786 4228 4233) (-24 "ABELSG.spad" 3318 3327 3769 3774) (-23 "ABELMON.spad" 2861 2868 3308 3313) (-22 "ABELMON.spad" 2402 2411 2851 2856) (-21 "ABELGRP.spad" 2067 2074 2392 2397) (-20 "ABELGRP.spad" 1730 1739 2057 2062) (-19 "A1AGG.spad" 870 879 1698 1725) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
+((-3 NIL 2264442 2264447 2264452 2264457) (-2 NIL 2264422 2264427 2264432 2264437) (-1 NIL 2264402 2264407 2264412 2264417) (0 NIL 2264382 2264387 2264392 2264397) (-1293 "ZMOD.spad" 2264191 2264204 2264320 2264377) (-1292 "ZLINDEP.spad" 2263257 2263268 2264181 2264186) (-1291 "ZDSOLVE.spad" 2253202 2253224 2263247 2263252) (-1290 "YSTREAM.spad" 2252697 2252708 2253192 2253197) (-1289 "XRPOLY.spad" 2251917 2251937 2252553 2252622) (-1288 "XPR.spad" 2249712 2249725 2251635 2251734) (-1287 "XPOLY.spad" 2249267 2249278 2249568 2249637) (-1286 "XPOLYC.spad" 2248586 2248602 2249193 2249262) (-1285 "XPBWPOLY.spad" 2247023 2247043 2248366 2248435) (-1284 "XF.spad" 2245486 2245501 2246925 2247018) (-1283 "XF.spad" 2243929 2243946 2245370 2245375) (-1282 "XFALG.spad" 2240977 2240993 2243855 2243924) (-1281 "XEXPPKG.spad" 2240228 2240254 2240967 2240972) (-1280 "XDPOLY.spad" 2239842 2239858 2240084 2240153) (-1279 "XALG.spad" 2239502 2239513 2239798 2239837) (-1278 "WUTSET.spad" 2235341 2235358 2239148 2239175) (-1277 "WP.spad" 2234540 2234584 2235199 2235266) (-1276 "WHILEAST.spad" 2234338 2234347 2234530 2234535) (-1275 "WHEREAST.spad" 2234009 2234018 2234328 2234333) (-1274 "WFFINTBS.spad" 2231672 2231694 2233999 2234004) (-1273 "WEIER.spad" 2229894 2229905 2231662 2231667) (-1272 "VSPACE.spad" 2229567 2229578 2229862 2229889) (-1271 "VSPACE.spad" 2229260 2229273 2229557 2229562) (-1270 "VOID.spad" 2228937 2228946 2229250 2229255) (-1269 "VIEW.spad" 2226617 2226626 2228927 2228932) (-1268 "VIEWDEF.spad" 2221818 2221827 2226607 2226612) (-1267 "VIEW3D.spad" 2205779 2205788 2221808 2221813) (-1266 "VIEW2D.spad" 2193670 2193679 2205769 2205774) (-1265 "VECTOR.spad" 2192344 2192355 2192595 2192622) (-1264 "VECTOR2.spad" 2190983 2190996 2192334 2192339) (-1263 "VECTCAT.spad" 2188887 2188898 2190951 2190978) (-1262 "VECTCAT.spad" 2186598 2186611 2188664 2188669) (-1261 "VARIABLE.spad" 2186378 2186393 2186588 2186593) (-1260 "UTYPE.spad" 2186022 2186031 2186368 2186373) (-1259 "UTSODETL.spad" 2185317 2185341 2185978 2185983) (-1258 "UTSODE.spad" 2183533 2183553 2185307 2185312) (-1257 "UTS.spad" 2178346 2178374 2182000 2182097) (-1256 "UTSCAT.spad" 2175825 2175841 2178244 2178341) (-1255 "UTSCAT.spad" 2172948 2172966 2175369 2175374) (-1254 "UTS2.spad" 2172543 2172578 2172938 2172943) (-1253 "URAGG.spad" 2167216 2167227 2172533 2172538) (-1252 "URAGG.spad" 2161853 2161866 2167172 2167177) (-1251 "UPXSSING.spad" 2159498 2159524 2160934 2161067) (-1250 "UPXS.spad" 2156652 2156680 2157630 2157779) (-1249 "UPXSCONS.spad" 2154411 2154431 2154784 2154933) (-1248 "UPXSCCA.spad" 2152982 2153002 2154257 2154406) (-1247 "UPXSCCA.spad" 2151695 2151717 2152972 2152977) (-1246 "UPXSCAT.spad" 2150284 2150300 2151541 2151690) (-1245 "UPXS2.spad" 2149827 2149880 2150274 2150279) (-1244 "UPSQFREE.spad" 2148241 2148255 2149817 2149822) (-1243 "UPSCAT.spad" 2145852 2145876 2148139 2148236) (-1242 "UPSCAT.spad" 2143169 2143195 2145458 2145463) (-1241 "UPOLYC.spad" 2138209 2138220 2143011 2143164) (-1240 "UPOLYC.spad" 2133141 2133154 2137945 2137950) (-1239 "UPOLYC2.spad" 2132612 2132631 2133131 2133136) (-1238 "UP.spad" 2129811 2129826 2130198 2130351) (-1237 "UPMP.spad" 2128711 2128724 2129801 2129806) (-1236 "UPDIVP.spad" 2128276 2128290 2128701 2128706) (-1235 "UPDECOMP.spad" 2126521 2126535 2128266 2128271) (-1234 "UPCDEN.spad" 2125730 2125746 2126511 2126516) (-1233 "UP2.spad" 2125094 2125115 2125720 2125725) (-1232 "UNISEG.spad" 2124447 2124458 2125013 2125018) (-1231 "UNISEG2.spad" 2123944 2123957 2124403 2124408) (-1230 "UNIFACT.spad" 2123047 2123059 2123934 2123939) (-1229 "ULS.spad" 2113605 2113633 2114692 2115121) (-1228 "ULSCONS.spad" 2106001 2106021 2106371 2106520) (-1227 "ULSCCAT.spad" 2103738 2103758 2105847 2105996) (-1226 "ULSCCAT.spad" 2101583 2101605 2103694 2103699) (-1225 "ULSCAT.spad" 2099815 2099831 2101429 2101578) (-1224 "ULS2.spad" 2099329 2099382 2099805 2099810) (-1223 "UINT8.spad" 2099206 2099215 2099319 2099324) (-1222 "UINT64.spad" 2099082 2099091 2099196 2099201) (-1221 "UINT32.spad" 2098958 2098967 2099072 2099077) (-1220 "UINT16.spad" 2098834 2098843 2098948 2098953) (-1219 "UFD.spad" 2097899 2097908 2098760 2098829) (-1218 "UFD.spad" 2097026 2097037 2097889 2097894) (-1217 "UDVO.spad" 2095907 2095916 2097016 2097021) (-1216 "UDPO.spad" 2093400 2093411 2095863 2095868) (-1215 "TYPE.spad" 2093332 2093341 2093390 2093395) (-1214 "TYPEAST.spad" 2093251 2093260 2093322 2093327) (-1213 "TWOFACT.spad" 2091903 2091918 2093241 2093246) (-1212 "TUPLE.spad" 2091389 2091400 2091802 2091807) (-1211 "TUBETOOL.spad" 2088256 2088265 2091379 2091384) (-1210 "TUBE.spad" 2086903 2086920 2088246 2088251) (-1209 "TS.spad" 2085502 2085518 2086468 2086565) (-1208 "TSETCAT.spad" 2072629 2072646 2085470 2085497) (-1207 "TSETCAT.spad" 2059742 2059761 2072585 2072590) (-1206 "TRMANIP.spad" 2054108 2054125 2059448 2059453) (-1205 "TRIMAT.spad" 2053071 2053096 2054098 2054103) (-1204 "TRIGMNIP.spad" 2051598 2051615 2053061 2053066) (-1203 "TRIGCAT.spad" 2051110 2051119 2051588 2051593) (-1202 "TRIGCAT.spad" 2050620 2050631 2051100 2051105) (-1201 "TREE.spad" 2049195 2049206 2050227 2050254) (-1200 "TRANFUN.spad" 2049034 2049043 2049185 2049190) (-1199 "TRANFUN.spad" 2048871 2048882 2049024 2049029) (-1198 "TOPSP.spad" 2048545 2048554 2048861 2048866) (-1197 "TOOLSIGN.spad" 2048208 2048219 2048535 2048540) (-1196 "TEXTFILE.spad" 2046769 2046778 2048198 2048203) (-1195 "TEX.spad" 2043915 2043924 2046759 2046764) (-1194 "TEX1.spad" 2043471 2043482 2043905 2043910) (-1193 "TEMUTL.spad" 2043026 2043035 2043461 2043466) (-1192 "TBCMPPK.spad" 2041119 2041142 2043016 2043021) (-1191 "TBAGG.spad" 2040169 2040192 2041099 2041114) (-1190 "TBAGG.spad" 2039227 2039252 2040159 2040164) (-1189 "TANEXP.spad" 2038635 2038646 2039217 2039222) (-1188 "TABLE.spad" 2037046 2037069 2037316 2037343) (-1187 "TABLEAU.spad" 2036527 2036538 2037036 2037041) (-1186 "TABLBUMP.spad" 2033330 2033341 2036517 2036522) (-1185 "SYSTEM.spad" 2032558 2032567 2033320 2033325) (-1184 "SYSSOLP.spad" 2030041 2030052 2032548 2032553) (-1183 "SYSPTR.spad" 2029940 2029949 2030031 2030036) (-1182 "SYSNNI.spad" 2029122 2029133 2029930 2029935) (-1181 "SYSINT.spad" 2028526 2028537 2029112 2029117) (-1180 "SYNTAX.spad" 2024732 2024741 2028516 2028521) (-1179 "SYMTAB.spad" 2022800 2022809 2024722 2024727) (-1178 "SYMS.spad" 2018823 2018832 2022790 2022795) (-1177 "SYMPOLY.spad" 2017830 2017841 2017912 2018039) (-1176 "SYMFUNC.spad" 2017331 2017342 2017820 2017825) (-1175 "SYMBOL.spad" 2014834 2014843 2017321 2017326) (-1174 "SWITCH.spad" 2011605 2011614 2014824 2014829) (-1173 "SUTS.spad" 2008510 2008538 2010072 2010169) (-1172 "SUPXS.spad" 2005651 2005679 2006642 2006791) (-1171 "SUP.spad" 2002464 2002475 2003237 2003390) (-1170 "SUPFRACF.spad" 2001569 2001587 2002454 2002459) (-1169 "SUP2.spad" 2000961 2000974 2001559 2001564) (-1168 "SUMRF.spad" 1999935 1999946 2000951 2000956) (-1167 "SUMFS.spad" 1999572 1999589 1999925 1999930) (-1166 "SULS.spad" 1990117 1990145 1991217 1991646) (-1165 "SUCHTAST.spad" 1989886 1989895 1990107 1990112) (-1164 "SUCH.spad" 1989568 1989583 1989876 1989881) (-1163 "SUBSPACE.spad" 1981683 1981698 1989558 1989563) (-1162 "SUBRESP.spad" 1980853 1980867 1981639 1981644) (-1161 "STTF.spad" 1976952 1976968 1980843 1980848) (-1160 "STTFNC.spad" 1973420 1973436 1976942 1976947) (-1159 "STTAYLOR.spad" 1966074 1966085 1973301 1973306) (-1158 "STRTBL.spad" 1964579 1964596 1964728 1964755) (-1157 "STRING.spad" 1963988 1963997 1964002 1964029) (-1156 "STRICAT.spad" 1963776 1963785 1963956 1963983) (-1155 "STREAM.spad" 1960694 1960705 1963301 1963316) (-1154 "STREAM3.spad" 1960267 1960282 1960684 1960689) (-1153 "STREAM2.spad" 1959395 1959408 1960257 1960262) (-1152 "STREAM1.spad" 1959101 1959112 1959385 1959390) (-1151 "STINPROD.spad" 1958037 1958053 1959091 1959096) (-1150 "STEP.spad" 1957238 1957247 1958027 1958032) (-1149 "STBL.spad" 1955764 1955792 1955931 1955946) (-1148 "STAGG.spad" 1954839 1954850 1955754 1955759) (-1147 "STAGG.spad" 1953912 1953925 1954829 1954834) (-1146 "STACK.spad" 1953269 1953280 1953519 1953546) (-1145 "SREGSET.spad" 1950973 1950990 1952915 1952942) (-1144 "SRDCMPK.spad" 1949534 1949554 1950963 1950968) (-1143 "SRAGG.spad" 1944677 1944686 1949502 1949529) (-1142 "SRAGG.spad" 1939840 1939851 1944667 1944672) (-1141 "SQMATRIX.spad" 1937456 1937474 1938372 1938459) (-1140 "SPLTREE.spad" 1932008 1932021 1936892 1936919) (-1139 "SPLNODE.spad" 1928596 1928609 1931998 1932003) (-1138 "SPFCAT.spad" 1927405 1927414 1928586 1928591) (-1137 "SPECOUT.spad" 1925957 1925966 1927395 1927400) (-1136 "SPADXPT.spad" 1918096 1918105 1925947 1925952) (-1135 "spad-parser.spad" 1917561 1917570 1918086 1918091) (-1134 "SPADAST.spad" 1917262 1917271 1917551 1917556) (-1133 "SPACEC.spad" 1901461 1901472 1917252 1917257) (-1132 "SPACE3.spad" 1901237 1901248 1901451 1901456) (-1131 "SORTPAK.spad" 1900786 1900799 1901193 1901198) (-1130 "SOLVETRA.spad" 1898549 1898560 1900776 1900781) (-1129 "SOLVESER.spad" 1897077 1897088 1898539 1898544) (-1128 "SOLVERAD.spad" 1893103 1893114 1897067 1897072) (-1127 "SOLVEFOR.spad" 1891565 1891583 1893093 1893098) (-1126 "SNTSCAT.spad" 1891165 1891182 1891533 1891560) (-1125 "SMTS.spad" 1889437 1889463 1890730 1890827) (-1124 "SMP.spad" 1886912 1886932 1887302 1887429) (-1123 "SMITH.spad" 1885757 1885782 1886902 1886907) (-1122 "SMATCAT.spad" 1883867 1883897 1885701 1885752) (-1121 "SMATCAT.spad" 1881909 1881941 1883745 1883750) (-1120 "SKAGG.spad" 1880872 1880883 1881877 1881904) (-1119 "SINT.spad" 1879704 1879713 1880738 1880867) (-1118 "SIMPAN.spad" 1879432 1879441 1879694 1879699) (-1117 "SIG.spad" 1878762 1878771 1879422 1879427) (-1116 "SIGNRF.spad" 1877880 1877891 1878752 1878757) (-1115 "SIGNEF.spad" 1877159 1877176 1877870 1877875) (-1114 "SIGAST.spad" 1876544 1876553 1877149 1877154) (-1113 "SHP.spad" 1874472 1874487 1876500 1876505) (-1112 "SHDP.spad" 1864183 1864210 1864692 1864823) (-1111 "SGROUP.spad" 1863791 1863800 1864173 1864178) (-1110 "SGROUP.spad" 1863397 1863408 1863781 1863786) (-1109 "SGCF.spad" 1856560 1856569 1863387 1863392) (-1108 "SFRTCAT.spad" 1855490 1855507 1856528 1856555) (-1107 "SFRGCD.spad" 1854553 1854573 1855480 1855485) (-1106 "SFQCMPK.spad" 1849190 1849210 1854543 1854548) (-1105 "SFORT.spad" 1848629 1848643 1849180 1849185) (-1104 "SEXOF.spad" 1848472 1848512 1848619 1848624) (-1103 "SEX.spad" 1848364 1848373 1848462 1848467) (-1102 "SEXCAT.spad" 1845965 1846005 1848354 1848359) (-1101 "SET.spad" 1844289 1844300 1845386 1845425) (-1100 "SETMN.spad" 1842739 1842756 1844279 1844284) (-1099 "SETCAT.spad" 1842061 1842070 1842729 1842734) (-1098 "SETCAT.spad" 1841381 1841392 1842051 1842056) (-1097 "SETAGG.spad" 1837930 1837941 1841361 1841376) (-1096 "SETAGG.spad" 1834487 1834500 1837920 1837925) (-1095 "SEQAST.spad" 1834190 1834199 1834477 1834482) (-1094 "SEGXCAT.spad" 1833346 1833359 1834180 1834185) (-1093 "SEG.spad" 1833159 1833170 1833265 1833270) (-1092 "SEGCAT.spad" 1832084 1832095 1833149 1833154) (-1091 "SEGBIND.spad" 1831158 1831169 1832039 1832044) (-1090 "SEGBIND2.spad" 1830856 1830869 1831148 1831153) (-1089 "SEGAST.spad" 1830570 1830579 1830846 1830851) (-1088 "SEG2.spad" 1830005 1830018 1830526 1830531) (-1087 "SDVAR.spad" 1829281 1829292 1829995 1830000) (-1086 "SDPOL.spad" 1826707 1826718 1826998 1827125) (-1085 "SCPKG.spad" 1824796 1824807 1826697 1826702) (-1084 "SCOPE.spad" 1823949 1823958 1824786 1824791) (-1083 "SCACHE.spad" 1822645 1822656 1823939 1823944) (-1082 "SASTCAT.spad" 1822554 1822563 1822635 1822640) (-1081 "SAOS.spad" 1822426 1822435 1822544 1822549) (-1080 "SAERFFC.spad" 1822139 1822159 1822416 1822421) (-1079 "SAE.spad" 1820314 1820330 1820925 1821060) (-1078 "SAEFACT.spad" 1820015 1820035 1820304 1820309) (-1077 "RURPK.spad" 1817674 1817690 1820005 1820010) (-1076 "RULESET.spad" 1817127 1817151 1817664 1817669) (-1075 "RULE.spad" 1815367 1815391 1817117 1817122) (-1074 "RULECOLD.spad" 1815219 1815232 1815357 1815362) (-1073 "RTVALUE.spad" 1814954 1814963 1815209 1815214) (-1072 "RSTRCAST.spad" 1814671 1814680 1814944 1814949) (-1071 "RSETGCD.spad" 1811049 1811069 1814661 1814666) (-1070 "RSETCAT.spad" 1800985 1801002 1811017 1811044) (-1069 "RSETCAT.spad" 1790941 1790960 1800975 1800980) (-1068 "RSDCMPK.spad" 1789393 1789413 1790931 1790936) (-1067 "RRCC.spad" 1787777 1787807 1789383 1789388) (-1066 "RRCC.spad" 1786159 1786191 1787767 1787772) (-1065 "RPTAST.spad" 1785861 1785870 1786149 1786154) (-1064 "RPOLCAT.spad" 1765221 1765236 1785729 1785856) (-1063 "RPOLCAT.spad" 1744295 1744312 1764805 1764810) (-1062 "ROUTINE.spad" 1740178 1740187 1742942 1742969) (-1061 "ROMAN.spad" 1739506 1739515 1740044 1740173) (-1060 "ROIRC.spad" 1738586 1738618 1739496 1739501) (-1059 "RNS.spad" 1737489 1737498 1738488 1738581) (-1058 "RNS.spad" 1736478 1736489 1737479 1737484) (-1057 "RNG.spad" 1736213 1736222 1736468 1736473) (-1056 "RMODULE.spad" 1735978 1735989 1736203 1736208) (-1055 "RMCAT2.spad" 1735398 1735455 1735968 1735973) (-1054 "RMATRIX.spad" 1734222 1734241 1734565 1734604) (-1053 "RMATCAT.spad" 1729801 1729832 1734178 1734217) (-1052 "RMATCAT.spad" 1725270 1725303 1729649 1729654) (-1051 "RLINSET.spad" 1724664 1724675 1725260 1725265) (-1050 "RINTERP.spad" 1724552 1724572 1724654 1724659) (-1049 "RING.spad" 1724022 1724031 1724532 1724547) (-1048 "RING.spad" 1723500 1723511 1724012 1724017) (-1047 "RIDIST.spad" 1722892 1722901 1723490 1723495) (-1046 "RGCHAIN.spad" 1721475 1721491 1722377 1722404) (-1045 "RGBCSPC.spad" 1721256 1721268 1721465 1721470) (-1044 "RGBCMDL.spad" 1720786 1720798 1721246 1721251) (-1043 "RF.spad" 1718428 1718439 1720776 1720781) (-1042 "RFFACTOR.spad" 1717890 1717901 1718418 1718423) (-1041 "RFFACT.spad" 1717625 1717637 1717880 1717885) (-1040 "RFDIST.spad" 1716621 1716630 1717615 1717620) (-1039 "RETSOL.spad" 1716040 1716053 1716611 1716616) (-1038 "RETRACT.spad" 1715468 1715479 1716030 1716035) (-1037 "RETRACT.spad" 1714894 1714907 1715458 1715463) (-1036 "RETAST.spad" 1714706 1714715 1714884 1714889) (-1035 "RESULT.spad" 1712766 1712775 1713353 1713380) (-1034 "RESRING.spad" 1712113 1712160 1712704 1712761) (-1033 "RESLATC.spad" 1711437 1711448 1712103 1712108) (-1032 "REPSQ.spad" 1711168 1711179 1711427 1711432) (-1031 "REP.spad" 1708722 1708731 1711158 1711163) (-1030 "REPDB.spad" 1708429 1708440 1708712 1708717) (-1029 "REP2.spad" 1698087 1698098 1708271 1708276) (-1028 "REP1.spad" 1692283 1692294 1698037 1698042) (-1027 "REGSET.spad" 1690080 1690097 1691929 1691956) (-1026 "REF.spad" 1689415 1689426 1690035 1690040) (-1025 "REDORDER.spad" 1688621 1688638 1689405 1689410) (-1024 "RECLOS.spad" 1687404 1687424 1688108 1688201) (-1023 "REALSOLV.spad" 1686544 1686553 1687394 1687399) (-1022 "REAL.spad" 1686416 1686425 1686534 1686539) (-1021 "REAL0Q.spad" 1683714 1683729 1686406 1686411) (-1020 "REAL0.spad" 1680558 1680573 1683704 1683709) (-1019 "RDUCEAST.spad" 1680279 1680288 1680548 1680553) (-1018 "RDIV.spad" 1679934 1679959 1680269 1680274) (-1017 "RDIST.spad" 1679501 1679512 1679924 1679929) (-1016 "RDETRS.spad" 1678365 1678383 1679491 1679496) (-1015 "RDETR.spad" 1676504 1676522 1678355 1678360) (-1014 "RDEEFS.spad" 1675603 1675620 1676494 1676499) (-1013 "RDEEF.spad" 1674613 1674630 1675593 1675598) (-1012 "RCFIELD.spad" 1671799 1671808 1674515 1674608) (-1011 "RCFIELD.spad" 1669071 1669082 1671789 1671794) (-1010 "RCAGG.spad" 1666999 1667010 1669061 1669066) (-1009 "RCAGG.spad" 1664854 1664867 1666918 1666923) (-1008 "RATRET.spad" 1664214 1664225 1664844 1664849) (-1007 "RATFACT.spad" 1663906 1663918 1664204 1664209) (-1006 "RANDSRC.spad" 1663225 1663234 1663896 1663901) (-1005 "RADUTIL.spad" 1662981 1662990 1663215 1663220) (-1004 "RADIX.spad" 1659902 1659916 1661448 1661541) (-1003 "RADFF.spad" 1658315 1658352 1658434 1658590) (-1002 "RADCAT.spad" 1657910 1657919 1658305 1658310) (-1001 "RADCAT.spad" 1657503 1657514 1657900 1657905) (-1000 "QUEUE.spad" 1656851 1656862 1657110 1657137) (-999 "QUAT.spad" 1655433 1655443 1655775 1655840) (-998 "QUATCT2.spad" 1655054 1655072 1655423 1655428) (-997 "QUATCAT.spad" 1653225 1653235 1654984 1655049) (-996 "QUATCAT.spad" 1651147 1651159 1652908 1652913) (-995 "QUAGG.spad" 1649975 1649985 1651115 1651142) (-994 "QQUTAST.spad" 1649744 1649752 1649965 1649970) (-993 "QFORM.spad" 1649209 1649223 1649734 1649739) (-992 "QFCAT.spad" 1647912 1647922 1649111 1649204) (-991 "QFCAT.spad" 1646206 1646218 1647407 1647412) (-990 "QFCAT2.spad" 1645899 1645915 1646196 1646201) (-989 "QEQUAT.spad" 1645458 1645466 1645889 1645894) (-988 "QCMPACK.spad" 1640205 1640224 1645448 1645453) (-987 "QALGSET.spad" 1636284 1636316 1640119 1640124) (-986 "QALGSET2.spad" 1634280 1634298 1636274 1636279) (-985 "PWFFINTB.spad" 1631696 1631717 1634270 1634275) (-984 "PUSHVAR.spad" 1631035 1631054 1631686 1631691) (-983 "PTRANFN.spad" 1627163 1627173 1631025 1631030) (-982 "PTPACK.spad" 1624251 1624261 1627153 1627158) (-981 "PTFUNC2.spad" 1624074 1624088 1624241 1624246) (-980 "PTCAT.spad" 1623329 1623339 1624042 1624069) (-979 "PSQFR.spad" 1622636 1622660 1623319 1623324) (-978 "PSEUDLIN.spad" 1621522 1621532 1622626 1622631) (-977 "PSETPK.spad" 1606955 1606971 1621400 1621405) (-976 "PSETCAT.spad" 1600875 1600898 1606935 1606950) (-975 "PSETCAT.spad" 1594769 1594794 1600831 1600836) (-974 "PSCURVE.spad" 1593752 1593760 1594759 1594764) (-973 "PSCAT.spad" 1592535 1592564 1593650 1593747) (-972 "PSCAT.spad" 1591408 1591439 1592525 1592530) (-971 "PRTITION.spad" 1590369 1590377 1591398 1591403) (-970 "PRTDAST.spad" 1590088 1590096 1590359 1590364) (-969 "PRS.spad" 1579650 1579667 1590044 1590049) (-968 "PRQAGG.spad" 1579085 1579095 1579618 1579645) (-967 "PROPLOG.spad" 1578384 1578392 1579075 1579080) (-966 "PROPFRML.spad" 1577200 1577211 1578374 1578379) (-965 "PROPERTY.spad" 1576688 1576696 1577190 1577195) (-964 "PRODUCT.spad" 1574370 1574382 1574654 1574709) (-963 "PR.spad" 1572762 1572774 1573461 1573588) (-962 "PRINT.spad" 1572514 1572522 1572752 1572757) (-961 "PRIMES.spad" 1570767 1570777 1572504 1572509) (-960 "PRIMELT.spad" 1568848 1568862 1570757 1570762) (-959 "PRIMCAT.spad" 1568475 1568483 1568838 1568843) (-958 "PRIMARR.spad" 1567480 1567490 1567658 1567685) (-957 "PRIMARR2.spad" 1566247 1566259 1567470 1567475) (-956 "PREASSOC.spad" 1565629 1565641 1566237 1566242) (-955 "PPCURVE.spad" 1564766 1564774 1565619 1565624) (-954 "PORTNUM.spad" 1564541 1564549 1564756 1564761) (-953 "POLYROOT.spad" 1563390 1563412 1564497 1564502) (-952 "POLY.spad" 1560725 1560735 1561240 1561367) (-951 "POLYLIFT.spad" 1559990 1560013 1560715 1560720) (-950 "POLYCATQ.spad" 1558108 1558130 1559980 1559985) (-949 "POLYCAT.spad" 1551578 1551599 1557976 1558103) (-948 "POLYCAT.spad" 1544386 1544409 1550786 1550791) (-947 "POLY2UP.spad" 1543838 1543852 1544376 1544381) (-946 "POLY2.spad" 1543435 1543447 1543828 1543833) (-945 "POLUTIL.spad" 1542376 1542405 1543391 1543396) (-944 "POLTOPOL.spad" 1541124 1541139 1542366 1542371) (-943 "POINT.spad" 1539962 1539972 1540049 1540076) (-942 "PNTHEORY.spad" 1536664 1536672 1539952 1539957) (-941 "PMTOOLS.spad" 1535439 1535453 1536654 1536659) (-940 "PMSYM.spad" 1534988 1534998 1535429 1535434) (-939 "PMQFCAT.spad" 1534579 1534593 1534978 1534983) (-938 "PMPRED.spad" 1534058 1534072 1534569 1534574) (-937 "PMPREDFS.spad" 1533512 1533534 1534048 1534053) (-936 "PMPLCAT.spad" 1532592 1532610 1533444 1533449) (-935 "PMLSAGG.spad" 1532177 1532191 1532582 1532587) (-934 "PMKERNEL.spad" 1531756 1531768 1532167 1532172) (-933 "PMINS.spad" 1531336 1531346 1531746 1531751) (-932 "PMFS.spad" 1530913 1530931 1531326 1531331) (-931 "PMDOWN.spad" 1530203 1530217 1530903 1530908) (-930 "PMASS.spad" 1529213 1529221 1530193 1530198) (-929 "PMASSFS.spad" 1528180 1528196 1529203 1529208) (-928 "PLOTTOOL.spad" 1527960 1527968 1528170 1528175) (-927 "PLOT.spad" 1522883 1522891 1527950 1527955) (-926 "PLOT3D.spad" 1519347 1519355 1522873 1522878) (-925 "PLOT1.spad" 1518504 1518514 1519337 1519342) (-924 "PLEQN.spad" 1505794 1505821 1518494 1518499) (-923 "PINTERP.spad" 1505416 1505435 1505784 1505789) (-922 "PINTERPA.spad" 1505200 1505216 1505406 1505411) (-921 "PI.spad" 1504809 1504817 1505174 1505195) (-920 "PID.spad" 1503779 1503787 1504735 1504804) (-919 "PICOERCE.spad" 1503436 1503446 1503769 1503774) (-918 "PGROEB.spad" 1502037 1502051 1503426 1503431) (-917 "PGE.spad" 1493654 1493662 1502027 1502032) (-916 "PGCD.spad" 1492544 1492561 1493644 1493649) (-915 "PFRPAC.spad" 1491693 1491703 1492534 1492539) (-914 "PFR.spad" 1488356 1488366 1491595 1491688) (-913 "PFOTOOLS.spad" 1487614 1487630 1488346 1488351) (-912 "PFOQ.spad" 1486984 1487002 1487604 1487609) (-911 "PFO.spad" 1486403 1486430 1486974 1486979) (-910 "PF.spad" 1485977 1485989 1486208 1486301) (-909 "PFECAT.spad" 1483659 1483667 1485903 1485972) (-908 "PFECAT.spad" 1481369 1481379 1483615 1483620) (-907 "PFBRU.spad" 1479257 1479269 1481359 1481364) (-906 "PFBR.spad" 1476817 1476840 1479247 1479252) (-905 "PERM.spad" 1472502 1472512 1476647 1476662) (-904 "PERMGRP.spad" 1467264 1467274 1472492 1472497) (-903 "PERMCAT.spad" 1465822 1465832 1467244 1467259) (-902 "PERMAN.spad" 1464354 1464368 1465812 1465817) (-901 "PENDTREE.spad" 1463695 1463705 1463983 1463988) (-900 "PDRING.spad" 1462246 1462256 1463675 1463690) (-899 "PDRING.spad" 1460805 1460817 1462236 1462241) (-898 "PDEPROB.spad" 1459820 1459828 1460795 1460800) (-897 "PDEPACK.spad" 1453860 1453868 1459810 1459815) (-896 "PDECOMP.spad" 1453330 1453347 1453850 1453855) (-895 "PDECAT.spad" 1451686 1451694 1453320 1453325) (-894 "PCOMP.spad" 1451539 1451552 1451676 1451681) (-893 "PBWLB.spad" 1450127 1450144 1451529 1451534) (-892 "PATTERN.spad" 1444666 1444676 1450117 1450122) (-891 "PATTERN2.spad" 1444404 1444416 1444656 1444661) (-890 "PATTERN1.spad" 1442740 1442756 1444394 1444399) (-889 "PATRES.spad" 1440315 1440327 1442730 1442735) (-888 "PATRES2.spad" 1439987 1440001 1440305 1440310) (-887 "PATMATCH.spad" 1438184 1438215 1439695 1439700) (-886 "PATMAB.spad" 1437613 1437623 1438174 1438179) (-885 "PATLRES.spad" 1436699 1436713 1437603 1437608) (-884 "PATAB.spad" 1436463 1436473 1436689 1436694) (-883 "PARTPERM.spad" 1433863 1433871 1436453 1436458) (-882 "PARSURF.spad" 1433297 1433325 1433853 1433858) (-881 "PARSU2.spad" 1433094 1433110 1433287 1433292) (-880 "script-parser.spad" 1432614 1432622 1433084 1433089) (-879 "PARSCURV.spad" 1432048 1432076 1432604 1432609) (-878 "PARSC2.spad" 1431839 1431855 1432038 1432043) (-877 "PARPCURV.spad" 1431301 1431329 1431829 1431834) (-876 "PARPC2.spad" 1431092 1431108 1431291 1431296) (-875 "PAN2EXPR.spad" 1430504 1430512 1431082 1431087) (-874 "PALETTE.spad" 1429474 1429482 1430494 1430499) (-873 "PAIR.spad" 1428461 1428474 1429062 1429067) (-872 "PADICRC.spad" 1425795 1425813 1426966 1427059) (-871 "PADICRAT.spad" 1423810 1423822 1424031 1424124) (-870 "PADIC.spad" 1423505 1423517 1423736 1423805) (-869 "PADICCT.spad" 1422054 1422066 1423431 1423500) (-868 "PADEPAC.spad" 1420743 1420762 1422044 1422049) (-867 "PADE.spad" 1419495 1419511 1420733 1420738) (-866 "OWP.spad" 1418735 1418765 1419353 1419420) (-865 "OVERSET.spad" 1418308 1418316 1418725 1418730) (-864 "OVAR.spad" 1418089 1418112 1418298 1418303) (-863 "OUT.spad" 1417175 1417183 1418079 1418084) (-862 "OUTFORM.spad" 1406567 1406575 1417165 1417170) (-861 "OUTBFILE.spad" 1405985 1405993 1406557 1406562) (-860 "OUTBCON.spad" 1404991 1404999 1405975 1405980) (-859 "OUTBCON.spad" 1403995 1404005 1404981 1404986) (-858 "OSI.spad" 1403470 1403478 1403985 1403990) (-857 "OSGROUP.spad" 1403388 1403396 1403460 1403465) (-856 "ORTHPOL.spad" 1401873 1401883 1403305 1403310) (-855 "OREUP.spad" 1401326 1401354 1401553 1401592) (-854 "ORESUP.spad" 1400627 1400651 1401006 1401045) (-853 "OREPCTO.spad" 1398484 1398496 1400547 1400552) (-852 "OREPCAT.spad" 1392631 1392641 1398440 1398479) (-851 "OREPCAT.spad" 1386668 1386680 1392479 1392484) (-850 "ORDSET.spad" 1385840 1385848 1386658 1386663) (-849 "ORDSET.spad" 1385010 1385020 1385830 1385835) (-848 "ORDRING.spad" 1384400 1384408 1384990 1385005) (-847 "ORDRING.spad" 1383798 1383808 1384390 1384395) (-846 "ORDMON.spad" 1383653 1383661 1383788 1383793) (-845 "ORDFUNS.spad" 1382785 1382801 1383643 1383648) (-844 "ORDFIN.spad" 1382605 1382613 1382775 1382780) (-843 "ORDCOMP.spad" 1381070 1381080 1382152 1382181) (-842 "ORDCOMP2.spad" 1380363 1380375 1381060 1381065) (-841 "OPTPROB.spad" 1379001 1379009 1380353 1380358) (-840 "OPTPACK.spad" 1371410 1371418 1378991 1378996) (-839 "OPTCAT.spad" 1369089 1369097 1371400 1371405) (-838 "OPSIG.spad" 1368743 1368751 1369079 1369084) (-837 "OPQUERY.spad" 1368292 1368300 1368733 1368738) (-836 "OP.spad" 1368034 1368044 1368114 1368181) (-835 "OPERCAT.spad" 1367500 1367510 1368024 1368029) (-834 "OPERCAT.spad" 1366964 1366976 1367490 1367495) (-833 "ONECOMP.spad" 1365709 1365719 1366511 1366540) (-832 "ONECOMP2.spad" 1365133 1365145 1365699 1365704) (-831 "OMSERVER.spad" 1364139 1364147 1365123 1365128) (-830 "OMSAGG.spad" 1363927 1363937 1364095 1364134) (-829 "OMPKG.spad" 1362543 1362551 1363917 1363922) (-828 "OM.spad" 1361516 1361524 1362533 1362538) (-827 "OMLO.spad" 1360941 1360953 1361402 1361441) (-826 "OMEXPR.spad" 1360775 1360785 1360931 1360936) (-825 "OMERR.spad" 1360320 1360328 1360765 1360770) (-824 "OMERRK.spad" 1359354 1359362 1360310 1360315) (-823 "OMENC.spad" 1358698 1358706 1359344 1359349) (-822 "OMDEV.spad" 1353007 1353015 1358688 1358693) (-821 "OMCONN.spad" 1352416 1352424 1352997 1353002) (-820 "OINTDOM.spad" 1352179 1352187 1352342 1352411) (-819 "OFMONOID.spad" 1348428 1348438 1352169 1352174) (-818 "ODVAR.spad" 1347689 1347699 1348418 1348423) (-817 "ODR.spad" 1347333 1347359 1347501 1347650) (-816 "ODPOL.spad" 1344715 1344725 1345055 1345182) (-815 "ODP.spad" 1334562 1334582 1334935 1335066) (-814 "ODETOOLS.spad" 1333211 1333230 1334552 1334557) (-813 "ODESYS.spad" 1330905 1330922 1333201 1333206) (-812 "ODERTRIC.spad" 1326914 1326931 1330862 1330867) (-811 "ODERED.spad" 1326313 1326337 1326904 1326909) (-810 "ODERAT.spad" 1323928 1323945 1326303 1326308) (-809 "ODEPRRIC.spad" 1320965 1320987 1323918 1323923) (-808 "ODEPROB.spad" 1320222 1320230 1320955 1320960) (-807 "ODEPRIM.spad" 1317556 1317578 1320212 1320217) (-806 "ODEPAL.spad" 1316942 1316966 1317546 1317551) (-805 "ODEPACK.spad" 1303608 1303616 1316932 1316937) (-804 "ODEINT.spad" 1303043 1303059 1303598 1303603) (-803 "ODEIFTBL.spad" 1300438 1300446 1303033 1303038) (-802 "ODEEF.spad" 1295929 1295945 1300428 1300433) (-801 "ODECONST.spad" 1295466 1295484 1295919 1295924) (-800 "ODECAT.spad" 1294064 1294072 1295456 1295461) (-799 "OCT.spad" 1292204 1292214 1292918 1292957) (-798 "OCTCT2.spad" 1291850 1291871 1292194 1292199) (-797 "OC.spad" 1289646 1289656 1291806 1291845) (-796 "OC.spad" 1287167 1287179 1289329 1289334) (-795 "OCAMON.spad" 1287015 1287023 1287157 1287162) (-794 "OASGP.spad" 1286830 1286838 1287005 1287010) (-793 "OAMONS.spad" 1286352 1286360 1286820 1286825) (-792 "OAMON.spad" 1286213 1286221 1286342 1286347) (-791 "OAGROUP.spad" 1286075 1286083 1286203 1286208) (-790 "NUMTUBE.spad" 1285666 1285682 1286065 1286070) (-789 "NUMQUAD.spad" 1273642 1273650 1285656 1285661) (-788 "NUMODE.spad" 1264996 1265004 1273632 1273637) (-787 "NUMINT.spad" 1262562 1262570 1264986 1264991) (-786 "NUMFMT.spad" 1261402 1261410 1262552 1262557) (-785 "NUMERIC.spad" 1253516 1253526 1261207 1261212) (-784 "NTSCAT.spad" 1252024 1252040 1253484 1253511) (-783 "NTPOLFN.spad" 1251575 1251585 1251941 1251946) (-782 "NSUP.spad" 1244621 1244631 1249161 1249314) (-781 "NSUP2.spad" 1244013 1244025 1244611 1244616) (-780 "NSMP.spad" 1240244 1240263 1240552 1240679) (-779 "NREP.spad" 1238622 1238636 1240234 1240239) (-778 "NPCOEF.spad" 1237868 1237888 1238612 1238617) (-777 "NORMRETR.spad" 1237466 1237505 1237858 1237863) (-776 "NORMPK.spad" 1235368 1235387 1237456 1237461) (-775 "NORMMA.spad" 1235056 1235082 1235358 1235363) (-774 "NONE.spad" 1234797 1234805 1235046 1235051) (-773 "NONE1.spad" 1234473 1234483 1234787 1234792) (-772 "NODE1.spad" 1233960 1233976 1234463 1234468) (-771 "NNI.spad" 1232855 1232863 1233934 1233955) (-770 "NLINSOL.spad" 1231481 1231491 1232845 1232850) (-769 "NIPROB.spad" 1230022 1230030 1231471 1231476) (-768 "NFINTBAS.spad" 1227582 1227599 1230012 1230017) (-767 "NETCLT.spad" 1227556 1227567 1227572 1227577) (-766 "NCODIV.spad" 1225772 1225788 1227546 1227551) (-765 "NCNTFRAC.spad" 1225414 1225428 1225762 1225767) (-764 "NCEP.spad" 1223580 1223594 1225404 1225409) (-763 "NASRING.spad" 1223176 1223184 1223570 1223575) (-762 "NASRING.spad" 1222770 1222780 1223166 1223171) (-761 "NARNG.spad" 1222122 1222130 1222760 1222765) (-760 "NARNG.spad" 1221472 1221482 1222112 1222117) (-759 "NAGSP.spad" 1220549 1220557 1221462 1221467) (-758 "NAGS.spad" 1210210 1210218 1220539 1220544) (-757 "NAGF07.spad" 1208641 1208649 1210200 1210205) (-756 "NAGF04.spad" 1203043 1203051 1208631 1208636) (-755 "NAGF02.spad" 1197112 1197120 1203033 1203038) (-754 "NAGF01.spad" 1192873 1192881 1197102 1197107) (-753 "NAGE04.spad" 1186573 1186581 1192863 1192868) (-752 "NAGE02.spad" 1177233 1177241 1186563 1186568) (-751 "NAGE01.spad" 1173235 1173243 1177223 1177228) (-750 "NAGD03.spad" 1171239 1171247 1173225 1173230) (-749 "NAGD02.spad" 1163986 1163994 1171229 1171234) (-748 "NAGD01.spad" 1158279 1158287 1163976 1163981) (-747 "NAGC06.spad" 1154154 1154162 1158269 1158274) (-746 "NAGC05.spad" 1152655 1152663 1154144 1154149) (-745 "NAGC02.spad" 1151922 1151930 1152645 1152650) (-744 "NAALG.spad" 1151463 1151473 1151890 1151917) (-743 "NAALG.spad" 1151024 1151036 1151453 1151458) (-742 "MULTSQFR.spad" 1147982 1147999 1151014 1151019) (-741 "MULTFACT.spad" 1147365 1147382 1147972 1147977) (-740 "MTSCAT.spad" 1145459 1145480 1147263 1147360) (-739 "MTHING.spad" 1145118 1145128 1145449 1145454) (-738 "MSYSCMD.spad" 1144552 1144560 1145108 1145113) (-737 "MSET.spad" 1142510 1142520 1144258 1144297) (-736 "MSETAGG.spad" 1142355 1142365 1142478 1142505) (-735 "MRING.spad" 1139332 1139344 1142063 1142130) (-734 "MRF2.spad" 1138902 1138916 1139322 1139327) (-733 "MRATFAC.spad" 1138448 1138465 1138892 1138897) (-732 "MPRFF.spad" 1136488 1136507 1138438 1138443) (-731 "MPOLY.spad" 1133959 1133974 1134318 1134445) (-730 "MPCPF.spad" 1133223 1133242 1133949 1133954) (-729 "MPC3.spad" 1133040 1133080 1133213 1133218) (-728 "MPC2.spad" 1132686 1132719 1133030 1133035) (-727 "MONOTOOL.spad" 1131037 1131054 1132676 1132681) (-726 "MONOID.spad" 1130356 1130364 1131027 1131032) (-725 "MONOID.spad" 1129673 1129683 1130346 1130351) (-724 "MONOGEN.spad" 1128421 1128434 1129533 1129668) (-723 "MONOGEN.spad" 1127191 1127206 1128305 1128310) (-722 "MONADWU.spad" 1125221 1125229 1127181 1127186) (-721 "MONADWU.spad" 1123249 1123259 1125211 1125216) (-720 "MONAD.spad" 1122409 1122417 1123239 1123244) (-719 "MONAD.spad" 1121567 1121577 1122399 1122404) (-718 "MOEBIUS.spad" 1120303 1120317 1121547 1121562) (-717 "MODULE.spad" 1120173 1120183 1120271 1120298) (-716 "MODULE.spad" 1120063 1120075 1120163 1120168) (-715 "MODRING.spad" 1119398 1119437 1120043 1120058) (-714 "MODOP.spad" 1118063 1118075 1119220 1119287) (-713 "MODMONOM.spad" 1117794 1117812 1118053 1118058) (-712 "MODMON.spad" 1114589 1114605 1115308 1115461) (-711 "MODFIELD.spad" 1113951 1113990 1114491 1114584) (-710 "MMLFORM.spad" 1112811 1112819 1113941 1113946) (-709 "MMAP.spad" 1112553 1112587 1112801 1112806) (-708 "MLO.spad" 1111012 1111022 1112509 1112548) (-707 "MLIFT.spad" 1109624 1109641 1111002 1111007) (-706 "MKUCFUNC.spad" 1109159 1109177 1109614 1109619) (-705 "MKRECORD.spad" 1108763 1108776 1109149 1109154) (-704 "MKFUNC.spad" 1108170 1108180 1108753 1108758) (-703 "MKFLCFN.spad" 1107138 1107148 1108160 1108165) (-702 "MKBCFUNC.spad" 1106633 1106651 1107128 1107133) (-701 "MINT.spad" 1106072 1106080 1106535 1106628) (-700 "MHROWRED.spad" 1104583 1104593 1106062 1106067) (-699 "MFLOAT.spad" 1103103 1103111 1104473 1104578) (-698 "MFINFACT.spad" 1102503 1102525 1103093 1103098) (-697 "MESH.spad" 1100285 1100293 1102493 1102498) (-696 "MDDFACT.spad" 1098496 1098506 1100275 1100280) (-695 "MDAGG.spad" 1097787 1097797 1098476 1098491) (-694 "MCMPLX.spad" 1093798 1093806 1094412 1094613) (-693 "MCDEN.spad" 1093008 1093020 1093788 1093793) (-692 "MCALCFN.spad" 1090130 1090156 1092998 1093003) (-691 "MAYBE.spad" 1089414 1089425 1090120 1090125) (-690 "MATSTOR.spad" 1086722 1086732 1089404 1089409) (-689 "MATRIX.spad" 1085426 1085436 1085910 1085937) (-688 "MATLIN.spad" 1082770 1082794 1085310 1085315) (-687 "MATCAT.spad" 1074499 1074521 1082738 1082765) (-686 "MATCAT.spad" 1066100 1066124 1074341 1074346) (-685 "MATCAT2.spad" 1065382 1065430 1066090 1066095) (-684 "MAPPKG3.spad" 1064297 1064311 1065372 1065377) (-683 "MAPPKG2.spad" 1063635 1063647 1064287 1064292) (-682 "MAPPKG1.spad" 1062463 1062473 1063625 1063630) (-681 "MAPPAST.spad" 1061778 1061786 1062453 1062458) (-680 "MAPHACK3.spad" 1061590 1061604 1061768 1061773) (-679 "MAPHACK2.spad" 1061359 1061371 1061580 1061585) (-678 "MAPHACK1.spad" 1061003 1061013 1061349 1061354) (-677 "MAGMA.spad" 1058793 1058810 1060993 1060998) (-676 "MACROAST.spad" 1058372 1058380 1058783 1058788) (-675 "M3D.spad" 1056092 1056102 1057750 1057755) (-674 "LZSTAGG.spad" 1053330 1053340 1056082 1056087) (-673 "LZSTAGG.spad" 1050566 1050578 1053320 1053325) (-672 "LWORD.spad" 1047271 1047288 1050556 1050561) (-671 "LSTAST.spad" 1047055 1047063 1047261 1047266) (-670 "LSQM.spad" 1045285 1045299 1045679 1045730) (-669 "LSPP.spad" 1044820 1044837 1045275 1045280) (-668 "LSMP.spad" 1043670 1043698 1044810 1044815) (-667 "LSMP1.spad" 1041488 1041502 1043660 1043665) (-666 "LSAGG.spad" 1041157 1041167 1041456 1041483) (-665 "LSAGG.spad" 1040846 1040858 1041147 1041152) (-664 "LPOLY.spad" 1039800 1039819 1040702 1040771) (-663 "LPEFRAC.spad" 1039071 1039081 1039790 1039795) (-662 "LO.spad" 1038472 1038486 1039005 1039032) (-661 "LOGIC.spad" 1038074 1038082 1038462 1038467) (-660 "LOGIC.spad" 1037674 1037684 1038064 1038069) (-659 "LODOOPS.spad" 1036604 1036616 1037664 1037669) (-658 "LODO.spad" 1035988 1036004 1036284 1036323) (-657 "LODOF.spad" 1035034 1035051 1035945 1035950) (-656 "LODOCAT.spad" 1033700 1033710 1034990 1035029) (-655 "LODOCAT.spad" 1032364 1032376 1033656 1033661) (-654 "LODO2.spad" 1031637 1031649 1032044 1032083) (-653 "LODO1.spad" 1031037 1031047 1031317 1031356) (-652 "LODEEF.spad" 1029839 1029857 1031027 1031032) (-651 "LNAGG.spad" 1025671 1025681 1029829 1029834) (-650 "LNAGG.spad" 1021467 1021479 1025627 1025632) (-649 "LMOPS.spad" 1018235 1018252 1021457 1021462) (-648 "LMODULE.spad" 1018003 1018013 1018225 1018230) (-647 "LMDICT.spad" 1017290 1017300 1017554 1017581) (-646 "LLINSET.spad" 1016687 1016697 1017280 1017285) (-645 "LITERAL.spad" 1016593 1016604 1016677 1016682) (-644 "LIST.spad" 1014328 1014338 1015740 1015767) (-643 "LIST3.spad" 1013639 1013653 1014318 1014323) (-642 "LIST2.spad" 1012341 1012353 1013629 1013634) (-641 "LIST2MAP.spad" 1009244 1009256 1012331 1012336) (-640 "LINSET.spad" 1008866 1008876 1009234 1009239) (-639 "LINEXP.spad" 1008300 1008310 1008846 1008861) (-638 "LINDEP.spad" 1007109 1007121 1008212 1008217) (-637 "LIMITRF.spad" 1005037 1005047 1007099 1007104) (-636 "LIMITPS.spad" 1003940 1003953 1005027 1005032) (-635 "LIE.spad" 1001956 1001968 1003230 1003375) (-634 "LIECAT.spad" 1001432 1001442 1001882 1001951) (-633 "LIECAT.spad" 1000936 1000948 1001388 1001393) (-632 "LIB.spad" 998986 998994 999595 999610) (-631 "LGROBP.spad" 996339 996358 998976 998981) (-630 "LF.spad" 995294 995310 996329 996334) (-629 "LFCAT.spad" 994353 994361 995284 995289) (-628 "LEXTRIPK.spad" 989856 989871 994343 994348) (-627 "LEXP.spad" 987859 987886 989836 989851) (-626 "LETAST.spad" 987558 987566 987849 987854) (-625 "LEADCDET.spad" 985956 985973 987548 987553) (-624 "LAZM3PK.spad" 984660 984682 985946 985951) (-623 "LAUPOL.spad" 983353 983366 984253 984322) (-622 "LAPLACE.spad" 982936 982952 983343 983348) (-621 "LA.spad" 982376 982390 982858 982897) (-620 "LALG.spad" 982152 982162 982356 982371) (-619 "LALG.spad" 981936 981948 982142 982147) (-618 "KVTFROM.spad" 981671 981681 981926 981931) (-617 "KTVLOGIC.spad" 981183 981191 981661 981666) (-616 "KRCFROM.spad" 980921 980931 981173 981178) (-615 "KOVACIC.spad" 979644 979661 980911 980916) (-614 "KONVERT.spad" 979366 979376 979634 979639) (-613 "KOERCE.spad" 979103 979113 979356 979361) (-612 "KERNEL.spad" 977758 977768 978887 978892) (-611 "KERNEL2.spad" 977461 977473 977748 977753) (-610 "KDAGG.spad" 976570 976592 977441 977456) (-609 "KDAGG.spad" 975687 975711 976560 976565) (-608 "KAFILE.spad" 974650 974666 974885 974912) (-607 "JORDAN.spad" 972479 972491 973940 974085) (-606 "JOINAST.spad" 972173 972181 972469 972474) (-605 "JAVACODE.spad" 972039 972047 972163 972168) (-604 "IXAGG.spad" 970172 970196 972029 972034) (-603 "IXAGG.spad" 968160 968186 970019 970024) (-602 "IVECTOR.spad" 966930 966945 967085 967112) (-601 "ITUPLE.spad" 966091 966101 966920 966925) (-600 "ITRIGMNP.spad" 964930 964949 966081 966086) (-599 "ITFUN3.spad" 964436 964450 964920 964925) (-598 "ITFUN2.spad" 964180 964192 964426 964431) (-597 "ITAYLOR.spad" 961974 961989 964016 964141) (-596 "ISUPS.spad" 954411 954426 960948 961045) (-595 "ISUMP.spad" 953912 953928 954401 954406) (-594 "ISTRING.spad" 952915 952928 953081 953108) (-593 "ISAST.spad" 952634 952642 952905 952910) (-592 "IRURPK.spad" 951351 951370 952624 952629) (-591 "IRSN.spad" 949355 949363 951341 951346) (-590 "IRRF2F.spad" 947840 947850 949311 949316) (-589 "IRREDFFX.spad" 947441 947452 947830 947835) (-588 "IROOT.spad" 945780 945790 947431 947436) (-587 "IR.spad" 943581 943595 945635 945662) (-586 "IR2.spad" 942609 942625 943571 943576) (-585 "IR2F.spad" 941815 941831 942599 942604) (-584 "IPRNTPK.spad" 941575 941583 941805 941810) (-583 "IPF.spad" 941140 941152 941380 941473) (-582 "IPADIC.spad" 940901 940927 941066 941135) (-581 "IP4ADDR.spad" 940458 940466 940891 940896) (-580 "IOMODE.spad" 940079 940087 940448 940453) (-579 "IOBFILE.spad" 939440 939448 940069 940074) (-578 "IOBCON.spad" 939305 939313 939430 939435) (-577 "INVLAPLA.spad" 938954 938970 939295 939300) (-576 "INTTR.spad" 932336 932353 938944 938949) (-575 "INTTOOLS.spad" 930091 930107 931910 931915) (-574 "INTSLPE.spad" 929411 929419 930081 930086) (-573 "INTRVL.spad" 928977 928987 929325 929406) (-572 "INTRF.spad" 927401 927415 928967 928972) (-571 "INTRET.spad" 926833 926843 927391 927396) (-570 "INTRAT.spad" 925560 925577 926823 926828) (-569 "INTPM.spad" 923945 923961 925203 925208) (-568 "INTPAF.spad" 921809 921827 923877 923882) (-567 "INTPACK.spad" 912183 912191 921799 921804) (-566 "INT.spad" 911544 911552 912037 912178) (-565 "INTHERTR.spad" 910818 910835 911534 911539) (-564 "INTHERAL.spad" 910488 910512 910808 910813) (-563 "INTHEORY.spad" 906927 906935 910478 910483) (-562 "INTG0.spad" 900660 900678 906859 906864) (-561 "INTFTBL.spad" 894689 894697 900650 900655) (-560 "INTFACT.spad" 893748 893758 894679 894684) (-559 "INTEF.spad" 892133 892149 893738 893743) (-558 "INTDOM.spad" 890756 890764 892059 892128) (-557 "INTDOM.spad" 889441 889451 890746 890751) (-556 "INTCAT.spad" 887700 887710 889355 889436) (-555 "INTBIT.spad" 887207 887215 887690 887695) (-554 "INTALG.spad" 886395 886422 887197 887202) (-553 "INTAF.spad" 885895 885911 886385 886390) (-552 "INTABL.spad" 884413 884444 884576 884603) (-551 "INT8.spad" 884293 884301 884403 884408) (-550 "INT64.spad" 884172 884180 884283 884288) (-549 "INT32.spad" 884051 884059 884162 884167) (-548 "INT16.spad" 883930 883938 884041 884046) (-547 "INS.spad" 881433 881441 883832 883925) (-546 "INS.spad" 879022 879032 881423 881428) (-545 "INPSIGN.spad" 878470 878483 879012 879017) (-544 "INPRODPF.spad" 877566 877585 878460 878465) (-543 "INPRODFF.spad" 876654 876678 877556 877561) (-542 "INNMFACT.spad" 875629 875646 876644 876649) (-541 "INMODGCD.spad" 875117 875147 875619 875624) (-540 "INFSP.spad" 873414 873436 875107 875112) (-539 "INFPROD0.spad" 872494 872513 873404 873409) (-538 "INFORM.spad" 869693 869701 872484 872489) (-537 "INFORM1.spad" 869318 869328 869683 869688) (-536 "INFINITY.spad" 868870 868878 869308 869313) (-535 "INETCLTS.spad" 868847 868855 868860 868865) (-534 "INEP.spad" 867385 867407 868837 868842) (-533 "INDE.spad" 867114 867131 867375 867380) (-532 "INCRMAPS.spad" 866535 866545 867104 867109) (-531 "INBFILE.spad" 865607 865615 866525 866530) (-530 "INBFF.spad" 861401 861412 865597 865602) (-529 "INBCON.spad" 859691 859699 861391 861396) (-528 "INBCON.spad" 857979 857989 859681 859686) (-527 "INAST.spad" 857640 857648 857969 857974) (-526 "IMPTAST.spad" 857348 857356 857630 857635) (-525 "IMATRIX.spad" 856293 856319 856805 856832) (-524 "IMATQF.spad" 855387 855431 856249 856254) (-523 "IMATLIN.spad" 853992 854016 855343 855348) (-522 "ILIST.spad" 852650 852665 853175 853202) (-521 "IIARRAY2.spad" 852038 852076 852257 852284) (-520 "IFF.spad" 851448 851464 851719 851812) (-519 "IFAST.spad" 851062 851070 851438 851443) (-518 "IFARRAY.spad" 848555 848570 850245 850272) (-517 "IFAMON.spad" 848417 848434 848511 848516) (-516 "IEVALAB.spad" 847822 847834 848407 848412) (-515 "IEVALAB.spad" 847225 847239 847812 847817) (-514 "IDPO.spad" 847023 847035 847215 847220) (-513 "IDPOAMS.spad" 846779 846791 847013 847018) (-512 "IDPOAM.spad" 846499 846511 846769 846774) (-511 "IDPC.spad" 845437 845449 846489 846494) (-510 "IDPAM.spad" 845182 845194 845427 845432) (-509 "IDPAG.spad" 844929 844941 845172 845177) (-508 "IDENT.spad" 844579 844587 844919 844924) (-507 "IDECOMP.spad" 841818 841836 844569 844574) (-506 "IDEAL.spad" 836767 836806 841753 841758) (-505 "ICDEN.spad" 835956 835972 836757 836762) (-504 "ICARD.spad" 835147 835155 835946 835951) (-503 "IBPTOOLS.spad" 833754 833771 835137 835142) (-502 "IBITS.spad" 832957 832970 833390 833417) (-501 "IBATOOL.spad" 829934 829953 832947 832952) (-500 "IBACHIN.spad" 828441 828456 829924 829929) (-499 "IARRAY2.spad" 827429 827455 828048 828075) (-498 "IARRAY1.spad" 826474 826489 826612 826639) (-497 "IAN.spad" 824697 824705 826290 826383) (-496 "IALGFACT.spad" 824300 824333 824687 824692) (-495 "HYPCAT.spad" 823724 823732 824290 824295) (-494 "HYPCAT.spad" 823146 823156 823714 823719) (-493 "HOSTNAME.spad" 822954 822962 823136 823141) (-492 "HOMOTOP.spad" 822697 822707 822944 822949) (-491 "HOAGG.spad" 819979 819989 822687 822692) (-490 "HOAGG.spad" 817036 817048 819746 819751) (-489 "HEXADEC.spad" 815138 815146 815503 815596) (-488 "HEUGCD.spad" 814173 814184 815128 815133) (-487 "HELLFDIV.spad" 813763 813787 814163 814168) (-486 "HEAP.spad" 813155 813165 813370 813397) (-485 "HEADAST.spad" 812692 812700 813145 813150) (-484 "HDP.spad" 802535 802551 802912 803043) (-483 "HDMP.spad" 799749 799764 800365 800492) (-482 "HB.spad" 798000 798008 799739 799744) (-481 "HASHTBL.spad" 796470 796501 796681 796708) (-480 "HASAST.spad" 796186 796194 796460 796465) (-479 "HACKPI.spad" 795677 795685 796088 796181) (-478 "GTSET.spad" 794616 794632 795323 795350) (-477 "GSTBL.spad" 793135 793170 793309 793324) (-476 "GSERIES.spad" 790306 790333 791267 791416) (-475 "GROUP.spad" 789579 789587 790286 790301) (-474 "GROUP.spad" 788860 788870 789569 789574) (-473 "GROEBSOL.spad" 787354 787375 788850 788855) (-472 "GRMOD.spad" 785925 785937 787344 787349) (-471 "GRMOD.spad" 784494 784508 785915 785920) (-470 "GRIMAGE.spad" 777383 777391 784484 784489) (-469 "GRDEF.spad" 775762 775770 777373 777378) (-468 "GRAY.spad" 774225 774233 775752 775757) (-467 "GRALG.spad" 773302 773314 774215 774220) (-466 "GRALG.spad" 772377 772391 773292 773297) (-465 "GPOLSET.spad" 771831 771854 772059 772086) (-464 "GOSPER.spad" 771100 771118 771821 771826) (-463 "GMODPOL.spad" 770248 770275 771068 771095) (-462 "GHENSEL.spad" 769331 769345 770238 770243) (-461 "GENUPS.spad" 765624 765637 769321 769326) (-460 "GENUFACT.spad" 765201 765211 765614 765619) (-459 "GENPGCD.spad" 764787 764804 765191 765196) (-458 "GENMFACT.spad" 764239 764258 764777 764782) (-457 "GENEEZ.spad" 762190 762203 764229 764234) (-456 "GDMP.spad" 759246 759263 760020 760147) (-455 "GCNAALG.spad" 753169 753196 759040 759107) (-454 "GCDDOM.spad" 752345 752353 753095 753164) (-453 "GCDDOM.spad" 751583 751593 752335 752340) (-452 "GB.spad" 749109 749147 751539 751544) (-451 "GBINTERN.spad" 745129 745167 749099 749104) (-450 "GBF.spad" 740896 740934 745119 745124) (-449 "GBEUCLID.spad" 738778 738816 740886 740891) (-448 "GAUSSFAC.spad" 738091 738099 738768 738773) (-447 "GALUTIL.spad" 736417 736427 738047 738052) (-446 "GALPOLYU.spad" 734871 734884 736407 736412) (-445 "GALFACTU.spad" 733044 733063 734861 734866) (-444 "GALFACT.spad" 723233 723244 733034 733039) (-443 "FVFUN.spad" 720256 720264 723223 723228) (-442 "FVC.spad" 719308 719316 720246 720251) (-441 "FUNDESC.spad" 718986 718994 719298 719303) (-440 "FUNCTION.spad" 718835 718847 718976 718981) (-439 "FT.spad" 717132 717140 718825 718830) (-438 "FTEM.spad" 716297 716305 717122 717127) (-437 "FSUPFACT.spad" 715197 715216 716233 716238) (-436 "FST.spad" 713283 713291 715187 715192) (-435 "FSRED.spad" 712763 712779 713273 713278) (-434 "FSPRMELT.spad" 711645 711661 712720 712725) (-433 "FSPECF.spad" 709736 709752 711635 711640) (-432 "FS.spad" 704004 704014 709511 709731) (-431 "FS.spad" 698050 698062 703559 703564) (-430 "FSINT.spad" 697710 697726 698040 698045) (-429 "FSERIES.spad" 696901 696913 697530 697629) (-428 "FSCINT.spad" 696218 696234 696891 696896) (-427 "FSAGG.spad" 695335 695345 696174 696213) (-426 "FSAGG.spad" 694414 694426 695255 695260) (-425 "FSAGG2.spad" 693157 693173 694404 694409) (-424 "FS2UPS.spad" 687648 687682 693147 693152) (-423 "FS2.spad" 687295 687311 687638 687643) (-422 "FS2EXPXP.spad" 686420 686443 687285 687290) (-421 "FRUTIL.spad" 685374 685384 686410 686415) (-420 "FR.spad" 679090 679100 684398 684467) (-419 "FRNAALG.spad" 674209 674219 679032 679085) (-418 "FRNAALG.spad" 669340 669352 674165 674170) (-417 "FRNAAF2.spad" 668796 668814 669330 669335) (-416 "FRMOD.spad" 668206 668236 668727 668732) (-415 "FRIDEAL.spad" 667431 667452 668186 668201) (-414 "FRIDEAL2.spad" 667035 667067 667421 667426) (-413 "FRETRCT.spad" 666546 666556 667025 667030) (-412 "FRETRCT.spad" 665923 665935 666404 666409) (-411 "FRAMALG.spad" 664271 664284 665879 665918) (-410 "FRAMALG.spad" 662651 662666 664261 664266) (-409 "FRAC.spad" 659750 659760 660153 660326) (-408 "FRAC2.spad" 659355 659367 659740 659745) (-407 "FR2.spad" 658691 658703 659345 659350) (-406 "FPS.spad" 655506 655514 658581 658686) (-405 "FPS.spad" 652349 652359 655426 655431) (-404 "FPC.spad" 651395 651403 652251 652344) (-403 "FPC.spad" 650527 650537 651385 651390) (-402 "FPATMAB.spad" 650289 650299 650517 650522) (-401 "FPARFRAC.spad" 648776 648793 650279 650284) (-400 "FORTRAN.spad" 647282 647325 648766 648771) (-399 "FORT.spad" 646231 646239 647272 647277) (-398 "FORTFN.spad" 643401 643409 646221 646226) (-397 "FORTCAT.spad" 643085 643093 643391 643396) (-396 "FORMULA.spad" 640559 640567 643075 643080) (-395 "FORMULA1.spad" 640038 640048 640549 640554) (-394 "FORDER.spad" 639729 639753 640028 640033) (-393 "FOP.spad" 638930 638938 639719 639724) (-392 "FNLA.spad" 638354 638376 638898 638925) (-391 "FNCAT.spad" 636949 636957 638344 638349) (-390 "FNAME.spad" 636841 636849 636939 636944) (-389 "FMTC.spad" 636639 636647 636767 636836) (-388 "FMONOID.spad" 633756 633766 636595 636600) (-387 "FM.spad" 633451 633463 633690 633717) (-386 "FMFUN.spad" 630481 630489 633441 633446) (-385 "FMC.spad" 629533 629541 630471 630476) (-384 "FMCAT.spad" 627201 627219 629501 629528) (-383 "FM1.spad" 626558 626570 627135 627162) (-382 "FLOATRP.spad" 624293 624307 626548 626553) (-381 "FLOAT.spad" 617607 617615 624159 624288) (-380 "FLOATCP.spad" 615038 615052 617597 617602) (-379 "FLINEXP.spad" 614750 614760 615018 615033) (-378 "FLINEXP.spad" 614416 614428 614686 614691) (-377 "FLASORT.spad" 613742 613754 614406 614411) (-376 "FLALG.spad" 611388 611407 613668 613737) (-375 "FLAGG.spad" 608430 608440 611368 611383) (-374 "FLAGG.spad" 605373 605385 608313 608318) (-373 "FLAGG2.spad" 604098 604114 605363 605368) (-372 "FINRALG.spad" 602159 602172 604054 604093) (-371 "FINRALG.spad" 600146 600161 602043 602048) (-370 "FINITE.spad" 599298 599306 600136 600141) (-369 "FINAALG.spad" 588419 588429 599240 599293) (-368 "FINAALG.spad" 577552 577564 588375 588380) (-367 "FILE.spad" 577135 577145 577542 577547) (-366 "FILECAT.spad" 575661 575678 577125 577130) (-365 "FIELD.spad" 575067 575075 575563 575656) (-364 "FIELD.spad" 574559 574569 575057 575062) (-363 "FGROUP.spad" 573206 573216 574539 574554) (-362 "FGLMICPK.spad" 571993 572008 573196 573201) (-361 "FFX.spad" 571368 571383 571709 571802) (-360 "FFSLPE.spad" 570871 570892 571358 571363) (-359 "FFPOLY.spad" 562133 562144 570861 570866) (-358 "FFPOLY2.spad" 561193 561210 562123 562128) (-357 "FFP.spad" 560590 560610 560909 561002) (-356 "FF.spad" 560038 560054 560271 560364) (-355 "FFNBX.spad" 558550 558570 559754 559847) (-354 "FFNBP.spad" 557063 557080 558266 558359) (-353 "FFNB.spad" 555528 555549 556744 556837) (-352 "FFINTBAS.spad" 553042 553061 555518 555523) (-351 "FFIELDC.spad" 550619 550627 552944 553037) (-350 "FFIELDC.spad" 548282 548292 550609 550614) (-349 "FFHOM.spad" 547030 547047 548272 548277) (-348 "FFF.spad" 544465 544476 547020 547025) (-347 "FFCGX.spad" 543312 543332 544181 544274) (-346 "FFCGP.spad" 542201 542221 543028 543121) (-345 "FFCG.spad" 540993 541014 541882 541975) (-344 "FFCAT.spad" 534166 534188 540832 540988) (-343 "FFCAT.spad" 527418 527442 534086 534091) (-342 "FFCAT2.spad" 527165 527205 527408 527413) (-341 "FEXPR.spad" 518882 518928 526921 526960) (-340 "FEVALAB.spad" 518590 518600 518872 518877) (-339 "FEVALAB.spad" 518083 518095 518367 518372) (-338 "FDIV.spad" 517525 517549 518073 518078) (-337 "FDIVCAT.spad" 515589 515613 517515 517520) (-336 "FDIVCAT.spad" 513651 513677 515579 515584) (-335 "FDIV2.spad" 513307 513347 513641 513646) (-334 "FCTRDATA.spad" 512315 512323 513297 513302) (-333 "FCPAK1.spad" 510882 510890 512305 512310) (-332 "FCOMP.spad" 510261 510271 510872 510877) (-331 "FC.spad" 500268 500276 510251 510256) (-330 "FAXF.spad" 493239 493253 500170 500263) (-329 "FAXF.spad" 486262 486278 493195 493200) (-328 "FARRAY.spad" 484412 484422 485445 485472) (-327 "FAMR.spad" 482548 482560 484310 484407) (-326 "FAMR.spad" 480668 480682 482432 482437) (-325 "FAMONOID.spad" 480336 480346 480622 480627) (-324 "FAMONC.spad" 478632 478644 480326 480331) (-323 "FAGROUP.spad" 478256 478266 478528 478555) (-322 "FACUTIL.spad" 476460 476477 478246 478251) (-321 "FACTFUNC.spad" 475654 475664 476450 476455) (-320 "EXPUPXS.spad" 472487 472510 473786 473935) (-319 "EXPRTUBE.spad" 469775 469783 472477 472482) (-318 "EXPRODE.spad" 466935 466951 469765 469770) (-317 "EXPR.spad" 462210 462220 462924 463331) (-316 "EXPR2UPS.spad" 458332 458345 462200 462205) (-315 "EXPR2.spad" 458037 458049 458322 458327) (-314 "EXPEXPAN.spad" 454977 455002 455609 455702) (-313 "EXIT.spad" 454648 454656 454967 454972) (-312 "EXITAST.spad" 454384 454392 454638 454643) (-311 "EVALCYC.spad" 453844 453858 454374 454379) (-310 "EVALAB.spad" 453416 453426 453834 453839) (-309 "EVALAB.spad" 452986 452998 453406 453411) (-308 "EUCDOM.spad" 450560 450568 452912 452981) (-307 "EUCDOM.spad" 448196 448206 450550 450555) (-306 "ESTOOLS.spad" 440042 440050 448186 448191) (-305 "ESTOOLS2.spad" 439645 439659 440032 440037) (-304 "ESTOOLS1.spad" 439330 439341 439635 439640) (-303 "ES.spad" 432145 432153 439320 439325) (-302 "ES.spad" 424866 424876 432043 432048) (-301 "ESCONT.spad" 421659 421667 424856 424861) (-300 "ESCONT1.spad" 421408 421420 421649 421654) (-299 "ES2.spad" 420913 420929 421398 421403) (-298 "ES1.spad" 420483 420499 420903 420908) (-297 "ERROR.spad" 417810 417818 420473 420478) (-296 "EQTBL.spad" 416282 416304 416491 416518) (-295 "EQ.spad" 411087 411097 413874 413986) (-294 "EQ2.spad" 410805 410817 411077 411082) (-293 "EP.spad" 407131 407141 410795 410800) (-292 "ENV.spad" 405793 405801 407121 407126) (-291 "ENTIRER.spad" 405461 405469 405737 405788) (-290 "EMR.spad" 404668 404709 405387 405456) (-289 "ELTAGG.spad" 402922 402941 404658 404663) (-288 "ELTAGG.spad" 401140 401161 402878 402883) (-287 "ELTAB.spad" 400589 400607 401130 401135) (-286 "ELFUTS.spad" 399976 399995 400579 400584) (-285 "ELEMFUN.spad" 399665 399673 399966 399971) (-284 "ELEMFUN.spad" 399352 399362 399655 399660) (-283 "ELAGG.spad" 397323 397333 399332 399347) (-282 "ELAGG.spad" 395231 395243 397242 397247) (-281 "ELABEXPR.spad" 394163 394171 395221 395226) (-280 "EFUPXS.spad" 390939 390969 394119 394124) (-279 "EFULS.spad" 387775 387798 390895 390900) (-278 "EFSTRUC.spad" 385790 385806 387765 387770) (-277 "EF.spad" 380566 380582 385780 385785) (-276 "EAB.spad" 378842 378850 380556 380561) (-275 "E04UCFA.spad" 378378 378386 378832 378837) (-274 "E04NAFA.spad" 377955 377963 378368 378373) (-273 "E04MBFA.spad" 377535 377543 377945 377950) (-272 "E04JAFA.spad" 377071 377079 377525 377530) (-271 "E04GCFA.spad" 376607 376615 377061 377066) (-270 "E04FDFA.spad" 376143 376151 376597 376602) (-269 "E04DGFA.spad" 375679 375687 376133 376138) (-268 "E04AGNT.spad" 371529 371537 375669 375674) (-267 "DVARCAT.spad" 368218 368228 371519 371524) (-266 "DVARCAT.spad" 364905 364917 368208 368213) (-265 "DSMP.spad" 362372 362386 362677 362804) (-264 "DROPT.spad" 356331 356339 362362 362367) (-263 "DROPT1.spad" 355996 356006 356321 356326) (-262 "DROPT0.spad" 350853 350861 355986 355991) (-261 "DRAWPT.spad" 349026 349034 350843 350848) (-260 "DRAW.spad" 341902 341915 349016 349021) (-259 "DRAWHACK.spad" 341210 341220 341892 341897) (-258 "DRAWCX.spad" 338680 338688 341200 341205) (-257 "DRAWCURV.spad" 338227 338242 338670 338675) (-256 "DRAWCFUN.spad" 327759 327767 338217 338222) (-255 "DQAGG.spad" 325937 325947 327727 327754) (-254 "DPOLCAT.spad" 321286 321302 325805 325932) (-253 "DPOLCAT.spad" 316721 316739 321242 321247) (-252 "DPMO.spad" 308947 308963 309085 309386) (-251 "DPMM.spad" 301186 301204 301311 301612) (-250 "DOMTMPLT.spad" 300846 300854 301176 301181) (-249 "DOMCTOR.spad" 300601 300609 300836 300841) (-248 "DOMAIN.spad" 299688 299696 300591 300596) (-247 "DMP.spad" 296948 296963 297518 297645) (-246 "DLP.spad" 296300 296310 296938 296943) (-245 "DLIST.spad" 294879 294889 295483 295510) (-244 "DLAGG.spad" 293296 293306 294869 294874) (-243 "DIVRING.spad" 292838 292846 293240 293291) (-242 "DIVRING.spad" 292424 292434 292828 292833) (-241 "DISPLAY.spad" 290614 290622 292414 292419) (-240 "DIRPROD.spad" 280194 280210 280834 280965) (-239 "DIRPROD2.spad" 279012 279030 280184 280189) (-238 "DIRPCAT.spad" 277956 277972 278876 279007) (-237 "DIRPCAT.spad" 276629 276647 277551 277556) (-236 "DIOSP.spad" 275454 275462 276619 276624) (-235 "DIOPS.spad" 274450 274460 275434 275449) (-234 "DIOPS.spad" 273420 273432 274406 274411) (-233 "DIFRING.spad" 272716 272724 273400 273415) (-232 "DIFRING.spad" 272020 272030 272706 272711) (-231 "DIFEXT.spad" 271191 271201 272000 272015) (-230 "DIFEXT.spad" 270279 270291 271090 271095) (-229 "DIAGG.spad" 269909 269919 270259 270274) (-228 "DIAGG.spad" 269547 269559 269899 269904) (-227 "DHMATRIX.spad" 267859 267869 269004 269031) (-226 "DFSFUN.spad" 261499 261507 267849 267854) (-225 "DFLOAT.spad" 258230 258238 261389 261494) (-224 "DFINTTLS.spad" 256461 256477 258220 258225) (-223 "DERHAM.spad" 254375 254407 256441 256456) (-222 "DEQUEUE.spad" 253699 253709 253982 254009) (-221 "DEGRED.spad" 253316 253330 253689 253694) (-220 "DEFINTRF.spad" 250853 250863 253306 253311) (-219 "DEFINTEF.spad" 249363 249379 250843 250848) (-218 "DEFAST.spad" 248731 248739 249353 249358) (-217 "DECIMAL.spad" 246837 246845 247198 247291) (-216 "DDFACT.spad" 244650 244667 246827 246832) (-215 "DBLRESP.spad" 244250 244274 244640 244645) (-214 "DBASE.spad" 242914 242924 244240 244245) (-213 "DATAARY.spad" 242376 242389 242904 242909) (-212 "D03FAFA.spad" 242204 242212 242366 242371) (-211 "D03EEFA.spad" 242024 242032 242194 242199) (-210 "D03AGNT.spad" 241110 241118 242014 242019) (-209 "D02EJFA.spad" 240572 240580 241100 241105) (-208 "D02CJFA.spad" 240050 240058 240562 240567) (-207 "D02BHFA.spad" 239540 239548 240040 240045) (-206 "D02BBFA.spad" 239030 239038 239530 239535) (-205 "D02AGNT.spad" 233844 233852 239020 239025) (-204 "D01WGTS.spad" 232163 232171 233834 233839) (-203 "D01TRNS.spad" 232140 232148 232153 232158) (-202 "D01GBFA.spad" 231662 231670 232130 232135) (-201 "D01FCFA.spad" 231184 231192 231652 231657) (-200 "D01ASFA.spad" 230652 230660 231174 231179) (-199 "D01AQFA.spad" 230098 230106 230642 230647) (-198 "D01APFA.spad" 229522 229530 230088 230093) (-197 "D01ANFA.spad" 229016 229024 229512 229517) (-196 "D01AMFA.spad" 228526 228534 229006 229011) (-195 "D01ALFA.spad" 228066 228074 228516 228521) (-194 "D01AKFA.spad" 227592 227600 228056 228061) (-193 "D01AJFA.spad" 227115 227123 227582 227587) (-192 "D01AGNT.spad" 223182 223190 227105 227110) (-191 "CYCLOTOM.spad" 222688 222696 223172 223177) (-190 "CYCLES.spad" 219544 219552 222678 222683) (-189 "CVMP.spad" 218961 218971 219534 219539) (-188 "CTRIGMNP.spad" 217461 217477 218951 218956) (-187 "CTOR.spad" 217152 217160 217451 217456) (-186 "CTORKIND.spad" 216755 216763 217142 217147) (-185 "CTORCAT.spad" 216004 216012 216745 216750) (-184 "CTORCAT.spad" 215251 215261 215994 215999) (-183 "CTORCALL.spad" 214840 214850 215241 215246) (-182 "CSTTOOLS.spad" 214085 214098 214830 214835) (-181 "CRFP.spad" 207809 207822 214075 214080) (-180 "CRCEAST.spad" 207529 207537 207799 207804) (-179 "CRAPACK.spad" 206580 206590 207519 207524) (-178 "CPMATCH.spad" 206084 206099 206505 206510) (-177 "CPIMA.spad" 205789 205808 206074 206079) (-176 "COORDSYS.spad" 200798 200808 205779 205784) (-175 "CONTOUR.spad" 200209 200217 200788 200793) (-174 "CONTFRAC.spad" 195959 195969 200111 200204) (-173 "CONDUIT.spad" 195717 195725 195949 195954) (-172 "COMRING.spad" 195391 195399 195655 195712) (-171 "COMPPROP.spad" 194909 194917 195381 195386) (-170 "COMPLPAT.spad" 194676 194691 194899 194904) (-169 "COMPLEX.spad" 188813 188823 189057 189318) (-168 "COMPLEX2.spad" 188528 188540 188803 188808) (-167 "COMPFACT.spad" 188130 188144 188518 188523) (-166 "COMPCAT.spad" 186202 186212 187864 188125) (-165 "COMPCAT.spad" 184002 184014 185666 185671) (-164 "COMMUPC.spad" 183750 183768 183992 183997) (-163 "COMMONOP.spad" 183283 183291 183740 183745) (-162 "COMM.spad" 183094 183102 183273 183278) (-161 "COMMAAST.spad" 182857 182865 183084 183089) (-160 "COMBOPC.spad" 181772 181780 182847 182852) (-159 "COMBINAT.spad" 180539 180549 181762 181767) (-158 "COMBF.spad" 177921 177937 180529 180534) (-157 "COLOR.spad" 176758 176766 177911 177916) (-156 "COLONAST.spad" 176424 176432 176748 176753) (-155 "CMPLXRT.spad" 176135 176152 176414 176419) (-154 "CLLCTAST.spad" 175797 175805 176125 176130) (-153 "CLIP.spad" 171905 171913 175787 175792) (-152 "CLIF.spad" 170560 170576 171861 171900) (-151 "CLAGG.spad" 167065 167075 170550 170555) (-150 "CLAGG.spad" 163441 163453 166928 166933) (-149 "CINTSLPE.spad" 162772 162785 163431 163436) (-148 "CHVAR.spad" 160910 160932 162762 162767) (-147 "CHARZ.spad" 160825 160833 160890 160905) (-146 "CHARPOL.spad" 160335 160345 160815 160820) (-145 "CHARNZ.spad" 160088 160096 160315 160330) (-144 "CHAR.spad" 157962 157970 160078 160083) (-143 "CFCAT.spad" 157290 157298 157952 157957) (-142 "CDEN.spad" 156486 156500 157280 157285) (-141 "CCLASS.spad" 154635 154643 155897 155936) (-140 "CATEGORY.spad" 153677 153685 154625 154630) (-139 "CATCTOR.spad" 153568 153576 153667 153672) (-138 "CATAST.spad" 153186 153194 153558 153563) (-137 "CASEAST.spad" 152900 152908 153176 153181) (-136 "CARTEN.spad" 148187 148211 152890 152895) (-135 "CARTEN2.spad" 147577 147604 148177 148182) (-134 "CARD.spad" 144872 144880 147551 147572) (-133 "CAPSLAST.spad" 144646 144654 144862 144867) (-132 "CACHSET.spad" 144270 144278 144636 144641) (-131 "CABMON.spad" 143825 143833 144260 144265) (-130 "BYTEORD.spad" 143500 143508 143815 143820) (-129 "BYTE.spad" 142927 142935 143490 143495) (-128 "BYTEBUF.spad" 140786 140794 142096 142123) (-127 "BTREE.spad" 139859 139869 140393 140420) (-126 "BTOURN.spad" 138864 138874 139466 139493) (-125 "BTCAT.spad" 138256 138266 138832 138859) (-124 "BTCAT.spad" 137668 137680 138246 138251) (-123 "BTAGG.spad" 136796 136804 137636 137663) (-122 "BTAGG.spad" 135944 135954 136786 136791) (-121 "BSTREE.spad" 134685 134695 135551 135578) (-120 "BRILL.spad" 132882 132893 134675 134680) (-119 "BRAGG.spad" 131822 131832 132872 132877) (-118 "BRAGG.spad" 130726 130738 131778 131783) (-117 "BPADICRT.spad" 128707 128719 128962 129055) (-116 "BPADIC.spad" 128371 128383 128633 128702) (-115 "BOUNDZRO.spad" 128027 128044 128361 128366) (-114 "BOP.spad" 123209 123217 128017 128022) (-113 "BOP1.spad" 120675 120685 123199 123204) (-112 "BOOLEAN.spad" 120113 120121 120665 120670) (-111 "BMODULE.spad" 119825 119837 120081 120108) (-110 "BITS.spad" 119246 119254 119461 119488) (-109 "BINDING.spad" 118659 118667 119236 119241) (-108 "BINARY.spad" 116770 116778 117126 117219) (-107 "BGAGG.spad" 115975 115985 116750 116765) (-106 "BGAGG.spad" 115188 115200 115965 115970) (-105 "BFUNCT.spad" 114752 114760 115168 115183) (-104 "BEZOUT.spad" 113892 113919 114702 114707) (-103 "BBTREE.spad" 110737 110747 113499 113526) (-102 "BASTYPE.spad" 110409 110417 110727 110732) (-101 "BASTYPE.spad" 110079 110089 110399 110404) (-100 "BALFACT.spad" 109538 109551 110069 110074) (-99 "AUTOMOR.spad" 108989 108998 109518 109533) (-98 "ATTREG.spad" 105712 105719 108741 108984) (-97 "ATTRBUT.spad" 101735 101742 105692 105707) (-96 "ATTRAST.spad" 101452 101459 101725 101730) (-95 "ATRIG.spad" 100922 100929 101442 101447) (-94 "ATRIG.spad" 100390 100399 100912 100917) (-93 "ASTCAT.spad" 100294 100301 100380 100385) (-92 "ASTCAT.spad" 100196 100205 100284 100289) (-91 "ASTACK.spad" 99535 99544 99803 99830) (-90 "ASSOCEQ.spad" 98361 98372 99491 99496) (-89 "ASP9.spad" 97442 97455 98351 98356) (-88 "ASP8.spad" 96485 96498 97432 97437) (-87 "ASP80.spad" 95807 95820 96475 96480) (-86 "ASP7.spad" 94967 94980 95797 95802) (-85 "ASP78.spad" 94418 94431 94957 94962) (-84 "ASP77.spad" 93787 93800 94408 94413) (-83 "ASP74.spad" 92879 92892 93777 93782) (-82 "ASP73.spad" 92150 92163 92869 92874) (-81 "ASP6.spad" 91017 91030 92140 92145) (-80 "ASP55.spad" 89526 89539 91007 91012) (-79 "ASP50.spad" 87343 87356 89516 89521) (-78 "ASP4.spad" 86638 86651 87333 87338) (-77 "ASP49.spad" 85637 85650 86628 86633) (-76 "ASP42.spad" 84044 84083 85627 85632) (-75 "ASP41.spad" 82623 82662 84034 84039) (-74 "ASP35.spad" 81611 81624 82613 82618) (-73 "ASP34.spad" 80912 80925 81601 81606) (-72 "ASP33.spad" 80472 80485 80902 80907) (-71 "ASP31.spad" 79612 79625 80462 80467) (-70 "ASP30.spad" 78504 78517 79602 79607) (-69 "ASP29.spad" 77970 77983 78494 78499) (-68 "ASP28.spad" 69243 69256 77960 77965) (-67 "ASP27.spad" 68140 68153 69233 69238) (-66 "ASP24.spad" 67227 67240 68130 68135) (-65 "ASP20.spad" 66691 66704 67217 67222) (-64 "ASP1.spad" 66072 66085 66681 66686) (-63 "ASP19.spad" 60758 60771 66062 66067) (-62 "ASP12.spad" 60172 60185 60748 60753) (-61 "ASP10.spad" 59443 59456 60162 60167) (-60 "ARRAY2.spad" 58803 58812 59050 59077) (-59 "ARRAY1.spad" 57640 57649 57986 58013) (-58 "ARRAY12.spad" 56353 56364 57630 57635) (-57 "ARR2CAT.spad" 52127 52148 56321 56348) (-56 "ARR2CAT.spad" 47921 47944 52117 52122) (-55 "ARITY.spad" 47293 47300 47911 47916) (-54 "APPRULE.spad" 46553 46575 47283 47288) (-53 "APPLYORE.spad" 46172 46185 46543 46548) (-52 "ANY.spad" 45031 45038 46162 46167) (-51 "ANY1.spad" 44102 44111 45021 45026) (-50 "ANTISYM.spad" 42547 42563 44082 44097) (-49 "ANON.spad" 42240 42247 42537 42542) (-48 "AN.spad" 40549 40556 42056 42149) (-47 "AMR.spad" 38734 38745 40447 40544) (-46 "AMR.spad" 36756 36769 38471 38476) (-45 "ALIST.spad" 34168 34189 34518 34545) (-44 "ALGSC.spad" 33303 33329 34040 34093) (-43 "ALGPKG.spad" 29086 29097 33259 33264) (-42 "ALGMFACT.spad" 28279 28293 29076 29081) (-41 "ALGMANIP.spad" 25753 25768 28112 28117) (-40 "ALGFF.spad" 24068 24095 24285 24441) (-39 "ALGFACT.spad" 23195 23205 24058 24063) (-38 "ALGEBRA.spad" 23028 23037 23151 23190) (-37 "ALGEBRA.spad" 22893 22904 23018 23023) (-36 "ALAGG.spad" 22405 22426 22861 22888) (-35 "AHYP.spad" 21786 21793 22395 22400) (-34 "AGG.spad" 20103 20110 21776 21781) (-33 "AGG.spad" 18384 18393 20059 20064) (-32 "AF.spad" 16815 16830 18319 18324) (-31 "ADDAST.spad" 16493 16500 16805 16810) (-30 "ACPLOT.spad" 15084 15091 16483 16488) (-29 "ACFS.spad" 12893 12902 14986 15079) (-28 "ACFS.spad" 10788 10799 12883 12888) (-27 "ACF.spad" 7470 7477 10690 10783) (-26 "ACF.spad" 4238 4247 7460 7465) (-25 "ABELSG.spad" 3779 3786 4228 4233) (-24 "ABELSG.spad" 3318 3327 3769 3774) (-23 "ABELMON.spad" 2861 2868 3308 3313) (-22 "ABELMON.spad" 2402 2411 2851 2856) (-21 "ABELGRP.spad" 2067 2074 2392 2397) (-20 "ABELGRP.spad" 1730 1739 2057 2062) (-19 "A1AGG.spad" 870 879 1698 1725) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
diff --git a/src/share/algebra/category.daase b/src/share/algebra/category.daase
index 1d77b6b8..a895d814 100644
--- a/src/share/algebra/category.daase
+++ b/src/share/algebra/category.daase
@@ -1,15 +1,15 @@
-(188029 . 3459379715)
-(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) #0#) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
-((((-566)) . T) (($) -2768 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-1038 (-409 (-566))))) ((|#1|) . T))
+(188047 . 3461381200)
+(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) #0#) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
+((((-566)) . T) (($) -2700 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-1038 (-409 (-566))))) ((|#1|) . T))
(((|#2| |#2|) . T))
((((-566)) . T))
-((($ $) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2| |#2|) . T) ((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))))
+((($ $) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2| |#2|) . T) ((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))))
((($) . T))
(((|#1|) . T))
((($) . T) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#2|) . T))
-((($) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
(|has| |#1| (-909))
((((-862)) . T))
((((-862)) . T))
@@ -24,19 +24,19 @@
((((-225)) . T) (((-862)) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-848)))
-((($ $) . T) ((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1| |#1|) . T))
-(-2768 (|has| |#1| (-820)) (|has| |#1| (-850)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-848)))
+((($ $) . T) ((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1| |#1|) . T))
+(-2700 (|has| |#1| (-820)) (|has| |#1| (-850)))
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) |has| |#1| (-1038 (-566))) ((|#1|) . T))
((((-862)) . T))
((((-862)) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
(|has| |#1| (-848))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((((-317 |#1|)) . T) (((-566)) . T) (($) . T))
(((|#1| |#2| |#3|) . T))
((((-566)) . T) (((-870 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
-((($) . T) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) . T) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-409 (-566))) . T) (((-699)) . T) (($) . T))
((((-862)) . T))
((((-1180)) . T))
@@ -49,14 +49,14 @@
(((|#1|) . T) ((|#2|) . T))
((((-1180)) . T))
(((|#1|) . T) (((-566)) |has| |#1| (-1038 (-566))) (((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-(((|#2| (-484 (-3000 |#1|) (-771))) . T))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(((|#2| (-484 (-4142 |#1|) (-771))) . T))
(((|#1| (-533 (-1175))) . T))
(((#0=(-870 |#1|) #0#) . T) ((#1=(-409 (-566)) #1#) . T) (($ $) . T))
((((-1157)) . T) (((-958 (-129))) . T) (((-862)) . T))
((((-862)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(|has| |#4| (-370))
(|has| |#3| (-370))
(((|#1|) . T))
@@ -65,18 +65,19 @@
((((-870 |#1|)) . T) (((-409 (-566))) . T) (($) . T))
((((-862)) . T))
((((-862)) . T))
+((((-862)) . T))
(((|#1| |#2|) . T))
((($) . T))
(|has| |#1| (-145))
(|has| |#1| (-147))
(|has| |#1| (-558))
-((((-566)) . T) (((-409 (-566))) -2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))) ((|#2|) . T) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-864 |#1|)) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
-((((-2 (|:| -2835 |#1|) (|:| -2201 |#2|))) . T))
+((((-566)) . T) (((-409 (-566))) -2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))) ((|#2|) . T) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-864 |#1|)) . T))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
+((((-2 (|:| -1351 |#1|) (|:| -3388 |#2|))) . T))
((($) . T))
-((((-566)) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) ((|#1|) . T) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) (((-1175)) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-566)) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) ((|#1|) . T) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) (((-1175)) . T))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-538)) |has| |#1| (-614 (-538))))
((((-1175)) . T))
((((-566)) . T) (($) . T))
@@ -96,12 +97,12 @@
(((|#1| |#2|) . T))
((((-862)) . T))
(((|#1|) . T))
-(((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))) ((|#2| |#2|) . T) (($ $) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+(((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))) ((|#2| |#2|) . T) (($ $) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
(((|#1|) . T))
((((-116 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
((((-862)) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
((((-116 |#1|)) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
@@ -109,45 +110,45 @@
((((-409 (-566))) . T) (($) . T) (((-566)) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T))
(((|#2|) . T) (((-566)) . T) ((|#6|) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
((($) . T))
(((|#2|) . T))
((($) . T))
(((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) (((-566)) . T) (($) . T))
((((-566)) . T) (($) . T) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
((($ $) . T))
((($) . T))
((((-566)) . T) (($) . T) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)) (($) . T) ((|#1|) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)) (($) . T) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-370))
(((|#1|) . T))
-(((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) . T))
+(((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) . T))
(((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) (($) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(((|#1|) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-566)) . T))
((((-862)) . T))
(((|#1| |#2|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1|) . T) (((-566)) . T) (($) . T))
(|has| |#1| (-558))
(((|#1| |#1|) . T))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-848)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-848)))
((($ $) . T) ((#0=(-409 (-566)) #0#) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(|has| |#1| (-1099))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(|has| |#1| (-1099))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(|has| |#1| (-848))
((($) . T) (((-409 (-566))) . T))
((((-862)) . T))
@@ -156,12 +157,12 @@
((((-566) (-129)) . T))
((($) . T) (((-409 (-566))) . T))
((((-129)) . T))
-(-2768 (|has| |#4| (-793)) (|has| |#4| (-848)))
-(-2768 (|has| |#4| (-793)) (|has| |#4| (-848)))
-(-2768 (|has| |#3| (-793)) (|has| |#3| (-848)))
-(-2768 (|has| |#3| (-793)) (|has| |#3| (-848)))
+(-2700 (|has| |#4| (-793)) (|has| |#4| (-848)))
+(-2700 (|has| |#4| (-793)) (|has| |#4| (-848)))
+(-2700 (|has| |#3| (-793)) (|has| |#3| (-848)))
+(-2700 (|has| |#3| (-793)) (|has| |#3| (-848)))
(((|#1| |#2|) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
((((-1180)) . T))
(((|#2| |#2|) -12 (|has| |#1| (-365)) (|has| |#2| (-310 |#2|))) (((-1175) |#2|) -12 (|has| |#1| (-365)) (|has| |#2| (-516 (-1175) |#2|))))
(((|#1| |#2|) . T))
@@ -177,39 +178,39 @@
((((-566)) . T))
((((-566)) . T))
(((|#1|) . T))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(((|#1| (-771)) . T))
(|has| |#2| (-793))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
(|has| |#2| (-848))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
((((-1157) |#1|) . T))
((((-566) (-129)) . T))
(((|#1|) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
(((|#3| (-771)) . T))
(|has| |#1| (-147))
(|has| |#1| (-145))
((($) . T) (((-409 (-566))) . T))
((($) . T))
((($) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
((((-409 (-566))) . T) (($) . T))
((($) . T))
((($) . T))
(|has| |#1| (-1099))
((((-409 (-566))) . T) (((-566)) . T))
((((-566)) . T) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))))
-((((-566)) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) ((|#1|) . T) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#2|) . T))
+((((-566)) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) ((|#1|) . T) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#2|) . T))
((((-1175) |#2|) |has| |#2| (-516 (-1175) |#2|)) ((|#2| |#2|) |has| |#2| (-310 |#2|)))
((((-409 (-566))) . T) (((-566)) . T))
-((((-566)) . T) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) (((-1081)) . T) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
+((((-566)) . T) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) (((-1081)) . T) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
(((|#1|) . T) (($) . T))
((((-566)) . T))
((((-566)) . T))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
((((-566)) . T))
((((-566)) . T))
((((-409 (-566))) . T) (($) . T))
@@ -230,13 +231,13 @@
((((-862)) . T))
((((-862)) . T))
(((|#1| |#1|) . T))
-(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) . T))
(((|#1|) . T))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) -2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
((((-862)) . T))
((((-862)) . T))
((((-862)) . T))
@@ -247,10 +248,10 @@
((((-169 (-225))) |has| |#1| (-1022)) (((-169 (-381))) |has| |#1| (-1022)) (((-538)) |has| |#1| (-614 (-538))) (((-1171 |#1|)) . T) (((-892 (-566))) |has| |#1| (-614 (-892 (-566)))) (((-892 (-381))) |has| |#1| (-614 (-892 (-381)))))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-848)))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-848)))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#2|) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-848)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-848)))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#2|) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
(|has| |#1| (-365))
((((-862)) . T))
((($) . T))
@@ -258,8 +259,8 @@
((((-129)) . T))
(-12 (|has| |#4| (-233)) (|has| |#4| (-1049)))
(-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))
-(-2768 (|has| |#4| (-172)) (|has| |#4| (-848)) (|has| |#4| (-1049)))
-(-2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#4| (-172)) (|has| |#4| (-848)) (|has| |#4| (-1049)))
+(-2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
((((-862)) . T) (((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
((((-1180)) . T))
@@ -268,41 +269,41 @@
(((|#1|) . T))
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) |has| |#1| (-1038 (-566))) ((|#1|) . T))
(((|#1|) . T) (((-566)) |has| |#1| (-639 (-566))))
-(((|#2|) . T) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
-(((|#1|) . T) (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
+(((|#2|) . T) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
+(((|#1|) . T) (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
(|has| |#1| (-558))
-((((-566)) -2768 (|has| |#4| (-172)) (|has| |#4| (-848)) (-12 (|has| |#4| (-1038 (-566))) (|has| |#4| (-1099))) (|has| |#4| (-1049))) ((|#4|) -2768 (|has| |#4| (-172)) (|has| |#4| (-1099))) (((-409 (-566))) -12 (|has| |#4| (-1038 (-409 (-566)))) (|has| |#4| (-1099))))
-((((-566)) -2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099))) (|has| |#3| (-1049))) ((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-1099))) (((-409 (-566))) -12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))
+((((-566)) -2700 (|has| |#4| (-172)) (|has| |#4| (-848)) (-12 (|has| |#4| (-1038 (-566))) (|has| |#4| (-1099))) (|has| |#4| (-1049))) ((|#4|) -2700 (|has| |#4| (-172)) (|has| |#4| (-1099))) (((-409 (-566))) -12 (|has| |#4| (-1038 (-409 (-566)))) (|has| |#4| (-1099))))
+((((-566)) -2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099))) (|has| |#3| (-1049))) ((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-1099))) (((-409 (-566))) -12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(|has| |#1| (-558))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(((|#1|) . T))
(|has| |#1| (-558))
(|has| |#1| (-558))
(|has| |#1| (-558))
((((-699)) . T))
(((|#1|) . T))
-(-12 (|has| |#1| (-1002)) (|has| |#1| (-1199)))
+(-12 (|has| |#1| (-1002)) (|has| |#1| (-1200)))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T))
(((|#2|) . T) (($) . T) (((-409 (-566))) . T))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T))
(-12 (|has| |#1| (-1099)) (|has| |#2| (-1099)))
((($) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) . T))
(((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) (($) . T))
-(((|#4| |#4|) -2768 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))) (($ $) |has| |#4| (-172)))
-(((|#3| |#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($ $) |has| |#3| (-172)))
+(((|#4| |#4|) -2700 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))) (($ $) |has| |#4| (-172)))
+(((|#3| |#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($ $) |has| |#3| (-172)))
(((|#2|) . T))
(((|#1|) . T))
((((-538)) |has| |#2| (-614 (-538))) (((-892 (-381))) |has| |#2| (-614 (-892 (-381)))) (((-892 (-566))) |has| |#2| (-614 (-892 (-566)))))
((((-862)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-2 (|:| -2835 |#1|) (|:| -2201 |#2|))) . T) (((-862)) . T))
+((((-2 (|:| -1351 |#1|) (|:| -3388 |#2|))) . T) (((-862)) . T))
((((-538)) |has| |#1| (-614 (-538))) (((-892 (-381))) |has| |#1| (-614 (-892 (-381)))) (((-892 (-566))) |has| |#1| (-614 (-892 (-566)))))
-(((|#4|) -2768 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))) (($) |has| |#4| (-172)))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($) |has| |#3| (-172)))
-((((-2 (|:| -2835 |#1|) (|:| -2201 |#2|))) . T))
+(((|#4|) -2700 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))) (($) |has| |#4| (-172)))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($) |has| |#3| (-172)))
+((((-2 (|:| -1351 |#1|) (|:| -3388 |#2|))) . T))
((((-862)) . T))
((((-862)) . T))
((((-538)) . T) (((-566)) . T) (((-892 (-566))) . T) (((-381)) . T) (((-225)) . T))
@@ -310,14 +311,14 @@
(((|#1|) . T) (((-566)) |has| |#1| (-1038 (-566))) (((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))))
((($) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T))
((((-409 $) (-409 $)) |has| |#2| (-558)) (($ $) . T) ((|#2| |#2|) . T))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) . T))
(((|#1|) . T))
(|has| |#2| (-909))
((((-1157) (-52)) . T))
((((-566)) |has| #0=(-409 |#2|) (-639 (-566))) ((#0#) . T))
((((-538)) . T) (((-225)) . T) (((-381)) . T) (((-892 (-381))) . T))
((((-862)) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
(((|#1|) |has| |#1| (-172)))
(((|#1| $) |has| |#1| (-287 |#1| |#1|)))
((((-862)) . T))
@@ -331,15 +332,15 @@
(|has| |#1| (-1099))
((((-910 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-538)) |has| |#1| (-614 (-538))))
((((-862)) . T) (((-1180)) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
((((-1180)) . T))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(|has| |#1| (-233))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1| (-533 (-818 (-1175)))) . T))
(((|#1| (-971)) . T))
((((-566)) . T) ((|#2|) . T))
@@ -349,9 +350,9 @@
(((|#1|) . T))
(((|#2| |#2|) . T))
(|has| |#1| (-1150))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
-(|has| (-1250 |#1| |#2| |#3| |#4|) (-145))
-(|has| (-1250 |#1| |#2| |#3| |#4|) (-147))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
+(|has| (-1251 |#1| |#2| |#3| |#4|) (-145))
+(|has| (-1251 |#1| |#2| |#3| |#4|) (-147))
(|has| |#1| (-145))
(|has| |#1| (-147))
(((|#1|) |has| |#1| (-172)))
@@ -361,47 +362,47 @@
(((|#2|) . T))
(((|#1|) . T))
(((|#2|) . T) (((-566)) |has| |#2| (-639 (-566))))
-((((-1124 |#1| (-1175))) . T) (((-566)) . T) (((-818 (-1175))) . T) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-1175)) . T))
+((((-1124 |#1| (-1175))) . T) (((-566)) . T) (((-818 (-1175))) . T) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-1175)) . T))
(|has| |#2| (-370))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((($) . T) ((|#1|) . T))
(((|#2|) |has| |#2| (-1049)))
((((-862)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) #0#) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) #0#) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
(((|#1|) . T))
-((((-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699)))) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((#0=(-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) #0#) |has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))))
+((((-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699)))) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((#0=(-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) #0#) |has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))))
((((-862)) . T))
((((-566) |#1|) . T))
((((-538)) -12 (|has| |#1| (-614 (-538))) (|has| |#2| (-614 (-538)))) (((-892 (-381))) -12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381))))) (((-892 (-566))) -12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566))))))
((($) . T))
((((-862)) . T))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
((((-862)) . T))
((($) . T))
((($) . T))
((($) . T))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-862)) . T))
((((-862)) . T))
-(|has| (-1249 |#2| |#3| |#4|) (-147))
-(|has| (-1249 |#2| |#3| |#4|) (-145))
+(|has| (-1250 |#2| |#3| |#4|) (-147))
+(|has| (-1250 |#2| |#3| |#4|) (-145))
(((|#2|) |has| |#2| (-1099)) (((-566)) -12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (((-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))))
(((|#1|) . T))
(|has| |#1| (-1099))
((((-862)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
(((|#1|) . T))
((((-566) |#1|) . T))
(((|#2|) |has| |#2| (-172)))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-848)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-848)))
((((-862)) |has| |#1| (-1099)))
-(-2768 (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)) (|has| |#1| (-1111)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)) (|has| |#1| (-1111)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
((((-910 |#1|)) . T))
((((-409 |#2|) |#3|) . T))
(|has| |#1| (-15 * (|#1| (-566) |#1|)))
@@ -412,7 +413,7 @@
((((-862)) . T))
((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)))
(|has| |#1| (-365))
-(-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))
+(-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))
(|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))
(|has| |#1| (-365))
(|has| |#1| (-15 * (|#1| (-771) |#1|)))
@@ -426,40 +427,40 @@
((((-566) |#1|) . T))
((((-862)) . T))
(((|#2|) . T))
-(-2768 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
((((-566)) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)))
((($) |has| |#1| (-558)) (((-566)) . T))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
-((((-1256 |#1| |#2| |#3|)) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) ((|#1|) |has| |#1| (-172)))
-((((-1260 |#2|)) . T) (((-1256 |#1| |#2| |#3|)) . T) (((-1228 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
+((((-1257 |#1| |#2| |#3|)) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) ((|#1|) |has| |#1| (-172)))
+((((-1261 |#2|)) . T) (((-1257 |#1| |#2| |#3|)) . T) (((-1229 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) (((-566)) . T))
(((|#1|) . T))
((((-1175)) -12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049))))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(-12 (|has| |#1| (-365)) (|has| |#2| (-820)))
-(-2768 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558)))
-(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))))
+(-2700 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558)))
+(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))))
((($ $) |has| |#1| (-558)))
(((#0=(-699) (-1171 #0#)) . T))
((((-583 |#1|)) . T) (((-409 (-566))) . T) (($) . T))
((((-409 (-566))) . T) (($) . T))
-((((-862)) . T) (((-1264 |#4|)) . T))
-((((-862)) . T) (((-1264 |#3|)) . T))
+((((-862)) . T) (((-1265 |#4|)) . T))
+((((-862)) . T) (((-1265 |#3|)) . T))
((((-583 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
((($) . T) (((-409 (-566))) . T))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))))
((($) |has| |#1| (-558)))
((((-862)) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) . T))
((($) . T))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((#1=(-1256 |#1| |#2| |#3|) #1#) |has| |#1| (-365)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) . T))
-(((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((#1=(-1257 |#1| |#2| |#3|) #1#) |has| |#1| (-365)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) . T))
+(((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
(((|#3|) |has| |#3| (-1049)))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
(|has| |#1| (-1099))
(((|#2| (-819 |#1|)) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T))
@@ -467,20 +468,20 @@
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
(((|#2|) . T) ((|#6|) . T))
(|has| |#1| (-365))
((((-566)) . T) ((|#2|) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
(((|#2|) . T) ((|#6|) . T))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) . T))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-409 $) (-409 $)) |has| |#1| (-558)) (($ $) . T) ((|#1| |#1|) . T))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((#0=(-1081) |#2|) . T) ((#0# $) . T) (($ $) . T))
((((-862)) . T))
((((-910 |#1|)) . T))
@@ -488,43 +489,43 @@
((((-144)) . T))
(((|#3|) |has| |#3| (-1099)) (((-566)) -12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099))) (((-409 (-566))) -12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))
((((-862)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#1|) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-538)) |has| |#1| (-614 (-538))))
(((|#1|) |has| |#1| (-172)))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) . T))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) . T))
(|has| |#1| (-365))
((((-1180)) . T))
(((|#1|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-848)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-848)))
((((-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((|#1| |#1|) |has| |#1| (-310 |#1|)))
(|has| |#2| (-820))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-848))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
((((-862)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-538)) |has| |#1| (-614 (-538))))
(((|#1| |#2|) . T))
((((-1175)) -12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175)))))
((((-1157) |#1|) . T))
(((|#1| |#2| |#3| (-533 |#3|)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(|has| |#1| (-370))
(|has| |#1| (-370))
(|has| |#1| (-370))
((((-862)) . T))
((((-409 (-566))) . T))
(((|#1|) . T))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
((((-409 (-566))) . T))
(|has| |#1| (-370))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
((((-566)) . T))
((((-566)) . T))
(((|#1|) . T) (((-566)) . T))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
((((-862)) . T))
((((-862)) . T))
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
@@ -535,10 +536,10 @@
((((-566) |#4|) . T))
((((-566) |#3|) . T))
(((|#1|) . T) (((-566)) |has| |#1| (-639 (-566))))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
-((((-1250 |#1| |#2| |#3| |#4|)) . T))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+((((-1251 |#1| |#2| |#3| |#4|)) . T))
((((-409 (-566))) . T) (((-566)) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
@@ -547,9 +548,9 @@
((($) . T) (((-566)) . T) (((-409 (-566))) . T))
((((-566)) . T))
((((-566)) . T))
-((($) . T) (((-566)) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) . T))
+((($) . T) (((-566)) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) . T))
-((((-566)) -2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049))) ((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-1099))) (((-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))))
+((((-566)) -2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049))) ((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-1099))) (((-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))))
(((|#1|) . T))
(((|#1|) . T))
((((-409 (-566))) . T) (($) . T))
@@ -565,7 +566,7 @@
((((-566) |#3|) . T))
((((-862)) . T))
((((-566)) . T) (((-409 (-566))) . T) (($) . T))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))))
((((-862)) . T))
((((-566) |#1|) . T))
(((|#1|) . T))
@@ -573,47 +574,47 @@
((($) . T))
((($ $) . T) ((#0=(-1175) $) . T) ((#0# |#1|) . T))
(((|#2|) |has| |#2| (-172)))
-((($) -2768 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) |has| |#2| (-172)) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
-(((|#2| |#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($ $) |has| |#2| (-172)))
+((($) -2700 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) |has| |#2| (-172)) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
+(((|#2| |#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($ $) |has| |#2| (-172)))
((((-144)) . T))
(((|#1|) . T))
(-12 (|has| |#1| (-370)) (|has| |#2| (-370)))
((((-862)) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
(((|#1|) . T))
((((-862)) . T))
(|has| |#1| (-1099))
(|has| $ (-147))
((((-1180)) . T))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2|) |has| |#1| (-365)) (((-566)) . T) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2|) |has| |#1| (-365)) (((-566)) . T) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) . T))
((((-566) |#1|) . T))
-((($) -2768 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) -2700 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-1175)) -12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175)))))
(|has| |#1| (-365))
-(-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))
+(-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))
(|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))
(|has| |#1| (-365))
(|has| |#1| (-15 * (|#1| (-771) |#1|)))
(((|#1|) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
((((-862)) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
(((|#2| (-533 (-864 |#1|))) . T))
((((-862)) . T))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1|) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
((((-583 |#1|)) . T))
((($) . T))
((((-566)) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)))
(((|#1|) . T) (($) . T))
((((-566)) |has| |#1| (-639 (-566))) ((|#1|) . T))
-((((-1173 |#1| |#2| |#3|)) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) ((|#1|) |has| |#1| (-172)))
-((((-1260 |#2|)) . T) (((-1173 |#1| |#2| |#3|)) . T) (((-1166 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+((((-1173 |#1| |#2| |#3|)) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) ((|#1|) |has| |#1| (-172)))
+((((-1261 |#2|)) . T) (((-1173 |#1| |#2| |#3|)) . T) (((-1166 |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
(((|#4|) . T))
(((|#3|) . T))
((((-870 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
@@ -622,36 +623,36 @@
(((|#1|) . T))
((((-862)) . T))
((((-862)) . T))
-((((-566)) . T) (((-409 (-566))) -2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))) ((|#2|) . T) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-864 |#1|)) . T))
+((((-566)) . T) (((-409 (-566))) -2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))) ((|#2|) . T) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-864 |#1|)) . T))
((((-566) |#2|) . T))
((((-862)) . T))
((($) . T) (((-566)) . T) ((|#2|) . T) (((-409 (-566))) . T))
((((-862)) . T))
((((-862)) . T))
(((|#1| |#2| |#3| |#4| |#5|) . T))
-(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((#1=(-1173 |#1| |#2| |#3|) #1#) |has| |#1| (-365)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((#1=(-1173 |#1| |#2| |#3|) #1#) |has| |#1| (-365)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
((((-862)) . T))
(((|#2|) |has| |#2| (-1049)))
(|has| |#1| (-1099))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) . T))
-(((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) . T))
+(((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) |has| |#1| (-172)) (($) . T))
(((|#1|) . T))
-(((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))) ((|#2| |#2|) . T) (($ $) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+(((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))) ((|#2| |#2|) . T) (($ $) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
((((-862)) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
(((#0=(-1081) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
((($) . T))
(((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) (($) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(((|#1|) . T))
(((|#2|) |has| |#2| (-1099)) (((-566)) -12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (((-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))))
(((|#2|) |has| |#1| (-365)))
@@ -675,8 +676,8 @@
(|has| |#1| (-145))
(|has| |#1| (-147))
((((-1180)) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-409 (-566))) . T) (($) . T))
((((-409 (-566))) . T) (($) . T))
((((-409 (-566))) . T) (($) . T))
@@ -687,15 +688,15 @@
(((|#1| (-771) (-1081)) . T))
((((-409 (-566))) |has| |#2| (-365)) (($) . T))
(((|#1| (-533 (-1087 (-1175))) (-1087 (-1175))) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
(((|#2|) . T))
(((|#1|) . T))
(((|#2|) . T))
-((((-999 |#1|)) . T) (((-566)) . T) ((|#1|) . T) (((-409 (-566))) -2768 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+((((-999 |#1|)) . T) (((-566)) . T) ((|#1|) . T) (((-409 (-566))) -2700 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(|has| |#2| (-793))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
(|has| |#1| (-370))
(|has| |#1| (-370))
(|has| |#1| (-370))
@@ -719,14 +720,14 @@
((($ $) . T))
(((|#1| |#1|) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
-((((-1256 |#1| |#2| |#3|) $) -12 (|has| (-1256 |#1| |#2| |#3|) (-287 (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365))) (($ $) . T))
+((((-1257 |#1| |#2| |#3|) $) -12 (|has| (-1257 |#1| |#2| |#3|) (-287 (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365))) (($ $) . T))
((($ $) . T))
((($ $) . T))
(((|#1|) . T))
((((-1139 |#1| |#2|)) |has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))))
(((|#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))
(((|#3| |#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))
-(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
(((|#2|) . T) (((-566)) |has| |#2| (-1038 (-566))) (((-409 (-566))) |has| |#2| (-1038 (-409 (-566)))))
(((|#1|) . T))
(((|#1| |#2|) . T))
@@ -734,29 +735,29 @@
((($) . T))
(((|#2|) . T))
(((|#3|) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
-(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
(((|#2|) . T))
-((((-862)) -2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-613 (-862))) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099))) (((-1264 |#2|)) . T))
+((((-862)) -2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-613 (-862))) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099))) (((-1265 |#2|)) . T))
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((|#1|) . T) (((-566)) . T) (($) . T))
(((|#1|) |has| |#1| (-172)))
((((-566)) . T))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-566) (-144)) . T))
-((($) -2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
+((($) -2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
((((-566)) . T))
(((|#1|) . T) ((|#2|) . T) (((-566)) . T))
-((($) |has| |#1| (-558)) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-566)) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
+((($) |has| |#1| (-558)) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-566)) . T))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
(((|#1|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
((($) . T) (((-566)) . T) ((|#2|) . T))
(((|#1|) |has| |#1| (-172)) (($) . T) (((-566)) . T))
(((|#2|) |has| |#1| (-365)))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1| |#1|) . T) (($ $) . T))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((((-1180)) . T))
((((-409 (-566))) . T) (((-566)) . T) (($) . T))
@@ -766,35 +767,35 @@
(|has| |#4| (-172))
(|has| |#3| (-172))
(((#0=(-409 (-952 |#1|)) #0#) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(|has| |#1| (-1099))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(|has| |#1| (-1099))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-538)) |has| |#1| (-614 (-538))))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
((((-862)) . T) (((-1180)) . T))
((((-1180)) . T))
(((|#1| |#1|) |has| |#1| (-172)))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1|) . T))
((((-409 (-952 |#1|))) . T))
(((|#1|) . T) (((-566)) . T) (($) . T))
(((|#1|) |has| |#1| (-172)))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
((((-862)) . T))
((((-862)) . T))
-((((-1250 |#1| |#2| |#3| |#4|)) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T))
(((|#1|) |has| |#1| (-1049)) (((-566)) -12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))
(((|#1| |#2|) . T))
-(-2768 (|has| |#3| (-172)) (|has| |#3| (-726)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#3| (-172)) (|has| |#3| (-726)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
(|has| |#3| (-793))
-(-2768 (|has| |#3| (-793)) (|has| |#3| (-848)))
+(-2700 (|has| |#3| (-793)) (|has| |#3| (-848)))
(|has| |#3| (-848))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#2|) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#2|) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
(((|#2|) . T))
((((-862)) . T))
((((-862)) . T))
@@ -811,34 +812,34 @@
(|has| |#1| (-1099))
(((|#2|) . T))
((((-538)) |has| |#2| (-614 (-538))) (((-892 (-381))) |has| |#2| (-614 (-892 (-381)))) (((-892 (-566))) |has| |#2| (-614 (-892 (-566)))))
-(((|#4|) -2768 (|has| |#4| (-172)) (|has| |#4| (-365))))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365))))
+(((|#4|) -2700 (|has| |#4| (-172)) (|has| |#4| (-365))))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365))))
((((-862)) . T))
(((|#1|) . T))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-909)))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-909)))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-909)))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-909)))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#2|) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-909)))
(((|#2|) . T))
((($ $) . T) ((#0=(-1175) $) |has| |#1| (-233)) ((#0# |#1|) |has| |#1| (-233)) ((#1=(-818 (-1175)) |#1|) . T) ((#1# $) . T))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-909)))
((((-566) |#2|) . T))
((((-862)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
-((($) -2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049))) ((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))))
+((($) -2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049))) ((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))))
((((-566) |#1|) . T))
(|has| (-409 |#2|) (-147))
(|has| (-409 |#2|) (-145))
@@ -851,15 +852,15 @@
(|has| |#1| (-558))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-862)) . T))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
(|has| |#1| (-38 (-409 (-566))))
-((((-390) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
+((((-390) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#2| (-1150))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
((((-862)) . T) (((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
@@ -868,7 +869,7 @@
((((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
((((-1180)) . T))
-((((-1213)) . T) (((-862)) . T) (((-1180)) . T))
+((((-1214)) . T) (((-862)) . T) (((-1180)) . T))
((((-116 |#1|)) . T))
((((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
@@ -877,7 +878,7 @@
((((-390) (-1157)) . T))
(|has| |#1| (-558))
((((-566) |#1|) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
(((|#2|) . T))
@@ -893,7 +894,7 @@
((((-644 |#1|)) . T))
((((-862)) . T))
((((-538)) |has| |#1| (-614 (-538))))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(((|#2|) |has| |#2| (-310 |#2|)))
(((#0=(-566) #0#) . T) ((#1=(-409 (-566)) #1#) . T) (($ $) . T))
(((|#1|) . T))
@@ -903,14 +904,14 @@
(((#0=(-566) #0#) . T) ((#1=(-409 (-566)) #1#) . T) (($ $) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) . T))
(|has| |#2| (-370))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
((((-566)) . T) (((-409 (-566))) . T) (($) . T))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
(((|#1| |#2|) . T))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1|) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1|) . T))
((((-566)) . T) (((-409 (-566))) . T) (($) . T))
(((|#1| |#2|) . T))
((((-862)) . T))
@@ -918,27 +919,27 @@
((((-862)) . T))
((((-862)) . T))
((((-538)) |has| |#1| (-614 (-538))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
-((($) . T) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((($) . T) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-862)) . T))
((((-1173 |#1| |#2| |#3|) $) -12 (|has| (-1173 |#1| |#2| |#3|) (-287 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365))) (($ $) . T))
((($ $) . T))
((($ $) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
-(((#0=(-1256 |#1| |#2| |#3|) #0#) -12 (|has| (-1256 |#1| |#2| |#3|) (-310 (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365))) (((-1175) #0#) -12 (|has| (-1256 |#1| |#2| |#3|) (-516 (-1175) (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365))))
+(((#0=(-1257 |#1| |#2| |#3|) #0#) -12 (|has| (-1257 |#1| |#2| |#3|) (-310 (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365))) (((-1175) #0#) -12 (|has| (-1257 |#1| |#2| |#3|) (-516 (-1175) (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365))))
(-12 (|has| |#1| (-1099)) (|has| |#2| (-1099)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-566)) . T) (($) . T))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((($) . T) (((-566)) . T) ((|#2|) . T))
((((-566)) . T) (($) . T) ((|#2|) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
((((-409 (-566))) . T) (((-566)) . T))
((((-566) (-144)) . T))
((((-144)) . T))
(((|#1|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
((((-112)) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((((-112)) . T))
@@ -947,31 +948,31 @@
((((-862)) . T))
((((-1180)) . T))
(|has| |#1| (-820))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2|) |has| |#1| (-365)) ((|#1|) . T))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#2|) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
-(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2|) |has| |#1| (-365)) ((|#1|) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#2|) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
+(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-558)))
(|has| |#1| (-558))
(|has| |#1| (-850))
-((($) . T) (((-566)) . T) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) . T) (((-566)) . T) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((|#1|) . T) (((-566)) . T))
(|has| |#1| (-909))
(((|#1|) . T))
(|has| |#1| (-1099))
((((-862)) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-558)))
((((-862)) . T))
((((-862)) . T))
((((-862)) . T))
-(((|#1| (-1264 |#1|) (-1264 |#1|)) . T))
+(((|#1| (-1265 |#1|) (-1265 |#1|)) . T))
((((-566) (-144)) . T))
((($) . T))
-(-2768 (|has| |#4| (-172)) (|has| |#4| (-848)) (|has| |#4| (-1049)))
-(-2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#4| (-172)) (|has| |#4| (-848)) (|has| |#4| (-1049)))
+(-2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
((((-1180)) . T) (((-862)) . T))
((((-1180)) . T))
((((-862)) . T))
@@ -979,20 +980,20 @@
(((|#1| (-971)) . T))
(((|#1| |#1|) . T))
((($) . T))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
(-12 (|has| |#1| (-475)) (|has| |#2| (-475)))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
((($) . T) (((-566)) . T) (((-870 |#1|)) . T) (((-409 (-566))) . T))
(((|#1|) . T))
(|has| |#2| (-793))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
(((|#1| |#2|) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(|has| |#2| (-848))
(-12 (|has| |#1| (-793)) (|has| |#2| (-793)))
(-12 (|has| |#1| (-793)) (|has| |#2| (-793)))
-(-2768 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726))))
+(-2700 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726))))
(((|#1| |#2|) . T))
(((|#1|) |has| |#1| (-172)) ((|#4|) . T) (((-566)) . T))
(((|#2|) |has| |#2| (-172)))
@@ -1004,7 +1005,7 @@
(((|#1|) . T))
((((-409 (-566))) . T) (($) . T))
(((|#2|) . T) (($) . T) (((-409 (-566))) . T))
-((($) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) . T))
+((($) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) . T))
(|has| |#1| (-828))
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) |has| |#1| (-1038 (-566))) ((|#1|) . T))
(|has| |#1| (-1099))
@@ -1015,13 +1016,13 @@
(((|#4|) |has| |#4| (-1099)))
(((|#3|) |has| |#3| (-1099)))
(|has| |#3| (-370))
-((($) |has| |#1| (-558)) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-566)) . T))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
+((($) |has| |#1| (-558)) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-566)) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
((((-862)) . T))
((((-862)) . T))
(((|#2|) . T))
(((|#1| |#2|) . T))
-(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1| |#1|) |has| |#1| (-172)))
(|has| |#2| (-365))
@@ -1029,19 +1030,19 @@
(((|#1|) |has| |#1| (-172)))
((((-409 (-566))) . T) (((-566)) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
((($) . T) (((-566)) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T))
((($) . T) (((-566)) . T))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
((((-144)) . T))
(((|#1|) . T))
-((($) -2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
+((($) -2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
((((-144)) . T))
((((-144)) . T))
((((-409 (-566))) . #0=(|has| |#2| (-365))) (($) . #0#) ((|#2|) . T) (((-566)) . T))
(((|#1| |#2| |#3|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
(((|#1|) |has| |#1| (-172)))
(|has| $ (-147))
(|has| $ (-147))
@@ -1051,15 +1052,15 @@
((((-862)) . T))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-475)) (|has| |#1| (-558)) (|has| |#1| (-1049)) (|has| |#1| (-1111)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-475)) (|has| |#1| (-558)) (|has| |#1| (-1049)) (|has| |#1| (-1111)))
((($ $) |has| |#1| (-287 $ $)) ((|#1| $) |has| |#1| (-287 |#1| |#1|)))
(((|#1| (-409 (-566))) . T))
(((|#1|) . T))
((((-409 (-566))) . T) (((-566)) . T) (($) . T))
((((-1175)) . T))
(|has| |#1| (-558))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
(|has| |#1| (-558))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
@@ -1070,7 +1071,7 @@
(|has| |#1| (-147))
(|has| |#1| (-145))
(|has| |#4| (-848))
-(((|#2| (-240 (-3000 |#1|) (-771)) (-864 |#1|)) . T))
+(((|#2| (-240 (-4142 |#1|) (-771)) (-864 |#1|)) . T))
(|has| |#3| (-848))
(((|#1| (-533 |#3|) |#3|) . T))
(|has| |#1| (-147))
@@ -1085,20 +1086,20 @@
(|has| |#1| (-145))
((((-409 (-566))) |has| |#2| (-365)) (($) . T))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
-(-2768 (|has| |#1| (-351)) (|has| |#1| (-370)))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#1| (-351)) (|has| |#1| (-370)))
((((-1141 |#2| |#1|)) . T) ((|#1|) . T))
(|has| |#2| (-172))
(((|#1| |#2|) . T))
(-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))
-(((|#2|) . T) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
-(-2768 (|has| |#3| (-793)) (|has| |#3| (-848)))
-(-2768 (|has| |#3| (-793)) (|has| |#3| (-848)))
+(((|#2|) . T) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
+(-2700 (|has| |#3| (-793)) (|has| |#3| (-848)))
+(-2700 (|has| |#3| (-793)) (|has| |#3| (-848)))
((((-862)) . T))
(((|#1|) . T))
(((|#2|) . T) (($) . T))
((((-699)) . T))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(|has| |#1| (-558))
(((|#1|) . T))
(((|#1|) . T))
@@ -1122,11 +1123,11 @@
(((|#1| (-409 (-566))) . T))
(((|#3|) . T) (((-612 $)) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#1|) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
-((((-566)) -2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049))) ((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-1099))) (((-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
+((((-566)) -2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049))) ((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-1099))) (((-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
((($ $) . T) ((|#2| $) . T))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
@@ -1134,8 +1135,8 @@
((((-862)) . T))
((((-862)) . T))
(((|#1| |#1|) . T))
-(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
-(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) |has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))))
+(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
+(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) |has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))))
((((-862)) . T))
(((|#1|) . T))
(((|#3| |#3|) . T))
@@ -1149,10 +1150,10 @@
((($) . T) (((-566)) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T))
((((-566)) . T) (($) . T) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(|has| |#1| (-1099))
-(((|#2| |#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($ $) |has| |#2| (-172)))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365))))
-((((-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T) ((|#1| |#2|) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
+(((|#2| |#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($ $) |has| |#2| (-172)))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365))))
+((((-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T) ((|#1| |#2|) . T))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
((((-566)) . T))
((((-1180)) . T))
((((-771)) . T))
@@ -1170,38 +1171,38 @@
((((-116 |#1|)) . T))
(((|#1|) . T))
((((-409 (-566))) . T) (($) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
((($) . T) (((-409 (-566))) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-558)))
(|has| |#1| (-145))
(|has| |#1| (-147))
((((-566)) . T))
((((-566)) . T))
((((-892 (-566))) . T) (((-892 (-381))) . T) (((-538)) . T) (((-1175)) . T))
((((-862)) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
((((-862)) . T) (((-1180)) . T))
((((-1180)) . T))
((($) . T))
(((|#1|) . T))
((((-862)) . T))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
(((|#1|) . T) (($) . T))
(((|#2|) |has| |#2| (-172)))
-((($) -2768 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) |has| |#2| (-172)) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) |has| |#2| (-172)) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
((((-870 |#1|)) . T))
-(-2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
+(-2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
(-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))
(|has| |#2| (-1150))
-(((#0=(-52)) . T) (((-2 (|:| -2674 (-1175)) (|:| -2636 #0#))) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2334 (-1175)) (|:| -2303 #0#))) . T))
(((|#1| |#2|) . T))
-(-2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
(((|#1| (-566) (-1081)) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1| (-409 (-566)) (-1081)) . T))
-((($) -2768 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) -2700 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-566) |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
@@ -1209,41 +1210,41 @@
(-12 (|has| |#1| (-370)) (|has| |#2| (-370)))
((((-862)) . T))
((((-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((|#1| |#1|) |has| |#1| (-310 |#1|)))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
(((|#1|) . T))
((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#4|) . T))
(|has| |#1| (-351))
-((((-566)) -2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099))) (|has| |#3| (-1049))) ((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-1099))) (((-409 (-566))) -12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))
+((((-566)) -2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099))) (|has| |#3| (-1049))) ((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-1099))) (((-409 (-566))) -12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))
(((|#1|) . T))
(((|#4|) . T) (((-862)) . T))
-(((|#3|) . T) ((|#2|) . T) (($) -2768 (|has| |#4| (-172)) (|has| |#4| (-848)) (|has| |#4| (-1049))) (((-566)) . T) ((|#4|) -2768 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))))
-(((|#2|) . T) (($) -2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049))) (((-566)) . T) ((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))))
-(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) #0#) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
+(((|#3|) . T) ((|#2|) . T) (($) -2700 (|has| |#4| (-172)) (|has| |#4| (-848)) (|has| |#4| (-1049))) (((-566)) . T) ((|#4|) -2700 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))))
+(((|#2|) . T) (($) -2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049))) (((-566)) . T) ((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))))
+(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) #0#) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
(|has| |#1| (-558))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((((-862)) . T))
(((|#1| |#2|) . T))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-909)))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-909)))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-909)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-909)))
((((-409 (-566))) . T) (((-566)) . T))
((((-566)) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
((($) . T))
((((-862)) . T))
(((|#1|) . T))
((((-870 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
((((-862)) . T))
-(((|#3| |#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($ $) |has| |#3| (-172)))
+(((|#3| |#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($ $) |has| |#3| (-172)))
(|has| |#1| (-1022))
((((-862)) . T))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($) |has| |#3| (-172)))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($) |has| |#3| (-172)))
((((-566) (-112)) . T))
((((-1180)) . T))
(((|#1|) |has| |#1| (-310 |#1|)))
@@ -1253,11 +1254,11 @@
(|has| |#1| (-370))
((((-1175) $) |has| |#1| (-516 (-1175) $)) (($ $) |has| |#1| (-310 $)) ((|#1| |#1|) |has| |#1| (-310 |#1|)) (((-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)))
((((-1175)) |has| |#1| (-900 (-1175))))
-(-2768 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))
+(-2700 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))
(((|#1| |#4|) . T))
(((|#1| |#3|) . T))
((((-390) |#1|) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
(|has| |#1| (-1099))
(((|#2|) . T) (((-862)) . T))
((((-862)) . T))
@@ -1265,8 +1266,8 @@
((((-910 |#1|)) . T))
((((-862)) . T) (((-1180)) . T))
((((-1180)) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
(((|#1| |#2|) . T))
((($) . T))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
@@ -1275,18 +1276,18 @@
(((|#1|) . T) (((-409 (-566))) . T) (($) . T) (((-566)) . T))
(((|#1| |#1|) . T))
(((#0=(-870 |#1|)) |has| #0# (-310 #0#)))
-((((-566)) . T) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-1038 (-409 (-566))))) ((|#1|) . T))
+((((-566)) . T) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-1038 (-409 (-566))))) ((|#1|) . T))
(((|#1| |#2|) . T))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
(((|#1|) . T))
(-12 (|has| |#1| (-793)) (|has| |#2| (-793)))
(-12 (|has| |#1| (-793)) (|has| |#2| (-793)))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
((($) . T) (((-566)) . T) ((|#2|) . T))
-(((|#2|) . T) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#2|) . T) (($) . T))
-(|has| |#1| (-1199))
+(|has| |#1| (-1200))
(((#0=(-566) #0#) . T) ((#1=(-409 (-566)) #1#) . T) (($ $) . T))
((((-409 (-566))) . T) (($) . T))
(((|#4|) |has| |#4| (-1049)))
@@ -1296,8 +1297,8 @@
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-409 (-566)) #0#) . T))
(|has| |#1| (-365))
((((-566)) . T) (((-409 (-566))) . T) (($) . T))
-((($ $) . T) ((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1| |#1|) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((($ $) . T) ((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1| |#1|) . T))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
((((-862)) . T))
((((-862)) . T))
@@ -1312,29 +1313,29 @@
(((|#1| |#2|) . T))
(|has| |#1| (-848))
(|has| |#1| (-848))
-((($) . T) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-558)))
+((($) . T) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-558)))
((($) . T))
-(((#0=(-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) #0#) |has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))))
+(((#0=(-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) #0#) |has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))))
((($) . T))
((($) . T))
(((|#2|) |has| |#2| (-1099)))
-((((-862)) -2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-613 (-862))) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099))) (((-1264 |#2|)) . T))
+((((-862)) -2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-613 (-862))) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099))) (((-1265 |#2|)) . T))
((($) . T))
((((-566)) . T) (($) . T) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-1157) (-52)) . T))
(((|#2|) |has| |#2| (-172)))
-((($) -2768 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) |has| |#2| (-172)) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) |has| |#2| (-172)) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
((((-862)) . T))
(((|#2|) . T))
-((($) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) ((|#2|) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
((((-566)) |has| #0=(-409 |#2|) (-639 (-566))) ((#0#) . T))
((($) . T) (((-566)) . T))
((((-566) (-144)) . T))
-((((-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T) ((|#1| |#2|) . T))
+((((-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T) ((|#1| |#2|) . T))
((((-409 (-566))) . T) (($) . T))
(((|#1|) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-862)) . T))
((((-910 |#1|)) . T))
(|has| |#1| (-365))
@@ -1342,16 +1343,16 @@
(|has| |#1| (-365))
(|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))
(|has| |#1| (-848))
-((($) -2768 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) -2700 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
(|has| |#1| (-365))
(((|#1|) . T) (($) . T))
(|has| |#1| (-848))
-((($) . T) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) . T) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-1175)) |has| |#1| (-900 (-1175))))
(|has| |#1| (-848))
((((-508)) . T))
(((|#1| (-1175)) . T))
-(((|#1| (-1264 |#1|) (-1264 |#1|)) . T))
+(((|#1| (-1265 |#1|) (-1265 |#1|)) . T))
((((-862)) . T) (((-1180)) . T))
(((|#1| |#2|) . T))
((($ $) . T))
@@ -1363,22 +1364,22 @@
((((-862)) . T))
((($) . T))
(((|#2|) . T) (($) . T))
-((((-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T) ((|#1| |#2|) . T))
+((((-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T) ((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-172)))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#3|) . T))
(((|#1|) |has| |#1| (-172)))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
(((|#1|) . T))
((((-538)) |has| |#1| (-614 (-538))) (((-892 (-381))) |has| |#1| (-614 (-892 (-381)))) (((-892 (-566))) |has| |#1| (-614 (-892 (-566)))))
((((-862)) . T))
((((-870 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
-(((|#2|) . T) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-508)) . T))
(|has| |#2| (-848))
((((-508)) . T))
@@ -1387,15 +1388,15 @@
((((-870 |#1|)) . T) (((-409 (-566))) . T) (($) . T))
((((-1157) |#1|) . T))
(|has| |#1| (-1150))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
((((-958 |#1|)) . T))
-(((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1| |#1|) . T))
+(((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1| |#1|) . T))
((((-409 (-566))) |has| |#1| (-1038 (-566))) (((-566)) |has| |#1| (-1038 (-566))) (((-1175)) |has| |#1| (-1038 (-1175))) ((|#1|) . T))
((((-566) |#2|) . T))
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) |has| |#1| (-1038 (-566))) ((|#1|) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T))
((((-566)) |has| |#1| (-886 (-566))) (((-381)) |has| |#1| (-886 (-381))))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1|) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1|) . T))
(((|#1|) . T))
((($) . T) (((-566)) . T))
((((-644 |#4|)) . T) (((-862)) . T))
@@ -1403,34 +1404,34 @@
((((-538)) |has| |#4| (-614 (-538))))
((((-862)) . T) (((-644 |#4|)) . T))
((($) |has| |#1| (-848)))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)) (((-566)) . T) (($) . T) ((|#1|) . T))
-((((-566)) -2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049))) ((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-1099))) (((-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)) (((-566)) . T) (($) . T) ((|#1|) . T))
+((((-566)) -2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049))) ((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-1099))) (((-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))))
(((|#1|) . T))
-(((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) . T))
+(((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) . T))
((((-644 |#4|)) . T) (((-862)) . T))
((((-538)) |has| |#4| (-614 (-538))))
(((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) (((-566)) . T) (($) . T))
(((|#1|) . T))
((((-1175)) |has| (-409 |#2|) (-900 (-1175))))
(((|#2|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) #0#) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) #0#) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
((($) . T))
((($) . T))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
((($) . T))
((($) . T))
(((|#2|) . T))
-((((-862)) -2768 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-613 (-862))) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-370)) (|has| |#3| (-726)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)) (|has| |#3| (-1099))) (((-1264 |#3|)) . T))
+((((-862)) -2700 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-613 (-862))) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-370)) (|has| |#3| (-726)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)) (|has| |#3| (-1099))) (((-1265 |#3|)) . T))
((((-566) |#2|) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
-(((|#2| |#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($ $) |has| |#2| (-172)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(((|#2| |#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($ $) |has| |#2| (-172)))
(((|#2|) . T) (((-566)) . T))
((((-862)) . T))
((((-862)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T) ((|#2|) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T) ((|#2|) . T))
((((-862)) . T))
((((-862)) . T))
((((-1157) (-1175) (-566) (-225) (-862)) . T))
@@ -1466,9 +1467,9 @@
((((-409 (-566))) . T) (($) . T))
((((-862)) . T))
((((-538)) |has| |#1| (-614 (-538))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
((($) . T) (((-409 (-566))) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
(|has| $ (-147))
((((-409 |#2|)) . T))
((((-409 (-566))) |has| #0=(-409 |#2|) (-1038 (-409 (-566)))) (((-566)) |has| #0# (-1038 (-566))) ((#0#) . T))
@@ -1479,11 +1480,11 @@
(((|#3|) |has| |#3| (-172)))
(|has| |#1| (-147))
(|has| |#1| (-145))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
(|has| |#1| (-147))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
(|has| |#1| (-147))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
(|has| |#1| (-147))
(((|#1|) . T))
(|has| |#2| (-233))
@@ -1521,7 +1522,7 @@
((((-999 |#1|)) . T) ((|#1|) . T))
((((-862)) . T))
((((-862)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-409 (-566))) . T) (((-409 |#1|)) . T) ((|#1|) . T) (($) . T))
(((|#1| (-1171 |#1|)) . T))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
@@ -1530,8 +1531,8 @@
(((|#1|) . T) (((-566)) . T) (($) . T))
(((|#2|) . T))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
((((-566) |#2|) . T))
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) . T))
@@ -1543,8 +1544,8 @@
(((|#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
-((((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)))
-(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) #0#) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
+((((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)))
+(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) #0#) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
(((|#2| |#2|) . T))
(|has| |#1| (-1099))
(|has| |#1| (-38 (-409 (-566))))
@@ -1556,14 +1557,14 @@
(((|#2|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-172)))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-1157) (-52)) . T))
(((|#1|) . T))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#2|) |has| |#2| (-172)))
-((($) -2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) (((-566)) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
+((($) -2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) (((-566)) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
((((-566) |#3|) . T))
((((-566) (-144)) . T))
((((-144)) . T))
@@ -1589,19 +1590,19 @@
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1| |#2|) . T))
((((-566) (-144)) . T))
-(((#0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) #0#) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+(((#0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) #0#) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(|has| |#1| (-850))
(((|#2| (-771) (-1081)) . T))
(((|#1| |#2|) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-558)))
(|has| |#1| (-791))
(((|#1|) |has| |#1| (-172)))
(((|#4|) . T))
(((|#4|) . T))
(((|#1| |#2|) . T))
-(-2768 (|has| |#1| (-147)) (-12 (|has| |#1| (-365)) (|has| |#2| (-147))))
-(-2768 (|has| |#1| (-145)) (-12 (|has| |#1| (-365)) (|has| |#2| (-145))))
+(-2700 (|has| |#1| (-147)) (-12 (|has| |#1| (-365)) (|has| |#2| (-147))))
+(-2700 (|has| |#1| (-145)) (-12 (|has| |#1| (-365)) (|has| |#2| (-145))))
(((|#4|) . T))
(|has| |#1| (-145))
((((-1157) |#1|) . T))
@@ -1613,26 +1614,26 @@
((((-862)) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#3|) . T))
-((((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)))
+((((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)))
((($) . T) (((-566)) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) (((-566)) . T) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) (((-566)) . T) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) . T))
((((-862)) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(((|#1|) . T))
(((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) (((-566)) . T) (($) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))) (((-958 |#1|)) . T))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))) (((-958 |#1|)) . T))
(|has| |#1| (-848))
(|has| |#1| (-848))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((((-958 |#1|)) . T))
-(((|#4|) -2768 (|has| |#4| (-172)) (|has| |#4| (-365))))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365))))
+(((|#4|) -2700 (|has| |#4| (-172)) (|has| |#4| (-365))))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365))))
(|has| |#2| (-365))
(((|#1|) |has| |#1| (-172)))
-(((|#4|) -2768 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))) (($) |has| |#4| (-172)))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($) |has| |#3| (-172)))
+(((|#4|) -2700 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))) (($) |has| |#4| (-172)))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($) |has| |#3| (-172)))
(((|#2|) |has| |#2| (-1049)))
((((-1157) |#1|) . T))
(((|#3| |#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))
@@ -1641,8 +1642,8 @@
((($) . T) (((-566)) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T))
((((-390) (-1157)) . T))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((((-862)) -2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-613 (-862))) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099))) (((-1264 |#2|)) . T))
-(((#0=(-52)) . T) (((-2 (|:| -2674 (-1157)) (|:| -2636 #0#))) . T))
+((((-862)) -2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-613 (-862))) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099))) (((-1265 |#2|)) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2334 (-1157)) (|:| -2303 #0#))) . T))
(((|#1|) . T))
((((-862)) . T))
(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
@@ -1651,7 +1652,7 @@
((((-566)) . T))
(|has| |#2| (-147))
(|has| |#1| (-475))
-(-2768 (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
+(-2700 (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
(|has| |#1| (-365))
((((-862)) . T))
(|has| |#1| (-38 (-409 (-566))))
@@ -1662,8 +1663,8 @@
(|has| |#1| (-848))
((((-862)) . T))
(((|#2|) . T))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#2|) . T) (((-566)) . T) (((-819 |#1|)) . T))
(((|#1| |#2|) . T))
@@ -1672,7 +1673,7 @@
((((-862)) . T))
((((-862)) . T))
(|has| |#1| (-1099))
-(((|#2| (-484 (-3000 |#1|) (-771)) (-864 |#1|)) . T))
+(((|#2| (-484 (-4142 |#1|) (-771)) (-864 |#1|)) . T))
((((-409 (-566))) . #0=(|has| |#2| (-365))) (($) . #0#))
(((|#1| (-533 (-1175)) (-1175)) . T))
(((|#1|) . T))
@@ -1693,17 +1694,17 @@
(((|#2|) |has| |#2| (-172)))
(((|#1|) . T))
(((|#2|) . T))
-(((|#1|) . T) (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+(((|#1|) . T) (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#2|) . T))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) . T))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) . T))
((((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-1175) (-52)) . T))
((($ $) . T))
(((|#1| (-566)) . T))
((((-910 |#1|)) . T))
-(((|#1|) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))) (($) -2768 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049))))
+(((|#1|) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))) (($) -2700 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049))))
(((|#1|) . T) (((-566)) |has| |#1| (-1038 (-566))) (((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))))
(|has| |#1| (-850))
(|has| |#1| (-850))
@@ -1713,7 +1714,7 @@
((((-566)) . T))
(|has| |#1| (-850))
((((-689 |#2|)) . T) (((-862)) . T))
-((((-1256 |#1| |#2| |#3|)) -12 (|has| (-1256 |#1| |#2| |#3|) (-310 (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365))))
+((((-1257 |#1| |#2| |#3|)) -12 (|has| (-1257 |#1| |#2| |#3|) (-310 (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365))))
((((-409 (-566))) . T) (((-566)) . T) (($) . T))
(((|#1| |#2|) . T))
((((-409 (-952 |#1|))) . T))
@@ -1721,13 +1722,13 @@
(((|#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))
(((|#1|) |has| |#1| (-172)))
(((|#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365))))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-(-2768 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-909)))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+(-2700 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-909)))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((($ $) . T) ((#0=(-409 (-566)) #0#) . T))
((((-566) |#2|) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365))))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365))))
(|has| |#1| (-351))
(((|#3| |#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))
(((|#2|) . T) (((-566)) . T))
@@ -1736,7 +1737,7 @@
(|has| |#1| (-820))
(|has| |#1| (-820))
(((|#1|) . T))
-(-2768 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)))
(|has| |#1| (-848))
(|has| |#1| (-848))
(|has| |#1| (-848))
@@ -1745,14 +1746,14 @@
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-1175)) |has| |#1| (-900 (-1175))) (((-1081)) . T))
(((|#1|) . T))
(|has| |#1| (-848))
-(((#0=(-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) #0#) |has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))))
+(((#0=(-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) #0#) |has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(|has| |#1| (-1099))
((((-862)) . T) (((-1180)) . T))
@@ -1775,11 +1776,11 @@
(((|#1| (-771) (-1081)) . T))
(((|#3|) . T))
((((-144)) . T))
-((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) -2768 (|has| |#1| (-848)) (|has| |#1| (-1038 (-566)))) ((|#1|) . T))
+((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) -2700 (|has| |#1| (-848)) (|has| |#1| (-1038 (-566)))) ((|#1|) . T))
(((|#1|) . T))
((((-144)) . T))
(((|#2|) |has| |#2| (-172)))
-(-2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
+(-2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
(((|#1|) . T))
(|has| |#1| (-145))
(|has| |#1| (-147))
@@ -1797,47 +1798,47 @@
((($) |has| |#1| (-558)))
(((|#2|) . T))
((((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))))
((($) |has| |#1| (-558)))
((($) |has| |#1| (-848)))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
(|has| |#1| (-909))
((((-1175)) . T))
((((-862)) . T))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) . T))
-(((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
-(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) . T))
+(((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
+(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1|) . T))
(((|#1| |#2|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((#0=(-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) #0#) |has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-909)))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-909)))
+(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((#0=(-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) #0#) |has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-909)))
(((|#1|) . T) (($) . T))
(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365))))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365))))
(|has| |#1| (-850))
(|has| |#1| (-558))
((((-583 |#1|)) . T))
((($) . T))
(((|#2|) . T))
-(-2768 (-12 (|has| |#1| (-365)) (|has| |#2| (-820))) (-12 (|has| |#1| (-365)) (|has| |#2| (-850))))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (-12 (|has| |#1| (-365)) (|has| |#2| (-820))) (-12 (|has| |#1| (-365)) (|has| |#2| (-850))))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
((((-910 |#1|)) . T))
(((|#1| (-498 |#1| |#3|) (-498 |#1| |#2|)) . T))
(((|#1| |#4| |#5|) . T))
(((|#1| (-771)) . T))
((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) . T))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) . T))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T))
((((-672 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
@@ -1846,7 +1847,7 @@
((((-862)) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((((-862)) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
((((-1180)) . T))
((((-409 (-566))) . T) (($) . T) (((-409 |#1|)) . T) ((|#1|) . T) (((-566)) . T))
(((|#3|) . T) (((-566)) . T) (((-612 $)) . T))
@@ -1854,14 +1855,14 @@
((((-862)) . T))
((((-862)) . T))
(((|#2|) . T))
-(-2768 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-370)) (|has| |#3| (-726)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)) (|has| |#3| (-1099)))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-370)) (|has| |#3| (-726)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)) (|has| |#3| (-1099)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) |has| |#1| (-1038 (-566))) ((|#1|) . T))
-(|has| |#1| (-1199))
-(|has| |#1| (-1199))
-(-2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
-(|has| |#1| (-1199))
-(|has| |#1| (-1199))
+(|has| |#1| (-1200))
+(|has| |#1| (-1200))
+(-2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
+(|has| |#1| (-1200))
+(|has| |#1| (-1200))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
((($ $) . T) ((#0=(-409 (-566)) #0#) . T) ((#1=(-409 |#1|) #1#) . T) ((|#1| |#1|) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) . T))
@@ -1877,16 +1878,16 @@
((((-1157) (-52)) . T))
(|has| |#1| (-1099))
(((|#1|) |has| |#1| (-172)) (($) . T))
-(-2768 (|has| |#2| (-820)) (|has| |#2| (-850)))
+(-2700 (|has| |#2| (-820)) (|has| |#2| (-850)))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) . T))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
((((-566)) . T) (((-409 (-566))) . T) (($) . T))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-566)) . T) (($) . T))
((((-771)) . T))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((((-862)) . T))
((($) . T) (((-566)) . T))
@@ -1894,35 +1895,35 @@
(|has| |#2| (-909))
(|has| |#1| (-365))
(((|#2|) |has| |#2| (-1099)))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
((((-538)) . T) (((-409 (-1171 (-566)))) . T) (((-225)) . T) (((-381)) . T))
((((-381)) . T) (((-225)) . T) (((-862)) . T))
(|has| |#1| (-909))
(|has| |#1| (-909))
(|has| |#1| (-909))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-909)))
((($) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
((($) . T) ((|#2|) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365))))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365))))
((((-1173 |#1| |#2| |#3|)) -12 (|has| (-1173 |#1| |#2| |#3|) (-310 (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365))))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-909)))
(((|#1|) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
((((-862)) . T))
((((-862)) . T))
((($ $) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((($ $) . T))
((((-566) (-112)) . T))
((($) . T))
(((|#1|) . T))
((((-566)) . T))
((((-112)) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558)))
(|has| |#1| (-38 (-409 (-566))))
(((|#1| (-566)) . T))
((($) . T))
@@ -1938,13 +1939,13 @@
(((|#1|) . T))
((((-862)) . T))
(((|#1| (-566)) . T))
-(((|#1| (-1256 |#1| |#2| |#3|)) . T))
+(((|#1| (-1257 |#1| |#2| |#3|)) . T))
(((|#1|) . T))
(((|#1| (-409 (-566))) . T))
-(((|#1| (-1228 |#1| |#2| |#3|)) . T))
+(((|#1| (-1229 |#1| |#2| |#3|)) . T))
(((|#1| (-771)) . T))
(((|#1|) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-862)) . T))
(|has| |#1| (-1099))
((((-1157) |#1|) . T))
@@ -1953,8 +1954,8 @@
(|has| |#2| (-145))
(((|#1| (-533 (-818 (-1175))) (-818 (-1175))) . T))
((((-862)) . T))
-((((-1250 |#1| |#2| |#3| |#4|)) . T))
-((((-1250 |#1| |#2| |#3| |#4|)) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T))
(((|#1|) |has| |#1| (-1049)))
((((-566) (-112)) . T))
((((-862)) |has| |#1| (-1099)))
@@ -1965,33 +1966,33 @@
(((|#1|) . T))
((((-566)) . T))
((((-862)) . T))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-351)))
((((-862)) . T))
(|has| |#1| (-147))
(((|#3|) . T))
-(-2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
((((-862)) . T))
-((((-1249 |#2| |#3| |#4|)) . T) (((-1250 |#1| |#2| |#3| |#4|)) . T))
+((((-1250 |#2| |#3| |#4|)) . T) (((-1251 |#1| |#2| |#3| |#4|)) . T))
((((-862)) . T))
-((((-48)) -12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (((-612 $)) . T) ((|#1|) . T) (((-566)) |has| |#1| (-1038 (-566))) (((-409 (-566))) -2768 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-409 (-952 |#1|))) |has| |#1| (-558)) (((-952 |#1|)) |has| |#1| (-1049)) (((-1175)) . T))
+((((-48)) -12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (((-612 $)) . T) ((|#1|) . T) (((-566)) |has| |#1| (-1038 (-566))) (((-409 (-566))) -2700 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-409 (-952 |#1|))) |has| |#1| (-558)) (((-952 |#1|)) |has| |#1| (-1049)) (((-1175)) . T))
(((|#1|) . T) (($) . T))
(((|#1| (-771)) . T))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
(((|#1|) |has| |#1| (-310 |#1|)))
-((((-1250 |#1| |#2| |#3| |#4|)) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T))
((((-566)) |has| |#1| (-886 (-566))) (((-381)) |has| |#1| (-886 (-381))))
(((|#1|) . T))
(|has| |#1| (-558))
((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)))
(((|#1|) . T))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
-(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) |has| |#1| (-172)))
+(((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) . T))
-(((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)) ((|#1|) . T))
+(((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
(((|#1|) |has| |#1| (-172)))
((((-862)) . T))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
@@ -1999,13 +2000,13 @@
(((|#1|) |has| |#1| (-172)) (($) . T) (((-566)) . T))
(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
(((|#1|) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
(((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) (((-566)) . T) (($) . T))
(((|#3|) |has| |#3| (-1099)))
((((-910 |#1|)) . T) (((-409 (-566))) . T) (($) . T) (((-566)) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365))))
-((((-1249 |#2| |#3| |#4|)) . T))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365))))
+((((-1250 |#2| |#3| |#4|)) . T))
((((-112)) . T))
(|has| |#1| (-820))
(|has| |#1| (-820))
@@ -2014,8 +2015,8 @@
(|has| |#1| (-848))
(|has| |#1| (-848))
(((|#1| (-566) (-1081)) . T))
-(-2768 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+(-2700 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#1| (-409 (-566)) (-1081)) . T))
(((|#1| (-771) (-1081)) . T))
(|has| |#1| (-850))
@@ -2029,41 +2030,41 @@
((((-910 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
(|has| |#1| (-1099))
((((-409 (-566))) |has| |#2| (-365)) (($) . T) (((-566)) . T))
-((((-566)) -2768 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049))))
+((((-566)) -2700 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049))))
(((|#1|) . T))
(|has| |#1| (-1099))
((((-566)) -12 (|has| |#1| (-365)) (|has| |#2| (-639 (-566)))) ((|#2|) |has| |#1| (-365)))
-(-2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
-((((-689 (-341 (-1340) (-1340 (QUOTE X) (QUOTE HESS)) (-699)))) . T))
+(-2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
+((((-689 (-341 (-1664) (-1664 (QUOTE X) (QUOTE HESS)) (-699)))) . T))
(((|#2|) |has| |#2| (-172)))
(((|#1|) |has| |#1| (-172)))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
((((-862)) . T))
(|has| |#3| (-848))
((((-862)) . T))
-((((-1249 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) . T))
+((((-1250 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) . T))
((((-862)) . T))
-(((|#1| |#1|) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))))
+(((|#1| |#1|) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))))
(((|#1|) . T))
((((-566)) . T))
((((-566)) . T))
-(((|#1|) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))))
+(((|#1|) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))))
(((|#2|) |has| |#2| (-365)))
(((|#1|) . T))
((($) . T) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-365)))
(|has| |#1| (-850))
(((|#1|) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#1|) . T) (((-566)) . T))
(((|#2|) . T))
((((-566)) . T) ((|#3|) . T))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) |has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-909)))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) |has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-909)))
(((|#2|) . T) (((-566)) |has| |#2| (-639 (-566))))
((((-862)) . T))
((((-862)) . T))
-((($) -2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) (((-566)) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
+((($) -2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) (((-566)) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
((((-538)) . T) (((-566)) . T) (((-892 (-566))) . T) (((-381)) . T) (((-225)) . T))
((((-862)) . T))
(|has| |#1| (-38 (-409 (-566))))
@@ -2096,28 +2097,28 @@
(|has| |#1| (-145))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) |has| |#1| (-172)))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-566)) . T) ((|#1|) . T) (($) . T) (((-409 (-566))) . T) (((-1175)) |has| |#1| (-1038 (-1175))))
(((|#1| |#2|) . T))
-((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) -2768 (|has| |#1| (-848)) (|has| |#1| (-1038 (-566)))) ((|#1|) . T))
+((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) -2700 (|has| |#1| (-848)) (|has| |#1| (-1038 (-566)))) ((|#1|) . T))
((((-144)) . T))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
(((|#1|) . T))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) . T) (($ $) . T))
(((|#2|) . T) ((|#1|) . T) (((-566)) . T))
((((-862)) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
((($) . T) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
(|has| |#1| (-365))
(|has| |#1| (-365))
(|has| (-409 |#2|) (-233))
((((-644 |#1|)) . T))
(|has| |#1| (-909))
(((|#2|) |has| |#2| (-1049)))
-(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
(|has| |#1| (-365))
(((|#1|) |has| |#1| (-172)))
(((|#1| |#1|) . T))
@@ -2128,7 +2129,7 @@
(((|#1|) . T))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T) (((-566)) . T))
((((-644 $)) . T) (((-1157)) . T) (((-1175)) . T) (((-566)) . T) (((-225)) . T) (((-862)) . T))
-((($) -2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049))) (((-566)) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-848)) (|has| |#3| (-1049))) ((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))))
+((($) -2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049))) (((-566)) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-848)) (|has| |#3| (-1049))) ((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))))
((((-409 (-566))) . T) (((-566)) . T) (((-612 $)) . T))
(((|#1|) . T))
((((-862)) . T))
@@ -2143,7 +2144,7 @@
(((|#1|) . T))
(((|#1| (-771) (-1081)) . T))
(((#0=(-409 |#2|) #0#) . T) ((#1=(-409 (-566)) #1#) . T) (($ $) . T))
-(((|#1|) . T) (((-566)) -2768 (|has| (-409 (-566)) (-1038 (-566))) (|has| |#1| (-1038 (-566)))) (((-409 (-566))) . T))
+(((|#1|) . T) (((-566)) -2700 (|has| (-409 (-566)) (-1038 (-566))) (|has| |#1| (-1038 (-566)))) (((-409 (-566))) . T))
(((|#1| (-602 |#1| |#3|) (-602 |#1| |#2|)) . T))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
@@ -2164,12 +2165,12 @@
(((|#2|) |has| |#2| (-172)))
(|has| |#2| (-848))
((((-566)) . T) ((|#2|) . T) (((-409 (-566))) |has| |#2| (-1038 (-409 (-566)))))
-((((-112)) |has| |#1| (-1099)) (((-862)) -2768 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)) (|has| |#1| (-1111)) (|has| |#1| (-1099))))
+((((-112)) |has| |#1| (-1099)) (((-862)) -2700 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)) (|has| |#1| (-1111)) (|has| |#1| (-1099))))
(((|#1|) . T) (($) . T))
(((|#1| |#2|) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) . T))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) . T))
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
@@ -2181,17 +2182,17 @@
((((-699)) . T) (((-409 (-566))) . T) (((-566)) . T))
(((|#1| |#1|) |has| |#1| (-172)))
(((|#2|) . T))
-((($) . T) (((-566)) . T) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) . T) (((-566)) . T) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-566) |#1|) . T))
-(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
((((-381)) . T))
((((-699)) . T))
((((-409 (-566))) . #0=(|has| |#2| (-365))) (($) . #0#))
(((|#1|) |has| |#1| (-172)))
((((-409 (-952 |#1|))) . T))
(((|#2| |#2|) . T))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
(((|#1|) . T))
(((|#2|) . T))
(((|#3|) |has| |#3| (-1049)))
@@ -2200,14 +2201,14 @@
(|has| |#1| (-365))
((((-1175)) |has| |#2| (-900 (-1175))))
((((-862)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-409 (-566))) . T) (($) . T))
(|has| |#1| (-475))
(|has| |#1| (-370))
(|has| |#1| (-370))
(|has| |#1| (-370))
(|has| |#1| (-365))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-475)) (|has| |#1| (-558)) (|has| |#1| (-1049)) (|has| |#1| (-1111)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-475)) (|has| |#1| (-558)) (|has| |#1| (-1049)) (|has| |#1| (-1111)))
(|has| |#1| (-38 (-409 (-566))))
((((-116 |#1|)) . T))
((((-116 |#1|)) . T))
@@ -2228,12 +2229,12 @@
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-850))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
(((|#1| |#2|) . T))
((($) . T) (((-566)) . T))
(|has| |#1| (-147))
(|has| |#1| (-145))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) ((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) ((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
(((|#2|) . T))
(((|#3|) . T))
((((-116 |#1|)) . T))
@@ -2253,12 +2254,12 @@
((((-538)) |has| |#1| (-614 (-538))) (((-892 (-566))) |has| |#1| (-614 (-892 (-566)))) (((-892 (-381))) |has| |#1| (-614 (-892 (-381)))) (((-381)) . #0=(|has| |#1| (-1022))) (((-225)) . #0#))
(((|#1|) |has| |#1| (-365)))
((((-862)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((($ $) . T) (((-612 $) $) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
-((($) . T) (((-1250 |#1| |#2| |#3| |#4|)) . T) (((-409 (-566))) . T))
-((($) -2768 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-558)))
-((($) . T) (((-566)) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) . T))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
+((($) . T) (((-1251 |#1| |#2| |#3| |#4|)) . T) (((-409 (-566))) . T))
+((($) -2700 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-558)))
+((($) . T) (((-566)) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) . T))
(|has| |#1| (-365))
(|has| |#1| (-365))
(|has| |#1| (-365))
@@ -2271,16 +2272,16 @@
(((|#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))
(((|#1|) |has| |#1| (-172)))
((((-862)) . T))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-909)))
(((|#1|) . T))
((($) |has| |#1| (-558)) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
((((-538)) |has| |#1| (-614 (-538))))
(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
((((-771)) . T))
(|has| |#1| (-1099))
-((($) -2768 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) (((-566)) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
+((($) -2700 (|has| |#2| (-172)) (|has| |#2| (-848)) (|has| |#2| (-1049))) (((-566)) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049))) ((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))))
((((-862)) . T))
((((-1175)) . T) (((-862)) . T))
((((-566)) -12 (|has| |#1| (-21)) (|has| |#2| (-21))))
@@ -2288,13 +2289,13 @@
(|has| |#1| (-145))
(|has| |#1| (-147))
((((-566)) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
-(((#0=(-1249 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))) (($) . T))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(((#0=(-1250 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))) (($) . T))
((((-566)) . T))
(|has| |#1| (-365))
-(-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-147)) (|has| |#1| (-365))) (|has| |#1| (-147)))
-(-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-145)) (|has| |#1| (-365))) (|has| |#1| (-145)))
+(-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-147)) (|has| |#1| (-365))) (|has| |#1| (-147)))
+(-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-145)) (|has| |#1| (-365))) (|has| |#1| (-145)))
(|has| |#1| (-365))
(|has| |#1| (-145))
(|has| |#1| (-147))
@@ -2313,25 +2314,25 @@
(|has| |#1| (-1099))
((((-1141 |#2| |#1|)) . T) ((|#1|) . T) (((-566)) . T))
(((|#1| |#2|) . T))
-((((-566)) . T) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))
+((((-566)) . T) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))
(((|#1|) . T) (((-566)) |has| |#1| (-639 (-566))))
(((|#3|) |has| |#3| (-172)))
(((|#2|) . T) (($) . T) (((-566)) . T))
(((|#1|) . T) (($) . T) (((-566)) . T))
-(-2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
+(-2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
((((-862)) . T))
((((-566)) . T))
(((|#1| $) |has| |#1| (-287 |#1| |#1|)))
((((-409 (-566))) . T) (($) . T) (((-409 |#1|)) . T) ((|#1|) . T))
((((-952 |#1|)) . T) (((-862)) . T))
(((|#3|) . T))
-(((|#1| |#1|) . T) (($ $) -2768 (|has| |#1| (-291)) (|has| |#1| (-365))) ((#0=(-409 (-566)) #0#) |has| |#1| (-365)))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) . T))
+(((|#1| |#1|) . T) (($ $) -2700 (|has| |#1| (-291)) (|has| |#1| (-365))) ((#0=(-409 (-566)) #0#) |has| |#1| (-365)))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) . T))
((((-952 |#1|)) . T))
((($) . T))
((((-566) |#1|) . T))
((((-1175)) |has| (-409 |#2|) (-900 (-1175))))
-(((|#1|) . T) (($) -2768 (|has| |#1| (-291)) (|has| |#1| (-365))) (((-409 (-566))) |has| |#1| (-365)))
+(((|#1|) . T) (($) -2700 (|has| |#1| (-291)) (|has| |#1| (-365))) (((-409 (-566))) |has| |#1| (-365)))
((((-538)) |has| |#2| (-614 (-538))))
((((-689 |#2|)) . T) (((-862)) . T))
(((|#1|) . T))
@@ -2339,22 +2340,22 @@
(((|#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))
((((-870 |#1|)) . T))
(((|#1|) |has| |#1| (-172)))
-(-2768 (|has| |#4| (-793)) (|has| |#4| (-848)))
-(-2768 (|has| |#3| (-793)) (|has| |#3| (-848)))
+(-2700 (|has| |#4| (-793)) (|has| |#4| (-848)))
+(-2700 (|has| |#3| (-793)) (|has| |#3| (-848)))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((((-862)) . T))
((((-862)) . T))
(((|#1|) . T))
((($) . T) (((-566)) . T) ((|#2|) . T))
(((|#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365))))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365))))
(((|#2|) |has| |#2| (-1049)))
(((|#3|) . T))
(((|#1|) . T))
((((-409 |#2|)) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365))))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365))))
(((|#1|) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
(((|#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))
((((-566) |#1|) . T))
(((|#1|) . T))
@@ -2363,17 +2364,17 @@
((((-409 (-566))) . T) (($) . T))
((((-409 (-566))) . T) (($) . T))
((((-409 (-566))) . T) (($) . T))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-1218)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-1219)))
((($) . T))
((((-409 (-566))) |has| #0=(-409 |#2|) (-1038 (-409 (-566)))) (((-566)) |has| #0# (-1038 (-566))) ((#0#) . T))
(((|#2|) . T) (((-566)) |has| |#2| (-639 (-566))))
(((|#1| (-771)) . T))
(|has| |#1| (-850))
(((|#1|) . T) (((-566)) |has| |#1| (-639 (-566))))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-566)) . T))
(|has| |#1| (-38 (-409 (-566))))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) |has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) |has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(|has| |#1| (-848))
(|has| |#1| (-38 (-409 (-566))))
@@ -2397,49 +2398,49 @@
(|has| |#1| (-38 (-409 (-566))))
((((-1157)) . T) (((-508)) . T) (((-225)) . T) (((-566)) . T))
((((-862)) . T))
-(((|#2|) . T) (((-566)) . T) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) (((-1081)) . T) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
+(((|#2|) . T) (((-566)) . T) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) (((-1081)) . T) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
(((|#1| |#2|) . T))
((((-144)) . T))
((((-780 |#1| (-864 |#2|))) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
-(|has| |#1| (-1199))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+(|has| |#1| (-1200))
((((-862)) . T))
(((|#1|) . T))
-(-2768 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-370)) (|has| |#3| (-726)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)) (|has| |#3| (-1099)))
+(-2700 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-370)) (|has| |#3| (-726)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)) (|has| |#3| (-1099)))
((((-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)))
(((|#2|) . T))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
((((-910 |#1|)) . T))
((($) . T))
((((-409 (-952 |#1|))) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-538)) |has| |#4| (-614 (-538))))
((((-862)) . T) (((-644 |#4|)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#1|) . T))
(|has| |#1| (-848))
-(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) |has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))))
+(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) |has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))))
(|has| |#1| (-1099))
(|has| |#1| (-365))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365))))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365))))
((((-672 |#1|)) . T))
-(((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($) |has| |#3| (-172)))
+(((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))) (($) |has| |#3| (-172)))
((($) . T) (((-409 (-566))) . T))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
(|has| |#1| (-145))
(|has| |#1| (-147))
-(-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-147)) (|has| |#1| (-365))) (|has| |#1| (-147)))
-(-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-145)) (|has| |#1| (-365))) (|has| |#1| (-145)))
+(-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-147)) (|has| |#1| (-365))) (|has| |#1| (-147)))
+(-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-145)) (|has| |#1| (-365))) (|has| |#1| (-145)))
(|has| |#1| (-145))
(|has| |#1| (-147))
(|has| |#1| (-147))
(|has| |#1| (-145))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
-((((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)))
(|has| |#1| (-848))
(((|#1| |#2|) . T))
(((|#1|) . T) (((-566)) |has| |#1| (-639 (-566))))
@@ -2464,10 +2465,10 @@
((((-862)) . T))
((((-862)) . T))
((((-538)) |has| |#1| (-614 (-538))))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-566)) . T) (($) . T) (((-409 (-566))) . T))
((((-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((|#1| |#1|) |has| |#1| (-310 |#1|)))
-(((|#1|) -2768 (|has| |#1| (-172)) (|has| |#1| (-365))))
+(((|#1|) -2700 (|has| |#1| (-172)) (|has| |#1| (-365))))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
((((-566)) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
@@ -2477,10 +2478,10 @@
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#2|) |has| |#2| (-365)))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
(((|#2|) . T))
((((-409 (-566))) . T) (((-699)) . T) (($) . T))
-((($) . T) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) . T) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((#0=(-780 |#1| (-864 |#2|)) #0#) |has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))))
((((-566)) . T) (($) . T))
@@ -2499,13 +2500,13 @@
(|has| |#1| (-145))
(|has| |#1| (-147))
((($ $) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)) (|has| |#1| (-1111)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)) (|has| |#1| (-1111)) (|has| |#1| (-1099)))
(|has| |#1| (-558))
(((|#2|) . T))
((((-566)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#1|) . T))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
(((|#1| (-59 |#1|) (-59 |#1|)) . T))
((((-583 |#1|)) . T))
((($) . T))
@@ -2514,7 +2515,7 @@
((($) . T))
(((|#1|) . T))
((((-862)) . T))
-(((|#2|) |has| |#2| (-6 (-4416 "*"))))
+(((|#2|) |has| |#2| (-6 (-4417 "*"))))
(((|#1|) . T))
(((|#1|) . T))
((($) . T))
@@ -2524,8 +2525,8 @@
(((|#1|) . T))
(((|#1|) . T))
(((|#3|) . T) (((-566)) . T))
-((((-1249 |#2| |#3| |#4|)) . T) (((-566)) . T) (((-1250 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-409 (-566))) . T))
-((((-48)) -12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (((-566)) -2768 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))) (|has| |#1| (-1049))) ((|#1|) . T) (((-612 $)) . T) (($) |has| |#1| (-558)) (((-409 (-566))) -2768 (|has| |#1| (-558)) (|has| |#1| (-1038 (-409 (-566))))) (((-409 (-952 |#1|))) |has| |#1| (-558)) (((-952 |#1|)) |has| |#1| (-1049)) (((-1175)) . T))
+((((-1250 |#2| |#3| |#4|)) . T) (((-566)) . T) (((-1251 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-409 (-566))) . T))
+((((-48)) -12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (((-566)) -2700 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))) (|has| |#1| (-1049))) ((|#1|) . T) (((-612 $)) . T) (($) |has| |#1| (-558)) (((-409 (-566))) -2700 (|has| |#1| (-558)) (|has| |#1| (-1038 (-409 (-566))))) (((-409 (-952 |#1|))) |has| |#1| (-558)) (((-952 |#1|)) |has| |#1| (-1049)) (((-1175)) . T))
((((-409 (-566))) |has| |#2| (-1038 (-409 (-566)))) (((-566)) |has| |#2| (-1038 (-566))) ((|#2|) . T) (((-864 |#1|)) . T))
((($) . T) (((-116 |#1|)) . T) (((-409 (-566))) . T))
((((-1124 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-566)) |has| |#1| (-1038 (-566))) (((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))))
@@ -2538,22 +2539,22 @@
(((|#1| |#2|) . T))
((((-1175) |#1|) . T))
(((|#4|) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
((((-1175) (-52)) . T))
-((((-1249 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) . T))
+((((-1250 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) . T))
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) |has| |#1| (-1038 (-566))) ((|#1|) . T))
((((-862)) . T))
-(-2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
-(((#0=(-1250 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-409 (-566)) #1#) . T) (($ $) . T))
+(-2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-370)) (|has| |#2| (-726)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)) (|has| |#2| (-1099)))
+(((#0=(-1251 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-409 (-566)) #1#) . T) (($ $) . T))
(((|#1| |#1|) |has| |#1| (-172)) ((#0=(-409 (-566)) #0#) |has| |#1| (-558)) (($ $) |has| |#1| (-558)))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#1| $) |has| |#1| (-287 |#1| |#1|)))
-((((-1250 |#1| |#2| |#3| |#4|)) . T) (((-409 (-566))) . T) (($) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-558)) (($) |has| |#1| (-558)))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1|) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1|) . T))
(|has| |#1| (-365))
-((($) |has| |#1| (-848)) (((-566)) -2768 (|has| |#1| (-21)) (|has| |#1| (-848))))
+((($) |has| |#1| (-848)) (((-566)) -2700 (|has| |#1| (-21)) (|has| |#1| (-848))))
(|has| |#1| (-145))
(|has| |#1| (-147))
(|has| |#1| (-147))
@@ -2562,36 +2563,36 @@
(((|#3|) |has| |#3| (-365)))
(((|#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
((((-1175)) . T))
-((($) . T) (((-1249 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| (-1249 |#2| |#3| |#4|) (-38 (-409 (-566)))) (((-566)) . T))
+((($) . T) (((-1250 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| (-1250 |#2| |#3| |#4|) (-38 (-409 (-566)))) (((-566)) . T))
(((|#1|) . T))
(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))
(((|#2| |#3|) . T))
-(-2768 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
(((|#1| (-533 |#2|)) . T))
(((|#1| (-771)) . T))
(((|#1| (-533 (-1087 (-1175)))) . T))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
(|has| |#2| (-909))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
((((-862)) . T))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365))))
-(((|#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
-((($ $) . T) ((#0=(-1249 |#2| |#3| |#4|) #0#) . T) ((#1=(-409 (-566)) #1#) |has| #0# (-38 (-409 (-566)))))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365))))
+(((|#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-1049))) (($) |has| |#2| (-172)))
+((($ $) . T) ((#0=(-1250 |#2| |#3| |#4|) #0#) . T) ((#1=(-409 (-566)) #1#) |has| #0# (-38 (-409 (-566)))))
((((-910 |#1|)) . T))
(-12 (|has| |#1| (-365)) (|has| |#2| (-820)))
((($) . T) (((-409 (-566))) . T))
((((-862)) . T))
((($) . T))
((($) . T))
-(-2768 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)) (|has| |#1| (-558)))
(|has| |#1| (-365))
(|has| |#1| (-365))
(((|#1| |#2|) . T))
-((($) . T) ((#0=(-1249 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
+((($) . T) ((#0=(-1250 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
((((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)))
-(-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365)) (|has| |#1| (-351)))
-(-2768 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
+(-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)))
((((-566)) |has| |#1| (-639 (-566))) ((|#1|) . T))
(((|#1| |#2|) . T))
((((-862)) . T))
@@ -2636,28 +2637,28 @@
(((|#2|) . T))
(((|#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))
(((|#2|) . T))
-(((|#2|) -2768 (|has| |#2| (-6 (-4416 "*"))) (|has| |#2| (-172))))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(((|#2|) -2700 (|has| |#2| (-6 (-4417 "*"))) (|has| |#2| (-172))))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
(|has| |#2| (-909))
(|has| |#1| (-909))
(((|#2|) |has| |#2| (-172)))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
-((((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
+((((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)))
((((-862)) . T))
((((-862)) . T))
((((-538)) . T) (((-566)) . T) (((-892 (-566))) . T) (((-381)) . T) (((-225)) . T))
(((|#1| |#2|) . T))
((($) . T) (((-566)) . T))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) . T))
(((|#1|) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-862)) . T))
(((|#1| |#2|) . T))
((($) . T) (((-566)) . T))
(((|#1| (-409 (-566))) . T))
(((|#1|) . T))
-(-2768 (|has| |#1| (-291)) (|has| |#1| (-365)))
+(-2700 (|has| |#1| (-291)) (|has| |#1| (-365)))
((((-144)) . T))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T))
(|has| |#1| (-848))
@@ -2673,7 +2674,7 @@
((((-862)) . T))
((((-862)) . T))
((((-187)) . T) (((-862)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#2| |#2|) . T) ((|#1| |#1|) . T))
((((-862)) . T))
((((-862)) . T))
@@ -2686,7 +2687,7 @@
((((-862)) . T))
((((-1157)) . T))
((((-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((|#1| |#1|) |has| |#1| (-310 |#1|)))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
(|has| |#1| (-850))
((((-862)) . T))
((((-538)) |has| |#1| (-614 (-538))))
@@ -2698,16 +2699,16 @@
(((|#2|) . T))
((((-910 |#1|)) . T) (((-409 (-566))) . T) (($) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) . T) (((-612 $)) . T))
-(-2768 (|has| |#4| (-172)) (|has| |#4| (-726)) (|has| |#4| (-848)) (|has| |#4| (-1049)))
-(-2768 (|has| |#3| (-172)) (|has| |#3| (-726)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#4| (-172)) (|has| |#4| (-726)) (|has| |#4| (-848)) (|has| |#4| (-1049)))
+(-2700 (|has| |#3| (-172)) (|has| |#3| (-726)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
((((-1175) (-52)) . T))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(|has| |#1| (-909))
((((-910 |#1|)) . T) (((-409 (-566))) . T) (($) . T) (((-566)) . T))
(|has| |#1| (-909))
@@ -2724,12 +2725,12 @@
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
(|has| |#1| (-820))
(((#0=(-910 |#1|) #0#) . T) (($ $) . T) ((#1=(-409 (-566)) #1#) . T))
((((-409 |#2|)) . T))
(|has| |#1| (-848))
-((((-1200 |#1|)) . T) (((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-1201 |#1|)) . T) (((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
(((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) . T) ((#1=(-566) #1#) . T) (($ $) . T))
((((-910 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
(((|#2|) |has| |#2| (-1049)) (((-566)) -12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049))))
@@ -2745,28 +2746,28 @@
(((|#2|) |has| |#2| (-172)))
(((|#1|) . T))
(((|#2|) . T))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) . T))
-(((#0=(-52)) . T) (((-2 (|:| -2674 (-1175)) (|:| -2636 #0#))) . T))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2334 (-1175)) (|:| -2303 #0#))) . T))
(|has| |#1| (-351))
((((-566)) . T))
((((-862)) . T))
(((|#1|) . T))
-(((#0=(-1250 |#1| |#2| |#3| |#4|) $) |has| #0# (-287 #0# #0#)))
+(((#0=(-1251 |#1| |#2| |#3| |#4|) $) |has| #0# (-287 #0# #0#)))
(|has| |#1| (-365))
-(((|#1|) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))) (($) -2768 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049))) (((-566)) -2768 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049))))
+(((|#1|) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))) (($) -2700 (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049))) (((-566)) -2700 (|has| |#1| (-21)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049))))
(((#0=(-1081) |#1|) . T) ((#0# $) . T) (($ $) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
(((#0=(-409 (-566)) #0#) . T) ((#1=(-699) #1#) . T) (($ $) . T))
((((-317 |#1|)) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) |has| |#1| (-365)))
((((-862)) . T))
(|has| |#1| (-1099))
(((|#1|) . T))
-(((|#1|) -2768 (|has| |#2| (-369 |#1|)) (|has| |#2| (-419 |#1|))))
-(((|#1|) -2768 (|has| |#2| (-369 |#1|)) (|has| |#2| (-419 |#1|))))
+(((|#1|) -2700 (|has| |#2| (-369 |#1|)) (|has| |#2| (-419 |#1|))))
+(((|#1|) -2700 (|has| |#2| (-369 |#1|)) (|has| |#2| (-419 |#1|))))
(((|#2|) . T))
((((-409 (-566))) . T) (((-699)) . T) (($) . T))
((((-581)) . T))
@@ -2791,7 +2792,7 @@
(((|#1|) . T))
((((-566)) . T))
(((|#2|) . T) (((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((|#1|) . T) (($) . T) (((-566)) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
(((|#2|) . T) (((-566)) |has| |#2| (-639 (-566))))
(((|#1| |#2|) . T))
((($) . T))
@@ -2801,7 +2802,7 @@
(((|#1|) . T) (($) . T))
(((|#1|) . T) (((-566)) . T))
(((|#1|) . T) (((-566)) . T))
-(((|#1| (-1264 |#1|) (-1264 |#1|)) . T))
+(((|#1| (-1265 |#1|) (-1265 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#2|) . T))
((((-862)) . T))
@@ -2835,7 +2836,7 @@
(|has| |#2| (-1022))
((($) . T))
(|has| |#1| (-909))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((($) . T))
(((|#2|) . T))
(((|#1|) . T))
@@ -2844,10 +2845,10 @@
(|has| |#1| (-365))
((((-910 |#1|)) . T))
((($) . T) (((-566)) . T) ((|#1|) . T) (((-409 (-566))) . T))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) |has| |#1| (-848)) (((-566)) -2768 (|has| |#1| (-21)) (|has| |#1| (-848))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) |has| |#1| (-848)) (((-566)) -2700 (|has| |#1| (-21)) (|has| |#1| (-848))))
((($ $) . T) ((#0=(-409 (-566)) #0#) . T))
-(-2768 (|has| |#1| (-370)) (|has| |#1| (-850)))
+(-2700 (|has| |#1| (-370)) (|has| |#1| (-850)))
(((|#1|) . T))
((((-771)) . T))
((((-862)) . T))
@@ -2858,17 +2859,17 @@
((((-566)) . T) (($) . T))
((((-566)) . T) (($) . T))
((((-771) |#1|) . T))
-(((|#2| (-240 (-3000 |#1|) (-771))) . T))
+(((|#2| (-240 (-4142 |#1|) (-771))) . T))
(((|#1| (-533 |#3|)) . T))
((((-409 (-566))) . T))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
((((-1157)) . T) (((-862)) . T))
-(((#0=(-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) #0#) |has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))))
+(((#0=(-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) #0#) |has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))))
((((-1157)) . T))
(|has| |#1| (-909))
(|has| |#2| (-365))
(((|#1|) . T) (($) . T) (((-566)) . T))
-(-2768 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
((((-169 (-381))) . T) (((-225)) . T) (((-381)) . T))
((((-862)) . T))
(((|#1|) . T))
@@ -2885,11 +2886,11 @@
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
(|has| |#1| (-38 (-409 (-566))))
-(-2768 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)))
(|has| |#1| (-38 (-409 (-566))))
(-12 (|has| |#1| (-547)) (|has| |#1| (-828)))
((((-862)) . T))
-((((-1175)) -2768 (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))) (-12 (|has| |#1| (-365)) (|has| |#2| (-900 (-1175))))))
+((((-1175)) -2700 (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))) (-12 (|has| |#1| (-365)) (|has| |#2| (-900 (-1175))))))
(|has| |#1| (-365))
((((-1175)) -12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175)))))
(|has| |#1| (-365))
@@ -2901,13 +2902,13 @@
(((|#2|) |has| |#1| (-365)))
(((|#2|) |has| |#1| (-365)))
((((-566)) . T) (($) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
(((|#2|) . T) (((-1175)) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-1175)))) (((-566)) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-566)))) (((-409 (-566))) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-566)))))
(((|#2|) . T))
-((((-1175) #0=(-1250 |#1| |#2| |#3| |#4|)) |has| #0# (-516 (-1175) #0#)) ((#0# #0#) |has| #0# (-310 #0#)))
+((((-1175) #0=(-1251 |#1| |#2| |#3| |#4|)) |has| #0# (-516 (-1175) #0#)) ((#0# #0#) |has| #0# (-310 #0#)))
((((-409 (-566))) . T) (($) . T) (((-409 |#1|)) . T) ((|#1|) . T))
((((-612 $) $) . T) (($ $) . T))
((((-169 (-225))) . T) (((-169 (-381))) . T) (((-1171 (-699))) . T) (((-892 (-381))) . T))
@@ -2931,11 +2932,11 @@
(((|#2|) |has| |#1| (-365)))
((((-381)) -12 (|has| |#1| (-365)) (|has| |#2| (-886 (-381)))) (((-566)) -12 (|has| |#1| (-365)) (|has| |#2| (-886 (-566)))))
(|has| |#1| (-365))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
(|has| |#1| (-365))
(((|#1|) . T))
((($) . T) (((-566)) . T) ((|#2|) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
(|has| |#1| (-365))
(((|#3|) . T))
((((-1157)) . T) (((-508)) . T) (((-225)) . T) (((-566)) . T))
@@ -2943,23 +2944,23 @@
(|has| |#1| (-558))
(((|#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T) (((-566)) . T))
-(-2768 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(((|#2|) . T))
(((|#2|) . T))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(|has| |#1| (-38 (-409 (-566))))
(((|#1| |#2|) . T))
(|has| |#1| (-38 (-409 (-566))))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
((($) . T))
((((-1157) |#1|) . T))
(|has| |#1| (-147))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
(|has| |#1| (-147))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))
((($) . T))
(|has| |#1| (-147))
((((-583 |#1|)) . T))
@@ -2973,7 +2974,7 @@
((((-409 (-566))) |has| |#2| (-1038 (-566))) (((-566)) |has| |#2| (-1038 (-566))) (((-1175)) |has| |#2| (-1038 (-1175))) ((|#2|) . T))
(((#0=(-409 |#2|) #0#) . T) ((#1=(-409 (-566)) #1#) . T) (($ $) . T))
(((|#1|) . T))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-351)))
(|has| |#1| (-147))
((((-862)) . T))
((($) . T))
@@ -2998,13 +2999,13 @@
((((-862)) . T))
((((-910 |#1|)) . T) (((-409 (-566))) . T) (($) . T) (((-566)) . T))
((((-538)) |has| |#1| (-614 (-538))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-114)) . T) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-225)) . T) (((-381)) . T) (((-892 (-381))) . T))
((((-862)) . T))
-((((-1250 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-409 (-566))) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)) (((-409 (-566))) |has| |#1| (-558)))
((((-862)) . T))
((((-862)) . T))
@@ -3020,7 +3021,7 @@
((((-566)) . T))
((((-862)) . T))
((((-566)) . T))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
((((-169 (-381))) . T) (((-225)) . T) (((-381)) . T))
((((-862)) . T))
((((-862)) . T))
@@ -3028,13 +3029,13 @@
((((-862)) . T))
(|has| |#1| (-147))
(|has| |#1| (-145))
-((($) . T) ((#0=(-1249 |#2| |#3| |#4|)) |has| #0# (-172)) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
+((($) . T) ((#0=(-1250 |#2| |#3| |#4|)) |has| #0# (-172)) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(|has| |#1| (-365))
(|has| |#1| (-365))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)) (|has| |#1| (-1111)) (|has| |#1| (-1099)))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-475)) (|has| |#1| (-726)) (|has| |#1| (-900 (-1175))) (|has| |#1| (-1049)) (|has| |#1| (-1111)) (|has| |#1| (-1099)))
(|has| |#1| (-1150))
((((-910 |#1|)) . T) (((-409 (-566))) . T) (($) . T))
((((-910 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
@@ -3051,25 +3052,25 @@
(((|#1|) |has| |#1| (-310 |#1|)))
((((-566) |#1|) . T))
((((-1175) |#1|) . T))
-(((|#1|) -2768 (|has| |#1| (-172)) (|has| |#1| (-365))))
+(((|#1|) -2700 (|has| |#1| (-172)) (|has| |#1| (-365))))
(((|#1|) . T))
-(((|#1|) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))))
+(((|#1|) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-1049))))
((((-566)) . T) (((-409 (-566))) . T))
(((|#1|) . T))
(|has| |#1| (-558))
((($) . T) (((-566)) . T) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-365)))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
((((-381)) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-365))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
(|has| |#1| (-365))
(|has| |#1| (-558))
(|has| |#1| (-1099))
((((-780 |#1| (-864 |#2|))) |has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
(((|#1|) . T))
(((|#2| |#3|) . T))
(((|#1|) . T))
@@ -3081,13 +3082,13 @@
(|has| |#2| (-365))
((((-583 |#1|)) . T) (((-409 (-566))) . T) (($) . T) (((-566)) . T))
((((-566)) . T) (((-409 (-566))) . T) (($) . T))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) . T))
(((|#1|) . T))
(((|#1|) . T) (((-566)) . T))
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
((((-862)) . T))
((((-862)) . T))
-(-2768 (|has| |#3| (-793)) (|has| |#3| (-848)))
+(-2700 (|has| |#3| (-793)) (|has| |#3| (-848)))
((((-862)) . T))
((((-1119)) . T) (((-862)) . T))
((((-538)) . T) (((-862)) . T))
@@ -3098,16 +3099,16 @@
((((-566)) . T))
(((|#3|) . T))
((((-862)) . T))
-(-2768 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)))
-((((-566)) . T) (((-409 (-566))) -2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))) ((|#2|) . T) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-864 |#1|)) . T))
-((((-1124 |#1| |#2|)) . T) ((|#2|) . T) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-566)) . T))
-((((-1171 |#1|)) . T) (((-566)) . T) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) (((-1081)) . T) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
-(-2768 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
-((((-1124 |#1| (-1175))) . T) (((-566)) . T) (((-1087 (-1175))) . T) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-1175)) . T))
+(-2700 (|has| |#1| (-308)) (|has| |#1| (-365)) (|has| |#1| (-351)))
+((((-566)) . T) (((-409 (-566))) -2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))) ((|#2|) . T) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-864 |#1|)) . T))
+((((-1124 |#1| |#2|)) . T) ((|#2|) . T) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-566)) . T))
+((((-1171 |#1|)) . T) (((-566)) . T) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) (((-1081)) . T) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
+(-2700 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049)))
+((((-1124 |#1| (-1175))) . T) (((-566)) . T) (((-1087 (-1175))) . T) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) (((-1175)) . T))
(((#0=(-583 |#1|) #0#) . T) (($ $) . T) ((#1=(-409 (-566)) #1#) . T))
((($ $) . T) ((#0=(-409 (-566)) #0#) . T))
(((|#1|) |has| |#1| (-172)))
-(((|#1| (-1264 |#1|) (-1264 |#1|)) . T))
+(((|#1| (-1265 |#1|) (-1265 |#1|)) . T))
((((-583 |#1|)) . T) (($) . T) (((-409 (-566))) . T))
((($) . T) (((-409 (-566))) . T))
(((|#1|) . T))
@@ -3115,13 +3116,13 @@
(((|#1|) . T))
(((|#1|) . T))
((($) . T) (((-409 (-566))) . T))
-(((|#2|) |has| |#2| (-6 (-4416 "*"))))
+(((|#2|) |has| |#2| (-6 (-4417 "*"))))
(((|#1|) . T))
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((|#1|) . T) (((-566)) . T))
(((|#1|) . T))
((((-862)) . T))
((((-295 |#3|)) . T))
-(((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))) ((|#2| |#2|) . T) (($ $) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+(((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))) ((|#2| |#2|) . T) (($ $) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
(((|#2| |#2|) . T) ((|#6| |#6|) . T))
(((|#1|) . T))
((($) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T))
@@ -3129,21 +3130,21 @@
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
(((|#2|) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
(((|#2|) . T) ((|#6|) . T))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
((((-862)) . T))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(|has| |#2| (-909))
(|has| |#1| (-909))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-862)) . T))
(((|#1|) . T))
-((((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) . T))
+((((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -3162,10 +3163,10 @@
(((#0=(-409 (-566)) #0#) . T))
((((-409 (-566))) . T))
(((|#1|) |has| |#1| (-172)))
-(-2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(((|#1|) . T))
(((|#1|) . T))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(((|#1|) . T))
((((-409 (-566))) . T) (((-566)) . T) (($) . T))
((((-538)) . T))
@@ -3173,25 +3174,25 @@
((((-566)) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)))
((((-1175)) |has| |#2| (-900 (-1175))) (((-1081)) . T))
((((-862)) . T))
-((((-1249 |#2| |#3| |#4|)) . T))
+((((-1250 |#2| |#3| |#4|)) . T))
((((-910 |#1|)) . T))
((($) . T) (((-409 (-566))) . T))
(-12 (|has| |#1| (-365)) (|has| |#2| (-820)))
(-12 (|has| |#1| (-365)) (|has| |#2| (-820)))
((((-862)) . T))
-(|has| |#1| (-1218))
+(|has| |#1| (-1219))
(((|#2|) . T))
((($ $) . T) ((#0=(-409 (-566)) #0#) . T))
((((-1175)) |has| |#1| (-900 (-1175))))
((((-910 |#1|)) . T) (((-409 (-566))) . T) (($) . T))
-((($) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) . T))
-(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))))
+((($) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) . T))
+(((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))) ((|#1| |#1|) . T) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T))
((($) . T) (((-409 (-566))) . T))
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
(((|#2|) |has| |#2| (-1049)) (((-566)) -12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049))))
((((-409 |#2|)) . T) (((-409 (-566))) . T) (($) . T))
-((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-558))))
+((((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-558))))
(|has| |#1| (-558))
(((|#1|) |has| |#1| (-365)))
((((-566)) . T))
@@ -3211,8 +3212,8 @@
((((-862)) . T))
(|has| |#2| (-820))
(|has| |#2| (-820))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2|) |has| |#1| (-365)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2|) |has| |#1| (-365)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) . T))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1|) . T) (((-566)) |has| |#1| (-1038 (-566))) (((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))))
((((-566)) |has| |#1| (-886 (-566))) (((-381)) |has| |#1| (-886 (-381))))
@@ -3228,7 +3229,7 @@
(((|#1|) . T))
(((|#1|) |has| |#1| (-172)))
(((|#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))
-(((|#2|) -2768 (|has| |#2| (-6 (-4416 "*"))) (|has| |#2| (-172))))
+(((|#2|) -2700 (|has| |#2| (-6 (-4417 "*"))) (|has| |#2| (-172))))
(((|#2|) . T))
(|has| |#1| (-365))
(((|#2|) . T))
@@ -3242,12 +3243,12 @@
(((|#2| (-771)) . T))
((((-1175)) . T))
((((-870 |#1|)) . T))
-(-2768 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
-(-2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#3| (-25)) (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
((((-862)) . T))
(((|#1|) . T))
-(-2768 (|has| |#2| (-793)) (|has| |#2| (-848)))
-(-2768 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850))))
+(-2700 (|has| |#2| (-793)) (|has| |#2| (-848)))
+(-2700 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850))))
((((-870 |#1|)) . T))
(((|#1|) . T))
(|has| |#1| (-370))
@@ -3274,7 +3275,7 @@
(((|#1|) . T))
((((-862)) . T))
(|has| |#2| (-909))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) . T))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) . T))
((((-538)) |has| |#2| (-614 (-538))) (((-892 (-381))) |has| |#2| (-614 (-892 (-381)))) (((-892 (-566))) |has| |#2| (-614 (-892 (-566)))))
((((-862)) . T))
((((-862)) . T))
@@ -3300,8 +3301,8 @@
((((-1180)) . T))
((((-1180)) . T))
((((-644 |#1|)) . T))
-((($) . T) (((-566)) . T) (((-1250 |#1| |#2| |#3| |#4|)) . T) (((-409 (-566))) . T))
-((((-566)) -2768 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049))) (($) -2768 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-558)))
+((($) . T) (((-566)) . T) (((-1251 |#1| |#2| |#3| |#4|)) . T) (((-409 (-566))) . T))
+((((-566)) -2700 (|has| |#1| (-21)) (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049))) (($) -2700 (|has| |#1| (-145)) (|has| |#1| (-147)) (|has| |#1| (-172)) (|has| |#1| (-558)) (|has| |#1| (-1049))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-558)))
((((-1180)) . T))
((((-1180)) . T))
((((-566)) . T) (((-409 (-566))) . T))
@@ -3317,25 +3318,25 @@
((((-409 |#2|) |#3|) . T))
(((|#1|) . T))
(|has| |#1| (-1099))
-(((|#2| (-484 (-3000 |#1|) (-771))) . T))
+(((|#2| (-484 (-4142 |#1|) (-771))) . T))
((((-566) |#1|) . T))
((((-1157)) . T) (((-862)) . T))
(((|#2| |#2|) . T))
(((|#1| (-533 (-1175))) . T))
-(-2768 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
((((-566)) . T))
(((|#2|) . T))
(((|#2|) . T))
((((-1175)) |has| |#1| (-900 (-1175))) (((-1081)) . T))
(((|#1|) . T) (((-566)) |has| |#1| (-639 (-566))))
(|has| |#1| (-558))
-(((#0=(-1249 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))) (((-566)) . T) (($) . T))
+(((#0=(-1250 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))) (((-566)) . T) (($) . T))
((($) . T) (((-409 (-566))) . T))
((($) . T))
((($) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
(((|#1|) . T))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-862)) . T))
((((-144)) . T))
(((|#1|) . T) (((-409 (-566))) . T))
@@ -3352,7 +3353,7 @@
((((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-566)) |has| |#1| (-1038 (-566))) ((|#1|) . T) ((|#2|) . T))
((((-1081)) . T) ((|#1|) . T) (((-566)) |has| |#1| (-1038 (-566))) (((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))))
((((-381)) -12 (|has| |#1| (-886 (-381))) (|has| |#2| (-886 (-381)))) (((-566)) -12 (|has| |#1| (-886 (-566))) (|has| |#2| (-886 (-566)))))
-((((-1250 |#1| |#2| |#3| |#4|)) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T))
((((-566) |#1|) . T))
(((|#1| |#1|) . T))
((($) . T) ((|#2|) . T))
@@ -3367,7 +3368,7 @@
(|has| |#1| (-1099))
(|has| |#1| (-1099))
(|has| |#2| (-365))
-(((|#1|) . T) (($) -2768 (|has| |#1| (-291)) (|has| |#1| (-365))) (((-409 (-566))) |has| |#1| (-365)))
+(((|#1|) . T) (($) -2700 (|has| |#1| (-291)) (|has| |#1| (-365))) (((-409 (-566))) |has| |#1| (-365)))
(|has| |#1| (-365))
(|has| |#1| (-365))
(|has| |#1| (-38 (-409 (-566))))
@@ -3376,32 +3377,32 @@
((((-1175)) -12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049))))
(((|#1|) . T))
(|has| |#1| (-233))
-(((|#2| (-240 (-3000 |#1|) (-771))) . T))
+(((|#2| (-240 (-4142 |#1|) (-771))) . T))
(((|#1| (-533 |#3|)) . T))
(|has| |#1| (-370))
(|has| |#1| (-370))
(|has| |#1| (-370))
(((|#1|) . T) (($) . T))
(((|#1| (-533 |#2|)) . T))
-(-2768 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(((|#1| (-771)) . T))
(|has| |#1| (-558))
-(-2768 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-25)) (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(-12 (|has| |#1| (-21)) (|has| |#2| (-21)))
((((-862)) . T))
((((-566)) . T) (((-409 (-566))) . T) (($) . T))
-(-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))
-(-2768 (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))
+(-2700 (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
(((|#1|) |has| |#1| (-172)))
(((|#4|) |has| |#4| (-1049)))
(((|#3|) |has| |#3| (-1049)))
(-12 (|has| |#1| (-365)) (|has| |#2| (-820)))
(-12 (|has| |#1| (-365)) (|has| |#2| (-820)))
-((((-566)) . T) (((-409 (-566))) -2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))) ((|#2|) . T) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-864 |#1|)) . T))
-((((-1124 |#1| |#2|)) . T) (((-566)) . T) ((|#3|) . T) (($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) ((|#2|) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-566)) . T) (((-409 (-566))) -2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))) ((|#2|) . T) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-864 |#1|)) . T))
+((((-1124 |#1| |#2|)) . T) (((-566)) . T) ((|#3|) . T) (($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))) ((|#2|) . T))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-538)) |has| |#1| (-614 (-538))))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T) (((-566)) . T))
(((|#1|) . T) (((-409 (-566))) . T) (($) . T) (((-566)) . T))
@@ -3420,31 +3421,31 @@
(((|#2|) |has| |#2| (-1049)) (((-566)) -12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049))))
(((|#1|) . T))
(|has| |#2| (-365))
-(((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))) ((|#2| |#2|) . T) (($ $) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
+(((#0=(-409 (-566)) #0#) |has| |#2| (-38 (-409 (-566)))) ((|#2| |#2|) . T) (($ $) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1| |#1|) . T) ((#0=(-409 (-566)) #0#) |has| |#1| (-38 (-409 (-566)))))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-409 (-566)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-409 (-566)) #0#) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#0=(-409 (-566)) #0#) . T))
(((|#2| |#2|) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T) (($) -2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) . T) (($) . T) (((-409 (-566))) . T))
(((|#2|) . T))
((((-862)) |has| |#1| (-1099)))
((($) . T))
-((((-1250 |#1| |#2| |#3| |#4|)) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#2| (-820))
(|has| |#2| (-820))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(|has| |#1| (-365))
(|has| |#1| (-365))
(|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))
(|has| |#1| (-365))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
(((|#1|) |has| |#2| (-419 |#1|)))
(((|#1|) |has| |#2| (-419 |#1|)))
((((-1157)) . T))
@@ -3452,7 +3453,7 @@
((((-862)) . T) (((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
-((((-644 |#1|)) . T) (((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-644 |#1|)) . T) (((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-1180)) . T))
((((-1180)) . T))
((((-1180)) . T))
@@ -3462,49 +3463,49 @@
((((-1180)) . T))
((((-862)) . T))
((((-862)) . T) (((-1180)) . T))
-((((-1213)) . T) (((-862)) . T) (((-1180)) . T))
+((((-1214)) . T) (((-862)) . T) (((-1180)) . T))
((((-1180)) . T))
((((-1180)) . T))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) |has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) |has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
((((-566) |#1|) . T))
((((-566) |#1|) . T))
((((-566) |#1|) . T))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
((((-566) |#1|) . T))
(((|#1|) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#1|) |has| |#1| (-172)))
((((-1175)) |has| |#1| (-900 (-1175))) (((-818 (-1175))) . T))
-(-2768 (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#3| (-131)) (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-793)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
((((-819 |#1|)) . T))
(((|#1| |#2|) . T))
((((-862)) . T))
-(-2768 (|has| |#3| (-172)) (|has| |#3| (-726)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#3| (-172)) (|has| |#3| (-726)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
(((|#1| |#2|) . T))
((($) . T) (((-566)) . T) (((-409 (-566))) . T))
(|has| |#1| (-38 (-409 (-566))))
((((-862)) . T))
-((((-1250 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-409 (-566))) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)) (((-409 (-566))) |has| |#1| (-558)))
(((|#2|) . T) (((-566)) |has| |#2| (-639 (-566))))
(|has| |#1| (-365))
-(-2768 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (-12 (|has| |#1| (-365)) (|has| |#2| (-233))))
+(-2700 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (-12 (|has| |#1| (-365)) (|has| |#2| (-233))))
(|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))
(|has| |#1| (-365))
(((|#1|) . T))
-(((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1| |#1|) . T))
+(((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1| |#1|) . T))
((((-566) |#1|) . T))
((((-317 |#1|)) . T))
((((-910 |#1|)) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
(((#0=(-699) (-1171 #0#)) . T))
-((((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1|) . T))
+((((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((|#1|) . T))
(((|#1|) . T) (($) . T) (((-566)) . T) (((-409 (-566))) . T))
(((|#1| |#2| |#3| |#4|) . T))
(|has| |#1| (-848))
-(((|#2|) . T) (((-1175)) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-1175)))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) ((|#1|) |has| |#1| (-172)))
-(((|#2|) . T) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) -2768 (|has| |#1| (-365)) (|has| |#1| (-558))))
+(((|#2|) . T) (((-1175)) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-1175)))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))) (((-566)) . T) ((|#1|) |has| |#1| (-172)))
+(((|#2|) . T) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) (((-566)) . T) (($) -2700 (|has| |#1| (-365)) (|has| |#1| (-558))))
((($ $) . T) ((#0=(-864 |#1|) $) . T) ((#0# |#2|) . T))
((((-1124 |#1| (-1175))) . T) (((-818 (-1175))) . T) ((|#1|) . T) (((-566)) |has| |#1| (-1038 (-566))) (((-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) (((-1175)) . T))
((($) . T))
@@ -3514,20 +3515,20 @@
((($) . T) ((|#2|) . T))
((($) . T) ((|#2|) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))))
(|has| |#2| (-909))
-((($) . T) ((#0=(-1249 |#2| |#3| |#4|)) |has| #0# (-172)) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
+((($) . T) ((#0=(-1250 |#2| |#3| |#4|)) |has| #0# (-172)) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
(((|#1|) |has| |#1| (-172)))
((((-566) |#1|) . T))
(((|#1|) . T))
((((-1180)) . T))
-(((#0=(-1250 |#1| |#2| |#3| |#4|)) |has| #0# (-310 #0#)))
+(((#0=(-1251 |#1| |#2| |#3| |#4|)) |has| #0# (-310 #0#)))
((($) . T))
(((|#1|) . T))
-((($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2| |#2|) |has| |#1| (-365)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
+((($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2| |#2|) |has| |#1| (-365)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) ((#0=(-409 (-566)) #0#) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
(|has| |#2| (-233))
(|has| $ (-147))
((((-862)) . T))
-((($) . T) (((-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
+((($) . T) (((-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-351))) ((|#1|) . T))
((((-862)) . T))
(|has| |#1| (-848))
((((-129)) . T))
@@ -3542,41 +3543,41 @@
(((|#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#4|) . T))
(|has| |#1| (-558))
-((($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2|) |has| |#1| (-365)) ((|#1|) . T))
-((((-1175)) -2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))
-(((|#1|) . T) (($) -2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
+((($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))) ((|#2|) |has| |#1| (-365)) ((|#1|) . T))
+((((-1175)) -2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))
+(((|#1|) . T) (($) -2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-558))) (((-409 (-566))) -2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-365))))
((((-1175)) -12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175)))))
((((-1175)) -12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175)))))
(((|#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))
((((-566) |#1|) . T))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
(((|#1|) . T))
(((|#1| (-533 (-818 (-1175)))) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
((((-566)) . T) ((|#2|) . T) (($) . T) (((-409 (-566))) . T) (((-1175)) |has| |#2| (-1038 (-1175))))
(((|#1|) . T))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
(((|#1|) . T))
-(-2768 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
-(-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))
-((((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)))
+(-2700 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))
+((((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)))
((($) . T) (((-870 |#1|)) . T) (((-409 (-566))) . T))
-((((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)))
+((((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)))
(|has| |#1| (-558))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-409 |#2|)) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-538)) |has| |#1| (-614 (-538))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-538)) |has| |#1| (-614 (-538))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((((-538)) |has| |#1| (-614 (-538))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
(((|#1|) . T))
(((|#2| |#2|) . T) ((#0=(-409 (-566)) #0#) . T) (($ $) . T))
((((-566)) . T))
@@ -3607,21 +3608,21 @@
((((-129)) . T))
((($) . T) (((-566)) . T) (((-116 |#1|)) . T) (((-409 (-566))) . T))
((((-862)) . T))
-((((-1256 |#1| |#2| |#3|)) . T))
-((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
+((((-1257 |#1| |#2| |#3|)) . T))
+((((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) |has| |#2| (-172)) (($) -2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))))
(((|#2|) . T) ((|#6|) . T))
((($) . T) (((-409 (-566))) |has| |#2| (-38 (-409 (-566)))) ((|#2|) . T))
((($) . T) (((-566)) . T))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((((-1103)) . T))
((((-862)) . T))
-((($) -2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((($) -2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
((($) . T) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((|#1|) . T))
((($) . T))
-((($) -2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
-((((-1256 |#1| |#2| |#3|)) |has| |#1| (-365)))
+((($) -2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909))) ((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-38 (-409 (-566)))))
+((((-1257 |#1| |#2| |#3|)) |has| |#1| (-365)))
(|has| |#1| (-365))
-((((-1256 |#1| |#2| |#3|)) . T) (((-1228 |#1| |#2| |#3|)) . T))
+((((-1257 |#1| |#2| |#3|)) . T) (((-1229 |#1| |#2| |#3|)) . T))
((((-1175)) . T) (((-862)) . T))
(|has| |#2| (-909))
(((|#1|) . T))
@@ -3630,14 +3631,14 @@
(((|#1|) . T))
(((|#1| |#1|) |has| |#1| (-172)))
((((-699)) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
((((-1180)) . T))
(((|#1|) |has| |#1| (-172)))
((((-1180)) . T))
-((((-1250 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-409 (-566))) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-409 (-566))) . T))
(((|#1|) |has| |#1| (-172)) (($) |has| |#1| (-558)) (((-409 (-566))) |has| |#1| (-558)))
((((-1180)) . T))
-((((-1250 |#1| |#2| |#3| |#4|)) . T) (((-409 (-566))) . T) (($) . T))
+((((-1251 |#1| |#2| |#3| |#4|)) . T) (((-409 (-566))) . T) (($) . T))
(((|#1|) |has| |#1| (-172)) (((-409 (-566))) |has| |#1| (-558)) (($) |has| |#1| (-558)))
((((-409 (-566))) . T) (($) . T))
(((|#1| (-566)) . T))
@@ -3647,13 +3648,13 @@
((((-1180)) . T))
((((-1180)) . T))
((((-1180)) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
((((-1180)) . T))
((((-1180)) . T))
(|has| |#1| (-365))
(|has| |#1| (-365))
-(-2768 (|has| |#1| (-172)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-172)) (|has| |#1| (-558)))
(((|#1| (-566)) . T))
(((|#1| (-409 (-566))) . T))
(((|#1| (-771)) . T))
@@ -3668,27 +3669,27 @@
((((-892 (-381))) . T) (((-892 (-566))) . T) (((-1175)) . T) (((-538)) . T))
(((|#1|) . T))
((((-862)) . T))
-(-2768 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
-(-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))
+(-2700 (|has| |#2| (-131)) (|has| |#2| (-172)) (|has| |#2| (-365)) (|has| |#2| (-793)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))
((((-566)) . T))
((((-566)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(-2768 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
+(-2700 (|has| |#2| (-172)) (|has| |#2| (-726)) (|has| |#2| (-848)) (|has| |#2| (-1049)))
((((-1175)) -12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049))))
-(-2768 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726))))
+(-2700 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726))))
(|has| |#1| (-145))
(|has| |#1| (-147))
(|has| |#1| (-365))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((($) . T) ((#0=(-1249 |#2| |#3| |#4|)) |has| #0# (-172)) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
+((($) . T) ((#0=(-1250 |#2| |#3| |#4|)) |has| #0# (-172)) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
(|has| |#1| (-233))
((($) . T) (((-566)) . T) (((-409 (-566))) . T))
((($) . T) (((-566)) . T))
((($) . T) (((-566)) . T))
-((($) . T) ((#0=(-1249 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
+((($) . T) ((#0=(-1250 |#2| |#3| |#4|)) . T) (((-409 (-566))) |has| #0# (-38 (-409 (-566)))))
((((-862)) . T))
(((|#1| (-771) (-1081)) . T))
((((-566) |#1|) . T))
@@ -3708,7 +3709,7 @@
(((|#1| |#2|) . T))
((((-566)) . T) ((|#2|) |has| |#2| (-172)))
((((-114)) . T) ((|#1|) . T) (((-566)) . T))
-(-2768 (|has| |#1| (-351)) (|has| |#1| (-370)))
+(-2700 (|has| |#1| (-351)) (|has| |#1| (-370)))
(((|#1| |#2|) . T))
((((-225)) . T))
((((-409 (-566))) . T) (($) . T) (((-566)) . T))
@@ -3720,7 +3721,7 @@
(((|#1|) . T))
(((|#1|) . T))
((((-538)) |has| |#1| (-614 (-538))))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-850)) (|has| |#1| (-1099))))
((($) . T) (((-409 (-566))) . T))
(|has| |#1| (-909))
(|has| |#1| (-909))
@@ -3731,14 +3732,14 @@
(((|#1| |#1|) |has| |#1| (-172)))
(((|#1|) . T) (((-566)) . T))
((((-1180)) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-558)))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-848)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-558)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-848)))
(((|#2|) . T))
-(-2768 (|has| |#1| (-21)) (|has| |#1| (-848)))
+(-2700 (|has| |#1| (-21)) (|has| |#1| (-848)))
(((|#1|) |has| |#1| (-172)))
(((|#1|) . T))
(((|#1|) . T))
-((((-862)) -2768 (-12 (|has| |#1| (-613 (-862))) (|has| |#2| (-613 (-862)))) (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099)))))
+((((-862)) -2700 (-12 (|has| |#1| (-613 (-862))) (|has| |#2| (-613 (-862)))) (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099)))))
((((-409 |#2|) |#3|) . T))
((((-409 (-566))) . T) (($) . T))
(|has| |#1| (-38 (-409 (-566))))
@@ -3752,19 +3753,19 @@
(((|#1|) . T) (((-409 (-566))) . T) (((-566)) . T) (($) . T))
(((#0=(-566) #0#) . T))
((($) . T) (((-409 (-566))) . T))
-(-2768 (|has| |#4| (-172)) (|has| |#4| (-726)) (|has| |#4| (-848)) (|has| |#4| (-1049)))
-(-2768 (|has| |#3| (-172)) (|has| |#3| (-726)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
+(-2700 (|has| |#4| (-172)) (|has| |#4| (-726)) (|has| |#4| (-848)) (|has| |#4| (-1049)))
+(-2700 (|has| |#3| (-172)) (|has| |#3| (-726)) (|has| |#3| (-848)) (|has| |#3| (-1049)))
((((-862)) . T) (((-1180)) . T))
(|has| |#4| (-793))
-(-2768 (|has| |#4| (-793)) (|has| |#4| (-848)))
+(-2700 (|has| |#4| (-793)) (|has| |#4| (-848)))
(|has| |#4| (-848))
(|has| |#3| (-793))
((((-1180)) . T))
-(-2768 (|has| |#3| (-793)) (|has| |#3| (-848)))
+(-2700 (|has| |#3| (-793)) (|has| |#3| (-848)))
(|has| |#3| (-848))
((((-566)) . T))
(((|#2|) . T))
-((((-1175)) -2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))
+((((-1175)) -2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))
((((-1175)) -12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175)))))
((((-1175)) -12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175)))))
(((|#1| |#1|) . T) (($ $) . T))
@@ -3779,11 +3780,11 @@
((((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)))
((((-1139 |#1| |#2|)) . T))
((((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)))
-(((|#2|) . T) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) . T))
+(((|#2|) . T) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) . T))
((($) . T))
(|has| |#1| (-1022))
-(((|#2|) . T) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+(((|#2|) . T) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
((((-862)) . T))
((((-538)) |has| |#2| (-614 (-538))) (((-892 (-566))) |has| |#2| (-614 (-892 (-566)))) (((-892 (-381))) |has| |#2| (-614 (-892 (-381)))) (((-381)) . #0=(|has| |#2| (-1022))) (((-225)) . #0#))
((((-295 |#3|)) . T))
@@ -3800,15 +3801,15 @@
((((-1173 |#1| |#2| |#3|)) . T))
((((-1173 |#1| |#2| |#3|)) . T) (((-1166 |#1| |#2| |#3|)) . T))
((((-862)) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
((((-566) |#1|) . T))
((((-1173 |#1| |#2| |#3|)) |has| |#1| (-365)))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
(((|#2|) . T))
(|has| |#2| (-365))
-(((|#3|) . T) ((|#2|) . T) (($) -2768 (|has| |#4| (-172)) (|has| |#4| (-848)) (|has| |#4| (-1049))) ((|#4|) -2768 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))))
-(((|#2|) . T) (($) -2768 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049))) ((|#3|) -2768 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))))
+(((|#3|) . T) ((|#2|) . T) (($) -2700 (|has| |#4| (-172)) (|has| |#4| (-848)) (|has| |#4| (-1049))) ((|#4|) -2700 (|has| |#4| (-172)) (|has| |#4| (-365)) (|has| |#4| (-1049))))
+(((|#2|) . T) (($) -2700 (|has| |#3| (-172)) (|has| |#3| (-848)) (|has| |#3| (-1049))) ((|#3|) -2700 (|has| |#3| (-172)) (|has| |#3| (-365)) (|has| |#3| (-1049))))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-365))
@@ -3823,7 +3824,7 @@
((((-187)) . T) (((-862)) . T))
((((-862)) . T))
(((|#1|) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
((((-129)) . T) (((-862)) . T))
((((-566) |#1|) . T))
((((-129)) . T))
@@ -3832,13 +3833,13 @@
(((|#1|) . T))
(((|#2| $) -12 (|has| |#1| (-365)) (|has| |#2| (-287 |#2| |#2|))) (($ $) . T))
((($ $) . T))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-909)))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-454)) (|has| |#1| (-909)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
((((-862)) . T))
((((-862)) . T))
((((-862)) . T))
(((|#1| (-533 |#2|)) . T))
-((((-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) . T))
+((((-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) . T))
((((-566) (-129)) . T))
(((|#1| (-566)) . T))
(((|#1| (-409 (-566))) . T))
@@ -3853,8 +3854,8 @@
((((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
-(-2768 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
-(-2768 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
+(-2700 (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909)))
+(-2700 (|has| |#1| (-454)) (|has| |#1| (-558)) (|has| |#1| (-909)))
((($) . T))
(((|#2| (-533 (-864 |#1|))) . T))
((((-1180)) . T))
@@ -3869,13 +3870,13 @@
((((-1180)) . T))
((((-862)) . T) (((-1180)) . T))
((((-1180)) . T))
-((((-862)) -2768 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
+((((-862)) -2700 (|has| |#1| (-613 (-862))) (|has| |#1| (-1099))))
(((|#1|) . T))
(((|#2| (-771)) . T))
(((|#1| |#2|) . T))
((((-1157) |#1|) . T))
((((-409 |#2|)) . T))
-((((-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T))
+((((-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T))
(|has| |#1| (-558))
(|has| |#1| (-558))
((($) . T) ((|#2|) . T))
@@ -3886,14 +3887,14 @@
((((-566)) . T) (($) . T))
(((|#2| $) |has| |#2| (-287 |#2| |#2|)))
(((|#1| (-644 |#1|)) |has| |#1| (-848)))
-(-2768 (|has| |#1| (-233)) (|has| |#1| (-351)))
-(-2768 (|has| |#1| (-365)) (|has| |#1| (-351)))
-((((-1260 |#1|)) . T) (((-566)) . T) ((|#2|) . T) (((-409 (-566))) |has| |#2| (-1038 (-409 (-566)))))
+(-2700 (|has| |#1| (-233)) (|has| |#1| (-351)))
+(-2700 (|has| |#1| (-365)) (|has| |#1| (-351)))
+((((-1261 |#1|)) . T) (((-566)) . T) ((|#2|) . T) (((-409 (-566))) |has| |#2| (-1038 (-409 (-566)))))
(|has| |#1| (-1099))
(((|#1|) . T))
-((((-1260 |#1|)) . T) (((-566)) . T) (($) -2768 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-1081)) . T) ((|#2|) . T) (((-409 (-566))) -2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))))
+((((-1261 |#1|)) . T) (((-566)) . T) (($) -2700 (|has| |#2| (-365)) (|has| |#2| (-454)) (|has| |#2| (-558)) (|has| |#2| (-909))) (((-1081)) . T) ((|#2|) . T) (((-409 (-566))) -2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))))
((((-409 (-566))) . T) (($) . T))
-((((-999 |#1|)) . T) ((|#1|) . T) (((-566)) -2768 (|has| (-999 |#1|) (-1038 (-566))) (|has| |#1| (-1038 (-566)))) (((-409 (-566))) -2768 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
+((((-999 |#1|)) . T) ((|#1|) . T) (((-566)) -2700 (|has| (-999 |#1|) (-1038 (-566))) (|has| |#1| (-1038 (-566)))) (((-409 (-566))) -2700 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))
((((-910 |#1|)) . T) (((-409 (-566))) . T) (($) . T))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
(((|#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))
@@ -3909,10 +3910,10 @@
(((|#1| |#2| |#3| |#4|) . T))
(((#0=(-1139 |#1| |#2|) #0#) |has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))))
(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) #0#) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((#0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) #0#) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))))
(((#0=(-116 |#1|)) |has| #0# (-310 #0#)))
((($ $) . T))
-(-2768 (|has| |#1| (-850)) (|has| |#1| (-1099)))
+(-2700 (|has| |#1| (-850)) (|has| |#1| (-1099)))
((($ $) . T) ((#0=(-864 |#1|) $) . T) ((#0# |#2|) . T))
((($ $) . T) ((|#2| $) |has| |#1| (-233)) ((|#2| |#1|) |has| |#1| (-233)) ((|#3| |#1|) . T) ((|#3| $) . T))
-(((-480 . -1099) T) ((-265 . -516) 187920) ((-247 . -516) 187863) ((-245 . -1099) 187813) ((-573 . -111) 187798) ((-533 . -23) T) ((-137 . -1099) T) ((-133 . -1099) T) ((-117 . -310) 187755) ((-138 . -1099) T) ((-481 . -516) 187547) ((-677 . -616) 187531) ((-694 . -102) T) ((-1140 . -516) 187450) ((-392 . -131) T) ((-1277 . -976) 187419) ((-1024 . -1051) 187356) ((-31 . -93) T) ((-602 . -491) 187340) ((-1024 . -640) 187277) ((-621 . -131) T) ((-819 . -846) T) ((-525 . -57) 187227) ((-521 . -516) 187160) ((-356 . -1051) 187105) ((-59 . -516) 187038) ((-518 . -516) 186971) ((-420 . -900) 186930) ((-169 . -1049) T) ((-499 . -516) 186863) ((-498 . -516) 186796) ((-356 . -640) 186741) ((-799 . -1038) 186524) ((-699 . -38) 186489) ((-1237 . -616) 186237) ((-345 . -351) T) ((-1093 . -1092) 186221) ((-1093 . -1099) 186199) ((-855 . -616) 186096) ((-169 . -243) 186047) ((-169 . -233) 185998) ((-1093 . -1094) 185956) ((-872 . -287) 185914) ((-225 . -795) T) ((-225 . -792) T) ((-694 . -285) NIL) ((-573 . -616) 185886) ((-1149 . -1190) 185865) ((-409 . -992) 185849) ((-48 . -1051) 185814) ((-701 . -21) T) ((-701 . -25) T) ((-48 . -640) 185779) ((-1279 . -648) 185753) ((-317 . -160) 185732) ((-317 . -143) 185711) ((-1149 . -107) 185661) ((-116 . -21) T) ((-40 . -231) 185638) ((-134 . -25) T) ((-116 . -25) T) ((-608 . -289) 185614) ((-477 . -289) 185593) ((-1237 . -327) 185570) ((-1237 . -1049) T) ((-855 . -1049) T) ((-799 . -340) 185554) ((-139 . -185) T) ((-117 . -1150) NIL) ((-91 . -613) 185486) ((-479 . -131) T) ((-1237 . -233) T) ((-1095 . -492) 185467) ((-1095 . -613) 185433) ((-1089 . -492) 185414) ((-1089 . -613) 185380) ((-594 . -1214) T) ((-1072 . -492) 185361) ((-573 . -1049) T) ((-1072 . -613) 185327) ((-662 . -717) 185311) ((-1065 . -492) 185292) ((-1065 . -613) 185258) ((-958 . -289) 185235) ((-60 . -34) T) ((-1061 . -795) T) ((-1061 . -792) T) ((-1036 . -492) 185216) ((-1019 . -492) 185197) ((-816 . -726) T) ((-731 . -47) 185162) ((-623 . -38) 185149) ((-357 . -291) T) ((-354 . -291) T) ((-346 . -291) T) ((-265 . -291) 185080) ((-247 . -291) 185011) ((-1036 . -613) 184977) ((-1024 . -102) T) ((-1019 . -613) 184943) ((-626 . -492) 184924) ((-415 . -726) T) ((-117 . -38) 184869) ((-485 . -492) 184850) ((-626 . -613) 184816) ((-415 . -475) T) ((-218 . -492) 184797) ((-485 . -613) 184763) ((-356 . -102) T) ((-218 . -613) 184729) ((-1208 . -1057) T) ((-345 . -646) 184659) ((-711 . -1057) T) ((-1173 . -47) 184636) ((-1172 . -47) 184606) ((-1166 . -47) 184583) ((-128 . -289) 184558) ((-1035 . -151) 184504) ((-910 . -291) T) ((-1125 . -47) 184476) ((-694 . -310) NIL) ((-517 . -613) 184458) ((-512 . -613) 184440) ((-510 . -613) 184422) ((-328 . -1099) 184372) ((-712 . -454) 184303) ((-48 . -102) T) ((-1248 . -287) 184288) ((-1227 . -287) 184208) ((-644 . -666) 184192) ((-644 . -651) 184176) ((-341 . -21) T) ((-341 . -25) T) ((-40 . -351) NIL) ((-174 . -21) T) ((-174 . -25) T) ((-644 . -375) 184160) ((-605 . -492) 184142) ((-602 . -287) 184119) ((-605 . -613) 184086) ((-390 . -102) T) ((-1119 . -143) T) ((-126 . -613) 184018) ((-874 . -1099) T) ((-658 . -413) 184002) ((-714 . -613) 183984) ((-249 . -613) 183951) ((-187 . -613) 183933) ((-162 . -613) 183915) ((-157 . -613) 183897) ((-1279 . -726) T) ((-1101 . -34) T) ((-871 . -795) NIL) ((-871 . -792) NIL) ((-858 . -850) T) ((-731 . -886) NIL) ((-1288 . -131) T) ((-383 . -131) T) ((-892 . -616) 183865) ((-904 . -102) T) ((-731 . -1038) 183741) ((-533 . -131) T) ((-1086 . -413) 183725) ((-1000 . -491) 183709) ((-117 . -402) 183686) ((-1166 . -1214) 183665) ((-782 . -413) 183649) ((-780 . -413) 183633) ((-943 . -34) T) ((-694 . -1150) NIL) ((-252 . -648) 183468) ((-251 . -648) 183290) ((-817 . -920) 183269) ((-456 . -413) 183253) ((-602 . -19) 183237) ((-1145 . -1207) 183206) ((-1166 . -886) NIL) ((-1166 . -884) 183158) ((-602 . -604) 183135) ((-1200 . -613) 183067) ((-1174 . -613) 183049) ((-62 . -397) T) ((-1172 . -1038) 182984) ((-1166 . -1038) 182950) ((-694 . -38) 182900) ((-40 . -646) 182830) ((-476 . -287) 182815) ((-1220 . -613) 182797) ((-731 . -379) 182781) ((-838 . -613) 182763) ((-658 . -1057) T) ((-1248 . -1002) 182729) ((-1227 . -1002) 182695) ((-1087 . -616) 182679) ((-1062 . -1190) 182654) ((-1075 . -616) 182631) ((-872 . -614) 182438) ((-872 . -613) 182420) ((-1187 . -491) 182357) ((-420 . -1022) 182335) ((-48 . -310) 182322) ((-1062 . -107) 182268) ((-481 . -491) 182205) ((-522 . -1214) T) ((-1166 . -340) 182157) ((-1140 . -491) 182128) ((-1166 . -379) 182080) ((-1086 . -1057) T) ((-439 . -102) T) ((-183 . -1099) T) ((-252 . -34) T) ((-251 . -34) T) ((-782 . -1057) T) ((-780 . -1057) T) ((-731 . -900) 182057) ((-456 . -1057) T) ((-59 . -491) 182041) ((-1034 . -1056) 182015) ((-521 . -491) 181999) ((-518 . -491) 181983) ((-499 . -491) 181967) ((-498 . -491) 181951) ((-245 . -516) 181884) ((-1034 . -111) 181851) ((-1173 . -900) 181764) ((-1172 . -900) 181670) ((-1166 . -900) 181503) ((-1125 . -900) 181487) ((-670 . -1111) T) ((-356 . -1150) T) ((-645 . -93) T) ((-323 . -1056) 181469) ((-252 . -791) 181448) ((-252 . -794) 181399) ((-31 . -492) 181380) ((-252 . -793) 181359) ((-251 . -791) 181338) ((-251 . -794) 181289) ((-251 . -793) 181268) ((-31 . -613) 181234) ((-50 . -1057) T) ((-252 . -726) 181144) ((-251 . -726) 181054) ((-1208 . -1099) T) ((-670 . -23) T) ((-583 . -1057) T) ((-520 . -1057) T) ((-381 . -1056) 181019) ((-323 . -111) 180994) ((-73 . -385) T) ((-73 . -397) T) ((-1024 . -38) 180931) ((-694 . -402) 180913) ((-99 . -102) T) ((-711 . -1099) T) ((-1292 . -1051) 180900) ((-1003 . -145) 180872) ((-1003 . -147) 180844) ((-870 . -646) 180816) ((-381 . -111) 180772) ((-320 . -1218) 180751) ((-476 . -1002) 180717) ((-356 . -38) 180682) ((-40 . -372) 180654) ((-873 . -613) 180526) ((-127 . -125) 180510) ((-121 . -125) 180494) ((-836 . -1056) 180464) ((-833 . -21) 180416) ((-827 . -1056) 180400) ((-833 . -25) 180352) ((-320 . -558) 180303) ((-519 . -616) 180284) ((-566 . -828) T) ((-240 . -1214) T) ((-1034 . -616) 180253) ((-836 . -111) 180218) ((-827 . -111) 180197) ((-1248 . -613) 180179) ((-1227 . -613) 180161) ((-1227 . -614) 179832) ((-1171 . -909) 179811) ((-1124 . -909) 179790) ((-48 . -38) 179755) ((-1286 . -1111) T) ((-602 . -613) 179667) ((-602 . -614) 179628) ((-1284 . -1111) T) ((-363 . -616) 179612) ((-323 . -616) 179596) ((-240 . -1038) 179423) ((-1171 . -648) 179348) ((-1124 . -648) 179273) ((-854 . -648) 179247) ((-718 . -613) 179229) ((-548 . -370) T) ((-1286 . -23) T) ((-1284 . -23) T) ((-493 . -1099) T) ((-381 . -616) 179179) ((-381 . -618) 179161) ((-1034 . -1049) T) ((-865 . -102) T) ((-1187 . -287) 179140) ((-169 . -370) 179091) ((-1004 . -1214) T) ((-836 . -616) 179045) ((-827 . -616) 179000) ((-44 . -23) T) ((-481 . -287) 178979) ((-587 . -1099) T) ((-1145 . -1108) 178948) ((-1103 . -1102) 178900) ((-392 . -21) T) ((-392 . -25) T) ((-152 . -1111) T) ((-1292 . -102) T) ((-1004 . -884) 178882) ((-1004 . -886) 178864) ((-1208 . -717) 178761) ((-623 . -231) 178745) ((-621 . -21) T) ((-290 . -558) T) ((-621 . -25) T) ((-1194 . -1099) T) ((-711 . -717) 178710) ((-240 . -379) 178679) ((-1004 . -1038) 178639) ((-381 . -1049) T) ((-223 . -1057) T) ((-117 . -231) 178616) ((-59 . -287) 178593) ((-152 . -23) T) ((-518 . -287) 178570) ((-328 . -516) 178503) ((-498 . -287) 178480) ((-381 . -243) T) ((-381 . -233) T) ((-836 . -1049) T) ((-827 . -1049) T) ((-712 . -949) 178449) ((-701 . -850) T) ((-476 . -613) 178431) ((-1250 . -1051) 178336) ((-582 . -646) 178308) ((-566 . -646) 178280) ((-497 . -646) 178230) ((-827 . -233) 178209) ((-134 . -850) T) ((-1250 . -640) 178101) ((-658 . -1099) T) ((-1187 . -604) 178080) ((-552 . -1190) 178059) ((-338 . -1099) T) ((-320 . -365) 178038) ((-409 . -147) 178017) ((-409 . -145) 177996) ((-964 . -1111) 177895) ((-240 . -900) 177827) ((-815 . -1111) 177737) ((-654 . -852) 177721) ((-481 . -604) 177700) ((-552 . -107) 177650) ((-1004 . -379) 177632) ((-1004 . -340) 177614) ((-97 . -1099) T) ((-964 . -23) 177425) ((-479 . -21) T) ((-479 . -25) T) ((-815 . -23) 177295) ((-1175 . -613) 177277) ((-59 . -19) 177261) ((-1175 . -614) 177183) ((-1171 . -726) T) ((-1124 . -726) T) ((-518 . -19) 177167) ((-498 . -19) 177151) ((-59 . -604) 177128) ((-1086 . -1099) T) ((-901 . -102) 177106) ((-854 . -726) T) ((-782 . -1099) T) ((-518 . -604) 177083) ((-498 . -604) 177060) ((-780 . -1099) T) ((-780 . -1064) 177027) ((-463 . -1099) T) ((-456 . -1099) T) ((-587 . -717) 177002) ((-649 . -1099) T) ((-1256 . -47) 176979) ((-1250 . -102) T) ((-1249 . -47) 176949) ((-1228 . -47) 176926) ((-1208 . -172) 176877) ((-1172 . -308) 176856) ((-1166 . -308) 176835) ((-1095 . -616) 176816) ((-1089 . -616) 176797) ((-1079 . -558) 176748) ((-1004 . -900) NIL) ((-1079 . -1218) 176699) ((-670 . -131) T) ((-627 . -1111) T) ((-1072 . -616) 176680) ((-1065 . -616) 176661) ((-1036 . -616) 176642) ((-1019 . -616) 176623) ((-699 . -646) 176573) ((-276 . -1099) T) ((-85 . -443) T) ((-85 . -397) T) ((-714 . -1056) 176543) ((-711 . -172) T) ((-50 . -1099) T) ((-596 . -47) 176520) ((-225 . -648) 176485) ((-583 . -1099) T) ((-520 . -1099) T) ((-489 . -820) T) ((-489 . -920) T) ((-361 . -1218) T) ((-355 . -1218) T) ((-347 . -1218) T) ((-320 . -1111) T) ((-317 . -1051) 176395) ((-314 . -1051) 176324) ((-108 . -1218) T) ((-626 . -616) 176305) ((-361 . -558) T) ((-217 . -920) T) ((-217 . -820) T) ((-317 . -640) 176215) ((-314 . -640) 176144) ((-355 . -558) T) ((-347 . -558) T) ((-485 . -616) 176125) ((-108 . -558) T) ((-658 . -717) 176095) ((-1166 . -1022) NIL) ((-218 . -616) 176076) ((-320 . -23) T) ((-67 . -1214) T) ((-1000 . -613) 176008) ((-694 . -231) 175990) ((-714 . -111) 175955) ((-644 . -34) T) ((-245 . -491) 175939) ((-1101 . -1097) 175923) ((-171 . -1099) T) ((-952 . -909) 175902) ((-1292 . -1150) T) ((-1288 . -21) T) ((-517 . -616) 175886) ((-1288 . -25) T) ((-1286 . -131) T) ((-1284 . -131) T) ((-483 . -909) 175865) ((-1277 . -102) T) ((-1260 . -613) 175831) ((-1249 . -1038) 175766) ((-1228 . -1214) 175745) ((-1228 . -886) NIL) ((-1228 . -884) 175697) ((-1086 . -717) 175546) ((-1061 . -648) 175533) ((-952 . -648) 175458) ((-782 . -717) 175287) ((-538 . -613) 175269) ((-538 . -614) 175250) ((-780 . -717) 175099) ((-1076 . -102) T) ((-383 . -25) T) ((-623 . -646) 175071) ((-383 . -21) T) ((-483 . -648) 174996) ((-463 . -717) 174967) ((-456 . -717) 174816) ((-987 . -102) T) ((-1228 . -1038) 174782) ((-1187 . -614) NIL) ((-1187 . -613) 174764) ((-737 . -102) T) ((-117 . -646) 174694) ((-605 . -616) 174676) ((-1141 . -1122) 174621) ((-1046 . -1207) 174550) ((-533 . -25) T) ((-901 . -310) 174488) ((-714 . -616) 174442) ((-681 . -93) T) ((-645 . -492) 174423) ((-141 . -102) T) ((-44 . -131) T) ((-676 . -93) T) ((-664 . -613) 174405) ((-345 . -1057) T) ((-290 . -1111) T) ((-645 . -613) 174358) ((-480 . -93) T) ((-357 . -613) 174340) ((-354 . -613) 174322) ((-346 . -613) 174304) ((-265 . -614) 174052) ((-265 . -613) 174034) ((-247 . -613) 174016) ((-247 . -614) 173877) ((-133 . -93) T) ((-138 . -93) T) ((-137 . -93) T) ((-1208 . -516) 173844) ((-1140 . -613) 173826) ((-1119 . -640) 173813) ((-819 . -857) T) ((-819 . -726) T) ((-602 . -289) 173790) ((-583 . -717) 173755) ((-481 . -614) NIL) ((-481 . -613) 173737) ((-520 . -717) 173682) ((-317 . -102) T) ((-314 . -102) T) ((-290 . -23) T) ((-152 . -131) T) ((-1119 . -1051) 173669) ((-910 . -613) 173651) ((-388 . -726) T) ((-872 . -1056) 173603) ((-910 . -614) 173585) ((-872 . -111) 173523) ((-714 . -1049) T) ((-712 . -1240) 173507) ((-694 . -351) NIL) ((-136 . -102) T) ((-114 . -102) T) ((-139 . -102) T) ((-521 . -613) 173439) ((-381 . -795) T) ((-223 . -1099) T) ((-381 . -792) T) ((-225 . -794) T) ((-225 . -791) T) ((-59 . -614) 173400) ((-59 . -613) 173312) ((-225 . -726) T) ((-518 . -614) 173273) ((-518 . -613) 173185) ((-499 . -613) 173117) ((-498 . -614) 173078) ((-498 . -613) 172990) ((-1079 . -365) 172941) ((-40 . -413) 172918) ((-77 . -1214) T) ((-871 . -909) NIL) ((-361 . -330) 172902) ((-361 . -365) T) ((-355 . -330) 172886) ((-355 . -365) T) ((-347 . -330) 172870) ((-347 . -365) T) ((-317 . -285) 172849) ((-108 . -365) T) ((-70 . -1214) T) ((-1228 . -340) 172801) ((-871 . -648) 172746) ((-1228 . -379) 172698) ((-964 . -131) 172553) ((-815 . -131) 172423) ((-958 . -651) 172407) ((-1086 . -172) 172318) ((-958 . -375) 172302) ((-1061 . -794) T) ((-1061 . -791) T) ((-872 . -616) 172200) ((-782 . -172) 172091) ((-780 . -172) 172002) ((-816 . -47) 171964) ((-1061 . -726) T) ((-328 . -491) 171948) ((-952 . -726) T) ((-456 . -172) 171859) ((-245 . -287) 171836) ((-1277 . -310) 171774) ((-1256 . -900) 171687) ((-1249 . -900) 171593) ((-483 . -726) T) ((-1248 . -1056) 171428) ((-1228 . -900) 171261) ((-1227 . -1056) 171069) ((-1208 . -291) 171048) ((-1184 . -1214) T) ((-1182 . -370) T) ((-1181 . -370) T) ((-1145 . -151) 171032) ((-1119 . -102) T) ((-1117 . -1099) T) ((-1079 . -23) T) ((-1079 . -1111) T) ((-1074 . -102) T) ((-927 . -955) T) ((-737 . -310) 170970) ((-75 . -1214) T) ((-664 . -384) 170942) ((-169 . -909) 170895) ((-30 . -955) T) ((-112 . -844) T) ((-1 . -613) 170877) ((-1003 . -411) 170849) ((-128 . -651) 170831) ((-50 . -620) 170815) ((-694 . -646) 170750) ((-596 . -900) 170663) ((-440 . -102) T) ((-128 . -375) 170645) ((-141 . -310) NIL) ((-872 . -1049) T) ((-833 . -850) 170624) ((-81 . -1214) T) ((-711 . -291) T) ((-40 . -1057) T) ((-583 . -172) T) ((-520 . -172) T) ((-513 . -613) 170606) ((-169 . -648) 170516) ((-509 . -613) 170498) ((-353 . -147) 170480) ((-353 . -145) T) ((-361 . -1111) T) ((-355 . -1111) T) ((-347 . -1111) T) ((-1004 . -308) T) ((-914 . -308) T) ((-872 . -243) T) ((-108 . -1111) T) ((-872 . -233) 170459) ((-1248 . -111) 170280) ((-1227 . -111) 170069) ((-245 . -1252) 170053) ((-566 . -848) T) ((-361 . -23) T) ((-356 . -351) T) ((-317 . -310) 170040) ((-314 . -310) 169981) ((-355 . -23) T) ((-320 . -131) T) ((-347 . -23) T) ((-1004 . -1022) T) ((-31 . -616) 169962) ((-108 . -23) T) ((-654 . -1051) 169946) ((-245 . -604) 169923) ((-334 . -1099) T) ((-654 . -640) 169893) ((-1250 . -38) 169785) ((-1237 . -909) 169764) ((-112 . -1099) T) ((-1035 . -102) T) ((-1237 . -648) 169689) ((-871 . -794) NIL) ((-855 . -648) 169663) ((-871 . -791) NIL) ((-816 . -886) NIL) ((-871 . -726) T) ((-1086 . -516) 169536) ((-782 . -516) 169483) ((-780 . -516) 169435) ((-573 . -648) 169422) ((-816 . -1038) 169250) ((-456 . -516) 169193) ((-390 . -391) T) ((-1248 . -616) 169006) ((-1227 . -616) 168754) ((-60 . -1214) T) ((-621 . -850) 168733) ((-502 . -661) T) ((-1145 . -976) 168702) ((-1024 . -646) 168639) ((-1003 . -454) T) ((-699 . -848) T) ((-512 . -792) T) ((-476 . -1056) 168474) ((-345 . -1099) T) ((-314 . -1150) NIL) ((-290 . -131) T) ((-396 . -1099) T) ((-870 . -1057) T) ((-694 . -372) 168441) ((-356 . -646) 168371) ((-223 . -620) 168348) ((-328 . -287) 168325) ((-476 . -111) 168146) ((-1248 . -1049) T) ((-1227 . -1049) T) ((-816 . -379) 168130) ((-169 . -726) T) ((-654 . -102) T) ((-1248 . -243) 168109) ((-1248 . -233) 168061) ((-1227 . -233) 167966) ((-1227 . -243) 167945) ((-1003 . -404) NIL) ((-670 . -639) 167893) ((-317 . -38) 167803) ((-314 . -38) 167732) ((-69 . -613) 167714) ((-320 . -495) 167680) ((-48 . -646) 167630) ((-1187 . -289) 167609) ((-1222 . -850) T) ((-1112 . -1111) 167519) ((-83 . -1214) T) ((-61 . -613) 167501) ((-481 . -289) 167480) ((-1279 . -1038) 167457) ((-1163 . -1099) T) ((-1112 . -23) 167327) ((-816 . -900) 167263) ((-1237 . -726) T) ((-1101 . -1214) T) ((-476 . -616) 167089) ((-1086 . -291) 167020) ((-966 . -1099) T) ((-893 . -102) T) ((-782 . -291) 166931) ((-328 . -19) 166915) ((-59 . -289) 166892) ((-780 . -291) 166823) ((-855 . -726) T) ((-117 . -848) NIL) ((-518 . -289) 166800) ((-328 . -604) 166777) ((-498 . -289) 166754) ((-456 . -291) 166685) ((-1035 . -310) 166536) ((-681 . -492) 166517) ((-573 . -726) T) ((-676 . -492) 166498) ((-681 . -613) 166448) ((-676 . -613) 166414) ((-662 . -613) 166396) ((-480 . -492) 166377) ((-480 . -613) 166343) ((-245 . -614) 166304) ((-245 . -492) 166281) ((-138 . -492) 166262) ((-137 . -492) 166243) ((-133 . -492) 166224) ((-245 . -613) 166116) ((-213 . -102) T) ((-138 . -613) 166082) ((-137 . -613) 166048) ((-133 . -613) 166014) ((-1146 . -34) T) ((-943 . -1214) T) ((-345 . -717) 165959) ((-670 . -25) T) ((-670 . -21) T) ((-1175 . -616) 165940) ((-476 . -1049) T) ((-635 . -419) 165905) ((-607 . -419) 165870) ((-1119 . -1150) T) ((-712 . -1051) 165693) ((-583 . -291) T) ((-520 . -291) T) ((-1249 . -308) 165672) ((-476 . -233) 165624) ((-476 . -243) 165603) ((-1228 . -308) 165582) ((-712 . -640) 165411) ((-1228 . -1022) NIL) ((-1079 . -131) T) ((-872 . -795) 165390) ((-144 . -102) T) ((-40 . -1099) T) ((-872 . -792) 165369) ((-644 . -1010) 165353) ((-582 . -1057) T) ((-566 . -1057) T) ((-497 . -1057) T) ((-409 . -454) T) ((-361 . -131) T) ((-317 . -402) 165337) ((-314 . -402) 165298) ((-355 . -131) T) ((-347 . -131) T) ((-1180 . -1099) T) ((-1119 . -38) 165285) ((-1093 . -613) 165252) ((-108 . -131) T) ((-954 . -1099) T) ((-921 . -1099) T) ((-771 . -1099) T) ((-672 . -1099) T) ((-701 . -147) T) ((-116 . -147) T) ((-1286 . -21) T) ((-1286 . -25) T) ((-1284 . -21) T) ((-1284 . -25) T) ((-664 . -1056) 165236) ((-533 . -850) T) ((-502 . -850) T) ((-357 . -1056) 165188) ((-354 . -1056) 165140) ((-346 . -1056) 165092) ((-252 . -1214) T) ((-251 . -1214) T) ((-265 . -1056) 164935) ((-247 . -1056) 164778) ((-664 . -111) 164757) ((-549 . -844) T) ((-357 . -111) 164695) ((-354 . -111) 164633) ((-346 . -111) 164571) ((-265 . -111) 164400) ((-247 . -111) 164229) ((-817 . -1218) 164208) ((-623 . -413) 164192) ((-44 . -21) T) ((-44 . -25) T) ((-815 . -639) 164098) ((-817 . -558) 164077) ((-252 . -1038) 163904) ((-251 . -1038) 163731) ((-126 . -119) 163715) ((-910 . -1056) 163680) ((-712 . -102) T) ((-699 . -1057) T) ((-538 . -618) 163583) ((-345 . -172) T) ((-88 . -613) 163565) ((-152 . -21) T) ((-152 . -25) T) ((-910 . -111) 163521) ((-40 . -717) 163466) ((-870 . -1099) T) ((-664 . -616) 163443) ((-645 . -616) 163424) ((-357 . -616) 163361) ((-354 . -616) 163298) ((-549 . -1099) T) ((-346 . -616) 163235) ((-328 . -614) 163196) ((-328 . -613) 163108) ((-265 . -616) 162861) ((-247 . -616) 162646) ((-1227 . -792) 162599) ((-1227 . -795) 162552) ((-252 . -379) 162521) ((-251 . -379) 162490) ((-654 . -38) 162460) ((-608 . -34) T) ((-484 . -1111) 162370) ((-477 . -34) T) ((-1112 . -131) 162240) ((-964 . -25) 162051) ((-910 . -616) 162001) ((-874 . -613) 161983) ((-964 . -21) 161938) ((-815 . -21) 161848) ((-815 . -25) 161699) ((-1220 . -370) T) ((-623 . -1057) T) ((-1177 . -558) 161678) ((-1171 . -47) 161655) ((-357 . -1049) T) ((-354 . -1049) T) ((-484 . -23) 161525) ((-346 . -1049) T) ((-265 . -1049) T) ((-247 . -1049) T) ((-1124 . -47) 161497) ((-117 . -1057) T) ((-1034 . -648) 161471) ((-958 . -34) T) ((-357 . -233) 161450) ((-357 . -243) T) ((-354 . -233) 161429) ((-354 . -243) T) ((-346 . -233) 161408) ((-346 . -243) T) ((-265 . -327) 161380) ((-247 . -327) 161337) ((-265 . -233) 161316) ((-1155 . -151) 161300) ((-252 . -900) 161232) ((-251 . -900) 161164) ((-1081 . -850) T) ((-416 . -1111) T) ((-1054 . -23) T) ((-910 . -1049) T) ((-323 . -648) 161146) ((-1024 . -848) T) ((-1208 . -1002) 161112) ((-1172 . -920) 161091) ((-1166 . -920) 161070) ((-1166 . -820) NIL) ((-999 . -1051) 160966) ((-910 . -243) T) ((-817 . -365) 160945) ((-387 . -23) T) ((-127 . -1099) 160923) ((-121 . -1099) 160901) ((-910 . -233) T) ((-128 . -34) T) ((-381 . -648) 160866) ((-999 . -640) 160814) ((-870 . -717) 160801) ((-1292 . -646) 160773) ((-1046 . -151) 160738) ((-40 . -172) T) ((-694 . -413) 160720) ((-712 . -310) 160707) ((-836 . -648) 160667) ((-827 . -648) 160641) ((-320 . -25) T) ((-320 . -21) T) ((-658 . -287) 160620) ((-582 . -1099) T) ((-566 . -1099) T) ((-497 . -1099) T) ((-245 . -289) 160597) ((-314 . -231) 160558) ((-1171 . -886) NIL) ((-55 . -1099) T) ((-1124 . -886) 160417) ((-129 . -850) T) ((-1171 . -1038) 160297) ((-1124 . -1038) 160180) ((-183 . -613) 160162) ((-854 . -1038) 160058) ((-782 . -287) 159985) ((-817 . -1111) T) ((-1034 . -726) T) ((-602 . -651) 159969) ((-1046 . -976) 159898) ((-999 . -102) T) ((-817 . -23) T) ((-712 . -1150) 159876) ((-694 . -1057) T) ((-602 . -375) 159860) ((-353 . -454) T) ((-345 . -291) T) ((-1265 . -1099) T) ((-248 . -1099) T) ((-401 . -102) T) ((-290 . -21) T) ((-290 . -25) T) ((-363 . -726) T) ((-710 . -1099) T) ((-699 . -1099) T) ((-363 . -475) T) ((-1208 . -613) 159842) ((-1171 . -379) 159826) ((-1124 . -379) 159810) ((-1024 . -413) 159772) ((-141 . -229) 159754) ((-381 . -794) T) ((-381 . -791) T) ((-870 . -172) T) ((-381 . -726) T) ((-711 . -613) 159736) ((-712 . -38) 159565) ((-1264 . -1262) 159549) ((-353 . -404) T) ((-1264 . -1099) 159499) ((-582 . -717) 159486) ((-566 . -717) 159473) ((-497 . -717) 159438) ((-1250 . -646) 159328) ((-317 . -629) 159307) ((-836 . -726) T) ((-827 . -726) T) ((-644 . -1214) T) ((-1079 . -639) 159255) ((-1171 . -900) 159198) ((-1124 . -900) 159182) ((-662 . -1056) 159166) ((-108 . -639) 159148) ((-484 . -131) 159018) ((-1177 . -1111) T) ((-952 . -47) 158987) ((-623 . -1099) T) ((-662 . -111) 158966) ((-493 . -613) 158932) ((-328 . -289) 158909) ((-483 . -47) 158866) ((-1177 . -23) T) ((-117 . -1099) T) ((-103 . -102) 158844) ((-1276 . -1111) T) ((-550 . -850) T) ((-1054 . -131) T) ((-1024 . -1057) T) ((-819 . -1038) 158828) ((-1003 . -724) 158800) ((-1276 . -23) T) ((-699 . -717) 158765) ((-587 . -613) 158747) ((-388 . -1038) 158731) ((-356 . -1057) T) ((-387 . -131) T) ((-325 . -1038) 158715) ((-1194 . -613) 158697) ((-1119 . -828) T) ((-225 . -886) 158679) ((-1004 . -920) T) ((-91 . -34) T) ((-1004 . -820) T) ((-914 . -920) T) ((-1104 . -1099) T) ((-1079 . -21) T) ((-489 . -1218) T) ((-1079 . -25) T) ((-999 . -310) 158644) ((-714 . -648) 158604) ((-217 . -1218) T) ((-681 . -616) 158585) ((-225 . -1038) 158545) ((-40 . -291) T) ((-676 . -616) 158526) ((-489 . -558) T) ((-480 . -616) 158507) ((-317 . -646) 158191) ((-314 . -646) 158105) ((-361 . -25) T) ((-361 . -21) T) ((-355 . -25) T) ((-217 . -558) T) ((-355 . -21) T) ((-347 . -25) T) ((-347 . -21) T) ((-245 . -616) 158082) ((-138 . -616) 158063) ((-137 . -616) 158044) ((-133 . -616) 158025) ((-108 . -25) T) ((-108 . -21) T) ((-48 . -1057) T) ((-582 . -172) T) ((-566 . -172) T) ((-497 . -172) T) ((-658 . -613) 158007) ((-737 . -736) 157991) ((-338 . -613) 157973) ((-68 . -385) T) ((-68 . -397) T) ((-1101 . -107) 157957) ((-1061 . -886) 157939) ((-952 . -886) 157864) ((-653 . -1111) T) ((-623 . -717) 157851) ((-483 . -886) NIL) ((-1145 . -102) T) ((-1093 . -618) 157835) ((-1061 . -1038) 157817) ((-97 . -613) 157799) ((-479 . -147) T) ((-952 . -1038) 157679) ((-117 . -717) 157624) ((-653 . -23) T) ((-483 . -1038) 157500) ((-1086 . -614) NIL) ((-1086 . -613) 157482) ((-782 . -614) NIL) ((-782 . -613) 157443) ((-780 . -614) 157077) ((-780 . -613) 156991) ((-1112 . -639) 156897) ((-463 . -613) 156879) ((-456 . -613) 156861) ((-456 . -614) 156722) ((-1035 . -229) 156668) ((-872 . -909) 156647) ((-126 . -34) T) ((-817 . -131) T) ((-649 . -613) 156629) ((-580 . -102) T) ((-357 . -1283) 156613) ((-354 . -1283) 156597) ((-346 . -1283) 156581) ((-127 . -516) 156514) ((-121 . -516) 156447) ((-513 . -792) T) ((-513 . -795) T) ((-512 . -794) T) ((-103 . -310) 156385) ((-222 . -102) 156363) ((-699 . -172) T) ((-694 . -1099) T) ((-872 . -648) 156315) ((-65 . -386) T) ((-276 . -613) 156297) ((-65 . -397) T) ((-952 . -379) 156281) ((-870 . -291) T) ((-50 . -613) 156263) ((-999 . -38) 156211) ((-1119 . -646) 156183) ((-583 . -613) 156165) ((-483 . -379) 156149) ((-583 . -614) 156131) ((-520 . -613) 156113) ((-910 . -1283) 156100) ((-871 . -1214) T) ((-701 . -454) T) ((-497 . -516) 156066) ((-489 . -365) T) ((-357 . -370) 156045) ((-354 . -370) 156024) ((-346 . -370) 156003) ((-714 . -726) T) ((-217 . -365) T) ((-116 . -454) T) ((-1287 . -1278) 155987) ((-871 . -884) 155964) ((-871 . -886) NIL) ((-964 . -850) 155863) ((-815 . -850) 155814) ((-1221 . -102) T) ((-654 . -656) 155798) ((-1200 . -34) T) ((-171 . -613) 155780) ((-1112 . -21) 155690) ((-1112 . -25) 155541) ((-871 . -1038) 155518) ((-952 . -900) 155499) ((-1237 . -47) 155476) ((-910 . -370) T) ((-59 . -651) 155460) ((-518 . -651) 155444) ((-483 . -900) 155421) ((-71 . -443) T) ((-71 . -397) T) ((-498 . -651) 155405) ((-59 . -375) 155389) ((-623 . -172) T) ((-518 . -375) 155373) ((-498 . -375) 155357) ((-827 . -708) 155341) ((-1171 . -308) 155320) ((-1177 . -131) T) ((-1141 . -1051) 155304) ((-117 . -172) T) ((-1141 . -640) 155236) ((-1145 . -310) 155174) ((-169 . -1214) T) ((-1276 . -131) T) ((-866 . -1051) 155144) ((-635 . -744) 155128) ((-607 . -744) 155112) ((-1249 . -920) 155091) ((-1228 . -920) 155070) ((-1228 . -820) NIL) ((-866 . -640) 155040) ((-694 . -717) 154990) ((-1227 . -909) 154943) ((-1024 . -1099) T) ((-871 . -379) 154920) ((-871 . -340) 154897) ((-905 . -1111) T) ((-169 . -884) 154881) ((-169 . -886) 154806) ((-489 . -1111) T) ((-356 . -1099) T) ((-217 . -1111) T) ((-76 . -443) T) ((-76 . -397) T) ((-169 . -1038) 154702) ((-320 . -850) T) ((-1264 . -516) 154635) ((-1248 . -648) 154532) ((-1227 . -648) 154402) ((-872 . -794) 154381) ((-872 . -791) 154360) ((-872 . -726) T) ((-489 . -23) T) ((-223 . -613) 154342) ((-174 . -454) T) ((-222 . -310) 154280) ((-86 . -443) T) ((-86 . -397) T) ((-217 . -23) T) ((-1288 . -1281) 154259) ((-677 . -1038) 154243) ((-582 . -291) T) ((-566 . -291) T) ((-497 . -291) T) ((-136 . -472) 154198) ((-654 . -646) 154157) ((-48 . -1099) T) ((-712 . -231) 154141) ((-871 . -900) NIL) ((-1237 . -886) NIL) ((-889 . -102) T) ((-885 . -102) T) ((-390 . -1099) T) ((-169 . -379) 154125) ((-169 . -340) 154109) ((-1237 . -1038) 153989) ((-855 . -1038) 153885) ((-1141 . -102) T) ((-653 . -131) T) ((-117 . -516) 153793) ((-662 . -792) 153772) ((-662 . -795) 153751) ((-573 . -1038) 153733) ((-295 . -1271) 153703) ((-866 . -102) T) ((-963 . -558) 153682) ((-1208 . -1056) 153565) ((-1003 . -1051) 153510) ((-484 . -639) 153416) ((-904 . -1099) T) ((-1024 . -717) 153353) ((-711 . -1056) 153318) ((-1003 . -640) 153263) ((-617 . -102) T) ((-602 . -34) T) ((-1146 . -1214) T) ((-1208 . -111) 153132) ((-476 . -648) 153029) ((-356 . -717) 152974) ((-169 . -900) 152933) ((-699 . -291) T) ((-694 . -172) T) ((-711 . -111) 152889) ((-1292 . -1057) T) ((-1237 . -379) 152873) ((-420 . -1218) 152851) ((-1117 . -613) 152833) ((-314 . -848) NIL) ((-420 . -558) T) ((-225 . -308) T) ((-1227 . -791) 152786) ((-1227 . -794) 152739) ((-1248 . -726) T) ((-1227 . -726) T) ((-48 . -717) 152704) ((-225 . -1022) T) ((-353 . -1271) 152681) ((-1250 . -413) 152647) ((-718 . -726) T) ((-334 . -613) 152629) ((-1237 . -900) 152572) ((-1208 . -616) 152454) ((-112 . -613) 152436) ((-112 . -614) 152418) ((-718 . -475) T) ((-711 . -616) 152368) ((-1287 . -1051) 152352) ((-484 . -21) 152262) ((-127 . -491) 152246) ((-121 . -491) 152230) ((-484 . -25) 152081) ((-1287 . -640) 152051) ((-623 . -291) T) ((-587 . -1056) 152026) ((-439 . -1099) T) ((-1061 . -308) T) ((-117 . -291) T) ((-1103 . -102) T) ((-1003 . -102) T) ((-587 . -111) 151994) ((-1141 . -310) 151932) ((-1208 . -1049) T) ((-1061 . -1022) T) ((-66 . -1214) T) ((-1054 . -25) T) ((-1054 . -21) T) ((-711 . -1049) T) ((-387 . -21) T) ((-387 . -25) T) ((-694 . -516) NIL) ((-1024 . -172) T) ((-711 . -243) T) ((-1061 . -547) T) ((-712 . -646) 151842) ((-508 . -102) T) ((-504 . -102) T) ((-356 . -172) T) ((-345 . -613) 151824) ((-409 . -1051) 151776) ((-396 . -613) 151758) ((-1119 . -848) T) ((-476 . -726) T) ((-892 . -1038) 151726) ((-409 . -640) 151678) ((-108 . -850) T) ((-658 . -1056) 151662) ((-489 . -131) T) ((-1250 . -1057) T) ((-217 . -131) T) ((-1155 . -102) 151640) ((-99 . -1099) T) ((-245 . -666) 151624) ((-245 . -651) 151608) ((-658 . -111) 151587) ((-587 . -616) 151571) ((-317 . -413) 151555) ((-245 . -375) 151539) ((-1158 . -235) 151486) ((-999 . -231) 151470) ((-74 . -1214) T) ((-48 . -172) T) ((-701 . -389) T) ((-701 . -143) T) ((-1287 . -102) T) ((-1194 . -616) 151452) ((-1086 . -1056) 151295) ((-265 . -909) 151274) ((-247 . -909) 151253) ((-782 . -1056) 151076) ((-780 . -1056) 150919) ((-608 . -1214) T) ((-1163 . -613) 150901) ((-1086 . -111) 150730) ((-1046 . -102) T) ((-477 . -1214) T) ((-463 . -1056) 150701) ((-456 . -1056) 150544) ((-664 . -648) 150528) ((-871 . -308) T) ((-782 . -111) 150337) ((-780 . -111) 150166) ((-357 . -648) 150118) ((-354 . -648) 150070) ((-346 . -648) 150022) ((-265 . -648) 149947) ((-247 . -648) 149872) ((-1157 . -850) T) ((-1087 . -1038) 149856) ((-463 . -111) 149817) ((-456 . -111) 149646) ((-1075 . -1038) 149623) ((-1000 . -34) T) ((-966 . -613) 149605) ((-958 . -1214) T) ((-126 . -1010) 149589) ((-963 . -1111) T) ((-871 . -1022) NIL) ((-735 . -1111) T) ((-715 . -1111) T) ((-658 . -616) 149507) ((-1264 . -491) 149491) ((-1141 . -38) 149451) ((-963 . -23) T) ((-910 . -648) 149416) ((-865 . -1099) T) ((-843 . -102) T) ((-817 . -21) T) ((-635 . -1051) 149400) ((-607 . -1051) 149384) ((-817 . -25) T) ((-735 . -23) T) ((-715 . -23) T) ((-635 . -640) 149368) ((-110 . -661) T) ((-607 . -640) 149352) ((-583 . -1056) 149317) ((-520 . -1056) 149262) ((-227 . -57) 149220) ((-455 . -23) T) ((-409 . -102) T) ((-264 . -102) T) ((-694 . -291) T) ((-866 . -38) 149190) ((-583 . -111) 149146) ((-520 . -111) 149075) ((-1086 . -616) 148811) ((-420 . -1111) T) ((-317 . -1057) 148701) ((-314 . -1057) T) ((-128 . -1214) T) ((-782 . -616) 148449) ((-780 . -616) 148215) ((-658 . -1049) T) ((-1292 . -1099) T) ((-456 . -616) 148000) ((-169 . -308) 147931) ((-420 . -23) T) ((-40 . -613) 147913) ((-40 . -614) 147897) ((-108 . -992) 147879) ((-116 . -869) 147863) ((-649 . -616) 147847) ((-48 . -516) 147813) ((-1200 . -1010) 147797) ((-1180 . -613) 147764) ((-1187 . -34) T) ((-954 . -613) 147730) ((-921 . -613) 147712) ((-1112 . -850) 147663) ((-771 . -613) 147645) ((-672 . -613) 147627) ((-1155 . -310) 147565) ((-481 . -34) T) ((-1091 . -1214) T) ((-479 . -454) T) ((-1140 . -34) T) ((-1086 . -1049) T) ((-50 . -616) 147534) ((-782 . -1049) T) ((-780 . -1049) T) ((-647 . -235) 147518) ((-632 . -235) 147464) ((-583 . -616) 147414) ((-520 . -616) 147344) ((-1237 . -308) 147323) ((-1086 . -327) 147284) ((-456 . -1049) T) ((-1177 . -21) T) ((-1086 . -233) 147263) ((-782 . -327) 147240) ((-782 . -233) T) ((-780 . -327) 147212) ((-731 . -1218) 147191) ((-328 . -651) 147175) ((-1177 . -25) T) ((-59 . -34) T) ((-521 . -34) T) ((-518 . -34) T) ((-456 . -327) 147154) ((-328 . -375) 147138) ((-499 . -34) T) ((-498 . -34) T) ((-1003 . -1150) NIL) ((-731 . -558) 147069) ((-635 . -102) T) ((-607 . -102) T) ((-357 . -726) T) ((-354 . -726) T) ((-346 . -726) T) ((-265 . -726) T) ((-247 . -726) T) ((-1046 . -310) 146977) ((-901 . -1099) 146955) ((-50 . -1049) T) ((-1276 . -21) T) ((-1276 . -25) T) ((-1173 . -558) 146934) ((-1172 . -1218) 146913) ((-1172 . -558) 146864) ((-583 . -1049) T) ((-520 . -1049) T) ((-1166 . -1218) 146843) ((-363 . -1038) 146827) ((-323 . -1038) 146811) ((-1024 . -291) T) ((-381 . -886) 146793) ((-1166 . -558) 146744) ((-1003 . -38) 146689) ((-999 . -646) 146612) ((-799 . -1111) T) ((-910 . -726) T) ((-583 . -243) T) ((-583 . -233) T) ((-520 . -233) T) ((-520 . -243) T) ((-1125 . -558) 146591) ((-356 . -291) T) ((-647 . -695) 146575) ((-381 . -1038) 146535) ((-295 . -1051) 146456) ((-1119 . -1057) T) ((-103 . -125) 146440) ((-295 . -640) 146382) ((-799 . -23) T) ((-1286 . -1281) 146358) ((-1264 . -287) 146335) ((-409 . -310) 146300) ((-1284 . -1281) 146279) ((-1250 . -1099) T) ((-870 . -613) 146261) ((-836 . -1038) 146230) ((-203 . -787) T) ((-202 . -787) T) ((-201 . -787) T) ((-200 . -787) T) ((-199 . -787) T) ((-198 . -787) T) ((-197 . -787) T) ((-196 . -787) T) ((-195 . -787) T) ((-194 . -787) T) ((-549 . -613) 146212) ((-497 . -1002) T) ((-275 . -839) T) ((-274 . -839) T) ((-273 . -839) T) ((-272 . -839) T) ((-48 . -291) T) ((-271 . -839) T) ((-270 . -839) T) ((-269 . -839) T) ((-193 . -787) T) ((-612 . -850) T) ((-654 . -413) 146196) ((-223 . -616) 146158) ((-110 . -850) T) ((-653 . -21) T) ((-653 . -25) T) ((-1287 . -38) 146128) ((-117 . -287) 146079) ((-1264 . -19) 146063) ((-1264 . -604) 146040) ((-1277 . -1099) T) ((-353 . -1051) 145985) ((-1076 . -1099) T) ((-987 . -1099) T) ((-963 . -131) T) ((-737 . -1099) T) ((-353 . -640) 145930) ((-735 . -131) T) ((-715 . -131) T) ((-513 . -793) T) ((-513 . -794) T) ((-455 . -131) T) ((-409 . -1150) 145908) ((-223 . -1049) T) ((-295 . -102) 145690) ((-141 . -1099) T) ((-699 . -1002) T) ((-91 . -1214) T) ((-127 . -613) 145622) ((-121 . -613) 145554) ((-1292 . -172) T) ((-1172 . -365) 145533) ((-1166 . -365) 145512) ((-317 . -1099) T) ((-420 . -131) T) ((-314 . -1099) T) ((-409 . -38) 145464) ((-1132 . -102) T) ((-1250 . -717) 145356) ((-654 . -1057) T) ((-1134 . -1259) T) ((-320 . -145) 145335) ((-320 . -147) 145314) ((-136 . -1099) T) ((-139 . -1099) T) ((-114 . -1099) T) ((-858 . -102) T) ((-582 . -613) 145296) ((-566 . -614) 145195) ((-566 . -613) 145177) ((-497 . -613) 145159) ((-497 . -614) 145104) ((-487 . -23) T) ((-484 . -850) 145055) ((-489 . -639) 145037) ((-965 . -613) 145019) ((-217 . -639) 145001) ((-225 . -406) T) ((-662 . -648) 144985) ((-55 . -613) 144967) ((-1171 . -920) 144946) ((-731 . -1111) T) ((-353 . -102) T) ((-1213 . -1082) T) ((-1119 . -844) T) ((-818 . -850) T) ((-731 . -23) T) ((-345 . -1056) 144891) ((-1157 . -1156) T) ((-1146 . -107) 144875) ((-1173 . -1111) T) ((-1172 . -1111) T) ((-517 . -1038) 144859) ((-1166 . -1111) T) ((-1125 . -1111) T) ((-345 . -111) 144788) ((-1004 . -1218) T) ((-126 . -1214) T) ((-914 . -1218) T) ((-694 . -287) NIL) ((-1265 . -613) 144770) ((-1173 . -23) T) ((-1172 . -23) T) ((-1166 . -23) T) ((-1004 . -558) T) ((-1141 . -231) 144754) ((-914 . -558) T) ((-1125 . -23) T) ((-248 . -613) 144736) ((-1074 . -1099) T) ((-799 . -131) T) ((-710 . -613) 144718) ((-317 . -717) 144628) ((-314 . -717) 144557) ((-699 . -613) 144539) ((-699 . -614) 144484) ((-409 . -402) 144468) ((-440 . -1099) T) ((-489 . -25) T) ((-489 . -21) T) ((-1119 . -1099) T) ((-217 . -25) T) ((-217 . -21) T) ((-712 . -413) 144452) ((-714 . -1038) 144421) ((-1264 . -613) 144333) ((-1264 . -614) 144294) ((-1250 . -172) T) ((-245 . -34) T) ((-345 . -616) 144224) ((-396 . -616) 144206) ((-926 . -974) T) ((-1200 . -1214) T) ((-662 . -791) 144185) ((-662 . -794) 144164) ((-400 . -397) T) ((-525 . -102) 144142) ((-1035 . -1099) T) ((-222 . -995) 144126) ((-506 . -102) T) ((-623 . -613) 144108) ((-45 . -850) NIL) ((-623 . -614) 144085) ((-1035 . -610) 144060) ((-901 . -516) 143993) ((-345 . -1049) T) ((-117 . -614) NIL) ((-117 . -613) 143975) ((-872 . -1214) T) ((-670 . -419) 143959) ((-670 . -1122) 143904) ((-502 . -151) 143886) ((-345 . -233) T) ((-345 . -243) T) ((-40 . -1056) 143831) ((-872 . -884) 143815) ((-872 . -886) 143740) ((-712 . -1057) T) ((-694 . -1002) NIL) ((-1248 . -47) 143710) ((-1227 . -47) 143687) ((-1140 . -1010) 143658) ((-3 . |UnionCategory|) T) ((-1119 . -717) 143645) ((-1104 . -613) 143627) ((-1079 . -147) 143606) ((-1079 . -145) 143557) ((-966 . -616) 143541) ((-225 . -920) T) ((-40 . -111) 143470) ((-872 . -1038) 143334) ((-1004 . -365) T) ((-1003 . -231) 143311) ((-701 . -1051) 143298) ((-914 . -365) T) ((-701 . -640) 143285) ((-320 . -1202) 143251) ((-381 . -308) T) ((-320 . -1199) 143217) ((-317 . -172) 143196) ((-314 . -172) T) ((-583 . -1283) 143183) ((-520 . -1283) 143160) ((-361 . -147) 143139) ((-116 . -1051) 143126) ((-361 . -145) 143077) ((-355 . -147) 143056) ((-355 . -145) 143007) ((-347 . -147) 142986) ((-608 . -1190) 142962) ((-116 . -640) 142949) ((-347 . -145) 142900) ((-320 . -35) 142866) ((-477 . -1190) 142845) ((0 . |EnumerationCategory|) T) ((-320 . -95) 142811) ((-381 . -1022) T) ((-108 . -147) T) ((-108 . -145) NIL) ((-45 . -235) 142761) ((-654 . -1099) T) ((-608 . -107) 142708) ((-487 . -131) T) ((-477 . -107) 142658) ((-240 . -1111) 142568) ((-872 . -379) 142552) ((-872 . -340) 142536) ((-240 . -23) 142406) ((-40 . -616) 142336) ((-1061 . -920) T) ((-1061 . -820) T) ((-583 . -370) T) ((-520 . -370) T) ((-1277 . -516) 142269) ((-1256 . -558) 142248) ((-353 . -1150) T) ((-328 . -34) T) ((-44 . -419) 142232) ((-1180 . -616) 142168) ((-873 . -1214) T) ((-392 . -744) 142152) ((-1249 . -1218) 142131) ((-1249 . -558) 142082) ((-1141 . -646) 142041) ((-731 . -131) T) ((-672 . -616) 142025) ((-1228 . -1218) 142004) ((-1228 . -558) 141955) ((-1227 . -1214) 141934) ((-1227 . -886) 141807) ((-1227 . -884) 141777) ((-1173 . -131) T) ((-312 . -1082) T) ((-1172 . -131) T) ((-737 . -516) 141710) ((-1166 . -131) T) ((-1125 . -131) T) ((-893 . -1099) T) ((-144 . -844) T) ((-1024 . -1002) T) ((-691 . -613) 141692) ((-1004 . -23) T) ((-525 . -310) 141630) ((-1004 . -1111) T) ((-141 . -516) NIL) ((-866 . -646) 141575) ((-1003 . -351) NIL) ((-971 . -23) T) ((-914 . -1111) T) ((-353 . -38) 141540) ((-914 . -23) T) ((-872 . -900) 141499) ((-82 . -613) 141481) ((-40 . -1049) T) ((-870 . -1056) 141468) ((-870 . -111) 141453) ((-701 . -102) T) ((-694 . -613) 141435) ((-602 . -1214) T) ((-597 . -558) 141414) ((-429 . -1111) T) ((-341 . -1051) 141398) ((-213 . -1099) T) ((-174 . -1051) 141330) ((-476 . -47) 141300) ((-134 . -102) T) ((-40 . -233) 141272) ((-40 . -243) T) ((-116 . -102) T) ((-596 . -558) 141251) ((-341 . -640) 141235) ((-694 . -614) 141143) ((-317 . -516) 141109) ((-174 . -640) 141041) ((-314 . -516) 140933) ((-1248 . -1038) 140917) ((-1227 . -1038) 140703) ((-999 . -413) 140687) ((-429 . -23) T) ((-1119 . -172) T) ((-1250 . -291) T) ((-654 . -717) 140657) ((-144 . -1099) T) ((-48 . -1002) T) ((-409 . -231) 140641) ((-296 . -235) 140591) ((-871 . -920) T) ((-871 . -820) NIL) ((-870 . -616) 140563) ((-864 . -850) T) ((-1227 . -340) 140533) ((-1227 . -379) 140503) ((-222 . -1120) 140487) ((-1264 . -289) 140464) ((-1208 . -648) 140389) ((-1003 . -646) 140319) ((-963 . -21) T) ((-963 . -25) T) ((-735 . -21) T) ((-735 . -25) T) ((-715 . -21) T) ((-715 . -25) T) ((-711 . -648) 140284) ((-455 . -21) T) ((-455 . -25) T) ((-341 . -102) T) ((-174 . -102) T) ((-999 . -1057) T) ((-870 . -1049) T) ((-774 . -102) T) ((-1249 . -365) 140263) ((-1248 . -900) 140169) ((-1228 . -365) 140148) ((-1227 . -900) 139999) ((-1024 . -613) 139981) ((-409 . -828) 139934) ((-1173 . -495) 139900) ((-169 . -920) 139831) ((-1172 . -495) 139797) ((-1166 . -495) 139763) ((-712 . -1099) T) ((-1125 . -495) 139729) ((-582 . -1056) 139716) ((-566 . -1056) 139703) ((-497 . -1056) 139668) ((-317 . -291) 139647) ((-314 . -291) T) ((-356 . -613) 139629) ((-420 . -25) T) ((-420 . -21) T) ((-99 . -287) 139608) ((-582 . -111) 139593) ((-566 . -111) 139578) ((-497 . -111) 139534) ((-1175 . -886) 139501) ((-901 . -491) 139485) ((-48 . -613) 139467) ((-48 . -614) 139412) ((-240 . -131) 139282) ((-1287 . -646) 139241) ((-1237 . -920) 139220) ((-816 . -1218) 139199) ((-390 . -492) 139180) ((-1035 . -516) 139024) ((-390 . -613) 138990) ((-816 . -558) 138921) ((-587 . -648) 138896) ((-265 . -47) 138868) ((-247 . -47) 138825) ((-533 . -511) 138802) ((-582 . -616) 138774) ((-566 . -616) 138746) ((-497 . -616) 138679) ((-1073 . -1214) T) ((-1000 . -1214) T) ((-1256 . -23) T) ((-699 . -1056) 138644) ((-1256 . -1111) T) ((-1249 . -1111) T) ((-1249 . -23) T) ((-1228 . -1111) T) ((-1228 . -23) T) ((-1003 . -372) 138616) ((-112 . -370) T) ((-476 . -900) 138522) ((-1208 . -726) T) ((-904 . -613) 138504) ((-55 . -616) 138486) ((-91 . -107) 138470) ((-1119 . -291) T) ((-905 . -850) 138421) ((-701 . -1150) T) ((-699 . -111) 138377) ((-843 . -646) 138294) ((-597 . -1111) T) ((-596 . -1111) T) ((-712 . -717) 138123) ((-711 . -726) T) ((-1004 . -131) T) ((-971 . -131) T) ((-489 . -850) T) ((-914 . -131) T) ((-799 . -25) T) ((-799 . -21) T) ((-217 . -850) T) ((-409 . -646) 138060) ((-582 . -1049) T) ((-566 . -1049) T) ((-497 . -1049) T) ((-597 . -23) T) ((-345 . -1283) 138037) ((-320 . -454) 138016) ((-341 . -310) 138003) ((-596 . -23) T) ((-429 . -131) T) ((-658 . -648) 137977) ((-245 . -1010) 137961) ((-872 . -308) T) ((-1288 . -1278) 137945) ((-771 . -792) T) ((-771 . -795) T) ((-701 . -38) 137932) ((-566 . -233) T) ((-497 . -243) T) ((-497 . -233) T) ((-1149 . -235) 137882) ((-1086 . -909) 137861) ((-116 . -38) 137848) ((-209 . -800) T) ((-208 . -800) T) ((-207 . -800) T) ((-206 . -800) T) ((-872 . -1022) 137826) ((-1277 . -491) 137810) ((-782 . -909) 137789) ((-780 . -909) 137768) ((-1187 . -1214) T) ((-456 . -909) 137747) ((-737 . -491) 137731) ((-1086 . -648) 137656) ((-699 . -616) 137591) ((-782 . -648) 137516) ((-623 . -1056) 137503) ((-481 . -1214) T) ((-345 . -370) T) ((-141 . -491) 137485) ((-780 . -648) 137410) ((-1140 . -1214) T) ((-551 . -850) T) ((-463 . -648) 137381) ((-265 . -886) 137240) ((-247 . -886) NIL) ((-117 . -1056) 137185) ((-456 . -648) 137110) ((-664 . -1038) 137087) ((-623 . -111) 137072) ((-392 . -1051) 137056) ((-357 . -1038) 137040) ((-354 . -1038) 137024) ((-346 . -1038) 137008) ((-265 . -1038) 136852) ((-247 . -1038) 136728) ((-117 . -111) 136657) ((-59 . -1214) T) ((-392 . -640) 136641) ((-621 . -1051) 136625) ((-521 . -1214) T) ((-518 . -1214) T) ((-499 . -1214) T) ((-498 . -1214) T) ((-439 . -613) 136607) ((-436 . -613) 136589) ((-621 . -640) 136573) ((-3 . -102) T) ((-1027 . -1207) 136542) ((-833 . -102) T) ((-689 . -57) 136500) ((-699 . -1049) T) ((-635 . -646) 136469) ((-607 . -646) 136438) ((-50 . -648) 136412) ((-290 . -454) T) ((-478 . -1207) 136381) ((0 . -102) T) ((-583 . -648) 136346) ((-520 . -648) 136291) ((-49 . -102) T) ((-910 . -1038) 136278) ((-699 . -243) T) ((-1079 . -411) 136257) ((-731 . -639) 136205) ((-999 . -1099) T) ((-712 . -172) 136096) ((-623 . -616) 135991) ((-489 . -992) 135973) ((-265 . -379) 135957) ((-247 . -379) 135941) ((-401 . -1099) T) ((-1026 . -102) 135919) ((-341 . -38) 135903) ((-217 . -992) 135885) ((-117 . -616) 135815) ((-174 . -38) 135747) ((-1248 . -308) 135726) ((-1227 . -308) 135705) ((-658 . -726) T) ((-99 . -613) 135687) ((-479 . -1051) 135652) ((-1166 . -639) 135604) ((-479 . -640) 135569) ((-487 . -25) T) ((-487 . -21) T) ((-1227 . -1022) 135521) ((-623 . -1049) T) ((-381 . -406) T) ((-392 . -102) T) ((-1104 . -618) 135436) ((-265 . -900) 135382) ((-247 . -900) 135359) ((-117 . -1049) T) ((-816 . -1111) T) ((-1086 . -726) T) ((-623 . -233) 135338) ((-621 . -102) T) ((-782 . -726) T) ((-780 . -726) T) ((-415 . -1111) T) ((-117 . -243) T) ((-40 . -370) NIL) ((-117 . -233) NIL) ((-1219 . -850) T) ((-456 . -726) T) ((-816 . -23) T) ((-731 . -25) T) ((-731 . -21) T) ((-1076 . -287) 135317) ((-78 . -398) T) ((-78 . -397) T) ((-535 . -767) 135299) ((-694 . -1056) 135249) ((-1256 . -131) T) ((-1249 . -131) T) ((-1228 . -131) T) ((-1173 . -25) T) ((-1141 . -413) 135233) ((-635 . -369) 135165) ((-607 . -369) 135097) ((-1155 . -1148) 135081) ((-103 . -1099) 135059) ((-1173 . -21) T) ((-1172 . -21) T) ((-865 . -613) 135041) ((-999 . -717) 134989) ((-223 . -648) 134956) ((-694 . -111) 134890) ((-50 . -726) T) ((-1172 . -25) T) ((-353 . -351) T) ((-1166 . -21) T) ((-1079 . -454) 134841) ((-1166 . -25) T) ((-712 . -516) 134788) ((-583 . -726) T) ((-520 . -726) T) ((-1125 . -21) T) ((-1125 . -25) T) ((-597 . -131) T) ((-295 . -646) 134523) ((-596 . -131) T) ((-361 . -454) T) ((-355 . -454) T) ((-347 . -454) T) ((-476 . -308) 134502) ((-1222 . -102) T) ((-314 . -287) 134437) ((-108 . -454) T) ((-79 . -443) T) ((-79 . -397) T) ((-479 . -102) T) ((-691 . -616) 134421) ((-1292 . -613) 134403) ((-1292 . -614) 134385) ((-1079 . -404) 134364) ((-1035 . -491) 134295) ((-566 . -795) T) ((-566 . -792) T) ((-1062 . -235) 134241) ((-361 . -404) 134192) ((-355 . -404) 134143) ((-347 . -404) 134094) ((-1279 . -1111) T) ((-1288 . -1051) 134078) ((-383 . -1051) 134062) ((-1288 . -640) 134032) ((-383 . -640) 134002) ((-694 . -616) 133937) ((-1279 . -23) T) ((-1266 . -102) T) ((-175 . -613) 133919) ((-1141 . -1057) T) ((-549 . -370) T) ((-670 . -744) 133903) ((-1177 . -145) 133882) ((-1177 . -147) 133861) ((-1145 . -1099) T) ((-1145 . -1070) 133830) ((-69 . -1214) T) ((-1024 . -1056) 133767) ((-353 . -646) 133697) ((-866 . -1057) T) ((-240 . -639) 133603) ((-694 . -1049) T) ((-356 . -1056) 133548) ((-61 . -1214) T) ((-1024 . -111) 133464) ((-901 . -613) 133375) ((-694 . -243) T) ((-694 . -233) NIL) ((-843 . -848) 133354) ((-699 . -795) T) ((-699 . -792) T) ((-1003 . -413) 133331) ((-356 . -111) 133260) ((-381 . -920) T) ((-409 . -848) 133239) ((-712 . -291) 133150) ((-223 . -726) T) ((-1256 . -495) 133116) ((-1249 . -495) 133082) ((-1228 . -495) 133048) ((-580 . -1099) T) ((-317 . -1002) 133027) ((-222 . -1099) 133005) ((-1221 . -844) T) ((-320 . -973) 132967) ((-105 . -102) T) ((-48 . -1056) 132932) ((-1288 . -102) T) ((-383 . -102) T) ((-48 . -111) 132888) ((-1004 . -639) 132870) ((-1250 . -613) 132852) ((-533 . -102) T) ((-502 . -102) T) ((-1132 . -1133) 132836) ((-152 . -1271) 132820) ((-245 . -1214) T) ((-1213 . -102) T) ((-1024 . -616) 132757) ((-1171 . -1218) 132736) ((-356 . -616) 132666) ((-1124 . -1218) 132645) ((-240 . -21) 132555) ((-240 . -25) 132406) ((-127 . -119) 132390) ((-121 . -119) 132374) ((-44 . -744) 132358) ((-1171 . -558) 132269) ((-1124 . -558) 132200) ((-1221 . -1099) T) ((-1035 . -287) 132175) ((-1165 . -1082) T) ((-994 . -1082) T) ((-816 . -131) T) ((-117 . -795) NIL) ((-117 . -792) NIL) ((-357 . -308) T) ((-354 . -308) T) ((-346 . -308) T) ((-252 . -1111) 132085) ((-251 . -1111) 131995) ((-1024 . -1049) T) ((-1003 . -1057) T) ((-48 . -616) 131928) ((-345 . -648) 131873) ((-621 . -38) 131857) ((-1277 . -613) 131819) ((-1277 . -614) 131780) ((-1076 . -613) 131762) ((-1024 . -243) T) ((-356 . -1049) T) ((-815 . -1271) 131732) ((-252 . -23) T) ((-251 . -23) T) ((-987 . -613) 131714) ((-737 . -614) 131675) ((-737 . -613) 131657) ((-799 . -850) 131636) ((-1158 . -151) 131583) ((-999 . -516) 131495) ((-356 . -233) T) ((-356 . -243) T) ((-390 . -616) 131476) ((-1004 . -25) T) ((-141 . -613) 131458) ((-141 . -614) 131417) ((-910 . -308) T) ((-1004 . -21) T) ((-971 . -25) T) ((-914 . -21) T) ((-914 . -25) T) ((-429 . -21) T) ((-429 . -25) T) ((-843 . -413) 131401) ((-48 . -1049) T) ((-1286 . -1278) 131385) ((-1284 . -1278) 131369) ((-1035 . -604) 131344) ((-317 . -614) 131205) ((-317 . -613) 131187) ((-314 . -614) NIL) ((-314 . -613) 131169) ((-48 . -243) T) ((-48 . -233) T) ((-654 . -287) 131130) ((-552 . -235) 131080) ((-139 . -613) 131047) ((-136 . -613) 131029) ((-114 . -613) 131011) ((-479 . -38) 130976) ((-1288 . -1285) 130955) ((-1279 . -131) T) ((-1287 . -1057) T) ((-1081 . -102) T) ((-88 . -1214) T) ((-502 . -310) NIL) ((-1000 . -107) 130939) ((-889 . -1099) T) ((-885 . -1099) T) ((-1264 . -651) 130923) ((-1264 . -375) 130907) ((-328 . -1214) T) ((-594 . -850) T) ((-1141 . -1099) T) ((-1141 . -1053) 130847) ((-103 . -516) 130780) ((-927 . -613) 130762) ((-345 . -726) T) ((-30 . -613) 130744) ((-866 . -1099) T) ((-843 . -1057) 130723) ((-40 . -648) 130668) ((-225 . -1218) T) ((-409 . -1057) T) ((-1157 . -151) 130650) ((-999 . -291) 130601) ((-617 . -1099) T) ((-225 . -558) T) ((-320 . -1245) 130585) ((-320 . -1242) 130555) ((-701 . -646) 130527) ((-1187 . -1190) 130506) ((-1074 . -613) 130488) ((-1187 . -107) 130438) ((-647 . -151) 130422) ((-632 . -151) 130368) ((-116 . -646) 130340) ((-481 . -1190) 130319) ((-489 . -147) T) ((-489 . -145) NIL) ((-1119 . -614) 130234) ((-440 . -613) 130216) ((-217 . -147) T) ((-217 . -145) NIL) ((-1119 . -613) 130198) ((-129 . -102) T) ((-52 . -102) T) ((-1228 . -639) 130150) ((-481 . -107) 130100) ((-993 . -23) T) ((-1288 . -38) 130070) ((-1171 . -1111) T) ((-1124 . -1111) T) ((-1061 . -1218) T) ((-312 . -102) T) ((-854 . -1111) T) ((-952 . -1218) 130049) ((-483 . -1218) 130028) ((-1061 . -558) T) ((-952 . -558) 129959) ((-1171 . -23) T) ((-1124 . -23) T) ((-854 . -23) T) ((-483 . -558) 129890) ((-1141 . -717) 129822) ((-670 . -1051) 129806) ((-1145 . -516) 129739) ((-670 . -640) 129723) ((-1035 . -614) NIL) ((-1035 . -613) 129705) ((-96 . -1082) T) ((-866 . -717) 129675) ((-1208 . -47) 129644) ((-252 . -131) T) ((-251 . -131) T) ((-1103 . -1099) T) ((-1003 . -1099) T) ((-62 . -613) 129626) ((-1166 . -850) NIL) ((-1024 . -792) T) ((-1024 . -795) T) ((-1292 . -1056) 129613) ((-1292 . -111) 129598) ((-1256 . -25) T) ((-1256 . -21) T) ((-870 . -648) 129585) ((-1249 . -21) T) ((-1249 . -25) T) ((-1228 . -21) T) ((-1228 . -25) T) ((-1027 . -151) 129569) ((-872 . -820) 129548) ((-872 . -920) T) ((-712 . -287) 129475) ((-597 . -21) T) ((-341 . -646) 129434) ((-597 . -25) T) ((-596 . -21) T) ((-174 . -646) 129351) ((-40 . -726) T) ((-222 . -516) 129284) ((-596 . -25) T) ((-478 . -151) 129268) ((-465 . -151) 129252) ((-921 . -794) T) ((-921 . -726) T) ((-771 . -793) T) ((-771 . -794) T) ((-508 . -1099) T) ((-504 . -1099) T) ((-771 . -726) T) ((-225 . -365) T) ((-1286 . -1051) 129236) ((-1284 . -1051) 129220) ((-1286 . -640) 129190) ((-1155 . -1099) 129168) ((-871 . -1218) T) ((-1284 . -640) 129138) ((-654 . -613) 129120) ((-871 . -558) T) ((-694 . -370) NIL) ((-44 . -1051) 129104) ((-1292 . -616) 129086) ((-1287 . -1099) T) ((-670 . -102) T) ((-361 . -1271) 129070) ((-355 . -1271) 129054) ((-44 . -640) 129038) ((-347 . -1271) 129022) ((-550 . -102) T) ((-522 . -850) 129001) ((-1046 . -1099) T) ((-817 . -454) 128980) ((-152 . -1051) 128964) ((-1046 . -1070) 128893) ((-1027 . -976) 128862) ((-819 . -1111) T) ((-1003 . -717) 128807) ((-152 . -640) 128791) ((-388 . -1111) T) ((-478 . -976) 128760) ((-465 . -976) 128729) ((-110 . -151) 128711) ((-73 . -613) 128693) ((-893 . -613) 128675) ((-1079 . -724) 128654) ((-1292 . -1049) T) ((-816 . -639) 128602) ((-295 . -1057) 128544) ((-169 . -1218) 128449) ((-225 . -1111) T) ((-325 . -23) T) ((-1166 . -992) 128401) ((-843 . -1099) T) ((-1250 . -1056) 128306) ((-1125 . -740) 128285) ((-1248 . -920) 128264) ((-1227 . -920) 128243) ((-870 . -726) T) ((-169 . -558) 128154) ((-582 . -648) 128141) ((-566 . -648) 128128) ((-409 . -1099) T) ((-264 . -1099) T) ((-213 . -613) 128110) ((-497 . -648) 128075) ((-225 . -23) T) ((-1227 . -820) 128028) ((-1286 . -102) T) ((-356 . -1283) 128005) ((-1284 . -102) T) ((-1250 . -111) 127897) ((-815 . -1051) 127794) ((-815 . -640) 127736) ((-144 . -613) 127718) ((-993 . -131) T) ((-44 . -102) T) ((-240 . -850) 127669) ((-1237 . -1218) 127648) ((-103 . -491) 127632) ((-1287 . -717) 127602) ((-1086 . -47) 127563) ((-1061 . -1111) T) ((-952 . -1111) T) ((-127 . -34) T) ((-121 . -34) T) ((-782 . -47) 127540) ((-780 . -47) 127512) ((-1237 . -558) 127423) ((-356 . -370) T) ((-483 . -1111) T) ((-1171 . -131) T) ((-1124 . -131) T) ((-456 . -47) 127402) ((-871 . -365) T) ((-854 . -131) T) ((-152 . -102) T) ((-1061 . -23) T) ((-952 . -23) T) ((-573 . -558) T) ((-816 . -25) T) ((-816 . -21) T) ((-1141 . -516) 127335) ((-593 . -1082) T) ((-587 . -1038) 127319) ((-1250 . -616) 127193) ((-483 . -23) T) ((-353 . -1057) T) ((-1208 . -900) 127174) ((-670 . -310) 127112) ((-1112 . -1271) 127082) ((-699 . -648) 127047) ((-1003 . -172) T) ((-963 . -145) 127026) ((-635 . -1099) T) ((-607 . -1099) T) ((-963 . -147) 127005) ((-1004 . -850) T) ((-735 . -147) 126984) ((-735 . -145) 126963) ((-971 . -850) T) ((-833 . -646) 126880) ((-476 . -920) 126859) ((-320 . -1051) 126694) ((-317 . -1056) 126604) ((-314 . -1056) 126533) ((-999 . -287) 126491) ((-409 . -717) 126443) ((-320 . -640) 126284) ((-701 . -848) T) ((-1250 . -1049) T) ((-317 . -111) 126180) ((-314 . -111) 126093) ((-964 . -102) T) ((-815 . -102) 125883) ((-712 . -614) NIL) ((-712 . -613) 125865) ((-658 . -1038) 125761) ((-1250 . -327) 125705) ((-1035 . -289) 125680) ((-582 . -726) T) ((-566 . -794) T) ((-169 . -365) 125631) ((-566 . -791) T) ((-566 . -726) T) ((-497 . -726) T) ((-1145 . -491) 125615) ((-1086 . -886) NIL) ((-871 . -1111) T) ((-117 . -909) NIL) ((-1286 . -1285) 125591) ((-1284 . -1285) 125570) ((-782 . -886) NIL) ((-780 . -886) 125429) ((-1279 . -25) T) ((-1279 . -21) T) ((-1211 . -102) 125407) ((-1105 . -397) T) ((-623 . -648) 125394) ((-456 . -886) NIL) ((-675 . -102) 125372) ((-1086 . -1038) 125199) ((-871 . -23) T) ((-782 . -1038) 125058) ((-780 . -1038) 124915) ((-117 . -648) 124860) ((-456 . -1038) 124736) ((-317 . -616) 124300) ((-314 . -616) 124183) ((-392 . -646) 124152) ((-649 . -1038) 124136) ((-627 . -102) T) ((-222 . -491) 124120) ((-1264 . -34) T) ((-621 . -646) 124079) ((-290 . -1051) 124066) ((-136 . -616) 124050) ((-290 . -640) 124037) ((-635 . -717) 124021) ((-607 . -717) 124005) ((-670 . -38) 123965) ((-320 . -102) T) ((-85 . -613) 123947) ((-50 . -1038) 123931) ((-1119 . -1056) 123918) ((-1086 . -379) 123902) ((-782 . -379) 123886) ((-699 . -726) T) ((-699 . -794) T) ((-699 . -791) T) ((-583 . -1038) 123873) ((-520 . -1038) 123850) ((-60 . -57) 123812) ((-325 . -131) T) ((-317 . -1049) 123702) ((-314 . -1049) T) ((-169 . -1111) T) ((-780 . -379) 123686) ((-45 . -151) 123636) ((-1004 . -992) 123618) ((-456 . -379) 123602) ((-409 . -172) T) ((-317 . -243) 123581) ((-314 . -243) T) ((-314 . -233) NIL) ((-295 . -1099) 123363) ((-225 . -131) T) ((-1119 . -111) 123348) ((-169 . -23) T) ((-799 . -147) 123327) ((-799 . -145) 123306) ((-252 . -639) 123212) ((-251 . -639) 123118) ((-320 . -285) 123084) ((-1155 . -516) 123017) ((-479 . -646) 122967) ((-1132 . -1099) T) ((-225 . -1059) T) ((-815 . -310) 122905) ((-1086 . -900) 122840) ((-782 . -900) 122783) ((-780 . -900) 122767) ((-1286 . -38) 122737) ((-1284 . -38) 122707) ((-1237 . -1111) T) ((-855 . -1111) T) ((-456 . -900) 122684) ((-858 . -1099) T) ((-1237 . -23) T) ((-1119 . -616) 122656) ((-573 . -1111) T) ((-855 . -23) T) ((-623 . -726) T) ((-357 . -920) T) ((-354 . -920) T) ((-290 . -102) T) ((-346 . -920) T) ((-1061 . -131) T) ((-970 . -1082) T) ((-952 . -131) T) ((-117 . -794) NIL) ((-117 . -791) NIL) ((-117 . -726) T) ((-694 . -909) NIL) ((-1046 . -516) 122557) ((-483 . -131) T) ((-573 . -23) T) ((-675 . -310) 122495) ((-635 . -761) T) ((-607 . -761) T) ((-1228 . -850) NIL) ((-1079 . -1051) 122405) ((-1003 . -291) T) ((-694 . -648) 122355) ((-252 . -21) T) ((-353 . -1099) T) ((-252 . -25) T) ((-251 . -21) T) ((-251 . -25) T) ((-152 . -38) 122339) ((-2 . -102) T) ((-910 . -920) T) ((-1079 . -640) 122207) ((-484 . -1271) 122177) ((-1119 . -1049) T) ((-711 . -308) T) ((-361 . -1051) 122129) ((-355 . -1051) 122081) ((-347 . -1051) 122033) ((-361 . -640) 121985) ((-223 . -1038) 121962) ((-355 . -640) 121914) ((-108 . -1051) 121864) ((-347 . -640) 121816) ((-295 . -717) 121758) ((-701 . -1057) T) ((-489 . -454) T) ((-409 . -516) 121670) ((-108 . -640) 121620) ((-217 . -454) T) ((-1119 . -233) T) ((-296 . -151) 121570) ((-999 . -614) 121531) ((-999 . -613) 121513) ((-989 . -613) 121495) ((-116 . -1057) T) ((-654 . -1056) 121479) ((-225 . -495) T) ((-401 . -613) 121461) ((-401 . -614) 121438) ((-1054 . -1271) 121408) ((-654 . -111) 121387) ((-1141 . -491) 121371) ((-1288 . -646) 121330) ((-383 . -646) 121299) ((-815 . -38) 121269) ((-63 . -443) T) ((-63 . -397) T) ((-1158 . -102) T) ((-871 . -131) T) ((-486 . -102) 121247) ((-1292 . -370) T) ((-1079 . -102) T) ((-1060 . -102) T) ((-353 . -717) 121192) ((-731 . -147) 121171) ((-731 . -145) 121150) ((-654 . -616) 121068) ((-1024 . -648) 121005) ((-525 . -1099) 120983) ((-361 . -102) T) ((-355 . -102) T) ((-347 . -102) T) ((-108 . -102) T) ((-506 . -1099) T) ((-356 . -648) 120928) ((-1171 . -639) 120876) ((-1124 . -639) 120824) ((-387 . -511) 120803) ((-833 . -848) 120782) ((-381 . -1218) T) ((-694 . -726) T) ((-341 . -1057) T) ((-1228 . -992) 120734) ((-174 . -1057) T) ((-103 . -613) 120666) ((-1173 . -145) 120645) ((-1173 . -147) 120624) ((-381 . -558) T) ((-1172 . -147) 120603) ((-1172 . -145) 120582) ((-1166 . -145) 120489) ((-409 . -291) T) ((-1166 . -147) 120396) ((-1125 . -147) 120375) ((-1125 . -145) 120354) ((-320 . -38) 120195) ((-169 . -131) T) ((-314 . -795) NIL) ((-314 . -792) NIL) ((-654 . -1049) T) ((-48 . -648) 120160) ((-1112 . -1051) 120057) ((-893 . -616) 120034) ((-1112 . -640) 119976) ((-1165 . -102) T) ((-994 . -102) T) ((-993 . -21) T) ((-127 . -1010) 119960) ((-121 . -1010) 119944) ((-993 . -25) T) ((-901 . -119) 119928) ((-1157 . -102) T) ((-1237 . -131) T) ((-1171 . -25) T) ((-1171 . -21) T) ((-855 . -131) T) ((-1124 . -25) T) ((-1124 . -21) T) ((-854 . -25) T) ((-854 . -21) T) ((-782 . -308) 119907) ((-647 . -102) 119885) ((-632 . -102) T) ((-1158 . -310) 119680) ((-573 . -131) T) ((-621 . -848) 119659) ((-1155 . -491) 119643) ((-1149 . -151) 119593) ((-1145 . -613) 119555) ((-1145 . -614) 119516) ((-1024 . -791) T) ((-1024 . -794) T) ((-1024 . -726) T) ((-712 . -1056) 119339) ((-486 . -310) 119277) ((-455 . -419) 119247) ((-353 . -172) T) ((-290 . -38) 119234) ((-275 . -102) T) ((-274 . -102) T) ((-273 . -102) T) ((-272 . -102) T) ((-271 . -102) T) ((-270 . -102) T) ((-345 . -1038) 119211) ((-269 . -102) T) ((-212 . -102) T) ((-211 . -102) T) ((-209 . -102) T) ((-208 . -102) T) ((-207 . -102) T) ((-206 . -102) T) ((-203 . -102) T) ((-202 . -102) T) ((-201 . -102) T) ((-200 . -102) T) ((-199 . -102) T) ((-198 . -102) T) ((-197 . -102) T) ((-196 . -102) T) ((-195 . -102) T) ((-194 . -102) T) ((-193 . -102) T) ((-356 . -726) T) ((-712 . -111) 119020) ((-670 . -231) 119004) ((-583 . -308) T) ((-520 . -308) T) ((-295 . -516) 118953) ((-108 . -310) NIL) ((-72 . -397) T) ((-1112 . -102) 118743) ((-833 . -413) 118727) ((-1119 . -795) T) ((-1119 . -792) T) ((-701 . -1099) T) ((-580 . -613) 118709) ((-381 . -365) T) ((-169 . -495) 118687) ((-222 . -613) 118619) ((-134 . -1099) T) ((-116 . -1099) T) ((-48 . -726) T) ((-1046 . -491) 118584) ((-141 . -427) 118566) ((-141 . -370) T) ((-1027 . -102) T) ((-514 . -511) 118545) ((-712 . -616) 118301) ((-478 . -102) T) ((-465 . -102) T) ((-1034 . -1111) T) ((-1221 . -613) 118283) ((-1180 . -1038) 118219) ((-1173 . -35) 118185) ((-1173 . -95) 118151) ((-1173 . -1202) 118117) ((-1173 . -1199) 118083) ((-1157 . -310) NIL) ((-89 . -398) T) ((-89 . -397) T) ((-1079 . -1150) 118062) ((-1172 . -1199) 118028) ((-1172 . -1202) 117994) ((-1034 . -23) T) ((-1172 . -95) 117960) ((-573 . -495) T) ((-1172 . -35) 117926) ((-1166 . -1199) 117892) ((-1166 . -1202) 117858) ((-1166 . -95) 117824) ((-363 . -1111) T) ((-361 . -1150) 117803) ((-355 . -1150) 117782) ((-347 . -1150) 117761) ((-1166 . -35) 117727) ((-1125 . -35) 117693) ((-1125 . -95) 117659) ((-108 . -1150) T) ((-1125 . -1202) 117625) ((-833 . -1057) 117604) ((-647 . -310) 117542) ((-632 . -310) 117393) ((-1125 . -1199) 117359) ((-712 . -1049) T) ((-1061 . -639) 117341) ((-1079 . -38) 117209) ((-952 . -639) 117157) ((-1004 . -147) T) ((-1004 . -145) NIL) ((-381 . -1111) T) ((-325 . -25) T) ((-323 . -23) T) ((-943 . -850) 117136) ((-712 . -327) 117113) ((-483 . -639) 117061) ((-40 . -1038) 116949) ((-712 . -233) T) ((-701 . -717) 116936) ((-341 . -1099) T) ((-174 . -1099) T) ((-332 . -850) T) ((-420 . -454) 116886) ((-381 . -23) T) ((-361 . -38) 116851) ((-355 . -38) 116816) ((-347 . -38) 116781) ((-80 . -443) T) ((-80 . -397) T) ((-225 . -25) T) ((-225 . -21) T) ((-836 . -1111) T) ((-108 . -38) 116731) ((-827 . -1111) T) ((-774 . -1099) T) ((-116 . -717) 116718) ((-672 . -1038) 116702) ((-612 . -102) T) ((-836 . -23) T) ((-827 . -23) T) ((-1155 . -287) 116679) ((-1112 . -310) 116617) ((-484 . -1051) 116514) ((-1101 . -235) 116498) ((-64 . -398) T) ((-64 . -397) T) ((-110 . -102) T) ((-484 . -640) 116440) ((-40 . -379) 116417) ((-96 . -102) T) ((-653 . -852) 116401) ((-1134 . -1082) T) ((-1061 . -21) T) ((-1061 . -25) T) ((-1054 . -1051) 116385) ((-815 . -231) 116354) ((-952 . -25) T) ((-952 . -21) T) ((-1054 . -640) 116296) ((-621 . -1057) T) ((-1119 . -370) T) ((-1027 . -310) 116234) ((-670 . -646) 116193) ((-483 . -25) T) ((-483 . -21) T) ((-387 . -1051) 116177) ((-889 . -613) 116159) ((-885 . -613) 116141) ((-525 . -516) 116074) ((-252 . -850) 116025) ((-251 . -850) 115976) ((-387 . -640) 115946) ((-871 . -639) 115923) ((-478 . -310) 115861) ((-465 . -310) 115799) ((-353 . -291) T) ((-1155 . -1252) 115783) ((-1141 . -613) 115745) ((-1141 . -614) 115706) ((-1139 . -102) T) ((-999 . -1056) 115602) ((-40 . -900) 115554) ((-1155 . -604) 115531) ((-1292 . -648) 115518) ((-866 . -492) 115495) ((-1062 . -151) 115441) ((-872 . -1218) T) ((-999 . -111) 115323) ((-341 . -717) 115307) ((-866 . -613) 115269) ((-174 . -717) 115201) ((-409 . -287) 115159) ((-872 . -558) T) ((-108 . -402) 115141) ((-84 . -386) T) ((-84 . -397) T) ((-701 . -172) T) ((-617 . -613) 115123) ((-99 . -726) T) ((-484 . -102) 114913) ((-99 . -475) T) ((-116 . -172) T) ((-1286 . -646) 114872) ((-1284 . -646) 114831) ((-1112 . -38) 114801) ((-169 . -639) 114749) ((-1054 . -102) T) ((-999 . -616) 114639) ((-871 . -25) T) ((-815 . -238) 114618) ((-871 . -21) T) ((-818 . -102) T) ((-44 . -646) 114561) ((-416 . -102) T) ((-387 . -102) T) ((-110 . -310) NIL) ((-227 . -102) 114539) ((-127 . -1214) T) ((-121 . -1214) T) ((-817 . -1051) 114490) ((-817 . -640) 114432) ((-1034 . -131) T) ((-670 . -369) 114416) ((-152 . -646) 114375) ((-999 . -1049) T) ((-1237 . -639) 114323) ((-1103 . -613) 114305) ((-1003 . -613) 114287) ((-517 . -23) T) ((-512 . -23) T) ((-345 . -308) T) ((-510 . -23) T) ((-323 . -131) T) ((-3 . -1099) T) ((-1003 . -614) 114271) ((-999 . -243) 114250) ((-999 . -233) 114229) ((-1292 . -726) T) ((-1256 . -145) 114208) ((-833 . -1099) T) ((-1256 . -147) 114187) ((-1249 . -147) 114166) ((-1249 . -145) 114145) ((-1248 . -1218) 114124) ((-1228 . -145) 114031) ((-1228 . -147) 113938) ((-1227 . -1218) 113917) ((-381 . -131) T) ((-566 . -886) 113899) ((0 . -1099) T) ((-174 . -172) T) ((-169 . -21) T) ((-169 . -25) T) ((-49 . -1099) T) ((-1250 . -648) 113804) ((-1248 . -558) 113755) ((-714 . -1111) T) ((-1227 . -558) 113706) ((-566 . -1038) 113688) ((-596 . -147) 113667) ((-596 . -145) 113646) ((-497 . -1038) 113589) ((-1134 . -1136) T) ((-87 . -386) T) ((-87 . -397) T) ((-872 . -365) T) ((-836 . -131) T) ((-827 . -131) T) ((-964 . -646) 113533) ((-714 . -23) T) ((-508 . -613) 113499) ((-504 . -613) 113481) ((-815 . -646) 113231) ((-1288 . -1057) T) ((-381 . -1059) T) ((-1026 . -1099) 113209) ((-55 . -1038) 113191) ((-901 . -34) T) ((-484 . -310) 113129) ((-593 . -102) T) ((-1155 . -614) 113090) ((-1155 . -613) 113022) ((-1177 . -1051) 112905) ((-45 . -102) T) ((-817 . -102) T) ((-1177 . -640) 112802) ((-1237 . -25) T) ((-1237 . -21) T) ((-855 . -25) T) ((-44 . -369) 112786) ((-855 . -21) T) ((-731 . -454) 112737) ((-1287 . -613) 112719) ((-1276 . -1051) 112689) ((-1054 . -310) 112627) ((-671 . -1082) T) ((-606 . -1082) T) ((-392 . -1099) T) ((-573 . -25) T) ((-573 . -21) T) ((-180 . -1082) T) ((-161 . -1082) T) ((-156 . -1082) T) ((-154 . -1082) T) ((-1276 . -640) 112597) ((-621 . -1099) T) ((-699 . -886) 112579) ((-1264 . -1214) T) ((-227 . -310) 112517) ((-144 . -370) T) ((-1046 . -614) 112459) ((-1046 . -613) 112402) ((-314 . -909) NIL) ((-1222 . -844) T) ((-699 . -1038) 112347) ((-711 . -920) T) ((-476 . -1218) 112326) ((-1172 . -454) 112305) ((-1166 . -454) 112284) ((-331 . -102) T) ((-872 . -1111) T) ((-320 . -646) 112166) ((-317 . -648) 111987) ((-314 . -648) 111916) ((-476 . -558) 111867) ((-341 . -516) 111833) ((-552 . -151) 111783) ((-40 . -308) T) ((-843 . -613) 111765) ((-701 . -291) T) ((-872 . -23) T) ((-381 . -495) T) ((-1079 . -231) 111735) ((-514 . -102) T) ((-409 . -614) 111542) ((-409 . -613) 111524) ((-264 . -613) 111506) ((-116 . -291) T) ((-1250 . -726) T) ((-1248 . -365) 111485) ((-1227 . -365) 111464) ((-1277 . -34) T) ((-1222 . -1099) T) ((-117 . -1214) T) ((-108 . -231) 111446) ((-1177 . -102) T) ((-479 . -1099) T) ((-525 . -491) 111430) ((-737 . -34) T) ((-653 . -1051) 111414) ((-484 . -38) 111384) ((-653 . -640) 111354) ((-141 . -34) T) ((-117 . -884) 111331) ((-117 . -886) NIL) ((-623 . -1038) 111214) ((-644 . -850) 111193) ((-1276 . -102) T) ((-296 . -102) T) ((-712 . -370) 111172) ((-117 . -1038) 111149) ((-392 . -717) 111133) ((-621 . -717) 111117) ((-45 . -310) 110921) ((-816 . -145) 110900) ((-816 . -147) 110879) ((-290 . -646) 110851) ((-1287 . -384) 110830) ((-819 . -850) T) ((-1266 . -1099) T) ((-1158 . -229) 110777) ((-388 . -850) 110756) ((-1256 . -1202) 110722) ((-1256 . -1199) 110688) ((-1249 . -1199) 110654) ((-517 . -131) T) ((-1249 . -1202) 110620) ((-1228 . -1199) 110586) ((-1228 . -1202) 110552) ((-1256 . -35) 110518) ((-1256 . -95) 110484) ((-635 . -613) 110453) ((-607 . -613) 110422) ((-225 . -850) T) ((-1249 . -95) 110388) ((-1249 . -35) 110354) ((-1248 . -1111) T) ((-1119 . -648) 110341) ((-1228 . -95) 110307) ((-1227 . -1111) T) ((-594 . -151) 110289) ((-1079 . -351) 110268) ((-174 . -291) T) ((-117 . -379) 110245) ((-117 . -340) 110222) ((-1228 . -35) 110188) ((-870 . -308) T) ((-314 . -794) NIL) ((-314 . -791) NIL) ((-317 . -726) 110037) ((-314 . -726) T) ((-476 . -365) 110016) ((-361 . -351) 109995) ((-355 . -351) 109974) ((-347 . -351) 109953) ((-317 . -475) 109932) ((-1248 . -23) T) ((-1227 . -23) T) ((-718 . -1111) T) ((-714 . -131) T) ((-653 . -102) T) ((-479 . -717) 109897) ((-45 . -283) 109847) ((-105 . -1099) T) ((-68 . -613) 109829) ((-970 . -102) T) ((-864 . -102) T) ((-623 . -900) 109788) ((-1288 . -1099) T) ((-383 . -1099) T) ((-82 . -1214) T) ((-1213 . -1099) T) ((-1061 . -850) T) ((-117 . -900) NIL) ((-782 . -920) 109767) ((-713 . -850) T) ((-533 . -1099) T) ((-502 . -1099) T) ((-357 . -1218) T) ((-354 . -1218) T) ((-346 . -1218) T) ((-265 . -1218) 109746) ((-247 . -1218) 109725) ((-535 . -860) T) ((-1112 . -231) 109694) ((-1157 . -828) T) ((-1141 . -1056) 109678) ((-392 . -761) T) ((-694 . -1214) T) ((-691 . -1038) 109662) ((-357 . -558) T) ((-354 . -558) T) ((-346 . -558) T) ((-265 . -558) 109593) ((-247 . -558) 109524) ((-527 . -1082) T) ((-1141 . -111) 109503) ((-455 . -744) 109473) ((-866 . -1056) 109443) ((-817 . -38) 109385) ((-694 . -884) 109367) ((-694 . -886) 109349) ((-296 . -310) 109153) ((-910 . -1218) T) ((-1155 . -289) 109130) ((-1079 . -646) 109025) ((-670 . -413) 109009) ((-866 . -111) 108974) ((-1004 . -454) T) ((-694 . -1038) 108919) ((-910 . -558) T) ((-535 . -613) 108901) ((-583 . -920) T) ((-489 . -1051) 108851) ((-476 . -1111) T) ((-520 . -920) T) ((-914 . -454) T) ((-65 . -613) 108833) ((-217 . -1051) 108783) ((-489 . -640) 108733) ((-361 . -646) 108670) ((-355 . -646) 108607) ((-347 . -646) 108544) ((-632 . -229) 108490) ((-217 . -640) 108440) ((-108 . -646) 108390) ((-476 . -23) T) ((-1119 . -794) T) ((-872 . -131) T) ((-1119 . -791) T) ((-1279 . -1281) 108369) ((-1119 . -726) T) ((-654 . -648) 108343) ((-295 . -613) 108084) ((-1141 . -616) 108002) ((-1035 . -34) T) ((-815 . -848) 107981) ((-582 . -308) T) ((-566 . -308) T) ((-497 . -308) T) ((-1288 . -717) 107951) ((-694 . -379) 107933) ((-694 . -340) 107915) ((-479 . -172) T) ((-383 . -717) 107885) ((-866 . -616) 107820) ((-871 . -850) NIL) ((-566 . -1022) T) ((-497 . -1022) T) ((-1132 . -613) 107802) ((-1112 . -238) 107781) ((-214 . -102) T) ((-1149 . -102) T) ((-71 . -613) 107763) ((-1141 . -1049) T) ((-1177 . -38) 107660) ((-858 . -613) 107642) ((-566 . -547) T) ((-670 . -1057) T) ((-731 . -949) 107595) ((-1141 . -233) 107574) ((-1081 . -1099) T) ((-1034 . -25) T) ((-1034 . -21) T) ((-1003 . -1056) 107519) ((-905 . -102) T) ((-866 . -1049) T) ((-694 . -900) NIL) ((-357 . -330) 107503) ((-357 . -365) T) ((-354 . -330) 107487) ((-354 . -365) T) ((-346 . -330) 107471) ((-346 . -365) T) ((-489 . -102) T) ((-1276 . -38) 107441) ((-548 . -850) T) ((-525 . -687) 107391) ((-217 . -102) T) ((-1024 . -1038) 107271) ((-1003 . -111) 107200) ((-1173 . -973) 107169) ((-522 . -151) 107153) ((-1079 . -372) 107132) ((-353 . -613) 107114) ((-323 . -21) T) ((-356 . -1038) 107091) ((-323 . -25) T) ((-1172 . -973) 107053) ((-1166 . -973) 107022) ((-76 . -613) 107004) ((-1125 . -973) 106971) ((-699 . -308) T) ((-129 . -844) T) ((-910 . -365) T) ((-381 . -25) T) ((-381 . -21) T) ((-910 . -330) 106958) ((-86 . -613) 106940) ((-699 . -1022) T) ((-677 . -850) T) ((-1248 . -131) T) ((-1227 . -131) T) ((-901 . -1010) 106924) ((-836 . -21) T) ((-48 . -1038) 106867) ((-836 . -25) T) ((-827 . -25) T) ((-827 . -21) T) ((-1112 . -646) 106617) ((-1286 . -1057) T) ((-551 . -102) T) ((-1284 . -1057) T) ((-654 . -726) T) ((-1103 . -618) 106520) ((-1003 . -616) 106450) ((-1287 . -1056) 106434) ((-815 . -413) 106403) ((-103 . -119) 106387) ((-129 . -1099) T) ((-52 . -1099) T) ((-926 . -613) 106369) ((-871 . -992) 106346) ((-823 . -102) T) ((-1287 . -111) 106325) ((-653 . -38) 106295) ((-573 . -850) T) ((-357 . -1111) T) ((-354 . -1111) T) ((-346 . -1111) T) ((-265 . -1111) T) ((-247 . -1111) T) ((-623 . -308) 106274) ((-1149 . -310) 106078) ((-664 . -23) T) ((-526 . -1082) T) ((-312 . -1099) T) ((-484 . -231) 106047) ((-152 . -1057) T) ((-357 . -23) T) ((-354 . -23) T) ((-346 . -23) T) ((-117 . -308) T) ((-265 . -23) T) ((-247 . -23) T) ((-1003 . -1049) T) ((-712 . -909) 106026) ((-1155 . -616) 106003) ((-1003 . -233) 105975) ((-1003 . -243) T) ((-117 . -1022) NIL) ((-910 . -1111) T) ((-1249 . -454) 105954) ((-1228 . -454) 105933) ((-525 . -613) 105865) ((-712 . -648) 105790) ((-409 . -1056) 105742) ((-506 . -613) 105724) ((-910 . -23) T) ((-489 . -310) NIL) ((-1287 . -616) 105680) ((-476 . -131) T) ((-217 . -310) NIL) ((-409 . -111) 105618) ((-815 . -1057) 105548) ((-737 . -1097) 105532) ((-1248 . -495) 105498) ((-1227 . -495) 105464) ((-550 . -844) T) ((-141 . -1097) 105446) ((-479 . -291) T) ((-1287 . -1049) T) ((-1219 . -102) T) ((-1062 . -102) T) ((-843 . -616) 105314) ((-502 . -516) NIL) ((-484 . -238) 105293) ((-409 . -616) 105191) ((-963 . -1051) 105074) ((-735 . -1051) 105044) ((-963 . -640) 104941) ((-1171 . -145) 104920) ((-735 . -640) 104890) ((-455 . -1051) 104860) ((-1171 . -147) 104839) ((-1124 . -147) 104818) ((-1124 . -145) 104797) ((-635 . -1056) 104781) ((-607 . -1056) 104765) ((-455 . -640) 104735) ((-1173 . -1255) 104719) ((-1173 . -1242) 104696) ((-670 . -1099) T) ((-670 . -1053) 104636) ((-1172 . -1247) 104597) ((-550 . -1099) T) ((-489 . -1150) T) ((-1172 . -1242) 104567) ((-1172 . -1245) 104551) ((-1166 . -1226) 104512) ((-217 . -1150) T) ((-345 . -920) T) ((-818 . -267) 104496) ((-635 . -111) 104475) ((-607 . -111) 104454) ((-1166 . -1242) 104431) ((-843 . -1049) 104410) ((-1166 . -1224) 104394) ((-517 . -25) T) ((-497 . -303) T) ((-513 . -23) T) ((-512 . -25) T) ((-510 . -25) T) ((-509 . -23) T) ((-420 . -1051) 104368) ((-409 . -1049) T) ((-320 . -1057) T) ((-694 . -308) T) ((-420 . -640) 104342) ((-108 . -848) T) ((-712 . -726) T) ((-409 . -243) T) ((-409 . -233) 104321) ((-489 . -38) 104271) ((-217 . -38) 104221) ((-476 . -495) 104187) ((-1221 . -370) T) ((-1157 . -1143) T) ((-1100 . -102) T) ((-701 . -613) 104169) ((-701 . -614) 104084) ((-714 . -21) T) ((-714 . -25) T) ((-1134 . -102) T) ((-484 . -646) 103834) ((-134 . -613) 103816) ((-116 . -613) 103798) ((-157 . -25) T) ((-1286 . -1099) T) ((-872 . -639) 103746) ((-1284 . -1099) T) ((-963 . -102) T) ((-735 . -102) T) ((-715 . -102) T) ((-455 . -102) T) ((-816 . -454) 103697) ((-44 . -1099) T) ((-1087 . -850) T) ((-1062 . -310) 103548) ((-664 . -131) T) ((-1054 . -646) 103517) ((-670 . -717) 103501) ((-290 . -1057) T) ((-357 . -131) T) ((-354 . -131) T) ((-346 . -131) T) ((-265 . -131) T) ((-247 . -131) T) ((-387 . -646) 103470) ((-420 . -102) T) ((-152 . -1099) T) ((-45 . -229) 103420) ((-799 . -1051) 103404) ((-958 . -850) 103383) ((-999 . -648) 103321) ((-799 . -640) 103305) ((-240 . -1271) 103275) ((-1024 . -308) T) ((-295 . -1056) 103196) ((-910 . -131) T) ((-40 . -920) T) ((-489 . -402) 103178) ((-356 . -308) T) ((-217 . -402) 103160) ((-1079 . -413) 103144) ((-295 . -111) 103060) ((-1182 . -850) T) ((-1181 . -850) T) ((-872 . -25) T) ((-872 . -21) T) ((-341 . -613) 103042) ((-1250 . -47) 102986) ((-225 . -147) T) ((-174 . -613) 102968) ((-1112 . -848) 102947) ((-774 . -613) 102929) ((-128 . -850) T) ((-608 . -235) 102876) ((-477 . -235) 102826) ((-1286 . -717) 102796) ((-48 . -308) T) ((-1284 . -717) 102766) ((-65 . -616) 102695) ((-964 . -1099) T) ((-815 . -1099) 102485) ((-313 . -102) T) ((-901 . -1214) T) ((-48 . -1022) T) ((-1227 . -639) 102393) ((-689 . -102) 102371) ((-44 . -717) 102355) ((-552 . -102) T) ((-295 . -616) 102286) ((-67 . -385) T) ((-67 . -397) T) ((-662 . -23) T) ((-817 . -646) 102222) ((-670 . -761) T) ((-1211 . -1099) 102200) ((-353 . -1056) 102145) ((-675 . -1099) 102123) ((-1061 . -147) T) ((-952 . -147) 102102) ((-952 . -145) 102081) ((-799 . -102) T) ((-152 . -717) 102065) ((-483 . -147) 102044) ((-483 . -145) 102023) ((-353 . -111) 101952) ((-1079 . -1057) T) ((-323 . -850) 101931) ((-1256 . -973) 101900) ((-627 . -1099) T) ((-1249 . -973) 101862) ((-513 . -131) T) ((-509 . -131) T) ((-296 . -229) 101812) ((-361 . -1057) T) ((-355 . -1057) T) ((-347 . -1057) T) ((-295 . -1049) 101754) ((-1228 . -973) 101723) ((-381 . -850) T) ((-108 . -1057) T) ((-999 . -726) T) ((-870 . -920) T) ((-843 . -795) 101702) ((-843 . -792) 101681) ((-420 . -310) 101620) ((-470 . -102) T) ((-596 . -973) 101589) ((-320 . -1099) T) ((-409 . -795) 101568) ((-409 . -792) 101547) ((-502 . -491) 101529) ((-1250 . -1038) 101495) ((-1248 . -21) T) ((-1248 . -25) T) ((-1227 . -21) T) ((-1227 . -25) T) ((-815 . -717) 101437) ((-353 . -616) 101367) ((-699 . -406) T) ((-1277 . -1214) T) ((-606 . -102) T) ((-1112 . -413) 101336) ((-1003 . -370) NIL) ((-671 . -102) T) ((-180 . -102) T) ((-161 . -102) T) ((-156 . -102) T) ((-154 . -102) T) ((-103 . -34) T) ((-1177 . -646) 101246) ((-737 . -1214) T) ((-731 . -1051) 101089) ((-44 . -761) T) ((-731 . -640) 100938) ((-594 . -102) T) ((-77 . -398) T) ((-77 . -397) T) ((-653 . -656) 100922) ((-141 . -1214) T) ((-871 . -147) T) ((-871 . -145) NIL) ((-1213 . -93) T) ((-353 . -1049) T) ((-70 . -385) T) ((-70 . -397) T) ((-1164 . -102) T) ((-670 . -516) 100855) ((-1276 . -646) 100800) ((-689 . -310) 100738) ((-963 . -38) 100635) ((-1179 . -613) 100617) ((-735 . -38) 100587) ((-552 . -310) 100391) ((-1173 . -1051) 100274) ((-317 . -1214) T) ((-353 . -233) T) ((-353 . -243) T) ((-314 . -1214) T) ((-290 . -1099) T) ((-1172 . -1051) 100109) ((-1166 . -1051) 99899) ((-1125 . -1051) 99782) ((-1173 . -640) 99679) ((-1172 . -640) 99520) ((-711 . -1218) T) ((-1166 . -640) 99316) ((-1155 . -651) 99300) ((-1125 . -640) 99197) ((-1208 . -558) 99176) ((-711 . -558) T) ((-317 . -884) 99160) ((-317 . -886) 99085) ((-314 . -884) 99046) ((-314 . -886) NIL) ((-799 . -310) 99011) ((-320 . -717) 98852) ((-325 . -324) 98829) ((-487 . -102) T) ((-476 . -25) T) ((-476 . -21) T) ((-420 . -38) 98803) ((-317 . -1038) 98466) ((-225 . -1199) T) ((-225 . -1202) T) ((-3 . -613) 98448) ((-314 . -1038) 98378) ((-2 . -1099) T) ((-2 . |RecordCategory|) T) ((-833 . -613) 98360) ((-1112 . -1057) 98290) ((-582 . -920) T) ((-566 . -820) T) ((-566 . -920) T) ((-497 . -920) T) ((-136 . -1038) 98274) ((-225 . -95) T) ((-169 . -147) 98253) ((-75 . -443) T) ((0 . -613) 98235) ((-75 . -397) T) ((-169 . -145) 98186) ((-225 . -35) T) ((-49 . -613) 98168) ((-479 . -1057) T) ((-489 . -231) 98150) ((-486 . -968) 98134) ((-484 . -848) 98113) ((-217 . -231) 98095) ((-81 . -443) T) ((-81 . -397) T) ((-1145 . -34) T) ((-815 . -172) 98074) ((-731 . -102) T) ((-653 . -646) 98033) ((-1026 . -613) 98000) ((-502 . -287) 97975) ((-317 . -379) 97944) ((-314 . -379) 97905) ((-314 . -340) 97866) ((-1084 . -613) 97848) ((-816 . -949) 97795) ((-662 . -131) T) ((-1237 . -145) 97774) ((-1237 . -147) 97753) ((-1173 . -102) T) ((-1172 . -102) T) ((-1166 . -102) T) ((-1158 . -1099) T) ((-1125 . -102) T) ((-222 . -34) T) ((-290 . -717) 97740) ((-1158 . -610) 97716) ((-594 . -310) NIL) ((-486 . -1099) 97694) ((-392 . -613) 97676) ((-512 . -850) T) ((-1149 . -229) 97626) ((-1256 . -1255) 97610) ((-1256 . -1242) 97587) ((-1249 . -1247) 97548) ((-1249 . -1242) 97518) ((-1249 . -1245) 97502) ((-1228 . -1226) 97463) ((-1228 . -1242) 97440) ((-621 . -613) 97422) ((-1228 . -1224) 97406) ((-699 . -920) T) ((-1173 . -285) 97372) ((-1172 . -285) 97338) ((-1166 . -285) 97304) ((-1079 . -1099) T) ((-1060 . -1099) T) ((-48 . -303) T) ((-317 . -900) 97270) ((-314 . -900) NIL) ((-1060 . -1067) 97249) ((-1119 . -886) 97231) ((-799 . -38) 97215) ((-265 . -639) 97163) ((-247 . -639) 97111) ((-701 . -1056) 97098) ((-596 . -1242) 97075) ((-1125 . -285) 97041) ((-320 . -172) 96972) ((-361 . -1099) T) ((-355 . -1099) T) ((-347 . -1099) T) ((-502 . -19) 96954) ((-1119 . -1038) 96936) ((-1101 . -151) 96920) ((-108 . -1099) T) ((-116 . -1056) 96907) ((-711 . -365) T) ((-502 . -604) 96882) ((-701 . -111) 96867) ((-438 . -102) T) ((-250 . -102) T) ((-45 . -1148) 96817) ((-116 . -111) 96802) ((-635 . -720) T) ((-607 . -720) T) ((-1266 . -613) 96784) ((-1222 . -613) 96766) ((-1220 . -850) T) ((-815 . -516) 96699) ((-1035 . -1214) T) ((-240 . -1051) 96596) ((-1208 . -1111) T) ((-1208 . -23) T) ((-943 . -151) 96580) ((-1171 . -454) 96511) ((-1166 . -310) 96396) ((-240 . -640) 96338) ((-1165 . -1099) T) ((-1157 . -1099) T) ((-1141 . -648) 96312) ((-527 . -102) T) ((-522 . -102) 96262) ((-1125 . -310) 96249) ((-1124 . -454) 96200) ((-1086 . -1218) 96179) ((-782 . -1218) 96158) ((-780 . -1218) 96137) ((-62 . -1214) T) ((-479 . -613) 96089) ((-479 . -614) 96011) ((-1086 . -558) 95942) ((-994 . -1099) T) ((-782 . -558) 95853) ((-780 . -558) 95784) ((-484 . -413) 95753) ((-623 . -920) 95732) ((-456 . -1218) 95711) ((-731 . -310) 95698) ((-701 . -616) 95670) ((-400 . -613) 95652) ((-675 . -516) 95585) ((-664 . -25) T) ((-664 . -21) T) ((-456 . -558) 95516) ((-357 . -25) T) ((-357 . -21) T) ((-117 . -920) T) ((-117 . -820) NIL) ((-354 . -25) T) ((-354 . -21) T) ((-346 . -25) T) ((-346 . -21) T) ((-265 . -25) T) ((-265 . -21) T) ((-247 . -25) T) ((-247 . -21) T) ((-83 . -386) T) ((-83 . -397) T) ((-134 . -616) 95498) ((-116 . -616) 95470) ((-1079 . -717) 95338) ((-1004 . -1051) 95288) ((-1004 . -640) 95238) ((-943 . -980) 95222) ((-914 . -640) 95174) ((-914 . -1051) 95126) ((-910 . -21) T) ((-910 . -25) T) ((-872 . -850) 95077) ((-866 . -648) 95037) ((-711 . -1111) T) ((-711 . -23) T) ((-290 . -172) T) ((-701 . -1049) T) ((-312 . -93) T) ((-701 . -233) T) ((-647 . -1099) 95015) ((-632 . -610) 94990) ((-632 . -1099) T) ((-583 . -1218) T) ((-583 . -558) T) ((-520 . -1218) T) ((-520 . -558) T) ((-489 . -646) 94940) ((-429 . -1051) 94924) ((-429 . -640) 94908) ((-361 . -717) 94860) ((-355 . -717) 94812) ((-341 . -1056) 94796) ((-347 . -717) 94748) ((-341 . -111) 94727) ((-174 . -1056) 94659) ((-217 . -646) 94609) ((-174 . -111) 94520) ((-108 . -717) 94470) ((-275 . -1099) T) ((-274 . -1099) T) ((-273 . -1099) T) ((-272 . -1099) T) ((-271 . -1099) T) ((-270 . -1099) T) ((-269 . -1099) T) ((-212 . -1099) T) ((-211 . -1099) T) ((-169 . -1202) 94448) ((-169 . -1199) 94426) ((-209 . -1099) T) ((-208 . -1099) T) ((-116 . -1049) T) ((-207 . -1099) T) ((-206 . -1099) T) ((-203 . -1099) T) ((-202 . -1099) T) ((-201 . -1099) T) ((-200 . -1099) T) ((-199 . -1099) T) ((-198 . -1099) T) ((-197 . -1099) T) ((-196 . -1099) T) ((-195 . -1099) T) ((-194 . -1099) T) ((-193 . -1099) T) ((-240 . -102) 94216) ((-169 . -35) 94194) ((-169 . -95) 94172) ((-654 . -1038) 94068) ((-484 . -1057) 93998) ((-1112 . -1099) 93788) ((-1141 . -34) T) ((-670 . -491) 93772) ((-73 . -1214) T) ((-105 . -613) 93754) ((-1288 . -613) 93736) ((-383 . -613) 93718) ((-341 . -616) 93670) ((-174 . -616) 93587) ((-1213 . -492) 93568) ((-731 . -38) 93417) ((-573 . -1202) T) ((-573 . -1199) T) ((-533 . -613) 93399) ((-522 . -310) 93337) ((-502 . -613) 93319) ((-502 . -614) 93301) ((-1213 . -613) 93267) ((-1166 . -1150) NIL) ((-1027 . -1070) 93236) ((-1027 . -1099) T) ((-1004 . -102) T) ((-971 . -102) T) ((-914 . -102) T) ((-893 . -1038) 93213) ((-1141 . -726) T) ((-1003 . -648) 93158) ((-478 . -1099) T) ((-465 . -1099) T) ((-587 . -23) T) ((-573 . -35) T) ((-573 . -95) T) ((-429 . -102) T) ((-1062 . -229) 93104) ((-1173 . -38) 93001) ((-866 . -726) T) ((-694 . -920) T) ((-513 . -25) T) ((-509 . -21) T) ((-509 . -25) T) ((-1172 . -38) 92842) ((-341 . -1049) T) ((-1166 . -38) 92638) ((-1079 . -172) T) ((-174 . -1049) T) ((-1125 . -38) 92535) ((-712 . -47) 92512) ((-361 . -172) T) ((-355 . -172) T) ((-521 . -57) 92486) ((-499 . -57) 92436) ((-353 . -1283) 92413) ((-225 . -454) T) ((-320 . -291) 92364) ((-347 . -172) T) ((-174 . -243) T) ((-1227 . -850) 92263) ((-108 . -172) T) ((-872 . -992) 92247) ((-658 . -1111) T) ((-583 . -365) T) ((-583 . -330) 92234) ((-520 . -330) 92211) ((-520 . -365) T) ((-317 . -308) 92190) ((-314 . -308) T) ((-602 . -850) 92169) ((-1112 . -717) 92111) ((-522 . -283) 92095) ((-658 . -23) T) ((-420 . -231) 92079) ((-314 . -1022) NIL) ((-338 . -23) T) ((-103 . -1010) 92063) ((-45 . -36) 92042) ((-612 . -1099) T) ((-353 . -370) T) ((-526 . -102) T) ((-497 . -27) T) ((-240 . -310) 91980) ((-1086 . -1111) T) ((-1287 . -648) 91954) ((-782 . -1111) T) ((-780 . -1111) T) ((-456 . -1111) T) ((-1061 . -454) T) ((-952 . -454) 91905) ((-1114 . -1082) T) ((-110 . -1099) T) ((-1086 . -23) T) ((-817 . -1057) T) ((-782 . -23) T) ((-780 . -23) T) ((-483 . -454) 91856) ((-1158 . -516) 91639) ((-383 . -384) 91618) ((-1177 . -413) 91602) ((-463 . -23) T) ((-456 . -23) T) ((-96 . -1099) T) ((-486 . -516) 91535) ((-1256 . -1051) 91418) ((-1256 . -640) 91315) ((-1249 . -640) 91156) ((-1249 . -1051) 90991) ((-290 . -291) T) ((-1228 . -1051) 90781) ((-1081 . -613) 90763) ((-1081 . -614) 90744) ((-409 . -909) 90723) ((-1228 . -640) 90519) ((-50 . -1111) T) ((-1208 . -131) T) ((-1024 . -920) T) ((-1003 . -726) T) ((-843 . -648) 90492) ((-712 . -886) NIL) ((-597 . -1051) 90465) ((-583 . -1111) T) ((-520 . -1111) T) ((-596 . -1051) 90348) ((-1166 . -402) 90300) ((-1004 . -310) NIL) ((-815 . -491) 90284) ((-597 . -640) 90257) ((-356 . -920) T) ((-596 . -640) 90154) ((-1155 . -34) T) ((-409 . -648) 90106) ((-50 . -23) T) ((-711 . -131) T) ((-712 . -1038) 89986) ((-583 . -23) T) ((-108 . -516) NIL) ((-520 . -23) T) ((-169 . -411) 89957) ((-1139 . -1099) T) ((-1279 . -1278) 89941) ((-701 . -795) T) ((-701 . -792) T) ((-1119 . -308) T) ((-381 . -147) T) ((-281 . -613) 89923) ((-1227 . -992) 89893) ((-48 . -920) T) ((-675 . -491) 89877) ((-252 . -1271) 89847) ((-251 . -1271) 89817) ((-1175 . -850) T) ((-1112 . -172) 89796) ((-1119 . -1022) T) ((-1046 . -34) T) ((-836 . -147) 89775) ((-836 . -145) 89754) ((-737 . -107) 89738) ((-612 . -132) T) ((-484 . -1099) 89528) ((-1177 . -1057) T) ((-871 . -454) T) ((-85 . -1214) T) ((-240 . -38) 89498) ((-141 . -107) 89480) ((-712 . -379) 89464) ((-833 . -616) 89332) ((-1287 . -726) T) ((-1276 . -1057) T) ((-1119 . -547) T) ((-581 . -102) T) ((-129 . -492) 89314) ((-1256 . -102) T) ((-392 . -1056) 89298) ((-1249 . -102) T) ((-1171 . -949) 89267) ((-129 . -613) 89234) ((-52 . -613) 89216) ((-1124 . -949) 89183) ((-653 . -413) 89167) ((-1228 . -102) T) ((-1157 . -516) NIL) ((-621 . -1056) 89151) ((-662 . -25) T) ((-662 . -21) T) ((-963 . -646) 89061) ((-735 . -646) 89006) ((-715 . -646) 88978) ((-392 . -111) 88957) ((-222 . -255) 88941) ((-1054 . -1053) 88881) ((-1054 . -1099) T) ((-1004 . -1150) T) ((-818 . -1099) T) ((-455 . -646) 88796) ((-345 . -1218) T) ((-635 . -648) 88780) ((-621 . -111) 88759) ((-607 . -648) 88743) ((-597 . -102) T) ((-312 . -492) 88724) ((-587 . -131) T) ((-596 . -102) T) ((-416 . -1099) T) ((-387 . -1099) T) ((-312 . -613) 88690) ((-227 . -1099) 88668) ((-647 . -516) 88601) ((-632 . -516) 88445) ((-833 . -1049) 88424) ((-644 . -151) 88408) ((-345 . -558) T) ((-712 . -900) 88351) ((-552 . -229) 88301) ((-1256 . -285) 88267) ((-1249 . -285) 88233) ((-1079 . -291) 88184) ((-489 . -848) T) ((-223 . -1111) T) ((-1228 . -285) 88150) ((-1208 . -495) 88116) ((-1004 . -38) 88066) ((-217 . -848) T) ((-420 . -646) 88025) ((-914 . -38) 87977) ((-843 . -794) 87956) ((-843 . -791) 87935) ((-843 . -726) 87914) ((-361 . -291) T) ((-355 . -291) T) ((-347 . -291) T) ((-169 . -454) 87845) ((-429 . -38) 87829) ((-108 . -291) T) ((-223 . -23) T) ((-409 . -794) 87808) ((-409 . -791) 87787) ((-409 . -726) T) ((-502 . -289) 87762) ((-479 . -1056) 87727) ((-658 . -131) T) ((-621 . -616) 87696) ((-1112 . -516) 87629) ((-338 . -131) T) ((-169 . -404) 87608) ((-484 . -717) 87550) ((-815 . -287) 87527) ((-479 . -111) 87483) ((-653 . -1057) T) ((-816 . -1051) 87326) ((-1275 . -1082) T) ((-1237 . -454) 87257) ((-816 . -640) 87106) ((-1274 . -1082) T) ((-1086 . -131) T) ((-1054 . -717) 87048) ((-782 . -131) T) ((-780 . -131) T) ((-573 . -454) T) ((-1027 . -516) 86981) ((-621 . -1049) T) ((-593 . -1099) T) ((-535 . -173) T) ((-463 . -131) T) ((-456 . -131) T) ((-45 . -1099) T) ((-387 . -717) 86951) ((-817 . -1099) T) ((-478 . -516) 86884) ((-465 . -516) 86817) ((-455 . -369) 86787) ((-45 . -610) 86766) ((-317 . -303) T) ((-479 . -616) 86716) ((-1228 . -310) 86601) ((-670 . -613) 86563) ((-59 . -850) 86542) ((-1004 . -402) 86524) ((-550 . -613) 86506) ((-799 . -646) 86465) ((-815 . -604) 86442) ((-518 . -850) 86421) ((-498 . -850) 86400) ((-40 . -1218) T) ((-999 . -1038) 86296) ((-50 . -131) T) ((-583 . -131) T) ((-520 . -131) T) ((-295 . -648) 86156) ((-345 . -330) 86133) ((-345 . -365) T) ((-323 . -324) 86110) ((-320 . -287) 86095) ((-40 . -558) T) ((-381 . -1199) T) ((-381 . -1202) T) ((-1035 . -1190) 86070) ((-1187 . -235) 86020) ((-1166 . -231) 85972) ((-331 . -1099) T) ((-381 . -95) T) ((-381 . -35) T) ((-1035 . -107) 85918) ((-479 . -1049) T) ((-1288 . -1056) 85902) ((-481 . -235) 85852) ((-1158 . -491) 85786) ((-1279 . -1051) 85770) ((-383 . -1056) 85754) ((-1279 . -640) 85724) ((-479 . -243) T) ((-816 . -102) T) ((-714 . -147) 85703) ((-714 . -145) 85682) ((-486 . -491) 85666) ((-487 . -337) 85635) ((-1288 . -111) 85614) ((-514 . -1099) T) ((-484 . -172) 85593) ((-999 . -379) 85577) ((-415 . -102) T) ((-383 . -111) 85556) ((-999 . -340) 85540) ((-280 . -983) 85524) ((-279 . -983) 85508) ((-1286 . -613) 85490) ((-1284 . -613) 85472) ((-110 . -516) NIL) ((-1171 . -1240) 85456) ((-854 . -852) 85440) ((-1177 . -1099) T) ((-103 . -1214) T) ((-952 . -949) 85401) ((-817 . -717) 85343) ((-1228 . -1150) NIL) ((-483 . -949) 85288) ((-1061 . -143) T) ((-60 . -102) 85266) ((-44 . -613) 85248) ((-78 . -613) 85230) ((-353 . -648) 85175) ((-1276 . -1099) T) ((-513 . -850) T) ((-345 . -1111) T) ((-296 . -1099) T) ((-999 . -900) 85134) ((-296 . -610) 85113) ((-1288 . -616) 85062) ((-1256 . -38) 84959) ((-1249 . -38) 84800) ((-1228 . -38) 84596) ((-489 . -1057) T) ((-383 . -616) 84580) ((-217 . -1057) T) ((-345 . -23) T) ((-152 . -613) 84562) ((-833 . -795) 84541) ((-833 . -792) 84520) ((-1213 . -616) 84501) ((-597 . -38) 84474) ((-596 . -38) 84371) ((-870 . -558) T) ((-223 . -131) T) ((-320 . -1002) 84337) ((-79 . -613) 84319) ((-712 . -308) 84298) ((-295 . -726) 84200) ((-824 . -102) T) ((-864 . -844) T) ((-295 . -475) 84179) ((-1279 . -102) T) ((-40 . -365) T) ((-872 . -147) 84158) ((-487 . -646) 84140) ((-872 . -145) 84119) ((-1157 . -491) 84101) ((-1288 . -1049) T) ((-484 . -516) 84034) ((-1145 . -1214) T) ((-964 . -613) 84016) ((-647 . -491) 84000) ((-632 . -491) 83931) ((-815 . -613) 83662) ((-48 . -27) T) ((-1177 . -717) 83559) ((-653 . -1099) T) ((-861 . -860) T) ((-438 . -366) 83533) ((-731 . -646) 83443) ((-1101 . -102) T) ((-970 . -1099) T) ((-864 . -1099) T) ((-816 . -310) 83430) ((-535 . -529) T) ((-535 . -578) T) ((-1284 . -384) 83402) ((-1054 . -516) 83335) ((-1158 . -287) 83311) ((-240 . -231) 83280) ((-252 . -1051) 83177) ((-251 . -1051) 83074) ((-1276 . -717) 83044) ((-1165 . -93) T) ((-994 . -93) T) ((-817 . -172) 83023) ((-252 . -640) 82965) ((-251 . -640) 82907) ((-1211 . -492) 82884) ((-227 . -516) 82817) ((-621 . -795) 82796) ((-621 . -792) 82775) ((-1211 . -613) 82687) ((-222 . -1214) T) ((-675 . -613) 82619) ((-1173 . -646) 82529) ((-1155 . -1010) 82513) ((-943 . -102) 82463) ((-353 . -726) T) ((-861 . -613) 82445) ((-1172 . -646) 82327) ((-1166 . -646) 82164) ((-1125 . -646) 82074) ((-1228 . -402) 82026) ((-1112 . -491) 82010) ((-60 . -310) 81948) ((-332 . -102) T) ((-1208 . -21) T) ((-1208 . -25) T) ((-40 . -1111) T) ((-711 . -21) T) ((-627 . -613) 81930) ((-517 . -324) 81909) ((-711 . -25) T) ((-441 . -102) T) ((-108 . -287) NIL) ((-921 . -1111) T) ((-40 . -23) T) ((-771 . -1111) T) ((-566 . -1218) T) ((-497 . -1218) T) ((-320 . -613) 81891) ((-1004 . -231) 81873) ((-169 . -166) 81857) ((-582 . -558) T) ((-566 . -558) T) ((-497 . -558) T) ((-771 . -23) T) ((-1248 . -147) 81836) ((-1158 . -604) 81812) ((-1248 . -145) 81791) ((-1027 . -491) 81775) ((-1227 . -145) 81700) ((-1227 . -147) 81625) ((-1279 . -1285) 81604) ((-478 . -491) 81588) ((-465 . -491) 81572) ((-525 . -34) T) ((-653 . -717) 81542) ((-112 . -967) T) ((-662 . -850) 81521) ((-1177 . -172) 81472) ((-367 . -102) T) ((-240 . -238) 81451) ((-252 . -102) T) ((-251 . -102) T) ((-1237 . -949) 81420) ((-245 . -850) 81399) ((-816 . -38) 81248) ((-45 . -516) 81040) ((-1157 . -287) 81015) ((-214 . -1099) T) ((-1149 . -1099) T) ((-1149 . -610) 80994) ((-587 . -25) T) ((-587 . -21) T) ((-1101 . -310) 80932) ((-963 . -413) 80916) ((-699 . -1218) T) ((-632 . -287) 80891) ((-1086 . -639) 80839) ((-782 . -639) 80787) ((-780 . -639) 80735) ((-345 . -131) T) ((-290 . -613) 80717) ((-905 . -1099) T) ((-699 . -558) T) ((-129 . -616) 80699) ((-870 . -1111) T) ((-456 . -639) 80647) ((-905 . -903) 80631) ((-381 . -454) T) ((-489 . -1099) T) ((-943 . -310) 80569) ((-701 . -648) 80556) ((-551 . -844) T) ((-217 . -1099) T) ((-317 . -920) 80535) ((-314 . -920) T) ((-314 . -820) NIL) ((-392 . -720) T) ((-870 . -23) T) ((-116 . -648) 80522) ((-476 . -145) 80501) ((-420 . -413) 80485) ((-476 . -147) 80464) ((-110 . -491) 80446) ((-312 . -616) 80427) ((-2 . -613) 80409) ((-186 . -102) T) ((-1157 . -19) 80391) ((-1157 . -604) 80366) ((-658 . -21) T) ((-658 . -25) T) ((-594 . -1143) T) ((-1112 . -287) 80343) ((-338 . -25) T) ((-338 . -21) T) ((-240 . -646) 80093) ((-497 . -365) T) ((-1279 . -38) 80063) ((-1171 . -1051) 79886) ((-1141 . -1214) T) ((-1124 . -1051) 79729) ((-854 . -1051) 79713) ((-632 . -604) 79688) ((-1171 . -640) 79517) ((-1124 . -640) 79366) ((-854 . -640) 79336) ((-1286 . -1056) 79320) ((-1284 . -1056) 79304) ((-551 . -1099) T) ((-1086 . -25) T) ((-1086 . -21) T) ((-533 . -792) T) ((-533 . -795) T) ((-117 . -1218) T) ((-963 . -1057) T) ((-623 . -558) T) ((-782 . -25) T) ((-782 . -21) T) ((-780 . -21) T) ((-780 . -25) T) ((-735 . -1057) T) ((-715 . -1057) T) ((-670 . -1056) 79288) ((-519 . -1082) T) ((-463 . -25) T) ((-117 . -558) T) ((-463 . -21) T) ((-456 . -25) T) ((-456 . -21) T) ((-1248 . -1199) 79254) ((-1248 . -1202) 79220) ((-1141 . -1038) 79116) ((-817 . -291) 79095) ((-1248 . -95) 79061) ((-823 . -1099) T) ((-1231 . -102) 79039) ((-966 . -967) T) ((-670 . -111) 79018) ((-296 . -516) 78810) ((-1228 . -231) 78762) ((-1227 . -1199) 78728) ((-1227 . -1202) 78694) ((-252 . -310) 78632) ((-251 . -310) 78570) ((-1222 . -370) T) ((-1158 . -614) NIL) ((-1158 . -613) 78552) ((-1219 . -844) T) ((-1141 . -379) 78536) ((-1119 . -820) T) ((-96 . -93) T) ((-1119 . -920) T) ((-1112 . -604) 78513) ((-1079 . -614) 78497) ((-1004 . -646) 78447) ((-914 . -646) 78384) ((-815 . -289) 78361) ((-486 . -613) 78293) ((-608 . -151) 78240) ((-489 . -717) 78190) ((-420 . -1057) T) ((-484 . -491) 78174) ((-429 . -646) 78133) ((-328 . -850) 78112) ((-341 . -648) 78086) ((-50 . -21) T) ((-50 . -25) T) ((-217 . -717) 78036) ((-169 . -724) 78007) ((-174 . -648) 77939) ((-583 . -21) T) ((-583 . -25) T) ((-520 . -25) T) ((-520 . -21) T) ((-477 . -151) 77889) ((-1079 . -613) 77871) ((-1060 . -613) 77853) ((-993 . -102) T) ((-862 . -102) T) ((-799 . -413) 77817) ((-40 . -131) T) ((-699 . -365) T) ((-701 . -726) T) ((-701 . -794) T) ((-701 . -791) T) ((-212 . -895) T) ((-582 . -1111) T) ((-566 . -1111) T) ((-497 . -1111) T) ((-361 . -613) 77799) ((-355 . -613) 77781) ((-347 . -613) 77763) ((-66 . -398) T) ((-66 . -397) T) ((-108 . -614) 77693) ((-108 . -613) 77635) ((-211 . -895) T) ((-958 . -151) 77619) ((-771 . -131) T) ((-670 . -616) 77537) ((-134 . -726) T) ((-116 . -726) T) ((-1248 . -35) 77503) ((-1054 . -491) 77487) ((-582 . -23) T) ((-566 . -23) T) ((-497 . -23) T) ((-1227 . -95) 77453) ((-1227 . -35) 77419) ((-1171 . -102) T) ((-1124 . -102) T) ((-854 . -102) T) ((-227 . -491) 77403) ((-1286 . -111) 77382) ((-1284 . -111) 77361) ((-44 . -1056) 77345) ((-1286 . -616) 77291) ((-1237 . -1240) 77275) ((-855 . -852) 77259) ((-1286 . -1049) T) ((-1177 . -291) 77238) ((-110 . -287) 77213) ((-1284 . -616) 77142) ((-128 . -151) 77124) ((-1141 . -900) 77083) ((-44 . -111) 77062) ((-1219 . -1099) T) ((-1180 . -1259) T) ((-1165 . -492) 77043) ((-1165 . -613) 77009) ((-670 . -1049) T) ((-1157 . -614) NIL) ((-1157 . -613) 76991) ((-1062 . -610) 76966) ((-1062 . -1099) T) ((-994 . -492) 76947) ((-74 . -443) T) ((-74 . -397) T) ((-994 . -613) 76913) ((-152 . -1056) 76897) ((-670 . -233) 76876) ((-573 . -556) 76860) ((-357 . -147) 76839) ((-357 . -145) 76790) ((-354 . -147) 76769) ((-354 . -145) 76720) ((-346 . -147) 76699) ((-346 . -145) 76650) ((-265 . -145) 76629) ((-265 . -147) 76608) ((-252 . -38) 76578) ((-247 . -147) 76557) ((-117 . -365) T) ((-247 . -145) 76536) ((-251 . -38) 76506) ((-152 . -111) 76485) ((-1003 . -1038) 76373) ((-1166 . -848) NIL) ((-694 . -1218) T) ((-799 . -1057) T) ((-699 . -1111) T) ((-1284 . -1049) T) ((-1155 . -1214) T) ((-1003 . -379) 76350) ((-910 . -145) T) ((-910 . -147) 76332) ((-870 . -131) T) ((-815 . -1056) 76229) ((-699 . -23) T) ((-694 . -558) T) ((-225 . -1051) 76194) ((-647 . -613) 76126) ((-647 . -614) 76087) ((-632 . -614) NIL) ((-632 . -613) 76069) ((-489 . -172) T) ((-225 . -640) 76034) ((-223 . -21) T) ((-217 . -172) T) ((-223 . -25) T) ((-476 . -1202) 76000) ((-476 . -1199) 75966) ((-275 . -613) 75948) ((-274 . -613) 75930) ((-273 . -613) 75912) ((-272 . -613) 75894) ((-271 . -613) 75876) ((-502 . -651) 75858) ((-270 . -613) 75840) ((-341 . -726) T) ((-269 . -613) 75822) ((-110 . -19) 75804) ((-174 . -726) T) ((-502 . -375) 75786) ((-212 . -613) 75768) ((-522 . -1148) 75752) ((-502 . -123) T) ((-110 . -604) 75727) ((-211 . -613) 75709) ((-476 . -35) 75675) ((-476 . -95) 75641) ((-209 . -613) 75623) ((-208 . -613) 75605) ((-207 . -613) 75587) ((-206 . -613) 75569) ((-203 . -613) 75551) ((-202 . -613) 75533) ((-201 . -613) 75515) ((-200 . -613) 75497) ((-199 . -613) 75479) ((-198 . -613) 75461) ((-197 . -613) 75443) ((-538 . -1102) 75395) ((-196 . -613) 75377) ((-195 . -613) 75359) ((-45 . -491) 75296) ((-194 . -613) 75278) ((-193 . -613) 75260) ((-152 . -616) 75229) ((-1114 . -102) T) ((-815 . -111) 75119) ((-644 . -102) 75069) ((-484 . -287) 75046) ((-1112 . -613) 74777) ((-1100 . -1099) T) ((-1046 . -1214) T) ((-1287 . -1038) 74761) ((-1061 . -1051) 74748) ((-1171 . -310) 74735) ((-952 . -1051) 74578) ((-1134 . -1099) T) ((-1124 . -310) 74565) ((-623 . -1111) T) ((-1061 . -640) 74552) ((-1095 . -1082) T) ((-952 . -640) 74401) ((-1089 . -1082) T) ((-483 . -1051) 74244) ((-1072 . -1082) T) ((-1065 . -1082) T) ((-1036 . -1082) T) ((-1019 . -1082) T) ((-117 . -1111) T) ((-483 . -640) 74093) ((-819 . -102) T) ((-626 . -1082) T) ((-623 . -23) T) ((-1149 . -516) 73885) ((-485 . -1082) T) ((-388 . -102) T) ((-325 . -102) T) ((-218 . -1082) T) ((-963 . -1099) T) ((-152 . -1049) T) ((-731 . -413) 73869) ((-117 . -23) T) ((-1003 . -900) 73821) ((-735 . -1099) T) ((-715 . -1099) T) ((-455 . -1099) T) ((-409 . -1214) T) ((-317 . -432) 73805) ((-593 . -93) T) ((-1256 . -646) 73715) ((-1027 . -614) 73676) ((-1024 . -1218) T) ((-225 . -102) T) ((-1027 . -613) 73638) ((-1249 . -646) 73520) ((-816 . -231) 73504) ((-815 . -616) 73234) ((-1228 . -646) 73071) ((-1024 . -558) T) ((-833 . -648) 73044) ((-356 . -1218) T) ((-478 . -613) 73006) ((-478 . -614) 72967) ((-465 . -614) 72928) ((-465 . -613) 72890) ((-597 . -646) 72862) ((-409 . -884) 72846) ((-320 . -1056) 72681) ((-409 . -886) 72606) ((-596 . -646) 72516) ((-843 . -1038) 72412) ((-489 . -516) NIL) ((-484 . -604) 72389) ((-356 . -558) T) ((-217 . -516) NIL) ((-872 . -454) T) ((-420 . -1099) T) ((-409 . -1038) 72253) ((-320 . -111) 72074) ((-694 . -365) T) ((-225 . -285) T) ((-1211 . -616) 72051) ((-48 . -1218) T) ((-815 . -1049) 71981) ((-1171 . -1150) 71959) ((-582 . -131) T) ((-566 . -131) T) ((-497 . -131) T) ((-1158 . -289) 71935) ((-48 . -558) T) ((-1061 . -102) T) ((-952 . -102) T) ((-871 . -1051) 71880) ((-317 . -27) 71859) ((-815 . -233) 71811) ((-249 . -835) 71793) ((-240 . -848) 71772) ((-187 . -835) 71754) ((-713 . -102) T) ((-296 . -491) 71691) ((-871 . -640) 71636) ((-483 . -102) T) ((-731 . -1057) T) ((-612 . -613) 71618) ((-612 . -614) 71479) ((-409 . -379) 71463) ((-409 . -340) 71447) ((-320 . -616) 71273) ((-1171 . -38) 71102) ((-1124 . -38) 70951) ((-854 . -38) 70921) ((-392 . -648) 70905) ((-644 . -310) 70843) ((-963 . -717) 70740) ((-735 . -717) 70710) ((-222 . -107) 70694) ((-45 . -287) 70619) ((-621 . -648) 70593) ((-313 . -1099) T) ((-290 . -1056) 70580) ((-110 . -613) 70562) ((-110 . -614) 70544) ((-455 . -717) 70514) ((-816 . -254) 70453) ((-689 . -1099) 70431) ((-552 . -1099) T) ((-1173 . -1057) T) ((-1172 . -1057) T) ((-96 . -492) 70412) ((-1166 . -1057) T) ((-290 . -111) 70397) ((-1125 . -1057) T) ((-552 . -610) 70376) ((-96 . -613) 70342) ((-1004 . -848) T) ((-227 . -687) 70300) ((-694 . -1111) T) ((-1208 . -740) 70276) ((-1024 . -365) T) ((-838 . -835) 70258) ((-833 . -794) 70237) ((-409 . -900) 70196) ((-320 . -1049) T) ((-345 . -25) T) ((-345 . -21) T) ((-169 . -1051) 70106) ((-68 . -1214) T) ((-833 . -791) 70085) ((-420 . -717) 70059) ((-799 . -1099) T) ((-712 . -920) 70038) ((-699 . -131) T) ((-169 . -640) 69866) ((-694 . -23) T) ((-489 . -291) T) ((-833 . -726) 69845) ((-320 . -233) 69797) ((-320 . -243) 69776) ((-217 . -291) T) ((-129 . -370) T) ((-1248 . -454) 69755) ((-1227 . -454) 69734) ((-356 . -330) 69711) ((-356 . -365) T) ((-1139 . -613) 69693) ((-45 . -1252) 69643) ((-871 . -102) T) ((-644 . -283) 69627) ((-699 . -1059) T) ((-1275 . -102) T) ((-1274 . -102) T) ((-479 . -648) 69592) ((-470 . -1099) T) ((-45 . -604) 69517) ((-1157 . -289) 69492) ((-290 . -616) 69464) ((-40 . -639) 69403) ((-1237 . -1051) 69226) ((-855 . -1051) 69210) ((-48 . -365) T) ((-1105 . -613) 69192) ((-1237 . -640) 69021) ((-855 . -640) 68991) ((-632 . -289) 68966) ((-816 . -646) 68876) ((-573 . -1051) 68863) ((-484 . -613) 68594) ((-240 . -413) 68563) ((-952 . -310) 68550) ((-573 . -640) 68537) ((-65 . -1214) T) ((-1062 . -516) 68381) ((-671 . -1099) T) ((-623 . -131) T) ((-483 . -310) 68368) ((-606 . -1099) T) ((-548 . -102) T) ((-117 . -131) T) ((-290 . -1049) T) ((-180 . -1099) T) ((-161 . -1099) T) ((-156 . -1099) T) ((-154 . -1099) T) ((-455 . -761) T) ((-31 . -1082) T) ((-963 . -172) 68319) ((-970 . -93) T) ((-1079 . -1056) 68229) ((-621 . -794) 68208) ((-594 . -1099) T) ((-621 . -791) 68187) ((-621 . -726) T) ((-296 . -287) 68166) ((-295 . -1214) T) ((-1054 . -613) 68128) ((-1054 . -614) 68089) ((-1024 . -1111) T) ((-169 . -102) T) ((-276 . -850) T) ((-1164 . -1099) T) ((-818 . -613) 68071) ((-1112 . -289) 68048) ((-1101 . -229) 68032) ((-1003 . -308) T) ((-799 . -717) 68016) ((-361 . -1056) 67968) ((-356 . -1111) T) ((-355 . -1056) 67920) ((-416 . -613) 67902) ((-387 . -613) 67884) ((-347 . -1056) 67836) ((-227 . -613) 67768) ((-1079 . -111) 67664) ((-1024 . -23) T) ((-108 . -1056) 67614) ((-898 . -102) T) ((-841 . -102) T) ((-808 . -102) T) ((-769 . -102) T) ((-677 . -102) T) ((-476 . -454) 67593) ((-420 . -172) T) ((-361 . -111) 67531) ((-355 . -111) 67469) ((-347 . -111) 67407) ((-252 . -231) 67376) ((-251 . -231) 67345) ((-356 . -23) T) ((-71 . -1214) T) ((-225 . -38) 67310) ((-108 . -111) 67244) ((-40 . -25) T) ((-40 . -21) T) ((-670 . -720) T) ((-169 . -285) 67222) ((-48 . -1111) T) ((-921 . -25) T) ((-771 . -25) T) ((-1288 . -648) 67196) ((-1149 . -491) 67133) ((-487 . -1099) T) ((-1279 . -646) 67092) ((-1237 . -102) T) ((-1061 . -1150) T) ((-855 . -102) T) ((-240 . -1057) 67022) ((-964 . -792) 66975) ((-964 . -795) 66928) ((-383 . -648) 66912) ((-48 . -23) T) ((-815 . -795) 66863) ((-815 . -792) 66814) ((-550 . -370) T) ((-296 . -604) 66793) ((-479 . -726) T) ((-573 . -102) T) ((-1079 . -616) 66611) ((-249 . -185) T) ((-187 . -185) T) ((-871 . -310) 66568) ((-653 . -287) 66547) ((-112 . -661) T) ((-361 . -616) 66484) ((-355 . -616) 66421) ((-347 . -616) 66358) ((-76 . -1214) T) ((-108 . -616) 66308) ((-1061 . -38) 66295) ((-664 . -376) 66274) ((-952 . -38) 66123) ((-731 . -1099) T) ((-483 . -38) 65972) ((-86 . -1214) T) ((-593 . -492) 65953) ((-573 . -285) T) ((-1228 . -848) NIL) ((-593 . -613) 65919) ((-1173 . -1099) T) ((-1172 . -1099) T) ((-1079 . -1049) T) ((-353 . -1038) 65896) ((-817 . -492) 65880) ((-1004 . -1057) T) ((-45 . -613) 65862) ((-45 . -614) NIL) ((-914 . -1057) T) ((-817 . -613) 65831) ((-1166 . -1099) T) ((-1146 . -102) 65809) ((-1079 . -243) 65760) ((-429 . -1057) T) ((-361 . -1049) T) ((-367 . -366) 65737) ((-355 . -1049) T) ((-347 . -1049) T) ((-252 . -238) 65716) ((-251 . -238) 65695) ((-1079 . -233) 65620) ((-1125 . -1099) T) ((-295 . -900) 65579) ((-108 . -1049) T) ((-694 . -131) T) ((-420 . -516) 65421) ((-361 . -233) 65400) ((-361 . -243) T) ((-44 . -720) T) ((-355 . -233) 65379) ((-355 . -243) T) ((-347 . -233) 65358) ((-347 . -243) T) ((-1165 . -616) 65339) ((-169 . -310) 65304) ((-108 . -243) T) ((-108 . -233) T) ((-994 . -616) 65285) ((-320 . -792) T) ((-870 . -21) T) ((-870 . -25) T) ((-409 . -308) T) ((-502 . -34) T) ((-110 . -289) 65260) ((-1112 . -1056) 65157) ((-871 . -1150) NIL) ((-331 . -613) 65139) ((-409 . -1022) 65117) ((-1112 . -111) 65007) ((-691 . -1259) T) ((-438 . -1099) T) ((-250 . -1099) T) ((-1288 . -726) T) ((-63 . -613) 64989) ((-871 . -38) 64934) ((-525 . -1214) T) ((-602 . -151) 64918) ((-514 . -613) 64900) ((-1237 . -310) 64887) ((-731 . -717) 64736) ((-533 . -793) T) ((-533 . -794) T) ((-566 . -639) 64718) ((-497 . -639) 64678) ((-357 . -454) T) ((-354 . -454) T) ((-346 . -454) T) ((-265 . -454) 64629) ((-527 . -1099) T) ((-522 . -1099) 64579) ((-247 . -454) 64530) ((-1149 . -287) 64509) ((-1177 . -613) 64491) ((-689 . -516) 64424) ((-963 . -291) 64403) ((-552 . -516) 64195) ((-252 . -646) 64015) ((-251 . -646) 63822) ((-1276 . -613) 63791) ((-1171 . -231) 63775) ((-1112 . -616) 63505) ((-169 . -1150) 63484) ((-1276 . -492) 63468) ((-1173 . -717) 63365) ((-1172 . -717) 63206) ((-892 . -102) T) ((-1166 . -717) 63002) ((-1125 . -717) 62899) ((-1155 . -674) 62883) ((-357 . -404) 62834) ((-354 . -404) 62785) ((-346 . -404) 62736) ((-1024 . -131) T) ((-799 . -516) 62648) ((-296 . -614) NIL) ((-296 . -613) 62630) ((-910 . -454) T) ((-964 . -370) 62583) ((-815 . -370) 62562) ((-512 . -511) 62541) ((-510 . -511) 62520) ((-489 . -287) NIL) ((-484 . -289) 62497) ((-420 . -291) T) ((-356 . -131) T) ((-217 . -287) NIL) ((-694 . -495) NIL) ((-99 . -1111) T) ((-169 . -38) 62325) ((-1248 . -973) 62287) ((-1146 . -310) 62225) ((-1227 . -973) 62194) ((-910 . -404) T) ((-1112 . -1049) 62124) ((-1250 . -558) T) ((-1149 . -604) 62103) ((-112 . -850) T) ((-1062 . -491) 62034) ((-582 . -21) T) ((-582 . -25) T) ((-566 . -21) T) ((-566 . -25) T) ((-497 . -25) T) ((-497 . -21) T) ((-1237 . -1150) 62012) ((-1112 . -233) 61964) ((-48 . -131) T) ((-1195 . -102) T) ((-240 . -1099) 61754) ((-871 . -402) 61731) ((-1087 . -102) T) ((-1075 . -102) T) ((-608 . -102) T) ((-477 . -102) T) ((-1237 . -38) 61560) ((-855 . -38) 61530) ((-1034 . -1051) 61504) ((-731 . -172) 61415) ((-653 . -613) 61397) ((-645 . -1082) T) ((-1034 . -640) 61381) ((-573 . -38) 61368) ((-970 . -492) 61349) ((-970 . -613) 61315) ((-958 . -102) 61265) ((-864 . -613) 61247) ((-864 . -614) 61169) ((-594 . -516) NIL) ((-1256 . -1057) T) ((-1249 . -1057) T) ((-323 . -1051) 61151) ((-1228 . -1057) T) ((-323 . -640) 61133) ((-1292 . -1111) T) ((-1208 . -147) 61112) ((-1208 . -145) 61091) ((-1182 . -102) T) ((-1181 . -102) T) ((-597 . -1057) T) ((-596 . -1057) T) ((-1173 . -172) 61042) ((-1172 . -172) 60973) ((-381 . -1051) 60938) ((-1166 . -172) 60869) ((-1125 . -172) 60820) ((-1004 . -1099) T) ((-971 . -1099) T) ((-914 . -1099) T) ((-381 . -640) 60785) ((-799 . -797) 60769) ((-699 . -25) T) ((-699 . -21) T) ((-117 . -639) 60746) ((-701 . -886) 60728) ((-429 . -1099) T) ((-317 . -1218) 60707) ((-314 . -1218) T) ((-169 . -402) 60691) ((-836 . -1051) 60661) ((-476 . -973) 60623) ((-130 . -102) T) ((-128 . -102) T) ((-72 . -613) 60605) ((-827 . -1051) 60589) ((-108 . -795) T) ((-108 . -792) T) ((-701 . -1038) 60571) ((-317 . -558) 60550) ((-314 . -558) T) ((-836 . -640) 60520) ((-827 . -640) 60490) ((-1292 . -23) T) ((-134 . -1038) 60472) ((-96 . -616) 60453) ((-993 . -646) 60435) ((-484 . -1056) 60332) ((-45 . -289) 60257) ((-240 . -717) 60199) ((-519 . -102) T) ((-484 . -111) 60089) ((-1091 . -102) 60067) ((-1034 . -102) T) ((-1171 . -646) 59977) ((-1124 . -646) 59887) ((-854 . -646) 59846) ((-644 . -828) 59825) ((-731 . -516) 59768) ((-1054 . -1056) 59752) ((-1134 . -93) T) ((-1062 . -287) 59727) ((-623 . -21) T) ((-623 . -25) T) ((-526 . -1099) T) ((-670 . -648) 59701) ((-363 . -102) T) ((-323 . -102) T) ((-387 . -1056) 59685) ((-1054 . -111) 59664) ((-816 . -413) 59648) ((-117 . -25) T) ((-89 . -613) 59630) ((-117 . -21) T) ((-608 . -310) 59425) ((-477 . -310) 59229) ((-1149 . -614) NIL) ((-387 . -111) 59208) ((-381 . -102) T) ((-214 . -613) 59190) ((-1149 . -613) 59172) ((-1166 . -516) 58941) ((-1004 . -717) 58891) ((-1125 . -516) 58861) ((-914 . -717) 58813) ((-484 . -616) 58543) ((-353 . -308) T) ((-1187 . -151) 58493) ((-958 . -310) 58431) ((-836 . -102) T) ((-429 . -717) 58415) ((-225 . -828) T) ((-827 . -102) T) ((-825 . -102) T) ((-481 . -151) 58365) ((-1248 . -1247) 58344) ((-1119 . -1218) T) ((-341 . -1038) 58311) ((-1248 . -1242) 58281) ((-1248 . -1245) 58265) ((-1227 . -1226) 58244) ((-80 . -613) 58226) ((-905 . -613) 58208) ((-1227 . -1242) 58185) ((-1119 . -558) T) ((-921 . -850) T) ((-771 . -850) T) ((-672 . -850) T) ((-489 . -614) 58115) ((-489 . -613) 58056) ((-381 . -285) T) ((-1227 . -1224) 58040) ((-1250 . -1111) T) ((-217 . -614) 57970) ((-217 . -613) 57911) ((-1286 . -648) 57885) ((-1062 . -604) 57860) ((-818 . -616) 57844) ((-59 . -151) 57828) ((-518 . -151) 57812) ((-498 . -151) 57796) ((-361 . -1283) 57780) ((-355 . -1283) 57764) ((-347 . -1283) 57748) ((-317 . -365) 57727) ((-314 . -365) T) ((-484 . -1049) 57657) ((-694 . -639) 57639) ((-1284 . -648) 57613) ((-128 . -310) NIL) ((-1250 . -23) T) ((-689 . -491) 57597) ((-64 . -613) 57579) ((-1112 . -795) 57530) ((-1112 . -792) 57481) ((-552 . -491) 57418) ((-670 . -34) T) ((-484 . -233) 57370) ((-296 . -289) 57349) ((-240 . -172) 57328) ((-816 . -1057) T) ((-44 . -648) 57286) ((-1079 . -370) 57237) ((-731 . -291) 57168) ((-522 . -516) 57101) ((-817 . -1056) 57052) ((-1086 . -145) 57031) ((-551 . -613) 57013) ((-361 . -370) 56992) ((-355 . -370) 56971) ((-347 . -370) 56950) ((-1086 . -147) 56929) ((-871 . -231) 56906) ((-817 . -111) 56848) ((-782 . -145) 56827) ((-782 . -147) 56806) ((-265 . -949) 56773) ((-252 . -848) 56752) ((-247 . -949) 56697) ((-251 . -848) 56676) ((-780 . -145) 56655) ((-780 . -147) 56634) ((-152 . -648) 56608) ((-581 . -1099) T) ((-456 . -147) 56587) ((-456 . -145) 56566) ((-670 . -726) T) ((-823 . -613) 56548) ((-1256 . -1099) T) ((-1249 . -1099) T) ((-1228 . -1099) T) ((-1208 . -1202) 56514) ((-1208 . -1199) 56480) ((-1173 . -291) 56459) ((-1172 . -291) 56410) ((-1166 . -291) 56361) ((-1125 . -291) 56340) ((-341 . -900) 56321) ((-1004 . -172) T) ((-914 . -172) T) ((-694 . -21) T) ((-694 . -25) T) ((-225 . -646) 56271) ((-597 . -1099) T) ((-596 . -1099) T) ((-476 . -1245) 56255) ((-476 . -1242) 56225) ((-420 . -287) 56153) ((-549 . -850) T) ((-317 . -1111) 56002) ((-314 . -1111) T) ((-1208 . -35) 55968) ((-1208 . -95) 55934) ((-84 . -613) 55916) ((-91 . -102) 55894) ((-1292 . -131) T) ((-714 . -1051) 55864) ((-593 . -616) 55845) ((-583 . -145) T) ((-583 . -147) 55827) ((-520 . -147) 55809) ((-520 . -145) T) ((-714 . -640) 55779) ((-317 . -23) 55631) ((-40 . -344) 55605) ((-314 . -23) T) ((-817 . -616) 55519) ((-1157 . -651) 55501) ((-1279 . -1057) T) ((-1157 . -375) 55483) ((-815 . -648) 55331) ((-1095 . -102) T) ((-1089 . -102) T) ((-1072 . -102) T) ((-169 . -231) 55315) ((-1065 . -102) T) ((-1036 . -102) T) ((-1019 . -102) T) ((-594 . -491) 55297) ((-626 . -102) T) ((-240 . -516) 55230) ((-485 . -102) T) ((-1286 . -726) T) ((-1284 . -726) T) ((-218 . -102) T) ((-1177 . -1056) 55113) ((-1061 . -646) 55085) ((-952 . -646) 54995) ((-1177 . -111) 54864) ((-483 . -646) 54774) ((-861 . -173) T) ((-817 . -1049) T) ((-681 . -1082) T) ((-676 . -1082) T) ((-517 . -102) T) ((-512 . -102) T) ((-48 . -639) 54734) ((-510 . -102) T) ((-480 . -1082) T) ((-1276 . -1056) 54704) ((-138 . -1082) T) ((-137 . -1082) T) ((-133 . -1082) T) ((-1034 . -38) 54688) ((-817 . -233) T) ((-817 . -243) 54667) ((-1276 . -111) 54632) ((-1256 . -717) 54529) ((-1249 . -717) 54370) ((-552 . -287) 54349) ((-1237 . -231) 54333) ((-1219 . -613) 54315) ((-606 . -93) T) ((-1062 . -614) NIL) ((-1062 . -613) 54297) ((-671 . -93) T) ((-180 . -93) T) ((-161 . -93) T) ((-156 . -93) T) ((-154 . -93) T) ((-1228 . -717) 54093) ((-1003 . -920) T) ((-152 . -726) T) ((-1177 . -616) 53946) ((-1112 . -370) 53925) ((-1024 . -25) T) ((-1004 . -516) NIL) ((-252 . -413) 53894) ((-251 . -413) 53863) ((-1024 . -21) T) ((-872 . -1051) 53815) ((-597 . -717) 53788) ((-596 . -717) 53685) ((-799 . -287) 53643) ((-126 . -102) 53621) ((-833 . -1038) 53517) ((-169 . -828) 53496) ((-320 . -648) 53393) ((-815 . -34) T) ((-714 . -102) T) ((-1119 . -1111) T) ((-1026 . -1214) T) ((-872 . -640) 53345) ((-381 . -38) 53310) ((-356 . -25) T) ((-356 . -21) T) ((-187 . -102) T) ((-162 . -102) T) ((-249 . -102) T) ((-157 . -102) T) ((-357 . -1271) 53294) ((-354 . -1271) 53278) ((-346 . -1271) 53262) ((-169 . -351) 53241) ((-566 . -850) T) ((-1119 . -23) T) ((-87 . -613) 53223) ((-701 . -308) T) ((-836 . -38) 53193) ((-827 . -38) 53163) ((-1276 . -616) 53105) ((-1250 . -131) T) ((-1149 . -289) 53084) ((-964 . -726) 52983) ((-964 . -793) 52936) ((-964 . -794) 52889) ((-815 . -791) 52868) ((-116 . -308) T) ((-91 . -310) 52806) ((-675 . -34) T) ((-552 . -604) 52785) ((-48 . -25) T) ((-48 . -21) T) ((-815 . -794) 52736) ((-815 . -793) 52715) ((-701 . -1022) T) ((-653 . -1056) 52699) ((-871 . -646) 52629) ((-815 . -726) 52539) ((-964 . -475) 52492) ((-484 . -795) 52443) ((-484 . -792) 52394) ((-910 . -1271) 52381) ((-1177 . -1049) T) ((-653 . -111) 52360) ((-1177 . -327) 52337) ((-1200 . -102) 52315) ((-1100 . -613) 52297) ((-701 . -547) T) ((-816 . -1099) T) ((-1276 . -1049) T) ((-1134 . -492) 52278) ((-1220 . -102) T) ((-415 . -1099) T) ((-1134 . -613) 52244) ((-252 . -1057) 52174) ((-251 . -1057) 52104) ((-838 . -102) T) ((-290 . -648) 52091) ((-594 . -287) 52066) ((-689 . -687) 52024) ((-963 . -613) 52006) ((-872 . -102) T) ((-735 . -613) 51988) ((-715 . -613) 51970) ((-1256 . -172) 51921) ((-1249 . -172) 51852) ((-1228 . -172) 51783) ((-699 . -850) T) ((-1004 . -291) T) ((-455 . -613) 51765) ((-627 . -726) T) ((-60 . -1099) 51743) ((-245 . -151) 51727) ((-914 . -291) T) ((-1024 . -1012) T) ((-627 . -475) T) ((-712 . -1218) 51706) ((-653 . -616) 51624) ((-169 . -646) 51519) ((-1264 . -850) 51498) ((-597 . -172) 51477) ((-596 . -172) 51428) ((-1248 . -640) 51269) ((-1248 . -1051) 51104) ((-1227 . -640) 50918) ((-1227 . -1051) 50726) ((-712 . -558) 50637) ((-409 . -920) T) ((-409 . -820) 50616) ((-320 . -794) T) ((-970 . -616) 50597) ((-320 . -726) T) ((-420 . -613) 50579) ((-420 . -614) 50486) ((-644 . -1148) 50470) ((-110 . -651) 50452) ((-174 . -308) T) ((-126 . -310) 50390) ((-110 . -375) 50372) ((-400 . -1214) T) ((-317 . -131) 50243) ((-314 . -131) T) ((-69 . -397) T) ((-110 . -123) T) ((-522 . -491) 50227) ((-654 . -1111) T) ((-594 . -19) 50209) ((-61 . -443) T) ((-61 . -397) T) ((-824 . -1099) T) ((-594 . -604) 50184) ((-479 . -1038) 50144) ((-653 . -1049) T) ((-654 . -23) T) ((-1279 . -1099) T) ((-31 . -102) T) ((-1237 . -646) 50054) ((-855 . -646) 50013) ((-816 . -717) 49862) ((-579 . -860) T) ((-573 . -646) 49834) ((-117 . -850) NIL) ((-1171 . -413) 49818) ((-1124 . -413) 49802) ((-854 . -413) 49786) ((-873 . -102) 49737) ((-1248 . -102) T) ((-1228 . -516) 49506) ((-1227 . -102) T) ((-1200 . -310) 49444) ((-1173 . -287) 49429) ((-1172 . -287) 49414) ((-527 . -93) T) ((-1166 . -287) 49262) ((-313 . -613) 49244) ((-1101 . -1099) T) ((-1079 . -648) 49154) ((-711 . -454) T) ((-689 . -613) 49086) ((-290 . -726) T) ((-108 . -909) NIL) ((-689 . -614) 49047) ((-601 . -613) 49029) ((-579 . -613) 49011) ((-552 . -614) NIL) ((-552 . -613) 48993) ((-531 . -613) 48975) ((-513 . -511) 48954) ((-489 . -1056) 48904) ((-476 . -1051) 48739) ((-509 . -511) 48718) ((-476 . -640) 48559) ((-217 . -1056) 48509) ((-361 . -648) 48461) ((-355 . -648) 48413) ((-225 . -848) T) ((-347 . -648) 48365) ((-602 . -102) 48315) ((-484 . -370) 48294) ((-108 . -648) 48244) ((-489 . -111) 48178) ((-240 . -491) 48162) ((-345 . -147) 48144) ((-345 . -145) T) ((-169 . -372) 48115) ((-943 . -1262) 48099) ((-217 . -111) 48033) ((-872 . -310) 47998) ((-943 . -1099) 47948) ((-799 . -614) 47909) ((-799 . -613) 47891) ((-718 . -102) T) ((-332 . -1099) T) ((-214 . -616) 47868) ((-1119 . -131) T) ((-714 . -38) 47838) ((-317 . -495) 47817) ((-502 . -1214) T) ((-1248 . -285) 47783) ((-1227 . -285) 47749) ((-328 . -151) 47733) ((-441 . -1099) T) ((-1062 . -289) 47708) ((-1279 . -717) 47678) ((-1158 . -34) T) ((-1288 . -1038) 47655) ((-470 . -613) 47637) ((-486 . -34) T) ((-383 . -1038) 47621) ((-1171 . -1057) T) ((-1124 . -1057) T) ((-854 . -1057) T) ((-1061 . -848) T) ((-489 . -616) 47571) ((-217 . -616) 47521) ((-816 . -172) 47432) ((-522 . -287) 47409) ((-1256 . -291) 47388) ((-1195 . -366) 47362) ((-1087 . -267) 47346) ((-671 . -492) 47327) ((-671 . -613) 47293) ((-606 . -492) 47274) ((-117 . -992) 47251) ((-606 . -613) 47201) ((-476 . -102) T) ((-180 . -492) 47182) ((-180 . -613) 47148) ((-161 . -492) 47129) ((-156 . -492) 47110) ((-154 . -492) 47091) ((-161 . -613) 47057) ((-156 . -613) 47023) ((-367 . -1099) T) ((-252 . -1099) T) ((-251 . -1099) T) ((-154 . -613) 46989) ((-1249 . -291) 46940) ((-1228 . -291) 46891) ((-872 . -1150) 46869) ((-1173 . -1002) 46835) ((-608 . -366) 46775) ((-1172 . -1002) 46741) ((-608 . -229) 46688) ((-694 . -850) T) ((-594 . -613) 46670) ((-594 . -614) NIL) ((-477 . -229) 46620) ((-489 . -1049) T) ((-1166 . -1002) 46586) ((-88 . -442) T) ((-88 . -397) T) ((-217 . -1049) T) ((-1125 . -1002) 46552) ((-1079 . -726) T) ((-712 . -1111) T) ((-597 . -291) 46531) ((-596 . -291) 46510) ((-489 . -243) T) ((-489 . -233) T) ((-217 . -243) T) ((-217 . -233) T) ((-1164 . -613) 46492) ((-872 . -38) 46444) ((-361 . -726) T) ((-355 . -726) T) ((-347 . -726) T) ((-108 . -794) T) ((-108 . -791) T) ((-712 . -23) T) ((-108 . -726) T) ((-522 . -1252) 46428) ((-1292 . -25) T) ((-476 . -285) 46394) ((-1292 . -21) T) ((-1227 . -310) 46333) ((-1175 . -102) T) ((-40 . -145) 46305) ((-40 . -147) 46277) ((-522 . -604) 46254) ((-1112 . -648) 46102) ((-602 . -310) 46040) ((-45 . -651) 45990) ((-45 . -666) 45940) ((-45 . -375) 45890) ((-1157 . -34) T) ((-871 . -848) NIL) ((-654 . -131) T) ((-487 . -613) 45872) ((-240 . -287) 45849) ((-186 . -1099) T) ((-1086 . -454) 45800) ((-816 . -516) 45674) ((-664 . -1051) 45658) ((-647 . -34) T) ((-632 . -34) T) ((-782 . -454) 45589) ((-664 . -640) 45573) ((-357 . -1051) 45525) ((-354 . -1051) 45477) ((-346 . -1051) 45429) ((-265 . -1051) 45272) ((-247 . -1051) 45115) ((-780 . -454) 45066) ((-357 . -640) 45018) ((-354 . -640) 44970) ((-346 . -640) 44922) ((-265 . -640) 44771) ((-247 . -640) 44620) ((-456 . -454) 44571) ((-952 . -413) 44555) ((-731 . -613) 44537) ((-252 . -717) 44479) ((-251 . -717) 44421) ((-731 . -614) 44282) ((-483 . -413) 44266) ((-341 . -303) T) ((-526 . -93) T) ((-353 . -920) T) ((-1000 . -102) 44244) ((-910 . -1051) 44209) ((-1024 . -850) T) ((-60 . -516) 44142) ((-910 . -640) 44107) ((-1227 . -1150) 44059) ((-1004 . -287) NIL) ((-225 . -1057) T) ((-381 . -828) T) ((-1112 . -34) T) ((-583 . -454) T) ((-520 . -454) T) ((-1231 . -1092) 44043) ((-1231 . -1099) 44021) ((-240 . -604) 43998) ((-1231 . -1094) 43955) ((-1173 . -613) 43937) ((-1172 . -613) 43919) ((-1166 . -613) 43901) ((-1166 . -614) NIL) ((-1125 . -613) 43883) ((-872 . -402) 43867) ((-538 . -102) T) ((-1248 . -38) 43708) ((-1227 . -38) 43522) ((-870 . -147) T) ((-583 . -404) T) ((-520 . -404) T) ((-1260 . -102) T) ((-1250 . -21) T) ((-1250 . -25) T) ((-1112 . -791) 43501) ((-1112 . -794) 43452) ((-1112 . -793) 43431) ((-993 . -1099) T) ((-1027 . -34) T) ((-862 . -1099) T) ((-1112 . -726) 43341) ((-664 . -102) T) ((-645 . -102) T) ((-552 . -289) 43320) ((-1187 . -102) T) ((-478 . -34) T) ((-465 . -34) T) ((-357 . -102) T) ((-354 . -102) T) ((-346 . -102) T) ((-265 . -102) T) ((-247 . -102) T) ((-479 . -308) T) ((-1061 . -1057) T) ((-952 . -1057) T) ((-317 . -639) 43226) ((-314 . -639) 43187) ((-1171 . -1099) T) ((-483 . -1057) T) ((-481 . -102) T) ((-438 . -613) 43169) ((-1124 . -1099) T) ((-250 . -613) 43151) ((-854 . -1099) T) ((-1140 . -102) T) ((-816 . -291) 43082) ((-963 . -1056) 42965) ((-479 . -1022) T) ((-735 . -1056) 42935) ((-1034 . -646) 42894) ((-455 . -1056) 42864) ((-1146 . -1120) 42848) ((-1101 . -516) 42781) ((-963 . -111) 42650) ((-910 . -102) T) ((-735 . -111) 42615) ((-527 . -492) 42596) ((-527 . -613) 42562) ((-59 . -102) 42512) ((-522 . -614) 42473) ((-522 . -613) 42385) ((-521 . -102) 42363) ((-518 . -102) 42313) ((-499 . -102) 42291) ((-498 . -102) 42241) ((-455 . -111) 42204) ((-252 . -172) 42183) ((-251 . -172) 42162) ((-323 . -646) 42144) ((-420 . -1056) 42118) ((-1208 . -973) 42080) ((-999 . -1111) T) ((-381 . -646) 42030) ((-1134 . -616) 42011) ((-943 . -516) 41944) ((-489 . -795) T) ((-476 . -38) 41785) ((-420 . -111) 41752) ((-489 . -792) T) ((-1000 . -310) 41690) ((-217 . -795) T) ((-217 . -792) T) ((-999 . -23) T) ((-712 . -131) T) ((-1227 . -402) 41660) ((-836 . -646) 41605) ((-827 . -646) 41564) ((-317 . -25) 41416) ((-169 . -413) 41400) ((-317 . -21) 41271) ((-314 . -25) T) ((-314 . -21) T) ((-864 . -370) T) ((-963 . -616) 41124) ((-110 . -34) T) ((-735 . -616) 41080) ((-715 . -616) 41062) ((-484 . -648) 40910) ((-871 . -1057) T) ((-594 . -289) 40885) ((-582 . -147) T) ((-566 . -147) T) ((-497 . -147) T) ((-1171 . -717) 40714) ((-1124 . -717) 40563) ((-1119 . -639) 40545) ((-854 . -717) 40515) ((-670 . -1214) T) ((-1 . -102) T) ((-420 . -616) 40423) ((-240 . -613) 40154) ((-1114 . -1099) T) ((-1237 . -413) 40138) ((-1187 . -310) 39942) ((-963 . -1049) T) ((-735 . -1049) T) ((-715 . -1049) T) ((-644 . -1099) 39892) ((-1054 . -648) 39876) ((-855 . -413) 39860) ((-513 . -102) T) ((-509 . -102) T) ((-265 . -310) 39847) ((-247 . -310) 39834) ((-963 . -327) 39813) ((-387 . -648) 39797) ((-670 . -1038) 39693) ((-481 . -310) 39497) ((-252 . -516) 39430) ((-251 . -516) 39363) ((-1140 . -310) 39289) ((-819 . -1099) T) ((-799 . -1056) 39273) ((-1256 . -287) 39258) ((-1249 . -287) 39243) ((-1228 . -287) 39091) ((-388 . -1099) T) ((-325 . -1099) T) ((-420 . -1049) T) ((-169 . -1057) T) ((-59 . -310) 39029) ((-799 . -111) 39008) ((-596 . -287) 38993) ((-521 . -310) 38931) ((-518 . -310) 38869) ((-499 . -310) 38807) ((-498 . -310) 38745) ((-420 . -233) 38724) ((-484 . -34) T) ((-1004 . -614) 38654) ((-225 . -1099) T) ((-1004 . -613) 38614) ((-971 . -613) 38574) ((-971 . -614) 38549) ((-914 . -613) 38531) ((-699 . -147) T) ((-701 . -920) T) ((-701 . -820) T) ((-429 . -613) 38513) ((-1119 . -21) T) ((-1119 . -25) T) ((-670 . -379) 38497) ((-116 . -920) T) ((-872 . -231) 38481) ((-78 . -1214) T) ((-126 . -125) 38465) ((-1054 . -34) T) ((-1286 . -1038) 38439) ((-1284 . -1038) 38396) ((-1237 . -1057) T) ((-855 . -1057) T) ((-484 . -791) 38375) ((-357 . -1150) 38354) ((-354 . -1150) 38333) ((-346 . -1150) 38312) ((-484 . -794) 38263) ((-484 . -793) 38242) ((-227 . -34) T) ((-484 . -726) 38152) ((-799 . -616) 38000) ((-662 . -1051) 37984) ((-60 . -491) 37968) ((-573 . -1057) T) ((-662 . -640) 37952) ((-1171 . -172) 37843) ((-1124 . -172) 37754) ((-1061 . -1099) T) ((-1086 . -949) 37699) ((-952 . -1099) T) ((-817 . -648) 37650) ((-782 . -949) 37619) ((-713 . -1099) T) ((-780 . -949) 37586) ((-518 . -283) 37570) ((-670 . -900) 37529) ((-483 . -1099) T) ((-456 . -949) 37496) ((-79 . -1214) T) ((-357 . -38) 37461) ((-354 . -38) 37426) ((-346 . -38) 37391) ((-265 . -38) 37240) ((-247 . -38) 37089) ((-910 . -1150) T) ((-526 . -492) 37070) ((-623 . -147) 37049) ((-623 . -145) 37028) ((-526 . -613) 36994) ((-117 . -147) T) ((-117 . -145) NIL) ((-416 . -726) T) ((-799 . -1049) T) ((-345 . -454) T) ((-1256 . -1002) 36960) ((-1249 . -1002) 36926) ((-1228 . -1002) 36892) ((-910 . -38) 36857) ((-225 . -717) 36822) ((-320 . -47) 36792) ((-40 . -411) 36764) ((-140 . -613) 36746) ((-999 . -131) T) ((-815 . -1214) T) ((-174 . -920) T) ((-551 . -370) T) ((-606 . -616) 36727) ((-345 . -404) T) ((-714 . -646) 36672) ((-671 . -616) 36653) ((-180 . -616) 36634) ((-161 . -616) 36615) ((-156 . -616) 36596) ((-154 . -616) 36577) ((-522 . -289) 36554) ((-1227 . -231) 36524) ((-815 . -1038) 36351) ((-45 . -34) T) ((-681 . -102) T) ((-676 . -102) T) ((-662 . -102) T) ((-654 . -21) T) ((-654 . -25) T) ((-1101 . -491) 36335) ((-675 . -1214) T) ((-480 . -102) T) ((-245 . -102) 36285) ((-548 . -844) T) ((-137 . -102) T) ((-133 . -102) T) ((-138 . -102) T) ((-871 . -1099) T) ((-1177 . -648) 36210) ((-1061 . -717) 36197) ((-731 . -1056) 36040) ((-1171 . -516) 35987) ((-952 . -717) 35836) ((-1124 . -516) 35788) ((-1275 . -1099) T) ((-1274 . -1099) T) ((-483 . -717) 35637) ((-67 . -613) 35619) ((-731 . -111) 35448) ((-943 . -491) 35432) ((-1276 . -648) 35392) ((-817 . -726) T) ((-1173 . -1056) 35275) ((-1172 . -1056) 35110) ((-1166 . -1056) 34900) ((-1125 . -1056) 34783) ((-1003 . -1218) T) ((-1093 . -102) 34761) ((-815 . -379) 34730) ((-581 . -613) 34712) ((-548 . -1099) T) ((-1003 . -558) T) ((-1173 . -111) 34581) ((-1172 . -111) 34402) ((-1166 . -111) 34171) ((-1125 . -111) 34040) ((-1104 . -1102) 34004) ((-381 . -848) T) ((-1256 . -613) 33986) ((-1249 . -613) 33968) ((-872 . -646) 33905) ((-1228 . -613) 33887) ((-1228 . -614) NIL) ((-240 . -289) 33864) ((-40 . -454) T) ((-225 . -172) T) ((-169 . -1099) T) ((-731 . -616) 33649) ((-694 . -147) T) ((-694 . -145) NIL) ((-597 . -613) 33631) ((-596 . -613) 33613) ((-898 . -1099) T) ((-841 . -1099) T) ((-808 . -1099) T) ((-769 . -1099) T) ((-658 . -852) 33597) ((-677 . -1099) T) ((-815 . -900) 33529) ((-1219 . -370) T) ((-40 . -404) NIL) ((-1173 . -616) 33411) ((-1119 . -661) T) ((-871 . -717) 33356) ((-252 . -491) 33340) ((-251 . -491) 33324) ((-1172 . -616) 33067) ((-1166 . -616) 32862) ((-712 . -639) 32810) ((-653 . -648) 32784) ((-1125 . -616) 32666) ((-296 . -34) T) ((-731 . -1049) T) ((-583 . -1271) 32653) ((-520 . -1271) 32630) ((-1237 . -1099) T) ((-1171 . -291) 32541) ((-1124 . -291) 32472) ((-1061 . -172) T) ((-855 . -1099) T) ((-952 . -172) 32383) ((-782 . -1240) 32367) ((-644 . -516) 32300) ((-77 . -613) 32282) ((-731 . -327) 32247) ((-1177 . -726) T) ((-573 . -1099) T) ((-483 . -172) 32158) ((-245 . -310) 32096) ((-1141 . -1111) T) ((-70 . -613) 32078) ((-1276 . -726) T) ((-1173 . -1049) T) ((-1172 . -1049) T) ((-328 . -102) 32028) ((-1166 . -1049) T) ((-1141 . -23) T) ((-1125 . -1049) T) ((-91 . -1120) 32012) ((-866 . -1111) T) ((-1173 . -233) 31971) ((-1172 . -243) 31950) ((-1172 . -233) 31902) ((-1166 . -233) 31789) ((-1166 . -243) 31768) ((-320 . -900) 31674) ((-866 . -23) T) ((-169 . -717) 31502) ((-409 . -1218) T) ((-1100 . -370) T) ((-1003 . -365) T) ((-870 . -454) T) ((-1024 . -147) T) ((-943 . -287) 31479) ((-314 . -850) NIL) ((-1248 . -646) 31361) ((-874 . -102) T) ((-1227 . -646) 31216) ((-712 . -25) T) ((-409 . -558) T) ((-712 . -21) T) ((-527 . -616) 31197) ((-356 . -147) 31179) ((-356 . -145) T) ((-1146 . -1099) 31157) ((-455 . -720) T) ((-75 . -613) 31139) ((-114 . -850) T) ((-245 . -283) 31123) ((-240 . -1056) 31020) ((-81 . -613) 31002) ((-735 . -370) 30955) ((-1175 . -828) T) ((-737 . -235) 30939) ((-1158 . -1214) T) ((-141 . -235) 30921) ((-240 . -111) 30811) ((-1237 . -717) 30640) ((-48 . -147) T) ((-871 . -172) T) ((-855 . -717) 30610) ((-486 . -1214) T) ((-952 . -516) 30557) ((-653 . -726) T) ((-573 . -717) 30544) ((-1034 . -1057) T) ((-483 . -516) 30487) ((-943 . -19) 30471) ((-943 . -604) 30448) ((-816 . -614) NIL) ((-816 . -613) 30430) ((-1208 . -1051) 30313) ((-1004 . -1056) 30263) ((-415 . -613) 30245) ((-252 . -287) 30222) ((-251 . -287) 30199) ((-489 . -909) NIL) ((-317 . -29) 30169) ((-108 . -1214) T) ((-1003 . -1111) T) ((-217 . -909) NIL) ((-1208 . -640) 30066) ((-914 . -1056) 30018) ((-1079 . -1038) 29914) ((-1004 . -111) 29848) ((-711 . -1051) 29813) ((-1003 . -23) T) ((-914 . -111) 29751) ((-737 . -695) 29735) ((-711 . -640) 29700) ((-265 . -231) 29684) ((-429 . -1056) 29668) ((-381 . -1057) T) ((-240 . -616) 29398) ((-694 . -1202) NIL) ((-489 . -648) 29348) ((-476 . -646) 29230) ((-108 . -884) 29212) ((-108 . -886) 29194) ((-694 . -1199) NIL) ((-217 . -648) 29144) ((-361 . -1038) 29128) ((-355 . -1038) 29112) ((-328 . -310) 29050) ((-347 . -1038) 29034) ((-225 . -291) T) ((-429 . -111) 29013) ((-60 . -613) 28945) ((-169 . -172) T) ((-1119 . -850) T) ((-108 . -1038) 28905) ((-892 . -1099) T) ((-836 . -1057) T) ((-827 . -1057) T) ((-694 . -35) NIL) ((-694 . -95) NIL) ((-314 . -992) 28866) ((-183 . -102) T) ((-582 . -454) T) ((-566 . -454) T) ((-497 . -454) T) ((-409 . -365) T) ((-240 . -1049) 28796) ((-1149 . -34) T) ((-479 . -920) T) ((-999 . -639) 28744) ((-252 . -604) 28721) ((-251 . -604) 28698) ((-1079 . -379) 28682) ((-871 . -516) 28590) ((-240 . -233) 28542) ((-1157 . -1214) T) ((-1004 . -616) 28492) ((-914 . -616) 28429) ((-824 . -613) 28411) ((-1287 . -1111) T) ((-1279 . -613) 28393) ((-1237 . -172) 28284) ((-429 . -616) 28253) ((-108 . -379) 28235) ((-108 . -340) 28217) ((-1061 . -291) T) ((-952 . -291) 28148) ((-799 . -370) 28127) ((-647 . -1214) T) ((-632 . -1214) T) ((-587 . -1051) 28102) ((-483 . -291) 28033) ((-573 . -172) T) ((-328 . -283) 28017) ((-1287 . -23) T) ((-1208 . -102) T) ((-1195 . -1099) T) ((-1087 . -1099) T) ((-1075 . -1099) T) ((-587 . -640) 27992) ((-83 . -613) 27974) ((-1182 . -844) T) ((-1181 . -844) T) ((-711 . -102) T) ((-357 . -351) 27953) ((-608 . -1099) T) ((-354 . -351) 27932) ((-346 . -351) 27911) ((-477 . -1099) T) ((-1187 . -229) 27861) ((-265 . -254) 27823) ((-1141 . -131) T) ((-608 . -610) 27799) ((-1079 . -900) 27732) ((-1004 . -1049) T) ((-914 . -1049) T) ((-477 . -610) 27711) ((-1166 . -792) NIL) ((-1166 . -795) NIL) ((-1101 . -614) 27672) ((-481 . -229) 27622) ((-1101 . -613) 27604) ((-1004 . -243) T) ((-1004 . -233) T) ((-429 . -1049) T) ((-958 . -1099) 27554) ((-914 . -243) T) ((-866 . -131) T) ((-699 . -454) T) ((-843 . -1111) 27533) ((-108 . -900) NIL) ((-1208 . -285) 27499) ((-872 . -848) 27478) ((-1112 . -1214) T) ((-905 . -726) T) ((-169 . -516) 27390) ((-999 . -25) T) ((-905 . -475) T) ((-409 . -1111) T) ((-489 . -794) T) ((-489 . -791) T) ((-910 . -351) T) ((-489 . -726) T) ((-217 . -794) T) ((-217 . -791) T) ((-999 . -21) T) ((-217 . -726) T) ((-843 . -23) 27342) ((-658 . -1051) 27326) ((-1182 . -1099) T) ((-526 . -616) 27307) ((-1181 . -1099) T) ((-320 . -308) 27286) ((-1035 . -235) 27232) ((-658 . -640) 27202) ((-409 . -23) T) ((-943 . -614) 27163) ((-943 . -613) 27075) ((-644 . -491) 27059) ((-45 . -1010) 27009) ((-617 . -967) T) ((-493 . -102) T) ((-332 . -613) 26991) ((-1112 . -1038) 26818) ((-594 . -651) 26800) ((-130 . -1099) T) ((-128 . -1099) T) ((-594 . -375) 26782) ((-345 . -1271) 26759) ((-441 . -613) 26741) ((-1237 . -516) 26688) ((-1086 . -1051) 26531) ((-1027 . -1214) T) ((-871 . -291) T) ((-1171 . -287) 26458) ((-1086 . -640) 26307) ((-1000 . -995) 26291) ((-782 . -1051) 26114) ((-780 . -1051) 25957) ((-782 . -640) 25786) ((-780 . -640) 25635) ((-478 . -1214) T) ((-465 . -1214) T) ((-587 . -102) T) ((-463 . -1051) 25606) ((-456 . -1051) 25449) ((-664 . -646) 25418) ((-623 . -454) 25397) ((-463 . -640) 25368) ((-456 . -640) 25217) ((-357 . -646) 25154) ((-354 . -646) 25091) ((-346 . -646) 25028) ((-265 . -646) 24938) ((-247 . -646) 24848) ((-1279 . -384) 24820) ((-519 . -1099) T) ((-117 . -454) T) ((-1194 . -102) T) ((-1091 . -1099) 24798) ((-1034 . -1099) T) ((-1114 . -93) T) ((-893 . -850) T) ((-1256 . -111) 24667) ((-353 . -1218) T) ((-1256 . -1056) 24550) ((-1112 . -379) 24519) ((-1249 . -1056) 24354) ((-1228 . -1056) 24144) ((-1249 . -111) 23965) ((-1228 . -111) 23734) ((-1208 . -310) 23721) ((-1003 . -131) T) ((-910 . -646) 23671) ((-367 . -613) 23653) ((-353 . -558) T) ((-290 . -308) T) ((-597 . -1056) 23626) ((-596 . -1056) 23509) ((-583 . -1051) 23474) ((-520 . -1051) 23419) ((-363 . -1099) T) ((-323 . -1099) T) ((-252 . -613) 23380) ((-251 . -613) 23341) ((-583 . -640) 23306) ((-520 . -640) 23251) ((-694 . -411) 23218) ((-635 . -23) T) ((-607 . -23) T) ((-658 . -102) T) ((-597 . -111) 23189) ((-596 . -111) 23058) ((-381 . -1099) T) ((-338 . -102) T) ((-169 . -291) 22969) ((-1227 . -848) 22922) ((-714 . -1057) T) ((-1146 . -516) 22855) ((-1112 . -900) 22787) ((-836 . -1099) T) ((-827 . -1099) T) ((-825 . -1099) T) ((-97 . -102) T) ((-144 . -850) T) ((-612 . -884) 22771) ((-110 . -1214) T) ((-1086 . -102) T) ((-1062 . -34) T) ((-782 . -102) T) ((-780 . -102) T) ((-1256 . -616) 22653) ((-1249 . -616) 22396) ((-463 . -102) T) ((-456 . -102) T) ((-1228 . -616) 22191) ((-240 . -795) 22142) ((-240 . -792) 22093) ((-649 . -102) T) ((-597 . -616) 22051) ((-596 . -616) 21933) ((-1237 . -291) 21844) ((-664 . -634) 21828) ((-186 . -613) 21810) ((-644 . -287) 21787) ((-1034 . -717) 21771) ((-573 . -291) T) ((-963 . -648) 21696) ((-1287 . -131) T) ((-735 . -648) 21656) ((-715 . -648) 21643) ((-276 . -102) T) ((-455 . -648) 21573) ((-50 . -102) T) ((-583 . -102) T) ((-520 . -102) T) ((-1256 . -1049) T) ((-1249 . -1049) T) ((-1228 . -1049) T) ((-509 . -646) 21555) ((-323 . -717) 21537) ((-1256 . -233) 21496) ((-1249 . -243) 21475) ((-1249 . -233) 21427) ((-1228 . -233) 21314) ((-1228 . -243) 21293) ((-1208 . -38) 21190) ((-597 . -1049) T) ((-596 . -1049) T) ((-1004 . -795) T) ((-1004 . -792) T) ((-971 . -795) T) ((-971 . -792) T) ((-872 . -1057) T) ((-109 . -613) 21172) ((-694 . -454) T) ((-381 . -717) 21137) ((-420 . -648) 21111) ((-870 . -869) 21095) ((-711 . -38) 21060) ((-596 . -233) 21019) ((-40 . -724) 20991) ((-353 . -330) 20968) ((-353 . -365) T) ((-1079 . -308) 20919) ((-295 . -1111) 20800) ((-1105 . -1214) T) ((-171 . -102) T) ((-1231 . -613) 20767) ((-843 . -131) 20719) ((-644 . -1252) 20703) ((-836 . -717) 20673) ((-827 . -717) 20643) ((-484 . -1214) T) ((-361 . -308) T) ((-355 . -308) T) ((-347 . -308) T) ((-644 . -604) 20620) ((-409 . -131) T) ((-522 . -666) 20604) ((-108 . -308) T) ((-295 . -23) 20487) ((-522 . -651) 20471) ((-694 . -404) NIL) ((-522 . -375) 20455) ((-292 . -613) 20437) ((-91 . -1099) 20415) ((-108 . -1022) T) ((-566 . -143) T) ((-1264 . -151) 20399) ((-484 . -1038) 20226) ((-1250 . -145) 20187) ((-1250 . -147) 20148) ((-1054 . -1214) T) ((-993 . -613) 20130) ((-862 . -613) 20112) ((-816 . -1056) 19955) ((-1275 . -93) T) ((-1274 . -93) T) ((-1171 . -614) NIL) ((-1095 . -1099) T) ((-1089 . -1099) T) ((-1086 . -310) 19942) ((-1072 . -1099) T) ((-227 . -1214) T) ((-1065 . -1099) T) ((-1036 . -1099) T) ((-1019 . -1099) T) ((-782 . -310) 19929) ((-780 . -310) 19916) ((-1171 . -613) 19898) ((-816 . -111) 19727) ((-1124 . -613) 19709) ((-626 . -1099) T) ((-579 . -173) T) ((-531 . -173) T) ((-456 . -310) 19696) ((-485 . -1099) T) ((-1124 . -614) 19444) ((-1034 . -172) T) ((-943 . -289) 19421) ((-218 . -1099) T) ((-854 . -613) 19403) ((-608 . -516) 19186) ((-81 . -616) 19127) ((-818 . -1038) 19111) ((-477 . -516) 18903) ((-963 . -726) T) ((-735 . -726) T) ((-715 . -726) T) ((-353 . -1111) T) ((-1178 . -613) 18885) ((-223 . -102) T) ((-484 . -379) 18854) ((-517 . -1099) T) ((-512 . -1099) T) ((-510 . -1099) T) ((-799 . -648) 18828) ((-1024 . -454) T) ((-958 . -516) 18761) ((-353 . -23) T) ((-635 . -131) T) ((-607 . -131) T) ((-356 . -454) T) ((-240 . -370) 18740) ((-381 . -172) T) ((-1248 . -1057) T) ((-1227 . -1057) T) ((-225 . -1002) T) ((-816 . -616) 18477) ((-699 . -389) T) ((-420 . -726) T) ((-701 . -1218) T) ((-1141 . -639) 18425) ((-582 . -869) 18409) ((-1279 . -1056) 18393) ((-1158 . -1190) 18369) ((-701 . -558) T) ((-126 . -1099) 18347) ((-714 . -1099) T) ((-484 . -900) 18279) ((-249 . -1099) T) ((-187 . -1099) T) ((-658 . -38) 18249) ((-356 . -404) T) ((-317 . -147) 18228) ((-317 . -145) 18207) ((-128 . -516) NIL) ((-116 . -558) T) ((-314 . -147) 18163) ((-314 . -145) 18119) ((-48 . -454) T) ((-162 . -1099) T) ((-157 . -1099) T) ((-1158 . -107) 18066) ((-782 . -1150) 18044) ((-689 . -34) T) ((-1279 . -111) 18023) ((-552 . -34) T) ((-486 . -107) 18007) ((-252 . -289) 17984) ((-251 . -289) 17961) ((-871 . -287) 17912) ((-45 . -1214) T) ((-1220 . -844) T) ((-816 . -1049) T) ((-662 . -646) 17881) ((-1177 . -47) 17858) ((-816 . -327) 17820) ((-1086 . -38) 17669) ((-816 . -233) 17648) ((-782 . -38) 17477) ((-780 . -38) 17326) ((-1114 . -492) 17307) ((-456 . -38) 17156) ((-1114 . -613) 17122) ((-1117 . -102) T) ((-644 . -614) 17083) ((-644 . -613) 16995) ((-583 . -1150) T) ((-520 . -1150) T) ((-1146 . -491) 16979) ((-345 . -1051) 16924) ((-1200 . -1099) 16902) ((-1141 . -25) T) ((-1141 . -21) T) ((-345 . -640) 16847) ((-1279 . -616) 16796) ((-476 . -1057) T) ((-1220 . -1099) T) ((-1228 . -792) NIL) ((-1228 . -795) NIL) ((-999 . -850) 16775) ((-838 . -1099) T) ((-819 . -613) 16757) ((-866 . -21) T) ((-866 . -25) T) ((-799 . -726) T) ((-174 . -1218) T) ((-583 . -38) 16722) ((-520 . -38) 16687) ((-388 . -613) 16669) ((-334 . -102) T) ((-325 . -613) 16651) ((-169 . -287) 16609) ((-63 . -1214) T) ((-112 . -102) T) ((-872 . -1099) T) ((-174 . -558) T) ((-714 . -717) 16579) ((-295 . -131) 16462) ((-225 . -613) 16444) ((-225 . -614) 16374) ((-1003 . -639) 16313) ((-1279 . -1049) T) ((-1119 . -147) T) ((-632 . -1190) 16288) ((-731 . -909) 16267) ((-594 . -34) T) ((-647 . -107) 16251) ((-632 . -107) 16197) ((-1237 . -287) 16124) ((-731 . -648) 16049) ((-296 . -1214) T) ((-1177 . -1038) 15945) ((-943 . -618) 15922) ((-579 . -578) T) ((-579 . -529) T) ((-531 . -529) T) ((-1166 . -909) NIL) ((-1061 . -614) 15837) ((-1061 . -613) 15819) ((-952 . -613) 15801) ((-713 . -492) 15751) ((-345 . -102) T) ((-252 . -1056) 15648) ((-251 . -1056) 15545) ((-396 . -102) T) ((-31 . -1099) T) ((-952 . -614) 15406) ((-713 . -613) 15341) ((-1277 . -1207) 15310) ((-483 . -613) 15292) ((-483 . -614) 15153) ((-265 . -413) 15137) ((-247 . -413) 15121) ((-252 . -111) 15011) ((-251 . -111) 14901) ((-1173 . -648) 14826) ((-1172 . -648) 14723) ((-1166 . -648) 14575) ((-1125 . -648) 14500) ((-353 . -131) T) ((-82 . -443) T) ((-82 . -397) T) ((-1003 . -25) T) ((-1003 . -21) T) ((-873 . -1099) 14451) ((-40 . -1051) 14396) ((-872 . -717) 14348) ((-40 . -640) 14293) ((-381 . -291) T) ((-169 . -1002) 14244) ((-694 . -389) T) ((-999 . -997) 14228) ((-701 . -1111) T) ((-694 . -166) 14210) ((-1248 . -1099) T) ((-1227 . -1099) T) ((-317 . -1199) 14189) ((-317 . -1202) 14168) ((-1163 . -102) T) ((-317 . -959) 14147) ((-134 . -1111) T) ((-116 . -1111) T) ((-602 . -1262) 14131) ((-701 . -23) T) ((-602 . -1099) 14081) ((-317 . -95) 14060) ((-91 . -516) 13993) ((-174 . -365) T) ((-252 . -616) 13723) ((-251 . -616) 13453) ((-317 . -35) 13432) ((-608 . -491) 13366) ((-134 . -23) T) ((-116 . -23) T) ((-966 . -102) T) ((-718 . -1099) T) ((-477 . -491) 13303) ((-409 . -639) 13251) ((-653 . -1038) 13147) ((-958 . -491) 13131) ((-357 . -1057) T) ((-354 . -1057) T) ((-346 . -1057) T) ((-265 . -1057) T) ((-247 . -1057) T) ((-871 . -614) NIL) ((-871 . -613) 13113) ((-1275 . -492) 13094) ((-1274 . -492) 13075) ((-1287 . -21) T) ((-1275 . -613) 13041) ((-1274 . -613) 13007) ((-573 . -1002) T) ((-731 . -726) T) ((-1287 . -25) T) ((-252 . -1049) 12937) ((-251 . -1049) 12867) ((-72 . -1214) T) ((-252 . -233) 12819) ((-251 . -233) 12771) ((-40 . -102) T) ((-910 . -1057) T) ((-1180 . -102) T) ((-128 . -491) 12753) ((-1173 . -726) T) ((-1172 . -726) T) ((-1166 . -726) T) ((-1166 . -791) NIL) ((-1166 . -794) NIL) ((-954 . -102) T) ((-921 . -102) T) ((-870 . -1051) 12740) ((-1125 . -726) T) ((-771 . -102) T) ((-672 . -102) T) ((-870 . -640) 12727) ((-548 . -613) 12709) ((-476 . -1099) T) ((-341 . -1111) T) ((-174 . -1111) T) ((-320 . -920) 12688) ((-1248 . -717) 12529) ((-872 . -172) T) ((-1227 . -717) 12343) ((-843 . -21) 12295) ((-843 . -25) 12247) ((-245 . -1148) 12231) ((-126 . -516) 12164) ((-409 . -25) T) ((-409 . -21) T) ((-341 . -23) T) ((-169 . -614) 11930) ((-169 . -613) 11912) ((-174 . -23) T) ((-644 . -289) 11889) ((-522 . -34) T) ((-898 . -613) 11871) ((-89 . -1214) T) ((-841 . -613) 11853) ((-808 . -613) 11835) ((-769 . -613) 11817) ((-677 . -613) 11799) ((-240 . -648) 11647) ((-1175 . -1099) T) ((-1171 . -1056) 11470) ((-1149 . -1214) T) ((-1124 . -1056) 11313) ((-854 . -1056) 11297) ((-1231 . -618) 11281) ((-1171 . -111) 11090) ((-1124 . -111) 10919) ((-854 . -111) 10898) ((-1221 . -850) T) ((-1237 . -614) NIL) ((-1237 . -613) 10880) ((-345 . -1150) T) ((-855 . -613) 10862) ((-1075 . -287) 10841) ((-80 . -1214) T) ((-1004 . -909) NIL) ((-608 . -287) 10817) ((-1200 . -516) 10750) ((-489 . -1214) T) ((-573 . -613) 10732) ((-477 . -287) 10711) ((-1208 . -646) 10621) ((-519 . -93) T) ((-1086 . -231) 10605) ((-217 . -1214) T) ((-1004 . -648) 10555) ((-958 . -287) 10532) ((-290 . -920) T) ((-817 . -308) 10511) ((-870 . -102) T) ((-782 . -231) 10495) ((-914 . -648) 10447) ((-711 . -646) 10397) ((-694 . -724) 10364) ((-635 . -21) T) ((-635 . -25) T) ((-607 . -21) T) ((-549 . -102) T) ((-345 . -38) 10329) ((-489 . -884) 10311) ((-489 . -886) 10293) ((-476 . -717) 10134) ((-217 . -884) 10116) ((-64 . -1214) T) ((-217 . -886) 10098) ((-607 . -25) T) ((-429 . -648) 10072) ((-1171 . -616) 9841) ((-489 . -1038) 9801) ((-872 . -516) 9713) ((-1124 . -616) 9505) ((-854 . -616) 9423) ((-217 . -1038) 9383) ((-240 . -34) T) ((-1000 . -1099) 9361) ((-582 . -1051) 9348) ((-566 . -1051) 9335) ((-497 . -1051) 9300) ((-1248 . -172) 9231) ((-1227 . -172) 9162) ((-582 . -640) 9149) ((-566 . -640) 9136) ((-497 . -640) 9101) ((-712 . -145) 9080) ((-712 . -147) 9059) ((-701 . -131) T) ((-136 . -467) 9036) ((-1146 . -613) 8968) ((-658 . -656) 8952) ((-128 . -287) 8927) ((-116 . -131) T) ((-479 . -1218) T) ((-608 . -604) 8903) ((-477 . -604) 8882) ((-338 . -337) 8851) ((-538 . -1099) T) ((-479 . -558) T) ((-1171 . -1049) T) ((-1124 . -1049) T) ((-854 . -1049) T) ((-240 . -791) 8830) ((-240 . -794) 8781) ((-240 . -793) 8760) ((-1171 . -327) 8737) ((-240 . -726) 8647) ((-958 . -19) 8631) ((-489 . -379) 8613) ((-489 . -340) 8595) ((-1124 . -327) 8567) ((-356 . -1271) 8544) ((-217 . -379) 8526) ((-217 . -340) 8508) ((-958 . -604) 8485) ((-1171 . -233) T) ((-1260 . -1099) T) ((-664 . -1099) T) ((-645 . -1099) T) ((-1187 . -1099) T) ((-1086 . -254) 8422) ((-587 . -646) 8382) ((-357 . -1099) T) ((-354 . -1099) T) ((-346 . -1099) T) ((-265 . -1099) T) ((-247 . -1099) T) ((-84 . -1214) T) ((-127 . -102) 8360) ((-121 . -102) 8338) ((-1187 . -610) 8317) ((-1227 . -516) 8177) ((-1140 . -1099) T) ((-1114 . -616) 8158) ((-481 . -1099) T) ((-1079 . -920) 8109) ((-1004 . -794) T) ((-481 . -610) 8088) ((-252 . -795) 8039) ((-252 . -792) 7990) ((-251 . -795) 7941) ((-40 . -1150) NIL) ((-251 . -792) 7892) ((-1004 . -791) T) ((-128 . -19) 7874) ((-1004 . -726) T) ((-699 . -1051) 7839) ((-971 . -794) T) ((-914 . -726) T) ((-910 . -1099) T) ((-128 . -604) 7814) ((-699 . -640) 7779) ((-91 . -491) 7763) ((-489 . -900) NIL) ((-892 . -613) 7745) ((-225 . -1056) 7710) ((-872 . -291) T) ((-217 . -900) NIL) ((-833 . -1111) 7689) ((-59 . -1099) 7639) ((-521 . -1099) 7617) ((-518 . -1099) 7567) ((-499 . -1099) 7545) ((-498 . -1099) 7495) ((-582 . -102) T) ((-566 . -102) T) ((-497 . -102) T) ((-476 . -172) 7426) ((-361 . -920) T) ((-355 . -920) T) ((-347 . -920) T) ((-225 . -111) 7382) ((-833 . -23) 7334) ((-429 . -726) T) ((-108 . -920) T) ((-40 . -38) 7279) ((-108 . -820) T) ((-583 . -351) T) ((-520 . -351) T) ((-836 . -287) 7258) ((-317 . -454) 7237) ((-314 . -454) T) ((-658 . -646) 7196) ((-602 . -516) 7129) ((-341 . -131) T) ((-174 . -131) T) ((-295 . -25) 6993) ((-295 . -21) 6876) ((-45 . -1190) 6855) ((-66 . -613) 6837) ((-55 . -102) T) ((-338 . -646) 6819) ((-45 . -107) 6769) ((-819 . -616) 6753) ((-1265 . -102) T) ((-1264 . -102) 6703) ((-1256 . -648) 6628) ((-1249 . -648) 6525) ((-1101 . -427) 6509) ((-1101 . -370) 6488) ((-388 . -616) 6472) ((-325 . -616) 6456) ((-1228 . -648) 6308) ((-1228 . -909) NIL) ((-1062 . -1214) T) ((-1086 . -646) 6218) ((-1061 . -1056) 6205) ((-1061 . -111) 6190) ((-952 . -1056) 6033) ((-952 . -111) 5862) ((-782 . -646) 5772) ((-780 . -646) 5682) ((-623 . -1051) 5669) ((-664 . -717) 5653) ((-623 . -640) 5640) ((-483 . -1056) 5483) ((-479 . -365) T) ((-463 . -646) 5439) ((-456 . -646) 5349) ((-225 . -616) 5299) ((-357 . -717) 5251) ((-354 . -717) 5203) ((-117 . -1051) 5148) ((-346 . -717) 5100) ((-265 . -717) 4949) ((-247 . -717) 4798) ((-1195 . -613) 4780) ((-1095 . -93) T) ((-117 . -640) 4725) ((-1089 . -93) T) ((-943 . -651) 4709) ((-1072 . -93) T) ((-483 . -111) 4538) ((-1065 . -93) T) ((-1036 . -93) T) ((-943 . -375) 4522) ((-248 . -102) T) ((-1019 . -93) T) ((-74 . -613) 4504) ((-963 . -47) 4483) ((-710 . -102) T) ((-699 . -102) T) ((-1 . -1099) T) ((-621 . -1111) T) ((-1087 . -613) 4465) ((-626 . -93) T) ((-1075 . -613) 4447) ((-910 . -717) 4412) ((-126 . -491) 4396) ((-485 . -93) T) ((-621 . -23) T) ((-392 . -23) T) ((-87 . -1214) T) ((-218 . -93) T) ((-608 . -613) 4378) ((-608 . -614) NIL) ((-477 . -614) NIL) ((-477 . -613) 4360) ((-353 . -25) T) ((-353 . -21) T) ((-50 . -646) 4319) ((-513 . -1099) T) ((-509 . -1099) T) ((-127 . -310) 4257) ((-121 . -310) 4195) ((-597 . -648) 4182) ((-596 . -648) 4107) ((-583 . -646) 4057) ((-225 . -1049) T) ((-520 . -646) 3987) ((-381 . -1002) T) ((-225 . -243) T) ((-225 . -233) T) ((-1061 . -616) 3959) ((-1061 . -618) 3940) ((-958 . -614) 3901) ((-958 . -613) 3813) ((-952 . -616) 3602) ((-870 . -38) 3589) ((-713 . -616) 3539) ((-1248 . -291) 3490) ((-1227 . -291) 3441) ((-483 . -616) 3226) ((-1119 . -454) T) ((-504 . -850) T) ((-317 . -1138) 3205) ((-999 . -147) 3184) ((-999 . -145) 3163) ((-497 . -310) 3150) ((-296 . -1190) 3129) ((-1182 . -613) 3111) ((-1181 . -613) 3093) ((-871 . -1056) 3038) ((-479 . -1111) T) ((-139 . -835) 3020) ((-114 . -835) 3001) ((-623 . -102) T) ((-1200 . -491) 2985) ((-252 . -370) 2964) ((-251 . -370) 2943) ((-1061 . -1049) T) ((-296 . -107) 2893) ((-130 . -613) 2875) ((-128 . -614) NIL) ((-128 . -613) 2819) ((-117 . -102) T) ((-952 . -1049) T) ((-871 . -111) 2748) ((-479 . -23) T) ((-483 . -1049) T) ((-1061 . -233) T) ((-952 . -327) 2717) ((-483 . -327) 2674) ((-357 . -172) T) ((-354 . -172) T) ((-346 . -172) T) ((-265 . -172) 2585) ((-247 . -172) 2496) ((-963 . -1038) 2392) ((-519 . -492) 2373) ((-735 . -1038) 2344) ((-519 . -613) 2310) ((-1104 . -102) T) ((-1091 . -613) 2277) ((-1034 . -613) 2259) ((-694 . -1051) 2209) ((-1277 . -151) 2193) ((-1275 . -616) 2174) ((-1274 . -616) 2155) ((-1269 . -613) 2137) ((-1256 . -726) T) ((-694 . -640) 2087) ((-1249 . -726) T) ((-1228 . -791) NIL) ((-1228 . -794) NIL) ((-169 . -1056) 1997) ((-910 . -172) T) ((-871 . -616) 1927) ((-1228 . -726) T) ((-1003 . -344) 1901) ((-223 . -646) 1853) ((-1000 . -516) 1786) ((-843 . -850) 1765) ((-566 . -1150) T) ((-476 . -291) 1716) ((-597 . -726) T) ((-363 . -613) 1698) ((-323 . -613) 1680) ((-420 . -1038) 1576) ((-596 . -726) T) ((-409 . -850) 1527) ((-169 . -111) 1423) ((-833 . -131) 1375) ((-737 . -151) 1359) ((-1264 . -310) 1297) ((-489 . -308) T) ((-381 . -613) 1264) ((-522 . -1010) 1248) ((-381 . -614) 1162) ((-217 . -308) T) ((-141 . -151) 1144) ((-714 . -287) 1123) ((-489 . -1022) T) ((-582 . -38) 1110) ((-566 . -38) 1097) ((-497 . -38) 1062) ((-217 . -1022) T) ((-871 . -1049) T) ((-836 . -613) 1044) ((-827 . -613) 1026) ((-825 . -613) 1008) ((-816 . -909) 987) ((-1288 . -1111) T) ((-1237 . -1056) 810) ((-855 . -1056) 794) ((-871 . -243) T) ((-871 . -233) NIL) ((-689 . -1214) T) ((-1288 . -23) T) ((-816 . -648) 719) ((-552 . -1214) T) ((-420 . -340) 703) ((-573 . -1056) 690) ((-1237 . -111) 499) ((-701 . -639) 481) ((-855 . -111) 460) ((-383 . -23) T) ((-169 . -616) 238) ((-1187 . -516) 30) ((-681 . -1099) T) ((-676 . -1099) T) ((-662 . -1099) T)) \ No newline at end of file
+(((-480 . -1099) T) ((-265 . -516) 187938) ((-247 . -516) 187881) ((-245 . -1099) 187831) ((-573 . -111) 187816) ((-533 . -23) T) ((-137 . -1099) T) ((-133 . -1099) T) ((-117 . -310) 187773) ((-138 . -1099) T) ((-481 . -516) 187565) ((-677 . -616) 187549) ((-694 . -102) T) ((-1140 . -516) 187468) ((-392 . -131) T) ((-1278 . -976) 187437) ((-1024 . -1051) 187374) ((-31 . -93) T) ((-602 . -491) 187358) ((-1024 . -640) 187295) ((-621 . -131) T) ((-819 . -846) T) ((-525 . -57) 187245) ((-521 . -516) 187178) ((-356 . -1051) 187123) ((-59 . -516) 187056) ((-518 . -516) 186989) ((-420 . -900) 186948) ((-169 . -1049) T) ((-499 . -516) 186881) ((-498 . -516) 186814) ((-356 . -640) 186759) ((-799 . -1038) 186542) ((-699 . -38) 186507) ((-1238 . -616) 186255) ((-345 . -351) T) ((-1093 . -1092) 186239) ((-1093 . -1099) 186217) ((-855 . -616) 186114) ((-169 . -243) 186065) ((-169 . -233) 186016) ((-1093 . -1094) 185974) ((-872 . -287) 185932) ((-225 . -795) T) ((-225 . -792) T) ((-694 . -285) NIL) ((-573 . -616) 185904) ((-1149 . -1191) 185883) ((-409 . -992) 185867) ((-48 . -1051) 185832) ((-701 . -21) T) ((-701 . -25) T) ((-48 . -640) 185797) ((-1280 . -648) 185771) ((-317 . -160) 185750) ((-317 . -143) 185729) ((-1149 . -107) 185679) ((-116 . -21) T) ((-40 . -231) 185656) ((-134 . -25) T) ((-116 . -25) T) ((-608 . -289) 185632) ((-477 . -289) 185611) ((-1238 . -327) 185588) ((-1238 . -1049) T) ((-855 . -1049) T) ((-799 . -340) 185572) ((-139 . -185) T) ((-117 . -1150) NIL) ((-91 . -613) 185504) ((-479 . -131) T) ((-1238 . -233) T) ((-1095 . -492) 185485) ((-1095 . -613) 185451) ((-1089 . -492) 185432) ((-1089 . -613) 185398) ((-594 . -1215) T) ((-1072 . -492) 185379) ((-573 . -1049) T) ((-1072 . -613) 185345) ((-662 . -717) 185329) ((-1065 . -492) 185310) ((-1065 . -613) 185276) ((-958 . -289) 185253) ((-60 . -34) T) ((-1061 . -795) T) ((-1061 . -792) T) ((-1036 . -492) 185234) ((-1019 . -492) 185215) ((-816 . -726) T) ((-731 . -47) 185180) ((-623 . -38) 185167) ((-357 . -291) T) ((-354 . -291) T) ((-346 . -291) T) ((-265 . -291) 185098) ((-247 . -291) 185029) ((-1036 . -613) 184995) ((-1024 . -102) T) ((-1019 . -613) 184961) ((-626 . -492) 184942) ((-415 . -726) T) ((-117 . -38) 184887) ((-485 . -492) 184868) ((-626 . -613) 184834) ((-415 . -475) T) ((-218 . -492) 184815) ((-485 . -613) 184781) ((-356 . -102) T) ((-218 . -613) 184747) ((-1209 . -1057) T) ((-345 . -646) 184677) ((-711 . -1057) T) ((-1173 . -47) 184654) ((-1172 . -47) 184624) ((-1166 . -47) 184601) ((-128 . -289) 184576) ((-1035 . -151) 184522) ((-910 . -291) T) ((-1125 . -47) 184494) ((-694 . -310) NIL) ((-517 . -613) 184476) ((-512 . -613) 184458) ((-510 . -613) 184440) ((-328 . -1099) 184390) ((-712 . -454) 184321) ((-48 . -102) T) ((-1249 . -287) 184306) ((-1228 . -287) 184226) ((-644 . -666) 184210) ((-644 . -651) 184194) ((-341 . -21) T) ((-341 . -25) T) ((-40 . -351) NIL) ((-174 . -21) T) ((-174 . -25) T) ((-644 . -375) 184178) ((-605 . -492) 184160) ((-602 . -287) 184137) ((-605 . -613) 184104) ((-390 . -102) T) ((-1119 . -143) T) ((-126 . -613) 184036) ((-874 . -1099) T) ((-658 . -413) 184020) ((-714 . -613) 184002) ((-249 . -613) 183969) ((-187 . -613) 183951) ((-162 . -613) 183933) ((-157 . -613) 183915) ((-1280 . -726) T) ((-1101 . -34) T) ((-871 . -795) NIL) ((-871 . -792) NIL) ((-858 . -850) T) ((-731 . -886) NIL) ((-1289 . -131) T) ((-383 . -131) T) ((-892 . -616) 183883) ((-904 . -102) T) ((-731 . -1038) 183759) ((-533 . -131) T) ((-1086 . -413) 183743) ((-1000 . -491) 183727) ((-117 . -402) 183704) ((-1166 . -1215) 183683) ((-782 . -413) 183667) ((-780 . -413) 183651) ((-943 . -34) T) ((-694 . -1150) NIL) ((-252 . -648) 183486) ((-251 . -648) 183308) ((-817 . -920) 183287) ((-456 . -413) 183271) ((-602 . -19) 183255) ((-1145 . -1208) 183224) ((-1166 . -886) NIL) ((-1166 . -884) 183176) ((-602 . -604) 183153) ((-1201 . -613) 183085) ((-1174 . -613) 183067) ((-62 . -397) T) ((-1172 . -1038) 183002) ((-1166 . -1038) 182968) ((-694 . -38) 182918) ((-40 . -646) 182848) ((-476 . -287) 182833) ((-1221 . -613) 182815) ((-731 . -379) 182799) ((-838 . -613) 182781) ((-658 . -1057) T) ((-1249 . -1002) 182747) ((-1228 . -1002) 182713) ((-1087 . -616) 182697) ((-1062 . -1191) 182672) ((-1075 . -616) 182649) ((-872 . -614) 182456) ((-872 . -613) 182438) ((-1188 . -491) 182375) ((-420 . -1022) 182353) ((-48 . -310) 182340) ((-1062 . -107) 182286) ((-481 . -491) 182223) ((-522 . -1215) T) ((-1166 . -340) 182175) ((-1140 . -491) 182146) ((-1166 . -379) 182098) ((-1086 . -1057) T) ((-439 . -102) T) ((-183 . -1099) T) ((-252 . -34) T) ((-251 . -34) T) ((-782 . -1057) T) ((-780 . -1057) T) ((-731 . -900) 182075) ((-456 . -1057) T) ((-59 . -491) 182059) ((-1034 . -1056) 182033) ((-521 . -491) 182017) ((-518 . -491) 182001) ((-499 . -491) 181985) ((-498 . -491) 181969) ((-245 . -516) 181902) ((-1034 . -111) 181869) ((-1173 . -900) 181782) ((-1172 . -900) 181688) ((-1166 . -900) 181521) ((-1125 . -900) 181505) ((-670 . -1111) T) ((-356 . -1150) T) ((-645 . -93) T) ((-323 . -1056) 181487) ((-252 . -791) 181466) ((-252 . -794) 181417) ((-31 . -492) 181398) ((-252 . -793) 181377) ((-251 . -791) 181356) ((-251 . -794) 181307) ((-251 . -793) 181286) ((-31 . -613) 181252) ((-50 . -1057) T) ((-252 . -726) 181162) ((-251 . -726) 181072) ((-1209 . -1099) T) ((-670 . -23) T) ((-583 . -1057) T) ((-520 . -1057) T) ((-381 . -1056) 181037) ((-323 . -111) 181012) ((-73 . -385) T) ((-73 . -397) T) ((-1024 . -38) 180949) ((-694 . -402) 180931) ((-99 . -102) T) ((-711 . -1099) T) ((-1293 . -1051) 180918) ((-1003 . -145) 180890) ((-1003 . -147) 180862) ((-870 . -646) 180834) ((-381 . -111) 180790) ((-320 . -1219) 180769) ((-476 . -1002) 180735) ((-356 . -38) 180700) ((-40 . -372) 180672) ((-873 . -613) 180544) ((-127 . -125) 180528) ((-121 . -125) 180512) ((-836 . -1056) 180482) ((-833 . -21) 180434) ((-827 . -1056) 180418) ((-833 . -25) 180370) ((-320 . -558) 180321) ((-519 . -616) 180302) ((-566 . -828) T) ((-240 . -1215) T) ((-1034 . -616) 180271) ((-836 . -111) 180236) ((-827 . -111) 180215) ((-1249 . -613) 180197) ((-1228 . -613) 180179) ((-1228 . -614) 179850) ((-1171 . -909) 179829) ((-1124 . -909) 179808) ((-48 . -38) 179773) ((-1287 . -1111) T) ((-602 . -613) 179685) ((-602 . -614) 179646) ((-1285 . -1111) T) ((-363 . -616) 179630) ((-323 . -616) 179614) ((-240 . -1038) 179441) ((-1171 . -648) 179366) ((-1124 . -648) 179291) ((-854 . -648) 179265) ((-718 . -613) 179247) ((-548 . -370) T) ((-1287 . -23) T) ((-1285 . -23) T) ((-493 . -1099) T) ((-381 . -616) 179197) ((-381 . -618) 179179) ((-1034 . -1049) T) ((-865 . -102) T) ((-1188 . -287) 179158) ((-169 . -370) 179109) ((-1004 . -1215) T) ((-836 . -616) 179063) ((-827 . -616) 179018) ((-44 . -23) T) ((-481 . -287) 178997) ((-587 . -1099) T) ((-1145 . -1108) 178966) ((-1103 . -1102) 178918) ((-392 . -21) T) ((-392 . -25) T) ((-152 . -1111) T) ((-1293 . -102) T) ((-1004 . -884) 178900) ((-1004 . -886) 178882) ((-1209 . -717) 178779) ((-623 . -231) 178763) ((-621 . -21) T) ((-290 . -558) T) ((-621 . -25) T) ((-1195 . -1099) T) ((-711 . -717) 178728) ((-240 . -379) 178697) ((-1004 . -1038) 178657) ((-381 . -1049) T) ((-223 . -1057) T) ((-117 . -231) 178634) ((-59 . -287) 178611) ((-152 . -23) T) ((-518 . -287) 178588) ((-328 . -516) 178521) ((-498 . -287) 178498) ((-381 . -243) T) ((-381 . -233) T) ((-836 . -1049) T) ((-827 . -1049) T) ((-712 . -949) 178467) ((-701 . -850) T) ((-476 . -613) 178449) ((-1251 . -1051) 178354) ((-582 . -646) 178326) ((-566 . -646) 178298) ((-497 . -646) 178248) ((-827 . -233) 178227) ((-134 . -850) T) ((-1251 . -640) 178119) ((-658 . -1099) T) ((-1188 . -604) 178098) ((-552 . -1191) 178077) ((-338 . -1099) T) ((-320 . -365) 178056) ((-409 . -147) 178035) ((-409 . -145) 178014) ((-964 . -1111) 177913) ((-240 . -900) 177845) ((-815 . -1111) 177755) ((-654 . -852) 177739) ((-481 . -604) 177718) ((-552 . -107) 177668) ((-1004 . -379) 177650) ((-1004 . -340) 177632) ((-97 . -1099) T) ((-964 . -23) 177443) ((-479 . -21) T) ((-479 . -25) T) ((-815 . -23) 177313) ((-1175 . -613) 177295) ((-59 . -19) 177279) ((-1175 . -614) 177201) ((-1171 . -726) T) ((-1124 . -726) T) ((-518 . -19) 177185) ((-498 . -19) 177169) ((-59 . -604) 177146) ((-1086 . -1099) T) ((-901 . -102) 177124) ((-854 . -726) T) ((-782 . -1099) T) ((-518 . -604) 177101) ((-498 . -604) 177078) ((-780 . -1099) T) ((-780 . -1064) 177045) ((-463 . -1099) T) ((-456 . -1099) T) ((-587 . -717) 177020) ((-649 . -1099) T) ((-1257 . -47) 176997) ((-1251 . -102) T) ((-1250 . -47) 176967) ((-1229 . -47) 176944) ((-1209 . -172) 176895) ((-1172 . -308) 176874) ((-1166 . -308) 176853) ((-1095 . -616) 176834) ((-1089 . -616) 176815) ((-1079 . -558) 176766) ((-1004 . -900) NIL) ((-1079 . -1219) 176717) ((-670 . -131) T) ((-627 . -1111) T) ((-1072 . -616) 176698) ((-1065 . -616) 176679) ((-1036 . -616) 176660) ((-1019 . -616) 176641) ((-699 . -646) 176591) ((-276 . -1099) T) ((-85 . -443) T) ((-85 . -397) T) ((-714 . -1056) 176561) ((-711 . -172) T) ((-50 . -1099) T) ((-596 . -47) 176538) ((-225 . -648) 176503) ((-583 . -1099) T) ((-520 . -1099) T) ((-489 . -820) T) ((-489 . -920) T) ((-361 . -1219) T) ((-355 . -1219) T) ((-347 . -1219) T) ((-320 . -1111) T) ((-317 . -1051) 176413) ((-314 . -1051) 176342) ((-108 . -1219) T) ((-626 . -616) 176323) ((-361 . -558) T) ((-217 . -920) T) ((-217 . -820) T) ((-317 . -640) 176233) ((-314 . -640) 176162) ((-355 . -558) T) ((-347 . -558) T) ((-485 . -616) 176143) ((-108 . -558) T) ((-658 . -717) 176113) ((-1166 . -1022) NIL) ((-218 . -616) 176094) ((-320 . -23) T) ((-67 . -1215) T) ((-1000 . -613) 176026) ((-694 . -231) 176008) ((-714 . -111) 175973) ((-644 . -34) T) ((-245 . -491) 175957) ((-1101 . -1097) 175941) ((-171 . -1099) T) ((-952 . -909) 175920) ((-1293 . -1150) T) ((-1289 . -21) T) ((-517 . -616) 175904) ((-1289 . -25) T) ((-1287 . -131) T) ((-1285 . -131) T) ((-483 . -909) 175883) ((-1278 . -102) T) ((-1261 . -613) 175849) ((-1250 . -1038) 175784) ((-1229 . -1215) 175763) ((-1229 . -886) NIL) ((-1229 . -884) 175715) ((-1086 . -717) 175564) ((-1061 . -648) 175551) ((-952 . -648) 175476) ((-782 . -717) 175305) ((-538 . -613) 175287) ((-538 . -614) 175268) ((-780 . -717) 175117) ((-1076 . -102) T) ((-383 . -25) T) ((-623 . -646) 175089) ((-383 . -21) T) ((-483 . -648) 175014) ((-463 . -717) 174985) ((-456 . -717) 174834) ((-987 . -102) T) ((-1229 . -1038) 174800) ((-1188 . -614) NIL) ((-1188 . -613) 174782) ((-737 . -102) T) ((-117 . -646) 174712) ((-605 . -616) 174694) ((-1141 . -1122) 174639) ((-1046 . -1208) 174568) ((-533 . -25) T) ((-901 . -310) 174506) ((-714 . -616) 174460) ((-681 . -93) T) ((-645 . -492) 174441) ((-141 . -102) T) ((-44 . -131) T) ((-676 . -93) T) ((-664 . -613) 174423) ((-345 . -1057) T) ((-290 . -1111) T) ((-645 . -613) 174376) ((-480 . -93) T) ((-357 . -613) 174358) ((-354 . -613) 174340) ((-346 . -613) 174322) ((-265 . -614) 174070) ((-265 . -613) 174052) ((-247 . -613) 174034) ((-247 . -614) 173895) ((-133 . -93) T) ((-138 . -93) T) ((-137 . -93) T) ((-1209 . -516) 173862) ((-1140 . -613) 173844) ((-1119 . -640) 173831) ((-819 . -857) T) ((-819 . -726) T) ((-602 . -289) 173808) ((-583 . -717) 173773) ((-481 . -614) NIL) ((-481 . -613) 173755) ((-520 . -717) 173700) ((-317 . -102) T) ((-314 . -102) T) ((-290 . -23) T) ((-152 . -131) T) ((-1119 . -1051) 173687) ((-910 . -613) 173669) ((-388 . -726) T) ((-872 . -1056) 173621) ((-910 . -614) 173603) ((-872 . -111) 173541) ((-714 . -1049) T) ((-712 . -1241) 173525) ((-694 . -351) NIL) ((-136 . -102) T) ((-114 . -102) T) ((-139 . -102) T) ((-521 . -613) 173457) ((-381 . -795) T) ((-223 . -1099) T) ((-381 . -792) T) ((-225 . -794) T) ((-225 . -791) T) ((-59 . -614) 173418) ((-59 . -613) 173330) ((-225 . -726) T) ((-518 . -614) 173291) ((-518 . -613) 173203) ((-499 . -613) 173135) ((-498 . -614) 173096) ((-498 . -613) 173008) ((-1079 . -365) 172959) ((-40 . -413) 172936) ((-77 . -1215) T) ((-871 . -909) NIL) ((-361 . -330) 172920) ((-361 . -365) T) ((-355 . -330) 172904) ((-355 . -365) T) ((-347 . -330) 172888) ((-347 . -365) T) ((-317 . -285) 172867) ((-108 . -365) T) ((-70 . -1215) T) ((-1229 . -340) 172819) ((-871 . -648) 172764) ((-1229 . -379) 172716) ((-964 . -131) 172571) ((-815 . -131) 172441) ((-958 . -651) 172425) ((-1086 . -172) 172336) ((-958 . -375) 172320) ((-1061 . -794) T) ((-1061 . -791) T) ((-872 . -616) 172218) ((-782 . -172) 172109) ((-780 . -172) 172020) ((-816 . -47) 171982) ((-1061 . -726) T) ((-328 . -491) 171966) ((-952 . -726) T) ((-456 . -172) 171877) ((-245 . -287) 171854) ((-1278 . -310) 171792) ((-1257 . -900) 171705) ((-1250 . -900) 171611) ((-483 . -726) T) ((-1249 . -1056) 171446) ((-1229 . -900) 171279) ((-1228 . -1056) 171087) ((-1209 . -291) 171066) ((-1185 . -1215) T) ((-1182 . -370) T) ((-1181 . -370) T) ((-1145 . -151) 171050) ((-1119 . -102) T) ((-1117 . -1099) T) ((-1079 . -23) T) ((-1079 . -1111) T) ((-1074 . -102) T) ((-927 . -955) T) ((-737 . -310) 170988) ((-75 . -1215) T) ((-664 . -384) 170960) ((-169 . -909) 170913) ((-30 . -955) T) ((-112 . -844) T) ((-1 . -613) 170895) ((-1003 . -411) 170867) ((-128 . -651) 170849) ((-50 . -620) 170833) ((-694 . -646) 170768) ((-596 . -900) 170681) ((-440 . -102) T) ((-128 . -375) 170663) ((-141 . -310) NIL) ((-872 . -1049) T) ((-833 . -850) 170642) ((-81 . -1215) T) ((-711 . -291) T) ((-40 . -1057) T) ((-583 . -172) T) ((-520 . -172) T) ((-513 . -613) 170624) ((-169 . -648) 170534) ((-509 . -613) 170516) ((-353 . -147) 170498) ((-353 . -145) T) ((-361 . -1111) T) ((-355 . -1111) T) ((-347 . -1111) T) ((-1004 . -308) T) ((-914 . -308) T) ((-872 . -243) T) ((-108 . -1111) T) ((-872 . -233) 170477) ((-1249 . -111) 170298) ((-1228 . -111) 170087) ((-245 . -1253) 170071) ((-566 . -848) T) ((-361 . -23) T) ((-356 . -351) T) ((-317 . -310) 170058) ((-314 . -310) 169999) ((-355 . -23) T) ((-320 . -131) T) ((-347 . -23) T) ((-1004 . -1022) T) ((-31 . -616) 169980) ((-108 . -23) T) ((-654 . -1051) 169964) ((-245 . -604) 169941) ((-334 . -1099) T) ((-654 . -640) 169911) ((-1251 . -38) 169803) ((-1238 . -909) 169782) ((-112 . -1099) T) ((-1035 . -102) T) ((-1238 . -648) 169707) ((-871 . -794) NIL) ((-855 . -648) 169681) ((-871 . -791) NIL) ((-816 . -886) NIL) ((-871 . -726) T) ((-1086 . -516) 169554) ((-782 . -516) 169501) ((-780 . -516) 169453) ((-573 . -648) 169440) ((-816 . -1038) 169268) ((-456 . -516) 169211) ((-390 . -391) T) ((-1249 . -616) 169024) ((-1228 . -616) 168772) ((-60 . -1215) T) ((-621 . -850) 168751) ((-502 . -661) T) ((-1145 . -976) 168720) ((-1024 . -646) 168657) ((-1003 . -454) T) ((-699 . -848) T) ((-512 . -792) T) ((-476 . -1056) 168492) ((-345 . -1099) T) ((-314 . -1150) NIL) ((-290 . -131) T) ((-396 . -1099) T) ((-870 . -1057) T) ((-694 . -372) 168459) ((-356 . -646) 168389) ((-223 . -620) 168366) ((-328 . -287) 168343) ((-476 . -111) 168164) ((-1249 . -1049) T) ((-1228 . -1049) T) ((-816 . -379) 168148) ((-169 . -726) T) ((-654 . -102) T) ((-1249 . -243) 168127) ((-1249 . -233) 168079) ((-1228 . -233) 167984) ((-1228 . -243) 167963) ((-1003 . -404) NIL) ((-670 . -639) 167911) ((-317 . -38) 167821) ((-314 . -38) 167750) ((-69 . -613) 167732) ((-320 . -495) 167698) ((-48 . -646) 167648) ((-1188 . -289) 167627) ((-1223 . -850) T) ((-1112 . -1111) 167537) ((-83 . -1215) T) ((-61 . -613) 167519) ((-481 . -289) 167498) ((-1280 . -1038) 167475) ((-1163 . -1099) T) ((-1112 . -23) 167345) ((-816 . -900) 167281) ((-1238 . -726) T) ((-1101 . -1215) T) ((-476 . -616) 167107) ((-1086 . -291) 167038) ((-966 . -1099) T) ((-893 . -102) T) ((-782 . -291) 166949) ((-328 . -19) 166933) ((-59 . -289) 166910) ((-780 . -291) 166841) ((-855 . -726) T) ((-117 . -848) NIL) ((-518 . -289) 166818) ((-328 . -604) 166795) ((-498 . -289) 166772) ((-456 . -291) 166703) ((-1035 . -310) 166554) ((-681 . -492) 166535) ((-573 . -726) T) ((-676 . -492) 166516) ((-681 . -613) 166466) ((-676 . -613) 166432) ((-662 . -613) 166414) ((-480 . -492) 166395) ((-480 . -613) 166361) ((-245 . -614) 166322) ((-245 . -492) 166299) ((-138 . -492) 166280) ((-137 . -492) 166261) ((-133 . -492) 166242) ((-245 . -613) 166134) ((-213 . -102) T) ((-138 . -613) 166100) ((-137 . -613) 166066) ((-133 . -613) 166032) ((-1146 . -34) T) ((-943 . -1215) T) ((-345 . -717) 165977) ((-670 . -25) T) ((-670 . -21) T) ((-1175 . -616) 165958) ((-476 . -1049) T) ((-635 . -419) 165923) ((-607 . -419) 165888) ((-1119 . -1150) T) ((-712 . -1051) 165711) ((-583 . -291) T) ((-520 . -291) T) ((-1250 . -308) 165690) ((-476 . -233) 165642) ((-476 . -243) 165621) ((-1229 . -308) 165600) ((-712 . -640) 165429) ((-1229 . -1022) NIL) ((-1079 . -131) T) ((-872 . -795) 165408) ((-144 . -102) T) ((-40 . -1099) T) ((-872 . -792) 165387) ((-644 . -1010) 165371) ((-582 . -1057) T) ((-566 . -1057) T) ((-497 . -1057) T) ((-409 . -454) T) ((-361 . -131) T) ((-317 . -402) 165355) ((-314 . -402) 165316) ((-355 . -131) T) ((-347 . -131) T) ((-1180 . -1099) T) ((-1119 . -38) 165303) ((-1093 . -613) 165270) ((-108 . -131) T) ((-954 . -1099) T) ((-921 . -1099) T) ((-771 . -1099) T) ((-672 . -1099) T) ((-701 . -147) T) ((-116 . -147) T) ((-1287 . -21) T) ((-1287 . -25) T) ((-1285 . -21) T) ((-1285 . -25) T) ((-664 . -1056) 165254) ((-533 . -850) T) ((-502 . -850) T) ((-357 . -1056) 165206) ((-354 . -1056) 165158) ((-346 . -1056) 165110) ((-252 . -1215) T) ((-251 . -1215) T) ((-265 . -1056) 164953) ((-247 . -1056) 164796) ((-664 . -111) 164775) ((-549 . -844) T) ((-357 . -111) 164713) ((-354 . -111) 164651) ((-346 . -111) 164589) ((-265 . -111) 164418) ((-247 . -111) 164247) ((-817 . -1219) 164226) ((-623 . -413) 164210) ((-44 . -21) T) ((-44 . -25) T) ((-815 . -639) 164116) ((-817 . -558) 164095) ((-252 . -1038) 163922) ((-251 . -1038) 163749) ((-126 . -119) 163733) ((-910 . -1056) 163698) ((-712 . -102) T) ((-699 . -1057) T) ((-538 . -618) 163601) ((-345 . -172) T) ((-88 . -613) 163583) ((-152 . -21) T) ((-152 . -25) T) ((-910 . -111) 163539) ((-40 . -717) 163484) ((-870 . -1099) T) ((-664 . -616) 163461) ((-645 . -616) 163442) ((-357 . -616) 163379) ((-354 . -616) 163316) ((-549 . -1099) T) ((-346 . -616) 163253) ((-328 . -614) 163214) ((-328 . -613) 163126) ((-265 . -616) 162879) ((-247 . -616) 162664) ((-1228 . -792) 162617) ((-1228 . -795) 162570) ((-252 . -379) 162539) ((-251 . -379) 162508) ((-654 . -38) 162478) ((-608 . -34) T) ((-484 . -1111) 162388) ((-477 . -34) T) ((-1112 . -131) 162258) ((-964 . -25) 162069) ((-910 . -616) 162019) ((-874 . -613) 162001) ((-964 . -21) 161956) ((-815 . -21) 161866) ((-815 . -25) 161717) ((-1221 . -370) T) ((-623 . -1057) T) ((-1177 . -558) 161696) ((-1171 . -47) 161673) ((-357 . -1049) T) ((-354 . -1049) T) ((-484 . -23) 161543) ((-346 . -1049) T) ((-265 . -1049) T) ((-247 . -1049) T) ((-1124 . -47) 161515) ((-117 . -1057) T) ((-1034 . -648) 161489) ((-958 . -34) T) ((-357 . -233) 161468) ((-357 . -243) T) ((-354 . -233) 161447) ((-354 . -243) T) ((-346 . -233) 161426) ((-346 . -243) T) ((-265 . -327) 161398) ((-247 . -327) 161355) ((-265 . -233) 161334) ((-1155 . -151) 161318) ((-252 . -900) 161250) ((-251 . -900) 161182) ((-1081 . -850) T) ((-416 . -1111) T) ((-1054 . -23) T) ((-910 . -1049) T) ((-323 . -648) 161164) ((-1024 . -848) T) ((-1209 . -1002) 161130) ((-1172 . -920) 161109) ((-1166 . -920) 161088) ((-1166 . -820) NIL) ((-999 . -1051) 160984) ((-910 . -243) T) ((-817 . -365) 160963) ((-387 . -23) T) ((-127 . -1099) 160941) ((-121 . -1099) 160919) ((-910 . -233) T) ((-128 . -34) T) ((-381 . -648) 160884) ((-999 . -640) 160832) ((-870 . -717) 160819) ((-1293 . -646) 160791) ((-1046 . -151) 160756) ((-40 . -172) T) ((-694 . -413) 160738) ((-712 . -310) 160725) ((-836 . -648) 160685) ((-827 . -648) 160659) ((-320 . -25) T) ((-320 . -21) T) ((-658 . -287) 160638) ((-582 . -1099) T) ((-566 . -1099) T) ((-497 . -1099) T) ((-245 . -289) 160615) ((-314 . -231) 160576) ((-1171 . -886) NIL) ((-55 . -1099) T) ((-1124 . -886) 160435) ((-129 . -850) T) ((-1171 . -1038) 160315) ((-1124 . -1038) 160198) ((-183 . -613) 160180) ((-854 . -1038) 160076) ((-782 . -287) 160003) ((-817 . -1111) T) ((-1034 . -726) T) ((-602 . -651) 159987) ((-1046 . -976) 159916) ((-999 . -102) T) ((-817 . -23) T) ((-712 . -1150) 159894) ((-694 . -1057) T) ((-602 . -375) 159878) ((-353 . -454) T) ((-345 . -291) T) ((-1266 . -1099) T) ((-248 . -1099) T) ((-401 . -102) T) ((-290 . -21) T) ((-290 . -25) T) ((-363 . -726) T) ((-710 . -1099) T) ((-699 . -1099) T) ((-363 . -475) T) ((-1209 . -613) 159860) ((-1171 . -379) 159844) ((-1124 . -379) 159828) ((-1024 . -413) 159790) ((-141 . -229) 159772) ((-381 . -794) T) ((-381 . -791) T) ((-870 . -172) T) ((-381 . -726) T) ((-711 . -613) 159754) ((-712 . -38) 159583) ((-1265 . -1263) 159567) ((-353 . -404) T) ((-1265 . -1099) 159517) ((-582 . -717) 159504) ((-566 . -717) 159491) ((-497 . -717) 159456) ((-1251 . -646) 159346) ((-317 . -629) 159325) ((-836 . -726) T) ((-827 . -726) T) ((-644 . -1215) T) ((-1079 . -639) 159273) ((-1171 . -900) 159216) ((-1124 . -900) 159200) ((-662 . -1056) 159184) ((-108 . -639) 159166) ((-484 . -131) 159036) ((-1177 . -1111) T) ((-952 . -47) 159005) ((-623 . -1099) T) ((-662 . -111) 158984) ((-493 . -613) 158950) ((-328 . -289) 158927) ((-483 . -47) 158884) ((-1177 . -23) T) ((-117 . -1099) T) ((-103 . -102) 158862) ((-1277 . -1111) T) ((-550 . -850) T) ((-1054 . -131) T) ((-1024 . -1057) T) ((-819 . -1038) 158846) ((-1003 . -724) 158818) ((-1277 . -23) T) ((-699 . -717) 158783) ((-587 . -613) 158765) ((-388 . -1038) 158749) ((-356 . -1057) T) ((-387 . -131) T) ((-325 . -1038) 158733) ((-1195 . -613) 158715) ((-1119 . -828) T) ((-225 . -886) 158697) ((-1004 . -920) T) ((-91 . -34) T) ((-1004 . -820) T) ((-914 . -920) T) ((-1104 . -1099) T) ((-1079 . -21) T) ((-489 . -1219) T) ((-1079 . -25) T) ((-999 . -310) 158662) ((-714 . -648) 158622) ((-217 . -1219) T) ((-681 . -616) 158603) ((-225 . -1038) 158563) ((-40 . -291) T) ((-676 . -616) 158544) ((-489 . -558) T) ((-480 . -616) 158525) ((-317 . -646) 158209) ((-314 . -646) 158123) ((-361 . -25) T) ((-361 . -21) T) ((-355 . -25) T) ((-217 . -558) T) ((-355 . -21) T) ((-347 . -25) T) ((-347 . -21) T) ((-245 . -616) 158100) ((-138 . -616) 158081) ((-137 . -616) 158062) ((-133 . -616) 158043) ((-108 . -25) T) ((-108 . -21) T) ((-48 . -1057) T) ((-582 . -172) T) ((-566 . -172) T) ((-497 . -172) T) ((-658 . -613) 158025) ((-737 . -736) 158009) ((-338 . -613) 157991) ((-68 . -385) T) ((-68 . -397) T) ((-1101 . -107) 157975) ((-1061 . -886) 157957) ((-952 . -886) 157882) ((-653 . -1111) T) ((-623 . -717) 157869) ((-483 . -886) NIL) ((-1145 . -102) T) ((-1093 . -618) 157853) ((-1061 . -1038) 157835) ((-97 . -613) 157817) ((-479 . -147) T) ((-952 . -1038) 157697) ((-117 . -717) 157642) ((-653 . -23) T) ((-483 . -1038) 157518) ((-1086 . -614) NIL) ((-1086 . -613) 157500) ((-782 . -614) NIL) ((-782 . -613) 157461) ((-780 . -614) 157095) ((-780 . -613) 157009) ((-1112 . -639) 156915) ((-463 . -613) 156897) ((-456 . -613) 156879) ((-456 . -614) 156740) ((-1035 . -229) 156686) ((-872 . -909) 156665) ((-126 . -34) T) ((-817 . -131) T) ((-649 . -613) 156647) ((-580 . -102) T) ((-357 . -1284) 156631) ((-354 . -1284) 156615) ((-346 . -1284) 156599) ((-127 . -516) 156532) ((-121 . -516) 156465) ((-513 . -792) T) ((-513 . -795) T) ((-512 . -794) T) ((-103 . -310) 156403) ((-222 . -102) 156381) ((-699 . -172) T) ((-694 . -1099) T) ((-872 . -648) 156333) ((-65 . -386) T) ((-276 . -613) 156315) ((-65 . -397) T) ((-952 . -379) 156299) ((-870 . -291) T) ((-50 . -613) 156281) ((-999 . -38) 156229) ((-1119 . -646) 156201) ((-583 . -613) 156183) ((-483 . -379) 156167) ((-583 . -614) 156149) ((-520 . -613) 156131) ((-910 . -1284) 156118) ((-871 . -1215) T) ((-701 . -454) T) ((-497 . -516) 156084) ((-489 . -365) T) ((-357 . -370) 156063) ((-354 . -370) 156042) ((-346 . -370) 156021) ((-714 . -726) T) ((-217 . -365) T) ((-116 . -454) T) ((-1288 . -1279) 156005) ((-871 . -884) 155982) ((-871 . -886) NIL) ((-964 . -850) 155881) ((-815 . -850) 155832) ((-1222 . -102) T) ((-654 . -656) 155816) ((-1201 . -34) T) ((-171 . -613) 155798) ((-1112 . -21) 155708) ((-1112 . -25) 155559) ((-871 . -1038) 155536) ((-952 . -900) 155517) ((-1238 . -47) 155494) ((-910 . -370) T) ((-59 . -651) 155478) ((-518 . -651) 155462) ((-483 . -900) 155439) ((-71 . -443) T) ((-71 . -397) T) ((-498 . -651) 155423) ((-59 . -375) 155407) ((-623 . -172) T) ((-518 . -375) 155391) ((-498 . -375) 155375) ((-827 . -708) 155359) ((-1171 . -308) 155338) ((-1177 . -131) T) ((-1141 . -1051) 155322) ((-117 . -172) T) ((-1141 . -640) 155254) ((-1145 . -310) 155192) ((-169 . -1215) T) ((-1277 . -131) T) ((-866 . -1051) 155162) ((-635 . -744) 155146) ((-607 . -744) 155130) ((-1250 . -920) 155109) ((-1229 . -920) 155088) ((-1229 . -820) NIL) ((-866 . -640) 155058) ((-694 . -717) 155008) ((-1228 . -909) 154961) ((-1024 . -1099) T) ((-871 . -379) 154938) ((-871 . -340) 154915) ((-905 . -1111) T) ((-169 . -884) 154899) ((-169 . -886) 154824) ((-489 . -1111) T) ((-356 . -1099) T) ((-217 . -1111) T) ((-76 . -443) T) ((-76 . -397) T) ((-169 . -1038) 154720) ((-320 . -850) T) ((-1265 . -516) 154653) ((-1249 . -648) 154550) ((-1228 . -648) 154420) ((-872 . -794) 154399) ((-872 . -791) 154378) ((-872 . -726) T) ((-489 . -23) T) ((-223 . -613) 154360) ((-174 . -454) T) ((-222 . -310) 154298) ((-86 . -443) T) ((-86 . -397) T) ((-217 . -23) T) ((-1289 . -1282) 154277) ((-677 . -1038) 154261) ((-582 . -291) T) ((-566 . -291) T) ((-497 . -291) T) ((-136 . -472) 154216) ((-654 . -646) 154175) ((-48 . -1099) T) ((-712 . -231) 154159) ((-871 . -900) NIL) ((-1238 . -886) NIL) ((-889 . -102) T) ((-885 . -102) T) ((-390 . -1099) T) ((-169 . -379) 154143) ((-169 . -340) 154127) ((-1238 . -1038) 154007) ((-855 . -1038) 153903) ((-1141 . -102) T) ((-653 . -131) T) ((-117 . -516) 153811) ((-662 . -792) 153790) ((-662 . -795) 153769) ((-573 . -1038) 153751) ((-295 . -1272) 153721) ((-866 . -102) T) ((-963 . -558) 153700) ((-1209 . -1056) 153583) ((-1003 . -1051) 153528) ((-484 . -639) 153434) ((-904 . -1099) T) ((-1024 . -717) 153371) ((-711 . -1056) 153336) ((-1003 . -640) 153281) ((-617 . -102) T) ((-602 . -34) T) ((-1146 . -1215) T) ((-1209 . -111) 153150) ((-476 . -648) 153047) ((-356 . -717) 152992) ((-169 . -900) 152951) ((-699 . -291) T) ((-694 . -172) T) ((-711 . -111) 152907) ((-1293 . -1057) T) ((-1238 . -379) 152891) ((-420 . -1219) 152869) ((-1117 . -613) 152851) ((-314 . -848) NIL) ((-420 . -558) T) ((-225 . -308) T) ((-1228 . -791) 152804) ((-1228 . -794) 152757) ((-1249 . -726) T) ((-1228 . -726) T) ((-48 . -717) 152722) ((-225 . -1022) T) ((-353 . -1272) 152699) ((-1251 . -413) 152665) ((-718 . -726) T) ((-334 . -613) 152647) ((-1238 . -900) 152590) ((-1209 . -616) 152472) ((-112 . -613) 152454) ((-112 . -614) 152436) ((-718 . -475) T) ((-711 . -616) 152386) ((-1288 . -1051) 152370) ((-484 . -21) 152280) ((-127 . -491) 152264) ((-121 . -491) 152248) ((-484 . -25) 152099) ((-1288 . -640) 152069) ((-623 . -291) T) ((-587 . -1056) 152044) ((-439 . -1099) T) ((-1061 . -308) T) ((-117 . -291) T) ((-1103 . -102) T) ((-1003 . -102) T) ((-587 . -111) 152012) ((-1141 . -310) 151950) ((-1209 . -1049) T) ((-1061 . -1022) T) ((-66 . -1215) T) ((-1054 . -25) T) ((-1054 . -21) T) ((-711 . -1049) T) ((-387 . -21) T) ((-387 . -25) T) ((-694 . -516) NIL) ((-1024 . -172) T) ((-711 . -243) T) ((-1061 . -547) T) ((-712 . -646) 151860) ((-508 . -102) T) ((-504 . -102) T) ((-356 . -172) T) ((-345 . -613) 151842) ((-409 . -1051) 151794) ((-396 . -613) 151776) ((-1119 . -848) T) ((-476 . -726) T) ((-892 . -1038) 151744) ((-409 . -640) 151696) ((-108 . -850) T) ((-658 . -1056) 151680) ((-489 . -131) T) ((-1251 . -1057) T) ((-217 . -131) T) ((-1155 . -102) 151658) ((-99 . -1099) T) ((-245 . -666) 151642) ((-245 . -651) 151626) ((-658 . -111) 151605) ((-587 . -616) 151589) ((-317 . -413) 151573) ((-245 . -375) 151557) ((-1158 . -235) 151504) ((-999 . -231) 151488) ((-74 . -1215) T) ((-48 . -172) T) ((-701 . -389) T) ((-701 . -143) T) ((-1288 . -102) T) ((-1195 . -616) 151470) ((-1086 . -1056) 151313) ((-265 . -909) 151292) ((-247 . -909) 151271) ((-782 . -1056) 151094) ((-780 . -1056) 150937) ((-608 . -1215) T) ((-1163 . -613) 150919) ((-1086 . -111) 150748) ((-1046 . -102) T) ((-477 . -1215) T) ((-463 . -1056) 150719) ((-456 . -1056) 150562) ((-664 . -648) 150546) ((-871 . -308) T) ((-782 . -111) 150355) ((-780 . -111) 150184) ((-357 . -648) 150136) ((-354 . -648) 150088) ((-346 . -648) 150040) ((-265 . -648) 149965) ((-247 . -648) 149890) ((-1157 . -850) T) ((-1087 . -1038) 149874) ((-463 . -111) 149835) ((-456 . -111) 149664) ((-1075 . -1038) 149641) ((-1000 . -34) T) ((-966 . -613) 149623) ((-958 . -1215) T) ((-126 . -1010) 149607) ((-963 . -1111) T) ((-871 . -1022) NIL) ((-735 . -1111) T) ((-715 . -1111) T) ((-658 . -616) 149525) ((-1265 . -491) 149509) ((-1141 . -38) 149469) ((-963 . -23) T) ((-910 . -648) 149434) ((-865 . -1099) T) ((-843 . -102) T) ((-817 . -21) T) ((-635 . -1051) 149418) ((-607 . -1051) 149402) ((-817 . -25) T) ((-735 . -23) T) ((-715 . -23) T) ((-635 . -640) 149386) ((-110 . -661) T) ((-607 . -640) 149370) ((-583 . -1056) 149335) ((-520 . -1056) 149280) ((-227 . -57) 149238) ((-455 . -23) T) ((-409 . -102) T) ((-264 . -102) T) ((-694 . -291) T) ((-866 . -38) 149208) ((-583 . -111) 149164) ((-520 . -111) 149093) ((-1086 . -616) 148829) ((-420 . -1111) T) ((-317 . -1057) 148719) ((-314 . -1057) T) ((-128 . -1215) T) ((-782 . -616) 148467) ((-780 . -616) 148233) ((-658 . -1049) T) ((-1293 . -1099) T) ((-456 . -616) 148018) ((-169 . -308) 147949) ((-420 . -23) T) ((-40 . -613) 147931) ((-40 . -614) 147915) ((-108 . -992) 147897) ((-116 . -869) 147881) ((-649 . -616) 147865) ((-48 . -516) 147831) ((-1201 . -1010) 147815) ((-1180 . -613) 147782) ((-1188 . -34) T) ((-954 . -613) 147748) ((-921 . -613) 147730) ((-1112 . -850) 147681) ((-771 . -613) 147663) ((-672 . -613) 147645) ((-1155 . -310) 147583) ((-481 . -34) T) ((-1091 . -1215) T) ((-479 . -454) T) ((-1140 . -34) T) ((-1086 . -1049) T) ((-50 . -616) 147552) ((-782 . -1049) T) ((-780 . -1049) T) ((-647 . -235) 147536) ((-632 . -235) 147482) ((-583 . -616) 147432) ((-520 . -616) 147362) ((-1238 . -308) 147341) ((-1086 . -327) 147302) ((-456 . -1049) T) ((-1177 . -21) T) ((-1086 . -233) 147281) ((-782 . -327) 147258) ((-782 . -233) T) ((-780 . -327) 147230) ((-731 . -1219) 147209) ((-328 . -651) 147193) ((-1177 . -25) T) ((-59 . -34) T) ((-521 . -34) T) ((-518 . -34) T) ((-456 . -327) 147172) ((-328 . -375) 147156) ((-499 . -34) T) ((-498 . -34) T) ((-1003 . -1150) NIL) ((-731 . -558) 147087) ((-635 . -102) T) ((-607 . -102) T) ((-357 . -726) T) ((-354 . -726) T) ((-346 . -726) T) ((-265 . -726) T) ((-247 . -726) T) ((-1046 . -310) 146995) ((-901 . -1099) 146973) ((-50 . -1049) T) ((-1277 . -21) T) ((-1277 . -25) T) ((-1173 . -558) 146952) ((-1172 . -1219) 146931) ((-1172 . -558) 146882) ((-583 . -1049) T) ((-520 . -1049) T) ((-1166 . -1219) 146861) ((-363 . -1038) 146845) ((-323 . -1038) 146829) ((-1024 . -291) T) ((-381 . -886) 146811) ((-1166 . -558) 146762) ((-1003 . -38) 146707) ((-999 . -646) 146630) ((-799 . -1111) T) ((-910 . -726) T) ((-583 . -243) T) ((-583 . -233) T) ((-520 . -233) T) ((-520 . -243) T) ((-1125 . -558) 146609) ((-356 . -291) T) ((-647 . -695) 146593) ((-381 . -1038) 146553) ((-295 . -1051) 146474) ((-1119 . -1057) T) ((-103 . -125) 146458) ((-295 . -640) 146400) ((-799 . -23) T) ((-1287 . -1282) 146376) ((-1265 . -287) 146353) ((-409 . -310) 146318) ((-1285 . -1282) 146297) ((-1251 . -1099) T) ((-870 . -613) 146279) ((-836 . -1038) 146248) ((-203 . -787) T) ((-202 . -787) T) ((-201 . -787) T) ((-200 . -787) T) ((-199 . -787) T) ((-198 . -787) T) ((-197 . -787) T) ((-196 . -787) T) ((-195 . -787) T) ((-194 . -787) T) ((-549 . -613) 146230) ((-497 . -1002) T) ((-275 . -839) T) ((-274 . -839) T) ((-273 . -839) T) ((-272 . -839) T) ((-48 . -291) T) ((-271 . -839) T) ((-270 . -839) T) ((-269 . -839) T) ((-193 . -787) T) ((-612 . -850) T) ((-654 . -413) 146214) ((-223 . -616) 146176) ((-110 . -850) T) ((-653 . -21) T) ((-653 . -25) T) ((-1288 . -38) 146146) ((-117 . -287) 146097) ((-1265 . -19) 146081) ((-1265 . -604) 146058) ((-1278 . -1099) T) ((-353 . -1051) 146003) ((-1076 . -1099) T) ((-987 . -1099) T) ((-963 . -131) T) ((-737 . -1099) T) ((-353 . -640) 145948) ((-735 . -131) T) ((-715 . -131) T) ((-513 . -793) T) ((-513 . -794) T) ((-455 . -131) T) ((-409 . -1150) 145926) ((-223 . -1049) T) ((-295 . -102) 145708) ((-141 . -1099) T) ((-699 . -1002) T) ((-91 . -1215) T) ((-127 . -613) 145640) ((-121 . -613) 145572) ((-1293 . -172) T) ((-1172 . -365) 145551) ((-1166 . -365) 145530) ((-317 . -1099) T) ((-420 . -131) T) ((-314 . -1099) T) ((-409 . -38) 145482) ((-1132 . -102) T) ((-1251 . -717) 145374) ((-654 . -1057) T) ((-1134 . -1260) T) ((-320 . -145) 145353) ((-320 . -147) 145332) ((-136 . -1099) T) ((-139 . -1099) T) ((-114 . -1099) T) ((-858 . -102) T) ((-582 . -613) 145314) ((-566 . -614) 145213) ((-566 . -613) 145195) ((-497 . -613) 145177) ((-497 . -614) 145122) ((-487 . -23) T) ((-484 . -850) 145073) ((-489 . -639) 145055) ((-965 . -613) 145037) ((-217 . -639) 145019) ((-225 . -406) T) ((-662 . -648) 145003) ((-55 . -613) 144985) ((-1171 . -920) 144964) ((-731 . -1111) T) ((-353 . -102) T) ((-1214 . -1082) T) ((-1119 . -844) T) ((-818 . -850) T) ((-731 . -23) T) ((-345 . -1056) 144909) ((-1157 . -1156) T) ((-1146 . -107) 144893) ((-1173 . -1111) T) ((-1172 . -1111) T) ((-517 . -1038) 144877) ((-1166 . -1111) T) ((-1125 . -1111) T) ((-345 . -111) 144806) ((-1004 . -1219) T) ((-126 . -1215) T) ((-914 . -1219) T) ((-694 . -287) NIL) ((-1266 . -613) 144788) ((-1173 . -23) T) ((-1172 . -23) T) ((-1166 . -23) T) ((-1004 . -558) T) ((-1141 . -231) 144772) ((-914 . -558) T) ((-1125 . -23) T) ((-248 . -613) 144754) ((-1074 . -1099) T) ((-799 . -131) T) ((-710 . -613) 144736) ((-317 . -717) 144646) ((-314 . -717) 144575) ((-699 . -613) 144557) ((-699 . -614) 144502) ((-409 . -402) 144486) ((-440 . -1099) T) ((-489 . -25) T) ((-489 . -21) T) ((-1119 . -1099) T) ((-217 . -25) T) ((-217 . -21) T) ((-712 . -413) 144470) ((-714 . -1038) 144439) ((-1265 . -613) 144351) ((-1265 . -614) 144312) ((-1251 . -172) T) ((-245 . -34) T) ((-345 . -616) 144242) ((-396 . -616) 144224) ((-926 . -974) T) ((-1201 . -1215) T) ((-662 . -791) 144203) ((-662 . -794) 144182) ((-400 . -397) T) ((-525 . -102) 144160) ((-1035 . -1099) T) ((-222 . -995) 144144) ((-506 . -102) T) ((-623 . -613) 144126) ((-45 . -850) NIL) ((-623 . -614) 144103) ((-1035 . -610) 144078) ((-901 . -516) 144011) ((-345 . -1049) T) ((-117 . -614) NIL) ((-117 . -613) 143993) ((-872 . -1215) T) ((-670 . -419) 143977) ((-670 . -1122) 143922) ((-502 . -151) 143904) ((-345 . -233) T) ((-345 . -243) T) ((-40 . -1056) 143849) ((-872 . -884) 143833) ((-872 . -886) 143758) ((-712 . -1057) T) ((-694 . -1002) NIL) ((-1249 . -47) 143728) ((-1228 . -47) 143705) ((-1140 . -1010) 143676) ((-3 . |UnionCategory|) T) ((-1119 . -717) 143663) ((-1104 . -613) 143645) ((-1079 . -147) 143624) ((-1079 . -145) 143575) ((-966 . -616) 143559) ((-225 . -920) T) ((-40 . -111) 143488) ((-872 . -1038) 143352) ((-1004 . -365) T) ((-1003 . -231) 143329) ((-701 . -1051) 143316) ((-914 . -365) T) ((-701 . -640) 143303) ((-320 . -1203) 143269) ((-381 . -308) T) ((-320 . -1200) 143235) ((-317 . -172) 143214) ((-314 . -172) T) ((-583 . -1284) 143201) ((-520 . -1284) 143178) ((-361 . -147) 143157) ((-116 . -1051) 143144) ((-361 . -145) 143095) ((-355 . -147) 143074) ((-355 . -145) 143025) ((-347 . -147) 143004) ((-608 . -1191) 142980) ((-116 . -640) 142967) ((-347 . -145) 142918) ((-320 . -35) 142884) ((-477 . -1191) 142863) ((0 . |EnumerationCategory|) T) ((-320 . -95) 142829) ((-381 . -1022) T) ((-108 . -147) T) ((-108 . -145) NIL) ((-45 . -235) 142779) ((-654 . -1099) T) ((-608 . -107) 142726) ((-487 . -131) T) ((-477 . -107) 142676) ((-240 . -1111) 142586) ((-872 . -379) 142570) ((-872 . -340) 142554) ((-240 . -23) 142424) ((-40 . -616) 142354) ((-1061 . -920) T) ((-1061 . -820) T) ((-583 . -370) T) ((-520 . -370) T) ((-1278 . -516) 142287) ((-1257 . -558) 142266) ((-353 . -1150) T) ((-328 . -34) T) ((-44 . -419) 142250) ((-1180 . -616) 142186) ((-873 . -1215) T) ((-392 . -744) 142170) ((-1250 . -1219) 142149) ((-1250 . -558) 142100) ((-1141 . -646) 142059) ((-731 . -131) T) ((-672 . -616) 142043) ((-1229 . -1219) 142022) ((-1229 . -558) 141973) ((-1228 . -1215) 141952) ((-1228 . -886) 141825) ((-1228 . -884) 141795) ((-1173 . -131) T) ((-312 . -1082) T) ((-1172 . -131) T) ((-737 . -516) 141728) ((-1166 . -131) T) ((-1125 . -131) T) ((-893 . -1099) T) ((-144 . -844) T) ((-1024 . -1002) T) ((-691 . -613) 141710) ((-1004 . -23) T) ((-525 . -310) 141648) ((-1004 . -1111) T) ((-141 . -516) NIL) ((-866 . -646) 141593) ((-1003 . -351) NIL) ((-971 . -23) T) ((-914 . -1111) T) ((-353 . -38) 141558) ((-914 . -23) T) ((-872 . -900) 141517) ((-82 . -613) 141499) ((-40 . -1049) T) ((-870 . -1056) 141486) ((-870 . -111) 141471) ((-701 . -102) T) ((-694 . -613) 141453) ((-602 . -1215) T) ((-597 . -558) 141432) ((-429 . -1111) T) ((-341 . -1051) 141416) ((-213 . -1099) T) ((-174 . -1051) 141348) ((-476 . -47) 141318) ((-134 . -102) T) ((-40 . -233) 141290) ((-40 . -243) T) ((-116 . -102) T) ((-596 . -558) 141269) ((-341 . -640) 141253) ((-694 . -614) 141161) ((-317 . -516) 141127) ((-174 . -640) 141059) ((-314 . -516) 140951) ((-1249 . -1038) 140935) ((-1228 . -1038) 140721) ((-999 . -413) 140705) ((-429 . -23) T) ((-1119 . -172) T) ((-1251 . -291) T) ((-654 . -717) 140675) ((-144 . -1099) T) ((-48 . -1002) T) ((-409 . -231) 140659) ((-296 . -235) 140609) ((-871 . -920) T) ((-871 . -820) NIL) ((-870 . -616) 140581) ((-864 . -850) T) ((-1228 . -340) 140551) ((-1228 . -379) 140521) ((-222 . -1120) 140505) ((-1265 . -289) 140482) ((-1209 . -648) 140407) ((-1003 . -646) 140337) ((-963 . -21) T) ((-963 . -25) T) ((-735 . -21) T) ((-735 . -25) T) ((-715 . -21) T) ((-715 . -25) T) ((-711 . -648) 140302) ((-455 . -21) T) ((-455 . -25) T) ((-341 . -102) T) ((-174 . -102) T) ((-999 . -1057) T) ((-870 . -1049) T) ((-774 . -102) T) ((-1250 . -365) 140281) ((-1249 . -900) 140187) ((-1229 . -365) 140166) ((-1228 . -900) 140017) ((-1024 . -613) 139999) ((-409 . -828) 139952) ((-1173 . -495) 139918) ((-169 . -920) 139849) ((-1172 . -495) 139815) ((-1166 . -495) 139781) ((-712 . -1099) T) ((-1125 . -495) 139747) ((-582 . -1056) 139734) ((-566 . -1056) 139721) ((-497 . -1056) 139686) ((-317 . -291) 139665) ((-314 . -291) T) ((-356 . -613) 139647) ((-420 . -25) T) ((-420 . -21) T) ((-99 . -287) 139626) ((-582 . -111) 139611) ((-566 . -111) 139596) ((-497 . -111) 139552) ((-1175 . -886) 139519) ((-901 . -491) 139503) ((-48 . -613) 139485) ((-48 . -614) 139430) ((-240 . -131) 139300) ((-1288 . -646) 139259) ((-1238 . -920) 139238) ((-816 . -1219) 139217) ((-390 . -492) 139198) ((-1035 . -516) 139042) ((-390 . -613) 139008) ((-816 . -558) 138939) ((-587 . -648) 138914) ((-265 . -47) 138886) ((-247 . -47) 138843) ((-533 . -511) 138820) ((-582 . -616) 138792) ((-566 . -616) 138764) ((-497 . -616) 138697) ((-1073 . -1215) T) ((-1000 . -1215) T) ((-1257 . -23) T) ((-699 . -1056) 138662) ((-1257 . -1111) T) ((-1250 . -1111) T) ((-1250 . -23) T) ((-1229 . -1111) T) ((-1229 . -23) T) ((-1003 . -372) 138634) ((-112 . -370) T) ((-476 . -900) 138540) ((-1209 . -726) T) ((-904 . -613) 138522) ((-55 . -616) 138504) ((-91 . -107) 138488) ((-1119 . -291) T) ((-905 . -850) 138439) ((-701 . -1150) T) ((-699 . -111) 138395) ((-843 . -646) 138312) ((-597 . -1111) T) ((-596 . -1111) T) ((-712 . -717) 138141) ((-711 . -726) T) ((-1004 . -131) T) ((-971 . -131) T) ((-489 . -850) T) ((-914 . -131) T) ((-799 . -25) T) ((-799 . -21) T) ((-217 . -850) T) ((-409 . -646) 138078) ((-582 . -1049) T) ((-566 . -1049) T) ((-497 . -1049) T) ((-597 . -23) T) ((-345 . -1284) 138055) ((-320 . -454) 138034) ((-341 . -310) 138021) ((-596 . -23) T) ((-429 . -131) T) ((-658 . -648) 137995) ((-245 . -1010) 137979) ((-872 . -308) T) ((-1289 . -1279) 137963) ((-771 . -792) T) ((-771 . -795) T) ((-701 . -38) 137950) ((-566 . -233) T) ((-497 . -243) T) ((-497 . -233) T) ((-1149 . -235) 137900) ((-1086 . -909) 137879) ((-116 . -38) 137866) ((-209 . -800) T) ((-208 . -800) T) ((-207 . -800) T) ((-206 . -800) T) ((-872 . -1022) 137844) ((-1278 . -491) 137828) ((-782 . -909) 137807) ((-780 . -909) 137786) ((-1188 . -1215) T) ((-456 . -909) 137765) ((-737 . -491) 137749) ((-1086 . -648) 137674) ((-699 . -616) 137609) ((-782 . -648) 137534) ((-623 . -1056) 137521) ((-481 . -1215) T) ((-345 . -370) T) ((-141 . -491) 137503) ((-780 . -648) 137428) ((-1140 . -1215) T) ((-551 . -850) T) ((-463 . -648) 137399) ((-265 . -886) 137258) ((-247 . -886) NIL) ((-117 . -1056) 137203) ((-456 . -648) 137128) ((-664 . -1038) 137105) ((-623 . -111) 137090) ((-392 . -1051) 137074) ((-357 . -1038) 137058) ((-354 . -1038) 137042) ((-346 . -1038) 137026) ((-265 . -1038) 136870) ((-247 . -1038) 136746) ((-117 . -111) 136675) ((-59 . -1215) T) ((-392 . -640) 136659) ((-621 . -1051) 136643) ((-521 . -1215) T) ((-518 . -1215) T) ((-499 . -1215) T) ((-498 . -1215) T) ((-439 . -613) 136625) ((-436 . -613) 136607) ((-621 . -640) 136591) ((-3 . -102) T) ((-1027 . -1208) 136560) ((-833 . -102) T) ((-689 . -57) 136518) ((-699 . -1049) T) ((-635 . -646) 136487) ((-607 . -646) 136456) ((-50 . -648) 136430) ((-290 . -454) T) ((-478 . -1208) 136399) ((0 . -102) T) ((-583 . -648) 136364) ((-520 . -648) 136309) ((-49 . -102) T) ((-910 . -1038) 136296) ((-699 . -243) T) ((-1079 . -411) 136275) ((-731 . -639) 136223) ((-999 . -1099) T) ((-712 . -172) 136114) ((-623 . -616) 136009) ((-489 . -992) 135991) ((-265 . -379) 135975) ((-247 . -379) 135959) ((-401 . -1099) T) ((-1026 . -102) 135937) ((-341 . -38) 135921) ((-217 . -992) 135903) ((-117 . -616) 135833) ((-174 . -38) 135765) ((-1249 . -308) 135744) ((-1228 . -308) 135723) ((-658 . -726) T) ((-99 . -613) 135705) ((-479 . -1051) 135670) ((-1166 . -639) 135622) ((-479 . -640) 135587) ((-487 . -25) T) ((-487 . -21) T) ((-1228 . -1022) 135539) ((-623 . -1049) T) ((-381 . -406) T) ((-392 . -102) T) ((-1104 . -618) 135454) ((-265 . -900) 135400) ((-247 . -900) 135377) ((-117 . -1049) T) ((-816 . -1111) T) ((-1086 . -726) T) ((-623 . -233) 135356) ((-621 . -102) T) ((-782 . -726) T) ((-780 . -726) T) ((-415 . -1111) T) ((-117 . -243) T) ((-40 . -370) NIL) ((-117 . -233) NIL) ((-1220 . -850) T) ((-456 . -726) T) ((-816 . -23) T) ((-731 . -25) T) ((-731 . -21) T) ((-1076 . -287) 135335) ((-78 . -398) T) ((-78 . -397) T) ((-535 . -767) 135317) ((-694 . -1056) 135267) ((-1257 . -131) T) ((-1250 . -131) T) ((-1229 . -131) T) ((-1173 . -25) T) ((-1141 . -413) 135251) ((-635 . -369) 135183) ((-607 . -369) 135115) ((-1155 . -1148) 135099) ((-103 . -1099) 135077) ((-1173 . -21) T) ((-1172 . -21) T) ((-865 . -613) 135059) ((-999 . -717) 135007) ((-223 . -648) 134974) ((-694 . -111) 134908) ((-50 . -726) T) ((-1172 . -25) T) ((-353 . -351) T) ((-1166 . -21) T) ((-1079 . -454) 134859) ((-1166 . -25) T) ((-712 . -516) 134806) ((-583 . -726) T) ((-520 . -726) T) ((-1125 . -21) T) ((-1125 . -25) T) ((-597 . -131) T) ((-295 . -646) 134541) ((-596 . -131) T) ((-361 . -454) T) ((-355 . -454) T) ((-347 . -454) T) ((-476 . -308) 134520) ((-1223 . -102) T) ((-314 . -287) 134455) ((-108 . -454) T) ((-79 . -443) T) ((-79 . -397) T) ((-479 . -102) T) ((-691 . -616) 134439) ((-1293 . -613) 134421) ((-1293 . -614) 134403) ((-1079 . -404) 134382) ((-1035 . -491) 134313) ((-566 . -795) T) ((-566 . -792) T) ((-1062 . -235) 134259) ((-361 . -404) 134210) ((-355 . -404) 134161) ((-347 . -404) 134112) ((-1280 . -1111) T) ((-1289 . -1051) 134096) ((-383 . -1051) 134080) ((-1289 . -640) 134050) ((-383 . -640) 134020) ((-694 . -616) 133955) ((-1280 . -23) T) ((-1267 . -102) T) ((-175 . -613) 133937) ((-1141 . -1057) T) ((-549 . -370) T) ((-670 . -744) 133921) ((-1177 . -145) 133900) ((-1177 . -147) 133879) ((-1145 . -1099) T) ((-1145 . -1070) 133848) ((-69 . -1215) T) ((-1024 . -1056) 133785) ((-353 . -646) 133715) ((-866 . -1057) T) ((-240 . -639) 133621) ((-694 . -1049) T) ((-356 . -1056) 133566) ((-61 . -1215) T) ((-1024 . -111) 133482) ((-901 . -613) 133393) ((-694 . -243) T) ((-694 . -233) NIL) ((-843 . -848) 133372) ((-699 . -795) T) ((-699 . -792) T) ((-1003 . -413) 133349) ((-356 . -111) 133278) ((-381 . -920) T) ((-409 . -848) 133257) ((-712 . -291) 133168) ((-223 . -726) T) ((-1257 . -495) 133134) ((-1250 . -495) 133100) ((-1229 . -495) 133066) ((-580 . -1099) T) ((-317 . -1002) 133045) ((-222 . -1099) 133023) ((-1222 . -844) T) ((-320 . -973) 132985) ((-105 . -102) T) ((-48 . -1056) 132950) ((-1289 . -102) T) ((-383 . -102) T) ((-48 . -111) 132906) ((-1004 . -639) 132888) ((-1251 . -613) 132870) ((-533 . -102) T) ((-502 . -102) T) ((-1132 . -1133) 132854) ((-152 . -1272) 132838) ((-245 . -1215) T) ((-1214 . -102) T) ((-1024 . -616) 132775) ((-1171 . -1219) 132754) ((-356 . -616) 132684) ((-1124 . -1219) 132663) ((-240 . -21) 132573) ((-240 . -25) 132424) ((-127 . -119) 132408) ((-121 . -119) 132392) ((-44 . -744) 132376) ((-1171 . -558) 132287) ((-1124 . -558) 132218) ((-1222 . -1099) T) ((-1035 . -287) 132193) ((-1165 . -1082) T) ((-994 . -1082) T) ((-816 . -131) T) ((-117 . -795) NIL) ((-117 . -792) NIL) ((-357 . -308) T) ((-354 . -308) T) ((-346 . -308) T) ((-252 . -1111) 132103) ((-251 . -1111) 132013) ((-1024 . -1049) T) ((-1003 . -1057) T) ((-48 . -616) 131946) ((-345 . -648) 131891) ((-621 . -38) 131875) ((-1278 . -613) 131837) ((-1278 . -614) 131798) ((-1076 . -613) 131780) ((-1024 . -243) T) ((-356 . -1049) T) ((-815 . -1272) 131750) ((-252 . -23) T) ((-251 . -23) T) ((-987 . -613) 131732) ((-737 . -614) 131693) ((-737 . -613) 131675) ((-799 . -850) 131654) ((-1158 . -151) 131601) ((-999 . -516) 131513) ((-356 . -233) T) ((-356 . -243) T) ((-390 . -616) 131494) ((-1004 . -25) T) ((-141 . -613) 131476) ((-141 . -614) 131435) ((-910 . -308) T) ((-1004 . -21) T) ((-971 . -25) T) ((-914 . -21) T) ((-914 . -25) T) ((-429 . -21) T) ((-429 . -25) T) ((-843 . -413) 131419) ((-48 . -1049) T) ((-1287 . -1279) 131403) ((-1285 . -1279) 131387) ((-1035 . -604) 131362) ((-317 . -614) 131223) ((-317 . -613) 131205) ((-314 . -614) NIL) ((-314 . -613) 131187) ((-48 . -243) T) ((-48 . -233) T) ((-654 . -287) 131148) ((-552 . -235) 131098) ((-139 . -613) 131065) ((-136 . -613) 131047) ((-114 . -613) 131029) ((-479 . -38) 130994) ((-1289 . -1286) 130973) ((-1280 . -131) T) ((-1288 . -1057) T) ((-1081 . -102) T) ((-88 . -1215) T) ((-502 . -310) NIL) ((-1000 . -107) 130957) ((-889 . -1099) T) ((-885 . -1099) T) ((-1265 . -651) 130941) ((-1265 . -375) 130925) ((-328 . -1215) T) ((-594 . -850) T) ((-1141 . -1099) T) ((-1141 . -1053) 130865) ((-103 . -516) 130798) ((-927 . -613) 130780) ((-345 . -726) T) ((-30 . -613) 130762) ((-866 . -1099) T) ((-843 . -1057) 130741) ((-40 . -648) 130686) ((-225 . -1219) T) ((-409 . -1057) T) ((-1157 . -151) 130668) ((-999 . -291) 130619) ((-617 . -1099) T) ((-225 . -558) T) ((-320 . -1246) 130603) ((-320 . -1243) 130573) ((-701 . -646) 130545) ((-1188 . -1191) 130524) ((-1074 . -613) 130506) ((-1188 . -107) 130456) ((-647 . -151) 130440) ((-632 . -151) 130386) ((-116 . -646) 130358) ((-481 . -1191) 130337) ((-489 . -147) T) ((-489 . -145) NIL) ((-1119 . -614) 130252) ((-440 . -613) 130234) ((-217 . -147) T) ((-217 . -145) NIL) ((-1119 . -613) 130216) ((-129 . -102) T) ((-52 . -102) T) ((-1229 . -639) 130168) ((-481 . -107) 130118) ((-993 . -23) T) ((-1289 . -38) 130088) ((-1171 . -1111) T) ((-1124 . -1111) T) ((-1061 . -1219) T) ((-312 . -102) T) ((-854 . -1111) T) ((-952 . -1219) 130067) ((-483 . -1219) 130046) ((-1061 . -558) T) ((-952 . -558) 129977) ((-1171 . -23) T) ((-1124 . -23) T) ((-854 . -23) T) ((-483 . -558) 129908) ((-1141 . -717) 129840) ((-670 . -1051) 129824) ((-1145 . -516) 129757) ((-670 . -640) 129741) ((-1035 . -614) NIL) ((-1035 . -613) 129723) ((-96 . -1082) T) ((-866 . -717) 129693) ((-1209 . -47) 129662) ((-252 . -131) T) ((-251 . -131) T) ((-1103 . -1099) T) ((-1003 . -1099) T) ((-62 . -613) 129644) ((-1166 . -850) NIL) ((-1024 . -792) T) ((-1024 . -795) T) ((-1293 . -1056) 129631) ((-1293 . -111) 129616) ((-1257 . -25) T) ((-1257 . -21) T) ((-870 . -648) 129603) ((-1250 . -21) T) ((-1250 . -25) T) ((-1229 . -21) T) ((-1229 . -25) T) ((-1027 . -151) 129587) ((-872 . -820) 129566) ((-872 . -920) T) ((-712 . -287) 129493) ((-597 . -21) T) ((-341 . -646) 129452) ((-597 . -25) T) ((-596 . -21) T) ((-174 . -646) 129369) ((-40 . -726) T) ((-222 . -516) 129302) ((-596 . -25) T) ((-478 . -151) 129286) ((-465 . -151) 129270) ((-921 . -794) T) ((-921 . -726) T) ((-771 . -793) T) ((-771 . -794) T) ((-508 . -1099) T) ((-504 . -1099) T) ((-771 . -726) T) ((-225 . -365) T) ((-1287 . -1051) 129254) ((-1285 . -1051) 129238) ((-1287 . -640) 129208) ((-1155 . -1099) 129186) ((-871 . -1219) T) ((-1285 . -640) 129156) ((-654 . -613) 129138) ((-871 . -558) T) ((-694 . -370) NIL) ((-44 . -1051) 129122) ((-1293 . -616) 129104) ((-1288 . -1099) T) ((-670 . -102) T) ((-361 . -1272) 129088) ((-355 . -1272) 129072) ((-44 . -640) 129056) ((-347 . -1272) 129040) ((-550 . -102) T) ((-522 . -850) 129019) ((-1046 . -1099) T) ((-817 . -454) 128998) ((-152 . -1051) 128982) ((-1046 . -1070) 128911) ((-1027 . -976) 128880) ((-819 . -1111) T) ((-1003 . -717) 128825) ((-152 . -640) 128809) ((-388 . -1111) T) ((-478 . -976) 128778) ((-465 . -976) 128747) ((-110 . -151) 128729) ((-73 . -613) 128711) ((-893 . -613) 128693) ((-1079 . -724) 128672) ((-1293 . -1049) T) ((-816 . -639) 128620) ((-295 . -1057) 128562) ((-169 . -1219) 128467) ((-225 . -1111) T) ((-325 . -23) T) ((-1166 . -992) 128419) ((-843 . -1099) T) ((-1251 . -1056) 128324) ((-1125 . -740) 128303) ((-1249 . -920) 128282) ((-1228 . -920) 128261) ((-870 . -726) T) ((-169 . -558) 128172) ((-582 . -648) 128159) ((-566 . -648) 128146) ((-409 . -1099) T) ((-264 . -1099) T) ((-213 . -613) 128128) ((-497 . -648) 128093) ((-225 . -23) T) ((-1228 . -820) 128046) ((-1287 . -102) T) ((-356 . -1284) 128023) ((-1285 . -102) T) ((-1251 . -111) 127915) ((-815 . -1051) 127812) ((-815 . -640) 127754) ((-144 . -613) 127736) ((-993 . -131) T) ((-44 . -102) T) ((-240 . -850) 127687) ((-1238 . -1219) 127666) ((-103 . -491) 127650) ((-1288 . -717) 127620) ((-1086 . -47) 127581) ((-1061 . -1111) T) ((-952 . -1111) T) ((-127 . -34) T) ((-121 . -34) T) ((-782 . -47) 127558) ((-780 . -47) 127530) ((-1238 . -558) 127441) ((-356 . -370) T) ((-483 . -1111) T) ((-1171 . -131) T) ((-1124 . -131) T) ((-456 . -47) 127420) ((-871 . -365) T) ((-854 . -131) T) ((-152 . -102) T) ((-1061 . -23) T) ((-952 . -23) T) ((-573 . -558) T) ((-816 . -25) T) ((-816 . -21) T) ((-1141 . -516) 127353) ((-593 . -1082) T) ((-587 . -1038) 127337) ((-1251 . -616) 127211) ((-483 . -23) T) ((-353 . -1057) T) ((-1209 . -900) 127192) ((-670 . -310) 127130) ((-1112 . -1272) 127100) ((-699 . -648) 127065) ((-1003 . -172) T) ((-963 . -145) 127044) ((-635 . -1099) T) ((-607 . -1099) T) ((-963 . -147) 127023) ((-1004 . -850) T) ((-735 . -147) 127002) ((-735 . -145) 126981) ((-971 . -850) T) ((-833 . -646) 126898) ((-476 . -920) 126877) ((-320 . -1051) 126712) ((-317 . -1056) 126622) ((-314 . -1056) 126551) ((-999 . -287) 126509) ((-409 . -717) 126461) ((-320 . -640) 126302) ((-701 . -848) T) ((-1251 . -1049) T) ((-317 . -111) 126198) ((-314 . -111) 126111) ((-964 . -102) T) ((-815 . -102) 125901) ((-712 . -614) NIL) ((-712 . -613) 125883) ((-658 . -1038) 125779) ((-1251 . -327) 125723) ((-1035 . -289) 125698) ((-582 . -726) T) ((-566 . -794) T) ((-169 . -365) 125649) ((-566 . -791) T) ((-566 . -726) T) ((-497 . -726) T) ((-1145 . -491) 125633) ((-1086 . -886) NIL) ((-871 . -1111) T) ((-117 . -909) NIL) ((-1287 . -1286) 125609) ((-1285 . -1286) 125588) ((-782 . -886) NIL) ((-780 . -886) 125447) ((-1280 . -25) T) ((-1280 . -21) T) ((-1212 . -102) 125425) ((-1105 . -397) T) ((-623 . -648) 125412) ((-456 . -886) NIL) ((-675 . -102) 125390) ((-1086 . -1038) 125217) ((-871 . -23) T) ((-782 . -1038) 125076) ((-780 . -1038) 124933) ((-117 . -648) 124878) ((-456 . -1038) 124754) ((-317 . -616) 124318) ((-314 . -616) 124201) ((-392 . -646) 124170) ((-649 . -1038) 124154) ((-627 . -102) T) ((-222 . -491) 124138) ((-1265 . -34) T) ((-621 . -646) 124097) ((-290 . -1051) 124084) ((-136 . -616) 124068) ((-290 . -640) 124055) ((-635 . -717) 124039) ((-607 . -717) 124023) ((-670 . -38) 123983) ((-320 . -102) T) ((-85 . -613) 123965) ((-50 . -1038) 123949) ((-1119 . -1056) 123936) ((-1086 . -379) 123920) ((-782 . -379) 123904) ((-699 . -726) T) ((-699 . -794) T) ((-699 . -791) T) ((-583 . -1038) 123891) ((-520 . -1038) 123868) ((-60 . -57) 123830) ((-325 . -131) T) ((-317 . -1049) 123720) ((-314 . -1049) T) ((-169 . -1111) T) ((-780 . -379) 123704) ((-45 . -151) 123654) ((-1004 . -992) 123636) ((-456 . -379) 123620) ((-409 . -172) T) ((-317 . -243) 123599) ((-314 . -243) T) ((-314 . -233) NIL) ((-295 . -1099) 123381) ((-225 . -131) T) ((-1119 . -111) 123366) ((-169 . -23) T) ((-799 . -147) 123345) ((-799 . -145) 123324) ((-252 . -639) 123230) ((-251 . -639) 123136) ((-320 . -285) 123102) ((-1155 . -516) 123035) ((-479 . -646) 122985) ((-1132 . -1099) T) ((-225 . -1059) T) ((-815 . -310) 122923) ((-1086 . -900) 122858) ((-782 . -900) 122801) ((-780 . -900) 122785) ((-1287 . -38) 122755) ((-1285 . -38) 122725) ((-1238 . -1111) T) ((-855 . -1111) T) ((-456 . -900) 122702) ((-858 . -1099) T) ((-1238 . -23) T) ((-1119 . -616) 122674) ((-573 . -1111) T) ((-855 . -23) T) ((-623 . -726) T) ((-357 . -920) T) ((-354 . -920) T) ((-290 . -102) T) ((-346 . -920) T) ((-1061 . -131) T) ((-970 . -1082) T) ((-952 . -131) T) ((-117 . -794) NIL) ((-117 . -791) NIL) ((-117 . -726) T) ((-694 . -909) NIL) ((-1046 . -516) 122575) ((-483 . -131) T) ((-573 . -23) T) ((-675 . -310) 122513) ((-635 . -761) T) ((-607 . -761) T) ((-1229 . -850) NIL) ((-1079 . -1051) 122423) ((-1003 . -291) T) ((-694 . -648) 122373) ((-252 . -21) T) ((-353 . -1099) T) ((-252 . -25) T) ((-251 . -21) T) ((-251 . -25) T) ((-152 . -38) 122357) ((-2 . -102) T) ((-910 . -920) T) ((-1079 . -640) 122225) ((-484 . -1272) 122195) ((-1119 . -1049) T) ((-711 . -308) T) ((-361 . -1051) 122147) ((-355 . -1051) 122099) ((-347 . -1051) 122051) ((-361 . -640) 122003) ((-223 . -1038) 121980) ((-355 . -640) 121932) ((-108 . -1051) 121882) ((-347 . -640) 121834) ((-295 . -717) 121776) ((-701 . -1057) T) ((-489 . -454) T) ((-409 . -516) 121688) ((-108 . -640) 121638) ((-217 . -454) T) ((-1119 . -233) T) ((-296 . -151) 121588) ((-999 . -614) 121549) ((-999 . -613) 121531) ((-989 . -613) 121513) ((-116 . -1057) T) ((-654 . -1056) 121497) ((-225 . -495) T) ((-401 . -613) 121479) ((-401 . -614) 121456) ((-1054 . -1272) 121426) ((-654 . -111) 121405) ((-1141 . -491) 121389) ((-1289 . -646) 121348) ((-383 . -646) 121317) ((-815 . -38) 121287) ((-63 . -443) T) ((-63 . -397) T) ((-1158 . -102) T) ((-871 . -131) T) ((-486 . -102) 121265) ((-1293 . -370) T) ((-1079 . -102) T) ((-1060 . -102) T) ((-353 . -717) 121210) ((-731 . -147) 121189) ((-731 . -145) 121168) ((-654 . -616) 121086) ((-1024 . -648) 121023) ((-525 . -1099) 121001) ((-361 . -102) T) ((-355 . -102) T) ((-347 . -102) T) ((-108 . -102) T) ((-506 . -1099) T) ((-356 . -648) 120946) ((-1171 . -639) 120894) ((-1124 . -639) 120842) ((-387 . -511) 120821) ((-833 . -848) 120800) ((-381 . -1219) T) ((-694 . -726) T) ((-341 . -1057) T) ((-1229 . -992) 120752) ((-174 . -1057) T) ((-103 . -613) 120684) ((-1173 . -145) 120663) ((-1173 . -147) 120642) ((-381 . -558) T) ((-1172 . -147) 120621) ((-1172 . -145) 120600) ((-1166 . -145) 120507) ((-409 . -291) T) ((-1166 . -147) 120414) ((-1125 . -147) 120393) ((-1125 . -145) 120372) ((-320 . -38) 120213) ((-169 . -131) T) ((-314 . -795) NIL) ((-314 . -792) NIL) ((-654 . -1049) T) ((-48 . -648) 120178) ((-1112 . -1051) 120075) ((-893 . -616) 120052) ((-1112 . -640) 119994) ((-1165 . -102) T) ((-994 . -102) T) ((-993 . -21) T) ((-127 . -1010) 119978) ((-121 . -1010) 119962) ((-993 . -25) T) ((-901 . -119) 119946) ((-1157 . -102) T) ((-1238 . -131) T) ((-1171 . -25) T) ((-1171 . -21) T) ((-855 . -131) T) ((-1124 . -25) T) ((-1124 . -21) T) ((-854 . -25) T) ((-854 . -21) T) ((-782 . -308) 119925) ((-647 . -102) 119903) ((-632 . -102) T) ((-1158 . -310) 119698) ((-573 . -131) T) ((-621 . -848) 119677) ((-1155 . -491) 119661) ((-1149 . -151) 119611) ((-1145 . -613) 119573) ((-1145 . -614) 119534) ((-1024 . -791) T) ((-1024 . -794) T) ((-1024 . -726) T) ((-712 . -1056) 119357) ((-486 . -310) 119295) ((-455 . -419) 119265) ((-353 . -172) T) ((-290 . -38) 119252) ((-275 . -102) T) ((-274 . -102) T) ((-273 . -102) T) ((-272 . -102) T) ((-271 . -102) T) ((-270 . -102) T) ((-345 . -1038) 119229) ((-269 . -102) T) ((-212 . -102) T) ((-211 . -102) T) ((-209 . -102) T) ((-208 . -102) T) ((-207 . -102) T) ((-206 . -102) T) ((-203 . -102) T) ((-202 . -102) T) ((-201 . -102) T) ((-200 . -102) T) ((-199 . -102) T) ((-198 . -102) T) ((-197 . -102) T) ((-196 . -102) T) ((-195 . -102) T) ((-194 . -102) T) ((-193 . -102) T) ((-356 . -726) T) ((-712 . -111) 119038) ((-670 . -231) 119022) ((-583 . -308) T) ((-520 . -308) T) ((-295 . -516) 118971) ((-108 . -310) NIL) ((-72 . -397) T) ((-1112 . -102) 118761) ((-833 . -413) 118745) ((-1119 . -795) T) ((-1119 . -792) T) ((-701 . -1099) T) ((-580 . -613) 118727) ((-381 . -365) T) ((-169 . -495) 118705) ((-222 . -613) 118637) ((-134 . -1099) T) ((-116 . -1099) T) ((-48 . -726) T) ((-1046 . -491) 118602) ((-141 . -427) 118584) ((-141 . -370) T) ((-1027 . -102) T) ((-514 . -511) 118563) ((-712 . -616) 118319) ((-478 . -102) T) ((-465 . -102) T) ((-1034 . -1111) T) ((-1222 . -613) 118301) ((-1180 . -1038) 118237) ((-1173 . -35) 118203) ((-1173 . -95) 118169) ((-1173 . -1203) 118135) ((-1173 . -1200) 118101) ((-1157 . -310) NIL) ((-89 . -398) T) ((-89 . -397) T) ((-1079 . -1150) 118080) ((-1172 . -1200) 118046) ((-1172 . -1203) 118012) ((-1034 . -23) T) ((-1172 . -95) 117978) ((-573 . -495) T) ((-1172 . -35) 117944) ((-1166 . -1200) 117910) ((-1166 . -1203) 117876) ((-1166 . -95) 117842) ((-363 . -1111) T) ((-361 . -1150) 117821) ((-355 . -1150) 117800) ((-347 . -1150) 117779) ((-1166 . -35) 117745) ((-1125 . -35) 117711) ((-1125 . -95) 117677) ((-108 . -1150) T) ((-1125 . -1203) 117643) ((-833 . -1057) 117622) ((-647 . -310) 117560) ((-632 . -310) 117411) ((-1125 . -1200) 117377) ((-712 . -1049) T) ((-1061 . -639) 117359) ((-1079 . -38) 117227) ((-952 . -639) 117175) ((-1004 . -147) T) ((-1004 . -145) NIL) ((-381 . -1111) T) ((-325 . -25) T) ((-323 . -23) T) ((-943 . -850) 117154) ((-712 . -327) 117131) ((-483 . -639) 117079) ((-40 . -1038) 116967) ((-712 . -233) T) ((-701 . -717) 116954) ((-341 . -1099) T) ((-174 . -1099) T) ((-332 . -850) T) ((-420 . -454) 116904) ((-381 . -23) T) ((-361 . -38) 116869) ((-355 . -38) 116834) ((-347 . -38) 116799) ((-80 . -443) T) ((-80 . -397) T) ((-225 . -25) T) ((-225 . -21) T) ((-836 . -1111) T) ((-108 . -38) 116749) ((-827 . -1111) T) ((-774 . -1099) T) ((-116 . -717) 116736) ((-672 . -1038) 116720) ((-612 . -102) T) ((-836 . -23) T) ((-827 . -23) T) ((-1155 . -287) 116697) ((-1112 . -310) 116635) ((-484 . -1051) 116532) ((-1101 . -235) 116516) ((-64 . -398) T) ((-64 . -397) T) ((-110 . -102) T) ((-484 . -640) 116458) ((-40 . -379) 116435) ((-96 . -102) T) ((-653 . -852) 116419) ((-1134 . -1082) T) ((-1061 . -21) T) ((-1061 . -25) T) ((-1054 . -1051) 116403) ((-815 . -231) 116372) ((-952 . -25) T) ((-952 . -21) T) ((-1054 . -640) 116314) ((-621 . -1057) T) ((-1119 . -370) T) ((-1027 . -310) 116252) ((-670 . -646) 116211) ((-483 . -25) T) ((-483 . -21) T) ((-387 . -1051) 116195) ((-889 . -613) 116177) ((-885 . -613) 116159) ((-525 . -516) 116092) ((-252 . -850) 116043) ((-251 . -850) 115994) ((-387 . -640) 115964) ((-871 . -639) 115941) ((-478 . -310) 115879) ((-465 . -310) 115817) ((-353 . -291) T) ((-1155 . -1253) 115801) ((-1141 . -613) 115763) ((-1141 . -614) 115724) ((-1139 . -102) T) ((-999 . -1056) 115620) ((-40 . -900) 115572) ((-1155 . -604) 115549) ((-1293 . -648) 115536) ((-866 . -492) 115513) ((-1062 . -151) 115459) ((-872 . -1219) T) ((-999 . -111) 115341) ((-341 . -717) 115325) ((-866 . -613) 115287) ((-174 . -717) 115219) ((-409 . -287) 115177) ((-872 . -558) T) ((-108 . -402) 115159) ((-84 . -386) T) ((-84 . -397) T) ((-701 . -172) T) ((-617 . -613) 115141) ((-99 . -726) T) ((-484 . -102) 114931) ((-99 . -475) T) ((-116 . -172) T) ((-1287 . -646) 114890) ((-1285 . -646) 114849) ((-1112 . -38) 114819) ((-169 . -639) 114767) ((-1054 . -102) T) ((-999 . -616) 114657) ((-871 . -25) T) ((-815 . -238) 114636) ((-871 . -21) T) ((-818 . -102) T) ((-44 . -646) 114579) ((-416 . -102) T) ((-387 . -102) T) ((-110 . -310) NIL) ((-227 . -102) 114557) ((-127 . -1215) T) ((-121 . -1215) T) ((-817 . -1051) 114508) ((-817 . -640) 114450) ((-1034 . -131) T) ((-670 . -369) 114434) ((-152 . -646) 114393) ((-999 . -1049) T) ((-1238 . -639) 114341) ((-1103 . -613) 114323) ((-1003 . -613) 114305) ((-517 . -23) T) ((-512 . -23) T) ((-345 . -308) T) ((-510 . -23) T) ((-323 . -131) T) ((-3 . -1099) T) ((-1003 . -614) 114289) ((-999 . -243) 114268) ((-999 . -233) 114247) ((-1293 . -726) T) ((-1257 . -145) 114226) ((-833 . -1099) T) ((-1257 . -147) 114205) ((-1250 . -147) 114184) ((-1250 . -145) 114163) ((-1249 . -1219) 114142) ((-1229 . -145) 114049) ((-1229 . -147) 113956) ((-1228 . -1219) 113935) ((-381 . -131) T) ((-566 . -886) 113917) ((0 . -1099) T) ((-174 . -172) T) ((-169 . -21) T) ((-169 . -25) T) ((-49 . -1099) T) ((-1251 . -648) 113822) ((-1249 . -558) 113773) ((-714 . -1111) T) ((-1228 . -558) 113724) ((-566 . -1038) 113706) ((-596 . -147) 113685) ((-596 . -145) 113664) ((-497 . -1038) 113607) ((-1134 . -1136) T) ((-87 . -386) T) ((-87 . -397) T) ((-872 . -365) T) ((-836 . -131) T) ((-827 . -131) T) ((-964 . -646) 113551) ((-714 . -23) T) ((-508 . -613) 113517) ((-504 . -613) 113499) ((-815 . -646) 113249) ((-1289 . -1057) T) ((-381 . -1059) T) ((-1026 . -1099) 113227) ((-55 . -1038) 113209) ((-901 . -34) T) ((-484 . -310) 113147) ((-593 . -102) T) ((-1155 . -614) 113108) ((-1155 . -613) 113040) ((-1177 . -1051) 112923) ((-45 . -102) T) ((-817 . -102) T) ((-1177 . -640) 112820) ((-1238 . -25) T) ((-1238 . -21) T) ((-855 . -25) T) ((-44 . -369) 112804) ((-855 . -21) T) ((-731 . -454) 112755) ((-1288 . -613) 112737) ((-1277 . -1051) 112707) ((-1054 . -310) 112645) ((-671 . -1082) T) ((-606 . -1082) T) ((-392 . -1099) T) ((-573 . -25) T) ((-573 . -21) T) ((-180 . -1082) T) ((-161 . -1082) T) ((-156 . -1082) T) ((-154 . -1082) T) ((-1277 . -640) 112615) ((-621 . -1099) T) ((-699 . -886) 112597) ((-1265 . -1215) T) ((-227 . -310) 112535) ((-144 . -370) T) ((-1046 . -614) 112477) ((-1046 . -613) 112420) ((-314 . -909) NIL) ((-1223 . -844) T) ((-699 . -1038) 112365) ((-711 . -920) T) ((-476 . -1219) 112344) ((-1172 . -454) 112323) ((-1166 . -454) 112302) ((-331 . -102) T) ((-872 . -1111) T) ((-320 . -646) 112184) ((-317 . -648) 112005) ((-314 . -648) 111934) ((-476 . -558) 111885) ((-341 . -516) 111851) ((-552 . -151) 111801) ((-40 . -308) T) ((-843 . -613) 111783) ((-701 . -291) T) ((-872 . -23) T) ((-381 . -495) T) ((-1079 . -231) 111753) ((-514 . -102) T) ((-409 . -614) 111560) ((-409 . -613) 111542) ((-264 . -613) 111524) ((-116 . -291) T) ((-1251 . -726) T) ((-1249 . -365) 111503) ((-1228 . -365) 111482) ((-1278 . -34) T) ((-1223 . -1099) T) ((-117 . -1215) T) ((-108 . -231) 111464) ((-1177 . -102) T) ((-479 . -1099) T) ((-525 . -491) 111448) ((-737 . -34) T) ((-653 . -1051) 111432) ((-484 . -38) 111402) ((-653 . -640) 111372) ((-141 . -34) T) ((-117 . -884) 111349) ((-117 . -886) NIL) ((-623 . -1038) 111232) ((-644 . -850) 111211) ((-1277 . -102) T) ((-296 . -102) T) ((-712 . -370) 111190) ((-117 . -1038) 111167) ((-392 . -717) 111151) ((-621 . -717) 111135) ((-45 . -310) 110939) ((-816 . -145) 110918) ((-816 . -147) 110897) ((-290 . -646) 110869) ((-1288 . -384) 110848) ((-819 . -850) T) ((-1267 . -1099) T) ((-1158 . -229) 110795) ((-388 . -850) 110774) ((-1257 . -1203) 110740) ((-1257 . -1200) 110706) ((-1250 . -1200) 110672) ((-517 . -131) T) ((-1250 . -1203) 110638) ((-1229 . -1200) 110604) ((-1229 . -1203) 110570) ((-1257 . -35) 110536) ((-1257 . -95) 110502) ((-635 . -613) 110471) ((-607 . -613) 110440) ((-225 . -850) T) ((-1250 . -95) 110406) ((-1250 . -35) 110372) ((-1249 . -1111) T) ((-1119 . -648) 110359) ((-1229 . -95) 110325) ((-1228 . -1111) T) ((-594 . -151) 110307) ((-1079 . -351) 110286) ((-174 . -291) T) ((-117 . -379) 110263) ((-117 . -340) 110240) ((-1229 . -35) 110206) ((-870 . -308) T) ((-314 . -794) NIL) ((-314 . -791) NIL) ((-317 . -726) 110055) ((-314 . -726) T) ((-476 . -365) 110034) ((-361 . -351) 110013) ((-355 . -351) 109992) ((-347 . -351) 109971) ((-317 . -475) 109950) ((-1249 . -23) T) ((-1228 . -23) T) ((-718 . -1111) T) ((-714 . -131) T) ((-653 . -102) T) ((-479 . -717) 109915) ((-45 . -283) 109865) ((-105 . -1099) T) ((-68 . -613) 109847) ((-970 . -102) T) ((-864 . -102) T) ((-623 . -900) 109806) ((-1289 . -1099) T) ((-383 . -1099) T) ((-82 . -1215) T) ((-1214 . -1099) T) ((-1061 . -850) T) ((-117 . -900) NIL) ((-782 . -920) 109785) ((-713 . -850) T) ((-533 . -1099) T) ((-502 . -1099) T) ((-357 . -1219) T) ((-354 . -1219) T) ((-346 . -1219) T) ((-265 . -1219) 109764) ((-247 . -1219) 109743) ((-535 . -860) T) ((-1112 . -231) 109712) ((-1157 . -828) T) ((-1141 . -1056) 109696) ((-392 . -761) T) ((-694 . -1215) T) ((-691 . -1038) 109680) ((-357 . -558) T) ((-354 . -558) T) ((-346 . -558) T) ((-265 . -558) 109611) ((-247 . -558) 109542) ((-527 . -1082) T) ((-1141 . -111) 109521) ((-455 . -744) 109491) ((-866 . -1056) 109461) ((-817 . -38) 109403) ((-694 . -884) 109385) ((-694 . -886) 109367) ((-296 . -310) 109171) ((-910 . -1219) T) ((-1155 . -289) 109148) ((-1079 . -646) 109043) ((-670 . -413) 109027) ((-866 . -111) 108992) ((-1004 . -454) T) ((-694 . -1038) 108937) ((-910 . -558) T) ((-535 . -613) 108919) ((-583 . -920) T) ((-489 . -1051) 108869) ((-476 . -1111) T) ((-520 . -920) T) ((-914 . -454) T) ((-65 . -613) 108851) ((-217 . -1051) 108801) ((-489 . -640) 108751) ((-361 . -646) 108688) ((-355 . -646) 108625) ((-347 . -646) 108562) ((-632 . -229) 108508) ((-217 . -640) 108458) ((-108 . -646) 108408) ((-476 . -23) T) ((-1119 . -794) T) ((-872 . -131) T) ((-1119 . -791) T) ((-1280 . -1282) 108387) ((-1119 . -726) T) ((-654 . -648) 108361) ((-295 . -613) 108102) ((-1141 . -616) 108020) ((-1035 . -34) T) ((-815 . -848) 107999) ((-582 . -308) T) ((-566 . -308) T) ((-497 . -308) T) ((-1289 . -717) 107969) ((-694 . -379) 107951) ((-694 . -340) 107933) ((-479 . -172) T) ((-383 . -717) 107903) ((-866 . -616) 107838) ((-871 . -850) NIL) ((-566 . -1022) T) ((-497 . -1022) T) ((-1132 . -613) 107820) ((-1112 . -238) 107799) ((-214 . -102) T) ((-1149 . -102) T) ((-71 . -613) 107781) ((-1141 . -1049) T) ((-1177 . -38) 107678) ((-858 . -613) 107660) ((-566 . -547) T) ((-670 . -1057) T) ((-731 . -949) 107613) ((-1141 . -233) 107592) ((-1081 . -1099) T) ((-1034 . -25) T) ((-1034 . -21) T) ((-1003 . -1056) 107537) ((-905 . -102) T) ((-866 . -1049) T) ((-694 . -900) NIL) ((-357 . -330) 107521) ((-357 . -365) T) ((-354 . -330) 107505) ((-354 . -365) T) ((-346 . -330) 107489) ((-346 . -365) T) ((-489 . -102) T) ((-1277 . -38) 107459) ((-548 . -850) T) ((-525 . -687) 107409) ((-217 . -102) T) ((-1024 . -1038) 107289) ((-1003 . -111) 107218) ((-1173 . -973) 107187) ((-522 . -151) 107171) ((-1079 . -372) 107150) ((-353 . -613) 107132) ((-323 . -21) T) ((-356 . -1038) 107109) ((-323 . -25) T) ((-1172 . -973) 107071) ((-1166 . -973) 107040) ((-76 . -613) 107022) ((-1125 . -973) 106989) ((-699 . -308) T) ((-129 . -844) T) ((-910 . -365) T) ((-381 . -25) T) ((-381 . -21) T) ((-910 . -330) 106976) ((-86 . -613) 106958) ((-699 . -1022) T) ((-677 . -850) T) ((-1249 . -131) T) ((-1228 . -131) T) ((-901 . -1010) 106942) ((-836 . -21) T) ((-48 . -1038) 106885) ((-836 . -25) T) ((-827 . -25) T) ((-827 . -21) T) ((-1112 . -646) 106635) ((-1287 . -1057) T) ((-551 . -102) T) ((-1285 . -1057) T) ((-654 . -726) T) ((-1103 . -618) 106538) ((-1003 . -616) 106468) ((-1288 . -1056) 106452) ((-815 . -413) 106421) ((-103 . -119) 106405) ((-129 . -1099) T) ((-52 . -1099) T) ((-926 . -613) 106387) ((-871 . -992) 106364) ((-823 . -102) T) ((-1288 . -111) 106343) ((-653 . -38) 106313) ((-573 . -850) T) ((-357 . -1111) T) ((-354 . -1111) T) ((-346 . -1111) T) ((-265 . -1111) T) ((-247 . -1111) T) ((-623 . -308) 106292) ((-1149 . -310) 106096) ((-664 . -23) T) ((-526 . -1082) T) ((-312 . -1099) T) ((-484 . -231) 106065) ((-152 . -1057) T) ((-357 . -23) T) ((-354 . -23) T) ((-346 . -23) T) ((-117 . -308) T) ((-265 . -23) T) ((-247 . -23) T) ((-1003 . -1049) T) ((-712 . -909) 106044) ((-1155 . -616) 106021) ((-1003 . -233) 105993) ((-1003 . -243) T) ((-117 . -1022) NIL) ((-910 . -1111) T) ((-1250 . -454) 105972) ((-1229 . -454) 105951) ((-525 . -613) 105883) ((-712 . -648) 105808) ((-409 . -1056) 105760) ((-506 . -613) 105742) ((-910 . -23) T) ((-489 . -310) NIL) ((-1288 . -616) 105698) ((-476 . -131) T) ((-217 . -310) NIL) ((-409 . -111) 105636) ((-815 . -1057) 105566) ((-737 . -1097) 105550) ((-1249 . -495) 105516) ((-1228 . -495) 105482) ((-550 . -844) T) ((-141 . -1097) 105464) ((-479 . -291) T) ((-1288 . -1049) T) ((-1220 . -102) T) ((-1062 . -102) T) ((-843 . -616) 105332) ((-502 . -516) NIL) ((-484 . -238) 105311) ((-409 . -616) 105209) ((-963 . -1051) 105092) ((-735 . -1051) 105062) ((-963 . -640) 104959) ((-1171 . -145) 104938) ((-735 . -640) 104908) ((-455 . -1051) 104878) ((-1171 . -147) 104857) ((-1124 . -147) 104836) ((-1124 . -145) 104815) ((-635 . -1056) 104799) ((-607 . -1056) 104783) ((-455 . -640) 104753) ((-1173 . -1256) 104737) ((-1173 . -1243) 104714) ((-670 . -1099) T) ((-670 . -1053) 104654) ((-1172 . -1248) 104615) ((-550 . -1099) T) ((-489 . -1150) T) ((-1172 . -1243) 104585) ((-1172 . -1246) 104569) ((-1166 . -1227) 104530) ((-217 . -1150) T) ((-345 . -920) T) ((-818 . -267) 104514) ((-635 . -111) 104493) ((-607 . -111) 104472) ((-1166 . -1243) 104449) ((-843 . -1049) 104428) ((-1166 . -1225) 104412) ((-517 . -25) T) ((-497 . -303) T) ((-513 . -23) T) ((-512 . -25) T) ((-510 . -25) T) ((-509 . -23) T) ((-420 . -1051) 104386) ((-409 . -1049) T) ((-320 . -1057) T) ((-694 . -308) T) ((-420 . -640) 104360) ((-108 . -848) T) ((-712 . -726) T) ((-409 . -243) T) ((-409 . -233) 104339) ((-489 . -38) 104289) ((-217 . -38) 104239) ((-476 . -495) 104205) ((-1222 . -370) T) ((-1157 . -1143) T) ((-1100 . -102) T) ((-701 . -613) 104187) ((-701 . -614) 104102) ((-714 . -21) T) ((-714 . -25) T) ((-1134 . -102) T) ((-484 . -646) 103852) ((-134 . -613) 103834) ((-116 . -613) 103816) ((-157 . -25) T) ((-1287 . -1099) T) ((-872 . -639) 103764) ((-1285 . -1099) T) ((-963 . -102) T) ((-735 . -102) T) ((-715 . -102) T) ((-455 . -102) T) ((-816 . -454) 103715) ((-44 . -1099) T) ((-1087 . -850) T) ((-1062 . -310) 103566) ((-664 . -131) T) ((-1054 . -646) 103535) ((-670 . -717) 103519) ((-290 . -1057) T) ((-357 . -131) T) ((-354 . -131) T) ((-346 . -131) T) ((-265 . -131) T) ((-247 . -131) T) ((-387 . -646) 103488) ((-420 . -102) T) ((-152 . -1099) T) ((-45 . -229) 103438) ((-799 . -1051) 103422) ((-958 . -850) 103401) ((-999 . -648) 103339) ((-799 . -640) 103323) ((-240 . -1272) 103293) ((-1024 . -308) T) ((-295 . -1056) 103214) ((-910 . -131) T) ((-40 . -920) T) ((-489 . -402) 103196) ((-356 . -308) T) ((-217 . -402) 103178) ((-1079 . -413) 103162) ((-295 . -111) 103078) ((-1182 . -850) T) ((-1181 . -850) T) ((-872 . -25) T) ((-872 . -21) T) ((-341 . -613) 103060) ((-1251 . -47) 103004) ((-225 . -147) T) ((-174 . -613) 102986) ((-1112 . -848) 102965) ((-774 . -613) 102947) ((-128 . -850) T) ((-608 . -235) 102894) ((-477 . -235) 102844) ((-1287 . -717) 102814) ((-48 . -308) T) ((-1285 . -717) 102784) ((-65 . -616) 102713) ((-964 . -1099) T) ((-815 . -1099) 102503) ((-313 . -102) T) ((-901 . -1215) T) ((-48 . -1022) T) ((-1228 . -639) 102411) ((-689 . -102) 102389) ((-44 . -717) 102373) ((-552 . -102) T) ((-295 . -616) 102304) ((-67 . -385) T) ((-67 . -397) T) ((-662 . -23) T) ((-817 . -646) 102240) ((-670 . -761) T) ((-1212 . -1099) 102218) ((-353 . -1056) 102163) ((-675 . -1099) 102141) ((-1061 . -147) T) ((-952 . -147) 102120) ((-952 . -145) 102099) ((-799 . -102) T) ((-152 . -717) 102083) ((-483 . -147) 102062) ((-483 . -145) 102041) ((-353 . -111) 101970) ((-1079 . -1057) T) ((-323 . -850) 101949) ((-1257 . -973) 101918) ((-627 . -1099) T) ((-1250 . -973) 101880) ((-513 . -131) T) ((-509 . -131) T) ((-296 . -229) 101830) ((-361 . -1057) T) ((-355 . -1057) T) ((-347 . -1057) T) ((-295 . -1049) 101772) ((-1229 . -973) 101741) ((-381 . -850) T) ((-108 . -1057) T) ((-999 . -726) T) ((-870 . -920) T) ((-843 . -795) 101720) ((-843 . -792) 101699) ((-420 . -310) 101638) ((-470 . -102) T) ((-596 . -973) 101607) ((-320 . -1099) T) ((-409 . -795) 101586) ((-409 . -792) 101565) ((-502 . -491) 101547) ((-1251 . -1038) 101513) ((-1249 . -21) T) ((-1249 . -25) T) ((-1228 . -21) T) ((-1228 . -25) T) ((-815 . -717) 101455) ((-353 . -616) 101385) ((-699 . -406) T) ((-1278 . -1215) T) ((-606 . -102) T) ((-1112 . -413) 101354) ((-1003 . -370) NIL) ((-671 . -102) T) ((-180 . -102) T) ((-161 . -102) T) ((-156 . -102) T) ((-154 . -102) T) ((-103 . -34) T) ((-1177 . -646) 101264) ((-737 . -1215) T) ((-731 . -1051) 101107) ((-44 . -761) T) ((-731 . -640) 100956) ((-594 . -102) T) ((-77 . -398) T) ((-77 . -397) T) ((-653 . -656) 100940) ((-141 . -1215) T) ((-871 . -147) T) ((-871 . -145) NIL) ((-1214 . -93) T) ((-353 . -1049) T) ((-70 . -385) T) ((-70 . -397) T) ((-1164 . -102) T) ((-670 . -516) 100873) ((-1277 . -646) 100818) ((-689 . -310) 100756) ((-963 . -38) 100653) ((-1179 . -613) 100635) ((-735 . -38) 100605) ((-552 . -310) 100409) ((-1173 . -1051) 100292) ((-317 . -1215) T) ((-353 . -233) T) ((-353 . -243) T) ((-314 . -1215) T) ((-290 . -1099) T) ((-1172 . -1051) 100127) ((-1166 . -1051) 99917) ((-1125 . -1051) 99800) ((-1173 . -640) 99697) ((-1172 . -640) 99538) ((-711 . -1219) T) ((-1166 . -640) 99334) ((-1155 . -651) 99318) ((-1125 . -640) 99215) ((-1209 . -558) 99194) ((-711 . -558) T) ((-317 . -884) 99178) ((-317 . -886) 99103) ((-314 . -884) 99064) ((-314 . -886) NIL) ((-799 . -310) 99029) ((-320 . -717) 98870) ((-325 . -324) 98847) ((-487 . -102) T) ((-476 . -25) T) ((-476 . -21) T) ((-420 . -38) 98821) ((-317 . -1038) 98484) ((-225 . -1200) T) ((-225 . -1203) T) ((-3 . -613) 98466) ((-314 . -1038) 98396) ((-2 . -1099) T) ((-2 . |RecordCategory|) T) ((-833 . -613) 98378) ((-1112 . -1057) 98308) ((-582 . -920) T) ((-566 . -820) T) ((-566 . -920) T) ((-497 . -920) T) ((-136 . -1038) 98292) ((-225 . -95) T) ((-169 . -147) 98271) ((-75 . -443) T) ((0 . -613) 98253) ((-75 . -397) T) ((-169 . -145) 98204) ((-225 . -35) T) ((-49 . -613) 98186) ((-479 . -1057) T) ((-489 . -231) 98168) ((-486 . -968) 98152) ((-484 . -848) 98131) ((-217 . -231) 98113) ((-81 . -443) T) ((-81 . -397) T) ((-1145 . -34) T) ((-815 . -172) 98092) ((-731 . -102) T) ((-653 . -646) 98051) ((-1026 . -613) 98018) ((-502 . -287) 97993) ((-317 . -379) 97962) ((-314 . -379) 97923) ((-314 . -340) 97884) ((-1084 . -613) 97866) ((-816 . -949) 97813) ((-662 . -131) T) ((-1238 . -145) 97792) ((-1238 . -147) 97771) ((-1173 . -102) T) ((-1172 . -102) T) ((-1166 . -102) T) ((-1158 . -1099) T) ((-1125 . -102) T) ((-222 . -34) T) ((-290 . -717) 97758) ((-1158 . -610) 97734) ((-594 . -310) NIL) ((-486 . -1099) 97712) ((-392 . -613) 97694) ((-512 . -850) T) ((-1149 . -229) 97644) ((-1257 . -1256) 97628) ((-1257 . -1243) 97605) ((-1250 . -1248) 97566) ((-1250 . -1243) 97536) ((-1250 . -1246) 97520) ((-1229 . -1227) 97481) ((-1229 . -1243) 97458) ((-621 . -613) 97440) ((-1229 . -1225) 97424) ((-699 . -920) T) ((-1173 . -285) 97390) ((-1172 . -285) 97356) ((-1166 . -285) 97322) ((-1079 . -1099) T) ((-1060 . -1099) T) ((-48 . -303) T) ((-317 . -900) 97288) ((-314 . -900) NIL) ((-1060 . -1067) 97267) ((-1119 . -886) 97249) ((-799 . -38) 97233) ((-265 . -639) 97181) ((-247 . -639) 97129) ((-701 . -1056) 97116) ((-596 . -1243) 97093) ((-1125 . -285) 97059) ((-320 . -172) 96990) ((-361 . -1099) T) ((-355 . -1099) T) ((-347 . -1099) T) ((-502 . -19) 96972) ((-1119 . -1038) 96954) ((-1101 . -151) 96938) ((-108 . -1099) T) ((-116 . -1056) 96925) ((-711 . -365) T) ((-502 . -604) 96900) ((-701 . -111) 96885) ((-438 . -102) T) ((-250 . -102) T) ((-45 . -1148) 96835) ((-116 . -111) 96820) ((-635 . -720) T) ((-607 . -720) T) ((-1267 . -613) 96802) ((-1223 . -613) 96784) ((-1221 . -850) T) ((-815 . -516) 96717) ((-1035 . -1215) T) ((-240 . -1051) 96614) ((-1209 . -1111) T) ((-1209 . -23) T) ((-943 . -151) 96598) ((-1171 . -454) 96529) ((-1166 . -310) 96414) ((-240 . -640) 96356) ((-1165 . -1099) T) ((-1157 . -1099) T) ((-1141 . -648) 96330) ((-527 . -102) T) ((-522 . -102) 96280) ((-1125 . -310) 96267) ((-1124 . -454) 96218) ((-1086 . -1219) 96197) ((-782 . -1219) 96176) ((-780 . -1219) 96155) ((-62 . -1215) T) ((-479 . -613) 96107) ((-479 . -614) 96029) ((-1086 . -558) 95960) ((-994 . -1099) T) ((-782 . -558) 95871) ((-780 . -558) 95802) ((-484 . -413) 95771) ((-623 . -920) 95750) ((-456 . -1219) 95729) ((-731 . -310) 95716) ((-701 . -616) 95688) ((-400 . -613) 95670) ((-675 . -516) 95603) ((-664 . -25) T) ((-664 . -21) T) ((-456 . -558) 95534) ((-357 . -25) T) ((-357 . -21) T) ((-117 . -920) T) ((-117 . -820) NIL) ((-354 . -25) T) ((-354 . -21) T) ((-346 . -25) T) ((-346 . -21) T) ((-265 . -25) T) ((-265 . -21) T) ((-247 . -25) T) ((-247 . -21) T) ((-83 . -386) T) ((-83 . -397) T) ((-134 . -616) 95516) ((-116 . -616) 95488) ((-1079 . -717) 95356) ((-1004 . -1051) 95306) ((-1004 . -640) 95256) ((-943 . -980) 95240) ((-914 . -640) 95192) ((-914 . -1051) 95144) ((-910 . -21) T) ((-910 . -25) T) ((-872 . -850) 95095) ((-866 . -648) 95055) ((-711 . -1111) T) ((-711 . -23) T) ((-290 . -172) T) ((-701 . -1049) T) ((-312 . -93) T) ((-701 . -233) T) ((-647 . -1099) 95033) ((-632 . -610) 95008) ((-632 . -1099) T) ((-583 . -1219) T) ((-583 . -558) T) ((-520 . -1219) T) ((-520 . -558) T) ((-489 . -646) 94958) ((-429 . -1051) 94942) ((-429 . -640) 94926) ((-361 . -717) 94878) ((-355 . -717) 94830) ((-341 . -1056) 94814) ((-347 . -717) 94766) ((-341 . -111) 94745) ((-174 . -1056) 94677) ((-217 . -646) 94627) ((-174 . -111) 94538) ((-108 . -717) 94488) ((-275 . -1099) T) ((-274 . -1099) T) ((-273 . -1099) T) ((-272 . -1099) T) ((-271 . -1099) T) ((-270 . -1099) T) ((-269 . -1099) T) ((-212 . -1099) T) ((-211 . -1099) T) ((-169 . -1203) 94466) ((-169 . -1200) 94444) ((-209 . -1099) T) ((-208 . -1099) T) ((-116 . -1049) T) ((-207 . -1099) T) ((-206 . -1099) T) ((-203 . -1099) T) ((-202 . -1099) T) ((-201 . -1099) T) ((-200 . -1099) T) ((-199 . -1099) T) ((-198 . -1099) T) ((-197 . -1099) T) ((-196 . -1099) T) ((-195 . -1099) T) ((-194 . -1099) T) ((-193 . -1099) T) ((-240 . -102) 94234) ((-169 . -35) 94212) ((-169 . -95) 94190) ((-654 . -1038) 94086) ((-484 . -1057) 94016) ((-1112 . -1099) 93806) ((-1141 . -34) T) ((-670 . -491) 93790) ((-73 . -1215) T) ((-105 . -613) 93772) ((-1289 . -613) 93754) ((-383 . -613) 93736) ((-341 . -616) 93688) ((-174 . -616) 93605) ((-1214 . -492) 93586) ((-731 . -38) 93435) ((-573 . -1203) T) ((-573 . -1200) T) ((-533 . -613) 93417) ((-522 . -310) 93355) ((-502 . -613) 93337) ((-502 . -614) 93319) ((-1214 . -613) 93285) ((-1166 . -1150) NIL) ((-1027 . -1070) 93254) ((-1027 . -1099) T) ((-1004 . -102) T) ((-971 . -102) T) ((-914 . -102) T) ((-893 . -1038) 93231) ((-1141 . -726) T) ((-1003 . -648) 93176) ((-478 . -1099) T) ((-465 . -1099) T) ((-587 . -23) T) ((-573 . -35) T) ((-573 . -95) T) ((-429 . -102) T) ((-1062 . -229) 93122) ((-1173 . -38) 93019) ((-866 . -726) T) ((-694 . -920) T) ((-513 . -25) T) ((-509 . -21) T) ((-509 . -25) T) ((-1172 . -38) 92860) ((-341 . -1049) T) ((-1166 . -38) 92656) ((-1079 . -172) T) ((-174 . -1049) T) ((-1125 . -38) 92553) ((-712 . -47) 92530) ((-361 . -172) T) ((-355 . -172) T) ((-521 . -57) 92504) ((-499 . -57) 92454) ((-353 . -1284) 92431) ((-225 . -454) T) ((-320 . -291) 92382) ((-347 . -172) T) ((-174 . -243) T) ((-1228 . -850) 92281) ((-108 . -172) T) ((-872 . -992) 92265) ((-658 . -1111) T) ((-583 . -365) T) ((-583 . -330) 92252) ((-520 . -330) 92229) ((-520 . -365) T) ((-317 . -308) 92208) ((-314 . -308) T) ((-602 . -850) 92187) ((-1112 . -717) 92129) ((-522 . -283) 92113) ((-658 . -23) T) ((-420 . -231) 92097) ((-314 . -1022) NIL) ((-338 . -23) T) ((-103 . -1010) 92081) ((-45 . -36) 92060) ((-612 . -1099) T) ((-353 . -370) T) ((-526 . -102) T) ((-497 . -27) T) ((-240 . -310) 91998) ((-1086 . -1111) T) ((-1288 . -648) 91972) ((-782 . -1111) T) ((-780 . -1111) T) ((-456 . -1111) T) ((-1061 . -454) T) ((-952 . -454) 91923) ((-1114 . -1082) T) ((-110 . -1099) T) ((-1086 . -23) T) ((-817 . -1057) T) ((-782 . -23) T) ((-780 . -23) T) ((-483 . -454) 91874) ((-1158 . -516) 91657) ((-383 . -384) 91636) ((-1177 . -413) 91620) ((-463 . -23) T) ((-456 . -23) T) ((-96 . -1099) T) ((-486 . -516) 91553) ((-1257 . -1051) 91436) ((-1257 . -640) 91333) ((-1250 . -640) 91174) ((-1250 . -1051) 91009) ((-290 . -291) T) ((-1229 . -1051) 90799) ((-1081 . -613) 90781) ((-1081 . -614) 90762) ((-409 . -909) 90741) ((-1229 . -640) 90537) ((-50 . -1111) T) ((-1209 . -131) T) ((-1024 . -920) T) ((-1003 . -726) T) ((-843 . -648) 90510) ((-712 . -886) NIL) ((-597 . -1051) 90483) ((-583 . -1111) T) ((-520 . -1111) T) ((-596 . -1051) 90366) ((-1166 . -402) 90318) ((-1004 . -310) NIL) ((-815 . -491) 90302) ((-597 . -640) 90275) ((-356 . -920) T) ((-596 . -640) 90172) ((-1155 . -34) T) ((-409 . -648) 90124) ((-50 . -23) T) ((-711 . -131) T) ((-712 . -1038) 90004) ((-583 . -23) T) ((-108 . -516) NIL) ((-520 . -23) T) ((-169 . -411) 89975) ((-1139 . -1099) T) ((-1280 . -1279) 89959) ((-701 . -795) T) ((-701 . -792) T) ((-1119 . -308) T) ((-381 . -147) T) ((-281 . -613) 89941) ((-1228 . -992) 89911) ((-48 . -920) T) ((-675 . -491) 89895) ((-252 . -1272) 89865) ((-251 . -1272) 89835) ((-1175 . -850) T) ((-1112 . -172) 89814) ((-1119 . -1022) T) ((-1046 . -34) T) ((-836 . -147) 89793) ((-836 . -145) 89772) ((-737 . -107) 89756) ((-612 . -132) T) ((-484 . -1099) 89546) ((-1177 . -1057) T) ((-871 . -454) T) ((-85 . -1215) T) ((-240 . -38) 89516) ((-141 . -107) 89498) ((-712 . -379) 89482) ((-833 . -616) 89350) ((-1288 . -726) T) ((-1277 . -1057) T) ((-1119 . -547) T) ((-581 . -102) T) ((-129 . -492) 89332) ((-1257 . -102) T) ((-392 . -1056) 89316) ((-1250 . -102) T) ((-1171 . -949) 89285) ((-129 . -613) 89252) ((-52 . -613) 89234) ((-1124 . -949) 89201) ((-653 . -413) 89185) ((-1229 . -102) T) ((-1157 . -516) NIL) ((-621 . -1056) 89169) ((-662 . -25) T) ((-662 . -21) T) ((-963 . -646) 89079) ((-735 . -646) 89024) ((-715 . -646) 88996) ((-392 . -111) 88975) ((-222 . -255) 88959) ((-1054 . -1053) 88899) ((-1054 . -1099) T) ((-1004 . -1150) T) ((-818 . -1099) T) ((-455 . -646) 88814) ((-345 . -1219) T) ((-635 . -648) 88798) ((-621 . -111) 88777) ((-607 . -648) 88761) ((-597 . -102) T) ((-312 . -492) 88742) ((-587 . -131) T) ((-596 . -102) T) ((-416 . -1099) T) ((-387 . -1099) T) ((-312 . -613) 88708) ((-227 . -1099) 88686) ((-647 . -516) 88619) ((-632 . -516) 88463) ((-833 . -1049) 88442) ((-644 . -151) 88426) ((-345 . -558) T) ((-712 . -900) 88369) ((-552 . -229) 88319) ((-1257 . -285) 88285) ((-1250 . -285) 88251) ((-1079 . -291) 88202) ((-489 . -848) T) ((-223 . -1111) T) ((-1229 . -285) 88168) ((-1209 . -495) 88134) ((-1004 . -38) 88084) ((-217 . -848) T) ((-420 . -646) 88043) ((-914 . -38) 87995) ((-843 . -794) 87974) ((-843 . -791) 87953) ((-843 . -726) 87932) ((-361 . -291) T) ((-355 . -291) T) ((-347 . -291) T) ((-169 . -454) 87863) ((-429 . -38) 87847) ((-108 . -291) T) ((-223 . -23) T) ((-409 . -794) 87826) ((-409 . -791) 87805) ((-409 . -726) T) ((-502 . -289) 87780) ((-479 . -1056) 87745) ((-658 . -131) T) ((-621 . -616) 87714) ((-1112 . -516) 87647) ((-338 . -131) T) ((-169 . -404) 87626) ((-484 . -717) 87568) ((-815 . -287) 87545) ((-479 . -111) 87501) ((-653 . -1057) T) ((-816 . -1051) 87344) ((-1276 . -1082) T) ((-1238 . -454) 87275) ((-816 . -640) 87124) ((-1275 . -1082) T) ((-1086 . -131) T) ((-1054 . -717) 87066) ((-782 . -131) T) ((-780 . -131) T) ((-573 . -454) T) ((-1027 . -516) 86999) ((-621 . -1049) T) ((-593 . -1099) T) ((-535 . -173) T) ((-463 . -131) T) ((-456 . -131) T) ((-45 . -1099) T) ((-387 . -717) 86969) ((-817 . -1099) T) ((-478 . -516) 86902) ((-465 . -516) 86835) ((-455 . -369) 86805) ((-45 . -610) 86784) ((-317 . -303) T) ((-479 . -616) 86734) ((-1229 . -310) 86619) ((-670 . -613) 86581) ((-59 . -850) 86560) ((-1004 . -402) 86542) ((-550 . -613) 86524) ((-799 . -646) 86483) ((-815 . -604) 86460) ((-518 . -850) 86439) ((-498 . -850) 86418) ((-40 . -1219) T) ((-999 . -1038) 86314) ((-50 . -131) T) ((-583 . -131) T) ((-520 . -131) T) ((-295 . -648) 86174) ((-345 . -330) 86151) ((-345 . -365) T) ((-323 . -324) 86128) ((-320 . -287) 86113) ((-40 . -558) T) ((-381 . -1200) T) ((-381 . -1203) T) ((-1035 . -1191) 86088) ((-1188 . -235) 86038) ((-1166 . -231) 85990) ((-331 . -1099) T) ((-381 . -95) T) ((-381 . -35) T) ((-1035 . -107) 85936) ((-479 . -1049) T) ((-1289 . -1056) 85920) ((-481 . -235) 85870) ((-1158 . -491) 85804) ((-1280 . -1051) 85788) ((-383 . -1056) 85772) ((-1280 . -640) 85742) ((-479 . -243) T) ((-816 . -102) T) ((-714 . -147) 85721) ((-714 . -145) 85700) ((-486 . -491) 85684) ((-487 . -337) 85653) ((-1289 . -111) 85632) ((-514 . -1099) T) ((-484 . -172) 85611) ((-999 . -379) 85595) ((-415 . -102) T) ((-383 . -111) 85574) ((-999 . -340) 85558) ((-280 . -983) 85542) ((-279 . -983) 85526) ((-1287 . -613) 85508) ((-1285 . -613) 85490) ((-110 . -516) NIL) ((-1171 . -1241) 85474) ((-854 . -852) 85458) ((-1177 . -1099) T) ((-103 . -1215) T) ((-952 . -949) 85419) ((-817 . -717) 85361) ((-1229 . -1150) NIL) ((-483 . -949) 85306) ((-1061 . -143) T) ((-60 . -102) 85284) ((-44 . -613) 85266) ((-78 . -613) 85248) ((-353 . -648) 85193) ((-1277 . -1099) T) ((-513 . -850) T) ((-345 . -1111) T) ((-296 . -1099) T) ((-999 . -900) 85152) ((-296 . -610) 85131) ((-1289 . -616) 85080) ((-1257 . -38) 84977) ((-1250 . -38) 84818) ((-1229 . -38) 84614) ((-489 . -1057) T) ((-383 . -616) 84598) ((-217 . -1057) T) ((-345 . -23) T) ((-152 . -613) 84580) ((-833 . -795) 84559) ((-833 . -792) 84538) ((-1214 . -616) 84519) ((-597 . -38) 84492) ((-596 . -38) 84389) ((-870 . -558) T) ((-223 . -131) T) ((-320 . -1002) 84355) ((-79 . -613) 84337) ((-712 . -308) 84316) ((-295 . -726) 84218) ((-824 . -102) T) ((-864 . -844) T) ((-295 . -475) 84197) ((-1280 . -102) T) ((-40 . -365) T) ((-872 . -147) 84176) ((-487 . -646) 84158) ((-872 . -145) 84137) ((-1157 . -491) 84119) ((-1289 . -1049) T) ((-484 . -516) 84052) ((-1145 . -1215) T) ((-964 . -613) 84034) ((-647 . -491) 84018) ((-632 . -491) 83949) ((-815 . -613) 83680) ((-48 . -27) T) ((-1177 . -717) 83577) ((-653 . -1099) T) ((-861 . -860) T) ((-438 . -366) 83551) ((-731 . -646) 83461) ((-1101 . -102) T) ((-970 . -1099) T) ((-864 . -1099) T) ((-816 . -310) 83448) ((-535 . -529) T) ((-535 . -578) T) ((-1285 . -384) 83420) ((-1054 . -516) 83353) ((-1158 . -287) 83329) ((-240 . -231) 83298) ((-252 . -1051) 83195) ((-251 . -1051) 83092) ((-1277 . -717) 83062) ((-1165 . -93) T) ((-994 . -93) T) ((-817 . -172) 83041) ((-252 . -640) 82983) ((-251 . -640) 82925) ((-1212 . -492) 82902) ((-227 . -516) 82835) ((-621 . -795) 82814) ((-621 . -792) 82793) ((-1212 . -613) 82705) ((-222 . -1215) T) ((-675 . -613) 82637) ((-1173 . -646) 82547) ((-1155 . -1010) 82531) ((-943 . -102) 82481) ((-353 . -726) T) ((-861 . -613) 82463) ((-1172 . -646) 82345) ((-1166 . -646) 82182) ((-1125 . -646) 82092) ((-1229 . -402) 82044) ((-1112 . -491) 82028) ((-60 . -310) 81966) ((-332 . -102) T) ((-1209 . -21) T) ((-1209 . -25) T) ((-40 . -1111) T) ((-711 . -21) T) ((-627 . -613) 81948) ((-517 . -324) 81927) ((-711 . -25) T) ((-441 . -102) T) ((-108 . -287) NIL) ((-921 . -1111) T) ((-40 . -23) T) ((-771 . -1111) T) ((-566 . -1219) T) ((-497 . -1219) T) ((-320 . -613) 81909) ((-1004 . -231) 81891) ((-169 . -166) 81875) ((-582 . -558) T) ((-566 . -558) T) ((-497 . -558) T) ((-771 . -23) T) ((-1249 . -147) 81854) ((-1158 . -604) 81830) ((-1249 . -145) 81809) ((-1027 . -491) 81793) ((-1228 . -145) 81718) ((-1228 . -147) 81643) ((-1280 . -1286) 81622) ((-478 . -491) 81606) ((-465 . -491) 81590) ((-525 . -34) T) ((-653 . -717) 81560) ((-112 . -967) T) ((-662 . -850) 81539) ((-1177 . -172) 81490) ((-367 . -102) T) ((-240 . -238) 81469) ((-252 . -102) T) ((-251 . -102) T) ((-1238 . -949) 81438) ((-245 . -850) 81417) ((-816 . -38) 81266) ((-45 . -516) 81058) ((-1157 . -287) 81033) ((-214 . -1099) T) ((-1149 . -1099) T) ((-1149 . -610) 81012) ((-587 . -25) T) ((-587 . -21) T) ((-1101 . -310) 80950) ((-963 . -413) 80934) ((-699 . -1219) T) ((-632 . -287) 80909) ((-1086 . -639) 80857) ((-782 . -639) 80805) ((-780 . -639) 80753) ((-345 . -131) T) ((-290 . -613) 80735) ((-905 . -1099) T) ((-699 . -558) T) ((-129 . -616) 80717) ((-870 . -1111) T) ((-456 . -639) 80665) ((-905 . -903) 80649) ((-381 . -454) T) ((-489 . -1099) T) ((-943 . -310) 80587) ((-701 . -648) 80574) ((-551 . -844) T) ((-217 . -1099) T) ((-317 . -920) 80553) ((-314 . -920) T) ((-314 . -820) NIL) ((-392 . -720) T) ((-870 . -23) T) ((-116 . -648) 80540) ((-476 . -145) 80519) ((-420 . -413) 80503) ((-476 . -147) 80482) ((-110 . -491) 80464) ((-312 . -616) 80445) ((-2 . -613) 80427) ((-186 . -102) T) ((-1157 . -19) 80409) ((-1157 . -604) 80384) ((-658 . -21) T) ((-658 . -25) T) ((-594 . -1143) T) ((-1112 . -287) 80361) ((-338 . -25) T) ((-338 . -21) T) ((-240 . -646) 80111) ((-497 . -365) T) ((-1280 . -38) 80081) ((-1171 . -1051) 79904) ((-1141 . -1215) T) ((-1124 . -1051) 79747) ((-854 . -1051) 79731) ((-632 . -604) 79706) ((-1171 . -640) 79535) ((-1124 . -640) 79384) ((-854 . -640) 79354) ((-1287 . -1056) 79338) ((-1285 . -1056) 79322) ((-551 . -1099) T) ((-1086 . -25) T) ((-1086 . -21) T) ((-533 . -792) T) ((-533 . -795) T) ((-117 . -1219) T) ((-963 . -1057) T) ((-623 . -558) T) ((-782 . -25) T) ((-782 . -21) T) ((-780 . -21) T) ((-780 . -25) T) ((-735 . -1057) T) ((-715 . -1057) T) ((-670 . -1056) 79306) ((-519 . -1082) T) ((-463 . -25) T) ((-117 . -558) T) ((-463 . -21) T) ((-456 . -25) T) ((-456 . -21) T) ((-1249 . -1200) 79272) ((-1249 . -1203) 79238) ((-1141 . -1038) 79134) ((-817 . -291) 79113) ((-1249 . -95) 79079) ((-823 . -1099) T) ((-1232 . -102) 79057) ((-966 . -967) T) ((-670 . -111) 79036) ((-296 . -516) 78828) ((-1229 . -231) 78780) ((-1228 . -1200) 78746) ((-1228 . -1203) 78712) ((-252 . -310) 78650) ((-251 . -310) 78588) ((-1223 . -370) T) ((-1158 . -614) NIL) ((-1158 . -613) 78570) ((-1220 . -844) T) ((-1141 . -379) 78554) ((-1119 . -820) T) ((-96 . -93) T) ((-1119 . -920) T) ((-1112 . -604) 78531) ((-1079 . -614) 78515) ((-1004 . -646) 78465) ((-914 . -646) 78402) ((-815 . -289) 78379) ((-486 . -613) 78311) ((-608 . -151) 78258) ((-489 . -717) 78208) ((-420 . -1057) T) ((-484 . -491) 78192) ((-429 . -646) 78151) ((-328 . -850) 78130) ((-341 . -648) 78104) ((-50 . -21) T) ((-50 . -25) T) ((-217 . -717) 78054) ((-169 . -724) 78025) ((-174 . -648) 77957) ((-583 . -21) T) ((-583 . -25) T) ((-520 . -25) T) ((-520 . -21) T) ((-477 . -151) 77907) ((-1079 . -613) 77889) ((-1060 . -613) 77871) ((-993 . -102) T) ((-862 . -102) T) ((-799 . -413) 77835) ((-40 . -131) T) ((-699 . -365) T) ((-701 . -726) T) ((-701 . -794) T) ((-701 . -791) T) ((-212 . -895) T) ((-582 . -1111) T) ((-566 . -1111) T) ((-497 . -1111) T) ((-361 . -613) 77817) ((-355 . -613) 77799) ((-347 . -613) 77781) ((-66 . -398) T) ((-66 . -397) T) ((-108 . -614) 77711) ((-108 . -613) 77653) ((-211 . -895) T) ((-958 . -151) 77637) ((-771 . -131) T) ((-670 . -616) 77555) ((-134 . -726) T) ((-116 . -726) T) ((-1249 . -35) 77521) ((-1054 . -491) 77505) ((-582 . -23) T) ((-566 . -23) T) ((-497 . -23) T) ((-1228 . -95) 77471) ((-1228 . -35) 77437) ((-1171 . -102) T) ((-1124 . -102) T) ((-854 . -102) T) ((-227 . -491) 77421) ((-1287 . -111) 77400) ((-1285 . -111) 77379) ((-44 . -1056) 77363) ((-1287 . -616) 77309) ((-1238 . -1241) 77293) ((-855 . -852) 77277) ((-1287 . -1049) T) ((-1177 . -291) 77256) ((-110 . -287) 77231) ((-1285 . -616) 77160) ((-128 . -151) 77142) ((-1141 . -900) 77101) ((-44 . -111) 77080) ((-1220 . -1099) T) ((-1180 . -1260) T) ((-1165 . -492) 77061) ((-1165 . -613) 77027) ((-670 . -1049) T) ((-1157 . -614) NIL) ((-1157 . -613) 77009) ((-1062 . -610) 76984) ((-1062 . -1099) T) ((-994 . -492) 76965) ((-74 . -443) T) ((-74 . -397) T) ((-994 . -613) 76931) ((-152 . -1056) 76915) ((-670 . -233) 76894) ((-573 . -556) 76878) ((-357 . -147) 76857) ((-357 . -145) 76808) ((-354 . -147) 76787) ((-354 . -145) 76738) ((-346 . -147) 76717) ((-346 . -145) 76668) ((-265 . -145) 76647) ((-265 . -147) 76626) ((-252 . -38) 76596) ((-247 . -147) 76575) ((-117 . -365) T) ((-247 . -145) 76554) ((-251 . -38) 76524) ((-152 . -111) 76503) ((-1003 . -1038) 76391) ((-1166 . -848) NIL) ((-694 . -1219) T) ((-799 . -1057) T) ((-699 . -1111) T) ((-1285 . -1049) T) ((-1155 . -1215) T) ((-1003 . -379) 76368) ((-910 . -145) T) ((-910 . -147) 76350) ((-870 . -131) T) ((-815 . -1056) 76247) ((-699 . -23) T) ((-694 . -558) T) ((-225 . -1051) 76212) ((-647 . -613) 76144) ((-647 . -614) 76105) ((-632 . -614) NIL) ((-632 . -613) 76087) ((-489 . -172) T) ((-225 . -640) 76052) ((-223 . -21) T) ((-217 . -172) T) ((-223 . -25) T) ((-476 . -1203) 76018) ((-476 . -1200) 75984) ((-275 . -613) 75966) ((-274 . -613) 75948) ((-273 . -613) 75930) ((-272 . -613) 75912) ((-271 . -613) 75894) ((-502 . -651) 75876) ((-270 . -613) 75858) ((-341 . -726) T) ((-269 . -613) 75840) ((-110 . -19) 75822) ((-174 . -726) T) ((-502 . -375) 75804) ((-212 . -613) 75786) ((-522 . -1148) 75770) ((-502 . -123) T) ((-110 . -604) 75745) ((-211 . -613) 75727) ((-476 . -35) 75693) ((-476 . -95) 75659) ((-209 . -613) 75641) ((-208 . -613) 75623) ((-207 . -613) 75605) ((-206 . -613) 75587) ((-203 . -613) 75569) ((-202 . -613) 75551) ((-201 . -613) 75533) ((-200 . -613) 75515) ((-199 . -613) 75497) ((-198 . -613) 75479) ((-197 . -613) 75461) ((-538 . -1102) 75413) ((-196 . -613) 75395) ((-195 . -613) 75377) ((-45 . -491) 75314) ((-194 . -613) 75296) ((-193 . -613) 75278) ((-152 . -616) 75247) ((-1114 . -102) T) ((-815 . -111) 75137) ((-644 . -102) 75087) ((-484 . -287) 75064) ((-1112 . -613) 74795) ((-1100 . -1099) T) ((-1046 . -1215) T) ((-1288 . -1038) 74779) ((-1061 . -1051) 74766) ((-1171 . -310) 74753) ((-952 . -1051) 74596) ((-1134 . -1099) T) ((-1124 . -310) 74583) ((-623 . -1111) T) ((-1061 . -640) 74570) ((-1095 . -1082) T) ((-952 . -640) 74419) ((-1089 . -1082) T) ((-483 . -1051) 74262) ((-1072 . -1082) T) ((-1065 . -1082) T) ((-1036 . -1082) T) ((-1019 . -1082) T) ((-117 . -1111) T) ((-483 . -640) 74111) ((-819 . -102) T) ((-626 . -1082) T) ((-623 . -23) T) ((-1149 . -516) 73903) ((-485 . -1082) T) ((-388 . -102) T) ((-325 . -102) T) ((-218 . -1082) T) ((-963 . -1099) T) ((-152 . -1049) T) ((-731 . -413) 73887) ((-117 . -23) T) ((-1003 . -900) 73839) ((-735 . -1099) T) ((-715 . -1099) T) ((-455 . -1099) T) ((-409 . -1215) T) ((-317 . -432) 73823) ((-593 . -93) T) ((-1257 . -646) 73733) ((-1027 . -614) 73694) ((-1024 . -1219) T) ((-225 . -102) T) ((-1027 . -613) 73656) ((-1250 . -646) 73538) ((-816 . -231) 73522) ((-815 . -616) 73252) ((-1229 . -646) 73089) ((-1024 . -558) T) ((-833 . -648) 73062) ((-356 . -1219) T) ((-478 . -613) 73024) ((-478 . -614) 72985) ((-465 . -614) 72946) ((-465 . -613) 72908) ((-597 . -646) 72880) ((-409 . -884) 72864) ((-320 . -1056) 72699) ((-409 . -886) 72624) ((-596 . -646) 72534) ((-843 . -1038) 72430) ((-489 . -516) NIL) ((-484 . -604) 72407) ((-356 . -558) T) ((-217 . -516) NIL) ((-872 . -454) T) ((-420 . -1099) T) ((-409 . -1038) 72271) ((-320 . -111) 72092) ((-694 . -365) T) ((-225 . -285) T) ((-1212 . -616) 72069) ((-48 . -1219) T) ((-815 . -1049) 71999) ((-1171 . -1150) 71977) ((-582 . -131) T) ((-566 . -131) T) ((-497 . -131) T) ((-1158 . -289) 71953) ((-48 . -558) T) ((-1061 . -102) T) ((-952 . -102) T) ((-871 . -1051) 71898) ((-317 . -27) 71877) ((-815 . -233) 71829) ((-249 . -835) 71811) ((-240 . -848) 71790) ((-187 . -835) 71772) ((-713 . -102) T) ((-296 . -491) 71709) ((-871 . -640) 71654) ((-483 . -102) T) ((-731 . -1057) T) ((-612 . -613) 71636) ((-612 . -614) 71497) ((-409 . -379) 71481) ((-409 . -340) 71465) ((-320 . -616) 71291) ((-1171 . -38) 71120) ((-1124 . -38) 70969) ((-854 . -38) 70939) ((-392 . -648) 70923) ((-644 . -310) 70861) ((-963 . -717) 70758) ((-735 . -717) 70728) ((-222 . -107) 70712) ((-45 . -287) 70637) ((-621 . -648) 70611) ((-313 . -1099) T) ((-290 . -1056) 70598) ((-110 . -613) 70580) ((-110 . -614) 70562) ((-455 . -717) 70532) ((-816 . -254) 70471) ((-689 . -1099) 70449) ((-552 . -1099) T) ((-1173 . -1057) T) ((-1172 . -1057) T) ((-96 . -492) 70430) ((-1166 . -1057) T) ((-290 . -111) 70415) ((-1125 . -1057) T) ((-552 . -610) 70394) ((-96 . -613) 70360) ((-1004 . -848) T) ((-227 . -687) 70318) ((-694 . -1111) T) ((-1209 . -740) 70294) ((-1024 . -365) T) ((-838 . -835) 70276) ((-833 . -794) 70255) ((-409 . -900) 70214) ((-320 . -1049) T) ((-345 . -25) T) ((-345 . -21) T) ((-169 . -1051) 70124) ((-68 . -1215) T) ((-833 . -791) 70103) ((-420 . -717) 70077) ((-799 . -1099) T) ((-712 . -920) 70056) ((-699 . -131) T) ((-169 . -640) 69884) ((-694 . -23) T) ((-489 . -291) T) ((-833 . -726) 69863) ((-320 . -233) 69815) ((-320 . -243) 69794) ((-217 . -291) T) ((-129 . -370) T) ((-1249 . -454) 69773) ((-1228 . -454) 69752) ((-356 . -330) 69729) ((-356 . -365) T) ((-1139 . -613) 69711) ((-45 . -1253) 69661) ((-871 . -102) T) ((-644 . -283) 69645) ((-699 . -1059) T) ((-1276 . -102) T) ((-1275 . -102) T) ((-479 . -648) 69610) ((-470 . -1099) T) ((-45 . -604) 69535) ((-1157 . -289) 69510) ((-290 . -616) 69482) ((-40 . -639) 69421) ((-1238 . -1051) 69244) ((-855 . -1051) 69228) ((-48 . -365) T) ((-1105 . -613) 69210) ((-1238 . -640) 69039) ((-855 . -640) 69009) ((-632 . -289) 68984) ((-816 . -646) 68894) ((-573 . -1051) 68881) ((-484 . -613) 68612) ((-240 . -413) 68581) ((-952 . -310) 68568) ((-573 . -640) 68555) ((-65 . -1215) T) ((-1062 . -516) 68399) ((-671 . -1099) T) ((-623 . -131) T) ((-483 . -310) 68386) ((-606 . -1099) T) ((-548 . -102) T) ((-117 . -131) T) ((-290 . -1049) T) ((-180 . -1099) T) ((-161 . -1099) T) ((-156 . -1099) T) ((-154 . -1099) T) ((-455 . -761) T) ((-31 . -1082) T) ((-963 . -172) 68337) ((-970 . -93) T) ((-1079 . -1056) 68247) ((-621 . -794) 68226) ((-594 . -1099) T) ((-621 . -791) 68205) ((-621 . -726) T) ((-296 . -287) 68184) ((-295 . -1215) T) ((-1054 . -613) 68146) ((-1054 . -614) 68107) ((-1024 . -1111) T) ((-169 . -102) T) ((-276 . -850) T) ((-1164 . -1099) T) ((-818 . -613) 68089) ((-1112 . -289) 68066) ((-1101 . -229) 68050) ((-1003 . -308) T) ((-799 . -717) 68034) ((-361 . -1056) 67986) ((-356 . -1111) T) ((-355 . -1056) 67938) ((-416 . -613) 67920) ((-387 . -613) 67902) ((-347 . -1056) 67854) ((-227 . -613) 67786) ((-1079 . -111) 67682) ((-1024 . -23) T) ((-108 . -1056) 67632) ((-898 . -102) T) ((-841 . -102) T) ((-808 . -102) T) ((-769 . -102) T) ((-677 . -102) T) ((-476 . -454) 67611) ((-420 . -172) T) ((-361 . -111) 67549) ((-355 . -111) 67487) ((-347 . -111) 67425) ((-252 . -231) 67394) ((-251 . -231) 67363) ((-356 . -23) T) ((-71 . -1215) T) ((-225 . -38) 67328) ((-108 . -111) 67262) ((-40 . -25) T) ((-40 . -21) T) ((-670 . -720) T) ((-169 . -285) 67240) ((-48 . -1111) T) ((-921 . -25) T) ((-771 . -25) T) ((-1289 . -648) 67214) ((-1149 . -491) 67151) ((-487 . -1099) T) ((-1280 . -646) 67110) ((-1238 . -102) T) ((-1061 . -1150) T) ((-855 . -102) T) ((-240 . -1057) 67040) ((-964 . -792) 66993) ((-964 . -795) 66946) ((-383 . -648) 66930) ((-48 . -23) T) ((-815 . -795) 66881) ((-815 . -792) 66832) ((-550 . -370) T) ((-296 . -604) 66811) ((-479 . -726) T) ((-573 . -102) T) ((-1079 . -616) 66629) ((-249 . -185) T) ((-187 . -185) T) ((-871 . -310) 66586) ((-653 . -287) 66565) ((-112 . -661) T) ((-361 . -616) 66502) ((-355 . -616) 66439) ((-347 . -616) 66376) ((-76 . -1215) T) ((-108 . -616) 66326) ((-1061 . -38) 66313) ((-664 . -376) 66292) ((-952 . -38) 66141) ((-731 . -1099) T) ((-483 . -38) 65990) ((-86 . -1215) T) ((-593 . -492) 65971) ((-573 . -285) T) ((-1229 . -848) NIL) ((-593 . -613) 65937) ((-1173 . -1099) T) ((-1172 . -1099) T) ((-1079 . -1049) T) ((-353 . -1038) 65914) ((-817 . -492) 65898) ((-1004 . -1057) T) ((-45 . -613) 65880) ((-45 . -614) NIL) ((-914 . -1057) T) ((-817 . -613) 65849) ((-1166 . -1099) T) ((-1146 . -102) 65827) ((-1079 . -243) 65778) ((-429 . -1057) T) ((-361 . -1049) T) ((-367 . -366) 65755) ((-355 . -1049) T) ((-347 . -1049) T) ((-252 . -238) 65734) ((-251 . -238) 65713) ((-1079 . -233) 65638) ((-1125 . -1099) T) ((-295 . -900) 65597) ((-108 . -1049) T) ((-694 . -131) T) ((-420 . -516) 65439) ((-361 . -233) 65418) ((-361 . -243) T) ((-44 . -720) T) ((-355 . -233) 65397) ((-355 . -243) T) ((-347 . -233) 65376) ((-347 . -243) T) ((-1165 . -616) 65357) ((-169 . -310) 65322) ((-108 . -243) T) ((-108 . -233) T) ((-994 . -616) 65303) ((-320 . -792) T) ((-870 . -21) T) ((-870 . -25) T) ((-409 . -308) T) ((-502 . -34) T) ((-110 . -289) 65278) ((-1112 . -1056) 65175) ((-871 . -1150) NIL) ((-331 . -613) 65157) ((-409 . -1022) 65135) ((-1112 . -111) 65025) ((-691 . -1260) T) ((-438 . -1099) T) ((-250 . -1099) T) ((-1289 . -726) T) ((-63 . -613) 65007) ((-871 . -38) 64952) ((-525 . -1215) T) ((-602 . -151) 64936) ((-514 . -613) 64918) ((-1238 . -310) 64905) ((-731 . -717) 64754) ((-533 . -793) T) ((-533 . -794) T) ((-566 . -639) 64736) ((-497 . -639) 64696) ((-357 . -454) T) ((-354 . -454) T) ((-346 . -454) T) ((-265 . -454) 64647) ((-527 . -1099) T) ((-522 . -1099) 64597) ((-247 . -454) 64548) ((-1149 . -287) 64527) ((-1177 . -613) 64509) ((-689 . -516) 64442) ((-963 . -291) 64421) ((-552 . -516) 64213) ((-252 . -646) 64033) ((-251 . -646) 63840) ((-1277 . -613) 63809) ((-1171 . -231) 63793) ((-1112 . -616) 63523) ((-169 . -1150) 63502) ((-1277 . -492) 63486) ((-1173 . -717) 63383) ((-1172 . -717) 63224) ((-892 . -102) T) ((-1166 . -717) 63020) ((-1125 . -717) 62917) ((-1155 . -674) 62901) ((-357 . -404) 62852) ((-354 . -404) 62803) ((-346 . -404) 62754) ((-1024 . -131) T) ((-799 . -516) 62666) ((-296 . -614) NIL) ((-296 . -613) 62648) ((-910 . -454) T) ((-964 . -370) 62601) ((-815 . -370) 62580) ((-512 . -511) 62559) ((-510 . -511) 62538) ((-489 . -287) NIL) ((-484 . -289) 62515) ((-420 . -291) T) ((-356 . -131) T) ((-217 . -287) NIL) ((-694 . -495) NIL) ((-99 . -1111) T) ((-169 . -38) 62343) ((-1249 . -973) 62305) ((-1146 . -310) 62243) ((-1228 . -973) 62212) ((-910 . -404) T) ((-1112 . -1049) 62142) ((-1251 . -558) T) ((-1149 . -604) 62121) ((-112 . -850) T) ((-1062 . -491) 62052) ((-582 . -21) T) ((-582 . -25) T) ((-566 . -21) T) ((-566 . -25) T) ((-497 . -25) T) ((-497 . -21) T) ((-1238 . -1150) 62030) ((-1112 . -233) 61982) ((-48 . -131) T) ((-1196 . -102) T) ((-240 . -1099) 61772) ((-871 . -402) 61749) ((-1087 . -102) T) ((-1075 . -102) T) ((-608 . -102) T) ((-477 . -102) T) ((-1238 . -38) 61578) ((-855 . -38) 61548) ((-1034 . -1051) 61522) ((-731 . -172) 61433) ((-653 . -613) 61415) ((-645 . -1082) T) ((-1034 . -640) 61399) ((-573 . -38) 61386) ((-970 . -492) 61367) ((-970 . -613) 61333) ((-958 . -102) 61283) ((-864 . -613) 61265) ((-864 . -614) 61187) ((-594 . -516) NIL) ((-1257 . -1057) T) ((-1250 . -1057) T) ((-323 . -1051) 61169) ((-1229 . -1057) T) ((-1293 . -1111) T) ((-323 . -640) 61151) ((-1209 . -147) 61130) ((-1209 . -145) 61109) ((-1183 . -102) T) ((-1182 . -102) T) ((-1181 . -102) T) ((-597 . -1057) T) ((-596 . -1057) T) ((-1173 . -172) 61060) ((-1172 . -172) 60991) ((-381 . -1051) 60956) ((-1166 . -172) 60887) ((-1125 . -172) 60838) ((-1004 . -1099) T) ((-971 . -1099) T) ((-914 . -1099) T) ((-381 . -640) 60803) ((-799 . -797) 60787) ((-699 . -25) T) ((-699 . -21) T) ((-117 . -639) 60764) ((-701 . -886) 60746) ((-429 . -1099) T) ((-317 . -1219) 60725) ((-314 . -1219) T) ((-169 . -402) 60709) ((-836 . -1051) 60679) ((-476 . -973) 60641) ((-130 . -102) T) ((-128 . -102) T) ((-72 . -613) 60623) ((-827 . -1051) 60607) ((-108 . -795) T) ((-108 . -792) T) ((-701 . -1038) 60589) ((-317 . -558) 60568) ((-314 . -558) T) ((-836 . -640) 60538) ((-827 . -640) 60508) ((-1293 . -23) T) ((-134 . -1038) 60490) ((-96 . -616) 60471) ((-993 . -646) 60453) ((-484 . -1056) 60350) ((-45 . -289) 60275) ((-240 . -717) 60217) ((-519 . -102) T) ((-484 . -111) 60107) ((-1091 . -102) 60085) ((-1034 . -102) T) ((-1171 . -646) 59995) ((-1124 . -646) 59905) ((-854 . -646) 59864) ((-644 . -828) 59843) ((-731 . -516) 59786) ((-1054 . -1056) 59770) ((-1134 . -93) T) ((-1062 . -287) 59745) ((-623 . -21) T) ((-623 . -25) T) ((-526 . -1099) T) ((-670 . -648) 59719) ((-363 . -102) T) ((-323 . -102) T) ((-387 . -1056) 59703) ((-1054 . -111) 59682) ((-816 . -413) 59666) ((-117 . -25) T) ((-89 . -613) 59648) ((-117 . -21) T) ((-608 . -310) 59443) ((-477 . -310) 59247) ((-1149 . -614) NIL) ((-387 . -111) 59226) ((-381 . -102) T) ((-214 . -613) 59208) ((-1149 . -613) 59190) ((-1166 . -516) 58959) ((-1004 . -717) 58909) ((-1125 . -516) 58879) ((-914 . -717) 58831) ((-484 . -616) 58561) ((-353 . -308) T) ((-1188 . -151) 58511) ((-958 . -310) 58449) ((-836 . -102) T) ((-429 . -717) 58433) ((-225 . -828) T) ((-827 . -102) T) ((-825 . -102) T) ((-481 . -151) 58383) ((-1249 . -1248) 58362) ((-1119 . -1219) T) ((-341 . -1038) 58329) ((-1249 . -1243) 58299) ((-1249 . -1246) 58283) ((-1228 . -1227) 58262) ((-80 . -613) 58244) ((-905 . -613) 58226) ((-1228 . -1243) 58203) ((-1119 . -558) T) ((-921 . -850) T) ((-771 . -850) T) ((-672 . -850) T) ((-489 . -614) 58133) ((-489 . -613) 58074) ((-381 . -285) T) ((-1228 . -1225) 58058) ((-1251 . -1111) T) ((-217 . -614) 57988) ((-217 . -613) 57929) ((-1287 . -648) 57903) ((-1062 . -604) 57878) ((-818 . -616) 57862) ((-59 . -151) 57846) ((-518 . -151) 57830) ((-498 . -151) 57814) ((-361 . -1284) 57798) ((-355 . -1284) 57782) ((-347 . -1284) 57766) ((-317 . -365) 57745) ((-314 . -365) T) ((-484 . -1049) 57675) ((-694 . -639) 57657) ((-1285 . -648) 57631) ((-128 . -310) NIL) ((-1251 . -23) T) ((-689 . -491) 57615) ((-64 . -613) 57597) ((-1112 . -795) 57548) ((-1112 . -792) 57499) ((-552 . -491) 57436) ((-670 . -34) T) ((-484 . -233) 57388) ((-296 . -289) 57367) ((-240 . -172) 57346) ((-816 . -1057) T) ((-44 . -648) 57304) ((-1079 . -370) 57255) ((-731 . -291) 57186) ((-522 . -516) 57119) ((-817 . -1056) 57070) ((-1086 . -145) 57049) ((-551 . -613) 57031) ((-361 . -370) 57010) ((-355 . -370) 56989) ((-347 . -370) 56968) ((-1086 . -147) 56947) ((-871 . -231) 56924) ((-817 . -111) 56866) ((-782 . -145) 56845) ((-782 . -147) 56824) ((-265 . -949) 56791) ((-252 . -848) 56770) ((-247 . -949) 56715) ((-251 . -848) 56694) ((-780 . -145) 56673) ((-780 . -147) 56652) ((-152 . -648) 56626) ((-581 . -1099) T) ((-456 . -147) 56605) ((-456 . -145) 56584) ((-670 . -726) T) ((-823 . -613) 56566) ((-1257 . -1099) T) ((-1250 . -1099) T) ((-1229 . -1099) T) ((-1209 . -1203) 56532) ((-1209 . -1200) 56498) ((-1173 . -291) 56477) ((-1172 . -291) 56428) ((-1166 . -291) 56379) ((-1125 . -291) 56358) ((-341 . -900) 56339) ((-1004 . -172) T) ((-914 . -172) T) ((-694 . -21) T) ((-694 . -25) T) ((-225 . -646) 56289) ((-597 . -1099) T) ((-596 . -1099) T) ((-476 . -1246) 56273) ((-476 . -1243) 56243) ((-420 . -287) 56171) ((-549 . -850) T) ((-317 . -1111) 56020) ((-314 . -1111) T) ((-1209 . -35) 55986) ((-1209 . -95) 55952) ((-84 . -613) 55934) ((-91 . -102) 55912) ((-1293 . -131) T) ((-714 . -1051) 55882) ((-593 . -616) 55863) ((-583 . -145) T) ((-583 . -147) 55845) ((-520 . -147) 55827) ((-520 . -145) T) ((-714 . -640) 55797) ((-317 . -23) 55649) ((-40 . -344) 55623) ((-314 . -23) T) ((-817 . -616) 55537) ((-1157 . -651) 55519) ((-1280 . -1057) T) ((-1157 . -375) 55501) ((-815 . -648) 55349) ((-1095 . -102) T) ((-1089 . -102) T) ((-1072 . -102) T) ((-169 . -231) 55333) ((-1065 . -102) T) ((-1036 . -102) T) ((-1019 . -102) T) ((-594 . -491) 55315) ((-626 . -102) T) ((-240 . -516) 55248) ((-485 . -102) T) ((-1287 . -726) T) ((-1285 . -726) T) ((-218 . -102) T) ((-1177 . -1056) 55131) ((-1061 . -646) 55103) ((-952 . -646) 55013) ((-1177 . -111) 54882) ((-483 . -646) 54792) ((-861 . -173) T) ((-817 . -1049) T) ((-681 . -1082) T) ((-676 . -1082) T) ((-517 . -102) T) ((-512 . -102) T) ((-48 . -639) 54752) ((-510 . -102) T) ((-480 . -1082) T) ((-1277 . -1056) 54722) ((-138 . -1082) T) ((-137 . -1082) T) ((-133 . -1082) T) ((-1034 . -38) 54706) ((-817 . -233) T) ((-817 . -243) 54685) ((-1277 . -111) 54650) ((-1257 . -717) 54547) ((-1250 . -717) 54388) ((-552 . -287) 54367) ((-1238 . -231) 54351) ((-1220 . -613) 54333) ((-606 . -93) T) ((-1062 . -614) NIL) ((-1062 . -613) 54315) ((-671 . -93) T) ((-180 . -93) T) ((-161 . -93) T) ((-156 . -93) T) ((-154 . -93) T) ((-1229 . -717) 54111) ((-1003 . -920) T) ((-152 . -726) T) ((-1177 . -616) 53964) ((-1112 . -370) 53943) ((-1024 . -25) T) ((-1004 . -516) NIL) ((-252 . -413) 53912) ((-251 . -413) 53881) ((-1024 . -21) T) ((-872 . -1051) 53833) ((-597 . -717) 53806) ((-596 . -717) 53703) ((-799 . -287) 53661) ((-126 . -102) 53639) ((-833 . -1038) 53535) ((-169 . -828) 53514) ((-320 . -648) 53411) ((-815 . -34) T) ((-714 . -102) T) ((-1119 . -1111) T) ((-1026 . -1215) T) ((-872 . -640) 53363) ((-381 . -38) 53328) ((-356 . -25) T) ((-356 . -21) T) ((-187 . -102) T) ((-162 . -102) T) ((-249 . -102) T) ((-157 . -102) T) ((-357 . -1272) 53312) ((-354 . -1272) 53296) ((-346 . -1272) 53280) ((-169 . -351) 53259) ((-566 . -850) T) ((-1119 . -23) T) ((-87 . -613) 53241) ((-701 . -308) T) ((-836 . -38) 53211) ((-827 . -38) 53181) ((-1277 . -616) 53123) ((-1251 . -131) T) ((-1149 . -289) 53102) ((-964 . -726) 53001) ((-964 . -793) 52954) ((-964 . -794) 52907) ((-815 . -791) 52886) ((-116 . -308) T) ((-91 . -310) 52824) ((-675 . -34) T) ((-552 . -604) 52803) ((-48 . -25) T) ((-48 . -21) T) ((-815 . -794) 52754) ((-815 . -793) 52733) ((-701 . -1022) T) ((-653 . -1056) 52717) ((-871 . -646) 52647) ((-815 . -726) 52557) ((-964 . -475) 52510) ((-484 . -795) 52461) ((-484 . -792) 52412) ((-910 . -1272) 52399) ((-1177 . -1049) T) ((-653 . -111) 52378) ((-1177 . -327) 52355) ((-1201 . -102) 52333) ((-1100 . -613) 52315) ((-701 . -547) T) ((-816 . -1099) T) ((-1277 . -1049) T) ((-1134 . -492) 52296) ((-1221 . -102) T) ((-415 . -1099) T) ((-1134 . -613) 52262) ((-252 . -1057) 52192) ((-251 . -1057) 52122) ((-838 . -102) T) ((-290 . -648) 52109) ((-594 . -287) 52084) ((-689 . -687) 52042) ((-963 . -613) 52024) ((-872 . -102) T) ((-735 . -613) 52006) ((-715 . -613) 51988) ((-1257 . -172) 51939) ((-1250 . -172) 51870) ((-1229 . -172) 51801) ((-699 . -850) T) ((-1004 . -291) T) ((-455 . -613) 51783) ((-627 . -726) T) ((-60 . -1099) 51761) ((-245 . -151) 51745) ((-914 . -291) T) ((-1024 . -1012) T) ((-627 . -475) T) ((-712 . -1219) 51724) ((-653 . -616) 51642) ((-169 . -646) 51537) ((-1265 . -850) 51516) ((-597 . -172) 51495) ((-596 . -172) 51446) ((-1249 . -640) 51287) ((-1249 . -1051) 51122) ((-1228 . -640) 50936) ((-1228 . -1051) 50744) ((-712 . -558) 50655) ((-409 . -920) T) ((-409 . -820) 50634) ((-320 . -794) T) ((-970 . -616) 50615) ((-320 . -726) T) ((-420 . -613) 50597) ((-420 . -614) 50504) ((-644 . -1148) 50488) ((-110 . -651) 50470) ((-174 . -308) T) ((-126 . -310) 50408) ((-110 . -375) 50390) ((-400 . -1215) T) ((-317 . -131) 50261) ((-314 . -131) T) ((-69 . -397) T) ((-110 . -123) T) ((-522 . -491) 50245) ((-654 . -1111) T) ((-594 . -19) 50227) ((-61 . -443) T) ((-61 . -397) T) ((-824 . -1099) T) ((-594 . -604) 50202) ((-479 . -1038) 50162) ((-653 . -1049) T) ((-654 . -23) T) ((-1280 . -1099) T) ((-31 . -102) T) ((-1238 . -646) 50072) ((-855 . -646) 50031) ((-816 . -717) 49880) ((-579 . -860) T) ((-573 . -646) 49852) ((-117 . -850) NIL) ((-1171 . -413) 49836) ((-1124 . -413) 49820) ((-854 . -413) 49804) ((-873 . -102) 49755) ((-1249 . -102) T) ((-1229 . -516) 49524) ((-1228 . -102) T) ((-1201 . -310) 49462) ((-1173 . -287) 49447) ((-1172 . -287) 49432) ((-527 . -93) T) ((-1166 . -287) 49280) ((-313 . -613) 49262) ((-1101 . -1099) T) ((-1079 . -648) 49172) ((-711 . -454) T) ((-689 . -613) 49104) ((-290 . -726) T) ((-108 . -909) NIL) ((-689 . -614) 49065) ((-601 . -613) 49047) ((-579 . -613) 49029) ((-552 . -614) NIL) ((-552 . -613) 49011) ((-531 . -613) 48993) ((-513 . -511) 48972) ((-489 . -1056) 48922) ((-476 . -1051) 48757) ((-509 . -511) 48736) ((-476 . -640) 48577) ((-217 . -1056) 48527) ((-361 . -648) 48479) ((-355 . -648) 48431) ((-225 . -848) T) ((-347 . -648) 48383) ((-602 . -102) 48333) ((-484 . -370) 48312) ((-108 . -648) 48262) ((-489 . -111) 48196) ((-240 . -491) 48180) ((-345 . -147) 48162) ((-345 . -145) T) ((-169 . -372) 48133) ((-943 . -1263) 48117) ((-217 . -111) 48051) ((-872 . -310) 48016) ((-943 . -1099) 47966) ((-799 . -614) 47927) ((-799 . -613) 47909) ((-718 . -102) T) ((-332 . -1099) T) ((-214 . -616) 47886) ((-1119 . -131) T) ((-714 . -38) 47856) ((-317 . -495) 47835) ((-502 . -1215) T) ((-1249 . -285) 47801) ((-1228 . -285) 47767) ((-328 . -151) 47751) ((-441 . -1099) T) ((-1062 . -289) 47726) ((-1280 . -717) 47696) ((-1158 . -34) T) ((-1289 . -1038) 47673) ((-470 . -613) 47655) ((-486 . -34) T) ((-383 . -1038) 47639) ((-1171 . -1057) T) ((-1124 . -1057) T) ((-854 . -1057) T) ((-1061 . -848) T) ((-489 . -616) 47589) ((-217 . -616) 47539) ((-816 . -172) 47450) ((-522 . -287) 47427) ((-1257 . -291) 47406) ((-1196 . -366) 47380) ((-1087 . -267) 47364) ((-671 . -492) 47345) ((-671 . -613) 47311) ((-606 . -492) 47292) ((-117 . -992) 47269) ((-606 . -613) 47219) ((-476 . -102) T) ((-180 . -492) 47200) ((-180 . -613) 47166) ((-161 . -492) 47147) ((-156 . -492) 47128) ((-154 . -492) 47109) ((-161 . -613) 47075) ((-156 . -613) 47041) ((-367 . -1099) T) ((-252 . -1099) T) ((-251 . -1099) T) ((-154 . -613) 47007) ((-1250 . -291) 46958) ((-1229 . -291) 46909) ((-872 . -1150) 46887) ((-1173 . -1002) 46853) ((-608 . -366) 46793) ((-1172 . -1002) 46759) ((-608 . -229) 46706) ((-694 . -850) T) ((-594 . -613) 46688) ((-594 . -614) NIL) ((-477 . -229) 46638) ((-489 . -1049) T) ((-1166 . -1002) 46604) ((-88 . -442) T) ((-88 . -397) T) ((-217 . -1049) T) ((-1125 . -1002) 46570) ((-1079 . -726) T) ((-712 . -1111) T) ((-597 . -291) 46549) ((-596 . -291) 46528) ((-489 . -243) T) ((-489 . -233) T) ((-217 . -243) T) ((-217 . -233) T) ((-1164 . -613) 46510) ((-872 . -38) 46462) ((-361 . -726) T) ((-355 . -726) T) ((-347 . -726) T) ((-108 . -794) T) ((-108 . -791) T) ((-712 . -23) T) ((-108 . -726) T) ((-522 . -1253) 46446) ((-1293 . -25) T) ((-476 . -285) 46412) ((-1293 . -21) T) ((-1228 . -310) 46351) ((-1175 . -102) T) ((-40 . -145) 46323) ((-40 . -147) 46295) ((-522 . -604) 46272) ((-1112 . -648) 46120) ((-602 . -310) 46058) ((-45 . -651) 46008) ((-45 . -666) 45958) ((-45 . -375) 45908) ((-1157 . -34) T) ((-871 . -848) NIL) ((-654 . -131) T) ((-487 . -613) 45890) ((-240 . -287) 45867) ((-186 . -1099) T) ((-1086 . -454) 45818) ((-816 . -516) 45692) ((-664 . -1051) 45676) ((-647 . -34) T) ((-632 . -34) T) ((-782 . -454) 45607) ((-664 . -640) 45591) ((-357 . -1051) 45543) ((-354 . -1051) 45495) ((-346 . -1051) 45447) ((-265 . -1051) 45290) ((-247 . -1051) 45133) ((-780 . -454) 45084) ((-357 . -640) 45036) ((-354 . -640) 44988) ((-346 . -640) 44940) ((-265 . -640) 44789) ((-247 . -640) 44638) ((-456 . -454) 44589) ((-952 . -413) 44573) ((-731 . -613) 44555) ((-252 . -717) 44497) ((-251 . -717) 44439) ((-731 . -614) 44300) ((-483 . -413) 44284) ((-341 . -303) T) ((-526 . -93) T) ((-353 . -920) T) ((-1000 . -102) 44262) ((-910 . -1051) 44227) ((-1024 . -850) T) ((-60 . -516) 44160) ((-910 . -640) 44125) ((-1228 . -1150) 44077) ((-1004 . -287) NIL) ((-225 . -1057) T) ((-381 . -828) T) ((-1112 . -34) T) ((-583 . -454) T) ((-520 . -454) T) ((-1232 . -1092) 44061) ((-1232 . -1099) 44039) ((-240 . -604) 44016) ((-1232 . -1094) 43973) ((-1173 . -613) 43955) ((-1172 . -613) 43937) ((-1166 . -613) 43919) ((-1166 . -614) NIL) ((-1125 . -613) 43901) ((-872 . -402) 43885) ((-538 . -102) T) ((-1249 . -38) 43726) ((-1228 . -38) 43540) ((-870 . -147) T) ((-583 . -404) T) ((-520 . -404) T) ((-1261 . -102) T) ((-1251 . -21) T) ((-1251 . -25) T) ((-1112 . -791) 43519) ((-1112 . -794) 43470) ((-1112 . -793) 43449) ((-993 . -1099) T) ((-1027 . -34) T) ((-862 . -1099) T) ((-1112 . -726) 43359) ((-664 . -102) T) ((-645 . -102) T) ((-552 . -289) 43338) ((-1188 . -102) T) ((-478 . -34) T) ((-465 . -34) T) ((-357 . -102) T) ((-354 . -102) T) ((-346 . -102) T) ((-265 . -102) T) ((-247 . -102) T) ((-479 . -308) T) ((-1061 . -1057) T) ((-952 . -1057) T) ((-317 . -639) 43244) ((-314 . -639) 43205) ((-1171 . -1099) T) ((-483 . -1057) T) ((-481 . -102) T) ((-438 . -613) 43187) ((-1124 . -1099) T) ((-250 . -613) 43169) ((-854 . -1099) T) ((-1140 . -102) T) ((-816 . -291) 43100) ((-963 . -1056) 42983) ((-479 . -1022) T) ((-735 . -1056) 42953) ((-1034 . -646) 42912) ((-455 . -1056) 42882) ((-1146 . -1120) 42866) ((-1101 . -516) 42799) ((-963 . -111) 42668) ((-910 . -102) T) ((-735 . -111) 42633) ((-527 . -492) 42614) ((-527 . -613) 42580) ((-59 . -102) 42530) ((-522 . -614) 42491) ((-522 . -613) 42403) ((-521 . -102) 42381) ((-518 . -102) 42331) ((-499 . -102) 42309) ((-498 . -102) 42259) ((-455 . -111) 42222) ((-252 . -172) 42201) ((-251 . -172) 42180) ((-323 . -646) 42162) ((-420 . -1056) 42136) ((-1209 . -973) 42098) ((-999 . -1111) T) ((-381 . -646) 42048) ((-1134 . -616) 42029) ((-943 . -516) 41962) ((-489 . -795) T) ((-476 . -38) 41803) ((-420 . -111) 41770) ((-489 . -792) T) ((-1000 . -310) 41708) ((-217 . -795) T) ((-217 . -792) T) ((-999 . -23) T) ((-712 . -131) T) ((-1228 . -402) 41678) ((-836 . -646) 41623) ((-827 . -646) 41582) ((-317 . -25) 41434) ((-169 . -413) 41418) ((-317 . -21) 41289) ((-314 . -25) T) ((-314 . -21) T) ((-864 . -370) T) ((-963 . -616) 41142) ((-110 . -34) T) ((-735 . -616) 41098) ((-715 . -616) 41080) ((-484 . -648) 40928) ((-871 . -1057) T) ((-594 . -289) 40903) ((-582 . -147) T) ((-566 . -147) T) ((-497 . -147) T) ((-1171 . -717) 40732) ((-1124 . -717) 40581) ((-1119 . -639) 40563) ((-854 . -717) 40533) ((-670 . -1215) T) ((-1 . -102) T) ((-420 . -616) 40441) ((-240 . -613) 40172) ((-1114 . -1099) T) ((-1238 . -413) 40156) ((-1188 . -310) 39960) ((-963 . -1049) T) ((-735 . -1049) T) ((-715 . -1049) T) ((-644 . -1099) 39910) ((-1054 . -648) 39894) ((-855 . -413) 39878) ((-513 . -102) T) ((-509 . -102) T) ((-265 . -310) 39865) ((-247 . -310) 39852) ((-963 . -327) 39831) ((-387 . -648) 39815) ((-670 . -1038) 39711) ((-481 . -310) 39515) ((-252 . -516) 39448) ((-251 . -516) 39381) ((-1140 . -310) 39307) ((-819 . -1099) T) ((-799 . -1056) 39291) ((-1257 . -287) 39276) ((-1250 . -287) 39261) ((-1229 . -287) 39109) ((-388 . -1099) T) ((-325 . -1099) T) ((-420 . -1049) T) ((-169 . -1057) T) ((-59 . -310) 39047) ((-799 . -111) 39026) ((-596 . -287) 39011) ((-521 . -310) 38949) ((-518 . -310) 38887) ((-499 . -310) 38825) ((-498 . -310) 38763) ((-420 . -233) 38742) ((-484 . -34) T) ((-1004 . -614) 38672) ((-225 . -1099) T) ((-1004 . -613) 38632) ((-971 . -613) 38592) ((-971 . -614) 38567) ((-914 . -613) 38549) ((-699 . -147) T) ((-701 . -920) T) ((-701 . -820) T) ((-429 . -613) 38531) ((-1119 . -21) T) ((-1119 . -25) T) ((-670 . -379) 38515) ((-116 . -920) T) ((-872 . -231) 38499) ((-78 . -1215) T) ((-126 . -125) 38483) ((-1054 . -34) T) ((-1287 . -1038) 38457) ((-1285 . -1038) 38414) ((-1238 . -1057) T) ((-855 . -1057) T) ((-484 . -791) 38393) ((-357 . -1150) 38372) ((-354 . -1150) 38351) ((-346 . -1150) 38330) ((-484 . -794) 38281) ((-484 . -793) 38260) ((-227 . -34) T) ((-484 . -726) 38170) ((-799 . -616) 38018) ((-662 . -1051) 38002) ((-60 . -491) 37986) ((-573 . -1057) T) ((-662 . -640) 37970) ((-1171 . -172) 37861) ((-1124 . -172) 37772) ((-1061 . -1099) T) ((-1086 . -949) 37717) ((-952 . -1099) T) ((-817 . -648) 37668) ((-782 . -949) 37637) ((-713 . -1099) T) ((-780 . -949) 37604) ((-518 . -283) 37588) ((-670 . -900) 37547) ((-483 . -1099) T) ((-456 . -949) 37514) ((-79 . -1215) T) ((-357 . -38) 37479) ((-354 . -38) 37444) ((-346 . -38) 37409) ((-265 . -38) 37258) ((-247 . -38) 37107) ((-910 . -1150) T) ((-526 . -492) 37088) ((-623 . -147) 37067) ((-623 . -145) 37046) ((-526 . -613) 37012) ((-117 . -147) T) ((-117 . -145) NIL) ((-416 . -726) T) ((-799 . -1049) T) ((-345 . -454) T) ((-1257 . -1002) 36978) ((-1250 . -1002) 36944) ((-1229 . -1002) 36910) ((-910 . -38) 36875) ((-225 . -717) 36840) ((-320 . -47) 36810) ((-40 . -411) 36782) ((-140 . -613) 36764) ((-999 . -131) T) ((-815 . -1215) T) ((-174 . -920) T) ((-551 . -370) T) ((-606 . -616) 36745) ((-345 . -404) T) ((-714 . -646) 36690) ((-671 . -616) 36671) ((-180 . -616) 36652) ((-161 . -616) 36633) ((-156 . -616) 36614) ((-154 . -616) 36595) ((-522 . -289) 36572) ((-1228 . -231) 36542) ((-815 . -1038) 36369) ((-45 . -34) T) ((-681 . -102) T) ((-676 . -102) T) ((-662 . -102) T) ((-654 . -21) T) ((-654 . -25) T) ((-1101 . -491) 36353) ((-675 . -1215) T) ((-480 . -102) T) ((-245 . -102) 36303) ((-548 . -844) T) ((-137 . -102) T) ((-133 . -102) T) ((-138 . -102) T) ((-871 . -1099) T) ((-1177 . -648) 36228) ((-1061 . -717) 36215) ((-731 . -1056) 36058) ((-1171 . -516) 36005) ((-952 . -717) 35854) ((-1124 . -516) 35806) ((-1276 . -1099) T) ((-1275 . -1099) T) ((-483 . -717) 35655) ((-67 . -613) 35637) ((-731 . -111) 35466) ((-943 . -491) 35450) ((-1277 . -648) 35410) ((-817 . -726) T) ((-1173 . -1056) 35293) ((-1172 . -1056) 35128) ((-1166 . -1056) 34918) ((-1125 . -1056) 34801) ((-1003 . -1219) T) ((-1093 . -102) 34779) ((-815 . -379) 34748) ((-581 . -613) 34730) ((-548 . -1099) T) ((-1003 . -558) T) ((-1173 . -111) 34599) ((-1172 . -111) 34420) ((-1166 . -111) 34189) ((-1125 . -111) 34058) ((-1104 . -1102) 34022) ((-381 . -848) T) ((-1257 . -613) 34004) ((-1250 . -613) 33986) ((-872 . -646) 33923) ((-1229 . -613) 33905) ((-1229 . -614) NIL) ((-240 . -289) 33882) ((-40 . -454) T) ((-225 . -172) T) ((-169 . -1099) T) ((-731 . -616) 33667) ((-694 . -147) T) ((-694 . -145) NIL) ((-597 . -613) 33649) ((-596 . -613) 33631) ((-898 . -1099) T) ((-841 . -1099) T) ((-808 . -1099) T) ((-769 . -1099) T) ((-658 . -852) 33615) ((-677 . -1099) T) ((-815 . -900) 33547) ((-1220 . -370) T) ((-40 . -404) NIL) ((-1173 . -616) 33429) ((-1119 . -661) T) ((-871 . -717) 33374) ((-252 . -491) 33358) ((-251 . -491) 33342) ((-1172 . -616) 33085) ((-1166 . -616) 32880) ((-712 . -639) 32828) ((-653 . -648) 32802) ((-1125 . -616) 32684) ((-296 . -34) T) ((-731 . -1049) T) ((-583 . -1272) 32671) ((-520 . -1272) 32648) ((-1238 . -1099) T) ((-1171 . -291) 32559) ((-1124 . -291) 32490) ((-1061 . -172) T) ((-855 . -1099) T) ((-952 . -172) 32401) ((-782 . -1241) 32385) ((-644 . -516) 32318) ((-77 . -613) 32300) ((-731 . -327) 32265) ((-1177 . -726) T) ((-573 . -1099) T) ((-483 . -172) 32176) ((-245 . -310) 32114) ((-1141 . -1111) T) ((-70 . -613) 32096) ((-1277 . -726) T) ((-1173 . -1049) T) ((-1172 . -1049) T) ((-328 . -102) 32046) ((-1166 . -1049) T) ((-1141 . -23) T) ((-1125 . -1049) T) ((-91 . -1120) 32030) ((-866 . -1111) T) ((-1173 . -233) 31989) ((-1172 . -243) 31968) ((-1172 . -233) 31920) ((-1166 . -233) 31807) ((-1166 . -243) 31786) ((-320 . -900) 31692) ((-866 . -23) T) ((-169 . -717) 31520) ((-409 . -1219) T) ((-1100 . -370) T) ((-1003 . -365) T) ((-870 . -454) T) ((-1024 . -147) T) ((-943 . -287) 31497) ((-314 . -850) NIL) ((-1249 . -646) 31379) ((-874 . -102) T) ((-1228 . -646) 31234) ((-712 . -25) T) ((-409 . -558) T) ((-712 . -21) T) ((-527 . -616) 31215) ((-356 . -147) 31197) ((-356 . -145) T) ((-1146 . -1099) 31175) ((-455 . -720) T) ((-75 . -613) 31157) ((-114 . -850) T) ((-245 . -283) 31141) ((-240 . -1056) 31038) ((-81 . -613) 31020) ((-735 . -370) 30973) ((-1175 . -828) T) ((-737 . -235) 30957) ((-1158 . -1215) T) ((-141 . -235) 30939) ((-240 . -111) 30829) ((-1238 . -717) 30658) ((-48 . -147) T) ((-871 . -172) T) ((-855 . -717) 30628) ((-486 . -1215) T) ((-952 . -516) 30575) ((-653 . -726) T) ((-573 . -717) 30562) ((-1034 . -1057) T) ((-483 . -516) 30505) ((-943 . -19) 30489) ((-943 . -604) 30466) ((-816 . -614) NIL) ((-816 . -613) 30448) ((-1209 . -1051) 30331) ((-1004 . -1056) 30281) ((-415 . -613) 30263) ((-252 . -287) 30240) ((-251 . -287) 30217) ((-489 . -909) NIL) ((-317 . -29) 30187) ((-108 . -1215) T) ((-1003 . -1111) T) ((-217 . -909) NIL) ((-1209 . -640) 30084) ((-914 . -1056) 30036) ((-1079 . -1038) 29932) ((-1004 . -111) 29866) ((-711 . -1051) 29831) ((-1003 . -23) T) ((-914 . -111) 29769) ((-737 . -695) 29753) ((-711 . -640) 29718) ((-265 . -231) 29702) ((-429 . -1056) 29686) ((-381 . -1057) T) ((-240 . -616) 29416) ((-694 . -1203) NIL) ((-489 . -648) 29366) ((-476 . -646) 29248) ((-108 . -884) 29230) ((-108 . -886) 29212) ((-694 . -1200) NIL) ((-217 . -648) 29162) ((-361 . -1038) 29146) ((-355 . -1038) 29130) ((-328 . -310) 29068) ((-347 . -1038) 29052) ((-225 . -291) T) ((-429 . -111) 29031) ((-60 . -613) 28963) ((-169 . -172) T) ((-1119 . -850) T) ((-108 . -1038) 28923) ((-892 . -1099) T) ((-836 . -1057) T) ((-827 . -1057) T) ((-694 . -35) NIL) ((-694 . -95) NIL) ((-314 . -992) 28884) ((-183 . -102) T) ((-582 . -454) T) ((-566 . -454) T) ((-497 . -454) T) ((-409 . -365) T) ((-240 . -1049) 28814) ((-1149 . -34) T) ((-479 . -920) T) ((-999 . -639) 28762) ((-252 . -604) 28739) ((-251 . -604) 28716) ((-1079 . -379) 28700) ((-871 . -516) 28608) ((-240 . -233) 28560) ((-1157 . -1215) T) ((-1004 . -616) 28510) ((-914 . -616) 28447) ((-824 . -613) 28429) ((-1288 . -1111) T) ((-1280 . -613) 28411) ((-1238 . -172) 28302) ((-429 . -616) 28271) ((-108 . -379) 28253) ((-108 . -340) 28235) ((-1061 . -291) T) ((-952 . -291) 28166) ((-799 . -370) 28145) ((-647 . -1215) T) ((-632 . -1215) T) ((-587 . -1051) 28120) ((-483 . -291) 28051) ((-573 . -172) T) ((-328 . -283) 28035) ((-1288 . -23) T) ((-1209 . -102) T) ((-1196 . -1099) T) ((-1087 . -1099) T) ((-1075 . -1099) T) ((-587 . -640) 28010) ((-83 . -613) 27992) ((-1182 . -844) T) ((-1181 . -844) T) ((-711 . -102) T) ((-357 . -351) 27971) ((-608 . -1099) T) ((-354 . -351) 27950) ((-346 . -351) 27929) ((-477 . -1099) T) ((-1188 . -229) 27879) ((-265 . -254) 27841) ((-1141 . -131) T) ((-608 . -610) 27817) ((-1079 . -900) 27750) ((-1004 . -1049) T) ((-914 . -1049) T) ((-477 . -610) 27729) ((-1166 . -792) NIL) ((-1166 . -795) NIL) ((-1101 . -614) 27690) ((-481 . -229) 27640) ((-1101 . -613) 27622) ((-1004 . -243) T) ((-1004 . -233) T) ((-429 . -1049) T) ((-958 . -1099) 27572) ((-914 . -243) T) ((-866 . -131) T) ((-699 . -454) T) ((-843 . -1111) 27551) ((-108 . -900) NIL) ((-1209 . -285) 27517) ((-872 . -848) 27496) ((-1112 . -1215) T) ((-905 . -726) T) ((-169 . -516) 27408) ((-999 . -25) T) ((-905 . -475) T) ((-409 . -1111) T) ((-489 . -794) T) ((-489 . -791) T) ((-910 . -351) T) ((-489 . -726) T) ((-217 . -794) T) ((-217 . -791) T) ((-999 . -21) T) ((-217 . -726) T) ((-843 . -23) 27360) ((-1183 . -1099) T) ((-658 . -1051) 27344) ((-1182 . -1099) T) ((-526 . -616) 27325) ((-1181 . -1099) T) ((-320 . -308) 27304) ((-1035 . -235) 27250) ((-658 . -640) 27220) ((-409 . -23) T) ((-943 . -614) 27181) ((-943 . -613) 27093) ((-644 . -491) 27077) ((-45 . -1010) 27027) ((-617 . -967) T) ((-493 . -102) T) ((-332 . -613) 27009) ((-1112 . -1038) 26836) ((-594 . -651) 26818) ((-130 . -1099) T) ((-128 . -1099) T) ((-594 . -375) 26800) ((-345 . -1272) 26777) ((-441 . -613) 26759) ((-1238 . -516) 26706) ((-1086 . -1051) 26549) ((-1027 . -1215) T) ((-871 . -291) T) ((-1171 . -287) 26476) ((-1086 . -640) 26325) ((-1000 . -995) 26309) ((-782 . -1051) 26132) ((-780 . -1051) 25975) ((-782 . -640) 25804) ((-780 . -640) 25653) ((-478 . -1215) T) ((-465 . -1215) T) ((-587 . -102) T) ((-463 . -1051) 25624) ((-456 . -1051) 25467) ((-664 . -646) 25436) ((-623 . -454) 25415) ((-463 . -640) 25386) ((-456 . -640) 25235) ((-357 . -646) 25172) ((-354 . -646) 25109) ((-346 . -646) 25046) ((-265 . -646) 24956) ((-247 . -646) 24866) ((-1280 . -384) 24838) ((-519 . -1099) T) ((-117 . -454) T) ((-1195 . -102) T) ((-1091 . -1099) 24816) ((-1034 . -1099) T) ((-1114 . -93) T) ((-893 . -850) T) ((-1257 . -111) 24685) ((-353 . -1219) T) ((-1257 . -1056) 24568) ((-1112 . -379) 24537) ((-1250 . -1056) 24372) ((-1229 . -1056) 24162) ((-1250 . -111) 23983) ((-1229 . -111) 23752) ((-1209 . -310) 23739) ((-1003 . -131) T) ((-910 . -646) 23689) ((-367 . -613) 23671) ((-353 . -558) T) ((-290 . -308) T) ((-597 . -1056) 23644) ((-596 . -1056) 23527) ((-583 . -1051) 23492) ((-520 . -1051) 23437) ((-363 . -1099) T) ((-323 . -1099) T) ((-252 . -613) 23398) ((-251 . -613) 23359) ((-583 . -640) 23324) ((-520 . -640) 23269) ((-694 . -411) 23236) ((-635 . -23) T) ((-607 . -23) T) ((-658 . -102) T) ((-597 . -111) 23207) ((-596 . -111) 23076) ((-381 . -1099) T) ((-338 . -102) T) ((-169 . -291) 22987) ((-1228 . -848) 22940) ((-714 . -1057) T) ((-1146 . -516) 22873) ((-1112 . -900) 22805) ((-836 . -1099) T) ((-827 . -1099) T) ((-825 . -1099) T) ((-97 . -102) T) ((-144 . -850) T) ((-612 . -884) 22789) ((-110 . -1215) T) ((-1086 . -102) T) ((-1062 . -34) T) ((-782 . -102) T) ((-780 . -102) T) ((-1257 . -616) 22671) ((-1250 . -616) 22414) ((-463 . -102) T) ((-456 . -102) T) ((-1229 . -616) 22209) ((-240 . -795) 22160) ((-240 . -792) 22111) ((-649 . -102) T) ((-597 . -616) 22069) ((-596 . -616) 21951) ((-1238 . -291) 21862) ((-664 . -634) 21846) ((-186 . -613) 21828) ((-644 . -287) 21805) ((-1034 . -717) 21789) ((-573 . -291) T) ((-963 . -648) 21714) ((-1288 . -131) T) ((-735 . -648) 21674) ((-715 . -648) 21661) ((-276 . -102) T) ((-455 . -648) 21591) ((-50 . -102) T) ((-583 . -102) T) ((-520 . -102) T) ((-1257 . -1049) T) ((-1250 . -1049) T) ((-1229 . -1049) T) ((-509 . -646) 21573) ((-323 . -717) 21555) ((-1257 . -233) 21514) ((-1250 . -243) 21493) ((-1250 . -233) 21445) ((-1229 . -233) 21332) ((-1229 . -243) 21311) ((-1209 . -38) 21208) ((-597 . -1049) T) ((-596 . -1049) T) ((-1004 . -795) T) ((-1004 . -792) T) ((-971 . -795) T) ((-971 . -792) T) ((-872 . -1057) T) ((-109 . -613) 21190) ((-694 . -454) T) ((-381 . -717) 21155) ((-420 . -648) 21129) ((-870 . -869) 21113) ((-711 . -38) 21078) ((-596 . -233) 21037) ((-40 . -724) 21009) ((-353 . -330) 20986) ((-353 . -365) T) ((-1079 . -308) 20937) ((-295 . -1111) 20818) ((-1105 . -1215) T) ((-171 . -102) T) ((-1232 . -613) 20785) ((-843 . -131) 20737) ((-644 . -1253) 20721) ((-836 . -717) 20691) ((-827 . -717) 20661) ((-484 . -1215) T) ((-361 . -308) T) ((-355 . -308) T) ((-347 . -308) T) ((-644 . -604) 20638) ((-409 . -131) T) ((-522 . -666) 20622) ((-108 . -308) T) ((-295 . -23) 20505) ((-522 . -651) 20489) ((-694 . -404) NIL) ((-522 . -375) 20473) ((-292 . -613) 20455) ((-91 . -1099) 20433) ((-108 . -1022) T) ((-566 . -143) T) ((-1265 . -151) 20417) ((-484 . -1038) 20244) ((-1251 . -145) 20205) ((-1251 . -147) 20166) ((-1054 . -1215) T) ((-993 . -613) 20148) ((-862 . -613) 20130) ((-816 . -1056) 19973) ((-1276 . -93) T) ((-1275 . -93) T) ((-1171 . -614) NIL) ((-1095 . -1099) T) ((-1089 . -1099) T) ((-1086 . -310) 19960) ((-1072 . -1099) T) ((-227 . -1215) T) ((-1065 . -1099) T) ((-1036 . -1099) T) ((-1019 . -1099) T) ((-782 . -310) 19947) ((-780 . -310) 19934) ((-1171 . -613) 19916) ((-816 . -111) 19745) ((-1124 . -613) 19727) ((-626 . -1099) T) ((-579 . -173) T) ((-531 . -173) T) ((-456 . -310) 19714) ((-485 . -1099) T) ((-1124 . -614) 19462) ((-1034 . -172) T) ((-943 . -289) 19439) ((-218 . -1099) T) ((-854 . -613) 19421) ((-608 . -516) 19204) ((-81 . -616) 19145) ((-818 . -1038) 19129) ((-477 . -516) 18921) ((-963 . -726) T) ((-735 . -726) T) ((-715 . -726) T) ((-353 . -1111) T) ((-1178 . -613) 18903) ((-223 . -102) T) ((-484 . -379) 18872) ((-517 . -1099) T) ((-512 . -1099) T) ((-510 . -1099) T) ((-799 . -648) 18846) ((-1024 . -454) T) ((-958 . -516) 18779) ((-353 . -23) T) ((-635 . -131) T) ((-607 . -131) T) ((-356 . -454) T) ((-240 . -370) 18758) ((-381 . -172) T) ((-1249 . -1057) T) ((-1228 . -1057) T) ((-225 . -1002) T) ((-816 . -616) 18495) ((-699 . -389) T) ((-420 . -726) T) ((-701 . -1219) T) ((-1141 . -639) 18443) ((-582 . -869) 18427) ((-1280 . -1056) 18411) ((-1158 . -1191) 18387) ((-701 . -558) T) ((-126 . -1099) 18365) ((-714 . -1099) T) ((-484 . -900) 18297) ((-249 . -1099) T) ((-187 . -1099) T) ((-658 . -38) 18267) ((-356 . -404) T) ((-317 . -147) 18246) ((-317 . -145) 18225) ((-128 . -516) NIL) ((-116 . -558) T) ((-314 . -147) 18181) ((-314 . -145) 18137) ((-48 . -454) T) ((-162 . -1099) T) ((-157 . -1099) T) ((-1158 . -107) 18084) ((-782 . -1150) 18062) ((-689 . -34) T) ((-1280 . -111) 18041) ((-552 . -34) T) ((-486 . -107) 18025) ((-252 . -289) 18002) ((-251 . -289) 17979) ((-871 . -287) 17930) ((-45 . -1215) T) ((-1221 . -844) T) ((-816 . -1049) T) ((-662 . -646) 17899) ((-1177 . -47) 17876) ((-816 . -327) 17838) ((-1086 . -38) 17687) ((-816 . -233) 17666) ((-782 . -38) 17495) ((-780 . -38) 17344) ((-1114 . -492) 17325) ((-456 . -38) 17174) ((-1114 . -613) 17140) ((-1117 . -102) T) ((-644 . -614) 17101) ((-644 . -613) 17013) ((-583 . -1150) T) ((-520 . -1150) T) ((-1146 . -491) 16997) ((-345 . -1051) 16942) ((-1201 . -1099) 16920) ((-1141 . -25) T) ((-1141 . -21) T) ((-345 . -640) 16865) ((-1280 . -616) 16814) ((-476 . -1057) T) ((-1221 . -1099) T) ((-1229 . -792) NIL) ((-1229 . -795) NIL) ((-999 . -850) 16793) ((-838 . -1099) T) ((-819 . -613) 16775) ((-866 . -21) T) ((-866 . -25) T) ((-799 . -726) T) ((-174 . -1219) T) ((-583 . -38) 16740) ((-520 . -38) 16705) ((-388 . -613) 16687) ((-334 . -102) T) ((-325 . -613) 16669) ((-169 . -287) 16627) ((-63 . -1215) T) ((-112 . -102) T) ((-872 . -1099) T) ((-174 . -558) T) ((-714 . -717) 16597) ((-295 . -131) 16480) ((-225 . -613) 16462) ((-225 . -614) 16392) ((-1003 . -639) 16331) ((-1280 . -1049) T) ((-1119 . -147) T) ((-632 . -1191) 16306) ((-731 . -909) 16285) ((-594 . -34) T) ((-647 . -107) 16269) ((-632 . -107) 16215) ((-1238 . -287) 16142) ((-731 . -648) 16067) ((-296 . -1215) T) ((-1177 . -1038) 15963) ((-943 . -618) 15940) ((-579 . -578) T) ((-579 . -529) T) ((-531 . -529) T) ((-1166 . -909) NIL) ((-1061 . -614) 15855) ((-1061 . -613) 15837) ((-952 . -613) 15819) ((-713 . -492) 15769) ((-345 . -102) T) ((-252 . -1056) 15666) ((-251 . -1056) 15563) ((-396 . -102) T) ((-31 . -1099) T) ((-952 . -614) 15424) ((-713 . -613) 15359) ((-1278 . -1208) 15328) ((-483 . -613) 15310) ((-483 . -614) 15171) ((-265 . -413) 15155) ((-247 . -413) 15139) ((-252 . -111) 15029) ((-251 . -111) 14919) ((-1173 . -648) 14844) ((-1172 . -648) 14741) ((-1166 . -648) 14593) ((-1125 . -648) 14518) ((-353 . -131) T) ((-82 . -443) T) ((-82 . -397) T) ((-1003 . -25) T) ((-1003 . -21) T) ((-873 . -1099) 14469) ((-40 . -1051) 14414) ((-872 . -717) 14366) ((-40 . -640) 14311) ((-381 . -291) T) ((-169 . -1002) 14262) ((-694 . -389) T) ((-999 . -997) 14246) ((-701 . -1111) T) ((-694 . -166) 14228) ((-1249 . -1099) T) ((-1228 . -1099) T) ((-317 . -1200) 14207) ((-317 . -1203) 14186) ((-1163 . -102) T) ((-317 . -959) 14165) ((-134 . -1111) T) ((-116 . -1111) T) ((-602 . -1263) 14149) ((-701 . -23) T) ((-602 . -1099) 14099) ((-317 . -95) 14078) ((-91 . -516) 14011) ((-174 . -365) T) ((-252 . -616) 13741) ((-251 . -616) 13471) ((-317 . -35) 13450) ((-608 . -491) 13384) ((-134 . -23) T) ((-116 . -23) T) ((-966 . -102) T) ((-718 . -1099) T) ((-477 . -491) 13321) ((-409 . -639) 13269) ((-653 . -1038) 13165) ((-958 . -491) 13149) ((-357 . -1057) T) ((-354 . -1057) T) ((-346 . -1057) T) ((-265 . -1057) T) ((-247 . -1057) T) ((-871 . -614) NIL) ((-871 . -613) 13131) ((-1276 . -492) 13112) ((-1275 . -492) 13093) ((-1288 . -21) T) ((-1276 . -613) 13059) ((-1275 . -613) 13025) ((-573 . -1002) T) ((-731 . -726) T) ((-1288 . -25) T) ((-252 . -1049) 12955) ((-251 . -1049) 12885) ((-72 . -1215) T) ((-252 . -233) 12837) ((-251 . -233) 12789) ((-40 . -102) T) ((-910 . -1057) T) ((-1180 . -102) T) ((-128 . -491) 12771) ((-1173 . -726) T) ((-1172 . -726) T) ((-1166 . -726) T) ((-1166 . -791) NIL) ((-1166 . -794) NIL) ((-954 . -102) T) ((-921 . -102) T) ((-870 . -1051) 12758) ((-1125 . -726) T) ((-771 . -102) T) ((-672 . -102) T) ((-870 . -640) 12745) ((-548 . -613) 12727) ((-476 . -1099) T) ((-341 . -1111) T) ((-174 . -1111) T) ((-320 . -920) 12706) ((-1249 . -717) 12547) ((-872 . -172) T) ((-1228 . -717) 12361) ((-843 . -21) 12313) ((-843 . -25) 12265) ((-245 . -1148) 12249) ((-126 . -516) 12182) ((-409 . -25) T) ((-409 . -21) T) ((-341 . -23) T) ((-169 . -614) 11948) ((-169 . -613) 11930) ((-174 . -23) T) ((-644 . -289) 11907) ((-522 . -34) T) ((-898 . -613) 11889) ((-89 . -1215) T) ((-841 . -613) 11871) ((-808 . -613) 11853) ((-769 . -613) 11835) ((-677 . -613) 11817) ((-240 . -648) 11665) ((-1175 . -1099) T) ((-1171 . -1056) 11488) ((-1149 . -1215) T) ((-1124 . -1056) 11331) ((-854 . -1056) 11315) ((-1232 . -618) 11299) ((-1171 . -111) 11108) ((-1124 . -111) 10937) ((-854 . -111) 10916) ((-1222 . -850) T) ((-1238 . -614) NIL) ((-1238 . -613) 10898) ((-345 . -1150) T) ((-855 . -613) 10880) ((-1075 . -287) 10859) ((-80 . -1215) T) ((-1004 . -909) NIL) ((-608 . -287) 10835) ((-1201 . -516) 10768) ((-489 . -1215) T) ((-573 . -613) 10750) ((-477 . -287) 10729) ((-1209 . -646) 10639) ((-519 . -93) T) ((-1086 . -231) 10623) ((-217 . -1215) T) ((-1004 . -648) 10573) ((-958 . -287) 10550) ((-290 . -920) T) ((-817 . -308) 10529) ((-870 . -102) T) ((-782 . -231) 10513) ((-914 . -648) 10465) ((-711 . -646) 10415) ((-694 . -724) 10382) ((-635 . -21) T) ((-635 . -25) T) ((-607 . -21) T) ((-549 . -102) T) ((-345 . -38) 10347) ((-489 . -884) 10329) ((-489 . -886) 10311) ((-476 . -717) 10152) ((-217 . -884) 10134) ((-64 . -1215) T) ((-217 . -886) 10116) ((-607 . -25) T) ((-429 . -648) 10090) ((-1171 . -616) 9859) ((-489 . -1038) 9819) ((-872 . -516) 9731) ((-1124 . -616) 9523) ((-854 . -616) 9441) ((-217 . -1038) 9401) ((-240 . -34) T) ((-1000 . -1099) 9379) ((-582 . -1051) 9366) ((-566 . -1051) 9353) ((-497 . -1051) 9318) ((-1249 . -172) 9249) ((-1228 . -172) 9180) ((-582 . -640) 9167) ((-566 . -640) 9154) ((-497 . -640) 9119) ((-712 . -145) 9098) ((-712 . -147) 9077) ((-701 . -131) T) ((-136 . -467) 9054) ((-1146 . -613) 8986) ((-658 . -656) 8970) ((-128 . -287) 8945) ((-116 . -131) T) ((-479 . -1219) T) ((-608 . -604) 8921) ((-477 . -604) 8900) ((-338 . -337) 8869) ((-538 . -1099) T) ((-479 . -558) T) ((-1171 . -1049) T) ((-1124 . -1049) T) ((-854 . -1049) T) ((-240 . -791) 8848) ((-240 . -794) 8799) ((-240 . -793) 8778) ((-1171 . -327) 8755) ((-240 . -726) 8665) ((-958 . -19) 8649) ((-489 . -379) 8631) ((-489 . -340) 8613) ((-1124 . -327) 8585) ((-356 . -1272) 8562) ((-217 . -379) 8544) ((-217 . -340) 8526) ((-958 . -604) 8503) ((-1171 . -233) T) ((-1261 . -1099) T) ((-664 . -1099) T) ((-645 . -1099) T) ((-1188 . -1099) T) ((-1086 . -254) 8440) ((-587 . -646) 8400) ((-357 . -1099) T) ((-354 . -1099) T) ((-346 . -1099) T) ((-265 . -1099) T) ((-247 . -1099) T) ((-84 . -1215) T) ((-127 . -102) 8378) ((-121 . -102) 8356) ((-1188 . -610) 8335) ((-1228 . -516) 8195) ((-1140 . -1099) T) ((-1114 . -616) 8176) ((-481 . -1099) T) ((-1079 . -920) 8127) ((-1004 . -794) T) ((-481 . -610) 8106) ((-252 . -795) 8057) ((-252 . -792) 8008) ((-251 . -795) 7959) ((-40 . -1150) NIL) ((-251 . -792) 7910) ((-1004 . -791) T) ((-128 . -19) 7892) ((-1004 . -726) T) ((-699 . -1051) 7857) ((-971 . -794) T) ((-914 . -726) T) ((-910 . -1099) T) ((-128 . -604) 7832) ((-699 . -640) 7797) ((-91 . -491) 7781) ((-489 . -900) NIL) ((-892 . -613) 7763) ((-225 . -1056) 7728) ((-872 . -291) T) ((-217 . -900) NIL) ((-833 . -1111) 7707) ((-59 . -1099) 7657) ((-521 . -1099) 7635) ((-518 . -1099) 7585) ((-499 . -1099) 7563) ((-498 . -1099) 7513) ((-582 . -102) T) ((-566 . -102) T) ((-497 . -102) T) ((-476 . -172) 7444) ((-361 . -920) T) ((-355 . -920) T) ((-347 . -920) T) ((-225 . -111) 7400) ((-833 . -23) 7352) ((-429 . -726) T) ((-108 . -920) T) ((-40 . -38) 7297) ((-108 . -820) T) ((-583 . -351) T) ((-520 . -351) T) ((-836 . -287) 7276) ((-317 . -454) 7255) ((-314 . -454) T) ((-658 . -646) 7214) ((-602 . -516) 7147) ((-341 . -131) T) ((-174 . -131) T) ((-295 . -25) 7011) ((-295 . -21) 6894) ((-45 . -1191) 6873) ((-66 . -613) 6855) ((-55 . -102) T) ((-338 . -646) 6837) ((-45 . -107) 6787) ((-819 . -616) 6771) ((-1266 . -102) T) ((-1265 . -102) 6721) ((-1257 . -648) 6646) ((-1250 . -648) 6543) ((-1101 . -427) 6527) ((-1101 . -370) 6506) ((-388 . -616) 6490) ((-325 . -616) 6474) ((-1229 . -648) 6326) ((-1229 . -909) NIL) ((-1062 . -1215) T) ((-1086 . -646) 6236) ((-1061 . -1056) 6223) ((-1061 . -111) 6208) ((-952 . -1056) 6051) ((-952 . -111) 5880) ((-782 . -646) 5790) ((-780 . -646) 5700) ((-623 . -1051) 5687) ((-664 . -717) 5671) ((-623 . -640) 5658) ((-483 . -1056) 5501) ((-479 . -365) T) ((-463 . -646) 5457) ((-456 . -646) 5367) ((-225 . -616) 5317) ((-357 . -717) 5269) ((-354 . -717) 5221) ((-117 . -1051) 5166) ((-346 . -717) 5118) ((-265 . -717) 4967) ((-247 . -717) 4816) ((-1196 . -613) 4798) ((-1095 . -93) T) ((-117 . -640) 4743) ((-1089 . -93) T) ((-943 . -651) 4727) ((-1072 . -93) T) ((-483 . -111) 4556) ((-1065 . -93) T) ((-1036 . -93) T) ((-943 . -375) 4540) ((-248 . -102) T) ((-1019 . -93) T) ((-74 . -613) 4522) ((-963 . -47) 4501) ((-710 . -102) T) ((-699 . -102) T) ((-1 . -1099) T) ((-621 . -1111) T) ((-1087 . -613) 4483) ((-626 . -93) T) ((-1075 . -613) 4465) ((-910 . -717) 4430) ((-126 . -491) 4414) ((-485 . -93) T) ((-621 . -23) T) ((-392 . -23) T) ((-87 . -1215) T) ((-218 . -93) T) ((-608 . -613) 4396) ((-608 . -614) NIL) ((-477 . -614) NIL) ((-477 . -613) 4378) ((-353 . -25) T) ((-353 . -21) T) ((-50 . -646) 4337) ((-513 . -1099) T) ((-509 . -1099) T) ((-127 . -310) 4275) ((-121 . -310) 4213) ((-597 . -648) 4200) ((-596 . -648) 4125) ((-583 . -646) 4075) ((-225 . -1049) T) ((-520 . -646) 4005) ((-381 . -1002) T) ((-225 . -243) T) ((-225 . -233) T) ((-1061 . -616) 3977) ((-1061 . -618) 3958) ((-958 . -614) 3919) ((-958 . -613) 3831) ((-952 . -616) 3620) ((-870 . -38) 3607) ((-713 . -616) 3557) ((-1249 . -291) 3508) ((-1228 . -291) 3459) ((-483 . -616) 3244) ((-1119 . -454) T) ((-504 . -850) T) ((-317 . -1138) 3223) ((-999 . -147) 3202) ((-999 . -145) 3181) ((-497 . -310) 3168) ((-296 . -1191) 3147) ((-1183 . -613) 3129) ((-1182 . -613) 3111) ((-1181 . -613) 3093) ((-871 . -1056) 3038) ((-479 . -1111) T) ((-139 . -835) 3020) ((-114 . -835) 3001) ((-623 . -102) T) ((-1201 . -491) 2985) ((-252 . -370) 2964) ((-251 . -370) 2943) ((-1061 . -1049) T) ((-296 . -107) 2893) ((-130 . -613) 2875) ((-128 . -614) NIL) ((-128 . -613) 2819) ((-117 . -102) T) ((-952 . -1049) T) ((-871 . -111) 2748) ((-479 . -23) T) ((-483 . -1049) T) ((-1061 . -233) T) ((-952 . -327) 2717) ((-483 . -327) 2674) ((-357 . -172) T) ((-354 . -172) T) ((-346 . -172) T) ((-265 . -172) 2585) ((-247 . -172) 2496) ((-963 . -1038) 2392) ((-519 . -492) 2373) ((-735 . -1038) 2344) ((-519 . -613) 2310) ((-1104 . -102) T) ((-1091 . -613) 2277) ((-1034 . -613) 2259) ((-694 . -1051) 2209) ((-1278 . -151) 2193) ((-1276 . -616) 2174) ((-1275 . -616) 2155) ((-1270 . -613) 2137) ((-1257 . -726) T) ((-694 . -640) 2087) ((-1250 . -726) T) ((-1229 . -791) NIL) ((-1229 . -794) NIL) ((-169 . -1056) 1997) ((-910 . -172) T) ((-871 . -616) 1927) ((-1229 . -726) T) ((-1003 . -344) 1901) ((-223 . -646) 1853) ((-1000 . -516) 1786) ((-843 . -850) 1765) ((-566 . -1150) T) ((-476 . -291) 1716) ((-597 . -726) T) ((-363 . -613) 1698) ((-323 . -613) 1680) ((-420 . -1038) 1576) ((-596 . -726) T) ((-409 . -850) 1527) ((-169 . -111) 1423) ((-833 . -131) 1375) ((-737 . -151) 1359) ((-1265 . -310) 1297) ((-489 . -308) T) ((-381 . -613) 1264) ((-522 . -1010) 1248) ((-381 . -614) 1162) ((-217 . -308) T) ((-141 . -151) 1144) ((-714 . -287) 1123) ((-489 . -1022) T) ((-582 . -38) 1110) ((-566 . -38) 1097) ((-497 . -38) 1062) ((-217 . -1022) T) ((-871 . -1049) T) ((-836 . -613) 1044) ((-827 . -613) 1026) ((-825 . -613) 1008) ((-816 . -909) 987) ((-1289 . -1111) T) ((-1238 . -1056) 810) ((-855 . -1056) 794) ((-871 . -243) T) ((-871 . -233) NIL) ((-689 . -1215) T) ((-1289 . -23) T) ((-816 . -648) 719) ((-552 . -1215) T) ((-420 . -340) 703) ((-573 . -1056) 690) ((-1238 . -111) 499) ((-701 . -639) 481) ((-855 . -111) 460) ((-383 . -23) T) ((-169 . -616) 238) ((-1188 . -516) 30) ((-681 . -1099) T) ((-676 . -1099) T) ((-662 . -1099) T)) \ No newline at end of file
diff --git a/src/share/algebra/compress.daase b/src/share/algebra/compress.daase
index 9f4942b3..140dde60 100644
--- a/src/share/algebra/compress.daase
+++ b/src/share/algebra/compress.daase
@@ -1,6 +1,6 @@
-(30 . 3459379707)
-(4417 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
+(30 . 3461381191)
+(4418 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
ATTRIBUTE |package| |domain| |category| CATEGORY |nobranch| AND |Join|
|ofType| SIGNATURE "failed" "algebra" |OneDimensionalArrayAggregate&|
|OneDimensionalArrayAggregate| |AbelianGroup&| |AbelianGroup|
@@ -431,20 +431,21 @@
|SparseUnivariatePolynomial| |SparseUnivariatePuiseuxSeries|
|SparseUnivariateTaylorSeries| |Switch| |Symbol| |SymmetricFunctions|
|SymmetricPolynomial| |TheSymbolTable| |SymbolTable| |Syntax|
- |SystemInteger| |SystemNonNegativeInteger| |SystemSolvePackage|
- |System| |TableauxBumpers| |Tableau| |Table| |TangentExpansions|
- |TableAggregate&| |TableAggregate| |TabulatedComputationPackage|
- |TemplateUtilities| |TexFormat1| |TexFormat| |TextFile| |ToolsForSign|
- |TopLevelThreeSpace| |TranscendentalFunctionCategory&|
- |TranscendentalFunctionCategory| |Tree|
- |TrigonometricFunctionCategory&| |TrigonometricFunctionCategory|
- |TrigonometricManipulations| |TriangularMatrixOperations|
- |TranscendentalManipulations| |TriangularSetCategory&|
- |TriangularSetCategory| |TaylorSeries| |TubePlot| |TubePlotTools|
- |Tuple| |TwoFactorize| |TypeAst| |Type| |UserDefinedPartialOrdering|
- |UserDefinedVariableOrdering| |UniqueFactorizationDomain&|
- |UniqueFactorizationDomain| |UInt16| |UInt32| |UInt64| |UInt8|
- |UnivariateLaurentSeriesFunctions2| |UnivariateLaurentSeriesCategory|
+ |SystemInteger| |SystemNonNegativeInteger| |SystemPointer|
+ |SystemSolvePackage| |System| |TableauxBumpers| |Tableau| |Table|
+ |TangentExpansions| |TableAggregate&| |TableAggregate|
+ |TabulatedComputationPackage| |TemplateUtilities| |TexFormat1|
+ |TexFormat| |TextFile| |ToolsForSign| |TopLevelThreeSpace|
+ |TranscendentalFunctionCategory&| |TranscendentalFunctionCategory|
+ |Tree| |TrigonometricFunctionCategory&|
+ |TrigonometricFunctionCategory| |TrigonometricManipulations|
+ |TriangularMatrixOperations| |TranscendentalManipulations|
+ |TriangularSetCategory&| |TriangularSetCategory| |TaylorSeries|
+ |TubePlot| |TubePlotTools| |Tuple| |TwoFactorize| |TypeAst| |Type|
+ |UserDefinedPartialOrdering| |UserDefinedVariableOrdering|
+ |UniqueFactorizationDomain&| |UniqueFactorizationDomain| |UInt16|
+ |UInt32| |UInt64| |UInt8| |UnivariateLaurentSeriesFunctions2|
+ |UnivariateLaurentSeriesCategory|
|UnivariateLaurentSeriesConstructorCategory&|
|UnivariateLaurentSeriesConstructorCategory|
|UnivariateLaurentSeriesConstructor| |UnivariateLaurentSeries|
@@ -478,657 +479,660 @@
|XPolynomial| |XPolynomialRing| |XRecursivePolynomial|
|ParadoxicalCombinatorsForStreams| |ZeroDimensionalSolvePackage|
|IntegerLinearDependence| |IntegerMod| |Enumeration| |Mapping|
- |Record| |Union| |f02aff| |argumentList!| |corrPoly| |toroidal|
- |s17dgf| |padicFraction| |prolateSpheroidal| |relationsIdeal|
- |outputMeasure| |rk4f| |scanOneDimSubspaces| |delete!| |elt|
- |localAbs| |writeBytes!| |insertTop!| |OMputSymbol| |setClipValue|
- |nullary?| |fortranDoubleComplex| |radicalOfLeftTraceForm|
- |palgextint0| |coleman| |anfactor| |ridHack1| |mesh|
- |stoseLastSubResultant| |sh| |palglimint0| |basisOfMiddleNucleus|
- |checkRur| |headAst| |llprop| |reducedContinuedFraction| |bfKeys|
- |c06gbf| |isOr| |rootOfIrreduciblePoly| |equation| |OMgetApp|
- |optAttributes| |read!| |shade| |construct| |makeMulti|
- |bandedJacobian| |cscIfCan| |source| |submod| |weighted|
- |outputSpacing| |basisOfLeftNucloid| |chebyshevT| |s15adf| |makeCrit|
- |duplicates| |compdegd| |rk4| |cSinh| |zeroDimPrime?| |totalDegree|
- |abs| |decimal| |viewSizeDefault| |absolutelyIrreducible?|
- |subResultantGcdEuclidean| |primPartElseUnitCanonical| |squareFree|
- |nonLinearPart| |notelem| |f04adf| |name| |loopPoints| |diagonal?|
- |exQuo| |subTriSet?| |squareFreePrim| |iitan| |decomposeFunc| |curve|
- |body| |squareFreePart| |iisech| |lazyPremWithDefault| |setfirst!|
- |fortranLiteralLine| |zeroVector| |fractionFreeGauss!| |target|
- |numberOfPrimitivePoly| |twoFactor| |datalist| |getOperands|
- |printStatement| |s13aaf| |interval| |quasiMonic?| |cyclotomic|
- |cross| |semiResultantEuclideannaif| |point| |multMonom|
- |splitNodeOf!| |subResultantsChain| |mainValue| ** |dmp2rfi|
- |epilogue| |Vectorise| |quotientByP| |setTex!| |moebius|
- |showAllElements| |getProperty| |stronglyReduce| |dihedralGroup|
- |viewDeltaXDefault| |selectFiniteRoutines| |lazyPquo| |reorder| |diag|
- |setsubMatrix!| |startPolynomial| |matrixConcat3D| |unravel| |bat1|
- |zeroSquareMatrix| |groebner?| |error| |readInt32!| |series| |e02adf|
- |besselY| |measure2Result| |stopTable!| |ravel| |sizeMultiplication|
- |clipPointsDefault| |in?| |port| |leastMonomial| |elliptic|
- |linkToFortran| |setFieldInfo| |packageCall| |assert|
- |mainDefiningPolynomial| |minordet| |drawComplex| |clip| |leastPower|
- |reshape| |trigs| |tanIfCan| |previous| |denominator| |sin2csc|
- |wrregime| |xCoord| |setelt| |sts2stst| |leaves| |jordanAdmissible?|
- |decreasePrecision| |constantLeft| |t| |stFunc1| |factorials|
- |antiCommutative?| |rst| |meatAxe| |mapDown!| |rightUnit| |tower|
- |antiCommutator| |printingInfo?| |bottom!| |univariate?|
- |var2StepsDefault| |leftUnits| |roughBase?| |min| |makeResult| |copy|
- |c02aff| |OMgetEndAtp| |f04mcf| |whitePoint| |increasePrecision|
- |solveid| |push| |gbasis| |normalise| |lowerCase!| |showTheIFTable|
- |monicModulo| |invertibleElseSplit?| |extractSplittingLeaf|
- |PollardSmallFactor| |e02bcf| |lifting1| |basisOfRightNucloid|
- |setRow!| |arrayStack| |ricDsolve| |commutativeEquality|
- |cyclicSubmodule| |size?| |cCsc| |supDimElseRittWu?| |node?| |update|
- |OMputAtp| |comparison| |imaginary| |double?| |autoCoerce|
- |pseudoDivide| |OMopenString| |largest| |invmod| |pmComplexintegrate|
- |prevPrime| |isAbsolutelyIrreducible?| |rowEchelon| |zeroDim?|
- |OMgetInteger| |fixedPointExquo| |showRegion| |allRootsOf|
- |tubeRadiusDefault| |leader| |complexNumeric| |nextIrreduciblePoly|
- |clearTheSymbolTable| |linearMatrix| |csubst| |dominantTerm|
- |hexDigit?| |elRow1!| |symbolTable| |hasoln| |skewSFunction|
- |OMputEndApp| |bivariateSLPEBR| |inverse| |tablePow| |s18adf|
- |makeVariable| |ScanFloatIgnoreSpacesIfCan| |coord| |s17dlf|
- |nextsousResultant2| |laplace| |permutationGroup| |kernels| |nary?|
- |iprint| |sech2cosh| |removeZeroes| |zeroOf| |untab| |separant|
- |extendedint| |pushFortranOutputStack| |equiv| |represents|
- |medialSet| |iiacsc| |operator| |normDeriv2| |tanh2coth| |position|
- |unitVector| |OMgetString| |popFortranOutputStack|
- |removeRoughlyRedundantFactorsInContents| |primeFrobenius| |nthRoot|
- |idealiser| |crushedSet| |LagrangeInterpolation| |mainVariable?|
- |match?| |curveColor| |janko2| |shiftLeft| |iiacosh| |mkAnswer|
- |outputAsFortran| |monomials| |iiasec| |dark| |univariate| |sinhIfCan|
- |uniform01| |iiexp| |padicallyExpand| |byteBuffer| |d01gbf|
- |fullDisplay| |f07fef| |genericLeftDiscriminant| |radicalSimplify|
- |e02bbf| |member?| |monomialIntPoly| |cSin| LODO2FUN |writeByte!|
- |condition| |irreducibleRepresentation| |d03faf| |numberOfHues|
- |OMconnectTCP| |gcdprim| |qPot| |highCommonTerms| |prime?| |factors|
- |setRealSteps| |directory| |elColumn2!| |limitedIntegrate|
- |expintfldpoly| |d02kef| |constant| |factor| |nsqfree| |polyRicDE|
- |outputAsTex| |algebraicDecompose| |innerint| |chineseRemainder|
- |pointColor| |supRittWu?| |paren| |selectODEIVPRoutines| |sqrt|
- |stiffnessAndStabilityOfODEIF| |localIntegralBasis| |ocf2ocdf|
- |enumerate| |normalized?| |ratpart| |zeroDimPrimary?| |coefficients|
- |index?| |resetNew| |real| |numberOfNormalPoly| |internalIntegrate0|
- |setnext!| |charpol| |factorGroebnerBasis| |fractRadix|
- |realElementary| |OMputString| |assign| |linear?| |imag| |iiatan|
- |explicitlyEmpty?| |curveColorPalette| |var2Steps| |s20adf|
- |factorFraction| |imagK| |coth2trigh| |atanIfCan| |createThreeSpace|
- |directProduct| |abelianGroup| |isEquiv| |useSingleFactorBound|
- |permutations| |certainlySubVariety?| |numberOfCycles| |prinpolINFO|
- |iExquo| |rotatey| |intcompBasis| |basisOfRightNucleus| |duplicates?|
- |leadingCoefficientRicDE| |movedPoints| |parts| |argument| |close|
- |extensionDegree| |complete| |bivariate?| |operators| |concat!| |kind|
- |brace| |variationOfParameters| |OMopenFile| |setPredicates|
- |distance| |midpoint| |cubic| |changeBase| |karatsubaOnce|
- |OMencodingUnknown| |collectUnder| |constantOperator| |destruct|
- |definingPolynomial| |addiag| |op| |subresultantSequence| |create|
- |display| |viewZoomDefault| |intermediateResultsIF|
- |screenResolution3D| |iiacos| |fi2df| |inrootof| |UnVectorise|
- |findConstructor| |npcoef| |numberOfFactors| |row| |inverseColeman|
- |listOfLists| |infinityNorm| |addmod| |complementaryBasis| |isList|
- |mapCoef| |selectMultiDimensionalRoutines| |critBonD| |leftUnit|
- |positiveRemainder| |invmultisect| |constantIfCan| |stFunc2|
- |reduction| |selectSumOfSquaresRoutines| |f01rdf| |mainExpression|
- |inverseIntegralMatrix| |outputArgs| |s18acf| |outputBinaryFile|
- |nullary| |vconcat| |monomial| |s17aef| |retractable?| |outputGeneral|
- |list?| |secIfCan| |arity| |readUInt8!| |expandPower| |capacity|
- |BumInSepFFE| |multivariate| |gramschmidt| |bumptab| |palgint0|
- |linearDependence| |uniform| |input| |compile| |isAnd| |redmat|
- |rename!| |primintegrate| |OMreadFile| |constantKernel| |variables|
- |conjug| |controlPanel| |supersub| |union| |expPot| |library|
- |complexNormalize| |OMputApp| |qqq| |possiblyInfinite?| |putGraph|
- |spherical| |weight| |mainVariables| |rational| |e01sef| |stack|
- |rewriteIdealWithRemainder| |genericLeftTraceForm| |symmetric?|
- |dictionary| |leftRankPolynomial| |tanQ| |hdmpToDmp| |fortranLiteral|
- |exponential| |horizConcat| |internalSubPolSet?| |getRef|
- |subresultantVector| |Ci| |makeprod| |createMultiplicationTable|
- |physicalLength!| |eigenvectors| |setStatus| |maximumExponent|
- |lSpaceBasis| |OMgetEndApp| |rationalPower| |minPoints3D| |setrest!|
- |df2ef| |createIrreduciblePoly| |s18dcf| |e04jaf| |nonQsign| |coerceS|
- |hue| |copy!| |OMencodingBinary| |option?| |approxNthRoot| |weights|
- |key?| |taylor| |id| |sincos| |relerror| |modularFactor| |accuracyIF|
- |reducedQPowers| |triangulate| |OMputEndAttr| |toseLastSubResultant|
- |quartic| |setOrder| |getStream| |ScanArabic| |basisOfLeftAnnihilator|
- |iicsch| |moduleSum| |readInt8!| |status| |mapdiv| |inc| |reify|
- |table| |linearlyDependentOverZ?| |drawToScale| |lowerCase|
- |partialDenominators| |ignore?| |OMputEndBVar| |rightPower|
- |inconsistent?| |weakBiRank| |insert| |new| |expIfCan| |zeroMatrix|
- |repeating?| |blue| |solid| |lookup| |f01rcf| |s21baf| |unary?|
- |createGenericMatrix| |extractTop!| |getProperties| |wholePart|
- |divideIfCan| |ScanFloatIgnoreSpaces| |newTypeLists| |bfEntry|
- |setright!| |BasicMethod| |extractIfCan| |setErrorBound|
- |pleskenSplit| |c02agf| |clearCache| |idealiserMatrix|
- |complexNumericIfCan| |coerceP| |iisqrt2| |radPoly| |subResultantGcd|
- |resize| |cAcos| |factorPolynomial| |genericLeftMinimalPolynomial|
- |listexp| |pomopo!| |infieldIntegrate| |d01asf| |OMgetEndError|
- |slash| |partialQuotients| |f07fdf| |lazyResidueClass| |mdeg|
- |applyRules| |initiallyReduce| |rroot| |nullity| |oddInfiniteProduct|
- |leftMinimalPolynomial| |overlabel| |bitCoef| |cotIfCan|
- |constantOpIfCan| |quatern| |leftExtendedGcd| |exponentialOrder|
- |just| |makeSketch| |df2fi| |blankSeparate| |cycleEntry| |low|
- |getVariableOrder| |topPredicate| |children| |pointColorDefault|
- |primextendedint| |e02dcf| |associatedSystem| |logGamma|
- |shallowExpand| |derivative| |df2mf| |sPol| |totalGroebner|
- |numFunEvals| |readByte!| |e04dgf| |OMUnknownSymbol?| |fibonacci|
- |shufflein| |reciprocalPolynomial| |swap!| |arg2| |cyclePartition|
- |setValue!| |setlast!| |exponents| |antisymmetric?|
- |purelyAlgebraicLeadingMonomial?| |setAttributeButtonStep| |left|
- |permanent| |initializeGroupForWordProblem| |power|
- |stoseInvertible?sqfreg| |characteristicSet| |asecIfCan| |scan| |ord|
- |iterationVar| |roughSubIdeal?| |compose| |ffactor| |right|
- |insertionSort!| |lambert| |iicot| |numberOfDivisors| |conditions|
- |transcendent?| |extract!| |nlde| |prepareSubResAlgo| |realSolve|
- |setProperties!| |leadingTerm| |nthFlag| |lazyPseudoDivide| |match|
- |readBytes!| |cAcoth| |neglist| |makeop|
- |stoseIntegralLastSubResultant| |clearFortranOutputStack| |bright|
- |normal01| |palgLODE0| |traverse| |iteratedInitials| |simplifyLog|
- |makeSin| |expintegrate| |semiResultantReduitEuclidean| |intersect|
- |linear| |quasiAlgebraicSet| |stopMusserTrials| |OMputError| |vark|
- |e02ajf| |f04faf| |factorSquareFreeByRecursion| |mix| |subPolSet?|
- |UpTriBddDenomInv| |commaSeparate| |factorSquareFreePolynomial|
- |double| |build| |currentSubProgram| |product|
- |removeRoughlyRedundantFactorsInPol| |polynomial| |sayLength|
- |showSummary| |algSplitSimple| |distribute| |binomThmExpt| |block|
- |eval| |minPoly| |ptFunc| |OMreadStr| |lexGroebner| |dec| |digit?|
- |yCoord| |rangePascalTriangle| |resultantnaif| |iisec| |tanhIfCan|
- |numericalOptimization| |stopTableInvSet!| |adaptive3D?|
- |hostByteOrder| |showAttributes| |hconcat| |palgRDE0| |algebraicSort|
- |graeffe| |rarrow| |goodPoint| |mapBivariate| |leftLcm| |difference|
- |prepareDecompose| EQ |constantToUnaryFunction| |nthCoef| |iisinh|
- |pdf2ef| |exprHasLogarithmicWeights| |regime| |lieAlgebra?|
- |nthFractionalTerm| |doubleRank| |inputOutputBinaryFile|
- |bezoutResultant| |s14abf| |isImplies| |norm| |binaryTree| |swap|
- |numberOfComputedEntries| |completeEchelonBasis| |symbol| |schema|
- |generalizedEigenvectors| |identitySquareMatrix| |binomial| |imports|
- |f02adf| |createZechTable| |totalLex| |polygamma|
- |incrementKthElement| |expression| |exprToUPS| |zerosOf| |readable?|
- |solveRetract| |sizeLess?| |makeYoungTableau| |declare!| |leftRank|
- |quadratic?| |nthRootIfCan| |monomRDE| |integer| |sinh2csch|
- |inRadical?| |hexDigit| |multiple?| |mathieu22| |relativeApprox|
- |linearAssociatedOrder| |processTemplate| |bombieriNorm|
- |leftFactorIfCan| |functionIsContinuousAtEndPoints| |properties|
- |torsion?| |swapColumns!| |zeroSetSplitIntoTriangularSystems|
- |reduceBasisAtInfinity| |indicialEquation| |createNormalElement|
- |changeWeightLevel| |unitNormal| |computePowers| |cExp|
- |sumOfKthPowerDivisors| |translate| |mainCharacterization|
- |interpretString| |withPredicates| |startTableInvSet!| |nthFactor|
- |evaluateInverse| |leftGcd| |check| |nextSubsetGray| |bindings|
- |ef2edf| |lcm| |upperCase!| |open?| |generalSqFr| |surface| |initials|
- |baseRDEsys| |chiSquare| |trueEqual| |times!| |principal?|
- |generalLambert| |firstSubsetGray| |inputBinaryFile|
- |changeNameToObjf| |matrixDimensions| |alphanumeric?| |se2rfi|
- |continuedFraction| |mapUp!| |rowEchLocal| |e01bef| |clipSurface|
- |tubeRadius| |append| |splitLinear| |s17dcf| |minimize| |inf|
- |startStats!| |lieAdmissible?| |OMputObject| |label| |unitCanonical|
- |overset?| |semiResultantEuclidean2| |gcd| |segment| |delete|
- |OMgetEndAttr| |moduloP| |bracket| |tanh2trigh| |rootSplit|
- |rischNormalize| |eigenMatrix| |e02agf| |chiSquare1| |setMinPoints|
- |false| |completeHensel| |rowEch| |s17aff| |OMgetObject|
- |removeRedundantFactorsInContents| |quoByVar| |irreducibleFactor|
- |strongGenerators| |constantRight| |getGraph| |hypergeometric0F1|
- |numeric| |rightExtendedGcd| |setvalue!| |simplify| |OMclose|
- |stoseInvertibleSet| |diff| |nextsubResultant2| |shiftRight|
- |Frobenius| |iiacot| |radical| |exponent| |d01ajf| |ListOfTerms|
- |realZeros| |interpret| |OMParseError?| |sinhcosh| |factorSquareFree|
- |elliptic?| |any?| |splitSquarefree| |ode2| |generalizedEigenvector|
- |totalfract| |numerators| |fixedPoint| |randomLC| |pseudoRemainder|
- |setButtonValue| |raisePolynomial| |setAdaptive| |region| |c05pbf|
- |asinIfCan| |powers| |OMwrite| |writeLine!|
- |rewriteIdealWithHeadRemainder| |retractIfCan| |iicsc| |ScanRoman|
- |alphabetic| |constructor| |KrullNumber| |ldf2lst| |basicSet| |bytes|
- |integralDerivationMatrix| |singularAtInfinity?| |getOrder| |leftNorm|
- |superHeight| |associatorDependence| |parametric?| |OMsetEncoding|
- |viewDeltaYDefault| |wholeRadix| |numer| |option| |var1StepsDefault|
- |digits| |removeRedundantFactorsInPols| |diagonalMatrix| |graphStates|
- |musserTrials| |addMatch| |fullPartialFraction| |OMgetEndBVar|
- |subscript| |denom| |mainMonomial| |e02zaf| |clikeUniv|
- |drawComplexVectorField| |iicos| |elRow2!| |stronglyReduced?|
- |transform| |squareMatrix| |mindegTerm| |coefficient| |setLength!|
- |findCycle| |eof?| |plot| |innerSolve1| |addBadValue| |testDim|
- |refine| |bezoutDiscriminant| |pi| |f04mbf| |f01qdf| |karatsuba|
- |nextPrimitiveNormalPoly| |componentUpperBound| |iitanh| |module|
- |meshPar1Var| |rightTrim| |quasiRegular| |squareFreePolynomial|
- |infinity| |gcdcofactprim| |shrinkable| |minIndex| |mainVariable|
- |limitPlus| |f2st| |integralMatrix| |normalizedAssociate|
- |showTheFTable| |leftTrim| |OMgetEndObject| |prinb| |initTable!|
- |karatsubaDivide| |realRoots| |cCos| |log10| |currentCategoryFrame|
- |univariatePolynomial| |imagk| |prem| |sinIfCan|
- |eisensteinIrreducible?| |lfintegrate| |characteristicPolynomial|
- |map| |minPol| |mathieu11| |sechIfCan| |quasiMonicPolynomials|
- |rectangularMatrix| |generalTwoFactor| |bitand| |genericLeftNorm|
- |kernel| |brillhartTrials| |oddintegers| |truncate| |rischDEsys|
- |selectPDERoutines| |factorAndSplit| |fortran| |structuralConstants|
- |complexElementary| |errorInfo| |bitior| |d02bbf| |draw| |backOldPos|
- |generators| |viewPosDefault| |unit?| |slex| |representationType|
- |showFortranOutputStack| |hMonic| |trailingCoefficient| |listOfMonoms|
- F |setLegalFortranSourceExtensions| |explogs2trigs| |exactQuotient!|
- |iisin| |OMencodingXML| |OMputInteger| |evaluate| |edf2fi|
- |generalInfiniteProduct| |writable?| |f04asf| |att2Result| |pade|
- |leftTrace| |bits| |pair?| |unrankImproperPartitions0|
- |sizePascalTriangle| |integralLastSubResultant| UTS2UP
- |binarySearchTree| |getConstant| |possiblyNewVariety?| |convert|
- |countable?| |contract| |divisors| |OMgetSymbol| |curryLeft|
- |divideExponents| |d03eef| |makeObject| |style| |clearDenominator|
- |rightQuotient| |diagonals| |one?| |super| |null| |iipow|
- |getGoodPrime| |expint| |high| |companionBlocks| |coef|
- |computeCycleEntry| |pattern| |exteriorDifferential|
- |lineColorDefault| |jordanAlgebra?| |readIfCan!| |not| |close!|
- |scale| |iroot| |sturmVariationsOf| |constantCoefficientRicDE|
- |mainSquareFreePart| |rightTraceMatrix| |e01sbf| |permutation|
- |saturate| |and| |simplifyPower| |e01baf| |ksec| |subQuasiComponent?|
- |toseSquareFreePart| |tab| |maxRowIndex| |solve| |ideal|
- |zeroDimensional?| |polyPart| |or| |fortranDouble| |isTerm|
- |palgintegrate| |mantissa| |maxPoints3D| |axesColorDefault|
- |alphabetic?| |iCompose| |lowerPolynomial| |normalElement|
- |readUInt32!| |xor| |length| |radicalSolve| |factorsOfCyclicGroupSize|
- |f04qaf| |selectsecond| |ratDsolve| |message| |f02axf| |cyclicCopy|
- |rationalApproximation| |quote| |coerceL| |e04ycf| |scripts| |f02akf|
- |imagj| |setEpilogue!| |OMbindTCP| |setelt!| |tan2trig|
- |mapUnivariate| |decompose| |variable?| |sample| |fortranComplex|
- |cot2trig| |primitive?| |algint| |associative?| |digamma| |c06fuf|
- |e01saf| |numberOfOperations| |script| |OMgetBind| |ddFact| |f01bsf|
- |addPoint2| |insertRoot!| |changeVar| |clearTable!| Y
- |basisOfRightAnnihilator| |OMgetEndBind| |compBound| |swapRows!|
- |leftMult| |fractionPart| |leftRemainder| |expextendedint| |listLoops|
- |outputFloating| |jacobi| |mr| |exprex| |s21bbf|
- |solveLinearPolynomialEquationByRecursion| |monomial?|
- |fortranCharacter| |factorial| |subst| |powmod| |numberOfChildren|
- |fixedDivisor| |selectOptimizationRoutines| |mulmod| |tex|
- |definingInequation| |cons| |cAcsc| |aQuartic| |symbolIfCan|
- |commutative?| |makeSUP| |subResultantChain| |subset?| |central?|
- |lyndon?| |component| |badNum| |monic?| |viewThetaDefault|
- |bandedHessian| |scripted?| |complexForm| |multiEuclideanTree|
- |f02fjf| |commutator| |positive?| |composite| |dflist| |minRowIndex|
- |radix| |getlo| |integralAtInfinity?| |SturmHabichtCoefficients|
- |leadingSupport| |s15aef| |cAsech| |setPrologue!| |innerEigenvectors|
- |pToDmp| |groebner| |initiallyReduced?| |leastAffineMultiple|
- |reopen!| |alphanumeric| |removeRedundantFactors| |normal| |maxrow|
- |modTree| |lazyEvaluate| |categoryFrame| |aromberg| |normalizedDivide|
- |selectIntegrationRoutines| |mainContent| |FormatRoman| |predicate|
- |byte| |light| |selectAndPolynomials| |deepestInitial| |nthExponent|
- |primintfldpoly| |showIntensityFunctions| |interpolate| |objects|
- |invertibleSet| |rootKerSimp| |ellipticCylindrical| |cAsin| |d01amf|
- |leadingIdeal| |e01sff| |reduceLODE| |base| |extractPoint|
- |leftDivide| |heapSort| |mainMonomials| |writeUInt8!| |lfextendedint|
- |unknown| |nand| |lexico| |polynomialZeros| |getZechTable| |lp|
- |complexEigenvectors| |int| |rangeIsFinite| |setref| |characteristic|
- |headRemainder| |cyclotomicFactorization| |edf2efi|
- |rightDiscriminant| |semiLastSubResultantEuclidean| |max| |ParCond|
- |currentScope| |groebgen| |powerSum| |printInfo!| |invertIfCan| |rk4a|
- |presuper| |LazardQuotient| |numberOfImproperPartitions| |resultant|
- |factorset| |scopes| |poisson| |increment| |cTanh| |primitivePart|
- |mesh?| |prologue| |rightDivide| |returns| |nextItem| |remove|
- |transcendentalDecompose| |c06ebf| |halfExtendedResultant1| |cAcosh|
- |singularitiesOf| |atanhIfCan| |clearTheFTable| |symmetricGroup|
- |quotient| |zCoord| |charthRoot| |iilog| |groebnerIdeal| |entry|
- |c06ekf| |fTable| |octon| |chebyshevU| |last| |adaptive?|
- |fortranTypeOf| |parameters| |anticoord| |palgint| |constDsolve|
- |validExponential| |assoc| |OMreceive| |basisOfCentroid|
- |resultantEuclidean| |resetBadValues| |legendre| |cn| |currentEnv|
- |operation| |getMeasure| |measure| |front| |copyInto!| |redpps|
- |isobaric?| |even?| |color| |acschIfCan| |interactiveEnv| |Nul|
- |showScalarValues| |multiset| |sort| |exactQuotient|
- |lastSubResultantEuclidean| |key| |branchPointAtInfinity?|
- |algebraicCoefficients?| |genericRightTrace| |wronskianMatrix| |order|
- |cosIfCan| |endSubProgram| |semicolonSeparate| |routines| |lazy?|
- |pushdown| BY |d01gaf| |iiperm| |tableau| |reduceByQuasiMonic|
- |filename| |pop!| |commonDenominator| |LiePolyIfCan| |reflect| |merge|
- |tubePoints| |oblateSpheroidal| |noKaratsuba| |graphState| |iidprod|
- |infiniteProduct| |functionIsFracPolynomial?| |qfactor| |ipow|
- |mergeDifference| |nthExpon| |cPower| |iiasech| |subHeight|
- |intensity| |mkcomm| |integralCoordinates| |genericRightDiscriminant|
- |random| |parse| |modularGcdPrimitive| |extendIfCan| |laurent|
- |cyclotomicDecomposition| |setTopPredicate| |lazyGintegrate|
- |checkForZero| |nextColeman| |coefChoose| |deriv| |balancedBinaryTree|
- |positiveSolve| |puiseux| |lllp| |mergeFactors| |multisect|
- |screenResolution| |leftTraceMatrix| |composites| |integralBasis|
- |nextNormalPrimitivePoly| |definingEquations| |parabolicCylindrical|
- |LiePoly| |solveLinearPolynomialEquationByFractions| |d01aqf| |sign|
- |fortranCompilerName| |repeating| |toseInvertibleSet| |smith| |inv|
- |minimumDegree| |e04ucf| |coordinate| |rombergo| |lo| |squareTop|
- |rank| NOT |jacobian| |OMputBind| |morphism| |rightScalarTimes!|
- |ground?| |cothIfCan| |makeCos| |OMunhandledSymbol|
- |rightCharacteristicPolynomial| |depth| |useEisensteinCriterion?| OR
- |completeHermite| |bat| |gensym| |tube| |ground| |enqueue!|
- |purelyAlgebraic?| |startTableGcd!| |selectOrPolynomials| AND
- |zeroSetSplit| F2FG |getCurve| |systemSizeIF| |f07aef|
- |leadingMonomial| |setPosition| |summation| |rightFactorIfCan|
- |reseed| |setProperty| |leadingIndex| |makeViewport2D| |getIdentifier|
- |edf2df| |leadingCoefficient| |mirror| |primlimintfrac| |cfirst|
- |removeSuperfluousCases| |aspFilename| |rightRegularRepresentation|
- |replace| |yCoordinates| |normalizeAtInfinity| |primitiveMonomials|
- |cosSinInfo| |multinomial| |f01ref| |distFact| |number?| |s19abf|
- |removeCoshSq| |singleFactorBound| |hasHi| |reductum| |monicDivide|
- |dfRange| |dimensionsOf| |transcendenceDegree| |zero| |OMputFloat|
- |range| |normalDenom| |every?| |partition| |rootPoly| |rules|
- |dequeue| |cartesian| |d02bhf| |SFunction| |signature| |cAsec| |lists|
- |setScreenResolution3D| |index| |expandTrigProducts| |setColumn!|
- |lfinfieldint| |univariatePolynomialsGcds| |upperCase|
- |brillhartIrreducible?| |head| |unprotectedRemoveRedundantFactors|
- |And| |resultantEuclideannaif| |genericPosition| |entry?|
- |stiffnessAndStabilityFactor| |dequeue!| |rightGcd| |leftRecip|
- |showClipRegion| |semiDegreeSubResultantEuclidean| |Or| |pmintegrate|
- |rubiksGroup| |permutationRepresentation| |chvar| |critMonD1| |lift|
- |conditionsForIdempotents| |s17dhf| |bivariatePolynomials| |distdfact|
- |Not| |char| |conical| |rootNormalize| |ranges| |pair|
- |symmetricRemainder| |empty?| |reduce| |unitNormalize| |basis| |value|
- |laurentRep| |flatten| |Gamma| |iiabs| * |rCoord|
- |monicDecomposeIfCan| |Si| |f02bjf| |stop| |gethi| |copies|
- |dmpToHdmp| |pushup| |deepCopy| |exponential1| |airyBi|
- |tableForDiscreteLogarithm| |getDatabase| |unit| |subMatrix| |polyRDE|
- |checkPrecision| |signatureAst| |denominators| |probablyZeroDim?|
- |makingStats?| |varselect| |cAtan| |mkIntegral| |perfectSquare?|
- |f02aef| |plusInfinity| |contains?| |thenBranch|
- |unrankImproperPartitions1| |pushdterm| = |expressIdealMember|
- |cycleLength| |toScale| |goodnessOfFit| |minusInfinity|
- |semiResultantEuclidean1| |internalAugment| |sin?| |s17adf| |Lazard2|
- |OMsupportsSymbol?| |patternMatch| |setProperties| |beauzamyBound|
- |wordsForStrongGenerators| |associatedEquations|
- |useEisensteinCriterion| |s13acf| |rem| |subNodeOf?| < |printStats!|
- |makeSeries| |float| |OMserve| |OMcloseConn| |besselJ|
- |integralBasisAtInfinity| |ldf2vmf| |s18aff| |quo| > |components|
- |bag| |nextPrimitivePoly| |nullSpace| |schwerpunkt| |dmpToP| |normal?|
- |matrixGcd| |setMaxPoints| <= |boundOfCauchy|
- |tryFunctionalDecomposition| |e02dff| |sumOfDivisors| |curryRight|
- |point?| |cond| |cRationalPower| |polar| |f02abf| |div| >=
- |purelyTranscendental?| |pack!| |asimpson| |type| |pastel|
- |leftAlternative?| |setStatus!| |c06frf| |outerProduct| |exquo|
- |newSubProgram| |upperCase?| |factorSFBRlcUnit| |bitTruth|
- |roughEqualIdeals?| |f02bbf| |romberg| |column| |OMgetError| ~=
- |algebraicOf| |leftDiscriminant| |unparse| |bit?|
- |wordInStrongGenerators| |expt| |select!| |euclideanGroebner| |middle|
- |makeFR| |hermite| |#| |po| + |psolve| |child| |extendedEuclidean|
- |lastSubResultantElseSplit| |symFunc| |setLabelValue| |iiasinh| ~
- |split| - |axes| |associates?| |f01mcf| |createLowComplexityTable|
- |laguerreL| |ptree| |linearDependenceOverZ| |removeCosSq|
- |mapExponents| |solveLinear| |sequences| |restorePrecision| /
- |rischDE| GE |graphImage| |laplacian| |lllip| |rightRankPolynomial|
- |ramifiedAtInfinity?| |realEigenvalues| |hdmpToP| |printHeader|
- |roughUnitIdeal?| GT |polyred| |numberOfMonomials| |isOpen?|
- |monomRDEsys| |bigEndian| |/\\| |before?| |adjoint| |Hausdorff|
- |signAround| LE |deleteProperty!| |f02ajf| |coshIfCan|
- |listYoungTableaus| |basisOfNucleus| |sorted?| |\\/| |bipolar|
- |patternVariable| |normalizeIfCan| LT |isQuotient| |solve1| |yellow|
- |pushucoef| |genericLeftTrace| |diagonal|
- |tryFunctionalDecomposition?| |exptMod| |integerBound|
- |createPrimitiveNormalPoly| |search| |trivialIdeal?| |linears|
- |minimumExponent| |rewriteSetByReducingWithParticularGenerators|
- |pr2dmp| |d02gaf| |infRittWu?| |sdf2lst| |elem?| |lazyPseudoRemainder|
- |rightLcm| |seed| |bumprow| |lazyIntegrate| |var1Steps| |usingTable?|
- |testModulus| |userOrdered?| |OMmakeConn| |subscriptedVariables|
- |tracePowMod| |htrigs| |monicRightDivide| |airyAi| |leadingBasisTerm|
- |e01bff| |rightMult| |divideIfCan!| |ParCondList| |trigs2explogs|
- |lyndonIfCan| |credPol| |viewport2D|
- |rewriteIdealWithQuasiMonicGenerators| |colorDef| |height| |baseRDE|
- |createNormalPoly| |normalize| |removeZero| |LyndonBasis| |lepol|
- |f04maf| |lhs| |solveInField| |subNode?| |updatF| |mathieu12|
- |semiIndiceSubResultantEuclidean| |trapezoidal| |myDegree| |d01alf|
- |nodeOf?| |rhs| |stoseInvertible?| |dimension| |sqfrFactor|
- |outlineRender| |typeList| |sncndn| |universe| |unexpand|
- |isConnected?| |root| |lazyPrem| |createPrimitivePoly| |logpart|
- |d02gbf| |s18aef| |createNormalPrimitivePoly| |hermiteH|
- |patternMatchTimes| |floor| |dAndcExp| |OMread| |addMatchRestricted|
- |mkPrim| |leftQuotient| |complexRoots| |arg1| |hostPlatform| |coerce|
- |pushNewContour| |string?| |zag| |homogeneous?| |cLog| |fixedPoints|
- |critpOrder| |fglmIfCan| |float?| |semiSubResultantGcdEuclidean1|
- |vedf2vef| GF2FG |computeBasis| |reverse!| |write!| |contractSolve|
- |discreteLog| |mainForm| |logical?| |d02ejf| |content| |iibinom|
- |nextSublist| |explicitEntries?| |resultantReduit| |makeGraphImage|
- |f02aaf| |fractRagits| |f04arf| |geometric| |FormatArabic|
- |ip4Address| |complex?| |lighting| |meshFun2Var|
- |extendedSubResultantGcd| |critB| |indicialEquationAtInfinity| |crest|
- |stoseSquareFreePart| |rationalFunction| |e04fdf| |mainPrimitivePart|
- |internalZeroSetSplit| |charClass| |tanintegrate| |declare|
- |rootDirectory| |s20acf| |LyndonWordsList1| |simpson| |function|
- |OMsupportsCD?| |modulus| |prindINFO| |problemPoints| |prime| |iicosh|
- |repSq| |OMconnOutDevice| |internalInfRittWu?| |tail|
- |combineFeatureCompatibility| |showArrayValues| |obj| |generic|
- |LyndonWordsList| |halfExtendedSubResultantGcd1| |failed| |parent|
- |uncouplingMatrices| |inverseIntegralMatrixAtInfinity|
- |derivationCoordinates| |cache| |modifyPointData| |irreducible?|
- |s14aaf| |zero?| |leviCivitaSymbol| |normInvertible?| |negative?|
- |lowerCase?| |upDateBranches| |iiacoth| |has?| |explimitedint|
- |paraboloidal| |divisor| |setFormula!| |host| |tree| |limitedint|
- |recip| |c06fpf| |balancedFactorisation| |firstDenom| |mapSolve|
- |viewWriteDefault| |HenselLift| |fmecg| |fixPredicate|
- |explicitlyFinite?| |principalIdeal| |OMgetFloat| |padecf|
- |basisOfCenter| |call| |primes| |cAtanh| |precision| |Lazard|
- |remainder| |top!| |genericRightNorm| |less?| |iifact|
- |primitivePart!| |leftPower| |taylorRep| |factorList| |besselK|
- |triangular?| |clipBoolean| |typeLists| |sturmSequence| |inspect|
- |colorFunction| |hitherPlane| |OMReadError?| |prefixRagits|
- |OMencodingSGML| |sortConstraints| |OMconnInDevice| |ratDenom|
- |getButtonValue| |d01apf| |init| |reindex| |primlimitedint| |open|
- |closed?| |zoom| |harmonic| |selectfirst| |fprindINFO| |iidsum|
- |fillPascalTriangle| |readUInt16!| |li| |generator|
- |createRandomElement| |e02daf| |subspace| |connectTo|
- |squareFreeFactors| |imagI| |logIfCan| |useSingleFactorBound?|
- |approxSqrt| |c06eaf| |integrate| |wordInGenerators|
- |factorByRecursion| |repeatUntilLoop| |stFuncN| |tubePlot| |critM|
- |laurentIfCan| |critMTonD1| |removeDuplicates!| |shuffle| |acscIfCan|
- |externalList| |parents| |genericRightTraceForm| |extractProperty|
- |internalIntegrate| |aLinear| |OMUnknownCD?| |operations| |singular?|
- |directSum| |is?| |rightFactorCandidate| |coerceImages| |true|
- |internalLastSubResultant| |f02agf| |degreeSubResultant| |mindeg|
- |whileLoop| |cycle| |showAll?| |standardBasisOfCyclicSubmodule|
- |round| |s19aaf| |enterInCache| |coordinates| |lifting| |normFactors|
- |integerIfCan| |extendedResultant| |atom?| |rquo| |conjugate| |e02ddf|
- |primitiveElement| |getCode| |mat| |tensorProduct| |groebnerFactorize|
- |innerSolve| |kmax| |substring?| |d01akf| |stosePrepareSubResAlgo|
- |extend| |orthonormalBasis| |modifyPoint| |roman| |partitions|
- |headReduced?| |noLinearFactor?|
- |dimensionOfIrreducibleRepresentation| |getSyntaxFormsFromFile|
- |separateDegrees| |identification| |latex| |inverseLaplace| |dim|
- |digit| |pointSizeDefault| |recolor| |dot| |cCoth| |suffix?|
- |sumOfSquares| |df2st| |conditionP| |GospersMethod| |any|
- |multiplyExponents| |linearlyDependent?| |symmetricProduct|
- |frobenius| |root?| |test| |nilFactor| |branchPoint?| |real?|
- |seriesSolve| |localReal?| |OMgetVariable| |numerator| |rational?|
- |monomialIntegrate| |prefix?| |cschIfCan| |plus!| |delay|
- |extractIndex| |setleft!| |e02bdf| |getBadValues| |gderiv| |minrank|
- |odd?| |fortranReal| |iiatanh| |e02baf| |encodingDirectory| |f2df|
- |setOfMinN| |selectPolynomials| |acosIfCan| |integral|
- |diagonalProduct| |pureLex| |nodes| |stoseInvertible?reg|
- |complexExpand| |eq| |maxint| |reducedDiscriminant|
- |nativeModuleExtension| |dimensions| |OMputEndObject| |messagePrint|
- |f02awf| |leftZero| |drawStyle| |d01bbf| |newLine| |iter| |heap|
- |opeval| |prefix| |radicalEigenvector| |coerceListOfPairs|
- |SturmHabichtMultiple| |cSech| |quadraticNorm| |elements| |more?|
- |cycleElt| |integralMatrixAtInfinity| |lfunc| |radicalEigenvectors|
- |s13adf| |alternatingGroup| |droot| |Is| |internalDecompose|
- |resetVariableOrder| |ran| |minimalPolynomial| |intPatternMatch|
- |bsolve| |nil?| |infix?| |stoseInvertibleSetsqfreg| |dioSolve|
- |radicalRoots| |quasiComponent| |ode1| |incr| |mask| |mapExpon|
- |mathieu23| |preprocess| |leftExactQuotient| |printInfo|
- |characteristicSerie| |entries| |debug| |cap| |hex| |insertBottom!|
- |members| |selectNonFiniteRoutines| |empty| |doubleResultant|
- |symmetricDifference| |output| D |closedCurve?| |mapGen|
- |moreAlgebraic?| |log2| |hi| |outputForm| |OMlistCDs|
- |internalSubQuasiComponent?| |primeFactor| |external?| |shallowCopy|
- |unknownEndian| |removeConstantTerm| |wholeRagits| |remove!| |implies|
- |stripCommentsAndBlanks| |belong?| |rdHack1| |perspective| |totolex|
- |failed?| |scalarMatrix| |exp| |argumentListOf|
- |numberOfFractionalTerms| |null?| |listRepresentation| |graphs| |prod|
- |setprevious!| |rdregime| |connect| |second| |splitConstant|
- |doubleFloatFormat| |phiCoord| |partialNumerators| |f01qef|
- |doubleDisc| |finiteBound| |bernoulli| |polarCoordinates| |third|
- |startTable!| |SturmHabicht| |monicCompleteDecompose| |badValues|
- |part?| |gcdPrimitive| |leftCharacteristicPolynomial| |perfectNthRoot|
- |redPol| |scaleRoots| |erf| |orbits| |froot| |setClosed| |rightRank|
- |reducedForm| |btwFact| |c06ecf| |taylorIfCan| |listConjugateBases|
- |rootProduct| |UP2ifCan| |nil| |legendreP| |mapmult| |monicLeftDivide|
- FG2F |hspace| |virtualDegree| |factorOfDegree| |unvectorise|
- |generalizedContinuumHypothesisAssumed| |rightUnits| |solid?|
- |optimize| |expenseOfEvaluationIF| |regularRepresentation| |rightOne|
- |gradient| |comment| |back| |revert| |OMputAttr| |findBinding|
- |alternating| |tRange| |resetAttributeButtons| |dualSignature| |dilog|
- |halfExtendedResultant2| |whatInfinity| |perfectSqrt| |inR?| |print|
- |defineProperty| |attributeData| |printTypes| |reduced?| |frst|
- |divergence| |sin| |approximate| |c06fqf| |OMputVariable| |f01brf|
- |returnTypeOf| |complex| |resolve| |qualifier| |isNot|
- |toseInvertible?| |vector| |completeSmith| |rightRemainder| |infix|
- |midpoints| |cos| |log| |buildSyntax| |removeSinhSq| |autoReduced?|
- |Aleph| |linearAssociatedLog| |hclf| |integral?| |incrementBy| |sort!|
- |differentiate| |tan| |magnitude| |maxColIndex|
- |indiceSubResultantEuclidean| |iFTable| |countRealRoots| |birth|
- |maxrank| |sylvesterSequence| |fortranLogical| |expand|
- |useNagFunctions| |modularGcd| |cot| |bringDown| |getPickedPoints|
- |twist| |normalForm| |rightMinimalPolynomial| |hessian|
- |complexEigenvalues| |maxPoints| |filterWhile| |inGroundField?|
- |sylvesterMatrix| |next| |sec| |multiplyCoefficients| |pdf2df|
- |figureUnits| |roughBasicSet| |readLineIfCan!| |lintgcd| |pdct|
- |primextintfrac| |reverseLex| |filterUntil| |asinhIfCan| |find|
- |exprHasWeightCosWXorSinWX| |csc| |freeOf?| |generateIrredPoly|
- |c05nbf| |merge!| |complexSolve| |binary| |RittWuCompare| |select|
- |makeViewport3D| |idealSimplify| |shanksDiscLogAlgorithm| |safeFloor|
- |reverse| |asin| |expenseOfEvaluation| |appendPoint| |makeTerm|
- |minColIndex| |quickSort| |set| |linSolve| |antiAssociative?|
- |setScreenResolution| |f01maf| |eyeDistance| |computeCycleLength|
- |c05adf| |univariatePolynomials| |complexIntegrate| |euler|
- |fintegrate| |f07adf| |approximants| |setPoly| |constant?| |rootSimp|
- |eigenvalues| |genericRightMinimalPolynomial| |integer?|
- |topFortranOutputStack| |c06gsf| |top| |systemCommand|
- |partialFraction| |indiceSubResultant| |deref| |someBasis| |comp|
- |ReduceOrder| |unaryFunction| |hasTopPredicate?| |lquo| |e04gcf|
- |semiDiscriminantEuclidean| |indices| |mapUnivariateIfCan|
- |changeThreshhold| |cyclicEqual?| |perfectNthPower?| |OMgetAtp|
- |algDsolve| |unmakeSUP| |thetaCoord| |cycleRagits| |ratPoly|
- |viewWriteAvailable| |binding| |isTimes| |antisymmetricTensors| |hcrf|
- |setMaxPoints3D| |unitsColorDefault| |evenInfiniteProduct|
- |pointColorPalette| |continue| |leadingExponent| |bounds|
- |rationalPoint?| |makeRecord| |replaceKthElement| |rootRadius|
- |pascalTriangle| |addPointLast| |viewPhiDefault| |viewpoint|
- |ramified?| |category| |binaryFunction| |updateStatus!| |formula|
- |factorsOfDegree| |clipParametric| |cylindrical| |shift| |atoms|
- |direction| |exprToGenUPS| |square?| |leftRegularRepresentation|
- |list| |polCase| |pole?| |domain| |position!| |identityMatrix|
- |e01bhf| |numberOfComposites| |deleteRoutine!| |initial| |car|
- |omError| |options| |simpleBounds?| |d01fcf| |package| |cyclic?|
- |fill!| |groebSolve| |s17akf| |basisOfCommutingElements|
- |outputAsScript| |imagE| |powerAssociative?| |cdr| |flexible?|
- |nextLatticePermutation| |LazardQuotient2| |An| |convergents|
- |branchIfCan| |nor| |fortranCarriageReturn| |extractClosed| |tab1|
- |show| |setDifference| |symmetricTensors| |property| |collect|
- |cycleSplit!| |nrows| UP2UTS |arbitrary| |eq?| |simplifyExp|
- |multiEuclidean| |addPoint| |trim| |viewport3D| |complexLimit|
- |setIntersection| |string| |cardinality| |ncols|
- |createLowComplexityNormalBasis| |updatD| |debug3D| |complexZeros|
- |qelt| |eigenvector| |rationalPoints| |delta| |trace| |setUnion|
- |invertible?| |intChoose| |weierstrass| |putColorInfo| |linGenPos|
- |rule| |OMputBVar| |optional?| |qsetelt| |linearAssociatedExp|
- |forLoop| |jacobiIdentity?| |apply| |cyclicEntries| |postfix|
- |expandLog| |units| |subSet| |insertMatch| |f01qcf| |coth2tanh|
- |setleaves!| |xRange| |trapezoidalo| |acothIfCan| |leaf?| |increase|
- |linearPolynomials| |argscript| |subCase?| |palgRDE| |f04axf| |yRange|
- |prinshINFO| |extension| |size| |makeUnit| RF2UTS |lookupFunction|
- |tValues| |getMultiplicationMatrix| |associator| |pol| |d01anf| |acos|
- |zRange| |flexibleArray| |setVariableOrder| |safeCeiling| |aQuadratic|
- |map!| |leftFactor| |lexTriangular| |insert!| |symmetricPower| |push!|
- |pToHdmp| |atan| |cot2tan| |particularSolution| |enterPointData|
- |getOperator| |qsetelt!| |plotPolar| |traceMatrix| |acoshIfCan|
- |OMlistSymbols| |degree| |qinterval| |acot| |coercePreimagesImages|
- |code| |void| |first| |coHeight| |scalarTypeOf| |areEquivalent?|
- |littleEndian| |ceiling| |red| |move| |identity| |asec| |lambda|
- |rest| |sup| |f02xef| |rotate| |sparsityIF| |goto| |makeEq|
- |mappingAst| |s18def| |box| |acsc| |rewriteSetWithReduction|
- |substitute| |singRicDE| |stirling2| |imagi| |mapMatrixIfCan|
- |degreePartition| |lflimitedint| |OMputEndAtp| |firstUncouplingMatrix|
- |lastSubResultant| |sinh| |removeDuplicates| |determinant| |isMult|
- |sec2cos| |separate| |biRank| |s21bcf| |pile| |stopTableGcd!| |cycles|
- |cosh| |say| |viewDefaults| |leftOne| |univcase| |separateFactors|
- |basisOfLeftNucleus| |cCsch| |primPartElseUnitCanonical!|
- |resultantReduitEuclidean| |numberOfComponents| |tanh| |acsch| |dom|
- |kroneckerDelta| |subtractIfCan| |countRealRootsMultiple| |d02raf|
- |iisqrt3| |primaryDecomp| |outputList| |rootBound| |deepestTail|
- |fortranLinkerArgs| |coth| |hasPredicate?| |doublyTransitive?|
- |mightHaveRoots| |randnum| |newReduc| |LyndonCoordinates| |gcdcofact|
- |infieldint| |rightExactQuotient| |sech| |result| |dn| |exists?|
- |trunc| |qroot| |cup| |semiSubResultantGcdEuclidean2| |OMgetBVar|
- |changeMeasure| |csch| |csc2sin| |augment| |parseString|
- |compiledFunction| |showTheRoutinesTable| |rootPower| |bitLength|
- |rowEchelonLocal| |generic?| |Beta| |denomRicDE| |asinh| |tanAn|
- |mainKernel| |reset| |algintegrate| |cos2sec| |bothWays| |s01eaf|
- |removeSquaresIfCan| |collectQuasiMonic| |cycleTail| |setMinPoints3D|
- |acosh| |specialTrigs| |consnewpol| |minus!| |title| |lazyVariations|
- |generalizedContinuumHypothesisAssumed?| |trace2PowMod| |computeInt|
- |rightAlternative?| |closeComponent| |meshPar2Var| |atanh| |e01daf|
- |write| |B1solve| |vectorise| |differentialVariables|
- |bipolarCylindrical| |rightNorm| |bernoulliB| |numFunEvals3D|
- |listBranches| |stoseInvertibleSetreg| |acoth| |rightZero| |save|
- |contours| |exportedOperators| |cyclicGroup| |maxIndex| |rotatez|
- |keys| |squareFreeLexTriangular| |randomR| |choosemon| |removeSinSq|
- |asech| |pseudoQuotient| |evenlambert| |principalAncestors| |e|
- |sumSquares| |readLine!| |e01bgf| |lfextlimint|
- |solveLinearPolynomialEquation| |s17ahf| |discriminant| |orbit| |nthr|
- |OMputEndError| |hash| |minGbasis| |headReduce| |graphCurves|
- |pointLists| |HermiteIntegrate| |c06gqf| |lazyIrreducibleFactors|
- |quotedOperators| |e02def| |multiple| |count| |generalizedInverse|
- |iomode| |polygon| |besselI| |applyQuote| |reducedSystem|
- |plenaryPower| |satisfy?| |halfExtendedSubResultantGcd2| |rootOf|
- |recoverAfterFail| |realEigenvectors| |iiacsch| |moebiusMu| |powern|
- |normalDeriv| |divide| |deepExpand| |errorKind| |taylorQuoByVar|
- |cosh2sech| |iiGamma| |Ei| |nothing| |isExpt| |generate| |interReduce|
- |varList| |rootsOf| |stoseInternalLastSubResultant| |f02wef|
- |getExplanations| |escape| |pquo| |s17acf| |finiteBasis| |csch2sinh|
- |palginfieldint| |createPrimitiveElement| |redPo| |symbol?| |pow|
- |pushuconst| |youngGroup| |ruleset| |cCot| |completeEval| |quoted?|
- |s21bdf| |setProperty!| |setEmpty!| |quadraticForm|
- |removeSuperfluousQuasiComponents| |extendedIntegrate|
- |solveLinearlyOverQ| |lazyPseudoQuotient| |flagFactor| |predicates|
- |create3Space| |level| |parabolic| |cAcot| |generalPosition|
- |infinite?| |d03edf| |atrapezoidal| |acotIfCan| |bubbleSort!| |terms|
- |ref| |readInt16!| |clearTheIFTable| |finite?| |conjugates| |retract|
- |suchThat| |transpose| |curve?| |rotatex| |s17ajf| |elementary|
- |power!| |nextPrime| |numericalIntegration| |presub| |width|
- |gcdPolynomial| |f04jgf| |nonSingularModel| |lyndon| |torsionIfCan|
- |aCubic| |eulerPhi| |quasiRegular?| |factor1| |s17def| |RemainderList|
- |symmetricSquare| |const| |extractBottom!| |matrix| |lex| |sqfree|
- |points| |exprHasAlgebraicWeight| |tanNa| |numericIfCan|
- |leftScalarTimes!| |getMatch| |curry| |oneDimensionalArray|
- |setAdaptive3D| |tanSum| |diophantineSystem| |monicRightFactorIfCan|
- |isPlus| |genus| |cCosh| |setchildren!| |decrease| |sn| |elseBranch|
- |calcRanges| |e02bef| |cyclicParents| |rk4qc| |indicialEquations|
- |OMputEndBind| |optpair| |exp1| |recur| |OMsend| |quadratic|
- |algebraic?| |univariateSolve| |f04atf| |imagJ| |element?|
- |removeIrreducibleRedundantFactors| |fortranInteger| |isPower|
- |bezoutMatrix| |closedCurve| |categories| |clipWithRanges| |iicoth|
- |queue| |localUnquote| |socf2socdf| |callForm?| |triangSolve|
- |euclideanNormalForm| |critT| |sub| |optional| |d02cjf|
- |noncommutativeJordanAlgebra?| |PDESolve| |getMultiplicationTable|
- |plus| |iflist2Result| |cAsinh| |bumptab1| |denomLODE| |writeInt8!|
- |superscript| |character?| |parametersOf| |shiftRoots|
- |loadNativeModule| |cSec| |c06gcf| |isOp| |hyperelliptic| |split!|
- |LowTriBddDenomInv| |eulerE| |OMgetAttr| |setImagSteps| |e02ahf|
- |hasSolution?| |pointData| |simpsono| |lagrange| |s19adf| |mathieu24|
- |symbolTableOf| |shellSort| |sum| |showTheSymbolTable| |compound?|
- |oddlambert| |s14baf| |asechIfCan| |equality| |OMgetType| |tan2cot|
- |physicalLength| |times| |palglimint| |cTan| |e02gaf| |integers|
- |e02aef| |overbar| |complement| |center| |safetyMargin|
- |compactFraction| |ODESolve| |infLex?| |firstNumer| |mvar| |exprToXXP|
- |overlap| |wreath| |makeFloatFunction| |e02akf| SEGMENT
- |numberOfIrreduciblePoly| |createMultiplicationMatrix| |collectUpper|
- |discriminantEuclidean| |green| |expr| |seriesToOutputForm| |rotate!|
- |e04naf| |over| |triangularSystems| |mainCoefficients| |inHallBasis?|
- |nextPartition| |polygon?| |setCondition!| |iiasin|
- |tubePointsDefault| |numberOfVariables| |palgextint| |s19acf| |xn|
- |monom| |node| |nextNormalPoly| |domainTemplate| |outputFixed|
- |changeName| |ode| |totalDifferential| |functorData| |pointPlot|
- |adaptive| |laguerre| |endOfFile?| |space| |cAcsch| |maxdeg| |rspace|
- |rur| |sequence| |case| |functionIsOscillatory| |linearPart|
- |variable| |edf2ef| |SturmHabichtSequence| |minPoints|
- |degreeSubResultantEuclidean| |internal?| |common| |vspace| |e04mbf|
- |Zero| |euclideanSize| |kovacic| |iterators| |stirling1| |palgLODE|
- |lprop| |dihedral| |integralRepresents| |doubleComplex?| |One|
- |splitDenominator| |arguments| |alternative?|
- |removeRoughlyRedundantFactorsInPols| |chainSubResultants|
- |radicalEigenvalues| |rightTrace| |henselFact| |limit| |s17agf|
- |drawCurves| |fracPart| |mpsode| |binaryTournament| |divisorCascade|
- |algebraicVariables| |vertConcat| |knownInfBasis| |child?| |concat|
- |cyclic| |returnType!| |irreducibleFactors| |minset| |rationalIfCan|
- |rightRecip| |printCode| |rename| |nil| |infinite| |arbitraryExponent|
+ |Record| |Union| |multinomial| |identity| |error| |outputBinaryFile|
+ |generalizedContinuumHypothesisAssumed| |expextendedint| |sub|
+ |e02adf| |f01ref| |sup| |position| |nullary| |assert| |rightUnits|
+ |flatten| |listLoops| |d02cjf| |f04adf| |besselY| |nthCoef| |OMread|
+ |distFact| |f02xef| |vconcat| |solid?| |outputFloating|
+ |noncommutativeJordanAlgebra?| |loopPoints| |measure2Result| |varList|
+ |iisinh| |addMatchRestricted| |number?| |rotate| |s17aef|
+ |expenseOfEvaluationIF| |jacobi| |setfirst!| |PDESolve| |stopTable!|
+ |pdf2ef| |mkPrim| |sparsityIF| |s19abf| |zero| |retractable?|
+ |getMultiplicationTable| |sizeMultiplication|
+ |exprHasLogarithmicWeights| |leftQuotient| |goto| |removeCoshSq|
+ |outputGeneral| |index| |pade| |SturmHabichtMultiple| |iflist2Result|
+ |clipPointsDefault| |complexRoots| |regime| |singleFactorBound|
+ |makeEq| |And| |list?| |leftTrace| |cSech| |cAsinh| |in?|
+ |lieAlgebra?| |hostPlatform| |mappingAst| |Or| |hasHi| |secIfCan|
+ |bits| |quadraticNorm| |bumptab1| |leastMonomial| |nthFractionalTerm|
+ |pushNewContour| |Not| |arity| |pair| |elements| |pair?| |denomLODE|
+ |doubleRank| |elliptic| |simpleBounds?| |string?| |lazy?| |value|
+ |readUInt8!| |unrankImproperPartitions0| |more?| |writeInt8!|
+ |linkToFortran| |inputOutputBinaryFile| |zag| |d01fcf| |pushdown|
+ |expandPower| |cycleElt| |sizePascalTriangle| |superscript|
+ |outerProduct| |setFieldInfo| |delete| |bezoutResultant|
+ |homogeneous?| |d01gaf| |cyclic?| |capacity|
+ |integralMatrixAtInfinity| |integralLastSubResultant| |packageCall|
+ |cLog| |s14abf| |iiperm| |fill!| |BumInSepFFE| |lfunc| UTS2UP |cCot|
+ |mainDefiningPolynomial| ** |fixedPoints| |isImplies| |groebSolve|
+ |tableau| |continue| |gramschmidt| |binarySearchTree|
+ |radicalEigenvectors| |completeEval| |minordet| |critpOrder| |norm|
+ |s17akf| |reduceByQuasiMonic| |bumptab| |getConstant| |s13adf|
+ |quoted?| |drawComplex| |binaryTree| |fglmIfCan|
+ |basisOfCommutingElements| |pop!| |palgint0| |alternatingGroup|
+ |possiblyNewVariety?| |s21bdf| |clip| |plus| |swap| |float?|
+ |outputAsScript| |commonDenominator| |linearDependence| |droot|
+ |countable?| |setProperty!| |leastPower| |numberOfComputedEntries|
+ |semiSubResultantGcdEuclidean1| |imagE| |LiePolyIfCan| |cond|
+ |uniform| |contract| |Is| |setEmpty!| |trigs| |vedf2vef|
+ |completeEchelonBasis| |reflect| |powerAssociative?| |isAnd|
+ |divisors| |internalDecompose| |quadraticForm| |flexible?| |tanIfCan|
+ GF2FG |schema| |ptree| |merge| |redmat| |OMgetSymbol|
+ |resetVariableOrder| |removeSuperfluousQuasiComponents| |denominator|
+ |generalizedEigenvectors| |computeBasis| |tubePoints|
+ |nextLatticePermutation| |rename!| |ran| |curryLeft|
+ |extendedIntegrate| |sin2csc| |identitySquareMatrix| |reverse!|
+ |oblateSpheroidal| |LazardQuotient2| |primintegrate|
+ |minimalPolynomial| |divideExponents| |solveLinearlyOverQ| |wrregime|
+ |write!| |binomial| |An| |noKaratsuba| |OMreadFile| |intPatternMatch|
+ |d03eef| |lazyPseudoQuotient| |imports| |xCoord| |contractSolve| |sum|
+ |convergents| |graphState| |constantKernel| |style| |bsolve|
+ |flagFactor| |iidprod| |sts2stst| |discreteLog| |f02adf| |id|
+ |branchIfCan| |node| |conjug| |nil?| |clearDenominator| |predicates|
+ |jordanAdmissible?| |createZechTable| |mainForm| |nor|
+ |infiniteProduct| |absolutelyIrreducible?| |float| |controlPanel|
+ |rightQuotient| |stoseInvertibleSetsqfreg| |create3Space|
+ |functionIsFracPolynomial?| |decreasePrecision| |logical?| |totalLex|
+ |fortranCarriageReturn| |table| |subResultantGcdEuclidean| |supersub|
+ |dioSolve| |diagonals| |parabolic| |qfactor| |search| |constantLeft|
+ |d02ejf| |polygamma| |extractClosed| |new| |expPot| |one?|
+ |radicalRoots| |lp| |cAcot| |stFunc1| |content| |incrementKthElement|
+ |ipow| |tab1| |complexNormalize| |iipow| |quasiComponent|
+ |generalPosition| |factorials| |iibinom| |exprToUPS| |mergeDifference|
+ |symmetricTensors| |OMputApp| |getGoodPrime| |ode1| |infinite?|
+ |antiCommutative?| |zerosOf| |nextSublist| |nthExpon| |collect| |qqq|
+ |mapExpon| |expint| |d03edf| |rst| |readable?| |explicitEntries?|
+ |cPower| |cycleSplit!| |primPartElseUnitCanonical| |possiblyInfinite?|
+ |mathieu23| |high| |atrapezoidal| |iiasech| |meatAxe|
+ |resultantReduit| |solveRetract| |nil| UP2UTS |squareFree| |putGraph|
+ |companionBlocks| |preprocess| |acotIfCan| |mapDown!| |sizeLess?|
+ |makeGraphImage| |arbitrary| |subHeight| GE |spherical|
+ |computeCycleEntry| |leftExactQuotient| |bubbleSort!| |rightUnit|
+ |f02aaf| |makeYoungTableau| |eq?| |intensity| GT |weight|
+ |exteriorDifferential| |characteristicSerie| |terms| |leftRank|
+ |antiCommutator| |mkcomm| |fractRagits| |simplifyExp| |approximate| LE
+ |entries| |mainVariables| |lineColorDefault| |coerce| |ref| |complex|
+ |printingInfo?| |quadratic?| |f04arf| |multiEuclidean|
+ |integralCoordinates| |log| |equation| LT |cap| |rational|
+ |jordanAlgebra?| |construct| |readInt16!| |bottom!| |nthRootIfCan|
+ |geometric| |genericRightDiscriminant| |addPoint| |e01sef| |hex|
+ |readIfCan!| |clearTheIFTable| |univariate?| |FormatArabic| |monomRDE|
+ |modularGcdPrimitive| |trim| |rewriteIdealWithRemainder|
+ |insertBottom!| |close!| |finite?| |var2StepsDefault| |ip4Address|
+ |sinh2csch| |extendIfCan| |viewport3D| |genericLeftTraceForm|
+ |members| |scale| |conjugates| |leftUnits| |complex?| |inRadical?|
+ |cyclotomicDecomposition| |complexLimit| |formula| |symmetric?|
+ |iroot| |selectNonFiniteRoutines| |transpose| |roughBase?| |hexDigit|
+ |lighting| |cardinality| |setTopPredicate| |dictionary|
+ |sturmVariationsOf| |empty| |curve?| |makeResult| |meshFun2Var|
+ |multiple?| |createLowComplexityNormalBasis| |lazyGintegrate|
+ |leftRankPolynomial| |doubleResultant| |constantCoefficientRicDE|
+ |rotatex| |reverse| |c02aff| |mathieu22| |extendedSubResultantGcd|
+ |checkForZero| |updatD| |tanQ| |mainSquareFreePart|
+ |symmetricDifference| |s17ajf| |OMgetEndAtp| |critB| |relativeApprox|
+ |debug3D| |nextColeman| |nrows| |hdmpToDmp| |rightTraceMatrix|
+ |closedCurve?| |elementary| |f04mcf| |linearAssociatedOrder|
+ |indicialEquationAtInfinity| |complexZeros| |coefChoose| |ncols|
+ |fortranLiteral| |mapGen| |e01sbf| |power!| |whitePoint|
+ |processTemplate| |crest| |eigenvector| |deriv| |exponential|
+ |permutation| |moreAlgebraic?| |nextPrime| |increasePrecision|
+ |bombieriNorm| |stoseSquareFreePart| |balancedBinaryTree|
+ |rationalPoints| |horizConcat| |log2| |saturate|
+ |numericalIntegration| |solveid| |rationalFunction| |leftFactorIfCan|
+ |invertible?| |positiveSolve| |simplifyPower| |internalSubPolSet?|
+ |outputForm| |setelt| |squareFreePart| |presub| |push|
+ |functionIsContinuousAtEndPoints| |e04fdf| |init| |intChoose| |lllp|
+ |getRef| |e01baf| |OMlistCDs| |iisech| |gcdPolynomial| |tower|
+ |gbasis| |torsion?| |mainPrimitivePart| |mergeFactors| |weierstrass|
+ |ksec| |subresultantVector| |internalSubQuasiComponent?| |copy|
+ |f04jgf| |swapColumns!| |internalZeroSetSplit| |putColorInfo|
+ |multisect| |Ci| |primeFactor| |subQuasiComponent?| |nonSingularModel|
+ |charClass| |zeroSetSplitIntoTriangularSystems| |linGenPos|
+ |screenResolution| |nonLinearPart| |function| |makeprod| |external?|
+ |toseSquareFreePart| |lyndon| |checkPrecision| |retractIfCan| |point|
+ |reduceBasisAtInfinity| |tanintegrate| |leftTraceMatrix| |OMputBVar|
+ |notelem| |createMultiplicationTable| |shallowCopy| |autoCoerce| |tab|
+ |torsionIfCan| |indicialEquation| |rootDirectory| |optional?|
+ |composites| |remove| |eval| |unknownEndian| |maxRowIndex| |aCubic|
+ |createNormalElement| |s20acf| |linearAssociatedExp| |integralBasis|
+ |intcompBasis| |removeConstantTerm| |solve| |eulerPhi| |series|
+ |LyndonWordsList1| |changeWeightLevel| |forLoop|
+ |nextNormalPrimitivePoly| |last| |basisOfRightNucleus| |ideal|
+ |wholeRagits| |quasiRegular?| |unitNormal| |simpson| |jacobiIdentity?|
+ |definingEquations| |assoc| |duplicates?| |zeroDimensional?| |remove!|
+ |factor1| |parabolicCylindrical| |cyclicEntries|
+ |leadingCoefficientRicDE| |options| |polyPart| |implies| |s17def|
+ |rules| |stoseIntegralLastSubResultant| |usingTable?| |LiePoly|
+ |postfix| |movedPoints| |fortranDouble| |stripCommentsAndBlanks|
+ |level| |RemainderList| |clearFortranOutputStack| |testModulus| |min|
+ |solveLinearPolynomialEquationByFractions| |expandLog| |argument|
+ |belong?| |isTerm| |symmetricSquare| |map| |normal01| |userOrdered?|
+ |d01aqf| |subSet| |eq| |string| |extensionDegree| |const| |palgLODE0|
+ |OMmakeConn| |insertMatch| |sign| |iter| F |df2st| |complete|
+ |integralMatrix| |prefix| |extractBottom!| |subscriptedVariables|
+ |traverse| |f01qcf| |fortranCompilerName| |unknown| |bivariate?|
+ |normalizedAssociate| |conditionP| |twoFactor| |lift| |lex|
+ |tracePowMod| |iteratedInitials| |repeating| |coth2tanh| |operators|
+ |lcm| |GospersMethod| |showTheFTable| |generate| |getOperands|
+ |reduce| |sqfree| |htrigs| |simplifyLog| |concat!| |OMgetEndObject|
+ |multiplyExponents| |printStatement| |points| |convert| |makeSin|
+ |monicRightDivide| |deref| |prologue| |comment| |append|
+ |variationOfParameters| |prinb| |linearlyDependent?| |incrementBy|
+ |s13aaf| |exprHasAlgebraicWeight| |expintegrate| |airyAi| |someBasis|
+ |rightDivide| |gcd| |OMopenFile| |symmetricProduct| |initTable!|
+ |interval| |expand| |tanNa| |leadingBasisTerm|
+ |semiResultantReduitEuclidean| |returns| |ReduceOrder| |false|
+ |setPredicates| |frobenius| |karatsubaDivide| |quasiMonic?|
+ |filterWhile| |e01bff| |intersect| |unaryFunction| |nextItem| |exp|
+ |realRoots| |distance| |lfextlimint| |root?| |cyclotomic|
+ |filterUntil| |rightMult| |quasiAlgebraicSet| |hasTopPredicate?|
+ |transcendentalDecompose| |nilFactor| |midpoint| |cCos| |select|
+ |cross| |solveLinearPolynomialEquation| |stopMusserTrials|
+ |divideIfCan!| |c06ebf| |lquo| |cubic| |branchPoint?|
+ |currentCategoryFrame| |s17ahf| |semiResultantEuclideannaif|
+ |OMputError| |ParCondList| |e04gcf| |halfExtendedResultant1|
+ |changeBase| EQ |real?| |univariatePolynomial| |multMonom|
+ |discriminant| |vark| |trigs2explogs| |cAcosh|
+ |semiDiscriminantEuclidean| |drawCurves| |seriesSolve| |karatsubaOnce|
+ |splitNodeOf!| |imagk| |orbit| |hash| |lyndonIfCan| |e02ajf|
+ |singularitiesOf| |indices| |fracPart| |localReal?|
+ |OMencodingUnknown| |count| |prem| |subResultantsChain| |nthr|
+ |credPol| |f04faf| |mapUnivariateIfCan| |atanhIfCan| |mpsode|
+ |collectUnder| |OMgetVariable| |sinIfCan| |mainValue| |OMputEndError|
+ |factorSquareFreeByRecursion| |viewport2D| |clearTheFTable|
+ |changeThreshhold| |binaryTournament| |constantOperator|
+ |eisensteinIrreducible?| |minGbasis| |numerator| |makeRecord|
+ |dmp2rfi| |byte| |mix| |rewriteIdealWithQuasiMonicGenerators|
+ |symmetricGroup| |cyclicEqual?| |divisorCascade| |definingPolynomial|
+ |lfintegrate| |rational?| |epilogue| |headReduce| |subPolSet?|
+ |colorDef| |quotient| |perfectNthPower?| |algebraicVariables| |addiag|
+ |monomialIntegrate| |characteristicPolynomial| |Vectorise|
+ |graphCurves| |baseRDE| |UpTriBddDenomInv| |OMgetAtp| |zCoord|
+ |vertConcat| |category| |subresultantSequence| |minPol| |cschIfCan|
+ |pointLists| |quotientByP| |createNormalPoly| |commaSeparate|
+ |algDsolve| |charthRoot| |knownInfBasis| |mantissa| |domain| |create|
+ |plus!| |mathieu11| |HermiteIntegrate| |setTex!| |normalize|
+ |factorSquareFreePolynomial| |iilog| |unmakeSUP| |child?| |package|
+ |viewZoomDefault| |sechIfCan| |delay| |moebius| |c06gqf| |build|
+ |removeZero| |groebnerIdeal| |thetaCoord| |cyclic|
+ |intermediateResultsIF| |quasiMonicPolynomials| |extractIndex|
+ |showAllElements| |lazyIrreducibleFactors| |LyndonBasis|
+ |currentSubProgram| |c06ekf| |cycleRagits| |returnType!|
+ |screenResolution3D| |setleft!| |rectangularMatrix| |getProperty|
+ |quotedOperators| |int| |lepol| |product| |ratPoly| |fTable|
+ |irreducibleFactors| |iiacos| |e02bdf| |generalTwoFactor| |e02def|
+ |stronglyReduce| |systemCommand| |height| |f04maf|
+ |removeRoughlyRedundantFactorsInPol| |octon| |viewWriteAvailable|
+ |minset| |fi2df| |genericLeftNorm| |getBadValues| |symbolTable|
+ |generalizedInverse| |dihedralGroup| |sayLength| |solveInField|
+ |binding| |chebyshevU| |rationalIfCan| |inrootof| |brillhartTrials|
+ |gderiv| |iomode| |viewDeltaXDefault| |algSplitSimple| |subNode?|
+ |adaptive?| |isTimes| |rightRecip| |pushFortranOutputStack|
+ |UnVectorise| |minrank| |oddintegers| |selectFiniteRoutines| |polygon|
+ |distribute| |updatF| |normal| |antisymmetricTensors| |fortranTypeOf|
+ |printCode| |findConstructor| |popFortranOutputStack| |odd?|
+ |truncate| |lazyPquo| |besselI| |binomThmExpt| |mathieu12| |anticoord|
+ |hcrf| |rename| |fortranReal| |npcoef| |rischDEsys| |outputAsFortran|
+ |reorder| |reducedSystem| |block| |semiIndiceSubResultantEuclidean|
+ |palgint| |setMaxPoints3D| |clearCache| |digit?| |numberOfFactors|
+ |iiatanh| |selectPDERoutines| |diag| |plenaryPower| |minPoly|
+ |trapezoidal| |constDsolve| |unitsColorDefault| |row| |factorAndSplit|
+ |e02baf| |setsubMatrix!| |satisfy?| |ptFunc| |myDegree|
+ |validExponential| |evenInfiniteProduct| |encodingDirectory|
+ |inverseColeman| |arg1| |structuralConstants| |startPolynomial|
+ |halfExtendedSubResultantGcd2| |d01alf| |OMreadStr|
+ |pointColorPalette| |OMreceive| |f2df| |listOfLists| |arg2|
+ |complexElementary| |rootOf| |lexGroebner| |nodeOf?| |basisOfCentroid|
+ |leadingExponent| |infinityNorm| |errorInfo| |setOfMinN|
+ |recoverAfterFail| |yCoord| |stoseInvertible?| |resultantEuclidean|
+ |bounds| |addmod| |d02bbf| |selectPolynomials| |conditions|
+ |realEigenvectors| |rangePascalTriangle| |dimension| |property|
+ |rationalPoint?| |resetBadValues| |complementaryBasis| |backOldPos|
+ |acosIfCan| |match| |iiacsch| |sqfrFactor| |resultantnaif| |legendre|
+ |replaceKthElement| |isList| |tail| |generators| |integral|
+ |moebiusMu| |iisec| |failed| |outlineRender| |rootRadius| |getMeasure|
+ |mapCoef| |diagonalProduct| |viewPosDefault| |powern| |directory|
+ |units| |tanhIfCan| |typeList| |pascalTriangle| |measure|
+ |selectMultiDimensionalRoutines| |unit?| |pureLex| |normalDeriv|
+ |sncndn| |numericalOptimization| |front| |addPointLast| |entry|
+ |critBonD| |nodes| |slex| |divide| |universe| |stopTableInvSet!|
+ |copyInto!| |viewPhiDefault| |representationType| |leftUnit|
+ |stoseInvertible?reg| |vector| |deepExpand| |adaptive3D?| |unexpand|
+ |redpps| |viewpoint| |showFortranOutputStack| |positiveRemainder|
+ |complexExpand| |differentiate| |errorKind| |mr| |isConnected?|
+ |hostByteOrder| |isobaric?| |ramified?| |hMonic| |invmultisect|
+ |maxint| |key| |taylorQuoByVar| |code| |hconcat| |root|
+ |binaryFunction| |even?| |decimal| |constantIfCan|
+ |trailingCoefficient| |reducedDiscriminant| |cosh2sech| |palgRDE0|
+ |lazyPrem| |color| |updateStatus!| |filename| |listOfMonoms| |stFunc2|
+ |viewSizeDefault| |nativeModuleExtension| |iiGamma|
+ |createPrimitivePoly| |factorsOfDegree| |algebraicSort| |qelt|
+ |acschIfCan| |reduction| |setLegalFortranSourceExtensions|
+ |dimensions| |Ei| |clipParametric| |graeffe| |qsetelt| |logpart|
+ |interactiveEnv| |substring?| |explogs2trigs|
+ |selectSumOfSquaresRoutines| |linear| |OMputEndObject| |parse|
+ |isExpt| |cylindrical| |d02gbf| |rarrow| |Nul| |xRange| |f01rdf|
+ |messagePrint| |exactQuotient!| |interReduce| |goodPoint| |s18aef|
+ |yRange| |atoms| |showScalarValues| |suffix?| |iisin| |precision|
+ |mainExpression| |f02awf| |polynomial| |rootsOf|
+ |createNormalPrimitivePoly| |mapBivariate| |multiset| |zRange|
+ |direction| |inverseIntegralMatrix| |box| |leftZero| |OMencodingXML|
+ |stoseInternalLastSubResultant| |exprToGenUPS| |map!| |leftLcm|
+ |hermiteH| |exactQuotient| |prefix?| |OMputInteger| |drawStyle|
+ |f02wef| |qsetelt!| |patternMatchTimes| |difference|
+ |lastSubResultantEuclidean| |square?| |prime?| |d01bbf| |evaluate|
+ |getExplanations| |floor| |prepareDecompose| |branchPointAtInfinity?|
+ |leftRegularRepresentation| |factors| |newLine| |edf2fi| |escape|
+ |constantToUnaryFunction| |dAndcExp| |polCase|
+ |algebraicCoefficients?| |setRealSteps| |heap| |interpret|
+ |generalInfiniteProduct| |pquo| |bandedJacobian| |genericRightTrace|
+ |pole?| |elColumn2!| |writable?| |opeval| |s17acf| |mapExponents|
+ |cscIfCan| |topPredicate| |position!| |wronskianMatrix|
+ |limitedIntegrate| |f04asf| |radicalEigenvector| |finiteBasis|
+ |solveLinear| |children| |identityMatrix| |acsch| |infix?| |order|
+ |expintfldpoly| |att2Result| |coerceListOfPairs| |csch2sinh|
+ |sequences| |pointColorDefault| |mask| |e01bhf| |cosIfCan| |signature|
+ |d02kef| |palginfieldint| |primextendedint| |restorePrecision|
+ |numberOfComposites| |endSubProgram| |nsqfree|
+ |integralDerivationMatrix| |internalIntegrate|
+ |createPrimitiveElement| |e02dcf| |rischDE| |semicolonSeparate|
+ |deleteRoutine!| |polyRicDE| |singularAtInfinity?| |aLinear| |redPo|
+ |associatedSystem| |graphImage| |nothing| |omError| |routines|
+ |outputAsTex| |numer| |OMUnknownCD?| |getOrder| |symbol?| |logGamma|
+ |laplacian| |any| |algebraicDecompose| |denom| |singular?| |leftNorm|
+ |pow| |shallowExpand| |lllip| |hessian| |normalizedDivide| |rk4f|
+ |innerint| |directSum| |superHeight| |outputSpacing| |pushuconst|
+ |derivative| |rightRankPolynomial| |complexEigenvalues|
+ |selectIntegrationRoutines| |scanOneDimSubspaces|
+ |associatorDependence| |chineseRemainder| |pi| |generator| |is?|
+ |basisOfLeftNucloid| |youngGroup| |df2mf| |ramifiedAtInfinity?|
+ |maxPoints| |mainContent| |delete!| |lo| |pointColor| |matrix|
+ |infinity| |rightFactorCandidate| |parametric?| |numeric| |sPol|
+ |realEigenvalues| |FormatRoman| |inGroundField?| |localAbs| |gethi|
+ |radical| |supRittWu?| |OMsetEncoding| |coerceImages| |width|
+ |augment| |totalGroebner| |hdmpToP| |sylvesterMatrix| |light|
+ |writeBytes!| |incr| |paren| |internalLastSubResultant|
+ |viewDeltaYDefault| |copies| |parseString| |numFunEvals| |printHeader|
+ |selectAndPolynomials| |multiplyCoefficients| |insertTop!| |hi|
+ |kernel| |f02agf| |selectODEIVPRoutines| |wholeRadix| |close|
+ |compiledFunction| |dmpToHdmp| |readByte!| |roughUnitIdeal?| |pdf2df|
+ |deepestInitial| |OMputSymbol| |stiffnessAndStabilityOfODEIF| |draw|
+ |degreeSubResultant| |var1StepsDefault| |pushup|
+ |showTheRoutinesTable| |categories| |e04dgf| |polyred| |nthExponent|
+ |figureUnits| |setClipValue| |over| |localIntegralBasis| |digits|
+ |display| |mindeg| |rootPower| |deepCopy| BY |numberOfMonomials|
+ |OMUnknownSymbol?| |primintfldpoly| |roughBasicSet| |nullary?|
+ |triangularSystems| |ocf2ocdf| |whileLoop| |center|
+ |removeRedundantFactorsInPols| |bitLength| |exponential1| |fibonacci|
+ |isOpen?| |showIntensityFunctions| |readLineIfCan!|
+ |fortranDoubleComplex| |mainCoefficients| |char| |enumerate| |cycle|
+ |diagonalMatrix| |rowEchelonLocal| |airyBi| |super| |shufflein|
+ |monomRDEsys| |lintgcd| |interpolate| |radicalOfLeftTraceForm|
+ |inHallBasis?| |makeObject| |tableForDiscreteLogarithm| |normalized?|
+ |showAll?| |graphStates| |generic?| |optional| |bigEndian|
+ |reciprocalPolynomial| |pdct| |invertibleSet| |palgextint0|
+ |nextPartition| |ratpart| |coef| |musserTrials|
+ |standardBasisOfCyclicSubmodule| |getDatabase| |Beta| |swap!|
+ |before?| |rootKerSimp| |primextintfrac| |polygon?| |coleman|
+ |zeroDimPrimary?| |input| |addMatch| |round| |unit| |denomRicDE|
+ |adjoint| |cyclePartition| |ellipticCylindrical| |reverseLex|
+ |anfactor| |setCondition!| |fullPartialFraction| |coefficients|
+ |library| |s19aaf| |subMatrix| |tanAn| |setValue!| |Hausdorff| |cAsin|
+ |asinhIfCan| |iiasin| |ridHack1| |index?| |lhs| NOT |OMgetEndBVar|
+ |enterInCache| |mainKernel| |polyRDE| |signAround| |setlast!| |find|
+ |d01amf| |tubePointsDefault| |mesh| |rhs| OR |resetNew| |coordinates|
+ |subscript| |algintegrate| |signatureAst| |deleteProperty!|
+ |exponents| |exprHasWeightCosWXorSinWX| |leadingIdeal|
+ |numberOfVariables| |stoseLastSubResultant| |numberOfNormalPoly|
+ |lifting| AND |length| |mainMonomial| |denominators| |cos2sec|
+ |freeOf?| |f02ajf| |antisymmetric?| |e01sff| SEGMENT |palgextint| |sh|
+ |internalIntegrate0| |e02zaf| |normFactors| |scripts| |set| |expr|
+ |bothWays| |probablyZeroDim?| |coshIfCan|
+ |purelyAlgebraicLeadingMonomial?| |generateIrredPoly| |reduceLODE|
+ |palglimint0| |s19acf| |kind| |setnext!| |integerIfCan| |clikeUniv|
+ |s01eaf| |makingStats?| |basisOfMiddleNucleus|
+ |setAttributeButtonStep| |listYoungTableaus| |c05nbf| |extractPoint|
+ |xn| |depth| |op| |charpol| |drawComplexVectorField|
+ |extendedResultant| |varselect| |removeSquaresIfCan| |basisOfNucleus|
+ |permanent| |leftDivide| |merge!| |nextNormalPoly| |checkRur| |cSinh|
+ |factorGroebnerBasis| |iicos| |atom?| |cAtan| |collectQuasiMonic|
+ |sorted?| |initializeGroupForWordProblem| |heapSort| |complexSolve|
+ |domainTemplate| |headAst| |zeroDimPrime?| |elRow2!| |fractRadix|
+ |variable| |rquo| |mkIntegral| |cycleTail| |bipolar| |power| |binary|
+ |mainMonomials| |outputFixed| |llprop| |realElementary| |conjugate|
+ |iterators| |stronglyReduced?| |perfectSquare?| |setMinPoints3D|
+ |patternVariable| |stoseInvertible?sqfreg| |writeUInt8!|
+ |RittWuCompare| |reducedContinuedFraction| |changeName| |OMputString|
+ |transform| |e02ddf| |specialTrigs| |f02aef| |normalizeIfCan|
+ |characteristicSet| |lfextendedint| |makeViewport3D| |bfKeys| |ode|
+ |assign| |primitiveElement| |squareMatrix| |contains?| |consnewpol|
+ |predicate| |solve1| |asecIfCan| |nand| |idealSimplify|
+ |totalDifferential| |c06gbf| |getCode| |union| |linear?| * |concat|
+ |mindegTerm| |thenBranch| |minus!| |yellow| |scan|
+ |shanksDiscLogAlgorithm| |lexico| |functorData| |isOr| |iiatan| |mat|
+ |coefficient| |lazyVariations| |unrankImproperPartitions1|
+ |chebyshevT| |ord| |pushucoef| |polynomialZeros| |safeFloor|
+ |rootOfIrreduciblePoly| |pointPlot| |setLength!| |explicitlyEmpty?|
+ |tensorProduct| |show| |generalizedContinuumHypothesisAssumed?|
+ |pushdterm| |s15adf| |genericLeftTrace| |iterationVar|
+ |expenseOfEvaluation| |getZechTable| |adaptive| |OMgetApp|
+ |curveColorPalette| |declare| |groebnerFactorize| |output| =
+ |findCycle| |trace2PowMod| |expressIdealMember| |roughSubIdeal?|
+ |diagonal| |appendPoint| |complexEigenvectors| |optAttributes|
+ |laguerre| |var2Steps| |eof?| |innerSolve| |trace| |computeInt|
+ |cycleLength| |tryFunctionalDecomposition?| |compose| |rangeIsFinite|
+ |makeTerm| |read!| |endOfFile?| |kmax| |s20adf| < |plot| |toScale|
+ |rightAlternative?| |ffactor| |exptMod| |setref| |minColIndex| |space|
+ |innerSolve1| |factorFraction| |d01akf| > |goodnessOfFit|
+ |closeComponent| |integerBound| |insertionSort!| |quickSort|
+ |characteristic| |cAcsch| |delta| |imagK| |addBadValue| <=
+ |stosePrepareSubResAlgo| |meshPar2Var| |semiResultantEuclidean1| |obj|
+ |currentEnv| |createPrimitiveNormalPoly| |lambert| |linSolve|
+ |headRemainder| |maxdeg| |testDim| |coth2trigh| >= |extend| |e01daf|
+ |internalAugment| |parameters| |cache| |iicot| |trivialIdeal?|
+ |cyclotomicFactorization| |antiAssociative?| |rspace| |atanIfCan|
+ |orthonormalBasis| |refine| |sin?| |B1solve| |numberOfDivisors|
+ |linears| |edf2efi| |setScreenResolution| |rur| |createThreeSpace|
+ |bezoutDiscriminant| |modifyPoint| |s17adf| |vectorise| |properties|
+ |rightDiscriminant| |minimumExponent| |transcendent?| |makeCrit|
+ |f01maf| |sequence| |f04mbf| |abelianGroup| |roman| +
+ |differentialVariables| |Lazard2| |extract!| |translate| |duplicates|
+ |rewriteSetByReducingWithParticularGenerators|
+ |semiLastSubResultantEuclidean| |eyeDistance| |functionIsOscillatory|
+ |f01qdf| |isEquiv| |partitions| - |bipolarCylindrical|
+ |OMsupportsSymbol?| |pr2dmp| |nlde| |computeCycleLength| |ParCond|
+ |linearPart| |rightNorm| |useSingleFactorBound| |li| |headReduced?|
+ |karatsuba| / |f02aff| |patternMatch| |d02gaf| |prepareSubResAlgo|
+ |c05adf| |currentScope| |edf2ef| |setProperties| |permutations|
+ |noLinearFactor?| |nextPrimitiveNormalPoly| |bernoulliB|
+ |argumentList!| |infRittWu?| |realSolve| |groebgen|
+ |univariatePolynomials| |SturmHabichtSequence| |open| |beauzamyBound|
+ |certainlySubVariety?| |dimensionOfIrreducibleRepresentation|
+ |componentUpperBound| |corrPoly| |numFunEvals3D| |setProperties!|
+ |sdf2lst| |powerSum| |complexIntegrate| |minPoints| |toroidal|
+ |numberOfCycles| |iitanh| |getSyntaxFormsFromFile|
+ |wordsForStrongGenerators| |listBranches| |call| |leadingTerm| |elem?|
+ |euler| |printInfo!| |degreeSubResultantEuclidean|
+ |associatedEquations| |prinpolINFO| |separateDegrees| |module|
+ |s17dgf| |stoseInvertibleSetreg| |nthFlag| |lazyPseudoRemainder|
+ |invertIfCan| |fintegrate| |internal?| |iExquo| |identification|
+ |meshPar1Var| |rightZero| |useEisensteinCriterion| |double| |rightLcm|
+ |lazyPseudoDivide| |f07adf| |rk4a| |vspace| |operations| |rotatey|
+ |latex| |quasiRegular| |s13acf| |contours| |fortran| |readBytes!|
+ |seed| |approximants| |presuper| |e04mbf| |inverseLaplace|
+ |squareFreePolynomial| |exportedOperators| |subNodeOf?| |cAcoth|
+ |bumprow| |setPoly| |LazardQuotient| |euclideanSize| |laplace| |digit|
+ |gcdcofactprim| |cyclicGroup| |printStats!| |neglist| |lazyIntegrate|
+ |numberOfImproperPartitions| |constant?| |kovacic| |permutationGroup|
+ |shrinkable| |pointSizeDefault| |makeSeries| |maxIndex| |test|
+ |var1Steps| |makeop| |rootSimp| |resultant| |stirling1| |nary?|
+ |recolor| |minIndex| |rotatez| |OMserve| |eigenvalues| |operation|
+ |factorset| |palgLODE| |iprint| |mainVariable| |dot|
+ |squareFreeLexTriangular| |OMcloseConn| |s21baf| |dmpToP| |scopes|
+ |genericRightMinimalPolynomial| |lprop| |sech2cosh| |cCoth|
+ |limitPlus| |padicFraction| |randomR| |besselJ| |declare!| |unary?|
+ |normal?| |poisson| |integer?| |dihedral| |removeZeroes|
+ |prolateSpheroidal| |sumOfSquares| |f2st| |integralBasisAtInfinity|
+ |choosemon| |matrixGcd| |createGenericMatrix| |topFortranOutputStack|
+ |increment| |integralRepresents| |zeroOf| |ldf2vmf| |removeSinSq|
+ |extractTop!| |setMaxPoints| |cTanh| |c06gsf| |doubleComplex?| |untab|
+ |iifact| |setMinPoints| |s18aff| |pseudoQuotient| |getProperties|
+ |boundOfCauchy| |condition| |partialFraction| |primitivePart|
+ |splitDenominator| |separant| |completeHensel| |primitivePart!|
+ |match?| |components| |evenlambert| |tryFunctionalDecomposition|
+ |wholePart| |indiceSubResultant| |mesh?| |alternative?| |extendedint|
+ |true| |rowEch| |leftPower| |bag| |principalAncestors| |e02dff|
+ |divideIfCan| |removeRoughlyRedundantFactorsInPols| |equiv| |s17aff|
+ |taylorRep| |nextPrimitivePoly| |sumSquares| |script| |sumOfDivisors|
+ |ScanFloatIgnoreSpaces| |regularRepresentation| |exprex|
+ |chainSubResultants| |represents| |factorList| |OMgetObject|
+ |nullSpace| |readLine!| |segment| |curryRight| |newTypeLists|
+ |rightOne| |s21bbf| |radicalEigenvalues| |medialSet|
+ |removeRedundantFactorsInContents| |besselK| |schwerpunkt| |e01bgf|
+ |bfEntry| |gradient| |point?| |debug|
+ |solveLinearPolynomialEquationByRecursion| |rightTrace| |iiacsc|
+ |triangular?| |retract| |quoByVar| |setright!| |tex| |cRationalPower|
+ D |back| |monomial?| |henselFact| |normDeriv2| |clipBoolean|
+ |irreducibleFactor| |s18def| |monicDivide| |polar| |BasicMethod|
+ |fortranCharacter| |revert| |limit| |tanh2coth| |strongGenerators|
+ |typeLists| |dfRange| |rewriteSetWithReduction| |f02abf|
+ |extractIfCan| |factorial| |OMputAttr| |s17agf| |unitVector|
+ |constantRight| |sturmSequence| |dimensionsOf| |singRicDE|
+ |setErrorBound| |purelyTranscendental?| |powmod| |findBinding|
+ |OMgetString| |inspect| |getGraph| |stirling2| |transcendenceDegree|
+ |pleskenSplit| |pack!| |alternating| |numberOfChildren| |character?|
+ |removeRoughlyRedundantFactorsInContents| |hypergeometric0F1|
+ |colorFunction| |imagi| |OMputFloat| |c02agf| |asimpson| |tRange|
+ |fixedDivisor| |parametersOf| |primeFrobenius| |rightExtendedGcd|
+ |hitherPlane| |range| |mapMatrixIfCan| |idealiserMatrix| |pastel|
+ |resetAttributeButtons| |selectOptimizationRoutines| |shiftRoots|
+ |nthRoot| |OMReadError?| |setvalue!| |degreePartition| |normalDenom|
+ |leftAlternative?| |complexNumericIfCan| |dualSignature| |mulmod|
+ |cSec| |idealiser| |sort| |prefixRagits| |simplify| |every?|
+ |lflimitedint| |coerceP| |compile| |setStatus!|
+ |halfExtendedResultant2| |definingInequation| |c06gcf| |crushedSet|
+ |OMclose| |OMencodingSGML| |OMputEndAtp| |partition| |iisqrt2| |cAcsc|
+ |c06frf| |print| |whatInfinity| |isOp| |sortConstraints|
+ |LagrangeInterpolation| |sn| |stoseInvertibleSet| |rootPoly|
+ |firstUncouplingMatrix| |radPoly| |resolve| |newSubProgram|
+ |isQuotient| |perfectSqrt| |aQuartic| |hyperelliptic| |mainVariable?|
+ |diff| |OMconnInDevice| |dequeue| |lastSubResultant| |upperCase?|
+ |symbolIfCan| |subResultantGcd| |null| |inR?| |split!| |ratDenom|
+ |cartesian| |curveColor| |random| |nextsubResultant2| |leaves|
+ |determinant| |commutative?| |factorSFBRlcUnit| |resize| |not|
+ |defineProperty| |LowTriBddDenomInv| |times| |janko2| |getButtonValue|
+ |shiftRight| |isMult| |d02bhf| |attributeData| |bitTruth| |cAcos|
+ |and| |makeSUP| |eulerE| |shiftLeft| |d01apf| |Frobenius| |SFunction|
+ |sec2cos| |or| |factorPolynomial| |roughEqualIdeals?|
+ |subResultantChain| |printTypes| |OMgetAttr| |iiacosh| |reindex|
+ |iiacot| |cAsec| |separate| |genericLeftMinimalPolynomial| |f02bbf|
+ |subset?| |xor| |reduced?| |setImagSteps| |biRank| |mkAnswer|
+ |primlimitedint| |exponent| |setScreenResolution3D|
+ |lazyPremWithDefault| |keys| |central?| |listexp| |romberg| |frst|
+ |case| |e02ahf| |log10| |monom| |monomials| |d01ajf| |closed?|
+ |s21bcf| |expandTrigProducts| |relationsIdeal| |pomopo!| |lyndon?|
+ |column| |divergence| |Zero| |hasSolution?| |bitand| |iitan| |iiasec|
+ |ListOfTerms| |zoom| |setColumn!| |pile| |outputMeasure| |component|
+ |infieldIntegrate| |OMgetError| |c06fqf| |One| |pointData| |bitior|
+ |dark| |harmonic| |realZeros| |lfinfieldint| |stopTableGcd!| |d01asf|
+ |algebraicOf| |OMputVariable| |badNum| |simpsono| |common| |insert|
+ |OMParseError?| |sinhIfCan| |selectfirst| |decomposeFunc| |cycles|
+ |univariatePolynomialsGcds| |leftDiscriminant| |OMgetEndError|
+ |f01brf| |monic?| |lagrange| |fprindINFO| |uniform01| |curve|
+ |sinhcosh| |upperCase| |viewDefaults| |initial| |unparse| |slash|
+ |returnTypeOf| |viewThetaDefault| |s19adf| |iiexp| |iidsum|
+ |factorSquareFree| |brillhartIrreducible?| |leftOne|
+ |partialQuotients| |bit?| |bandedHessian| |qualifier| |mathieu24|
+ |elliptic?| |padicallyExpand| |fillPascalTriangle| |univcase| |shift|
+ |head| |f07fdf| |list| |isNot| |wordInStrongGenerators| |scripted?|
+ |elt| |symbolTableOf| |byteBuffer| |rank| |any?| |readUInt16!|
+ |separateFactors| |unprotectedRemoveRedundantFactors| |car| |expt|
+ |lazyResidueClass| |toseInvertible?| |complexForm| |shellSort|
+ |d01gbf| |splitSquarefree| |createRandomElement| |basisOfLeftNucleus|
+ |resultantEuclideannaif| |cdr| |select!| |mdeg| |multiEuclideanTree|
+ |completeSmith| |showTheSymbolTable| |fullDisplay| |e02daf| |ode2|
+ |genericPosition| |cCsch| |setDifference| |applyRules|
+ |euclideanGroebner| |f02fjf| |rightRemainder| |compound?| |cn|
+ |f07fef| |generalizedEigenvector| |subspace| |entry?|
+ |primPartElseUnitCanonical!| |setIntersection| |middle|
+ |initiallyReduce| |commutator| |infix| |oddlambert|
+ |genericLeftDiscriminant| |totalfract| |connectTo|
+ |stiffnessAndStabilityFactor| |resultantReduitEuclidean| |setUnion|
+ |makeFR| |rroot| |midpoints| |positive?| |s14baf| |radicalSimplify|
+ |numerators| |squareFreeFactors| |dequeue!| |numberOfComponents|
+ |apply| |nullity| |hermite| |buildSyntax| |composite| |asechIfCan|
+ |fixedPoint| |e02bbf| |left| |imagI| |kroneckerDelta| |rightGcd| |po|
+ |oddInfiniteProduct| |dflist| |removeSinhSq| |equality| |randomLC|
+ |lists| |member?| |right| |logIfCan| |subtractIfCan| |leftRecip|
+ |size| |leftMinimalPolynomial| |psolve| |minRowIndex| |autoReduced?|
+ |OMgetType| |monomialIntPoly| |useSingleFactorBound?|
+ |pseudoRemainder| |countRealRootsMultiple| |showClipRegion|
+ |overlabel| |child| |Aleph| |radix| |tan2cot| |setButtonValue| |cSin|
+ |approxSqrt| |tree| |d02raf| |semiDegreeSubResultantEuclidean| Y
+ |extendedEuclidean| |bitCoef| |getlo| |linearAssociatedLog|
+ |physicalLength| LODO2FUN |raisePolynomial| |c06eaf| |iisqrt3|
+ |pmintegrate| |first| |cotIfCan| |lastSubResultantElseSplit|
+ |integralAtInfinity?| |hclf| |palglimint| |primaryDecomp| |writeByte!|
+ |setAdaptive| |integrate| |rubiksGroup| |diagonal?| |rest|
+ |constantOpIfCan| |symFunc| |integral?| |SturmHabichtCoefficients|
+ |cTan| |rootBound| |irreducibleRepresentation| |wordInGenerators|
+ |region| |exQuo| |permutationRepresentation| |showSummary|
+ |substitute| |setLabelValue| |quatern| |sort!| |leadingSupport|
+ |e02gaf| |d03faf| |c05pbf| |factorByRecursion| |chvar| |deepestTail|
+ |removeDuplicates| |iiasinh| |leftExtendedGcd| |s15aef| |magnitude|
+ |integers| |outputList| |numberOfHues| |repeatUntilLoop| |asinIfCan|
+ |critMonD1| |fortranLinkerArgs| |exponentialOrder| |result|
+ |showAttributes| |split| |cAsech| |maxColIndex| |e02aef| |parents|
+ |OMconnectTCP| |powers| |stFuncN| |conditionsForIdempotents|
+ |hasPredicate?| |dom| |just| |axes| |indiceSubResultantEuclidean|
+ |setPrologue!| |overbar| |gcdprim| |tubePlot| |OMwrite|
+ |doublyTransitive?| |s17dhf| |datalist| |leader| |makeSketch|
+ |associates?| |reset| |innerEigenvectors| |iFTable| |complement|
+ |critM| |qPot| |symbol| |writeLine!| |bivariatePolynomials|
+ |mightHaveRoots| |df2fi| |f01mcf| |pToDmp| |countRealRoots|
+ |safetyMargin| |highCommonTerms| |expression|
+ |rewriteIdealWithHeadRemainder| |laurentIfCan| |distdfact| |randnum|
+ |createLowComplexityTable| |blankSeparate| |write| |groebner| |birth|
+ |compactFraction| |name| |iicsc| |critMTonD1| |integer| |conical|
+ |newReduc| |save| |laguerreL| |cycleEntry| |maxrank|
+ |initiallyReduced?| |ODESolve| |normalise| |body| |arguments|
+ |rootNormalize| |removeDuplicates!| |ScanRoman| |LyndonCoordinates|
+ |subTriSet?| |leastAffineMultiple| |low| |linearDependenceOverZ|
+ |sylvesterSequence| |title| |infLex?| |lambda| |lowerCase!|
+ |alphabetic| |ranges| |shuffle| |gcdcofact| |squareFreePrim|
+ |removeCosSq| |getVariableOrder| |reopen!| |fortranLogical|
+ |firstNumer| |showTheIFTable| |acscIfCan| |KrullNumber|
+ |symmetricRemainder| |infieldint| |alphanumeric| |useNagFunctions|
+ |mvar| |monicModulo| |dim| |ldf2lst| |externalList|
+ |rightExactQuotient| |empty?| |submod| |physicalLength!| |e|
+ |modularGcd| |removeRedundantFactors| |exprToXXP| |complexNumeric|
+ |invertibleElseSplit?| |genericRightTraceForm| |basicSet| |dn|
+ |unitNormalize| |weighted| |eigenvectors| |top| |bringDown| |maxrow|
+ |overlap| |extractSplittingLeaf| |bytes| |extractProperty| |exists?|
+ |basis| |label| |setStatus| |modTree| |getPickedPoints| |wreath|
+ |kernels| |PollardSmallFactor| |port| |laurentRep| |trunc|
+ |maximumExponent| |lazyEvaluate| |twist| |makeFloatFunction| |e02bcf|
+ |operator| |computePowers| |OMsupportsCD?| |qroot| |Gamma|
+ |lSpaceBasis| |categoryFrame| |normalForm| |e02akf| |lifting1| |t|
+ |cExp| |modulus| |cup| |iiabs| |OMgetEndApp| |rightMinimalPolynomial|
+ |aromberg| |numberOfIrreduciblePoly| |basisOfRightNucloid|
+ |univariate| |prindINFO| |sumOfKthPowerDivisors|
+ |semiSubResultantGcdEuclidean2| |rCoord| |rationalPower|
+ |createMultiplicationMatrix| |setRow!| |problemPoints|
+ |mainCharacterization| |OMgetBVar| |monicDecomposeIfCan| |totalDegree|
+ |minPoints3D| |palgintegrate| |rdHack1| |collectUpper| |arrayStack|
+ |prime| |interpretString| |Si| |changeMeasure| |abs| |setrest!|
+ |maxPoints3D| |perspective| |constructor| |discriminantEuclidean|
+ |ricDsolve| |factor| |iicosh| |withPredicates| |f02bjf| |csc2sin|
+ |df2ef| |totolex| |axesColorDefault| |green| |commutativeEquality|
+ |sqrt| |repSq| |startTableInvSet!| |option| |createIrreduciblePoly|
+ |alphabetic?| |failed?| |seriesToOutputForm| |cyclicSubmodule| |real|
+ |nthFactor| |OMconnOutDevice| |setleaves!| |toseInvertibleSet|
+ |s18dcf| |iCompose| |scalarMatrix| |rotate!| |size?| |imag|
+ |evaluateInverse| |internalInfRittWu?| |trapezoidalo| |smith| |e04jaf|
+ |lowerPolynomial| |argumentListOf| |e04naf| |directProduct| |cCsc|
+ |combineFeatureCompatibility| |leftGcd| |minimumDegree| |acothIfCan|
+ |max| |nonQsign| |normalElement| |numberOfFractionalTerms| |e04ucf|
+ |supDimElseRittWu?| |second| |showArrayValues| |check| |rightTrim|
+ |leaf?| |coerceS| |readUInt32!| |null?| |numericIfCan| |increase|
+ |node?| |brace| |third| |generic| |nextSubsetGray| |coordinate|
+ |leftTrim| |hue| |listRepresentation| |radicalSolve|
+ |leftScalarTimes!| |OMputAtp| |destruct| |bindings| |LyndonWordsList|
+ |rombergo| |linearPolynomials| |copy!| |factorsOfCyclicGroupSize|
+ |graphs| |getMatch| |comparison| |ef2edf|
+ |halfExtendedSubResultantGcd1| |squareTop| |argscript| |f04qaf| |prod|
+ |OMencodingBinary| |status| |shade| |curry| |imaginary| |upperCase!|
+ |parent| |jacobian| |subCase?| |setprevious!| |option?| |makeMulti|
+ |selectsecond| |oneDimensionalArray| |double?| |uncouplingMatrices|
+ |open?| |palgRDE| |OMputBind| |parts| |approxNthRoot| |ratDsolve|
+ |rdregime| |setAdaptive3D| |inverseIntegralMatrixAtInfinity|
+ |monomial| |pseudoDivide| |erf| |generalSqFr| |morphism| |f04axf|
+ |stack| |weights| |f02axf| |connect| |tanSum| |derivationCoordinates|
+ |OMopenString| |multivariate| |optimize| |surface| |prinshINFO|
+ |rightScalarTimes!| |key?| |splitConstant| |cyclicCopy|
+ |diophantineSystem| |variables| |largest| |initials| |modifyPointData|
+ |extension| |cothIfCan| |sincos| |rationalApproximation|
+ |doubleFloatFormat| |monicRightFactorIfCan| |irreducible?| |invmod|
+ |dilog| |baseRDEsys| |makeCos| |makeUnit| |relerror| |pattern| |quote|
+ |phiCoord| |isPlus| |pmComplexintegrate| |s14aaf| |chiSquare| |sin|
+ |OMunhandledSymbol| RF2UTS |modularFactor| |partialNumerators|
+ |coerceL| |genus| |trueEqual| |prevPrime| |zero?| |cos|
+ |lookupFunction| |rightCharacteristicPolynomial| |comp| |accuracyIF|
+ |e04ycf| |f01qef| |cCosh| |leviCivitaSymbol|
+ |isAbsolutelyIrreducible?| |times!| |tan| |useEisensteinCriterion?|
+ |tValues| |reducedQPowers| |f02akf| |doubleDisc| |setchildren!|
+ |principal?| |plusInfinity| |rowEchelon| |taylor| |normInvertible?|
+ |cot| |getMultiplicationMatrix| |completeHermite| |message|
+ |triangulate| |finiteBound| |imagj| |decrease| |zeroDim?|
+ |minusInfinity| |laurent| |negative?| |sec| |generalLambert|
+ |associator| |bat| |dec| |OMputEndAttr| |bernoulli| |setEpilogue!|
+ |next| |elseBranch| |lowerCase?| |firstSubsetGray| |OMgetInteger|
+ |puiseux| |gensym| |csc| |pol| |rem| |inc| |toseLastSubResultant|
+ |polarCoordinates| |OMbindTCP| |calcRanges| |inputBinaryFile| |d01anf|
+ |fixedPointExquo| |upDateBranches| |asin| |quo| |tube| |quartic|
+ |setelt!| |startTable!| |e02bef| |changeNameToObjf| |inv| |showRegion|
+ |iiacoth| |acos| |flexibleArray| |enqueue!| |setOrder| |SturmHabicht|
+ |tan2trig| |cyclicParents| |has?| |ground?| |matrixDimensions|
+ |allRootsOf| |div| |atan| |purelyAlgebraic?| |setVariableOrder|
+ |alphanumeric?| |getStream| |mapUnivariate| |monicCompleteDecompose|
+ |type| |rk4qc| |ground| |safeCeiling| |explimitedint|
+ |tubeRadiusDefault| |cons| |acot| |startTableGcd!| |exquo|
+ |ScanArabic| |badValues| |decompose| |paraboloidal|
+ |indicialEquations| |nextIrreduciblePoly| |compdegd| ~=
+ |leadingMonomial| |se2rfi| |asec| |selectOrPolynomials| |aQuadratic|
+ |basisOfLeftAnnihilator| |variable?| |part?| |divisor| |OMputEndBind|
+ |rk4| |leftFactor| |leadingCoefficient| |clearTheSymbolTable|
+ |continuedFraction| |acsc| |zeroSetSplit| |#| |iicsch| |gcdPrimitive|
+ |sample| |mapUp!| |optpair| |linearMatrix| |setFormula!|
+ |primitiveMonomials| |rule| F2FG |sinh| |lexTriangular| ~ |moduleSum|
+ |leftCharacteristicPolynomial| |fortranComplex| |exp1| |host| |csubst|
+ |reductum| |rowEchLocal| |cosh| |insert!| |getCurve| |readInt8!|
+ |perfectNthRoot| |cot2trig| |subst| |recur| |limitedint|
+ |dominantTerm| |e01bef| |tanh| |systemSizeIF| |symmetricPower|
+ |mapdiv| |primitive?| |redPol| |OMsend| |hexDigit?| |/\\| |source|
+ |recip| |coth| |clipSurface| |f07aef| |push!| |reify| |scaleRoots|
+ |algint| |quadratic| |setPosition| |tubeRadius| |elRow1!| |c06fpf|
+ |sech| |\\/| |pToHdmp| |stop| |linearlyDependentOverZ?| |associative?|
+ |orbits| |algebraic?| |balancedFactorisation| |hasoln| |splitLinear|
+ |csch| |summation| |cot2tan| |void| |drawToScale| |froot| |digamma|
+ |univariateSolve| |skewSFunction| |s17dcf| |firstDenom| |asinh|
+ |particularSolution| |rightFactorIfCan| |lowerCase| |c06fuf|
+ |setClosed| |f04atf| |minimize| |OMputEndApp| |mapSolve| |acosh|
+ |reseed| |enterPointData| |partialDenominators| |rightRank| |e01saf|
+ |imagJ| |objects| |inf| |bivariateSLPEBR| |target| |atanh|
+ |viewWriteDefault| |setProperty| |getOperator| |ignore?| |reducedForm|
+ |numberOfOperations| |element?| |base| |loadNativeModule| |HenselLift|
+ |inverse| |acoth| |startStats!| |leadingIndex| |plotPolar| |say|
+ |OMputEndBVar| |btwFact| |OMgetBind|
+ |removeIrreducibleRedundantFactors| |lieAdmissible?| |tablePow|
+ |asech| |fmecg| |traceMatrix| |makeViewport2D| |rightPower| |ddFact|
+ |c06ecf| |fortranInteger| |s18adf| |OMputObject| |fixPredicate|
+ |getIdentifier| |acoshIfCan| |inconsistent?| |f01bsf| |taylorIfCan|
+ |isPower| |makeVariable| |unitCanonical| |multiple|
+ |explicitlyFinite?| |edf2df| |OMlistSymbols| |weakBiRank|
+ |listConjugateBases| |addPoint2| |bezoutMatrix| |ravel| |applyQuote|
+ |ScanFloatIgnoreSpacesIfCan| |principalIdeal| |overset?| |mirror|
+ |degree| |expIfCan| |rootProduct| |insertRoot!| |fortranLiteralLine|
+ |closedCurve| |qinterval| |coord| |OMgetFloat|
+ |semiResultantEuclidean2| |primlimintfrac| |reshape| |zeroMatrix|
+ |UP2ifCan| |changeVar| |clipWithRanges| |zeroVector| |s17dlf|
+ |OMgetEndAttr| |padecf| |coercePreimagesImages| |cfirst| |repeating?|
+ |legendreP| |clearTable!| |iicoth| |fractionFreeGauss!|
+ |basisOfCenter| |nextsousResultant2| |moduloP| |ruleset|
+ |removeSuperfluousCases| |coHeight| |blue| |basisOfRightAnnihilator|
+ |mapmult| |numberOfPrimitivePoly| |queue| |bright| |bracket| |primes|
+ |scalarTypeOf| |aspFilename| |solid| |OMgetEndBind| |monicLeftDivide|
+ |localUnquote| |matrixConcat3D| |cAtanh| |tanh2trigh|
+ |rightRegularRepresentation| |areEquivalent?| |compBound| |lookup|
+ FG2F |printInfo| |socf2socdf| |unravel| |rootSplit| |littleEndian|
+ |Lazard| |suchThat| |replace| |update| |f01rcf| |swapRows!| |hspace|
+ |previous| |callForm?| |bat1| |rischNormalize| |remainder|
+ |yCoordinates| |ceiling| |virtualDegree| |leftMult| |triangSolve|
+ |zeroSquareMatrix| |top!| |eigenMatrix| |normalizeAtInfinity| |red|
+ |outputArgs| |factorOfDegree| |fractionPart| |euclideanNormalForm|
+ |groebner?| |genericRightNorm| |e02agf| |cosSinInfo| |move| |constant|
+ |s18acf| |leftRemainder| |unvectorise| |critT| |readInt32!|
+ |chiSquare1| |less?| |nil| |infinite| |arbitraryExponent|
|approximate| |complex| |shallowMutable| |canonical| |noetherian|
|central| |partiallyOrderedSet| |arbitraryPrecision|
|canonicalsClosed| |noZeroDivisors| |rightUnitary| |leftUnitary|
diff --git a/src/share/algebra/interp.daase b/src/share/algebra/interp.daase
index da9de60f..c945cc60 100644
--- a/src/share/algebra/interp.daase
+++ b/src/share/algebra/interp.daase
@@ -1,5320 +1,5324 @@
-(3221178 . 3459379730)
-((-3054 (((-112) (-1 (-112) |#2| |#2|) $) 87) (((-112) $) NIL)) (-3628 (($ (-1 (-112) |#2| |#2|) $) 18) (($ $) NIL)) (-1456 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-1231 (-566)) |#2|) 44)) (-3166 (($ $) 81)) (-2873 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 52) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 50) ((|#2| (-1 |#2| |#2| |#2|) $) 49)) (-1569 (((-566) (-1 (-112) |#2|) $) 27) (((-566) |#2| $) NIL) (((-566) |#2| $ (-566)) 97)) (-1683 (((-644 |#2|) $) 13)) (-2696 (($ (-1 (-112) |#2| |#2|) $ $) 64) (($ $ $) NIL)) (-3885 (($ (-1 |#2| |#2|) $) 37)) (-2319 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 60)) (-1859 (($ |#2| $ (-566)) NIL) (($ $ $ (-566)) 67)) (-3668 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 29)) (-2823 (((-112) (-1 (-112) |#2|) $) 23)) (-1309 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-566)) NIL) (($ $ (-1231 (-566))) 66)) (-2166 (($ $ (-566)) 76) (($ $ (-1231 (-566))) 75)) (-4083 (((-771) (-1 (-112) |#2|) $) 34) (((-771) |#2| $) NIL)) (-2661 (($ $ $ (-566)) 69)) (-1480 (($ $) 68)) (-1340 (($ (-644 |#2|)) 73)) (-4386 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 88) (($ (-644 $)) 86)) (-3152 (((-862) $) 93)) (-2210 (((-112) (-1 (-112) |#2|) $) 22)) (-2914 (((-112) $ $) 96)) (-2935 (((-112) $ $) 100)))
-(((-18 |#1| |#2|) (-10 -8 (-15 -2914 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2935 ((-112) |#1| |#1|)) (-15 -3628 (|#1| |#1|)) (-15 -3628 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3166 (|#1| |#1|)) (-15 -2661 (|#1| |#1| |#1| (-566))) (-15 -3054 ((-112) |#1|)) (-15 -2696 (|#1| |#1| |#1|)) (-15 -1569 ((-566) |#2| |#1| (-566))) (-15 -1569 ((-566) |#2| |#1|)) (-15 -1569 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -3054 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2696 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1456 (|#2| |#1| (-1231 (-566)) |#2|)) (-15 -1859 (|#1| |#1| |#1| (-566))) (-15 -1859 (|#1| |#2| |#1| (-566))) (-15 -2166 (|#1| |#1| (-1231 (-566)))) (-15 -2166 (|#1| |#1| (-566))) (-15 -1309 (|#1| |#1| (-1231 (-566)))) (-15 -2319 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4386 (|#1| (-644 |#1|))) (-15 -4386 (|#1| |#1| |#1|)) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#2|)) (-15 -1340 (|#1| (-644 |#2|))) (-15 -3668 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1309 (|#2| |#1| (-566))) (-15 -1309 (|#2| |#1| (-566) |#2|)) (-15 -1456 (|#2| |#1| (-566) |#2|)) (-15 -4083 ((-771) |#2| |#1|)) (-15 -1683 ((-644 |#2|) |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3885 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1480 (|#1| |#1|))) (-19 |#2|) (-1214)) (T -18))
+(3221380 . 3461381215)
+((-2771 (((-112) (-1 (-112) |#2| |#2|) $) 87) (((-112) $) NIL)) (-3632 (($ (-1 (-112) |#2| |#2|) $) 18) (($ $) NIL)) (-1777 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-1232 (-566)) |#2|) 44)) (-1501 (($ $) 81)) (-1936 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 52) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 50) ((|#2| (-1 |#2| |#2| |#2|) $) 49)) (-1308 (((-566) (-1 (-112) |#2|) $) 27) (((-566) |#2| $) NIL) (((-566) |#2| $ (-566)) 97)) (-3953 (((-644 |#2|) $) 13)) (-1485 (($ (-1 (-112) |#2| |#2|) $ $) 64) (($ $ $) NIL)) (-2409 (($ (-1 |#2| |#2|) $) 37)) (-1895 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 60)) (-3438 (($ |#2| $ (-566)) NIL) (($ $ $ (-566)) 67)) (-2695 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 29)) (-3295 (((-112) (-1 (-112) |#2|) $) 23)) (-3483 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-566)) NIL) (($ $ (-1232 (-566))) 66)) (-1405 (($ $ (-566)) 76) (($ $ (-1232 (-566))) 75)) (-2037 (((-771) (-1 (-112) |#2|) $) 34) (((-771) |#2| $) NIL)) (-2310 (($ $ $ (-566)) 69)) (-1800 (($ $) 68)) (-1664 (($ (-644 |#2|)) 73)) (-2829 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 88) (($ (-644 $)) 86)) (-1650 (((-862) $) 93)) (-3487 (((-112) (-1 (-112) |#2|) $) 22)) (-2868 (((-112) $ $) 96)) (-2892 (((-112) $ $) 100)))
+(((-18 |#1| |#2|) (-10 -8 (-15 -2868 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2892 ((-112) |#1| |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -3632 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1501 (|#1| |#1|)) (-15 -2310 (|#1| |#1| |#1| (-566))) (-15 -2771 ((-112) |#1|)) (-15 -1485 (|#1| |#1| |#1|)) (-15 -1308 ((-566) |#2| |#1| (-566))) (-15 -1308 ((-566) |#2| |#1|)) (-15 -1308 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -2771 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1485 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1777 (|#2| |#1| (-1232 (-566)) |#2|)) (-15 -3438 (|#1| |#1| |#1| (-566))) (-15 -3438 (|#1| |#2| |#1| (-566))) (-15 -1405 (|#1| |#1| (-1232 (-566)))) (-15 -1405 (|#1| |#1| (-566))) (-15 -3483 (|#1| |#1| (-1232 (-566)))) (-15 -1895 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2829 (|#1| (-644 |#1|))) (-15 -2829 (|#1| |#1| |#1|)) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#2|)) (-15 -1664 (|#1| (-644 |#2|))) (-15 -2695 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3483 (|#2| |#1| (-566))) (-15 -3483 (|#2| |#1| (-566) |#2|)) (-15 -1777 (|#2| |#1| (-566) |#2|)) (-15 -2037 ((-771) |#2| |#1|)) (-15 -3953 ((-644 |#2|) |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2409 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1800 (|#1| |#1|))) (-19 |#2|) (-1215)) (T -18))
NIL
-(-10 -8 (-15 -2914 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2935 ((-112) |#1| |#1|)) (-15 -3628 (|#1| |#1|)) (-15 -3628 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3166 (|#1| |#1|)) (-15 -2661 (|#1| |#1| |#1| (-566))) (-15 -3054 ((-112) |#1|)) (-15 -2696 (|#1| |#1| |#1|)) (-15 -1569 ((-566) |#2| |#1| (-566))) (-15 -1569 ((-566) |#2| |#1|)) (-15 -1569 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -3054 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2696 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1456 (|#2| |#1| (-1231 (-566)) |#2|)) (-15 -1859 (|#1| |#1| |#1| (-566))) (-15 -1859 (|#1| |#2| |#1| (-566))) (-15 -2166 (|#1| |#1| (-1231 (-566)))) (-15 -2166 (|#1| |#1| (-566))) (-15 -1309 (|#1| |#1| (-1231 (-566)))) (-15 -2319 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4386 (|#1| (-644 |#1|))) (-15 -4386 (|#1| |#1| |#1|)) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#2|)) (-15 -1340 (|#1| (-644 |#2|))) (-15 -3668 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1309 (|#2| |#1| (-566))) (-15 -1309 (|#2| |#1| (-566) |#2|)) (-15 -1456 (|#2| |#1| (-566) |#2|)) (-15 -4083 ((-771) |#2| |#1|)) (-15 -1683 ((-644 |#2|) |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3885 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1480 (|#1| |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1944 (((-1269) $ (-566) (-566)) 41 (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) 99) (((-112) $) 93 (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) 90 (|has| $ (-6 -4415))) (($ $) 89 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4415))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) 100) (($ $) 94 (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) 8)) (-1456 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 59 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3166 (($ $) 91 (|has| $ (-6 -4415)))) (-3683 (($ $) 101)) (-3942 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 52)) (-1569 (((-566) (-1 (-112) |#1|) $) 98) (((-566) |#1| $) 97 (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) 96 (|has| |#1| (-1099)))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-1860 (($ (-771) |#1|) 70)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 44 (|has| (-566) (-850)))) (-1478 (($ $ $) 88 (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) 102) (($ $ $) 95 (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 45 (|has| (-566) (-850)))) (-2599 (($ $ $) 87 (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-3725 (((-644 (-566)) $) 47)) (-1644 (((-112) (-566) $) 48)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3908 ((|#1| $) 43 (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-3787 (($ $ |#1|) 42 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1231 (-566))) 64)) (-2166 (($ $ (-566)) 63) (($ $ (-1231 (-566))) 62)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2661 (($ $ $ (-566)) 92 (|has| $ (-6 -4415)))) (-1480 (($ $) 13)) (-2376 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 71)) (-4386 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) 85 (|has| |#1| (-850)))) (-2946 (((-112) $ $) 84 (|has| |#1| (-850)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2956 (((-112) $ $) 86 (|has| |#1| (-850)))) (-2935 (((-112) $ $) 83 (|has| |#1| (-850)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-19 |#1|) (-140) (-1214)) (T -19))
+(-10 -8 (-15 -2868 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2892 ((-112) |#1| |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -3632 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1501 (|#1| |#1|)) (-15 -2310 (|#1| |#1| |#1| (-566))) (-15 -2771 ((-112) |#1|)) (-15 -1485 (|#1| |#1| |#1|)) (-15 -1308 ((-566) |#2| |#1| (-566))) (-15 -1308 ((-566) |#2| |#1|)) (-15 -1308 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -2771 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1485 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1777 (|#2| |#1| (-1232 (-566)) |#2|)) (-15 -3438 (|#1| |#1| |#1| (-566))) (-15 -3438 (|#1| |#2| |#1| (-566))) (-15 -1405 (|#1| |#1| (-1232 (-566)))) (-15 -1405 (|#1| |#1| (-566))) (-15 -3483 (|#1| |#1| (-1232 (-566)))) (-15 -1895 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2829 (|#1| (-644 |#1|))) (-15 -2829 (|#1| |#1| |#1|)) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#2|)) (-15 -1664 (|#1| (-644 |#2|))) (-15 -2695 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3483 (|#2| |#1| (-566))) (-15 -3483 (|#2| |#1| (-566) |#2|)) (-15 -1777 (|#2| |#1| (-566) |#2|)) (-15 -2037 ((-771) |#2| |#1|)) (-15 -3953 ((-644 |#2|) |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2409 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1800 (|#1| |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2656 (((-1270) $ (-566) (-566)) 41 (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) 99) (((-112) $) 93 (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) 90 (|has| $ (-6 -4416))) (($ $) 89 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4416))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) 100) (($ $) 94 (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) 8)) (-1777 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 59 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-1501 (($ $) 91 (|has| $ (-6 -4416)))) (-1721 (($ $) 101)) (-3640 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 52)) (-1308 (((-566) (-1 (-112) |#1|) $) 98) (((-566) |#1| $) 97 (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) 96 (|has| |#1| (-1099)))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1566 (($ (-771) |#1|) 70)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 44 (|has| (-566) (-850)))) (-1888 (($ $ $) 88 (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) 102) (($ $ $) 95 (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 45 (|has| (-566) (-850)))) (-3890 (($ $ $) 87 (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-2033 (((-644 (-566)) $) 47)) (-2686 (((-112) (-566) $) 48)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3604 ((|#1| $) 43 (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-1417 (($ $ |#1|) 42 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1232 (-566))) 64)) (-1405 (($ $ (-566)) 63) (($ $ (-1232 (-566))) 62)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2310 (($ $ $ (-566)) 92 (|has| $ (-6 -4416)))) (-1800 (($ $) 13)) (-1945 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 71)) (-2829 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) 85 (|has| |#1| (-850)))) (-2904 (((-112) $ $) 84 (|has| |#1| (-850)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2915 (((-112) $ $) 86 (|has| |#1| (-850)))) (-2892 (((-112) $ $) 83 (|has| |#1| (-850)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-19 |#1|) (-140) (-1215)) (T -19))
NIL
-(-13 (-375 |t#1|) (-10 -7 (-6 -4415)))
-(((-34) . T) ((-102) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-375 |#1|) . T) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1099) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1214) . T))
-((-3967 (((-3 $ "failed") $ $) 12)) (-3012 (($ $) NIL) (($ $ $) 9)) (* (($ (-921) $) NIL) (($ (-771) $) 16) (($ (-566) $) 26)))
-(((-20 |#1|) (-10 -8 (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 -3967 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|))) (-21)) (T -20))
+(-13 (-375 |t#1|) (-10 -7 (-6 -4416)))
+(((-34) . T) ((-102) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-375 |#1|) . T) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1099) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1215) . T))
+((-3569 (((-3 $ "failed") $ $) 12)) (-2977 (($ $) NIL) (($ $ $) 9)) (* (($ (-921) $) NIL) (($ (-771) $) 16) (($ (-566) $) 26)))
+(((-20 |#1|) (-10 -8 (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 -3569 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|))) (-21)) (T -20))
NIL
-(-10 -8 (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 -3967 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24)))
+(-10 -8 (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 -3569 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24)))
(((-21) (-140)) (T -21))
-((-3012 (*1 *1 *1) (-4 *1 (-21))) (-3012 (*1 *1 *1 *1) (-4 *1 (-21))))
-(-13 (-131) (-646 (-566)) (-10 -8 (-15 -3012 ($ $)) (-15 -3012 ($ $ $))))
+((-2977 (*1 *1 *1) (-4 *1 (-21))) (-2977 (*1 *1 *1 *1) (-4 *1 (-21))))
+(-13 (-131) (-646 (-566)) (-10 -8 (-15 -2977 ($ $)) (-15 -2977 ($ $ $))))
(((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-1099) . T))
-((-3230 (((-112) $) 10)) (-2463 (($) 15)) (* (($ (-921) $) 14) (($ (-771) $) 19)))
-(((-22 |#1|) (-10 -8 (-15 * (|#1| (-771) |#1|)) (-15 -3230 ((-112) |#1|)) (-15 -2463 (|#1|)) (-15 * (|#1| (-921) |#1|))) (-23)) (T -22))
+((-4014 (((-112) $) 10)) (-4145 (($) 15)) (* (($ (-921) $) 14) (($ (-771) $) 19)))
+(((-22 |#1|) (-10 -8 (-15 * (|#1| (-771) |#1|)) (-15 -4014 ((-112) |#1|)) (-15 -4145 (|#1|)) (-15 * (|#1| (-921) |#1|))) (-23)) (T -22))
NIL
-(-10 -8 (-15 * (|#1| (-771) |#1|)) (-15 -3230 ((-112) |#1|)) (-15 -2463 (|#1|)) (-15 * (|#1| (-921) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16)))
+(-10 -8 (-15 * (|#1| (-771) |#1|)) (-15 -4014 ((-112) |#1|)) (-15 -4145 (|#1|)) (-15 * (|#1| (-921) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16)))
(((-23) (-140)) (T -23))
-((-4356 (*1 *1) (-4 *1 (-23))) (-2463 (*1 *1) (-4 *1 (-23))) (-3230 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-771)))))
-(-13 (-25) (-10 -8 (-15 (-4356) ($) -1623) (-15 -2463 ($) -1623) (-15 -3230 ((-112) $)) (-15 * ($ (-771) $))))
+((-3410 (*1 *1) (-4 *1 (-23))) (-4145 (*1 *1) (-4 *1 (-23))) (-4014 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-771)))))
+(-13 (-25) (-10 -8 (-15 (-3410) ($) -4388) (-15 -4145 ($) -4388) (-15 -4014 ((-112) $)) (-15 * ($ (-771) $))))
(((-25) . T) ((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
((* (($ (-921) $) 10)))
(((-24 |#1|) (-10 -8 (-15 * (|#1| (-921) |#1|))) (-25)) (T -24))
NIL
(-10 -8 (-15 * (|#1| (-921) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14)))
+((-4124 (((-112) $ $) 7)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14)))
(((-25) (-140)) (T -25))
-((-3002 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-921)))))
-(-13 (-1099) (-10 -8 (-15 -3002 ($ $ $)) (-15 * ($ (-921) $))))
+((-2964 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-921)))))
+(-13 (-1099) (-10 -8 (-15 -2964 ($ $ $)) (-15 * ($ (-921) $))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2082 (((-644 $) (-952 $)) 32) (((-644 $) (-1171 $)) 16) (((-644 $) (-1171 $) (-1175)) 20)) (-1557 (($ (-952 $)) 30) (($ (-1171 $)) 11) (($ (-1171 $) (-1175)) 60)) (-4112 (((-644 $) (-952 $)) 33) (((-644 $) (-1171 $)) 18) (((-644 $) (-1171 $) (-1175)) 19)) (-4093 (($ (-952 $)) 31) (($ (-1171 $)) 13) (($ (-1171 $) (-1175)) NIL)))
-(((-26 |#1|) (-10 -8 (-15 -2082 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -2082 ((-644 |#1|) (-1171 |#1|))) (-15 -2082 ((-644 |#1|) (-952 |#1|))) (-15 -1557 (|#1| (-1171 |#1|) (-1175))) (-15 -1557 (|#1| (-1171 |#1|))) (-15 -1557 (|#1| (-952 |#1|))) (-15 -4112 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -4112 ((-644 |#1|) (-1171 |#1|))) (-15 -4112 ((-644 |#1|) (-952 |#1|))) (-15 -4093 (|#1| (-1171 |#1|) (-1175))) (-15 -4093 (|#1| (-1171 |#1|))) (-15 -4093 (|#1| (-952 |#1|)))) (-27)) (T -26))
+((-1591 (((-644 $) (-952 $)) 32) (((-644 $) (-1171 $)) 16) (((-644 $) (-1171 $) (-1175)) 20)) (-3139 (($ (-952 $)) 30) (($ (-1171 $)) 11) (($ (-1171 $) (-1175)) 60)) (-2397 (((-644 $) (-952 $)) 33) (((-644 $) (-1171 $)) 18) (((-644 $) (-1171 $) (-1175)) 19)) (-2243 (($ (-952 $)) 31) (($ (-1171 $)) 13) (($ (-1171 $) (-1175)) NIL)))
+(((-26 |#1|) (-10 -8 (-15 -1591 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -1591 ((-644 |#1|) (-1171 |#1|))) (-15 -1591 ((-644 |#1|) (-952 |#1|))) (-15 -3139 (|#1| (-1171 |#1|) (-1175))) (-15 -3139 (|#1| (-1171 |#1|))) (-15 -3139 (|#1| (-952 |#1|))) (-15 -2397 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -2397 ((-644 |#1|) (-1171 |#1|))) (-15 -2397 ((-644 |#1|) (-952 |#1|))) (-15 -2243 (|#1| (-1171 |#1|) (-1175))) (-15 -2243 (|#1| (-1171 |#1|))) (-15 -2243 (|#1| (-952 |#1|)))) (-27)) (T -26))
NIL
-(-10 -8 (-15 -2082 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -2082 ((-644 |#1|) (-1171 |#1|))) (-15 -2082 ((-644 |#1|) (-952 |#1|))) (-15 -1557 (|#1| (-1171 |#1|) (-1175))) (-15 -1557 (|#1| (-1171 |#1|))) (-15 -1557 (|#1| (-952 |#1|))) (-15 -4112 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -4112 ((-644 |#1|) (-1171 |#1|))) (-15 -4112 ((-644 |#1|) (-952 |#1|))) (-15 -4093 (|#1| (-1171 |#1|) (-1175))) (-15 -4093 (|#1| (-1171 |#1|))) (-15 -4093 (|#1| (-952 |#1|))))
-((-2988 (((-112) $ $) 7)) (-2082 (((-644 $) (-952 $)) 88) (((-644 $) (-1171 $)) 87) (((-644 $) (-1171 $) (-1175)) 86)) (-1557 (($ (-952 $)) 91) (($ (-1171 $)) 90) (($ (-1171 $) (-1175)) 89)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-1635 (($ $) 100)) (-2085 (((-112) $ $) 65)) (-2463 (($) 18 T CONST)) (-4112 (((-644 $) (-952 $)) 94) (((-644 $) (-1171 $)) 93) (((-644 $) (-1171 $) (-1175)) 92)) (-4093 (($ (-952 $)) 97) (($ (-1171 $)) 96) (($ (-1171 $) (-1175)) 95)) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-1615 (((-112) $) 79)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 99)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 78)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-1624 (((-420 $) $) 82)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 73)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77) (($ $ (-409 (-566))) 98)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
+(-10 -8 (-15 -1591 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -1591 ((-644 |#1|) (-1171 |#1|))) (-15 -1591 ((-644 |#1|) (-952 |#1|))) (-15 -3139 (|#1| (-1171 |#1|) (-1175))) (-15 -3139 (|#1| (-1171 |#1|))) (-15 -3139 (|#1| (-952 |#1|))) (-15 -2397 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -2397 ((-644 |#1|) (-1171 |#1|))) (-15 -2397 ((-644 |#1|) (-952 |#1|))) (-15 -2243 (|#1| (-1171 |#1|) (-1175))) (-15 -2243 (|#1| (-1171 |#1|))) (-15 -2243 (|#1| (-952 |#1|))))
+((-4124 (((-112) $ $) 7)) (-1591 (((-644 $) (-952 $)) 88) (((-644 $) (-1171 $)) 87) (((-644 $) (-1171 $) (-1175)) 86)) (-3139 (($ (-952 $)) 91) (($ (-1171 $)) 90) (($ (-1171 $) (-1175)) 89)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-3856 (($ $) 100)) (-1621 (((-112) $ $) 65)) (-4145 (($) 18 T CONST)) (-2397 (((-644 $) (-952 $)) 94) (((-644 $) (-1171 $)) 93) (((-644 $) (-1171 $) (-1175)) 92)) (-2243 (($ (-952 $)) 97) (($ (-1171 $)) 96) (($ (-1171 $) (-1175)) 95)) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-2422 (((-112) $) 79)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 99)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 78)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3846 (((-420 $) $) 82)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 73)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77) (($ $ (-409 (-566))) 98)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
(((-27) (-140)) (T -27))
-((-4093 (*1 *1 *2) (-12 (-5 *2 (-952 *1)) (-4 *1 (-27)))) (-4093 (*1 *1 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-27)))) (-4093 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-5 *3 (-1175)) (-4 *1 (-27)))) (-4112 (*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-4112 (*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-4112 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *1)) (-5 *4 (-1175)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-1557 (*1 *1 *2) (-12 (-5 *2 (-952 *1)) (-4 *1 (-27)))) (-1557 (*1 *1 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-27)))) (-1557 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-5 *3 (-1175)) (-4 *1 (-27)))) (-2082 (*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-2082 (*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-2082 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *1)) (-5 *4 (-1175)) (-4 *1 (-27)) (-5 *2 (-644 *1)))))
-(-13 (-365) (-1002) (-10 -8 (-15 -4093 ($ (-952 $))) (-15 -4093 ($ (-1171 $))) (-15 -4093 ($ (-1171 $) (-1175))) (-15 -4112 ((-644 $) (-952 $))) (-15 -4112 ((-644 $) (-1171 $))) (-15 -4112 ((-644 $) (-1171 $) (-1175))) (-15 -1557 ($ (-952 $))) (-15 -1557 ($ (-1171 $))) (-15 -1557 ($ (-1171 $) (-1175))) (-15 -2082 ((-644 $) (-952 $))) (-15 -2082 ((-644 $) (-1171 $))) (-15 -2082 ((-644 $) (-1171 $) (-1175)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1002) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) . T))
-((-2082 (((-644 $) (-952 $)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-1171 $) (-1175)) 55) (((-644 $) $) 22) (((-644 $) $ (-1175)) 46)) (-1557 (($ (-952 $)) NIL) (($ (-1171 $)) NIL) (($ (-1171 $) (-1175)) 57) (($ $) 20) (($ $ (-1175)) 40)) (-4112 (((-644 $) (-952 $)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-1171 $) (-1175)) 53) (((-644 $) $) 18) (((-644 $) $ (-1175)) 48)) (-4093 (($ (-952 $)) NIL) (($ (-1171 $)) NIL) (($ (-1171 $) (-1175)) NIL) (($ $) 15) (($ $ (-1175)) 42)))
-(((-28 |#1| |#2|) (-10 -8 (-15 -2082 ((-644 |#1|) |#1| (-1175))) (-15 -1557 (|#1| |#1| (-1175))) (-15 -2082 ((-644 |#1|) |#1|)) (-15 -1557 (|#1| |#1|)) (-15 -4112 ((-644 |#1|) |#1| (-1175))) (-15 -4093 (|#1| |#1| (-1175))) (-15 -4112 ((-644 |#1|) |#1|)) (-15 -4093 (|#1| |#1|)) (-15 -2082 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -2082 ((-644 |#1|) (-1171 |#1|))) (-15 -2082 ((-644 |#1|) (-952 |#1|))) (-15 -1557 (|#1| (-1171 |#1|) (-1175))) (-15 -1557 (|#1| (-1171 |#1|))) (-15 -1557 (|#1| (-952 |#1|))) (-15 -4112 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -4112 ((-644 |#1|) (-1171 |#1|))) (-15 -4112 ((-644 |#1|) (-952 |#1|))) (-15 -4093 (|#1| (-1171 |#1|) (-1175))) (-15 -4093 (|#1| (-1171 |#1|))) (-15 -4093 (|#1| (-952 |#1|)))) (-29 |#2|) (-558)) (T -28))
-NIL
-(-10 -8 (-15 -2082 ((-644 |#1|) |#1| (-1175))) (-15 -1557 (|#1| |#1| (-1175))) (-15 -2082 ((-644 |#1|) |#1|)) (-15 -1557 (|#1| |#1|)) (-15 -4112 ((-644 |#1|) |#1| (-1175))) (-15 -4093 (|#1| |#1| (-1175))) (-15 -4112 ((-644 |#1|) |#1|)) (-15 -4093 (|#1| |#1|)) (-15 -2082 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -2082 ((-644 |#1|) (-1171 |#1|))) (-15 -2082 ((-644 |#1|) (-952 |#1|))) (-15 -1557 (|#1| (-1171 |#1|) (-1175))) (-15 -1557 (|#1| (-1171 |#1|))) (-15 -1557 (|#1| (-952 |#1|))) (-15 -4112 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -4112 ((-644 |#1|) (-1171 |#1|))) (-15 -4112 ((-644 |#1|) (-952 |#1|))) (-15 -4093 (|#1| (-1171 |#1|) (-1175))) (-15 -4093 (|#1| (-1171 |#1|))) (-15 -4093 (|#1| (-952 |#1|))))
-((-2988 (((-112) $ $) 7)) (-2082 (((-644 $) (-952 $)) 88) (((-644 $) (-1171 $)) 87) (((-644 $) (-1171 $) (-1175)) 86) (((-644 $) $) 134) (((-644 $) $ (-1175)) 132)) (-1557 (($ (-952 $)) 91) (($ (-1171 $)) 90) (($ (-1171 $) (-1175)) 89) (($ $) 135) (($ $ (-1175)) 133)) (-3230 (((-112) $) 17)) (-1771 (((-644 (-1175)) $) 203)) (-1590 (((-409 (-1171 $)) $ (-612 $)) 235 (|has| |#1| (-558)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-1470 (((-644 (-612 $)) $) 166)) (-3967 (((-3 $ "failed") $ $) 20)) (-2500 (($ $ (-644 (-612 $)) (-644 $)) 156) (($ $ (-644 (-295 $))) 155) (($ $ (-295 $)) 154)) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-1635 (($ $) 100)) (-2085 (((-112) $ $) 65)) (-2463 (($) 18 T CONST)) (-4112 (((-644 $) (-952 $)) 94) (((-644 $) (-1171 $)) 93) (((-644 $) (-1171 $) (-1175)) 92) (((-644 $) $) 138) (((-644 $) $ (-1175)) 136)) (-4093 (($ (-952 $)) 97) (($ (-1171 $)) 96) (($ (-1171 $) (-1175)) 95) (($ $) 139) (($ $ (-1175)) 137)) (-2229 (((-3 (-952 |#1|) "failed") $) 253 (|has| |#1| (-1049))) (((-3 (-409 (-952 |#1|)) "failed") $) 237 (|has| |#1| (-558))) (((-3 |#1| "failed") $) 199) (((-3 (-566) "failed") $) 196 (|has| |#1| (-1038 (-566)))) (((-3 (-1175) "failed") $) 190) (((-3 (-612 $) "failed") $) 141) (((-3 (-409 (-566)) "failed") $) 130 (-2768 (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566))))))) (-4158 (((-952 |#1|) $) 252 (|has| |#1| (-1049))) (((-409 (-952 |#1|)) $) 236 (|has| |#1| (-558))) ((|#1| $) 198) (((-566) $) 197 (|has| |#1| (-1038 (-566)))) (((-1175) $) 189) (((-612 $) $) 140) (((-409 (-566)) $) 131 (-2768 (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566))))))) (-2933 (($ $ $) 61)) (-4089 (((-689 |#1|) (-689 $)) 243 (|has| |#1| (-1049))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 242 (|has| |#1| (-1049))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 129 (-2768 (-2415 (|has| |#1| (-1049)) (|has| |#1| (-639 (-566)))) (-2415 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (((-689 (-566)) (-689 $)) 128 (-2768 (-2415 (|has| |#1| (-1049)) (|has| |#1| (-639 (-566)))) (-2415 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-1615 (((-112) $) 79)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 195 (|has| |#1| (-886 (-381)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 194 (|has| |#1| (-886 (-566))))) (-1633 (($ (-644 $)) 160) (($ $) 159)) (-1689 (((-644 (-114)) $) 167)) (-1566 (((-114) (-114)) 168)) (-2389 (((-112) $) 35)) (-3419 (((-112) $) 188 (|has| $ (-1038 (-566))))) (-3406 (($ $) 220 (|has| |#1| (-1049)))) (-2248 (((-1124 |#1| (-612 $)) $) 219 (|has| |#1| (-1049)))) (-1575 (($ $ (-566)) 99)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-2024 (((-1171 $) (-612 $)) 185 (|has| $ (-1049)))) (-2319 (($ (-1 $ $) (-612 $)) 174)) (-4010 (((-3 (-612 $) "failed") $) 164)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-1552 (((-644 (-612 $)) $) 165)) (-2328 (($ (-114) (-644 $)) 173) (($ (-114) $) 172)) (-3738 (((-3 (-644 $) "failed") $) 214 (|has| |#1| (-1111)))) (-4224 (((-3 (-2 (|:| |val| $) (|:| -2201 (-566))) "failed") $) 223 (|has| |#1| (-1049)))) (-4199 (((-3 (-644 $) "failed") $) 216 (|has| |#1| (-25)))) (-3944 (((-3 (-2 (|:| -2397 (-566)) (|:| |var| (-612 $))) "failed") $) 217 (|has| |#1| (-25)))) (-4108 (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-1175)) 222 (|has| |#1| (-1049))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-114)) 221 (|has| |#1| (-1049))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $) 215 (|has| |#1| (-1111)))) (-3335 (((-112) $ (-1175)) 171) (((-112) $ (-114)) 170)) (-2748 (($ $) 78)) (-3106 (((-771) $) 163)) (-4072 (((-1119) $) 11)) (-2761 (((-112) $) 201)) (-2773 ((|#1| $) 202)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-3671 (((-112) $ (-1175)) 176) (((-112) $ $) 175)) (-1624 (((-420 $) $) 82)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-2664 (((-112) $) 187 (|has| $ (-1038 (-566))))) (-2023 (($ $ (-1175) (-771) (-1 $ $)) 227 (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ (-644 $))) 226 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $)))) 225 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $))) 224 (|has| |#1| (-1049))) (($ $ (-644 (-114)) (-644 $) (-1175)) 213 (|has| |#1| (-614 (-538)))) (($ $ (-114) $ (-1175)) 212 (|has| |#1| (-614 (-538)))) (($ $) 211 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175))) 210 (|has| |#1| (-614 (-538)))) (($ $ (-1175)) 209 (|has| |#1| (-614 (-538)))) (($ $ (-114) (-1 $ $)) 184) (($ $ (-114) (-1 $ (-644 $))) 183) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) 182) (($ $ (-644 (-114)) (-644 (-1 $ $))) 181) (($ $ (-1175) (-1 $ $)) 180) (($ $ (-1175) (-1 $ (-644 $))) 179) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) 178) (($ $ (-644 (-1175)) (-644 (-1 $ $))) 177) (($ $ (-644 $) (-644 $)) 148) (($ $ $ $) 147) (($ $ (-295 $)) 146) (($ $ (-644 (-295 $))) 145) (($ $ (-644 (-612 $)) (-644 $)) 144) (($ $ (-612 $) $) 143)) (-4357 (((-771) $) 64)) (-1309 (($ (-114) (-644 $)) 153) (($ (-114) $ $ $ $) 152) (($ (-114) $ $ $) 151) (($ (-114) $ $) 150) (($ (-114) $) 149)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-2020 (($ $ $) 162) (($ $) 161)) (-3629 (($ $ (-1175)) 251 (|has| |#1| (-1049))) (($ $ (-644 (-1175))) 250 (|has| |#1| (-1049))) (($ $ (-1175) (-771)) 249 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) 248 (|has| |#1| (-1049)))) (-1452 (($ $) 230 (|has| |#1| (-558)))) (-2260 (((-1124 |#1| (-612 $)) $) 229 (|has| |#1| (-558)))) (-1705 (($ $) 186 (|has| $ (-1049)))) (-2376 (((-538) $) 257 (|has| |#1| (-614 (-538)))) (($ (-420 $)) 228 (|has| |#1| (-558))) (((-892 (-381)) $) 193 (|has| |#1| (-614 (-892 (-381))))) (((-892 (-566)) $) 192 (|has| |#1| (-614 (-892 (-566)))))) (-3357 (($ $ $) 256 (|has| |#1| (-475)))) (-2527 (($ $ $) 255 (|has| |#1| (-475)))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ (-952 |#1|)) 254 (|has| |#1| (-1049))) (($ (-409 (-952 |#1|))) 238 (|has| |#1| (-558))) (($ (-409 (-952 (-409 |#1|)))) 234 (|has| |#1| (-558))) (($ (-952 (-409 |#1|))) 233 (|has| |#1| (-558))) (($ (-409 |#1|)) 232 (|has| |#1| (-558))) (($ (-1124 |#1| (-612 $))) 218 (|has| |#1| (-1049))) (($ |#1|) 200) (($ (-1175)) 191) (($ (-612 $)) 142)) (-2633 (((-3 $ "failed") $) 241 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-3928 (($ (-644 $)) 158) (($ $) 157)) (-3515 (((-112) (-114)) 169)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4088 (($ (-1175) (-644 $)) 208) (($ (-1175) $ $ $ $) 207) (($ (-1175) $ $ $) 206) (($ (-1175) $ $) 205) (($ (-1175) $) 204)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-1175)) 247 (|has| |#1| (-1049))) (($ $ (-644 (-1175))) 246 (|has| |#1| (-1049))) (($ $ (-1175) (-771)) 245 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) 244 (|has| |#1| (-1049)))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 73) (($ (-1124 |#1| (-612 $)) (-1124 |#1| (-612 $))) 231 (|has| |#1| (-558)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77) (($ $ (-409 (-566))) 98)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75) (($ $ |#1|) 240 (|has| |#1| (-172))) (($ |#1| $) 239 (|has| |#1| (-172)))))
+((-2243 (*1 *1 *2) (-12 (-5 *2 (-952 *1)) (-4 *1 (-27)))) (-2243 (*1 *1 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-27)))) (-2243 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-5 *3 (-1175)) (-4 *1 (-27)))) (-2397 (*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-2397 (*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-2397 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *1)) (-5 *4 (-1175)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-3139 (*1 *1 *2) (-12 (-5 *2 (-952 *1)) (-4 *1 (-27)))) (-3139 (*1 *1 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-27)))) (-3139 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-5 *3 (-1175)) (-4 *1 (-27)))) (-1591 (*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-1591 (*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1)))) (-1591 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *1)) (-5 *4 (-1175)) (-4 *1 (-27)) (-5 *2 (-644 *1)))))
+(-13 (-365) (-1002) (-10 -8 (-15 -2243 ($ (-952 $))) (-15 -2243 ($ (-1171 $))) (-15 -2243 ($ (-1171 $) (-1175))) (-15 -2397 ((-644 $) (-952 $))) (-15 -2397 ((-644 $) (-1171 $))) (-15 -2397 ((-644 $) (-1171 $) (-1175))) (-15 -3139 ($ (-952 $))) (-15 -3139 ($ (-1171 $))) (-15 -3139 ($ (-1171 $) (-1175))) (-15 -1591 ((-644 $) (-952 $))) (-15 -1591 ((-644 $) (-1171 $))) (-15 -1591 ((-644 $) (-1171 $) (-1175)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1002) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) . T))
+((-1591 (((-644 $) (-952 $)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-1171 $) (-1175)) 55) (((-644 $) $) 22) (((-644 $) $ (-1175)) 46)) (-3139 (($ (-952 $)) NIL) (($ (-1171 $)) NIL) (($ (-1171 $) (-1175)) 57) (($ $) 20) (($ $ (-1175)) 40)) (-2397 (((-644 $) (-952 $)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-1171 $) (-1175)) 53) (((-644 $) $) 18) (((-644 $) $ (-1175)) 48)) (-2243 (($ (-952 $)) NIL) (($ (-1171 $)) NIL) (($ (-1171 $) (-1175)) NIL) (($ $) 15) (($ $ (-1175)) 42)))
+(((-28 |#1| |#2|) (-10 -8 (-15 -1591 ((-644 |#1|) |#1| (-1175))) (-15 -3139 (|#1| |#1| (-1175))) (-15 -1591 ((-644 |#1|) |#1|)) (-15 -3139 (|#1| |#1|)) (-15 -2397 ((-644 |#1|) |#1| (-1175))) (-15 -2243 (|#1| |#1| (-1175))) (-15 -2397 ((-644 |#1|) |#1|)) (-15 -2243 (|#1| |#1|)) (-15 -1591 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -1591 ((-644 |#1|) (-1171 |#1|))) (-15 -1591 ((-644 |#1|) (-952 |#1|))) (-15 -3139 (|#1| (-1171 |#1|) (-1175))) (-15 -3139 (|#1| (-1171 |#1|))) (-15 -3139 (|#1| (-952 |#1|))) (-15 -2397 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -2397 ((-644 |#1|) (-1171 |#1|))) (-15 -2397 ((-644 |#1|) (-952 |#1|))) (-15 -2243 (|#1| (-1171 |#1|) (-1175))) (-15 -2243 (|#1| (-1171 |#1|))) (-15 -2243 (|#1| (-952 |#1|)))) (-29 |#2|) (-558)) (T -28))
+NIL
+(-10 -8 (-15 -1591 ((-644 |#1|) |#1| (-1175))) (-15 -3139 (|#1| |#1| (-1175))) (-15 -1591 ((-644 |#1|) |#1|)) (-15 -3139 (|#1| |#1|)) (-15 -2397 ((-644 |#1|) |#1| (-1175))) (-15 -2243 (|#1| |#1| (-1175))) (-15 -2397 ((-644 |#1|) |#1|)) (-15 -2243 (|#1| |#1|)) (-15 -1591 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -1591 ((-644 |#1|) (-1171 |#1|))) (-15 -1591 ((-644 |#1|) (-952 |#1|))) (-15 -3139 (|#1| (-1171 |#1|) (-1175))) (-15 -3139 (|#1| (-1171 |#1|))) (-15 -3139 (|#1| (-952 |#1|))) (-15 -2397 ((-644 |#1|) (-1171 |#1|) (-1175))) (-15 -2397 ((-644 |#1|) (-1171 |#1|))) (-15 -2397 ((-644 |#1|) (-952 |#1|))) (-15 -2243 (|#1| (-1171 |#1|) (-1175))) (-15 -2243 (|#1| (-1171 |#1|))) (-15 -2243 (|#1| (-952 |#1|))))
+((-4124 (((-112) $ $) 7)) (-1591 (((-644 $) (-952 $)) 88) (((-644 $) (-1171 $)) 87) (((-644 $) (-1171 $) (-1175)) 86) (((-644 $) $) 134) (((-644 $) $ (-1175)) 132)) (-3139 (($ (-952 $)) 91) (($ (-1171 $)) 90) (($ (-1171 $) (-1175)) 89) (($ $) 135) (($ $ (-1175)) 133)) (-4014 (((-112) $) 17)) (-3981 (((-644 (-1175)) $) 203)) (-3817 (((-409 (-1171 $)) $ (-612 $)) 235 (|has| |#1| (-558)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-1791 (((-644 (-612 $)) $) 166)) (-3569 (((-3 $ "failed") $ $) 20)) (-4170 (($ $ (-644 (-612 $)) (-644 $)) 156) (($ $ (-644 (-295 $))) 155) (($ $ (-295 $)) 154)) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-3856 (($ $) 100)) (-1621 (((-112) $ $) 65)) (-4145 (($) 18 T CONST)) (-2397 (((-644 $) (-952 $)) 94) (((-644 $) (-1171 $)) 93) (((-644 $) (-1171 $) (-1175)) 92) (((-644 $) $) 138) (((-644 $) $ (-1175)) 136)) (-2243 (($ (-952 $)) 97) (($ (-1171 $)) 96) (($ (-1171 $) (-1175)) 95) (($ $) 139) (($ $ (-1175)) 137)) (-1821 (((-3 (-952 |#1|) "failed") $) 253 (|has| |#1| (-1049))) (((-3 (-409 (-952 |#1|)) "failed") $) 237 (|has| |#1| (-558))) (((-3 |#1| "failed") $) 199) (((-3 (-566) "failed") $) 196 (|has| |#1| (-1038 (-566)))) (((-3 (-1175) "failed") $) 190) (((-3 (-612 $) "failed") $) 141) (((-3 (-409 (-566)) "failed") $) 130 (-2700 (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566))))))) (-3213 (((-952 |#1|) $) 252 (|has| |#1| (-1049))) (((-409 (-952 |#1|)) $) 236 (|has| |#1| (-558))) ((|#1| $) 198) (((-566) $) 197 (|has| |#1| (-1038 (-566)))) (((-1175) $) 189) (((-612 $) $) 140) (((-409 (-566)) $) 131 (-2700 (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566))))))) (-4067 (($ $ $) 61)) (-2204 (((-689 |#1|) (-689 $)) 243 (|has| |#1| (-1049))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 242 (|has| |#1| (-1049))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 129 (-2700 (-3360 (|has| |#1| (-1049)) (|has| |#1| (-639 (-566)))) (-3360 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (((-689 (-566)) (-689 $)) 128 (-2700 (-3360 (|has| |#1| (-1049)) (|has| |#1| (-639 (-566)))) (-3360 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-2422 (((-112) $) 79)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 195 (|has| |#1| (-886 (-381)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 194 (|has| |#1| (-886 (-566))))) (-2563 (($ (-644 $)) 160) (($ $) 159)) (-1930 (((-644 (-114)) $) 167)) (-3797 (((-114) (-114)) 168)) (-1568 (((-112) $) 35)) (-2190 (((-112) $) 188 (|has| $ (-1038 (-566))))) (-2059 (($ $) 220 (|has| |#1| (-1049)))) (-2499 (((-1124 |#1| (-612 $)) $) 219 (|has| |#1| (-1049)))) (-3281 (($ $ (-566)) 99)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-2216 (((-1171 $) (-612 $)) 185 (|has| $ (-1049)))) (-1895 (($ (-1 $ $) (-612 $)) 174)) (-2691 (((-3 (-612 $) "failed") $) 164)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-3787 (((-644 (-612 $)) $) 165)) (-2574 (($ (-114) (-644 $)) 173) (($ (-114) $) 172)) (-2174 (((-3 (-644 $) "failed") $) 214 (|has| |#1| (-1111)))) (-4280 (((-3 (-2 (|:| |val| $) (|:| -3388 (-566))) "failed") $) 223 (|has| |#1| (-1049)))) (-4001 (((-3 (-644 $) "failed") $) 216 (|has| |#1| (-25)))) (-3355 (((-3 (-2 (|:| -2651 (-566)) (|:| |var| (-612 $))) "failed") $) 217 (|has| |#1| (-25)))) (-2376 (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-1175)) 222 (|has| |#1| (-1049))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-114)) 221 (|has| |#1| (-1049))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $) 215 (|has| |#1| (-1111)))) (-2530 (((-112) $ (-1175)) 171) (((-112) $ (-114)) 170)) (-4085 (($ $) 78)) (-2149 (((-771) $) 163)) (-2029 (((-1119) $) 11)) (-4096 (((-112) $) 201)) (-4109 ((|#1| $) 202)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-2719 (((-112) $ (-1175)) 176) (((-112) $ $) 175)) (-3846 (((-420 $) $) 82)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-2340 (((-112) $) 187 (|has| $ (-1038 (-566))))) (-1838 (($ $ (-1175) (-771) (-1 $ $)) 227 (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ (-644 $))) 226 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $)))) 225 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $))) 224 (|has| |#1| (-1049))) (($ $ (-644 (-114)) (-644 $) (-1175)) 213 (|has| |#1| (-614 (-538)))) (($ $ (-114) $ (-1175)) 212 (|has| |#1| (-614 (-538)))) (($ $) 211 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175))) 210 (|has| |#1| (-614 (-538)))) (($ $ (-1175)) 209 (|has| |#1| (-614 (-538)))) (($ $ (-114) (-1 $ $)) 184) (($ $ (-114) (-1 $ (-644 $))) 183) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) 182) (($ $ (-644 (-114)) (-644 (-1 $ $))) 181) (($ $ (-1175) (-1 $ $)) 180) (($ $ (-1175) (-1 $ (-644 $))) 179) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) 178) (($ $ (-644 (-1175)) (-644 (-1 $ $))) 177) (($ $ (-644 $) (-644 $)) 148) (($ $ $ $) 147) (($ $ (-295 $)) 146) (($ $ (-644 (-295 $))) 145) (($ $ (-644 (-612 $)) (-644 $)) 144) (($ $ (-612 $) $) 143)) (-3075 (((-771) $) 64)) (-3483 (($ (-114) (-644 $)) 153) (($ (-114) $ $ $ $) 152) (($ (-114) $ $ $) 151) (($ (-114) $ $) 150) (($ (-114) $) 149)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-2182 (($ $ $) 162) (($ $) 161)) (-2324 (($ $ (-1175)) 251 (|has| |#1| (-1049))) (($ $ (-644 (-1175))) 250 (|has| |#1| (-1049))) (($ $ (-1175) (-771)) 249 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) 248 (|has| |#1| (-1049)))) (-1490 (($ $) 230 (|has| |#1| (-558)))) (-2507 (((-1124 |#1| (-612 $)) $) 229 (|has| |#1| (-558)))) (-2068 (($ $) 186 (|has| $ (-1049)))) (-1945 (((-538) $) 257 (|has| |#1| (-614 (-538)))) (($ (-420 $)) 228 (|has| |#1| (-558))) (((-892 (-381)) $) 193 (|has| |#1| (-614 (-892 (-381))))) (((-892 (-566)) $) 192 (|has| |#1| (-614 (-892 (-566)))))) (-2791 (($ $ $) 256 (|has| |#1| (-475)))) (-3528 (($ $ $) 255 (|has| |#1| (-475)))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ (-952 |#1|)) 254 (|has| |#1| (-1049))) (($ (-409 (-952 |#1|))) 238 (|has| |#1| (-558))) (($ (-409 (-952 (-409 |#1|)))) 234 (|has| |#1| (-558))) (($ (-952 (-409 |#1|))) 233 (|has| |#1| (-558))) (($ (-409 |#1|)) 232 (|has| |#1| (-558))) (($ (-1124 |#1| (-612 $))) 218 (|has| |#1| (-1049))) (($ |#1|) 200) (($ (-1175)) 191) (($ (-612 $)) 142)) (-2097 (((-3 $ "failed") $) 241 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2404 (($ (-644 $)) 158) (($ $) 157)) (-1892 (((-112) (-114)) 169)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-4292 (($ (-1175) (-644 $)) 208) (($ (-1175) $ $ $ $) 207) (($ (-1175) $ $ $) 206) (($ (-1175) $ $) 205) (($ (-1175) $) 204)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-1175)) 247 (|has| |#1| (-1049))) (($ $ (-644 (-1175))) 246 (|has| |#1| (-1049))) (($ $ (-1175) (-771)) 245 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) 244 (|has| |#1| (-1049)))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 73) (($ (-1124 |#1| (-612 $)) (-1124 |#1| (-612 $))) 231 (|has| |#1| (-558)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77) (($ $ (-409 (-566))) 98)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75) (($ $ |#1|) 240 (|has| |#1| (-172))) (($ |#1| $) 239 (|has| |#1| (-172)))))
(((-29 |#1|) (-140) (-558)) (T -29))
-((-4093 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-558)))) (-4112 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *3)))) (-4093 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-29 *3)) (-4 *3 (-558)))) (-4112 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *4)))) (-1557 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-558)))) (-2082 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *3)))) (-1557 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-29 *3)) (-4 *3 (-558)))) (-2082 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *4)))))
-(-13 (-27) (-432 |t#1|) (-10 -8 (-15 -4093 ($ $)) (-15 -4112 ((-644 $) $)) (-15 -4093 ($ $ (-1175))) (-15 -4112 ((-644 $) $ (-1175))) (-15 -1557 ($ $)) (-15 -2082 ((-644 $) $)) (-15 -1557 ($ $ (-1175))) (-15 -2082 ((-644 $) $ (-1175)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) . T) ((-27) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) |has| |#1| (-172)) ((-111 $ $) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) . T) ((-616 #1=(-409 (-952 |#1|))) |has| |#1| (-558)) ((-616 (-566)) . T) ((-616 #2=(-612 $)) . T) ((-616 #3=(-952 |#1|)) |has| |#1| (-1049)) ((-616 #4=(-1175)) . T) ((-616 |#1|) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-614 (-892 (-381))) |has| |#1| (-614 (-892 (-381)))) ((-614 (-892 (-566))) |has| |#1| (-614 (-892 (-566)))) ((-243) . T) ((-291) . T) ((-308) . T) ((-310 $) . T) ((-303) . T) ((-365) . T) ((-379 |#1|) |has| |#1| (-1049)) ((-402 |#1|) . T) ((-413 |#1|) . T) ((-432 |#1|) . T) ((-454) . T) ((-475) |has| |#1| (-475)) ((-516 (-612 $) $) . T) ((-516 $ $) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 |#1|) |has| |#1| (-172)) ((-646 $) . T) ((-648 #0#) . T) ((-648 |#1|) |has| |#1| (-172)) ((-648 $) . T) ((-640 #0#) . T) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) . T) ((-639 (-566)) -12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) ((-639 |#1|) |has| |#1| (-1049)) ((-717 #0#) . T) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) . T) ((-726) . T) ((-900 (-1175)) |has| |#1| (-1049)) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-884 |#1|) . T) ((-920) . T) ((-1002) . T) ((-1038 (-409 (-566))) -2768 (|has| |#1| (-1038 (-409 (-566)))) (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) ((-1038 #1#) |has| |#1| (-558)) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 #2#) . T) ((-1038 #3#) |has| |#1| (-1049)) ((-1038 #4#) . T) ((-1038 |#1|) . T) ((-1051 #0#) . T) ((-1051 |#1|) |has| |#1| (-172)) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 |#1|) |has| |#1| (-172)) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1214) . T) ((-1218) . T))
-((-3867 (((-1093 (-225)) $) NIL)) (-3857 (((-1093 (-225)) $) NIL)) (-2279 (($ $ (-225)) 166)) (-1919 (($ (-952 (-566)) (-1175) (-1175) (-1093 (-409 (-566))) (-1093 (-409 (-566)))) 104)) (-4042 (((-644 (-644 (-943 (-225)))) $) 182)) (-3152 (((-862) $) 196)))
-(((-30) (-13 (-955) (-10 -8 (-15 -1919 ($ (-952 (-566)) (-1175) (-1175) (-1093 (-409 (-566))) (-1093 (-409 (-566))))) (-15 -2279 ($ $ (-225)))))) (T -30))
-((-1919 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-952 (-566))) (-5 *3 (-1175)) (-5 *4 (-1093 (-409 (-566)))) (-5 *1 (-30)))) (-2279 (*1 *1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-30)))))
-(-13 (-955) (-10 -8 (-15 -1919 ($ (-952 (-566)) (-1175) (-1175) (-1093 (-409 (-566))) (-1093 (-409 (-566))))) (-15 -2279 ($ $ (-225)))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-1134) $) 11)) (-3044 (((-112) $ $) NIL)) (-2576 (((-1134) $) 9)) (-2914 (((-112) $ $) NIL)))
-(((-31) (-13 (-1082) (-10 -8 (-15 -2576 ((-1134) $)) (-15 -1377 ((-1134) $))))) (T -31))
-((-2576 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-31)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-31)))))
-(-13 (-1082) (-10 -8 (-15 -2576 ((-1134) $)) (-15 -1377 ((-1134) $))))
-((-4093 ((|#2| (-1171 |#2|) (-1175)) 41)) (-1566 (((-114) (-114)) 55)) (-2024 (((-1171 |#2|) (-612 |#2|)) 149 (|has| |#1| (-1038 (-566))))) (-2407 ((|#2| |#1| (-566)) 137 (|has| |#1| (-1038 (-566))))) (-1716 ((|#2| (-1171 |#2|) |#2|) 29)) (-3463 (((-862) (-644 |#2|)) 86)) (-1705 ((|#2| |#2|) 144 (|has| |#1| (-1038 (-566))))) (-3515 (((-112) (-114)) 17)) (** ((|#2| |#2| (-409 (-566))) 103 (|has| |#1| (-1038 (-566))))))
-(((-32 |#1| |#2|) (-10 -7 (-15 -4093 (|#2| (-1171 |#2|) (-1175))) (-15 -1566 ((-114) (-114))) (-15 -3515 ((-112) (-114))) (-15 -1716 (|#2| (-1171 |#2|) |#2|)) (-15 -3463 ((-862) (-644 |#2|))) (IF (|has| |#1| (-1038 (-566))) (PROGN (-15 ** (|#2| |#2| (-409 (-566)))) (-15 -2024 ((-1171 |#2|) (-612 |#2|))) (-15 -1705 (|#2| |#2|)) (-15 -2407 (|#2| |#1| (-566)))) |%noBranch|)) (-558) (-432 |#1|)) (T -32))
-((-2407 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-4 *2 (-432 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1038 *4)) (-4 *3 (-558)))) (-1705 (*1 *2 *2) (-12 (-4 *3 (-1038 (-566))) (-4 *3 (-558)) (-5 *1 (-32 *3 *2)) (-4 *2 (-432 *3)))) (-2024 (*1 *2 *3) (-12 (-5 *3 (-612 *5)) (-4 *5 (-432 *4)) (-4 *4 (-1038 (-566))) (-4 *4 (-558)) (-5 *2 (-1171 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-409 (-566))) (-4 *4 (-1038 (-566))) (-4 *4 (-558)) (-5 *1 (-32 *4 *2)) (-4 *2 (-432 *4)))) (-3463 (*1 *2 *3) (-12 (-5 *3 (-644 *5)) (-4 *5 (-432 *4)) (-4 *4 (-558)) (-5 *2 (-862)) (-5 *1 (-32 *4 *5)))) (-1716 (*1 *2 *3 *2) (-12 (-5 *3 (-1171 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558)) (-5 *1 (-32 *4 *2)))) (-3515 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-32 *4 *5)) (-4 *5 (-432 *4)))) (-1566 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-32 *3 *4)) (-4 *4 (-432 *3)))) (-4093 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *2)) (-5 *4 (-1175)) (-4 *2 (-432 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-558)))))
-(-10 -7 (-15 -4093 (|#2| (-1171 |#2|) (-1175))) (-15 -1566 ((-114) (-114))) (-15 -3515 ((-112) (-114))) (-15 -1716 (|#2| (-1171 |#2|) |#2|)) (-15 -3463 ((-862) (-644 |#2|))) (IF (|has| |#1| (-1038 (-566))) (PROGN (-15 ** (|#2| |#2| (-409 (-566)))) (-15 -2024 ((-1171 |#2|) (-612 |#2|))) (-15 -1705 (|#2| |#2|)) (-15 -2407 (|#2| |#1| (-566)))) |%noBranch|))
-((-1504 (((-112) $ (-771)) 20)) (-2463 (($) 10)) (-3456 (((-112) $ (-771)) 19)) (-3267 (((-112) $ (-771)) 17)) (-3814 (((-112) $ $) 8)) (-2872 (((-112) $) 15)))
-(((-33 |#1|) (-10 -8 (-15 -2463 (|#1|)) (-15 -1504 ((-112) |#1| (-771))) (-15 -3456 ((-112) |#1| (-771))) (-15 -3267 ((-112) |#1| (-771))) (-15 -2872 ((-112) |#1|)) (-15 -3814 ((-112) |#1| |#1|))) (-34)) (T -33))
-NIL
-(-10 -8 (-15 -2463 (|#1|)) (-15 -1504 ((-112) |#1| (-771))) (-15 -3456 ((-112) |#1| (-771))) (-15 -3267 ((-112) |#1| (-771))) (-15 -2872 ((-112) |#1|)) (-15 -3814 ((-112) |#1| |#1|)))
-((-1504 (((-112) $ (-771)) 8)) (-2463 (($) 7 T CONST)) (-3456 (((-112) $ (-771)) 9)) (-3267 (((-112) $ (-771)) 10)) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1480 (($ $) 13)) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-2243 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-558)))) (-2397 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *3)))) (-2243 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-29 *3)) (-4 *3 (-558)))) (-2397 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *4)))) (-3139 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-558)))) (-1591 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *3)))) (-3139 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-29 *3)) (-4 *3 (-558)))) (-1591 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *4)))))
+(-13 (-27) (-432 |t#1|) (-10 -8 (-15 -2243 ($ $)) (-15 -2397 ((-644 $) $)) (-15 -2243 ($ $ (-1175))) (-15 -2397 ((-644 $) $ (-1175))) (-15 -3139 ($ $)) (-15 -1591 ((-644 $) $)) (-15 -3139 ($ $ (-1175))) (-15 -1591 ((-644 $) $ (-1175)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) . T) ((-27) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) |has| |#1| (-172)) ((-111 $ $) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) . T) ((-616 #1=(-409 (-952 |#1|))) |has| |#1| (-558)) ((-616 (-566)) . T) ((-616 #2=(-612 $)) . T) ((-616 #3=(-952 |#1|)) |has| |#1| (-1049)) ((-616 #4=(-1175)) . T) ((-616 |#1|) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-614 (-892 (-381))) |has| |#1| (-614 (-892 (-381)))) ((-614 (-892 (-566))) |has| |#1| (-614 (-892 (-566)))) ((-243) . T) ((-291) . T) ((-308) . T) ((-310 $) . T) ((-303) . T) ((-365) . T) ((-379 |#1|) |has| |#1| (-1049)) ((-402 |#1|) . T) ((-413 |#1|) . T) ((-432 |#1|) . T) ((-454) . T) ((-475) |has| |#1| (-475)) ((-516 (-612 $) $) . T) ((-516 $ $) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 |#1|) |has| |#1| (-172)) ((-646 $) . T) ((-648 #0#) . T) ((-648 |#1|) |has| |#1| (-172)) ((-648 $) . T) ((-640 #0#) . T) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) . T) ((-639 (-566)) -12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) ((-639 |#1|) |has| |#1| (-1049)) ((-717 #0#) . T) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) . T) ((-726) . T) ((-900 (-1175)) |has| |#1| (-1049)) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-884 |#1|) . T) ((-920) . T) ((-1002) . T) ((-1038 (-409 (-566))) -2700 (|has| |#1| (-1038 (-409 (-566)))) (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) ((-1038 #1#) |has| |#1| (-558)) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 #2#) . T) ((-1038 #3#) |has| |#1| (-1049)) ((-1038 #4#) . T) ((-1038 |#1|) . T) ((-1051 #0#) . T) ((-1051 |#1|) |has| |#1| (-172)) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 |#1|) |has| |#1| (-172)) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1215) . T) ((-1219) . T))
+((-2388 (((-1093 (-225)) $) NIL)) (-2381 (((-1093 (-225)) $) NIL)) (-2941 (($ $ (-225)) 166)) (-3678 (($ (-952 (-566)) (-1175) (-1175) (-1093 (-409 (-566))) (-1093 (-409 (-566)))) 104)) (-3026 (((-644 (-644 (-943 (-225)))) $) 182)) (-1650 (((-862) $) 196)))
+(((-30) (-13 (-955) (-10 -8 (-15 -3678 ($ (-952 (-566)) (-1175) (-1175) (-1093 (-409 (-566))) (-1093 (-409 (-566))))) (-15 -2941 ($ $ (-225)))))) (T -30))
+((-3678 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-952 (-566))) (-5 *3 (-1175)) (-5 *4 (-1093 (-409 (-566)))) (-5 *1 (-30)))) (-2941 (*1 *1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-30)))))
+(-13 (-955) (-10 -8 (-15 -3678 ($ (-952 (-566)) (-1175) (-1175) (-1093 (-409 (-566))) (-1093 (-409 (-566))))) (-15 -2941 ($ $ (-225)))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-1134) $) 11)) (-2657 (((-112) $ $) NIL)) (-4249 (((-1134) $) 9)) (-2868 (((-112) $ $) NIL)))
+(((-31) (-13 (-1082) (-10 -8 (-15 -4249 ((-1134) $)) (-15 -3720 ((-1134) $))))) (T -31))
+((-4249 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-31)))) (-3720 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-31)))))
+(-13 (-1082) (-10 -8 (-15 -4249 ((-1134) $)) (-15 -3720 ((-1134) $))))
+((-2243 ((|#2| (-1171 |#2|) (-1175)) 41)) (-3797 (((-114) (-114)) 55)) (-2216 (((-1171 |#2|) (-612 |#2|)) 149 (|has| |#1| (-1038 (-566))))) (-1700 ((|#2| |#1| (-566)) 137 (|has| |#1| (-1038 (-566))))) (-2166 ((|#2| (-1171 |#2|) |#2|) 29)) (-1458 (((-862) (-644 |#2|)) 86)) (-2068 ((|#2| |#2|) 144 (|has| |#1| (-1038 (-566))))) (-1892 (((-112) (-114)) 17)) (** ((|#2| |#2| (-409 (-566))) 103 (|has| |#1| (-1038 (-566))))))
+(((-32 |#1| |#2|) (-10 -7 (-15 -2243 (|#2| (-1171 |#2|) (-1175))) (-15 -3797 ((-114) (-114))) (-15 -1892 ((-112) (-114))) (-15 -2166 (|#2| (-1171 |#2|) |#2|)) (-15 -1458 ((-862) (-644 |#2|))) (IF (|has| |#1| (-1038 (-566))) (PROGN (-15 ** (|#2| |#2| (-409 (-566)))) (-15 -2216 ((-1171 |#2|) (-612 |#2|))) (-15 -2068 (|#2| |#2|)) (-15 -1700 (|#2| |#1| (-566)))) |%noBranch|)) (-558) (-432 |#1|)) (T -32))
+((-1700 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-4 *2 (-432 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1038 *4)) (-4 *3 (-558)))) (-2068 (*1 *2 *2) (-12 (-4 *3 (-1038 (-566))) (-4 *3 (-558)) (-5 *1 (-32 *3 *2)) (-4 *2 (-432 *3)))) (-2216 (*1 *2 *3) (-12 (-5 *3 (-612 *5)) (-4 *5 (-432 *4)) (-4 *4 (-1038 (-566))) (-4 *4 (-558)) (-5 *2 (-1171 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-409 (-566))) (-4 *4 (-1038 (-566))) (-4 *4 (-558)) (-5 *1 (-32 *4 *2)) (-4 *2 (-432 *4)))) (-1458 (*1 *2 *3) (-12 (-5 *3 (-644 *5)) (-4 *5 (-432 *4)) (-4 *4 (-558)) (-5 *2 (-862)) (-5 *1 (-32 *4 *5)))) (-2166 (*1 *2 *3 *2) (-12 (-5 *3 (-1171 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558)) (-5 *1 (-32 *4 *2)))) (-1892 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-32 *4 *5)) (-4 *5 (-432 *4)))) (-3797 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-32 *3 *4)) (-4 *4 (-432 *3)))) (-2243 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *2)) (-5 *4 (-1175)) (-4 *2 (-432 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-558)))))
+(-10 -7 (-15 -2243 (|#2| (-1171 |#2|) (-1175))) (-15 -3797 ((-114) (-114))) (-15 -1892 ((-112) (-114))) (-15 -2166 (|#2| (-1171 |#2|) |#2|)) (-15 -1458 ((-862) (-644 |#2|))) (IF (|has| |#1| (-1038 (-566))) (PROGN (-15 ** (|#2| |#2| (-409 (-566)))) (-15 -2216 ((-1171 |#2|) (-612 |#2|))) (-15 -2068 (|#2| |#2|)) (-15 -1700 (|#2| |#1| (-566)))) |%noBranch|))
+((-3874 (((-112) $ (-771)) 20)) (-4145 (($) 10)) (-1392 (((-112) $ (-771)) 19)) (-4395 (((-112) $ (-771)) 17)) (-1633 (((-112) $ $) 8)) (-3758 (((-112) $) 15)))
+(((-33 |#1|) (-10 -8 (-15 -4145 (|#1|)) (-15 -3874 ((-112) |#1| (-771))) (-15 -1392 ((-112) |#1| (-771))) (-15 -4395 ((-112) |#1| (-771))) (-15 -3758 ((-112) |#1|)) (-15 -1633 ((-112) |#1| |#1|))) (-34)) (T -33))
+NIL
+(-10 -8 (-15 -4145 (|#1|)) (-15 -3874 ((-112) |#1| (-771))) (-15 -1392 ((-112) |#1| (-771))) (-15 -4395 ((-112) |#1| (-771))) (-15 -3758 ((-112) |#1|)) (-15 -1633 ((-112) |#1| |#1|)))
+((-3874 (((-112) $ (-771)) 8)) (-4145 (($) 7 T CONST)) (-1392 (((-112) $ (-771)) 9)) (-4395 (((-112) $ (-771)) 10)) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-1800 (($ $) 13)) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-34) (-140)) (T -34))
-((-3814 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-1480 (*1 *1 *1) (-4 *1 (-34))) (-3493 (*1 *1) (-4 *1 (-34))) (-2872 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-3267 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112)))) (-3456 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112)))) (-1504 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112)))) (-2463 (*1 *1) (-4 *1 (-34))) (-3000 (*1 *2 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-34)) (-5 *2 (-771)))))
-(-13 (-1214) (-10 -8 (-15 -3814 ((-112) $ $)) (-15 -1480 ($ $)) (-15 -3493 ($)) (-15 -2872 ((-112) $)) (-15 -3267 ((-112) $ (-771))) (-15 -3456 ((-112) $ (-771))) (-15 -1504 ((-112) $ (-771))) (-15 -2463 ($) -1623) (IF (|has| $ (-6 -4414)) (-15 -3000 ((-771) $)) |%noBranch|)))
-(((-1214) . T))
-((-4032 (($ $) 11)) (-4008 (($ $) 10)) (-4057 (($ $) 9)) (-3964 (($ $) 8)) (-4044 (($ $) 7)) (-4020 (($ $) 6)))
+((-1633 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-1800 (*1 *1 *1) (-4 *1 (-34))) (-1710 (*1 *1) (-4 *1 (-34))) (-3758 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))) (-4395 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112)))) (-1392 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112)))) (-3874 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112)))) (-4145 (*1 *1) (-4 *1 (-34))) (-4142 (*1 *2 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-34)) (-5 *2 (-771)))))
+(-13 (-1215) (-10 -8 (-15 -1633 ((-112) $ $)) (-15 -1800 ($ $)) (-15 -1710 ($)) (-15 -3758 ((-112) $)) (-15 -4395 ((-112) $ (-771))) (-15 -1392 ((-112) $ (-771))) (-15 -3874 ((-112) $ (-771))) (-15 -4145 ($) -4388) (IF (|has| $ (-6 -4415)) (-15 -4142 ((-771) $)) |%noBranch|)))
+(((-1215) . T))
+((-4241 (($ $) 11)) (-4220 (($ $) 10)) (-4264 (($ $) 9)) (-2462 (($ $) 8)) (-4253 (($ $) 7)) (-4230 (($ $) 6)))
(((-35) (-140)) (T -35))
-((-4032 (*1 *1 *1) (-4 *1 (-35))) (-4008 (*1 *1 *1) (-4 *1 (-35))) (-4057 (*1 *1 *1) (-4 *1 (-35))) (-3964 (*1 *1 *1) (-4 *1 (-35))) (-4044 (*1 *1 *1) (-4 *1 (-35))) (-4020 (*1 *1 *1) (-4 *1 (-35))))
-(-13 (-10 -8 (-15 -4020 ($ $)) (-15 -4044 ($ $)) (-15 -3964 ($ $)) (-15 -4057 ($ $)) (-15 -4008 ($ $)) (-15 -4032 ($ $))))
-((-2988 (((-112) $ $) 19 (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-2876 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 126)) (-3541 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 149)) (-3214 (($ $) 147)) (-1849 (($) 73) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 72)) (-1944 (((-1269) $ |#1| |#1|) 100 (|has| $ (-6 -4415))) (((-1269) $ (-566) (-566)) 179 (|has| $ (-6 -4415)))) (-4258 (($ $ (-566)) 160 (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 210) (((-112) $) 204 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3628 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 201 (|has| $ (-6 -4415))) (($ $) 200 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)) (|has| $ (-6 -4415))))) (-2671 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 211) (($ $) 205 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-1504 (((-112) $ (-771)) 8)) (-2191 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 135 (|has| $ (-6 -4415)))) (-1813 (($ $ $) 156 (|has| $ (-6 -4415)))) (-1948 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 158 (|has| $ (-6 -4415)))) (-1381 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 154 (|has| $ (-6 -4415)))) (-1456 ((|#2| $ |#1| |#2|) 74) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 190 (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-1231 (-566)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 161 (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "last" (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 159 (|has| $ (-6 -4415))) (($ $ "rest" $) 157 (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "first" (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 155 (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "value" (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 134 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 133 (|has| $ (-6 -4415)))) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 46 (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 217)) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 56 (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 176 (|has| $ (-6 -4414)))) (-3531 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 148)) (-3070 (((-3 |#2| "failed") |#1| $) 62)) (-2463 (($) 7 T CONST)) (-3166 (($ $) 202 (|has| $ (-6 -4415)))) (-3683 (($ $) 212)) (-3919 (($ $ (-771)) 143) (($ $) 141)) (-3322 (($ $) 215 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-3942 (($ $) 59 (-2768 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414))) (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 48 (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 47 (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) 63) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 221) (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 216 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 58 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 55 (|has| $ (-6 -4414))) (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 178 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 175 (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 57 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 54 (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 53 (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 177 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 174 (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 173 (|has| $ (-6 -4414)))) (-3897 ((|#2| $ |#1| |#2|) 88 (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 191 (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) 89) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) 189)) (-1781 (((-112) $) 193)) (-1569 (((-566) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 209) (((-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 208 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) (((-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) 207 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 31 (|has| $ (-6 -4414))) (((-644 |#2|) $) 80 (|has| $ (-6 -4414))) (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 115 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 124)) (-1507 (((-112) $ $) 132 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-1860 (($ (-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 170)) (-3456 (((-112) $ (-771)) 9)) (-2296 ((|#1| $) 97 (|has| |#1| (-850))) (((-566) $) 181 (|has| (-566) (-850)))) (-1478 (($ $ $) 199 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3674 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ $) 218) (($ $ $) 214 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-2696 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ $) 213) (($ $ $) 206 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 30 (|has| $ (-6 -4414))) (((-644 |#2|) $) 81 (|has| $ (-6 -4414))) (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 116 (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (((-112) |#2| $) 83 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414)))) (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 118 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414))))) (-4050 ((|#1| $) 96 (|has| |#1| (-850))) (((-566) $) 182 (|has| (-566) (-850)))) (-2599 (($ $ $) 198 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 35 (|has| $ (-6 -4415))) (($ (-1 |#2| |#2|) $) 76 (|has| $ (-6 -4415))) (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 111 (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 36) (($ (-1 |#2| |#2|) $) 75) (($ (-1 |#2| |#2| |#2|) $ $) 71) (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ $) 167) (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 110)) (-3770 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 226)) (-3267 (((-112) $ (-771)) 10)) (-1458 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 129)) (-3860 (((-112) $) 125)) (-3380 (((-1157) $) 22 (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-2641 (($ $ (-771)) 146) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 144)) (-4052 (((-644 |#1|) $) 64)) (-1826 (((-112) |#1| $) 65)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 40)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 41) (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) 220) (($ $ $ (-566)) 219)) (-1859 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) 163) (($ $ $ (-566)) 162)) (-3725 (((-644 |#1|) $) 94) (((-644 (-566)) $) 184)) (-1644 (((-112) |#1| $) 93) (((-112) (-566) $) 185)) (-4072 (((-1119) $) 21 (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3908 ((|#2| $) 98 (|has| |#1| (-850))) (($ $ (-771)) 140) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 138)) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 52) (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 172)) (-3787 (($ $ |#2|) 99 (|has| $ (-6 -4415))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 180 (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 42)) (-3254 (((-112) $) 192)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 33 (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 113 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) 27 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 26 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 25 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 24 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 87 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 86 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 85 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) 84 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 122 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 121 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 120 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) 119 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#2| $) 95 (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 183 (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3486 (((-644 |#2|) $) 92) (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 186)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#2| $ |#1|) 91) ((|#2| $ |#1| |#2|) 90) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 188) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) 187) (($ $ (-1231 (-566))) 166) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "last") 145) (($ $ "rest") 142) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "first") 139) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "value") 127)) (-1696 (((-566) $ $) 130)) (-1792 (($) 50) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 49)) (-1308 (($ $ (-566)) 223) (($ $ (-1231 (-566))) 222)) (-2166 (($ $ (-566)) 165) (($ $ (-1231 (-566))) 164)) (-3786 (((-112) $) 128)) (-4018 (($ $) 152)) (-3810 (($ $) 153 (|has| $ (-6 -4415)))) (-2916 (((-771) $) 151)) (-1922 (($ $) 150)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 32 (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 29 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (((-771) |#2| $) 82 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#2|) $) 79 (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 117 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 114 (|has| $ (-6 -4414)))) (-2661 (($ $ $ (-566)) 203 (|has| $ (-6 -4415)))) (-1480 (($ $) 13)) (-2376 (((-538) $) 60 (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538)))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 51) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 171)) (-1690 (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 225) (($ $ $) 224)) (-4386 (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 169) (($ (-644 $)) 168) (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 137) (($ $ $) 136)) (-3152 (((-862) $) 18 (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862)))))) (-1926 (((-644 $) $) 123)) (-4385 (((-112) $ $) 131 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-3044 (((-112) $ $) 23 (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 43)) (-2649 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") |#1| $) 109)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 34 (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 112 (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) 196 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-2946 (((-112) $ $) 195 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-2914 (((-112) $ $) 20 (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-2956 (((-112) $ $) 197 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-2935 (((-112) $ $) 194 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-4241 (*1 *1 *1) (-4 *1 (-35))) (-4220 (*1 *1 *1) (-4 *1 (-35))) (-4264 (*1 *1 *1) (-4 *1 (-35))) (-2462 (*1 *1 *1) (-4 *1 (-35))) (-4253 (*1 *1 *1) (-4 *1 (-35))) (-4230 (*1 *1 *1) (-4 *1 (-35))))
+(-13 (-10 -8 (-15 -4230 ($ $)) (-15 -4253 ($ $)) (-15 -2462 ($ $)) (-15 -4264 ($ $)) (-15 -4220 ($ $)) (-15 -4241 ($ $))))
+((-4124 (((-112) $ $) 19 (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1389 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 126)) (-3908 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 149)) (-2276 (($ $) 147)) (-1554 (($) 73) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 72)) (-2656 (((-1270) $ |#1| |#1|) 100 (|has| $ (-6 -4416))) (((-1270) $ (-566) (-566)) 179 (|has| $ (-6 -4416)))) (-3337 (($ $ (-566)) 160 (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 210) (((-112) $) 204 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-3632 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 201 (|has| $ (-6 -4416))) (($ $) 200 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)) (|has| $ (-6 -4416))))) (-3292 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 211) (($ $) 205 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-3874 (((-112) $ (-771)) 8)) (-3283 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 135 (|has| $ (-6 -4416)))) (-3840 (($ $ $) 156 (|has| $ (-6 -4416)))) (-2694 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 158 (|has| $ (-6 -4416)))) (-1335 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 154 (|has| $ (-6 -4416)))) (-1777 ((|#2| $ |#1| |#2|) 74) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 190 (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-1232 (-566)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 161 (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "last" (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 159 (|has| $ (-6 -4416))) (($ $ "rest" $) 157 (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "first" (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 155 (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "value" (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 134 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 133 (|has| $ (-6 -4416)))) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 46 (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 217)) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 56 (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 176 (|has| $ (-6 -4415)))) (-3896 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 148)) (-1561 (((-3 |#2| "failed") |#1| $) 62)) (-4145 (($) 7 T CONST)) (-1501 (($ $) 202 (|has| $ (-6 -4416)))) (-1721 (($ $) 212)) (-3616 (($ $ (-771)) 143) (($ $) 141)) (-3723 (($ $) 215 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-3640 (($ $) 59 (-2700 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415))) (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 48 (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 47 (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) 63) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 221) (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 216 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 58 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 55 (|has| $ (-6 -4415))) (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 178 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 175 (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 57 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 54 (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 53 (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 177 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 174 (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 173 (|has| $ (-6 -4415)))) (-2417 ((|#2| $ |#1| |#2|) 88 (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 191 (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) 89) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) 189)) (-1605 (((-112) $) 193)) (-1308 (((-566) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 209) (((-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 208 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) (((-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) 207 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 31 (|has| $ (-6 -4415))) (((-644 |#2|) $) 80 (|has| $ (-6 -4415))) (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 115 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 124)) (-3906 (((-112) $ $) 132 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-1566 (($ (-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 170)) (-1392 (((-112) $ (-771)) 9)) (-3099 ((|#1| $) 97 (|has| |#1| (-850))) (((-566) $) 181 (|has| (-566) (-850)))) (-1888 (($ $ $) 199 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2762 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ $) 218) (($ $ $) 214 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-1485 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ $) 213) (($ $ $) 206 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 30 (|has| $ (-6 -4415))) (((-644 |#2|) $) 81 (|has| $ (-6 -4415))) (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 116 (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (((-112) |#2| $) 83 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415)))) (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 118 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415))))) (-3090 ((|#1| $) 96 (|has| |#1| (-850))) (((-566) $) 182 (|has| (-566) (-850)))) (-3890 (($ $ $) 198 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 35 (|has| $ (-6 -4416))) (($ (-1 |#2| |#2|) $) 76 (|has| $ (-6 -4416))) (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 111 (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 36) (($ (-1 |#2| |#2|) $) 75) (($ (-1 |#2| |#2| |#2|) $ $) 71) (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ $) 167) (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 110)) (-3479 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 226)) (-4395 (((-112) $ (-771)) 10)) (-3343 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 129)) (-3900 (((-112) $) 125)) (-3057 (((-1157) $) 22 (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1855 (($ $ (-771)) 146) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 144)) (-3391 (((-644 |#1|) $) 64)) (-3977 (((-112) |#1| $) 65)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 40)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 41) (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) 220) (($ $ $ (-566)) 219)) (-3438 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) 163) (($ $ $ (-566)) 162)) (-2033 (((-644 |#1|) $) 94) (((-644 (-566)) $) 184)) (-2686 (((-112) |#1| $) 93) (((-112) (-566) $) 185)) (-2029 (((-1119) $) 21 (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-3604 ((|#2| $) 98 (|has| |#1| (-850))) (($ $ (-771)) 140) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 138)) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 52) (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 172)) (-1417 (($ $ |#2|) 99 (|has| $ (-6 -4416))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 180 (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 42)) (-4284 (((-112) $) 192)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 33 (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 113 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) 27 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 26 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 25 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 24 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 87 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 86 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 85 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) 84 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 122 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 121 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 120 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) 119 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#2| $) 95 (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 183 (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1647 (((-644 |#2|) $) 92) (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 186)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#2| $ |#1|) 91) ((|#2| $ |#1| |#2|) 90) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 188) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) 187) (($ $ (-1232 (-566))) 166) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "last") 145) (($ $ "rest") 142) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "first") 139) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "value") 127)) (-1985 (((-566) $ $) 130)) (-1708 (($) 50) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 49)) (-2537 (($ $ (-566)) 223) (($ $ (-1232 (-566))) 222)) (-1405 (($ $ (-566)) 165) (($ $ (-1232 (-566))) 164)) (-1409 (((-112) $) 128)) (-2783 (($ $) 152)) (-1603 (($ $) 153 (|has| $ (-6 -4416)))) (-2883 (((-771) $) 151)) (-3715 (($ $) 150)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 32 (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 29 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (((-771) |#2| $) 82 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#2|) $) 79 (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 117 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 114 (|has| $ (-6 -4415)))) (-2310 (($ $ $ (-566)) 203 (|has| $ (-6 -4416)))) (-1800 (($ $) 13)) (-1945 (((-538) $) 60 (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538)))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 51) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 171)) (-1940 (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 225) (($ $ $) 224)) (-2829 (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 169) (($ (-644 $)) 168) (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 137) (($ $ $) 136)) (-1650 (((-862) $) 18 (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862)))))) (-2460 (((-644 $) $) 123)) (-2110 (((-112) $ $) 131 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-2657 (((-112) $ $) 23 (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 43)) (-1864 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") |#1| $) 109)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 34 (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 112 (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) 196 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2904 (((-112) $ $) 195 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2868 (((-112) $ $) 20 (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-2915 (((-112) $ $) 197 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2892 (((-112) $ $) 194 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-36 |#1| |#2|) (-140) (-1099) (-1099)) (T -36))
-((-2649 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-5 *2 (-2 (|:| -2674 *3) (|:| -2636 *4))))))
-(-13 (-1190 |t#1| |t#2|) (-666 (-2 (|:| -2674 |t#1|) (|:| -2636 |t#2|))) (-10 -8 (-15 -2649 ((-3 (-2 (|:| -2674 |t#1|) (|:| -2636 |t#2|)) "failed") |t#1| $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T) ((-102) -2768 (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850))) ((-613 (-862)) -2768 (|has| |#2| (-1099)) (|has| |#2| (-613 (-862))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862)))) ((-151 #1=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T) ((-614 (-538)) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))) ((-229 #0#) . T) ((-235 #0#) . T) ((-287 #2=(-566) #1#) . T) ((-287 |#1| |#2|) . T) ((-289 #2# #1#) . T) ((-289 |#1| |#2|) . T) ((-310 #1#) -12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-283 #1#) . T) ((-375 #1#) . T) ((-491 #1#) . T) ((-491 |#2|) . T) ((-604 #2# #1#) . T) ((-604 |#1| |#2|) . T) ((-516 #1# #1#) -12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-610 |#1| |#2|) . T) ((-651 #1#) . T) ((-666 #1#) . T) ((-850) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)) ((-1010 #1#) . T) ((-1099) -2768 (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850))) ((-1148 #1#) . T) ((-1190 |#1| |#2|) . T) ((-1214) . T) ((-1252 #1#) . T))
-((-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) 10)))
-(((-37 |#1| |#2|) (-10 -8 (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|))) (-38 |#2|) (-172)) (T -37))
-NIL
-(-10 -8 (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
+((-1864 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-5 *2 (-2 (|:| -2334 *3) (|:| -2303 *4))))))
+(-13 (-1191 |t#1| |t#2|) (-666 (-2 (|:| -2334 |t#1|) (|:| -2303 |t#2|))) (-10 -8 (-15 -1864 ((-3 (-2 (|:| -2334 |t#1|) (|:| -2303 |t#2|)) "failed") |t#1| $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T) ((-102) -2700 (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850))) ((-613 (-862)) -2700 (|has| |#2| (-1099)) (|has| |#2| (-613 (-862))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862)))) ((-151 #1=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T) ((-614 (-538)) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))) ((-229 #0#) . T) ((-235 #0#) . T) ((-287 #2=(-566) #1#) . T) ((-287 |#1| |#2|) . T) ((-289 #2# #1#) . T) ((-289 |#1| |#2|) . T) ((-310 #1#) -12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-283 #1#) . T) ((-375 #1#) . T) ((-491 #1#) . T) ((-491 |#2|) . T) ((-604 #2# #1#) . T) ((-604 |#1| |#2|) . T) ((-516 #1# #1#) -12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-610 |#1| |#2|) . T) ((-651 #1#) . T) ((-666 #1#) . T) ((-850) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)) ((-1010 #1#) . T) ((-1099) -2700 (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850))) ((-1148 #1#) . T) ((-1191 |#1| |#2|) . T) ((-1215) . T) ((-1253 #1#) . T))
+((-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) 10)))
+(((-37 |#1| |#2|) (-10 -8 (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|))) (-38 |#2|) (-172)) (T -37))
+NIL
+(-10 -8 (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
(((-38 |#1|) (-140) (-172)) (T -38))
NIL
(-13 (-1049) (-717 |t#1|) (-616 |t#1|))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 |#1|) . T) ((-717 |#1|) . T) ((-726) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-3011 (((-420 |#1|) |#1|) 41)) (-1624 (((-420 |#1|) |#1|) 30) (((-420 |#1|) |#1| (-644 (-48))) 33)) (-3978 (((-112) |#1|) 59)))
-(((-39 |#1|) (-10 -7 (-15 -1624 ((-420 |#1|) |#1| (-644 (-48)))) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -3011 ((-420 |#1|) |#1|)) (-15 -3978 ((-112) |#1|))) (-1240 (-48))) (T -39))
-((-3978 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1240 (-48))))) (-3011 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1240 (-48))))) (-1624 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1240 (-48))))) (-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-48))) (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1240 (-48))))))
-(-10 -7 (-15 -1624 ((-420 |#1|) |#1| (-644 (-48)))) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -3011 ((-420 |#1|) |#1|)) (-15 -3978 ((-112) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2802 (((-2 (|:| |num| (-1264 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| (-409 |#2|) (-365)))) (-2161 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-2345 (((-112) $) NIL (|has| (-409 |#2|) (-365)))) (-3899 (((-689 (-409 |#2|)) (-1264 $)) NIL) (((-689 (-409 |#2|))) NIL)) (-3833 (((-409 |#2|) $) NIL)) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| (-409 |#2|) (-351)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-1364 (((-420 $) $) NIL (|has| (-409 |#2|) (-365)))) (-2085 (((-112) $ $) NIL (|has| (-409 |#2|) (-365)))) (-3870 (((-771)) NIL (|has| (-409 |#2|) (-370)))) (-2239 (((-112)) NIL)) (-3333 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| (-409 |#2|) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-3 (-409 |#2|) "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| (-409 |#2|) (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-409 |#2|) $) NIL)) (-1563 (($ (-1264 (-409 |#2|)) (-1264 $)) NIL) (($ (-1264 (-409 |#2|))) 61) (($ (-1264 |#2|) |#2|) 136)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-409 |#2|) (-351)))) (-2933 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3578 (((-689 (-409 |#2|)) $ (-1264 $)) NIL) (((-689 (-409 |#2|)) $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-409 |#2|))) (|:| |vec| (-1264 (-409 |#2|)))) (-689 $) (-1264 $)) NIL) (((-689 (-409 |#2|)) (-689 $)) NIL)) (-2108 (((-1264 $) (-1264 $)) NIL)) (-2873 (($ |#3|) NIL) (((-3 $ "failed") (-409 |#3|)) NIL (|has| (-409 |#2|) (-365)))) (-3245 (((-3 $ "failed") $) NIL)) (-3831 (((-644 (-644 |#1|))) NIL (|has| |#1| (-370)))) (-3748 (((-112) |#1| |#1|) NIL)) (-2755 (((-921)) NIL)) (-2715 (($) NIL (|has| (-409 |#2|) (-370)))) (-3032 (((-112)) NIL)) (-3756 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-2945 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| (-409 |#2|) (-365)))) (-2616 (($ $) NIL)) (-3359 (($) NIL (|has| (-409 |#2|) (-351)))) (-2466 (((-112) $) NIL (|has| (-409 |#2|) (-351)))) (-1574 (($ $ (-771)) NIL (|has| (-409 |#2|) (-351))) (($ $) NIL (|has| (-409 |#2|) (-351)))) (-1615 (((-112) $) NIL (|has| (-409 |#2|) (-365)))) (-2679 (((-921) $) NIL (|has| (-409 |#2|) (-351))) (((-833 (-921)) $) NIL (|has| (-409 |#2|) (-351)))) (-2389 (((-112) $) NIL)) (-3962 (((-771)) NIL)) (-2803 (((-1264 $) (-1264 $)) 111)) (-2064 (((-409 |#2|) $) NIL)) (-4172 (((-644 (-952 |#1|)) (-1175)) NIL (|has| |#1| (-365)))) (-2621 (((-3 $ "failed") $) NIL (|has| (-409 |#2|) (-351)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-409 |#2|) (-365)))) (-3468 ((|#3| $) NIL (|has| (-409 |#2|) (-365)))) (-1866 (((-921) $) NIL (|has| (-409 |#2|) (-370)))) (-2860 ((|#3| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| (-409 |#2|) (-365))) (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3380 (((-1157) $) NIL)) (-4384 (((-1269) (-771)) 88)) (-3224 (((-689 (-409 |#2|))) 56)) (-1740 (((-689 (-409 |#2|))) 49)) (-2748 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-4364 (($ (-1264 |#2|) |#2|) 137)) (-3458 (((-689 (-409 |#2|))) 50)) (-2300 (((-689 (-409 |#2|))) 48)) (-2238 (((-2 (|:| |num| (-689 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 135)) (-2713 (((-2 (|:| |num| (-1264 |#2|)) (|:| |den| |#2|)) $) 68)) (-2942 (((-1264 $)) 47)) (-2736 (((-1264 $)) 46)) (-2534 (((-112) $) NIL)) (-3626 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-3289 (($) NIL (|has| (-409 |#2|) (-351)) CONST)) (-2835 (($ (-921)) NIL (|has| (-409 |#2|) (-370)))) (-4257 (((-3 |#2| "failed")) NIL)) (-4072 (((-1119) $) NIL)) (-4200 (((-771)) NIL)) (-3302 (($) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| (-409 |#2|) (-365)))) (-2164 (($ (-644 $)) NIL (|has| (-409 |#2|) (-365))) (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| (-409 |#2|) (-351)))) (-1624 (((-420 $) $) NIL (|has| (-409 |#2|) (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-409 |#2|) (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| (-409 |#2|) (-365)))) (-2978 (((-3 $ "failed") $ $) NIL (|has| (-409 |#2|) (-365)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-409 |#2|) (-365)))) (-4357 (((-771) $) NIL (|has| (-409 |#2|) (-365)))) (-1309 ((|#1| $ |#1| |#1|) NIL)) (-1438 (((-3 |#2| "failed")) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| (-409 |#2|) (-365)))) (-4068 (((-409 |#2|) (-1264 $)) NIL) (((-409 |#2|)) 44)) (-3169 (((-771) $) NIL (|has| (-409 |#2|) (-351))) (((-3 (-771) "failed") $ $) NIL (|has| (-409 |#2|) (-351)))) (-3629 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 |#2| |#2|)) 131) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-771)) NIL (-2768 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) NIL (-2768 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-3225 (((-689 (-409 |#2|)) (-1264 $) (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365)))) (-1705 ((|#3|) 55)) (-4122 (($) NIL (|has| (-409 |#2|) (-351)))) (-3350 (((-1264 (-409 |#2|)) $ (-1264 $)) NIL) (((-689 (-409 |#2|)) (-1264 $) (-1264 $)) NIL) (((-1264 (-409 |#2|)) $) 62) (((-689 (-409 |#2|)) (-1264 $)) 112)) (-2376 (((-1264 (-409 |#2|)) $) NIL) (($ (-1264 (-409 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| (-409 |#2|) (-351)))) (-1726 (((-1264 $) (-1264 $)) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 |#2|)) NIL) (($ (-409 (-566))) NIL (-2768 (|has| (-409 |#2|) (-1038 (-409 (-566)))) (|has| (-409 |#2|) (-365)))) (($ $) NIL (|has| (-409 |#2|) (-365)))) (-2633 (($ $) NIL (|has| (-409 |#2|) (-351))) (((-3 $ "failed") $) NIL (|has| (-409 |#2|) (-145)))) (-2318 ((|#3| $) NIL)) (-2593 (((-771)) NIL T CONST)) (-2675 (((-112)) 42)) (-3401 (((-112) |#1|) 54) (((-112) |#2|) 143)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) 102)) (-3014 (((-112) $ $) NIL (|has| (-409 |#2|) (-365)))) (-2019 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-1361 (((-112)) NIL)) (-4356 (($) 17 T CONST)) (-4366 (($) 27 T CONST)) (-3497 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-771)) NIL (-2768 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) NIL (-2768 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| (-409 |#2|) (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 |#2|)) NIL) (($ (-409 |#2|) $) NIL) (($ (-409 (-566)) $) NIL (|has| (-409 |#2|) (-365))) (($ $ (-409 (-566))) NIL (|has| (-409 |#2|) (-365)))))
-(((-40 |#1| |#2| |#3| |#4|) (-13 (-344 |#1| |#2| |#3|) (-10 -7 (-15 -4384 ((-1269) (-771))))) (-365) (-1240 |#1|) (-1240 (-409 |#2|)) |#3|) (T -40))
-((-4384 (*1 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-365)) (-4 *5 (-1240 *4)) (-5 *2 (-1269)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1240 (-409 *5))) (-14 *7 *6))))
-(-13 (-344 |#1| |#2| |#3|) (-10 -7 (-15 -4384 ((-1269) (-771)))))
-((-2171 ((|#2| |#2|) 47)) (-3706 ((|#2| |#2|) 139 (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-13 (-454) (-1038 (-566))))))) (-3562 ((|#2| |#2|) 100 (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-13 (-454) (-1038 (-566))))))) (-4002 ((|#2| |#2|) 101 (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-13 (-454) (-1038 (-566))))))) (-2569 ((|#2| (-114) |#2| (-771)) 135 (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-13 (-454) (-1038 (-566))))))) (-3735 (((-1171 |#2|) |#2|) 44)) (-3286 ((|#2| |#2| (-644 (-612 |#2|))) 18) ((|#2| |#2| (-644 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
-(((-41 |#1| |#2|) (-10 -7 (-15 -2171 (|#2| |#2|)) (-15 -3286 (|#2| |#2|)) (-15 -3286 (|#2| |#2| |#2|)) (-15 -3286 (|#2| |#2| (-644 |#2|))) (-15 -3286 (|#2| |#2| (-644 (-612 |#2|)))) (-15 -3735 ((-1171 |#2|) |#2|)) (IF (|has| |#1| (-13 (-454) (-1038 (-566)))) (IF (|has| |#2| (-432 |#1|)) (PROGN (-15 -4002 (|#2| |#2|)) (-15 -3562 (|#2| |#2|)) (-15 -3706 (|#2| |#2|)) (-15 -2569 (|#2| (-114) |#2| (-771)))) |%noBranch|) |%noBranch|)) (-558) (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 |#1| (-612 $)) $)) (-15 -2260 ((-1124 |#1| (-612 $)) $)) (-15 -3152 ($ (-1124 |#1| (-612 $))))))) (T -41))
-((-2569 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-114)) (-5 *4 (-771)) (-4 *5 (-13 (-454) (-1038 (-566)))) (-4 *5 (-558)) (-5 *1 (-41 *5 *2)) (-4 *2 (-432 *5)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *5 (-612 $)) $)) (-15 -2260 ((-1124 *5 (-612 $)) $)) (-15 -3152 ($ (-1124 *5 (-612 $))))))))) (-3706 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $)) (-15 -2260 ((-1124 *3 (-612 $)) $)) (-15 -3152 ($ (-1124 *3 (-612 $))))))))) (-3562 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $)) (-15 -2260 ((-1124 *3 (-612 $)) $)) (-15 -3152 ($ (-1124 *3 (-612 $))))))))) (-4002 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $)) (-15 -2260 ((-1124 *3 (-612 $)) $)) (-15 -3152 ($ (-1124 *3 (-612 $))))))))) (-3735 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-1171 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *4 (-612 $)) $)) (-15 -2260 ((-1124 *4 (-612 $)) $)) (-15 -3152 ($ (-1124 *4 (-612 $))))))))) (-3286 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-612 *2))) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *4 (-612 $)) $)) (-15 -2260 ((-1124 *4 (-612 $)) $)) (-15 -3152 ($ (-1124 *4 (-612 $))))))) (-4 *4 (-558)) (-5 *1 (-41 *4 *2)))) (-3286 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *4 (-612 $)) $)) (-15 -2260 ((-1124 *4 (-612 $)) $)) (-15 -3152 ($ (-1124 *4 (-612 $))))))) (-4 *4 (-558)) (-5 *1 (-41 *4 *2)))) (-3286 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $)) (-15 -2260 ((-1124 *3 (-612 $)) $)) (-15 -3152 ($ (-1124 *3 (-612 $))))))))) (-3286 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $)) (-15 -2260 ((-1124 *3 (-612 $)) $)) (-15 -3152 ($ (-1124 *3 (-612 $))))))))) (-2171 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $)) (-15 -2260 ((-1124 *3 (-612 $)) $)) (-15 -3152 ($ (-1124 *3 (-612 $))))))))))
-(-10 -7 (-15 -2171 (|#2| |#2|)) (-15 -3286 (|#2| |#2|)) (-15 -3286 (|#2| |#2| |#2|)) (-15 -3286 (|#2| |#2| (-644 |#2|))) (-15 -3286 (|#2| |#2| (-644 (-612 |#2|)))) (-15 -3735 ((-1171 |#2|) |#2|)) (IF (|has| |#1| (-13 (-454) (-1038 (-566)))) (IF (|has| |#2| (-432 |#1|)) (PROGN (-15 -4002 (|#2| |#2|)) (-15 -3562 (|#2| |#2|)) (-15 -3706 (|#2| |#2|)) (-15 -2569 (|#2| (-114) |#2| (-771)))) |%noBranch|) |%noBranch|))
-((-1624 (((-420 (-1171 |#3|)) (-1171 |#3|) (-644 (-48))) 23) (((-420 |#3|) |#3| (-644 (-48))) 19)))
-(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -1624 ((-420 |#3|) |#3| (-644 (-48)))) (-15 -1624 ((-420 (-1171 |#3|)) (-1171 |#3|) (-644 (-48))))) (-850) (-793) (-949 (-48) |#2| |#1|)) (T -42))
-((-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-48))) (-4 *5 (-850)) (-4 *6 (-793)) (-4 *7 (-949 (-48) *6 *5)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-48))) (-4 *5 (-850)) (-4 *6 (-793)) (-5 *2 (-420 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-949 (-48) *6 *5)))))
-(-10 -7 (-15 -1624 ((-420 |#3|) |#3| (-644 (-48)))) (-15 -1624 ((-420 (-1171 |#3|)) (-1171 |#3|) (-644 (-48)))))
-((-1858 (((-771) |#2|) 72)) (-3556 (((-771) |#2|) 76)) (-1317 (((-644 |#2|)) 39)) (-2088 (((-771) |#2|) 75)) (-2059 (((-771) |#2|) 71)) (-3947 (((-771) |#2|) 74)) (-1498 (((-644 (-689 |#1|))) 67)) (-1679 (((-644 |#2|)) 62)) (-2482 (((-644 |#2|) |#2|) 50)) (-3053 (((-644 |#2|)) 64)) (-1326 (((-644 |#2|)) 63)) (-1348 (((-644 (-689 |#1|))) 55)) (-3958 (((-644 |#2|)) 61)) (-1841 (((-644 |#2|) |#2|) 49)) (-3790 (((-644 |#2|)) 57)) (-2651 (((-644 (-689 |#1|))) 68)) (-3258 (((-644 |#2|)) 66)) (-2875 (((-1264 |#2|) (-1264 |#2|)) 101 (|has| |#1| (-308)))))
-(((-43 |#1| |#2|) (-10 -7 (-15 -2088 ((-771) |#2|)) (-15 -3556 ((-771) |#2|)) (-15 -2059 ((-771) |#2|)) (-15 -1858 ((-771) |#2|)) (-15 -3947 ((-771) |#2|)) (-15 -3790 ((-644 |#2|))) (-15 -1841 ((-644 |#2|) |#2|)) (-15 -2482 ((-644 |#2|) |#2|)) (-15 -3958 ((-644 |#2|))) (-15 -1679 ((-644 |#2|))) (-15 -1326 ((-644 |#2|))) (-15 -3053 ((-644 |#2|))) (-15 -3258 ((-644 |#2|))) (-15 -1348 ((-644 (-689 |#1|)))) (-15 -1498 ((-644 (-689 |#1|)))) (-15 -2651 ((-644 (-689 |#1|)))) (-15 -1317 ((-644 |#2|))) (IF (|has| |#1| (-308)) (-15 -2875 ((-1264 |#2|) (-1264 |#2|))) |%noBranch|)) (-558) (-419 |#1|)) (T -43))
-((-2875 (*1 *2 *2) (-12 (-5 *2 (-1264 *4)) (-4 *4 (-419 *3)) (-4 *3 (-308)) (-4 *3 (-558)) (-5 *1 (-43 *3 *4)))) (-1317 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-2651 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-1498 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-1348 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-3258 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-3053 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-1326 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-1679 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-3958 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-2482 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-1841 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-3790 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-3947 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-1858 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-2059 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-3556 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-2088 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))))
-(-10 -7 (-15 -2088 ((-771) |#2|)) (-15 -3556 ((-771) |#2|)) (-15 -2059 ((-771) |#2|)) (-15 -1858 ((-771) |#2|)) (-15 -3947 ((-771) |#2|)) (-15 -3790 ((-644 |#2|))) (-15 -1841 ((-644 |#2|) |#2|)) (-15 -2482 ((-644 |#2|) |#2|)) (-15 -3958 ((-644 |#2|))) (-15 -1679 ((-644 |#2|))) (-15 -1326 ((-644 |#2|))) (-15 -3053 ((-644 |#2|))) (-15 -3258 ((-644 |#2|))) (-15 -1348 ((-644 (-689 |#1|)))) (-15 -1498 ((-644 (-689 |#1|)))) (-15 -2651 ((-644 (-689 |#1|)))) (-15 -1317 ((-644 |#2|))) (IF (|has| |#1| (-308)) (-15 -2875 ((-1264 |#2|) (-1264 |#2|))) |%noBranch|))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2896 (((-3 $ "failed")) NIL (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2336 (((-1264 (-689 |#1|)) (-1264 $)) NIL) (((-1264 (-689 |#1|))) 24)) (-3717 (((-1264 $)) 55)) (-2463 (($) NIL T CONST)) (-3574 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL (|has| |#1| (-558)))) (-1469 (((-3 $ "failed")) NIL (|has| |#1| (-558)))) (-2411 (((-689 |#1|) (-1264 $)) NIL) (((-689 |#1|)) NIL)) (-4373 ((|#1| $) NIL)) (-2800 (((-689 |#1|) $ (-1264 $)) NIL) (((-689 |#1|) $) NIL)) (-4392 (((-3 $ "failed") $) NIL (|has| |#1| (-558)))) (-3031 (((-1171 (-952 |#1|))) NIL (|has| |#1| (-365)))) (-1856 (($ $ (-921)) NIL)) (-4039 ((|#1| $) NIL)) (-3648 (((-1171 |#1|) $) NIL (|has| |#1| (-558)))) (-2597 ((|#1| (-1264 $)) NIL) ((|#1|) NIL)) (-2765 (((-1171 |#1|) $) NIL)) (-4029 (((-112)) 102)) (-1563 (($ (-1264 |#1|) (-1264 $)) NIL) (($ (-1264 |#1|)) NIL)) (-3245 (((-3 $ "failed") $) 14 (|has| |#1| (-558)))) (-2755 (((-921)) 56)) (-3793 (((-112)) NIL)) (-4090 (($ $ (-921)) NIL)) (-4240 (((-112)) NIL)) (-2057 (((-112)) NIL)) (-2158 (((-112)) 104)) (-1476 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL (|has| |#1| (-558)))) (-1731 (((-3 $ "failed")) NIL (|has| |#1| (-558)))) (-2734 (((-689 |#1|) (-1264 $)) NIL) (((-689 |#1|)) NIL)) (-2366 ((|#1| $) NIL)) (-3769 (((-689 |#1|) $ (-1264 $)) NIL) (((-689 |#1|) $) NIL)) (-2851 (((-3 $ "failed") $) NIL (|has| |#1| (-558)))) (-1793 (((-1171 (-952 |#1|))) NIL (|has| |#1| (-365)))) (-3270 (($ $ (-921)) NIL)) (-2241 ((|#1| $) NIL)) (-1910 (((-1171 |#1|) $) NIL (|has| |#1| (-558)))) (-2990 ((|#1| (-1264 $)) NIL) ((|#1|) NIL)) (-3548 (((-1171 |#1|) $) NIL)) (-2974 (((-112)) 101)) (-3380 (((-1157) $) NIL)) (-2402 (((-112)) 109)) (-1459 (((-112)) 108)) (-3846 (((-112)) 110)) (-4072 (((-1119) $) NIL)) (-3795 (((-112)) 103)) (-1309 ((|#1| $ (-566)) 58)) (-3350 (((-1264 |#1|) $ (-1264 $)) 53) (((-689 |#1|) (-1264 $) (-1264 $)) NIL) (((-1264 |#1|) $) 28) (((-689 |#1|) (-1264 $)) NIL)) (-2376 (((-1264 |#1|) $) NIL) (($ (-1264 |#1|)) NIL)) (-2861 (((-644 (-952 |#1|)) (-1264 $)) NIL) (((-644 (-952 |#1|))) NIL)) (-2527 (($ $ $) NIL)) (-2512 (((-112)) 98)) (-3152 (((-862) $) 75) (($ (-1264 |#1|)) 22)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) 49)) (-2243 (((-644 (-1264 |#1|))) NIL (|has| |#1| (-558)))) (-3876 (($ $ $ $) NIL)) (-2468 (((-112)) 94)) (-3847 (($ (-689 |#1|) $) 18)) (-1471 (($ $ $) NIL)) (-1465 (((-112)) 100)) (-3692 (((-112)) 95)) (-4369 (((-112)) 93)) (-4356 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 84) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1141 |#2| |#1|) $) 19)))
-(((-44 |#1| |#2| |#3| |#4|) (-13 (-419 |#1|) (-648 (-1141 |#2| |#1|)) (-10 -8 (-15 -3152 ($ (-1264 |#1|))))) (-365) (-921) (-644 (-1175)) (-1264 (-689 |#1|))) (T -44))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-365)) (-14 *6 (-1264 (-689 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))))))
-(-13 (-419 |#1|) (-648 (-1141 |#2| |#1|)) (-10 -8 (-15 -3152 ($ (-1264 |#1|)))))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2876 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3541 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3214 (($ $) NIL)) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-1944 (((-1269) $ |#1| |#1|) NIL (|has| $ (-6 -4415))) (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-4258 (($ $ (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (((-112) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3628 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850))))) (-2671 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-2191 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4415)))) (-1813 (($ $ $) 33 (|has| $ (-6 -4415)))) (-1948 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4415)))) (-1381 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 35 (|has| $ (-6 -4415)))) (-1456 ((|#2| $ |#1| |#2|) 53) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-1231 (-566)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "last" (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4415))) (($ $ "rest" $) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "first" (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "value" (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3531 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3070 (((-3 |#2| "failed") |#1| $) 43)) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3919 (($ $ (-771)) NIL) (($ $) 29)) (-3322 (($ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) 56) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) NIL) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) NIL)) (-1781 (((-112) $) NIL)) (-1569 (((-566) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (((-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) (((-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 20 (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414))) (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 20 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-1860 (($ (-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 ((|#1| $) NIL (|has| |#1| (-850))) (((-566) $) 38 (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3674 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-2696 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414))) (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-4050 ((|#1| $) NIL (|has| |#1| (-850))) (((-566) $) 40 (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3770 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1458 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3860 (((-112) $) NIL)) (-3380 (((-1157) $) 49 (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2641 (($ $ (-771)) NIL) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-4052 (((-644 |#1|) $) 22)) (-1826 (((-112) |#1| $) NIL)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL) (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-1859 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 |#1|) $) NIL) (((-644 (-566)) $) NIL)) (-1644 (((-112) |#1| $) NIL) (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3908 ((|#2| $) NIL (|has| |#1| (-850))) (($ $ (-771)) NIL) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 27)) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3254 (((-112) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3486 (((-644 |#2|) $) NIL) (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 19)) (-2872 (((-112) $) 18)) (-3493 (($) 14)) (-1309 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ (-566)) NIL) (($ $ (-1231 (-566))) NIL) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "first") NIL) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $ "value") NIL)) (-1696 (((-566) $ $) NIL)) (-1792 (($) 13) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-1308 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-3786 (((-112) $) NIL)) (-4018 (($ $) NIL)) (-3810 (($ $) NIL (|has| $ (-6 -4415)))) (-2916 (((-771) $) NIL)) (-1922 (($ $) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-1690 (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL) (($ $ $) NIL)) (-4386 (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL) (($ (-644 $)) NIL) (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 31) (($ $ $) NIL)) (-3152 (((-862) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-2649 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") |#1| $) 51)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2956 (((-112) $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-2935 (((-112) $ $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-850)))) (-3000 (((-771) $) 25 (|has| $ (-6 -4414)))))
+((-3655 (((-420 |#1|) |#1|) 41)) (-3846 (((-420 |#1|) |#1|) 30) (((-420 |#1|) |#1| (-644 (-48))) 33)) (-3674 (((-112) |#1|) 59)))
+(((-39 |#1|) (-10 -7 (-15 -3846 ((-420 |#1|) |#1| (-644 (-48)))) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3655 ((-420 |#1|) |#1|)) (-15 -3674 ((-112) |#1|))) (-1241 (-48))) (T -39))
+((-3674 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1241 (-48))))) (-3655 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1241 (-48))))) (-3846 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1241 (-48))))) (-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-48))) (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1241 (-48))))))
+(-10 -7 (-15 -3846 ((-420 |#1|) |#1| (-644 (-48)))) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3655 ((-420 |#1|) |#1|)) (-15 -3674 ((-112) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-4369 (((-2 (|:| |num| (-1265 |#2|)) (|:| |den| |#2|)) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| (-409 |#2|) (-365)))) (-4282 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-2296 (((-112) $) NIL (|has| (-409 |#2|) (-365)))) (-4266 (((-689 (-409 |#2|)) (-1265 $)) NIL) (((-689 (-409 |#2|))) NIL)) (-2881 (((-409 |#2|) $) NIL)) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| (-409 |#2|) (-351)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-1615 (((-420 $) $) NIL (|has| (-409 |#2|) (-365)))) (-1621 (((-112) $ $) NIL (|has| (-409 |#2|) (-365)))) (-3571 (((-771)) NIL (|has| (-409 |#2|) (-370)))) (-2490 (((-112)) NIL)) (-2508 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| (-409 |#2|) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-3 (-409 |#2|) "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| (-409 |#2|) (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-409 |#2|) $) NIL)) (-3189 (($ (-1265 (-409 |#2|)) (-1265 $)) NIL) (($ (-1265 (-409 |#2|))) 61) (($ (-1265 |#2|) |#2|) 136)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-409 |#2|) (-351)))) (-4067 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3186 (((-689 (-409 |#2|)) $ (-1265 $)) NIL) (((-689 (-409 |#2|)) $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-409 |#2|))) (|:| |vec| (-1265 (-409 |#2|)))) (-689 $) (-1265 $)) NIL) (((-689 (-409 |#2|)) (-689 $)) NIL)) (-1823 (((-1265 $) (-1265 $)) NIL)) (-1936 (($ |#3|) NIL) (((-3 $ "failed") (-409 |#3|)) NIL (|has| (-409 |#2|) (-365)))) (-4185 (((-3 $ "failed") $) NIL)) (-1764 (((-644 (-644 |#1|))) NIL (|has| |#1| (-370)))) (-2264 (((-112) |#1| |#1|) NIL)) (-3486 (((-921)) NIL)) (-3341 (($) NIL (|has| (-409 |#2|) (-370)))) (-2534 (((-112)) NIL)) (-2330 (((-112) |#1|) NIL) (((-112) |#2|) NIL)) (-4078 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| (-409 |#2|) (-365)))) (-3156 (($ $) NIL)) (-2814 (($) NIL (|has| (-409 |#2|) (-351)))) (-4179 (((-112) $) NIL (|has| (-409 |#2|) (-351)))) (-3271 (($ $ (-771)) NIL (|has| (-409 |#2|) (-351))) (($ $) NIL (|has| (-409 |#2|) (-351)))) (-2422 (((-112) $) NIL (|has| (-409 |#2|) (-365)))) (-2464 (((-921) $) NIL (|has| (-409 |#2|) (-351))) (((-833 (-921)) $) NIL (|has| (-409 |#2|) (-351)))) (-1568 (((-112) $) NIL)) (-3546 (((-771)) NIL)) (-4377 (((-1265 $) (-1265 $)) 111)) (-1435 (((-409 |#2|) $) NIL)) (-1809 (((-644 (-952 |#1|)) (-1175)) NIL (|has| |#1| (-365)))) (-1982 (((-3 $ "failed") $) NIL (|has| (-409 |#2|) (-351)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-409 |#2|) (-365)))) (-1505 ((|#3| $) NIL (|has| (-409 |#2|) (-365)))) (-4350 (((-921) $) NIL (|has| (-409 |#2|) (-370)))) (-1924 ((|#3| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| (-409 |#2|) (-365))) (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3057 (((-1157) $) NIL)) (-2098 (((-1270) (-771)) 88)) (-3958 (((-689 (-409 |#2|))) 56)) (-2403 (((-689 (-409 |#2|))) 49)) (-4085 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-3138 (($ (-1265 |#2|) |#2|) 137)) (-1411 (((-689 (-409 |#2|))) 50)) (-1912 (((-689 (-409 |#2|))) 48)) (-2482 (((-2 (|:| |num| (-689 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 135)) (-1657 (((-2 (|:| |num| (-1265 |#2|)) (|:| |den| |#2|)) $) 68)) (-3132 (((-1265 $)) 47)) (-1845 (((-1265 $)) 46)) (-3607 (((-112) $) NIL)) (-3619 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-1783 (($) NIL (|has| (-409 |#2|) (-351)) CONST)) (-1351 (($ (-921)) NIL (|has| (-409 |#2|) (-370)))) (-3326 (((-3 |#2| "failed")) NIL)) (-2029 (((-1119) $) NIL)) (-4011 (((-771)) NIL)) (-2529 (($) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| (-409 |#2|) (-365)))) (-1962 (($ (-644 $)) NIL (|has| (-409 |#2|) (-365))) (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| (-409 |#2|) (-351)))) (-3846 (((-420 $) $) NIL (|has| (-409 |#2|) (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-409 |#2|) (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| (-409 |#2|) (-365)))) (-4116 (((-3 $ "failed") $ $) NIL (|has| (-409 |#2|) (-365)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-409 |#2|) (-365)))) (-3075 (((-771) $) NIL (|has| (-409 |#2|) (-365)))) (-3483 ((|#1| $ |#1| |#1|) NIL)) (-1385 (((-3 |#2| "failed")) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| (-409 |#2|) (-365)))) (-2018 (((-409 |#2|) (-1265 $)) NIL) (((-409 |#2|)) 44)) (-1529 (((-771) $) NIL (|has| (-409 |#2|) (-351))) (((-3 (-771) "failed") $ $) NIL (|has| (-409 |#2|) (-351)))) (-2324 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 |#2| |#2|)) 131) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-771)) NIL (-2700 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) NIL (-2700 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-3970 (((-689 (-409 |#2|)) (-1265 $) (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365)))) (-2068 ((|#3|) 55)) (-2484 (($) NIL (|has| (-409 |#2|) (-351)))) (-2702 (((-1265 (-409 |#2|)) $ (-1265 $)) NIL) (((-689 (-409 |#2|)) (-1265 $) (-1265 $)) NIL) (((-1265 (-409 |#2|)) $) 62) (((-689 (-409 |#2|)) (-1265 $)) 112)) (-1945 (((-1265 (-409 |#2|)) $) NIL) (($ (-1265 (-409 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| (-409 |#2|) (-351)))) (-2266 (((-1265 $) (-1265 $)) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 |#2|)) NIL) (($ (-409 (-566))) NIL (-2700 (|has| (-409 |#2|) (-1038 (-409 (-566)))) (|has| (-409 |#2|) (-365)))) (($ $) NIL (|has| (-409 |#2|) (-365)))) (-2097 (($ $) NIL (|has| (-409 |#2|) (-351))) (((-3 $ "failed") $) NIL (|has| (-409 |#2|) (-145)))) (-2080 ((|#3| $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2428 (((-112)) 42)) (-2005 (((-112) |#1|) 54) (((-112) |#2|) 143)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) 102)) (-3679 (((-112) $ $) NIL (|has| (-409 |#2|) (-365)))) (-2171 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-1543 (((-112)) NIL)) (-3410 (($) 17 T CONST)) (-3424 (($) 27 T CONST)) (-3218 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-771)) NIL (-2700 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) NIL (-2700 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| (-409 |#2|) (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 |#2|)) NIL) (($ (-409 |#2|) $) NIL) (($ (-409 (-566)) $) NIL (|has| (-409 |#2|) (-365))) (($ $ (-409 (-566))) NIL (|has| (-409 |#2|) (-365)))))
+(((-40 |#1| |#2| |#3| |#4|) (-13 (-344 |#1| |#2| |#3|) (-10 -7 (-15 -2098 ((-1270) (-771))))) (-365) (-1241 |#1|) (-1241 (-409 |#2|)) |#3|) (T -40))
+((-2098 (*1 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-365)) (-4 *5 (-1241 *4)) (-5 *2 (-1270)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1241 (-409 *5))) (-14 *7 *6))))
+(-13 (-344 |#1| |#2| |#3|) (-10 -7 (-15 -2098 ((-1270) (-771)))))
+((-4355 ((|#2| |#2|) 47)) (-3094 ((|#2| |#2|) 139 (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-13 (-454) (-1038 (-566))))))) (-4299 ((|#2| |#2|) 100 (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-13 (-454) (-1038 (-566))))))) (-2603 ((|#2| |#2|) 101 (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-13 (-454) (-1038 (-566))))))) (-2658 ((|#2| (-114) |#2| (-771)) 135 (-12 (|has| |#2| (-432 |#1|)) (|has| |#1| (-13 (-454) (-1038 (-566))))))) (-2140 (((-1171 |#2|) |#2|) 44)) (-3338 ((|#2| |#2| (-644 (-612 |#2|))) 18) ((|#2| |#2| (-644 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
+(((-41 |#1| |#2|) (-10 -7 (-15 -4355 (|#2| |#2|)) (-15 -3338 (|#2| |#2|)) (-15 -3338 (|#2| |#2| |#2|)) (-15 -3338 (|#2| |#2| (-644 |#2|))) (-15 -3338 (|#2| |#2| (-644 (-612 |#2|)))) (-15 -2140 ((-1171 |#2|) |#2|)) (IF (|has| |#1| (-13 (-454) (-1038 (-566)))) (IF (|has| |#2| (-432 |#1|)) (PROGN (-15 -2603 (|#2| |#2|)) (-15 -4299 (|#2| |#2|)) (-15 -3094 (|#2| |#2|)) (-15 -2658 (|#2| (-114) |#2| (-771)))) |%noBranch|) |%noBranch|)) (-558) (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 |#1| (-612 $)) $)) (-15 -2507 ((-1124 |#1| (-612 $)) $)) (-15 -1650 ($ (-1124 |#1| (-612 $))))))) (T -41))
+((-2658 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-114)) (-5 *4 (-771)) (-4 *5 (-13 (-454) (-1038 (-566)))) (-4 *5 (-558)) (-5 *1 (-41 *5 *2)) (-4 *2 (-432 *5)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *5 (-612 $)) $)) (-15 -2507 ((-1124 *5 (-612 $)) $)) (-15 -1650 ($ (-1124 *5 (-612 $))))))))) (-3094 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $)) (-15 -2507 ((-1124 *3 (-612 $)) $)) (-15 -1650 ($ (-1124 *3 (-612 $))))))))) (-4299 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $)) (-15 -2507 ((-1124 *3 (-612 $)) $)) (-15 -1650 ($ (-1124 *3 (-612 $))))))))) (-2603 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $)) (-15 -2507 ((-1124 *3 (-612 $)) $)) (-15 -1650 ($ (-1124 *3 (-612 $))))))))) (-2140 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-1171 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *4 (-612 $)) $)) (-15 -2507 ((-1124 *4 (-612 $)) $)) (-15 -1650 ($ (-1124 *4 (-612 $))))))))) (-3338 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-612 *2))) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *4 (-612 $)) $)) (-15 -2507 ((-1124 *4 (-612 $)) $)) (-15 -1650 ($ (-1124 *4 (-612 $))))))) (-4 *4 (-558)) (-5 *1 (-41 *4 *2)))) (-3338 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *4 (-612 $)) $)) (-15 -2507 ((-1124 *4 (-612 $)) $)) (-15 -1650 ($ (-1124 *4 (-612 $))))))) (-4 *4 (-558)) (-5 *1 (-41 *4 *2)))) (-3338 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $)) (-15 -2507 ((-1124 *3 (-612 $)) $)) (-15 -1650 ($ (-1124 *3 (-612 $))))))))) (-3338 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $)) (-15 -2507 ((-1124 *3 (-612 $)) $)) (-15 -1650 ($ (-1124 *3 (-612 $))))))))) (-4355 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-365) (-303) (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $)) (-15 -2507 ((-1124 *3 (-612 $)) $)) (-15 -1650 ($ (-1124 *3 (-612 $))))))))))
+(-10 -7 (-15 -4355 (|#2| |#2|)) (-15 -3338 (|#2| |#2|)) (-15 -3338 (|#2| |#2| |#2|)) (-15 -3338 (|#2| |#2| (-644 |#2|))) (-15 -3338 (|#2| |#2| (-644 (-612 |#2|)))) (-15 -2140 ((-1171 |#2|) |#2|)) (IF (|has| |#1| (-13 (-454) (-1038 (-566)))) (IF (|has| |#2| (-432 |#1|)) (PROGN (-15 -2603 (|#2| |#2|)) (-15 -4299 (|#2| |#2|)) (-15 -3094 (|#2| |#2|)) (-15 -2658 (|#2| (-114) |#2| (-771)))) |%noBranch|) |%noBranch|))
+((-3846 (((-420 (-1171 |#3|)) (-1171 |#3|) (-644 (-48))) 23) (((-420 |#3|) |#3| (-644 (-48))) 19)))
+(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -3846 ((-420 |#3|) |#3| (-644 (-48)))) (-15 -3846 ((-420 (-1171 |#3|)) (-1171 |#3|) (-644 (-48))))) (-850) (-793) (-949 (-48) |#2| |#1|)) (T -42))
+((-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-48))) (-4 *5 (-850)) (-4 *6 (-793)) (-4 *7 (-949 (-48) *6 *5)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-48))) (-4 *5 (-850)) (-4 *6 (-793)) (-5 *2 (-420 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-949 (-48) *6 *5)))))
+(-10 -7 (-15 -3846 ((-420 |#3|) |#3| (-644 (-48)))) (-15 -3846 ((-420 (-1171 |#3|)) (-1171 |#3|) (-644 (-48)))))
+((-4287 (((-771) |#2|) 72)) (-4234 (((-771) |#2|) 76)) (-2635 (((-644 |#2|)) 39)) (-1640 (((-771) |#2|) 75)) (-1384 (((-771) |#2|) 71)) (-3385 (((-771) |#2|) 74)) (-3816 (((-644 (-689 |#1|))) 67)) (-1856 (((-644 |#2|)) 62)) (-4331 (((-644 |#2|) |#2|) 50)) (-2759 (((-644 |#2|)) 64)) (-2746 (((-644 |#2|)) 63)) (-2531 (((-644 (-689 |#1|))) 55)) (-3500 (((-644 |#2|)) 61)) (-4130 (((-644 |#2|) |#2|) 49)) (-1445 (((-644 |#2|)) 57)) (-2246 (((-644 (-689 |#1|))) 68)) (-4324 (((-644 |#2|)) 66)) (-3781 (((-1265 |#2|) (-1265 |#2|)) 101 (|has| |#1| (-308)))))
+(((-43 |#1| |#2|) (-10 -7 (-15 -1640 ((-771) |#2|)) (-15 -4234 ((-771) |#2|)) (-15 -1384 ((-771) |#2|)) (-15 -4287 ((-771) |#2|)) (-15 -3385 ((-771) |#2|)) (-15 -1445 ((-644 |#2|))) (-15 -4130 ((-644 |#2|) |#2|)) (-15 -4331 ((-644 |#2|) |#2|)) (-15 -3500 ((-644 |#2|))) (-15 -1856 ((-644 |#2|))) (-15 -2746 ((-644 |#2|))) (-15 -2759 ((-644 |#2|))) (-15 -4324 ((-644 |#2|))) (-15 -2531 ((-644 (-689 |#1|)))) (-15 -3816 ((-644 (-689 |#1|)))) (-15 -2246 ((-644 (-689 |#1|)))) (-15 -2635 ((-644 |#2|))) (IF (|has| |#1| (-308)) (-15 -3781 ((-1265 |#2|) (-1265 |#2|))) |%noBranch|)) (-558) (-419 |#1|)) (T -43))
+((-3781 (*1 *2 *2) (-12 (-5 *2 (-1265 *4)) (-4 *4 (-419 *3)) (-4 *3 (-308)) (-4 *3 (-558)) (-5 *1 (-43 *3 *4)))) (-2635 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-2246 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-3816 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-2531 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-4324 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-2759 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-2746 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-1856 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-3500 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-4331 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-4130 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-1445 (*1 *2) (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-419 *3)))) (-3385 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-4287 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-1384 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-4234 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))) (-1640 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3)) (-4 *3 (-419 *4)))))
+(-10 -7 (-15 -1640 ((-771) |#2|)) (-15 -4234 ((-771) |#2|)) (-15 -1384 ((-771) |#2|)) (-15 -4287 ((-771) |#2|)) (-15 -3385 ((-771) |#2|)) (-15 -1445 ((-644 |#2|))) (-15 -4130 ((-644 |#2|) |#2|)) (-15 -4331 ((-644 |#2|) |#2|)) (-15 -3500 ((-644 |#2|))) (-15 -1856 ((-644 |#2|))) (-15 -2746 ((-644 |#2|))) (-15 -2759 ((-644 |#2|))) (-15 -4324 ((-644 |#2|))) (-15 -2531 ((-644 (-689 |#1|)))) (-15 -3816 ((-644 (-689 |#1|)))) (-15 -2246 ((-644 (-689 |#1|)))) (-15 -2635 ((-644 |#2|))) (IF (|has| |#1| (-308)) (-15 -3781 ((-1265 |#2|) (-1265 |#2|))) |%noBranch|))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-2666 (((-3 $ "failed")) NIL (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-2232 (((-1265 (-689 |#1|)) (-1265 $)) NIL) (((-1265 (-689 |#1|))) 24)) (-1960 (((-1265 $)) 55)) (-4145 (($) NIL T CONST)) (-1311 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL (|has| |#1| (-558)))) (-1630 (((-3 $ "failed")) NIL (|has| |#1| (-558)))) (-1738 (((-689 |#1|) (-1265 $)) NIL) (((-689 |#1|)) NIL)) (-3210 ((|#1| $) NIL)) (-4347 (((-689 |#1|) $ (-1265 $)) NIL) (((-689 |#1|) $) NIL)) (-2175 (((-3 $ "failed") $) NIL (|has| |#1| (-558)))) (-2522 (((-1171 (-952 |#1|))) NIL (|has| |#1| (-365)))) (-4268 (($ $ (-921)) NIL)) (-2985 ((|#1| $) NIL)) (-3813 (((-1171 |#1|) $) NIL (|has| |#1| (-558)))) (-2955 ((|#1| (-1265 $)) NIL) ((|#1|) NIL)) (-4017 (((-1171 |#1|) $) NIL)) (-2895 (((-112)) 102)) (-3189 (($ (-1265 |#1|) (-1265 $)) NIL) (($ (-1265 |#1|)) NIL)) (-4185 (((-3 $ "failed") $) 14 (|has| |#1| (-558)))) (-3486 (((-921)) 56)) (-1475 (((-112)) NIL)) (-2215 (($ $ (-921)) NIL)) (-1324 (((-112)) NIL)) (-1366 (((-112)) NIL)) (-4262 (((-112)) 104)) (-1693 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL (|has| |#1| (-558)))) (-2313 (((-3 $ "failed")) NIL (|has| |#1| (-558)))) (-1825 (((-689 |#1|) (-1265 $)) NIL) (((-689 |#1|)) NIL)) (-1362 ((|#1| $) NIL)) (-2429 (((-689 |#1|) $ (-1265 $)) NIL) (((-689 |#1|) $) NIL)) (-3570 (((-3 $ "failed") $) NIL (|has| |#1| (-558)))) (-1717 (((-1171 (-952 |#1|))) NIL (|has| |#1| (-365)))) (-3172 (($ $ (-921)) NIL)) (-2509 ((|#1| $) NIL)) (-3572 (((-1171 |#1|) $) NIL (|has| |#1| (-558)))) (-3445 ((|#1| (-1265 $)) NIL) ((|#1|) NIL)) (-4157 (((-1171 |#1|) $) NIL)) (-3286 (((-112)) 101)) (-3057 (((-1157) $) NIL)) (-1663 (((-112)) 109)) (-1538 (((-112)) 108)) (-1862 (((-112)) 110)) (-2029 (((-1119) $) NIL)) (-1480 (((-112)) 103)) (-3483 ((|#1| $ (-566)) 58)) (-2702 (((-1265 |#1|) $ (-1265 $)) 53) (((-689 |#1|) (-1265 $) (-1265 $)) NIL) (((-1265 |#1|) $) 28) (((-689 |#1|) (-1265 $)) NIL)) (-1945 (((-1265 |#1|) $) NIL) (($ (-1265 |#1|)) NIL)) (-3663 (((-644 (-952 |#1|)) (-1265 $)) NIL) (((-644 (-952 |#1|))) NIL)) (-3528 (($ $ $) NIL)) (-3345 (((-112)) 98)) (-1650 (((-862) $) 75) (($ (-1265 |#1|)) 22)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) 49)) (-2526 (((-644 (-1265 |#1|))) NIL (|has| |#1| (-558)))) (-4052 (($ $ $ $) NIL)) (-4203 (((-112)) 94)) (-3547 (($ (-689 |#1|) $) 18)) (-1641 (($ $ $) NIL)) (-1590 (((-112)) 100)) (-2937 (((-112)) 95)) (-3168 (((-112)) 93)) (-3410 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 84) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1141 |#2| |#1|) $) 19)))
+(((-44 |#1| |#2| |#3| |#4|) (-13 (-419 |#1|) (-648 (-1141 |#2| |#1|)) (-10 -8 (-15 -1650 ($ (-1265 |#1|))))) (-365) (-921) (-644 (-1175)) (-1265 (-689 |#1|))) (T -44))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-365)) (-14 *6 (-1265 (-689 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))))))
+(-13 (-419 |#1|) (-648 (-1141 |#2| |#1|)) (-10 -8 (-15 -1650 ($ (-1265 |#1|)))))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1389 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-3908 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-2276 (($ $) NIL)) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2656 (((-1270) $ |#1| |#1|) NIL (|has| $ (-6 -4416))) (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-3337 (($ $ (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (((-112) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-3632 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850))))) (-3292 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-3283 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4416)))) (-3840 (($ $ $) 33 (|has| $ (-6 -4416)))) (-2694 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4416)))) (-1335 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 35 (|has| $ (-6 -4416)))) (-1777 ((|#2| $ |#1| |#2|) 53) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-1232 (-566)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "last" (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4416))) (($ $ "rest" $) NIL (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "first" (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "value" (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-3896 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-1561 (((-3 |#2| "failed") |#1| $) 43)) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3616 (($ $ (-771)) NIL) (($ $) 29)) (-3723 (($ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) 56) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4416))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) NIL) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) NIL)) (-1605 (((-112) $) NIL)) (-1308 (((-566) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (((-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) (((-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 20 (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415))) (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 20 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-1566 (($ (-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 ((|#1| $) NIL (|has| |#1| (-850))) (((-566) $) 38 (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2762 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-1485 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415))) (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-3090 ((|#1| $) NIL (|has| |#1| (-850))) (((-566) $) 40 (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4416))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416))) (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-3479 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3343 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-3900 (((-112) $) NIL)) (-3057 (((-1157) $) 49 (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1855 (($ $ (-771)) NIL) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-3391 (((-644 |#1|) $) 22)) (-3977 (((-112) |#1| $) NIL)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL) (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3438 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 |#1|) $) NIL) (((-644 (-566)) $) NIL)) (-2686 (((-112) |#1| $) NIL) (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3604 ((|#2| $) NIL (|has| |#1| (-850))) (($ $ (-771)) NIL) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 27)) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-4284 (((-112) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1647 (((-644 |#2|) $) NIL) (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 19)) (-3758 (((-112) $) 18)) (-1710 (($) 14)) (-3483 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ (-566)) NIL) (($ $ (-1232 (-566))) NIL) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "first") NIL) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $ "value") NIL)) (-1985 (((-566) $ $) NIL)) (-1708 (($) 13) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2537 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-1409 (((-112) $) NIL)) (-2783 (($ $) NIL)) (-1603 (($ $) NIL (|has| $ (-6 -4416)))) (-2883 (((-771) $) NIL)) (-3715 (($ $) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-1940 (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL) (($ $ $) NIL)) (-2829 (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL) (($ (-644 $)) NIL) (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 31) (($ $ $) NIL)) (-1650 (((-862) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-1864 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") |#1| $) 51)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2915 (((-112) $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-2892 (((-112) $ $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-850)))) (-4142 (((-771) $) 25 (|has| $ (-6 -4415)))))
(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1099) (-1099)) (T -45))
NIL
(-36 |#1| |#2|)
-((-2497 (((-112) $) 12)) (-2319 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-409 (-566)) $) 25) (($ $ (-409 (-566))) NIL)))
-(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -2497 ((-112) |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|))) (-47 |#2| |#3|) (-1049) (-792)) (T -46))
+((-3220 (((-112) $) 12)) (-1895 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-409 (-566)) $) 25) (($ $ (-409 (-566))) NIL)))
+(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -3220 ((-112) |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|))) (-47 |#2| |#3|) (-1049) (-792)) (T -46))
NIL
-(-10 -8 (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -2497 ((-112) |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-2161 (($ $) 64 (|has| |#1| (-558)))) (-2345 (((-112) $) 66 (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-2814 (($ $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-2497 (((-112) $) 74)) (-1746 (($ |#1| |#2|) 73)) (-2319 (($ (-1 |#1| |#1|) $) 75)) (-2784 (($ $) 77)) (-2794 ((|#1| $) 78)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2978 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-3902 ((|#2| $) 76)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59 (|has| |#1| (-172)))) (-2271 ((|#1| $ |#2|) 71)) (-2633 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
+(-10 -8 (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -3220 ((-112) |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-4282 (($ $) 64 (|has| |#1| (-558)))) (-2296 (((-112) $) 66 (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4162 (($ $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3220 (((-112) $) 74)) (-3959 (($ |#1| |#2|) 73)) (-1895 (($ (-1 |#1| |#1|) $) 75)) (-4125 (($ $) 77)) (-4137 ((|#1| $) 78)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4116 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-4297 ((|#2| $) 76)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59 (|has| |#1| (-172)))) (-2841 ((|#1| $ |#2|) 71)) (-2097 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 65 (|has| |#1| (-558)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
(((-47 |#1| |#2|) (-140) (-1049) (-792)) (T -47))
-((-2794 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-2784 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)))) (-2497 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-112)))) (-1746 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))) (-2814 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))) (-2271 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-3025 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *2 (-365)))))
-(-13 (-1049) (-111 |t#1| |t#1|) (-10 -8 (-15 -2794 (|t#1| $)) (-15 -2784 ($ $)) (-15 -3902 (|t#2| $)) (-15 -2319 ($ (-1 |t#1| |t#1|) $)) (-15 -2497 ((-112) $)) (-15 -1746 ($ |t#1| |t#2|)) (-15 -2814 ($ $)) (-15 -2271 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-365)) (-15 -3025 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-6 (-172)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-558)) (-6 (-558)) |%noBranch|) (IF (|has| |t#1| (-38 (-409 (-566)))) (-6 (-38 (-409 (-566)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-291) |has| |#1| (-558)) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-2082 (((-644 $) (-1171 $) (-1175)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-952 $)) NIL)) (-1557 (($ (-1171 $) (-1175)) NIL) (($ (-1171 $)) NIL) (($ (-952 $)) NIL)) (-3230 (((-112) $) 11)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1470 (((-644 (-612 $)) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2500 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-1635 (($ $) NIL)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-4112 (((-644 $) (-1171 $) (-1175)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-952 $)) NIL)) (-4093 (($ (-1171 $) (-1175)) NIL) (($ (-1171 $)) NIL) (($ (-952 $)) NIL)) (-2229 (((-3 (-612 $) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL)) (-4158 (((-612 $) $) NIL) (((-566) $) NIL) (((-409 (-566)) $) NIL)) (-2933 (($ $ $) NIL)) (-4089 (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -3361 (-689 (-409 (-566)))) (|:| |vec| (-1264 (-409 (-566))))) (-689 $) (-1264 $)) NIL) (((-689 (-409 (-566))) (-689 $)) NIL)) (-2873 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-1633 (($ $) NIL) (($ (-644 $)) NIL)) (-1689 (((-644 (-114)) $) NIL)) (-1566 (((-114) (-114)) NIL)) (-2389 (((-112) $) 14)) (-3419 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2248 (((-1124 (-566) (-612 $)) $) NIL)) (-1575 (($ $ (-566)) NIL)) (-2064 (((-1171 $) (-1171 $) (-612 $)) NIL) (((-1171 $) (-1171 $) (-644 (-612 $))) NIL) (($ $ (-612 $)) NIL) (($ $ (-644 (-612 $))) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2024 (((-1171 $) (-612 $)) NIL (|has| $ (-1049)))) (-2319 (($ (-1 $ $) (-612 $)) NIL)) (-4010 (((-3 (-612 $) "failed") $) NIL)) (-2128 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-1552 (((-644 (-612 $)) $) NIL)) (-2328 (($ (-114) $) NIL) (($ (-114) (-644 $)) NIL)) (-3335 (((-112) $ (-114)) NIL) (((-112) $ (-1175)) NIL)) (-2748 (($ $) NIL)) (-3106 (((-771) $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3671 (((-112) $ $) NIL) (((-112) $ (-1175)) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2664 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2023 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-4357 (((-771) $) NIL)) (-1309 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2020 (($ $) NIL) (($ $ $) NIL)) (-3629 (($ $ (-771)) NIL) (($ $) NIL)) (-2260 (((-1124 (-566) (-612 $)) $) NIL)) (-1705 (($ $) NIL (|has| $ (-1049)))) (-2376 (((-381) $) NIL) (((-225) $) NIL) (((-169 (-381)) $) NIL)) (-3152 (((-862) $) NIL) (($ (-612 $)) NIL) (($ (-409 (-566))) NIL) (($ $) NIL) (($ (-566)) NIL) (($ (-1124 (-566) (-612 $))) NIL)) (-2593 (((-771)) NIL T CONST)) (-3928 (($ $) NIL) (($ (-644 $)) NIL)) (-3515 (((-112) (-114)) NIL)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-4356 (($) 7 T CONST)) (-4366 (($) 12 T CONST)) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-2914 (((-112) $ $) 16)) (-3025 (($ $ $) NIL)) (-3012 (($ $ $) 15) (($ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-409 (-566))) NIL) (($ $ (-566)) NIL) (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ $ $) NIL) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL)))
-(((-48) (-13 (-303) (-27) (-1038 (-566)) (-1038 (-409 (-566))) (-639 (-566)) (-1022) (-639 (-409 (-566))) (-147) (-614 (-169 (-381))) (-233) (-10 -8 (-15 -3152 ($ (-1124 (-566) (-612 $)))) (-15 -2248 ((-1124 (-566) (-612 $)) $)) (-15 -2260 ((-1124 (-566) (-612 $)) $)) (-15 -2873 ($ $)) (-15 -2064 ((-1171 $) (-1171 $) (-612 $))) (-15 -2064 ((-1171 $) (-1171 $) (-644 (-612 $)))) (-15 -2064 ($ $ (-612 $))) (-15 -2064 ($ $ (-644 (-612 $))))))) (T -48))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48)))) (-2248 (*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48)))) (-2260 (*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48)))) (-2873 (*1 *1 *1) (-5 *1 (-48))) (-2064 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 (-48))) (-5 *3 (-612 (-48))) (-5 *1 (-48)))) (-2064 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 (-48))) (-5 *3 (-644 (-612 (-48)))) (-5 *1 (-48)))) (-2064 (*1 *1 *1 *2) (-12 (-5 *2 (-612 (-48))) (-5 *1 (-48)))) (-2064 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-612 (-48)))) (-5 *1 (-48)))))
-(-13 (-303) (-27) (-1038 (-566)) (-1038 (-409 (-566))) (-639 (-566)) (-1022) (-639 (-409 (-566))) (-147) (-614 (-169 (-381))) (-233) (-10 -8 (-15 -3152 ($ (-1124 (-566) (-612 $)))) (-15 -2248 ((-1124 (-566) (-612 $)) $)) (-15 -2260 ((-1124 (-566) (-612 $)) $)) (-15 -2873 ($ $)) (-15 -2064 ((-1171 $) (-1171 $) (-612 $))) (-15 -2064 ((-1171 $) (-1171 $) (-644 (-612 $)))) (-15 -2064 ($ $ (-612 $))) (-15 -2064 ($ $ (-644 (-612 $))))))
-((-2988 (((-112) $ $) NIL)) (-2644 (((-644 (-508)) $) 17)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 7)) (-1377 (((-1180) $) 18)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-49) (-13 (-1099) (-10 -8 (-15 -2644 ((-644 (-508)) $)) (-15 -1377 ((-1180) $))))) (T -49))
-((-2644 (*1 *2 *1) (-12 (-5 *2 (-644 (-508))) (-5 *1 (-49)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-49)))))
-(-13 (-1099) (-10 -8 (-15 -2644 ((-644 (-508)) $)) (-15 -1377 ((-1180) $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 87)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-1748 (((-112) $) 30)) (-2229 (((-3 |#1| "failed") $) 33)) (-4158 ((|#1| $) 34)) (-2814 (($ $) 40)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2794 ((|#1| $) 31)) (-3095 (($ $) 76)) (-3380 (((-1157) $) NIL)) (-3156 (((-112) $) 43)) (-4072 (((-1119) $) NIL)) (-3302 (($ (-771)) 74)) (-3521 (($ (-644 (-566))) 75)) (-3902 (((-771) $) 44)) (-3152 (((-862) $) 93) (($ (-566)) 71) (($ |#1|) 69)) (-2271 ((|#1| $ $) 28)) (-2593 (((-771)) 73 T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 45 T CONST)) (-4366 (($) 17 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 66)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 67) (($ |#1| $) 60)))
-(((-50 |#1| |#2|) (-13 (-620 |#1|) (-1038 |#1|) (-10 -8 (-15 -2794 (|#1| $)) (-15 -3095 ($ $)) (-15 -2814 ($ $)) (-15 -2271 (|#1| $ $)) (-15 -3302 ($ (-771))) (-15 -3521 ($ (-644 (-566)))) (-15 -3156 ((-112) $)) (-15 -1748 ((-112) $)) (-15 -3902 ((-771) $)) (-15 -2319 ($ (-1 |#1| |#1|) $)))) (-1049) (-644 (-1175))) (T -50))
-((-2794 (*1 *2 *1) (-12 (-4 *2 (-1049)) (-5 *1 (-50 *2 *3)) (-14 *3 (-644 (-1175))))) (-3095 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175))))) (-2814 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175))))) (-2271 (*1 *2 *1 *1) (-12 (-4 *2 (-1049)) (-5 *1 (-50 *2 *3)) (-14 *3 (-644 (-1175))))) (-3302 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-3521 (*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-3156 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-1748 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-3902 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-50 *3 *4)) (-14 *4 (-644 (-1175))))))
-(-13 (-620 |#1|) (-1038 |#1|) (-10 -8 (-15 -2794 (|#1| $)) (-15 -3095 ($ $)) (-15 -2814 ($ $)) (-15 -2271 (|#1| $ $)) (-15 -3302 ($ (-771))) (-15 -3521 ($ (-644 (-566)))) (-15 -3156 ((-112) $)) (-15 -1748 ((-112) $)) (-15 -3902 ((-771) $)) (-15 -2319 ($ (-1 |#1| |#1|) $))))
-((-1748 (((-112) (-52)) 18)) (-2229 (((-3 |#1| "failed") (-52)) 20)) (-4158 ((|#1| (-52)) 21)) (-3152 (((-52) |#1|) 14)))
-(((-51 |#1|) (-10 -7 (-15 -3152 ((-52) |#1|)) (-15 -2229 ((-3 |#1| "failed") (-52))) (-15 -1748 ((-112) (-52))) (-15 -4158 (|#1| (-52)))) (-1214)) (T -51))
-((-4158 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1214)))) (-1748 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1214)))) (-2229 (*1 *2 *3) (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1214)))) (-3152 (*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1214)))))
-(-10 -7 (-15 -3152 ((-52) |#1|)) (-15 -2229 ((-3 |#1| "failed") (-52))) (-15 -1748 ((-112) (-52))) (-15 -4158 (|#1| (-52))))
-((-2988 (((-112) $ $) NIL)) (-3217 (((-774) $) 8)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3965 (((-1103) $) 10)) (-3152 (((-862) $) 15)) (-3044 (((-112) $ $) NIL)) (-3393 (($ (-1103) (-774)) 16)) (-2914 (((-112) $ $) 12)))
-(((-52) (-13 (-1099) (-10 -8 (-15 -3393 ($ (-1103) (-774))) (-15 -3965 ((-1103) $)) (-15 -3217 ((-774) $))))) (T -52))
-((-3393 (*1 *1 *2 *3) (-12 (-5 *2 (-1103)) (-5 *3 (-774)) (-5 *1 (-52)))) (-3965 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-52)))) (-3217 (*1 *2 *1) (-12 (-5 *2 (-774)) (-5 *1 (-52)))))
-(-13 (-1099) (-10 -8 (-15 -3393 ($ (-1103) (-774))) (-15 -3965 ((-1103) $)) (-15 -3217 ((-774) $))))
-((-3847 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 19)))
-(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -3847 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1049) (-648 |#1|) (-852 |#1|)) (T -53))
-((-3847 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-648 *5)) (-4 *5 (-1049)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-852 *5)))))
-(-10 -7 (-15 -3847 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
-((-4231 ((|#3| |#3| (-644 (-1175))) 46)) (-1905 ((|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3| (-921)) 32) ((|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3|) 31)))
-(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -1905 (|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3|)) (-15 -1905 (|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3| (-921))) (-15 -4231 (|#3| |#3| (-644 (-1175))))) (-1099) (-13 (-1049) (-886 |#1|) (-614 (-892 |#1|))) (-13 (-432 |#2|) (-886 |#1|) (-614 (-892 |#1|)))) (T -54))
-((-4231 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))) (-1905 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-644 (-1075 *5 *6 *2))) (-5 *4 (-921)) (-4 *5 (-1099)) (-4 *6 (-13 (-1049) (-886 *5) (-614 (-892 *5)))) (-4 *2 (-13 (-432 *6) (-886 *5) (-614 (-892 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-1905 (*1 *2 *3 *2) (-12 (-5 *3 (-644 (-1075 *4 *5 *2))) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-54 *4 *5 *2)))))
-(-10 -7 (-15 -1905 (|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3|)) (-15 -1905 (|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3| (-921))) (-15 -4231 (|#3| |#3| (-644 (-1175)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 14)) (-2229 (((-3 (-771) "failed") $) 34)) (-4158 (((-771) $) NIL)) (-2389 (((-112) $) 16)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) 18)) (-3152 (((-862) $) 23) (($ (-771)) 29)) (-3044 (((-112) $ $) NIL)) (-3813 (($) 11 T CONST)) (-2914 (((-112) $ $) 20)))
-(((-55) (-13 (-1099) (-1038 (-771)) (-10 -8 (-15 -3813 ($) -1623) (-15 -3230 ((-112) $)) (-15 -2389 ((-112) $))))) (T -55))
-((-3813 (*1 *1) (-5 *1 (-55))) (-3230 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))) (-2389 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))))
-(-13 (-1099) (-1038 (-771)) (-10 -8 (-15 -3813 ($) -1623) (-15 -3230 ((-112) $)) (-15 -2389 ((-112) $))))
-((-1504 (((-112) $ (-771)) 27)) (-1499 (($ $ (-566) |#3|) 66)) (-2837 (($ $ (-566) |#4|) 70)) (-1721 ((|#3| $ (-566)) 79)) (-1683 (((-644 |#2|) $) 47)) (-3456 (((-112) $ (-771)) 31)) (-1602 (((-112) |#2| $) 74)) (-3885 (($ (-1 |#2| |#2|) $) 55)) (-2319 (($ (-1 |#2| |#2|) $) 54) (($ (-1 |#2| |#2| |#2|) $ $) 58) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 62)) (-3267 (((-112) $ (-771)) 29)) (-3787 (($ $ |#2|) 52)) (-2823 (((-112) (-1 (-112) |#2|) $) 21)) (-1309 ((|#2| $ (-566) (-566)) NIL) ((|#2| $ (-566) (-566) |#2|) 35)) (-4083 (((-771) (-1 (-112) |#2|) $) 41) (((-771) |#2| $) 76)) (-1480 (($ $) 51)) (-2986 ((|#4| $ (-566)) 82)) (-3152 (((-862) $) 88)) (-2210 (((-112) (-1 (-112) |#2|) $) 20)) (-2914 (((-112) $ $) 73)) (-3000 (((-771) $) 32)))
-(((-56 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2319 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3885 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2837 (|#1| |#1| (-566) |#4|)) (-15 -1499 (|#1| |#1| (-566) |#3|)) (-15 -1683 ((-644 |#2|) |#1|)) (-15 -2986 (|#4| |#1| (-566))) (-15 -1721 (|#3| |#1| (-566))) (-15 -1309 (|#2| |#1| (-566) (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566) (-566))) (-15 -3787 (|#1| |#1| |#2|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -1602 ((-112) |#2| |#1|)) (-15 -4083 ((-771) |#2| |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3000 ((-771) |#1|)) (-15 -1504 ((-112) |#1| (-771))) (-15 -3456 ((-112) |#1| (-771))) (-15 -3267 ((-112) |#1| (-771))) (-15 -1480 (|#1| |#1|))) (-57 |#2| |#3| |#4|) (-1214) (-375 |#2|) (-375 |#2|)) (T -56))
-NIL
-(-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2319 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3885 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2837 (|#1| |#1| (-566) |#4|)) (-15 -1499 (|#1| |#1| (-566) |#3|)) (-15 -1683 ((-644 |#2|) |#1|)) (-15 -2986 (|#4| |#1| (-566))) (-15 -1721 (|#3| |#1| (-566))) (-15 -1309 (|#2| |#1| (-566) (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566) (-566))) (-15 -3787 (|#1| |#1| |#2|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -1602 ((-112) |#2| |#1|)) (-15 -4083 ((-771) |#2| |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3000 ((-771) |#1|)) (-15 -1504 ((-112) |#1| (-771))) (-15 -3456 ((-112) |#1| (-771))) (-15 -3267 ((-112) |#1| (-771))) (-15 -1480 (|#1| |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-1456 ((|#1| $ (-566) (-566) |#1|) 45)) (-1499 (($ $ (-566) |#2|) 43)) (-2837 (($ $ (-566) |#3|) 42)) (-2463 (($) 7 T CONST)) (-1721 ((|#2| $ (-566)) 47)) (-3897 ((|#1| $ (-566) (-566) |#1|) 44)) (-3829 ((|#1| $ (-566) (-566)) 49)) (-1683 (((-644 |#1|) $) 31)) (-3811 (((-771) $) 52)) (-1860 (($ (-771) (-771) |#1|) 58)) (-3824 (((-771) $) 51)) (-3456 (((-112) $ (-771)) 9)) (-2531 (((-566) $) 56)) (-3688 (((-566) $) 54)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2422 (((-566) $) 55)) (-3632 (((-566) $) 53)) (-3885 (($ (-1 |#1| |#1|) $) 35)) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 41) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 40)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3787 (($ $ |#1|) 57)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ (-566) (-566)) 50) ((|#1| $ (-566) (-566) |#1|) 48)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2986 ((|#3| $ (-566)) 46)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-57 |#1| |#2| |#3|) (-140) (-1214) (-375 |t#1|) (-375 |t#1|)) (T -57))
-((-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1860 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-771)) (-4 *3 (-1214)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-3787 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1214)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-2531 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-566)))) (-2422 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-566)))) (-3688 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-566)))) (-3632 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-566)))) (-3811 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-771)))) (-3824 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-771)))) (-1309 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-1214)))) (-3829 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-1214)))) (-1309 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1214)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)))) (-1721 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1214)) (-4 *5 (-375 *4)) (-4 *2 (-375 *4)))) (-2986 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1214)) (-4 *5 (-375 *4)) (-4 *2 (-375 *4)))) (-1683 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-644 *3)))) (-1456 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1214)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)))) (-3897 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1214)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)))) (-1499 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-566)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1214)) (-4 *3 (-375 *4)) (-4 *5 (-375 *4)))) (-2837 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-566)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1214)) (-4 *5 (-375 *4)) (-4 *3 (-375 *4)))) (-3885 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2319 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2319 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
-(-13 (-491 |t#1|) (-10 -8 (-6 -4415) (-6 -4414) (-15 -1860 ($ (-771) (-771) |t#1|)) (-15 -3787 ($ $ |t#1|)) (-15 -2531 ((-566) $)) (-15 -2422 ((-566) $)) (-15 -3688 ((-566) $)) (-15 -3632 ((-566) $)) (-15 -3811 ((-771) $)) (-15 -3824 ((-771) $)) (-15 -1309 (|t#1| $ (-566) (-566))) (-15 -3829 (|t#1| $ (-566) (-566))) (-15 -1309 (|t#1| $ (-566) (-566) |t#1|)) (-15 -1721 (|t#2| $ (-566))) (-15 -2986 (|t#3| $ (-566))) (-15 -1683 ((-644 |t#1|) $)) (-15 -1456 (|t#1| $ (-566) (-566) |t#1|)) (-15 -3897 (|t#1| $ (-566) (-566) |t#1|)) (-15 -1499 ($ $ (-566) |t#2|)) (-15 -2837 ($ $ (-566) |t#3|)) (-15 -2319 ($ (-1 |t#1| |t#1|) $)) (-15 -3885 ($ (-1 |t#1| |t#1|) $)) (-15 -2319 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2319 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-1960 (((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 16)) (-2873 ((|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 18)) (-2319 (((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)) 13)))
-(((-58 |#1| |#2|) (-10 -7 (-15 -1960 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2873 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2319 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)))) (-1214) (-1214)) (T -58))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6)))) (-2873 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1214)) (-4 *2 (-1214)) (-5 *1 (-58 *5 *2)))) (-1960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1214)) (-4 *5 (-1214)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5)))))
-(-10 -7 (-15 -1960 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2873 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -2319 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1569 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-4194 (($ (-644 |#1|)) 11) (($ (-771) |#1|) 14)) (-1860 (($ (-771) |#1|) 13)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3908 ((|#1| $) NIL (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 10)) (-4386 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-59 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -4194 ($ (-644 |#1|))) (-15 -4194 ($ (-771) |#1|)))) (-1214)) (T -59))
-((-4194 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-59 *3)))) (-4194 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-59 *3)) (-4 *3 (-1214)))))
-(-13 (-19 |#1|) (-10 -8 (-15 -4194 ($ (-644 |#1|))) (-15 -4194 ($ (-771) |#1|))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-566) (-566) |#1|) NIL)) (-1499 (($ $ (-566) (-59 |#1|)) NIL)) (-2837 (($ $ (-566) (-59 |#1|)) NIL)) (-2463 (($) NIL T CONST)) (-1721 (((-59 |#1|) $ (-566)) NIL)) (-3897 ((|#1| $ (-566) (-566) |#1|) NIL)) (-3829 ((|#1| $ (-566) (-566)) NIL)) (-1683 (((-644 |#1|) $) NIL)) (-3811 (((-771) $) NIL)) (-1860 (($ (-771) (-771) |#1|) NIL)) (-3824 (((-771) $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2531 (((-566) $) NIL)) (-3688 (((-566) $) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2422 (((-566) $) NIL)) (-3632 (((-566) $) NIL)) (-3885 (($ (-1 |#1| |#1|) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3787 (($ $ |#1|) NIL)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-2986 (((-59 |#1|) $ (-566)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-60 |#1|) (-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4415))) (-1214)) (T -60))
-NIL
-(-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4415)))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 74) (((-3 $ "failed") (-1264 (-317 (-566)))) 63) (((-3 $ "failed") (-1264 (-952 (-381)))) 94) (((-3 $ "failed") (-1264 (-952 (-566)))) 84) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 52) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 39)) (-4158 (($ (-1264 (-317 (-381)))) 70) (($ (-1264 (-317 (-566)))) 59) (($ (-1264 (-952 (-381)))) 90) (($ (-1264 (-952 (-566)))) 80) (($ (-1264 (-409 (-952 (-381))))) 48) (($ (-1264 (-409 (-952 (-566))))) 32)) (-1586 (((-1269) $) 127)) (-3152 (((-862) $) 121) (($ (-644 (-331))) 103) (($ (-331)) 97) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 101) (($ (-1264 (-341 (-1340 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1340) (-699)))) 31)))
-(((-61 |#1|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1340) (-699))))))) (-1175)) (T -61))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1340) (-699)))) (-5 *1 (-61 *3)) (-14 *3 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1340) (-699)))))))
-((-1586 (((-1269) $) 54) (((-1269)) 55)) (-3152 (((-862) $) 51)))
-(((-62 |#1|) (-13 (-397) (-10 -7 (-15 -1586 ((-1269))))) (-1175)) (T -62))
-((-1586 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-62 *3)) (-14 *3 (-1175)))))
-(-13 (-397) (-10 -7 (-15 -1586 ((-1269)))))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 154) (((-3 $ "failed") (-1264 (-317 (-566)))) 144) (((-3 $ "failed") (-1264 (-952 (-381)))) 174) (((-3 $ "failed") (-1264 (-952 (-566)))) 164) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 133) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 121)) (-4158 (($ (-1264 (-317 (-381)))) 150) (($ (-1264 (-317 (-566)))) 140) (($ (-1264 (-952 (-381)))) 170) (($ (-1264 (-952 (-566)))) 160) (($ (-1264 (-409 (-952 (-381))))) 129) (($ (-1264 (-409 (-952 (-566))))) 114)) (-1586 (((-1269) $) 107)) (-3152 (((-862) $) 101) (($ (-644 (-331))) 30) (($ (-331)) 35) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 33) (($ (-1264 (-341 (-1340) (-1340 (QUOTE XC)) (-699)))) 99)))
-(((-63 |#1|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340) (-1340 (QUOTE XC)) (-699))))))) (-1175)) (T -63))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340) (-1340 (QUOTE XC)) (-699)))) (-5 *1 (-63 *3)) (-14 *3 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340) (-1340 (QUOTE XC)) (-699)))))))
-((-2229 (((-3 $ "failed") (-317 (-381))) 41) (((-3 $ "failed") (-317 (-566))) 46) (((-3 $ "failed") (-952 (-381))) 50) (((-3 $ "failed") (-952 (-566))) 54) (((-3 $ "failed") (-409 (-952 (-381)))) 36) (((-3 $ "failed") (-409 (-952 (-566)))) 29)) (-4158 (($ (-317 (-381))) 39) (($ (-317 (-566))) 44) (($ (-952 (-381))) 48) (($ (-952 (-566))) 52) (($ (-409 (-952 (-381)))) 34) (($ (-409 (-952 (-566)))) 26)) (-1586 (((-1269) $) 76)) (-3152 (((-862) $) 69) (($ (-644 (-331))) 61) (($ (-331)) 66) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 64) (($ (-341 (-1340 (QUOTE X)) (-1340) (-699))) 25)))
-(((-64 |#1|) (-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340 (QUOTE X)) (-1340) (-699)))))) (-1175)) (T -64))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-341 (-1340 (QUOTE X)) (-1340) (-699))) (-5 *1 (-64 *3)) (-14 *3 (-1175)))))
-(-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340 (QUOTE X)) (-1340) (-699))))))
-((-2229 (((-3 $ "failed") (-689 (-317 (-381)))) 114) (((-3 $ "failed") (-689 (-317 (-566)))) 102) (((-3 $ "failed") (-689 (-952 (-381)))) 136) (((-3 $ "failed") (-689 (-952 (-566)))) 125) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 90) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 76)) (-4158 (($ (-689 (-317 (-381)))) 110) (($ (-689 (-317 (-566)))) 98) (($ (-689 (-952 (-381)))) 132) (($ (-689 (-952 (-566)))) 121) (($ (-689 (-409 (-952 (-381))))) 86) (($ (-689 (-409 (-952 (-566))))) 69)) (-1586 (((-1269) $) 144)) (-3152 (((-862) $) 138) (($ (-644 (-331))) 29) (($ (-331)) 34) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 32) (($ (-689 (-341 (-1340) (-1340 (QUOTE X) (QUOTE HESS)) (-699)))) 59)))
-(((-65 |#1|) (-13 (-386) (-616 (-689 (-341 (-1340) (-1340 (QUOTE X) (QUOTE HESS)) (-699))))) (-1175)) (T -65))
-NIL
-(-13 (-386) (-616 (-689 (-341 (-1340) (-1340 (QUOTE X) (QUOTE HESS)) (-699)))))
-((-2229 (((-3 $ "failed") (-317 (-381))) 60) (((-3 $ "failed") (-317 (-566))) 65) (((-3 $ "failed") (-952 (-381))) 69) (((-3 $ "failed") (-952 (-566))) 73) (((-3 $ "failed") (-409 (-952 (-381)))) 55) (((-3 $ "failed") (-409 (-952 (-566)))) 48)) (-4158 (($ (-317 (-381))) 58) (($ (-317 (-566))) 63) (($ (-952 (-381))) 67) (($ (-952 (-566))) 71) (($ (-409 (-952 (-381)))) 53) (($ (-409 (-952 (-566)))) 45)) (-1586 (((-1269) $) 82)) (-3152 (((-862) $) 76) (($ (-644 (-331))) 29) (($ (-331)) 34) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 32) (($ (-341 (-1340) (-1340 (QUOTE XC)) (-699))) 40)))
-(((-66 |#1|) (-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340) (-1340 (QUOTE XC)) (-699)))))) (-1175)) (T -66))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-341 (-1340) (-1340 (QUOTE XC)) (-699))) (-5 *1 (-66 *3)) (-14 *3 (-1175)))))
-(-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340) (-1340 (QUOTE XC)) (-699))))))
-((-1586 (((-1269) $) 68)) (-3152 (((-862) $) 62) (($ (-689 (-699))) 54) (($ (-644 (-331))) 53) (($ (-331)) 60) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 58)))
+((-4137 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-4125 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))) (-4297 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)))) (-3220 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-112)))) (-3959 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))) (-4162 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))) (-2841 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-2990 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *2 (-365)))))
+(-13 (-1049) (-111 |t#1| |t#1|) (-10 -8 (-15 -4137 (|t#1| $)) (-15 -4125 ($ $)) (-15 -4297 (|t#2| $)) (-15 -1895 ($ (-1 |t#1| |t#1|) $)) (-15 -3220 ((-112) $)) (-15 -3959 ($ |t#1| |t#2|)) (-15 -4162 ($ $)) (-15 -2841 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-365)) (-15 -2990 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-6 (-172)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-558)) (-6 (-558)) |%noBranch|) (IF (|has| |t#1| (-38 (-409 (-566)))) (-6 (-38 (-409 (-566)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-291) |has| |#1| (-558)) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
+((-4124 (((-112) $ $) NIL)) (-1591 (((-644 $) (-1171 $) (-1175)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-952 $)) NIL)) (-3139 (($ (-1171 $) (-1175)) NIL) (($ (-1171 $)) NIL) (($ (-952 $)) NIL)) (-4014 (((-112) $) 11)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-1791 (((-644 (-612 $)) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4170 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-3856 (($ $) NIL)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-2397 (((-644 $) (-1171 $) (-1175)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-952 $)) NIL)) (-2243 (($ (-1171 $) (-1175)) NIL) (($ (-1171 $)) NIL) (($ (-952 $)) NIL)) (-1821 (((-3 (-612 $) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL)) (-3213 (((-612 $) $) NIL) (((-566) $) NIL) (((-409 (-566)) $) NIL)) (-4067 (($ $ $) NIL)) (-2204 (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -2840 (-689 (-409 (-566)))) (|:| |vec| (-1265 (-409 (-566))))) (-689 $) (-1265 $)) NIL) (((-689 (-409 (-566))) (-689 $)) NIL)) (-1936 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-2563 (($ $) NIL) (($ (-644 $)) NIL)) (-1930 (((-644 (-114)) $) NIL)) (-3797 (((-114) (-114)) NIL)) (-1568 (((-112) $) 14)) (-2190 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2499 (((-1124 (-566) (-612 $)) $) NIL)) (-3281 (($ $ (-566)) NIL)) (-1435 (((-1171 $) (-1171 $) (-612 $)) NIL) (((-1171 $) (-1171 $) (-644 (-612 $))) NIL) (($ $ (-612 $)) NIL) (($ $ (-644 (-612 $))) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2216 (((-1171 $) (-612 $)) NIL (|has| $ (-1049)))) (-1895 (($ (-1 $ $) (-612 $)) NIL)) (-2691 (((-3 (-612 $) "failed") $) NIL)) (-1931 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-3787 (((-644 (-612 $)) $) NIL)) (-2574 (($ (-114) $) NIL) (($ (-114) (-644 $)) NIL)) (-2530 (((-112) $ (-114)) NIL) (((-112) $ (-1175)) NIL)) (-4085 (($ $) NIL)) (-2149 (((-771) $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ (-644 $)) NIL) (($ $ $) NIL)) (-2719 (((-112) $ $) NIL) (((-112) $ (-1175)) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2340 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-1838 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-3075 (((-771) $) NIL)) (-3483 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2182 (($ $) NIL) (($ $ $) NIL)) (-2324 (($ $ (-771)) NIL) (($ $) NIL)) (-2507 (((-1124 (-566) (-612 $)) $) NIL)) (-2068 (($ $) NIL (|has| $ (-1049)))) (-1945 (((-381) $) NIL) (((-225) $) NIL) (((-169 (-381)) $) NIL)) (-1650 (((-862) $) NIL) (($ (-612 $)) NIL) (($ (-409 (-566))) NIL) (($ $) NIL) (($ (-566)) NIL) (($ (-1124 (-566) (-612 $))) NIL)) (-2910 (((-771)) NIL T CONST)) (-2404 (($ $) NIL) (($ (-644 $)) NIL)) (-1892 (((-112) (-114)) NIL)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3410 (($) 7 T CONST)) (-3424 (($) 12 T CONST)) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-2868 (((-112) $ $) 16)) (-2990 (($ $ $) NIL)) (-2977 (($ $ $) 15) (($ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-409 (-566))) NIL) (($ $ (-566)) NIL) (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ $ $) NIL) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL)))
+(((-48) (-13 (-303) (-27) (-1038 (-566)) (-1038 (-409 (-566))) (-639 (-566)) (-1022) (-639 (-409 (-566))) (-147) (-614 (-169 (-381))) (-233) (-10 -8 (-15 -1650 ($ (-1124 (-566) (-612 $)))) (-15 -2499 ((-1124 (-566) (-612 $)) $)) (-15 -2507 ((-1124 (-566) (-612 $)) $)) (-15 -1936 ($ $)) (-15 -1435 ((-1171 $) (-1171 $) (-612 $))) (-15 -1435 ((-1171 $) (-1171 $) (-644 (-612 $)))) (-15 -1435 ($ $ (-612 $))) (-15 -1435 ($ $ (-644 (-612 $))))))) (T -48))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48)))) (-2499 (*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48)))) (-2507 (*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48)))) (-1936 (*1 *1 *1) (-5 *1 (-48))) (-1435 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 (-48))) (-5 *3 (-612 (-48))) (-5 *1 (-48)))) (-1435 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 (-48))) (-5 *3 (-644 (-612 (-48)))) (-5 *1 (-48)))) (-1435 (*1 *1 *1 *2) (-12 (-5 *2 (-612 (-48))) (-5 *1 (-48)))) (-1435 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-612 (-48)))) (-5 *1 (-48)))))
+(-13 (-303) (-27) (-1038 (-566)) (-1038 (-409 (-566))) (-639 (-566)) (-1022) (-639 (-409 (-566))) (-147) (-614 (-169 (-381))) (-233) (-10 -8 (-15 -1650 ($ (-1124 (-566) (-612 $)))) (-15 -2499 ((-1124 (-566) (-612 $)) $)) (-15 -2507 ((-1124 (-566) (-612 $)) $)) (-15 -1936 ($ $)) (-15 -1435 ((-1171 $) (-1171 $) (-612 $))) (-15 -1435 ((-1171 $) (-1171 $) (-644 (-612 $)))) (-15 -1435 ($ $ (-612 $))) (-15 -1435 ($ $ (-644 (-612 $))))))
+((-4124 (((-112) $ $) NIL)) (-2932 (((-644 (-508)) $) 17)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 7)) (-3720 (((-1180) $) 18)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-49) (-13 (-1099) (-10 -8 (-15 -2932 ((-644 (-508)) $)) (-15 -3720 ((-1180) $))))) (T -49))
+((-2932 (*1 *2 *1) (-12 (-5 *2 (-644 (-508))) (-5 *1 (-49)))) (-3720 (*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-49)))))
+(-13 (-1099) (-10 -8 (-15 -2932 ((-644 (-508)) $)) (-15 -3720 ((-1180) $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 87)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1343 (((-112) $) 30)) (-1821 (((-3 |#1| "failed") $) 33)) (-3213 ((|#1| $) 34)) (-4162 (($ $) 40)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4137 ((|#1| $) 31)) (-1969 (($ $) 76)) (-3057 (((-1157) $) NIL)) (-1407 (((-112) $) 43)) (-2029 (((-1119) $) NIL)) (-2529 (($ (-771)) 74)) (-1983 (($ (-644 (-566))) 75)) (-4297 (((-771) $) 44)) (-1650 (((-862) $) 93) (($ (-566)) 71) (($ |#1|) 69)) (-2841 ((|#1| $ $) 28)) (-2910 (((-771)) 73 T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 45 T CONST)) (-3424 (($) 17 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 66)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 67) (($ |#1| $) 60)))
+(((-50 |#1| |#2|) (-13 (-620 |#1|) (-1038 |#1|) (-10 -8 (-15 -4137 (|#1| $)) (-15 -1969 ($ $)) (-15 -4162 ($ $)) (-15 -2841 (|#1| $ $)) (-15 -2529 ($ (-771))) (-15 -1983 ($ (-644 (-566)))) (-15 -1407 ((-112) $)) (-15 -1343 ((-112) $)) (-15 -4297 ((-771) $)) (-15 -1895 ($ (-1 |#1| |#1|) $)))) (-1049) (-644 (-1175))) (T -50))
+((-4137 (*1 *2 *1) (-12 (-4 *2 (-1049)) (-5 *1 (-50 *2 *3)) (-14 *3 (-644 (-1175))))) (-1969 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175))))) (-4162 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175))))) (-2841 (*1 *2 *1 *1) (-12 (-4 *2 (-1049)) (-5 *1 (-50 *2 *3)) (-14 *3 (-644 (-1175))))) (-2529 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-1983 (*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-1407 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-1343 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-4297 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049)) (-14 *4 (-644 (-1175))))) (-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-50 *3 *4)) (-14 *4 (-644 (-1175))))))
+(-13 (-620 |#1|) (-1038 |#1|) (-10 -8 (-15 -4137 (|#1| $)) (-15 -1969 ($ $)) (-15 -4162 ($ $)) (-15 -2841 (|#1| $ $)) (-15 -2529 ($ (-771))) (-15 -1983 ($ (-644 (-566)))) (-15 -1407 ((-112) $)) (-15 -1343 ((-112) $)) (-15 -4297 ((-771) $)) (-15 -1895 ($ (-1 |#1| |#1|) $))))
+((-1343 (((-112) (-52)) 18)) (-1821 (((-3 |#1| "failed") (-52)) 20)) (-3213 ((|#1| (-52)) 21)) (-1650 (((-52) |#1|) 14)))
+(((-51 |#1|) (-10 -7 (-15 -1650 ((-52) |#1|)) (-15 -1821 ((-3 |#1| "failed") (-52))) (-15 -1343 ((-112) (-52))) (-15 -3213 (|#1| (-52)))) (-1215)) (T -51))
+((-3213 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1215)))) (-1343 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1215)))) (-1821 (*1 *2 *3) (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1215)))) (-1650 (*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1215)))))
+(-10 -7 (-15 -1650 ((-52) |#1|)) (-15 -1821 ((-3 |#1| "failed") (-52))) (-15 -1343 ((-112) (-52))) (-15 -3213 (|#1| (-52))))
+((-4124 (((-112) $ $) NIL)) (-2919 (((-774) $) 8)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3665 (((-1103) $) 10)) (-1650 (((-862) $) 15)) (-2657 (((-112) $ $) NIL)) (-2505 (($ (-1103) (-774)) 16)) (-2868 (((-112) $ $) 12)))
+(((-52) (-13 (-1099) (-10 -8 (-15 -2505 ($ (-1103) (-774))) (-15 -3665 ((-1103) $)) (-15 -2919 ((-774) $))))) (T -52))
+((-2505 (*1 *1 *2 *3) (-12 (-5 *2 (-1103)) (-5 *3 (-774)) (-5 *1 (-52)))) (-3665 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-52)))) (-2919 (*1 *2 *1) (-12 (-5 *2 (-774)) (-5 *1 (-52)))))
+(-13 (-1099) (-10 -8 (-15 -2505 ($ (-1103) (-774))) (-15 -3665 ((-1103) $)) (-15 -2919 ((-774) $))))
+((-3547 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 19)))
+(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -3547 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1049) (-648 |#1|) (-852 |#1|)) (T -53))
+((-3547 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-648 *5)) (-4 *5 (-1049)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-852 *5)))))
+(-10 -7 (-15 -3547 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
+((-4343 ((|#3| |#3| (-644 (-1175))) 46)) (-3514 ((|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3| (-921)) 32) ((|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3|) 31)))
+(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -3514 (|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3|)) (-15 -3514 (|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3| (-921))) (-15 -4343 (|#3| |#3| (-644 (-1175))))) (-1099) (-13 (-1049) (-886 |#1|) (-614 (-892 |#1|))) (-13 (-432 |#2|) (-886 |#1|) (-614 (-892 |#1|)))) (T -54))
+((-4343 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))) (-3514 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-644 (-1075 *5 *6 *2))) (-5 *4 (-921)) (-4 *5 (-1099)) (-4 *6 (-13 (-1049) (-886 *5) (-614 (-892 *5)))) (-4 *2 (-13 (-432 *6) (-886 *5) (-614 (-892 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-3514 (*1 *2 *3 *2) (-12 (-5 *3 (-644 (-1075 *4 *5 *2))) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-54 *4 *5 *2)))))
+(-10 -7 (-15 -3514 (|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3|)) (-15 -3514 (|#3| (-644 (-1075 |#1| |#2| |#3|)) |#3| (-921))) (-15 -4343 (|#3| |#3| (-644 (-1175)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 14)) (-1821 (((-3 (-771) "failed") $) 34)) (-3213 (((-771) $) NIL)) (-1568 (((-112) $) 16)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) 18)) (-1650 (((-862) $) 23) (($ (-771)) 29)) (-2657 (((-112) $ $) NIL)) (-1623 (($) 11 T CONST)) (-2868 (((-112) $ $) 20)))
+(((-55) (-13 (-1099) (-1038 (-771)) (-10 -8 (-15 -1623 ($) -4388) (-15 -4014 ((-112) $)) (-15 -1568 ((-112) $))))) (T -55))
+((-1623 (*1 *1) (-5 *1 (-55))) (-4014 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))) (-1568 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55)))))
+(-13 (-1099) (-1038 (-771)) (-10 -8 (-15 -1623 ($) -4388) (-15 -4014 ((-112) $)) (-15 -1568 ((-112) $))))
+((-3874 (((-112) $ (-771)) 27)) (-3824 (($ $ (-566) |#3|) 66)) (-3417 (($ $ (-566) |#4|) 70)) (-2220 ((|#3| $ (-566)) 79)) (-3953 (((-644 |#2|) $) 47)) (-1392 (((-112) $ (-771)) 31)) (-3566 (((-112) |#2| $) 74)) (-2409 (($ (-1 |#2| |#2|) $) 55)) (-1895 (($ (-1 |#2| |#2|) $) 54) (($ (-1 |#2| |#2| |#2|) $ $) 58) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 62)) (-4395 (((-112) $ (-771)) 29)) (-1417 (($ $ |#2|) 52)) (-3295 (((-112) (-1 (-112) |#2|) $) 21)) (-3483 ((|#2| $ (-566) (-566)) NIL) ((|#2| $ (-566) (-566) |#2|) 35)) (-2037 (((-771) (-1 (-112) |#2|) $) 41) (((-771) |#2| $) 76)) (-1800 (($ $) 51)) (-3408 ((|#4| $ (-566)) 82)) (-1650 (((-862) $) 88)) (-3487 (((-112) (-1 (-112) |#2|) $) 20)) (-2868 (((-112) $ $) 73)) (-4142 (((-771) $) 32)))
+(((-56 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1895 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2409 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3417 (|#1| |#1| (-566) |#4|)) (-15 -3824 (|#1| |#1| (-566) |#3|)) (-15 -3953 ((-644 |#2|) |#1|)) (-15 -3408 (|#4| |#1| (-566))) (-15 -2220 (|#3| |#1| (-566))) (-15 -3483 (|#2| |#1| (-566) (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566) (-566))) (-15 -1417 (|#1| |#1| |#2|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -3566 ((-112) |#2| |#1|)) (-15 -2037 ((-771) |#2| |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4142 ((-771) |#1|)) (-15 -3874 ((-112) |#1| (-771))) (-15 -1392 ((-112) |#1| (-771))) (-15 -4395 ((-112) |#1| (-771))) (-15 -1800 (|#1| |#1|))) (-57 |#2| |#3| |#4|) (-1215) (-375 |#2|) (-375 |#2|)) (T -56))
+NIL
+(-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1895 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2409 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3417 (|#1| |#1| (-566) |#4|)) (-15 -3824 (|#1| |#1| (-566) |#3|)) (-15 -3953 ((-644 |#2|) |#1|)) (-15 -3408 (|#4| |#1| (-566))) (-15 -2220 (|#3| |#1| (-566))) (-15 -3483 (|#2| |#1| (-566) (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566) (-566))) (-15 -1417 (|#1| |#1| |#2|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -3566 ((-112) |#2| |#1|)) (-15 -2037 ((-771) |#2| |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4142 ((-771) |#1|)) (-15 -3874 ((-112) |#1| (-771))) (-15 -1392 ((-112) |#1| (-771))) (-15 -4395 ((-112) |#1| (-771))) (-15 -1800 (|#1| |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-1777 ((|#1| $ (-566) (-566) |#1|) 45)) (-3824 (($ $ (-566) |#2|) 43)) (-3417 (($ $ (-566) |#3|) 42)) (-4145 (($) 7 T CONST)) (-2220 ((|#2| $ (-566)) 47)) (-2417 ((|#1| $ (-566) (-566) |#1|) 44)) (-2359 ((|#1| $ (-566) (-566)) 49)) (-3953 (((-644 |#1|) $) 31)) (-1736 (((-771) $) 52)) (-1566 (($ (-771) (-771) |#1|) 58)) (-1746 (((-771) $) 51)) (-1392 (((-112) $ (-771)) 9)) (-3574 (((-566) $) 56)) (-2899 (((-566) $) 54)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1840 (((-566) $) 55)) (-3657 (((-566) $) 53)) (-2409 (($ (-1 |#1| |#1|) $) 35)) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 41) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 40)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-1417 (($ $ |#1|) 57)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ (-566) (-566)) 50) ((|#1| $ (-566) (-566) |#1|) 48)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-3408 ((|#3| $ (-566)) 46)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-57 |#1| |#2| |#3|) (-140) (-1215) (-375 |t#1|) (-375 |t#1|)) (T -57))
+((-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1566 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-771)) (-4 *3 (-1215)) (-4 *1 (-57 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1417 (*1 *1 *1 *2) (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1215)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-566)))) (-1840 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-566)))) (-2899 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-566)))) (-3657 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-566)))) (-1736 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-771)))) (-1746 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-771)))) (-3483 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-1215)))) (-2359 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-1215)))) (-3483 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1215)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)))) (-2220 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1215)) (-4 *5 (-375 *4)) (-4 *2 (-375 *4)))) (-3408 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1215)) (-4 *5 (-375 *4)) (-4 *2 (-375 *4)))) (-3953 (*1 *2 *1) (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-644 *3)))) (-1777 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1215)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)))) (-2417 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1215)) (-4 *4 (-375 *2)) (-4 *5 (-375 *2)))) (-3824 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-566)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1215)) (-4 *3 (-375 *4)) (-4 *5 (-375 *4)))) (-3417 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-566)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1215)) (-4 *5 (-375 *4)) (-4 *3 (-375 *4)))) (-2409 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1895 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1895 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
+(-13 (-491 |t#1|) (-10 -8 (-6 -4416) (-6 -4415) (-15 -1566 ($ (-771) (-771) |t#1|)) (-15 -1417 ($ $ |t#1|)) (-15 -3574 ((-566) $)) (-15 -1840 ((-566) $)) (-15 -2899 ((-566) $)) (-15 -3657 ((-566) $)) (-15 -1736 ((-771) $)) (-15 -1746 ((-771) $)) (-15 -3483 (|t#1| $ (-566) (-566))) (-15 -2359 (|t#1| $ (-566) (-566))) (-15 -3483 (|t#1| $ (-566) (-566) |t#1|)) (-15 -2220 (|t#2| $ (-566))) (-15 -3408 (|t#3| $ (-566))) (-15 -3953 ((-644 |t#1|) $)) (-15 -1777 (|t#1| $ (-566) (-566) |t#1|)) (-15 -2417 (|t#1| $ (-566) (-566) |t#1|)) (-15 -3824 ($ $ (-566) |t#2|)) (-15 -3417 ($ $ (-566) |t#3|)) (-15 -1895 ($ (-1 |t#1| |t#1|) $)) (-15 -2409 ($ (-1 |t#1| |t#1|) $)) (-15 -1895 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -1895 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-2834 (((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 16)) (-1936 ((|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|) 18)) (-1895 (((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)) 13)))
+(((-58 |#1| |#2|) (-10 -7 (-15 -2834 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -1936 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -1895 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|)))) (-1215) (-1215)) (T -58))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6)))) (-1936 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1215)) (-4 *2 (-1215)) (-5 *1 (-58 *5 *2)))) (-2834 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1215)) (-4 *5 (-1215)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5)))))
+(-10 -7 (-15 -2834 ((-59 |#2|) (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -1936 (|#2| (-1 |#2| |#1| |#2|) (-59 |#1|) |#2|)) (-15 -1895 ((-59 |#2|) (-1 |#2| |#1|) (-59 |#1|))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1308 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3947 (($ (-644 |#1|)) 11) (($ (-771) |#1|) 14)) (-1566 (($ (-771) |#1|) 13)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3604 ((|#1| $) NIL (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 10)) (-2829 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-59 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -3947 ($ (-644 |#1|))) (-15 -3947 ($ (-771) |#1|)))) (-1215)) (T -59))
+((-3947 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-59 *3)))) (-3947 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-59 *3)) (-4 *3 (-1215)))))
+(-13 (-19 |#1|) (-10 -8 (-15 -3947 ($ (-644 |#1|))) (-15 -3947 ($ (-771) |#1|))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-566) (-566) |#1|) NIL)) (-3824 (($ $ (-566) (-59 |#1|)) NIL)) (-3417 (($ $ (-566) (-59 |#1|)) NIL)) (-4145 (($) NIL T CONST)) (-2220 (((-59 |#1|) $ (-566)) NIL)) (-2417 ((|#1| $ (-566) (-566) |#1|) NIL)) (-2359 ((|#1| $ (-566) (-566)) NIL)) (-3953 (((-644 |#1|) $) NIL)) (-1736 (((-771) $) NIL)) (-1566 (($ (-771) (-771) |#1|) NIL)) (-1746 (((-771) $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3574 (((-566) $) NIL)) (-2899 (((-566) $) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1840 (((-566) $) NIL)) (-3657 (((-566) $) NIL)) (-2409 (($ (-1 |#1| |#1|) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1417 (($ $ |#1|) NIL)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-3408 (((-59 |#1|) $ (-566)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-60 |#1|) (-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4416))) (-1215)) (T -60))
+NIL
+(-13 (-57 |#1| (-59 |#1|) (-59 |#1|)) (-10 -7 (-6 -4416)))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 74) (((-3 $ "failed") (-1265 (-317 (-566)))) 63) (((-3 $ "failed") (-1265 (-952 (-381)))) 94) (((-3 $ "failed") (-1265 (-952 (-566)))) 84) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 52) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 39)) (-3213 (($ (-1265 (-317 (-381)))) 70) (($ (-1265 (-317 (-566)))) 59) (($ (-1265 (-952 (-381)))) 90) (($ (-1265 (-952 (-566)))) 80) (($ (-1265 (-409 (-952 (-381))))) 48) (($ (-1265 (-409 (-952 (-566))))) 32)) (-2202 (((-1270) $) 127)) (-1650 (((-862) $) 121) (($ (-644 (-331))) 103) (($ (-331)) 97) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 101) (($ (-1265 (-341 (-1664 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1664) (-699)))) 31)))
+(((-61 |#1|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1664) (-699))))))) (-1175)) (T -61))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1664) (-699)))) (-5 *1 (-61 *3)) (-14 *3 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-1664) (-699)))))))
+((-2202 (((-1270) $) 54) (((-1270)) 55)) (-1650 (((-862) $) 51)))
+(((-62 |#1|) (-13 (-397) (-10 -7 (-15 -2202 ((-1270))))) (-1175)) (T -62))
+((-2202 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-62 *3)) (-14 *3 (-1175)))))
+(-13 (-397) (-10 -7 (-15 -2202 ((-1270)))))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 154) (((-3 $ "failed") (-1265 (-317 (-566)))) 144) (((-3 $ "failed") (-1265 (-952 (-381)))) 174) (((-3 $ "failed") (-1265 (-952 (-566)))) 164) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 133) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 121)) (-3213 (($ (-1265 (-317 (-381)))) 150) (($ (-1265 (-317 (-566)))) 140) (($ (-1265 (-952 (-381)))) 170) (($ (-1265 (-952 (-566)))) 160) (($ (-1265 (-409 (-952 (-381))))) 129) (($ (-1265 (-409 (-952 (-566))))) 114)) (-2202 (((-1270) $) 107)) (-1650 (((-862) $) 101) (($ (-644 (-331))) 30) (($ (-331)) 35) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 33) (($ (-1265 (-341 (-1664) (-1664 (QUOTE XC)) (-699)))) 99)))
+(((-63 |#1|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664) (-1664 (QUOTE XC)) (-699))))))) (-1175)) (T -63))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664) (-1664 (QUOTE XC)) (-699)))) (-5 *1 (-63 *3)) (-14 *3 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664) (-1664 (QUOTE XC)) (-699)))))))
+((-1821 (((-3 $ "failed") (-317 (-381))) 41) (((-3 $ "failed") (-317 (-566))) 46) (((-3 $ "failed") (-952 (-381))) 50) (((-3 $ "failed") (-952 (-566))) 54) (((-3 $ "failed") (-409 (-952 (-381)))) 36) (((-3 $ "failed") (-409 (-952 (-566)))) 29)) (-3213 (($ (-317 (-381))) 39) (($ (-317 (-566))) 44) (($ (-952 (-381))) 48) (($ (-952 (-566))) 52) (($ (-409 (-952 (-381)))) 34) (($ (-409 (-952 (-566)))) 26)) (-2202 (((-1270) $) 76)) (-1650 (((-862) $) 69) (($ (-644 (-331))) 61) (($ (-331)) 66) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 64) (($ (-341 (-1664 (QUOTE X)) (-1664) (-699))) 25)))
+(((-64 |#1|) (-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664 (QUOTE X)) (-1664) (-699)))))) (-1175)) (T -64))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-341 (-1664 (QUOTE X)) (-1664) (-699))) (-5 *1 (-64 *3)) (-14 *3 (-1175)))))
+(-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664 (QUOTE X)) (-1664) (-699))))))
+((-1821 (((-3 $ "failed") (-689 (-317 (-381)))) 114) (((-3 $ "failed") (-689 (-317 (-566)))) 102) (((-3 $ "failed") (-689 (-952 (-381)))) 136) (((-3 $ "failed") (-689 (-952 (-566)))) 125) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 90) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 76)) (-3213 (($ (-689 (-317 (-381)))) 110) (($ (-689 (-317 (-566)))) 98) (($ (-689 (-952 (-381)))) 132) (($ (-689 (-952 (-566)))) 121) (($ (-689 (-409 (-952 (-381))))) 86) (($ (-689 (-409 (-952 (-566))))) 69)) (-2202 (((-1270) $) 144)) (-1650 (((-862) $) 138) (($ (-644 (-331))) 29) (($ (-331)) 34) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 32) (($ (-689 (-341 (-1664) (-1664 (QUOTE X) (QUOTE HESS)) (-699)))) 59)))
+(((-65 |#1|) (-13 (-386) (-616 (-689 (-341 (-1664) (-1664 (QUOTE X) (QUOTE HESS)) (-699))))) (-1175)) (T -65))
+NIL
+(-13 (-386) (-616 (-689 (-341 (-1664) (-1664 (QUOTE X) (QUOTE HESS)) (-699)))))
+((-1821 (((-3 $ "failed") (-317 (-381))) 60) (((-3 $ "failed") (-317 (-566))) 65) (((-3 $ "failed") (-952 (-381))) 69) (((-3 $ "failed") (-952 (-566))) 73) (((-3 $ "failed") (-409 (-952 (-381)))) 55) (((-3 $ "failed") (-409 (-952 (-566)))) 48)) (-3213 (($ (-317 (-381))) 58) (($ (-317 (-566))) 63) (($ (-952 (-381))) 67) (($ (-952 (-566))) 71) (($ (-409 (-952 (-381)))) 53) (($ (-409 (-952 (-566)))) 45)) (-2202 (((-1270) $) 82)) (-1650 (((-862) $) 76) (($ (-644 (-331))) 29) (($ (-331)) 34) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 32) (($ (-341 (-1664) (-1664 (QUOTE XC)) (-699))) 40)))
+(((-66 |#1|) (-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664) (-1664 (QUOTE XC)) (-699)))))) (-1175)) (T -66))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-341 (-1664) (-1664 (QUOTE XC)) (-699))) (-5 *1 (-66 *3)) (-14 *3 (-1175)))))
+(-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664) (-1664 (QUOTE XC)) (-699))))))
+((-2202 (((-1270) $) 68)) (-1650 (((-862) $) 62) (($ (-689 (-699))) 54) (($ (-644 (-331))) 53) (($ (-331)) 60) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 58)))
(((-67 |#1|) (-385) (-1175)) (T -67))
NIL
(-385)
-((-1586 (((-1269) $) 69)) (-3152 (((-862) $) 63) (($ (-689 (-699))) 55) (($ (-644 (-331))) 54) (($ (-331)) 57) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 60)))
+((-2202 (((-1270) $) 69)) (-1650 (((-862) $) 63) (($ (-689 (-699))) 55) (($ (-644 (-331))) 54) (($ (-331)) 57) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 60)))
(((-68 |#1|) (-385) (-1175)) (T -68))
NIL
(-385)
-((-1586 (((-1269) $) NIL) (((-1269)) 33)) (-3152 (((-862) $) NIL)))
-(((-69 |#1|) (-13 (-397) (-10 -7 (-15 -1586 ((-1269))))) (-1175)) (T -69))
-((-1586 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-69 *3)) (-14 *3 (-1175)))))
-(-13 (-397) (-10 -7 (-15 -1586 ((-1269)))))
-((-1586 (((-1269) $) 75)) (-3152 (((-862) $) 69) (($ (-689 (-699))) 61) (($ (-644 (-331))) 63) (($ (-331)) 66) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 60)))
+((-2202 (((-1270) $) NIL) (((-1270)) 33)) (-1650 (((-862) $) NIL)))
+(((-69 |#1|) (-13 (-397) (-10 -7 (-15 -2202 ((-1270))))) (-1175)) (T -69))
+((-2202 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-69 *3)) (-14 *3 (-1175)))))
+(-13 (-397) (-10 -7 (-15 -2202 ((-1270)))))
+((-2202 (((-1270) $) 75)) (-1650 (((-862) $) 69) (($ (-689 (-699))) 61) (($ (-644 (-331))) 63) (($ (-331)) 66) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 60)))
(((-70 |#1|) (-385) (-1175)) (T -70))
NIL
(-385)
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 111) (((-3 $ "failed") (-1264 (-317 (-566)))) 100) (((-3 $ "failed") (-1264 (-952 (-381)))) 131) (((-3 $ "failed") (-1264 (-952 (-566)))) 121) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 89) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 76)) (-4158 (($ (-1264 (-317 (-381)))) 107) (($ (-1264 (-317 (-566)))) 96) (($ (-1264 (-952 (-381)))) 127) (($ (-1264 (-952 (-566)))) 117) (($ (-1264 (-409 (-952 (-381))))) 85) (($ (-1264 (-409 (-952 (-566))))) 69)) (-1586 (((-1269) $) 144)) (-3152 (((-862) $) 138) (($ (-644 (-331))) 133) (($ (-331)) 136) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 61) (($ (-1264 (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699)))) 62)))
-(((-71 |#1|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699))))))) (-1175)) (T -71))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699)))) (-5 *1 (-71 *3)) (-14 *3 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699)))))))
-((-1586 (((-1269) $) 33) (((-1269)) 32)) (-3152 (((-862) $) 36)))
-(((-72 |#1|) (-13 (-397) (-10 -7 (-15 -1586 ((-1269))))) (-1175)) (T -72))
-((-1586 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-72 *3)) (-14 *3 (-1175)))))
-(-13 (-397) (-10 -7 (-15 -1586 ((-1269)))))
-((-1586 (((-1269) $) 65)) (-3152 (((-862) $) 59) (($ (-689 (-699))) 51) (($ (-644 (-331))) 53) (($ (-331)) 56) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 50)))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 111) (((-3 $ "failed") (-1265 (-317 (-566)))) 100) (((-3 $ "failed") (-1265 (-952 (-381)))) 131) (((-3 $ "failed") (-1265 (-952 (-566)))) 121) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 89) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 76)) (-3213 (($ (-1265 (-317 (-381)))) 107) (($ (-1265 (-317 (-566)))) 96) (($ (-1265 (-952 (-381)))) 127) (($ (-1265 (-952 (-566)))) 117) (($ (-1265 (-409 (-952 (-381))))) 85) (($ (-1265 (-409 (-952 (-566))))) 69)) (-2202 (((-1270) $) 144)) (-1650 (((-862) $) 138) (($ (-644 (-331))) 133) (($ (-331)) 136) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 61) (($ (-1265 (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699)))) 62)))
+(((-71 |#1|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699))))))) (-1175)) (T -71))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699)))) (-5 *1 (-71 *3)) (-14 *3 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699)))))))
+((-2202 (((-1270) $) 33) (((-1270)) 32)) (-1650 (((-862) $) 36)))
+(((-72 |#1|) (-13 (-397) (-10 -7 (-15 -2202 ((-1270))))) (-1175)) (T -72))
+((-2202 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-72 *3)) (-14 *3 (-1175)))))
+(-13 (-397) (-10 -7 (-15 -2202 ((-1270)))))
+((-2202 (((-1270) $) 65)) (-1650 (((-862) $) 59) (($ (-689 (-699))) 51) (($ (-644 (-331))) 53) (($ (-331)) 56) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 50)))
(((-73 |#1|) (-385) (-1175)) (T -73))
NIL
(-385)
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 130) (((-3 $ "failed") (-1264 (-317 (-566)))) 120) (((-3 $ "failed") (-1264 (-952 (-381)))) 150) (((-3 $ "failed") (-1264 (-952 (-566)))) 140) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 110) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 98)) (-4158 (($ (-1264 (-317 (-381)))) 126) (($ (-1264 (-317 (-566)))) 116) (($ (-1264 (-952 (-381)))) 146) (($ (-1264 (-952 (-566)))) 136) (($ (-1264 (-409 (-952 (-381))))) 106) (($ (-1264 (-409 (-952 (-566))))) 91)) (-1586 (((-1269) $) 83)) (-3152 (((-862) $) 28) (($ (-644 (-331))) 73) (($ (-331)) 69) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 76) (($ (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699)))) 70)))
-(((-74 |#1|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699))))))) (-1175)) (T -74))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699)))) (-5 *1 (-74 *3)) (-14 *3 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699)))))))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 135) (((-3 $ "failed") (-1264 (-317 (-566)))) 124) (((-3 $ "failed") (-1264 (-952 (-381)))) 155) (((-3 $ "failed") (-1264 (-952 (-566)))) 145) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 113) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 100)) (-4158 (($ (-1264 (-317 (-381)))) 131) (($ (-1264 (-317 (-566)))) 120) (($ (-1264 (-952 (-381)))) 151) (($ (-1264 (-952 (-566)))) 141) (($ (-1264 (-409 (-952 (-381))))) 109) (($ (-1264 (-409 (-952 (-566))))) 93)) (-1586 (((-1269) $) 85)) (-3152 (((-862) $) 77) (($ (-644 (-331))) NIL) (($ (-331)) NIL) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) NIL) (($ (-1264 (-341 (-1340 (QUOTE X) (QUOTE EPS)) (-1340 (QUOTE -2481)) (-699)))) 72)))
-(((-75 |#1| |#2| |#3|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X) (QUOTE EPS)) (-1340 (QUOTE -2481)) (-699))))))) (-1175) (-1175) (-1175)) (T -75))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340 (QUOTE X) (QUOTE EPS)) (-1340 (QUOTE -2481)) (-699)))) (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1175)) (-14 *4 (-1175)) (-14 *5 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X) (QUOTE EPS)) (-1340 (QUOTE -2481)) (-699)))))))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 141) (((-3 $ "failed") (-1264 (-317 (-566)))) 130) (((-3 $ "failed") (-1264 (-952 (-381)))) 161) (((-3 $ "failed") (-1264 (-952 (-566)))) 151) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 119) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 106)) (-4158 (($ (-1264 (-317 (-381)))) 137) (($ (-1264 (-317 (-566)))) 126) (($ (-1264 (-952 (-381)))) 157) (($ (-1264 (-952 (-566)))) 147) (($ (-1264 (-409 (-952 (-381))))) 115) (($ (-1264 (-409 (-952 (-566))))) 99)) (-1586 (((-1269) $) 91)) (-3152 (((-862) $) 83) (($ (-644 (-331))) NIL) (($ (-331)) NIL) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) NIL) (($ (-1264 (-341 (-1340 (QUOTE EPS)) (-1340 (QUOTE YA) (QUOTE YB)) (-699)))) 78)))
-(((-76 |#1| |#2| |#3|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE EPS)) (-1340 (QUOTE YA) (QUOTE YB)) (-699))))))) (-1175) (-1175) (-1175)) (T -76))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340 (QUOTE EPS)) (-1340 (QUOTE YA) (QUOTE YB)) (-699)))) (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1175)) (-14 *4 (-1175)) (-14 *5 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE EPS)) (-1340 (QUOTE YA) (QUOTE YB)) (-699)))))))
-((-2229 (((-3 $ "failed") (-317 (-381))) 83) (((-3 $ "failed") (-317 (-566))) 88) (((-3 $ "failed") (-952 (-381))) 92) (((-3 $ "failed") (-952 (-566))) 96) (((-3 $ "failed") (-409 (-952 (-381)))) 78) (((-3 $ "failed") (-409 (-952 (-566)))) 71)) (-4158 (($ (-317 (-381))) 81) (($ (-317 (-566))) 86) (($ (-952 (-381))) 90) (($ (-952 (-566))) 94) (($ (-409 (-952 (-381)))) 76) (($ (-409 (-952 (-566)))) 68)) (-1586 (((-1269) $) 63)) (-3152 (((-862) $) 51) (($ (-644 (-331))) 47) (($ (-331)) 57) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 55) (($ (-341 (-1340) (-1340 (QUOTE X)) (-699))) 48)))
-(((-77 |#1|) (-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340) (-1340 (QUOTE X)) (-699)))))) (-1175)) (T -77))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-341 (-1340) (-1340 (QUOTE X)) (-699))) (-5 *1 (-77 *3)) (-14 *3 (-1175)))))
-(-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340) (-1340 (QUOTE X)) (-699))))))
-((-2229 (((-3 $ "failed") (-317 (-381))) 47) (((-3 $ "failed") (-317 (-566))) 52) (((-3 $ "failed") (-952 (-381))) 56) (((-3 $ "failed") (-952 (-566))) 60) (((-3 $ "failed") (-409 (-952 (-381)))) 42) (((-3 $ "failed") (-409 (-952 (-566)))) 35)) (-4158 (($ (-317 (-381))) 45) (($ (-317 (-566))) 50) (($ (-952 (-381))) 54) (($ (-952 (-566))) 58) (($ (-409 (-952 (-381)))) 40) (($ (-409 (-952 (-566)))) 32)) (-1586 (((-1269) $) 81)) (-3152 (((-862) $) 75) (($ (-644 (-331))) 67) (($ (-331)) 72) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 70) (($ (-341 (-1340) (-1340 (QUOTE X)) (-699))) 31)))
-(((-78 |#1|) (-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340) (-1340 (QUOTE X)) (-699)))))) (-1175)) (T -78))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-341 (-1340) (-1340 (QUOTE X)) (-699))) (-5 *1 (-78 *3)) (-14 *3 (-1175)))))
-(-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340) (-1340 (QUOTE X)) (-699))))))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 90) (((-3 $ "failed") (-1264 (-317 (-566)))) 79) (((-3 $ "failed") (-1264 (-952 (-381)))) 110) (((-3 $ "failed") (-1264 (-952 (-566)))) 100) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 68) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 55)) (-4158 (($ (-1264 (-317 (-381)))) 86) (($ (-1264 (-317 (-566)))) 75) (($ (-1264 (-952 (-381)))) 106) (($ (-1264 (-952 (-566)))) 96) (($ (-1264 (-409 (-952 (-381))))) 64) (($ (-1264 (-409 (-952 (-566))))) 48)) (-1586 (((-1269) $) 126)) (-3152 (((-862) $) 120) (($ (-644 (-331))) 113) (($ (-331)) 38) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 116) (($ (-1264 (-341 (-1340) (-1340 (QUOTE XC)) (-699)))) 39)))
-(((-79 |#1|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340) (-1340 (QUOTE XC)) (-699))))))) (-1175)) (T -79))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340) (-1340 (QUOTE XC)) (-699)))) (-5 *1 (-79 *3)) (-14 *3 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340) (-1340 (QUOTE XC)) (-699)))))))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 158) (((-3 $ "failed") (-1264 (-317 (-566)))) 148) (((-3 $ "failed") (-1264 (-952 (-381)))) 178) (((-3 $ "failed") (-1264 (-952 (-566)))) 168) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 138) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 126)) (-4158 (($ (-1264 (-317 (-381)))) 154) (($ (-1264 (-317 (-566)))) 144) (($ (-1264 (-952 (-381)))) 174) (($ (-1264 (-952 (-566)))) 164) (($ (-1264 (-409 (-952 (-381))))) 134) (($ (-1264 (-409 (-952 (-566))))) 119)) (-1586 (((-1269) $) 112)) (-3152 (((-862) $) 106) (($ (-644 (-331))) 97) (($ (-331)) 104) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 102) (($ (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699)))) 98)))
-(((-80 |#1|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699))))))) (-1175)) (T -80))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699)))) (-5 *1 (-80 *3)) (-14 *3 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699)))))))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 79) (((-3 $ "failed") (-1264 (-317 (-566)))) 68) (((-3 $ "failed") (-1264 (-952 (-381)))) 99) (((-3 $ "failed") (-1264 (-952 (-566)))) 89) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 57) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 44)) (-4158 (($ (-1264 (-317 (-381)))) 75) (($ (-1264 (-317 (-566)))) 64) (($ (-1264 (-952 (-381)))) 95) (($ (-1264 (-952 (-566)))) 85) (($ (-1264 (-409 (-952 (-381))))) 53) (($ (-1264 (-409 (-952 (-566))))) 37)) (-1586 (((-1269) $) 125)) (-3152 (((-862) $) 119) (($ (-644 (-331))) 110) (($ (-331)) 116) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 114) (($ (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699)))) 36)))
-(((-81 |#1|) (-13 (-443) (-616 (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699))))) (-1175)) (T -81))
-NIL
-(-13 (-443) (-616 (-1264 (-341 (-1340) (-1340 (QUOTE X)) (-699)))))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 98) (((-3 $ "failed") (-1264 (-317 (-566)))) 87) (((-3 $ "failed") (-1264 (-952 (-381)))) 118) (((-3 $ "failed") (-1264 (-952 (-566)))) 108) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 76) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 63)) (-4158 (($ (-1264 (-317 (-381)))) 94) (($ (-1264 (-317 (-566)))) 83) (($ (-1264 (-952 (-381)))) 114) (($ (-1264 (-952 (-566)))) 104) (($ (-1264 (-409 (-952 (-381))))) 72) (($ (-1264 (-409 (-952 (-566))))) 56)) (-1586 (((-1269) $) 48)) (-3152 (((-862) $) 42) (($ (-644 (-331))) 32) (($ (-331)) 35) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 38) (($ (-1264 (-341 (-1340 (QUOTE X) (QUOTE -2481)) (-1340) (-699)))) 33)))
-(((-82 |#1|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X) (QUOTE -2481)) (-1340) (-699))))))) (-1175)) (T -82))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340 (QUOTE X) (QUOTE -2481)) (-1340) (-699)))) (-5 *1 (-82 *3)) (-14 *3 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X) (QUOTE -2481)) (-1340) (-699)))))))
-((-2229 (((-3 $ "failed") (-689 (-317 (-381)))) 118) (((-3 $ "failed") (-689 (-317 (-566)))) 107) (((-3 $ "failed") (-689 (-952 (-381)))) 140) (((-3 $ "failed") (-689 (-952 (-566)))) 129) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 96) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 83)) (-4158 (($ (-689 (-317 (-381)))) 114) (($ (-689 (-317 (-566)))) 103) (($ (-689 (-952 (-381)))) 136) (($ (-689 (-952 (-566)))) 125) (($ (-689 (-409 (-952 (-381))))) 92) (($ (-689 (-409 (-952 (-566))))) 76)) (-1586 (((-1269) $) 66)) (-3152 (((-862) $) 53) (($ (-644 (-331))) 60) (($ (-331)) 49) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 58) (($ (-689 (-341 (-1340 (QUOTE X) (QUOTE -2481)) (-1340) (-699)))) 50)))
-(((-83 |#1|) (-13 (-386) (-10 -8 (-15 -3152 ($ (-689 (-341 (-1340 (QUOTE X) (QUOTE -2481)) (-1340) (-699))))))) (-1175)) (T -83))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-689 (-341 (-1340 (QUOTE X) (QUOTE -2481)) (-1340) (-699)))) (-5 *1 (-83 *3)) (-14 *3 (-1175)))))
-(-13 (-386) (-10 -8 (-15 -3152 ($ (-689 (-341 (-1340 (QUOTE X) (QUOTE -2481)) (-1340) (-699)))))))
-((-2229 (((-3 $ "failed") (-689 (-317 (-381)))) 113) (((-3 $ "failed") (-689 (-317 (-566)))) 101) (((-3 $ "failed") (-689 (-952 (-381)))) 135) (((-3 $ "failed") (-689 (-952 (-566)))) 124) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 89) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 75)) (-4158 (($ (-689 (-317 (-381)))) 109) (($ (-689 (-317 (-566)))) 97) (($ (-689 (-952 (-381)))) 131) (($ (-689 (-952 (-566)))) 120) (($ (-689 (-409 (-952 (-381))))) 85) (($ (-689 (-409 (-952 (-566))))) 68)) (-1586 (((-1269) $) 60)) (-3152 (((-862) $) 54) (($ (-644 (-331))) 48) (($ (-331)) 51) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 45) (($ (-689 (-341 (-1340 (QUOTE X)) (-1340) (-699)))) 46)))
-(((-84 |#1|) (-13 (-386) (-10 -8 (-15 -3152 ($ (-689 (-341 (-1340 (QUOTE X)) (-1340) (-699))))))) (-1175)) (T -84))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-689 (-341 (-1340 (QUOTE X)) (-1340) (-699)))) (-5 *1 (-84 *3)) (-14 *3 (-1175)))))
-(-13 (-386) (-10 -8 (-15 -3152 ($ (-689 (-341 (-1340 (QUOTE X)) (-1340) (-699)))))))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 105) (((-3 $ "failed") (-1264 (-317 (-566)))) 94) (((-3 $ "failed") (-1264 (-952 (-381)))) 125) (((-3 $ "failed") (-1264 (-952 (-566)))) 115) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 83) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 70)) (-4158 (($ (-1264 (-317 (-381)))) 101) (($ (-1264 (-317 (-566)))) 90) (($ (-1264 (-952 (-381)))) 121) (($ (-1264 (-952 (-566)))) 111) (($ (-1264 (-409 (-952 (-381))))) 79) (($ (-1264 (-409 (-952 (-566))))) 63)) (-1586 (((-1269) $) 47)) (-3152 (((-862) $) 41) (($ (-644 (-331))) 50) (($ (-331)) 37) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 53) (($ (-1264 (-341 (-1340 (QUOTE X)) (-1340) (-699)))) 38)))
-(((-85 |#1|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X)) (-1340) (-699))))))) (-1175)) (T -85))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340 (QUOTE X)) (-1340) (-699)))) (-5 *1 (-85 *3)) (-14 *3 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X)) (-1340) (-699)))))))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 80) (((-3 $ "failed") (-1264 (-317 (-566)))) 69) (((-3 $ "failed") (-1264 (-952 (-381)))) 100) (((-3 $ "failed") (-1264 (-952 (-566)))) 90) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 58) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 45)) (-4158 (($ (-1264 (-317 (-381)))) 76) (($ (-1264 (-317 (-566)))) 65) (($ (-1264 (-952 (-381)))) 96) (($ (-1264 (-952 (-566)))) 86) (($ (-1264 (-409 (-952 (-381))))) 54) (($ (-1264 (-409 (-952 (-566))))) 38)) (-1586 (((-1269) $) 126)) (-3152 (((-862) $) 120) (($ (-644 (-331))) 111) (($ (-331)) 117) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 115) (($ (-1264 (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699)))) 37)))
-(((-86 |#1|) (-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699))))))) (-1175)) (T -86))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699)))) (-5 *1 (-86 *3)) (-14 *3 (-1175)))))
-(-13 (-443) (-10 -8 (-15 -3152 ($ (-1264 (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699)))))))
-((-2229 (((-3 $ "failed") (-689 (-317 (-381)))) 117) (((-3 $ "failed") (-689 (-317 (-566)))) 105) (((-3 $ "failed") (-689 (-952 (-381)))) 139) (((-3 $ "failed") (-689 (-952 (-566)))) 128) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 93) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 79)) (-4158 (($ (-689 (-317 (-381)))) 113) (($ (-689 (-317 (-566)))) 101) (($ (-689 (-952 (-381)))) 135) (($ (-689 (-952 (-566)))) 124) (($ (-689 (-409 (-952 (-381))))) 89) (($ (-689 (-409 (-952 (-566))))) 72)) (-1586 (((-1269) $) 63)) (-3152 (((-862) $) 57) (($ (-644 (-331))) 47) (($ (-331)) 54) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 52) (($ (-689 (-341 (-1340 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1340) (-699)))) 48)))
-(((-87 |#1|) (-13 (-386) (-10 -8 (-15 -3152 ($ (-689 (-341 (-1340 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1340) (-699))))))) (-1175)) (T -87))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-689 (-341 (-1340 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1340) (-699)))) (-5 *1 (-87 *3)) (-14 *3 (-1175)))))
-(-13 (-386) (-10 -8 (-15 -3152 ($ (-689 (-341 (-1340 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1340) (-699)))))))
-((-1586 (((-1269) $) 45)) (-3152 (((-862) $) 39) (($ (-1264 (-699))) 101) (($ (-644 (-331))) 31) (($ (-331)) 36) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 34)))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 130) (((-3 $ "failed") (-1265 (-317 (-566)))) 120) (((-3 $ "failed") (-1265 (-952 (-381)))) 150) (((-3 $ "failed") (-1265 (-952 (-566)))) 140) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 110) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 98)) (-3213 (($ (-1265 (-317 (-381)))) 126) (($ (-1265 (-317 (-566)))) 116) (($ (-1265 (-952 (-381)))) 146) (($ (-1265 (-952 (-566)))) 136) (($ (-1265 (-409 (-952 (-381))))) 106) (($ (-1265 (-409 (-952 (-566))))) 91)) (-2202 (((-1270) $) 83)) (-1650 (((-862) $) 28) (($ (-644 (-331))) 73) (($ (-331)) 69) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 76) (($ (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699)))) 70)))
+(((-74 |#1|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699))))))) (-1175)) (T -74))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699)))) (-5 *1 (-74 *3)) (-14 *3 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699)))))))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 135) (((-3 $ "failed") (-1265 (-317 (-566)))) 124) (((-3 $ "failed") (-1265 (-952 (-381)))) 155) (((-3 $ "failed") (-1265 (-952 (-566)))) 145) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 113) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 100)) (-3213 (($ (-1265 (-317 (-381)))) 131) (($ (-1265 (-317 (-566)))) 120) (($ (-1265 (-952 (-381)))) 151) (($ (-1265 (-952 (-566)))) 141) (($ (-1265 (-409 (-952 (-381))))) 109) (($ (-1265 (-409 (-952 (-566))))) 93)) (-2202 (((-1270) $) 85)) (-1650 (((-862) $) 77) (($ (-644 (-331))) NIL) (($ (-331)) NIL) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) NIL) (($ (-1265 (-341 (-1664 (QUOTE X) (QUOTE EPS)) (-1664 (QUOTE -3593)) (-699)))) 72)))
+(((-75 |#1| |#2| |#3|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X) (QUOTE EPS)) (-1664 (QUOTE -3593)) (-699))))))) (-1175) (-1175) (-1175)) (T -75))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664 (QUOTE X) (QUOTE EPS)) (-1664 (QUOTE -3593)) (-699)))) (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1175)) (-14 *4 (-1175)) (-14 *5 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X) (QUOTE EPS)) (-1664 (QUOTE -3593)) (-699)))))))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 141) (((-3 $ "failed") (-1265 (-317 (-566)))) 130) (((-3 $ "failed") (-1265 (-952 (-381)))) 161) (((-3 $ "failed") (-1265 (-952 (-566)))) 151) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 119) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 106)) (-3213 (($ (-1265 (-317 (-381)))) 137) (($ (-1265 (-317 (-566)))) 126) (($ (-1265 (-952 (-381)))) 157) (($ (-1265 (-952 (-566)))) 147) (($ (-1265 (-409 (-952 (-381))))) 115) (($ (-1265 (-409 (-952 (-566))))) 99)) (-2202 (((-1270) $) 91)) (-1650 (((-862) $) 83) (($ (-644 (-331))) NIL) (($ (-331)) NIL) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) NIL) (($ (-1265 (-341 (-1664 (QUOTE EPS)) (-1664 (QUOTE YA) (QUOTE YB)) (-699)))) 78)))
+(((-76 |#1| |#2| |#3|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE EPS)) (-1664 (QUOTE YA) (QUOTE YB)) (-699))))))) (-1175) (-1175) (-1175)) (T -76))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664 (QUOTE EPS)) (-1664 (QUOTE YA) (QUOTE YB)) (-699)))) (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1175)) (-14 *4 (-1175)) (-14 *5 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE EPS)) (-1664 (QUOTE YA) (QUOTE YB)) (-699)))))))
+((-1821 (((-3 $ "failed") (-317 (-381))) 83) (((-3 $ "failed") (-317 (-566))) 88) (((-3 $ "failed") (-952 (-381))) 92) (((-3 $ "failed") (-952 (-566))) 96) (((-3 $ "failed") (-409 (-952 (-381)))) 78) (((-3 $ "failed") (-409 (-952 (-566)))) 71)) (-3213 (($ (-317 (-381))) 81) (($ (-317 (-566))) 86) (($ (-952 (-381))) 90) (($ (-952 (-566))) 94) (($ (-409 (-952 (-381)))) 76) (($ (-409 (-952 (-566)))) 68)) (-2202 (((-1270) $) 63)) (-1650 (((-862) $) 51) (($ (-644 (-331))) 47) (($ (-331)) 57) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 55) (($ (-341 (-1664) (-1664 (QUOTE X)) (-699))) 48)))
+(((-77 |#1|) (-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664) (-1664 (QUOTE X)) (-699)))))) (-1175)) (T -77))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-341 (-1664) (-1664 (QUOTE X)) (-699))) (-5 *1 (-77 *3)) (-14 *3 (-1175)))))
+(-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664) (-1664 (QUOTE X)) (-699))))))
+((-1821 (((-3 $ "failed") (-317 (-381))) 47) (((-3 $ "failed") (-317 (-566))) 52) (((-3 $ "failed") (-952 (-381))) 56) (((-3 $ "failed") (-952 (-566))) 60) (((-3 $ "failed") (-409 (-952 (-381)))) 42) (((-3 $ "failed") (-409 (-952 (-566)))) 35)) (-3213 (($ (-317 (-381))) 45) (($ (-317 (-566))) 50) (($ (-952 (-381))) 54) (($ (-952 (-566))) 58) (($ (-409 (-952 (-381)))) 40) (($ (-409 (-952 (-566)))) 32)) (-2202 (((-1270) $) 81)) (-1650 (((-862) $) 75) (($ (-644 (-331))) 67) (($ (-331)) 72) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 70) (($ (-341 (-1664) (-1664 (QUOTE X)) (-699))) 31)))
+(((-78 |#1|) (-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664) (-1664 (QUOTE X)) (-699)))))) (-1175)) (T -78))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-341 (-1664) (-1664 (QUOTE X)) (-699))) (-5 *1 (-78 *3)) (-14 *3 (-1175)))))
+(-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664) (-1664 (QUOTE X)) (-699))))))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 90) (((-3 $ "failed") (-1265 (-317 (-566)))) 79) (((-3 $ "failed") (-1265 (-952 (-381)))) 110) (((-3 $ "failed") (-1265 (-952 (-566)))) 100) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 68) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 55)) (-3213 (($ (-1265 (-317 (-381)))) 86) (($ (-1265 (-317 (-566)))) 75) (($ (-1265 (-952 (-381)))) 106) (($ (-1265 (-952 (-566)))) 96) (($ (-1265 (-409 (-952 (-381))))) 64) (($ (-1265 (-409 (-952 (-566))))) 48)) (-2202 (((-1270) $) 126)) (-1650 (((-862) $) 120) (($ (-644 (-331))) 113) (($ (-331)) 38) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 116) (($ (-1265 (-341 (-1664) (-1664 (QUOTE XC)) (-699)))) 39)))
+(((-79 |#1|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664) (-1664 (QUOTE XC)) (-699))))))) (-1175)) (T -79))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664) (-1664 (QUOTE XC)) (-699)))) (-5 *1 (-79 *3)) (-14 *3 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664) (-1664 (QUOTE XC)) (-699)))))))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 158) (((-3 $ "failed") (-1265 (-317 (-566)))) 148) (((-3 $ "failed") (-1265 (-952 (-381)))) 178) (((-3 $ "failed") (-1265 (-952 (-566)))) 168) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 138) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 126)) (-3213 (($ (-1265 (-317 (-381)))) 154) (($ (-1265 (-317 (-566)))) 144) (($ (-1265 (-952 (-381)))) 174) (($ (-1265 (-952 (-566)))) 164) (($ (-1265 (-409 (-952 (-381))))) 134) (($ (-1265 (-409 (-952 (-566))))) 119)) (-2202 (((-1270) $) 112)) (-1650 (((-862) $) 106) (($ (-644 (-331))) 97) (($ (-331)) 104) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 102) (($ (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699)))) 98)))
+(((-80 |#1|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699))))))) (-1175)) (T -80))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699)))) (-5 *1 (-80 *3)) (-14 *3 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699)))))))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 79) (((-3 $ "failed") (-1265 (-317 (-566)))) 68) (((-3 $ "failed") (-1265 (-952 (-381)))) 99) (((-3 $ "failed") (-1265 (-952 (-566)))) 89) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 57) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 44)) (-3213 (($ (-1265 (-317 (-381)))) 75) (($ (-1265 (-317 (-566)))) 64) (($ (-1265 (-952 (-381)))) 95) (($ (-1265 (-952 (-566)))) 85) (($ (-1265 (-409 (-952 (-381))))) 53) (($ (-1265 (-409 (-952 (-566))))) 37)) (-2202 (((-1270) $) 125)) (-1650 (((-862) $) 119) (($ (-644 (-331))) 110) (($ (-331)) 116) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 114) (($ (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699)))) 36)))
+(((-81 |#1|) (-13 (-443) (-616 (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699))))) (-1175)) (T -81))
+NIL
+(-13 (-443) (-616 (-1265 (-341 (-1664) (-1664 (QUOTE X)) (-699)))))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 98) (((-3 $ "failed") (-1265 (-317 (-566)))) 87) (((-3 $ "failed") (-1265 (-952 (-381)))) 118) (((-3 $ "failed") (-1265 (-952 (-566)))) 108) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 76) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 63)) (-3213 (($ (-1265 (-317 (-381)))) 94) (($ (-1265 (-317 (-566)))) 83) (($ (-1265 (-952 (-381)))) 114) (($ (-1265 (-952 (-566)))) 104) (($ (-1265 (-409 (-952 (-381))))) 72) (($ (-1265 (-409 (-952 (-566))))) 56)) (-2202 (((-1270) $) 48)) (-1650 (((-862) $) 42) (($ (-644 (-331))) 32) (($ (-331)) 35) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 38) (($ (-1265 (-341 (-1664 (QUOTE X) (QUOTE -3593)) (-1664) (-699)))) 33)))
+(((-82 |#1|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X) (QUOTE -3593)) (-1664) (-699))))))) (-1175)) (T -82))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664 (QUOTE X) (QUOTE -3593)) (-1664) (-699)))) (-5 *1 (-82 *3)) (-14 *3 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X) (QUOTE -3593)) (-1664) (-699)))))))
+((-1821 (((-3 $ "failed") (-689 (-317 (-381)))) 118) (((-3 $ "failed") (-689 (-317 (-566)))) 107) (((-3 $ "failed") (-689 (-952 (-381)))) 140) (((-3 $ "failed") (-689 (-952 (-566)))) 129) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 96) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 83)) (-3213 (($ (-689 (-317 (-381)))) 114) (($ (-689 (-317 (-566)))) 103) (($ (-689 (-952 (-381)))) 136) (($ (-689 (-952 (-566)))) 125) (($ (-689 (-409 (-952 (-381))))) 92) (($ (-689 (-409 (-952 (-566))))) 76)) (-2202 (((-1270) $) 66)) (-1650 (((-862) $) 53) (($ (-644 (-331))) 60) (($ (-331)) 49) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 58) (($ (-689 (-341 (-1664 (QUOTE X) (QUOTE -3593)) (-1664) (-699)))) 50)))
+(((-83 |#1|) (-13 (-386) (-10 -8 (-15 -1650 ($ (-689 (-341 (-1664 (QUOTE X) (QUOTE -3593)) (-1664) (-699))))))) (-1175)) (T -83))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-689 (-341 (-1664 (QUOTE X) (QUOTE -3593)) (-1664) (-699)))) (-5 *1 (-83 *3)) (-14 *3 (-1175)))))
+(-13 (-386) (-10 -8 (-15 -1650 ($ (-689 (-341 (-1664 (QUOTE X) (QUOTE -3593)) (-1664) (-699)))))))
+((-1821 (((-3 $ "failed") (-689 (-317 (-381)))) 113) (((-3 $ "failed") (-689 (-317 (-566)))) 101) (((-3 $ "failed") (-689 (-952 (-381)))) 135) (((-3 $ "failed") (-689 (-952 (-566)))) 124) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 89) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 75)) (-3213 (($ (-689 (-317 (-381)))) 109) (($ (-689 (-317 (-566)))) 97) (($ (-689 (-952 (-381)))) 131) (($ (-689 (-952 (-566)))) 120) (($ (-689 (-409 (-952 (-381))))) 85) (($ (-689 (-409 (-952 (-566))))) 68)) (-2202 (((-1270) $) 60)) (-1650 (((-862) $) 54) (($ (-644 (-331))) 48) (($ (-331)) 51) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 45) (($ (-689 (-341 (-1664 (QUOTE X)) (-1664) (-699)))) 46)))
+(((-84 |#1|) (-13 (-386) (-10 -8 (-15 -1650 ($ (-689 (-341 (-1664 (QUOTE X)) (-1664) (-699))))))) (-1175)) (T -84))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-689 (-341 (-1664 (QUOTE X)) (-1664) (-699)))) (-5 *1 (-84 *3)) (-14 *3 (-1175)))))
+(-13 (-386) (-10 -8 (-15 -1650 ($ (-689 (-341 (-1664 (QUOTE X)) (-1664) (-699)))))))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 105) (((-3 $ "failed") (-1265 (-317 (-566)))) 94) (((-3 $ "failed") (-1265 (-952 (-381)))) 125) (((-3 $ "failed") (-1265 (-952 (-566)))) 115) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 83) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 70)) (-3213 (($ (-1265 (-317 (-381)))) 101) (($ (-1265 (-317 (-566)))) 90) (($ (-1265 (-952 (-381)))) 121) (($ (-1265 (-952 (-566)))) 111) (($ (-1265 (-409 (-952 (-381))))) 79) (($ (-1265 (-409 (-952 (-566))))) 63)) (-2202 (((-1270) $) 47)) (-1650 (((-862) $) 41) (($ (-644 (-331))) 50) (($ (-331)) 37) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 53) (($ (-1265 (-341 (-1664 (QUOTE X)) (-1664) (-699)))) 38)))
+(((-85 |#1|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X)) (-1664) (-699))))))) (-1175)) (T -85))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664 (QUOTE X)) (-1664) (-699)))) (-5 *1 (-85 *3)) (-14 *3 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X)) (-1664) (-699)))))))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 80) (((-3 $ "failed") (-1265 (-317 (-566)))) 69) (((-3 $ "failed") (-1265 (-952 (-381)))) 100) (((-3 $ "failed") (-1265 (-952 (-566)))) 90) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 58) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 45)) (-3213 (($ (-1265 (-317 (-381)))) 76) (($ (-1265 (-317 (-566)))) 65) (($ (-1265 (-952 (-381)))) 96) (($ (-1265 (-952 (-566)))) 86) (($ (-1265 (-409 (-952 (-381))))) 54) (($ (-1265 (-409 (-952 (-566))))) 38)) (-2202 (((-1270) $) 126)) (-1650 (((-862) $) 120) (($ (-644 (-331))) 111) (($ (-331)) 117) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 115) (($ (-1265 (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699)))) 37)))
+(((-86 |#1|) (-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699))))))) (-1175)) (T -86))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699)))) (-5 *1 (-86 *3)) (-14 *3 (-1175)))))
+(-13 (-443) (-10 -8 (-15 -1650 ($ (-1265 (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699)))))))
+((-1821 (((-3 $ "failed") (-689 (-317 (-381)))) 117) (((-3 $ "failed") (-689 (-317 (-566)))) 105) (((-3 $ "failed") (-689 (-952 (-381)))) 139) (((-3 $ "failed") (-689 (-952 (-566)))) 128) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 93) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 79)) (-3213 (($ (-689 (-317 (-381)))) 113) (($ (-689 (-317 (-566)))) 101) (($ (-689 (-952 (-381)))) 135) (($ (-689 (-952 (-566)))) 124) (($ (-689 (-409 (-952 (-381))))) 89) (($ (-689 (-409 (-952 (-566))))) 72)) (-2202 (((-1270) $) 63)) (-1650 (((-862) $) 57) (($ (-644 (-331))) 47) (($ (-331)) 54) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 52) (($ (-689 (-341 (-1664 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1664) (-699)))) 48)))
+(((-87 |#1|) (-13 (-386) (-10 -8 (-15 -1650 ($ (-689 (-341 (-1664 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1664) (-699))))))) (-1175)) (T -87))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-689 (-341 (-1664 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1664) (-699)))) (-5 *1 (-87 *3)) (-14 *3 (-1175)))))
+(-13 (-386) (-10 -8 (-15 -1650 ($ (-689 (-341 (-1664 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-1664) (-699)))))))
+((-2202 (((-1270) $) 45)) (-1650 (((-862) $) 39) (($ (-1265 (-699))) 101) (($ (-644 (-331))) 31) (($ (-331)) 36) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 34)))
(((-88 |#1|) (-442) (-1175)) (T -88))
NIL
(-442)
-((-2229 (((-3 $ "failed") (-317 (-381))) 48) (((-3 $ "failed") (-317 (-566))) 53) (((-3 $ "failed") (-952 (-381))) 57) (((-3 $ "failed") (-952 (-566))) 61) (((-3 $ "failed") (-409 (-952 (-381)))) 43) (((-3 $ "failed") (-409 (-952 (-566)))) 36)) (-4158 (($ (-317 (-381))) 46) (($ (-317 (-566))) 51) (($ (-952 (-381))) 55) (($ (-952 (-566))) 59) (($ (-409 (-952 (-381)))) 41) (($ (-409 (-952 (-566)))) 33)) (-1586 (((-1269) $) 91)) (-3152 (((-862) $) 85) (($ (-644 (-331))) 79) (($ (-331)) 82) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 77) (($ (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699))) 32)))
-(((-89 |#1|) (-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699)))))) (-1175)) (T -89))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699))) (-5 *1 (-89 *3)) (-14 *3 (-1175)))))
-(-13 (-398) (-10 -8 (-15 -3152 ($ (-341 (-1340 (QUOTE X)) (-1340 (QUOTE -2481)) (-699))))))
-((-3223 (((-1264 (-689 |#1|)) (-689 |#1|)) 65)) (-1930 (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 (-644 (-921))))) |#2| (-921)) 54)) (-2930 (((-2 (|:| |minor| (-644 (-921))) (|:| -3434 |#2|) (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 |#2|))) |#2| (-921)) 76 (|has| |#1| (-365)))))
-(((-90 |#1| |#2|) (-10 -7 (-15 -1930 ((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 (-644 (-921))))) |#2| (-921))) (-15 -3223 ((-1264 (-689 |#1|)) (-689 |#1|))) (IF (|has| |#1| (-365)) (-15 -2930 ((-2 (|:| |minor| (-644 (-921))) (|:| -3434 |#2|) (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 |#2|))) |#2| (-921))) |%noBranch|)) (-558) (-656 |#1|)) (T -90))
-((-2930 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |minor| (-644 (-921))) (|:| -3434 *3) (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 *3)))) (-5 *1 (-90 *5 *3)) (-5 *4 (-921)) (-4 *3 (-656 *5)))) (-3223 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-1264 (-689 *4))) (-5 *1 (-90 *4 *5)) (-5 *3 (-689 *4)) (-4 *5 (-656 *4)))) (-1930 (*1 *2 *3 *4) (-12 (-4 *5 (-558)) (-5 *2 (-2 (|:| -3361 (-689 *5)) (|:| |vec| (-1264 (-644 (-921)))))) (-5 *1 (-90 *5 *3)) (-5 *4 (-921)) (-4 *3 (-656 *5)))))
-(-10 -7 (-15 -1930 ((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 (-644 (-921))))) |#2| (-921))) (-15 -3223 ((-1264 (-689 |#1|)) (-689 |#1|))) (IF (|has| |#1| (-365)) (-15 -2930 ((-2 (|:| |minor| (-644 (-921))) (|:| -3434 |#2|) (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 |#2|))) |#2| (-921))) |%noBranch|))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3712 ((|#1| $) 42)) (-1504 (((-112) $ (-771)) NIL)) (-2463 (($) NIL T CONST)) (-3890 ((|#1| |#1| $) 37)) (-2692 ((|#1| $) 35)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3278 ((|#1| $) NIL)) (-3888 (($ |#1| $) 38)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1973 ((|#1| $) 36)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 18)) (-3493 (($) 46)) (-2766 (((-771) $) 33)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) 17)) (-3152 (((-862) $) 32 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) NIL)) (-1500 (($ (-644 |#1|)) 44)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 15 (|has| |#1| (-1099)))) (-3000 (((-771) $) 12 (|has| $ (-6 -4414)))))
-(((-91 |#1|) (-13 (-1120 |#1|) (-10 -8 (-15 -1500 ($ (-644 |#1|))))) (-1099)) (T -91))
-((-1500 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-91 *3)))))
-(-13 (-1120 |#1|) (-10 -8 (-15 -1500 ($ (-644 |#1|)))))
-((-3152 (((-862) $) 13) (($ (-1180)) 9) (((-1180) $) 8)))
-(((-92 |#1|) (-10 -8 (-15 -3152 ((-1180) |#1|)) (-15 -3152 (|#1| (-1180))) (-15 -3152 ((-862) |#1|))) (-93)) (T -92))
-NIL
-(-10 -8 (-15 -3152 ((-1180) |#1|)) (-15 -3152 (|#1| (-1180))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-1180)) 17) (((-1180) $) 16)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-1821 (((-3 $ "failed") (-317 (-381))) 48) (((-3 $ "failed") (-317 (-566))) 53) (((-3 $ "failed") (-952 (-381))) 57) (((-3 $ "failed") (-952 (-566))) 61) (((-3 $ "failed") (-409 (-952 (-381)))) 43) (((-3 $ "failed") (-409 (-952 (-566)))) 36)) (-3213 (($ (-317 (-381))) 46) (($ (-317 (-566))) 51) (($ (-952 (-381))) 55) (($ (-952 (-566))) 59) (($ (-409 (-952 (-381)))) 41) (($ (-409 (-952 (-566)))) 33)) (-2202 (((-1270) $) 91)) (-1650 (((-862) $) 85) (($ (-644 (-331))) 79) (($ (-331)) 82) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 77) (($ (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699))) 32)))
+(((-89 |#1|) (-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699)))))) (-1175)) (T -89))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699))) (-5 *1 (-89 *3)) (-14 *3 (-1175)))))
+(-13 (-398) (-10 -8 (-15 -1650 ($ (-341 (-1664 (QUOTE X)) (-1664 (QUOTE -3593)) (-699))))))
+((-3949 (((-1265 (-689 |#1|)) (-689 |#1|)) 65)) (-2493 (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 (-644 (-921))))) |#2| (-921)) 54)) (-3033 (((-2 (|:| |minor| (-644 (-921))) (|:| -1900 |#2|) (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 |#2|))) |#2| (-921)) 76 (|has| |#1| (-365)))))
+(((-90 |#1| |#2|) (-10 -7 (-15 -2493 ((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 (-644 (-921))))) |#2| (-921))) (-15 -3949 ((-1265 (-689 |#1|)) (-689 |#1|))) (IF (|has| |#1| (-365)) (-15 -3033 ((-2 (|:| |minor| (-644 (-921))) (|:| -1900 |#2|) (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 |#2|))) |#2| (-921))) |%noBranch|)) (-558) (-656 |#1|)) (T -90))
+((-3033 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |minor| (-644 (-921))) (|:| -1900 *3) (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 *3)))) (-5 *1 (-90 *5 *3)) (-5 *4 (-921)) (-4 *3 (-656 *5)))) (-3949 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-1265 (-689 *4))) (-5 *1 (-90 *4 *5)) (-5 *3 (-689 *4)) (-4 *5 (-656 *4)))) (-2493 (*1 *2 *3 *4) (-12 (-4 *5 (-558)) (-5 *2 (-2 (|:| -2840 (-689 *5)) (|:| |vec| (-1265 (-644 (-921)))))) (-5 *1 (-90 *5 *3)) (-5 *4 (-921)) (-4 *3 (-656 *5)))))
+(-10 -7 (-15 -2493 ((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 (-644 (-921))))) |#2| (-921))) (-15 -3949 ((-1265 (-689 |#1|)) (-689 |#1|))) (IF (|has| |#1| (-365)) (-15 -3033 ((-2 (|:| |minor| (-644 (-921))) (|:| -1900 |#2|) (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 |#2|))) |#2| (-921))) |%noBranch|))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3773 ((|#1| $) 42)) (-3874 (((-112) $ (-771)) NIL)) (-4145 (($) NIL T CONST)) (-4189 ((|#1| |#1| $) 37)) (-1446 ((|#1| $) 35)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3252 ((|#1| $) NIL)) (-4165 (($ |#1| $) 38)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2967 ((|#1| $) 36)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 18)) (-1710 (($) 46)) (-2752 (((-771) $) 33)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) 17)) (-1650 (((-862) $) 32 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) NIL)) (-3834 (($ (-644 |#1|)) 44)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 15 (|has| |#1| (-1099)))) (-4142 (((-771) $) 12 (|has| $ (-6 -4415)))))
+(((-91 |#1|) (-13 (-1120 |#1|) (-10 -8 (-15 -3834 ($ (-644 |#1|))))) (-1099)) (T -91))
+((-3834 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-91 *3)))))
+(-13 (-1120 |#1|) (-10 -8 (-15 -3834 ($ (-644 |#1|)))))
+((-1650 (((-862) $) 13) (($ (-1180)) 9) (((-1180) $) 8)))
+(((-92 |#1|) (-10 -8 (-15 -1650 ((-1180) |#1|)) (-15 -1650 (|#1| (-1180))) (-15 -1650 ((-862) |#1|))) (-93)) (T -92))
+NIL
+(-10 -8 (-15 -1650 ((-1180) |#1|)) (-15 -1650 (|#1| (-1180))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-1180)) 17) (((-1180) $) 16)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-93) (-140)) (T -93))
NIL
(-13 (-1099) (-492 (-1180)))
(((-102) . T) ((-616 #0=(-1180)) . T) ((-613 (-862)) . T) ((-613 #0#) . T) ((-492 #0#) . T) ((-1099) . T))
-((-3917 (($ $) 10)) (-3929 (($ $) 12)))
-(((-94 |#1|) (-10 -8 (-15 -3929 (|#1| |#1|)) (-15 -3917 (|#1| |#1|))) (-95)) (T -94))
+((-4127 (($ $) 10)) (-4140 (($ $) 12)))
+(((-94 |#1|) (-10 -8 (-15 -4140 (|#1| |#1|)) (-15 -4127 (|#1| |#1|))) (-95)) (T -94))
NIL
-(-10 -8 (-15 -3929 (|#1| |#1|)) (-15 -3917 (|#1| |#1|)))
-((-3892 (($ $) 11)) (-3684 (($ $) 10)) (-3917 (($ $) 9)) (-3929 (($ $) 8)) (-3904 (($ $) 7)) (-3879 (($ $) 6)))
+(-10 -8 (-15 -4140 (|#1| |#1|)) (-15 -4127 (|#1| |#1|)))
+((-4100 (($ $) 11)) (-4077 (($ $) 10)) (-4127 (($ $) 9)) (-4140 (($ $) 8)) (-4114 (($ $) 7)) (-4088 (($ $) 6)))
(((-95) (-140)) (T -95))
-((-3892 (*1 *1 *1) (-4 *1 (-95))) (-3684 (*1 *1 *1) (-4 *1 (-95))) (-3917 (*1 *1 *1) (-4 *1 (-95))) (-3929 (*1 *1 *1) (-4 *1 (-95))) (-3904 (*1 *1 *1) (-4 *1 (-95))) (-3879 (*1 *1 *1) (-4 *1 (-95))))
-(-13 (-10 -8 (-15 -3879 ($ $)) (-15 -3904 ($ $)) (-15 -3929 ($ $)) (-15 -3917 ($ $)) (-15 -3684 ($ $)) (-15 -3892 ($ $))))
-((-2988 (((-112) $ $) NIL)) (-1368 (((-1134) $) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-96) (-13 (-1082) (-10 -8 (-15 -1368 ((-1134) $))))) (T -96))
-((-1368 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-96)))))
-(-13 (-1082) (-10 -8 (-15 -1368 ((-1134) $))))
-((-2988 (((-112) $ $) NIL)) (-2219 (((-381) (-1157) (-381)) 47) (((-381) (-1157) (-1157) (-381)) 45)) (-1952 (((-381) (-381)) 35)) (-3588 (((-1269)) 38)) (-3380 (((-1157) $) NIL)) (-3861 (((-381) (-1157) (-1157)) 51) (((-381) (-1157)) 53)) (-4072 (((-1119) $) NIL)) (-3287 (((-381) (-1157) (-1157)) 52)) (-4203 (((-381) (-1157) (-1157)) 54) (((-381) (-1157)) 55)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-97) (-13 (-1099) (-10 -7 (-15 -3861 ((-381) (-1157) (-1157))) (-15 -3861 ((-381) (-1157))) (-15 -4203 ((-381) (-1157) (-1157))) (-15 -4203 ((-381) (-1157))) (-15 -3287 ((-381) (-1157) (-1157))) (-15 -3588 ((-1269))) (-15 -1952 ((-381) (-381))) (-15 -2219 ((-381) (-1157) (-381))) (-15 -2219 ((-381) (-1157) (-1157) (-381))) (-6 -4414)))) (T -97))
-((-3861 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-3861 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-4203 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-4203 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-3287 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-3588 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-97)))) (-1952 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-97)))) (-2219 (*1 *2 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-1157)) (-5 *1 (-97)))) (-2219 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-1157)) (-5 *1 (-97)))))
-(-13 (-1099) (-10 -7 (-15 -3861 ((-381) (-1157) (-1157))) (-15 -3861 ((-381) (-1157))) (-15 -4203 ((-381) (-1157) (-1157))) (-15 -4203 ((-381) (-1157))) (-15 -3287 ((-381) (-1157) (-1157))) (-15 -3588 ((-1269))) (-15 -1952 ((-381) (-381))) (-15 -2219 ((-381) (-1157) (-381))) (-15 -2219 ((-381) (-1157) (-1157) (-381))) (-6 -4414)))
+((-4100 (*1 *1 *1) (-4 *1 (-95))) (-4077 (*1 *1 *1) (-4 *1 (-95))) (-4127 (*1 *1 *1) (-4 *1 (-95))) (-4140 (*1 *1 *1) (-4 *1 (-95))) (-4114 (*1 *1 *1) (-4 *1 (-95))) (-4088 (*1 *1 *1) (-4 *1 (-95))))
+(-13 (-10 -8 (-15 -4088 ($ $)) (-15 -4114 ($ $)) (-15 -4140 ($ $)) (-15 -4127 ($ $)) (-15 -4077 ($ $)) (-15 -4100 ($ $))))
+((-4124 (((-112) $ $) NIL)) (-3707 (((-1134) $) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-96) (-13 (-1082) (-10 -8 (-15 -3707 ((-1134) $))))) (T -96))
+((-3707 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-96)))))
+(-13 (-1082) (-10 -8 (-15 -3707 ((-1134) $))))
+((-4124 (((-112) $ $) NIL)) (-3587 (((-381) (-1157) (-381)) 47) (((-381) (-1157) (-1157) (-381)) 45)) (-2747 (((-381) (-381)) 35)) (-3278 (((-1270)) 38)) (-3057 (((-1157) $) NIL)) (-3905 (((-381) (-1157) (-1157)) 51) (((-381) (-1157)) 53)) (-2029 (((-1119) $) NIL)) (-3353 (((-381) (-1157) (-1157)) 52)) (-4045 (((-381) (-1157) (-1157)) 54) (((-381) (-1157)) 55)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-97) (-13 (-1099) (-10 -7 (-15 -3905 ((-381) (-1157) (-1157))) (-15 -3905 ((-381) (-1157))) (-15 -4045 ((-381) (-1157) (-1157))) (-15 -4045 ((-381) (-1157))) (-15 -3353 ((-381) (-1157) (-1157))) (-15 -3278 ((-1270))) (-15 -2747 ((-381) (-381))) (-15 -3587 ((-381) (-1157) (-381))) (-15 -3587 ((-381) (-1157) (-1157) (-381))) (-6 -4415)))) (T -97))
+((-3905 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-3905 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-4045 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-4045 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-3353 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))) (-3278 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-97)))) (-2747 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-97)))) (-3587 (*1 *2 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-1157)) (-5 *1 (-97)))) (-3587 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-1157)) (-5 *1 (-97)))))
+(-13 (-1099) (-10 -7 (-15 -3905 ((-381) (-1157) (-1157))) (-15 -3905 ((-381) (-1157))) (-15 -4045 ((-381) (-1157) (-1157))) (-15 -4045 ((-381) (-1157))) (-15 -3353 ((-381) (-1157) (-1157))) (-15 -3278 ((-1270))) (-15 -2747 ((-381) (-381))) (-15 -3587 ((-381) (-1157) (-381))) (-15 -3587 ((-381) (-1157) (-1157) (-381))) (-6 -4415)))
NIL
(((-98) (-140)) (T -98))
NIL
-(-13 (-10 -7 (-6 -4414) (-6 (-4416 "*")) (-6 -4415) (-6 -4411) (-6 -4409) (-6 -4408) (-6 -4407) (-6 -4412) (-6 -4406) (-6 -4405) (-6 -4404) (-6 -4403) (-6 -4402) (-6 -4410) (-6 -4413) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4401)))
-((-2988 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-2759 (($ (-1 |#1| |#1|)) 27) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26) (($ (-1 |#1| |#1| (-566))) 24)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 16)) (-4072 (((-1119) $) NIL)) (-1309 ((|#1| $ |#1|) 13)) (-3357 (($ $ $) NIL)) (-2527 (($ $ $) NIL)) (-3152 (((-862) $) 22)) (-3044 (((-112) $ $) NIL)) (-4366 (($) 8 T CONST)) (-2914 (((-112) $ $) 10)) (-3025 (($ $ $) NIL)) (** (($ $ (-921)) 34) (($ $ (-771)) NIL) (($ $ (-566)) 18)) (* (($ $ $) 35)))
-(((-99 |#1|) (-13 (-475) (-287 |#1| |#1|) (-10 -8 (-15 -2759 ($ (-1 |#1| |#1|))) (-15 -2759 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2759 ($ (-1 |#1| |#1| (-566)))))) (-1049)) (T -99))
-((-2759 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-99 *3)))) (-2759 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-99 *3)))) (-2759 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-566))) (-4 *3 (-1049)) (-5 *1 (-99 *3)))))
-(-13 (-475) (-287 |#1| |#1|) (-10 -8 (-15 -2759 ($ (-1 |#1| |#1|))) (-15 -2759 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2759 ($ (-1 |#1| |#1| (-566))))))
-((-3247 (((-420 |#2|) |#2| (-644 |#2|)) 10) (((-420 |#2|) |#2| |#2|) 11)))
-(((-100 |#1| |#2|) (-10 -7 (-15 -3247 ((-420 |#2|) |#2| |#2|)) (-15 -3247 ((-420 |#2|) |#2| (-644 |#2|)))) (-13 (-454) (-147)) (-1240 |#1|)) (T -100))
-((-3247 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-13 (-454) (-147))) (-5 *2 (-420 *3)) (-5 *1 (-100 *5 *3)))) (-3247 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-454) (-147))) (-5 *2 (-420 *3)) (-5 *1 (-100 *4 *3)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -3247 ((-420 |#2|) |#2| |#2|)) (-15 -3247 ((-420 |#2|) |#2| (-644 |#2|))))
-((-2988 (((-112) $ $) 10)))
-(((-101 |#1|) (-10 -8 (-15 -2988 ((-112) |#1| |#1|))) (-102)) (T -101))
-NIL
-(-10 -8 (-15 -2988 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-2914 (((-112) $ $) 6)))
+(-13 (-10 -7 (-6 -4415) (-6 (-4417 "*")) (-6 -4416) (-6 -4412) (-6 -4410) (-6 -4409) (-6 -4408) (-6 -4413) (-6 -4407) (-6 -4406) (-6 -4405) (-6 -4404) (-6 -4403) (-6 -4411) (-6 -4414) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4402)))
+((-4124 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-3963 (($ (-1 |#1| |#1|)) 27) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 26) (($ (-1 |#1| |#1| (-566))) 24)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 16)) (-2029 (((-1119) $) NIL)) (-3483 ((|#1| $ |#1|) 13)) (-2791 (($ $ $) NIL)) (-3528 (($ $ $) NIL)) (-1650 (((-862) $) 22)) (-2657 (((-112) $ $) NIL)) (-3424 (($) 8 T CONST)) (-2868 (((-112) $ $) 10)) (-2990 (($ $ $) NIL)) (** (($ $ (-921)) 34) (($ $ (-771)) NIL) (($ $ (-566)) 18)) (* (($ $ $) 35)))
+(((-99 |#1|) (-13 (-475) (-287 |#1| |#1|) (-10 -8 (-15 -3963 ($ (-1 |#1| |#1|))) (-15 -3963 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -3963 ($ (-1 |#1| |#1| (-566)))))) (-1049)) (T -99))
+((-3963 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-99 *3)))) (-3963 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-99 *3)))) (-3963 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-566))) (-4 *3 (-1049)) (-5 *1 (-99 *3)))))
+(-13 (-475) (-287 |#1| |#1|) (-10 -8 (-15 -3963 ($ (-1 |#1| |#1|))) (-15 -3963 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -3963 ($ (-1 |#1| |#1| (-566))))))
+((-4206 (((-420 |#2|) |#2| (-644 |#2|)) 10) (((-420 |#2|) |#2| |#2|) 11)))
+(((-100 |#1| |#2|) (-10 -7 (-15 -4206 ((-420 |#2|) |#2| |#2|)) (-15 -4206 ((-420 |#2|) |#2| (-644 |#2|)))) (-13 (-454) (-147)) (-1241 |#1|)) (T -100))
+((-4206 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-13 (-454) (-147))) (-5 *2 (-420 *3)) (-5 *1 (-100 *5 *3)))) (-4206 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-454) (-147))) (-5 *2 (-420 *3)) (-5 *1 (-100 *4 *3)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -4206 ((-420 |#2|) |#2| |#2|)) (-15 -4206 ((-420 |#2|) |#2| (-644 |#2|))))
+((-4124 (((-112) $ $) 10)))
+(((-101 |#1|) (-10 -8 (-15 -4124 ((-112) |#1| |#1|))) (-102)) (T -101))
+NIL
+(-10 -8 (-15 -4124 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-2868 (((-112) $ $) 6)))
(((-102) (-140)) (T -102))
-((-2988 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))) (-2914 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))))
-(-13 (-10 -8 (-15 -2914 ((-112) $ $)) (-15 -2988 ((-112) $ $))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-2191 ((|#1| $ |#1|) 24 (|has| $ (-6 -4415)))) (-1878 (($ $ $) NIL (|has| $ (-6 -4415)))) (-3414 (($ $ $) NIL (|has| $ (-6 -4415)))) (-3856 (($ $ (-644 |#1|)) 34)) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415))) (($ $ "left" $) NIL (|has| $ (-6 -4415))) (($ $ "right" $) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-1966 (($ $) 12)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4326 (($ $ |#1| $) 36)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2147 ((|#1| $ (-1 |#1| |#1| |#1|)) 44) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 49)) (-1468 (($ $ |#1| (-1 |#1| |#1| |#1|)) 50) (($ $ |#1| (-1 (-644 |#1|) |#1| |#1| |#1|)) 53)) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1953 (($ $) 11)) (-1458 (((-644 |#1|) $) NIL)) (-3860 (((-112) $) 13)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 9)) (-3493 (($) 35)) (-1309 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1696 (((-566) $ $) NIL)) (-3786 (((-112) $) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2727 (($ (-771) |#1|) 37)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-103 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4414) (-6 -4415) (-15 -2727 ($ (-771) |#1|)) (-15 -3856 ($ $ (-644 |#1|))) (-15 -2147 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2147 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1468 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1468 ($ $ |#1| (-1 (-644 |#1|) |#1| |#1| |#1|))))) (-1099)) (T -103))
-((-2727 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-103 *3)) (-4 *3 (-1099)))) (-3856 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-103 *3)))) (-2147 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1099)))) (-2147 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-103 *3)))) (-1468 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1099)) (-5 *1 (-103 *2)))) (-1468 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-644 *2) *2 *2 *2)) (-4 *2 (-1099)) (-5 *1 (-103 *2)))))
-(-13 (-125 |#1|) (-10 -8 (-6 -4414) (-6 -4415) (-15 -2727 ($ (-771) |#1|)) (-15 -3856 ($ $ (-644 |#1|))) (-15 -2147 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2147 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1468 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1468 ($ $ |#1| (-1 (-644 |#1|) |#1| |#1| |#1|)))))
-((-3654 ((|#3| |#2| |#2|) 36)) (-2061 ((|#1| |#2| |#2|) 53 (|has| |#1| (-6 (-4416 "*"))))) (-4225 ((|#3| |#2| |#2|) 38)) (-2280 ((|#1| |#2|) 58 (|has| |#1| (-6 (-4416 "*"))))))
-(((-104 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3654 (|#3| |#2| |#2|)) (-15 -4225 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4416 "*"))) (PROGN (-15 -2061 (|#1| |#2| |#2|)) (-15 -2280 (|#1| |#2|))) |%noBranch|)) (-1049) (-1240 |#1|) (-687 |#1| |#4| |#5|) (-375 |#1|) (-375 |#1|)) (T -104))
-((-2280 (*1 *2 *3) (-12 (|has| *2 (-6 (-4416 "*"))) (-4 *5 (-375 *2)) (-4 *6 (-375 *2)) (-4 *2 (-1049)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1240 *2)) (-4 *4 (-687 *2 *5 *6)))) (-2061 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4416 "*"))) (-4 *5 (-375 *2)) (-4 *6 (-375 *2)) (-4 *2 (-1049)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1240 *2)) (-4 *4 (-687 *2 *5 *6)))) (-4225 (*1 *2 *3 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-687 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1240 *4)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)))) (-3654 (*1 *2 *3 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-687 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1240 *4)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)))))
-(-10 -7 (-15 -3654 (|#3| |#2| |#2|)) (-15 -4225 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4416 "*"))) (PROGN (-15 -2061 (|#1| |#2| |#2|)) (-15 -2280 (|#1| |#2|))) |%noBranch|))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-1331 (((-644 (-1175))) 37)) (-1877 (((-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225))) (|:| |singularities| (-1155 (-225)))) (-1175)) 39)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-105) (-13 (-1099) (-10 -7 (-15 -1331 ((-644 (-1175)))) (-15 -1877 ((-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225))) (|:| |singularities| (-1155 (-225)))) (-1175))) (-6 -4414)))) (T -105))
-((-1331 (*1 *2) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-105)))) (-1877 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225))) (|:| |singularities| (-1155 (-225))))) (-5 *1 (-105)))))
-(-13 (-1099) (-10 -7 (-15 -1331 ((-644 (-1175)))) (-15 -1877 ((-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225))) (|:| |singularities| (-1155 (-225)))) (-1175))) (-6 -4414)))
-((-2948 (($ (-644 |#2|)) 11)))
-(((-106 |#1| |#2|) (-10 -8 (-15 -2948 (|#1| (-644 |#2|)))) (-107 |#2|) (-1214)) (T -106))
-NIL
-(-10 -8 (-15 -2948 (|#1| (-644 |#2|))))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-2463 (($) 7 T CONST)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 43)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-107 |#1|) (-140) (-1214)) (T -107))
-((-2948 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-4 *1 (-107 *3)))) (-1973 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1214)))) (-3888 (*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1214)))) (-3278 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1214)))))
-(-13 (-491 |t#1|) (-10 -8 (-6 -4415) (-15 -2948 ($ (-644 |t#1|))) (-15 -1973 (|t#1| $)) (-15 -3888 ($ |t#1| $)) (-15 -3278 (|t#1| $))))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 (((-566) $) NIL (|has| (-566) (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL (|has| (-566) (-820)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-566) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-566) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-566) (-1038 (-566))))) (-4158 (((-566) $) NIL) (((-1175) $) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-566) (-1038 (-566)))) (((-566) $) NIL (|has| (-566) (-1038 (-566))))) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-566) (-547)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2528 (((-112) $) NIL (|has| (-566) (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-566) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-566) (-886 (-381))))) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL)) (-2248 (((-566) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| (-566) (-1150)))) (-3233 (((-112) $) NIL (|has| (-566) (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| (-566) (-850)))) (-2319 (($ (-1 (-566) (-566)) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-566) (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL (|has| (-566) (-308))) (((-409 (-566)) $) NIL)) (-3143 (((-566) $) NIL (|has| (-566) (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2023 (($ $ (-644 (-566)) (-644 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-566) (-566)) NIL (|has| (-566) (-310 (-566)))) (($ $ (-295 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-295 (-566)))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-1175)) (-644 (-566))) NIL (|has| (-566) (-516 (-1175) (-566)))) (($ $ (-1175) (-566)) NIL (|has| (-566) (-516 (-1175) (-566))))) (-4357 (((-771) $) NIL)) (-1309 (($ $ (-566)) NIL (|has| (-566) (-287 (-566) (-566))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-1452 (($ $) NIL)) (-2260 (((-566) $) NIL)) (-2376 (((-892 (-566)) $) NIL (|has| (-566) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-566) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-566) (-614 (-538)))) (((-381) $) NIL (|has| (-566) (-1022))) (((-225) $) NIL (|has| (-566) (-1022)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-566) (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 8) (($ (-566)) NIL) (($ (-1175)) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL) (((-1004 2) $) 10)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| (-566) (-909))) (|has| (-566) (-145))))) (-2593 (((-771)) NIL T CONST)) (-3913 (((-566) $) NIL (|has| (-566) (-547)))) (-3676 (($ (-409 (-566))) 9)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-1358 (($ $) NIL (|has| (-566) (-820)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-2968 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2935 (((-112) $ $) NIL (|has| (-566) (-850)))) (-3025 (($ $ $) NIL) (($ (-566) (-566)) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-566) $) NIL) (($ $ (-566)) NIL)))
-(((-108) (-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 2)) (-10 -8 (-15 -2487 ((-409 (-566)) $)) (-15 -3676 ($ (-409 (-566))))))) (T -108))
-((-2487 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-108)))) (-3676 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-108)))))
-(-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 2)) (-10 -8 (-15 -2487 ((-409 (-566)) $)) (-15 -3676 ($ (-409 (-566))))))
-((-2104 (((-644 (-965)) $) 13)) (-1368 (((-508) $) 9)) (-3152 (((-862) $) 20)) (-3737 (($ (-508) (-644 (-965))) 15)))
-(((-109) (-13 (-613 (-862)) (-10 -8 (-15 -1368 ((-508) $)) (-15 -2104 ((-644 (-965)) $)) (-15 -3737 ($ (-508) (-644 (-965))))))) (T -109))
-((-1368 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-109)))) (-2104 (*1 *2 *1) (-12 (-5 *2 (-644 (-965))) (-5 *1 (-109)))) (-3737 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-644 (-965))) (-5 *1 (-109)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -1368 ((-508) $)) (-15 -2104 ((-644 (-965)) $)) (-15 -3737 ($ (-508) (-644 (-965))))))
-((-2988 (((-112) $ $) NIL)) (-3010 (($ $) NIL)) (-2439 (($ $ $) NIL)) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) $) NIL (|has| (-112) (-850))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-3628 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-850)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-2671 (($ $) NIL (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-1456 (((-112) $ (-1231 (-566)) (-112)) NIL (|has| $ (-6 -4415))) (((-112) $ (-566) (-112)) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-2622 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-2873 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-3897 (((-112) $ (-566) (-112)) NIL (|has| $ (-6 -4415)))) (-3829 (((-112) $ (-566)) NIL)) (-1569 (((-566) (-112) $ (-566)) NIL (|has| (-112) (-1099))) (((-566) (-112) $) NIL (|has| (-112) (-1099))) (((-566) (-1 (-112) (-112)) $) NIL)) (-1683 (((-644 (-112)) $) NIL (|has| $ (-6 -4414)))) (-2427 (($ $ $) NIL)) (-2404 (($ $) NIL)) (-3801 (($ $ $) NIL)) (-1860 (($ (-771) (-112)) 10)) (-2584 (($ $ $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL)) (-2696 (($ $ $) NIL (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-3491 (((-644 (-112)) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL)) (-3885 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-112) (-112) (-112)) $ $) NIL) (($ (-1 (-112) (-112)) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-1859 (($ $ $ (-566)) NIL) (($ (-112) $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 (((-112) $) NIL (|has| (-566) (-850)))) (-3668 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-3787 (($ $ (-112)) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-112)) (-644 (-112))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-295 (-112))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-644 (-295 (-112)))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-3486 (((-644 (-112)) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 (($ $ (-1231 (-566))) NIL) (((-112) $ (-566)) NIL) (((-112) $ (-566) (-112)) NIL)) (-2166 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-4083 (((-771) (-112) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099)))) (((-771) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414)))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-112) (-614 (-538))))) (-1340 (($ (-644 (-112))) NIL)) (-4386 (($ (-644 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-3152 (((-862) $) NIL)) (-2367 (($ (-771) (-112)) 11)) (-3044 (((-112) $ $) NIL)) (-2210 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414)))) (-2415 (($ $ $) NIL)) (-3055 (($ $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)) (-3043 (($ $ $) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-110) (-13 (-123) (-10 -8 (-15 -2367 ($ (-771) (-112)))))) (T -110))
-((-2367 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-112)) (-5 *1 (-110)))))
-(-13 (-123) (-10 -8 (-15 -2367 ($ (-771) (-112)))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#2|) 31)))
+((-4124 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))) (-2868 (*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112)))))
+(-13 (-10 -8 (-15 -2868 ((-112) $ $)) (-15 -4124 ((-112) $ $))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-3283 ((|#1| $ |#1|) 24 (|has| $ (-6 -4416)))) (-3215 (($ $ $) NIL (|has| $ (-6 -4416)))) (-2133 (($ $ $) NIL (|has| $ (-6 -4416)))) (-3868 (($ $ (-644 |#1|)) 34)) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416))) (($ $ "left" $) NIL (|has| $ (-6 -4416))) (($ $ "right" $) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-3567 (($ $) 12)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1533 (($ $ |#1| $) 36)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-4146 ((|#1| $ (-1 |#1| |#1| |#1|)) 44) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 49)) (-1620 (($ $ |#1| (-1 |#1| |#1| |#1|)) 50) (($ $ |#1| (-1 (-644 |#1|) |#1| |#1| |#1|)) 53)) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3555 (($ $) 11)) (-3343 (((-644 |#1|) $) NIL)) (-3900 (((-112) $) 13)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 9)) (-1710 (($) 35)) (-3483 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1985 (((-566) $ $) NIL)) (-1409 (((-112) $) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1763 (($ (-771) |#1|) 37)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-103 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4415) (-6 -4416) (-15 -1763 ($ (-771) |#1|)) (-15 -3868 ($ $ (-644 |#1|))) (-15 -4146 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -4146 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1620 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1620 ($ $ |#1| (-1 (-644 |#1|) |#1| |#1| |#1|))))) (-1099)) (T -103))
+((-1763 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-103 *3)) (-4 *3 (-1099)))) (-3868 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-103 *3)))) (-4146 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1099)))) (-4146 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-103 *3)))) (-1620 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1099)) (-5 *1 (-103 *2)))) (-1620 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-644 *2) *2 *2 *2)) (-4 *2 (-1099)) (-5 *1 (-103 *2)))))
+(-13 (-125 |#1|) (-10 -8 (-6 -4415) (-6 -4416) (-15 -1763 ($ (-771) |#1|)) (-15 -3868 ($ $ (-644 |#1|))) (-15 -4146 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -4146 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -1620 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -1620 ($ $ |#1| (-1 (-644 |#1|) |#1| |#1| |#1|)))))
+((-2559 ((|#3| |#2| |#2|) 36)) (-1406 ((|#1| |#2| |#2|) 53 (|has| |#1| (-6 (-4417 "*"))))) (-4290 ((|#3| |#2| |#2|) 38)) (-2950 ((|#1| |#2|) 58 (|has| |#1| (-6 (-4417 "*"))))))
+(((-104 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2559 (|#3| |#2| |#2|)) (-15 -4290 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4417 "*"))) (PROGN (-15 -1406 (|#1| |#2| |#2|)) (-15 -2950 (|#1| |#2|))) |%noBranch|)) (-1049) (-1241 |#1|) (-687 |#1| |#4| |#5|) (-375 |#1|) (-375 |#1|)) (T -104))
+((-2950 (*1 *2 *3) (-12 (|has| *2 (-6 (-4417 "*"))) (-4 *5 (-375 *2)) (-4 *6 (-375 *2)) (-4 *2 (-1049)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1241 *2)) (-4 *4 (-687 *2 *5 *6)))) (-1406 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4417 "*"))) (-4 *5 (-375 *2)) (-4 *6 (-375 *2)) (-4 *2 (-1049)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1241 *2)) (-4 *4 (-687 *2 *5 *6)))) (-4290 (*1 *2 *3 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-687 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1241 *4)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)))) (-2559 (*1 *2 *3 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-687 *4 *5 *6)) (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1241 *4)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)))))
+(-10 -7 (-15 -2559 (|#3| |#2| |#2|)) (-15 -4290 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4417 "*"))) (PROGN (-15 -1406 (|#1| |#2| |#2|)) (-15 -2950 (|#1| |#2|))) |%noBranch|))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2811 (((-644 (-1175))) 37)) (-3205 (((-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225))) (|:| |singularities| (-1155 (-225)))) (-1175)) 39)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-105) (-13 (-1099) (-10 -7 (-15 -2811 ((-644 (-1175)))) (-15 -3205 ((-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225))) (|:| |singularities| (-1155 (-225)))) (-1175))) (-6 -4415)))) (T -105))
+((-2811 (*1 *2) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-105)))) (-3205 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225))) (|:| |singularities| (-1155 (-225))))) (-5 *1 (-105)))))
+(-13 (-1099) (-10 -7 (-15 -2811 ((-644 (-1175)))) (-15 -3205 ((-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225))) (|:| |singularities| (-1155 (-225)))) (-1175))) (-6 -4415)))
+((-3173 (($ (-644 |#2|)) 11)))
+(((-106 |#1| |#2|) (-10 -8 (-15 -3173 (|#1| (-644 |#2|)))) (-107 |#2|) (-1215)) (T -106))
+NIL
+(-10 -8 (-15 -3173 (|#1| (-644 |#2|))))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-4145 (($) 7 T CONST)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 43)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-107 |#1|) (-140) (-1215)) (T -107))
+((-3173 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-4 *1 (-107 *3)))) (-2967 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1215)))) (-4165 (*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1215)))) (-3252 (*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1215)))))
+(-13 (-491 |t#1|) (-10 -8 (-6 -4416) (-15 -3173 ($ (-644 |t#1|))) (-15 -2967 (|t#1| $)) (-15 -4165 ($ |t#1| $)) (-15 -3252 (|t#1| $))))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 (((-566) $) NIL (|has| (-566) (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL (|has| (-566) (-820)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-566) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-566) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-566) (-1038 (-566))))) (-3213 (((-566) $) NIL) (((-1175) $) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-566) (-1038 (-566)))) (((-566) $) NIL (|has| (-566) (-1038 (-566))))) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-566) (-547)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3540 (((-112) $) NIL (|has| (-566) (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-566) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-566) (-886 (-381))))) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL)) (-2499 (((-566) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| (-566) (-1150)))) (-4049 (((-112) $) NIL (|has| (-566) (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| (-566) (-850)))) (-1895 (($ (-1 (-566) (-566)) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-566) (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL (|has| (-566) (-308))) (((-409 (-566)) $) NIL)) (-2426 (((-566) $) NIL (|has| (-566) (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1838 (($ $ (-644 (-566)) (-644 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-566) (-566)) NIL (|has| (-566) (-310 (-566)))) (($ $ (-295 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-295 (-566)))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-1175)) (-644 (-566))) NIL (|has| (-566) (-516 (-1175) (-566)))) (($ $ (-1175) (-566)) NIL (|has| (-566) (-516 (-1175) (-566))))) (-3075 (((-771) $) NIL)) (-3483 (($ $ (-566)) NIL (|has| (-566) (-287 (-566) (-566))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-1490 (($ $) NIL)) (-2507 (((-566) $) NIL)) (-1945 (((-892 (-566)) $) NIL (|has| (-566) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-566) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-566) (-614 (-538)))) (((-381) $) NIL (|has| (-566) (-1022))) (((-225) $) NIL (|has| (-566) (-1022)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-566) (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 8) (($ (-566)) NIL) (($ (-1175)) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL) (((-1004 2) $) 10)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| (-566) (-909))) (|has| (-566) (-145))))) (-2910 (((-771)) NIL T CONST)) (-4370 (((-566) $) NIL (|has| (-566) (-547)))) (-2786 (($ (-409 (-566))) 9)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3839 (($ $) NIL (|has| (-566) (-820)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-2928 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2892 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2990 (($ $ $) NIL) (($ (-566) (-566)) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-566) $) NIL) (($ $ (-566)) NIL)))
+(((-108) (-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 2)) (-10 -8 (-15 -4381 ((-409 (-566)) $)) (-15 -2786 ($ (-409 (-566))))))) (T -108))
+((-4381 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-108)))) (-2786 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-108)))))
+(-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 2)) (-10 -8 (-15 -4381 ((-409 (-566)) $)) (-15 -2786 ($ (-409 (-566))))))
+((-2954 (((-644 (-965)) $) 13)) (-3707 (((-508) $) 9)) (-1650 (((-862) $) 20)) (-2163 (($ (-508) (-644 (-965))) 15)))
+(((-109) (-13 (-613 (-862)) (-10 -8 (-15 -3707 ((-508) $)) (-15 -2954 ((-644 (-965)) $)) (-15 -2163 ($ (-508) (-644 (-965))))))) (T -109))
+((-3707 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-109)))) (-2954 (*1 *2 *1) (-12 (-5 *2 (-644 (-965))) (-5 *1 (-109)))) (-2163 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-644 (-965))) (-5 *1 (-109)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -3707 ((-508) $)) (-15 -2954 ((-644 (-965)) $)) (-15 -2163 ($ (-508) (-644 (-965))))))
+((-4124 (((-112) $ $) NIL)) (-4155 (($ $) NIL)) (-3382 (($ $ $) NIL)) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) $) NIL (|has| (-112) (-850))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-3632 (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| (-112) (-850)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4416)))) (-3292 (($ $) NIL (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-1777 (((-112) $ (-1232 (-566)) (-112)) NIL (|has| $ (-6 -4416))) (((-112) $ (-566) (-112)) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-1837 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-1936 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-2417 (((-112) $ (-566) (-112)) NIL (|has| $ (-6 -4416)))) (-2359 (((-112) $ (-566)) NIL)) (-1308 (((-566) (-112) $ (-566)) NIL (|has| (-112) (-1099))) (((-566) (-112) $) NIL (|has| (-112) (-1099))) (((-566) (-1 (-112) (-112)) $) NIL)) (-3953 (((-644 (-112)) $) NIL (|has| $ (-6 -4415)))) (-3368 (($ $ $) NIL)) (-3348 (($ $) NIL)) (-1541 (($ $ $) NIL)) (-1566 (($ (-771) (-112)) 10)) (-2821 (($ $ $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL)) (-1485 (($ $ $) NIL (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-1690 (((-644 (-112)) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL)) (-2409 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-112) (-112) (-112)) $ $) NIL) (($ (-1 (-112) (-112)) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-3438 (($ $ $ (-566)) NIL) (($ (-112) $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 (((-112) $) NIL (|has| (-566) (-850)))) (-2695 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-1417 (($ $ (-112)) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-112)) (-644 (-112))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-295 (-112))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-644 (-295 (-112)))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-1647 (((-644 (-112)) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 (($ $ (-1232 (-566))) NIL) (((-112) $ (-566)) NIL) (((-112) $ (-566) (-112)) NIL)) (-1405 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-2037 (((-771) (-112) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099)))) (((-771) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-112) (-614 (-538))))) (-1664 (($ (-644 (-112))) NIL)) (-2829 (($ (-644 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-1650 (((-862) $) NIL)) (-1372 (($ (-771) (-112)) 11)) (-2657 (((-112) $ $) NIL)) (-3487 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-3360 (($ $ $) NIL)) (-4199 (($ $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)) (-4183 (($ $ $) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-110) (-13 (-123) (-10 -8 (-15 -1372 ($ (-771) (-112)))))) (T -110))
+((-1372 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-112)) (-5 *1 (-110)))))
+(-13 (-123) (-10 -8 (-15 -1372 ($ (-771) (-112)))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#2|) 31)))
(((-111 |#1| |#2|) (-140) (-1049) (-1049)) (T -111))
NIL
-(-13 (-648 |t#1|) (-1056 |t#2|) (-10 -7 (-6 -4409) (-6 -4408)))
+(-13 (-648 |t#1|) (-1056 |t#2|) (-10 -7 (-6 -4410) (-6 -4409)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-648 |#1|) . T) ((-1051 |#2|) . T) ((-1056 |#2|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3010 (($ $) 13)) (-2439 (($ $ $) 18)) (-3338 (($) 7 T CONST)) (-3399 (($ $) 6)) (-3870 (((-771)) 26)) (-2715 (($) 34)) (-2427 (($ $ $) 16)) (-2404 (($ $) 9)) (-3801 (($ $ $) 19)) (-2584 (($ $ $) 20)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) 32)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) 30)) (-3513 (($ $ $) 22)) (-4072 (((-1119) $) NIL)) (-2177 (($) 8 T CONST)) (-1562 (($ $ $) 23)) (-2376 (((-538) $) 36)) (-3152 (((-862) $) 38)) (-3044 (((-112) $ $) NIL)) (-2415 (($ $ $) 14)) (-3055 (($ $ $) 17)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 21)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 24)) (-3043 (($ $ $) 15)))
-(((-112) (-13 (-844) (-661) (-967) (-614 (-538)) (-10 -8 (-15 -2439 ($ $ $)) (-15 -2584 ($ $ $)) (-15 -3801 ($ $ $)) (-15 -3399 ($ $))))) (T -112))
-((-2439 (*1 *1 *1 *1) (-5 *1 (-112))) (-2584 (*1 *1 *1 *1) (-5 *1 (-112))) (-3801 (*1 *1 *1 *1) (-5 *1 (-112))) (-3399 (*1 *1 *1) (-5 *1 (-112))))
-(-13 (-844) (-661) (-967) (-614 (-538)) (-10 -8 (-15 -2439 ($ $ $)) (-15 -2584 ($ $ $)) (-15 -3801 ($ $ $)) (-15 -3399 ($ $))))
-((-2359 (((-3 (-1 |#1| (-644 |#1|)) "failed") (-114)) 23) (((-114) (-114) (-1 |#1| |#1|)) 13) (((-114) (-114) (-1 |#1| (-644 |#1|))) 11) (((-3 |#1| "failed") (-114) (-644 |#1|)) 25)) (-1933 (((-3 (-644 (-1 |#1| (-644 |#1|))) "failed") (-114)) 29) (((-114) (-114) (-1 |#1| |#1|)) 33) (((-114) (-114) (-644 (-1 |#1| (-644 |#1|)))) 30)) (-1703 (((-114) |#1|) 63)) (-1914 (((-3 |#1| "failed") (-114)) 58)))
-(((-113 |#1|) (-10 -7 (-15 -2359 ((-3 |#1| "failed") (-114) (-644 |#1|))) (-15 -2359 ((-114) (-114) (-1 |#1| (-644 |#1|)))) (-15 -2359 ((-114) (-114) (-1 |#1| |#1|))) (-15 -2359 ((-3 (-1 |#1| (-644 |#1|)) "failed") (-114))) (-15 -1933 ((-114) (-114) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1933 ((-114) (-114) (-1 |#1| |#1|))) (-15 -1933 ((-3 (-644 (-1 |#1| (-644 |#1|))) "failed") (-114))) (-15 -1703 ((-114) |#1|)) (-15 -1914 ((-3 |#1| "failed") (-114)))) (-1099)) (T -113))
-((-1914 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *1 (-113 *2)) (-4 *2 (-1099)))) (-1703 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-113 *3)) (-4 *3 (-1099)))) (-1933 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-644 (-1 *4 (-644 *4)))) (-5 *1 (-113 *4)) (-4 *4 (-1099)))) (-1933 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1099)) (-5 *1 (-113 *4)))) (-1933 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 (-1 *4 (-644 *4)))) (-4 *4 (-1099)) (-5 *1 (-113 *4)))) (-2359 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-1 *4 (-644 *4))) (-5 *1 (-113 *4)) (-4 *4 (-1099)))) (-2359 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1099)) (-5 *1 (-113 *4)))) (-2359 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 (-644 *4))) (-4 *4 (-1099)) (-5 *1 (-113 *4)))) (-2359 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-644 *2)) (-5 *1 (-113 *2)) (-4 *2 (-1099)))))
-(-10 -7 (-15 -2359 ((-3 |#1| "failed") (-114) (-644 |#1|))) (-15 -2359 ((-114) (-114) (-1 |#1| (-644 |#1|)))) (-15 -2359 ((-114) (-114) (-1 |#1| |#1|))) (-15 -2359 ((-3 (-1 |#1| (-644 |#1|)) "failed") (-114))) (-15 -1933 ((-114) (-114) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1933 ((-114) (-114) (-1 |#1| |#1|))) (-15 -1933 ((-3 (-644 (-1 |#1| (-644 |#1|))) "failed") (-114))) (-15 -1703 ((-114) |#1|)) (-15 -1914 ((-3 |#1| "failed") (-114))))
-((-2988 (((-112) $ $) NIL)) (-1784 (((-771) $) 91) (($ $ (-771)) 37)) (-1869 (((-112) $) 41)) (-2789 (($ $ (-1157) (-774)) 58) (($ $ (-508) (-774)) 33)) (-2927 (($ $ (-45 (-1157) (-774))) 16)) (-3808 (((-3 (-774) "failed") $ (-1157)) 27) (((-691 (-774)) $ (-508)) 32)) (-2104 (((-45 (-1157) (-774)) $) 15)) (-1566 (($ (-1175)) 20) (($ (-1175) (-771)) 23) (($ (-1175) (-55)) 24)) (-1315 (((-112) $) 39)) (-1553 (((-112) $) 43)) (-1368 (((-1175) $) 8)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-3335 (((-112) $ (-1175)) 11)) (-1763 (($ $ (-1 (-538) (-644 (-538)))) 64) (((-3 (-1 (-538) (-644 (-538))) "failed") $) 71)) (-4072 (((-1119) $) NIL)) (-3237 (((-112) $ (-508)) 36)) (-4278 (($ $ (-1 (-112) $ $)) 45)) (-1710 (((-3 (-1 (-862) (-644 (-862))) "failed") $) 69) (($ $ (-1 (-862) (-644 (-862)))) 51) (($ $ (-1 (-862) (-862))) 53)) (-3049 (($ $ (-1157)) 55) (($ $ (-508)) 56)) (-1480 (($ $) 77)) (-1510 (($ $ (-1 (-112) $ $)) 46)) (-3152 (((-862) $) 60)) (-3044 (((-112) $ $) NIL)) (-1442 (($ $ (-508)) 34)) (-1752 (((-55) $) 72)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 89)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 103)))
-(((-114) (-13 (-850) (-835 (-1175)) (-10 -8 (-15 -2104 ((-45 (-1157) (-774)) $)) (-15 -1480 ($ $)) (-15 -1566 ($ (-1175))) (-15 -1566 ($ (-1175) (-771))) (-15 -1566 ($ (-1175) (-55))) (-15 -1315 ((-112) $)) (-15 -1869 ((-112) $)) (-15 -1553 ((-112) $)) (-15 -1784 ((-771) $)) (-15 -1784 ($ $ (-771))) (-15 -4278 ($ $ (-1 (-112) $ $))) (-15 -1510 ($ $ (-1 (-112) $ $))) (-15 -1710 ((-3 (-1 (-862) (-644 (-862))) "failed") $)) (-15 -1710 ($ $ (-1 (-862) (-644 (-862))))) (-15 -1710 ($ $ (-1 (-862) (-862)))) (-15 -1763 ($ $ (-1 (-538) (-644 (-538))))) (-15 -1763 ((-3 (-1 (-538) (-644 (-538))) "failed") $)) (-15 -3237 ((-112) $ (-508))) (-15 -1442 ($ $ (-508))) (-15 -3049 ($ $ (-1157))) (-15 -3049 ($ $ (-508))) (-15 -3808 ((-3 (-774) "failed") $ (-1157))) (-15 -3808 ((-691 (-774)) $ (-508))) (-15 -2789 ($ $ (-1157) (-774))) (-15 -2789 ($ $ (-508) (-774))) (-15 -2927 ($ $ (-45 (-1157) (-774))))))) (T -114))
-((-2104 (*1 *2 *1) (-12 (-5 *2 (-45 (-1157) (-774))) (-5 *1 (-114)))) (-1480 (*1 *1 *1) (-5 *1 (-114))) (-1566 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-114)))) (-1566 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-771)) (-5 *1 (-114)))) (-1566 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-55)) (-5 *1 (-114)))) (-1315 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-1869 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-1553 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-1784 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-114)))) (-1784 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-114)))) (-4278 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))) (-1510 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))) (-1710 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-862) (-644 (-862)))) (-5 *1 (-114)))) (-1710 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-862) (-644 (-862)))) (-5 *1 (-114)))) (-1710 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-862) (-862))) (-5 *1 (-114)))) (-1763 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-538) (-644 (-538)))) (-5 *1 (-114)))) (-1763 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-538) (-644 (-538)))) (-5 *1 (-114)))) (-3237 (*1 *2 *1 *3) (-12 (-5 *3 (-508)) (-5 *2 (-112)) (-5 *1 (-114)))) (-1442 (*1 *1 *1 *2) (-12 (-5 *2 (-508)) (-5 *1 (-114)))) (-3049 (*1 *1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-114)))) (-3049 (*1 *1 *1 *2) (-12 (-5 *2 (-508)) (-5 *1 (-114)))) (-3808 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1157)) (-5 *2 (-774)) (-5 *1 (-114)))) (-3808 (*1 *2 *1 *3) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-774))) (-5 *1 (-114)))) (-2789 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-774)) (-5 *1 (-114)))) (-2789 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-774)) (-5 *1 (-114)))) (-2927 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1157) (-774))) (-5 *1 (-114)))))
-(-13 (-850) (-835 (-1175)) (-10 -8 (-15 -2104 ((-45 (-1157) (-774)) $)) (-15 -1480 ($ $)) (-15 -1566 ($ (-1175))) (-15 -1566 ($ (-1175) (-771))) (-15 -1566 ($ (-1175) (-55))) (-15 -1315 ((-112) $)) (-15 -1869 ((-112) $)) (-15 -1553 ((-112) $)) (-15 -1784 ((-771) $)) (-15 -1784 ($ $ (-771))) (-15 -4278 ($ $ (-1 (-112) $ $))) (-15 -1510 ($ $ (-1 (-112) $ $))) (-15 -1710 ((-3 (-1 (-862) (-644 (-862))) "failed") $)) (-15 -1710 ($ $ (-1 (-862) (-644 (-862))))) (-15 -1710 ($ $ (-1 (-862) (-862)))) (-15 -1763 ($ $ (-1 (-538) (-644 (-538))))) (-15 -1763 ((-3 (-1 (-538) (-644 (-538))) "failed") $)) (-15 -3237 ((-112) $ (-508))) (-15 -1442 ($ $ (-508))) (-15 -3049 ($ $ (-1157))) (-15 -3049 ($ $ (-508))) (-15 -3808 ((-3 (-774) "failed") $ (-1157))) (-15 -3808 ((-691 (-774)) $ (-508))) (-15 -2789 ($ $ (-1157) (-774))) (-15 -2789 ($ $ (-508) (-774))) (-15 -2927 ($ $ (-45 (-1157) (-774))))))
-((-3068 (((-566) |#2|) 41)))
-(((-115 |#1| |#2|) (-10 -7 (-15 -3068 ((-566) |#2|))) (-13 (-365) (-1038 (-409 (-566)))) (-1240 |#1|)) (T -115))
-((-3068 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-1038 (-409 *2)))) (-5 *2 (-566)) (-5 *1 (-115 *4 *3)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -3068 ((-566) |#2|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1635 (($ $ (-566)) NIL)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-3134 (($ (-1171 (-566)) (-566)) NIL)) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-1406 (($ $) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-2679 (((-771) $) NIL)) (-2389 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3206 (((-566)) NIL)) (-2168 (((-566) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3369 (($ $ (-566)) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2251 (((-1155 (-566)) $) NIL)) (-1687 (($ $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-3603 (((-566) $ (-566)) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-4155 (($ $) 13)) (-3382 (($ $ $) 18)) (-3170 (($) 7 T CONST)) (-3091 (($ $) 6)) (-3571 (((-771)) 26)) (-3341 (($) 34)) (-3368 (($ $ $) 16)) (-3348 (($ $) 9)) (-1541 (($ $ $) 19)) (-2821 (($ $ $) 20)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) 32)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) 30)) (-1874 (($ $ $) 22)) (-2029 (((-1119) $) NIL)) (-1973 (($) 8 T CONST)) (-3178 (($ $ $) 23)) (-1945 (((-538) $) 36)) (-1650 (((-862) $) 38)) (-2657 (((-112) $ $) NIL)) (-3360 (($ $ $) 14)) (-4199 (($ $ $) 17)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 21)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 24)) (-4183 (($ $ $) 15)))
+(((-112) (-13 (-844) (-661) (-967) (-614 (-538)) (-10 -8 (-15 -3382 ($ $ $)) (-15 -2821 ($ $ $)) (-15 -1541 ($ $ $)) (-15 -3091 ($ $))))) (T -112))
+((-3382 (*1 *1 *1 *1) (-5 *1 (-112))) (-2821 (*1 *1 *1 *1) (-5 *1 (-112))) (-1541 (*1 *1 *1 *1) (-5 *1 (-112))) (-3091 (*1 *1 *1) (-5 *1 (-112))))
+(-13 (-844) (-661) (-967) (-614 (-538)) (-10 -8 (-15 -3382 ($ $ $)) (-15 -2821 ($ $ $)) (-15 -1541 ($ $ $)) (-15 -3091 ($ $))))
+((-2424 (((-3 (-1 |#1| (-644 |#1|)) "failed") (-114)) 23) (((-114) (-114) (-1 |#1| |#1|)) 13) (((-114) (-114) (-1 |#1| (-644 |#1|))) 11) (((-3 |#1| "failed") (-114) (-644 |#1|)) 25)) (-2521 (((-3 (-644 (-1 |#1| (-644 |#1|))) "failed") (-114)) 29) (((-114) (-114) (-1 |#1| |#1|)) 33) (((-114) (-114) (-644 (-1 |#1| (-644 |#1|)))) 30)) (-2056 (((-114) |#1|) 63)) (-3617 (((-3 |#1| "failed") (-114)) 58)))
+(((-113 |#1|) (-10 -7 (-15 -2424 ((-3 |#1| "failed") (-114) (-644 |#1|))) (-15 -2424 ((-114) (-114) (-1 |#1| (-644 |#1|)))) (-15 -2424 ((-114) (-114) (-1 |#1| |#1|))) (-15 -2424 ((-3 (-1 |#1| (-644 |#1|)) "failed") (-114))) (-15 -2521 ((-114) (-114) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2521 ((-114) (-114) (-1 |#1| |#1|))) (-15 -2521 ((-3 (-644 (-1 |#1| (-644 |#1|))) "failed") (-114))) (-15 -2056 ((-114) |#1|)) (-15 -3617 ((-3 |#1| "failed") (-114)))) (-1099)) (T -113))
+((-3617 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *1 (-113 *2)) (-4 *2 (-1099)))) (-2056 (*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-113 *3)) (-4 *3 (-1099)))) (-2521 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-644 (-1 *4 (-644 *4)))) (-5 *1 (-113 *4)) (-4 *4 (-1099)))) (-2521 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1099)) (-5 *1 (-113 *4)))) (-2521 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 (-1 *4 (-644 *4)))) (-4 *4 (-1099)) (-5 *1 (-113 *4)))) (-2424 (*1 *2 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-1 *4 (-644 *4))) (-5 *1 (-113 *4)) (-4 *4 (-1099)))) (-2424 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1099)) (-5 *1 (-113 *4)))) (-2424 (*1 *2 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 (-644 *4))) (-4 *4 (-1099)) (-5 *1 (-113 *4)))) (-2424 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-644 *2)) (-5 *1 (-113 *2)) (-4 *2 (-1099)))))
+(-10 -7 (-15 -2424 ((-3 |#1| "failed") (-114) (-644 |#1|))) (-15 -2424 ((-114) (-114) (-1 |#1| (-644 |#1|)))) (-15 -2424 ((-114) (-114) (-1 |#1| |#1|))) (-15 -2424 ((-3 (-1 |#1| (-644 |#1|)) "failed") (-114))) (-15 -2521 ((-114) (-114) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2521 ((-114) (-114) (-1 |#1| |#1|))) (-15 -2521 ((-3 (-644 (-1 |#1| (-644 |#1|))) "failed") (-114))) (-15 -2056 ((-114) |#1|)) (-15 -3617 ((-3 |#1| "failed") (-114))))
+((-4124 (((-112) $ $) NIL)) (-1636 (((-771) $) 91) (($ $ (-771)) 37)) (-3123 (((-112) $) 41)) (-4243 (($ $ (-1157) (-774)) 58) (($ $ (-508) (-774)) 33)) (-2998 (($ $ (-45 (-1157) (-774))) 16)) (-2263 (((-3 (-774) "failed") $ (-1157)) 27) (((-691 (-774)) $ (-508)) 32)) (-2954 (((-45 (-1157) (-774)) $) 15)) (-3797 (($ (-1175)) 20) (($ (-1175) (-771)) 23) (($ (-1175) (-55)) 24)) (-2610 (((-112) $) 39)) (-3097 (((-112) $) 43)) (-3707 (((-1175) $) 8)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2530 (((-112) $ (-1175)) 11)) (-2663 (($ $ (-1 (-538) (-644 (-538)))) 64) (((-3 (-1 (-538) (-644 (-538))) "failed") $) 71)) (-2029 (((-1119) $) NIL)) (-4095 (((-112) $ (-508)) 36)) (-3563 (($ $ (-1 (-112) $ $)) 45)) (-2601 (((-3 (-1 (-862) (-644 (-862))) "failed") $) 69) (($ $ (-1 (-862) (-644 (-862)))) 51) (($ $ (-1 (-862) (-862))) 53)) (-2706 (($ $ (-1157)) 55) (($ $ (-508)) 56)) (-1800 (($ $) 77)) (-3927 (($ $ (-1 (-112) $ $)) 46)) (-1650 (((-862) $) 60)) (-2657 (((-112) $ $) NIL)) (-1310 (($ $ (-508)) 34)) (-1379 (((-55) $) 72)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 89)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 103)))
+(((-114) (-13 (-850) (-835 (-1175)) (-10 -8 (-15 -2954 ((-45 (-1157) (-774)) $)) (-15 -1800 ($ $)) (-15 -3797 ($ (-1175))) (-15 -3797 ($ (-1175) (-771))) (-15 -3797 ($ (-1175) (-55))) (-15 -2610 ((-112) $)) (-15 -3123 ((-112) $)) (-15 -3097 ((-112) $)) (-15 -1636 ((-771) $)) (-15 -1636 ($ $ (-771))) (-15 -3563 ($ $ (-1 (-112) $ $))) (-15 -3927 ($ $ (-1 (-112) $ $))) (-15 -2601 ((-3 (-1 (-862) (-644 (-862))) "failed") $)) (-15 -2601 ($ $ (-1 (-862) (-644 (-862))))) (-15 -2601 ($ $ (-1 (-862) (-862)))) (-15 -2663 ($ $ (-1 (-538) (-644 (-538))))) (-15 -2663 ((-3 (-1 (-538) (-644 (-538))) "failed") $)) (-15 -4095 ((-112) $ (-508))) (-15 -1310 ($ $ (-508))) (-15 -2706 ($ $ (-1157))) (-15 -2706 ($ $ (-508))) (-15 -2263 ((-3 (-774) "failed") $ (-1157))) (-15 -2263 ((-691 (-774)) $ (-508))) (-15 -4243 ($ $ (-1157) (-774))) (-15 -4243 ($ $ (-508) (-774))) (-15 -2998 ($ $ (-45 (-1157) (-774))))))) (T -114))
+((-2954 (*1 *2 *1) (-12 (-5 *2 (-45 (-1157) (-774))) (-5 *1 (-114)))) (-1800 (*1 *1 *1) (-5 *1 (-114))) (-3797 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-114)))) (-3797 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-771)) (-5 *1 (-114)))) (-3797 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-55)) (-5 *1 (-114)))) (-2610 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-3123 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-3097 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))) (-1636 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-114)))) (-1636 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-114)))) (-3563 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))) (-3927 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))) (-2601 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-862) (-644 (-862)))) (-5 *1 (-114)))) (-2601 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-862) (-644 (-862)))) (-5 *1 (-114)))) (-2601 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-862) (-862))) (-5 *1 (-114)))) (-2663 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-538) (-644 (-538)))) (-5 *1 (-114)))) (-2663 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-538) (-644 (-538)))) (-5 *1 (-114)))) (-4095 (*1 *2 *1 *3) (-12 (-5 *3 (-508)) (-5 *2 (-112)) (-5 *1 (-114)))) (-1310 (*1 *1 *1 *2) (-12 (-5 *2 (-508)) (-5 *1 (-114)))) (-2706 (*1 *1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-114)))) (-2706 (*1 *1 *1 *2) (-12 (-5 *2 (-508)) (-5 *1 (-114)))) (-2263 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1157)) (-5 *2 (-774)) (-5 *1 (-114)))) (-2263 (*1 *2 *1 *3) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-774))) (-5 *1 (-114)))) (-4243 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-774)) (-5 *1 (-114)))) (-4243 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-774)) (-5 *1 (-114)))) (-2998 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1157) (-774))) (-5 *1 (-114)))))
+(-13 (-850) (-835 (-1175)) (-10 -8 (-15 -2954 ((-45 (-1157) (-774)) $)) (-15 -1800 ($ $)) (-15 -3797 ($ (-1175))) (-15 -3797 ($ (-1175) (-771))) (-15 -3797 ($ (-1175) (-55))) (-15 -2610 ((-112) $)) (-15 -3123 ((-112) $)) (-15 -3097 ((-112) $)) (-15 -1636 ((-771) $)) (-15 -1636 ($ $ (-771))) (-15 -3563 ($ $ (-1 (-112) $ $))) (-15 -3927 ($ $ (-1 (-112) $ $))) (-15 -2601 ((-3 (-1 (-862) (-644 (-862))) "failed") $)) (-15 -2601 ($ $ (-1 (-862) (-644 (-862))))) (-15 -2601 ($ $ (-1 (-862) (-862)))) (-15 -2663 ($ $ (-1 (-538) (-644 (-538))))) (-15 -2663 ((-3 (-1 (-538) (-644 (-538))) "failed") $)) (-15 -4095 ((-112) $ (-508))) (-15 -1310 ($ $ (-508))) (-15 -2706 ($ $ (-1157))) (-15 -2706 ($ $ (-508))) (-15 -2263 ((-3 (-774) "failed") $ (-1157))) (-15 -2263 ((-691 (-774)) $ (-508))) (-15 -4243 ($ $ (-1157) (-774))) (-15 -4243 ($ $ (-508) (-774))) (-15 -2998 ($ $ (-45 (-1157) (-774))))))
+((-2907 (((-566) |#2|) 41)))
+(((-115 |#1| |#2|) (-10 -7 (-15 -2907 ((-566) |#2|))) (-13 (-365) (-1038 (-409 (-566)))) (-1241 |#1|)) (T -115))
+((-2907 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-1038 (-409 *2)))) (-5 *2 (-566)) (-5 *1 (-115 *4 *3)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -2907 ((-566) |#2|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3856 (($ $ (-566)) NIL)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-2338 (($ (-1171 (-566)) (-566)) NIL)) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-2093 (($ $) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2464 (((-771) $) NIL)) (-1568 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3809 (((-566)) NIL)) (-4326 (((-566) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2929 (($ $ (-566)) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2600 (((-1155 (-566)) $) NIL)) (-1911 (($ $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-1645 (((-566) $ (-566)) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL)))
(((-116 |#1|) (-869 |#1|) (-566)) (T -116))
NIL
(-869 |#1|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-116 |#1|) (-909)))) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-116 |#1|) (-909)))) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL (|has| (-116 |#1|) (-820)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-116 |#1|) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-116 |#1|) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-116 |#1|) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-116 |#1|) (-1038 (-566))))) (-4158 (((-116 |#1|) $) NIL) (((-1175) $) NIL (|has| (-116 |#1|) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-116 |#1|) (-1038 (-566)))) (((-566) $) NIL (|has| (-116 |#1|) (-1038 (-566))))) (-1556 (($ $) NIL) (($ (-566) $) NIL)) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| (-116 |#1|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-116 |#1|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-116 |#1|))) (|:| |vec| (-1264 (-116 |#1|)))) (-689 $) (-1264 $)) NIL) (((-689 (-116 |#1|)) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-116 |#1|) (-547)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2528 (((-112) $) NIL (|has| (-116 |#1|) (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-116 |#1|) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-116 |#1|) (-886 (-381))))) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL)) (-2248 (((-116 |#1|) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| (-116 |#1|) (-1150)))) (-3233 (((-112) $) NIL (|has| (-116 |#1|) (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL (|has| (-116 |#1|) (-850)))) (-2599 (($ $ $) NIL (|has| (-116 |#1|) (-850)))) (-2319 (($ (-1 (-116 |#1|) (-116 |#1|)) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-116 |#1|) (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL (|has| (-116 |#1|) (-308)))) (-3143 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-116 |#1|) (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-116 |#1|) (-909)))) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2023 (($ $ (-644 (-116 |#1|)) (-644 (-116 |#1|))) NIL (|has| (-116 |#1|) (-310 (-116 |#1|)))) (($ $ (-116 |#1|) (-116 |#1|)) NIL (|has| (-116 |#1|) (-310 (-116 |#1|)))) (($ $ (-295 (-116 |#1|))) NIL (|has| (-116 |#1|) (-310 (-116 |#1|)))) (($ $ (-644 (-295 (-116 |#1|)))) NIL (|has| (-116 |#1|) (-310 (-116 |#1|)))) (($ $ (-644 (-1175)) (-644 (-116 |#1|))) NIL (|has| (-116 |#1|) (-516 (-1175) (-116 |#1|)))) (($ $ (-1175) (-116 |#1|)) NIL (|has| (-116 |#1|) (-516 (-1175) (-116 |#1|))))) (-4357 (((-771) $) NIL)) (-1309 (($ $ (-116 |#1|)) NIL (|has| (-116 |#1|) (-287 (-116 |#1|) (-116 |#1|))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) NIL (|has| (-116 |#1|) (-233))) (($ $ (-771)) NIL (|has| (-116 |#1|) (-233))) (($ $ (-1175)) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-1 (-116 |#1|) (-116 |#1|)) (-771)) NIL) (($ $ (-1 (-116 |#1|) (-116 |#1|))) NIL)) (-1452 (($ $) NIL)) (-2260 (((-116 |#1|) $) NIL)) (-2376 (((-892 (-566)) $) NIL (|has| (-116 |#1|) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-116 |#1|) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-116 |#1|) (-614 (-538)))) (((-381) $) NIL (|has| (-116 |#1|) (-1022))) (((-225) $) NIL (|has| (-116 |#1|) (-1022)))) (-2146 (((-174 (-409 (-566))) $) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-116 |#1|) (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-116 |#1|)) NIL) (($ (-1175)) NIL (|has| (-116 |#1|) (-1038 (-1175))))) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| (-116 |#1|) (-909))) (|has| (-116 |#1|) (-145))))) (-2593 (((-771)) NIL T CONST)) (-3913 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-547)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-3603 (((-409 (-566)) $ (-566)) NIL)) (-1358 (($ $) NIL (|has| (-116 |#1|) (-820)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $) NIL (|has| (-116 |#1|) (-233))) (($ $ (-771)) NIL (|has| (-116 |#1|) (-233))) (($ $ (-1175)) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-1 (-116 |#1|) (-116 |#1|)) (-771)) NIL) (($ $ (-1 (-116 |#1|) (-116 |#1|))) NIL)) (-2968 (((-112) $ $) NIL (|has| (-116 |#1|) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-116 |#1|) (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| (-116 |#1|) (-850)))) (-2935 (((-112) $ $) NIL (|has| (-116 |#1|) (-850)))) (-3025 (($ $ $) NIL) (($ (-116 |#1|) (-116 |#1|)) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-116 |#1|) $) NIL) (($ $ (-116 |#1|)) NIL)))
-(((-117 |#1|) (-13 (-992 (-116 |#1|)) (-10 -8 (-15 -3603 ((-409 (-566)) $ (-566))) (-15 -2146 ((-174 (-409 (-566))) $)) (-15 -1556 ($ $)) (-15 -1556 ($ (-566) $)))) (-566)) (T -117))
-((-3603 (*1 *2 *1 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-117 *4)) (-14 *4 *3) (-5 *3 (-566)))) (-2146 (*1 *2 *1) (-12 (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-117 *3)) (-14 *3 (-566)))) (-1556 (*1 *1 *1) (-12 (-5 *1 (-117 *2)) (-14 *2 (-566)))) (-1556 (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-117 *3)) (-14 *3 *2))))
-(-13 (-992 (-116 |#1|)) (-10 -8 (-15 -3603 ((-409 (-566)) $ (-566))) (-15 -2146 ((-174 (-409 (-566))) $)) (-15 -1556 ($ $)) (-15 -1556 ($ (-566) $))))
-((-1456 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 61) (($ $ "right" $) 63)) (-3431 (((-644 $) $) 31)) (-1507 (((-112) $ $) 36)) (-1602 (((-112) |#2| $) 40)) (-1458 (((-644 |#2|) $) 25)) (-3860 (((-112) $) 18)) (-1309 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-3786 (((-112) $) 57)) (-3152 (((-862) $) 47)) (-1926 (((-644 $) $) 32)) (-2914 (((-112) $ $) 38)) (-3000 (((-771) $) 50)))
-(((-118 |#1| |#2|) (-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -1456 (|#1| |#1| "right" |#1|)) (-15 -1456 (|#1| |#1| "left" |#1|)) (-15 -1309 (|#1| |#1| "right")) (-15 -1309 (|#1| |#1| "left")) (-15 -1456 (|#2| |#1| "value" |#2|)) (-15 -1507 ((-112) |#1| |#1|)) (-15 -1458 ((-644 |#2|) |#1|)) (-15 -3786 ((-112) |#1|)) (-15 -1309 (|#2| |#1| "value")) (-15 -3860 ((-112) |#1|)) (-15 -3431 ((-644 |#1|) |#1|)) (-15 -1926 ((-644 |#1|) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -1602 ((-112) |#2| |#1|)) (-15 -3000 ((-771) |#1|))) (-119 |#2|) (-1214)) (T -118))
-NIL
-(-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -1456 (|#1| |#1| "right" |#1|)) (-15 -1456 (|#1| |#1| "left" |#1|)) (-15 -1309 (|#1| |#1| "right")) (-15 -1309 (|#1| |#1| "left")) (-15 -1456 (|#2| |#1| "value" |#2|)) (-15 -1507 ((-112) |#1| |#1|)) (-15 -1458 ((-644 |#2|) |#1|)) (-15 -3786 ((-112) |#1|)) (-15 -1309 (|#2| |#1| "value")) (-15 -3860 ((-112) |#1|)) (-15 -3431 ((-644 |#1|) |#1|)) (-15 -1926 ((-644 |#1|) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -1602 ((-112) |#2| |#1|)) (-15 -3000 ((-771) |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2876 ((|#1| $) 49)) (-1504 (((-112) $ (-771)) 8)) (-2191 ((|#1| $ |#1|) 40 (|has| $ (-6 -4415)))) (-1878 (($ $ $) 53 (|has| $ (-6 -4415)))) (-3414 (($ $ $) 55 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4415))) (($ $ "left" $) 56 (|has| $ (-6 -4415))) (($ $ "right" $) 54 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 42 (|has| $ (-6 -4415)))) (-2463 (($) 7 T CONST)) (-1966 (($ $) 58)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 51)) (-1507 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-1953 (($ $) 60)) (-1458 (((-644 |#1|) $) 46)) (-3860 (((-112) $) 50)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ "value") 48) (($ $ "left") 59) (($ $ "right") 57)) (-1696 (((-566) $ $) 45)) (-3786 (((-112) $) 47)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) 52)) (-4385 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-119 |#1|) (-140) (-1214)) (T -119))
-((-1953 (*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1214)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-119 *3)) (-4 *3 (-1214)))) (-1966 (*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1214)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-119 *3)) (-4 *3 (-1214)))) (-1456 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4415)) (-4 *1 (-119 *3)) (-4 *3 (-1214)))) (-3414 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-119 *2)) (-4 *2 (-1214)))) (-1456 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4415)) (-4 *1 (-119 *3)) (-4 *3 (-1214)))) (-1878 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-119 *2)) (-4 *2 (-1214)))))
-(-13 (-1010 |t#1|) (-10 -8 (-15 -1953 ($ $)) (-15 -1309 ($ $ "left")) (-15 -1966 ($ $)) (-15 -1309 ($ $ "right")) (IF (|has| $ (-6 -4415)) (PROGN (-15 -1456 ($ $ "left" $)) (-15 -3414 ($ $ $)) (-15 -1456 ($ $ "right" $)) (-15 -1878 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-3375 (((-112) |#1|) 29)) (-2329 (((-771) (-771)) 28) (((-771)) 27)) (-2841 (((-112) |#1| (-112)) 30) (((-112) |#1|) 31)))
-(((-120 |#1|) (-10 -7 (-15 -2841 ((-112) |#1|)) (-15 -2841 ((-112) |#1| (-112))) (-15 -2329 ((-771))) (-15 -2329 ((-771) (-771))) (-15 -3375 ((-112) |#1|))) (-1240 (-566))) (T -120))
-((-3375 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566))))) (-2329 (*1 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566))))) (-2329 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566))))) (-2841 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566))))) (-2841 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566))))))
-(-10 -7 (-15 -2841 ((-112) |#1|)) (-15 -2841 ((-112) |#1| (-112))) (-15 -2329 ((-771))) (-15 -2329 ((-771) (-771))) (-15 -3375 ((-112) |#1|)))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) 18)) (-3011 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 26)) (-1504 (((-112) $ (-771)) NIL)) (-2191 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1878 (($ $ $) 21 (|has| $ (-6 -4415)))) (-3414 (($ $ $) 23 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415))) (($ $ "left" $) NIL (|has| $ (-6 -4415))) (($ $ "right" $) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-1966 (($ $) 20)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4326 (($ $ |#1| $) 27)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1953 (($ $) 22)) (-1458 (((-644 |#1|) $) NIL)) (-3860 (((-112) $) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2478 (($ |#1| $) 28)) (-3888 (($ |#1| $) 15)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 17)) (-3493 (($) 11)) (-1309 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1696 (((-566) $ $) NIL)) (-3786 (((-112) $) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2373 (($ (-644 |#1|)) 16)) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-121 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4415) (-6 -4414) (-15 -2373 ($ (-644 |#1|))) (-15 -3888 ($ |#1| $)) (-15 -2478 ($ |#1| $)) (-15 -3011 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-850)) (T -121))
-((-2373 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-121 *3)))) (-3888 (*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-850)))) (-2478 (*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-850)))) (-3011 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-121 *3)) (|:| |greater| (-121 *3)))) (-5 *1 (-121 *3)) (-4 *3 (-850)))))
-(-13 (-125 |#1|) (-10 -8 (-6 -4415) (-6 -4414) (-15 -2373 ($ (-644 |#1|))) (-15 -3888 ($ |#1| $)) (-15 -2478 ($ |#1| $)) (-15 -3011 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
-((-3010 (($ $) 13)) (-2404 (($ $) 11)) (-3801 (($ $ $) 23)) (-2584 (($ $ $) 21)) (-3055 (($ $ $) 19)) (-3043 (($ $ $) 17)))
-(((-122 |#1|) (-10 -8 (-15 -3801 (|#1| |#1| |#1|)) (-15 -2584 (|#1| |#1| |#1|)) (-15 -2404 (|#1| |#1|)) (-15 -3010 (|#1| |#1|)) (-15 -3043 (|#1| |#1| |#1|)) (-15 -3055 (|#1| |#1| |#1|))) (-123)) (T -122))
-NIL
-(-10 -8 (-15 -3801 (|#1| |#1| |#1|)) (-15 -2584 (|#1| |#1| |#1|)) (-15 -2404 (|#1| |#1|)) (-15 -3010 (|#1| |#1|)) (-15 -3043 (|#1| |#1| |#1|)) (-15 -3055 (|#1| |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3010 (($ $) 104)) (-2439 (($ $ $) 26)) (-1944 (((-1269) $ (-566) (-566)) 67 (|has| $ (-6 -4415)))) (-3054 (((-112) $) 99 (|has| (-112) (-850))) (((-112) (-1 (-112) (-112) (-112)) $) 93)) (-3628 (($ $) 103 (-12 (|has| (-112) (-850)) (|has| $ (-6 -4415)))) (($ (-1 (-112) (-112) (-112)) $) 102 (|has| $ (-6 -4415)))) (-2671 (($ $) 98 (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $) 92)) (-1504 (((-112) $ (-771)) 38)) (-1456 (((-112) $ (-1231 (-566)) (-112)) 89 (|has| $ (-6 -4415))) (((-112) $ (-566) (-112)) 55 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) (-112)) $) 72 (|has| $ (-6 -4414)))) (-2463 (($) 39 T CONST)) (-3166 (($ $) 101 (|has| $ (-6 -4415)))) (-3683 (($ $) 91)) (-3942 (($ $) 69 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ (-1 (-112) (-112)) $) 73 (|has| $ (-6 -4414))) (($ (-112) $) 70 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4414))))) (-2873 (((-112) (-1 (-112) (-112) (-112)) $) 75 (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) 74 (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) 71 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4414))))) (-3897 (((-112) $ (-566) (-112)) 54 (|has| $ (-6 -4415)))) (-3829 (((-112) $ (-566)) 56)) (-1569 (((-566) (-112) $ (-566)) 96 (|has| (-112) (-1099))) (((-566) (-112) $) 95 (|has| (-112) (-1099))) (((-566) (-1 (-112) (-112)) $) 94)) (-1683 (((-644 (-112)) $) 46 (|has| $ (-6 -4414)))) (-2427 (($ $ $) 27)) (-2404 (($ $) 31)) (-3801 (($ $ $) 29)) (-1860 (($ (-771) (-112)) 78)) (-2584 (($ $ $) 30)) (-3456 (((-112) $ (-771)) 37)) (-2296 (((-566) $) 64 (|has| (-566) (-850)))) (-1478 (($ $ $) 14)) (-2696 (($ $ $) 97 (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $ $) 90)) (-3491 (((-644 (-112)) $) 47 (|has| $ (-6 -4414)))) (-1602 (((-112) (-112) $) 49 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 63 (|has| (-566) (-850)))) (-2599 (($ $ $) 15)) (-3885 (($ (-1 (-112) (-112)) $) 42 (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-112) (-112) (-112)) $ $) 83) (($ (-1 (-112) (-112)) $) 41)) (-3267 (((-112) $ (-771)) 36)) (-3380 (((-1157) $) 10)) (-1859 (($ $ $ (-566)) 88) (($ (-112) $ (-566)) 87)) (-3725 (((-644 (-566)) $) 61)) (-1644 (((-112) (-566) $) 60)) (-4072 (((-1119) $) 11)) (-3908 (((-112) $) 65 (|has| (-566) (-850)))) (-3668 (((-3 (-112) "failed") (-1 (-112) (-112)) $) 76)) (-3787 (($ $ (-112)) 66 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) (-112)) $) 44 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-112)) (-644 (-112))) 53 (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-112) (-112)) 52 (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-295 (-112))) 51 (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-644 (-295 (-112)))) 50 (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))))) (-3814 (((-112) $ $) 32)) (-2847 (((-112) (-112) $) 62 (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-3486 (((-644 (-112)) $) 59)) (-2872 (((-112) $) 35)) (-3493 (($) 34)) (-1309 (($ $ (-1231 (-566))) 84) (((-112) $ (-566)) 58) (((-112) $ (-566) (-112)) 57)) (-2166 (($ $ (-1231 (-566))) 86) (($ $ (-566)) 85)) (-4083 (((-771) (-112) $) 48 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) (-112)) $) 45 (|has| $ (-6 -4414)))) (-2661 (($ $ $ (-566)) 100 (|has| $ (-6 -4415)))) (-1480 (($ $) 33)) (-2376 (((-538) $) 68 (|has| (-112) (-614 (-538))))) (-1340 (($ (-644 (-112))) 77)) (-4386 (($ (-644 $)) 82) (($ $ $) 81) (($ (-112) $) 80) (($ $ (-112)) 79)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2210 (((-112) (-1 (-112) (-112)) $) 43 (|has| $ (-6 -4414)))) (-2415 (($ $ $) 28)) (-3055 (($ $ $) 106)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)) (-3043 (($ $ $) 105)) (-3000 (((-771) $) 40 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-116 |#1|) (-909)))) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-116 |#1|) (-909)))) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL (|has| (-116 |#1|) (-820)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-116 |#1|) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-116 |#1|) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-116 |#1|) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-116 |#1|) (-1038 (-566))))) (-3213 (((-116 |#1|) $) NIL) (((-1175) $) NIL (|has| (-116 |#1|) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-116 |#1|) (-1038 (-566)))) (((-566) $) NIL (|has| (-116 |#1|) (-1038 (-566))))) (-3128 (($ $) NIL) (($ (-566) $) NIL)) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| (-116 |#1|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-116 |#1|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-116 |#1|))) (|:| |vec| (-1265 (-116 |#1|)))) (-689 $) (-1265 $)) NIL) (((-689 (-116 |#1|)) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-116 |#1|) (-547)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3540 (((-112) $) NIL (|has| (-116 |#1|) (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-116 |#1|) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-116 |#1|) (-886 (-381))))) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL)) (-2499 (((-116 |#1|) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| (-116 |#1|) (-1150)))) (-4049 (((-112) $) NIL (|has| (-116 |#1|) (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL (|has| (-116 |#1|) (-850)))) (-3890 (($ $ $) NIL (|has| (-116 |#1|) (-850)))) (-1895 (($ (-1 (-116 |#1|) (-116 |#1|)) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-116 |#1|) (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL (|has| (-116 |#1|) (-308)))) (-2426 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-116 |#1|) (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-116 |#1|) (-909)))) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1838 (($ $ (-644 (-116 |#1|)) (-644 (-116 |#1|))) NIL (|has| (-116 |#1|) (-310 (-116 |#1|)))) (($ $ (-116 |#1|) (-116 |#1|)) NIL (|has| (-116 |#1|) (-310 (-116 |#1|)))) (($ $ (-295 (-116 |#1|))) NIL (|has| (-116 |#1|) (-310 (-116 |#1|)))) (($ $ (-644 (-295 (-116 |#1|)))) NIL (|has| (-116 |#1|) (-310 (-116 |#1|)))) (($ $ (-644 (-1175)) (-644 (-116 |#1|))) NIL (|has| (-116 |#1|) (-516 (-1175) (-116 |#1|)))) (($ $ (-1175) (-116 |#1|)) NIL (|has| (-116 |#1|) (-516 (-1175) (-116 |#1|))))) (-3075 (((-771) $) NIL)) (-3483 (($ $ (-116 |#1|)) NIL (|has| (-116 |#1|) (-287 (-116 |#1|) (-116 |#1|))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) NIL (|has| (-116 |#1|) (-233))) (($ $ (-771)) NIL (|has| (-116 |#1|) (-233))) (($ $ (-1175)) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-1 (-116 |#1|) (-116 |#1|)) (-771)) NIL) (($ $ (-1 (-116 |#1|) (-116 |#1|))) NIL)) (-1490 (($ $) NIL)) (-2507 (((-116 |#1|) $) NIL)) (-1945 (((-892 (-566)) $) NIL (|has| (-116 |#1|) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-116 |#1|) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-116 |#1|) (-614 (-538)))) (((-381) $) NIL (|has| (-116 |#1|) (-1022))) (((-225) $) NIL (|has| (-116 |#1|) (-1022)))) (-4139 (((-174 (-409 (-566))) $) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-116 |#1|) (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-116 |#1|)) NIL) (($ (-1175)) NIL (|has| (-116 |#1|) (-1038 (-1175))))) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| (-116 |#1|) (-909))) (|has| (-116 |#1|) (-145))))) (-2910 (((-771)) NIL T CONST)) (-4370 (((-116 |#1|) $) NIL (|has| (-116 |#1|) (-547)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-1645 (((-409 (-566)) $ (-566)) NIL)) (-3839 (($ $) NIL (|has| (-116 |#1|) (-820)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $) NIL (|has| (-116 |#1|) (-233))) (($ $ (-771)) NIL (|has| (-116 |#1|) (-233))) (($ $ (-1175)) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-116 |#1|) (-900 (-1175)))) (($ $ (-1 (-116 |#1|) (-116 |#1|)) (-771)) NIL) (($ $ (-1 (-116 |#1|) (-116 |#1|))) NIL)) (-2928 (((-112) $ $) NIL (|has| (-116 |#1|) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-116 |#1|) (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| (-116 |#1|) (-850)))) (-2892 (((-112) $ $) NIL (|has| (-116 |#1|) (-850)))) (-2990 (($ $ $) NIL) (($ (-116 |#1|) (-116 |#1|)) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-116 |#1|) $) NIL) (($ $ (-116 |#1|)) NIL)))
+(((-117 |#1|) (-13 (-992 (-116 |#1|)) (-10 -8 (-15 -1645 ((-409 (-566)) $ (-566))) (-15 -4139 ((-174 (-409 (-566))) $)) (-15 -3128 ($ $)) (-15 -3128 ($ (-566) $)))) (-566)) (T -117))
+((-1645 (*1 *2 *1 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-117 *4)) (-14 *4 *3) (-5 *3 (-566)))) (-4139 (*1 *2 *1) (-12 (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-117 *3)) (-14 *3 (-566)))) (-3128 (*1 *1 *1) (-12 (-5 *1 (-117 *2)) (-14 *2 (-566)))) (-3128 (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-117 *3)) (-14 *3 *2))))
+(-13 (-992 (-116 |#1|)) (-10 -8 (-15 -1645 ((-409 (-566)) $ (-566))) (-15 -4139 ((-174 (-409 (-566))) $)) (-15 -3128 ($ $)) (-15 -3128 ($ (-566) $))))
+((-1777 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 61) (($ $ "right" $) 63)) (-2305 (((-644 $) $) 31)) (-3906 (((-112) $ $) 36)) (-3566 (((-112) |#2| $) 40)) (-3343 (((-644 |#2|) $) 25)) (-3900 (((-112) $) 18)) (-3483 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-1409 (((-112) $) 57)) (-1650 (((-862) $) 47)) (-2460 (((-644 $) $) 32)) (-2868 (((-112) $ $) 38)) (-4142 (((-771) $) 50)))
+(((-118 |#1| |#2|) (-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -1777 (|#1| |#1| "right" |#1|)) (-15 -1777 (|#1| |#1| "left" |#1|)) (-15 -3483 (|#1| |#1| "right")) (-15 -3483 (|#1| |#1| "left")) (-15 -1777 (|#2| |#1| "value" |#2|)) (-15 -3906 ((-112) |#1| |#1|)) (-15 -3343 ((-644 |#2|) |#1|)) (-15 -1409 ((-112) |#1|)) (-15 -3483 (|#2| |#1| "value")) (-15 -3900 ((-112) |#1|)) (-15 -2305 ((-644 |#1|) |#1|)) (-15 -2460 ((-644 |#1|) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -3566 ((-112) |#2| |#1|)) (-15 -4142 ((-771) |#1|))) (-119 |#2|) (-1215)) (T -118))
+NIL
+(-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -1777 (|#1| |#1| "right" |#1|)) (-15 -1777 (|#1| |#1| "left" |#1|)) (-15 -3483 (|#1| |#1| "right")) (-15 -3483 (|#1| |#1| "left")) (-15 -1777 (|#2| |#1| "value" |#2|)) (-15 -3906 ((-112) |#1| |#1|)) (-15 -3343 ((-644 |#2|) |#1|)) (-15 -1409 ((-112) |#1|)) (-15 -3483 (|#2| |#1| "value")) (-15 -3900 ((-112) |#1|)) (-15 -2305 ((-644 |#1|) |#1|)) (-15 -2460 ((-644 |#1|) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -3566 ((-112) |#2| |#1|)) (-15 -4142 ((-771) |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1389 ((|#1| $) 49)) (-3874 (((-112) $ (-771)) 8)) (-3283 ((|#1| $ |#1|) 40 (|has| $ (-6 -4416)))) (-3215 (($ $ $) 53 (|has| $ (-6 -4416)))) (-2133 (($ $ $) 55 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4416))) (($ $ "left" $) 56 (|has| $ (-6 -4416))) (($ $ "right" $) 54 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 42 (|has| $ (-6 -4416)))) (-4145 (($) 7 T CONST)) (-3567 (($ $) 58)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 51)) (-3906 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3555 (($ $) 60)) (-3343 (((-644 |#1|) $) 46)) (-3900 (((-112) $) 50)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ "value") 48) (($ $ "left") 59) (($ $ "right") 57)) (-1985 (((-566) $ $) 45)) (-1409 (((-112) $) 47)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) 52)) (-2110 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-119 |#1|) (-140) (-1215)) (T -119))
+((-3555 (*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1215)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-119 *3)) (-4 *3 (-1215)))) (-3567 (*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1215)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-119 *3)) (-4 *3 (-1215)))) (-1777 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4416)) (-4 *1 (-119 *3)) (-4 *3 (-1215)))) (-2133 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-119 *2)) (-4 *2 (-1215)))) (-1777 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4416)) (-4 *1 (-119 *3)) (-4 *3 (-1215)))) (-3215 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-119 *2)) (-4 *2 (-1215)))))
+(-13 (-1010 |t#1|) (-10 -8 (-15 -3555 ($ $)) (-15 -3483 ($ $ "left")) (-15 -3567 ($ $)) (-15 -3483 ($ $ "right")) (IF (|has| $ (-6 -4416)) (PROGN (-15 -1777 ($ $ "left" $)) (-15 -2133 ($ $ $)) (-15 -1777 ($ $ "right" $)) (-15 -3215 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-3000 (((-112) |#1|) 29)) (-2167 (((-771) (-771)) 28) (((-771)) 27)) (-3465 (((-112) |#1| (-112)) 30) (((-112) |#1|) 31)))
+(((-120 |#1|) (-10 -7 (-15 -3465 ((-112) |#1|)) (-15 -3465 ((-112) |#1| (-112))) (-15 -2167 ((-771))) (-15 -2167 ((-771) (-771))) (-15 -3000 ((-112) |#1|))) (-1241 (-566))) (T -120))
+((-3000 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566))))) (-2167 (*1 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566))))) (-2167 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566))))) (-3465 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566))))) (-3465 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566))))))
+(-10 -7 (-15 -3465 ((-112) |#1|)) (-15 -3465 ((-112) |#1| (-112))) (-15 -2167 ((-771))) (-15 -2167 ((-771) (-771))) (-15 -3000 ((-112) |#1|)))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) 18)) (-3655 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 26)) (-3874 (((-112) $ (-771)) NIL)) (-3283 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-3215 (($ $ $) 21 (|has| $ (-6 -4416)))) (-2133 (($ $ $) 23 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416))) (($ $ "left" $) NIL (|has| $ (-6 -4416))) (($ $ "right" $) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-3567 (($ $) 20)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1533 (($ $ |#1| $) 27)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3555 (($ $) 22)) (-3343 (((-644 |#1|) $) NIL)) (-3900 (((-112) $) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4300 (($ |#1| $) 28)) (-4165 (($ |#1| $) 15)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 17)) (-1710 (($) 11)) (-3483 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1985 (((-566) $ $) NIL)) (-1409 (((-112) $) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1430 (($ (-644 |#1|)) 16)) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-121 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4416) (-6 -4415) (-15 -1430 ($ (-644 |#1|))) (-15 -4165 ($ |#1| $)) (-15 -4300 ($ |#1| $)) (-15 -3655 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-850)) (T -121))
+((-1430 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-121 *3)))) (-4165 (*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-850)))) (-4300 (*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-850)))) (-3655 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-121 *3)) (|:| |greater| (-121 *3)))) (-5 *1 (-121 *3)) (-4 *3 (-850)))))
+(-13 (-125 |#1|) (-10 -8 (-6 -4416) (-6 -4415) (-15 -1430 ($ (-644 |#1|))) (-15 -4165 ($ |#1| $)) (-15 -4300 ($ |#1| $)) (-15 -3655 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
+((-4155 (($ $) 13)) (-3348 (($ $) 11)) (-1541 (($ $ $) 23)) (-2821 (($ $ $) 21)) (-4199 (($ $ $) 19)) (-4183 (($ $ $) 17)))
+(((-122 |#1|) (-10 -8 (-15 -1541 (|#1| |#1| |#1|)) (-15 -2821 (|#1| |#1| |#1|)) (-15 -3348 (|#1| |#1|)) (-15 -4155 (|#1| |#1|)) (-15 -4183 (|#1| |#1| |#1|)) (-15 -4199 (|#1| |#1| |#1|))) (-123)) (T -122))
+NIL
+(-10 -8 (-15 -1541 (|#1| |#1| |#1|)) (-15 -2821 (|#1| |#1| |#1|)) (-15 -3348 (|#1| |#1|)) (-15 -4155 (|#1| |#1|)) (-15 -4183 (|#1| |#1| |#1|)) (-15 -4199 (|#1| |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4155 (($ $) 104)) (-3382 (($ $ $) 26)) (-2656 (((-1270) $ (-566) (-566)) 67 (|has| $ (-6 -4416)))) (-2771 (((-112) $) 99 (|has| (-112) (-850))) (((-112) (-1 (-112) (-112) (-112)) $) 93)) (-3632 (($ $) 103 (-12 (|has| (-112) (-850)) (|has| $ (-6 -4416)))) (($ (-1 (-112) (-112) (-112)) $) 102 (|has| $ (-6 -4416)))) (-3292 (($ $) 98 (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $) 92)) (-3874 (((-112) $ (-771)) 38)) (-1777 (((-112) $ (-1232 (-566)) (-112)) 89 (|has| $ (-6 -4416))) (((-112) $ (-566) (-112)) 55 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) (-112)) $) 72 (|has| $ (-6 -4415)))) (-4145 (($) 39 T CONST)) (-1501 (($ $) 101 (|has| $ (-6 -4416)))) (-1721 (($ $) 91)) (-3640 (($ $) 69 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ (-1 (-112) (-112)) $) 73 (|has| $ (-6 -4415))) (($ (-112) $) 70 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4415))))) (-1936 (((-112) (-1 (-112) (-112) (-112)) $) 75 (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) 74 (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) 71 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4415))))) (-2417 (((-112) $ (-566) (-112)) 54 (|has| $ (-6 -4416)))) (-2359 (((-112) $ (-566)) 56)) (-1308 (((-566) (-112) $ (-566)) 96 (|has| (-112) (-1099))) (((-566) (-112) $) 95 (|has| (-112) (-1099))) (((-566) (-1 (-112) (-112)) $) 94)) (-3953 (((-644 (-112)) $) 46 (|has| $ (-6 -4415)))) (-3368 (($ $ $) 27)) (-3348 (($ $) 31)) (-1541 (($ $ $) 29)) (-1566 (($ (-771) (-112)) 78)) (-2821 (($ $ $) 30)) (-1392 (((-112) $ (-771)) 37)) (-3099 (((-566) $) 64 (|has| (-566) (-850)))) (-1888 (($ $ $) 14)) (-1485 (($ $ $) 97 (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $ $) 90)) (-1690 (((-644 (-112)) $) 47 (|has| $ (-6 -4415)))) (-3566 (((-112) (-112) $) 49 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 63 (|has| (-566) (-850)))) (-3890 (($ $ $) 15)) (-2409 (($ (-1 (-112) (-112)) $) 42 (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-112) (-112) (-112)) $ $) 83) (($ (-1 (-112) (-112)) $) 41)) (-4395 (((-112) $ (-771)) 36)) (-3057 (((-1157) $) 10)) (-3438 (($ $ $ (-566)) 88) (($ (-112) $ (-566)) 87)) (-2033 (((-644 (-566)) $) 61)) (-2686 (((-112) (-566) $) 60)) (-2029 (((-1119) $) 11)) (-3604 (((-112) $) 65 (|has| (-566) (-850)))) (-2695 (((-3 (-112) "failed") (-1 (-112) (-112)) $) 76)) (-1417 (($ $ (-112)) 66 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) (-112)) $) 44 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-112)) (-644 (-112))) 53 (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-112) (-112)) 52 (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-295 (-112))) 51 (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-644 (-295 (-112)))) 50 (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))))) (-1633 (((-112) $ $) 32)) (-3523 (((-112) (-112) $) 62 (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-1647 (((-644 (-112)) $) 59)) (-3758 (((-112) $) 35)) (-1710 (($) 34)) (-3483 (($ $ (-1232 (-566))) 84) (((-112) $ (-566)) 58) (((-112) $ (-566) (-112)) 57)) (-1405 (($ $ (-1232 (-566))) 86) (($ $ (-566)) 85)) (-2037 (((-771) (-112) $) 48 (-12 (|has| (-112) (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) (-112)) $) 45 (|has| $ (-6 -4415)))) (-2310 (($ $ $ (-566)) 100 (|has| $ (-6 -4416)))) (-1800 (($ $) 33)) (-1945 (((-538) $) 68 (|has| (-112) (-614 (-538))))) (-1664 (($ (-644 (-112))) 77)) (-2829 (($ (-644 $)) 82) (($ $ $) 81) (($ (-112) $) 80) (($ $ (-112)) 79)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3487 (((-112) (-1 (-112) (-112)) $) 43 (|has| $ (-6 -4415)))) (-3360 (($ $ $) 28)) (-4199 (($ $ $) 106)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)) (-4183 (($ $ $) 105)) (-4142 (((-771) $) 40 (|has| $ (-6 -4415)))))
(((-123) (-140)) (T -123))
-((-2404 (*1 *1 *1) (-4 *1 (-123))) (-2584 (*1 *1 *1 *1) (-4 *1 (-123))) (-3801 (*1 *1 *1 *1) (-4 *1 (-123))) (-2415 (*1 *1 *1 *1) (-4 *1 (-123))) (-2427 (*1 *1 *1 *1) (-4 *1 (-123))) (-2439 (*1 *1 *1 *1) (-4 *1 (-123))))
-(-13 (-850) (-661) (-19 (-112)) (-10 -8 (-15 -2404 ($ $)) (-15 -2584 ($ $ $)) (-15 -3801 ($ $ $)) (-15 -2415 ($ $ $)) (-15 -2427 ($ $ $)) (-15 -2439 ($ $ $))))
-(((-34) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 #0=(-112)) . T) ((-614 (-538)) |has| (-112) (-614 (-538))) ((-287 #1=(-566) #0#) . T) ((-289 #1# #0#) . T) ((-310 #0#) -12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))) ((-375 #0#) . T) ((-491 #0#) . T) ((-604 #1# #0#) . T) ((-516 #0# #0#) -12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))) ((-651 #0#) . T) ((-661) . T) ((-19 #0#) . T) ((-850) . T) ((-1099) . T) ((-1214) . T))
-((-3885 (($ (-1 |#2| |#2|) $) 22)) (-1480 (($ $) 16)) (-3000 (((-771) $) 25)))
-(((-124 |#1| |#2|) (-10 -8 (-15 -3885 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3000 ((-771) |#1|)) (-15 -1480 (|#1| |#1|))) (-125 |#2|) (-1099)) (T -124))
-NIL
-(-10 -8 (-15 -3885 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3000 ((-771) |#1|)) (-15 -1480 (|#1| |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2876 ((|#1| $) 49)) (-1504 (((-112) $ (-771)) 8)) (-2191 ((|#1| $ |#1|) 40 (|has| $ (-6 -4415)))) (-1878 (($ $ $) 53 (|has| $ (-6 -4415)))) (-3414 (($ $ $) 55 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4415))) (($ $ "left" $) 56 (|has| $ (-6 -4415))) (($ $ "right" $) 54 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 42 (|has| $ (-6 -4415)))) (-2463 (($) 7 T CONST)) (-1966 (($ $) 58)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 51)) (-1507 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-4326 (($ $ |#1| $) 61)) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-1953 (($ $) 60)) (-1458 (((-644 |#1|) $) 46)) (-3860 (((-112) $) 50)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ "value") 48) (($ $ "left") 59) (($ $ "right") 57)) (-1696 (((-566) $ $) 45)) (-3786 (((-112) $) 47)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) 52)) (-4385 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-3348 (*1 *1 *1) (-4 *1 (-123))) (-2821 (*1 *1 *1 *1) (-4 *1 (-123))) (-1541 (*1 *1 *1 *1) (-4 *1 (-123))) (-3360 (*1 *1 *1 *1) (-4 *1 (-123))) (-3368 (*1 *1 *1 *1) (-4 *1 (-123))) (-3382 (*1 *1 *1 *1) (-4 *1 (-123))))
+(-13 (-850) (-661) (-19 (-112)) (-10 -8 (-15 -3348 ($ $)) (-15 -2821 ($ $ $)) (-15 -1541 ($ $ $)) (-15 -3360 ($ $ $)) (-15 -3368 ($ $ $)) (-15 -3382 ($ $ $))))
+(((-34) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 #0=(-112)) . T) ((-614 (-538)) |has| (-112) (-614 (-538))) ((-287 #1=(-566) #0#) . T) ((-289 #1# #0#) . T) ((-310 #0#) -12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))) ((-375 #0#) . T) ((-491 #0#) . T) ((-604 #1# #0#) . T) ((-516 #0# #0#) -12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))) ((-651 #0#) . T) ((-661) . T) ((-19 #0#) . T) ((-850) . T) ((-1099) . T) ((-1215) . T))
+((-2409 (($ (-1 |#2| |#2|) $) 22)) (-1800 (($ $) 16)) (-4142 (((-771) $) 25)))
+(((-124 |#1| |#2|) (-10 -8 (-15 -2409 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4142 ((-771) |#1|)) (-15 -1800 (|#1| |#1|))) (-125 |#2|) (-1099)) (T -124))
+NIL
+(-10 -8 (-15 -2409 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4142 ((-771) |#1|)) (-15 -1800 (|#1| |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1389 ((|#1| $) 49)) (-3874 (((-112) $ (-771)) 8)) (-3283 ((|#1| $ |#1|) 40 (|has| $ (-6 -4416)))) (-3215 (($ $ $) 53 (|has| $ (-6 -4416)))) (-2133 (($ $ $) 55 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4416))) (($ $ "left" $) 56 (|has| $ (-6 -4416))) (($ $ "right" $) 54 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 42 (|has| $ (-6 -4416)))) (-4145 (($) 7 T CONST)) (-3567 (($ $) 58)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 51)) (-3906 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1533 (($ $ |#1| $) 61)) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3555 (($ $) 60)) (-3343 (((-644 |#1|) $) 46)) (-3900 (((-112) $) 50)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ "value") 48) (($ $ "left") 59) (($ $ "right") 57)) (-1985 (((-566) $ $) 45)) (-1409 (((-112) $) 47)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) 52)) (-2110 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-125 |#1|) (-140) (-1099)) (T -125))
-((-4326 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-125 *2)) (-4 *2 (-1099)))))
-(-13 (-119 |t#1|) (-10 -8 (-6 -4415) (-6 -4414) (-15 -4326 ($ $ |t#1| $))))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-119 |#1|) . T) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) 18)) (-1504 (((-112) $ (-771)) NIL)) (-2191 ((|#1| $ |#1|) 22 (|has| $ (-6 -4415)))) (-1878 (($ $ $) 23 (|has| $ (-6 -4415)))) (-3414 (($ $ $) 21 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415))) (($ $ "left" $) NIL (|has| $ (-6 -4415))) (($ $ "right" $) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-1966 (($ $) 24)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4326 (($ $ |#1| $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1953 (($ $) NIL)) (-1458 (((-644 |#1|) $) NIL)) (-3860 (((-112) $) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3888 (($ |#1| $) 15)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 17)) (-3493 (($) 11)) (-1309 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1696 (((-566) $ $) NIL)) (-3786 (((-112) $) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) 20)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4380 (($ (-644 |#1|)) 16)) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-126 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4415) (-15 -4380 ($ (-644 |#1|))) (-15 -3888 ($ |#1| $)))) (-850)) (T -126))
-((-4380 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-126 *3)))) (-3888 (*1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-850)))))
-(-13 (-125 |#1|) (-10 -8 (-6 -4415) (-15 -4380 ($ (-644 |#1|))) (-15 -3888 ($ |#1| $))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) 30)) (-1504 (((-112) $ (-771)) NIL)) (-2191 ((|#1| $ |#1|) 32 (|has| $ (-6 -4415)))) (-1878 (($ $ $) 36 (|has| $ (-6 -4415)))) (-3414 (($ $ $) 34 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415))) (($ $ "left" $) NIL (|has| $ (-6 -4415))) (($ $ "right" $) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-1966 (($ $) 23)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4326 (($ $ |#1| $) 16)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1953 (($ $) 22)) (-1458 (((-644 |#1|) $) NIL)) (-3860 (((-112) $) 25)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 20)) (-3493 (($) 11)) (-1309 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1696 (((-566) $ $) NIL)) (-3786 (((-112) $) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2065 (($ |#1|) 18) (($ $ |#1| $) 17)) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 10 (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-127 |#1|) (-13 (-125 |#1|) (-10 -8 (-15 -2065 ($ |#1|)) (-15 -2065 ($ $ |#1| $)))) (-1099)) (T -127))
-((-2065 (*1 *1 *2) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1099)))) (-2065 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1099)))))
-(-13 (-125 |#1|) (-10 -8 (-15 -2065 ($ |#1|)) (-15 -2065 ($ $ |#1| $))))
-((-2988 (((-112) $ $) NIL (|has| (-129) (-1099)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) (-129) (-129)) $) NIL) (((-112) $) NIL (|has| (-129) (-850)))) (-3628 (($ (-1 (-112) (-129) (-129)) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-129) (-850))))) (-2671 (($ (-1 (-112) (-129) (-129)) $) NIL) (($ $) NIL (|has| (-129) (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 (((-129) $ (-566) (-129)) 26 (|has| $ (-6 -4415))) (((-129) $ (-1231 (-566)) (-129)) NIL (|has| $ (-6 -4415)))) (-2272 (((-771) $ (-771)) 34)) (-3678 (($ (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-129) (-1099))))) (-2622 (($ (-129) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-129) (-1099)))) (($ (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-129) (-1 (-129) (-129) (-129)) $ (-129) (-129)) NIL (-12 (|has| $ (-6 -4414)) (|has| (-129) (-1099)))) (((-129) (-1 (-129) (-129) (-129)) $ (-129)) NIL (|has| $ (-6 -4414))) (((-129) (-1 (-129) (-129) (-129)) $) NIL (|has| $ (-6 -4414)))) (-3897 (((-129) $ (-566) (-129)) 25 (|has| $ (-6 -4415)))) (-3829 (((-129) $ (-566)) 20)) (-1569 (((-566) (-1 (-112) (-129)) $) NIL) (((-566) (-129) $) NIL (|has| (-129) (-1099))) (((-566) (-129) $ (-566)) NIL (|has| (-129) (-1099)))) (-1683 (((-644 (-129)) $) NIL (|has| $ (-6 -4414)))) (-1860 (($ (-771) (-129)) 14)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) 27 (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| (-129) (-850)))) (-2696 (($ (-1 (-112) (-129) (-129)) $ $) NIL) (($ $ $) NIL (|has| (-129) (-850)))) (-3491 (((-644 (-129)) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-129) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-129) (-1099))))) (-4050 (((-566) $) 30 (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| (-129) (-850)))) (-3885 (($ (-1 (-129) (-129)) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-129) (-129)) $) NIL) (($ (-1 (-129) (-129) (-129)) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| (-129) (-1099)))) (-1859 (($ (-129) $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| (-129) (-1099)))) (-3908 (((-129) $) NIL (|has| (-566) (-850)))) (-3668 (((-3 (-129) "failed") (-1 (-112) (-129)) $) NIL)) (-3787 (($ $ (-129)) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-129)))) NIL (-12 (|has| (-129) (-310 (-129))) (|has| (-129) (-1099)))) (($ $ (-295 (-129))) NIL (-12 (|has| (-129) (-310 (-129))) (|has| (-129) (-1099)))) (($ $ (-129) (-129)) NIL (-12 (|has| (-129) (-310 (-129))) (|has| (-129) (-1099)))) (($ $ (-644 (-129)) (-644 (-129))) NIL (-12 (|has| (-129) (-310 (-129))) (|has| (-129) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) (-129) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-129) (-1099))))) (-3486 (((-644 (-129)) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) 12)) (-1309 (((-129) $ (-566) (-129)) NIL) (((-129) $ (-566)) 23) (($ $ (-1231 (-566))) NIL)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-4083 (((-771) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4414))) (((-771) (-129) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-129) (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-129) (-614 (-538))))) (-1340 (($ (-644 (-129))) 47)) (-4386 (($ $ (-129)) NIL) (($ (-129) $) NIL) (($ $ $) 48) (($ (-644 $)) NIL)) (-3152 (((-958 (-129)) $) 35) (((-1157) $) 44) (((-862) $) NIL (|has| (-129) (-613 (-862))))) (-1755 (((-771) $) 18)) (-1595 (($ (-771)) 8)) (-3044 (((-112) $ $) NIL (|has| (-129) (-1099)))) (-2210 (((-112) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| (-129) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-129) (-850)))) (-2914 (((-112) $ $) 32 (|has| (-129) (-1099)))) (-2956 (((-112) $ $) NIL (|has| (-129) (-850)))) (-2935 (((-112) $ $) NIL (|has| (-129) (-850)))) (-3000 (((-771) $) 15 (|has| $ (-6 -4414)))))
-(((-128) (-13 (-19 (-129)) (-613 (-958 (-129))) (-613 (-1157)) (-10 -8 (-15 -1595 ($ (-771))) (-15 -1755 ((-771) $)) (-15 -2272 ((-771) $ (-771))) (-6 -4414)))) (T -128))
-((-1595 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-128)))) (-1755 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-128)))) (-2272 (*1 *2 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-128)))))
-(-13 (-19 (-129)) (-613 (-958 (-129))) (-613 (-1157)) (-10 -8 (-15 -1595 ($ (-771))) (-15 -1755 ((-771) $)) (-15 -2272 ((-771) $ (-771))) (-6 -4414)))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) 12 T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) 25 T CONST)) (-2599 (($ $ $) NIL) (($) 26 T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL) (($ (-144)) 16) (((-144) $) 18)) (-2559 (($ (-771)) 8)) (-2339 (($ $ $) 28)) (-2326 (($ $ $) 27)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) 23)) (-2946 (((-112) $ $) 21)) (-2914 (((-112) $ $) 19)) (-2956 (((-112) $ $) 22)) (-2935 (((-112) $ $) 20)))
-(((-129) (-13 (-844) (-492 (-144)) (-10 -8 (-15 -2559 ($ (-771))) (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))) (T -129))
-((-2559 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-129)))) (-2326 (*1 *1 *1 *1) (-5 *1 (-129))) (-2339 (*1 *1 *1 *1) (-5 *1 (-129))) (-2463 (*1 *1) (-5 *1 (-129))))
-(-13 (-844) (-492 (-144)) (-10 -8 (-15 -2559 ($ (-771))) (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))
+((-1533 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-125 *2)) (-4 *2 (-1099)))))
+(-13 (-119 |t#1|) (-10 -8 (-6 -4416) (-6 -4415) (-15 -1533 ($ $ |t#1| $))))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-119 |#1|) . T) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) 18)) (-3874 (((-112) $ (-771)) NIL)) (-3283 ((|#1| $ |#1|) 22 (|has| $ (-6 -4416)))) (-3215 (($ $ $) 23 (|has| $ (-6 -4416)))) (-2133 (($ $ $) 21 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416))) (($ $ "left" $) NIL (|has| $ (-6 -4416))) (($ $ "right" $) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-3567 (($ $) 24)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1533 (($ $ |#1| $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3555 (($ $) NIL)) (-3343 (((-644 |#1|) $) NIL)) (-3900 (((-112) $) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4165 (($ |#1| $) 15)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 17)) (-1710 (($) 11)) (-3483 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1985 (((-566) $ $) NIL)) (-1409 (((-112) $) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) 20)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2055 (($ (-644 |#1|)) 16)) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-126 |#1|) (-13 (-125 |#1|) (-10 -8 (-6 -4416) (-15 -2055 ($ (-644 |#1|))) (-15 -4165 ($ |#1| $)))) (-850)) (T -126))
+((-2055 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-126 *3)))) (-4165 (*1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-850)))))
+(-13 (-125 |#1|) (-10 -8 (-6 -4416) (-15 -2055 ($ (-644 |#1|))) (-15 -4165 ($ |#1| $))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) 30)) (-3874 (((-112) $ (-771)) NIL)) (-3283 ((|#1| $ |#1|) 32 (|has| $ (-6 -4416)))) (-3215 (($ $ $) 36 (|has| $ (-6 -4416)))) (-2133 (($ $ $) 34 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416))) (($ $ "left" $) NIL (|has| $ (-6 -4416))) (($ $ "right" $) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-3567 (($ $) 23)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1533 (($ $ |#1| $) 16)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3555 (($ $) 22)) (-3343 (((-644 |#1|) $) NIL)) (-3900 (((-112) $) 25)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 20)) (-1710 (($) 11)) (-3483 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1985 (((-566) $ $) NIL)) (-1409 (((-112) $) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1443 (($ |#1|) 18) (($ $ |#1| $) 17)) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 10 (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-127 |#1|) (-13 (-125 |#1|) (-10 -8 (-15 -1443 ($ |#1|)) (-15 -1443 ($ $ |#1| $)))) (-1099)) (T -127))
+((-1443 (*1 *1 *2) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1099)))) (-1443 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1099)))))
+(-13 (-125 |#1|) (-10 -8 (-15 -1443 ($ |#1|)) (-15 -1443 ($ $ |#1| $))))
+((-4124 (((-112) $ $) NIL (|has| (-129) (-1099)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) (-129) (-129)) $) NIL) (((-112) $) NIL (|has| (-129) (-850)))) (-3632 (($ (-1 (-112) (-129) (-129)) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| (-129) (-850))))) (-3292 (($ (-1 (-112) (-129) (-129)) $) NIL) (($ $) NIL (|has| (-129) (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 (((-129) $ (-566) (-129)) 26 (|has| $ (-6 -4416))) (((-129) $ (-1232 (-566)) (-129)) NIL (|has| $ (-6 -4416)))) (-2851 (((-771) $ (-771)) 34)) (-1997 (($ (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-129) (-1099))))) (-1837 (($ (-129) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-129) (-1099)))) (($ (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-129) (-1 (-129) (-129) (-129)) $ (-129) (-129)) NIL (-12 (|has| $ (-6 -4415)) (|has| (-129) (-1099)))) (((-129) (-1 (-129) (-129) (-129)) $ (-129)) NIL (|has| $ (-6 -4415))) (((-129) (-1 (-129) (-129) (-129)) $) NIL (|has| $ (-6 -4415)))) (-2417 (((-129) $ (-566) (-129)) 25 (|has| $ (-6 -4416)))) (-2359 (((-129) $ (-566)) 20)) (-1308 (((-566) (-1 (-112) (-129)) $) NIL) (((-566) (-129) $) NIL (|has| (-129) (-1099))) (((-566) (-129) $ (-566)) NIL (|has| (-129) (-1099)))) (-3953 (((-644 (-129)) $) NIL (|has| $ (-6 -4415)))) (-1566 (($ (-771) (-129)) 14)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) 27 (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| (-129) (-850)))) (-1485 (($ (-1 (-112) (-129) (-129)) $ $) NIL) (($ $ $) NIL (|has| (-129) (-850)))) (-1690 (((-644 (-129)) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-129) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-129) (-1099))))) (-3090 (((-566) $) 30 (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| (-129) (-850)))) (-2409 (($ (-1 (-129) (-129)) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-129) (-129)) $) NIL) (($ (-1 (-129) (-129) (-129)) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| (-129) (-1099)))) (-3438 (($ (-129) $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| (-129) (-1099)))) (-3604 (((-129) $) NIL (|has| (-566) (-850)))) (-2695 (((-3 (-129) "failed") (-1 (-112) (-129)) $) NIL)) (-1417 (($ $ (-129)) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-129)))) NIL (-12 (|has| (-129) (-310 (-129))) (|has| (-129) (-1099)))) (($ $ (-295 (-129))) NIL (-12 (|has| (-129) (-310 (-129))) (|has| (-129) (-1099)))) (($ $ (-129) (-129)) NIL (-12 (|has| (-129) (-310 (-129))) (|has| (-129) (-1099)))) (($ $ (-644 (-129)) (-644 (-129))) NIL (-12 (|has| (-129) (-310 (-129))) (|has| (-129) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) (-129) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-129) (-1099))))) (-1647 (((-644 (-129)) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) 12)) (-3483 (((-129) $ (-566) (-129)) NIL) (((-129) $ (-566)) 23) (($ $ (-1232 (-566))) NIL)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-2037 (((-771) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4415))) (((-771) (-129) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-129) (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-129) (-614 (-538))))) (-1664 (($ (-644 (-129))) 47)) (-2829 (($ $ (-129)) NIL) (($ (-129) $) NIL) (($ $ $) 48) (($ (-644 $)) NIL)) (-1650 (((-958 (-129)) $) 35) (((-1157) $) 44) (((-862) $) NIL (|has| (-129) (-613 (-862))))) (-1410 (((-771) $) 18)) (-3485 (($ (-771)) 8)) (-2657 (((-112) $ $) NIL (|has| (-129) (-1099)))) (-3487 (((-112) (-1 (-112) (-129)) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| (-129) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-129) (-850)))) (-2868 (((-112) $ $) 32 (|has| (-129) (-1099)))) (-2915 (((-112) $ $) NIL (|has| (-129) (-850)))) (-2892 (((-112) $ $) NIL (|has| (-129) (-850)))) (-4142 (((-771) $) 15 (|has| $ (-6 -4415)))))
+(((-128) (-13 (-19 (-129)) (-613 (-958 (-129))) (-613 (-1157)) (-10 -8 (-15 -3485 ($ (-771))) (-15 -1410 ((-771) $)) (-15 -2851 ((-771) $ (-771))) (-6 -4415)))) (T -128))
+((-3485 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-128)))) (-1410 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-128)))) (-2851 (*1 *2 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-128)))))
+(-13 (-19 (-129)) (-613 (-958 (-129))) (-613 (-1157)) (-10 -8 (-15 -3485 ($ (-771))) (-15 -1410 ((-771) $)) (-15 -2851 ((-771) $ (-771))) (-6 -4415)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) 12 T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) 25 T CONST)) (-3890 (($ $ $) NIL) (($) 26 T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL) (($ (-144)) 16) (((-144) $) 18)) (-2062 (($ (-771)) 8)) (-3426 (($ $ $) 28)) (-3412 (($ $ $) 27)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) 23)) (-2904 (((-112) $ $) 21)) (-2868 (((-112) $ $) 19)) (-2915 (((-112) $ $) 22)) (-2892 (((-112) $ $) 20)))
+(((-129) (-13 (-844) (-492 (-144)) (-10 -8 (-15 -2062 ($ (-771))) (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))) (T -129))
+((-2062 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-129)))) (-3412 (*1 *1 *1 *1) (-5 *1 (-129))) (-3426 (*1 *1 *1 *1) (-5 *1 (-129))) (-4145 (*1 *1) (-5 *1 (-129))))
+(-13 (-844) (-492 (-144)) (-10 -8 (-15 -2062 ($ (-771))) (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))
((|NonNegativeInteger|) (< |#1| 256))
-((-2988 (((-112) $ $) NIL)) (-3509 (($) 6 T CONST)) (-3912 (($) 7 T CONST)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 14)) (-3042 (($) 8 T CONST)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 10)))
-(((-130) (-13 (-1099) (-10 -8 (-15 -3912 ($) -1623) (-15 -3042 ($) -1623) (-15 -3509 ($) -1623)))) (T -130))
-((-3912 (*1 *1) (-5 *1 (-130))) (-3042 (*1 *1) (-5 *1 (-130))) (-3509 (*1 *1) (-5 *1 (-130))))
-(-13 (-1099) (-10 -8 (-15 -3912 ($) -1623) (-15 -3042 ($) -1623) (-15 -3509 ($) -1623)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16)))
+((-4124 (((-112) $ $) NIL)) (-1839 (($) 6 T CONST)) (-4356 (($) 7 T CONST)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 14)) (-2644 (($) 8 T CONST)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 10)))
+(((-130) (-13 (-1099) (-10 -8 (-15 -4356 ($) -4388) (-15 -2644 ($) -4388) (-15 -1839 ($) -4388)))) (T -130))
+((-4356 (*1 *1) (-5 *1 (-130))) (-2644 (*1 *1) (-5 *1 (-130))) (-1839 (*1 *1) (-5 *1 (-130))))
+(-13 (-1099) (-10 -8 (-15 -4356 ($) -4388) (-15 -2644 ($) -4388) (-15 -1839 ($) -4388)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16)))
(((-131) (-140)) (T -131))
-((-3967 (*1 *1 *1 *1) (|partial| -4 *1 (-131))))
-(-13 (-23) (-10 -8 (-15 -3967 ((-3 $ "failed") $ $))))
+((-3569 (*1 *1 *1 *1) (|partial| -4 *1 (-131))))
+(-13 (-23) (-10 -8 (-15 -3569 ((-3 $ "failed") $ $))))
(((-23) . T) ((-25) . T) ((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 7)) (-2785 (((-1269) $ (-771)) 14)) (-1569 (((-771) $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-4124 (((-112) $ $) 7)) (-4194 (((-1270) $ (-771)) 14)) (-1308 (((-771) $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-132) (-140)) (T -132))
-((-1569 (*1 *2 *1) (-12 (-4 *1 (-132)) (-5 *2 (-771)))) (-2785 (*1 *2 *1 *3) (-12 (-4 *1 (-132)) (-5 *3 (-771)) (-5 *2 (-1269)))))
-(-13 (-1099) (-10 -8 (-15 -1569 ((-771) $)) (-15 -2785 ((-1269) $ (-771)))))
+((-1308 (*1 *2 *1) (-12 (-4 *1 (-132)) (-5 *2 (-771)))) (-4194 (*1 *2 *1 *3) (-12 (-4 *1 (-132)) (-5 *3 (-771)) (-5 *2 (-1270)))))
+(-13 (-1099) (-10 -8 (-15 -1308 ((-771) $)) (-15 -4194 ((-1270) $ (-771)))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 16) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-644 (-1134)) $) 10)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-133) (-13 (-1082) (-10 -8 (-15 -1377 ((-644 (-1134)) $))))) (T -133))
-((-1377 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-133)))))
-(-13 (-1082) (-10 -8 (-15 -1377 ((-644 (-1134)) $))))
-((-2988 (((-112) $ $) 49)) (-3230 (((-112) $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-771) "failed") $) 58)) (-4158 (((-771) $) 56)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) 37)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-4026 (((-112)) 59)) (-3573 (((-112) (-112)) 61)) (-4156 (((-112) $) 30)) (-2377 (((-112) $) 55)) (-3152 (((-862) $) 28) (($ (-771)) 20)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 18 T CONST)) (-4366 (($) 19 T CONST)) (-3623 (($ (-771)) 21)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) 40)) (-2914 (((-112) $ $) 32)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 35)) (-3012 (((-3 $ "failed") $ $) 42)) (-3002 (($ $ $) 38)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL) (($ $ $) 54)) (* (($ (-771) $) 48) (($ (-921) $) NIL) (($ $ $) 45)))
-(((-134) (-13 (-850) (-23) (-726) (-1038 (-771)) (-10 -8 (-6 (-4416 "*")) (-15 -3012 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -3623 ($ (-771))) (-15 -4156 ((-112) $)) (-15 -2377 ((-112) $)) (-15 -4026 ((-112))) (-15 -3573 ((-112) (-112)))))) (T -134))
-((-3012 (*1 *1 *1 *1) (|partial| -5 *1 (-134))) (** (*1 *1 *1 *1) (-5 *1 (-134))) (-3623 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-134)))) (-4156 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-2377 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-4026 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-3573 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
-(-13 (-850) (-23) (-726) (-1038 (-771)) (-10 -8 (-6 (-4416 "*")) (-15 -3012 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -3623 ($ (-771))) (-15 -4156 ((-112) $)) (-15 -2377 ((-112) $)) (-15 -4026 ((-112))) (-15 -3573 ((-112) (-112)))))
-((-1448 (((-136 |#1| |#2| |#4|) (-644 |#4|) (-136 |#1| |#2| |#3|)) 14)) (-2319 (((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|)) 18)))
-(((-135 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1448 ((-136 |#1| |#2| |#4|) (-644 |#4|) (-136 |#1| |#2| |#3|))) (-15 -2319 ((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|)))) (-566) (-771) (-172) (-172)) (T -135))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-566)) (-14 *6 (-771)) (-4 *7 (-172)) (-4 *8 (-172)) (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8)))) (-1448 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-566)) (-14 *6 (-771)) (-4 *7 (-172)) (-4 *8 (-172)) (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8)))))
-(-10 -7 (-15 -1448 ((-136 |#1| |#2| |#4|) (-644 |#4|) (-136 |#1| |#2| |#3|))) (-15 -2319 ((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|))))
-((-2988 (((-112) $ $) NIL)) (-1421 (($ (-644 |#3|)) 64)) (-4160 (($ $) 126) (($ $ (-566) (-566)) 125)) (-2463 (($) 20)) (-2229 (((-3 |#3| "failed") $) 86)) (-4158 ((|#3| $) NIL)) (-3290 (($ $ (-644 (-566))) 127)) (-1432 (((-644 |#3|) $) 59)) (-2755 (((-771) $) 69)) (-2014 (($ $ $) 120)) (-3231 (($) 68)) (-3380 (((-1157) $) NIL)) (-3966 (($) 19)) (-4072 (((-1119) $) NIL)) (-1309 ((|#3| $) 71) ((|#3| $ (-566)) 72) ((|#3| $ (-566) (-566)) 73) ((|#3| $ (-566) (-566) (-566)) 74) ((|#3| $ (-566) (-566) (-566) (-566)) 75) ((|#3| $ (-644 (-566))) 76)) (-3902 (((-771) $) 70)) (-2378 (($ $ (-566) $ (-566)) 121) (($ $ (-566) (-566)) 123)) (-3152 (((-862) $) 94) (($ |#3|) 95) (($ (-240 |#2| |#3|)) 102) (($ (-1141 |#2| |#3|)) 105) (($ (-644 |#3|)) 77) (($ (-644 $)) 83)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 96 T CONST)) (-4366 (($) 97 T CONST)) (-2914 (((-112) $ $) 107)) (-3012 (($ $) 113) (($ $ $) 111)) (-3002 (($ $ $) 109)) (* (($ |#3| $) 118) (($ $ |#3|) 119) (($ $ (-566)) 116) (($ (-566) $) 115) (($ $ $) 122)))
-(((-136 |#1| |#2| |#3|) (-13 (-467 |#3| (-771)) (-472 (-566) (-771)) (-10 -8 (-15 -3152 ($ (-240 |#2| |#3|))) (-15 -3152 ($ (-1141 |#2| |#3|))) (-15 -3152 ($ (-644 |#3|))) (-15 -3152 ($ (-644 $))) (-15 -2755 ((-771) $)) (-15 -1309 (|#3| $)) (-15 -1309 (|#3| $ (-566))) (-15 -1309 (|#3| $ (-566) (-566))) (-15 -1309 (|#3| $ (-566) (-566) (-566))) (-15 -1309 (|#3| $ (-566) (-566) (-566) (-566))) (-15 -1309 (|#3| $ (-644 (-566)))) (-15 -2014 ($ $ $)) (-15 * ($ $ $)) (-15 -2378 ($ $ (-566) $ (-566))) (-15 -2378 ($ $ (-566) (-566))) (-15 -4160 ($ $)) (-15 -4160 ($ $ (-566) (-566))) (-15 -3290 ($ $ (-644 (-566)))) (-15 -3966 ($)) (-15 -3231 ($)) (-15 -1432 ((-644 |#3|) $)) (-15 -1421 ($ (-644 |#3|))) (-15 -2463 ($)))) (-566) (-771) (-172)) (T -136))
-((-2014 (*1 *1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-240 *4 *5)) (-14 *4 (-771)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-1141 *4 *5)) (-14 *4 (-771)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-136 *3 *4 *5))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)) (-4 *5 (-172)))) (-2755 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 *2) (-4 *5 (-172)))) (-1309 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-136 *3 *4 *2)) (-14 *3 (-566)) (-14 *4 (-771)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-771)))) (-1309 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-771)))) (-1309 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-771)))) (-1309 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-771)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 (-644 (-566))) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 (-566)) (-14 *5 (-771)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-2378 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-771)) (-4 *5 (-172)))) (-2378 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-771)) (-4 *5 (-172)))) (-4160 (*1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-4160 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-771)) (-4 *5 (-172)))) (-3290 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)) (-4 *5 (-172)))) (-3966 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-3231 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-1432 (*1 *2 *1) (-12 (-5 *2 (-644 *5)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)) (-4 *5 (-172)))) (-1421 (*1 *1 *2) (-12 (-5 *2 (-644 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)))) (-2463 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))))
-(-13 (-467 |#3| (-771)) (-472 (-566) (-771)) (-10 -8 (-15 -3152 ($ (-240 |#2| |#3|))) (-15 -3152 ($ (-1141 |#2| |#3|))) (-15 -3152 ($ (-644 |#3|))) (-15 -3152 ($ (-644 $))) (-15 -2755 ((-771) $)) (-15 -1309 (|#3| $)) (-15 -1309 (|#3| $ (-566))) (-15 -1309 (|#3| $ (-566) (-566))) (-15 -1309 (|#3| $ (-566) (-566) (-566))) (-15 -1309 (|#3| $ (-566) (-566) (-566) (-566))) (-15 -1309 (|#3| $ (-644 (-566)))) (-15 -2014 ($ $ $)) (-15 * ($ $ $)) (-15 -2378 ($ $ (-566) $ (-566))) (-15 -2378 ($ $ (-566) (-566))) (-15 -4160 ($ $)) (-15 -4160 ($ $ (-566) (-566))) (-15 -3290 ($ $ (-644 (-566)))) (-15 -3966 ($)) (-15 -3231 ($)) (-15 -1432 ((-644 |#3|) $)) (-15 -1421 ($ (-644 |#3|))) (-15 -2463 ($))))
-((-2988 (((-112) $ $) NIL)) (-3124 (((-1134) $) 11)) (-3114 (((-1134) $) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-137) (-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1134) $))))) (T -137))
-((-3114 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-137)))) (-3124 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-137)))))
-(-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1134) $))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-1691 (((-186) $) 10)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 20) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-644 (-1134)) $) 13)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-138) (-13 (-1082) (-10 -8 (-15 -1691 ((-186) $)) (-15 -1377 ((-644 (-1134)) $))))) (T -138))
-((-1691 (*1 *2 *1) (-12 (-5 *2 (-186)) (-5 *1 (-138)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-138)))))
-(-13 (-1082) (-10 -8 (-15 -1691 ((-186) $)) (-15 -1377 ((-644 (-1134)) $))))
-((-2988 (((-112) $ $) NIL)) (-3332 (((-644 (-865)) $) NIL)) (-1368 (((-508) $) NIL)) (-3380 (((-1157) $) NIL)) (-1691 (((-186) $) NIL)) (-3335 (((-112) $ (-508)) NIL)) (-4072 (((-1119) $) NIL)) (-3589 (((-644 (-112)) $) NIL)) (-3152 (((-862) $) NIL) (((-187) $) 6)) (-3044 (((-112) $ $) NIL)) (-1752 (((-55) $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 16) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-644 (-1134)) $) 10)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-133) (-13 (-1082) (-10 -8 (-15 -3720 ((-644 (-1134)) $))))) (T -133))
+((-3720 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-133)))))
+(-13 (-1082) (-10 -8 (-15 -3720 ((-644 (-1134)) $))))
+((-4124 (((-112) $ $) 49)) (-4014 (((-112) $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-771) "failed") $) 58)) (-3213 (((-771) $) 56)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) 37)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2855 (((-112)) 59)) (-1302 (((-112) (-112)) 61)) (-1683 (((-112) $) 30)) (-1459 (((-112) $) 55)) (-1650 (((-862) $) 28) (($ (-771)) 20)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 18 T CONST)) (-3424 (($) 19 T CONST)) (-3584 (($ (-771)) 21)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) 40)) (-2868 (((-112) $ $) 32)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 35)) (-2977 (((-3 $ "failed") $ $) 42)) (-2964 (($ $ $) 38)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL) (($ $ $) 54)) (* (($ (-771) $) 48) (($ (-921) $) NIL) (($ $ $) 45)))
+(((-134) (-13 (-850) (-23) (-726) (-1038 (-771)) (-10 -8 (-6 (-4417 "*")) (-15 -2977 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -3584 ($ (-771))) (-15 -1683 ((-112) $)) (-15 -1459 ((-112) $)) (-15 -2855 ((-112))) (-15 -1302 ((-112) (-112)))))) (T -134))
+((-2977 (*1 *1 *1 *1) (|partial| -5 *1 (-134))) (** (*1 *1 *1 *1) (-5 *1 (-134))) (-3584 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-134)))) (-1683 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-1459 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-2855 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))) (-1302 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
+(-13 (-850) (-23) (-726) (-1038 (-771)) (-10 -8 (-6 (-4417 "*")) (-15 -2977 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -3584 ($ (-771))) (-15 -1683 ((-112) $)) (-15 -1459 ((-112) $)) (-15 -2855 ((-112))) (-15 -1302 ((-112) (-112)))))
+((-4308 (((-136 |#1| |#2| |#4|) (-644 |#4|) (-136 |#1| |#2| |#3|)) 14)) (-1895 (((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|)) 18)))
+(((-135 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4308 ((-136 |#1| |#2| |#4|) (-644 |#4|) (-136 |#1| |#2| |#3|))) (-15 -1895 ((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|)))) (-566) (-771) (-172) (-172)) (T -135))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-566)) (-14 *6 (-771)) (-4 *7 (-172)) (-4 *8 (-172)) (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8)))) (-4308 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-566)) (-14 *6 (-771)) (-4 *7 (-172)) (-4 *8 (-172)) (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8)))))
+(-10 -7 (-15 -4308 ((-136 |#1| |#2| |#4|) (-644 |#4|) (-136 |#1| |#2| |#3|))) (-15 -1895 ((-136 |#1| |#2| |#4|) (-1 |#4| |#3|) (-136 |#1| |#2| |#3|))))
+((-4124 (((-112) $ $) NIL)) (-4354 (($ (-644 |#3|)) 64)) (-1702 (($ $) 126) (($ $ (-566) (-566)) 125)) (-4145 (($) 20)) (-1821 (((-3 |#3| "failed") $) 86)) (-3213 ((|#3| $) NIL)) (-3375 (($ $ (-644 (-566))) 127)) (-4291 (((-644 |#3|) $) 59)) (-3486 (((-771) $) 69)) (-2139 (($ $ $) 120)) (-4023 (($) 68)) (-3057 (((-1157) $) NIL)) (-3557 (($) 19)) (-2029 (((-1119) $) NIL)) (-3483 ((|#3| $) 71) ((|#3| $ (-566)) 72) ((|#3| $ (-566) (-566)) 73) ((|#3| $ (-566) (-566) (-566)) 74) ((|#3| $ (-566) (-566) (-566) (-566)) 75) ((|#3| $ (-644 (-566))) 76)) (-4297 (((-771) $) 70)) (-1468 (($ $ (-566) $ (-566)) 121) (($ $ (-566) (-566)) 123)) (-1650 (((-862) $) 94) (($ |#3|) 95) (($ (-240 |#2| |#3|)) 102) (($ (-1141 |#2| |#3|)) 105) (($ (-644 |#3|)) 77) (($ (-644 $)) 83)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 96 T CONST)) (-3424 (($) 97 T CONST)) (-2868 (((-112) $ $) 107)) (-2977 (($ $) 113) (($ $ $) 111)) (-2964 (($ $ $) 109)) (* (($ |#3| $) 118) (($ $ |#3|) 119) (($ $ (-566)) 116) (($ (-566) $) 115) (($ $ $) 122)))
+(((-136 |#1| |#2| |#3|) (-13 (-467 |#3| (-771)) (-472 (-566) (-771)) (-10 -8 (-15 -1650 ($ (-240 |#2| |#3|))) (-15 -1650 ($ (-1141 |#2| |#3|))) (-15 -1650 ($ (-644 |#3|))) (-15 -1650 ($ (-644 $))) (-15 -3486 ((-771) $)) (-15 -3483 (|#3| $)) (-15 -3483 (|#3| $ (-566))) (-15 -3483 (|#3| $ (-566) (-566))) (-15 -3483 (|#3| $ (-566) (-566) (-566))) (-15 -3483 (|#3| $ (-566) (-566) (-566) (-566))) (-15 -3483 (|#3| $ (-644 (-566)))) (-15 -2139 ($ $ $)) (-15 * ($ $ $)) (-15 -1468 ($ $ (-566) $ (-566))) (-15 -1468 ($ $ (-566) (-566))) (-15 -1702 ($ $)) (-15 -1702 ($ $ (-566) (-566))) (-15 -3375 ($ $ (-644 (-566)))) (-15 -3557 ($)) (-15 -4023 ($)) (-15 -4291 ((-644 |#3|) $)) (-15 -4354 ($ (-644 |#3|))) (-15 -4145 ($)))) (-566) (-771) (-172)) (T -136))
+((-2139 (*1 *1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-240 *4 *5)) (-14 *4 (-771)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-1141 *4 *5)) (-14 *4 (-771)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-136 *3 *4 *5))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)) (-4 *5 (-172)))) (-3486 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 *2) (-4 *5 (-172)))) (-3483 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-136 *3 *4 *2)) (-14 *3 (-566)) (-14 *4 (-771)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-771)))) (-3483 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-771)))) (-3483 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-771)))) (-3483 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-771)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 (-644 (-566))) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2)) (-14 *4 (-566)) (-14 *5 (-771)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-1468 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-771)) (-4 *5 (-172)))) (-1468 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-771)) (-4 *5 (-172)))) (-1702 (*1 *1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-1702 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-771)) (-4 *5 (-172)))) (-3375 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)) (-4 *5 (-172)))) (-3557 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-4023 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))) (-4291 (*1 *2 *1) (-12 (-5 *2 (-644 *5)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)) (-4 *5 (-172)))) (-4354 (*1 *1 *2) (-12 (-5 *2 (-644 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566)) (-14 *4 (-771)))) (-4145 (*1 *1) (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771)) (-4 *4 (-172)))))
+(-13 (-467 |#3| (-771)) (-472 (-566) (-771)) (-10 -8 (-15 -1650 ($ (-240 |#2| |#3|))) (-15 -1650 ($ (-1141 |#2| |#3|))) (-15 -1650 ($ (-644 |#3|))) (-15 -1650 ($ (-644 $))) (-15 -3486 ((-771) $)) (-15 -3483 (|#3| $)) (-15 -3483 (|#3| $ (-566))) (-15 -3483 (|#3| $ (-566) (-566))) (-15 -3483 (|#3| $ (-566) (-566) (-566))) (-15 -3483 (|#3| $ (-566) (-566) (-566) (-566))) (-15 -3483 (|#3| $ (-644 (-566)))) (-15 -2139 ($ $ $)) (-15 * ($ $ $)) (-15 -1468 ($ $ (-566) $ (-566))) (-15 -1468 ($ $ (-566) (-566))) (-15 -1702 ($ $)) (-15 -1702 ($ $ (-566) (-566))) (-15 -3375 ($ $ (-644 (-566)))) (-15 -3557 ($)) (-15 -4023 ($)) (-15 -4291 ((-644 |#3|) $)) (-15 -4354 ($ (-644 |#3|))) (-15 -4145 ($))))
+((-4124 (((-112) $ $) NIL)) (-2699 (((-1134) $) 11)) (-2687 (((-1134) $) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-137) (-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1134) $))))) (T -137))
+((-2687 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-137)))) (-2699 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-137)))))
+(-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1134) $))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2740 (((-186) $) 10)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 20) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-644 (-1134)) $) 13)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-138) (-13 (-1082) (-10 -8 (-15 -2740 ((-186) $)) (-15 -3720 ((-644 (-1134)) $))))) (T -138))
+((-2740 (*1 *2 *1) (-12 (-5 *2 (-186)) (-5 *1 (-138)))) (-3720 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-138)))))
+(-13 (-1082) (-10 -8 (-15 -2740 ((-186) $)) (-15 -3720 ((-644 (-1134)) $))))
+((-4124 (((-112) $ $) NIL)) (-3055 (((-644 (-865)) $) NIL)) (-3707 (((-508) $) NIL)) (-3057 (((-1157) $) NIL)) (-2740 (((-186) $) NIL)) (-2530 (((-112) $ (-508)) NIL)) (-2029 (((-1119) $) NIL)) (-3288 (((-644 (-112)) $) NIL)) (-1650 (((-862) $) NIL) (((-187) $) 6)) (-2657 (((-112) $ $) NIL)) (-1379 (((-55) $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-139) (-13 (-185) (-613 (-187)))) (T -139))
NIL
(-13 (-185) (-613 (-187)))
-((-4060 (((-644 (-183 (-139))) $) 13)) (-3326 (((-644 (-183 (-139))) $) 14)) (-4048 (((-644 (-838)) $) 10)) (-2233 (((-139) $) 7)) (-3152 (((-862) $) 16)))
-(((-140) (-13 (-613 (-862)) (-10 -8 (-15 -2233 ((-139) $)) (-15 -4048 ((-644 (-838)) $)) (-15 -4060 ((-644 (-183 (-139))) $)) (-15 -3326 ((-644 (-183 (-139))) $))))) (T -140))
-((-2233 (*1 *2 *1) (-12 (-5 *2 (-139)) (-5 *1 (-140)))) (-4048 (*1 *2 *1) (-12 (-5 *2 (-644 (-838))) (-5 *1 (-140)))) (-4060 (*1 *2 *1) (-12 (-5 *2 (-644 (-183 (-139)))) (-5 *1 (-140)))) (-3326 (*1 *2 *1) (-12 (-5 *2 (-644 (-183 (-139)))) (-5 *1 (-140)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -2233 ((-139) $)) (-15 -4048 ((-644 (-838)) $)) (-15 -4060 ((-644 (-183 (-139))) $)) (-15 -3326 ((-644 (-183 (-139))) $))))
-((-2988 (((-112) $ $) NIL)) (-2840 (($) 17 T CONST)) (-3131 (($) NIL (|has| (-144) (-370)))) (-1775 (($ $ $) 19) (($ $ (-144)) NIL) (($ (-144) $) NIL)) (-3495 (($ $ $) NIL)) (-2515 (((-112) $ $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3870 (((-771)) NIL (|has| (-144) (-370)))) (-3690 (($) NIL) (($ (-644 (-144))) NIL)) (-2995 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-3512 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414))) (($ (-144) $) 61 (|has| $ (-6 -4414)))) (-2622 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414))) (($ (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-2873 (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4414))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4414))) (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-2715 (($) NIL (|has| (-144) (-370)))) (-1683 (((-644 (-144)) $) 70 (|has| $ (-6 -4414)))) (-3546 (((-112) $ $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-1478 (((-144) $) NIL (|has| (-144) (-850)))) (-3491 (((-644 (-144)) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-144) $) 27 (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-2599 (((-144) $) NIL (|has| (-144) (-850)))) (-3885 (($ (-1 (-144) (-144)) $) 69 (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-144) (-144)) $) 65)) (-1852 (($) 18 T CONST)) (-1866 (((-921) $) NIL (|has| (-144) (-370)))) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-1997 (($ $ $) 30)) (-3278 (((-144) $) 62)) (-3888 (($ (-144) $) 60)) (-2835 (($ (-921)) NIL (|has| (-144) (-370)))) (-2095 (($) 16 T CONST)) (-4072 (((-1119) $) NIL)) (-3668 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-1973 (((-144) $) 63)) (-2823 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-144)) (-644 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-295 (-144)))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) 58)) (-3383 (($) 15 T CONST)) (-2048 (($ $ $) 32) (($ $ (-144)) NIL)) (-1792 (($ (-644 (-144))) NIL) (($) NIL)) (-4083 (((-771) (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099)))) (((-771) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-1157) $) 37) (((-538) $) NIL (|has| (-144) (-614 (-538)))) (((-644 (-144)) $) 35)) (-1340 (($ (-644 (-144))) NIL)) (-4289 (($ $) 33 (|has| (-144) (-370)))) (-3152 (((-862) $) 55)) (-3197 (($ (-1157)) 14) (($ (-644 (-144))) 52)) (-3823 (((-771) $) NIL)) (-1692 (($) 59) (($ (-644 (-144))) NIL)) (-3044 (((-112) $ $) NIL)) (-2948 (($ (-644 (-144))) NIL)) (-2210 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2546 (($) 21 T CONST)) (-2232 (($) 20 T CONST)) (-2914 (((-112) $ $) 24)) (-3000 (((-771) $) 57 (|has| $ (-6 -4414)))))
-(((-141) (-13 (-1099) (-614 (-1157)) (-427 (-144)) (-614 (-644 (-144))) (-10 -8 (-15 -3197 ($ (-1157))) (-15 -3197 ($ (-644 (-144)))) (-15 -3383 ($) -1623) (-15 -2095 ($) -1623) (-15 -2840 ($) -1623) (-15 -1852 ($) -1623) (-15 -2232 ($) -1623) (-15 -2546 ($) -1623)))) (T -141))
-((-3197 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-141)))) (-3197 (*1 *1 *2) (-12 (-5 *2 (-644 (-144))) (-5 *1 (-141)))) (-3383 (*1 *1) (-5 *1 (-141))) (-2095 (*1 *1) (-5 *1 (-141))) (-2840 (*1 *1) (-5 *1 (-141))) (-1852 (*1 *1) (-5 *1 (-141))) (-2232 (*1 *1) (-5 *1 (-141))) (-2546 (*1 *1) (-5 *1 (-141))))
-(-13 (-1099) (-614 (-1157)) (-427 (-144)) (-614 (-644 (-144))) (-10 -8 (-15 -3197 ($ (-1157))) (-15 -3197 ($ (-644 (-144)))) (-15 -3383 ($) -1623) (-15 -2095 ($) -1623) (-15 -2840 ($) -1623) (-15 -1852 ($) -1623) (-15 -2232 ($) -1623) (-15 -2546 ($) -1623)))
-((-4367 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-2693 ((|#1| |#3|) 9)) (-2386 ((|#3| |#3|) 15)))
-(((-142 |#1| |#2| |#3|) (-10 -7 (-15 -2693 (|#1| |#3|)) (-15 -2386 (|#3| |#3|)) (-15 -4367 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-558) (-992 |#1|) (-375 |#2|)) (T -142))
-((-4367 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-142 *4 *5 *3)) (-4 *3 (-375 *5)))) (-2386 (*1 *2 *2) (-12 (-4 *3 (-558)) (-4 *4 (-992 *3)) (-5 *1 (-142 *3 *4 *2)) (-4 *2 (-375 *4)))) (-2693 (*1 *2 *3) (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-142 *2 *4 *3)) (-4 *3 (-375 *4)))))
-(-10 -7 (-15 -2693 (|#1| |#3|)) (-15 -2386 (|#3| |#3|)) (-15 -4367 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-2413 (($ $ $) 8)) (-2499 (($ $) 7)) (-2073 (($ $ $) 6)))
+((-3174 (((-644 (-183 (-139))) $) 13)) (-3659 (((-644 (-183 (-139))) $) 14)) (-3069 (((-644 (-838)) $) 10)) (-3843 (((-139) $) 7)) (-1650 (((-862) $) 16)))
+(((-140) (-13 (-613 (-862)) (-10 -8 (-15 -3843 ((-139) $)) (-15 -3069 ((-644 (-838)) $)) (-15 -3174 ((-644 (-183 (-139))) $)) (-15 -3659 ((-644 (-183 (-139))) $))))) (T -140))
+((-3843 (*1 *2 *1) (-12 (-5 *2 (-139)) (-5 *1 (-140)))) (-3069 (*1 *2 *1) (-12 (-5 *2 (-644 (-838))) (-5 *1 (-140)))) (-3174 (*1 *2 *1) (-12 (-5 *2 (-644 (-183 (-139)))) (-5 *1 (-140)))) (-3659 (*1 *2 *1) (-12 (-5 *2 (-644 (-183 (-139)))) (-5 *1 (-140)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -3843 ((-139) $)) (-15 -3069 ((-644 (-838)) $)) (-15 -3174 ((-644 (-183 (-139))) $)) (-15 -3659 ((-644 (-183 (-139))) $))))
+((-4124 (((-112) $ $) NIL)) (-3454 (($) 17 T CONST)) (-2308 (($) NIL (|has| (-144) (-370)))) (-2826 (($ $ $) 19) (($ $ (-144)) NIL) (($ (-144) $) NIL)) (-1729 (($ $ $) NIL)) (-3381 (((-112) $ $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-3571 (((-771)) NIL (|has| (-144) (-370)))) (-2730 (($) NIL) (($ (-644 (-144))) NIL)) (-3503 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-1867 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415))) (($ (-144) $) 61 (|has| $ (-6 -4415)))) (-1837 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415))) (($ (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-1936 (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4415))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4415))) (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-3341 (($) NIL (|has| (-144) (-370)))) (-3953 (((-644 (-144)) $) 70 (|has| $ (-6 -4415)))) (-4132 (((-112) $ $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-1888 (((-144) $) NIL (|has| (-144) (-850)))) (-1690 (((-644 (-144)) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-144) $) 27 (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-3890 (((-144) $) NIL (|has| (-144) (-850)))) (-2409 (($ (-1 (-144) (-144)) $) 69 (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-144) (-144)) $) 65)) (-4223 (($) 18 T CONST)) (-4350 (((-921) $) NIL (|has| (-144) (-370)))) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-1980 (($ $ $) 30)) (-3252 (((-144) $) 62)) (-4165 (($ (-144) $) 60)) (-1351 (($ (-921)) NIL (|has| (-144) (-370)))) (-1704 (($) 16 T CONST)) (-2029 (((-1119) $) NIL)) (-2695 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-2967 (((-144) $) 63)) (-3295 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-144)) (-644 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-295 (-144)))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) 58)) (-3077 (($) 15 T CONST)) (-2419 (($ $ $) 32) (($ $ (-144)) NIL)) (-1708 (($ (-644 (-144))) NIL) (($) NIL)) (-2037 (((-771) (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099)))) (((-771) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-1157) $) 37) (((-538) $) NIL (|has| (-144) (-614 (-538)))) (((-644 (-144)) $) 35)) (-1664 (($ (-644 (-144))) NIL)) (-3683 (($ $) 33 (|has| (-144) (-370)))) (-1650 (((-862) $) 55)) (-1810 (($ (-1157)) 14) (($ (-644 (-144))) 52)) (-1706 (((-771) $) NIL)) (-3907 (($) 59) (($ (-644 (-144))) NIL)) (-2657 (((-112) $ $) NIL)) (-3173 (($ (-644 (-144))) NIL)) (-3487 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-3750 (($) 21 T CONST)) (-3735 (($) 20 T CONST)) (-2868 (((-112) $ $) 24)) (-4142 (((-771) $) 57 (|has| $ (-6 -4415)))))
+(((-141) (-13 (-1099) (-614 (-1157)) (-427 (-144)) (-614 (-644 (-144))) (-10 -8 (-15 -1810 ($ (-1157))) (-15 -1810 ($ (-644 (-144)))) (-15 -3077 ($) -4388) (-15 -1704 ($) -4388) (-15 -3454 ($) -4388) (-15 -4223 ($) -4388) (-15 -3735 ($) -4388) (-15 -3750 ($) -4388)))) (T -141))
+((-1810 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-141)))) (-1810 (*1 *1 *2) (-12 (-5 *2 (-644 (-144))) (-5 *1 (-141)))) (-3077 (*1 *1) (-5 *1 (-141))) (-1704 (*1 *1) (-5 *1 (-141))) (-3454 (*1 *1) (-5 *1 (-141))) (-4223 (*1 *1) (-5 *1 (-141))) (-3735 (*1 *1) (-5 *1 (-141))) (-3750 (*1 *1) (-5 *1 (-141))))
+(-13 (-1099) (-614 (-1157)) (-427 (-144)) (-614 (-644 (-144))) (-10 -8 (-15 -1810 ($ (-1157))) (-15 -1810 ($ (-644 (-144)))) (-15 -3077 ($) -4388) (-15 -1704 ($) -4388) (-15 -3454 ($) -4388) (-15 -4223 ($) -4388) (-15 -3735 ($) -4388) (-15 -3750 ($) -4388)))
+((-3157 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-1456 ((|#1| |#3|) 9)) (-1536 ((|#3| |#3|) 15)))
+(((-142 |#1| |#2| |#3|) (-10 -7 (-15 -1456 (|#1| |#3|)) (-15 -1536 (|#3| |#3|)) (-15 -3157 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-558) (-992 |#1|) (-375 |#2|)) (T -142))
+((-3157 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-142 *4 *5 *3)) (-4 *3 (-375 *5)))) (-1536 (*1 *2 *2) (-12 (-4 *3 (-558)) (-4 *4 (-992 *3)) (-5 *1 (-142 *3 *4 *2)) (-4 *2 (-375 *4)))) (-1456 (*1 *2 *3) (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-142 *2 *4 *3)) (-4 *3 (-375 *4)))))
+(-10 -7 (-15 -1456 (|#1| |#3|)) (-15 -1536 (|#3| |#3|)) (-15 -3157 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-1757 (($ $ $) 8)) (-3239 (($ $) 7)) (-1510 (($ $ $) 6)))
(((-143) (-140)) (T -143))
-((-2413 (*1 *1 *1 *1) (-4 *1 (-143))) (-2499 (*1 *1 *1) (-4 *1 (-143))) (-2073 (*1 *1 *1 *1) (-4 *1 (-143))))
-(-13 (-10 -8 (-15 -2073 ($ $ $)) (-15 -2499 ($ $)) (-15 -2413 ($ $ $))))
-((-2988 (((-112) $ $) NIL)) (-2980 (((-112) $) 39)) (-2840 (($ $) 55)) (-4338 (($) 26 T CONST)) (-3870 (((-771)) 13)) (-2715 (($) 25)) (-2450 (($) 27 T CONST)) (-1961 (((-771) $) 21)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-3234 (((-112) $) 41)) (-1852 (($ $) 56)) (-1866 (((-921) $) 23)) (-3380 (((-1157) $) 49)) (-2835 (($ (-921)) 20)) (-1535 (((-112) $) 37)) (-4072 (((-1119) $) NIL)) (-4116 (($) 28 T CONST)) (-2029 (((-112) $) 35)) (-3152 (((-862) $) 30)) (-2866 (($ (-771)) 19) (($ (-1157)) 54)) (-3044 (((-112) $ $) NIL)) (-2144 (((-112) $) 45)) (-2434 (((-112) $) 43)) (-2968 (((-112) $ $) 11)) (-2946 (((-112) $ $) 9)) (-2914 (((-112) $ $) 7)) (-2956 (((-112) $ $) 10)) (-2935 (((-112) $ $) 8)))
-(((-144) (-13 (-844) (-10 -8 (-15 -1961 ((-771) $)) (-15 -2866 ($ (-771))) (-15 -2866 ($ (-1157))) (-15 -4338 ($) -1623) (-15 -2450 ($) -1623) (-15 -4116 ($) -1623) (-15 -2840 ($ $)) (-15 -1852 ($ $)) (-15 -2029 ((-112) $)) (-15 -1535 ((-112) $)) (-15 -2434 ((-112) $)) (-15 -2980 ((-112) $)) (-15 -3234 ((-112) $)) (-15 -2144 ((-112) $))))) (T -144))
-((-1961 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-144)))) (-2866 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-144)))) (-2866 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-144)))) (-4338 (*1 *1) (-5 *1 (-144))) (-2450 (*1 *1) (-5 *1 (-144))) (-4116 (*1 *1) (-5 *1 (-144))) (-2840 (*1 *1 *1) (-5 *1 (-144))) (-1852 (*1 *1 *1) (-5 *1 (-144))) (-2029 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-1535 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-2434 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-2980 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-2144 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(-13 (-844) (-10 -8 (-15 -1961 ((-771) $)) (-15 -2866 ($ (-771))) (-15 -2866 ($ (-1157))) (-15 -4338 ($) -1623) (-15 -2450 ($) -1623) (-15 -4116 ($) -1623) (-15 -2840 ($ $)) (-15 -1852 ($ $)) (-15 -2029 ((-112) $)) (-15 -1535 ((-112) $)) (-15 -2434 ((-112) $)) (-15 -2980 ((-112) $)) (-15 -3234 ((-112) $)) (-15 -2144 ((-112) $))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2633 (((-3 $ "failed") $) 39)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-1757 (*1 *1 *1 *1) (-4 *1 (-143))) (-3239 (*1 *1 *1) (-4 *1 (-143))) (-1510 (*1 *1 *1 *1) (-4 *1 (-143))))
+(-13 (-10 -8 (-15 -1510 ($ $ $)) (-15 -3239 ($ $)) (-15 -1757 ($ $ $))))
+((-4124 (((-112) $ $) NIL)) (-3332 (((-112) $) 39)) (-3454 (($ $) 55)) (-2900 (($) 26 T CONST)) (-3571 (((-771)) 13)) (-3341 (($) 25)) (-3999 (($) 27 T CONST)) (-2845 (((-771) $) 21)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4060 (((-112) $) 41)) (-4223 (($ $) 56)) (-4350 (((-921) $) 23)) (-3057 (((-1157) $) 49)) (-1351 (($ (-921)) 20)) (-4182 (((-112) $) 37)) (-2029 (((-1119) $) NIL)) (-2433 (($) 28 T CONST)) (-2210 (((-112) $) 35)) (-1650 (((-862) $) 30)) (-2624 (($ (-771)) 19) (($ (-1157)) 54)) (-2657 (((-112) $ $) NIL)) (-4103 (((-112) $) 45)) (-3861 (((-112) $) 43)) (-2928 (((-112) $ $) 11)) (-2904 (((-112) $ $) 9)) (-2868 (((-112) $ $) 7)) (-2915 (((-112) $ $) 10)) (-2892 (((-112) $ $) 8)))
+(((-144) (-13 (-844) (-10 -8 (-15 -2845 ((-771) $)) (-15 -2624 ($ (-771))) (-15 -2624 ($ (-1157))) (-15 -2900 ($) -4388) (-15 -3999 ($) -4388) (-15 -2433 ($) -4388) (-15 -3454 ($ $)) (-15 -4223 ($ $)) (-15 -2210 ((-112) $)) (-15 -4182 ((-112) $)) (-15 -3861 ((-112) $)) (-15 -3332 ((-112) $)) (-15 -4060 ((-112) $)) (-15 -4103 ((-112) $))))) (T -144))
+((-2845 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-144)))) (-2624 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-144)))) (-2624 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-144)))) (-2900 (*1 *1) (-5 *1 (-144))) (-3999 (*1 *1) (-5 *1 (-144))) (-2433 (*1 *1) (-5 *1 (-144))) (-3454 (*1 *1 *1) (-5 *1 (-144))) (-4223 (*1 *1 *1) (-5 *1 (-144))) (-2210 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-4182 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-3861 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-3332 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-4060 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))) (-4103 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(-13 (-844) (-10 -8 (-15 -2845 ((-771) $)) (-15 -2624 ($ (-771))) (-15 -2624 ($ (-1157))) (-15 -2900 ($) -4388) (-15 -3999 ($) -4388) (-15 -2433 ($) -4388) (-15 -3454 ($ $)) (-15 -4223 ($ $)) (-15 -2210 ((-112) $)) (-15 -4182 ((-112) $)) (-15 -3861 ((-112) $)) (-15 -3332 ((-112) $)) (-15 -4060 ((-112) $)) (-15 -4103 ((-112) $))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2097 (((-3 $ "failed") $) 39)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-145) (-140)) (T -145))
-((-2633 (*1 *1 *1) (|partial| -4 *1 (-145))))
-(-13 (-1049) (-10 -8 (-15 -2633 ((-3 $ "failed") $))))
+((-2097 (*1 *1 *1) (|partial| -4 *1 (-145))))
+(-13 (-1049) (-10 -8 (-15 -2097 ((-3 $ "failed") $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2318 ((|#1| (-689 |#1|) |#1|) 23)))
-(((-146 |#1|) (-10 -7 (-15 -2318 (|#1| (-689 |#1|) |#1|))) (-172)) (T -146))
-((-2318 (*1 *2 *3 *2) (-12 (-5 *3 (-689 *2)) (-4 *2 (-172)) (-5 *1 (-146 *2)))))
-(-10 -7 (-15 -2318 (|#1| (-689 |#1|) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-2080 ((|#1| (-689 |#1|) |#1|) 23)))
+(((-146 |#1|) (-10 -7 (-15 -2080 (|#1| (-689 |#1|) |#1|))) (-172)) (T -146))
+((-2080 (*1 *2 *3 *2) (-12 (-5 *3 (-689 *2)) (-4 *2 (-172)) (-5 *1 (-146 *2)))))
+(-10 -7 (-15 -2080 (|#1| (-689 |#1|) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-147) (-140)) (T -147))
NIL
(-13 (-1049))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2825 (((-2 (|:| -2201 (-771)) (|:| -2397 (-409 |#2|)) (|:| |radicand| |#2|)) (-409 |#2|) (-771)) 76)) (-1889 (((-3 (-2 (|:| |radicand| (-409 |#2|)) (|:| |deg| (-771))) "failed") |#3|) 56)) (-2906 (((-2 (|:| -2397 (-409 |#2|)) (|:| |poly| |#3|)) |#3|) 41)) (-2045 ((|#1| |#3| |#3|) 44)) (-2023 ((|#3| |#3| (-409 |#2|) (-409 |#2|)) 20)) (-2858 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| |deg| (-771))) |#3| |#3|) 53)))
-(((-148 |#1| |#2| |#3|) (-10 -7 (-15 -2906 ((-2 (|:| -2397 (-409 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1889 ((-3 (-2 (|:| |radicand| (-409 |#2|)) (|:| |deg| (-771))) "failed") |#3|)) (-15 -2825 ((-2 (|:| -2201 (-771)) (|:| -2397 (-409 |#2|)) (|:| |radicand| |#2|)) (-409 |#2|) (-771))) (-15 -2045 (|#1| |#3| |#3|)) (-15 -2023 (|#3| |#3| (-409 |#2|) (-409 |#2|))) (-15 -2858 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| |deg| (-771))) |#3| |#3|))) (-1218) (-1240 |#1|) (-1240 (-409 |#2|))) (T -148))
-((-2858 (*1 *2 *3 *3) (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-409 *5)) (|:| |c2| (-409 *5)) (|:| |deg| (-771)))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1240 (-409 *5))))) (-2023 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-409 *5)) (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-5 *1 (-148 *4 *5 *2)) (-4 *2 (-1240 *3)))) (-2045 (*1 *2 *3 *3) (-12 (-4 *4 (-1240 *2)) (-4 *2 (-1218)) (-5 *1 (-148 *2 *4 *3)) (-4 *3 (-1240 (-409 *4))))) (-2825 (*1 *2 *3 *4) (-12 (-5 *3 (-409 *6)) (-4 *5 (-1218)) (-4 *6 (-1240 *5)) (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *3) (|:| |radicand| *6))) (-5 *1 (-148 *5 *6 *7)) (-5 *4 (-771)) (-4 *7 (-1240 *3)))) (-1889 (*1 *2 *3) (|partial| -12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-5 *2 (-2 (|:| |radicand| (-409 *5)) (|:| |deg| (-771)))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1240 (-409 *5))))) (-2906 (*1 *2 *3) (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-5 *2 (-2 (|:| -2397 (-409 *5)) (|:| |poly| *3))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1240 (-409 *5))))))
-(-10 -7 (-15 -2906 ((-2 (|:| -2397 (-409 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1889 ((-3 (-2 (|:| |radicand| (-409 |#2|)) (|:| |deg| (-771))) "failed") |#3|)) (-15 -2825 ((-2 (|:| -2201 (-771)) (|:| -2397 (-409 |#2|)) (|:| |radicand| |#2|)) (-409 |#2|) (-771))) (-15 -2045 (|#1| |#3| |#3|)) (-15 -2023 (|#3| |#3| (-409 |#2|) (-409 |#2|))) (-15 -2858 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| |deg| (-771))) |#3| |#3|)))
-((-4066 (((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|)) 35)))
-(((-149 |#1| |#2|) (-10 -7 (-15 -4066 ((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|)))) (-547) (-166 |#1|)) (T -149))
-((-4066 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *5))) (-5 *3 (-1171 *5)) (-4 *5 (-166 *4)) (-4 *4 (-547)) (-5 *1 (-149 *4 *5)))))
-(-10 -7 (-15 -4066 ((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|))))
-((-3678 (($ (-1 (-112) |#2|) $) 35)) (-3942 (($ $) 42)) (-2622 (($ (-1 (-112) |#2|) $) 33) (($ |#2| $) 38)) (-2873 ((|#2| (-1 |#2| |#2| |#2|) $) 28) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 30) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 40)) (-3668 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 25)) (-2823 (((-112) (-1 (-112) |#2|) $) 22)) (-4083 (((-771) (-1 (-112) |#2|) $) 18) (((-771) |#2| $) NIL)) (-2210 (((-112) (-1 (-112) |#2|) $) 21)) (-3000 (((-771) $) 12)))
-(((-150 |#1| |#2|) (-10 -8 (-15 -3942 (|#1| |#1|)) (-15 -2622 (|#1| |#2| |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2622 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3668 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -4083 ((-771) |#2| |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3000 ((-771) |#1|))) (-151 |#2|) (-1214)) (T -150))
-NIL
-(-10 -8 (-15 -3942 (|#1| |#1|)) (-15 -2622 (|#1| |#2| |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2622 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3668 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -4083 ((-771) |#2| |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3000 ((-771) |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-3678 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3942 (($ $) 42 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4414))) (($ |#1| $) 43 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $) 48 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 47 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 44 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 49)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 41 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 50)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-151 |#1|) (-140) (-1214)) (T -151))
-((-1340 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-4 *1 (-151 *3)))) (-3668 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-151 *2)) (-4 *2 (-1214)))) (-2873 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4414)) (-4 *1 (-151 *2)) (-4 *2 (-1214)))) (-2873 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4414)) (-4 *1 (-151 *2)) (-4 *2 (-1214)))) (-2622 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4414)) (-4 *1 (-151 *3)) (-4 *3 (-1214)))) (-3678 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4414)) (-4 *1 (-151 *3)) (-4 *3 (-1214)))) (-2873 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1099)) (|has| *1 (-6 -4414)) (-4 *1 (-151 *2)) (-4 *2 (-1214)))) (-2622 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-151 *2)) (-4 *2 (-1214)) (-4 *2 (-1099)))) (-3942 (*1 *1 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-151 *2)) (-4 *2 (-1214)) (-4 *2 (-1099)))))
-(-13 (-491 |t#1|) (-10 -8 (-15 -1340 ($ (-644 |t#1|))) (-15 -3668 ((-3 |t#1| "failed") (-1 (-112) |t#1|) $)) (IF (|has| $ (-6 -4414)) (PROGN (-15 -2873 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -2873 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -2622 ($ (-1 (-112) |t#1|) $)) (-15 -3678 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -2873 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -2622 ($ |t#1| $)) (-15 -3942 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) 114)) (-2389 (((-112) $) NIL)) (-1746 (($ |#2| (-644 (-921))) 74)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-4061 (($ (-921)) 61)) (-3126 (((-134)) 26)) (-3152 (((-862) $) 89) (($ (-566)) 57) (($ |#2|) 58)) (-2271 ((|#2| $ (-644 (-921))) 77)) (-2593 (((-771)) 23 T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 51 T CONST)) (-4366 (($) 55 T CONST)) (-2914 (((-112) $ $) 37)) (-3025 (($ $ |#2|) NIL)) (-3012 (($ $) 46) (($ $ $) 44)) (-3002 (($ $ $) 42)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 48) (($ $ $) 67) (($ |#2| $) 50) (($ $ |#2|) NIL)))
-(((-152 |#1| |#2| |#3|) (-13 (-1049) (-38 |#2|) (-1271 |#2|) (-10 -8 (-15 -4061 ($ (-921))) (-15 -1746 ($ |#2| (-644 (-921)))) (-15 -2271 (|#2| $ (-644 (-921)))) (-15 -3245 ((-3 $ "failed") $)))) (-921) (-365) (-993 |#1| |#2|)) (T -152))
-((-3245 (*1 *1 *1) (|partial| -12 (-5 *1 (-152 *2 *3 *4)) (-14 *2 (-921)) (-4 *3 (-365)) (-14 *4 (-993 *2 *3)))) (-4061 (*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-152 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-365)) (-14 *5 (-993 *3 *4)))) (-1746 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-921))) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-921)) (-4 *2 (-365)) (-14 *5 (-993 *4 *2)))) (-2271 (*1 *2 *1 *3) (-12 (-5 *3 (-644 (-921))) (-4 *2 (-365)) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-921)) (-14 *5 (-993 *4 *2)))))
-(-13 (-1049) (-38 |#2|) (-1271 |#2|) (-10 -8 (-15 -4061 ($ (-921))) (-15 -1746 ($ |#2| (-644 (-921)))) (-15 -2271 (|#2| $ (-644 (-921)))) (-15 -3245 ((-3 $ "failed") $))))
-((-4228 (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))) (-225) (-225) (-225) (-225)) 62)) (-3762 (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566))) 101) (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927)) 102)) (-1446 (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225))))) 105) (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-943 (-225)))) 104) (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566))) 96) (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927)) 97)))
-(((-153) (-10 -7 (-15 -1446 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927))) (-15 -1446 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566)))) (-15 -3762 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927))) (-15 -3762 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566)))) (-15 -4228 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))) (-225) (-225) (-225) (-225))) (-15 -1446 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-943 (-225))))) (-15 -1446 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))))))) (T -153))
-((-1446 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)) (-5 *3 (-644 (-644 (-943 (-225))))))) (-1446 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)) (-5 *3 (-644 (-943 (-225)))))) (-4228 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-225)) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 *4)))) (|:| |xValues| (-1093 *4)) (|:| |yValues| (-1093 *4)))) (-5 *1 (-153)) (-5 *3 (-644 (-644 (-943 *4)))))) (-3762 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-927)) (-5 *4 (-409 (-566))) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)))) (-3762 (*1 *2 *3) (-12 (-5 *3 (-927)) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)))) (-1446 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-927)) (-5 *4 (-409 (-566))) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)))) (-1446 (*1 *2 *3) (-12 (-5 *3 (-927)) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)))))
-(-10 -7 (-15 -1446 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927))) (-15 -1446 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566)))) (-15 -3762 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927))) (-15 -3762 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566)))) (-15 -4228 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))) (-225) (-225) (-225) (-225))) (-15 -1446 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-943 (-225))))) (-15 -1446 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4359 (((-644 (-1134)) $) 20)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 27) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-1134) $) 9)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-154) (-13 (-1082) (-10 -8 (-15 -4359 ((-644 (-1134)) $)) (-15 -1377 ((-1134) $))))) (T -154))
-((-4359 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-154)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-154)))))
-(-13 (-1082) (-10 -8 (-15 -4359 ((-644 (-1134)) $)) (-15 -1377 ((-1134) $))))
-((-3828 (((-644 (-169 |#2|)) |#1| |#2|) 50)))
-(((-155 |#1| |#2|) (-10 -7 (-15 -3828 ((-644 (-169 |#2|)) |#1| |#2|))) (-1240 (-169 (-566))) (-13 (-365) (-848))) (T -155))
-((-3828 (*1 *2 *3 *4) (-12 (-5 *2 (-644 (-169 *4))) (-5 *1 (-155 *3 *4)) (-4 *3 (-1240 (-169 (-566)))) (-4 *4 (-13 (-365) (-848))))))
-(-10 -7 (-15 -3828 ((-644 (-169 |#2|)) |#1| |#2|)))
-((-2988 (((-112) $ $) NIL)) (-3124 (((-1213) $) 12)) (-3114 (((-1134) $) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-156) (-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1213) $))))) (T -156))
-((-3114 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-156)))) (-3124 (*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-156)))))
-(-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1213) $))))
-((-2988 (((-112) $ $) NIL)) (-3062 (($) 41)) (-3914 (($) 40)) (-1610 (((-921)) 46)) (-3380 (((-1157) $) NIL)) (-1820 (((-566) $) 44)) (-4072 (((-1119) $) NIL)) (-4307 (($) 42)) (-2665 (($ (-566)) 47)) (-3152 (((-862) $) 53)) (-1864 (($) 43)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 38)) (-3002 (($ $ $) 35)) (* (($ (-921) $) 45) (($ (-225) $) 11)))
-(((-157) (-13 (-25) (-10 -8 (-15 * ($ (-921) $)) (-15 * ($ (-225) $)) (-15 -3002 ($ $ $)) (-15 -3914 ($)) (-15 -3062 ($)) (-15 -4307 ($)) (-15 -1864 ($)) (-15 -1820 ((-566) $)) (-15 -1610 ((-921))) (-15 -2665 ($ (-566)))))) (T -157))
-((-3002 (*1 *1 *1 *1) (-5 *1 (-157))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-157)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-157)))) (-3914 (*1 *1) (-5 *1 (-157))) (-3062 (*1 *1) (-5 *1 (-157))) (-4307 (*1 *1) (-5 *1 (-157))) (-1864 (*1 *1) (-5 *1 (-157))) (-1820 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-157)))) (-1610 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-157)))) (-2665 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-157)))))
-(-13 (-25) (-10 -8 (-15 * ($ (-921) $)) (-15 * ($ (-225) $)) (-15 -3002 ($ $ $)) (-15 -3914 ($)) (-15 -3062 ($)) (-15 -4307 ($)) (-15 -1864 ($)) (-15 -1820 ((-566) $)) (-15 -1610 ((-921))) (-15 -2665 ($ (-566)))))
-((-2786 ((|#2| |#2| (-1091 |#2|)) 98) ((|#2| |#2| (-1175)) 75)) (-2014 ((|#2| |#2| (-1091 |#2|)) 97) ((|#2| |#2| (-1175)) 74)) (-2413 ((|#2| |#2| |#2|) 25)) (-1566 (((-114) (-114)) 111)) (-2705 ((|#2| (-644 |#2|)) 130)) (-2392 ((|#2| (-644 |#2|)) 152)) (-2688 ((|#2| (-644 |#2|)) 138)) (-3268 ((|#2| |#2|) 136)) (-3298 ((|#2| (-644 |#2|)) 124)) (-2701 ((|#2| (-644 |#2|)) 125)) (-3174 ((|#2| (-644 |#2|)) 150)) (-1464 ((|#2| |#2| (-1175)) 63) ((|#2| |#2|) 62)) (-2499 ((|#2| |#2|) 21)) (-2073 ((|#2| |#2| |#2|) 24)) (-3515 (((-112) (-114)) 55)) (** ((|#2| |#2| |#2|) 46)))
-(((-158 |#1| |#2|) (-10 -7 (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 ** (|#2| |#2| |#2|)) (-15 -2073 (|#2| |#2| |#2|)) (-15 -2413 (|#2| |#2| |#2|)) (-15 -2499 (|#2| |#2|)) (-15 -1464 (|#2| |#2|)) (-15 -1464 (|#2| |#2| (-1175))) (-15 -2786 (|#2| |#2| (-1175))) (-15 -2786 (|#2| |#2| (-1091 |#2|))) (-15 -2014 (|#2| |#2| (-1175))) (-15 -2014 (|#2| |#2| (-1091 |#2|))) (-15 -3268 (|#2| |#2|)) (-15 -3174 (|#2| (-644 |#2|))) (-15 -2688 (|#2| (-644 |#2|))) (-15 -2392 (|#2| (-644 |#2|))) (-15 -3298 (|#2| (-644 |#2|))) (-15 -2701 (|#2| (-644 |#2|))) (-15 -2705 (|#2| (-644 |#2|)))) (-558) (-432 |#1|)) (T -158))
-((-2705 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-2701 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-3298 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-2392 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-2688 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-3174 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-3268 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-2014 (*1 *2 *2 *3) (-12 (-5 *3 (-1091 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)))) (-2014 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)) (-4 *2 (-432 *4)))) (-2786 (*1 *2 *2 *3) (-12 (-5 *3 (-1091 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)))) (-2786 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)) (-4 *2 (-432 *4)))) (-1464 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)) (-4 *2 (-432 *4)))) (-1464 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-2499 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-2413 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-2073 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-1566 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-158 *3 *4)) (-4 *4 (-432 *3)))) (-3515 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-158 *4 *5)) (-4 *5 (-432 *4)))))
-(-10 -7 (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 ** (|#2| |#2| |#2|)) (-15 -2073 (|#2| |#2| |#2|)) (-15 -2413 (|#2| |#2| |#2|)) (-15 -2499 (|#2| |#2|)) (-15 -1464 (|#2| |#2|)) (-15 -1464 (|#2| |#2| (-1175))) (-15 -2786 (|#2| |#2| (-1175))) (-15 -2786 (|#2| |#2| (-1091 |#2|))) (-15 -2014 (|#2| |#2| (-1175))) (-15 -2014 (|#2| |#2| (-1091 |#2|))) (-15 -3268 (|#2| |#2|)) (-15 -3174 (|#2| (-644 |#2|))) (-15 -2688 (|#2| (-644 |#2|))) (-15 -2392 (|#2| (-644 |#2|))) (-15 -3298 (|#2| (-644 |#2|))) (-15 -2701 (|#2| (-644 |#2|))) (-15 -2705 (|#2| (-644 |#2|))))
-((-3933 ((|#1| |#1| |#1|) 67)) (-4360 ((|#1| |#1| |#1|) 64)) (-2413 ((|#1| |#1| |#1|) 58)) (-2824 ((|#1| |#1|) 45)) (-2806 ((|#1| |#1| (-644 |#1|)) 55)) (-2499 ((|#1| |#1|) 48)) (-2073 ((|#1| |#1| |#1|) 51)))
-(((-159 |#1|) (-10 -7 (-15 -2073 (|#1| |#1| |#1|)) (-15 -2499 (|#1| |#1|)) (-15 -2806 (|#1| |#1| (-644 |#1|))) (-15 -2824 (|#1| |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -4360 (|#1| |#1| |#1|)) (-15 -3933 (|#1| |#1| |#1|))) (-547)) (T -159))
-((-3933 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-4360 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-2413 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-2824 (*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-2806 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-547)) (-5 *1 (-159 *2)))) (-2499 (*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-2073 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
-(-10 -7 (-15 -2073 (|#1| |#1| |#1|)) (-15 -2499 (|#1| |#1|)) (-15 -2806 (|#1| |#1| (-644 |#1|))) (-15 -2824 (|#1| |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -4360 (|#1| |#1| |#1|)) (-15 -3933 (|#1| |#1| |#1|)))
-((-2786 (($ $ (-1175)) 12) (($ $ (-1091 $)) 11)) (-2014 (($ $ (-1175)) 10) (($ $ (-1091 $)) 9)) (-2413 (($ $ $) 8)) (-1464 (($ $) 14) (($ $ (-1175)) 13)) (-2499 (($ $) 7)) (-2073 (($ $ $) 6)))
+((-3318 (((-2 (|:| -3388 (-771)) (|:| -2651 (-409 |#2|)) (|:| |radicand| |#2|)) (-409 |#2|) (-771)) 76)) (-3320 (((-3 (-2 (|:| |radicand| (-409 |#2|)) (|:| |deg| (-771))) "failed") |#3|) 56)) (-2782 (((-2 (|:| -2651 (-409 |#2|)) (|:| |poly| |#3|)) |#3|) 41)) (-2386 ((|#1| |#3| |#3|) 44)) (-1838 ((|#3| |#3| (-409 |#2|) (-409 |#2|)) 20)) (-3638 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| |deg| (-771))) |#3| |#3|) 53)))
+(((-148 |#1| |#2| |#3|) (-10 -7 (-15 -2782 ((-2 (|:| -2651 (-409 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -3320 ((-3 (-2 (|:| |radicand| (-409 |#2|)) (|:| |deg| (-771))) "failed") |#3|)) (-15 -3318 ((-2 (|:| -3388 (-771)) (|:| -2651 (-409 |#2|)) (|:| |radicand| |#2|)) (-409 |#2|) (-771))) (-15 -2386 (|#1| |#3| |#3|)) (-15 -1838 (|#3| |#3| (-409 |#2|) (-409 |#2|))) (-15 -3638 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| |deg| (-771))) |#3| |#3|))) (-1219) (-1241 |#1|) (-1241 (-409 |#2|))) (T -148))
+((-3638 (*1 *2 *3 *3) (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-409 *5)) (|:| |c2| (-409 *5)) (|:| |deg| (-771)))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1241 (-409 *5))))) (-1838 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-409 *5)) (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-5 *1 (-148 *4 *5 *2)) (-4 *2 (-1241 *3)))) (-2386 (*1 *2 *3 *3) (-12 (-4 *4 (-1241 *2)) (-4 *2 (-1219)) (-5 *1 (-148 *2 *4 *3)) (-4 *3 (-1241 (-409 *4))))) (-3318 (*1 *2 *3 *4) (-12 (-5 *3 (-409 *6)) (-4 *5 (-1219)) (-4 *6 (-1241 *5)) (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *3) (|:| |radicand| *6))) (-5 *1 (-148 *5 *6 *7)) (-5 *4 (-771)) (-4 *7 (-1241 *3)))) (-3320 (*1 *2 *3) (|partial| -12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-5 *2 (-2 (|:| |radicand| (-409 *5)) (|:| |deg| (-771)))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1241 (-409 *5))))) (-2782 (*1 *2 *3) (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-5 *2 (-2 (|:| -2651 (-409 *5)) (|:| |poly| *3))) (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1241 (-409 *5))))))
+(-10 -7 (-15 -2782 ((-2 (|:| -2651 (-409 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -3320 ((-3 (-2 (|:| |radicand| (-409 |#2|)) (|:| |deg| (-771))) "failed") |#3|)) (-15 -3318 ((-2 (|:| -3388 (-771)) (|:| -2651 (-409 |#2|)) (|:| |radicand| |#2|)) (-409 |#2|) (-771))) (-15 -2386 (|#1| |#3| |#3|)) (-15 -1838 (|#3| |#3| (-409 |#2|) (-409 |#2|))) (-15 -3638 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| |deg| (-771))) |#3| |#3|)))
+((-1999 (((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|)) 35)))
+(((-149 |#1| |#2|) (-10 -7 (-15 -1999 ((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|)))) (-547) (-166 |#1|)) (T -149))
+((-1999 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *5))) (-5 *3 (-1171 *5)) (-4 *5 (-166 *4)) (-4 *4 (-547)) (-5 *1 (-149 *4 *5)))))
+(-10 -7 (-15 -1999 ((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|))))
+((-1997 (($ (-1 (-112) |#2|) $) 35)) (-3640 (($ $) 42)) (-1837 (($ (-1 (-112) |#2|) $) 33) (($ |#2| $) 38)) (-1936 ((|#2| (-1 |#2| |#2| |#2|) $) 28) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 30) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 40)) (-2695 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 25)) (-3295 (((-112) (-1 (-112) |#2|) $) 22)) (-2037 (((-771) (-1 (-112) |#2|) $) 18) (((-771) |#2| $) NIL)) (-3487 (((-112) (-1 (-112) |#2|) $) 21)) (-4142 (((-771) $) 12)))
+(((-150 |#1| |#2|) (-10 -8 (-15 -3640 (|#1| |#1|)) (-15 -1837 (|#1| |#2| |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1997 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1837 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2695 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -2037 ((-771) |#2| |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4142 ((-771) |#1|))) (-151 |#2|) (-1215)) (T -150))
+NIL
+(-10 -8 (-15 -3640 (|#1| |#1|)) (-15 -1837 (|#1| |#2| |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1997 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1837 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2695 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -2037 ((-771) |#2| |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4142 ((-771) |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-1997 (($ (-1 (-112) |#1|) $) 45 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3640 (($ $) 42 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4415))) (($ |#1| $) 43 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $) 48 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 47 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 44 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 49)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 41 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 50)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-151 |#1|) (-140) (-1215)) (T -151))
+((-1664 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-4 *1 (-151 *3)))) (-2695 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-151 *2)) (-4 *2 (-1215)))) (-1936 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4415)) (-4 *1 (-151 *2)) (-4 *2 (-1215)))) (-1936 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4415)) (-4 *1 (-151 *2)) (-4 *2 (-1215)))) (-1837 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4415)) (-4 *1 (-151 *3)) (-4 *3 (-1215)))) (-1997 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4415)) (-4 *1 (-151 *3)) (-4 *3 (-1215)))) (-1936 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1099)) (|has| *1 (-6 -4415)) (-4 *1 (-151 *2)) (-4 *2 (-1215)))) (-1837 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-151 *2)) (-4 *2 (-1215)) (-4 *2 (-1099)))) (-3640 (*1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-151 *2)) (-4 *2 (-1215)) (-4 *2 (-1099)))))
+(-13 (-491 |t#1|) (-10 -8 (-15 -1664 ($ (-644 |t#1|))) (-15 -2695 ((-3 |t#1| "failed") (-1 (-112) |t#1|) $)) (IF (|has| $ (-6 -4415)) (PROGN (-15 -1936 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -1936 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -1837 ($ (-1 (-112) |t#1|) $)) (-15 -1997 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -1936 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -1837 ($ |t#1| $)) (-15 -3640 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) 114)) (-1568 (((-112) $) NIL)) (-3959 (($ |#2| (-644 (-921))) 74)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3761 (($ (-921)) 61)) (-2262 (((-134)) 26)) (-1650 (((-862) $) 89) (($ (-566)) 57) (($ |#2|) 58)) (-2841 ((|#2| $ (-644 (-921))) 77)) (-2910 (((-771)) 23 T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 51 T CONST)) (-3424 (($) 55 T CONST)) (-2868 (((-112) $ $) 37)) (-2990 (($ $ |#2|) NIL)) (-2977 (($ $) 46) (($ $ $) 44)) (-2964 (($ $ $) 42)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 48) (($ $ $) 67) (($ |#2| $) 50) (($ $ |#2|) NIL)))
+(((-152 |#1| |#2| |#3|) (-13 (-1049) (-38 |#2|) (-1272 |#2|) (-10 -8 (-15 -3761 ($ (-921))) (-15 -3959 ($ |#2| (-644 (-921)))) (-15 -2841 (|#2| $ (-644 (-921)))) (-15 -4185 ((-3 $ "failed") $)))) (-921) (-365) (-993 |#1| |#2|)) (T -152))
+((-4185 (*1 *1 *1) (|partial| -12 (-5 *1 (-152 *2 *3 *4)) (-14 *2 (-921)) (-4 *3 (-365)) (-14 *4 (-993 *2 *3)))) (-3761 (*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-152 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-365)) (-14 *5 (-993 *3 *4)))) (-3959 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-921))) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-921)) (-4 *2 (-365)) (-14 *5 (-993 *4 *2)))) (-2841 (*1 *2 *1 *3) (-12 (-5 *3 (-644 (-921))) (-4 *2 (-365)) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-921)) (-14 *5 (-993 *4 *2)))))
+(-13 (-1049) (-38 |#2|) (-1272 |#2|) (-10 -8 (-15 -3761 ($ (-921))) (-15 -3959 ($ |#2| (-644 (-921)))) (-15 -2841 (|#2| $ (-644 (-921)))) (-15 -4185 ((-3 $ "failed") $))))
+((-4312 (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))) (-225) (-225) (-225) (-225)) 62)) (-2365 (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566))) 101) (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927)) 102)) (-1451 (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225))))) 105) (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-943 (-225)))) 104) (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566))) 96) (((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927)) 97)))
+(((-153) (-10 -7 (-15 -1451 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927))) (-15 -1451 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566)))) (-15 -2365 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927))) (-15 -2365 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566)))) (-15 -4312 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))) (-225) (-225) (-225) (-225))) (-15 -1451 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-943 (-225))))) (-15 -1451 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))))))) (T -153))
+((-1451 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)) (-5 *3 (-644 (-644 (-943 (-225))))))) (-1451 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)) (-5 *3 (-644 (-943 (-225)))))) (-4312 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-225)) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 *4)))) (|:| |xValues| (-1093 *4)) (|:| |yValues| (-1093 *4)))) (-5 *1 (-153)) (-5 *3 (-644 (-644 (-943 *4)))))) (-2365 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-927)) (-5 *4 (-409 (-566))) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)))) (-2365 (*1 *2 *3) (-12 (-5 *3 (-927)) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)))) (-1451 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-927)) (-5 *4 (-409 (-566))) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)))) (-1451 (*1 *2 *3) (-12 (-5 *3 (-927)) (-5 *2 (-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225))))) (-5 *1 (-153)))))
+(-10 -7 (-15 -1451 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927))) (-15 -1451 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566)))) (-15 -2365 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927))) (-15 -2365 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-927) (-409 (-566)) (-409 (-566)))) (-15 -4312 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))) (-225) (-225) (-225) (-225))) (-15 -1451 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-943 (-225))))) (-15 -1451 ((-2 (|:| |brans| (-644 (-644 (-943 (-225))))) (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))) (-644 (-644 (-943 (-225)))))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2792 (((-644 (-1134)) $) 20)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 27) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-1134) $) 9)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-154) (-13 (-1082) (-10 -8 (-15 -2792 ((-644 (-1134)) $)) (-15 -3720 ((-1134) $))))) (T -154))
+((-2792 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-154)))) (-3720 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-154)))))
+(-13 (-1082) (-10 -8 (-15 -2792 ((-644 (-1134)) $)) (-15 -3720 ((-1134) $))))
+((-1744 (((-644 (-169 |#2|)) |#1| |#2|) 50)))
+(((-155 |#1| |#2|) (-10 -7 (-15 -1744 ((-644 (-169 |#2|)) |#1| |#2|))) (-1241 (-169 (-566))) (-13 (-365) (-848))) (T -155))
+((-1744 (*1 *2 *3 *4) (-12 (-5 *2 (-644 (-169 *4))) (-5 *1 (-155 *3 *4)) (-4 *3 (-1241 (-169 (-566)))) (-4 *4 (-13 (-365) (-848))))))
+(-10 -7 (-15 -1744 ((-644 (-169 |#2|)) |#1| |#2|)))
+((-4124 (((-112) $ $) NIL)) (-2699 (((-1214) $) 12)) (-2687 (((-1134) $) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-156) (-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1214) $))))) (T -156))
+((-2687 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-156)))) (-2699 (*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-156)))))
+(-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1214) $))))
+((-4124 (((-112) $ $) NIL)) (-2833 (($) 41)) (-4378 (($) 40)) (-3647 (((-921)) 46)) (-3057 (((-1157) $) NIL)) (-3913 (((-566) $) 44)) (-2029 (((-1119) $) NIL)) (-3854 (($) 42)) (-2348 (($ (-566)) 47)) (-1650 (((-862) $) 53)) (-4330 (($) 43)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 38)) (-2964 (($ $ $) 35)) (* (($ (-921) $) 45) (($ (-225) $) 11)))
+(((-157) (-13 (-25) (-10 -8 (-15 * ($ (-921) $)) (-15 * ($ (-225) $)) (-15 -2964 ($ $ $)) (-15 -4378 ($)) (-15 -2833 ($)) (-15 -3854 ($)) (-15 -4330 ($)) (-15 -3913 ((-566) $)) (-15 -3647 ((-921))) (-15 -2348 ($ (-566)))))) (T -157))
+((-2964 (*1 *1 *1 *1) (-5 *1 (-157))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-157)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-157)))) (-4378 (*1 *1) (-5 *1 (-157))) (-2833 (*1 *1) (-5 *1 (-157))) (-3854 (*1 *1) (-5 *1 (-157))) (-4330 (*1 *1) (-5 *1 (-157))) (-3913 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-157)))) (-3647 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-157)))) (-2348 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-157)))))
+(-13 (-25) (-10 -8 (-15 * ($ (-921) $)) (-15 * ($ (-225) $)) (-15 -2964 ($ $ $)) (-15 -4378 ($)) (-15 -2833 ($)) (-15 -3854 ($)) (-15 -4330 ($)) (-15 -3913 ((-566) $)) (-15 -3647 ((-921))) (-15 -2348 ($ (-566)))))
+((-4210 ((|#2| |#2| (-1091 |#2|)) 98) ((|#2| |#2| (-1175)) 75)) (-2139 ((|#2| |#2| (-1091 |#2|)) 97) ((|#2| |#2| (-1175)) 74)) (-1757 ((|#2| |#2| |#2|) 25)) (-3797 (((-114) (-114)) 111)) (-1575 ((|#2| (-644 |#2|)) 130)) (-1578 ((|#2| (-644 |#2|)) 152)) (-1416 ((|#2| (-644 |#2|)) 138)) (-3148 ((|#2| |#2|) 136)) (-3463 ((|#2| (-644 |#2|)) 124)) (-1527 ((|#2| (-644 |#2|)) 125)) (-1582 ((|#2| (-644 |#2|)) 150)) (-1581 ((|#2| |#2| (-1175)) 63) ((|#2| |#2|) 62)) (-3239 ((|#2| |#2|) 21)) (-1510 ((|#2| |#2| |#2|) 24)) (-1892 (((-112) (-114)) 55)) (** ((|#2| |#2| |#2|) 46)))
+(((-158 |#1| |#2|) (-10 -7 (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 ** (|#2| |#2| |#2|)) (-15 -1510 (|#2| |#2| |#2|)) (-15 -1757 (|#2| |#2| |#2|)) (-15 -3239 (|#2| |#2|)) (-15 -1581 (|#2| |#2|)) (-15 -1581 (|#2| |#2| (-1175))) (-15 -4210 (|#2| |#2| (-1175))) (-15 -4210 (|#2| |#2| (-1091 |#2|))) (-15 -2139 (|#2| |#2| (-1175))) (-15 -2139 (|#2| |#2| (-1091 |#2|))) (-15 -3148 (|#2| |#2|)) (-15 -1582 (|#2| (-644 |#2|))) (-15 -1416 (|#2| (-644 |#2|))) (-15 -1578 (|#2| (-644 |#2|))) (-15 -3463 (|#2| (-644 |#2|))) (-15 -1527 (|#2| (-644 |#2|))) (-15 -1575 (|#2| (-644 |#2|)))) (-558) (-432 |#1|)) (T -158))
+((-1575 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-1527 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-3463 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-1578 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-1416 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-1582 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2)) (-4 *4 (-558)))) (-3148 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-2139 (*1 *2 *2 *3) (-12 (-5 *3 (-1091 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)))) (-2139 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)) (-4 *2 (-432 *4)))) (-4210 (*1 *2 *2 *3) (-12 (-5 *3 (-1091 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)))) (-4210 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)) (-4 *2 (-432 *4)))) (-1581 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2)) (-4 *2 (-432 *4)))) (-1581 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-3239 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-1757 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-1510 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))) (-3797 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-158 *3 *4)) (-4 *4 (-432 *3)))) (-1892 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-158 *4 *5)) (-4 *5 (-432 *4)))))
+(-10 -7 (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 ** (|#2| |#2| |#2|)) (-15 -1510 (|#2| |#2| |#2|)) (-15 -1757 (|#2| |#2| |#2|)) (-15 -3239 (|#2| |#2|)) (-15 -1581 (|#2| |#2|)) (-15 -1581 (|#2| |#2| (-1175))) (-15 -4210 (|#2| |#2| (-1175))) (-15 -4210 (|#2| |#2| (-1091 |#2|))) (-15 -2139 (|#2| |#2| (-1175))) (-15 -2139 (|#2| |#2| (-1091 |#2|))) (-15 -3148 (|#2| |#2|)) (-15 -1582 (|#2| (-644 |#2|))) (-15 -1416 (|#2| (-644 |#2|))) (-15 -1578 (|#2| (-644 |#2|))) (-15 -3463 (|#2| (-644 |#2|))) (-15 -1527 (|#2| (-644 |#2|))) (-15 -1575 (|#2| (-644 |#2|))))
+((-3254 ((|#1| |#1| |#1|) 67)) (-3096 ((|#1| |#1| |#1|) 64)) (-1757 ((|#1| |#1| |#1|) 58)) (-3307 ((|#1| |#1|) 45)) (-1298 ((|#1| |#1| (-644 |#1|)) 55)) (-3239 ((|#1| |#1|) 48)) (-1510 ((|#1| |#1| |#1|) 51)))
+(((-159 |#1|) (-10 -7 (-15 -1510 (|#1| |#1| |#1|)) (-15 -3239 (|#1| |#1|)) (-15 -1298 (|#1| |#1| (-644 |#1|))) (-15 -3307 (|#1| |#1|)) (-15 -1757 (|#1| |#1| |#1|)) (-15 -3096 (|#1| |#1| |#1|)) (-15 -3254 (|#1| |#1| |#1|))) (-547)) (T -159))
+((-3254 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-3096 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-1757 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-3307 (*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-1298 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-547)) (-5 *1 (-159 *2)))) (-3239 (*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))) (-1510 (*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
+(-10 -7 (-15 -1510 (|#1| |#1| |#1|)) (-15 -3239 (|#1| |#1|)) (-15 -1298 (|#1| |#1| (-644 |#1|))) (-15 -3307 (|#1| |#1|)) (-15 -1757 (|#1| |#1| |#1|)) (-15 -3096 (|#1| |#1| |#1|)) (-15 -3254 (|#1| |#1| |#1|)))
+((-4210 (($ $ (-1175)) 12) (($ $ (-1091 $)) 11)) (-2139 (($ $ (-1175)) 10) (($ $ (-1091 $)) 9)) (-1757 (($ $ $) 8)) (-1581 (($ $) 14) (($ $ (-1175)) 13)) (-3239 (($ $) 7)) (-1510 (($ $ $) 6)))
(((-160) (-140)) (T -160))
-((-1464 (*1 *1 *1) (-4 *1 (-160))) (-1464 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175)))) (-2786 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175)))) (-2786 (*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-160)))) (-2014 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175)))) (-2014 (*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-160)))))
-(-13 (-143) (-10 -8 (-15 -1464 ($ $)) (-15 -1464 ($ $ (-1175))) (-15 -2786 ($ $ (-1175))) (-15 -2786 ($ $ (-1091 $))) (-15 -2014 ($ $ (-1175))) (-15 -2014 ($ $ (-1091 $)))))
+((-1581 (*1 *1 *1) (-4 *1 (-160))) (-1581 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175)))) (-4210 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175)))) (-4210 (*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-160)))) (-2139 (*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175)))) (-2139 (*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-160)))))
+(-13 (-143) (-10 -8 (-15 -1581 ($ $)) (-15 -1581 ($ $ (-1175))) (-15 -4210 ($ $ (-1175))) (-15 -4210 ($ $ (-1091 $))) (-15 -2139 ($ $ (-1175))) (-15 -2139 ($ $ (-1091 $)))))
(((-143) . T))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 16) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-644 (-1134)) $) 10)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-161) (-13 (-1082) (-10 -8 (-15 -1377 ((-644 (-1134)) $))))) (T -161))
-((-1377 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-161)))))
-(-13 (-1082) (-10 -8 (-15 -1377 ((-644 (-1134)) $))))
-((-2988 (((-112) $ $) NIL)) (-2712 (($ (-566)) 14) (($ $ $) 15)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 18)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 9)))
-(((-162) (-13 (-1099) (-10 -8 (-15 -2712 ($ (-566))) (-15 -2712 ($ $ $))))) (T -162))
-((-2712 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-162)))) (-2712 (*1 *1 *1 *1) (-5 *1 (-162))))
-(-13 (-1099) (-10 -8 (-15 -2712 ($ (-566))) (-15 -2712 ($ $ $))))
-((-1566 (((-114) (-1175)) 102)))
-(((-163) (-10 -7 (-15 -1566 ((-114) (-1175))))) (T -163))
-((-1566 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-114)) (-5 *1 (-163)))))
-(-10 -7 (-15 -1566 ((-114) (-1175))))
-((-2066 ((|#3| |#3|) 19)))
-(((-164 |#1| |#2| |#3|) (-10 -7 (-15 -2066 (|#3| |#3|))) (-1049) (-1240 |#1|) (-1240 |#2|)) (T -164))
-((-2066 (*1 *2 *2) (-12 (-4 *3 (-1049)) (-4 *4 (-1240 *3)) (-5 *1 (-164 *3 *4 *2)) (-4 *2 (-1240 *4)))))
-(-10 -7 (-15 -2066 (|#3| |#3|)))
-((-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 223)) (-3833 ((|#2| $) 102)) (-3963 (($ $) 256)) (-3630 (($ $) 250)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 47)) (-3941 (($ $) 254)) (-3602 (($ $) 248)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 146)) (-4158 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#2| $) 144)) (-2933 (($ $ $) 229)) (-4089 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) 160) (((-689 |#2|) (-689 $)) 154)) (-2873 (($ (-1171 |#2|)) 125) (((-3 $ "failed") (-409 (-1171 |#2|))) NIL)) (-3245 (((-3 $ "failed") $) 214)) (-4391 (((-3 (-409 (-566)) "failed") $) 204)) (-3407 (((-112) $) 199)) (-1786 (((-409 (-566)) $) 202)) (-2755 (((-921)) 96)) (-2945 (($ $ $) 231)) (-3540 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 270)) (-2281 (($) 245)) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 193) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 198)) (-2064 ((|#2| $) 100)) (-3468 (((-1171 |#2|) $) 127)) (-2319 (($ (-1 |#2| |#2|) $) 108)) (-3619 (($ $) 247)) (-2860 (((-1171 |#2|) $) 126)) (-2748 (($ $) 207)) (-1511 (($) 103)) (-2010 (((-420 (-1171 $)) (-1171 $)) 95)) (-1893 (((-420 (-1171 $)) (-1171 $)) 64)) (-2978 (((-3 $ "failed") $ |#2|) 209) (((-3 $ "failed") $ $) 212)) (-3521 (($ $) 246)) (-4357 (((-771) $) 226)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 236)) (-4068 ((|#2| (-1264 $)) NIL) ((|#2|) 98)) (-3629 (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 119) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-1705 (((-1171 |#2|)) 120)) (-3952 (($ $) 255)) (-3618 (($ $) 249)) (-3350 (((-1264 |#2|) $ (-1264 $)) 136) (((-689 |#2|) (-1264 $) (-1264 $)) NIL) (((-1264 |#2|) $) 116) (((-689 |#2|) (-1264 $)) NIL)) (-2376 (((-1264 |#2|) $) NIL) (($ (-1264 |#2|)) NIL) (((-1171 |#2|) $) NIL) (($ (-1171 |#2|)) NIL) (((-892 (-566)) $) 184) (((-892 (-381)) $) 188) (((-169 (-381)) $) 172) (((-169 (-225)) $) 167) (((-538) $) 180)) (-3357 (($ $) 104)) (-3152 (((-862) $) 143) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-409 (-566))) NIL) (($ $) NIL)) (-2318 (((-1171 |#2|) $) 32)) (-2593 (((-771)) 106)) (-3044 (((-112) $ $) 13)) (-4032 (($ $) 259)) (-3892 (($ $) 253)) (-4008 (($ $) 257)) (-3684 (($ $) 251)) (-1684 ((|#2| $) 242)) (-4020 (($ $) 258)) (-3879 (($ $) 252)) (-1358 (($ $) 162)) (-2914 (((-112) $ $) 110)) (-3012 (($ $) 112) (($ $ $) NIL)) (-3002 (($ $ $) 111)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-409 (-566))) 277) (($ $ $) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 118) (($ $ $) 147) (($ $ |#2|) NIL) (($ |#2| $) 114) (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL)))
-(((-165 |#1| |#2|) (-10 -8 (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3152 (|#1| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2112 ((-2 (|:| -2896 |#1|) (|:| -4401 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -4357 ((-771) |#1|)) (-15 -4100 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -2933 (|#1| |#1| |#1|)) (-15 -2748 (|#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2376 ((-538) |#1|)) (-15 -2376 ((-169 (-225)) |#1|)) (-15 -2376 ((-169 (-381)) |#1|)) (-15 -3630 (|#1| |#1|)) (-15 -3602 (|#1| |#1|)) (-15 -3618 (|#1| |#1|)) (-15 -3879 (|#1| |#1|)) (-15 -3684 (|#1| |#1|)) (-15 -3892 (|#1| |#1|)) (-15 -3952 (|#1| |#1|)) (-15 -3941 (|#1| |#1|)) (-15 -3963 (|#1| |#1|)) (-15 -4020 (|#1| |#1|)) (-15 -4008 (|#1| |#1|)) (-15 -4032 (|#1| |#1|)) (-15 -3619 (|#1| |#1|)) (-15 -3521 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -2281 (|#1|)) (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -1893 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2010 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -4066 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -3540 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -1684 (|#2| |#1|)) (-15 -1358 (|#1| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3357 (|#1| |#1|)) (-15 -1511 (|#1|)) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -2926 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2873 ((-3 |#1| "failed") (-409 (-1171 |#2|)))) (-15 -2860 ((-1171 |#2|) |#1|)) (-15 -2376 (|#1| (-1171 |#2|))) (-15 -2873 (|#1| (-1171 |#2|))) (-15 -1705 ((-1171 |#2|))) (-15 -4089 ((-689 |#2|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -2376 ((-1171 |#2|) |#1|)) (-15 -4068 (|#2|)) (-15 -2376 (|#1| (-1264 |#2|))) (-15 -2376 ((-1264 |#2|) |#1|)) (-15 -3350 ((-689 |#2|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1|)) (-15 -3468 ((-1171 |#2|) |#1|)) (-15 -2318 ((-1171 |#2|) |#1|)) (-15 -4068 (|#2| (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -2064 (|#2| |#1|)) (-15 -3833 (|#2| |#1|)) (-15 -2755 ((-921))) (-15 -3152 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 -3245 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -3002 (|#1| |#1| |#1|)) (-15 -3044 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|))) (-166 |#2|) (-172)) (T -165))
-((-2593 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))) (-2755 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-921)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))) (-4068 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-165 *3 *2)) (-4 *3 (-166 *2)))) (-1705 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1171 *4)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))))
-(-10 -8 (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3152 (|#1| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2112 ((-2 (|:| -2896 |#1|) (|:| -4401 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -4357 ((-771) |#1|)) (-15 -4100 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -2933 (|#1| |#1| |#1|)) (-15 -2748 (|#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2376 ((-538) |#1|)) (-15 -2376 ((-169 (-225)) |#1|)) (-15 -2376 ((-169 (-381)) |#1|)) (-15 -3630 (|#1| |#1|)) (-15 -3602 (|#1| |#1|)) (-15 -3618 (|#1| |#1|)) (-15 -3879 (|#1| |#1|)) (-15 -3684 (|#1| |#1|)) (-15 -3892 (|#1| |#1|)) (-15 -3952 (|#1| |#1|)) (-15 -3941 (|#1| |#1|)) (-15 -3963 (|#1| |#1|)) (-15 -4020 (|#1| |#1|)) (-15 -4008 (|#1| |#1|)) (-15 -4032 (|#1| |#1|)) (-15 -3619 (|#1| |#1|)) (-15 -3521 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -2281 (|#1|)) (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -1893 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2010 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -4066 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -3540 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -1684 (|#2| |#1|)) (-15 -1358 (|#1| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3357 (|#1| |#1|)) (-15 -1511 (|#1|)) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -2926 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2873 ((-3 |#1| "failed") (-409 (-1171 |#2|)))) (-15 -2860 ((-1171 |#2|) |#1|)) (-15 -2376 (|#1| (-1171 |#2|))) (-15 -2873 (|#1| (-1171 |#2|))) (-15 -1705 ((-1171 |#2|))) (-15 -4089 ((-689 |#2|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -2376 ((-1171 |#2|) |#1|)) (-15 -4068 (|#2|)) (-15 -2376 (|#1| (-1264 |#2|))) (-15 -2376 ((-1264 |#2|) |#1|)) (-15 -3350 ((-689 |#2|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1|)) (-15 -3468 ((-1171 |#2|) |#1|)) (-15 -2318 ((-1171 |#2|) |#1|)) (-15 -4068 (|#2| (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -2064 (|#2| |#1|)) (-15 -3833 (|#2| |#1|)) (-15 -2755 ((-921))) (-15 -3152 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 -3245 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -3002 (|#1| |#1| |#1|)) (-15 -3044 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 102 (-2768 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-2161 (($ $) 103 (-2768 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-2345 (((-112) $) 105 (-2768 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-3899 (((-689 |#1|) (-1264 $)) 53) (((-689 |#1|)) 68)) (-3833 ((|#1| $) 59)) (-3963 (($ $) 229 (|has| |#1| (-1199)))) (-3630 (($ $) 212 (|has| |#1| (-1199)))) (-2894 (((-1187 (-921) (-771)) (-566)) 155 (|has| |#1| (-351)))) (-3967 (((-3 $ "failed") $ $) 20)) (-2292 (((-420 (-1171 $)) (-1171 $)) 243 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1378 (($ $) 122 (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-1364 (((-420 $) $) 123 (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-1635 (($ $) 242 (-12 (|has| |#1| (-1002)) (|has| |#1| (-1199))))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 246 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-2085 (((-112) $ $) 113 (|has| |#1| (-308)))) (-3870 (((-771)) 96 (|has| |#1| (-370)))) (-3941 (($ $) 228 (|has| |#1| (-1199)))) (-3602 (($ $) 213 (|has| |#1| (-1199)))) (-3986 (($ $) 227 (|has| |#1| (-1199)))) (-3656 (($ $) 214 (|has| |#1| (-1199)))) (-2463 (($) 18 T CONST)) (-2229 (((-3 (-566) "failed") $) 178 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 176 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 173)) (-4158 (((-566) $) 177 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 175 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 174)) (-1563 (($ (-1264 |#1|) (-1264 $)) 55) (($ (-1264 |#1|)) 71)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) 161 (|has| |#1| (-351)))) (-2933 (($ $ $) 117 (|has| |#1| (-308)))) (-3578 (((-689 |#1|) $ (-1264 $)) 60) (((-689 |#1|) $) 66)) (-4089 (((-689 (-566)) (-689 $)) 172 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 171 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 170) (((-689 |#1|) (-689 $)) 169)) (-2873 (($ (-1171 |#1|)) 166) (((-3 $ "failed") (-409 (-1171 |#1|))) 163 (|has| |#1| (-365)))) (-3245 (((-3 $ "failed") $) 37)) (-1646 ((|#1| $) 254)) (-4391 (((-3 (-409 (-566)) "failed") $) 247 (|has| |#1| (-547)))) (-3407 (((-112) $) 249 (|has| |#1| (-547)))) (-1786 (((-409 (-566)) $) 248 (|has| |#1| (-547)))) (-2755 (((-921)) 61)) (-2715 (($) 99 (|has| |#1| (-370)))) (-2945 (($ $ $) 116 (|has| |#1| (-308)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 111 (|has| |#1| (-308)))) (-3359 (($) 157 (|has| |#1| (-351)))) (-2466 (((-112) $) 158 (|has| |#1| (-351)))) (-1574 (($ $ (-771)) 149 (|has| |#1| (-351))) (($ $) 148 (|has| |#1| (-351)))) (-1615 (((-112) $) 124 (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-3540 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 250 (-12 (|has| |#1| (-1059)) (|has| |#1| (-1199))))) (-2281 (($) 239 (|has| |#1| (-1199)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 262 (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 261 (|has| |#1| (-886 (-381))))) (-2679 (((-921) $) 160 (|has| |#1| (-351))) (((-833 (-921)) $) 146 (|has| |#1| (-351)))) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 241 (-12 (|has| |#1| (-1002)) (|has| |#1| (-1199))))) (-2064 ((|#1| $) 58)) (-2621 (((-3 $ "failed") $) 150 (|has| |#1| (-351)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 120 (|has| |#1| (-308)))) (-3468 (((-1171 |#1|) $) 51 (|has| |#1| (-365)))) (-2319 (($ (-1 |#1| |#1|) $) 263)) (-1866 (((-921) $) 98 (|has| |#1| (-370)))) (-3619 (($ $) 236 (|has| |#1| (-1199)))) (-2860 (((-1171 |#1|) $) 164)) (-2128 (($ (-644 $)) 109 (-2768 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (($ $ $) 108 (-2768 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-3380 (((-1157) $) 10)) (-2748 (($ $) 125 (|has| |#1| (-365)))) (-3289 (($) 151 (|has| |#1| (-351)) CONST)) (-2835 (($ (-921)) 97 (|has| |#1| (-370)))) (-1511 (($) 258)) (-1657 ((|#1| $) 255)) (-4072 (((-1119) $) 11)) (-3302 (($) 168)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 110 (-2768 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-2164 (($ (-644 $)) 107 (-2768 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (($ $ $) 106 (-2768 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) 154 (|has| |#1| (-351)))) (-2010 (((-420 (-1171 $)) (-1171 $)) 245 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1893 (((-420 (-1171 $)) (-1171 $)) 244 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1624 (((-420 $) $) 121 (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119 (|has| |#1| (-308))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 118 (|has| |#1| (-308)))) (-2978 (((-3 $ "failed") $ |#1|) 253 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 101 (-2768 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 112 (|has| |#1| (-308)))) (-3521 (($ $) 237 (|has| |#1| (-1199)))) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) 269 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 268 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 267 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 266 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 265 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) 264 (|has| |#1| (-516 (-1175) |#1|)))) (-4357 (((-771) $) 114 (|has| |#1| (-308)))) (-1309 (($ $ |#1|) 270 (|has| |#1| (-287 |#1| |#1|)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 115 (|has| |#1| (-308)))) (-4068 ((|#1| (-1264 $)) 54) ((|#1|) 67)) (-3169 (((-771) $) 159 (|has| |#1| (-351))) (((-3 (-771) "failed") $ $) 147 (|has| |#1| (-351)))) (-3629 (($ $ (-1 |#1| |#1|) (-771)) 131) (($ $ (-1 |#1| |#1|)) 130) (($ $ (-644 (-1175)) (-644 (-771))) 138 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 139 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 140 (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 141 (|has| |#1| (-900 (-1175)))) (($ $ (-771)) 143 (-2768 (-2415 (|has| |#1| (-365)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-2415 (|has| |#1| (-233)) (|has| |#1| (-365))))) (($ $) 145 (-2768 (-2415 (|has| |#1| (-365)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-2415 (|has| |#1| (-233)) (|has| |#1| (-365)))))) (-3225 (((-689 |#1|) (-1264 $) (-1 |#1| |#1|)) 162 (|has| |#1| (-365)))) (-1705 (((-1171 |#1|)) 167)) (-3996 (($ $) 226 (|has| |#1| (-1199)))) (-3670 (($ $) 215 (|has| |#1| (-1199)))) (-4122 (($) 156 (|has| |#1| (-351)))) (-3976 (($ $) 225 (|has| |#1| (-1199)))) (-3643 (($ $) 216 (|has| |#1| (-1199)))) (-3952 (($ $) 224 (|has| |#1| (-1199)))) (-3618 (($ $) 217 (|has| |#1| (-1199)))) (-3350 (((-1264 |#1|) $ (-1264 $)) 57) (((-689 |#1|) (-1264 $) (-1264 $)) 56) (((-1264 |#1|) $) 73) (((-689 |#1|) (-1264 $)) 72)) (-2376 (((-1264 |#1|) $) 70) (($ (-1264 |#1|)) 69) (((-1171 |#1|) $) 179) (($ (-1171 |#1|)) 165) (((-892 (-566)) $) 260 (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) 259 (|has| |#1| (-614 (-892 (-381))))) (((-169 (-381)) $) 211 (|has| |#1| (-1022))) (((-169 (-225)) $) 210 (|has| |#1| (-1022))) (((-538) $) 209 (|has| |#1| (-614 (-538))))) (-3357 (($ $) 257)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 153 (-2768 (-2415 (|has| $ (-145)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))) (|has| |#1| (-351))))) (-3608 (($ |#1| |#1|) 256)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44) (($ (-409 (-566))) 95 (-2768 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) 100 (-2768 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-2633 (($ $) 152 (|has| |#1| (-351))) (((-3 $ "failed") $) 50 (-2768 (-2415 (|has| $ (-145)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))) (|has| |#1| (-145))))) (-2318 (((-1171 |#1|) $) 52)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-2875 (((-1264 $)) 74)) (-4032 (($ $) 235 (|has| |#1| (-1199)))) (-3892 (($ $) 223 (|has| |#1| (-1199)))) (-3014 (((-112) $ $) 104 (-2768 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-4008 (($ $) 234 (|has| |#1| (-1199)))) (-3684 (($ $) 222 (|has| |#1| (-1199)))) (-4057 (($ $) 233 (|has| |#1| (-1199)))) (-3917 (($ $) 221 (|has| |#1| (-1199)))) (-1684 ((|#1| $) 251 (|has| |#1| (-1199)))) (-3964 (($ $) 232 (|has| |#1| (-1199)))) (-3929 (($ $) 220 (|has| |#1| (-1199)))) (-4044 (($ $) 231 (|has| |#1| (-1199)))) (-3904 (($ $) 219 (|has| |#1| (-1199)))) (-4020 (($ $) 230 (|has| |#1| (-1199)))) (-3879 (($ $) 218 (|has| |#1| (-1199)))) (-1358 (($ $) 252 (|has| |#1| (-1059)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-1 |#1| |#1|) (-771)) 133) (($ $ (-1 |#1| |#1|)) 132) (($ $ (-644 (-1175)) (-644 (-771))) 134 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 135 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 136 (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 137 (|has| |#1| (-900 (-1175)))) (($ $ (-771)) 142 (-2768 (-2415 (|has| |#1| (-365)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-2415 (|has| |#1| (-233)) (|has| |#1| (-365))))) (($ $) 144 (-2768 (-2415 (|has| |#1| (-365)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-2415 (|has| |#1| (-233)) (|has| |#1| (-365)))))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 129 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-409 (-566))) 240 (-12 (|has| |#1| (-1002)) (|has| |#1| (-1199)))) (($ $ $) 238 (|has| |#1| (-1199))) (($ $ (-566)) 126 (|has| |#1| (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ (-409 (-566)) $) 128 (|has| |#1| (-365))) (($ $ (-409 (-566))) 127 (|has| |#1| (-365)))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 16) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-644 (-1134)) $) 10)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-161) (-13 (-1082) (-10 -8 (-15 -3720 ((-644 (-1134)) $))))) (T -161))
+((-3720 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-161)))))
+(-13 (-1082) (-10 -8 (-15 -3720 ((-644 (-1134)) $))))
+((-4124 (((-112) $ $) NIL)) (-1642 (($ (-566)) 14) (($ $ $) 15)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 18)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 9)))
+(((-162) (-13 (-1099) (-10 -8 (-15 -1642 ($ (-566))) (-15 -1642 ($ $ $))))) (T -162))
+((-1642 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-162)))) (-1642 (*1 *1 *1 *1) (-5 *1 (-162))))
+(-13 (-1099) (-10 -8 (-15 -1642 ($ (-566))) (-15 -1642 ($ $ $))))
+((-3797 (((-114) (-1175)) 102)))
+(((-163) (-10 -7 (-15 -3797 ((-114) (-1175))))) (T -163))
+((-3797 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-114)) (-5 *1 (-163)))))
+(-10 -7 (-15 -3797 ((-114) (-1175))))
+((-1453 ((|#3| |#3|) 19)))
+(((-164 |#1| |#2| |#3|) (-10 -7 (-15 -1453 (|#3| |#3|))) (-1049) (-1241 |#1|) (-1241 |#2|)) (T -164))
+((-1453 (*1 *2 *2) (-12 (-4 *3 (-1049)) (-4 *4 (-1241 *3)) (-5 *1 (-164 *3 *4 *2)) (-4 *2 (-1241 *4)))))
+(-10 -7 (-15 -1453 (|#3| |#3|)))
+((-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 223)) (-2881 ((|#2| $) 102)) (-4175 (($ $) 256)) (-4026 (($ $) 250)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 47)) (-4153 (($ $) 254)) (-4005 (($ $) 248)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 146)) (-3213 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#2| $) 144)) (-4067 (($ $ $) 229)) (-2204 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) 160) (((-689 |#2|) (-689 $)) 154)) (-1936 (($ (-1171 |#2|)) 125) (((-3 $ "failed") (-409 (-1171 |#2|))) NIL)) (-4185 (((-3 $ "failed") $) 214)) (-2165 (((-3 (-409 (-566)) "failed") $) 204)) (-2070 (((-112) $) 199)) (-1662 (((-409 (-566)) $) 202)) (-3486 (((-921)) 96)) (-4078 (($ $ $) 231)) (-4070 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 270)) (-2528 (($) 245)) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 193) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 198)) (-1435 ((|#2| $) 100)) (-1505 (((-1171 |#2|) $) 127)) (-1895 (($ (-1 |#2| |#2|) $) 108)) (-1658 (($ $) 247)) (-1924 (((-1171 |#2|) $) 126)) (-4085 (($ $) 207)) (-3938 (($) 103)) (-2107 (((-420 (-1171 $)) (-1171 $)) 95)) (-3369 (((-420 (-1171 $)) (-1171 $)) 64)) (-4116 (((-3 $ "failed") $ |#2|) 209) (((-3 $ "failed") $ $) 212)) (-1983 (($ $) 246)) (-3075 (((-771) $) 226)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 236)) (-2018 ((|#2| (-1265 $)) NIL) ((|#2|) 98)) (-2324 (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 119) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-2068 (((-1171 |#2|)) 120)) (-4164 (($ $) 255)) (-4015 (($ $) 249)) (-2702 (((-1265 |#2|) $ (-1265 $)) 136) (((-689 |#2|) (-1265 $) (-1265 $)) NIL) (((-1265 |#2|) $) 116) (((-689 |#2|) (-1265 $)) NIL)) (-1945 (((-1265 |#2|) $) NIL) (($ (-1265 |#2|)) NIL) (((-1171 |#2|) $) NIL) (($ (-1171 |#2|)) NIL) (((-892 (-566)) $) 184) (((-892 (-381)) $) 188) (((-169 (-381)) $) 172) (((-169 (-225)) $) 167) (((-538) $) 180)) (-2791 (($ $) 104)) (-1650 (((-862) $) 143) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-409 (-566))) NIL) (($ $) NIL)) (-2080 (((-1171 |#2|) $) 32)) (-2910 (((-771)) 106)) (-2657 (((-112) $ $) 13)) (-4241 (($ $) 259)) (-4100 (($ $) 253)) (-4220 (($ $) 257)) (-4077 (($ $) 251)) (-1891 ((|#2| $) 242)) (-4230 (($ $) 258)) (-4088 (($ $) 252)) (-3839 (($ $) 162)) (-2868 (((-112) $ $) 110)) (-2977 (($ $) 112) (($ $ $) NIL)) (-2964 (($ $ $) 111)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-409 (-566))) 277) (($ $ $) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 118) (($ $ $) 147) (($ $ |#2|) NIL) (($ |#2| $) 114) (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL)))
+(((-165 |#1| |#2|) (-10 -8 (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -1650 (|#1| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1860 ((-2 (|:| -2666 |#1|) (|:| -4402 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3075 ((-771) |#1|)) (-15 -2307 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -4078 (|#1| |#1| |#1|)) (-15 -4067 (|#1| |#1| |#1|)) (-15 -4085 (|#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1945 ((-538) |#1|)) (-15 -1945 ((-169 (-225)) |#1|)) (-15 -1945 ((-169 (-381)) |#1|)) (-15 -4026 (|#1| |#1|)) (-15 -4005 (|#1| |#1|)) (-15 -4015 (|#1| |#1|)) (-15 -4088 (|#1| |#1|)) (-15 -4077 (|#1| |#1|)) (-15 -4100 (|#1| |#1|)) (-15 -4164 (|#1| |#1|)) (-15 -4153 (|#1| |#1|)) (-15 -4175 (|#1| |#1|)) (-15 -4230 (|#1| |#1|)) (-15 -4220 (|#1| |#1|)) (-15 -4241 (|#1| |#1|)) (-15 -1658 (|#1| |#1|)) (-15 -1983 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -2528 (|#1|)) (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -3369 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2107 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -1999 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -4070 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -1891 (|#2| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2791 (|#1| |#1|)) (-15 -3938 (|#1|)) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -2992 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -1936 ((-3 |#1| "failed") (-409 (-1171 |#2|)))) (-15 -1924 ((-1171 |#2|) |#1|)) (-15 -1945 (|#1| (-1171 |#2|))) (-15 -1936 (|#1| (-1171 |#2|))) (-15 -2068 ((-1171 |#2|))) (-15 -2204 ((-689 |#2|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1945 ((-1171 |#2|) |#1|)) (-15 -2018 (|#2|)) (-15 -1945 (|#1| (-1265 |#2|))) (-15 -1945 ((-1265 |#2|) |#1|)) (-15 -2702 ((-689 |#2|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1|)) (-15 -1505 ((-1171 |#2|) |#1|)) (-15 -2080 ((-1171 |#2|) |#1|)) (-15 -2018 (|#2| (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -1435 (|#2| |#1|)) (-15 -2881 (|#2| |#1|)) (-15 -3486 ((-921))) (-15 -1650 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 -4185 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -2964 (|#1| |#1| |#1|)) (-15 -2657 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|))) (-166 |#2|) (-172)) (T -165))
+((-2910 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))) (-3486 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-921)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))) (-2018 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-165 *3 *2)) (-4 *3 (-166 *2)))) (-2068 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1171 *4)) (-5 *1 (-165 *3 *4)) (-4 *3 (-166 *4)))))
+(-10 -8 (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -1650 (|#1| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1860 ((-2 (|:| -2666 |#1|) (|:| -4402 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3075 ((-771) |#1|)) (-15 -2307 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -4078 (|#1| |#1| |#1|)) (-15 -4067 (|#1| |#1| |#1|)) (-15 -4085 (|#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1945 ((-538) |#1|)) (-15 -1945 ((-169 (-225)) |#1|)) (-15 -1945 ((-169 (-381)) |#1|)) (-15 -4026 (|#1| |#1|)) (-15 -4005 (|#1| |#1|)) (-15 -4015 (|#1| |#1|)) (-15 -4088 (|#1| |#1|)) (-15 -4077 (|#1| |#1|)) (-15 -4100 (|#1| |#1|)) (-15 -4164 (|#1| |#1|)) (-15 -4153 (|#1| |#1|)) (-15 -4175 (|#1| |#1|)) (-15 -4230 (|#1| |#1|)) (-15 -4220 (|#1| |#1|)) (-15 -4241 (|#1| |#1|)) (-15 -1658 (|#1| |#1|)) (-15 -1983 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -2528 (|#1|)) (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -3369 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2107 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -1999 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -4070 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -1891 (|#2| |#1|)) (-15 -3839 (|#1| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2791 (|#1| |#1|)) (-15 -3938 (|#1|)) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -2992 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -1936 ((-3 |#1| "failed") (-409 (-1171 |#2|)))) (-15 -1924 ((-1171 |#2|) |#1|)) (-15 -1945 (|#1| (-1171 |#2|))) (-15 -1936 (|#1| (-1171 |#2|))) (-15 -2068 ((-1171 |#2|))) (-15 -2204 ((-689 |#2|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1945 ((-1171 |#2|) |#1|)) (-15 -2018 (|#2|)) (-15 -1945 (|#1| (-1265 |#2|))) (-15 -1945 ((-1265 |#2|) |#1|)) (-15 -2702 ((-689 |#2|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1|)) (-15 -1505 ((-1171 |#2|) |#1|)) (-15 -2080 ((-1171 |#2|) |#1|)) (-15 -2018 (|#2| (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -1435 (|#2| |#1|)) (-15 -2881 (|#2| |#1|)) (-15 -3486 ((-921))) (-15 -1650 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 -4185 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -2964 (|#1| |#1| |#1|)) (-15 -2657 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 102 (-2700 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-4282 (($ $) 103 (-2700 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-2296 (((-112) $) 105 (-2700 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-4266 (((-689 |#1|) (-1265 $)) 53) (((-689 |#1|)) 68)) (-2881 ((|#1| $) 59)) (-4175 (($ $) 229 (|has| |#1| (-1200)))) (-4026 (($ $) 212 (|has| |#1| (-1200)))) (-2638 (((-1188 (-921) (-771)) (-566)) 155 (|has| |#1| (-351)))) (-3569 (((-3 $ "failed") $ $) 20)) (-3068 (((-420 (-1171 $)) (-1171 $)) 243 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1778 (($ $) 122 (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-1615 (((-420 $) $) 123 (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-3856 (($ $) 242 (-12 (|has| |#1| (-1002)) (|has| |#1| (-1200))))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 246 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1621 (((-112) $ $) 113 (|has| |#1| (-308)))) (-3571 (((-771)) 96 (|has| |#1| (-370)))) (-4153 (($ $) 228 (|has| |#1| (-1200)))) (-4005 (($ $) 213 (|has| |#1| (-1200)))) (-4198 (($ $) 227 (|has| |#1| (-1200)))) (-4050 (($ $) 214 (|has| |#1| (-1200)))) (-4145 (($) 18 T CONST)) (-1821 (((-3 (-566) "failed") $) 178 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 176 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 173)) (-3213 (((-566) $) 177 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 175 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 174)) (-3189 (($ (-1265 |#1|) (-1265 $)) 55) (($ (-1265 |#1|)) 71)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) 161 (|has| |#1| (-351)))) (-4067 (($ $ $) 117 (|has| |#1| (-308)))) (-3186 (((-689 |#1|) $ (-1265 $)) 60) (((-689 |#1|) $) 66)) (-2204 (((-689 (-566)) (-689 $)) 172 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 171 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 170) (((-689 |#1|) (-689 $)) 169)) (-1936 (($ (-1171 |#1|)) 166) (((-3 $ "failed") (-409 (-1171 |#1|))) 163 (|has| |#1| (-365)))) (-4185 (((-3 $ "failed") $) 37)) (-3865 ((|#1| $) 254)) (-2165 (((-3 (-409 (-566)) "failed") $) 247 (|has| |#1| (-547)))) (-2070 (((-112) $) 249 (|has| |#1| (-547)))) (-1662 (((-409 (-566)) $) 248 (|has| |#1| (-547)))) (-3486 (((-921)) 61)) (-3341 (($) 99 (|has| |#1| (-370)))) (-4078 (($ $ $) 116 (|has| |#1| (-308)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 111 (|has| |#1| (-308)))) (-2814 (($) 157 (|has| |#1| (-351)))) (-4179 (((-112) $) 158 (|has| |#1| (-351)))) (-3271 (($ $ (-771)) 149 (|has| |#1| (-351))) (($ $) 148 (|has| |#1| (-351)))) (-2422 (((-112) $) 124 (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-4070 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 250 (-12 (|has| |#1| (-1059)) (|has| |#1| (-1200))))) (-2528 (($) 239 (|has| |#1| (-1200)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 262 (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 261 (|has| |#1| (-886 (-381))))) (-2464 (((-921) $) 160 (|has| |#1| (-351))) (((-833 (-921)) $) 146 (|has| |#1| (-351)))) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 241 (-12 (|has| |#1| (-1002)) (|has| |#1| (-1200))))) (-1435 ((|#1| $) 58)) (-1982 (((-3 $ "failed") $) 150 (|has| |#1| (-351)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 120 (|has| |#1| (-308)))) (-1505 (((-1171 |#1|) $) 51 (|has| |#1| (-365)))) (-1895 (($ (-1 |#1| |#1|) $) 263)) (-4350 (((-921) $) 98 (|has| |#1| (-370)))) (-1658 (($ $) 236 (|has| |#1| (-1200)))) (-1924 (((-1171 |#1|) $) 164)) (-1931 (($ (-644 $)) 109 (-2700 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (($ $ $) 108 (-2700 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-3057 (((-1157) $) 10)) (-4085 (($ $) 125 (|has| |#1| (-365)))) (-1783 (($) 151 (|has| |#1| (-351)) CONST)) (-1351 (($ (-921)) 97 (|has| |#1| (-370)))) (-3938 (($) 258)) (-3875 ((|#1| $) 255)) (-2029 (((-1119) $) 11)) (-2529 (($) 168)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 110 (-2700 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-1962 (($ (-644 $)) 107 (-2700 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (($ $ $) 106 (-2700 (|has| |#1| (-308)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) 154 (|has| |#1| (-351)))) (-2107 (((-420 (-1171 $)) (-1171 $)) 245 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-3369 (((-420 (-1171 $)) (-1171 $)) 244 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-3846 (((-420 $) $) 121 (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119 (|has| |#1| (-308))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 118 (|has| |#1| (-308)))) (-4116 (((-3 $ "failed") $ |#1|) 253 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 101 (-2700 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 112 (|has| |#1| (-308)))) (-1983 (($ $) 237 (|has| |#1| (-1200)))) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) 269 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 268 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 267 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 266 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 265 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) 264 (|has| |#1| (-516 (-1175) |#1|)))) (-3075 (((-771) $) 114 (|has| |#1| (-308)))) (-3483 (($ $ |#1|) 270 (|has| |#1| (-287 |#1| |#1|)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 115 (|has| |#1| (-308)))) (-2018 ((|#1| (-1265 $)) 54) ((|#1|) 67)) (-1529 (((-771) $) 159 (|has| |#1| (-351))) (((-3 (-771) "failed") $ $) 147 (|has| |#1| (-351)))) (-2324 (($ $ (-1 |#1| |#1|) (-771)) 131) (($ $ (-1 |#1| |#1|)) 130) (($ $ (-644 (-1175)) (-644 (-771))) 138 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 139 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 140 (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 141 (|has| |#1| (-900 (-1175)))) (($ $ (-771)) 143 (-2700 (-3360 (|has| |#1| (-365)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-3360 (|has| |#1| (-233)) (|has| |#1| (-365))))) (($ $) 145 (-2700 (-3360 (|has| |#1| (-365)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-3360 (|has| |#1| (-233)) (|has| |#1| (-365)))))) (-3970 (((-689 |#1|) (-1265 $) (-1 |#1| |#1|)) 162 (|has| |#1| (-365)))) (-2068 (((-1171 |#1|)) 167)) (-4209 (($ $) 226 (|has| |#1| (-1200)))) (-4065 (($ $) 215 (|has| |#1| (-1200)))) (-2484 (($) 156 (|has| |#1| (-351)))) (-4186 (($ $) 225 (|has| |#1| (-1200)))) (-4038 (($ $) 216 (|has| |#1| (-1200)))) (-4164 (($ $) 224 (|has| |#1| (-1200)))) (-4015 (($ $) 217 (|has| |#1| (-1200)))) (-2702 (((-1265 |#1|) $ (-1265 $)) 57) (((-689 |#1|) (-1265 $) (-1265 $)) 56) (((-1265 |#1|) $) 73) (((-689 |#1|) (-1265 $)) 72)) (-1945 (((-1265 |#1|) $) 70) (($ (-1265 |#1|)) 69) (((-1171 |#1|) $) 179) (($ (-1171 |#1|)) 165) (((-892 (-566)) $) 260 (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) 259 (|has| |#1| (-614 (-892 (-381))))) (((-169 (-381)) $) 211 (|has| |#1| (-1022))) (((-169 (-225)) $) 210 (|has| |#1| (-1022))) (((-538) $) 209 (|has| |#1| (-614 (-538))))) (-2791 (($ $) 257)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 153 (-2700 (-3360 (|has| $ (-145)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))) (|has| |#1| (-351))))) (-1652 (($ |#1| |#1|) 256)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44) (($ (-409 (-566))) 95 (-2700 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) 100 (-2700 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-2097 (($ $) 152 (|has| |#1| (-351))) (((-3 $ "failed") $) 50 (-2700 (-3360 (|has| $ (-145)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))) (|has| |#1| (-145))))) (-2080 (((-1171 |#1|) $) 52)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3781 (((-1265 $)) 74)) (-4241 (($ $) 235 (|has| |#1| (-1200)))) (-4100 (($ $) 223 (|has| |#1| (-1200)))) (-3679 (((-112) $ $) 104 (-2700 (|has| |#1| (-558)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))) (-4220 (($ $) 234 (|has| |#1| (-1200)))) (-4077 (($ $) 222 (|has| |#1| (-1200)))) (-4264 (($ $) 233 (|has| |#1| (-1200)))) (-4127 (($ $) 221 (|has| |#1| (-1200)))) (-1891 ((|#1| $) 251 (|has| |#1| (-1200)))) (-2462 (($ $) 232 (|has| |#1| (-1200)))) (-4140 (($ $) 220 (|has| |#1| (-1200)))) (-4253 (($ $) 231 (|has| |#1| (-1200)))) (-4114 (($ $) 219 (|has| |#1| (-1200)))) (-4230 (($ $) 230 (|has| |#1| (-1200)))) (-4088 (($ $) 218 (|has| |#1| (-1200)))) (-3839 (($ $) 252 (|has| |#1| (-1059)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-1 |#1| |#1|) (-771)) 133) (($ $ (-1 |#1| |#1|)) 132) (($ $ (-644 (-1175)) (-644 (-771))) 134 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 135 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 136 (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 137 (|has| |#1| (-900 (-1175)))) (($ $ (-771)) 142 (-2700 (-3360 (|has| |#1| (-365)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-3360 (|has| |#1| (-233)) (|has| |#1| (-365))))) (($ $) 144 (-2700 (-3360 (|has| |#1| (-365)) (|has| |#1| (-233))) (|has| |#1| (-233)) (-3360 (|has| |#1| (-233)) (|has| |#1| (-365)))))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 129 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-409 (-566))) 240 (-12 (|has| |#1| (-1002)) (|has| |#1| (-1200)))) (($ $ $) 238 (|has| |#1| (-1200))) (($ $ (-566)) 126 (|has| |#1| (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ (-409 (-566)) $) 128 (|has| |#1| (-365))) (($ $ (-409 (-566))) 127 (|has| |#1| (-365)))))
(((-166 |#1|) (-140) (-172)) (T -166))
-((-2064 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-1511 (*1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-3357 (*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-3608 (*1 *1 *2 *2) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-1657 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-1646 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-2978 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-558)))) (-1358 (*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1059)))) (-1684 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1199)))) (-3540 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-1059)) (-4 *3 (-1199)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-3407 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112)))) (-1786 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))) (-4391 (*1 *2 *1) (|partial| -12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))))
-(-13 (-724 |t#1| (-1171 |t#1|)) (-413 |t#1|) (-231 |t#1|) (-340 |t#1|) (-402 |t#1|) (-884 |t#1|) (-379 |t#1|) (-172) (-10 -8 (-6 -3608) (-15 -1511 ($)) (-15 -3357 ($ $)) (-15 -3608 ($ |t#1| |t#1|)) (-15 -1657 (|t#1| $)) (-15 -1646 (|t#1| $)) (-15 -2064 (|t#1| $)) (IF (|has| |t#1| (-558)) (PROGN (-6 (-558)) (-15 -2978 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-308)) (-6 (-308)) |%noBranch|) (IF (|has| |t#1| (-6 -4413)) (-6 -4413) |%noBranch|) (IF (|has| |t#1| (-6 -4410)) (-6 -4410) |%noBranch|) (IF (|has| |t#1| (-365)) (-6 (-365)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1022)) (PROGN (-6 (-614 (-169 (-225)))) (-6 (-614 (-169 (-381))))) |%noBranch|) (IF (|has| |t#1| (-1059)) (-15 -1358 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1199)) (PROGN (-6 (-1199)) (-15 -1684 (|t#1| $)) (IF (|has| |t#1| (-1002)) (-6 (-1002)) |%noBranch|) (IF (|has| |t#1| (-1059)) (-15 -3540 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-547)) (PROGN (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-909)) (IF (|has| |t#1| (-308)) (-6 (-909)) |%noBranch|) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-38 |#1|) . T) ((-38 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-35) |has| |#1| (-1199)) ((-95) |has| |#1| (-1199)) ((-102) . T) ((-111 #0# #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2768 (|has| |#1| (-351)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-616 #0#) -2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-351)) (|has| |#1| (-365))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-613 (-862)) . T) ((-172) . T) ((-614 (-169 (-225))) |has| |#1| (-1022)) ((-614 (-169 (-381))) |has| |#1| (-1022)) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-614 (-892 (-381))) |has| |#1| (-614 (-892 (-381)))) ((-614 (-892 (-566))) |has| |#1| (-614 (-892 (-566)))) ((-614 #1=(-1171 |#1|)) . T) ((-231 |#1|) . T) ((-233) -2768 (|has| |#1| (-351)) (|has| |#1| (-233))) ((-243) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-285) |has| |#1| (-1199)) ((-287 |#1| $) |has| |#1| (-287 |#1| |#1|)) ((-291) -2768 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-308) -2768 (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-310 |#1|) |has| |#1| (-310 |#1|)) ((-365) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-404) |has| |#1| (-351)) ((-370) -2768 (|has| |#1| (-370)) (|has| |#1| (-351))) ((-351) |has| |#1| (-351)) ((-372 |#1| #1#) . T) ((-411 |#1| #1#) . T) ((-340 |#1|) . T) ((-379 |#1|) . T) ((-402 |#1|) . T) ((-413 |#1|) . T) ((-454) -2768 (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-495) |has| |#1| (-1199)) ((-516 (-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((-516 |#1| |#1|) |has| |#1| (-310 |#1|)) ((-558) -2768 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-646 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-640 |#1|) . T) ((-640 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-717 |#1|) . T) ((-717 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-724 |#1| #1#) . T) ((-726) . T) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-884 |#1|) . T) ((-909) -12 (|has| |#1| (-308)) (|has| |#1| (-909))) ((-920) -2768 (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-1002) -12 (|has| |#1| (-1002)) (|has| |#1| (-1199))) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-351)) ((-1199) |has| |#1| (-1199)) ((-1202) |has| |#1| (-1199)) ((-1214) . T) ((-1218) -2768 (|has| |#1| (-351)) (|has| |#1| (-365)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))
-((-1624 (((-420 |#2|) |#2|) 69)))
-(((-167 |#1| |#2|) (-10 -7 (-15 -1624 ((-420 |#2|) |#2|))) (-308) (-1240 (-169 |#1|))) (T -167))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-167 *4 *3)) (-4 *3 (-1240 (-169 *4))))))
-(-10 -7 (-15 -1624 ((-420 |#2|) |#2|)))
-((-2319 (((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|)) 14)))
-(((-168 |#1| |#2|) (-10 -7 (-15 -2319 ((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|)))) (-172) (-172)) (T -168))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-169 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-5 *2 (-169 *6)) (-5 *1 (-168 *5 *6)))))
-(-10 -7 (-15 -2319 ((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 34)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-2161 (($ $) NIL (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-2345 (((-112) $) NIL (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-3899 (((-689 |#1|) (-1264 $)) NIL) (((-689 |#1|)) NIL)) (-3833 ((|#1| $) NIL)) (-3963 (($ $) NIL (|has| |#1| (-1199)))) (-3630 (($ $) NIL (|has| |#1| (-1199)))) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| |#1| (-351)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1378 (($ $) NIL (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-1364 (((-420 $) $) NIL (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-1635 (($ $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1199))))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-2085 (((-112) $ $) NIL (|has| |#1| (-308)))) (-3870 (((-771)) NIL (|has| |#1| (-370)))) (-3941 (($ $) NIL (|has| |#1| (-1199)))) (-3602 (($ $) NIL (|has| |#1| (-1199)))) (-3986 (($ $) NIL (|has| |#1| (-1199)))) (-3656 (($ $) NIL (|has| |#1| (-1199)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-1563 (($ (-1264 |#1|) (-1264 $)) NIL) (($ (-1264 |#1|)) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-351)))) (-2933 (($ $ $) NIL (|has| |#1| (-308)))) (-3578 (((-689 |#1|) $ (-1264 $)) NIL) (((-689 |#1|) $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-2873 (($ (-1171 |#1|)) NIL) (((-3 $ "failed") (-409 (-1171 |#1|))) NIL (|has| |#1| (-365)))) (-3245 (((-3 $ "failed") $) NIL)) (-1646 ((|#1| $) 13)) (-4391 (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-547)))) (-3407 (((-112) $) NIL (|has| |#1| (-547)))) (-1786 (((-409 (-566)) $) NIL (|has| |#1| (-547)))) (-2755 (((-921)) NIL)) (-2715 (($) NIL (|has| |#1| (-370)))) (-2945 (($ $ $) NIL (|has| |#1| (-308)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-308)))) (-3359 (($) NIL (|has| |#1| (-351)))) (-2466 (((-112) $) NIL (|has| |#1| (-351)))) (-1574 (($ $ (-771)) NIL (|has| |#1| (-351))) (($ $) NIL (|has| |#1| (-351)))) (-1615 (((-112) $) NIL (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-3540 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1059)) (|has| |#1| (-1199))))) (-2281 (($) NIL (|has| |#1| (-1199)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| |#1| (-886 (-381))))) (-2679 (((-921) $) NIL (|has| |#1| (-351))) (((-833 (-921)) $) NIL (|has| |#1| (-351)))) (-2389 (((-112) $) 36)) (-1575 (($ $ (-566)) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1199))))) (-2064 ((|#1| $) 47)) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-351)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-308)))) (-3468 (((-1171 |#1|) $) NIL (|has| |#1| (-365)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-1866 (((-921) $) NIL (|has| |#1| (-370)))) (-3619 (($ $) NIL (|has| |#1| (-1199)))) (-2860 (((-1171 |#1|) $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-308))) (($ $ $) NIL (|has| |#1| (-308)))) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-3289 (($) NIL (|has| |#1| (-351)) CONST)) (-2835 (($ (-921)) NIL (|has| |#1| (-370)))) (-1511 (($) NIL)) (-1657 ((|#1| $) 15)) (-4072 (((-1119) $) NIL)) (-3302 (($) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-308)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-308))) (($ $ $) NIL (|has| |#1| (-308)))) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| |#1| (-351)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1624 (((-420 $) $) NIL (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-308))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-308)))) (-2978 (((-3 $ "failed") $ |#1|) 45 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 48 (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-308)))) (-3521 (($ $) NIL (|has| |#1| (-1199)))) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|)))) (-4357 (((-771) $) NIL (|has| |#1| (-308)))) (-1309 (($ $ |#1|) NIL (|has| |#1| (-287 |#1| |#1|)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-308)))) (-4068 ((|#1| (-1264 $)) NIL) ((|#1|) NIL)) (-3169 (((-771) $) NIL (|has| |#1| (-351))) (((-3 (-771) "failed") $ $) NIL (|has| |#1| (-351)))) (-3629 (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-3225 (((-689 |#1|) (-1264 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-365)))) (-1705 (((-1171 |#1|)) NIL)) (-3996 (($ $) NIL (|has| |#1| (-1199)))) (-3670 (($ $) NIL (|has| |#1| (-1199)))) (-4122 (($) NIL (|has| |#1| (-351)))) (-3976 (($ $) NIL (|has| |#1| (-1199)))) (-3643 (($ $) NIL (|has| |#1| (-1199)))) (-3952 (($ $) NIL (|has| |#1| (-1199)))) (-3618 (($ $) NIL (|has| |#1| (-1199)))) (-3350 (((-1264 |#1|) $ (-1264 $)) NIL) (((-689 |#1|) (-1264 $) (-1264 $)) NIL) (((-1264 |#1|) $) NIL) (((-689 |#1|) (-1264 $)) NIL)) (-2376 (((-1264 |#1|) $) NIL) (($ (-1264 |#1|)) NIL) (((-1171 |#1|) $) NIL) (($ (-1171 |#1|)) NIL) (((-892 (-566)) $) NIL (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| |#1| (-614 (-892 (-381))))) (((-169 (-381)) $) NIL (|has| |#1| (-1022))) (((-169 (-225)) $) NIL (|has| |#1| (-1022))) (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-3357 (($ $) 46)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-351))))) (-3608 (($ |#1| |#1|) 38)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) 37) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-2633 (($ $) NIL (|has| |#1| (-351))) (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2318 (((-1171 |#1|) $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL)) (-4032 (($ $) NIL (|has| |#1| (-1199)))) (-3892 (($ $) NIL (|has| |#1| (-1199)))) (-3014 (((-112) $ $) NIL (-2768 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-4008 (($ $) NIL (|has| |#1| (-1199)))) (-3684 (($ $) NIL (|has| |#1| (-1199)))) (-4057 (($ $) NIL (|has| |#1| (-1199)))) (-3917 (($ $) NIL (|has| |#1| (-1199)))) (-1684 ((|#1| $) NIL (|has| |#1| (-1199)))) (-3964 (($ $) NIL (|has| |#1| (-1199)))) (-3929 (($ $) NIL (|has| |#1| (-1199)))) (-4044 (($ $) NIL (|has| |#1| (-1199)))) (-3904 (($ $) NIL (|has| |#1| (-1199)))) (-4020 (($ $) NIL (|has| |#1| (-1199)))) (-3879 (($ $) NIL (|has| |#1| (-1199)))) (-1358 (($ $) NIL (|has| |#1| (-1059)))) (-4356 (($) 28 T CONST)) (-4366 (($) 30 T CONST)) (-2226 (((-1157) $) 23 (|has| |#1| (-828))) (((-1157) $ (-112)) 25 (|has| |#1| (-828))) (((-1269) (-822) $) 26 (|has| |#1| (-828))) (((-1269) (-822) $ (-112)) 27 (|has| |#1| (-828)))) (-3497 (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 40)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-409 (-566))) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1199)))) (($ $ $) NIL (|has| |#1| (-1199))) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 43) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-365))) (($ $ (-409 (-566))) NIL (|has| |#1| (-365)))))
+((-1435 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-3938 (*1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-2791 (*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-1652 (*1 *1 *2 *2) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-3875 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-3865 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))) (-4116 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-558)))) (-3839 (*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1059)))) (-1891 (*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1200)))) (-4070 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-1059)) (-4 *3 (-1200)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-2070 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112)))) (-1662 (*1 *2 *1) (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))) (-2165 (*1 *2 *1) (|partial| -12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))))
+(-13 (-724 |t#1| (-1171 |t#1|)) (-413 |t#1|) (-231 |t#1|) (-340 |t#1|) (-402 |t#1|) (-884 |t#1|) (-379 |t#1|) (-172) (-10 -8 (-6 -1652) (-15 -3938 ($)) (-15 -2791 ($ $)) (-15 -1652 ($ |t#1| |t#1|)) (-15 -3875 (|t#1| $)) (-15 -3865 (|t#1| $)) (-15 -1435 (|t#1| $)) (IF (|has| |t#1| (-558)) (PROGN (-6 (-558)) (-15 -4116 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-308)) (-6 (-308)) |%noBranch|) (IF (|has| |t#1| (-6 -4414)) (-6 -4414) |%noBranch|) (IF (|has| |t#1| (-6 -4411)) (-6 -4411) |%noBranch|) (IF (|has| |t#1| (-365)) (-6 (-365)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1022)) (PROGN (-6 (-614 (-169 (-225)))) (-6 (-614 (-169 (-381))))) |%noBranch|) (IF (|has| |t#1| (-1059)) (-15 -3839 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1200)) (PROGN (-6 (-1200)) (-15 -1891 (|t#1| $)) (IF (|has| |t#1| (-1002)) (-6 (-1002)) |%noBranch|) (IF (|has| |t#1| (-1059)) (-15 -4070 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-547)) (PROGN (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-909)) (IF (|has| |t#1| (-308)) (-6 (-909)) |%noBranch|) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-38 |#1|) . T) ((-38 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-35) |has| |#1| (-1200)) ((-95) |has| |#1| (-1200)) ((-102) . T) ((-111 #0# #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2700 (|has| |#1| (-351)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-616 #0#) -2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-351)) (|has| |#1| (-365))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-613 (-862)) . T) ((-172) . T) ((-614 (-169 (-225))) |has| |#1| (-1022)) ((-614 (-169 (-381))) |has| |#1| (-1022)) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-614 (-892 (-381))) |has| |#1| (-614 (-892 (-381)))) ((-614 (-892 (-566))) |has| |#1| (-614 (-892 (-566)))) ((-614 #1=(-1171 |#1|)) . T) ((-231 |#1|) . T) ((-233) -2700 (|has| |#1| (-351)) (|has| |#1| (-233))) ((-243) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-285) |has| |#1| (-1200)) ((-287 |#1| $) |has| |#1| (-287 |#1| |#1|)) ((-291) -2700 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-308) -2700 (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-310 |#1|) |has| |#1| (-310 |#1|)) ((-365) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-404) |has| |#1| (-351)) ((-370) -2700 (|has| |#1| (-370)) (|has| |#1| (-351))) ((-351) |has| |#1| (-351)) ((-372 |#1| #1#) . T) ((-411 |#1| #1#) . T) ((-340 |#1|) . T) ((-379 |#1|) . T) ((-402 |#1|) . T) ((-413 |#1|) . T) ((-454) -2700 (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-495) |has| |#1| (-1200)) ((-516 (-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((-516 |#1| |#1|) |has| |#1| (-310 |#1|)) ((-558) -2700 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-646 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-640 |#1|) . T) ((-640 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-717 |#1|) . T) ((-717 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-724 |#1| #1#) . T) ((-726) . T) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-884 |#1|) . T) ((-909) -12 (|has| |#1| (-308)) (|has| |#1| (-909))) ((-920) -2700 (|has| |#1| (-351)) (|has| |#1| (-365)) (|has| |#1| (-308))) ((-1002) -12 (|has| |#1| (-1002)) (|has| |#1| (-1200))) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-351)) ((-1200) |has| |#1| (-1200)) ((-1203) |has| |#1| (-1200)) ((-1215) . T) ((-1219) -2700 (|has| |#1| (-351)) (|has| |#1| (-365)) (-12 (|has| |#1| (-308)) (|has| |#1| (-909)))))
+((-3846 (((-420 |#2|) |#2|) 69)))
+(((-167 |#1| |#2|) (-10 -7 (-15 -3846 ((-420 |#2|) |#2|))) (-308) (-1241 (-169 |#1|))) (T -167))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-167 *4 *3)) (-4 *3 (-1241 (-169 *4))))))
+(-10 -7 (-15 -3846 ((-420 |#2|) |#2|)))
+((-1895 (((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|)) 14)))
+(((-168 |#1| |#2|) (-10 -7 (-15 -1895 ((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|)))) (-172) (-172)) (T -168))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-169 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-5 *2 (-169 *6)) (-5 *1 (-168 *5 *6)))))
+(-10 -7 (-15 -1895 ((-169 |#2|) (-1 |#2| |#1|) (-169 |#1|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 34)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-4282 (($ $) NIL (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-2296 (((-112) $) NIL (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-4266 (((-689 |#1|) (-1265 $)) NIL) (((-689 |#1|)) NIL)) (-2881 ((|#1| $) NIL)) (-4175 (($ $) NIL (|has| |#1| (-1200)))) (-4026 (($ $) NIL (|has| |#1| (-1200)))) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| |#1| (-351)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1778 (($ $) NIL (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-1615 (((-420 $) $) NIL (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-3856 (($ $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1200))))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-1621 (((-112) $ $) NIL (|has| |#1| (-308)))) (-3571 (((-771)) NIL (|has| |#1| (-370)))) (-4153 (($ $) NIL (|has| |#1| (-1200)))) (-4005 (($ $) NIL (|has| |#1| (-1200)))) (-4198 (($ $) NIL (|has| |#1| (-1200)))) (-4050 (($ $) NIL (|has| |#1| (-1200)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-3189 (($ (-1265 |#1|) (-1265 $)) NIL) (($ (-1265 |#1|)) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-351)))) (-4067 (($ $ $) NIL (|has| |#1| (-308)))) (-3186 (((-689 |#1|) $ (-1265 $)) NIL) (((-689 |#1|) $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-1936 (($ (-1171 |#1|)) NIL) (((-3 $ "failed") (-409 (-1171 |#1|))) NIL (|has| |#1| (-365)))) (-4185 (((-3 $ "failed") $) NIL)) (-3865 ((|#1| $) 13)) (-2165 (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-547)))) (-2070 (((-112) $) NIL (|has| |#1| (-547)))) (-1662 (((-409 (-566)) $) NIL (|has| |#1| (-547)))) (-3486 (((-921)) NIL)) (-3341 (($) NIL (|has| |#1| (-370)))) (-4078 (($ $ $) NIL (|has| |#1| (-308)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-308)))) (-2814 (($) NIL (|has| |#1| (-351)))) (-4179 (((-112) $) NIL (|has| |#1| (-351)))) (-3271 (($ $ (-771)) NIL (|has| |#1| (-351))) (($ $) NIL (|has| |#1| (-351)))) (-2422 (((-112) $) NIL (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-4070 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1059)) (|has| |#1| (-1200))))) (-2528 (($) NIL (|has| |#1| (-1200)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| |#1| (-886 (-381))))) (-2464 (((-921) $) NIL (|has| |#1| (-351))) (((-833 (-921)) $) NIL (|has| |#1| (-351)))) (-1568 (((-112) $) 36)) (-3281 (($ $ (-566)) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1200))))) (-1435 ((|#1| $) 47)) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-351)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-308)))) (-1505 (((-1171 |#1|) $) NIL (|has| |#1| (-365)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4350 (((-921) $) NIL (|has| |#1| (-370)))) (-1658 (($ $) NIL (|has| |#1| (-1200)))) (-1924 (((-1171 |#1|) $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-308))) (($ $ $) NIL (|has| |#1| (-308)))) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-1783 (($) NIL (|has| |#1| (-351)) CONST)) (-1351 (($ (-921)) NIL (|has| |#1| (-370)))) (-3938 (($) NIL)) (-3875 ((|#1| $) 15)) (-2029 (((-1119) $) NIL)) (-2529 (($) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-308)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-308))) (($ $ $) NIL (|has| |#1| (-308)))) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| |#1| (-351)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#1| (-308)) (|has| |#1| (-909))))) (-3846 (((-420 $) $) NIL (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-365))))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-308))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-308)))) (-4116 (((-3 $ "failed") $ |#1|) 45 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 48 (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-308)))) (-1983 (($ $) NIL (|has| |#1| (-1200)))) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|)))) (-3075 (((-771) $) NIL (|has| |#1| (-308)))) (-3483 (($ $ |#1|) NIL (|has| |#1| (-287 |#1| |#1|)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-308)))) (-2018 ((|#1| (-1265 $)) NIL) ((|#1|) NIL)) (-1529 (((-771) $) NIL (|has| |#1| (-351))) (((-3 (-771) "failed") $ $) NIL (|has| |#1| (-351)))) (-2324 (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-3970 (((-689 |#1|) (-1265 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-365)))) (-2068 (((-1171 |#1|)) NIL)) (-4209 (($ $) NIL (|has| |#1| (-1200)))) (-4065 (($ $) NIL (|has| |#1| (-1200)))) (-2484 (($) NIL (|has| |#1| (-351)))) (-4186 (($ $) NIL (|has| |#1| (-1200)))) (-4038 (($ $) NIL (|has| |#1| (-1200)))) (-4164 (($ $) NIL (|has| |#1| (-1200)))) (-4015 (($ $) NIL (|has| |#1| (-1200)))) (-2702 (((-1265 |#1|) $ (-1265 $)) NIL) (((-689 |#1|) (-1265 $) (-1265 $)) NIL) (((-1265 |#1|) $) NIL) (((-689 |#1|) (-1265 $)) NIL)) (-1945 (((-1265 |#1|) $) NIL) (($ (-1265 |#1|)) NIL) (((-1171 |#1|) $) NIL) (($ (-1171 |#1|)) NIL) (((-892 (-566)) $) NIL (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| |#1| (-614 (-892 (-381))))) (((-169 (-381)) $) NIL (|has| |#1| (-1022))) (((-169 (-225)) $) NIL (|has| |#1| (-1022))) (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-2791 (($ $) 46)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-351))))) (-1652 (($ |#1| |#1|) 38)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) 37) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-2097 (($ $) NIL (|has| |#1| (-351))) (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2080 (((-1171 |#1|) $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL)) (-4241 (($ $) NIL (|has| |#1| (-1200)))) (-4100 (($ $) NIL (|has| |#1| (-1200)))) (-3679 (((-112) $ $) NIL (-2700 (-12 (|has| |#1| (-308)) (|has| |#1| (-909))) (|has| |#1| (-558))))) (-4220 (($ $) NIL (|has| |#1| (-1200)))) (-4077 (($ $) NIL (|has| |#1| (-1200)))) (-4264 (($ $) NIL (|has| |#1| (-1200)))) (-4127 (($ $) NIL (|has| |#1| (-1200)))) (-1891 ((|#1| $) NIL (|has| |#1| (-1200)))) (-2462 (($ $) NIL (|has| |#1| (-1200)))) (-4140 (($ $) NIL (|has| |#1| (-1200)))) (-4253 (($ $) NIL (|has| |#1| (-1200)))) (-4114 (($ $) NIL (|has| |#1| (-1200)))) (-4230 (($ $) NIL (|has| |#1| (-1200)))) (-4088 (($ $) NIL (|has| |#1| (-1200)))) (-3839 (($ $) NIL (|has| |#1| (-1059)))) (-3410 (($) 28 T CONST)) (-3424 (($) 30 T CONST)) (-3673 (((-1157) $) 23 (|has| |#1| (-828))) (((-1157) $ (-112)) 25 (|has| |#1| (-828))) (((-1270) (-822) $) 26 (|has| |#1| (-828))) (((-1270) (-822) $ (-112)) 27 (|has| |#1| (-828)))) (-3218 (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 40)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-409 (-566))) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1200)))) (($ $ $) NIL (|has| |#1| (-1200))) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 43) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-365))) (($ $ (-409 (-566))) NIL (|has| |#1| (-365)))))
(((-169 |#1|) (-13 (-166 |#1|) (-10 -7 (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|))) (-172)) (T -169))
NIL
(-13 (-166 |#1|) (-10 -7 (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|)))
-((-2376 (((-892 |#1|) |#3|) 22)))
-(((-170 |#1| |#2| |#3|) (-10 -7 (-15 -2376 ((-892 |#1|) |#3|))) (-1099) (-13 (-614 (-892 |#1|)) (-172)) (-166 |#2|)) (T -170))
-((-2376 (*1 *2 *3) (-12 (-4 *5 (-13 (-614 *2) (-172))) (-5 *2 (-892 *4)) (-5 *1 (-170 *4 *5 *3)) (-4 *4 (-1099)) (-4 *3 (-166 *5)))))
-(-10 -7 (-15 -2376 ((-892 |#1|) |#3|)))
-((-2988 (((-112) $ $) NIL)) (-3575 (((-112) $) 9)) (-1865 (((-112) $ (-112)) 11)) (-1860 (($) 13)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1480 (($ $) 14)) (-3152 (((-862) $) 18)) (-3293 (((-112) $) 8)) (-1685 (((-112) $ (-112)) 10)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-171) (-13 (-1099) (-10 -8 (-15 -1860 ($)) (-15 -3293 ((-112) $)) (-15 -3575 ((-112) $)) (-15 -1685 ((-112) $ (-112))) (-15 -1865 ((-112) $ (-112))) (-15 -1480 ($ $))))) (T -171))
-((-1860 (*1 *1) (-5 *1 (-171))) (-3293 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-3575 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-1685 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-1865 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-1480 (*1 *1 *1) (-5 *1 (-171))))
-(-13 (-1099) (-10 -8 (-15 -1860 ($)) (-15 -3293 ((-112) $)) (-15 -3575 ((-112) $)) (-15 -1685 ((-112) $ (-112))) (-15 -1865 ((-112) $ (-112))) (-15 -1480 ($ $))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-1945 (((-892 |#1|) |#3|) 22)))
+(((-170 |#1| |#2| |#3|) (-10 -7 (-15 -1945 ((-892 |#1|) |#3|))) (-1099) (-13 (-614 (-892 |#1|)) (-172)) (-166 |#2|)) (T -170))
+((-1945 (*1 *2 *3) (-12 (-4 *5 (-13 (-614 *2) (-172))) (-5 *2 (-892 *4)) (-5 *1 (-170 *4 *5 *3)) (-4 *4 (-1099)) (-4 *3 (-166 *5)))))
+(-10 -7 (-15 -1945 ((-892 |#1|) |#3|)))
+((-4124 (((-112) $ $) NIL)) (-1322 (((-112) $) 9)) (-4340 (((-112) $ (-112)) 11)) (-1566 (($) 13)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1800 (($ $) 14)) (-1650 (((-862) $) 18)) (-3402 (((-112) $) 8)) (-2578 (((-112) $ (-112)) 10)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-171) (-13 (-1099) (-10 -8 (-15 -1566 ($)) (-15 -3402 ((-112) $)) (-15 -1322 ((-112) $)) (-15 -2578 ((-112) $ (-112))) (-15 -4340 ((-112) $ (-112))) (-15 -1800 ($ $))))) (T -171))
+((-1566 (*1 *1) (-5 *1 (-171))) (-3402 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-1322 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-2578 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-4340 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))) (-1800 (*1 *1 *1) (-5 *1 (-171))))
+(-13 (-1099) (-10 -8 (-15 -1566 ($)) (-15 -3402 ((-112) $)) (-15 -1322 ((-112) $)) (-15 -2578 ((-112) $ (-112))) (-15 -4340 ((-112) $ (-112))) (-15 -1800 ($ $))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-172) (-140)) (T -172))
NIL
-(-13 (-1049) (-111 $ $) (-10 -7 (-6 (-4416 "*"))))
+(-13 (-1049) (-111 $ $) (-10 -7 (-6 (-4417 "*"))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2405 (($ $) 6)))
+((-1682 (($ $) 6)))
(((-173) (-140)) (T -173))
-((-2405 (*1 *1 *1) (-4 *1 (-173))))
-(-13 (-10 -8 (-15 -2405 ($ $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 ((|#1| $) 81)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-2933 (($ $ $) NIL)) (-3557 (($ $) 21)) (-1330 (($ |#1| (-1155 |#1|)) 50)) (-3245 (((-3 $ "failed") $) 123)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-1901 (((-1155 |#1|) $) 88)) (-3535 (((-1155 |#1|) $) 85)) (-1853 (((-1155 |#1|) $) 86)) (-2389 (((-112) $) NIL)) (-2215 (((-1155 |#1|) $) 94)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2128 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ (-644 $)) NIL) (($ $ $) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL)) (-3369 (($ $ (-566)) 97)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2901 (((-1155 |#1|) $) 95)) (-3799 (((-1155 (-409 |#1|)) $) 14)) (-2146 (($ (-409 |#1|)) 17) (($ |#1| (-1155 |#1|) (-1155 |#1|)) 40)) (-1687 (($ $) 99)) (-3152 (((-862) $) 140) (($ (-566)) 53) (($ |#1|) 54) (($ (-409 |#1|)) 38) (($ (-409 (-566))) NIL) (($ $) NIL)) (-2593 (((-771)) 70 T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-3703 (((-1155 (-409 |#1|)) $) 20)) (-4356 (($) 27 T CONST)) (-4366 (($) 30 T CONST)) (-2914 (((-112) $ $) 37)) (-3025 (($ $ $) 121)) (-3012 (($ $) 112) (($ $ $) 109)) (-3002 (($ $ $) 107)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 119) (($ $ $) 114) (($ $ |#1|) NIL) (($ |#1| $) 116) (($ (-409 |#1|) $) 117) (($ $ (-409 |#1|)) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL)))
-(((-174 |#1|) (-13 (-38 |#1|) (-38 (-409 |#1|)) (-365) (-10 -8 (-15 -2146 ($ (-409 |#1|))) (-15 -2146 ($ |#1| (-1155 |#1|) (-1155 |#1|))) (-15 -1330 ($ |#1| (-1155 |#1|))) (-15 -3535 ((-1155 |#1|) $)) (-15 -1853 ((-1155 |#1|) $)) (-15 -1901 ((-1155 |#1|) $)) (-15 -1873 (|#1| $)) (-15 -3557 ($ $)) (-15 -3703 ((-1155 (-409 |#1|)) $)) (-15 -3799 ((-1155 (-409 |#1|)) $)) (-15 -2215 ((-1155 |#1|) $)) (-15 -2901 ((-1155 |#1|) $)) (-15 -3369 ($ $ (-566))) (-15 -1687 ($ $)))) (-308)) (T -174))
-((-2146 (*1 *1 *2) (-12 (-5 *2 (-409 *3)) (-4 *3 (-308)) (-5 *1 (-174 *3)))) (-2146 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1155 *2)) (-4 *2 (-308)) (-5 *1 (-174 *2)))) (-1330 (*1 *1 *2 *3) (-12 (-5 *3 (-1155 *2)) (-4 *2 (-308)) (-5 *1 (-174 *2)))) (-3535 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-1853 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-1901 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-1873 (*1 *2 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308)))) (-3557 (*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308)))) (-3703 (*1 *2 *1) (-12 (-5 *2 (-1155 (-409 *3))) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-3799 (*1 *2 *1) (-12 (-5 *2 (-1155 (-409 *3))) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-2215 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-2901 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-3369 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-1687 (*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308)))))
-(-13 (-38 |#1|) (-38 (-409 |#1|)) (-365) (-10 -8 (-15 -2146 ($ (-409 |#1|))) (-15 -2146 ($ |#1| (-1155 |#1|) (-1155 |#1|))) (-15 -1330 ($ |#1| (-1155 |#1|))) (-15 -3535 ((-1155 |#1|) $)) (-15 -1853 ((-1155 |#1|) $)) (-15 -1901 ((-1155 |#1|) $)) (-15 -1873 (|#1| $)) (-15 -3557 ($ $)) (-15 -3703 ((-1155 (-409 |#1|)) $)) (-15 -3799 ((-1155 (-409 |#1|)) $)) (-15 -2215 ((-1155 |#1|) $)) (-15 -2901 ((-1155 |#1|) $)) (-15 -3369 ($ $ (-566))) (-15 -1687 ($ $))))
-((-1487 (($ (-109) $) 15)) (-3585 (((-691 (-109)) (-508) $) 14)) (-3152 (((-862) $) 18)) (-2126 (((-644 (-109)) $) 8)))
-(((-175) (-13 (-613 (-862)) (-10 -8 (-15 -2126 ((-644 (-109)) $)) (-15 -1487 ($ (-109) $)) (-15 -3585 ((-691 (-109)) (-508) $))))) (T -175))
-((-2126 (*1 *2 *1) (-12 (-5 *2 (-644 (-109))) (-5 *1 (-175)))) (-1487 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-175)))) (-3585 (*1 *2 *3 *1) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-109))) (-5 *1 (-175)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -2126 ((-644 (-109)) $)) (-15 -1487 ($ (-109) $)) (-15 -3585 ((-691 (-109)) (-508) $))))
-((-1300 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 40)) (-1783 (((-943 |#1|) (-943 |#1|)) 24)) (-1303 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 36)) (-2965 (((-943 |#1|) (-943 |#1|)) 22)) (-3239 (((-943 |#1|) (-943 |#1|)) 30)) (-2739 (((-943 |#1|) (-943 |#1|)) 29)) (-4144 (((-943 |#1|) (-943 |#1|)) 28)) (-2698 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 37)) (-2570 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 35)) (-1438 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 34)) (-3763 (((-943 |#1|) (-943 |#1|)) 23)) (-2867 (((-1 (-943 |#1|) (-943 |#1|)) |#1| |#1|) 43)) (-2828 (((-943 |#1|) (-943 |#1|)) 8)) (-4038 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 39)) (-3056 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 38)))
-(((-176 |#1|) (-10 -7 (-15 -2828 ((-943 |#1|) (-943 |#1|))) (-15 -2965 ((-943 |#1|) (-943 |#1|))) (-15 -3763 ((-943 |#1|) (-943 |#1|))) (-15 -1783 ((-943 |#1|) (-943 |#1|))) (-15 -4144 ((-943 |#1|) (-943 |#1|))) (-15 -2739 ((-943 |#1|) (-943 |#1|))) (-15 -3239 ((-943 |#1|) (-943 |#1|))) (-15 -1438 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2570 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -1303 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2698 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -3056 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -4038 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -1300 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2867 ((-1 (-943 |#1|) (-943 |#1|)) |#1| |#1|))) (-13 (-365) (-1199) (-1002))) (T -176))
-((-2867 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))))) (-1300 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))))) (-4038 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))))) (-3056 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))))) (-2698 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))))) (-1303 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))))) (-2570 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))))) (-1438 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))))) (-3239 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))) (-5 *1 (-176 *3)))) (-2739 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))) (-5 *1 (-176 *3)))) (-4144 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))) (-5 *1 (-176 *3)))) (-1783 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))) (-5 *1 (-176 *3)))) (-3763 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))) (-5 *1 (-176 *3)))) (-2965 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))) (-5 *1 (-176 *3)))) (-2828 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002))) (-5 *1 (-176 *3)))))
-(-10 -7 (-15 -2828 ((-943 |#1|) (-943 |#1|))) (-15 -2965 ((-943 |#1|) (-943 |#1|))) (-15 -3763 ((-943 |#1|) (-943 |#1|))) (-15 -1783 ((-943 |#1|) (-943 |#1|))) (-15 -4144 ((-943 |#1|) (-943 |#1|))) (-15 -2739 ((-943 |#1|) (-943 |#1|))) (-15 -3239 ((-943 |#1|) (-943 |#1|))) (-15 -1438 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2570 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -1303 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2698 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -3056 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -4038 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -1300 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2867 ((-1 (-943 |#1|) (-943 |#1|)) |#1| |#1|)))
-((-2318 ((|#2| |#3|) 28)))
-(((-177 |#1| |#2| |#3|) (-10 -7 (-15 -2318 (|#2| |#3|))) (-172) (-1240 |#1|) (-724 |#1| |#2|)) (T -177))
-((-2318 (*1 *2 *3) (-12 (-4 *4 (-172)) (-4 *2 (-1240 *4)) (-5 *1 (-177 *4 *2 *3)) (-4 *3 (-724 *4 *2)))))
-(-10 -7 (-15 -2318 (|#2| |#3|)))
-((-2926 (((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)) 44 (|has| (-952 |#2|) (-886 |#1|)))))
-(((-178 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-952 |#2|) (-886 |#1|)) (-15 -2926 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))) |%noBranch|)) (-1099) (-13 (-886 |#1|) (-172)) (-166 |#2|)) (T -178))
-((-2926 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *3)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *3 (-166 *6)) (-4 (-952 *6) (-886 *5)) (-4 *6 (-13 (-886 *5) (-172))) (-5 *1 (-178 *5 *6 *3)))))
-(-10 -7 (IF (|has| (-952 |#2|) (-886 |#1|)) (-15 -2926 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))) |%noBranch|))
-((-2525 (((-644 |#1|) (-644 |#1|) |#1|) 41)) (-2550 (((-644 |#1|) |#1| (-644 |#1|)) 20)) (-1630 (((-644 |#1|) (-644 (-644 |#1|)) (-644 |#1|)) 36) ((|#1| (-644 |#1|) (-644 |#1|)) 32)))
-(((-179 |#1|) (-10 -7 (-15 -2550 ((-644 |#1|) |#1| (-644 |#1|))) (-15 -1630 (|#1| (-644 |#1|) (-644 |#1|))) (-15 -1630 ((-644 |#1|) (-644 (-644 |#1|)) (-644 |#1|))) (-15 -2525 ((-644 |#1|) (-644 |#1|) |#1|))) (-308)) (T -179))
-((-2525 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *3)) (-4 *3 (-308)) (-5 *1 (-179 *3)))) (-1630 (*1 *2 *3 *2) (-12 (-5 *3 (-644 (-644 *4))) (-5 *2 (-644 *4)) (-4 *4 (-308)) (-5 *1 (-179 *4)))) (-1630 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-179 *2)) (-4 *2 (-308)))) (-2550 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-308)) (-5 *1 (-179 *3)))))
-(-10 -7 (-15 -2550 ((-644 |#1|) |#1| (-644 |#1|))) (-15 -1630 (|#1| (-644 |#1|) (-644 |#1|))) (-15 -1630 ((-644 |#1|) (-644 (-644 |#1|)) (-644 |#1|))) (-15 -2525 ((-644 |#1|) (-644 |#1|) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-1385 (((-1213) $) 13)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2080 (((-1134) $) 10)) (-3152 (((-862) $) 20) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-180) (-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $)) (-15 -1385 ((-1213) $))))) (T -180))
-((-2080 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-180)))) (-1385 (*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-180)))))
-(-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $)) (-15 -1385 ((-1213) $))))
-((-1419 (((-2 (|:| |start| |#2|) (|:| -1616 (-420 |#2|))) |#2|) 66)) (-1881 ((|#1| |#1|) 58)) (-2951 (((-169 |#1|) |#2|) 93)) (-3751 ((|#1| |#2|) 141) ((|#1| |#2| |#1|) 90)) (-1943 ((|#2| |#2|) 91)) (-1882 (((-420 |#2|) |#2| |#1|) 121) (((-420 |#2|) |#2| |#1| (-112)) 88)) (-2064 ((|#1| |#2|) 120)) (-2043 ((|#2| |#2|) 135)) (-1624 (((-420 |#2|) |#2|) 158) (((-420 |#2|) |#2| |#1|) 33) (((-420 |#2|) |#2| |#1| (-112)) 157)) (-4381 (((-644 (-2 (|:| -1616 (-644 |#2|)) (|:| -1425 |#1|))) |#2| |#2|) 156) (((-644 (-2 (|:| -1616 (-644 |#2|)) (|:| -1425 |#1|))) |#2| |#2| (-112)) 81)) (-3828 (((-644 (-169 |#1|)) |#2| |#1|) 42) (((-644 (-169 |#1|)) |#2|) 43)))
-(((-181 |#1| |#2|) (-10 -7 (-15 -3828 ((-644 (-169 |#1|)) |#2|)) (-15 -3828 ((-644 (-169 |#1|)) |#2| |#1|)) (-15 -4381 ((-644 (-2 (|:| -1616 (-644 |#2|)) (|:| -1425 |#1|))) |#2| |#2| (-112))) (-15 -4381 ((-644 (-2 (|:| -1616 (-644 |#2|)) (|:| -1425 |#1|))) |#2| |#2|)) (-15 -1624 ((-420 |#2|) |#2| |#1| (-112))) (-15 -1624 ((-420 |#2|) |#2| |#1|)) (-15 -1624 ((-420 |#2|) |#2|)) (-15 -2043 (|#2| |#2|)) (-15 -2064 (|#1| |#2|)) (-15 -1882 ((-420 |#2|) |#2| |#1| (-112))) (-15 -1882 ((-420 |#2|) |#2| |#1|)) (-15 -1943 (|#2| |#2|)) (-15 -3751 (|#1| |#2| |#1|)) (-15 -3751 (|#1| |#2|)) (-15 -2951 ((-169 |#1|) |#2|)) (-15 -1881 (|#1| |#1|)) (-15 -1419 ((-2 (|:| |start| |#2|) (|:| -1616 (-420 |#2|))) |#2|))) (-13 (-365) (-848)) (-1240 (-169 |#1|))) (T -181))
-((-1419 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-2 (|:| |start| *3) (|:| -1616 (-420 *3)))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))) (-1881 (*1 *2 *2) (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1240 (-169 *2))))) (-2951 (*1 *2 *3) (-12 (-5 *2 (-169 *4)) (-5 *1 (-181 *4 *3)) (-4 *4 (-13 (-365) (-848))) (-4 *3 (-1240 *2)))) (-3751 (*1 *2 *3) (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1240 (-169 *2))))) (-3751 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1240 (-169 *2))))) (-1943 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-848))) (-5 *1 (-181 *3 *2)) (-4 *2 (-1240 (-169 *3))))) (-1882 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))) (-1882 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))) (-2064 (*1 *2 *3) (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1240 (-169 *2))))) (-2043 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-848))) (-5 *1 (-181 *3 *2)) (-4 *2 (-1240 (-169 *3))))) (-1624 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))) (-1624 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))) (-1624 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))) (-4381 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-2 (|:| -1616 (-644 *3)) (|:| -1425 *4)))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))) (-4381 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-365) (-848))) (-5 *2 (-644 (-2 (|:| -1616 (-644 *3)) (|:| -1425 *5)))) (-5 *1 (-181 *5 *3)) (-4 *3 (-1240 (-169 *5))))) (-3828 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-169 *4))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))) (-3828 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-169 *4))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))))
-(-10 -7 (-15 -3828 ((-644 (-169 |#1|)) |#2|)) (-15 -3828 ((-644 (-169 |#1|)) |#2| |#1|)) (-15 -4381 ((-644 (-2 (|:| -1616 (-644 |#2|)) (|:| -1425 |#1|))) |#2| |#2| (-112))) (-15 -4381 ((-644 (-2 (|:| -1616 (-644 |#2|)) (|:| -1425 |#1|))) |#2| |#2|)) (-15 -1624 ((-420 |#2|) |#2| |#1| (-112))) (-15 -1624 ((-420 |#2|) |#2| |#1|)) (-15 -1624 ((-420 |#2|) |#2|)) (-15 -2043 (|#2| |#2|)) (-15 -2064 (|#1| |#2|)) (-15 -1882 ((-420 |#2|) |#2| |#1| (-112))) (-15 -1882 ((-420 |#2|) |#2| |#1|)) (-15 -1943 (|#2| |#2|)) (-15 -3751 (|#1| |#2| |#1|)) (-15 -3751 (|#1| |#2|)) (-15 -2951 ((-169 |#1|) |#2|)) (-15 -1881 (|#1| |#1|)) (-15 -1419 ((-2 (|:| |start| |#2|) (|:| -1616 (-420 |#2|))) |#2|)))
-((-3457 (((-3 |#2| "failed") |#2|) 20)) (-3696 (((-771) |#2|) 23)) (-2398 ((|#2| |#2| |#2|) 25)))
-(((-182 |#1| |#2|) (-10 -7 (-15 -3457 ((-3 |#2| "failed") |#2|)) (-15 -3696 ((-771) |#2|)) (-15 -2398 (|#2| |#2| |#2|))) (-1214) (-674 |#1|)) (T -182))
-((-2398 (*1 *2 *2 *2) (-12 (-4 *3 (-1214)) (-5 *1 (-182 *3 *2)) (-4 *2 (-674 *3)))) (-3696 (*1 *2 *3) (-12 (-4 *4 (-1214)) (-5 *2 (-771)) (-5 *1 (-182 *4 *3)) (-4 *3 (-674 *4)))) (-3457 (*1 *2 *2) (|partial| -12 (-4 *3 (-1214)) (-5 *1 (-182 *3 *2)) (-4 *2 (-674 *3)))))
-(-10 -7 (-15 -3457 ((-3 |#2| "failed") |#2|)) (-15 -3696 ((-771) |#2|)) (-15 -2398 (|#2| |#2| |#2|)))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2233 ((|#1| $) 7)) (-3152 (((-862) $) 14)) (-3044 (((-112) $ $) NIL)) (-4368 (((-644 (-1180)) $) 10)) (-2914 (((-112) $ $) 12)))
-(((-183 |#1|) (-13 (-1099) (-10 -8 (-15 -2233 (|#1| $)) (-15 -4368 ((-644 (-1180)) $)))) (-185)) (T -183))
-((-2233 (*1 *2 *1) (-12 (-5 *1 (-183 *2)) (-4 *2 (-185)))) (-4368 (*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-183 *3)) (-4 *3 (-185)))))
-(-13 (-1099) (-10 -8 (-15 -2233 (|#1| $)) (-15 -4368 ((-644 (-1180)) $))))
-((-3332 (((-644 (-865)) $) 16)) (-1691 (((-186) $) 8)) (-3589 (((-644 (-112)) $) 13)) (-1752 (((-55) $) 10)))
-(((-184 |#1|) (-10 -8 (-15 -3332 ((-644 (-865)) |#1|)) (-15 -3589 ((-644 (-112)) |#1|)) (-15 -1691 ((-186) |#1|)) (-15 -1752 ((-55) |#1|))) (-185)) (T -184))
-NIL
-(-10 -8 (-15 -3332 ((-644 (-865)) |#1|)) (-15 -3589 ((-644 (-112)) |#1|)) (-15 -1691 ((-186) |#1|)) (-15 -1752 ((-55) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3332 (((-644 (-865)) $) 19)) (-1368 (((-508) $) 16)) (-3380 (((-1157) $) 10)) (-1691 (((-186) $) 21)) (-3335 (((-112) $ (-508)) 14)) (-4072 (((-1119) $) 11)) (-3589 (((-644 (-112)) $) 20)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-1752 (((-55) $) 15)) (-2914 (((-112) $ $) 6)))
+((-1682 (*1 *1 *1) (-4 *1 (-173))))
+(-13 (-10 -8 (-15 -1682 ($ $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 ((|#1| $) 81)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-4067 (($ $ $) NIL)) (-4246 (($ $) 21)) (-2800 (($ |#1| (-1155 |#1|)) 50)) (-4185 (((-3 $ "failed") $) 123)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3467 (((-1155 |#1|) $) 88)) (-4009 (((-1155 |#1|) $) 85)) (-4233 (((-1155 |#1|) $) 86)) (-1568 (((-112) $) NIL)) (-3543 (((-1155 |#1|) $) 94)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1931 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL)) (-2929 (($ $ (-566)) 97)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2717 (((-1155 |#1|) $) 95)) (-1521 (((-1155 (-409 |#1|)) $) 14)) (-4139 (($ (-409 |#1|)) 17) (($ |#1| (-1155 |#1|) (-1155 |#1|)) 40)) (-1911 (($ $) 99)) (-1650 (((-862) $) 140) (($ (-566)) 53) (($ |#1|) 54) (($ (-409 |#1|)) 38) (($ (-409 (-566))) NIL) (($ $) NIL)) (-2910 (((-771)) 70 T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3064 (((-1155 (-409 |#1|)) $) 20)) (-3410 (($) 27 T CONST)) (-3424 (($) 30 T CONST)) (-2868 (((-112) $ $) 37)) (-2990 (($ $ $) 121)) (-2977 (($ $) 112) (($ $ $) 109)) (-2964 (($ $ $) 107)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 119) (($ $ $) 114) (($ $ |#1|) NIL) (($ |#1| $) 116) (($ (-409 |#1|) $) 117) (($ $ (-409 |#1|)) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL)))
+(((-174 |#1|) (-13 (-38 |#1|) (-38 (-409 |#1|)) (-365) (-10 -8 (-15 -4139 ($ (-409 |#1|))) (-15 -4139 ($ |#1| (-1155 |#1|) (-1155 |#1|))) (-15 -2800 ($ |#1| (-1155 |#1|))) (-15 -4009 ((-1155 |#1|) $)) (-15 -4233 ((-1155 |#1|) $)) (-15 -3467 ((-1155 |#1|) $)) (-15 -3165 (|#1| $)) (-15 -4246 ($ $)) (-15 -3064 ((-1155 (-409 |#1|)) $)) (-15 -1521 ((-1155 (-409 |#1|)) $)) (-15 -3543 ((-1155 |#1|) $)) (-15 -2717 ((-1155 |#1|) $)) (-15 -2929 ($ $ (-566))) (-15 -1911 ($ $)))) (-308)) (T -174))
+((-4139 (*1 *1 *2) (-12 (-5 *2 (-409 *3)) (-4 *3 (-308)) (-5 *1 (-174 *3)))) (-4139 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1155 *2)) (-4 *2 (-308)) (-5 *1 (-174 *2)))) (-2800 (*1 *1 *2 *3) (-12 (-5 *3 (-1155 *2)) (-4 *2 (-308)) (-5 *1 (-174 *2)))) (-4009 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-4233 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-3467 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-3165 (*1 *2 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308)))) (-4246 (*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308)))) (-3064 (*1 *2 *1) (-12 (-5 *2 (-1155 (-409 *3))) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-1521 (*1 *2 *1) (-12 (-5 *2 (-1155 (-409 *3))) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-3543 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-2717 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-2929 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-174 *3)) (-4 *3 (-308)))) (-1911 (*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308)))))
+(-13 (-38 |#1|) (-38 (-409 |#1|)) (-365) (-10 -8 (-15 -4139 ($ (-409 |#1|))) (-15 -4139 ($ |#1| (-1155 |#1|) (-1155 |#1|))) (-15 -2800 ($ |#1| (-1155 |#1|))) (-15 -4009 ((-1155 |#1|) $)) (-15 -4233 ((-1155 |#1|) $)) (-15 -3467 ((-1155 |#1|) $)) (-15 -3165 (|#1| $)) (-15 -4246 ($ $)) (-15 -3064 ((-1155 (-409 |#1|)) $)) (-15 -1521 ((-1155 (-409 |#1|)) $)) (-15 -3543 ((-1155 |#1|) $)) (-15 -2717 ((-1155 |#1|) $)) (-15 -2929 ($ $ (-566))) (-15 -1911 ($ $))))
+((-1780 (($ (-109) $) 15)) (-3250 (((-691 (-109)) (-508) $) 14)) (-1650 (((-862) $) 18)) (-3919 (((-644 (-109)) $) 8)))
+(((-175) (-13 (-613 (-862)) (-10 -8 (-15 -3919 ((-644 (-109)) $)) (-15 -1780 ($ (-109) $)) (-15 -3250 ((-691 (-109)) (-508) $))))) (T -175))
+((-3919 (*1 *2 *1) (-12 (-5 *2 (-644 (-109))) (-5 *1 (-175)))) (-1780 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-175)))) (-3250 (*1 *2 *3 *1) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-109))) (-5 *1 (-175)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -3919 ((-644 (-109)) $)) (-15 -1780 ($ (-109) $)) (-15 -3250 ((-691 (-109)) (-508) $))))
+((-3021 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 40)) (-1626 (((-943 |#1|) (-943 |#1|)) 24)) (-3129 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 36)) (-3227 (((-943 |#1|) (-943 |#1|)) 22)) (-4120 (((-943 |#1|) (-943 |#1|)) 30)) (-1869 (((-943 |#1|) (-943 |#1|)) 29)) (-1559 (((-943 |#1|) (-943 |#1|)) 28)) (-1502 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 37)) (-2670 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 35)) (-1385 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 34)) (-2377 (((-943 |#1|) (-943 |#1|)) 23)) (-3711 (((-1 (-943 |#1|) (-943 |#1|)) |#1| |#1|) 43)) (-3339 (((-943 |#1|) (-943 |#1|)) 8)) (-2978 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 39)) (-2784 (((-1 (-943 |#1|) (-943 |#1|)) |#1|) 38)))
+(((-176 |#1|) (-10 -7 (-15 -3339 ((-943 |#1|) (-943 |#1|))) (-15 -3227 ((-943 |#1|) (-943 |#1|))) (-15 -2377 ((-943 |#1|) (-943 |#1|))) (-15 -1626 ((-943 |#1|) (-943 |#1|))) (-15 -1559 ((-943 |#1|) (-943 |#1|))) (-15 -1869 ((-943 |#1|) (-943 |#1|))) (-15 -4120 ((-943 |#1|) (-943 |#1|))) (-15 -1385 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2670 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -3129 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -1502 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2784 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2978 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -3021 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -3711 ((-1 (-943 |#1|) (-943 |#1|)) |#1| |#1|))) (-13 (-365) (-1200) (-1002))) (T -176))
+((-3711 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))))) (-3021 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))))) (-2978 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))))) (-2784 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))))) (-1502 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))))) (-3129 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))))) (-2670 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))))) (-1385 (*1 *2 *3) (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))))) (-4120 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))) (-5 *1 (-176 *3)))) (-1869 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))) (-5 *1 (-176 *3)))) (-1559 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))) (-5 *1 (-176 *3)))) (-1626 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))) (-5 *1 (-176 *3)))) (-2377 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))) (-5 *1 (-176 *3)))) (-3227 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))) (-5 *1 (-176 *3)))) (-3339 (*1 *2 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002))) (-5 *1 (-176 *3)))))
+(-10 -7 (-15 -3339 ((-943 |#1|) (-943 |#1|))) (-15 -3227 ((-943 |#1|) (-943 |#1|))) (-15 -2377 ((-943 |#1|) (-943 |#1|))) (-15 -1626 ((-943 |#1|) (-943 |#1|))) (-15 -1559 ((-943 |#1|) (-943 |#1|))) (-15 -1869 ((-943 |#1|) (-943 |#1|))) (-15 -4120 ((-943 |#1|) (-943 |#1|))) (-15 -1385 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2670 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -3129 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -1502 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2784 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -2978 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -3021 ((-1 (-943 |#1|) (-943 |#1|)) |#1|)) (-15 -3711 ((-1 (-943 |#1|) (-943 |#1|)) |#1| |#1|)))
+((-2080 ((|#2| |#3|) 28)))
+(((-177 |#1| |#2| |#3|) (-10 -7 (-15 -2080 (|#2| |#3|))) (-172) (-1241 |#1|) (-724 |#1| |#2|)) (T -177))
+((-2080 (*1 *2 *3) (-12 (-4 *4 (-172)) (-4 *2 (-1241 *4)) (-5 *1 (-177 *4 *2 *3)) (-4 *3 (-724 *4 *2)))))
+(-10 -7 (-15 -2080 (|#2| |#3|)))
+((-2992 (((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)) 44 (|has| (-952 |#2|) (-886 |#1|)))))
+(((-178 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-952 |#2|) (-886 |#1|)) (-15 -2992 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))) |%noBranch|)) (-1099) (-13 (-886 |#1|) (-172)) (-166 |#2|)) (T -178))
+((-2992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *3)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *3 (-166 *6)) (-4 (-952 *6) (-886 *5)) (-4 *6 (-13 (-886 *5) (-172))) (-5 *1 (-178 *5 *6 *3)))))
+(-10 -7 (IF (|has| (-952 |#2|) (-886 |#1|)) (-15 -2992 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))) |%noBranch|))
+((-3505 (((-644 |#1|) (-644 |#1|) |#1|) 41)) (-3784 (((-644 |#1|) |#1| (-644 |#1|)) 20)) (-2527 (((-644 |#1|) (-644 (-644 |#1|)) (-644 |#1|)) 36) ((|#1| (-644 |#1|) (-644 |#1|)) 32)))
+(((-179 |#1|) (-10 -7 (-15 -3784 ((-644 |#1|) |#1| (-644 |#1|))) (-15 -2527 (|#1| (-644 |#1|) (-644 |#1|))) (-15 -2527 ((-644 |#1|) (-644 (-644 |#1|)) (-644 |#1|))) (-15 -3505 ((-644 |#1|) (-644 |#1|) |#1|))) (-308)) (T -179))
+((-3505 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *3)) (-4 *3 (-308)) (-5 *1 (-179 *3)))) (-2527 (*1 *2 *3 *2) (-12 (-5 *3 (-644 (-644 *4))) (-5 *2 (-644 *4)) (-4 *4 (-308)) (-5 *1 (-179 *4)))) (-2527 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-179 *2)) (-4 *2 (-308)))) (-3784 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-308)) (-5 *1 (-179 *3)))))
+(-10 -7 (-15 -3784 ((-644 |#1|) |#1| (-644 |#1|))) (-15 -2527 (|#1| (-644 |#1|) (-644 |#1|))) (-15 -2527 ((-644 |#1|) (-644 (-644 |#1|)) (-644 |#1|))) (-15 -3505 ((-644 |#1|) (-644 |#1|) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4240 (((-1214) $) 13)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3696 (((-1134) $) 10)) (-1650 (((-862) $) 20) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-180) (-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $)) (-15 -4240 ((-1214) $))))) (T -180))
+((-3696 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-180)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-180)))))
+(-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $)) (-15 -4240 ((-1214) $))))
+((-2233 (((-2 (|:| |start| |#2|) (|:| -2430 (-420 |#2|))) |#2|) 66)) (-3247 ((|#1| |#1|) 58)) (-3203 (((-169 |#1|) |#2|) 93)) (-2283 ((|#1| |#2|) 141) ((|#1| |#2| |#1|) 90)) (-2645 ((|#2| |#2|) 91)) (-3256 (((-420 |#2|) |#2| |#1|) 121) (((-420 |#2|) |#2| |#1| (-112)) 88)) (-1435 ((|#1| |#2|) 120)) (-2366 ((|#2| |#2|) 135)) (-3846 (((-420 |#2|) |#2|) 158) (((-420 |#2|) |#2| |#1|) 33) (((-420 |#2|) |#2| |#1| (-112)) 157)) (-2067 (((-644 (-2 (|:| -2430 (-644 |#2|)) (|:| -1300 |#1|))) |#2| |#2|) 156) (((-644 (-2 (|:| -2430 (-644 |#2|)) (|:| -1300 |#1|))) |#2| |#2| (-112)) 81)) (-1744 (((-644 (-169 |#1|)) |#2| |#1|) 42) (((-644 (-169 |#1|)) |#2|) 43)))
+(((-181 |#1| |#2|) (-10 -7 (-15 -1744 ((-644 (-169 |#1|)) |#2|)) (-15 -1744 ((-644 (-169 |#1|)) |#2| |#1|)) (-15 -2067 ((-644 (-2 (|:| -2430 (-644 |#2|)) (|:| -1300 |#1|))) |#2| |#2| (-112))) (-15 -2067 ((-644 (-2 (|:| -2430 (-644 |#2|)) (|:| -1300 |#1|))) |#2| |#2|)) (-15 -3846 ((-420 |#2|) |#2| |#1| (-112))) (-15 -3846 ((-420 |#2|) |#2| |#1|)) (-15 -3846 ((-420 |#2|) |#2|)) (-15 -2366 (|#2| |#2|)) (-15 -1435 (|#1| |#2|)) (-15 -3256 ((-420 |#2|) |#2| |#1| (-112))) (-15 -3256 ((-420 |#2|) |#2| |#1|)) (-15 -2645 (|#2| |#2|)) (-15 -2283 (|#1| |#2| |#1|)) (-15 -2283 (|#1| |#2|)) (-15 -3203 ((-169 |#1|) |#2|)) (-15 -3247 (|#1| |#1|)) (-15 -2233 ((-2 (|:| |start| |#2|) (|:| -2430 (-420 |#2|))) |#2|))) (-13 (-365) (-848)) (-1241 (-169 |#1|))) (T -181))
+((-2233 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-2 (|:| |start| *3) (|:| -2430 (-420 *3)))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))) (-3247 (*1 *2 *2) (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1241 (-169 *2))))) (-3203 (*1 *2 *3) (-12 (-5 *2 (-169 *4)) (-5 *1 (-181 *4 *3)) (-4 *4 (-13 (-365) (-848))) (-4 *3 (-1241 *2)))) (-2283 (*1 *2 *3) (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1241 (-169 *2))))) (-2283 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1241 (-169 *2))))) (-2645 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-848))) (-5 *1 (-181 *3 *2)) (-4 *2 (-1241 (-169 *3))))) (-3256 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))) (-3256 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))) (-1435 (*1 *2 *3) (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3)) (-4 *3 (-1241 (-169 *2))))) (-2366 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-848))) (-5 *1 (-181 *3 *2)) (-4 *2 (-1241 (-169 *3))))) (-3846 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))) (-3846 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))) (-3846 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3)) (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))) (-2067 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-2 (|:| -2430 (-644 *3)) (|:| -1300 *4)))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))) (-2067 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-365) (-848))) (-5 *2 (-644 (-2 (|:| -2430 (-644 *3)) (|:| -1300 *5)))) (-5 *1 (-181 *5 *3)) (-4 *3 (-1241 (-169 *5))))) (-1744 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-169 *4))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))) (-1744 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-169 *4))) (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))))
+(-10 -7 (-15 -1744 ((-644 (-169 |#1|)) |#2|)) (-15 -1744 ((-644 (-169 |#1|)) |#2| |#1|)) (-15 -2067 ((-644 (-2 (|:| -2430 (-644 |#2|)) (|:| -1300 |#1|))) |#2| |#2| (-112))) (-15 -2067 ((-644 (-2 (|:| -2430 (-644 |#2|)) (|:| -1300 |#1|))) |#2| |#2|)) (-15 -3846 ((-420 |#2|) |#2| |#1| (-112))) (-15 -3846 ((-420 |#2|) |#2| |#1|)) (-15 -3846 ((-420 |#2|) |#2|)) (-15 -2366 (|#2| |#2|)) (-15 -1435 (|#1| |#2|)) (-15 -3256 ((-420 |#2|) |#2| |#1| (-112))) (-15 -3256 ((-420 |#2|) |#2| |#1|)) (-15 -2645 (|#2| |#2|)) (-15 -2283 (|#1| |#2| |#1|)) (-15 -2283 (|#1| |#2|)) (-15 -3203 ((-169 |#1|) |#2|)) (-15 -3247 (|#1| |#1|)) (-15 -2233 ((-2 (|:| |start| |#2|) (|:| -2430 (-420 |#2|))) |#2|)))
+((-1400 (((-3 |#2| "failed") |#2|) 20)) (-2982 (((-771) |#2|) 23)) (-1627 ((|#2| |#2| |#2|) 25)))
+(((-182 |#1| |#2|) (-10 -7 (-15 -1400 ((-3 |#2| "failed") |#2|)) (-15 -2982 ((-771) |#2|)) (-15 -1627 (|#2| |#2| |#2|))) (-1215) (-674 |#1|)) (T -182))
+((-1627 (*1 *2 *2 *2) (-12 (-4 *3 (-1215)) (-5 *1 (-182 *3 *2)) (-4 *2 (-674 *3)))) (-2982 (*1 *2 *3) (-12 (-4 *4 (-1215)) (-5 *2 (-771)) (-5 *1 (-182 *4 *3)) (-4 *3 (-674 *4)))) (-1400 (*1 *2 *2) (|partial| -12 (-4 *3 (-1215)) (-5 *1 (-182 *3 *2)) (-4 *2 (-674 *3)))))
+(-10 -7 (-15 -1400 ((-3 |#2| "failed") |#2|)) (-15 -2982 ((-771) |#2|)) (-15 -1627 (|#2| |#2| |#2|)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3843 ((|#1| $) 7)) (-1650 (((-862) $) 14)) (-2657 (((-112) $ $) NIL)) (-3721 (((-644 (-1180)) $) 10)) (-2868 (((-112) $ $) 12)))
+(((-183 |#1|) (-13 (-1099) (-10 -8 (-15 -3843 (|#1| $)) (-15 -3721 ((-644 (-1180)) $)))) (-185)) (T -183))
+((-3843 (*1 *2 *1) (-12 (-5 *1 (-183 *2)) (-4 *2 (-185)))) (-3721 (*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-183 *3)) (-4 *3 (-185)))))
+(-13 (-1099) (-10 -8 (-15 -3843 (|#1| $)) (-15 -3721 ((-644 (-1180)) $))))
+((-3055 (((-644 (-865)) $) 16)) (-2740 (((-186) $) 8)) (-3288 (((-644 (-112)) $) 13)) (-1379 (((-55) $) 10)))
+(((-184 |#1|) (-10 -8 (-15 -3055 ((-644 (-865)) |#1|)) (-15 -3288 ((-644 (-112)) |#1|)) (-15 -2740 ((-186) |#1|)) (-15 -1379 ((-55) |#1|))) (-185)) (T -184))
+NIL
+(-10 -8 (-15 -3055 ((-644 (-865)) |#1|)) (-15 -3288 ((-644 (-112)) |#1|)) (-15 -2740 ((-186) |#1|)) (-15 -1379 ((-55) |#1|)))
+((-4124 (((-112) $ $) 7)) (-3055 (((-644 (-865)) $) 19)) (-3707 (((-508) $) 16)) (-3057 (((-1157) $) 10)) (-2740 (((-186) $) 21)) (-2530 (((-112) $ (-508)) 14)) (-2029 (((-1119) $) 11)) (-3288 (((-644 (-112)) $) 20)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-1379 (((-55) $) 15)) (-2868 (((-112) $ $) 6)))
(((-185) (-140)) (T -185))
-((-1691 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-186)))) (-3589 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-644 (-112))))) (-3332 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-644 (-865))))))
-(-13 (-835 (-508)) (-10 -8 (-15 -1691 ((-186) $)) (-15 -3589 ((-644 (-112)) $)) (-15 -3332 ((-644 (-865)) $))))
+((-2740 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-186)))) (-3288 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-644 (-112))))) (-3055 (*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-644 (-865))))))
+(-13 (-835 (-508)) (-10 -8 (-15 -2740 ((-186) $)) (-15 -3288 ((-644 (-112)) $)) (-15 -3055 ((-644 (-865)) $))))
(((-102) . T) ((-613 (-862)) . T) ((-835 (-508)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-7 (($) 8 T CONST)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-8 (($) 7 T CONST)) (-3152 (((-862) $) 12)) (-9 (($) 6 T CONST)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 10)))
-(((-186) (-13 (-1099) (-10 -8 (-15 -9 ($) -1623) (-15 -8 ($) -1623) (-15 -7 ($) -1623)))) (T -186))
+((-4124 (((-112) $ $) NIL)) (-7 (($) 8 T CONST)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-8 (($) 7 T CONST)) (-1650 (((-862) $) 12)) (-9 (($) 6 T CONST)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 10)))
+(((-186) (-13 (-1099) (-10 -8 (-15 -9 ($) -4388) (-15 -8 ($) -4388) (-15 -7 ($) -4388)))) (T -186))
((-9 (*1 *1) (-5 *1 (-186))) (-8 (*1 *1) (-5 *1 (-186))) (-7 (*1 *1) (-5 *1 (-186))))
-(-13 (-1099) (-10 -8 (-15 -9 ($) -1623) (-15 -8 ($) -1623) (-15 -7 ($) -1623)))
-((-2988 (((-112) $ $) NIL)) (-3332 (((-644 (-865)) $) NIL)) (-1368 (((-508) $) 8)) (-3380 (((-1157) $) NIL)) (-1691 (((-186) $) 10)) (-3335 (((-112) $ (-508)) NIL)) (-4072 (((-1119) $) NIL)) (-1718 (((-691 $) (-508)) 17)) (-3589 (((-644 (-112)) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-1752 (((-55) $) 12)) (-2914 (((-112) $ $) NIL)))
-(((-187) (-13 (-185) (-10 -8 (-15 -1718 ((-691 $) (-508)))))) (T -187))
-((-1718 (*1 *2 *3) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-187))) (-5 *1 (-187)))))
-(-13 (-185) (-10 -8 (-15 -1718 ((-691 $) (-508)))))
-((-1449 ((|#2| |#2|) 28)) (-3402 (((-112) |#2|) 19)) (-1646 (((-317 |#1|) |#2|) 12)) (-1657 (((-317 |#1|) |#2|) 14)) (-1778 ((|#2| |#2| (-1175)) 69) ((|#2| |#2|) 70)) (-2524 (((-169 (-317 |#1|)) |#2|) 10)) (-2337 ((|#2| |#2| (-1175)) 66) ((|#2| |#2|) 60)))
-(((-188 |#1| |#2|) (-10 -7 (-15 -1778 (|#2| |#2|)) (-15 -1778 (|#2| |#2| (-1175))) (-15 -2337 (|#2| |#2|)) (-15 -2337 (|#2| |#2| (-1175))) (-15 -1646 ((-317 |#1|) |#2|)) (-15 -1657 ((-317 |#1|) |#2|)) (-15 -3402 ((-112) |#2|)) (-15 -1449 (|#2| |#2|)) (-15 -2524 ((-169 (-317 |#1|)) |#2|))) (-13 (-558) (-1038 (-566))) (-13 (-27) (-1199) (-432 (-169 |#1|)))) (T -188))
-((-2524 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-169 (-317 *4))) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 (-169 *4)))))) (-1449 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 (-169 *3)))))) (-3402 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-112)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 (-169 *4)))))) (-1657 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-317 *4)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 (-169 *4)))))) (-1646 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-317 *4)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 (-169 *4)))))) (-2337 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 (-169 *4)))))) (-2337 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 (-169 *3)))))) (-1778 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 (-169 *4)))))) (-1778 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 (-169 *3)))))))
-(-10 -7 (-15 -1778 (|#2| |#2|)) (-15 -1778 (|#2| |#2| (-1175))) (-15 -2337 (|#2| |#2|)) (-15 -2337 (|#2| |#2| (-1175))) (-15 -1646 ((-317 |#1|) |#2|)) (-15 -1657 ((-317 |#1|) |#2|)) (-15 -3402 ((-112) |#2|)) (-15 -1449 (|#2| |#2|)) (-15 -2524 ((-169 (-317 |#1|)) |#2|)))
-((-1887 (((-1264 (-689 (-952 |#1|))) (-1264 (-689 |#1|))) 26)) (-3152 (((-1264 (-689 (-409 (-952 |#1|)))) (-1264 (-689 |#1|))) 37)))
-(((-189 |#1|) (-10 -7 (-15 -1887 ((-1264 (-689 (-952 |#1|))) (-1264 (-689 |#1|)))) (-15 -3152 ((-1264 (-689 (-409 (-952 |#1|)))) (-1264 (-689 |#1|))))) (-172)) (T -189))
-((-3152 (*1 *2 *3) (-12 (-5 *3 (-1264 (-689 *4))) (-4 *4 (-172)) (-5 *2 (-1264 (-689 (-409 (-952 *4))))) (-5 *1 (-189 *4)))) (-1887 (*1 *2 *3) (-12 (-5 *3 (-1264 (-689 *4))) (-4 *4 (-172)) (-5 *2 (-1264 (-689 (-952 *4)))) (-5 *1 (-189 *4)))))
-(-10 -7 (-15 -1887 ((-1264 (-689 (-952 |#1|))) (-1264 (-689 |#1|)))) (-15 -3152 ((-1264 (-689 (-409 (-952 |#1|)))) (-1264 (-689 |#1|)))))
-((-4299 (((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566)))) 89)) (-1539 (((-1177 (-409 (-566))) (-644 (-566)) (-644 (-566))) 100)) (-2603 (((-1177 (-409 (-566))) (-566)) 56)) (-3526 (((-1177 (-409 (-566))) (-566)) 75)) (-2023 (((-409 (-566)) (-1177 (-409 (-566)))) 85)) (-4164 (((-1177 (-409 (-566))) (-566)) 37)) (-4363 (((-1177 (-409 (-566))) (-566)) 68)) (-4387 (((-1177 (-409 (-566))) (-566)) 62)) (-3992 (((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566)))) 83)) (-1687 (((-1177 (-409 (-566))) (-566)) 29)) (-3488 (((-409 (-566)) (-1177 (-409 (-566))) (-1177 (-409 (-566)))) 87)) (-3586 (((-1177 (-409 (-566))) (-566)) 35)) (-2830 (((-1177 (-409 (-566))) (-644 (-566))) 96)))
-(((-190) (-10 -7 (-15 -1687 ((-1177 (-409 (-566))) (-566))) (-15 -2603 ((-1177 (-409 (-566))) (-566))) (-15 -4164 ((-1177 (-409 (-566))) (-566))) (-15 -3586 ((-1177 (-409 (-566))) (-566))) (-15 -4387 ((-1177 (-409 (-566))) (-566))) (-15 -4363 ((-1177 (-409 (-566))) (-566))) (-15 -3526 ((-1177 (-409 (-566))) (-566))) (-15 -3488 ((-409 (-566)) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -3992 ((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -2023 ((-409 (-566)) (-1177 (-409 (-566))))) (-15 -4299 ((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -2830 ((-1177 (-409 (-566))) (-644 (-566)))) (-15 -1539 ((-1177 (-409 (-566))) (-644 (-566)) (-644 (-566)))))) (T -190))
-((-1539 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))) (-2830 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))) (-4299 (*1 *2 *2 *2) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))) (-2023 (*1 *2 *3) (-12 (-5 *3 (-1177 (-409 (-566)))) (-5 *2 (-409 (-566))) (-5 *1 (-190)))) (-3992 (*1 *2 *2 *2) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))) (-3488 (*1 *2 *3 *3) (-12 (-5 *3 (-1177 (-409 (-566)))) (-5 *2 (-409 (-566))) (-5 *1 (-190)))) (-3526 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-4363 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-4387 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-3586 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-4164 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-2603 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-1687 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
-(-10 -7 (-15 -1687 ((-1177 (-409 (-566))) (-566))) (-15 -2603 ((-1177 (-409 (-566))) (-566))) (-15 -4164 ((-1177 (-409 (-566))) (-566))) (-15 -3586 ((-1177 (-409 (-566))) (-566))) (-15 -4387 ((-1177 (-409 (-566))) (-566))) (-15 -4363 ((-1177 (-409 (-566))) (-566))) (-15 -3526 ((-1177 (-409 (-566))) (-566))) (-15 -3488 ((-409 (-566)) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -3992 ((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -2023 ((-409 (-566)) (-1177 (-409 (-566))))) (-15 -4299 ((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -2830 ((-1177 (-409 (-566))) (-644 (-566)))) (-15 -1539 ((-1177 (-409 (-566))) (-644 (-566)) (-644 (-566)))))
-((-2595 (((-420 (-1171 (-566))) (-566)) 38)) (-2720 (((-644 (-1171 (-566))) (-566)) 33)) (-1394 (((-1171 (-566)) (-566)) 28)))
-(((-191) (-10 -7 (-15 -2720 ((-644 (-1171 (-566))) (-566))) (-15 -1394 ((-1171 (-566)) (-566))) (-15 -2595 ((-420 (-1171 (-566))) (-566))))) (T -191))
-((-2595 (*1 *2 *3) (-12 (-5 *2 (-420 (-1171 (-566)))) (-5 *1 (-191)) (-5 *3 (-566)))) (-1394 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-191)) (-5 *3 (-566)))) (-2720 (*1 *2 *3) (-12 (-5 *2 (-644 (-1171 (-566)))) (-5 *1 (-191)) (-5 *3 (-566)))))
-(-10 -7 (-15 -2720 ((-644 (-1171 (-566))) (-566))) (-15 -1394 ((-1171 (-566)) (-566))) (-15 -2595 ((-420 (-1171 (-566))) (-566))))
-((-2627 (((-1155 (-225)) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 132)) (-3078 (((-644 (-1157)) (-1155 (-225))) NIL)) (-2591 (((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 108)) (-3208 (((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225)))) NIL)) (-2235 (((-644 (-1157)) (-644 (-225))) NIL)) (-2533 (((-225) (-1093 (-843 (-225)))) 31)) (-2887 (((-225) (-1093 (-843 (-225)))) 32)) (-4345 (((-381) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 126)) (-2103 (((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 68)) (-3390 (((-1157) (-225)) NIL)) (-2009 (((-1157) (-644 (-1157))) 27)) (-4330 (((-1035) (-1175) (-1175) (-1035)) 13)))
-(((-192) (-10 -7 (-15 -2591 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2103 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2533 ((-225) (-1093 (-843 (-225))))) (-15 -2887 ((-225) (-1093 (-843 (-225))))) (-15 -4345 ((-381) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3208 ((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225))))) (-15 -2627 ((-1155 (-225)) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3390 ((-1157) (-225))) (-15 -2235 ((-644 (-1157)) (-644 (-225)))) (-15 -3078 ((-644 (-1157)) (-1155 (-225)))) (-15 -2009 ((-1157) (-644 (-1157)))) (-15 -4330 ((-1035) (-1175) (-1175) (-1035))))) (T -192))
-((-4330 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1035)) (-5 *3 (-1175)) (-5 *1 (-192)))) (-2009 (*1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-192)))) (-3078 (*1 *2 *3) (-12 (-5 *3 (-1155 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-192)))) (-2235 (*1 *2 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-192)))) (-3390 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-192)))) (-2627 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-192)))) (-3208 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-1175)) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-192)))) (-4345 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-192)))) (-2887 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-192)))) (-2533 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-192)))) (-2103 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (-5 *1 (-192)))) (-2591 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))) (-5 *1 (-192)))))
-(-10 -7 (-15 -2591 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2103 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2533 ((-225) (-1093 (-843 (-225))))) (-15 -2887 ((-225) (-1093 (-843 (-225))))) (-15 -4345 ((-381) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3208 ((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225))))) (-15 -2627 ((-1155 (-225)) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3390 ((-1157) (-225))) (-15 -2235 ((-644 (-1157)) (-644 (-225)))) (-15 -3078 ((-644 (-1157)) (-1155 (-225)))) (-15 -2009 ((-1157) (-644 (-1157)))) (-15 -4330 ((-1035) (-1175) (-1175) (-1035))))
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 61) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 33) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+(-13 (-1099) (-10 -8 (-15 -9 ($) -4388) (-15 -8 ($) -4388) (-15 -7 ($) -4388)))
+((-4124 (((-112) $ $) NIL)) (-3055 (((-644 (-865)) $) NIL)) (-3707 (((-508) $) 8)) (-3057 (((-1157) $) NIL)) (-2740 (((-186) $) 10)) (-2530 (((-112) $ (-508)) NIL)) (-2029 (((-1119) $) NIL)) (-2188 (((-691 $) (-508)) 17)) (-3288 (((-644 (-112)) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-1379 (((-55) $) 12)) (-2868 (((-112) $ $) NIL)))
+(((-187) (-13 (-185) (-10 -8 (-15 -2188 ((-691 $) (-508)))))) (T -187))
+((-2188 (*1 *2 *3) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-187))) (-5 *1 (-187)))))
+(-13 (-185) (-10 -8 (-15 -2188 ((-691 $) (-508)))))
+((-1471 ((|#2| |#2|) 28)) (-2015 (((-112) |#2|) 19)) (-3865 (((-317 |#1|) |#2|) 12)) (-3875 (((-317 |#1|) |#2|) 14)) (-1577 ((|#2| |#2| (-1175)) 69) ((|#2| |#2|) 70)) (-3495 (((-169 (-317 |#1|)) |#2|) 10)) (-2242 ((|#2| |#2| (-1175)) 66) ((|#2| |#2|) 60)))
+(((-188 |#1| |#2|) (-10 -7 (-15 -1577 (|#2| |#2|)) (-15 -1577 (|#2| |#2| (-1175))) (-15 -2242 (|#2| |#2|)) (-15 -2242 (|#2| |#2| (-1175))) (-15 -3865 ((-317 |#1|) |#2|)) (-15 -3875 ((-317 |#1|) |#2|)) (-15 -2015 ((-112) |#2|)) (-15 -1471 (|#2| |#2|)) (-15 -3495 ((-169 (-317 |#1|)) |#2|))) (-13 (-558) (-1038 (-566))) (-13 (-27) (-1200) (-432 (-169 |#1|)))) (T -188))
+((-3495 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-169 (-317 *4))) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 (-169 *4)))))) (-1471 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 (-169 *3)))))) (-2015 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-112)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 (-169 *4)))))) (-3875 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-317 *4)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 (-169 *4)))))) (-3865 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-317 *4)) (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 (-169 *4)))))) (-2242 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 (-169 *4)))))) (-2242 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 (-169 *3)))))) (-1577 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 (-169 *4)))))) (-1577 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 (-169 *3)))))))
+(-10 -7 (-15 -1577 (|#2| |#2|)) (-15 -1577 (|#2| |#2| (-1175))) (-15 -2242 (|#2| |#2|)) (-15 -2242 (|#2| |#2| (-1175))) (-15 -3865 ((-317 |#1|) |#2|)) (-15 -3875 ((-317 |#1|) |#2|)) (-15 -2015 ((-112) |#2|)) (-15 -1471 (|#2| |#2|)) (-15 -3495 ((-169 (-317 |#1|)) |#2|)))
+((-3297 (((-1265 (-689 (-952 |#1|))) (-1265 (-689 |#1|))) 26)) (-1650 (((-1265 (-689 (-409 (-952 |#1|)))) (-1265 (-689 |#1|))) 37)))
+(((-189 |#1|) (-10 -7 (-15 -3297 ((-1265 (-689 (-952 |#1|))) (-1265 (-689 |#1|)))) (-15 -1650 ((-1265 (-689 (-409 (-952 |#1|)))) (-1265 (-689 |#1|))))) (-172)) (T -189))
+((-1650 (*1 *2 *3) (-12 (-5 *3 (-1265 (-689 *4))) (-4 *4 (-172)) (-5 *2 (-1265 (-689 (-409 (-952 *4))))) (-5 *1 (-189 *4)))) (-3297 (*1 *2 *3) (-12 (-5 *3 (-1265 (-689 *4))) (-4 *4 (-172)) (-5 *2 (-1265 (-689 (-952 *4)))) (-5 *1 (-189 *4)))))
+(-10 -7 (-15 -3297 ((-1265 (-689 (-952 |#1|))) (-1265 (-689 |#1|)))) (-15 -1650 ((-1265 (-689 (-409 (-952 |#1|)))) (-1265 (-689 |#1|)))))
+((-3786 (((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566)))) 89)) (-4217 (((-1177 (-409 (-566))) (-644 (-566)) (-644 (-566))) 100)) (-3018 (((-1177 (-409 (-566))) (-566)) 56)) (-3925 (((-1177 (-409 (-566))) (-566)) 75)) (-1838 (((-409 (-566)) (-1177 (-409 (-566)))) 85)) (-1740 (((-1177 (-409 (-566))) (-566)) 37)) (-3127 (((-1177 (-409 (-566))) (-566)) 68)) (-2121 (((-1177 (-409 (-566))) (-566)) 62)) (-3810 (((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566)))) 83)) (-1911 (((-1177 (-409 (-566))) (-566)) 29)) (-1661 (((-409 (-566)) (-1177 (-409 (-566))) (-1177 (-409 (-566)))) 87)) (-3258 (((-1177 (-409 (-566))) (-566)) 35)) (-3366 (((-1177 (-409 (-566))) (-644 (-566))) 96)))
+(((-190) (-10 -7 (-15 -1911 ((-1177 (-409 (-566))) (-566))) (-15 -3018 ((-1177 (-409 (-566))) (-566))) (-15 -1740 ((-1177 (-409 (-566))) (-566))) (-15 -3258 ((-1177 (-409 (-566))) (-566))) (-15 -2121 ((-1177 (-409 (-566))) (-566))) (-15 -3127 ((-1177 (-409 (-566))) (-566))) (-15 -3925 ((-1177 (-409 (-566))) (-566))) (-15 -1661 ((-409 (-566)) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -3810 ((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -1838 ((-409 (-566)) (-1177 (-409 (-566))))) (-15 -3786 ((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -3366 ((-1177 (-409 (-566))) (-644 (-566)))) (-15 -4217 ((-1177 (-409 (-566))) (-644 (-566)) (-644 (-566)))))) (T -190))
+((-4217 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))) (-3366 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))) (-3786 (*1 *2 *2 *2) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))) (-1838 (*1 *2 *3) (-12 (-5 *3 (-1177 (-409 (-566)))) (-5 *2 (-409 (-566))) (-5 *1 (-190)))) (-3810 (*1 *2 *2 *2) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))) (-1661 (*1 *2 *3 *3) (-12 (-5 *3 (-1177 (-409 (-566)))) (-5 *2 (-409 (-566))) (-5 *1 (-190)))) (-3925 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-3127 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-2121 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-3258 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-1740 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-3018 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))) (-1911 (*1 *2 *3) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
+(-10 -7 (-15 -1911 ((-1177 (-409 (-566))) (-566))) (-15 -3018 ((-1177 (-409 (-566))) (-566))) (-15 -1740 ((-1177 (-409 (-566))) (-566))) (-15 -3258 ((-1177 (-409 (-566))) (-566))) (-15 -2121 ((-1177 (-409 (-566))) (-566))) (-15 -3127 ((-1177 (-409 (-566))) (-566))) (-15 -3925 ((-1177 (-409 (-566))) (-566))) (-15 -1661 ((-409 (-566)) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -3810 ((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -1838 ((-409 (-566)) (-1177 (-409 (-566))))) (-15 -3786 ((-1177 (-409 (-566))) (-1177 (-409 (-566))) (-1177 (-409 (-566))))) (-15 -3366 ((-1177 (-409 (-566))) (-644 (-566)))) (-15 -4217 ((-1177 (-409 (-566))) (-644 (-566)) (-644 (-566)))))
+((-2936 (((-420 (-1171 (-566))) (-566)) 38)) (-1696 (((-644 (-1171 (-566))) (-566)) 33)) (-1988 (((-1171 (-566)) (-566)) 28)))
+(((-191) (-10 -7 (-15 -1696 ((-644 (-1171 (-566))) (-566))) (-15 -1988 ((-1171 (-566)) (-566))) (-15 -2936 ((-420 (-1171 (-566))) (-566))))) (T -191))
+((-2936 (*1 *2 *3) (-12 (-5 *2 (-420 (-1171 (-566)))) (-5 *1 (-191)) (-5 *3 (-566)))) (-1988 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-191)) (-5 *3 (-566)))) (-1696 (*1 *2 *3) (-12 (-5 *2 (-644 (-1171 (-566)))) (-5 *1 (-191)) (-5 *3 (-566)))))
+(-10 -7 (-15 -1696 ((-644 (-1171 (-566))) (-566))) (-15 -1988 ((-1171 (-566)) (-566))) (-15 -2936 ((-420 (-1171 (-566))) (-566))))
+((-2032 (((-1155 (-225)) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 132)) (-3017 (((-644 (-1157)) (-1155 (-225))) NIL)) (-2886 (((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 108)) (-3825 (((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225)))) NIL)) (-3755 (((-644 (-1157)) (-644 (-225))) NIL)) (-3596 (((-225) (-1093 (-843 (-225)))) 31)) (-2550 (((-225) (-1093 (-843 (-225)))) 32)) (-2973 (((-381) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 126)) (-1781 (((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 68)) (-1910 (((-1157) (-225)) NIL)) (-2095 (((-1157) (-644 (-1157))) 27)) (-2801 (((-1035) (-1175) (-1175) (-1035)) 13)))
+(((-192) (-10 -7 (-15 -2886 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1781 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3596 ((-225) (-1093 (-843 (-225))))) (-15 -2550 ((-225) (-1093 (-843 (-225))))) (-15 -2973 ((-381) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3825 ((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225))))) (-15 -2032 ((-1155 (-225)) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1910 ((-1157) (-225))) (-15 -3755 ((-644 (-1157)) (-644 (-225)))) (-15 -3017 ((-644 (-1157)) (-1155 (-225)))) (-15 -2095 ((-1157) (-644 (-1157)))) (-15 -2801 ((-1035) (-1175) (-1175) (-1035))))) (T -192))
+((-2801 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1035)) (-5 *3 (-1175)) (-5 *1 (-192)))) (-2095 (*1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-192)))) (-3017 (*1 *2 *3) (-12 (-5 *3 (-1155 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-192)))) (-3755 (*1 *2 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-192)))) (-1910 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-192)))) (-2032 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-192)))) (-3825 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-1175)) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-192)))) (-2973 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-192)))) (-2550 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-192)))) (-3596 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-192)))) (-1781 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (-5 *1 (-192)))) (-2886 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))) (-5 *1 (-192)))))
+(-10 -7 (-15 -2886 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1781 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3596 ((-225) (-1093 (-843 (-225))))) (-15 -2550 ((-225) (-1093 (-843 (-225))))) (-15 -2973 ((-381) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3825 ((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225))))) (-15 -2032 ((-1155 (-225)) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1910 ((-1157) (-225))) (-15 -3755 ((-644 (-1157)) (-644 (-225)))) (-15 -3017 ((-644 (-1157)) (-1155 (-225)))) (-15 -2095 ((-1157) (-644 (-1157)))) (-15 -2801 ((-1035) (-1175) (-1175) (-1035))))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 61) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 33) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-193) (-787)) (T -193))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 66) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 44) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 66) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 44) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-194) (-787)) (T -194))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 81) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 46) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 81) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 46) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-195) (-787)) (T -195))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 63) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 36) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 63) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 36) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-196) (-787)) (T -196))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 75) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 40) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 75) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 40) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-197) (-787)) (T -197))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 90) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 49) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 90) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 49) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-198) (-787)) (T -198))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 90) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 51) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 90) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 51) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-199) (-787)) (T -199))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 77) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 42) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 77) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 42) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-200) (-787)) (T -200))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 78)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 38)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 78)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 38)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-201) (-787)) (T -201))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 79)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 44)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 79)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 44)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-202) (-787)) (T -202))
NIL
(-787)
-((-2988 (((-112) $ $) NIL)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 105) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 86) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 105) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 86) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-203) (-787)) (T -203))
NIL
(-787)
-((-3669 (((-3 (-2 (|:| -1707 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 110)) (-2055 (((-566) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 60)) (-4188 (((-3 (-644 (-225)) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 91)))
-(((-204) (-10 -7 (-15 -3669 ((-3 (-2 (|:| -1707 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4188 ((-3 (-644 (-225)) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2055 ((-566) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -204))
-((-2055 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-566)) (-5 *1 (-204)))) (-4188 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-204)))) (-3669 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -1707 (-114)) (|:| |w| (-225)))) (-5 *1 (-204)))))
-(-10 -7 (-15 -3669 ((-3 (-2 (|:| -1707 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4188 ((-3 (-644 (-225)) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2055 ((-566) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
-((-2782 (((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 49)) (-1636 (((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 160)) (-2848 (((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-689 (-317 (-225)))) 112)) (-3923 (((-381) (-689 (-317 (-225)))) 140)) (-2757 (((-689 (-317 (-225))) (-1264 (-317 (-225))) (-644 (-1175))) 136)) (-1712 (((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 37)) (-3577 (((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 53)) (-2023 (((-689 (-317 (-225))) (-689 (-317 (-225))) (-644 (-1175)) (-1264 (-317 (-225)))) 125)) (-3215 (((-381) (-381) (-644 (-381))) 133) (((-381) (-381) (-381)) 128)) (-1832 (((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 45)))
-(((-205) (-10 -7 (-15 -3215 ((-381) (-381) (-381))) (-15 -3215 ((-381) (-381) (-644 (-381)))) (-15 -3923 ((-381) (-689 (-317 (-225))))) (-15 -2757 ((-689 (-317 (-225))) (-1264 (-317 (-225))) (-644 (-1175)))) (-15 -2023 ((-689 (-317 (-225))) (-689 (-317 (-225))) (-644 (-1175)) (-1264 (-317 (-225))))) (-15 -2848 ((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-689 (-317 (-225))))) (-15 -1636 ((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2782 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3577 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1832 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1712 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -205))
-((-1712 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-1832 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-3577 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-2782 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-1636 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381)))) (-5 *1 (-205)))) (-2848 (*1 *2 *3) (-12 (-5 *3 (-689 (-317 (-225)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381)))) (-5 *1 (-205)))) (-2023 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-689 (-317 (-225)))) (-5 *3 (-644 (-1175))) (-5 *4 (-1264 (-317 (-225)))) (-5 *1 (-205)))) (-2757 (*1 *2 *3 *4) (-12 (-5 *3 (-1264 (-317 (-225)))) (-5 *4 (-644 (-1175))) (-5 *2 (-689 (-317 (-225)))) (-5 *1 (-205)))) (-3923 (*1 *2 *3) (-12 (-5 *3 (-689 (-317 (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-3215 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-381))) (-5 *2 (-381)) (-5 *1 (-205)))) (-3215 (*1 *2 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-205)))))
-(-10 -7 (-15 -3215 ((-381) (-381) (-381))) (-15 -3215 ((-381) (-381) (-644 (-381)))) (-15 -3923 ((-381) (-689 (-317 (-225))))) (-15 -2757 ((-689 (-317 (-225))) (-1264 (-317 (-225))) (-644 (-1175)))) (-15 -2023 ((-689 (-317 (-225))) (-689 (-317 (-225))) (-644 (-1175)) (-1264 (-317 (-225))))) (-15 -2848 ((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-689 (-317 (-225))))) (-15 -1636 ((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2782 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3577 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1832 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1712 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
-((-2988 (((-112) $ $) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 43)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4293 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 75)) (-2914 (((-112) $ $) NIL)))
+((-2708 (((-3 (-2 (|:| -2753 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 110)) (-1346 (((-566) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 60)) (-1957 (((-3 (-644 (-225)) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 91)))
+(((-204) (-10 -7 (-15 -2708 ((-3 (-2 (|:| -2753 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1957 ((-3 (-644 (-225)) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1346 ((-566) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -204))
+((-1346 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-566)) (-5 *1 (-204)))) (-1957 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-204)))) (-2708 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2753 (-114)) (|:| |w| (-225)))) (-5 *1 (-204)))))
+(-10 -7 (-15 -2708 ((-3 (-2 (|:| -2753 (-114)) (|:| |w| (-225))) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1957 ((-3 (-644 (-225)) "failed") (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1346 ((-566) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+((-4176 (((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 49)) (-2586 (((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 160)) (-3534 (((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-689 (-317 (-225)))) 112)) (-1340 (((-381) (-689 (-317 (-225)))) 140)) (-3941 (((-689 (-317 (-225))) (-1265 (-317 (-225))) (-644 (-1175))) 136)) (-2122 (((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 37)) (-1333 (((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 53)) (-1838 (((-689 (-317 (-225))) (-689 (-317 (-225))) (-644 (-1175)) (-1265 (-317 (-225)))) 125)) (-3886 (((-381) (-381) (-644 (-381))) 133) (((-381) (-381) (-381)) 128)) (-4019 (((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 45)))
+(((-205) (-10 -7 (-15 -3886 ((-381) (-381) (-381))) (-15 -3886 ((-381) (-381) (-644 (-381)))) (-15 -1340 ((-381) (-689 (-317 (-225))))) (-15 -3941 ((-689 (-317 (-225))) (-1265 (-317 (-225))) (-644 (-1175)))) (-15 -1838 ((-689 (-317 (-225))) (-689 (-317 (-225))) (-644 (-1175)) (-1265 (-317 (-225))))) (-15 -3534 ((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-689 (-317 (-225))))) (-15 -2586 ((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4176 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1333 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4019 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2122 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -205))
+((-2122 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-4019 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-1333 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-4176 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-2586 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381)))) (-5 *1 (-205)))) (-3534 (*1 *2 *3) (-12 (-5 *3 (-689 (-317 (-225)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381)))) (-5 *1 (-205)))) (-1838 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-689 (-317 (-225)))) (-5 *3 (-644 (-1175))) (-5 *4 (-1265 (-317 (-225)))) (-5 *1 (-205)))) (-3941 (*1 *2 *3 *4) (-12 (-5 *3 (-1265 (-317 (-225)))) (-5 *4 (-644 (-1175))) (-5 *2 (-689 (-317 (-225)))) (-5 *1 (-205)))) (-1340 (*1 *2 *3) (-12 (-5 *3 (-689 (-317 (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))) (-3886 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-381))) (-5 *2 (-381)) (-5 *1 (-205)))) (-3886 (*1 *2 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-205)))))
+(-10 -7 (-15 -3886 ((-381) (-381) (-381))) (-15 -3886 ((-381) (-381) (-644 (-381)))) (-15 -1340 ((-381) (-689 (-317 (-225))))) (-15 -3941 ((-689 (-317 (-225))) (-1265 (-317 (-225))) (-644 (-1175)))) (-15 -1838 ((-689 (-317 (-225))) (-689 (-317 (-225))) (-644 (-1175)) (-1265 (-317 (-225))))) (-15 -3534 ((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-689 (-317 (-225))))) (-15 -2586 ((-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4176 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1333 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4019 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -2122 ((-381) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+((-4124 (((-112) $ $) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 43)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3718 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 75)) (-2868 (((-112) $ $) NIL)))
(((-206) (-800)) (T -206))
NIL
(-800)
-((-2988 (((-112) $ $) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 43)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4293 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 73)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 43)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3718 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 73)) (-2868 (((-112) $ $) NIL)))
(((-207) (-800)) (T -207))
NIL
(-800)
-((-2988 (((-112) $ $) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 40)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4293 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 76)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 40)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3718 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 76)) (-2868 (((-112) $ $) NIL)))
(((-208) (-800)) (T -208))
NIL
(-800)
-((-2988 (((-112) $ $) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 48)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4293 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 88)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 48)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3718 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 88)) (-2868 (((-112) $ $) NIL)))
(((-209) (-800)) (T -209))
NIL
(-800)
-((-4111 (((-644 (-1175)) (-1175) (-771)) 26)) (-3090 (((-317 (-225)) (-317 (-225))) 35)) (-2209 (((-112) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 87)) (-2516 (((-112) (-225) (-225) (-644 (-317 (-225)))) 47)))
-(((-210) (-10 -7 (-15 -4111 ((-644 (-1175)) (-1175) (-771))) (-15 -3090 ((-317 (-225)) (-317 (-225)))) (-15 -2516 ((-112) (-225) (-225) (-644 (-317 (-225))))) (-15 -2209 ((-112) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))))) (T -210))
-((-2209 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *2 (-112)) (-5 *1 (-210)))) (-2516 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-644 (-317 (-225)))) (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-210)))) (-3090 (*1 *2 *2) (-12 (-5 *2 (-317 (-225))) (-5 *1 (-210)))) (-4111 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-5 *2 (-644 (-1175))) (-5 *1 (-210)) (-5 *3 (-1175)))))
-(-10 -7 (-15 -4111 ((-644 (-1175)) (-1175) (-771))) (-15 -3090 ((-317 (-225)) (-317 (-225)))) (-15 -2516 ((-112) (-225) (-225) (-644 (-317 (-225))))) (-15 -2209 ((-112) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))))
-((-2988 (((-112) $ $) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 28)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4241 (((-1035) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 70)) (-2914 (((-112) $ $) NIL)))
+((-1327 (((-644 (-1175)) (-1175) (-771)) 26)) (-1915 (((-317 (-225)) (-317 (-225))) 35)) (-3472 (((-112) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 87)) (-3392 (((-112) (-225) (-225) (-644 (-317 (-225)))) 47)))
+(((-210) (-10 -7 (-15 -1327 ((-644 (-1175)) (-1175) (-771))) (-15 -1915 ((-317 (-225)) (-317 (-225)))) (-15 -3392 ((-112) (-225) (-225) (-644 (-317 (-225))))) (-15 -3472 ((-112) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))))) (T -210))
+((-3472 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *2 (-112)) (-5 *1 (-210)))) (-3392 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-644 (-317 (-225)))) (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-210)))) (-1915 (*1 *2 *2) (-12 (-5 *2 (-317 (-225))) (-5 *1 (-210)))) (-1327 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-5 *2 (-644 (-1175))) (-5 *1 (-210)) (-5 *3 (-1175)))))
+(-10 -7 (-15 -1327 ((-644 (-1175)) (-1175) (-771))) (-15 -1915 ((-317 (-225)) (-317 (-225)))) (-15 -3392 ((-112) (-225) (-225) (-644 (-317 (-225))))) (-15 -3472 ((-112) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))))
+((-4124 (((-112) $ $) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 28)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-1336 (((-1035) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 70)) (-2868 (((-112) $ $) NIL)))
(((-211) (-895)) (T -211))
NIL
(-895)
-((-2988 (((-112) $ $) NIL)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 24)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4241 (((-1035) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 24)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-1336 (((-1035) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) NIL)) (-2868 (((-112) $ $) NIL)))
(((-212) (-895)) (T -212))
NIL
(-895)
-((-2988 (((-112) $ $) NIL)) (-3843 ((|#2| $ (-771) |#2|) 11)) (-3829 ((|#2| $ (-771)) 10)) (-1860 (($) 8)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 26)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 13)))
-(((-213 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -1860 ($)) (-15 -3829 (|#2| $ (-771))) (-15 -3843 (|#2| $ (-771) |#2|)))) (-921) (-1099)) (T -213))
-((-1860 (*1 *1) (-12 (-5 *1 (-213 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1099)))) (-3829 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *2 (-1099)) (-5 *1 (-213 *4 *2)) (-14 *4 (-921)))) (-3843 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-213 *4 *2)) (-14 *4 (-921)) (-4 *2 (-1099)))))
-(-13 (-1099) (-10 -8 (-15 -1860 ($)) (-15 -3829 (|#2| $ (-771))) (-15 -3843 (|#2| $ (-771) |#2|))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1597 (((-1269) $) 37) (((-1269) $ (-921) (-921)) 44)) (-1309 (($ $ (-989)) 19) (((-245 (-1157)) $ (-1175)) 15)) (-1710 (((-1269) $) 35)) (-3152 (((-862) $) 32) (($ (-644 |#1|)) 8)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $ $) 27)) (-3002 (($ $ $) 22)))
-(((-214 |#1|) (-13 (-1099) (-616 (-644 |#1|)) (-10 -8 (-15 -1309 ($ $ (-989))) (-15 -1309 ((-245 (-1157)) $ (-1175))) (-15 -3002 ($ $ $)) (-15 -3012 ($ $ $)) (-15 -1710 ((-1269) $)) (-15 -1597 ((-1269) $)) (-15 -1597 ((-1269) $ (-921) (-921))))) (-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 ((-1269) $)) (-15 -1597 ((-1269) $))))) (T -214))
-((-1309 (*1 *1 *1 *2) (-12 (-5 *2 (-989)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 ((-1269) $)) (-15 -1597 ((-1269) $))))))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-245 (-1157))) (-5 *1 (-214 *4)) (-4 *4 (-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ *3)) (-15 -1710 ((-1269) $)) (-15 -1597 ((-1269) $))))))) (-3002 (*1 *1 *1 *1) (-12 (-5 *1 (-214 *2)) (-4 *2 (-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 ((-1269) $)) (-15 -1597 ((-1269) $))))))) (-3012 (*1 *1 *1 *1) (-12 (-5 *1 (-214 *2)) (-4 *2 (-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 ((-1269) $)) (-15 -1597 ((-1269) $))))))) (-1710 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 (*2 $)) (-15 -1597 (*2 $))))))) (-1597 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 (*2 $)) (-15 -1597 (*2 $))))))) (-1597 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1269)) (-5 *1 (-214 *4)) (-4 *4 (-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 (*2 $)) (-15 -1597 (*2 $))))))))
-(-13 (-1099) (-616 (-644 |#1|)) (-10 -8 (-15 -1309 ($ $ (-989))) (-15 -1309 ((-245 (-1157)) $ (-1175))) (-15 -3002 ($ $ $)) (-15 -3012 ($ $ $)) (-15 -1710 ((-1269) $)) (-15 -1597 ((-1269) $)) (-15 -1597 ((-1269) $ (-921) (-921)))))
-((-3494 ((|#2| |#4| (-1 |#2| |#2|)) 49)))
-(((-215 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3494 (|#2| |#4| (-1 |#2| |#2|)))) (-365) (-1240 |#1|) (-1240 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -215))
-((-3494 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-365)) (-4 *6 (-1240 (-409 *2))) (-4 *2 (-1240 *5)) (-5 *1 (-215 *5 *2 *6 *3)) (-4 *3 (-344 *5 *2 *6)))))
-(-10 -7 (-15 -3494 (|#2| |#4| (-1 |#2| |#2|))))
-((-3091 ((|#2| |#2| (-771) |#2|) 58)) (-4027 ((|#2| |#2| (-771) |#2|) 54)) (-3957 (((-644 |#2|) (-644 (-2 (|:| |deg| (-771)) (|:| -3527 |#2|)))) 82)) (-3378 (((-644 (-2 (|:| |deg| (-771)) (|:| -3527 |#2|))) |#2|) 76)) (-3228 (((-112) |#2|) 74)) (-2208 (((-420 |#2|) |#2|) 96)) (-1624 (((-420 |#2|) |#2|) 95)) (-3067 ((|#2| |#2| (-771) |#2|) 52)) (-2864 (((-2 (|:| |cont| |#1|) (|:| -1616 (-644 (-2 (|:| |irr| |#2|) (|:| -4125 (-566)))))) |#2| (-112)) 88)))
-(((-216 |#1| |#2|) (-10 -7 (-15 -1624 ((-420 |#2|) |#2|)) (-15 -2208 ((-420 |#2|) |#2|)) (-15 -2864 ((-2 (|:| |cont| |#1|) (|:| -1616 (-644 (-2 (|:| |irr| |#2|) (|:| -4125 (-566)))))) |#2| (-112))) (-15 -3378 ((-644 (-2 (|:| |deg| (-771)) (|:| -3527 |#2|))) |#2|)) (-15 -3957 ((-644 |#2|) (-644 (-2 (|:| |deg| (-771)) (|:| -3527 |#2|))))) (-15 -3067 (|#2| |#2| (-771) |#2|)) (-15 -4027 (|#2| |#2| (-771) |#2|)) (-15 -3091 (|#2| |#2| (-771) |#2|)) (-15 -3228 ((-112) |#2|))) (-351) (-1240 |#1|)) (T -216))
-((-3228 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1240 *4)))) (-3091 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1240 *4)))) (-4027 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1240 *4)))) (-3067 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1240 *4)))) (-3957 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| |deg| (-771)) (|:| -3527 *5)))) (-4 *5 (-1240 *4)) (-4 *4 (-351)) (-5 *2 (-644 *5)) (-5 *1 (-216 *4 *5)))) (-3378 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-644 (-2 (|:| |deg| (-771)) (|:| -3527 *3)))) (-5 *1 (-216 *4 *3)) (-4 *3 (-1240 *4)))) (-2864 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-351)) (-5 *2 (-2 (|:| |cont| *5) (|:| -1616 (-644 (-2 (|:| |irr| *3) (|:| -4125 (-566))))))) (-5 *1 (-216 *5 *3)) (-4 *3 (-1240 *5)))) (-2208 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1240 *4)))) (-1624 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -1624 ((-420 |#2|) |#2|)) (-15 -2208 ((-420 |#2|) |#2|)) (-15 -2864 ((-2 (|:| |cont| |#1|) (|:| -1616 (-644 (-2 (|:| |irr| |#2|) (|:| -4125 (-566)))))) |#2| (-112))) (-15 -3378 ((-644 (-2 (|:| |deg| (-771)) (|:| -3527 |#2|))) |#2|)) (-15 -3957 ((-644 |#2|) (-644 (-2 (|:| |deg| (-771)) (|:| -3527 |#2|))))) (-15 -3067 (|#2| |#2| (-771) |#2|)) (-15 -4027 (|#2| |#2| (-771) |#2|)) (-15 -3091 (|#2| |#2| (-771) |#2|)) (-15 -3228 ((-112) |#2|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 (((-566) $) NIL (|has| (-566) (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL (|has| (-566) (-820)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-566) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-566) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-566) (-1038 (-566))))) (-4158 (((-566) $) NIL) (((-1175) $) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-566) (-1038 (-566)))) (((-566) $) NIL (|has| (-566) (-1038 (-566))))) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-566) (-547)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2528 (((-112) $) NIL (|has| (-566) (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-566) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-566) (-886 (-381))))) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL)) (-2248 (((-566) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| (-566) (-1150)))) (-3233 (((-112) $) NIL (|has| (-566) (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| (-566) (-850)))) (-2319 (($ (-1 (-566) (-566)) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-566) (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL (|has| (-566) (-308))) (((-409 (-566)) $) NIL)) (-3143 (((-566) $) NIL (|has| (-566) (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2023 (($ $ (-644 (-566)) (-644 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-566) (-566)) NIL (|has| (-566) (-310 (-566)))) (($ $ (-295 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-295 (-566)))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-1175)) (-644 (-566))) NIL (|has| (-566) (-516 (-1175) (-566)))) (($ $ (-1175) (-566)) NIL (|has| (-566) (-516 (-1175) (-566))))) (-4357 (((-771) $) NIL)) (-1309 (($ $ (-566)) NIL (|has| (-566) (-287 (-566) (-566))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-1452 (($ $) NIL)) (-2260 (((-566) $) NIL)) (-1359 (($ (-409 (-566))) 9)) (-2376 (((-892 (-566)) $) NIL (|has| (-566) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-566) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-566) (-614 (-538)))) (((-381) $) NIL (|has| (-566) (-1022))) (((-225) $) NIL (|has| (-566) (-1022)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-566) (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 8) (($ (-566)) NIL) (($ (-1175)) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL) (((-1004 10) $) 10)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| (-566) (-909))) (|has| (-566) (-145))))) (-2593 (((-771)) NIL T CONST)) (-3913 (((-566) $) NIL (|has| (-566) (-547)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-1358 (($ $) NIL (|has| (-566) (-820)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-2968 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2935 (((-112) $ $) NIL (|has| (-566) (-850)))) (-3025 (($ $ $) NIL) (($ (-566) (-566)) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-566) $) NIL) (($ $ (-566)) NIL)))
-(((-217) (-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 10)) (-10 -8 (-15 -2487 ((-409 (-566)) $)) (-15 -1359 ($ (-409 (-566))))))) (T -217))
-((-2487 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-217)))) (-1359 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-217)))))
-(-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 10)) (-10 -8 (-15 -2487 ((-409 (-566)) $)) (-15 -1359 ($ (-409 (-566))))))
-((-2988 (((-112) $ $) NIL)) (-2831 (((-1117) $) 13)) (-3380 (((-1157) $) NIL)) (-2842 (((-485) $) 10)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 23) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-1134) $) 15)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-218) (-13 (-1082) (-10 -8 (-15 -2842 ((-485) $)) (-15 -2831 ((-1117) $)) (-15 -1377 ((-1134) $))))) (T -218))
-((-2842 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-218)))) (-2831 (*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-218)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-218)))))
-(-13 (-1082) (-10 -8 (-15 -2842 ((-485) $)) (-15 -2831 ((-1117) $)) (-15 -1377 ((-1134) $))))
-((-3313 (((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)) (-1157)) 29) (((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|))) 25)) (-1629 (((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1175) (-843 |#2|) (-843 |#2|) (-112)) 17)))
-(((-219 |#1| |#2|) (-10 -7 (-15 -3313 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)))) (-15 -3313 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)) (-1157))) (-15 -1629 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1175) (-843 |#2|) (-843 |#2|) (-112)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1199) (-959) (-29 |#1|))) (T -219))
-((-1629 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1175)) (-5 *6 (-112)) (-4 *7 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-4 *3 (-13 (-1199) (-959) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *7 *3)) (-5 *5 (-843 *3)))) (-3313 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091 (-843 *3))) (-5 *5 (-1157)) (-4 *3 (-13 (-1199) (-959) (-29 *6))) (-4 *6 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *6 *3)))) (-3313 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-843 *3))) (-4 *3 (-13 (-1199) (-959) (-29 *5))) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *5 *3)))))
-(-10 -7 (-15 -3313 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)))) (-15 -3313 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)) (-1157))) (-15 -1629 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1175) (-843 |#2|) (-843 |#2|) (-112))))
-((-3313 (((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))) (-1157)) 49) (((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|))))) 46) (((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))) (-1157)) 50) (((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|)))) 22)))
-(((-220 |#1|) (-10 -7 (-15 -3313 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))))) (-15 -3313 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))) (-1157))) (-15 -3313 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))))) (-15 -3313 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))) (-1157)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (T -220))
-((-3313 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091 (-843 (-409 (-952 *6))))) (-5 *5 (-1157)) (-5 *3 (-409 (-952 *6))) (-4 *6 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 (-317 *6))) (|:| |f2| (-644 (-843 (-317 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *6)))) (-3313 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-843 (-409 (-952 *5))))) (-5 *3 (-409 (-952 *5))) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 (-317 *5))) (|:| |f2| (-644 (-843 (-317 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *5)))) (-3313 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-409 (-952 *6))) (-5 *4 (-1091 (-843 (-317 *6)))) (-5 *5 (-1157)) (-4 *6 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 (-317 *6))) (|:| |f2| (-644 (-843 (-317 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *6)))) (-3313 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1091 (-843 (-317 *5)))) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 (-317 *5))) (|:| |f2| (-644 (-843 (-317 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *5)))))
-(-10 -7 (-15 -3313 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))))) (-15 -3313 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))) (-1157))) (-15 -3313 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))))) (-15 -3313 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))) (-1157))))
-((-2873 (((-2 (|:| -3877 (-1171 |#1|)) (|:| |deg| (-921))) (-1171 |#1|)) 26)) (-3640 (((-644 (-317 |#2|)) (-317 |#2|) (-921)) 54)))
-(((-221 |#1| |#2|) (-10 -7 (-15 -2873 ((-2 (|:| -3877 (-1171 |#1|)) (|:| |deg| (-921))) (-1171 |#1|))) (-15 -3640 ((-644 (-317 |#2|)) (-317 |#2|) (-921)))) (-1049) (-558)) (T -221))
-((-3640 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-4 *6 (-558)) (-5 *2 (-644 (-317 *6))) (-5 *1 (-221 *5 *6)) (-5 *3 (-317 *6)) (-4 *5 (-1049)))) (-2873 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-2 (|:| -3877 (-1171 *4)) (|:| |deg| (-921)))) (-5 *1 (-221 *4 *5)) (-5 *3 (-1171 *4)) (-4 *5 (-558)))))
-(-10 -7 (-15 -2873 ((-2 (|:| -3877 (-1171 |#1|)) (|:| |deg| (-921))) (-1171 |#1|))) (-15 -3640 ((-644 (-317 |#2|)) (-317 |#2|) (-921))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3265 ((|#1| $) NIL)) (-3712 ((|#1| $) 30)) (-1504 (((-112) $ (-771)) NIL)) (-2463 (($) NIL T CONST)) (-4310 (($ $) NIL)) (-3166 (($ $) 39)) (-3890 ((|#1| |#1| $) NIL)) (-2692 ((|#1| $) NIL)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-2440 (((-771) $) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3278 ((|#1| $) NIL)) (-1312 ((|#1| |#1| $) 35)) (-3490 ((|#1| |#1| $) 37)) (-3888 (($ |#1| $) NIL)) (-3106 (((-771) $) 33)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2660 ((|#1| $) NIL)) (-1871 ((|#1| $) 31)) (-4183 ((|#1| $) 29)) (-1973 ((|#1| $) NIL)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2774 ((|#1| |#1| $) NIL)) (-2872 (((-112) $) 9)) (-3493 (($) NIL)) (-2849 ((|#1| $) NIL)) (-2827 (($) NIL) (($ (-644 |#1|)) 16)) (-2766 (((-771) $) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-1473 ((|#1| $) 13)) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) NIL)) (-3582 ((|#1| $) NIL)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-222 |#1|) (-13 (-255 |#1|) (-10 -8 (-15 -2827 ($ (-644 |#1|))))) (-1099)) (T -222))
-((-2827 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-222 *3)))))
-(-13 (-255 |#1|) (-10 -8 (-15 -2827 ($ (-644 |#1|)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4332 (($ (-317 |#1|)) 27)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-1748 (((-112) $) NIL)) (-2229 (((-3 (-317 |#1|) "failed") $) NIL)) (-4158 (((-317 |#1|) $) NIL)) (-2814 (($ $) 35)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-2319 (($ (-1 (-317 |#1|) (-317 |#1|)) $) NIL)) (-2794 (((-317 |#1|) $) NIL)) (-3095 (($ $) 34)) (-3380 (((-1157) $) NIL)) (-3156 (((-112) $) NIL)) (-4072 (((-1119) $) NIL)) (-3302 (($ (-771)) NIL)) (-2400 (($ $) 36)) (-3902 (((-566) $) NIL)) (-3152 (((-862) $) 68) (($ (-566)) NIL) (($ (-317 |#1|)) NIL)) (-2271 (((-317 |#1|) $ $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 29 T CONST)) (-4366 (($) NIL T CONST)) (-2914 (((-112) $ $) 32)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 23)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 28) (($ (-317 |#1|) $) 22)))
-(((-223 |#1| |#2|) (-13 (-620 (-317 |#1|)) (-1038 (-317 |#1|)) (-10 -8 (-15 -2794 ((-317 |#1|) $)) (-15 -3095 ($ $)) (-15 -2814 ($ $)) (-15 -2271 ((-317 |#1|) $ $)) (-15 -3302 ($ (-771))) (-15 -3156 ((-112) $)) (-15 -1748 ((-112) $)) (-15 -3902 ((-566) $)) (-15 -2319 ($ (-1 (-317 |#1|) (-317 |#1|)) $)) (-15 -4332 ($ (-317 |#1|))) (-15 -2400 ($ $)))) (-13 (-1049) (-850)) (-644 (-1175))) (T -223))
-((-2794 (*1 *2 *1) (-12 (-5 *2 (-317 *3)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-3095 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850))) (-14 *3 (-644 (-1175))))) (-2814 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850))) (-14 *3 (-644 (-1175))))) (-2271 (*1 *2 *1 *1) (-12 (-5 *2 (-317 *3)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-3302 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-3156 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-1748 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-3902 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-317 *3) (-317 *3))) (-4 *3 (-13 (-1049) (-850))) (-5 *1 (-223 *3 *4)) (-14 *4 (-644 (-1175))))) (-4332 (*1 *1 *2) (-12 (-5 *2 (-317 *3)) (-4 *3 (-13 (-1049) (-850))) (-5 *1 (-223 *3 *4)) (-14 *4 (-644 (-1175))))) (-2400 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850))) (-14 *3 (-644 (-1175))))))
-(-13 (-620 (-317 |#1|)) (-1038 (-317 |#1|)) (-10 -8 (-15 -2794 ((-317 |#1|) $)) (-15 -3095 ($ $)) (-15 -2814 ($ $)) (-15 -2271 ((-317 |#1|) $ $)) (-15 -3302 ($ (-771))) (-15 -3156 ((-112) $)) (-15 -1748 ((-112) $)) (-15 -3902 ((-566) $)) (-15 -2319 ($ (-1 (-317 |#1|) (-317 |#1|)) $)) (-15 -4332 ($ (-317 |#1|))) (-15 -2400 ($ $))))
-((-1854 (((-112) (-1157)) 26)) (-4028 (((-3 (-843 |#2|) "failed") (-612 |#2|) |#2| (-843 |#2|) (-843 |#2|) (-112)) 35)) (-2723 (((-3 (-112) "failed") (-1171 |#2|) (-843 |#2|) (-843 |#2|) (-112)) 84) (((-3 (-112) "failed") (-952 |#1|) (-1175) (-843 |#2|) (-843 |#2|) (-112)) 85)))
-(((-224 |#1| |#2|) (-10 -7 (-15 -1854 ((-112) (-1157))) (-15 -4028 ((-3 (-843 |#2|) "failed") (-612 |#2|) |#2| (-843 |#2|) (-843 |#2|) (-112))) (-15 -2723 ((-3 (-112) "failed") (-952 |#1|) (-1175) (-843 |#2|) (-843 |#2|) (-112))) (-15 -2723 ((-3 (-112) "failed") (-1171 |#2|) (-843 |#2|) (-843 |#2|) (-112)))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-1199) (-29 |#1|))) (T -224))
-((-2723 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1171 *6)) (-5 *4 (-843 *6)) (-4 *6 (-13 (-1199) (-29 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-224 *5 *6)))) (-2723 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-952 *6)) (-5 *4 (-1175)) (-5 *5 (-843 *7)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-4 *7 (-13 (-1199) (-29 *6))) (-5 *1 (-224 *6 *7)))) (-4028 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-843 *4)) (-5 *3 (-612 *4)) (-5 *5 (-112)) (-4 *4 (-13 (-1199) (-29 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-224 *6 *4)))) (-1854 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-112)) (-5 *1 (-224 *4 *5)) (-4 *5 (-13 (-1199) (-29 *4))))))
-(-10 -7 (-15 -1854 ((-112) (-1157))) (-15 -4028 ((-3 (-843 |#2|) "failed") (-612 |#2|) |#2| (-843 |#2|) (-843 |#2|) (-112))) (-15 -2723 ((-3 (-112) "failed") (-952 |#1|) (-1175) (-843 |#2|) (-843 |#2|) (-112))) (-15 -2723 ((-3 (-112) "failed") (-1171 |#2|) (-843 |#2|) (-843 |#2|) (-112))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 100)) (-1873 (((-566) $) 36)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-2331 (($ $) NIL)) (-3963 (($ $) 89)) (-3630 (($ $) 77)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-1635 (($ $) 68)) (-2085 (((-112) $ $) NIL)) (-3941 (($ $) 87)) (-3602 (($ $) 75)) (-2743 (((-566) $) 130)) (-3986 (($ $) 92)) (-3656 (($ $) 79)) (-2463 (($) NIL T CONST)) (-3347 (($ $) NIL)) (-2229 (((-3 (-566) "failed") $) 129) (((-3 (-409 (-566)) "failed") $) 126)) (-4158 (((-566) $) 127) (((-409 (-566)) $) 124)) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) 105)) (-2449 (((-409 (-566)) $ (-771)) 119) (((-409 (-566)) $ (-771) (-771)) 118)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-3262 (((-921)) 29) (((-921) (-921)) NIL (|has| $ (-6 -4405)))) (-2528 (((-112) $) NIL)) (-2281 (($) 47)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL)) (-2679 (((-566) $) 43)) (-2389 (((-112) $) 101)) (-1575 (($ $ (-566)) NIL)) (-2064 (($ $) NIL)) (-3233 (((-112) $) 99)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) 65) (($) 39 (-12 (-2404 (|has| $ (-6 -4397))) (-2404 (|has| $ (-6 -4405)))))) (-2599 (($ $ $) 64) (($) 38 (-12 (-2404 (|has| $ (-6 -4397))) (-2404 (|has| $ (-6 -4405)))))) (-2431 (((-566) $) 27)) (-3501 (($ $) 34)) (-2310 (($ $) 69)) (-3619 (($ $) 74)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-1485 (((-921) (-566)) NIL (|has| $ (-6 -4405)))) (-4072 (((-1119) $) 103)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL)) (-3143 (($ $) NIL)) (-2938 (($ (-566) (-566)) NIL) (($ (-566) (-566) (-921)) 112)) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2201 (((-566) $) 28)) (-4213 (($) 46)) (-3521 (($ $) 73)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2251 (((-921)) NIL) (((-921) (-921)) NIL (|has| $ (-6 -4405)))) (-3629 (($ $ (-771)) NIL) (($ $) 106)) (-1460 (((-921) (-566)) NIL (|has| $ (-6 -4405)))) (-3996 (($ $) 90)) (-3670 (($ $) 80)) (-3976 (($ $) 91)) (-3643 (($ $) 78)) (-3952 (($ $) 88)) (-3618 (($ $) 76)) (-2376 (((-381) $) 115) (((-225) $) 14) (((-892 (-381)) $) NIL) (((-538) $) 53)) (-3152 (((-862) $) 50) (($ (-566)) 72) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-566)) 72) (($ (-409 (-566))) NIL)) (-2593 (((-771)) NIL T CONST)) (-3913 (($ $) NIL)) (-2367 (((-921)) 37) (((-921) (-921)) NIL (|has| $ (-6 -4405)))) (-3044 (((-112) $ $) NIL)) (-2576 (((-921)) 25)) (-4032 (($ $) 95)) (-3892 (($ $) 83) (($ $ $) 122)) (-3014 (((-112) $ $) NIL)) (-4008 (($ $) 93)) (-3684 (($ $) 81)) (-4057 (($ $) 98)) (-3917 (($ $) 86)) (-3964 (($ $) 96)) (-3929 (($ $) 84)) (-4044 (($ $) 97)) (-3904 (($ $) 85)) (-4020 (($ $) 94)) (-3879 (($ $) 82)) (-1358 (($ $) 121)) (-4356 (($) 23 T CONST)) (-4366 (($) 44 T CONST)) (-2226 (((-1157) $) 18) (((-1157) $ (-112)) 20) (((-1269) (-822) $) 21) (((-1269) (-822) $ (-112)) 22)) (-2879 (($ $) 109)) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-4006 (($ $ $) 111)) (-2968 (((-112) $ $) 58)) (-2946 (((-112) $ $) 55)) (-2914 (((-112) $ $) 66)) (-2956 (((-112) $ $) 57)) (-2935 (((-112) $ $) 54)) (-3025 (($ $ $) 45) (($ $ (-566)) 67)) (-3012 (($ $) 59) (($ $ $) 61)) (-3002 (($ $ $) 60)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 70) (($ $ (-409 (-566))) 154) (($ $ $) 71)) (* (($ (-921) $) 35) (($ (-771) $) NIL) (($ (-566) $) 63) (($ $ $) 62) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
-(((-225) (-13 (-406) (-233) (-828) (-1199) (-614 (-538)) (-10 -8 (-15 -3025 ($ $ (-566))) (-15 ** ($ $ $)) (-15 -4213 ($)) (-15 -3501 ($ $)) (-15 -2310 ($ $)) (-15 -3892 ($ $ $)) (-15 -2879 ($ $)) (-15 -4006 ($ $ $)) (-15 -2449 ((-409 (-566)) $ (-771))) (-15 -2449 ((-409 (-566)) $ (-771) (-771)))))) (T -225))
-((** (*1 *1 *1 *1) (-5 *1 (-225))) (-3025 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-225)))) (-4213 (*1 *1) (-5 *1 (-225))) (-3501 (*1 *1 *1) (-5 *1 (-225))) (-2310 (*1 *1 *1) (-5 *1 (-225))) (-3892 (*1 *1 *1 *1) (-5 *1 (-225))) (-2879 (*1 *1 *1) (-5 *1 (-225))) (-4006 (*1 *1 *1 *1) (-5 *1 (-225))) (-2449 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-225)))) (-2449 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-225)))))
-(-13 (-406) (-233) (-828) (-1199) (-614 (-538)) (-10 -8 (-15 -3025 ($ $ (-566))) (-15 ** ($ $ $)) (-15 -4213 ($)) (-15 -3501 ($ $)) (-15 -2310 ($ $)) (-15 -3892 ($ $ $)) (-15 -2879 ($ $)) (-15 -4006 ($ $ $)) (-15 -2449 ((-409 (-566)) $ (-771))) (-15 -2449 ((-409 (-566)) $ (-771) (-771)))))
-((-2078 (((-169 (-225)) (-771) (-169 (-225))) 11) (((-225) (-771) (-225)) 12)) (-1931 (((-169 (-225)) (-169 (-225))) 13) (((-225) (-225)) 14)) (-2188 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 19) (((-225) (-225) (-225)) 22)) (-2469 (((-169 (-225)) (-169 (-225))) 27) (((-225) (-225)) 26)) (-1429 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 57) (((-225) (-225) (-225)) 49)) (-3273 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 62) (((-225) (-225) (-225)) 60)) (-2941 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 15) (((-225) (-225) (-225)) 16)) (-4087 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 17) (((-225) (-225) (-225)) 18)) (-2893 (((-169 (-225)) (-169 (-225))) 74) (((-225) (-225)) 73)) (-3094 (((-225) (-225)) 68) (((-169 (-225)) (-169 (-225))) 72)) (-2879 (((-169 (-225)) (-169 (-225))) 8) (((-225) (-225)) 9)) (-4006 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 35) (((-225) (-225) (-225)) 31)))
-(((-226) (-10 -7 (-15 -2879 ((-225) (-225))) (-15 -2879 ((-169 (-225)) (-169 (-225)))) (-15 -4006 ((-225) (-225) (-225))) (-15 -4006 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1931 ((-225) (-225))) (-15 -1931 ((-169 (-225)) (-169 (-225)))) (-15 -2469 ((-225) (-225))) (-15 -2469 ((-169 (-225)) (-169 (-225)))) (-15 -2078 ((-225) (-771) (-225))) (-15 -2078 ((-169 (-225)) (-771) (-169 (-225)))) (-15 -2941 ((-225) (-225) (-225))) (-15 -2941 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1429 ((-225) (-225) (-225))) (-15 -1429 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -4087 ((-225) (-225) (-225))) (-15 -4087 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3273 ((-225) (-225) (-225))) (-15 -3273 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3094 ((-169 (-225)) (-169 (-225)))) (-15 -3094 ((-225) (-225))) (-15 -2893 ((-225) (-225))) (-15 -2893 ((-169 (-225)) (-169 (-225)))) (-15 -2188 ((-225) (-225) (-225))) (-15 -2188 ((-169 (-225)) (-169 (-225)) (-169 (-225)))))) (T -226))
-((-2188 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2188 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2893 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2893 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-3094 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-3094 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3273 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3273 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-4087 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-4087 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1429 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-1429 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2941 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2941 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2078 (*1 *2 *3 *2) (-12 (-5 *2 (-169 (-225))) (-5 *3 (-771)) (-5 *1 (-226)))) (-2078 (*1 *2 *3 *2) (-12 (-5 *2 (-225)) (-5 *3 (-771)) (-5 *1 (-226)))) (-2469 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2469 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1931 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-1931 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-4006 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-4006 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2879 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2879 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))))
-(-10 -7 (-15 -2879 ((-225) (-225))) (-15 -2879 ((-169 (-225)) (-169 (-225)))) (-15 -4006 ((-225) (-225) (-225))) (-15 -4006 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1931 ((-225) (-225))) (-15 -1931 ((-169 (-225)) (-169 (-225)))) (-15 -2469 ((-225) (-225))) (-15 -2469 ((-169 (-225)) (-169 (-225)))) (-15 -2078 ((-225) (-771) (-225))) (-15 -2078 ((-169 (-225)) (-771) (-169 (-225)))) (-15 -2941 ((-225) (-225) (-225))) (-15 -2941 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1429 ((-225) (-225) (-225))) (-15 -1429 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -4087 ((-225) (-225) (-225))) (-15 -4087 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3273 ((-225) (-225) (-225))) (-15 -3273 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3094 ((-169 (-225)) (-169 (-225)))) (-15 -3094 ((-225) (-225))) (-15 -2893 ((-225) (-225))) (-15 -2893 ((-169 (-225)) (-169 (-225)))) (-15 -2188 ((-225) (-225) (-225))) (-15 -2188 ((-169 (-225)) (-169 (-225)) (-169 (-225)))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2819 (($ (-771) (-771)) NIL)) (-4383 (($ $ $) NIL)) (-4160 (($ (-1264 |#1|)) NIL) (($ $) NIL)) (-2116 (($ |#1| |#1| |#1|) 33)) (-1791 (((-112) $) NIL)) (-2485 (($ $ (-566) (-566)) NIL)) (-2106 (($ $ (-566) (-566)) NIL)) (-2897 (($ $ (-566) (-566) (-566) (-566)) NIL)) (-2754 (($ $) NIL)) (-3768 (((-112) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-1418 (($ $ (-566) (-566) $) NIL)) (-1456 ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566)) $) NIL)) (-1499 (($ $ (-566) (-1264 |#1|)) NIL)) (-2837 (($ $ (-566) (-1264 |#1|)) NIL)) (-2406 (($ |#1| |#1| |#1|) 32)) (-3520 (($ (-771) |#1|) NIL)) (-2463 (($) NIL T CONST)) (-1521 (($ $) NIL (|has| |#1| (-308)))) (-1721 (((-1264 |#1|) $ (-566)) NIL)) (-4051 (($ |#1|) 31)) (-1677 (($ |#1|) 30)) (-4162 (($ |#1|) 29)) (-2755 (((-771) $) NIL (|has| |#1| (-558)))) (-3897 ((|#1| $ (-566) (-566) |#1|) NIL)) (-3829 ((|#1| $ (-566) (-566)) NIL)) (-1683 (((-644 |#1|) $) NIL)) (-1908 (((-771) $) NIL (|has| |#1| (-558)))) (-2950 (((-644 (-1264 |#1|)) $) NIL (|has| |#1| (-558)))) (-3811 (((-771) $) NIL)) (-1860 (($ (-771) (-771) |#1|) NIL)) (-3824 (((-771) $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-1444 ((|#1| $) NIL (|has| |#1| (-6 (-4416 "*"))))) (-2531 (((-566) $) NIL)) (-3688 (((-566) $) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2422 (((-566) $) NIL)) (-3632 (((-566) $) NIL)) (-4184 (($ (-644 (-644 |#1|))) 11)) (-3885 (($ (-1 |#1| |#1|) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1723 (((-644 (-644 |#1|)) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1542 (((-3 $ "failed") $) NIL (|has| |#1| (-365)))) (-3916 (($) 12)) (-1798 (($ $ $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3787 (($ $ |#1|) NIL)) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566))) NIL)) (-2253 (($ (-644 |#1|)) NIL) (($ (-644 $)) NIL)) (-1370 (((-112) $) NIL)) (-3943 ((|#1| $) NIL (|has| |#1| (-6 (-4416 "*"))))) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-2986 (((-1264 |#1|) $ (-566)) NIL)) (-3152 (($ (-1264 |#1|)) NIL) (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-1950 (((-112) $) NIL)) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $ $) NIL) (($ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-566) $) NIL) (((-1264 |#1|) $ (-1264 |#1|)) 15) (((-1264 |#1|) (-1264 |#1|) $) NIL) (((-943 |#1|) $ (-943 |#1|)) 21)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-227 |#1|) (-13 (-687 |#1| (-1264 |#1|) (-1264 |#1|)) (-10 -8 (-15 * ((-943 |#1|) $ (-943 |#1|))) (-15 -3916 ($)) (-15 -4162 ($ |#1|)) (-15 -1677 ($ |#1|)) (-15 -4051 ($ |#1|)) (-15 -2406 ($ |#1| |#1| |#1|)) (-15 -2116 ($ |#1| |#1| |#1|)))) (-13 (-365) (-1199))) (T -227))
-((* (*1 *2 *1 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199))) (-5 *1 (-227 *3)))) (-3916 (*1 *1) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))) (-4162 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))) (-1677 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))) (-4051 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))) (-2406 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))) (-2116 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))))
-(-13 (-687 |#1| (-1264 |#1|) (-1264 |#1|)) (-10 -8 (-15 * ((-943 |#1|) $ (-943 |#1|))) (-15 -3916 ($)) (-15 -4162 ($ |#1|)) (-15 -1677 ($ |#1|)) (-15 -4051 ($ |#1|)) (-15 -2406 ($ |#1| |#1| |#1|)) (-15 -2116 ($ |#1| |#1| |#1|))))
-((-2995 (($ (-1 (-112) |#2|) $) 16)) (-3512 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 27)) (-1792 (($) NIL) (($ (-644 |#2|)) 11)) (-2914 (((-112) $ $) 25)))
-(((-228 |#1| |#2|) (-10 -8 (-15 -2995 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3512 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3512 (|#1| |#2| |#1|)) (-15 -1792 (|#1| (-644 |#2|))) (-15 -1792 (|#1|)) (-15 -2914 ((-112) |#1| |#1|))) (-229 |#2|) (-1099)) (T -228))
-NIL
-(-10 -8 (-15 -2995 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3512 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3512 (|#1| |#2| |#1|)) (-15 -1792 (|#1| (-644 |#2|))) (-15 -1792 (|#1|)) (-15 -2914 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-2995 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3942 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ |#1| $) 48 (|has| $ (-6 -4414))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4414)))) (-2622 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4414)))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1792 (($) 50) (($ (-644 |#1|)) 49)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 51)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 43)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-2367 ((|#2| $ (-771) |#2|) 11)) (-2359 ((|#2| $ (-771)) 10)) (-1566 (($) 8)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 26)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 13)))
+(((-213 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -1566 ($)) (-15 -2359 (|#2| $ (-771))) (-15 -2367 (|#2| $ (-771) |#2|)))) (-921) (-1099)) (T -213))
+((-1566 (*1 *1) (-12 (-5 *1 (-213 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1099)))) (-2359 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *2 (-1099)) (-5 *1 (-213 *4 *2)) (-14 *4 (-921)))) (-2367 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-213 *4 *2)) (-14 *4 (-921)) (-4 *2 (-1099)))))
+(-13 (-1099) (-10 -8 (-15 -1566 ($)) (-15 -2359 (|#2| $ (-771))) (-15 -2367 (|#2| $ (-771) |#2|))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3508 (((-1270) $) 37) (((-1270) $ (-921) (-921)) 44)) (-3483 (($ $ (-989)) 19) (((-245 (-1157)) $ (-1175)) 15)) (-2601 (((-1270) $) 35)) (-1650 (((-862) $) 32) (($ (-644 |#1|)) 8)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $ $) 27)) (-2964 (($ $ $) 22)))
+(((-214 |#1|) (-13 (-1099) (-616 (-644 |#1|)) (-10 -8 (-15 -3483 ($ $ (-989))) (-15 -3483 ((-245 (-1157)) $ (-1175))) (-15 -2964 ($ $ $)) (-15 -2977 ($ $ $)) (-15 -2601 ((-1270) $)) (-15 -3508 ((-1270) $)) (-15 -3508 ((-1270) $ (-921) (-921))))) (-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 ((-1270) $)) (-15 -3508 ((-1270) $))))) (T -214))
+((-3483 (*1 *1 *1 *2) (-12 (-5 *2 (-989)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 ((-1270) $)) (-15 -3508 ((-1270) $))))))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-245 (-1157))) (-5 *1 (-214 *4)) (-4 *4 (-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ *3)) (-15 -2601 ((-1270) $)) (-15 -3508 ((-1270) $))))))) (-2964 (*1 *1 *1 *1) (-12 (-5 *1 (-214 *2)) (-4 *2 (-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 ((-1270) $)) (-15 -3508 ((-1270) $))))))) (-2977 (*1 *1 *1 *1) (-12 (-5 *1 (-214 *2)) (-4 *2 (-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 ((-1270) $)) (-15 -3508 ((-1270) $))))))) (-2601 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 (*2 $)) (-15 -3508 (*2 $))))))) (-3508 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-214 *3)) (-4 *3 (-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 (*2 $)) (-15 -3508 (*2 $))))))) (-3508 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1270)) (-5 *1 (-214 *4)) (-4 *4 (-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 (*2 $)) (-15 -3508 (*2 $))))))))
+(-13 (-1099) (-616 (-644 |#1|)) (-10 -8 (-15 -3483 ($ $ (-989))) (-15 -3483 ((-245 (-1157)) $ (-1175))) (-15 -2964 ($ $ $)) (-15 -2977 ($ $ $)) (-15 -2601 ((-1270) $)) (-15 -3508 ((-1270) $)) (-15 -3508 ((-1270) $ (-921) (-921)))))
+((-1718 ((|#2| |#4| (-1 |#2| |#2|)) 49)))
+(((-215 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1718 (|#2| |#4| (-1 |#2| |#2|)))) (-365) (-1241 |#1|) (-1241 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -215))
+((-1718 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-365)) (-4 *6 (-1241 (-409 *2))) (-4 *2 (-1241 *5)) (-5 *1 (-215 *5 *2 *6 *3)) (-4 *3 (-344 *5 *2 *6)))))
+(-10 -7 (-15 -1718 (|#2| |#4| (-1 |#2| |#2|))))
+((-1926 ((|#2| |#2| (-771) |#2|) 58)) (-2870 ((|#2| |#2| (-771) |#2|) 54)) (-3489 (((-644 |#2|) (-644 (-2 (|:| |deg| (-771)) (|:| -3933 |#2|)))) 82)) (-3035 (((-644 (-2 (|:| |deg| (-771)) (|:| -3933 |#2|))) |#2|) 76)) (-3991 (((-112) |#2|) 74)) (-3464 (((-420 |#2|) |#2|) 96)) (-3846 (((-420 |#2|) |#2|) 95)) (-2897 ((|#2| |#2| (-771) |#2|) 52)) (-3699 (((-2 (|:| |cont| |#1|) (|:| -2430 (-644 (-2 (|:| |irr| |#2|) (|:| -2510 (-566)))))) |#2| (-112)) 88)))
+(((-216 |#1| |#2|) (-10 -7 (-15 -3846 ((-420 |#2|) |#2|)) (-15 -3464 ((-420 |#2|) |#2|)) (-15 -3699 ((-2 (|:| |cont| |#1|) (|:| -2430 (-644 (-2 (|:| |irr| |#2|) (|:| -2510 (-566)))))) |#2| (-112))) (-15 -3035 ((-644 (-2 (|:| |deg| (-771)) (|:| -3933 |#2|))) |#2|)) (-15 -3489 ((-644 |#2|) (-644 (-2 (|:| |deg| (-771)) (|:| -3933 |#2|))))) (-15 -2897 (|#2| |#2| (-771) |#2|)) (-15 -2870 (|#2| |#2| (-771) |#2|)) (-15 -1926 (|#2| |#2| (-771) |#2|)) (-15 -3991 ((-112) |#2|))) (-351) (-1241 |#1|)) (T -216))
+((-3991 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1241 *4)))) (-1926 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1241 *4)))) (-2870 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1241 *4)))) (-2897 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2)) (-4 *2 (-1241 *4)))) (-3489 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| |deg| (-771)) (|:| -3933 *5)))) (-4 *5 (-1241 *4)) (-4 *4 (-351)) (-5 *2 (-644 *5)) (-5 *1 (-216 *4 *5)))) (-3035 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-644 (-2 (|:| |deg| (-771)) (|:| -3933 *3)))) (-5 *1 (-216 *4 *3)) (-4 *3 (-1241 *4)))) (-3699 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-351)) (-5 *2 (-2 (|:| |cont| *5) (|:| -2430 (-644 (-2 (|:| |irr| *3) (|:| -2510 (-566))))))) (-5 *1 (-216 *5 *3)) (-4 *3 (-1241 *5)))) (-3464 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1241 *4)))) (-3846 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-216 *4 *3)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -3846 ((-420 |#2|) |#2|)) (-15 -3464 ((-420 |#2|) |#2|)) (-15 -3699 ((-2 (|:| |cont| |#1|) (|:| -2430 (-644 (-2 (|:| |irr| |#2|) (|:| -2510 (-566)))))) |#2| (-112))) (-15 -3035 ((-644 (-2 (|:| |deg| (-771)) (|:| -3933 |#2|))) |#2|)) (-15 -3489 ((-644 |#2|) (-644 (-2 (|:| |deg| (-771)) (|:| -3933 |#2|))))) (-15 -2897 (|#2| |#2| (-771) |#2|)) (-15 -2870 (|#2| |#2| (-771) |#2|)) (-15 -1926 (|#2| |#2| (-771) |#2|)) (-15 -3991 ((-112) |#2|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 (((-566) $) NIL (|has| (-566) (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL (|has| (-566) (-820)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-566) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-566) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-566) (-1038 (-566))))) (-3213 (((-566) $) NIL) (((-1175) $) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-566) (-1038 (-566)))) (((-566) $) NIL (|has| (-566) (-1038 (-566))))) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-566) (-547)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3540 (((-112) $) NIL (|has| (-566) (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-566) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-566) (-886 (-381))))) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL)) (-2499 (((-566) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| (-566) (-1150)))) (-4049 (((-112) $) NIL (|has| (-566) (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| (-566) (-850)))) (-1895 (($ (-1 (-566) (-566)) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-566) (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL (|has| (-566) (-308))) (((-409 (-566)) $) NIL)) (-2426 (((-566) $) NIL (|has| (-566) (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1838 (($ $ (-644 (-566)) (-644 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-566) (-566)) NIL (|has| (-566) (-310 (-566)))) (($ $ (-295 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-295 (-566)))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-1175)) (-644 (-566))) NIL (|has| (-566) (-516 (-1175) (-566)))) (($ $ (-1175) (-566)) NIL (|has| (-566) (-516 (-1175) (-566))))) (-3075 (((-771) $) NIL)) (-3483 (($ $ (-566)) NIL (|has| (-566) (-287 (-566) (-566))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-1490 (($ $) NIL)) (-2507 (((-566) $) NIL)) (-2341 (($ (-409 (-566))) 9)) (-1945 (((-892 (-566)) $) NIL (|has| (-566) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-566) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-566) (-614 (-538)))) (((-381) $) NIL (|has| (-566) (-1022))) (((-225) $) NIL (|has| (-566) (-1022)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-566) (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 8) (($ (-566)) NIL) (($ (-1175)) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL) (((-1004 10) $) 10)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| (-566) (-909))) (|has| (-566) (-145))))) (-2910 (((-771)) NIL T CONST)) (-4370 (((-566) $) NIL (|has| (-566) (-547)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3839 (($ $) NIL (|has| (-566) (-820)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-2928 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2892 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2990 (($ $ $) NIL) (($ (-566) (-566)) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-566) $) NIL) (($ $ (-566)) NIL)))
+(((-217) (-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 10)) (-10 -8 (-15 -4381 ((-409 (-566)) $)) (-15 -2341 ($ (-409 (-566))))))) (T -217))
+((-4381 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-217)))) (-2341 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-217)))))
+(-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 10)) (-10 -8 (-15 -4381 ((-409 (-566)) $)) (-15 -2341 ($ (-409 (-566))))))
+((-4124 (((-112) $ $) NIL)) (-2474 (((-1117) $) 13)) (-3057 (((-1157) $) NIL)) (-3477 (((-485) $) 10)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 23) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-1134) $) 15)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-218) (-13 (-1082) (-10 -8 (-15 -3477 ((-485) $)) (-15 -2474 ((-1117) $)) (-15 -3720 ((-1134) $))))) (T -218))
+((-3477 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-218)))) (-2474 (*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-218)))) (-3720 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-218)))))
+(-13 (-1082) (-10 -8 (-15 -3477 ((-485) $)) (-15 -2474 ((-1117) $)) (-15 -3720 ((-1134) $))))
+((-3613 (((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)) (-1157)) 29) (((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|))) 25)) (-2516 (((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1175) (-843 |#2|) (-843 |#2|) (-112)) 17)))
+(((-219 |#1| |#2|) (-10 -7 (-15 -3613 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)))) (-15 -3613 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)) (-1157))) (-15 -2516 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1175) (-843 |#2|) (-843 |#2|) (-112)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1200) (-959) (-29 |#1|))) (T -219))
+((-2516 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1175)) (-5 *6 (-112)) (-4 *7 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-4 *3 (-13 (-1200) (-959) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *7 *3)) (-5 *5 (-843 *3)))) (-3613 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091 (-843 *3))) (-5 *5 (-1157)) (-4 *3 (-13 (-1200) (-959) (-29 *6))) (-4 *6 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *6 *3)))) (-3613 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-843 *3))) (-4 *3 (-13 (-1200) (-959) (-29 *5))) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-219 *5 *3)))))
+(-10 -7 (-15 -3613 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)))) (-15 -3613 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1091 (-843 |#2|)) (-1157))) (-15 -2516 ((-3 (|:| |f1| (-843 |#2|)) (|:| |f2| (-644 (-843 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1175) (-843 |#2|) (-843 |#2|) (-112))))
+((-3613 (((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))) (-1157)) 49) (((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|))))) 46) (((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))) (-1157)) 50) (((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|)))) 22)))
+(((-220 |#1|) (-10 -7 (-15 -3613 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))))) (-15 -3613 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))) (-1157))) (-15 -3613 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))))) (-15 -3613 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))) (-1157)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (T -220))
+((-3613 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091 (-843 (-409 (-952 *6))))) (-5 *5 (-1157)) (-5 *3 (-409 (-952 *6))) (-4 *6 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 (-317 *6))) (|:| |f2| (-644 (-843 (-317 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *6)))) (-3613 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-843 (-409 (-952 *5))))) (-5 *3 (-409 (-952 *5))) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 (-317 *5))) (|:| |f2| (-644 (-843 (-317 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *5)))) (-3613 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-409 (-952 *6))) (-5 *4 (-1091 (-843 (-317 *6)))) (-5 *5 (-1157)) (-4 *6 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 (-317 *6))) (|:| |f2| (-644 (-843 (-317 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *6)))) (-3613 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1091 (-843 (-317 *5)))) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |f1| (-843 (-317 *5))) (|:| |f2| (-644 (-843 (-317 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-220 *5)))))
+(-10 -7 (-15 -3613 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))))) (-15 -3613 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-317 |#1|))) (-1157))) (-15 -3613 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))))) (-15 -3613 ((-3 (|:| |f1| (-843 (-317 |#1|))) (|:| |f2| (-644 (-843 (-317 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-409 (-952 |#1|)) (-1091 (-843 (-409 (-952 |#1|)))) (-1157))))
+((-1936 (((-2 (|:| -4066 (-1171 |#1|)) (|:| |deg| (-921))) (-1171 |#1|)) 26)) (-1967 (((-644 (-317 |#2|)) (-317 |#2|) (-921)) 54)))
+(((-221 |#1| |#2|) (-10 -7 (-15 -1936 ((-2 (|:| -4066 (-1171 |#1|)) (|:| |deg| (-921))) (-1171 |#1|))) (-15 -1967 ((-644 (-317 |#2|)) (-317 |#2|) (-921)))) (-1049) (-558)) (T -221))
+((-1967 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-4 *6 (-558)) (-5 *2 (-644 (-317 *6))) (-5 *1 (-221 *5 *6)) (-5 *3 (-317 *6)) (-4 *5 (-1049)))) (-1936 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-2 (|:| -4066 (-1171 *4)) (|:| |deg| (-921)))) (-5 *1 (-221 *4 *5)) (-5 *3 (-1171 *4)) (-4 *5 (-558)))))
+(-10 -7 (-15 -1936 ((-2 (|:| -4066 (-1171 |#1|)) (|:| |deg| (-921))) (-1171 |#1|))) (-15 -1967 ((-644 (-317 |#2|)) (-317 |#2|) (-921))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4375 ((|#1| $) NIL)) (-3773 ((|#1| $) 30)) (-3874 (((-112) $ (-771)) NIL)) (-4145 (($) NIL T CONST)) (-3873 (($ $) NIL)) (-1501 (($ $) 39)) (-4189 ((|#1| |#1| $) NIL)) (-1446 ((|#1| $) NIL)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-2715 (((-771) $) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3252 ((|#1| $) NIL)) (-2572 ((|#1| |#1| $) 35)) (-1681 ((|#1| |#1| $) 37)) (-4165 (($ |#1| $) NIL)) (-2149 (((-771) $) 33)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2301 ((|#1| $) NIL)) (-3142 ((|#1| $) 31)) (-1914 ((|#1| $) 29)) (-2967 ((|#1| $) NIL)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-4090 ((|#1| |#1| $) NIL)) (-3758 (((-112) $) 9)) (-1710 (($) NIL)) (-3545 ((|#1| $) NIL)) (-3330 (($) NIL) (($ (-644 |#1|)) 16)) (-2752 (((-771) $) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-1666 ((|#1| $) 13)) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) NIL)) (-3219 ((|#1| $) NIL)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-222 |#1|) (-13 (-255 |#1|) (-10 -8 (-15 -3330 ($ (-644 |#1|))))) (-1099)) (T -222))
+((-3330 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-222 *3)))))
+(-13 (-255 |#1|) (-10 -8 (-15 -3330 ($ (-644 |#1|)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-2823 (($ (-317 |#1|)) 27)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1343 (((-112) $) NIL)) (-1821 (((-3 (-317 |#1|) "failed") $) NIL)) (-3213 (((-317 |#1|) $) NIL)) (-4162 (($ $) 35)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-1895 (($ (-1 (-317 |#1|) (-317 |#1|)) $) NIL)) (-4137 (((-317 |#1|) $) NIL)) (-1969 (($ $) 34)) (-3057 (((-1157) $) NIL)) (-1407 (((-112) $) NIL)) (-2029 (((-1119) $) NIL)) (-2529 (($ (-771)) NIL)) (-1637 (($ $) 36)) (-4297 (((-566) $) NIL)) (-1650 (((-862) $) 68) (($ (-566)) NIL) (($ (-317 |#1|)) NIL)) (-2841 (((-317 |#1|) $ $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 29 T CONST)) (-3424 (($) NIL T CONST)) (-2868 (((-112) $ $) 32)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 23)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 28) (($ (-317 |#1|) $) 22)))
+(((-223 |#1| |#2|) (-13 (-620 (-317 |#1|)) (-1038 (-317 |#1|)) (-10 -8 (-15 -4137 ((-317 |#1|) $)) (-15 -1969 ($ $)) (-15 -4162 ($ $)) (-15 -2841 ((-317 |#1|) $ $)) (-15 -2529 ($ (-771))) (-15 -1407 ((-112) $)) (-15 -1343 ((-112) $)) (-15 -4297 ((-566) $)) (-15 -1895 ($ (-1 (-317 |#1|) (-317 |#1|)) $)) (-15 -2823 ($ (-317 |#1|))) (-15 -1637 ($ $)))) (-13 (-1049) (-850)) (-644 (-1175))) (T -223))
+((-4137 (*1 *2 *1) (-12 (-5 *2 (-317 *3)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-1969 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850))) (-14 *3 (-644 (-1175))))) (-4162 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850))) (-14 *3 (-644 (-1175))))) (-2841 (*1 *2 *1 *1) (-12 (-5 *2 (-317 *3)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-2529 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-1407 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-1343 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-4297 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175))))) (-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-317 *3) (-317 *3))) (-4 *3 (-13 (-1049) (-850))) (-5 *1 (-223 *3 *4)) (-14 *4 (-644 (-1175))))) (-2823 (*1 *1 *2) (-12 (-5 *2 (-317 *3)) (-4 *3 (-13 (-1049) (-850))) (-5 *1 (-223 *3 *4)) (-14 *4 (-644 (-1175))))) (-1637 (*1 *1 *1) (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850))) (-14 *3 (-644 (-1175))))))
+(-13 (-620 (-317 |#1|)) (-1038 (-317 |#1|)) (-10 -8 (-15 -4137 ((-317 |#1|) $)) (-15 -1969 ($ $)) (-15 -4162 ($ $)) (-15 -2841 ((-317 |#1|) $ $)) (-15 -2529 ($ (-771))) (-15 -1407 ((-112) $)) (-15 -1343 ((-112) $)) (-15 -4297 ((-566) $)) (-15 -1895 ($ (-1 (-317 |#1|) (-317 |#1|)) $)) (-15 -2823 ($ (-317 |#1|))) (-15 -1637 ($ $))))
+((-4245 (((-112) (-1157)) 26)) (-2882 (((-3 (-843 |#2|) "failed") (-612 |#2|) |#2| (-843 |#2|) (-843 |#2|) (-112)) 35)) (-1725 (((-3 (-112) "failed") (-1171 |#2|) (-843 |#2|) (-843 |#2|) (-112)) 84) (((-3 (-112) "failed") (-952 |#1|) (-1175) (-843 |#2|) (-843 |#2|) (-112)) 85)))
+(((-224 |#1| |#2|) (-10 -7 (-15 -4245 ((-112) (-1157))) (-15 -2882 ((-3 (-843 |#2|) "failed") (-612 |#2|) |#2| (-843 |#2|) (-843 |#2|) (-112))) (-15 -1725 ((-3 (-112) "failed") (-952 |#1|) (-1175) (-843 |#2|) (-843 |#2|) (-112))) (-15 -1725 ((-3 (-112) "failed") (-1171 |#2|) (-843 |#2|) (-843 |#2|) (-112)))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-1200) (-29 |#1|))) (T -224))
+((-1725 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1171 *6)) (-5 *4 (-843 *6)) (-4 *6 (-13 (-1200) (-29 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-224 *5 *6)))) (-1725 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-112)) (-5 *3 (-952 *6)) (-5 *4 (-1175)) (-5 *5 (-843 *7)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-4 *7 (-13 (-1200) (-29 *6))) (-5 *1 (-224 *6 *7)))) (-2882 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-843 *4)) (-5 *3 (-612 *4)) (-5 *5 (-112)) (-4 *4 (-13 (-1200) (-29 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-224 *6 *4)))) (-4245 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-112)) (-5 *1 (-224 *4 *5)) (-4 *5 (-13 (-1200) (-29 *4))))))
+(-10 -7 (-15 -4245 ((-112) (-1157))) (-15 -2882 ((-3 (-843 |#2|) "failed") (-612 |#2|) |#2| (-843 |#2|) (-843 |#2|) (-112))) (-15 -1725 ((-3 (-112) "failed") (-952 |#1|) (-1175) (-843 |#2|) (-843 |#2|) (-112))) (-15 -1725 ((-3 (-112) "failed") (-1171 |#2|) (-843 |#2|) (-843 |#2|) (-112))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 100)) (-3165 (((-566) $) 36)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2191 (($ $) NIL)) (-4175 (($ $) 89)) (-4026 (($ $) 77)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-3856 (($ $) 68)) (-1621 (((-112) $ $) NIL)) (-4153 (($ $) 87)) (-4005 (($ $) 75)) (-1907 (((-566) $) 130)) (-4198 (($ $) 92)) (-4050 (($ $) 79)) (-4145 (($) NIL T CONST)) (-2665 (($ $) NIL)) (-1821 (((-3 (-566) "failed") $) 129) (((-3 (-409 (-566)) "failed") $) 126)) (-3213 (((-566) $) 127) (((-409 (-566)) $) 124)) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) 105)) (-3988 (((-409 (-566)) $ (-771)) 119) (((-409 (-566)) $ (-771) (-771)) 118)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-2393 (((-921)) 29) (((-921) (-921)) NIL (|has| $ (-6 -4406)))) (-3540 (((-112) $) NIL)) (-2528 (($) 47)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL)) (-2464 (((-566) $) 43)) (-1568 (((-112) $) 101)) (-3281 (($ $ (-566)) NIL)) (-1435 (($ $) NIL)) (-4049 (((-112) $) 99)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) 65) (($) 39 (-12 (-3348 (|has| $ (-6 -4398))) (-3348 (|has| $ (-6 -4406)))))) (-3890 (($ $ $) 64) (($) 38 (-12 (-3348 (|has| $ (-6 -4398))) (-3348 (|has| $ (-6 -4406)))))) (-2099 (((-566) $) 27)) (-1766 (($ $) 34)) (-3398 (($ $) 69)) (-1658 (($ $) 74)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1760 (((-921) (-566)) NIL (|has| $ (-6 -4406)))) (-2029 (((-1119) $) 103)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL)) (-2426 (($ $) NIL)) (-1544 (($ (-566) (-566)) NIL) (($ (-566) (-566) (-921)) 112)) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3388 (((-566) $) 28)) (-4159 (($) 46)) (-1983 (($ $) 73)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2600 (((-921)) NIL) (((-921) (-921)) NIL (|has| $ (-6 -4406)))) (-2324 (($ $ (-771)) NIL) (($ $) 106)) (-1550 (((-921) (-566)) NIL (|has| $ (-6 -4406)))) (-4209 (($ $) 90)) (-4065 (($ $) 80)) (-4186 (($ $) 91)) (-4038 (($ $) 78)) (-4164 (($ $) 88)) (-4015 (($ $) 76)) (-1945 (((-381) $) 115) (((-225) $) 14) (((-892 (-381)) $) NIL) (((-538) $) 53)) (-1650 (((-862) $) 50) (($ (-566)) 72) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-566)) 72) (($ (-409 (-566))) NIL)) (-2910 (((-771)) NIL T CONST)) (-4370 (($ $) NIL)) (-1372 (((-921)) 37) (((-921) (-921)) NIL (|has| $ (-6 -4406)))) (-2657 (((-112) $ $) NIL)) (-4249 (((-921)) 25)) (-4241 (($ $) 95)) (-4100 (($ $) 83) (($ $ $) 122)) (-3679 (((-112) $ $) NIL)) (-4220 (($ $) 93)) (-4077 (($ $) 81)) (-4264 (($ $) 98)) (-4127 (($ $) 86)) (-2462 (($ $) 96)) (-4140 (($ $) 84)) (-4253 (($ $) 97)) (-4114 (($ $) 85)) (-4230 (($ $) 94)) (-4088 (($ $) 82)) (-3839 (($ $) 121)) (-3410 (($) 23 T CONST)) (-3424 (($) 44 T CONST)) (-3673 (((-1157) $) 18) (((-1157) $ (-112)) 20) (((-1270) (-822) $) 21) (((-1270) (-822) $ (-112)) 22)) (-3801 (($ $) 109)) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-2655 (($ $ $) 111)) (-2928 (((-112) $ $) 58)) (-2904 (((-112) $ $) 55)) (-2868 (((-112) $ $) 66)) (-2915 (((-112) $ $) 57)) (-2892 (((-112) $ $) 54)) (-2990 (($ $ $) 45) (($ $ (-566)) 67)) (-2977 (($ $) 59) (($ $ $) 61)) (-2964 (($ $ $) 60)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 70) (($ $ (-409 (-566))) 154) (($ $ $) 71)) (* (($ (-921) $) 35) (($ (-771) $) NIL) (($ (-566) $) 63) (($ $ $) 62) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
+(((-225) (-13 (-406) (-233) (-828) (-1200) (-614 (-538)) (-10 -8 (-15 -2990 ($ $ (-566))) (-15 ** ($ $ $)) (-15 -4159 ($)) (-15 -1766 ($ $)) (-15 -3398 ($ $)) (-15 -4100 ($ $ $)) (-15 -3801 ($ $)) (-15 -2655 ($ $ $)) (-15 -3988 ((-409 (-566)) $ (-771))) (-15 -3988 ((-409 (-566)) $ (-771) (-771)))))) (T -225))
+((** (*1 *1 *1 *1) (-5 *1 (-225))) (-2990 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-225)))) (-4159 (*1 *1) (-5 *1 (-225))) (-1766 (*1 *1 *1) (-5 *1 (-225))) (-3398 (*1 *1 *1) (-5 *1 (-225))) (-4100 (*1 *1 *1 *1) (-5 *1 (-225))) (-3801 (*1 *1 *1) (-5 *1 (-225))) (-2655 (*1 *1 *1 *1) (-5 *1 (-225))) (-3988 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-225)))) (-3988 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-225)))))
+(-13 (-406) (-233) (-828) (-1200) (-614 (-538)) (-10 -8 (-15 -2990 ($ $ (-566))) (-15 ** ($ $ $)) (-15 -4159 ($)) (-15 -1766 ($ $)) (-15 -3398 ($ $)) (-15 -4100 ($ $ $)) (-15 -3801 ($ $)) (-15 -2655 ($ $ $)) (-15 -3988 ((-409 (-566)) $ (-771))) (-15 -3988 ((-409 (-566)) $ (-771) (-771)))))
+((-1564 (((-169 (-225)) (-771) (-169 (-225))) 11) (((-225) (-771) (-225)) 12)) (-2503 (((-169 (-225)) (-169 (-225))) 13) (((-225) (-225)) 14)) (-3262 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 19) (((-225) (-225) (-225)) 22)) (-4215 (((-169 (-225)) (-169 (-225))) 27) (((-225) (-225)) 26)) (-1316 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 57) (((-225) (-225) (-225)) 49)) (-3202 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 62) (((-225) (-225) (-225)) 60)) (-3121 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 15) (((-225) (-225) (-225)) 16)) (-2193 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 17) (((-225) (-225) (-225)) 18)) (-2629 (((-169 (-225)) (-169 (-225))) 74) (((-225) (-225)) 73)) (-1959 (((-225) (-225)) 68) (((-169 (-225)) (-169 (-225))) 72)) (-3801 (((-169 (-225)) (-169 (-225))) 8) (((-225) (-225)) 9)) (-2655 (((-169 (-225)) (-169 (-225)) (-169 (-225))) 35) (((-225) (-225) (-225)) 31)))
+(((-226) (-10 -7 (-15 -3801 ((-225) (-225))) (-15 -3801 ((-169 (-225)) (-169 (-225)))) (-15 -2655 ((-225) (-225) (-225))) (-15 -2655 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -2503 ((-225) (-225))) (-15 -2503 ((-169 (-225)) (-169 (-225)))) (-15 -4215 ((-225) (-225))) (-15 -4215 ((-169 (-225)) (-169 (-225)))) (-15 -1564 ((-225) (-771) (-225))) (-15 -1564 ((-169 (-225)) (-771) (-169 (-225)))) (-15 -3121 ((-225) (-225) (-225))) (-15 -3121 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1316 ((-225) (-225) (-225))) (-15 -1316 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -2193 ((-225) (-225) (-225))) (-15 -2193 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3202 ((-225) (-225) (-225))) (-15 -3202 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1959 ((-169 (-225)) (-169 (-225)))) (-15 -1959 ((-225) (-225))) (-15 -2629 ((-225) (-225))) (-15 -2629 ((-169 (-225)) (-169 (-225)))) (-15 -3262 ((-225) (-225) (-225))) (-15 -3262 ((-169 (-225)) (-169 (-225)) (-169 (-225)))))) (T -226))
+((-3262 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3262 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2629 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2629 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1959 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1959 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3202 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3202 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2193 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2193 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1316 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-1316 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-3121 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3121 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-1564 (*1 *2 *3 *2) (-12 (-5 *2 (-169 (-225))) (-5 *3 (-771)) (-5 *1 (-226)))) (-1564 (*1 *2 *3 *2) (-12 (-5 *2 (-225)) (-5 *3 (-771)) (-5 *1 (-226)))) (-4215 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-4215 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2503 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2503 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-2655 (*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-2655 (*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))) (-3801 (*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))) (-3801 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226)))))
+(-10 -7 (-15 -3801 ((-225) (-225))) (-15 -3801 ((-169 (-225)) (-169 (-225)))) (-15 -2655 ((-225) (-225) (-225))) (-15 -2655 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -2503 ((-225) (-225))) (-15 -2503 ((-169 (-225)) (-169 (-225)))) (-15 -4215 ((-225) (-225))) (-15 -4215 ((-169 (-225)) (-169 (-225)))) (-15 -1564 ((-225) (-771) (-225))) (-15 -1564 ((-169 (-225)) (-771) (-169 (-225)))) (-15 -3121 ((-225) (-225) (-225))) (-15 -3121 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1316 ((-225) (-225) (-225))) (-15 -1316 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -2193 ((-225) (-225) (-225))) (-15 -2193 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -3202 ((-225) (-225) (-225))) (-15 -3202 ((-169 (-225)) (-169 (-225)) (-169 (-225)))) (-15 -1959 ((-169 (-225)) (-169 (-225)))) (-15 -1959 ((-225) (-225))) (-15 -2629 ((-225) (-225))) (-15 -2629 ((-169 (-225)) (-169 (-225)))) (-15 -3262 ((-225) (-225) (-225))) (-15 -3262 ((-169 (-225)) (-169 (-225)) (-169 (-225)))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1342 (($ (-771) (-771)) NIL)) (-2087 (($ $ $) NIL)) (-1702 (($ (-1265 |#1|)) NIL) (($ $) NIL)) (-2968 (($ |#1| |#1| |#1|) 33)) (-1699 (((-112) $) NIL)) (-4362 (($ $ (-566) (-566)) NIL)) (-1802 (($ $ (-566) (-566)) NIL)) (-2678 (($ $ (-566) (-566) (-566) (-566)) NIL)) (-3930 (($ $) NIL)) (-2421 (((-112) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-2223 (($ $ (-566) (-566) $) NIL)) (-1777 ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566)) $) NIL)) (-3824 (($ $ (-566) (-1265 |#1|)) NIL)) (-3417 (($ $ (-566) (-1265 |#1|)) NIL)) (-1691 (($ |#1| |#1| |#1|) 32)) (-3872 (($ (-771) |#1|) NIL)) (-4145 (($) NIL T CONST)) (-4035 (($ $) NIL (|has| |#1| (-308)))) (-2220 (((-1265 |#1|) $ (-566)) NIL)) (-3100 (($ |#1|) 31)) (-3056 (($ |#1|) 30)) (-1720 (($ |#1|) 29)) (-3486 (((-771) $) NIL (|has| |#1| (-558)))) (-2417 ((|#1| $ (-566) (-566) |#1|) NIL)) (-2359 ((|#1| $ (-566) (-566)) NIL)) (-3953 (((-644 |#1|) $) NIL)) (-3548 (((-771) $) NIL (|has| |#1| (-558)))) (-3192 (((-644 (-1265 |#1|)) $) NIL (|has| |#1| (-558)))) (-1736 (((-771) $) NIL)) (-1566 (($ (-771) (-771) |#1|) NIL)) (-1746 (((-771) $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-1433 ((|#1| $) NIL (|has| |#1| (-6 (-4417 "*"))))) (-3574 (((-566) $) NIL)) (-2899 (((-566) $) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1840 (((-566) $) NIL)) (-3657 (((-566) $) NIL)) (-2540 (($ (-644 (-644 |#1|))) 11)) (-2409 (($ (-1 |#1| |#1|) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2240 (((-644 (-644 |#1|)) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4252 (((-3 $ "failed") $) NIL (|has| |#1| (-365)))) (-1299 (($) 12)) (-1765 (($ $ $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1417 (($ $ |#1|) NIL)) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566))) NIL)) (-2627 (($ (-644 |#1|)) NIL) (($ (-644 $)) NIL)) (-3615 (((-112) $) NIL)) (-3344 ((|#1| $) NIL (|has| |#1| (-6 (-4417 "*"))))) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-3408 (((-1265 |#1|) $ (-566)) NIL)) (-1650 (($ (-1265 |#1|)) NIL) (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2721 (((-112) $) NIL)) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $ $) NIL) (($ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-566) $) NIL) (((-1265 |#1|) $ (-1265 |#1|)) 15) (((-1265 |#1|) (-1265 |#1|) $) NIL) (((-943 |#1|) $ (-943 |#1|)) 21)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-227 |#1|) (-13 (-687 |#1| (-1265 |#1|) (-1265 |#1|)) (-10 -8 (-15 * ((-943 |#1|) $ (-943 |#1|))) (-15 -1299 ($)) (-15 -1720 ($ |#1|)) (-15 -3056 ($ |#1|)) (-15 -3100 ($ |#1|)) (-15 -1691 ($ |#1| |#1| |#1|)) (-15 -2968 ($ |#1| |#1| |#1|)))) (-13 (-365) (-1200))) (T -227))
+((* (*1 *2 *1 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200))) (-5 *1 (-227 *3)))) (-1299 (*1 *1) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))) (-1720 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))) (-3056 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))) (-3100 (*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))) (-1691 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))) (-2968 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))))
+(-13 (-687 |#1| (-1265 |#1|) (-1265 |#1|)) (-10 -8 (-15 * ((-943 |#1|) $ (-943 |#1|))) (-15 -1299 ($)) (-15 -1720 ($ |#1|)) (-15 -3056 ($ |#1|)) (-15 -3100 ($ |#1|)) (-15 -1691 ($ |#1| |#1| |#1|)) (-15 -2968 ($ |#1| |#1| |#1|))))
+((-3503 (($ (-1 (-112) |#2|) $) 16)) (-1867 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 27)) (-1708 (($) NIL) (($ (-644 |#2|)) 11)) (-2868 (((-112) $ $) 25)))
+(((-228 |#1| |#2|) (-10 -8 (-15 -3503 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1867 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1867 (|#1| |#2| |#1|)) (-15 -1708 (|#1| (-644 |#2|))) (-15 -1708 (|#1|)) (-15 -2868 ((-112) |#1| |#1|))) (-229 |#2|) (-1099)) (T -228))
+NIL
+(-10 -8 (-15 -3503 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1867 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1867 (|#1| |#2| |#1|)) (-15 -1708 (|#1| (-644 |#2|))) (-15 -1708 (|#1|)) (-15 -2868 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-3503 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3640 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ |#1| $) 48 (|has| $ (-6 -4415))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4415)))) (-1837 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4415)))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-1708 (($) 50) (($ (-644 |#1|)) 49)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 51)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 43)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-229 |#1|) (-140) (-1099)) (T -229))
NIL
(-13 (-235 |t#1|))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-3629 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) 14) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) 22) (($ $ (-771)) NIL) (($ $) 19)) (-3497 (($ $ (-1 |#2| |#2|)) 15) (($ $ (-1 |#2| |#2|) (-771)) 17) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)))
-(((-230 |#1| |#2|) (-10 -8 (-15 -3629 (|#1| |#1|)) (-15 -3497 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3497 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3497 (|#1| |#1| (-1175))) (-15 -3497 (|#1| |#1| (-644 (-1175)))) (-15 -3497 (|#1| |#1| (-1175) (-771))) (-15 -3497 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3497 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3497 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|)))) (-231 |#2|) (-1049)) (T -230))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-2324 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) 14) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) 22) (($ $ (-771)) NIL) (($ $) 19)) (-3218 (($ $ (-1 |#2| |#2|)) 15) (($ $ (-1 |#2| |#2|) (-771)) 17) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)))
+(((-230 |#1| |#2|) (-10 -8 (-15 -2324 (|#1| |#1|)) (-15 -3218 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -3218 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3218 (|#1| |#1| (-1175))) (-15 -3218 (|#1| |#1| (-644 (-1175)))) (-15 -3218 (|#1| |#1| (-1175) (-771))) (-15 -3218 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3218 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3218 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|)))) (-231 |#2|) (-1049)) (T -230))
NIL
-(-10 -8 (-15 -3629 (|#1| |#1|)) (-15 -3497 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3497 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3497 (|#1| |#1| (-1175))) (-15 -3497 (|#1| |#1| (-644 (-1175)))) (-15 -3497 (|#1| |#1| (-1175) (-771))) (-15 -3497 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3497 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3497 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3629 (($ $ (-1 |#1| |#1|)) 56) (($ $ (-1 |#1| |#1|) (-771)) 55) (($ $ (-644 (-1175)) (-644 (-771))) 48 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 47 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 46 (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 45 (|has| |#1| (-900 (-1175)))) (($ $ (-771)) 43 (|has| |#1| (-233))) (($ $) 41 (|has| |#1| (-233)))) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-1 |#1| |#1|)) 54) (($ $ (-1 |#1| |#1|) (-771)) 53) (($ $ (-644 (-1175)) (-644 (-771))) 52 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 51 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 50 (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 49 (|has| |#1| (-900 (-1175)))) (($ $ (-771)) 44 (|has| |#1| (-233))) (($ $) 42 (|has| |#1| (-233)))) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+(-10 -8 (-15 -2324 (|#1| |#1|)) (-15 -3218 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -3218 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3218 (|#1| |#1| (-1175))) (-15 -3218 (|#1| |#1| (-644 (-1175)))) (-15 -3218 (|#1| |#1| (-1175) (-771))) (-15 -3218 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3218 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3218 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2324 (($ $ (-1 |#1| |#1|)) 56) (($ $ (-1 |#1| |#1|) (-771)) 55) (($ $ (-644 (-1175)) (-644 (-771))) 48 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 47 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 46 (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 45 (|has| |#1| (-900 (-1175)))) (($ $ (-771)) 43 (|has| |#1| (-233))) (($ $) 41 (|has| |#1| (-233)))) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-1 |#1| |#1|)) 54) (($ $ (-1 |#1| |#1|) (-771)) 53) (($ $ (-644 (-1175)) (-644 (-771))) 52 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 51 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 50 (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 49 (|has| |#1| (-900 (-1175)))) (($ $ (-771)) 44 (|has| |#1| (-233))) (($ $) 42 (|has| |#1| (-233)))) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-231 |#1|) (-140) (-1049)) (T -231))
-((-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1049)))) (-3629 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *1 (-231 *4)) (-4 *4 (-1049)))) (-3497 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1049)))) (-3497 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *1 (-231 *4)) (-4 *4 (-1049)))))
-(-13 (-1049) (-10 -8 (-15 -3629 ($ $ (-1 |t#1| |t#1|))) (-15 -3629 ($ $ (-1 |t#1| |t#1|) (-771))) (-15 -3497 ($ $ (-1 |t#1| |t#1|))) (-15 -3497 ($ $ (-1 |t#1| |t#1|) (-771))) (IF (|has| |t#1| (-233)) (-6 (-233)) |%noBranch|) (IF (|has| |t#1| (-900 (-1175))) (-6 (-900 (-1175))) |%noBranch|)))
+((-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1049)))) (-2324 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *1 (-231 *4)) (-4 *4 (-1049)))) (-3218 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1049)))) (-3218 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *1 (-231 *4)) (-4 *4 (-1049)))))
+(-13 (-1049) (-10 -8 (-15 -2324 ($ $ (-1 |t#1| |t#1|))) (-15 -2324 ($ $ (-1 |t#1| |t#1|) (-771))) (-15 -3218 ($ $ (-1 |t#1| |t#1|))) (-15 -3218 ($ $ (-1 |t#1| |t#1|) (-771))) (IF (|has| |t#1| (-233)) (-6 (-233)) |%noBranch|) (IF (|has| |t#1| (-900 (-1175))) (-6 (-900 (-1175))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-233) |has| |#1| (-233)) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-3629 (($ $) NIL) (($ $ (-771)) 13)) (-3497 (($ $) 8) (($ $ (-771)) 15)))
-(((-232 |#1|) (-10 -8 (-15 -3497 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-771))) (-15 -3497 (|#1| |#1|)) (-15 -3629 (|#1| |#1|))) (-233)) (T -232))
+((-2324 (($ $) NIL) (($ $ (-771)) 13)) (-3218 (($ $) 8) (($ $ (-771)) 15)))
+(((-232 |#1|) (-10 -8 (-15 -3218 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-771))) (-15 -3218 (|#1| |#1|)) (-15 -2324 (|#1| |#1|))) (-233)) (T -232))
NIL
-(-10 -8 (-15 -3497 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-771))) (-15 -3497 (|#1| |#1|)) (-15 -3629 (|#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3629 (($ $) 42) (($ $ (-771)) 40)) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $) 41) (($ $ (-771)) 39)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+(-10 -8 (-15 -3218 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-771))) (-15 -3218 (|#1| |#1|)) (-15 -2324 (|#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2324 (($ $) 42) (($ $ (-771)) 40)) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $) 41) (($ $ (-771)) 39)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-233) (-140)) (T -233))
-((-3629 (*1 *1 *1) (-4 *1 (-233))) (-3497 (*1 *1 *1) (-4 *1 (-233))) (-3629 (*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-771)))) (-3497 (*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-771)))))
-(-13 (-1049) (-10 -8 (-15 -3629 ($ $)) (-15 -3497 ($ $)) (-15 -3629 ($ $ (-771))) (-15 -3497 ($ $ (-771)))))
+((-2324 (*1 *1 *1) (-4 *1 (-233))) (-3218 (*1 *1 *1) (-4 *1 (-233))) (-2324 (*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-771)))) (-3218 (*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-771)))))
+(-13 (-1049) (-10 -8 (-15 -2324 ($ $)) (-15 -3218 ($ $)) (-15 -2324 ($ $ (-771))) (-15 -3218 ($ $ (-771)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-1792 (($) 12) (($ (-644 |#2|)) NIL)) (-1480 (($ $) 14)) (-1340 (($ (-644 |#2|)) 10)) (-3152 (((-862) $) 21)))
-(((-234 |#1| |#2|) (-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -1792 (|#1| (-644 |#2|))) (-15 -1792 (|#1|)) (-15 -1340 (|#1| (-644 |#2|))) (-15 -1480 (|#1| |#1|))) (-235 |#2|) (-1099)) (T -234))
+((-1708 (($) 12) (($ (-644 |#2|)) NIL)) (-1800 (($ $) 14)) (-1664 (($ (-644 |#2|)) 10)) (-1650 (((-862) $) 21)))
+(((-234 |#1| |#2|) (-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -1708 (|#1| (-644 |#2|))) (-15 -1708 (|#1|)) (-15 -1664 (|#1| (-644 |#2|))) (-15 -1800 (|#1| |#1|))) (-235 |#2|) (-1099)) (T -234))
NIL
-(-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -1792 (|#1| (-644 |#2|))) (-15 -1792 (|#1|)) (-15 -1340 (|#1| (-644 |#2|))) (-15 -1480 (|#1| |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-2995 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3942 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ |#1| $) 48 (|has| $ (-6 -4414))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4414)))) (-2622 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4414)))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1792 (($) 50) (($ (-644 |#1|)) 49)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 51)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 43)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+(-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -1708 (|#1| (-644 |#2|))) (-15 -1708 (|#1|)) (-15 -1664 (|#1| (-644 |#2|))) (-15 -1800 (|#1| |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-3503 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3640 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ |#1| $) 48 (|has| $ (-6 -4415))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4415)))) (-1837 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4415)))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-1708 (($) 50) (($ (-644 |#1|)) 49)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 51)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 43)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-235 |#1|) (-140) (-1099)) (T -235))
-((-1792 (*1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1099)))) (-1792 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-235 *3)))) (-3512 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-235 *2)) (-4 *2 (-1099)))) (-3512 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4414)) (-4 *1 (-235 *3)) (-4 *3 (-1099)))) (-2995 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4414)) (-4 *1 (-235 *3)) (-4 *3 (-1099)))))
-(-13 (-107 |t#1|) (-151 |t#1|) (-10 -8 (-15 -1792 ($)) (-15 -1792 ($ (-644 |t#1|))) (IF (|has| $ (-6 -4414)) (PROGN (-15 -3512 ($ |t#1| $)) (-15 -3512 ($ (-1 (-112) |t#1|) $)) (-15 -2995 ($ (-1 (-112) |t#1|) $))) |%noBranch|)))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-3474 (((-2 (|:| |varOrder| (-644 (-1175))) (|:| |inhom| (-3 (-644 (-1264 (-771))) "failed")) (|:| |hom| (-644 (-1264 (-771))))) (-295 (-952 (-566)))) 42)))
-(((-236) (-10 -7 (-15 -3474 ((-2 (|:| |varOrder| (-644 (-1175))) (|:| |inhom| (-3 (-644 (-1264 (-771))) "failed")) (|:| |hom| (-644 (-1264 (-771))))) (-295 (-952 (-566))))))) (T -236))
-((-3474 (*1 *2 *3) (-12 (-5 *3 (-295 (-952 (-566)))) (-5 *2 (-2 (|:| |varOrder| (-644 (-1175))) (|:| |inhom| (-3 (-644 (-1264 (-771))) "failed")) (|:| |hom| (-644 (-1264 (-771)))))) (-5 *1 (-236)))))
-(-10 -7 (-15 -3474 ((-2 (|:| |varOrder| (-644 (-1175))) (|:| |inhom| (-3 (-644 (-1264 (-771))) "failed")) (|:| |hom| (-644 (-1264 (-771))))) (-295 (-952 (-566))))))
-((-3870 (((-771)) 56)) (-4089 (((-2 (|:| -3361 (-689 |#3|)) (|:| |vec| (-1264 |#3|))) (-689 $) (-1264 $)) 53) (((-689 |#3|) (-689 $)) 44) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-3126 (((-134)) 62)) (-3629 (($ $ (-1 |#3| |#3|) (-771)) NIL) (($ $ (-1 |#3| |#3|)) 18) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-3152 (((-1264 |#3|) $) NIL) (($ |#3|) NIL) (((-862) $) NIL) (($ (-566)) 12) (($ (-409 (-566))) NIL)) (-2593 (((-771)) 15)) (-3025 (($ $ |#3|) 59)))
-(((-237 |#1| |#2| |#3|) (-10 -8 (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)) (-15 -2593 ((-771))) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -3152 (|#1| |#3|)) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|) (-771))) (-15 -4089 ((-689 |#3|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#3|)) (|:| |vec| (-1264 |#3|))) (-689 |#1|) (-1264 |#1|))) (-15 -3870 ((-771))) (-15 -3025 (|#1| |#1| |#3|)) (-15 -3126 ((-134))) (-15 -3152 ((-1264 |#3|) |#1|))) (-238 |#2| |#3|) (-771) (-1214)) (T -237))
-((-3126 (*1 *2) (-12 (-14 *4 (-771)) (-4 *5 (-1214)) (-5 *2 (-134)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))) (-3870 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1214)) (-5 *2 (-771)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))) (-2593 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1214)) (-5 *2 (-771)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))))
-(-10 -8 (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)) (-15 -2593 ((-771))) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -3152 (|#1| |#3|)) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|) (-771))) (-15 -4089 ((-689 |#3|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#3|)) (|:| |vec| (-1264 |#3|))) (-689 |#1|) (-1264 |#1|))) (-15 -3870 ((-771))) (-15 -3025 (|#1| |#1| |#3|)) (-15 -3126 ((-134))) (-15 -3152 ((-1264 |#3|) |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#2| (-1099)))) (-3230 (((-112) $) 73 (|has| |#2| (-131)))) (-1570 (($ (-921)) 126 (|has| |#2| (-1049)))) (-1944 (((-1269) $ (-566) (-566)) 41 (|has| $ (-6 -4415)))) (-3920 (($ $ $) 122 (|has| |#2| (-793)))) (-3967 (((-3 $ "failed") $ $) 75 (|has| |#2| (-131)))) (-1504 (((-112) $ (-771)) 8)) (-3870 (((-771)) 108 (|has| |#2| (-370)))) (-2743 (((-566) $) 120 (|has| |#2| (-848)))) (-1456 ((|#2| $ (-566) |#2|) 53 (|has| $ (-6 -4415)))) (-2463 (($) 7 T CONST)) (-2229 (((-3 (-566) "failed") $) 68 (-2415 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-3 (-409 (-566)) "failed") $) 65 (-2415 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (((-3 |#2| "failed") $) 62 (|has| |#2| (-1099)))) (-4158 (((-566) $) 67 (-2415 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-409 (-566)) $) 64 (-2415 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) ((|#2| $) 63 (|has| |#2| (-1099)))) (-4089 (((-689 (-566)) (-689 $)) 107 (-2415 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 106 (-2415 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) 105 (|has| |#2| (-1049))) (((-689 |#2|) (-689 $)) 104 (|has| |#2| (-1049)))) (-3245 (((-3 $ "failed") $) 80 (|has| |#2| (-726)))) (-2715 (($) 111 (|has| |#2| (-370)))) (-3897 ((|#2| $ (-566) |#2|) 54 (|has| $ (-6 -4415)))) (-3829 ((|#2| $ (-566)) 52)) (-2528 (((-112) $) 118 (|has| |#2| (-848)))) (-1683 (((-644 |#2|) $) 31 (|has| $ (-6 -4414)))) (-2389 (((-112) $) 82 (|has| |#2| (-726)))) (-3233 (((-112) $) 119 (|has| |#2| (-848)))) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 44 (|has| (-566) (-850)))) (-1478 (($ $ $) 117 (-2768 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-3491 (((-644 |#2|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#2| $) 28 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 45 (|has| (-566) (-850)))) (-2599 (($ $ $) 116 (-2768 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-3885 (($ (-1 |#2| |#2|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#2| |#2|) $) 36)) (-1866 (((-921) $) 110 (|has| |#2| (-370)))) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#2| (-1099)))) (-3725 (((-644 (-566)) $) 47)) (-1644 (((-112) (-566) $) 48)) (-2835 (($ (-921)) 109 (|has| |#2| (-370)))) (-4072 (((-1119) $) 21 (|has| |#2| (-1099)))) (-3908 ((|#2| $) 43 (|has| (-566) (-850)))) (-3787 (($ $ |#2|) 42 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#2|))) 27 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 26 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 25 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 24 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#2| $) 46 (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#2| $ (-566) |#2|) 51) ((|#2| $ (-566)) 50)) (-3386 ((|#2| $ $) 125 (|has| |#2| (-1049)))) (-1668 (($ (-1264 |#2|)) 127)) (-3126 (((-134)) 124 (|has| |#2| (-365)))) (-3629 (($ $) 99 (-2415 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) 97 (-2415 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) 95 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) 94 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) 93 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) 92 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) 85 (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) 84 (|has| |#2| (-1049)))) (-4083 (((-771) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4414))) (((-771) |#2| $) 29 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-1264 |#2|) $) 128) (($ (-566)) 69 (-2768 (-2415 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049)))) (($ (-409 (-566))) 66 (-2415 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (($ |#2|) 61 (|has| |#2| (-1099))) (((-862) $) 18 (|has| |#2| (-613 (-862))))) (-2593 (((-771)) 103 (|has| |#2| (-1049)) CONST)) (-3044 (((-112) $ $) 23 (|has| |#2| (-1099)))) (-2210 (((-112) (-1 (-112) |#2|) $) 34 (|has| $ (-6 -4414)))) (-1358 (($ $) 121 (|has| |#2| (-848)))) (-4356 (($) 72 (|has| |#2| (-131)) CONST)) (-4366 (($) 83 (|has| |#2| (-726)) CONST)) (-3497 (($ $) 98 (-2415 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) 96 (-2415 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) 91 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) 90 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) 89 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) 88 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) 87 (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) 86 (|has| |#2| (-1049)))) (-2968 (((-112) $ $) 114 (-2768 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-2946 (((-112) $ $) 113 (-2768 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-2914 (((-112) $ $) 20 (|has| |#2| (-1099)))) (-2956 (((-112) $ $) 115 (-2768 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-2935 (((-112) $ $) 112 (-2768 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-3025 (($ $ |#2|) 123 (|has| |#2| (-365)))) (-3012 (($ $ $) 102 (|has| |#2| (-1049))) (($ $) 101 (|has| |#2| (-1049)))) (-3002 (($ $ $) 70 (|has| |#2| (-25)))) (** (($ $ (-771)) 81 (|has| |#2| (-726))) (($ $ (-921)) 78 (|has| |#2| (-726)))) (* (($ (-566) $) 100 (|has| |#2| (-1049))) (($ $ $) 79 (|has| |#2| (-726))) (($ $ |#2|) 77 (|has| |#2| (-726))) (($ |#2| $) 76 (|has| |#2| (-726))) (($ (-771) $) 74 (|has| |#2| (-131))) (($ (-921) $) 71 (|has| |#2| (-25)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-238 |#1| |#2|) (-140) (-771) (-1214)) (T -238))
-((-1668 (*1 *1 *2) (-12 (-5 *2 (-1264 *4)) (-4 *4 (-1214)) (-4 *1 (-238 *3 *4)))) (-1570 (*1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-238 *3 *4)) (-4 *4 (-1049)) (-4 *4 (-1214)))) (-3386 (*1 *2 *1 *1) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1214)) (-4 *2 (-1049)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1214)) (-4 *2 (-726)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1214)) (-4 *2 (-726)))))
-(-13 (-604 (-566) |t#2|) (-613 (-1264 |t#2|)) (-10 -8 (-6 -4414) (-15 -1668 ($ (-1264 |t#2|))) (IF (|has| |t#2| (-1099)) (-6 (-413 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1049)) (PROGN (-6 (-111 |t#2| |t#2|)) (-6 (-231 |t#2|)) (-6 (-379 |t#2|)) (-15 -1570 ($ (-921))) (-15 -3386 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-131)) (-6 (-131)) |%noBranch|) (IF (|has| |t#2| (-726)) (PROGN (-6 (-726)) (-15 * ($ |t#2| $)) (-15 * ($ $ |t#2|))) |%noBranch|) (IF (|has| |t#2| (-370)) (-6 (-370)) |%noBranch|) (IF (|has| |t#2| (-172)) (PROGN (-6 (-38 |t#2|)) (-6 (-172))) |%noBranch|) (IF (|has| |t#2| (-6 -4411)) (-6 -4411) |%noBranch|) (IF (|has| |t#2| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |t#2| (-793)) (-6 (-793)) |%noBranch|) (IF (|has| |t#2| (-365)) (-6 (-1271 |t#2|)) |%noBranch|)))
-(((-21) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-23) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131))) ((-25) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-34) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) -2768 (|has| |#2| (-1099)) (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-726)) (|has| |#2| (-370)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-111 |#2| |#2|) -2768 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-111 $ $) |has| |#2| (-172)) ((-131) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131))) ((-616 #0=(-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))) ((-616 (-566)) -2768 (|has| |#2| (-1049)) (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-616 |#2|) -2768 (|has| |#2| (-1099)) (|has| |#2| (-172))) ((-613 (-862)) -2768 (|has| |#2| (-1099)) (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-726)) (|has| |#2| (-370)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-613 (-862))) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-613 (-1264 |#2|)) . T) ((-172) |has| |#2| (-172)) ((-231 |#2|) |has| |#2| (-1049)) ((-233) -12 (|has| |#2| (-233)) (|has| |#2| (-1049))) ((-287 #1=(-566) |#2|) . T) ((-289 #1# |#2|) . T) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-370) |has| |#2| (-370)) ((-379 |#2|) |has| |#2| (-1049)) ((-413 |#2|) |has| |#2| (-1099)) ((-491 |#2|) . T) ((-604 #1# |#2|) . T) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-646 (-566)) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-646 |#2|) -2768 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-646 $) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-648 |#2|) -2768 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-648 $) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-640 |#2|) -2768 (|has| |#2| (-365)) (|has| |#2| (-172))) ((-639 (-566)) -12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049))) ((-639 |#2|) |has| |#2| (-1049)) ((-717 |#2|) -2768 (|has| |#2| (-365)) (|has| |#2| (-172))) ((-726) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-726)) (|has| |#2| (-172))) ((-791) |has| |#2| (-848)) ((-792) -2768 (|has| |#2| (-848)) (|has| |#2| (-793))) ((-793) |has| |#2| (-793)) ((-794) -2768 (|has| |#2| (-848)) (|has| |#2| (-793))) ((-795) -2768 (|has| |#2| (-848)) (|has| |#2| (-793))) ((-848) |has| |#2| (-848)) ((-850) -2768 (|has| |#2| (-848)) (|has| |#2| (-793))) ((-900 (-1175)) -12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049))) ((-1038 #0#) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))) ((-1038 (-566)) -12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) ((-1038 |#2|) |has| |#2| (-1099)) ((-1051 |#2|) -2768 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-1051 $) |has| |#2| (-172)) ((-1056 |#2|) -2768 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-1056 $) |has| |#2| (-172)) ((-1049) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-1057) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-1111) -2768 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-726)) (|has| |#2| (-172))) ((-1099) -2768 (|has| |#2| (-1099)) (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-726)) (|has| |#2| (-370)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-1214) . T) ((-1271 |#2|) |has| |#2| (-365)))
-((-1960 (((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|) 21)) (-2873 ((|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|) 23)) (-2319 (((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|)) 18)))
-(((-239 |#1| |#2| |#3|) (-10 -7 (-15 -1960 ((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -2873 (|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -2319 ((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|)))) (-771) (-1214) (-1214)) (T -239))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-240 *5 *6)) (-14 *5 (-771)) (-4 *6 (-1214)) (-4 *7 (-1214)) (-5 *2 (-240 *5 *7)) (-5 *1 (-239 *5 *6 *7)))) (-2873 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-240 *5 *6)) (-14 *5 (-771)) (-4 *6 (-1214)) (-4 *2 (-1214)) (-5 *1 (-239 *5 *6 *2)))) (-1960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-240 *6 *7)) (-14 *6 (-771)) (-4 *7 (-1214)) (-4 *5 (-1214)) (-5 *2 (-240 *6 *5)) (-5 *1 (-239 *6 *7 *5)))))
-(-10 -7 (-15 -1960 ((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -2873 (|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -2319 ((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|))))
-((-2988 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-3230 (((-112) $) NIL (|has| |#2| (-131)))) (-1570 (($ (-921)) 65 (|has| |#2| (-1049)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3920 (($ $ $) 70 (|has| |#2| (-793)))) (-3967 (((-3 $ "failed") $ $) 57 (|has| |#2| (-131)))) (-1504 (((-112) $ (-771)) 17)) (-3870 (((-771)) NIL (|has| |#2| (-370)))) (-2743 (((-566) $) NIL (|has| |#2| (-848)))) (-1456 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (((-3 |#2| "failed") $) 34 (|has| |#2| (-1099)))) (-4158 (((-566) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) ((|#2| $) 32 (|has| |#2| (-1099)))) (-4089 (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL (|has| |#2| (-1049))) (((-689 |#2|) (-689 $)) NIL (|has| |#2| (-1049)))) (-3245 (((-3 $ "failed") $) 61 (|has| |#2| (-726)))) (-2715 (($) NIL (|has| |#2| (-370)))) (-3897 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ (-566)) 59)) (-2528 (((-112) $) NIL (|has| |#2| (-848)))) (-1683 (((-644 |#2|) $) 15 (|has| $ (-6 -4414)))) (-2389 (((-112) $) NIL (|has| |#2| (-726)))) (-3233 (((-112) $) NIL (|has| |#2| (-848)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) 20 (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-3491 (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-4050 (((-566) $) 58 (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-3885 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#2| |#2|) $) 47)) (-1866 (((-921) $) NIL (|has| |#2| (-370)))) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#2| (-1099)))) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-2835 (($ (-921)) NIL (|has| |#2| (-370)))) (-4072 (((-1119) $) NIL (|has| |#2| (-1099)))) (-3908 ((|#2| $) NIL (|has| (-566) (-850)))) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#2|) $) 24 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-566)) 21)) (-3386 ((|#2| $ $) NIL (|has| |#2| (-1049)))) (-1668 (($ (-1264 |#2|)) 18)) (-3126 (((-134)) NIL (|has| |#2| (-365)))) (-3629 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-4083 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-1264 |#2|) $) 10) (($ (-566)) NIL (-2768 (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (($ |#2|) 13 (|has| |#2| (-1099))) (((-862) $) NIL (|has| |#2| (-613 (-862))))) (-2593 (((-771)) NIL (|has| |#2| (-1049)) CONST)) (-3044 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-2210 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1358 (($ $) NIL (|has| |#2| (-848)))) (-4356 (($) 40 (|has| |#2| (-131)) CONST)) (-4366 (($) 44 (|has| |#2| (-726)) CONST)) (-3497 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-2968 (((-112) $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2946 (((-112) $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2914 (((-112) $ $) 31 (|has| |#2| (-1099)))) (-2956 (((-112) $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2935 (((-112) $ $) 68 (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $ $) NIL (|has| |#2| (-1049))) (($ $) NIL (|has| |#2| (-1049)))) (-3002 (($ $ $) 38 (|has| |#2| (-25)))) (** (($ $ (-771)) NIL (|has| |#2| (-726))) (($ $ (-921)) NIL (|has| |#2| (-726)))) (* (($ (-566) $) NIL (|has| |#2| (-1049))) (($ $ $) 50 (|has| |#2| (-726))) (($ $ |#2|) 48 (|has| |#2| (-726))) (($ |#2| $) 49 (|has| |#2| (-726))) (($ (-771) $) NIL (|has| |#2| (-131))) (($ (-921) $) NIL (|has| |#2| (-25)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-240 |#1| |#2|) (-238 |#1| |#2|) (-771) (-1214)) (T -240))
+((-1708 (*1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1099)))) (-1708 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-235 *3)))) (-1867 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-235 *2)) (-4 *2 (-1099)))) (-1867 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4415)) (-4 *1 (-235 *3)) (-4 *3 (-1099)))) (-3503 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4415)) (-4 *1 (-235 *3)) (-4 *3 (-1099)))))
+(-13 (-107 |t#1|) (-151 |t#1|) (-10 -8 (-15 -1708 ($)) (-15 -1708 ($ (-644 |t#1|))) (IF (|has| $ (-6 -4415)) (PROGN (-15 -1867 ($ |t#1| $)) (-15 -1867 ($ (-1 (-112) |t#1|) $)) (-15 -3503 ($ (-1 (-112) |t#1|) $))) |%noBranch|)))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-1557 (((-2 (|:| |varOrder| (-644 (-1175))) (|:| |inhom| (-3 (-644 (-1265 (-771))) "failed")) (|:| |hom| (-644 (-1265 (-771))))) (-295 (-952 (-566)))) 42)))
+(((-236) (-10 -7 (-15 -1557 ((-2 (|:| |varOrder| (-644 (-1175))) (|:| |inhom| (-3 (-644 (-1265 (-771))) "failed")) (|:| |hom| (-644 (-1265 (-771))))) (-295 (-952 (-566))))))) (T -236))
+((-1557 (*1 *2 *3) (-12 (-5 *3 (-295 (-952 (-566)))) (-5 *2 (-2 (|:| |varOrder| (-644 (-1175))) (|:| |inhom| (-3 (-644 (-1265 (-771))) "failed")) (|:| |hom| (-644 (-1265 (-771)))))) (-5 *1 (-236)))))
+(-10 -7 (-15 -1557 ((-2 (|:| |varOrder| (-644 (-1175))) (|:| |inhom| (-3 (-644 (-1265 (-771))) "failed")) (|:| |hom| (-644 (-1265 (-771))))) (-295 (-952 (-566))))))
+((-3571 (((-771)) 56)) (-2204 (((-2 (|:| -2840 (-689 |#3|)) (|:| |vec| (-1265 |#3|))) (-689 $) (-1265 $)) 53) (((-689 |#3|) (-689 $)) 44) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-2262 (((-134)) 62)) (-2324 (($ $ (-1 |#3| |#3|) (-771)) NIL) (($ $ (-1 |#3| |#3|)) 18) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-1650 (((-1265 |#3|) $) NIL) (($ |#3|) NIL) (((-862) $) NIL) (($ (-566)) 12) (($ (-409 (-566))) NIL)) (-2910 (((-771)) 15)) (-2990 (($ $ |#3|) 59)))
+(((-237 |#1| |#2| |#3|) (-10 -8 (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)) (-15 -2910 ((-771))) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -1650 (|#1| |#3|)) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|) (-771))) (-15 -2204 ((-689 |#3|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#3|)) (|:| |vec| (-1265 |#3|))) (-689 |#1|) (-1265 |#1|))) (-15 -3571 ((-771))) (-15 -2990 (|#1| |#1| |#3|)) (-15 -2262 ((-134))) (-15 -1650 ((-1265 |#3|) |#1|))) (-238 |#2| |#3|) (-771) (-1215)) (T -237))
+((-2262 (*1 *2) (-12 (-14 *4 (-771)) (-4 *5 (-1215)) (-5 *2 (-134)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))) (-3571 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1215)) (-5 *2 (-771)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))) (-2910 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1215)) (-5 *2 (-771)) (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5)))))
+(-10 -8 (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)) (-15 -2910 ((-771))) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -1650 (|#1| |#3|)) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|) (-771))) (-15 -2204 ((-689 |#3|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#3|)) (|:| |vec| (-1265 |#3|))) (-689 |#1|) (-1265 |#1|))) (-15 -3571 ((-771))) (-15 -2990 (|#1| |#1| |#3|)) (-15 -2262 ((-134))) (-15 -1650 ((-1265 |#3|) |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#2| (-1099)))) (-4014 (((-112) $) 73 (|has| |#2| (-131)))) (-3242 (($ (-921)) 126 (|has| |#2| (-1049)))) (-2656 (((-1270) $ (-566) (-566)) 41 (|has| $ (-6 -4416)))) (-1307 (($ $ $) 122 (|has| |#2| (-793)))) (-3569 (((-3 $ "failed") $ $) 75 (|has| |#2| (-131)))) (-3874 (((-112) $ (-771)) 8)) (-3571 (((-771)) 108 (|has| |#2| (-370)))) (-1907 (((-566) $) 120 (|has| |#2| (-848)))) (-1777 ((|#2| $ (-566) |#2|) 53 (|has| $ (-6 -4416)))) (-4145 (($) 7 T CONST)) (-1821 (((-3 (-566) "failed") $) 68 (-3360 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-3 (-409 (-566)) "failed") $) 65 (-3360 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (((-3 |#2| "failed") $) 62 (|has| |#2| (-1099)))) (-3213 (((-566) $) 67 (-3360 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-409 (-566)) $) 64 (-3360 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) ((|#2| $) 63 (|has| |#2| (-1099)))) (-2204 (((-689 (-566)) (-689 $)) 107 (-3360 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 106 (-3360 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) 105 (|has| |#2| (-1049))) (((-689 |#2|) (-689 $)) 104 (|has| |#2| (-1049)))) (-4185 (((-3 $ "failed") $) 80 (|has| |#2| (-726)))) (-3341 (($) 111 (|has| |#2| (-370)))) (-2417 ((|#2| $ (-566) |#2|) 54 (|has| $ (-6 -4416)))) (-2359 ((|#2| $ (-566)) 52)) (-3540 (((-112) $) 118 (|has| |#2| (-848)))) (-3953 (((-644 |#2|) $) 31 (|has| $ (-6 -4415)))) (-1568 (((-112) $) 82 (|has| |#2| (-726)))) (-4049 (((-112) $) 119 (|has| |#2| (-848)))) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 44 (|has| (-566) (-850)))) (-1888 (($ $ $) 117 (-2700 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-1690 (((-644 |#2|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#2| $) 28 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 45 (|has| (-566) (-850)))) (-3890 (($ $ $) 116 (-2700 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-2409 (($ (-1 |#2| |#2|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#2| |#2|) $) 36)) (-4350 (((-921) $) 110 (|has| |#2| (-370)))) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#2| (-1099)))) (-2033 (((-644 (-566)) $) 47)) (-2686 (((-112) (-566) $) 48)) (-1351 (($ (-921)) 109 (|has| |#2| (-370)))) (-2029 (((-1119) $) 21 (|has| |#2| (-1099)))) (-3604 ((|#2| $) 43 (|has| (-566) (-850)))) (-1417 (($ $ |#2|) 42 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#2|))) 27 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 26 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 25 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 24 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#2| $) 46 (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#2| $ (-566) |#2|) 51) ((|#2| $ (-566)) 50)) (-3108 ((|#2| $ $) 125 (|has| |#2| (-1049)))) (-3884 (($ (-1265 |#2|)) 127)) (-2262 (((-134)) 124 (|has| |#2| (-365)))) (-2324 (($ $) 99 (-3360 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) 97 (-3360 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) 95 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) 94 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) 93 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) 92 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) 85 (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) 84 (|has| |#2| (-1049)))) (-2037 (((-771) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4415))) (((-771) |#2| $) 29 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-1265 |#2|) $) 128) (($ (-566)) 69 (-2700 (-3360 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049)))) (($ (-409 (-566))) 66 (-3360 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (($ |#2|) 61 (|has| |#2| (-1099))) (((-862) $) 18 (|has| |#2| (-613 (-862))))) (-2910 (((-771)) 103 (|has| |#2| (-1049)) CONST)) (-2657 (((-112) $ $) 23 (|has| |#2| (-1099)))) (-3487 (((-112) (-1 (-112) |#2|) $) 34 (|has| $ (-6 -4415)))) (-3839 (($ $) 121 (|has| |#2| (-848)))) (-3410 (($) 72 (|has| |#2| (-131)) CONST)) (-3424 (($) 83 (|has| |#2| (-726)) CONST)) (-3218 (($ $) 98 (-3360 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) 96 (-3360 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) 91 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) 90 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) 89 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) 88 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) 87 (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) 86 (|has| |#2| (-1049)))) (-2928 (((-112) $ $) 114 (-2700 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-2904 (((-112) $ $) 113 (-2700 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-2868 (((-112) $ $) 20 (|has| |#2| (-1099)))) (-2915 (((-112) $ $) 115 (-2700 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-2892 (((-112) $ $) 112 (-2700 (|has| |#2| (-848)) (|has| |#2| (-793))))) (-2990 (($ $ |#2|) 123 (|has| |#2| (-365)))) (-2977 (($ $ $) 102 (|has| |#2| (-1049))) (($ $) 101 (|has| |#2| (-1049)))) (-2964 (($ $ $) 70 (|has| |#2| (-25)))) (** (($ $ (-771)) 81 (|has| |#2| (-726))) (($ $ (-921)) 78 (|has| |#2| (-726)))) (* (($ (-566) $) 100 (|has| |#2| (-1049))) (($ $ $) 79 (|has| |#2| (-726))) (($ $ |#2|) 77 (|has| |#2| (-726))) (($ |#2| $) 76 (|has| |#2| (-726))) (($ (-771) $) 74 (|has| |#2| (-131))) (($ (-921) $) 71 (|has| |#2| (-25)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-238 |#1| |#2|) (-140) (-771) (-1215)) (T -238))
+((-3884 (*1 *1 *2) (-12 (-5 *2 (-1265 *4)) (-4 *4 (-1215)) (-4 *1 (-238 *3 *4)))) (-3242 (*1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-238 *3 *4)) (-4 *4 (-1049)) (-4 *4 (-1215)))) (-3108 (*1 *2 *1 *1) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1215)) (-4 *2 (-1049)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1215)) (-4 *2 (-726)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1215)) (-4 *2 (-726)))))
+(-13 (-604 (-566) |t#2|) (-613 (-1265 |t#2|)) (-10 -8 (-6 -4415) (-15 -3884 ($ (-1265 |t#2|))) (IF (|has| |t#2| (-1099)) (-6 (-413 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1049)) (PROGN (-6 (-111 |t#2| |t#2|)) (-6 (-231 |t#2|)) (-6 (-379 |t#2|)) (-15 -3242 ($ (-921))) (-15 -3108 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-131)) (-6 (-131)) |%noBranch|) (IF (|has| |t#2| (-726)) (PROGN (-6 (-726)) (-15 * ($ |t#2| $)) (-15 * ($ $ |t#2|))) |%noBranch|) (IF (|has| |t#2| (-370)) (-6 (-370)) |%noBranch|) (IF (|has| |t#2| (-172)) (PROGN (-6 (-38 |t#2|)) (-6 (-172))) |%noBranch|) (IF (|has| |t#2| (-6 -4412)) (-6 -4412) |%noBranch|) (IF (|has| |t#2| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |t#2| (-793)) (-6 (-793)) |%noBranch|) (IF (|has| |t#2| (-365)) (-6 (-1272 |t#2|)) |%noBranch|)))
+(((-21) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-23) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131))) ((-25) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-34) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) -2700 (|has| |#2| (-1099)) (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-726)) (|has| |#2| (-370)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-111 |#2| |#2|) -2700 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-111 $ $) |has| |#2| (-172)) ((-131) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131))) ((-616 #0=(-409 (-566))) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))) ((-616 (-566)) -2700 (|has| |#2| (-1049)) (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-616 |#2|) -2700 (|has| |#2| (-1099)) (|has| |#2| (-172))) ((-613 (-862)) -2700 (|has| |#2| (-1099)) (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-726)) (|has| |#2| (-370)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-613 (-862))) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-613 (-1265 |#2|)) . T) ((-172) |has| |#2| (-172)) ((-231 |#2|) |has| |#2| (-1049)) ((-233) -12 (|has| |#2| (-233)) (|has| |#2| (-1049))) ((-287 #1=(-566) |#2|) . T) ((-289 #1# |#2|) . T) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-370) |has| |#2| (-370)) ((-379 |#2|) |has| |#2| (-1049)) ((-413 |#2|) |has| |#2| (-1099)) ((-491 |#2|) . T) ((-604 #1# |#2|) . T) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-646 (-566)) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-646 |#2|) -2700 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-646 $) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-648 |#2|) -2700 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-648 $) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-640 |#2|) -2700 (|has| |#2| (-365)) (|has| |#2| (-172))) ((-639 (-566)) -12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049))) ((-639 |#2|) |has| |#2| (-1049)) ((-717 |#2|) -2700 (|has| |#2| (-365)) (|has| |#2| (-172))) ((-726) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-726)) (|has| |#2| (-172))) ((-791) |has| |#2| (-848)) ((-792) -2700 (|has| |#2| (-848)) (|has| |#2| (-793))) ((-793) |has| |#2| (-793)) ((-794) -2700 (|has| |#2| (-848)) (|has| |#2| (-793))) ((-795) -2700 (|has| |#2| (-848)) (|has| |#2| (-793))) ((-848) |has| |#2| (-848)) ((-850) -2700 (|has| |#2| (-848)) (|has| |#2| (-793))) ((-900 (-1175)) -12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049))) ((-1038 #0#) -12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099))) ((-1038 (-566)) -12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) ((-1038 |#2|) |has| |#2| (-1099)) ((-1051 |#2|) -2700 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-1051 $) |has| |#2| (-172)) ((-1056 |#2|) -2700 (|has| |#2| (-1049)) (|has| |#2| (-365)) (|has| |#2| (-172))) ((-1056 $) |has| |#2| (-172)) ((-1049) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-1057) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-172))) ((-1111) -2700 (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-726)) (|has| |#2| (-172))) ((-1099) -2700 (|has| |#2| (-1099)) (|has| |#2| (-1049)) (|has| |#2| (-848)) (|has| |#2| (-793)) (|has| |#2| (-726)) (|has| |#2| (-370)) (|has| |#2| (-365)) (|has| |#2| (-172)) (|has| |#2| (-131)) (|has| |#2| (-25))) ((-1215) . T) ((-1272 |#2|) |has| |#2| (-365)))
+((-2834 (((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|) 21)) (-1936 ((|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|) 23)) (-1895 (((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|)) 18)))
+(((-239 |#1| |#2| |#3|) (-10 -7 (-15 -2834 ((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -1936 (|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -1895 ((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|)))) (-771) (-1215) (-1215)) (T -239))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-240 *5 *6)) (-14 *5 (-771)) (-4 *6 (-1215)) (-4 *7 (-1215)) (-5 *2 (-240 *5 *7)) (-5 *1 (-239 *5 *6 *7)))) (-1936 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-240 *5 *6)) (-14 *5 (-771)) (-4 *6 (-1215)) (-4 *2 (-1215)) (-5 *1 (-239 *5 *6 *2)))) (-2834 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-240 *6 *7)) (-14 *6 (-771)) (-4 *7 (-1215)) (-4 *5 (-1215)) (-5 *2 (-240 *6 *5)) (-5 *1 (-239 *6 *7 *5)))))
+(-10 -7 (-15 -2834 ((-240 |#1| |#3|) (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -1936 (|#3| (-1 |#3| |#2| |#3|) (-240 |#1| |#2|) |#3|)) (-15 -1895 ((-240 |#1| |#3|) (-1 |#3| |#2|) (-240 |#1| |#2|))))
+((-4124 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-4014 (((-112) $) NIL (|has| |#2| (-131)))) (-3242 (($ (-921)) 65 (|has| |#2| (-1049)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-1307 (($ $ $) 70 (|has| |#2| (-793)))) (-3569 (((-3 $ "failed") $ $) 57 (|has| |#2| (-131)))) (-3874 (((-112) $ (-771)) 17)) (-3571 (((-771)) NIL (|has| |#2| (-370)))) (-1907 (((-566) $) NIL (|has| |#2| (-848)))) (-1777 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (((-3 |#2| "failed") $) 34 (|has| |#2| (-1099)))) (-3213 (((-566) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) ((|#2| $) 32 (|has| |#2| (-1099)))) (-2204 (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL (|has| |#2| (-1049))) (((-689 |#2|) (-689 $)) NIL (|has| |#2| (-1049)))) (-4185 (((-3 $ "failed") $) 61 (|has| |#2| (-726)))) (-3341 (($) NIL (|has| |#2| (-370)))) (-2417 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ (-566)) 59)) (-3540 (((-112) $) NIL (|has| |#2| (-848)))) (-3953 (((-644 |#2|) $) 15 (|has| $ (-6 -4415)))) (-1568 (((-112) $) NIL (|has| |#2| (-726)))) (-4049 (((-112) $) NIL (|has| |#2| (-848)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) 20 (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-1690 (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-3090 (((-566) $) 58 (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2409 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#2| |#2|) $) 47)) (-4350 (((-921) $) NIL (|has| |#2| (-370)))) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#2| (-1099)))) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-1351 (($ (-921)) NIL (|has| |#2| (-370)))) (-2029 (((-1119) $) NIL (|has| |#2| (-1099)))) (-3604 ((|#2| $) NIL (|has| (-566) (-850)))) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#2|) $) 24 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-566)) 21)) (-3108 ((|#2| $ $) NIL (|has| |#2| (-1049)))) (-3884 (($ (-1265 |#2|)) 18)) (-2262 (((-134)) NIL (|has| |#2| (-365)))) (-2324 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-2037 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-1265 |#2|) $) 10) (($ (-566)) NIL (-2700 (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (($ |#2|) 13 (|has| |#2| (-1099))) (((-862) $) NIL (|has| |#2| (-613 (-862))))) (-2910 (((-771)) NIL (|has| |#2| (-1049)) CONST)) (-2657 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-3487 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-3839 (($ $) NIL (|has| |#2| (-848)))) (-3410 (($) 40 (|has| |#2| (-131)) CONST)) (-3424 (($) 44 (|has| |#2| (-726)) CONST)) (-3218 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-2928 (((-112) $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2904 (((-112) $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2868 (((-112) $ $) 31 (|has| |#2| (-1099)))) (-2915 (((-112) $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2892 (((-112) $ $) 68 (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $ $) NIL (|has| |#2| (-1049))) (($ $) NIL (|has| |#2| (-1049)))) (-2964 (($ $ $) 38 (|has| |#2| (-25)))) (** (($ $ (-771)) NIL (|has| |#2| (-726))) (($ $ (-921)) NIL (|has| |#2| (-726)))) (* (($ (-566) $) NIL (|has| |#2| (-1049))) (($ $ $) 50 (|has| |#2| (-726))) (($ $ |#2|) 48 (|has| |#2| (-726))) (($ |#2| $) 49 (|has| |#2| (-726))) (($ (-771) $) NIL (|has| |#2| (-131))) (($ (-921) $) NIL (|has| |#2| (-25)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-240 |#1| |#2|) (-238 |#1| |#2|) (-771) (-1215)) (T -240))
NIL
(-238 |#1| |#2|)
-((-2017 (((-566) (-644 (-1157))) 36) (((-566) (-1157)) 29)) (-3953 (((-1269) (-644 (-1157))) 41) (((-1269) (-1157)) 40)) (-3445 (((-1157)) 16)) (-2888 (((-1157) (-566) (-1157)) 23)) (-4290 (((-644 (-1157)) (-644 (-1157)) (-566) (-1157)) 37) (((-1157) (-1157) (-566) (-1157)) 35)) (-1988 (((-644 (-1157)) (-644 (-1157))) 15) (((-644 (-1157)) (-1157)) 11)))
-(((-241) (-10 -7 (-15 -1988 ((-644 (-1157)) (-1157))) (-15 -1988 ((-644 (-1157)) (-644 (-1157)))) (-15 -3445 ((-1157))) (-15 -2888 ((-1157) (-566) (-1157))) (-15 -4290 ((-1157) (-1157) (-566) (-1157))) (-15 -4290 ((-644 (-1157)) (-644 (-1157)) (-566) (-1157))) (-15 -3953 ((-1269) (-1157))) (-15 -3953 ((-1269) (-644 (-1157)))) (-15 -2017 ((-566) (-1157))) (-15 -2017 ((-566) (-644 (-1157)))))) (T -241))
-((-2017 (*1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-566)) (-5 *1 (-241)))) (-2017 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-566)) (-5 *1 (-241)))) (-3953 (*1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1269)) (-5 *1 (-241)))) (-3953 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-241)))) (-4290 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-644 (-1157))) (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *1 (-241)))) (-4290 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-241)))) (-2888 (*1 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-241)))) (-3445 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-241)))) (-1988 (*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-241)))) (-1988 (*1 *2 *3) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-241)) (-5 *3 (-1157)))))
-(-10 -7 (-15 -1988 ((-644 (-1157)) (-1157))) (-15 -1988 ((-644 (-1157)) (-644 (-1157)))) (-15 -3445 ((-1157))) (-15 -2888 ((-1157) (-566) (-1157))) (-15 -4290 ((-1157) (-1157) (-566) (-1157))) (-15 -4290 ((-644 (-1157)) (-644 (-1157)) (-566) (-1157))) (-15 -3953 ((-1269) (-1157))) (-15 -3953 ((-1269) (-644 (-1157)))) (-15 -2017 ((-566) (-1157))) (-15 -2017 ((-566) (-644 (-1157)))))
+((-2161 (((-566) (-644 (-1157))) 36) (((-566) (-1157)) 29)) (-4257 (((-1270) (-644 (-1157))) 41) (((-1270) (-1157)) 40)) (-2431 (((-1157)) 16)) (-2566 (((-1157) (-566) (-1157)) 23)) (-2614 (((-644 (-1157)) (-644 (-1157)) (-566) (-1157)) 37) (((-1157) (-1157) (-566) (-1157)) 35)) (-4335 (((-644 (-1157)) (-644 (-1157))) 15) (((-644 (-1157)) (-1157)) 11)))
+(((-241) (-10 -7 (-15 -4335 ((-644 (-1157)) (-1157))) (-15 -4335 ((-644 (-1157)) (-644 (-1157)))) (-15 -2431 ((-1157))) (-15 -2566 ((-1157) (-566) (-1157))) (-15 -2614 ((-1157) (-1157) (-566) (-1157))) (-15 -2614 ((-644 (-1157)) (-644 (-1157)) (-566) (-1157))) (-15 -4257 ((-1270) (-1157))) (-15 -4257 ((-1270) (-644 (-1157)))) (-15 -2161 ((-566) (-1157))) (-15 -2161 ((-566) (-644 (-1157)))))) (T -241))
+((-2161 (*1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-566)) (-5 *1 (-241)))) (-2161 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-566)) (-5 *1 (-241)))) (-4257 (*1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1270)) (-5 *1 (-241)))) (-4257 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-241)))) (-2614 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-644 (-1157))) (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *1 (-241)))) (-2614 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-241)))) (-2566 (*1 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-241)))) (-2431 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-241)))) (-4335 (*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-241)))) (-4335 (*1 *2 *3) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-241)) (-5 *3 (-1157)))))
+(-10 -7 (-15 -4335 ((-644 (-1157)) (-1157))) (-15 -4335 ((-644 (-1157)) (-644 (-1157)))) (-15 -2431 ((-1157))) (-15 -2566 ((-1157) (-566) (-1157))) (-15 -2614 ((-1157) (-1157) (-566) (-1157))) (-15 -2614 ((-644 (-1157)) (-644 (-1157)) (-566) (-1157))) (-15 -4257 ((-1270) (-1157))) (-15 -4257 ((-1270) (-644 (-1157)))) (-15 -2161 ((-566) (-1157))) (-15 -2161 ((-566) (-644 (-1157)))))
((** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 20)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ (-409 (-566)) $) 27) (($ $ (-409 (-566))) NIL)))
(((-242 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-566))) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|))) (-243)) (T -242))
NIL
(-10 -8 (-15 ** (|#1| |#1| (-566))) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 47)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 51)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 48)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ (-409 (-566)) $) 50) (($ $ (-409 (-566))) 49)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 47)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 51)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 48)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ (-409 (-566)) $) 50) (($ $ (-409 (-566))) 49)))
(((-243) (-140)) (T -243))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-243)) (-5 *2 (-566)))) (-2748 (*1 *1 *1) (-4 *1 (-243))))
-(-13 (-291) (-38 (-409 (-566))) (-10 -8 (-15 ** ($ $ (-566))) (-15 -2748 ($ $))))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-243)) (-5 *2 (-566)))) (-4085 (*1 *1 *1) (-4 *1 (-243))))
+(-13 (-291) (-38 (-409 (-566))) (-10 -8 (-15 ** ($ $ (-566))) (-15 -4085 ($ $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-291) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-717 #0#) . T) ((-726) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2876 ((|#1| $) 49)) (-3214 (($ $) 58)) (-1504 (((-112) $ (-771)) 8)) (-2191 ((|#1| $ |#1|) 40 (|has| $ (-6 -4415)))) (-3528 (($ $ $) 54 (|has| $ (-6 -4415)))) (-1649 (($ $ $) 53 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 42 (|has| $ (-6 -4415)))) (-2463 (($) 7 T CONST)) (-1451 (($ $) 57)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 51)) (-1507 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-3655 (($ $) 56)) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-1458 (((-644 |#1|) $) 46)) (-3860 (((-112) $) 50)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2641 ((|#1| $) 60)) (-2842 (($ $) 59)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ "value") 48)) (-1696 (((-566) $ $) 45)) (-3786 (((-112) $) 47)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-1690 (($ $ $) 55 (|has| $ (-6 -4415)))) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) 52)) (-4385 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-244 |#1|) (-140) (-1214)) (T -244))
-((-2641 (*1 *2 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214)))) (-2842 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214)))) (-3214 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214)))) (-1451 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214)))) (-3655 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214)))) (-1690 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-244 *2)) (-4 *2 (-1214)))) (-3528 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-244 *2)) (-4 *2 (-1214)))) (-1649 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-244 *2)) (-4 *2 (-1214)))))
-(-13 (-1010 |t#1|) (-10 -8 (-15 -2641 (|t#1| $)) (-15 -2842 ($ $)) (-15 -3214 ($ $)) (-15 -1451 ($ $)) (-15 -3655 ($ $)) (IF (|has| $ (-6 -4415)) (PROGN (-15 -1690 ($ $ $)) (-15 -3528 ($ $ $)) (-15 -1649 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) NIL)) (-3541 ((|#1| $) NIL)) (-3214 (($ $) NIL)) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-4258 (($ $ (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) $) NIL (|has| |#1| (-850))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-3628 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2671 (($ $) 10 (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-2191 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1813 (($ $ $) NIL (|has| $ (-6 -4415)))) (-1948 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1381 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4415))) (($ $ "rest" $) NIL (|has| $ (-6 -4415))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-2995 (($ (-1 (-112) |#1|) $) NIL)) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-3531 ((|#1| $) NIL)) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3919 (($ $) NIL) (($ $ (-771)) NIL)) (-3322 (($ $) NIL (|has| |#1| (-1099)))) (-3942 (($ $) 7 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3512 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) NIL)) (-2622 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1781 (((-112) $) NIL)) (-1569 (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099))) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) (-1 (-112) |#1|) $) NIL)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1860 (($ (-771) |#1|) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-3674 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-2696 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3770 (($ |#1|) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1458 (((-644 |#1|) $) NIL)) (-3860 (((-112) $) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2641 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-3888 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-1859 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3908 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-3254 (((-112) $) NIL)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1231 (-566))) NIL) ((|#1| $ (-566)) NIL) ((|#1| $ (-566) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-771) $ "count") 16)) (-1696 (((-566) $ $) NIL)) (-1308 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-2166 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-1388 (($ (-644 |#1|)) 22)) (-3786 (((-112) $) NIL)) (-4018 (($ $) NIL)) (-3810 (($ $) NIL (|has| $ (-6 -4415)))) (-2916 (((-771) $) NIL)) (-1922 (($ $) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) NIL)) (-1690 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4386 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-644 $)) NIL) (($ $ |#1|) NIL)) (-3152 (($ (-644 |#1|)) 17) (((-644 |#1|) $) 18) (((-862) $) 21 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3000 (((-771) $) 14 (|has| $ (-6 -4414)))))
-(((-245 |#1|) (-13 (-666 |#1|) (-492 (-644 |#1|)) (-10 -8 (-15 -1388 ($ (-644 |#1|))) (-15 -1309 ($ $ "unique")) (-15 -1309 ($ $ "sort")) (-15 -1309 ((-771) $ "count")))) (-850)) (T -245))
-((-1388 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-245 *3)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-245 *3)) (-4 *3 (-850)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-245 *3)) (-4 *3 (-850)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-771)) (-5 *1 (-245 *4)) (-4 *4 (-850)))))
-(-13 (-666 |#1|) (-492 (-644 |#1|)) (-10 -8 (-15 -1388 ($ (-644 |#1|))) (-15 -1309 ($ $ "unique")) (-15 -1309 ($ $ "sort")) (-15 -1309 ((-771) $ "count"))))
-((-3681 (((-3 (-771) "failed") |#1| |#1| (-771)) 43)))
-(((-246 |#1|) (-10 -7 (-15 -3681 ((-3 (-771) "failed") |#1| |#1| (-771)))) (-13 (-726) (-370) (-10 -7 (-15 ** (|#1| |#1| (-566)))))) (T -246))
-((-3681 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-771)) (-4 *3 (-13 (-726) (-370) (-10 -7 (-15 ** (*3 *3 (-566)))))) (-5 *1 (-246 *3)))))
-(-10 -7 (-15 -3681 ((-3 (-771) "failed") |#1| |#1| (-771))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-864 |#1|)) $) NIL)) (-1590 (((-1171 $) $ (-864 |#1|)) NIL) (((-1171 |#2|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-2161 (($ $) NIL (|has| |#2| (-558)))) (-2345 (((-112) $) NIL (|has| |#2| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-864 |#1|))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1378 (($ $) NIL (|has| |#2| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#2| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-864 |#1|) "failed") $) NIL)) (-4158 ((|#2| $) NIL) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-864 |#1|) $) NIL)) (-2610 (($ $ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-1416 (($ $ (-644 (-566))) NIL)) (-2814 (($ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#2| (-909)))) (-1896 (($ $ |#2| (-240 (-3000 |#1|) (-771)) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1757 (($ (-1171 |#2|) (-864 |#1|)) NIL) (($ (-1171 $) (-864 |#1|)) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#2| (-240 (-3000 |#1|) (-771))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-864 |#1|)) NIL)) (-2749 (((-240 (-3000 |#1|) (-771)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-3021 (($ (-1 (-240 (-3000 |#1|) (-771)) (-240 (-3000 |#1|) (-771))) $) NIL)) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-2297 (((-3 (-864 |#1|) "failed") $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#2| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3380 (((-1157) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-864 |#1|)) (|:| -2201 (-771))) "failed") $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#2| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#2| (-909)))) (-2978 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-864 |#1|) |#2|) NIL) (($ $ (-644 (-864 |#1|)) (-644 |#2|)) NIL) (($ $ (-864 |#1|) $) NIL) (($ $ (-644 (-864 |#1|)) (-644 $)) NIL)) (-4068 (($ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-3629 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-3902 (((-240 (-3000 |#1|) (-771)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-864 |#1|) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-3173 ((|#2| $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-864 |#1|)) NIL) (($ (-409 (-566))) NIL (-2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#2| (-558)))) (-1643 (((-644 |#2|) $) NIL)) (-2271 ((|#2| $ (-240 (-3000 |#1|) (-771))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#2| (-558)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-247 |#1| |#2|) (-13 (-949 |#2| (-240 (-3000 |#1|) (-771)) (-864 |#1|)) (-10 -8 (-15 -1416 ($ $ (-644 (-566)))))) (-644 (-1175)) (-1049)) (T -247))
-((-1416 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-247 *3 *4)) (-14 *3 (-644 (-1175))) (-4 *4 (-1049)))))
-(-13 (-949 |#2| (-240 (-3000 |#1|) (-771)) (-864 |#1|)) (-10 -8 (-15 -1416 ($ $ (-644 (-566))))))
-((-2988 (((-112) $ $) NIL)) (-2018 (((-1269) $) 17)) (-1848 (((-183 (-249)) $) 11)) (-2695 (($ (-183 (-249))) 12)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2233 (((-249) $) 7)) (-3152 (((-862) $) 9)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 15)))
-(((-248) (-13 (-1099) (-10 -8 (-15 -2233 ((-249) $)) (-15 -1848 ((-183 (-249)) $)) (-15 -2695 ($ (-183 (-249)))) (-15 -2018 ((-1269) $))))) (T -248))
-((-2233 (*1 *2 *1) (-12 (-5 *2 (-249)) (-5 *1 (-248)))) (-1848 (*1 *2 *1) (-12 (-5 *2 (-183 (-249))) (-5 *1 (-248)))) (-2695 (*1 *1 *2) (-12 (-5 *2 (-183 (-249))) (-5 *1 (-248)))) (-2018 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-248)))))
-(-13 (-1099) (-10 -8 (-15 -2233 ((-249) $)) (-15 -1848 ((-183 (-249)) $)) (-15 -2695 ($ (-183 (-249)))) (-15 -2018 ((-1269) $))))
-((-2988 (((-112) $ $) NIL)) (-3332 (((-644 (-865)) $) NIL)) (-1368 (((-508) $) NIL)) (-3380 (((-1157) $) NIL)) (-1691 (((-186) $) NIL)) (-3335 (((-112) $ (-508)) NIL)) (-4072 (((-1119) $) NIL)) (-4333 (((-334) $) 7)) (-3589 (((-644 (-112)) $) NIL)) (-3152 (((-862) $) NIL) (((-187) $) 8)) (-3044 (((-112) $ $) NIL)) (-1752 (((-55) $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-249) (-13 (-185) (-613 (-187)) (-10 -8 (-15 -4333 ((-334) $))))) (T -249))
-((-4333 (*1 *2 *1) (-12 (-5 *2 (-334)) (-5 *1 (-249)))))
-(-13 (-185) (-613 (-187)) (-10 -8 (-15 -4333 ((-334) $))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1309 (((-1180) $ (-771)) 13)) (-3152 (((-862) $) 20)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 16)) (-3000 (((-771) $) 9)))
-(((-250) (-13 (-1099) (-10 -8 (-15 -3000 ((-771) $)) (-15 -1309 ((-1180) $ (-771)))))) (T -250))
-((-3000 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-250)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1180)) (-5 *1 (-250)))))
-(-13 (-1099) (-10 -8 (-15 -3000 ((-771) $)) (-15 -1309 ((-1180) $ (-771)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1570 (($ (-921)) NIL (|has| |#4| (-1049)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3920 (($ $ $) NIL (|has| |#4| (-793)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3870 (((-771)) NIL (|has| |#4| (-370)))) (-2743 (((-566) $) NIL (|has| |#4| (-848)))) (-1456 ((|#4| $ (-566) |#4|) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1099))) (((-3 (-566) "failed") $) NIL (-12 (|has| |#4| (-1038 (-566))) (|has| |#4| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#4| (-1038 (-409 (-566)))) (|has| |#4| (-1099))))) (-4158 ((|#4| $) NIL (|has| |#4| (-1099))) (((-566) $) NIL (-12 (|has| |#4| (-1038 (-566))) (|has| |#4| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#4| (-1038 (-409 (-566)))) (|has| |#4| (-1099))))) (-4089 (((-2 (|:| -3361 (-689 |#4|)) (|:| |vec| (-1264 |#4|))) (-689 $) (-1264 $)) NIL (|has| |#4| (-1049))) (((-689 |#4|) (-689 $)) NIL (|has| |#4| (-1049))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))))) (-3245 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))))) (-2715 (($) NIL (|has| |#4| (-370)))) (-3897 ((|#4| $ (-566) |#4|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#4| $ (-566)) NIL)) (-2528 (((-112) $) NIL (|has| |#4| (-848)))) (-1683 (((-644 |#4|) $) NIL (|has| $ (-6 -4414)))) (-2389 (((-112) $) NIL (-2768 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))))) (-3233 (((-112) $) NIL (|has| |#4| (-848)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (-2768 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-3491 (((-644 |#4|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (-2768 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-3885 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) NIL)) (-1866 (((-921) $) NIL (|has| |#4| (-370)))) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-2835 (($ (-921)) NIL (|has| |#4| (-370)))) (-4072 (((-1119) $) NIL)) (-3908 ((|#4| $) NIL (|has| (-566) (-850)))) (-3787 (($ $ |#4|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-3486 (((-644 |#4|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#4| $ (-566) |#4|) NIL) ((|#4| $ (-566)) 16)) (-3386 ((|#4| $ $) NIL (|has| |#4| (-1049)))) (-1668 (($ (-1264 |#4|)) NIL)) (-3126 (((-134)) NIL (|has| |#4| (-365)))) (-3629 (($ $ (-1 |#4| |#4|) (-771)) NIL (|has| |#4| (-1049))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1049)))) (($ $) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))))) (-4083 (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414))) (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-1264 |#4|) $) NIL) (((-862) $) NIL) (($ |#4|) NIL (|has| |#4| (-1099))) (($ (-566)) NIL (-2768 (-12 (|has| |#4| (-1038 (-566))) (|has| |#4| (-1099))) (|has| |#4| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#4| (-1038 (-409 (-566)))) (|has| |#4| (-1099))))) (-2593 (((-771)) NIL (|has| |#4| (-1049)) CONST)) (-3044 (((-112) $ $) NIL)) (-2210 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-1358 (($ $) NIL (|has| |#4| (-848)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL (-2768 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) CONST)) (-3497 (($ $ (-1 |#4| |#4|) (-771)) NIL (|has| |#4| (-1049))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1049)))) (($ $) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))))) (-2968 (((-112) $ $) NIL (-2768 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-2946 (((-112) $ $) NIL (-2768 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (-2768 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-2935 (((-112) $ $) NIL (-2768 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-3025 (($ $ |#4|) NIL (|has| |#4| (-365)))) (-3012 (($ $ $) NIL) (($ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-771)) NIL (-2768 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049))))) (($ $ (-921)) NIL (-2768 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))))) (* (($ |#2| $) 18) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL) (($ |#3| $) 22) (($ $ |#4|) NIL (|has| |#4| (-726))) (($ |#4| $) NIL (|has| |#4| (-726))) (($ $ $) NIL (-2768 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1389 ((|#1| $) 49)) (-2276 (($ $) 58)) (-3874 (((-112) $ (-771)) 8)) (-3283 ((|#1| $ |#1|) 40 (|has| $ (-6 -4416)))) (-3943 (($ $ $) 54 (|has| $ (-6 -4416)))) (-2741 (($ $ $) 53 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 42 (|has| $ (-6 -4416)))) (-4145 (($) 7 T CONST)) (-4364 (($ $) 57)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 51)) (-3906 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-4058 (($ $) 56)) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3343 (((-644 |#1|) $) 46)) (-3900 (((-112) $) 50)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1855 ((|#1| $) 60)) (-3477 (($ $) 59)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ "value") 48)) (-1985 (((-566) $ $) 45)) (-1409 (((-112) $) 47)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1940 (($ $ $) 55 (|has| $ (-6 -4416)))) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) 52)) (-2110 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-244 |#1|) (-140) (-1215)) (T -244))
+((-1855 (*1 *2 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215)))) (-3477 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215)))) (-2276 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215)))) (-4364 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215)))) (-4058 (*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215)))) (-1940 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-244 *2)) (-4 *2 (-1215)))) (-3943 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-244 *2)) (-4 *2 (-1215)))) (-2741 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-244 *2)) (-4 *2 (-1215)))))
+(-13 (-1010 |t#1|) (-10 -8 (-15 -1855 (|t#1| $)) (-15 -3477 ($ $)) (-15 -2276 ($ $)) (-15 -4364 ($ $)) (-15 -4058 ($ $)) (IF (|has| $ (-6 -4416)) (PROGN (-15 -1940 ($ $ $)) (-15 -3943 ($ $ $)) (-15 -2741 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) NIL)) (-3908 ((|#1| $) NIL)) (-2276 (($ $) NIL)) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-3337 (($ $ (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) $) NIL (|has| |#1| (-850))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-3632 (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-3292 (($ $) 10 (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-3283 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-3840 (($ $ $) NIL (|has| $ (-6 -4416)))) (-2694 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-1335 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4416))) (($ $ "rest" $) NIL (|has| $ (-6 -4416))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-3503 (($ (-1 (-112) |#1|) $) NIL)) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-3896 ((|#1| $) NIL)) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3616 (($ $) NIL) (($ $ (-771)) NIL)) (-3723 (($ $) NIL (|has| |#1| (-1099)))) (-3640 (($ $) 7 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1867 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) NIL)) (-1837 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1605 (((-112) $) NIL)) (-1308 (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099))) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) (-1 (-112) |#1|) $) NIL)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1566 (($ (-771) |#1|) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-2762 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-1485 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3479 (($ |#1|) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3343 (((-644 |#1|) $) NIL)) (-3900 (((-112) $) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1855 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-4165 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-3438 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3604 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-4284 (((-112) $) NIL)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1232 (-566))) NIL) ((|#1| $ (-566)) NIL) ((|#1| $ (-566) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-771) $ "count") 16)) (-1985 (((-566) $ $) NIL)) (-2537 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-1405 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-3676 (($ (-644 |#1|)) 22)) (-1409 (((-112) $) NIL)) (-2783 (($ $) NIL)) (-1603 (($ $) NIL (|has| $ (-6 -4416)))) (-2883 (((-771) $) NIL)) (-3715 (($ $) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) NIL)) (-1940 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2829 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-644 $)) NIL) (($ $ |#1|) NIL)) (-1650 (($ (-644 |#1|)) 17) (((-644 |#1|) $) 18) (((-862) $) 21 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-4142 (((-771) $) 14 (|has| $ (-6 -4415)))))
+(((-245 |#1|) (-13 (-666 |#1|) (-492 (-644 |#1|)) (-10 -8 (-15 -3676 ($ (-644 |#1|))) (-15 -3483 ($ $ "unique")) (-15 -3483 ($ $ "sort")) (-15 -3483 ((-771) $ "count")))) (-850)) (T -245))
+((-3676 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-245 *3)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-245 *3)) (-4 *3 (-850)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-245 *3)) (-4 *3 (-850)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-771)) (-5 *1 (-245 *4)) (-4 *4 (-850)))))
+(-13 (-666 |#1|) (-492 (-644 |#1|)) (-10 -8 (-15 -3676 ($ (-644 |#1|))) (-15 -3483 ($ $ "unique")) (-15 -3483 ($ $ "sort")) (-15 -3483 ((-771) $ "count"))))
+((-2835 (((-3 (-771) "failed") |#1| |#1| (-771)) 43)))
+(((-246 |#1|) (-10 -7 (-15 -2835 ((-3 (-771) "failed") |#1| |#1| (-771)))) (-13 (-726) (-370) (-10 -7 (-15 ** (|#1| |#1| (-566)))))) (T -246))
+((-2835 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-771)) (-4 *3 (-13 (-726) (-370) (-10 -7 (-15 ** (*3 *3 (-566)))))) (-5 *1 (-246 *3)))))
+(-10 -7 (-15 -2835 ((-3 (-771) "failed") |#1| |#1| (-771))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-864 |#1|)) $) NIL)) (-3817 (((-1171 $) $ (-864 |#1|)) NIL) (((-1171 |#2|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-4282 (($ $) NIL (|has| |#2| (-558)))) (-2296 (((-112) $) NIL (|has| |#2| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-864 |#1|))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1778 (($ $) NIL (|has| |#2| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#2| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-864 |#1|) "failed") $) NIL)) (-3213 ((|#2| $) NIL) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-864 |#1|) $) NIL)) (-3095 (($ $ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-2203 (($ $ (-644 (-566))) NIL)) (-4162 (($ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#2| (-909)))) (-3406 (($ $ |#2| (-240 (-4142 |#1|) (-771)) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3972 (($ (-1171 |#2|) (-864 |#1|)) NIL) (($ (-1171 $) (-864 |#1|)) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#2| (-240 (-4142 |#1|) (-771))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-864 |#1|)) NIL)) (-3888 (((-240 (-4142 |#1|) (-771)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-2450 (($ (-1 (-240 (-4142 |#1|) (-771)) (-240 (-4142 |#1|) (-771))) $) NIL)) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-3107 (((-3 (-864 |#1|) "failed") $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#2| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3057 (((-1157) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-864 |#1|)) (|:| -3388 (-771))) "failed") $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#2| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#2| (-909)))) (-4116 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-864 |#1|) |#2|) NIL) (($ $ (-644 (-864 |#1|)) (-644 |#2|)) NIL) (($ $ (-864 |#1|) $) NIL) (($ $ (-644 (-864 |#1|)) (-644 $)) NIL)) (-2018 (($ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-2324 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-4297 (((-240 (-4142 |#1|) (-771)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-864 |#1|) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-1573 ((|#2| $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-864 |#1|)) NIL) (($ (-409 (-566))) NIL (-2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#2| (-558)))) (-2675 (((-644 |#2|) $) NIL)) (-2841 ((|#2| $ (-240 (-4142 |#1|) (-771))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#2| (-558)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-247 |#1| |#2|) (-13 (-949 |#2| (-240 (-4142 |#1|) (-771)) (-864 |#1|)) (-10 -8 (-15 -2203 ($ $ (-644 (-566)))))) (-644 (-1175)) (-1049)) (T -247))
+((-2203 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-247 *3 *4)) (-14 *3 (-644 (-1175))) (-4 *4 (-1049)))))
+(-13 (-949 |#2| (-240 (-4142 |#1|) (-771)) (-864 |#1|)) (-10 -8 (-15 -2203 ($ $ (-644 (-566))))))
+((-4124 (((-112) $ $) NIL)) (-3628 (((-1270) $) 17)) (-4190 (((-183 (-249)) $) 11)) (-1474 (($ (-183 (-249))) 12)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3843 (((-249) $) 7)) (-1650 (((-862) $) 9)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 15)))
+(((-248) (-13 (-1099) (-10 -8 (-15 -3843 ((-249) $)) (-15 -4190 ((-183 (-249)) $)) (-15 -1474 ($ (-183 (-249)))) (-15 -3628 ((-1270) $))))) (T -248))
+((-3843 (*1 *2 *1) (-12 (-5 *2 (-249)) (-5 *1 (-248)))) (-4190 (*1 *2 *1) (-12 (-5 *2 (-183 (-249))) (-5 *1 (-248)))) (-1474 (*1 *1 *2) (-12 (-5 *2 (-183 (-249))) (-5 *1 (-248)))) (-3628 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-248)))))
+(-13 (-1099) (-10 -8 (-15 -3843 ((-249) $)) (-15 -4190 ((-183 (-249)) $)) (-15 -1474 ($ (-183 (-249)))) (-15 -3628 ((-1270) $))))
+((-4124 (((-112) $ $) NIL)) (-3055 (((-644 (-865)) $) NIL)) (-3707 (((-508) $) NIL)) (-3057 (((-1157) $) NIL)) (-2740 (((-186) $) NIL)) (-2530 (((-112) $ (-508)) NIL)) (-2029 (((-1119) $) NIL)) (-2837 (((-334) $) 7)) (-3288 (((-644 (-112)) $) NIL)) (-1650 (((-862) $) NIL) (((-187) $) 8)) (-2657 (((-112) $ $) NIL)) (-1379 (((-55) $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-249) (-13 (-185) (-613 (-187)) (-10 -8 (-15 -2837 ((-334) $))))) (T -249))
+((-2837 (*1 *2 *1) (-12 (-5 *2 (-334)) (-5 *1 (-249)))))
+(-13 (-185) (-613 (-187)) (-10 -8 (-15 -2837 ((-334) $))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3483 (((-1180) $ (-771)) 13)) (-1650 (((-862) $) 20)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 16)) (-4142 (((-771) $) 9)))
+(((-250) (-13 (-1099) (-10 -8 (-15 -4142 ((-771) $)) (-15 -3483 ((-1180) $ (-771)))))) (T -250))
+((-4142 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-250)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1180)) (-5 *1 (-250)))))
+(-13 (-1099) (-10 -8 (-15 -4142 ((-771) $)) (-15 -3483 ((-1180) $ (-771)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3242 (($ (-921)) NIL (|has| |#4| (-1049)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-1307 (($ $ $) NIL (|has| |#4| (-793)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-3571 (((-771)) NIL (|has| |#4| (-370)))) (-1907 (((-566) $) NIL (|has| |#4| (-848)))) (-1777 ((|#4| $ (-566) |#4|) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1099))) (((-3 (-566) "failed") $) NIL (-12 (|has| |#4| (-1038 (-566))) (|has| |#4| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#4| (-1038 (-409 (-566)))) (|has| |#4| (-1099))))) (-3213 ((|#4| $) NIL (|has| |#4| (-1099))) (((-566) $) NIL (-12 (|has| |#4| (-1038 (-566))) (|has| |#4| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#4| (-1038 (-409 (-566)))) (|has| |#4| (-1099))))) (-2204 (((-2 (|:| -2840 (-689 |#4|)) (|:| |vec| (-1265 |#4|))) (-689 $) (-1265 $)) NIL (|has| |#4| (-1049))) (((-689 |#4|) (-689 $)) NIL (|has| |#4| (-1049))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))))) (-4185 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))))) (-3341 (($) NIL (|has| |#4| (-370)))) (-2417 ((|#4| $ (-566) |#4|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#4| $ (-566)) NIL)) (-3540 (((-112) $) NIL (|has| |#4| (-848)))) (-3953 (((-644 |#4|) $) NIL (|has| $ (-6 -4415)))) (-1568 (((-112) $) NIL (-2700 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))))) (-4049 (((-112) $) NIL (|has| |#4| (-848)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (-2700 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-1690 (((-644 |#4|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (-2700 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-2409 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) NIL)) (-4350 (((-921) $) NIL (|has| |#4| (-370)))) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-1351 (($ (-921)) NIL (|has| |#4| (-370)))) (-2029 (((-1119) $) NIL)) (-3604 ((|#4| $) NIL (|has| (-566) (-850)))) (-1417 (($ $ |#4|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-1647 (((-644 |#4|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#4| $ (-566) |#4|) NIL) ((|#4| $ (-566)) 16)) (-3108 ((|#4| $ $) NIL (|has| |#4| (-1049)))) (-3884 (($ (-1265 |#4|)) NIL)) (-2262 (((-134)) NIL (|has| |#4| (-365)))) (-2324 (($ $ (-1 |#4| |#4|) (-771)) NIL (|has| |#4| (-1049))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1049)))) (($ $) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))))) (-2037 (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415))) (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-1265 |#4|) $) NIL) (((-862) $) NIL) (($ |#4|) NIL (|has| |#4| (-1099))) (($ (-566)) NIL (-2700 (-12 (|has| |#4| (-1038 (-566))) (|has| |#4| (-1099))) (|has| |#4| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#4| (-1038 (-409 (-566)))) (|has| |#4| (-1099))))) (-2910 (((-771)) NIL (|has| |#4| (-1049)) CONST)) (-2657 (((-112) $ $) NIL)) (-3487 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-3839 (($ $) NIL (|has| |#4| (-848)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL (-2700 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) CONST)) (-3218 (($ $ (-1 |#4| |#4|) (-771)) NIL (|has| |#4| (-1049))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1049)))) (($ $) NIL (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))))) (-2928 (((-112) $ $) NIL (-2700 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-2904 (((-112) $ $) NIL (-2700 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (-2700 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-2892 (((-112) $ $) NIL (-2700 (|has| |#4| (-793)) (|has| |#4| (-848))))) (-2990 (($ $ |#4|) NIL (|has| |#4| (-365)))) (-2977 (($ $ $) NIL) (($ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-771)) NIL (-2700 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049))))) (($ $ (-921)) NIL (-2700 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))))) (* (($ |#2| $) 18) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL) (($ |#3| $) 22) (($ $ |#4|) NIL (|has| |#4| (-726))) (($ |#4| $) NIL (|has| |#4| (-726))) (($ $ $) NIL (-2700 (-12 (|has| |#4| (-233)) (|has| |#4| (-1049))) (-12 (|has| |#4| (-639 (-566))) (|has| |#4| (-1049))) (|has| |#4| (-726)) (-12 (|has| |#4| (-900 (-1175))) (|has| |#4| (-1049)))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
(((-251 |#1| |#2| |#3| |#4|) (-13 (-238 |#1| |#4|) (-648 |#2|) (-648 |#3|)) (-921) (-1049) (-1122 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-648 |#2|)) (T -251))
NIL
(-13 (-238 |#1| |#4|) (-648 |#2|) (-648 |#3|))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1570 (($ (-921)) NIL (|has| |#3| (-1049)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3920 (($ $ $) NIL (|has| |#3| (-793)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3870 (((-771)) NIL (|has| |#3| (-370)))) (-2743 (((-566) $) NIL (|has| |#3| (-848)))) (-1456 ((|#3| $ (-566) |#3|) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1099))) (((-3 (-566) "failed") $) NIL (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))) (-4158 ((|#3| $) NIL (|has| |#3| (-1099))) (((-566) $) NIL (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))) (-4089 (((-2 (|:| -3361 (-689 |#3|)) (|:| |vec| (-1264 |#3|))) (-689 $) (-1264 $)) NIL (|has| |#3| (-1049))) (((-689 |#3|) (-689 $)) NIL (|has| |#3| (-1049))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))))) (-3245 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))))) (-2715 (($) NIL (|has| |#3| (-370)))) (-3897 ((|#3| $ (-566) |#3|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#3| $ (-566)) NIL)) (-2528 (((-112) $) NIL (|has| |#3| (-848)))) (-1683 (((-644 |#3|) $) NIL (|has| $ (-6 -4414)))) (-2389 (((-112) $) NIL (-2768 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))))) (-3233 (((-112) $) NIL (|has| |#3| (-848)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-3491 (((-644 |#3|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#3| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-3885 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#3| |#3|) $) NIL)) (-1866 (((-921) $) NIL (|has| |#3| (-370)))) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-2835 (($ (-921)) NIL (|has| |#3| (-370)))) (-4072 (((-1119) $) NIL)) (-3908 ((|#3| $) NIL (|has| (-566) (-850)))) (-3787 (($ $ |#3|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#3|))) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-295 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-644 |#3|) (-644 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#3| (-1099))))) (-3486 (((-644 |#3|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#3| $ (-566) |#3|) NIL) ((|#3| $ (-566)) 15)) (-3386 ((|#3| $ $) NIL (|has| |#3| (-1049)))) (-1668 (($ (-1264 |#3|)) NIL)) (-3126 (((-134)) NIL (|has| |#3| (-365)))) (-3629 (($ $ (-1 |#3| |#3|) (-771)) NIL (|has| |#3| (-1049))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))))) (-4083 (((-771) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4414))) (((-771) |#3| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#3| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-1264 |#3|) $) NIL) (((-862) $) NIL) (($ |#3|) NIL (|has| |#3| (-1099))) (($ (-566)) NIL (-2768 (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099))) (|has| |#3| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))) (-2593 (((-771)) NIL (|has| |#3| (-1049)) CONST)) (-3044 (((-112) $ $) NIL)) (-2210 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4414)))) (-1358 (($ $) NIL (|has| |#3| (-848)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL (-2768 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) CONST)) (-3497 (($ $ (-1 |#3| |#3|) (-771)) NIL (|has| |#3| (-1049))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))))) (-2968 (((-112) $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2946 (((-112) $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2935 (((-112) $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-3025 (($ $ |#3|) NIL (|has| |#3| (-365)))) (-3012 (($ $ $) NIL) (($ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-771)) NIL (-2768 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049))))) (($ $ (-921)) NIL (-2768 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))))) (* (($ |#2| $) 17) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-726))) (($ |#3| $) NIL (|has| |#3| (-726))) (($ $ $) NIL (-2768 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3242 (($ (-921)) NIL (|has| |#3| (-1049)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-1307 (($ $ $) NIL (|has| |#3| (-793)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-3571 (((-771)) NIL (|has| |#3| (-370)))) (-1907 (((-566) $) NIL (|has| |#3| (-848)))) (-1777 ((|#3| $ (-566) |#3|) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1099))) (((-3 (-566) "failed") $) NIL (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))) (-3213 ((|#3| $) NIL (|has| |#3| (-1099))) (((-566) $) NIL (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))) (-2204 (((-2 (|:| -2840 (-689 |#3|)) (|:| |vec| (-1265 |#3|))) (-689 $) (-1265 $)) NIL (|has| |#3| (-1049))) (((-689 |#3|) (-689 $)) NIL (|has| |#3| (-1049))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))))) (-4185 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))))) (-3341 (($) NIL (|has| |#3| (-370)))) (-2417 ((|#3| $ (-566) |#3|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#3| $ (-566)) NIL)) (-3540 (((-112) $) NIL (|has| |#3| (-848)))) (-3953 (((-644 |#3|) $) NIL (|has| $ (-6 -4415)))) (-1568 (((-112) $) NIL (-2700 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))))) (-4049 (((-112) $) NIL (|has| |#3| (-848)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-1690 (((-644 |#3|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#3| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2409 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#3| |#3|) $) NIL)) (-4350 (((-921) $) NIL (|has| |#3| (-370)))) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-1351 (($ (-921)) NIL (|has| |#3| (-370)))) (-2029 (((-1119) $) NIL)) (-3604 ((|#3| $) NIL (|has| (-566) (-850)))) (-1417 (($ $ |#3|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#3|))) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-295 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-644 |#3|) (-644 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#3| (-1099))))) (-1647 (((-644 |#3|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#3| $ (-566) |#3|) NIL) ((|#3| $ (-566)) 15)) (-3108 ((|#3| $ $) NIL (|has| |#3| (-1049)))) (-3884 (($ (-1265 |#3|)) NIL)) (-2262 (((-134)) NIL (|has| |#3| (-365)))) (-2324 (($ $ (-1 |#3| |#3|) (-771)) NIL (|has| |#3| (-1049))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))))) (-2037 (((-771) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4415))) (((-771) |#3| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#3| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-1265 |#3|) $) NIL) (((-862) $) NIL) (($ |#3|) NIL (|has| |#3| (-1099))) (($ (-566)) NIL (-2700 (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099))) (|has| |#3| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099))))) (-2910 (((-771)) NIL (|has| |#3| (-1049)) CONST)) (-2657 (((-112) $ $) NIL)) (-3487 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4415)))) (-3839 (($ $) NIL (|has| |#3| (-848)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL (-2700 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) CONST)) (-3218 (($ $ (-1 |#3| |#3|) (-771)) NIL (|has| |#3| (-1049))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1049))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))))) (-2928 (((-112) $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2904 (((-112) $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2892 (((-112) $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2990 (($ $ |#3|) NIL (|has| |#3| (-365)))) (-2977 (($ $ $) NIL) (($ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-771)) NIL (-2700 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049))))) (($ $ (-921)) NIL (-2700 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))))) (* (($ |#2| $) 17) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-726))) (($ |#3| $) NIL (|has| |#3| (-726))) (($ $ $) NIL (-2700 (-12 (|has| |#3| (-233)) (|has| |#3| (-1049))) (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049))) (|has| |#3| (-726)) (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
(((-252 |#1| |#2| |#3|) (-13 (-238 |#1| |#3|) (-648 |#2|)) (-771) (-1049) (-648 |#2|)) (T -252))
NIL
(-13 (-238 |#1| |#3|) (-648 |#2|))
-((-1825 (((-644 (-771)) $) 56) (((-644 (-771)) $ |#3|) 59)) (-1784 (((-771) $) 58) (((-771) $ |#3|) 61)) (-1559 (($ $) 76)) (-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 83)) (-2679 (((-771) $ |#3|) 43) (((-771) $) 38)) (-1545 (((-1 $ (-771)) |#3|) 15) (((-1 $ (-771)) $) 88)) (-1528 ((|#4| $) 69)) (-2663 (((-112) $) 67)) (-3779 (($ $) 75)) (-2023 (($ $ (-644 (-295 $))) 114) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-644 |#4|) (-644 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-644 |#4|) (-644 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-644 |#3|) (-644 $)) 106) (($ $ |#3| |#2|) NIL) (($ $ (-644 |#3|) (-644 |#2|)) 100)) (-3629 (($ $ |#4|) NIL) (($ $ (-644 |#4|)) NIL) (($ $ |#4| (-771)) NIL) (($ $ (-644 |#4|) (-644 (-771))) NIL) (($ $) NIL) (($ $ (-771)) NIL) (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 32)) (-4037 (((-644 |#3|) $) 86)) (-3902 ((|#5| $) NIL) (((-771) $ |#4|) NIL) (((-644 (-771)) $ (-644 |#4|)) NIL) (((-771) $ |#3|) 49)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 78) (($ (-409 (-566))) NIL) (($ $) NIL)))
-(((-253 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3152 (|#1| |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2023 (|#1| |#1| (-644 |#3|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#3| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#3|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#3| |#1|)) (-15 -1545 ((-1 |#1| (-771)) |#1|)) (-15 -1559 (|#1| |#1|)) (-15 -3779 (|#1| |#1|)) (-15 -1528 (|#4| |#1|)) (-15 -2663 ((-112) |#1|)) (-15 -1784 ((-771) |#1| |#3|)) (-15 -1825 ((-644 (-771)) |#1| |#3|)) (-15 -1784 ((-771) |#1|)) (-15 -1825 ((-644 (-771)) |#1|)) (-15 -3902 ((-771) |#1| |#3|)) (-15 -2679 ((-771) |#1|)) (-15 -2679 ((-771) |#1| |#3|)) (-15 -4037 ((-644 |#3|) |#1|)) (-15 -1545 ((-1 |#1| (-771)) |#3|)) (-15 -3152 (|#1| |#3|)) (-15 -2229 ((-3 |#3| "failed") |#1|)) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1|)) (-15 -3902 ((-644 (-771)) |#1| (-644 |#4|))) (-15 -3902 ((-771) |#1| |#4|)) (-15 -3152 (|#1| |#4|)) (-15 -2229 ((-3 |#4| "failed") |#1|)) (-15 -2023 (|#1| |#1| (-644 |#4|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#4| |#1|)) (-15 -2023 (|#1| |#1| (-644 |#4|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#4| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -3902 (|#5| |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -3629 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -3629 (|#1| |#1| |#4| (-771))) (-15 -3629 (|#1| |#1| (-644 |#4|))) (-15 -3629 (|#1| |#1| |#4|)) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|))) (-254 |#2| |#3| |#4| |#5|) (-1049) (-850) (-267 |#3|) (-793)) (T -253))
+((-3966 (((-644 (-771)) $) 56) (((-644 (-771)) $ |#3|) 59)) (-1636 (((-771) $) 58) (((-771) $ |#3|) 61)) (-3158 (($ $) 76)) (-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 83)) (-2464 (((-771) $ |#3|) 43) (((-771) $) 38)) (-4281 (((-1 $ (-771)) |#3|) 15) (((-1 $ (-771)) $) 88)) (-3677 ((|#4| $) 69)) (-2329 (((-112) $) 67)) (-3456 (($ $) 75)) (-1838 (($ $ (-644 (-295 $))) 114) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-644 |#4|) (-644 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-644 |#4|) (-644 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-644 |#3|) (-644 $)) 106) (($ $ |#3| |#2|) NIL) (($ $ (-644 |#3|) (-644 |#2|)) 100)) (-2324 (($ $ |#4|) NIL) (($ $ (-644 |#4|)) NIL) (($ $ |#4| (-771)) NIL) (($ $ (-644 |#4|) (-644 (-771))) NIL) (($ $) NIL) (($ $ (-771)) NIL) (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 32)) (-2965 (((-644 |#3|) $) 86)) (-4297 ((|#5| $) NIL) (((-771) $ |#4|) NIL) (((-644 (-771)) $ (-644 |#4|)) NIL) (((-771) $ |#3|) 49)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 78) (($ (-409 (-566))) NIL) (($ $) NIL)))
+(((-253 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -1650 (|#1| |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1838 (|#1| |#1| (-644 |#3|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#3| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#3|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#3| |#1|)) (-15 -4281 ((-1 |#1| (-771)) |#1|)) (-15 -3158 (|#1| |#1|)) (-15 -3456 (|#1| |#1|)) (-15 -3677 (|#4| |#1|)) (-15 -2329 ((-112) |#1|)) (-15 -1636 ((-771) |#1| |#3|)) (-15 -3966 ((-644 (-771)) |#1| |#3|)) (-15 -1636 ((-771) |#1|)) (-15 -3966 ((-644 (-771)) |#1|)) (-15 -4297 ((-771) |#1| |#3|)) (-15 -2464 ((-771) |#1|)) (-15 -2464 ((-771) |#1| |#3|)) (-15 -2965 ((-644 |#3|) |#1|)) (-15 -4281 ((-1 |#1| (-771)) |#3|)) (-15 -1650 (|#1| |#3|)) (-15 -1821 ((-3 |#3| "failed") |#1|)) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1|)) (-15 -4297 ((-644 (-771)) |#1| (-644 |#4|))) (-15 -4297 ((-771) |#1| |#4|)) (-15 -1650 (|#1| |#4|)) (-15 -1821 ((-3 |#4| "failed") |#1|)) (-15 -1838 (|#1| |#1| (-644 |#4|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#4| |#1|)) (-15 -1838 (|#1| |#1| (-644 |#4|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#4| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -4297 (|#5| |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -2324 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -2324 (|#1| |#1| |#4| (-771))) (-15 -2324 (|#1| |#1| (-644 |#4|))) (-15 -2324 (|#1| |#1| |#4|)) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|))) (-254 |#2| |#3| |#4| |#5|) (-1049) (-850) (-267 |#3|) (-793)) (T -253))
NIL
-(-10 -8 (-15 -3152 (|#1| |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2023 (|#1| |#1| (-644 |#3|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#3| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#3|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#3| |#1|)) (-15 -1545 ((-1 |#1| (-771)) |#1|)) (-15 -1559 (|#1| |#1|)) (-15 -3779 (|#1| |#1|)) (-15 -1528 (|#4| |#1|)) (-15 -2663 ((-112) |#1|)) (-15 -1784 ((-771) |#1| |#3|)) (-15 -1825 ((-644 (-771)) |#1| |#3|)) (-15 -1784 ((-771) |#1|)) (-15 -1825 ((-644 (-771)) |#1|)) (-15 -3902 ((-771) |#1| |#3|)) (-15 -2679 ((-771) |#1|)) (-15 -2679 ((-771) |#1| |#3|)) (-15 -4037 ((-644 |#3|) |#1|)) (-15 -1545 ((-1 |#1| (-771)) |#3|)) (-15 -3152 (|#1| |#3|)) (-15 -2229 ((-3 |#3| "failed") |#1|)) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1|)) (-15 -3902 ((-644 (-771)) |#1| (-644 |#4|))) (-15 -3902 ((-771) |#1| |#4|)) (-15 -3152 (|#1| |#4|)) (-15 -2229 ((-3 |#4| "failed") |#1|)) (-15 -2023 (|#1| |#1| (-644 |#4|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#4| |#1|)) (-15 -2023 (|#1| |#1| (-644 |#4|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#4| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -3902 (|#5| |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -3629 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -3629 (|#1| |#1| |#4| (-771))) (-15 -3629 (|#1| |#1| (-644 |#4|))) (-15 -3629 (|#1| |#1| |#4|)) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1825 (((-644 (-771)) $) 216) (((-644 (-771)) $ |#2|) 214)) (-1784 (((-771) $) 215) (((-771) $ |#2|) 213)) (-1771 (((-644 |#3|) $) 112)) (-1590 (((-1171 $) $ |#3|) 127) (((-1171 |#1|) $) 126)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 89 (|has| |#1| (-558)))) (-2161 (($ $) 90 (|has| |#1| (-558)))) (-2345 (((-112) $) 92 (|has| |#1| (-558)))) (-1357 (((-771) $) 114) (((-771) $ (-644 |#3|)) 113)) (-3967 (((-3 $ "failed") $ $) 20)) (-2292 (((-420 (-1171 $)) (-1171 $)) 102 (|has| |#1| (-909)))) (-1378 (($ $) 100 (|has| |#1| (-454)))) (-1364 (((-420 $) $) 99 (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 105 (|has| |#1| (-909)))) (-1559 (($ $) 209)) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#1| "failed") $) 166) (((-3 (-409 (-566)) "failed") $) 163 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 161 (|has| |#1| (-1038 (-566)))) (((-3 |#3| "failed") $) 138) (((-3 |#2| "failed") $) 223)) (-4158 ((|#1| $) 165) (((-409 (-566)) $) 164 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 162 (|has| |#1| (-1038 (-566)))) ((|#3| $) 139) ((|#2| $) 224)) (-2610 (($ $ $ |#3|) 110 (|has| |#1| (-172)))) (-2814 (($ $) 156)) (-4089 (((-689 (-566)) (-689 $)) 136 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 135 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 134) (((-689 |#1|) (-689 $)) 133)) (-3245 (((-3 $ "failed") $) 37)) (-2616 (($ $) 178 (|has| |#1| (-454))) (($ $ |#3|) 107 (|has| |#1| (-454)))) (-2804 (((-644 $) $) 111)) (-1615 (((-112) $) 98 (|has| |#1| (-909)))) (-1896 (($ $ |#1| |#4| $) 174)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 86 (-12 (|has| |#3| (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 85 (-12 (|has| |#3| (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2679 (((-771) $ |#2|) 219) (((-771) $) 218)) (-2389 (((-112) $) 35)) (-3039 (((-771) $) 171)) (-1757 (($ (-1171 |#1|) |#3|) 119) (($ (-1171 $) |#3|) 118)) (-1587 (((-644 $) $) 128)) (-2497 (((-112) $) 154)) (-1746 (($ |#1| |#4|) 155) (($ $ |#3| (-771)) 121) (($ $ (-644 |#3|) (-644 (-771))) 120)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ |#3|) 122)) (-2749 ((|#4| $) 172) (((-771) $ |#3|) 124) (((-644 (-771)) $ (-644 |#3|)) 123)) (-3021 (($ (-1 |#4| |#4|) $) 173)) (-2319 (($ (-1 |#1| |#1|) $) 153)) (-1545 (((-1 $ (-771)) |#2|) 221) (((-1 $ (-771)) $) 208 (|has| |#1| (-233)))) (-2297 (((-3 |#3| "failed") $) 125)) (-2784 (($ $) 151)) (-2794 ((|#1| $) 150)) (-1528 ((|#3| $) 211)) (-2128 (($ (-644 $)) 96 (|has| |#1| (-454))) (($ $ $) 95 (|has| |#1| (-454)))) (-3380 (((-1157) $) 10)) (-2663 (((-112) $) 212)) (-3738 (((-3 (-644 $) "failed") $) 116)) (-4199 (((-3 (-644 $) "failed") $) 117)) (-4108 (((-3 (-2 (|:| |var| |#3|) (|:| -2201 (-771))) "failed") $) 115)) (-3779 (($ $) 210)) (-4072 (((-1119) $) 11)) (-2761 (((-112) $) 168)) (-2773 ((|#1| $) 169)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 97 (|has| |#1| (-454)))) (-2164 (($ (-644 $)) 94 (|has| |#1| (-454))) (($ $ $) 93 (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) 104 (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) 103 (|has| |#1| (-909)))) (-1624 (((-420 $) $) 101 (|has| |#1| (-909)))) (-2978 (((-3 $ "failed") $ |#1|) 176 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 88 (|has| |#1| (-558)))) (-2023 (($ $ (-644 (-295 $))) 147) (($ $ (-295 $)) 146) (($ $ $ $) 145) (($ $ (-644 $) (-644 $)) 144) (($ $ |#3| |#1|) 143) (($ $ (-644 |#3|) (-644 |#1|)) 142) (($ $ |#3| $) 141) (($ $ (-644 |#3|) (-644 $)) 140) (($ $ |#2| $) 207 (|has| |#1| (-233))) (($ $ (-644 |#2|) (-644 $)) 206 (|has| |#1| (-233))) (($ $ |#2| |#1|) 205 (|has| |#1| (-233))) (($ $ (-644 |#2|) (-644 |#1|)) 204 (|has| |#1| (-233)))) (-4068 (($ $ |#3|) 109 (|has| |#1| (-172)))) (-3629 (($ $ |#3|) 46) (($ $ (-644 |#3|)) 45) (($ $ |#3| (-771)) 44) (($ $ (-644 |#3|) (-644 (-771))) 43) (($ $) 240 (|has| |#1| (-233))) (($ $ (-771)) 238 (|has| |#1| (-233))) (($ $ (-1175)) 236 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 235 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 234 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 233 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 226) (($ $ (-1 |#1| |#1|)) 225)) (-4037 (((-644 |#2|) $) 220)) (-3902 ((|#4| $) 152) (((-771) $ |#3|) 132) (((-644 (-771)) $ (-644 |#3|)) 131) (((-771) $ |#2|) 217)) (-2376 (((-892 (-381)) $) 84 (-12 (|has| |#3| (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) 83 (-12 (|has| |#3| (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) 82 (-12 (|has| |#3| (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-3173 ((|#1| $) 177 (|has| |#1| (-454))) (($ $ |#3|) 108 (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 106 (-2415 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 167) (($ |#3|) 137) (($ |#2|) 222) (($ (-409 (-566))) 80 (-2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566)))))) (($ $) 87 (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) 170)) (-2271 ((|#1| $ |#4|) 157) (($ $ |#3| (-771)) 130) (($ $ (-644 |#3|) (-644 (-771))) 129)) (-2633 (((-3 $ "failed") $) 81 (-2768 (-2415 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) 32 T CONST)) (-2021 (($ $ $ (-771)) 175 (|has| |#1| (-172)))) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 91 (|has| |#1| (-558)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ |#3|) 42) (($ $ (-644 |#3|)) 41) (($ $ |#3| (-771)) 40) (($ $ (-644 |#3|) (-644 (-771))) 39) (($ $) 239 (|has| |#1| (-233))) (($ $ (-771)) 237 (|has| |#1| (-233))) (($ $ (-1175)) 232 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 231 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 230 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 229 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 228) (($ $ (-1 |#1| |#1|)) 227)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 158 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 160 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 149) (($ $ |#1|) 148)))
+(-10 -8 (-15 -1650 (|#1| |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1838 (|#1| |#1| (-644 |#3|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#3| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#3|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#3| |#1|)) (-15 -4281 ((-1 |#1| (-771)) |#1|)) (-15 -3158 (|#1| |#1|)) (-15 -3456 (|#1| |#1|)) (-15 -3677 (|#4| |#1|)) (-15 -2329 ((-112) |#1|)) (-15 -1636 ((-771) |#1| |#3|)) (-15 -3966 ((-644 (-771)) |#1| |#3|)) (-15 -1636 ((-771) |#1|)) (-15 -3966 ((-644 (-771)) |#1|)) (-15 -4297 ((-771) |#1| |#3|)) (-15 -2464 ((-771) |#1|)) (-15 -2464 ((-771) |#1| |#3|)) (-15 -2965 ((-644 |#3|) |#1|)) (-15 -4281 ((-1 |#1| (-771)) |#3|)) (-15 -1650 (|#1| |#3|)) (-15 -1821 ((-3 |#3| "failed") |#1|)) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1|)) (-15 -4297 ((-644 (-771)) |#1| (-644 |#4|))) (-15 -4297 ((-771) |#1| |#4|)) (-15 -1650 (|#1| |#4|)) (-15 -1821 ((-3 |#4| "failed") |#1|)) (-15 -1838 (|#1| |#1| (-644 |#4|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#4| |#1|)) (-15 -1838 (|#1| |#1| (-644 |#4|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#4| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -4297 (|#5| |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -2324 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -2324 (|#1| |#1| |#4| (-771))) (-15 -2324 (|#1| |#1| (-644 |#4|))) (-15 -2324 (|#1| |#1| |#4|)) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3966 (((-644 (-771)) $) 216) (((-644 (-771)) $ |#2|) 214)) (-1636 (((-771) $) 215) (((-771) $ |#2|) 213)) (-3981 (((-644 |#3|) $) 112)) (-3817 (((-1171 $) $ |#3|) 127) (((-1171 |#1|) $) 126)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 89 (|has| |#1| (-558)))) (-4282 (($ $) 90 (|has| |#1| (-558)))) (-2296 (((-112) $) 92 (|has| |#1| (-558)))) (-3829 (((-771) $) 114) (((-771) $ (-644 |#3|)) 113)) (-3569 (((-3 $ "failed") $ $) 20)) (-3068 (((-420 (-1171 $)) (-1171 $)) 102 (|has| |#1| (-909)))) (-1778 (($ $) 100 (|has| |#1| (-454)))) (-1615 (((-420 $) $) 99 (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 105 (|has| |#1| (-909)))) (-3158 (($ $) 209)) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#1| "failed") $) 166) (((-3 (-409 (-566)) "failed") $) 163 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 161 (|has| |#1| (-1038 (-566)))) (((-3 |#3| "failed") $) 138) (((-3 |#2| "failed") $) 223)) (-3213 ((|#1| $) 165) (((-409 (-566)) $) 164 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 162 (|has| |#1| (-1038 (-566)))) ((|#3| $) 139) ((|#2| $) 224)) (-3095 (($ $ $ |#3|) 110 (|has| |#1| (-172)))) (-4162 (($ $) 156)) (-2204 (((-689 (-566)) (-689 $)) 136 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 135 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 134) (((-689 |#1|) (-689 $)) 133)) (-4185 (((-3 $ "failed") $) 37)) (-3156 (($ $) 178 (|has| |#1| (-454))) (($ $ |#3|) 107 (|has| |#1| (-454)))) (-4150 (((-644 $) $) 111)) (-2422 (((-112) $) 98 (|has| |#1| (-909)))) (-3406 (($ $ |#1| |#4| $) 174)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 86 (-12 (|has| |#3| (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 85 (-12 (|has| |#3| (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2464 (((-771) $ |#2|) 219) (((-771) $) 218)) (-1568 (((-112) $) 35)) (-2606 (((-771) $) 171)) (-3972 (($ (-1171 |#1|) |#3|) 119) (($ (-1171 $) |#3|) 118)) (-3400 (((-644 $) $) 128)) (-3220 (((-112) $) 154)) (-3959 (($ |#1| |#4|) 155) (($ $ |#3| (-771)) 121) (($ $ (-644 |#3|) (-644 (-771))) 120)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ |#3|) 122)) (-3888 ((|#4| $) 172) (((-771) $ |#3|) 124) (((-644 (-771)) $ (-644 |#3|)) 123)) (-2450 (($ (-1 |#4| |#4|) $) 173)) (-1895 (($ (-1 |#1| |#1|) $) 153)) (-4281 (((-1 $ (-771)) |#2|) 221) (((-1 $ (-771)) $) 208 (|has| |#1| (-233)))) (-3107 (((-3 |#3| "failed") $) 125)) (-4125 (($ $) 151)) (-4137 ((|#1| $) 150)) (-3677 ((|#3| $) 211)) (-1931 (($ (-644 $)) 96 (|has| |#1| (-454))) (($ $ $) 95 (|has| |#1| (-454)))) (-3057 (((-1157) $) 10)) (-2329 (((-112) $) 212)) (-2174 (((-3 (-644 $) "failed") $) 116)) (-4001 (((-3 (-644 $) "failed") $) 117)) (-2376 (((-3 (-2 (|:| |var| |#3|) (|:| -3388 (-771))) "failed") $) 115)) (-3456 (($ $) 210)) (-2029 (((-1119) $) 11)) (-4096 (((-112) $) 168)) (-4109 ((|#1| $) 169)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 97 (|has| |#1| (-454)))) (-1962 (($ (-644 $)) 94 (|has| |#1| (-454))) (($ $ $) 93 (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) 104 (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) 103 (|has| |#1| (-909)))) (-3846 (((-420 $) $) 101 (|has| |#1| (-909)))) (-4116 (((-3 $ "failed") $ |#1|) 176 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 88 (|has| |#1| (-558)))) (-1838 (($ $ (-644 (-295 $))) 147) (($ $ (-295 $)) 146) (($ $ $ $) 145) (($ $ (-644 $) (-644 $)) 144) (($ $ |#3| |#1|) 143) (($ $ (-644 |#3|) (-644 |#1|)) 142) (($ $ |#3| $) 141) (($ $ (-644 |#3|) (-644 $)) 140) (($ $ |#2| $) 207 (|has| |#1| (-233))) (($ $ (-644 |#2|) (-644 $)) 206 (|has| |#1| (-233))) (($ $ |#2| |#1|) 205 (|has| |#1| (-233))) (($ $ (-644 |#2|) (-644 |#1|)) 204 (|has| |#1| (-233)))) (-2018 (($ $ |#3|) 109 (|has| |#1| (-172)))) (-2324 (($ $ |#3|) 46) (($ $ (-644 |#3|)) 45) (($ $ |#3| (-771)) 44) (($ $ (-644 |#3|) (-644 (-771))) 43) (($ $) 240 (|has| |#1| (-233))) (($ $ (-771)) 238 (|has| |#1| (-233))) (($ $ (-1175)) 236 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 235 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 234 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 233 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 226) (($ $ (-1 |#1| |#1|)) 225)) (-2965 (((-644 |#2|) $) 220)) (-4297 ((|#4| $) 152) (((-771) $ |#3|) 132) (((-644 (-771)) $ (-644 |#3|)) 131) (((-771) $ |#2|) 217)) (-1945 (((-892 (-381)) $) 84 (-12 (|has| |#3| (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) 83 (-12 (|has| |#3| (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) 82 (-12 (|has| |#3| (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-1573 ((|#1| $) 177 (|has| |#1| (-454))) (($ $ |#3|) 108 (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 106 (-3360 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 167) (($ |#3|) 137) (($ |#2|) 222) (($ (-409 (-566))) 80 (-2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566)))))) (($ $) 87 (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) 170)) (-2841 ((|#1| $ |#4|) 157) (($ $ |#3| (-771)) 130) (($ $ (-644 |#3|) (-644 (-771))) 129)) (-2097 (((-3 $ "failed") $) 81 (-2700 (-3360 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) 32 T CONST)) (-2194 (($ $ $ (-771)) 175 (|has| |#1| (-172)))) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 91 (|has| |#1| (-558)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ |#3|) 42) (($ $ (-644 |#3|)) 41) (($ $ |#3| (-771)) 40) (($ $ (-644 |#3|) (-644 (-771))) 39) (($ $) 239 (|has| |#1| (-233))) (($ $ (-771)) 237 (|has| |#1| (-233))) (($ $ (-1175)) 232 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 231 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 230 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 229 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 228) (($ $ (-1 |#1| |#1|)) 227)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 158 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 160 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 149) (($ $ |#1|) 148)))
(((-254 |#1| |#2| |#3| |#4|) (-140) (-1049) (-850) (-267 |t#2|) (-793)) (T -254))
-((-1545 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-1 *1 (-771))) (-4 *1 (-254 *4 *3 *5 *6)))) (-4037 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-644 *4)))) (-2679 (*1 *2 *1 *3) (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771)))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-771)))) (-3902 (*1 *2 *1 *3) (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771)))) (-1825 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-644 (-771))))) (-1784 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-771)))) (-1825 (*1 *2 *1 *3) (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-644 (-771))))) (-1784 (*1 *2 *1 *3) (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771)))) (-2663 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-112)))) (-1528 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-793)) (-4 *2 (-267 *4)))) (-3779 (*1 *1 *1) (-12 (-4 *1 (-254 *2 *3 *4 *5)) (-4 *2 (-1049)) (-4 *3 (-850)) (-4 *4 (-267 *3)) (-4 *5 (-793)))) (-1559 (*1 *1 *1) (-12 (-4 *1 (-254 *2 *3 *4 *5)) (-4 *2 (-1049)) (-4 *3 (-850)) (-4 *4 (-267 *3)) (-4 *5 (-793)))) (-1545 (*1 *2 *1) (-12 (-4 *3 (-233)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-1 *1 (-771))) (-4 *1 (-254 *3 *4 *5 *6)))))
-(-13 (-949 |t#1| |t#4| |t#3|) (-231 |t#1|) (-1038 |t#2|) (-10 -8 (-15 -1545 ((-1 $ (-771)) |t#2|)) (-15 -4037 ((-644 |t#2|) $)) (-15 -2679 ((-771) $ |t#2|)) (-15 -2679 ((-771) $)) (-15 -3902 ((-771) $ |t#2|)) (-15 -1825 ((-644 (-771)) $)) (-15 -1784 ((-771) $)) (-15 -1825 ((-644 (-771)) $ |t#2|)) (-15 -1784 ((-771) $ |t#2|)) (-15 -2663 ((-112) $)) (-15 -1528 (|t#3| $)) (-15 -3779 ($ $)) (-15 -1559 ($ $)) (IF (|has| |t#1| (-233)) (PROGN (-6 (-516 |t#2| |t#1|)) (-6 (-516 |t#2| $)) (-6 (-310 $)) (-15 -1545 ((-1 $ (-771)) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 |#2|) . T) ((-616 |#3|) . T) ((-616 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-614 (-538)) -12 (|has| |#1| (-614 (-538))) (|has| |#3| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#3| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#3| (-614 (-892 (-566))))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-291) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-310 $) . T) ((-327 |#1| |#4|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2768 (|has| |#1| (-909)) (|has| |#1| (-454))) ((-516 |#2| |#1|) |has| |#1| (-233)) ((-516 |#2| $) |has| |#1| (-233)) ((-516 |#3| |#1|) . T) ((-516 |#3| $) . T) ((-516 $ $) . T) ((-558) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-726) . T) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-900 |#3|) . T) ((-886 (-381)) -12 (|has| |#1| (-886 (-381))) (|has| |#3| (-886 (-381)))) ((-886 (-566)) -12 (|has| |#1| (-886 (-566))) (|has| |#3| (-886 (-566)))) ((-949 |#1| |#4| |#3|) . T) ((-909) |has| |#1| (-909)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1038 |#2|) . T) ((-1038 |#3|) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) |has| |#1| (-909)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3265 ((|#1| $) 55)) (-3712 ((|#1| $) 45)) (-1504 (((-112) $ (-771)) 8)) (-2463 (($) 7 T CONST)) (-4310 (($ $) 61)) (-3166 (($ $) 49)) (-3890 ((|#1| |#1| $) 47)) (-2692 ((|#1| $) 46)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-2440 (((-771) $) 62)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3278 ((|#1| $) 40)) (-1312 ((|#1| |#1| $) 53)) (-3490 ((|#1| |#1| $) 52)) (-3888 (($ |#1| $) 41)) (-3106 (((-771) $) 56)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2660 ((|#1| $) 63)) (-1871 ((|#1| $) 51)) (-4183 ((|#1| $) 50)) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2774 ((|#1| |#1| $) 59)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-2849 ((|#1| $) 60)) (-2827 (($) 58) (($ (-644 |#1|)) 57)) (-2766 (((-771) $) 44)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1473 ((|#1| $) 54)) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 43)) (-3582 ((|#1| $) 64)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-255 |#1|) (-140) (-1214)) (T -255))
-((-2827 (*1 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))) (-2827 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-4 *1 (-255 *3)))) (-3106 (*1 *2 *1) (-12 (-4 *1 (-255 *3)) (-4 *3 (-1214)) (-5 *2 (-771)))) (-3265 (*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))) (-1473 (*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))) (-1312 (*1 *2 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))) (-3490 (*1 *2 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))) (-1871 (*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))) (-4183 (*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))) (-3166 (*1 *1 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))))
-(-13 (-1120 |t#1|) (-995 |t#1|) (-10 -8 (-15 -2827 ($)) (-15 -2827 ($ (-644 |t#1|))) (-15 -3106 ((-771) $)) (-15 -3265 (|t#1| $)) (-15 -1473 (|t#1| $)) (-15 -1312 (|t#1| |t#1| $)) (-15 -3490 (|t#1| |t#1| $)) (-15 -1871 (|t#1| $)) (-15 -4183 (|t#1| $)) (-15 -3166 ($ $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-995 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1120 |#1|) . T) ((-1214) . T))
-((-3385 (((-1 (-943 (-225)) (-225) (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225))) 153)) (-2384 (((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381))) 173) (((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 171) (((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381))) 176) (((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 172) (((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381))) 164) (((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 163) (((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381))) 145) (((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264))) 143) (((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381))) 144) (((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264))) 141)) (-2341 (((-1266) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381))) 175) (((-1266) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 174) (((-1266) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381))) 178) (((-1266) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 177) (((-1266) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381))) 166) (((-1266) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 165) (((-1266) (-1 (-943 (-225)) (-225)) (-1093 (-381))) 151) (((-1266) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264))) 150) (((-1266) (-879 (-1 (-225) (-225))) (-1093 (-381))) 149) (((-1266) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264))) 148) (((-1265) (-877 (-1 (-225) (-225))) (-1093 (-381))) 113) (((-1265) (-877 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264))) 112) (((-1265) (-1 (-225) (-225)) (-1093 (-381))) 107) (((-1265) (-1 (-225) (-225)) (-1093 (-381)) (-644 (-264))) 105)))
-(((-256) (-10 -7 (-15 -2341 ((-1265) (-1 (-225) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1265) (-1 (-225) (-225)) (-1093 (-381)))) (-15 -2341 ((-1265) (-877 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1265) (-877 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2341 ((-1266) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-879 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2341 ((-1266) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-1 (-943 (-225)) (-225)) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)))) (-15 -2341 ((-1266) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2341 ((-1266) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2341 ((-1266) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)))) (-15 -3385 ((-1 (-943 (-225)) (-225) (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))) (T -256))
-((-3385 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225) (-225))) (-5 *3 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4) (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2384 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4) (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4) (-12 (-5 *3 (-877 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1265)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-877 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1265)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1265)) (-5 *1 (-256)))) (-2341 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1265)) (-5 *1 (-256)))))
-(-10 -7 (-15 -2341 ((-1265) (-1 (-225) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1265) (-1 (-225) (-225)) (-1093 (-381)))) (-15 -2341 ((-1265) (-877 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1265) (-877 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2341 ((-1266) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-879 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2341 ((-1266) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-1 (-943 (-225)) (-225)) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)))) (-15 -2341 ((-1266) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2341 ((-1266) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2341 ((-1266) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)))) (-15 -2384 ((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)))) (-15 -3385 ((-1 (-943 (-225)) (-225) (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))
-((-2341 (((-1265) (-295 |#2|) (-1175) (-1175) (-644 (-264))) 101)))
-(((-257 |#1| |#2|) (-10 -7 (-15 -2341 ((-1265) (-295 |#2|) (-1175) (-1175) (-644 (-264))))) (-13 (-558) (-850) (-1038 (-566))) (-432 |#1|)) (T -257))
-((-2341 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-295 *7)) (-5 *4 (-1175)) (-5 *5 (-644 (-264))) (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-850) (-1038 (-566)))) (-5 *2 (-1265)) (-5 *1 (-257 *6 *7)))))
-(-10 -7 (-15 -2341 ((-1265) (-295 |#2|) (-1175) (-1175) (-644 (-264)))))
-((-1617 (((-566) (-566)) 73)) (-4262 (((-566) (-566)) 74)) (-1314 (((-225) (-225)) 75)) (-2264 (((-1266) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225))) 72)) (-1445 (((-1266) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)) (-112)) 70)))
-(((-258) (-10 -7 (-15 -1445 ((-1266) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)) (-112))) (-15 -2264 ((-1266) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)))) (-15 -1617 ((-566) (-566))) (-15 -4262 ((-566) (-566))) (-15 -1314 ((-225) (-225))))) (T -258))
-((-1314 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-258)))) (-4262 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-258)))) (-1617 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-258)))) (-2264 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1093 (-225))) (-5 *2 (-1266)) (-5 *1 (-258)))) (-1445 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1093 (-225))) (-5 *5 (-112)) (-5 *2 (-1266)) (-5 *1 (-258)))))
-(-10 -7 (-15 -1445 ((-1266) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)) (-112))) (-15 -2264 ((-1266) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)))) (-15 -1617 ((-566) (-566))) (-15 -4262 ((-566) (-566))) (-15 -1314 ((-225) (-225))))
-((-3152 (((-1091 (-381)) (-1091 (-317 |#1|))) 16)))
-(((-259 |#1|) (-10 -7 (-15 -3152 ((-1091 (-381)) (-1091 (-317 |#1|))))) (-13 (-850) (-558) (-614 (-381)))) (T -259))
-((-3152 (*1 *2 *3) (-12 (-5 *3 (-1091 (-317 *4))) (-4 *4 (-13 (-850) (-558) (-614 (-381)))) (-5 *2 (-1091 (-381))) (-5 *1 (-259 *4)))))
-(-10 -7 (-15 -3152 ((-1091 (-381)) (-1091 (-317 |#1|)))))
-((-2384 (((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381))) 75) (((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264))) 74) (((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381))) 65) (((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264))) 64) (((-1132 (-225)) (-879 |#1|) (-1091 (-381))) 56) (((-1132 (-225)) (-879 |#1|) (-1091 (-381)) (-644 (-264))) 55)) (-2341 (((-1266) (-882 |#1|) (-1091 (-381)) (-1091 (-381))) 78) (((-1266) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264))) 77) (((-1266) |#1| (-1091 (-381)) (-1091 (-381))) 68) (((-1266) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264))) 67) (((-1266) (-879 |#1|) (-1091 (-381))) 60) (((-1266) (-879 |#1|) (-1091 (-381)) (-644 (-264))) 59) (((-1265) (-877 |#1|) (-1091 (-381))) 47) (((-1265) (-877 |#1|) (-1091 (-381)) (-644 (-264))) 46) (((-1265) |#1| (-1091 (-381))) 38) (((-1265) |#1| (-1091 (-381)) (-644 (-264))) 36)))
-(((-260 |#1|) (-10 -7 (-15 -2341 ((-1265) |#1| (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1265) |#1| (-1091 (-381)))) (-15 -2341 ((-1265) (-877 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1265) (-877 |#1|) (-1091 (-381)))) (-15 -2341 ((-1266) (-879 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-879 |#1|) (-1091 (-381)))) (-15 -2384 ((-1132 (-225)) (-879 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-879 |#1|) (-1091 (-381)))) (-15 -2341 ((-1266) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) |#1| (-1091 (-381)) (-1091 (-381)))) (-15 -2384 ((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)))) (-15 -2341 ((-1266) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-882 |#1|) (-1091 (-381)) (-1091 (-381)))) (-15 -2384 ((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381))))) (-13 (-614 (-538)) (-1099))) (T -260))
-((-2384 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-882 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *5)))) (-2384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-882 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *6)))) (-2341 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-882 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266)) (-5 *1 (-260 *5)))) (-2341 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-882 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266)) (-5 *1 (-260 *6)))) (-2384 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2384 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2341 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1266)) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2341 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2384 (*1 *2 *3 *4) (-12 (-5 *3 (-879 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *5)))) (-2384 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-879 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *6)))) (-2341 (*1 *2 *3 *4) (-12 (-5 *3 (-879 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266)) (-5 *1 (-260 *5)))) (-2341 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-879 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266)) (-5 *1 (-260 *6)))) (-2341 (*1 *2 *3 *4) (-12 (-5 *3 (-877 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1265)) (-5 *1 (-260 *5)))) (-2341 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-877 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1265)) (-5 *1 (-260 *6)))) (-2341 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1265)) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2341 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1265)) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))))
-(-10 -7 (-15 -2341 ((-1265) |#1| (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1265) |#1| (-1091 (-381)))) (-15 -2341 ((-1265) (-877 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1265) (-877 |#1|) (-1091 (-381)))) (-15 -2341 ((-1266) (-879 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-879 |#1|) (-1091 (-381)))) (-15 -2384 ((-1132 (-225)) (-879 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-879 |#1|) (-1091 (-381)))) (-15 -2341 ((-1266) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) |#1| (-1091 (-381)) (-1091 (-381)))) (-15 -2384 ((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)))) (-15 -2341 ((-1266) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2341 ((-1266) (-882 |#1|) (-1091 (-381)) (-1091 (-381)))) (-15 -2384 ((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2384 ((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381)))))
-((-2341 (((-1266) (-644 (-225)) (-644 (-225)) (-644 (-225)) (-644 (-264))) 23) (((-1266) (-644 (-225)) (-644 (-225)) (-644 (-225))) 24) (((-1265) (-644 (-943 (-225))) (-644 (-264))) 16) (((-1265) (-644 (-943 (-225)))) 17) (((-1265) (-644 (-225)) (-644 (-225)) (-644 (-264))) 20) (((-1265) (-644 (-225)) (-644 (-225))) 21)))
-(((-261) (-10 -7 (-15 -2341 ((-1265) (-644 (-225)) (-644 (-225)))) (-15 -2341 ((-1265) (-644 (-225)) (-644 (-225)) (-644 (-264)))) (-15 -2341 ((-1265) (-644 (-943 (-225))))) (-15 -2341 ((-1265) (-644 (-943 (-225))) (-644 (-264)))) (-15 -2341 ((-1266) (-644 (-225)) (-644 (-225)) (-644 (-225)))) (-15 -2341 ((-1266) (-644 (-225)) (-644 (-225)) (-644 (-225)) (-644 (-264)))))) (T -261))
-((-2341 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-644 (-225))) (-5 *4 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-261)))) (-2341 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1266)) (-5 *1 (-261)))) (-2341 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *4 (-644 (-264))) (-5 *2 (-1265)) (-5 *1 (-261)))) (-2341 (*1 *2 *3) (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *2 (-1265)) (-5 *1 (-261)))) (-2341 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-644 (-225))) (-5 *4 (-644 (-264))) (-5 *2 (-1265)) (-5 *1 (-261)))) (-2341 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1265)) (-5 *1 (-261)))))
-(-10 -7 (-15 -2341 ((-1265) (-644 (-225)) (-644 (-225)))) (-15 -2341 ((-1265) (-644 (-225)) (-644 (-225)) (-644 (-264)))) (-15 -2341 ((-1265) (-644 (-943 (-225))))) (-15 -2341 ((-1265) (-644 (-943 (-225))) (-644 (-264)))) (-15 -2341 ((-1266) (-644 (-225)) (-644 (-225)) (-644 (-225)))) (-15 -2341 ((-1266) (-644 (-225)) (-644 (-225)) (-644 (-225)) (-644 (-264)))))
-((-3755 (((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-644 (-264)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 25)) (-1661 (((-921) (-644 (-264)) (-921)) 52)) (-3085 (((-921) (-644 (-264)) (-921)) 51)) (-3851 (((-644 (-381)) (-644 (-264)) (-644 (-381))) 68)) (-2151 (((-381) (-644 (-264)) (-381)) 57)) (-2697 (((-921) (-644 (-264)) (-921)) 53)) (-2917 (((-112) (-644 (-264)) (-112)) 27)) (-4024 (((-1157) (-644 (-264)) (-1157)) 19)) (-2385 (((-1157) (-644 (-264)) (-1157)) 26)) (-4338 (((-1132 (-225)) (-644 (-264))) 46)) (-2869 (((-644 (-1093 (-381))) (-644 (-264)) (-644 (-1093 (-381)))) 40)) (-3744 (((-874) (-644 (-264)) (-874)) 32)) (-1660 (((-874) (-644 (-264)) (-874)) 33)) (-1547 (((-1 (-943 (-225)) (-943 (-225))) (-644 (-264)) (-1 (-943 (-225)) (-943 (-225)))) 63)) (-3275 (((-112) (-644 (-264)) (-112)) 14)) (-4335 (((-112) (-644 (-264)) (-112)) 13)))
-(((-262) (-10 -7 (-15 -4335 ((-112) (-644 (-264)) (-112))) (-15 -3275 ((-112) (-644 (-264)) (-112))) (-15 -3755 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-644 (-264)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -4024 ((-1157) (-644 (-264)) (-1157))) (-15 -2385 ((-1157) (-644 (-264)) (-1157))) (-15 -2917 ((-112) (-644 (-264)) (-112))) (-15 -3744 ((-874) (-644 (-264)) (-874))) (-15 -1660 ((-874) (-644 (-264)) (-874))) (-15 -2869 ((-644 (-1093 (-381))) (-644 (-264)) (-644 (-1093 (-381))))) (-15 -3085 ((-921) (-644 (-264)) (-921))) (-15 -1661 ((-921) (-644 (-264)) (-921))) (-15 -4338 ((-1132 (-225)) (-644 (-264)))) (-15 -2697 ((-921) (-644 (-264)) (-921))) (-15 -2151 ((-381) (-644 (-264)) (-381))) (-15 -1547 ((-1 (-943 (-225)) (-943 (-225))) (-644 (-264)) (-1 (-943 (-225)) (-943 (-225))))) (-15 -3851 ((-644 (-381)) (-644 (-264)) (-644 (-381)))))) (T -262))
-((-3851 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-381))) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-1547 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2151 (*1 *2 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2697 (*1 *2 *3 *2) (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-4338 (*1 *2 *3) (-12 (-5 *3 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-262)))) (-1661 (*1 *2 *3 *2) (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-3085 (*1 *2 *3 *2) (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2869 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-1660 (*1 *2 *3 *2) (-12 (-5 *2 (-874)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-3744 (*1 *2 *3 *2) (-12 (-5 *2 (-874)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2917 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2385 (*1 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-4024 (*1 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-3755 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-3275 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-4335 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))))
-(-10 -7 (-15 -4335 ((-112) (-644 (-264)) (-112))) (-15 -3275 ((-112) (-644 (-264)) (-112))) (-15 -3755 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-644 (-264)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -4024 ((-1157) (-644 (-264)) (-1157))) (-15 -2385 ((-1157) (-644 (-264)) (-1157))) (-15 -2917 ((-112) (-644 (-264)) (-112))) (-15 -3744 ((-874) (-644 (-264)) (-874))) (-15 -1660 ((-874) (-644 (-264)) (-874))) (-15 -2869 ((-644 (-1093 (-381))) (-644 (-264)) (-644 (-1093 (-381))))) (-15 -3085 ((-921) (-644 (-264)) (-921))) (-15 -1661 ((-921) (-644 (-264)) (-921))) (-15 -4338 ((-1132 (-225)) (-644 (-264)))) (-15 -2697 ((-921) (-644 (-264)) (-921))) (-15 -2151 ((-381) (-644 (-264)) (-381))) (-15 -1547 ((-1 (-943 (-225)) (-943 (-225))) (-644 (-264)) (-1 (-943 (-225)) (-943 (-225))))) (-15 -3851 ((-644 (-381)) (-644 (-264)) (-644 (-381)))))
-((-2249 (((-3 |#1| "failed") (-644 (-264)) (-1175)) 17)))
-(((-263 |#1|) (-10 -7 (-15 -2249 ((-3 |#1| "failed") (-644 (-264)) (-1175)))) (-1214)) (T -263))
-((-2249 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *1 (-263 *2)) (-4 *2 (-1214)))))
-(-10 -7 (-15 -2249 ((-3 |#1| "failed") (-644 (-264)) (-1175))))
-((-2988 (((-112) $ $) NIL)) (-3755 (($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 24)) (-1661 (($ (-921)) 81)) (-3085 (($ (-921)) 80)) (-2896 (($ (-644 (-381))) 87)) (-2151 (($ (-381)) 66)) (-2697 (($ (-921)) 82)) (-2917 (($ (-112)) 33)) (-4024 (($ (-1157)) 28)) (-2385 (($ (-1157)) 29)) (-4338 (($ (-1132 (-225))) 76)) (-2869 (($ (-644 (-1093 (-381)))) 72)) (-2821 (($ (-644 (-1093 (-381)))) 68) (($ (-644 (-1093 (-409 (-566))))) 71)) (-1631 (($ (-381)) 38) (($ (-874)) 42)) (-1823 (((-112) (-644 $) (-1175)) 100)) (-2249 (((-3 (-52) "failed") (-644 $) (-1175)) 102)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1581 (($ (-381)) 43) (($ (-874)) 44)) (-3350 (($ (-1 (-943 (-225)) (-943 (-225)))) 65)) (-1547 (($ (-1 (-943 (-225)) (-943 (-225)))) 83)) (-3279 (($ (-1 (-225) (-225))) 48) (($ (-1 (-225) (-225) (-225))) 52) (($ (-1 (-225) (-225) (-225) (-225))) 56)) (-3152 (((-862) $) 93)) (-1446 (($ (-112)) 34) (($ (-644 (-1093 (-381)))) 60)) (-3044 (((-112) $ $) NIL)) (-4335 (($ (-112)) 35)) (-2914 (((-112) $ $) 97)))
-(((-264) (-13 (-1099) (-10 -8 (-15 -4335 ($ (-112))) (-15 -1446 ($ (-112))) (-15 -3755 ($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -4024 ($ (-1157))) (-15 -2385 ($ (-1157))) (-15 -2917 ($ (-112))) (-15 -1446 ($ (-644 (-1093 (-381))))) (-15 -3350 ($ (-1 (-943 (-225)) (-943 (-225))))) (-15 -1631 ($ (-381))) (-15 -1631 ($ (-874))) (-15 -1581 ($ (-381))) (-15 -1581 ($ (-874))) (-15 -3279 ($ (-1 (-225) (-225)))) (-15 -3279 ($ (-1 (-225) (-225) (-225)))) (-15 -3279 ($ (-1 (-225) (-225) (-225) (-225)))) (-15 -2151 ($ (-381))) (-15 -2821 ($ (-644 (-1093 (-381))))) (-15 -2821 ($ (-644 (-1093 (-409 (-566)))))) (-15 -2869 ($ (-644 (-1093 (-381))))) (-15 -4338 ($ (-1132 (-225)))) (-15 -3085 ($ (-921))) (-15 -1661 ($ (-921))) (-15 -2697 ($ (-921))) (-15 -1547 ($ (-1 (-943 (-225)) (-943 (-225))))) (-15 -2896 ($ (-644 (-381)))) (-15 -2249 ((-3 (-52) "failed") (-644 $) (-1175))) (-15 -1823 ((-112) (-644 $) (-1175)))))) (T -264))
-((-4335 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264)))) (-1446 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264)))) (-3755 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *1 (-264)))) (-4024 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-264)))) (-2385 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-264)))) (-2917 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264)))) (-1446 (*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264)))) (-3350 (*1 *1 *2) (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *1 (-264)))) (-1631 (*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))) (-1631 (*1 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-264)))) (-1581 (*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))) (-1581 (*1 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-264)))) (-3279 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-264)))) (-3279 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-264)))) (-3279 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-264)))) (-2151 (*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))) (-2821 (*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264)))) (-2821 (*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-409 (-566))))) (-5 *1 (-264)))) (-2869 (*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264)))) (-4338 (*1 *1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-264)))) (-3085 (*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))) (-1661 (*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))) (-2697 (*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))) (-1547 (*1 *1 *2) (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *1 (-264)))) (-2896 (*1 *1 *2) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-264)))) (-2249 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *2 (-52)) (-5 *1 (-264)))) (-1823 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *2 (-112)) (-5 *1 (-264)))))
-(-13 (-1099) (-10 -8 (-15 -4335 ($ (-112))) (-15 -1446 ($ (-112))) (-15 -3755 ($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -4024 ($ (-1157))) (-15 -2385 ($ (-1157))) (-15 -2917 ($ (-112))) (-15 -1446 ($ (-644 (-1093 (-381))))) (-15 -3350 ($ (-1 (-943 (-225)) (-943 (-225))))) (-15 -1631 ($ (-381))) (-15 -1631 ($ (-874))) (-15 -1581 ($ (-381))) (-15 -1581 ($ (-874))) (-15 -3279 ($ (-1 (-225) (-225)))) (-15 -3279 ($ (-1 (-225) (-225) (-225)))) (-15 -3279 ($ (-1 (-225) (-225) (-225) (-225)))) (-15 -2151 ($ (-381))) (-15 -2821 ($ (-644 (-1093 (-381))))) (-15 -2821 ($ (-644 (-1093 (-409 (-566)))))) (-15 -2869 ($ (-644 (-1093 (-381))))) (-15 -4338 ($ (-1132 (-225)))) (-15 -3085 ($ (-921))) (-15 -1661 ($ (-921))) (-15 -2697 ($ (-921))) (-15 -1547 ($ (-1 (-943 (-225)) (-943 (-225))))) (-15 -2896 ($ (-644 (-381)))) (-15 -2249 ((-3 (-52) "failed") (-644 $) (-1175))) (-15 -1823 ((-112) (-644 $) (-1175)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1825 (((-644 (-771)) $) NIL) (((-644 (-771)) $ |#2|) NIL)) (-1784 (((-771) $) NIL) (((-771) $ |#2|) NIL)) (-1771 (((-644 |#3|) $) NIL)) (-1590 (((-1171 $) $ |#3|) NIL) (((-1171 |#1|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 |#3|)) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1378 (($ $) NIL (|has| |#1| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1559 (($ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1124 |#1| |#2|) "failed") $) 23)) (-4158 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1124 |#1| |#2|) $) NIL)) (-2610 (($ $ $ |#3|) NIL (|has| |#1| (-172)))) (-2814 (($ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#1| (-454))) (($ $ |#3|) NIL (|has| |#1| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-909)))) (-1896 (($ $ |#1| (-533 |#3|) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| |#1| (-886 (-381))) (|has| |#3| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| |#1| (-886 (-566))) (|has| |#3| (-886 (-566)))))) (-2679 (((-771) $ |#2|) NIL) (((-771) $) 10)) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1757 (($ (-1171 |#1|) |#3|) NIL) (($ (-1171 $) |#3|) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-533 |#3|)) NIL) (($ $ |#3| (-771)) NIL) (($ $ (-644 |#3|) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ |#3|) NIL)) (-2749 (((-533 |#3|) $) NIL) (((-771) $ |#3|) NIL) (((-644 (-771)) $ (-644 |#3|)) NIL)) (-3021 (($ (-1 (-533 |#3|) (-533 |#3|)) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-1545 (((-1 $ (-771)) |#2|) NIL) (((-1 $ (-771)) $) NIL (|has| |#1| (-233)))) (-2297 (((-3 |#3| "failed") $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-1528 ((|#3| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3380 (((-1157) $) NIL)) (-2663 (((-112) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| |#3|) (|:| -2201 (-771))) "failed") $) NIL)) (-3779 (($ $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#1| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-909)))) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-644 |#3|) (-644 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-644 |#3|) (-644 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-233))) (($ $ (-644 |#2|) (-644 $)) NIL (|has| |#1| (-233))) (($ $ |#2| |#1|) NIL (|has| |#1| (-233))) (($ $ (-644 |#2|) (-644 |#1|)) NIL (|has| |#1| (-233)))) (-4068 (($ $ |#3|) NIL (|has| |#1| (-172)))) (-3629 (($ $ |#3|) NIL) (($ $ (-644 |#3|)) NIL) (($ $ |#3| (-771)) NIL) (($ $ (-644 |#3|) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-4037 (((-644 |#2|) $) NIL)) (-3902 (((-533 |#3|) $) NIL) (((-771) $ |#3|) NIL) (((-644 (-771)) $ (-644 |#3|)) NIL) (((-771) $ |#2|) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#3| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#3| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| |#1| (-614 (-538))) (|has| |#3| (-614 (-538)))))) (-3173 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ |#3|) NIL (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) 26) (($ |#3|) 25) (($ |#2|) NIL) (($ (-1124 |#1| |#2|)) 32) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-533 |#3|)) NIL) (($ $ |#3| (-771)) NIL) (($ $ (-644 |#3|) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ |#3|) NIL) (($ $ (-644 |#3|)) NIL) (($ $ |#3| (-771)) NIL) (($ $ (-644 |#3|) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+((-4281 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-1 *1 (-771))) (-4 *1 (-254 *4 *3 *5 *6)))) (-2965 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-644 *4)))) (-2464 (*1 *2 *1 *3) (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771)))) (-2464 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-771)))) (-4297 (*1 *2 *1 *3) (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771)))) (-3966 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-644 (-771))))) (-1636 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-771)))) (-3966 (*1 *2 *1 *3) (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-644 (-771))))) (-1636 (*1 *2 *1 *3) (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771)))) (-2329 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-112)))) (-3677 (*1 *2 *1) (-12 (-4 *1 (-254 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-793)) (-4 *2 (-267 *4)))) (-3456 (*1 *1 *1) (-12 (-4 *1 (-254 *2 *3 *4 *5)) (-4 *2 (-1049)) (-4 *3 (-850)) (-4 *4 (-267 *3)) (-4 *5 (-793)))) (-3158 (*1 *1 *1) (-12 (-4 *1 (-254 *2 *3 *4 *5)) (-4 *2 (-1049)) (-4 *3 (-850)) (-4 *4 (-267 *3)) (-4 *5 (-793)))) (-4281 (*1 *2 *1) (-12 (-4 *3 (-233)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-1 *1 (-771))) (-4 *1 (-254 *3 *4 *5 *6)))))
+(-13 (-949 |t#1| |t#4| |t#3|) (-231 |t#1|) (-1038 |t#2|) (-10 -8 (-15 -4281 ((-1 $ (-771)) |t#2|)) (-15 -2965 ((-644 |t#2|) $)) (-15 -2464 ((-771) $ |t#2|)) (-15 -2464 ((-771) $)) (-15 -4297 ((-771) $ |t#2|)) (-15 -3966 ((-644 (-771)) $)) (-15 -1636 ((-771) $)) (-15 -3966 ((-644 (-771)) $ |t#2|)) (-15 -1636 ((-771) $ |t#2|)) (-15 -2329 ((-112) $)) (-15 -3677 (|t#3| $)) (-15 -3456 ($ $)) (-15 -3158 ($ $)) (IF (|has| |t#1| (-233)) (PROGN (-6 (-516 |t#2| |t#1|)) (-6 (-516 |t#2| $)) (-6 (-310 $)) (-15 -4281 ((-1 $ (-771)) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 |#2|) . T) ((-616 |#3|) . T) ((-616 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-614 (-538)) -12 (|has| |#1| (-614 (-538))) (|has| |#3| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#3| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#3| (-614 (-892 (-566))))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-291) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-310 $) . T) ((-327 |#1| |#4|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2700 (|has| |#1| (-909)) (|has| |#1| (-454))) ((-516 |#2| |#1|) |has| |#1| (-233)) ((-516 |#2| $) |has| |#1| (-233)) ((-516 |#3| |#1|) . T) ((-516 |#3| $) . T) ((-516 $ $) . T) ((-558) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-726) . T) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-900 |#3|) . T) ((-886 (-381)) -12 (|has| |#1| (-886 (-381))) (|has| |#3| (-886 (-381)))) ((-886 (-566)) -12 (|has| |#1| (-886 (-566))) (|has| |#3| (-886 (-566)))) ((-949 |#1| |#4| |#3|) . T) ((-909) |has| |#1| (-909)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1038 |#2|) . T) ((-1038 |#3|) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) |has| |#1| (-909)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-4375 ((|#1| $) 55)) (-3773 ((|#1| $) 45)) (-3874 (((-112) $ (-771)) 8)) (-4145 (($) 7 T CONST)) (-3873 (($ $) 61)) (-1501 (($ $) 49)) (-4189 ((|#1| |#1| $) 47)) (-1446 ((|#1| $) 46)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-2715 (((-771) $) 62)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3252 ((|#1| $) 40)) (-2572 ((|#1| |#1| $) 53)) (-1681 ((|#1| |#1| $) 52)) (-4165 (($ |#1| $) 41)) (-2149 (((-771) $) 56)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2301 ((|#1| $) 63)) (-3142 ((|#1| $) 51)) (-1914 ((|#1| $) 50)) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-4090 ((|#1| |#1| $) 59)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3545 ((|#1| $) 60)) (-3330 (($) 58) (($ (-644 |#1|)) 57)) (-2752 (((-771) $) 44)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1666 ((|#1| $) 54)) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 43)) (-3219 ((|#1| $) 64)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-255 |#1|) (-140) (-1215)) (T -255))
+((-3330 (*1 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))) (-3330 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-4 *1 (-255 *3)))) (-2149 (*1 *2 *1) (-12 (-4 *1 (-255 *3)) (-4 *3 (-1215)) (-5 *2 (-771)))) (-4375 (*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))) (-1666 (*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))) (-2572 (*1 *2 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))) (-1681 (*1 *2 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))) (-3142 (*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))) (-1914 (*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))) (-1501 (*1 *1 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))))
+(-13 (-1120 |t#1|) (-995 |t#1|) (-10 -8 (-15 -3330 ($)) (-15 -3330 ($ (-644 |t#1|))) (-15 -2149 ((-771) $)) (-15 -4375 (|t#1| $)) (-15 -1666 (|t#1| $)) (-15 -2572 (|t#1| |t#1| $)) (-15 -1681 (|t#1| |t#1| $)) (-15 -3142 (|t#1| $)) (-15 -1914 (|t#1| $)) (-15 -1501 ($ $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-995 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1120 |#1|) . T) ((-1215) . T))
+((-3098 (((-1 (-943 (-225)) (-225) (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225))) 153)) (-2637 (((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381))) 173) (((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 171) (((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381))) 176) (((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 172) (((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381))) 164) (((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 163) (((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381))) 145) (((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264))) 143) (((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381))) 144) (((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264))) 141)) (-2587 (((-1267) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381))) 175) (((-1267) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 174) (((-1267) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381))) 178) (((-1267) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 177) (((-1267) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381))) 166) (((-1267) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264))) 165) (((-1267) (-1 (-943 (-225)) (-225)) (-1093 (-381))) 151) (((-1267) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264))) 150) (((-1267) (-879 (-1 (-225) (-225))) (-1093 (-381))) 149) (((-1267) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264))) 148) (((-1266) (-877 (-1 (-225) (-225))) (-1093 (-381))) 113) (((-1266) (-877 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264))) 112) (((-1266) (-1 (-225) (-225)) (-1093 (-381))) 107) (((-1266) (-1 (-225) (-225)) (-1093 (-381)) (-644 (-264))) 105)))
+(((-256) (-10 -7 (-15 -2587 ((-1266) (-1 (-225) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1266) (-1 (-225) (-225)) (-1093 (-381)))) (-15 -2587 ((-1266) (-877 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1266) (-877 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2587 ((-1267) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-879 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2587 ((-1267) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-1 (-943 (-225)) (-225)) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)))) (-15 -2587 ((-1267) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2587 ((-1267) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2587 ((-1267) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)))) (-15 -3098 ((-1 (-943 (-225)) (-225) (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))) (T -256))
+((-3098 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225) (-225))) (-5 *3 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4) (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2637 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4) (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4) (-12 (-5 *3 (-877 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-877 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *2 (-1266)) (-5 *1 (-256)))) (-2587 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1093 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256)))))
+(-10 -7 (-15 -2587 ((-1266) (-1 (-225) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1266) (-1 (-225) (-225)) (-1093 (-381)))) (-15 -2587 ((-1266) (-877 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1266) (-877 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2587 ((-1267) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-879 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2587 ((-1267) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-1 (-943 (-225)) (-225)) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-879 (-1 (-225) (-225))) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-1 (-943 (-225)) (-225)) (-1093 (-381)))) (-15 -2587 ((-1267) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2587 ((-1267) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-381)) (-1093 (-381)))) (-15 -2587 ((-1267) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)))) (-15 -2637 ((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-882 (-1 (-225) (-225) (-225))) (-1093 (-381)) (-1093 (-381)))) (-15 -3098 ((-1 (-943 (-225)) (-225) (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))
+((-2587 (((-1266) (-295 |#2|) (-1175) (-1175) (-644 (-264))) 101)))
+(((-257 |#1| |#2|) (-10 -7 (-15 -2587 ((-1266) (-295 |#2|) (-1175) (-1175) (-644 (-264))))) (-13 (-558) (-850) (-1038 (-566))) (-432 |#1|)) (T -257))
+((-2587 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-295 *7)) (-5 *4 (-1175)) (-5 *5 (-644 (-264))) (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-850) (-1038 (-566)))) (-5 *2 (-1266)) (-5 *1 (-257 *6 *7)))))
+(-10 -7 (-15 -2587 ((-1266) (-295 |#2|) (-1175) (-1175) (-644 (-264)))))
+((-2438 (((-566) (-566)) 73)) (-3384 (((-566) (-566)) 74)) (-2597 (((-225) (-225)) 75)) (-2755 (((-1267) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225))) 72)) (-1442 (((-1267) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)) (-112)) 70)))
+(((-258) (-10 -7 (-15 -1442 ((-1267) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)) (-112))) (-15 -2755 ((-1267) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)))) (-15 -2438 ((-566) (-566))) (-15 -3384 ((-566) (-566))) (-15 -2597 ((-225) (-225))))) (T -258))
+((-2597 (*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-258)))) (-3384 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-258)))) (-2438 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-258)))) (-2755 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1093 (-225))) (-5 *2 (-1267)) (-5 *1 (-258)))) (-1442 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1093 (-225))) (-5 *5 (-112)) (-5 *2 (-1267)) (-5 *1 (-258)))))
+(-10 -7 (-15 -1442 ((-1267) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)) (-112))) (-15 -2755 ((-1267) (-1 (-169 (-225)) (-169 (-225))) (-1093 (-225)) (-1093 (-225)))) (-15 -2438 ((-566) (-566))) (-15 -3384 ((-566) (-566))) (-15 -2597 ((-225) (-225))))
+((-1650 (((-1091 (-381)) (-1091 (-317 |#1|))) 16)))
+(((-259 |#1|) (-10 -7 (-15 -1650 ((-1091 (-381)) (-1091 (-317 |#1|))))) (-13 (-850) (-558) (-614 (-381)))) (T -259))
+((-1650 (*1 *2 *3) (-12 (-5 *3 (-1091 (-317 *4))) (-4 *4 (-13 (-850) (-558) (-614 (-381)))) (-5 *2 (-1091 (-381))) (-5 *1 (-259 *4)))))
+(-10 -7 (-15 -1650 ((-1091 (-381)) (-1091 (-317 |#1|)))))
+((-2637 (((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381))) 75) (((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264))) 74) (((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381))) 65) (((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264))) 64) (((-1132 (-225)) (-879 |#1|) (-1091 (-381))) 56) (((-1132 (-225)) (-879 |#1|) (-1091 (-381)) (-644 (-264))) 55)) (-2587 (((-1267) (-882 |#1|) (-1091 (-381)) (-1091 (-381))) 78) (((-1267) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264))) 77) (((-1267) |#1| (-1091 (-381)) (-1091 (-381))) 68) (((-1267) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264))) 67) (((-1267) (-879 |#1|) (-1091 (-381))) 60) (((-1267) (-879 |#1|) (-1091 (-381)) (-644 (-264))) 59) (((-1266) (-877 |#1|) (-1091 (-381))) 47) (((-1266) (-877 |#1|) (-1091 (-381)) (-644 (-264))) 46) (((-1266) |#1| (-1091 (-381))) 38) (((-1266) |#1| (-1091 (-381)) (-644 (-264))) 36)))
+(((-260 |#1|) (-10 -7 (-15 -2587 ((-1266) |#1| (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1266) |#1| (-1091 (-381)))) (-15 -2587 ((-1266) (-877 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1266) (-877 |#1|) (-1091 (-381)))) (-15 -2587 ((-1267) (-879 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-879 |#1|) (-1091 (-381)))) (-15 -2637 ((-1132 (-225)) (-879 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-879 |#1|) (-1091 (-381)))) (-15 -2587 ((-1267) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) |#1| (-1091 (-381)) (-1091 (-381)))) (-15 -2637 ((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)))) (-15 -2587 ((-1267) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-882 |#1|) (-1091 (-381)) (-1091 (-381)))) (-15 -2637 ((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381))))) (-13 (-614 (-538)) (-1099))) (T -260))
+((-2637 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-882 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *5)))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-882 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *6)))) (-2587 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-882 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1267)) (-5 *1 (-260 *5)))) (-2587 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-882 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1267)) (-5 *1 (-260 *6)))) (-2637 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2587 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1267)) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2587 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2637 (*1 *2 *3 *4) (-12 (-5 *3 (-879 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *5)))) (-2637 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-879 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *6)))) (-2587 (*1 *2 *3 *4) (-12 (-5 *3 (-879 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1267)) (-5 *1 (-260 *5)))) (-2587 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-879 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1267)) (-5 *1 (-260 *6)))) (-2587 (*1 *2 *3 *4) (-12 (-5 *3 (-877 *5)) (-5 *4 (-1091 (-381))) (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266)) (-5 *1 (-260 *5)))) (-2587 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-877 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266)) (-5 *1 (-260 *6)))) (-2587 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1266)) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))) (-2587 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099))))))
+(-10 -7 (-15 -2587 ((-1266) |#1| (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1266) |#1| (-1091 (-381)))) (-15 -2587 ((-1266) (-877 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1266) (-877 |#1|) (-1091 (-381)))) (-15 -2587 ((-1267) (-879 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-879 |#1|) (-1091 (-381)))) (-15 -2637 ((-1132 (-225)) (-879 |#1|) (-1091 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-879 |#1|) (-1091 (-381)))) (-15 -2587 ((-1267) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) |#1| (-1091 (-381)) (-1091 (-381)))) (-15 -2637 ((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) |#1| (-1091 (-381)) (-1091 (-381)))) (-15 -2587 ((-1267) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2587 ((-1267) (-882 |#1|) (-1091 (-381)) (-1091 (-381)))) (-15 -2637 ((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381)) (-644 (-264)))) (-15 -2637 ((-1132 (-225)) (-882 |#1|) (-1091 (-381)) (-1091 (-381)))))
+((-2587 (((-1267) (-644 (-225)) (-644 (-225)) (-644 (-225)) (-644 (-264))) 23) (((-1267) (-644 (-225)) (-644 (-225)) (-644 (-225))) 24) (((-1266) (-644 (-943 (-225))) (-644 (-264))) 16) (((-1266) (-644 (-943 (-225)))) 17) (((-1266) (-644 (-225)) (-644 (-225)) (-644 (-264))) 20) (((-1266) (-644 (-225)) (-644 (-225))) 21)))
+(((-261) (-10 -7 (-15 -2587 ((-1266) (-644 (-225)) (-644 (-225)))) (-15 -2587 ((-1266) (-644 (-225)) (-644 (-225)) (-644 (-264)))) (-15 -2587 ((-1266) (-644 (-943 (-225))))) (-15 -2587 ((-1266) (-644 (-943 (-225))) (-644 (-264)))) (-15 -2587 ((-1267) (-644 (-225)) (-644 (-225)) (-644 (-225)))) (-15 -2587 ((-1267) (-644 (-225)) (-644 (-225)) (-644 (-225)) (-644 (-264)))))) (T -261))
+((-2587 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-644 (-225))) (-5 *4 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-261)))) (-2587 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1267)) (-5 *1 (-261)))) (-2587 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *4 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-261)))) (-2587 (*1 *2 *3) (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *2 (-1266)) (-5 *1 (-261)))) (-2587 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-644 (-225))) (-5 *4 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-261)))) (-2587 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1266)) (-5 *1 (-261)))))
+(-10 -7 (-15 -2587 ((-1266) (-644 (-225)) (-644 (-225)))) (-15 -2587 ((-1266) (-644 (-225)) (-644 (-225)) (-644 (-264)))) (-15 -2587 ((-1266) (-644 (-943 (-225))))) (-15 -2587 ((-1266) (-644 (-943 (-225))) (-644 (-264)))) (-15 -2587 ((-1267) (-644 (-225)) (-644 (-225)) (-644 (-225)))) (-15 -2587 ((-1267) (-644 (-225)) (-644 (-225)) (-644 (-225)) (-644 (-264)))))
+((-2320 (((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-644 (-264)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 25)) (-2878 (((-921) (-644 (-264)) (-921)) 52)) (-3092 (((-921) (-644 (-264)) (-921)) 51)) (-2290 (((-644 (-381)) (-644 (-264)) (-644 (-381))) 68)) (-4195 (((-381) (-644 (-264)) (-381)) 57)) (-1493 (((-921) (-644 (-264)) (-921)) 53)) (-2894 (((-112) (-644 (-264)) (-112)) 27)) (-3731 (((-1157) (-644 (-264)) (-1157)) 19)) (-1524 (((-1157) (-644 (-264)) (-1157)) 26)) (-2900 (((-1132 (-225)) (-644 (-264))) 46)) (-3736 (((-644 (-1093 (-381))) (-644 (-264)) (-644 (-1093 (-381)))) 40)) (-2237 (((-874) (-644 (-264)) (-874)) 32)) (-2864 (((-874) (-644 (-264)) (-874)) 33)) (-4304 (((-1 (-943 (-225)) (-943 (-225))) (-644 (-264)) (-1 (-943 (-225)) (-943 (-225)))) 63)) (-3223 (((-112) (-644 (-264)) (-112)) 14)) (-2862 (((-112) (-644 (-264)) (-112)) 13)))
+(((-262) (-10 -7 (-15 -2862 ((-112) (-644 (-264)) (-112))) (-15 -3223 ((-112) (-644 (-264)) (-112))) (-15 -2320 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-644 (-264)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3731 ((-1157) (-644 (-264)) (-1157))) (-15 -1524 ((-1157) (-644 (-264)) (-1157))) (-15 -2894 ((-112) (-644 (-264)) (-112))) (-15 -2237 ((-874) (-644 (-264)) (-874))) (-15 -2864 ((-874) (-644 (-264)) (-874))) (-15 -3736 ((-644 (-1093 (-381))) (-644 (-264)) (-644 (-1093 (-381))))) (-15 -3092 ((-921) (-644 (-264)) (-921))) (-15 -2878 ((-921) (-644 (-264)) (-921))) (-15 -2900 ((-1132 (-225)) (-644 (-264)))) (-15 -1493 ((-921) (-644 (-264)) (-921))) (-15 -4195 ((-381) (-644 (-264)) (-381))) (-15 -4304 ((-1 (-943 (-225)) (-943 (-225))) (-644 (-264)) (-1 (-943 (-225)) (-943 (-225))))) (-15 -2290 ((-644 (-381)) (-644 (-264)) (-644 (-381)))))) (T -262))
+((-2290 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-381))) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-4304 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-4195 (*1 *2 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-1493 (*1 *2 *3 *2) (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2900 (*1 *2 *3) (-12 (-5 *3 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-262)))) (-2878 (*1 *2 *3 *2) (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-3092 (*1 *2 *3 *2) (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-3736 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2864 (*1 *2 *3 *2) (-12 (-5 *2 (-874)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2237 (*1 *2 *3 *2) (-12 (-5 *2 (-874)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2894 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-1524 (*1 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-3731 (*1 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2320 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-3223 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))) (-2862 (*1 *2 *3 *2) (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))))
+(-10 -7 (-15 -2862 ((-112) (-644 (-264)) (-112))) (-15 -3223 ((-112) (-644 (-264)) (-112))) (-15 -2320 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) (-644 (-264)) (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3731 ((-1157) (-644 (-264)) (-1157))) (-15 -1524 ((-1157) (-644 (-264)) (-1157))) (-15 -2894 ((-112) (-644 (-264)) (-112))) (-15 -2237 ((-874) (-644 (-264)) (-874))) (-15 -2864 ((-874) (-644 (-264)) (-874))) (-15 -3736 ((-644 (-1093 (-381))) (-644 (-264)) (-644 (-1093 (-381))))) (-15 -3092 ((-921) (-644 (-264)) (-921))) (-15 -2878 ((-921) (-644 (-264)) (-921))) (-15 -2900 ((-1132 (-225)) (-644 (-264)))) (-15 -1493 ((-921) (-644 (-264)) (-921))) (-15 -4195 ((-381) (-644 (-264)) (-381))) (-15 -4304 ((-1 (-943 (-225)) (-943 (-225))) (-644 (-264)) (-1 (-943 (-225)) (-943 (-225))))) (-15 -2290 ((-644 (-381)) (-644 (-264)) (-644 (-381)))))
+((-3859 (((-3 |#1| "failed") (-644 (-264)) (-1175)) 17)))
+(((-263 |#1|) (-10 -7 (-15 -3859 ((-3 |#1| "failed") (-644 (-264)) (-1175)))) (-1215)) (T -263))
+((-3859 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *1 (-263 *2)) (-4 *2 (-1215)))))
+(-10 -7 (-15 -3859 ((-3 |#1| "failed") (-644 (-264)) (-1175))))
+((-4124 (((-112) $ $) NIL)) (-2320 (($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 24)) (-2878 (($ (-921)) 81)) (-3092 (($ (-921)) 80)) (-2666 (($ (-644 (-381))) 87)) (-4195 (($ (-381)) 66)) (-1493 (($ (-921)) 82)) (-2894 (($ (-112)) 33)) (-3731 (($ (-1157)) 28)) (-1524 (($ (-1157)) 29)) (-2900 (($ (-1132 (-225))) 76)) (-3736 (($ (-644 (-1093 (-381)))) 72)) (-3274 (($ (-644 (-1093 (-381)))) 68) (($ (-644 (-1093 (-409 (-566))))) 71)) (-2539 (($ (-381)) 38) (($ (-874)) 42)) (-3944 (((-112) (-644 $) (-1175)) 100)) (-3859 (((-3 (-52) "failed") (-644 $) (-1175)) 102)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3340 (($ (-381)) 43) (($ (-874)) 44)) (-2702 (($ (-1 (-943 (-225)) (-943 (-225)))) 65)) (-4304 (($ (-1 (-943 (-225)) (-943 (-225)))) 83)) (-3263 (($ (-1 (-225) (-225))) 48) (($ (-1 (-225) (-225) (-225))) 52) (($ (-1 (-225) (-225) (-225) (-225))) 56)) (-1650 (((-862) $) 93)) (-1451 (($ (-112)) 34) (($ (-644 (-1093 (-381)))) 60)) (-2657 (((-112) $ $) NIL)) (-2862 (($ (-112)) 35)) (-2868 (((-112) $ $) 97)))
+(((-264) (-13 (-1099) (-10 -8 (-15 -2862 ($ (-112))) (-15 -1451 ($ (-112))) (-15 -2320 ($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3731 ($ (-1157))) (-15 -1524 ($ (-1157))) (-15 -2894 ($ (-112))) (-15 -1451 ($ (-644 (-1093 (-381))))) (-15 -2702 ($ (-1 (-943 (-225)) (-943 (-225))))) (-15 -2539 ($ (-381))) (-15 -2539 ($ (-874))) (-15 -3340 ($ (-381))) (-15 -3340 ($ (-874))) (-15 -3263 ($ (-1 (-225) (-225)))) (-15 -3263 ($ (-1 (-225) (-225) (-225)))) (-15 -3263 ($ (-1 (-225) (-225) (-225) (-225)))) (-15 -4195 ($ (-381))) (-15 -3274 ($ (-644 (-1093 (-381))))) (-15 -3274 ($ (-644 (-1093 (-409 (-566)))))) (-15 -3736 ($ (-644 (-1093 (-381))))) (-15 -2900 ($ (-1132 (-225)))) (-15 -3092 ($ (-921))) (-15 -2878 ($ (-921))) (-15 -1493 ($ (-921))) (-15 -4304 ($ (-1 (-943 (-225)) (-943 (-225))))) (-15 -2666 ($ (-644 (-381)))) (-15 -3859 ((-3 (-52) "failed") (-644 $) (-1175))) (-15 -3944 ((-112) (-644 $) (-1175)))))) (T -264))
+((-2862 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264)))) (-1451 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264)))) (-2320 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *1 (-264)))) (-3731 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-264)))) (-1524 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-264)))) (-2894 (*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264)))) (-1451 (*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264)))) (-2702 (*1 *1 *2) (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *1 (-264)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))) (-2539 (*1 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-264)))) (-3340 (*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))) (-3340 (*1 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-264)))) (-3263 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-264)))) (-3263 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-264)))) (-3263 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-264)))) (-4195 (*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))) (-3274 (*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264)))) (-3274 (*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-409 (-566))))) (-5 *1 (-264)))) (-3736 (*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264)))) (-2900 (*1 *1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-264)))) (-3092 (*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))) (-2878 (*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))) (-1493 (*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))) (-4304 (*1 *1 *2) (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *1 (-264)))) (-2666 (*1 *1 *2) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-264)))) (-3859 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *2 (-52)) (-5 *1 (-264)))) (-3944 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *2 (-112)) (-5 *1 (-264)))))
+(-13 (-1099) (-10 -8 (-15 -2862 ($ (-112))) (-15 -1451 ($ (-112))) (-15 -2320 ($ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3731 ($ (-1157))) (-15 -1524 ($ (-1157))) (-15 -2894 ($ (-112))) (-15 -1451 ($ (-644 (-1093 (-381))))) (-15 -2702 ($ (-1 (-943 (-225)) (-943 (-225))))) (-15 -2539 ($ (-381))) (-15 -2539 ($ (-874))) (-15 -3340 ($ (-381))) (-15 -3340 ($ (-874))) (-15 -3263 ($ (-1 (-225) (-225)))) (-15 -3263 ($ (-1 (-225) (-225) (-225)))) (-15 -3263 ($ (-1 (-225) (-225) (-225) (-225)))) (-15 -4195 ($ (-381))) (-15 -3274 ($ (-644 (-1093 (-381))))) (-15 -3274 ($ (-644 (-1093 (-409 (-566)))))) (-15 -3736 ($ (-644 (-1093 (-381))))) (-15 -2900 ($ (-1132 (-225)))) (-15 -3092 ($ (-921))) (-15 -2878 ($ (-921))) (-15 -1493 ($ (-921))) (-15 -4304 ($ (-1 (-943 (-225)) (-943 (-225))))) (-15 -2666 ($ (-644 (-381)))) (-15 -3859 ((-3 (-52) "failed") (-644 $) (-1175))) (-15 -3944 ((-112) (-644 $) (-1175)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3966 (((-644 (-771)) $) NIL) (((-644 (-771)) $ |#2|) NIL)) (-1636 (((-771) $) NIL) (((-771) $ |#2|) NIL)) (-3981 (((-644 |#3|) $) NIL)) (-3817 (((-1171 $) $ |#3|) NIL) (((-1171 |#1|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 |#3|)) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1778 (($ $) NIL (|has| |#1| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3158 (($ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1124 |#1| |#2|) "failed") $) 23)) (-3213 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1124 |#1| |#2|) $) NIL)) (-3095 (($ $ $ |#3|) NIL (|has| |#1| (-172)))) (-4162 (($ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#1| (-454))) (($ $ |#3|) NIL (|has| |#1| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#1| (-909)))) (-3406 (($ $ |#1| (-533 |#3|) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| |#1| (-886 (-381))) (|has| |#3| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| |#1| (-886 (-566))) (|has| |#3| (-886 (-566)))))) (-2464 (((-771) $ |#2|) NIL) (((-771) $) 10)) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3972 (($ (-1171 |#1|) |#3|) NIL) (($ (-1171 $) |#3|) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-533 |#3|)) NIL) (($ $ |#3| (-771)) NIL) (($ $ (-644 |#3|) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ |#3|) NIL)) (-3888 (((-533 |#3|) $) NIL) (((-771) $ |#3|) NIL) (((-644 (-771)) $ (-644 |#3|)) NIL)) (-2450 (($ (-1 (-533 |#3|) (-533 |#3|)) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4281 (((-1 $ (-771)) |#2|) NIL) (((-1 $ (-771)) $) NIL (|has| |#1| (-233)))) (-3107 (((-3 |#3| "failed") $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-3677 ((|#3| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3057 (((-1157) $) NIL)) (-2329 (((-112) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| |#3|) (|:| -3388 (-771))) "failed") $) NIL)) (-3456 (($ $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#1| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-909)))) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-644 |#3|) (-644 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-644 |#3|) (-644 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-233))) (($ $ (-644 |#2|) (-644 $)) NIL (|has| |#1| (-233))) (($ $ |#2| |#1|) NIL (|has| |#1| (-233))) (($ $ (-644 |#2|) (-644 |#1|)) NIL (|has| |#1| (-233)))) (-2018 (($ $ |#3|) NIL (|has| |#1| (-172)))) (-2324 (($ $ |#3|) NIL) (($ $ (-644 |#3|)) NIL) (($ $ |#3| (-771)) NIL) (($ $ (-644 |#3|) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2965 (((-644 |#2|) $) NIL)) (-4297 (((-533 |#3|) $) NIL) (((-771) $ |#3|) NIL) (((-644 (-771)) $ (-644 |#3|)) NIL) (((-771) $ |#2|) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#3| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#3| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| |#1| (-614 (-538))) (|has| |#3| (-614 (-538)))))) (-1573 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ |#3|) NIL (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) 26) (($ |#3|) 25) (($ |#2|) NIL) (($ (-1124 |#1| |#2|)) 32) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-533 |#3|)) NIL) (($ $ |#3| (-771)) NIL) (($ $ (-644 |#3|) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ |#3|) NIL) (($ $ (-644 |#3|)) NIL) (($ $ |#3| (-771)) NIL) (($ $ (-644 |#3|) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
(((-265 |#1| |#2| |#3|) (-13 (-254 |#1| |#2| |#3| (-533 |#3|)) (-1038 (-1124 |#1| |#2|))) (-1049) (-850) (-267 |#2|)) (T -265))
NIL
(-13 (-254 |#1| |#2| |#3| (-533 |#3|)) (-1038 (-1124 |#1| |#2|)))
-((-1784 (((-771) $) 37)) (-2229 (((-3 |#2| "failed") $) 22)) (-4158 ((|#2| $) 33)) (-3629 (($ $) 14) (($ $ (-771)) 18)) (-3152 (((-862) $) 32) (($ |#2|) 11)) (-2914 (((-112) $ $) 26)) (-2935 (((-112) $ $) 36)))
-(((-266 |#1| |#2|) (-10 -8 (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1|)) (-15 -1784 ((-771) |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2935 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|))) (-267 |#2|) (-850)) (T -266))
+((-1636 (((-771) $) 37)) (-1821 (((-3 |#2| "failed") $) 22)) (-3213 ((|#2| $) 33)) (-2324 (($ $) 14) (($ $ (-771)) 18)) (-1650 (((-862) $) 32) (($ |#2|) 11)) (-2868 (((-112) $ $) 26)) (-2892 (((-112) $ $) 36)))
+(((-266 |#1| |#2|) (-10 -8 (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1|)) (-15 -1636 ((-771) |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -2892 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|))) (-267 |#2|) (-850)) (T -266))
NIL
-(-10 -8 (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1|)) (-15 -1784 ((-771) |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2935 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-1784 (((-771) $) 23)) (-4347 ((|#1| $) 24)) (-2229 (((-3 |#1| "failed") $) 28)) (-4158 ((|#1| $) 29)) (-2679 (((-771) $) 25)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-1545 (($ |#1| (-771)) 26)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3629 (($ $) 22) (($ $ (-771)) 21)) (-3152 (((-862) $) 12) (($ |#1|) 27)) (-3044 (((-112) $ $) 9)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)))
+(-10 -8 (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1|)) (-15 -1636 ((-771) |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -2892 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-1636 (((-771) $) 23)) (-2780 ((|#1| $) 24)) (-1821 (((-3 |#1| "failed") $) 28)) (-3213 ((|#1| $) 29)) (-2464 (((-771) $) 25)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-4281 (($ |#1| (-771)) 26)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2324 (($ $) 22) (($ $ (-771)) 21)) (-1650 (((-862) $) 12) (($ |#1|) 27)) (-2657 (((-112) $ $) 9)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)))
(((-267 |#1|) (-140) (-850)) (T -267))
-((-3152 (*1 *1 *2) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850)))) (-1545 (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-267 *2)) (-4 *2 (-850)))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-267 *3)) (-4 *3 (-850)) (-5 *2 (-771)))) (-4347 (*1 *2 *1) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850)))) (-1784 (*1 *2 *1) (-12 (-4 *1 (-267 *3)) (-4 *3 (-850)) (-5 *2 (-771)))) (-3629 (*1 *1 *1) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850)))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-267 *3)) (-4 *3 (-850)))))
-(-13 (-850) (-1038 |t#1|) (-10 -8 (-15 -1545 ($ |t#1| (-771))) (-15 -2679 ((-771) $)) (-15 -4347 (|t#1| $)) (-15 -1784 ((-771) $)) (-15 -3629 ($ $)) (-15 -3629 ($ $ (-771))) (-15 -3152 ($ |t#1|))))
+((-1650 (*1 *1 *2) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850)))) (-4281 (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-267 *2)) (-4 *2 (-850)))) (-2464 (*1 *2 *1) (-12 (-4 *1 (-267 *3)) (-4 *3 (-850)) (-5 *2 (-771)))) (-2780 (*1 *2 *1) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850)))) (-1636 (*1 *2 *1) (-12 (-4 *1 (-267 *3)) (-4 *3 (-850)) (-5 *2 (-771)))) (-2324 (*1 *1 *1) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850)))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-267 *3)) (-4 *3 (-850)))))
+(-13 (-850) (-1038 |t#1|) (-10 -8 (-15 -4281 ($ |t#1| (-771))) (-15 -2464 ((-771) $)) (-15 -2780 (|t#1| $)) (-15 -1636 ((-771) $)) (-15 -2324 ($ $)) (-15 -2324 ($ $ (-771))) (-15 -1650 ($ |t#1|))))
(((-102) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-850) . T) ((-1038 |#1|) . T) ((-1099) . T))
-((-1771 (((-644 (-1175)) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) 54)) (-4111 (((-644 (-1175)) (-317 (-225)) (-771)) 96)) (-3389 (((-3 (-317 (-225)) "failed") (-317 (-225))) 64)) (-2153 (((-317 (-225)) (-317 (-225))) 82)) (-3284 (((-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 39)) (-3783 (((-112) (-644 (-317 (-225)))) 106)) (-2089 (((-112) (-317 (-225))) 37)) (-1337 (((-644 (-1157)) (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))))) 134)) (-1365 (((-644 (-317 (-225))) (-644 (-317 (-225)))) 110)) (-4346 (((-644 (-317 (-225))) (-644 (-317 (-225)))) 108)) (-1532 (((-689 (-225)) (-644 (-317 (-225))) (-771)) 122)) (-1656 (((-112) (-317 (-225))) 32) (((-112) (-644 (-317 (-225)))) 107)) (-3538 (((-644 (-225)) (-644 (-843 (-225))) (-225)) 15)) (-3685 (((-381) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) 128)) (-2142 (((-1035) (-1175) (-1035)) 47)))
-(((-268) (-10 -7 (-15 -3538 ((-644 (-225)) (-644 (-843 (-225))) (-225))) (-15 -3284 ((-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -3389 ((-3 (-317 (-225)) "failed") (-317 (-225)))) (-15 -2153 ((-317 (-225)) (-317 (-225)))) (-15 -3783 ((-112) (-644 (-317 (-225))))) (-15 -1656 ((-112) (-644 (-317 (-225))))) (-15 -1656 ((-112) (-317 (-225)))) (-15 -1532 ((-689 (-225)) (-644 (-317 (-225))) (-771))) (-15 -4346 ((-644 (-317 (-225))) (-644 (-317 (-225))))) (-15 -1365 ((-644 (-317 (-225))) (-644 (-317 (-225))))) (-15 -2089 ((-112) (-317 (-225)))) (-15 -1771 ((-644 (-1175)) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) (-15 -4111 ((-644 (-1175)) (-317 (-225)) (-771))) (-15 -2142 ((-1035) (-1175) (-1035))) (-15 -3685 ((-381) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) (-15 -1337 ((-644 (-1157)) (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))))))) (T -268))
-((-1337 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))))) (-5 *2 (-644 (-1157))) (-5 *1 (-268)))) (-3685 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) (-5 *2 (-381)) (-5 *1 (-268)))) (-2142 (*1 *2 *3 *2) (-12 (-5 *2 (-1035)) (-5 *3 (-1175)) (-5 *1 (-268)))) (-4111 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-771)) (-5 *2 (-644 (-1175))) (-5 *1 (-268)))) (-1771 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) (-5 *2 (-644 (-1175))) (-5 *1 (-268)))) (-2089 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-112)) (-5 *1 (-268)))) (-1365 (*1 *2 *2) (-12 (-5 *2 (-644 (-317 (-225)))) (-5 *1 (-268)))) (-4346 (*1 *2 *2) (-12 (-5 *2 (-644 (-317 (-225)))) (-5 *1 (-268)))) (-1532 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *4 (-771)) (-5 *2 (-689 (-225))) (-5 *1 (-268)))) (-1656 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-112)) (-5 *1 (-268)))) (-1656 (*1 *2 *3) (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *2 (-112)) (-5 *1 (-268)))) (-3783 (*1 *2 *3) (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *2 (-112)) (-5 *1 (-268)))) (-2153 (*1 *2 *2) (-12 (-5 *2 (-317 (-225))) (-5 *1 (-268)))) (-3389 (*1 *2 *2) (|partial| -12 (-5 *2 (-317 (-225))) (-5 *1 (-268)))) (-3284 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (-5 *1 (-268)))) (-3538 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-843 (-225)))) (-5 *4 (-225)) (-5 *2 (-644 *4)) (-5 *1 (-268)))))
-(-10 -7 (-15 -3538 ((-644 (-225)) (-644 (-843 (-225))) (-225))) (-15 -3284 ((-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -3389 ((-3 (-317 (-225)) "failed") (-317 (-225)))) (-15 -2153 ((-317 (-225)) (-317 (-225)))) (-15 -3783 ((-112) (-644 (-317 (-225))))) (-15 -1656 ((-112) (-644 (-317 (-225))))) (-15 -1656 ((-112) (-317 (-225)))) (-15 -1532 ((-689 (-225)) (-644 (-317 (-225))) (-771))) (-15 -4346 ((-644 (-317 (-225))) (-644 (-317 (-225))))) (-15 -1365 ((-644 (-317 (-225))) (-644 (-317 (-225))))) (-15 -2089 ((-112) (-317 (-225)))) (-15 -1771 ((-644 (-1175)) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) (-15 -4111 ((-644 (-1175)) (-317 (-225)) (-771))) (-15 -2142 ((-1035) (-1175) (-1035))) (-15 -3685 ((-381) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) (-15 -1337 ((-644 (-1157)) (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))))))
-((-2988 (((-112) $ $) NIL)) (-2035 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 56)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 32) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-3981 (((-644 (-1175)) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) 54)) (-1327 (((-644 (-1175)) (-317 (-225)) (-771)) 96)) (-3130 (((-3 (-317 (-225)) "failed") (-317 (-225))) 64)) (-4208 (((-317 (-225)) (-317 (-225))) 82)) (-3314 (((-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 39)) (-1386 (((-112) (-644 (-317 (-225)))) 106)) (-1654 (((-112) (-317 (-225))) 37)) (-2876 (((-644 (-1157)) (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))))) 134)) (-1814 (((-644 (-317 (-225))) (-644 (-317 (-225)))) 110)) (-2984 (((-644 (-317 (-225))) (-644 (-317 (-225)))) 108)) (-4148 (((-689 (-225)) (-644 (-317 (-225))) (-771)) 122)) (-2827 (((-112) (-317 (-225))) 32) (((-112) (-644 (-317 (-225)))) 107)) (-4043 (((-644 (-225)) (-644 (-843 (-225))) (-225)) 15)) (-2860 (((-381) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) 128)) (-4084 (((-1035) (-1175) (-1035)) 47)))
+(((-268) (-10 -7 (-15 -4043 ((-644 (-225)) (-644 (-843 (-225))) (-225))) (-15 -3314 ((-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -3130 ((-3 (-317 (-225)) "failed") (-317 (-225)))) (-15 -4208 ((-317 (-225)) (-317 (-225)))) (-15 -1386 ((-112) (-644 (-317 (-225))))) (-15 -2827 ((-112) (-644 (-317 (-225))))) (-15 -2827 ((-112) (-317 (-225)))) (-15 -4148 ((-689 (-225)) (-644 (-317 (-225))) (-771))) (-15 -2984 ((-644 (-317 (-225))) (-644 (-317 (-225))))) (-15 -1814 ((-644 (-317 (-225))) (-644 (-317 (-225))))) (-15 -1654 ((-112) (-317 (-225)))) (-15 -3981 ((-644 (-1175)) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) (-15 -1327 ((-644 (-1175)) (-317 (-225)) (-771))) (-15 -4084 ((-1035) (-1175) (-1035))) (-15 -2860 ((-381) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) (-15 -2876 ((-644 (-1157)) (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))))))) (T -268))
+((-2876 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))))) (-5 *2 (-644 (-1157))) (-5 *1 (-268)))) (-2860 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) (-5 *2 (-381)) (-5 *1 (-268)))) (-4084 (*1 *2 *3 *2) (-12 (-5 *2 (-1035)) (-5 *3 (-1175)) (-5 *1 (-268)))) (-1327 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-771)) (-5 *2 (-644 (-1175))) (-5 *1 (-268)))) (-3981 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) (-5 *2 (-644 (-1175))) (-5 *1 (-268)))) (-1654 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-112)) (-5 *1 (-268)))) (-1814 (*1 *2 *2) (-12 (-5 *2 (-644 (-317 (-225)))) (-5 *1 (-268)))) (-2984 (*1 *2 *2) (-12 (-5 *2 (-644 (-317 (-225)))) (-5 *1 (-268)))) (-4148 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *4 (-771)) (-5 *2 (-689 (-225))) (-5 *1 (-268)))) (-2827 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-112)) (-5 *1 (-268)))) (-2827 (*1 *2 *3) (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *2 (-112)) (-5 *1 (-268)))) (-1386 (*1 *2 *3) (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *2 (-112)) (-5 *1 (-268)))) (-4208 (*1 *2 *2) (-12 (-5 *2 (-317 (-225))) (-5 *1 (-268)))) (-3130 (*1 *2 *2) (|partial| -12 (-5 *2 (-317 (-225))) (-5 *1 (-268)))) (-3314 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (-5 *1 (-268)))) (-4043 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-843 (-225)))) (-5 *4 (-225)) (-5 *2 (-644 *4)) (-5 *1 (-268)))))
+(-10 -7 (-15 -4043 ((-644 (-225)) (-644 (-843 (-225))) (-225))) (-15 -3314 ((-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -3130 ((-3 (-317 (-225)) "failed") (-317 (-225)))) (-15 -4208 ((-317 (-225)) (-317 (-225)))) (-15 -1386 ((-112) (-644 (-317 (-225))))) (-15 -2827 ((-112) (-644 (-317 (-225))))) (-15 -2827 ((-112) (-317 (-225)))) (-15 -4148 ((-689 (-225)) (-644 (-317 (-225))) (-771))) (-15 -2984 ((-644 (-317 (-225))) (-644 (-317 (-225))))) (-15 -1814 ((-644 (-317 (-225))) (-644 (-317 (-225))))) (-15 -1654 ((-112) (-317 (-225)))) (-15 -3981 ((-644 (-1175)) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) (-15 -1327 ((-644 (-1175)) (-317 (-225)) (-771))) (-15 -4084 ((-1035) (-1175) (-1035))) (-15 -2860 ((-381) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) (-15 -2876 ((-644 (-1157)) (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))))))
+((-4124 (((-112) $ $) NIL)) (-2300 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 56)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 32) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-269) (-839)) (T -269))
NIL
(-839)
-((-2988 (((-112) $ $) NIL)) (-2035 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) 72) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 63)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 41) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) 43)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2300 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) 72) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 63)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 41) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) 43)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-270) (-839)) (T -270))
NIL
(-839)
-((-2988 (((-112) $ $) NIL)) (-2035 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) 90) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 85)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 52) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) 65)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2300 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) 90) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 85)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 52) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) 65)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-271) (-839)) (T -271))
NIL
(-839)
-((-2988 (((-112) $ $) NIL)) (-2035 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 73)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 45) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2300 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 73)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 45) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-272) (-839)) (T -272))
NIL
(-839)
-((-2988 (((-112) $ $) NIL)) (-2035 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 65)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 31) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2300 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 65)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 31) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-273) (-839)) (T -273))
NIL
(-839)
-((-2988 (((-112) $ $) NIL)) (-2035 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 90)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 33) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2300 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 90)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 33) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-274) (-839)) (T -274))
NIL
(-839)
-((-2988 (((-112) $ $) NIL)) (-2035 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 95)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 32) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2300 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 95)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 32) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-275) (-839)) (T -275))
NIL
(-839)
-((-2988 (((-112) $ $) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1949 (((-644 (-566)) $) 29)) (-3902 (((-771) $) 27)) (-3152 (((-862) $) 36) (($ (-644 (-566))) 23)) (-3044 (((-112) $ $) NIL)) (-2668 (($ (-771)) 33)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 9)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 17)))
-(((-276) (-13 (-850) (-10 -8 (-15 -3152 ($ (-644 (-566)))) (-15 -3902 ((-771) $)) (-15 -1949 ((-644 (-566)) $)) (-15 -2668 ($ (-771)))))) (T -276))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-276)))) (-3902 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-276)))) (-1949 (*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-276)))) (-2668 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-276)))))
-(-13 (-850) (-10 -8 (-15 -3152 ($ (-644 (-566)))) (-15 -3902 ((-771) $)) (-15 -1949 ((-644 (-566)) $)) (-15 -2668 ($ (-771)))))
-((-3963 ((|#2| |#2|) 77)) (-3630 ((|#2| |#2|) 65)) (-4021 (((-3 |#2| "failed") |#2| (-644 (-2 (|:| |func| |#2|) (|:| |pole| (-112))))) 125)) (-3941 ((|#2| |#2|) 75)) (-3602 ((|#2| |#2|) 63)) (-3986 ((|#2| |#2|) 79)) (-3656 ((|#2| |#2|) 67)) (-2281 ((|#2|) 46)) (-1566 (((-114) (-114)) 100)) (-3619 ((|#2| |#2|) 61)) (-3404 (((-112) |#2|) 147)) (-2287 ((|#2| |#2|) 195)) (-1374 ((|#2| |#2|) 171)) (-3970 ((|#2|) 59)) (-1888 ((|#2|) 58)) (-2053 ((|#2| |#2|) 191)) (-2356 ((|#2| |#2|) 167)) (-1379 ((|#2| |#2|) 199)) (-2033 ((|#2| |#2|) 175)) (-2634 ((|#2| |#2|) 163)) (-1593 ((|#2| |#2|) 165)) (-1842 ((|#2| |#2|) 201)) (-2230 ((|#2| |#2|) 177)) (-4229 ((|#2| |#2|) 197)) (-1969 ((|#2| |#2|) 173)) (-3210 ((|#2| |#2|) 193)) (-2265 ((|#2| |#2|) 169)) (-3421 ((|#2| |#2|) 207)) (-1658 ((|#2| |#2|) 183)) (-3009 ((|#2| |#2|) 203)) (-4319 ((|#2| |#2|) 179)) (-2709 ((|#2| |#2|) 211)) (-1588 ((|#2| |#2|) 187)) (-4096 ((|#2| |#2|) 213)) (-1565 ((|#2| |#2|) 189)) (-3236 ((|#2| |#2|) 209)) (-2199 ((|#2| |#2|) 185)) (-1584 ((|#2| |#2|) 205)) (-1714 ((|#2| |#2|) 181)) (-3521 ((|#2| |#2|) 62)) (-3996 ((|#2| |#2|) 80)) (-3670 ((|#2| |#2|) 68)) (-3976 ((|#2| |#2|) 78)) (-3643 ((|#2| |#2|) 66)) (-3952 ((|#2| |#2|) 76)) (-3618 ((|#2| |#2|) 64)) (-3515 (((-112) (-114)) 98)) (-4032 ((|#2| |#2|) 83)) (-3892 ((|#2| |#2|) 71)) (-4008 ((|#2| |#2|) 81)) (-3684 ((|#2| |#2|) 69)) (-4057 ((|#2| |#2|) 85)) (-3917 ((|#2| |#2|) 73)) (-3964 ((|#2| |#2|) 86)) (-3929 ((|#2| |#2|) 74)) (-4044 ((|#2| |#2|) 84)) (-3904 ((|#2| |#2|) 72)) (-4020 ((|#2| |#2|) 82)) (-3879 ((|#2| |#2|) 70)))
-(((-277 |#1| |#2|) (-10 -7 (-15 -3521 (|#2| |#2|)) (-15 -3619 (|#2| |#2|)) (-15 -3602 (|#2| |#2|)) (-15 -3618 (|#2| |#2|)) (-15 -3630 (|#2| |#2|)) (-15 -3643 (|#2| |#2|)) (-15 -3656 (|#2| |#2|)) (-15 -3670 (|#2| |#2|)) (-15 -3684 (|#2| |#2|)) (-15 -3879 (|#2| |#2|)) (-15 -3892 (|#2| |#2|)) (-15 -3904 (|#2| |#2|)) (-15 -3917 (|#2| |#2|)) (-15 -3929 (|#2| |#2|)) (-15 -3941 (|#2| |#2|)) (-15 -3952 (|#2| |#2|)) (-15 -3963 (|#2| |#2|)) (-15 -3976 (|#2| |#2|)) (-15 -3986 (|#2| |#2|)) (-15 -3996 (|#2| |#2|)) (-15 -4008 (|#2| |#2|)) (-15 -4020 (|#2| |#2|)) (-15 -4032 (|#2| |#2|)) (-15 -4044 (|#2| |#2|)) (-15 -4057 (|#2| |#2|)) (-15 -3964 (|#2| |#2|)) (-15 -2281 (|#2|)) (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -1888 (|#2|)) (-15 -3970 (|#2|)) (-15 -1593 (|#2| |#2|)) (-15 -2634 (|#2| |#2|)) (-15 -2356 (|#2| |#2|)) (-15 -2265 (|#2| |#2|)) (-15 -1374 (|#2| |#2|)) (-15 -1969 (|#2| |#2|)) (-15 -2033 (|#2| |#2|)) (-15 -2230 (|#2| |#2|)) (-15 -4319 (|#2| |#2|)) (-15 -1714 (|#2| |#2|)) (-15 -1658 (|#2| |#2|)) (-15 -2199 (|#2| |#2|)) (-15 -1588 (|#2| |#2|)) (-15 -1565 (|#2| |#2|)) (-15 -2053 (|#2| |#2|)) (-15 -3210 (|#2| |#2|)) (-15 -2287 (|#2| |#2|)) (-15 -4229 (|#2| |#2|)) (-15 -1379 (|#2| |#2|)) (-15 -1842 (|#2| |#2|)) (-15 -3009 (|#2| |#2|)) (-15 -1584 (|#2| |#2|)) (-15 -3421 (|#2| |#2|)) (-15 -3236 (|#2| |#2|)) (-15 -2709 (|#2| |#2|)) (-15 -4096 (|#2| |#2|)) (-15 -4021 ((-3 |#2| "failed") |#2| (-644 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -3404 ((-112) |#2|))) (-558) (-13 (-432 |#1|) (-1002))) (T -277))
-((-3404 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-277 *4 *3)) (-4 *3 (-13 (-432 *4) (-1002))))) (-4021 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-644 (-2 (|:| |func| *2) (|:| |pole| (-112))))) (-4 *2 (-13 (-432 *4) (-1002))) (-4 *4 (-558)) (-5 *1 (-277 *4 *2)))) (-4096 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2709 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3236 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3421 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1584 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3009 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1842 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1379 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4229 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2287 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3210 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2053 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1565 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1588 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2199 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1658 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1714 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4319 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2230 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2033 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1969 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1374 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2265 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2356 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2634 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1593 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3970 (*1 *2) (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2)) (-4 *3 (-558)))) (-1888 (*1 *2) (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2)) (-4 *3 (-558)))) (-1566 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-277 *3 *4)) (-4 *4 (-13 (-432 *3) (-1002))))) (-3515 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-277 *4 *5)) (-4 *5 (-13 (-432 *4) (-1002))))) (-2281 (*1 *2) (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2)) (-4 *3 (-558)))) (-3964 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4057 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4044 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4032 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4020 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4008 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3996 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3986 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3976 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3963 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3952 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3941 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3929 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3917 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3904 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3892 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3879 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3684 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3670 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3656 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3643 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3630 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3618 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3602 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3619 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3521 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))))
-(-10 -7 (-15 -3521 (|#2| |#2|)) (-15 -3619 (|#2| |#2|)) (-15 -3602 (|#2| |#2|)) (-15 -3618 (|#2| |#2|)) (-15 -3630 (|#2| |#2|)) (-15 -3643 (|#2| |#2|)) (-15 -3656 (|#2| |#2|)) (-15 -3670 (|#2| |#2|)) (-15 -3684 (|#2| |#2|)) (-15 -3879 (|#2| |#2|)) (-15 -3892 (|#2| |#2|)) (-15 -3904 (|#2| |#2|)) (-15 -3917 (|#2| |#2|)) (-15 -3929 (|#2| |#2|)) (-15 -3941 (|#2| |#2|)) (-15 -3952 (|#2| |#2|)) (-15 -3963 (|#2| |#2|)) (-15 -3976 (|#2| |#2|)) (-15 -3986 (|#2| |#2|)) (-15 -3996 (|#2| |#2|)) (-15 -4008 (|#2| |#2|)) (-15 -4020 (|#2| |#2|)) (-15 -4032 (|#2| |#2|)) (-15 -4044 (|#2| |#2|)) (-15 -4057 (|#2| |#2|)) (-15 -3964 (|#2| |#2|)) (-15 -2281 (|#2|)) (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -1888 (|#2|)) (-15 -3970 (|#2|)) (-15 -1593 (|#2| |#2|)) (-15 -2634 (|#2| |#2|)) (-15 -2356 (|#2| |#2|)) (-15 -2265 (|#2| |#2|)) (-15 -1374 (|#2| |#2|)) (-15 -1969 (|#2| |#2|)) (-15 -2033 (|#2| |#2|)) (-15 -2230 (|#2| |#2|)) (-15 -4319 (|#2| |#2|)) (-15 -1714 (|#2| |#2|)) (-15 -1658 (|#2| |#2|)) (-15 -2199 (|#2| |#2|)) (-15 -1588 (|#2| |#2|)) (-15 -1565 (|#2| |#2|)) (-15 -2053 (|#2| |#2|)) (-15 -3210 (|#2| |#2|)) (-15 -2287 (|#2| |#2|)) (-15 -4229 (|#2| |#2|)) (-15 -1379 (|#2| |#2|)) (-15 -1842 (|#2| |#2|)) (-15 -3009 (|#2| |#2|)) (-15 -1584 (|#2| |#2|)) (-15 -3421 (|#2| |#2|)) (-15 -3236 (|#2| |#2|)) (-15 -2709 (|#2| |#2|)) (-15 -4096 (|#2| |#2|)) (-15 -4021 ((-3 |#2| "failed") |#2| (-644 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -3404 ((-112) |#2|)))
-((-2648 (((-3 |#2| "failed") (-644 (-612 |#2|)) |#2| (-1175)) 153)) (-1794 ((|#2| (-409 (-566)) |#2|) 49)) (-2868 ((|#2| |#2| (-612 |#2|)) 146)) (-2172 (((-2 (|:| |func| |#2|) (|:| |kers| (-644 (-612 |#2|))) (|:| |vals| (-644 |#2|))) |#2| (-1175)) 145)) (-1653 ((|#2| |#2| (-1175)) 20) ((|#2| |#2|) 23)) (-3109 ((|#2| |#2| (-1175)) 159) ((|#2| |#2|) 157)))
-(((-278 |#1| |#2|) (-10 -7 (-15 -3109 (|#2| |#2|)) (-15 -3109 (|#2| |#2| (-1175))) (-15 -2172 ((-2 (|:| |func| |#2|) (|:| |kers| (-644 (-612 |#2|))) (|:| |vals| (-644 |#2|))) |#2| (-1175))) (-15 -1653 (|#2| |#2|)) (-15 -1653 (|#2| |#2| (-1175))) (-15 -2648 ((-3 |#2| "failed") (-644 (-612 |#2|)) |#2| (-1175))) (-15 -2868 (|#2| |#2| (-612 |#2|))) (-15 -1794 (|#2| (-409 (-566)) |#2|))) (-13 (-558) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1199) (-432 |#1|))) (T -278))
-((-1794 (*1 *2 *3 *2) (-12 (-5 *3 (-409 (-566))) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))) (-2868 (*1 *2 *2 *3) (-12 (-5 *3 (-612 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *4 *2)))) (-2648 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-644 (-612 *2))) (-5 *4 (-1175)) (-4 *2 (-13 (-27) (-1199) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *5 *2)))) (-1653 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))) (-1653 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))) (-2172 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-644 (-612 *3))) (|:| |vals| (-644 *3)))) (-5 *1 (-278 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))) (-3109 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))) (-3109 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))))
-(-10 -7 (-15 -3109 (|#2| |#2|)) (-15 -3109 (|#2| |#2| (-1175))) (-15 -2172 ((-2 (|:| |func| |#2|) (|:| |kers| (-644 (-612 |#2|))) (|:| |vals| (-644 |#2|))) |#2| (-1175))) (-15 -1653 (|#2| |#2|)) (-15 -1653 (|#2| |#2| (-1175))) (-15 -2648 ((-3 |#2| "failed") (-644 (-612 |#2|)) |#2| (-1175))) (-15 -2868 (|#2| |#2| (-612 |#2|))) (-15 -1794 (|#2| (-409 (-566)) |#2|)))
-((-2034 (((-3 |#3| "failed") |#3|) 120)) (-3963 ((|#3| |#3|) 142)) (-1450 (((-3 |#3| "failed") |#3|) 89)) (-3630 ((|#3| |#3|) 132)) (-1591 (((-3 |#3| "failed") |#3|) 65)) (-3941 ((|#3| |#3|) 140)) (-2315 (((-3 |#3| "failed") |#3|) 53)) (-3602 ((|#3| |#3|) 130)) (-2322 (((-3 |#3| "failed") |#3|) 122)) (-3986 ((|#3| |#3|) 144)) (-1751 (((-3 |#3| "failed") |#3|) 91)) (-3656 ((|#3| |#3|) 134)) (-2090 (((-3 |#3| "failed") |#3| (-771)) 41)) (-3309 (((-3 |#3| "failed") |#3|) 81)) (-3619 ((|#3| |#3|) 129)) (-1861 (((-3 |#3| "failed") |#3|) 51)) (-3521 ((|#3| |#3|) 128)) (-3410 (((-3 |#3| "failed") |#3|) 123)) (-3996 ((|#3| |#3|) 145)) (-1343 (((-3 |#3| "failed") |#3|) 92)) (-3670 ((|#3| |#3|) 135)) (-2762 (((-3 |#3| "failed") |#3|) 121)) (-3976 ((|#3| |#3|) 143)) (-1913 (((-3 |#3| "failed") |#3|) 90)) (-3643 ((|#3| |#3|) 133)) (-3051 (((-3 |#3| "failed") |#3|) 67)) (-3952 ((|#3| |#3|) 141)) (-2680 (((-3 |#3| "failed") |#3|) 55)) (-3618 ((|#3| |#3|) 131)) (-2628 (((-3 |#3| "failed") |#3|) 73)) (-4032 ((|#3| |#3|) 148)) (-1666 (((-3 |#3| "failed") |#3|) 114)) (-3892 ((|#3| |#3|) 154)) (-3667 (((-3 |#3| "failed") |#3|) 69)) (-4008 ((|#3| |#3|) 146)) (-2224 (((-3 |#3| "failed") |#3|) 57)) (-3684 ((|#3| |#3|) 136)) (-4277 (((-3 |#3| "failed") |#3|) 77)) (-4057 ((|#3| |#3|) 150)) (-1959 (((-3 |#3| "failed") |#3|) 61)) (-3917 ((|#3| |#3|) 138)) (-2666 (((-3 |#3| "failed") |#3|) 79)) (-3964 ((|#3| |#3|) 151)) (-3324 (((-3 |#3| "failed") |#3|) 63)) (-3929 ((|#3| |#3|) 139)) (-3859 (((-3 |#3| "failed") |#3|) 75)) (-4044 ((|#3| |#3|) 149)) (-4150 (((-3 |#3| "failed") |#3|) 117)) (-3904 ((|#3| |#3|) 155)) (-3900 (((-3 |#3| "failed") |#3|) 71)) (-4020 ((|#3| |#3|) 147)) (-3427 (((-3 |#3| "failed") |#3|) 59)) (-3879 ((|#3| |#3|) 137)) (** ((|#3| |#3| (-409 (-566))) 47 (|has| |#1| (-365)))))
-(((-279 |#1| |#2| |#3|) (-13 (-983 |#3|) (-10 -7 (IF (|has| |#1| (-365)) (-15 ** (|#3| |#3| (-409 (-566)))) |%noBranch|) (-15 -3521 (|#3| |#3|)) (-15 -3619 (|#3| |#3|)) (-15 -3602 (|#3| |#3|)) (-15 -3618 (|#3| |#3|)) (-15 -3630 (|#3| |#3|)) (-15 -3643 (|#3| |#3|)) (-15 -3656 (|#3| |#3|)) (-15 -3670 (|#3| |#3|)) (-15 -3684 (|#3| |#3|)) (-15 -3879 (|#3| |#3|)) (-15 -3892 (|#3| |#3|)) (-15 -3904 (|#3| |#3|)) (-15 -3917 (|#3| |#3|)) (-15 -3929 (|#3| |#3|)) (-15 -3941 (|#3| |#3|)) (-15 -3952 (|#3| |#3|)) (-15 -3963 (|#3| |#3|)) (-15 -3976 (|#3| |#3|)) (-15 -3986 (|#3| |#3|)) (-15 -3996 (|#3| |#3|)) (-15 -4008 (|#3| |#3|)) (-15 -4020 (|#3| |#3|)) (-15 -4032 (|#3| |#3|)) (-15 -4044 (|#3| |#3|)) (-15 -4057 (|#3| |#3|)) (-15 -3964 (|#3| |#3|)))) (-38 (-409 (-566))) (-1255 |#1|) (-1226 |#1| |#2|)) (T -279))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-409 (-566))) (-4 *4 (-365)) (-4 *4 (-38 *3)) (-4 *5 (-1255 *4)) (-5 *1 (-279 *4 *5 *2)) (-4 *2 (-1226 *4 *5)))) (-3521 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3619 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3602 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3618 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3630 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3643 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3656 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3670 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3684 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3879 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3892 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3904 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3917 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3929 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3941 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3952 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3963 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3976 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3986 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3996 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-4008 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-4020 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-4032 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-4044 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-4057 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))) (-3964 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4)))))
-(-13 (-983 |#3|) (-10 -7 (IF (|has| |#1| (-365)) (-15 ** (|#3| |#3| (-409 (-566)))) |%noBranch|) (-15 -3521 (|#3| |#3|)) (-15 -3619 (|#3| |#3|)) (-15 -3602 (|#3| |#3|)) (-15 -3618 (|#3| |#3|)) (-15 -3630 (|#3| |#3|)) (-15 -3643 (|#3| |#3|)) (-15 -3656 (|#3| |#3|)) (-15 -3670 (|#3| |#3|)) (-15 -3684 (|#3| |#3|)) (-15 -3879 (|#3| |#3|)) (-15 -3892 (|#3| |#3|)) (-15 -3904 (|#3| |#3|)) (-15 -3917 (|#3| |#3|)) (-15 -3929 (|#3| |#3|)) (-15 -3941 (|#3| |#3|)) (-15 -3952 (|#3| |#3|)) (-15 -3963 (|#3| |#3|)) (-15 -3976 (|#3| |#3|)) (-15 -3986 (|#3| |#3|)) (-15 -3996 (|#3| |#3|)) (-15 -4008 (|#3| |#3|)) (-15 -4020 (|#3| |#3|)) (-15 -4032 (|#3| |#3|)) (-15 -4044 (|#3| |#3|)) (-15 -4057 (|#3| |#3|)) (-15 -3964 (|#3| |#3|))))
-((-2034 (((-3 |#3| "failed") |#3|) 70)) (-3963 ((|#3| |#3|) 137)) (-1450 (((-3 |#3| "failed") |#3|) 54)) (-3630 ((|#3| |#3|) 125)) (-1591 (((-3 |#3| "failed") |#3|) 66)) (-3941 ((|#3| |#3|) 135)) (-2315 (((-3 |#3| "failed") |#3|) 50)) (-3602 ((|#3| |#3|) 123)) (-2322 (((-3 |#3| "failed") |#3|) 74)) (-3986 ((|#3| |#3|) 139)) (-1751 (((-3 |#3| "failed") |#3|) 58)) (-3656 ((|#3| |#3|) 127)) (-2090 (((-3 |#3| "failed") |#3| (-771)) 38)) (-3309 (((-3 |#3| "failed") |#3|) 48)) (-3619 ((|#3| |#3|) 111)) (-1861 (((-3 |#3| "failed") |#3|) 46)) (-3521 ((|#3| |#3|) 122)) (-3410 (((-3 |#3| "failed") |#3|) 76)) (-3996 ((|#3| |#3|) 140)) (-1343 (((-3 |#3| "failed") |#3|) 60)) (-3670 ((|#3| |#3|) 128)) (-2762 (((-3 |#3| "failed") |#3|) 72)) (-3976 ((|#3| |#3|) 138)) (-1913 (((-3 |#3| "failed") |#3|) 56)) (-3643 ((|#3| |#3|) 126)) (-3051 (((-3 |#3| "failed") |#3|) 68)) (-3952 ((|#3| |#3|) 136)) (-2680 (((-3 |#3| "failed") |#3|) 52)) (-3618 ((|#3| |#3|) 124)) (-2628 (((-3 |#3| "failed") |#3|) 78)) (-4032 ((|#3| |#3|) 143)) (-1666 (((-3 |#3| "failed") |#3|) 62)) (-3892 ((|#3| |#3|) 131)) (-3667 (((-3 |#3| "failed") |#3|) 112)) (-4008 ((|#3| |#3|) 141)) (-2224 (((-3 |#3| "failed") |#3|) 100)) (-3684 ((|#3| |#3|) 129)) (-4277 (((-3 |#3| "failed") |#3|) 116)) (-4057 ((|#3| |#3|) 145)) (-1959 (((-3 |#3| "failed") |#3|) 107)) (-3917 ((|#3| |#3|) 133)) (-2666 (((-3 |#3| "failed") |#3|) 117)) (-3964 ((|#3| |#3|) 146)) (-3324 (((-3 |#3| "failed") |#3|) 109)) (-3929 ((|#3| |#3|) 134)) (-3859 (((-3 |#3| "failed") |#3|) 80)) (-4044 ((|#3| |#3|) 144)) (-4150 (((-3 |#3| "failed") |#3|) 64)) (-3904 ((|#3| |#3|) 132)) (-3900 (((-3 |#3| "failed") |#3|) 113)) (-4020 ((|#3| |#3|) 142)) (-3427 (((-3 |#3| "failed") |#3|) 103)) (-3879 ((|#3| |#3|) 130)) (** ((|#3| |#3| (-409 (-566))) 44 (|has| |#1| (-365)))))
-(((-280 |#1| |#2| |#3| |#4|) (-13 (-983 |#3|) (-10 -7 (IF (|has| |#1| (-365)) (-15 ** (|#3| |#3| (-409 (-566)))) |%noBranch|) (-15 -3521 (|#3| |#3|)) (-15 -3619 (|#3| |#3|)) (-15 -3602 (|#3| |#3|)) (-15 -3618 (|#3| |#3|)) (-15 -3630 (|#3| |#3|)) (-15 -3643 (|#3| |#3|)) (-15 -3656 (|#3| |#3|)) (-15 -3670 (|#3| |#3|)) (-15 -3684 (|#3| |#3|)) (-15 -3879 (|#3| |#3|)) (-15 -3892 (|#3| |#3|)) (-15 -3904 (|#3| |#3|)) (-15 -3917 (|#3| |#3|)) (-15 -3929 (|#3| |#3|)) (-15 -3941 (|#3| |#3|)) (-15 -3952 (|#3| |#3|)) (-15 -3963 (|#3| |#3|)) (-15 -3976 (|#3| |#3|)) (-15 -3986 (|#3| |#3|)) (-15 -3996 (|#3| |#3|)) (-15 -4008 (|#3| |#3|)) (-15 -4020 (|#3| |#3|)) (-15 -4032 (|#3| |#3|)) (-15 -4044 (|#3| |#3|)) (-15 -4057 (|#3| |#3|)) (-15 -3964 (|#3| |#3|)))) (-38 (-409 (-566))) (-1224 |#1|) (-1247 |#1| |#2|) (-983 |#2|)) (T -280))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-409 (-566))) (-4 *4 (-365)) (-4 *4 (-38 *3)) (-4 *5 (-1224 *4)) (-5 *1 (-280 *4 *5 *2 *6)) (-4 *2 (-1247 *4 *5)) (-4 *6 (-983 *5)))) (-3521 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3619 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3602 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3618 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3630 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3643 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3656 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3670 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3684 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3879 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3892 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3904 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3917 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3929 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3941 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3952 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3963 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3976 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3986 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3996 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-4008 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-4020 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-4032 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-4044 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-4057 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))) (-3964 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4)))))
-(-13 (-983 |#3|) (-10 -7 (IF (|has| |#1| (-365)) (-15 ** (|#3| |#3| (-409 (-566)))) |%noBranch|) (-15 -3521 (|#3| |#3|)) (-15 -3619 (|#3| |#3|)) (-15 -3602 (|#3| |#3|)) (-15 -3618 (|#3| |#3|)) (-15 -3630 (|#3| |#3|)) (-15 -3643 (|#3| |#3|)) (-15 -3656 (|#3| |#3|)) (-15 -3670 (|#3| |#3|)) (-15 -3684 (|#3| |#3|)) (-15 -3879 (|#3| |#3|)) (-15 -3892 (|#3| |#3|)) (-15 -3904 (|#3| |#3|)) (-15 -3917 (|#3| |#3|)) (-15 -3929 (|#3| |#3|)) (-15 -3941 (|#3| |#3|)) (-15 -3952 (|#3| |#3|)) (-15 -3963 (|#3| |#3|)) (-15 -3976 (|#3| |#3|)) (-15 -3986 (|#3| |#3|)) (-15 -3996 (|#3| |#3|)) (-15 -4008 (|#3| |#3|)) (-15 -4020 (|#3| |#3|)) (-15 -4032 (|#3| |#3|)) (-15 -4044 (|#3| |#3|)) (-15 -4057 (|#3| |#3|)) (-15 -3964 (|#3| |#3|))))
-((-2462 (((-112) $) 20)) (-2972 (((-1180) $) 7)) (-3896 (((-3 (-508) "failed") $) 14)) (-1389 (((-3 (-644 $) "failed") $) NIL)) (-2792 (((-3 (-508) "failed") $) 21)) (-2374 (((-3 (-1103) "failed") $) 18)) (-3705 (((-112) $) 16)) (-3152 (((-862) $) NIL)) (-4233 (((-112) $) 9)))
-(((-281) (-13 (-613 (-862)) (-10 -8 (-15 -2972 ((-1180) $)) (-15 -3705 ((-112) $)) (-15 -2374 ((-3 (-1103) "failed") $)) (-15 -2462 ((-112) $)) (-15 -2792 ((-3 (-508) "failed") $)) (-15 -4233 ((-112) $)) (-15 -3896 ((-3 (-508) "failed") $)) (-15 -1389 ((-3 (-644 $) "failed") $))))) (T -281))
-((-2972 (*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-281)))) (-3705 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))) (-2374 (*1 *2 *1) (|partial| -12 (-5 *2 (-1103)) (-5 *1 (-281)))) (-2462 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))) (-2792 (*1 *2 *1) (|partial| -12 (-5 *2 (-508)) (-5 *1 (-281)))) (-4233 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))) (-3896 (*1 *2 *1) (|partial| -12 (-5 *2 (-508)) (-5 *1 (-281)))) (-1389 (*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-281))) (-5 *1 (-281)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -2972 ((-1180) $)) (-15 -3705 ((-112) $)) (-15 -2374 ((-3 (-1103) "failed") $)) (-15 -2462 ((-112) $)) (-15 -2792 ((-3 (-508) "failed") $)) (-15 -4233 ((-112) $)) (-15 -3896 ((-3 (-508) "failed") $)) (-15 -1389 ((-3 (-644 $) "failed") $))))
-((-3678 (($ (-1 (-112) |#2|) $) 24)) (-3942 (($ $) 38)) (-3512 (($ (-1 (-112) |#2|) $) NIL) (($ |#2| $) 36)) (-2622 (($ |#2| $) 34) (($ (-1 (-112) |#2|) $) 18)) (-3674 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 42)) (-1859 (($ |#2| $ (-566)) 20) (($ $ $ (-566)) 22)) (-2166 (($ $ (-566)) 11) (($ $ (-1231 (-566))) 14)) (-1690 (($ $ |#2|) 32) (($ $ $) NIL)) (-4386 (($ $ |#2|) 31) (($ |#2| $) NIL) (($ $ $) 26) (($ (-644 $)) NIL)))
-(((-282 |#1| |#2|) (-10 -8 (-15 -3674 (|#1| |#1| |#1|)) (-15 -3512 (|#1| |#2| |#1|)) (-15 -3674 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3512 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1690 (|#1| |#1| |#1|)) (-15 -1690 (|#1| |#1| |#2|)) (-15 -1859 (|#1| |#1| |#1| (-566))) (-15 -1859 (|#1| |#2| |#1| (-566))) (-15 -2166 (|#1| |#1| (-1231 (-566)))) (-15 -2166 (|#1| |#1| (-566))) (-15 -4386 (|#1| (-644 |#1|))) (-15 -4386 (|#1| |#1| |#1|)) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#2|)) (-15 -2622 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2622 (|#1| |#2| |#1|)) (-15 -3942 (|#1| |#1|))) (-283 |#2|) (-1214)) (T -282))
-NIL
-(-10 -8 (-15 -3674 (|#1| |#1| |#1|)) (-15 -3512 (|#1| |#2| |#1|)) (-15 -3674 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3512 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1690 (|#1| |#1| |#1|)) (-15 -1690 (|#1| |#1| |#2|)) (-15 -1859 (|#1| |#1| |#1| (-566))) (-15 -1859 (|#1| |#2| |#1| (-566))) (-15 -2166 (|#1| |#1| (-1231 (-566)))) (-15 -2166 (|#1| |#1| (-566))) (-15 -4386 (|#1| (-644 |#1|))) (-15 -4386 (|#1| |#1| |#1|)) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#2|)) (-15 -2622 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3678 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -2622 (|#1| |#2| |#1|)) (-15 -3942 (|#1| |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1944 (((-1269) $ (-566) (-566)) 41 (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) 8)) (-1456 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 59 (|has| $ (-6 -4415)))) (-2995 (($ (-1 (-112) |#1|) $) 86)) (-3678 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3322 (($ $) 84 (|has| |#1| (-1099)))) (-3942 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ (-1 (-112) |#1|) $) 90) (($ |#1| $) 85 (|has| |#1| (-1099)))) (-2622 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 52)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-1860 (($ (-771) |#1|) 70)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 44 (|has| (-566) (-850)))) (-3674 (($ (-1 (-112) |#1| |#1|) $ $) 87) (($ $ $) 83 (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 45 (|has| (-566) (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3888 (($ |#1| $ (-566)) 89) (($ $ $ (-566)) 88)) (-1859 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-3725 (((-644 (-566)) $) 47)) (-1644 (((-112) (-566) $) 48)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3908 ((|#1| $) 43 (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-3787 (($ $ |#1|) 42 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1231 (-566))) 64)) (-1308 (($ $ (-566)) 92) (($ $ (-1231 (-566))) 91)) (-2166 (($ $ (-566)) 63) (($ $ (-1231 (-566))) 62)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 71)) (-1690 (($ $ |#1|) 94) (($ $ $) 93)) (-4386 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-283 |#1|) (-140) (-1214)) (T -283))
-((-1690 (*1 *1 *1 *2) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214)))) (-1690 (*1 *1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214)))) (-1308 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-283 *3)) (-4 *3 (-1214)))) (-1308 (*1 *1 *1 *2) (-12 (-5 *2 (-1231 (-566))) (-4 *1 (-283 *3)) (-4 *3 (-1214)))) (-3512 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-283 *3)) (-4 *3 (-1214)))) (-3888 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-283 *2)) (-4 *2 (-1214)))) (-3888 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-283 *3)) (-4 *3 (-1214)))) (-3674 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-283 *3)) (-4 *3 (-1214)))) (-2995 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-283 *3)) (-4 *3 (-1214)))) (-3512 (*1 *1 *2 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214)) (-4 *2 (-1099)))) (-3322 (*1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214)) (-4 *2 (-1099)))) (-3674 (*1 *1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214)) (-4 *2 (-850)))))
-(-13 (-651 |t#1|) (-10 -8 (-6 -4415) (-15 -1690 ($ $ |t#1|)) (-15 -1690 ($ $ $)) (-15 -1308 ($ $ (-566))) (-15 -1308 ($ $ (-1231 (-566)))) (-15 -3512 ($ (-1 (-112) |t#1|) $)) (-15 -3888 ($ |t#1| $ (-566))) (-15 -3888 ($ $ $ (-566))) (-15 -3674 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -2995 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -3512 ($ |t#1| $)) (-15 -3322 ($ $))) |%noBranch|) (IF (|has| |t#1| (-850)) (-15 -3674 ($ $ $)) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
+((-4124 (((-112) $ $) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2707 (((-644 (-566)) $) 29)) (-4297 (((-771) $) 27)) (-1650 (((-862) $) 36) (($ (-644 (-566))) 23)) (-2657 (((-112) $ $) NIL)) (-2380 (($ (-771)) 33)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 9)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 17)))
+(((-276) (-13 (-850) (-10 -8 (-15 -1650 ($ (-644 (-566)))) (-15 -4297 ((-771) $)) (-15 -2707 ((-644 (-566)) $)) (-15 -2380 ($ (-771)))))) (T -276))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-276)))) (-4297 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-276)))) (-2707 (*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-276)))) (-2380 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-276)))))
+(-13 (-850) (-10 -8 (-15 -1650 ($ (-644 (-566)))) (-15 -4297 ((-771) $)) (-15 -2707 ((-644 (-566)) $)) (-15 -2380 ($ (-771)))))
+((-4175 ((|#2| |#2|) 77)) (-4026 ((|#2| |#2|) 65)) (-2805 (((-3 |#2| "failed") |#2| (-644 (-2 (|:| |func| |#2|) (|:| |pole| (-112))))) 125)) (-4153 ((|#2| |#2|) 75)) (-4005 ((|#2| |#2|) 63)) (-4198 ((|#2| |#2|) 79)) (-4050 ((|#2| |#2|) 67)) (-2528 ((|#2|) 46)) (-3797 (((-114) (-114)) 100)) (-1658 ((|#2| |#2|) 61)) (-2035 (((-112) |#2|) 147)) (-3023 ((|#2| |#2|) 195)) (-3413 ((|#2| |#2|) 171)) (-3602 ((|#2|) 59)) (-3308 ((|#2|) 58)) (-1328 ((|#2| |#2|) 191)) (-2392 ((|#2| |#2|) 167)) (-1789 ((|#2| |#2|) 199)) (-2280 ((|#2| |#2|) 175)) (-2108 ((|#2| |#2|) 163)) (-3462 ((|#2| |#2|) 165)) (-4143 ((|#2| |#2|) 201)) (-3708 ((|#2| |#2|) 177)) (-4322 ((|#2| |#2|) 197)) (-2934 ((|#2| |#2|) 173)) (-3847 ((|#2| |#2|) 193)) (-2767 ((|#2| |#2|) 169)) (-2212 ((|#2| |#2|) 207)) (-2839 ((|#2| |#2|) 183)) (-3641 ((|#2| |#2|) 203)) (-2684 ((|#2| |#2|) 179)) (-1609 ((|#2| |#2|) 211)) (-3414 ((|#2| |#2|) 187)) (-2270 ((|#2| |#2|) 213)) (-3211 ((|#2| |#2|) 189)) (-4087 ((|#2| |#2|) 209)) (-3376 ((|#2| |#2|) 185)) (-3374 ((|#2| |#2|) 205)) (-2143 ((|#2| |#2|) 181)) (-1983 ((|#2| |#2|) 62)) (-4209 ((|#2| |#2|) 80)) (-4065 ((|#2| |#2|) 68)) (-4186 ((|#2| |#2|) 78)) (-4038 ((|#2| |#2|) 66)) (-4164 ((|#2| |#2|) 76)) (-4015 ((|#2| |#2|) 64)) (-1892 (((-112) (-114)) 98)) (-4241 ((|#2| |#2|) 83)) (-4100 ((|#2| |#2|) 71)) (-4220 ((|#2| |#2|) 81)) (-4077 ((|#2| |#2|) 69)) (-4264 ((|#2| |#2|) 85)) (-4127 ((|#2| |#2|) 73)) (-2462 ((|#2| |#2|) 86)) (-4140 ((|#2| |#2|) 74)) (-4253 ((|#2| |#2|) 84)) (-4114 ((|#2| |#2|) 72)) (-4230 ((|#2| |#2|) 82)) (-4088 ((|#2| |#2|) 70)))
+(((-277 |#1| |#2|) (-10 -7 (-15 -1983 (|#2| |#2|)) (-15 -1658 (|#2| |#2|)) (-15 -4005 (|#2| |#2|)) (-15 -4015 (|#2| |#2|)) (-15 -4026 (|#2| |#2|)) (-15 -4038 (|#2| |#2|)) (-15 -4050 (|#2| |#2|)) (-15 -4065 (|#2| |#2|)) (-15 -4077 (|#2| |#2|)) (-15 -4088 (|#2| |#2|)) (-15 -4100 (|#2| |#2|)) (-15 -4114 (|#2| |#2|)) (-15 -4127 (|#2| |#2|)) (-15 -4140 (|#2| |#2|)) (-15 -4153 (|#2| |#2|)) (-15 -4164 (|#2| |#2|)) (-15 -4175 (|#2| |#2|)) (-15 -4186 (|#2| |#2|)) (-15 -4198 (|#2| |#2|)) (-15 -4209 (|#2| |#2|)) (-15 -4220 (|#2| |#2|)) (-15 -4230 (|#2| |#2|)) (-15 -4241 (|#2| |#2|)) (-15 -4253 (|#2| |#2|)) (-15 -4264 (|#2| |#2|)) (-15 -2462 (|#2| |#2|)) (-15 -2528 (|#2|)) (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -3308 (|#2|)) (-15 -3602 (|#2|)) (-15 -3462 (|#2| |#2|)) (-15 -2108 (|#2| |#2|)) (-15 -2392 (|#2| |#2|)) (-15 -2767 (|#2| |#2|)) (-15 -3413 (|#2| |#2|)) (-15 -2934 (|#2| |#2|)) (-15 -2280 (|#2| |#2|)) (-15 -3708 (|#2| |#2|)) (-15 -2684 (|#2| |#2|)) (-15 -2143 (|#2| |#2|)) (-15 -2839 (|#2| |#2|)) (-15 -3376 (|#2| |#2|)) (-15 -3414 (|#2| |#2|)) (-15 -3211 (|#2| |#2|)) (-15 -1328 (|#2| |#2|)) (-15 -3847 (|#2| |#2|)) (-15 -3023 (|#2| |#2|)) (-15 -4322 (|#2| |#2|)) (-15 -1789 (|#2| |#2|)) (-15 -4143 (|#2| |#2|)) (-15 -3641 (|#2| |#2|)) (-15 -3374 (|#2| |#2|)) (-15 -2212 (|#2| |#2|)) (-15 -4087 (|#2| |#2|)) (-15 -1609 (|#2| |#2|)) (-15 -2270 (|#2| |#2|)) (-15 -2805 ((-3 |#2| "failed") |#2| (-644 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -2035 ((-112) |#2|))) (-558) (-13 (-432 |#1|) (-1002))) (T -277))
+((-2035 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-277 *4 *3)) (-4 *3 (-13 (-432 *4) (-1002))))) (-2805 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-644 (-2 (|:| |func| *2) (|:| |pole| (-112))))) (-4 *2 (-13 (-432 *4) (-1002))) (-4 *4 (-558)) (-5 *1 (-277 *4 *2)))) (-2270 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1609 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4087 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2212 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3374 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3641 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4143 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1789 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4322 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3023 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3847 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1328 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3211 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3414 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3376 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2839 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2143 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2684 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3708 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2280 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2934 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3413 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2767 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2392 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-2108 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3462 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-3602 (*1 *2) (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2)) (-4 *3 (-558)))) (-3308 (*1 *2) (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2)) (-4 *3 (-558)))) (-3797 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-277 *3 *4)) (-4 *4 (-13 (-432 *3) (-1002))))) (-1892 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-277 *4 *5)) (-4 *5 (-13 (-432 *4) (-1002))))) (-2528 (*1 *2) (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2)) (-4 *3 (-558)))) (-2462 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4264 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4253 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4241 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4230 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4220 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4209 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4198 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4186 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4175 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4164 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4153 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4140 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4127 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4114 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4100 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4088 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4077 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4065 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4050 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4038 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4026 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4015 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-4005 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1658 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))) (-1983 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002))))))
+(-10 -7 (-15 -1983 (|#2| |#2|)) (-15 -1658 (|#2| |#2|)) (-15 -4005 (|#2| |#2|)) (-15 -4015 (|#2| |#2|)) (-15 -4026 (|#2| |#2|)) (-15 -4038 (|#2| |#2|)) (-15 -4050 (|#2| |#2|)) (-15 -4065 (|#2| |#2|)) (-15 -4077 (|#2| |#2|)) (-15 -4088 (|#2| |#2|)) (-15 -4100 (|#2| |#2|)) (-15 -4114 (|#2| |#2|)) (-15 -4127 (|#2| |#2|)) (-15 -4140 (|#2| |#2|)) (-15 -4153 (|#2| |#2|)) (-15 -4164 (|#2| |#2|)) (-15 -4175 (|#2| |#2|)) (-15 -4186 (|#2| |#2|)) (-15 -4198 (|#2| |#2|)) (-15 -4209 (|#2| |#2|)) (-15 -4220 (|#2| |#2|)) (-15 -4230 (|#2| |#2|)) (-15 -4241 (|#2| |#2|)) (-15 -4253 (|#2| |#2|)) (-15 -4264 (|#2| |#2|)) (-15 -2462 (|#2| |#2|)) (-15 -2528 (|#2|)) (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -3308 (|#2|)) (-15 -3602 (|#2|)) (-15 -3462 (|#2| |#2|)) (-15 -2108 (|#2| |#2|)) (-15 -2392 (|#2| |#2|)) (-15 -2767 (|#2| |#2|)) (-15 -3413 (|#2| |#2|)) (-15 -2934 (|#2| |#2|)) (-15 -2280 (|#2| |#2|)) (-15 -3708 (|#2| |#2|)) (-15 -2684 (|#2| |#2|)) (-15 -2143 (|#2| |#2|)) (-15 -2839 (|#2| |#2|)) (-15 -3376 (|#2| |#2|)) (-15 -3414 (|#2| |#2|)) (-15 -3211 (|#2| |#2|)) (-15 -1328 (|#2| |#2|)) (-15 -3847 (|#2| |#2|)) (-15 -3023 (|#2| |#2|)) (-15 -4322 (|#2| |#2|)) (-15 -1789 (|#2| |#2|)) (-15 -4143 (|#2| |#2|)) (-15 -3641 (|#2| |#2|)) (-15 -3374 (|#2| |#2|)) (-15 -2212 (|#2| |#2|)) (-15 -4087 (|#2| |#2|)) (-15 -1609 (|#2| |#2|)) (-15 -2270 (|#2| |#2|)) (-15 -2805 ((-3 |#2| "failed") |#2| (-644 (-2 (|:| |func| |#2|) (|:| |pole| (-112)))))) (-15 -2035 ((-112) |#2|)))
+((-2227 (((-3 |#2| "failed") (-644 (-612 |#2|)) |#2| (-1175)) 153)) (-1727 ((|#2| (-409 (-566)) |#2|) 49)) (-3722 ((|#2| |#2| (-612 |#2|)) 146)) (-4367 (((-2 (|:| |func| |#2|) (|:| |kers| (-644 (-612 |#2|))) (|:| |vals| (-644 |#2|))) |#2| (-1175)) 145)) (-2790 ((|#2| |#2| (-1175)) 20) ((|#2| |#2|) 23)) (-2106 ((|#2| |#2| (-1175)) 159) ((|#2| |#2|) 157)))
+(((-278 |#1| |#2|) (-10 -7 (-15 -2106 (|#2| |#2|)) (-15 -2106 (|#2| |#2| (-1175))) (-15 -4367 ((-2 (|:| |func| |#2|) (|:| |kers| (-644 (-612 |#2|))) (|:| |vals| (-644 |#2|))) |#2| (-1175))) (-15 -2790 (|#2| |#2|)) (-15 -2790 (|#2| |#2| (-1175))) (-15 -2227 ((-3 |#2| "failed") (-644 (-612 |#2|)) |#2| (-1175))) (-15 -3722 (|#2| |#2| (-612 |#2|))) (-15 -1727 (|#2| (-409 (-566)) |#2|))) (-13 (-558) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1200) (-432 |#1|))) (T -278))
+((-1727 (*1 *2 *3 *2) (-12 (-5 *3 (-409 (-566))) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))) (-3722 (*1 *2 *2 *3) (-12 (-5 *3 (-612 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *4 *2)))) (-2227 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-644 (-612 *2))) (-5 *4 (-1175)) (-4 *2 (-13 (-27) (-1200) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *5 *2)))) (-2790 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))) (-2790 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))) (-4367 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-644 (-612 *3))) (|:| |vals| (-644 *3)))) (-5 *1 (-278 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))) (-2106 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))) (-2106 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-278 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))))
+(-10 -7 (-15 -2106 (|#2| |#2|)) (-15 -2106 (|#2| |#2| (-1175))) (-15 -4367 ((-2 (|:| |func| |#2|) (|:| |kers| (-644 (-612 |#2|))) (|:| |vals| (-644 |#2|))) |#2| (-1175))) (-15 -2790 (|#2| |#2|)) (-15 -2790 (|#2| |#2| (-1175))) (-15 -2227 ((-3 |#2| "failed") (-644 (-612 |#2|)) |#2| (-1175))) (-15 -3722 (|#2| |#2| (-612 |#2|))) (-15 -1727 (|#2| (-409 (-566)) |#2|)))
+((-2291 (((-3 |#3| "failed") |#3|) 120)) (-4175 ((|#3| |#3|) 142)) (-1481 (((-3 |#3| "failed") |#3|) 89)) (-4026 ((|#3| |#3|) 132)) (-3440 (((-3 |#3| "failed") |#3|) 65)) (-4153 ((|#3| |#3|) 140)) (-2048 (((-3 |#3| "failed") |#3|) 53)) (-4005 ((|#3| |#3|) 130)) (-2113 (((-3 |#3| "failed") |#3|) 122)) (-4198 ((|#3| |#3|) 144)) (-1371 (((-3 |#3| "failed") |#3|) 91)) (-4050 ((|#3| |#3|) 134)) (-1667 (((-3 |#3| "failed") |#3| (-771)) 41)) (-3568 (((-3 |#3| "failed") |#3|) 81)) (-1658 ((|#3| |#3|) 129)) (-4298 (((-3 |#3| "failed") |#3|) 51)) (-1983 ((|#3| |#3|) 128)) (-2091 (((-3 |#3| "failed") |#3|) 123)) (-4209 ((|#3| |#3|) 145)) (-2451 (((-3 |#3| "failed") |#3|) 92)) (-4065 ((|#3| |#3|) 135)) (-3986 (((-3 |#3| "failed") |#3|) 121)) (-4186 ((|#3| |#3|) 143)) (-3605 (((-3 |#3| "failed") |#3|) 90)) (-4038 ((|#3| |#3|) 133)) (-2734 (((-3 |#3| "failed") |#3|) 67)) (-4164 ((|#3| |#3|) 141)) (-2473 (((-3 |#3| "failed") |#3|) 55)) (-4015 ((|#3| |#3|) 131)) (-2044 (((-3 |#3| "failed") |#3|) 73)) (-4241 ((|#3| |#3|) 148)) (-2939 (((-3 |#3| "failed") |#3|) 114)) (-4100 ((|#3| |#3|) 154)) (-2683 (((-3 |#3| "failed") |#3|) 69)) (-4220 ((|#3| |#3|) 146)) (-3649 (((-3 |#3| "failed") |#3|) 57)) (-4077 ((|#3| |#3|) 136)) (-3552 (((-3 |#3| "failed") |#3|) 77)) (-4264 ((|#3| |#3|) 150)) (-2820 (((-3 |#3| "failed") |#3|) 61)) (-4127 ((|#3| |#3|) 138)) (-2360 (((-3 |#3| "failed") |#3|) 79)) (-2462 ((|#3| |#3|) 151)) (-3746 (((-3 |#3| "failed") |#3|) 63)) (-4140 ((|#3| |#3|) 139)) (-3889 (((-3 |#3| "failed") |#3|) 75)) (-4253 ((|#3| |#3|) 149)) (-1619 (((-3 |#3| "failed") |#3|) 117)) (-4114 ((|#3| |#3|) 155)) (-4276 (((-3 |#3| "failed") |#3|) 71)) (-4230 ((|#3| |#3|) 147)) (-2268 (((-3 |#3| "failed") |#3|) 59)) (-4088 ((|#3| |#3|) 137)) (** ((|#3| |#3| (-409 (-566))) 47 (|has| |#1| (-365)))))
+(((-279 |#1| |#2| |#3|) (-13 (-983 |#3|) (-10 -7 (IF (|has| |#1| (-365)) (-15 ** (|#3| |#3| (-409 (-566)))) |%noBranch|) (-15 -1983 (|#3| |#3|)) (-15 -1658 (|#3| |#3|)) (-15 -4005 (|#3| |#3|)) (-15 -4015 (|#3| |#3|)) (-15 -4026 (|#3| |#3|)) (-15 -4038 (|#3| |#3|)) (-15 -4050 (|#3| |#3|)) (-15 -4065 (|#3| |#3|)) (-15 -4077 (|#3| |#3|)) (-15 -4088 (|#3| |#3|)) (-15 -4100 (|#3| |#3|)) (-15 -4114 (|#3| |#3|)) (-15 -4127 (|#3| |#3|)) (-15 -4140 (|#3| |#3|)) (-15 -4153 (|#3| |#3|)) (-15 -4164 (|#3| |#3|)) (-15 -4175 (|#3| |#3|)) (-15 -4186 (|#3| |#3|)) (-15 -4198 (|#3| |#3|)) (-15 -4209 (|#3| |#3|)) (-15 -4220 (|#3| |#3|)) (-15 -4230 (|#3| |#3|)) (-15 -4241 (|#3| |#3|)) (-15 -4253 (|#3| |#3|)) (-15 -4264 (|#3| |#3|)) (-15 -2462 (|#3| |#3|)))) (-38 (-409 (-566))) (-1256 |#1|) (-1227 |#1| |#2|)) (T -279))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-409 (-566))) (-4 *4 (-365)) (-4 *4 (-38 *3)) (-4 *5 (-1256 *4)) (-5 *1 (-279 *4 *5 *2)) (-4 *2 (-1227 *4 *5)))) (-1983 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-1658 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4005 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4015 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4026 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4038 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4050 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4065 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4077 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4088 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4100 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4114 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4127 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4140 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4153 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4164 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4175 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4186 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4198 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4209 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4220 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4230 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4241 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4253 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-4264 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))) (-2462 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3)) (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4)))))
+(-13 (-983 |#3|) (-10 -7 (IF (|has| |#1| (-365)) (-15 ** (|#3| |#3| (-409 (-566)))) |%noBranch|) (-15 -1983 (|#3| |#3|)) (-15 -1658 (|#3| |#3|)) (-15 -4005 (|#3| |#3|)) (-15 -4015 (|#3| |#3|)) (-15 -4026 (|#3| |#3|)) (-15 -4038 (|#3| |#3|)) (-15 -4050 (|#3| |#3|)) (-15 -4065 (|#3| |#3|)) (-15 -4077 (|#3| |#3|)) (-15 -4088 (|#3| |#3|)) (-15 -4100 (|#3| |#3|)) (-15 -4114 (|#3| |#3|)) (-15 -4127 (|#3| |#3|)) (-15 -4140 (|#3| |#3|)) (-15 -4153 (|#3| |#3|)) (-15 -4164 (|#3| |#3|)) (-15 -4175 (|#3| |#3|)) (-15 -4186 (|#3| |#3|)) (-15 -4198 (|#3| |#3|)) (-15 -4209 (|#3| |#3|)) (-15 -4220 (|#3| |#3|)) (-15 -4230 (|#3| |#3|)) (-15 -4241 (|#3| |#3|)) (-15 -4253 (|#3| |#3|)) (-15 -4264 (|#3| |#3|)) (-15 -2462 (|#3| |#3|))))
+((-2291 (((-3 |#3| "failed") |#3|) 70)) (-4175 ((|#3| |#3|) 137)) (-1481 (((-3 |#3| "failed") |#3|) 54)) (-4026 ((|#3| |#3|) 125)) (-3440 (((-3 |#3| "failed") |#3|) 66)) (-4153 ((|#3| |#3|) 135)) (-2048 (((-3 |#3| "failed") |#3|) 50)) (-4005 ((|#3| |#3|) 123)) (-2113 (((-3 |#3| "failed") |#3|) 74)) (-4198 ((|#3| |#3|) 139)) (-1371 (((-3 |#3| "failed") |#3|) 58)) (-4050 ((|#3| |#3|) 127)) (-1667 (((-3 |#3| "failed") |#3| (-771)) 38)) (-3568 (((-3 |#3| "failed") |#3|) 48)) (-1658 ((|#3| |#3|) 111)) (-4298 (((-3 |#3| "failed") |#3|) 46)) (-1983 ((|#3| |#3|) 122)) (-2091 (((-3 |#3| "failed") |#3|) 76)) (-4209 ((|#3| |#3|) 140)) (-2451 (((-3 |#3| "failed") |#3|) 60)) (-4065 ((|#3| |#3|) 128)) (-3986 (((-3 |#3| "failed") |#3|) 72)) (-4186 ((|#3| |#3|) 138)) (-3605 (((-3 |#3| "failed") |#3|) 56)) (-4038 ((|#3| |#3|) 126)) (-2734 (((-3 |#3| "failed") |#3|) 68)) (-4164 ((|#3| |#3|) 136)) (-2473 (((-3 |#3| "failed") |#3|) 52)) (-4015 ((|#3| |#3|) 124)) (-2044 (((-3 |#3| "failed") |#3|) 78)) (-4241 ((|#3| |#3|) 143)) (-2939 (((-3 |#3| "failed") |#3|) 62)) (-4100 ((|#3| |#3|) 131)) (-2683 (((-3 |#3| "failed") |#3|) 112)) (-4220 ((|#3| |#3|) 141)) (-3649 (((-3 |#3| "failed") |#3|) 100)) (-4077 ((|#3| |#3|) 129)) (-3552 (((-3 |#3| "failed") |#3|) 116)) (-4264 ((|#3| |#3|) 145)) (-2820 (((-3 |#3| "failed") |#3|) 107)) (-4127 ((|#3| |#3|) 133)) (-2360 (((-3 |#3| "failed") |#3|) 117)) (-2462 ((|#3| |#3|) 146)) (-3746 (((-3 |#3| "failed") |#3|) 109)) (-4140 ((|#3| |#3|) 134)) (-3889 (((-3 |#3| "failed") |#3|) 80)) (-4253 ((|#3| |#3|) 144)) (-1619 (((-3 |#3| "failed") |#3|) 64)) (-4114 ((|#3| |#3|) 132)) (-4276 (((-3 |#3| "failed") |#3|) 113)) (-4230 ((|#3| |#3|) 142)) (-2268 (((-3 |#3| "failed") |#3|) 103)) (-4088 ((|#3| |#3|) 130)) (** ((|#3| |#3| (-409 (-566))) 44 (|has| |#1| (-365)))))
+(((-280 |#1| |#2| |#3| |#4|) (-13 (-983 |#3|) (-10 -7 (IF (|has| |#1| (-365)) (-15 ** (|#3| |#3| (-409 (-566)))) |%noBranch|) (-15 -1983 (|#3| |#3|)) (-15 -1658 (|#3| |#3|)) (-15 -4005 (|#3| |#3|)) (-15 -4015 (|#3| |#3|)) (-15 -4026 (|#3| |#3|)) (-15 -4038 (|#3| |#3|)) (-15 -4050 (|#3| |#3|)) (-15 -4065 (|#3| |#3|)) (-15 -4077 (|#3| |#3|)) (-15 -4088 (|#3| |#3|)) (-15 -4100 (|#3| |#3|)) (-15 -4114 (|#3| |#3|)) (-15 -4127 (|#3| |#3|)) (-15 -4140 (|#3| |#3|)) (-15 -4153 (|#3| |#3|)) (-15 -4164 (|#3| |#3|)) (-15 -4175 (|#3| |#3|)) (-15 -4186 (|#3| |#3|)) (-15 -4198 (|#3| |#3|)) (-15 -4209 (|#3| |#3|)) (-15 -4220 (|#3| |#3|)) (-15 -4230 (|#3| |#3|)) (-15 -4241 (|#3| |#3|)) (-15 -4253 (|#3| |#3|)) (-15 -4264 (|#3| |#3|)) (-15 -2462 (|#3| |#3|)))) (-38 (-409 (-566))) (-1225 |#1|) (-1248 |#1| |#2|) (-983 |#2|)) (T -280))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-409 (-566))) (-4 *4 (-365)) (-4 *4 (-38 *3)) (-4 *5 (-1225 *4)) (-5 *1 (-280 *4 *5 *2 *6)) (-4 *2 (-1248 *4 *5)) (-4 *6 (-983 *5)))) (-1983 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-1658 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4005 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4015 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4026 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4038 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4050 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4065 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4077 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4088 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4100 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4114 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4127 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4140 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4153 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4164 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4175 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4186 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4198 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4209 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4220 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4230 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4241 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4253 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-4264 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))) (-2462 (*1 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3)) (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4)))))
+(-13 (-983 |#3|) (-10 -7 (IF (|has| |#1| (-365)) (-15 ** (|#3| |#3| (-409 (-566)))) |%noBranch|) (-15 -1983 (|#3| |#3|)) (-15 -1658 (|#3| |#3|)) (-15 -4005 (|#3| |#3|)) (-15 -4015 (|#3| |#3|)) (-15 -4026 (|#3| |#3|)) (-15 -4038 (|#3| |#3|)) (-15 -4050 (|#3| |#3|)) (-15 -4065 (|#3| |#3|)) (-15 -4077 (|#3| |#3|)) (-15 -4088 (|#3| |#3|)) (-15 -4100 (|#3| |#3|)) (-15 -4114 (|#3| |#3|)) (-15 -4127 (|#3| |#3|)) (-15 -4140 (|#3| |#3|)) (-15 -4153 (|#3| |#3|)) (-15 -4164 (|#3| |#3|)) (-15 -4175 (|#3| |#3|)) (-15 -4186 (|#3| |#3|)) (-15 -4198 (|#3| |#3|)) (-15 -4209 (|#3| |#3|)) (-15 -4220 (|#3| |#3|)) (-15 -4230 (|#3| |#3|)) (-15 -4241 (|#3| |#3|)) (-15 -4253 (|#3| |#3|)) (-15 -4264 (|#3| |#3|)) (-15 -2462 (|#3| |#3|))))
+((-4131 (((-112) $) 20)) (-4107 (((-1180) $) 7)) (-4244 (((-3 (-508) "failed") $) 14)) (-1935 (((-3 (-644 $) "failed") $) NIL)) (-4275 (((-3 (-508) "failed") $) 21)) (-1439 (((-3 (-1103) "failed") $) 18)) (-3084 (((-112) $) 16)) (-1650 (((-862) $) NIL)) (-4365 (((-112) $) 9)))
+(((-281) (-13 (-613 (-862)) (-10 -8 (-15 -4107 ((-1180) $)) (-15 -3084 ((-112) $)) (-15 -1439 ((-3 (-1103) "failed") $)) (-15 -4131 ((-112) $)) (-15 -4275 ((-3 (-508) "failed") $)) (-15 -4365 ((-112) $)) (-15 -4244 ((-3 (-508) "failed") $)) (-15 -1935 ((-3 (-644 $) "failed") $))))) (T -281))
+((-4107 (*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-281)))) (-3084 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))) (-1439 (*1 *2 *1) (|partial| -12 (-5 *2 (-1103)) (-5 *1 (-281)))) (-4131 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))) (-4275 (*1 *2 *1) (|partial| -12 (-5 *2 (-508)) (-5 *1 (-281)))) (-4365 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))) (-4244 (*1 *2 *1) (|partial| -12 (-5 *2 (-508)) (-5 *1 (-281)))) (-1935 (*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-281))) (-5 *1 (-281)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -4107 ((-1180) $)) (-15 -3084 ((-112) $)) (-15 -1439 ((-3 (-1103) "failed") $)) (-15 -4131 ((-112) $)) (-15 -4275 ((-3 (-508) "failed") $)) (-15 -4365 ((-112) $)) (-15 -4244 ((-3 (-508) "failed") $)) (-15 -1935 ((-3 (-644 $) "failed") $))))
+((-1997 (($ (-1 (-112) |#2|) $) 24)) (-3640 (($ $) 38)) (-1867 (($ (-1 (-112) |#2|) $) NIL) (($ |#2| $) 36)) (-1837 (($ |#2| $) 34) (($ (-1 (-112) |#2|) $) 18)) (-2762 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 42)) (-3438 (($ |#2| $ (-566)) 20) (($ $ $ (-566)) 22)) (-1405 (($ $ (-566)) 11) (($ $ (-1232 (-566))) 14)) (-1940 (($ $ |#2|) 32) (($ $ $) NIL)) (-2829 (($ $ |#2|) 31) (($ |#2| $) NIL) (($ $ $) 26) (($ (-644 $)) NIL)))
+(((-282 |#1| |#2|) (-10 -8 (-15 -2762 (|#1| |#1| |#1|)) (-15 -1867 (|#1| |#2| |#1|)) (-15 -2762 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1867 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1940 (|#1| |#1| |#1|)) (-15 -1940 (|#1| |#1| |#2|)) (-15 -3438 (|#1| |#1| |#1| (-566))) (-15 -3438 (|#1| |#2| |#1| (-566))) (-15 -1405 (|#1| |#1| (-1232 (-566)))) (-15 -1405 (|#1| |#1| (-566))) (-15 -2829 (|#1| (-644 |#1|))) (-15 -2829 (|#1| |#1| |#1|)) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#2|)) (-15 -1837 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1997 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1837 (|#1| |#2| |#1|)) (-15 -3640 (|#1| |#1|))) (-283 |#2|) (-1215)) (T -282))
+NIL
+(-10 -8 (-15 -2762 (|#1| |#1| |#1|)) (-15 -1867 (|#1| |#2| |#1|)) (-15 -2762 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -1867 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1940 (|#1| |#1| |#1|)) (-15 -1940 (|#1| |#1| |#2|)) (-15 -3438 (|#1| |#1| |#1| (-566))) (-15 -3438 (|#1| |#2| |#1| (-566))) (-15 -1405 (|#1| |#1| (-1232 (-566)))) (-15 -1405 (|#1| |#1| (-566))) (-15 -2829 (|#1| (-644 |#1|))) (-15 -2829 (|#1| |#1| |#1|)) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#2|)) (-15 -1837 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1997 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1837 (|#1| |#2| |#1|)) (-15 -3640 (|#1| |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2656 (((-1270) $ (-566) (-566)) 41 (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) 8)) (-1777 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 59 (|has| $ (-6 -4416)))) (-3503 (($ (-1 (-112) |#1|) $) 86)) (-1997 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3723 (($ $) 84 (|has| |#1| (-1099)))) (-3640 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ (-1 (-112) |#1|) $) 90) (($ |#1| $) 85 (|has| |#1| (-1099)))) (-1837 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 52)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1566 (($ (-771) |#1|) 70)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 44 (|has| (-566) (-850)))) (-2762 (($ (-1 (-112) |#1| |#1|) $ $) 87) (($ $ $) 83 (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 45 (|has| (-566) (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-4165 (($ |#1| $ (-566)) 89) (($ $ $ (-566)) 88)) (-3438 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-2033 (((-644 (-566)) $) 47)) (-2686 (((-112) (-566) $) 48)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3604 ((|#1| $) 43 (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-1417 (($ $ |#1|) 42 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1232 (-566))) 64)) (-2537 (($ $ (-566)) 92) (($ $ (-1232 (-566))) 91)) (-1405 (($ $ (-566)) 63) (($ $ (-1232 (-566))) 62)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 71)) (-1940 (($ $ |#1|) 94) (($ $ $) 93)) (-2829 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-283 |#1|) (-140) (-1215)) (T -283))
+((-1940 (*1 *1 *1 *2) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215)))) (-1940 (*1 *1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215)))) (-2537 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-283 *3)) (-4 *3 (-1215)))) (-2537 (*1 *1 *1 *2) (-12 (-5 *2 (-1232 (-566))) (-4 *1 (-283 *3)) (-4 *3 (-1215)))) (-1867 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-283 *3)) (-4 *3 (-1215)))) (-4165 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-283 *2)) (-4 *2 (-1215)))) (-4165 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-283 *3)) (-4 *3 (-1215)))) (-2762 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-283 *3)) (-4 *3 (-1215)))) (-3503 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-283 *3)) (-4 *3 (-1215)))) (-1867 (*1 *1 *2 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215)) (-4 *2 (-1099)))) (-3723 (*1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215)) (-4 *2 (-1099)))) (-2762 (*1 *1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215)) (-4 *2 (-850)))))
+(-13 (-651 |t#1|) (-10 -8 (-6 -4416) (-15 -1940 ($ $ |t#1|)) (-15 -1940 ($ $ $)) (-15 -2537 ($ $ (-566))) (-15 -2537 ($ $ (-1232 (-566)))) (-15 -1867 ($ (-1 (-112) |t#1|) $)) (-15 -4165 ($ |t#1| $ (-566))) (-15 -4165 ($ $ $ (-566))) (-15 -2762 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -3503 ($ (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -1867 ($ |t#1| $)) (-15 -3723 ($ $))) |%noBranch|) (IF (|has| |t#1| (-850)) (-15 -2762 ($ $ $)) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
((** (($ $ $) 10)))
(((-284 |#1|) (-10 -8 (-15 ** (|#1| |#1| |#1|))) (-285)) (T -284))
NIL
(-10 -8 (-15 ** (|#1| |#1| |#1|)))
-((-3619 (($ $) 6)) (-3521 (($ $) 7)) (** (($ $ $) 8)))
+((-1658 (($ $) 6)) (-1983 (($ $) 7)) (** (($ $ $) 8)))
(((-285) (-140)) (T -285))
-((** (*1 *1 *1 *1) (-4 *1 (-285))) (-3521 (*1 *1 *1) (-4 *1 (-285))) (-3619 (*1 *1 *1) (-4 *1 (-285))))
-(-13 (-10 -8 (-15 -3619 ($ $)) (-15 -3521 ($ $)) (-15 ** ($ $ $))))
-((-3130 (((-644 (-1155 |#1|)) (-1155 |#1|) |#1|) 35)) (-4204 ((|#2| |#2| |#1|) 39)) (-3988 ((|#2| |#2| |#1|) 41)) (-2655 ((|#2| |#2| |#1|) 40)))
-(((-286 |#1| |#2|) (-10 -7 (-15 -4204 (|#2| |#2| |#1|)) (-15 -2655 (|#2| |#2| |#1|)) (-15 -3988 (|#2| |#2| |#1|)) (-15 -3130 ((-644 (-1155 |#1|)) (-1155 |#1|) |#1|))) (-365) (-1255 |#1|)) (T -286))
-((-3130 (*1 *2 *3 *4) (-12 (-4 *4 (-365)) (-5 *2 (-644 (-1155 *4))) (-5 *1 (-286 *4 *5)) (-5 *3 (-1155 *4)) (-4 *5 (-1255 *4)))) (-3988 (*1 *2 *2 *3) (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1255 *3)))) (-2655 (*1 *2 *2 *3) (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1255 *3)))) (-4204 (*1 *2 *2 *3) (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1255 *3)))))
-(-10 -7 (-15 -4204 (|#2| |#2| |#1|)) (-15 -2655 (|#2| |#2| |#1|)) (-15 -3988 (|#2| |#2| |#1|)) (-15 -3130 ((-644 (-1155 |#1|)) (-1155 |#1|) |#1|)))
-((-1309 ((|#2| $ |#1|) 6)))
-(((-287 |#1| |#2|) (-140) (-1099) (-1214)) (T -287))
-((-1309 (*1 *2 *1 *3) (-12 (-4 *1 (-287 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1214)))))
-(-13 (-10 -8 (-15 -1309 (|t#2| $ |t#1|))))
-((-3897 ((|#3| $ |#2| |#3|) 12)) (-3829 ((|#3| $ |#2|) 10)))
-(((-288 |#1| |#2| |#3|) (-10 -8 (-15 -3897 (|#3| |#1| |#2| |#3|)) (-15 -3829 (|#3| |#1| |#2|))) (-289 |#2| |#3|) (-1099) (-1214)) (T -288))
-NIL
-(-10 -8 (-15 -3897 (|#3| |#1| |#2| |#3|)) (-15 -3829 (|#3| |#1| |#2|)))
-((-1456 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4415)))) (-3897 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) 11)) (-1309 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
-(((-289 |#1| |#2|) (-140) (-1099) (-1214)) (T -289))
-((-1309 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1214)))) (-3829 (*1 *2 *1 *3) (-12 (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1214)))) (-1456 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1214)))) (-3897 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1214)))))
-(-13 (-287 |t#1| |t#2|) (-10 -8 (-15 -1309 (|t#2| $ |t#1| |t#2|)) (-15 -3829 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4415)) (PROGN (-15 -1456 (|t#2| $ |t#1| |t#2|)) (-15 -3897 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
+((** (*1 *1 *1 *1) (-4 *1 (-285))) (-1983 (*1 *1 *1) (-4 *1 (-285))) (-1658 (*1 *1 *1) (-4 *1 (-285))))
+(-13 (-10 -8 (-15 -1658 ($ $)) (-15 -1983 ($ $)) (-15 ** ($ $ $))))
+((-2299 (((-644 (-1155 |#1|)) (-1155 |#1|) |#1|) 35)) (-3316 ((|#2| |#2| |#1|) 39)) (-3769 ((|#2| |#2| |#1|) 41)) (-3519 ((|#2| |#2| |#1|) 40)))
+(((-286 |#1| |#2|) (-10 -7 (-15 -3316 (|#2| |#2| |#1|)) (-15 -3519 (|#2| |#2| |#1|)) (-15 -3769 (|#2| |#2| |#1|)) (-15 -2299 ((-644 (-1155 |#1|)) (-1155 |#1|) |#1|))) (-365) (-1256 |#1|)) (T -286))
+((-2299 (*1 *2 *3 *4) (-12 (-4 *4 (-365)) (-5 *2 (-644 (-1155 *4))) (-5 *1 (-286 *4 *5)) (-5 *3 (-1155 *4)) (-4 *5 (-1256 *4)))) (-3769 (*1 *2 *2 *3) (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1256 *3)))) (-3519 (*1 *2 *2 *3) (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1256 *3)))) (-3316 (*1 *2 *2 *3) (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1256 *3)))))
+(-10 -7 (-15 -3316 (|#2| |#2| |#1|)) (-15 -3519 (|#2| |#2| |#1|)) (-15 -3769 (|#2| |#2| |#1|)) (-15 -2299 ((-644 (-1155 |#1|)) (-1155 |#1|) |#1|)))
+((-3483 ((|#2| $ |#1|) 6)))
+(((-287 |#1| |#2|) (-140) (-1099) (-1215)) (T -287))
+((-3483 (*1 *2 *1 *3) (-12 (-4 *1 (-287 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1215)))))
+(-13 (-10 -8 (-15 -3483 (|t#2| $ |t#1|))))
+((-2417 ((|#3| $ |#2| |#3|) 12)) (-2359 ((|#3| $ |#2|) 10)))
+(((-288 |#1| |#2| |#3|) (-10 -8 (-15 -2417 (|#3| |#1| |#2| |#3|)) (-15 -2359 (|#3| |#1| |#2|))) (-289 |#2| |#3|) (-1099) (-1215)) (T -288))
+NIL
+(-10 -8 (-15 -2417 (|#3| |#1| |#2| |#3|)) (-15 -2359 (|#3| |#1| |#2|)))
+((-1777 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4416)))) (-2417 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) 11)) (-3483 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
+(((-289 |#1| |#2|) (-140) (-1099) (-1215)) (T -289))
+((-3483 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1215)))) (-2359 (*1 *2 *1 *3) (-12 (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1215)))) (-1777 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1215)))) (-2417 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1215)))))
+(-13 (-287 |t#1| |t#2|) (-10 -8 (-15 -3483 (|t#2| $ |t#1| |t#2|)) (-15 -2359 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4416)) (PROGN (-15 -1777 (|t#2| $ |t#1| |t#2|)) (-15 -2417 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
(((-287 |#1| |#2|) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 37)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 44)) (-2161 (($ $) 41)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-2933 (($ $ $) 35)) (-2873 (($ |#2| |#3|) 18)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-2389 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3206 ((|#3| $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 19)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1371 (((-3 $ "failed") $ $) NIL)) (-4357 (((-771) $) 36)) (-1309 ((|#2| $ |#2|) 46)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 23)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-4356 (($) 31 T CONST)) (-4366 (($) 39 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 40)))
-(((-290 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-308) (-10 -8 (-15 -3206 (|#3| $)) (-15 -3152 (|#2| $)) (-15 -2873 ($ |#2| |#3|)) (-15 -1371 ((-3 $ "failed") $ $)) (-15 -3245 ((-3 $ "failed") $)) (-15 -2748 ($ $)) (-15 -1309 (|#2| $ |#2|)))) (-172) (-1240 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -290))
-((-3245 (*1 *1 *1) (|partial| -12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1240 *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)))) (-3206 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-23)) (-5 *1 (-290 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1240 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-3152 (*1 *2 *1) (-12 (-4 *2 (-1240 *3)) (-5 *1 (-290 *3 *2 *4 *5 *6 *7)) (-4 *3 (-172)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4)) (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4)))) (-2873 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-290 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1240 *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)))) (-1371 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1240 *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)))) (-2748 (*1 *1 *1) (-12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1240 *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)))) (-1309 (*1 *2 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-290 *3 *2 *4 *5 *6 *7)) (-4 *2 (-1240 *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 (-308) (-10 -8 (-15 -3206 (|#3| $)) (-15 -3152 (|#2| $)) (-15 -2873 ($ |#2| |#3|)) (-15 -1371 ((-3 $ "failed") $ $)) (-15 -3245 ((-3 $ "failed") $)) (-15 -2748 ($ $)) (-15 -1309 (|#2| $ |#2|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 37)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 44)) (-4282 (($ $) 41)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-4067 (($ $ $) 35)) (-1936 (($ |#2| |#3|) 18)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-1568 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3809 ((|#3| $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 19)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3626 (((-3 $ "failed") $ $) NIL)) (-3075 (((-771) $) 36)) (-3483 ((|#2| $ |#2|) 46)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 23)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3410 (($) 31 T CONST)) (-3424 (($) 39 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 40)))
+(((-290 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-308) (-10 -8 (-15 -3809 (|#3| $)) (-15 -1650 (|#2| $)) (-15 -1936 ($ |#2| |#3|)) (-15 -3626 ((-3 $ "failed") $ $)) (-15 -4185 ((-3 $ "failed") $)) (-15 -4085 ($ $)) (-15 -3483 (|#2| $ |#2|)))) (-172) (-1241 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -290))
+((-4185 (*1 *1 *1) (|partial| -12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1241 *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)))) (-3809 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-23)) (-5 *1 (-290 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1241 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-1650 (*1 *2 *1) (-12 (-4 *2 (-1241 *3)) (-5 *1 (-290 *3 *2 *4 *5 *6 *7)) (-4 *3 (-172)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4)) (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4)))) (-1936 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-290 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1241 *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)))) (-3626 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1241 *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)))) (-4085 (*1 *1 *1) (-12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1241 *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)))) (-3483 (*1 *2 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-290 *3 *2 *4 *5 *6 *7)) (-4 *2 (-1241 *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 (-308) (-10 -8 (-15 -3809 (|#3| $)) (-15 -1650 (|#2| $)) (-15 -1936 ($ |#2| |#3|)) (-15 -3626 ((-3 $ "failed") $ $)) (-15 -4185 ((-3 $ "failed") $)) (-15 -4085 ($ $)) (-15 -3483 (|#2| $ |#2|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-291) (-140)) (T -291))
NIL
-(-13 (-1049) (-111 $ $) (-10 -7 (-6 -4407)))
+(-13 (-1049) (-111 $ $) (-10 -7 (-6 -4408)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-4133 (($ (-508) (-508) (-1103) $) 19)) (-1977 (($ (-508) (-644 (-965)) $) 23)) (-2612 (((-644 (-1084)) $) 10)) (-2667 (($) 25)) (-1410 (((-691 (-1103)) (-508) (-508) $) 18)) (-1872 (((-644 (-965)) (-508) $) 22)) (-3493 (($) 7)) (-2656 (($) 24)) (-3152 (((-862) $) 29)) (-2552 (($) 26)))
-(((-292) (-13 (-613 (-862)) (-10 -8 (-15 -3493 ($)) (-15 -2612 ((-644 (-1084)) $)) (-15 -1410 ((-691 (-1103)) (-508) (-508) $)) (-15 -4133 ($ (-508) (-508) (-1103) $)) (-15 -1872 ((-644 (-965)) (-508) $)) (-15 -1977 ($ (-508) (-644 (-965)) $)) (-15 -2656 ($)) (-15 -2667 ($)) (-15 -2552 ($))))) (T -292))
-((-3493 (*1 *1) (-5 *1 (-292))) (-2612 (*1 *2 *1) (-12 (-5 *2 (-644 (-1084))) (-5 *1 (-292)))) (-1410 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-1103))) (-5 *1 (-292)))) (-4133 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-508)) (-5 *3 (-1103)) (-5 *1 (-292)))) (-1872 (*1 *2 *3 *1) (-12 (-5 *3 (-508)) (-5 *2 (-644 (-965))) (-5 *1 (-292)))) (-1977 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-508)) (-5 *3 (-644 (-965))) (-5 *1 (-292)))) (-2656 (*1 *1) (-5 *1 (-292))) (-2667 (*1 *1) (-5 *1 (-292))) (-2552 (*1 *1) (-5 *1 (-292))))
-(-13 (-613 (-862)) (-10 -8 (-15 -3493 ($)) (-15 -2612 ((-644 (-1084)) $)) (-15 -1410 ((-691 (-1103)) (-508) (-508) $)) (-15 -4133 ($ (-508) (-508) (-1103) $)) (-15 -1872 ((-644 (-965)) (-508) $)) (-15 -1977 ($ (-508) (-644 (-965)) $)) (-15 -2656 ($)) (-15 -2667 ($)) (-15 -2552 ($))))
-((-2071 (((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |geneigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|)))) 105)) (-2213 (((-644 (-689 (-409 (-952 |#1|)))) (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|)))))) (-689 (-409 (-952 |#1|)))) 100) (((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))) (-771) (-771)) 41)) (-1806 (((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|)))) 102)) (-3830 (((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|)))) 77)) (-3707 (((-644 (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (-689 (-409 (-952 |#1|)))) 76)) (-2318 (((-952 |#1|) (-689 (-409 (-952 |#1|)))) 57) (((-952 |#1|) (-689 (-409 (-952 |#1|))) (-1175)) 58)))
-(((-293 |#1|) (-10 -7 (-15 -2318 ((-952 |#1|) (-689 (-409 (-952 |#1|))) (-1175))) (-15 -2318 ((-952 |#1|) (-689 (-409 (-952 |#1|))))) (-15 -3707 ((-644 (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (-689 (-409 (-952 |#1|))))) (-15 -3830 ((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))))) (-15 -2213 ((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))) (-771) (-771))) (-15 -2213 ((-644 (-689 (-409 (-952 |#1|)))) (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|)))))) (-689 (-409 (-952 |#1|))))) (-15 -2071 ((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |geneigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|))))) (-15 -1806 ((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|)))))) (-454)) (T -293))
-((-1806 (*1 *2 *3) (-12 (-4 *4 (-454)) (-5 *2 (-644 (-2 (|:| |eigval| (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 *4)))))))) (-5 *1 (-293 *4)) (-5 *3 (-689 (-409 (-952 *4)))))) (-2071 (*1 *2 *3) (-12 (-4 *4 (-454)) (-5 *2 (-644 (-2 (|:| |eigval| (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4)))) (|:| |geneigvec| (-644 (-689 (-409 (-952 *4)))))))) (-5 *1 (-293 *4)) (-5 *3 (-689 (-409 (-952 *4)))))) (-2213 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-409 (-952 *5)) (-1164 (-1175) (-952 *5)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 *4)))) (-4 *5 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *5))))) (-5 *1 (-293 *5)) (-5 *4 (-689 (-409 (-952 *5)))))) (-2213 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-409 (-952 *6)) (-1164 (-1175) (-952 *6)))) (-5 *5 (-771)) (-4 *6 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *6))))) (-5 *1 (-293 *6)) (-5 *4 (-689 (-409 (-952 *6)))))) (-3830 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-409 (-952 *5)) (-1164 (-1175) (-952 *5)))) (-4 *5 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *5))))) (-5 *1 (-293 *5)) (-5 *4 (-689 (-409 (-952 *5)))))) (-3707 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 *4)))) (-4 *4 (-454)) (-5 *2 (-644 (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4))))) (-5 *1 (-293 *4)))) (-2318 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 *4)))) (-5 *2 (-952 *4)) (-5 *1 (-293 *4)) (-4 *4 (-454)))) (-2318 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-409 (-952 *5)))) (-5 *4 (-1175)) (-5 *2 (-952 *5)) (-5 *1 (-293 *5)) (-4 *5 (-454)))))
-(-10 -7 (-15 -2318 ((-952 |#1|) (-689 (-409 (-952 |#1|))) (-1175))) (-15 -2318 ((-952 |#1|) (-689 (-409 (-952 |#1|))))) (-15 -3707 ((-644 (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (-689 (-409 (-952 |#1|))))) (-15 -3830 ((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))))) (-15 -2213 ((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))) (-771) (-771))) (-15 -2213 ((-644 (-689 (-409 (-952 |#1|)))) (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|)))))) (-689 (-409 (-952 |#1|))))) (-15 -2071 ((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |geneigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|))))) (-15 -1806 ((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|))))))
-((-2319 (((-295 |#2|) (-1 |#2| |#1|) (-295 |#1|)) 14)))
-(((-294 |#1| |#2|) (-10 -7 (-15 -2319 ((-295 |#2|) (-1 |#2| |#1|) (-295 |#1|)))) (-1214) (-1214)) (T -294))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-295 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-295 *6)) (-5 *1 (-294 *5 *6)))))
-(-10 -7 (-15 -2319 ((-295 |#2|) (-1 |#2| |#1|) (-295 |#1|))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3230 (((-112) $) NIL (|has| |#1| (-21)))) (-2066 (($ $) 12)) (-3967 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2500 (($ $ $) 95 (|has| |#1| (-303)))) (-2463 (($) NIL (-2768 (|has| |#1| (-21)) (|has| |#1| (-726))) CONST)) (-4045 (($ $) 51 (|has| |#1| (-21)))) (-3579 (((-3 $ "failed") $) 62 (|has| |#1| (-726)))) (-3124 ((|#1| $) 11)) (-3245 (((-3 $ "failed") $) 60 (|has| |#1| (-726)))) (-2389 (((-112) $) NIL (|has| |#1| (-726)))) (-2319 (($ (-1 |#1| |#1|) $) 14)) (-3114 ((|#1| $) 10)) (-3442 (($ $) 50 (|has| |#1| (-21)))) (-3955 (((-3 $ "failed") $) 61 (|has| |#1| (-726)))) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2748 (($ $) 64 (-2768 (|has| |#1| (-365)) (|has| |#1| (-475))))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2334 (((-644 $) $) 85 (|has| |#1| (-558)))) (-2023 (($ $ $) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 $)) 28 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-1175) |#1|) 17 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 21 (|has| |#1| (-516 (-1175) |#1|)))) (-1335 (($ |#1| |#1|) 9)) (-3126 (((-134)) 90 (|has| |#1| (-365)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 87 (|has| |#1| (-900 (-1175))))) (-3357 (($ $ $) NIL (|has| |#1| (-475)))) (-2527 (($ $ $) NIL (|has| |#1| (-475)))) (-3152 (($ (-566)) NIL (|has| |#1| (-1049))) (((-112) $) 37 (|has| |#1| (-1099))) (((-862) $) 36 (|has| |#1| (-1099)))) (-2593 (((-771)) 67 (|has| |#1| (-1049)) CONST)) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4356 (($) 47 (|has| |#1| (-21)) CONST)) (-4366 (($) 57 (|has| |#1| (-726)) CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175))))) (-2914 (($ |#1| |#1|) 8) (((-112) $ $) 32 (|has| |#1| (-1099)))) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) 92 (-2768 (|has| |#1| (-365)) (|has| |#1| (-475))))) (-3012 (($ |#1| $) 45 (|has| |#1| (-21))) (($ $ |#1|) 46 (|has| |#1| (-21))) (($ $ $) 44 (|has| |#1| (-21))) (($ $) 43 (|has| |#1| (-21)))) (-3002 (($ |#1| $) 40 (|has| |#1| (-25))) (($ $ |#1|) 41 (|has| |#1| (-25))) (($ $ $) 39 (|has| |#1| (-25)))) (** (($ $ (-566)) NIL (|has| |#1| (-475))) (($ $ (-771)) NIL (|has| |#1| (-726))) (($ $ (-921)) NIL (|has| |#1| (-1111)))) (* (($ $ |#1|) 55 (|has| |#1| (-1111))) (($ |#1| $) 54 (|has| |#1| (-1111))) (($ $ $) 53 (|has| |#1| (-1111))) (($ (-566) $) 70 (|has| |#1| (-21))) (($ (-771) $) NIL (|has| |#1| (-21))) (($ (-921) $) NIL (|has| |#1| (-25)))))
-(((-295 |#1|) (-13 (-1214) (-10 -8 (-15 -2914 ($ |#1| |#1|)) (-15 -1335 ($ |#1| |#1|)) (-15 -2066 ($ $)) (-15 -3114 (|#1| $)) (-15 -3124 (|#1| $)) (-15 -2319 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-516 (-1175) |#1|)) (-6 (-516 (-1175) |#1|)) |%noBranch|) (IF (|has| |#1| (-1099)) (PROGN (-6 (-1099)) (-6 (-613 (-112))) (IF (|has| |#1| (-310 |#1|)) (PROGN (-15 -2023 ($ $ $)) (-15 -2023 ($ $ (-644 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -3002 ($ |#1| $)) (-15 -3002 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -3442 ($ $)) (-15 -4045 ($ $)) (-15 -3012 ($ |#1| $)) (-15 -3012 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1111)) (PROGN (-6 (-1111)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-726)) (PROGN (-6 (-726)) (-15 -3955 ((-3 $ "failed") $)) (-15 -3579 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-475)) (PROGN (-6 (-475)) (-15 -3955 ((-3 $ "failed") $)) (-15 -3579 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-6 (-1049)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-717 |#1|)) |%noBranch|) (IF (|has| |#1| (-558)) (-15 -2334 ((-644 $) $)) |%noBranch|) (IF (|has| |#1| (-900 (-1175))) (-6 (-900 (-1175))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-6 (-1271 |#1|)) (-15 -3025 ($ $ $)) (-15 -2748 ($ $))) |%noBranch|) (IF (|has| |#1| (-303)) (-15 -2500 ($ $ $)) |%noBranch|))) (-1214)) (T -295))
-((-2914 (*1 *1 *2 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214)))) (-1335 (*1 *1 *2 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214)))) (-2066 (*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214)))) (-3114 (*1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214)))) (-3124 (*1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214)))) (-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1214)) (-5 *1 (-295 *3)))) (-2023 (*1 *1 *1 *1) (-12 (-4 *2 (-310 *2)) (-4 *2 (-1099)) (-4 *2 (-1214)) (-5 *1 (-295 *2)))) (-2023 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-295 *3))) (-4 *3 (-310 *3)) (-4 *3 (-1099)) (-4 *3 (-1214)) (-5 *1 (-295 *3)))) (-3002 (*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-25)) (-4 *2 (-1214)))) (-3002 (*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-25)) (-4 *2 (-1214)))) (-3442 (*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1214)))) (-4045 (*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1214)))) (-3012 (*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1214)))) (-3012 (*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1214)))) (-3955 (*1 *1 *1) (|partial| -12 (-5 *1 (-295 *2)) (-4 *2 (-726)) (-4 *2 (-1214)))) (-3579 (*1 *1 *1) (|partial| -12 (-5 *1 (-295 *2)) (-4 *2 (-726)) (-4 *2 (-1214)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-644 (-295 *3))) (-5 *1 (-295 *3)) (-4 *3 (-558)) (-4 *3 (-1214)))) (-2500 (*1 *1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-303)) (-4 *2 (-1214)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1111)) (-4 *2 (-1214)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1111)) (-4 *2 (-1214)))) (-3025 (*1 *1 *1 *1) (-2768 (-12 (-5 *1 (-295 *2)) (-4 *2 (-365)) (-4 *2 (-1214))) (-12 (-5 *1 (-295 *2)) (-4 *2 (-475)) (-4 *2 (-1214))))) (-2748 (*1 *1 *1) (-2768 (-12 (-5 *1 (-295 *2)) (-4 *2 (-365)) (-4 *2 (-1214))) (-12 (-5 *1 (-295 *2)) (-4 *2 (-475)) (-4 *2 (-1214))))))
-(-13 (-1214) (-10 -8 (-15 -2914 ($ |#1| |#1|)) (-15 -1335 ($ |#1| |#1|)) (-15 -2066 ($ $)) (-15 -3114 (|#1| $)) (-15 -3124 (|#1| $)) (-15 -2319 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-516 (-1175) |#1|)) (-6 (-516 (-1175) |#1|)) |%noBranch|) (IF (|has| |#1| (-1099)) (PROGN (-6 (-1099)) (-6 (-613 (-112))) (IF (|has| |#1| (-310 |#1|)) (PROGN (-15 -2023 ($ $ $)) (-15 -2023 ($ $ (-644 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -3002 ($ |#1| $)) (-15 -3002 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -3442 ($ $)) (-15 -4045 ($ $)) (-15 -3012 ($ |#1| $)) (-15 -3012 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1111)) (PROGN (-6 (-1111)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-726)) (PROGN (-6 (-726)) (-15 -3955 ((-3 $ "failed") $)) (-15 -3579 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-475)) (PROGN (-6 (-475)) (-15 -3955 ((-3 $ "failed") $)) (-15 -3579 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-6 (-1049)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-717 |#1|)) |%noBranch|) (IF (|has| |#1| (-558)) (-15 -2334 ((-644 $) $)) |%noBranch|) (IF (|has| |#1| (-900 (-1175))) (-6 (-900 (-1175))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-6 (-1271 |#1|)) (-15 -3025 ($ $ $)) (-15 -2748 ($ $))) |%noBranch|) (IF (|has| |#1| (-303)) (-15 -2500 ($ $ $)) |%noBranch|)))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-1944 (((-1269) $ |#1| |#1|) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#2| $ |#1| |#2|) NIL)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 |#2| "failed") |#1| $) NIL)) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) NIL)) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) NIL)) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 ((|#1| $) NIL (|has| |#1| (-850)))) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-4050 ((|#1| $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4052 (((-644 |#1|) $) NIL)) (-1826 (((-112) |#1| $) NIL)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3725 (((-644 |#1|) $) NIL)) (-1644 (((-112) |#1| $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3908 ((|#2| $) NIL (|has| |#1| (-850)))) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-3152 (((-862) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-296 |#1| |#2|) (-13 (-1190 |#1| |#2|) (-10 -7 (-6 -4414))) (-1099) (-1099)) (T -296))
-NIL
-(-13 (-1190 |#1| |#2|) (-10 -7 (-6 -4414)))
-((-1425 (((-313) (-1157) (-644 (-1157))) 17) (((-313) (-1157) (-1157)) 16) (((-313) (-644 (-1157))) 15) (((-313) (-1157)) 14)))
-(((-297) (-10 -7 (-15 -1425 ((-313) (-1157))) (-15 -1425 ((-313) (-644 (-1157)))) (-15 -1425 ((-313) (-1157) (-1157))) (-15 -1425 ((-313) (-1157) (-644 (-1157)))))) (T -297))
-((-1425 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-1157))) (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297)))) (-1425 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297)))) (-1425 (*1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-313)) (-5 *1 (-297)))) (-1425 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297)))))
-(-10 -7 (-15 -1425 ((-313) (-1157))) (-15 -1425 ((-313) (-644 (-1157)))) (-15 -1425 ((-313) (-1157) (-1157))) (-15 -1425 ((-313) (-1157) (-644 (-1157)))))
-((-2319 ((|#2| (-1 |#2| |#1|) (-1157) (-612 |#1|)) 18)))
-(((-298 |#1| |#2|) (-10 -7 (-15 -2319 (|#2| (-1 |#2| |#1|) (-1157) (-612 |#1|)))) (-303) (-1214)) (T -298))
-((-2319 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1157)) (-5 *5 (-612 *6)) (-4 *6 (-303)) (-4 *2 (-1214)) (-5 *1 (-298 *6 *2)))))
-(-10 -7 (-15 -2319 (|#2| (-1 |#2| |#1|) (-1157) (-612 |#1|))))
-((-2319 ((|#2| (-1 |#2| |#1|) (-612 |#1|)) 17)))
-(((-299 |#1| |#2|) (-10 -7 (-15 -2319 (|#2| (-1 |#2| |#1|) (-612 |#1|)))) (-303) (-303)) (T -299))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-612 *5)) (-4 *5 (-303)) (-4 *2 (-303)) (-5 *1 (-299 *5 *2)))))
-(-10 -7 (-15 -2319 (|#2| (-1 |#2| |#1|) (-612 |#1|))))
-((-1435 (((-112) (-225)) 12)))
-(((-300 |#1| |#2|) (-10 -7 (-15 -1435 ((-112) (-225)))) (-225) (-225)) (T -300))
-((-1435 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-300 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-10 -7 (-15 -1435 ((-112) (-225))))
-((-2082 (((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225)))) 118)) (-2627 (((-1155 (-225)) (-1264 (-317 (-225))) (-644 (-1175)) (-1093 (-843 (-225)))) 135) (((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225)))) 72)) (-3078 (((-644 (-1157)) (-1155 (-225))) NIL)) (-3208 (((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225)))) 69)) (-2586 (((-644 (-225)) (-952 (-409 (-566))) (-1175) (-1093 (-843 (-225)))) 59)) (-2235 (((-644 (-1157)) (-644 (-225))) NIL)) (-2533 (((-225) (-1093 (-843 (-225)))) 29)) (-2887 (((-225) (-1093 (-843 (-225)))) 30)) (-2703 (((-112) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 64)) (-3390 (((-1157) (-225)) NIL)))
-(((-301) (-10 -7 (-15 -2533 ((-225) (-1093 (-843 (-225))))) (-15 -2887 ((-225) (-1093 (-843 (-225))))) (-15 -2703 ((-112) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3208 ((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225))))) (-15 -2082 ((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2627 ((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2627 ((-1155 (-225)) (-1264 (-317 (-225))) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2586 ((-644 (-225)) (-952 (-409 (-566))) (-1175) (-1093 (-843 (-225))))) (-15 -3390 ((-1157) (-225))) (-15 -2235 ((-644 (-1157)) (-644 (-225)))) (-15 -3078 ((-644 (-1157)) (-1155 (-225)))))) (T -301))
-((-3078 (*1 *2 *3) (-12 (-5 *3 (-1155 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-301)))) (-2235 (*1 *2 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-301)))) (-3390 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-301)))) (-2586 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *4 (-1175)) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-301)))) (-2627 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1264 (-317 (-225)))) (-5 *4 (-644 (-1175))) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301)))) (-2627 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-644 (-1175))) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301)))) (-2082 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-644 (-1175))) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301)))) (-3208 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-1175)) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-301)))) (-2703 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-112)) (-5 *1 (-301)))) (-2887 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-301)))) (-2533 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-301)))))
-(-10 -7 (-15 -2533 ((-225) (-1093 (-843 (-225))))) (-15 -2887 ((-225) (-1093 (-843 (-225))))) (-15 -2703 ((-112) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3208 ((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225))))) (-15 -2082 ((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2627 ((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2627 ((-1155 (-225)) (-1264 (-317 (-225))) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2586 ((-644 (-225)) (-952 (-409 (-566))) (-1175) (-1093 (-843 (-225))))) (-15 -3390 ((-1157) (-225))) (-15 -2235 ((-644 (-1157)) (-644 (-225)))) (-15 -3078 ((-644 (-1157)) (-1155 (-225)))))
-((-1470 (((-644 (-612 $)) $) 27)) (-2500 (($ $ (-295 $)) 78) (($ $ (-644 (-295 $))) 139) (($ $ (-644 (-612 $)) (-644 $)) NIL)) (-2229 (((-3 (-612 $) "failed") $) 127)) (-4158 (((-612 $) $) 126)) (-1633 (($ $) 17) (($ (-644 $)) 54)) (-1689 (((-644 (-114)) $) 35)) (-1566 (((-114) (-114)) 88)) (-3419 (((-112) $) 150)) (-2319 (($ (-1 $ $) (-612 $)) 86)) (-4010 (((-3 (-612 $) "failed") $) 94)) (-2328 (($ (-114) $) 59) (($ (-114) (-644 $)) 110)) (-3335 (((-112) $ (-114)) 132) (((-112) $ (-1175)) 131)) (-3106 (((-771) $) 44)) (-3671 (((-112) $ $) 57) (((-112) $ (-1175)) 49)) (-2664 (((-112) $) 148)) (-2023 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL) (($ $ (-644 (-295 $))) 137) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) 81) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) 67) (($ $ (-1175) (-1 $ $)) 72) (($ $ (-644 (-114)) (-644 (-1 $ $))) 80) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) 82) (($ $ (-114) (-1 $ (-644 $))) 68) (($ $ (-114) (-1 $ $)) 74)) (-1309 (($ (-114) $) 60) (($ (-114) $ $) 61) (($ (-114) $ $ $) 62) (($ (-114) $ $ $ $) 63) (($ (-114) (-644 $)) 123)) (-2020 (($ $) 51) (($ $ $) 135)) (-3928 (($ $) 15) (($ (-644 $)) 53)) (-3515 (((-112) (-114)) 21)))
-(((-302 |#1|) (-10 -8 (-15 -3419 ((-112) |#1|)) (-15 -2664 ((-112) |#1|)) (-15 -2023 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-114) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| |#1|)))) (-15 -2023 (|#1| |#1| (-1175) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-1175) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| |#1|)))) (-15 -3671 ((-112) |#1| (-1175))) (-15 -3671 ((-112) |#1| |#1|)) (-15 -2319 (|#1| (-1 |#1| |#1|) (-612 |#1|))) (-15 -2328 (|#1| (-114) (-644 |#1|))) (-15 -2328 (|#1| (-114) |#1|)) (-15 -3335 ((-112) |#1| (-1175))) (-15 -3335 ((-112) |#1| (-114))) (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -1689 ((-644 (-114)) |#1|)) (-15 -1470 ((-644 (-612 |#1|)) |#1|)) (-15 -4010 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -3106 ((-771) |#1|)) (-15 -2020 (|#1| |#1| |#1|)) (-15 -2020 (|#1| |#1|)) (-15 -1633 (|#1| (-644 |#1|))) (-15 -1633 (|#1| |#1|)) (-15 -3928 (|#1| (-644 |#1|))) (-15 -3928 (|#1| |#1|)) (-15 -2500 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -2500 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -2500 (|#1| |#1| (-295 |#1|))) (-15 -1309 (|#1| (-114) (-644 |#1|))) (-15 -1309 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1| |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -2023 (|#1| |#1| (-612 |#1|) |#1|)) (-15 -2229 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -4158 ((-612 |#1|) |#1|))) (-303)) (T -302))
-((-1566 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-302 *3)) (-4 *3 (-303)))) (-3515 (*1 *2 *3) (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-302 *4)) (-4 *4 (-303)))))
-(-10 -8 (-15 -3419 ((-112) |#1|)) (-15 -2664 ((-112) |#1|)) (-15 -2023 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-114) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| |#1|)))) (-15 -2023 (|#1| |#1| (-1175) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-1175) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| |#1|)))) (-15 -3671 ((-112) |#1| (-1175))) (-15 -3671 ((-112) |#1| |#1|)) (-15 -2319 (|#1| (-1 |#1| |#1|) (-612 |#1|))) (-15 -2328 (|#1| (-114) (-644 |#1|))) (-15 -2328 (|#1| (-114) |#1|)) (-15 -3335 ((-112) |#1| (-1175))) (-15 -3335 ((-112) |#1| (-114))) (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -1689 ((-644 (-114)) |#1|)) (-15 -1470 ((-644 (-612 |#1|)) |#1|)) (-15 -4010 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -3106 ((-771) |#1|)) (-15 -2020 (|#1| |#1| |#1|)) (-15 -2020 (|#1| |#1|)) (-15 -1633 (|#1| (-644 |#1|))) (-15 -1633 (|#1| |#1|)) (-15 -3928 (|#1| (-644 |#1|))) (-15 -3928 (|#1| |#1|)) (-15 -2500 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -2500 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -2500 (|#1| |#1| (-295 |#1|))) (-15 -1309 (|#1| (-114) (-644 |#1|))) (-15 -1309 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1| |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -2023 (|#1| |#1| (-612 |#1|) |#1|)) (-15 -2229 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -4158 ((-612 |#1|) |#1|)))
-((-2988 (((-112) $ $) 7)) (-1470 (((-644 (-612 $)) $) 39)) (-2500 (($ $ (-295 $)) 51) (($ $ (-644 (-295 $))) 50) (($ $ (-644 (-612 $)) (-644 $)) 49)) (-2229 (((-3 (-612 $) "failed") $) 64)) (-4158 (((-612 $) $) 65)) (-1633 (($ $) 46) (($ (-644 $)) 45)) (-1689 (((-644 (-114)) $) 38)) (-1566 (((-114) (-114)) 37)) (-3419 (((-112) $) 17 (|has| $ (-1038 (-566))))) (-2024 (((-1171 $) (-612 $)) 20 (|has| $ (-1049)))) (-2319 (($ (-1 $ $) (-612 $)) 31)) (-4010 (((-3 (-612 $) "failed") $) 41)) (-3380 (((-1157) $) 10)) (-1552 (((-644 (-612 $)) $) 40)) (-2328 (($ (-114) $) 33) (($ (-114) (-644 $)) 32)) (-3335 (((-112) $ (-114)) 35) (((-112) $ (-1175)) 34)) (-3106 (((-771) $) 42)) (-4072 (((-1119) $) 11)) (-3671 (((-112) $ $) 30) (((-112) $ (-1175)) 29)) (-2664 (((-112) $) 18 (|has| $ (-1038 (-566))))) (-2023 (($ $ (-612 $) $) 62) (($ $ (-644 (-612 $)) (-644 $)) 61) (($ $ (-644 (-295 $))) 60) (($ $ (-295 $)) 59) (($ $ $ $) 58) (($ $ (-644 $) (-644 $)) 57) (($ $ (-644 (-1175)) (-644 (-1 $ $))) 28) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) 27) (($ $ (-1175) (-1 $ (-644 $))) 26) (($ $ (-1175) (-1 $ $)) 25) (($ $ (-644 (-114)) (-644 (-1 $ $))) 24) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) 23) (($ $ (-114) (-1 $ (-644 $))) 22) (($ $ (-114) (-1 $ $)) 21)) (-1309 (($ (-114) $) 56) (($ (-114) $ $) 55) (($ (-114) $ $ $) 54) (($ (-114) $ $ $ $) 53) (($ (-114) (-644 $)) 52)) (-2020 (($ $) 44) (($ $ $) 43)) (-1705 (($ $) 19 (|has| $ (-1049)))) (-3152 (((-862) $) 12) (($ (-612 $)) 63)) (-3928 (($ $) 48) (($ (-644 $)) 47)) (-3515 (((-112) (-114)) 36)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-1460 (($ (-508) (-508) (-1103) $) 19)) (-3016 (($ (-508) (-644 (-965)) $) 23)) (-3113 (((-644 (-1084)) $) 10)) (-2369 (($) 25)) (-2135 (((-691 (-1103)) (-508) (-508) $) 18)) (-3152 (((-644 (-965)) (-508) $) 22)) (-1710 (($) 7)) (-2920 (($) 24)) (-1650 (((-862) $) 29)) (-3803 (($) 26)))
+(((-292) (-13 (-613 (-862)) (-10 -8 (-15 -1710 ($)) (-15 -3113 ((-644 (-1084)) $)) (-15 -2135 ((-691 (-1103)) (-508) (-508) $)) (-15 -1460 ($ (-508) (-508) (-1103) $)) (-15 -3152 ((-644 (-965)) (-508) $)) (-15 -3016 ($ (-508) (-644 (-965)) $)) (-15 -2920 ($)) (-15 -2369 ($)) (-15 -3803 ($))))) (T -292))
+((-1710 (*1 *1) (-5 *1 (-292))) (-3113 (*1 *2 *1) (-12 (-5 *2 (-644 (-1084))) (-5 *1 (-292)))) (-2135 (*1 *2 *3 *3 *1) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-1103))) (-5 *1 (-292)))) (-1460 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-508)) (-5 *3 (-1103)) (-5 *1 (-292)))) (-3152 (*1 *2 *3 *1) (-12 (-5 *3 (-508)) (-5 *2 (-644 (-965))) (-5 *1 (-292)))) (-3016 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-508)) (-5 *3 (-644 (-965))) (-5 *1 (-292)))) (-2920 (*1 *1) (-5 *1 (-292))) (-2369 (*1 *1) (-5 *1 (-292))) (-3803 (*1 *1) (-5 *1 (-292))))
+(-13 (-613 (-862)) (-10 -8 (-15 -1710 ($)) (-15 -3113 ((-644 (-1084)) $)) (-15 -2135 ((-691 (-1103)) (-508) (-508) $)) (-15 -1460 ($ (-508) (-508) (-1103) $)) (-15 -3152 ((-644 (-965)) (-508) $)) (-15 -3016 ($ (-508) (-644 (-965)) $)) (-15 -2920 ($)) (-15 -2369 ($)) (-15 -3803 ($))))
+((-1491 (((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |geneigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|)))) 105)) (-3521 (((-644 (-689 (-409 (-952 |#1|)))) (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|)))))) (-689 (-409 (-952 |#1|)))) 100) (((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))) (-771) (-771)) 41)) (-3772 (((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|)))) 102)) (-1754 (((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|)))) 77)) (-3102 (((-644 (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (-689 (-409 (-952 |#1|)))) 76)) (-2080 (((-952 |#1|) (-689 (-409 (-952 |#1|)))) 57) (((-952 |#1|) (-689 (-409 (-952 |#1|))) (-1175)) 58)))
+(((-293 |#1|) (-10 -7 (-15 -2080 ((-952 |#1|) (-689 (-409 (-952 |#1|))) (-1175))) (-15 -2080 ((-952 |#1|) (-689 (-409 (-952 |#1|))))) (-15 -3102 ((-644 (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (-689 (-409 (-952 |#1|))))) (-15 -1754 ((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))))) (-15 -3521 ((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))) (-771) (-771))) (-15 -3521 ((-644 (-689 (-409 (-952 |#1|)))) (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|)))))) (-689 (-409 (-952 |#1|))))) (-15 -1491 ((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |geneigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|))))) (-15 -3772 ((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|)))))) (-454)) (T -293))
+((-3772 (*1 *2 *3) (-12 (-4 *4 (-454)) (-5 *2 (-644 (-2 (|:| |eigval| (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 *4)))))))) (-5 *1 (-293 *4)) (-5 *3 (-689 (-409 (-952 *4)))))) (-1491 (*1 *2 *3) (-12 (-4 *4 (-454)) (-5 *2 (-644 (-2 (|:| |eigval| (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4)))) (|:| |geneigvec| (-644 (-689 (-409 (-952 *4)))))))) (-5 *1 (-293 *4)) (-5 *3 (-689 (-409 (-952 *4)))))) (-3521 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-409 (-952 *5)) (-1164 (-1175) (-952 *5)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 *4)))) (-4 *5 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *5))))) (-5 *1 (-293 *5)) (-5 *4 (-689 (-409 (-952 *5)))))) (-3521 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-409 (-952 *6)) (-1164 (-1175) (-952 *6)))) (-5 *5 (-771)) (-4 *6 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *6))))) (-5 *1 (-293 *6)) (-5 *4 (-689 (-409 (-952 *6)))))) (-1754 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-409 (-952 *5)) (-1164 (-1175) (-952 *5)))) (-4 *5 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *5))))) (-5 *1 (-293 *5)) (-5 *4 (-689 (-409 (-952 *5)))))) (-3102 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 *4)))) (-4 *4 (-454)) (-5 *2 (-644 (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4))))) (-5 *1 (-293 *4)))) (-2080 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 *4)))) (-5 *2 (-952 *4)) (-5 *1 (-293 *4)) (-4 *4 (-454)))) (-2080 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-409 (-952 *5)))) (-5 *4 (-1175)) (-5 *2 (-952 *5)) (-5 *1 (-293 *5)) (-4 *5 (-454)))))
+(-10 -7 (-15 -2080 ((-952 |#1|) (-689 (-409 (-952 |#1|))) (-1175))) (-15 -2080 ((-952 |#1|) (-689 (-409 (-952 |#1|))))) (-15 -3102 ((-644 (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (-689 (-409 (-952 |#1|))))) (-15 -1754 ((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))))) (-15 -3521 ((-644 (-689 (-409 (-952 |#1|)))) (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|))) (-689 (-409 (-952 |#1|))) (-771) (-771))) (-15 -3521 ((-644 (-689 (-409 (-952 |#1|)))) (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|)))))) (-689 (-409 (-952 |#1|))))) (-15 -1491 ((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |geneigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|))))) (-15 -3772 ((-644 (-2 (|:| |eigval| (-3 (-409 (-952 |#1|)) (-1164 (-1175) (-952 |#1|)))) (|:| |eigmult| (-771)) (|:| |eigvec| (-644 (-689 (-409 (-952 |#1|))))))) (-689 (-409 (-952 |#1|))))))
+((-1895 (((-295 |#2|) (-1 |#2| |#1|) (-295 |#1|)) 14)))
+(((-294 |#1| |#2|) (-10 -7 (-15 -1895 ((-295 |#2|) (-1 |#2| |#1|) (-295 |#1|)))) (-1215) (-1215)) (T -294))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-295 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-295 *6)) (-5 *1 (-294 *5 *6)))))
+(-10 -7 (-15 -1895 ((-295 |#2|) (-1 |#2| |#1|) (-295 |#1|))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4014 (((-112) $) NIL (|has| |#1| (-21)))) (-1453 (($ $) 12)) (-3569 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-4170 (($ $ $) 95 (|has| |#1| (-303)))) (-4145 (($) NIL (-2700 (|has| |#1| (-21)) (|has| |#1| (-726))) CONST)) (-3047 (($ $) 51 (|has| |#1| (-21)))) (-3197 (((-3 $ "failed") $) 62 (|has| |#1| (-726)))) (-2699 ((|#1| $) 11)) (-4185 (((-3 $ "failed") $) 60 (|has| |#1| (-726)))) (-1568 (((-112) $) NIL (|has| |#1| (-726)))) (-1895 (($ (-1 |#1| |#1|) $) 14)) (-2687 ((|#1| $) 10)) (-2405 (($ $) 50 (|has| |#1| (-21)))) (-3466 (((-3 $ "failed") $) 61 (|has| |#1| (-726)))) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4085 (($ $) 64 (-2700 (|has| |#1| (-365)) (|has| |#1| (-475))))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2221 (((-644 $) $) 85 (|has| |#1| (-558)))) (-1838 (($ $ $) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 $)) 28 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-1175) |#1|) 17 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 21 (|has| |#1| (-516 (-1175) |#1|)))) (-1659 (($ |#1| |#1|) 9)) (-2262 (((-134)) 90 (|has| |#1| (-365)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) 87 (|has| |#1| (-900 (-1175))))) (-2791 (($ $ $) NIL (|has| |#1| (-475)))) (-3528 (($ $ $) NIL (|has| |#1| (-475)))) (-1650 (($ (-566)) NIL (|has| |#1| (-1049))) (((-112) $) 37 (|has| |#1| (-1099))) (((-862) $) 36 (|has| |#1| (-1099)))) (-2910 (((-771)) 67 (|has| |#1| (-1049)) CONST)) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3410 (($) 47 (|has| |#1| (-21)) CONST)) (-3424 (($) 57 (|has| |#1| (-726)) CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175))))) (-2868 (($ |#1| |#1|) 8) (((-112) $ $) 32 (|has| |#1| (-1099)))) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) 92 (-2700 (|has| |#1| (-365)) (|has| |#1| (-475))))) (-2977 (($ |#1| $) 45 (|has| |#1| (-21))) (($ $ |#1|) 46 (|has| |#1| (-21))) (($ $ $) 44 (|has| |#1| (-21))) (($ $) 43 (|has| |#1| (-21)))) (-2964 (($ |#1| $) 40 (|has| |#1| (-25))) (($ $ |#1|) 41 (|has| |#1| (-25))) (($ $ $) 39 (|has| |#1| (-25)))) (** (($ $ (-566)) NIL (|has| |#1| (-475))) (($ $ (-771)) NIL (|has| |#1| (-726))) (($ $ (-921)) NIL (|has| |#1| (-1111)))) (* (($ $ |#1|) 55 (|has| |#1| (-1111))) (($ |#1| $) 54 (|has| |#1| (-1111))) (($ $ $) 53 (|has| |#1| (-1111))) (($ (-566) $) 70 (|has| |#1| (-21))) (($ (-771) $) NIL (|has| |#1| (-21))) (($ (-921) $) NIL (|has| |#1| (-25)))))
+(((-295 |#1|) (-13 (-1215) (-10 -8 (-15 -2868 ($ |#1| |#1|)) (-15 -1659 ($ |#1| |#1|)) (-15 -1453 ($ $)) (-15 -2687 (|#1| $)) (-15 -2699 (|#1| $)) (-15 -1895 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-516 (-1175) |#1|)) (-6 (-516 (-1175) |#1|)) |%noBranch|) (IF (|has| |#1| (-1099)) (PROGN (-6 (-1099)) (-6 (-613 (-112))) (IF (|has| |#1| (-310 |#1|)) (PROGN (-15 -1838 ($ $ $)) (-15 -1838 ($ $ (-644 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2964 ($ |#1| $)) (-15 -2964 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -2405 ($ $)) (-15 -3047 ($ $)) (-15 -2977 ($ |#1| $)) (-15 -2977 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1111)) (PROGN (-6 (-1111)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-726)) (PROGN (-6 (-726)) (-15 -3466 ((-3 $ "failed") $)) (-15 -3197 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-475)) (PROGN (-6 (-475)) (-15 -3466 ((-3 $ "failed") $)) (-15 -3197 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-6 (-1049)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-717 |#1|)) |%noBranch|) (IF (|has| |#1| (-558)) (-15 -2221 ((-644 $) $)) |%noBranch|) (IF (|has| |#1| (-900 (-1175))) (-6 (-900 (-1175))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-6 (-1272 |#1|)) (-15 -2990 ($ $ $)) (-15 -4085 ($ $))) |%noBranch|) (IF (|has| |#1| (-303)) (-15 -4170 ($ $ $)) |%noBranch|))) (-1215)) (T -295))
+((-2868 (*1 *1 *2 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215)))) (-1659 (*1 *1 *2 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215)))) (-1453 (*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215)))) (-2687 (*1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215)))) (-2699 (*1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215)))) (-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1215)) (-5 *1 (-295 *3)))) (-1838 (*1 *1 *1 *1) (-12 (-4 *2 (-310 *2)) (-4 *2 (-1099)) (-4 *2 (-1215)) (-5 *1 (-295 *2)))) (-1838 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-295 *3))) (-4 *3 (-310 *3)) (-4 *3 (-1099)) (-4 *3 (-1215)) (-5 *1 (-295 *3)))) (-2964 (*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-25)) (-4 *2 (-1215)))) (-2964 (*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-25)) (-4 *2 (-1215)))) (-2405 (*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1215)))) (-3047 (*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1215)))) (-2977 (*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1215)))) (-2977 (*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1215)))) (-3466 (*1 *1 *1) (|partial| -12 (-5 *1 (-295 *2)) (-4 *2 (-726)) (-4 *2 (-1215)))) (-3197 (*1 *1 *1) (|partial| -12 (-5 *1 (-295 *2)) (-4 *2 (-726)) (-4 *2 (-1215)))) (-2221 (*1 *2 *1) (-12 (-5 *2 (-644 (-295 *3))) (-5 *1 (-295 *3)) (-4 *3 (-558)) (-4 *3 (-1215)))) (-4170 (*1 *1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-303)) (-4 *2 (-1215)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1111)) (-4 *2 (-1215)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1111)) (-4 *2 (-1215)))) (-2990 (*1 *1 *1 *1) (-2700 (-12 (-5 *1 (-295 *2)) (-4 *2 (-365)) (-4 *2 (-1215))) (-12 (-5 *1 (-295 *2)) (-4 *2 (-475)) (-4 *2 (-1215))))) (-4085 (*1 *1 *1) (-2700 (-12 (-5 *1 (-295 *2)) (-4 *2 (-365)) (-4 *2 (-1215))) (-12 (-5 *1 (-295 *2)) (-4 *2 (-475)) (-4 *2 (-1215))))))
+(-13 (-1215) (-10 -8 (-15 -2868 ($ |#1| |#1|)) (-15 -1659 ($ |#1| |#1|)) (-15 -1453 ($ $)) (-15 -2687 (|#1| $)) (-15 -2699 (|#1| $)) (-15 -1895 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-516 (-1175) |#1|)) (-6 (-516 (-1175) |#1|)) |%noBranch|) (IF (|has| |#1| (-1099)) (PROGN (-6 (-1099)) (-6 (-613 (-112))) (IF (|has| |#1| (-310 |#1|)) (PROGN (-15 -1838 ($ $ $)) (-15 -1838 ($ $ (-644 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2964 ($ |#1| $)) (-15 -2964 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -2405 ($ $)) (-15 -3047 ($ $)) (-15 -2977 ($ |#1| $)) (-15 -2977 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1111)) (PROGN (-6 (-1111)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-726)) (PROGN (-6 (-726)) (-15 -3466 ((-3 $ "failed") $)) (-15 -3197 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-475)) (PROGN (-6 (-475)) (-15 -3466 ((-3 $ "failed") $)) (-15 -3197 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-6 (-1049)) (-6 (-111 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-717 |#1|)) |%noBranch|) (IF (|has| |#1| (-558)) (-15 -2221 ((-644 $) $)) |%noBranch|) (IF (|has| |#1| (-900 (-1175))) (-6 (-900 (-1175))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-6 (-1272 |#1|)) (-15 -2990 ($ $ $)) (-15 -4085 ($ $))) |%noBranch|) (IF (|has| |#1| (-303)) (-15 -4170 ($ $ $)) |%noBranch|)))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2656 (((-1270) $ |#1| |#1|) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#2| $ |#1| |#2|) NIL)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 |#2| "failed") |#1| $) NIL)) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) NIL)) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) NIL)) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 ((|#1| $) NIL (|has| |#1| (-850)))) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-3090 ((|#1| $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4416))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3391 (((-644 |#1|) $) NIL)) (-3977 (((-112) |#1| $) NIL)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-2033 (((-644 |#1|) $) NIL)) (-2686 (((-112) |#1| $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3604 ((|#2| $) NIL (|has| |#1| (-850)))) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-1650 (((-862) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-296 |#1| |#2|) (-13 (-1191 |#1| |#2|) (-10 -7 (-6 -4415))) (-1099) (-1099)) (T -296))
+NIL
+(-13 (-1191 |#1| |#2|) (-10 -7 (-6 -4415)))
+((-1300 (((-313) (-1157) (-644 (-1157))) 17) (((-313) (-1157) (-1157)) 16) (((-313) (-644 (-1157))) 15) (((-313) (-1157)) 14)))
+(((-297) (-10 -7 (-15 -1300 ((-313) (-1157))) (-15 -1300 ((-313) (-644 (-1157)))) (-15 -1300 ((-313) (-1157) (-1157))) (-15 -1300 ((-313) (-1157) (-644 (-1157)))))) (T -297))
+((-1300 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-1157))) (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297)))) (-1300 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297)))) (-1300 (*1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-313)) (-5 *1 (-297)))) (-1300 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297)))))
+(-10 -7 (-15 -1300 ((-313) (-1157))) (-15 -1300 ((-313) (-644 (-1157)))) (-15 -1300 ((-313) (-1157) (-1157))) (-15 -1300 ((-313) (-1157) (-644 (-1157)))))
+((-1895 ((|#2| (-1 |#2| |#1|) (-1157) (-612 |#1|)) 18)))
+(((-298 |#1| |#2|) (-10 -7 (-15 -1895 (|#2| (-1 |#2| |#1|) (-1157) (-612 |#1|)))) (-303) (-1215)) (T -298))
+((-1895 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1157)) (-5 *5 (-612 *6)) (-4 *6 (-303)) (-4 *2 (-1215)) (-5 *1 (-298 *6 *2)))))
+(-10 -7 (-15 -1895 (|#2| (-1 |#2| |#1|) (-1157) (-612 |#1|))))
+((-1895 ((|#2| (-1 |#2| |#1|) (-612 |#1|)) 17)))
+(((-299 |#1| |#2|) (-10 -7 (-15 -1895 (|#2| (-1 |#2| |#1|) (-612 |#1|)))) (-303) (-303)) (T -299))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-612 *5)) (-4 *5 (-303)) (-4 *2 (-303)) (-5 *1 (-299 *5 *2)))))
+(-10 -7 (-15 -1895 (|#2| (-1 |#2| |#1|) (-612 |#1|))))
+((-1365 (((-112) (-225)) 12)))
+(((-300 |#1| |#2|) (-10 -7 (-15 -1365 ((-112) (-225)))) (-225) (-225)) (T -300))
+((-1365 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-300 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-10 -7 (-15 -1365 ((-112) (-225))))
+((-1591 (((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225)))) 118)) (-2032 (((-1155 (-225)) (-1265 (-317 (-225))) (-644 (-1175)) (-1093 (-843 (-225)))) 135) (((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225)))) 72)) (-3017 (((-644 (-1157)) (-1155 (-225))) NIL)) (-3825 (((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225)))) 69)) (-2847 (((-644 (-225)) (-952 (-409 (-566))) (-1175) (-1093 (-843 (-225)))) 59)) (-3755 (((-644 (-1157)) (-644 (-225))) NIL)) (-3596 (((-225) (-1093 (-843 (-225)))) 29)) (-2550 (((-225) (-1093 (-843 (-225)))) 30)) (-1549 (((-112) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 64)) (-1910 (((-1157) (-225)) NIL)))
+(((-301) (-10 -7 (-15 -3596 ((-225) (-1093 (-843 (-225))))) (-15 -2550 ((-225) (-1093 (-843 (-225))))) (-15 -1549 ((-112) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3825 ((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225))))) (-15 -1591 ((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2032 ((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2032 ((-1155 (-225)) (-1265 (-317 (-225))) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2847 ((-644 (-225)) (-952 (-409 (-566))) (-1175) (-1093 (-843 (-225))))) (-15 -1910 ((-1157) (-225))) (-15 -3755 ((-644 (-1157)) (-644 (-225)))) (-15 -3017 ((-644 (-1157)) (-1155 (-225)))))) (T -301))
+((-3017 (*1 *2 *3) (-12 (-5 *3 (-1155 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-301)))) (-3755 (*1 *2 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-301)))) (-1910 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-301)))) (-2847 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *4 (-1175)) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-301)))) (-2032 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1265 (-317 (-225)))) (-5 *4 (-644 (-1175))) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301)))) (-2032 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-644 (-1175))) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301)))) (-1591 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-644 (-1175))) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301)))) (-3825 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-225))) (-5 *4 (-1175)) (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-301)))) (-1549 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-112)) (-5 *1 (-301)))) (-2550 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-301)))) (-3596 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-301)))))
+(-10 -7 (-15 -3596 ((-225) (-1093 (-843 (-225))))) (-15 -2550 ((-225) (-1093 (-843 (-225))))) (-15 -1549 ((-112) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3825 ((-644 (-225)) (-317 (-225)) (-1175) (-1093 (-843 (-225))))) (-15 -1591 ((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2032 ((-1155 (-225)) (-317 (-225)) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2032 ((-1155 (-225)) (-1265 (-317 (-225))) (-644 (-1175)) (-1093 (-843 (-225))))) (-15 -2847 ((-644 (-225)) (-952 (-409 (-566))) (-1175) (-1093 (-843 (-225))))) (-15 -1910 ((-1157) (-225))) (-15 -3755 ((-644 (-1157)) (-644 (-225)))) (-15 -3017 ((-644 (-1157)) (-1155 (-225)))))
+((-1791 (((-644 (-612 $)) $) 27)) (-4170 (($ $ (-295 $)) 78) (($ $ (-644 (-295 $))) 139) (($ $ (-644 (-612 $)) (-644 $)) NIL)) (-1821 (((-3 (-612 $) "failed") $) 127)) (-3213 (((-612 $) $) 126)) (-2563 (($ $) 17) (($ (-644 $)) 54)) (-1930 (((-644 (-114)) $) 35)) (-3797 (((-114) (-114)) 88)) (-2190 (((-112) $) 150)) (-1895 (($ (-1 $ $) (-612 $)) 86)) (-2691 (((-3 (-612 $) "failed") $) 94)) (-2574 (($ (-114) $) 59) (($ (-114) (-644 $)) 110)) (-2530 (((-112) $ (-114)) 132) (((-112) $ (-1175)) 131)) (-2149 (((-771) $) 44)) (-2719 (((-112) $ $) 57) (((-112) $ (-1175)) 49)) (-2340 (((-112) $) 148)) (-1838 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL) (($ $ (-644 (-295 $))) 137) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) 81) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) 67) (($ $ (-1175) (-1 $ $)) 72) (($ $ (-644 (-114)) (-644 (-1 $ $))) 80) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) 82) (($ $ (-114) (-1 $ (-644 $))) 68) (($ $ (-114) (-1 $ $)) 74)) (-3483 (($ (-114) $) 60) (($ (-114) $ $) 61) (($ (-114) $ $ $) 62) (($ (-114) $ $ $ $) 63) (($ (-114) (-644 $)) 123)) (-2182 (($ $) 51) (($ $ $) 135)) (-2404 (($ $) 15) (($ (-644 $)) 53)) (-1892 (((-112) (-114)) 21)))
+(((-302 |#1|) (-10 -8 (-15 -2190 ((-112) |#1|)) (-15 -2340 ((-112) |#1|)) (-15 -1838 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-114) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| |#1|)))) (-15 -1838 (|#1| |#1| (-1175) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-1175) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| |#1|)))) (-15 -2719 ((-112) |#1| (-1175))) (-15 -2719 ((-112) |#1| |#1|)) (-15 -1895 (|#1| (-1 |#1| |#1|) (-612 |#1|))) (-15 -2574 (|#1| (-114) (-644 |#1|))) (-15 -2574 (|#1| (-114) |#1|)) (-15 -2530 ((-112) |#1| (-1175))) (-15 -2530 ((-112) |#1| (-114))) (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -1930 ((-644 (-114)) |#1|)) (-15 -1791 ((-644 (-612 |#1|)) |#1|)) (-15 -2691 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -2149 ((-771) |#1|)) (-15 -2182 (|#1| |#1| |#1|)) (-15 -2182 (|#1| |#1|)) (-15 -2563 (|#1| (-644 |#1|))) (-15 -2563 (|#1| |#1|)) (-15 -2404 (|#1| (-644 |#1|))) (-15 -2404 (|#1| |#1|)) (-15 -4170 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -4170 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -4170 (|#1| |#1| (-295 |#1|))) (-15 -3483 (|#1| (-114) (-644 |#1|))) (-15 -3483 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1| |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -1838 (|#1| |#1| (-612 |#1|) |#1|)) (-15 -1821 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -3213 ((-612 |#1|) |#1|))) (-303)) (T -302))
+((-3797 (*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-302 *3)) (-4 *3 (-303)))) (-1892 (*1 *2 *3) (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-302 *4)) (-4 *4 (-303)))))
+(-10 -8 (-15 -2190 ((-112) |#1|)) (-15 -2340 ((-112) |#1|)) (-15 -1838 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-114) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| |#1|)))) (-15 -1838 (|#1| |#1| (-1175) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-1175) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| |#1|)))) (-15 -2719 ((-112) |#1| (-1175))) (-15 -2719 ((-112) |#1| |#1|)) (-15 -1895 (|#1| (-1 |#1| |#1|) (-612 |#1|))) (-15 -2574 (|#1| (-114) (-644 |#1|))) (-15 -2574 (|#1| (-114) |#1|)) (-15 -2530 ((-112) |#1| (-1175))) (-15 -2530 ((-112) |#1| (-114))) (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -1930 ((-644 (-114)) |#1|)) (-15 -1791 ((-644 (-612 |#1|)) |#1|)) (-15 -2691 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -2149 ((-771) |#1|)) (-15 -2182 (|#1| |#1| |#1|)) (-15 -2182 (|#1| |#1|)) (-15 -2563 (|#1| (-644 |#1|))) (-15 -2563 (|#1| |#1|)) (-15 -2404 (|#1| (-644 |#1|))) (-15 -2404 (|#1| |#1|)) (-15 -4170 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -4170 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -4170 (|#1| |#1| (-295 |#1|))) (-15 -3483 (|#1| (-114) (-644 |#1|))) (-15 -3483 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1| |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -1838 (|#1| |#1| (-612 |#1|) |#1|)) (-15 -1821 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -3213 ((-612 |#1|) |#1|)))
+((-4124 (((-112) $ $) 7)) (-1791 (((-644 (-612 $)) $) 39)) (-4170 (($ $ (-295 $)) 51) (($ $ (-644 (-295 $))) 50) (($ $ (-644 (-612 $)) (-644 $)) 49)) (-1821 (((-3 (-612 $) "failed") $) 64)) (-3213 (((-612 $) $) 65)) (-2563 (($ $) 46) (($ (-644 $)) 45)) (-1930 (((-644 (-114)) $) 38)) (-3797 (((-114) (-114)) 37)) (-2190 (((-112) $) 17 (|has| $ (-1038 (-566))))) (-2216 (((-1171 $) (-612 $)) 20 (|has| $ (-1049)))) (-1895 (($ (-1 $ $) (-612 $)) 31)) (-2691 (((-3 (-612 $) "failed") $) 41)) (-3057 (((-1157) $) 10)) (-3787 (((-644 (-612 $)) $) 40)) (-2574 (($ (-114) $) 33) (($ (-114) (-644 $)) 32)) (-2530 (((-112) $ (-114)) 35) (((-112) $ (-1175)) 34)) (-2149 (((-771) $) 42)) (-2029 (((-1119) $) 11)) (-2719 (((-112) $ $) 30) (((-112) $ (-1175)) 29)) (-2340 (((-112) $) 18 (|has| $ (-1038 (-566))))) (-1838 (($ $ (-612 $) $) 62) (($ $ (-644 (-612 $)) (-644 $)) 61) (($ $ (-644 (-295 $))) 60) (($ $ (-295 $)) 59) (($ $ $ $) 58) (($ $ (-644 $) (-644 $)) 57) (($ $ (-644 (-1175)) (-644 (-1 $ $))) 28) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) 27) (($ $ (-1175) (-1 $ (-644 $))) 26) (($ $ (-1175) (-1 $ $)) 25) (($ $ (-644 (-114)) (-644 (-1 $ $))) 24) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) 23) (($ $ (-114) (-1 $ (-644 $))) 22) (($ $ (-114) (-1 $ $)) 21)) (-3483 (($ (-114) $) 56) (($ (-114) $ $) 55) (($ (-114) $ $ $) 54) (($ (-114) $ $ $ $) 53) (($ (-114) (-644 $)) 52)) (-2182 (($ $) 44) (($ $ $) 43)) (-2068 (($ $) 19 (|has| $ (-1049)))) (-1650 (((-862) $) 12) (($ (-612 $)) 63)) (-2404 (($ $) 48) (($ (-644 $)) 47)) (-1892 (((-112) (-114)) 36)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-303) (-140)) (T -303))
-((-1309 (*1 *1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-1309 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-1309 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-1309 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-1309 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 *1)) (-4 *1 (-303)))) (-2500 (*1 *1 *1 *2) (-12 (-5 *2 (-295 *1)) (-4 *1 (-303)))) (-2500 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-295 *1))) (-4 *1 (-303)))) (-2500 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-612 *1))) (-5 *3 (-644 *1)) (-4 *1 (-303)))) (-3928 (*1 *1 *1) (-4 *1 (-303))) (-3928 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-303)))) (-1633 (*1 *1 *1) (-4 *1 (-303))) (-1633 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-303)))) (-2020 (*1 *1 *1) (-4 *1 (-303))) (-2020 (*1 *1 *1 *1) (-4 *1 (-303))) (-3106 (*1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-771)))) (-4010 (*1 *2 *1) (|partial| -12 (-5 *2 (-612 *1)) (-4 *1 (-303)))) (-1552 (*1 *2 *1) (-12 (-5 *2 (-644 (-612 *1))) (-4 *1 (-303)))) (-1470 (*1 *2 *1) (-12 (-5 *2 (-644 (-612 *1))) (-4 *1 (-303)))) (-1689 (*1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-644 (-114))))) (-1566 (*1 *2 *2) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-3515 (*1 *2 *3) (-12 (-4 *1 (-303)) (-5 *3 (-114)) (-5 *2 (-112)))) (-3335 (*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-114)) (-5 *2 (-112)))) (-3335 (*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-1175)) (-5 *2 (-112)))) (-2328 (*1 *1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-2328 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 *1)) (-4 *1 (-303)))) (-2319 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-612 *1)) (-4 *1 (-303)))) (-3671 (*1 *2 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-112)))) (-3671 (*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-1175)) (-5 *2 (-112)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-644 (-1 *1 *1))) (-4 *1 (-303)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-644 (-1 *1 (-644 *1)))) (-4 *1 (-303)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1 *1 (-644 *1))) (-4 *1 (-303)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1 *1 *1)) (-4 *1 (-303)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-114))) (-5 *3 (-644 (-1 *1 *1))) (-4 *1 (-303)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-114))) (-5 *3 (-644 (-1 *1 (-644 *1)))) (-4 *1 (-303)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *1 (-644 *1))) (-4 *1 (-303)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *1 *1)) (-4 *1 (-303)))) (-2024 (*1 *2 *3) (-12 (-5 *3 (-612 *1)) (-4 *1 (-1049)) (-4 *1 (-303)) (-5 *2 (-1171 *1)))) (-1705 (*1 *1 *1) (-12 (-4 *1 (-1049)) (-4 *1 (-303)))) (-2664 (*1 *2 *1) (-12 (-4 *1 (-1038 (-566))) (-4 *1 (-303)) (-5 *2 (-112)))) (-3419 (*1 *2 *1) (-12 (-4 *1 (-1038 (-566))) (-4 *1 (-303)) (-5 *2 (-112)))))
-(-13 (-1099) (-1038 (-612 $)) (-516 (-612 $) $) (-310 $) (-10 -8 (-15 -1309 ($ (-114) $)) (-15 -1309 ($ (-114) $ $)) (-15 -1309 ($ (-114) $ $ $)) (-15 -1309 ($ (-114) $ $ $ $)) (-15 -1309 ($ (-114) (-644 $))) (-15 -2500 ($ $ (-295 $))) (-15 -2500 ($ $ (-644 (-295 $)))) (-15 -2500 ($ $ (-644 (-612 $)) (-644 $))) (-15 -3928 ($ $)) (-15 -3928 ($ (-644 $))) (-15 -1633 ($ $)) (-15 -1633 ($ (-644 $))) (-15 -2020 ($ $)) (-15 -2020 ($ $ $)) (-15 -3106 ((-771) $)) (-15 -4010 ((-3 (-612 $) "failed") $)) (-15 -1552 ((-644 (-612 $)) $)) (-15 -1470 ((-644 (-612 $)) $)) (-15 -1689 ((-644 (-114)) $)) (-15 -1566 ((-114) (-114))) (-15 -3515 ((-112) (-114))) (-15 -3335 ((-112) $ (-114))) (-15 -3335 ((-112) $ (-1175))) (-15 -2328 ($ (-114) $)) (-15 -2328 ($ (-114) (-644 $))) (-15 -2319 ($ (-1 $ $) (-612 $))) (-15 -3671 ((-112) $ $)) (-15 -3671 ((-112) $ (-1175))) (-15 -2023 ($ $ (-644 (-1175)) (-644 (-1 $ $)))) (-15 -2023 ($ $ (-644 (-1175)) (-644 (-1 $ (-644 $))))) (-15 -2023 ($ $ (-1175) (-1 $ (-644 $)))) (-15 -2023 ($ $ (-1175) (-1 $ $))) (-15 -2023 ($ $ (-644 (-114)) (-644 (-1 $ $)))) (-15 -2023 ($ $ (-644 (-114)) (-644 (-1 $ (-644 $))))) (-15 -2023 ($ $ (-114) (-1 $ (-644 $)))) (-15 -2023 ($ $ (-114) (-1 $ $))) (IF (|has| $ (-1049)) (PROGN (-15 -2024 ((-1171 $) (-612 $))) (-15 -1705 ($ $))) |%noBranch|) (IF (|has| $ (-1038 (-566))) (PROGN (-15 -2664 ((-112) $)) (-15 -3419 ((-112) $))) |%noBranch|)))
+((-3483 (*1 *1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-3483 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-3483 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-3483 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-3483 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 *1)) (-4 *1 (-303)))) (-4170 (*1 *1 *1 *2) (-12 (-5 *2 (-295 *1)) (-4 *1 (-303)))) (-4170 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-295 *1))) (-4 *1 (-303)))) (-4170 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-612 *1))) (-5 *3 (-644 *1)) (-4 *1 (-303)))) (-2404 (*1 *1 *1) (-4 *1 (-303))) (-2404 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-303)))) (-2563 (*1 *1 *1) (-4 *1 (-303))) (-2563 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-303)))) (-2182 (*1 *1 *1) (-4 *1 (-303))) (-2182 (*1 *1 *1 *1) (-4 *1 (-303))) (-2149 (*1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-771)))) (-2691 (*1 *2 *1) (|partial| -12 (-5 *2 (-612 *1)) (-4 *1 (-303)))) (-3787 (*1 *2 *1) (-12 (-5 *2 (-644 (-612 *1))) (-4 *1 (-303)))) (-1791 (*1 *2 *1) (-12 (-5 *2 (-644 (-612 *1))) (-4 *1 (-303)))) (-1930 (*1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-644 (-114))))) (-3797 (*1 *2 *2) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-1892 (*1 *2 *3) (-12 (-4 *1 (-303)) (-5 *3 (-114)) (-5 *2 (-112)))) (-2530 (*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-114)) (-5 *2 (-112)))) (-2530 (*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-1175)) (-5 *2 (-112)))) (-2574 (*1 *1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114)))) (-2574 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 *1)) (-4 *1 (-303)))) (-1895 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-612 *1)) (-4 *1 (-303)))) (-2719 (*1 *2 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-112)))) (-2719 (*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-1175)) (-5 *2 (-112)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-644 (-1 *1 *1))) (-4 *1 (-303)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-644 (-1 *1 (-644 *1)))) (-4 *1 (-303)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1 *1 (-644 *1))) (-4 *1 (-303)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1 *1 *1)) (-4 *1 (-303)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-114))) (-5 *3 (-644 (-1 *1 *1))) (-4 *1 (-303)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-114))) (-5 *3 (-644 (-1 *1 (-644 *1)))) (-4 *1 (-303)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *1 (-644 *1))) (-4 *1 (-303)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1 *1 *1)) (-4 *1 (-303)))) (-2216 (*1 *2 *3) (-12 (-5 *3 (-612 *1)) (-4 *1 (-1049)) (-4 *1 (-303)) (-5 *2 (-1171 *1)))) (-2068 (*1 *1 *1) (-12 (-4 *1 (-1049)) (-4 *1 (-303)))) (-2340 (*1 *2 *1) (-12 (-4 *1 (-1038 (-566))) (-4 *1 (-303)) (-5 *2 (-112)))) (-2190 (*1 *2 *1) (-12 (-4 *1 (-1038 (-566))) (-4 *1 (-303)) (-5 *2 (-112)))))
+(-13 (-1099) (-1038 (-612 $)) (-516 (-612 $) $) (-310 $) (-10 -8 (-15 -3483 ($ (-114) $)) (-15 -3483 ($ (-114) $ $)) (-15 -3483 ($ (-114) $ $ $)) (-15 -3483 ($ (-114) $ $ $ $)) (-15 -3483 ($ (-114) (-644 $))) (-15 -4170 ($ $ (-295 $))) (-15 -4170 ($ $ (-644 (-295 $)))) (-15 -4170 ($ $ (-644 (-612 $)) (-644 $))) (-15 -2404 ($ $)) (-15 -2404 ($ (-644 $))) (-15 -2563 ($ $)) (-15 -2563 ($ (-644 $))) (-15 -2182 ($ $)) (-15 -2182 ($ $ $)) (-15 -2149 ((-771) $)) (-15 -2691 ((-3 (-612 $) "failed") $)) (-15 -3787 ((-644 (-612 $)) $)) (-15 -1791 ((-644 (-612 $)) $)) (-15 -1930 ((-644 (-114)) $)) (-15 -3797 ((-114) (-114))) (-15 -1892 ((-112) (-114))) (-15 -2530 ((-112) $ (-114))) (-15 -2530 ((-112) $ (-1175))) (-15 -2574 ($ (-114) $)) (-15 -2574 ($ (-114) (-644 $))) (-15 -1895 ($ (-1 $ $) (-612 $))) (-15 -2719 ((-112) $ $)) (-15 -2719 ((-112) $ (-1175))) (-15 -1838 ($ $ (-644 (-1175)) (-644 (-1 $ $)))) (-15 -1838 ($ $ (-644 (-1175)) (-644 (-1 $ (-644 $))))) (-15 -1838 ($ $ (-1175) (-1 $ (-644 $)))) (-15 -1838 ($ $ (-1175) (-1 $ $))) (-15 -1838 ($ $ (-644 (-114)) (-644 (-1 $ $)))) (-15 -1838 ($ $ (-644 (-114)) (-644 (-1 $ (-644 $))))) (-15 -1838 ($ $ (-114) (-1 $ (-644 $)))) (-15 -1838 ($ $ (-114) (-1 $ $))) (IF (|has| $ (-1049)) (PROGN (-15 -2216 ((-1171 $) (-612 $))) (-15 -2068 ($ $))) |%noBranch|) (IF (|has| $ (-1038 (-566))) (PROGN (-15 -2340 ((-112) $)) (-15 -2190 ((-112) $))) |%noBranch|)))
(((-102) . T) ((-616 #0=(-612 $)) . T) ((-613 (-862)) . T) ((-310 $) . T) ((-516 (-612 $) $) . T) ((-516 $ $) . T) ((-1038 #0#) . T) ((-1099) . T))
-((-1984 (((-644 |#1|) (-644 |#1|)) 10)))
-(((-304 |#1|) (-10 -7 (-15 -1984 ((-644 |#1|) (-644 |#1|)))) (-848)) (T -304))
-((-1984 (*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-848)) (-5 *1 (-304 *3)))))
-(-10 -7 (-15 -1984 ((-644 |#1|) (-644 |#1|))))
-((-2319 (((-689 |#2|) (-1 |#2| |#1|) (-689 |#1|)) 17)))
-(((-305 |#1| |#2|) (-10 -7 (-15 -2319 ((-689 |#2|) (-1 |#2| |#1|) (-689 |#1|)))) (-1049) (-1049)) (T -305))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-689 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-689 *6)) (-5 *1 (-305 *5 *6)))))
-(-10 -7 (-15 -2319 ((-689 |#2|) (-1 |#2| |#1|) (-689 |#1|))))
-((-3163 (((-1264 (-317 (-381))) (-1264 (-317 (-225)))) 112)) (-4232 (((-1093 (-843 (-225))) (-1093 (-843 (-381)))) 45)) (-3078 (((-644 (-1157)) (-1155 (-225))) 94)) (-2054 (((-317 (-381)) (-952 (-225))) 55)) (-3658 (((-225) (-952 (-225))) 51)) (-1305 (((-1157) (-381)) 197)) (-1638 (((-843 (-225)) (-843 (-381))) 39)) (-2472 (((-2 (|:| |additions| (-566)) (|:| |multiplications| (-566)) (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566))) (-1264 (-317 (-225)))) 165)) (-1430 (((-1035) (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035)))) 209) (((-1035) (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))))) 207)) (-3361 (((-689 (-225)) (-644 (-225)) (-771)) 21)) (-2943 (((-1264 (-699)) (-644 (-225))) 101)) (-2235 (((-644 (-1157)) (-644 (-225))) 81)) (-3060 (((-3 (-317 (-225)) "failed") (-317 (-225))) 130)) (-1435 (((-112) (-225) (-1093 (-843 (-225)))) 119)) (-4244 (((-1035) (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))) 226)) (-2533 (((-225) (-1093 (-843 (-225)))) 114)) (-2887 (((-225) (-1093 (-843 (-225)))) 115)) (-1715 (((-225) (-409 (-566))) 33)) (-2299 (((-1157) (-381)) 79)) (-3424 (((-225) (-381)) 24)) (-3685 (((-381) (-1264 (-317 (-225)))) 179)) (-2127 (((-317 (-225)) (-317 (-381))) 30)) (-2360 (((-409 (-566)) (-317 (-225))) 58)) (-2596 (((-317 (-409 (-566))) (-317 (-225))) 75)) (-4348 (((-317 (-381)) (-317 (-225))) 105)) (-2793 (((-225) (-317 (-225))) 59)) (-2530 (((-644 (-225)) (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) 70)) (-2816 (((-1093 (-843 (-225))) (-1093 (-843 (-225)))) 67)) (-3390 (((-1157) (-225)) 78)) (-1934 (((-699) (-225)) 97)) (-1920 (((-409 (-566)) (-225)) 60)) (-1814 (((-317 (-381)) (-225)) 54)) (-2376 (((-644 (-1093 (-843 (-225)))) (-644 (-1093 (-843 (-381))))) 48)) (-4386 (((-1035) (-644 (-1035))) 193) (((-1035) (-1035) (-1035)) 187)) (-2364 (((-1035) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) 223)))
-(((-306) (-10 -7 (-15 -3424 ((-225) (-381))) (-15 -2127 ((-317 (-225)) (-317 (-381)))) (-15 -1638 ((-843 (-225)) (-843 (-381)))) (-15 -4232 ((-1093 (-843 (-225))) (-1093 (-843 (-381))))) (-15 -2376 ((-644 (-1093 (-843 (-225)))) (-644 (-1093 (-843 (-381)))))) (-15 -1920 ((-409 (-566)) (-225))) (-15 -2360 ((-409 (-566)) (-317 (-225)))) (-15 -2793 ((-225) (-317 (-225)))) (-15 -3060 ((-3 (-317 (-225)) "failed") (-317 (-225)))) (-15 -3685 ((-381) (-1264 (-317 (-225))))) (-15 -2472 ((-2 (|:| |additions| (-566)) (|:| |multiplications| (-566)) (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566))) (-1264 (-317 (-225))))) (-15 -2596 ((-317 (-409 (-566))) (-317 (-225)))) (-15 -2816 ((-1093 (-843 (-225))) (-1093 (-843 (-225))))) (-15 -2530 ((-644 (-225)) (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))) (-15 -1934 ((-699) (-225))) (-15 -2943 ((-1264 (-699)) (-644 (-225)))) (-15 -4348 ((-317 (-381)) (-317 (-225)))) (-15 -3163 ((-1264 (-317 (-381))) (-1264 (-317 (-225))))) (-15 -1435 ((-112) (-225) (-1093 (-843 (-225))))) (-15 -3390 ((-1157) (-225))) (-15 -2299 ((-1157) (-381))) (-15 -2235 ((-644 (-1157)) (-644 (-225)))) (-15 -3078 ((-644 (-1157)) (-1155 (-225)))) (-15 -2533 ((-225) (-1093 (-843 (-225))))) (-15 -2887 ((-225) (-1093 (-843 (-225))))) (-15 -4386 ((-1035) (-1035) (-1035))) (-15 -4386 ((-1035) (-644 (-1035)))) (-15 -1305 ((-1157) (-381))) (-15 -1430 ((-1035) (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))))) (-15 -1430 ((-1035) (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))))) (-15 -2364 ((-1035) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -4244 ((-1035) (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))) (-15 -2054 ((-317 (-381)) (-952 (-225)))) (-15 -3658 ((-225) (-952 (-225)))) (-15 -1814 ((-317 (-381)) (-225))) (-15 -1715 ((-225) (-409 (-566)))) (-15 -3361 ((-689 (-225)) (-644 (-225)) (-771))))) (T -306))
-((-3361 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-225))) (-5 *4 (-771)) (-5 *2 (-689 (-225))) (-5 *1 (-306)))) (-1715 (*1 *2 *3) (-12 (-5 *3 (-409 (-566))) (-5 *2 (-225)) (-5 *1 (-306)))) (-1814 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-317 (-381))) (-5 *1 (-306)))) (-3658 (*1 *2 *3) (-12 (-5 *3 (-952 (-225))) (-5 *2 (-225)) (-5 *1 (-306)))) (-2054 (*1 *2 *3) (-12 (-5 *3 (-952 (-225))) (-5 *2 (-317 (-381))) (-5 *1 (-306)))) (-4244 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))) (-5 *2 (-1035)) (-5 *1 (-306)))) (-2364 (*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| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-1035)) (-5 *1 (-306)))) (-1430 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035)))) (-5 *2 (-1035)) (-5 *1 (-306)))) (-1430 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *2 (-1035)) (-5 *1 (-306)))) (-1305 (*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1157)) (-5 *1 (-306)))) (-4386 (*1 *2 *3) (-12 (-5 *3 (-644 (-1035))) (-5 *2 (-1035)) (-5 *1 (-306)))) (-4386 (*1 *2 *2 *2) (-12 (-5 *2 (-1035)) (-5 *1 (-306)))) (-2887 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-306)))) (-2533 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-306)))) (-3078 (*1 *2 *3) (-12 (-5 *3 (-1155 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-306)))) (-2235 (*1 *2 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-306)))) (-2299 (*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1157)) (-5 *1 (-306)))) (-3390 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-306)))) (-1435 (*1 *2 *3 *4) (-12 (-5 *4 (-1093 (-843 (-225)))) (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-306)))) (-3163 (*1 *2 *3) (-12 (-5 *3 (-1264 (-317 (-225)))) (-5 *2 (-1264 (-317 (-381)))) (-5 *1 (-306)))) (-4348 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-317 (-381))) (-5 *1 (-306)))) (-2943 (*1 *2 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1264 (-699))) (-5 *1 (-306)))) (-1934 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-699)) (-5 *1 (-306)))) (-2530 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-5 *2 (-644 (-225))) (-5 *1 (-306)))) (-2816 (*1 *2 *2) (-12 (-5 *2 (-1093 (-843 (-225)))) (-5 *1 (-306)))) (-2596 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-317 (-409 (-566)))) (-5 *1 (-306)))) (-2472 (*1 *2 *3) (-12 (-5 *3 (-1264 (-317 (-225)))) (-5 *2 (-2 (|:| |additions| (-566)) (|:| |multiplications| (-566)) (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566)))) (-5 *1 (-306)))) (-3685 (*1 *2 *3) (-12 (-5 *3 (-1264 (-317 (-225)))) (-5 *2 (-381)) (-5 *1 (-306)))) (-3060 (*1 *2 *2) (|partial| -12 (-5 *2 (-317 (-225))) (-5 *1 (-306)))) (-2793 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-225)) (-5 *1 (-306)))) (-2360 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-409 (-566))) (-5 *1 (-306)))) (-1920 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-409 (-566))) (-5 *1 (-306)))) (-2376 (*1 *2 *3) (-12 (-5 *3 (-644 (-1093 (-843 (-381))))) (-5 *2 (-644 (-1093 (-843 (-225))))) (-5 *1 (-306)))) (-4232 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-381)))) (-5 *2 (-1093 (-843 (-225)))) (-5 *1 (-306)))) (-1638 (*1 *2 *3) (-12 (-5 *3 (-843 (-381))) (-5 *2 (-843 (-225))) (-5 *1 (-306)))) (-2127 (*1 *2 *3) (-12 (-5 *3 (-317 (-381))) (-5 *2 (-317 (-225))) (-5 *1 (-306)))) (-3424 (*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-225)) (-5 *1 (-306)))))
-(-10 -7 (-15 -3424 ((-225) (-381))) (-15 -2127 ((-317 (-225)) (-317 (-381)))) (-15 -1638 ((-843 (-225)) (-843 (-381)))) (-15 -4232 ((-1093 (-843 (-225))) (-1093 (-843 (-381))))) (-15 -2376 ((-644 (-1093 (-843 (-225)))) (-644 (-1093 (-843 (-381)))))) (-15 -1920 ((-409 (-566)) (-225))) (-15 -2360 ((-409 (-566)) (-317 (-225)))) (-15 -2793 ((-225) (-317 (-225)))) (-15 -3060 ((-3 (-317 (-225)) "failed") (-317 (-225)))) (-15 -3685 ((-381) (-1264 (-317 (-225))))) (-15 -2472 ((-2 (|:| |additions| (-566)) (|:| |multiplications| (-566)) (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566))) (-1264 (-317 (-225))))) (-15 -2596 ((-317 (-409 (-566))) (-317 (-225)))) (-15 -2816 ((-1093 (-843 (-225))) (-1093 (-843 (-225))))) (-15 -2530 ((-644 (-225)) (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))) (-15 -1934 ((-699) (-225))) (-15 -2943 ((-1264 (-699)) (-644 (-225)))) (-15 -4348 ((-317 (-381)) (-317 (-225)))) (-15 -3163 ((-1264 (-317 (-381))) (-1264 (-317 (-225))))) (-15 -1435 ((-112) (-225) (-1093 (-843 (-225))))) (-15 -3390 ((-1157) (-225))) (-15 -2299 ((-1157) (-381))) (-15 -2235 ((-644 (-1157)) (-644 (-225)))) (-15 -3078 ((-644 (-1157)) (-1155 (-225)))) (-15 -2533 ((-225) (-1093 (-843 (-225))))) (-15 -2887 ((-225) (-1093 (-843 (-225))))) (-15 -4386 ((-1035) (-1035) (-1035))) (-15 -4386 ((-1035) (-644 (-1035)))) (-15 -1305 ((-1157) (-381))) (-15 -1430 ((-1035) (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))))) (-15 -1430 ((-1035) (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))))) (-15 -2364 ((-1035) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -4244 ((-1035) (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))) (-15 -2054 ((-317 (-381)) (-952 (-225)))) (-15 -3658 ((-225) (-952 (-225)))) (-15 -1814 ((-317 (-381)) (-225))) (-15 -1715 ((-225) (-409 (-566)))) (-15 -3361 ((-689 (-225)) (-644 (-225)) (-771))))
-((-2085 (((-112) $ $) 14)) (-2933 (($ $ $) 18)) (-2945 (($ $ $) 17)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 50)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 65)) (-2164 (($ $ $) 25) (($ (-644 $)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 35) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 40)) (-2978 (((-3 $ "failed") $ $) 21)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 53)))
-(((-307 |#1|) (-10 -8 (-15 -3816 ((-3 (-644 |#1|) "failed") (-644 |#1|) |#1|)) (-15 -3005 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3005 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3302 |#1|)) |#1| |#1|)) (-15 -2933 (|#1| |#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -2085 ((-112) |#1| |#1|)) (-15 -2915 ((-3 (-644 |#1|) "failed") (-644 |#1|) |#1|)) (-15 -3255 ((-2 (|:| -2397 (-644 |#1|)) (|:| -3302 |#1|)) (-644 |#1|))) (-15 -2164 (|#1| (-644 |#1|))) (-15 -2164 (|#1| |#1| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#1|))) (-308)) (T -307))
-NIL
-(-10 -8 (-15 -3816 ((-3 (-644 |#1|) "failed") (-644 |#1|) |#1|)) (-15 -3005 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3005 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3302 |#1|)) |#1| |#1|)) (-15 -2933 (|#1| |#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -2085 ((-112) |#1| |#1|)) (-15 -2915 ((-3 (-644 |#1|) "failed") (-644 |#1|) |#1|)) (-15 -3255 ((-2 (|:| -2397 (-644 |#1|)) (|:| -3302 |#1|)) (-644 |#1|))) (-15 -2164 (|#1| (-644 |#1|))) (-15 -2164 (|#1| |#1| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-2085 (((-112) $ $) 65)) (-2463 (($) 18 T CONST)) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-2389 (((-112) $) 35)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-3081 (((-644 |#1|) (-644 |#1|)) 10)))
+(((-304 |#1|) (-10 -7 (-15 -3081 ((-644 |#1|) (-644 |#1|)))) (-848)) (T -304))
+((-3081 (*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-848)) (-5 *1 (-304 *3)))))
+(-10 -7 (-15 -3081 ((-644 |#1|) (-644 |#1|))))
+((-1895 (((-689 |#2|) (-1 |#2| |#1|) (-689 |#1|)) 17)))
+(((-305 |#1| |#2|) (-10 -7 (-15 -1895 ((-689 |#2|) (-1 |#2| |#1|) (-689 |#1|)))) (-1049) (-1049)) (T -305))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-689 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-689 *6)) (-5 *1 (-305 *5 *6)))))
+(-10 -7 (-15 -1895 ((-689 |#2|) (-1 |#2| |#1|) (-689 |#1|))))
+((-1472 (((-1265 (-317 (-381))) (-1265 (-317 (-225)))) 112)) (-4353 (((-1093 (-843 (-225))) (-1093 (-843 (-381)))) 45)) (-3017 (((-644 (-1157)) (-1155 (-225))) 94)) (-1338 (((-317 (-381)) (-952 (-225))) 55)) (-2583 (((-225) (-952 (-225))) 51)) (-3419 (((-1157) (-381)) 197)) (-2612 (((-843 (-225)) (-843 (-381))) 39)) (-4247 (((-2 (|:| |additions| (-566)) (|:| |multiplications| (-566)) (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566))) (-1265 (-317 (-225)))) 165)) (-1326 (((-1035) (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035)))) 209) (((-1035) (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))))) 207)) (-2840 (((-689 (-225)) (-644 (-225)) (-771)) 21)) (-3140 (((-1265 (-699)) (-644 (-225))) 101)) (-3755 (((-644 (-1157)) (-644 (-225))) 81)) (-3323 (((-3 (-317 (-225)) "failed") (-317 (-225))) 130)) (-1365 (((-112) (-225) (-1093 (-843 (-225)))) 119)) (-1354 (((-1035) (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))) 226)) (-3596 (((-225) (-1093 (-843 (-225)))) 114)) (-2550 (((-225) (-1093 (-843 (-225)))) 115)) (-2155 (((-225) (-409 (-566))) 33)) (-3131 (((-1157) (-381)) 79)) (-2239 (((-225) (-381)) 24)) (-2860 (((-381) (-1265 (-317 (-225)))) 179)) (-3928 (((-317 (-225)) (-317 (-381))) 30)) (-2432 (((-409 (-566)) (-317 (-225))) 58)) (-2946 (((-317 (-409 (-566))) (-317 (-225))) 75)) (-2997 (((-317 (-381)) (-317 (-225))) 105)) (-4285 (((-225) (-317 (-225))) 59)) (-3561 (((-644 (-225)) (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) 70)) (-3235 (((-1093 (-843 (-225))) (-1093 (-843 (-225)))) 67)) (-1910 (((-1157) (-225)) 78)) (-2533 (((-699) (-225)) 97)) (-3690 (((-409 (-566)) (-225)) 60)) (-3851 (((-317 (-381)) (-225)) 54)) (-1945 (((-644 (-1093 (-843 (-225)))) (-644 (-1093 (-843 (-381))))) 48)) (-2829 (((-1035) (-644 (-1035))) 193) (((-1035) (-1035) (-1035)) 187)) (-2466 (((-1035) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) 223)))
+(((-306) (-10 -7 (-15 -2239 ((-225) (-381))) (-15 -3928 ((-317 (-225)) (-317 (-381)))) (-15 -2612 ((-843 (-225)) (-843 (-381)))) (-15 -4353 ((-1093 (-843 (-225))) (-1093 (-843 (-381))))) (-15 -1945 ((-644 (-1093 (-843 (-225)))) (-644 (-1093 (-843 (-381)))))) (-15 -3690 ((-409 (-566)) (-225))) (-15 -2432 ((-409 (-566)) (-317 (-225)))) (-15 -4285 ((-225) (-317 (-225)))) (-15 -3323 ((-3 (-317 (-225)) "failed") (-317 (-225)))) (-15 -2860 ((-381) (-1265 (-317 (-225))))) (-15 -4247 ((-2 (|:| |additions| (-566)) (|:| |multiplications| (-566)) (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566))) (-1265 (-317 (-225))))) (-15 -2946 ((-317 (-409 (-566))) (-317 (-225)))) (-15 -3235 ((-1093 (-843 (-225))) (-1093 (-843 (-225))))) (-15 -3561 ((-644 (-225)) (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))) (-15 -2533 ((-699) (-225))) (-15 -3140 ((-1265 (-699)) (-644 (-225)))) (-15 -2997 ((-317 (-381)) (-317 (-225)))) (-15 -1472 ((-1265 (-317 (-381))) (-1265 (-317 (-225))))) (-15 -1365 ((-112) (-225) (-1093 (-843 (-225))))) (-15 -1910 ((-1157) (-225))) (-15 -3131 ((-1157) (-381))) (-15 -3755 ((-644 (-1157)) (-644 (-225)))) (-15 -3017 ((-644 (-1157)) (-1155 (-225)))) (-15 -3596 ((-225) (-1093 (-843 (-225))))) (-15 -2550 ((-225) (-1093 (-843 (-225))))) (-15 -2829 ((-1035) (-1035) (-1035))) (-15 -2829 ((-1035) (-644 (-1035)))) (-15 -3419 ((-1157) (-381))) (-15 -1326 ((-1035) (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))))) (-15 -1326 ((-1035) (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))))) (-15 -2466 ((-1035) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1354 ((-1035) (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))) (-15 -1338 ((-317 (-381)) (-952 (-225)))) (-15 -2583 ((-225) (-952 (-225)))) (-15 -3851 ((-317 (-381)) (-225))) (-15 -2155 ((-225) (-409 (-566)))) (-15 -2840 ((-689 (-225)) (-644 (-225)) (-771))))) (T -306))
+((-2840 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-225))) (-5 *4 (-771)) (-5 *2 (-689 (-225))) (-5 *1 (-306)))) (-2155 (*1 *2 *3) (-12 (-5 *3 (-409 (-566))) (-5 *2 (-225)) (-5 *1 (-306)))) (-3851 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-317 (-381))) (-5 *1 (-306)))) (-2583 (*1 *2 *3) (-12 (-5 *3 (-952 (-225))) (-5 *2 (-225)) (-5 *1 (-306)))) (-1338 (*1 *2 *3) (-12 (-5 *3 (-952 (-225))) (-5 *2 (-317 (-381))) (-5 *1 (-306)))) (-1354 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))) (-5 *2 (-1035)) (-5 *1 (-306)))) (-2466 (*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| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-1035)) (-5 *1 (-306)))) (-1326 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035)))) (-5 *2 (-1035)) (-5 *1 (-306)))) (-1326 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *2 (-1035)) (-5 *1 (-306)))) (-3419 (*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1157)) (-5 *1 (-306)))) (-2829 (*1 *2 *3) (-12 (-5 *3 (-644 (-1035))) (-5 *2 (-1035)) (-5 *1 (-306)))) (-2829 (*1 *2 *2 *2) (-12 (-5 *2 (-1035)) (-5 *1 (-306)))) (-2550 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-306)))) (-3596 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-306)))) (-3017 (*1 *2 *3) (-12 (-5 *3 (-1155 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-306)))) (-3755 (*1 *2 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-306)))) (-3131 (*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1157)) (-5 *1 (-306)))) (-1910 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-306)))) (-1365 (*1 *2 *3 *4) (-12 (-5 *4 (-1093 (-843 (-225)))) (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-306)))) (-1472 (*1 *2 *3) (-12 (-5 *3 (-1265 (-317 (-225)))) (-5 *2 (-1265 (-317 (-381)))) (-5 *1 (-306)))) (-2997 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-317 (-381))) (-5 *1 (-306)))) (-3140 (*1 *2 *3) (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1265 (-699))) (-5 *1 (-306)))) (-2533 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-699)) (-5 *1 (-306)))) (-3561 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-5 *2 (-644 (-225))) (-5 *1 (-306)))) (-3235 (*1 *2 *2) (-12 (-5 *2 (-1093 (-843 (-225)))) (-5 *1 (-306)))) (-2946 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-317 (-409 (-566)))) (-5 *1 (-306)))) (-4247 (*1 *2 *3) (-12 (-5 *3 (-1265 (-317 (-225)))) (-5 *2 (-2 (|:| |additions| (-566)) (|:| |multiplications| (-566)) (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566)))) (-5 *1 (-306)))) (-2860 (*1 *2 *3) (-12 (-5 *3 (-1265 (-317 (-225)))) (-5 *2 (-381)) (-5 *1 (-306)))) (-3323 (*1 *2 *2) (|partial| -12 (-5 *2 (-317 (-225))) (-5 *1 (-306)))) (-4285 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-225)) (-5 *1 (-306)))) (-2432 (*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-409 (-566))) (-5 *1 (-306)))) (-3690 (*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-409 (-566))) (-5 *1 (-306)))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-644 (-1093 (-843 (-381))))) (-5 *2 (-644 (-1093 (-843 (-225))))) (-5 *1 (-306)))) (-4353 (*1 *2 *3) (-12 (-5 *3 (-1093 (-843 (-381)))) (-5 *2 (-1093 (-843 (-225)))) (-5 *1 (-306)))) (-2612 (*1 *2 *3) (-12 (-5 *3 (-843 (-381))) (-5 *2 (-843 (-225))) (-5 *1 (-306)))) (-3928 (*1 *2 *3) (-12 (-5 *3 (-317 (-381))) (-5 *2 (-317 (-225))) (-5 *1 (-306)))) (-2239 (*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-225)) (-5 *1 (-306)))))
+(-10 -7 (-15 -2239 ((-225) (-381))) (-15 -3928 ((-317 (-225)) (-317 (-381)))) (-15 -2612 ((-843 (-225)) (-843 (-381)))) (-15 -4353 ((-1093 (-843 (-225))) (-1093 (-843 (-381))))) (-15 -1945 ((-644 (-1093 (-843 (-225)))) (-644 (-1093 (-843 (-381)))))) (-15 -3690 ((-409 (-566)) (-225))) (-15 -2432 ((-409 (-566)) (-317 (-225)))) (-15 -4285 ((-225) (-317 (-225)))) (-15 -3323 ((-3 (-317 (-225)) "failed") (-317 (-225)))) (-15 -2860 ((-381) (-1265 (-317 (-225))))) (-15 -4247 ((-2 (|:| |additions| (-566)) (|:| |multiplications| (-566)) (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566))) (-1265 (-317 (-225))))) (-15 -2946 ((-317 (-409 (-566))) (-317 (-225)))) (-15 -3235 ((-1093 (-843 (-225))) (-1093 (-843 (-225))))) (-15 -3561 ((-644 (-225)) (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))) (-15 -2533 ((-699) (-225))) (-15 -3140 ((-1265 (-699)) (-644 (-225)))) (-15 -2997 ((-317 (-381)) (-317 (-225)))) (-15 -1472 ((-1265 (-317 (-381))) (-1265 (-317 (-225))))) (-15 -1365 ((-112) (-225) (-1093 (-843 (-225))))) (-15 -1910 ((-1157) (-225))) (-15 -3131 ((-1157) (-381))) (-15 -3755 ((-644 (-1157)) (-644 (-225)))) (-15 -3017 ((-644 (-1157)) (-1155 (-225)))) (-15 -3596 ((-225) (-1093 (-843 (-225))))) (-15 -2550 ((-225) (-1093 (-843 (-225))))) (-15 -2829 ((-1035) (-1035) (-1035))) (-15 -2829 ((-1035) (-644 (-1035)))) (-15 -3419 ((-1157) (-381))) (-15 -1326 ((-1035) (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))))) (-15 -1326 ((-1035) (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))))) (-15 -2466 ((-1035) (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1354 ((-1035) (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))) (-15 -1338 ((-317 (-381)) (-952 (-225)))) (-15 -2583 ((-225) (-952 (-225)))) (-15 -3851 ((-317 (-381)) (-225))) (-15 -2155 ((-225) (-409 (-566)))) (-15 -2840 ((-689 (-225)) (-644 (-225)) (-771))))
+((-1621 (((-112) $ $) 14)) (-4067 (($ $ $) 18)) (-4078 (($ $ $) 17)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 50)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 65)) (-1962 (($ $ $) 25) (($ (-644 $)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 35) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 40)) (-4116 (((-3 $ "failed") $ $) 21)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 53)))
+(((-307 |#1|) (-10 -8 (-15 -1656 ((-3 (-644 |#1|) "failed") (-644 |#1|) |#1|)) (-15 -3594 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3594 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2529 |#1|)) |#1| |#1|)) (-15 -4067 (|#1| |#1| |#1|)) (-15 -4078 (|#1| |#1| |#1|)) (-15 -1621 ((-112) |#1| |#1|)) (-15 -2871 ((-3 (-644 |#1|) "failed") (-644 |#1|) |#1|)) (-15 -4294 ((-2 (|:| -2651 (-644 |#1|)) (|:| -2529 |#1|)) (-644 |#1|))) (-15 -1962 (|#1| (-644 |#1|))) (-15 -1962 (|#1| |#1| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#1|))) (-308)) (T -307))
+NIL
+(-10 -8 (-15 -1656 ((-3 (-644 |#1|) "failed") (-644 |#1|) |#1|)) (-15 -3594 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3594 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2529 |#1|)) |#1| |#1|)) (-15 -4067 (|#1| |#1| |#1|)) (-15 -4078 (|#1| |#1| |#1|)) (-15 -1621 ((-112) |#1| |#1|)) (-15 -2871 ((-3 (-644 |#1|) "failed") (-644 |#1|) |#1|)) (-15 -4294 ((-2 (|:| -2651 (-644 |#1|)) (|:| -2529 |#1|)) (-644 |#1|))) (-15 -1962 (|#1| (-644 |#1|))) (-15 -1962 (|#1| |#1| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-1621 (((-112) $ $) 65)) (-4145 (($) 18 T CONST)) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-1568 (((-112) $) 35)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-308) (-140)) (T -308))
-((-2085 (*1 *2 *1 *1) (-12 (-4 *1 (-308)) (-5 *2 (-112)))) (-4357 (*1 *2 *1) (-12 (-4 *1 (-308)) (-5 *2 (-771)))) (-4100 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-308)))) (-2945 (*1 *1 *1 *1) (-4 *1 (-308))) (-2933 (*1 *1 *1 *1) (-4 *1 (-308))) (-3005 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3302 *1))) (-4 *1 (-308)))) (-3005 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-308)))) (-3816 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-644 *1)) (-4 *1 (-308)))))
-(-13 (-920) (-10 -8 (-15 -2085 ((-112) $ $)) (-15 -4357 ((-771) $)) (-15 -4100 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -2945 ($ $ $)) (-15 -2933 ($ $ $)) (-15 -3005 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $)) (-15 -3005 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -3816 ((-3 (-644 $) "failed") (-644 $) $))))
+((-1621 (*1 *2 *1 *1) (-12 (-4 *1 (-308)) (-5 *2 (-112)))) (-3075 (*1 *2 *1) (-12 (-4 *1 (-308)) (-5 *2 (-771)))) (-2307 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-308)))) (-4078 (*1 *1 *1 *1) (-4 *1 (-308))) (-4067 (*1 *1 *1 *1) (-4 *1 (-308))) (-3594 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2529 *1))) (-4 *1 (-308)))) (-3594 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-308)))) (-1656 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-644 *1)) (-4 *1 (-308)))))
+(-13 (-920) (-10 -8 (-15 -1621 ((-112) $ $)) (-15 -3075 ((-771) $)) (-15 -2307 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -4078 ($ $ $)) (-15 -4067 ($ $ $)) (-15 -3594 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $)) (-15 -3594 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -1656 ((-3 (-644 $) "failed") (-644 $) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-454) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2023 (($ $ (-644 |#2|) (-644 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-295 |#2|)) 11) (($ $ (-644 (-295 |#2|))) NIL)))
-(((-309 |#1| |#2|) (-10 -8 (-15 -2023 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -2023 (|#1| |#1| (-295 |#2|))) (-15 -2023 (|#1| |#1| |#2| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#2|) (-644 |#2|)))) (-310 |#2|) (-1099)) (T -309))
+((-1838 (($ $ (-644 |#2|) (-644 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-295 |#2|)) 11) (($ $ (-644 (-295 |#2|))) NIL)))
+(((-309 |#1| |#2|) (-10 -8 (-15 -1838 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -1838 (|#1| |#1| (-295 |#2|))) (-15 -1838 (|#1| |#1| |#2| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#2|) (-644 |#2|)))) (-310 |#2|) (-1099)) (T -309))
NIL
-(-10 -8 (-15 -2023 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -2023 (|#1| |#1| (-295 |#2|))) (-15 -2023 (|#1| |#1| |#2| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#2|) (-644 |#2|))))
-((-2023 (($ $ (-644 |#1|) (-644 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-295 |#1|)) 11) (($ $ (-644 (-295 |#1|))) 10)))
+(-10 -8 (-15 -1838 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -1838 (|#1| |#1| (-295 |#2|))) (-15 -1838 (|#1| |#1| |#2| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#2|) (-644 |#2|))))
+((-1838 (($ $ (-644 |#1|) (-644 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-295 |#1|)) 11) (($ $ (-644 (-295 |#1|))) 10)))
(((-310 |#1|) (-140) (-1099)) (T -310))
-((-2023 (*1 *1 *1 *2) (-12 (-5 *2 (-295 *3)) (-4 *1 (-310 *3)) (-4 *3 (-1099)))) (-2023 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-295 *3))) (-4 *1 (-310 *3)) (-4 *3 (-1099)))))
-(-13 (-516 |t#1| |t#1|) (-10 -8 (-15 -2023 ($ $ (-295 |t#1|))) (-15 -2023 ($ $ (-644 (-295 |t#1|))))))
+((-1838 (*1 *1 *1 *2) (-12 (-5 *2 (-295 *3)) (-4 *1 (-310 *3)) (-4 *3 (-1099)))) (-1838 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-295 *3))) (-4 *1 (-310 *3)) (-4 *3 (-1099)))))
+(-13 (-516 |t#1| |t#1|) (-10 -8 (-15 -1838 ($ $ (-295 |t#1|))) (-15 -1838 ($ $ (-644 (-295 |t#1|))))))
(((-516 |#1| |#1|) . T))
-((-2023 ((|#1| (-1 |#1| (-566)) (-1177 (-409 (-566)))) 25)))
-(((-311 |#1|) (-10 -7 (-15 -2023 (|#1| (-1 |#1| (-566)) (-1177 (-409 (-566)))))) (-38 (-409 (-566)))) (T -311))
-((-2023 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-566))) (-5 *4 (-1177 (-409 (-566)))) (-5 *1 (-311 *2)) (-4 *2 (-38 (-409 (-566)))))))
-(-10 -7 (-15 -2023 (|#1| (-1 |#1| (-566)) (-1177 (-409 (-566))))))
-((-2988 (((-112) $ $) NIL)) (-4143 (((-566) $) 12)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2080 (((-1134) $) 9)) (-3152 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-312) (-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $)) (-15 -4143 ((-566) $))))) (T -312))
-((-2080 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-312)))) (-4143 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-312)))))
-(-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $)) (-15 -4143 ((-566) $))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 7)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 9)))
+((-1838 ((|#1| (-1 |#1| (-566)) (-1177 (-409 (-566)))) 25)))
+(((-311 |#1|) (-10 -7 (-15 -1838 (|#1| (-1 |#1| (-566)) (-1177 (-409 (-566)))))) (-38 (-409 (-566)))) (T -311))
+((-1838 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-566))) (-5 *4 (-1177 (-409 (-566)))) (-5 *1 (-311 *2)) (-4 *2 (-38 (-409 (-566)))))))
+(-10 -7 (-15 -1838 (|#1| (-1 |#1| (-566)) (-1177 (-409 (-566))))))
+((-4124 (((-112) $ $) NIL)) (-1884 (((-566) $) 12)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3696 (((-1134) $) 9)) (-1650 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-312) (-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $)) (-15 -1884 ((-566) $))))) (T -312))
+((-3696 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-312)))) (-1884 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-312)))))
+(-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $)) (-15 -1884 ((-566) $))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 7)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 9)))
(((-313) (-1099)) (T -313))
NIL
(-1099)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 60)) (-1873 (((-1250 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-909)))) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-909)))) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-820)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-1250 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1038 (-566)))) (((-3 (-1249 |#2| |#3| |#4|) "failed") $) 26)) (-4158 (((-1250 |#1| |#2| |#3| |#4|) $) NIL) (((-1175) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1038 (-566)))) (((-566) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1038 (-566)))) (((-1249 |#2| |#3| |#4|) $) NIL)) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-1250 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1264 (-1250 |#1| |#2| |#3| |#4|)))) (-689 $) (-1264 $)) NIL) (((-689 (-1250 |#1| |#2| |#3| |#4|)) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-547)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2528 (((-112) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-886 (-381))))) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL)) (-2248 (((-1250 |#1| |#2| |#3| |#4|) $) 22)) (-2621 (((-3 $ "failed") $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1150)))) (-3233 (((-112) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-850)))) (-2599 (($ $ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-850)))) (-2319 (($ (-1 (-1250 |#1| |#2| |#3| |#4|) (-1250 |#1| |#2| |#3| |#4|)) $) NIL)) (-2298 (((-3 (-843 |#2|) "failed") $) 80)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-308)))) (-3143 (((-1250 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-909)))) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2023 (($ $ (-644 (-1250 |#1| |#2| |#3| |#4|)) (-644 (-1250 |#1| |#2| |#3| |#4|))) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-310 (-1250 |#1| |#2| |#3| |#4|)))) (($ $ (-1250 |#1| |#2| |#3| |#4|) (-1250 |#1| |#2| |#3| |#4|)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-310 (-1250 |#1| |#2| |#3| |#4|)))) (($ $ (-295 (-1250 |#1| |#2| |#3| |#4|))) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-310 (-1250 |#1| |#2| |#3| |#4|)))) (($ $ (-644 (-295 (-1250 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-310 (-1250 |#1| |#2| |#3| |#4|)))) (($ $ (-644 (-1175)) (-644 (-1250 |#1| |#2| |#3| |#4|))) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-516 (-1175) (-1250 |#1| |#2| |#3| |#4|)))) (($ $ (-1175) (-1250 |#1| |#2| |#3| |#4|)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-516 (-1175) (-1250 |#1| |#2| |#3| |#4|))))) (-4357 (((-771) $) NIL)) (-1309 (($ $ (-1250 |#1| |#2| |#3| |#4|)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-287 (-1250 |#1| |#2| |#3| |#4|) (-1250 |#1| |#2| |#3| |#4|))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-771)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-1175)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-1 (-1250 |#1| |#2| |#3| |#4|) (-1250 |#1| |#2| |#3| |#4|)) (-771)) NIL) (($ $ (-1 (-1250 |#1| |#2| |#3| |#4|) (-1250 |#1| |#2| |#3| |#4|))) NIL)) (-1452 (($ $) NIL)) (-2260 (((-1250 |#1| |#2| |#3| |#4|) $) 19)) (-2376 (((-892 (-566)) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-614 (-538)))) (((-381) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1022))) (((-225) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1022)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-1250 |#1| |#2| |#3| |#4|) (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-1250 |#1| |#2| |#3| |#4|)) 30) (($ (-1175)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-1038 (-1175)))) (($ (-1249 |#2| |#3| |#4|)) 37)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| (-1250 |#1| |#2| |#3| |#4|) (-909))) (|has| (-1250 |#1| |#2| |#3| |#4|) (-145))))) (-2593 (((-771)) NIL T CONST)) (-3913 (((-1250 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-547)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-1358 (($ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-820)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-771)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-1175)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-1 (-1250 |#1| |#2| |#3| |#4|) (-1250 |#1| |#2| |#3| |#4|)) (-771)) NIL) (($ $ (-1 (-1250 |#1| |#2| |#3| |#4|) (-1250 |#1| |#2| |#3| |#4|))) NIL)) (-2968 (((-112) $ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-850)))) (-2935 (((-112) $ $) NIL (|has| (-1250 |#1| |#2| |#3| |#4|) (-850)))) (-3025 (($ $ $) 35) (($ (-1250 |#1| |#2| |#3| |#4|) (-1250 |#1| |#2| |#3| |#4|)) 32)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-1250 |#1| |#2| |#3| |#4|) $) 31) (($ $ (-1250 |#1| |#2| |#3| |#4|)) NIL)))
-(((-314 |#1| |#2| |#3| |#4|) (-13 (-992 (-1250 |#1| |#2| |#3| |#4|)) (-1038 (-1249 |#2| |#3| |#4|)) (-10 -8 (-15 -2298 ((-3 (-843 |#2|) "failed") $)) (-15 -3152 ($ (-1249 |#2| |#3| |#4|))))) (-13 (-1038 (-566)) (-639 (-566)) (-454)) (-13 (-27) (-1199) (-432 |#1|)) (-1175) |#2|) (T -314))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1249 *4 *5 *6)) (-4 *4 (-13 (-27) (-1199) (-432 *3))) (-14 *5 (-1175)) (-14 *6 *4) (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454))) (-5 *1 (-314 *3 *4 *5 *6)))) (-2298 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454))) (-5 *2 (-843 *4)) (-5 *1 (-314 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1199) (-432 *3))) (-14 *5 (-1175)) (-14 *6 *4))))
-(-13 (-992 (-1250 |#1| |#2| |#3| |#4|)) (-1038 (-1249 |#2| |#3| |#4|)) (-10 -8 (-15 -2298 ((-3 (-843 |#2|) "failed") $)) (-15 -3152 ($ (-1249 |#2| |#3| |#4|)))))
-((-2319 (((-317 |#2|) (-1 |#2| |#1|) (-317 |#1|)) 13)))
-(((-315 |#1| |#2|) (-10 -7 (-15 -2319 ((-317 |#2|) (-1 |#2| |#1|) (-317 |#1|)))) (-1099) (-1099)) (T -315))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-317 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-317 *6)) (-5 *1 (-315 *5 *6)))))
-(-10 -7 (-15 -2319 ((-317 |#2|) (-1 |#2| |#1|) (-317 |#1|))))
-((-1827 (((-52) |#2| (-295 |#2|) (-771)) 40) (((-52) |#2| (-295 |#2|)) 32) (((-52) |#2| (-771)) 35) (((-52) |#2|) 33) (((-52) (-1175)) 26)) (-1427 (((-52) |#2| (-295 |#2|) (-409 (-566))) 59) (((-52) |#2| (-295 |#2|)) 56) (((-52) |#2| (-409 (-566))) 58) (((-52) |#2|) 57) (((-52) (-1175)) 55)) (-2729 (((-52) |#2| (-295 |#2|) (-409 (-566))) 54) (((-52) |#2| (-295 |#2|)) 51) (((-52) |#2| (-409 (-566))) 53) (((-52) |#2|) 52) (((-52) (-1175)) 50)) (-2719 (((-52) |#2| (-295 |#2|) (-566)) 47) (((-52) |#2| (-295 |#2|)) 44) (((-52) |#2| (-566)) 46) (((-52) |#2|) 45) (((-52) (-1175)) 43)))
-(((-316 |#1| |#2|) (-10 -7 (-15 -1827 ((-52) (-1175))) (-15 -1827 ((-52) |#2|)) (-15 -1827 ((-52) |#2| (-771))) (-15 -1827 ((-52) |#2| (-295 |#2|))) (-15 -1827 ((-52) |#2| (-295 |#2|) (-771))) (-15 -2719 ((-52) (-1175))) (-15 -2719 ((-52) |#2|)) (-15 -2719 ((-52) |#2| (-566))) (-15 -2719 ((-52) |#2| (-295 |#2|))) (-15 -2719 ((-52) |#2| (-295 |#2|) (-566))) (-15 -2729 ((-52) (-1175))) (-15 -2729 ((-52) |#2|)) (-15 -2729 ((-52) |#2| (-409 (-566)))) (-15 -2729 ((-52) |#2| (-295 |#2|))) (-15 -2729 ((-52) |#2| (-295 |#2|) (-409 (-566)))) (-15 -1427 ((-52) (-1175))) (-15 -1427 ((-52) |#2|)) (-15 -1427 ((-52) |#2| (-409 (-566)))) (-15 -1427 ((-52) |#2| (-295 |#2|))) (-15 -1427 ((-52) |#2| (-295 |#2|) (-409 (-566))))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1199) (-432 |#1|))) (T -316))
-((-1427 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-295 *3)) (-5 *5 (-409 (-566))) (-4 *3 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *6 *3)))) (-1427 (*1 *2 *3 *4) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)))) (-1427 (*1 *2 *3 *4) (-12 (-5 *4 (-409 (-566))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))) (-1427 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4))))) (-1427 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1199) (-432 *4))))) (-2729 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-295 *3)) (-5 *5 (-409 (-566))) (-4 *3 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *6 *3)))) (-2729 (*1 *2 *3 *4) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)))) (-2729 (*1 *2 *3 *4) (-12 (-5 *4 (-409 (-566))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))) (-2729 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4))))) (-2729 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1199) (-432 *4))))) (-2719 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-454) (-1038 *5) (-639 *5))) (-5 *5 (-566)) (-5 *2 (-52)) (-5 *1 (-316 *6 *3)))) (-2719 (*1 *2 *3 *4) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)))) (-2719 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-4 *5 (-13 (-454) (-1038 *4) (-639 *4))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))) (-2719 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4))))) (-2719 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1199) (-432 *4))))) (-1827 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-295 *3)) (-5 *5 (-771)) (-4 *3 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *6 *3)))) (-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)))) (-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))) (-1827 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4))))) (-1827 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1199) (-432 *4))))))
-(-10 -7 (-15 -1827 ((-52) (-1175))) (-15 -1827 ((-52) |#2|)) (-15 -1827 ((-52) |#2| (-771))) (-15 -1827 ((-52) |#2| (-295 |#2|))) (-15 -1827 ((-52) |#2| (-295 |#2|) (-771))) (-15 -2719 ((-52) (-1175))) (-15 -2719 ((-52) |#2|)) (-15 -2719 ((-52) |#2| (-566))) (-15 -2719 ((-52) |#2| (-295 |#2|))) (-15 -2719 ((-52) |#2| (-295 |#2|) (-566))) (-15 -2729 ((-52) (-1175))) (-15 -2729 ((-52) |#2|)) (-15 -2729 ((-52) |#2| (-409 (-566)))) (-15 -2729 ((-52) |#2| (-295 |#2|))) (-15 -2729 ((-52) |#2| (-295 |#2|) (-409 (-566)))) (-15 -1427 ((-52) (-1175))) (-15 -1427 ((-52) |#2|)) (-15 -1427 ((-52) |#2| (-409 (-566)))) (-15 -1427 ((-52) |#2| (-295 |#2|))) (-15 -1427 ((-52) |#2| (-295 |#2|) (-409 (-566)))))
-((-2988 (((-112) $ $) NIL)) (-2082 (((-644 $) $ (-1175)) NIL (|has| |#1| (-558))) (((-644 $) $) NIL (|has| |#1| (-558))) (((-644 $) (-1171 $) (-1175)) NIL (|has| |#1| (-558))) (((-644 $) (-1171 $)) NIL (|has| |#1| (-558))) (((-644 $) (-952 $)) NIL (|has| |#1| (-558)))) (-1557 (($ $ (-1175)) NIL (|has| |#1| (-558))) (($ $) NIL (|has| |#1| (-558))) (($ (-1171 $) (-1175)) NIL (|has| |#1| (-558))) (($ (-1171 $)) NIL (|has| |#1| (-558))) (($ (-952 $)) NIL (|has| |#1| (-558)))) (-3230 (((-112) $) 27 (-2768 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (-1771 (((-644 (-1175)) $) 368)) (-1590 (((-409 (-1171 $)) $ (-612 $)) NIL (|has| |#1| (-558)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-1470 (((-644 (-612 $)) $) NIL)) (-3963 (($ $) 171 (|has| |#1| (-558)))) (-3630 (($ $) 147 (|has| |#1| (-558)))) (-2786 (($ $ (-1091 $)) 232 (|has| |#1| (-558))) (($ $ (-1175)) 228 (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) NIL (-2768 (|has| |#1| (-21)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (-2500 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) 386) (($ $ (-644 (-612 $)) (-644 $)) 430)) (-2292 (((-420 (-1171 $)) (-1171 $)) 308 (-12 (|has| |#1| (-454)) (|has| |#1| (-558))))) (-1378 (($ $) NIL (|has| |#1| (-558)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-558)))) (-1635 (($ $) NIL (|has| |#1| (-558)))) (-2085 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3941 (($ $) 167 (|has| |#1| (-558)))) (-3602 (($ $) 143 (|has| |#1| (-558)))) (-2416 (($ $ (-566)) 73 (|has| |#1| (-558)))) (-3986 (($ $) 175 (|has| |#1| (-558)))) (-3656 (($ $) 151 (|has| |#1| (-558)))) (-2463 (($) NIL (-2768 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))) CONST)) (-4112 (((-644 $) $ (-1175)) NIL (|has| |#1| (-558))) (((-644 $) $) NIL (|has| |#1| (-558))) (((-644 $) (-1171 $) (-1175)) NIL (|has| |#1| (-558))) (((-644 $) (-1171 $)) NIL (|has| |#1| (-558))) (((-644 $) (-952 $)) NIL (|has| |#1| (-558)))) (-4093 (($ $ (-1175)) NIL (|has| |#1| (-558))) (($ $) NIL (|has| |#1| (-558))) (($ (-1171 $) (-1175)) 134 (|has| |#1| (-558))) (($ (-1171 $)) NIL (|has| |#1| (-558))) (($ (-952 $)) NIL (|has| |#1| (-558)))) (-2229 (((-3 (-612 $) "failed") $) 18) (((-3 (-1175) "failed") $) NIL) (((-3 |#1| "failed") $) 441) (((-3 (-48) "failed") $) 336 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-952 |#1|)) "failed") $) NIL (|has| |#1| (-558))) (((-3 (-952 |#1|) "failed") $) NIL (|has| |#1| (-1049))) (((-3 (-409 (-566)) "failed") $) 46 (-2768 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-4158 (((-612 $) $) 12) (((-1175) $) NIL) ((|#1| $) 421) (((-48) $) NIL (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-952 |#1|)) $) NIL (|has| |#1| (-558))) (((-952 |#1|) $) NIL (|has| |#1| (-1049))) (((-409 (-566)) $) 319 (-2768 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-2933 (($ $ $) NIL (|has| |#1| (-558)))) (-4089 (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 125 (|has| |#1| (-1049))) (((-689 |#1|) (-689 $)) 115 (|has| |#1| (-1049))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (-2873 (($ $) 96 (|has| |#1| (-558)))) (-3245 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))))) (-2945 (($ $ $) NIL (|has| |#1| (-558)))) (-2014 (($ $ (-1091 $)) 236 (|has| |#1| (-558))) (($ $ (-1175)) 234 (|has| |#1| (-558)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-558)))) (-1615 (((-112) $) NIL (|has| |#1| (-558)))) (-2078 (($ $ $) 202 (|has| |#1| (-558)))) (-2281 (($) 137 (|has| |#1| (-558)))) (-2413 (($ $ $) 222 (|has| |#1| (-558)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 392 (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 399 (|has| |#1| (-886 (-381))))) (-1633 (($ $) NIL) (($ (-644 $)) NIL)) (-1689 (((-644 (-114)) $) NIL)) (-1566 (((-114) (-114)) 276)) (-2389 (((-112) $) 25 (-2768 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))))) (-3419 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-3406 (($ $) 72 (|has| |#1| (-1049)))) (-2248 (((-1124 |#1| (-612 $)) $) 91 (|has| |#1| (-1049)))) (-2809 (((-112) $) 62 (|has| |#1| (-558)))) (-1575 (($ $ (-566)) NIL (|has| |#1| (-558)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-558)))) (-2024 (((-1171 $) (-612 $)) 277 (|has| $ (-1049)))) (-2319 (($ (-1 $ $) (-612 $)) 426)) (-4010 (((-3 (-612 $) "failed") $) NIL)) (-3619 (($ $) 141 (|has| |#1| (-558)))) (-3301 (($ $) 247 (|has| |#1| (-558)))) (-2128 (($ (-644 $)) NIL (|has| |#1| (-558))) (($ $ $) NIL (|has| |#1| (-558)))) (-3380 (((-1157) $) NIL)) (-1552 (((-644 (-612 $)) $) 49)) (-2328 (($ (-114) $) NIL) (($ (-114) (-644 $)) 431)) (-3738 (((-3 (-644 $) "failed") $) NIL (|has| |#1| (-1111)))) (-4224 (((-3 (-2 (|:| |val| $) (|:| -2201 (-566))) "failed") $) NIL (|has| |#1| (-1049)))) (-4199 (((-3 (-644 $) "failed") $) 436 (|has| |#1| (-25)))) (-3944 (((-3 (-2 (|:| -2397 (-566)) (|:| |var| (-612 $))) "failed") $) 440 (|has| |#1| (-25)))) (-4108 (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $) NIL (|has| |#1| (-1111))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-114)) NIL (|has| |#1| (-1049))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-1175)) NIL (|has| |#1| (-1049)))) (-3335 (((-112) $ (-114)) NIL) (((-112) $ (-1175)) 51)) (-2748 (($ $) NIL (-2768 (|has| |#1| (-475)) (|has| |#1| (-558))))) (-3428 (($ $ (-1175)) 251 (|has| |#1| (-558))) (($ $ (-1091 $)) 253 (|has| |#1| (-558)))) (-3106 (((-771) $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) 43)) (-2773 ((|#1| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 301 (|has| |#1| (-558)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-558))) (($ $ $) NIL (|has| |#1| (-558)))) (-3671 (((-112) $ $) NIL) (((-112) $ (-1175)) NIL)) (-1464 (($ $ (-1175)) 226 (|has| |#1| (-558))) (($ $) 224 (|has| |#1| (-558)))) (-2499 (($ $) 218 (|has| |#1| (-558)))) (-1893 (((-420 (-1171 $)) (-1171 $)) 306 (-12 (|has| |#1| (-454)) (|has| |#1| (-558))))) (-1624 (((-420 $) $) NIL (|has| |#1| (-558)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-558))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-558)))) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-558)))) (-3521 (($ $) 139 (|has| |#1| (-558)))) (-2664 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2023 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) 425) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) 379) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL) (($ $ (-1175)) NIL (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-614 (-538)))) (($ $) NIL (|has| |#1| (-614 (-538)))) (($ $ (-114) $ (-1175)) 366 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-114)) (-644 $) (-1175)) 365 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $))) NIL (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $)))) NIL (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ (-644 $))) NIL (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ $)) NIL (|has| |#1| (-1049)))) (-4357 (((-771) $) NIL (|has| |#1| (-558)))) (-3552 (($ $) 239 (|has| |#1| (-558)))) (-1309 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-558)))) (-2020 (($ $) NIL) (($ $ $) NIL)) (-3590 (($ $) 249 (|has| |#1| (-558)))) (-2469 (($ $) 200 (|has| |#1| (-558)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-1049))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-1049))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-1049))) (($ $ (-1175)) NIL (|has| |#1| (-1049)))) (-1452 (($ $) 74 (|has| |#1| (-558)))) (-2260 (((-1124 |#1| (-612 $)) $) 93 (|has| |#1| (-558)))) (-1705 (($ $) 317 (|has| $ (-1049)))) (-3996 (($ $) 177 (|has| |#1| (-558)))) (-3670 (($ $) 153 (|has| |#1| (-558)))) (-3976 (($ $) 173 (|has| |#1| (-558)))) (-3643 (($ $) 149 (|has| |#1| (-558)))) (-3952 (($ $) 169 (|has| |#1| (-558)))) (-3618 (($ $) 145 (|has| |#1| (-558)))) (-2376 (((-892 (-566)) $) NIL (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| |#1| (-614 (-892 (-381))))) (($ (-420 $)) NIL (|has| |#1| (-558))) (((-538) $) 363 (|has| |#1| (-614 (-538))))) (-3357 (($ $ $) NIL (|has| |#1| (-475)))) (-2527 (($ $ $) NIL (|has| |#1| (-475)))) (-3152 (((-862) $) 424) (($ (-612 $)) 415) (($ (-1175)) 381) (($ |#1|) 337) (($ $) NIL (|has| |#1| (-558))) (($ (-48)) 312 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) (($ (-1124 |#1| (-612 $))) 95 (|has| |#1| (-1049))) (($ (-409 |#1|)) NIL (|has| |#1| (-558))) (($ (-952 (-409 |#1|))) NIL (|has| |#1| (-558))) (($ (-409 (-952 (-409 |#1|)))) NIL (|has| |#1| (-558))) (($ (-409 (-952 |#1|))) NIL (|has| |#1| (-558))) (($ (-952 |#1|)) NIL (|has| |#1| (-1049))) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-558)) (|has| |#1| (-1038 (-409 (-566)))))) (($ (-566)) 34 (-2768 (|has| |#1| (-1038 (-566))) (|has| |#1| (-1049))))) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL (|has| |#1| (-1049)) CONST)) (-3928 (($ $) NIL) (($ (-644 $)) NIL)) (-2073 (($ $ $) 220 (|has| |#1| (-558)))) (-1429 (($ $ $) 206 (|has| |#1| (-558)))) (-3273 (($ $ $) 210 (|has| |#1| (-558)))) (-2941 (($ $ $) 204 (|has| |#1| (-558)))) (-4087 (($ $ $) 208 (|has| |#1| (-558)))) (-3515 (((-112) (-114)) 10)) (-3044 (((-112) $ $) 86)) (-4032 (($ $) 183 (|has| |#1| (-558)))) (-3892 (($ $) 159 (|has| |#1| (-558)))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) 179 (|has| |#1| (-558)))) (-3684 (($ $) 155 (|has| |#1| (-558)))) (-4057 (($ $) 187 (|has| |#1| (-558)))) (-3917 (($ $) 163 (|has| |#1| (-558)))) (-4088 (($ (-1175) $) NIL) (($ (-1175) $ $) NIL) (($ (-1175) $ $ $) NIL) (($ (-1175) $ $ $ $) NIL) (($ (-1175) (-644 $)) NIL)) (-2893 (($ $) 214 (|has| |#1| (-558)))) (-3094 (($ $) 212 (|has| |#1| (-558)))) (-3964 (($ $) 189 (|has| |#1| (-558)))) (-3929 (($ $) 165 (|has| |#1| (-558)))) (-4044 (($ $) 185 (|has| |#1| (-558)))) (-3904 (($ $) 161 (|has| |#1| (-558)))) (-4020 (($ $) 181 (|has| |#1| (-558)))) (-3879 (($ $) 157 (|has| |#1| (-558)))) (-1358 (($ $) 192 (|has| |#1| (-558)))) (-4356 (($) 21 (-2768 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))) CONST)) (-2884 (($ $) 243 (|has| |#1| (-558)))) (-4366 (($) 23 (-2768 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))) CONST)) (-2879 (($ $) 194 (|has| |#1| (-558))) (($ $ $) 196 (|has| |#1| (-558)))) (-4106 (($ $) 241 (|has| |#1| (-558)))) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-1049))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-1049))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-1049))) (($ $ (-1175)) NIL (|has| |#1| (-1049)))) (-1802 (($ $) 245 (|has| |#1| (-558)))) (-4006 (($ $ $) 198 (|has| |#1| (-558)))) (-2914 (((-112) $ $) 88)) (-3025 (($ (-1124 |#1| (-612 $)) (-1124 |#1| (-612 $))) 106 (|has| |#1| (-558))) (($ $ $) 42 (-2768 (|has| |#1| (-475)) (|has| |#1| (-558))))) (-3012 (($ $ $) 40 (-2768 (|has| |#1| (-21)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (($ $) 29 (-2768 (|has| |#1| (-21)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (-3002 (($ $ $) 38 (-2768 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (** (($ $ $) 64 (|has| |#1| (-558))) (($ $ (-409 (-566))) 314 (|has| |#1| (-558))) (($ $ (-566)) 80 (-2768 (|has| |#1| (-475)) (|has| |#1| (-558)))) (($ $ (-771)) 75 (-2768 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111)))) (($ $ (-921)) 84 (-2768 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))))) (* (($ (-409 (-566)) $) NIL (|has| |#1| (-558))) (($ $ (-409 (-566))) NIL (|has| |#1| (-558))) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172))) (($ $ $) 36 (-2768 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111)))) (($ (-566) $) 32 (-2768 (|has| |#1| (-21)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (($ (-771) $) NIL (-2768 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (($ (-921) $) NIL (-2768 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))))
-(((-317 |#1|) (-13 (-432 |#1|) (-10 -8 (IF (|has| |#1| (-558)) (PROGN (-6 (-29 |#1|)) (-6 (-1199)) (-6 (-160)) (-6 (-629)) (-6 (-1138)) (-15 -2873 ($ $)) (-15 -2809 ((-112) $)) (-15 -2416 ($ $ (-566))) (IF (|has| |#1| (-454)) (PROGN (-15 -1893 ((-420 (-1171 $)) (-1171 $))) (-15 -2292 ((-420 (-1171 $)) (-1171 $)))) |%noBranch|) (IF (|has| |#1| (-1038 (-566))) (-6 (-1038 (-48))) |%noBranch|)) |%noBranch|))) (-1099)) (T -317))
-((-2873 (*1 *1 *1) (-12 (-5 *1 (-317 *2)) (-4 *2 (-558)) (-4 *2 (-1099)))) (-2809 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-317 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))) (-2416 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-317 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))) (-1893 (*1 *2 *3) (-12 (-5 *2 (-420 (-1171 *1))) (-5 *1 (-317 *4)) (-5 *3 (-1171 *1)) (-4 *4 (-454)) (-4 *4 (-558)) (-4 *4 (-1099)))) (-2292 (*1 *2 *3) (-12 (-5 *2 (-420 (-1171 *1))) (-5 *1 (-317 *4)) (-5 *3 (-1171 *1)) (-4 *4 (-454)) (-4 *4 (-558)) (-4 *4 (-1099)))))
-(-13 (-432 |#1|) (-10 -8 (IF (|has| |#1| (-558)) (PROGN (-6 (-29 |#1|)) (-6 (-1199)) (-6 (-160)) (-6 (-629)) (-6 (-1138)) (-15 -2873 ($ $)) (-15 -2809 ((-112) $)) (-15 -2416 ($ $ (-566))) (IF (|has| |#1| (-454)) (PROGN (-15 -1893 ((-420 (-1171 $)) (-1171 $))) (-15 -2292 ((-420 (-1171 $)) (-1171 $)))) |%noBranch|) (IF (|has| |#1| (-1038 (-566))) (-6 (-1038 (-48))) |%noBranch|)) |%noBranch|)))
-((-3403 (((-52) |#2| (-114) (-295 |#2|) (-644 |#2|)) 89) (((-52) |#2| (-114) (-295 |#2|) (-295 |#2|)) 85) (((-52) |#2| (-114) (-295 |#2|) |#2|) 87) (((-52) (-295 |#2|) (-114) (-295 |#2|) |#2|) 88) (((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|))) 81) (((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 |#2|)) 83) (((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 |#2|)) 84) (((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|))) 82) (((-52) (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|)) 90) (((-52) (-295 |#2|) (-114) (-295 |#2|) (-295 |#2|)) 86)))
-(((-318 |#1| |#2|) (-10 -7 (-15 -3403 ((-52) (-295 |#2|) (-114) (-295 |#2|) (-295 |#2|))) (-15 -3403 ((-52) (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|))) (-15 -3403 ((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|)))) (-15 -3403 ((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 |#2|))) (-15 -3403 ((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 |#2|))) (-15 -3403 ((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|)))) (-15 -3403 ((-52) (-295 |#2|) (-114) (-295 |#2|) |#2|)) (-15 -3403 ((-52) |#2| (-114) (-295 |#2|) |#2|)) (-15 -3403 ((-52) |#2| (-114) (-295 |#2|) (-295 |#2|))) (-15 -3403 ((-52) |#2| (-114) (-295 |#2|) (-644 |#2|)))) (-13 (-558) (-614 (-538))) (-432 |#1|)) (T -318))
-((-3403 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-5 *6 (-644 *3)) (-4 *3 (-432 *7)) (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *7 *3)))) (-3403 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-4 *3 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *3)))) (-3403 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-4 *3 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *3)))) (-3403 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-295 *5)) (-5 *4 (-114)) (-4 *5 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *5)))) (-3403 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-114))) (-5 *6 (-644 (-295 *8))) (-4 *8 (-432 *7)) (-5 *5 (-295 *8)) (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *7 *8)))) (-3403 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-644 *7)) (-5 *4 (-644 (-114))) (-5 *5 (-295 *7)) (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *7)))) (-3403 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-644 (-295 *8))) (-5 *4 (-644 (-114))) (-5 *5 (-295 *8)) (-5 *6 (-644 *8)) (-4 *8 (-432 *7)) (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *7 *8)))) (-3403 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-644 (-295 *7))) (-5 *4 (-644 (-114))) (-5 *5 (-295 *7)) (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *7)))) (-3403 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-295 *7)) (-5 *4 (-114)) (-5 *5 (-644 *7)) (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *7)))) (-3403 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-295 *6)) (-5 *4 (-114)) (-4 *6 (-432 *5)) (-4 *5 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *5 *6)))))
-(-10 -7 (-15 -3403 ((-52) (-295 |#2|) (-114) (-295 |#2|) (-295 |#2|))) (-15 -3403 ((-52) (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|))) (-15 -3403 ((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|)))) (-15 -3403 ((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 |#2|))) (-15 -3403 ((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 |#2|))) (-15 -3403 ((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|)))) (-15 -3403 ((-52) (-295 |#2|) (-114) (-295 |#2|) |#2|)) (-15 -3403 ((-52) |#2| (-114) (-295 |#2|) |#2|)) (-15 -3403 ((-52) |#2| (-114) (-295 |#2|) (-295 |#2|))) (-15 -3403 ((-52) |#2| (-114) (-295 |#2|) (-644 |#2|))))
-((-3318 (((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566) (-1157)) 67) (((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566)) 68) (((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566) (-1157)) 64) (((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566)) 65)) (-2051 (((-1 (-225) (-225)) (-225)) 66)))
-(((-319) (-10 -7 (-15 -2051 ((-1 (-225) (-225)) (-225))) (-15 -3318 ((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566))) (-15 -3318 ((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566) (-1157))) (-15 -3318 ((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566))) (-15 -3318 ((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566) (-1157))))) (T -319))
-((-3318 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-225)) (-5 *7 (-566)) (-5 *8 (-1157)) (-5 *2 (-1209 (-926))) (-5 *1 (-319)))) (-3318 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-225)) (-5 *7 (-566)) (-5 *2 (-1209 (-926))) (-5 *1 (-319)))) (-3318 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-566)) (-5 *7 (-1157)) (-5 *2 (-1209 (-926))) (-5 *1 (-319)))) (-3318 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-566)) (-5 *2 (-1209 (-926))) (-5 *1 (-319)))) (-2051 (*1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-319)) (-5 *3 (-225)))))
-(-10 -7 (-15 -2051 ((-1 (-225) (-225)) (-225))) (-15 -3318 ((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566))) (-15 -3318 ((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566) (-1157))) (-15 -3318 ((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566))) (-15 -3318 ((-1209 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566) (-1157))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 26)) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-2331 (($ $ (-409 (-566))) NIL) (($ $ (-409 (-566)) (-409 (-566))) NIL)) (-4152 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) 20)) (-3963 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| |#1| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-365)))) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3941 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) NIL)) (-3986 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) 36)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-1615 (((-112) $) NIL (|has| |#1| (-365)))) (-3772 (((-112) $) NIL)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-409 (-566)) $) NIL) (((-409 (-566)) $ (-409 (-566))) 16)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) NIL) (($ $ (-409 (-566))) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-409 (-566))) NIL) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3619 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-3313 (($ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199)))))) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3369 (($ $ (-409 (-566))) NIL)) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1917 (((-409 (-566)) $) 17)) (-1797 (($ (-1249 |#1| |#2| |#3|)) 11)) (-2201 (((-1249 |#1| |#2| |#3|) $) 12)) (-3521 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ (-409 (-566))) NIL) (($ $ $) NIL (|has| (-409 (-566)) (-1111)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-3902 (((-409 (-566)) $) NIL)) (-3996 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) 10)) (-3152 (((-862) $) 42) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2271 ((|#1| $ (-409 (-566))) 34)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-4290 ((|#1| $) NIL)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-409 (-566))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 28)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 37)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-320 |#1| |#2| |#3|) (-13 (-1245 |#1|) (-792) (-10 -8 (-15 -1797 ($ (-1249 |#1| |#2| |#3|))) (-15 -2201 ((-1249 |#1| |#2| |#3|) $)) (-15 -1917 ((-409 (-566)) $)))) (-365) (-1175) |#1|) (T -320))
-((-1797 (*1 *1 *2) (-12 (-5 *2 (-1249 *3 *4 *5)) (-4 *3 (-365)) (-14 *4 (-1175)) (-14 *5 *3) (-5 *1 (-320 *3 *4 *5)))) (-2201 (*1 *2 *1) (-12 (-5 *2 (-1249 *3 *4 *5)) (-5 *1 (-320 *3 *4 *5)) (-4 *3 (-365)) (-14 *4 (-1175)) (-14 *5 *3))) (-1917 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-320 *3 *4 *5)) (-4 *3 (-365)) (-14 *4 (-1175)) (-14 *5 *3))))
-(-13 (-1245 |#1|) (-792) (-10 -8 (-15 -1797 ($ (-1249 |#1| |#2| |#3|))) (-15 -2201 ((-1249 |#1| |#2| |#3|) $)) (-15 -1917 ((-409 (-566)) $))))
-((-1575 (((-2 (|:| -2201 (-771)) (|:| -2397 |#1|) (|:| |radicand| (-644 |#1|))) (-420 |#1|) (-771)) 35)) (-3619 (((-644 (-2 (|:| -2397 (-771)) (|:| |logand| |#1|))) (-420 |#1|)) 40)))
-(((-321 |#1|) (-10 -7 (-15 -1575 ((-2 (|:| -2201 (-771)) (|:| -2397 |#1|) (|:| |radicand| (-644 |#1|))) (-420 |#1|) (-771))) (-15 -3619 ((-644 (-2 (|:| -2397 (-771)) (|:| |logand| |#1|))) (-420 |#1|)))) (-558)) (T -321))
-((-3619 (*1 *2 *3) (-12 (-5 *3 (-420 *4)) (-4 *4 (-558)) (-5 *2 (-644 (-2 (|:| -2397 (-771)) (|:| |logand| *4)))) (-5 *1 (-321 *4)))) (-1575 (*1 *2 *3 *4) (-12 (-5 *3 (-420 *5)) (-4 *5 (-558)) (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *5) (|:| |radicand| (-644 *5)))) (-5 *1 (-321 *5)) (-5 *4 (-771)))))
-(-10 -7 (-15 -1575 ((-2 (|:| -2201 (-771)) (|:| -2397 |#1|) (|:| |radicand| (-644 |#1|))) (-420 |#1|) (-771))) (-15 -3619 ((-644 (-2 (|:| -2397 (-771)) (|:| |logand| |#1|))) (-420 |#1|))))
-((-1771 (((-644 |#2|) (-1171 |#4|)) 44)) (-3467 ((|#3| (-566)) 47)) (-2220 (((-1171 |#4|) (-1171 |#3|)) 30)) (-4099 (((-1171 |#4|) (-1171 |#4|) (-566)) 66)) (-2436 (((-1171 |#3|) (-1171 |#4|)) 21)) (-3902 (((-644 (-771)) (-1171 |#4|) (-644 |#2|)) 41)) (-4130 (((-1171 |#3|) (-1171 |#4|) (-644 |#2|) (-644 |#3|)) 35)))
-(((-322 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4130 ((-1171 |#3|) (-1171 |#4|) (-644 |#2|) (-644 |#3|))) (-15 -3902 ((-644 (-771)) (-1171 |#4|) (-644 |#2|))) (-15 -1771 ((-644 |#2|) (-1171 |#4|))) (-15 -2436 ((-1171 |#3|) (-1171 |#4|))) (-15 -2220 ((-1171 |#4|) (-1171 |#3|))) (-15 -4099 ((-1171 |#4|) (-1171 |#4|) (-566))) (-15 -3467 (|#3| (-566)))) (-793) (-850) (-1049) (-949 |#3| |#1| |#2|)) (T -322))
-((-3467 (*1 *2 *3) (-12 (-5 *3 (-566)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1049)) (-5 *1 (-322 *4 *5 *2 *6)) (-4 *6 (-949 *2 *4 *5)))) (-4099 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 *7)) (-5 *3 (-566)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *1 (-322 *4 *5 *6 *7)))) (-2220 (*1 *2 *3) (-12 (-5 *3 (-1171 *6)) (-4 *6 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-1171 *7)) (-5 *1 (-322 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-2436 (*1 *2 *3) (-12 (-5 *3 (-1171 *7)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *2 (-1171 *6)) (-5 *1 (-322 *4 *5 *6 *7)))) (-1771 (*1 *2 *3) (-12 (-5 *3 (-1171 *7)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *2 (-644 *5)) (-5 *1 (-322 *4 *5 *6 *7)))) (-3902 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *8)) (-5 *4 (-644 *6)) (-4 *6 (-850)) (-4 *8 (-949 *7 *5 *6)) (-4 *5 (-793)) (-4 *7 (-1049)) (-5 *2 (-644 (-771))) (-5 *1 (-322 *5 *6 *7 *8)))) (-4130 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-5 *5 (-644 *8)) (-4 *7 (-850)) (-4 *8 (-1049)) (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793)) (-5 *2 (-1171 *8)) (-5 *1 (-322 *6 *7 *8 *9)))))
-(-10 -7 (-15 -4130 ((-1171 |#3|) (-1171 |#4|) (-644 |#2|) (-644 |#3|))) (-15 -3902 ((-644 (-771)) (-1171 |#4|) (-644 |#2|))) (-15 -1771 ((-644 |#2|) (-1171 |#4|))) (-15 -2436 ((-1171 |#3|) (-1171 |#4|))) (-15 -2220 ((-1171 |#4|) (-1171 |#3|))) (-15 -4099 ((-1171 |#4|) (-1171 |#4|) (-566))) (-15 -3467 (|#3| (-566))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 19)) (-4152 (((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-566)))) $) 21)) (-3967 (((-3 $ "failed") $ $) NIL)) (-3870 (((-771) $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-2121 ((|#1| $ (-566)) NIL)) (-2052 (((-566) $ (-566)) NIL)) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3499 (($ (-1 |#1| |#1|) $) NIL)) (-1728 (($ (-1 (-566) (-566)) $) 11)) (-3380 (((-1157) $) NIL)) (-1614 (($ $ $) NIL (|has| (-566) (-792)))) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL) (($ |#1|) NIL)) (-2271 (((-566) |#1| $) NIL)) (-3044 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) 29 (|has| |#1| (-850)))) (-3012 (($ $) 12) (($ $ $) 28)) (-3002 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ (-566)) NIL) (($ (-566) |#1|) 27)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 60)) (-3165 (((-1251 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-909)))) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-909)))) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-820)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-1251 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1038 (-566)))) (((-3 (-1250 |#2| |#3| |#4|) "failed") $) 26)) (-3213 (((-1251 |#1| |#2| |#3| |#4|) $) NIL) (((-1175) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1038 (-566)))) (((-566) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1038 (-566)))) (((-1250 |#2| |#3| |#4|) $) NIL)) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-1251 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1265 (-1251 |#1| |#2| |#3| |#4|)))) (-689 $) (-1265 $)) NIL) (((-689 (-1251 |#1| |#2| |#3| |#4|)) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-547)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3540 (((-112) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-886 (-381))))) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL)) (-2499 (((-1251 |#1| |#2| |#3| |#4|) $) 22)) (-1982 (((-3 $ "failed") $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1150)))) (-4049 (((-112) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-850)))) (-3890 (($ $ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-850)))) (-1895 (($ (-1 (-1251 |#1| |#2| |#3| |#4|) (-1251 |#1| |#2| |#3| |#4|)) $) NIL)) (-3118 (((-3 (-843 |#2|) "failed") $) 80)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-308)))) (-2426 (((-1251 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-909)))) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1838 (($ $ (-644 (-1251 |#1| |#2| |#3| |#4|)) (-644 (-1251 |#1| |#2| |#3| |#4|))) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-310 (-1251 |#1| |#2| |#3| |#4|)))) (($ $ (-1251 |#1| |#2| |#3| |#4|) (-1251 |#1| |#2| |#3| |#4|)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-310 (-1251 |#1| |#2| |#3| |#4|)))) (($ $ (-295 (-1251 |#1| |#2| |#3| |#4|))) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-310 (-1251 |#1| |#2| |#3| |#4|)))) (($ $ (-644 (-295 (-1251 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-310 (-1251 |#1| |#2| |#3| |#4|)))) (($ $ (-644 (-1175)) (-644 (-1251 |#1| |#2| |#3| |#4|))) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-516 (-1175) (-1251 |#1| |#2| |#3| |#4|)))) (($ $ (-1175) (-1251 |#1| |#2| |#3| |#4|)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-516 (-1175) (-1251 |#1| |#2| |#3| |#4|))))) (-3075 (((-771) $) NIL)) (-3483 (($ $ (-1251 |#1| |#2| |#3| |#4|)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-287 (-1251 |#1| |#2| |#3| |#4|) (-1251 |#1| |#2| |#3| |#4|))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-771)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-1175)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-1 (-1251 |#1| |#2| |#3| |#4|) (-1251 |#1| |#2| |#3| |#4|)) (-771)) NIL) (($ $ (-1 (-1251 |#1| |#2| |#3| |#4|) (-1251 |#1| |#2| |#3| |#4|))) NIL)) (-1490 (($ $) NIL)) (-2507 (((-1251 |#1| |#2| |#3| |#4|) $) 19)) (-1945 (((-892 (-566)) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-614 (-538)))) (((-381) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1022))) (((-225) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1022)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-1251 |#1| |#2| |#3| |#4|) (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-1251 |#1| |#2| |#3| |#4|)) 30) (($ (-1175)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-1038 (-1175)))) (($ (-1250 |#2| |#3| |#4|)) 37)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| (-1251 |#1| |#2| |#3| |#4|) (-909))) (|has| (-1251 |#1| |#2| |#3| |#4|) (-145))))) (-2910 (((-771)) NIL T CONST)) (-4370 (((-1251 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-547)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3839 (($ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-820)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-771)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-233))) (($ $ (-1175)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-900 (-1175)))) (($ $ (-1 (-1251 |#1| |#2| |#3| |#4|) (-1251 |#1| |#2| |#3| |#4|)) (-771)) NIL) (($ $ (-1 (-1251 |#1| |#2| |#3| |#4|) (-1251 |#1| |#2| |#3| |#4|))) NIL)) (-2928 (((-112) $ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-850)))) (-2892 (((-112) $ $) NIL (|has| (-1251 |#1| |#2| |#3| |#4|) (-850)))) (-2990 (($ $ $) 35) (($ (-1251 |#1| |#2| |#3| |#4|) (-1251 |#1| |#2| |#3| |#4|)) 32)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-1251 |#1| |#2| |#3| |#4|) $) 31) (($ $ (-1251 |#1| |#2| |#3| |#4|)) NIL)))
+(((-314 |#1| |#2| |#3| |#4|) (-13 (-992 (-1251 |#1| |#2| |#3| |#4|)) (-1038 (-1250 |#2| |#3| |#4|)) (-10 -8 (-15 -3118 ((-3 (-843 |#2|) "failed") $)) (-15 -1650 ($ (-1250 |#2| |#3| |#4|))))) (-13 (-1038 (-566)) (-639 (-566)) (-454)) (-13 (-27) (-1200) (-432 |#1|)) (-1175) |#2|) (T -314))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1250 *4 *5 *6)) (-4 *4 (-13 (-27) (-1200) (-432 *3))) (-14 *5 (-1175)) (-14 *6 *4) (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454))) (-5 *1 (-314 *3 *4 *5 *6)))) (-3118 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454))) (-5 *2 (-843 *4)) (-5 *1 (-314 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1200) (-432 *3))) (-14 *5 (-1175)) (-14 *6 *4))))
+(-13 (-992 (-1251 |#1| |#2| |#3| |#4|)) (-1038 (-1250 |#2| |#3| |#4|)) (-10 -8 (-15 -3118 ((-3 (-843 |#2|) "failed") $)) (-15 -1650 ($ (-1250 |#2| |#3| |#4|)))))
+((-1895 (((-317 |#2|) (-1 |#2| |#1|) (-317 |#1|)) 13)))
+(((-315 |#1| |#2|) (-10 -7 (-15 -1895 ((-317 |#2|) (-1 |#2| |#1|) (-317 |#1|)))) (-1099) (-1099)) (T -315))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-317 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-317 *6)) (-5 *1 (-315 *5 *6)))))
+(-10 -7 (-15 -1895 ((-317 |#2|) (-1 |#2| |#1|) (-317 |#1|))))
+((-4036 (((-52) |#2| (-295 |#2|) (-771)) 40) (((-52) |#2| (-295 |#2|)) 32) (((-52) |#2| (-771)) 35) (((-52) |#2|) 33) (((-52) (-1175)) 26)) (-1850 (((-52) |#2| (-295 |#2|) (-409 (-566))) 59) (((-52) |#2| (-295 |#2|)) 56) (((-52) |#2| (-409 (-566))) 58) (((-52) |#2|) 57) (((-52) (-1175)) 55)) (-4063 (((-52) |#2| (-295 |#2|) (-409 (-566))) 54) (((-52) |#2| (-295 |#2|)) 51) (((-52) |#2| (-409 (-566))) 53) (((-52) |#2|) 52) (((-52) (-1175)) 50)) (-4048 (((-52) |#2| (-295 |#2|) (-566)) 47) (((-52) |#2| (-295 |#2|)) 44) (((-52) |#2| (-566)) 46) (((-52) |#2|) 45) (((-52) (-1175)) 43)))
+(((-316 |#1| |#2|) (-10 -7 (-15 -4036 ((-52) (-1175))) (-15 -4036 ((-52) |#2|)) (-15 -4036 ((-52) |#2| (-771))) (-15 -4036 ((-52) |#2| (-295 |#2|))) (-15 -4036 ((-52) |#2| (-295 |#2|) (-771))) (-15 -4048 ((-52) (-1175))) (-15 -4048 ((-52) |#2|)) (-15 -4048 ((-52) |#2| (-566))) (-15 -4048 ((-52) |#2| (-295 |#2|))) (-15 -4048 ((-52) |#2| (-295 |#2|) (-566))) (-15 -4063 ((-52) (-1175))) (-15 -4063 ((-52) |#2|)) (-15 -4063 ((-52) |#2| (-409 (-566)))) (-15 -4063 ((-52) |#2| (-295 |#2|))) (-15 -4063 ((-52) |#2| (-295 |#2|) (-409 (-566)))) (-15 -1850 ((-52) (-1175))) (-15 -1850 ((-52) |#2|)) (-15 -1850 ((-52) |#2| (-409 (-566)))) (-15 -1850 ((-52) |#2| (-295 |#2|))) (-15 -1850 ((-52) |#2| (-295 |#2|) (-409 (-566))))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1200) (-432 |#1|))) (T -316))
+((-1850 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-295 *3)) (-5 *5 (-409 (-566))) (-4 *3 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *6 *3)))) (-1850 (*1 *2 *3 *4) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)))) (-1850 (*1 *2 *3 *4) (-12 (-5 *4 (-409 (-566))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))) (-1850 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4))))) (-1850 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1200) (-432 *4))))) (-4063 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-295 *3)) (-5 *5 (-409 (-566))) (-4 *3 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *6 *3)))) (-4063 (*1 *2 *3 *4) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)))) (-4063 (*1 *2 *3 *4) (-12 (-5 *4 (-409 (-566))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))) (-4063 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4))))) (-4063 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1200) (-432 *4))))) (-4048 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-454) (-1038 *5) (-639 *5))) (-5 *5 (-566)) (-5 *2 (-52)) (-5 *1 (-316 *6 *3)))) (-4048 (*1 *2 *3 *4) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)))) (-4048 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-4 *5 (-13 (-454) (-1038 *4) (-639 *4))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))) (-4048 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4))))) (-4048 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1200) (-432 *4))))) (-4036 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-295 *3)) (-5 *5 (-771)) (-4 *3 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *6 *3)))) (-4036 (*1 *2 *3 *4) (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)))) (-4036 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))) (-4036 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4))))) (-4036 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1200) (-432 *4))))))
+(-10 -7 (-15 -4036 ((-52) (-1175))) (-15 -4036 ((-52) |#2|)) (-15 -4036 ((-52) |#2| (-771))) (-15 -4036 ((-52) |#2| (-295 |#2|))) (-15 -4036 ((-52) |#2| (-295 |#2|) (-771))) (-15 -4048 ((-52) (-1175))) (-15 -4048 ((-52) |#2|)) (-15 -4048 ((-52) |#2| (-566))) (-15 -4048 ((-52) |#2| (-295 |#2|))) (-15 -4048 ((-52) |#2| (-295 |#2|) (-566))) (-15 -4063 ((-52) (-1175))) (-15 -4063 ((-52) |#2|)) (-15 -4063 ((-52) |#2| (-409 (-566)))) (-15 -4063 ((-52) |#2| (-295 |#2|))) (-15 -4063 ((-52) |#2| (-295 |#2|) (-409 (-566)))) (-15 -1850 ((-52) (-1175))) (-15 -1850 ((-52) |#2|)) (-15 -1850 ((-52) |#2| (-409 (-566)))) (-15 -1850 ((-52) |#2| (-295 |#2|))) (-15 -1850 ((-52) |#2| (-295 |#2|) (-409 (-566)))))
+((-4124 (((-112) $ $) NIL)) (-1591 (((-644 $) $ (-1175)) NIL (|has| |#1| (-558))) (((-644 $) $) NIL (|has| |#1| (-558))) (((-644 $) (-1171 $) (-1175)) NIL (|has| |#1| (-558))) (((-644 $) (-1171 $)) NIL (|has| |#1| (-558))) (((-644 $) (-952 $)) NIL (|has| |#1| (-558)))) (-3139 (($ $ (-1175)) NIL (|has| |#1| (-558))) (($ $) NIL (|has| |#1| (-558))) (($ (-1171 $) (-1175)) NIL (|has| |#1| (-558))) (($ (-1171 $)) NIL (|has| |#1| (-558))) (($ (-952 $)) NIL (|has| |#1| (-558)))) (-4014 (((-112) $) 27 (-2700 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (-3981 (((-644 (-1175)) $) 368)) (-3817 (((-409 (-1171 $)) $ (-612 $)) NIL (|has| |#1| (-558)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-1791 (((-644 (-612 $)) $) NIL)) (-4175 (($ $) 171 (|has| |#1| (-558)))) (-4026 (($ $) 147 (|has| |#1| (-558)))) (-4210 (($ $ (-1091 $)) 232 (|has| |#1| (-558))) (($ $ (-1175)) 228 (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) NIL (-2700 (|has| |#1| (-21)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (-4170 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) 386) (($ $ (-644 (-612 $)) (-644 $)) 430)) (-3068 (((-420 (-1171 $)) (-1171 $)) 308 (-12 (|has| |#1| (-454)) (|has| |#1| (-558))))) (-1778 (($ $) NIL (|has| |#1| (-558)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-558)))) (-3856 (($ $) NIL (|has| |#1| (-558)))) (-1621 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4153 (($ $) 167 (|has| |#1| (-558)))) (-4005 (($ $) 143 (|has| |#1| (-558)))) (-1774 (($ $ (-566)) 73 (|has| |#1| (-558)))) (-4198 (($ $) 175 (|has| |#1| (-558)))) (-4050 (($ $) 151 (|has| |#1| (-558)))) (-4145 (($) NIL (-2700 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))) CONST)) (-2397 (((-644 $) $ (-1175)) NIL (|has| |#1| (-558))) (((-644 $) $) NIL (|has| |#1| (-558))) (((-644 $) (-1171 $) (-1175)) NIL (|has| |#1| (-558))) (((-644 $) (-1171 $)) NIL (|has| |#1| (-558))) (((-644 $) (-952 $)) NIL (|has| |#1| (-558)))) (-2243 (($ $ (-1175)) NIL (|has| |#1| (-558))) (($ $) NIL (|has| |#1| (-558))) (($ (-1171 $) (-1175)) 134 (|has| |#1| (-558))) (($ (-1171 $)) NIL (|has| |#1| (-558))) (($ (-952 $)) NIL (|has| |#1| (-558)))) (-1821 (((-3 (-612 $) "failed") $) 18) (((-3 (-1175) "failed") $) NIL) (((-3 |#1| "failed") $) 441) (((-3 (-48) "failed") $) 336 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-952 |#1|)) "failed") $) NIL (|has| |#1| (-558))) (((-3 (-952 |#1|) "failed") $) NIL (|has| |#1| (-1049))) (((-3 (-409 (-566)) "failed") $) 46 (-2700 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-3213 (((-612 $) $) 12) (((-1175) $) NIL) ((|#1| $) 421) (((-48) $) NIL (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-952 |#1|)) $) NIL (|has| |#1| (-558))) (((-952 |#1|) $) NIL (|has| |#1| (-1049))) (((-409 (-566)) $) 319 (-2700 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-4067 (($ $ $) NIL (|has| |#1| (-558)))) (-2204 (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 125 (|has| |#1| (-1049))) (((-689 |#1|) (-689 $)) 115 (|has| |#1| (-1049))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (-1936 (($ $) 96 (|has| |#1| (-558)))) (-4185 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))))) (-4078 (($ $ $) NIL (|has| |#1| (-558)))) (-2139 (($ $ (-1091 $)) 236 (|has| |#1| (-558))) (($ $ (-1175)) 234 (|has| |#1| (-558)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-558)))) (-2422 (((-112) $) NIL (|has| |#1| (-558)))) (-1564 (($ $ $) 202 (|has| |#1| (-558)))) (-2528 (($) 137 (|has| |#1| (-558)))) (-1757 (($ $ $) 222 (|has| |#1| (-558)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 392 (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 399 (|has| |#1| (-886 (-381))))) (-2563 (($ $) NIL) (($ (-644 $)) NIL)) (-1930 (((-644 (-114)) $) NIL)) (-3797 (((-114) (-114)) 276)) (-1568 (((-112) $) 25 (-2700 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))))) (-2190 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2059 (($ $) 72 (|has| |#1| (-1049)))) (-2499 (((-1124 |#1| (-612 $)) $) 91 (|has| |#1| (-1049)))) (-1330 (((-112) $) 62 (|has| |#1| (-558)))) (-3281 (($ $ (-566)) NIL (|has| |#1| (-558)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-558)))) (-2216 (((-1171 $) (-612 $)) 277 (|has| $ (-1049)))) (-1895 (($ (-1 $ $) (-612 $)) 426)) (-2691 (((-3 (-612 $) "failed") $) NIL)) (-1658 (($ $) 141 (|has| |#1| (-558)))) (-2987 (($ $) 247 (|has| |#1| (-558)))) (-1931 (($ (-644 $)) NIL (|has| |#1| (-558))) (($ $ $) NIL (|has| |#1| (-558)))) (-3057 (((-1157) $) NIL)) (-3787 (((-644 (-612 $)) $) 49)) (-2574 (($ (-114) $) NIL) (($ (-114) (-644 $)) 431)) (-2174 (((-3 (-644 $) "failed") $) NIL (|has| |#1| (-1111)))) (-4280 (((-3 (-2 (|:| |val| $) (|:| -3388 (-566))) "failed") $) NIL (|has| |#1| (-1049)))) (-4001 (((-3 (-644 $) "failed") $) 436 (|has| |#1| (-25)))) (-3355 (((-3 (-2 (|:| -2651 (-566)) (|:| |var| (-612 $))) "failed") $) 440 (|has| |#1| (-25)))) (-2376 (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $) NIL (|has| |#1| (-1111))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-114)) NIL (|has| |#1| (-1049))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-1175)) NIL (|has| |#1| (-1049)))) (-2530 (((-112) $ (-114)) NIL) (((-112) $ (-1175)) 51)) (-4085 (($ $) NIL (-2700 (|has| |#1| (-475)) (|has| |#1| (-558))))) (-2278 (($ $ (-1175)) 251 (|has| |#1| (-558))) (($ $ (-1091 $)) 253 (|has| |#1| (-558)))) (-2149 (((-771) $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) 43)) (-4109 ((|#1| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 301 (|has| |#1| (-558)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-558))) (($ $ $) NIL (|has| |#1| (-558)))) (-2719 (((-112) $ $) NIL) (((-112) $ (-1175)) NIL)) (-1581 (($ $ (-1175)) 226 (|has| |#1| (-558))) (($ $) 224 (|has| |#1| (-558)))) (-3239 (($ $) 218 (|has| |#1| (-558)))) (-3369 (((-420 (-1171 $)) (-1171 $)) 306 (-12 (|has| |#1| (-454)) (|has| |#1| (-558))))) (-3846 (((-420 $) $) NIL (|has| |#1| (-558)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-558))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-558)))) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-558)))) (-1983 (($ $) 139 (|has| |#1| (-558)))) (-2340 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-1838 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) 425) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) 379) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL) (($ $ (-1175)) NIL (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-614 (-538)))) (($ $) NIL (|has| |#1| (-614 (-538)))) (($ $ (-114) $ (-1175)) 366 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-114)) (-644 $) (-1175)) 365 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $))) NIL (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $)))) NIL (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ (-644 $))) NIL (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ $)) NIL (|has| |#1| (-1049)))) (-3075 (((-771) $) NIL (|has| |#1| (-558)))) (-3961 (($ $) 239 (|has| |#1| (-558)))) (-3483 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-558)))) (-2182 (($ $) NIL) (($ $ $) NIL)) (-3993 (($ $) 249 (|has| |#1| (-558)))) (-4215 (($ $) 200 (|has| |#1| (-558)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-1049))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-1049))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-1049))) (($ $ (-1175)) NIL (|has| |#1| (-1049)))) (-1490 (($ $) 74 (|has| |#1| (-558)))) (-2507 (((-1124 |#1| (-612 $)) $) 93 (|has| |#1| (-558)))) (-2068 (($ $) 317 (|has| $ (-1049)))) (-4209 (($ $) 177 (|has| |#1| (-558)))) (-4065 (($ $) 153 (|has| |#1| (-558)))) (-4186 (($ $) 173 (|has| |#1| (-558)))) (-4038 (($ $) 149 (|has| |#1| (-558)))) (-4164 (($ $) 169 (|has| |#1| (-558)))) (-4015 (($ $) 145 (|has| |#1| (-558)))) (-1945 (((-892 (-566)) $) NIL (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| |#1| (-614 (-892 (-381))))) (($ (-420 $)) NIL (|has| |#1| (-558))) (((-538) $) 363 (|has| |#1| (-614 (-538))))) (-2791 (($ $ $) NIL (|has| |#1| (-475)))) (-3528 (($ $ $) NIL (|has| |#1| (-475)))) (-1650 (((-862) $) 424) (($ (-612 $)) 415) (($ (-1175)) 381) (($ |#1|) 337) (($ $) NIL (|has| |#1| (-558))) (($ (-48)) 312 (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) (($ (-1124 |#1| (-612 $))) 95 (|has| |#1| (-1049))) (($ (-409 |#1|)) NIL (|has| |#1| (-558))) (($ (-952 (-409 |#1|))) NIL (|has| |#1| (-558))) (($ (-409 (-952 (-409 |#1|)))) NIL (|has| |#1| (-558))) (($ (-409 (-952 |#1|))) NIL (|has| |#1| (-558))) (($ (-952 |#1|)) NIL (|has| |#1| (-1049))) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-558)) (|has| |#1| (-1038 (-409 (-566)))))) (($ (-566)) 34 (-2700 (|has| |#1| (-1038 (-566))) (|has| |#1| (-1049))))) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL (|has| |#1| (-1049)) CONST)) (-2404 (($ $) NIL) (($ (-644 $)) NIL)) (-1510 (($ $ $) 220 (|has| |#1| (-558)))) (-1316 (($ $ $) 206 (|has| |#1| (-558)))) (-3202 (($ $ $) 210 (|has| |#1| (-558)))) (-3121 (($ $ $) 204 (|has| |#1| (-558)))) (-2193 (($ $ $) 208 (|has| |#1| (-558)))) (-1892 (((-112) (-114)) 10)) (-2657 (((-112) $ $) 86)) (-4241 (($ $) 183 (|has| |#1| (-558)))) (-4100 (($ $) 159 (|has| |#1| (-558)))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) 179 (|has| |#1| (-558)))) (-4077 (($ $) 155 (|has| |#1| (-558)))) (-4264 (($ $) 187 (|has| |#1| (-558)))) (-4127 (($ $) 163 (|has| |#1| (-558)))) (-4292 (($ (-1175) $) NIL) (($ (-1175) $ $) NIL) (($ (-1175) $ $ $) NIL) (($ (-1175) $ $ $ $) NIL) (($ (-1175) (-644 $)) NIL)) (-2629 (($ $) 214 (|has| |#1| (-558)))) (-1959 (($ $) 212 (|has| |#1| (-558)))) (-2462 (($ $) 189 (|has| |#1| (-558)))) (-4140 (($ $) 165 (|has| |#1| (-558)))) (-4253 (($ $) 185 (|has| |#1| (-558)))) (-4114 (($ $) 161 (|has| |#1| (-558)))) (-4230 (($ $) 181 (|has| |#1| (-558)))) (-4088 (($ $) 157 (|has| |#1| (-558)))) (-3839 (($ $) 192 (|has| |#1| (-558)))) (-3410 (($) 21 (-2700 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))) CONST)) (-3837 (($ $) 243 (|has| |#1| (-558)))) (-3424 (($) 23 (-2700 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))) CONST)) (-3801 (($ $) 194 (|has| |#1| (-558))) (($ $ $) 196 (|has| |#1| (-558)))) (-2364 (($ $) 241 (|has| |#1| (-558)))) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-1049))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-1049))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-1049))) (($ $ (-1175)) NIL (|has| |#1| (-1049)))) (-1806 (($ $) 245 (|has| |#1| (-558)))) (-2655 (($ $ $) 198 (|has| |#1| (-558)))) (-2868 (((-112) $ $) 88)) (-2990 (($ (-1124 |#1| (-612 $)) (-1124 |#1| (-612 $))) 106 (|has| |#1| (-558))) (($ $ $) 42 (-2700 (|has| |#1| (-475)) (|has| |#1| (-558))))) (-2977 (($ $ $) 40 (-2700 (|has| |#1| (-21)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (($ $) 29 (-2700 (|has| |#1| (-21)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (-2964 (($ $ $) 38 (-2700 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))) (** (($ $ $) 64 (|has| |#1| (-558))) (($ $ (-409 (-566))) 314 (|has| |#1| (-558))) (($ $ (-566)) 80 (-2700 (|has| |#1| (-475)) (|has| |#1| (-558)))) (($ $ (-771)) 75 (-2700 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111)))) (($ $ (-921)) 84 (-2700 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111))))) (* (($ (-409 (-566)) $) NIL (|has| |#1| (-558))) (($ $ (-409 (-566))) NIL (|has| |#1| (-558))) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172))) (($ $ $) 36 (-2700 (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) (|has| |#1| (-1111)))) (($ (-566) $) 32 (-2700 (|has| |#1| (-21)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (($ (-771) $) NIL (-2700 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))))) (($ (-921) $) NIL (-2700 (|has| |#1| (-25)) (-12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))))))
+(((-317 |#1|) (-13 (-432 |#1|) (-10 -8 (IF (|has| |#1| (-558)) (PROGN (-6 (-29 |#1|)) (-6 (-1200)) (-6 (-160)) (-6 (-629)) (-6 (-1138)) (-15 -1936 ($ $)) (-15 -1330 ((-112) $)) (-15 -1774 ($ $ (-566))) (IF (|has| |#1| (-454)) (PROGN (-15 -3369 ((-420 (-1171 $)) (-1171 $))) (-15 -3068 ((-420 (-1171 $)) (-1171 $)))) |%noBranch|) (IF (|has| |#1| (-1038 (-566))) (-6 (-1038 (-48))) |%noBranch|)) |%noBranch|))) (-1099)) (T -317))
+((-1936 (*1 *1 *1) (-12 (-5 *1 (-317 *2)) (-4 *2 (-558)) (-4 *2 (-1099)))) (-1330 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-317 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))) (-1774 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-317 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))) (-3369 (*1 *2 *3) (-12 (-5 *2 (-420 (-1171 *1))) (-5 *1 (-317 *4)) (-5 *3 (-1171 *1)) (-4 *4 (-454)) (-4 *4 (-558)) (-4 *4 (-1099)))) (-3068 (*1 *2 *3) (-12 (-5 *2 (-420 (-1171 *1))) (-5 *1 (-317 *4)) (-5 *3 (-1171 *1)) (-4 *4 (-454)) (-4 *4 (-558)) (-4 *4 (-1099)))))
+(-13 (-432 |#1|) (-10 -8 (IF (|has| |#1| (-558)) (PROGN (-6 (-29 |#1|)) (-6 (-1200)) (-6 (-160)) (-6 (-629)) (-6 (-1138)) (-15 -1936 ($ $)) (-15 -1330 ((-112) $)) (-15 -1774 ($ $ (-566))) (IF (|has| |#1| (-454)) (PROGN (-15 -3369 ((-420 (-1171 $)) (-1171 $))) (-15 -3068 ((-420 (-1171 $)) (-1171 $)))) |%noBranch|) (IF (|has| |#1| (-1038 (-566))) (-6 (-1038 (-48))) |%noBranch|)) |%noBranch|)))
+((-2024 (((-52) |#2| (-114) (-295 |#2|) (-644 |#2|)) 89) (((-52) |#2| (-114) (-295 |#2|) (-295 |#2|)) 85) (((-52) |#2| (-114) (-295 |#2|) |#2|) 87) (((-52) (-295 |#2|) (-114) (-295 |#2|) |#2|) 88) (((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|))) 81) (((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 |#2|)) 83) (((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 |#2|)) 84) (((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|))) 82) (((-52) (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|)) 90) (((-52) (-295 |#2|) (-114) (-295 |#2|) (-295 |#2|)) 86)))
+(((-318 |#1| |#2|) (-10 -7 (-15 -2024 ((-52) (-295 |#2|) (-114) (-295 |#2|) (-295 |#2|))) (-15 -2024 ((-52) (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|))) (-15 -2024 ((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|)))) (-15 -2024 ((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 |#2|))) (-15 -2024 ((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 |#2|))) (-15 -2024 ((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|)))) (-15 -2024 ((-52) (-295 |#2|) (-114) (-295 |#2|) |#2|)) (-15 -2024 ((-52) |#2| (-114) (-295 |#2|) |#2|)) (-15 -2024 ((-52) |#2| (-114) (-295 |#2|) (-295 |#2|))) (-15 -2024 ((-52) |#2| (-114) (-295 |#2|) (-644 |#2|)))) (-13 (-558) (-614 (-538))) (-432 |#1|)) (T -318))
+((-2024 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-5 *6 (-644 *3)) (-4 *3 (-432 *7)) (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *7 *3)))) (-2024 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-4 *3 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *3)))) (-2024 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-4 *3 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *3)))) (-2024 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-295 *5)) (-5 *4 (-114)) (-4 *5 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *5)))) (-2024 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-114))) (-5 *6 (-644 (-295 *8))) (-4 *8 (-432 *7)) (-5 *5 (-295 *8)) (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *7 *8)))) (-2024 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-644 *7)) (-5 *4 (-644 (-114))) (-5 *5 (-295 *7)) (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *7)))) (-2024 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-644 (-295 *8))) (-5 *4 (-644 (-114))) (-5 *5 (-295 *8)) (-5 *6 (-644 *8)) (-4 *8 (-432 *7)) (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *7 *8)))) (-2024 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-644 (-295 *7))) (-5 *4 (-644 (-114))) (-5 *5 (-295 *7)) (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *7)))) (-2024 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-295 *7)) (-5 *4 (-114)) (-5 *5 (-644 *7)) (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *6 *7)))) (-2024 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-295 *6)) (-5 *4 (-114)) (-4 *6 (-432 *5)) (-4 *5 (-13 (-558) (-614 (-538)))) (-5 *2 (-52)) (-5 *1 (-318 *5 *6)))))
+(-10 -7 (-15 -2024 ((-52) (-295 |#2|) (-114) (-295 |#2|) (-295 |#2|))) (-15 -2024 ((-52) (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|))) (-15 -2024 ((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|)))) (-15 -2024 ((-52) (-644 (-295 |#2|)) (-644 (-114)) (-295 |#2|) (-644 |#2|))) (-15 -2024 ((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 |#2|))) (-15 -2024 ((-52) (-644 |#2|) (-644 (-114)) (-295 |#2|) (-644 (-295 |#2|)))) (-15 -2024 ((-52) (-295 |#2|) (-114) (-295 |#2|) |#2|)) (-15 -2024 ((-52) |#2| (-114) (-295 |#2|) |#2|)) (-15 -2024 ((-52) |#2| (-114) (-295 |#2|) (-295 |#2|))) (-15 -2024 ((-52) |#2| (-114) (-295 |#2|) (-644 |#2|))))
+((-3672 (((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566) (-1157)) 67) (((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566)) 68) (((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566) (-1157)) 64) (((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566)) 65)) (-2434 (((-1 (-225) (-225)) (-225)) 66)))
+(((-319) (-10 -7 (-15 -2434 ((-1 (-225) (-225)) (-225))) (-15 -3672 ((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566))) (-15 -3672 ((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566) (-1157))) (-15 -3672 ((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566))) (-15 -3672 ((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566) (-1157))))) (T -319))
+((-3672 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-225)) (-5 *7 (-566)) (-5 *8 (-1157)) (-5 *2 (-1210 (-926))) (-5 *1 (-319)))) (-3672 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-225)) (-5 *7 (-566)) (-5 *2 (-1210 (-926))) (-5 *1 (-319)))) (-3672 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-566)) (-5 *7 (-1157)) (-5 *2 (-1210 (-926))) (-5 *1 (-319)))) (-3672 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-566)) (-5 *2 (-1210 (-926))) (-5 *1 (-319)))) (-2434 (*1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-319)) (-5 *3 (-225)))))
+(-10 -7 (-15 -2434 ((-1 (-225) (-225)) (-225))) (-15 -3672 ((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566))) (-15 -3672 ((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-1 (-225) (-225)) (-566) (-1157))) (-15 -3672 ((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566))) (-15 -3672 ((-1210 (-926)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-225) (-566) (-1157))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 26)) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-2191 (($ $ (-409 (-566))) NIL) (($ $ (-409 (-566)) (-409 (-566))) NIL)) (-1639 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) 20)) (-4175 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| |#1| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-4153 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) NIL)) (-4198 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) 36)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2422 (((-112) $) NIL (|has| |#1| (-365)))) (-2445 (((-112) $) NIL)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-409 (-566)) $) NIL) (((-409 (-566)) $ (-409 (-566))) 16)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) NIL) (($ $ (-409 (-566))) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-409 (-566))) NIL) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-1658 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-3613 (($ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200)))))) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-2929 (($ $ (-409 (-566))) NIL)) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3652 (((-409 (-566)) $) 17)) (-1756 (($ (-1250 |#1| |#2| |#3|)) 11)) (-3388 (((-1250 |#1| |#2| |#3|) $) 12)) (-1983 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ (-409 (-566))) NIL) (($ $ $) NIL (|has| (-409 (-566)) (-1111)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-4297 (((-409 (-566)) $) NIL)) (-4209 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) 10)) (-1650 (((-862) $) 42) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2841 ((|#1| $ (-409 (-566))) 34)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2614 ((|#1| $) NIL)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-409 (-566))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 28)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 37)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-320 |#1| |#2| |#3|) (-13 (-1246 |#1|) (-792) (-10 -8 (-15 -1756 ($ (-1250 |#1| |#2| |#3|))) (-15 -3388 ((-1250 |#1| |#2| |#3|) $)) (-15 -3652 ((-409 (-566)) $)))) (-365) (-1175) |#1|) (T -320))
+((-1756 (*1 *1 *2) (-12 (-5 *2 (-1250 *3 *4 *5)) (-4 *3 (-365)) (-14 *4 (-1175)) (-14 *5 *3) (-5 *1 (-320 *3 *4 *5)))) (-3388 (*1 *2 *1) (-12 (-5 *2 (-1250 *3 *4 *5)) (-5 *1 (-320 *3 *4 *5)) (-4 *3 (-365)) (-14 *4 (-1175)) (-14 *5 *3))) (-3652 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-320 *3 *4 *5)) (-4 *3 (-365)) (-14 *4 (-1175)) (-14 *5 *3))))
+(-13 (-1246 |#1|) (-792) (-10 -8 (-15 -1756 ($ (-1250 |#1| |#2| |#3|))) (-15 -3388 ((-1250 |#1| |#2| |#3|) $)) (-15 -3652 ((-409 (-566)) $))))
+((-3281 (((-2 (|:| -3388 (-771)) (|:| -2651 |#1|) (|:| |radicand| (-644 |#1|))) (-420 |#1|) (-771)) 35)) (-1658 (((-644 (-2 (|:| -2651 (-771)) (|:| |logand| |#1|))) (-420 |#1|)) 40)))
+(((-321 |#1|) (-10 -7 (-15 -3281 ((-2 (|:| -3388 (-771)) (|:| -2651 |#1|) (|:| |radicand| (-644 |#1|))) (-420 |#1|) (-771))) (-15 -1658 ((-644 (-2 (|:| -2651 (-771)) (|:| |logand| |#1|))) (-420 |#1|)))) (-558)) (T -321))
+((-1658 (*1 *2 *3) (-12 (-5 *3 (-420 *4)) (-4 *4 (-558)) (-5 *2 (-644 (-2 (|:| -2651 (-771)) (|:| |logand| *4)))) (-5 *1 (-321 *4)))) (-3281 (*1 *2 *3 *4) (-12 (-5 *3 (-420 *5)) (-4 *5 (-558)) (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *5) (|:| |radicand| (-644 *5)))) (-5 *1 (-321 *5)) (-5 *4 (-771)))))
+(-10 -7 (-15 -3281 ((-2 (|:| -3388 (-771)) (|:| -2651 |#1|) (|:| |radicand| (-644 |#1|))) (-420 |#1|) (-771))) (-15 -1658 ((-644 (-2 (|:| -2651 (-771)) (|:| |logand| |#1|))) (-420 |#1|))))
+((-3981 (((-644 |#2|) (-1171 |#4|)) 44)) (-1496 ((|#3| (-566)) 47)) (-3600 (((-1171 |#4|) (-1171 |#3|)) 30)) (-2298 (((-1171 |#4|) (-1171 |#4|) (-566)) 66)) (-3881 (((-1171 |#3|) (-1171 |#4|)) 21)) (-4297 (((-644 (-771)) (-1171 |#4|) (-644 |#2|)) 41)) (-1432 (((-1171 |#3|) (-1171 |#4|) (-644 |#2|) (-644 |#3|)) 35)))
+(((-322 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1432 ((-1171 |#3|) (-1171 |#4|) (-644 |#2|) (-644 |#3|))) (-15 -4297 ((-644 (-771)) (-1171 |#4|) (-644 |#2|))) (-15 -3981 ((-644 |#2|) (-1171 |#4|))) (-15 -3881 ((-1171 |#3|) (-1171 |#4|))) (-15 -3600 ((-1171 |#4|) (-1171 |#3|))) (-15 -2298 ((-1171 |#4|) (-1171 |#4|) (-566))) (-15 -1496 (|#3| (-566)))) (-793) (-850) (-1049) (-949 |#3| |#1| |#2|)) (T -322))
+((-1496 (*1 *2 *3) (-12 (-5 *3 (-566)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1049)) (-5 *1 (-322 *4 *5 *2 *6)) (-4 *6 (-949 *2 *4 *5)))) (-2298 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 *7)) (-5 *3 (-566)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *1 (-322 *4 *5 *6 *7)))) (-3600 (*1 *2 *3) (-12 (-5 *3 (-1171 *6)) (-4 *6 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-1171 *7)) (-5 *1 (-322 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-3881 (*1 *2 *3) (-12 (-5 *3 (-1171 *7)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *2 (-1171 *6)) (-5 *1 (-322 *4 *5 *6 *7)))) (-3981 (*1 *2 *3) (-12 (-5 *3 (-1171 *7)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *2 (-644 *5)) (-5 *1 (-322 *4 *5 *6 *7)))) (-4297 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *8)) (-5 *4 (-644 *6)) (-4 *6 (-850)) (-4 *8 (-949 *7 *5 *6)) (-4 *5 (-793)) (-4 *7 (-1049)) (-5 *2 (-644 (-771))) (-5 *1 (-322 *5 *6 *7 *8)))) (-1432 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-5 *5 (-644 *8)) (-4 *7 (-850)) (-4 *8 (-1049)) (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793)) (-5 *2 (-1171 *8)) (-5 *1 (-322 *6 *7 *8 *9)))))
+(-10 -7 (-15 -1432 ((-1171 |#3|) (-1171 |#4|) (-644 |#2|) (-644 |#3|))) (-15 -4297 ((-644 (-771)) (-1171 |#4|) (-644 |#2|))) (-15 -3981 ((-644 |#2|) (-1171 |#4|))) (-15 -3881 ((-1171 |#3|) (-1171 |#4|))) (-15 -3600 ((-1171 |#4|) (-1171 |#3|))) (-15 -2298 ((-1171 |#4|) (-1171 |#4|) (-566))) (-15 -1496 (|#3| (-566))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 19)) (-1639 (((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-566)))) $) 21)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3571 (((-771) $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-3866 ((|#1| $ (-566)) NIL)) (-1317 (((-566) $ (-566)) NIL)) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-1748 (($ (-1 |#1| |#1|) $) NIL)) (-2285 (($ (-1 (-566) (-566)) $) 11)) (-3057 (((-1157) $) NIL)) (-3695 (($ $ $) NIL (|has| (-566) (-792)))) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL) (($ |#1|) NIL)) (-2841 (((-566) |#1| $) NIL)) (-2657 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) 29 (|has| |#1| (-850)))) (-2977 (($ $) 12) (($ $ $) 28)) (-2964 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ (-566)) NIL) (($ (-566) |#1|) 27)))
(((-323 |#1|) (-13 (-21) (-717 (-566)) (-324 |#1| (-566)) (-10 -7 (IF (|has| |#1| (-850)) (-6 (-850)) |%noBranch|))) (-1099)) (T -323))
NIL
(-13 (-21) (-717 (-566)) (-324 |#1| (-566)) (-10 -7 (IF (|has| |#1| (-850)) (-6 (-850)) |%noBranch|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-4152 (((-644 (-2 (|:| |gen| |#1|) (|:| -3521 |#2|))) $) 28)) (-3967 (((-3 $ "failed") $ $) 20)) (-3870 (((-771) $) 29)) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#1| "failed") $) 33)) (-4158 ((|#1| $) 34)) (-2121 ((|#1| $ (-566)) 26)) (-2052 ((|#2| $ (-566)) 27)) (-3499 (($ (-1 |#1| |#1|) $) 23)) (-1728 (($ (-1 |#2| |#2|) $) 24)) (-3380 (((-1157) $) 10)) (-1614 (($ $ $) 22 (|has| |#2| (-792)))) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ |#1|) 32)) (-2271 ((|#2| |#1| $) 25)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3002 (($ $ $) 15) (($ |#1| $) 31)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ |#2| |#1|) 30)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1639 (((-644 (-2 (|:| |gen| |#1|) (|:| -1983 |#2|))) $) 28)) (-3569 (((-3 $ "failed") $ $) 20)) (-3571 (((-771) $) 29)) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#1| "failed") $) 33)) (-3213 ((|#1| $) 34)) (-3866 ((|#1| $ (-566)) 26)) (-1317 ((|#2| $ (-566)) 27)) (-1748 (($ (-1 |#1| |#1|) $) 23)) (-2285 (($ (-1 |#2| |#2|) $) 24)) (-3057 (((-1157) $) 10)) (-3695 (($ $ $) 22 (|has| |#2| (-792)))) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ |#1|) 32)) (-2841 ((|#2| |#1| $) 25)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2964 (($ $ $) 15) (($ |#1| $) 31)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ |#2| |#1|) 30)))
(((-324 |#1| |#2|) (-140) (-1099) (-131)) (T -324))
-((-3002 (*1 *1 *2 *1) (-12 (-4 *1 (-324 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-131)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-324 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-131)))) (-3870 (*1 *2 *1) (-12 (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131)) (-5 *2 (-771)))) (-4152 (*1 *2 *1) (-12 (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131)) (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 *4)))))) (-2052 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-324 *4 *2)) (-4 *4 (-1099)) (-4 *2 (-131)))) (-2121 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-324 *2 *4)) (-4 *4 (-131)) (-4 *2 (-1099)))) (-2271 (*1 *2 *3 *1) (-12 (-4 *1 (-324 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-131)))) (-1728 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131)))) (-3499 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131)))) (-1614 (*1 *1 *1 *1) (-12 (-4 *1 (-324 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-131)) (-4 *3 (-792)))))
-(-13 (-131) (-1038 |t#1|) (-10 -8 (-15 -3002 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -3870 ((-771) $)) (-15 -4152 ((-644 (-2 (|:| |gen| |t#1|) (|:| -3521 |t#2|))) $)) (-15 -2052 (|t#2| $ (-566))) (-15 -2121 (|t#1| $ (-566))) (-15 -2271 (|t#2| |t#1| $)) (-15 -1728 ($ (-1 |t#2| |t#2|) $)) (-15 -3499 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-792)) (-15 -1614 ($ $ $)) |%noBranch|)))
+((-2964 (*1 *1 *2 *1) (-12 (-4 *1 (-324 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-131)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-324 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-131)))) (-3571 (*1 *2 *1) (-12 (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131)) (-5 *2 (-771)))) (-1639 (*1 *2 *1) (-12 (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131)) (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 *4)))))) (-1317 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-324 *4 *2)) (-4 *4 (-1099)) (-4 *2 (-131)))) (-3866 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-324 *2 *4)) (-4 *4 (-131)) (-4 *2 (-1099)))) (-2841 (*1 *2 *3 *1) (-12 (-4 *1 (-324 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-131)))) (-2285 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131)))) (-1748 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131)))) (-3695 (*1 *1 *1 *1) (-12 (-4 *1 (-324 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-131)) (-4 *3 (-792)))))
+(-13 (-131) (-1038 |t#1|) (-10 -8 (-15 -2964 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -3571 ((-771) $)) (-15 -1639 ((-644 (-2 (|:| |gen| |t#1|) (|:| -1983 |t#2|))) $)) (-15 -1317 (|t#2| $ (-566))) (-15 -3866 (|t#1| $ (-566))) (-15 -2841 (|t#2| |t#1| $)) (-15 -2285 ($ (-1 |t#2| |t#2|) $)) (-15 -1748 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-792)) (-15 -3695 ($ $ $)) |%noBranch|)))
(((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-1038 |#1|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4152 (((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-771)))) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-3870 (((-771) $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-2121 ((|#1| $ (-566)) NIL)) (-2052 (((-771) $ (-566)) NIL)) (-3499 (($ (-1 |#1| |#1|) $) NIL)) (-1728 (($ (-1 (-771) (-771)) $) NIL)) (-3380 (((-1157) $) NIL)) (-1614 (($ $ $) NIL (|has| (-771) (-792)))) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL) (($ |#1|) NIL)) (-2271 (((-771) |#1| $) NIL)) (-3044 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3002 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-771) |#1|) NIL)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1639 (((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-771)))) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3571 (((-771) $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-3866 ((|#1| $ (-566)) NIL)) (-1317 (((-771) $ (-566)) NIL)) (-1748 (($ (-1 |#1| |#1|) $) NIL)) (-2285 (($ (-1 (-771) (-771)) $) NIL)) (-3057 (((-1157) $) NIL)) (-3695 (($ $ $) NIL (|has| (-771) (-792)))) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL) (($ |#1|) NIL)) (-2841 (((-771) |#1| $) NIL)) (-2657 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2964 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-771) |#1|) NIL)))
(((-325 |#1|) (-324 |#1| (-771)) (-1099)) (T -325))
NIL
(-324 |#1| (-771))
-((-2616 (($ $) 72)) (-1896 (($ $ |#2| |#3| $) 14)) (-3021 (($ (-1 |#3| |#3|) $) 51)) (-2761 (((-112) $) 42)) (-2773 ((|#2| $) 44)) (-2978 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 64)) (-3173 ((|#2| $) 68)) (-1643 (((-644 |#2|) $) 56)) (-2021 (($ $ $ (-771)) 37)) (-3025 (($ $ |#2|) 60)))
-(((-326 |#1| |#2| |#3|) (-10 -8 (-15 -2616 (|#1| |#1|)) (-15 -3173 (|#2| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2021 (|#1| |#1| |#1| (-771))) (-15 -1896 (|#1| |#1| |#2| |#3| |#1|)) (-15 -3021 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1643 ((-644 |#2|) |#1|)) (-15 -2773 (|#2| |#1|)) (-15 -2761 ((-112) |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3025 (|#1| |#1| |#2|))) (-327 |#2| |#3|) (-1049) (-792)) (T -326))
+((-3156 (($ $) 72)) (-3406 (($ $ |#2| |#3| $) 14)) (-2450 (($ (-1 |#3| |#3|) $) 51)) (-4096 (((-112) $) 42)) (-4109 ((|#2| $) 44)) (-4116 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 64)) (-1573 ((|#2| $) 68)) (-2675 (((-644 |#2|) $) 56)) (-2194 (($ $ $ (-771)) 37)) (-2990 (($ $ |#2|) 60)))
+(((-326 |#1| |#2| |#3|) (-10 -8 (-15 -3156 (|#1| |#1|)) (-15 -1573 (|#2| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2194 (|#1| |#1| |#1| (-771))) (-15 -3406 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2450 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2675 ((-644 |#2|) |#1|)) (-15 -4109 (|#2| |#1|)) (-15 -4096 ((-112) |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2990 (|#1| |#1| |#2|))) (-327 |#2| |#3|) (-1049) (-792)) (T -326))
NIL
-(-10 -8 (-15 -2616 (|#1| |#1|)) (-15 -3173 (|#2| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2021 (|#1| |#1| |#1| (-771))) (-15 -1896 (|#1| |#1| |#2| |#3| |#1|)) (-15 -3021 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1643 ((-644 |#2|) |#1|)) (-15 -2773 (|#2| |#1|)) (-15 -2761 ((-112) |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3025 (|#1| |#1| |#2|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-2161 (($ $) 64 (|has| |#1| (-558)))) (-2345 (((-112) $) 66 (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-2229 (((-3 (-566) "failed") $) 100 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 98 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 95)) (-4158 (((-566) $) 99 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 97 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 96)) (-2814 (($ $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-2616 (($ $) 84 (|has| |#1| (-454)))) (-1896 (($ $ |#1| |#2| $) 88)) (-2389 (((-112) $) 35)) (-3039 (((-771) $) 91)) (-2497 (((-112) $) 74)) (-1746 (($ |#1| |#2|) 73)) (-2749 ((|#2| $) 90)) (-3021 (($ (-1 |#2| |#2|) $) 89)) (-2319 (($ (-1 |#1| |#1|) $) 75)) (-2784 (($ $) 77)) (-2794 ((|#1| $) 78)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2761 (((-112) $) 94)) (-2773 ((|#1| $) 93)) (-2978 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558))) (((-3 $ "failed") $ |#1|) 86 (|has| |#1| (-558)))) (-3902 ((|#2| $) 76)) (-3173 ((|#1| $) 85 (|has| |#1| (-454)))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59) (($ (-409 (-566))) 69 (-2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))))) (-1643 (((-644 |#1|) $) 92)) (-2271 ((|#1| $ |#2|) 71)) (-2633 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-2021 (($ $ $ (-771)) 87 (|has| |#1| (-172)))) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
+(-10 -8 (-15 -3156 (|#1| |#1|)) (-15 -1573 (|#2| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2194 (|#1| |#1| |#1| (-771))) (-15 -3406 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2450 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2675 ((-644 |#2|) |#1|)) (-15 -4109 (|#2| |#1|)) (-15 -4096 ((-112) |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2990 (|#1| |#1| |#2|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-4282 (($ $) 64 (|has| |#1| (-558)))) (-2296 (((-112) $) 66 (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-1821 (((-3 (-566) "failed") $) 100 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 98 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 95)) (-3213 (((-566) $) 99 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 97 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 96)) (-4162 (($ $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-3156 (($ $) 84 (|has| |#1| (-454)))) (-3406 (($ $ |#1| |#2| $) 88)) (-1568 (((-112) $) 35)) (-2606 (((-771) $) 91)) (-3220 (((-112) $) 74)) (-3959 (($ |#1| |#2|) 73)) (-3888 ((|#2| $) 90)) (-2450 (($ (-1 |#2| |#2|) $) 89)) (-1895 (($ (-1 |#1| |#1|) $) 75)) (-4125 (($ $) 77)) (-4137 ((|#1| $) 78)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4096 (((-112) $) 94)) (-4109 ((|#1| $) 93)) (-4116 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558))) (((-3 $ "failed") $ |#1|) 86 (|has| |#1| (-558)))) (-4297 ((|#2| $) 76)) (-1573 ((|#1| $) 85 (|has| |#1| (-454)))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59) (($ (-409 (-566))) 69 (-2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))))) (-2675 (((-644 |#1|) $) 92)) (-2841 ((|#1| $ |#2|) 71)) (-2097 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2194 (($ $ $ (-771)) 87 (|has| |#1| (-172)))) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 65 (|has| |#1| (-558)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
(((-327 |#1| |#2|) (-140) (-1049) (-792)) (T -327))
-((-2761 (*1 *2 *1) (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-112)))) (-2773 (*1 *2 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-1643 (*1 *2 *1) (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-644 *3)))) (-3039 (*1 *2 *1) (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-771)))) (-2749 (*1 *2 *1) (-12 (-4 *1 (-327 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-3021 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)))) (-1896 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))) (-2021 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-4 *3 (-172)))) (-2978 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *2 (-558)))) (-3173 (*1 *2 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)) (-4 *2 (-454)))) (-2616 (*1 *1 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *2 (-454)))))
-(-13 (-47 |t#1| |t#2|) (-413 |t#1|) (-10 -8 (-15 -2761 ((-112) $)) (-15 -2773 (|t#1| $)) (-15 -1643 ((-644 |t#1|) $)) (-15 -3039 ((-771) $)) (-15 -2749 (|t#2| $)) (-15 -3021 ($ (-1 |t#2| |t#2|) $)) (-15 -1896 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-172)) (-15 -2021 ($ $ $ (-771))) |%noBranch|) (IF (|has| |t#1| (-558)) (-15 -2978 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-454)) (PROGN (-15 -3173 (|t#1| $)) (-15 -2616 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-291) |has| |#1| (-558)) ((-413 |#1|) . T) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-2295 (((-112) (-112)) NIL)) (-1456 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415)))) (-2995 (($ (-1 (-112) |#1|) $) NIL)) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3322 (($ $) NIL (|has| |#1| (-1099)))) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3512 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) NIL)) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1569 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-1805 (($ $ (-566)) NIL)) (-4281 (((-771) $) NIL)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1860 (($ (-771) |#1|) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-3674 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3888 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-1859 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3881 (($ (-644 |#1|)) NIL)) (-3908 ((|#1| $) NIL (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-1308 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) NIL)) (-1690 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4386 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-328 |#1|) (-13 (-19 |#1|) (-283 |#1|) (-10 -8 (-15 -3881 ($ (-644 |#1|))) (-15 -4281 ((-771) $)) (-15 -1805 ($ $ (-566))) (-15 -2295 ((-112) (-112))))) (-1214)) (T -328))
-((-3881 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-328 *3)))) (-4281 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-328 *3)) (-4 *3 (-1214)))) (-1805 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-328 *3)) (-4 *3 (-1214)))) (-2295 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-328 *3)) (-4 *3 (-1214)))))
-(-13 (-19 |#1|) (-283 |#1|) (-10 -8 (-15 -3881 ($ (-644 |#1|))) (-15 -4281 ((-771) $)) (-15 -1805 ($ $ (-566))) (-15 -2295 ((-112) (-112)))))
-((-1972 (((-112) $) 50)) (-2818 (((-771)) 26)) (-3833 ((|#2| $) 54) (($ $ (-921)) 124)) (-3870 (((-771)) 125)) (-1563 (($ (-1264 |#2|)) 23)) (-2953 (((-112) $) 138)) (-2064 ((|#2| $) 56) (($ $ (-921)) 121)) (-3468 (((-1171 |#2|) $) NIL) (((-1171 $) $ (-921)) 112)) (-2099 (((-1171 |#2|) $) 98)) (-3624 (((-1171 |#2|) $) 94) (((-3 (-1171 |#2|) "failed") $ $) 91)) (-3844 (($ $ (-1171 |#2|)) 62)) (-1686 (((-833 (-921))) 33) (((-921)) 51)) (-3126 (((-134)) 30)) (-3902 (((-833 (-921)) $) 35) (((-921) $) 141)) (-2110 (($) 131)) (-3350 (((-1264 |#2|) $) NIL) (((-689 |#2|) (-1264 $)) 45)) (-2633 (($ $) NIL) (((-3 $ "failed") $) 101)) (-4217 (((-112) $) 48)))
-(((-329 |#1| |#2|) (-10 -8 (-15 -2633 ((-3 |#1| "failed") |#1|)) (-15 -3870 ((-771))) (-15 -2633 (|#1| |#1|)) (-15 -3624 ((-3 (-1171 |#2|) "failed") |#1| |#1|)) (-15 -3624 ((-1171 |#2|) |#1|)) (-15 -2099 ((-1171 |#2|) |#1|)) (-15 -3844 (|#1| |#1| (-1171 |#2|))) (-15 -2953 ((-112) |#1|)) (-15 -2110 (|#1|)) (-15 -3833 (|#1| |#1| (-921))) (-15 -2064 (|#1| |#1| (-921))) (-15 -3468 ((-1171 |#1|) |#1| (-921))) (-15 -3833 (|#2| |#1|)) (-15 -2064 (|#2| |#1|)) (-15 -3902 ((-921) |#1|)) (-15 -1686 ((-921))) (-15 -3468 ((-1171 |#2|) |#1|)) (-15 -1563 (|#1| (-1264 |#2|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1|)) (-15 -2818 ((-771))) (-15 -1686 ((-833 (-921)))) (-15 -3902 ((-833 (-921)) |#1|)) (-15 -1972 ((-112) |#1|)) (-15 -4217 ((-112) |#1|)) (-15 -3126 ((-134)))) (-330 |#2|) (-365)) (T -329))
-((-3126 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-134)) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))) (-1686 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-833 (-921))) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))) (-2818 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))) (-1686 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-921)) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))) (-3870 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))))
-(-10 -8 (-15 -2633 ((-3 |#1| "failed") |#1|)) (-15 -3870 ((-771))) (-15 -2633 (|#1| |#1|)) (-15 -3624 ((-3 (-1171 |#2|) "failed") |#1| |#1|)) (-15 -3624 ((-1171 |#2|) |#1|)) (-15 -2099 ((-1171 |#2|) |#1|)) (-15 -3844 (|#1| |#1| (-1171 |#2|))) (-15 -2953 ((-112) |#1|)) (-15 -2110 (|#1|)) (-15 -3833 (|#1| |#1| (-921))) (-15 -2064 (|#1| |#1| (-921))) (-15 -3468 ((-1171 |#1|) |#1| (-921))) (-15 -3833 (|#2| |#1|)) (-15 -2064 (|#2| |#1|)) (-15 -3902 ((-921) |#1|)) (-15 -1686 ((-921))) (-15 -3468 ((-1171 |#2|) |#1|)) (-15 -1563 (|#1| (-1264 |#2|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1|)) (-15 -2818 ((-771))) (-15 -1686 ((-833 (-921)))) (-15 -3902 ((-833 (-921)) |#1|)) (-15 -1972 ((-112) |#1|)) (-15 -4217 ((-112) |#1|)) (-15 -3126 ((-134))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-1972 (((-112) $) 104)) (-2818 (((-771)) 100)) (-3833 ((|#1| $) 150) (($ $ (-921)) 147 (|has| |#1| (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) 132 (|has| |#1| (-370)))) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-2085 (((-112) $ $) 65)) (-3870 (((-771)) 122 (|has| |#1| (-370)))) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#1| "failed") $) 111)) (-4158 ((|#1| $) 112)) (-1563 (($ (-1264 |#1|)) 156)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) 138 (|has| |#1| (-370)))) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-2715 (($) 119 (|has| |#1| (-370)))) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-3359 (($) 134 (|has| |#1| (-370)))) (-2466 (((-112) $) 135 (|has| |#1| (-370)))) (-1574 (($ $ (-771)) 97 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) 96 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1615 (((-112) $) 79)) (-2679 (((-921) $) 137 (|has| |#1| (-370))) (((-833 (-921)) $) 94 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2389 (((-112) $) 35)) (-2437 (($) 145 (|has| |#1| (-370)))) (-2953 (((-112) $) 144 (|has| |#1| (-370)))) (-2064 ((|#1| $) 151) (($ $ (-921)) 148 (|has| |#1| (-370)))) (-2621 (((-3 $ "failed") $) 123 (|has| |#1| (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-3468 (((-1171 |#1|) $) 155) (((-1171 $) $ (-921)) 149 (|has| |#1| (-370)))) (-1866 (((-921) $) 120 (|has| |#1| (-370)))) (-2099 (((-1171 |#1|) $) 141 (|has| |#1| (-370)))) (-3624 (((-1171 |#1|) $) 140 (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) 139 (|has| |#1| (-370)))) (-3844 (($ $ (-1171 |#1|)) 142 (|has| |#1| (-370)))) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 78)) (-3289 (($) 124 (|has| |#1| (-370)) CONST)) (-2835 (($ (-921)) 121 (|has| |#1| (-370)))) (-3653 (((-112) $) 103)) (-4072 (((-1119) $) 11)) (-3302 (($) 143 (|has| |#1| (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) 131 (|has| |#1| (-370)))) (-1624 (((-420 $) $) 82)) (-1686 (((-833 (-921))) 101) (((-921)) 153)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-3169 (((-771) $) 136 (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) 95 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-3126 (((-134)) 109)) (-3629 (($ $) 128 (|has| |#1| (-370))) (($ $ (-771)) 126 (|has| |#1| (-370)))) (-3902 (((-833 (-921)) $) 102) (((-921) $) 152)) (-1705 (((-1171 |#1|)) 154)) (-4122 (($) 133 (|has| |#1| (-370)))) (-2110 (($) 146 (|has| |#1| (-370)))) (-3350 (((-1264 |#1|) $) 158) (((-689 |#1|) (-1264 $)) 157)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 130 (|has| |#1| (-370)))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ |#1|) 110)) (-2633 (($ $) 129 (|has| |#1| (-370))) (((-3 $ "failed") $) 93 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-2875 (((-1264 $)) 160) (((-1264 $) (-921)) 159)) (-3014 (((-112) $ $) 45)) (-4217 (((-112) $) 105)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2198 (($ $) 99 (|has| |#1| (-370))) (($ $ (-771)) 98 (|has| |#1| (-370)))) (-3497 (($ $) 127 (|has| |#1| (-370))) (($ $ (-771)) 125 (|has| |#1| (-370)))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 73) (($ $ |#1|) 108)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75) (($ $ |#1|) 107) (($ |#1| $) 106)))
+((-4096 (*1 *2 *1) (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-112)))) (-4109 (*1 *2 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-2675 (*1 *2 *1) (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-644 *3)))) (-2606 (*1 *2 *1) (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-771)))) (-3888 (*1 *2 *1) (-12 (-4 *1 (-327 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-2450 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)))) (-3406 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))) (-2194 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-4 *3 (-172)))) (-4116 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *2 (-558)))) (-1573 (*1 *2 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)) (-4 *2 (-454)))) (-3156 (*1 *1 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *2 (-454)))))
+(-13 (-47 |t#1| |t#2|) (-413 |t#1|) (-10 -8 (-15 -4096 ((-112) $)) (-15 -4109 (|t#1| $)) (-15 -2675 ((-644 |t#1|) $)) (-15 -2606 ((-771) $)) (-15 -3888 (|t#2| $)) (-15 -2450 ($ (-1 |t#2| |t#2|) $)) (-15 -3406 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-172)) (-15 -2194 ($ $ $ (-771))) |%noBranch|) (IF (|has| |t#1| (-558)) (-15 -4116 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-454)) (PROGN (-15 -1573 (|t#1| $)) (-15 -3156 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-291) |has| |#1| (-558)) ((-413 |#1|) . T) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-3087 (((-112) (-112)) NIL)) (-1777 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416)))) (-3503 (($ (-1 (-112) |#1|) $) NIL)) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3723 (($ $) NIL (|has| |#1| (-1099)))) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1867 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) NIL)) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1308 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-3760 (($ $ (-566)) NIL)) (-3598 (((-771) $) NIL)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1566 (($ (-771) |#1|) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-2762 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4165 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-3438 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-4089 (($ (-644 |#1|)) NIL)) (-3604 ((|#1| $) NIL (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-2537 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) NIL)) (-1940 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2829 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-328 |#1|) (-13 (-19 |#1|) (-283 |#1|) (-10 -8 (-15 -4089 ($ (-644 |#1|))) (-15 -3598 ((-771) $)) (-15 -3760 ($ $ (-566))) (-15 -3087 ((-112) (-112))))) (-1215)) (T -328))
+((-4089 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-328 *3)))) (-3598 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-328 *3)) (-4 *3 (-1215)))) (-3760 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-328 *3)) (-4 *3 (-1215)))) (-3087 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-328 *3)) (-4 *3 (-1215)))))
+(-13 (-19 |#1|) (-283 |#1|) (-10 -8 (-15 -4089 ($ (-644 |#1|))) (-15 -3598 ((-771) $)) (-15 -3760 ($ $ (-566))) (-15 -3087 ((-112) (-112)))))
+((-2957 (((-112) $) 50)) (-3255 (((-771)) 26)) (-2881 ((|#2| $) 54) (($ $ (-921)) 124)) (-3571 (((-771)) 125)) (-3189 (($ (-1265 |#2|)) 23)) (-3124 (((-112) $) 138)) (-1435 ((|#2| $) 56) (($ $ (-921)) 121)) (-1505 (((-1171 |#2|) $) NIL) (((-1171 $) $ (-921)) 112)) (-1742 (((-1171 |#2|) $) 98)) (-3597 (((-1171 |#2|) $) 94) (((-3 (-1171 |#2|) "failed") $ $) 91)) (-1844 (($ $ (-1171 |#2|)) 62)) (-1902 (((-833 (-921))) 33) (((-921)) 51)) (-2262 (((-134)) 30)) (-4297 (((-833 (-921)) $) 35) (((-921) $) 141)) (-1842 (($) 131)) (-2702 (((-1265 |#2|) $) NIL) (((-689 |#2|) (-1265 $)) 45)) (-2097 (($ $) NIL) (((-3 $ "failed") $) 101)) (-4205 (((-112) $) 48)))
+(((-329 |#1| |#2|) (-10 -8 (-15 -2097 ((-3 |#1| "failed") |#1|)) (-15 -3571 ((-771))) (-15 -2097 (|#1| |#1|)) (-15 -3597 ((-3 (-1171 |#2|) "failed") |#1| |#1|)) (-15 -3597 ((-1171 |#2|) |#1|)) (-15 -1742 ((-1171 |#2|) |#1|)) (-15 -1844 (|#1| |#1| (-1171 |#2|))) (-15 -3124 ((-112) |#1|)) (-15 -1842 (|#1|)) (-15 -2881 (|#1| |#1| (-921))) (-15 -1435 (|#1| |#1| (-921))) (-15 -1505 ((-1171 |#1|) |#1| (-921))) (-15 -2881 (|#2| |#1|)) (-15 -1435 (|#2| |#1|)) (-15 -4297 ((-921) |#1|)) (-15 -1902 ((-921))) (-15 -1505 ((-1171 |#2|) |#1|)) (-15 -3189 (|#1| (-1265 |#2|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1|)) (-15 -3255 ((-771))) (-15 -1902 ((-833 (-921)))) (-15 -4297 ((-833 (-921)) |#1|)) (-15 -2957 ((-112) |#1|)) (-15 -4205 ((-112) |#1|)) (-15 -2262 ((-134)))) (-330 |#2|) (-365)) (T -329))
+((-2262 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-134)) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))) (-1902 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-833 (-921))) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))) (-3255 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))) (-1902 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-921)) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))) (-3571 (*1 *2) (-12 (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-329 *3 *4)) (-4 *3 (-330 *4)))))
+(-10 -8 (-15 -2097 ((-3 |#1| "failed") |#1|)) (-15 -3571 ((-771))) (-15 -2097 (|#1| |#1|)) (-15 -3597 ((-3 (-1171 |#2|) "failed") |#1| |#1|)) (-15 -3597 ((-1171 |#2|) |#1|)) (-15 -1742 ((-1171 |#2|) |#1|)) (-15 -1844 (|#1| |#1| (-1171 |#2|))) (-15 -3124 ((-112) |#1|)) (-15 -1842 (|#1|)) (-15 -2881 (|#1| |#1| (-921))) (-15 -1435 (|#1| |#1| (-921))) (-15 -1505 ((-1171 |#1|) |#1| (-921))) (-15 -2881 (|#2| |#1|)) (-15 -1435 (|#2| |#1|)) (-15 -4297 ((-921) |#1|)) (-15 -1902 ((-921))) (-15 -1505 ((-1171 |#2|) |#1|)) (-15 -3189 (|#1| (-1265 |#2|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1|)) (-15 -3255 ((-771))) (-15 -1902 ((-833 (-921)))) (-15 -4297 ((-833 (-921)) |#1|)) (-15 -2957 ((-112) |#1|)) (-15 -4205 ((-112) |#1|)) (-15 -2262 ((-134))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-2957 (((-112) $) 104)) (-3255 (((-771)) 100)) (-2881 ((|#1| $) 150) (($ $ (-921)) 147 (|has| |#1| (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) 132 (|has| |#1| (-370)))) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-1621 (((-112) $ $) 65)) (-3571 (((-771)) 122 (|has| |#1| (-370)))) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#1| "failed") $) 111)) (-3213 ((|#1| $) 112)) (-3189 (($ (-1265 |#1|)) 156)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) 138 (|has| |#1| (-370)))) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-3341 (($) 119 (|has| |#1| (-370)))) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-2814 (($) 134 (|has| |#1| (-370)))) (-4179 (((-112) $) 135 (|has| |#1| (-370)))) (-3271 (($ $ (-771)) 97 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) 96 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2422 (((-112) $) 79)) (-2464 (((-921) $) 137 (|has| |#1| (-370))) (((-833 (-921)) $) 94 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1568 (((-112) $) 35)) (-3892 (($) 145 (|has| |#1| (-370)))) (-3124 (((-112) $) 144 (|has| |#1| (-370)))) (-1435 ((|#1| $) 151) (($ $ (-921)) 148 (|has| |#1| (-370)))) (-1982 (((-3 $ "failed") $) 123 (|has| |#1| (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1505 (((-1171 |#1|) $) 155) (((-1171 $) $ (-921)) 149 (|has| |#1| (-370)))) (-4350 (((-921) $) 120 (|has| |#1| (-370)))) (-1742 (((-1171 |#1|) $) 141 (|has| |#1| (-370)))) (-3597 (((-1171 |#1|) $) 140 (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) 139 (|has| |#1| (-370)))) (-1844 (($ $ (-1171 |#1|)) 142 (|has| |#1| (-370)))) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 78)) (-1783 (($) 124 (|has| |#1| (-370)) CONST)) (-1351 (($ (-921)) 121 (|has| |#1| (-370)))) (-2548 (((-112) $) 103)) (-2029 (((-1119) $) 11)) (-2529 (($) 143 (|has| |#1| (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) 131 (|has| |#1| (-370)))) (-3846 (((-420 $) $) 82)) (-1902 (((-833 (-921))) 101) (((-921)) 153)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-1529 (((-771) $) 136 (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) 95 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2262 (((-134)) 109)) (-2324 (($ $) 128 (|has| |#1| (-370))) (($ $ (-771)) 126 (|has| |#1| (-370)))) (-4297 (((-833 (-921)) $) 102) (((-921) $) 152)) (-2068 (((-1171 |#1|)) 154)) (-2484 (($) 133 (|has| |#1| (-370)))) (-1842 (($) 146 (|has| |#1| (-370)))) (-2702 (((-1265 |#1|) $) 158) (((-689 |#1|) (-1265 $)) 157)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 130 (|has| |#1| (-370)))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ |#1|) 110)) (-2097 (($ $) 129 (|has| |#1| (-370))) (((-3 $ "failed") $) 93 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3781 (((-1265 $)) 160) (((-1265 $) (-921)) 159)) (-3679 (((-112) $ $) 45)) (-4205 (((-112) $) 105)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3365 (($ $) 99 (|has| |#1| (-370))) (($ $ (-771)) 98 (|has| |#1| (-370)))) (-3218 (($ $) 127 (|has| |#1| (-370))) (($ $ (-771)) 125 (|has| |#1| (-370)))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 73) (($ $ |#1|) 108)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75) (($ $ |#1|) 107) (($ |#1| $) 106)))
(((-330 |#1|) (-140) (-365)) (T -330))
-((-2875 (*1 *2) (-12 (-4 *3 (-365)) (-5 *2 (-1264 *1)) (-4 *1 (-330 *3)))) (-2875 (*1 *2 *3) (-12 (-5 *3 (-921)) (-4 *4 (-365)) (-5 *2 (-1264 *1)) (-4 *1 (-330 *4)))) (-3350 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1264 *3)))) (-3350 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-330 *4)) (-4 *4 (-365)) (-5 *2 (-689 *4)))) (-1563 (*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-365)) (-4 *1 (-330 *3)))) (-3468 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1171 *3)))) (-1705 (*1 *2) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1171 *3)))) (-1686 (*1 *2) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-921)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-921)))) (-2064 (*1 *2 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-365)))) (-3833 (*1 *2 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-365)))) (-3468 (*1 *2 *1 *3) (-12 (-5 *3 (-921)) (-4 *4 (-370)) (-4 *4 (-365)) (-5 *2 (-1171 *1)) (-4 *1 (-330 *4)))) (-2064 (*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)))) (-3833 (*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)))) (-2110 (*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365)))) (-2437 (*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365)))) (-2953 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-112)))) (-3302 (*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365)))) (-3844 (*1 *1 *1 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-370)) (-4 *1 (-330 *3)) (-4 *3 (-365)))) (-2099 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-1171 *3)))) (-3624 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-1171 *3)))) (-3624 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-1171 *3)))))
-(-13 (-1283 |t#1|) (-1038 |t#1|) (-10 -8 (-15 -2875 ((-1264 $))) (-15 -2875 ((-1264 $) (-921))) (-15 -3350 ((-1264 |t#1|) $)) (-15 -3350 ((-689 |t#1|) (-1264 $))) (-15 -1563 ($ (-1264 |t#1|))) (-15 -3468 ((-1171 |t#1|) $)) (-15 -1705 ((-1171 |t#1|))) (-15 -1686 ((-921))) (-15 -3902 ((-921) $)) (-15 -2064 (|t#1| $)) (-15 -3833 (|t#1| $)) (IF (|has| |t#1| (-370)) (PROGN (-6 (-351)) (-15 -3468 ((-1171 $) $ (-921))) (-15 -2064 ($ $ (-921))) (-15 -3833 ($ $ (-921))) (-15 -2110 ($)) (-15 -2437 ($)) (-15 -2953 ((-112) $)) (-15 -3302 ($)) (-15 -3844 ($ $ (-1171 |t#1|))) (-15 -2099 ((-1171 |t#1|) $)) (-15 -3624 ((-1171 |t#1|) $)) (-15 -3624 ((-3 (-1171 |t#1|) "failed") $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2768 (|has| |#1| (-370)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-233) |has| |#1| (-370)) ((-243) . T) ((-291) . T) ((-308) . T) ((-1283 |#1|) . T) ((-365) . T) ((-404) -2768 (|has| |#1| (-370)) (|has| |#1| (-145))) ((-370) |has| |#1| (-370)) ((-351) |has| |#1| (-370)) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 |#1|) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 |#1|) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1038 |#1|) . T) ((-1051 #0#) . T) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-370)) ((-1218) . T) ((-1271 |#1|) . T))
-((-2988 (((-112) $ $) NIL)) (-3343 (($ (-1174) $) 104)) (-2886 (($) 93)) (-3008 (((-1119) (-1119)) 9)) (-4046 (($) 94)) (-2620 (($) 108) (($ (-317 (-699))) 116) (($ (-317 (-701))) 112) (($ (-317 (-694))) 120) (($ (-317 (-381))) 127) (($ (-317 (-566))) 123) (($ (-317 (-169 (-381)))) 131)) (-3316 (($ (-1174) $) 105)) (-1390 (($ (-644 (-862))) 95)) (-4393 (((-1269) $) 91)) (-2657 (((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) 35)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3924 (($ (-1119)) 60)) (-3360 (((-1103) $) 32)) (-3845 (($ (-1091 (-952 (-566))) $) 101) (($ (-1091 (-952 (-566))) (-952 (-566)) $) 102)) (-3745 (($ (-1119)) 103)) (-2963 (($ (-1174) $) 133) (($ (-1174) $ $) 134)) (-4353 (($ (-1175) (-644 (-1175))) 92)) (-3581 (($ (-1157)) 98) (($ (-644 (-1157))) 96)) (-3152 (((-862) $) 136)) (-3906 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1175)) (|:| |arrayIndex| (-644 (-952 (-566)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1175)) (|:| |rand| (-862)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1174)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -2872 (-112)) (|:| -2876 (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862)))))) (|:| |blockBranch| (-644 $)) (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157)) (|:| |forBranch| (-2 (|:| -2821 (-1091 (-952 (-566)))) (|:| |span| (-952 (-566))) (|:| -1377 $))) (|:| |labelBranch| (-1119)) (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -1377 $))) (|:| |commonBranch| (-2 (|:| -1368 (-1175)) (|:| |contents| (-644 (-1175))))) (|:| |printBranch| (-644 (-862)))) $) 51)) (-3259 (($ (-1157)) 205)) (-2022 (($ (-644 $)) 132)) (-3044 (((-112) $ $) NIL)) (-1655 (($ (-1175) (-1157)) 138) (($ (-1175) (-317 (-701))) 178) (($ (-1175) (-317 (-699))) 179) (($ (-1175) (-317 (-694))) 180) (($ (-1175) (-689 (-701))) 141) (($ (-1175) (-689 (-699))) 144) (($ (-1175) (-689 (-694))) 147) (($ (-1175) (-1264 (-701))) 150) (($ (-1175) (-1264 (-699))) 153) (($ (-1175) (-1264 (-694))) 156) (($ (-1175) (-689 (-317 (-701)))) 159) (($ (-1175) (-689 (-317 (-699)))) 162) (($ (-1175) (-689 (-317 (-694)))) 165) (($ (-1175) (-1264 (-317 (-701)))) 168) (($ (-1175) (-1264 (-317 (-699)))) 171) (($ (-1175) (-1264 (-317 (-694)))) 174) (($ (-1175) (-644 (-952 (-566))) (-317 (-701))) 175) (($ (-1175) (-644 (-952 (-566))) (-317 (-699))) 176) (($ (-1175) (-644 (-952 (-566))) (-317 (-694))) 177) (($ (-1175) (-317 (-566))) 202) (($ (-1175) (-317 (-381))) 203) (($ (-1175) (-317 (-169 (-381)))) 204) (($ (-1175) (-689 (-317 (-566)))) 183) (($ (-1175) (-689 (-317 (-381)))) 186) (($ (-1175) (-689 (-317 (-169 (-381))))) 189) (($ (-1175) (-1264 (-317 (-566)))) 192) (($ (-1175) (-1264 (-317 (-381)))) 195) (($ (-1175) (-1264 (-317 (-169 (-381))))) 198) (($ (-1175) (-644 (-952 (-566))) (-317 (-566))) 199) (($ (-1175) (-644 (-952 (-566))) (-317 (-381))) 200) (($ (-1175) (-644 (-952 (-566))) (-317 (-169 (-381)))) 201)) (-2914 (((-112) $ $) NIL)))
-(((-331) (-13 (-1099) (-10 -8 (-15 -3845 ($ (-1091 (-952 (-566))) $)) (-15 -3845 ($ (-1091 (-952 (-566))) (-952 (-566)) $)) (-15 -3343 ($ (-1174) $)) (-15 -3316 ($ (-1174) $)) (-15 -3924 ($ (-1119))) (-15 -3745 ($ (-1119))) (-15 -3581 ($ (-1157))) (-15 -3581 ($ (-644 (-1157)))) (-15 -3259 ($ (-1157))) (-15 -2620 ($)) (-15 -2620 ($ (-317 (-699)))) (-15 -2620 ($ (-317 (-701)))) (-15 -2620 ($ (-317 (-694)))) (-15 -2620 ($ (-317 (-381)))) (-15 -2620 ($ (-317 (-566)))) (-15 -2620 ($ (-317 (-169 (-381))))) (-15 -2963 ($ (-1174) $)) (-15 -2963 ($ (-1174) $ $)) (-15 -1655 ($ (-1175) (-1157))) (-15 -1655 ($ (-1175) (-317 (-701)))) (-15 -1655 ($ (-1175) (-317 (-699)))) (-15 -1655 ($ (-1175) (-317 (-694)))) (-15 -1655 ($ (-1175) (-689 (-701)))) (-15 -1655 ($ (-1175) (-689 (-699)))) (-15 -1655 ($ (-1175) (-689 (-694)))) (-15 -1655 ($ (-1175) (-1264 (-701)))) (-15 -1655 ($ (-1175) (-1264 (-699)))) (-15 -1655 ($ (-1175) (-1264 (-694)))) (-15 -1655 ($ (-1175) (-689 (-317 (-701))))) (-15 -1655 ($ (-1175) (-689 (-317 (-699))))) (-15 -1655 ($ (-1175) (-689 (-317 (-694))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-701))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-699))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-694))))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-701)))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-699)))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-694)))) (-15 -1655 ($ (-1175) (-317 (-566)))) (-15 -1655 ($ (-1175) (-317 (-381)))) (-15 -1655 ($ (-1175) (-317 (-169 (-381))))) (-15 -1655 ($ (-1175) (-689 (-317 (-566))))) (-15 -1655 ($ (-1175) (-689 (-317 (-381))))) (-15 -1655 ($ (-1175) (-689 (-317 (-169 (-381)))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-566))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-381))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-169 (-381)))))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-566)))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-381)))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-169 (-381))))) (-15 -2022 ($ (-644 $))) (-15 -2886 ($)) (-15 -4046 ($)) (-15 -1390 ($ (-644 (-862)))) (-15 -4353 ($ (-1175) (-644 (-1175)))) (-15 -2657 ((-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 -3906 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1175)) (|:| |arrayIndex| (-644 (-952 (-566)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1175)) (|:| |rand| (-862)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1174)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -2872 (-112)) (|:| -2876 (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862)))))) (|:| |blockBranch| (-644 $)) (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157)) (|:| |forBranch| (-2 (|:| -2821 (-1091 (-952 (-566)))) (|:| |span| (-952 (-566))) (|:| -1377 $))) (|:| |labelBranch| (-1119)) (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -1377 $))) (|:| |commonBranch| (-2 (|:| -1368 (-1175)) (|:| |contents| (-644 (-1175))))) (|:| |printBranch| (-644 (-862)))) $)) (-15 -4393 ((-1269) $)) (-15 -3360 ((-1103) $)) (-15 -3008 ((-1119) (-1119)))))) (T -331))
-((-3845 (*1 *1 *2 *1) (-12 (-5 *2 (-1091 (-952 (-566)))) (-5 *1 (-331)))) (-3845 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1091 (-952 (-566)))) (-5 *3 (-952 (-566))) (-5 *1 (-331)))) (-3343 (*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))) (-3316 (*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))) (-3924 (*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))) (-3745 (*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))) (-3581 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-331)))) (-3581 (*1 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-331)))) (-3259 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-331)))) (-2620 (*1 *1) (-5 *1 (-331))) (-2620 (*1 *1 *2) (-12 (-5 *2 (-317 (-699))) (-5 *1 (-331)))) (-2620 (*1 *1 *2) (-12 (-5 *2 (-317 (-701))) (-5 *1 (-331)))) (-2620 (*1 *1 *2) (-12 (-5 *2 (-317 (-694))) (-5 *1 (-331)))) (-2620 (*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-5 *1 (-331)))) (-2620 (*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-5 *1 (-331)))) (-2620 (*1 *1 *2) (-12 (-5 *2 (-317 (-169 (-381)))) (-5 *1 (-331)))) (-2963 (*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))) (-2963 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1157)) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-701))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-699))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-694))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-701))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-699))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-694))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-701))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-699))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-694))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-701)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-699)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-694)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-701)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-699)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-694)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-701))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-699))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-694))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-566))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-381))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-169 (-381)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-566)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-381)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-169 (-381))))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-566)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-381)))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-169 (-381))))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-566))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-381))) (-5 *1 (-331)))) (-1655 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-169 (-381)))) (-5 *1 (-331)))) (-2022 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-5 *1 (-331)))) (-2886 (*1 *1) (-5 *1 (-331))) (-4046 (*1 *1) (-5 *1 (-331))) (-1390 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-331)))) (-4353 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1175)) (-5 *1 (-331)))) (-2657 (*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 (-331)))) (-3906 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1175)) (|:| |arrayIndex| (-644 (-952 (-566)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1175)) (|:| |rand| (-862)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1174)) (|:| |thenClause| (-331)) (|:| |elseClause| (-331)))) (|:| |returnBranch| (-2 (|:| -2872 (-112)) (|:| -2876 (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862)))))) (|:| |blockBranch| (-644 (-331))) (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157)) (|:| |forBranch| (-2 (|:| -2821 (-1091 (-952 (-566)))) (|:| |span| (-952 (-566))) (|:| -1377 (-331)))) (|:| |labelBranch| (-1119)) (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -1377 (-331)))) (|:| |commonBranch| (-2 (|:| -1368 (-1175)) (|:| |contents| (-644 (-1175))))) (|:| |printBranch| (-644 (-862))))) (-5 *1 (-331)))) (-4393 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-331)))) (-3360 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-331)))) (-3008 (*1 *2 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))))
-(-13 (-1099) (-10 -8 (-15 -3845 ($ (-1091 (-952 (-566))) $)) (-15 -3845 ($ (-1091 (-952 (-566))) (-952 (-566)) $)) (-15 -3343 ($ (-1174) $)) (-15 -3316 ($ (-1174) $)) (-15 -3924 ($ (-1119))) (-15 -3745 ($ (-1119))) (-15 -3581 ($ (-1157))) (-15 -3581 ($ (-644 (-1157)))) (-15 -3259 ($ (-1157))) (-15 -2620 ($)) (-15 -2620 ($ (-317 (-699)))) (-15 -2620 ($ (-317 (-701)))) (-15 -2620 ($ (-317 (-694)))) (-15 -2620 ($ (-317 (-381)))) (-15 -2620 ($ (-317 (-566)))) (-15 -2620 ($ (-317 (-169 (-381))))) (-15 -2963 ($ (-1174) $)) (-15 -2963 ($ (-1174) $ $)) (-15 -1655 ($ (-1175) (-1157))) (-15 -1655 ($ (-1175) (-317 (-701)))) (-15 -1655 ($ (-1175) (-317 (-699)))) (-15 -1655 ($ (-1175) (-317 (-694)))) (-15 -1655 ($ (-1175) (-689 (-701)))) (-15 -1655 ($ (-1175) (-689 (-699)))) (-15 -1655 ($ (-1175) (-689 (-694)))) (-15 -1655 ($ (-1175) (-1264 (-701)))) (-15 -1655 ($ (-1175) (-1264 (-699)))) (-15 -1655 ($ (-1175) (-1264 (-694)))) (-15 -1655 ($ (-1175) (-689 (-317 (-701))))) (-15 -1655 ($ (-1175) (-689 (-317 (-699))))) (-15 -1655 ($ (-1175) (-689 (-317 (-694))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-701))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-699))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-694))))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-701)))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-699)))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-694)))) (-15 -1655 ($ (-1175) (-317 (-566)))) (-15 -1655 ($ (-1175) (-317 (-381)))) (-15 -1655 ($ (-1175) (-317 (-169 (-381))))) (-15 -1655 ($ (-1175) (-689 (-317 (-566))))) (-15 -1655 ($ (-1175) (-689 (-317 (-381))))) (-15 -1655 ($ (-1175) (-689 (-317 (-169 (-381)))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-566))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-381))))) (-15 -1655 ($ (-1175) (-1264 (-317 (-169 (-381)))))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-566)))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-381)))) (-15 -1655 ($ (-1175) (-644 (-952 (-566))) (-317 (-169 (-381))))) (-15 -2022 ($ (-644 $))) (-15 -2886 ($)) (-15 -4046 ($)) (-15 -1390 ($ (-644 (-862)))) (-15 -4353 ($ (-1175) (-644 (-1175)))) (-15 -2657 ((-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 -3906 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1175)) (|:| |arrayIndex| (-644 (-952 (-566)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1175)) (|:| |rand| (-862)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1174)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -2872 (-112)) (|:| -2876 (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862)))))) (|:| |blockBranch| (-644 $)) (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157)) (|:| |forBranch| (-2 (|:| -2821 (-1091 (-952 (-566)))) (|:| |span| (-952 (-566))) (|:| -1377 $))) (|:| |labelBranch| (-1119)) (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -1377 $))) (|:| |commonBranch| (-2 (|:| -1368 (-1175)) (|:| |contents| (-644 (-1175))))) (|:| |printBranch| (-644 (-862)))) $)) (-15 -4393 ((-1269) $)) (-15 -3360 ((-1103) $)) (-15 -3008 ((-1119) (-1119)))))
-((-2988 (((-112) $ $) NIL)) (-2922 (((-112) $) 13)) (-3602 (($ |#1|) 10)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3618 (($ |#1|) 12)) (-3152 (((-862) $) 19)) (-3044 (((-112) $ $) NIL)) (-1684 ((|#1| $) 14)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 21)))
-(((-332 |#1|) (-13 (-850) (-10 -8 (-15 -3602 ($ |#1|)) (-15 -3618 ($ |#1|)) (-15 -2922 ((-112) $)) (-15 -1684 (|#1| $)))) (-850)) (T -332))
-((-3602 (*1 *1 *2) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850)))) (-3618 (*1 *1 *2) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850)))) (-2922 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-332 *3)) (-4 *3 (-850)))) (-1684 (*1 *2 *1) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850)))))
-(-13 (-850) (-10 -8 (-15 -3602 ($ |#1|)) (-15 -3618 ($ |#1|)) (-15 -2922 ((-112) $)) (-15 -1684 (|#1| $))))
-((-1383 (((-331) (-1175) (-952 (-566))) 23)) (-1423 (((-331) (-1175) (-952 (-566))) 27)) (-1862 (((-331) (-1175) (-1091 (-952 (-566))) (-1091 (-952 (-566)))) 26) (((-331) (-1175) (-952 (-566)) (-952 (-566))) 24)) (-2072 (((-331) (-1175) (-952 (-566))) 31)))
-(((-333) (-10 -7 (-15 -1383 ((-331) (-1175) (-952 (-566)))) (-15 -1862 ((-331) (-1175) (-952 (-566)) (-952 (-566)))) (-15 -1862 ((-331) (-1175) (-1091 (-952 (-566))) (-1091 (-952 (-566))))) (-15 -1423 ((-331) (-1175) (-952 (-566)))) (-15 -2072 ((-331) (-1175) (-952 (-566)))))) (T -333))
-((-2072 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331)) (-5 *1 (-333)))) (-1423 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331)) (-5 *1 (-333)))) (-1862 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-1091 (-952 (-566)))) (-5 *2 (-331)) (-5 *1 (-333)))) (-1862 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331)) (-5 *1 (-333)))) (-1383 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331)) (-5 *1 (-333)))))
-(-10 -7 (-15 -1383 ((-331) (-1175) (-952 (-566)))) (-15 -1862 ((-331) (-1175) (-952 (-566)) (-952 (-566)))) (-15 -1862 ((-331) (-1175) (-1091 (-952 (-566))) (-1091 (-952 (-566))))) (-15 -1423 ((-331) (-1175) (-952 (-566)))) (-15 -2072 ((-331) (-1175) (-952 (-566)))))
-((-2988 (((-112) $ $) NIL)) (-3873 (((-508) $) 20)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3423 (((-958 (-771)) $) 18)) (-4328 (((-250) $) 7)) (-3152 (((-862) $) 26)) (-4227 (((-958 (-183 (-139))) $) 16)) (-3044 (((-112) $ $) NIL)) (-3597 (((-644 (-873 (-1180) (-771))) $) 12)) (-2914 (((-112) $ $) 22)))
-(((-334) (-13 (-1099) (-10 -8 (-15 -4328 ((-250) $)) (-15 -3597 ((-644 (-873 (-1180) (-771))) $)) (-15 -3423 ((-958 (-771)) $)) (-15 -4227 ((-958 (-183 (-139))) $)) (-15 -3873 ((-508) $))))) (T -334))
-((-4328 (*1 *2 *1) (-12 (-5 *2 (-250)) (-5 *1 (-334)))) (-3597 (*1 *2 *1) (-12 (-5 *2 (-644 (-873 (-1180) (-771)))) (-5 *1 (-334)))) (-3423 (*1 *2 *1) (-12 (-5 *2 (-958 (-771))) (-5 *1 (-334)))) (-4227 (*1 *2 *1) (-12 (-5 *2 (-958 (-183 (-139)))) (-5 *1 (-334)))) (-3873 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-334)))))
-(-13 (-1099) (-10 -8 (-15 -4328 ((-250) $)) (-15 -3597 ((-644 (-873 (-1180) (-771))) $)) (-15 -3423 ((-958 (-771)) $)) (-15 -4227 ((-958 (-183 (-139))) $)) (-15 -3873 ((-508) $))))
-((-2319 (((-338 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-338 |#1| |#2| |#3| |#4|)) 33)))
-(((-335 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2319 ((-338 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-338 |#1| |#2| |#3| |#4|)))) (-365) (-1240 |#1|) (-1240 (-409 |#2|)) (-344 |#1| |#2| |#3|) (-365) (-1240 |#5|) (-1240 (-409 |#6|)) (-344 |#5| |#6| |#7|)) (T -335))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-338 *5 *6 *7 *8)) (-4 *5 (-365)) (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6))) (-4 *8 (-344 *5 *6 *7)) (-4 *9 (-365)) (-4 *10 (-1240 *9)) (-4 *11 (-1240 (-409 *10))) (-5 *2 (-338 *9 *10 *11 *12)) (-5 *1 (-335 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-344 *9 *10 *11)))))
-(-10 -7 (-15 -2319 ((-338 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-338 |#1| |#2| |#3| |#4|))))
-((-2138 (((-112) $) 14)))
-(((-336 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2138 ((-112) |#1|))) (-337 |#2| |#3| |#4| |#5|) (-365) (-1240 |#2|) (-1240 (-409 |#3|)) (-344 |#2| |#3| |#4|)) (T -336))
-NIL
-(-10 -8 (-15 -2138 ((-112) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-2873 (($ $) 29)) (-2138 (((-112) $) 28)) (-3380 (((-1157) $) 10)) (-2424 (((-415 |#2| (-409 |#2|) |#3| |#4|) $) 35)) (-4072 (((-1119) $) 11)) (-3302 (((-3 |#4| "failed") $) 27)) (-3240 (($ (-415 |#2| (-409 |#2|) |#3| |#4|)) 34) (($ |#4|) 33) (($ |#1| |#1|) 32) (($ |#1| |#1| (-566)) 31) (($ |#4| |#2| |#2| |#2| |#1|) 26)) (-2461 (((-2 (|:| -1828 (-415 |#2| (-409 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 30)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24)))
-(((-337 |#1| |#2| |#3| |#4|) (-140) (-365) (-1240 |t#1|) (-1240 (-409 |t#2|)) (-344 |t#1| |t#2| |t#3|)) (T -337))
-((-2424 (*1 *2 *1) (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-5 *2 (-415 *4 (-409 *4) *5 *6)))) (-3240 (*1 *1 *2) (-12 (-5 *2 (-415 *4 (-409 *4) *5 *6)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-4 *3 (-365)) (-4 *1 (-337 *3 *4 *5 *6)))) (-3240 (*1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-4 *1 (-337 *3 *4 *5 *2)) (-4 *2 (-344 *3 *4 *5)))) (-3240 (*1 *1 *2 *2) (-12 (-4 *2 (-365)) (-4 *3 (-1240 *2)) (-4 *4 (-1240 (-409 *3))) (-4 *1 (-337 *2 *3 *4 *5)) (-4 *5 (-344 *2 *3 *4)))) (-3240 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-566)) (-4 *2 (-365)) (-4 *4 (-1240 *2)) (-4 *5 (-1240 (-409 *4))) (-4 *1 (-337 *2 *4 *5 *6)) (-4 *6 (-344 *2 *4 *5)))) (-2461 (*1 *2 *1) (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-5 *2 (-2 (|:| -1828 (-415 *4 (-409 *4) *5 *6)) (|:| |principalPart| *6))))) (-2873 (*1 *1 *1) (-12 (-4 *1 (-337 *2 *3 *4 *5)) (-4 *2 (-365)) (-4 *3 (-1240 *2)) (-4 *4 (-1240 (-409 *3))) (-4 *5 (-344 *2 *3 *4)))) (-2138 (*1 *2 *1) (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-5 *2 (-112)))) (-3302 (*1 *2 *1) (|partial| -12 (-4 *1 (-337 *3 *4 *5 *2)) (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-4 *2 (-344 *3 *4 *5)))) (-3240 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-365)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 (-409 *3))) (-4 *1 (-337 *4 *3 *5 *2)) (-4 *2 (-344 *4 *3 *5)))))
-(-13 (-21) (-10 -8 (-15 -2424 ((-415 |t#2| (-409 |t#2|) |t#3| |t#4|) $)) (-15 -3240 ($ (-415 |t#2| (-409 |t#2|) |t#3| |t#4|))) (-15 -3240 ($ |t#4|)) (-15 -3240 ($ |t#1| |t#1|)) (-15 -3240 ($ |t#1| |t#1| (-566))) (-15 -2461 ((-2 (|:| -1828 (-415 |t#2| (-409 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -2873 ($ $)) (-15 -2138 ((-112) $)) (-15 -3302 ((-3 |t#4| "failed") $)) (-15 -3240 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
+((-3781 (*1 *2) (-12 (-4 *3 (-365)) (-5 *2 (-1265 *1)) (-4 *1 (-330 *3)))) (-3781 (*1 *2 *3) (-12 (-5 *3 (-921)) (-4 *4 (-365)) (-5 *2 (-1265 *1)) (-4 *1 (-330 *4)))) (-2702 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1265 *3)))) (-2702 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-330 *4)) (-4 *4 (-365)) (-5 *2 (-689 *4)))) (-3189 (*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-365)) (-4 *1 (-330 *3)))) (-1505 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1171 *3)))) (-2068 (*1 *2) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1171 *3)))) (-1902 (*1 *2) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-921)))) (-4297 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-921)))) (-1435 (*1 *2 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-365)))) (-2881 (*1 *2 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-365)))) (-1505 (*1 *2 *1 *3) (-12 (-5 *3 (-921)) (-4 *4 (-370)) (-4 *4 (-365)) (-5 *2 (-1171 *1)) (-4 *1 (-330 *4)))) (-1435 (*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)))) (-2881 (*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)))) (-1842 (*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365)))) (-3892 (*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365)))) (-3124 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-112)))) (-2529 (*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365)))) (-1844 (*1 *1 *1 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-370)) (-4 *1 (-330 *3)) (-4 *3 (-365)))) (-1742 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-1171 *3)))) (-3597 (*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-1171 *3)))) (-3597 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-1171 *3)))))
+(-13 (-1284 |t#1|) (-1038 |t#1|) (-10 -8 (-15 -3781 ((-1265 $))) (-15 -3781 ((-1265 $) (-921))) (-15 -2702 ((-1265 |t#1|) $)) (-15 -2702 ((-689 |t#1|) (-1265 $))) (-15 -3189 ($ (-1265 |t#1|))) (-15 -1505 ((-1171 |t#1|) $)) (-15 -2068 ((-1171 |t#1|))) (-15 -1902 ((-921))) (-15 -4297 ((-921) $)) (-15 -1435 (|t#1| $)) (-15 -2881 (|t#1| $)) (IF (|has| |t#1| (-370)) (PROGN (-6 (-351)) (-15 -1505 ((-1171 $) $ (-921))) (-15 -1435 ($ $ (-921))) (-15 -2881 ($ $ (-921))) (-15 -1842 ($)) (-15 -3892 ($)) (-15 -3124 ((-112) $)) (-15 -2529 ($)) (-15 -1844 ($ $ (-1171 |t#1|))) (-15 -1742 ((-1171 |t#1|) $)) (-15 -3597 ((-1171 |t#1|) $)) (-15 -3597 ((-3 (-1171 |t#1|) "failed") $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2700 (|has| |#1| (-370)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-233) |has| |#1| (-370)) ((-243) . T) ((-291) . T) ((-308) . T) ((-1284 |#1|) . T) ((-365) . T) ((-404) -2700 (|has| |#1| (-370)) (|has| |#1| (-145))) ((-370) |has| |#1| (-370)) ((-351) |has| |#1| (-370)) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 |#1|) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 |#1|) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1038 |#1|) . T) ((-1051 #0#) . T) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-370)) ((-1219) . T) ((-1272 |#1|) . T))
+((-4124 (((-112) $ $) NIL)) (-2613 (($ (-1174) $) 104)) (-4201 (($) 93)) (-3630 (((-1119) (-1119)) 9)) (-3713 (($) 94)) (-1971 (($) 108) (($ (-317 (-699))) 116) (($ (-317 (-701))) 112) (($ (-317 (-694))) 120) (($ (-317 (-381))) 127) (($ (-317 (-566))) 123) (($ (-317 (-169 (-381)))) 131)) (-3648 (($ (-1174) $) 105)) (-1943 (($ (-644 (-862))) 95)) (-2187 (((-1270) $) 91)) (-3103 (((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) 35)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1348 (($ (-1119)) 60)) (-2825 (((-1103) $) 32)) (-1853 (($ (-1091 (-952 (-566))) $) 101) (($ (-1091 (-952 (-566))) (-952 (-566)) $) 102)) (-1428 (($ (-1119)) 103)) (-1466 (($ (-1174) $) 133) (($ (-1174) $ $) 134)) (-3437 (($ (-1175) (-644 (-1175))) 92)) (-1950 (($ (-1157)) 98) (($ (-644 (-1157))) 96)) (-1650 (((-862) $) 136)) (-2336 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1175)) (|:| |arrayIndex| (-644 (-952 (-566)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1175)) (|:| |rand| (-862)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1174)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3758 (-112)) (|:| -1389 (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862)))))) (|:| |blockBranch| (-644 $)) (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157)) (|:| |forBranch| (-2 (|:| -3274 (-1091 (-952 (-566)))) (|:| |span| (-952 (-566))) (|:| -3720 $))) (|:| |labelBranch| (-1119)) (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -3720 $))) (|:| |commonBranch| (-2 (|:| -3707 (-1175)) (|:| |contents| (-644 (-1175))))) (|:| |printBranch| (-644 (-862)))) $) 51)) (-3027 (($ (-1157)) 205)) (-2205 (($ (-644 $)) 132)) (-2657 (((-112) $ $) NIL)) (-2813 (($ (-1175) (-1157)) 138) (($ (-1175) (-317 (-701))) 178) (($ (-1175) (-317 (-699))) 179) (($ (-1175) (-317 (-694))) 180) (($ (-1175) (-689 (-701))) 141) (($ (-1175) (-689 (-699))) 144) (($ (-1175) (-689 (-694))) 147) (($ (-1175) (-1265 (-701))) 150) (($ (-1175) (-1265 (-699))) 153) (($ (-1175) (-1265 (-694))) 156) (($ (-1175) (-689 (-317 (-701)))) 159) (($ (-1175) (-689 (-317 (-699)))) 162) (($ (-1175) (-689 (-317 (-694)))) 165) (($ (-1175) (-1265 (-317 (-701)))) 168) (($ (-1175) (-1265 (-317 (-699)))) 171) (($ (-1175) (-1265 (-317 (-694)))) 174) (($ (-1175) (-644 (-952 (-566))) (-317 (-701))) 175) (($ (-1175) (-644 (-952 (-566))) (-317 (-699))) 176) (($ (-1175) (-644 (-952 (-566))) (-317 (-694))) 177) (($ (-1175) (-317 (-566))) 202) (($ (-1175) (-317 (-381))) 203) (($ (-1175) (-317 (-169 (-381)))) 204) (($ (-1175) (-689 (-317 (-566)))) 183) (($ (-1175) (-689 (-317 (-381)))) 186) (($ (-1175) (-689 (-317 (-169 (-381))))) 189) (($ (-1175) (-1265 (-317 (-566)))) 192) (($ (-1175) (-1265 (-317 (-381)))) 195) (($ (-1175) (-1265 (-317 (-169 (-381))))) 198) (($ (-1175) (-644 (-952 (-566))) (-317 (-566))) 199) (($ (-1175) (-644 (-952 (-566))) (-317 (-381))) 200) (($ (-1175) (-644 (-952 (-566))) (-317 (-169 (-381)))) 201)) (-2868 (((-112) $ $) NIL)))
+(((-331) (-13 (-1099) (-10 -8 (-15 -1853 ($ (-1091 (-952 (-566))) $)) (-15 -1853 ($ (-1091 (-952 (-566))) (-952 (-566)) $)) (-15 -2613 ($ (-1174) $)) (-15 -3648 ($ (-1174) $)) (-15 -1348 ($ (-1119))) (-15 -1428 ($ (-1119))) (-15 -1950 ($ (-1157))) (-15 -1950 ($ (-644 (-1157)))) (-15 -3027 ($ (-1157))) (-15 -1971 ($)) (-15 -1971 ($ (-317 (-699)))) (-15 -1971 ($ (-317 (-701)))) (-15 -1971 ($ (-317 (-694)))) (-15 -1971 ($ (-317 (-381)))) (-15 -1971 ($ (-317 (-566)))) (-15 -1971 ($ (-317 (-169 (-381))))) (-15 -1466 ($ (-1174) $)) (-15 -1466 ($ (-1174) $ $)) (-15 -2813 ($ (-1175) (-1157))) (-15 -2813 ($ (-1175) (-317 (-701)))) (-15 -2813 ($ (-1175) (-317 (-699)))) (-15 -2813 ($ (-1175) (-317 (-694)))) (-15 -2813 ($ (-1175) (-689 (-701)))) (-15 -2813 ($ (-1175) (-689 (-699)))) (-15 -2813 ($ (-1175) (-689 (-694)))) (-15 -2813 ($ (-1175) (-1265 (-701)))) (-15 -2813 ($ (-1175) (-1265 (-699)))) (-15 -2813 ($ (-1175) (-1265 (-694)))) (-15 -2813 ($ (-1175) (-689 (-317 (-701))))) (-15 -2813 ($ (-1175) (-689 (-317 (-699))))) (-15 -2813 ($ (-1175) (-689 (-317 (-694))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-701))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-699))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-694))))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-701)))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-699)))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-694)))) (-15 -2813 ($ (-1175) (-317 (-566)))) (-15 -2813 ($ (-1175) (-317 (-381)))) (-15 -2813 ($ (-1175) (-317 (-169 (-381))))) (-15 -2813 ($ (-1175) (-689 (-317 (-566))))) (-15 -2813 ($ (-1175) (-689 (-317 (-381))))) (-15 -2813 ($ (-1175) (-689 (-317 (-169 (-381)))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-566))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-381))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-169 (-381)))))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-566)))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-381)))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-169 (-381))))) (-15 -2205 ($ (-644 $))) (-15 -4201 ($)) (-15 -3713 ($)) (-15 -1943 ($ (-644 (-862)))) (-15 -3437 ($ (-1175) (-644 (-1175)))) (-15 -3103 ((-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 -2336 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1175)) (|:| |arrayIndex| (-644 (-952 (-566)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1175)) (|:| |rand| (-862)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1174)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3758 (-112)) (|:| -1389 (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862)))))) (|:| |blockBranch| (-644 $)) (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157)) (|:| |forBranch| (-2 (|:| -3274 (-1091 (-952 (-566)))) (|:| |span| (-952 (-566))) (|:| -3720 $))) (|:| |labelBranch| (-1119)) (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -3720 $))) (|:| |commonBranch| (-2 (|:| -3707 (-1175)) (|:| |contents| (-644 (-1175))))) (|:| |printBranch| (-644 (-862)))) $)) (-15 -2187 ((-1270) $)) (-15 -2825 ((-1103) $)) (-15 -3630 ((-1119) (-1119)))))) (T -331))
+((-1853 (*1 *1 *2 *1) (-12 (-5 *2 (-1091 (-952 (-566)))) (-5 *1 (-331)))) (-1853 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1091 (-952 (-566)))) (-5 *3 (-952 (-566))) (-5 *1 (-331)))) (-2613 (*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))) (-3648 (*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))) (-1348 (*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))) (-1428 (*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))) (-1950 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-331)))) (-1950 (*1 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-331)))) (-3027 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-331)))) (-1971 (*1 *1) (-5 *1 (-331))) (-1971 (*1 *1 *2) (-12 (-5 *2 (-317 (-699))) (-5 *1 (-331)))) (-1971 (*1 *1 *2) (-12 (-5 *2 (-317 (-701))) (-5 *1 (-331)))) (-1971 (*1 *1 *2) (-12 (-5 *2 (-317 (-694))) (-5 *1 (-331)))) (-1971 (*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-5 *1 (-331)))) (-1971 (*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-5 *1 (-331)))) (-1971 (*1 *1 *2) (-12 (-5 *2 (-317 (-169 (-381)))) (-5 *1 (-331)))) (-1466 (*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))) (-1466 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1157)) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-701))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-699))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-694))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-701))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-699))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-694))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-701))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-699))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-694))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-701)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-699)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-694)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-701)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-699)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-694)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-701))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-699))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-694))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-566))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-381))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-169 (-381)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-566)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-381)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-169 (-381))))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-566)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-381)))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-169 (-381))))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-566))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-381))) (-5 *1 (-331)))) (-2813 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-317 (-169 (-381)))) (-5 *1 (-331)))) (-2205 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-5 *1 (-331)))) (-4201 (*1 *1) (-5 *1 (-331))) (-3713 (*1 *1) (-5 *1 (-331))) (-1943 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-331)))) (-3437 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1175)) (-5 *1 (-331)))) (-3103 (*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 (-331)))) (-2336 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1175)) (|:| |arrayIndex| (-644 (-952 (-566)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1175)) (|:| |rand| (-862)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1174)) (|:| |thenClause| (-331)) (|:| |elseClause| (-331)))) (|:| |returnBranch| (-2 (|:| -3758 (-112)) (|:| -1389 (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862)))))) (|:| |blockBranch| (-644 (-331))) (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157)) (|:| |forBranch| (-2 (|:| -3274 (-1091 (-952 (-566)))) (|:| |span| (-952 (-566))) (|:| -3720 (-331)))) (|:| |labelBranch| (-1119)) (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -3720 (-331)))) (|:| |commonBranch| (-2 (|:| -3707 (-1175)) (|:| |contents| (-644 (-1175))))) (|:| |printBranch| (-644 (-862))))) (-5 *1 (-331)))) (-2187 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-331)))) (-2825 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-331)))) (-3630 (*1 *2 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))))
+(-13 (-1099) (-10 -8 (-15 -1853 ($ (-1091 (-952 (-566))) $)) (-15 -1853 ($ (-1091 (-952 (-566))) (-952 (-566)) $)) (-15 -2613 ($ (-1174) $)) (-15 -3648 ($ (-1174) $)) (-15 -1348 ($ (-1119))) (-15 -1428 ($ (-1119))) (-15 -1950 ($ (-1157))) (-15 -1950 ($ (-644 (-1157)))) (-15 -3027 ($ (-1157))) (-15 -1971 ($)) (-15 -1971 ($ (-317 (-699)))) (-15 -1971 ($ (-317 (-701)))) (-15 -1971 ($ (-317 (-694)))) (-15 -1971 ($ (-317 (-381)))) (-15 -1971 ($ (-317 (-566)))) (-15 -1971 ($ (-317 (-169 (-381))))) (-15 -1466 ($ (-1174) $)) (-15 -1466 ($ (-1174) $ $)) (-15 -2813 ($ (-1175) (-1157))) (-15 -2813 ($ (-1175) (-317 (-701)))) (-15 -2813 ($ (-1175) (-317 (-699)))) (-15 -2813 ($ (-1175) (-317 (-694)))) (-15 -2813 ($ (-1175) (-689 (-701)))) (-15 -2813 ($ (-1175) (-689 (-699)))) (-15 -2813 ($ (-1175) (-689 (-694)))) (-15 -2813 ($ (-1175) (-1265 (-701)))) (-15 -2813 ($ (-1175) (-1265 (-699)))) (-15 -2813 ($ (-1175) (-1265 (-694)))) (-15 -2813 ($ (-1175) (-689 (-317 (-701))))) (-15 -2813 ($ (-1175) (-689 (-317 (-699))))) (-15 -2813 ($ (-1175) (-689 (-317 (-694))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-701))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-699))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-694))))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-701)))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-699)))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-694)))) (-15 -2813 ($ (-1175) (-317 (-566)))) (-15 -2813 ($ (-1175) (-317 (-381)))) (-15 -2813 ($ (-1175) (-317 (-169 (-381))))) (-15 -2813 ($ (-1175) (-689 (-317 (-566))))) (-15 -2813 ($ (-1175) (-689 (-317 (-381))))) (-15 -2813 ($ (-1175) (-689 (-317 (-169 (-381)))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-566))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-381))))) (-15 -2813 ($ (-1175) (-1265 (-317 (-169 (-381)))))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-566)))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-381)))) (-15 -2813 ($ (-1175) (-644 (-952 (-566))) (-317 (-169 (-381))))) (-15 -2205 ($ (-644 $))) (-15 -4201 ($)) (-15 -3713 ($)) (-15 -1943 ($ (-644 (-862)))) (-15 -3437 ($ (-1175) (-644 (-1175)))) (-15 -3103 ((-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 -2336 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1175)) (|:| |arrayIndex| (-644 (-952 (-566)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1175)) (|:| |rand| (-862)) (|:| |ints2Floats?| (-112)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1174)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3758 (-112)) (|:| -1389 (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862)))))) (|:| |blockBranch| (-644 $)) (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157)) (|:| |forBranch| (-2 (|:| -3274 (-1091 (-952 (-566)))) (|:| |span| (-952 (-566))) (|:| -3720 $))) (|:| |labelBranch| (-1119)) (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -3720 $))) (|:| |commonBranch| (-2 (|:| -3707 (-1175)) (|:| |contents| (-644 (-1175))))) (|:| |printBranch| (-644 (-862)))) $)) (-15 -2187 ((-1270) $)) (-15 -2825 ((-1103) $)) (-15 -3630 ((-1119) (-1119)))))
+((-4124 (((-112) $ $) NIL)) (-2942 (((-112) $) 13)) (-4005 (($ |#1|) 10)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4015 (($ |#1|) 12)) (-1650 (((-862) $) 19)) (-2657 (((-112) $ $) NIL)) (-1891 ((|#1| $) 14)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 21)))
+(((-332 |#1|) (-13 (-850) (-10 -8 (-15 -4005 ($ |#1|)) (-15 -4015 ($ |#1|)) (-15 -2942 ((-112) $)) (-15 -1891 (|#1| $)))) (-850)) (T -332))
+((-4005 (*1 *1 *2) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850)))) (-4015 (*1 *1 *2) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850)))) (-2942 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-332 *3)) (-4 *3 (-850)))) (-1891 (*1 *2 *1) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850)))))
+(-13 (-850) (-10 -8 (-15 -4005 ($ |#1|)) (-15 -4015 ($ |#1|)) (-15 -2942 ((-112) $)) (-15 -1891 (|#1| $))))
+((-4313 (((-331) (-1175) (-952 (-566))) 23)) (-4374 (((-331) (-1175) (-952 (-566))) 27)) (-4309 (((-331) (-1175) (-1091 (-952 (-566))) (-1091 (-952 (-566)))) 26) (((-331) (-1175) (-952 (-566)) (-952 (-566))) 24)) (-1500 (((-331) (-1175) (-952 (-566))) 31)))
+(((-333) (-10 -7 (-15 -4313 ((-331) (-1175) (-952 (-566)))) (-15 -4309 ((-331) (-1175) (-952 (-566)) (-952 (-566)))) (-15 -4309 ((-331) (-1175) (-1091 (-952 (-566))) (-1091 (-952 (-566))))) (-15 -4374 ((-331) (-1175) (-952 (-566)))) (-15 -1500 ((-331) (-1175) (-952 (-566)))))) (T -333))
+((-1500 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331)) (-5 *1 (-333)))) (-4374 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331)) (-5 *1 (-333)))) (-4309 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-1091 (-952 (-566)))) (-5 *2 (-331)) (-5 *1 (-333)))) (-4309 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331)) (-5 *1 (-333)))) (-4313 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331)) (-5 *1 (-333)))))
+(-10 -7 (-15 -4313 ((-331) (-1175) (-952 (-566)))) (-15 -4309 ((-331) (-1175) (-952 (-566)) (-952 (-566)))) (-15 -4309 ((-331) (-1175) (-1091 (-952 (-566))) (-1091 (-952 (-566))))) (-15 -4374 ((-331) (-1175) (-952 (-566)))) (-15 -1500 ((-331) (-1175) (-952 (-566)))))
+((-4124 (((-112) $ $) NIL)) (-4016 (((-508) $) 20)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2229 (((-958 (-771)) $) 18)) (-2775 (((-250) $) 7)) (-1650 (((-862) $) 26)) (-2592 (((-958 (-183 (-139))) $) 16)) (-2657 (((-112) $ $) NIL)) (-3357 (((-644 (-873 (-1180) (-771))) $) 12)) (-2868 (((-112) $ $) 22)))
+(((-334) (-13 (-1099) (-10 -8 (-15 -2775 ((-250) $)) (-15 -3357 ((-644 (-873 (-1180) (-771))) $)) (-15 -2229 ((-958 (-771)) $)) (-15 -2592 ((-958 (-183 (-139))) $)) (-15 -4016 ((-508) $))))) (T -334))
+((-2775 (*1 *2 *1) (-12 (-5 *2 (-250)) (-5 *1 (-334)))) (-3357 (*1 *2 *1) (-12 (-5 *2 (-644 (-873 (-1180) (-771)))) (-5 *1 (-334)))) (-2229 (*1 *2 *1) (-12 (-5 *2 (-958 (-771))) (-5 *1 (-334)))) (-2592 (*1 *2 *1) (-12 (-5 *2 (-958 (-183 (-139)))) (-5 *1 (-334)))) (-4016 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-334)))))
+(-13 (-1099) (-10 -8 (-15 -2775 ((-250) $)) (-15 -3357 ((-644 (-873 (-1180) (-771))) $)) (-15 -2229 ((-958 (-771)) $)) (-15 -2592 ((-958 (-183 (-139))) $)) (-15 -4016 ((-508) $))))
+((-1895 (((-338 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-338 |#1| |#2| |#3| |#4|)) 33)))
+(((-335 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1895 ((-338 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-338 |#1| |#2| |#3| |#4|)))) (-365) (-1241 |#1|) (-1241 (-409 |#2|)) (-344 |#1| |#2| |#3|) (-365) (-1241 |#5|) (-1241 (-409 |#6|)) (-344 |#5| |#6| |#7|)) (T -335))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-338 *5 *6 *7 *8)) (-4 *5 (-365)) (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6))) (-4 *8 (-344 *5 *6 *7)) (-4 *9 (-365)) (-4 *10 (-1241 *9)) (-4 *11 (-1241 (-409 *10))) (-5 *2 (-338 *9 *10 *11 *12)) (-5 *1 (-335 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-344 *9 *10 *11)))))
+(-10 -7 (-15 -1895 ((-338 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-338 |#1| |#2| |#3| |#4|))))
+((-4033 (((-112) $) 14)))
+(((-336 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4033 ((-112) |#1|))) (-337 |#2| |#3| |#4| |#5|) (-365) (-1241 |#2|) (-1241 (-409 |#3|)) (-344 |#2| |#3| |#4|)) (T -336))
+NIL
+(-10 -8 (-15 -4033 ((-112) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-1936 (($ $) 29)) (-4033 (((-112) $) 28)) (-3057 (((-1157) $) 10)) (-1857 (((-415 |#2| (-409 |#2|) |#3| |#4|) $) 35)) (-2029 (((-1119) $) 11)) (-2529 (((-3 |#4| "failed") $) 27)) (-4133 (($ (-415 |#2| (-409 |#2|) |#3| |#4|)) 34) (($ |#4|) 33) (($ |#1| |#1|) 32) (($ |#1| |#1| (-566)) 31) (($ |#4| |#2| |#2| |#2| |#1|) 26)) (-4119 (((-2 (|:| -1531 (-415 |#2| (-409 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 30)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24)))
+(((-337 |#1| |#2| |#3| |#4|) (-140) (-365) (-1241 |t#1|) (-1241 (-409 |t#2|)) (-344 |t#1| |t#2| |t#3|)) (T -337))
+((-1857 (*1 *2 *1) (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-5 *2 (-415 *4 (-409 *4) *5 *6)))) (-4133 (*1 *1 *2) (-12 (-5 *2 (-415 *4 (-409 *4) *5 *6)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-4 *3 (-365)) (-4 *1 (-337 *3 *4 *5 *6)))) (-4133 (*1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-4 *1 (-337 *3 *4 *5 *2)) (-4 *2 (-344 *3 *4 *5)))) (-4133 (*1 *1 *2 *2) (-12 (-4 *2 (-365)) (-4 *3 (-1241 *2)) (-4 *4 (-1241 (-409 *3))) (-4 *1 (-337 *2 *3 *4 *5)) (-4 *5 (-344 *2 *3 *4)))) (-4133 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-566)) (-4 *2 (-365)) (-4 *4 (-1241 *2)) (-4 *5 (-1241 (-409 *4))) (-4 *1 (-337 *2 *4 *5 *6)) (-4 *6 (-344 *2 *4 *5)))) (-4119 (*1 *2 *1) (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-5 *2 (-2 (|:| -1531 (-415 *4 (-409 *4) *5 *6)) (|:| |principalPart| *6))))) (-1936 (*1 *1 *1) (-12 (-4 *1 (-337 *2 *3 *4 *5)) (-4 *2 (-365)) (-4 *3 (-1241 *2)) (-4 *4 (-1241 (-409 *3))) (-4 *5 (-344 *2 *3 *4)))) (-4033 (*1 *2 *1) (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-5 *2 (-112)))) (-2529 (*1 *2 *1) (|partial| -12 (-4 *1 (-337 *3 *4 *5 *2)) (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-4 *2 (-344 *3 *4 *5)))) (-4133 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-365)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 (-409 *3))) (-4 *1 (-337 *4 *3 *5 *2)) (-4 *2 (-344 *4 *3 *5)))))
+(-13 (-21) (-10 -8 (-15 -1857 ((-415 |t#2| (-409 |t#2|) |t#3| |t#4|) $)) (-15 -4133 ($ (-415 |t#2| (-409 |t#2|) |t#3| |t#4|))) (-15 -4133 ($ |t#4|)) (-15 -4133 ($ |t#1| |t#1|)) (-15 -4133 ($ |t#1| |t#1| (-566))) (-15 -4119 ((-2 (|:| -1531 (-415 |t#2| (-409 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -1936 ($ $)) (-15 -4033 ((-112) $)) (-15 -2529 ((-3 |t#4| "failed") $)) (-15 -4133 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2873 (($ $) 33)) (-2138 (((-112) $) NIL)) (-3380 (((-1157) $) NIL)) (-1809 (((-1264 |#4|) $) 135)) (-2424 (((-415 |#2| (-409 |#2|) |#3| |#4|) $) 31)) (-4072 (((-1119) $) NIL)) (-3302 (((-3 |#4| "failed") $) 36)) (-4119 (((-1264 |#4|) $) 127)) (-3240 (($ (-415 |#2| (-409 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-566)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-2461 (((-2 (|:| -1828 (-415 |#2| (-409 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-3152 (((-862) $) 17)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 14 T CONST)) (-2914 (((-112) $ $) 20)) (-3012 (($ $) 27) (($ $ $) NIL)) (-3002 (($ $ $) 25)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 23)))
-(((-338 |#1| |#2| |#3| |#4|) (-13 (-337 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4119 ((-1264 |#4|) $)) (-15 -1809 ((-1264 |#4|) $)))) (-365) (-1240 |#1|) (-1240 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -338))
-((-4119 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-1264 *6)) (-5 *1 (-338 *3 *4 *5 *6)) (-4 *6 (-344 *3 *4 *5)))) (-1809 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-1264 *6)) (-5 *1 (-338 *3 *4 *5 *6)) (-4 *6 (-344 *3 *4 *5)))))
-(-13 (-337 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4119 ((-1264 |#4|) $)) (-15 -1809 ((-1264 |#4|) $))))
-((-2023 (($ $ (-1175) |#2|) NIL) (($ $ (-644 (-1175)) (-644 |#2|)) 20) (($ $ (-644 (-295 |#2|))) 15) (($ $ (-295 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-644 |#2|) (-644 |#2|)) NIL)) (-1309 (($ $ |#2|) 11)))
-(((-339 |#1| |#2|) (-10 -8 (-15 -1309 (|#1| |#1| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#2|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#2| |#2|)) (-15 -2023 (|#1| |#1| (-295 |#2|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 |#2|))) (-15 -2023 (|#1| |#1| (-1175) |#2|))) (-340 |#2|) (-1099)) (T -339))
-NIL
-(-10 -8 (-15 -1309 (|#1| |#1| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#2|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#2| |#2|)) (-15 -2023 (|#1| |#1| (-295 |#2|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 |#2|))) (-15 -2023 (|#1| |#1| (-1175) |#2|)))
-((-2319 (($ (-1 |#1| |#1|) $) 6)) (-2023 (($ $ (-1175) |#1|) 17 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 16 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-644 (-295 |#1|))) 15 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 14 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-310 |#1|))) (($ $ (-644 |#1|) (-644 |#1|)) 12 (|has| |#1| (-310 |#1|)))) (-1309 (($ $ |#1|) 11 (|has| |#1| (-287 |#1| |#1|)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1936 (($ $) 33)) (-4033 (((-112) $) NIL)) (-3057 (((-1157) $) NIL)) (-3802 (((-1265 |#4|) $) 135)) (-1857 (((-415 |#2| (-409 |#2|) |#3| |#4|) $) 31)) (-2029 (((-1119) $) NIL)) (-2529 (((-3 |#4| "failed") $) 36)) (-2458 (((-1265 |#4|) $) 127)) (-4133 (($ (-415 |#2| (-409 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-566)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-4119 (((-2 (|:| -1531 (-415 |#2| (-409 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-1650 (((-862) $) 17)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 14 T CONST)) (-2868 (((-112) $ $) 20)) (-2977 (($ $) 27) (($ $ $) NIL)) (-2964 (($ $ $) 25)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 23)))
+(((-338 |#1| |#2| |#3| |#4|) (-13 (-337 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2458 ((-1265 |#4|) $)) (-15 -3802 ((-1265 |#4|) $)))) (-365) (-1241 |#1|) (-1241 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -338))
+((-2458 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-1265 *6)) (-5 *1 (-338 *3 *4 *5 *6)) (-4 *6 (-344 *3 *4 *5)))) (-3802 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-1265 *6)) (-5 *1 (-338 *3 *4 *5 *6)) (-4 *6 (-344 *3 *4 *5)))))
+(-13 (-337 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2458 ((-1265 |#4|) $)) (-15 -3802 ((-1265 |#4|) $))))
+((-1838 (($ $ (-1175) |#2|) NIL) (($ $ (-644 (-1175)) (-644 |#2|)) 20) (($ $ (-644 (-295 |#2|))) 15) (($ $ (-295 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-644 |#2|) (-644 |#2|)) NIL)) (-3483 (($ $ |#2|) 11)))
+(((-339 |#1| |#2|) (-10 -8 (-15 -3483 (|#1| |#1| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#2|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#2| |#2|)) (-15 -1838 (|#1| |#1| (-295 |#2|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 |#2|))) (-15 -1838 (|#1| |#1| (-1175) |#2|))) (-340 |#2|) (-1099)) (T -339))
+NIL
+(-10 -8 (-15 -3483 (|#1| |#1| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#2|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#2| |#2|)) (-15 -1838 (|#1| |#1| (-295 |#2|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 |#2|))) (-15 -1838 (|#1| |#1| (-1175) |#2|)))
+((-1895 (($ (-1 |#1| |#1|) $) 6)) (-1838 (($ $ (-1175) |#1|) 17 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 16 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-644 (-295 |#1|))) 15 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 14 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-310 |#1|))) (($ $ (-644 |#1|) (-644 |#1|)) 12 (|has| |#1| (-310 |#1|)))) (-3483 (($ $ |#1|) 11 (|has| |#1| (-287 |#1| |#1|)))))
(((-340 |#1|) (-140) (-1099)) (T -340))
-((-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-340 *3)) (-4 *3 (-1099)))))
-(-13 (-10 -8 (-15 -2319 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-287 |t#1| |t#1|)) (-6 (-287 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-310 |t#1|)) (-6 (-310 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-516 (-1175) |t#1|)) (-6 (-516 (-1175) |t#1|)) |%noBranch|)))
+((-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-340 *3)) (-4 *3 (-1099)))))
+(-13 (-10 -8 (-15 -1895 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-287 |t#1| |t#1|)) (-6 (-287 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-310 |t#1|)) (-6 (-310 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-516 (-1175) |t#1|)) (-6 (-516 (-1175) |t#1|)) |%noBranch|)))
(((-287 |#1| $) |has| |#1| (-287 |#1| |#1|)) ((-310 |#1|) |has| |#1| (-310 |#1|)) ((-516 (-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((-516 |#1| |#1|) |has| |#1| (-310 |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-1175)) $) NIL)) (-3641 (((-112)) 99) (((-112) (-112)) 100)) (-1470 (((-644 (-612 $)) $) NIL)) (-3963 (($ $) NIL)) (-3630 (($ $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2500 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL)) (-1635 (($ $) NIL)) (-3941 (($ $) NIL)) (-3602 (($ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-612 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-317 |#3|)) 79) (((-3 $ "failed") (-1175)) 105) (((-3 $ "failed") (-317 (-566))) 67 (|has| |#3| (-1038 (-566)))) (((-3 $ "failed") (-409 (-952 (-566)))) 73 (|has| |#3| (-1038 (-566)))) (((-3 $ "failed") (-952 (-566))) 68 (|has| |#3| (-1038 (-566)))) (((-3 $ "failed") (-317 (-381))) 97 (|has| |#3| (-1038 (-381)))) (((-3 $ "failed") (-409 (-952 (-381)))) 91 (|has| |#3| (-1038 (-381)))) (((-3 $ "failed") (-952 (-381))) 86 (|has| |#3| (-1038 (-381))))) (-4158 (((-612 $) $) NIL) ((|#3| $) NIL) (($ (-317 |#3|)) 80) (($ (-1175)) 106) (($ (-317 (-566))) 69 (|has| |#3| (-1038 (-566)))) (($ (-409 (-952 (-566)))) 74 (|has| |#3| (-1038 (-566)))) (($ (-952 (-566))) 70 (|has| |#3| (-1038 (-566)))) (($ (-317 (-381))) 98 (|has| |#3| (-1038 (-381)))) (($ (-409 (-952 (-381)))) 92 (|has| |#3| (-1038 (-381)))) (($ (-952 (-381))) 88 (|has| |#3| (-1038 (-381))))) (-3245 (((-3 $ "failed") $) NIL)) (-2281 (($) 10)) (-1633 (($ $) NIL) (($ (-644 $)) NIL)) (-1689 (((-644 (-114)) $) NIL)) (-1566 (((-114) (-114)) NIL)) (-2389 (((-112) $) NIL)) (-3419 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2024 (((-1171 $) (-612 $)) NIL (|has| $ (-1049)))) (-2319 (($ (-1 $ $) (-612 $)) NIL)) (-4010 (((-3 (-612 $) "failed") $) NIL)) (-2310 (($ $) 102)) (-3619 (($ $) NIL)) (-3380 (((-1157) $) NIL)) (-1552 (((-644 (-612 $)) $) NIL)) (-2328 (($ (-114) $) 101) (($ (-114) (-644 $)) NIL)) (-3335 (((-112) $ (-114)) NIL) (((-112) $ (-1175)) NIL)) (-3106 (((-771) $) NIL)) (-4072 (((-1119) $) NIL)) (-3671 (((-112) $ $) NIL) (((-112) $ (-1175)) NIL)) (-3521 (($ $) NIL)) (-2664 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2023 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-1309 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) NIL)) (-2020 (($ $) NIL) (($ $ $) NIL)) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL)) (-1705 (($ $) NIL (|has| $ (-1049)))) (-3952 (($ $) NIL)) (-3618 (($ $) NIL)) (-3152 (((-862) $) NIL) (($ (-612 $)) NIL) (($ |#3|) NIL) (($ (-566)) NIL) (((-317 |#3|) $) 104)) (-2593 (((-771)) NIL T CONST)) (-3928 (($ $) NIL) (($ (-644 $)) NIL)) (-3515 (((-112) (-114)) NIL)) (-3044 (((-112) $ $) NIL)) (-3892 (($ $) NIL)) (-3684 (($ $) NIL)) (-3879 (($ $) NIL)) (-1358 (($ $) NIL)) (-4356 (($) 103 T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $ $) NIL) (($ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL)))
-(((-341 |#1| |#2| |#3|) (-13 (-303) (-38 |#3|) (-1038 |#3|) (-900 (-1175)) (-10 -8 (-15 -4158 ($ (-317 |#3|))) (-15 -2229 ((-3 $ "failed") (-317 |#3|))) (-15 -4158 ($ (-1175))) (-15 -2229 ((-3 $ "failed") (-1175))) (-15 -3152 ((-317 |#3|) $)) (IF (|has| |#3| (-1038 (-566))) (PROGN (-15 -4158 ($ (-317 (-566)))) (-15 -2229 ((-3 $ "failed") (-317 (-566)))) (-15 -4158 ($ (-409 (-952 (-566))))) (-15 -2229 ((-3 $ "failed") (-409 (-952 (-566))))) (-15 -4158 ($ (-952 (-566)))) (-15 -2229 ((-3 $ "failed") (-952 (-566))))) |%noBranch|) (IF (|has| |#3| (-1038 (-381))) (PROGN (-15 -4158 ($ (-317 (-381)))) (-15 -2229 ((-3 $ "failed") (-317 (-381)))) (-15 -4158 ($ (-409 (-952 (-381))))) (-15 -2229 ((-3 $ "failed") (-409 (-952 (-381))))) (-15 -4158 ($ (-952 (-381)))) (-15 -2229 ((-3 $ "failed") (-952 (-381))))) |%noBranch|) (-15 -1358 ($ $)) (-15 -1635 ($ $)) (-15 -3521 ($ $)) (-15 -3619 ($ $)) (-15 -2310 ($ $)) (-15 -3602 ($ $)) (-15 -3618 ($ $)) (-15 -3630 ($ $)) (-15 -3684 ($ $)) (-15 -3879 ($ $)) (-15 -3892 ($ $)) (-15 -3941 ($ $)) (-15 -3952 ($ $)) (-15 -3963 ($ $)) (-15 -2281 ($)) (-15 -1771 ((-644 (-1175)) $)) (-15 -3641 ((-112))) (-15 -3641 ((-112) (-112))))) (-644 (-1175)) (-644 (-1175)) (-389)) (T -341))
-((-4158 (*1 *1 *2) (-12 (-5 *2 (-317 *5)) (-4 *5 (-389)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 *5)) (-4 *5 (-389)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 *2)) (-14 *4 (-644 *2)) (-4 *5 (-389)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 *2)) (-14 *4 (-644 *2)) (-4 *5 (-389)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-317 *5)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-566))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-566)))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 (-952 (-566)))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-952 (-566))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-566))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-381))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-381)))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 (-952 (-381)))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-952 (-381))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-381))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-1358 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-1635 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3521 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3619 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-2310 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3602 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3618 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3630 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3684 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3879 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3892 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3941 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3952 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3963 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-2281 (*1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-1771 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-341 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-389)))) (-3641 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-3641 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))))
-(-13 (-303) (-38 |#3|) (-1038 |#3|) (-900 (-1175)) (-10 -8 (-15 -4158 ($ (-317 |#3|))) (-15 -2229 ((-3 $ "failed") (-317 |#3|))) (-15 -4158 ($ (-1175))) (-15 -2229 ((-3 $ "failed") (-1175))) (-15 -3152 ((-317 |#3|) $)) (IF (|has| |#3| (-1038 (-566))) (PROGN (-15 -4158 ($ (-317 (-566)))) (-15 -2229 ((-3 $ "failed") (-317 (-566)))) (-15 -4158 ($ (-409 (-952 (-566))))) (-15 -2229 ((-3 $ "failed") (-409 (-952 (-566))))) (-15 -4158 ($ (-952 (-566)))) (-15 -2229 ((-3 $ "failed") (-952 (-566))))) |%noBranch|) (IF (|has| |#3| (-1038 (-381))) (PROGN (-15 -4158 ($ (-317 (-381)))) (-15 -2229 ((-3 $ "failed") (-317 (-381)))) (-15 -4158 ($ (-409 (-952 (-381))))) (-15 -2229 ((-3 $ "failed") (-409 (-952 (-381))))) (-15 -4158 ($ (-952 (-381)))) (-15 -2229 ((-3 $ "failed") (-952 (-381))))) |%noBranch|) (-15 -1358 ($ $)) (-15 -1635 ($ $)) (-15 -3521 ($ $)) (-15 -3619 ($ $)) (-15 -2310 ($ $)) (-15 -3602 ($ $)) (-15 -3618 ($ $)) (-15 -3630 ($ $)) (-15 -3684 ($ $)) (-15 -3879 ($ $)) (-15 -3892 ($ $)) (-15 -3941 ($ $)) (-15 -3952 ($ $)) (-15 -3963 ($ $)) (-15 -2281 ($)) (-15 -1771 ((-644 (-1175)) $)) (-15 -3641 ((-112))) (-15 -3641 ((-112) (-112)))))
-((-2319 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
-(((-342 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2319 (|#8| (-1 |#5| |#1|) |#4|))) (-1218) (-1240 |#1|) (-1240 (-409 |#2|)) (-344 |#1| |#2| |#3|) (-1218) (-1240 |#5|) (-1240 (-409 |#6|)) (-344 |#5| |#6| |#7|)) (T -342))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1218)) (-4 *8 (-1218)) (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6))) (-4 *9 (-1240 *8)) (-4 *2 (-344 *8 *9 *10)) (-5 *1 (-342 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-344 *5 *6 *7)) (-4 *10 (-1240 (-409 *9))))))
-(-10 -7 (-15 -2319 (|#8| (-1 |#5| |#1|) |#4|)))
-((-2802 (((-2 (|:| |num| (-1264 |#3|)) (|:| |den| |#3|)) $) 40)) (-1563 (($ (-1264 (-409 |#3|)) (-1264 $)) NIL) (($ (-1264 (-409 |#3|))) NIL) (($ (-1264 |#3|) |#3|) 177)) (-2108 (((-1264 $) (-1264 $)) 161)) (-3831 (((-644 (-644 |#2|))) 130)) (-3748 (((-112) |#2| |#2|) 77)) (-2616 (($ $) 152)) (-3962 (((-771)) 33)) (-2803 (((-1264 $) (-1264 $)) 222)) (-4172 (((-644 (-952 |#2|)) (-1175)) 119)) (-2534 (((-112) $) 174)) (-3626 (((-112) $) 27) (((-112) $ |#2|) 31) (((-112) $ |#3|) 226)) (-4257 (((-3 |#3| "failed")) 53)) (-4200 (((-771)) 188)) (-1309 ((|#2| $ |#2| |#2|) 144)) (-1438 (((-3 |#3| "failed")) 72)) (-3629 (($ $ (-1 (-409 |#3|) (-409 |#3|)) (-771)) NIL) (($ $ (-1 (-409 |#3|) (-409 |#3|))) NIL) (($ $ (-1 |#3| |#3|)) 230) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-1726 (((-1264 $) (-1264 $)) 167)) (-2019 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 69)) (-1361 (((-112)) 35)))
-(((-343 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3831 ((-644 (-644 |#2|)))) (-15 -4172 ((-644 (-952 |#2|)) (-1175))) (-15 -2019 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -4257 ((-3 |#3| "failed"))) (-15 -1438 ((-3 |#3| "failed"))) (-15 -1309 (|#2| |#1| |#2| |#2|)) (-15 -2616 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3626 ((-112) |#1| |#3|)) (-15 -3626 ((-112) |#1| |#2|)) (-15 -1563 (|#1| (-1264 |#3|) |#3|)) (-15 -2802 ((-2 (|:| |num| (-1264 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2108 ((-1264 |#1|) (-1264 |#1|))) (-15 -2803 ((-1264 |#1|) (-1264 |#1|))) (-15 -1726 ((-1264 |#1|) (-1264 |#1|))) (-15 -3626 ((-112) |#1|)) (-15 -2534 ((-112) |#1|)) (-15 -3748 ((-112) |#2| |#2|)) (-15 -1361 ((-112))) (-15 -4200 ((-771))) (-15 -3962 ((-771))) (-15 -3629 (|#1| |#1| (-1 (-409 |#3|) (-409 |#3|)))) (-15 -3629 (|#1| |#1| (-1 (-409 |#3|) (-409 |#3|)) (-771))) (-15 -1563 (|#1| (-1264 (-409 |#3|)))) (-15 -1563 (|#1| (-1264 (-409 |#3|)) (-1264 |#1|)))) (-344 |#2| |#3| |#4|) (-1218) (-1240 |#2|) (-1240 (-409 |#3|))) (T -343))
-((-3962 (*1 *2) (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5))) (-5 *2 (-771)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6)))) (-4200 (*1 *2) (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5))) (-5 *2 (-771)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6)))) (-1361 (*1 *2) (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5))) (-5 *2 (-112)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6)))) (-3748 (*1 *2 *3 *3) (-12 (-4 *3 (-1218)) (-4 *5 (-1240 *3)) (-4 *6 (-1240 (-409 *5))) (-5 *2 (-112)) (-5 *1 (-343 *4 *3 *5 *6)) (-4 *4 (-344 *3 *5 *6)))) (-1438 (*1 *2) (|partial| -12 (-4 *4 (-1218)) (-4 *5 (-1240 (-409 *2))) (-4 *2 (-1240 *4)) (-5 *1 (-343 *3 *4 *2 *5)) (-4 *3 (-344 *4 *2 *5)))) (-4257 (*1 *2) (|partial| -12 (-4 *4 (-1218)) (-4 *5 (-1240 (-409 *2))) (-4 *2 (-1240 *4)) (-5 *1 (-343 *3 *4 *2 *5)) (-4 *3 (-344 *4 *2 *5)))) (-4172 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *5 (-1218)) (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6))) (-5 *2 (-644 (-952 *5))) (-5 *1 (-343 *4 *5 *6 *7)) (-4 *4 (-344 *5 *6 *7)))) (-3831 (*1 *2) (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5))) (-5 *2 (-644 (-644 *4))) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6)))))
-(-10 -8 (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3831 ((-644 (-644 |#2|)))) (-15 -4172 ((-644 (-952 |#2|)) (-1175))) (-15 -2019 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -4257 ((-3 |#3| "failed"))) (-15 -1438 ((-3 |#3| "failed"))) (-15 -1309 (|#2| |#1| |#2| |#2|)) (-15 -2616 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3626 ((-112) |#1| |#3|)) (-15 -3626 ((-112) |#1| |#2|)) (-15 -1563 (|#1| (-1264 |#3|) |#3|)) (-15 -2802 ((-2 (|:| |num| (-1264 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2108 ((-1264 |#1|) (-1264 |#1|))) (-15 -2803 ((-1264 |#1|) (-1264 |#1|))) (-15 -1726 ((-1264 |#1|) (-1264 |#1|))) (-15 -3626 ((-112) |#1|)) (-15 -2534 ((-112) |#1|)) (-15 -3748 ((-112) |#2| |#2|)) (-15 -1361 ((-112))) (-15 -4200 ((-771))) (-15 -3962 ((-771))) (-15 -3629 (|#1| |#1| (-1 (-409 |#3|) (-409 |#3|)))) (-15 -3629 (|#1| |#1| (-1 (-409 |#3|) (-409 |#3|)) (-771))) (-15 -1563 (|#1| (-1264 (-409 |#3|)))) (-15 -1563 (|#1| (-1264 (-409 |#3|)) (-1264 |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2802 (((-2 (|:| |num| (-1264 |#2|)) (|:| |den| |#2|)) $) 204)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 102 (|has| (-409 |#2|) (-365)))) (-2161 (($ $) 103 (|has| (-409 |#2|) (-365)))) (-2345 (((-112) $) 105 (|has| (-409 |#2|) (-365)))) (-3899 (((-689 (-409 |#2|)) (-1264 $)) 53) (((-689 (-409 |#2|))) 68)) (-3833 (((-409 |#2|) $) 59)) (-2894 (((-1187 (-921) (-771)) (-566)) 155 (|has| (-409 |#2|) (-351)))) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 122 (|has| (-409 |#2|) (-365)))) (-1364 (((-420 $) $) 123 (|has| (-409 |#2|) (-365)))) (-2085 (((-112) $ $) 113 (|has| (-409 |#2|) (-365)))) (-3870 (((-771)) 96 (|has| (-409 |#2|) (-370)))) (-2239 (((-112)) 221)) (-3333 (((-112) |#1|) 220) (((-112) |#2|) 219)) (-2463 (($) 18 T CONST)) (-2229 (((-3 (-566) "failed") $) 178 (|has| (-409 |#2|) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 176 (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-3 (-409 |#2|) "failed") $) 173)) (-4158 (((-566) $) 177 (|has| (-409 |#2|) (-1038 (-566)))) (((-409 (-566)) $) 175 (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-409 |#2|) $) 174)) (-1563 (($ (-1264 (-409 |#2|)) (-1264 $)) 55) (($ (-1264 (-409 |#2|))) 71) (($ (-1264 |#2|) |#2|) 203)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) 161 (|has| (-409 |#2|) (-351)))) (-2933 (($ $ $) 117 (|has| (-409 |#2|) (-365)))) (-3578 (((-689 (-409 |#2|)) $ (-1264 $)) 60) (((-689 (-409 |#2|)) $) 66)) (-4089 (((-689 (-566)) (-689 $)) 172 (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 171 (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-409 |#2|))) (|:| |vec| (-1264 (-409 |#2|)))) (-689 $) (-1264 $)) 170) (((-689 (-409 |#2|)) (-689 $)) 169)) (-2108 (((-1264 $) (-1264 $)) 209)) (-2873 (($ |#3|) 166) (((-3 $ "failed") (-409 |#3|)) 163 (|has| (-409 |#2|) (-365)))) (-3245 (((-3 $ "failed") $) 37)) (-3831 (((-644 (-644 |#1|))) 190 (|has| |#1| (-370)))) (-3748 (((-112) |#1| |#1|) 225)) (-2755 (((-921)) 61)) (-2715 (($) 99 (|has| (-409 |#2|) (-370)))) (-3032 (((-112)) 218)) (-3756 (((-112) |#1|) 217) (((-112) |#2|) 216)) (-2945 (($ $ $) 116 (|has| (-409 |#2|) (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 111 (|has| (-409 |#2|) (-365)))) (-2616 (($ $) 196)) (-3359 (($) 157 (|has| (-409 |#2|) (-351)))) (-2466 (((-112) $) 158 (|has| (-409 |#2|) (-351)))) (-1574 (($ $ (-771)) 149 (|has| (-409 |#2|) (-351))) (($ $) 148 (|has| (-409 |#2|) (-351)))) (-1615 (((-112) $) 124 (|has| (-409 |#2|) (-365)))) (-2679 (((-921) $) 160 (|has| (-409 |#2|) (-351))) (((-833 (-921)) $) 146 (|has| (-409 |#2|) (-351)))) (-2389 (((-112) $) 35)) (-3962 (((-771)) 228)) (-2803 (((-1264 $) (-1264 $)) 210)) (-2064 (((-409 |#2|) $) 58)) (-4172 (((-644 (-952 |#1|)) (-1175)) 191 (|has| |#1| (-365)))) (-2621 (((-3 $ "failed") $) 150 (|has| (-409 |#2|) (-351)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 120 (|has| (-409 |#2|) (-365)))) (-3468 ((|#3| $) 51 (|has| (-409 |#2|) (-365)))) (-1866 (((-921) $) 98 (|has| (-409 |#2|) (-370)))) (-2860 ((|#3| $) 164)) (-2128 (($ (-644 $)) 109 (|has| (-409 |#2|) (-365))) (($ $ $) 108 (|has| (-409 |#2|) (-365)))) (-3380 (((-1157) $) 10)) (-3224 (((-689 (-409 |#2|))) 205)) (-1740 (((-689 (-409 |#2|))) 207)) (-2748 (($ $) 125 (|has| (-409 |#2|) (-365)))) (-4364 (($ (-1264 |#2|) |#2|) 201)) (-3458 (((-689 (-409 |#2|))) 206)) (-2300 (((-689 (-409 |#2|))) 208)) (-2238 (((-2 (|:| |num| (-689 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 200)) (-2713 (((-2 (|:| |num| (-1264 |#2|)) (|:| |den| |#2|)) $) 202)) (-2942 (((-1264 $)) 214)) (-2736 (((-1264 $)) 215)) (-2534 (((-112) $) 213)) (-3626 (((-112) $) 212) (((-112) $ |#1|) 199) (((-112) $ |#2|) 198)) (-3289 (($) 151 (|has| (-409 |#2|) (-351)) CONST)) (-2835 (($ (-921)) 97 (|has| (-409 |#2|) (-370)))) (-4257 (((-3 |#2| "failed")) 193)) (-4072 (((-1119) $) 11)) (-4200 (((-771)) 227)) (-3302 (($) 168)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 110 (|has| (-409 |#2|) (-365)))) (-2164 (($ (-644 $)) 107 (|has| (-409 |#2|) (-365))) (($ $ $) 106 (|has| (-409 |#2|) (-365)))) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) 154 (|has| (-409 |#2|) (-351)))) (-1624 (((-420 $) $) 121 (|has| (-409 |#2|) (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119 (|has| (-409 |#2|) (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 118 (|has| (-409 |#2|) (-365)))) (-2978 (((-3 $ "failed") $ $) 101 (|has| (-409 |#2|) (-365)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 112 (|has| (-409 |#2|) (-365)))) (-4357 (((-771) $) 114 (|has| (-409 |#2|) (-365)))) (-1309 ((|#1| $ |#1| |#1|) 195)) (-1438 (((-3 |#2| "failed")) 194)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 115 (|has| (-409 |#2|) (-365)))) (-4068 (((-409 |#2|) (-1264 $)) 54) (((-409 |#2|)) 67)) (-3169 (((-771) $) 159 (|has| (-409 |#2|) (-351))) (((-3 (-771) "failed") $ $) 147 (|has| (-409 |#2|) (-351)))) (-3629 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) 131 (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) 130 (|has| (-409 |#2|) (-365))) (($ $ (-1 |#2| |#2|)) 197) (($ $ (-644 (-1175)) (-644 (-771))) 138 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-2415 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-1175) (-771)) 139 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-2415 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-644 (-1175))) 140 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-2415 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-1175)) 141 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-2415 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-771)) 143 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-233))) (-2415 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) 145 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-233))) (-2415 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-3225 (((-689 (-409 |#2|)) (-1264 $) (-1 (-409 |#2|) (-409 |#2|))) 162 (|has| (-409 |#2|) (-365)))) (-1705 ((|#3|) 167)) (-4122 (($) 156 (|has| (-409 |#2|) (-351)))) (-3350 (((-1264 (-409 |#2|)) $ (-1264 $)) 57) (((-689 (-409 |#2|)) (-1264 $) (-1264 $)) 56) (((-1264 (-409 |#2|)) $) 73) (((-689 (-409 |#2|)) (-1264 $)) 72)) (-2376 (((-1264 (-409 |#2|)) $) 70) (($ (-1264 (-409 |#2|))) 69) ((|#3| $) 179) (($ |#3|) 165)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 153 (|has| (-409 |#2|) (-351)))) (-1726 (((-1264 $) (-1264 $)) 211)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 |#2|)) 44) (($ (-409 (-566))) 95 (-2768 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-1038 (-409 (-566)))))) (($ $) 100 (|has| (-409 |#2|) (-365)))) (-2633 (($ $) 152 (|has| (-409 |#2|) (-351))) (((-3 $ "failed") $) 50 (|has| (-409 |#2|) (-145)))) (-2318 ((|#3| $) 52)) (-2593 (((-771)) 32 T CONST)) (-2675 (((-112)) 224)) (-3401 (((-112) |#1|) 223) (((-112) |#2|) 222)) (-3044 (((-112) $ $) 9)) (-2875 (((-1264 $)) 74)) (-3014 (((-112) $ $) 104 (|has| (-409 |#2|) (-365)))) (-2019 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 192)) (-1361 (((-112)) 226)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) 133 (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) 132 (|has| (-409 |#2|) (-365))) (($ $ (-644 (-1175)) (-644 (-771))) 134 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-2415 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-1175) (-771)) 135 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-2415 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-644 (-1175))) 136 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-2415 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-1175)) 137 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-2415 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-771)) 142 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-233))) (-2415 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) 144 (-2768 (-2415 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-233))) (-2415 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 129 (|has| (-409 |#2|) (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 126 (|has| (-409 |#2|) (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 |#2|)) 46) (($ (-409 |#2|) $) 45) (($ (-409 (-566)) $) 128 (|has| (-409 |#2|) (-365))) (($ $ (-409 (-566))) 127 (|has| (-409 |#2|) (-365)))))
-(((-344 |#1| |#2| |#3|) (-140) (-1218) (-1240 |t#1|) (-1240 (-409 |t#2|))) (T -344))
-((-3962 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-771)))) (-4200 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-771)))) (-1361 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-3748 (*1 *2 *3 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-2675 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-3401 (*1 *2 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-3401 (*1 *2 *3) (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1218)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 (-409 *3))) (-5 *2 (-112)))) (-2239 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-3333 (*1 *2 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-3333 (*1 *2 *3) (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1218)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 (-409 *3))) (-5 *2 (-112)))) (-3032 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-3756 (*1 *2 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-3756 (*1 *2 *3) (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1218)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 (-409 *3))) (-5 *2 (-112)))) (-2736 (*1 *2) (-12 (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5)))) (-2942 (*1 *2) (-12 (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5)))) (-2534 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-3626 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-1726 (*1 *2 *2) (-12 (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))))) (-2803 (*1 *2 *2) (-12 (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))))) (-2108 (*1 *2 *2) (-12 (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))))) (-2300 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-689 (-409 *4))))) (-1740 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-689 (-409 *4))))) (-3458 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-689 (-409 *4))))) (-3224 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-689 (-409 *4))))) (-2802 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-2 (|:| |num| (-1264 *4)) (|:| |den| *4))))) (-1563 (*1 *1 *2 *3) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-1240 *4)) (-4 *4 (-1218)) (-4 *1 (-344 *4 *3 *5)) (-4 *5 (-1240 (-409 *3))))) (-2713 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-2 (|:| |num| (-1264 *4)) (|:| |den| *4))))) (-4364 (*1 *1 *2 *3) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-1240 *4)) (-4 *4 (-1218)) (-4 *1 (-344 *4 *3 *5)) (-4 *5 (-1240 (-409 *3))))) (-2238 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-344 *4 *5 *6)) (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5))) (-5 *2 (-2 (|:| |num| (-689 *5)) (|:| |den| *5))))) (-3626 (*1 *2 *1 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))) (-3626 (*1 *2 *1 *3) (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1218)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 (-409 *3))) (-5 *2 (-112)))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))))) (-2616 (*1 *1 *1) (-12 (-4 *1 (-344 *2 *3 *4)) (-4 *2 (-1218)) (-4 *3 (-1240 *2)) (-4 *4 (-1240 (-409 *3))))) (-1309 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-344 *2 *3 *4)) (-4 *2 (-1218)) (-4 *3 (-1240 *2)) (-4 *4 (-1240 (-409 *3))))) (-1438 (*1 *2) (|partial| -12 (-4 *1 (-344 *3 *2 *4)) (-4 *3 (-1218)) (-4 *4 (-1240 (-409 *2))) (-4 *2 (-1240 *3)))) (-4257 (*1 *2) (|partial| -12 (-4 *1 (-344 *3 *2 *4)) (-4 *3 (-1218)) (-4 *4 (-1240 (-409 *2))) (-4 *2 (-1240 *3)))) (-2019 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1240 *4)) (-4 *4 (-1218)) (-4 *6 (-1240 (-409 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-344 *4 *5 *6)))) (-4172 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *1 (-344 *4 *5 *6)) (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5))) (-4 *4 (-365)) (-5 *2 (-644 (-952 *4))))) (-3831 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))) (-4 *3 (-370)) (-5 *2 (-644 (-644 *3))))))
-(-13 (-724 (-409 |t#2|) |t#3|) (-10 -8 (-15 -3962 ((-771))) (-15 -4200 ((-771))) (-15 -1361 ((-112))) (-15 -3748 ((-112) |t#1| |t#1|)) (-15 -2675 ((-112))) (-15 -3401 ((-112) |t#1|)) (-15 -3401 ((-112) |t#2|)) (-15 -2239 ((-112))) (-15 -3333 ((-112) |t#1|)) (-15 -3333 ((-112) |t#2|)) (-15 -3032 ((-112))) (-15 -3756 ((-112) |t#1|)) (-15 -3756 ((-112) |t#2|)) (-15 -2736 ((-1264 $))) (-15 -2942 ((-1264 $))) (-15 -2534 ((-112) $)) (-15 -3626 ((-112) $)) (-15 -1726 ((-1264 $) (-1264 $))) (-15 -2803 ((-1264 $) (-1264 $))) (-15 -2108 ((-1264 $) (-1264 $))) (-15 -2300 ((-689 (-409 |t#2|)))) (-15 -1740 ((-689 (-409 |t#2|)))) (-15 -3458 ((-689 (-409 |t#2|)))) (-15 -3224 ((-689 (-409 |t#2|)))) (-15 -2802 ((-2 (|:| |num| (-1264 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -1563 ($ (-1264 |t#2|) |t#2|)) (-15 -2713 ((-2 (|:| |num| (-1264 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -4364 ($ (-1264 |t#2|) |t#2|)) (-15 -2238 ((-2 (|:| |num| (-689 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -3626 ((-112) $ |t#1|)) (-15 -3626 ((-112) $ |t#2|)) (-15 -3629 ($ $ (-1 |t#2| |t#2|))) (-15 -2616 ($ $)) (-15 -1309 (|t#1| $ |t#1| |t#1|)) (-15 -1438 ((-3 |t#2| "failed"))) (-15 -4257 ((-3 |t#2| "failed"))) (-15 -2019 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-365)) (-15 -4172 ((-644 (-952 |t#1|)) (-1175))) |%noBranch|) (IF (|has| |t#1| (-370)) (-15 -3831 ((-644 (-644 |t#1|)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-38 #1=(-409 |#2|)) . T) ((-38 $) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-102) . T) ((-111 #0# #0#) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-145))) ((-147) |has| (-409 |#2|) (-147)) ((-616 #0#) -2768 (|has| (-409 |#2|) (-1038 (-409 (-566)))) (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-616 #1#) . T) ((-616 (-566)) . T) ((-616 $) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-613 (-862)) . T) ((-172) . T) ((-614 |#3|) . T) ((-231 #1#) |has| (-409 |#2|) (-365)) ((-233) -2768 (|has| (-409 |#2|) (-351)) (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365)))) ((-243) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-291) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-308) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-365) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-404) |has| (-409 |#2|) (-351)) ((-370) -2768 (|has| (-409 |#2|) (-370)) (|has| (-409 |#2|) (-351))) ((-351) |has| (-409 |#2|) (-351)) ((-372 #1# |#3|) . T) ((-411 #1# |#3|) . T) ((-379 #1#) . T) ((-413 #1#) . T) ((-454) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-558) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-646 #0#) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-646 #1#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-648 #1#) . T) ((-648 $) . T) ((-640 #0#) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-640 #1#) . T) ((-640 $) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-639 #1#) . T) ((-639 (-566)) |has| (-409 |#2|) (-639 (-566))) ((-717 #0#) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-717 #1#) . T) ((-717 $) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-724 #1# |#3|) . T) ((-726) . T) ((-900 (-1175)) -12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) ((-920) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-1038 (-409 (-566))) |has| (-409 |#2|) (-1038 (-409 (-566)))) ((-1038 #1#) . T) ((-1038 (-566)) |has| (-409 |#2|) (-1038 (-566))) ((-1051 #0#) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-1051 #1#) . T) ((-1051 $) . T) ((-1056 #0#) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-1056 #1#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| (-409 |#2|) (-351)) ((-1218) -2768 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| (-910 |#1|) (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL (|has| (-910 |#1|) (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-910 |#1|) "failed") $) NIL)) (-4158 (((-910 |#1|) $) NIL)) (-1563 (($ (-1264 (-910 |#1|))) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-910 |#1|) (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-910 |#1|) (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) NIL (|has| (-910 |#1|) (-370)))) (-2466 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370)))) (($ $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) NIL (|has| (-910 |#1|) (-370))) (((-833 (-921)) $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2389 (((-112) $) NIL)) (-2437 (($) NIL (|has| (-910 |#1|) (-370)))) (-2953 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-2064 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| (-910 |#1|) (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 (-910 |#1|)) $) NIL) (((-1171 $) $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-1866 (((-921) $) NIL (|has| (-910 |#1|) (-370)))) (-2099 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370)))) (-3624 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-1171 (-910 |#1|)) "failed") $ $) NIL (|has| (-910 |#1|) (-370)))) (-3844 (($ $ (-1171 (-910 |#1|))) NIL (|has| (-910 |#1|) (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-910 |#1|) (-370)) CONST)) (-2835 (($ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-3653 (((-112) $) NIL)) (-4072 (((-1119) $) NIL)) (-2587 (((-958 (-1119))) NIL)) (-3302 (($) NIL (|has| (-910 |#1|) (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| (-910 |#1|) (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) NIL) (((-921)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-771) "failed") $ $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1705 (((-1171 (-910 |#1|))) NIL)) (-4122 (($) NIL (|has| (-910 |#1|) (-370)))) (-2110 (($) NIL (|has| (-910 |#1|) (-370)))) (-3350 (((-1264 (-910 |#1|)) $) NIL) (((-689 (-910 |#1|)) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| (-910 |#1|) (-370)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-910 |#1|)) NIL)) (-2633 (($ $) NIL (|has| (-910 |#1|) (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL) (((-1264 $) (-921)) NIL)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2198 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-3497 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL) (($ $ (-910 |#1|)) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-910 |#1|)) NIL) (($ (-910 |#1|) $) NIL)))
-(((-345 |#1| |#2|) (-13 (-330 (-910 |#1|)) (-10 -7 (-15 -2587 ((-958 (-1119)))))) (-921) (-921)) (T -345))
-((-2587 (*1 *2) (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-345 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))))
-(-13 (-330 (-910 |#1|)) (-10 -7 (-15 -2587 ((-958 (-1119))))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 58)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) 56 (|has| |#1| (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL (|has| |#1| (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) 144)) (-4158 ((|#1| $) 115)) (-1563 (($ (-1264 |#1|)) 132)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) 123 (|has| |#1| (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) 126 (|has| |#1| (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) 162 (|has| |#1| (-370)))) (-2466 (((-112) $) 66 (|has| |#1| (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) 60 (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2389 (((-112) $) 62)) (-2437 (($) 164 (|has| |#1| (-370)))) (-2953 (((-112) $) NIL (|has| |#1| (-370)))) (-2064 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 |#1|) $) 119) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-1866 (((-921) $) 173 (|has| |#1| (-370)))) (-2099 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3624 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-3844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 180)) (-3289 (($) NIL (|has| |#1| (-370)) CONST)) (-2835 (($ (-921)) 98 (|has| |#1| (-370)))) (-3653 (((-112) $) 149)) (-4072 (((-1119) $) NIL)) (-2587 (((-958 (-1119))) 57)) (-3302 (($) 160 (|has| |#1| (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) 121 (|has| |#1| (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) 92) (((-921)) 93)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) 163 (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) 156 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1705 (((-1171 |#1|)) 124)) (-4122 (($) 161 (|has| |#1| (-370)))) (-2110 (($) 169 (|has| |#1| (-370)))) (-3350 (((-1264 |#1|) $) 77) (((-689 |#1|) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-3152 (((-862) $) 176) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 102)) (-2633 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2593 (((-771)) 157 T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) 146) (((-1264 $) (-921)) 100)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) 67 T CONST)) (-4366 (($) 105 T CONST)) (-2198 (($ $) 109 (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3497 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2914 (((-112) $ $) 65)) (-3025 (($ $ $) 178) (($ $ |#1|) 179)) (-3012 (($ $) 159) (($ $ $) NIL)) (-3002 (($ $ $) 86)) (** (($ $ (-921)) 182) (($ $ (-771)) 183) (($ $ (-566)) 181)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 104) (($ $ $) 103) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 177)))
-(((-346 |#1| |#2|) (-13 (-330 |#1|) (-10 -7 (-15 -2587 ((-958 (-1119)))))) (-351) (-1171 |#1|)) (T -346))
-((-2587 (*1 *2) (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-346 *3 *4)) (-4 *3 (-351)) (-14 *4 (-1171 *3)))))
-(-13 (-330 |#1|) (-10 -7 (-15 -2587 ((-958 (-1119))))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| |#1| (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL (|has| |#1| (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-1563 (($ (-1264 |#1|)) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| |#1| (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) NIL (|has| |#1| (-370)))) (-2466 (((-112) $) NIL (|has| |#1| (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2389 (((-112) $) NIL)) (-2437 (($) NIL (|has| |#1| (-370)))) (-2953 (((-112) $) NIL (|has| |#1| (-370)))) (-2064 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 |#1|) $) NIL) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-1866 (((-921) $) NIL (|has| |#1| (-370)))) (-2099 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3624 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-3844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| |#1| (-370)) CONST)) (-2835 (($ (-921)) NIL (|has| |#1| (-370)))) (-3653 (((-112) $) NIL)) (-4072 (((-1119) $) NIL)) (-2587 (((-958 (-1119))) NIL)) (-3302 (($) NIL (|has| |#1| (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| |#1| (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) NIL) (((-921)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1705 (((-1171 |#1|)) NIL)) (-4122 (($) NIL (|has| |#1| (-370)))) (-2110 (($) NIL (|has| |#1| (-370)))) (-3350 (((-1264 |#1|) $) NIL) (((-689 |#1|) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) NIL)) (-2633 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL) (((-1264 $) (-921)) NIL)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2198 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3497 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL) (($ $ |#1|) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-347 |#1| |#2|) (-13 (-330 |#1|) (-10 -7 (-15 -2587 ((-958 (-1119)))))) (-351) (-921)) (T -347))
-((-2587 (*1 *2) (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-347 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))))
-(-13 (-330 |#1|) (-10 -7 (-15 -2587 ((-958 (-1119))))))
-((-1433 (((-771) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119)))))) 61)) (-2076 (((-958 (-1119)) (-1171 |#1|)) 113)) (-1804 (((-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))) (-1171 |#1|)) 105)) (-4304 (((-689 |#1|) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119)))))) 115)) (-3016 (((-3 (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))) "failed") (-921)) 13)) (-3825 (((-3 (-1171 |#1|) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119)))))) (-921)) 18)))
-(((-348 |#1|) (-10 -7 (-15 -2076 ((-958 (-1119)) (-1171 |#1|))) (-15 -1804 ((-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))) (-1171 |#1|))) (-15 -4304 ((-689 |#1|) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))))) (-15 -1433 ((-771) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))))) (-15 -3016 ((-3 (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))) "failed") (-921))) (-15 -3825 ((-3 (-1171 |#1|) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119)))))) (-921)))) (-351)) (T -348))
-((-3825 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-3 (-1171 *4) (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119))))))) (-5 *1 (-348 *4)) (-4 *4 (-351)))) (-3016 (*1 *2 *3) (|partial| -12 (-5 *3 (-921)) (-5 *2 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119)))))) (-5 *1 (-348 *4)) (-4 *4 (-351)))) (-1433 (*1 *2 *3) (-12 (-5 *3 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119)))))) (-4 *4 (-351)) (-5 *2 (-771)) (-5 *1 (-348 *4)))) (-4304 (*1 *2 *3) (-12 (-5 *3 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119)))))) (-4 *4 (-351)) (-5 *2 (-689 *4)) (-5 *1 (-348 *4)))) (-1804 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119)))))) (-5 *1 (-348 *4)))) (-2076 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-958 (-1119))) (-5 *1 (-348 *4)))))
-(-10 -7 (-15 -2076 ((-958 (-1119)) (-1171 |#1|))) (-15 -1804 ((-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))) (-1171 |#1|))) (-15 -4304 ((-689 |#1|) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))))) (-15 -1433 ((-771) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))))) (-15 -3016 ((-3 (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))) "failed") (-921))) (-15 -3825 ((-3 (-1171 |#1|) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119)))))) (-921))))
-((-3152 ((|#1| |#3|) 108) ((|#3| |#1|) 91)))
-(((-349 |#1| |#2| |#3|) (-10 -7 (-15 -3152 (|#3| |#1|)) (-15 -3152 (|#1| |#3|))) (-330 |#2|) (-351) (-330 |#2|)) (T -349))
-((-3152 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *2 (-330 *4)) (-5 *1 (-349 *2 *4 *3)) (-4 *3 (-330 *4)))) (-3152 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *2 (-330 *4)) (-5 *1 (-349 *3 *4 *2)) (-4 *3 (-330 *4)))))
-(-10 -7 (-15 -3152 (|#3| |#1|)) (-15 -3152 (|#1| |#3|)))
-((-2466 (((-112) $) 60)) (-2679 (((-833 (-921)) $) 23) (((-921) $) 66)) (-2621 (((-3 $ "failed") $) 18)) (-3289 (($) 9)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 116)) (-3169 (((-3 (-771) "failed") $ $) 94) (((-771) $) 81)) (-3629 (($ $ (-771)) NIL) (($ $) 8)) (-4122 (($) 53)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 38)) (-2633 (((-3 $ "failed") $) 45) (($ $) 44)))
-(((-350 |#1|) (-10 -8 (-15 -2679 ((-921) |#1|)) (-15 -3169 ((-771) |#1|)) (-15 -2466 ((-112) |#1|)) (-15 -4122 (|#1|)) (-15 -3391 ((-3 (-1264 |#1|) "failed") (-689 |#1|))) (-15 -2633 (|#1| |#1|)) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3289 (|#1|)) (-15 -2621 ((-3 |#1| "failed") |#1|)) (-15 -3169 ((-3 (-771) "failed") |#1| |#1|)) (-15 -2679 ((-833 (-921)) |#1|)) (-15 -2633 ((-3 |#1| "failed") |#1|)) (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|)))) (-351)) (T -350))
-NIL
-(-10 -8 (-15 -2679 ((-921) |#1|)) (-15 -3169 ((-771) |#1|)) (-15 -2466 ((-112) |#1|)) (-15 -4122 (|#1|)) (-15 -3391 ((-3 (-1264 |#1|) "failed") (-689 |#1|))) (-15 -2633 (|#1| |#1|)) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3289 (|#1|)) (-15 -2621 ((-3 |#1| "failed") |#1|)) (-15 -3169 ((-3 (-771) "failed") |#1| |#1|)) (-15 -2679 ((-833 (-921)) |#1|)) (-15 -2633 ((-3 |#1| "failed") |#1|)) (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-2894 (((-1187 (-921) (-771)) (-566)) 101)) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-2085 (((-112) $ $) 65)) (-3870 (((-771)) 111)) (-2463 (($) 18 T CONST)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) 95)) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-2715 (($) 114)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-3359 (($) 99)) (-2466 (((-112) $) 98)) (-1574 (($ $) 87) (($ $ (-771)) 86)) (-1615 (((-112) $) 79)) (-2679 (((-833 (-921)) $) 89) (((-921) $) 96)) (-2389 (((-112) $) 35)) (-2621 (((-3 $ "failed") $) 110)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1866 (((-921) $) 113)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 78)) (-3289 (($) 109 T CONST)) (-2835 (($ (-921)) 112)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) 102)) (-1624 (((-420 $) $) 82)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-3169 (((-3 (-771) "failed") $ $) 88) (((-771) $) 97)) (-3629 (($ $ (-771)) 107) (($ $) 105)) (-4122 (($) 100)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 103)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74)) (-2633 (((-3 $ "failed") $) 90) (($ $) 104)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-771)) 108) (($ $) 106)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 73)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-1175)) $) NIL)) (-3751 (((-112)) 99) (((-112) (-112)) 100)) (-1791 (((-644 (-612 $)) $) NIL)) (-4175 (($ $) NIL)) (-4026 (($ $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4170 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL)) (-3856 (($ $) NIL)) (-4153 (($ $) NIL)) (-4005 (($ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-612 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-317 |#3|)) 79) (((-3 $ "failed") (-1175)) 105) (((-3 $ "failed") (-317 (-566))) 67 (|has| |#3| (-1038 (-566)))) (((-3 $ "failed") (-409 (-952 (-566)))) 73 (|has| |#3| (-1038 (-566)))) (((-3 $ "failed") (-952 (-566))) 68 (|has| |#3| (-1038 (-566)))) (((-3 $ "failed") (-317 (-381))) 97 (|has| |#3| (-1038 (-381)))) (((-3 $ "failed") (-409 (-952 (-381)))) 91 (|has| |#3| (-1038 (-381)))) (((-3 $ "failed") (-952 (-381))) 86 (|has| |#3| (-1038 (-381))))) (-3213 (((-612 $) $) NIL) ((|#3| $) NIL) (($ (-317 |#3|)) 80) (($ (-1175)) 106) (($ (-317 (-566))) 69 (|has| |#3| (-1038 (-566)))) (($ (-409 (-952 (-566)))) 74 (|has| |#3| (-1038 (-566)))) (($ (-952 (-566))) 70 (|has| |#3| (-1038 (-566)))) (($ (-317 (-381))) 98 (|has| |#3| (-1038 (-381)))) (($ (-409 (-952 (-381)))) 92 (|has| |#3| (-1038 (-381)))) (($ (-952 (-381))) 88 (|has| |#3| (-1038 (-381))))) (-4185 (((-3 $ "failed") $) NIL)) (-2528 (($) 10)) (-2563 (($ $) NIL) (($ (-644 $)) NIL)) (-1930 (((-644 (-114)) $) NIL)) (-3797 (((-114) (-114)) NIL)) (-1568 (((-112) $) NIL)) (-2190 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2216 (((-1171 $) (-612 $)) NIL (|has| $ (-1049)))) (-1895 (($ (-1 $ $) (-612 $)) NIL)) (-2691 (((-3 (-612 $) "failed") $) NIL)) (-3398 (($ $) 102)) (-1658 (($ $) NIL)) (-3057 (((-1157) $) NIL)) (-3787 (((-644 (-612 $)) $) NIL)) (-2574 (($ (-114) $) 101) (($ (-114) (-644 $)) NIL)) (-2530 (((-112) $ (-114)) NIL) (((-112) $ (-1175)) NIL)) (-2149 (((-771) $) NIL)) (-2029 (((-1119) $) NIL)) (-2719 (((-112) $ $) NIL) (((-112) $ (-1175)) NIL)) (-1983 (($ $) NIL)) (-2340 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-1838 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-3483 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) NIL)) (-2182 (($ $) NIL) (($ $ $) NIL)) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL)) (-2068 (($ $) NIL (|has| $ (-1049)))) (-4164 (($ $) NIL)) (-4015 (($ $) NIL)) (-1650 (((-862) $) NIL) (($ (-612 $)) NIL) (($ |#3|) NIL) (($ (-566)) NIL) (((-317 |#3|) $) 104)) (-2910 (((-771)) NIL T CONST)) (-2404 (($ $) NIL) (($ (-644 $)) NIL)) (-1892 (((-112) (-114)) NIL)) (-2657 (((-112) $ $) NIL)) (-4100 (($ $) NIL)) (-4077 (($ $) NIL)) (-4088 (($ $) NIL)) (-3839 (($ $) NIL)) (-3410 (($) 103 T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $ $) NIL) (($ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL)))
+(((-341 |#1| |#2| |#3|) (-13 (-303) (-38 |#3|) (-1038 |#3|) (-900 (-1175)) (-10 -8 (-15 -3213 ($ (-317 |#3|))) (-15 -1821 ((-3 $ "failed") (-317 |#3|))) (-15 -3213 ($ (-1175))) (-15 -1821 ((-3 $ "failed") (-1175))) (-15 -1650 ((-317 |#3|) $)) (IF (|has| |#3| (-1038 (-566))) (PROGN (-15 -3213 ($ (-317 (-566)))) (-15 -1821 ((-3 $ "failed") (-317 (-566)))) (-15 -3213 ($ (-409 (-952 (-566))))) (-15 -1821 ((-3 $ "failed") (-409 (-952 (-566))))) (-15 -3213 ($ (-952 (-566)))) (-15 -1821 ((-3 $ "failed") (-952 (-566))))) |%noBranch|) (IF (|has| |#3| (-1038 (-381))) (PROGN (-15 -3213 ($ (-317 (-381)))) (-15 -1821 ((-3 $ "failed") (-317 (-381)))) (-15 -3213 ($ (-409 (-952 (-381))))) (-15 -1821 ((-3 $ "failed") (-409 (-952 (-381))))) (-15 -3213 ($ (-952 (-381)))) (-15 -1821 ((-3 $ "failed") (-952 (-381))))) |%noBranch|) (-15 -3839 ($ $)) (-15 -3856 ($ $)) (-15 -1983 ($ $)) (-15 -1658 ($ $)) (-15 -3398 ($ $)) (-15 -4005 ($ $)) (-15 -4015 ($ $)) (-15 -4026 ($ $)) (-15 -4077 ($ $)) (-15 -4088 ($ $)) (-15 -4100 ($ $)) (-15 -4153 ($ $)) (-15 -4164 ($ $)) (-15 -4175 ($ $)) (-15 -2528 ($)) (-15 -3981 ((-644 (-1175)) $)) (-15 -3751 ((-112))) (-15 -3751 ((-112) (-112))))) (-644 (-1175)) (-644 (-1175)) (-389)) (T -341))
+((-3213 (*1 *1 *2) (-12 (-5 *2 (-317 *5)) (-4 *5 (-389)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 *5)) (-4 *5 (-389)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 *2)) (-14 *4 (-644 *2)) (-4 *5 (-389)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 *2)) (-14 *4 (-644 *2)) (-4 *5 (-389)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-317 *5)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-566))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-566)))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 (-952 (-566)))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-952 (-566))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-566))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-381))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-381)))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 (-952 (-381)))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-952 (-381))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-381))) (-5 *1 (-341 *3 *4 *5)) (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-3839 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3856 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-1983 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-1658 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3398 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-4005 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-4015 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-4026 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-4077 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-4088 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-4100 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-4153 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-4164 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-4175 (*1 *1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-2528 (*1 *1) (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175))) (-14 *3 (-644 (-1175))) (-4 *4 (-389)))) (-3981 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-341 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-389)))) (-3751 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))) (-3751 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389)))))
+(-13 (-303) (-38 |#3|) (-1038 |#3|) (-900 (-1175)) (-10 -8 (-15 -3213 ($ (-317 |#3|))) (-15 -1821 ((-3 $ "failed") (-317 |#3|))) (-15 -3213 ($ (-1175))) (-15 -1821 ((-3 $ "failed") (-1175))) (-15 -1650 ((-317 |#3|) $)) (IF (|has| |#3| (-1038 (-566))) (PROGN (-15 -3213 ($ (-317 (-566)))) (-15 -1821 ((-3 $ "failed") (-317 (-566)))) (-15 -3213 ($ (-409 (-952 (-566))))) (-15 -1821 ((-3 $ "failed") (-409 (-952 (-566))))) (-15 -3213 ($ (-952 (-566)))) (-15 -1821 ((-3 $ "failed") (-952 (-566))))) |%noBranch|) (IF (|has| |#3| (-1038 (-381))) (PROGN (-15 -3213 ($ (-317 (-381)))) (-15 -1821 ((-3 $ "failed") (-317 (-381)))) (-15 -3213 ($ (-409 (-952 (-381))))) (-15 -1821 ((-3 $ "failed") (-409 (-952 (-381))))) (-15 -3213 ($ (-952 (-381)))) (-15 -1821 ((-3 $ "failed") (-952 (-381))))) |%noBranch|) (-15 -3839 ($ $)) (-15 -3856 ($ $)) (-15 -1983 ($ $)) (-15 -1658 ($ $)) (-15 -3398 ($ $)) (-15 -4005 ($ $)) (-15 -4015 ($ $)) (-15 -4026 ($ $)) (-15 -4077 ($ $)) (-15 -4088 ($ $)) (-15 -4100 ($ $)) (-15 -4153 ($ $)) (-15 -4164 ($ $)) (-15 -4175 ($ $)) (-15 -2528 ($)) (-15 -3981 ((-644 (-1175)) $)) (-15 -3751 ((-112))) (-15 -3751 ((-112) (-112)))))
+((-1895 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
+(((-342 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1895 (|#8| (-1 |#5| |#1|) |#4|))) (-1219) (-1241 |#1|) (-1241 (-409 |#2|)) (-344 |#1| |#2| |#3|) (-1219) (-1241 |#5|) (-1241 (-409 |#6|)) (-344 |#5| |#6| |#7|)) (T -342))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1219)) (-4 *8 (-1219)) (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6))) (-4 *9 (-1241 *8)) (-4 *2 (-344 *8 *9 *10)) (-5 *1 (-342 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-344 *5 *6 *7)) (-4 *10 (-1241 (-409 *9))))))
+(-10 -7 (-15 -1895 (|#8| (-1 |#5| |#1|) |#4|)))
+((-4369 (((-2 (|:| |num| (-1265 |#3|)) (|:| |den| |#3|)) $) 40)) (-3189 (($ (-1265 (-409 |#3|)) (-1265 $)) NIL) (($ (-1265 (-409 |#3|))) NIL) (($ (-1265 |#3|) |#3|) 177)) (-1823 (((-1265 $) (-1265 $)) 161)) (-1764 (((-644 (-644 |#2|))) 130)) (-2264 (((-112) |#2| |#2|) 77)) (-3156 (($ $) 152)) (-3546 (((-771)) 33)) (-4377 (((-1265 $) (-1265 $)) 222)) (-1809 (((-644 (-952 |#2|)) (-1175)) 119)) (-3607 (((-112) $) 174)) (-3619 (((-112) $) 27) (((-112) $ |#2|) 31) (((-112) $ |#3|) 226)) (-3326 (((-3 |#3| "failed")) 53)) (-4011 (((-771)) 188)) (-3483 ((|#2| $ |#2| |#2|) 144)) (-1385 (((-3 |#3| "failed")) 72)) (-2324 (($ $ (-1 (-409 |#3|) (-409 |#3|)) (-771)) NIL) (($ $ (-1 (-409 |#3|) (-409 |#3|))) NIL) (($ $ (-1 |#3| |#3|)) 230) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-2266 (((-1265 $) (-1265 $)) 167)) (-2171 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 69)) (-1543 (((-112)) 35)))
+(((-343 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -1764 ((-644 (-644 |#2|)))) (-15 -1809 ((-644 (-952 |#2|)) (-1175))) (-15 -2171 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3326 ((-3 |#3| "failed"))) (-15 -1385 ((-3 |#3| "failed"))) (-15 -3483 (|#2| |#1| |#2| |#2|)) (-15 -3156 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3619 ((-112) |#1| |#3|)) (-15 -3619 ((-112) |#1| |#2|)) (-15 -3189 (|#1| (-1265 |#3|) |#3|)) (-15 -4369 ((-2 (|:| |num| (-1265 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1823 ((-1265 |#1|) (-1265 |#1|))) (-15 -4377 ((-1265 |#1|) (-1265 |#1|))) (-15 -2266 ((-1265 |#1|) (-1265 |#1|))) (-15 -3619 ((-112) |#1|)) (-15 -3607 ((-112) |#1|)) (-15 -2264 ((-112) |#2| |#2|)) (-15 -1543 ((-112))) (-15 -4011 ((-771))) (-15 -3546 ((-771))) (-15 -2324 (|#1| |#1| (-1 (-409 |#3|) (-409 |#3|)))) (-15 -2324 (|#1| |#1| (-1 (-409 |#3|) (-409 |#3|)) (-771))) (-15 -3189 (|#1| (-1265 (-409 |#3|)))) (-15 -3189 (|#1| (-1265 (-409 |#3|)) (-1265 |#1|)))) (-344 |#2| |#3| |#4|) (-1219) (-1241 |#2|) (-1241 (-409 |#3|))) (T -343))
+((-3546 (*1 *2) (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5))) (-5 *2 (-771)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6)))) (-4011 (*1 *2) (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5))) (-5 *2 (-771)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6)))) (-1543 (*1 *2) (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5))) (-5 *2 (-112)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6)))) (-2264 (*1 *2 *3 *3) (-12 (-4 *3 (-1219)) (-4 *5 (-1241 *3)) (-4 *6 (-1241 (-409 *5))) (-5 *2 (-112)) (-5 *1 (-343 *4 *3 *5 *6)) (-4 *4 (-344 *3 *5 *6)))) (-1385 (*1 *2) (|partial| -12 (-4 *4 (-1219)) (-4 *5 (-1241 (-409 *2))) (-4 *2 (-1241 *4)) (-5 *1 (-343 *3 *4 *2 *5)) (-4 *3 (-344 *4 *2 *5)))) (-3326 (*1 *2) (|partial| -12 (-4 *4 (-1219)) (-4 *5 (-1241 (-409 *2))) (-4 *2 (-1241 *4)) (-5 *1 (-343 *3 *4 *2 *5)) (-4 *3 (-344 *4 *2 *5)))) (-1809 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *5 (-1219)) (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6))) (-5 *2 (-644 (-952 *5))) (-5 *1 (-343 *4 *5 *6 *7)) (-4 *4 (-344 *5 *6 *7)))) (-1764 (*1 *2) (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5))) (-5 *2 (-644 (-644 *4))) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6)))))
+(-10 -8 (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -1764 ((-644 (-644 |#2|)))) (-15 -1809 ((-644 (-952 |#2|)) (-1175))) (-15 -2171 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3326 ((-3 |#3| "failed"))) (-15 -1385 ((-3 |#3| "failed"))) (-15 -3483 (|#2| |#1| |#2| |#2|)) (-15 -3156 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3619 ((-112) |#1| |#3|)) (-15 -3619 ((-112) |#1| |#2|)) (-15 -3189 (|#1| (-1265 |#3|) |#3|)) (-15 -4369 ((-2 (|:| |num| (-1265 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1823 ((-1265 |#1|) (-1265 |#1|))) (-15 -4377 ((-1265 |#1|) (-1265 |#1|))) (-15 -2266 ((-1265 |#1|) (-1265 |#1|))) (-15 -3619 ((-112) |#1|)) (-15 -3607 ((-112) |#1|)) (-15 -2264 ((-112) |#2| |#2|)) (-15 -1543 ((-112))) (-15 -4011 ((-771))) (-15 -3546 ((-771))) (-15 -2324 (|#1| |#1| (-1 (-409 |#3|) (-409 |#3|)))) (-15 -2324 (|#1| |#1| (-1 (-409 |#3|) (-409 |#3|)) (-771))) (-15 -3189 (|#1| (-1265 (-409 |#3|)))) (-15 -3189 (|#1| (-1265 (-409 |#3|)) (-1265 |#1|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-4369 (((-2 (|:| |num| (-1265 |#2|)) (|:| |den| |#2|)) $) 204)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 102 (|has| (-409 |#2|) (-365)))) (-4282 (($ $) 103 (|has| (-409 |#2|) (-365)))) (-2296 (((-112) $) 105 (|has| (-409 |#2|) (-365)))) (-4266 (((-689 (-409 |#2|)) (-1265 $)) 53) (((-689 (-409 |#2|))) 68)) (-2881 (((-409 |#2|) $) 59)) (-2638 (((-1188 (-921) (-771)) (-566)) 155 (|has| (-409 |#2|) (-351)))) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 122 (|has| (-409 |#2|) (-365)))) (-1615 (((-420 $) $) 123 (|has| (-409 |#2|) (-365)))) (-1621 (((-112) $ $) 113 (|has| (-409 |#2|) (-365)))) (-3571 (((-771)) 96 (|has| (-409 |#2|) (-370)))) (-2490 (((-112)) 221)) (-2508 (((-112) |#1|) 220) (((-112) |#2|) 219)) (-4145 (($) 18 T CONST)) (-1821 (((-3 (-566) "failed") $) 178 (|has| (-409 |#2|) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 176 (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-3 (-409 |#2|) "failed") $) 173)) (-3213 (((-566) $) 177 (|has| (-409 |#2|) (-1038 (-566)))) (((-409 (-566)) $) 175 (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-409 |#2|) $) 174)) (-3189 (($ (-1265 (-409 |#2|)) (-1265 $)) 55) (($ (-1265 (-409 |#2|))) 71) (($ (-1265 |#2|) |#2|) 203)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) 161 (|has| (-409 |#2|) (-351)))) (-4067 (($ $ $) 117 (|has| (-409 |#2|) (-365)))) (-3186 (((-689 (-409 |#2|)) $ (-1265 $)) 60) (((-689 (-409 |#2|)) $) 66)) (-2204 (((-689 (-566)) (-689 $)) 172 (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 171 (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-409 |#2|))) (|:| |vec| (-1265 (-409 |#2|)))) (-689 $) (-1265 $)) 170) (((-689 (-409 |#2|)) (-689 $)) 169)) (-1823 (((-1265 $) (-1265 $)) 209)) (-1936 (($ |#3|) 166) (((-3 $ "failed") (-409 |#3|)) 163 (|has| (-409 |#2|) (-365)))) (-4185 (((-3 $ "failed") $) 37)) (-1764 (((-644 (-644 |#1|))) 190 (|has| |#1| (-370)))) (-2264 (((-112) |#1| |#1|) 225)) (-3486 (((-921)) 61)) (-3341 (($) 99 (|has| (-409 |#2|) (-370)))) (-2534 (((-112)) 218)) (-2330 (((-112) |#1|) 217) (((-112) |#2|) 216)) (-4078 (($ $ $) 116 (|has| (-409 |#2|) (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 111 (|has| (-409 |#2|) (-365)))) (-3156 (($ $) 196)) (-2814 (($) 157 (|has| (-409 |#2|) (-351)))) (-4179 (((-112) $) 158 (|has| (-409 |#2|) (-351)))) (-3271 (($ $ (-771)) 149 (|has| (-409 |#2|) (-351))) (($ $) 148 (|has| (-409 |#2|) (-351)))) (-2422 (((-112) $) 124 (|has| (-409 |#2|) (-365)))) (-2464 (((-921) $) 160 (|has| (-409 |#2|) (-351))) (((-833 (-921)) $) 146 (|has| (-409 |#2|) (-351)))) (-1568 (((-112) $) 35)) (-3546 (((-771)) 228)) (-4377 (((-1265 $) (-1265 $)) 210)) (-1435 (((-409 |#2|) $) 58)) (-1809 (((-644 (-952 |#1|)) (-1175)) 191 (|has| |#1| (-365)))) (-1982 (((-3 $ "failed") $) 150 (|has| (-409 |#2|) (-351)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 120 (|has| (-409 |#2|) (-365)))) (-1505 ((|#3| $) 51 (|has| (-409 |#2|) (-365)))) (-4350 (((-921) $) 98 (|has| (-409 |#2|) (-370)))) (-1924 ((|#3| $) 164)) (-1931 (($ (-644 $)) 109 (|has| (-409 |#2|) (-365))) (($ $ $) 108 (|has| (-409 |#2|) (-365)))) (-3057 (((-1157) $) 10)) (-3958 (((-689 (-409 |#2|))) 205)) (-2403 (((-689 (-409 |#2|))) 207)) (-4085 (($ $) 125 (|has| (-409 |#2|) (-365)))) (-3138 (($ (-1265 |#2|) |#2|) 201)) (-1411 (((-689 (-409 |#2|))) 206)) (-1912 (((-689 (-409 |#2|))) 208)) (-2482 (((-2 (|:| |num| (-689 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 200)) (-1657 (((-2 (|:| |num| (-1265 |#2|)) (|:| |den| |#2|)) $) 202)) (-3132 (((-1265 $)) 214)) (-1845 (((-1265 $)) 215)) (-3607 (((-112) $) 213)) (-3619 (((-112) $) 212) (((-112) $ |#1|) 199) (((-112) $ |#2|) 198)) (-1783 (($) 151 (|has| (-409 |#2|) (-351)) CONST)) (-1351 (($ (-921)) 97 (|has| (-409 |#2|) (-370)))) (-3326 (((-3 |#2| "failed")) 193)) (-2029 (((-1119) $) 11)) (-4011 (((-771)) 227)) (-2529 (($) 168)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 110 (|has| (-409 |#2|) (-365)))) (-1962 (($ (-644 $)) 107 (|has| (-409 |#2|) (-365))) (($ $ $) 106 (|has| (-409 |#2|) (-365)))) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) 154 (|has| (-409 |#2|) (-351)))) (-3846 (((-420 $) $) 121 (|has| (-409 |#2|) (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119 (|has| (-409 |#2|) (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 118 (|has| (-409 |#2|) (-365)))) (-4116 (((-3 $ "failed") $ $) 101 (|has| (-409 |#2|) (-365)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 112 (|has| (-409 |#2|) (-365)))) (-3075 (((-771) $) 114 (|has| (-409 |#2|) (-365)))) (-3483 ((|#1| $ |#1| |#1|) 195)) (-1385 (((-3 |#2| "failed")) 194)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 115 (|has| (-409 |#2|) (-365)))) (-2018 (((-409 |#2|) (-1265 $)) 54) (((-409 |#2|)) 67)) (-1529 (((-771) $) 159 (|has| (-409 |#2|) (-351))) (((-3 (-771) "failed") $ $) 147 (|has| (-409 |#2|) (-351)))) (-2324 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) 131 (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) 130 (|has| (-409 |#2|) (-365))) (($ $ (-1 |#2| |#2|)) 197) (($ $ (-644 (-1175)) (-644 (-771))) 138 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-3360 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-1175) (-771)) 139 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-3360 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-644 (-1175))) 140 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-3360 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-1175)) 141 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-3360 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-771)) 143 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-233))) (-3360 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) 145 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-233))) (-3360 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-3970 (((-689 (-409 |#2|)) (-1265 $) (-1 (-409 |#2|) (-409 |#2|))) 162 (|has| (-409 |#2|) (-365)))) (-2068 ((|#3|) 167)) (-2484 (($) 156 (|has| (-409 |#2|) (-351)))) (-2702 (((-1265 (-409 |#2|)) $ (-1265 $)) 57) (((-689 (-409 |#2|)) (-1265 $) (-1265 $)) 56) (((-1265 (-409 |#2|)) $) 73) (((-689 (-409 |#2|)) (-1265 $)) 72)) (-1945 (((-1265 (-409 |#2|)) $) 70) (($ (-1265 (-409 |#2|))) 69) ((|#3| $) 179) (($ |#3|) 165)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 153 (|has| (-409 |#2|) (-351)))) (-2266 (((-1265 $) (-1265 $)) 211)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 |#2|)) 44) (($ (-409 (-566))) 95 (-2700 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-1038 (-409 (-566)))))) (($ $) 100 (|has| (-409 |#2|) (-365)))) (-2097 (($ $) 152 (|has| (-409 |#2|) (-351))) (((-3 $ "failed") $) 50 (|has| (-409 |#2|) (-145)))) (-2080 ((|#3| $) 52)) (-2910 (((-771)) 32 T CONST)) (-2428 (((-112)) 224)) (-2005 (((-112) |#1|) 223) (((-112) |#2|) 222)) (-2657 (((-112) $ $) 9)) (-3781 (((-1265 $)) 74)) (-3679 (((-112) $ $) 104 (|has| (-409 |#2|) (-365)))) (-2171 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 192)) (-1543 (((-112)) 226)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) 133 (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) 132 (|has| (-409 |#2|) (-365))) (($ $ (-644 (-1175)) (-644 (-771))) 134 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-3360 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-1175) (-771)) 135 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-3360 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-644 (-1175))) 136 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-3360 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-1175)) 137 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) (-3360 (|has| (-409 |#2|) (-900 (-1175))) (|has| (-409 |#2|) (-365))))) (($ $ (-771)) 142 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-233))) (-3360 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) 144 (-2700 (-3360 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-233))) (-3360 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 129 (|has| (-409 |#2|) (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 126 (|has| (-409 |#2|) (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 |#2|)) 46) (($ (-409 |#2|) $) 45) (($ (-409 (-566)) $) 128 (|has| (-409 |#2|) (-365))) (($ $ (-409 (-566))) 127 (|has| (-409 |#2|) (-365)))))
+(((-344 |#1| |#2| |#3|) (-140) (-1219) (-1241 |t#1|) (-1241 (-409 |t#2|))) (T -344))
+((-3546 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-771)))) (-4011 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-771)))) (-1543 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-2264 (*1 *2 *3 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-2428 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-2005 (*1 *2 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-2005 (*1 *2 *3) (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1219)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 (-409 *3))) (-5 *2 (-112)))) (-2490 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-2508 (*1 *2 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-2508 (*1 *2 *3) (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1219)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 (-409 *3))) (-5 *2 (-112)))) (-2534 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-2330 (*1 *2 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-2330 (*1 *2 *3) (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1219)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 (-409 *3))) (-5 *2 (-112)))) (-1845 (*1 *2) (-12 (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5)))) (-3132 (*1 *2) (-12 (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5)))) (-3607 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-3619 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-2266 (*1 *2 *2) (-12 (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))))) (-4377 (*1 *2 *2) (-12 (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))))) (-1823 (*1 *2 *2) (-12 (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))))) (-1912 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-689 (-409 *4))))) (-2403 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-689 (-409 *4))))) (-1411 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-689 (-409 *4))))) (-3958 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-689 (-409 *4))))) (-4369 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-2 (|:| |num| (-1265 *4)) (|:| |den| *4))))) (-3189 (*1 *1 *2 *3) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-1241 *4)) (-4 *4 (-1219)) (-4 *1 (-344 *4 *3 *5)) (-4 *5 (-1241 (-409 *3))))) (-1657 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-2 (|:| |num| (-1265 *4)) (|:| |den| *4))))) (-3138 (*1 *1 *2 *3) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-1241 *4)) (-4 *4 (-1219)) (-4 *1 (-344 *4 *3 *5)) (-4 *5 (-1241 (-409 *3))))) (-2482 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-344 *4 *5 *6)) (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5))) (-5 *2 (-2 (|:| |num| (-689 *5)) (|:| |den| *5))))) (-3619 (*1 *2 *1 *3) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))) (-3619 (*1 *2 *1 *3) (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1219)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 (-409 *3))) (-5 *2 (-112)))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))))) (-3156 (*1 *1 *1) (-12 (-4 *1 (-344 *2 *3 *4)) (-4 *2 (-1219)) (-4 *3 (-1241 *2)) (-4 *4 (-1241 (-409 *3))))) (-3483 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-344 *2 *3 *4)) (-4 *2 (-1219)) (-4 *3 (-1241 *2)) (-4 *4 (-1241 (-409 *3))))) (-1385 (*1 *2) (|partial| -12 (-4 *1 (-344 *3 *2 *4)) (-4 *3 (-1219)) (-4 *4 (-1241 (-409 *2))) (-4 *2 (-1241 *3)))) (-3326 (*1 *2) (|partial| -12 (-4 *1 (-344 *3 *2 *4)) (-4 *3 (-1219)) (-4 *4 (-1241 (-409 *2))) (-4 *2 (-1241 *3)))) (-2171 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1241 *4)) (-4 *4 (-1219)) (-4 *6 (-1241 (-409 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-344 *4 *5 *6)))) (-1809 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *1 (-344 *4 *5 *6)) (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5))) (-4 *4 (-365)) (-5 *2 (-644 (-952 *4))))) (-1764 (*1 *2) (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))) (-4 *3 (-370)) (-5 *2 (-644 (-644 *3))))))
+(-13 (-724 (-409 |t#2|) |t#3|) (-10 -8 (-15 -3546 ((-771))) (-15 -4011 ((-771))) (-15 -1543 ((-112))) (-15 -2264 ((-112) |t#1| |t#1|)) (-15 -2428 ((-112))) (-15 -2005 ((-112) |t#1|)) (-15 -2005 ((-112) |t#2|)) (-15 -2490 ((-112))) (-15 -2508 ((-112) |t#1|)) (-15 -2508 ((-112) |t#2|)) (-15 -2534 ((-112))) (-15 -2330 ((-112) |t#1|)) (-15 -2330 ((-112) |t#2|)) (-15 -1845 ((-1265 $))) (-15 -3132 ((-1265 $))) (-15 -3607 ((-112) $)) (-15 -3619 ((-112) $)) (-15 -2266 ((-1265 $) (-1265 $))) (-15 -4377 ((-1265 $) (-1265 $))) (-15 -1823 ((-1265 $) (-1265 $))) (-15 -1912 ((-689 (-409 |t#2|)))) (-15 -2403 ((-689 (-409 |t#2|)))) (-15 -1411 ((-689 (-409 |t#2|)))) (-15 -3958 ((-689 (-409 |t#2|)))) (-15 -4369 ((-2 (|:| |num| (-1265 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -3189 ($ (-1265 |t#2|) |t#2|)) (-15 -1657 ((-2 (|:| |num| (-1265 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -3138 ($ (-1265 |t#2|) |t#2|)) (-15 -2482 ((-2 (|:| |num| (-689 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -3619 ((-112) $ |t#1|)) (-15 -3619 ((-112) $ |t#2|)) (-15 -2324 ($ $ (-1 |t#2| |t#2|))) (-15 -3156 ($ $)) (-15 -3483 (|t#1| $ |t#1| |t#1|)) (-15 -1385 ((-3 |t#2| "failed"))) (-15 -3326 ((-3 |t#2| "failed"))) (-15 -2171 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-365)) (-15 -1809 ((-644 (-952 |t#1|)) (-1175))) |%noBranch|) (IF (|has| |t#1| (-370)) (-15 -1764 ((-644 (-644 |t#1|)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-38 #1=(-409 |#2|)) . T) ((-38 $) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-102) . T) ((-111 #0# #0#) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-145))) ((-147) |has| (-409 |#2|) (-147)) ((-616 #0#) -2700 (|has| (-409 |#2|) (-1038 (-409 (-566)))) (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-616 #1#) . T) ((-616 (-566)) . T) ((-616 $) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-613 (-862)) . T) ((-172) . T) ((-614 |#3|) . T) ((-231 #1#) |has| (-409 |#2|) (-365)) ((-233) -2700 (|has| (-409 |#2|) (-351)) (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365)))) ((-243) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-291) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-308) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-365) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-404) |has| (-409 |#2|) (-351)) ((-370) -2700 (|has| (-409 |#2|) (-370)) (|has| (-409 |#2|) (-351))) ((-351) |has| (-409 |#2|) (-351)) ((-372 #1# |#3|) . T) ((-411 #1# |#3|) . T) ((-379 #1#) . T) ((-413 #1#) . T) ((-454) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-558) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-646 #0#) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-646 #1#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-648 #1#) . T) ((-648 $) . T) ((-640 #0#) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-640 #1#) . T) ((-640 $) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-639 #1#) . T) ((-639 (-566)) |has| (-409 |#2|) (-639 (-566))) ((-717 #0#) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-717 #1#) . T) ((-717 $) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-724 #1# |#3|) . T) ((-726) . T) ((-900 (-1175)) -12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175)))) ((-920) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-1038 (-409 (-566))) |has| (-409 |#2|) (-1038 (-409 (-566)))) ((-1038 #1#) . T) ((-1038 (-566)) |has| (-409 |#2|) (-1038 (-566))) ((-1051 #0#) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-1051 #1#) . T) ((-1051 $) . T) ((-1056 #0#) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))) ((-1056 #1#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| (-409 |#2|) (-351)) ((-1219) -2700 (|has| (-409 |#2|) (-351)) (|has| (-409 |#2|) (-365))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| (-910 |#1|) (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL (|has| (-910 |#1|) (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-910 |#1|) "failed") $) NIL)) (-3213 (((-910 |#1|) $) NIL)) (-3189 (($ (-1265 (-910 |#1|))) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-910 |#1|) (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-910 |#1|) (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) NIL (|has| (-910 |#1|) (-370)))) (-4179 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370)))) (($ $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) NIL (|has| (-910 |#1|) (-370))) (((-833 (-921)) $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-1568 (((-112) $) NIL)) (-3892 (($) NIL (|has| (-910 |#1|) (-370)))) (-3124 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-1435 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| (-910 |#1|) (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 (-910 |#1|)) $) NIL) (((-1171 $) $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-4350 (((-921) $) NIL (|has| (-910 |#1|) (-370)))) (-1742 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370)))) (-3597 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-1171 (-910 |#1|)) "failed") $ $) NIL (|has| (-910 |#1|) (-370)))) (-1844 (($ $ (-1171 (-910 |#1|))) NIL (|has| (-910 |#1|) (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-910 |#1|) (-370)) CONST)) (-1351 (($ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2548 (((-112) $) NIL)) (-2029 (((-1119) $) NIL)) (-2861 (((-958 (-1119))) NIL)) (-2529 (($) NIL (|has| (-910 |#1|) (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| (-910 |#1|) (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) NIL) (((-921)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-771) "failed") $ $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2068 (((-1171 (-910 |#1|))) NIL)) (-2484 (($) NIL (|has| (-910 |#1|) (-370)))) (-1842 (($) NIL (|has| (-910 |#1|) (-370)))) (-2702 (((-1265 (-910 |#1|)) $) NIL) (((-689 (-910 |#1|)) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| (-910 |#1|) (-370)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-910 |#1|)) NIL)) (-2097 (($ $) NIL (|has| (-910 |#1|) (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL) (((-1265 $) (-921)) NIL)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3365 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-3218 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL) (($ $ (-910 |#1|)) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-910 |#1|)) NIL) (($ (-910 |#1|) $) NIL)))
+(((-345 |#1| |#2|) (-13 (-330 (-910 |#1|)) (-10 -7 (-15 -2861 ((-958 (-1119)))))) (-921) (-921)) (T -345))
+((-2861 (*1 *2) (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-345 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))))
+(-13 (-330 (-910 |#1|)) (-10 -7 (-15 -2861 ((-958 (-1119))))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 58)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) 56 (|has| |#1| (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL (|has| |#1| (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) 144)) (-3213 ((|#1| $) 115)) (-3189 (($ (-1265 |#1|)) 132)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) 123 (|has| |#1| (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) 126 (|has| |#1| (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) 162 (|has| |#1| (-370)))) (-4179 (((-112) $) 66 (|has| |#1| (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) 60 (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1568 (((-112) $) 62)) (-3892 (($) 164 (|has| |#1| (-370)))) (-3124 (((-112) $) NIL (|has| |#1| (-370)))) (-1435 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 |#1|) $) 119) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-4350 (((-921) $) 173 (|has| |#1| (-370)))) (-1742 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3597 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-1844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 180)) (-1783 (($) NIL (|has| |#1| (-370)) CONST)) (-1351 (($ (-921)) 98 (|has| |#1| (-370)))) (-2548 (((-112) $) 149)) (-2029 (((-1119) $) NIL)) (-2861 (((-958 (-1119))) 57)) (-2529 (($) 160 (|has| |#1| (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) 121 (|has| |#1| (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) 92) (((-921)) 93)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) 163 (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) 156 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2068 (((-1171 |#1|)) 124)) (-2484 (($) 161 (|has| |#1| (-370)))) (-1842 (($) 169 (|has| |#1| (-370)))) (-2702 (((-1265 |#1|) $) 77) (((-689 |#1|) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-1650 (((-862) $) 176) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 102)) (-2097 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2910 (((-771)) 157 T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) 146) (((-1265 $) (-921)) 100)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) 67 T CONST)) (-3424 (($) 105 T CONST)) (-3365 (($ $) 109 (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3218 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2868 (((-112) $ $) 65)) (-2990 (($ $ $) 178) (($ $ |#1|) 179)) (-2977 (($ $) 159) (($ $ $) NIL)) (-2964 (($ $ $) 86)) (** (($ $ (-921)) 182) (($ $ (-771)) 183) (($ $ (-566)) 181)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 104) (($ $ $) 103) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 177)))
+(((-346 |#1| |#2|) (-13 (-330 |#1|) (-10 -7 (-15 -2861 ((-958 (-1119)))))) (-351) (-1171 |#1|)) (T -346))
+((-2861 (*1 *2) (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-346 *3 *4)) (-4 *3 (-351)) (-14 *4 (-1171 *3)))))
+(-13 (-330 |#1|) (-10 -7 (-15 -2861 ((-958 (-1119))))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| |#1| (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL (|has| |#1| (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-3189 (($ (-1265 |#1|)) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| |#1| (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) NIL (|has| |#1| (-370)))) (-4179 (((-112) $) NIL (|has| |#1| (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1568 (((-112) $) NIL)) (-3892 (($) NIL (|has| |#1| (-370)))) (-3124 (((-112) $) NIL (|has| |#1| (-370)))) (-1435 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 |#1|) $) NIL) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-4350 (((-921) $) NIL (|has| |#1| (-370)))) (-1742 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3597 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-1844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| |#1| (-370)) CONST)) (-1351 (($ (-921)) NIL (|has| |#1| (-370)))) (-2548 (((-112) $) NIL)) (-2029 (((-1119) $) NIL)) (-2861 (((-958 (-1119))) NIL)) (-2529 (($) NIL (|has| |#1| (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| |#1| (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) NIL) (((-921)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2068 (((-1171 |#1|)) NIL)) (-2484 (($) NIL (|has| |#1| (-370)))) (-1842 (($) NIL (|has| |#1| (-370)))) (-2702 (((-1265 |#1|) $) NIL) (((-689 |#1|) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) NIL)) (-2097 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL) (((-1265 $) (-921)) NIL)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3365 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3218 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-347 |#1| |#2|) (-13 (-330 |#1|) (-10 -7 (-15 -2861 ((-958 (-1119)))))) (-351) (-921)) (T -347))
+((-2861 (*1 *2) (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-347 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))))
+(-13 (-330 |#1|) (-10 -7 (-15 -2861 ((-958 (-1119))))))
+((-1345 (((-771) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119)))))) 61)) (-1539 (((-958 (-1119)) (-1171 |#1|)) 113)) (-1828 (((-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))) (-1171 |#1|)) 105)) (-3823 (((-689 |#1|) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119)))))) 115)) (-3701 (((-3 (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))) "failed") (-921)) 13)) (-1715 (((-3 (-1171 |#1|) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119)))))) (-921)) 18)))
+(((-348 |#1|) (-10 -7 (-15 -1539 ((-958 (-1119)) (-1171 |#1|))) (-15 -1828 ((-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))) (-1171 |#1|))) (-15 -3823 ((-689 |#1|) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))))) (-15 -1345 ((-771) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))))) (-15 -3701 ((-3 (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))) "failed") (-921))) (-15 -1715 ((-3 (-1171 |#1|) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119)))))) (-921)))) (-351)) (T -348))
+((-1715 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-3 (-1171 *4) (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119))))))) (-5 *1 (-348 *4)) (-4 *4 (-351)))) (-3701 (*1 *2 *3) (|partial| -12 (-5 *3 (-921)) (-5 *2 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119)))))) (-5 *1 (-348 *4)) (-4 *4 (-351)))) (-1345 (*1 *2 *3) (-12 (-5 *3 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119)))))) (-4 *4 (-351)) (-5 *2 (-771)) (-5 *1 (-348 *4)))) (-3823 (*1 *2 *3) (-12 (-5 *3 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119)))))) (-4 *4 (-351)) (-5 *2 (-689 *4)) (-5 *1 (-348 *4)))) (-1828 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119)))))) (-5 *1 (-348 *4)))) (-1539 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-958 (-1119))) (-5 *1 (-348 *4)))))
+(-10 -7 (-15 -1539 ((-958 (-1119)) (-1171 |#1|))) (-15 -1828 ((-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))) (-1171 |#1|))) (-15 -3823 ((-689 |#1|) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))))) (-15 -1345 ((-771) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))))) (-15 -3701 ((-3 (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))) "failed") (-921))) (-15 -1715 ((-3 (-1171 |#1|) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119)))))) (-921))))
+((-1650 ((|#1| |#3|) 108) ((|#3| |#1|) 91)))
+(((-349 |#1| |#2| |#3|) (-10 -7 (-15 -1650 (|#3| |#1|)) (-15 -1650 (|#1| |#3|))) (-330 |#2|) (-351) (-330 |#2|)) (T -349))
+((-1650 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *2 (-330 *4)) (-5 *1 (-349 *2 *4 *3)) (-4 *3 (-330 *4)))) (-1650 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *2 (-330 *4)) (-5 *1 (-349 *3 *4 *2)) (-4 *3 (-330 *4)))))
+(-10 -7 (-15 -1650 (|#3| |#1|)) (-15 -1650 (|#1| |#3|)))
+((-4179 (((-112) $) 60)) (-2464 (((-833 (-921)) $) 23) (((-921) $) 66)) (-1982 (((-3 $ "failed") $) 18)) (-1783 (($) 9)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 116)) (-1529 (((-3 (-771) "failed") $ $) 94) (((-771) $) 81)) (-2324 (($ $ (-771)) NIL) (($ $) 8)) (-2484 (($) 53)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 38)) (-2097 (((-3 $ "failed") $) 45) (($ $) 44)))
+(((-350 |#1|) (-10 -8 (-15 -2464 ((-921) |#1|)) (-15 -1529 ((-771) |#1|)) (-15 -4179 ((-112) |#1|)) (-15 -2484 (|#1|)) (-15 -1922 ((-3 (-1265 |#1|) "failed") (-689 |#1|))) (-15 -2097 (|#1| |#1|)) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -1783 (|#1|)) (-15 -1982 ((-3 |#1| "failed") |#1|)) (-15 -1529 ((-3 (-771) "failed") |#1| |#1|)) (-15 -2464 ((-833 (-921)) |#1|)) (-15 -2097 ((-3 |#1| "failed") |#1|)) (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|)))) (-351)) (T -350))
+NIL
+(-10 -8 (-15 -2464 ((-921) |#1|)) (-15 -1529 ((-771) |#1|)) (-15 -4179 ((-112) |#1|)) (-15 -2484 (|#1|)) (-15 -1922 ((-3 (-1265 |#1|) "failed") (-689 |#1|))) (-15 -2097 (|#1| |#1|)) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -1783 (|#1|)) (-15 -1982 ((-3 |#1| "failed") |#1|)) (-15 -1529 ((-3 (-771) "failed") |#1| |#1|)) (-15 -2464 ((-833 (-921)) |#1|)) (-15 -2097 ((-3 |#1| "failed") |#1|)) (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-2638 (((-1188 (-921) (-771)) (-566)) 101)) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-1621 (((-112) $ $) 65)) (-3571 (((-771)) 111)) (-4145 (($) 18 T CONST)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) 95)) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-3341 (($) 114)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-2814 (($) 99)) (-4179 (((-112) $) 98)) (-3271 (($ $) 87) (($ $ (-771)) 86)) (-2422 (((-112) $) 79)) (-2464 (((-833 (-921)) $) 89) (((-921) $) 96)) (-1568 (((-112) $) 35)) (-1982 (((-3 $ "failed") $) 110)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-4350 (((-921) $) 113)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 78)) (-1783 (($) 109 T CONST)) (-1351 (($ (-921)) 112)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) 102)) (-3846 (((-420 $) $) 82)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-1529 (((-3 (-771) "failed") $ $) 88) (((-771) $) 97)) (-2324 (($ $ (-771)) 107) (($ $) 105)) (-2484 (($) 100)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 103)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74)) (-2097 (((-3 $ "failed") $) 90) (($ $) 104)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-771)) 108) (($ $) 106)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 73)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
(((-351) (-140)) (T -351))
-((-2633 (*1 *1 *1) (-4 *1 (-351))) (-3391 (*1 *2 *3) (|partial| -12 (-5 *3 (-689 *1)) (-4 *1 (-351)) (-5 *2 (-1264 *1)))) (-2442 (*1 *2) (-12 (-4 *1 (-351)) (-5 *2 (-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))))) (-2894 (*1 *2 *3) (-12 (-4 *1 (-351)) (-5 *3 (-566)) (-5 *2 (-1187 (-921) (-771))))) (-4122 (*1 *1) (-4 *1 (-351))) (-3359 (*1 *1) (-4 *1 (-351))) (-2466 (*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-112)))) (-3169 (*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-771)))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-921)))) (-2347 (*1 *2) (-12 (-4 *1 (-351)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(-13 (-404) (-370) (-1150) (-233) (-10 -8 (-15 -2633 ($ $)) (-15 -3391 ((-3 (-1264 $) "failed") (-689 $))) (-15 -2442 ((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566)))))) (-15 -2894 ((-1187 (-921) (-771)) (-566))) (-15 -4122 ($)) (-15 -3359 ($)) (-15 -2466 ((-112) $)) (-15 -3169 ((-771) $)) (-15 -2679 ((-921) $)) (-15 -2347 ((-3 "prime" "polynomial" "normal" "cyclic")))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-233) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-404) . T) ((-370) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) . T) ((-1218) . T))
-((-1637 (((-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) |#1|) 55)) (-2736 (((-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|)))) 53)))
-(((-352 |#1| |#2| |#3|) (-10 -7 (-15 -2736 ((-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))))) (-15 -1637 ((-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) |#1|))) (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))) (-1240 |#1|) (-411 |#1| |#2|)) (T -352))
-((-1637 (*1 *2 *3) (-12 (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-4 *4 (-1240 *3)) (-5 *2 (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-2736 (*1 *2) (-12 (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-4 *4 (-1240 *3)) (-5 *2 (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
-(-10 -7 (-15 -2736 ((-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))))) (-15 -1637 ((-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| (-910 |#1|) (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-1433 (((-771)) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL (|has| (-910 |#1|) (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-910 |#1|) "failed") $) NIL)) (-4158 (((-910 |#1|) $) NIL)) (-1563 (($ (-1264 (-910 |#1|))) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-910 |#1|) (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-910 |#1|) (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) NIL (|has| (-910 |#1|) (-370)))) (-2466 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370)))) (($ $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) NIL (|has| (-910 |#1|) (-370))) (((-833 (-921)) $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2389 (((-112) $) NIL)) (-2437 (($) NIL (|has| (-910 |#1|) (-370)))) (-2953 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-2064 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| (-910 |#1|) (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 (-910 |#1|)) $) NIL) (((-1171 $) $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-1866 (((-921) $) NIL (|has| (-910 |#1|) (-370)))) (-2099 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370)))) (-3624 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-1171 (-910 |#1|)) "failed") $ $) NIL (|has| (-910 |#1|) (-370)))) (-3844 (($ $ (-1171 (-910 |#1|))) NIL (|has| (-910 |#1|) (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-910 |#1|) (-370)) CONST)) (-2835 (($ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-3653 (((-112) $) NIL)) (-4072 (((-1119) $) NIL)) (-4242 (((-1264 (-644 (-2 (|:| -2876 (-910 |#1|)) (|:| -2835 (-1119)))))) NIL)) (-3875 (((-689 (-910 |#1|))) NIL)) (-3302 (($) NIL (|has| (-910 |#1|) (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| (-910 |#1|) (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) NIL) (((-921)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-771) "failed") $ $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1705 (((-1171 (-910 |#1|))) NIL)) (-4122 (($) NIL (|has| (-910 |#1|) (-370)))) (-2110 (($) NIL (|has| (-910 |#1|) (-370)))) (-3350 (((-1264 (-910 |#1|)) $) NIL) (((-689 (-910 |#1|)) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| (-910 |#1|) (-370)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-910 |#1|)) NIL)) (-2633 (($ $) NIL (|has| (-910 |#1|) (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL) (((-1264 $) (-921)) NIL)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2198 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-3497 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL) (($ $ (-910 |#1|)) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-910 |#1|)) NIL) (($ (-910 |#1|) $) NIL)))
-(((-353 |#1| |#2|) (-13 (-330 (-910 |#1|)) (-10 -7 (-15 -4242 ((-1264 (-644 (-2 (|:| -2876 (-910 |#1|)) (|:| -2835 (-1119))))))) (-15 -3875 ((-689 (-910 |#1|)))) (-15 -1433 ((-771))))) (-921) (-921)) (T -353))
-((-4242 (*1 *2) (-12 (-5 *2 (-1264 (-644 (-2 (|:| -2876 (-910 *3)) (|:| -2835 (-1119)))))) (-5 *1 (-353 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-3875 (*1 *2) (-12 (-5 *2 (-689 (-910 *3))) (-5 *1 (-353 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-1433 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-353 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))))
-(-13 (-330 (-910 |#1|)) (-10 -7 (-15 -4242 ((-1264 (-644 (-2 (|:| -2876 (-910 |#1|)) (|:| -2835 (-1119))))))) (-15 -3875 ((-689 (-910 |#1|)))) (-15 -1433 ((-771)))))
-((-2988 (((-112) $ $) 76)) (-3230 (((-112) $) 90)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 ((|#1| $) 108) (($ $ (-921)) 106 (|has| |#1| (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) 177 (|has| |#1| (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-1433 (((-771)) 105)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) 193 (|has| |#1| (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) 130)) (-4158 ((|#1| $) 107)) (-1563 (($ (-1264 |#1|)) 74)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) 219 (|has| |#1| (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) 189 (|has| |#1| (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) 178 (|has| |#1| (-370)))) (-2466 (((-112) $) NIL (|has| |#1| (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2389 (((-112) $) NIL)) (-2437 (($) 116 (|has| |#1| (-370)))) (-2953 (((-112) $) 206 (|has| |#1| (-370)))) (-2064 ((|#1| $) 110) (($ $ (-921)) 109 (|has| |#1| (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 |#1|) $) 220) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-1866 (((-921) $) 154 (|has| |#1| (-370)))) (-2099 (((-1171 |#1|) $) 89 (|has| |#1| (-370)))) (-3624 (((-1171 |#1|) $) 86 (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) 98 (|has| |#1| (-370)))) (-3844 (($ $ (-1171 |#1|)) 85 (|has| |#1| (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 224)) (-3289 (($) NIL (|has| |#1| (-370)) CONST)) (-2835 (($ (-921)) 157 (|has| |#1| (-370)))) (-3653 (((-112) $) 126)) (-4072 (((-1119) $) NIL)) (-4242 (((-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119)))))) 99)) (-3875 (((-689 |#1|)) 103)) (-3302 (($) 112 (|has| |#1| (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) 180 (|has| |#1| (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) NIL) (((-921)) 181)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) 78)) (-1705 (((-1171 |#1|)) 182)) (-4122 (($) 153 (|has| |#1| (-370)))) (-2110 (($) NIL (|has| |#1| (-370)))) (-3350 (((-1264 |#1|) $) 124) (((-689 |#1|) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-3152 (((-862) $) 146) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 73)) (-2633 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2593 (((-771)) 187 T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) 203) (((-1264 $) (-921)) 119)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) 140 T CONST)) (-4366 (($) 44 T CONST)) (-2198 (($ $) 125 (|has| |#1| (-370))) (($ $ (-771)) 117 (|has| |#1| (-370)))) (-3497 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2914 (((-112) $ $) 214)) (-3025 (($ $ $) 122) (($ $ |#1|) 123)) (-3012 (($ $) 208) (($ $ $) 212)) (-3002 (($ $ $) 210)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 159)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 217) (($ $ $) 171) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 121)))
-(((-354 |#1| |#2|) (-13 (-330 |#1|) (-10 -7 (-15 -4242 ((-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))))) (-15 -3875 ((-689 |#1|))) (-15 -1433 ((-771))))) (-351) (-3 (-1171 |#1|) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))))) (T -354))
-((-4242 (*1 *2) (-12 (-5 *2 (-1264 (-644 (-2 (|:| -2876 *3) (|:| -2835 (-1119)))))) (-5 *1 (-354 *3 *4)) (-4 *3 (-351)) (-14 *4 (-3 (-1171 *3) *2)))) (-3875 (*1 *2) (-12 (-5 *2 (-689 *3)) (-5 *1 (-354 *3 *4)) (-4 *3 (-351)) (-14 *4 (-3 (-1171 *3) (-1264 (-644 (-2 (|:| -2876 *3) (|:| -2835 (-1119))))))))) (-1433 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-354 *3 *4)) (-4 *3 (-351)) (-14 *4 (-3 (-1171 *3) (-1264 (-644 (-2 (|:| -2876 *3) (|:| -2835 (-1119))))))))))
-(-13 (-330 |#1|) (-10 -7 (-15 -4242 ((-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))))) (-15 -3875 ((-689 |#1|))) (-15 -1433 ((-771)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| |#1| (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-1433 (((-771)) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL (|has| |#1| (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-1563 (($ (-1264 |#1|)) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| |#1| (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) NIL (|has| |#1| (-370)))) (-2466 (((-112) $) NIL (|has| |#1| (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2389 (((-112) $) NIL)) (-2437 (($) NIL (|has| |#1| (-370)))) (-2953 (((-112) $) NIL (|has| |#1| (-370)))) (-2064 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 |#1|) $) NIL) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-1866 (((-921) $) NIL (|has| |#1| (-370)))) (-2099 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3624 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-3844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| |#1| (-370)) CONST)) (-2835 (($ (-921)) NIL (|has| |#1| (-370)))) (-3653 (((-112) $) NIL)) (-4072 (((-1119) $) NIL)) (-4242 (((-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119)))))) NIL)) (-3875 (((-689 |#1|)) NIL)) (-3302 (($) NIL (|has| |#1| (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| |#1| (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) NIL) (((-921)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1705 (((-1171 |#1|)) NIL)) (-4122 (($) NIL (|has| |#1| (-370)))) (-2110 (($) NIL (|has| |#1| (-370)))) (-3350 (((-1264 |#1|) $) NIL) (((-689 |#1|) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) NIL)) (-2633 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL) (((-1264 $) (-921)) NIL)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2198 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3497 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL) (($ $ |#1|) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-355 |#1| |#2|) (-13 (-330 |#1|) (-10 -7 (-15 -4242 ((-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))))) (-15 -3875 ((-689 |#1|))) (-15 -1433 ((-771))))) (-351) (-921)) (T -355))
-((-4242 (*1 *2) (-12 (-5 *2 (-1264 (-644 (-2 (|:| -2876 *3) (|:| -2835 (-1119)))))) (-5 *1 (-355 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))) (-3875 (*1 *2) (-12 (-5 *2 (-689 *3)) (-5 *1 (-355 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))) (-1433 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-355 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))))
-(-13 (-330 |#1|) (-10 -7 (-15 -4242 ((-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))))) (-15 -3875 ((-689 |#1|))) (-15 -1433 ((-771)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| (-910 |#1|) (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL (|has| (-910 |#1|) (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-910 |#1|) "failed") $) NIL)) (-4158 (((-910 |#1|) $) NIL)) (-1563 (($ (-1264 (-910 |#1|))) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-910 |#1|) (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-910 |#1|) (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) NIL (|has| (-910 |#1|) (-370)))) (-2466 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370)))) (($ $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) NIL (|has| (-910 |#1|) (-370))) (((-833 (-921)) $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2389 (((-112) $) NIL)) (-2437 (($) NIL (|has| (-910 |#1|) (-370)))) (-2953 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-2064 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| (-910 |#1|) (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 (-910 |#1|)) $) NIL) (((-1171 $) $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-1866 (((-921) $) NIL (|has| (-910 |#1|) (-370)))) (-2099 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370)))) (-3624 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-1171 (-910 |#1|)) "failed") $ $) NIL (|has| (-910 |#1|) (-370)))) (-3844 (($ $ (-1171 (-910 |#1|))) NIL (|has| (-910 |#1|) (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-910 |#1|) (-370)) CONST)) (-2835 (($ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-3653 (((-112) $) NIL)) (-4072 (((-1119) $) NIL)) (-3302 (($) NIL (|has| (-910 |#1|) (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| (-910 |#1|) (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) NIL) (((-921)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-771) "failed") $ $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1705 (((-1171 (-910 |#1|))) NIL)) (-4122 (($) NIL (|has| (-910 |#1|) (-370)))) (-2110 (($) NIL (|has| (-910 |#1|) (-370)))) (-3350 (((-1264 (-910 |#1|)) $) NIL) (((-689 (-910 |#1|)) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| (-910 |#1|) (-370)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-910 |#1|)) NIL)) (-2633 (($ $) NIL (|has| (-910 |#1|) (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL) (((-1264 $) (-921)) NIL)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2198 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-3497 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL) (($ $ (-910 |#1|)) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-910 |#1|)) NIL) (($ (-910 |#1|) $) NIL)))
+((-2097 (*1 *1 *1) (-4 *1 (-351))) (-1922 (*1 *2 *3) (|partial| -12 (-5 *3 (-689 *1)) (-4 *1 (-351)) (-5 *2 (-1265 *1)))) (-3924 (*1 *2) (-12 (-4 *1 (-351)) (-5 *2 (-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))))) (-2638 (*1 *2 *3) (-12 (-4 *1 (-351)) (-5 *3 (-566)) (-5 *2 (-1188 (-921) (-771))))) (-2484 (*1 *1) (-4 *1 (-351))) (-2814 (*1 *1) (-4 *1 (-351))) (-4179 (*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-112)))) (-1529 (*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-771)))) (-2464 (*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-921)))) (-2312 (*1 *2) (-12 (-4 *1 (-351)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(-13 (-404) (-370) (-1150) (-233) (-10 -8 (-15 -2097 ($ $)) (-15 -1922 ((-3 (-1265 $) "failed") (-689 $))) (-15 -3924 ((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566)))))) (-15 -2638 ((-1188 (-921) (-771)) (-566))) (-15 -2484 ($)) (-15 -2814 ($)) (-15 -4179 ((-112) $)) (-15 -1529 ((-771) $)) (-15 -2464 ((-921) $)) (-15 -2312 ((-3 "prime" "polynomial" "normal" "cyclic")))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-233) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-404) . T) ((-370) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) . T) ((-1219) . T))
+((-2599 (((-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) |#1|) 55)) (-1845 (((-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|)))) 53)))
+(((-352 |#1| |#2| |#3|) (-10 -7 (-15 -1845 ((-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))))) (-15 -2599 ((-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) |#1|))) (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))) (-1241 |#1|) (-411 |#1| |#2|)) (T -352))
+((-2599 (*1 *2 *3) (-12 (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-4 *4 (-1241 *3)) (-5 *2 (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-1845 (*1 *2) (-12 (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-4 *4 (-1241 *3)) (-5 *2 (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
+(-10 -7 (-15 -1845 ((-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))))) (-15 -2599 ((-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| (-910 |#1|) (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1345 (((-771)) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL (|has| (-910 |#1|) (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-910 |#1|) "failed") $) NIL)) (-3213 (((-910 |#1|) $) NIL)) (-3189 (($ (-1265 (-910 |#1|))) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-910 |#1|) (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-910 |#1|) (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) NIL (|has| (-910 |#1|) (-370)))) (-4179 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370)))) (($ $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) NIL (|has| (-910 |#1|) (-370))) (((-833 (-921)) $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-1568 (((-112) $) NIL)) (-3892 (($) NIL (|has| (-910 |#1|) (-370)))) (-3124 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-1435 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| (-910 |#1|) (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 (-910 |#1|)) $) NIL) (((-1171 $) $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-4350 (((-921) $) NIL (|has| (-910 |#1|) (-370)))) (-1742 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370)))) (-3597 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-1171 (-910 |#1|)) "failed") $ $) NIL (|has| (-910 |#1|) (-370)))) (-1844 (($ $ (-1171 (-910 |#1|))) NIL (|has| (-910 |#1|) (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-910 |#1|) (-370)) CONST)) (-1351 (($ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2548 (((-112) $) NIL)) (-2029 (((-1119) $) NIL)) (-1344 (((-1265 (-644 (-2 (|:| -1389 (-910 |#1|)) (|:| -1351 (-1119)))))) NIL)) (-4039 (((-689 (-910 |#1|))) NIL)) (-2529 (($) NIL (|has| (-910 |#1|) (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| (-910 |#1|) (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) NIL) (((-921)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-771) "failed") $ $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2068 (((-1171 (-910 |#1|))) NIL)) (-2484 (($) NIL (|has| (-910 |#1|) (-370)))) (-1842 (($) NIL (|has| (-910 |#1|) (-370)))) (-2702 (((-1265 (-910 |#1|)) $) NIL) (((-689 (-910 |#1|)) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| (-910 |#1|) (-370)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-910 |#1|)) NIL)) (-2097 (($ $) NIL (|has| (-910 |#1|) (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL) (((-1265 $) (-921)) NIL)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3365 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-3218 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL) (($ $ (-910 |#1|)) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-910 |#1|)) NIL) (($ (-910 |#1|) $) NIL)))
+(((-353 |#1| |#2|) (-13 (-330 (-910 |#1|)) (-10 -7 (-15 -1344 ((-1265 (-644 (-2 (|:| -1389 (-910 |#1|)) (|:| -1351 (-1119))))))) (-15 -4039 ((-689 (-910 |#1|)))) (-15 -1345 ((-771))))) (-921) (-921)) (T -353))
+((-1344 (*1 *2) (-12 (-5 *2 (-1265 (-644 (-2 (|:| -1389 (-910 *3)) (|:| -1351 (-1119)))))) (-5 *1 (-353 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-4039 (*1 *2) (-12 (-5 *2 (-689 (-910 *3))) (-5 *1 (-353 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-1345 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-353 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))))
+(-13 (-330 (-910 |#1|)) (-10 -7 (-15 -1344 ((-1265 (-644 (-2 (|:| -1389 (-910 |#1|)) (|:| -1351 (-1119))))))) (-15 -4039 ((-689 (-910 |#1|)))) (-15 -1345 ((-771)))))
+((-4124 (((-112) $ $) 76)) (-4014 (((-112) $) 90)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 ((|#1| $) 108) (($ $ (-921)) 106 (|has| |#1| (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) 177 (|has| |#1| (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1345 (((-771)) 105)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) 193 (|has| |#1| (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) 130)) (-3213 ((|#1| $) 107)) (-3189 (($ (-1265 |#1|)) 74)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) 219 (|has| |#1| (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) 189 (|has| |#1| (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) 178 (|has| |#1| (-370)))) (-4179 (((-112) $) NIL (|has| |#1| (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1568 (((-112) $) NIL)) (-3892 (($) 116 (|has| |#1| (-370)))) (-3124 (((-112) $) 206 (|has| |#1| (-370)))) (-1435 ((|#1| $) 110) (($ $ (-921)) 109 (|has| |#1| (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 |#1|) $) 220) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-4350 (((-921) $) 154 (|has| |#1| (-370)))) (-1742 (((-1171 |#1|) $) 89 (|has| |#1| (-370)))) (-3597 (((-1171 |#1|) $) 86 (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) 98 (|has| |#1| (-370)))) (-1844 (($ $ (-1171 |#1|)) 85 (|has| |#1| (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 224)) (-1783 (($) NIL (|has| |#1| (-370)) CONST)) (-1351 (($ (-921)) 157 (|has| |#1| (-370)))) (-2548 (((-112) $) 126)) (-2029 (((-1119) $) NIL)) (-1344 (((-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119)))))) 99)) (-4039 (((-689 |#1|)) 103)) (-2529 (($) 112 (|has| |#1| (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) 180 (|has| |#1| (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) NIL) (((-921)) 181)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) 78)) (-2068 (((-1171 |#1|)) 182)) (-2484 (($) 153 (|has| |#1| (-370)))) (-1842 (($) NIL (|has| |#1| (-370)))) (-2702 (((-1265 |#1|) $) 124) (((-689 |#1|) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-1650 (((-862) $) 146) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 73)) (-2097 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2910 (((-771)) 187 T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) 203) (((-1265 $) (-921)) 119)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) 140 T CONST)) (-3424 (($) 44 T CONST)) (-3365 (($ $) 125 (|has| |#1| (-370))) (($ $ (-771)) 117 (|has| |#1| (-370)))) (-3218 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2868 (((-112) $ $) 214)) (-2990 (($ $ $) 122) (($ $ |#1|) 123)) (-2977 (($ $) 208) (($ $ $) 212)) (-2964 (($ $ $) 210)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 159)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 217) (($ $ $) 171) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 121)))
+(((-354 |#1| |#2|) (-13 (-330 |#1|) (-10 -7 (-15 -1344 ((-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))))) (-15 -4039 ((-689 |#1|))) (-15 -1345 ((-771))))) (-351) (-3 (-1171 |#1|) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))))) (T -354))
+((-1344 (*1 *2) (-12 (-5 *2 (-1265 (-644 (-2 (|:| -1389 *3) (|:| -1351 (-1119)))))) (-5 *1 (-354 *3 *4)) (-4 *3 (-351)) (-14 *4 (-3 (-1171 *3) *2)))) (-4039 (*1 *2) (-12 (-5 *2 (-689 *3)) (-5 *1 (-354 *3 *4)) (-4 *3 (-351)) (-14 *4 (-3 (-1171 *3) (-1265 (-644 (-2 (|:| -1389 *3) (|:| -1351 (-1119))))))))) (-1345 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-354 *3 *4)) (-4 *3 (-351)) (-14 *4 (-3 (-1171 *3) (-1265 (-644 (-2 (|:| -1389 *3) (|:| -1351 (-1119))))))))))
+(-13 (-330 |#1|) (-10 -7 (-15 -1344 ((-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))))) (-15 -4039 ((-689 |#1|))) (-15 -1345 ((-771)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| |#1| (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1345 (((-771)) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL (|has| |#1| (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-3189 (($ (-1265 |#1|)) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| |#1| (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) NIL (|has| |#1| (-370)))) (-4179 (((-112) $) NIL (|has| |#1| (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1568 (((-112) $) NIL)) (-3892 (($) NIL (|has| |#1| (-370)))) (-3124 (((-112) $) NIL (|has| |#1| (-370)))) (-1435 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 |#1|) $) NIL) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-4350 (((-921) $) NIL (|has| |#1| (-370)))) (-1742 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3597 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-1844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| |#1| (-370)) CONST)) (-1351 (($ (-921)) NIL (|has| |#1| (-370)))) (-2548 (((-112) $) NIL)) (-2029 (((-1119) $) NIL)) (-1344 (((-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119)))))) NIL)) (-4039 (((-689 |#1|)) NIL)) (-2529 (($) NIL (|has| |#1| (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| |#1| (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) NIL) (((-921)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2068 (((-1171 |#1|)) NIL)) (-2484 (($) NIL (|has| |#1| (-370)))) (-1842 (($) NIL (|has| |#1| (-370)))) (-2702 (((-1265 |#1|) $) NIL) (((-689 |#1|) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) NIL)) (-2097 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL) (((-1265 $) (-921)) NIL)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3365 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3218 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-355 |#1| |#2|) (-13 (-330 |#1|) (-10 -7 (-15 -1344 ((-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))))) (-15 -4039 ((-689 |#1|))) (-15 -1345 ((-771))))) (-351) (-921)) (T -355))
+((-1344 (*1 *2) (-12 (-5 *2 (-1265 (-644 (-2 (|:| -1389 *3) (|:| -1351 (-1119)))))) (-5 *1 (-355 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))) (-4039 (*1 *2) (-12 (-5 *2 (-689 *3)) (-5 *1 (-355 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))) (-1345 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-355 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))))
+(-13 (-330 |#1|) (-10 -7 (-15 -1344 ((-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))))) (-15 -4039 ((-689 |#1|))) (-15 -1345 ((-771)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| (-910 |#1|) (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL (|has| (-910 |#1|) (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-910 |#1|) "failed") $) NIL)) (-3213 (((-910 |#1|) $) NIL)) (-3189 (($ (-1265 (-910 |#1|))) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-910 |#1|) (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-910 |#1|) (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) NIL (|has| (-910 |#1|) (-370)))) (-4179 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370)))) (($ $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) NIL (|has| (-910 |#1|) (-370))) (((-833 (-921)) $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-1568 (((-112) $) NIL)) (-3892 (($) NIL (|has| (-910 |#1|) (-370)))) (-3124 (((-112) $) NIL (|has| (-910 |#1|) (-370)))) (-1435 (((-910 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| (-910 |#1|) (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 (-910 |#1|)) $) NIL) (((-1171 $) $ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-4350 (((-921) $) NIL (|has| (-910 |#1|) (-370)))) (-1742 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370)))) (-3597 (((-1171 (-910 |#1|)) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-1171 (-910 |#1|)) "failed") $ $) NIL (|has| (-910 |#1|) (-370)))) (-1844 (($ $ (-1171 (-910 |#1|))) NIL (|has| (-910 |#1|) (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-910 |#1|) (-370)) CONST)) (-1351 (($ (-921)) NIL (|has| (-910 |#1|) (-370)))) (-2548 (((-112) $) NIL)) (-2029 (((-1119) $) NIL)) (-2529 (($) NIL (|has| (-910 |#1|) (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| (-910 |#1|) (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) NIL) (((-921)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) NIL (|has| (-910 |#1|) (-370))) (((-3 (-771) "failed") $ $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2068 (((-1171 (-910 |#1|))) NIL)) (-2484 (($) NIL (|has| (-910 |#1|) (-370)))) (-1842 (($) NIL (|has| (-910 |#1|) (-370)))) (-2702 (((-1265 (-910 |#1|)) $) NIL) (((-689 (-910 |#1|)) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| (-910 |#1|) (-370)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-910 |#1|)) NIL)) (-2097 (($ $) NIL (|has| (-910 |#1|) (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| (-910 |#1|) (-145)) (|has| (-910 |#1|) (-370))))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL) (((-1265 $) (-921)) NIL)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3365 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-3218 (($ $) NIL (|has| (-910 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-910 |#1|) (-370)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL) (($ $ (-910 |#1|)) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-910 |#1|)) NIL) (($ (-910 |#1|) $) NIL)))
(((-356 |#1| |#2|) (-330 (-910 |#1|)) (-921) (-921)) (T -356))
NIL
(-330 (-910 |#1|))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) 135 (|has| |#1| (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) 165 (|has| |#1| (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) 109)) (-4158 ((|#1| $) 106)) (-1563 (($ (-1264 |#1|)) 101)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) 132 (|has| |#1| (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) 98 (|has| |#1| (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) 51 (|has| |#1| (-370)))) (-2466 (((-112) $) NIL (|has| |#1| (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2389 (((-112) $) NIL)) (-2437 (($) 136 (|has| |#1| (-370)))) (-2953 (((-112) $) 90 (|has| |#1| (-370)))) (-2064 ((|#1| $) 47) (($ $ (-921)) 52 (|has| |#1| (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 |#1|) $) 79) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-1866 (((-921) $) 113 (|has| |#1| (-370)))) (-2099 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3624 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-3844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| |#1| (-370)) CONST)) (-2835 (($ (-921)) 111 (|has| |#1| (-370)))) (-3653 (((-112) $) 167)) (-4072 (((-1119) $) NIL)) (-3302 (($) 44 (|has| |#1| (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) 130 (|has| |#1| (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) NIL) (((-921)) 164)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) 71)) (-1705 (((-1171 |#1|)) 104)) (-4122 (($) 141 (|has| |#1| (-370)))) (-2110 (($) NIL (|has| |#1| (-370)))) (-3350 (((-1264 |#1|) $) 66) (((-689 |#1|) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-3152 (((-862) $) 163) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 103)) (-2633 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2593 (((-771)) 169 T CONST)) (-3044 (((-112) $ $) 171)) (-2875 (((-1264 $)) 125) (((-1264 $) (-921)) 60)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) 127 T CONST)) (-4366 (($) 40 T CONST)) (-2198 (($ $) 82 (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3497 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2914 (((-112) $ $) 123)) (-3025 (($ $ $) 115) (($ $ |#1|) 116)) (-3012 (($ $) 96) (($ $ $) 121)) (-3002 (($ $ $) 119)) (** (($ $ (-921)) NIL) (($ $ (-771)) 55) (($ $ (-566)) 146)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 94) (($ $ $) 68) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 92)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) 135 (|has| |#1| (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) 165 (|has| |#1| (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) 109)) (-3213 ((|#1| $) 106)) (-3189 (($ (-1265 |#1|)) 101)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) 132 (|has| |#1| (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) 98 (|has| |#1| (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) 51 (|has| |#1| (-370)))) (-4179 (((-112) $) NIL (|has| |#1| (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1568 (((-112) $) NIL)) (-3892 (($) 136 (|has| |#1| (-370)))) (-3124 (((-112) $) 90 (|has| |#1| (-370)))) (-1435 ((|#1| $) 47) (($ $ (-921)) 52 (|has| |#1| (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 |#1|) $) 79) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-4350 (((-921) $) 113 (|has| |#1| (-370)))) (-1742 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3597 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-1844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| |#1| (-370)) CONST)) (-1351 (($ (-921)) 111 (|has| |#1| (-370)))) (-2548 (((-112) $) 167)) (-2029 (((-1119) $) NIL)) (-2529 (($) 44 (|has| |#1| (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) 130 (|has| |#1| (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) NIL) (((-921)) 164)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) 71)) (-2068 (((-1171 |#1|)) 104)) (-2484 (($) 141 (|has| |#1| (-370)))) (-1842 (($) NIL (|has| |#1| (-370)))) (-2702 (((-1265 |#1|) $) 66) (((-689 |#1|) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-1650 (((-862) $) 163) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 103)) (-2097 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2910 (((-771)) 169 T CONST)) (-2657 (((-112) $ $) 171)) (-3781 (((-1265 $)) 125) (((-1265 $) (-921)) 60)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) 127 T CONST)) (-3424 (($) 40 T CONST)) (-3365 (($ $) 82 (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3218 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2868 (((-112) $ $) 123)) (-2990 (($ $ $) 115) (($ $ |#1|) 116)) (-2977 (($ $) 96) (($ $ $) 121)) (-2964 (($ $ $) 119)) (** (($ $ (-921)) NIL) (($ $ (-771)) 55) (($ $ (-566)) 146)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 94) (($ $ $) 68) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 92)))
(((-357 |#1| |#2|) (-330 |#1|) (-351) (-1171 |#1|)) (T -357))
NIL
(-330 |#1|)
-((-1334 ((|#1| (-1171 |#2|)) 63)))
-(((-358 |#1| |#2|) (-10 -7 (-15 -1334 (|#1| (-1171 |#2|)))) (-13 (-404) (-10 -7 (-15 -3152 (|#1| |#2|)) (-15 -1866 ((-921) |#1|)) (-15 -2875 ((-1264 |#1|) (-921))) (-15 -2198 (|#1| |#1|)))) (-351)) (T -358))
-((-1334 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-4 *2 (-13 (-404) (-10 -7 (-15 -3152 (*2 *4)) (-15 -1866 ((-921) *2)) (-15 -2875 ((-1264 *2) (-921))) (-15 -2198 (*2 *2))))) (-5 *1 (-358 *2 *4)))))
-(-10 -7 (-15 -1334 (|#1| (-1171 |#2|))))
-((-1833 (((-958 (-1171 |#1|)) (-1171 |#1|)) 53)) (-2715 (((-1171 |#1|) (-921) (-921)) 168) (((-1171 |#1|) (-921)) 164)) (-2466 (((-112) (-1171 |#1|)) 120)) (-1386 (((-921) (-921)) 98)) (-1647 (((-921) (-921)) 105)) (-4303 (((-921) (-921)) 96)) (-2953 (((-112) (-1171 |#1|)) 124)) (-2949 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 149)) (-2285 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 154)) (-2737 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 153)) (-4327 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 152)) (-1530 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 144)) (-2544 (((-1171 |#1|) (-1171 |#1|)) 84)) (-3136 (((-1171 |#1|) (-921)) 159)) (-3069 (((-1171 |#1|) (-921)) 162)) (-3140 (((-1171 |#1|) (-921)) 161)) (-3108 (((-1171 |#1|) (-921)) 160)) (-1815 (((-1171 |#1|) (-921)) 157)))
-(((-359 |#1|) (-10 -7 (-15 -2466 ((-112) (-1171 |#1|))) (-15 -2953 ((-112) (-1171 |#1|))) (-15 -4303 ((-921) (-921))) (-15 -1386 ((-921) (-921))) (-15 -1647 ((-921) (-921))) (-15 -1815 ((-1171 |#1|) (-921))) (-15 -3136 ((-1171 |#1|) (-921))) (-15 -3108 ((-1171 |#1|) (-921))) (-15 -3140 ((-1171 |#1|) (-921))) (-15 -3069 ((-1171 |#1|) (-921))) (-15 -1530 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2949 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -4327 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2737 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2285 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2715 ((-1171 |#1|) (-921))) (-15 -2715 ((-1171 |#1|) (-921) (-921))) (-15 -2544 ((-1171 |#1|) (-1171 |#1|))) (-15 -1833 ((-958 (-1171 |#1|)) (-1171 |#1|)))) (-351)) (T -359))
-((-1833 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-958 (-1171 *4))) (-5 *1 (-359 *4)) (-5 *3 (-1171 *4)))) (-2544 (*1 *2 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-2715 (*1 *2 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-2715 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-2285 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-2737 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-4327 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-2949 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-1530 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-3069 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-3140 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-3108 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-3136 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-1815 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-1647 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))) (-1386 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))) (-4303 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))) (-2953 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-359 *4)))) (-2466 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-359 *4)))))
-(-10 -7 (-15 -2466 ((-112) (-1171 |#1|))) (-15 -2953 ((-112) (-1171 |#1|))) (-15 -4303 ((-921) (-921))) (-15 -1386 ((-921) (-921))) (-15 -1647 ((-921) (-921))) (-15 -1815 ((-1171 |#1|) (-921))) (-15 -3136 ((-1171 |#1|) (-921))) (-15 -3108 ((-1171 |#1|) (-921))) (-15 -3140 ((-1171 |#1|) (-921))) (-15 -3069 ((-1171 |#1|) (-921))) (-15 -1530 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2949 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -4327 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2737 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2285 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2715 ((-1171 |#1|) (-921))) (-15 -2715 ((-1171 |#1|) (-921) (-921))) (-15 -2544 ((-1171 |#1|) (-1171 |#1|))) (-15 -1833 ((-958 (-1171 |#1|)) (-1171 |#1|))))
-((-4066 (((-3 (-644 |#3|) "failed") (-644 |#3|) |#3|) 38)))
-(((-360 |#1| |#2| |#3|) (-10 -7 (-15 -4066 ((-3 (-644 |#3|) "failed") (-644 |#3|) |#3|))) (-351) (-1240 |#1|) (-1240 |#2|)) (T -360))
-((-4066 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-1240 *4)) (-4 *4 (-351)) (-5 *1 (-360 *4 *5 *3)))))
-(-10 -7 (-15 -4066 ((-3 (-644 |#3|) "failed") (-644 |#3|) |#3|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| |#1| (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL (|has| |#1| (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-1563 (($ (-1264 |#1|)) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| |#1| (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) NIL (|has| |#1| (-370)))) (-2466 (((-112) $) NIL (|has| |#1| (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2389 (((-112) $) NIL)) (-2437 (($) NIL (|has| |#1| (-370)))) (-2953 (((-112) $) NIL (|has| |#1| (-370)))) (-2064 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 |#1|) $) NIL) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-1866 (((-921) $) NIL (|has| |#1| (-370)))) (-2099 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3624 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-3844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| |#1| (-370)) CONST)) (-2835 (($ (-921)) NIL (|has| |#1| (-370)))) (-3653 (((-112) $) NIL)) (-4072 (((-1119) $) NIL)) (-3302 (($) NIL (|has| |#1| (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| |#1| (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) NIL) (((-921)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1705 (((-1171 |#1|)) NIL)) (-4122 (($) NIL (|has| |#1| (-370)))) (-2110 (($) NIL (|has| |#1| (-370)))) (-3350 (((-1264 |#1|) $) NIL) (((-689 |#1|) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) NIL)) (-2633 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL) (((-1264 $) (-921)) NIL)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2198 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3497 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL) (($ $ |#1|) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+((-2849 ((|#1| (-1171 |#2|)) 63)))
+(((-358 |#1| |#2|) (-10 -7 (-15 -2849 (|#1| (-1171 |#2|)))) (-13 (-404) (-10 -7 (-15 -1650 (|#1| |#2|)) (-15 -4350 ((-921) |#1|)) (-15 -3781 ((-1265 |#1|) (-921))) (-15 -3365 (|#1| |#1|)))) (-351)) (T -358))
+((-2849 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-4 *2 (-13 (-404) (-10 -7 (-15 -1650 (*2 *4)) (-15 -4350 ((-921) *2)) (-15 -3781 ((-1265 *2) (-921))) (-15 -3365 (*2 *2))))) (-5 *1 (-358 *2 *4)))))
+(-10 -7 (-15 -2849 (|#1| (-1171 |#2|))))
+((-4029 (((-958 (-1171 |#1|)) (-1171 |#1|)) 53)) (-3341 (((-1171 |#1|) (-921) (-921)) 168) (((-1171 |#1|) (-921)) 164)) (-4179 (((-112) (-1171 |#1|)) 120)) (-4333 (((-921) (-921)) 98)) (-2712 (((-921) (-921)) 105)) (-3815 (((-921) (-921)) 96)) (-3124 (((-112) (-1171 |#1|)) 124)) (-3181 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 149)) (-3001 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 154)) (-1854 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 153)) (-2763 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 152)) (-4122 (((-3 (-1171 |#1|) "failed") (-1171 |#1|)) 144)) (-3727 (((-1171 |#1|) (-1171 |#1|)) 84)) (-2356 (((-1171 |#1|) (-921)) 159)) (-2921 (((-1171 |#1|) (-921)) 162)) (-2398 (((-1171 |#1|) (-921)) 161)) (-2094 (((-1171 |#1|) (-921)) 160)) (-3860 (((-1171 |#1|) (-921)) 157)))
+(((-359 |#1|) (-10 -7 (-15 -4179 ((-112) (-1171 |#1|))) (-15 -3124 ((-112) (-1171 |#1|))) (-15 -3815 ((-921) (-921))) (-15 -4333 ((-921) (-921))) (-15 -2712 ((-921) (-921))) (-15 -3860 ((-1171 |#1|) (-921))) (-15 -2356 ((-1171 |#1|) (-921))) (-15 -2094 ((-1171 |#1|) (-921))) (-15 -2398 ((-1171 |#1|) (-921))) (-15 -2921 ((-1171 |#1|) (-921))) (-15 -4122 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -3181 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2763 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -1854 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -3001 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -3341 ((-1171 |#1|) (-921))) (-15 -3341 ((-1171 |#1|) (-921) (-921))) (-15 -3727 ((-1171 |#1|) (-1171 |#1|))) (-15 -4029 ((-958 (-1171 |#1|)) (-1171 |#1|)))) (-351)) (T -359))
+((-4029 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-958 (-1171 *4))) (-5 *1 (-359 *4)) (-5 *3 (-1171 *4)))) (-3727 (*1 *2 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-3341 (*1 *2 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-3341 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-3001 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-1854 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-2763 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-3181 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-4122 (*1 *2 *2) (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))) (-2921 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-2398 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-2094 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-2356 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-3860 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4)) (-4 *4 (-351)))) (-2712 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))) (-4333 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))) (-3815 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))) (-3124 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-359 *4)))) (-4179 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-359 *4)))))
+(-10 -7 (-15 -4179 ((-112) (-1171 |#1|))) (-15 -3124 ((-112) (-1171 |#1|))) (-15 -3815 ((-921) (-921))) (-15 -4333 ((-921) (-921))) (-15 -2712 ((-921) (-921))) (-15 -3860 ((-1171 |#1|) (-921))) (-15 -2356 ((-1171 |#1|) (-921))) (-15 -2094 ((-1171 |#1|) (-921))) (-15 -2398 ((-1171 |#1|) (-921))) (-15 -2921 ((-1171 |#1|) (-921))) (-15 -4122 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -3181 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -2763 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -1854 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -3001 ((-3 (-1171 |#1|) "failed") (-1171 |#1|))) (-15 -3341 ((-1171 |#1|) (-921))) (-15 -3341 ((-1171 |#1|) (-921) (-921))) (-15 -3727 ((-1171 |#1|) (-1171 |#1|))) (-15 -4029 ((-958 (-1171 |#1|)) (-1171 |#1|))))
+((-1999 (((-3 (-644 |#3|) "failed") (-644 |#3|) |#3|) 38)))
+(((-360 |#1| |#2| |#3|) (-10 -7 (-15 -1999 ((-3 (-644 |#3|) "failed") (-644 |#3|) |#3|))) (-351) (-1241 |#1|) (-1241 |#2|)) (T -360))
+((-1999 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-1241 *4)) (-4 *4 (-351)) (-5 *1 (-360 *4 *5 *3)))))
+(-10 -7 (-15 -1999 ((-3 (-644 |#3|) "failed") (-644 |#3|) |#3|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| |#1| (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL (|has| |#1| (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-3189 (($ (-1265 |#1|)) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| |#1| (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) NIL (|has| |#1| (-370)))) (-4179 (((-112) $) NIL (|has| |#1| (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) NIL (|has| |#1| (-370))) (((-833 (-921)) $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1568 (((-112) $) NIL)) (-3892 (($) NIL (|has| |#1| (-370)))) (-3124 (((-112) $) NIL (|has| |#1| (-370)))) (-1435 ((|#1| $) NIL) (($ $ (-921)) NIL (|has| |#1| (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 |#1|) $) NIL) (((-1171 $) $ (-921)) NIL (|has| |#1| (-370)))) (-4350 (((-921) $) NIL (|has| |#1| (-370)))) (-1742 (((-1171 |#1|) $) NIL (|has| |#1| (-370)))) (-3597 (((-1171 |#1|) $) NIL (|has| |#1| (-370))) (((-3 (-1171 |#1|) "failed") $ $) NIL (|has| |#1| (-370)))) (-1844 (($ $ (-1171 |#1|)) NIL (|has| |#1| (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| |#1| (-370)) CONST)) (-1351 (($ (-921)) NIL (|has| |#1| (-370)))) (-2548 (((-112) $) NIL)) (-2029 (((-1119) $) NIL)) (-2529 (($) NIL (|has| |#1| (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| |#1| (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) NIL) (((-921)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) NIL (|has| |#1| (-370))) (((-3 (-771) "failed") $ $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2068 (((-1171 |#1|)) NIL)) (-2484 (($) NIL (|has| |#1| (-370)))) (-1842 (($) NIL (|has| |#1| (-370)))) (-2702 (((-1265 |#1|) $) NIL) (((-689 |#1|) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| |#1| (-370)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) NIL)) (-2097 (($ $) NIL (|has| |#1| (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL) (((-1265 $) (-921)) NIL)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3365 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-3218 (($ $) NIL (|has| |#1| (-370))) (($ $ (-771)) NIL (|has| |#1| (-370)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
(((-361 |#1| |#2|) (-330 |#1|) (-351) (-921)) (T -361))
NIL
(-330 |#1|)
-((-2425 (((-112) (-644 (-952 |#1|))) 41)) (-2542 (((-644 (-952 |#1|)) (-644 (-952 |#1|))) 53)) (-3160 (((-3 (-644 (-952 |#1|)) "failed") (-644 (-952 |#1|))) 48)))
-(((-362 |#1| |#2|) (-10 -7 (-15 -2425 ((-112) (-644 (-952 |#1|)))) (-15 -3160 ((-3 (-644 (-952 |#1|)) "failed") (-644 (-952 |#1|)))) (-15 -2542 ((-644 (-952 |#1|)) (-644 (-952 |#1|))))) (-454) (-644 (-1175))) (T -362))
-((-2542 (*1 *2 *2) (-12 (-5 *2 (-644 (-952 *3))) (-4 *3 (-454)) (-5 *1 (-362 *3 *4)) (-14 *4 (-644 (-1175))))) (-3160 (*1 *2 *2) (|partial| -12 (-5 *2 (-644 (-952 *3))) (-4 *3 (-454)) (-5 *1 (-362 *3 *4)) (-14 *4 (-644 (-1175))))) (-2425 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-454)) (-5 *2 (-112)) (-5 *1 (-362 *4 *5)) (-14 *5 (-644 (-1175))))))
-(-10 -7 (-15 -2425 ((-112) (-644 (-952 |#1|)))) (-15 -3160 ((-3 (-644 (-952 |#1|)) "failed") (-644 (-952 |#1|)))) (-15 -2542 ((-644 (-952 |#1|)) (-644 (-952 |#1|)))))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771) $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) 17)) (-2121 ((|#1| $ (-566)) NIL)) (-2707 (((-566) $ (-566)) NIL)) (-3499 (($ (-1 |#1| |#1|) $) 34)) (-3480 (($ (-1 (-566) (-566)) $) 26)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 28)) (-4072 (((-1119) $) NIL)) (-1616 (((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-566)))) $) 30)) (-3357 (($ $ $) NIL)) (-2527 (($ $ $) NIL)) (-3152 (((-862) $) 40) (($ |#1|) NIL)) (-3044 (((-112) $ $) NIL)) (-4366 (($) 11 T CONST)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL) (($ |#1| (-566)) 19)) (* (($ $ $) 53) (($ |#1| $) 23) (($ $ |#1|) 21)))
-(((-363 |#1|) (-13 (-475) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-566))) (-15 -3870 ((-771) $)) (-15 -2707 ((-566) $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -3480 ($ (-1 (-566) (-566)) $)) (-15 -3499 ($ (-1 |#1| |#1|) $)) (-15 -1616 ((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-566)))) $)))) (-1099)) (T -363))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-363 *2)) (-4 *2 (-1099)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-363 *2)) (-4 *2 (-1099)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-363 *2)) (-4 *2 (-1099)))) (-3870 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-363 *3)) (-4 *3 (-1099)))) (-2707 (*1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-363 *3)) (-4 *3 (-1099)))) (-2121 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-363 *2)) (-4 *2 (-1099)))) (-3480 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-566) (-566))) (-5 *1 (-363 *3)) (-4 *3 (-1099)))) (-3499 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-363 *3)))) (-1616 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 (-566))))) (-5 *1 (-363 *3)) (-4 *3 (-1099)))))
-(-13 (-475) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-566))) (-15 -3870 ((-771) $)) (-15 -2707 ((-566) $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -3480 ($ (-1 (-566) (-566)) $)) (-15 -3499 ($ (-1 |#1| |#1|) $)) (-15 -1616 ((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-566)))) $))))
-((-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 13)) (-2161 (($ $) 14)) (-1364 (((-420 $) $) 34)) (-1615 (((-112) $) 30)) (-2748 (($ $) 19)) (-2164 (($ $ $) 25) (($ (-644 $)) NIL)) (-1624 (((-420 $) $) 35)) (-2978 (((-3 $ "failed") $ $) 24)) (-4357 (((-771) $) 28)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 39)) (-3014 (((-112) $ $) 16)) (-3025 (($ $ $) 37)))
-(((-364 |#1|) (-10 -8 (-15 -3025 (|#1| |#1| |#1|)) (-15 -2748 (|#1| |#1|)) (-15 -1615 ((-112) |#1|)) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -4100 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -4357 ((-771) |#1|)) (-15 -2164 (|#1| (-644 |#1|))) (-15 -2164 (|#1| |#1| |#1|)) (-15 -3014 ((-112) |#1| |#1|)) (-15 -2161 (|#1| |#1|)) (-15 -2112 ((-2 (|:| -2896 |#1|) (|:| -4401 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#1|))) (-365)) (T -364))
-NIL
-(-10 -8 (-15 -3025 (|#1| |#1| |#1|)) (-15 -2748 (|#1| |#1|)) (-15 -1615 ((-112) |#1|)) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -4100 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -4357 ((-771) |#1|)) (-15 -2164 (|#1| (-644 |#1|))) (-15 -2164 (|#1| |#1| |#1|)) (-15 -3014 ((-112) |#1| |#1|)) (-15 -2161 (|#1| |#1|)) (-15 -2112 ((-2 (|:| -2896 |#1|) (|:| -4401 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-2085 (((-112) $ $) 65)) (-2463 (($) 18 T CONST)) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-1615 (((-112) $) 79)) (-2389 (((-112) $) 35)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 78)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-1624 (((-420 $) $) 82)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 73)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
+((-1866 (((-112) (-644 (-952 |#1|))) 41)) (-3704 (((-644 (-952 |#1|)) (-644 (-952 |#1|))) 53)) (-1444 (((-3 (-644 (-952 |#1|)) "failed") (-644 (-952 |#1|))) 48)))
+(((-362 |#1| |#2|) (-10 -7 (-15 -1866 ((-112) (-644 (-952 |#1|)))) (-15 -1444 ((-3 (-644 (-952 |#1|)) "failed") (-644 (-952 |#1|)))) (-15 -3704 ((-644 (-952 |#1|)) (-644 (-952 |#1|))))) (-454) (-644 (-1175))) (T -362))
+((-3704 (*1 *2 *2) (-12 (-5 *2 (-644 (-952 *3))) (-4 *3 (-454)) (-5 *1 (-362 *3 *4)) (-14 *4 (-644 (-1175))))) (-1444 (*1 *2 *2) (|partial| -12 (-5 *2 (-644 (-952 *3))) (-4 *3 (-454)) (-5 *1 (-362 *3 *4)) (-14 *4 (-644 (-1175))))) (-1866 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-454)) (-5 *2 (-112)) (-5 *1 (-362 *4 *5)) (-14 *5 (-644 (-1175))))))
+(-10 -7 (-15 -1866 ((-112) (-644 (-952 |#1|)))) (-15 -1444 ((-3 (-644 (-952 |#1|)) "failed") (-644 (-952 |#1|)))) (-15 -3704 ((-644 (-952 |#1|)) (-644 (-952 |#1|)))))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771) $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) 17)) (-3866 ((|#1| $ (-566)) NIL)) (-1593 (((-566) $ (-566)) NIL)) (-1748 (($ (-1 |#1| |#1|) $) 34)) (-1596 (($ (-1 (-566) (-566)) $) 26)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 28)) (-2029 (((-1119) $) NIL)) (-2430 (((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-566)))) $) 30)) (-2791 (($ $ $) NIL)) (-3528 (($ $ $) NIL)) (-1650 (((-862) $) 40) (($ |#1|) NIL)) (-2657 (((-112) $ $) NIL)) (-3424 (($) 11 T CONST)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL) (($ |#1| (-566)) 19)) (* (($ $ $) 53) (($ |#1| $) 23) (($ $ |#1|) 21)))
+(((-363 |#1|) (-13 (-475) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-566))) (-15 -3571 ((-771) $)) (-15 -1593 ((-566) $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -1596 ($ (-1 (-566) (-566)) $)) (-15 -1748 ($ (-1 |#1| |#1|) $)) (-15 -2430 ((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-566)))) $)))) (-1099)) (T -363))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-363 *2)) (-4 *2 (-1099)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-363 *2)) (-4 *2 (-1099)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-363 *2)) (-4 *2 (-1099)))) (-3571 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-363 *3)) (-4 *3 (-1099)))) (-1593 (*1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-363 *3)) (-4 *3 (-1099)))) (-3866 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-363 *2)) (-4 *2 (-1099)))) (-1596 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-566) (-566))) (-5 *1 (-363 *3)) (-4 *3 (-1099)))) (-1748 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-363 *3)))) (-2430 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 (-566))))) (-5 *1 (-363 *3)) (-4 *3 (-1099)))))
+(-13 (-475) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-566))) (-15 -3571 ((-771) $)) (-15 -1593 ((-566) $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -1596 ($ (-1 (-566) (-566)) $)) (-15 -1748 ($ (-1 |#1| |#1|) $)) (-15 -2430 ((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-566)))) $))))
+((-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 13)) (-4282 (($ $) 14)) (-1615 (((-420 $) $) 34)) (-2422 (((-112) $) 30)) (-4085 (($ $) 19)) (-1962 (($ $ $) 25) (($ (-644 $)) NIL)) (-3846 (((-420 $) $) 35)) (-4116 (((-3 $ "failed") $ $) 24)) (-3075 (((-771) $) 28)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 39)) (-3679 (((-112) $ $) 16)) (-2990 (($ $ $) 37)))
+(((-364 |#1|) (-10 -8 (-15 -2990 (|#1| |#1| |#1|)) (-15 -4085 (|#1| |#1|)) (-15 -2422 ((-112) |#1|)) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -2307 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3075 ((-771) |#1|)) (-15 -1962 (|#1| (-644 |#1|))) (-15 -1962 (|#1| |#1| |#1|)) (-15 -3679 ((-112) |#1| |#1|)) (-15 -4282 (|#1| |#1|)) (-15 -1860 ((-2 (|:| -2666 |#1|) (|:| -4402 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#1|))) (-365)) (T -364))
+NIL
+(-10 -8 (-15 -2990 (|#1| |#1| |#1|)) (-15 -4085 (|#1| |#1|)) (-15 -2422 ((-112) |#1|)) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -2307 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3075 ((-771) |#1|)) (-15 -1962 (|#1| (-644 |#1|))) (-15 -1962 (|#1| |#1| |#1|)) (-15 -3679 ((-112) |#1| |#1|)) (-15 -4282 (|#1| |#1|)) (-15 -1860 ((-2 (|:| -2666 |#1|) (|:| -4402 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-1621 (((-112) $ $) 65)) (-4145 (($) 18 T CONST)) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-2422 (((-112) $) 79)) (-1568 (((-112) $) 35)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 78)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3846 (((-420 $) $) 82)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 73)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
(((-365) (-140)) (T -365))
-((-3025 (*1 *1 *1 *1) (-4 *1 (-365))))
-(-13 (-308) (-1218) (-243) (-10 -8 (-15 -3025 ($ $ $)) (-6 -4412) (-6 -4406)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) . T))
-((-2988 (((-112) $ $) 7)) (-3167 ((|#2| $ |#2|) 14)) (-2545 (($ $ (-1157)) 19)) (-1338 ((|#2| $) 15)) (-3292 (($ |#1|) 21) (($ |#1| (-1157)) 20)) (-1368 ((|#1| $) 17)) (-3380 (((-1157) $) 10)) (-4085 (((-1157) $) 16)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-2405 (($ $) 18)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-2990 (*1 *1 *1 *1) (-4 *1 (-365))))
+(-13 (-308) (-1219) (-243) (-10 -8 (-15 -2990 ($ $ $)) (-6 -4413) (-6 -4407)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) . T))
+((-4124 (((-112) $ $) 7)) (-1509 ((|#2| $ |#2|) 14)) (-3742 (($ $ (-1157)) 19)) (-2888 ((|#2| $) 15)) (-3009 (($ |#1|) 21) (($ |#1| (-1157)) 20)) (-3707 ((|#1| $) 17)) (-3057 (((-1157) $) 10)) (-2169 (((-1157) $) 16)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-1682 (($ $) 18)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-366 |#1| |#2|) (-140) (-1099) (-1099)) (T -366))
-((-3292 (*1 *1 *2) (-12 (-4 *1 (-366 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-3292 (*1 *1 *2 *3) (-12 (-5 *3 (-1157)) (-4 *1 (-366 *2 *4)) (-4 *2 (-1099)) (-4 *4 (-1099)))) (-2545 (*1 *1 *1 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-366 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-2405 (*1 *1 *1) (-12 (-4 *1 (-366 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-1368 (*1 *2 *1) (-12 (-4 *1 (-366 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-4085 (*1 *2 *1) (-12 (-4 *1 (-366 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-5 *2 (-1157)))) (-1338 (*1 *2 *1) (-12 (-4 *1 (-366 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-3167 (*1 *2 *1 *2) (-12 (-4 *1 (-366 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
-(-13 (-1099) (-10 -8 (-15 -3292 ($ |t#1|)) (-15 -3292 ($ |t#1| (-1157))) (-15 -2545 ($ $ (-1157))) (-15 -2405 ($ $)) (-15 -1368 (|t#1| $)) (-15 -4085 ((-1157) $)) (-15 -1338 (|t#2| $)) (-15 -3167 (|t#2| $ |t#2|))))
+((-3009 (*1 *1 *2) (-12 (-4 *1 (-366 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-3009 (*1 *1 *2 *3) (-12 (-5 *3 (-1157)) (-4 *1 (-366 *2 *4)) (-4 *2 (-1099)) (-4 *4 (-1099)))) (-3742 (*1 *1 *1 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-366 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-1682 (*1 *1 *1) (-12 (-4 *1 (-366 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-3707 (*1 *2 *1) (-12 (-4 *1 (-366 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-2169 (*1 *2 *1) (-12 (-4 *1 (-366 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-5 *2 (-1157)))) (-2888 (*1 *2 *1) (-12 (-4 *1 (-366 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-1509 (*1 *2 *1 *2) (-12 (-4 *1 (-366 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
+(-13 (-1099) (-10 -8 (-15 -3009 ($ |t#1|)) (-15 -3009 ($ |t#1| (-1157))) (-15 -3742 ($ $ (-1157))) (-15 -1682 ($ $)) (-15 -3707 (|t#1| $)) (-15 -2169 ((-1157) $)) (-15 -2888 (|t#2| $)) (-15 -1509 (|t#2| $ |t#2|))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3167 ((|#1| $ |#1|) 31)) (-2545 (($ $ (-1157)) 23)) (-2403 (((-3 |#1| "failed") $) 30)) (-1338 ((|#1| $) 28)) (-3292 (($ (-390)) 22) (($ (-390) (-1157)) 21)) (-1368 (((-390) $) 25)) (-3380 (((-1157) $) NIL)) (-4085 (((-1157) $) 26)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 20)) (-2405 (($ $) 24)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 19)))
-(((-367 |#1|) (-13 (-366 (-390) |#1|) (-10 -8 (-15 -2403 ((-3 |#1| "failed") $)))) (-1099)) (T -367))
-((-2403 (*1 *2 *1) (|partial| -12 (-5 *1 (-367 *2)) (-4 *2 (-1099)))))
-(-13 (-366 (-390) |#1|) (-10 -8 (-15 -2403 ((-3 |#1| "failed") $))))
-((-2336 (((-1264 (-689 |#2|)) (-1264 $)) 70)) (-2411 (((-689 |#2|) (-1264 $)) 141)) (-4373 ((|#2| $) 39)) (-2800 (((-689 |#2|) $ (-1264 $)) 144)) (-4392 (((-3 $ "failed") $) 91)) (-4039 ((|#2| $) 42)) (-3648 (((-1171 |#2|) $) 99)) (-2597 ((|#2| (-1264 $)) 124)) (-2765 (((-1171 |#2|) $) 34)) (-4029 (((-112)) 118)) (-1563 (($ (-1264 |#2|) (-1264 $)) 134)) (-3245 (((-3 $ "failed") $) 95)) (-4240 (((-112)) 112)) (-2057 (((-112)) 107)) (-2158 (((-112)) 61)) (-2734 (((-689 |#2|) (-1264 $)) 139)) (-2366 ((|#2| $) 38)) (-3769 (((-689 |#2|) $ (-1264 $)) 143)) (-2851 (((-3 $ "failed") $) 89)) (-2241 ((|#2| $) 41)) (-1910 (((-1171 |#2|) $) 98)) (-2990 ((|#2| (-1264 $)) 122)) (-3548 (((-1171 |#2|) $) 32)) (-2974 (((-112)) 117)) (-2402 (((-112)) 109)) (-1459 (((-112)) 59)) (-3846 (((-112)) 104)) (-3795 (((-112)) 119)) (-3350 (((-1264 |#2|) $ (-1264 $)) NIL) (((-689 |#2|) (-1264 $) (-1264 $)) 130)) (-2512 (((-112)) 115)) (-2243 (((-644 (-1264 |#2|))) 103)) (-2468 (((-112)) 116)) (-1465 (((-112)) 113)) (-3692 (((-112)) 54)) (-4369 (((-112)) 120)))
-(((-368 |#1| |#2|) (-10 -8 (-15 -3648 ((-1171 |#2|) |#1|)) (-15 -1910 ((-1171 |#2|) |#1|)) (-15 -2243 ((-644 (-1264 |#2|)))) (-15 -4392 ((-3 |#1| "failed") |#1|)) (-15 -2851 ((-3 |#1| "failed") |#1|)) (-15 -3245 ((-3 |#1| "failed") |#1|)) (-15 -2057 ((-112))) (-15 -2402 ((-112))) (-15 -4240 ((-112))) (-15 -1459 ((-112))) (-15 -2158 ((-112))) (-15 -3846 ((-112))) (-15 -4369 ((-112))) (-15 -3795 ((-112))) (-15 -4029 ((-112))) (-15 -2974 ((-112))) (-15 -3692 ((-112))) (-15 -2468 ((-112))) (-15 -1465 ((-112))) (-15 -2512 ((-112))) (-15 -2765 ((-1171 |#2|) |#1|)) (-15 -3548 ((-1171 |#2|) |#1|)) (-15 -2411 ((-689 |#2|) (-1264 |#1|))) (-15 -2734 ((-689 |#2|) (-1264 |#1|))) (-15 -2597 (|#2| (-1264 |#1|))) (-15 -2990 (|#2| (-1264 |#1|))) (-15 -1563 (|#1| (-1264 |#2|) (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -4039 (|#2| |#1|)) (-15 -2241 (|#2| |#1|)) (-15 -4373 (|#2| |#1|)) (-15 -2366 (|#2| |#1|)) (-15 -2800 ((-689 |#2|) |#1| (-1264 |#1|))) (-15 -3769 ((-689 |#2|) |#1| (-1264 |#1|))) (-15 -2336 ((-1264 (-689 |#2|)) (-1264 |#1|)))) (-369 |#2|) (-172)) (T -368))
-((-2512 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-1465 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-2468 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-3692 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-2974 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-4029 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-3795 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-4369 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-3846 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-2158 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-1459 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-4240 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-2402 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-2057 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-2243 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-644 (-1264 *4))) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))))
-(-10 -8 (-15 -3648 ((-1171 |#2|) |#1|)) (-15 -1910 ((-1171 |#2|) |#1|)) (-15 -2243 ((-644 (-1264 |#2|)))) (-15 -4392 ((-3 |#1| "failed") |#1|)) (-15 -2851 ((-3 |#1| "failed") |#1|)) (-15 -3245 ((-3 |#1| "failed") |#1|)) (-15 -2057 ((-112))) (-15 -2402 ((-112))) (-15 -4240 ((-112))) (-15 -1459 ((-112))) (-15 -2158 ((-112))) (-15 -3846 ((-112))) (-15 -4369 ((-112))) (-15 -3795 ((-112))) (-15 -4029 ((-112))) (-15 -2974 ((-112))) (-15 -3692 ((-112))) (-15 -2468 ((-112))) (-15 -1465 ((-112))) (-15 -2512 ((-112))) (-15 -2765 ((-1171 |#2|) |#1|)) (-15 -3548 ((-1171 |#2|) |#1|)) (-15 -2411 ((-689 |#2|) (-1264 |#1|))) (-15 -2734 ((-689 |#2|) (-1264 |#1|))) (-15 -2597 (|#2| (-1264 |#1|))) (-15 -2990 (|#2| (-1264 |#1|))) (-15 -1563 (|#1| (-1264 |#2|) (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -4039 (|#2| |#1|)) (-15 -2241 (|#2| |#1|)) (-15 -4373 (|#2| |#1|)) (-15 -2366 (|#2| |#1|)) (-15 -2800 ((-689 |#2|) |#1| (-1264 |#1|))) (-15 -3769 ((-689 |#2|) |#1| (-1264 |#1|))) (-15 -2336 ((-1264 (-689 |#2|)) (-1264 |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2896 (((-3 $ "failed")) 42 (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) 20)) (-2336 (((-1264 (-689 |#1|)) (-1264 $)) 83)) (-3717 (((-1264 $)) 86)) (-2463 (($) 18 T CONST)) (-3574 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) 45 (|has| |#1| (-558)))) (-1469 (((-3 $ "failed")) 43 (|has| |#1| (-558)))) (-2411 (((-689 |#1|) (-1264 $)) 70)) (-4373 ((|#1| $) 79)) (-2800 (((-689 |#1|) $ (-1264 $)) 81)) (-4392 (((-3 $ "failed") $) 50 (|has| |#1| (-558)))) (-1856 (($ $ (-921)) 31)) (-4039 ((|#1| $) 77)) (-3648 (((-1171 |#1|) $) 47 (|has| |#1| (-558)))) (-2597 ((|#1| (-1264 $)) 72)) (-2765 (((-1171 |#1|) $) 68)) (-4029 (((-112)) 62)) (-1563 (($ (-1264 |#1|) (-1264 $)) 74)) (-3245 (((-3 $ "failed") $) 52 (|has| |#1| (-558)))) (-2755 (((-921)) 85)) (-3793 (((-112)) 59)) (-4090 (($ $ (-921)) 38)) (-4240 (((-112)) 55)) (-2057 (((-112)) 53)) (-2158 (((-112)) 57)) (-1476 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) 46 (|has| |#1| (-558)))) (-1731 (((-3 $ "failed")) 44 (|has| |#1| (-558)))) (-2734 (((-689 |#1|) (-1264 $)) 71)) (-2366 ((|#1| $) 80)) (-3769 (((-689 |#1|) $ (-1264 $)) 82)) (-2851 (((-3 $ "failed") $) 51 (|has| |#1| (-558)))) (-3270 (($ $ (-921)) 32)) (-2241 ((|#1| $) 78)) (-1910 (((-1171 |#1|) $) 48 (|has| |#1| (-558)))) (-2990 ((|#1| (-1264 $)) 73)) (-3548 (((-1171 |#1|) $) 69)) (-2974 (((-112)) 63)) (-3380 (((-1157) $) 10)) (-2402 (((-112)) 54)) (-1459 (((-112)) 56)) (-3846 (((-112)) 58)) (-4072 (((-1119) $) 11)) (-3795 (((-112)) 61)) (-3350 (((-1264 |#1|) $ (-1264 $)) 76) (((-689 |#1|) (-1264 $) (-1264 $)) 75)) (-2861 (((-644 (-952 |#1|)) (-1264 $)) 84)) (-2527 (($ $ $) 28)) (-2512 (((-112)) 67)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2243 (((-644 (-1264 |#1|))) 49 (|has| |#1| (-558)))) (-3876 (($ $ $ $) 29)) (-2468 (((-112)) 65)) (-1471 (($ $ $) 27)) (-1465 (((-112)) 66)) (-3692 (((-112)) 64)) (-4369 (((-112)) 60)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 33)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
+((-4124 (((-112) $ $) NIL)) (-1509 ((|#1| $ |#1|) 31)) (-3742 (($ $ (-1157)) 23)) (-1673 (((-3 |#1| "failed") $) 30)) (-2888 ((|#1| $) 28)) (-3009 (($ (-390)) 22) (($ (-390) (-1157)) 21)) (-3707 (((-390) $) 25)) (-3057 (((-1157) $) NIL)) (-2169 (((-1157) $) 26)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 20)) (-1682 (($ $) 24)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 19)))
+(((-367 |#1|) (-13 (-366 (-390) |#1|) (-10 -8 (-15 -1673 ((-3 |#1| "failed") $)))) (-1099)) (T -367))
+((-1673 (*1 *2 *1) (|partial| -12 (-5 *1 (-367 *2)) (-4 *2 (-1099)))))
+(-13 (-366 (-390) |#1|) (-10 -8 (-15 -1673 ((-3 |#1| "failed") $))))
+((-2232 (((-1265 (-689 |#2|)) (-1265 $)) 70)) (-1738 (((-689 |#2|) (-1265 $)) 141)) (-3210 ((|#2| $) 39)) (-4347 (((-689 |#2|) $ (-1265 $)) 144)) (-2175 (((-3 $ "failed") $) 91)) (-2985 ((|#2| $) 42)) (-3813 (((-1171 |#2|) $) 99)) (-2955 ((|#2| (-1265 $)) 124)) (-4017 (((-1171 |#2|) $) 34)) (-2895 (((-112)) 118)) (-3189 (($ (-1265 |#2|) (-1265 $)) 134)) (-4185 (((-3 $ "failed") $) 95)) (-1324 (((-112)) 112)) (-1366 (((-112)) 107)) (-4262 (((-112)) 61)) (-1825 (((-689 |#2|) (-1265 $)) 139)) (-1362 ((|#2| $) 38)) (-2429 (((-689 |#2|) $ (-1265 $)) 143)) (-3570 (((-3 $ "failed") $) 89)) (-2509 ((|#2| $) 41)) (-3572 (((-1171 |#2|) $) 98)) (-3445 ((|#2| (-1265 $)) 122)) (-4157 (((-1171 |#2|) $) 32)) (-3286 (((-112)) 117)) (-1663 (((-112)) 109)) (-1538 (((-112)) 59)) (-1862 (((-112)) 104)) (-1480 (((-112)) 119)) (-2702 (((-1265 |#2|) $ (-1265 $)) NIL) (((-689 |#2|) (-1265 $) (-1265 $)) 130)) (-3345 (((-112)) 115)) (-2526 (((-644 (-1265 |#2|))) 103)) (-4203 (((-112)) 116)) (-1590 (((-112)) 113)) (-2937 (((-112)) 54)) (-3168 (((-112)) 120)))
+(((-368 |#1| |#2|) (-10 -8 (-15 -3813 ((-1171 |#2|) |#1|)) (-15 -3572 ((-1171 |#2|) |#1|)) (-15 -2526 ((-644 (-1265 |#2|)))) (-15 -2175 ((-3 |#1| "failed") |#1|)) (-15 -3570 ((-3 |#1| "failed") |#1|)) (-15 -4185 ((-3 |#1| "failed") |#1|)) (-15 -1366 ((-112))) (-15 -1663 ((-112))) (-15 -1324 ((-112))) (-15 -1538 ((-112))) (-15 -4262 ((-112))) (-15 -1862 ((-112))) (-15 -3168 ((-112))) (-15 -1480 ((-112))) (-15 -2895 ((-112))) (-15 -3286 ((-112))) (-15 -2937 ((-112))) (-15 -4203 ((-112))) (-15 -1590 ((-112))) (-15 -3345 ((-112))) (-15 -4017 ((-1171 |#2|) |#1|)) (-15 -4157 ((-1171 |#2|) |#1|)) (-15 -1738 ((-689 |#2|) (-1265 |#1|))) (-15 -1825 ((-689 |#2|) (-1265 |#1|))) (-15 -2955 (|#2| (-1265 |#1|))) (-15 -3445 (|#2| (-1265 |#1|))) (-15 -3189 (|#1| (-1265 |#2|) (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -2985 (|#2| |#1|)) (-15 -2509 (|#2| |#1|)) (-15 -3210 (|#2| |#1|)) (-15 -1362 (|#2| |#1|)) (-15 -4347 ((-689 |#2|) |#1| (-1265 |#1|))) (-15 -2429 ((-689 |#2|) |#1| (-1265 |#1|))) (-15 -2232 ((-1265 (-689 |#2|)) (-1265 |#1|)))) (-369 |#2|) (-172)) (T -368))
+((-3345 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-1590 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-4203 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-2937 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-3286 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-2895 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-1480 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-3168 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-1862 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-4262 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-1538 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-1324 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-1663 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-1366 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))) (-2526 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-644 (-1265 *4))) (-5 *1 (-368 *3 *4)) (-4 *3 (-369 *4)))))
+(-10 -8 (-15 -3813 ((-1171 |#2|) |#1|)) (-15 -3572 ((-1171 |#2|) |#1|)) (-15 -2526 ((-644 (-1265 |#2|)))) (-15 -2175 ((-3 |#1| "failed") |#1|)) (-15 -3570 ((-3 |#1| "failed") |#1|)) (-15 -4185 ((-3 |#1| "failed") |#1|)) (-15 -1366 ((-112))) (-15 -1663 ((-112))) (-15 -1324 ((-112))) (-15 -1538 ((-112))) (-15 -4262 ((-112))) (-15 -1862 ((-112))) (-15 -3168 ((-112))) (-15 -1480 ((-112))) (-15 -2895 ((-112))) (-15 -3286 ((-112))) (-15 -2937 ((-112))) (-15 -4203 ((-112))) (-15 -1590 ((-112))) (-15 -3345 ((-112))) (-15 -4017 ((-1171 |#2|) |#1|)) (-15 -4157 ((-1171 |#2|) |#1|)) (-15 -1738 ((-689 |#2|) (-1265 |#1|))) (-15 -1825 ((-689 |#2|) (-1265 |#1|))) (-15 -2955 (|#2| (-1265 |#1|))) (-15 -3445 (|#2| (-1265 |#1|))) (-15 -3189 (|#1| (-1265 |#2|) (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -2985 (|#2| |#1|)) (-15 -2509 (|#2| |#1|)) (-15 -3210 (|#2| |#1|)) (-15 -1362 (|#2| |#1|)) (-15 -4347 ((-689 |#2|) |#1| (-1265 |#1|))) (-15 -2429 ((-689 |#2|) |#1| (-1265 |#1|))) (-15 -2232 ((-1265 (-689 |#2|)) (-1265 |#1|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-2666 (((-3 $ "failed")) 42 (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) 20)) (-2232 (((-1265 (-689 |#1|)) (-1265 $)) 83)) (-1960 (((-1265 $)) 86)) (-4145 (($) 18 T CONST)) (-1311 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) 45 (|has| |#1| (-558)))) (-1630 (((-3 $ "failed")) 43 (|has| |#1| (-558)))) (-1738 (((-689 |#1|) (-1265 $)) 70)) (-3210 ((|#1| $) 79)) (-4347 (((-689 |#1|) $ (-1265 $)) 81)) (-2175 (((-3 $ "failed") $) 50 (|has| |#1| (-558)))) (-4268 (($ $ (-921)) 31)) (-2985 ((|#1| $) 77)) (-3813 (((-1171 |#1|) $) 47 (|has| |#1| (-558)))) (-2955 ((|#1| (-1265 $)) 72)) (-4017 (((-1171 |#1|) $) 68)) (-2895 (((-112)) 62)) (-3189 (($ (-1265 |#1|) (-1265 $)) 74)) (-4185 (((-3 $ "failed") $) 52 (|has| |#1| (-558)))) (-3486 (((-921)) 85)) (-1475 (((-112)) 59)) (-2215 (($ $ (-921)) 38)) (-1324 (((-112)) 55)) (-1366 (((-112)) 53)) (-4262 (((-112)) 57)) (-1693 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) 46 (|has| |#1| (-558)))) (-2313 (((-3 $ "failed")) 44 (|has| |#1| (-558)))) (-1825 (((-689 |#1|) (-1265 $)) 71)) (-1362 ((|#1| $) 80)) (-2429 (((-689 |#1|) $ (-1265 $)) 82)) (-3570 (((-3 $ "failed") $) 51 (|has| |#1| (-558)))) (-3172 (($ $ (-921)) 32)) (-2509 ((|#1| $) 78)) (-3572 (((-1171 |#1|) $) 48 (|has| |#1| (-558)))) (-3445 ((|#1| (-1265 $)) 73)) (-4157 (((-1171 |#1|) $) 69)) (-3286 (((-112)) 63)) (-3057 (((-1157) $) 10)) (-1663 (((-112)) 54)) (-1538 (((-112)) 56)) (-1862 (((-112)) 58)) (-2029 (((-1119) $) 11)) (-1480 (((-112)) 61)) (-2702 (((-1265 |#1|) $ (-1265 $)) 76) (((-689 |#1|) (-1265 $) (-1265 $)) 75)) (-3663 (((-644 (-952 |#1|)) (-1265 $)) 84)) (-3528 (($ $ $) 28)) (-3345 (((-112)) 67)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2526 (((-644 (-1265 |#1|))) 49 (|has| |#1| (-558)))) (-4052 (($ $ $ $) 29)) (-4203 (((-112)) 65)) (-1641 (($ $ $) 27)) (-1590 (((-112)) 66)) (-2937 (((-112)) 64)) (-3168 (((-112)) 60)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 33)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-369 |#1|) (-140) (-172)) (T -369))
-((-3717 (*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1264 *1)) (-4 *1 (-369 *3)))) (-2755 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-921)))) (-2861 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-644 (-952 *4))))) (-2336 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-1264 (-689 *4))))) (-3769 (*1 *2 *1 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-2800 (*1 *2 *1 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-2366 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-4373 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-2241 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-4039 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-3350 (*1 *2 *1 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-1264 *4)))) (-3350 (*1 *2 *3 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-1563 (*1 *1 *2 *3) (-12 (-5 *2 (-1264 *4)) (-5 *3 (-1264 *1)) (-4 *4 (-172)) (-4 *1 (-369 *4)))) (-2990 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-2597 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-2734 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-2411 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-3548 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-1171 *3)))) (-2765 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-1171 *3)))) (-2512 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1465 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2468 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3692 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2974 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-4029 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3795 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-4369 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3793 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3846 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2158 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1459 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-4240 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2402 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2057 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3245 (*1 *1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558)))) (-2851 (*1 *1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558)))) (-4392 (*1 *1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558)))) (-2243 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558)) (-5 *2 (-644 (-1264 *3))))) (-1910 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558)) (-5 *2 (-1171 *3)))) (-3648 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558)) (-5 *2 (-1171 *3)))) (-1476 (*1 *2) (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2875 (-644 *1)))) (-4 *1 (-369 *3)))) (-3574 (*1 *2) (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2875 (-644 *1)))) (-4 *1 (-369 *3)))) (-1731 (*1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))) (-1469 (*1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))) (-2896 (*1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))))
-(-13 (-744 |t#1|) (-10 -8 (-15 -3717 ((-1264 $))) (-15 -2755 ((-921))) (-15 -2861 ((-644 (-952 |t#1|)) (-1264 $))) (-15 -2336 ((-1264 (-689 |t#1|)) (-1264 $))) (-15 -3769 ((-689 |t#1|) $ (-1264 $))) (-15 -2800 ((-689 |t#1|) $ (-1264 $))) (-15 -2366 (|t#1| $)) (-15 -4373 (|t#1| $)) (-15 -2241 (|t#1| $)) (-15 -4039 (|t#1| $)) (-15 -3350 ((-1264 |t#1|) $ (-1264 $))) (-15 -3350 ((-689 |t#1|) (-1264 $) (-1264 $))) (-15 -1563 ($ (-1264 |t#1|) (-1264 $))) (-15 -2990 (|t#1| (-1264 $))) (-15 -2597 (|t#1| (-1264 $))) (-15 -2734 ((-689 |t#1|) (-1264 $))) (-15 -2411 ((-689 |t#1|) (-1264 $))) (-15 -3548 ((-1171 |t#1|) $)) (-15 -2765 ((-1171 |t#1|) $)) (-15 -2512 ((-112))) (-15 -1465 ((-112))) (-15 -2468 ((-112))) (-15 -3692 ((-112))) (-15 -2974 ((-112))) (-15 -4029 ((-112))) (-15 -3795 ((-112))) (-15 -4369 ((-112))) (-15 -3793 ((-112))) (-15 -3846 ((-112))) (-15 -2158 ((-112))) (-15 -1459 ((-112))) (-15 -4240 ((-112))) (-15 -2402 ((-112))) (-15 -2057 ((-112))) (IF (|has| |t#1| (-558)) (PROGN (-15 -3245 ((-3 $ "failed") $)) (-15 -2851 ((-3 $ "failed") $)) (-15 -4392 ((-3 $ "failed") $)) (-15 -2243 ((-644 (-1264 |t#1|)))) (-15 -1910 ((-1171 |t#1|) $)) (-15 -3648 ((-1171 |t#1|) $)) (-15 -1476 ((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed"))) (-15 -3574 ((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed"))) (-15 -1731 ((-3 $ "failed"))) (-15 -1469 ((-3 $ "failed"))) (-15 -2896 ((-3 $ "failed"))) (-6 -4411)) |%noBranch|)))
+((-1960 (*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1265 *1)) (-4 *1 (-369 *3)))) (-3486 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-921)))) (-3663 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-644 (-952 *4))))) (-2232 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-1265 (-689 *4))))) (-2429 (*1 *2 *1 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-4347 (*1 *2 *1 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-1362 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-3210 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-2509 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-2985 (*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-2702 (*1 *2 *1 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-1265 *4)))) (-2702 (*1 *2 *3 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-3189 (*1 *1 *2 *3) (-12 (-5 *2 (-1265 *4)) (-5 *3 (-1265 *1)) (-4 *4 (-172)) (-4 *1 (-369 *4)))) (-3445 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-2955 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *2)) (-4 *2 (-172)))) (-1825 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-1738 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-4157 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-1171 *3)))) (-4017 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-1171 *3)))) (-3345 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1590 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-4203 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2937 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3286 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-2895 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1480 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-3168 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1475 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1862 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-4262 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1538 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1324 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1663 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-1366 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))) (-4185 (*1 *1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558)))) (-3570 (*1 *1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558)))) (-2175 (*1 *1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558)))) (-2526 (*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558)) (-5 *2 (-644 (-1265 *3))))) (-3572 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558)) (-5 *2 (-1171 *3)))) (-3813 (*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558)) (-5 *2 (-1171 *3)))) (-1693 (*1 *2) (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172)) (-5 *2 (-2 (|:| |particular| *1) (|:| -3781 (-644 *1)))) (-4 *1 (-369 *3)))) (-1311 (*1 *2) (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172)) (-5 *2 (-2 (|:| |particular| *1) (|:| -3781 (-644 *1)))) (-4 *1 (-369 *3)))) (-2313 (*1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))) (-1630 (*1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))) (-2666 (*1 *1) (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))))
+(-13 (-744 |t#1|) (-10 -8 (-15 -1960 ((-1265 $))) (-15 -3486 ((-921))) (-15 -3663 ((-644 (-952 |t#1|)) (-1265 $))) (-15 -2232 ((-1265 (-689 |t#1|)) (-1265 $))) (-15 -2429 ((-689 |t#1|) $ (-1265 $))) (-15 -4347 ((-689 |t#1|) $ (-1265 $))) (-15 -1362 (|t#1| $)) (-15 -3210 (|t#1| $)) (-15 -2509 (|t#1| $)) (-15 -2985 (|t#1| $)) (-15 -2702 ((-1265 |t#1|) $ (-1265 $))) (-15 -2702 ((-689 |t#1|) (-1265 $) (-1265 $))) (-15 -3189 ($ (-1265 |t#1|) (-1265 $))) (-15 -3445 (|t#1| (-1265 $))) (-15 -2955 (|t#1| (-1265 $))) (-15 -1825 ((-689 |t#1|) (-1265 $))) (-15 -1738 ((-689 |t#1|) (-1265 $))) (-15 -4157 ((-1171 |t#1|) $)) (-15 -4017 ((-1171 |t#1|) $)) (-15 -3345 ((-112))) (-15 -1590 ((-112))) (-15 -4203 ((-112))) (-15 -2937 ((-112))) (-15 -3286 ((-112))) (-15 -2895 ((-112))) (-15 -1480 ((-112))) (-15 -3168 ((-112))) (-15 -1475 ((-112))) (-15 -1862 ((-112))) (-15 -4262 ((-112))) (-15 -1538 ((-112))) (-15 -1324 ((-112))) (-15 -1663 ((-112))) (-15 -1366 ((-112))) (IF (|has| |t#1| (-558)) (PROGN (-15 -4185 ((-3 $ "failed") $)) (-15 -3570 ((-3 $ "failed") $)) (-15 -2175 ((-3 $ "failed") $)) (-15 -2526 ((-644 (-1265 |t#1|)))) (-15 -3572 ((-1171 |t#1|) $)) (-15 -3813 ((-1171 |t#1|) $)) (-15 -1693 ((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed"))) (-15 -1311 ((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed"))) (-15 -2313 ((-3 $ "failed"))) (-15 -1630 ((-3 $ "failed"))) (-15 -2666 ((-3 $ "failed"))) (-6 -4412)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-648 |#1|) . T) ((-640 |#1|) . T) ((-717 |#1|) . T) ((-720) . T) ((-744 |#1|) . T) ((-761) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 7)) (-3870 (((-771)) 17)) (-2715 (($) 14)) (-1866 (((-921) $) 15)) (-3380 (((-1157) $) 10)) (-2835 (($ (-921)) 16)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-4124 (((-112) $ $) 7)) (-3571 (((-771)) 17)) (-3341 (($) 14)) (-4350 (((-921) $) 15)) (-3057 (((-1157) $) 10)) (-1351 (($ (-921)) 16)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-370) (-140)) (T -370))
-((-3870 (*1 *2) (-12 (-4 *1 (-370)) (-5 *2 (-771)))) (-2835 (*1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-370)))) (-1866 (*1 *2 *1) (-12 (-4 *1 (-370)) (-5 *2 (-921)))) (-2715 (*1 *1) (-4 *1 (-370))))
-(-13 (-1099) (-10 -8 (-15 -3870 ((-771))) (-15 -2835 ($ (-921))) (-15 -1866 ((-921) $)) (-15 -2715 ($))))
+((-3571 (*1 *2) (-12 (-4 *1 (-370)) (-5 *2 (-771)))) (-1351 (*1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-370)))) (-4350 (*1 *2 *1) (-12 (-4 *1 (-370)) (-5 *2 (-921)))) (-3341 (*1 *1) (-4 *1 (-370))))
+(-13 (-1099) (-10 -8 (-15 -3571 ((-771))) (-15 -1351 ($ (-921))) (-15 -4350 ((-921) $)) (-15 -3341 ($))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-3899 (((-689 |#2|) (-1264 $)) 47)) (-1563 (($ (-1264 |#2|) (-1264 $)) 41)) (-3578 (((-689 |#2|) $ (-1264 $)) 49)) (-4068 ((|#2| (-1264 $)) 13)) (-3350 (((-1264 |#2|) $ (-1264 $)) NIL) (((-689 |#2|) (-1264 $) (-1264 $)) 27)))
-(((-371 |#1| |#2| |#3|) (-10 -8 (-15 -3899 ((-689 |#2|) (-1264 |#1|))) (-15 -4068 (|#2| (-1264 |#1|))) (-15 -1563 (|#1| (-1264 |#2|) (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -3578 ((-689 |#2|) |#1| (-1264 |#1|)))) (-372 |#2| |#3|) (-172) (-1240 |#2|)) (T -371))
-NIL
-(-10 -8 (-15 -3899 ((-689 |#2|) (-1264 |#1|))) (-15 -4068 (|#2| (-1264 |#1|))) (-15 -1563 (|#1| (-1264 |#2|) (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -3578 ((-689 |#2|) |#1| (-1264 |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3899 (((-689 |#1|) (-1264 $)) 53)) (-3833 ((|#1| $) 59)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-1563 (($ (-1264 |#1|) (-1264 $)) 55)) (-3578 (((-689 |#1|) $ (-1264 $)) 60)) (-3245 (((-3 $ "failed") $) 37)) (-2755 (((-921)) 61)) (-2389 (((-112) $) 35)) (-2064 ((|#1| $) 58)) (-3468 ((|#2| $) 51 (|has| |#1| (-365)))) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4068 ((|#1| (-1264 $)) 54)) (-3350 (((-1264 |#1|) $ (-1264 $)) 57) (((-689 |#1|) (-1264 $) (-1264 $)) 56)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44)) (-2633 (((-3 $ "failed") $) 50 (|has| |#1| (-145)))) (-2318 ((|#2| $) 52)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
-(((-372 |#1| |#2|) (-140) (-172) (-1240 |t#1|)) (T -372))
-((-2755 (*1 *2) (-12 (-4 *1 (-372 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3)) (-5 *2 (-921)))) (-3578 (*1 *2 *1 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1240 *4)) (-5 *2 (-689 *4)))) (-3833 (*1 *2 *1) (-12 (-4 *1 (-372 *2 *3)) (-4 *3 (-1240 *2)) (-4 *2 (-172)))) (-2064 (*1 *2 *1) (-12 (-4 *1 (-372 *2 *3)) (-4 *3 (-1240 *2)) (-4 *2 (-172)))) (-3350 (*1 *2 *1 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1240 *4)) (-5 *2 (-1264 *4)))) (-3350 (*1 *2 *3 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1240 *4)) (-5 *2 (-689 *4)))) (-1563 (*1 *1 *2 *3) (-12 (-5 *2 (-1264 *4)) (-5 *3 (-1264 *1)) (-4 *4 (-172)) (-4 *1 (-372 *4 *5)) (-4 *5 (-1240 *4)))) (-4068 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *2 *4)) (-4 *4 (-1240 *2)) (-4 *2 (-172)))) (-3899 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1240 *4)) (-5 *2 (-689 *4)))) (-2318 (*1 *2 *1) (-12 (-4 *1 (-372 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1240 *3)))) (-3468 (*1 *2 *1) (-12 (-4 *1 (-372 *3 *2)) (-4 *3 (-172)) (-4 *3 (-365)) (-4 *2 (-1240 *3)))))
-(-13 (-38 |t#1|) (-10 -8 (-15 -2755 ((-921))) (-15 -3578 ((-689 |t#1|) $ (-1264 $))) (-15 -3833 (|t#1| $)) (-15 -2064 (|t#1| $)) (-15 -3350 ((-1264 |t#1|) $ (-1264 $))) (-15 -3350 ((-689 |t#1|) (-1264 $) (-1264 $))) (-15 -1563 ($ (-1264 |t#1|) (-1264 $))) (-15 -4068 (|t#1| (-1264 $))) (-15 -3899 ((-689 |t#1|) (-1264 $))) (-15 -2318 (|t#2| $)) (IF (|has| |t#1| (-365)) (-15 -3468 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|)))
+((-4266 (((-689 |#2|) (-1265 $)) 47)) (-3189 (($ (-1265 |#2|) (-1265 $)) 41)) (-3186 (((-689 |#2|) $ (-1265 $)) 49)) (-2018 ((|#2| (-1265 $)) 13)) (-2702 (((-1265 |#2|) $ (-1265 $)) NIL) (((-689 |#2|) (-1265 $) (-1265 $)) 27)))
+(((-371 |#1| |#2| |#3|) (-10 -8 (-15 -4266 ((-689 |#2|) (-1265 |#1|))) (-15 -2018 (|#2| (-1265 |#1|))) (-15 -3189 (|#1| (-1265 |#2|) (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -3186 ((-689 |#2|) |#1| (-1265 |#1|)))) (-372 |#2| |#3|) (-172) (-1241 |#2|)) (T -371))
+NIL
+(-10 -8 (-15 -4266 ((-689 |#2|) (-1265 |#1|))) (-15 -2018 (|#2| (-1265 |#1|))) (-15 -3189 (|#1| (-1265 |#2|) (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -3186 ((-689 |#2|) |#1| (-1265 |#1|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-4266 (((-689 |#1|) (-1265 $)) 53)) (-2881 ((|#1| $) 59)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3189 (($ (-1265 |#1|) (-1265 $)) 55)) (-3186 (((-689 |#1|) $ (-1265 $)) 60)) (-4185 (((-3 $ "failed") $) 37)) (-3486 (((-921)) 61)) (-1568 (((-112) $) 35)) (-1435 ((|#1| $) 58)) (-1505 ((|#2| $) 51 (|has| |#1| (-365)))) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2018 ((|#1| (-1265 $)) 54)) (-2702 (((-1265 |#1|) $ (-1265 $)) 57) (((-689 |#1|) (-1265 $) (-1265 $)) 56)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44)) (-2097 (((-3 $ "failed") $) 50 (|has| |#1| (-145)))) (-2080 ((|#2| $) 52)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
+(((-372 |#1| |#2|) (-140) (-172) (-1241 |t#1|)) (T -372))
+((-3486 (*1 *2) (-12 (-4 *1 (-372 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3)) (-5 *2 (-921)))) (-3186 (*1 *2 *1 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1241 *4)) (-5 *2 (-689 *4)))) (-2881 (*1 *2 *1) (-12 (-4 *1 (-372 *2 *3)) (-4 *3 (-1241 *2)) (-4 *2 (-172)))) (-1435 (*1 *2 *1) (-12 (-4 *1 (-372 *2 *3)) (-4 *3 (-1241 *2)) (-4 *2 (-172)))) (-2702 (*1 *2 *1 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1241 *4)) (-5 *2 (-1265 *4)))) (-2702 (*1 *2 *3 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1241 *4)) (-5 *2 (-689 *4)))) (-3189 (*1 *1 *2 *3) (-12 (-5 *2 (-1265 *4)) (-5 *3 (-1265 *1)) (-4 *4 (-172)) (-4 *1 (-372 *4 *5)) (-4 *5 (-1241 *4)))) (-2018 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *2 *4)) (-4 *4 (-1241 *2)) (-4 *2 (-172)))) (-4266 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1241 *4)) (-5 *2 (-689 *4)))) (-2080 (*1 *2 *1) (-12 (-4 *1 (-372 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1241 *3)))) (-1505 (*1 *2 *1) (-12 (-4 *1 (-372 *3 *2)) (-4 *3 (-172)) (-4 *3 (-365)) (-4 *2 (-1241 *3)))))
+(-13 (-38 |t#1|) (-10 -8 (-15 -3486 ((-921))) (-15 -3186 ((-689 |t#1|) $ (-1265 $))) (-15 -2881 (|t#1| $)) (-15 -1435 (|t#1| $)) (-15 -2702 ((-1265 |t#1|) $ (-1265 $))) (-15 -2702 ((-689 |t#1|) (-1265 $) (-1265 $))) (-15 -3189 ($ (-1265 |t#1|) (-1265 $))) (-15 -2018 (|t#1| (-1265 $))) (-15 -4266 ((-689 |t#1|) (-1265 $))) (-15 -2080 (|t#2| $)) (IF (|has| |t#1| (-365)) (-15 -1505 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 |#1|) . T) ((-717 |#1|) . T) ((-726) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-1960 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25)) (-2873 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17)) (-2319 ((|#4| (-1 |#3| |#1|) |#2|) 23)))
-(((-373 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2873 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1960 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1214) (-375 |#1|) (-1214) (-375 |#3|)) (T -373))
-((-1960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1214)) (-4 *5 (-1214)) (-4 *2 (-375 *5)) (-5 *1 (-373 *6 *4 *5 *2)) (-4 *4 (-375 *6)))) (-2873 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1214)) (-4 *2 (-1214)) (-5 *1 (-373 *5 *4 *2 *6)) (-4 *4 (-375 *5)) (-4 *6 (-375 *2)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-4 *2 (-375 *6)) (-5 *1 (-373 *5 *4 *6 *2)) (-4 *4 (-375 *5)))))
-(-10 -7 (-15 -2319 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2873 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1960 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-3054 (((-112) (-1 (-112) |#2| |#2|) $) NIL) (((-112) $) 18)) (-3628 (($ (-1 (-112) |#2| |#2|) $) NIL) (($ $) 28)) (-2671 (($ (-1 (-112) |#2| |#2|) $) 27) (($ $) 22)) (-3683 (($ $) 25)) (-1569 (((-566) (-1 (-112) |#2|) $) NIL) (((-566) |#2| $) 11) (((-566) |#2| $ (-566)) NIL)) (-2696 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
-(((-374 |#1| |#2|) (-10 -8 (-15 -3628 (|#1| |#1|)) (-15 -3628 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3054 ((-112) |#1|)) (-15 -2671 (|#1| |#1|)) (-15 -2696 (|#1| |#1| |#1|)) (-15 -1569 ((-566) |#2| |#1| (-566))) (-15 -1569 ((-566) |#2| |#1|)) (-15 -1569 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -3054 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2671 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3683 (|#1| |#1|)) (-15 -2696 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|))) (-375 |#2|) (-1214)) (T -374))
-NIL
-(-10 -8 (-15 -3628 (|#1| |#1|)) (-15 -3628 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3054 ((-112) |#1|)) (-15 -2671 (|#1| |#1|)) (-15 -2696 (|#1| |#1| |#1|)) (-15 -1569 ((-566) |#2| |#1| (-566))) (-15 -1569 ((-566) |#2| |#1|)) (-15 -1569 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -3054 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -2671 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3683 (|#1| |#1|)) (-15 -2696 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1944 (((-1269) $ (-566) (-566)) 41 (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) 99) (((-112) $) 93 (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) 90 (|has| $ (-6 -4415))) (($ $) 89 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4415))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) 100) (($ $) 94 (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) 8)) (-1456 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 59 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3166 (($ $) 91 (|has| $ (-6 -4415)))) (-3683 (($ $) 101)) (-3942 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 52)) (-1569 (((-566) (-1 (-112) |#1|) $) 98) (((-566) |#1| $) 97 (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) 96 (|has| |#1| (-1099)))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-1860 (($ (-771) |#1|) 70)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 44 (|has| (-566) (-850)))) (-1478 (($ $ $) 88 (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) 102) (($ $ $) 95 (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 45 (|has| (-566) (-850)))) (-2599 (($ $ $) 87 (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-3725 (((-644 (-566)) $) 47)) (-1644 (((-112) (-566) $) 48)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3908 ((|#1| $) 43 (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-3787 (($ $ |#1|) 42 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1231 (-566))) 64)) (-2166 (($ $ (-566)) 63) (($ $ (-1231 (-566))) 62)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2661 (($ $ $ (-566)) 92 (|has| $ (-6 -4415)))) (-1480 (($ $) 13)) (-2376 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 71)) (-4386 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) 85 (|has| |#1| (-850)))) (-2946 (((-112) $ $) 84 (|has| |#1| (-850)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2956 (((-112) $ $) 86 (|has| |#1| (-850)))) (-2935 (((-112) $ $) 83 (|has| |#1| (-850)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-375 |#1|) (-140) (-1214)) (T -375))
-((-2696 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-375 *3)) (-4 *3 (-1214)))) (-3683 (*1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1214)))) (-2671 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-375 *3)) (-4 *3 (-1214)))) (-3054 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-375 *4)) (-4 *4 (-1214)) (-5 *2 (-112)))) (-1569 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-375 *4)) (-4 *4 (-1214)) (-5 *2 (-566)))) (-1569 (*1 *2 *3 *1) (-12 (-4 *1 (-375 *3)) (-4 *3 (-1214)) (-4 *3 (-1099)) (-5 *2 (-566)))) (-1569 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-375 *3)) (-4 *3 (-1214)) (-4 *3 (-1099)))) (-2696 (*1 *1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1214)) (-4 *2 (-850)))) (-2671 (*1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1214)) (-4 *2 (-850)))) (-3054 (*1 *2 *1) (-12 (-4 *1 (-375 *3)) (-4 *3 (-1214)) (-4 *3 (-850)) (-5 *2 (-112)))) (-2661 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-566)) (|has| *1 (-6 -4415)) (-4 *1 (-375 *3)) (-4 *3 (-1214)))) (-3166 (*1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-375 *2)) (-4 *2 (-1214)))) (-3628 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4415)) (-4 *1 (-375 *3)) (-4 *3 (-1214)))) (-3628 (*1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-375 *2)) (-4 *2 (-1214)) (-4 *2 (-850)))))
-(-13 (-651 |t#1|) (-10 -8 (-6 -4414) (-15 -2696 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -3683 ($ $)) (-15 -2671 ($ (-1 (-112) |t#1| |t#1|) $)) (-15 -3054 ((-112) (-1 (-112) |t#1| |t#1|) $)) (-15 -1569 ((-566) (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -1569 ((-566) |t#1| $)) (-15 -1569 ((-566) |t#1| $ (-566)))) |%noBranch|) (IF (|has| |t#1| (-850)) (PROGN (-6 (-850)) (-15 -2696 ($ $ $)) (-15 -2671 ($ $)) (-15 -3054 ((-112) $))) |%noBranch|) (IF (|has| $ (-6 -4415)) (PROGN (-15 -2661 ($ $ $ (-566))) (-15 -3166 ($ $)) (-15 -3628 ($ (-1 (-112) |t#1| |t#1|) $)) (IF (|has| |t#1| (-850)) (-15 -3628 ($ $)) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-102) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1099) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1214) . T))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-4111 (((-644 |#1|) $) 37)) (-3990 (($ $ (-771)) 38)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3356 (((-1288 |#1| |#2|) (-1288 |#1| |#2|) $) 41)) (-2795 (($ $) 39)) (-3722 (((-1288 |#1| |#2|) (-1288 |#1| |#2|) $) 42)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2023 (($ $ |#1| $) 36) (($ $ (-644 |#1|) (-644 $)) 35)) (-3902 (((-771) $) 43)) (-1340 (($ $ $) 34)) (-3152 (((-862) $) 12) (($ |#1|) 46) (((-1279 |#1| |#2|) $) 45) (((-1288 |#1| |#2|) $) 44)) (-2397 ((|#2| (-1288 |#1| |#2|) $) 47)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2740 (($ (-672 |#1|)) 40)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#2|) 33 (|has| |#2| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#2| $) 27) (($ $ |#2|) 31)))
+((-2834 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 25)) (-1936 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 17)) (-1895 ((|#4| (-1 |#3| |#1|) |#2|) 23)))
+(((-373 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1936 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2834 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1215) (-375 |#1|) (-1215) (-375 |#3|)) (T -373))
+((-2834 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1215)) (-4 *5 (-1215)) (-4 *2 (-375 *5)) (-5 *1 (-373 *6 *4 *5 *2)) (-4 *4 (-375 *6)))) (-1936 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1215)) (-4 *2 (-1215)) (-5 *1 (-373 *5 *4 *2 *6)) (-4 *4 (-375 *5)) (-4 *6 (-375 *2)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-4 *2 (-375 *6)) (-5 *1 (-373 *5 *4 *6 *2)) (-4 *4 (-375 *5)))))
+(-10 -7 (-15 -1895 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1936 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2834 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-2771 (((-112) (-1 (-112) |#2| |#2|) $) NIL) (((-112) $) 18)) (-3632 (($ (-1 (-112) |#2| |#2|) $) NIL) (($ $) 28)) (-3292 (($ (-1 (-112) |#2| |#2|) $) 27) (($ $) 22)) (-1721 (($ $) 25)) (-1308 (((-566) (-1 (-112) |#2|) $) NIL) (((-566) |#2| $) 11) (((-566) |#2| $ (-566)) NIL)) (-1485 (($ (-1 (-112) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
+(((-374 |#1| |#2|) (-10 -8 (-15 -3632 (|#1| |#1|)) (-15 -3632 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2771 ((-112) |#1|)) (-15 -3292 (|#1| |#1|)) (-15 -1485 (|#1| |#1| |#1|)) (-15 -1308 ((-566) |#2| |#1| (-566))) (-15 -1308 ((-566) |#2| |#1|)) (-15 -1308 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -2771 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3292 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1721 (|#1| |#1|)) (-15 -1485 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|))) (-375 |#2|) (-1215)) (T -374))
+NIL
+(-10 -8 (-15 -3632 (|#1| |#1|)) (-15 -3632 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -2771 ((-112) |#1|)) (-15 -3292 (|#1| |#1|)) (-15 -1485 (|#1| |#1| |#1|)) (-15 -1308 ((-566) |#2| |#1| (-566))) (-15 -1308 ((-566) |#2| |#1|)) (-15 -1308 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -2771 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -3292 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -1721 (|#1| |#1|)) (-15 -1485 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2656 (((-1270) $ (-566) (-566)) 41 (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) 99) (((-112) $) 93 (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) 90 (|has| $ (-6 -4416))) (($ $) 89 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4416))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) 100) (($ $) 94 (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) 8)) (-1777 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 59 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-1501 (($ $) 91 (|has| $ (-6 -4416)))) (-1721 (($ $) 101)) (-3640 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 52)) (-1308 (((-566) (-1 (-112) |#1|) $) 98) (((-566) |#1| $) 97 (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) 96 (|has| |#1| (-1099)))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1566 (($ (-771) |#1|) 70)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 44 (|has| (-566) (-850)))) (-1888 (($ $ $) 88 (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) 102) (($ $ $) 95 (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 45 (|has| (-566) (-850)))) (-3890 (($ $ $) 87 (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-2033 (((-644 (-566)) $) 47)) (-2686 (((-112) (-566) $) 48)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3604 ((|#1| $) 43 (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-1417 (($ $ |#1|) 42 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1232 (-566))) 64)) (-1405 (($ $ (-566)) 63) (($ $ (-1232 (-566))) 62)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2310 (($ $ $ (-566)) 92 (|has| $ (-6 -4416)))) (-1800 (($ $) 13)) (-1945 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 71)) (-2829 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) 85 (|has| |#1| (-850)))) (-2904 (((-112) $ $) 84 (|has| |#1| (-850)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2915 (((-112) $ $) 86 (|has| |#1| (-850)))) (-2892 (((-112) $ $) 83 (|has| |#1| (-850)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-375 |#1|) (-140) (-1215)) (T -375))
+((-1485 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-375 *3)) (-4 *3 (-1215)))) (-1721 (*1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1215)))) (-3292 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-375 *3)) (-4 *3 (-1215)))) (-2771 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-375 *4)) (-4 *4 (-1215)) (-5 *2 (-112)))) (-1308 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-375 *4)) (-4 *4 (-1215)) (-5 *2 (-566)))) (-1308 (*1 *2 *3 *1) (-12 (-4 *1 (-375 *3)) (-4 *3 (-1215)) (-4 *3 (-1099)) (-5 *2 (-566)))) (-1308 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-375 *3)) (-4 *3 (-1215)) (-4 *3 (-1099)))) (-1485 (*1 *1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1215)) (-4 *2 (-850)))) (-3292 (*1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1215)) (-4 *2 (-850)))) (-2771 (*1 *2 *1) (-12 (-4 *1 (-375 *3)) (-4 *3 (-1215)) (-4 *3 (-850)) (-5 *2 (-112)))) (-2310 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-566)) (|has| *1 (-6 -4416)) (-4 *1 (-375 *3)) (-4 *3 (-1215)))) (-1501 (*1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-375 *2)) (-4 *2 (-1215)))) (-3632 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4416)) (-4 *1 (-375 *3)) (-4 *3 (-1215)))) (-3632 (*1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-375 *2)) (-4 *2 (-1215)) (-4 *2 (-850)))))
+(-13 (-651 |t#1|) (-10 -8 (-6 -4415) (-15 -1485 ($ (-1 (-112) |t#1| |t#1|) $ $)) (-15 -1721 ($ $)) (-15 -3292 ($ (-1 (-112) |t#1| |t#1|) $)) (-15 -2771 ((-112) (-1 (-112) |t#1| |t#1|) $)) (-15 -1308 ((-566) (-1 (-112) |t#1|) $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -1308 ((-566) |t#1| $)) (-15 -1308 ((-566) |t#1| $ (-566)))) |%noBranch|) (IF (|has| |t#1| (-850)) (PROGN (-6 (-850)) (-15 -1485 ($ $ $)) (-15 -3292 ($ $)) (-15 -2771 ((-112) $))) |%noBranch|) (IF (|has| $ (-6 -4416)) (PROGN (-15 -2310 ($ $ $ (-566))) (-15 -1501 ($ $)) (-15 -3632 ($ (-1 (-112) |t#1| |t#1|) $)) (IF (|has| |t#1| (-850)) (-15 -3632 ($ $)) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-102) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1099) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1215) . T))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1327 (((-644 |#1|) $) 37)) (-3791 (($ $ (-771)) 38)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-2781 (((-1289 |#1| |#2|) (-1289 |#1| |#2|) $) 41)) (-4296 (($ $) 39)) (-2003 (((-1289 |#1| |#2|) (-1289 |#1| |#2|) $) 42)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1838 (($ $ |#1| $) 36) (($ $ (-644 |#1|) (-644 $)) 35)) (-4297 (((-771) $) 43)) (-1664 (($ $ $) 34)) (-1650 (((-862) $) 12) (($ |#1|) 46) (((-1280 |#1| |#2|) $) 45) (((-1289 |#1| |#2|) $) 44)) (-2651 ((|#2| (-1289 |#1| |#2|) $) 47)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-1879 (($ (-672 |#1|)) 40)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#2|) 33 (|has| |#2| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#2| $) 27) (($ $ |#2|) 31)))
(((-376 |#1| |#2|) (-140) (-850) (-172)) (T -376))
-((-2397 (*1 *2 *3 *1) (-12 (-5 *3 (-1288 *4 *2)) (-4 *1 (-376 *4 *2)) (-4 *4 (-850)) (-4 *2 (-172)))) (-3152 (*1 *1 *2) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172)))) (-3152 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *2 (-1279 *3 *4)))) (-3152 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *2 (-1288 *3 *4)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *2 (-771)))) (-3722 (*1 *2 *2 *1) (-12 (-5 *2 (-1288 *3 *4)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-3356 (*1 *2 *2 *1) (-12 (-5 *2 (-1288 *3 *4)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-2740 (*1 *1 *2) (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-4 *1 (-376 *3 *4)) (-4 *4 (-172)))) (-2795 (*1 *1 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172)))) (-3990 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-4111 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *2 (-644 *3)))) (-2023 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 *1)) (-4 *1 (-376 *4 *5)) (-4 *4 (-850)) (-4 *5 (-172)))))
-(-13 (-634 |t#2|) (-10 -8 (-15 -2397 (|t#2| (-1288 |t#1| |t#2|) $)) (-15 -3152 ($ |t#1|)) (-15 -3152 ((-1279 |t#1| |t#2|) $)) (-15 -3152 ((-1288 |t#1| |t#2|) $)) (-15 -3902 ((-771) $)) (-15 -3722 ((-1288 |t#1| |t#2|) (-1288 |t#1| |t#2|) $)) (-15 -3356 ((-1288 |t#1| |t#2|) (-1288 |t#1| |t#2|) $)) (-15 -2740 ($ (-672 |t#1|))) (-15 -2795 ($ $)) (-15 -3990 ($ $ (-771))) (-15 -4111 ((-644 |t#1|) $)) (-15 -2023 ($ $ |t#1| $)) (-15 -2023 ($ $ (-644 |t#1|) (-644 $)))))
+((-2651 (*1 *2 *3 *1) (-12 (-5 *3 (-1289 *4 *2)) (-4 *1 (-376 *4 *2)) (-4 *4 (-850)) (-4 *2 (-172)))) (-1650 (*1 *1 *2) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172)))) (-1650 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *2 (-1280 *3 *4)))) (-1650 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *2 (-1289 *3 *4)))) (-4297 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *2 (-771)))) (-2003 (*1 *2 *2 *1) (-12 (-5 *2 (-1289 *3 *4)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-2781 (*1 *2 *2 *1) (-12 (-5 *2 (-1289 *3 *4)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-1879 (*1 *1 *2) (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-4 *1 (-376 *3 *4)) (-4 *4 (-172)))) (-4296 (*1 *1 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172)))) (-3791 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-1327 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *2 (-644 *3)))) (-1838 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 *1)) (-4 *1 (-376 *4 *5)) (-4 *4 (-850)) (-4 *5 (-172)))))
+(-13 (-634 |t#2|) (-10 -8 (-15 -2651 (|t#2| (-1289 |t#1| |t#2|) $)) (-15 -1650 ($ |t#1|)) (-15 -1650 ((-1280 |t#1| |t#2|) $)) (-15 -1650 ((-1289 |t#1| |t#2|) $)) (-15 -4297 ((-771) $)) (-15 -2003 ((-1289 |t#1| |t#2|) (-1289 |t#1| |t#2|) $)) (-15 -2781 ((-1289 |t#1| |t#2|) (-1289 |t#1| |t#2|) $)) (-15 -1879 ($ (-672 |t#1|))) (-15 -4296 ($ $)) (-15 -3791 ($ $ (-771))) (-15 -1327 ((-644 |t#1|) $)) (-15 -1838 ($ $ |t#1| $)) (-15 -1838 ($ $ (-644 |t#1|) (-644 $)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#2|) . T) ((-648 |#2|) . T) ((-634 |#2|) . T) ((-640 |#2|) . T) ((-717 |#2|) . T) ((-1051 |#2|) . T) ((-1056 |#2|) . T) ((-1099) . T))
-((-4271 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 44)) (-3689 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 13)) (-2579 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 35)))
-(((-377 |#1| |#2|) (-10 -7 (-15 -3689 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -2579 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -4271 (|#2| (-1 (-112) |#1| |#1|) |#2|))) (-1214) (-13 (-375 |#1|) (-10 -7 (-6 -4415)))) (T -377))
-((-4271 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-377 *4 *2)) (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4415)))))) (-2579 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-377 *4 *2)) (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4415)))))) (-3689 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-377 *4 *2)) (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4415)))))))
-(-10 -7 (-15 -3689 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -2579 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -4271 (|#2| (-1 (-112) |#1| |#1|) |#2|)))
-((-4089 (((-689 |#2|) (-689 $)) NIL) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 22) (((-689 (-566)) (-689 $)) 14)))
-(((-378 |#1| |#2|) (-10 -8 (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 |#2|) (-689 |#1|)))) (-379 |#2|) (-1049)) (T -378))
-NIL
-(-10 -8 (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 |#2|) (-689 |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-4089 (((-689 |#1|) (-689 $)) 40) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 39) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 47 (|has| |#1| (-639 (-566)))) (((-689 (-566)) (-689 $)) 46 (|has| |#1| (-639 (-566))))) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-3496 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 44)) (-2909 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 13)) (-2773 ((|#2| (-1 (-112) |#1| |#1|) |#2|) 35)))
+(((-377 |#1| |#2|) (-10 -7 (-15 -2909 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -2773 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -3496 (|#2| (-1 (-112) |#1| |#1|) |#2|))) (-1215) (-13 (-375 |#1|) (-10 -7 (-6 -4416)))) (T -377))
+((-3496 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-377 *4 *2)) (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4416)))))) (-2773 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-377 *4 *2)) (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4416)))))) (-2909 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-377 *4 *2)) (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4416)))))))
+(-10 -7 (-15 -2909 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -2773 (|#2| (-1 (-112) |#1| |#1|) |#2|)) (-15 -3496 (|#2| (-1 (-112) |#1| |#1|) |#2|)))
+((-2204 (((-689 |#2|) (-689 $)) NIL) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 22) (((-689 (-566)) (-689 $)) 14)))
+(((-378 |#1| |#2|) (-10 -8 (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 |#2|) (-689 |#1|)))) (-379 |#2|) (-1049)) (T -378))
+NIL
+(-10 -8 (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 |#2|) (-689 |#1|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-2204 (((-689 |#1|) (-689 $)) 40) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 39) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 47 (|has| |#1| (-639 (-566)))) (((-689 (-566)) (-689 $)) 46 (|has| |#1| (-639 (-566))))) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-379 |#1|) (-140) (-1049)) (T -379))
NIL
(-13 (-639 |t#1|) (-10 -7 (IF (|has| |t#1| (-639 (-566))) (-6 (-639 (-566))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-726) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-3675 (((-644 (-295 (-952 (-169 |#1|)))) (-295 (-409 (-952 (-169 (-566))))) |#1|) 51) (((-644 (-295 (-952 (-169 |#1|)))) (-409 (-952 (-169 (-566)))) |#1|) 50) (((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-295 (-409 (-952 (-169 (-566)))))) |#1|) 47) (((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-409 (-952 (-169 (-566))))) |#1|) 41)) (-3149 (((-644 (-644 (-169 |#1|))) (-644 (-409 (-952 (-169 (-566))))) (-644 (-1175)) |#1|) 30) (((-644 (-169 |#1|)) (-409 (-952 (-169 (-566)))) |#1|) 18)))
-(((-380 |#1|) (-10 -7 (-15 -3675 ((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-409 (-952 (-169 (-566))))) |#1|)) (-15 -3675 ((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-295 (-409 (-952 (-169 (-566)))))) |#1|)) (-15 -3675 ((-644 (-295 (-952 (-169 |#1|)))) (-409 (-952 (-169 (-566)))) |#1|)) (-15 -3675 ((-644 (-295 (-952 (-169 |#1|)))) (-295 (-409 (-952 (-169 (-566))))) |#1|)) (-15 -3149 ((-644 (-169 |#1|)) (-409 (-952 (-169 (-566)))) |#1|)) (-15 -3149 ((-644 (-644 (-169 |#1|))) (-644 (-409 (-952 (-169 (-566))))) (-644 (-1175)) |#1|))) (-13 (-365) (-848))) (T -380))
-((-3149 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-409 (-952 (-169 (-566)))))) (-5 *4 (-644 (-1175))) (-5 *2 (-644 (-644 (-169 *5)))) (-5 *1 (-380 *5)) (-4 *5 (-13 (-365) (-848))))) (-3149 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-169 (-566))))) (-5 *2 (-644 (-169 *4))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))) (-3675 (*1 *2 *3 *4) (-12 (-5 *3 (-295 (-409 (-952 (-169 (-566)))))) (-5 *2 (-644 (-295 (-952 (-169 *4))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))) (-3675 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-169 (-566))))) (-5 *2 (-644 (-295 (-952 (-169 *4))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))) (-3675 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-295 (-409 (-952 (-169 (-566))))))) (-5 *2 (-644 (-644 (-295 (-952 (-169 *4)))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))) (-3675 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 (-169 (-566)))))) (-5 *2 (-644 (-644 (-295 (-952 (-169 *4)))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))))
-(-10 -7 (-15 -3675 ((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-409 (-952 (-169 (-566))))) |#1|)) (-15 -3675 ((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-295 (-409 (-952 (-169 (-566)))))) |#1|)) (-15 -3675 ((-644 (-295 (-952 (-169 |#1|)))) (-409 (-952 (-169 (-566)))) |#1|)) (-15 -3675 ((-644 (-295 (-952 (-169 |#1|)))) (-295 (-409 (-952 (-169 (-566))))) |#1|)) (-15 -3149 ((-644 (-169 |#1|)) (-409 (-952 (-169 (-566)))) |#1|)) (-15 -3149 ((-644 (-644 (-169 |#1|))) (-644 (-409 (-952 (-169 (-566))))) (-644 (-1175)) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 35)) (-1873 (((-566) $) 62)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-2331 (($ $) 144)) (-3963 (($ $) 107)) (-3630 (($ $) 94)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-1635 (($ $) 47)) (-2085 (((-112) $ $) NIL)) (-3941 (($ $) 105)) (-3602 (($ $) 88)) (-2743 (((-566) $) 81)) (-3764 (($ $ (-566)) 76)) (-3986 (($ $) NIL)) (-3656 (($ $) NIL)) (-2463 (($) NIL T CONST)) (-3347 (($ $) 146)) (-2229 (((-3 (-566) "failed") $) 242) (((-3 (-409 (-566)) "failed") $) 238)) (-4158 (((-566) $) 240) (((-409 (-566)) $) 236)) (-2933 (($ $ $) NIL)) (-1830 (((-566) $ $) 133)) (-3245 (((-3 $ "failed") $) 149)) (-2449 (((-409 (-566)) $ (-771)) 243) (((-409 (-566)) $ (-771) (-771)) 235)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-3262 (((-921)) 96) (((-921) (-921)) 129 (|has| $ (-6 -4405)))) (-2528 (((-112) $) 138)) (-2281 (($) 41)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL)) (-1347 (((-1269) (-771)) 201)) (-1749 (((-1269)) 206) (((-1269) (-771)) 207)) (-2491 (((-1269)) 208) (((-1269) (-771)) 209)) (-4329 (((-1269)) 204) (((-1269) (-771)) 205)) (-2679 (((-566) $) 69)) (-2389 (((-112) $) 40)) (-1575 (($ $ (-566)) NIL)) (-3109 (($ $) 51)) (-2064 (($ $) NIL)) (-3233 (((-112) $) 37)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL) (($) NIL (-12 (-2404 (|has| $ (-6 -4397))) (-2404 (|has| $ (-6 -4405)))))) (-2599 (($ $ $) NIL) (($) 130 (-12 (-2404 (|has| $ (-6 -4397))) (-2404 (|has| $ (-6 -4405)))))) (-2431 (((-566) $) 17)) (-3501 (($) 115) (($ $) 121)) (-2310 (($) 120) (($ $) 122)) (-3619 (($ $) 110)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 151)) (-1485 (((-921) (-566)) 46 (|has| $ (-6 -4405)))) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) 60)) (-3143 (($ $) 143)) (-2938 (($ (-566) (-566)) 139) (($ (-566) (-566) (-921)) 140)) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2201 (((-566) $) 19)) (-4213 (($) 123)) (-3521 (($ $) 104)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2251 (((-921)) 131) (((-921) (-921)) 132 (|has| $ (-6 -4405)))) (-3629 (($ $ (-771)) NIL) (($ $) 150)) (-1460 (((-921) (-566)) 50 (|has| $ (-6 -4405)))) (-3996 (($ $) NIL)) (-3670 (($ $) NIL)) (-3976 (($ $) NIL)) (-3643 (($ $) NIL)) (-3952 (($ $) 106)) (-3618 (($ $) 93)) (-2376 (((-381) $) 229) (((-225) $) 230) (((-892 (-381)) $) NIL) (((-1157) $) 212) (((-538) $) 227) (($ (-225)) 234)) (-3152 (((-862) $) 216) (($ (-566)) 239) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-566)) 239) (($ (-409 (-566))) NIL) (((-225) $) 231)) (-2593 (((-771)) NIL T CONST)) (-3913 (($ $) 145)) (-2367 (((-921)) 61) (((-921) (-921)) 83 (|has| $ (-6 -4405)))) (-3044 (((-112) $ $) NIL)) (-2576 (((-921)) 134)) (-4032 (($ $) 113)) (-3892 (($ $) 49) (($ $ $) 59)) (-3014 (((-112) $ $) NIL)) (-4008 (($ $) 111)) (-3684 (($ $) 39)) (-4057 (($ $) NIL)) (-3917 (($ $) NIL)) (-3964 (($ $) NIL)) (-3929 (($ $) NIL)) (-4044 (($ $) NIL)) (-3904 (($ $) NIL)) (-4020 (($ $) 112)) (-3879 (($ $) 52)) (-1358 (($ $) 58)) (-4356 (($) 36 T CONST)) (-4366 (($) 43 T CONST)) (-2226 (((-1157) $) 27) (((-1157) $ (-112)) 29) (((-1269) (-822) $) 30) (((-1269) (-822) $ (-112)) 31)) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-2968 (((-112) $ $) 213)) (-2946 (((-112) $ $) 45)) (-2914 (((-112) $ $) 56)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 57)) (-3025 (($ $ $) 48) (($ $ (-566)) 42)) (-3012 (($ $) 38) (($ $ $) 53)) (-3002 (($ $ $) 75)) (** (($ $ (-921)) 86) (($ $ (-771)) NIL) (($ $ (-566)) 116) (($ $ (-409 (-566))) 162) (($ $ $) 153)) (* (($ (-921) $) 82) (($ (-771) $) NIL) (($ (-566) $) 87) (($ $ $) 74) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
-(((-381) (-13 (-406) (-233) (-614 (-1157)) (-828) (-613 (-225)) (-1199) (-614 (-538)) (-618 (-225)) (-10 -8 (-15 -3025 ($ $ (-566))) (-15 ** ($ $ $)) (-15 -3109 ($ $)) (-15 -1830 ((-566) $ $)) (-15 -3764 ($ $ (-566))) (-15 -2449 ((-409 (-566)) $ (-771))) (-15 -2449 ((-409 (-566)) $ (-771) (-771))) (-15 -3501 ($)) (-15 -2310 ($)) (-15 -4213 ($)) (-15 -3892 ($ $ $)) (-15 -3501 ($ $)) (-15 -2310 ($ $)) (-15 -2491 ((-1269))) (-15 -2491 ((-1269) (-771))) (-15 -4329 ((-1269))) (-15 -4329 ((-1269) (-771))) (-15 -1749 ((-1269))) (-15 -1749 ((-1269) (-771))) (-15 -1347 ((-1269) (-771))) (-6 -4405) (-6 -4397)))) (T -381))
-((** (*1 *1 *1 *1) (-5 *1 (-381))) (-3025 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-381)))) (-3109 (*1 *1 *1) (-5 *1 (-381))) (-1830 (*1 *2 *1 *1) (-12 (-5 *2 (-566)) (-5 *1 (-381)))) (-3764 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-381)))) (-2449 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-381)))) (-2449 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-381)))) (-3501 (*1 *1) (-5 *1 (-381))) (-2310 (*1 *1) (-5 *1 (-381))) (-4213 (*1 *1) (-5 *1 (-381))) (-3892 (*1 *1 *1 *1) (-5 *1 (-381))) (-3501 (*1 *1 *1) (-5 *1 (-381))) (-2310 (*1 *1 *1) (-5 *1 (-381))) (-2491 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-381)))) (-2491 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-381)))) (-4329 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-381)))) (-4329 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-381)))) (-1749 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-381)))) (-1749 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-381)))) (-1347 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-381)))))
-(-13 (-406) (-233) (-614 (-1157)) (-828) (-613 (-225)) (-1199) (-614 (-538)) (-618 (-225)) (-10 -8 (-15 -3025 ($ $ (-566))) (-15 ** ($ $ $)) (-15 -3109 ($ $)) (-15 -1830 ((-566) $ $)) (-15 -3764 ($ $ (-566))) (-15 -2449 ((-409 (-566)) $ (-771))) (-15 -2449 ((-409 (-566)) $ (-771) (-771))) (-15 -3501 ($)) (-15 -2310 ($)) (-15 -4213 ($)) (-15 -3892 ($ $ $)) (-15 -3501 ($ $)) (-15 -2310 ($ $)) (-15 -2491 ((-1269))) (-15 -2491 ((-1269) (-771))) (-15 -4329 ((-1269))) (-15 -4329 ((-1269) (-771))) (-15 -1749 ((-1269))) (-15 -1749 ((-1269) (-771))) (-15 -1347 ((-1269) (-771))) (-6 -4405) (-6 -4397)))
-((-2423 (((-644 (-295 (-952 |#1|))) (-295 (-409 (-952 (-566)))) |#1|) 46) (((-644 (-295 (-952 |#1|))) (-409 (-952 (-566))) |#1|) 45) (((-644 (-644 (-295 (-952 |#1|)))) (-644 (-295 (-409 (-952 (-566))))) |#1|) 42) (((-644 (-644 (-295 (-952 |#1|)))) (-644 (-409 (-952 (-566)))) |#1|) 36)) (-2308 (((-644 |#1|) (-409 (-952 (-566))) |#1|) 20) (((-644 (-644 |#1|)) (-644 (-409 (-952 (-566)))) (-644 (-1175)) |#1|) 30)))
-(((-382 |#1|) (-10 -7 (-15 -2423 ((-644 (-644 (-295 (-952 |#1|)))) (-644 (-409 (-952 (-566)))) |#1|)) (-15 -2423 ((-644 (-644 (-295 (-952 |#1|)))) (-644 (-295 (-409 (-952 (-566))))) |#1|)) (-15 -2423 ((-644 (-295 (-952 |#1|))) (-409 (-952 (-566))) |#1|)) (-15 -2423 ((-644 (-295 (-952 |#1|))) (-295 (-409 (-952 (-566)))) |#1|)) (-15 -2308 ((-644 (-644 |#1|)) (-644 (-409 (-952 (-566)))) (-644 (-1175)) |#1|)) (-15 -2308 ((-644 |#1|) (-409 (-952 (-566))) |#1|))) (-13 (-848) (-365))) (T -382))
-((-2308 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-566)))) (-5 *2 (-644 *4)) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))) (-2308 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-409 (-952 (-566))))) (-5 *4 (-644 (-1175))) (-5 *2 (-644 (-644 *5))) (-5 *1 (-382 *5)) (-4 *5 (-13 (-848) (-365))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-295 (-409 (-952 (-566))))) (-5 *2 (-644 (-295 (-952 *4)))) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-566)))) (-5 *2 (-644 (-295 (-952 *4)))) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-295 (-409 (-952 (-566)))))) (-5 *2 (-644 (-644 (-295 (-952 *4))))) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 (-566))))) (-5 *2 (-644 (-644 (-295 (-952 *4))))) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))))
-(-10 -7 (-15 -2423 ((-644 (-644 (-295 (-952 |#1|)))) (-644 (-409 (-952 (-566)))) |#1|)) (-15 -2423 ((-644 (-644 (-295 (-952 |#1|)))) (-644 (-295 (-409 (-952 (-566))))) |#1|)) (-15 -2423 ((-644 (-295 (-952 |#1|))) (-409 (-952 (-566))) |#1|)) (-15 -2423 ((-644 (-295 (-952 |#1|))) (-295 (-409 (-952 (-566)))) |#1|)) (-15 -2308 ((-644 (-644 |#1|)) (-644 (-409 (-952 (-566)))) (-644 (-1175)) |#1|)) (-15 -2308 ((-644 |#1|) (-409 (-952 (-566))) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) 30)) (-4158 ((|#2| $) 32)) (-2814 (($ $) NIL)) (-3039 (((-771) $) 11)) (-1587 (((-644 $) $) 23)) (-2497 (((-112) $) NIL)) (-4325 (($ |#2| |#1|) 21)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-1978 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17)) (-2784 ((|#2| $) 18)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 51) (($ |#2|) 31)) (-1643 (((-644 |#1|) $) 20)) (-2271 ((|#1| $ |#2|) 55)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 33 T CONST)) (-2203 (((-644 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#1| $) 36) (($ $ |#1|) 37) (($ |#1| |#2|) 39) (($ |#2| |#1|) 40)))
+((-2774 (((-644 (-295 (-952 (-169 |#1|)))) (-295 (-409 (-952 (-169 (-566))))) |#1|) 51) (((-644 (-295 (-952 (-169 |#1|)))) (-409 (-952 (-169 (-566)))) |#1|) 50) (((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-295 (-409 (-952 (-169 (-566)))))) |#1|) 47) (((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-409 (-952 (-169 (-566))))) |#1|) 41)) (-1356 (((-644 (-644 (-169 |#1|))) (-644 (-409 (-952 (-169 (-566))))) (-644 (-1175)) |#1|) 30) (((-644 (-169 |#1|)) (-409 (-952 (-169 (-566)))) |#1|) 18)))
+(((-380 |#1|) (-10 -7 (-15 -2774 ((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-409 (-952 (-169 (-566))))) |#1|)) (-15 -2774 ((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-295 (-409 (-952 (-169 (-566)))))) |#1|)) (-15 -2774 ((-644 (-295 (-952 (-169 |#1|)))) (-409 (-952 (-169 (-566)))) |#1|)) (-15 -2774 ((-644 (-295 (-952 (-169 |#1|)))) (-295 (-409 (-952 (-169 (-566))))) |#1|)) (-15 -1356 ((-644 (-169 |#1|)) (-409 (-952 (-169 (-566)))) |#1|)) (-15 -1356 ((-644 (-644 (-169 |#1|))) (-644 (-409 (-952 (-169 (-566))))) (-644 (-1175)) |#1|))) (-13 (-365) (-848))) (T -380))
+((-1356 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-409 (-952 (-169 (-566)))))) (-5 *4 (-644 (-1175))) (-5 *2 (-644 (-644 (-169 *5)))) (-5 *1 (-380 *5)) (-4 *5 (-13 (-365) (-848))))) (-1356 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-169 (-566))))) (-5 *2 (-644 (-169 *4))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))) (-2774 (*1 *2 *3 *4) (-12 (-5 *3 (-295 (-409 (-952 (-169 (-566)))))) (-5 *2 (-644 (-295 (-952 (-169 *4))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))) (-2774 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-169 (-566))))) (-5 *2 (-644 (-295 (-952 (-169 *4))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))) (-2774 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-295 (-409 (-952 (-169 (-566))))))) (-5 *2 (-644 (-644 (-295 (-952 (-169 *4)))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))) (-2774 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 (-169 (-566)))))) (-5 *2 (-644 (-644 (-295 (-952 (-169 *4)))))) (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848))))))
+(-10 -7 (-15 -2774 ((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-409 (-952 (-169 (-566))))) |#1|)) (-15 -2774 ((-644 (-644 (-295 (-952 (-169 |#1|))))) (-644 (-295 (-409 (-952 (-169 (-566)))))) |#1|)) (-15 -2774 ((-644 (-295 (-952 (-169 |#1|)))) (-409 (-952 (-169 (-566)))) |#1|)) (-15 -2774 ((-644 (-295 (-952 (-169 |#1|)))) (-295 (-409 (-952 (-169 (-566))))) |#1|)) (-15 -1356 ((-644 (-169 |#1|)) (-409 (-952 (-169 (-566)))) |#1|)) (-15 -1356 ((-644 (-644 (-169 |#1|))) (-644 (-409 (-952 (-169 (-566))))) (-644 (-1175)) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 35)) (-3165 (((-566) $) 62)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2191 (($ $) 144)) (-4175 (($ $) 107)) (-4026 (($ $) 94)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-3856 (($ $) 47)) (-1621 (((-112) $ $) NIL)) (-4153 (($ $) 105)) (-4005 (($ $) 88)) (-1907 (((-566) $) 81)) (-3476 (($ $ (-566)) 76)) (-4198 (($ $) NIL)) (-4050 (($ $) NIL)) (-4145 (($) NIL T CONST)) (-2665 (($ $) 146)) (-1821 (((-3 (-566) "failed") $) 242) (((-3 (-409 (-566)) "failed") $) 238)) (-3213 (((-566) $) 240) (((-409 (-566)) $) 236)) (-4067 (($ $ $) NIL)) (-3997 (((-566) $ $) 133)) (-4185 (((-3 $ "failed") $) 149)) (-3988 (((-409 (-566)) $ (-771)) 243) (((-409 (-566)) $ (-771) (-771)) 235)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-2393 (((-921)) 96) (((-921) (-921)) 129 (|has| $ (-6 -4406)))) (-3540 (((-112) $) 138)) (-2528 (($) 41)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL)) (-2519 (((-1270) (-771)) 201)) (-1350 (((-1270)) 206) (((-1270) (-771)) 207)) (-1323 (((-1270)) 208) (((-1270) (-771)) 209)) (-2788 (((-1270)) 204) (((-1270) (-771)) 205)) (-2464 (((-566) $) 69)) (-1568 (((-112) $) 40)) (-3281 (($ $ (-566)) NIL)) (-2106 (($ $) 51)) (-1435 (($ $) NIL)) (-4049 (((-112) $) 37)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL) (($) NIL (-12 (-3348 (|has| $ (-6 -4398))) (-3348 (|has| $ (-6 -4406)))))) (-3890 (($ $ $) NIL) (($) 130 (-12 (-3348 (|has| $ (-6 -4398))) (-3348 (|has| $ (-6 -4406)))))) (-2099 (((-566) $) 17)) (-1766 (($) 115) (($ $) 121)) (-3398 (($) 120) (($ $) 122)) (-1658 (($ $) 110)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 151)) (-1760 (((-921) (-566)) 46 (|has| $ (-6 -4406)))) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) 60)) (-2426 (($ $) 143)) (-1544 (($ (-566) (-566)) 139) (($ (-566) (-566) (-921)) 140)) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3388 (((-566) $) 19)) (-4159 (($) 123)) (-1983 (($ $) 104)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2600 (((-921)) 131) (((-921) (-921)) 132 (|has| $ (-6 -4406)))) (-2324 (($ $ (-771)) NIL) (($ $) 150)) (-1550 (((-921) (-566)) 50 (|has| $ (-6 -4406)))) (-4209 (($ $) NIL)) (-4065 (($ $) NIL)) (-4186 (($ $) NIL)) (-4038 (($ $) NIL)) (-4164 (($ $) 106)) (-4015 (($ $) 93)) (-1945 (((-381) $) 229) (((-225) $) 230) (((-892 (-381)) $) NIL) (((-1157) $) 212) (((-538) $) 227) (($ (-225)) 234)) (-1650 (((-862) $) 216) (($ (-566)) 239) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-566)) 239) (($ (-409 (-566))) NIL) (((-225) $) 231)) (-2910 (((-771)) NIL T CONST)) (-4370 (($ $) 145)) (-1372 (((-921)) 61) (((-921) (-921)) 83 (|has| $ (-6 -4406)))) (-2657 (((-112) $ $) NIL)) (-4249 (((-921)) 134)) (-4241 (($ $) 113)) (-4100 (($ $) 49) (($ $ $) 59)) (-3679 (((-112) $ $) NIL)) (-4220 (($ $) 111)) (-4077 (($ $) 39)) (-4264 (($ $) NIL)) (-4127 (($ $) NIL)) (-2462 (($ $) NIL)) (-4140 (($ $) NIL)) (-4253 (($ $) NIL)) (-4114 (($ $) NIL)) (-4230 (($ $) 112)) (-4088 (($ $) 52)) (-3839 (($ $) 58)) (-3410 (($) 36 T CONST)) (-3424 (($) 43 T CONST)) (-3673 (((-1157) $) 27) (((-1157) $ (-112)) 29) (((-1270) (-822) $) 30) (((-1270) (-822) $ (-112)) 31)) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-2928 (((-112) $ $) 213)) (-2904 (((-112) $ $) 45)) (-2868 (((-112) $ $) 56)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 57)) (-2990 (($ $ $) 48) (($ $ (-566)) 42)) (-2977 (($ $) 38) (($ $ $) 53)) (-2964 (($ $ $) 75)) (** (($ $ (-921)) 86) (($ $ (-771)) NIL) (($ $ (-566)) 116) (($ $ (-409 (-566))) 162) (($ $ $) 153)) (* (($ (-921) $) 82) (($ (-771) $) NIL) (($ (-566) $) 87) (($ $ $) 74) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
+(((-381) (-13 (-406) (-233) (-614 (-1157)) (-828) (-613 (-225)) (-1200) (-614 (-538)) (-618 (-225)) (-10 -8 (-15 -2990 ($ $ (-566))) (-15 ** ($ $ $)) (-15 -2106 ($ $)) (-15 -3997 ((-566) $ $)) (-15 -3476 ($ $ (-566))) (-15 -3988 ((-409 (-566)) $ (-771))) (-15 -3988 ((-409 (-566)) $ (-771) (-771))) (-15 -1766 ($)) (-15 -3398 ($)) (-15 -4159 ($)) (-15 -4100 ($ $ $)) (-15 -1766 ($ $)) (-15 -3398 ($ $)) (-15 -1323 ((-1270))) (-15 -1323 ((-1270) (-771))) (-15 -2788 ((-1270))) (-15 -2788 ((-1270) (-771))) (-15 -1350 ((-1270))) (-15 -1350 ((-1270) (-771))) (-15 -2519 ((-1270) (-771))) (-6 -4406) (-6 -4398)))) (T -381))
+((** (*1 *1 *1 *1) (-5 *1 (-381))) (-2990 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-381)))) (-2106 (*1 *1 *1) (-5 *1 (-381))) (-3997 (*1 *2 *1 *1) (-12 (-5 *2 (-566)) (-5 *1 (-381)))) (-3476 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-381)))) (-3988 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-381)))) (-3988 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-381)))) (-1766 (*1 *1) (-5 *1 (-381))) (-3398 (*1 *1) (-5 *1 (-381))) (-4159 (*1 *1) (-5 *1 (-381))) (-4100 (*1 *1 *1 *1) (-5 *1 (-381))) (-1766 (*1 *1 *1) (-5 *1 (-381))) (-3398 (*1 *1 *1) (-5 *1 (-381))) (-1323 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-381)))) (-1323 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-381)))) (-2788 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-381)))) (-2788 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-381)))) (-1350 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-381)))) (-1350 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-381)))) (-2519 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-381)))))
+(-13 (-406) (-233) (-614 (-1157)) (-828) (-613 (-225)) (-1200) (-614 (-538)) (-618 (-225)) (-10 -8 (-15 -2990 ($ $ (-566))) (-15 ** ($ $ $)) (-15 -2106 ($ $)) (-15 -3997 ((-566) $ $)) (-15 -3476 ($ $ (-566))) (-15 -3988 ((-409 (-566)) $ (-771))) (-15 -3988 ((-409 (-566)) $ (-771) (-771))) (-15 -1766 ($)) (-15 -3398 ($)) (-15 -4159 ($)) (-15 -4100 ($ $ $)) (-15 -1766 ($ $)) (-15 -3398 ($ $)) (-15 -1323 ((-1270))) (-15 -1323 ((-1270) (-771))) (-15 -2788 ((-1270))) (-15 -2788 ((-1270) (-771))) (-15 -1350 ((-1270))) (-15 -1350 ((-1270) (-771))) (-15 -2519 ((-1270) (-771))) (-6 -4406) (-6 -4398)))
+((-1848 (((-644 (-295 (-952 |#1|))) (-295 (-409 (-952 (-566)))) |#1|) 46) (((-644 (-295 (-952 |#1|))) (-409 (-952 (-566))) |#1|) 45) (((-644 (-644 (-295 (-952 |#1|)))) (-644 (-295 (-409 (-952 (-566))))) |#1|) 42) (((-644 (-644 (-295 (-952 |#1|)))) (-644 (-409 (-952 (-566)))) |#1|) 36)) (-1984 (((-644 |#1|) (-409 (-952 (-566))) |#1|) 20) (((-644 (-644 |#1|)) (-644 (-409 (-952 (-566)))) (-644 (-1175)) |#1|) 30)))
+(((-382 |#1|) (-10 -7 (-15 -1848 ((-644 (-644 (-295 (-952 |#1|)))) (-644 (-409 (-952 (-566)))) |#1|)) (-15 -1848 ((-644 (-644 (-295 (-952 |#1|)))) (-644 (-295 (-409 (-952 (-566))))) |#1|)) (-15 -1848 ((-644 (-295 (-952 |#1|))) (-409 (-952 (-566))) |#1|)) (-15 -1848 ((-644 (-295 (-952 |#1|))) (-295 (-409 (-952 (-566)))) |#1|)) (-15 -1984 ((-644 (-644 |#1|)) (-644 (-409 (-952 (-566)))) (-644 (-1175)) |#1|)) (-15 -1984 ((-644 |#1|) (-409 (-952 (-566))) |#1|))) (-13 (-848) (-365))) (T -382))
+((-1984 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-566)))) (-5 *2 (-644 *4)) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))) (-1984 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-409 (-952 (-566))))) (-5 *4 (-644 (-1175))) (-5 *2 (-644 (-644 *5))) (-5 *1 (-382 *5)) (-4 *5 (-13 (-848) (-365))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-295 (-409 (-952 (-566))))) (-5 *2 (-644 (-295 (-952 *4)))) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-566)))) (-5 *2 (-644 (-295 (-952 *4)))) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-295 (-409 (-952 (-566)))))) (-5 *2 (-644 (-644 (-295 (-952 *4))))) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 (-566))))) (-5 *2 (-644 (-644 (-295 (-952 *4))))) (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365))))))
+(-10 -7 (-15 -1848 ((-644 (-644 (-295 (-952 |#1|)))) (-644 (-409 (-952 (-566)))) |#1|)) (-15 -1848 ((-644 (-644 (-295 (-952 |#1|)))) (-644 (-295 (-409 (-952 (-566))))) |#1|)) (-15 -1848 ((-644 (-295 (-952 |#1|))) (-409 (-952 (-566))) |#1|)) (-15 -1848 ((-644 (-295 (-952 |#1|))) (-295 (-409 (-952 (-566)))) |#1|)) (-15 -1984 ((-644 (-644 |#1|)) (-644 (-409 (-952 (-566)))) (-644 (-1175)) |#1|)) (-15 -1984 ((-644 |#1|) (-409 (-952 (-566))) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) 30)) (-3213 ((|#2| $) 32)) (-4162 (($ $) NIL)) (-2606 (((-771) $) 11)) (-3400 (((-644 $) $) 23)) (-3220 (((-112) $) NIL)) (-3399 (($ |#2| |#1|) 21)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3028 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 17)) (-4125 ((|#2| $) 18)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 51) (($ |#2|) 31)) (-2675 (((-644 |#1|) $) 20)) (-2841 ((|#1| $ |#2|) 55)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 33 T CONST)) (-3415 (((-644 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 14)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#1| $) 36) (($ $ |#1|) 37) (($ |#1| |#2|) 39) (($ |#2| |#1|) 40)))
(((-383 |#1| |#2|) (-13 (-384 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-1049) (-850)) (T -383))
((* (*1 *1 *2 *3) (-12 (-5 *1 (-383 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-850)))))
(-13 (-384 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#2| "failed") $) 49)) (-4158 ((|#2| $) 50)) (-2814 (($ $) 35)) (-3039 (((-771) $) 39)) (-1587 (((-644 $) $) 40)) (-2497 (((-112) $) 43)) (-4325 (($ |#2| |#1|) 44)) (-2319 (($ (-1 |#1| |#1|) $) 45)) (-1978 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 36)) (-2784 ((|#2| $) 38)) (-2794 ((|#1| $) 37)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ |#2|) 48)) (-1643 (((-644 |#1|) $) 41)) (-2271 ((|#1| $ |#2|) 46)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2203 (((-644 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 42)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31) (($ |#1| |#2|) 47)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#2| "failed") $) 49)) (-3213 ((|#2| $) 50)) (-4162 (($ $) 35)) (-2606 (((-771) $) 39)) (-3400 (((-644 $) $) 40)) (-3220 (((-112) $) 43)) (-3399 (($ |#2| |#1|) 44)) (-1895 (($ (-1 |#1| |#1|) $) 45)) (-3028 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 36)) (-4125 ((|#2| $) 38)) (-4137 ((|#1| $) 37)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ |#2|) 48)) (-2675 (((-644 |#1|) $) 41)) (-2841 ((|#1| $ |#2|) 46)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3415 (((-644 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 42)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31) (($ |#1| |#2|) 47)))
(((-384 |#1| |#2|) (-140) (-1049) (-1099)) (T -384))
-((* (*1 *1 *2 *3) (-12 (-4 *1 (-384 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1099)))) (-2271 (*1 *2 *1 *3) (-12 (-4 *1 (-384 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1049)))) (-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)))) (-4325 (*1 *1 *2 *3) (-12 (-4 *1 (-384 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1099)))) (-2497 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-112)))) (-2203 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-644 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-1643 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-644 *3)))) (-1587 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-384 *3 *4)))) (-3039 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-771)))) (-2784 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1099)))) (-2794 (*1 *2 *1) (-12 (-4 *1 (-384 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1049)))) (-1978 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-2814 (*1 *1 *1) (-12 (-4 *1 (-384 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1099)))))
-(-13 (-111 |t#1| |t#1|) (-1038 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -2271 (|t#1| $ |t#2|)) (-15 -2319 ($ (-1 |t#1| |t#1|) $)) (-15 -4325 ($ |t#2| |t#1|)) (-15 -2497 ((-112) $)) (-15 -2203 ((-644 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -1643 ((-644 |t#1|) $)) (-15 -1587 ((-644 $) $)) (-15 -3039 ((-771) $)) (-15 -2784 (|t#2| $)) (-15 -2794 (|t#1| $)) (-15 -1978 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -2814 ($ $)) (IF (|has| |t#1| (-172)) (-6 (-717 |t#1|)) |%noBranch|)))
+((* (*1 *1 *2 *3) (-12 (-4 *1 (-384 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1099)))) (-2841 (*1 *2 *1 *3) (-12 (-4 *1 (-384 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1049)))) (-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)))) (-3399 (*1 *1 *2 *3) (-12 (-4 *1 (-384 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1099)))) (-3220 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-112)))) (-3415 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-644 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-2675 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-644 *3)))) (-3400 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-384 *3 *4)))) (-2606 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-771)))) (-4125 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1099)))) (-4137 (*1 *2 *1) (-12 (-4 *1 (-384 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1049)))) (-3028 (*1 *2 *1) (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-4162 (*1 *1 *1) (-12 (-4 *1 (-384 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1099)))))
+(-13 (-111 |t#1| |t#1|) (-1038 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -2841 (|t#1| $ |t#2|)) (-15 -1895 ($ (-1 |t#1| |t#1|) $)) (-15 -3399 ($ |t#2| |t#1|)) (-15 -3220 ((-112) $)) (-15 -3415 ((-644 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -2675 ((-644 |t#1|) $)) (-15 -3400 ((-644 $) $)) (-15 -2606 ((-771) $)) (-15 -4125 (|t#2| $)) (-15 -4137 (|t#1| $)) (-15 -3028 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -4162 ($ $)) (IF (|has| |t#1| (-172)) (-6 (-717 |t#1|)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-616 |#2|) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-648 |#1|) . T) ((-640 |#1|) |has| |#1| (-172)) ((-717 |#1|) |has| |#1| (-172)) ((-1038 |#2|) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1099) . T))
-((-1586 (((-1269) $) 7)) (-3152 (((-862) $) 8) (($ (-689 (-699))) 14) (($ (-644 (-331))) 13) (($ (-331)) 12) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 11)))
+((-2202 (((-1270) $) 7)) (-1650 (((-862) $) 8) (($ (-689 (-699))) 14) (($ (-644 (-331))) 13) (($ (-331)) 12) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 11)))
(((-385) (-140)) (T -385))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-689 (-699))) (-4 *1 (-385)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-385)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-385)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) (-4 *1 (-385)))))
-(-13 (-397) (-10 -8 (-15 -3152 ($ (-689 (-699)))) (-15 -3152 ($ (-644 (-331)))) (-15 -3152 ($ (-331))) (-15 -3152 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))))))
-(((-613 (-862)) . T) ((-397) . T) ((-1214) . T))
-((-2229 (((-3 $ "failed") (-689 (-317 (-381)))) 21) (((-3 $ "failed") (-689 (-317 (-566)))) 19) (((-3 $ "failed") (-689 (-952 (-381)))) 17) (((-3 $ "failed") (-689 (-952 (-566)))) 15) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 13) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 11)) (-4158 (($ (-689 (-317 (-381)))) 22) (($ (-689 (-317 (-566)))) 20) (($ (-689 (-952 (-381)))) 18) (($ (-689 (-952 (-566)))) 16) (($ (-689 (-409 (-952 (-381))))) 14) (($ (-689 (-409 (-952 (-566))))) 12)) (-1586 (((-1269) $) 7)) (-3152 (((-862) $) 8) (($ (-644 (-331))) 25) (($ (-331)) 24) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 23)))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-689 (-699))) (-4 *1 (-385)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-385)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-385)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) (-4 *1 (-385)))))
+(-13 (-397) (-10 -8 (-15 -1650 ($ (-689 (-699)))) (-15 -1650 ($ (-644 (-331)))) (-15 -1650 ($ (-331))) (-15 -1650 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))))))
+(((-613 (-862)) . T) ((-397) . T) ((-1215) . T))
+((-1821 (((-3 $ "failed") (-689 (-317 (-381)))) 21) (((-3 $ "failed") (-689 (-317 (-566)))) 19) (((-3 $ "failed") (-689 (-952 (-381)))) 17) (((-3 $ "failed") (-689 (-952 (-566)))) 15) (((-3 $ "failed") (-689 (-409 (-952 (-381))))) 13) (((-3 $ "failed") (-689 (-409 (-952 (-566))))) 11)) (-3213 (($ (-689 (-317 (-381)))) 22) (($ (-689 (-317 (-566)))) 20) (($ (-689 (-952 (-381)))) 18) (($ (-689 (-952 (-566)))) 16) (($ (-689 (-409 (-952 (-381))))) 14) (($ (-689 (-409 (-952 (-566))))) 12)) (-2202 (((-1270) $) 7)) (-1650 (((-862) $) 8) (($ (-644 (-331))) 25) (($ (-331)) 24) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 23)))
(((-386) (-140)) (T -386))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-386)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-386)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) (-4 *1 (-386)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-689 (-317 (-381)))) (-4 *1 (-386)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-317 (-381)))) (-4 *1 (-386)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-689 (-317 (-566)))) (-4 *1 (-386)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-317 (-566)))) (-4 *1 (-386)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-689 (-952 (-381)))) (-4 *1 (-386)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-952 (-381)))) (-4 *1 (-386)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-689 (-952 (-566)))) (-4 *1 (-386)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-952 (-566)))) (-4 *1 (-386)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-689 (-409 (-952 (-381))))) (-4 *1 (-386)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-409 (-952 (-381))))) (-4 *1 (-386)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-689 (-409 (-952 (-566))))) (-4 *1 (-386)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-409 (-952 (-566))))) (-4 *1 (-386)))))
-(-13 (-397) (-10 -8 (-15 -3152 ($ (-644 (-331)))) (-15 -3152 ($ (-331))) (-15 -3152 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))) (-15 -4158 ($ (-689 (-317 (-381))))) (-15 -2229 ((-3 $ "failed") (-689 (-317 (-381))))) (-15 -4158 ($ (-689 (-317 (-566))))) (-15 -2229 ((-3 $ "failed") (-689 (-317 (-566))))) (-15 -4158 ($ (-689 (-952 (-381))))) (-15 -2229 ((-3 $ "failed") (-689 (-952 (-381))))) (-15 -4158 ($ (-689 (-952 (-566))))) (-15 -2229 ((-3 $ "failed") (-689 (-952 (-566))))) (-15 -4158 ($ (-689 (-409 (-952 (-381)))))) (-15 -2229 ((-3 $ "failed") (-689 (-409 (-952 (-381)))))) (-15 -4158 ($ (-689 (-409 (-952 (-566)))))) (-15 -2229 ((-3 $ "failed") (-689 (-409 (-952 (-566))))))))
-(((-613 (-862)) . T) ((-397) . T) ((-1214) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-1746 (($ |#1| |#2|) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2536 ((|#2| $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 34)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 12 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#1| $) 15) (($ $ |#1|) 18)))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-386)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-386)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) (-4 *1 (-386)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-689 (-317 (-381)))) (-4 *1 (-386)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-317 (-381)))) (-4 *1 (-386)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-689 (-317 (-566)))) (-4 *1 (-386)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-317 (-566)))) (-4 *1 (-386)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-689 (-952 (-381)))) (-4 *1 (-386)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-952 (-381)))) (-4 *1 (-386)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-689 (-952 (-566)))) (-4 *1 (-386)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-952 (-566)))) (-4 *1 (-386)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-689 (-409 (-952 (-381))))) (-4 *1 (-386)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-409 (-952 (-381))))) (-4 *1 (-386)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-689 (-409 (-952 (-566))))) (-4 *1 (-386)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-689 (-409 (-952 (-566))))) (-4 *1 (-386)))))
+(-13 (-397) (-10 -8 (-15 -1650 ($ (-644 (-331)))) (-15 -1650 ($ (-331))) (-15 -1650 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))) (-15 -3213 ($ (-689 (-317 (-381))))) (-15 -1821 ((-3 $ "failed") (-689 (-317 (-381))))) (-15 -3213 ($ (-689 (-317 (-566))))) (-15 -1821 ((-3 $ "failed") (-689 (-317 (-566))))) (-15 -3213 ($ (-689 (-952 (-381))))) (-15 -1821 ((-3 $ "failed") (-689 (-952 (-381))))) (-15 -3213 ($ (-689 (-952 (-566))))) (-15 -1821 ((-3 $ "failed") (-689 (-952 (-566))))) (-15 -3213 ($ (-689 (-409 (-952 (-381)))))) (-15 -1821 ((-3 $ "failed") (-689 (-409 (-952 (-381)))))) (-15 -3213 ($ (-689 (-409 (-952 (-566)))))) (-15 -1821 ((-3 $ "failed") (-689 (-409 (-952 (-566))))))))
+(((-613 (-862)) . T) ((-397) . T) ((-1215) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-3959 (($ |#1| |#2|) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3633 ((|#2| $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 34)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 12 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#1| $) 15) (($ $ |#1|) 18)))
(((-387 |#1| |#2|) (-13 (-111 |#1| |#1|) (-511 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-172)) (-6 (-717 |#1|)) |%noBranch|))) (-1049) (-850)) (T -387))
NIL
(-13 (-111 |#1| |#1|) (-511 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-172)) (-6 (-717 |#1|)) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771) $) 74)) (-2463 (($) NIL T CONST)) (-3356 (((-3 $ "failed") $ $) 77)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-4298 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 64)) (-2389 (((-112) $) 17)) (-2121 ((|#1| $ (-566)) NIL)) (-2707 (((-771) $ (-566)) NIL)) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3499 (($ (-1 |#1| |#1|) $) 40)) (-3480 (($ (-1 (-771) (-771)) $) 37)) (-3722 (((-3 $ "failed") $ $) 60)) (-3380 (((-1157) $) NIL)) (-3740 (($ $ $) 28)) (-3625 (($ $ $) 26)) (-4072 (((-1119) $) NIL)) (-1616 (((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-771)))) $) 34)) (-4100 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 70)) (-3152 (((-862) $) 24) (($ |#1|) NIL)) (-3044 (((-112) $ $) NIL)) (-4366 (($) 11 T CONST)) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) 84 (|has| |#1| (-850)))) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ |#1| (-771)) 42)) (* (($ $ $) 52) (($ |#1| $) 32) (($ $ |#1|) 30)))
-(((-388 |#1|) (-13 (-726) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-771))) (-15 -3625 ($ $ $)) (-15 -3740 ($ $ $)) (-15 -3722 ((-3 $ "failed") $ $)) (-15 -3356 ((-3 $ "failed") $ $)) (-15 -4100 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -4298 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3870 ((-771) $)) (-15 -1616 ((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-771)))) $)) (-15 -2707 ((-771) $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -3480 ($ (-1 (-771) (-771)) $)) (-15 -3499 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-850)) (-6 (-850)) |%noBranch|))) (-1099)) (T -388))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-3625 (*1 *1 *1 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-3740 (*1 *1 *1 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-3722 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-3356 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-4100 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-388 *3)) (|:| |rm| (-388 *3)))) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-4298 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-388 *3)) (|:| |mm| (-388 *3)) (|:| |rm| (-388 *3)))) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-3870 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-1616 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 (-771))))) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-2707 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-771)) (-5 *1 (-388 *4)) (-4 *4 (-1099)))) (-2121 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-3480 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-771) (-771))) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-3499 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-388 *3)))))
-(-13 (-726) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-771))) (-15 -3625 ($ $ $)) (-15 -3740 ($ $ $)) (-15 -3722 ((-3 $ "failed") $ $)) (-15 -3356 ((-3 $ "failed") $ $)) (-15 -4100 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -4298 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3870 ((-771) $)) (-15 -1616 ((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-771)))) $)) (-15 -2707 ((-771) $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -3480 ($ (-1 (-771) (-771)) $)) (-15 -3499 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-850)) (-6 (-850)) |%noBranch|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-2229 (((-3 (-566) "failed") $) 53)) (-4158 (((-566) $) 54)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-1478 (($ $ $) 60)) (-2599 (($ $ $) 59)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2978 (((-3 $ "failed") $ $) 48)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-566)) 52)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2968 (((-112) $ $) 57)) (-2946 (((-112) $ $) 56)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 58)) (-2935 (((-112) $ $) 55)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771) $) 74)) (-4145 (($) NIL T CONST)) (-2781 (((-3 $ "failed") $ $) 77)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3776 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 64)) (-1568 (((-112) $) 17)) (-3866 ((|#1| $ (-566)) NIL)) (-1593 (((-771) $ (-566)) NIL)) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-1748 (($ (-1 |#1| |#1|) $) 40)) (-1596 (($ (-1 (-771) (-771)) $) 37)) (-2003 (((-3 $ "failed") $ $) 60)) (-3057 (((-1157) $) NIL)) (-2197 (($ $ $) 28)) (-3608 (($ $ $) 26)) (-2029 (((-1119) $) NIL)) (-2430 (((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-771)))) $) 34)) (-2307 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 70)) (-1650 (((-862) $) 24) (($ |#1|) NIL)) (-2657 (((-112) $ $) NIL)) (-3424 (($) 11 T CONST)) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) 84 (|has| |#1| (-850)))) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ |#1| (-771)) 42)) (* (($ $ $) 52) (($ |#1| $) 32) (($ $ |#1|) 30)))
+(((-388 |#1|) (-13 (-726) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-771))) (-15 -3608 ($ $ $)) (-15 -2197 ($ $ $)) (-15 -2003 ((-3 $ "failed") $ $)) (-15 -2781 ((-3 $ "failed") $ $)) (-15 -2307 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3776 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3571 ((-771) $)) (-15 -2430 ((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-771)))) $)) (-15 -1593 ((-771) $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -1596 ($ (-1 (-771) (-771)) $)) (-15 -1748 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-850)) (-6 (-850)) |%noBranch|))) (-1099)) (T -388))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-3608 (*1 *1 *1 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-2197 (*1 *1 *1 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-2003 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-2781 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-2307 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-388 *3)) (|:| |rm| (-388 *3)))) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-3776 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-388 *3)) (|:| |mm| (-388 *3)) (|:| |rm| (-388 *3)))) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-3571 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-2430 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 (-771))))) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-1593 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-771)) (-5 *1 (-388 *4)) (-4 *4 (-1099)))) (-3866 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-388 *2)) (-4 *2 (-1099)))) (-1596 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-771) (-771))) (-5 *1 (-388 *3)) (-4 *3 (-1099)))) (-1748 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-388 *3)))))
+(-13 (-726) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-771))) (-15 -3608 ($ $ $)) (-15 -2197 ($ $ $)) (-15 -2003 ((-3 $ "failed") $ $)) (-15 -2781 ((-3 $ "failed") $ $)) (-15 -2307 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3776 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3571 ((-771) $)) (-15 -2430 ((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-771)))) $)) (-15 -1593 ((-771) $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -1596 ($ (-1 (-771) (-771)) $)) (-15 -1748 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-850)) (-6 (-850)) |%noBranch|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-1821 (((-3 (-566) "failed") $) 53)) (-3213 (((-566) $) 54)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-1888 (($ $ $) 60)) (-3890 (($ $ $) 59)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4116 (((-3 $ "failed") $ $) 48)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-566)) 52)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2928 (((-112) $ $) 57)) (-2904 (((-112) $ $) 56)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 58)) (-2892 (((-112) $ $) 55)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-389) (-140)) (T -389))
NIL
(-13 (-558) (-850) (-1038 (-566)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-850) . T) ((-1038 (-566)) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-2362 (((-112) $) 25)) (-2083 (((-112) $) 22)) (-1860 (($ (-1157) (-1157) (-1157)) 26)) (-1368 (((-1157) $) 16)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2691 (($ (-1157) (-1157) (-1157)) 14)) (-3869 (((-1157) $) 17)) (-3989 (((-112) $) 18)) (-1618 (((-1157) $) 15)) (-3152 (((-862) $) 12) (($ (-1157)) 13) (((-1157) $) 9)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 7)))
+((-4124 (((-112) $ $) NIL)) (-2447 (((-112) $) 25)) (-1600 (((-112) $) 22)) (-1566 (($ (-1157) (-1157) (-1157)) 26)) (-3707 (((-1157) $) 16)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2350 (($ (-1157) (-1157) (-1157)) 14)) (-3985 (((-1157) $) 17)) (-3780 (((-112) $) 18)) (-2289 (((-1157) $) 15)) (-1650 (((-862) $) 12) (($ (-1157)) 13) (((-1157) $) 9)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 7)))
(((-390) (-391)) (T -390))
NIL
(-391)
-((-2988 (((-112) $ $) 7)) (-2362 (((-112) $) 17)) (-2083 (((-112) $) 18)) (-1860 (($ (-1157) (-1157) (-1157)) 16)) (-1368 (((-1157) $) 21)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2691 (($ (-1157) (-1157) (-1157)) 23)) (-3869 (((-1157) $) 20)) (-3989 (((-112) $) 19)) (-1618 (((-1157) $) 22)) (-3152 (((-862) $) 12) (($ (-1157)) 25) (((-1157) $) 24)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-4124 (((-112) $ $) 7)) (-2447 (((-112) $) 17)) (-1600 (((-112) $) 18)) (-1566 (($ (-1157) (-1157) (-1157)) 16)) (-3707 (((-1157) $) 21)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2350 (($ (-1157) (-1157) (-1157)) 23)) (-3985 (((-1157) $) 20)) (-3780 (((-112) $) 19)) (-2289 (((-1157) $) 22)) (-1650 (((-862) $) 12) (($ (-1157)) 25) (((-1157) $) 24)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-391) (-140)) (T -391))
-((-2691 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-391)))) (-1618 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))) (-1368 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))) (-3869 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))) (-3989 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))) (-2083 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))) (-2362 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))) (-1860 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-391)))))
-(-13 (-1099) (-492 (-1157)) (-10 -8 (-15 -2691 ($ (-1157) (-1157) (-1157))) (-15 -1618 ((-1157) $)) (-15 -1368 ((-1157) $)) (-15 -3869 ((-1157) $)) (-15 -3989 ((-112) $)) (-15 -2083 ((-112) $)) (-15 -2362 ((-112) $)) (-15 -1860 ($ (-1157) (-1157) (-1157)))))
+((-2350 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-391)))) (-2289 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))) (-3707 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))) (-3985 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))) (-3780 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))) (-1600 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))) (-2447 (*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))) (-1566 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-391)))))
+(-13 (-1099) (-492 (-1157)) (-10 -8 (-15 -2350 ($ (-1157) (-1157) (-1157))) (-15 -2289 ((-1157) $)) (-15 -3707 ((-1157) $)) (-15 -3985 ((-1157) $)) (-15 -3780 ((-112) $)) (-15 -1600 ((-112) $)) (-15 -2447 ((-112) $)) (-15 -1566 ($ (-1157) (-1157) (-1157)))))
(((-102) . T) ((-616 #0=(-1157)) . T) ((-613 (-862)) . T) ((-613 #0#) . T) ((-492 #0#) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1932 (((-862) $) 64)) (-2463 (($) NIL T CONST)) (-1856 (($ $ (-921)) NIL)) (-4090 (($ $ (-921)) NIL)) (-3270 (($ $ (-921)) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3302 (($ (-771)) 38)) (-3126 (((-771)) 18)) (-4101 (((-862) $) 66)) (-2527 (($ $ $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-3876 (($ $ $ $) NIL)) (-1471 (($ $ $) NIL)) (-4356 (($) 24 T CONST)) (-2914 (((-112) $ $) 41)) (-3012 (($ $) 48) (($ $ $) 50)) (-3002 (($ $ $) 51)) (** (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 52) (($ $ |#3|) NIL) (($ |#3| $) 47)))
-(((-392 |#1| |#2| |#3|) (-13 (-744 |#3|) (-10 -8 (-15 -3126 ((-771))) (-15 -4101 ((-862) $)) (-15 -1932 ((-862) $)) (-15 -3302 ($ (-771))))) (-771) (-771) (-172)) (T -392))
-((-3126 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-172)))) (-4101 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 (-771)) (-14 *4 (-771)) (-4 *5 (-172)))) (-1932 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 (-771)) (-14 *4 (-771)) (-4 *5 (-172)))) (-3302 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-172)))))
-(-13 (-744 |#3|) (-10 -8 (-15 -3126 ((-771))) (-15 -4101 ((-862) $)) (-15 -1932 ((-862) $)) (-15 -3302 ($ (-771)))))
-((-3710 (((-1157)) 12)) (-2348 (((-1146 (-1157))) 31)) (-1561 (((-1269) (-1157)) 28) (((-1269) (-390)) 27)) (-1572 (((-1269)) 29)) (-1987 (((-1146 (-1157))) 30)))
-(((-393) (-10 -7 (-15 -1987 ((-1146 (-1157)))) (-15 -2348 ((-1146 (-1157)))) (-15 -1572 ((-1269))) (-15 -1561 ((-1269) (-390))) (-15 -1561 ((-1269) (-1157))) (-15 -3710 ((-1157))))) (T -393))
-((-3710 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-393)))) (-1561 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-393)))) (-1561 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1269)) (-5 *1 (-393)))) (-1572 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-393)))) (-2348 (*1 *2) (-12 (-5 *2 (-1146 (-1157))) (-5 *1 (-393)))) (-1987 (*1 *2) (-12 (-5 *2 (-1146 (-1157))) (-5 *1 (-393)))))
-(-10 -7 (-15 -1987 ((-1146 (-1157)))) (-15 -2348 ((-1146 (-1157)))) (-15 -1572 ((-1269))) (-15 -1561 ((-1269) (-390))) (-15 -1561 ((-1269) (-1157))) (-15 -3710 ((-1157))))
-((-2679 (((-771) (-338 |#1| |#2| |#3| |#4|)) 19)))
-(((-394 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2679 ((-771) (-338 |#1| |#2| |#3| |#4|)))) (-13 (-370) (-365)) (-1240 |#1|) (-1240 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -394))
-((-2679 (*1 *2 *3) (-12 (-5 *3 (-338 *4 *5 *6 *7)) (-4 *4 (-13 (-370) (-365))) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5))) (-4 *7 (-344 *4 *5 *6)) (-5 *2 (-771)) (-5 *1 (-394 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2679 ((-771) (-338 |#1| |#2| |#3| |#4|))))
-((-3152 (((-396) |#1|) 11)))
-(((-395 |#1|) (-10 -7 (-15 -3152 ((-396) |#1|))) (-1099)) (T -395))
-((-3152 (*1 *2 *3) (-12 (-5 *2 (-396)) (-5 *1 (-395 *3)) (-4 *3 (-1099)))))
-(-10 -7 (-15 -3152 ((-396) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-2539 (((-644 (-1157)) $ (-644 (-1157))) 43)) (-3241 (((-644 (-1157)) $ (-644 (-1157))) 44)) (-2456 (((-644 (-1157)) $ (-644 (-1157))) 45)) (-2618 (((-644 (-1157)) $) 40)) (-1860 (($) 30)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3760 (((-644 (-1157)) $) 41)) (-1404 (((-644 (-1157)) $) 42)) (-1710 (((-1269) $ (-566)) 38) (((-1269) $) 39)) (-2376 (($ (-862) (-566)) 35)) (-3152 (((-862) $) 54) (($ (-862)) 32)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-396) (-13 (-1099) (-616 (-862)) (-10 -8 (-15 -2376 ($ (-862) (-566))) (-15 -1710 ((-1269) $ (-566))) (-15 -1710 ((-1269) $)) (-15 -1404 ((-644 (-1157)) $)) (-15 -3760 ((-644 (-1157)) $)) (-15 -1860 ($)) (-15 -2618 ((-644 (-1157)) $)) (-15 -2456 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -3241 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -2539 ((-644 (-1157)) $ (-644 (-1157))))))) (T -396))
-((-2376 (*1 *1 *2 *3) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-396)))) (-1710 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-396)))) (-1710 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-396)))) (-1404 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-3760 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-1860 (*1 *1) (-5 *1 (-396))) (-2618 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-2456 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-3241 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-2539 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))))
-(-13 (-1099) (-616 (-862)) (-10 -8 (-15 -2376 ($ (-862) (-566))) (-15 -1710 ((-1269) $ (-566))) (-15 -1710 ((-1269) $)) (-15 -1404 ((-644 (-1157)) $)) (-15 -3760 ((-644 (-1157)) $)) (-15 -1860 ($)) (-15 -2618 ((-644 (-1157)) $)) (-15 -2456 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -3241 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -2539 ((-644 (-1157)) $ (-644 (-1157))))))
-((-1586 (((-1269) $) 7)) (-3152 (((-862) $) 8)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-2511 (((-862) $) 64)) (-4145 (($) NIL T CONST)) (-4268 (($ $ (-921)) NIL)) (-2215 (($ $ (-921)) NIL)) (-3172 (($ $ (-921)) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2529 (($ (-771)) 38)) (-2262 (((-771)) 18)) (-2316 (((-862) $) 66)) (-3528 (($ $ $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-4052 (($ $ $ $) NIL)) (-1641 (($ $ $) NIL)) (-3410 (($) 24 T CONST)) (-2868 (((-112) $ $) 41)) (-2977 (($ $) 48) (($ $ $) 50)) (-2964 (($ $ $) 51)) (** (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 52) (($ $ |#3|) NIL) (($ |#3| $) 47)))
+(((-392 |#1| |#2| |#3|) (-13 (-744 |#3|) (-10 -8 (-15 -2262 ((-771))) (-15 -2316 ((-862) $)) (-15 -2511 ((-862) $)) (-15 -2529 ($ (-771))))) (-771) (-771) (-172)) (T -392))
+((-2262 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-172)))) (-2316 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 (-771)) (-14 *4 (-771)) (-4 *5 (-172)))) (-2511 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 (-771)) (-14 *4 (-771)) (-4 *5 (-172)))) (-2529 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-172)))))
+(-13 (-744 |#3|) (-10 -8 (-15 -2262 ((-771))) (-15 -2316 ((-862) $)) (-15 -2511 ((-862) $)) (-15 -2529 ($ (-771)))))
+((-3136 (((-1157)) 12)) (-2321 (((-1146 (-1157))) 31)) (-2176 (((-1270) (-1157)) 28) (((-1270) (-390)) 27)) (-2189 (((-1270)) 29)) (-1886 (((-1146 (-1157))) 30)))
+(((-393) (-10 -7 (-15 -1886 ((-1146 (-1157)))) (-15 -2321 ((-1146 (-1157)))) (-15 -2189 ((-1270))) (-15 -2176 ((-1270) (-390))) (-15 -2176 ((-1270) (-1157))) (-15 -3136 ((-1157))))) (T -393))
+((-3136 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-393)))) (-2176 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-393)))) (-2176 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1270)) (-5 *1 (-393)))) (-2189 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-393)))) (-2321 (*1 *2) (-12 (-5 *2 (-1146 (-1157))) (-5 *1 (-393)))) (-1886 (*1 *2) (-12 (-5 *2 (-1146 (-1157))) (-5 *1 (-393)))))
+(-10 -7 (-15 -1886 ((-1146 (-1157)))) (-15 -2321 ((-1146 (-1157)))) (-15 -2189 ((-1270))) (-15 -2176 ((-1270) (-390))) (-15 -2176 ((-1270) (-1157))) (-15 -3136 ((-1157))))
+((-2464 (((-771) (-338 |#1| |#2| |#3| |#4|)) 19)))
+(((-394 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2464 ((-771) (-338 |#1| |#2| |#3| |#4|)))) (-13 (-370) (-365)) (-1241 |#1|) (-1241 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -394))
+((-2464 (*1 *2 *3) (-12 (-5 *3 (-338 *4 *5 *6 *7)) (-4 *4 (-13 (-370) (-365))) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5))) (-4 *7 (-344 *4 *5 *6)) (-5 *2 (-771)) (-5 *1 (-394 *4 *5 *6 *7)))))
+(-10 -7 (-15 -2464 ((-771) (-338 |#1| |#2| |#3| |#4|))))
+((-1650 (((-396) |#1|) 11)))
+(((-395 |#1|) (-10 -7 (-15 -1650 ((-396) |#1|))) (-1099)) (T -395))
+((-1650 (*1 *2 *3) (-12 (-5 *2 (-396)) (-5 *1 (-395 *3)) (-4 *3 (-1099)))))
+(-10 -7 (-15 -1650 ((-396) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-3669 (((-644 (-1157)) $ (-644 (-1157))) 43)) (-4149 (((-644 (-1157)) $ (-644 (-1157))) 44)) (-4057 (((-644 (-1157)) $ (-644 (-1157))) 45)) (-1949 (((-644 (-1157)) $) 40)) (-1566 (($) 30)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1698 (((-644 (-1157)) $) 41)) (-2071 (((-644 (-1157)) $) 42)) (-2601 (((-1270) $ (-566)) 38) (((-1270) $) 39)) (-1945 (($ (-862) (-566)) 35)) (-1650 (((-862) $) 54) (($ (-862)) 32)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-396) (-13 (-1099) (-616 (-862)) (-10 -8 (-15 -1945 ($ (-862) (-566))) (-15 -2601 ((-1270) $ (-566))) (-15 -2601 ((-1270) $)) (-15 -2071 ((-644 (-1157)) $)) (-15 -1698 ((-644 (-1157)) $)) (-15 -1566 ($)) (-15 -1949 ((-644 (-1157)) $)) (-15 -4057 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -4149 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -3669 ((-644 (-1157)) $ (-644 (-1157))))))) (T -396))
+((-1945 (*1 *1 *2 *3) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-396)))) (-2601 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-396)))) (-2601 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-396)))) (-2071 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-1698 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-1566 (*1 *1) (-5 *1 (-396))) (-1949 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-4057 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-4149 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))) (-3669 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))))
+(-13 (-1099) (-616 (-862)) (-10 -8 (-15 -1945 ($ (-862) (-566))) (-15 -2601 ((-1270) $ (-566))) (-15 -2601 ((-1270) $)) (-15 -2071 ((-644 (-1157)) $)) (-15 -1698 ((-644 (-1157)) $)) (-15 -1566 ($)) (-15 -1949 ((-644 (-1157)) $)) (-15 -4057 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -4149 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -3669 ((-644 (-1157)) $ (-644 (-1157))))))
+((-2202 (((-1270) $) 7)) (-1650 (((-862) $) 8)))
(((-397) (-140)) (T -397))
-((-1586 (*1 *2 *1) (-12 (-4 *1 (-397)) (-5 *2 (-1269)))))
-(-13 (-1214) (-613 (-862)) (-10 -8 (-15 -1586 ((-1269) $))))
-(((-613 (-862)) . T) ((-1214) . T))
-((-2229 (((-3 $ "failed") (-317 (-381))) 21) (((-3 $ "failed") (-317 (-566))) 19) (((-3 $ "failed") (-952 (-381))) 17) (((-3 $ "failed") (-952 (-566))) 15) (((-3 $ "failed") (-409 (-952 (-381)))) 13) (((-3 $ "failed") (-409 (-952 (-566)))) 11)) (-4158 (($ (-317 (-381))) 22) (($ (-317 (-566))) 20) (($ (-952 (-381))) 18) (($ (-952 (-566))) 16) (($ (-409 (-952 (-381)))) 14) (($ (-409 (-952 (-566)))) 12)) (-1586 (((-1269) $) 7)) (-3152 (((-862) $) 8) (($ (-644 (-331))) 25) (($ (-331)) 24) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 23)))
+((-2202 (*1 *2 *1) (-12 (-4 *1 (-397)) (-5 *2 (-1270)))))
+(-13 (-1215) (-613 (-862)) (-10 -8 (-15 -2202 ((-1270) $))))
+(((-613 (-862)) . T) ((-1215) . T))
+((-1821 (((-3 $ "failed") (-317 (-381))) 21) (((-3 $ "failed") (-317 (-566))) 19) (((-3 $ "failed") (-952 (-381))) 17) (((-3 $ "failed") (-952 (-566))) 15) (((-3 $ "failed") (-409 (-952 (-381)))) 13) (((-3 $ "failed") (-409 (-952 (-566)))) 11)) (-3213 (($ (-317 (-381))) 22) (($ (-317 (-566))) 20) (($ (-952 (-381))) 18) (($ (-952 (-566))) 16) (($ (-409 (-952 (-381)))) 14) (($ (-409 (-952 (-566)))) 12)) (-2202 (((-1270) $) 7)) (-1650 (((-862) $) 8) (($ (-644 (-331))) 25) (($ (-331)) 24) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 23)))
(((-398) (-140)) (T -398))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-398)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-398)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) (-4 *1 (-398)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-4 *1 (-398)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-381))) (-4 *1 (-398)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-4 *1 (-398)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-566))) (-4 *1 (-398)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-952 (-381))) (-4 *1 (-398)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-381))) (-4 *1 (-398)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-398)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-566))) (-4 *1 (-398)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-381)))) (-4 *1 (-398)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 (-952 (-381)))) (-4 *1 (-398)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-566)))) (-4 *1 (-398)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 (-952 (-566)))) (-4 *1 (-398)))))
-(-13 (-397) (-10 -8 (-15 -3152 ($ (-644 (-331)))) (-15 -3152 ($ (-331))) (-15 -3152 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))) (-15 -4158 ($ (-317 (-381)))) (-15 -2229 ((-3 $ "failed") (-317 (-381)))) (-15 -4158 ($ (-317 (-566)))) (-15 -2229 ((-3 $ "failed") (-317 (-566)))) (-15 -4158 ($ (-952 (-381)))) (-15 -2229 ((-3 $ "failed") (-952 (-381)))) (-15 -4158 ($ (-952 (-566)))) (-15 -2229 ((-3 $ "failed") (-952 (-566)))) (-15 -4158 ($ (-409 (-952 (-381))))) (-15 -2229 ((-3 $ "failed") (-409 (-952 (-381))))) (-15 -4158 ($ (-409 (-952 (-566))))) (-15 -2229 ((-3 $ "failed") (-409 (-952 (-566)))))))
-(((-613 (-862)) . T) ((-397) . T) ((-1214) . T))
-((-2353 (((-644 (-1157)) (-644 (-1157))) 9)) (-1586 (((-1269) (-390)) 27)) (-1439 (((-1103) (-1175) (-644 (-1175)) (-1178) (-644 (-1175))) 60) (((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)) (-1175)) 35) (((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175))) 34)))
-(((-399) (-10 -7 (-15 -1439 ((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)))) (-15 -1439 ((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)) (-1175))) (-15 -1439 ((-1103) (-1175) (-644 (-1175)) (-1178) (-644 (-1175)))) (-15 -1586 ((-1269) (-390))) (-15 -2353 ((-644 (-1157)) (-644 (-1157)))))) (T -399))
-((-2353 (*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-399)))) (-1586 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1269)) (-5 *1 (-399)))) (-1439 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-644 (-1175))) (-5 *5 (-1178)) (-5 *3 (-1175)) (-5 *2 (-1103)) (-5 *1 (-399)))) (-1439 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-644 (-644 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-644 (-3 (|:| |array| (-644 *3)) (|:| |scalar| (-1175))))) (-5 *6 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1103)) (-5 *1 (-399)))) (-1439 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-644 (-644 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-644 (-3 (|:| |array| (-644 *3)) (|:| |scalar| (-1175))))) (-5 *6 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1103)) (-5 *1 (-399)))))
-(-10 -7 (-15 -1439 ((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)))) (-15 -1439 ((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)) (-1175))) (-15 -1439 ((-1103) (-1175) (-644 (-1175)) (-1178) (-644 (-1175)))) (-15 -1586 ((-1269) (-390))) (-15 -2353 ((-644 (-1157)) (-644 (-1157)))))
-((-1586 (((-1269) $) 36)) (-3152 (((-862) $) 98) (($ (-331)) 100) (($ (-644 (-331))) 99) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 97) (($ (-317 (-701))) 53) (($ (-317 (-699))) 73) (($ (-317 (-694))) 86) (($ (-295 (-317 (-701)))) 68) (($ (-295 (-317 (-699)))) 81) (($ (-295 (-317 (-694)))) 94) (($ (-317 (-566))) 105) (($ (-317 (-381))) 118) (($ (-317 (-169 (-381)))) 131) (($ (-295 (-317 (-566)))) 113) (($ (-295 (-317 (-381)))) 126) (($ (-295 (-317 (-169 (-381))))) 139)))
-(((-400 |#1| |#2| |#3| |#4|) (-13 (-397) (-10 -8 (-15 -3152 ($ (-331))) (-15 -3152 ($ (-644 (-331)))) (-15 -3152 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))) (-15 -3152 ($ (-317 (-701)))) (-15 -3152 ($ (-317 (-699)))) (-15 -3152 ($ (-317 (-694)))) (-15 -3152 ($ (-295 (-317 (-701))))) (-15 -3152 ($ (-295 (-317 (-699))))) (-15 -3152 ($ (-295 (-317 (-694))))) (-15 -3152 ($ (-317 (-566)))) (-15 -3152 ($ (-317 (-381)))) (-15 -3152 ($ (-317 (-169 (-381))))) (-15 -3152 ($ (-295 (-317 (-566))))) (-15 -3152 ($ (-295 (-317 (-381))))) (-15 -3152 ($ (-295 (-317 (-169 (-381)))))))) (-1175) (-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-644 (-1175)) (-1179)) (T -400))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-331)) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-317 (-701))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-317 (-699))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-317 (-694))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-701)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-699)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-694)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-317 (-169 (-381)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-566)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-381)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-169 (-381))))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))))
-(-13 (-397) (-10 -8 (-15 -3152 ($ (-331))) (-15 -3152 ($ (-644 (-331)))) (-15 -3152 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))) (-15 -3152 ($ (-317 (-701)))) (-15 -3152 ($ (-317 (-699)))) (-15 -3152 ($ (-317 (-694)))) (-15 -3152 ($ (-295 (-317 (-701))))) (-15 -3152 ($ (-295 (-317 (-699))))) (-15 -3152 ($ (-295 (-317 (-694))))) (-15 -3152 ($ (-317 (-566)))) (-15 -3152 ($ (-317 (-381)))) (-15 -3152 ($ (-317 (-169 (-381))))) (-15 -3152 ($ (-295 (-317 (-566))))) (-15 -3152 ($ (-295 (-317 (-381))))) (-15 -3152 ($ (-295 (-317 (-169 (-381))))))))
-((-2988 (((-112) $ $) NIL)) (-2426 ((|#2| $) 38)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2257 (($ (-409 |#2|)) 95)) (-4378 (((-644 (-2 (|:| -2201 (-771)) (|:| -4290 |#2|) (|:| |num| |#2|))) $) 39)) (-3629 (($ $) 34) (($ $ (-771)) 36)) (-2376 (((-409 |#2|) $) 51)) (-1340 (($ (-644 (-2 (|:| -2201 (-771)) (|:| -4290 |#2|) (|:| |num| |#2|)))) 33)) (-3152 (((-862) $) 132)) (-3044 (((-112) $ $) NIL)) (-3497 (($ $) 35) (($ $ (-771)) 37)) (-2914 (((-112) $ $) NIL)) (-3002 (($ |#2| $) 41)))
-(((-401 |#1| |#2|) (-13 (-1099) (-614 (-409 |#2|)) (-10 -8 (-15 -3002 ($ |#2| $)) (-15 -2257 ($ (-409 |#2|))) (-15 -2426 (|#2| $)) (-15 -4378 ((-644 (-2 (|:| -2201 (-771)) (|:| -4290 |#2|) (|:| |num| |#2|))) $)) (-15 -1340 ($ (-644 (-2 (|:| -2201 (-771)) (|:| -4290 |#2|) (|:| |num| |#2|))))) (-15 -3629 ($ $)) (-15 -3497 ($ $)) (-15 -3629 ($ $ (-771))) (-15 -3497 ($ $ (-771))))) (-13 (-365) (-147)) (-1240 |#1|)) (T -401))
-((-3002 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *2)) (-4 *2 (-1240 *3)))) (-2257 (*1 *1 *2) (-12 (-5 *2 (-409 *4)) (-4 *4 (-1240 *3)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4)))) (-2426 (*1 *2 *1) (-12 (-4 *2 (-1240 *3)) (-5 *1 (-401 *3 *2)) (-4 *3 (-13 (-365) (-147))))) (-4378 (*1 *2 *1) (-12 (-4 *3 (-13 (-365) (-147))) (-5 *2 (-644 (-2 (|:| -2201 (-771)) (|:| -4290 *4) (|:| |num| *4)))) (-5 *1 (-401 *3 *4)) (-4 *4 (-1240 *3)))) (-1340 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2201 (-771)) (|:| -4290 *4) (|:| |num| *4)))) (-4 *4 (-1240 *3)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4)))) (-3629 (*1 *1 *1) (-12 (-4 *2 (-13 (-365) (-147))) (-5 *1 (-401 *2 *3)) (-4 *3 (-1240 *2)))) (-3497 (*1 *1 *1) (-12 (-4 *2 (-13 (-365) (-147))) (-5 *1 (-401 *2 *3)) (-4 *3 (-1240 *2)))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4)) (-4 *4 (-1240 *3)))) (-3497 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4)) (-4 *4 (-1240 *3)))))
-(-13 (-1099) (-614 (-409 |#2|)) (-10 -8 (-15 -3002 ($ |#2| $)) (-15 -2257 ($ (-409 |#2|))) (-15 -2426 (|#2| $)) (-15 -4378 ((-644 (-2 (|:| -2201 (-771)) (|:| -4290 |#2|) (|:| |num| |#2|))) $)) (-15 -1340 ($ (-644 (-2 (|:| -2201 (-771)) (|:| -4290 |#2|) (|:| |num| |#2|))))) (-15 -3629 ($ $)) (-15 -3497 ($ $)) (-15 -3629 ($ $ (-771))) (-15 -3497 ($ $ (-771)))))
-((-2988 (((-112) $ $) 9 (-2768 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 16 (|has| |#1| (-886 (-381)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 15 (|has| |#1| (-886 (-566))))) (-3380 (((-1157) $) 13 (-2768 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-4072 (((-1119) $) 12 (-2768 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-3152 (((-862) $) 11 (-2768 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-3044 (((-112) $ $) 14 (-2768 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-2914 (((-112) $ $) 10 (-2768 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))))
-(((-402 |#1|) (-140) (-1214)) (T -402))
-NIL
-(-13 (-1214) (-10 -7 (IF (|has| |t#1| (-886 (-566))) (-6 (-886 (-566))) |%noBranch|) (IF (|has| |t#1| (-886 (-381))) (-6 (-886 (-381))) |%noBranch|)))
-(((-102) -2768 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))) ((-613 (-862)) -2768 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-1099) -2768 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))) ((-1214) . T))
-((-1574 (($ $) 10) (($ $ (-771)) 12)))
-(((-403 |#1|) (-10 -8 (-15 -1574 (|#1| |#1| (-771))) (-15 -1574 (|#1| |#1|))) (-404)) (T -403))
-NIL
-(-10 -8 (-15 -1574 (|#1| |#1| (-771))) (-15 -1574 (|#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-2085 (((-112) $ $) 65)) (-2463 (($) 18 T CONST)) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-1574 (($ $) 87) (($ $ (-771)) 86)) (-1615 (((-112) $) 79)) (-2679 (((-833 (-921)) $) 89)) (-2389 (((-112) $) 35)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 78)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-1624 (((-420 $) $) 82)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-3169 (((-3 (-771) "failed") $ $) 88)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74)) (-2633 (((-3 $ "failed") $) 90)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 73)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-398)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-398)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) (-4 *1 (-398)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-4 *1 (-398)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-381))) (-4 *1 (-398)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-4 *1 (-398)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-566))) (-4 *1 (-398)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-952 (-381))) (-4 *1 (-398)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-381))) (-4 *1 (-398)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-398)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-566))) (-4 *1 (-398)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-381)))) (-4 *1 (-398)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 (-952 (-381)))) (-4 *1 (-398)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-566)))) (-4 *1 (-398)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 (-952 (-566)))) (-4 *1 (-398)))))
+(-13 (-397) (-10 -8 (-15 -1650 ($ (-644 (-331)))) (-15 -1650 ($ (-331))) (-15 -1650 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))) (-15 -3213 ($ (-317 (-381)))) (-15 -1821 ((-3 $ "failed") (-317 (-381)))) (-15 -3213 ($ (-317 (-566)))) (-15 -1821 ((-3 $ "failed") (-317 (-566)))) (-15 -3213 ($ (-952 (-381)))) (-15 -1821 ((-3 $ "failed") (-952 (-381)))) (-15 -3213 ($ (-952 (-566)))) (-15 -1821 ((-3 $ "failed") (-952 (-566)))) (-15 -3213 ($ (-409 (-952 (-381))))) (-15 -1821 ((-3 $ "failed") (-409 (-952 (-381))))) (-15 -3213 ($ (-409 (-952 (-566))))) (-15 -1821 ((-3 $ "failed") (-409 (-952 (-566)))))))
+(((-613 (-862)) . T) ((-397) . T) ((-1215) . T))
+((-2362 (((-644 (-1157)) (-644 (-1157))) 9)) (-2202 (((-1270) (-390)) 27)) (-1394 (((-1103) (-1175) (-644 (-1175)) (-1178) (-644 (-1175))) 60) (((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)) (-1175)) 35) (((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175))) 34)))
+(((-399) (-10 -7 (-15 -1394 ((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)))) (-15 -1394 ((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)) (-1175))) (-15 -1394 ((-1103) (-1175) (-644 (-1175)) (-1178) (-644 (-1175)))) (-15 -2202 ((-1270) (-390))) (-15 -2362 ((-644 (-1157)) (-644 (-1157)))))) (T -399))
+((-2362 (*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-399)))) (-2202 (*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1270)) (-5 *1 (-399)))) (-1394 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-644 (-1175))) (-5 *5 (-1178)) (-5 *3 (-1175)) (-5 *2 (-1103)) (-5 *1 (-399)))) (-1394 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-644 (-644 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-644 (-3 (|:| |array| (-644 *3)) (|:| |scalar| (-1175))))) (-5 *6 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1103)) (-5 *1 (-399)))) (-1394 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-644 (-644 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-644 (-3 (|:| |array| (-644 *3)) (|:| |scalar| (-1175))))) (-5 *6 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1103)) (-5 *1 (-399)))))
+(-10 -7 (-15 -1394 ((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)))) (-15 -1394 ((-1103) (-1175) (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175)))) (-644 (-644 (-3 (|:| |array| (-644 (-1175))) (|:| |scalar| (-1175))))) (-644 (-1175)) (-1175))) (-15 -1394 ((-1103) (-1175) (-644 (-1175)) (-1178) (-644 (-1175)))) (-15 -2202 ((-1270) (-390))) (-15 -2362 ((-644 (-1157)) (-644 (-1157)))))
+((-2202 (((-1270) $) 36)) (-1650 (((-862) $) 98) (($ (-331)) 100) (($ (-644 (-331))) 99) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 97) (($ (-317 (-701))) 53) (($ (-317 (-699))) 73) (($ (-317 (-694))) 86) (($ (-295 (-317 (-701)))) 68) (($ (-295 (-317 (-699)))) 81) (($ (-295 (-317 (-694)))) 94) (($ (-317 (-566))) 105) (($ (-317 (-381))) 118) (($ (-317 (-169 (-381)))) 131) (($ (-295 (-317 (-566)))) 113) (($ (-295 (-317 (-381)))) 126) (($ (-295 (-317 (-169 (-381))))) 139)))
+(((-400 |#1| |#2| |#3| |#4|) (-13 (-397) (-10 -8 (-15 -1650 ($ (-331))) (-15 -1650 ($ (-644 (-331)))) (-15 -1650 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))) (-15 -1650 ($ (-317 (-701)))) (-15 -1650 ($ (-317 (-699)))) (-15 -1650 ($ (-317 (-694)))) (-15 -1650 ($ (-295 (-317 (-701))))) (-15 -1650 ($ (-295 (-317 (-699))))) (-15 -1650 ($ (-295 (-317 (-694))))) (-15 -1650 ($ (-317 (-566)))) (-15 -1650 ($ (-317 (-381)))) (-15 -1650 ($ (-317 (-169 (-381))))) (-15 -1650 ($ (-295 (-317 (-566))))) (-15 -1650 ($ (-295 (-317 (-381))))) (-15 -1650 ($ (-295 (-317 (-169 (-381)))))))) (-1175) (-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-644 (-1175)) (-1179)) (T -400))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-331)) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-317 (-701))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-317 (-699))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-317 (-694))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-701)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-699)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-694)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-317 (-169 (-381)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-566)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-381)))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-295 (-317 (-169 (-381))))) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-14 *5 (-644 (-1175))) (-14 *6 (-1179)))))
+(-13 (-397) (-10 -8 (-15 -1650 ($ (-331))) (-15 -1650 ($ (-644 (-331)))) (-15 -1650 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))) (-15 -1650 ($ (-317 (-701)))) (-15 -1650 ($ (-317 (-699)))) (-15 -1650 ($ (-317 (-694)))) (-15 -1650 ($ (-295 (-317 (-701))))) (-15 -1650 ($ (-295 (-317 (-699))))) (-15 -1650 ($ (-295 (-317 (-694))))) (-15 -1650 ($ (-317 (-566)))) (-15 -1650 ($ (-317 (-381)))) (-15 -1650 ($ (-317 (-169 (-381))))) (-15 -1650 ($ (-295 (-317 (-566))))) (-15 -1650 ($ (-295 (-317 (-381))))) (-15 -1650 ($ (-295 (-317 (-169 (-381))))))))
+((-4124 (((-112) $ $) NIL)) (-1873 ((|#2| $) 38)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2674 (($ (-409 |#2|)) 95)) (-2034 (((-644 (-2 (|:| -3388 (-771)) (|:| -2614 |#2|) (|:| |num| |#2|))) $) 39)) (-2324 (($ $) 34) (($ $ (-771)) 36)) (-1945 (((-409 |#2|) $) 51)) (-1664 (($ (-644 (-2 (|:| -3388 (-771)) (|:| -2614 |#2|) (|:| |num| |#2|)))) 33)) (-1650 (((-862) $) 132)) (-2657 (((-112) $ $) NIL)) (-3218 (($ $) 35) (($ $ (-771)) 37)) (-2868 (((-112) $ $) NIL)) (-2964 (($ |#2| $) 41)))
+(((-401 |#1| |#2|) (-13 (-1099) (-614 (-409 |#2|)) (-10 -8 (-15 -2964 ($ |#2| $)) (-15 -2674 ($ (-409 |#2|))) (-15 -1873 (|#2| $)) (-15 -2034 ((-644 (-2 (|:| -3388 (-771)) (|:| -2614 |#2|) (|:| |num| |#2|))) $)) (-15 -1664 ($ (-644 (-2 (|:| -3388 (-771)) (|:| -2614 |#2|) (|:| |num| |#2|))))) (-15 -2324 ($ $)) (-15 -3218 ($ $)) (-15 -2324 ($ $ (-771))) (-15 -3218 ($ $ (-771))))) (-13 (-365) (-147)) (-1241 |#1|)) (T -401))
+((-2964 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *2)) (-4 *2 (-1241 *3)))) (-2674 (*1 *1 *2) (-12 (-5 *2 (-409 *4)) (-4 *4 (-1241 *3)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4)))) (-1873 (*1 *2 *1) (-12 (-4 *2 (-1241 *3)) (-5 *1 (-401 *3 *2)) (-4 *3 (-13 (-365) (-147))))) (-2034 (*1 *2 *1) (-12 (-4 *3 (-13 (-365) (-147))) (-5 *2 (-644 (-2 (|:| -3388 (-771)) (|:| -2614 *4) (|:| |num| *4)))) (-5 *1 (-401 *3 *4)) (-4 *4 (-1241 *3)))) (-1664 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -3388 (-771)) (|:| -2614 *4) (|:| |num| *4)))) (-4 *4 (-1241 *3)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4)))) (-2324 (*1 *1 *1) (-12 (-4 *2 (-13 (-365) (-147))) (-5 *1 (-401 *2 *3)) (-4 *3 (-1241 *2)))) (-3218 (*1 *1 *1) (-12 (-4 *2 (-13 (-365) (-147))) (-5 *1 (-401 *2 *3)) (-4 *3 (-1241 *2)))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4)) (-4 *4 (-1241 *3)))) (-3218 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4)) (-4 *4 (-1241 *3)))))
+(-13 (-1099) (-614 (-409 |#2|)) (-10 -8 (-15 -2964 ($ |#2| $)) (-15 -2674 ($ (-409 |#2|))) (-15 -1873 (|#2| $)) (-15 -2034 ((-644 (-2 (|:| -3388 (-771)) (|:| -2614 |#2|) (|:| |num| |#2|))) $)) (-15 -1664 ($ (-644 (-2 (|:| -3388 (-771)) (|:| -2614 |#2|) (|:| |num| |#2|))))) (-15 -2324 ($ $)) (-15 -3218 ($ $)) (-15 -2324 ($ $ (-771))) (-15 -3218 ($ $ (-771)))))
+((-4124 (((-112) $ $) 9 (-2700 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 16 (|has| |#1| (-886 (-381)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 15 (|has| |#1| (-886 (-566))))) (-3057 (((-1157) $) 13 (-2700 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-2029 (((-1119) $) 12 (-2700 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-1650 (((-862) $) 11 (-2700 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-2657 (((-112) $ $) 14 (-2700 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))) (-2868 (((-112) $ $) 10 (-2700 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))))))
+(((-402 |#1|) (-140) (-1215)) (T -402))
+NIL
+(-13 (-1215) (-10 -7 (IF (|has| |t#1| (-886 (-566))) (-6 (-886 (-566))) |%noBranch|) (IF (|has| |t#1| (-886 (-381))) (-6 (-886 (-381))) |%noBranch|)))
+(((-102) -2700 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))) ((-613 (-862)) -2700 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-1099) -2700 (|has| |#1| (-886 (-566))) (|has| |#1| (-886 (-381)))) ((-1215) . T))
+((-3271 (($ $) 10) (($ $ (-771)) 12)))
+(((-403 |#1|) (-10 -8 (-15 -3271 (|#1| |#1| (-771))) (-15 -3271 (|#1| |#1|))) (-404)) (T -403))
+NIL
+(-10 -8 (-15 -3271 (|#1| |#1| (-771))) (-15 -3271 (|#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-1621 (((-112) $ $) 65)) (-4145 (($) 18 T CONST)) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-3271 (($ $) 87) (($ $ (-771)) 86)) (-2422 (((-112) $) 79)) (-2464 (((-833 (-921)) $) 89)) (-1568 (((-112) $) 35)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 78)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3846 (((-420 $) $) 82)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-1529 (((-3 (-771) "failed") $ $) 88)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74)) (-2097 (((-3 $ "failed") $) 90)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 73)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
(((-404) (-140)) (T -404))
-((-2679 (*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-833 (-921))))) (-3169 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-404)) (-5 *2 (-771)))) (-1574 (*1 *1 *1) (-4 *1 (-404))) (-1574 (*1 *1 *1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-771)))))
-(-13 (-365) (-145) (-10 -8 (-15 -2679 ((-833 (-921)) $)) (-15 -3169 ((-3 (-771) "failed") $ $)) (-15 -1574 ($ $)) (-15 -1574 ($ $ (-771)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) . T))
-((-2938 (($ (-566) (-566)) 11) (($ (-566) (-566) (-921)) NIL)) (-2251 (((-921)) 20) (((-921) (-921)) NIL)))
-(((-405 |#1|) (-10 -8 (-15 -2251 ((-921) (-921))) (-15 -2251 ((-921))) (-15 -2938 (|#1| (-566) (-566) (-921))) (-15 -2938 (|#1| (-566) (-566)))) (-406)) (T -405))
-((-2251 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-405 *3)) (-4 *3 (-406)))) (-2251 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-405 *3)) (-4 *3 (-406)))))
-(-10 -8 (-15 -2251 ((-921) (-921))) (-15 -2251 ((-921))) (-15 -2938 (|#1| (-566) (-566) (-921))) (-15 -2938 (|#1| (-566) (-566))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1873 (((-566) $) 97)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-2331 (($ $) 95)) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-1635 (($ $) 105)) (-2085 (((-112) $ $) 65)) (-2743 (((-566) $) 122)) (-2463 (($) 18 T CONST)) (-3347 (($ $) 94)) (-2229 (((-3 (-566) "failed") $) 110) (((-3 (-409 (-566)) "failed") $) 107)) (-4158 (((-566) $) 111) (((-409 (-566)) $) 108)) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-1615 (((-112) $) 79)) (-3262 (((-921)) 138) (((-921) (-921)) 135 (|has| $ (-6 -4405)))) (-2528 (((-112) $) 120)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 101)) (-2679 (((-566) $) 144)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 104)) (-2064 (($ $) 100)) (-3233 (((-112) $) 121)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1478 (($ $ $) 119) (($) 132 (-12 (-2404 (|has| $ (-6 -4405))) (-2404 (|has| $ (-6 -4397)))))) (-2599 (($ $ $) 118) (($) 131 (-12 (-2404 (|has| $ (-6 -4405))) (-2404 (|has| $ (-6 -4397)))))) (-2431 (((-566) $) 141)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 78)) (-1485 (((-921) (-566)) 134 (|has| $ (-6 -4405)))) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2487 (($ $) 96)) (-3143 (($ $) 98)) (-2938 (($ (-566) (-566)) 146) (($ (-566) (-566) (-921)) 145)) (-1624 (((-420 $) $) 82)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-2201 (((-566) $) 142)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-2251 (((-921)) 139) (((-921) (-921)) 136 (|has| $ (-6 -4405)))) (-1460 (((-921) (-566)) 133 (|has| $ (-6 -4405)))) (-2376 (((-381) $) 113) (((-225) $) 112) (((-892 (-381)) $) 102)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ (-566)) 109) (($ (-409 (-566))) 106)) (-2593 (((-771)) 32 T CONST)) (-3913 (($ $) 99)) (-2367 (((-921)) 140) (((-921) (-921)) 137 (|has| $ (-6 -4405)))) (-3044 (((-112) $ $) 9)) (-2576 (((-921)) 143)) (-3014 (((-112) $ $) 45)) (-1358 (($ $) 123)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2968 (((-112) $ $) 116)) (-2946 (((-112) $ $) 115)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 117)) (-2935 (((-112) $ $) 114)) (-3025 (($ $ $) 73)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77) (($ $ (-409 (-566))) 103)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
+((-2464 (*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-833 (-921))))) (-1529 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-404)) (-5 *2 (-771)))) (-3271 (*1 *1 *1) (-4 *1 (-404))) (-3271 (*1 *1 *1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-771)))))
+(-13 (-365) (-145) (-10 -8 (-15 -2464 ((-833 (-921)) $)) (-15 -1529 ((-3 (-771) "failed") $ $)) (-15 -3271 ($ $)) (-15 -3271 ($ $ (-771)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-145) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) . T))
+((-1544 (($ (-566) (-566)) 11) (($ (-566) (-566) (-921)) NIL)) (-2600 (((-921)) 20) (((-921) (-921)) NIL)))
+(((-405 |#1|) (-10 -8 (-15 -2600 ((-921) (-921))) (-15 -2600 ((-921))) (-15 -1544 (|#1| (-566) (-566) (-921))) (-15 -1544 (|#1| (-566) (-566)))) (-406)) (T -405))
+((-2600 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-405 *3)) (-4 *3 (-406)))) (-2600 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-405 *3)) (-4 *3 (-406)))))
+(-10 -8 (-15 -2600 ((-921) (-921))) (-15 -2600 ((-921))) (-15 -1544 (|#1| (-566) (-566) (-921))) (-15 -1544 (|#1| (-566) (-566))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3165 (((-566) $) 97)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-2191 (($ $) 95)) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-3856 (($ $) 105)) (-1621 (((-112) $ $) 65)) (-1907 (((-566) $) 122)) (-4145 (($) 18 T CONST)) (-2665 (($ $) 94)) (-1821 (((-3 (-566) "failed") $) 110) (((-3 (-409 (-566)) "failed") $) 107)) (-3213 (((-566) $) 111) (((-409 (-566)) $) 108)) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-2422 (((-112) $) 79)) (-2393 (((-921)) 138) (((-921) (-921)) 135 (|has| $ (-6 -4406)))) (-3540 (((-112) $) 120)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 101)) (-2464 (((-566) $) 144)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 104)) (-1435 (($ $) 100)) (-4049 (((-112) $) 121)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1888 (($ $ $) 119) (($) 132 (-12 (-3348 (|has| $ (-6 -4406))) (-3348 (|has| $ (-6 -4398)))))) (-3890 (($ $ $) 118) (($) 131 (-12 (-3348 (|has| $ (-6 -4406))) (-3348 (|has| $ (-6 -4398)))))) (-2099 (((-566) $) 141)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 78)) (-1760 (((-921) (-566)) 134 (|has| $ (-6 -4406)))) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-4381 (($ $) 96)) (-2426 (($ $) 98)) (-1544 (($ (-566) (-566)) 146) (($ (-566) (-566) (-921)) 145)) (-3846 (((-420 $) $) 82)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3388 (((-566) $) 142)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-2600 (((-921)) 139) (((-921) (-921)) 136 (|has| $ (-6 -4406)))) (-1550 (((-921) (-566)) 133 (|has| $ (-6 -4406)))) (-1945 (((-381) $) 113) (((-225) $) 112) (((-892 (-381)) $) 102)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ (-566)) 109) (($ (-409 (-566))) 106)) (-2910 (((-771)) 32 T CONST)) (-4370 (($ $) 99)) (-1372 (((-921)) 140) (((-921) (-921)) 137 (|has| $ (-6 -4406)))) (-2657 (((-112) $ $) 9)) (-4249 (((-921)) 143)) (-3679 (((-112) $ $) 45)) (-3839 (($ $) 123)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2928 (((-112) $ $) 116)) (-2904 (((-112) $ $) 115)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 117)) (-2892 (((-112) $ $) 114)) (-2990 (($ $ $) 73)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77) (($ $ (-409 (-566))) 103)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
(((-406) (-140)) (T -406))
-((-2938 (*1 *1 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-406)))) (-2938 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-921)) (-4 *1 (-406)))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566)))) (-2576 (*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) (-2201 (*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566)))) (-2431 (*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566)))) (-2367 (*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) (-2251 (*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) (-3262 (*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) (-2367 (*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4405)) (-4 *1 (-406)))) (-2251 (*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4405)) (-4 *1 (-406)))) (-3262 (*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4405)) (-4 *1 (-406)))) (-1485 (*1 *2 *3) (-12 (-5 *3 (-566)) (|has| *1 (-6 -4405)) (-4 *1 (-406)) (-5 *2 (-921)))) (-1460 (*1 *2 *3) (-12 (-5 *3 (-566)) (|has| *1 (-6 -4405)) (-4 *1 (-406)) (-5 *2 (-921)))) (-1478 (*1 *1) (-12 (-4 *1 (-406)) (-2404 (|has| *1 (-6 -4405))) (-2404 (|has| *1 (-6 -4397))))) (-2599 (*1 *1) (-12 (-4 *1 (-406)) (-2404 (|has| *1 (-6 -4405))) (-2404 (|has| *1 (-6 -4397))))))
-(-13 (-1059) (-10 -8 (-6 -3603) (-15 -2938 ($ (-566) (-566))) (-15 -2938 ($ (-566) (-566) (-921))) (-15 -2679 ((-566) $)) (-15 -2576 ((-921))) (-15 -2201 ((-566) $)) (-15 -2431 ((-566) $)) (-15 -2367 ((-921))) (-15 -2251 ((-921))) (-15 -3262 ((-921))) (IF (|has| $ (-6 -4405)) (PROGN (-15 -2367 ((-921) (-921))) (-15 -2251 ((-921) (-921))) (-15 -3262 ((-921) (-921))) (-15 -1485 ((-921) (-566))) (-15 -1460 ((-921) (-566)))) |%noBranch|) (IF (|has| $ (-6 -4397)) |%noBranch| (IF (|has| $ (-6 -4405)) |%noBranch| (PROGN (-15 -1478 ($)) (-15 -2599 ($)))))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-614 (-225)) . T) ((-614 (-381)) . T) ((-614 (-892 (-381))) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-848) . T) ((-850) . T) ((-886 (-381)) . T) ((-920) . T) ((-1002) . T) ((-1022) . T) ((-1059) . T) ((-1038 (-409 (-566))) . T) ((-1038 (-566)) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) . T))
-((-2319 (((-420 |#2|) (-1 |#2| |#1|) (-420 |#1|)) 20)))
-(((-407 |#1| |#2|) (-10 -7 (-15 -2319 ((-420 |#2|) (-1 |#2| |#1|) (-420 |#1|)))) (-558) (-558)) (T -407))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-420 *5)) (-4 *5 (-558)) (-4 *6 (-558)) (-5 *2 (-420 *6)) (-5 *1 (-407 *5 *6)))))
-(-10 -7 (-15 -2319 ((-420 |#2|) (-1 |#2| |#1|) (-420 |#1|))))
-((-2319 (((-409 |#2|) (-1 |#2| |#1|) (-409 |#1|)) 13)))
-(((-408 |#1| |#2|) (-10 -7 (-15 -2319 ((-409 |#2|) (-1 |#2| |#1|) (-409 |#1|)))) (-558) (-558)) (T -408))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-409 *5)) (-4 *5 (-558)) (-4 *6 (-558)) (-5 *2 (-409 *6)) (-5 *1 (-408 *5 *6)))))
-(-10 -7 (-15 -2319 ((-409 |#2|) (-1 |#2| |#1|) (-409 |#1|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 13)) (-1873 ((|#1| $) 21 (|has| |#1| (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL (|has| |#1| (-820)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) 17) (((-3 (-1175) "failed") $) NIL (|has| |#1| (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) 72 (|has| |#1| (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566))))) (-4158 ((|#1| $) 15) (((-1175) $) NIL (|has| |#1| (-1038 (-1175)))) (((-409 (-566)) $) 69 (|has| |#1| (-1038 (-566)))) (((-566) $) NIL (|has| |#1| (-1038 (-566))))) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) 51)) (-2715 (($) NIL (|has| |#1| (-547)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2528 (((-112) $) NIL (|has| |#1| (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| |#1| (-886 (-381))))) (-2389 (((-112) $) 57)) (-3406 (($ $) NIL)) (-2248 ((|#1| $) 73)) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-1150)))) (-3233 (((-112) $) NIL (|has| |#1| (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| |#1| (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 100)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL (|has| |#1| (-308)))) (-3143 ((|#1| $) 28 (|has| |#1| (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) 148 (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) 141 (|has| |#1| (-909)))) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|)))) (-4357 (((-771) $) NIL)) (-1309 (($ $ |#1|) NIL (|has| |#1| (-287 |#1| |#1|)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) 64)) (-1452 (($ $) NIL)) (-2260 ((|#1| $) 75)) (-2376 (((-892 (-566)) $) NIL (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| |#1| (-614 (-892 (-381))))) (((-538) $) NIL (|has| |#1| (-614 (-538)))) (((-381) $) NIL (|has| |#1| (-1022))) (((-225) $) NIL (|has| |#1| (-1022)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 125 (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 10) (($ (-1175)) NIL (|has| |#1| (-1038 (-1175))))) (-2633 (((-3 $ "failed") $) 102 (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) 103 T CONST)) (-3913 ((|#1| $) 26 (|has| |#1| (-547)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-1358 (($ $) NIL (|has| |#1| (-820)))) (-4356 (($) 22 T CONST)) (-4366 (($) 8 T CONST)) (-2226 (((-1157) $) 44 (-12 (|has| |#1| (-547)) (|has| |#1| (-828)))) (((-1157) $ (-112)) 45 (-12 (|has| |#1| (-547)) (|has| |#1| (-828)))) (((-1269) (-822) $) 46 (-12 (|has| |#1| (-547)) (|has| |#1| (-828)))) (((-1269) (-822) $ (-112)) 47 (-12 (|has| |#1| (-547)) (|has| |#1| (-828))))) (-3497 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) 66)) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) 24 (|has| |#1| (-850)))) (-3025 (($ $ $) 136) (($ |#1| |#1|) 53)) (-3012 (($ $) 25) (($ $ $) 56)) (-3002 (($ $ $) 54)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 135)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 61) (($ $ $) 58) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ |#1| $) 62) (($ $ |#1|) 88)))
-(((-409 |#1|) (-13 (-992 |#1|) (-10 -7 (IF (|has| |#1| (-547)) (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4401)) (IF (|has| |#1| (-454)) (IF (|has| |#1| (-6 -4412)) (-6 -4401) |%noBranch|) |%noBranch|) |%noBranch|))) (-558)) (T -409))
-NIL
-(-13 (-992 |#1|) (-10 -7 (IF (|has| |#1| (-547)) (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4401)) (IF (|has| |#1| (-454)) (IF (|has| |#1| (-6 -4412)) (-6 -4401) |%noBranch|) |%noBranch|) |%noBranch|)))
-((-3899 (((-689 |#2|) (-1264 $)) NIL) (((-689 |#2|)) 18)) (-1563 (($ (-1264 |#2|) (-1264 $)) NIL) (($ (-1264 |#2|)) 24)) (-3578 (((-689 |#2|) $ (-1264 $)) NIL) (((-689 |#2|) $) 40)) (-3468 ((|#3| $) 73)) (-4068 ((|#2| (-1264 $)) NIL) ((|#2|) 20)) (-3350 (((-1264 |#2|) $ (-1264 $)) NIL) (((-689 |#2|) (-1264 $) (-1264 $)) NIL) (((-1264 |#2|) $) 22) (((-689 |#2|) (-1264 $)) 38)) (-2376 (((-1264 |#2|) $) 11) (($ (-1264 |#2|)) 13)) (-2318 ((|#3| $) 55)))
-(((-410 |#1| |#2| |#3|) (-10 -8 (-15 -3578 ((-689 |#2|) |#1|)) (-15 -4068 (|#2|)) (-15 -3899 ((-689 |#2|))) (-15 -2376 (|#1| (-1264 |#2|))) (-15 -2376 ((-1264 |#2|) |#1|)) (-15 -1563 (|#1| (-1264 |#2|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1|)) (-15 -3468 (|#3| |#1|)) (-15 -2318 (|#3| |#1|)) (-15 -3899 ((-689 |#2|) (-1264 |#1|))) (-15 -4068 (|#2| (-1264 |#1|))) (-15 -1563 (|#1| (-1264 |#2|) (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -3578 ((-689 |#2|) |#1| (-1264 |#1|)))) (-411 |#2| |#3|) (-172) (-1240 |#2|)) (T -410))
-((-3899 (*1 *2) (-12 (-4 *4 (-172)) (-4 *5 (-1240 *4)) (-5 *2 (-689 *4)) (-5 *1 (-410 *3 *4 *5)) (-4 *3 (-411 *4 *5)))) (-4068 (*1 *2) (-12 (-4 *4 (-1240 *2)) (-4 *2 (-172)) (-5 *1 (-410 *3 *2 *4)) (-4 *3 (-411 *2 *4)))))
-(-10 -8 (-15 -3578 ((-689 |#2|) |#1|)) (-15 -4068 (|#2|)) (-15 -3899 ((-689 |#2|))) (-15 -2376 (|#1| (-1264 |#2|))) (-15 -2376 ((-1264 |#2|) |#1|)) (-15 -1563 (|#1| (-1264 |#2|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1|)) (-15 -3468 (|#3| |#1|)) (-15 -2318 (|#3| |#1|)) (-15 -3899 ((-689 |#2|) (-1264 |#1|))) (-15 -4068 (|#2| (-1264 |#1|))) (-15 -1563 (|#1| (-1264 |#2|) (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -3578 ((-689 |#2|) |#1| (-1264 |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3899 (((-689 |#1|) (-1264 $)) 53) (((-689 |#1|)) 68)) (-3833 ((|#1| $) 59)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-1563 (($ (-1264 |#1|) (-1264 $)) 55) (($ (-1264 |#1|)) 71)) (-3578 (((-689 |#1|) $ (-1264 $)) 60) (((-689 |#1|) $) 66)) (-3245 (((-3 $ "failed") $) 37)) (-2755 (((-921)) 61)) (-2389 (((-112) $) 35)) (-2064 ((|#1| $) 58)) (-3468 ((|#2| $) 51 (|has| |#1| (-365)))) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4068 ((|#1| (-1264 $)) 54) ((|#1|) 67)) (-3350 (((-1264 |#1|) $ (-1264 $)) 57) (((-689 |#1|) (-1264 $) (-1264 $)) 56) (((-1264 |#1|) $) 73) (((-689 |#1|) (-1264 $)) 72)) (-2376 (((-1264 |#1|) $) 70) (($ (-1264 |#1|)) 69)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44)) (-2633 (((-3 $ "failed") $) 50 (|has| |#1| (-145)))) (-2318 ((|#2| $) 52)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-2875 (((-1264 $)) 74)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
-(((-411 |#1| |#2|) (-140) (-172) (-1240 |t#1|)) (T -411))
-((-2875 (*1 *2) (-12 (-4 *3 (-172)) (-4 *4 (-1240 *3)) (-5 *2 (-1264 *1)) (-4 *1 (-411 *3 *4)))) (-3350 (*1 *2 *1) (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3)) (-5 *2 (-1264 *3)))) (-3350 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-411 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1240 *4)) (-5 *2 (-689 *4)))) (-1563 (*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-172)) (-4 *1 (-411 *3 *4)) (-4 *4 (-1240 *3)))) (-2376 (*1 *2 *1) (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3)) (-5 *2 (-1264 *3)))) (-2376 (*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-172)) (-4 *1 (-411 *3 *4)) (-4 *4 (-1240 *3)))) (-3899 (*1 *2) (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3)) (-5 *2 (-689 *3)))) (-4068 (*1 *2) (-12 (-4 *1 (-411 *2 *3)) (-4 *3 (-1240 *2)) (-4 *2 (-172)))) (-3578 (*1 *2 *1) (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3)) (-5 *2 (-689 *3)))))
-(-13 (-372 |t#1| |t#2|) (-10 -8 (-15 -2875 ((-1264 $))) (-15 -3350 ((-1264 |t#1|) $)) (-15 -3350 ((-689 |t#1|) (-1264 $))) (-15 -1563 ($ (-1264 |t#1|))) (-15 -2376 ((-1264 |t#1|) $)) (-15 -2376 ($ (-1264 |t#1|))) (-15 -3899 ((-689 |t#1|))) (-15 -4068 (|t#1|)) (-15 -3578 ((-689 |t#1|) $))))
+((-1544 (*1 *1 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-406)))) (-1544 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-921)) (-4 *1 (-406)))) (-2464 (*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566)))) (-4249 (*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) (-3388 (*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566)))) (-2099 (*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566)))) (-1372 (*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) (-2600 (*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) (-2393 (*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) (-1372 (*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4406)) (-4 *1 (-406)))) (-2600 (*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4406)) (-4 *1 (-406)))) (-2393 (*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4406)) (-4 *1 (-406)))) (-1760 (*1 *2 *3) (-12 (-5 *3 (-566)) (|has| *1 (-6 -4406)) (-4 *1 (-406)) (-5 *2 (-921)))) (-1550 (*1 *2 *3) (-12 (-5 *3 (-566)) (|has| *1 (-6 -4406)) (-4 *1 (-406)) (-5 *2 (-921)))) (-1888 (*1 *1) (-12 (-4 *1 (-406)) (-3348 (|has| *1 (-6 -4406))) (-3348 (|has| *1 (-6 -4398))))) (-3890 (*1 *1) (-12 (-4 *1 (-406)) (-3348 (|has| *1 (-6 -4406))) (-3348 (|has| *1 (-6 -4398))))))
+(-13 (-1059) (-10 -8 (-6 -1645) (-15 -1544 ($ (-566) (-566))) (-15 -1544 ($ (-566) (-566) (-921))) (-15 -2464 ((-566) $)) (-15 -4249 ((-921))) (-15 -3388 ((-566) $)) (-15 -2099 ((-566) $)) (-15 -1372 ((-921))) (-15 -2600 ((-921))) (-15 -2393 ((-921))) (IF (|has| $ (-6 -4406)) (PROGN (-15 -1372 ((-921) (-921))) (-15 -2600 ((-921) (-921))) (-15 -2393 ((-921) (-921))) (-15 -1760 ((-921) (-566))) (-15 -1550 ((-921) (-566)))) |%noBranch|) (IF (|has| $ (-6 -4398)) |%noBranch| (IF (|has| $ (-6 -4406)) |%noBranch| (PROGN (-15 -1888 ($)) (-15 -3890 ($)))))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-614 (-225)) . T) ((-614 (-381)) . T) ((-614 (-892 (-381))) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-848) . T) ((-850) . T) ((-886 (-381)) . T) ((-920) . T) ((-1002) . T) ((-1022) . T) ((-1059) . T) ((-1038 (-409 (-566))) . T) ((-1038 (-566)) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) . T))
+((-1895 (((-420 |#2|) (-1 |#2| |#1|) (-420 |#1|)) 20)))
+(((-407 |#1| |#2|) (-10 -7 (-15 -1895 ((-420 |#2|) (-1 |#2| |#1|) (-420 |#1|)))) (-558) (-558)) (T -407))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-420 *5)) (-4 *5 (-558)) (-4 *6 (-558)) (-5 *2 (-420 *6)) (-5 *1 (-407 *5 *6)))))
+(-10 -7 (-15 -1895 ((-420 |#2|) (-1 |#2| |#1|) (-420 |#1|))))
+((-1895 (((-409 |#2|) (-1 |#2| |#1|) (-409 |#1|)) 13)))
+(((-408 |#1| |#2|) (-10 -7 (-15 -1895 ((-409 |#2|) (-1 |#2| |#1|) (-409 |#1|)))) (-558) (-558)) (T -408))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-409 *5)) (-4 *5 (-558)) (-4 *6 (-558)) (-5 *2 (-409 *6)) (-5 *1 (-408 *5 *6)))))
+(-10 -7 (-15 -1895 ((-409 |#2|) (-1 |#2| |#1|) (-409 |#1|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 13)) (-3165 ((|#1| $) 21 (|has| |#1| (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL (|has| |#1| (-820)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) 17) (((-3 (-1175) "failed") $) NIL (|has| |#1| (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) 72 (|has| |#1| (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566))))) (-3213 ((|#1| $) 15) (((-1175) $) NIL (|has| |#1| (-1038 (-1175)))) (((-409 (-566)) $) 69 (|has| |#1| (-1038 (-566)))) (((-566) $) NIL (|has| |#1| (-1038 (-566))))) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) 51)) (-3341 (($) NIL (|has| |#1| (-547)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3540 (((-112) $) NIL (|has| |#1| (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| |#1| (-886 (-381))))) (-1568 (((-112) $) 57)) (-2059 (($ $) NIL)) (-2499 ((|#1| $) 73)) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-1150)))) (-4049 (((-112) $) NIL (|has| |#1| (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| |#1| (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 100)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL (|has| |#1| (-308)))) (-2426 ((|#1| $) 28 (|has| |#1| (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) 148 (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) 141 (|has| |#1| (-909)))) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|)))) (-3075 (((-771) $) NIL)) (-3483 (($ $ |#1|) NIL (|has| |#1| (-287 |#1| |#1|)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) 64)) (-1490 (($ $) NIL)) (-2507 ((|#1| $) 75)) (-1945 (((-892 (-566)) $) NIL (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| |#1| (-614 (-892 (-381))))) (((-538) $) NIL (|has| |#1| (-614 (-538)))) (((-381) $) NIL (|has| |#1| (-1022))) (((-225) $) NIL (|has| |#1| (-1022)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 125 (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 10) (($ (-1175)) NIL (|has| |#1| (-1038 (-1175))))) (-2097 (((-3 $ "failed") $) 102 (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) 103 T CONST)) (-4370 ((|#1| $) 26 (|has| |#1| (-547)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3839 (($ $) NIL (|has| |#1| (-820)))) (-3410 (($) 22 T CONST)) (-3424 (($) 8 T CONST)) (-3673 (((-1157) $) 44 (-12 (|has| |#1| (-547)) (|has| |#1| (-828)))) (((-1157) $ (-112)) 45 (-12 (|has| |#1| (-547)) (|has| |#1| (-828)))) (((-1270) (-822) $) 46 (-12 (|has| |#1| (-547)) (|has| |#1| (-828)))) (((-1270) (-822) $ (-112)) 47 (-12 (|has| |#1| (-547)) (|has| |#1| (-828))))) (-3218 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) 66)) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) 24 (|has| |#1| (-850)))) (-2990 (($ $ $) 136) (($ |#1| |#1|) 53)) (-2977 (($ $) 25) (($ $ $) 56)) (-2964 (($ $ $) 54)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 135)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 61) (($ $ $) 58) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ |#1| $) 62) (($ $ |#1|) 88)))
+(((-409 |#1|) (-13 (-992 |#1|) (-10 -7 (IF (|has| |#1| (-547)) (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4402)) (IF (|has| |#1| (-454)) (IF (|has| |#1| (-6 -4413)) (-6 -4402) |%noBranch|) |%noBranch|) |%noBranch|))) (-558)) (T -409))
+NIL
+(-13 (-992 |#1|) (-10 -7 (IF (|has| |#1| (-547)) (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4402)) (IF (|has| |#1| (-454)) (IF (|has| |#1| (-6 -4413)) (-6 -4402) |%noBranch|) |%noBranch|) |%noBranch|)))
+((-4266 (((-689 |#2|) (-1265 $)) NIL) (((-689 |#2|)) 18)) (-3189 (($ (-1265 |#2|) (-1265 $)) NIL) (($ (-1265 |#2|)) 24)) (-3186 (((-689 |#2|) $ (-1265 $)) NIL) (((-689 |#2|) $) 40)) (-1505 ((|#3| $) 73)) (-2018 ((|#2| (-1265 $)) NIL) ((|#2|) 20)) (-2702 (((-1265 |#2|) $ (-1265 $)) NIL) (((-689 |#2|) (-1265 $) (-1265 $)) NIL) (((-1265 |#2|) $) 22) (((-689 |#2|) (-1265 $)) 38)) (-1945 (((-1265 |#2|) $) 11) (($ (-1265 |#2|)) 13)) (-2080 ((|#3| $) 55)))
+(((-410 |#1| |#2| |#3|) (-10 -8 (-15 -3186 ((-689 |#2|) |#1|)) (-15 -2018 (|#2|)) (-15 -4266 ((-689 |#2|))) (-15 -1945 (|#1| (-1265 |#2|))) (-15 -1945 ((-1265 |#2|) |#1|)) (-15 -3189 (|#1| (-1265 |#2|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1|)) (-15 -1505 (|#3| |#1|)) (-15 -2080 (|#3| |#1|)) (-15 -4266 ((-689 |#2|) (-1265 |#1|))) (-15 -2018 (|#2| (-1265 |#1|))) (-15 -3189 (|#1| (-1265 |#2|) (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -3186 ((-689 |#2|) |#1| (-1265 |#1|)))) (-411 |#2| |#3|) (-172) (-1241 |#2|)) (T -410))
+((-4266 (*1 *2) (-12 (-4 *4 (-172)) (-4 *5 (-1241 *4)) (-5 *2 (-689 *4)) (-5 *1 (-410 *3 *4 *5)) (-4 *3 (-411 *4 *5)))) (-2018 (*1 *2) (-12 (-4 *4 (-1241 *2)) (-4 *2 (-172)) (-5 *1 (-410 *3 *2 *4)) (-4 *3 (-411 *2 *4)))))
+(-10 -8 (-15 -3186 ((-689 |#2|) |#1|)) (-15 -2018 (|#2|)) (-15 -4266 ((-689 |#2|))) (-15 -1945 (|#1| (-1265 |#2|))) (-15 -1945 ((-1265 |#2|) |#1|)) (-15 -3189 (|#1| (-1265 |#2|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1|)) (-15 -1505 (|#3| |#1|)) (-15 -2080 (|#3| |#1|)) (-15 -4266 ((-689 |#2|) (-1265 |#1|))) (-15 -2018 (|#2| (-1265 |#1|))) (-15 -3189 (|#1| (-1265 |#2|) (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -3186 ((-689 |#2|) |#1| (-1265 |#1|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-4266 (((-689 |#1|) (-1265 $)) 53) (((-689 |#1|)) 68)) (-2881 ((|#1| $) 59)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3189 (($ (-1265 |#1|) (-1265 $)) 55) (($ (-1265 |#1|)) 71)) (-3186 (((-689 |#1|) $ (-1265 $)) 60) (((-689 |#1|) $) 66)) (-4185 (((-3 $ "failed") $) 37)) (-3486 (((-921)) 61)) (-1568 (((-112) $) 35)) (-1435 ((|#1| $) 58)) (-1505 ((|#2| $) 51 (|has| |#1| (-365)))) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2018 ((|#1| (-1265 $)) 54) ((|#1|) 67)) (-2702 (((-1265 |#1|) $ (-1265 $)) 57) (((-689 |#1|) (-1265 $) (-1265 $)) 56) (((-1265 |#1|) $) 73) (((-689 |#1|) (-1265 $)) 72)) (-1945 (((-1265 |#1|) $) 70) (($ (-1265 |#1|)) 69)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44)) (-2097 (((-3 $ "failed") $) 50 (|has| |#1| (-145)))) (-2080 ((|#2| $) 52)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3781 (((-1265 $)) 74)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
+(((-411 |#1| |#2|) (-140) (-172) (-1241 |t#1|)) (T -411))
+((-3781 (*1 *2) (-12 (-4 *3 (-172)) (-4 *4 (-1241 *3)) (-5 *2 (-1265 *1)) (-4 *1 (-411 *3 *4)))) (-2702 (*1 *2 *1) (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3)) (-5 *2 (-1265 *3)))) (-2702 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-411 *4 *5)) (-4 *4 (-172)) (-4 *5 (-1241 *4)) (-5 *2 (-689 *4)))) (-3189 (*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-172)) (-4 *1 (-411 *3 *4)) (-4 *4 (-1241 *3)))) (-1945 (*1 *2 *1) (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3)) (-5 *2 (-1265 *3)))) (-1945 (*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-172)) (-4 *1 (-411 *3 *4)) (-4 *4 (-1241 *3)))) (-4266 (*1 *2) (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3)) (-5 *2 (-689 *3)))) (-2018 (*1 *2) (-12 (-4 *1 (-411 *2 *3)) (-4 *3 (-1241 *2)) (-4 *2 (-172)))) (-3186 (*1 *2 *1) (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3)) (-5 *2 (-689 *3)))))
+(-13 (-372 |t#1| |t#2|) (-10 -8 (-15 -3781 ((-1265 $))) (-15 -2702 ((-1265 |t#1|) $)) (-15 -2702 ((-689 |t#1|) (-1265 $))) (-15 -3189 ($ (-1265 |t#1|))) (-15 -1945 ((-1265 |t#1|) $)) (-15 -1945 ($ (-1265 |t#1|))) (-15 -4266 ((-689 |t#1|))) (-15 -2018 (|t#1|)) (-15 -3186 ((-689 |t#1|) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-372 |#1| |#2|) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 |#1|) . T) ((-717 |#1|) . T) ((-726) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) 27) (((-3 (-566) "failed") $) 19)) (-4158 ((|#2| $) NIL) (((-409 (-566)) $) 24) (((-566) $) 14)) (-3152 (($ |#2|) NIL) (($ (-409 (-566))) 22) (($ (-566)) 11)))
-(((-412 |#1| |#2|) (-10 -8 (-15 -3152 (|#1| (-566))) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3152 (|#1| |#2|))) (-413 |#2|) (-1214)) (T -412))
+((-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) 27) (((-3 (-566) "failed") $) 19)) (-3213 ((|#2| $) NIL) (((-409 (-566)) $) 24) (((-566) $) 14)) (-1650 (($ |#2|) NIL) (($ (-409 (-566))) 22) (($ (-566)) 11)))
+(((-412 |#1| |#2|) (-10 -8 (-15 -1650 (|#1| (-566))) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1650 (|#1| |#2|))) (-413 |#2|) (-1215)) (T -412))
NIL
-(-10 -8 (-15 -3152 (|#1| (-566))) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3152 (|#1| |#2|)))
-((-2229 (((-3 |#1| "failed") $) 9) (((-3 (-409 (-566)) "failed") $) 16 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 13 (|has| |#1| (-1038 (-566))))) (-4158 ((|#1| $) 8) (((-409 (-566)) $) 17 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 14 (|has| |#1| (-1038 (-566))))) (-3152 (($ |#1|) 6) (($ (-409 (-566))) 15 (|has| |#1| (-1038 (-409 (-566))))) (($ (-566)) 12 (|has| |#1| (-1038 (-566))))))
-(((-413 |#1|) (-140) (-1214)) (T -413))
+(-10 -8 (-15 -1650 (|#1| (-566))) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1650 (|#1| |#2|)))
+((-1821 (((-3 |#1| "failed") $) 9) (((-3 (-409 (-566)) "failed") $) 16 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 13 (|has| |#1| (-1038 (-566))))) (-3213 ((|#1| $) 8) (((-409 (-566)) $) 17 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 14 (|has| |#1| (-1038 (-566))))) (-1650 (($ |#1|) 6) (($ (-409 (-566))) 15 (|has| |#1| (-1038 (-409 (-566))))) (($ (-566)) 12 (|has| |#1| (-1038 (-566))))))
+(((-413 |#1|) (-140) (-1215)) (T -413))
NIL
(-13 (-1038 |t#1|) (-10 -7 (IF (|has| |t#1| (-1038 (-566))) (-6 (-1038 (-566))) |%noBranch|) (IF (|has| |t#1| (-1038 (-409 (-566)))) (-6 (-1038 (-409 (-566)))) |%noBranch|)))
(((-616 #0=(-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-616 #1=(-566)) |has| |#1| (-1038 (-566))) ((-616 |#1|) . T) ((-1038 #0#) |has| |#1| (-1038 (-409 (-566)))) ((-1038 #1#) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T))
-((-2319 (((-415 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-415 |#1| |#2| |#3| |#4|)) 35)))
-(((-414 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2319 ((-415 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-415 |#1| |#2| |#3| |#4|)))) (-308) (-992 |#1|) (-1240 |#2|) (-13 (-411 |#2| |#3|) (-1038 |#2|)) (-308) (-992 |#5|) (-1240 |#6|) (-13 (-411 |#6| |#7|) (-1038 |#6|))) (T -414))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-415 *5 *6 *7 *8)) (-4 *5 (-308)) (-4 *6 (-992 *5)) (-4 *7 (-1240 *6)) (-4 *8 (-13 (-411 *6 *7) (-1038 *6))) (-4 *9 (-308)) (-4 *10 (-992 *9)) (-4 *11 (-1240 *10)) (-5 *2 (-415 *9 *10 *11 *12)) (-5 *1 (-414 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-411 *10 *11) (-1038 *10))))))
-(-10 -7 (-15 -2319 ((-415 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-415 |#1| |#2| |#3| |#4|))))
-((-2988 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2217 ((|#4| (-771) (-1264 |#4|)) 60)) (-2389 (((-112) $) NIL)) (-2248 (((-1264 |#4|) $) 17)) (-2064 ((|#2| $) 55)) (-2155 (($ $) 163)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 108)) (-2424 (($ (-1264 |#4|)) 107)) (-4072 (((-1119) $) NIL)) (-2260 ((|#1| $) 18)) (-3357 (($ $ $) NIL)) (-2527 (($ $ $) NIL)) (-3152 (((-862) $) 153)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 |#4|) $) 146)) (-4366 (($) 11 T CONST)) (-2914 (((-112) $ $) 41)) (-3025 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 139)) (* (($ $ $) 135)))
-(((-415 |#1| |#2| |#3| |#4|) (-13 (-475) (-10 -8 (-15 -2424 ($ (-1264 |#4|))) (-15 -2875 ((-1264 |#4|) $)) (-15 -2064 (|#2| $)) (-15 -2248 ((-1264 |#4|) $)) (-15 -2260 (|#1| $)) (-15 -2155 ($ $)) (-15 -2217 (|#4| (-771) (-1264 |#4|))))) (-308) (-992 |#1|) (-1240 |#2|) (-13 (-411 |#2| |#3|) (-1038 |#2|))) (T -415))
-((-2424 (*1 *1 *2) (-12 (-5 *2 (-1264 *6)) (-4 *6 (-13 (-411 *4 *5) (-1038 *4))) (-4 *4 (-992 *3)) (-4 *5 (-1240 *4)) (-4 *3 (-308)) (-5 *1 (-415 *3 *4 *5 *6)))) (-2875 (*1 *2 *1) (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1240 *4)) (-5 *2 (-1264 *6)) (-5 *1 (-415 *3 *4 *5 *6)) (-4 *6 (-13 (-411 *4 *5) (-1038 *4))))) (-2064 (*1 *2 *1) (-12 (-4 *4 (-1240 *2)) (-4 *2 (-992 *3)) (-5 *1 (-415 *3 *2 *4 *5)) (-4 *3 (-308)) (-4 *5 (-13 (-411 *2 *4) (-1038 *2))))) (-2248 (*1 *2 *1) (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1240 *4)) (-5 *2 (-1264 *6)) (-5 *1 (-415 *3 *4 *5 *6)) (-4 *6 (-13 (-411 *4 *5) (-1038 *4))))) (-2260 (*1 *2 *1) (-12 (-4 *3 (-992 *2)) (-4 *4 (-1240 *3)) (-4 *2 (-308)) (-5 *1 (-415 *2 *3 *4 *5)) (-4 *5 (-13 (-411 *3 *4) (-1038 *3))))) (-2155 (*1 *1 *1) (-12 (-4 *2 (-308)) (-4 *3 (-992 *2)) (-4 *4 (-1240 *3)) (-5 *1 (-415 *2 *3 *4 *5)) (-4 *5 (-13 (-411 *3 *4) (-1038 *3))))) (-2217 (*1 *2 *3 *4) (-12 (-5 *3 (-771)) (-5 *4 (-1264 *2)) (-4 *5 (-308)) (-4 *6 (-992 *5)) (-4 *2 (-13 (-411 *6 *7) (-1038 *6))) (-5 *1 (-415 *5 *6 *7 *2)) (-4 *7 (-1240 *6)))))
-(-13 (-475) (-10 -8 (-15 -2424 ($ (-1264 |#4|))) (-15 -2875 ((-1264 |#4|) $)) (-15 -2064 (|#2| $)) (-15 -2248 ((-1264 |#4|) $)) (-15 -2260 (|#1| $)) (-15 -2155 ($ $)) (-15 -2217 (|#4| (-771) (-1264 |#4|)))))
-((-2988 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-2064 ((|#2| $) 71)) (-2288 (($ (-1264 |#4|)) 27) (($ (-415 |#1| |#2| |#3| |#4|)) 86 (|has| |#4| (-1038 |#2|)))) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 37)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 |#4|) $) 28)) (-4366 (($) 25 T CONST)) (-2914 (((-112) $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ $ $) 82)))
-(((-416 |#1| |#2| |#3| |#4| |#5|) (-13 (-726) (-10 -8 (-15 -2875 ((-1264 |#4|) $)) (-15 -2064 (|#2| $)) (-15 -2288 ($ (-1264 |#4|))) (IF (|has| |#4| (-1038 |#2|)) (-15 -2288 ($ (-415 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-308) (-992 |#1|) (-1240 |#2|) (-411 |#2| |#3|) (-1264 |#4|)) (T -416))
-((-2875 (*1 *2 *1) (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1240 *4)) (-5 *2 (-1264 *6)) (-5 *1 (-416 *3 *4 *5 *6 *7)) (-4 *6 (-411 *4 *5)) (-14 *7 *2))) (-2064 (*1 *2 *1) (-12 (-4 *4 (-1240 *2)) (-4 *2 (-992 *3)) (-5 *1 (-416 *3 *2 *4 *5 *6)) (-4 *3 (-308)) (-4 *5 (-411 *2 *4)) (-14 *6 (-1264 *5)))) (-2288 (*1 *1 *2) (-12 (-5 *2 (-1264 *6)) (-4 *6 (-411 *4 *5)) (-4 *4 (-992 *3)) (-4 *5 (-1240 *4)) (-4 *3 (-308)) (-5 *1 (-416 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-2288 (*1 *1 *2) (-12 (-5 *2 (-415 *3 *4 *5 *6)) (-4 *6 (-1038 *4)) (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1240 *4)) (-4 *6 (-411 *4 *5)) (-14 *7 (-1264 *6)) (-5 *1 (-416 *3 *4 *5 *6 *7)))))
-(-13 (-726) (-10 -8 (-15 -2875 ((-1264 |#4|) $)) (-15 -2064 (|#2| $)) (-15 -2288 ($ (-1264 |#4|))) (IF (|has| |#4| (-1038 |#2|)) (-15 -2288 ($ (-415 |#1| |#2| |#3| |#4|))) |%noBranch|)))
-((-2319 ((|#3| (-1 |#4| |#2|) |#1|) 32)))
-(((-417 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 (|#3| (-1 |#4| |#2|) |#1|))) (-419 |#2|) (-172) (-419 |#4|) (-172)) (T -417))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-419 *6)) (-5 *1 (-417 *4 *5 *2 *6)) (-4 *4 (-419 *5)))))
-(-10 -7 (-15 -2319 (|#3| (-1 |#4| |#2|) |#1|)))
-((-2896 (((-3 $ "failed")) 99)) (-2336 (((-1264 (-689 |#2|)) (-1264 $)) NIL) (((-1264 (-689 |#2|))) 104)) (-3574 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) 97)) (-1469 (((-3 $ "failed")) 96)) (-2411 (((-689 |#2|) (-1264 $)) NIL) (((-689 |#2|)) 115)) (-2800 (((-689 |#2|) $ (-1264 $)) NIL) (((-689 |#2|) $) 123)) (-3031 (((-1171 (-952 |#2|))) 65)) (-2597 ((|#2| (-1264 $)) NIL) ((|#2|) 119)) (-1563 (($ (-1264 |#2|) (-1264 $)) NIL) (($ (-1264 |#2|)) 125)) (-1476 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) 95)) (-1731 (((-3 $ "failed")) 87)) (-2734 (((-689 |#2|) (-1264 $)) NIL) (((-689 |#2|)) 113)) (-3769 (((-689 |#2|) $ (-1264 $)) NIL) (((-689 |#2|) $) 121)) (-1793 (((-1171 (-952 |#2|))) 64)) (-2990 ((|#2| (-1264 $)) NIL) ((|#2|) 117)) (-3350 (((-1264 |#2|) $ (-1264 $)) NIL) (((-689 |#2|) (-1264 $) (-1264 $)) NIL) (((-1264 |#2|) $) 124) (((-689 |#2|) (-1264 $)) 133)) (-2376 (((-1264 |#2|) $) 109) (($ (-1264 |#2|)) 111)) (-2861 (((-644 (-952 |#2|)) (-1264 $)) NIL) (((-644 (-952 |#2|))) 107)) (-3847 (($ (-689 |#2|) $) 103)))
-(((-418 |#1| |#2|) (-10 -8 (-15 -3847 (|#1| (-689 |#2|) |#1|)) (-15 -3031 ((-1171 (-952 |#2|)))) (-15 -1793 ((-1171 (-952 |#2|)))) (-15 -2800 ((-689 |#2|) |#1|)) (-15 -3769 ((-689 |#2|) |#1|)) (-15 -2411 ((-689 |#2|))) (-15 -2734 ((-689 |#2|))) (-15 -2597 (|#2|)) (-15 -2990 (|#2|)) (-15 -2376 (|#1| (-1264 |#2|))) (-15 -2376 ((-1264 |#2|) |#1|)) (-15 -1563 (|#1| (-1264 |#2|))) (-15 -2861 ((-644 (-952 |#2|)))) (-15 -2336 ((-1264 (-689 |#2|)))) (-15 -3350 ((-689 |#2|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1|)) (-15 -2896 ((-3 |#1| "failed"))) (-15 -1469 ((-3 |#1| "failed"))) (-15 -1731 ((-3 |#1| "failed"))) (-15 -3574 ((-3 (-2 (|:| |particular| |#1|) (|:| -2875 (-644 |#1|))) "failed"))) (-15 -1476 ((-3 (-2 (|:| |particular| |#1|) (|:| -2875 (-644 |#1|))) "failed"))) (-15 -2411 ((-689 |#2|) (-1264 |#1|))) (-15 -2734 ((-689 |#2|) (-1264 |#1|))) (-15 -2597 (|#2| (-1264 |#1|))) (-15 -2990 (|#2| (-1264 |#1|))) (-15 -1563 (|#1| (-1264 |#2|) (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -2800 ((-689 |#2|) |#1| (-1264 |#1|))) (-15 -3769 ((-689 |#2|) |#1| (-1264 |#1|))) (-15 -2336 ((-1264 (-689 |#2|)) (-1264 |#1|))) (-15 -2861 ((-644 (-952 |#2|)) (-1264 |#1|)))) (-419 |#2|) (-172)) (T -418))
-((-2336 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1264 (-689 *4))) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-2861 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-644 (-952 *4))) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-2990 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-418 *3 *2)) (-4 *3 (-419 *2)))) (-2597 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-418 *3 *2)) (-4 *3 (-419 *2)))) (-2734 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-689 *4)) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-2411 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-689 *4)) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-1793 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1171 (-952 *4))) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-3031 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1171 (-952 *4))) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))))
-(-10 -8 (-15 -3847 (|#1| (-689 |#2|) |#1|)) (-15 -3031 ((-1171 (-952 |#2|)))) (-15 -1793 ((-1171 (-952 |#2|)))) (-15 -2800 ((-689 |#2|) |#1|)) (-15 -3769 ((-689 |#2|) |#1|)) (-15 -2411 ((-689 |#2|))) (-15 -2734 ((-689 |#2|))) (-15 -2597 (|#2|)) (-15 -2990 (|#2|)) (-15 -2376 (|#1| (-1264 |#2|))) (-15 -2376 ((-1264 |#2|) |#1|)) (-15 -1563 (|#1| (-1264 |#2|))) (-15 -2861 ((-644 (-952 |#2|)))) (-15 -2336 ((-1264 (-689 |#2|)))) (-15 -3350 ((-689 |#2|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1|)) (-15 -2896 ((-3 |#1| "failed"))) (-15 -1469 ((-3 |#1| "failed"))) (-15 -1731 ((-3 |#1| "failed"))) (-15 -3574 ((-3 (-2 (|:| |particular| |#1|) (|:| -2875 (-644 |#1|))) "failed"))) (-15 -1476 ((-3 (-2 (|:| |particular| |#1|) (|:| -2875 (-644 |#1|))) "failed"))) (-15 -2411 ((-689 |#2|) (-1264 |#1|))) (-15 -2734 ((-689 |#2|) (-1264 |#1|))) (-15 -2597 (|#2| (-1264 |#1|))) (-15 -2990 (|#2| (-1264 |#1|))) (-15 -1563 (|#1| (-1264 |#2|) (-1264 |#1|))) (-15 -3350 ((-689 |#2|) (-1264 |#1|) (-1264 |#1|))) (-15 -3350 ((-1264 |#2|) |#1| (-1264 |#1|))) (-15 -2800 ((-689 |#2|) |#1| (-1264 |#1|))) (-15 -3769 ((-689 |#2|) |#1| (-1264 |#1|))) (-15 -2336 ((-1264 (-689 |#2|)) (-1264 |#1|))) (-15 -2861 ((-644 (-952 |#2|)) (-1264 |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2896 (((-3 $ "failed")) 42 (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) 20)) (-2336 (((-1264 (-689 |#1|)) (-1264 $)) 83) (((-1264 (-689 |#1|))) 105)) (-3717 (((-1264 $)) 86)) (-2463 (($) 18 T CONST)) (-3574 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) 45 (|has| |#1| (-558)))) (-1469 (((-3 $ "failed")) 43 (|has| |#1| (-558)))) (-2411 (((-689 |#1|) (-1264 $)) 70) (((-689 |#1|)) 97)) (-4373 ((|#1| $) 79)) (-2800 (((-689 |#1|) $ (-1264 $)) 81) (((-689 |#1|) $) 95)) (-4392 (((-3 $ "failed") $) 50 (|has| |#1| (-558)))) (-3031 (((-1171 (-952 |#1|))) 93 (|has| |#1| (-365)))) (-1856 (($ $ (-921)) 31)) (-4039 ((|#1| $) 77)) (-3648 (((-1171 |#1|) $) 47 (|has| |#1| (-558)))) (-2597 ((|#1| (-1264 $)) 72) ((|#1|) 99)) (-2765 (((-1171 |#1|) $) 68)) (-4029 (((-112)) 62)) (-1563 (($ (-1264 |#1|) (-1264 $)) 74) (($ (-1264 |#1|)) 103)) (-3245 (((-3 $ "failed") $) 52 (|has| |#1| (-558)))) (-2755 (((-921)) 85)) (-3793 (((-112)) 59)) (-4090 (($ $ (-921)) 38)) (-4240 (((-112)) 55)) (-2057 (((-112)) 53)) (-2158 (((-112)) 57)) (-1476 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) 46 (|has| |#1| (-558)))) (-1731 (((-3 $ "failed")) 44 (|has| |#1| (-558)))) (-2734 (((-689 |#1|) (-1264 $)) 71) (((-689 |#1|)) 98)) (-2366 ((|#1| $) 80)) (-3769 (((-689 |#1|) $ (-1264 $)) 82) (((-689 |#1|) $) 96)) (-2851 (((-3 $ "failed") $) 51 (|has| |#1| (-558)))) (-1793 (((-1171 (-952 |#1|))) 94 (|has| |#1| (-365)))) (-3270 (($ $ (-921)) 32)) (-2241 ((|#1| $) 78)) (-1910 (((-1171 |#1|) $) 48 (|has| |#1| (-558)))) (-2990 ((|#1| (-1264 $)) 73) ((|#1|) 100)) (-3548 (((-1171 |#1|) $) 69)) (-2974 (((-112)) 63)) (-3380 (((-1157) $) 10)) (-2402 (((-112)) 54)) (-1459 (((-112)) 56)) (-3846 (((-112)) 58)) (-4072 (((-1119) $) 11)) (-3795 (((-112)) 61)) (-1309 ((|#1| $ (-566)) 106)) (-3350 (((-1264 |#1|) $ (-1264 $)) 76) (((-689 |#1|) (-1264 $) (-1264 $)) 75) (((-1264 |#1|) $) 108) (((-689 |#1|) (-1264 $)) 107)) (-2376 (((-1264 |#1|) $) 102) (($ (-1264 |#1|)) 101)) (-2861 (((-644 (-952 |#1|)) (-1264 $)) 84) (((-644 (-952 |#1|))) 104)) (-2527 (($ $ $) 28)) (-2512 (((-112)) 67)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2875 (((-1264 $)) 109)) (-2243 (((-644 (-1264 |#1|))) 49 (|has| |#1| (-558)))) (-3876 (($ $ $ $) 29)) (-2468 (((-112)) 65)) (-3847 (($ (-689 |#1|) $) 92)) (-1471 (($ $ $) 27)) (-1465 (((-112)) 66)) (-3692 (((-112)) 64)) (-4369 (((-112)) 60)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 33)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
+((-1895 (((-415 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-415 |#1| |#2| |#3| |#4|)) 35)))
+(((-414 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1895 ((-415 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-415 |#1| |#2| |#3| |#4|)))) (-308) (-992 |#1|) (-1241 |#2|) (-13 (-411 |#2| |#3|) (-1038 |#2|)) (-308) (-992 |#5|) (-1241 |#6|) (-13 (-411 |#6| |#7|) (-1038 |#6|))) (T -414))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-415 *5 *6 *7 *8)) (-4 *5 (-308)) (-4 *6 (-992 *5)) (-4 *7 (-1241 *6)) (-4 *8 (-13 (-411 *6 *7) (-1038 *6))) (-4 *9 (-308)) (-4 *10 (-992 *9)) (-4 *11 (-1241 *10)) (-5 *2 (-415 *9 *10 *11 *12)) (-5 *1 (-414 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-411 *10 *11) (-1038 *10))))))
+(-10 -7 (-15 -1895 ((-415 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-415 |#1| |#2| |#3| |#4|))))
+((-4124 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-3564 ((|#4| (-771) (-1265 |#4|)) 60)) (-1568 (((-112) $) NIL)) (-2499 (((-1265 |#4|) $) 17)) (-1435 ((|#2| $) 55)) (-4227 (($ $) 163)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 108)) (-1857 (($ (-1265 |#4|)) 107)) (-2029 (((-1119) $) NIL)) (-2507 ((|#1| $) 18)) (-2791 (($ $ $) NIL)) (-3528 (($ $ $) NIL)) (-1650 (((-862) $) 153)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 |#4|) $) 146)) (-3424 (($) 11 T CONST)) (-2868 (((-112) $ $) 41)) (-2990 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 139)) (* (($ $ $) 135)))
+(((-415 |#1| |#2| |#3| |#4|) (-13 (-475) (-10 -8 (-15 -1857 ($ (-1265 |#4|))) (-15 -3781 ((-1265 |#4|) $)) (-15 -1435 (|#2| $)) (-15 -2499 ((-1265 |#4|) $)) (-15 -2507 (|#1| $)) (-15 -4227 ($ $)) (-15 -3564 (|#4| (-771) (-1265 |#4|))))) (-308) (-992 |#1|) (-1241 |#2|) (-13 (-411 |#2| |#3|) (-1038 |#2|))) (T -415))
+((-1857 (*1 *1 *2) (-12 (-5 *2 (-1265 *6)) (-4 *6 (-13 (-411 *4 *5) (-1038 *4))) (-4 *4 (-992 *3)) (-4 *5 (-1241 *4)) (-4 *3 (-308)) (-5 *1 (-415 *3 *4 *5 *6)))) (-3781 (*1 *2 *1) (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1241 *4)) (-5 *2 (-1265 *6)) (-5 *1 (-415 *3 *4 *5 *6)) (-4 *6 (-13 (-411 *4 *5) (-1038 *4))))) (-1435 (*1 *2 *1) (-12 (-4 *4 (-1241 *2)) (-4 *2 (-992 *3)) (-5 *1 (-415 *3 *2 *4 *5)) (-4 *3 (-308)) (-4 *5 (-13 (-411 *2 *4) (-1038 *2))))) (-2499 (*1 *2 *1) (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1241 *4)) (-5 *2 (-1265 *6)) (-5 *1 (-415 *3 *4 *5 *6)) (-4 *6 (-13 (-411 *4 *5) (-1038 *4))))) (-2507 (*1 *2 *1) (-12 (-4 *3 (-992 *2)) (-4 *4 (-1241 *3)) (-4 *2 (-308)) (-5 *1 (-415 *2 *3 *4 *5)) (-4 *5 (-13 (-411 *3 *4) (-1038 *3))))) (-4227 (*1 *1 *1) (-12 (-4 *2 (-308)) (-4 *3 (-992 *2)) (-4 *4 (-1241 *3)) (-5 *1 (-415 *2 *3 *4 *5)) (-4 *5 (-13 (-411 *3 *4) (-1038 *3))))) (-3564 (*1 *2 *3 *4) (-12 (-5 *3 (-771)) (-5 *4 (-1265 *2)) (-4 *5 (-308)) (-4 *6 (-992 *5)) (-4 *2 (-13 (-411 *6 *7) (-1038 *6))) (-5 *1 (-415 *5 *6 *7 *2)) (-4 *7 (-1241 *6)))))
+(-13 (-475) (-10 -8 (-15 -1857 ($ (-1265 |#4|))) (-15 -3781 ((-1265 |#4|) $)) (-15 -1435 (|#2| $)) (-15 -2499 ((-1265 |#4|) $)) (-15 -2507 (|#1| $)) (-15 -4227 ($ $)) (-15 -3564 (|#4| (-771) (-1265 |#4|)))))
+((-4124 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-1435 ((|#2| $) 71)) (-3036 (($ (-1265 |#4|)) 27) (($ (-415 |#1| |#2| |#3| |#4|)) 86 (|has| |#4| (-1038 |#2|)))) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 37)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 |#4|) $) 28)) (-3424 (($) 25 T CONST)) (-2868 (((-112) $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ $ $) 82)))
+(((-416 |#1| |#2| |#3| |#4| |#5|) (-13 (-726) (-10 -8 (-15 -3781 ((-1265 |#4|) $)) (-15 -1435 (|#2| $)) (-15 -3036 ($ (-1265 |#4|))) (IF (|has| |#4| (-1038 |#2|)) (-15 -3036 ($ (-415 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-308) (-992 |#1|) (-1241 |#2|) (-411 |#2| |#3|) (-1265 |#4|)) (T -416))
+((-3781 (*1 *2 *1) (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1241 *4)) (-5 *2 (-1265 *6)) (-5 *1 (-416 *3 *4 *5 *6 *7)) (-4 *6 (-411 *4 *5)) (-14 *7 *2))) (-1435 (*1 *2 *1) (-12 (-4 *4 (-1241 *2)) (-4 *2 (-992 *3)) (-5 *1 (-416 *3 *2 *4 *5 *6)) (-4 *3 (-308)) (-4 *5 (-411 *2 *4)) (-14 *6 (-1265 *5)))) (-3036 (*1 *1 *2) (-12 (-5 *2 (-1265 *6)) (-4 *6 (-411 *4 *5)) (-4 *4 (-992 *3)) (-4 *5 (-1241 *4)) (-4 *3 (-308)) (-5 *1 (-416 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-3036 (*1 *1 *2) (-12 (-5 *2 (-415 *3 *4 *5 *6)) (-4 *6 (-1038 *4)) (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1241 *4)) (-4 *6 (-411 *4 *5)) (-14 *7 (-1265 *6)) (-5 *1 (-416 *3 *4 *5 *6 *7)))))
+(-13 (-726) (-10 -8 (-15 -3781 ((-1265 |#4|) $)) (-15 -1435 (|#2| $)) (-15 -3036 ($ (-1265 |#4|))) (IF (|has| |#4| (-1038 |#2|)) (-15 -3036 ($ (-415 |#1| |#2| |#3| |#4|))) |%noBranch|)))
+((-1895 ((|#3| (-1 |#4| |#2|) |#1|) 32)))
+(((-417 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 (|#3| (-1 |#4| |#2|) |#1|))) (-419 |#2|) (-172) (-419 |#4|) (-172)) (T -417))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-419 *6)) (-5 *1 (-417 *4 *5 *2 *6)) (-4 *4 (-419 *5)))))
+(-10 -7 (-15 -1895 (|#3| (-1 |#4| |#2|) |#1|)))
+((-2666 (((-3 $ "failed")) 99)) (-2232 (((-1265 (-689 |#2|)) (-1265 $)) NIL) (((-1265 (-689 |#2|))) 104)) (-1311 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) 97)) (-1630 (((-3 $ "failed")) 96)) (-1738 (((-689 |#2|) (-1265 $)) NIL) (((-689 |#2|)) 115)) (-4347 (((-689 |#2|) $ (-1265 $)) NIL) (((-689 |#2|) $) 123)) (-2522 (((-1171 (-952 |#2|))) 65)) (-2955 ((|#2| (-1265 $)) NIL) ((|#2|) 119)) (-3189 (($ (-1265 |#2|) (-1265 $)) NIL) (($ (-1265 |#2|)) 125)) (-1693 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) 95)) (-2313 (((-3 $ "failed")) 87)) (-1825 (((-689 |#2|) (-1265 $)) NIL) (((-689 |#2|)) 113)) (-2429 (((-689 |#2|) $ (-1265 $)) NIL) (((-689 |#2|) $) 121)) (-1717 (((-1171 (-952 |#2|))) 64)) (-3445 ((|#2| (-1265 $)) NIL) ((|#2|) 117)) (-2702 (((-1265 |#2|) $ (-1265 $)) NIL) (((-689 |#2|) (-1265 $) (-1265 $)) NIL) (((-1265 |#2|) $) 124) (((-689 |#2|) (-1265 $)) 133)) (-1945 (((-1265 |#2|) $) 109) (($ (-1265 |#2|)) 111)) (-3663 (((-644 (-952 |#2|)) (-1265 $)) NIL) (((-644 (-952 |#2|))) 107)) (-3547 (($ (-689 |#2|) $) 103)))
+(((-418 |#1| |#2|) (-10 -8 (-15 -3547 (|#1| (-689 |#2|) |#1|)) (-15 -2522 ((-1171 (-952 |#2|)))) (-15 -1717 ((-1171 (-952 |#2|)))) (-15 -4347 ((-689 |#2|) |#1|)) (-15 -2429 ((-689 |#2|) |#1|)) (-15 -1738 ((-689 |#2|))) (-15 -1825 ((-689 |#2|))) (-15 -2955 (|#2|)) (-15 -3445 (|#2|)) (-15 -1945 (|#1| (-1265 |#2|))) (-15 -1945 ((-1265 |#2|) |#1|)) (-15 -3189 (|#1| (-1265 |#2|))) (-15 -3663 ((-644 (-952 |#2|)))) (-15 -2232 ((-1265 (-689 |#2|)))) (-15 -2702 ((-689 |#2|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1|)) (-15 -2666 ((-3 |#1| "failed"))) (-15 -1630 ((-3 |#1| "failed"))) (-15 -2313 ((-3 |#1| "failed"))) (-15 -1311 ((-3 (-2 (|:| |particular| |#1|) (|:| -3781 (-644 |#1|))) "failed"))) (-15 -1693 ((-3 (-2 (|:| |particular| |#1|) (|:| -3781 (-644 |#1|))) "failed"))) (-15 -1738 ((-689 |#2|) (-1265 |#1|))) (-15 -1825 ((-689 |#2|) (-1265 |#1|))) (-15 -2955 (|#2| (-1265 |#1|))) (-15 -3445 (|#2| (-1265 |#1|))) (-15 -3189 (|#1| (-1265 |#2|) (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -4347 ((-689 |#2|) |#1| (-1265 |#1|))) (-15 -2429 ((-689 |#2|) |#1| (-1265 |#1|))) (-15 -2232 ((-1265 (-689 |#2|)) (-1265 |#1|))) (-15 -3663 ((-644 (-952 |#2|)) (-1265 |#1|)))) (-419 |#2|) (-172)) (T -418))
+((-2232 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1265 (-689 *4))) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-3663 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-644 (-952 *4))) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-3445 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-418 *3 *2)) (-4 *3 (-419 *2)))) (-2955 (*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-418 *3 *2)) (-4 *3 (-419 *2)))) (-1825 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-689 *4)) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-1738 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-689 *4)) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-1717 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1171 (-952 *4))) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))) (-2522 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-1171 (-952 *4))) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))))
+(-10 -8 (-15 -3547 (|#1| (-689 |#2|) |#1|)) (-15 -2522 ((-1171 (-952 |#2|)))) (-15 -1717 ((-1171 (-952 |#2|)))) (-15 -4347 ((-689 |#2|) |#1|)) (-15 -2429 ((-689 |#2|) |#1|)) (-15 -1738 ((-689 |#2|))) (-15 -1825 ((-689 |#2|))) (-15 -2955 (|#2|)) (-15 -3445 (|#2|)) (-15 -1945 (|#1| (-1265 |#2|))) (-15 -1945 ((-1265 |#2|) |#1|)) (-15 -3189 (|#1| (-1265 |#2|))) (-15 -3663 ((-644 (-952 |#2|)))) (-15 -2232 ((-1265 (-689 |#2|)))) (-15 -2702 ((-689 |#2|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1|)) (-15 -2666 ((-3 |#1| "failed"))) (-15 -1630 ((-3 |#1| "failed"))) (-15 -2313 ((-3 |#1| "failed"))) (-15 -1311 ((-3 (-2 (|:| |particular| |#1|) (|:| -3781 (-644 |#1|))) "failed"))) (-15 -1693 ((-3 (-2 (|:| |particular| |#1|) (|:| -3781 (-644 |#1|))) "failed"))) (-15 -1738 ((-689 |#2|) (-1265 |#1|))) (-15 -1825 ((-689 |#2|) (-1265 |#1|))) (-15 -2955 (|#2| (-1265 |#1|))) (-15 -3445 (|#2| (-1265 |#1|))) (-15 -3189 (|#1| (-1265 |#2|) (-1265 |#1|))) (-15 -2702 ((-689 |#2|) (-1265 |#1|) (-1265 |#1|))) (-15 -2702 ((-1265 |#2|) |#1| (-1265 |#1|))) (-15 -4347 ((-689 |#2|) |#1| (-1265 |#1|))) (-15 -2429 ((-689 |#2|) |#1| (-1265 |#1|))) (-15 -2232 ((-1265 (-689 |#2|)) (-1265 |#1|))) (-15 -3663 ((-644 (-952 |#2|)) (-1265 |#1|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-2666 (((-3 $ "failed")) 42 (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) 20)) (-2232 (((-1265 (-689 |#1|)) (-1265 $)) 83) (((-1265 (-689 |#1|))) 105)) (-1960 (((-1265 $)) 86)) (-4145 (($) 18 T CONST)) (-1311 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) 45 (|has| |#1| (-558)))) (-1630 (((-3 $ "failed")) 43 (|has| |#1| (-558)))) (-1738 (((-689 |#1|) (-1265 $)) 70) (((-689 |#1|)) 97)) (-3210 ((|#1| $) 79)) (-4347 (((-689 |#1|) $ (-1265 $)) 81) (((-689 |#1|) $) 95)) (-2175 (((-3 $ "failed") $) 50 (|has| |#1| (-558)))) (-2522 (((-1171 (-952 |#1|))) 93 (|has| |#1| (-365)))) (-4268 (($ $ (-921)) 31)) (-2985 ((|#1| $) 77)) (-3813 (((-1171 |#1|) $) 47 (|has| |#1| (-558)))) (-2955 ((|#1| (-1265 $)) 72) ((|#1|) 99)) (-4017 (((-1171 |#1|) $) 68)) (-2895 (((-112)) 62)) (-3189 (($ (-1265 |#1|) (-1265 $)) 74) (($ (-1265 |#1|)) 103)) (-4185 (((-3 $ "failed") $) 52 (|has| |#1| (-558)))) (-3486 (((-921)) 85)) (-1475 (((-112)) 59)) (-2215 (($ $ (-921)) 38)) (-1324 (((-112)) 55)) (-1366 (((-112)) 53)) (-4262 (((-112)) 57)) (-1693 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) 46 (|has| |#1| (-558)))) (-2313 (((-3 $ "failed")) 44 (|has| |#1| (-558)))) (-1825 (((-689 |#1|) (-1265 $)) 71) (((-689 |#1|)) 98)) (-1362 ((|#1| $) 80)) (-2429 (((-689 |#1|) $ (-1265 $)) 82) (((-689 |#1|) $) 96)) (-3570 (((-3 $ "failed") $) 51 (|has| |#1| (-558)))) (-1717 (((-1171 (-952 |#1|))) 94 (|has| |#1| (-365)))) (-3172 (($ $ (-921)) 32)) (-2509 ((|#1| $) 78)) (-3572 (((-1171 |#1|) $) 48 (|has| |#1| (-558)))) (-3445 ((|#1| (-1265 $)) 73) ((|#1|) 100)) (-4157 (((-1171 |#1|) $) 69)) (-3286 (((-112)) 63)) (-3057 (((-1157) $) 10)) (-1663 (((-112)) 54)) (-1538 (((-112)) 56)) (-1862 (((-112)) 58)) (-2029 (((-1119) $) 11)) (-1480 (((-112)) 61)) (-3483 ((|#1| $ (-566)) 106)) (-2702 (((-1265 |#1|) $ (-1265 $)) 76) (((-689 |#1|) (-1265 $) (-1265 $)) 75) (((-1265 |#1|) $) 108) (((-689 |#1|) (-1265 $)) 107)) (-1945 (((-1265 |#1|) $) 102) (($ (-1265 |#1|)) 101)) (-3663 (((-644 (-952 |#1|)) (-1265 $)) 84) (((-644 (-952 |#1|))) 104)) (-3528 (($ $ $) 28)) (-3345 (((-112)) 67)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3781 (((-1265 $)) 109)) (-2526 (((-644 (-1265 |#1|))) 49 (|has| |#1| (-558)))) (-4052 (($ $ $ $) 29)) (-4203 (((-112)) 65)) (-3547 (($ (-689 |#1|) $) 92)) (-1641 (($ $ $) 27)) (-1590 (((-112)) 66)) (-2937 (((-112)) 64)) (-3168 (((-112)) 60)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 33)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-419 |#1|) (-140) (-172)) (T -419))
-((-2875 (*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1264 *1)) (-4 *1 (-419 *3)))) (-3350 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1264 *3)))) (-3350 (*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-419 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-419 *2)) (-4 *2 (-172)))) (-2336 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1264 (-689 *3))))) (-2861 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-644 (-952 *3))))) (-1563 (*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-172)) (-4 *1 (-419 *3)))) (-2376 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1264 *3)))) (-2376 (*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-172)) (-4 *1 (-419 *3)))) (-2990 (*1 *2) (-12 (-4 *1 (-419 *2)) (-4 *2 (-172)))) (-2597 (*1 *2) (-12 (-4 *1 (-419 *2)) (-4 *2 (-172)))) (-2734 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))) (-2411 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))) (-3769 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))) (-2800 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))) (-1793 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-4 *3 (-365)) (-5 *2 (-1171 (-952 *3))))) (-3031 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-4 *3 (-365)) (-5 *2 (-1171 (-952 *3))))) (-3847 (*1 *1 *2 *1) (-12 (-5 *2 (-689 *3)) (-4 *1 (-419 *3)) (-4 *3 (-172)))))
-(-13 (-369 |t#1|) (-10 -8 (-15 -2875 ((-1264 $))) (-15 -3350 ((-1264 |t#1|) $)) (-15 -3350 ((-689 |t#1|) (-1264 $))) (-15 -1309 (|t#1| $ (-566))) (-15 -2336 ((-1264 (-689 |t#1|)))) (-15 -2861 ((-644 (-952 |t#1|)))) (-15 -1563 ($ (-1264 |t#1|))) (-15 -2376 ((-1264 |t#1|) $)) (-15 -2376 ($ (-1264 |t#1|))) (-15 -2990 (|t#1|)) (-15 -2597 (|t#1|)) (-15 -2734 ((-689 |t#1|))) (-15 -2411 ((-689 |t#1|))) (-15 -3769 ((-689 |t#1|) $)) (-15 -2800 ((-689 |t#1|) $)) (IF (|has| |t#1| (-365)) (PROGN (-15 -1793 ((-1171 (-952 |t#1|)))) (-15 -3031 ((-1171 (-952 |t#1|))))) |%noBranch|) (-15 -3847 ($ (-689 |t#1|) $))))
+((-3781 (*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1265 *1)) (-4 *1 (-419 *3)))) (-2702 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1265 *3)))) (-2702 (*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-419 *4)) (-4 *4 (-172)) (-5 *2 (-689 *4)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-419 *2)) (-4 *2 (-172)))) (-2232 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1265 (-689 *3))))) (-3663 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-644 (-952 *3))))) (-3189 (*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-172)) (-4 *1 (-419 *3)))) (-1945 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1265 *3)))) (-1945 (*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-172)) (-4 *1 (-419 *3)))) (-3445 (*1 *2) (-12 (-4 *1 (-419 *2)) (-4 *2 (-172)))) (-2955 (*1 *2) (-12 (-4 *1 (-419 *2)) (-4 *2 (-172)))) (-1825 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))) (-1738 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))) (-2429 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))) (-4347 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))) (-1717 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-4 *3 (-365)) (-5 *2 (-1171 (-952 *3))))) (-2522 (*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-4 *3 (-365)) (-5 *2 (-1171 (-952 *3))))) (-3547 (*1 *1 *2 *1) (-12 (-5 *2 (-689 *3)) (-4 *1 (-419 *3)) (-4 *3 (-172)))))
+(-13 (-369 |t#1|) (-10 -8 (-15 -3781 ((-1265 $))) (-15 -2702 ((-1265 |t#1|) $)) (-15 -2702 ((-689 |t#1|) (-1265 $))) (-15 -3483 (|t#1| $ (-566))) (-15 -2232 ((-1265 (-689 |t#1|)))) (-15 -3663 ((-644 (-952 |t#1|)))) (-15 -3189 ($ (-1265 |t#1|))) (-15 -1945 ((-1265 |t#1|) $)) (-15 -1945 ($ (-1265 |t#1|))) (-15 -3445 (|t#1|)) (-15 -2955 (|t#1|)) (-15 -1825 ((-689 |t#1|))) (-15 -1738 ((-689 |t#1|))) (-15 -2429 ((-689 |t#1|) $)) (-15 -4347 ((-689 |t#1|) $)) (IF (|has| |t#1| (-365)) (PROGN (-15 -1717 ((-1171 (-952 |t#1|)))) (-15 -2522 ((-1171 (-952 |t#1|))))) |%noBranch|) (-15 -3547 ($ (-689 |t#1|) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-613 (-862)) . T) ((-369 |#1|) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-648 |#1|) . T) ((-640 |#1|) . T) ((-717 |#1|) . T) ((-720) . T) ((-744 |#1|) . T) ((-761) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 60)) (-2874 (($ $) 78)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 191)) (-2161 (($ $) NIL)) (-2345 (((-112) $) 48)) (-2896 ((|#1| $) 16)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| |#1| (-1218)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-1218)))) (-3127 (($ |#1| (-566)) 42)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 148)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 74)) (-3245 (((-3 $ "failed") $) 164)) (-4391 (((-3 (-409 (-566)) "failed") $) 84 (|has| |#1| (-547)))) (-3407 (((-112) $) 80 (|has| |#1| (-547)))) (-1786 (((-409 (-566)) $) 91 (|has| |#1| (-547)))) (-3506 (($ |#1| (-566)) 44)) (-1615 (((-112) $) 213 (|has| |#1| (-1218)))) (-2389 (((-112) $) 62)) (-1720 (((-771) $) 51)) (-1979 (((-3 "nil" "sqfr" "irred" "prime") $ (-566)) 175)) (-2121 ((|#1| $ (-566)) 174)) (-2563 (((-566) $ (-566)) 173)) (-3400 (($ |#1| (-566)) 41)) (-2319 (($ (-1 |#1| |#1|) $) 183)) (-2998 (($ |#1| (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566))))) 79)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3380 (((-1157) $) NIL)) (-2184 (($ |#1| (-566)) 43)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) 192 (|has| |#1| (-454)))) (-4140 (($ |#1| (-566) (-3 "nil" "sqfr" "irred" "prime")) 40)) (-1616 (((-644 (-2 (|:| -1624 |#1|) (|:| -2201 (-566)))) $) 73)) (-3272 (((-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))) $) 12)) (-1624 (((-420 $) $) NIL (|has| |#1| (-1218)))) (-2978 (((-3 $ "failed") $ $) 176)) (-2201 (((-566) $) 167)) (-3640 ((|#1| $) 75)) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 100 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 106 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) $) NIL (|has| |#1| (-516 (-1175) $))) (($ $ (-644 (-1175)) (-644 $)) 107 (|has| |#1| (-516 (-1175) $))) (($ $ (-644 (-295 $))) 103 (|has| |#1| (-310 $))) (($ $ (-295 $)) NIL (|has| |#1| (-310 $))) (($ $ $ $) NIL (|has| |#1| (-310 $))) (($ $ (-644 $) (-644 $)) NIL (|has| |#1| (-310 $)))) (-1309 (($ $ |#1|) 92 (|has| |#1| (-287 |#1| |#1|))) (($ $ $) 93 (|has| |#1| (-287 $ $)))) (-3629 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) 182)) (-2376 (((-538) $) 39 (|has| |#1| (-614 (-538)))) (((-381) $) 113 (|has| |#1| (-1022))) (((-225) $) 119 (|has| |#1| (-1022)))) (-3152 (((-862) $) 146) (($ (-566)) 65) (($ $) NIL) (($ |#1|) 64) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566)))))) (-2593 (((-771)) 67 T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-4356 (($) 53 T CONST)) (-4366 (($) 52 T CONST)) (-3497 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2914 (((-112) $ $) 159)) (-3012 (($ $) 161) (($ $ $) NIL)) (-3002 (($ $ $) 180)) (** (($ $ (-921)) NIL) (($ $ (-771)) 125)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 69) (($ $ $) 68) (($ |#1| $) 70) (($ $ |#1|) NIL)))
-(((-420 |#1|) (-13 (-558) (-231 |#1|) (-38 |#1|) (-340 |#1|) (-413 |#1|) (-10 -8 (-15 -3640 (|#1| $)) (-15 -2201 ((-566) $)) (-15 -2998 ($ |#1| (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))))) (-15 -3272 ((-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))) $)) (-15 -3400 ($ |#1| (-566))) (-15 -1616 ((-644 (-2 (|:| -1624 |#1|) (|:| -2201 (-566)))) $)) (-15 -2184 ($ |#1| (-566))) (-15 -2563 ((-566) $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -1979 ((-3 "nil" "sqfr" "irred" "prime") $ (-566))) (-15 -1720 ((-771) $)) (-15 -3506 ($ |#1| (-566))) (-15 -3127 ($ |#1| (-566))) (-15 -4140 ($ |#1| (-566) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -2896 (|#1| $)) (-15 -2874 ($ $)) (-15 -2319 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-454)) (-6 (-454)) |%noBranch|) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |#1| (-1218)) (-6 (-1218)) |%noBranch|) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-287 $ $)) (-6 (-287 $ $)) |%noBranch|) (IF (|has| |#1| (-310 $)) (-6 (-310 $)) |%noBranch|) (IF (|has| |#1| (-516 (-1175) $)) (-6 (-516 (-1175) $)) |%noBranch|))) (-558)) (T -420))
-((-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-558)) (-5 *1 (-420 *3)))) (-3640 (*1 *2 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-2201 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-2998 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-566))))) (-4 *2 (-558)) (-5 *1 (-420 *2)))) (-3272 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-566))))) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-3400 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-1616 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| -1624 *3) (|:| -2201 (-566))))) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-2184 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-2563 (*1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-2121 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-1979 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-420 *4)) (-4 *4 (-558)))) (-1720 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-3506 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-3127 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-4140 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-566)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-2896 (*1 *2 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-2874 (*1 *1 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-3407 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-420 *3)) (-4 *3 (-547)) (-4 *3 (-558)))) (-1786 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-420 *3)) (-4 *3 (-547)) (-4 *3 (-558)))) (-4391 (*1 *2 *1) (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-420 *3)) (-4 *3 (-547)) (-4 *3 (-558)))))
-(-13 (-558) (-231 |#1|) (-38 |#1|) (-340 |#1|) (-413 |#1|) (-10 -8 (-15 -3640 (|#1| $)) (-15 -2201 ((-566) $)) (-15 -2998 ($ |#1| (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))))) (-15 -3272 ((-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))) $)) (-15 -3400 ($ |#1| (-566))) (-15 -1616 ((-644 (-2 (|:| -1624 |#1|) (|:| -2201 (-566)))) $)) (-15 -2184 ($ |#1| (-566))) (-15 -2563 ((-566) $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -1979 ((-3 "nil" "sqfr" "irred" "prime") $ (-566))) (-15 -1720 ((-771) $)) (-15 -3506 ($ |#1| (-566))) (-15 -3127 ($ |#1| (-566))) (-15 -4140 ($ |#1| (-566) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -2896 (|#1| $)) (-15 -2874 ($ $)) (-15 -2319 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-454)) (-6 (-454)) |%noBranch|) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |#1| (-1218)) (-6 (-1218)) |%noBranch|) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-287 $ $)) (-6 (-287 $ $)) |%noBranch|) (IF (|has| |#1| (-310 $)) (-6 (-310 $)) |%noBranch|) (IF (|has| |#1| (-516 (-1175) $)) (-6 (-516 (-1175) $)) |%noBranch|)))
-((-2279 (((-420 |#1|) (-420 |#1|) (-1 (-420 |#1|) |#1|)) 28)) (-2731 (((-420 |#1|) (-420 |#1|) (-420 |#1|)) 17)))
-(((-421 |#1|) (-10 -7 (-15 -2279 ((-420 |#1|) (-420 |#1|) (-1 (-420 |#1|) |#1|))) (-15 -2731 ((-420 |#1|) (-420 |#1|) (-420 |#1|)))) (-558)) (T -421))
-((-2731 (*1 *2 *2 *2) (-12 (-5 *2 (-420 *3)) (-4 *3 (-558)) (-5 *1 (-421 *3)))) (-2279 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-420 *4) *4)) (-4 *4 (-558)) (-5 *2 (-420 *4)) (-5 *1 (-421 *4)))))
-(-10 -7 (-15 -2279 ((-420 |#1|) (-420 |#1|) (-1 (-420 |#1|) |#1|))) (-15 -2731 ((-420 |#1|) (-420 |#1|) (-420 |#1|))))
-((-1310 ((|#2| |#2|) 183)) (-4297 (((-3 (|:| |%expansion| (-314 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112)) 60)))
-(((-422 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4297 ((-3 (|:| |%expansion| (-314 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112))) (-15 -1310 (|#2| |#2|))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1199) (-432 |#1|)) (-1175) |#2|) (T -422))
-((-1310 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-422 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1199) (-432 *3))) (-14 *4 (-1175)) (-14 *5 *2))) (-4297 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |%expansion| (-314 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157)))))) (-5 *1 (-422 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1199) (-432 *5))) (-14 *6 (-1175)) (-14 *7 *3))))
-(-10 -7 (-15 -4297 ((-3 (|:| |%expansion| (-314 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112))) (-15 -1310 (|#2| |#2|)))
-((-2319 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
-(((-423 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 (|#4| (-1 |#3| |#1|) |#2|))) (-1049) (-432 |#1|) (-1049) (-432 |#3|)) (T -423))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-4 *2 (-432 *6)) (-5 *1 (-423 *5 *4 *6 *2)) (-4 *4 (-432 *5)))))
-(-10 -7 (-15 -2319 (|#4| (-1 |#3| |#1|) |#2|)))
-((-1310 ((|#2| |#2|) 106)) (-2081 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157)) 52)) (-3767 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157)) 171)))
-(((-424 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2081 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157))) (-15 -3767 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157))) (-15 -1310 (|#2| |#2|))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1199) (-432 |#1|) (-10 -8 (-15 -3152 ($ |#3|)))) (-848) (-13 (-1242 |#2| |#3|) (-365) (-1199) (-10 -8 (-15 -3629 ($ $)) (-15 -3313 ($ $)))) (-983 |#4|) (-1175)) (T -424))
-((-1310 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-4 *2 (-13 (-27) (-1199) (-432 *3) (-10 -8 (-15 -3152 ($ *4))))) (-4 *4 (-848)) (-4 *5 (-13 (-1242 *2 *4) (-365) (-1199) (-10 -8 (-15 -3629 ($ $)) (-15 -3313 ($ $))))) (-5 *1 (-424 *3 *2 *4 *5 *6 *7)) (-4 *6 (-983 *5)) (-14 *7 (-1175)))) (-3767 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-4 *3 (-13 (-27) (-1199) (-432 *6) (-10 -8 (-15 -3152 ($ *7))))) (-4 *7 (-848)) (-4 *8 (-13 (-1242 *3 *7) (-365) (-1199) (-10 -8 (-15 -3629 ($ $)) (-15 -3313 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157)))))) (-5 *1 (-424 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1157)) (-4 *9 (-983 *8)) (-14 *10 (-1175)))) (-2081 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-4 *3 (-13 (-27) (-1199) (-432 *6) (-10 -8 (-15 -3152 ($ *7))))) (-4 *7 (-848)) (-4 *8 (-13 (-1242 *3 *7) (-365) (-1199) (-10 -8 (-15 -3629 ($ $)) (-15 -3313 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157)))))) (-5 *1 (-424 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1157)) (-4 *9 (-983 *8)) (-14 *10 (-1175)))))
-(-10 -7 (-15 -2081 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157))) (-15 -3767 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157))) (-15 -1310 (|#2| |#2|)))
-((-1960 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-2873 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-2319 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
-(((-425 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2873 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1960 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1099) (-427 |#1|) (-1099) (-427 |#3|)) (T -425))
-((-1960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1099)) (-4 *5 (-1099)) (-4 *2 (-427 *5)) (-5 *1 (-425 *6 *4 *5 *2)) (-4 *4 (-427 *6)))) (-2873 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1099)) (-4 *2 (-1099)) (-5 *1 (-425 *5 *4 *2 *6)) (-4 *4 (-427 *5)) (-4 *6 (-427 *2)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-427 *6)) (-5 *1 (-425 *5 *4 *6 *2)) (-4 *4 (-427 *5)))))
-(-10 -7 (-15 -2319 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2873 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1960 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-3131 (($) 52)) (-1775 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 46)) (-3495 (($ $ $) 45)) (-2515 (((-112) $ $) 34)) (-3870 (((-771)) 56)) (-3690 (($ (-644 |#2|)) 23) (($) NIL)) (-2715 (($) 67)) (-3546 (((-112) $ $) 15)) (-1478 ((|#2| $) 78)) (-2599 ((|#2| $) 76)) (-1866 (((-921) $) 71)) (-1997 (($ $ $) 41)) (-2835 (($ (-921)) 61)) (-2048 (($ $ |#2|) NIL) (($ $ $) 44)) (-4083 (((-771) (-1 (-112) |#2|) $) NIL) (((-771) |#2| $) 31)) (-1340 (($ (-644 |#2|)) 27)) (-4289 (($ $) 54)) (-3152 (((-862) $) 39)) (-3823 (((-771) $) 24)) (-1692 (($ (-644 |#2|)) 22) (($) NIL)) (-2914 (((-112) $ $) 19)))
-(((-426 |#1| |#2|) (-10 -8 (-15 -3870 ((-771))) (-15 -2835 (|#1| (-921))) (-15 -1866 ((-921) |#1|)) (-15 -2715 (|#1|)) (-15 -1478 (|#2| |#1|)) (-15 -2599 (|#2| |#1|)) (-15 -3131 (|#1|)) (-15 -4289 (|#1| |#1|)) (-15 -3823 ((-771) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -3546 ((-112) |#1| |#1|)) (-15 -1692 (|#1|)) (-15 -1692 (|#1| (-644 |#2|))) (-15 -3690 (|#1|)) (-15 -3690 (|#1| (-644 |#2|))) (-15 -1997 (|#1| |#1| |#1|)) (-15 -2048 (|#1| |#1| |#1|)) (-15 -2048 (|#1| |#1| |#2|)) (-15 -3495 (|#1| |#1| |#1|)) (-15 -2515 ((-112) |#1| |#1|)) (-15 -1775 (|#1| |#1| |#1|)) (-15 -1775 (|#1| |#1| |#2|)) (-15 -1775 (|#1| |#2| |#1|)) (-15 -1340 (|#1| (-644 |#2|))) (-15 -4083 ((-771) |#2| |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|))) (-427 |#2|) (-1099)) (T -426))
-((-3870 (*1 *2) (-12 (-4 *4 (-1099)) (-5 *2 (-771)) (-5 *1 (-426 *3 *4)) (-4 *3 (-427 *4)))))
-(-10 -8 (-15 -3870 ((-771))) (-15 -2835 (|#1| (-921))) (-15 -1866 ((-921) |#1|)) (-15 -2715 (|#1|)) (-15 -1478 (|#2| |#1|)) (-15 -2599 (|#2| |#1|)) (-15 -3131 (|#1|)) (-15 -4289 (|#1| |#1|)) (-15 -3823 ((-771) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -3546 ((-112) |#1| |#1|)) (-15 -1692 (|#1|)) (-15 -1692 (|#1| (-644 |#2|))) (-15 -3690 (|#1|)) (-15 -3690 (|#1| (-644 |#2|))) (-15 -1997 (|#1| |#1| |#1|)) (-15 -2048 (|#1| |#1| |#1|)) (-15 -2048 (|#1| |#1| |#2|)) (-15 -3495 (|#1| |#1| |#1|)) (-15 -2515 ((-112) |#1| |#1|)) (-15 -1775 (|#1| |#1| |#1|)) (-15 -1775 (|#1| |#1| |#2|)) (-15 -1775 (|#1| |#2| |#1|)) (-15 -1340 (|#1| (-644 |#2|))) (-15 -4083 ((-771) |#2| |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|)))
-((-2988 (((-112) $ $) 19)) (-3131 (($) 68 (|has| |#1| (-370)))) (-1775 (($ |#1| $) 83) (($ $ |#1|) 82) (($ $ $) 81)) (-3495 (($ $ $) 79)) (-2515 (((-112) $ $) 80)) (-1504 (((-112) $ (-771)) 8)) (-3870 (((-771)) 62 (|has| |#1| (-370)))) (-3690 (($ (-644 |#1|)) 75) (($) 74)) (-2995 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3942 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ |#1| $) 48 (|has| $ (-6 -4414))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4414)))) (-2622 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4414)))) (-2715 (($) 65 (|has| |#1| (-370)))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3546 (((-112) $ $) 71)) (-3456 (((-112) $ (-771)) 9)) (-1478 ((|#1| $) 66 (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2599 ((|#1| $) 67 (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-1866 (((-921) $) 64 (|has| |#1| (-370)))) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22)) (-1997 (($ $ $) 76)) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41)) (-2835 (($ (-921)) 63 (|has| |#1| (-370)))) (-4072 (((-1119) $) 21)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-2048 (($ $ |#1|) 78) (($ $ $) 77)) (-1792 (($) 50) (($ (-644 |#1|)) 49)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 51)) (-4289 (($ $) 69 (|has| |#1| (-370)))) (-3152 (((-862) $) 18)) (-3823 (((-771) $) 70)) (-1692 (($ (-644 |#1|)) 73) (($) 72)) (-3044 (((-112) $ $) 23)) (-2948 (($ (-644 |#1|)) 43)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20)) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 60)) (-3770 (($ $) 78)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 191)) (-4282 (($ $) NIL)) (-2296 (((-112) $) 48)) (-2666 ((|#1| $) 16)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| |#1| (-1219)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-1219)))) (-2271 (($ |#1| (-566)) 42)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 148)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 74)) (-4185 (((-3 $ "failed") $) 164)) (-2165 (((-3 (-409 (-566)) "failed") $) 84 (|has| |#1| (-547)))) (-2070 (((-112) $) 80 (|has| |#1| (-547)))) (-1662 (((-409 (-566)) $) 91 (|has| |#1| (-547)))) (-1807 (($ |#1| (-566)) 44)) (-2422 (((-112) $) 213 (|has| |#1| (-1219)))) (-1568 (((-112) $) 62)) (-2211 (((-771) $) 51)) (-3039 (((-3 "nil" "sqfr" "irred" "prime") $ (-566)) 175)) (-3866 ((|#1| $ (-566)) 174)) (-2595 (((-566) $ (-566)) 173)) (-1994 (($ |#1| (-566)) 41)) (-1895 (($ (-1 |#1| |#1|) $) 183)) (-3537 (($ |#1| (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566))))) 79)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3057 (((-1157) $) NIL)) (-3224 (($ |#1| (-566)) 43)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) 192 (|has| |#1| (-454)))) (-1526 (($ |#1| (-566) (-3 "nil" "sqfr" "irred" "prime")) 40)) (-2430 (((-644 (-2 (|:| -3846 |#1|) (|:| -3388 (-566)))) $) 73)) (-3190 (((-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))) $) 12)) (-3846 (((-420 $) $) NIL (|has| |#1| (-1219)))) (-4116 (((-3 $ "failed") $ $) 176)) (-3388 (((-566) $) 167)) (-1967 ((|#1| $) 75)) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 100 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 106 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) $) NIL (|has| |#1| (-516 (-1175) $))) (($ $ (-644 (-1175)) (-644 $)) 107 (|has| |#1| (-516 (-1175) $))) (($ $ (-644 (-295 $))) 103 (|has| |#1| (-310 $))) (($ $ (-295 $)) NIL (|has| |#1| (-310 $))) (($ $ $ $) NIL (|has| |#1| (-310 $))) (($ $ (-644 $) (-644 $)) NIL (|has| |#1| (-310 $)))) (-3483 (($ $ |#1|) 92 (|has| |#1| (-287 |#1| |#1|))) (($ $ $) 93 (|has| |#1| (-287 $ $)))) (-2324 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) 182)) (-1945 (((-538) $) 39 (|has| |#1| (-614 (-538)))) (((-381) $) 113 (|has| |#1| (-1022))) (((-225) $) 119 (|has| |#1| (-1022)))) (-1650 (((-862) $) 146) (($ (-566)) 65) (($ $) NIL) (($ |#1|) 64) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566)))))) (-2910 (((-771)) 67 T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3410 (($) 53 T CONST)) (-3424 (($) 52 T CONST)) (-3218 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2868 (((-112) $ $) 159)) (-2977 (($ $) 161) (($ $ $) NIL)) (-2964 (($ $ $) 180)) (** (($ $ (-921)) NIL) (($ $ (-771)) 125)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 69) (($ $ $) 68) (($ |#1| $) 70) (($ $ |#1|) NIL)))
+(((-420 |#1|) (-13 (-558) (-231 |#1|) (-38 |#1|) (-340 |#1|) (-413 |#1|) (-10 -8 (-15 -1967 (|#1| $)) (-15 -3388 ((-566) $)) (-15 -3537 ($ |#1| (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))))) (-15 -3190 ((-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))) $)) (-15 -1994 ($ |#1| (-566))) (-15 -2430 ((-644 (-2 (|:| -3846 |#1|) (|:| -3388 (-566)))) $)) (-15 -3224 ($ |#1| (-566))) (-15 -2595 ((-566) $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -3039 ((-3 "nil" "sqfr" "irred" "prime") $ (-566))) (-15 -2211 ((-771) $)) (-15 -1807 ($ |#1| (-566))) (-15 -2271 ($ |#1| (-566))) (-15 -1526 ($ |#1| (-566) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -2666 (|#1| $)) (-15 -3770 ($ $)) (-15 -1895 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-454)) (-6 (-454)) |%noBranch|) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |#1| (-1219)) (-6 (-1219)) |%noBranch|) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-287 $ $)) (-6 (-287 $ $)) |%noBranch|) (IF (|has| |#1| (-310 $)) (-6 (-310 $)) |%noBranch|) (IF (|has| |#1| (-516 (-1175) $)) (-6 (-516 (-1175) $)) |%noBranch|))) (-558)) (T -420))
+((-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-558)) (-5 *1 (-420 *3)))) (-1967 (*1 *2 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-3388 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-3537 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-566))))) (-4 *2 (-558)) (-5 *1 (-420 *2)))) (-3190 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-566))))) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-1994 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-2430 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| -3846 *3) (|:| -3388 (-566))))) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-3224 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-2595 (*1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-3866 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-3039 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-420 *4)) (-4 *4 (-558)))) (-2211 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-420 *3)) (-4 *3 (-558)))) (-1807 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-2271 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-1526 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-566)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-2666 (*1 *2 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-3770 (*1 *1 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))) (-2070 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-420 *3)) (-4 *3 (-547)) (-4 *3 (-558)))) (-1662 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-420 *3)) (-4 *3 (-547)) (-4 *3 (-558)))) (-2165 (*1 *2 *1) (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-420 *3)) (-4 *3 (-547)) (-4 *3 (-558)))))
+(-13 (-558) (-231 |#1|) (-38 |#1|) (-340 |#1|) (-413 |#1|) (-10 -8 (-15 -1967 (|#1| $)) (-15 -3388 ((-566) $)) (-15 -3537 ($ |#1| (-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))))) (-15 -3190 ((-644 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-566)))) $)) (-15 -1994 ($ |#1| (-566))) (-15 -2430 ((-644 (-2 (|:| -3846 |#1|) (|:| -3388 (-566)))) $)) (-15 -3224 ($ |#1| (-566))) (-15 -2595 ((-566) $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -3039 ((-3 "nil" "sqfr" "irred" "prime") $ (-566))) (-15 -2211 ((-771) $)) (-15 -1807 ($ |#1| (-566))) (-15 -2271 ($ |#1| (-566))) (-15 -1526 ($ |#1| (-566) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -2666 (|#1| $)) (-15 -3770 ($ $)) (-15 -1895 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-454)) (-6 (-454)) |%noBranch|) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |#1| (-1219)) (-6 (-1219)) |%noBranch|) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-287 $ $)) (-6 (-287 $ $)) |%noBranch|) (IF (|has| |#1| (-310 $)) (-6 (-310 $)) |%noBranch|) (IF (|has| |#1| (-516 (-1175) $)) (-6 (-516 (-1175) $)) |%noBranch|)))
+((-2941 (((-420 |#1|) (-420 |#1|) (-1 (-420 |#1|) |#1|)) 28)) (-1795 (((-420 |#1|) (-420 |#1|) (-420 |#1|)) 17)))
+(((-421 |#1|) (-10 -7 (-15 -2941 ((-420 |#1|) (-420 |#1|) (-1 (-420 |#1|) |#1|))) (-15 -1795 ((-420 |#1|) (-420 |#1|) (-420 |#1|)))) (-558)) (T -421))
+((-1795 (*1 *2 *2 *2) (-12 (-5 *2 (-420 *3)) (-4 *3 (-558)) (-5 *1 (-421 *3)))) (-2941 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-420 *4) *4)) (-4 *4 (-558)) (-5 *2 (-420 *4)) (-5 *1 (-421 *4)))))
+(-10 -7 (-15 -2941 ((-420 |#1|) (-420 |#1|) (-1 (-420 |#1|) |#1|))) (-15 -1795 ((-420 |#1|) (-420 |#1|) (-420 |#1|))))
+((-2549 ((|#2| |#2|) 183)) (-3764 (((-3 (|:| |%expansion| (-314 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112)) 60)))
+(((-422 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3764 ((-3 (|:| |%expansion| (-314 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112))) (-15 -2549 (|#2| |#2|))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1200) (-432 |#1|)) (-1175) |#2|) (T -422))
+((-2549 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-422 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1200) (-432 *3))) (-14 *4 (-1175)) (-14 *5 *2))) (-3764 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (|:| |%expansion| (-314 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157)))))) (-5 *1 (-422 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1200) (-432 *5))) (-14 *6 (-1175)) (-14 *7 *3))))
+(-10 -7 (-15 -3764 ((-3 (|:| |%expansion| (-314 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112))) (-15 -2549 (|#2| |#2|)))
+((-1895 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
+(((-423 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 (|#4| (-1 |#3| |#1|) |#2|))) (-1049) (-432 |#1|) (-1049) (-432 |#3|)) (T -423))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-4 *2 (-432 *6)) (-5 *1 (-423 *5 *4 *6 *2)) (-4 *4 (-432 *5)))))
+(-10 -7 (-15 -1895 (|#4| (-1 |#3| |#1|) |#2|)))
+((-2549 ((|#2| |#2|) 106)) (-1583 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157)) 52)) (-2408 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157)) 171)))
+(((-424 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1583 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157))) (-15 -2408 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157))) (-15 -2549 (|#2| |#2|))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1200) (-432 |#1|) (-10 -8 (-15 -1650 ($ |#3|)))) (-848) (-13 (-1243 |#2| |#3|) (-365) (-1200) (-10 -8 (-15 -2324 ($ $)) (-15 -3613 ($ $)))) (-983 |#4|) (-1175)) (T -424))
+((-2549 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-4 *2 (-13 (-27) (-1200) (-432 *3) (-10 -8 (-15 -1650 ($ *4))))) (-4 *4 (-848)) (-4 *5 (-13 (-1243 *2 *4) (-365) (-1200) (-10 -8 (-15 -2324 ($ $)) (-15 -3613 ($ $))))) (-5 *1 (-424 *3 *2 *4 *5 *6 *7)) (-4 *6 (-983 *5)) (-14 *7 (-1175)))) (-2408 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-4 *3 (-13 (-27) (-1200) (-432 *6) (-10 -8 (-15 -1650 ($ *7))))) (-4 *7 (-848)) (-4 *8 (-13 (-1243 *3 *7) (-365) (-1200) (-10 -8 (-15 -2324 ($ $)) (-15 -3613 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157)))))) (-5 *1 (-424 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1157)) (-4 *9 (-983 *8)) (-14 *10 (-1175)))) (-1583 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-4 *3 (-13 (-27) (-1200) (-432 *6) (-10 -8 (-15 -1650 ($ *7))))) (-4 *7 (-848)) (-4 *8 (-13 (-1243 *3 *7) (-365) (-1200) (-10 -8 (-15 -2324 ($ $)) (-15 -3613 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157)))))) (-5 *1 (-424 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1157)) (-4 *9 (-983 *8)) (-14 *10 (-1175)))))
+(-10 -7 (-15 -1583 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157))) (-15 -2408 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))) |#2| (-112) (-1157))) (-15 -2549 (|#2| |#2|)))
+((-2834 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-1936 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-1895 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
+(((-425 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1936 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2834 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1099) (-427 |#1|) (-1099) (-427 |#3|)) (T -425))
+((-2834 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1099)) (-4 *5 (-1099)) (-4 *2 (-427 *5)) (-5 *1 (-425 *6 *4 *5 *2)) (-4 *4 (-427 *6)))) (-1936 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1099)) (-4 *2 (-1099)) (-5 *1 (-425 *5 *4 *2 *6)) (-4 *4 (-427 *5)) (-4 *6 (-427 *2)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-427 *6)) (-5 *1 (-425 *5 *4 *6 *2)) (-4 *4 (-427 *5)))))
+(-10 -7 (-15 -1895 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -1936 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2834 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-2308 (($) 52)) (-2826 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 46)) (-1729 (($ $ $) 45)) (-3381 (((-112) $ $) 34)) (-3571 (((-771)) 56)) (-2730 (($ (-644 |#2|)) 23) (($) NIL)) (-3341 (($) 67)) (-4132 (((-112) $ $) 15)) (-1888 ((|#2| $) 78)) (-3890 ((|#2| $) 76)) (-4350 (((-921) $) 71)) (-1980 (($ $ $) 41)) (-1351 (($ (-921)) 61)) (-2419 (($ $ |#2|) NIL) (($ $ $) 44)) (-2037 (((-771) (-1 (-112) |#2|) $) NIL) (((-771) |#2| $) 31)) (-1664 (($ (-644 |#2|)) 27)) (-3683 (($ $) 54)) (-1650 (((-862) $) 39)) (-1706 (((-771) $) 24)) (-3907 (($ (-644 |#2|)) 22) (($) NIL)) (-2868 (((-112) $ $) 19)))
+(((-426 |#1| |#2|) (-10 -8 (-15 -3571 ((-771))) (-15 -1351 (|#1| (-921))) (-15 -4350 ((-921) |#1|)) (-15 -3341 (|#1|)) (-15 -1888 (|#2| |#1|)) (-15 -3890 (|#2| |#1|)) (-15 -2308 (|#1|)) (-15 -3683 (|#1| |#1|)) (-15 -1706 ((-771) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -4132 ((-112) |#1| |#1|)) (-15 -3907 (|#1|)) (-15 -3907 (|#1| (-644 |#2|))) (-15 -2730 (|#1|)) (-15 -2730 (|#1| (-644 |#2|))) (-15 -1980 (|#1| |#1| |#1|)) (-15 -2419 (|#1| |#1| |#1|)) (-15 -2419 (|#1| |#1| |#2|)) (-15 -1729 (|#1| |#1| |#1|)) (-15 -3381 ((-112) |#1| |#1|)) (-15 -2826 (|#1| |#1| |#1|)) (-15 -2826 (|#1| |#1| |#2|)) (-15 -2826 (|#1| |#2| |#1|)) (-15 -1664 (|#1| (-644 |#2|))) (-15 -2037 ((-771) |#2| |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|))) (-427 |#2|) (-1099)) (T -426))
+((-3571 (*1 *2) (-12 (-4 *4 (-1099)) (-5 *2 (-771)) (-5 *1 (-426 *3 *4)) (-4 *3 (-427 *4)))))
+(-10 -8 (-15 -3571 ((-771))) (-15 -1351 (|#1| (-921))) (-15 -4350 ((-921) |#1|)) (-15 -3341 (|#1|)) (-15 -1888 (|#2| |#1|)) (-15 -3890 (|#2| |#1|)) (-15 -2308 (|#1|)) (-15 -3683 (|#1| |#1|)) (-15 -1706 ((-771) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -4132 ((-112) |#1| |#1|)) (-15 -3907 (|#1|)) (-15 -3907 (|#1| (-644 |#2|))) (-15 -2730 (|#1|)) (-15 -2730 (|#1| (-644 |#2|))) (-15 -1980 (|#1| |#1| |#1|)) (-15 -2419 (|#1| |#1| |#1|)) (-15 -2419 (|#1| |#1| |#2|)) (-15 -1729 (|#1| |#1| |#1|)) (-15 -3381 ((-112) |#1| |#1|)) (-15 -2826 (|#1| |#1| |#1|)) (-15 -2826 (|#1| |#1| |#2|)) (-15 -2826 (|#1| |#2| |#1|)) (-15 -1664 (|#1| (-644 |#2|))) (-15 -2037 ((-771) |#2| |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|)))
+((-4124 (((-112) $ $) 19)) (-2308 (($) 68 (|has| |#1| (-370)))) (-2826 (($ |#1| $) 83) (($ $ |#1|) 82) (($ $ $) 81)) (-1729 (($ $ $) 79)) (-3381 (((-112) $ $) 80)) (-3874 (((-112) $ (-771)) 8)) (-3571 (((-771)) 62 (|has| |#1| (-370)))) (-2730 (($ (-644 |#1|)) 75) (($) 74)) (-3503 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3640 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ |#1| $) 48 (|has| $ (-6 -4415))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4415)))) (-1837 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4415)))) (-3341 (($) 65 (|has| |#1| (-370)))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-4132 (((-112) $ $) 71)) (-1392 (((-112) $ (-771)) 9)) (-1888 ((|#1| $) 66 (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3890 ((|#1| $) 67 (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4350 (((-921) $) 64 (|has| |#1| (-370)))) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22)) (-1980 (($ $ $) 76)) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41)) (-1351 (($ (-921)) 63 (|has| |#1| (-370)))) (-2029 (((-1119) $) 21)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-2419 (($ $ |#1|) 78) (($ $ $) 77)) (-1708 (($) 50) (($ (-644 |#1|)) 49)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 51)) (-3683 (($ $) 69 (|has| |#1| (-370)))) (-1650 (((-862) $) 18)) (-1706 (((-771) $) 70)) (-3907 (($ (-644 |#1|)) 73) (($) 72)) (-2657 (((-112) $ $) 23)) (-3173 (($ (-644 |#1|)) 43)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20)) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-427 |#1|) (-140) (-1099)) (T -427))
-((-3823 (*1 *2 *1) (-12 (-4 *1 (-427 *3)) (-4 *3 (-1099)) (-5 *2 (-771)))) (-4289 (*1 *1 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-370)))) (-3131 (*1 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-370)) (-4 *2 (-1099)))) (-2599 (*1 *2 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-850)))) (-1478 (*1 *2 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-850)))))
-(-13 (-229 |t#1|) (-1097 |t#1|) (-10 -8 (-6 -4414) (-15 -3823 ((-771) $)) (IF (|has| |t#1| (-370)) (PROGN (-6 (-370)) (-15 -4289 ($ $)) (-15 -3131 ($))) |%noBranch|) (IF (|has| |t#1| (-850)) (PROGN (-15 -2599 (|t#1| $)) (-15 -1478 (|t#1| $))) |%noBranch|)))
-(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-229 |#1|) . T) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-370) |has| |#1| (-370)) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1097 |#1|) . T) ((-1099) . T) ((-1214) . T))
-((-1648 (((-587 |#2|) |#2| (-1175)) 36)) (-3329 (((-587 |#2|) |#2| (-1175)) 21)) (-3699 ((|#2| |#2| (-1175)) 26)))
-(((-428 |#1| |#2|) (-10 -7 (-15 -3329 ((-587 |#2|) |#2| (-1175))) (-15 -1648 ((-587 |#2|) |#2| (-1175))) (-15 -3699 (|#2| |#2| (-1175)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1199) (-29 |#1|))) (T -428))
-((-3699 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-428 *4 *2)) (-4 *2 (-13 (-1199) (-29 *4))))) (-1648 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-428 *5 *3)) (-4 *3 (-13 (-1199) (-29 *5))))) (-3329 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-428 *5 *3)) (-4 *3 (-13 (-1199) (-29 *5))))))
-(-10 -7 (-15 -3329 ((-587 |#2|) |#2| (-1175))) (-15 -1648 ((-587 |#2|) |#2| (-1175))) (-15 -3699 (|#2| |#2| (-1175))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-1994 (($ |#2| |#1|) 37)) (-2763 (($ |#2| |#1|) 35)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-332 |#2|)) 25)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 10 T CONST)) (-4366 (($) 16 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 36)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 39) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-429 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4401)) (IF (|has| |#1| (-6 -4401)) (-6 -4401) |%noBranch|) |%noBranch|) (-15 -3152 ($ |#1|)) (-15 -3152 ($ (-332 |#2|))) (-15 -1994 ($ |#2| |#1|)) (-15 -2763 ($ |#2| |#1|)))) (-13 (-172) (-38 (-409 (-566)))) (-13 (-850) (-21))) (T -429))
-((-3152 (*1 *1 *2) (-12 (-5 *1 (-429 *2 *3)) (-4 *2 (-13 (-172) (-38 (-409 (-566))))) (-4 *3 (-13 (-850) (-21))))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-332 *4)) (-4 *4 (-13 (-850) (-21))) (-5 *1 (-429 *3 *4)) (-4 *3 (-13 (-172) (-38 (-409 (-566))))))) (-1994 (*1 *1 *2 *3) (-12 (-5 *1 (-429 *3 *2)) (-4 *3 (-13 (-172) (-38 (-409 (-566))))) (-4 *2 (-13 (-850) (-21))))) (-2763 (*1 *1 *2 *3) (-12 (-5 *1 (-429 *3 *2)) (-4 *3 (-13 (-172) (-38 (-409 (-566))))) (-4 *2 (-13 (-850) (-21))))))
-(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4401)) (IF (|has| |#1| (-6 -4401)) (-6 -4401) |%noBranch|) |%noBranch|) (-15 -3152 ($ |#1|)) (-15 -3152 ($ (-332 |#2|))) (-15 -1994 ($ |#2| |#1|)) (-15 -2763 ($ |#2| |#1|))))
-((-3313 (((-3 |#2| (-644 |#2|)) |#2| (-1175)) 115)))
-(((-430 |#1| |#2|) (-10 -7 (-15 -3313 ((-3 |#2| (-644 |#2|)) |#2| (-1175)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1199) (-959) (-29 |#1|))) (T -430))
-((-3313 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 *3 (-644 *3))) (-5 *1 (-430 *5 *3)) (-4 *3 (-13 (-1199) (-959) (-29 *5))))))
-(-10 -7 (-15 -3313 ((-3 |#2| (-644 |#2|)) |#2| (-1175))))
-((-1771 (((-644 (-1175)) $) 81)) (-1590 (((-409 (-1171 $)) $ (-612 $)) 314)) (-2500 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-644 (-612 $)) (-644 $)) 278)) (-2229 (((-3 (-612 $) "failed") $) NIL) (((-3 (-1175) "failed") $) 84) (((-3 (-566) "failed") $) NIL) (((-3 |#2| "failed") $) 274) (((-3 (-409 (-952 |#2|)) "failed") $) 364) (((-3 (-952 |#2|) "failed") $) 276) (((-3 (-409 (-566)) "failed") $) NIL)) (-4158 (((-612 $) $) NIL) (((-1175) $) 28) (((-566) $) NIL) ((|#2| $) 272) (((-409 (-952 |#2|)) $) 346) (((-952 |#2|) $) 273) (((-409 (-566)) $) NIL)) (-1566 (((-114) (-114)) 47)) (-3406 (($ $) 99)) (-4010 (((-3 (-612 $) "failed") $) 269)) (-1552 (((-644 (-612 $)) $) 270)) (-3738 (((-3 (-644 $) "failed") $) 288)) (-4224 (((-3 (-2 (|:| |val| $) (|:| -2201 (-566))) "failed") $) 295)) (-4199 (((-3 (-644 $) "failed") $) 286)) (-3944 (((-3 (-2 (|:| -2397 (-566)) (|:| |var| (-612 $))) "failed") $) 305)) (-4108 (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $) 292) (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-114)) 256) (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-1175)) 258)) (-2761 (((-112) $) 17)) (-2773 ((|#2| $) 19)) (-2023 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) 277) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) 109) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL) (($ $ (-1175)) 62) (($ $ (-644 (-1175))) 281) (($ $) 282) (($ $ (-114) $ (-1175)) 65) (($ $ (-644 (-114)) (-644 $) (-1175)) 72) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $))) 120) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $)))) 283) (($ $ (-1175) (-771) (-1 $ (-644 $))) 105) (($ $ (-1175) (-771) (-1 $ $)) 104)) (-1309 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) 119)) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) 279)) (-1452 (($ $) 325)) (-2376 (((-892 (-566)) $) 298) (((-892 (-381)) $) 302) (($ (-420 $)) 360) (((-538) $) NIL)) (-3152 (((-862) $) 280) (($ (-612 $)) 93) (($ (-1175)) 24) (($ |#2|) NIL) (($ (-1124 |#2| (-612 $))) NIL) (($ (-409 |#2|)) 330) (($ (-952 (-409 |#2|))) 369) (($ (-409 (-952 (-409 |#2|)))) 342) (($ (-409 (-952 |#2|))) 336) (($ $) NIL) (($ (-952 |#2|)) 218) (($ (-409 (-566))) 374) (($ (-566)) NIL)) (-2593 (((-771)) 88)) (-3515 (((-112) (-114)) 42)) (-4088 (($ (-1175) $) 31) (($ (-1175) $ $) 32) (($ (-1175) $ $ $) 33) (($ (-1175) $ $ $ $) 34) (($ (-1175) (-644 $)) 39)) (* (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ |#2| $) 307) (($ $ |#2|) NIL) (($ $ $) NIL) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL)))
-(((-431 |#1| |#2|) (-10 -8 (-15 * (|#1| (-921) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3152 (|#1| (-566))) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -3152 (|#1| (-952 |#2|))) (-15 -2229 ((-3 (-952 |#2|) "failed") |#1|)) (-15 -4158 ((-952 |#2|) |#1|)) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3152 (|#1| |#1|)) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -3152 (|#1| (-409 (-952 |#2|)))) (-15 -2229 ((-3 (-409 (-952 |#2|)) "failed") |#1|)) (-15 -4158 ((-409 (-952 |#2|)) |#1|)) (-15 -1590 ((-409 (-1171 |#1|)) |#1| (-612 |#1|))) (-15 -3152 (|#1| (-409 (-952 (-409 |#2|))))) (-15 -3152 (|#1| (-952 (-409 |#2|)))) (-15 -3152 (|#1| (-409 |#2|))) (-15 -1452 (|#1| |#1|)) (-15 -2376 (|#1| (-420 |#1|))) (-15 -2023 (|#1| |#1| (-1175) (-771) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-1175) (-771) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-771)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-771)) (-644 (-1 |#1| |#1|)))) (-15 -4224 ((-3 (-2 (|:| |val| |#1|) (|:| -2201 (-566))) "failed") |#1|)) (-15 -4108 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -2201 (-566))) "failed") |#1| (-1175))) (-15 -4108 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -2201 (-566))) "failed") |#1| (-114))) (-15 -3406 (|#1| |#1|)) (-15 -3152 (|#1| (-1124 |#2| (-612 |#1|)))) (-15 -3944 ((-3 (-2 (|:| -2397 (-566)) (|:| |var| (-612 |#1|))) "failed") |#1|)) (-15 -4199 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -4108 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -2201 (-566))) "failed") |#1|)) (-15 -3738 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 |#1|) (-1175))) (-15 -2023 (|#1| |#1| (-114) |#1| (-1175))) (-15 -2023 (|#1| |#1|)) (-15 -2023 (|#1| |#1| (-644 (-1175)))) (-15 -2023 (|#1| |#1| (-1175))) (-15 -4088 (|#1| (-1175) (-644 |#1|))) (-15 -4088 (|#1| (-1175) |#1| |#1| |#1| |#1|)) (-15 -4088 (|#1| (-1175) |#1| |#1| |#1|)) (-15 -4088 (|#1| (-1175) |#1| |#1|)) (-15 -4088 (|#1| (-1175) |#1|)) (-15 -1771 ((-644 (-1175)) |#1|)) (-15 -2773 (|#2| |#1|)) (-15 -2761 ((-112) |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -3152 (|#1| (-1175))) (-15 -2229 ((-3 (-1175) "failed") |#1|)) (-15 -4158 ((-1175) |#1|)) (-15 -2023 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-114) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| |#1|)))) (-15 -2023 (|#1| |#1| (-1175) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-1175) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| |#1|)))) (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -1552 ((-644 (-612 |#1|)) |#1|)) (-15 -4010 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -2500 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -2500 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -2500 (|#1| |#1| (-295 |#1|))) (-15 -1309 (|#1| (-114) (-644 |#1|))) (-15 -1309 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1| |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -2023 (|#1| |#1| (-612 |#1|) |#1|)) (-15 -3152 (|#1| (-612 |#1|))) (-15 -2229 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -4158 ((-612 |#1|) |#1|)) (-15 -3152 ((-862) |#1|))) (-432 |#2|) (-1099)) (T -431))
-((-1566 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *4 (-1099)) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-3515 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-431 *4 *5)) (-4 *4 (-432 *5)))) (-2593 (*1 *2) (-12 (-4 *4 (-1099)) (-5 *2 (-771)) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))))
-(-10 -8 (-15 * (|#1| (-921) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3152 (|#1| (-566))) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -3152 (|#1| (-952 |#2|))) (-15 -2229 ((-3 (-952 |#2|) "failed") |#1|)) (-15 -4158 ((-952 |#2|) |#1|)) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3152 (|#1| |#1|)) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -3152 (|#1| (-409 (-952 |#2|)))) (-15 -2229 ((-3 (-409 (-952 |#2|)) "failed") |#1|)) (-15 -4158 ((-409 (-952 |#2|)) |#1|)) (-15 -1590 ((-409 (-1171 |#1|)) |#1| (-612 |#1|))) (-15 -3152 (|#1| (-409 (-952 (-409 |#2|))))) (-15 -3152 (|#1| (-952 (-409 |#2|)))) (-15 -3152 (|#1| (-409 |#2|))) (-15 -1452 (|#1| |#1|)) (-15 -2376 (|#1| (-420 |#1|))) (-15 -2023 (|#1| |#1| (-1175) (-771) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-1175) (-771) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-771)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-771)) (-644 (-1 |#1| |#1|)))) (-15 -4224 ((-3 (-2 (|:| |val| |#1|) (|:| -2201 (-566))) "failed") |#1|)) (-15 -4108 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -2201 (-566))) "failed") |#1| (-1175))) (-15 -4108 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -2201 (-566))) "failed") |#1| (-114))) (-15 -3406 (|#1| |#1|)) (-15 -3152 (|#1| (-1124 |#2| (-612 |#1|)))) (-15 -3944 ((-3 (-2 (|:| -2397 (-566)) (|:| |var| (-612 |#1|))) "failed") |#1|)) (-15 -4199 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -4108 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -2201 (-566))) "failed") |#1|)) (-15 -3738 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 |#1|) (-1175))) (-15 -2023 (|#1| |#1| (-114) |#1| (-1175))) (-15 -2023 (|#1| |#1|)) (-15 -2023 (|#1| |#1| (-644 (-1175)))) (-15 -2023 (|#1| |#1| (-1175))) (-15 -4088 (|#1| (-1175) (-644 |#1|))) (-15 -4088 (|#1| (-1175) |#1| |#1| |#1| |#1|)) (-15 -4088 (|#1| (-1175) |#1| |#1| |#1|)) (-15 -4088 (|#1| (-1175) |#1| |#1|)) (-15 -4088 (|#1| (-1175) |#1|)) (-15 -1771 ((-644 (-1175)) |#1|)) (-15 -2773 (|#2| |#1|)) (-15 -2761 ((-112) |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -3152 (|#1| (-1175))) (-15 -2229 ((-3 (-1175) "failed") |#1|)) (-15 -4158 ((-1175) |#1|)) (-15 -2023 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-114) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| |#1|)))) (-15 -2023 (|#1| |#1| (-1175) (-1 |#1| |#1|))) (-15 -2023 (|#1| |#1| (-1175) (-1 |#1| (-644 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -2023 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| |#1|)))) (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -1552 ((-644 (-612 |#1|)) |#1|)) (-15 -4010 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -2500 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -2500 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -2500 (|#1| |#1| (-295 |#1|))) (-15 -1309 (|#1| (-114) (-644 |#1|))) (-15 -1309 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1| |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1| |#1|)) (-15 -1309 (|#1| (-114) |#1|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -2023 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -2023 (|#1| |#1| (-612 |#1|) |#1|)) (-15 -3152 (|#1| (-612 |#1|))) (-15 -2229 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -4158 ((-612 |#1|) |#1|)) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 116 (|has| |#1| (-25)))) (-1771 (((-644 (-1175)) $) 203)) (-1590 (((-409 (-1171 $)) $ (-612 $)) 171 (|has| |#1| (-558)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 143 (|has| |#1| (-558)))) (-2161 (($ $) 144 (|has| |#1| (-558)))) (-2345 (((-112) $) 146 (|has| |#1| (-558)))) (-1470 (((-644 (-612 $)) $) 39)) (-3967 (((-3 $ "failed") $ $) 118 (|has| |#1| (-21)))) (-2500 (($ $ (-295 $)) 51) (($ $ (-644 (-295 $))) 50) (($ $ (-644 (-612 $)) (-644 $)) 49)) (-1378 (($ $) 163 (|has| |#1| (-558)))) (-1364 (((-420 $) $) 164 (|has| |#1| (-558)))) (-2085 (((-112) $ $) 154 (|has| |#1| (-558)))) (-2463 (($) 104 (-2768 (|has| |#1| (-1111)) (|has| |#1| (-25))) CONST)) (-2229 (((-3 (-612 $) "failed") $) 64) (((-3 (-1175) "failed") $) 216) (((-3 (-566) "failed") $) 210 (|has| |#1| (-1038 (-566)))) (((-3 |#1| "failed") $) 207) (((-3 (-409 (-952 |#1|)) "failed") $) 169 (|has| |#1| (-558))) (((-3 (-952 |#1|) "failed") $) 123 (|has| |#1| (-1049))) (((-3 (-409 (-566)) "failed") $) 98 (-2768 (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566))))))) (-4158 (((-612 $) $) 65) (((-1175) $) 217) (((-566) $) 209 (|has| |#1| (-1038 (-566)))) ((|#1| $) 208) (((-409 (-952 |#1|)) $) 170 (|has| |#1| (-558))) (((-952 |#1|) $) 124 (|has| |#1| (-1049))) (((-409 (-566)) $) 99 (-2768 (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566))))))) (-2933 (($ $ $) 158 (|has| |#1| (-558)))) (-4089 (((-689 (-566)) (-689 $)) 137 (-2415 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 136 (-2415 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 135 (|has| |#1| (-1049))) (((-689 |#1|) (-689 $)) 134 (|has| |#1| (-1049)))) (-3245 (((-3 $ "failed") $) 106 (|has| |#1| (-1111)))) (-2945 (($ $ $) 157 (|has| |#1| (-558)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 152 (|has| |#1| (-558)))) (-1615 (((-112) $) 165 (|has| |#1| (-558)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 212 (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 211 (|has| |#1| (-886 (-381))))) (-1633 (($ $) 46) (($ (-644 $)) 45)) (-1689 (((-644 (-114)) $) 38)) (-1566 (((-114) (-114)) 37)) (-2389 (((-112) $) 105 (|has| |#1| (-1111)))) (-3419 (((-112) $) 17 (|has| $ (-1038 (-566))))) (-3406 (($ $) 186 (|has| |#1| (-1049)))) (-2248 (((-1124 |#1| (-612 $)) $) 187 (|has| |#1| (-1049)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 161 (|has| |#1| (-558)))) (-2024 (((-1171 $) (-612 $)) 20 (|has| $ (-1049)))) (-2319 (($ (-1 $ $) (-612 $)) 31)) (-4010 (((-3 (-612 $) "failed") $) 41)) (-2128 (($ (-644 $)) 150 (|has| |#1| (-558))) (($ $ $) 149 (|has| |#1| (-558)))) (-3380 (((-1157) $) 10)) (-1552 (((-644 (-612 $)) $) 40)) (-2328 (($ (-114) $) 33) (($ (-114) (-644 $)) 32)) (-3738 (((-3 (-644 $) "failed") $) 192 (|has| |#1| (-1111)))) (-4224 (((-3 (-2 (|:| |val| $) (|:| -2201 (-566))) "failed") $) 183 (|has| |#1| (-1049)))) (-4199 (((-3 (-644 $) "failed") $) 190 (|has| |#1| (-25)))) (-3944 (((-3 (-2 (|:| -2397 (-566)) (|:| |var| (-612 $))) "failed") $) 189 (|has| |#1| (-25)))) (-4108 (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $) 191 (|has| |#1| (-1111))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-114)) 185 (|has| |#1| (-1049))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-1175)) 184 (|has| |#1| (-1049)))) (-3335 (((-112) $ (-114)) 35) (((-112) $ (-1175)) 34)) (-2748 (($ $) 108 (-2768 (|has| |#1| (-475)) (|has| |#1| (-558))))) (-3106 (((-771) $) 42)) (-4072 (((-1119) $) 11)) (-2761 (((-112) $) 205)) (-2773 ((|#1| $) 204)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 151 (|has| |#1| (-558)))) (-2164 (($ (-644 $)) 148 (|has| |#1| (-558))) (($ $ $) 147 (|has| |#1| (-558)))) (-3671 (((-112) $ $) 30) (((-112) $ (-1175)) 29)) (-1624 (((-420 $) $) 162 (|has| |#1| (-558)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 160 (|has| |#1| (-558))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 159 (|has| |#1| (-558)))) (-2978 (((-3 $ "failed") $ $) 142 (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 153 (|has| |#1| (-558)))) (-2664 (((-112) $) 18 (|has| $ (-1038 (-566))))) (-2023 (($ $ (-612 $) $) 62) (($ $ (-644 (-612 $)) (-644 $)) 61) (($ $ (-644 (-295 $))) 60) (($ $ (-295 $)) 59) (($ $ $ $) 58) (($ $ (-644 $) (-644 $)) 57) (($ $ (-644 (-1175)) (-644 (-1 $ $))) 28) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) 27) (($ $ (-1175) (-1 $ (-644 $))) 26) (($ $ (-1175) (-1 $ $)) 25) (($ $ (-644 (-114)) (-644 (-1 $ $))) 24) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) 23) (($ $ (-114) (-1 $ (-644 $))) 22) (($ $ (-114) (-1 $ $)) 21) (($ $ (-1175)) 197 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175))) 196 (|has| |#1| (-614 (-538)))) (($ $) 195 (|has| |#1| (-614 (-538)))) (($ $ (-114) $ (-1175)) 194 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-114)) (-644 $) (-1175)) 193 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $))) 182 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $)))) 181 (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ (-644 $))) 180 (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ $)) 179 (|has| |#1| (-1049)))) (-4357 (((-771) $) 155 (|has| |#1| (-558)))) (-1309 (($ (-114) $) 56) (($ (-114) $ $) 55) (($ (-114) $ $ $) 54) (($ (-114) $ $ $ $) 53) (($ (-114) (-644 $)) 52)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 156 (|has| |#1| (-558)))) (-2020 (($ $) 44) (($ $ $) 43)) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) 128 (|has| |#1| (-1049))) (($ $ (-1175) (-771)) 127 (|has| |#1| (-1049))) (($ $ (-644 (-1175))) 126 (|has| |#1| (-1049))) (($ $ (-1175)) 125 (|has| |#1| (-1049)))) (-1452 (($ $) 176 (|has| |#1| (-558)))) (-2260 (((-1124 |#1| (-612 $)) $) 177 (|has| |#1| (-558)))) (-1705 (($ $) 19 (|has| $ (-1049)))) (-2376 (((-892 (-566)) $) 214 (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) 213 (|has| |#1| (-614 (-892 (-381))))) (($ (-420 $)) 178 (|has| |#1| (-558))) (((-538) $) 100 (|has| |#1| (-614 (-538))))) (-3357 (($ $ $) 111 (|has| |#1| (-475)))) (-2527 (($ $ $) 112 (|has| |#1| (-475)))) (-3152 (((-862) $) 12) (($ (-612 $)) 63) (($ (-1175)) 215) (($ |#1|) 206) (($ (-1124 |#1| (-612 $))) 188 (|has| |#1| (-1049))) (($ (-409 |#1|)) 174 (|has| |#1| (-558))) (($ (-952 (-409 |#1|))) 173 (|has| |#1| (-558))) (($ (-409 (-952 (-409 |#1|)))) 172 (|has| |#1| (-558))) (($ (-409 (-952 |#1|))) 168 (|has| |#1| (-558))) (($ $) 141 (|has| |#1| (-558))) (($ (-952 |#1|)) 122 (|has| |#1| (-1049))) (($ (-409 (-566))) 97 (-2768 (|has| |#1| (-558)) (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566)))))) (($ (-566)) 96 (-2768 (|has| |#1| (-1049)) (|has| |#1| (-1038 (-566)))))) (-2633 (((-3 $ "failed") $) 138 (|has| |#1| (-145)))) (-2593 (((-771)) 133 (|has| |#1| (-1049)) CONST)) (-3928 (($ $) 48) (($ (-644 $)) 47)) (-3515 (((-112) (-114)) 36)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 145 (|has| |#1| (-558)))) (-4088 (($ (-1175) $) 202) (($ (-1175) $ $) 201) (($ (-1175) $ $ $) 200) (($ (-1175) $ $ $ $) 199) (($ (-1175) (-644 $)) 198)) (-4356 (($) 115 (|has| |#1| (-25)) CONST)) (-4366 (($) 103 (|has| |#1| (-1111)) CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) 132 (|has| |#1| (-1049))) (($ $ (-1175) (-771)) 131 (|has| |#1| (-1049))) (($ $ (-644 (-1175))) 130 (|has| |#1| (-1049))) (($ $ (-1175)) 129 (|has| |#1| (-1049)))) (-2914 (((-112) $ $) 6)) (-3025 (($ (-1124 |#1| (-612 $)) (-1124 |#1| (-612 $))) 175 (|has| |#1| (-558))) (($ $ $) 109 (-2768 (|has| |#1| (-475)) (|has| |#1| (-558))))) (-3012 (($ $ $) 121 (|has| |#1| (-21))) (($ $) 120 (|has| |#1| (-21)))) (-3002 (($ $ $) 113 (|has| |#1| (-25)))) (** (($ $ (-566)) 110 (-2768 (|has| |#1| (-475)) (|has| |#1| (-558)))) (($ $ (-771)) 107 (|has| |#1| (-1111))) (($ $ (-921)) 102 (|has| |#1| (-1111)))) (* (($ (-409 (-566)) $) 167 (|has| |#1| (-558))) (($ $ (-409 (-566))) 166 (|has| |#1| (-558))) (($ |#1| $) 140 (|has| |#1| (-172))) (($ $ |#1|) 139 (|has| |#1| (-172))) (($ (-566) $) 119 (|has| |#1| (-21))) (($ (-771) $) 117 (|has| |#1| (-25))) (($ (-921) $) 114 (|has| |#1| (-25))) (($ $ $) 101 (|has| |#1| (-1111)))))
+((-1706 (*1 *2 *1) (-12 (-4 *1 (-427 *3)) (-4 *3 (-1099)) (-5 *2 (-771)))) (-3683 (*1 *1 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-370)))) (-2308 (*1 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-370)) (-4 *2 (-1099)))) (-3890 (*1 *2 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-850)))) (-1888 (*1 *2 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-850)))))
+(-13 (-229 |t#1|) (-1097 |t#1|) (-10 -8 (-6 -4415) (-15 -1706 ((-771) $)) (IF (|has| |t#1| (-370)) (PROGN (-6 (-370)) (-15 -3683 ($ $)) (-15 -2308 ($))) |%noBranch|) (IF (|has| |t#1| (-850)) (PROGN (-15 -3890 (|t#1| $)) (-15 -1888 (|t#1| $))) |%noBranch|)))
+(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-229 |#1|) . T) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-370) |has| |#1| (-370)) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1097 |#1|) . T) ((-1099) . T) ((-1215) . T))
+((-2726 (((-587 |#2|) |#2| (-1175)) 36)) (-2483 (((-587 |#2|) |#2| (-1175)) 21)) (-3019 ((|#2| |#2| (-1175)) 26)))
+(((-428 |#1| |#2|) (-10 -7 (-15 -2483 ((-587 |#2|) |#2| (-1175))) (-15 -2726 ((-587 |#2|) |#2| (-1175))) (-15 -3019 (|#2| |#2| (-1175)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1200) (-29 |#1|))) (T -428))
+((-3019 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-428 *4 *2)) (-4 *2 (-13 (-1200) (-29 *4))))) (-2726 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-428 *5 *3)) (-4 *3 (-13 (-1200) (-29 *5))))) (-2483 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-428 *5 *3)) (-4 *3 (-13 (-1200) (-29 *5))))))
+(-10 -7 (-15 -2483 ((-587 |#2|) |#2| (-1175))) (-15 -2726 ((-587 |#2|) |#2| (-1175))) (-15 -3019 (|#2| |#2| (-1175))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-1946 (($ |#2| |#1|) 37)) (-3995 (($ |#2| |#1|) 35)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-332 |#2|)) 25)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 10 T CONST)) (-3424 (($) 16 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 36)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 39) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-429 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4402)) (IF (|has| |#1| (-6 -4402)) (-6 -4402) |%noBranch|) |%noBranch|) (-15 -1650 ($ |#1|)) (-15 -1650 ($ (-332 |#2|))) (-15 -1946 ($ |#2| |#1|)) (-15 -3995 ($ |#2| |#1|)))) (-13 (-172) (-38 (-409 (-566)))) (-13 (-850) (-21))) (T -429))
+((-1650 (*1 *1 *2) (-12 (-5 *1 (-429 *2 *3)) (-4 *2 (-13 (-172) (-38 (-409 (-566))))) (-4 *3 (-13 (-850) (-21))))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-332 *4)) (-4 *4 (-13 (-850) (-21))) (-5 *1 (-429 *3 *4)) (-4 *3 (-13 (-172) (-38 (-409 (-566))))))) (-1946 (*1 *1 *2 *3) (-12 (-5 *1 (-429 *3 *2)) (-4 *3 (-13 (-172) (-38 (-409 (-566))))) (-4 *2 (-13 (-850) (-21))))) (-3995 (*1 *1 *2 *3) (-12 (-5 *1 (-429 *3 *2)) (-4 *3 (-13 (-172) (-38 (-409 (-566))))) (-4 *2 (-13 (-850) (-21))))))
+(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4402)) (IF (|has| |#1| (-6 -4402)) (-6 -4402) |%noBranch|) |%noBranch|) (-15 -1650 ($ |#1|)) (-15 -1650 ($ (-332 |#2|))) (-15 -1946 ($ |#2| |#1|)) (-15 -3995 ($ |#2| |#1|))))
+((-3613 (((-3 |#2| (-644 |#2|)) |#2| (-1175)) 115)))
+(((-430 |#1| |#2|) (-10 -7 (-15 -3613 ((-3 |#2| (-644 |#2|)) |#2| (-1175)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1200) (-959) (-29 |#1|))) (T -430))
+((-3613 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 *3 (-644 *3))) (-5 *1 (-430 *5 *3)) (-4 *3 (-13 (-1200) (-959) (-29 *5))))))
+(-10 -7 (-15 -3613 ((-3 |#2| (-644 |#2|)) |#2| (-1175))))
+((-3981 (((-644 (-1175)) $) 81)) (-3817 (((-409 (-1171 $)) $ (-612 $)) 314)) (-4170 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-644 (-612 $)) (-644 $)) 278)) (-1821 (((-3 (-612 $) "failed") $) NIL) (((-3 (-1175) "failed") $) 84) (((-3 (-566) "failed") $) NIL) (((-3 |#2| "failed") $) 274) (((-3 (-409 (-952 |#2|)) "failed") $) 364) (((-3 (-952 |#2|) "failed") $) 276) (((-3 (-409 (-566)) "failed") $) NIL)) (-3213 (((-612 $) $) NIL) (((-1175) $) 28) (((-566) $) NIL) ((|#2| $) 272) (((-409 (-952 |#2|)) $) 346) (((-952 |#2|) $) 273) (((-409 (-566)) $) NIL)) (-3797 (((-114) (-114)) 47)) (-2059 (($ $) 99)) (-2691 (((-3 (-612 $) "failed") $) 269)) (-3787 (((-644 (-612 $)) $) 270)) (-2174 (((-3 (-644 $) "failed") $) 288)) (-4280 (((-3 (-2 (|:| |val| $) (|:| -3388 (-566))) "failed") $) 295)) (-4001 (((-3 (-644 $) "failed") $) 286)) (-3355 (((-3 (-2 (|:| -2651 (-566)) (|:| |var| (-612 $))) "failed") $) 305)) (-2376 (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $) 292) (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-114)) 256) (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-1175)) 258)) (-4096 (((-112) $) 17)) (-4109 ((|#2| $) 19)) (-1838 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) 277) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) 109) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL) (($ $ (-1175)) 62) (($ $ (-644 (-1175))) 281) (($ $) 282) (($ $ (-114) $ (-1175)) 65) (($ $ (-644 (-114)) (-644 $) (-1175)) 72) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $))) 120) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $)))) 283) (($ $ (-1175) (-771) (-1 $ (-644 $))) 105) (($ $ (-1175) (-771) (-1 $ $)) 104)) (-3483 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) 119)) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) 279)) (-1490 (($ $) 325)) (-1945 (((-892 (-566)) $) 298) (((-892 (-381)) $) 302) (($ (-420 $)) 360) (((-538) $) NIL)) (-1650 (((-862) $) 280) (($ (-612 $)) 93) (($ (-1175)) 24) (($ |#2|) NIL) (($ (-1124 |#2| (-612 $))) NIL) (($ (-409 |#2|)) 330) (($ (-952 (-409 |#2|))) 369) (($ (-409 (-952 (-409 |#2|)))) 342) (($ (-409 (-952 |#2|))) 336) (($ $) NIL) (($ (-952 |#2|)) 218) (($ (-409 (-566))) 374) (($ (-566)) NIL)) (-2910 (((-771)) 88)) (-1892 (((-112) (-114)) 42)) (-4292 (($ (-1175) $) 31) (($ (-1175) $ $) 32) (($ (-1175) $ $ $) 33) (($ (-1175) $ $ $ $) 34) (($ (-1175) (-644 $)) 39)) (* (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ |#2| $) 307) (($ $ |#2|) NIL) (($ $ $) NIL) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL)))
+(((-431 |#1| |#2|) (-10 -8 (-15 * (|#1| (-921) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1650 (|#1| (-566))) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1650 (|#1| (-952 |#2|))) (-15 -1821 ((-3 (-952 |#2|) "failed") |#1|)) (-15 -3213 ((-952 |#2|) |#1|)) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1650 (|#1| |#1|)) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -1650 (|#1| (-409 (-952 |#2|)))) (-15 -1821 ((-3 (-409 (-952 |#2|)) "failed") |#1|)) (-15 -3213 ((-409 (-952 |#2|)) |#1|)) (-15 -3817 ((-409 (-1171 |#1|)) |#1| (-612 |#1|))) (-15 -1650 (|#1| (-409 (-952 (-409 |#2|))))) (-15 -1650 (|#1| (-952 (-409 |#2|)))) (-15 -1650 (|#1| (-409 |#2|))) (-15 -1490 (|#1| |#1|)) (-15 -1945 (|#1| (-420 |#1|))) (-15 -1838 (|#1| |#1| (-1175) (-771) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-1175) (-771) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-771)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-771)) (-644 (-1 |#1| |#1|)))) (-15 -4280 ((-3 (-2 (|:| |val| |#1|) (|:| -3388 (-566))) "failed") |#1|)) (-15 -2376 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -3388 (-566))) "failed") |#1| (-1175))) (-15 -2376 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -3388 (-566))) "failed") |#1| (-114))) (-15 -2059 (|#1| |#1|)) (-15 -1650 (|#1| (-1124 |#2| (-612 |#1|)))) (-15 -3355 ((-3 (-2 (|:| -2651 (-566)) (|:| |var| (-612 |#1|))) "failed") |#1|)) (-15 -4001 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -2376 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -3388 (-566))) "failed") |#1|)) (-15 -2174 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 |#1|) (-1175))) (-15 -1838 (|#1| |#1| (-114) |#1| (-1175))) (-15 -1838 (|#1| |#1|)) (-15 -1838 (|#1| |#1| (-644 (-1175)))) (-15 -1838 (|#1| |#1| (-1175))) (-15 -4292 (|#1| (-1175) (-644 |#1|))) (-15 -4292 (|#1| (-1175) |#1| |#1| |#1| |#1|)) (-15 -4292 (|#1| (-1175) |#1| |#1| |#1|)) (-15 -4292 (|#1| (-1175) |#1| |#1|)) (-15 -4292 (|#1| (-1175) |#1|)) (-15 -3981 ((-644 (-1175)) |#1|)) (-15 -4109 (|#2| |#1|)) (-15 -4096 ((-112) |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -1650 (|#1| (-1175))) (-15 -1821 ((-3 (-1175) "failed") |#1|)) (-15 -3213 ((-1175) |#1|)) (-15 -1838 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-114) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| |#1|)))) (-15 -1838 (|#1| |#1| (-1175) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-1175) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| |#1|)))) (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -3787 ((-644 (-612 |#1|)) |#1|)) (-15 -2691 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -4170 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -4170 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -4170 (|#1| |#1| (-295 |#1|))) (-15 -3483 (|#1| (-114) (-644 |#1|))) (-15 -3483 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1| |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -1838 (|#1| |#1| (-612 |#1|) |#1|)) (-15 -1650 (|#1| (-612 |#1|))) (-15 -1821 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -3213 ((-612 |#1|) |#1|)) (-15 -1650 ((-862) |#1|))) (-432 |#2|) (-1099)) (T -431))
+((-3797 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *4 (-1099)) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))) (-1892 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-431 *4 *5)) (-4 *4 (-432 *5)))) (-2910 (*1 *2) (-12 (-4 *4 (-1099)) (-5 *2 (-771)) (-5 *1 (-431 *3 *4)) (-4 *3 (-432 *4)))))
+(-10 -8 (-15 * (|#1| (-921) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1650 (|#1| (-566))) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1650 (|#1| (-952 |#2|))) (-15 -1821 ((-3 (-952 |#2|) "failed") |#1|)) (-15 -3213 ((-952 |#2|) |#1|)) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -1650 (|#1| |#1|)) (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -1650 (|#1| (-409 (-952 |#2|)))) (-15 -1821 ((-3 (-409 (-952 |#2|)) "failed") |#1|)) (-15 -3213 ((-409 (-952 |#2|)) |#1|)) (-15 -3817 ((-409 (-1171 |#1|)) |#1| (-612 |#1|))) (-15 -1650 (|#1| (-409 (-952 (-409 |#2|))))) (-15 -1650 (|#1| (-952 (-409 |#2|)))) (-15 -1650 (|#1| (-409 |#2|))) (-15 -1490 (|#1| |#1|)) (-15 -1945 (|#1| (-420 |#1|))) (-15 -1838 (|#1| |#1| (-1175) (-771) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-1175) (-771) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-771)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-771)) (-644 (-1 |#1| |#1|)))) (-15 -4280 ((-3 (-2 (|:| |val| |#1|) (|:| -3388 (-566))) "failed") |#1|)) (-15 -2376 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -3388 (-566))) "failed") |#1| (-1175))) (-15 -2376 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -3388 (-566))) "failed") |#1| (-114))) (-15 -2059 (|#1| |#1|)) (-15 -1650 (|#1| (-1124 |#2| (-612 |#1|)))) (-15 -3355 ((-3 (-2 (|:| -2651 (-566)) (|:| |var| (-612 |#1|))) "failed") |#1|)) (-15 -4001 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -2376 ((-3 (-2 (|:| |var| (-612 |#1|)) (|:| -3388 (-566))) "failed") |#1|)) (-15 -2174 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 |#1|) (-1175))) (-15 -1838 (|#1| |#1| (-114) |#1| (-1175))) (-15 -1838 (|#1| |#1|)) (-15 -1838 (|#1| |#1| (-644 (-1175)))) (-15 -1838 (|#1| |#1| (-1175))) (-15 -4292 (|#1| (-1175) (-644 |#1|))) (-15 -4292 (|#1| (-1175) |#1| |#1| |#1| |#1|)) (-15 -4292 (|#1| (-1175) |#1| |#1| |#1|)) (-15 -4292 (|#1| (-1175) |#1| |#1|)) (-15 -4292 (|#1| (-1175) |#1|)) (-15 -3981 ((-644 (-1175)) |#1|)) (-15 -4109 (|#2| |#1|)) (-15 -4096 ((-112) |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -1650 (|#1| (-1175))) (-15 -1821 ((-3 (-1175) "failed") |#1|)) (-15 -3213 ((-1175) |#1|)) (-15 -1838 (|#1| |#1| (-114) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-114) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-114)) (-644 (-1 |#1| |#1|)))) (-15 -1838 (|#1| |#1| (-1175) (-1 |#1| |#1|))) (-15 -1838 (|#1| |#1| (-1175) (-1 |#1| (-644 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| (-644 |#1|))))) (-15 -1838 (|#1| |#1| (-644 (-1175)) (-644 (-1 |#1| |#1|)))) (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -3787 ((-644 (-612 |#1|)) |#1|)) (-15 -2691 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -4170 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -4170 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -4170 (|#1| |#1| (-295 |#1|))) (-15 -3483 (|#1| (-114) (-644 |#1|))) (-15 -3483 (|#1| (-114) |#1| |#1| |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1| |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1| |#1|)) (-15 -3483 (|#1| (-114) |#1|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -1838 (|#1| |#1| (-644 (-612 |#1|)) (-644 |#1|))) (-15 -1838 (|#1| |#1| (-612 |#1|) |#1|)) (-15 -1650 (|#1| (-612 |#1|))) (-15 -1821 ((-3 (-612 |#1|) "failed") |#1|)) (-15 -3213 ((-612 |#1|) |#1|)) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 116 (|has| |#1| (-25)))) (-3981 (((-644 (-1175)) $) 203)) (-3817 (((-409 (-1171 $)) $ (-612 $)) 171 (|has| |#1| (-558)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 143 (|has| |#1| (-558)))) (-4282 (($ $) 144 (|has| |#1| (-558)))) (-2296 (((-112) $) 146 (|has| |#1| (-558)))) (-1791 (((-644 (-612 $)) $) 39)) (-3569 (((-3 $ "failed") $ $) 118 (|has| |#1| (-21)))) (-4170 (($ $ (-295 $)) 51) (($ $ (-644 (-295 $))) 50) (($ $ (-644 (-612 $)) (-644 $)) 49)) (-1778 (($ $) 163 (|has| |#1| (-558)))) (-1615 (((-420 $) $) 164 (|has| |#1| (-558)))) (-1621 (((-112) $ $) 154 (|has| |#1| (-558)))) (-4145 (($) 104 (-2700 (|has| |#1| (-1111)) (|has| |#1| (-25))) CONST)) (-1821 (((-3 (-612 $) "failed") $) 64) (((-3 (-1175) "failed") $) 216) (((-3 (-566) "failed") $) 210 (|has| |#1| (-1038 (-566)))) (((-3 |#1| "failed") $) 207) (((-3 (-409 (-952 |#1|)) "failed") $) 169 (|has| |#1| (-558))) (((-3 (-952 |#1|) "failed") $) 123 (|has| |#1| (-1049))) (((-3 (-409 (-566)) "failed") $) 98 (-2700 (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566))))))) (-3213 (((-612 $) $) 65) (((-1175) $) 217) (((-566) $) 209 (|has| |#1| (-1038 (-566)))) ((|#1| $) 208) (((-409 (-952 |#1|)) $) 170 (|has| |#1| (-558))) (((-952 |#1|) $) 124 (|has| |#1| (-1049))) (((-409 (-566)) $) 99 (-2700 (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566))))))) (-4067 (($ $ $) 158 (|has| |#1| (-558)))) (-2204 (((-689 (-566)) (-689 $)) 137 (-3360 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 136 (-3360 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 135 (|has| |#1| (-1049))) (((-689 |#1|) (-689 $)) 134 (|has| |#1| (-1049)))) (-4185 (((-3 $ "failed") $) 106 (|has| |#1| (-1111)))) (-4078 (($ $ $) 157 (|has| |#1| (-558)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 152 (|has| |#1| (-558)))) (-2422 (((-112) $) 165 (|has| |#1| (-558)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 212 (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 211 (|has| |#1| (-886 (-381))))) (-2563 (($ $) 46) (($ (-644 $)) 45)) (-1930 (((-644 (-114)) $) 38)) (-3797 (((-114) (-114)) 37)) (-1568 (((-112) $) 105 (|has| |#1| (-1111)))) (-2190 (((-112) $) 17 (|has| $ (-1038 (-566))))) (-2059 (($ $) 186 (|has| |#1| (-1049)))) (-2499 (((-1124 |#1| (-612 $)) $) 187 (|has| |#1| (-1049)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 161 (|has| |#1| (-558)))) (-2216 (((-1171 $) (-612 $)) 20 (|has| $ (-1049)))) (-1895 (($ (-1 $ $) (-612 $)) 31)) (-2691 (((-3 (-612 $) "failed") $) 41)) (-1931 (($ (-644 $)) 150 (|has| |#1| (-558))) (($ $ $) 149 (|has| |#1| (-558)))) (-3057 (((-1157) $) 10)) (-3787 (((-644 (-612 $)) $) 40)) (-2574 (($ (-114) $) 33) (($ (-114) (-644 $)) 32)) (-2174 (((-3 (-644 $) "failed") $) 192 (|has| |#1| (-1111)))) (-4280 (((-3 (-2 (|:| |val| $) (|:| -3388 (-566))) "failed") $) 183 (|has| |#1| (-1049)))) (-4001 (((-3 (-644 $) "failed") $) 190 (|has| |#1| (-25)))) (-3355 (((-3 (-2 (|:| -2651 (-566)) (|:| |var| (-612 $))) "failed") $) 189 (|has| |#1| (-25)))) (-2376 (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $) 191 (|has| |#1| (-1111))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-114)) 185 (|has| |#1| (-1049))) (((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-1175)) 184 (|has| |#1| (-1049)))) (-2530 (((-112) $ (-114)) 35) (((-112) $ (-1175)) 34)) (-4085 (($ $) 108 (-2700 (|has| |#1| (-475)) (|has| |#1| (-558))))) (-2149 (((-771) $) 42)) (-2029 (((-1119) $) 11)) (-4096 (((-112) $) 205)) (-4109 ((|#1| $) 204)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 151 (|has| |#1| (-558)))) (-1962 (($ (-644 $)) 148 (|has| |#1| (-558))) (($ $ $) 147 (|has| |#1| (-558)))) (-2719 (((-112) $ $) 30) (((-112) $ (-1175)) 29)) (-3846 (((-420 $) $) 162 (|has| |#1| (-558)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 160 (|has| |#1| (-558))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 159 (|has| |#1| (-558)))) (-4116 (((-3 $ "failed") $ $) 142 (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 153 (|has| |#1| (-558)))) (-2340 (((-112) $) 18 (|has| $ (-1038 (-566))))) (-1838 (($ $ (-612 $) $) 62) (($ $ (-644 (-612 $)) (-644 $)) 61) (($ $ (-644 (-295 $))) 60) (($ $ (-295 $)) 59) (($ $ $ $) 58) (($ $ (-644 $) (-644 $)) 57) (($ $ (-644 (-1175)) (-644 (-1 $ $))) 28) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) 27) (($ $ (-1175) (-1 $ (-644 $))) 26) (($ $ (-1175) (-1 $ $)) 25) (($ $ (-644 (-114)) (-644 (-1 $ $))) 24) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) 23) (($ $ (-114) (-1 $ (-644 $))) 22) (($ $ (-114) (-1 $ $)) 21) (($ $ (-1175)) 197 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175))) 196 (|has| |#1| (-614 (-538)))) (($ $) 195 (|has| |#1| (-614 (-538)))) (($ $ (-114) $ (-1175)) 194 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-114)) (-644 $) (-1175)) 193 (|has| |#1| (-614 (-538)))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $))) 182 (|has| |#1| (-1049))) (($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $)))) 181 (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ (-644 $))) 180 (|has| |#1| (-1049))) (($ $ (-1175) (-771) (-1 $ $)) 179 (|has| |#1| (-1049)))) (-3075 (((-771) $) 155 (|has| |#1| (-558)))) (-3483 (($ (-114) $) 56) (($ (-114) $ $) 55) (($ (-114) $ $ $) 54) (($ (-114) $ $ $ $) 53) (($ (-114) (-644 $)) 52)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 156 (|has| |#1| (-558)))) (-2182 (($ $) 44) (($ $ $) 43)) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) 128 (|has| |#1| (-1049))) (($ $ (-1175) (-771)) 127 (|has| |#1| (-1049))) (($ $ (-644 (-1175))) 126 (|has| |#1| (-1049))) (($ $ (-1175)) 125 (|has| |#1| (-1049)))) (-1490 (($ $) 176 (|has| |#1| (-558)))) (-2507 (((-1124 |#1| (-612 $)) $) 177 (|has| |#1| (-558)))) (-2068 (($ $) 19 (|has| $ (-1049)))) (-1945 (((-892 (-566)) $) 214 (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) 213 (|has| |#1| (-614 (-892 (-381))))) (($ (-420 $)) 178 (|has| |#1| (-558))) (((-538) $) 100 (|has| |#1| (-614 (-538))))) (-2791 (($ $ $) 111 (|has| |#1| (-475)))) (-3528 (($ $ $) 112 (|has| |#1| (-475)))) (-1650 (((-862) $) 12) (($ (-612 $)) 63) (($ (-1175)) 215) (($ |#1|) 206) (($ (-1124 |#1| (-612 $))) 188 (|has| |#1| (-1049))) (($ (-409 |#1|)) 174 (|has| |#1| (-558))) (($ (-952 (-409 |#1|))) 173 (|has| |#1| (-558))) (($ (-409 (-952 (-409 |#1|)))) 172 (|has| |#1| (-558))) (($ (-409 (-952 |#1|))) 168 (|has| |#1| (-558))) (($ $) 141 (|has| |#1| (-558))) (($ (-952 |#1|)) 122 (|has| |#1| (-1049))) (($ (-409 (-566))) 97 (-2700 (|has| |#1| (-558)) (-12 (|has| |#1| (-1038 (-566))) (|has| |#1| (-558))) (|has| |#1| (-1038 (-409 (-566)))))) (($ (-566)) 96 (-2700 (|has| |#1| (-1049)) (|has| |#1| (-1038 (-566)))))) (-2097 (((-3 $ "failed") $) 138 (|has| |#1| (-145)))) (-2910 (((-771)) 133 (|has| |#1| (-1049)) CONST)) (-2404 (($ $) 48) (($ (-644 $)) 47)) (-1892 (((-112) (-114)) 36)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 145 (|has| |#1| (-558)))) (-4292 (($ (-1175) $) 202) (($ (-1175) $ $) 201) (($ (-1175) $ $ $) 200) (($ (-1175) $ $ $ $) 199) (($ (-1175) (-644 $)) 198)) (-3410 (($) 115 (|has| |#1| (-25)) CONST)) (-3424 (($) 103 (|has| |#1| (-1111)) CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) 132 (|has| |#1| (-1049))) (($ $ (-1175) (-771)) 131 (|has| |#1| (-1049))) (($ $ (-644 (-1175))) 130 (|has| |#1| (-1049))) (($ $ (-1175)) 129 (|has| |#1| (-1049)))) (-2868 (((-112) $ $) 6)) (-2990 (($ (-1124 |#1| (-612 $)) (-1124 |#1| (-612 $))) 175 (|has| |#1| (-558))) (($ $ $) 109 (-2700 (|has| |#1| (-475)) (|has| |#1| (-558))))) (-2977 (($ $ $) 121 (|has| |#1| (-21))) (($ $) 120 (|has| |#1| (-21)))) (-2964 (($ $ $) 113 (|has| |#1| (-25)))) (** (($ $ (-566)) 110 (-2700 (|has| |#1| (-475)) (|has| |#1| (-558)))) (($ $ (-771)) 107 (|has| |#1| (-1111))) (($ $ (-921)) 102 (|has| |#1| (-1111)))) (* (($ (-409 (-566)) $) 167 (|has| |#1| (-558))) (($ $ (-409 (-566))) 166 (|has| |#1| (-558))) (($ |#1| $) 140 (|has| |#1| (-172))) (($ $ |#1|) 139 (|has| |#1| (-172))) (($ (-566) $) 119 (|has| |#1| (-21))) (($ (-771) $) 117 (|has| |#1| (-25))) (($ (-921) $) 114 (|has| |#1| (-25))) (($ $ $) 101 (|has| |#1| (-1111)))))
(((-432 |#1|) (-140) (-1099)) (T -432))
-((-2761 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-2773 (*1 *2 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)))) (-1771 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-5 *2 (-644 (-1175))))) (-4088 (*1 *1 *2 *1) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)))) (-4088 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)))) (-4088 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)))) (-4088 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)))) (-4088 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-644 *1)) (-4 *1 (-432 *4)) (-4 *4 (-1099)))) (-2023 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-4 *3 (-614 (-538))))) (-2023 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1175))) (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-4 *3 (-614 (-538))))) (-2023 (*1 *1 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)) (-4 *2 (-614 (-538))))) (-2023 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1175)) (-4 *1 (-432 *4)) (-4 *4 (-1099)) (-4 *4 (-614 (-538))))) (-2023 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-114))) (-5 *3 (-644 *1)) (-5 *4 (-1175)) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-614 (-538))))) (-3738 (*1 *2 *1) (|partial| -12 (-4 *3 (-1111)) (-4 *3 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-432 *3)))) (-4108 (*1 *2 *1) (|partial| -12 (-4 *3 (-1111)) (-4 *3 (-1099)) (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -2201 (-566)))) (-4 *1 (-432 *3)))) (-4199 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-432 *3)))) (-3944 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1099)) (-5 *2 (-2 (|:| -2397 (-566)) (|:| |var| (-612 *1)))) (-4 *1 (-432 *3)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-1124 *3 (-612 *1))) (-4 *3 (-1049)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-2248 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *3 (-1099)) (-5 *2 (-1124 *3 (-612 *1))) (-4 *1 (-432 *3)))) (-3406 (*1 *1 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)) (-4 *2 (-1049)))) (-4108 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-114)) (-4 *4 (-1049)) (-4 *4 (-1099)) (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -2201 (-566)))) (-4 *1 (-432 *4)))) (-4108 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1175)) (-4 *4 (-1049)) (-4 *4 (-1099)) (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -2201 (-566)))) (-4 *1 (-432 *4)))) (-4224 (*1 *2 *1) (|partial| -12 (-4 *3 (-1049)) (-4 *3 (-1099)) (-5 *2 (-2 (|:| |val| *1) (|:| -2201 (-566)))) (-4 *1 (-432 *3)))) (-2023 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-644 (-771))) (-5 *4 (-644 (-1 *1 *1))) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-1049)))) (-2023 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-644 (-771))) (-5 *4 (-644 (-1 *1 (-644 *1)))) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-1049)))) (-2023 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-771)) (-5 *4 (-1 *1 (-644 *1))) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-1049)))) (-2023 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-771)) (-5 *4 (-1 *1 *1)) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-1049)))) (-2376 (*1 *1 *2) (-12 (-5 *2 (-420 *1)) (-4 *1 (-432 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))) (-2260 (*1 *2 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1099)) (-5 *2 (-1124 *3 (-612 *1))) (-4 *1 (-432 *3)))) (-1452 (*1 *1 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)) (-4 *2 (-558)))) (-3025 (*1 *1 *2 *2) (-12 (-5 *2 (-1124 *3 (-612 *1))) (-4 *3 (-558)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-409 *3)) (-4 *3 (-558)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-952 (-409 *3))) (-4 *3 (-558)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-409 *3)))) (-4 *3 (-558)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-1590 (*1 *2 *1 *3) (-12 (-5 *3 (-612 *1)) (-4 *1 (-432 *4)) (-4 *4 (-1099)) (-4 *4 (-558)) (-5 *2 (-409 (-1171 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-4 *3 (-1111)))))
-(-13 (-303) (-1038 (-1175)) (-884 |t#1|) (-402 |t#1|) (-413 |t#1|) (-10 -8 (-15 -2761 ((-112) $)) (-15 -2773 (|t#1| $)) (-15 -1771 ((-644 (-1175)) $)) (-15 -4088 ($ (-1175) $)) (-15 -4088 ($ (-1175) $ $)) (-15 -4088 ($ (-1175) $ $ $)) (-15 -4088 ($ (-1175) $ $ $ $)) (-15 -4088 ($ (-1175) (-644 $))) (IF (|has| |t#1| (-614 (-538))) (PROGN (-6 (-614 (-538))) (-15 -2023 ($ $ (-1175))) (-15 -2023 ($ $ (-644 (-1175)))) (-15 -2023 ($ $)) (-15 -2023 ($ $ (-114) $ (-1175))) (-15 -2023 ($ $ (-644 (-114)) (-644 $) (-1175)))) |%noBranch|) (IF (|has| |t#1| (-1111)) (PROGN (-6 (-726)) (-15 ** ($ $ (-771))) (-15 -3738 ((-3 (-644 $) "failed") $)) (-15 -4108 ((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-475)) (-6 (-475)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -4199 ((-3 (-644 $) "failed") $)) (-15 -3944 ((-3 (-2 (|:| -2397 (-566)) (|:| |var| (-612 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1049)) (PROGN (-6 (-1049)) (-6 (-1038 (-952 |t#1|))) (-6 (-900 (-1175))) (-6 (-379 |t#1|)) (-15 -3152 ($ (-1124 |t#1| (-612 $)))) (-15 -2248 ((-1124 |t#1| (-612 $)) $)) (-15 -3406 ($ $)) (-15 -4108 ((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-114))) (-15 -4108 ((-3 (-2 (|:| |var| (-612 $)) (|:| -2201 (-566))) "failed") $ (-1175))) (-15 -4224 ((-3 (-2 (|:| |val| $) (|:| -2201 (-566))) "failed") $)) (-15 -2023 ($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $)))) (-15 -2023 ($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $))))) (-15 -2023 ($ $ (-1175) (-771) (-1 $ (-644 $)))) (-15 -2023 ($ $ (-1175) (-771) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-6 (-365)) (-6 (-1038 (-409 (-952 |t#1|)))) (-15 -2376 ($ (-420 $))) (-15 -2260 ((-1124 |t#1| (-612 $)) $)) (-15 -1452 ($ $)) (-15 -3025 ($ (-1124 |t#1| (-612 $)) (-1124 |t#1| (-612 $)))) (-15 -3152 ($ (-409 |t#1|))) (-15 -3152 ($ (-952 (-409 |t#1|)))) (-15 -3152 ($ (-409 (-952 (-409 |t#1|))))) (-15 -1590 ((-409 (-1171 $)) $ (-612 $))) (IF (|has| |t#1| (-1038 (-566))) (-6 (-1038 (-409 (-566)))) |%noBranch|)) |%noBranch|)))
-(((-21) -2768 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-23) -2768 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -2768 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-409 (-566))) |has| |#1| (-558)) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-558)) ((-111 |#1| |#1|) |has| |#1| (-172)) ((-111 $ $) |has| |#1| (-558)) ((-131) -2768 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-558))) ((-616 #1=(-409 (-952 |#1|))) |has| |#1| (-558)) ((-616 (-566)) -2768 (|has| |#1| (-1049)) (|has| |#1| (-1038 (-566))) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-616 #2=(-612 $)) . T) ((-616 #3=(-952 |#1|)) |has| |#1| (-1049)) ((-616 #4=(-1175)) . T) ((-616 |#1|) . T) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) |has| |#1| (-558)) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-614 (-892 (-381))) |has| |#1| (-614 (-892 (-381)))) ((-614 (-892 (-566))) |has| |#1| (-614 (-892 (-566)))) ((-243) |has| |#1| (-558)) ((-291) |has| |#1| (-558)) ((-308) |has| |#1| (-558)) ((-310 $) . T) ((-303) . T) ((-365) |has| |#1| (-558)) ((-379 |#1|) |has| |#1| (-1049)) ((-402 |#1|) . T) ((-413 |#1|) . T) ((-454) |has| |#1| (-558)) ((-475) |has| |#1| (-475)) ((-516 (-612 $) $) . T) ((-516 $ $) . T) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-558)) ((-646 (-566)) -2768 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-646 |#1|) |has| |#1| (-172)) ((-646 $) -2768 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-648 #0#) |has| |#1| (-558)) ((-648 |#1|) |has| |#1| (-172)) ((-648 $) -2768 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-640 #0#) |has| |#1| (-558)) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-639 (-566)) -12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) ((-639 |#1|) |has| |#1| (-1049)) ((-717 #0#) |has| |#1| (-558)) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) -2768 (|has| |#1| (-1111)) (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-475)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-900 (-1175)) |has| |#1| (-1049)) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-884 |#1|) . T) ((-920) |has| |#1| (-558)) ((-1038 (-409 (-566))) -2768 (|has| |#1| (-1038 (-409 (-566)))) (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) ((-1038 #1#) |has| |#1| (-558)) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 #2#) . T) ((-1038 #3#) |has| |#1| (-1049)) ((-1038 #4#) . T) ((-1038 |#1|) . T) ((-1051 #0#) |has| |#1| (-558)) ((-1051 |#1|) |has| |#1| (-172)) ((-1051 $) |has| |#1| (-558)) ((-1056 #0#) |has| |#1| (-558)) ((-1056 |#1|) |has| |#1| (-172)) ((-1056 $) |has| |#1| (-558)) ((-1049) -2768 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1057) -2768 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1111) -2768 (|has| |#1| (-1111)) (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-475)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1099) . T) ((-1214) . T) ((-1218) |has| |#1| (-558)))
-((-2078 ((|#2| |#2| |#2|) 31)) (-1566 (((-114) (-114)) 43)) (-2880 ((|#2| |#2|) 63)) (-4105 ((|#2| |#2|) 66)) (-2469 ((|#2| |#2|) 30)) (-1429 ((|#2| |#2| |#2|) 33)) (-3273 ((|#2| |#2| |#2|) 35)) (-2941 ((|#2| |#2| |#2|) 32)) (-4087 ((|#2| |#2| |#2|) 34)) (-3515 (((-112) (-114)) 41)) (-2893 ((|#2| |#2|) 37)) (-3094 ((|#2| |#2|) 36)) (-1358 ((|#2| |#2|) 25)) (-2879 ((|#2| |#2| |#2|) 28) ((|#2| |#2|) 26)) (-4006 ((|#2| |#2| |#2|) 29)))
-(((-433 |#1| |#2|) (-10 -7 (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -1358 (|#2| |#2|)) (-15 -2879 (|#2| |#2|)) (-15 -2879 (|#2| |#2| |#2|)) (-15 -4006 (|#2| |#2| |#2|)) (-15 -2469 (|#2| |#2|)) (-15 -2078 (|#2| |#2| |#2|)) (-15 -2941 (|#2| |#2| |#2|)) (-15 -1429 (|#2| |#2| |#2|)) (-15 -4087 (|#2| |#2| |#2|)) (-15 -3273 (|#2| |#2| |#2|)) (-15 -3094 (|#2| |#2|)) (-15 -2893 (|#2| |#2|)) (-15 -4105 (|#2| |#2|)) (-15 -2880 (|#2| |#2|))) (-558) (-432 |#1|)) (T -433))
-((-2880 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-4105 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2893 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-3094 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-3273 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-4087 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-1429 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2941 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2078 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2469 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-4006 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2879 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2879 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-1358 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-1566 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-433 *3 *4)) (-4 *4 (-432 *3)))) (-3515 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-433 *4 *5)) (-4 *5 (-432 *4)))))
-(-10 -7 (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -1358 (|#2| |#2|)) (-15 -2879 (|#2| |#2|)) (-15 -2879 (|#2| |#2| |#2|)) (-15 -4006 (|#2| |#2| |#2|)) (-15 -2469 (|#2| |#2|)) (-15 -2078 (|#2| |#2| |#2|)) (-15 -2941 (|#2| |#2| |#2|)) (-15 -1429 (|#2| |#2| |#2|)) (-15 -4087 (|#2| |#2| |#2|)) (-15 -3273 (|#2| |#2| |#2|)) (-15 -3094 (|#2| |#2|)) (-15 -2893 (|#2| |#2|)) (-15 -4105 (|#2| |#2|)) (-15 -2880 (|#2| |#2|)))
-((-3359 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1171 |#2|)) (|:| |pol2| (-1171 |#2|)) (|:| |prim| (-1171 |#2|))) |#2| |#2|) 106 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-644 (-1171 |#2|))) (|:| |prim| (-1171 |#2|))) (-644 |#2|)) 68)))
-(((-434 |#1| |#2|) (-10 -7 (-15 -3359 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-644 (-1171 |#2|))) (|:| |prim| (-1171 |#2|))) (-644 |#2|))) (IF (|has| |#2| (-27)) (-15 -3359 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1171 |#2|)) (|:| |pol2| (-1171 |#2|)) (|:| |prim| (-1171 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-558) (-147)) (-432 |#1|)) (T -434))
-((-3359 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-558) (-147))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1171 *3)) (|:| |pol2| (-1171 *3)) (|:| |prim| (-1171 *3)))) (-5 *1 (-434 *4 *3)) (-4 *3 (-27)) (-4 *3 (-432 *4)))) (-3359 (*1 *2 *3) (-12 (-5 *3 (-644 *5)) (-4 *5 (-432 *4)) (-4 *4 (-13 (-558) (-147))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-644 (-1171 *5))) (|:| |prim| (-1171 *5)))) (-5 *1 (-434 *4 *5)))))
-(-10 -7 (-15 -3359 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-644 (-1171 |#2|))) (|:| |prim| (-1171 |#2|))) (-644 |#2|))) (IF (|has| |#2| (-27)) (-15 -3359 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1171 |#2|)) (|:| |pol2| (-1171 |#2|)) (|:| |prim| (-1171 |#2|))) |#2| |#2|)) |%noBranch|))
-((-3981 (((-1269)) 19)) (-3644 (((-1171 (-409 (-566))) |#2| (-612 |#2|)) 41) (((-409 (-566)) |#2|) 25)))
-(((-435 |#1| |#2|) (-10 -7 (-15 -3644 ((-409 (-566)) |#2|)) (-15 -3644 ((-1171 (-409 (-566))) |#2| (-612 |#2|))) (-15 -3981 ((-1269)))) (-13 (-558) (-1038 (-566))) (-432 |#1|)) (T -435))
-((-3981 (*1 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *2 (-1269)) (-5 *1 (-435 *3 *4)) (-4 *4 (-432 *3)))) (-3644 (*1 *2 *3 *4) (-12 (-5 *4 (-612 *3)) (-4 *3 (-432 *5)) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-435 *5 *3)))) (-3644 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 (-566))) (-5 *1 (-435 *4 *3)) (-4 *3 (-432 *4)))))
-(-10 -7 (-15 -3644 ((-409 (-566)) |#2|)) (-15 -3644 ((-1171 (-409 (-566))) |#2| (-612 |#2|))) (-15 -3981 ((-1269))))
-((-3402 (((-112) $) 32)) (-3171 (((-112) $) 34)) (-3709 (((-112) $) 35)) (-4365 (((-112) $) 38)) (-1512 (((-112) $) 33)) (-3185 (((-112) $) 37)) (-3152 (((-862) $) 20) (($ (-1157)) 31) (($ (-1175)) 26) (((-1175) $) 24) (((-1103) $) 23)) (-4250 (((-112) $) 36)) (-2914 (((-112) $ $) 17)))
-(((-436) (-13 (-613 (-862)) (-10 -8 (-15 -3152 ($ (-1157))) (-15 -3152 ($ (-1175))) (-15 -3152 ((-1175) $)) (-15 -3152 ((-1103) $)) (-15 -3402 ((-112) $)) (-15 -1512 ((-112) $)) (-15 -3709 ((-112) $)) (-15 -3185 ((-112) $)) (-15 -4365 ((-112) $)) (-15 -4250 ((-112) $)) (-15 -3171 ((-112) $)) (-15 -2914 ((-112) $ $))))) (T -436))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-436)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-436)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-436)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-436)))) (-3402 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-1512 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-3709 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-3185 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-4365 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-4250 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-3171 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-2914 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -3152 ($ (-1157))) (-15 -3152 ($ (-1175))) (-15 -3152 ((-1175) $)) (-15 -3152 ((-1103) $)) (-15 -3402 ((-112) $)) (-15 -1512 ((-112) $)) (-15 -3709 ((-112) $)) (-15 -3185 ((-112) $)) (-15 -4365 ((-112) $)) (-15 -4250 ((-112) $)) (-15 -3171 ((-112) $)) (-15 -2914 ((-112) $ $))))
-((-2704 (((-3 (-420 (-1171 (-409 (-566)))) "failed") |#3|) 72)) (-1965 (((-420 |#3|) |#3|) 34)) (-1320 (((-3 (-420 (-1171 (-48))) "failed") |#3|) 46 (|has| |#2| (-1038 (-48))))) (-3563 (((-3 (|:| |overq| (-1171 (-409 (-566)))) (|:| |overan| (-1171 (-48))) (|:| -3221 (-112))) |#3|) 37)))
-(((-437 |#1| |#2| |#3|) (-10 -7 (-15 -1965 ((-420 |#3|) |#3|)) (-15 -2704 ((-3 (-420 (-1171 (-409 (-566)))) "failed") |#3|)) (-15 -3563 ((-3 (|:| |overq| (-1171 (-409 (-566)))) (|:| |overan| (-1171 (-48))) (|:| -3221 (-112))) |#3|)) (IF (|has| |#2| (-1038 (-48))) (-15 -1320 ((-3 (-420 (-1171 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-558) (-1038 (-566))) (-432 |#1|) (-1240 |#2|)) (T -437))
-((-1320 (*1 *2 *3) (|partial| -12 (-4 *5 (-1038 (-48))) (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4)) (-5 *2 (-420 (-1171 (-48)))) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1240 *5)))) (-3563 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4)) (-5 *2 (-3 (|:| |overq| (-1171 (-409 (-566)))) (|:| |overan| (-1171 (-48))) (|:| -3221 (-112)))) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1240 *5)))) (-2704 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4)) (-5 *2 (-420 (-1171 (-409 (-566))))) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1240 *5)))) (-1965 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4)) (-5 *2 (-420 *3)) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1240 *5)))))
-(-10 -7 (-15 -1965 ((-420 |#3|) |#3|)) (-15 -2704 ((-3 (-420 (-1171 (-409 (-566)))) "failed") |#3|)) (-15 -3563 ((-3 (|:| |overq| (-1171 (-409 (-566)))) (|:| |overan| (-1171 (-48))) (|:| -3221 (-112))) |#3|)) (IF (|has| |#2| (-1038 (-48))) (-15 -1320 ((-3 (-420 (-1171 (-48))) "failed") |#3|)) |%noBranch|))
-((-2988 (((-112) $ $) NIL)) (-3167 (((-1157) $ (-1157)) NIL)) (-2545 (($ $ (-1157)) NIL)) (-1338 (((-1157) $) NIL)) (-2100 (((-390) (-390) (-390)) 17) (((-390) (-390)) 15)) (-3292 (($ (-390)) NIL) (($ (-390) (-1157)) NIL)) (-1368 (((-390) $) NIL)) (-3380 (((-1157) $) NIL)) (-4085 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1382 (((-1269) (-1157)) 9)) (-1796 (((-1269) (-1157)) 10)) (-3802 (((-1269)) 11)) (-3152 (((-862) $) NIL)) (-2405 (($ $) 39)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-438) (-13 (-366 (-390) (-1157)) (-10 -7 (-15 -2100 ((-390) (-390) (-390))) (-15 -2100 ((-390) (-390))) (-15 -1382 ((-1269) (-1157))) (-15 -1796 ((-1269) (-1157))) (-15 -3802 ((-1269)))))) (T -438))
-((-2100 (*1 *2 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-438)))) (-2100 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-438)))) (-1382 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-438)))) (-1796 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-438)))) (-3802 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-438)))))
-(-13 (-366 (-390) (-1157)) (-10 -7 (-15 -2100 ((-390) (-390) (-390))) (-15 -2100 ((-390) (-390))) (-15 -1382 ((-1269) (-1157))) (-15 -1796 ((-1269) (-1157))) (-15 -3802 ((-1269)))))
-((-2988 (((-112) $ $) NIL)) (-3910 (((-3 (|:| |fst| (-436)) (|:| -3907 "void")) $) 11)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3420 (($) 35)) (-3639 (($) 41)) (-4223 (($) 37)) (-1316 (($) 39)) (-2428 (($) 36)) (-2464 (($) 38)) (-2498 (($) 40)) (-3507 (((-112) $) 8)) (-2817 (((-644 (-952 (-566))) $) 19)) (-1340 (($ (-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-644 (-1175)) (-112)) 29) (($ (-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-644 (-952 (-566))) (-112)) 30)) (-3152 (((-862) $) 24) (($ (-436)) 32)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-439) (-13 (-1099) (-10 -8 (-15 -3152 ($ (-436))) (-15 -3910 ((-3 (|:| |fst| (-436)) (|:| -3907 "void")) $)) (-15 -2817 ((-644 (-952 (-566))) $)) (-15 -3507 ((-112) $)) (-15 -1340 ($ (-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-644 (-1175)) (-112))) (-15 -1340 ($ (-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-644 (-952 (-566))) (-112))) (-15 -3420 ($)) (-15 -2428 ($)) (-15 -4223 ($)) (-15 -3639 ($)) (-15 -2464 ($)) (-15 -1316 ($)) (-15 -2498 ($))))) (T -439))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-436)) (-5 *1 (-439)))) (-3910 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *1 (-439)))) (-2817 (*1 *2 *1) (-12 (-5 *2 (-644 (-952 (-566)))) (-5 *1 (-439)))) (-3507 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-439)))) (-1340 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *3 (-644 (-1175))) (-5 *4 (-112)) (-5 *1 (-439)))) (-1340 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-112)) (-5 *1 (-439)))) (-3420 (*1 *1) (-5 *1 (-439))) (-2428 (*1 *1) (-5 *1 (-439))) (-4223 (*1 *1) (-5 *1 (-439))) (-3639 (*1 *1) (-5 *1 (-439))) (-2464 (*1 *1) (-5 *1 (-439))) (-1316 (*1 *1) (-5 *1 (-439))) (-2498 (*1 *1) (-5 *1 (-439))))
-(-13 (-1099) (-10 -8 (-15 -3152 ($ (-436))) (-15 -3910 ((-3 (|:| |fst| (-436)) (|:| -3907 "void")) $)) (-15 -2817 ((-644 (-952 (-566))) $)) (-15 -3507 ((-112) $)) (-15 -1340 ($ (-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-644 (-1175)) (-112))) (-15 -1340 ($ (-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-644 (-952 (-566))) (-112))) (-15 -3420 ($)) (-15 -2428 ($)) (-15 -4223 ($)) (-15 -3639 ($)) (-15 -2464 ($)) (-15 -1316 ($)) (-15 -2498 ($))))
-((-2988 (((-112) $ $) NIL)) (-1368 (((-1175) $) 8)) (-3380 (((-1157) $) 17)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 11)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 14)))
-(((-440 |#1|) (-13 (-1099) (-10 -8 (-15 -1368 ((-1175) $)))) (-1175)) (T -440))
-((-1368 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-440 *3)) (-14 *3 *2))))
-(-13 (-1099) (-10 -8 (-15 -1368 ((-1175) $))))
-((-2988 (((-112) $ $) NIL)) (-2831 (((-1117) $) 7)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 13)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 9)))
-(((-441) (-13 (-1099) (-10 -8 (-15 -2831 ((-1117) $))))) (T -441))
-((-2831 (*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-441)))))
-(-13 (-1099) (-10 -8 (-15 -2831 ((-1117) $))))
-((-1586 (((-1269) $) 7)) (-3152 (((-862) $) 8) (($ (-1264 (-699))) 14) (($ (-644 (-331))) 13) (($ (-331)) 12) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 11)))
+((-4096 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-4109 (*1 *2 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)))) (-3981 (*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-5 *2 (-644 (-1175))))) (-4292 (*1 *1 *2 *1) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)))) (-4292 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)))) (-4292 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)))) (-4292 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)))) (-4292 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-644 *1)) (-4 *1 (-432 *4)) (-4 *4 (-1099)))) (-1838 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-4 *3 (-614 (-538))))) (-1838 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1175))) (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-4 *3 (-614 (-538))))) (-1838 (*1 *1 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)) (-4 *2 (-614 (-538))))) (-1838 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-114)) (-5 *3 (-1175)) (-4 *1 (-432 *4)) (-4 *4 (-1099)) (-4 *4 (-614 (-538))))) (-1838 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-114))) (-5 *3 (-644 *1)) (-5 *4 (-1175)) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-614 (-538))))) (-2174 (*1 *2 *1) (|partial| -12 (-4 *3 (-1111)) (-4 *3 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-432 *3)))) (-2376 (*1 *2 *1) (|partial| -12 (-4 *3 (-1111)) (-4 *3 (-1099)) (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -3388 (-566)))) (-4 *1 (-432 *3)))) (-4001 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-432 *3)))) (-3355 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1099)) (-5 *2 (-2 (|:| -2651 (-566)) (|:| |var| (-612 *1)))) (-4 *1 (-432 *3)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-1124 *3 (-612 *1))) (-4 *3 (-1049)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-2499 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *3 (-1099)) (-5 *2 (-1124 *3 (-612 *1))) (-4 *1 (-432 *3)))) (-2059 (*1 *1 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)) (-4 *2 (-1049)))) (-2376 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-114)) (-4 *4 (-1049)) (-4 *4 (-1099)) (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -3388 (-566)))) (-4 *1 (-432 *4)))) (-2376 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1175)) (-4 *4 (-1049)) (-4 *4 (-1099)) (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -3388 (-566)))) (-4 *1 (-432 *4)))) (-4280 (*1 *2 *1) (|partial| -12 (-4 *3 (-1049)) (-4 *3 (-1099)) (-5 *2 (-2 (|:| |val| *1) (|:| -3388 (-566)))) (-4 *1 (-432 *3)))) (-1838 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-644 (-771))) (-5 *4 (-644 (-1 *1 *1))) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-1049)))) (-1838 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-644 (-771))) (-5 *4 (-644 (-1 *1 (-644 *1)))) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-1049)))) (-1838 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-771)) (-5 *4 (-1 *1 (-644 *1))) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-1049)))) (-1838 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-771)) (-5 *4 (-1 *1 *1)) (-4 *1 (-432 *5)) (-4 *5 (-1099)) (-4 *5 (-1049)))) (-1945 (*1 *1 *2) (-12 (-5 *2 (-420 *1)) (-4 *1 (-432 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))) (-2507 (*1 *2 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1099)) (-5 *2 (-1124 *3 (-612 *1))) (-4 *1 (-432 *3)))) (-1490 (*1 *1 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)) (-4 *2 (-558)))) (-2990 (*1 *1 *2 *2) (-12 (-5 *2 (-1124 *3 (-612 *1))) (-4 *3 (-558)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-409 *3)) (-4 *3 (-558)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-952 (-409 *3))) (-4 *3 (-558)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-409 *3)))) (-4 *3 (-558)) (-4 *3 (-1099)) (-4 *1 (-432 *3)))) (-3817 (*1 *2 *1 *3) (-12 (-5 *3 (-612 *1)) (-4 *1 (-432 *4)) (-4 *4 (-1099)) (-4 *4 (-558)) (-5 *2 (-409 (-1171 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-4 *3 (-1111)))))
+(-13 (-303) (-1038 (-1175)) (-884 |t#1|) (-402 |t#1|) (-413 |t#1|) (-10 -8 (-15 -4096 ((-112) $)) (-15 -4109 (|t#1| $)) (-15 -3981 ((-644 (-1175)) $)) (-15 -4292 ($ (-1175) $)) (-15 -4292 ($ (-1175) $ $)) (-15 -4292 ($ (-1175) $ $ $)) (-15 -4292 ($ (-1175) $ $ $ $)) (-15 -4292 ($ (-1175) (-644 $))) (IF (|has| |t#1| (-614 (-538))) (PROGN (-6 (-614 (-538))) (-15 -1838 ($ $ (-1175))) (-15 -1838 ($ $ (-644 (-1175)))) (-15 -1838 ($ $)) (-15 -1838 ($ $ (-114) $ (-1175))) (-15 -1838 ($ $ (-644 (-114)) (-644 $) (-1175)))) |%noBranch|) (IF (|has| |t#1| (-1111)) (PROGN (-6 (-726)) (-15 ** ($ $ (-771))) (-15 -2174 ((-3 (-644 $) "failed") $)) (-15 -2376 ((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-475)) (-6 (-475)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -4001 ((-3 (-644 $) "failed") $)) (-15 -3355 ((-3 (-2 (|:| -2651 (-566)) (|:| |var| (-612 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1049)) (PROGN (-6 (-1049)) (-6 (-1038 (-952 |t#1|))) (-6 (-900 (-1175))) (-6 (-379 |t#1|)) (-15 -1650 ($ (-1124 |t#1| (-612 $)))) (-15 -2499 ((-1124 |t#1| (-612 $)) $)) (-15 -2059 ($ $)) (-15 -2376 ((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-114))) (-15 -2376 ((-3 (-2 (|:| |var| (-612 $)) (|:| -3388 (-566))) "failed") $ (-1175))) (-15 -4280 ((-3 (-2 (|:| |val| $) (|:| -3388 (-566))) "failed") $)) (-15 -1838 ($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ $)))) (-15 -1838 ($ $ (-644 (-1175)) (-644 (-771)) (-644 (-1 $ (-644 $))))) (-15 -1838 ($ $ (-1175) (-771) (-1 $ (-644 $)))) (-15 -1838 ($ $ (-1175) (-771) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-6 (-365)) (-6 (-1038 (-409 (-952 |t#1|)))) (-15 -1945 ($ (-420 $))) (-15 -2507 ((-1124 |t#1| (-612 $)) $)) (-15 -1490 ($ $)) (-15 -2990 ($ (-1124 |t#1| (-612 $)) (-1124 |t#1| (-612 $)))) (-15 -1650 ($ (-409 |t#1|))) (-15 -1650 ($ (-952 (-409 |t#1|)))) (-15 -1650 ($ (-409 (-952 (-409 |t#1|))))) (-15 -3817 ((-409 (-1171 $)) $ (-612 $))) (IF (|has| |t#1| (-1038 (-566))) (-6 (-1038 (-409 (-566)))) |%noBranch|)) |%noBranch|)))
+(((-21) -2700 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-23) -2700 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -2700 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-409 (-566))) |has| |#1| (-558)) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-558)) ((-111 |#1| |#1|) |has| |#1| (-172)) ((-111 $ $) |has| |#1| (-558)) ((-131) -2700 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-558))) ((-616 #1=(-409 (-952 |#1|))) |has| |#1| (-558)) ((-616 (-566)) -2700 (|has| |#1| (-1049)) (|has| |#1| (-1038 (-566))) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-616 #2=(-612 $)) . T) ((-616 #3=(-952 |#1|)) |has| |#1| (-1049)) ((-616 #4=(-1175)) . T) ((-616 |#1|) . T) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) |has| |#1| (-558)) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-614 (-892 (-381))) |has| |#1| (-614 (-892 (-381)))) ((-614 (-892 (-566))) |has| |#1| (-614 (-892 (-566)))) ((-243) |has| |#1| (-558)) ((-291) |has| |#1| (-558)) ((-308) |has| |#1| (-558)) ((-310 $) . T) ((-303) . T) ((-365) |has| |#1| (-558)) ((-379 |#1|) |has| |#1| (-1049)) ((-402 |#1|) . T) ((-413 |#1|) . T) ((-454) |has| |#1| (-558)) ((-475) |has| |#1| (-475)) ((-516 (-612 $) $) . T) ((-516 $ $) . T) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-558)) ((-646 (-566)) -2700 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145)) (|has| |#1| (-21))) ((-646 |#1|) |has| |#1| (-172)) ((-646 $) -2700 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-648 #0#) |has| |#1| (-558)) ((-648 |#1|) |has| |#1| (-172)) ((-648 $) -2700 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-640 #0#) |has| |#1| (-558)) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-639 (-566)) -12 (|has| |#1| (-639 (-566))) (|has| |#1| (-1049))) ((-639 |#1|) |has| |#1| (-1049)) ((-717 #0#) |has| |#1| (-558)) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) -2700 (|has| |#1| (-1111)) (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-475)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-900 (-1175)) |has| |#1| (-1049)) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-884 |#1|) . T) ((-920) |has| |#1| (-558)) ((-1038 (-409 (-566))) -2700 (|has| |#1| (-1038 (-409 (-566)))) (-12 (|has| |#1| (-558)) (|has| |#1| (-1038 (-566))))) ((-1038 #1#) |has| |#1| (-558)) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 #2#) . T) ((-1038 #3#) |has| |#1| (-1049)) ((-1038 #4#) . T) ((-1038 |#1|) . T) ((-1051 #0#) |has| |#1| (-558)) ((-1051 |#1|) |has| |#1| (-172)) ((-1051 $) |has| |#1| (-558)) ((-1056 #0#) |has| |#1| (-558)) ((-1056 |#1|) |has| |#1| (-172)) ((-1056 $) |has| |#1| (-558)) ((-1049) -2700 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1057) -2700 (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1111) -2700 (|has| |#1| (-1111)) (|has| |#1| (-1049)) (|has| |#1| (-558)) (|has| |#1| (-475)) (|has| |#1| (-172)) (|has| |#1| (-147)) (|has| |#1| (-145))) ((-1099) . T) ((-1215) . T) ((-1219) |has| |#1| (-558)))
+((-1564 ((|#2| |#2| |#2|) 31)) (-3797 (((-114) (-114)) 43)) (-3811 ((|#2| |#2|) 63)) (-2355 ((|#2| |#2|) 66)) (-4215 ((|#2| |#2|) 30)) (-1316 ((|#2| |#2| |#2|) 33)) (-3202 ((|#2| |#2| |#2|) 35)) (-3121 ((|#2| |#2| |#2|) 32)) (-2193 ((|#2| |#2| |#2|) 34)) (-1892 (((-112) (-114)) 41)) (-2629 ((|#2| |#2|) 37)) (-1959 ((|#2| |#2|) 36)) (-3839 ((|#2| |#2|) 25)) (-3801 ((|#2| |#2| |#2|) 28) ((|#2| |#2|) 26)) (-2655 ((|#2| |#2| |#2|) 29)))
+(((-433 |#1| |#2|) (-10 -7 (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -3839 (|#2| |#2|)) (-15 -3801 (|#2| |#2|)) (-15 -3801 (|#2| |#2| |#2|)) (-15 -2655 (|#2| |#2| |#2|)) (-15 -4215 (|#2| |#2|)) (-15 -1564 (|#2| |#2| |#2|)) (-15 -3121 (|#2| |#2| |#2|)) (-15 -1316 (|#2| |#2| |#2|)) (-15 -2193 (|#2| |#2| |#2|)) (-15 -3202 (|#2| |#2| |#2|)) (-15 -1959 (|#2| |#2|)) (-15 -2629 (|#2| |#2|)) (-15 -2355 (|#2| |#2|)) (-15 -3811 (|#2| |#2|))) (-558) (-432 |#1|)) (T -433))
+((-3811 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2355 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2629 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-1959 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-3202 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2193 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-1316 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-3121 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-1564 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-4215 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-2655 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-3801 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-3801 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-3839 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))) (-3797 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-433 *3 *4)) (-4 *4 (-432 *3)))) (-1892 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-433 *4 *5)) (-4 *5 (-432 *4)))))
+(-10 -7 (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -3839 (|#2| |#2|)) (-15 -3801 (|#2| |#2|)) (-15 -3801 (|#2| |#2| |#2|)) (-15 -2655 (|#2| |#2| |#2|)) (-15 -4215 (|#2| |#2|)) (-15 -1564 (|#2| |#2| |#2|)) (-15 -3121 (|#2| |#2| |#2|)) (-15 -1316 (|#2| |#2| |#2|)) (-15 -2193 (|#2| |#2| |#2|)) (-15 -3202 (|#2| |#2| |#2|)) (-15 -1959 (|#2| |#2|)) (-15 -2629 (|#2| |#2|)) (-15 -2355 (|#2| |#2|)) (-15 -3811 (|#2| |#2|)))
+((-2814 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1171 |#2|)) (|:| |pol2| (-1171 |#2|)) (|:| |prim| (-1171 |#2|))) |#2| |#2|) 106 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-644 (-1171 |#2|))) (|:| |prim| (-1171 |#2|))) (-644 |#2|)) 68)))
+(((-434 |#1| |#2|) (-10 -7 (-15 -2814 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-644 (-1171 |#2|))) (|:| |prim| (-1171 |#2|))) (-644 |#2|))) (IF (|has| |#2| (-27)) (-15 -2814 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1171 |#2|)) (|:| |pol2| (-1171 |#2|)) (|:| |prim| (-1171 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-558) (-147)) (-432 |#1|)) (T -434))
+((-2814 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-558) (-147))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1171 *3)) (|:| |pol2| (-1171 *3)) (|:| |prim| (-1171 *3)))) (-5 *1 (-434 *4 *3)) (-4 *3 (-27)) (-4 *3 (-432 *4)))) (-2814 (*1 *2 *3) (-12 (-5 *3 (-644 *5)) (-4 *5 (-432 *4)) (-4 *4 (-13 (-558) (-147))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-644 (-1171 *5))) (|:| |prim| (-1171 *5)))) (-5 *1 (-434 *4 *5)))))
+(-10 -7 (-15 -2814 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-644 (-1171 |#2|))) (|:| |prim| (-1171 |#2|))) (-644 |#2|))) (IF (|has| |#2| (-27)) (-15 -2814 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1171 |#2|)) (|:| |pol2| (-1171 |#2|)) (|:| |prim| (-1171 |#2|))) |#2| |#2|)) |%noBranch|))
+((-3712 (((-1270)) 19)) (-3774 (((-1171 (-409 (-566))) |#2| (-612 |#2|)) 41) (((-409 (-566)) |#2|) 25)))
+(((-435 |#1| |#2|) (-10 -7 (-15 -3774 ((-409 (-566)) |#2|)) (-15 -3774 ((-1171 (-409 (-566))) |#2| (-612 |#2|))) (-15 -3712 ((-1270)))) (-13 (-558) (-1038 (-566))) (-432 |#1|)) (T -435))
+((-3712 (*1 *2) (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *2 (-1270)) (-5 *1 (-435 *3 *4)) (-4 *4 (-432 *3)))) (-3774 (*1 *2 *3 *4) (-12 (-5 *4 (-612 *3)) (-4 *3 (-432 *5)) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-435 *5 *3)))) (-3774 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 (-566))) (-5 *1 (-435 *4 *3)) (-4 *3 (-432 *4)))))
+(-10 -7 (-15 -3774 ((-409 (-566)) |#2|)) (-15 -3774 ((-1171 (-409 (-566))) |#2| (-612 |#2|))) (-15 -3712 ((-1270))))
+((-2015 (((-112) $) 32)) (-1551 (((-112) $) 34)) (-3126 (((-112) $) 35)) (-3146 (((-112) $) 38)) (-3948 (((-112) $) 33)) (-1694 (((-112) $) 37)) (-1650 (((-862) $) 20) (($ (-1157)) 31) (($ (-1175)) 26) (((-1175) $) 24) (((-1103) $) 23)) (-3260 (((-112) $) 36)) (-2868 (((-112) $ $) 17)))
+(((-436) (-13 (-613 (-862)) (-10 -8 (-15 -1650 ($ (-1157))) (-15 -1650 ($ (-1175))) (-15 -1650 ((-1175) $)) (-15 -1650 ((-1103) $)) (-15 -2015 ((-112) $)) (-15 -3948 ((-112) $)) (-15 -3126 ((-112) $)) (-15 -1694 ((-112) $)) (-15 -3146 ((-112) $)) (-15 -3260 ((-112) $)) (-15 -1551 ((-112) $)) (-15 -2868 ((-112) $ $))))) (T -436))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-436)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-436)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-436)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-436)))) (-2015 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-3948 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-3126 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-1694 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-3146 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-3260 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-1551 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))) (-2868 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -1650 ($ (-1157))) (-15 -1650 ($ (-1175))) (-15 -1650 ((-1175) $)) (-15 -1650 ((-1103) $)) (-15 -2015 ((-112) $)) (-15 -3948 ((-112) $)) (-15 -3126 ((-112) $)) (-15 -1694 ((-112) $)) (-15 -3146 ((-112) $)) (-15 -3260 ((-112) $)) (-15 -1551 ((-112) $)) (-15 -2868 ((-112) $ $))))
+((-1560 (((-3 (-420 (-1171 (-409 (-566)))) "failed") |#3|) 72)) (-2896 (((-420 |#3|) |#3|) 34)) (-2672 (((-3 (-420 (-1171 (-48))) "failed") |#3|) 46 (|has| |#2| (-1038 (-48))))) (-4310 (((-3 (|:| |overq| (-1171 (-409 (-566)))) (|:| |overan| (-1171 (-48))) (|:| -2281 (-112))) |#3|) 37)))
+(((-437 |#1| |#2| |#3|) (-10 -7 (-15 -2896 ((-420 |#3|) |#3|)) (-15 -1560 ((-3 (-420 (-1171 (-409 (-566)))) "failed") |#3|)) (-15 -4310 ((-3 (|:| |overq| (-1171 (-409 (-566)))) (|:| |overan| (-1171 (-48))) (|:| -2281 (-112))) |#3|)) (IF (|has| |#2| (-1038 (-48))) (-15 -2672 ((-3 (-420 (-1171 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-558) (-1038 (-566))) (-432 |#1|) (-1241 |#2|)) (T -437))
+((-2672 (*1 *2 *3) (|partial| -12 (-4 *5 (-1038 (-48))) (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4)) (-5 *2 (-420 (-1171 (-48)))) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1241 *5)))) (-4310 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4)) (-5 *2 (-3 (|:| |overq| (-1171 (-409 (-566)))) (|:| |overan| (-1171 (-48))) (|:| -2281 (-112)))) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1241 *5)))) (-1560 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4)) (-5 *2 (-420 (-1171 (-409 (-566))))) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1241 *5)))) (-2896 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4)) (-5 *2 (-420 *3)) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1241 *5)))))
+(-10 -7 (-15 -2896 ((-420 |#3|) |#3|)) (-15 -1560 ((-3 (-420 (-1171 (-409 (-566)))) "failed") |#3|)) (-15 -4310 ((-3 (|:| |overq| (-1171 (-409 (-566)))) (|:| |overan| (-1171 (-48))) (|:| -2281 (-112))) |#3|)) (IF (|has| |#2| (-1038 (-48))) (-15 -2672 ((-3 (-420 (-1171 (-48))) "failed") |#3|)) |%noBranch|))
+((-4124 (((-112) $ $) NIL)) (-1509 (((-1157) $ (-1157)) NIL)) (-3742 (($ $ (-1157)) NIL)) (-2888 (((-1157) $) NIL)) (-1752 (((-390) (-390) (-390)) 17) (((-390) (-390)) 15)) (-3009 (($ (-390)) NIL) (($ (-390) (-1157)) NIL)) (-3707 (((-390) $) NIL)) (-3057 (((-1157) $) NIL)) (-2169 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4301 (((-1270) (-1157)) 9)) (-1747 (((-1270) (-1157)) 10)) (-1553 (((-1270)) 11)) (-1650 (((-862) $) NIL)) (-1682 (($ $) 39)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-438) (-13 (-366 (-390) (-1157)) (-10 -7 (-15 -1752 ((-390) (-390) (-390))) (-15 -1752 ((-390) (-390))) (-15 -4301 ((-1270) (-1157))) (-15 -1747 ((-1270) (-1157))) (-15 -1553 ((-1270)))))) (T -438))
+((-1752 (*1 *2 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-438)))) (-1752 (*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-438)))) (-4301 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-438)))) (-1747 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-438)))) (-1553 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-438)))))
+(-13 (-366 (-390) (-1157)) (-10 -7 (-15 -1752 ((-390) (-390) (-390))) (-15 -1752 ((-390) (-390))) (-15 -4301 ((-1270) (-1157))) (-15 -1747 ((-1270) (-1157))) (-15 -1553 ((-1270)))))
+((-4124 (((-112) $ $) NIL)) (-4338 (((-3 (|:| |fst| (-436)) (|:| -4212 "void")) $) 11)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2199 (($) 35)) (-3743 (($) 41)) (-4271 (($) 37)) (-2622 (($) 39)) (-1882 (($) 36)) (-4158 (($) 38)) (-3229 (($) 40)) (-1817 (((-112) $) 8)) (-3245 (((-644 (-952 (-566))) $) 19)) (-1664 (($ (-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-644 (-1175)) (-112)) 29) (($ (-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-644 (-952 (-566))) (-112)) 30)) (-1650 (((-862) $) 24) (($ (-436)) 32)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-439) (-13 (-1099) (-10 -8 (-15 -1650 ($ (-436))) (-15 -4338 ((-3 (|:| |fst| (-436)) (|:| -4212 "void")) $)) (-15 -3245 ((-644 (-952 (-566))) $)) (-15 -1817 ((-112) $)) (-15 -1664 ($ (-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-644 (-1175)) (-112))) (-15 -1664 ($ (-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-644 (-952 (-566))) (-112))) (-15 -2199 ($)) (-15 -1882 ($)) (-15 -4271 ($)) (-15 -3743 ($)) (-15 -4158 ($)) (-15 -2622 ($)) (-15 -3229 ($))))) (T -439))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-436)) (-5 *1 (-439)))) (-4338 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *1 (-439)))) (-3245 (*1 *2 *1) (-12 (-5 *2 (-644 (-952 (-566)))) (-5 *1 (-439)))) (-1817 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-439)))) (-1664 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *3 (-644 (-1175))) (-5 *4 (-112)) (-5 *1 (-439)))) (-1664 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-112)) (-5 *1 (-439)))) (-2199 (*1 *1) (-5 *1 (-439))) (-1882 (*1 *1) (-5 *1 (-439))) (-4271 (*1 *1) (-5 *1 (-439))) (-3743 (*1 *1) (-5 *1 (-439))) (-4158 (*1 *1) (-5 *1 (-439))) (-2622 (*1 *1) (-5 *1 (-439))) (-3229 (*1 *1) (-5 *1 (-439))))
+(-13 (-1099) (-10 -8 (-15 -1650 ($ (-436))) (-15 -4338 ((-3 (|:| |fst| (-436)) (|:| -4212 "void")) $)) (-15 -3245 ((-644 (-952 (-566))) $)) (-15 -1817 ((-112) $)) (-15 -1664 ($ (-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-644 (-1175)) (-112))) (-15 -1664 ($ (-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-644 (-952 (-566))) (-112))) (-15 -2199 ($)) (-15 -1882 ($)) (-15 -4271 ($)) (-15 -3743 ($)) (-15 -4158 ($)) (-15 -2622 ($)) (-15 -3229 ($))))
+((-4124 (((-112) $ $) NIL)) (-3707 (((-1175) $) 8)) (-3057 (((-1157) $) 17)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 11)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 14)))
+(((-440 |#1|) (-13 (-1099) (-10 -8 (-15 -3707 ((-1175) $)))) (-1175)) (T -440))
+((-3707 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-440 *3)) (-14 *3 *2))))
+(-13 (-1099) (-10 -8 (-15 -3707 ((-1175) $))))
+((-4124 (((-112) $ $) NIL)) (-2474 (((-1117) $) 7)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 13)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 9)))
+(((-441) (-13 (-1099) (-10 -8 (-15 -2474 ((-1117) $))))) (T -441))
+((-2474 (*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-441)))))
+(-13 (-1099) (-10 -8 (-15 -2474 ((-1117) $))))
+((-2202 (((-1270) $) 7)) (-1650 (((-862) $) 8) (($ (-1265 (-699))) 14) (($ (-644 (-331))) 13) (($ (-331)) 12) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 11)))
(((-442) (-140)) (T -442))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-699))) (-4 *1 (-442)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-442)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-442)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) (-4 *1 (-442)))))
-(-13 (-397) (-10 -8 (-15 -3152 ($ (-1264 (-699)))) (-15 -3152 ($ (-644 (-331)))) (-15 -3152 ($ (-331))) (-15 -3152 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))))))
-(((-613 (-862)) . T) ((-397) . T) ((-1214) . T))
-((-2229 (((-3 $ "failed") (-1264 (-317 (-381)))) 21) (((-3 $ "failed") (-1264 (-317 (-566)))) 19) (((-3 $ "failed") (-1264 (-952 (-381)))) 17) (((-3 $ "failed") (-1264 (-952 (-566)))) 15) (((-3 $ "failed") (-1264 (-409 (-952 (-381))))) 13) (((-3 $ "failed") (-1264 (-409 (-952 (-566))))) 11)) (-4158 (($ (-1264 (-317 (-381)))) 22) (($ (-1264 (-317 (-566)))) 20) (($ (-1264 (-952 (-381)))) 18) (($ (-1264 (-952 (-566)))) 16) (($ (-1264 (-409 (-952 (-381))))) 14) (($ (-1264 (-409 (-952 (-566))))) 12)) (-1586 (((-1269) $) 7)) (-3152 (((-862) $) 8) (($ (-644 (-331))) 25) (($ (-331)) 24) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) 23)))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-699))) (-4 *1 (-442)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-442)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-442)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) (-4 *1 (-442)))))
+(-13 (-397) (-10 -8 (-15 -1650 ($ (-1265 (-699)))) (-15 -1650 ($ (-644 (-331)))) (-15 -1650 ($ (-331))) (-15 -1650 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))))))
+(((-613 (-862)) . T) ((-397) . T) ((-1215) . T))
+((-1821 (((-3 $ "failed") (-1265 (-317 (-381)))) 21) (((-3 $ "failed") (-1265 (-317 (-566)))) 19) (((-3 $ "failed") (-1265 (-952 (-381)))) 17) (((-3 $ "failed") (-1265 (-952 (-566)))) 15) (((-3 $ "failed") (-1265 (-409 (-952 (-381))))) 13) (((-3 $ "failed") (-1265 (-409 (-952 (-566))))) 11)) (-3213 (($ (-1265 (-317 (-381)))) 22) (($ (-1265 (-317 (-566)))) 20) (($ (-1265 (-952 (-381)))) 18) (($ (-1265 (-952 (-566)))) 16) (($ (-1265 (-409 (-952 (-381))))) 14) (($ (-1265 (-409 (-952 (-566))))) 12)) (-2202 (((-1270) $) 7)) (-1650 (((-862) $) 8) (($ (-644 (-331))) 25) (($ (-331)) 24) (($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) 23)))
(((-443) (-140)) (T -443))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-443)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-443)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331))))) (-4 *1 (-443)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-1264 (-317 (-381)))) (-4 *1 (-443)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-1264 (-317 (-381)))) (-4 *1 (-443)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-1264 (-317 (-566)))) (-4 *1 (-443)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-1264 (-317 (-566)))) (-4 *1 (-443)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-1264 (-952 (-381)))) (-4 *1 (-443)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-1264 (-952 (-381)))) (-4 *1 (-443)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-1264 (-952 (-566)))) (-4 *1 (-443)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-1264 (-952 (-566)))) (-4 *1 (-443)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-1264 (-409 (-952 (-381))))) (-4 *1 (-443)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-1264 (-409 (-952 (-381))))) (-4 *1 (-443)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-1264 (-409 (-952 (-566))))) (-4 *1 (-443)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-1264 (-409 (-952 (-566))))) (-4 *1 (-443)))))
-(-13 (-397) (-10 -8 (-15 -3152 ($ (-644 (-331)))) (-15 -3152 ($ (-331))) (-15 -3152 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))) (-15 -4158 ($ (-1264 (-317 (-381))))) (-15 -2229 ((-3 $ "failed") (-1264 (-317 (-381))))) (-15 -4158 ($ (-1264 (-317 (-566))))) (-15 -2229 ((-3 $ "failed") (-1264 (-317 (-566))))) (-15 -4158 ($ (-1264 (-952 (-381))))) (-15 -2229 ((-3 $ "failed") (-1264 (-952 (-381))))) (-15 -4158 ($ (-1264 (-952 (-566))))) (-15 -2229 ((-3 $ "failed") (-1264 (-952 (-566))))) (-15 -4158 ($ (-1264 (-409 (-952 (-381)))))) (-15 -2229 ((-3 $ "failed") (-1264 (-409 (-952 (-381)))))) (-15 -4158 ($ (-1264 (-409 (-952 (-566)))))) (-15 -2229 ((-3 $ "failed") (-1264 (-409 (-952 (-566))))))))
-(((-613 (-862)) . T) ((-397) . T) ((-1214) . T))
-((-3310 (((-112)) 18)) (-1671 (((-112) (-112)) 19)) (-2767 (((-112)) 14)) (-2931 (((-112) (-112)) 15)) (-3066 (((-112)) 16)) (-2958 (((-112) (-112)) 17)) (-2000 (((-921) (-921)) 22) (((-921)) 21)) (-1720 (((-771) (-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566))))) 52)) (-2255 (((-921) (-921)) 24) (((-921)) 23)) (-1831 (((-2 (|:| -3209 (-566)) (|:| -1616 (-644 |#1|))) |#1|) 97)) (-2998 (((-420 |#1|) (-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566))))))) 178)) (-4374 (((-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))) |#1| (-112)) 211)) (-2208 (((-420 |#1|) |#1| (-771) (-771)) 226) (((-420 |#1|) |#1| (-644 (-771)) (-771)) 223) (((-420 |#1|) |#1| (-644 (-771))) 225) (((-420 |#1|) |#1| (-771)) 224) (((-420 |#1|) |#1|) 222)) (-3571 (((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771) (-112)) 228) (((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771)) 229) (((-3 |#1| "failed") (-921) |#1| (-644 (-771))) 231) (((-3 |#1| "failed") (-921) |#1| (-771)) 230) (((-3 |#1| "failed") (-921) |#1|) 232)) (-1624 (((-420 |#1|) |#1| (-771) (-771)) 221) (((-420 |#1|) |#1| (-644 (-771)) (-771)) 217) (((-420 |#1|) |#1| (-644 (-771))) 219) (((-420 |#1|) |#1| (-771)) 218) (((-420 |#1|) |#1|) 216)) (-2316 (((-112) |#1|) 44)) (-3936 (((-737 (-771)) (-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566))))) 102)) (-3558 (((-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))) |#1| (-112) (-1101 (-771)) (-771)) 215)))
-(((-444 |#1|) (-10 -7 (-15 -2998 ((-420 |#1|) (-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))))) (-15 -3936 ((-737 (-771)) (-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))))) (-15 -2255 ((-921))) (-15 -2255 ((-921) (-921))) (-15 -2000 ((-921))) (-15 -2000 ((-921) (-921))) (-15 -1720 ((-771) (-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))))) (-15 -1831 ((-2 (|:| -3209 (-566)) (|:| -1616 (-644 |#1|))) |#1|)) (-15 -3310 ((-112))) (-15 -1671 ((-112) (-112))) (-15 -2767 ((-112))) (-15 -2931 ((-112) (-112))) (-15 -2316 ((-112) |#1|)) (-15 -3066 ((-112))) (-15 -2958 ((-112) (-112))) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -1624 ((-420 |#1|) |#1| (-771))) (-15 -1624 ((-420 |#1|) |#1| (-644 (-771)))) (-15 -1624 ((-420 |#1|) |#1| (-644 (-771)) (-771))) (-15 -1624 ((-420 |#1|) |#1| (-771) (-771))) (-15 -2208 ((-420 |#1|) |#1|)) (-15 -2208 ((-420 |#1|) |#1| (-771))) (-15 -2208 ((-420 |#1|) |#1| (-644 (-771)))) (-15 -2208 ((-420 |#1|) |#1| (-644 (-771)) (-771))) (-15 -2208 ((-420 |#1|) |#1| (-771) (-771))) (-15 -3571 ((-3 |#1| "failed") (-921) |#1|)) (-15 -3571 ((-3 |#1| "failed") (-921) |#1| (-771))) (-15 -3571 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)))) (-15 -3571 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771))) (-15 -3571 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771) (-112))) (-15 -4374 ((-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))) |#1| (-112))) (-15 -3558 ((-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))) |#1| (-112) (-1101 (-771)) (-771)))) (-1240 (-566))) (T -444))
-((-3558 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-112)) (-5 *5 (-1101 (-771))) (-5 *6 (-771)) (-5 *2 (-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| *3) (|:| -4125 (-566))))))) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-4374 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| *3) (|:| -4125 (-566))))))) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-3571 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *6 (-112)) (-5 *1 (-444 *2)) (-4 *2 (-1240 (-566))))) (-3571 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *1 (-444 *2)) (-4 *2 (-1240 (-566))))) (-3571 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *1 (-444 *2)) (-4 *2 (-1240 (-566))))) (-3571 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-921)) (-5 *4 (-771)) (-5 *1 (-444 *2)) (-4 *2 (-1240 (-566))))) (-3571 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-921)) (-5 *1 (-444 *2)) (-4 *2 (-1240 (-566))))) (-2208 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2208 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2208 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-771))) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2208 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2208 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-1624 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-1624 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-771))) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-1624 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2958 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-3066 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2316 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2931 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2767 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-1671 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-3310 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-1831 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3209 (-566)) (|:| -1616 (-644 *3)))) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-1720 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -1624 *4) (|:| -3902 (-566))))) (-4 *4 (-1240 (-566))) (-5 *2 (-771)) (-5 *1 (-444 *4)))) (-2000 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2000 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2255 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-2255 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))) (-3936 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -1624 *4) (|:| -3902 (-566))))) (-4 *4 (-1240 (-566))) (-5 *2 (-737 (-771))) (-5 *1 (-444 *4)))) (-2998 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| *4) (|:| -4125 (-566))))))) (-4 *4 (-1240 (-566))) (-5 *2 (-420 *4)) (-5 *1 (-444 *4)))))
-(-10 -7 (-15 -2998 ((-420 |#1|) (-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))))) (-15 -3936 ((-737 (-771)) (-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))))) (-15 -2255 ((-921))) (-15 -2255 ((-921) (-921))) (-15 -2000 ((-921))) (-15 -2000 ((-921) (-921))) (-15 -1720 ((-771) (-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))))) (-15 -1831 ((-2 (|:| -3209 (-566)) (|:| -1616 (-644 |#1|))) |#1|)) (-15 -3310 ((-112))) (-15 -1671 ((-112) (-112))) (-15 -2767 ((-112))) (-15 -2931 ((-112) (-112))) (-15 -2316 ((-112) |#1|)) (-15 -3066 ((-112))) (-15 -2958 ((-112) (-112))) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -1624 ((-420 |#1|) |#1| (-771))) (-15 -1624 ((-420 |#1|) |#1| (-644 (-771)))) (-15 -1624 ((-420 |#1|) |#1| (-644 (-771)) (-771))) (-15 -1624 ((-420 |#1|) |#1| (-771) (-771))) (-15 -2208 ((-420 |#1|) |#1|)) (-15 -2208 ((-420 |#1|) |#1| (-771))) (-15 -2208 ((-420 |#1|) |#1| (-644 (-771)))) (-15 -2208 ((-420 |#1|) |#1| (-644 (-771)) (-771))) (-15 -2208 ((-420 |#1|) |#1| (-771) (-771))) (-15 -3571 ((-3 |#1| "failed") (-921) |#1|)) (-15 -3571 ((-3 |#1| "failed") (-921) |#1| (-771))) (-15 -3571 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)))) (-15 -3571 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771))) (-15 -3571 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771) (-112))) (-15 -4374 ((-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))) |#1| (-112))) (-15 -3558 ((-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))) |#1| (-112) (-1101 (-771)) (-771))))
-((-2812 (((-566) |#2|) 52) (((-566) |#2| (-771)) 51)) (-3973 (((-566) |#2|) 67)) (-3454 ((|#3| |#2|) 26)) (-2064 ((|#3| |#2| (-921)) 15)) (-2440 ((|#3| |#2|) 16)) (-1724 ((|#3| |#2|) 9)) (-3106 ((|#3| |#2|) 10)) (-2101 ((|#3| |#2| (-921)) 74) ((|#3| |#2|) 34)) (-2928 (((-566) |#2|) 69)))
-(((-445 |#1| |#2| |#3|) (-10 -7 (-15 -2928 ((-566) |#2|)) (-15 -2101 (|#3| |#2|)) (-15 -2101 (|#3| |#2| (-921))) (-15 -3973 ((-566) |#2|)) (-15 -2812 ((-566) |#2| (-771))) (-15 -2812 ((-566) |#2|)) (-15 -2064 (|#3| |#2| (-921))) (-15 -3454 (|#3| |#2|)) (-15 -1724 (|#3| |#2|)) (-15 -3106 (|#3| |#2|)) (-15 -2440 (|#3| |#2|))) (-1049) (-1240 |#1|) (-13 (-406) (-1038 |#1|) (-365) (-1199) (-285))) (T -445))
-((-2440 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4)))) (-3106 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4)))) (-1724 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4)))) (-3454 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4)))) (-2064 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *2 (-13 (-406) (-1038 *5) (-365) (-1199) (-285))) (-5 *1 (-445 *5 *3 *2)) (-4 *3 (-1240 *5)))) (-2812 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5)) (-4 *3 (-1240 *4)) (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))))) (-2812 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *5 *3 *6)) (-4 *3 (-1240 *5)) (-4 *6 (-13 (-406) (-1038 *5) (-365) (-1199) (-285))))) (-3973 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5)) (-4 *3 (-1240 *4)) (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))))) (-2101 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *2 (-13 (-406) (-1038 *5) (-365) (-1199) (-285))) (-5 *1 (-445 *5 *3 *2)) (-4 *3 (-1240 *5)))) (-2101 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4)))) (-2928 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5)) (-4 *3 (-1240 *4)) (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))))))
-(-10 -7 (-15 -2928 ((-566) |#2|)) (-15 -2101 (|#3| |#2|)) (-15 -2101 (|#3| |#2| (-921))) (-15 -3973 ((-566) |#2|)) (-15 -2812 ((-566) |#2| (-771))) (-15 -2812 ((-566) |#2|)) (-15 -2064 (|#3| |#2| (-921))) (-15 -3454 (|#3| |#2|)) (-15 -1724 (|#3| |#2|)) (-15 -3106 (|#3| |#2|)) (-15 -2440 (|#3| |#2|)))
-((-3572 ((|#2| (-1264 |#1|)) 45)) (-4252 ((|#2| |#2| |#1|) 61)) (-3551 ((|#2| |#2| |#1|) 53)) (-3683 ((|#2| |#2|) 49)) (-2520 (((-112) |#2|) 36)) (-3761 (((-644 |#2|) (-921) (-420 |#2|)) 24)) (-3571 ((|#2| (-921) (-420 |#2|)) 28)) (-3936 (((-737 (-771)) (-420 |#2|)) 33)))
-(((-446 |#1| |#2|) (-10 -7 (-15 -2520 ((-112) |#2|)) (-15 -3572 (|#2| (-1264 |#1|))) (-15 -3683 (|#2| |#2|)) (-15 -3551 (|#2| |#2| |#1|)) (-15 -4252 (|#2| |#2| |#1|)) (-15 -3936 ((-737 (-771)) (-420 |#2|))) (-15 -3571 (|#2| (-921) (-420 |#2|))) (-15 -3761 ((-644 |#2|) (-921) (-420 |#2|)))) (-1049) (-1240 |#1|)) (T -446))
-((-3761 (*1 *2 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-420 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-1049)) (-5 *2 (-644 *6)) (-5 *1 (-446 *5 *6)))) (-3571 (*1 *2 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-420 *2)) (-4 *2 (-1240 *5)) (-5 *1 (-446 *5 *2)) (-4 *5 (-1049)))) (-3936 (*1 *2 *3) (-12 (-5 *3 (-420 *5)) (-4 *5 (-1240 *4)) (-4 *4 (-1049)) (-5 *2 (-737 (-771))) (-5 *1 (-446 *4 *5)))) (-4252 (*1 *2 *2 *3) (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1240 *3)))) (-3551 (*1 *2 *2 *3) (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1240 *3)))) (-3683 (*1 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1240 *3)))) (-3572 (*1 *2 *3) (-12 (-5 *3 (-1264 *4)) (-4 *4 (-1049)) (-4 *2 (-1240 *4)) (-5 *1 (-446 *4 *2)))) (-2520 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-112)) (-5 *1 (-446 *4 *3)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -2520 ((-112) |#2|)) (-15 -3572 (|#2| (-1264 |#1|))) (-15 -3683 (|#2| |#2|)) (-15 -3551 (|#2| |#2| |#1|)) (-15 -4252 (|#2| |#2| |#1|)) (-15 -3936 ((-737 (-771)) (-420 |#2|))) (-15 -3571 (|#2| (-921) (-420 |#2|))) (-15 -3761 ((-644 |#2|) (-921) (-420 |#2|))))
-((-2370 (((-771)) 59)) (-4291 (((-771)) 29 (|has| |#1| (-406))) (((-771) (-771)) 28 (|has| |#1| (-406)))) (-3682 (((-566) |#1|) 25 (|has| |#1| (-406)))) (-3883 (((-566) |#1|) 27 (|has| |#1| (-406)))) (-2031 (((-771)) 58) (((-771) (-771)) 57)) (-3752 ((|#1| (-771) (-566)) 37)) (-3299 (((-1269)) 61)))
-(((-447 |#1|) (-10 -7 (-15 -3752 (|#1| (-771) (-566))) (-15 -2031 ((-771) (-771))) (-15 -2031 ((-771))) (-15 -2370 ((-771))) (-15 -3299 ((-1269))) (IF (|has| |#1| (-406)) (PROGN (-15 -3883 ((-566) |#1|)) (-15 -3682 ((-566) |#1|)) (-15 -4291 ((-771) (-771))) (-15 -4291 ((-771)))) |%noBranch|)) (-1049)) (T -447))
-((-4291 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))) (-4291 (*1 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))) (-3682 (*1 *2 *3) (-12 (-5 *2 (-566)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))) (-3883 (*1 *2 *3) (-12 (-5 *2 (-566)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))) (-3299 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))) (-2370 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))) (-2031 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))) (-2031 (*1 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))) (-3752 (*1 *2 *3 *4) (-12 (-5 *3 (-771)) (-5 *4 (-566)) (-5 *1 (-447 *2)) (-4 *2 (-1049)))))
-(-10 -7 (-15 -3752 (|#1| (-771) (-566))) (-15 -2031 ((-771) (-771))) (-15 -2031 ((-771))) (-15 -2370 ((-771))) (-15 -3299 ((-1269))) (IF (|has| |#1| (-406)) (PROGN (-15 -3883 ((-566) |#1|)) (-15 -3682 ((-566) |#1|)) (-15 -4291 ((-771) (-771))) (-15 -4291 ((-771)))) |%noBranch|))
-((-4062 (((-644 (-566)) (-566)) 76)) (-1615 (((-112) (-169 (-566))) 82)) (-1624 (((-420 (-169 (-566))) (-169 (-566))) 75)))
-(((-448) (-10 -7 (-15 -1624 ((-420 (-169 (-566))) (-169 (-566)))) (-15 -4062 ((-644 (-566)) (-566))) (-15 -1615 ((-112) (-169 (-566)))))) (T -448))
-((-1615 (*1 *2 *3) (-12 (-5 *3 (-169 (-566))) (-5 *2 (-112)) (-5 *1 (-448)))) (-4062 (*1 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-448)) (-5 *3 (-566)))) (-1624 (*1 *2 *3) (-12 (-5 *2 (-420 (-169 (-566)))) (-5 *1 (-448)) (-5 *3 (-169 (-566))))))
-(-10 -7 (-15 -1624 ((-420 (-169 (-566))) (-169 (-566)))) (-15 -4062 ((-644 (-566)) (-566))) (-15 -1615 ((-112) (-169 (-566)))))
-((-4235 ((|#4| |#4| (-644 |#4|)) 82)) (-2996 (((-644 |#4|) (-644 |#4|) (-1157) (-1157)) 22) (((-644 |#4|) (-644 |#4|) (-1157)) 21) (((-644 |#4|) (-644 |#4|)) 13)))
-(((-449 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4235 (|#4| |#4| (-644 |#4|))) (-15 -2996 ((-644 |#4|) (-644 |#4|))) (-15 -2996 ((-644 |#4|) (-644 |#4|) (-1157))) (-15 -2996 ((-644 |#4|) (-644 |#4|) (-1157) (-1157)))) (-308) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -449))
-((-2996 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-449 *4 *5 *6 *7)))) (-2996 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-449 *4 *5 *6 *7)))) (-2996 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-449 *3 *4 *5 *6)))) (-4235 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-449 *4 *5 *6 *2)))))
-(-10 -7 (-15 -4235 (|#4| |#4| (-644 |#4|))) (-15 -2996 ((-644 |#4|) (-644 |#4|))) (-15 -2996 ((-644 |#4|) (-644 |#4|) (-1157))) (-15 -2996 ((-644 |#4|) (-644 |#4|) (-1157) (-1157))))
-((-3363 (((-644 (-644 |#4|)) (-644 |#4|) (-112)) 91) (((-644 (-644 |#4|)) (-644 |#4|)) 90) (((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|) (-112)) 84) (((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|)) 85)) (-1651 (((-644 (-644 |#4|)) (-644 |#4|) (-112)) 55) (((-644 (-644 |#4|)) (-644 |#4|)) 77)))
-(((-450 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1651 ((-644 (-644 |#4|)) (-644 |#4|))) (-15 -1651 ((-644 (-644 |#4|)) (-644 |#4|) (-112))) (-15 -3363 ((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|))) (-15 -3363 ((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|) (-112))) (-15 -3363 ((-644 (-644 |#4|)) (-644 |#4|))) (-15 -3363 ((-644 (-644 |#4|)) (-644 |#4|) (-112)))) (-13 (-308) (-147)) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -450))
-((-3363 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8))) (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))) (-3363 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7))) (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-3363 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8))) (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))) (-3363 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7))) (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-1651 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8))) (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))) (-1651 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7))) (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
-(-10 -7 (-15 -1651 ((-644 (-644 |#4|)) (-644 |#4|))) (-15 -1651 ((-644 (-644 |#4|)) (-644 |#4|) (-112))) (-15 -3363 ((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|))) (-15 -3363 ((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|) (-112))) (-15 -3363 ((-644 (-644 |#4|)) (-644 |#4|))) (-15 -3363 ((-644 (-644 |#4|)) (-644 |#4|) (-112))))
-((-3570 (((-771) |#4|) 12)) (-3117 (((-644 (-2 (|:| |totdeg| (-771)) (|:| -3877 |#4|))) |#4| (-771) (-644 (-2 (|:| |totdeg| (-771)) (|:| -3877 |#4|)))) 39)) (-3826 (((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 51)) (-1935 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 54)) (-3550 ((|#4| |#4| (-644 |#4|)) 56)) (-4123 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-644 |#4|)) 98)) (-3868 (((-1269) |#4|) 61)) (-1675 (((-1269) (-644 |#4|)) 71)) (-3207 (((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566)) 68)) (-2305 (((-1269) (-566)) 113)) (-4073 (((-644 |#4|) (-644 |#4|)) 105)) (-1351 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-771)) (|:| -3877 |#4|)) |#4| (-771)) 31)) (-3112 (((-566) |#4|) 110)) (-2349 ((|#4| |#4|) 37)) (-1488 (((-644 |#4|) (-644 |#4|) (-566) (-566)) 76)) (-3297 (((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566) (-566)) 126)) (-3159 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20)) (-4236 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 80)) (-2859 (((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 78)) (-3321 (((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49)) (-3319 (((-112) |#2| |#2|) 77)) (-1730 (((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 50)) (-3189 (((-112) |#2| |#2| |#2| |#2|) 82)) (-3102 ((|#4| |#4| (-644 |#4|)) 99)))
-(((-451 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3102 (|#4| |#4| (-644 |#4|))) (-15 -3550 (|#4| |#4| (-644 |#4|))) (-15 -1488 ((-644 |#4|) (-644 |#4|) (-566) (-566))) (-15 -4236 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3319 ((-112) |#2| |#2|)) (-15 -3189 ((-112) |#2| |#2| |#2| |#2|)) (-15 -1730 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3321 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2859 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4123 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-644 |#4|))) (-15 -2349 (|#4| |#4|)) (-15 -3117 ((-644 (-2 (|:| |totdeg| (-771)) (|:| -3877 |#4|))) |#4| (-771) (-644 (-2 (|:| |totdeg| (-771)) (|:| -3877 |#4|))))) (-15 -1935 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3826 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4073 ((-644 |#4|) (-644 |#4|))) (-15 -3112 ((-566) |#4|)) (-15 -3868 ((-1269) |#4|)) (-15 -3207 ((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566))) (-15 -3297 ((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566) (-566))) (-15 -1675 ((-1269) (-644 |#4|))) (-15 -2305 ((-1269) (-566))) (-15 -3159 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1351 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-771)) (|:| -3877 |#4|)) |#4| (-771))) (-15 -3570 ((-771) |#4|))) (-454) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -451))
-((-3570 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-771)) (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-1351 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-771)) (|:| -3877 *4))) (-5 *5 (-771)) (-4 *4 (-949 *6 *7 *8)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-451 *6 *7 *8 *4)))) (-3159 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-793)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-451 *4 *5 *6 *7)))) (-2305 (*1 *2 *3) (-12 (-5 *3 (-566)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1269)) (-5 *1 (-451 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))) (-1675 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1269)) (-5 *1 (-451 *4 *5 *6 *7)))) (-3297 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-771)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-793)) (-4 *4 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *7 (-850)) (-5 *1 (-451 *5 *6 *7 *4)))) (-3207 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-771)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-793)) (-4 *4 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *7 (-850)) (-5 *1 (-451 *5 *6 *7 *4)))) (-3868 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1269)) (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-3112 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-566)) (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-4073 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *6)))) (-3826 (*1 *2 *2 *2) (-12 (-5 *2 (-644 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-771)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-793)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *6)))) (-1935 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-793)) (-4 *2 (-949 *4 *5 *6)) (-5 *1 (-451 *4 *5 *6 *2)) (-4 *4 (-454)) (-4 *6 (-850)))) (-3117 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-644 (-2 (|:| |totdeg| (-771)) (|:| -3877 *3)))) (-5 *4 (-771)) (-4 *3 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-451 *5 *6 *7 *3)))) (-2349 (*1 *2 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))) (-4123 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-451 *5 *6 *7 *3)))) (-2859 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-771)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-793)) (-4 *6 (-949 *4 *3 *5)) (-4 *4 (-454)) (-4 *5 (-850)) (-5 *1 (-451 *4 *3 *5 *6)))) (-3321 (*1 *2 *2) (-12 (-5 *2 (-644 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-771)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-793)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *6)))) (-1730 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-793)) (-4 *3 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *3)))) (-3189 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-454)) (-4 *3 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-451 *4 *3 *5 *6)) (-4 *6 (-949 *4 *3 *5)))) (-3319 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *3 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-451 *4 *3 *5 *6)) (-4 *6 (-949 *4 *3 *5)))) (-4236 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-793)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-451 *4 *5 *6 *7)))) (-1488 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-566)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *7)))) (-3550 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *2)))) (-3102 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *2)))))
-(-10 -7 (-15 -3102 (|#4| |#4| (-644 |#4|))) (-15 -3550 (|#4| |#4| (-644 |#4|))) (-15 -1488 ((-644 |#4|) (-644 |#4|) (-566) (-566))) (-15 -4236 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3319 ((-112) |#2| |#2|)) (-15 -3189 ((-112) |#2| |#2| |#2| |#2|)) (-15 -1730 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3321 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2859 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4123 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-644 |#4|))) (-15 -2349 (|#4| |#4|)) (-15 -3117 ((-644 (-2 (|:| |totdeg| (-771)) (|:| -3877 |#4|))) |#4| (-771) (-644 (-2 (|:| |totdeg| (-771)) (|:| -3877 |#4|))))) (-15 -1935 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3826 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -4073 ((-644 |#4|) (-644 |#4|))) (-15 -3112 ((-566) |#4|)) (-15 -3868 ((-1269) |#4|)) (-15 -3207 ((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566))) (-15 -3297 ((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566) (-566))) (-15 -1675 ((-1269) (-644 |#4|))) (-15 -2305 ((-1269) (-566))) (-15 -3159 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1351 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-771)) (|:| -3877 |#4|)) |#4| (-771))) (-15 -3570 ((-771) |#4|)))
-((-3647 ((|#4| |#4| (-644 |#4|)) 20 (|has| |#1| (-365)))) (-2542 (((-644 |#4|) (-644 |#4|) (-1157) (-1157)) 46) (((-644 |#4|) (-644 |#4|) (-1157)) 45) (((-644 |#4|) (-644 |#4|)) 34)))
-(((-452 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2542 ((-644 |#4|) (-644 |#4|))) (-15 -2542 ((-644 |#4|) (-644 |#4|) (-1157))) (-15 -2542 ((-644 |#4|) (-644 |#4|) (-1157) (-1157))) (IF (|has| |#1| (-365)) (-15 -3647 (|#4| |#4| (-644 |#4|))) |%noBranch|)) (-454) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -452))
-((-3647 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-365)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-452 *4 *5 *6 *2)))) (-2542 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-452 *4 *5 *6 *7)))) (-2542 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-452 *4 *5 *6 *7)))) (-2542 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-452 *3 *4 *5 *6)))))
-(-10 -7 (-15 -2542 ((-644 |#4|) (-644 |#4|))) (-15 -2542 ((-644 |#4|) (-644 |#4|) (-1157))) (-15 -2542 ((-644 |#4|) (-644 |#4|) (-1157) (-1157))) (IF (|has| |#1| (-365)) (-15 -3647 (|#4| |#4| (-644 |#4|))) |%noBranch|))
-((-2128 (($ $ $) 14) (($ (-644 $)) 21)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 46)) (-2164 (($ $ $) NIL) (($ (-644 $)) 22)))
-(((-453 |#1|) (-10 -8 (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -2128 (|#1| (-644 |#1|))) (-15 -2128 (|#1| |#1| |#1|)) (-15 -2164 (|#1| (-644 |#1|))) (-15 -2164 (|#1| |#1| |#1|))) (-454)) (T -453))
-NIL
-(-10 -8 (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -2128 (|#1| (-644 |#1|))) (-15 -2128 (|#1| |#1| |#1|)) (-15 -2164 (|#1| (-644 |#1|))) (-15 -2164 (|#1| |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2978 (((-3 $ "failed") $ $) 48)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-443)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-443)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331))))) (-4 *1 (-443)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1265 (-317 (-381)))) (-4 *1 (-443)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-1265 (-317 (-381)))) (-4 *1 (-443)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1265 (-317 (-566)))) (-4 *1 (-443)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-1265 (-317 (-566)))) (-4 *1 (-443)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1265 (-952 (-381)))) (-4 *1 (-443)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-1265 (-952 (-381)))) (-4 *1 (-443)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1265 (-952 (-566)))) (-4 *1 (-443)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-1265 (-952 (-566)))) (-4 *1 (-443)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1265 (-409 (-952 (-381))))) (-4 *1 (-443)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-1265 (-409 (-952 (-381))))) (-4 *1 (-443)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1265 (-409 (-952 (-566))))) (-4 *1 (-443)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-1265 (-409 (-952 (-566))))) (-4 *1 (-443)))))
+(-13 (-397) (-10 -8 (-15 -1650 ($ (-644 (-331)))) (-15 -1650 ($ (-331))) (-15 -1650 ($ (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))) (-15 -3213 ($ (-1265 (-317 (-381))))) (-15 -1821 ((-3 $ "failed") (-1265 (-317 (-381))))) (-15 -3213 ($ (-1265 (-317 (-566))))) (-15 -1821 ((-3 $ "failed") (-1265 (-317 (-566))))) (-15 -3213 ($ (-1265 (-952 (-381))))) (-15 -1821 ((-3 $ "failed") (-1265 (-952 (-381))))) (-15 -3213 ($ (-1265 (-952 (-566))))) (-15 -1821 ((-3 $ "failed") (-1265 (-952 (-566))))) (-15 -3213 ($ (-1265 (-409 (-952 (-381)))))) (-15 -1821 ((-3 $ "failed") (-1265 (-409 (-952 (-381)))))) (-15 -3213 ($ (-1265 (-409 (-952 (-566)))))) (-15 -1821 ((-3 $ "failed") (-1265 (-409 (-952 (-566))))))))
+(((-613 (-862)) . T) ((-397) . T) ((-1215) . T))
+((-3578 (((-112)) 18)) (-2986 (((-112) (-112)) 19)) (-4027 (((-112)) 14)) (-3048 (((-112) (-112)) 15)) (-2884 (((-112)) 16)) (-3164 (((-112) (-112)) 17)) (-2000 (((-921) (-921)) 22) (((-921)) 21)) (-2211 (((-771) (-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566))))) 52)) (-2652 (((-921) (-921)) 24) (((-921)) 23)) (-4008 (((-2 (|:| -3835 (-566)) (|:| -2430 (-644 |#1|))) |#1|) 97)) (-3537 (((-420 |#1|) (-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566))))))) 178)) (-3221 (((-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))) |#1| (-112)) 211)) (-3464 (((-420 |#1|) |#1| (-771) (-771)) 226) (((-420 |#1|) |#1| (-644 (-771)) (-771)) 223) (((-420 |#1|) |#1| (-644 (-771))) 225) (((-420 |#1|) |#1| (-771)) 224) (((-420 |#1|) |#1|) 222)) (-4380 (((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771) (-112)) 228) (((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771)) 229) (((-3 |#1| "failed") (-921) |#1| (-644 (-771))) 231) (((-3 |#1| "failed") (-921) |#1| (-771)) 230) (((-3 |#1| "failed") (-921) |#1|) 232)) (-3846 (((-420 |#1|) |#1| (-771) (-771)) 221) (((-420 |#1|) |#1| (-644 (-771)) (-771)) 217) (((-420 |#1|) |#1| (-644 (-771))) 219) (((-420 |#1|) |#1| (-771)) 218) (((-420 |#1|) |#1|) 216)) (-2057 (((-112) |#1|) 44)) (-3284 (((-737 (-771)) (-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566))))) 102)) (-4259 (((-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))) |#1| (-112) (-1101 (-771)) (-771)) 215)))
+(((-444 |#1|) (-10 -7 (-15 -3537 ((-420 |#1|) (-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))))) (-15 -3284 ((-737 (-771)) (-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))))) (-15 -2652 ((-921))) (-15 -2652 ((-921) (-921))) (-15 -2000 ((-921))) (-15 -2000 ((-921) (-921))) (-15 -2211 ((-771) (-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))))) (-15 -4008 ((-2 (|:| -3835 (-566)) (|:| -2430 (-644 |#1|))) |#1|)) (-15 -3578 ((-112))) (-15 -2986 ((-112) (-112))) (-15 -4027 ((-112))) (-15 -3048 ((-112) (-112))) (-15 -2057 ((-112) |#1|)) (-15 -2884 ((-112))) (-15 -3164 ((-112) (-112))) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3846 ((-420 |#1|) |#1| (-771))) (-15 -3846 ((-420 |#1|) |#1| (-644 (-771)))) (-15 -3846 ((-420 |#1|) |#1| (-644 (-771)) (-771))) (-15 -3846 ((-420 |#1|) |#1| (-771) (-771))) (-15 -3464 ((-420 |#1|) |#1|)) (-15 -3464 ((-420 |#1|) |#1| (-771))) (-15 -3464 ((-420 |#1|) |#1| (-644 (-771)))) (-15 -3464 ((-420 |#1|) |#1| (-644 (-771)) (-771))) (-15 -3464 ((-420 |#1|) |#1| (-771) (-771))) (-15 -4380 ((-3 |#1| "failed") (-921) |#1|)) (-15 -4380 ((-3 |#1| "failed") (-921) |#1| (-771))) (-15 -4380 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)))) (-15 -4380 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771))) (-15 -4380 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771) (-112))) (-15 -3221 ((-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))) |#1| (-112))) (-15 -4259 ((-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))) |#1| (-112) (-1101 (-771)) (-771)))) (-1241 (-566))) (T -444))
+((-4259 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-112)) (-5 *5 (-1101 (-771))) (-5 *6 (-771)) (-5 *2 (-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| *3) (|:| -2510 (-566))))))) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3221 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| *3) (|:| -2510 (-566))))))) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-4380 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *6 (-112)) (-5 *1 (-444 *2)) (-4 *2 (-1241 (-566))))) (-4380 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *1 (-444 *2)) (-4 *2 (-1241 (-566))))) (-4380 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *1 (-444 *2)) (-4 *2 (-1241 (-566))))) (-4380 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-921)) (-5 *4 (-771)) (-5 *1 (-444 *2)) (-4 *2 (-1241 (-566))))) (-4380 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-921)) (-5 *1 (-444 *2)) (-4 *2 (-1241 (-566))))) (-3464 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3464 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3464 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-771))) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3464 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3464 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3846 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3846 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-771))) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3846 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3164 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-2884 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-2057 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3048 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-4027 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-2986 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3578 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-4008 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3835 (-566)) (|:| -2430 (-644 *3)))) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-2211 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -3846 *4) (|:| -4297 (-566))))) (-4 *4 (-1241 (-566))) (-5 *2 (-771)) (-5 *1 (-444 *4)))) (-2000 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-2000 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-2652 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-2652 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))) (-3284 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -3846 *4) (|:| -4297 (-566))))) (-4 *4 (-1241 (-566))) (-5 *2 (-737 (-771))) (-5 *1 (-444 *4)))) (-3537 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| *4) (|:| -2510 (-566))))))) (-4 *4 (-1241 (-566))) (-5 *2 (-420 *4)) (-5 *1 (-444 *4)))))
+(-10 -7 (-15 -3537 ((-420 |#1|) (-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))))) (-15 -3284 ((-737 (-771)) (-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))))) (-15 -2652 ((-921))) (-15 -2652 ((-921) (-921))) (-15 -2000 ((-921))) (-15 -2000 ((-921) (-921))) (-15 -2211 ((-771) (-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))))) (-15 -4008 ((-2 (|:| -3835 (-566)) (|:| -2430 (-644 |#1|))) |#1|)) (-15 -3578 ((-112))) (-15 -2986 ((-112) (-112))) (-15 -4027 ((-112))) (-15 -3048 ((-112) (-112))) (-15 -2057 ((-112) |#1|)) (-15 -2884 ((-112))) (-15 -3164 ((-112) (-112))) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3846 ((-420 |#1|) |#1| (-771))) (-15 -3846 ((-420 |#1|) |#1| (-644 (-771)))) (-15 -3846 ((-420 |#1|) |#1| (-644 (-771)) (-771))) (-15 -3846 ((-420 |#1|) |#1| (-771) (-771))) (-15 -3464 ((-420 |#1|) |#1|)) (-15 -3464 ((-420 |#1|) |#1| (-771))) (-15 -3464 ((-420 |#1|) |#1| (-644 (-771)))) (-15 -3464 ((-420 |#1|) |#1| (-644 (-771)) (-771))) (-15 -3464 ((-420 |#1|) |#1| (-771) (-771))) (-15 -4380 ((-3 |#1| "failed") (-921) |#1|)) (-15 -4380 ((-3 |#1| "failed") (-921) |#1| (-771))) (-15 -4380 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)))) (-15 -4380 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771))) (-15 -4380 ((-3 |#1| "failed") (-921) |#1| (-644 (-771)) (-771) (-112))) (-15 -3221 ((-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))) |#1| (-112))) (-15 -4259 ((-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))) |#1| (-112) (-1101 (-771)) (-771))))
+((-1358 (((-566) |#2|) 52) (((-566) |#2| (-771)) 51)) (-3622 (((-566) |#2|) 67)) (-1373 ((|#3| |#2|) 26)) (-1435 ((|#3| |#2| (-921)) 15)) (-2715 ((|#3| |#2|) 16)) (-2248 ((|#3| |#2|) 9)) (-2149 ((|#3| |#2|) 10)) (-1761 ((|#3| |#2| (-921)) 74) ((|#3| |#2|) 34)) (-3010 (((-566) |#2|) 69)))
+(((-445 |#1| |#2| |#3|) (-10 -7 (-15 -3010 ((-566) |#2|)) (-15 -1761 (|#3| |#2|)) (-15 -1761 (|#3| |#2| (-921))) (-15 -3622 ((-566) |#2|)) (-15 -1358 ((-566) |#2| (-771))) (-15 -1358 ((-566) |#2|)) (-15 -1435 (|#3| |#2| (-921))) (-15 -1373 (|#3| |#2|)) (-15 -2248 (|#3| |#2|)) (-15 -2149 (|#3| |#2|)) (-15 -2715 (|#3| |#2|))) (-1049) (-1241 |#1|) (-13 (-406) (-1038 |#1|) (-365) (-1200) (-285))) (T -445))
+((-2715 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4)))) (-2149 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4)))) (-2248 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4)))) (-1373 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4)))) (-1435 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *2 (-13 (-406) (-1038 *5) (-365) (-1200) (-285))) (-5 *1 (-445 *5 *3 *2)) (-4 *3 (-1241 *5)))) (-1358 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5)) (-4 *3 (-1241 *4)) (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))))) (-1358 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *5 *3 *6)) (-4 *3 (-1241 *5)) (-4 *6 (-13 (-406) (-1038 *5) (-365) (-1200) (-285))))) (-3622 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5)) (-4 *3 (-1241 *4)) (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))))) (-1761 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *2 (-13 (-406) (-1038 *5) (-365) (-1200) (-285))) (-5 *1 (-445 *5 *3 *2)) (-4 *3 (-1241 *5)))) (-1761 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))) (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4)))) (-3010 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5)) (-4 *3 (-1241 *4)) (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))))))
+(-10 -7 (-15 -3010 ((-566) |#2|)) (-15 -1761 (|#3| |#2|)) (-15 -1761 (|#3| |#2| (-921))) (-15 -3622 ((-566) |#2|)) (-15 -1358 ((-566) |#2| (-771))) (-15 -1358 ((-566) |#2|)) (-15 -1435 (|#3| |#2| (-921))) (-15 -1373 (|#3| |#2|)) (-15 -2248 (|#3| |#2|)) (-15 -2149 (|#3| |#2|)) (-15 -2715 (|#3| |#2|)))
+((-4391 ((|#2| (-1265 |#1|)) 45)) (-3280 ((|#2| |#2| |#1|) 61)) (-4191 ((|#2| |#2| |#1|) 53)) (-1721 ((|#2| |#2|) 49)) (-3448 (((-112) |#2|) 36)) (-2357 (((-644 |#2|) (-921) (-420 |#2|)) 24)) (-4380 ((|#2| (-921) (-420 |#2|)) 28)) (-3284 (((-737 (-771)) (-420 |#2|)) 33)))
+(((-446 |#1| |#2|) (-10 -7 (-15 -3448 ((-112) |#2|)) (-15 -4391 (|#2| (-1265 |#1|))) (-15 -1721 (|#2| |#2|)) (-15 -4191 (|#2| |#2| |#1|)) (-15 -3280 (|#2| |#2| |#1|)) (-15 -3284 ((-737 (-771)) (-420 |#2|))) (-15 -4380 (|#2| (-921) (-420 |#2|))) (-15 -2357 ((-644 |#2|) (-921) (-420 |#2|)))) (-1049) (-1241 |#1|)) (T -446))
+((-2357 (*1 *2 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-420 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-1049)) (-5 *2 (-644 *6)) (-5 *1 (-446 *5 *6)))) (-4380 (*1 *2 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-420 *2)) (-4 *2 (-1241 *5)) (-5 *1 (-446 *5 *2)) (-4 *5 (-1049)))) (-3284 (*1 *2 *3) (-12 (-5 *3 (-420 *5)) (-4 *5 (-1241 *4)) (-4 *4 (-1049)) (-5 *2 (-737 (-771))) (-5 *1 (-446 *4 *5)))) (-3280 (*1 *2 *2 *3) (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1241 *3)))) (-4191 (*1 *2 *2 *3) (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1241 *3)))) (-1721 (*1 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1241 *3)))) (-4391 (*1 *2 *3) (-12 (-5 *3 (-1265 *4)) (-4 *4 (-1049)) (-4 *2 (-1241 *4)) (-5 *1 (-446 *4 *2)))) (-3448 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-5 *2 (-112)) (-5 *1 (-446 *4 *3)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -3448 ((-112) |#2|)) (-15 -4391 (|#2| (-1265 |#1|))) (-15 -1721 (|#2| |#2|)) (-15 -4191 (|#2| |#2| |#1|)) (-15 -3280 (|#2| |#2| |#1|)) (-15 -3284 ((-737 (-771)) (-420 |#2|))) (-15 -4380 (|#2| (-921) (-420 |#2|))) (-15 -2357 ((-644 |#2|) (-921) (-420 |#2|))))
+((-1401 (((-771)) 59)) (-3694 (((-771)) 29 (|has| |#1| (-406))) (((-771) (-771)) 28 (|has| |#1| (-406)))) (-2848 (((-566) |#1|) 25 (|has| |#1| (-406)))) (-4110 (((-566) |#1|) 27 (|has| |#1| (-406)))) (-2261 (((-771)) 58) (((-771) (-771)) 57)) (-2293 ((|#1| (-771) (-566)) 37)) (-3474 (((-1270)) 61)))
+(((-447 |#1|) (-10 -7 (-15 -2293 (|#1| (-771) (-566))) (-15 -2261 ((-771) (-771))) (-15 -2261 ((-771))) (-15 -1401 ((-771))) (-15 -3474 ((-1270))) (IF (|has| |#1| (-406)) (PROGN (-15 -4110 ((-566) |#1|)) (-15 -2848 ((-566) |#1|)) (-15 -3694 ((-771) (-771))) (-15 -3694 ((-771)))) |%noBranch|)) (-1049)) (T -447))
+((-3694 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))) (-3694 (*1 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))) (-2848 (*1 *2 *3) (-12 (-5 *2 (-566)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))) (-4110 (*1 *2 *3) (-12 (-5 *2 (-566)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))) (-3474 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))) (-1401 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))) (-2261 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))) (-2261 (*1 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))) (-2293 (*1 *2 *3 *4) (-12 (-5 *3 (-771)) (-5 *4 (-566)) (-5 *1 (-447 *2)) (-4 *2 (-1049)))))
+(-10 -7 (-15 -2293 (|#1| (-771) (-566))) (-15 -2261 ((-771) (-771))) (-15 -2261 ((-771))) (-15 -1401 ((-771))) (-15 -3474 ((-1270))) (IF (|has| |#1| (-406)) (PROGN (-15 -4110 ((-566) |#1|)) (-15 -2848 ((-566) |#1|)) (-15 -3694 ((-771) (-771))) (-15 -3694 ((-771)))) |%noBranch|))
+((-3182 (((-644 (-566)) (-566)) 76)) (-2422 (((-112) (-169 (-566))) 82)) (-3846 (((-420 (-169 (-566))) (-169 (-566))) 75)))
+(((-448) (-10 -7 (-15 -3846 ((-420 (-169 (-566))) (-169 (-566)))) (-15 -3182 ((-644 (-566)) (-566))) (-15 -2422 ((-112) (-169 (-566)))))) (T -448))
+((-2422 (*1 *2 *3) (-12 (-5 *3 (-169 (-566))) (-5 *2 (-112)) (-5 *1 (-448)))) (-3182 (*1 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-448)) (-5 *3 (-566)))) (-3846 (*1 *2 *3) (-12 (-5 *2 (-420 (-169 (-566)))) (-5 *1 (-448)) (-5 *3 (-169 (-566))))))
+(-10 -7 (-15 -3846 ((-420 (-169 (-566))) (-169 (-566)))) (-15 -3182 ((-644 (-566)) (-566))) (-15 -2422 ((-112) (-169 (-566)))))
+((-4382 ((|#4| |#4| (-644 |#4|)) 82)) (-3515 (((-644 |#4|) (-644 |#4|) (-1157) (-1157)) 22) (((-644 |#4|) (-644 |#4|) (-1157)) 21) (((-644 |#4|) (-644 |#4|)) 13)))
+(((-449 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4382 (|#4| |#4| (-644 |#4|))) (-15 -3515 ((-644 |#4|) (-644 |#4|))) (-15 -3515 ((-644 |#4|) (-644 |#4|) (-1157))) (-15 -3515 ((-644 |#4|) (-644 |#4|) (-1157) (-1157)))) (-308) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -449))
+((-3515 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-449 *4 *5 *6 *7)))) (-3515 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-449 *4 *5 *6 *7)))) (-3515 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-449 *3 *4 *5 *6)))) (-4382 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-449 *4 *5 *6 *2)))))
+(-10 -7 (-15 -4382 (|#4| |#4| (-644 |#4|))) (-15 -3515 ((-644 |#4|) (-644 |#4|))) (-15 -3515 ((-644 |#4|) (-644 |#4|) (-1157))) (-15 -3515 ((-644 |#4|) (-644 |#4|) (-1157) (-1157))))
+((-2866 (((-644 (-644 |#4|)) (-644 |#4|) (-112)) 91) (((-644 (-644 |#4|)) (-644 |#4|)) 90) (((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|) (-112)) 84) (((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|)) 85)) (-2766 (((-644 (-644 |#4|)) (-644 |#4|) (-112)) 55) (((-644 (-644 |#4|)) (-644 |#4|)) 77)))
+(((-450 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2766 ((-644 (-644 |#4|)) (-644 |#4|))) (-15 -2766 ((-644 (-644 |#4|)) (-644 |#4|) (-112))) (-15 -2866 ((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|))) (-15 -2866 ((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|) (-112))) (-15 -2866 ((-644 (-644 |#4|)) (-644 |#4|))) (-15 -2866 ((-644 (-644 |#4|)) (-644 |#4|) (-112)))) (-13 (-308) (-147)) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -450))
+((-2866 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8))) (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))) (-2866 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7))) (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-2866 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8))) (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))) (-2866 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7))) (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-2766 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8))) (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))) (-2766 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7))) (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
+(-10 -7 (-15 -2766 ((-644 (-644 |#4|)) (-644 |#4|))) (-15 -2766 ((-644 (-644 |#4|)) (-644 |#4|) (-112))) (-15 -2866 ((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|))) (-15 -2866 ((-644 (-644 |#4|)) (-644 |#4|) (-644 |#4|) (-112))) (-15 -2866 ((-644 (-644 |#4|)) (-644 |#4|))) (-15 -2866 ((-644 (-644 |#4|)) (-644 |#4|) (-112))))
+((-4371 (((-771) |#4|) 12)) (-2183 (((-644 (-2 (|:| |totdeg| (-771)) (|:| -4066 |#4|))) |#4| (-771) (-644 (-2 (|:| |totdeg| (-771)) (|:| -4066 |#4|)))) 39)) (-1726 (((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 51)) (-2545 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 54)) (-4180 ((|#4| |#4| (-644 |#4|)) 56)) (-2492 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-644 |#4|)) 98)) (-3975 (((-1270) |#4|) 61)) (-3034 (((-1270) (-644 |#4|)) 71)) (-3818 (((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566)) 68)) (-1953 (((-1270) (-566)) 113)) (-2058 (((-644 |#4|) (-644 |#4|)) 105)) (-2958 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-771)) (|:| -4066 |#4|)) |#4| (-771)) 31)) (-2138 (((-566) |#4|) 110)) (-2331 ((|#4| |#4|) 37)) (-1792 (((-644 |#4|) (-644 |#4|) (-566) (-566)) 76)) (-3450 (((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566) (-566)) 126)) (-1434 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 20)) (-4392 (((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 80)) (-3650 (((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 78)) (-3709 (((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 49)) (-3684 (((-112) |#2| |#2|) 77)) (-2304 (((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 50)) (-1732 (((-112) |#2| |#2| |#2| |#2|) 82)) (-2041 ((|#4| |#4| (-644 |#4|)) 99)))
+(((-451 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2041 (|#4| |#4| (-644 |#4|))) (-15 -4180 (|#4| |#4| (-644 |#4|))) (-15 -1792 ((-644 |#4|) (-644 |#4|) (-566) (-566))) (-15 -4392 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3684 ((-112) |#2| |#2|)) (-15 -1732 ((-112) |#2| |#2| |#2| |#2|)) (-15 -2304 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3709 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3650 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2492 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-644 |#4|))) (-15 -2331 (|#4| |#4|)) (-15 -2183 ((-644 (-2 (|:| |totdeg| (-771)) (|:| -4066 |#4|))) |#4| (-771) (-644 (-2 (|:| |totdeg| (-771)) (|:| -4066 |#4|))))) (-15 -2545 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1726 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2058 ((-644 |#4|) (-644 |#4|))) (-15 -2138 ((-566) |#4|)) (-15 -3975 ((-1270) |#4|)) (-15 -3818 ((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566))) (-15 -3450 ((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566) (-566))) (-15 -3034 ((-1270) (-644 |#4|))) (-15 -1953 ((-1270) (-566))) (-15 -1434 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2958 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-771)) (|:| -4066 |#4|)) |#4| (-771))) (-15 -4371 ((-771) |#4|))) (-454) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -451))
+((-4371 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-771)) (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-2958 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-771)) (|:| -4066 *4))) (-5 *5 (-771)) (-4 *4 (-949 *6 *7 *8)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-451 *6 *7 *8 *4)))) (-1434 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-793)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-451 *4 *5 *6 *7)))) (-1953 (*1 *2 *3) (-12 (-5 *3 (-566)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1270)) (-5 *1 (-451 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))) (-3034 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1270)) (-5 *1 (-451 *4 *5 *6 *7)))) (-3450 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-771)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-793)) (-4 *4 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *7 (-850)) (-5 *1 (-451 *5 *6 *7 *4)))) (-3818 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-771)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-793)) (-4 *4 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *7 (-850)) (-5 *1 (-451 *5 *6 *7 *4)))) (-3975 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1270)) (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-2138 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-566)) (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-2058 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *6)))) (-1726 (*1 *2 *2 *2) (-12 (-5 *2 (-644 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-771)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-793)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *6)))) (-2545 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-793)) (-4 *2 (-949 *4 *5 *6)) (-5 *1 (-451 *4 *5 *6 *2)) (-4 *4 (-454)) (-4 *6 (-850)))) (-2183 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-644 (-2 (|:| |totdeg| (-771)) (|:| -4066 *3)))) (-5 *4 (-771)) (-4 *3 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-451 *5 *6 *7 *3)))) (-2331 (*1 *2 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))) (-2492 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-451 *5 *6 *7 *3)))) (-3650 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-771)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-793)) (-4 *6 (-949 *4 *3 *5)) (-4 *4 (-454)) (-4 *5 (-850)) (-5 *1 (-451 *4 *3 *5 *6)))) (-3709 (*1 *2 *2) (-12 (-5 *2 (-644 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-771)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-793)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *6)))) (-2304 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-793)) (-4 *3 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *3)))) (-1732 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-454)) (-4 *3 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-451 *4 *3 *5 *6)) (-4 *6 (-949 *4 *3 *5)))) (-3684 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *3 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-451 *4 *3 *5 *6)) (-4 *6 (-949 *4 *3 *5)))) (-4392 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-793)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-451 *4 *5 *6 *7)))) (-1792 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-566)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *7)))) (-4180 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *2)))) (-2041 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *2)))))
+(-10 -7 (-15 -2041 (|#4| |#4| (-644 |#4|))) (-15 -4180 (|#4| |#4| (-644 |#4|))) (-15 -1792 ((-644 |#4|) (-644 |#4|) (-566) (-566))) (-15 -4392 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3684 ((-112) |#2| |#2|)) (-15 -1732 ((-112) |#2| |#2| |#2| |#2|)) (-15 -2304 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3709 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3650 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2492 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-644 |#4|))) (-15 -2331 (|#4| |#4|)) (-15 -2183 ((-644 (-2 (|:| |totdeg| (-771)) (|:| -4066 |#4|))) |#4| (-771) (-644 (-2 (|:| |totdeg| (-771)) (|:| -4066 |#4|))))) (-15 -2545 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1726 ((-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-644 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2058 ((-644 |#4|) (-644 |#4|))) (-15 -2138 ((-566) |#4|)) (-15 -3975 ((-1270) |#4|)) (-15 -3818 ((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566))) (-15 -3450 ((-566) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-566) (-566) (-566) (-566))) (-15 -3034 ((-1270) (-644 |#4|))) (-15 -1953 ((-1270) (-566))) (-15 -1434 ((-112) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2958 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-771)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-771)) (|:| -4066 |#4|)) |#4| (-771))) (-15 -4371 ((-771) |#4|)))
+((-3804 ((|#4| |#4| (-644 |#4|)) 20 (|has| |#1| (-365)))) (-3704 (((-644 |#4|) (-644 |#4|) (-1157) (-1157)) 46) (((-644 |#4|) (-644 |#4|) (-1157)) 45) (((-644 |#4|) (-644 |#4|)) 34)))
+(((-452 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3704 ((-644 |#4|) (-644 |#4|))) (-15 -3704 ((-644 |#4|) (-644 |#4|) (-1157))) (-15 -3704 ((-644 |#4|) (-644 |#4|) (-1157) (-1157))) (IF (|has| |#1| (-365)) (-15 -3804 (|#4| |#4| (-644 |#4|))) |%noBranch|)) (-454) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -452))
+((-3804 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-365)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-452 *4 *5 *6 *2)))) (-3704 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-452 *4 *5 *6 *7)))) (-3704 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-452 *4 *5 *6 *7)))) (-3704 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-452 *3 *4 *5 *6)))))
+(-10 -7 (-15 -3704 ((-644 |#4|) (-644 |#4|))) (-15 -3704 ((-644 |#4|) (-644 |#4|) (-1157))) (-15 -3704 ((-644 |#4|) (-644 |#4|) (-1157) (-1157))) (IF (|has| |#1| (-365)) (-15 -3804 (|#4| |#4| (-644 |#4|))) |%noBranch|))
+((-1931 (($ $ $) 14) (($ (-644 $)) 21)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 46)) (-1962 (($ $ $) NIL) (($ (-644 $)) 22)))
+(((-453 |#1|) (-10 -8 (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1931 (|#1| (-644 |#1|))) (-15 -1931 (|#1| |#1| |#1|)) (-15 -1962 (|#1| (-644 |#1|))) (-15 -1962 (|#1| |#1| |#1|))) (-454)) (T -453))
+NIL
+(-10 -8 (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1931 (|#1| (-644 |#1|))) (-15 -1931 (|#1| |#1| |#1|)) (-15 -1962 (|#1| (-644 |#1|))) (-15 -1962 (|#1| |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-4116 (((-3 $ "failed") $ $) 48)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-454) (-140)) (T -454))
-((-2164 (*1 *1 *1 *1) (-4 *1 (-454))) (-2164 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-454)))) (-2128 (*1 *1 *1 *1) (-4 *1 (-454))) (-2128 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-454)))) (-4170 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-454)))))
-(-13 (-558) (-10 -8 (-15 -2164 ($ $ $)) (-15 -2164 ($ (-644 $))) (-15 -2128 ($ $ $)) (-15 -2128 ($ (-644 $))) (-15 -4170 ((-1171 $) (-1171 $) (-1171 $)))))
+((-1962 (*1 *1 *1 *1) (-4 *1 (-454))) (-1962 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-454)))) (-1931 (*1 *1 *1 *1) (-4 *1 (-454))) (-1931 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-454)))) (-1790 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-454)))))
+(-13 (-558) (-10 -8 (-15 -1962 ($ $ $)) (-15 -1962 ($ (-644 $))) (-15 -1931 ($ $ $)) (-15 -1931 ($ (-644 $))) (-15 -1790 ((-1171 $) (-1171 $) (-1171 $)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2896 (((-3 $ "failed")) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2336 (((-1264 (-689 (-409 (-952 |#1|)))) (-1264 $)) NIL) (((-1264 (-689 (-409 (-952 |#1|))))) NIL)) (-3717 (((-1264 $)) NIL)) (-2463 (($) NIL T CONST)) (-3574 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL)) (-1469 (((-3 $ "failed")) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-2411 (((-689 (-409 (-952 |#1|))) (-1264 $)) NIL) (((-689 (-409 (-952 |#1|)))) NIL)) (-4373 (((-409 (-952 |#1|)) $) NIL)) (-2800 (((-689 (-409 (-952 |#1|))) $ (-1264 $)) NIL) (((-689 (-409 (-952 |#1|))) $) NIL)) (-4392 (((-3 $ "failed") $) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-3031 (((-1171 (-952 (-409 (-952 |#1|))))) NIL (|has| (-409 (-952 |#1|)) (-365))) (((-1171 (-409 (-952 |#1|)))) 94 (|has| |#1| (-558)))) (-1856 (($ $ (-921)) NIL)) (-4039 (((-409 (-952 |#1|)) $) NIL)) (-3648 (((-1171 (-409 (-952 |#1|))) $) 92 (|has| (-409 (-952 |#1|)) (-558)))) (-2597 (((-409 (-952 |#1|)) (-1264 $)) NIL) (((-409 (-952 |#1|))) NIL)) (-2765 (((-1171 (-409 (-952 |#1|))) $) NIL)) (-4029 (((-112)) NIL)) (-1563 (($ (-1264 (-409 (-952 |#1|))) (-1264 $)) 118) (($ (-1264 (-409 (-952 |#1|)))) NIL)) (-3245 (((-3 $ "failed") $) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-2755 (((-921)) NIL)) (-3793 (((-112)) NIL)) (-4090 (($ $ (-921)) NIL)) (-4240 (((-112)) NIL)) (-2057 (((-112)) NIL)) (-2158 (((-112)) NIL)) (-1476 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL)) (-1731 (((-3 $ "failed")) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-2734 (((-689 (-409 (-952 |#1|))) (-1264 $)) NIL) (((-689 (-409 (-952 |#1|)))) NIL)) (-2366 (((-409 (-952 |#1|)) $) NIL)) (-3769 (((-689 (-409 (-952 |#1|))) $ (-1264 $)) NIL) (((-689 (-409 (-952 |#1|))) $) NIL)) (-2851 (((-3 $ "failed") $) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-1793 (((-1171 (-952 (-409 (-952 |#1|))))) NIL (|has| (-409 (-952 |#1|)) (-365))) (((-1171 (-409 (-952 |#1|)))) 93 (|has| |#1| (-558)))) (-3270 (($ $ (-921)) NIL)) (-2241 (((-409 (-952 |#1|)) $) NIL)) (-1910 (((-1171 (-409 (-952 |#1|))) $) 87 (|has| (-409 (-952 |#1|)) (-558)))) (-2990 (((-409 (-952 |#1|)) (-1264 $)) NIL) (((-409 (-952 |#1|))) NIL)) (-3548 (((-1171 (-409 (-952 |#1|))) $) NIL)) (-2974 (((-112)) NIL)) (-3380 (((-1157) $) NIL)) (-2402 (((-112)) NIL)) (-1459 (((-112)) NIL)) (-3846 (((-112)) NIL)) (-4072 (((-1119) $) NIL)) (-3327 (((-409 (-952 |#1|)) $ $) 78 (|has| |#1| (-558)))) (-2677 (((-409 (-952 |#1|)) $) 104 (|has| |#1| (-558)))) (-3266 (((-409 (-952 |#1|)) $) 108 (|has| |#1| (-558)))) (-3708 (((-1171 (-409 (-952 |#1|))) $) 98 (|has| |#1| (-558)))) (-2714 (((-409 (-952 |#1|))) 79 (|has| |#1| (-558)))) (-1790 (((-409 (-952 |#1|)) $ $) 71 (|has| |#1| (-558)))) (-3064 (((-409 (-952 |#1|)) $) 103 (|has| |#1| (-558)))) (-2327 (((-409 (-952 |#1|)) $) 107 (|has| |#1| (-558)))) (-1894 (((-1171 (-409 (-952 |#1|))) $) 97 (|has| |#1| (-558)))) (-1599 (((-409 (-952 |#1|))) 75 (|has| |#1| (-558)))) (-3218 (($) 114) (($ (-1175)) 122) (($ (-1264 (-1175))) 121) (($ (-1264 $)) 109) (($ (-1175) (-1264 $)) 120) (($ (-1264 (-1175)) (-1264 $)) 119)) (-3795 (((-112)) NIL)) (-1309 (((-409 (-952 |#1|)) $ (-566)) NIL)) (-3350 (((-1264 (-409 (-952 |#1|))) $ (-1264 $)) 111) (((-689 (-409 (-952 |#1|))) (-1264 $) (-1264 $)) NIL) (((-1264 (-409 (-952 |#1|))) $) 45) (((-689 (-409 (-952 |#1|))) (-1264 $)) NIL)) (-2376 (((-1264 (-409 (-952 |#1|))) $) NIL) (($ (-1264 (-409 (-952 |#1|)))) 42)) (-2861 (((-644 (-952 (-409 (-952 |#1|)))) (-1264 $)) NIL) (((-644 (-952 (-409 (-952 |#1|))))) NIL) (((-644 (-952 |#1|)) (-1264 $)) 112 (|has| |#1| (-558))) (((-644 (-952 |#1|))) 113 (|has| |#1| (-558)))) (-2527 (($ $ $) NIL)) (-2512 (((-112)) NIL)) (-3152 (((-862) $) NIL) (($ (-1264 (-409 (-952 |#1|)))) NIL)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) 67)) (-2243 (((-644 (-1264 (-409 (-952 |#1|))))) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-3876 (($ $ $ $) NIL)) (-2468 (((-112)) NIL)) (-3847 (($ (-689 (-409 (-952 |#1|))) $) NIL)) (-1471 (($ $ $) NIL)) (-1465 (((-112)) NIL)) (-3692 (((-112)) NIL)) (-4369 (((-112)) NIL)) (-4356 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) 110)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 63) (($ $ (-409 (-952 |#1|))) NIL) (($ (-409 (-952 |#1|)) $) NIL) (($ (-1141 |#2| (-409 (-952 |#1|))) $) NIL)))
-(((-455 |#1| |#2| |#3| |#4|) (-13 (-419 (-409 (-952 |#1|))) (-648 (-1141 |#2| (-409 (-952 |#1|)))) (-10 -8 (-15 -3152 ($ (-1264 (-409 (-952 |#1|))))) (-15 -1476 ((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed"))) (-15 -3574 ((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed"))) (-15 -3218 ($)) (-15 -3218 ($ (-1175))) (-15 -3218 ($ (-1264 (-1175)))) (-15 -3218 ($ (-1264 $))) (-15 -3218 ($ (-1175) (-1264 $))) (-15 -3218 ($ (-1264 (-1175)) (-1264 $))) (IF (|has| |#1| (-558)) (PROGN (-15 -1793 ((-1171 (-409 (-952 |#1|))))) (-15 -1894 ((-1171 (-409 (-952 |#1|))) $)) (-15 -3064 ((-409 (-952 |#1|)) $)) (-15 -2327 ((-409 (-952 |#1|)) $)) (-15 -3031 ((-1171 (-409 (-952 |#1|))))) (-15 -3708 ((-1171 (-409 (-952 |#1|))) $)) (-15 -2677 ((-409 (-952 |#1|)) $)) (-15 -3266 ((-409 (-952 |#1|)) $)) (-15 -1790 ((-409 (-952 |#1|)) $ $)) (-15 -1599 ((-409 (-952 |#1|)))) (-15 -3327 ((-409 (-952 |#1|)) $ $)) (-15 -2714 ((-409 (-952 |#1|)))) (-15 -2861 ((-644 (-952 |#1|)) (-1264 $))) (-15 -2861 ((-644 (-952 |#1|))))) |%noBranch|))) (-172) (-921) (-644 (-1175)) (-1264 (-689 |#1|))) (T -455))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1264 (-409 (-952 *3)))) (-4 *3 (-172)) (-14 *6 (-1264 (-689 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))))) (-1476 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-455 *3 *4 *5 *6)) (|:| -2875 (-644 (-455 *3 *4 *5 *6))))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-3574 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-455 *3 *4 *5 *6)) (|:| -2875 (-644 (-455 *3 *4 *5 *6))))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-3218 (*1 *1) (-12 (-5 *1 (-455 *2 *3 *4 *5)) (-4 *2 (-172)) (-14 *3 (-921)) (-14 *4 (-644 (-1175))) (-14 *5 (-1264 (-689 *2))))) (-3218 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 *2)) (-14 *6 (-1264 (-689 *3))))) (-3218 (*1 *1 *2) (-12 (-5 *2 (-1264 (-1175))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-3218 (*1 *1 *2) (-12 (-5 *2 (-1264 (-455 *3 *4 *5 *6))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-3218 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-455 *4 *5 *6 *7))) (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-921)) (-14 *6 (-644 *2)) (-14 *7 (-1264 (-689 *4))))) (-3218 (*1 *1 *2 *3) (-12 (-5 *2 (-1264 (-1175))) (-5 *3 (-1264 (-455 *4 *5 *6 *7))) (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-921)) (-14 *6 (-644 (-1175))) (-14 *7 (-1264 (-689 *4))))) (-1793 (*1 *2) (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-1894 (*1 *2 *1) (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-3064 (*1 *2 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-2327 (*1 *2 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-3031 (*1 *2) (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-3708 (*1 *2 *1) (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-2677 (*1 *2 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-3266 (*1 *2 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-1790 (*1 *2 *1 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-1599 (*1 *2) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-3327 (*1 *2 *1 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-2714 (*1 *2) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))) (-2861 (*1 *2 *3) (-12 (-5 *3 (-1264 (-455 *4 *5 *6 *7))) (-5 *2 (-644 (-952 *4))) (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-558)) (-4 *4 (-172)) (-14 *5 (-921)) (-14 *6 (-644 (-1175))) (-14 *7 (-1264 (-689 *4))))) (-2861 (*1 *2) (-12 (-5 *2 (-644 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(-13 (-419 (-409 (-952 |#1|))) (-648 (-1141 |#2| (-409 (-952 |#1|)))) (-10 -8 (-15 -3152 ($ (-1264 (-409 (-952 |#1|))))) (-15 -1476 ((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed"))) (-15 -3574 ((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed"))) (-15 -3218 ($)) (-15 -3218 ($ (-1175))) (-15 -3218 ($ (-1264 (-1175)))) (-15 -3218 ($ (-1264 $))) (-15 -3218 ($ (-1175) (-1264 $))) (-15 -3218 ($ (-1264 (-1175)) (-1264 $))) (IF (|has| |#1| (-558)) (PROGN (-15 -1793 ((-1171 (-409 (-952 |#1|))))) (-15 -1894 ((-1171 (-409 (-952 |#1|))) $)) (-15 -3064 ((-409 (-952 |#1|)) $)) (-15 -2327 ((-409 (-952 |#1|)) $)) (-15 -3031 ((-1171 (-409 (-952 |#1|))))) (-15 -3708 ((-1171 (-409 (-952 |#1|))) $)) (-15 -2677 ((-409 (-952 |#1|)) $)) (-15 -3266 ((-409 (-952 |#1|)) $)) (-15 -1790 ((-409 (-952 |#1|)) $ $)) (-15 -1599 ((-409 (-952 |#1|)))) (-15 -3327 ((-409 (-952 |#1|)) $ $)) (-15 -2714 ((-409 (-952 |#1|)))) (-15 -2861 ((-644 (-952 |#1|)) (-1264 $))) (-15 -2861 ((-644 (-952 |#1|))))) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 18)) (-1771 (((-644 (-864 |#1|)) $) 92)) (-1590 (((-1171 $) $ (-864 |#1|)) 55) (((-1171 |#2|) $) 143)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-2161 (($ $) NIL (|has| |#2| (-558)))) (-2345 (((-112) $) NIL (|has| |#2| (-558)))) (-1357 (((-771) $) 27) (((-771) $ (-644 (-864 |#1|))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1378 (($ $) NIL (|has| |#2| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#2| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) 53) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-864 |#1|) "failed") $) NIL)) (-4158 ((|#2| $) 51) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-864 |#1|) $) NIL)) (-2610 (($ $ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-1416 (($ $ (-644 (-566))) 98)) (-2814 (($ $) 85)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#2| (-909)))) (-1896 (($ $ |#2| |#3| $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) 68)) (-1757 (($ (-1171 |#2|) (-864 |#1|)) 148) (($ (-1171 $) (-864 |#1|)) 61)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) 71)) (-1746 (($ |#2| |#3|) 38) (($ $ (-864 |#1|) (-771)) 40) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-864 |#1|)) NIL)) (-2749 ((|#3| $) NIL) (((-771) $ (-864 |#1|)) 59) (((-644 (-771)) $ (-644 (-864 |#1|))) 66)) (-3021 (($ (-1 |#3| |#3|) $) NIL)) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-2297 (((-3 (-864 |#1|) "failed") $) 48)) (-2784 (($ $) NIL)) (-2794 ((|#2| $) 50)) (-2128 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3380 (((-1157) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-864 |#1|)) (|:| -2201 (-771))) "failed") $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) 49)) (-2773 ((|#2| $) 141)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) 154 (|has| |#2| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#2| (-909)))) (-2978 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-864 |#1|) |#2|) 105) (($ $ (-644 (-864 |#1|)) (-644 |#2|)) 111) (($ $ (-864 |#1|) $) 103) (($ $ (-644 (-864 |#1|)) (-644 $)) 129)) (-4068 (($ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-3629 (($ $ (-864 |#1|)) 62) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-3902 ((|#3| $) 84) (((-771) $ (-864 |#1|)) 45) (((-644 (-771)) $ (-644 (-864 |#1|))) 65)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-864 |#1|) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-3173 ((|#2| $) 150 (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-3152 (((-862) $) 179) (($ (-566)) NIL) (($ |#2|) 104) (($ (-864 |#1|)) 42) (($ (-409 (-566))) NIL (-2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#2| (-558)))) (-1643 (((-644 |#2|) $) NIL)) (-2271 ((|#2| $ |#3|) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#2| (-558)))) (-4356 (($) 22 T CONST)) (-4366 (($) 31 T CONST)) (-3497 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#2|) 81 (|has| |#2| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 136)) (** (($ $ (-921)) NIL) (($ $ (-771)) 134)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 39) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) 80) (($ $ |#2|) NIL)))
-(((-456 |#1| |#2| |#3|) (-13 (-949 |#2| |#3| (-864 |#1|)) (-10 -8 (-15 -1416 ($ $ (-644 (-566)))))) (-644 (-1175)) (-1049) (-238 (-3000 |#1|) (-771))) (T -456))
-((-1416 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-14 *3 (-644 (-1175))) (-5 *1 (-456 *3 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-238 (-3000 *3) (-771))))))
-(-13 (-949 |#2| |#3| (-864 |#1|)) (-10 -8 (-15 -1416 ($ $ (-644 (-566))))))
-((-3087 (((-112) |#1| (-644 |#2|)) 94)) (-1543 (((-3 (-1264 (-644 |#2|)) "failed") (-771) |#1| (-644 |#2|)) 103)) (-1486 (((-3 (-644 |#2|) "failed") |#2| |#1| (-1264 (-644 |#2|))) 105)) (-1736 ((|#2| |#2| |#1|) 35)) (-2484 (((-771) |#2| (-644 |#2|)) 26)))
-(((-457 |#1| |#2|) (-10 -7 (-15 -1736 (|#2| |#2| |#1|)) (-15 -2484 ((-771) |#2| (-644 |#2|))) (-15 -1543 ((-3 (-1264 (-644 |#2|)) "failed") (-771) |#1| (-644 |#2|))) (-15 -1486 ((-3 (-644 |#2|) "failed") |#2| |#1| (-1264 (-644 |#2|)))) (-15 -3087 ((-112) |#1| (-644 |#2|)))) (-308) (-1240 |#1|)) (T -457))
-((-3087 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *5)) (-4 *5 (-1240 *3)) (-4 *3 (-308)) (-5 *2 (-112)) (-5 *1 (-457 *3 *5)))) (-1486 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1264 (-644 *3))) (-4 *4 (-308)) (-5 *2 (-644 *3)) (-5 *1 (-457 *4 *3)) (-4 *3 (-1240 *4)))) (-1543 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-771)) (-4 *4 (-308)) (-4 *6 (-1240 *4)) (-5 *2 (-1264 (-644 *6))) (-5 *1 (-457 *4 *6)) (-5 *5 (-644 *6)))) (-2484 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-308)) (-5 *2 (-771)) (-5 *1 (-457 *5 *3)))) (-1736 (*1 *2 *2 *3) (-12 (-4 *3 (-308)) (-5 *1 (-457 *3 *2)) (-4 *2 (-1240 *3)))))
-(-10 -7 (-15 -1736 (|#2| |#2| |#1|)) (-15 -2484 ((-771) |#2| (-644 |#2|))) (-15 -1543 ((-3 (-1264 (-644 |#2|)) "failed") (-771) |#1| (-644 |#2|))) (-15 -1486 ((-3 (-644 |#2|) "failed") |#2| |#1| (-1264 (-644 |#2|)))) (-15 -3087 ((-112) |#1| (-644 |#2|))))
-((-1624 (((-420 |#5|) |#5|) 24)))
-(((-458 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1624 ((-420 |#5|) |#5|))) (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175))))) (-793) (-558) (-558) (-949 |#4| |#2| |#1|)) (T -458))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175)))))) (-4 *5 (-793)) (-4 *7 (-558)) (-5 *2 (-420 *3)) (-5 *1 (-458 *4 *5 *6 *7 *3)) (-4 *6 (-558)) (-4 *3 (-949 *7 *5 *4)))))
-(-10 -7 (-15 -1624 ((-420 |#5|) |#5|)))
-((-4054 ((|#3|) 40)) (-4170 (((-1171 |#4|) (-1171 |#4|) (-1171 |#4|)) 36)))
-(((-459 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4170 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -4054 (|#3|))) (-793) (-850) (-909) (-949 |#3| |#1| |#2|)) (T -459))
-((-4054 (*1 *2) (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-909)) (-5 *1 (-459 *3 *4 *2 *5)) (-4 *5 (-949 *2 *3 *4)))) (-4170 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-909)) (-5 *1 (-459 *3 *4 *5 *6)))))
-(-10 -7 (-15 -4170 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -4054 (|#3|)))
-((-1624 (((-420 (-1171 |#1|)) (-1171 |#1|)) 43)))
-(((-460 |#1|) (-10 -7 (-15 -1624 ((-420 (-1171 |#1|)) (-1171 |#1|)))) (-308)) (T -460))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-308)) (-5 *2 (-420 (-1171 *4))) (-5 *1 (-460 *4)) (-5 *3 (-1171 *4)))))
-(-10 -7 (-15 -1624 ((-420 (-1171 |#1|)) (-1171 |#1|))))
-((-1827 (((-52) |#2| (-1175) (-295 |#2|) (-1231 (-771))) 44) (((-52) (-1 |#2| (-566)) (-295 |#2|) (-1231 (-771))) 43) (((-52) |#2| (-1175) (-295 |#2|)) 36) (((-52) (-1 |#2| (-566)) (-295 |#2|)) 29)) (-1427 (((-52) |#2| (-1175) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566))) 88) (((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566))) 87) (((-52) |#2| (-1175) (-295 |#2|) (-1231 (-566))) 86) (((-52) (-1 |#2| (-566)) (-295 |#2|) (-1231 (-566))) 85) (((-52) |#2| (-1175) (-295 |#2|)) 80) (((-52) (-1 |#2| (-566)) (-295 |#2|)) 79)) (-2729 (((-52) |#2| (-1175) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566))) 74) (((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566))) 72)) (-2719 (((-52) |#2| (-1175) (-295 |#2|) (-1231 (-566))) 51) (((-52) (-1 |#2| (-566)) (-295 |#2|) (-1231 (-566))) 50)))
-(((-461 |#1| |#2|) (-10 -7 (-15 -1827 ((-52) (-1 |#2| (-566)) (-295 |#2|))) (-15 -1827 ((-52) |#2| (-1175) (-295 |#2|))) (-15 -1827 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1231 (-771)))) (-15 -1827 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-771)))) (-15 -2719 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1231 (-566)))) (-15 -2719 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-566)))) (-15 -2729 ((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566)))) (-15 -2729 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566)))) (-15 -1427 ((-52) (-1 |#2| (-566)) (-295 |#2|))) (-15 -1427 ((-52) |#2| (-1175) (-295 |#2|))) (-15 -1427 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1231 (-566)))) (-15 -1427 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-566)))) (-15 -1427 ((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566)))) (-15 -1427 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566))))) (-13 (-558) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1199) (-432 |#1|))) (T -461))
-((-1427 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-409 (-566)))) (-5 *7 (-409 (-566))) (-4 *3 (-13 (-27) (-1199) (-432 *8))) (-4 *8 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *8 *3)))) (-1427 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-409 (-566)))) (-5 *4 (-295 *8)) (-5 *5 (-1231 (-409 (-566)))) (-5 *6 (-409 (-566))) (-4 *8 (-13 (-27) (-1199) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *8)))) (-1427 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-566))) (-4 *3 (-13 (-27) (-1199) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *3)))) (-1427 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1231 (-566))) (-4 *7 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *7)))) (-1427 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *3)))) (-1427 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-566))) (-5 *4 (-295 *6)) (-4 *6 (-13 (-27) (-1199) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *5 *6)))) (-2729 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-409 (-566)))) (-5 *7 (-409 (-566))) (-4 *3 (-13 (-27) (-1199) (-432 *8))) (-4 *8 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *8 *3)))) (-2729 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-409 (-566)))) (-5 *4 (-295 *8)) (-5 *5 (-1231 (-409 (-566)))) (-5 *6 (-409 (-566))) (-4 *8 (-13 (-27) (-1199) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *8)))) (-2719 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-566))) (-4 *3 (-13 (-27) (-1199) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *3)))) (-2719 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1231 (-566))) (-4 *7 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *7)))) (-1827 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-771))) (-4 *3 (-13 (-27) (-1199) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *3)))) (-1827 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1231 (-771))) (-4 *7 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *7)))) (-1827 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *3)))) (-1827 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-566))) (-5 *4 (-295 *6)) (-4 *6 (-13 (-27) (-1199) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *5 *6)))))
-(-10 -7 (-15 -1827 ((-52) (-1 |#2| (-566)) (-295 |#2|))) (-15 -1827 ((-52) |#2| (-1175) (-295 |#2|))) (-15 -1827 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1231 (-771)))) (-15 -1827 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-771)))) (-15 -2719 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1231 (-566)))) (-15 -2719 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-566)))) (-15 -2729 ((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566)))) (-15 -2729 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566)))) (-15 -1427 ((-52) (-1 |#2| (-566)) (-295 |#2|))) (-15 -1427 ((-52) |#2| (-1175) (-295 |#2|))) (-15 -1427 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1231 (-566)))) (-15 -1427 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-566)))) (-15 -1427 ((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566)))) (-15 -1427 ((-52) |#2| (-1175) (-295 |#2|) (-1231 (-409 (-566))) (-409 (-566)))))
-((-1736 ((|#2| |#2| |#1|) 15)) (-2178 (((-644 |#2|) |#2| (-644 |#2|) |#1| (-921)) 82)) (-3251 (((-2 (|:| |plist| (-644 |#2|)) (|:| |modulo| |#1|)) |#2| (-644 |#2|) |#1| (-921)) 72)))
-(((-462 |#1| |#2|) (-10 -7 (-15 -3251 ((-2 (|:| |plist| (-644 |#2|)) (|:| |modulo| |#1|)) |#2| (-644 |#2|) |#1| (-921))) (-15 -2178 ((-644 |#2|) |#2| (-644 |#2|) |#1| (-921))) (-15 -1736 (|#2| |#2| |#1|))) (-308) (-1240 |#1|)) (T -462))
-((-1736 (*1 *2 *2 *3) (-12 (-4 *3 (-308)) (-5 *1 (-462 *3 *2)) (-4 *2 (-1240 *3)))) (-2178 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-644 *3)) (-5 *5 (-921)) (-4 *3 (-1240 *4)) (-4 *4 (-308)) (-5 *1 (-462 *4 *3)))) (-3251 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-921)) (-4 *5 (-308)) (-4 *3 (-1240 *5)) (-5 *2 (-2 (|:| |plist| (-644 *3)) (|:| |modulo| *5))) (-5 *1 (-462 *5 *3)) (-5 *4 (-644 *3)))))
-(-10 -7 (-15 -3251 ((-2 (|:| |plist| (-644 |#2|)) (|:| |modulo| |#1|)) |#2| (-644 |#2|) |#1| (-921))) (-15 -2178 ((-644 |#2|) |#2| (-644 |#2|) |#1| (-921))) (-15 -1736 (|#2| |#2| |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 28)) (-1570 (($ |#3|) 25)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2814 (($ $) 32)) (-1398 (($ |#2| |#4| $) 33)) (-1746 (($ |#2| (-713 |#3| |#4| |#5|)) 24)) (-2784 (((-713 |#3| |#4| |#5|) $) 15)) (-2790 ((|#3| $) 19)) (-3746 ((|#4| $) 17)) (-2794 ((|#2| $) 29)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-2012 (($ |#2| |#3| |#4|) 26)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 36 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 34)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-463 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-717 |#6|) (-717 |#2|) (-10 -8 (-15 -2794 (|#2| $)) (-15 -2784 ((-713 |#3| |#4| |#5|) $)) (-15 -3746 (|#4| $)) (-15 -2790 (|#3| $)) (-15 -2814 ($ $)) (-15 -1746 ($ |#2| (-713 |#3| |#4| |#5|))) (-15 -1570 ($ |#3|)) (-15 -2012 ($ |#2| |#3| |#4|)) (-15 -1398 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-644 (-1175)) (-172) (-850) (-238 (-3000 |#1|) (-771)) (-1 (-112) (-2 (|:| -2835 |#3|) (|:| -2201 |#4|)) (-2 (|:| -2835 |#3|) (|:| -2201 |#4|))) (-949 |#2| |#4| (-864 |#1|))) (T -463))
-((* (*1 *1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-4 *6 (-238 (-3000 *3) (-771))) (-14 *7 (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *6)) (-2 (|:| -2835 *5) (|:| -2201 *6)))) (-5 *1 (-463 *3 *4 *5 *6 *7 *2)) (-4 *5 (-850)) (-4 *2 (-949 *4 *6 (-864 *3))))) (-2794 (*1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *5 (-238 (-3000 *3) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -2835 *4) (|:| -2201 *5)) (-2 (|:| -2835 *4) (|:| -2201 *5)))) (-4 *2 (-172)) (-5 *1 (-463 *3 *2 *4 *5 *6 *7)) (-4 *4 (-850)) (-4 *7 (-949 *2 *5 (-864 *3))))) (-2784 (*1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-4 *6 (-238 (-3000 *3) (-771))) (-14 *7 (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *6)) (-2 (|:| -2835 *5) (|:| -2201 *6)))) (-5 *2 (-713 *5 *6 *7)) (-5 *1 (-463 *3 *4 *5 *6 *7 *8)) (-4 *5 (-850)) (-4 *8 (-949 *4 *6 (-864 *3))))) (-3746 (*1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-14 *6 (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *2)) (-2 (|:| -2835 *5) (|:| -2201 *2)))) (-4 *2 (-238 (-3000 *3) (-771))) (-5 *1 (-463 *3 *4 *5 *2 *6 *7)) (-4 *5 (-850)) (-4 *7 (-949 *4 *2 (-864 *3))))) (-2790 (*1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-4 *5 (-238 (-3000 *3) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -2835 *2) (|:| -2201 *5)) (-2 (|:| -2835 *2) (|:| -2201 *5)))) (-4 *2 (-850)) (-5 *1 (-463 *3 *4 *2 *5 *6 *7)) (-4 *7 (-949 *4 *5 (-864 *3))))) (-2814 (*1 *1 *1) (-12 (-14 *2 (-644 (-1175))) (-4 *3 (-172)) (-4 *5 (-238 (-3000 *2) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -2835 *4) (|:| -2201 *5)) (-2 (|:| -2835 *4) (|:| -2201 *5)))) (-5 *1 (-463 *2 *3 *4 *5 *6 *7)) (-4 *4 (-850)) (-4 *7 (-949 *3 *5 (-864 *2))))) (-1746 (*1 *1 *2 *3) (-12 (-5 *3 (-713 *5 *6 *7)) (-4 *5 (-850)) (-4 *6 (-238 (-3000 *4) (-771))) (-14 *7 (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *6)) (-2 (|:| -2835 *5) (|:| -2201 *6)))) (-14 *4 (-644 (-1175))) (-4 *2 (-172)) (-5 *1 (-463 *4 *2 *5 *6 *7 *8)) (-4 *8 (-949 *2 *6 (-864 *4))))) (-1570 (*1 *1 *2) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-4 *5 (-238 (-3000 *3) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -2835 *2) (|:| -2201 *5)) (-2 (|:| -2835 *2) (|:| -2201 *5)))) (-5 *1 (-463 *3 *4 *2 *5 *6 *7)) (-4 *2 (-850)) (-4 *7 (-949 *4 *5 (-864 *3))))) (-2012 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-644 (-1175))) (-4 *2 (-172)) (-4 *4 (-238 (-3000 *5) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -2835 *3) (|:| -2201 *4)) (-2 (|:| -2835 *3) (|:| -2201 *4)))) (-5 *1 (-463 *5 *2 *3 *4 *6 *7)) (-4 *3 (-850)) (-4 *7 (-949 *2 *4 (-864 *5))))) (-1398 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-644 (-1175))) (-4 *2 (-172)) (-4 *3 (-238 (-3000 *4) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *3)) (-2 (|:| -2835 *5) (|:| -2201 *3)))) (-5 *1 (-463 *4 *2 *5 *3 *6 *7)) (-4 *5 (-850)) (-4 *7 (-949 *2 *3 (-864 *4))))))
-(-13 (-717 |#6|) (-717 |#2|) (-10 -8 (-15 -2794 (|#2| $)) (-15 -2784 ((-713 |#3| |#4| |#5|) $)) (-15 -3746 (|#4| $)) (-15 -2790 (|#3| $)) (-15 -2814 ($ $)) (-15 -1746 ($ |#2| (-713 |#3| |#4| |#5|))) (-15 -1570 ($ |#3|)) (-15 -2012 ($ |#2| |#3| |#4|)) (-15 -1398 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
-((-3392 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39)))
-(((-464 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3392 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-793) (-850) (-558) (-949 |#3| |#1| |#2|) (-13 (-1038 (-409 (-566))) (-365) (-10 -8 (-15 -3152 ($ |#4|)) (-15 -2248 (|#4| $)) (-15 -2260 (|#4| $))))) (T -464))
-((-3392 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-850)) (-4 *5 (-793)) (-4 *6 (-558)) (-4 *7 (-949 *6 *5 *3)) (-5 *1 (-464 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1038 (-409 (-566))) (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))))))
-(-10 -7 (-15 -3392 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
-((-2988 (((-112) $ $) NIL)) (-1771 (((-644 |#3|) $) 41)) (-3071 (((-112) $) NIL)) (-3274 (((-112) $) NIL (|has| |#1| (-558)))) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3678 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3036 (((-112) $) NIL (|has| |#1| (-558)))) (-1963 (((-112) $ $) NIL (|has| |#1| (-558)))) (-2983 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1477 (((-112) $) NIL (|has| |#1| (-558)))) (-1789 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) 49)) (-4158 (($ (-644 |#4|)) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-2622 (($ |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4414)))) (-1683 (((-644 |#4|) $) 18 (|has| $ (-6 -4414)))) (-4296 ((|#3| $) 47)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#4|) $) 14 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 26 (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-3885 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 21)) (-1785 (((-644 |#3|) $) NIL)) (-1579 (((-112) |#3| $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-4072 (((-1119) $) NIL)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2823 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 39)) (-3493 (($) 17)) (-4083 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) 16)) (-2376 (((-538) $) NIL (|has| |#4| (-614 (-538)))) (($ (-644 |#4|)) 51)) (-1340 (($ (-644 |#4|)) 13)) (-4305 (($ $ |#3|) NIL)) (-1702 (($ $ |#3|) NIL)) (-3809 (($ $ |#3|) NIL)) (-3152 (((-862) $) 38) (((-644 |#4|) $) 50)) (-3044 (((-112) $ $) NIL)) (-2210 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 30)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-465 |#1| |#2| |#3| |#4|) (-13 (-976 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2376 ($ (-644 |#4|))) (-6 -4414) (-6 -4415))) (-1049) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -465))
-((-2376 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-465 *3 *4 *5 *6)))))
-(-13 (-976 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2376 ($ (-644 |#4|))) (-6 -4414) (-6 -4415)))
-((-4356 (($) 11)) (-4366 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
-(((-466 |#1| |#2| |#3|) (-10 -8 (-15 -4366 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -4356 (|#1|))) (-467 |#2| |#3|) (-172) (-23)) (T -466))
-NIL
-(-10 -8 (-15 -4366 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -4356 (|#1|)))
-((-2988 (((-112) $ $) 7)) (-2229 (((-3 |#1| "failed") $) 27)) (-4158 ((|#1| $) 28)) (-2014 (($ $ $) 24)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3902 ((|#2| $) 20)) (-3152 (((-862) $) 12) (($ |#1|) 26)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 25 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 16) (($ $ $) 14)) (-3002 (($ $ $) 15)) (* (($ |#1| $) 18) (($ $ |#1|) 17)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-2666 (((-3 $ "failed")) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-2232 (((-1265 (-689 (-409 (-952 |#1|)))) (-1265 $)) NIL) (((-1265 (-689 (-409 (-952 |#1|))))) NIL)) (-1960 (((-1265 $)) NIL)) (-4145 (($) NIL T CONST)) (-1311 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL)) (-1630 (((-3 $ "failed")) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-1738 (((-689 (-409 (-952 |#1|))) (-1265 $)) NIL) (((-689 (-409 (-952 |#1|)))) NIL)) (-3210 (((-409 (-952 |#1|)) $) NIL)) (-4347 (((-689 (-409 (-952 |#1|))) $ (-1265 $)) NIL) (((-689 (-409 (-952 |#1|))) $) NIL)) (-2175 (((-3 $ "failed") $) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-2522 (((-1171 (-952 (-409 (-952 |#1|))))) NIL (|has| (-409 (-952 |#1|)) (-365))) (((-1171 (-409 (-952 |#1|)))) 94 (|has| |#1| (-558)))) (-4268 (($ $ (-921)) NIL)) (-2985 (((-409 (-952 |#1|)) $) NIL)) (-3813 (((-1171 (-409 (-952 |#1|))) $) 92 (|has| (-409 (-952 |#1|)) (-558)))) (-2955 (((-409 (-952 |#1|)) (-1265 $)) NIL) (((-409 (-952 |#1|))) NIL)) (-4017 (((-1171 (-409 (-952 |#1|))) $) NIL)) (-2895 (((-112)) NIL)) (-3189 (($ (-1265 (-409 (-952 |#1|))) (-1265 $)) 118) (($ (-1265 (-409 (-952 |#1|)))) NIL)) (-4185 (((-3 $ "failed") $) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-3486 (((-921)) NIL)) (-1475 (((-112)) NIL)) (-2215 (($ $ (-921)) NIL)) (-1324 (((-112)) NIL)) (-1366 (((-112)) NIL)) (-4262 (((-112)) NIL)) (-1693 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL)) (-2313 (((-3 $ "failed")) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-1825 (((-689 (-409 (-952 |#1|))) (-1265 $)) NIL) (((-689 (-409 (-952 |#1|)))) NIL)) (-1362 (((-409 (-952 |#1|)) $) NIL)) (-2429 (((-689 (-409 (-952 |#1|))) $ (-1265 $)) NIL) (((-689 (-409 (-952 |#1|))) $) NIL)) (-3570 (((-3 $ "failed") $) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-1717 (((-1171 (-952 (-409 (-952 |#1|))))) NIL (|has| (-409 (-952 |#1|)) (-365))) (((-1171 (-409 (-952 |#1|)))) 93 (|has| |#1| (-558)))) (-3172 (($ $ (-921)) NIL)) (-2509 (((-409 (-952 |#1|)) $) NIL)) (-3572 (((-1171 (-409 (-952 |#1|))) $) 87 (|has| (-409 (-952 |#1|)) (-558)))) (-3445 (((-409 (-952 |#1|)) (-1265 $)) NIL) (((-409 (-952 |#1|))) NIL)) (-4157 (((-1171 (-409 (-952 |#1|))) $) NIL)) (-3286 (((-112)) NIL)) (-3057 (((-1157) $) NIL)) (-1663 (((-112)) NIL)) (-1538 (((-112)) NIL)) (-1862 (((-112)) NIL)) (-2029 (((-1119) $) NIL)) (-3767 (((-409 (-952 |#1|)) $ $) 78 (|has| |#1| (-558)))) (-2444 (((-409 (-952 |#1|)) $) 104 (|has| |#1| (-558)))) (-4384 (((-409 (-952 |#1|)) $) 108 (|has| |#1| (-558)))) (-3114 (((-1171 (-409 (-952 |#1|))) $) 98 (|has| |#1| (-558)))) (-1669 (((-409 (-952 |#1|))) 79 (|has| |#1| (-558)))) (-1689 (((-409 (-952 |#1|)) $ $) 71 (|has| |#1| (-558)))) (-2858 (((-409 (-952 |#1|)) $) 103 (|has| |#1| (-558)))) (-2156 (((-409 (-952 |#1|)) $) 107 (|has| |#1| (-558)))) (-3379 (((-1171 (-409 (-952 |#1|))) $) 97 (|has| |#1| (-558)))) (-3531 (((-409 (-952 |#1|))) 75 (|has| |#1| (-558)))) (-3909 (($) 114) (($ (-1175)) 122) (($ (-1265 (-1175))) 121) (($ (-1265 $)) 109) (($ (-1175) (-1265 $)) 120) (($ (-1265 (-1175)) (-1265 $)) 119)) (-1480 (((-112)) NIL)) (-3483 (((-409 (-952 |#1|)) $ (-566)) NIL)) (-2702 (((-1265 (-409 (-952 |#1|))) $ (-1265 $)) 111) (((-689 (-409 (-952 |#1|))) (-1265 $) (-1265 $)) NIL) (((-1265 (-409 (-952 |#1|))) $) 45) (((-689 (-409 (-952 |#1|))) (-1265 $)) NIL)) (-1945 (((-1265 (-409 (-952 |#1|))) $) NIL) (($ (-1265 (-409 (-952 |#1|)))) 42)) (-3663 (((-644 (-952 (-409 (-952 |#1|)))) (-1265 $)) NIL) (((-644 (-952 (-409 (-952 |#1|))))) NIL) (((-644 (-952 |#1|)) (-1265 $)) 112 (|has| |#1| (-558))) (((-644 (-952 |#1|))) 113 (|has| |#1| (-558)))) (-3528 (($ $ $) NIL)) (-3345 (((-112)) NIL)) (-1650 (((-862) $) NIL) (($ (-1265 (-409 (-952 |#1|)))) NIL)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) 67)) (-2526 (((-644 (-1265 (-409 (-952 |#1|))))) NIL (|has| (-409 (-952 |#1|)) (-558)))) (-4052 (($ $ $ $) NIL)) (-4203 (((-112)) NIL)) (-3547 (($ (-689 (-409 (-952 |#1|))) $) NIL)) (-1641 (($ $ $) NIL)) (-1590 (((-112)) NIL)) (-2937 (((-112)) NIL)) (-3168 (((-112)) NIL)) (-3410 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) 110)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 63) (($ $ (-409 (-952 |#1|))) NIL) (($ (-409 (-952 |#1|)) $) NIL) (($ (-1141 |#2| (-409 (-952 |#1|))) $) NIL)))
+(((-455 |#1| |#2| |#3| |#4|) (-13 (-419 (-409 (-952 |#1|))) (-648 (-1141 |#2| (-409 (-952 |#1|)))) (-10 -8 (-15 -1650 ($ (-1265 (-409 (-952 |#1|))))) (-15 -1693 ((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed"))) (-15 -1311 ((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed"))) (-15 -3909 ($)) (-15 -3909 ($ (-1175))) (-15 -3909 ($ (-1265 (-1175)))) (-15 -3909 ($ (-1265 $))) (-15 -3909 ($ (-1175) (-1265 $))) (-15 -3909 ($ (-1265 (-1175)) (-1265 $))) (IF (|has| |#1| (-558)) (PROGN (-15 -1717 ((-1171 (-409 (-952 |#1|))))) (-15 -3379 ((-1171 (-409 (-952 |#1|))) $)) (-15 -2858 ((-409 (-952 |#1|)) $)) (-15 -2156 ((-409 (-952 |#1|)) $)) (-15 -2522 ((-1171 (-409 (-952 |#1|))))) (-15 -3114 ((-1171 (-409 (-952 |#1|))) $)) (-15 -2444 ((-409 (-952 |#1|)) $)) (-15 -4384 ((-409 (-952 |#1|)) $)) (-15 -1689 ((-409 (-952 |#1|)) $ $)) (-15 -3531 ((-409 (-952 |#1|)))) (-15 -3767 ((-409 (-952 |#1|)) $ $)) (-15 -1669 ((-409 (-952 |#1|)))) (-15 -3663 ((-644 (-952 |#1|)) (-1265 $))) (-15 -3663 ((-644 (-952 |#1|))))) |%noBranch|))) (-172) (-921) (-644 (-1175)) (-1265 (-689 |#1|))) (T -455))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1265 (-409 (-952 *3)))) (-4 *3 (-172)) (-14 *6 (-1265 (-689 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))))) (-1693 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-455 *3 *4 *5 *6)) (|:| -3781 (-644 (-455 *3 *4 *5 *6))))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-1311 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-455 *3 *4 *5 *6)) (|:| -3781 (-644 (-455 *3 *4 *5 *6))))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-3909 (*1 *1) (-12 (-5 *1 (-455 *2 *3 *4 *5)) (-4 *2 (-172)) (-14 *3 (-921)) (-14 *4 (-644 (-1175))) (-14 *5 (-1265 (-689 *2))))) (-3909 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 *2)) (-14 *6 (-1265 (-689 *3))))) (-3909 (*1 *1 *2) (-12 (-5 *2 (-1265 (-1175))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-3909 (*1 *1 *2) (-12 (-5 *2 (-1265 (-455 *3 *4 *5 *6))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-3909 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-455 *4 *5 *6 *7))) (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-921)) (-14 *6 (-644 *2)) (-14 *7 (-1265 (-689 *4))))) (-3909 (*1 *1 *2 *3) (-12 (-5 *2 (-1265 (-1175))) (-5 *3 (-1265 (-455 *4 *5 *6 *7))) (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-921)) (-14 *6 (-644 (-1175))) (-14 *7 (-1265 (-689 *4))))) (-1717 (*1 *2) (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-3379 (*1 *2 *1) (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-2858 (*1 *2 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-2156 (*1 *2 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-2522 (*1 *2) (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-3114 (*1 *2 *1) (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-2444 (*1 *2 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-4384 (*1 *2 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-1689 (*1 *2 *1 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-3531 (*1 *2) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-3767 (*1 *2 *1 *1) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-1669 (*1 *2) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))) (-3663 (*1 *2 *3) (-12 (-5 *3 (-1265 (-455 *4 *5 *6 *7))) (-5 *2 (-644 (-952 *4))) (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-558)) (-4 *4 (-172)) (-14 *5 (-921)) (-14 *6 (-644 (-1175))) (-14 *7 (-1265 (-689 *4))))) (-3663 (*1 *2) (-12 (-5 *2 (-644 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(-13 (-419 (-409 (-952 |#1|))) (-648 (-1141 |#2| (-409 (-952 |#1|)))) (-10 -8 (-15 -1650 ($ (-1265 (-409 (-952 |#1|))))) (-15 -1693 ((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed"))) (-15 -1311 ((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed"))) (-15 -3909 ($)) (-15 -3909 ($ (-1175))) (-15 -3909 ($ (-1265 (-1175)))) (-15 -3909 ($ (-1265 $))) (-15 -3909 ($ (-1175) (-1265 $))) (-15 -3909 ($ (-1265 (-1175)) (-1265 $))) (IF (|has| |#1| (-558)) (PROGN (-15 -1717 ((-1171 (-409 (-952 |#1|))))) (-15 -3379 ((-1171 (-409 (-952 |#1|))) $)) (-15 -2858 ((-409 (-952 |#1|)) $)) (-15 -2156 ((-409 (-952 |#1|)) $)) (-15 -2522 ((-1171 (-409 (-952 |#1|))))) (-15 -3114 ((-1171 (-409 (-952 |#1|))) $)) (-15 -2444 ((-409 (-952 |#1|)) $)) (-15 -4384 ((-409 (-952 |#1|)) $)) (-15 -1689 ((-409 (-952 |#1|)) $ $)) (-15 -3531 ((-409 (-952 |#1|)))) (-15 -3767 ((-409 (-952 |#1|)) $ $)) (-15 -1669 ((-409 (-952 |#1|)))) (-15 -3663 ((-644 (-952 |#1|)) (-1265 $))) (-15 -3663 ((-644 (-952 |#1|))))) |%noBranch|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 18)) (-3981 (((-644 (-864 |#1|)) $) 92)) (-3817 (((-1171 $) $ (-864 |#1|)) 55) (((-1171 |#2|) $) 143)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-4282 (($ $) NIL (|has| |#2| (-558)))) (-2296 (((-112) $) NIL (|has| |#2| (-558)))) (-3829 (((-771) $) 27) (((-771) $ (-644 (-864 |#1|))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1778 (($ $) NIL (|has| |#2| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#2| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) 53) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-864 |#1|) "failed") $) NIL)) (-3213 ((|#2| $) 51) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-864 |#1|) $) NIL)) (-3095 (($ $ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-2203 (($ $ (-644 (-566))) 98)) (-4162 (($ $) 85)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#2| (-909)))) (-3406 (($ $ |#2| |#3| $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) 68)) (-3972 (($ (-1171 |#2|) (-864 |#1|)) 148) (($ (-1171 $) (-864 |#1|)) 61)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) 71)) (-3959 (($ |#2| |#3|) 38) (($ $ (-864 |#1|) (-771)) 40) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-864 |#1|)) NIL)) (-3888 ((|#3| $) NIL) (((-771) $ (-864 |#1|)) 59) (((-644 (-771)) $ (-644 (-864 |#1|))) 66)) (-2450 (($ (-1 |#3| |#3|) $) NIL)) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-3107 (((-3 (-864 |#1|) "failed") $) 48)) (-4125 (($ $) NIL)) (-4137 ((|#2| $) 50)) (-1931 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3057 (((-1157) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-864 |#1|)) (|:| -3388 (-771))) "failed") $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) 49)) (-4109 ((|#2| $) 141)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) 154 (|has| |#2| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#2| (-909)))) (-4116 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-864 |#1|) |#2|) 105) (($ $ (-644 (-864 |#1|)) (-644 |#2|)) 111) (($ $ (-864 |#1|) $) 103) (($ $ (-644 (-864 |#1|)) (-644 $)) 129)) (-2018 (($ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-2324 (($ $ (-864 |#1|)) 62) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-4297 ((|#3| $) 84) (((-771) $ (-864 |#1|)) 45) (((-644 (-771)) $ (-644 (-864 |#1|))) 65)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-864 |#1|) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-1573 ((|#2| $) 150 (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-1650 (((-862) $) 179) (($ (-566)) NIL) (($ |#2|) 104) (($ (-864 |#1|)) 42) (($ (-409 (-566))) NIL (-2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#2| (-558)))) (-2675 (((-644 |#2|) $) NIL)) (-2841 ((|#2| $ |#3|) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#2| (-558)))) (-3410 (($) 22 T CONST)) (-3424 (($) 31 T CONST)) (-3218 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#2|) 81 (|has| |#2| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 136)) (** (($ $ (-921)) NIL) (($ $ (-771)) 134)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 39) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) 80) (($ $ |#2|) NIL)))
+(((-456 |#1| |#2| |#3|) (-13 (-949 |#2| |#3| (-864 |#1|)) (-10 -8 (-15 -2203 ($ $ (-644 (-566)))))) (-644 (-1175)) (-1049) (-238 (-4142 |#1|) (-771))) (T -456))
+((-2203 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-14 *3 (-644 (-1175))) (-5 *1 (-456 *3 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-238 (-4142 *3) (-771))))))
+(-13 (-949 |#2| |#3| (-864 |#1|)) (-10 -8 (-15 -2203 ($ $ (-644 (-566))))))
+((-1887 (((-112) |#1| (-644 |#2|)) 94)) (-4263 (((-3 (-1265 (-644 |#2|)) "failed") (-771) |#1| (-644 |#2|)) 103)) (-1769 (((-3 (-644 |#2|) "failed") |#2| |#1| (-1265 (-644 |#2|))) 105)) (-2361 ((|#2| |#2| |#1|) 35)) (-4349 (((-771) |#2| (-644 |#2|)) 26)))
+(((-457 |#1| |#2|) (-10 -7 (-15 -2361 (|#2| |#2| |#1|)) (-15 -4349 ((-771) |#2| (-644 |#2|))) (-15 -4263 ((-3 (-1265 (-644 |#2|)) "failed") (-771) |#1| (-644 |#2|))) (-15 -1769 ((-3 (-644 |#2|) "failed") |#2| |#1| (-1265 (-644 |#2|)))) (-15 -1887 ((-112) |#1| (-644 |#2|)))) (-308) (-1241 |#1|)) (T -457))
+((-1887 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *5)) (-4 *5 (-1241 *3)) (-4 *3 (-308)) (-5 *2 (-112)) (-5 *1 (-457 *3 *5)))) (-1769 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1265 (-644 *3))) (-4 *4 (-308)) (-5 *2 (-644 *3)) (-5 *1 (-457 *4 *3)) (-4 *3 (-1241 *4)))) (-4263 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-771)) (-4 *4 (-308)) (-4 *6 (-1241 *4)) (-5 *2 (-1265 (-644 *6))) (-5 *1 (-457 *4 *6)) (-5 *5 (-644 *6)))) (-4349 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-308)) (-5 *2 (-771)) (-5 *1 (-457 *5 *3)))) (-2361 (*1 *2 *2 *3) (-12 (-4 *3 (-308)) (-5 *1 (-457 *3 *2)) (-4 *2 (-1241 *3)))))
+(-10 -7 (-15 -2361 (|#2| |#2| |#1|)) (-15 -4349 ((-771) |#2| (-644 |#2|))) (-15 -4263 ((-3 (-1265 (-644 |#2|)) "failed") (-771) |#1| (-644 |#2|))) (-15 -1769 ((-3 (-644 |#2|) "failed") |#2| |#1| (-1265 (-644 |#2|)))) (-15 -1887 ((-112) |#1| (-644 |#2|))))
+((-3846 (((-420 |#5|) |#5|) 24)))
+(((-458 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3846 ((-420 |#5|) |#5|))) (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175))))) (-793) (-558) (-558) (-949 |#4| |#2| |#1|)) (T -458))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175)))))) (-4 *5 (-793)) (-4 *7 (-558)) (-5 *2 (-420 *3)) (-5 *1 (-458 *4 *5 *6 *7 *3)) (-4 *6 (-558)) (-4 *3 (-949 *7 *5 *4)))))
+(-10 -7 (-15 -3846 ((-420 |#5|) |#5|)))
+((-3120 ((|#3|) 40)) (-1790 (((-1171 |#4|) (-1171 |#4|) (-1171 |#4|)) 36)))
+(((-459 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1790 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -3120 (|#3|))) (-793) (-850) (-909) (-949 |#3| |#1| |#2|)) (T -459))
+((-3120 (*1 *2) (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-909)) (-5 *1 (-459 *3 *4 *2 *5)) (-4 *5 (-949 *2 *3 *4)))) (-1790 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-909)) (-5 *1 (-459 *3 *4 *5 *6)))))
+(-10 -7 (-15 -1790 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -3120 (|#3|)))
+((-3846 (((-420 (-1171 |#1|)) (-1171 |#1|)) 43)))
+(((-460 |#1|) (-10 -7 (-15 -3846 ((-420 (-1171 |#1|)) (-1171 |#1|)))) (-308)) (T -460))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-308)) (-5 *2 (-420 (-1171 *4))) (-5 *1 (-460 *4)) (-5 *3 (-1171 *4)))))
+(-10 -7 (-15 -3846 ((-420 (-1171 |#1|)) (-1171 |#1|))))
+((-4036 (((-52) |#2| (-1175) (-295 |#2|) (-1232 (-771))) 44) (((-52) (-1 |#2| (-566)) (-295 |#2|) (-1232 (-771))) 43) (((-52) |#2| (-1175) (-295 |#2|)) 36) (((-52) (-1 |#2| (-566)) (-295 |#2|)) 29)) (-1850 (((-52) |#2| (-1175) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566))) 88) (((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566))) 87) (((-52) |#2| (-1175) (-295 |#2|) (-1232 (-566))) 86) (((-52) (-1 |#2| (-566)) (-295 |#2|) (-1232 (-566))) 85) (((-52) |#2| (-1175) (-295 |#2|)) 80) (((-52) (-1 |#2| (-566)) (-295 |#2|)) 79)) (-4063 (((-52) |#2| (-1175) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566))) 74) (((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566))) 72)) (-4048 (((-52) |#2| (-1175) (-295 |#2|) (-1232 (-566))) 51) (((-52) (-1 |#2| (-566)) (-295 |#2|) (-1232 (-566))) 50)))
+(((-461 |#1| |#2|) (-10 -7 (-15 -4036 ((-52) (-1 |#2| (-566)) (-295 |#2|))) (-15 -4036 ((-52) |#2| (-1175) (-295 |#2|))) (-15 -4036 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1232 (-771)))) (-15 -4036 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-771)))) (-15 -4048 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1232 (-566)))) (-15 -4048 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-566)))) (-15 -4063 ((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566)))) (-15 -4063 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566)))) (-15 -1850 ((-52) (-1 |#2| (-566)) (-295 |#2|))) (-15 -1850 ((-52) |#2| (-1175) (-295 |#2|))) (-15 -1850 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1232 (-566)))) (-15 -1850 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-566)))) (-15 -1850 ((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566)))) (-15 -1850 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566))))) (-13 (-558) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1200) (-432 |#1|))) (T -461))
+((-1850 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-409 (-566)))) (-5 *7 (-409 (-566))) (-4 *3 (-13 (-27) (-1200) (-432 *8))) (-4 *8 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *8 *3)))) (-1850 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-409 (-566)))) (-5 *4 (-295 *8)) (-5 *5 (-1232 (-409 (-566)))) (-5 *6 (-409 (-566))) (-4 *8 (-13 (-27) (-1200) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *8)))) (-1850 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-566))) (-4 *3 (-13 (-27) (-1200) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *3)))) (-1850 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1232 (-566))) (-4 *7 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *7)))) (-1850 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *3)))) (-1850 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-566))) (-5 *4 (-295 *6)) (-4 *6 (-13 (-27) (-1200) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *5 *6)))) (-4063 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-409 (-566)))) (-5 *7 (-409 (-566))) (-4 *3 (-13 (-27) (-1200) (-432 *8))) (-4 *8 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *8 *3)))) (-4063 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-409 (-566)))) (-5 *4 (-295 *8)) (-5 *5 (-1232 (-409 (-566)))) (-5 *6 (-409 (-566))) (-4 *8 (-13 (-27) (-1200) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *8)))) (-4048 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-566))) (-4 *3 (-13 (-27) (-1200) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *3)))) (-4048 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1232 (-566))) (-4 *7 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *7)))) (-4036 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-771))) (-4 *3 (-13 (-27) (-1200) (-432 *7))) (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *7 *3)))) (-4036 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1232 (-771))) (-4 *7 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *7)))) (-4036 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *6 *3)))) (-4036 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-566))) (-5 *4 (-295 *6)) (-4 *6 (-13 (-27) (-1200) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52)) (-5 *1 (-461 *5 *6)))))
+(-10 -7 (-15 -4036 ((-52) (-1 |#2| (-566)) (-295 |#2|))) (-15 -4036 ((-52) |#2| (-1175) (-295 |#2|))) (-15 -4036 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1232 (-771)))) (-15 -4036 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-771)))) (-15 -4048 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1232 (-566)))) (-15 -4048 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-566)))) (-15 -4063 ((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566)))) (-15 -4063 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566)))) (-15 -1850 ((-52) (-1 |#2| (-566)) (-295 |#2|))) (-15 -1850 ((-52) |#2| (-1175) (-295 |#2|))) (-15 -1850 ((-52) (-1 |#2| (-566)) (-295 |#2|) (-1232 (-566)))) (-15 -1850 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-566)))) (-15 -1850 ((-52) (-1 |#2| (-409 (-566))) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566)))) (-15 -1850 ((-52) |#2| (-1175) (-295 |#2|) (-1232 (-409 (-566))) (-409 (-566)))))
+((-2361 ((|#2| |#2| |#1|) 15)) (-3159 (((-644 |#2|) |#2| (-644 |#2|) |#1| (-921)) 82)) (-4251 (((-2 (|:| |plist| (-644 |#2|)) (|:| |modulo| |#1|)) |#2| (-644 |#2|) |#1| (-921)) 72)))
+(((-462 |#1| |#2|) (-10 -7 (-15 -4251 ((-2 (|:| |plist| (-644 |#2|)) (|:| |modulo| |#1|)) |#2| (-644 |#2|) |#1| (-921))) (-15 -3159 ((-644 |#2|) |#2| (-644 |#2|) |#1| (-921))) (-15 -2361 (|#2| |#2| |#1|))) (-308) (-1241 |#1|)) (T -462))
+((-2361 (*1 *2 *2 *3) (-12 (-4 *3 (-308)) (-5 *1 (-462 *3 *2)) (-4 *2 (-1241 *3)))) (-3159 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-644 *3)) (-5 *5 (-921)) (-4 *3 (-1241 *4)) (-4 *4 (-308)) (-5 *1 (-462 *4 *3)))) (-4251 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-921)) (-4 *5 (-308)) (-4 *3 (-1241 *5)) (-5 *2 (-2 (|:| |plist| (-644 *3)) (|:| |modulo| *5))) (-5 *1 (-462 *5 *3)) (-5 *4 (-644 *3)))))
+(-10 -7 (-15 -4251 ((-2 (|:| |plist| (-644 |#2|)) (|:| |modulo| |#1|)) |#2| (-644 |#2|) |#1| (-921))) (-15 -3159 ((-644 |#2|) |#2| (-644 |#2|) |#1| (-921))) (-15 -2361 (|#2| |#2| |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 28)) (-3242 (($ |#3|) 25)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-4162 (($ $) 32)) (-2017 (($ |#2| |#4| $) 33)) (-3959 (($ |#2| (-713 |#3| |#4| |#5|)) 24)) (-4125 (((-713 |#3| |#4| |#5|) $) 15)) (-4255 ((|#3| $) 19)) (-2247 ((|#4| $) 17)) (-4137 ((|#2| $) 29)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2117 (($ |#2| |#3| |#4|) 26)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 36 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 34)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-463 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-717 |#6|) (-717 |#2|) (-10 -8 (-15 -4137 (|#2| $)) (-15 -4125 ((-713 |#3| |#4| |#5|) $)) (-15 -2247 (|#4| $)) (-15 -4255 (|#3| $)) (-15 -4162 ($ $)) (-15 -3959 ($ |#2| (-713 |#3| |#4| |#5|))) (-15 -3242 ($ |#3|)) (-15 -2117 ($ |#2| |#3| |#4|)) (-15 -2017 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-644 (-1175)) (-172) (-850) (-238 (-4142 |#1|) (-771)) (-1 (-112) (-2 (|:| -1351 |#3|) (|:| -3388 |#4|)) (-2 (|:| -1351 |#3|) (|:| -3388 |#4|))) (-949 |#2| |#4| (-864 |#1|))) (T -463))
+((* (*1 *1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-4 *6 (-238 (-4142 *3) (-771))) (-14 *7 (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *6)) (-2 (|:| -1351 *5) (|:| -3388 *6)))) (-5 *1 (-463 *3 *4 *5 *6 *7 *2)) (-4 *5 (-850)) (-4 *2 (-949 *4 *6 (-864 *3))))) (-4137 (*1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *5 (-238 (-4142 *3) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -1351 *4) (|:| -3388 *5)) (-2 (|:| -1351 *4) (|:| -3388 *5)))) (-4 *2 (-172)) (-5 *1 (-463 *3 *2 *4 *5 *6 *7)) (-4 *4 (-850)) (-4 *7 (-949 *2 *5 (-864 *3))))) (-4125 (*1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-4 *6 (-238 (-4142 *3) (-771))) (-14 *7 (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *6)) (-2 (|:| -1351 *5) (|:| -3388 *6)))) (-5 *2 (-713 *5 *6 *7)) (-5 *1 (-463 *3 *4 *5 *6 *7 *8)) (-4 *5 (-850)) (-4 *8 (-949 *4 *6 (-864 *3))))) (-2247 (*1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-14 *6 (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *2)) (-2 (|:| -1351 *5) (|:| -3388 *2)))) (-4 *2 (-238 (-4142 *3) (-771))) (-5 *1 (-463 *3 *4 *5 *2 *6 *7)) (-4 *5 (-850)) (-4 *7 (-949 *4 *2 (-864 *3))))) (-4255 (*1 *2 *1) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-4 *5 (-238 (-4142 *3) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -1351 *2) (|:| -3388 *5)) (-2 (|:| -1351 *2) (|:| -3388 *5)))) (-4 *2 (-850)) (-5 *1 (-463 *3 *4 *2 *5 *6 *7)) (-4 *7 (-949 *4 *5 (-864 *3))))) (-4162 (*1 *1 *1) (-12 (-14 *2 (-644 (-1175))) (-4 *3 (-172)) (-4 *5 (-238 (-4142 *2) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -1351 *4) (|:| -3388 *5)) (-2 (|:| -1351 *4) (|:| -3388 *5)))) (-5 *1 (-463 *2 *3 *4 *5 *6 *7)) (-4 *4 (-850)) (-4 *7 (-949 *3 *5 (-864 *2))))) (-3959 (*1 *1 *2 *3) (-12 (-5 *3 (-713 *5 *6 *7)) (-4 *5 (-850)) (-4 *6 (-238 (-4142 *4) (-771))) (-14 *7 (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *6)) (-2 (|:| -1351 *5) (|:| -3388 *6)))) (-14 *4 (-644 (-1175))) (-4 *2 (-172)) (-5 *1 (-463 *4 *2 *5 *6 *7 *8)) (-4 *8 (-949 *2 *6 (-864 *4))))) (-3242 (*1 *1 *2) (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172)) (-4 *5 (-238 (-4142 *3) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -1351 *2) (|:| -3388 *5)) (-2 (|:| -1351 *2) (|:| -3388 *5)))) (-5 *1 (-463 *3 *4 *2 *5 *6 *7)) (-4 *2 (-850)) (-4 *7 (-949 *4 *5 (-864 *3))))) (-2117 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-644 (-1175))) (-4 *2 (-172)) (-4 *4 (-238 (-4142 *5) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -1351 *3) (|:| -3388 *4)) (-2 (|:| -1351 *3) (|:| -3388 *4)))) (-5 *1 (-463 *5 *2 *3 *4 *6 *7)) (-4 *3 (-850)) (-4 *7 (-949 *2 *4 (-864 *5))))) (-2017 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-644 (-1175))) (-4 *2 (-172)) (-4 *3 (-238 (-4142 *4) (-771))) (-14 *6 (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *3)) (-2 (|:| -1351 *5) (|:| -3388 *3)))) (-5 *1 (-463 *4 *2 *5 *3 *6 *7)) (-4 *5 (-850)) (-4 *7 (-949 *2 *3 (-864 *4))))))
+(-13 (-717 |#6|) (-717 |#2|) (-10 -8 (-15 -4137 (|#2| $)) (-15 -4125 ((-713 |#3| |#4| |#5|) $)) (-15 -2247 (|#4| $)) (-15 -4255 (|#3| $)) (-15 -4162 ($ $)) (-15 -3959 ($ |#2| (-713 |#3| |#4| |#5|))) (-15 -3242 ($ |#3|)) (-15 -2117 ($ |#2| |#3| |#4|)) (-15 -2017 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
+((-1932 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 39)))
+(((-464 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1932 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-793) (-850) (-558) (-949 |#3| |#1| |#2|) (-13 (-1038 (-409 (-566))) (-365) (-10 -8 (-15 -1650 ($ |#4|)) (-15 -2499 (|#4| $)) (-15 -2507 (|#4| $))))) (T -464))
+((-1932 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-850)) (-4 *5 (-793)) (-4 *6 (-558)) (-4 *7 (-949 *6 *5 *3)) (-5 *1 (-464 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1038 (-409 (-566))) (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))))))
+(-10 -7 (-15 -1932 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
+((-4124 (((-112) $ $) NIL)) (-3981 (((-644 |#3|) $) 41)) (-2935 (((-112) $) NIL)) (-3212 (((-112) $) NIL (|has| |#1| (-558)))) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-1997 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-2582 (((-112) $) NIL (|has| |#1| (-558)))) (-2872 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3370 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1703 (((-112) $) NIL (|has| |#1| (-558)))) (-1680 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) 49)) (-3213 (($ (-644 |#4|)) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-1837 (($ |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4415)))) (-3953 (((-644 |#4|) $) 18 (|has| $ (-6 -4415)))) (-3752 ((|#3| $) 47)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#4|) $) 14 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 26 (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-2409 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 21)) (-1648 (((-644 |#3|) $) NIL)) (-3327 (((-112) |#3| $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-2029 (((-1119) $) NIL)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-3295 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 39)) (-1710 (($) 17)) (-2037 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) 16)) (-1945 (((-538) $) NIL (|has| |#4| (-614 (-538)))) (($ (-644 |#4|)) 51)) (-1664 (($ (-644 |#4|)) 13)) (-3833 (($ $ |#3|) NIL)) (-2046 (($ $ |#3|) NIL)) (-1594 (($ $ |#3|) NIL)) (-1650 (((-862) $) 38) (((-644 |#4|) $) 50)) (-2657 (((-112) $ $) NIL)) (-3487 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 30)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-465 |#1| |#2| |#3| |#4|) (-13 (-976 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1945 ($ (-644 |#4|))) (-6 -4415) (-6 -4416))) (-1049) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -465))
+((-1945 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-465 *3 *4 *5 *6)))))
+(-13 (-976 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1945 ($ (-644 |#4|))) (-6 -4415) (-6 -4416)))
+((-3410 (($) 11)) (-3424 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
+(((-466 |#1| |#2| |#3|) (-10 -8 (-15 -3424 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3410 (|#1|))) (-467 |#2| |#3|) (-172) (-23)) (T -466))
+NIL
+(-10 -8 (-15 -3424 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3410 (|#1|)))
+((-4124 (((-112) $ $) 7)) (-1821 (((-3 |#1| "failed") $) 27)) (-3213 ((|#1| $) 28)) (-2139 (($ $ $) 24)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4297 ((|#2| $) 20)) (-1650 (((-862) $) 12) (($ |#1|) 26)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 25 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 16) (($ $ $) 14)) (-2964 (($ $ $) 15)) (* (($ |#1| $) 18) (($ $ |#1|) 17)))
(((-467 |#1| |#2|) (-140) (-172) (-23)) (T -467))
-((-4366 (*1 *1) (-12 (-4 *1 (-467 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-2014 (*1 *1 *1 *1) (-12 (-4 *1 (-467 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))))
-(-13 (-472 |t#1| |t#2|) (-1038 |t#1|) (-10 -8 (-15 (-4366) ($) -1623) (-15 -2014 ($ $ $))))
+((-3424 (*1 *1) (-12 (-4 *1 (-467 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-2139 (*1 *1 *1 *1) (-12 (-4 *1 (-467 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))))
+(-13 (-472 |t#1| |t#2|) (-1038 |t#1|) (-10 -8 (-15 (-3424) ($) -4388) (-15 -2139 ($ $ $))))
(((-102) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-472 |#1| |#2|) . T) ((-1038 |#1|) . T) ((-1099) . T))
-((-2125 (((-1264 (-1264 (-566))) (-1264 (-1264 (-566))) (-921)) 29)) (-2140 (((-1264 (-1264 (-566))) (-921)) 24)))
-(((-468) (-10 -7 (-15 -2125 ((-1264 (-1264 (-566))) (-1264 (-1264 (-566))) (-921))) (-15 -2140 ((-1264 (-1264 (-566))) (-921))))) (T -468))
-((-2140 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1264 (-1264 (-566)))) (-5 *1 (-468)))) (-2125 (*1 *2 *2 *3) (-12 (-5 *2 (-1264 (-1264 (-566)))) (-5 *3 (-921)) (-5 *1 (-468)))))
-(-10 -7 (-15 -2125 ((-1264 (-1264 (-566))) (-1264 (-1264 (-566))) (-921))) (-15 -2140 ((-1264 (-1264 (-566))) (-921))))
-((-2733 (((-566) (-566)) 32) (((-566)) 24)) (-4350 (((-566) (-566)) 28) (((-566)) 20)) (-3651 (((-566) (-566)) 30) (((-566)) 22)) (-1851 (((-112) (-112)) 14) (((-112)) 12)) (-1434 (((-112) (-112)) 13) (((-112)) 11)) (-4335 (((-112) (-112)) 26) (((-112)) 17)))
-(((-469) (-10 -7 (-15 -1434 ((-112))) (-15 -1851 ((-112))) (-15 -1434 ((-112) (-112))) (-15 -1851 ((-112) (-112))) (-15 -4335 ((-112))) (-15 -3651 ((-566))) (-15 -4350 ((-566))) (-15 -2733 ((-566))) (-15 -4335 ((-112) (-112))) (-15 -3651 ((-566) (-566))) (-15 -4350 ((-566) (-566))) (-15 -2733 ((-566) (-566))))) (T -469))
-((-2733 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-4350 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-3651 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-4335 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-2733 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-4350 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-3651 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-4335 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-1851 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-1434 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-1851 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-1434 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))))
-(-10 -7 (-15 -1434 ((-112))) (-15 -1851 ((-112))) (-15 -1434 ((-112) (-112))) (-15 -1851 ((-112) (-112))) (-15 -4335 ((-112))) (-15 -3651 ((-566))) (-15 -4350 ((-566))) (-15 -2733 ((-566))) (-15 -4335 ((-112) (-112))) (-15 -3651 ((-566) (-566))) (-15 -4350 ((-566) (-566))) (-15 -2733 ((-566) (-566))))
-((-2988 (((-112) $ $) NIL)) (-3851 (((-644 (-381)) $) 34) (((-644 (-381)) $ (-644 (-381))) 146)) (-2869 (((-644 (-1093 (-381))) $) 16) (((-644 (-1093 (-381))) $ (-644 (-1093 (-381)))) 142)) (-3838 (((-644 (-644 (-943 (-225)))) (-644 (-644 (-943 (-225)))) (-644 (-874))) 58)) (-4076 (((-644 (-644 (-943 (-225)))) $) 137)) (-1397 (((-1269) $ (-943 (-225)) (-874)) 163)) (-3178 (($ $) 136) (($ (-644 (-644 (-943 (-225))))) 149) (($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921))) 148) (($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)) (-644 (-264))) 150)) (-3380 (((-1157) $) NIL)) (-2674 (((-566) $) 110)) (-4072 (((-1119) $) NIL)) (-3028 (($) 147)) (-3659 (((-644 (-225)) (-644 (-644 (-943 (-225))))) 89)) (-2518 (((-1269) $ (-644 (-943 (-225))) (-874) (-874) (-921)) 155) (((-1269) $ (-943 (-225))) 157) (((-1269) $ (-943 (-225)) (-874) (-874) (-921)) 156)) (-3152 (((-862) $) 169) (($ (-644 (-644 (-943 (-225))))) 164)) (-3044 (((-112) $ $) NIL)) (-3686 (((-1269) $ (-943 (-225))) 162)) (-2914 (((-112) $ $) NIL)))
-(((-470) (-13 (-1099) (-10 -8 (-15 -3028 ($)) (-15 -3178 ($ $)) (-15 -3178 ($ (-644 (-644 (-943 (-225)))))) (-15 -3178 ($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)))) (-15 -3178 ($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)) (-644 (-264)))) (-15 -4076 ((-644 (-644 (-943 (-225)))) $)) (-15 -2674 ((-566) $)) (-15 -2869 ((-644 (-1093 (-381))) $)) (-15 -2869 ((-644 (-1093 (-381))) $ (-644 (-1093 (-381))))) (-15 -3851 ((-644 (-381)) $)) (-15 -3851 ((-644 (-381)) $ (-644 (-381)))) (-15 -2518 ((-1269) $ (-644 (-943 (-225))) (-874) (-874) (-921))) (-15 -2518 ((-1269) $ (-943 (-225)))) (-15 -2518 ((-1269) $ (-943 (-225)) (-874) (-874) (-921))) (-15 -3686 ((-1269) $ (-943 (-225)))) (-15 -1397 ((-1269) $ (-943 (-225)) (-874))) (-15 -3152 ($ (-644 (-644 (-943 (-225)))))) (-15 -3152 ((-862) $)) (-15 -3838 ((-644 (-644 (-943 (-225)))) (-644 (-644 (-943 (-225)))) (-644 (-874)))) (-15 -3659 ((-644 (-225)) (-644 (-644 (-943 (-225))))))))) (T -470))
-((-3152 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-470)))) (-3028 (*1 *1) (-5 *1 (-470))) (-3178 (*1 *1 *1) (-5 *1 (-470))) (-3178 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470)))) (-3178 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874))) (-5 *4 (-644 (-921))) (-5 *1 (-470)))) (-3178 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874))) (-5 *4 (-644 (-921))) (-5 *5 (-644 (-264))) (-5 *1 (-470)))) (-4076 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470)))) (-2674 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-470)))) (-2869 (*1 *2 *1) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-470)))) (-2869 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-470)))) (-3851 (*1 *2 *1) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-470)))) (-3851 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-470)))) (-2518 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *4 (-874)) (-5 *5 (-921)) (-5 *2 (-1269)) (-5 *1 (-470)))) (-2518 (*1 *2 *1 *3) (-12 (-5 *3 (-943 (-225))) (-5 *2 (-1269)) (-5 *1 (-470)))) (-2518 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-943 (-225))) (-5 *4 (-874)) (-5 *5 (-921)) (-5 *2 (-1269)) (-5 *1 (-470)))) (-3686 (*1 *2 *1 *3) (-12 (-5 *3 (-943 (-225))) (-5 *2 (-1269)) (-5 *1 (-470)))) (-1397 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-943 (-225))) (-5 *4 (-874)) (-5 *2 (-1269)) (-5 *1 (-470)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470)))) (-3838 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874))) (-5 *1 (-470)))) (-3659 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-644 (-225))) (-5 *1 (-470)))))
-(-13 (-1099) (-10 -8 (-15 -3028 ($)) (-15 -3178 ($ $)) (-15 -3178 ($ (-644 (-644 (-943 (-225)))))) (-15 -3178 ($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)))) (-15 -3178 ($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)) (-644 (-264)))) (-15 -4076 ((-644 (-644 (-943 (-225)))) $)) (-15 -2674 ((-566) $)) (-15 -2869 ((-644 (-1093 (-381))) $)) (-15 -2869 ((-644 (-1093 (-381))) $ (-644 (-1093 (-381))))) (-15 -3851 ((-644 (-381)) $)) (-15 -3851 ((-644 (-381)) $ (-644 (-381)))) (-15 -2518 ((-1269) $ (-644 (-943 (-225))) (-874) (-874) (-921))) (-15 -2518 ((-1269) $ (-943 (-225)))) (-15 -2518 ((-1269) $ (-943 (-225)) (-874) (-874) (-921))) (-15 -3686 ((-1269) $ (-943 (-225)))) (-15 -1397 ((-1269) $ (-943 (-225)) (-874))) (-15 -3152 ($ (-644 (-644 (-943 (-225)))))) (-15 -3152 ((-862) $)) (-15 -3838 ((-644 (-644 (-943 (-225)))) (-644 (-644 (-943 (-225)))) (-644 (-874)))) (-15 -3659 ((-644 (-225)) (-644 (-644 (-943 (-225))))))))
-((-3012 (($ $) NIL) (($ $ $) 11)))
-(((-471 |#1| |#2| |#3|) (-10 -8 (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|))) (-472 |#2| |#3|) (-172) (-23)) (T -471))
-NIL
-(-10 -8 (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3902 ((|#2| $) 20)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 16) (($ $ $) 14)) (-3002 (($ $ $) 15)) (* (($ |#1| $) 18) (($ $ |#1|) 17)))
+((-3910 (((-1265 (-1265 (-566))) (-1265 (-1265 (-566))) (-921)) 29)) (-4061 (((-1265 (-1265 (-566))) (-921)) 24)))
+(((-468) (-10 -7 (-15 -3910 ((-1265 (-1265 (-566))) (-1265 (-1265 (-566))) (-921))) (-15 -4061 ((-1265 (-1265 (-566))) (-921))))) (T -468))
+((-4061 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1265 (-1265 (-566)))) (-5 *1 (-468)))) (-3910 (*1 *2 *2 *3) (-12 (-5 *2 (-1265 (-1265 (-566)))) (-5 *3 (-921)) (-5 *1 (-468)))))
+(-10 -7 (-15 -3910 ((-1265 (-1265 (-566))) (-1265 (-1265 (-566))) (-921))) (-15 -4061 ((-1265 (-1265 (-566))) (-921))))
+((-1813 (((-566) (-566)) 32) (((-566)) 24)) (-3020 (((-566) (-566)) 28) (((-566)) 20)) (-2535 (((-566) (-566)) 30) (((-566)) 22)) (-4213 (((-112) (-112)) 14) (((-112)) 12)) (-1355 (((-112) (-112)) 13) (((-112)) 11)) (-2862 (((-112) (-112)) 26) (((-112)) 17)))
+(((-469) (-10 -7 (-15 -1355 ((-112))) (-15 -4213 ((-112))) (-15 -1355 ((-112) (-112))) (-15 -4213 ((-112) (-112))) (-15 -2862 ((-112))) (-15 -2535 ((-566))) (-15 -3020 ((-566))) (-15 -1813 ((-566))) (-15 -2862 ((-112) (-112))) (-15 -2535 ((-566) (-566))) (-15 -3020 ((-566) (-566))) (-15 -1813 ((-566) (-566))))) (T -469))
+((-1813 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-3020 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-2535 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-2862 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-1813 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-3020 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-2535 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469)))) (-2862 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-4213 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-1355 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-4213 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))) (-1355 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))))
+(-10 -7 (-15 -1355 ((-112))) (-15 -4213 ((-112))) (-15 -1355 ((-112) (-112))) (-15 -4213 ((-112) (-112))) (-15 -2862 ((-112))) (-15 -2535 ((-566))) (-15 -3020 ((-566))) (-15 -1813 ((-566))) (-15 -2862 ((-112) (-112))) (-15 -2535 ((-566) (-566))) (-15 -3020 ((-566) (-566))) (-15 -1813 ((-566) (-566))))
+((-4124 (((-112) $ $) NIL)) (-2290 (((-644 (-381)) $) 34) (((-644 (-381)) $ (-644 (-381))) 146)) (-3736 (((-644 (-1093 (-381))) $) 16) (((-644 (-1093 (-381))) $ (-644 (-1093 (-381)))) 142)) (-1804 (((-644 (-644 (-943 (-225)))) (-644 (-644 (-943 (-225)))) (-644 (-874))) 58)) (-2092 (((-644 (-644 (-943 (-225)))) $) 137)) (-1822 (((-1270) $ (-943 (-225)) (-874)) 163)) (-1622 (($ $) 136) (($ (-644 (-644 (-943 (-225))))) 149) (($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921))) 148) (($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)) (-644 (-264))) 150)) (-3057 (((-1157) $) NIL)) (-2334 (((-566) $) 110)) (-2029 (((-1119) $) NIL)) (-2494 (($) 147)) (-2596 (((-644 (-225)) (-644 (-644 (-943 (-225))))) 89)) (-3420 (((-1270) $ (-644 (-943 (-225))) (-874) (-874) (-921)) 155) (((-1270) $ (-943 (-225))) 157) (((-1270) $ (-943 (-225)) (-874) (-874) (-921)) 156)) (-1650 (((-862) $) 169) (($ (-644 (-644 (-943 (-225))))) 164)) (-2657 (((-112) $ $) NIL)) (-2874 (((-1270) $ (-943 (-225))) 162)) (-2868 (((-112) $ $) NIL)))
+(((-470) (-13 (-1099) (-10 -8 (-15 -2494 ($)) (-15 -1622 ($ $)) (-15 -1622 ($ (-644 (-644 (-943 (-225)))))) (-15 -1622 ($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)))) (-15 -1622 ($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)) (-644 (-264)))) (-15 -2092 ((-644 (-644 (-943 (-225)))) $)) (-15 -2334 ((-566) $)) (-15 -3736 ((-644 (-1093 (-381))) $)) (-15 -3736 ((-644 (-1093 (-381))) $ (-644 (-1093 (-381))))) (-15 -2290 ((-644 (-381)) $)) (-15 -2290 ((-644 (-381)) $ (-644 (-381)))) (-15 -3420 ((-1270) $ (-644 (-943 (-225))) (-874) (-874) (-921))) (-15 -3420 ((-1270) $ (-943 (-225)))) (-15 -3420 ((-1270) $ (-943 (-225)) (-874) (-874) (-921))) (-15 -2874 ((-1270) $ (-943 (-225)))) (-15 -1822 ((-1270) $ (-943 (-225)) (-874))) (-15 -1650 ($ (-644 (-644 (-943 (-225)))))) (-15 -1650 ((-862) $)) (-15 -1804 ((-644 (-644 (-943 (-225)))) (-644 (-644 (-943 (-225)))) (-644 (-874)))) (-15 -2596 ((-644 (-225)) (-644 (-644 (-943 (-225))))))))) (T -470))
+((-1650 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-470)))) (-2494 (*1 *1) (-5 *1 (-470))) (-1622 (*1 *1 *1) (-5 *1 (-470))) (-1622 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470)))) (-1622 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874))) (-5 *4 (-644 (-921))) (-5 *1 (-470)))) (-1622 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874))) (-5 *4 (-644 (-921))) (-5 *5 (-644 (-264))) (-5 *1 (-470)))) (-2092 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-470)))) (-3736 (*1 *2 *1) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-470)))) (-3736 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-470)))) (-2290 (*1 *2 *1) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-470)))) (-2290 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-470)))) (-3420 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *4 (-874)) (-5 *5 (-921)) (-5 *2 (-1270)) (-5 *1 (-470)))) (-3420 (*1 *2 *1 *3) (-12 (-5 *3 (-943 (-225))) (-5 *2 (-1270)) (-5 *1 (-470)))) (-3420 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-943 (-225))) (-5 *4 (-874)) (-5 *5 (-921)) (-5 *2 (-1270)) (-5 *1 (-470)))) (-2874 (*1 *2 *1 *3) (-12 (-5 *3 (-943 (-225))) (-5 *2 (-1270)) (-5 *1 (-470)))) (-1822 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-943 (-225))) (-5 *4 (-874)) (-5 *2 (-1270)) (-5 *1 (-470)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470)))) (-1804 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874))) (-5 *1 (-470)))) (-2596 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-644 (-225))) (-5 *1 (-470)))))
+(-13 (-1099) (-10 -8 (-15 -2494 ($)) (-15 -1622 ($ $)) (-15 -1622 ($ (-644 (-644 (-943 (-225)))))) (-15 -1622 ($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)))) (-15 -1622 ($ (-644 (-644 (-943 (-225)))) (-644 (-874)) (-644 (-874)) (-644 (-921)) (-644 (-264)))) (-15 -2092 ((-644 (-644 (-943 (-225)))) $)) (-15 -2334 ((-566) $)) (-15 -3736 ((-644 (-1093 (-381))) $)) (-15 -3736 ((-644 (-1093 (-381))) $ (-644 (-1093 (-381))))) (-15 -2290 ((-644 (-381)) $)) (-15 -2290 ((-644 (-381)) $ (-644 (-381)))) (-15 -3420 ((-1270) $ (-644 (-943 (-225))) (-874) (-874) (-921))) (-15 -3420 ((-1270) $ (-943 (-225)))) (-15 -3420 ((-1270) $ (-943 (-225)) (-874) (-874) (-921))) (-15 -2874 ((-1270) $ (-943 (-225)))) (-15 -1822 ((-1270) $ (-943 (-225)) (-874))) (-15 -1650 ($ (-644 (-644 (-943 (-225)))))) (-15 -1650 ((-862) $)) (-15 -1804 ((-644 (-644 (-943 (-225)))) (-644 (-644 (-943 (-225)))) (-644 (-874)))) (-15 -2596 ((-644 (-225)) (-644 (-644 (-943 (-225))))))))
+((-2977 (($ $) NIL) (($ $ $) 11)))
+(((-471 |#1| |#2| |#3|) (-10 -8 (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|))) (-472 |#2| |#3|) (-172) (-23)) (T -471))
+NIL
+(-10 -8 (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4297 ((|#2| $) 20)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 16) (($ $ $) 14)) (-2964 (($ $ $) 15)) (* (($ |#1| $) 18) (($ $ |#1|) 17)))
(((-472 |#1| |#2|) (-140) (-172) (-23)) (T -472))
-((-3902 (*1 *2 *1) (-12 (-4 *1 (-472 *3 *2)) (-4 *3 (-172)) (-4 *2 (-23)))) (-4356 (*1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-3012 (*1 *1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-3002 (*1 *1 *1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-3012 (*1 *1 *1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))))
-(-13 (-1099) (-10 -8 (-15 -3902 (|t#2| $)) (-15 (-4356) ($) -1623) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -3012 ($ $)) (-15 -3002 ($ $ $)) (-15 -3012 ($ $ $))))
+((-4297 (*1 *2 *1) (-12 (-4 *1 (-472 *3 *2)) (-4 *3 (-172)) (-4 *2 (-23)))) (-3410 (*1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-2977 (*1 *1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-2964 (*1 *1 *1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))) (-2977 (*1 *1 *1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23)))))
+(-13 (-1099) (-10 -8 (-15 -4297 (|t#2| $)) (-15 (-3410) ($) -4388) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -2977 ($ $)) (-15 -2964 ($ $ $)) (-15 -2977 ($ $ $))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2278 (((-3 (-644 (-483 |#1| |#2|)) "failed") (-644 (-483 |#1| |#2|)) (-644 (-864 |#1|))) 137)) (-3788 (((-644 (-644 (-247 |#1| |#2|))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|))) 134)) (-2846 (((-2 (|:| |dpolys| (-644 (-247 |#1| |#2|))) (|:| |coords| (-644 (-566)))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|))) 86)))
-(((-473 |#1| |#2| |#3|) (-10 -7 (-15 -3788 ((-644 (-644 (-247 |#1| |#2|))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|)))) (-15 -2278 ((-3 (-644 (-483 |#1| |#2|)) "failed") (-644 (-483 |#1| |#2|)) (-644 (-864 |#1|)))) (-15 -2846 ((-2 (|:| |dpolys| (-644 (-247 |#1| |#2|))) (|:| |coords| (-644 (-566)))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|))))) (-644 (-1175)) (-454) (-454)) (T -473))
-((-2846 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-864 *5))) (-14 *5 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-2 (|:| |dpolys| (-644 (-247 *5 *6))) (|:| |coords| (-644 (-566))))) (-5 *1 (-473 *5 *6 *7)) (-5 *3 (-644 (-247 *5 *6))) (-4 *7 (-454)))) (-2278 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-483 *4 *5))) (-5 *3 (-644 (-864 *4))) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-473 *4 *5 *6)) (-4 *6 (-454)))) (-3788 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-864 *5))) (-14 *5 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-644 (-644 (-247 *5 *6)))) (-5 *1 (-473 *5 *6 *7)) (-5 *3 (-644 (-247 *5 *6))) (-4 *7 (-454)))))
-(-10 -7 (-15 -3788 ((-644 (-644 (-247 |#1| |#2|))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|)))) (-15 -2278 ((-3 (-644 (-483 |#1| |#2|)) "failed") (-644 (-483 |#1| |#2|)) (-644 (-864 |#1|)))) (-15 -2846 ((-2 (|:| |dpolys| (-644 (-247 |#1| |#2|))) (|:| |coords| (-644 (-566)))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|)))))
-((-3245 (((-3 $ "failed") $) 11)) (-3357 (($ $ $) 23)) (-2527 (($ $ $) 24)) (-3025 (($ $ $) 9)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 22)))
-(((-474 |#1|) (-10 -8 (-15 -2527 (|#1| |#1| |#1|)) (-15 -3357 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -3025 (|#1| |#1| |#1|)) (-15 -3245 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921)))) (-475)) (T -474))
-NIL
-(-10 -8 (-15 -2527 (|#1| |#1| |#1|)) (-15 -3357 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -3025 (|#1| |#1| |#1|)) (-15 -3245 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))))
-((-2988 (((-112) $ $) 7)) (-2463 (($) 19 T CONST)) (-3245 (((-3 $ "failed") $) 16)) (-2389 (((-112) $) 18)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 25)) (-4072 (((-1119) $) 11)) (-3357 (($ $ $) 22)) (-2527 (($ $ $) 21)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4366 (($) 20 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 24)) (** (($ $ (-921)) 14) (($ $ (-771)) 17) (($ $ (-566)) 23)) (* (($ $ $) 15)))
+((-2926 (((-3 (-644 (-483 |#1| |#2|)) "failed") (-644 (-483 |#1| |#2|)) (-644 (-864 |#1|))) 137)) (-1426 (((-644 (-644 (-247 |#1| |#2|))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|))) 134)) (-3511 (((-2 (|:| |dpolys| (-644 (-247 |#1| |#2|))) (|:| |coords| (-644 (-566)))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|))) 86)))
+(((-473 |#1| |#2| |#3|) (-10 -7 (-15 -1426 ((-644 (-644 (-247 |#1| |#2|))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|)))) (-15 -2926 ((-3 (-644 (-483 |#1| |#2|)) "failed") (-644 (-483 |#1| |#2|)) (-644 (-864 |#1|)))) (-15 -3511 ((-2 (|:| |dpolys| (-644 (-247 |#1| |#2|))) (|:| |coords| (-644 (-566)))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|))))) (-644 (-1175)) (-454) (-454)) (T -473))
+((-3511 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-864 *5))) (-14 *5 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-2 (|:| |dpolys| (-644 (-247 *5 *6))) (|:| |coords| (-644 (-566))))) (-5 *1 (-473 *5 *6 *7)) (-5 *3 (-644 (-247 *5 *6))) (-4 *7 (-454)))) (-2926 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-483 *4 *5))) (-5 *3 (-644 (-864 *4))) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-473 *4 *5 *6)) (-4 *6 (-454)))) (-1426 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-864 *5))) (-14 *5 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-644 (-644 (-247 *5 *6)))) (-5 *1 (-473 *5 *6 *7)) (-5 *3 (-644 (-247 *5 *6))) (-4 *7 (-454)))))
+(-10 -7 (-15 -1426 ((-644 (-644 (-247 |#1| |#2|))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|)))) (-15 -2926 ((-3 (-644 (-483 |#1| |#2|)) "failed") (-644 (-483 |#1| |#2|)) (-644 (-864 |#1|)))) (-15 -3511 ((-2 (|:| |dpolys| (-644 (-247 |#1| |#2|))) (|:| |coords| (-644 (-566)))) (-644 (-247 |#1| |#2|)) (-644 (-864 |#1|)))))
+((-4185 (((-3 $ "failed") $) 11)) (-2791 (($ $ $) 23)) (-3528 (($ $ $) 24)) (-2990 (($ $ $) 9)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 22)))
+(((-474 |#1|) (-10 -8 (-15 -3528 (|#1| |#1| |#1|)) (-15 -2791 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -2990 (|#1| |#1| |#1|)) (-15 -4185 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921)))) (-475)) (T -474))
+NIL
+(-10 -8 (-15 -3528 (|#1| |#1| |#1|)) (-15 -2791 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -2990 (|#1| |#1| |#1|)) (-15 -4185 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))))
+((-4124 (((-112) $ $) 7)) (-4145 (($) 19 T CONST)) (-4185 (((-3 $ "failed") $) 16)) (-1568 (((-112) $) 18)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 25)) (-2029 (((-1119) $) 11)) (-2791 (($ $ $) 22)) (-3528 (($ $ $) 21)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3424 (($) 20 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 24)) (** (($ $ (-921)) 14) (($ $ (-771)) 17) (($ $ (-566)) 23)) (* (($ $ $) 15)))
(((-475) (-140)) (T -475))
-((-2748 (*1 *1 *1) (-4 *1 (-475))) (-3025 (*1 *1 *1 *1) (-4 *1 (-475))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-475)) (-5 *2 (-566)))) (-3357 (*1 *1 *1 *1) (-4 *1 (-475))) (-2527 (*1 *1 *1 *1) (-4 *1 (-475))))
-(-13 (-726) (-10 -8 (-15 -2748 ($ $)) (-15 -3025 ($ $ $)) (-15 ** ($ $ (-566))) (-6 -4411) (-15 -3357 ($ $ $)) (-15 -2527 ($ $ $))))
+((-4085 (*1 *1 *1) (-4 *1 (-475))) (-2990 (*1 *1 *1 *1) (-4 *1 (-475))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-475)) (-5 *2 (-566)))) (-2791 (*1 *1 *1 *1) (-4 *1 (-475))) (-3528 (*1 *1 *1 *1) (-4 *1 (-475))))
+(-13 (-726) (-10 -8 (-15 -4085 ($ $)) (-15 -2990 ($ $ $)) (-15 ** ($ $ (-566))) (-6 -4412) (-15 -2791 ($ $ $)) (-15 -3528 ($ $ $))))
(((-102) . T) ((-613 (-862)) . T) ((-726) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) 18)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-2331 (($ $ (-409 (-566))) NIL) (($ $ (-409 (-566)) (-409 (-566))) NIL)) (-4152 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) NIL)) (-3963 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| |#1| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-365)))) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3941 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) NIL)) (-3986 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-1615 (((-112) $) NIL (|has| |#1| (-365)))) (-3772 (((-112) $) NIL)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-409 (-566)) $) NIL) (((-409 (-566)) $ (-409 (-566))) NIL)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) NIL) (($ $ (-409 (-566))) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-409 (-566))) NIL) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-2319 (($ (-1 |#1| |#1|) $) 25)) (-3619 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-3313 (($ $) 29 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 35 (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199))))) (($ $ (-1260 |#2|)) 30 (|has| |#1| (-38 (-409 (-566)))))) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3369 (($ $ (-409 (-566))) NIL)) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3521 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ (-409 (-566))) NIL) (($ $ $) NIL (|has| (-409 (-566)) (-1111)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) 28 (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 14 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $ (-1260 |#2|)) 16)) (-3902 (((-409 (-566)) $) NIL)) (-3996 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1260 |#2|)) NIL) (($ (-1249 |#1| |#2| |#3|)) 9) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2271 ((|#1| $ (-409 (-566))) NIL)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-4290 ((|#1| $) 21)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-409 (-566))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) 27)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 26) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-476 |#1| |#2| |#3|) (-13 (-1245 |#1|) (-10 -8 (-15 -3152 ($ (-1260 |#2|))) (-15 -3152 ($ (-1249 |#1| |#2| |#3|))) (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -476))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-1249 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3) (-5 *1 (-476 *3 *4 *5)))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3313 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
-(-13 (-1245 |#1|) (-10 -8 (-15 -3152 ($ (-1260 |#2|))) (-15 -3152 ($ (-1249 |#1| |#2| |#3|))) (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|)))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-1944 (((-1269) $ |#1| |#1|) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#2| $ |#1| |#2|) 18)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 |#2| "failed") |#1| $) 19)) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) 16)) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) NIL)) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 ((|#1| $) NIL (|has| |#1| (-850)))) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-4050 ((|#1| $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4052 (((-644 |#1|) $) NIL)) (-1826 (((-112) |#1| $) NIL)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3725 (((-644 |#1|) $) NIL)) (-1644 (((-112) |#1| $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3908 ((|#2| $) NIL (|has| |#1| (-850)))) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-3152 (((-862) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-477 |#1| |#2| |#3| |#4|) (-1190 |#1| |#2|) (-1099) (-1099) (-1190 |#1| |#2|) |#2|) (T -477))
-NIL
-(-1190 |#1| |#2|)
-((-2988 (((-112) $ $) NIL)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |#4|)))) (-644 |#4|)) NIL)) (-2779 (((-644 $) (-644 |#4|)) NIL)) (-1771 (((-644 |#3|) $) NIL)) (-3071 (((-112) $) NIL)) (-3274 (((-112) $) NIL (|has| |#1| (-558)))) (-2267 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1411 ((|#4| |#4| $) NIL)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3678 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414))) (((-3 |#4| "failed") $ |#3|) NIL)) (-2463 (($) NIL T CONST)) (-3036 (((-112) $) 29 (|has| |#1| (-558)))) (-1963 (((-112) $ $) NIL (|has| |#1| (-558)))) (-2983 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1477 (((-112) $) NIL (|has| |#1| (-558)))) (-3930 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1789 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) NIL)) (-4158 (($ (-644 |#4|)) NIL)) (-3919 (((-3 $ "failed") $) 45)) (-3110 ((|#4| |#4| $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-2622 (($ |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-3599 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2690 ((|#4| |#4| $) NIL)) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4414))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3476 (((-2 (|:| -1685 (-644 |#4|)) (|:| -3292 (-644 |#4|))) $) NIL)) (-1683 (((-644 |#4|) $) 18 (|has| $ (-6 -4414)))) (-1640 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4296 ((|#3| $) 38)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#4|) $) 19 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-3885 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 23)) (-1785 (((-644 |#3|) $) NIL)) (-1579 (((-112) |#3| $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-2641 (((-3 |#4| "failed") $) 42)) (-2133 (((-644 |#4|) $) NIL)) (-2543 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1906 ((|#4| |#4| $) NIL)) (-3077 (((-112) $ $) NIL)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-3374 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4074 ((|#4| |#4| $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 (((-3 |#4| "failed") $) 40)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2718 (((-3 $ "failed") $ |#4|) 58)) (-3369 (($ $ |#4|) NIL)) (-2823 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 17)) (-3493 (($) 14)) (-3902 (((-771) $) NIL)) (-4083 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) 13)) (-2376 (((-538) $) NIL (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) 22)) (-4305 (($ $ |#3|) 52)) (-1702 (($ $ |#3|) 54)) (-4017 (($ $) NIL)) (-3809 (($ $ |#3|) NIL)) (-3152 (((-862) $) 35) (((-644 |#4|) $) 46)) (-3909 (((-771) $) NIL (|has| |#3| (-370)))) (-3044 (((-112) $ $) NIL)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3622 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) NIL)) (-2210 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-4382 (((-644 |#3|) $) NIL)) (-4217 (((-112) |#3| $) NIL)) (-2914 (((-112) $ $) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-478 |#1| |#2| |#3| |#4|) (-1207 |#1| |#2| |#3| |#4|) (-558) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -478))
-NIL
-(-1207 |#1| |#2| |#3| |#4|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL)) (-4158 (((-566) $) NIL) (((-409 (-566)) $) NIL)) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2281 (($) 17)) (-2389 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2376 (((-381) $) 21) (((-225) $) 24) (((-409 (-1171 (-566))) $) 18) (((-538) $) 53)) (-3152 (((-862) $) 51) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (((-225) $) 23) (((-381) $) 20)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-4356 (($) 37 T CONST)) (-4366 (($) 8 T CONST)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
-(((-479) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))) (-1022) (-613 (-225)) (-613 (-381)) (-614 (-409 (-1171 (-566)))) (-614 (-538)) (-10 -8 (-15 -2281 ($))))) (T -479))
-((-2281 (*1 *1) (-5 *1 (-479))))
-(-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))) (-1022) (-613 (-225)) (-613 (-381)) (-614 (-409 (-1171 (-566)))) (-614 (-538)) (-10 -8 (-15 -2281 ($))))
-((-2988 (((-112) $ $) NIL)) (-3124 (((-1134) $) 11)) (-3114 (((-1134) $) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-480) (-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1134) $))))) (T -480))
-((-3114 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-480)))) (-3124 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-480)))))
-(-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1134) $))))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-1944 (((-1269) $ |#1| |#1|) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#2| $ |#1| |#2|) 16)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 |#2| "failed") |#1| $) 20)) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) 18)) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) NIL)) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 ((|#1| $) NIL (|has| |#1| (-850)))) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-4050 ((|#1| $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4052 (((-644 |#1|) $) 13)) (-1826 (((-112) |#1| $) NIL)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3725 (((-644 |#1|) $) NIL)) (-1644 (((-112) |#1| $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3908 ((|#2| $) NIL (|has| |#1| (-850)))) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) 19)) (-1309 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-3152 (((-862) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 11 (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3000 (((-771) $) 15 (|has| $ (-6 -4414)))))
-(((-481 |#1| |#2| |#3|) (-13 (-1190 |#1| |#2|) (-10 -7 (-6 -4414))) (-1099) (-1099) (-1157)) (T -481))
-NIL
-(-13 (-1190 |#1| |#2|) (-10 -7 (-6 -4414)))
-((-3459 (((-566) (-566) (-566)) 19)) (-4315 (((-112) (-566) (-566) (-566) (-566)) 28)) (-4109 (((-1264 (-644 (-566))) (-771) (-771)) 44)))
-(((-482) (-10 -7 (-15 -3459 ((-566) (-566) (-566))) (-15 -4315 ((-112) (-566) (-566) (-566) (-566))) (-15 -4109 ((-1264 (-644 (-566))) (-771) (-771))))) (T -482))
-((-4109 (*1 *2 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1264 (-644 (-566)))) (-5 *1 (-482)))) (-4315 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-112)) (-5 *1 (-482)))) (-3459 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-482)))))
-(-10 -7 (-15 -3459 ((-566) (-566) (-566))) (-15 -4315 ((-112) (-566) (-566) (-566) (-566))) (-15 -4109 ((-1264 (-644 (-566))) (-771) (-771))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-864 |#1|)) $) NIL)) (-1590 (((-1171 $) $ (-864 |#1|)) NIL) (((-1171 |#2|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-2161 (($ $) NIL (|has| |#2| (-558)))) (-2345 (((-112) $) NIL (|has| |#2| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-864 |#1|))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1378 (($ $) NIL (|has| |#2| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#2| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-864 |#1|) "failed") $) NIL)) (-4158 ((|#2| $) NIL) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-864 |#1|) $) NIL)) (-2610 (($ $ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-1416 (($ $ (-644 (-566))) NIL)) (-2814 (($ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#2| (-909)))) (-1896 (($ $ |#2| (-484 (-3000 |#1|) (-771)) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1757 (($ (-1171 |#2|) (-864 |#1|)) NIL) (($ (-1171 $) (-864 |#1|)) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#2| (-484 (-3000 |#1|) (-771))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-864 |#1|)) NIL)) (-2749 (((-484 (-3000 |#1|) (-771)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-3021 (($ (-1 (-484 (-3000 |#1|) (-771)) (-484 (-3000 |#1|) (-771))) $) NIL)) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-2297 (((-3 (-864 |#1|) "failed") $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#2| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3380 (((-1157) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-864 |#1|)) (|:| -2201 (-771))) "failed") $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#2| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#2| (-909)))) (-2978 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-864 |#1|) |#2|) NIL) (($ $ (-644 (-864 |#1|)) (-644 |#2|)) NIL) (($ $ (-864 |#1|) $) NIL) (($ $ (-644 (-864 |#1|)) (-644 $)) NIL)) (-4068 (($ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-3629 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-3902 (((-484 (-3000 |#1|) (-771)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-864 |#1|) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-3173 ((|#2| $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-864 |#1|)) NIL) (($ (-409 (-566))) NIL (-2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#2| (-558)))) (-1643 (((-644 |#2|) $) NIL)) (-2271 ((|#2| $ (-484 (-3000 |#1|) (-771))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#2| (-558)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-483 |#1| |#2|) (-13 (-949 |#2| (-484 (-3000 |#1|) (-771)) (-864 |#1|)) (-10 -8 (-15 -1416 ($ $ (-644 (-566)))))) (-644 (-1175)) (-1049)) (T -483))
-((-1416 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-483 *3 *4)) (-14 *3 (-644 (-1175))) (-4 *4 (-1049)))))
-(-13 (-949 |#2| (-484 (-3000 |#1|) (-771)) (-864 |#1|)) (-10 -8 (-15 -1416 ($ $ (-644 (-566))))))
-((-2988 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-3230 (((-112) $) NIL (|has| |#2| (-131)))) (-1570 (($ (-921)) NIL (|has| |#2| (-1049)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3920 (($ $ $) NIL (|has| |#2| (-793)))) (-3967 (((-3 $ "failed") $ $) NIL (|has| |#2| (-131)))) (-1504 (((-112) $ (-771)) NIL)) (-3870 (((-771)) NIL (|has| |#2| (-370)))) (-2743 (((-566) $) NIL (|has| |#2| (-848)))) (-1456 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1099)))) (-4158 (((-566) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) ((|#2| $) NIL (|has| |#2| (-1099)))) (-4089 (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL (|has| |#2| (-1049))) (((-689 |#2|) (-689 $)) NIL (|has| |#2| (-1049)))) (-3245 (((-3 $ "failed") $) NIL (|has| |#2| (-726)))) (-2715 (($) NIL (|has| |#2| (-370)))) (-3897 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ (-566)) 15)) (-2528 (((-112) $) NIL (|has| |#2| (-848)))) (-1683 (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-2389 (((-112) $) NIL (|has| |#2| (-726)))) (-3233 (((-112) $) NIL (|has| |#2| (-848)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-3491 (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-3885 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-1866 (((-921) $) NIL (|has| |#2| (-370)))) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#2| (-1099)))) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-2835 (($ (-921)) NIL (|has| |#2| (-370)))) (-4072 (((-1119) $) NIL (|has| |#2| (-1099)))) (-3908 ((|#2| $) NIL (|has| (-566) (-850)))) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-566)) NIL)) (-3386 ((|#2| $ $) NIL (|has| |#2| (-1049)))) (-1668 (($ (-1264 |#2|)) NIL)) (-3126 (((-134)) NIL (|has| |#2| (-365)))) (-3629 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-4083 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-1264 |#2|) $) NIL) (($ (-566)) NIL (-2768 (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (($ |#2|) NIL (|has| |#2| (-1099))) (((-862) $) NIL (|has| |#2| (-613 (-862))))) (-2593 (((-771)) NIL (|has| |#2| (-1049)) CONST)) (-3044 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-2210 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1358 (($ $) NIL (|has| |#2| (-848)))) (-4356 (($) NIL (|has| |#2| (-131)) CONST)) (-4366 (($) NIL (|has| |#2| (-726)) CONST)) (-3497 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-2968 (((-112) $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2946 (((-112) $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2914 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-2956 (((-112) $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2935 (((-112) $ $) 21 (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $ $) NIL (|has| |#2| (-1049))) (($ $) NIL (|has| |#2| (-1049)))) (-3002 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-771)) NIL (|has| |#2| (-726))) (($ $ (-921)) NIL (|has| |#2| (-726)))) (* (($ (-566) $) NIL (|has| |#2| (-1049))) (($ $ $) NIL (|has| |#2| (-726))) (($ $ |#2|) NIL (|has| |#2| (-726))) (($ |#2| $) NIL (|has| |#2| (-726))) (($ (-771) $) NIL (|has| |#2| (-131))) (($ (-921) $) NIL (|has| |#2| (-25)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) 18)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-2191 (($ $ (-409 (-566))) NIL) (($ $ (-409 (-566)) (-409 (-566))) NIL)) (-1639 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) NIL)) (-4175 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| |#1| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-4153 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) NIL)) (-4198 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2422 (((-112) $) NIL (|has| |#1| (-365)))) (-2445 (((-112) $) NIL)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-409 (-566)) $) NIL) (((-409 (-566)) $ (-409 (-566))) NIL)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) NIL) (($ $ (-409 (-566))) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-409 (-566))) NIL) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-1895 (($ (-1 |#1| |#1|) $) 25)) (-1658 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-3613 (($ $) 29 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 35 (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200))))) (($ $ (-1261 |#2|)) 30 (|has| |#1| (-38 (-409 (-566)))))) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-2929 (($ $ (-409 (-566))) NIL)) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1983 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ (-409 (-566))) NIL) (($ $ $) NIL (|has| (-409 (-566)) (-1111)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) 28 (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 14 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $ (-1261 |#2|)) 16)) (-4297 (((-409 (-566)) $) NIL)) (-4209 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1261 |#2|)) NIL) (($ (-1250 |#1| |#2| |#3|)) 9) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2841 ((|#1| $ (-409 (-566))) NIL)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2614 ((|#1| $) 21)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-409 (-566))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) 27)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 26) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-476 |#1| |#2| |#3|) (-13 (-1246 |#1|) (-10 -8 (-15 -1650 ($ (-1261 |#2|))) (-15 -1650 ($ (-1250 |#1| |#2| |#3|))) (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -476))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-1250 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3) (-5 *1 (-476 *3 *4 *5)))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3613 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
+(-13 (-1246 |#1|) (-10 -8 (-15 -1650 ($ (-1261 |#2|))) (-15 -1650 ($ (-1250 |#1| |#2| |#3|))) (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|)))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2656 (((-1270) $ |#1| |#1|) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#2| $ |#1| |#2|) 18)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 |#2| "failed") |#1| $) 19)) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) 16)) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) NIL)) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 ((|#1| $) NIL (|has| |#1| (-850)))) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-3090 ((|#1| $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4416))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3391 (((-644 |#1|) $) NIL)) (-3977 (((-112) |#1| $) NIL)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-2033 (((-644 |#1|) $) NIL)) (-2686 (((-112) |#1| $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3604 ((|#2| $) NIL (|has| |#1| (-850)))) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-1650 (((-862) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-477 |#1| |#2| |#3| |#4|) (-1191 |#1| |#2|) (-1099) (-1099) (-1191 |#1| |#2|) |#2|) (T -477))
+NIL
+(-1191 |#1| |#2|)
+((-4124 (((-112) $ $) NIL)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |#4|)))) (-644 |#4|)) NIL)) (-4141 (((-644 $) (-644 |#4|)) NIL)) (-3981 (((-644 |#3|) $) NIL)) (-2935 (((-112) $) NIL)) (-3212 (((-112) $) NIL (|has| |#1| (-558)))) (-2793 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2147 ((|#4| |#4| $) NIL)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-1997 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415))) (((-3 |#4| "failed") $ |#3|) NIL)) (-4145 (($) NIL T CONST)) (-2582 (((-112) $) 29 (|has| |#1| (-558)))) (-2872 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3370 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1703 (((-112) $) NIL (|has| |#1| (-558)))) (-3236 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1680 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) NIL)) (-3213 (($ (-644 |#4|)) NIL)) (-3616 (((-3 $ "failed") $) 45)) (-2118 ((|#4| |#4| $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-1837 (($ |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-3383 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-1437 ((|#4| |#4| $) NIL)) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4415))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1579 (((-2 (|:| -2578 (-644 |#4|)) (|:| -3009 (-644 |#4|))) $) NIL)) (-3953 (((-644 |#4|) $) 18 (|has| $ (-6 -4415)))) (-2639 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3752 ((|#3| $) 38)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#4|) $) 19 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-2409 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 23)) (-1648 (((-644 |#3|) $) NIL)) (-3327 (((-112) |#3| $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-1855 (((-3 |#4| "failed") $) 42)) (-3983 (((-644 |#4|) $) NIL)) (-3717 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3527 ((|#4| |#4| $) NIL)) (-3004 (((-112) $ $) NIL)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-2988 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2072 ((|#4| |#4| $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 (((-3 |#4| "failed") $) 40)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-1687 (((-3 $ "failed") $ |#4|) 58)) (-2929 (($ $ |#4|) NIL)) (-3295 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 17)) (-1710 (($) 14)) (-4297 (((-771) $) NIL)) (-2037 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) 13)) (-1945 (((-538) $) NIL (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) 22)) (-3833 (($ $ |#3|) 52)) (-2046 (($ $ |#3|) 54)) (-2770 (($ $) NIL)) (-1594 (($ $ |#3|) NIL)) (-1650 (((-862) $) 35) (((-644 |#4|) $) 46)) (-4329 (((-771) $) NIL (|has| |#3| (-370)))) (-2657 (((-112) $ $) NIL)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3575 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) NIL)) (-3487 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-2077 (((-644 |#3|) $) NIL)) (-4205 (((-112) |#3| $) NIL)) (-2868 (((-112) $ $) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-478 |#1| |#2| |#3| |#4|) (-1208 |#1| |#2| |#3| |#4|) (-558) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -478))
+NIL
+(-1208 |#1| |#2| |#3| |#4|)
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL)) (-3213 (((-566) $) NIL) (((-409 (-566)) $) NIL)) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-2528 (($) 17)) (-1568 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1945 (((-381) $) 21) (((-225) $) 24) (((-409 (-1171 (-566))) $) 18) (((-538) $) 53)) (-1650 (((-862) $) 51) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (((-225) $) 23) (((-381) $) 20)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3410 (($) 37 T CONST)) (-3424 (($) 8 T CONST)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
+(((-479) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))) (-1022) (-613 (-225)) (-613 (-381)) (-614 (-409 (-1171 (-566)))) (-614 (-538)) (-10 -8 (-15 -2528 ($))))) (T -479))
+((-2528 (*1 *1) (-5 *1 (-479))))
+(-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))) (-1022) (-613 (-225)) (-613 (-381)) (-614 (-409 (-1171 (-566)))) (-614 (-538)) (-10 -8 (-15 -2528 ($))))
+((-4124 (((-112) $ $) NIL)) (-2699 (((-1134) $) 11)) (-2687 (((-1134) $) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-480) (-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1134) $))))) (T -480))
+((-2687 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-480)))) (-2699 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-480)))))
+(-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1134) $))))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2656 (((-1270) $ |#1| |#1|) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#2| $ |#1| |#2|) 16)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 |#2| "failed") |#1| $) 20)) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) 18)) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) NIL)) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 ((|#1| $) NIL (|has| |#1| (-850)))) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-3090 ((|#1| $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4416))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3391 (((-644 |#1|) $) 13)) (-3977 (((-112) |#1| $) NIL)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-2033 (((-644 |#1|) $) NIL)) (-2686 (((-112) |#1| $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3604 ((|#2| $) NIL (|has| |#1| (-850)))) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) 19)) (-3483 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-1650 (((-862) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 11 (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4142 (((-771) $) 15 (|has| $ (-6 -4415)))))
+(((-481 |#1| |#2| |#3|) (-13 (-1191 |#1| |#2|) (-10 -7 (-6 -4415))) (-1099) (-1099) (-1157)) (T -481))
+NIL
+(-13 (-1191 |#1| |#2|) (-10 -7 (-6 -4415)))
+((-1419 (((-566) (-566) (-566)) 19)) (-2636 (((-112) (-566) (-566) (-566) (-566)) 28)) (-1934 (((-1265 (-644 (-566))) (-771) (-771)) 44)))
+(((-482) (-10 -7 (-15 -1419 ((-566) (-566) (-566))) (-15 -2636 ((-112) (-566) (-566) (-566) (-566))) (-15 -1934 ((-1265 (-644 (-566))) (-771) (-771))))) (T -482))
+((-1934 (*1 *2 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1265 (-644 (-566)))) (-5 *1 (-482)))) (-2636 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-112)) (-5 *1 (-482)))) (-1419 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-482)))))
+(-10 -7 (-15 -1419 ((-566) (-566) (-566))) (-15 -2636 ((-112) (-566) (-566) (-566) (-566))) (-15 -1934 ((-1265 (-644 (-566))) (-771) (-771))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-864 |#1|)) $) NIL)) (-3817 (((-1171 $) $ (-864 |#1|)) NIL) (((-1171 |#2|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-4282 (($ $) NIL (|has| |#2| (-558)))) (-2296 (((-112) $) NIL (|has| |#2| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-864 |#1|))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1778 (($ $) NIL (|has| |#2| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#2| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-864 |#1|) "failed") $) NIL)) (-3213 ((|#2| $) NIL) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-864 |#1|) $) NIL)) (-3095 (($ $ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-2203 (($ $ (-644 (-566))) NIL)) (-4162 (($ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#2| (-909)))) (-3406 (($ $ |#2| (-484 (-4142 |#1|) (-771)) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3972 (($ (-1171 |#2|) (-864 |#1|)) NIL) (($ (-1171 $) (-864 |#1|)) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#2| (-484 (-4142 |#1|) (-771))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-864 |#1|)) NIL)) (-3888 (((-484 (-4142 |#1|) (-771)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-2450 (($ (-1 (-484 (-4142 |#1|) (-771)) (-484 (-4142 |#1|) (-771))) $) NIL)) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-3107 (((-3 (-864 |#1|) "failed") $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#2| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3057 (((-1157) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-864 |#1|)) (|:| -3388 (-771))) "failed") $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#2| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#2| (-909)))) (-4116 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-864 |#1|) |#2|) NIL) (($ $ (-644 (-864 |#1|)) (-644 |#2|)) NIL) (($ $ (-864 |#1|) $) NIL) (($ $ (-644 (-864 |#1|)) (-644 $)) NIL)) (-2018 (($ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-2324 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-4297 (((-484 (-4142 |#1|) (-771)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-864 |#1|) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-1573 ((|#2| $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-864 |#1|)) NIL) (($ (-409 (-566))) NIL (-2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#2| (-558)))) (-2675 (((-644 |#2|) $) NIL)) (-2841 ((|#2| $ (-484 (-4142 |#1|) (-771))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#2| (-558)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-483 |#1| |#2|) (-13 (-949 |#2| (-484 (-4142 |#1|) (-771)) (-864 |#1|)) (-10 -8 (-15 -2203 ($ $ (-644 (-566)))))) (-644 (-1175)) (-1049)) (T -483))
+((-2203 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-483 *3 *4)) (-14 *3 (-644 (-1175))) (-4 *4 (-1049)))))
+(-13 (-949 |#2| (-484 (-4142 |#1|) (-771)) (-864 |#1|)) (-10 -8 (-15 -2203 ($ $ (-644 (-566))))))
+((-4124 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-4014 (((-112) $) NIL (|has| |#2| (-131)))) (-3242 (($ (-921)) NIL (|has| |#2| (-1049)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-1307 (($ $ $) NIL (|has| |#2| (-793)))) (-3569 (((-3 $ "failed") $ $) NIL (|has| |#2| (-131)))) (-3874 (((-112) $ (-771)) NIL)) (-3571 (((-771)) NIL (|has| |#2| (-370)))) (-1907 (((-566) $) NIL (|has| |#2| (-848)))) (-1777 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1099)))) (-3213 (((-566) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) ((|#2| $) NIL (|has| |#2| (-1099)))) (-2204 (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL (|has| |#2| (-1049))) (((-689 |#2|) (-689 $)) NIL (|has| |#2| (-1049)))) (-4185 (((-3 $ "failed") $) NIL (|has| |#2| (-726)))) (-3341 (($) NIL (|has| |#2| (-370)))) (-2417 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ (-566)) 15)) (-3540 (((-112) $) NIL (|has| |#2| (-848)))) (-3953 (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1568 (((-112) $) NIL (|has| |#2| (-726)))) (-4049 (((-112) $) NIL (|has| |#2| (-848)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-1690 (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2409 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-4350 (((-921) $) NIL (|has| |#2| (-370)))) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#2| (-1099)))) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-1351 (($ (-921)) NIL (|has| |#2| (-370)))) (-2029 (((-1119) $) NIL (|has| |#2| (-1099)))) (-3604 ((|#2| $) NIL (|has| (-566) (-850)))) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-566)) NIL)) (-3108 ((|#2| $ $) NIL (|has| |#2| (-1049)))) (-3884 (($ (-1265 |#2|)) NIL)) (-2262 (((-134)) NIL (|has| |#2| (-365)))) (-2324 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-2037 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-1265 |#2|) $) NIL) (($ (-566)) NIL (-2700 (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (($ |#2|) NIL (|has| |#2| (-1099))) (((-862) $) NIL (|has| |#2| (-613 (-862))))) (-2910 (((-771)) NIL (|has| |#2| (-1049)) CONST)) (-2657 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-3487 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-3839 (($ $) NIL (|has| |#2| (-848)))) (-3410 (($) NIL (|has| |#2| (-131)) CONST)) (-3424 (($) NIL (|has| |#2| (-726)) CONST)) (-3218 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-2928 (((-112) $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2904 (((-112) $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2868 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-2915 (((-112) $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2892 (((-112) $ $) 21 (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $ $) NIL (|has| |#2| (-1049))) (($ $) NIL (|has| |#2| (-1049)))) (-2964 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-771)) NIL (|has| |#2| (-726))) (($ $ (-921)) NIL (|has| |#2| (-726)))) (* (($ (-566) $) NIL (|has| |#2| (-1049))) (($ $ $) NIL (|has| |#2| (-726))) (($ $ |#2|) NIL (|has| |#2| (-726))) (($ |#2| $) NIL (|has| |#2| (-726))) (($ (-771) $) NIL (|has| |#2| (-131))) (($ (-921) $) NIL (|has| |#2| (-25)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
(((-484 |#1| |#2|) (-238 |#1| |#2|) (-771) (-793)) (T -484))
NIL
(-238 |#1| |#2|)
-((-2988 (((-112) $ $) NIL)) (-2644 (((-644 (-508)) $) 14)) (-1368 (((-508) $) 12)) (-3380 (((-1157) $) NIL)) (-1328 (($ (-508) (-644 (-508))) 10)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 21) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-485) (-13 (-1082) (-10 -8 (-15 -1328 ($ (-508) (-644 (-508)))) (-15 -1368 ((-508) $)) (-15 -2644 ((-644 (-508)) $))))) (T -485))
-((-1328 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-508))) (-5 *2 (-508)) (-5 *1 (-485)))) (-1368 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-485)))) (-2644 (*1 *2 *1) (-12 (-5 *2 (-644 (-508))) (-5 *1 (-485)))))
-(-13 (-1082) (-10 -8 (-15 -1328 ($ (-508) (-644 (-508)))) (-15 -1368 ((-508) $)) (-15 -2644 ((-644 (-508)) $))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) NIL)) (-2463 (($) NIL T CONST)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-3674 (($ $ $) 50)) (-2696 (($ $ $) 49)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2599 ((|#1| $) 40)) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3278 ((|#1| $) 41)) (-3888 (($ |#1| $) 18)) (-3447 (($ (-644 |#1|)) 19)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1973 ((|#1| $) 34)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) 11)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 47)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) 29 (|has| $ (-6 -4414)))))
-(((-486 |#1|) (-13 (-968 |#1|) (-10 -8 (-15 -3447 ($ (-644 |#1|))))) (-850)) (T -486))
-((-3447 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-486 *3)))))
-(-13 (-968 |#1|) (-10 -8 (-15 -3447 ($ (-644 |#1|)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2873 (($ $) 72)) (-2138 (((-112) $) NIL)) (-3380 (((-1157) $) NIL)) (-2424 (((-415 |#2| (-409 |#2|) |#3| |#4|) $) 45)) (-4072 (((-1119) $) NIL)) (-3302 (((-3 |#4| "failed") $) 118)) (-3240 (($ (-415 |#2| (-409 |#2|) |#3| |#4|)) 82) (($ |#4|) 31) (($ |#1| |#1|) 128) (($ |#1| |#1| (-566)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 141)) (-2461 (((-2 (|:| -1828 (-415 |#2| (-409 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 47)) (-3152 (((-862) $) 111)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 32 T CONST)) (-2914 (((-112) $ $) 122)) (-3012 (($ $) 78) (($ $ $) NIL)) (-3002 (($ $ $) 73)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 79)))
-(((-487 |#1| |#2| |#3| |#4|) (-337 |#1| |#2| |#3| |#4|) (-365) (-1240 |#1|) (-1240 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -487))
+((-4124 (((-112) $ $) NIL)) (-2932 (((-644 (-508)) $) 14)) (-3707 (((-508) $) 12)) (-3057 (((-1157) $) NIL)) (-2776 (($ (-508) (-644 (-508))) 10)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 21) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-485) (-13 (-1082) (-10 -8 (-15 -2776 ($ (-508) (-644 (-508)))) (-15 -3707 ((-508) $)) (-15 -2932 ((-644 (-508)) $))))) (T -485))
+((-2776 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-508))) (-5 *2 (-508)) (-5 *1 (-485)))) (-3707 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-485)))) (-2932 (*1 *2 *1) (-12 (-5 *2 (-644 (-508))) (-5 *1 (-485)))))
+(-13 (-1082) (-10 -8 (-15 -2776 ($ (-508) (-644 (-508)))) (-15 -3707 ((-508) $)) (-15 -2932 ((-644 (-508)) $))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) NIL)) (-4145 (($) NIL T CONST)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-2762 (($ $ $) 50)) (-1485 (($ $ $) 49)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3890 ((|#1| $) 40)) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3252 ((|#1| $) 41)) (-4165 (($ |#1| $) 18)) (-2439 (($ (-644 |#1|)) 19)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2967 ((|#1| $) 34)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) 11)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 47)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) 29 (|has| $ (-6 -4415)))))
+(((-486 |#1|) (-13 (-968 |#1|) (-10 -8 (-15 -2439 ($ (-644 |#1|))))) (-850)) (T -486))
+((-2439 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-486 *3)))))
+(-13 (-968 |#1|) (-10 -8 (-15 -2439 ($ (-644 |#1|)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1936 (($ $) 72)) (-4033 (((-112) $) NIL)) (-3057 (((-1157) $) NIL)) (-1857 (((-415 |#2| (-409 |#2|) |#3| |#4|) $) 45)) (-2029 (((-1119) $) NIL)) (-2529 (((-3 |#4| "failed") $) 118)) (-4133 (($ (-415 |#2| (-409 |#2|) |#3| |#4|)) 82) (($ |#4|) 31) (($ |#1| |#1|) 128) (($ |#1| |#1| (-566)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 141)) (-4119 (((-2 (|:| -1531 (-415 |#2| (-409 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 47)) (-1650 (((-862) $) 111)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 32 T CONST)) (-2868 (((-112) $ $) 122)) (-2977 (($ $) 78) (($ $ $) NIL)) (-2964 (($ $ $) 73)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 79)))
+(((-487 |#1| |#2| |#3| |#4|) (-337 |#1| |#2| |#3| |#4|) (-365) (-1241 |#1|) (-1241 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -487))
NIL
(-337 |#1| |#2| |#3| |#4|)
-((-3662 (((-566) (-644 (-566))) 55)) (-1612 ((|#1| (-644 |#1|)) 97)) (-2294 (((-644 |#1|) (-644 |#1|)) 98)) (-3983 (((-644 |#1|) (-644 |#1|)) 100)) (-2164 ((|#1| (-644 |#1|)) 99)) (-3173 (((-644 (-566)) (-644 |#1|)) 58)))
-(((-488 |#1|) (-10 -7 (-15 -2164 (|#1| (-644 |#1|))) (-15 -1612 (|#1| (-644 |#1|))) (-15 -3983 ((-644 |#1|) (-644 |#1|))) (-15 -2294 ((-644 |#1|) (-644 |#1|))) (-15 -3173 ((-644 (-566)) (-644 |#1|))) (-15 -3662 ((-566) (-644 (-566))))) (-1240 (-566))) (T -488))
-((-3662 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-566)) (-5 *1 (-488 *4)) (-4 *4 (-1240 *2)))) (-3173 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1240 (-566))) (-5 *2 (-644 (-566))) (-5 *1 (-488 *4)))) (-2294 (*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1240 (-566))) (-5 *1 (-488 *3)))) (-3983 (*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1240 (-566))) (-5 *1 (-488 *3)))) (-1612 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-488 *2)) (-4 *2 (-1240 (-566))))) (-2164 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-488 *2)) (-4 *2 (-1240 (-566))))))
-(-10 -7 (-15 -2164 (|#1| (-644 |#1|))) (-15 -1612 (|#1| (-644 |#1|))) (-15 -3983 ((-644 |#1|) (-644 |#1|))) (-15 -2294 ((-644 |#1|) (-644 |#1|))) (-15 -3173 ((-644 (-566)) (-644 |#1|))) (-15 -3662 ((-566) (-644 (-566)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 (((-566) $) NIL (|has| (-566) (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL (|has| (-566) (-820)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-566) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-566) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-566) (-1038 (-566))))) (-4158 (((-566) $) NIL) (((-1175) $) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-566) (-1038 (-566)))) (((-566) $) NIL (|has| (-566) (-1038 (-566))))) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-566) (-547)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2528 (((-112) $) NIL (|has| (-566) (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-566) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-566) (-886 (-381))))) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL)) (-2248 (((-566) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| (-566) (-1150)))) (-3233 (((-112) $) NIL (|has| (-566) (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| (-566) (-850)))) (-2319 (($ (-1 (-566) (-566)) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-566) (-1150)) CONST)) (-3489 (($ (-409 (-566))) 9)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL (|has| (-566) (-308))) (((-409 (-566)) $) NIL)) (-3143 (((-566) $) NIL (|has| (-566) (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2023 (($ $ (-644 (-566)) (-644 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-566) (-566)) NIL (|has| (-566) (-310 (-566)))) (($ $ (-295 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-295 (-566)))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-1175)) (-644 (-566))) NIL (|has| (-566) (-516 (-1175) (-566)))) (($ $ (-1175) (-566)) NIL (|has| (-566) (-516 (-1175) (-566))))) (-4357 (((-771) $) NIL)) (-1309 (($ $ (-566)) NIL (|has| (-566) (-287 (-566) (-566))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-1452 (($ $) NIL)) (-2260 (((-566) $) NIL)) (-2376 (((-892 (-566)) $) NIL (|has| (-566) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-566) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-566) (-614 (-538)))) (((-381) $) NIL (|has| (-566) (-1022))) (((-225) $) NIL (|has| (-566) (-1022)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-566) (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 8) (($ (-566)) NIL) (($ (-1175)) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL) (((-1004 16) $) 10)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| (-566) (-909))) (|has| (-566) (-145))))) (-2593 (((-771)) NIL T CONST)) (-3913 (((-566) $) NIL (|has| (-566) (-547)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-1358 (($ $) NIL (|has| (-566) (-820)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-2968 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2935 (((-112) $ $) NIL (|has| (-566) (-850)))) (-3025 (($ $ $) NIL) (($ (-566) (-566)) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-566) $) NIL) (($ $ (-566)) NIL)))
-(((-489) (-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 16)) (-10 -8 (-15 -2487 ((-409 (-566)) $)) (-15 -3489 ($ (-409 (-566))))))) (T -489))
-((-2487 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-489)))) (-3489 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-489)))))
-(-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 16)) (-10 -8 (-15 -2487 ((-409 (-566)) $)) (-15 -3489 ($ (-409 (-566))))))
-((-3491 (((-644 |#2|) $) 29)) (-1602 (((-112) |#2| $) 34)) (-2823 (((-112) (-1 (-112) |#2|) $) 24)) (-2023 (($ $ (-644 (-295 |#2|))) 13) (($ $ (-295 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-644 |#2|) (-644 |#2|)) NIL)) (-4083 (((-771) (-1 (-112) |#2|) $) 28) (((-771) |#2| $) 32)) (-3152 (((-862) $) 43)) (-2210 (((-112) (-1 (-112) |#2|) $) 23)) (-2914 (((-112) $ $) 37)) (-3000 (((-771) $) 18)))
-(((-490 |#1| |#2|) (-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -2023 (|#1| |#1| (-644 |#2|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#2| |#2|)) (-15 -2023 (|#1| |#1| (-295 |#2|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -1602 ((-112) |#2| |#1|)) (-15 -4083 ((-771) |#2| |#1|)) (-15 -3491 ((-644 |#2|) |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3000 ((-771) |#1|))) (-491 |#2|) (-1214)) (T -490))
-NIL
-(-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -2023 (|#1| |#1| (-644 |#2|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#2| |#2|)) (-15 -2023 (|#1| |#1| (-295 |#2|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -1602 ((-112) |#2| |#1|)) (-15 -4083 ((-771) |#2| |#1|)) (-15 -3491 ((-644 |#2|) |#1|)) (-15 -4083 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3000 ((-771) |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-2463 (($) 7 T CONST)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-491 |#1|) (-140) (-1214)) (T -491))
-((-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-491 *3)) (-4 *3 (-1214)))) (-3885 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4415)) (-4 *1 (-491 *3)) (-4 *3 (-1214)))) (-2210 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4414)) (-4 *1 (-491 *4)) (-4 *4 (-1214)) (-5 *2 (-112)))) (-2823 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4414)) (-4 *1 (-491 *4)) (-4 *4 (-1214)) (-5 *2 (-112)))) (-4083 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4414)) (-4 *1 (-491 *4)) (-4 *4 (-1214)) (-5 *2 (-771)))) (-1683 (*1 *2 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-491 *3)) (-4 *3 (-1214)) (-5 *2 (-644 *3)))) (-3491 (*1 *2 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-491 *3)) (-4 *3 (-1214)) (-5 *2 (-644 *3)))) (-4083 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-491 *3)) (-4 *3 (-1214)) (-4 *3 (-1099)) (-5 *2 (-771)))) (-1602 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-491 *3)) (-4 *3 (-1214)) (-4 *3 (-1099)) (-5 *2 (-112)))))
-(-13 (-34) (-10 -8 (IF (|has| |t#1| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) (IF (|has| |t#1| (-1099)) (-6 (-1099)) |%noBranch|) (IF (|has| |t#1| (-1099)) (IF (|has| |t#1| (-310 |t#1|)) (-6 (-310 |t#1|)) |%noBranch|) |%noBranch|) (-15 -2319 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4415)) (-15 -3885 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4414)) (PROGN (-15 -2210 ((-112) (-1 (-112) |t#1|) $)) (-15 -2823 ((-112) (-1 (-112) |t#1|) $)) (-15 -4083 ((-771) (-1 (-112) |t#1|) $)) (-15 -1683 ((-644 |t#1|) $)) (-15 -3491 ((-644 |t#1|) $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -4083 ((-771) |t#1| $)) (-15 -1602 ((-112) |t#1| $))) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-3152 ((|#1| $) 6) (($ |#1|) 9)))
-(((-492 |#1|) (-140) (-1214)) (T -492))
+((-2633 (((-566) (-644 (-566))) 55)) (-3671 ((|#1| (-644 |#1|)) 97)) (-3078 (((-644 |#1|) (-644 |#1|)) 98)) (-3738 (((-644 |#1|) (-644 |#1|)) 100)) (-1962 ((|#1| (-644 |#1|)) 99)) (-1573 (((-644 (-566)) (-644 |#1|)) 58)))
+(((-488 |#1|) (-10 -7 (-15 -1962 (|#1| (-644 |#1|))) (-15 -3671 (|#1| (-644 |#1|))) (-15 -3738 ((-644 |#1|) (-644 |#1|))) (-15 -3078 ((-644 |#1|) (-644 |#1|))) (-15 -1573 ((-644 (-566)) (-644 |#1|))) (-15 -2633 ((-566) (-644 (-566))))) (-1241 (-566))) (T -488))
+((-2633 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-566)) (-5 *1 (-488 *4)) (-4 *4 (-1241 *2)))) (-1573 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1241 (-566))) (-5 *2 (-644 (-566))) (-5 *1 (-488 *4)))) (-3078 (*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1241 (-566))) (-5 *1 (-488 *3)))) (-3738 (*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1241 (-566))) (-5 *1 (-488 *3)))) (-3671 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-488 *2)) (-4 *2 (-1241 (-566))))) (-1962 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-488 *2)) (-4 *2 (-1241 (-566))))))
+(-10 -7 (-15 -1962 (|#1| (-644 |#1|))) (-15 -3671 (|#1| (-644 |#1|))) (-15 -3738 ((-644 |#1|) (-644 |#1|))) (-15 -3078 ((-644 |#1|) (-644 |#1|))) (-15 -1573 ((-644 (-566)) (-644 |#1|))) (-15 -2633 ((-566) (-644 (-566)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 (((-566) $) NIL (|has| (-566) (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL (|has| (-566) (-820)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-566) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-566) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-566) (-1038 (-566))))) (-3213 (((-566) $) NIL) (((-1175) $) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-566) (-1038 (-566)))) (((-566) $) NIL (|has| (-566) (-1038 (-566))))) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-566) (-547)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3540 (((-112) $) NIL (|has| (-566) (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-566) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-566) (-886 (-381))))) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL)) (-2499 (((-566) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| (-566) (-1150)))) (-4049 (((-112) $) NIL (|has| (-566) (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| (-566) (-850)))) (-1895 (($ (-1 (-566) (-566)) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-566) (-1150)) CONST)) (-1672 (($ (-409 (-566))) 9)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL (|has| (-566) (-308))) (((-409 (-566)) $) NIL)) (-2426 (((-566) $) NIL (|has| (-566) (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1838 (($ $ (-644 (-566)) (-644 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-566) (-566)) NIL (|has| (-566) (-310 (-566)))) (($ $ (-295 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-295 (-566)))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-1175)) (-644 (-566))) NIL (|has| (-566) (-516 (-1175) (-566)))) (($ $ (-1175) (-566)) NIL (|has| (-566) (-516 (-1175) (-566))))) (-3075 (((-771) $) NIL)) (-3483 (($ $ (-566)) NIL (|has| (-566) (-287 (-566) (-566))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-1490 (($ $) NIL)) (-2507 (((-566) $) NIL)) (-1945 (((-892 (-566)) $) NIL (|has| (-566) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-566) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-566) (-614 (-538)))) (((-381) $) NIL (|has| (-566) (-1022))) (((-225) $) NIL (|has| (-566) (-1022)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-566) (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 8) (($ (-566)) NIL) (($ (-1175)) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL) (((-1004 16) $) 10)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| (-566) (-909))) (|has| (-566) (-145))))) (-2910 (((-771)) NIL T CONST)) (-4370 (((-566) $) NIL (|has| (-566) (-547)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3839 (($ $) NIL (|has| (-566) (-820)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-2928 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2892 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2990 (($ $ $) NIL) (($ (-566) (-566)) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-566) $) NIL) (($ $ (-566)) NIL)))
+(((-489) (-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 16)) (-10 -8 (-15 -4381 ((-409 (-566)) $)) (-15 -1672 ($ (-409 (-566))))))) (T -489))
+((-4381 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-489)))) (-1672 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-489)))))
+(-13 (-992 (-566)) (-613 (-409 (-566))) (-613 (-1004 16)) (-10 -8 (-15 -4381 ((-409 (-566)) $)) (-15 -1672 ($ (-409 (-566))))))
+((-1690 (((-644 |#2|) $) 29)) (-3566 (((-112) |#2| $) 34)) (-3295 (((-112) (-1 (-112) |#2|) $) 24)) (-1838 (($ $ (-644 (-295 |#2|))) 13) (($ $ (-295 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-644 |#2|) (-644 |#2|)) NIL)) (-2037 (((-771) (-1 (-112) |#2|) $) 28) (((-771) |#2| $) 32)) (-1650 (((-862) $) 43)) (-3487 (((-112) (-1 (-112) |#2|) $) 23)) (-2868 (((-112) $ $) 37)) (-4142 (((-771) $) 18)))
+(((-490 |#1| |#2|) (-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -1838 (|#1| |#1| (-644 |#2|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#2| |#2|)) (-15 -1838 (|#1| |#1| (-295 |#2|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -3566 ((-112) |#2| |#1|)) (-15 -2037 ((-771) |#2| |#1|)) (-15 -1690 ((-644 |#2|) |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4142 ((-771) |#1|))) (-491 |#2|) (-1215)) (T -490))
+NIL
+(-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -1838 (|#1| |#1| (-644 |#2|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#2| |#2|)) (-15 -1838 (|#1| |#1| (-295 |#2|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#2|)))) (-15 -3566 ((-112) |#2| |#1|)) (-15 -2037 ((-771) |#2| |#1|)) (-15 -1690 ((-644 |#2|) |#1|)) (-15 -2037 ((-771) (-1 (-112) |#2|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4142 ((-771) |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-4145 (($) 7 T CONST)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-491 |#1|) (-140) (-1215)) (T -491))
+((-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-491 *3)) (-4 *3 (-1215)))) (-2409 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4416)) (-4 *1 (-491 *3)) (-4 *3 (-1215)))) (-3487 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4415)) (-4 *1 (-491 *4)) (-4 *4 (-1215)) (-5 *2 (-112)))) (-3295 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4415)) (-4 *1 (-491 *4)) (-4 *4 (-1215)) (-5 *2 (-112)))) (-2037 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4415)) (-4 *1 (-491 *4)) (-4 *4 (-1215)) (-5 *2 (-771)))) (-3953 (*1 *2 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-491 *3)) (-4 *3 (-1215)) (-5 *2 (-644 *3)))) (-1690 (*1 *2 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-491 *3)) (-4 *3 (-1215)) (-5 *2 (-644 *3)))) (-2037 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-491 *3)) (-4 *3 (-1215)) (-4 *3 (-1099)) (-5 *2 (-771)))) (-3566 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-491 *3)) (-4 *3 (-1215)) (-4 *3 (-1099)) (-5 *2 (-112)))))
+(-13 (-34) (-10 -8 (IF (|has| |t#1| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) (IF (|has| |t#1| (-1099)) (-6 (-1099)) |%noBranch|) (IF (|has| |t#1| (-1099)) (IF (|has| |t#1| (-310 |t#1|)) (-6 (-310 |t#1|)) |%noBranch|) |%noBranch|) (-15 -1895 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4416)) (-15 -2409 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4415)) (PROGN (-15 -3487 ((-112) (-1 (-112) |t#1|) $)) (-15 -3295 ((-112) (-1 (-112) |t#1|) $)) (-15 -2037 ((-771) (-1 (-112) |t#1|) $)) (-15 -3953 ((-644 |t#1|) $)) (-15 -1690 ((-644 |t#1|) $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -2037 ((-771) |t#1| $)) (-15 -3566 ((-112) |t#1| $))) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-1650 ((|#1| $) 6) (($ |#1|) 9)))
+(((-492 |#1|) (-140) (-1215)) (T -492))
NIL
(-13 (-613 |t#1|) (-616 |t#1|))
(((-616 |#1|) . T) ((-613 |#1|) . T))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-3242 (($ (-1157)) 8)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 15) (((-1157) $) 12)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 11)))
-(((-493) (-13 (-1099) (-613 (-1157)) (-10 -8 (-15 -3242 ($ (-1157)))))) (T -493))
-((-3242 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-493)))))
-(-13 (-1099) (-613 (-1157)) (-10 -8 (-15 -3242 ($ (-1157)))))
-((-3963 (($ $) 15)) (-3941 (($ $) 24)) (-3986 (($ $) 12)) (-3996 (($ $) 10)) (-3976 (($ $) 17)) (-3952 (($ $) 22)))
-(((-494 |#1|) (-10 -8 (-15 -3952 (|#1| |#1|)) (-15 -3976 (|#1| |#1|)) (-15 -3996 (|#1| |#1|)) (-15 -3986 (|#1| |#1|)) (-15 -3941 (|#1| |#1|)) (-15 -3963 (|#1| |#1|))) (-495)) (T -494))
-NIL
-(-10 -8 (-15 -3952 (|#1| |#1|)) (-15 -3976 (|#1| |#1|)) (-15 -3996 (|#1| |#1|)) (-15 -3986 (|#1| |#1|)) (-15 -3941 (|#1| |#1|)) (-15 -3963 (|#1| |#1|)))
-((-3963 (($ $) 11)) (-3941 (($ $) 10)) (-3986 (($ $) 9)) (-3996 (($ $) 8)) (-3976 (($ $) 7)) (-3952 (($ $) 6)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-4160 (($ (-1157)) 8)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 15) (((-1157) $) 12)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 11)))
+(((-493) (-13 (-1099) (-613 (-1157)) (-10 -8 (-15 -4160 ($ (-1157)))))) (T -493))
+((-4160 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-493)))))
+(-13 (-1099) (-613 (-1157)) (-10 -8 (-15 -4160 ($ (-1157)))))
+((-4175 (($ $) 15)) (-4153 (($ $) 24)) (-4198 (($ $) 12)) (-4209 (($ $) 10)) (-4186 (($ $) 17)) (-4164 (($ $) 22)))
+(((-494 |#1|) (-10 -8 (-15 -4164 (|#1| |#1|)) (-15 -4186 (|#1| |#1|)) (-15 -4209 (|#1| |#1|)) (-15 -4198 (|#1| |#1|)) (-15 -4153 (|#1| |#1|)) (-15 -4175 (|#1| |#1|))) (-495)) (T -494))
+NIL
+(-10 -8 (-15 -4164 (|#1| |#1|)) (-15 -4186 (|#1| |#1|)) (-15 -4209 (|#1| |#1|)) (-15 -4198 (|#1| |#1|)) (-15 -4153 (|#1| |#1|)) (-15 -4175 (|#1| |#1|)))
+((-4175 (($ $) 11)) (-4153 (($ $) 10)) (-4198 (($ $) 9)) (-4209 (($ $) 8)) (-4186 (($ $) 7)) (-4164 (($ $) 6)))
(((-495) (-140)) (T -495))
-((-3963 (*1 *1 *1) (-4 *1 (-495))) (-3941 (*1 *1 *1) (-4 *1 (-495))) (-3986 (*1 *1 *1) (-4 *1 (-495))) (-3996 (*1 *1 *1) (-4 *1 (-495))) (-3976 (*1 *1 *1) (-4 *1 (-495))) (-3952 (*1 *1 *1) (-4 *1 (-495))))
-(-13 (-10 -8 (-15 -3952 ($ $)) (-15 -3976 ($ $)) (-15 -3996 ($ $)) (-15 -3986 ($ $)) (-15 -3941 ($ $)) (-15 -3963 ($ $))))
-((-1624 (((-420 |#4|) |#4| (-1 (-420 |#2|) |#2|)) 54)))
-(((-496 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1624 ((-420 |#4|) |#4| (-1 (-420 |#2|) |#2|)))) (-365) (-1240 |#1|) (-13 (-365) (-147) (-724 |#1| |#2|)) (-1240 |#3|)) (T -496))
-((-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365)) (-4 *7 (-13 (-365) (-147) (-724 *5 *6))) (-5 *2 (-420 *3)) (-5 *1 (-496 *5 *6 *7 *3)) (-4 *3 (-1240 *7)))))
-(-10 -7 (-15 -1624 ((-420 |#4|) |#4| (-1 (-420 |#2|) |#2|))))
-((-2988 (((-112) $ $) NIL)) (-2082 (((-644 $) (-1171 $) (-1175)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-952 $)) NIL)) (-1557 (($ (-1171 $) (-1175)) NIL) (($ (-1171 $)) NIL) (($ (-952 $)) NIL)) (-3230 (((-112) $) 39)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-2136 (((-112) $ $) 73)) (-1470 (((-644 (-612 $)) $) 50)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2500 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-1635 (($ $) NIL)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-4112 (((-644 $) (-1171 $) (-1175)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-952 $)) NIL)) (-4093 (($ (-1171 $) (-1175)) NIL) (($ (-1171 $)) NIL) (($ (-952 $)) NIL)) (-2229 (((-3 (-612 $) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL)) (-4158 (((-612 $) $) NIL) (((-566) $) NIL) (((-409 (-566)) $) 55)) (-2933 (($ $ $) NIL)) (-4089 (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -3361 (-689 (-409 (-566)))) (|:| |vec| (-1264 (-409 (-566))))) (-689 $) (-1264 $)) NIL) (((-689 (-409 (-566))) (-689 $)) NIL)) (-2873 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-1633 (($ $) NIL) (($ (-644 $)) NIL)) (-1689 (((-644 (-114)) $) NIL)) (-1566 (((-114) (-114)) NIL)) (-2389 (((-112) $) 42)) (-3419 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2248 (((-1124 (-566) (-612 $)) $) 37)) (-1575 (($ $ (-566)) NIL)) (-2064 (((-1171 $) (-1171 $) (-612 $)) 87) (((-1171 $) (-1171 $) (-644 (-612 $))) 62) (($ $ (-612 $)) 76) (($ $ (-644 (-612 $))) 77)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2024 (((-1171 $) (-612 $)) 74 (|has| $ (-1049)))) (-2319 (($ (-1 $ $) (-612 $)) NIL)) (-4010 (((-3 (-612 $) "failed") $) NIL)) (-2128 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-1552 (((-644 (-612 $)) $) NIL)) (-2328 (($ (-114) $) NIL) (($ (-114) (-644 $)) NIL)) (-3335 (((-112) $ (-114)) NIL) (((-112) $ (-1175)) NIL)) (-2748 (($ $) NIL)) (-3106 (((-771) $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3671 (((-112) $ $) NIL) (((-112) $ (-1175)) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2664 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2023 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-4357 (((-771) $) NIL)) (-1309 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2020 (($ $) NIL) (($ $ $) NIL)) (-3629 (($ $ (-771)) NIL) (($ $) 36)) (-2260 (((-1124 (-566) (-612 $)) $) 20)) (-1705 (($ $) NIL (|has| $ (-1049)))) (-2376 (((-381) $) 101) (((-225) $) 109) (((-169 (-381)) $) 117)) (-3152 (((-862) $) NIL) (($ (-612 $)) NIL) (($ (-409 (-566))) NIL) (($ $) NIL) (($ (-566)) NIL) (($ (-1124 (-566) (-612 $))) 21)) (-2593 (((-771)) NIL T CONST)) (-3928 (($ $) NIL) (($ (-644 $)) NIL)) (-3515 (((-112) (-114)) 93)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-4356 (($) 10 T CONST)) (-4366 (($) 22 T CONST)) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-2914 (((-112) $ $) 24)) (-3025 (($ $ $) 44)) (-3012 (($ $ $) NIL) (($ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-409 (-566))) NIL) (($ $ (-566)) 48) (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ $ $) 27) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL)))
-(((-497) (-13 (-303) (-27) (-1038 (-566)) (-1038 (-409 (-566))) (-639 (-566)) (-1022) (-639 (-409 (-566))) (-147) (-614 (-169 (-381))) (-233) (-10 -8 (-15 -3152 ($ (-1124 (-566) (-612 $)))) (-15 -2248 ((-1124 (-566) (-612 $)) $)) (-15 -2260 ((-1124 (-566) (-612 $)) $)) (-15 -2873 ($ $)) (-15 -2136 ((-112) $ $)) (-15 -2064 ((-1171 $) (-1171 $) (-612 $))) (-15 -2064 ((-1171 $) (-1171 $) (-644 (-612 $)))) (-15 -2064 ($ $ (-612 $))) (-15 -2064 ($ $ (-644 (-612 $))))))) (T -497))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497)))) (-2248 (*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497)))) (-2260 (*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497)))) (-2873 (*1 *1 *1) (-5 *1 (-497))) (-2136 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-497)))) (-2064 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 (-497))) (-5 *3 (-612 (-497))) (-5 *1 (-497)))) (-2064 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 (-497))) (-5 *3 (-644 (-612 (-497)))) (-5 *1 (-497)))) (-2064 (*1 *1 *1 *2) (-12 (-5 *2 (-612 (-497))) (-5 *1 (-497)))) (-2064 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-612 (-497)))) (-5 *1 (-497)))))
-(-13 (-303) (-27) (-1038 (-566)) (-1038 (-409 (-566))) (-639 (-566)) (-1022) (-639 (-409 (-566))) (-147) (-614 (-169 (-381))) (-233) (-10 -8 (-15 -3152 ($ (-1124 (-566) (-612 $)))) (-15 -2248 ((-1124 (-566) (-612 $)) $)) (-15 -2260 ((-1124 (-566) (-612 $)) $)) (-15 -2873 ($ $)) (-15 -2136 ((-112) $ $)) (-15 -2064 ((-1171 $) (-1171 $) (-612 $))) (-15 -2064 ((-1171 $) (-1171 $) (-644 (-612 $)))) (-15 -2064 ($ $ (-612 $))) (-15 -2064 ($ $ (-644 (-612 $))))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-566) |#1|) 47 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) 42 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 41)) (-1569 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1860 (($ (-771) |#1|) 21)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) 17 (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) 44 (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 32 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 38)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3908 ((|#1| $) NIL (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) 15 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) 19)) (-1309 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) 46) (($ $ (-1231 (-566))) NIL)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) 13)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 24)) (-4386 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3000 (((-771) $) 11 (|has| $ (-6 -4414)))))
-(((-498 |#1| |#2|) (-19 |#1|) (-1214) (-566)) (T -498))
+((-4175 (*1 *1 *1) (-4 *1 (-495))) (-4153 (*1 *1 *1) (-4 *1 (-495))) (-4198 (*1 *1 *1) (-4 *1 (-495))) (-4209 (*1 *1 *1) (-4 *1 (-495))) (-4186 (*1 *1 *1) (-4 *1 (-495))) (-4164 (*1 *1 *1) (-4 *1 (-495))))
+(-13 (-10 -8 (-15 -4164 ($ $)) (-15 -4186 ($ $)) (-15 -4209 ($ $)) (-15 -4198 ($ $)) (-15 -4153 ($ $)) (-15 -4175 ($ $))))
+((-3846 (((-420 |#4|) |#4| (-1 (-420 |#2|) |#2|)) 54)))
+(((-496 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3846 ((-420 |#4|) |#4| (-1 (-420 |#2|) |#2|)))) (-365) (-1241 |#1|) (-13 (-365) (-147) (-724 |#1| |#2|)) (-1241 |#3|)) (T -496))
+((-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365)) (-4 *7 (-13 (-365) (-147) (-724 *5 *6))) (-5 *2 (-420 *3)) (-5 *1 (-496 *5 *6 *7 *3)) (-4 *3 (-1241 *7)))))
+(-10 -7 (-15 -3846 ((-420 |#4|) |#4| (-1 (-420 |#2|) |#2|))))
+((-4124 (((-112) $ $) NIL)) (-1591 (((-644 $) (-1171 $) (-1175)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-952 $)) NIL)) (-3139 (($ (-1171 $) (-1175)) NIL) (($ (-1171 $)) NIL) (($ (-952 $)) NIL)) (-4014 (((-112) $) 39)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-4012 (((-112) $ $) 73)) (-1791 (((-644 (-612 $)) $) 50)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4170 (($ $ (-295 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-3856 (($ $) NIL)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-2397 (((-644 $) (-1171 $) (-1175)) NIL) (((-644 $) (-1171 $)) NIL) (((-644 $) (-952 $)) NIL)) (-2243 (($ (-1171 $) (-1175)) NIL) (($ (-1171 $)) NIL) (($ (-952 $)) NIL)) (-1821 (((-3 (-612 $) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL)) (-3213 (((-612 $) $) NIL) (((-566) $) NIL) (((-409 (-566)) $) 55)) (-4067 (($ $ $) NIL)) (-2204 (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -2840 (-689 (-409 (-566)))) (|:| |vec| (-1265 (-409 (-566))))) (-689 $) (-1265 $)) NIL) (((-689 (-409 (-566))) (-689 $)) NIL)) (-1936 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-2563 (($ $) NIL) (($ (-644 $)) NIL)) (-1930 (((-644 (-114)) $) NIL)) (-3797 (((-114) (-114)) NIL)) (-1568 (((-112) $) 42)) (-2190 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-2499 (((-1124 (-566) (-612 $)) $) 37)) (-3281 (($ $ (-566)) NIL)) (-1435 (((-1171 $) (-1171 $) (-612 $)) 87) (((-1171 $) (-1171 $) (-644 (-612 $))) 62) (($ $ (-612 $)) 76) (($ $ (-644 (-612 $))) 77)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2216 (((-1171 $) (-612 $)) 74 (|has| $ (-1049)))) (-1895 (($ (-1 $ $) (-612 $)) NIL)) (-2691 (((-3 (-612 $) "failed") $) NIL)) (-1931 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-3787 (((-644 (-612 $)) $) NIL)) (-2574 (($ (-114) $) NIL) (($ (-114) (-644 $)) NIL)) (-2530 (((-112) $ (-114)) NIL) (((-112) $ (-1175)) NIL)) (-4085 (($ $) NIL)) (-2149 (((-771) $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ (-644 $)) NIL) (($ $ $) NIL)) (-2719 (((-112) $ $) NIL) (((-112) $ (-1175)) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2340 (((-112) $) NIL (|has| $ (-1038 (-566))))) (-1838 (($ $ (-612 $) $) NIL) (($ $ (-644 (-612 $)) (-644 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-1175)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-1175) (-1 $ (-644 $))) NIL) (($ $ (-1175) (-1 $ $)) NIL) (($ $ (-644 (-114)) (-644 (-1 $ $))) NIL) (($ $ (-644 (-114)) (-644 (-1 $ (-644 $)))) NIL) (($ $ (-114) (-1 $ (-644 $))) NIL) (($ $ (-114) (-1 $ $)) NIL)) (-3075 (((-771) $) NIL)) (-3483 (($ (-114) $) NIL) (($ (-114) $ $) NIL) (($ (-114) $ $ $) NIL) (($ (-114) $ $ $ $) NIL) (($ (-114) (-644 $)) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2182 (($ $) NIL) (($ $ $) NIL)) (-2324 (($ $ (-771)) NIL) (($ $) 36)) (-2507 (((-1124 (-566) (-612 $)) $) 20)) (-2068 (($ $) NIL (|has| $ (-1049)))) (-1945 (((-381) $) 101) (((-225) $) 109) (((-169 (-381)) $) 117)) (-1650 (((-862) $) NIL) (($ (-612 $)) NIL) (($ (-409 (-566))) NIL) (($ $) NIL) (($ (-566)) NIL) (($ (-1124 (-566) (-612 $))) 21)) (-2910 (((-771)) NIL T CONST)) (-2404 (($ $) NIL) (($ (-644 $)) NIL)) (-1892 (((-112) (-114)) 93)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3410 (($) 10 T CONST)) (-3424 (($) 22 T CONST)) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-2868 (((-112) $ $) 24)) (-2990 (($ $ $) 44)) (-2977 (($ $ $) NIL) (($ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-409 (-566))) NIL) (($ $ (-566)) 48) (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ $ $) 27) (($ (-566) $) NIL) (($ (-771) $) NIL) (($ (-921) $) NIL)))
+(((-497) (-13 (-303) (-27) (-1038 (-566)) (-1038 (-409 (-566))) (-639 (-566)) (-1022) (-639 (-409 (-566))) (-147) (-614 (-169 (-381))) (-233) (-10 -8 (-15 -1650 ($ (-1124 (-566) (-612 $)))) (-15 -2499 ((-1124 (-566) (-612 $)) $)) (-15 -2507 ((-1124 (-566) (-612 $)) $)) (-15 -1936 ($ $)) (-15 -4012 ((-112) $ $)) (-15 -1435 ((-1171 $) (-1171 $) (-612 $))) (-15 -1435 ((-1171 $) (-1171 $) (-644 (-612 $)))) (-15 -1435 ($ $ (-612 $))) (-15 -1435 ($ $ (-644 (-612 $))))))) (T -497))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497)))) (-2499 (*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497)))) (-2507 (*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497)))) (-1936 (*1 *1 *1) (-5 *1 (-497))) (-4012 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-497)))) (-1435 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 (-497))) (-5 *3 (-612 (-497))) (-5 *1 (-497)))) (-1435 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 (-497))) (-5 *3 (-644 (-612 (-497)))) (-5 *1 (-497)))) (-1435 (*1 *1 *1 *2) (-12 (-5 *2 (-612 (-497))) (-5 *1 (-497)))) (-1435 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-612 (-497)))) (-5 *1 (-497)))))
+(-13 (-303) (-27) (-1038 (-566)) (-1038 (-409 (-566))) (-639 (-566)) (-1022) (-639 (-409 (-566))) (-147) (-614 (-169 (-381))) (-233) (-10 -8 (-15 -1650 ($ (-1124 (-566) (-612 $)))) (-15 -2499 ((-1124 (-566) (-612 $)) $)) (-15 -2507 ((-1124 (-566) (-612 $)) $)) (-15 -1936 ($ $)) (-15 -4012 ((-112) $ $)) (-15 -1435 ((-1171 $) (-1171 $) (-612 $))) (-15 -1435 ((-1171 $) (-1171 $) (-644 (-612 $)))) (-15 -1435 ($ $ (-612 $))) (-15 -1435 ($ $ (-644 (-612 $))))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-566) |#1|) 47 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) 42 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 41)) (-1308 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1566 (($ (-771) |#1|) 21)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) 17 (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) 44 (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 32 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 38)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3604 ((|#1| $) NIL (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) 15 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) 19)) (-3483 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) 46) (($ $ (-1232 (-566))) NIL)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) 13)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 24)) (-2829 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-4142 (((-771) $) 11 (|has| $ (-6 -4415)))))
+(((-498 |#1| |#2|) (-19 |#1|) (-1215) (-566)) (T -498))
NIL
(-19 |#1|)
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-566) (-566) |#1|) NIL)) (-1499 (($ $ (-566) (-498 |#1| |#3|)) NIL)) (-2837 (($ $ (-566) (-498 |#1| |#2|)) NIL)) (-2463 (($) NIL T CONST)) (-1721 (((-498 |#1| |#3|) $ (-566)) NIL)) (-3897 ((|#1| $ (-566) (-566) |#1|) NIL)) (-3829 ((|#1| $ (-566) (-566)) NIL)) (-1683 (((-644 |#1|) $) NIL)) (-3811 (((-771) $) NIL)) (-1860 (($ (-771) (-771) |#1|) NIL)) (-3824 (((-771) $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2531 (((-566) $) NIL)) (-3688 (((-566) $) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2422 (((-566) $) NIL)) (-3632 (((-566) $) NIL)) (-3885 (($ (-1 |#1| |#1|) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3787 (($ $ |#1|) NIL)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-2986 (((-498 |#1| |#2|) $ (-566)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-499 |#1| |#2| |#3|) (-57 |#1| (-498 |#1| |#3|) (-498 |#1| |#2|)) (-1214) (-566) (-566)) (T -499))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-566) (-566) |#1|) NIL)) (-3824 (($ $ (-566) (-498 |#1| |#3|)) NIL)) (-3417 (($ $ (-566) (-498 |#1| |#2|)) NIL)) (-4145 (($) NIL T CONST)) (-2220 (((-498 |#1| |#3|) $ (-566)) NIL)) (-2417 ((|#1| $ (-566) (-566) |#1|) NIL)) (-2359 ((|#1| $ (-566) (-566)) NIL)) (-3953 (((-644 |#1|) $) NIL)) (-1736 (((-771) $) NIL)) (-1566 (($ (-771) (-771) |#1|) NIL)) (-1746 (((-771) $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3574 (((-566) $) NIL)) (-2899 (((-566) $) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1840 (((-566) $) NIL)) (-3657 (((-566) $) NIL)) (-2409 (($ (-1 |#1| |#1|) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1417 (($ $ |#1|) NIL)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-3408 (((-498 |#1| |#2|) $ (-566)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-499 |#1| |#2| |#3|) (-57 |#1| (-498 |#1| |#3|) (-498 |#1| |#2|)) (-1215) (-566) (-566)) (T -499))
NIL
(-57 |#1| (-498 |#1| |#3|) (-498 |#1| |#2|))
-((-3561 (((-644 (-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-771) (-771)) 33)) (-3272 (((-644 (-1171 |#1|)) |#1| (-771) (-771) (-771)) 43)) (-1630 (((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-644 |#3|) (-644 (-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-771)) 111)))
-(((-500 |#1| |#2| |#3|) (-10 -7 (-15 -3272 ((-644 (-1171 |#1|)) |#1| (-771) (-771) (-771))) (-15 -3561 ((-644 (-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-771) (-771))) (-15 -1630 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-644 |#3|) (-644 (-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-771)))) (-351) (-1240 |#1|) (-1240 |#2|)) (T -500))
-((-1630 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-2 (|:| -2875 (-689 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-689 *7))))) (-5 *5 (-771)) (-4 *8 (-1240 *7)) (-4 *7 (-1240 *6)) (-4 *6 (-351)) (-5 *2 (-2 (|:| -2875 (-689 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-689 *7)))) (-5 *1 (-500 *6 *7 *8)))) (-3561 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-771)) (-4 *5 (-351)) (-4 *6 (-1240 *5)) (-5 *2 (-644 (-2 (|:| -2875 (-689 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-689 *6))))) (-5 *1 (-500 *5 *6 *7)) (-5 *3 (-2 (|:| -2875 (-689 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-689 *6)))) (-4 *7 (-1240 *6)))) (-3272 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-771)) (-4 *3 (-351)) (-4 *5 (-1240 *3)) (-5 *2 (-644 (-1171 *3))) (-5 *1 (-500 *3 *5 *6)) (-4 *6 (-1240 *5)))))
-(-10 -7 (-15 -3272 ((-644 (-1171 |#1|)) |#1| (-771) (-771) (-771))) (-15 -3561 ((-644 (-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-771) (-771))) (-15 -1630 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-644 |#3|) (-644 (-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-771))))
-((-1843 (((-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|)))) 74)) (-2954 ((|#1| (-689 |#1|) |#1| (-771)) 27)) (-1447 (((-771) (-771) (-771)) 36)) (-1885 (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 54)) (-1576 (((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|) 62) (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 59)) (-3098 ((|#1| (-689 |#1|) (-689 |#1|) |#1| (-566)) 31)) (-3429 ((|#1| (-689 |#1|)) 18)))
-(((-501 |#1| |#2| |#3|) (-10 -7 (-15 -3429 (|#1| (-689 |#1|))) (-15 -2954 (|#1| (-689 |#1|) |#1| (-771))) (-15 -3098 (|#1| (-689 |#1|) (-689 |#1|) |#1| (-566))) (-15 -1447 ((-771) (-771) (-771))) (-15 -1576 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -1576 ((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|)) (-15 -1885 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -1843 ((-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|)))))) (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))) (-1240 |#1|) (-411 |#1| |#2|)) (T -501))
-((-1843 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-1885 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-1576 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-1576 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-1447 (*1 *2 *2 *2) (-12 (-5 *2 (-771)) (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-3098 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-689 *2)) (-5 *4 (-566)) (-4 *2 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-4 *5 (-1240 *2)) (-5 *1 (-501 *2 *5 *6)) (-4 *6 (-411 *2 *5)))) (-2954 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-689 *2)) (-5 *4 (-771)) (-4 *2 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-4 *5 (-1240 *2)) (-5 *1 (-501 *2 *5 *6)) (-4 *6 (-411 *2 *5)))) (-3429 (*1 *2 *3) (-12 (-5 *3 (-689 *2)) (-4 *4 (-1240 *2)) (-4 *2 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $))))) (-5 *1 (-501 *2 *4 *5)) (-4 *5 (-411 *2 *4)))))
-(-10 -7 (-15 -3429 (|#1| (-689 |#1|))) (-15 -2954 (|#1| (-689 |#1|) |#1| (-771))) (-15 -3098 (|#1| (-689 |#1|) (-689 |#1|) |#1| (-566))) (-15 -1447 ((-771) (-771) (-771))) (-15 -1576 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -1576 ((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|)) (-15 -1885 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -1843 ((-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -2875 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))))))
-((-2988 (((-112) $ $) NIL)) (-3010 (($ $) NIL)) (-2439 (($ $ $) 40)) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) $) NIL (|has| (-112) (-850))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-3628 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-850)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-2671 (($ $) NIL (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-1456 (((-112) $ (-1231 (-566)) (-112)) NIL (|has| $ (-6 -4415))) (((-112) $ (-566) (-112)) 42 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-2622 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-2873 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-3897 (((-112) $ (-566) (-112)) NIL (|has| $ (-6 -4415)))) (-3829 (((-112) $ (-566)) NIL)) (-1569 (((-566) (-112) $ (-566)) NIL (|has| (-112) (-1099))) (((-566) (-112) $) NIL (|has| (-112) (-1099))) (((-566) (-1 (-112) (-112)) $) NIL)) (-1683 (((-644 (-112)) $) NIL (|has| $ (-6 -4414)))) (-2427 (($ $ $) 38)) (-2404 (($ $) NIL)) (-3801 (($ $ $) NIL)) (-1860 (($ (-771) (-112)) 27)) (-2584 (($ $ $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) 8 (|has| (-566) (-850)))) (-1478 (($ $ $) NIL)) (-2696 (($ $ $) NIL (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-3491 (((-644 (-112)) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL)) (-3885 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-112) (-112) (-112)) $ $) 35) (($ (-1 (-112) (-112)) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-1859 (($ $ $ (-566)) NIL) (($ (-112) $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 (((-112) $) NIL (|has| (-566) (-850)))) (-3668 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-3787 (($ $ (-112)) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-112)) (-644 (-112))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-295 (-112))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-644 (-295 (-112)))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099))))) (-3486 (((-644 (-112)) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) 28)) (-1309 (($ $ (-1231 (-566))) NIL) (((-112) $ (-566)) 22) (((-112) $ (-566) (-112)) NIL)) (-2166 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-4083 (((-771) (-112) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-112) (-1099)))) (((-771) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414)))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) 29)) (-2376 (((-538) $) NIL (|has| (-112) (-614 (-538))))) (-1340 (($ (-644 (-112))) NIL)) (-4386 (($ (-644 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-3152 (((-862) $) 26)) (-3044 (((-112) $ $) NIL)) (-2210 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4414)))) (-2415 (($ $ $) 36)) (-3055 (($ $ $) NIL)) (-2854 (($ $ $) 45)) (-2865 (($ $) 43)) (-2844 (($ $ $) 44)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 30)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 31)) (-3043 (($ $ $) NIL)) (-3000 (((-771) $) 13 (|has| $ (-6 -4414)))))
-(((-502 |#1|) (-13 (-123) (-10 -8 (-15 -2865 ($ $)) (-15 -2854 ($ $ $)) (-15 -2844 ($ $ $)))) (-566)) (T -502))
-((-2865 (*1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566)))) (-2854 (*1 *1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566)))) (-2844 (*1 *1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566)))))
-(-13 (-123) (-10 -8 (-15 -2865 ($ $)) (-15 -2854 ($ $ $)) (-15 -2844 ($ $ $))))
-((-3726 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1171 |#4|)) 35)) (-2460 (((-1171 |#4|) (-1 |#4| |#1|) |#2|) 31) ((|#2| (-1 |#1| |#4|) (-1171 |#4|)) 22)) (-3935 (((-3 (-689 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-689 (-1171 |#4|))) 49)) (-2046 (((-1171 (-1171 |#4|)) (-1 |#4| |#1|) |#3|) 58)))
-(((-503 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2460 (|#2| (-1 |#1| |#4|) (-1171 |#4|))) (-15 -2460 ((-1171 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3726 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1171 |#4|))) (-15 -3935 ((-3 (-689 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-689 (-1171 |#4|)))) (-15 -2046 ((-1171 (-1171 |#4|)) (-1 |#4| |#1|) |#3|))) (-1049) (-1240 |#1|) (-1240 |#2|) (-1049)) (T -503))
-((-2046 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *6 (-1240 *5)) (-5 *2 (-1171 (-1171 *7))) (-5 *1 (-503 *5 *6 *4 *7)) (-4 *4 (-1240 *6)))) (-3935 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-689 (-1171 *8))) (-4 *5 (-1049)) (-4 *8 (-1049)) (-4 *6 (-1240 *5)) (-5 *2 (-689 *6)) (-5 *1 (-503 *5 *6 *7 *8)) (-4 *7 (-1240 *6)))) (-3726 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1171 *7)) (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *2 (-1240 *5)) (-5 *1 (-503 *5 *2 *6 *7)) (-4 *6 (-1240 *2)))) (-2460 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *4 (-1240 *5)) (-5 *2 (-1171 *7)) (-5 *1 (-503 *5 *4 *6 *7)) (-4 *6 (-1240 *4)))) (-2460 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1171 *7)) (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *2 (-1240 *5)) (-5 *1 (-503 *5 *2 *6 *7)) (-4 *6 (-1240 *2)))))
-(-10 -7 (-15 -2460 (|#2| (-1 |#1| |#4|) (-1171 |#4|))) (-15 -2460 ((-1171 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3726 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1171 |#4|))) (-15 -3935 ((-3 (-689 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-689 (-1171 |#4|)))) (-15 -2046 ((-1171 (-1171 |#4|)) (-1 |#4| |#1|) |#3|)))
-((-2988 (((-112) $ $) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1597 (((-1269) $) 25)) (-1309 (((-1157) $ (-1175)) 30)) (-1710 (((-1269) $) 17)) (-3152 (((-862) $) 27) (($ (-1157)) 26)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 11)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 9)))
-(((-504) (-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 ((-1269) $)) (-15 -1597 ((-1269) $)) (-15 -3152 ($ (-1157)))))) (T -504))
-((-1309 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1157)) (-5 *1 (-504)))) (-1710 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-504)))) (-1597 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-504)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-504)))))
-(-13 (-850) (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 ((-1269) $)) (-15 -1597 ((-1269) $)) (-15 -3152 ($ (-1157)))))
-((-4367 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-2693 ((|#1| |#4|) 10)) (-2386 ((|#3| |#4|) 17)))
-(((-505 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2693 (|#1| |#4|)) (-15 -2386 (|#3| |#4|)) (-15 -4367 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-558) (-992 |#1|) (-375 |#1|) (-375 |#2|)) (T -505))
-((-4367 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-505 *4 *5 *6 *3)) (-4 *6 (-375 *4)) (-4 *3 (-375 *5)))) (-2386 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-4 *2 (-375 *4)) (-5 *1 (-505 *4 *5 *2 *3)) (-4 *3 (-375 *5)))) (-2693 (*1 *2 *3) (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-505 *2 *4 *5 *3)) (-4 *5 (-375 *2)) (-4 *3 (-375 *4)))))
-(-10 -7 (-15 -2693 (|#1| |#4|)) (-15 -2386 (|#3| |#4|)) (-15 -4367 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
-((-2988 (((-112) $ $) NIL)) (-1522 (((-112) $ (-644 |#3|)) 126) (((-112) $) 127)) (-3230 (((-112) $) 178)) (-2414 (($ $ |#4|) 117) (($ $ |#4| (-644 |#3|)) 121)) (-1304 (((-1164 (-644 (-952 |#1|)) (-644 (-295 (-952 |#1|)))) (-644 |#4|)) 171 (|has| |#3| (-614 (-1175))))) (-2631 (($ $ $) 105) (($ $ |#4|) 103)) (-2389 (((-112) $) 177)) (-2573 (($ $) 131)) (-3380 (((-1157) $) NIL)) (-1997 (($ $ $) 97) (($ (-644 $)) 99)) (-2094 (((-112) |#4| $) 129)) (-1435 (((-112) $ $) 82)) (-2424 (($ (-644 |#4|)) 104)) (-4072 (((-1119) $) NIL)) (-2635 (($ (-644 |#4|)) 175)) (-1424 (((-112) $) 176)) (-2542 (($ $) 85)) (-2343 (((-644 |#4|) $) 73)) (-4146 (((-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)) $ (-644 |#3|)) NIL)) (-4221 (((-112) |#4| $) 89)) (-3126 (((-566) $ (-644 |#3|)) 133) (((-566) $) 134)) (-3152 (((-862) $) 174) (($ (-644 |#4|)) 100)) (-3044 (((-112) $ $) NIL)) (-2342 (($ (-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $))) NIL)) (-2914 (((-112) $ $) 84)) (-3002 (($ $ $) 107)) (** (($ $ (-771)) 115)) (* (($ $ $) 113)))
-(((-506 |#1| |#2| |#3| |#4|) (-13 (-1099) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-771))) (-15 -3002 ($ $ $)) (-15 -2389 ((-112) $)) (-15 -3230 ((-112) $)) (-15 -4221 ((-112) |#4| $)) (-15 -1435 ((-112) $ $)) (-15 -2094 ((-112) |#4| $)) (-15 -1522 ((-112) $ (-644 |#3|))) (-15 -1522 ((-112) $)) (-15 -1997 ($ $ $)) (-15 -1997 ($ (-644 $))) (-15 -2631 ($ $ $)) (-15 -2631 ($ $ |#4|)) (-15 -2542 ($ $)) (-15 -4146 ((-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)) $ (-644 |#3|))) (-15 -2342 ($ (-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)))) (-15 -3126 ((-566) $ (-644 |#3|))) (-15 -3126 ((-566) $)) (-15 -2573 ($ $)) (-15 -2424 ($ (-644 |#4|))) (-15 -2635 ($ (-644 |#4|))) (-15 -1424 ((-112) $)) (-15 -2343 ((-644 |#4|) $)) (-15 -3152 ($ (-644 |#4|))) (-15 -2414 ($ $ |#4|)) (-15 -2414 ($ $ |#4| (-644 |#3|))) (IF (|has| |#3| (-614 (-1175))) (-15 -1304 ((-1164 (-644 (-952 |#1|)) (-644 (-295 (-952 |#1|)))) (-644 |#4|))) |%noBranch|))) (-365) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -506))
-((* (*1 *1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-3002 (*1 *1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-2389 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-3230 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-4221 (*1 *2 *3 *1) (-12 (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-1435 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-2094 (*1 *2 *3 *1) (-12 (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-1522 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793)) (-5 *2 (-112)) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))) (-1522 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-1997 (*1 *1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-1997 (*1 *1 *2) (-12 (-5 *2 (-644 (-506 *3 *4 *5 *6))) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-2631 (*1 *1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-2631 (*1 *1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))) (-2542 (*1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-4146 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793)) (-5 *2 (-2 (|:| |mval| (-689 *4)) (|:| |invmval| (-689 *4)) (|:| |genIdeal| (-506 *4 *5 *6 *7)))) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))) (-2342 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-689 *3)) (|:| |invmval| (-689 *3)) (|:| |genIdeal| (-506 *3 *4 *5 *6)))) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-3126 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793)) (-5 *2 (-566)) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))) (-3126 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-566)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-2573 (*1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-2424 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)))) (-2635 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)))) (-1424 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-2343 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *6)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)))) (-2414 (*1 *1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))) (-2414 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793)) (-5 *1 (-506 *4 *5 *6 *2)) (-4 *2 (-949 *4 *5 *6)))) (-1304 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *6 (-614 (-1175))) (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1164 (-644 (-952 *4)) (-644 (-295 (-952 *4))))) (-5 *1 (-506 *4 *5 *6 *7)))))
-(-13 (-1099) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-771))) (-15 -3002 ($ $ $)) (-15 -2389 ((-112) $)) (-15 -3230 ((-112) $)) (-15 -4221 ((-112) |#4| $)) (-15 -1435 ((-112) $ $)) (-15 -2094 ((-112) |#4| $)) (-15 -1522 ((-112) $ (-644 |#3|))) (-15 -1522 ((-112) $)) (-15 -1997 ($ $ $)) (-15 -1997 ($ (-644 $))) (-15 -2631 ($ $ $)) (-15 -2631 ($ $ |#4|)) (-15 -2542 ($ $)) (-15 -4146 ((-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)) $ (-644 |#3|))) (-15 -2342 ($ (-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)))) (-15 -3126 ((-566) $ (-644 |#3|))) (-15 -3126 ((-566) $)) (-15 -2573 ($ $)) (-15 -2424 ($ (-644 |#4|))) (-15 -2635 ($ (-644 |#4|))) (-15 -1424 ((-112) $)) (-15 -2343 ((-644 |#4|) $)) (-15 -3152 ($ (-644 |#4|))) (-15 -2414 ($ $ |#4|)) (-15 -2414 ($ $ |#4| (-644 |#3|))) (IF (|has| |#3| (-614 (-1175))) (-15 -1304 ((-1164 (-644 (-952 |#1|)) (-644 (-295 (-952 |#1|)))) (-644 |#4|))) |%noBranch|)))
-((-1356 (((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) 176)) (-1642 (((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) 177)) (-2200 (((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) 129)) (-1615 (((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) NIL)) (-3971 (((-644 (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) 179)) (-2378 (((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-644 (-864 |#1|))) 195)))
-(((-507 |#1| |#2|) (-10 -7 (-15 -1356 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -1642 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -1615 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2200 ((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -3971 ((-644 (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2378 ((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-644 (-864 |#1|))))) (-644 (-1175)) (-771)) (T -507))
-((-2378 (*1 *2 *2 *3) (-12 (-5 *2 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))) (-5 *3 (-644 (-864 *4))) (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *1 (-507 *4 *5)))) (-3971 (*1 *2 *3) (-12 (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-644 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566)))))) (-5 *1 (-507 *4 *5)) (-5 *3 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))))) (-2200 (*1 *2 *2) (-12 (-5 *2 (-506 (-409 (-566)) (-240 *4 (-771)) (-864 *3) (-247 *3 (-409 (-566))))) (-14 *3 (-644 (-1175))) (-14 *4 (-771)) (-5 *1 (-507 *3 *4)))) (-1615 (*1 *2 *3) (-12 (-5 *3 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))) (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112)) (-5 *1 (-507 *4 *5)))) (-1642 (*1 *2 *3) (-12 (-5 *3 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))) (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112)) (-5 *1 (-507 *4 *5)))) (-1356 (*1 *2 *3) (-12 (-5 *3 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))) (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112)) (-5 *1 (-507 *4 *5)))))
-(-10 -7 (-15 -1356 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -1642 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -1615 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2200 ((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -3971 ((-644 (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2378 ((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-644 (-864 |#1|)))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2771 (($) 6)) (-3152 (((-862) $) 12) (((-1175) $) 10)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 8)))
-(((-508) (-13 (-1099) (-613 (-1175)) (-10 -8 (-15 -2771 ($))))) (T -508))
-((-2771 (*1 *1) (-5 *1 (-508))))
-(-13 (-1099) (-613 (-1175)) (-10 -8 (-15 -2771 ($))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-1746 (($ |#1| |#2|) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2536 ((|#2| $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 12 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) 11) (($ $ $) 35)) (-3002 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 21)))
+((-4288 (((-644 (-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-771) (-771)) 33)) (-3190 (((-644 (-1171 |#1|)) |#1| (-771) (-771) (-771)) 43)) (-2527 (((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-644 |#3|) (-644 (-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-771)) 111)))
+(((-500 |#1| |#2| |#3|) (-10 -7 (-15 -3190 ((-644 (-1171 |#1|)) |#1| (-771) (-771) (-771))) (-15 -4288 ((-644 (-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-771) (-771))) (-15 -2527 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-644 |#3|) (-644 (-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-771)))) (-351) (-1241 |#1|) (-1241 |#2|)) (T -500))
+((-2527 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-2 (|:| -3781 (-689 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-689 *7))))) (-5 *5 (-771)) (-4 *8 (-1241 *7)) (-4 *7 (-1241 *6)) (-4 *6 (-351)) (-5 *2 (-2 (|:| -3781 (-689 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-689 *7)))) (-5 *1 (-500 *6 *7 *8)))) (-4288 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-771)) (-4 *5 (-351)) (-4 *6 (-1241 *5)) (-5 *2 (-644 (-2 (|:| -3781 (-689 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-689 *6))))) (-5 *1 (-500 *5 *6 *7)) (-5 *3 (-2 (|:| -3781 (-689 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-689 *6)))) (-4 *7 (-1241 *6)))) (-3190 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-771)) (-4 *3 (-351)) (-4 *5 (-1241 *3)) (-5 *2 (-644 (-1171 *3))) (-5 *1 (-500 *3 *5 *6)) (-4 *6 (-1241 *5)))))
+(-10 -7 (-15 -3190 ((-644 (-1171 |#1|)) |#1| (-771) (-771) (-771))) (-15 -4288 ((-644 (-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-771) (-771))) (-15 -2527 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) (-644 |#3|) (-644 (-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) (-771))))
+((-4156 (((-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|)))) 74)) (-3134 ((|#1| (-689 |#1|) |#1| (-771)) 27)) (-1461 (((-771) (-771) (-771)) 36)) (-3276 (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 54)) (-3291 (((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|) 62) (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 59)) (-2001 ((|#1| (-689 |#1|) (-689 |#1|) |#1| (-566)) 31)) (-2286 ((|#1| (-689 |#1|)) 18)))
+(((-501 |#1| |#2| |#3|) (-10 -7 (-15 -2286 (|#1| (-689 |#1|))) (-15 -3134 (|#1| (-689 |#1|) |#1| (-771))) (-15 -2001 (|#1| (-689 |#1|) (-689 |#1|) |#1| (-566))) (-15 -1461 ((-771) (-771) (-771))) (-15 -3291 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -3291 ((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|)) (-15 -3276 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4156 ((-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|)))))) (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))) (-1241 |#1|) (-411 |#1| |#2|)) (T -501))
+((-4156 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-3276 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-3291 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-3291 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-1461 (*1 *2 *2 *2) (-12 (-5 *2 (-771)) (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))) (-2001 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-689 *2)) (-5 *4 (-566)) (-4 *2 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-4 *5 (-1241 *2)) (-5 *1 (-501 *2 *5 *6)) (-4 *6 (-411 *2 *5)))) (-3134 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-689 *2)) (-5 *4 (-771)) (-4 *2 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-4 *5 (-1241 *2)) (-5 *1 (-501 *2 *5 *6)) (-4 *6 (-411 *2 *5)))) (-2286 (*1 *2 *3) (-12 (-5 *3 (-689 *2)) (-4 *4 (-1241 *2)) (-4 *2 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $))))) (-5 *1 (-501 *2 *4 *5)) (-4 *5 (-411 *2 *4)))))
+(-10 -7 (-15 -2286 (|#1| (-689 |#1|))) (-15 -3134 (|#1| (-689 |#1|) |#1| (-771))) (-15 -2001 (|#1| (-689 |#1|) (-689 |#1|) |#1| (-566))) (-15 -1461 ((-771) (-771) (-771))) (-15 -3291 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -3291 ((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|)) (-15 -3276 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4156 ((-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))) (-2 (|:| -3781 (-689 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-689 |#1|))))))
+((-4124 (((-112) $ $) NIL)) (-4155 (($ $) NIL)) (-3382 (($ $ $) 40)) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) $) NIL (|has| (-112) (-850))) (((-112) (-1 (-112) (-112) (-112)) $) NIL)) (-3632 (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| (-112) (-850)))) (($ (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4416)))) (-3292 (($ $) NIL (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-1777 (((-112) $ (-1232 (-566)) (-112)) NIL (|has| $ (-6 -4416))) (((-112) $ (-566) (-112)) 42 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-1837 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415))) (($ (-112) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-1936 (((-112) (-1 (-112) (-112) (-112)) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-112) (-112)) $ (-112)) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-112) (-112)) $ (-112) (-112)) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-2417 (((-112) $ (-566) (-112)) NIL (|has| $ (-6 -4416)))) (-2359 (((-112) $ (-566)) NIL)) (-1308 (((-566) (-112) $ (-566)) NIL (|has| (-112) (-1099))) (((-566) (-112) $) NIL (|has| (-112) (-1099))) (((-566) (-1 (-112) (-112)) $) NIL)) (-3953 (((-644 (-112)) $) NIL (|has| $ (-6 -4415)))) (-3368 (($ $ $) 38)) (-3348 (($ $) NIL)) (-1541 (($ $ $) NIL)) (-1566 (($ (-771) (-112)) 27)) (-2821 (($ $ $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) 8 (|has| (-566) (-850)))) (-1888 (($ $ $) NIL)) (-1485 (($ $ $) NIL (|has| (-112) (-850))) (($ (-1 (-112) (-112) (-112)) $ $) NIL)) (-1690 (((-644 (-112)) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL)) (-2409 (($ (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-112) (-112) (-112)) $ $) 35) (($ (-1 (-112) (-112)) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-3438 (($ $ $ (-566)) NIL) (($ (-112) $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 (((-112) $) NIL (|has| (-566) (-850)))) (-2695 (((-3 (-112) "failed") (-1 (-112) (-112)) $) NIL)) (-1417 (($ $ (-112)) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-112)) (-644 (-112))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-112) (-112)) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-295 (-112))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099)))) (($ $ (-644 (-295 (-112)))) NIL (-12 (|has| (-112) (-310 (-112))) (|has| (-112) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) (-112) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099))))) (-1647 (((-644 (-112)) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) 28)) (-3483 (($ $ (-1232 (-566))) NIL) (((-112) $ (-566)) 22) (((-112) $ (-566) (-112)) NIL)) (-1405 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-2037 (((-771) (-112) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-112) (-1099)))) (((-771) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) 29)) (-1945 (((-538) $) NIL (|has| (-112) (-614 (-538))))) (-1664 (($ (-644 (-112))) NIL)) (-2829 (($ (-644 $)) NIL) (($ $ $) NIL) (($ (-112) $) NIL) (($ $ (-112)) NIL)) (-1650 (((-862) $) 26)) (-2657 (((-112) $ $) NIL)) (-3487 (((-112) (-1 (-112) (-112)) $) NIL (|has| $ (-6 -4415)))) (-3360 (($ $ $) 36)) (-4199 (($ $ $) NIL)) (-1369 (($ $ $) 45)) (-1378 (($ $) 43)) (-1360 (($ $ $) 44)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 30)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 31)) (-4183 (($ $ $) NIL)) (-4142 (((-771) $) 13 (|has| $ (-6 -4415)))))
+(((-502 |#1|) (-13 (-123) (-10 -8 (-15 -1378 ($ $)) (-15 -1369 ($ $ $)) (-15 -1360 ($ $ $)))) (-566)) (T -502))
+((-1378 (*1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566)))) (-1369 (*1 *1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566)))) (-1360 (*1 *1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566)))))
+(-13 (-123) (-10 -8 (-15 -1378 ($ $)) (-15 -1369 ($ $ $)) (-15 -1360 ($ $ $))))
+((-2043 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1171 |#4|)) 35)) (-4105 (((-1171 |#4|) (-1 |#4| |#1|) |#2|) 31) ((|#2| (-1 |#1| |#4|) (-1171 |#4|)) 22)) (-3275 (((-3 (-689 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-689 (-1171 |#4|))) 49)) (-2399 (((-1171 (-1171 |#4|)) (-1 |#4| |#1|) |#3|) 58)))
+(((-503 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4105 (|#2| (-1 |#1| |#4|) (-1171 |#4|))) (-15 -4105 ((-1171 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -2043 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1171 |#4|))) (-15 -3275 ((-3 (-689 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-689 (-1171 |#4|)))) (-15 -2399 ((-1171 (-1171 |#4|)) (-1 |#4| |#1|) |#3|))) (-1049) (-1241 |#1|) (-1241 |#2|) (-1049)) (T -503))
+((-2399 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *6 (-1241 *5)) (-5 *2 (-1171 (-1171 *7))) (-5 *1 (-503 *5 *6 *4 *7)) (-4 *4 (-1241 *6)))) (-3275 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-689 (-1171 *8))) (-4 *5 (-1049)) (-4 *8 (-1049)) (-4 *6 (-1241 *5)) (-5 *2 (-689 *6)) (-5 *1 (-503 *5 *6 *7 *8)) (-4 *7 (-1241 *6)))) (-2043 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1171 *7)) (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *2 (-1241 *5)) (-5 *1 (-503 *5 *2 *6 *7)) (-4 *6 (-1241 *2)))) (-4105 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *4 (-1241 *5)) (-5 *2 (-1171 *7)) (-5 *1 (-503 *5 *4 *6 *7)) (-4 *6 (-1241 *4)))) (-4105 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1171 *7)) (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *2 (-1241 *5)) (-5 *1 (-503 *5 *2 *6 *7)) (-4 *6 (-1241 *2)))))
+(-10 -7 (-15 -4105 (|#2| (-1 |#1| |#4|) (-1171 |#4|))) (-15 -4105 ((-1171 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -2043 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1171 |#4|))) (-15 -3275 ((-3 (-689 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-689 (-1171 |#4|)))) (-15 -2399 ((-1171 (-1171 |#4|)) (-1 |#4| |#1|) |#3|)))
+((-4124 (((-112) $ $) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3508 (((-1270) $) 25)) (-3483 (((-1157) $ (-1175)) 30)) (-2601 (((-1270) $) 17)) (-1650 (((-862) $) 27) (($ (-1157)) 26)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 11)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 9)))
+(((-504) (-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 ((-1270) $)) (-15 -3508 ((-1270) $)) (-15 -1650 ($ (-1157)))))) (T -504))
+((-3483 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1157)) (-5 *1 (-504)))) (-2601 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-504)))) (-3508 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-504)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-504)))))
+(-13 (-850) (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 ((-1270) $)) (-15 -3508 ((-1270) $)) (-15 -1650 ($ (-1157)))))
+((-3157 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-1456 ((|#1| |#4|) 10)) (-1536 ((|#3| |#4|) 17)))
+(((-505 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1456 (|#1| |#4|)) (-15 -1536 (|#3| |#4|)) (-15 -3157 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-558) (-992 |#1|) (-375 |#1|) (-375 |#2|)) (T -505))
+((-3157 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-505 *4 *5 *6 *3)) (-4 *6 (-375 *4)) (-4 *3 (-375 *5)))) (-1536 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-4 *2 (-375 *4)) (-5 *1 (-505 *4 *5 *2 *3)) (-4 *3 (-375 *5)))) (-1456 (*1 *2 *3) (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-505 *2 *4 *5 *3)) (-4 *5 (-375 *2)) (-4 *3 (-375 *4)))))
+(-10 -7 (-15 -1456 (|#1| |#4|)) (-15 -1536 (|#3| |#4|)) (-15 -3157 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
+((-4124 (((-112) $ $) NIL)) (-4046 (((-112) $ (-644 |#3|)) 126) (((-112) $) 127)) (-4014 (((-112) $) 178)) (-1767 (($ $ |#4|) 117) (($ $ |#4| (-644 |#3|)) 121)) (-3405 (((-1164 (-644 (-952 |#1|)) (-644 (-295 (-952 |#1|)))) (-644 |#4|)) 171 (|has| |#3| (-614 (-1175))))) (-2075 (($ $ $) 105) (($ $ |#4|) 103)) (-1568 (((-112) $) 177)) (-2709 (($ $) 131)) (-3057 (((-1157) $) NIL)) (-1980 (($ $ $) 97) (($ (-644 $)) 99)) (-1695 (((-112) |#4| $) 129)) (-1365 (((-112) $ $) 82)) (-1857 (($ (-644 |#4|)) 104)) (-2029 (((-1119) $) NIL)) (-2119 (($ (-644 |#4|)) 175)) (-4383 (((-112) $) 176)) (-3704 (($ $) 85)) (-2277 (((-644 |#4|) $) 73)) (-1580 (((-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)) $ (-644 |#3|)) NIL)) (-4248 (((-112) |#4| $) 89)) (-2262 (((-566) $ (-644 |#3|)) 133) (((-566) $) 134)) (-1650 (((-862) $) 174) (($ (-644 |#4|)) 100)) (-2657 (((-112) $ $) NIL)) (-2267 (($ (-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $))) NIL)) (-2868 (((-112) $ $) 84)) (-2964 (($ $ $) 107)) (** (($ $ (-771)) 115)) (* (($ $ $) 113)))
+(((-506 |#1| |#2| |#3| |#4|) (-13 (-1099) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-771))) (-15 -2964 ($ $ $)) (-15 -1568 ((-112) $)) (-15 -4014 ((-112) $)) (-15 -4248 ((-112) |#4| $)) (-15 -1365 ((-112) $ $)) (-15 -1695 ((-112) |#4| $)) (-15 -4046 ((-112) $ (-644 |#3|))) (-15 -4046 ((-112) $)) (-15 -1980 ($ $ $)) (-15 -1980 ($ (-644 $))) (-15 -2075 ($ $ $)) (-15 -2075 ($ $ |#4|)) (-15 -3704 ($ $)) (-15 -1580 ((-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)) $ (-644 |#3|))) (-15 -2267 ($ (-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)))) (-15 -2262 ((-566) $ (-644 |#3|))) (-15 -2262 ((-566) $)) (-15 -2709 ($ $)) (-15 -1857 ($ (-644 |#4|))) (-15 -2119 ($ (-644 |#4|))) (-15 -4383 ((-112) $)) (-15 -2277 ((-644 |#4|) $)) (-15 -1650 ($ (-644 |#4|))) (-15 -1767 ($ $ |#4|)) (-15 -1767 ($ $ |#4| (-644 |#3|))) (IF (|has| |#3| (-614 (-1175))) (-15 -3405 ((-1164 (-644 (-952 |#1|)) (-644 (-295 (-952 |#1|)))) (-644 |#4|))) |%noBranch|))) (-365) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -506))
+((* (*1 *1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-2964 (*1 *1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-1568 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-4014 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-4248 (*1 *2 *3 *1) (-12 (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-1365 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-1695 (*1 *2 *3 *1) (-12 (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))) (-4046 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793)) (-5 *2 (-112)) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))) (-4046 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-1980 (*1 *1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-1980 (*1 *1 *2) (-12 (-5 *2 (-644 (-506 *3 *4 *5 *6))) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-2075 (*1 *1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-2075 (*1 *1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))) (-3704 (*1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-1580 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793)) (-5 *2 (-2 (|:| |mval| (-689 *4)) (|:| |invmval| (-689 *4)) (|:| |genIdeal| (-506 *4 *5 *6 *7)))) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))) (-2267 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-689 *3)) (|:| |invmval| (-689 *3)) (|:| |genIdeal| (-506 *3 *4 *5 *6)))) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-2262 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793)) (-5 *2 (-566)) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))) (-2262 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-566)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-2709 (*1 *1 *1) (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850)) (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-1857 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)))) (-2119 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)))) (-4383 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-2277 (*1 *2 *1) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *6)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)))) (-1767 (*1 *1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))) (-1767 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793)) (-5 *1 (-506 *4 *5 *6 *2)) (-4 *2 (-949 *4 *5 *6)))) (-3405 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *6 (-614 (-1175))) (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1164 (-644 (-952 *4)) (-644 (-295 (-952 *4))))) (-5 *1 (-506 *4 *5 *6 *7)))))
+(-13 (-1099) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-771))) (-15 -2964 ($ $ $)) (-15 -1568 ((-112) $)) (-15 -4014 ((-112) $)) (-15 -4248 ((-112) |#4| $)) (-15 -1365 ((-112) $ $)) (-15 -1695 ((-112) |#4| $)) (-15 -4046 ((-112) $ (-644 |#3|))) (-15 -4046 ((-112) $)) (-15 -1980 ($ $ $)) (-15 -1980 ($ (-644 $))) (-15 -2075 ($ $ $)) (-15 -2075 ($ $ |#4|)) (-15 -3704 ($ $)) (-15 -1580 ((-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)) $ (-644 |#3|))) (-15 -2267 ($ (-2 (|:| |mval| (-689 |#1|)) (|:| |invmval| (-689 |#1|)) (|:| |genIdeal| $)))) (-15 -2262 ((-566) $ (-644 |#3|))) (-15 -2262 ((-566) $)) (-15 -2709 ($ $)) (-15 -1857 ($ (-644 |#4|))) (-15 -2119 ($ (-644 |#4|))) (-15 -4383 ((-112) $)) (-15 -2277 ((-644 |#4|) $)) (-15 -1650 ($ (-644 |#4|))) (-15 -1767 ($ $ |#4|)) (-15 -1767 ($ $ |#4| (-644 |#3|))) (IF (|has| |#3| (-614 (-1175))) (-15 -3405 ((-1164 (-644 (-952 |#1|)) (-644 (-295 (-952 |#1|)))) (-644 |#4|))) |%noBranch|)))
+((-2777 (((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) 176)) (-2662 (((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) 177)) (-2551 (((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) 129)) (-2422 (((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) NIL)) (-3610 (((-644 (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) 179)) (-1468 (((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-644 (-864 |#1|))) 195)))
+(((-507 |#1| |#2|) (-10 -7 (-15 -2777 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2662 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2422 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2551 ((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -3610 ((-644 (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -1468 ((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-644 (-864 |#1|))))) (-644 (-1175)) (-771)) (T -507))
+((-1468 (*1 *2 *2 *3) (-12 (-5 *2 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))) (-5 *3 (-644 (-864 *4))) (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *1 (-507 *4 *5)))) (-3610 (*1 *2 *3) (-12 (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-644 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566)))))) (-5 *1 (-507 *4 *5)) (-5 *3 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))))) (-2551 (*1 *2 *2) (-12 (-5 *2 (-506 (-409 (-566)) (-240 *4 (-771)) (-864 *3) (-247 *3 (-409 (-566))))) (-14 *3 (-644 (-1175))) (-14 *4 (-771)) (-5 *1 (-507 *3 *4)))) (-2422 (*1 *2 *3) (-12 (-5 *3 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))) (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112)) (-5 *1 (-507 *4 *5)))) (-2662 (*1 *2 *3) (-12 (-5 *3 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))) (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112)) (-5 *1 (-507 *4 *5)))) (-2777 (*1 *2 *3) (-12 (-5 *3 (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4) (-247 *4 (-409 (-566))))) (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112)) (-5 *1 (-507 *4 *5)))))
+(-10 -7 (-15 -2777 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2662 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2422 ((-112) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -2551 ((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -3610 ((-644 (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566))))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))))) (-15 -1468 ((-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-506 (-409 (-566)) (-240 |#2| (-771)) (-864 |#1|) (-247 |#1| (-409 (-566)))) (-644 (-864 |#1|)))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4064 (($) 6)) (-1650 (((-862) $) 12) (((-1175) $) 10)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 8)))
+(((-508) (-13 (-1099) (-613 (-1175)) (-10 -8 (-15 -4064 ($))))) (T -508))
+((-4064 (*1 *1) (-5 *1 (-508))))
+(-13 (-1099) (-613 (-1175)) (-10 -8 (-15 -4064 ($))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-3959 (($ |#1| |#2|) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3633 ((|#2| $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 12 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) 11) (($ $ $) 35)) (-2964 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 21)))
(((-509 |#1| |#2|) (-13 (-21) (-511 |#1| |#2|)) (-21) (-850)) (T -509))
NIL
(-13 (-21) (-511 |#1| |#2|))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 13)) (-2463 (($) NIL T CONST)) (-2814 (($ $) 41)) (-1746 (($ |#1| |#2|) 38)) (-2319 (($ (-1 |#1| |#1|) $) 40)) (-2536 ((|#2| $) NIL)) (-2794 ((|#1| $) 42)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 10 T CONST)) (-2914 (((-112) $ $) NIL)) (-3002 (($ $ $) 26)) (* (($ (-921) $) NIL) (($ (-771) $) 36)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 13)) (-4145 (($) NIL T CONST)) (-4162 (($ $) 41)) (-3959 (($ |#1| |#2|) 38)) (-1895 (($ (-1 |#1| |#1|) $) 40)) (-3633 ((|#2| $) NIL)) (-4137 ((|#1| $) 42)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 10 T CONST)) (-2868 (((-112) $ $) NIL)) (-2964 (($ $ $) 26)) (* (($ (-921) $) NIL) (($ (-771) $) 36)))
(((-510 |#1| |#2|) (-13 (-23) (-511 |#1| |#2|)) (-23) (-850)) (T -510))
NIL
(-13 (-23) (-511 |#1| |#2|))
-((-2988 (((-112) $ $) 7)) (-2814 (($ $) 14)) (-1746 (($ |#1| |#2|) 17)) (-2319 (($ (-1 |#1| |#1|) $) 18)) (-2536 ((|#2| $) 15)) (-2794 ((|#1| $) 16)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-4124 (((-112) $ $) 7)) (-4162 (($ $) 14)) (-3959 (($ |#1| |#2|) 17)) (-1895 (($ (-1 |#1| |#1|) $) 18)) (-3633 ((|#2| $) 15)) (-4137 ((|#1| $) 16)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-511 |#1| |#2|) (-140) (-1099) (-850)) (T -511))
-((-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-511 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-850)))) (-1746 (*1 *1 *2 *3) (-12 (-4 *1 (-511 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-850)))) (-2794 (*1 *2 *1) (-12 (-4 *1 (-511 *2 *3)) (-4 *3 (-850)) (-4 *2 (-1099)))) (-2536 (*1 *2 *1) (-12 (-4 *1 (-511 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-850)))) (-2814 (*1 *1 *1) (-12 (-4 *1 (-511 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-850)))))
-(-13 (-1099) (-10 -8 (-15 -2319 ($ (-1 |t#1| |t#1|) $)) (-15 -1746 ($ |t#1| |t#2|)) (-15 -2794 (|t#1| $)) (-15 -2536 (|t#2| $)) (-15 -2814 ($ $))))
+((-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-511 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-850)))) (-3959 (*1 *1 *2 *3) (-12 (-4 *1 (-511 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-850)))) (-4137 (*1 *2 *1) (-12 (-4 *1 (-511 *2 *3)) (-4 *3 (-850)) (-4 *2 (-1099)))) (-3633 (*1 *2 *1) (-12 (-4 *1 (-511 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-850)))) (-4162 (*1 *1 *1) (-12 (-4 *1 (-511 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-850)))))
+(-13 (-1099) (-10 -8 (-15 -1895 ($ (-1 |t#1| |t#1|) $)) (-15 -3959 ($ |t#1| |t#2|)) (-15 -4137 (|t#1| $)) (-15 -3633 (|t#2| $)) (-15 -4162 ($ $))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-1746 (($ |#1| |#2|) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2536 ((|#2| $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 22)) (-3002 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-3959 (($ |#1| |#2|) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3633 ((|#2| $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 22)) (-2964 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL)))
(((-512 |#1| |#2|) (-13 (-792) (-511 |#1| |#2|)) (-792) (-850)) (T -512))
NIL
(-13 (-792) (-511 |#1| |#2|))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3920 (($ $ $) 23)) (-3967 (((-3 $ "failed") $ $) 19)) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-1746 (($ |#1| |#2|) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2536 ((|#2| $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)) (-3002 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1307 (($ $ $) 23)) (-3569 (((-3 $ "failed") $ $) 19)) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-3959 (($ |#1| |#2|) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3633 ((|#2| $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)) (-2964 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL)))
(((-513 |#1| |#2|) (-13 (-793) (-511 |#1| |#2|)) (-793) (-850)) (T -513))
NIL
(-13 (-793) (-511 |#1| |#2|))
-((-2988 (((-112) $ $) NIL)) (-2814 (($ $) 32)) (-1746 (($ |#1| |#2|) 28)) (-2319 (($ (-1 |#1| |#1|) $) 30)) (-2536 ((|#2| $) 34)) (-2794 ((|#1| $) 33)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 27)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 20)))
+((-4124 (((-112) $ $) NIL)) (-4162 (($ $) 32)) (-3959 (($ |#1| |#2|) 28)) (-1895 (($ (-1 |#1| |#1|) $) 30)) (-3633 ((|#2| $) 34)) (-4137 ((|#1| $) 33)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 27)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 20)))
(((-514 |#1| |#2|) (-511 |#1| |#2|) (-1099) (-850)) (T -514))
NIL
(-511 |#1| |#2|)
-((-2023 (($ $ (-644 |#2|) (-644 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
-(((-515 |#1| |#2| |#3|) (-10 -8 (-15 -2023 (|#1| |#1| |#2| |#3|)) (-15 -2023 (|#1| |#1| (-644 |#2|) (-644 |#3|)))) (-516 |#2| |#3|) (-1099) (-1214)) (T -515))
-NIL
-(-10 -8 (-15 -2023 (|#1| |#1| |#2| |#3|)) (-15 -2023 (|#1| |#1| (-644 |#2|) (-644 |#3|))))
-((-2023 (($ $ (-644 |#1|) (-644 |#2|)) 7) (($ $ |#1| |#2|) 6)))
-(((-516 |#1| |#2|) (-140) (-1099) (-1214)) (T -516))
-((-2023 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 *5)) (-4 *1 (-516 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1214)))) (-2023 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-516 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1214)))))
-(-13 (-10 -8 (-15 -2023 ($ $ |t#1| |t#2|)) (-15 -2023 ($ $ (-644 |t#1|) (-644 |t#2|)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 17)) (-4152 (((-644 (-2 (|:| |gen| |#1|) (|:| -3521 |#2|))) $) 19)) (-3967 (((-3 $ "failed") $ $) NIL)) (-3870 (((-771) $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-2121 ((|#1| $ (-566)) 24)) (-2052 ((|#2| $ (-566)) 22)) (-3499 (($ (-1 |#1| |#1|) $) 48)) (-1728 (($ (-1 |#2| |#2|) $) 45)) (-3380 (((-1157) $) NIL)) (-1614 (($ $ $) 55 (|has| |#2| (-792)))) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 44) (($ |#1|) NIL)) (-2271 ((|#2| |#1| $) 51)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 11 T CONST)) (-2914 (((-112) $ $) 30)) (-3002 (($ $ $) 28) (($ |#1| $) 26)) (* (($ (-921) $) NIL) (($ (-771) $) 37) (($ |#2| |#1|) 32)))
+((-1838 (($ $ (-644 |#2|) (-644 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
+(((-515 |#1| |#2| |#3|) (-10 -8 (-15 -1838 (|#1| |#1| |#2| |#3|)) (-15 -1838 (|#1| |#1| (-644 |#2|) (-644 |#3|)))) (-516 |#2| |#3|) (-1099) (-1215)) (T -515))
+NIL
+(-10 -8 (-15 -1838 (|#1| |#1| |#2| |#3|)) (-15 -1838 (|#1| |#1| (-644 |#2|) (-644 |#3|))))
+((-1838 (($ $ (-644 |#1|) (-644 |#2|)) 7) (($ $ |#1| |#2|) 6)))
+(((-516 |#1| |#2|) (-140) (-1099) (-1215)) (T -516))
+((-1838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 *5)) (-4 *1 (-516 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1215)))) (-1838 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-516 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1215)))))
+(-13 (-10 -8 (-15 -1838 ($ $ |t#1| |t#2|)) (-15 -1838 ($ $ (-644 |t#1|) (-644 |t#2|)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 17)) (-1639 (((-644 (-2 (|:| |gen| |#1|) (|:| -1983 |#2|))) $) 19)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3571 (((-771) $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-3866 ((|#1| $ (-566)) 24)) (-1317 ((|#2| $ (-566)) 22)) (-1748 (($ (-1 |#1| |#1|) $) 48)) (-2285 (($ (-1 |#2| |#2|) $) 45)) (-3057 (((-1157) $) NIL)) (-3695 (($ $ $) 55 (|has| |#2| (-792)))) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 44) (($ |#1|) NIL)) (-2841 ((|#2| |#1| $) 51)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 11 T CONST)) (-2868 (((-112) $ $) 30)) (-2964 (($ $ $) 28) (($ |#1| $) 26)) (* (($ (-921) $) NIL) (($ (-771) $) 37) (($ |#2| |#1|) 32)))
(((-517 |#1| |#2| |#3|) (-324 |#1| |#2|) (-1099) (-131) |#2|) (T -517))
NIL
(-324 |#1| |#2|)
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-2295 (((-112) (-112)) 32)) (-1456 ((|#1| $ (-566) |#1|) 42 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415)))) (-2995 (($ (-1 (-112) |#1|) $) 80)) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3322 (($ $) 84 (|has| |#1| (-1099)))) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3512 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) 67)) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1569 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-1805 (($ $ (-566)) 19)) (-4281 (((-771) $) 13)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1860 (($ (-771) |#1|) 31)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) 29 (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-3674 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) 58)) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) 59) (($ $ $) NIL (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) 28 (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3888 (($ $ $ (-566)) 76) (($ |#1| $ (-566)) 60)) (-1859 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3881 (($ (-644 |#1|)) 43)) (-3908 ((|#1| $) NIL (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) 24 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 63)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) 21)) (-1309 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) 56) (($ $ (-1231 (-566))) NIL)) (-1308 (($ $ (-1231 (-566))) 74) (($ $ (-566)) 68)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) 64 (|has| $ (-6 -4415)))) (-1480 (($ $) 54)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) NIL)) (-1690 (($ $ $) 65) (($ $ |#1|) 62)) (-4386 (($ $ |#1|) NIL) (($ |#1| $) 61) (($ $ $) NIL) (($ (-644 $)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3000 (((-771) $) 22 (|has| $ (-6 -4414)))))
-(((-518 |#1| |#2|) (-13 (-19 |#1|) (-283 |#1|) (-10 -8 (-15 -3881 ($ (-644 |#1|))) (-15 -4281 ((-771) $)) (-15 -1805 ($ $ (-566))) (-15 -2295 ((-112) (-112))))) (-1214) (-566)) (T -518))
-((-3881 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-518 *3 *4)) (-14 *4 (-566)))) (-4281 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1214)) (-14 *4 (-566)))) (-1805 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1214)) (-14 *4 *2))) (-2295 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1214)) (-14 *4 (-566)))))
-(-13 (-19 |#1|) (-283 |#1|) (-10 -8 (-15 -3881 ($ (-644 |#1|))) (-15 -4281 ((-771) $)) (-15 -1805 ($ $ (-566))) (-15 -2295 ((-112) (-112)))))
-((-2988 (((-112) $ $) NIL)) (-2911 (((-1134) $) 11)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-4205 (((-1134) $) 13)) (-1607 (((-1134) $) 9)) (-3152 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-519) (-13 (-1082) (-10 -8 (-15 -1607 ((-1134) $)) (-15 -2911 ((-1134) $)) (-15 -4205 ((-1134) $))))) (T -519))
-((-1607 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))) (-2911 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))) (-4205 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))))
-(-13 (-1082) (-10 -8 (-15 -1607 ((-1134) $)) (-15 -2911 ((-1134) $)) (-15 -4205 ((-1134) $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 (((-583 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-583 |#1|) (-370)))) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| (-583 |#1|) (-370)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL (|has| (-583 |#1|) (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-583 |#1|) "failed") $) NIL)) (-4158 (((-583 |#1|) $) NIL)) (-1563 (($ (-1264 (-583 |#1|))) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-583 |#1|) (-370)))) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-583 |#1|) (-370)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) NIL (|has| (-583 |#1|) (-370)))) (-2466 (((-112) $) NIL (|has| (-583 |#1|) (-370)))) (-1574 (($ $ (-771)) NIL (-2768 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370)))) (($ $) NIL (-2768 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370))))) (-1615 (((-112) $) NIL)) (-2679 (((-921) $) NIL (|has| (-583 |#1|) (-370))) (((-833 (-921)) $) NIL (-2768 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370))))) (-2389 (((-112) $) NIL)) (-2437 (($) NIL (|has| (-583 |#1|) (-370)))) (-2953 (((-112) $) NIL (|has| (-583 |#1|) (-370)))) (-2064 (((-583 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-583 |#1|) (-370)))) (-2621 (((-3 $ "failed") $) NIL (|has| (-583 |#1|) (-370)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 (-583 |#1|)) $) NIL) (((-1171 $) $ (-921)) NIL (|has| (-583 |#1|) (-370)))) (-1866 (((-921) $) NIL (|has| (-583 |#1|) (-370)))) (-2099 (((-1171 (-583 |#1|)) $) NIL (|has| (-583 |#1|) (-370)))) (-3624 (((-1171 (-583 |#1|)) $) NIL (|has| (-583 |#1|) (-370))) (((-3 (-1171 (-583 |#1|)) "failed") $ $) NIL (|has| (-583 |#1|) (-370)))) (-3844 (($ $ (-1171 (-583 |#1|))) NIL (|has| (-583 |#1|) (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-583 |#1|) (-370)) CONST)) (-2835 (($ (-921)) NIL (|has| (-583 |#1|) (-370)))) (-3653 (((-112) $) NIL)) (-4072 (((-1119) $) NIL)) (-3302 (($) NIL (|has| (-583 |#1|) (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| (-583 |#1|) (-370)))) (-1624 (((-420 $) $) NIL)) (-1686 (((-833 (-921))) NIL) (((-921)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-771) $) NIL (|has| (-583 |#1|) (-370))) (((-3 (-771) "failed") $ $) NIL (-2768 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370))))) (-3126 (((-134)) NIL)) (-3629 (($ $) NIL (|has| (-583 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-583 |#1|) (-370)))) (-3902 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1705 (((-1171 (-583 |#1|))) NIL)) (-4122 (($) NIL (|has| (-583 |#1|) (-370)))) (-2110 (($) NIL (|has| (-583 |#1|) (-370)))) (-3350 (((-1264 (-583 |#1|)) $) NIL) (((-689 (-583 |#1|)) (-1264 $)) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| (-583 |#1|) (-370)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-583 |#1|)) NIL)) (-2633 (($ $) NIL (|has| (-583 |#1|) (-370))) (((-3 $ "failed") $) NIL (-2768 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370))))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL) (((-1264 $) (-921)) NIL)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2198 (($ $) NIL (|has| (-583 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-583 |#1|) (-370)))) (-3497 (($ $) NIL (|has| (-583 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-583 |#1|) (-370)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL) (($ $ (-583 |#1|)) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-583 |#1|)) NIL) (($ (-583 |#1|) $) NIL)))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-3087 (((-112) (-112)) 32)) (-1777 ((|#1| $ (-566) |#1|) 42 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416)))) (-3503 (($ (-1 (-112) |#1|) $) 80)) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3723 (($ $) 84 (|has| |#1| (-1099)))) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1867 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) 67)) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1308 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-3760 (($ $ (-566)) 19)) (-3598 (((-771) $) 13)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1566 (($ (-771) |#1|) 31)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) 29 (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-2762 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) 58)) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) 59) (($ $ $) NIL (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) 28 (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4165 (($ $ $ (-566)) 76) (($ |#1| $ (-566)) 60)) (-3438 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-4089 (($ (-644 |#1|)) 43)) (-3604 ((|#1| $) NIL (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) 24 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 63)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) 21)) (-3483 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) 56) (($ $ (-1232 (-566))) NIL)) (-2537 (($ $ (-1232 (-566))) 74) (($ $ (-566)) 68)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) 64 (|has| $ (-6 -4416)))) (-1800 (($ $) 54)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) NIL)) (-1940 (($ $ $) 65) (($ $ |#1|) 62)) (-2829 (($ $ |#1|) NIL) (($ |#1| $) 61) (($ $ $) NIL) (($ (-644 $)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-4142 (((-771) $) 22 (|has| $ (-6 -4415)))))
+(((-518 |#1| |#2|) (-13 (-19 |#1|) (-283 |#1|) (-10 -8 (-15 -4089 ($ (-644 |#1|))) (-15 -3598 ((-771) $)) (-15 -3760 ($ $ (-566))) (-15 -3087 ((-112) (-112))))) (-1215) (-566)) (T -518))
+((-4089 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-518 *3 *4)) (-14 *4 (-566)))) (-3598 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1215)) (-14 *4 (-566)))) (-3760 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1215)) (-14 *4 *2))) (-3087 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1215)) (-14 *4 (-566)))))
+(-13 (-19 |#1|) (-283 |#1|) (-10 -8 (-15 -4089 ($ (-644 |#1|))) (-15 -3598 ((-771) $)) (-15 -3760 ($ $ (-566))) (-15 -3087 ((-112) (-112)))))
+((-4124 (((-112) $ $) NIL)) (-2831 (((-1134) $) 11)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4059 (((-1134) $) 13)) (-3154 (((-1134) $) 9)) (-1650 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-519) (-13 (-1082) (-10 -8 (-15 -3154 ((-1134) $)) (-15 -2831 ((-1134) $)) (-15 -4059 ((-1134) $))))) (T -519))
+((-3154 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))) (-2831 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))) (-4059 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))))
+(-13 (-1082) (-10 -8 (-15 -3154 ((-1134) $)) (-15 -2831 ((-1134) $)) (-15 -4059 ((-1134) $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 (((-583 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-583 |#1|) (-370)))) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| (-583 |#1|) (-370)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL (|has| (-583 |#1|) (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-583 |#1|) "failed") $) NIL)) (-3213 (((-583 |#1|) $) NIL)) (-3189 (($ (-1265 (-583 |#1|))) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-583 |#1|) (-370)))) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-583 |#1|) (-370)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) NIL (|has| (-583 |#1|) (-370)))) (-4179 (((-112) $) NIL (|has| (-583 |#1|) (-370)))) (-3271 (($ $ (-771)) NIL (-2700 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370)))) (($ $) NIL (-2700 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370))))) (-2422 (((-112) $) NIL)) (-2464 (((-921) $) NIL (|has| (-583 |#1|) (-370))) (((-833 (-921)) $) NIL (-2700 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370))))) (-1568 (((-112) $) NIL)) (-3892 (($) NIL (|has| (-583 |#1|) (-370)))) (-3124 (((-112) $) NIL (|has| (-583 |#1|) (-370)))) (-1435 (((-583 |#1|) $) NIL) (($ $ (-921)) NIL (|has| (-583 |#1|) (-370)))) (-1982 (((-3 $ "failed") $) NIL (|has| (-583 |#1|) (-370)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 (-583 |#1|)) $) NIL) (((-1171 $) $ (-921)) NIL (|has| (-583 |#1|) (-370)))) (-4350 (((-921) $) NIL (|has| (-583 |#1|) (-370)))) (-1742 (((-1171 (-583 |#1|)) $) NIL (|has| (-583 |#1|) (-370)))) (-3597 (((-1171 (-583 |#1|)) $) NIL (|has| (-583 |#1|) (-370))) (((-3 (-1171 (-583 |#1|)) "failed") $ $) NIL (|has| (-583 |#1|) (-370)))) (-1844 (($ $ (-1171 (-583 |#1|))) NIL (|has| (-583 |#1|) (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-583 |#1|) (-370)) CONST)) (-1351 (($ (-921)) NIL (|has| (-583 |#1|) (-370)))) (-2548 (((-112) $) NIL)) (-2029 (((-1119) $) NIL)) (-2529 (($) NIL (|has| (-583 |#1|) (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| (-583 |#1|) (-370)))) (-3846 (((-420 $) $) NIL)) (-1902 (((-833 (-921))) NIL) (((-921)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-771) $) NIL (|has| (-583 |#1|) (-370))) (((-3 (-771) "failed") $ $) NIL (-2700 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370))))) (-2262 (((-134)) NIL)) (-2324 (($ $) NIL (|has| (-583 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-583 |#1|) (-370)))) (-4297 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2068 (((-1171 (-583 |#1|))) NIL)) (-2484 (($) NIL (|has| (-583 |#1|) (-370)))) (-1842 (($) NIL (|has| (-583 |#1|) (-370)))) (-2702 (((-1265 (-583 |#1|)) $) NIL) (((-689 (-583 |#1|)) (-1265 $)) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| (-583 |#1|) (-370)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-583 |#1|)) NIL)) (-2097 (($ $) NIL (|has| (-583 |#1|) (-370))) (((-3 $ "failed") $) NIL (-2700 (|has| (-583 |#1|) (-145)) (|has| (-583 |#1|) (-370))))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL) (((-1265 $) (-921)) NIL)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3365 (($ $) NIL (|has| (-583 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-583 |#1|) (-370)))) (-3218 (($ $) NIL (|has| (-583 |#1|) (-370))) (($ $ (-771)) NIL (|has| (-583 |#1|) (-370)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL) (($ $ (-583 |#1|)) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-583 |#1|)) NIL) (($ (-583 |#1|) $) NIL)))
(((-520 |#1| |#2|) (-330 (-583 |#1|)) (-921) (-921)) (T -520))
NIL
(-330 (-583 |#1|))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-566) (-566) |#1|) 51)) (-1499 (($ $ (-566) |#4|) NIL)) (-2837 (($ $ (-566) |#5|) NIL)) (-2463 (($) NIL T CONST)) (-1721 ((|#4| $ (-566)) NIL)) (-3897 ((|#1| $ (-566) (-566) |#1|) 50)) (-3829 ((|#1| $ (-566) (-566)) 45)) (-1683 (((-644 |#1|) $) NIL)) (-3811 (((-771) $) 33)) (-1860 (($ (-771) (-771) |#1|) 30)) (-3824 (((-771) $) 38)) (-3456 (((-112) $ (-771)) NIL)) (-2531 (((-566) $) 31)) (-3688 (((-566) $) 32)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2422 (((-566) $) 37)) (-3632 (((-566) $) 39)) (-3885 (($ (-1 |#1| |#1|) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) 55 (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3787 (($ $ |#1|) NIL)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 14)) (-3493 (($) 16)) (-1309 ((|#1| $ (-566) (-566)) 48) ((|#1| $ (-566) (-566) |#1|) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-2986 ((|#5| $ (-566)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-521 |#1| |#2| |#3| |#4| |#5|) (-57 |#1| |#4| |#5|) (-1214) (-566) (-566) (-375 |#1|) (-375 |#1|)) (T -521))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-566) (-566) |#1|) 51)) (-3824 (($ $ (-566) |#4|) NIL)) (-3417 (($ $ (-566) |#5|) NIL)) (-4145 (($) NIL T CONST)) (-2220 ((|#4| $ (-566)) NIL)) (-2417 ((|#1| $ (-566) (-566) |#1|) 50)) (-2359 ((|#1| $ (-566) (-566)) 45)) (-3953 (((-644 |#1|) $) NIL)) (-1736 (((-771) $) 33)) (-1566 (($ (-771) (-771) |#1|) 30)) (-1746 (((-771) $) 38)) (-1392 (((-112) $ (-771)) NIL)) (-3574 (((-566) $) 31)) (-2899 (((-566) $) 32)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1840 (((-566) $) 37)) (-3657 (((-566) $) 39)) (-2409 (($ (-1 |#1| |#1|) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) 55 (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1417 (($ $ |#1|) NIL)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 14)) (-1710 (($) 16)) (-3483 ((|#1| $ (-566) (-566)) 48) ((|#1| $ (-566) (-566) |#1|) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-3408 ((|#5| $ (-566)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-521 |#1| |#2| |#3| |#4| |#5|) (-57 |#1| |#4| |#5|) (-1215) (-566) (-566) (-375 |#1|) (-375 |#1|)) (T -521))
NIL
(-57 |#1| |#4| |#5|)
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) NIL)) (-3541 ((|#1| $) NIL)) (-3214 (($ $) NIL)) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-4258 (($ $ (-566)) 73 (|has| $ (-6 -4415)))) (-3054 (((-112) $) NIL (|has| |#1| (-850))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-3628 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850)))) (($ (-1 (-112) |#1| |#1|) $) 68 (|has| $ (-6 -4415)))) (-2671 (($ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-2191 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1813 (($ $ $) 23 (|has| $ (-6 -4415)))) (-1948 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1381 ((|#1| $ |#1|) 21 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4415))) (($ $ "rest" $) 24 (|has| $ (-6 -4415))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-2995 (($ (-1 (-112) |#1|) $) NIL)) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-3531 ((|#1| $) NIL)) (-2463 (($) NIL T CONST)) (-3166 (($ $) 28 (|has| $ (-6 -4415)))) (-3683 (($ $) 29)) (-3919 (($ $) 18) (($ $ (-771)) 35)) (-3322 (($ $) 66 (|has| |#1| (-1099)))) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3512 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) NIL)) (-2622 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1781 (((-112) $) NIL)) (-1569 (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099))) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) (-1 (-112) |#1|) $) NIL)) (-1683 (((-644 |#1|) $) 27 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1860 (($ (-771) |#1|) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) 31 (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-3674 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) 69)) (-2696 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 64 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3770 (($ |#1|) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1458 (((-644 |#1|) $) NIL)) (-3860 (((-112) $) NIL)) (-3380 (((-1157) $) 62 (|has| |#1| (-1099)))) (-2641 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-3888 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-1859 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3908 ((|#1| $) 13) (($ $ (-771)) NIL)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-3254 (((-112) $) NIL)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 12)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) 17)) (-3493 (($) 16)) (-1309 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1231 (-566))) NIL) ((|#1| $ (-566)) NIL) ((|#1| $ (-566) |#1|) NIL)) (-1696 (((-566) $ $) NIL)) (-1308 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-2166 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-3786 (((-112) $) 39)) (-4018 (($ $) NIL)) (-3810 (($ $) NIL (|has| $ (-6 -4415)))) (-2916 (((-771) $) NIL)) (-1922 (($ $) 44)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) 40)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 26)) (-1690 (($ $ $) 65) (($ $ |#1|) NIL)) (-4386 (($ $ $) NIL) (($ |#1| $) 10) (($ (-644 $)) NIL) (($ $ |#1|) NIL)) (-3152 (((-862) $) 54 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) 58 (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3000 (((-771) $) 9 (|has| $ (-6 -4414)))))
-(((-522 |#1| |#2|) (-666 |#1|) (-1214) (-566)) (T -522))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) NIL)) (-3908 ((|#1| $) NIL)) (-2276 (($ $) NIL)) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-3337 (($ $ (-566)) 73 (|has| $ (-6 -4416)))) (-2771 (((-112) $) NIL (|has| |#1| (-850))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-3632 (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850)))) (($ (-1 (-112) |#1| |#1|) $) 68 (|has| $ (-6 -4416)))) (-3292 (($ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-3283 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-3840 (($ $ $) 23 (|has| $ (-6 -4416)))) (-2694 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-1335 ((|#1| $ |#1|) 21 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4416))) (($ $ "rest" $) 24 (|has| $ (-6 -4416))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-3503 (($ (-1 (-112) |#1|) $) NIL)) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-3896 ((|#1| $) NIL)) (-4145 (($) NIL T CONST)) (-1501 (($ $) 28 (|has| $ (-6 -4416)))) (-1721 (($ $) 29)) (-3616 (($ $) 18) (($ $ (-771)) 35)) (-3723 (($ $) 66 (|has| |#1| (-1099)))) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1867 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) NIL)) (-1837 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1605 (((-112) $) NIL)) (-1308 (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099))) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) (-1 (-112) |#1|) $) NIL)) (-3953 (((-644 |#1|) $) 27 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1566 (($ (-771) |#1|) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) 31 (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-2762 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) 69)) (-1485 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 64 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3479 (($ |#1|) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3343 (((-644 |#1|) $) NIL)) (-3900 (((-112) $) NIL)) (-3057 (((-1157) $) 62 (|has| |#1| (-1099)))) (-1855 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-4165 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-3438 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3604 ((|#1| $) 13) (($ $ (-771)) NIL)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-4284 (((-112) $) NIL)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 12)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) 17)) (-1710 (($) 16)) (-3483 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1232 (-566))) NIL) ((|#1| $ (-566)) NIL) ((|#1| $ (-566) |#1|) NIL)) (-1985 (((-566) $ $) NIL)) (-2537 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-1405 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-1409 (((-112) $) 39)) (-2783 (($ $) NIL)) (-1603 (($ $) NIL (|has| $ (-6 -4416)))) (-2883 (((-771) $) NIL)) (-3715 (($ $) 44)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) 40)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 26)) (-1940 (($ $ $) 65) (($ $ |#1|) NIL)) (-2829 (($ $ $) NIL) (($ |#1| $) 10) (($ (-644 $)) NIL) (($ $ |#1|) NIL)) (-1650 (((-862) $) 54 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) 58 (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-4142 (((-771) $) 9 (|has| $ (-6 -4415)))))
+(((-522 |#1| |#2|) (-666 |#1|) (-1215) (-566)) (T -522))
NIL
(-666 |#1|)
-((-1521 ((|#4| |#4|) 37)) (-2755 (((-771) |#4|) 45)) (-1908 (((-771) |#4|) 46)) (-2950 (((-644 |#3|) |#4|) 56 (|has| |#3| (-6 -4415)))) (-1542 (((-3 |#4| "failed") |#4|) 70)) (-4084 ((|#4| |#4|) 62)) (-3943 ((|#1| |#4|) 61)))
-(((-523 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1521 (|#4| |#4|)) (-15 -2755 ((-771) |#4|)) (-15 -1908 ((-771) |#4|)) (IF (|has| |#3| (-6 -4415)) (-15 -2950 ((-644 |#3|) |#4|)) |%noBranch|) (-15 -3943 (|#1| |#4|)) (-15 -4084 (|#4| |#4|)) (-15 -1542 ((-3 |#4| "failed") |#4|))) (-365) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|)) (T -523))
-((-1542 (*1 *2 *2) (|partial| -12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-4084 (*1 *2 *2) (-12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-3943 (*1 *2 *3) (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-365)) (-5 *1 (-523 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5)))) (-2950 (*1 *2 *3) (-12 (|has| *6 (-6 -4415)) (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-644 *6)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-1908 (*1 *2 *3) (-12 (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-2755 (*1 *2 *3) (-12 (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-1521 (*1 *2 *2) (-12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
-(-10 -7 (-15 -1521 (|#4| |#4|)) (-15 -2755 ((-771) |#4|)) (-15 -1908 ((-771) |#4|)) (IF (|has| |#3| (-6 -4415)) (-15 -2950 ((-644 |#3|) |#4|)) |%noBranch|) (-15 -3943 (|#1| |#4|)) (-15 -4084 (|#4| |#4|)) (-15 -1542 ((-3 |#4| "failed") |#4|)))
-((-1521 ((|#8| |#4|) 20)) (-2950 (((-644 |#3|) |#4|) 29 (|has| |#7| (-6 -4415)))) (-1542 (((-3 |#8| "failed") |#4|) 23)))
-(((-524 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1521 (|#8| |#4|)) (-15 -1542 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4415)) (-15 -2950 ((-644 |#3|) |#4|)) |%noBranch|)) (-558) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|) (-992 |#1|) (-375 |#5|) (-375 |#5|) (-687 |#5| |#6| |#7|)) (T -524))
-((-2950 (*1 *2 *3) (-12 (|has| *9 (-6 -4415)) (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-4 *7 (-992 *4)) (-4 *8 (-375 *7)) (-4 *9 (-375 *7)) (-5 *2 (-644 *6)) (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-687 *4 *5 *6)) (-4 *10 (-687 *7 *8 *9)))) (-1542 (*1 *2 *3) (|partial| -12 (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-4 *7 (-992 *4)) (-4 *2 (-687 *7 *8 *9)) (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-687 *4 *5 *6)) (-4 *8 (-375 *7)) (-4 *9 (-375 *7)))) (-1521 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-4 *7 (-992 *4)) (-4 *2 (-687 *7 *8 *9)) (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-687 *4 *5 *6)) (-4 *8 (-375 *7)) (-4 *9 (-375 *7)))))
-(-10 -7 (-15 -1521 (|#8| |#4|)) (-15 -1542 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4415)) (-15 -2950 ((-644 |#3|) |#4|)) |%noBranch|))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2819 (($ (-771) (-771)) NIL)) (-4383 (($ $ $) NIL)) (-4160 (($ (-602 |#1| |#3|)) NIL) (($ $) NIL)) (-1791 (((-112) $) NIL)) (-2485 (($ $ (-566) (-566)) 21)) (-2106 (($ $ (-566) (-566)) NIL)) (-2897 (($ $ (-566) (-566) (-566) (-566)) NIL)) (-2754 (($ $) NIL)) (-3768 (((-112) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-1418 (($ $ (-566) (-566) $) NIL)) (-1456 ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566)) $) NIL)) (-1499 (($ $ (-566) (-602 |#1| |#3|)) NIL)) (-2837 (($ $ (-566) (-602 |#1| |#2|)) NIL)) (-3520 (($ (-771) |#1|) NIL)) (-2463 (($) NIL T CONST)) (-1521 (($ $) 30 (|has| |#1| (-308)))) (-1721 (((-602 |#1| |#3|) $ (-566)) NIL)) (-2755 (((-771) $) 33 (|has| |#1| (-558)))) (-3897 ((|#1| $ (-566) (-566) |#1|) NIL)) (-3829 ((|#1| $ (-566) (-566)) NIL)) (-1683 (((-644 |#1|) $) NIL)) (-1908 (((-771) $) 35 (|has| |#1| (-558)))) (-2950 (((-644 (-602 |#1| |#2|)) $) 38 (|has| |#1| (-558)))) (-3811 (((-771) $) NIL)) (-1860 (($ (-771) (-771) |#1|) NIL)) (-3824 (((-771) $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-1444 ((|#1| $) 28 (|has| |#1| (-6 (-4416 "*"))))) (-2531 (((-566) $) 10)) (-3688 (((-566) $) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2422 (((-566) $) 13)) (-3632 (((-566) $) NIL)) (-4184 (($ (-644 (-644 |#1|))) NIL)) (-3885 (($ (-1 |#1| |#1|) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1723 (((-644 (-644 |#1|)) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1542 (((-3 $ "failed") $) 42 (|has| |#1| (-365)))) (-1798 (($ $ $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3787 (($ $ |#1|) NIL)) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566))) NIL)) (-2253 (($ (-644 |#1|)) NIL) (($ (-644 $)) NIL)) (-1370 (((-112) $) NIL)) (-3943 ((|#1| $) 26 (|has| |#1| (-6 (-4416 "*"))))) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-2986 (((-602 |#1| |#2|) $ (-566)) NIL)) (-3152 (($ (-602 |#1| |#2|)) NIL) (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-1950 (((-112) $) NIL)) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $ $) NIL) (($ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-566) $) NIL) (((-602 |#1| |#2|) $ (-602 |#1| |#2|)) NIL) (((-602 |#1| |#3|) (-602 |#1| |#3|) $) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
+((-4035 ((|#4| |#4|) 37)) (-3486 (((-771) |#4|) 45)) (-3548 (((-771) |#4|) 46)) (-3192 (((-644 |#3|) |#4|) 56 (|has| |#3| (-6 -4416)))) (-4252 (((-3 |#4| "failed") |#4|) 70)) (-2159 ((|#4| |#4|) 62)) (-3344 ((|#1| |#4|) 61)))
+(((-523 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4035 (|#4| |#4|)) (-15 -3486 ((-771) |#4|)) (-15 -3548 ((-771) |#4|)) (IF (|has| |#3| (-6 -4416)) (-15 -3192 ((-644 |#3|) |#4|)) |%noBranch|) (-15 -3344 (|#1| |#4|)) (-15 -2159 (|#4| |#4|)) (-15 -4252 ((-3 |#4| "failed") |#4|))) (-365) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|)) (T -523))
+((-4252 (*1 *2 *2) (|partial| -12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-2159 (*1 *2 *2) (-12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-3344 (*1 *2 *3) (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-365)) (-5 *1 (-523 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5)))) (-3192 (*1 *2 *3) (-12 (|has| *6 (-6 -4416)) (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-644 *6)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-3548 (*1 *2 *3) (-12 (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-3486 (*1 *2 *3) (-12 (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-4035 (*1 *2 *2) (-12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
+(-10 -7 (-15 -4035 (|#4| |#4|)) (-15 -3486 ((-771) |#4|)) (-15 -3548 ((-771) |#4|)) (IF (|has| |#3| (-6 -4416)) (-15 -3192 ((-644 |#3|) |#4|)) |%noBranch|) (-15 -3344 (|#1| |#4|)) (-15 -2159 (|#4| |#4|)) (-15 -4252 ((-3 |#4| "failed") |#4|)))
+((-4035 ((|#8| |#4|) 20)) (-3192 (((-644 |#3|) |#4|) 29 (|has| |#7| (-6 -4416)))) (-4252 (((-3 |#8| "failed") |#4|) 23)))
+(((-524 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -4035 (|#8| |#4|)) (-15 -4252 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4416)) (-15 -3192 ((-644 |#3|) |#4|)) |%noBranch|)) (-558) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|) (-992 |#1|) (-375 |#5|) (-375 |#5|) (-687 |#5| |#6| |#7|)) (T -524))
+((-3192 (*1 *2 *3) (-12 (|has| *9 (-6 -4416)) (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-4 *7 (-992 *4)) (-4 *8 (-375 *7)) (-4 *9 (-375 *7)) (-5 *2 (-644 *6)) (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-687 *4 *5 *6)) (-4 *10 (-687 *7 *8 *9)))) (-4252 (*1 *2 *3) (|partial| -12 (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-4 *7 (-992 *4)) (-4 *2 (-687 *7 *8 *9)) (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-687 *4 *5 *6)) (-4 *8 (-375 *7)) (-4 *9 (-375 *7)))) (-4035 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-4 *7 (-992 *4)) (-4 *2 (-687 *7 *8 *9)) (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-687 *4 *5 *6)) (-4 *8 (-375 *7)) (-4 *9 (-375 *7)))))
+(-10 -7 (-15 -4035 (|#8| |#4|)) (-15 -4252 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4416)) (-15 -3192 ((-644 |#3|) |#4|)) |%noBranch|))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1342 (($ (-771) (-771)) NIL)) (-2087 (($ $ $) NIL)) (-1702 (($ (-602 |#1| |#3|)) NIL) (($ $) NIL)) (-1699 (((-112) $) NIL)) (-4362 (($ $ (-566) (-566)) 21)) (-1802 (($ $ (-566) (-566)) NIL)) (-2678 (($ $ (-566) (-566) (-566) (-566)) NIL)) (-3930 (($ $) NIL)) (-2421 (((-112) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-2223 (($ $ (-566) (-566) $) NIL)) (-1777 ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566)) $) NIL)) (-3824 (($ $ (-566) (-602 |#1| |#3|)) NIL)) (-3417 (($ $ (-566) (-602 |#1| |#2|)) NIL)) (-3872 (($ (-771) |#1|) NIL)) (-4145 (($) NIL T CONST)) (-4035 (($ $) 30 (|has| |#1| (-308)))) (-2220 (((-602 |#1| |#3|) $ (-566)) NIL)) (-3486 (((-771) $) 33 (|has| |#1| (-558)))) (-2417 ((|#1| $ (-566) (-566) |#1|) NIL)) (-2359 ((|#1| $ (-566) (-566)) NIL)) (-3953 (((-644 |#1|) $) NIL)) (-3548 (((-771) $) 35 (|has| |#1| (-558)))) (-3192 (((-644 (-602 |#1| |#2|)) $) 38 (|has| |#1| (-558)))) (-1736 (((-771) $) NIL)) (-1566 (($ (-771) (-771) |#1|) NIL)) (-1746 (((-771) $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-1433 ((|#1| $) 28 (|has| |#1| (-6 (-4417 "*"))))) (-3574 (((-566) $) 10)) (-2899 (((-566) $) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1840 (((-566) $) 13)) (-3657 (((-566) $) NIL)) (-2540 (($ (-644 (-644 |#1|))) NIL)) (-2409 (($ (-1 |#1| |#1|) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2240 (((-644 (-644 |#1|)) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4252 (((-3 $ "failed") $) 42 (|has| |#1| (-365)))) (-1765 (($ $ $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1417 (($ $ |#1|) NIL)) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566))) NIL)) (-2627 (($ (-644 |#1|)) NIL) (($ (-644 $)) NIL)) (-3615 (((-112) $) NIL)) (-3344 ((|#1| $) 26 (|has| |#1| (-6 (-4417 "*"))))) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-3408 (((-602 |#1| |#2|) $ (-566)) NIL)) (-1650 (($ (-602 |#1| |#2|)) NIL) (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2721 (((-112) $) NIL)) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $ $) NIL) (($ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-566) $) NIL) (((-602 |#1| |#2|) $ (-602 |#1| |#2|)) NIL) (((-602 |#1| |#3|) (-602 |#1| |#3|) $) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
(((-525 |#1| |#2| |#3|) (-687 |#1| (-602 |#1| |#3|) (-602 |#1| |#2|)) (-1049) (-566) (-566)) (T -525))
NIL
(-687 |#1| (-602 |#1| |#3|) (-602 |#1| |#2|))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-2074 (((-644 (-1213)) $) 13)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL) (($ (-644 (-1213))) 11)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-526) (-13 (-1082) (-10 -8 (-15 -3152 ($ (-644 (-1213)))) (-15 -2074 ((-644 (-1213)) $))))) (T -526))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-526)))) (-2074 (*1 *2 *1) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-526)))))
-(-13 (-1082) (-10 -8 (-15 -3152 ($ (-644 (-1213)))) (-15 -2074 ((-644 (-1213)) $))))
-((-2988 (((-112) $ $) NIL)) (-4343 (((-1134) $) 14)) (-3380 (((-1157) $) NIL)) (-1962 (((-508) $) 11)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 21) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-527) (-13 (-1082) (-10 -8 (-15 -1962 ((-508) $)) (-15 -4343 ((-1134) $))))) (T -527))
-((-1962 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-527)))) (-4343 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-527)))))
-(-13 (-1082) (-10 -8 (-15 -1962 ((-508) $)) (-15 -4343 ((-1134) $))))
-((-1753 (((-691 (-1222)) $) 15)) (-2438 (((-691 (-1220)) $) 39)) (-3300 (((-691 (-1219)) $) 30)) (-1844 (((-691 (-551)) $) 12)) (-1426 (((-691 (-549)) $) 43)) (-4154 (((-691 (-548)) $) 34)) (-1982 (((-771) $ (-128)) 55)))
-(((-528 |#1|) (-10 -8 (-15 -1982 ((-771) |#1| (-128))) (-15 -2438 ((-691 (-1220)) |#1|)) (-15 -1426 ((-691 (-549)) |#1|)) (-15 -3300 ((-691 (-1219)) |#1|)) (-15 -4154 ((-691 (-548)) |#1|)) (-15 -1753 ((-691 (-1222)) |#1|)) (-15 -1844 ((-691 (-551)) |#1|))) (-529)) (T -528))
-NIL
-(-10 -8 (-15 -1982 ((-771) |#1| (-128))) (-15 -2438 ((-691 (-1220)) |#1|)) (-15 -1426 ((-691 (-549)) |#1|)) (-15 -3300 ((-691 (-1219)) |#1|)) (-15 -4154 ((-691 (-548)) |#1|)) (-15 -1753 ((-691 (-1222)) |#1|)) (-15 -1844 ((-691 (-551)) |#1|)))
-((-1753 (((-691 (-1222)) $) 12)) (-2438 (((-691 (-1220)) $) 8)) (-3300 (((-691 (-1219)) $) 10)) (-1844 (((-691 (-551)) $) 13)) (-1426 (((-691 (-549)) $) 9)) (-4154 (((-691 (-548)) $) 11)) (-1982 (((-771) $ (-128)) 7)) (-1938 (((-691 (-129)) $) 14)) (-2405 (($ $) 6)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-1517 (((-644 (-1214)) $) 13)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL) (($ (-644 (-1214))) 11)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-526) (-13 (-1082) (-10 -8 (-15 -1650 ($ (-644 (-1214)))) (-15 -1517 ((-644 (-1214)) $))))) (T -526))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-526)))) (-1517 (*1 *2 *1) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-526)))))
+(-13 (-1082) (-10 -8 (-15 -1650 ($ (-644 (-1214)))) (-15 -1517 ((-644 (-1214)) $))))
+((-4124 (((-112) $ $) NIL)) (-2960 (((-1134) $) 14)) (-3057 (((-1157) $) NIL)) (-2859 (((-508) $) 11)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 21) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-527) (-13 (-1082) (-10 -8 (-15 -2859 ((-508) $)) (-15 -2960 ((-1134) $))))) (T -527))
+((-2859 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-527)))) (-2960 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-527)))))
+(-13 (-1082) (-10 -8 (-15 -2859 ((-508) $)) (-15 -2960 ((-1134) $))))
+((-1390 (((-691 (-1223)) $) 15)) (-3902 (((-691 (-1221)) $) 39)) (-3488 (((-691 (-1220)) $) 30)) (-4167 (((-691 (-551)) $) 12)) (-4393 (((-691 (-549)) $) 43)) (-1665 (((-691 (-548)) $) 34)) (-3062 (((-771) $ (-128)) 55)))
+(((-528 |#1|) (-10 -8 (-15 -3062 ((-771) |#1| (-128))) (-15 -3902 ((-691 (-1221)) |#1|)) (-15 -4393 ((-691 (-549)) |#1|)) (-15 -3488 ((-691 (-1220)) |#1|)) (-15 -1665 ((-691 (-548)) |#1|)) (-15 -1390 ((-691 (-1223)) |#1|)) (-15 -4167 ((-691 (-551)) |#1|))) (-529)) (T -528))
+NIL
+(-10 -8 (-15 -3062 ((-771) |#1| (-128))) (-15 -3902 ((-691 (-1221)) |#1|)) (-15 -4393 ((-691 (-549)) |#1|)) (-15 -3488 ((-691 (-1220)) |#1|)) (-15 -1665 ((-691 (-548)) |#1|)) (-15 -1390 ((-691 (-1223)) |#1|)) (-15 -4167 ((-691 (-551)) |#1|)))
+((-1390 (((-691 (-1223)) $) 12)) (-3902 (((-691 (-1221)) $) 8)) (-3488 (((-691 (-1220)) $) 10)) (-4167 (((-691 (-551)) $) 13)) (-4393 (((-691 (-549)) $) 9)) (-1665 (((-691 (-548)) $) 11)) (-3062 (((-771) $ (-128)) 7)) (-2581 (((-691 (-129)) $) 14)) (-1682 (($ $) 6)))
(((-529) (-140)) (T -529))
-((-1938 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-129))))) (-1844 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-551))))) (-1753 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1222))))) (-4154 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-548))))) (-3300 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1219))))) (-1426 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-549))))) (-2438 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1220))))) (-1982 (*1 *2 *1 *3) (-12 (-4 *1 (-529)) (-5 *3 (-128)) (-5 *2 (-771)))))
-(-13 (-173) (-10 -8 (-15 -1938 ((-691 (-129)) $)) (-15 -1844 ((-691 (-551)) $)) (-15 -1753 ((-691 (-1222)) $)) (-15 -4154 ((-691 (-548)) $)) (-15 -3300 ((-691 (-1219)) $)) (-15 -1426 ((-691 (-549)) $)) (-15 -2438 ((-691 (-1220)) $)) (-15 -1982 ((-771) $ (-128)))))
+((-2581 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-129))))) (-4167 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-551))))) (-1390 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1223))))) (-1665 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-548))))) (-3488 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1220))))) (-4393 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-549))))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1221))))) (-3062 (*1 *2 *1 *3) (-12 (-4 *1 (-529)) (-5 *3 (-128)) (-5 *2 (-771)))))
+(-13 (-173) (-10 -8 (-15 -2581 ((-691 (-129)) $)) (-15 -4167 ((-691 (-551)) $)) (-15 -1390 ((-691 (-1223)) $)) (-15 -1665 ((-691 (-548)) $)) (-15 -3488 ((-691 (-1220)) $)) (-15 -4393 ((-691 (-549)) $)) (-15 -3902 ((-691 (-1221)) $)) (-15 -3062 ((-771) $ (-128)))))
(((-173) . T))
-((-4324 (((-1171 |#1|) (-771)) 115)) (-3833 (((-1264 |#1|) (-1264 |#1|) (-921)) 108)) (-1440 (((-1269) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))) |#1|) 124)) (-3211 (((-1264 |#1|) (-1264 |#1|) (-771)) 53)) (-2715 (((-1264 |#1|) (-921)) 110)) (-1613 (((-1264 |#1|) (-1264 |#1|) (-566)) 30)) (-3877 (((-1171 |#1|) (-1264 |#1|)) 116)) (-2437 (((-1264 |#1|) (-921)) 137)) (-2953 (((-112) (-1264 |#1|)) 120)) (-2064 (((-1264 |#1|) (-1264 |#1|) (-921)) 100)) (-3468 (((-1171 |#1|) (-1264 |#1|)) 131)) (-1866 (((-921) (-1264 |#1|)) 96)) (-2748 (((-1264 |#1|) (-1264 |#1|)) 38)) (-2835 (((-1264 |#1|) (-921) (-921)) 140)) (-1776 (((-1264 |#1|) (-1264 |#1|) (-1119) (-1119)) 29)) (-3144 (((-1264 |#1|) (-1264 |#1|) (-771) (-1119)) 54)) (-2875 (((-1264 (-1264 |#1|)) (-921)) 136)) (-3025 (((-1264 |#1|) (-1264 |#1|) (-1264 |#1|)) 121)) (** (((-1264 |#1|) (-1264 |#1|) (-566)) 67)) (* (((-1264 |#1|) (-1264 |#1|) (-1264 |#1|)) 31)))
-(((-530 |#1|) (-10 -7 (-15 -1440 ((-1269) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))) |#1|)) (-15 -2715 ((-1264 |#1|) (-921))) (-15 -2835 ((-1264 |#1|) (-921) (-921))) (-15 -3877 ((-1171 |#1|) (-1264 |#1|))) (-15 -4324 ((-1171 |#1|) (-771))) (-15 -3144 ((-1264 |#1|) (-1264 |#1|) (-771) (-1119))) (-15 -3211 ((-1264 |#1|) (-1264 |#1|) (-771))) (-15 -1776 ((-1264 |#1|) (-1264 |#1|) (-1119) (-1119))) (-15 -1613 ((-1264 |#1|) (-1264 |#1|) (-566))) (-15 ** ((-1264 |#1|) (-1264 |#1|) (-566))) (-15 * ((-1264 |#1|) (-1264 |#1|) (-1264 |#1|))) (-15 -3025 ((-1264 |#1|) (-1264 |#1|) (-1264 |#1|))) (-15 -2064 ((-1264 |#1|) (-1264 |#1|) (-921))) (-15 -3833 ((-1264 |#1|) (-1264 |#1|) (-921))) (-15 -2748 ((-1264 |#1|) (-1264 |#1|))) (-15 -1866 ((-921) (-1264 |#1|))) (-15 -2953 ((-112) (-1264 |#1|))) (-15 -2875 ((-1264 (-1264 |#1|)) (-921))) (-15 -2437 ((-1264 |#1|) (-921))) (-15 -3468 ((-1171 |#1|) (-1264 |#1|)))) (-351)) (T -530))
-((-3468 (*1 *2 *3) (-12 (-5 *3 (-1264 *4)) (-4 *4 (-351)) (-5 *2 (-1171 *4)) (-5 *1 (-530 *4)))) (-2437 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1264 *4)) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-2875 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1264 (-1264 *4))) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-2953 (*1 *2 *3) (-12 (-5 *3 (-1264 *4)) (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-530 *4)))) (-1866 (*1 *2 *3) (-12 (-5 *3 (-1264 *4)) (-4 *4 (-351)) (-5 *2 (-921)) (-5 *1 (-530 *4)))) (-2748 (*1 *2 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3)))) (-3833 (*1 *2 *2 *3) (-12 (-5 *2 (-1264 *4)) (-5 *3 (-921)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-2064 (*1 *2 *2 *3) (-12 (-5 *2 (-1264 *4)) (-5 *3 (-921)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-3025 (*1 *2 *2 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1264 *4)) (-5 *3 (-566)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-1613 (*1 *2 *2 *3) (-12 (-5 *2 (-1264 *4)) (-5 *3 (-566)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-1776 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1264 *4)) (-5 *3 (-1119)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-3211 (*1 *2 *2 *3) (-12 (-5 *2 (-1264 *4)) (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-3144 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1264 *5)) (-5 *3 (-771)) (-5 *4 (-1119)) (-4 *5 (-351)) (-5 *1 (-530 *5)))) (-4324 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1171 *4)) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-3877 (*1 *2 *3) (-12 (-5 *3 (-1264 *4)) (-4 *4 (-351)) (-5 *2 (-1171 *4)) (-5 *1 (-530 *4)))) (-2835 (*1 *2 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1264 *4)) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-2715 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1264 *4)) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-1440 (*1 *2 *3 *4) (-12 (-5 *3 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119)))))) (-4 *4 (-351)) (-5 *2 (-1269)) (-5 *1 (-530 *4)))))
-(-10 -7 (-15 -1440 ((-1269) (-1264 (-644 (-2 (|:| -2876 |#1|) (|:| -2835 (-1119))))) |#1|)) (-15 -2715 ((-1264 |#1|) (-921))) (-15 -2835 ((-1264 |#1|) (-921) (-921))) (-15 -3877 ((-1171 |#1|) (-1264 |#1|))) (-15 -4324 ((-1171 |#1|) (-771))) (-15 -3144 ((-1264 |#1|) (-1264 |#1|) (-771) (-1119))) (-15 -3211 ((-1264 |#1|) (-1264 |#1|) (-771))) (-15 -1776 ((-1264 |#1|) (-1264 |#1|) (-1119) (-1119))) (-15 -1613 ((-1264 |#1|) (-1264 |#1|) (-566))) (-15 ** ((-1264 |#1|) (-1264 |#1|) (-566))) (-15 * ((-1264 |#1|) (-1264 |#1|) (-1264 |#1|))) (-15 -3025 ((-1264 |#1|) (-1264 |#1|) (-1264 |#1|))) (-15 -2064 ((-1264 |#1|) (-1264 |#1|) (-921))) (-15 -3833 ((-1264 |#1|) (-1264 |#1|) (-921))) (-15 -2748 ((-1264 |#1|) (-1264 |#1|))) (-15 -1866 ((-921) (-1264 |#1|))) (-15 -2953 ((-112) (-1264 |#1|))) (-15 -2875 ((-1264 (-1264 |#1|)) (-921))) (-15 -2437 ((-1264 |#1|) (-921))) (-15 -3468 ((-1171 |#1|) (-1264 |#1|))))
-((-1753 (((-691 (-1222)) $) NIL)) (-2438 (((-691 (-1220)) $) NIL)) (-3300 (((-691 (-1219)) $) NIL)) (-1844 (((-691 (-551)) $) NIL)) (-1426 (((-691 (-549)) $) NIL)) (-4154 (((-691 (-548)) $) NIL)) (-1982 (((-771) $ (-128)) NIL)) (-1938 (((-691 (-129)) $) 26)) (-3774 (((-1119) $ (-1119)) 31)) (-1569 (((-1119) $) 30)) (-3040 (((-112) $) 20)) (-2141 (($ (-390)) 14) (($ (-1157)) 16)) (-2274 (((-112) $) 27)) (-3152 (((-862) $) 34)) (-2405 (($ $) 28)))
-(((-531) (-13 (-529) (-613 (-862)) (-10 -8 (-15 -2141 ($ (-390))) (-15 -2141 ($ (-1157))) (-15 -2274 ((-112) $)) (-15 -3040 ((-112) $)) (-15 -1569 ((-1119) $)) (-15 -3774 ((-1119) $ (-1119)))))) (T -531))
-((-2141 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-531)))) (-2141 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-531)))) (-2274 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-531)))) (-3040 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-531)))) (-1569 (*1 *2 *1) (-12 (-5 *2 (-1119)) (-5 *1 (-531)))) (-3774 (*1 *2 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-531)))))
-(-13 (-529) (-613 (-862)) (-10 -8 (-15 -2141 ($ (-390))) (-15 -2141 ($ (-1157))) (-15 -2274 ((-112) $)) (-15 -3040 ((-112) $)) (-15 -1569 ((-1119) $)) (-15 -3774 ((-1119) $ (-1119)))))
-((-3627 (((-1 |#1| |#1|) |#1|) 11)) (-2614 (((-1 |#1| |#1|)) 10)))
-(((-532 |#1|) (-10 -7 (-15 -2614 ((-1 |#1| |#1|))) (-15 -3627 ((-1 |#1| |#1|) |#1|))) (-13 (-726) (-25))) (T -532))
-((-3627 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-532 *3)) (-4 *3 (-13 (-726) (-25))))) (-2614 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-532 *3)) (-4 *3 (-13 (-726) (-25))))))
-(-10 -7 (-15 -2614 ((-1 |#1| |#1|))) (-15 -3627 ((-1 |#1| |#1|) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3920 (($ $ $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-1746 (($ (-771) |#1|) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-2319 (($ (-1 (-771) (-771)) $) NIL)) (-2536 ((|#1| $) NIL)) (-2794 (((-771) $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 27)) (-3044 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)) (-3002 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL)))
+((-2751 (((-1171 |#1|) (-771)) 115)) (-2881 (((-1265 |#1|) (-1265 |#1|) (-921)) 108)) (-1404 (((-1270) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))) |#1|) 124)) (-3857 (((-1265 |#1|) (-1265 |#1|) (-771)) 53)) (-3341 (((-1265 |#1|) (-921)) 110)) (-3685 (((-1265 |#1|) (-1265 |#1|) (-566)) 30)) (-4066 (((-1171 |#1|) (-1265 |#1|)) 116)) (-3892 (((-1265 |#1|) (-921)) 137)) (-3124 (((-112) (-1265 |#1|)) 120)) (-1435 (((-1265 |#1|) (-1265 |#1|) (-921)) 100)) (-1505 (((-1171 |#1|) (-1265 |#1|)) 131)) (-4350 (((-921) (-1265 |#1|)) 96)) (-4085 (((-1265 |#1|) (-1265 |#1|)) 38)) (-1351 (((-1265 |#1|) (-921) (-921)) 140)) (-1567 (((-1265 |#1|) (-1265 |#1|) (-1119) (-1119)) 29)) (-2435 (((-1265 |#1|) (-1265 |#1|) (-771) (-1119)) 54)) (-3781 (((-1265 (-1265 |#1|)) (-921)) 136)) (-2990 (((-1265 |#1|) (-1265 |#1|) (-1265 |#1|)) 121)) (** (((-1265 |#1|) (-1265 |#1|) (-566)) 67)) (* (((-1265 |#1|) (-1265 |#1|) (-1265 |#1|)) 31)))
+(((-530 |#1|) (-10 -7 (-15 -1404 ((-1270) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))) |#1|)) (-15 -3341 ((-1265 |#1|) (-921))) (-15 -1351 ((-1265 |#1|) (-921) (-921))) (-15 -4066 ((-1171 |#1|) (-1265 |#1|))) (-15 -2751 ((-1171 |#1|) (-771))) (-15 -2435 ((-1265 |#1|) (-1265 |#1|) (-771) (-1119))) (-15 -3857 ((-1265 |#1|) (-1265 |#1|) (-771))) (-15 -1567 ((-1265 |#1|) (-1265 |#1|) (-1119) (-1119))) (-15 -3685 ((-1265 |#1|) (-1265 |#1|) (-566))) (-15 ** ((-1265 |#1|) (-1265 |#1|) (-566))) (-15 * ((-1265 |#1|) (-1265 |#1|) (-1265 |#1|))) (-15 -2990 ((-1265 |#1|) (-1265 |#1|) (-1265 |#1|))) (-15 -1435 ((-1265 |#1|) (-1265 |#1|) (-921))) (-15 -2881 ((-1265 |#1|) (-1265 |#1|) (-921))) (-15 -4085 ((-1265 |#1|) (-1265 |#1|))) (-15 -4350 ((-921) (-1265 |#1|))) (-15 -3124 ((-112) (-1265 |#1|))) (-15 -3781 ((-1265 (-1265 |#1|)) (-921))) (-15 -3892 ((-1265 |#1|) (-921))) (-15 -1505 ((-1171 |#1|) (-1265 |#1|)))) (-351)) (T -530))
+((-1505 (*1 *2 *3) (-12 (-5 *3 (-1265 *4)) (-4 *4 (-351)) (-5 *2 (-1171 *4)) (-5 *1 (-530 *4)))) (-3892 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1265 *4)) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-3781 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1265 (-1265 *4))) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-3124 (*1 *2 *3) (-12 (-5 *3 (-1265 *4)) (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-530 *4)))) (-4350 (*1 *2 *3) (-12 (-5 *3 (-1265 *4)) (-4 *4 (-351)) (-5 *2 (-921)) (-5 *1 (-530 *4)))) (-4085 (*1 *2 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3)))) (-2881 (*1 *2 *2 *3) (-12 (-5 *2 (-1265 *4)) (-5 *3 (-921)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-1435 (*1 *2 *2 *3) (-12 (-5 *2 (-1265 *4)) (-5 *3 (-921)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-2990 (*1 *2 *2 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1265 *4)) (-5 *3 (-566)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-3685 (*1 *2 *2 *3) (-12 (-5 *2 (-1265 *4)) (-5 *3 (-566)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-1567 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1265 *4)) (-5 *3 (-1119)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-3857 (*1 *2 *2 *3) (-12 (-5 *2 (-1265 *4)) (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-530 *4)))) (-2435 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1265 *5)) (-5 *3 (-771)) (-5 *4 (-1119)) (-4 *5 (-351)) (-5 *1 (-530 *5)))) (-2751 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1171 *4)) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-4066 (*1 *2 *3) (-12 (-5 *3 (-1265 *4)) (-4 *4 (-351)) (-5 *2 (-1171 *4)) (-5 *1 (-530 *4)))) (-1351 (*1 *2 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1265 *4)) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-3341 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1265 *4)) (-5 *1 (-530 *4)) (-4 *4 (-351)))) (-1404 (*1 *2 *3 *4) (-12 (-5 *3 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119)))))) (-4 *4 (-351)) (-5 *2 (-1270)) (-5 *1 (-530 *4)))))
+(-10 -7 (-15 -1404 ((-1270) (-1265 (-644 (-2 (|:| -1389 |#1|) (|:| -1351 (-1119))))) |#1|)) (-15 -3341 ((-1265 |#1|) (-921))) (-15 -1351 ((-1265 |#1|) (-921) (-921))) (-15 -4066 ((-1171 |#1|) (-1265 |#1|))) (-15 -2751 ((-1171 |#1|) (-771))) (-15 -2435 ((-1265 |#1|) (-1265 |#1|) (-771) (-1119))) (-15 -3857 ((-1265 |#1|) (-1265 |#1|) (-771))) (-15 -1567 ((-1265 |#1|) (-1265 |#1|) (-1119) (-1119))) (-15 -3685 ((-1265 |#1|) (-1265 |#1|) (-566))) (-15 ** ((-1265 |#1|) (-1265 |#1|) (-566))) (-15 * ((-1265 |#1|) (-1265 |#1|) (-1265 |#1|))) (-15 -2990 ((-1265 |#1|) (-1265 |#1|) (-1265 |#1|))) (-15 -1435 ((-1265 |#1|) (-1265 |#1|) (-921))) (-15 -2881 ((-1265 |#1|) (-1265 |#1|) (-921))) (-15 -4085 ((-1265 |#1|) (-1265 |#1|))) (-15 -4350 ((-921) (-1265 |#1|))) (-15 -3124 ((-112) (-1265 |#1|))) (-15 -3781 ((-1265 (-1265 |#1|)) (-921))) (-15 -3892 ((-1265 |#1|) (-921))) (-15 -1505 ((-1171 |#1|) (-1265 |#1|))))
+((-1390 (((-691 (-1223)) $) NIL)) (-3902 (((-691 (-1221)) $) NIL)) (-3488 (((-691 (-1220)) $) NIL)) (-4167 (((-691 (-551)) $) NIL)) (-4393 (((-691 (-549)) $) NIL)) (-1665 (((-691 (-548)) $) NIL)) (-3062 (((-771) $ (-128)) NIL)) (-2581 (((-691 (-129)) $) 26)) (-2453 (((-1119) $ (-1119)) 31)) (-1308 (((-1119) $) 30)) (-2619 (((-112) $) 20)) (-4073 (($ (-390)) 14) (($ (-1157)) 16)) (-2879 (((-112) $) 27)) (-1650 (((-862) $) 34)) (-1682 (($ $) 28)))
+(((-531) (-13 (-529) (-613 (-862)) (-10 -8 (-15 -4073 ($ (-390))) (-15 -4073 ($ (-1157))) (-15 -2879 ((-112) $)) (-15 -2619 ((-112) $)) (-15 -1308 ((-1119) $)) (-15 -2453 ((-1119) $ (-1119)))))) (T -531))
+((-4073 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-531)))) (-4073 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-531)))) (-2879 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-531)))) (-2619 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-531)))) (-1308 (*1 *2 *1) (-12 (-5 *2 (-1119)) (-5 *1 (-531)))) (-2453 (*1 *2 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-531)))))
+(-13 (-529) (-613 (-862)) (-10 -8 (-15 -4073 ($ (-390))) (-15 -4073 ($ (-1157))) (-15 -2879 ((-112) $)) (-15 -2619 ((-112) $)) (-15 -1308 ((-1119) $)) (-15 -2453 ((-1119) $ (-1119)))))
+((-1955 (((-1 |#1| |#1|) |#1|) 11)) (-3137 (((-1 |#1| |#1|)) 10)))
+(((-532 |#1|) (-10 -7 (-15 -3137 ((-1 |#1| |#1|))) (-15 -1955 ((-1 |#1| |#1|) |#1|))) (-13 (-726) (-25))) (T -532))
+((-1955 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-532 *3)) (-4 *3 (-13 (-726) (-25))))) (-3137 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-532 *3)) (-4 *3 (-13 (-726) (-25))))))
+(-10 -7 (-15 -3137 ((-1 |#1| |#1|))) (-15 -1955 ((-1 |#1| |#1|) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1307 (($ $ $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-3959 (($ (-771) |#1|) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-1895 (($ (-1 (-771) (-771)) $) NIL)) (-3633 ((|#1| $) NIL)) (-4137 (((-771) $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 27)) (-2657 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)) (-2964 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL)))
(((-533 |#1|) (-13 (-793) (-511 (-771) |#1|)) (-850)) (T -533))
NIL
(-13 (-793) (-511 (-771) |#1|))
-((-3061 (((-644 |#2|) (-1171 |#1|) |#3|) 98)) (-2540 (((-644 (-2 (|:| |outval| |#2|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#2|))))) (-689 |#1|) |#3| (-1 (-420 (-1171 |#1|)) (-1171 |#1|))) 114)) (-1650 (((-1171 |#1|) (-689 |#1|)) 110)))
-(((-534 |#1| |#2| |#3|) (-10 -7 (-15 -1650 ((-1171 |#1|) (-689 |#1|))) (-15 -3061 ((-644 |#2|) (-1171 |#1|) |#3|)) (-15 -2540 ((-644 (-2 (|:| |outval| |#2|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#2|))))) (-689 |#1|) |#3| (-1 (-420 (-1171 |#1|)) (-1171 |#1|))))) (-365) (-365) (-13 (-365) (-848))) (T -534))
-((-2540 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *6)) (-5 *5 (-1 (-420 (-1171 *6)) (-1171 *6))) (-4 *6 (-365)) (-5 *2 (-644 (-2 (|:| |outval| *7) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 *7)))))) (-5 *1 (-534 *6 *7 *4)) (-4 *7 (-365)) (-4 *4 (-13 (-365) (-848))))) (-3061 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *5)) (-4 *5 (-365)) (-5 *2 (-644 *6)) (-5 *1 (-534 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))) (-1650 (*1 *2 *3) (-12 (-5 *3 (-689 *4)) (-4 *4 (-365)) (-5 *2 (-1171 *4)) (-5 *1 (-534 *4 *5 *6)) (-4 *5 (-365)) (-4 *6 (-13 (-365) (-848))))))
-(-10 -7 (-15 -1650 ((-1171 |#1|) (-689 |#1|))) (-15 -3061 ((-644 |#2|) (-1171 |#1|) |#3|)) (-15 -2540 ((-644 (-2 (|:| |outval| |#2|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#2|))))) (-689 |#1|) |#3| (-1 (-420 (-1171 |#1|)) (-1171 |#1|)))))
-((-2581 (((-691 (-1222)) $ (-1222)) NIL)) (-4248 (((-691 (-551)) $ (-551)) NIL)) (-1311 (((-771) $ (-128)) 41)) (-1606 (((-691 (-129)) $ (-129)) 42)) (-1753 (((-691 (-1222)) $) NIL)) (-2438 (((-691 (-1220)) $) NIL)) (-3300 (((-691 (-1219)) $) NIL)) (-1844 (((-691 (-551)) $) NIL)) (-1426 (((-691 (-549)) $) NIL)) (-4154 (((-691 (-548)) $) NIL)) (-1982 (((-771) $ (-128)) 37)) (-1938 (((-691 (-129)) $) 39)) (-3133 (((-112) $) 29)) (-3306 (((-691 $) (-581) (-954)) 19) (((-691 $) (-493) (-954)) 26)) (-3152 (((-862) $) 49)) (-2405 (($ $) 43)))
-(((-535) (-13 (-767 (-581)) (-613 (-862)) (-10 -8 (-15 -3306 ((-691 $) (-493) (-954)))))) (T -535))
-((-3306 (*1 *2 *3 *4) (-12 (-5 *3 (-493)) (-5 *4 (-954)) (-5 *2 (-691 (-535))) (-5 *1 (-535)))))
-(-13 (-767 (-581)) (-613 (-862)) (-10 -8 (-15 -3306 ((-691 $) (-493) (-954)))))
-((-2909 (((-843 (-566))) 12)) (-2919 (((-843 (-566))) 14)) (-2293 (((-833 (-566))) 9)))
-(((-536) (-10 -7 (-15 -2293 ((-833 (-566)))) (-15 -2909 ((-843 (-566)))) (-15 -2919 ((-843 (-566)))))) (T -536))
-((-2919 (*1 *2) (-12 (-5 *2 (-843 (-566))) (-5 *1 (-536)))) (-2909 (*1 *2) (-12 (-5 *2 (-843 (-566))) (-5 *1 (-536)))) (-2293 (*1 *2) (-12 (-5 *2 (-833 (-566))) (-5 *1 (-536)))))
-(-10 -7 (-15 -2293 ((-833 (-566)))) (-15 -2909 ((-843 (-566)))) (-15 -2919 ((-843 (-566)))))
-((-1441 (((-538) (-1175)) 15)) (-2205 ((|#1| (-538)) 20)))
-(((-537 |#1|) (-10 -7 (-15 -1441 ((-538) (-1175))) (-15 -2205 (|#1| (-538)))) (-1214)) (T -537))
-((-2205 (*1 *2 *3) (-12 (-5 *3 (-538)) (-5 *1 (-537 *2)) (-4 *2 (-1214)))) (-1441 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-538)) (-5 *1 (-537 *4)) (-4 *4 (-1214)))))
-(-10 -7 (-15 -1441 ((-538) (-1175))) (-15 -2205 (|#1| (-538))))
-((-2988 (((-112) $ $) NIL)) (-2991 (((-1157) $) 55)) (-4124 (((-112) $) 51)) (-2069 (((-1175) $) 52)) (-3154 (((-112) $) 49)) (-3822 (((-1157) $) 50)) (-3999 (($ (-1157)) 56)) (-2368 (((-112) $) NIL)) (-3524 (((-112) $) NIL)) (-1750 (((-112) $) NIL)) (-3380 (((-1157) $) NIL)) (-3918 (($ $ (-644 (-1175))) 21)) (-2205 (((-52) $) 23)) (-3709 (((-112) $) NIL)) (-2092 (((-566) $) NIL)) (-4072 (((-1119) $) NIL)) (-3204 (($ $ (-644 (-1175)) (-1175)) 73)) (-3161 (((-112) $) NIL)) (-2938 (((-225) $) NIL)) (-2878 (($ $) 44)) (-4308 (((-862) $) NIL)) (-3434 (((-112) $ $) NIL)) (-1309 (($ $ (-566)) NIL) (($ $ (-644 (-566))) NIL)) (-1704 (((-644 $) $) 30)) (-3199 (((-1175) (-644 $)) 57)) (-2376 (($ (-1157)) NIL) (($ (-1175)) 19) (($ (-566)) 8) (($ (-225)) 28) (($ (-862)) NIL) (($ (-644 $)) 65) (((-1103) $) 12) (($ (-1103)) 13)) (-1764 (((-1175) (-1175) (-644 $)) 60)) (-3152 (((-862) $) 54)) (-3794 (($ $) 59)) (-3780 (($ $) 58)) (-3676 (($ $ (-644 $)) 66)) (-3044 (((-112) $ $) NIL)) (-3355 (((-112) $) 29)) (-4356 (($) 9 T CONST)) (-4366 (($) 11 T CONST)) (-2914 (((-112) $ $) 74)) (-3025 (($ $ $) 82)) (-3002 (($ $ $) 75)) (** (($ $ (-771)) 81) (($ $ (-566)) 80)) (* (($ $ $) 76)) (-3000 (((-566) $) NIL)))
-(((-538) (-13 (-1102 (-1157) (-1175) (-566) (-225) (-862)) (-614 (-1103)) (-10 -8 (-15 -2205 ((-52) $)) (-15 -2376 ($ (-1103))) (-15 -3676 ($ $ (-644 $))) (-15 -3204 ($ $ (-644 (-1175)) (-1175))) (-15 -3918 ($ $ (-644 (-1175)))) (-15 -3002 ($ $ $)) (-15 * ($ $ $)) (-15 -3025 ($ $ $)) (-15 ** ($ $ (-771))) (-15 ** ($ $ (-566))) (-15 0 ($) -1623) (-15 1 ($) -1623) (-15 -2878 ($ $)) (-15 -2991 ((-1157) $)) (-15 -3999 ($ (-1157))) (-15 -3199 ((-1175) (-644 $))) (-15 -1764 ((-1175) (-1175) (-644 $)))))) (T -538))
-((-2205 (*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-538)))) (-2376 (*1 *1 *2) (-12 (-5 *2 (-1103)) (-5 *1 (-538)))) (-3676 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-538))) (-5 *1 (-538)))) (-3204 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-1175)) (-5 *1 (-538)))) (-3918 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-538)))) (-3002 (*1 *1 *1 *1) (-5 *1 (-538))) (* (*1 *1 *1 *1) (-5 *1 (-538))) (-3025 (*1 *1 *1 *1) (-5 *1 (-538))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-538)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-538)))) (-4356 (*1 *1) (-5 *1 (-538))) (-4366 (*1 *1) (-5 *1 (-538))) (-2878 (*1 *1 *1) (-5 *1 (-538))) (-2991 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-538)))) (-3999 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-538)))) (-3199 (*1 *2 *3) (-12 (-5 *3 (-644 (-538))) (-5 *2 (-1175)) (-5 *1 (-538)))) (-1764 (*1 *2 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-538))) (-5 *1 (-538)))))
-(-13 (-1102 (-1157) (-1175) (-566) (-225) (-862)) (-614 (-1103)) (-10 -8 (-15 -2205 ((-52) $)) (-15 -2376 ($ (-1103))) (-15 -3676 ($ $ (-644 $))) (-15 -3204 ($ $ (-644 (-1175)) (-1175))) (-15 -3918 ($ $ (-644 (-1175)))) (-15 -3002 ($ $ $)) (-15 * ($ $ $)) (-15 -3025 ($ $ $)) (-15 ** ($ $ (-771))) (-15 ** ($ $ (-566))) (-15 (-4356) ($) -1623) (-15 (-4366) ($) -1623) (-15 -2878 ($ $)) (-15 -2991 ((-1157) $)) (-15 -3999 ($ (-1157))) (-15 -3199 ((-1175) (-644 $))) (-15 -1764 ((-1175) (-1175) (-644 $)))))
-((-1909 ((|#2| |#2|) 17)) (-2702 ((|#2| |#2|) 13)) (-2361 ((|#2| |#2| (-566) (-566)) 20)) (-3743 ((|#2| |#2|) 15)))
-(((-539 |#1| |#2|) (-10 -7 (-15 -2702 (|#2| |#2|)) (-15 -3743 (|#2| |#2|)) (-15 -1909 (|#2| |#2|)) (-15 -2361 (|#2| |#2| (-566) (-566)))) (-13 (-558) (-147)) (-1255 |#1|)) (T -539))
-((-2361 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-566)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-539 *4 *2)) (-4 *2 (-1255 *4)))) (-1909 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2)) (-4 *2 (-1255 *3)))) (-3743 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2)) (-4 *2 (-1255 *3)))) (-2702 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2)) (-4 *2 (-1255 *3)))))
-(-10 -7 (-15 -2702 (|#2| |#2|)) (-15 -3743 (|#2| |#2|)) (-15 -1909 (|#2| |#2|)) (-15 -2361 (|#2| |#2| (-566) (-566))))
-((-3925 (((-644 (-295 (-952 |#2|))) (-644 |#2|) (-644 (-1175))) 32)) (-2276 (((-644 |#2|) (-952 |#1|) |#3|) 54) (((-644 |#2|) (-1171 |#1|) |#3|) 53)) (-3364 (((-644 (-644 |#2|)) (-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)) |#3|) 106)))
-(((-540 |#1| |#2| |#3|) (-10 -7 (-15 -2276 ((-644 |#2|) (-1171 |#1|) |#3|)) (-15 -2276 ((-644 |#2|) (-952 |#1|) |#3|)) (-15 -3364 ((-644 (-644 |#2|)) (-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)) |#3|)) (-15 -3925 ((-644 (-295 (-952 |#2|))) (-644 |#2|) (-644 (-1175))))) (-454) (-365) (-13 (-365) (-848))) (T -540))
-((-3925 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-1175))) (-4 *6 (-365)) (-5 *2 (-644 (-295 (-952 *6)))) (-5 *1 (-540 *5 *6 *7)) (-4 *5 (-454)) (-4 *7 (-13 (-365) (-848))))) (-3364 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-644 (-644 *7))) (-5 *1 (-540 *6 *7 *5)) (-4 *7 (-365)) (-4 *5 (-13 (-365) (-848))))) (-2276 (*1 *2 *3 *4) (-12 (-5 *3 (-952 *5)) (-4 *5 (-454)) (-5 *2 (-644 *6)) (-5 *1 (-540 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))) (-2276 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *5)) (-4 *5 (-454)) (-5 *2 (-644 *6)) (-5 *1 (-540 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))))
-(-10 -7 (-15 -2276 ((-644 |#2|) (-1171 |#1|) |#3|)) (-15 -2276 ((-644 |#2|) (-952 |#1|) |#3|)) (-15 -3364 ((-644 (-644 |#2|)) (-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)) |#3|)) (-15 -3925 ((-644 (-295 (-952 |#2|))) (-644 |#2|) (-644 (-1175)))))
-((-1736 ((|#2| |#2| |#1|) 17)) (-2717 ((|#2| (-644 |#2|)) 31)) (-3642 ((|#2| (-644 |#2|)) 52)))
-(((-541 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2717 (|#2| (-644 |#2|))) (-15 -3642 (|#2| (-644 |#2|))) (-15 -1736 (|#2| |#2| |#1|))) (-308) (-1240 |#1|) |#1| (-1 |#1| |#1| (-771))) (T -541))
-((-1736 (*1 *2 *2 *3) (-12 (-4 *3 (-308)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-771))) (-5 *1 (-541 *3 *2 *4 *5)) (-4 *2 (-1240 *3)))) (-3642 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-1240 *4)) (-5 *1 (-541 *4 *2 *5 *6)) (-4 *4 (-308)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-771))))) (-2717 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-1240 *4)) (-5 *1 (-541 *4 *2 *5 *6)) (-4 *4 (-308)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-771))))))
-(-10 -7 (-15 -2717 (|#2| (-644 |#2|))) (-15 -3642 (|#2| (-644 |#2|))) (-15 -1736 (|#2| |#2| |#1|)))
-((-1624 (((-420 (-1171 |#4|)) (-1171 |#4|) (-1 (-420 (-1171 |#3|)) (-1171 |#3|))) 89) (((-420 |#4|) |#4| (-1 (-420 (-1171 |#3|)) (-1171 |#3|))) 218)))
-(((-542 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1624 ((-420 |#4|) |#4| (-1 (-420 (-1171 |#3|)) (-1171 |#3|)))) (-15 -1624 ((-420 (-1171 |#4|)) (-1171 |#4|) (-1 (-420 (-1171 |#3|)) (-1171 |#3|))))) (-850) (-793) (-13 (-308) (-147)) (-949 |#3| |#2| |#1|)) (T -542))
-((-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-420 (-1171 *7)) (-1171 *7))) (-4 *7 (-13 (-308) (-147))) (-4 *5 (-850)) (-4 *6 (-793)) (-4 *8 (-949 *7 *6 *5)) (-5 *2 (-420 (-1171 *8))) (-5 *1 (-542 *5 *6 *7 *8)) (-5 *3 (-1171 *8)))) (-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-420 (-1171 *7)) (-1171 *7))) (-4 *7 (-13 (-308) (-147))) (-4 *5 (-850)) (-4 *6 (-793)) (-5 *2 (-420 *3)) (-5 *1 (-542 *5 *6 *7 *3)) (-4 *3 (-949 *7 *6 *5)))))
-(-10 -7 (-15 -1624 ((-420 |#4|) |#4| (-1 (-420 (-1171 |#3|)) (-1171 |#3|)))) (-15 -1624 ((-420 (-1171 |#4|)) (-1171 |#4|) (-1 (-420 (-1171 |#3|)) (-1171 |#3|)))))
-((-1909 ((|#4| |#4|) 74)) (-2702 ((|#4| |#4|) 70)) (-2361 ((|#4| |#4| (-566) (-566)) 76)) (-3743 ((|#4| |#4|) 72)))
-(((-543 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2702 (|#4| |#4|)) (-15 -3743 (|#4| |#4|)) (-15 -1909 (|#4| |#4|)) (-15 -2361 (|#4| |#4| (-566) (-566)))) (-13 (-365) (-370) (-614 (-566))) (-1240 |#1|) (-724 |#1| |#2|) (-1255 |#3|)) (T -543))
-((-2361 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-566)) (-4 *4 (-13 (-365) (-370) (-614 *3))) (-4 *5 (-1240 *4)) (-4 *6 (-724 *4 *5)) (-5 *1 (-543 *4 *5 *6 *2)) (-4 *2 (-1255 *6)))) (-1909 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1240 *3)) (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1255 *5)))) (-3743 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1240 *3)) (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1255 *5)))) (-2702 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1240 *3)) (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1255 *5)))))
-(-10 -7 (-15 -2702 (|#4| |#4|)) (-15 -3743 (|#4| |#4|)) (-15 -1909 (|#4| |#4|)) (-15 -2361 (|#4| |#4| (-566) (-566))))
-((-1909 ((|#2| |#2|) 27)) (-2702 ((|#2| |#2|) 23)) (-2361 ((|#2| |#2| (-566) (-566)) 29)) (-3743 ((|#2| |#2|) 25)))
-(((-544 |#1| |#2|) (-10 -7 (-15 -2702 (|#2| |#2|)) (-15 -3743 (|#2| |#2|)) (-15 -1909 (|#2| |#2|)) (-15 -2361 (|#2| |#2| (-566) (-566)))) (-13 (-365) (-370) (-614 (-566))) (-1255 |#1|)) (T -544))
-((-2361 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-566)) (-4 *4 (-13 (-365) (-370) (-614 *3))) (-5 *1 (-544 *4 *2)) (-4 *2 (-1255 *4)))) (-1909 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2)) (-4 *2 (-1255 *3)))) (-3743 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2)) (-4 *2 (-1255 *3)))) (-2702 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2)) (-4 *2 (-1255 *3)))))
-(-10 -7 (-15 -2702 (|#2| |#2|)) (-15 -3743 (|#2| |#2|)) (-15 -1909 (|#2| |#2|)) (-15 -2361 (|#2| |#2| (-566) (-566))))
-((-3047 (((-3 (-566) "failed") |#2| |#1| (-1 (-3 (-566) "failed") |#1|)) 18) (((-3 (-566) "failed") |#2| |#1| (-566) (-1 (-3 (-566) "failed") |#1|)) 14) (((-3 (-566) "failed") |#2| (-566) (-1 (-3 (-566) "failed") |#1|)) 32)))
-(((-545 |#1| |#2|) (-10 -7 (-15 -3047 ((-3 (-566) "failed") |#2| (-566) (-1 (-3 (-566) "failed") |#1|))) (-15 -3047 ((-3 (-566) "failed") |#2| |#1| (-566) (-1 (-3 (-566) "failed") |#1|))) (-15 -3047 ((-3 (-566) "failed") |#2| |#1| (-1 (-3 (-566) "failed") |#1|)))) (-1049) (-1240 |#1|)) (T -545))
-((-3047 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-566) "failed") *4)) (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-545 *4 *3)) (-4 *3 (-1240 *4)))) (-3047 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-566) "failed") *4)) (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-545 *4 *3)) (-4 *3 (-1240 *4)))) (-3047 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-566) "failed") *5)) (-4 *5 (-1049)) (-5 *2 (-566)) (-5 *1 (-545 *5 *3)) (-4 *3 (-1240 *5)))))
-(-10 -7 (-15 -3047 ((-3 (-566) "failed") |#2| (-566) (-1 (-3 (-566) "failed") |#1|))) (-15 -3047 ((-3 (-566) "failed") |#2| |#1| (-566) (-1 (-3 (-566) "failed") |#1|))) (-15 -3047 ((-3 (-566) "failed") |#2| |#1| (-1 (-3 (-566) "failed") |#1|))))
-((-2871 (($ $ $) 84)) (-1364 (((-420 $) $) 52)) (-2229 (((-3 (-566) "failed") $) 64)) (-4158 (((-566) $) 42)) (-4391 (((-3 (-409 (-566)) "failed") $) 79)) (-3407 (((-112) $) 26)) (-1786 (((-409 (-566)) $) 77)) (-1615 (((-112) $) 55)) (-2501 (($ $ $ $) 92)) (-2528 (((-112) $) 17)) (-2413 (($ $ $) 62)) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 74)) (-2621 (((-3 $ "failed") $) 69)) (-3479 (($ $) 24)) (-1517 (($ $ $) 90)) (-3289 (($) 65)) (-2499 (($ $) 58)) (-1624 (((-420 $) $) 50)) (-2664 (((-112) $) 15)) (-4357 (((-771) $) 32)) (-3629 (($ $ (-771)) NIL) (($ $) 11)) (-1480 (($ $) 18)) (-2376 (((-566) $) NIL) (((-538) $) 41) (((-892 (-566)) $) 45) (((-381) $) 35) (((-225) $) 38)) (-2593 (((-771)) 9)) (-2992 (((-112) $ $) 21)) (-2073 (($ $ $) 60)))
-(((-546 |#1|) (-10 -8 (-15 -1517 (|#1| |#1| |#1|)) (-15 -2501 (|#1| |#1| |#1| |#1|)) (-15 -3479 (|#1| |#1|)) (-15 -1480 (|#1| |#1|)) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2992 ((-112) |#1| |#1|)) (-15 -2664 ((-112) |#1|)) (-15 -3289 (|#1|)) (-15 -2621 ((-3 |#1| "failed") |#1|)) (-15 -2376 ((-225) |#1|)) (-15 -2376 ((-381) |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -2499 (|#1| |#1|)) (-15 -2073 (|#1| |#1| |#1|)) (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2376 ((-566) |#1|)) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -2528 ((-112) |#1|)) (-15 -4357 ((-771) |#1|)) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1615 ((-112) |#1|)) (-15 -2593 ((-771)))) (-547)) (T -546))
-((-2593 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-546 *3)) (-4 *3 (-547)))))
-(-10 -8 (-15 -1517 (|#1| |#1| |#1|)) (-15 -2501 (|#1| |#1| |#1| |#1|)) (-15 -3479 (|#1| |#1|)) (-15 -1480 (|#1| |#1|)) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2992 ((-112) |#1| |#1|)) (-15 -2664 ((-112) |#1|)) (-15 -3289 (|#1|)) (-15 -2621 ((-3 |#1| "failed") |#1|)) (-15 -2376 ((-225) |#1|)) (-15 -2376 ((-381) |#1|)) (-15 -2413 (|#1| |#1| |#1|)) (-15 -2499 (|#1| |#1|)) (-15 -2073 (|#1| |#1| |#1|)) (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2376 ((-566) |#1|)) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -2528 ((-112) |#1|)) (-15 -4357 ((-771) |#1|)) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1615 ((-112) |#1|)) (-15 -2593 ((-771))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-2871 (($ $ $) 90)) (-3967 (((-3 $ "failed") $ $) 20)) (-1345 (($ $ $ $) 79)) (-1378 (($ $) 57)) (-1364 (((-420 $) $) 58)) (-2085 (((-112) $ $) 130)) (-2743 (((-566) $) 119)) (-3764 (($ $ $) 93)) (-2463 (($) 18 T CONST)) (-2229 (((-3 (-566) "failed") $) 111)) (-4158 (((-566) $) 112)) (-2933 (($ $ $) 134)) (-4089 (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 109) (((-689 (-566)) (-689 $)) 108)) (-3245 (((-3 $ "failed") $) 37)) (-4391 (((-3 (-409 (-566)) "failed") $) 87)) (-3407 (((-112) $) 89)) (-1786 (((-409 (-566)) $) 88)) (-2715 (($) 86) (($ $) 85)) (-2945 (($ $ $) 133)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 128)) (-1615 (((-112) $) 59)) (-2501 (($ $ $ $) 77)) (-1732 (($ $ $) 91)) (-2528 (((-112) $) 121)) (-2413 (($ $ $) 102)) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 105)) (-2389 (((-112) $) 35)) (-3419 (((-112) $) 97)) (-2621 (((-3 $ "failed") $) 99)) (-3233 (((-112) $) 120)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 137)) (-2505 (($ $ $ $) 78)) (-1478 (($ $ $) 122)) (-2599 (($ $ $) 123)) (-3479 (($ $) 81)) (-2440 (($ $) 94)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-1517 (($ $ $) 76)) (-3289 (($) 98 T CONST)) (-1847 (($ $) 83)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2499 (($ $) 103)) (-1624 (((-420 $) $) 56)) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 136) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 135)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 129)) (-2664 (((-112) $) 96)) (-4357 (((-771) $) 131)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 132)) (-3629 (($ $ (-771)) 116) (($ $) 114)) (-2028 (($ $) 82)) (-1480 (($ $) 84)) (-2376 (((-566) $) 113) (((-538) $) 107) (((-892 (-566)) $) 106) (((-381) $) 101) (((-225) $) 100)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-566)) 110)) (-2593 (((-771)) 32 T CONST)) (-2992 (((-112) $ $) 92)) (-2073 (($ $ $) 104)) (-3044 (((-112) $ $) 9)) (-2576 (($) 95)) (-3014 (((-112) $ $) 45)) (-1725 (($ $ $ $) 80)) (-1358 (($ $) 118)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-771)) 117) (($ $) 115)) (-2968 (((-112) $ $) 125)) (-2946 (((-112) $ $) 126)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 124)) (-2935 (((-112) $ $) 127)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-2819 (((-644 |#2|) (-1171 |#1|) |#3|) 98)) (-3681 (((-644 (-2 (|:| |outval| |#2|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#2|))))) (-689 |#1|) |#3| (-1 (-420 (-1171 |#1|)) (-1171 |#1|))) 114)) (-2754 (((-1171 |#1|) (-689 |#1|)) 110)))
+(((-534 |#1| |#2| |#3|) (-10 -7 (-15 -2754 ((-1171 |#1|) (-689 |#1|))) (-15 -2819 ((-644 |#2|) (-1171 |#1|) |#3|)) (-15 -3681 ((-644 (-2 (|:| |outval| |#2|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#2|))))) (-689 |#1|) |#3| (-1 (-420 (-1171 |#1|)) (-1171 |#1|))))) (-365) (-365) (-13 (-365) (-848))) (T -534))
+((-3681 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *6)) (-5 *5 (-1 (-420 (-1171 *6)) (-1171 *6))) (-4 *6 (-365)) (-5 *2 (-644 (-2 (|:| |outval| *7) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 *7)))))) (-5 *1 (-534 *6 *7 *4)) (-4 *7 (-365)) (-4 *4 (-13 (-365) (-848))))) (-2819 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *5)) (-4 *5 (-365)) (-5 *2 (-644 *6)) (-5 *1 (-534 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))) (-2754 (*1 *2 *3) (-12 (-5 *3 (-689 *4)) (-4 *4 (-365)) (-5 *2 (-1171 *4)) (-5 *1 (-534 *4 *5 *6)) (-4 *5 (-365)) (-4 *6 (-13 (-365) (-848))))))
+(-10 -7 (-15 -2754 ((-1171 |#1|) (-689 |#1|))) (-15 -2819 ((-644 |#2|) (-1171 |#1|) |#3|)) (-15 -3681 ((-644 (-2 (|:| |outval| |#2|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#2|))))) (-689 |#1|) |#3| (-1 (-420 (-1171 |#1|)) (-1171 |#1|)))))
+((-2798 (((-691 (-1223)) $ (-1223)) NIL)) (-1393 (((-691 (-551)) $ (-551)) NIL)) (-2561 (((-771) $ (-128)) 41)) (-3611 (((-691 (-129)) $ (-129)) 42)) (-1390 (((-691 (-1223)) $) NIL)) (-3902 (((-691 (-1221)) $) NIL)) (-3488 (((-691 (-1220)) $) NIL)) (-4167 (((-691 (-551)) $) NIL)) (-4393 (((-691 (-549)) $) NIL)) (-1665 (((-691 (-548)) $) NIL)) (-3062 (((-771) $ (-128)) 37)) (-2581 (((-691 (-129)) $) 39)) (-2327 (((-112) $) 29)) (-3533 (((-691 $) (-581) (-954)) 19) (((-691 $) (-493) (-954)) 26)) (-1650 (((-862) $) 49)) (-1682 (($ $) 43)))
+(((-535) (-13 (-767 (-581)) (-613 (-862)) (-10 -8 (-15 -3533 ((-691 $) (-493) (-954)))))) (T -535))
+((-3533 (*1 *2 *3 *4) (-12 (-5 *3 (-493)) (-5 *4 (-954)) (-5 *2 (-691 (-535))) (-5 *1 (-535)))))
+(-13 (-767 (-581)) (-613 (-862)) (-10 -8 (-15 -3533 ((-691 $) (-493) (-954)))))
+((-4034 (((-843 (-566))) 12)) (-4047 (((-843 (-566))) 14)) (-2541 (((-833 (-566))) 9)))
+(((-536) (-10 -7 (-15 -2541 ((-833 (-566)))) (-15 -4034 ((-843 (-566)))) (-15 -4047 ((-843 (-566)))))) (T -536))
+((-4047 (*1 *2) (-12 (-5 *2 (-843 (-566))) (-5 *1 (-536)))) (-4034 (*1 *2) (-12 (-5 *2 (-843 (-566))) (-5 *1 (-536)))) (-2541 (*1 *2) (-12 (-5 *2 (-833 (-566))) (-5 *1 (-536)))))
+(-10 -7 (-15 -2541 ((-833 (-566)))) (-15 -4034 ((-843 (-566)))) (-15 -4047 ((-843 (-566)))))
+((-1413 (((-538) (-1175)) 15)) (-2440 ((|#1| (-538)) 20)))
+(((-537 |#1|) (-10 -7 (-15 -1413 ((-538) (-1175))) (-15 -2440 (|#1| (-538)))) (-1215)) (T -537))
+((-2440 (*1 *2 *3) (-12 (-5 *3 (-538)) (-5 *1 (-537 *2)) (-4 *2 (-1215)))) (-1413 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-538)) (-5 *1 (-537 *4)) (-4 *4 (-1215)))))
+(-10 -7 (-15 -1413 ((-538) (-1175))) (-15 -2440 (|#1| (-538))))
+((-4124 (((-112) $ $) NIL)) (-3457 (((-1157) $) 55)) (-2502 (((-112) $) 51)) (-3686 (((-1175) $) 52)) (-1387 (((-112) $) 49)) (-1901 (((-1157) $) 50)) (-2567 (($ (-1157)) 56)) (-1382 (((-112) $) NIL)) (-3903 (((-112) $) NIL)) (-1361 (((-112) $) NIL)) (-3057 (((-1157) $) NIL)) (-3733 (($ $ (-644 (-1175))) 21)) (-2440 (((-52) $) 23)) (-3126 (((-112) $) NIL)) (-3710 (((-566) $) NIL)) (-2029 (((-1119) $) NIL)) (-1815 (($ $ (-644 (-1175)) (-1175)) 73)) (-1454 (((-112) $) NIL)) (-1544 (((-225) $) NIL)) (-1312 (($ $) 44)) (-2731 (((-862) $) NIL)) (-1900 (((-112) $ $) NIL)) (-3483 (($ $ (-566)) NIL) (($ $ (-644 (-566))) NIL)) (-3918 (((-644 $) $) 30)) (-2865 (((-1175) (-644 $)) 57)) (-1945 (($ (-1157)) NIL) (($ (-1175)) 19) (($ (-566)) 8) (($ (-225)) 28) (($ (-862)) NIL) (($ (-644 $)) 65) (((-1103) $) 12) (($ (-1103)) 13)) (-3298 (((-1175) (-1175) (-644 $)) 60)) (-1650 (((-862) $) 54)) (-3502 (($ $) 59)) (-3491 (($ $) 58)) (-2786 (($ $ (-644 $)) 66)) (-2657 (((-112) $ $) NIL)) (-2768 (((-112) $) 29)) (-3410 (($) 9 T CONST)) (-3424 (($) 11 T CONST)) (-2868 (((-112) $ $) 74)) (-2990 (($ $ $) 82)) (-2964 (($ $ $) 75)) (** (($ $ (-771)) 81) (($ $ (-566)) 80)) (* (($ $ $) 76)) (-4142 (((-566) $) NIL)))
+(((-538) (-13 (-1102 (-1157) (-1175) (-566) (-225) (-862)) (-614 (-1103)) (-10 -8 (-15 -2440 ((-52) $)) (-15 -1945 ($ (-1103))) (-15 -2786 ($ $ (-644 $))) (-15 -1815 ($ $ (-644 (-1175)) (-1175))) (-15 -3733 ($ $ (-644 (-1175)))) (-15 -2964 ($ $ $)) (-15 * ($ $ $)) (-15 -2990 ($ $ $)) (-15 ** ($ $ (-771))) (-15 ** ($ $ (-566))) (-15 0 ($) -4388) (-15 1 ($) -4388) (-15 -1312 ($ $)) (-15 -3457 ((-1157) $)) (-15 -2567 ($ (-1157))) (-15 -2865 ((-1175) (-644 $))) (-15 -3298 ((-1175) (-1175) (-644 $)))))) (T -538))
+((-2440 (*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-538)))) (-1945 (*1 *1 *2) (-12 (-5 *2 (-1103)) (-5 *1 (-538)))) (-2786 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-538))) (-5 *1 (-538)))) (-1815 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-1175)) (-5 *1 (-538)))) (-3733 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-538)))) (-2964 (*1 *1 *1 *1) (-5 *1 (-538))) (* (*1 *1 *1 *1) (-5 *1 (-538))) (-2990 (*1 *1 *1 *1) (-5 *1 (-538))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-538)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-538)))) (-3410 (*1 *1) (-5 *1 (-538))) (-3424 (*1 *1) (-5 *1 (-538))) (-1312 (*1 *1 *1) (-5 *1 (-538))) (-3457 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-538)))) (-2567 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-538)))) (-2865 (*1 *2 *3) (-12 (-5 *3 (-644 (-538))) (-5 *2 (-1175)) (-5 *1 (-538)))) (-3298 (*1 *2 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-538))) (-5 *1 (-538)))))
+(-13 (-1102 (-1157) (-1175) (-566) (-225) (-862)) (-614 (-1103)) (-10 -8 (-15 -2440 ((-52) $)) (-15 -1945 ($ (-1103))) (-15 -2786 ($ $ (-644 $))) (-15 -1815 ($ $ (-644 (-1175)) (-1175))) (-15 -3733 ($ $ (-644 (-1175)))) (-15 -2964 ($ $ $)) (-15 * ($ $ $)) (-15 -2990 ($ $ $)) (-15 ** ($ $ (-771))) (-15 ** ($ $ (-566))) (-15 (-3410) ($) -4388) (-15 (-3424) ($) -4388) (-15 -1312 ($ $)) (-15 -3457 ((-1157) $)) (-15 -2567 ($ (-1157))) (-15 -2865 ((-1175) (-644 $))) (-15 -3298 ((-1175) (-1175) (-644 $)))))
+((-3560 ((|#2| |#2|) 17)) (-1542 ((|#2| |#2|) 13)) (-2441 ((|#2| |#2| (-566) (-566)) 20)) (-2228 ((|#2| |#2|) 15)))
+(((-539 |#1| |#2|) (-10 -7 (-15 -1542 (|#2| |#2|)) (-15 -2228 (|#2| |#2|)) (-15 -3560 (|#2| |#2|)) (-15 -2441 (|#2| |#2| (-566) (-566)))) (-13 (-558) (-147)) (-1256 |#1|)) (T -539))
+((-2441 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-566)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-539 *4 *2)) (-4 *2 (-1256 *4)))) (-3560 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2)) (-4 *2 (-1256 *3)))) (-2228 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2)) (-4 *2 (-1256 *3)))) (-1542 (*1 *2 *2) (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2)) (-4 *2 (-1256 *3)))))
+(-10 -7 (-15 -1542 (|#2| |#2|)) (-15 -2228 (|#2| |#2|)) (-15 -3560 (|#2| |#2|)) (-15 -2441 (|#2| |#2| (-566) (-566))))
+((-1359 (((-644 (-295 (-952 |#2|))) (-644 |#2|) (-644 (-1175))) 32)) (-2901 (((-644 |#2|) (-952 |#1|) |#3|) 54) (((-644 |#2|) (-1171 |#1|) |#3|) 53)) (-2880 (((-644 (-644 |#2|)) (-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)) |#3|) 106)))
+(((-540 |#1| |#2| |#3|) (-10 -7 (-15 -2901 ((-644 |#2|) (-1171 |#1|) |#3|)) (-15 -2901 ((-644 |#2|) (-952 |#1|) |#3|)) (-15 -2880 ((-644 (-644 |#2|)) (-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)) |#3|)) (-15 -1359 ((-644 (-295 (-952 |#2|))) (-644 |#2|) (-644 (-1175))))) (-454) (-365) (-13 (-365) (-848))) (T -540))
+((-1359 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-1175))) (-4 *6 (-365)) (-5 *2 (-644 (-295 (-952 *6)))) (-5 *1 (-540 *5 *6 *7)) (-4 *5 (-454)) (-4 *7 (-13 (-365) (-848))))) (-2880 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-644 (-644 *7))) (-5 *1 (-540 *6 *7 *5)) (-4 *7 (-365)) (-4 *5 (-13 (-365) (-848))))) (-2901 (*1 *2 *3 *4) (-12 (-5 *3 (-952 *5)) (-4 *5 (-454)) (-5 *2 (-644 *6)) (-5 *1 (-540 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))) (-2901 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *5)) (-4 *5 (-454)) (-5 *2 (-644 *6)) (-5 *1 (-540 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))))
+(-10 -7 (-15 -2901 ((-644 |#2|) (-1171 |#1|) |#3|)) (-15 -2901 ((-644 |#2|) (-952 |#1|) |#3|)) (-15 -2880 ((-644 (-644 |#2|)) (-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)) |#3|)) (-15 -1359 ((-644 (-295 (-952 |#2|))) (-644 |#2|) (-644 (-1175)))))
+((-2361 ((|#2| |#2| |#1|) 17)) (-1678 ((|#2| (-644 |#2|)) 31)) (-3762 ((|#2| (-644 |#2|)) 52)))
+(((-541 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1678 (|#2| (-644 |#2|))) (-15 -3762 (|#2| (-644 |#2|))) (-15 -2361 (|#2| |#2| |#1|))) (-308) (-1241 |#1|) |#1| (-1 |#1| |#1| (-771))) (T -541))
+((-2361 (*1 *2 *2 *3) (-12 (-4 *3 (-308)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-771))) (-5 *1 (-541 *3 *2 *4 *5)) (-4 *2 (-1241 *3)))) (-3762 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-1241 *4)) (-5 *1 (-541 *4 *2 *5 *6)) (-4 *4 (-308)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-771))))) (-1678 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-1241 *4)) (-5 *1 (-541 *4 *2 *5 *6)) (-4 *4 (-308)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-771))))))
+(-10 -7 (-15 -1678 (|#2| (-644 |#2|))) (-15 -3762 (|#2| (-644 |#2|))) (-15 -2361 (|#2| |#2| |#1|)))
+((-3846 (((-420 (-1171 |#4|)) (-1171 |#4|) (-1 (-420 (-1171 |#3|)) (-1171 |#3|))) 89) (((-420 |#4|) |#4| (-1 (-420 (-1171 |#3|)) (-1171 |#3|))) 218)))
+(((-542 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3846 ((-420 |#4|) |#4| (-1 (-420 (-1171 |#3|)) (-1171 |#3|)))) (-15 -3846 ((-420 (-1171 |#4|)) (-1171 |#4|) (-1 (-420 (-1171 |#3|)) (-1171 |#3|))))) (-850) (-793) (-13 (-308) (-147)) (-949 |#3| |#2| |#1|)) (T -542))
+((-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-420 (-1171 *7)) (-1171 *7))) (-4 *7 (-13 (-308) (-147))) (-4 *5 (-850)) (-4 *6 (-793)) (-4 *8 (-949 *7 *6 *5)) (-5 *2 (-420 (-1171 *8))) (-5 *1 (-542 *5 *6 *7 *8)) (-5 *3 (-1171 *8)))) (-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-420 (-1171 *7)) (-1171 *7))) (-4 *7 (-13 (-308) (-147))) (-4 *5 (-850)) (-4 *6 (-793)) (-5 *2 (-420 *3)) (-5 *1 (-542 *5 *6 *7 *3)) (-4 *3 (-949 *7 *6 *5)))))
+(-10 -7 (-15 -3846 ((-420 |#4|) |#4| (-1 (-420 (-1171 |#3|)) (-1171 |#3|)))) (-15 -3846 ((-420 (-1171 |#4|)) (-1171 |#4|) (-1 (-420 (-1171 |#3|)) (-1171 |#3|)))))
+((-3560 ((|#4| |#4|) 74)) (-1542 ((|#4| |#4|) 70)) (-2441 ((|#4| |#4| (-566) (-566)) 76)) (-2228 ((|#4| |#4|) 72)))
+(((-543 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1542 (|#4| |#4|)) (-15 -2228 (|#4| |#4|)) (-15 -3560 (|#4| |#4|)) (-15 -2441 (|#4| |#4| (-566) (-566)))) (-13 (-365) (-370) (-614 (-566))) (-1241 |#1|) (-724 |#1| |#2|) (-1256 |#3|)) (T -543))
+((-2441 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-566)) (-4 *4 (-13 (-365) (-370) (-614 *3))) (-4 *5 (-1241 *4)) (-4 *6 (-724 *4 *5)) (-5 *1 (-543 *4 *5 *6 *2)) (-4 *2 (-1256 *6)))) (-3560 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1241 *3)) (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1256 *5)))) (-2228 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1241 *3)) (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1256 *5)))) (-1542 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1241 *3)) (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1256 *5)))))
+(-10 -7 (-15 -1542 (|#4| |#4|)) (-15 -2228 (|#4| |#4|)) (-15 -3560 (|#4| |#4|)) (-15 -2441 (|#4| |#4| (-566) (-566))))
+((-3560 ((|#2| |#2|) 27)) (-1542 ((|#2| |#2|) 23)) (-2441 ((|#2| |#2| (-566) (-566)) 29)) (-2228 ((|#2| |#2|) 25)))
+(((-544 |#1| |#2|) (-10 -7 (-15 -1542 (|#2| |#2|)) (-15 -2228 (|#2| |#2|)) (-15 -3560 (|#2| |#2|)) (-15 -2441 (|#2| |#2| (-566) (-566)))) (-13 (-365) (-370) (-614 (-566))) (-1256 |#1|)) (T -544))
+((-2441 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-566)) (-4 *4 (-13 (-365) (-370) (-614 *3))) (-5 *1 (-544 *4 *2)) (-4 *2 (-1256 *4)))) (-3560 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2)) (-4 *2 (-1256 *3)))) (-2228 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2)) (-4 *2 (-1256 *3)))) (-1542 (*1 *2 *2) (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2)) (-4 *2 (-1256 *3)))))
+(-10 -7 (-15 -1542 (|#2| |#2|)) (-15 -2228 (|#2| |#2|)) (-15 -3560 (|#2| |#2|)) (-15 -2441 (|#2| |#2| (-566) (-566))))
+((-2693 (((-3 (-566) "failed") |#2| |#1| (-1 (-3 (-566) "failed") |#1|)) 18) (((-3 (-566) "failed") |#2| |#1| (-566) (-1 (-3 (-566) "failed") |#1|)) 14) (((-3 (-566) "failed") |#2| (-566) (-1 (-3 (-566) "failed") |#1|)) 32)))
+(((-545 |#1| |#2|) (-10 -7 (-15 -2693 ((-3 (-566) "failed") |#2| (-566) (-1 (-3 (-566) "failed") |#1|))) (-15 -2693 ((-3 (-566) "failed") |#2| |#1| (-566) (-1 (-3 (-566) "failed") |#1|))) (-15 -2693 ((-3 (-566) "failed") |#2| |#1| (-1 (-3 (-566) "failed") |#1|)))) (-1049) (-1241 |#1|)) (T -545))
+((-2693 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-566) "failed") *4)) (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-545 *4 *3)) (-4 *3 (-1241 *4)))) (-2693 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-566) "failed") *4)) (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-545 *4 *3)) (-4 *3 (-1241 *4)))) (-2693 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-566) "failed") *5)) (-4 *5 (-1049)) (-5 *2 (-566)) (-5 *1 (-545 *5 *3)) (-4 *3 (-1241 *5)))))
+(-10 -7 (-15 -2693 ((-3 (-566) "failed") |#2| (-566) (-1 (-3 (-566) "failed") |#1|))) (-15 -2693 ((-3 (-566) "failed") |#2| |#1| (-566) (-1 (-3 (-566) "failed") |#1|))) (-15 -2693 ((-3 (-566) "failed") |#2| |#1| (-1 (-3 (-566) "failed") |#1|))))
+((-3748 (($ $ $) 84)) (-1615 (((-420 $) $) 52)) (-1821 (((-3 (-566) "failed") $) 64)) (-3213 (((-566) $) 42)) (-2165 (((-3 (-409 (-566)) "failed") $) 79)) (-2070 (((-112) $) 26)) (-1662 (((-409 (-566)) $) 77)) (-2422 (((-112) $) 55)) (-3249 (($ $ $ $) 92)) (-3540 (((-112) $) 17)) (-1757 (($ $ $) 62)) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 74)) (-1982 (((-3 $ "failed") $) 69)) (-2471 (($ $) 24)) (-3992 (($ $ $) 90)) (-1783 (($) 65)) (-3239 (($ $) 58)) (-3846 (((-420 $) $) 50)) (-2340 (((-112) $) 15)) (-3075 (((-771) $) 32)) (-2324 (($ $ (-771)) NIL) (($ $) 11)) (-1800 (($ $) 18)) (-1945 (((-566) $) NIL) (((-538) $) 41) (((-892 (-566)) $) 45) (((-381) $) 35) (((-225) $) 38)) (-2910 (((-771)) 9)) (-3468 (((-112) $ $) 21)) (-1510 (($ $ $) 60)))
+(((-546 |#1|) (-10 -8 (-15 -3992 (|#1| |#1| |#1|)) (-15 -3249 (|#1| |#1| |#1| |#1|)) (-15 -2471 (|#1| |#1|)) (-15 -1800 (|#1| |#1|)) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -3748 (|#1| |#1| |#1|)) (-15 -3468 ((-112) |#1| |#1|)) (-15 -2340 ((-112) |#1|)) (-15 -1783 (|#1|)) (-15 -1982 ((-3 |#1| "failed") |#1|)) (-15 -1945 ((-225) |#1|)) (-15 -1945 ((-381) |#1|)) (-15 -1757 (|#1| |#1| |#1|)) (-15 -3239 (|#1| |#1|)) (-15 -1510 (|#1| |#1| |#1|)) (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1945 ((-566) |#1|)) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -3540 ((-112) |#1|)) (-15 -3075 ((-771) |#1|)) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -2422 ((-112) |#1|)) (-15 -2910 ((-771)))) (-547)) (T -546))
+((-2910 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-546 *3)) (-4 *3 (-547)))))
+(-10 -8 (-15 -3992 (|#1| |#1| |#1|)) (-15 -3249 (|#1| |#1| |#1| |#1|)) (-15 -2471 (|#1| |#1|)) (-15 -1800 (|#1| |#1|)) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -3748 (|#1| |#1| |#1|)) (-15 -3468 ((-112) |#1| |#1|)) (-15 -2340 ((-112) |#1|)) (-15 -1783 (|#1|)) (-15 -1982 ((-3 |#1| "failed") |#1|)) (-15 -1945 ((-225) |#1|)) (-15 -1945 ((-381) |#1|)) (-15 -1757 (|#1| |#1| |#1|)) (-15 -3239 (|#1| |#1|)) (-15 -1510 (|#1| |#1| |#1|)) (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1945 ((-566) |#1|)) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -3540 ((-112) |#1|)) (-15 -3075 ((-771) |#1|)) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -2422 ((-112) |#1|)) (-15 -2910 ((-771))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3748 (($ $ $) 90)) (-3569 (((-3 $ "failed") $ $) 20)) (-3759 (($ $ $ $) 79)) (-1778 (($ $) 57)) (-1615 (((-420 $) $) 58)) (-1621 (((-112) $ $) 130)) (-1907 (((-566) $) 119)) (-3476 (($ $ $) 93)) (-4145 (($) 18 T CONST)) (-1821 (((-3 (-566) "failed") $) 111)) (-3213 (((-566) $) 112)) (-4067 (($ $ $) 134)) (-2204 (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 109) (((-689 (-566)) (-689 $)) 108)) (-4185 (((-3 $ "failed") $) 37)) (-2165 (((-3 (-409 (-566)) "failed") $) 87)) (-2070 (((-112) $) 89)) (-1662 (((-409 (-566)) $) 88)) (-3341 (($) 86) (($ $) 85)) (-4078 (($ $ $) 133)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 128)) (-2422 (((-112) $) 59)) (-3249 (($ $ $ $) 77)) (-2322 (($ $ $) 91)) (-3540 (((-112) $) 121)) (-1757 (($ $ $) 102)) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 105)) (-1568 (((-112) $) 35)) (-2190 (((-112) $) 97)) (-1982 (((-3 $ "failed") $) 99)) (-4049 (((-112) $) 120)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 137)) (-3289 (($ $ $ $) 78)) (-1888 (($ $ $) 122)) (-3890 (($ $ $) 123)) (-2471 (($ $) 81)) (-2715 (($ $) 94)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-3992 (($ $ $) 76)) (-1783 (($) 98 T CONST)) (-4068 (($ $) 83)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3239 (($ $) 103)) (-3846 (((-420 $) $) 56)) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 136) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 135)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 129)) (-2340 (((-112) $) 96)) (-3075 (((-771) $) 131)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 132)) (-2324 (($ $ (-771)) 116) (($ $) 114)) (-4054 (($ $) 82)) (-1800 (($ $) 84)) (-1945 (((-566) $) 113) (((-538) $) 107) (((-892 (-566)) $) 106) (((-381) $) 101) (((-225) $) 100)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-566)) 110)) (-2910 (((-771)) 32 T CONST)) (-3468 (((-112) $ $) 92)) (-1510 (($ $ $) 104)) (-2657 (((-112) $ $) 9)) (-4249 (($) 95)) (-3679 (((-112) $ $) 45)) (-2256 (($ $ $ $) 80)) (-3839 (($ $) 118)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-771)) 117) (($ $) 115)) (-2928 (((-112) $ $) 125)) (-2904 (((-112) $ $) 126)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 124)) (-2892 (((-112) $ $) 127)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-547) (-140)) (T -547))
-((-3419 (*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))) (-2664 (*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))) (-2576 (*1 *1) (-4 *1 (-547))) (-2440 (*1 *1 *1) (-4 *1 (-547))) (-3764 (*1 *1 *1 *1) (-4 *1 (-547))) (-2992 (*1 *2 *1 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))) (-1732 (*1 *1 *1 *1) (-4 *1 (-547))) (-2871 (*1 *1 *1 *1) (-4 *1 (-547))) (-3407 (*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))) (-1786 (*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-409 (-566))))) (-4391 (*1 *2 *1) (|partial| -12 (-4 *1 (-547)) (-5 *2 (-409 (-566))))) (-2715 (*1 *1) (-4 *1 (-547))) (-2715 (*1 *1 *1) (-4 *1 (-547))) (-1480 (*1 *1 *1) (-4 *1 (-547))) (-1847 (*1 *1 *1) (-4 *1 (-547))) (-2028 (*1 *1 *1) (-4 *1 (-547))) (-3479 (*1 *1 *1) (-4 *1 (-547))) (-1725 (*1 *1 *1 *1 *1) (-4 *1 (-547))) (-1345 (*1 *1 *1 *1 *1) (-4 *1 (-547))) (-2505 (*1 *1 *1 *1 *1) (-4 *1 (-547))) (-2501 (*1 *1 *1 *1 *1) (-4 *1 (-547))) (-1517 (*1 *1 *1 *1) (-4 *1 (-547))))
-(-13 (-1218) (-308) (-820) (-233) (-614 (-566)) (-1038 (-566)) (-639 (-566)) (-614 (-538)) (-614 (-892 (-566))) (-886 (-566)) (-143) (-1022) (-147) (-1150) (-10 -8 (-15 -3419 ((-112) $)) (-15 -2664 ((-112) $)) (-6 -4413) (-15 -2576 ($)) (-15 -2440 ($ $)) (-15 -3764 ($ $ $)) (-15 -2992 ((-112) $ $)) (-15 -1732 ($ $ $)) (-15 -2871 ($ $ $)) (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $)) (-15 -2715 ($)) (-15 -2715 ($ $)) (-15 -1480 ($ $)) (-15 -1847 ($ $)) (-15 -2028 ($ $)) (-15 -3479 ($ $)) (-15 -1725 ($ $ $ $)) (-15 -1345 ($ $ $ $)) (-15 -2505 ($ $ $ $)) (-15 -2501 ($ $ $ $)) (-15 -1517 ($ $ $)) (-6 -4412)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-143) . T) ((-172) . T) ((-614 (-225)) . T) ((-614 (-381)) . T) ((-614 (-538)) . T) ((-614 (-566)) . T) ((-614 (-892 (-566))) . T) ((-233) . T) ((-291) . T) ((-308) . T) ((-454) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-639 (-566)) . T) ((-717 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-820) . T) ((-848) . T) ((-850) . T) ((-886 (-566)) . T) ((-920) . T) ((-1022) . T) ((-1038 (-566)) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) . T) ((-1218) . T))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-548) (-13 (-844) (-10 -8 (-15 -2463 ($) -1623)))) (T -548))
-((-2463 (*1 *1) (-5 *1 (-548))))
-(-13 (-844) (-10 -8 (-15 -2463 ($) -1623)))
+((-2190 (*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))) (-2340 (*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))) (-4249 (*1 *1) (-4 *1 (-547))) (-2715 (*1 *1 *1) (-4 *1 (-547))) (-3476 (*1 *1 *1 *1) (-4 *1 (-547))) (-3468 (*1 *2 *1 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))) (-2322 (*1 *1 *1 *1) (-4 *1 (-547))) (-3748 (*1 *1 *1 *1) (-4 *1 (-547))) (-2070 (*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))) (-1662 (*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-409 (-566))))) (-2165 (*1 *2 *1) (|partial| -12 (-4 *1 (-547)) (-5 *2 (-409 (-566))))) (-3341 (*1 *1) (-4 *1 (-547))) (-3341 (*1 *1 *1) (-4 *1 (-547))) (-1800 (*1 *1 *1) (-4 *1 (-547))) (-4068 (*1 *1 *1) (-4 *1 (-547))) (-4054 (*1 *1 *1) (-4 *1 (-547))) (-2471 (*1 *1 *1) (-4 *1 (-547))) (-2256 (*1 *1 *1 *1 *1) (-4 *1 (-547))) (-3759 (*1 *1 *1 *1 *1) (-4 *1 (-547))) (-3289 (*1 *1 *1 *1 *1) (-4 *1 (-547))) (-3249 (*1 *1 *1 *1 *1) (-4 *1 (-547))) (-3992 (*1 *1 *1 *1) (-4 *1 (-547))))
+(-13 (-1219) (-308) (-820) (-233) (-614 (-566)) (-1038 (-566)) (-639 (-566)) (-614 (-538)) (-614 (-892 (-566))) (-886 (-566)) (-143) (-1022) (-147) (-1150) (-10 -8 (-15 -2190 ((-112) $)) (-15 -2340 ((-112) $)) (-6 -4414) (-15 -4249 ($)) (-15 -2715 ($ $)) (-15 -3476 ($ $ $)) (-15 -3468 ((-112) $ $)) (-15 -2322 ($ $ $)) (-15 -3748 ($ $ $)) (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $)) (-15 -3341 ($)) (-15 -3341 ($ $)) (-15 -1800 ($ $)) (-15 -4068 ($ $)) (-15 -4054 ($ $)) (-15 -2471 ($ $)) (-15 -2256 ($ $ $ $)) (-15 -3759 ($ $ $ $)) (-15 -3289 ($ $ $ $)) (-15 -3249 ($ $ $ $)) (-15 -3992 ($ $ $)) (-6 -4413)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-143) . T) ((-172) . T) ((-614 (-225)) . T) ((-614 (-381)) . T) ((-614 (-538)) . T) ((-614 (-566)) . T) ((-614 (-892 (-566))) . T) ((-233) . T) ((-291) . T) ((-308) . T) ((-454) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-639 (-566)) . T) ((-717 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-820) . T) ((-848) . T) ((-850) . T) ((-886 (-566)) . T) ((-920) . T) ((-1022) . T) ((-1038 (-566)) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) . T) ((-1219) . T))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-548) (-13 (-844) (-10 -8 (-15 -4145 ($) -4388)))) (T -548))
+((-4145 (*1 *1) (-5 *1 (-548))))
+(-13 (-844) (-10 -8 (-15 -4145 ($) -4388)))
((|Integer|) (NOT (> (INTEGER-LENGTH |#1|) 16)))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-549) (-13 (-844) (-10 -8 (-15 -2463 ($) -1623)))) (T -549))
-((-2463 (*1 *1) (-5 *1 (-549))))
-(-13 (-844) (-10 -8 (-15 -2463 ($) -1623)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-549) (-13 (-844) (-10 -8 (-15 -4145 ($) -4388)))) (T -549))
+((-4145 (*1 *1) (-5 *1 (-549))))
+(-13 (-844) (-10 -8 (-15 -4145 ($) -4388)))
((|Integer|) (NOT (> (INTEGER-LENGTH |#1|) 32)))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-550) (-13 (-844) (-10 -8 (-15 -2463 ($) -1623)))) (T -550))
-((-2463 (*1 *1) (-5 *1 (-550))))
-(-13 (-844) (-10 -8 (-15 -2463 ($) -1623)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-550) (-13 (-844) (-10 -8 (-15 -4145 ($) -4388)))) (T -550))
+((-4145 (*1 *1) (-5 *1 (-550))))
+(-13 (-844) (-10 -8 (-15 -4145 ($) -4388)))
((|Integer|) (NOT (> (INTEGER-LENGTH |#1|) 64)))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-551) (-13 (-844) (-10 -8 (-15 -2463 ($) -1623)))) (T -551))
-((-2463 (*1 *1) (-5 *1 (-551))))
-(-13 (-844) (-10 -8 (-15 -2463 ($) -1623)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-551) (-13 (-844) (-10 -8 (-15 -4145 ($) -4388)))) (T -551))
+((-4145 (*1 *1) (-5 *1 (-551))))
+(-13 (-844) (-10 -8 (-15 -4145 ($) -4388)))
((|Integer|) (NOT (> (INTEGER-LENGTH |#1|) 8)))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-1944 (((-1269) $ |#1| |#1|) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#2| $ |#1| |#2|) NIL)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 |#2| "failed") |#1| $) NIL)) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) NIL)) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) NIL)) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 ((|#1| $) NIL (|has| |#1| (-850)))) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-4050 ((|#1| $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4052 (((-644 |#1|) $) NIL)) (-1826 (((-112) |#1| $) NIL)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3725 (((-644 |#1|) $) NIL)) (-1644 (((-112) |#1| $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3908 ((|#2| $) NIL (|has| |#1| (-850)))) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-3152 (((-862) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-552 |#1| |#2| |#3|) (-13 (-1190 |#1| |#2|) (-10 -7 (-6 -4414))) (-1099) (-1099) (-13 (-1190 |#1| |#2|) (-10 -7 (-6 -4414)))) (T -552))
-NIL
-(-13 (-1190 |#1| |#2|) (-10 -7 (-6 -4414)))
-((-2467 (((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-1 (-1171 |#2|) (-1171 |#2|))) 50)))
-(((-553 |#1| |#2|) (-10 -7 (-15 -2467 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-1 (-1171 |#2|) (-1171 |#2|))))) (-558) (-13 (-27) (-432 |#1|))) (T -553))
-((-2467 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-612 *3)) (-5 *5 (-1 (-1171 *3) (-1171 *3))) (-4 *3 (-13 (-27) (-432 *6))) (-4 *6 (-558)) (-5 *2 (-587 *3)) (-5 *1 (-553 *6 *3)))))
-(-10 -7 (-15 -2467 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-1 (-1171 |#2|) (-1171 |#2|)))))
-((-2430 (((-587 |#5|) |#5| (-1 |#3| |#3|)) 218)) (-4121 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 214)) (-4012 (((-587 |#5|) |#5| (-1 |#3| |#3|)) 222)))
-(((-554 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4012 ((-587 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2430 ((-587 |#5|) |#5| (-1 |#3| |#3|))) (-15 -4121 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-558) (-1038 (-566))) (-13 (-27) (-432 |#1|)) (-1240 |#2|) (-1240 (-409 |#3|)) (-344 |#2| |#3| |#4|)) (T -554))
-((-4121 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-27) (-432 *4))) (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *7 (-1240 (-409 *6))) (-5 *1 (-554 *4 *5 *6 *7 *2)) (-4 *2 (-344 *5 *6 *7)))) (-2430 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1240 *6)) (-4 *6 (-13 (-27) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)))) (-4 *8 (-1240 (-409 *7))) (-5 *2 (-587 *3)) (-5 *1 (-554 *5 *6 *7 *8 *3)) (-4 *3 (-344 *6 *7 *8)))) (-4012 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1240 *6)) (-4 *6 (-13 (-27) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)))) (-4 *8 (-1240 (-409 *7))) (-5 *2 (-587 *3)) (-5 *1 (-554 *5 *6 *7 *8 *3)) (-4 *3 (-344 *6 *7 *8)))))
-(-10 -7 (-15 -4012 ((-587 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2430 ((-587 |#5|) |#5| (-1 |#3| |#3|))) (-15 -4121 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
-((-2982 (((-112) (-566) (-566)) 12)) (-4003 (((-566) (-566)) 7)) (-1912 (((-566) (-566) (-566)) 10)))
-(((-555) (-10 -7 (-15 -4003 ((-566) (-566))) (-15 -1912 ((-566) (-566) (-566))) (-15 -2982 ((-112) (-566) (-566))))) (T -555))
-((-2982 (*1 *2 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-112)) (-5 *1 (-555)))) (-1912 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-555)))) (-4003 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-555)))))
-(-10 -7 (-15 -4003 ((-566) (-566))) (-15 -1912 ((-566) (-566) (-566))) (-15 -2982 ((-112) (-566) (-566))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-4169 ((|#1| $) 67)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3963 (($ $) 97)) (-3630 (($ $) 80)) (-3920 ((|#1| $) 68)) (-3967 (((-3 $ "failed") $ $) 20)) (-1635 (($ $) 79)) (-3941 (($ $) 96)) (-3602 (($ $) 81)) (-3986 (($ $) 95)) (-3656 (($ $) 82)) (-2463 (($) 18 T CONST)) (-2229 (((-3 (-566) "failed") $) 75)) (-4158 (((-566) $) 76)) (-3245 (((-3 $ "failed") $) 37)) (-3903 (($ |#1| |#1|) 72)) (-2528 (((-112) $) 66)) (-2281 (($) 107)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 78)) (-3233 (((-112) $) 65)) (-1478 (($ $ $) 113)) (-2599 (($ $ $) 112)) (-3619 (($ $) 104)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-1392 (($ |#1| |#1|) 73) (($ |#1|) 71) (($ (-409 (-566))) 70)) (-2156 ((|#1| $) 69)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2978 (((-3 $ "failed") $ $) 48)) (-3521 (($ $) 105)) (-3996 (($ $) 94)) (-3670 (($ $) 83)) (-3976 (($ $) 93)) (-3643 (($ $) 84)) (-3952 (($ $) 92)) (-3618 (($ $) 85)) (-2910 (((-112) $ |#1|) 64)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-566)) 74)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4032 (($ $) 103)) (-3892 (($ $) 91)) (-3014 (((-112) $ $) 45)) (-4008 (($ $) 102)) (-3684 (($ $) 90)) (-4057 (($ $) 101)) (-3917 (($ $) 89)) (-3964 (($ $) 100)) (-3929 (($ $) 88)) (-4044 (($ $) 99)) (-3904 (($ $) 87)) (-4020 (($ $) 98)) (-3879 (($ $) 86)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2968 (((-112) $ $) 110)) (-2946 (((-112) $ $) 109)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 111)) (-2935 (((-112) $ $) 108)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ $) 106) (($ $ (-409 (-566))) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
-(((-556 |#1|) (-140) (-13 (-406) (-1199))) (T -556))
-((-1392 (*1 *1 *2 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199))))) (-3903 (*1 *1 *2 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199))))) (-1392 (*1 *1 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199))))) (-1392 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1199))))) (-2156 (*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199))))) (-3920 (*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199))))) (-4169 (*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199))))) (-2528 (*1 *2 *1) (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1199))) (-5 *2 (-112)))) (-3233 (*1 *2 *1) (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1199))) (-5 *2 (-112)))) (-2910 (*1 *2 *1 *3) (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1199))) (-5 *2 (-112)))))
-(-13 (-454) (-850) (-1199) (-1002) (-1038 (-566)) (-10 -8 (-6 -3603) (-15 -1392 ($ |t#1| |t#1|)) (-15 -3903 ($ |t#1| |t#1|)) (-15 -1392 ($ |t#1|)) (-15 -1392 ($ (-409 (-566)))) (-15 -2156 (|t#1| $)) (-15 -3920 (|t#1| $)) (-15 -4169 (|t#1| $)) (-15 -2528 ((-112) $)) (-15 -3233 ((-112) $)) (-15 -2910 ((-112) $ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-95) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-285) . T) ((-291) . T) ((-454) . T) ((-495) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-850) . T) ((-1002) . T) ((-1038 (-566)) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1199) . T) ((-1202) . T))
-((-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 9)) (-2161 (($ $) 11)) (-2345 (((-112) $) 20)) (-3245 (((-3 $ "failed") $) 16)) (-3014 (((-112) $ $) 22)))
-(((-557 |#1|) (-10 -8 (-15 -2345 ((-112) |#1|)) (-15 -3014 ((-112) |#1| |#1|)) (-15 -2161 (|#1| |#1|)) (-15 -2112 ((-2 (|:| -2896 |#1|) (|:| -4401 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3245 ((-3 |#1| "failed") |#1|))) (-558)) (T -557))
-NIL
-(-10 -8 (-15 -2345 ((-112) |#1|)) (-15 -3014 ((-112) |#1| |#1|)) (-15 -2161 (|#1| |#1|)) (-15 -2112 ((-2 (|:| -2896 |#1|) (|:| -4401 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3245 ((-3 |#1| "failed") |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2978 (((-3 $ "failed") $ $) 48)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2656 (((-1270) $ |#1| |#1|) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#2| $ |#1| |#2|) NIL)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 |#2| "failed") |#1| $) NIL)) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) NIL)) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) NIL)) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 ((|#1| $) NIL (|has| |#1| (-850)))) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-3090 ((|#1| $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4416))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3391 (((-644 |#1|) $) NIL)) (-3977 (((-112) |#1| $) NIL)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-2033 (((-644 |#1|) $) NIL)) (-2686 (((-112) |#1| $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3604 ((|#2| $) NIL (|has| |#1| (-850)))) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-1650 (((-862) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-552 |#1| |#2| |#3|) (-13 (-1191 |#1| |#2|) (-10 -7 (-6 -4415))) (-1099) (-1099) (-13 (-1191 |#1| |#2|) (-10 -7 (-6 -4415)))) (T -552))
+NIL
+(-13 (-1191 |#1| |#2|) (-10 -7 (-6 -4415)))
+((-4192 (((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-1 (-1171 |#2|) (-1171 |#2|))) 50)))
+(((-553 |#1| |#2|) (-10 -7 (-15 -4192 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-1 (-1171 |#2|) (-1171 |#2|))))) (-558) (-13 (-27) (-432 |#1|))) (T -553))
+((-4192 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-612 *3)) (-5 *5 (-1 (-1171 *3) (-1171 *3))) (-4 *3 (-13 (-27) (-432 *6))) (-4 *6 (-558)) (-5 *2 (-587 *3)) (-5 *1 (-553 *6 *3)))))
+(-10 -7 (-15 -4192 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-1 (-1171 |#2|) (-1171 |#2|)))))
+((-3831 (((-587 |#5|) |#5| (-1 |#3| |#3|)) 218)) (-2476 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 214)) (-2704 (((-587 |#5|) |#5| (-1 |#3| |#3|)) 222)))
+(((-554 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2704 ((-587 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3831 ((-587 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2476 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-558) (-1038 (-566))) (-13 (-27) (-432 |#1|)) (-1241 |#2|) (-1241 (-409 |#3|)) (-344 |#2| |#3| |#4|)) (T -554))
+((-2476 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-27) (-432 *4))) (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *7 (-1241 (-409 *6))) (-5 *1 (-554 *4 *5 *6 *7 *2)) (-4 *2 (-344 *5 *6 *7)))) (-3831 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1241 *6)) (-4 *6 (-13 (-27) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)))) (-4 *8 (-1241 (-409 *7))) (-5 *2 (-587 *3)) (-5 *1 (-554 *5 *6 *7 *8 *3)) (-4 *3 (-344 *6 *7 *8)))) (-2704 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1241 *6)) (-4 *6 (-13 (-27) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566)))) (-4 *8 (-1241 (-409 *7))) (-5 *2 (-587 *3)) (-5 *1 (-554 *5 *6 *7 *8 *3)) (-4 *3 (-344 *6 *7 *8)))))
+(-10 -7 (-15 -2704 ((-587 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3831 ((-587 |#5|) |#5| (-1 |#3| |#3|))) (-15 -2476 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
+((-3358 (((-112) (-566) (-566)) 12)) (-2616 (((-566) (-566)) 7)) (-3595 (((-566) (-566) (-566)) 10)))
+(((-555) (-10 -7 (-15 -2616 ((-566) (-566))) (-15 -3595 ((-566) (-566) (-566))) (-15 -3358 ((-112) (-566) (-566))))) (T -555))
+((-3358 (*1 *2 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-112)) (-5 *1 (-555)))) (-3595 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-555)))) (-2616 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-555)))))
+(-10 -7 (-15 -2616 ((-566) (-566))) (-15 -3595 ((-566) (-566) (-566))) (-15 -3358 ((-112) (-566) (-566))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-2555 ((|#1| $) 67)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-4175 (($ $) 97)) (-4026 (($ $) 80)) (-1307 ((|#1| $) 68)) (-3569 (((-3 $ "failed") $ $) 20)) (-3856 (($ $) 79)) (-4153 (($ $) 96)) (-4005 (($ $) 81)) (-4198 (($ $) 95)) (-4050 (($ $) 82)) (-4145 (($) 18 T CONST)) (-1821 (((-3 (-566) "failed") $) 75)) (-3213 (((-566) $) 76)) (-4185 (((-3 $ "failed") $) 37)) (-4303 (($ |#1| |#1|) 72)) (-3540 (((-112) $) 66)) (-2528 (($) 107)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 78)) (-4049 (((-112) $) 65)) (-1888 (($ $ $) 113)) (-3890 (($ $ $) 112)) (-1658 (($ $) 104)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-1966 (($ |#1| |#1|) 73) (($ |#1|) 71) (($ (-409 (-566))) 70)) (-4238 ((|#1| $) 69)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-4116 (((-3 $ "failed") $ $) 48)) (-1983 (($ $) 105)) (-4209 (($ $) 94)) (-4065 (($ $) 83)) (-4186 (($ $) 93)) (-4038 (($ $) 84)) (-4164 (($ $) 92)) (-4015 (($ $) 85)) (-2816 (((-112) $ |#1|) 64)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-566)) 74)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-4241 (($ $) 103)) (-4100 (($ $) 91)) (-3679 (((-112) $ $) 45)) (-4220 (($ $) 102)) (-4077 (($ $) 90)) (-4264 (($ $) 101)) (-4127 (($ $) 89)) (-2462 (($ $) 100)) (-4140 (($ $) 88)) (-4253 (($ $) 99)) (-4114 (($ $) 87)) (-4230 (($ $) 98)) (-4088 (($ $) 86)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2928 (((-112) $ $) 110)) (-2904 (((-112) $ $) 109)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 111)) (-2892 (((-112) $ $) 108)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ $) 106) (($ $ (-409 (-566))) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+(((-556 |#1|) (-140) (-13 (-406) (-1200))) (T -556))
+((-1966 (*1 *1 *2 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200))))) (-4303 (*1 *1 *2 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200))))) (-1966 (*1 *1 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200))))) (-1966 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1200))))) (-4238 (*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200))))) (-1307 (*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200))))) (-2555 (*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200))))) (-3540 (*1 *2 *1) (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1200))) (-5 *2 (-112)))) (-4049 (*1 *2 *1) (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1200))) (-5 *2 (-112)))) (-2816 (*1 *2 *1 *3) (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1200))) (-5 *2 (-112)))))
+(-13 (-454) (-850) (-1200) (-1002) (-1038 (-566)) (-10 -8 (-6 -1645) (-15 -1966 ($ |t#1| |t#1|)) (-15 -4303 ($ |t#1| |t#1|)) (-15 -1966 ($ |t#1|)) (-15 -1966 ($ (-409 (-566)))) (-15 -4238 (|t#1| $)) (-15 -1307 (|t#1| $)) (-15 -2555 (|t#1| $)) (-15 -3540 ((-112) $)) (-15 -4049 ((-112) $)) (-15 -2816 ((-112) $ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-95) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-285) . T) ((-291) . T) ((-454) . T) ((-495) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-850) . T) ((-1002) . T) ((-1038 (-566)) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1200) . T) ((-1203) . T))
+((-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 9)) (-4282 (($ $) 11)) (-2296 (((-112) $) 20)) (-4185 (((-3 $ "failed") $) 16)) (-3679 (((-112) $ $) 22)))
+(((-557 |#1|) (-10 -8 (-15 -2296 ((-112) |#1|)) (-15 -3679 ((-112) |#1| |#1|)) (-15 -4282 (|#1| |#1|)) (-15 -1860 ((-2 (|:| -2666 |#1|) (|:| -4402 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -4185 ((-3 |#1| "failed") |#1|))) (-558)) (T -557))
+NIL
+(-10 -8 (-15 -2296 ((-112) |#1|)) (-15 -3679 ((-112) |#1| |#1|)) (-15 -4282 (|#1| |#1|)) (-15 -1860 ((-2 (|:| -2666 |#1|) (|:| -4402 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -4185 ((-3 |#1| "failed") |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4116 (((-3 $ "failed") $ $) 48)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-558) (-140)) (T -558))
-((-2978 (*1 *1 *1 *1) (|partial| -4 *1 (-558))) (-2112 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2896 *1) (|:| -4401 *1) (|:| |associate| *1))) (-4 *1 (-558)))) (-2161 (*1 *1 *1) (-4 *1 (-558))) (-3014 (*1 *2 *1 *1) (-12 (-4 *1 (-558)) (-5 *2 (-112)))) (-2345 (*1 *2 *1) (-12 (-4 *1 (-558)) (-5 *2 (-112)))))
-(-13 (-172) (-38 $) (-291) (-10 -8 (-15 -2978 ((-3 $ "failed") $ $)) (-15 -2112 ((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $)) (-15 -2161 ($ $)) (-15 -3014 ((-112) $ $)) (-15 -2345 ((-112) $))))
+((-4116 (*1 *1 *1 *1) (|partial| -4 *1 (-558))) (-1860 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2666 *1) (|:| -4402 *1) (|:| |associate| *1))) (-4 *1 (-558)))) (-4282 (*1 *1 *1) (-4 *1 (-558))) (-3679 (*1 *2 *1 *1) (-12 (-4 *1 (-558)) (-5 *2 (-112)))) (-2296 (*1 *2 *1) (-12 (-4 *1 (-558)) (-5 *2 (-112)))))
+(-13 (-172) (-38 $) (-291) (-10 -8 (-15 -4116 ((-3 $ "failed") $ $)) (-15 -1860 ((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $)) (-15 -4282 ($ $)) (-15 -3679 ((-112) $ $)) (-15 -2296 ((-112) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-3937 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1175) (-644 |#2|)) 38)) (-2317 (((-587 |#2|) |#2| (-1175)) 63)) (-2838 (((-3 |#2| "failed") |#2| (-1175)) 156)) (-4065 (((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) (-612 |#2|) (-644 (-612 |#2|))) 159)) (-2582 (((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) |#2|) 41)))
-(((-559 |#1| |#2|) (-10 -7 (-15 -2582 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) |#2|)) (-15 -3937 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1175) (-644 |#2|))) (-15 -2838 ((-3 |#2| "failed") |#2| (-1175))) (-15 -2317 ((-587 |#2|) |#2| (-1175))) (-15 -4065 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) (-612 |#2|) (-644 (-612 |#2|))))) (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1199) (-432 |#1|))) (T -559))
-((-4065 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1175)) (-5 *6 (-644 (-612 *3))) (-5 *5 (-612 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *7))) (-4 *7 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3))) (-5 *1 (-559 *7 *3)))) (-2317 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-559 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))) (-2838 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-559 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))) (-3937 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-559 *6 *3)))) (-2582 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3))) (-5 *1 (-559 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))))
-(-10 -7 (-15 -2582 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) |#2|)) (-15 -3937 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1175) (-644 |#2|))) (-15 -2838 ((-3 |#2| "failed") |#2| (-1175))) (-15 -2317 ((-587 |#2|) |#2| (-1175))) (-15 -4065 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) (-612 |#2|) (-644 (-612 |#2|)))))
-((-1364 (((-420 |#1|) |#1|) 19)) (-1624 (((-420 |#1|) |#1|) 34)) (-1495 (((-3 |#1| "failed") |#1|) 51)) (-1879 (((-420 |#1|) |#1|) 64)))
-(((-560 |#1|) (-10 -7 (-15 -1624 ((-420 |#1|) |#1|)) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1879 ((-420 |#1|) |#1|)) (-15 -1495 ((-3 |#1| "failed") |#1|))) (-547)) (T -560))
-((-1495 (*1 *2 *2) (|partial| -12 (-5 *1 (-560 *2)) (-4 *2 (-547)))) (-1879 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547)))) (-1364 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547)))) (-1624 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547)))))
-(-10 -7 (-15 -1624 ((-420 |#1|) |#1|)) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1879 ((-420 |#1|) |#1|)) (-15 -1495 ((-3 |#1| "failed") |#1|)))
-((-2302 (($) 9)) (-2039 (((-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| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 35)) (-4052 (((-644 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $) 32)) (-3888 (($ (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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)) (-2638 (($ (-644 (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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)) (-2636 (((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 39)) (-3486 (((-644 (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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)) (-2629 (((-1269)) 12)))
-(((-561) (-10 -8 (-15 -2302 ($)) (-15 -2629 ((-1269))) (-15 -4052 ((-644 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -2638 ($ (-644 (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3888 ($ (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -2039 ((-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| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3486 ((-644 (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -2636 ((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -561))
-((-2636 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-3486 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-2039 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-3888 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-2638 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-4052 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-5 *1 (-561)))) (-2629 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-561)))) (-2302 (*1 *1) (-5 *1 (-561))))
-(-10 -8 (-15 -2302 ($)) (-15 -2629 ((-1269))) (-15 -4052 ((-644 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -2638 ($ (-644 (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3888 ($ (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -2039 ((-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| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3486 ((-644 (-2 (|:| -2674 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -2636 ((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2821 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
-((-1590 (((-1171 (-409 (-1171 |#2|))) |#2| (-612 |#2|) (-612 |#2|) (-1171 |#2|)) 35)) (-1325 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))) 105) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) |#2| (-1171 |#2|)) 115)) (-1760 (((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))) 85) (((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|)) 55)) (-1318 (((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| (-612 |#2|) |#2| (-409 (-1171 |#2|))) 92) (((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| |#2| (-1171 |#2|)) 114)) (-2041 (((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) (-612 |#2|) |#2| (-409 (-1171 |#2|))) 110) (((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) |#2| (-1171 |#2|)) 116)) (-1990 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2875 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))) 135 (|has| |#3| (-656 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2875 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|)) 134 (|has| |#3| (-656 |#2|)))) (-1757 ((|#2| (-1171 (-409 (-1171 |#2|))) (-612 |#2|) |#2|) 53)) (-2860 (((-1171 (-409 (-1171 |#2|))) (-1171 |#2|) (-612 |#2|)) 34)))
-(((-562 |#1| |#2| |#3|) (-10 -7 (-15 -1760 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|))) (-15 -1760 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -1318 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| |#2| (-1171 |#2|))) (-15 -1318 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -1325 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) |#2| (-1171 |#2|))) (-15 -1325 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -2041 ((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) |#2| (-1171 |#2|))) (-15 -2041 ((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -1590 ((-1171 (-409 (-1171 |#2|))) |#2| (-612 |#2|) (-612 |#2|) (-1171 |#2|))) (-15 -1757 (|#2| (-1171 (-409 (-1171 |#2|))) (-612 |#2|) |#2|)) (-15 -2860 ((-1171 (-409 (-1171 |#2|))) (-1171 |#2|) (-612 |#2|))) (IF (|has| |#3| (-656 |#2|)) (PROGN (-15 -1990 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2875 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|))) (-15 -1990 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2875 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))))) |%noBranch|)) (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))) (-13 (-432 |#1|) (-27) (-1199)) (-1099)) (T -562))
-((-1990 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-612 *4)) (-5 *6 (-409 (-1171 *4))) (-4 *4 (-13 (-432 *7) (-27) (-1199))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4)))) (-5 *1 (-562 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))) (-1990 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-612 *4)) (-5 *6 (-1171 *4)) (-4 *4 (-13 (-432 *7) (-27) (-1199))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4)))) (-5 *1 (-562 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *4 (-612 *6)) (-4 *6 (-13 (-432 *5) (-27) (-1199))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-1171 (-409 (-1171 *6)))) (-5 *1 (-562 *5 *6 *7)) (-5 *3 (-1171 *6)) (-4 *7 (-1099)))) (-1757 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1171 (-409 (-1171 *2)))) (-5 *4 (-612 *2)) (-4 *2 (-13 (-432 *5) (-27) (-1199))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *1 (-562 *5 *2 *6)) (-4 *6 (-1099)))) (-1590 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1199))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-1171 (-409 (-1171 *3)))) (-5 *1 (-562 *6 *3 *7)) (-5 *5 (-1171 *3)) (-4 *7 (-1099)))) (-2041 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-612 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175))) (-5 *5 (-409 (-1171 *2))) (-4 *2 (-13 (-432 *6) (-27) (-1199))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *1 (-562 *6 *2 *7)) (-4 *7 (-1099)))) (-2041 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-612 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175))) (-5 *5 (-1171 *2)) (-4 *2 (-13 (-432 *6) (-27) (-1199))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *1 (-562 *6 *2 *7)) (-4 *7 (-1099)))) (-1325 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3)) (-5 *6 (-409 (-1171 *3))) (-4 *3 (-13 (-432 *7) (-27) (-1199))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-562 *7 *3 *8)) (-4 *8 (-1099)))) (-1325 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3)) (-5 *6 (-1171 *3)) (-4 *3 (-13 (-432 *7) (-27) (-1199))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-562 *7 *3 *8)) (-4 *8 (-1099)))) (-1318 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-409 (-1171 *3))) (-4 *3 (-13 (-432 *6) (-27) (-1199))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3))) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))) (-1318 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-1171 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1199))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3))) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))) (-1760 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-612 *3)) (-5 *5 (-409 (-1171 *3))) (-4 *3 (-13 (-432 *6) (-27) (-1199))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))) (-1760 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-612 *3)) (-5 *5 (-1171 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1199))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))))
-(-10 -7 (-15 -1760 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|))) (-15 -1760 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -1318 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| |#2| (-1171 |#2|))) (-15 -1318 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -1325 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) |#2| (-1171 |#2|))) (-15 -1325 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -2041 ((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) |#2| (-1171 |#2|))) (-15 -2041 ((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -1590 ((-1171 (-409 (-1171 |#2|))) |#2| (-612 |#2|) (-612 |#2|) (-1171 |#2|))) (-15 -1757 (|#2| (-1171 (-409 (-1171 |#2|))) (-612 |#2|) |#2|)) (-15 -2860 ((-1171 (-409 (-1171 |#2|))) (-1171 |#2|) (-612 |#2|))) (IF (|has| |#3| (-656 |#2|)) (PROGN (-15 -1990 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2875 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|))) (-15 -1990 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2875 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))))) |%noBranch|))
-((-2115 (((-566) (-566) (-771)) 90)) (-2960 (((-566) (-566)) 88)) (-1970 (((-566) (-566)) 86)) (-4097 (((-566) (-566)) 92)) (-2654 (((-566) (-566) (-566)) 70)) (-2492 (((-566) (-566) (-566)) 67)) (-3295 (((-409 (-566)) (-566)) 30)) (-1941 (((-566) (-566)) 36)) (-4176 (((-566) (-566)) 79)) (-3700 (((-566) (-566)) 51)) (-2379 (((-644 (-566)) (-566)) 85)) (-1630 (((-566) (-566) (-566) (-566) (-566)) 63)) (-3539 (((-409 (-566)) (-566)) 60)))
-(((-563) (-10 -7 (-15 -3539 ((-409 (-566)) (-566))) (-15 -1630 ((-566) (-566) (-566) (-566) (-566))) (-15 -2379 ((-644 (-566)) (-566))) (-15 -3700 ((-566) (-566))) (-15 -4176 ((-566) (-566))) (-15 -1941 ((-566) (-566))) (-15 -3295 ((-409 (-566)) (-566))) (-15 -2492 ((-566) (-566) (-566))) (-15 -2654 ((-566) (-566) (-566))) (-15 -4097 ((-566) (-566))) (-15 -1970 ((-566) (-566))) (-15 -2960 ((-566) (-566))) (-15 -2115 ((-566) (-566) (-771))))) (T -563))
-((-2115 (*1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-771)) (-5 *1 (-563)))) (-2960 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-1970 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-4097 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-2654 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-2492 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-3295 (*1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-563)) (-5 *3 (-566)))) (-1941 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-4176 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-3700 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-2379 (*1 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-563)) (-5 *3 (-566)))) (-1630 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-3539 (*1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-563)) (-5 *3 (-566)))))
-(-10 -7 (-15 -3539 ((-409 (-566)) (-566))) (-15 -1630 ((-566) (-566) (-566) (-566) (-566))) (-15 -2379 ((-644 (-566)) (-566))) (-15 -3700 ((-566) (-566))) (-15 -4176 ((-566) (-566))) (-15 -1941 ((-566) (-566))) (-15 -3295 ((-409 (-566)) (-566))) (-15 -2492 ((-566) (-566) (-566))) (-15 -2654 ((-566) (-566) (-566))) (-15 -4097 ((-566) (-566))) (-15 -1970 ((-566) (-566))) (-15 -2960 ((-566) (-566))) (-15 -2115 ((-566) (-566) (-771))))
-((-4077 (((-2 (|:| |answer| |#4|) (|:| -3137 |#4|)) |#4| (-1 |#2| |#2|)) 56)))
-(((-564 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4077 ((-2 (|:| |answer| |#4|) (|:| -3137 |#4|)) |#4| (-1 |#2| |#2|)))) (-365) (-1240 |#1|) (-1240 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -564))
-((-4077 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365)) (-4 *7 (-1240 (-409 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -3137 *3))) (-5 *1 (-564 *5 *6 *7 *3)) (-4 *3 (-344 *5 *6 *7)))))
-(-10 -7 (-15 -4077 ((-2 (|:| |answer| |#4|) (|:| -3137 |#4|)) |#4| (-1 |#2| |#2|))))
-((-4077 (((-2 (|:| |answer| (-409 |#2|)) (|:| -3137 (-409 |#2|)) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|)) 18)))
-(((-565 |#1| |#2|) (-10 -7 (-15 -4077 ((-2 (|:| |answer| (-409 |#2|)) (|:| -3137 (-409 |#2|)) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|)))) (-365) (-1240 |#1|)) (T -565))
-((-4077 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |answer| (-409 *6)) (|:| -3137 (-409 *6)) (|:| |specpart| (-409 *6)) (|:| |polypart| *6))) (-5 *1 (-565 *5 *6)) (-5 *3 (-409 *6)))))
-(-10 -7 (-15 -4077 ((-2 (|:| |answer| (-409 |#2|)) (|:| -3137 (-409 |#2|)) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 30)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 97)) (-2161 (($ $) 98)) (-2345 (((-112) $) NIL)) (-2871 (($ $ $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1345 (($ $ $ $) 52)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL)) (-3764 (($ $ $) 92)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL)) (-4158 (((-566) $) NIL)) (-2933 (($ $ $) 54)) (-4089 (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 77) (((-689 (-566)) (-689 $)) 73)) (-3245 (((-3 $ "failed") $) 94)) (-4391 (((-3 (-409 (-566)) "failed") $) NIL)) (-3407 (((-112) $) NIL)) (-1786 (((-409 (-566)) $) NIL)) (-2715 (($) 79) (($ $) 80)) (-2945 (($ $ $) 91)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2501 (($ $ $ $) NIL)) (-1732 (($ $ $) 70)) (-2528 (((-112) $) NIL)) (-2413 (($ $ $) NIL)) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL)) (-2389 (((-112) $) 34)) (-3419 (((-112) $) 86)) (-2621 (((-3 $ "failed") $) NIL)) (-3233 (((-112) $) 43)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2505 (($ $ $ $) 55)) (-1478 (($ $ $) 88)) (-2599 (($ $ $) 87)) (-3479 (($ $) NIL)) (-2440 (($ $) 49)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) 69)) (-1517 (($ $ $) NIL)) (-3289 (($) NIL T CONST)) (-1847 (($ $) 38)) (-4072 (((-1119) $) 42)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 129)) (-2164 (($ $ $) 95) (($ (-644 $)) NIL)) (-2499 (($ $) NIL)) (-1624 (((-420 $) $) 115)) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL)) (-2978 (((-3 $ "failed") $ $) 113)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2664 (((-112) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 90)) (-3629 (($ $ (-771)) NIL) (($ $) NIL)) (-2028 (($ $) 40)) (-1480 (($ $) 36)) (-2376 (((-566) $) 48) (((-538) $) 64) (((-892 (-566)) $) NIL) (((-381) $) 58) (((-225) $) 61) (((-1157) $) 66)) (-3152 (((-862) $) 46) (($ (-566)) 47) (($ $) NIL) (($ (-566)) 47)) (-2593 (((-771)) NIL T CONST)) (-2992 (((-112) $ $) NIL)) (-2073 (($ $ $) NIL)) (-3044 (((-112) $ $) NIL)) (-2576 (($) 35)) (-3014 (((-112) $ $) NIL)) (-1725 (($ $ $ $) 51)) (-1358 (($ $) 78)) (-4356 (($) 6 T CONST)) (-4366 (($) 31 T CONST)) (-2226 (((-1157) $) 26) (((-1157) $ (-112)) 27) (((-1269) (-822) $) 28) (((-1269) (-822) $ (-112)) 29)) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-2968 (((-112) $ $) 50)) (-2946 (((-112) $ $) 81)) (-2914 (((-112) $ $) 33)) (-2956 (((-112) $ $) 83)) (-2935 (((-112) $ $) 10)) (-3012 (($ $) 16) (($ $ $) 39)) (-3002 (($ $ $) 37)) (** (($ $ (-921)) NIL) (($ $ (-771)) 85)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 84) (($ $ $) 53)))
-(((-566) (-13 (-547) (-614 (-1157)) (-828) (-10 -8 (-15 -2715 ($ $)) (-6 -4401) (-6 -4406) (-6 -4402) (-6 -4396)))) (T -566))
-((-2715 (*1 *1 *1) (-5 *1 (-566))))
-(-13 (-547) (-614 (-1157)) (-828) (-10 -8 (-15 -2715 ($ $)) (-6 -4401) (-6 -4406) (-6 -4402) (-6 -4396)))
-((-2659 (((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769) (-1062)) 119) (((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769)) 121)) (-3313 (((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1175)) 197) (((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1157)) 196) (((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381) (-1062)) 201) (((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381)) 202) (((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381)) 203) (((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381))))) 204) (((-1035) (-317 (-381)) (-1093 (-843 (-381)))) 192) (((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381)) 191) (((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381)) 187) (((-1035) (-769)) 179) (((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381) (-1062)) 186)))
-(((-567) (-10 -7 (-15 -3313 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381) (-1062))) (-15 -3313 ((-1035) (-769))) (-15 -3313 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381))) (-15 -3313 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381))) (-15 -3313 ((-1035) (-317 (-381)) (-1093 (-843 (-381))))) (-15 -3313 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))))) (-15 -3313 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381))) (-15 -3313 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381))) (-15 -3313 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381) (-1062))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769) (-1062))) (-15 -3313 ((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1157))) (-15 -3313 ((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1175))))) (T -567))
-((-3313 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-317 (-381))) (-5 *4 (-1091 (-843 (-381)))) (-5 *5 (-1175)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3313 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-317 (-381))) (-5 *4 (-1091 (-843 (-381)))) (-5 *5 (-1157)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-2659 (*1 *2 *3 *4) (-12 (-5 *3 (-769)) (-5 *4 (-1062)) (-5 *2 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035)))) (-5 *1 (-567)))) (-2659 (*1 *2 *3) (-12 (-5 *3 (-769)) (-5 *2 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035)))) (-5 *1 (-567)))) (-3313 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-1093 (-843 (-381))))) (-5 *5 (-381)) (-5 *6 (-1062)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3313 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-1093 (-843 (-381))))) (-5 *5 (-381)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3313 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-1093 (-843 (-381))))) (-5 *5 (-381)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3313 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-1093 (-843 (-381))))) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3313 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-1093 (-843 (-381)))) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3313 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-1093 (-843 (-381)))) (-5 *5 (-381)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3313 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-1093 (-843 (-381)))) (-5 *5 (-381)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3313 (*1 *2 *3) (-12 (-5 *3 (-769)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3313 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-1093 (-843 (-381)))) (-5 *5 (-381)) (-5 *6 (-1062)) (-5 *2 (-1035)) (-5 *1 (-567)))))
-(-10 -7 (-15 -3313 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381) (-1062))) (-15 -3313 ((-1035) (-769))) (-15 -3313 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381))) (-15 -3313 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381))) (-15 -3313 ((-1035) (-317 (-381)) (-1093 (-843 (-381))))) (-15 -3313 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))))) (-15 -3313 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381))) (-15 -3313 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381))) (-15 -3313 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381) (-1062))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769) (-1062))) (-15 -3313 ((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1157))) (-15 -3313 ((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1175))))
-((-4283 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|)) 198)) (-2646 (((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|)) 99)) (-4322 (((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2|) 194)) (-3865 (((-3 |#2| "failed") |#2| |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175))) 203)) (-4361 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2875 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-1175)) 212 (|has| |#3| (-656 |#2|)))))
-(((-568 |#1| |#2| |#3|) (-10 -7 (-15 -2646 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|))) (-15 -4322 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2|)) (-15 -4283 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|))) (-15 -3865 ((-3 |#2| "failed") |#2| |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)))) (IF (|has| |#3| (-656 |#2|)) (-15 -4361 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2875 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-1175))) |%noBranch|)) (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))) (-13 (-432 |#1|) (-27) (-1199)) (-1099)) (T -568))
-((-4361 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-612 *4)) (-5 *6 (-1175)) (-4 *4 (-13 (-432 *7) (-27) (-1199))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4)))) (-5 *1 (-568 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))) (-3865 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-612 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175))) (-4 *2 (-13 (-432 *5) (-27) (-1199))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *1 (-568 *5 *2 *6)) (-4 *6 (-1099)))) (-4283 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1199))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-568 *6 *3 *7)) (-4 *7 (-1099)))) (-4322 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *5) (-27) (-1199))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3))) (-5 *1 (-568 *5 *3 *6)) (-4 *6 (-1099)))) (-2646 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *5) (-27) (-1199))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-568 *5 *3 *6)) (-4 *6 (-1099)))))
-(-10 -7 (-15 -2646 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|))) (-15 -4322 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2|)) (-15 -4283 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|))) (-15 -3865 ((-3 |#2| "failed") |#2| |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)))) (IF (|has| |#3| (-656 |#2|)) (-15 -4361 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2875 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-1175))) |%noBranch|))
-((-3532 (((-2 (|:| -4182 |#2|) (|:| |nconst| |#2|)) |#2| (-1175)) 64)) (-2855 (((-3 |#2| "failed") |#2| (-1175) (-843 |#2|) (-843 |#2|)) 175 (-12 (|has| |#2| (-1138)) (|has| |#1| (-614 (-892 (-566)))) (|has| |#1| (-886 (-566))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)) 154 (-12 (|has| |#2| (-629)) (|has| |#1| (-614 (-892 (-566)))) (|has| |#1| (-886 (-566)))))) (-1518 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)) 156 (-12 (|has| |#2| (-629)) (|has| |#1| (-614 (-892 (-566)))) (|has| |#1| (-886 (-566)))))))
-(((-569 |#1| |#2|) (-10 -7 (-15 -3532 ((-2 (|:| -4182 |#2|) (|:| |nconst| |#2|)) |#2| (-1175))) (IF (|has| |#1| (-614 (-892 (-566)))) (IF (|has| |#1| (-886 (-566))) (PROGN (IF (|has| |#2| (-629)) (PROGN (-15 -1518 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175))) (-15 -2855 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)))) |%noBranch|) (IF (|has| |#2| (-1138)) (-15 -2855 ((-3 |#2| "failed") |#2| (-1175) (-843 |#2|) (-843 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-1038 (-566)) (-454) (-639 (-566))) (-13 (-27) (-1199) (-432 |#1|))) (T -569))
-((-2855 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1175)) (-5 *4 (-843 *2)) (-4 *2 (-1138)) (-4 *2 (-13 (-27) (-1199) (-432 *5))) (-4 *5 (-614 (-892 (-566)))) (-4 *5 (-886 (-566))) (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566)))) (-5 *1 (-569 *5 *2)))) (-2855 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-614 (-892 (-566)))) (-4 *5 (-886 (-566))) (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-569 *5 *3)) (-4 *3 (-629)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))) (-1518 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-614 (-892 (-566)))) (-4 *5 (-886 (-566))) (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-569 *5 *3)) (-4 *3 (-629)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))) (-3532 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566)))) (-5 *2 (-2 (|:| -4182 *3) (|:| |nconst| *3))) (-5 *1 (-569 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))))
-(-10 -7 (-15 -3532 ((-2 (|:| -4182 |#2|) (|:| |nconst| |#2|)) |#2| (-1175))) (IF (|has| |#1| (-614 (-892 (-566)))) (IF (|has| |#1| (-886 (-566))) (PROGN (IF (|has| |#2| (-629)) (PROGN (-15 -1518 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175))) (-15 -2855 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)))) |%noBranch|) (IF (|has| |#2| (-1138)) (-15 -2855 ((-3 |#2| "failed") |#2| (-1175) (-843 |#2|) (-843 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-3244 (((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-644 (-409 |#2|))) 41)) (-3313 (((-587 (-409 |#2|)) (-409 |#2|)) 28)) (-3984 (((-3 (-409 |#2|) "failed") (-409 |#2|)) 17)) (-1560 (((-3 (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-409 |#2|)) 48)))
-(((-570 |#1| |#2|) (-10 -7 (-15 -3313 ((-587 (-409 |#2|)) (-409 |#2|))) (-15 -3984 ((-3 (-409 |#2|) "failed") (-409 |#2|))) (-15 -1560 ((-3 (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-409 |#2|))) (-15 -3244 ((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-644 (-409 |#2|))))) (-13 (-365) (-147) (-1038 (-566))) (-1240 |#1|)) (T -570))
-((-3244 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-644 (-409 *6))) (-5 *3 (-409 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-570 *5 *6)))) (-1560 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1240 *4)) (-5 *2 (-2 (|:| -1641 (-409 *5)) (|:| |coeff| (-409 *5)))) (-5 *1 (-570 *4 *5)) (-5 *3 (-409 *5)))) (-3984 (*1 *2 *2) (|partial| -12 (-5 *2 (-409 *4)) (-4 *4 (-1240 *3)) (-4 *3 (-13 (-365) (-147) (-1038 (-566)))) (-5 *1 (-570 *3 *4)))) (-3313 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1240 *4)) (-5 *2 (-587 (-409 *5))) (-5 *1 (-570 *4 *5)) (-5 *3 (-409 *5)))))
-(-10 -7 (-15 -3313 ((-587 (-409 |#2|)) (-409 |#2|))) (-15 -3984 ((-3 (-409 |#2|) "failed") (-409 |#2|))) (-15 -1560 ((-3 (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-409 |#2|))) (-15 -3244 ((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-644 (-409 |#2|)))))
-((-3353 (((-3 (-566) "failed") |#1|) 14)) (-3709 (((-112) |#1|) 13)) (-2092 (((-566) |#1|) 9)))
-(((-571 |#1|) (-10 -7 (-15 -2092 ((-566) |#1|)) (-15 -3709 ((-112) |#1|)) (-15 -3353 ((-3 (-566) "failed") |#1|))) (-1038 (-566))) (T -571))
-((-3353 (*1 *2 *3) (|partial| -12 (-5 *2 (-566)) (-5 *1 (-571 *3)) (-4 *3 (-1038 *2)))) (-3709 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-571 *3)) (-4 *3 (-1038 (-566))))) (-2092 (*1 *2 *3) (-12 (-5 *2 (-566)) (-5 *1 (-571 *3)) (-4 *3 (-1038 *2)))))
-(-10 -7 (-15 -2092 ((-566) |#1|)) (-15 -3709 ((-112) |#1|)) (-15 -3353 ((-3 (-566) "failed") |#1|)))
-((-1620 (((-3 (-2 (|:| |mainpart| (-409 (-952 |#1|))) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 (-952 |#1|))) (|:| |logand| (-409 (-952 |#1|))))))) "failed") (-409 (-952 |#1|)) (-1175) (-644 (-409 (-952 |#1|)))) 48)) (-3329 (((-587 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-1175)) 28)) (-1897 (((-3 (-409 (-952 |#1|)) "failed") (-409 (-952 |#1|)) (-1175)) 23)) (-4137 (((-3 (-2 (|:| -1641 (-409 (-952 |#1|))) (|:| |coeff| (-409 (-952 |#1|)))) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|))) 35)))
-(((-572 |#1|) (-10 -7 (-15 -3329 ((-587 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -1897 ((-3 (-409 (-952 |#1|)) "failed") (-409 (-952 |#1|)) (-1175))) (-15 -1620 ((-3 (-2 (|:| |mainpart| (-409 (-952 |#1|))) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 (-952 |#1|))) (|:| |logand| (-409 (-952 |#1|))))))) "failed") (-409 (-952 |#1|)) (-1175) (-644 (-409 (-952 |#1|))))) (-15 -4137 ((-3 (-2 (|:| -1641 (-409 (-952 |#1|))) (|:| |coeff| (-409 (-952 |#1|)))) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|))))) (-13 (-558) (-1038 (-566)) (-147))) (T -572))
-((-4137 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)) (-147))) (-5 *2 (-2 (|:| -1641 (-409 (-952 *5))) (|:| |coeff| (-409 (-952 *5))))) (-5 *1 (-572 *5)) (-5 *3 (-409 (-952 *5))))) (-1620 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 (-409 (-952 *6)))) (-5 *3 (-409 (-952 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-147))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-572 *6)))) (-1897 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-409 (-952 *4))) (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)) (-147))) (-5 *1 (-572 *4)))) (-3329 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)) (-147))) (-5 *2 (-587 (-409 (-952 *5)))) (-5 *1 (-572 *5)) (-5 *3 (-409 (-952 *5))))))
-(-10 -7 (-15 -3329 ((-587 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -1897 ((-3 (-409 (-952 |#1|)) "failed") (-409 (-952 |#1|)) (-1175))) (-15 -1620 ((-3 (-2 (|:| |mainpart| (-409 (-952 |#1|))) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 (-952 |#1|))) (|:| |logand| (-409 (-952 |#1|))))))) "failed") (-409 (-952 |#1|)) (-1175) (-644 (-409 (-952 |#1|))))) (-15 -4137 ((-3 (-2 (|:| -1641 (-409 (-952 |#1|))) (|:| |coeff| (-409 (-952 |#1|)))) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)))))
-((-2988 (((-112) $ $) 75)) (-3230 (((-112) $) 48)) (-4169 ((|#1| $) 39)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) 79)) (-3963 (($ $) 140)) (-3630 (($ $) 119)) (-3920 ((|#1| $) 37)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1635 (($ $) NIL)) (-3941 (($ $) 142)) (-3602 (($ $) 115)) (-3986 (($ $) 144)) (-3656 (($ $) 123)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) 94)) (-4158 (((-566) $) 96)) (-3245 (((-3 $ "failed") $) 78)) (-3903 (($ |#1| |#1|) 35)) (-2528 (((-112) $) 44)) (-2281 (($) 105)) (-2389 (((-112) $) 55)) (-1575 (($ $ (-566)) NIL)) (-3233 (((-112) $) 45)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3619 (($ $) 107)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-1392 (($ |#1| |#1|) 29) (($ |#1|) 34) (($ (-409 (-566))) 93)) (-2156 ((|#1| $) 36)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) 81) (($ (-644 $)) NIL)) (-2978 (((-3 $ "failed") $ $) 80)) (-3521 (($ $) 109)) (-3996 (($ $) 148)) (-3670 (($ $) 121)) (-3976 (($ $) 150)) (-3643 (($ $) 125)) (-3952 (($ $) 146)) (-3618 (($ $) 117)) (-2910 (((-112) $ |#1|) 42)) (-3152 (((-862) $) 101) (($ (-566)) 83) (($ $) NIL) (($ (-566)) 83)) (-2593 (((-771)) 103 T CONST)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) 162)) (-3892 (($ $) 131)) (-3014 (((-112) $ $) NIL)) (-4008 (($ $) 160)) (-3684 (($ $) 127)) (-4057 (($ $) 158)) (-3917 (($ $) 138)) (-3964 (($ $) 156)) (-3929 (($ $) 136)) (-4044 (($ $) 154)) (-3904 (($ $) 133)) (-4020 (($ $) 152)) (-3879 (($ $) 129)) (-4356 (($) 30 T CONST)) (-4366 (($) 10 T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 49)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 47)) (-3012 (($ $) 53) (($ $ $) 54)) (-3002 (($ $ $) 52)) (** (($ $ (-921)) 71) (($ $ (-771)) NIL) (($ $ $) 111) (($ $ (-409 (-566))) 164)) (* (($ (-921) $) 66) (($ (-771) $) NIL) (($ (-566) $) 65) (($ $ $) 61)))
-(((-573 |#1|) (-556 |#1|) (-13 (-406) (-1199))) (T -573))
+((-3296 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1175) (-644 |#2|)) 38)) (-2069 (((-587 |#2|) |#2| (-1175)) 63)) (-3430 (((-3 |#2| "failed") |#2| (-1175)) 156)) (-1986 (((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) (-612 |#2|) (-644 (-612 |#2|))) 159)) (-2809 (((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) |#2|) 41)))
+(((-559 |#1| |#2|) (-10 -7 (-15 -2809 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) |#2|)) (-15 -3296 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1175) (-644 |#2|))) (-15 -3430 ((-3 |#2| "failed") |#2| (-1175))) (-15 -2069 ((-587 |#2|) |#2| (-1175))) (-15 -1986 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) (-612 |#2|) (-644 (-612 |#2|))))) (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1200) (-432 |#1|))) (T -559))
+((-1986 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1175)) (-5 *6 (-644 (-612 *3))) (-5 *5 (-612 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *7))) (-4 *7 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3))) (-5 *1 (-559 *7 *3)))) (-2069 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-559 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))) (-3430 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-559 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))) (-3296 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-559 *6 *3)))) (-2809 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3))) (-5 *1 (-559 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))))
+(-10 -7 (-15 -2809 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) |#2|)) (-15 -3296 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1175) (-644 |#2|))) (-15 -3430 ((-3 |#2| "failed") |#2| (-1175))) (-15 -2069 ((-587 |#2|) |#2| (-1175))) (-15 -1986 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1175) (-612 |#2|) (-644 (-612 |#2|)))))
+((-1615 (((-420 |#1|) |#1|) 19)) (-3846 (((-420 |#1|) |#1|) 34)) (-3788 (((-3 |#1| "failed") |#1|) 51)) (-3228 (((-420 |#1|) |#1|) 64)))
+(((-560 |#1|) (-10 -7 (-15 -3846 ((-420 |#1|) |#1|)) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -3228 ((-420 |#1|) |#1|)) (-15 -3788 ((-3 |#1| "failed") |#1|))) (-547)) (T -560))
+((-3788 (*1 *2 *2) (|partial| -12 (-5 *1 (-560 *2)) (-4 *2 (-547)))) (-3228 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547)))) (-1615 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547)))) (-3846 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547)))))
+(-10 -7 (-15 -3846 ((-420 |#1|) |#1|)) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -3228 ((-420 |#1|) |#1|)) (-15 -3788 ((-3 |#1| "failed") |#1|)))
+((-1933 (($) 9)) (-3654 (((-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| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 35)) (-3391 (((-644 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $) 32)) (-4165 (($ (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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)) (-2141 (($ (-644 (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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)) (-2303 (((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 39)) (-1647 (((-644 (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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)) (-2053 (((-1270)) 12)))
+(((-561) (-10 -8 (-15 -1933 ($)) (-15 -2053 ((-1270))) (-15 -3391 ((-644 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -2141 ($ (-644 (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -4165 ($ (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3654 ((-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| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1647 ((-644 (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -2303 ((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -561))
+((-2303 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-1647 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-3654 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-4165 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-2141 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-561)))) (-3391 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-5 *1 (-561)))) (-2053 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-561)))) (-1933 (*1 *1) (-5 *1 (-561))))
+(-10 -8 (-15 -1933 ($)) (-15 -2053 ((-1270))) (-15 -3391 ((-644 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -2141 ($ (-644 (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -4165 ($ (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3654 ((-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| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1647 ((-644 (-2 (|:| -2334 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -2303 ((-2 (|:| |endPointContinuity| (-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "There is a singularity at the upper end point") (|:| |bothSingular| "There are singularities at both end points") (|:| |notEvaluated| "End point continuity not yet evaluated"))) (|:| |singularitiesStream| (-3 (|:| |str| (-1155 (-225))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -3274 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+((-3817 (((-1171 (-409 (-1171 |#2|))) |#2| (-612 |#2|) (-612 |#2|) (-1171 |#2|)) 35)) (-2738 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))) 105) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) |#2| (-1171 |#2|)) 115)) (-1447 (((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))) 85) (((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|)) 55)) (-2648 (((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| (-612 |#2|) |#2| (-409 (-1171 |#2|))) 92) (((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| |#2| (-1171 |#2|)) 114)) (-2346 (((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) (-612 |#2|) |#2| (-409 (-1171 |#2|))) 110) (((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) |#2| (-1171 |#2|)) 116)) (-1904 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3781 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))) 135 (|has| |#3| (-656 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3781 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|)) 134 (|has| |#3| (-656 |#2|)))) (-3972 ((|#2| (-1171 (-409 (-1171 |#2|))) (-612 |#2|) |#2|) 53)) (-1924 (((-1171 (-409 (-1171 |#2|))) (-1171 |#2|) (-612 |#2|)) 34)))
+(((-562 |#1| |#2| |#3|) (-10 -7 (-15 -1447 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|))) (-15 -1447 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -2648 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| |#2| (-1171 |#2|))) (-15 -2648 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -2738 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) |#2| (-1171 |#2|))) (-15 -2738 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -2346 ((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) |#2| (-1171 |#2|))) (-15 -2346 ((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -3817 ((-1171 (-409 (-1171 |#2|))) |#2| (-612 |#2|) (-612 |#2|) (-1171 |#2|))) (-15 -3972 (|#2| (-1171 (-409 (-1171 |#2|))) (-612 |#2|) |#2|)) (-15 -1924 ((-1171 (-409 (-1171 |#2|))) (-1171 |#2|) (-612 |#2|))) (IF (|has| |#3| (-656 |#2|)) (PROGN (-15 -1904 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3781 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|))) (-15 -1904 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3781 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))))) |%noBranch|)) (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))) (-13 (-432 |#1|) (-27) (-1200)) (-1099)) (T -562))
+((-1904 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-612 *4)) (-5 *6 (-409 (-1171 *4))) (-4 *4 (-13 (-432 *7) (-27) (-1200))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4)))) (-5 *1 (-562 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))) (-1904 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-612 *4)) (-5 *6 (-1171 *4)) (-4 *4 (-13 (-432 *7) (-27) (-1200))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4)))) (-5 *1 (-562 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))) (-1924 (*1 *2 *3 *4) (-12 (-5 *4 (-612 *6)) (-4 *6 (-13 (-432 *5) (-27) (-1200))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-1171 (-409 (-1171 *6)))) (-5 *1 (-562 *5 *6 *7)) (-5 *3 (-1171 *6)) (-4 *7 (-1099)))) (-3972 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1171 (-409 (-1171 *2)))) (-5 *4 (-612 *2)) (-4 *2 (-13 (-432 *5) (-27) (-1200))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *1 (-562 *5 *2 *6)) (-4 *6 (-1099)))) (-3817 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1200))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-1171 (-409 (-1171 *3)))) (-5 *1 (-562 *6 *3 *7)) (-5 *5 (-1171 *3)) (-4 *7 (-1099)))) (-2346 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-612 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175))) (-5 *5 (-409 (-1171 *2))) (-4 *2 (-13 (-432 *6) (-27) (-1200))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *1 (-562 *6 *2 *7)) (-4 *7 (-1099)))) (-2346 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-612 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175))) (-5 *5 (-1171 *2)) (-4 *2 (-13 (-432 *6) (-27) (-1200))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *1 (-562 *6 *2 *7)) (-4 *7 (-1099)))) (-2738 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3)) (-5 *6 (-409 (-1171 *3))) (-4 *3 (-13 (-432 *7) (-27) (-1200))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-562 *7 *3 *8)) (-4 *8 (-1099)))) (-2738 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3)) (-5 *6 (-1171 *3)) (-4 *3 (-13 (-432 *7) (-27) (-1200))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-562 *7 *3 *8)) (-4 *8 (-1099)))) (-2648 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-409 (-1171 *3))) (-4 *3 (-13 (-432 *6) (-27) (-1200))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3))) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))) (-2648 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-1171 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1200))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3))) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))) (-1447 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-612 *3)) (-5 *5 (-409 (-1171 *3))) (-4 *3 (-13 (-432 *6) (-27) (-1200))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))) (-1447 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-612 *3)) (-5 *5 (-1171 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1200))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))))
+(-10 -7 (-15 -1447 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|))) (-15 -1447 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -2648 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| |#2| (-1171 |#2|))) (-15 -2648 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2| (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -2738 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) |#2| (-1171 |#2|))) (-15 -2738 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -2346 ((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) |#2| (-1171 |#2|))) (-15 -2346 ((-3 |#2| "failed") |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)) (-612 |#2|) |#2| (-409 (-1171 |#2|)))) (-15 -3817 ((-1171 (-409 (-1171 |#2|))) |#2| (-612 |#2|) (-612 |#2|) (-1171 |#2|))) (-15 -3972 (|#2| (-1171 (-409 (-1171 |#2|))) (-612 |#2|) |#2|)) (-15 -1924 ((-1171 (-409 (-1171 |#2|))) (-1171 |#2|) (-612 |#2|))) (IF (|has| |#3| (-656 |#2|)) (PROGN (-15 -1904 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3781 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) |#2| (-1171 |#2|))) (-15 -1904 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3781 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-612 |#2|) |#2| (-409 (-1171 |#2|))))) |%noBranch|))
+((-3819 (((-566) (-566) (-771)) 90)) (-3184 (((-566) (-566)) 88)) (-2944 (((-566) (-566)) 86)) (-2279 (((-566) (-566)) 92)) (-2273 (((-566) (-566) (-566)) 70)) (-1334 (((-566) (-566) (-566)) 67)) (-3428 (((-409 (-566)) (-566)) 30)) (-2618 (((-566) (-566)) 36)) (-1849 (((-566) (-566)) 79)) (-3030 (((-566) (-566)) 51)) (-1477 (((-644 (-566)) (-566)) 85)) (-2527 (((-566) (-566) (-566) (-566) (-566)) 63)) (-4056 (((-409 (-566)) (-566)) 60)))
+(((-563) (-10 -7 (-15 -4056 ((-409 (-566)) (-566))) (-15 -2527 ((-566) (-566) (-566) (-566) (-566))) (-15 -1477 ((-644 (-566)) (-566))) (-15 -3030 ((-566) (-566))) (-15 -1849 ((-566) (-566))) (-15 -2618 ((-566) (-566))) (-15 -3428 ((-409 (-566)) (-566))) (-15 -1334 ((-566) (-566) (-566))) (-15 -2273 ((-566) (-566) (-566))) (-15 -2279 ((-566) (-566))) (-15 -2944 ((-566) (-566))) (-15 -3184 ((-566) (-566))) (-15 -3819 ((-566) (-566) (-771))))) (T -563))
+((-3819 (*1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-771)) (-5 *1 (-563)))) (-3184 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-2944 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-2279 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-2273 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-1334 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-3428 (*1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-563)) (-5 *3 (-566)))) (-2618 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-1849 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-3030 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-1477 (*1 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-563)) (-5 *3 (-566)))) (-2527 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))) (-4056 (*1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-563)) (-5 *3 (-566)))))
+(-10 -7 (-15 -4056 ((-409 (-566)) (-566))) (-15 -2527 ((-566) (-566) (-566) (-566) (-566))) (-15 -1477 ((-644 (-566)) (-566))) (-15 -3030 ((-566) (-566))) (-15 -1849 ((-566) (-566))) (-15 -2618 ((-566) (-566))) (-15 -3428 ((-409 (-566)) (-566))) (-15 -1334 ((-566) (-566) (-566))) (-15 -2273 ((-566) (-566) (-566))) (-15 -2279 ((-566) (-566))) (-15 -2944 ((-566) (-566))) (-15 -3184 ((-566) (-566))) (-15 -3819 ((-566) (-566) (-771))))
+((-2104 (((-2 (|:| |answer| |#4|) (|:| -2368 |#4|)) |#4| (-1 |#2| |#2|)) 56)))
+(((-564 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2104 ((-2 (|:| |answer| |#4|) (|:| -2368 |#4|)) |#4| (-1 |#2| |#2|)))) (-365) (-1241 |#1|) (-1241 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -564))
+((-2104 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365)) (-4 *7 (-1241 (-409 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -2368 *3))) (-5 *1 (-564 *5 *6 *7 *3)) (-4 *3 (-344 *5 *6 *7)))))
+(-10 -7 (-15 -2104 ((-2 (|:| |answer| |#4|) (|:| -2368 |#4|)) |#4| (-1 |#2| |#2|))))
+((-2104 (((-2 (|:| |answer| (-409 |#2|)) (|:| -2368 (-409 |#2|)) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|)) 18)))
+(((-565 |#1| |#2|) (-10 -7 (-15 -2104 ((-2 (|:| |answer| (-409 |#2|)) (|:| -2368 (-409 |#2|)) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|)))) (-365) (-1241 |#1|)) (T -565))
+((-2104 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |answer| (-409 *6)) (|:| -2368 (-409 *6)) (|:| |specpart| (-409 *6)) (|:| |polypart| *6))) (-5 *1 (-565 *5 *6)) (-5 *3 (-409 *6)))))
+(-10 -7 (-15 -2104 ((-2 (|:| |answer| (-409 |#2|)) (|:| -2368 (-409 |#2|)) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 30)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 97)) (-4282 (($ $) 98)) (-2296 (((-112) $) NIL)) (-3748 (($ $ $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3759 (($ $ $ $) 52)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL)) (-3476 (($ $ $) 92)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL)) (-3213 (((-566) $) NIL)) (-4067 (($ $ $) 54)) (-2204 (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 77) (((-689 (-566)) (-689 $)) 73)) (-4185 (((-3 $ "failed") $) 94)) (-2165 (((-3 (-409 (-566)) "failed") $) NIL)) (-2070 (((-112) $) NIL)) (-1662 (((-409 (-566)) $) NIL)) (-3341 (($) 79) (($ $) 80)) (-4078 (($ $ $) 91)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3249 (($ $ $ $) NIL)) (-2322 (($ $ $) 70)) (-3540 (((-112) $) NIL)) (-1757 (($ $ $) NIL)) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL)) (-1568 (((-112) $) 34)) (-2190 (((-112) $) 86)) (-1982 (((-3 $ "failed") $) NIL)) (-4049 (((-112) $) 43)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3289 (($ $ $ $) 55)) (-1888 (($ $ $) 88)) (-3890 (($ $ $) 87)) (-2471 (($ $) NIL)) (-2715 (($ $) 49)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) 69)) (-3992 (($ $ $) NIL)) (-1783 (($) NIL T CONST)) (-4068 (($ $) 38)) (-2029 (((-1119) $) 42)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 129)) (-1962 (($ $ $) 95) (($ (-644 $)) NIL)) (-3239 (($ $) NIL)) (-3846 (((-420 $) $) 115)) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL)) (-4116 (((-3 $ "failed") $ $) 113)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2340 (((-112) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 90)) (-2324 (($ $ (-771)) NIL) (($ $) NIL)) (-4054 (($ $) 40)) (-1800 (($ $) 36)) (-1945 (((-566) $) 48) (((-538) $) 64) (((-892 (-566)) $) NIL) (((-381) $) 58) (((-225) $) 61) (((-1157) $) 66)) (-1650 (((-862) $) 46) (($ (-566)) 47) (($ $) NIL) (($ (-566)) 47)) (-2910 (((-771)) NIL T CONST)) (-3468 (((-112) $ $) NIL)) (-1510 (($ $ $) NIL)) (-2657 (((-112) $ $) NIL)) (-4249 (($) 35)) (-3679 (((-112) $ $) NIL)) (-2256 (($ $ $ $) 51)) (-3839 (($ $) 78)) (-3410 (($) 6 T CONST)) (-3424 (($) 31 T CONST)) (-3673 (((-1157) $) 26) (((-1157) $ (-112)) 27) (((-1270) (-822) $) 28) (((-1270) (-822) $ (-112)) 29)) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-2928 (((-112) $ $) 50)) (-2904 (((-112) $ $) 81)) (-2868 (((-112) $ $) 33)) (-2915 (((-112) $ $) 83)) (-2892 (((-112) $ $) 10)) (-2977 (($ $) 16) (($ $ $) 39)) (-2964 (($ $ $) 37)) (** (($ $ (-921)) NIL) (($ $ (-771)) 85)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 84) (($ $ $) 53)))
+(((-566) (-13 (-547) (-614 (-1157)) (-828) (-10 -8 (-15 -3341 ($ $)) (-6 -4402) (-6 -4407) (-6 -4403) (-6 -4397)))) (T -566))
+((-3341 (*1 *1 *1) (-5 *1 (-566))))
+(-13 (-547) (-614 (-1157)) (-828) (-10 -8 (-15 -3341 ($ $)) (-6 -4402) (-6 -4407) (-6 -4403) (-6 -4397)))
+((-2294 (((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769) (-1062)) 119) (((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769)) 121)) (-3613 (((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1175)) 197) (((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1157)) 196) (((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381) (-1062)) 201) (((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381)) 202) (((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381)) 203) (((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381))))) 204) (((-1035) (-317 (-381)) (-1093 (-843 (-381)))) 192) (((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381)) 191) (((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381)) 187) (((-1035) (-769)) 179) (((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381) (-1062)) 186)))
+(((-567) (-10 -7 (-15 -3613 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381) (-1062))) (-15 -3613 ((-1035) (-769))) (-15 -3613 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381))) (-15 -3613 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381))) (-15 -3613 ((-1035) (-317 (-381)) (-1093 (-843 (-381))))) (-15 -3613 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))))) (-15 -3613 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381))) (-15 -3613 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381))) (-15 -3613 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381) (-1062))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769) (-1062))) (-15 -3613 ((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1157))) (-15 -3613 ((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1175))))) (T -567))
+((-3613 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-317 (-381))) (-5 *4 (-1091 (-843 (-381)))) (-5 *5 (-1175)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3613 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-317 (-381))) (-5 *4 (-1091 (-843 (-381)))) (-5 *5 (-1157)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-2294 (*1 *2 *3 *4) (-12 (-5 *3 (-769)) (-5 *4 (-1062)) (-5 *2 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035)))) (-5 *1 (-567)))) (-2294 (*1 *2 *3) (-12 (-5 *3 (-769)) (-5 *2 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035)))) (-5 *1 (-567)))) (-3613 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-1093 (-843 (-381))))) (-5 *5 (-381)) (-5 *6 (-1062)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3613 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-1093 (-843 (-381))))) (-5 *5 (-381)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3613 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-1093 (-843 (-381))))) (-5 *5 (-381)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3613 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-1093 (-843 (-381))))) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3613 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-1093 (-843 (-381)))) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3613 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-1093 (-843 (-381)))) (-5 *5 (-381)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3613 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-1093 (-843 (-381)))) (-5 *5 (-381)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3613 (*1 *2 *3) (-12 (-5 *3 (-769)) (-5 *2 (-1035)) (-5 *1 (-567)))) (-3613 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-1093 (-843 (-381)))) (-5 *5 (-381)) (-5 *6 (-1062)) (-5 *2 (-1035)) (-5 *1 (-567)))))
+(-10 -7 (-15 -3613 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381) (-1062))) (-15 -3613 ((-1035) (-769))) (-15 -3613 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381) (-381))) (-15 -3613 ((-1035) (-317 (-381)) (-1093 (-843 (-381))) (-381))) (-15 -3613 ((-1035) (-317 (-381)) (-1093 (-843 (-381))))) (-15 -3613 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))))) (-15 -3613 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381))) (-15 -3613 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381))) (-15 -3613 ((-1035) (-317 (-381)) (-644 (-1093 (-843 (-381)))) (-381) (-381) (-1062))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))) (-769) (-1062))) (-15 -3613 ((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1157))) (-15 -3613 ((-3 (-1035) "failed") (-317 (-381)) (-1091 (-843 (-381))) (-1175))))
+((-3609 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|)) 198)) (-2207 (((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|)) 99)) (-2724 (((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2|) 194)) (-3951 (((-3 |#2| "failed") |#2| |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175))) 203)) (-3105 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3781 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-1175)) 212 (|has| |#3| (-656 |#2|)))))
+(((-568 |#1| |#2| |#3|) (-10 -7 (-15 -2207 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|))) (-15 -2724 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2|)) (-15 -3609 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|))) (-15 -3951 ((-3 |#2| "failed") |#2| |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)))) (IF (|has| |#3| (-656 |#2|)) (-15 -3105 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3781 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-1175))) |%noBranch|)) (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))) (-13 (-432 |#1|) (-27) (-1200)) (-1099)) (T -568))
+((-3105 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-612 *4)) (-5 *6 (-1175)) (-4 *4 (-13 (-432 *7) (-27) (-1200))) (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4)))) (-5 *1 (-568 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))) (-3951 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-612 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175))) (-4 *2 (-13 (-432 *5) (-27) (-1200))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *1 (-568 *5 *2 *6)) (-4 *6 (-1099)))) (-3609 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1200))) (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-568 *6 *3 *7)) (-4 *7 (-1099)))) (-2724 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *5) (-27) (-1200))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3))) (-5 *1 (-568 *5 *3 *6)) (-4 *6 (-1099)))) (-2207 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *5) (-27) (-1200))) (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566)))) (-5 *2 (-587 *3)) (-5 *1 (-568 *5 *3 *6)) (-4 *6 (-1099)))))
+(-10 -7 (-15 -2207 ((-587 |#2|) |#2| (-612 |#2|) (-612 |#2|))) (-15 -2724 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-612 |#2|) (-612 |#2|) |#2|)) (-15 -3609 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-612 |#2|) (-612 |#2|) (-644 |#2|))) (-15 -3951 ((-3 |#2| "failed") |#2| |#2| |#2| (-612 |#2|) (-612 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1175)))) (IF (|has| |#3| (-656 |#2|)) (-15 -3105 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3781 (-644 |#2|))) |#3| |#2| (-612 |#2|) (-612 |#2|) (-1175))) |%noBranch|))
+((-3978 (((-2 (|:| -1903 |#2|) (|:| |nconst| |#2|)) |#2| (-1175)) 64)) (-3603 (((-3 |#2| "failed") |#2| (-1175) (-843 |#2|) (-843 |#2|)) 175 (-12 (|has| |#2| (-1138)) (|has| |#1| (-614 (-892 (-566)))) (|has| |#1| (-886 (-566))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)) 154 (-12 (|has| |#2| (-629)) (|has| |#1| (-614 (-892 (-566)))) (|has| |#1| (-886 (-566)))))) (-4002 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)) 156 (-12 (|has| |#2| (-629)) (|has| |#1| (-614 (-892 (-566)))) (|has| |#1| (-886 (-566)))))))
+(((-569 |#1| |#2|) (-10 -7 (-15 -3978 ((-2 (|:| -1903 |#2|) (|:| |nconst| |#2|)) |#2| (-1175))) (IF (|has| |#1| (-614 (-892 (-566)))) (IF (|has| |#1| (-886 (-566))) (PROGN (IF (|has| |#2| (-629)) (PROGN (-15 -4002 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175))) (-15 -3603 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)))) |%noBranch|) (IF (|has| |#2| (-1138)) (-15 -3603 ((-3 |#2| "failed") |#2| (-1175) (-843 |#2|) (-843 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-1038 (-566)) (-454) (-639 (-566))) (-13 (-27) (-1200) (-432 |#1|))) (T -569))
+((-3603 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1175)) (-5 *4 (-843 *2)) (-4 *2 (-1138)) (-4 *2 (-13 (-27) (-1200) (-432 *5))) (-4 *5 (-614 (-892 (-566)))) (-4 *5 (-886 (-566))) (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566)))) (-5 *1 (-569 *5 *2)))) (-3603 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-614 (-892 (-566)))) (-4 *5 (-886 (-566))) (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-569 *5 *3)) (-4 *3 (-629)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))) (-4002 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-614 (-892 (-566)))) (-4 *5 (-886 (-566))) (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-569 *5 *3)) (-4 *3 (-629)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))) (-3978 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566)))) (-5 *2 (-2 (|:| -1903 *3) (|:| |nconst| *3))) (-5 *1 (-569 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))))
+(-10 -7 (-15 -3978 ((-2 (|:| -1903 |#2|) (|:| |nconst| |#2|)) |#2| (-1175))) (IF (|has| |#1| (-614 (-892 (-566)))) (IF (|has| |#1| (-886 (-566))) (PROGN (IF (|has| |#2| (-629)) (PROGN (-15 -4002 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175))) (-15 -3603 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)))) |%noBranch|) (IF (|has| |#2| (-1138)) (-15 -3603 ((-3 |#2| "failed") |#2| (-1175) (-843 |#2|) (-843 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-4172 (((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-644 (-409 |#2|))) 41)) (-3613 (((-587 (-409 |#2|)) (-409 |#2|)) 28)) (-3749 (((-3 (-409 |#2|) "failed") (-409 |#2|)) 17)) (-3169 (((-3 (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-409 |#2|)) 48)))
+(((-570 |#1| |#2|) (-10 -7 (-15 -3613 ((-587 (-409 |#2|)) (-409 |#2|))) (-15 -3749 ((-3 (-409 |#2|) "failed") (-409 |#2|))) (-15 -3169 ((-3 (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-409 |#2|))) (-15 -4172 ((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-644 (-409 |#2|))))) (-13 (-365) (-147) (-1038 (-566))) (-1241 |#1|)) (T -570))
+((-4172 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-644 (-409 *6))) (-5 *3 (-409 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-570 *5 *6)))) (-3169 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1241 *4)) (-5 *2 (-2 (|:| -2650 (-409 *5)) (|:| |coeff| (-409 *5)))) (-5 *1 (-570 *4 *5)) (-5 *3 (-409 *5)))) (-3749 (*1 *2 *2) (|partial| -12 (-5 *2 (-409 *4)) (-4 *4 (-1241 *3)) (-4 *3 (-13 (-365) (-147) (-1038 (-566)))) (-5 *1 (-570 *3 *4)))) (-3613 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1241 *4)) (-5 *2 (-587 (-409 *5))) (-5 *1 (-570 *4 *5)) (-5 *3 (-409 *5)))))
+(-10 -7 (-15 -3613 ((-587 (-409 |#2|)) (-409 |#2|))) (-15 -3749 ((-3 (-409 |#2|) "failed") (-409 |#2|))) (-15 -3169 ((-3 (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-409 |#2|))) (-15 -4172 ((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-644 (-409 |#2|)))))
+((-2742 (((-3 (-566) "failed") |#1|) 14)) (-3126 (((-112) |#1|) 13)) (-3710 (((-566) |#1|) 9)))
+(((-571 |#1|) (-10 -7 (-15 -3710 ((-566) |#1|)) (-15 -3126 ((-112) |#1|)) (-15 -2742 ((-3 (-566) "failed") |#1|))) (-1038 (-566))) (T -571))
+((-2742 (*1 *2 *3) (|partial| -12 (-5 *2 (-566)) (-5 *1 (-571 *3)) (-4 *3 (-1038 *2)))) (-3126 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-571 *3)) (-4 *3 (-1038 (-566))))) (-3710 (*1 *2 *3) (-12 (-5 *2 (-566)) (-5 *1 (-571 *3)) (-4 *3 (-1038 *2)))))
+(-10 -7 (-15 -3710 ((-566) |#1|)) (-15 -3126 ((-112) |#1|)) (-15 -2742 ((-3 (-566) "failed") |#1|)))
+((-2455 (((-3 (-2 (|:| |mainpart| (-409 (-952 |#1|))) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 (-952 |#1|))) (|:| |logand| (-409 (-952 |#1|))))))) "failed") (-409 (-952 |#1|)) (-1175) (-644 (-409 (-952 |#1|)))) 48)) (-2483 (((-587 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-1175)) 28)) (-3421 (((-3 (-409 (-952 |#1|)) "failed") (-409 (-952 |#1|)) (-1175)) 23)) (-1498 (((-3 (-2 (|:| -2650 (-409 (-952 |#1|))) (|:| |coeff| (-409 (-952 |#1|)))) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|))) 35)))
+(((-572 |#1|) (-10 -7 (-15 -2483 ((-587 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -3421 ((-3 (-409 (-952 |#1|)) "failed") (-409 (-952 |#1|)) (-1175))) (-15 -2455 ((-3 (-2 (|:| |mainpart| (-409 (-952 |#1|))) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 (-952 |#1|))) (|:| |logand| (-409 (-952 |#1|))))))) "failed") (-409 (-952 |#1|)) (-1175) (-644 (-409 (-952 |#1|))))) (-15 -1498 ((-3 (-2 (|:| -2650 (-409 (-952 |#1|))) (|:| |coeff| (-409 (-952 |#1|)))) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|))))) (-13 (-558) (-1038 (-566)) (-147))) (T -572))
+((-1498 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)) (-147))) (-5 *2 (-2 (|:| -2650 (-409 (-952 *5))) (|:| |coeff| (-409 (-952 *5))))) (-5 *1 (-572 *5)) (-5 *3 (-409 (-952 *5))))) (-2455 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 (-409 (-952 *6)))) (-5 *3 (-409 (-952 *6))) (-4 *6 (-13 (-558) (-1038 (-566)) (-147))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-572 *6)))) (-3421 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-409 (-952 *4))) (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)) (-147))) (-5 *1 (-572 *4)))) (-2483 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)) (-147))) (-5 *2 (-587 (-409 (-952 *5)))) (-5 *1 (-572 *5)) (-5 *3 (-409 (-952 *5))))))
+(-10 -7 (-15 -2483 ((-587 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -3421 ((-3 (-409 (-952 |#1|)) "failed") (-409 (-952 |#1|)) (-1175))) (-15 -2455 ((-3 (-2 (|:| |mainpart| (-409 (-952 |#1|))) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 (-952 |#1|))) (|:| |logand| (-409 (-952 |#1|))))))) "failed") (-409 (-952 |#1|)) (-1175) (-644 (-409 (-952 |#1|))))) (-15 -1498 ((-3 (-2 (|:| -2650 (-409 (-952 |#1|))) (|:| |coeff| (-409 (-952 |#1|)))) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)))))
+((-4124 (((-112) $ $) 75)) (-4014 (((-112) $) 48)) (-2555 ((|#1| $) 39)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) 79)) (-4175 (($ $) 140)) (-4026 (($ $) 119)) (-1307 ((|#1| $) 37)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3856 (($ $) NIL)) (-4153 (($ $) 142)) (-4005 (($ $) 115)) (-4198 (($ $) 144)) (-4050 (($ $) 123)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) 94)) (-3213 (((-566) $) 96)) (-4185 (((-3 $ "failed") $) 78)) (-4303 (($ |#1| |#1|) 35)) (-3540 (((-112) $) 44)) (-2528 (($) 105)) (-1568 (((-112) $) 55)) (-3281 (($ $ (-566)) NIL)) (-4049 (((-112) $) 45)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-1658 (($ $) 107)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-1966 (($ |#1| |#1|) 29) (($ |#1|) 34) (($ (-409 (-566))) 93)) (-4238 ((|#1| $) 36)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) 81) (($ (-644 $)) NIL)) (-4116 (((-3 $ "failed") $ $) 80)) (-1983 (($ $) 109)) (-4209 (($ $) 148)) (-4065 (($ $) 121)) (-4186 (($ $) 150)) (-4038 (($ $) 125)) (-4164 (($ $) 146)) (-4015 (($ $) 117)) (-2816 (((-112) $ |#1|) 42)) (-1650 (((-862) $) 101) (($ (-566)) 83) (($ $) NIL) (($ (-566)) 83)) (-2910 (((-771)) 103 T CONST)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) 162)) (-4100 (($ $) 131)) (-3679 (((-112) $ $) NIL)) (-4220 (($ $) 160)) (-4077 (($ $) 127)) (-4264 (($ $) 158)) (-4127 (($ $) 138)) (-2462 (($ $) 156)) (-4140 (($ $) 136)) (-4253 (($ $) 154)) (-4114 (($ $) 133)) (-4230 (($ $) 152)) (-4088 (($ $) 129)) (-3410 (($) 30 T CONST)) (-3424 (($) 10 T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 49)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 47)) (-2977 (($ $) 53) (($ $ $) 54)) (-2964 (($ $ $) 52)) (** (($ $ (-921)) 71) (($ $ (-771)) NIL) (($ $ $) 111) (($ $ (-409 (-566))) 164)) (* (($ (-921) $) 66) (($ (-771) $) NIL) (($ (-566) $) 65) (($ $ $) 61)))
+(((-573 |#1|) (-556 |#1|) (-13 (-406) (-1200))) (T -573))
NIL
(-556 |#1|)
-((-4066 (((-3 (-644 (-1171 (-566))) "failed") (-644 (-1171 (-566))) (-1171 (-566))) 27)))
-(((-574) (-10 -7 (-15 -4066 ((-3 (-644 (-1171 (-566))) "failed") (-644 (-1171 (-566))) (-1171 (-566)))))) (T -574))
-((-4066 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 (-566)))) (-5 *3 (-1171 (-566))) (-5 *1 (-574)))))
-(-10 -7 (-15 -4066 ((-3 (-644 (-1171 (-566))) "failed") (-644 (-1171 (-566))) (-1171 (-566)))))
-((-2904 (((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-1175)) 19)) (-2002 (((-644 (-612 |#2|)) (-644 |#2|) (-1175)) 23)) (-1775 (((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-644 (-612 |#2|))) 11)) (-3510 ((|#2| |#2| (-1175)) 59 (|has| |#1| (-558)))) (-3147 ((|#2| |#2| (-1175)) 87 (-12 (|has| |#2| (-285)) (|has| |#1| (-454))))) (-2418 (((-612 |#2|) (-612 |#2|) (-644 (-612 |#2|)) (-1175)) 25)) (-3365 (((-612 |#2|) (-644 (-612 |#2|))) 24)) (-3469 (((-587 |#2|) |#2| (-1175) (-1 (-587 |#2|) |#2| (-1175)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175))) 115 (-12 (|has| |#2| (-285)) (|has| |#2| (-629)) (|has| |#2| (-1038 (-1175))) (|has| |#1| (-614 (-892 (-566)))) (|has| |#1| (-454)) (|has| |#1| (-886 (-566)))))))
-(((-575 |#1| |#2|) (-10 -7 (-15 -2904 ((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-1175))) (-15 -3365 ((-612 |#2|) (-644 (-612 |#2|)))) (-15 -2418 ((-612 |#2|) (-612 |#2|) (-644 (-612 |#2|)) (-1175))) (-15 -1775 ((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-644 (-612 |#2|)))) (-15 -2002 ((-644 (-612 |#2|)) (-644 |#2|) (-1175))) (IF (|has| |#1| (-558)) (-15 -3510 (|#2| |#2| (-1175))) |%noBranch|) (IF (|has| |#1| (-454)) (IF (|has| |#2| (-285)) (PROGN (-15 -3147 (|#2| |#2| (-1175))) (IF (|has| |#1| (-614 (-892 (-566)))) (IF (|has| |#1| (-886 (-566))) (IF (|has| |#2| (-629)) (IF (|has| |#2| (-1038 (-1175))) (-15 -3469 ((-587 |#2|) |#2| (-1175) (-1 (-587 |#2|) |#2| (-1175)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-1099) (-432 |#1|)) (T -575))
-((-3469 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-587 *3) *3 (-1175))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1175))) (-4 *3 (-285)) (-4 *3 (-629)) (-4 *3 (-1038 *4)) (-4 *3 (-432 *7)) (-5 *4 (-1175)) (-4 *7 (-614 (-892 (-566)))) (-4 *7 (-454)) (-4 *7 (-886 (-566))) (-4 *7 (-1099)) (-5 *2 (-587 *3)) (-5 *1 (-575 *7 *3)))) (-3147 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-454)) (-4 *4 (-1099)) (-5 *1 (-575 *4 *2)) (-4 *2 (-285)) (-4 *2 (-432 *4)))) (-3510 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-4 *4 (-1099)) (-5 *1 (-575 *4 *2)) (-4 *2 (-432 *4)))) (-2002 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-1175)) (-4 *6 (-432 *5)) (-4 *5 (-1099)) (-5 *2 (-644 (-612 *6))) (-5 *1 (-575 *5 *6)))) (-1775 (*1 *2 *2 *2) (-12 (-5 *2 (-644 (-612 *4))) (-4 *4 (-432 *3)) (-4 *3 (-1099)) (-5 *1 (-575 *3 *4)))) (-2418 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-644 (-612 *6))) (-5 *4 (-1175)) (-5 *2 (-612 *6)) (-4 *6 (-432 *5)) (-4 *5 (-1099)) (-5 *1 (-575 *5 *6)))) (-3365 (*1 *2 *3) (-12 (-5 *3 (-644 (-612 *5))) (-4 *4 (-1099)) (-5 *2 (-612 *5)) (-5 *1 (-575 *4 *5)) (-4 *5 (-432 *4)))) (-2904 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-612 *5))) (-5 *3 (-1175)) (-4 *5 (-432 *4)) (-4 *4 (-1099)) (-5 *1 (-575 *4 *5)))))
-(-10 -7 (-15 -2904 ((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-1175))) (-15 -3365 ((-612 |#2|) (-644 (-612 |#2|)))) (-15 -2418 ((-612 |#2|) (-612 |#2|) (-644 (-612 |#2|)) (-1175))) (-15 -1775 ((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-644 (-612 |#2|)))) (-15 -2002 ((-644 (-612 |#2|)) (-644 |#2|) (-1175))) (IF (|has| |#1| (-558)) (-15 -3510 (|#2| |#2| (-1175))) |%noBranch|) (IF (|has| |#1| (-454)) (IF (|has| |#2| (-285)) (PROGN (-15 -3147 (|#2| |#2| (-1175))) (IF (|has| |#1| (-614 (-892 (-566)))) (IF (|has| |#1| (-886 (-566))) (IF (|has| |#2| (-629)) (IF (|has| |#2| (-1038 (-1175))) (-15 -3469 ((-587 |#2|) |#2| (-1175) (-1 (-587 |#2|) |#2| (-1175)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-3198 (((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-644 |#1|) "failed") (-566) |#1| |#1|)) 202)) (-3291 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-644 (-409 |#2|))) 178)) (-2796 (((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-644 (-409 |#2|))) 175)) (-2564 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 166)) (-1768 (((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 189)) (-3664 (((-3 (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-409 |#2|)) 205)) (-1928 (((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-409 |#2|)) 208)) (-3408 (((-2 (|:| |ir| (-587 (-409 |#2|))) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|)) 90)) (-1603 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 102)) (-3238 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-644 (-409 |#2|))) 182)) (-1621 (((-3 (-623 |#1| |#2|) "failed") (-623 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|)) 170)) (-1995 (((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|)) 193)) (-2489 (((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-409 |#2|)) 213)))
-(((-576 |#1| |#2|) (-10 -7 (-15 -1768 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1995 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|))) (-15 -3198 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-644 |#1|) "failed") (-566) |#1| |#1|))) (-15 -1928 ((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-409 |#2|))) (-15 -2489 ((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-409 |#2|))) (-15 -3291 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-644 (-409 |#2|)))) (-15 -3238 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-644 (-409 |#2|)))) (-15 -3664 ((-3 (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-409 |#2|))) (-15 -2796 ((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-644 (-409 |#2|)))) (-15 -2564 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -1621 ((-3 (-623 |#1| |#2|) "failed") (-623 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|))) (-15 -3408 ((-2 (|:| |ir| (-587 (-409 |#2|))) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|))) (-15 -1603 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-365) (-1240 |#1|)) (T -576))
-((-1603 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-576 *5 *3)))) (-3408 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |ir| (-587 (-409 *6))) (|:| |specpart| (-409 *6)) (|:| |polypart| *6))) (-5 *1 (-576 *5 *6)) (-5 *3 (-409 *6)))) (-1621 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-623 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -1966 *4) (|:| |sol?| (-112))) (-566) *4)) (-4 *4 (-365)) (-4 *5 (-1240 *4)) (-5 *1 (-576 *4 *5)))) (-2564 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -1641 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-365)) (-5 *1 (-576 *4 *2)) (-4 *2 (-1240 *4)))) (-2796 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-644 (-409 *7))) (-4 *7 (-1240 *6)) (-5 *3 (-409 *7)) (-4 *6 (-365)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-576 *6 *7)))) (-3664 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| -1641 (-409 *6)) (|:| |coeff| (-409 *6)))) (-5 *1 (-576 *5 *6)) (-5 *3 (-409 *6)))) (-3238 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -1966 *7) (|:| |sol?| (-112))) (-566) *7)) (-5 *6 (-644 (-409 *8))) (-4 *7 (-365)) (-4 *8 (-1240 *7)) (-5 *3 (-409 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-576 *7 *8)))) (-3291 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -1641 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-644 (-409 *8))) (-4 *7 (-365)) (-4 *8 (-1240 *7)) (-5 *3 (-409 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-576 *7 *8)))) (-2489 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -1966 *6) (|:| |sol?| (-112))) (-566) *6)) (-4 *6 (-365)) (-4 *7 (-1240 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-409 *7)) (|:| |a0| *6)) (-2 (|:| -1641 (-409 *7)) (|:| |coeff| (-409 *7))) "failed")) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))) (-1928 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -1641 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-365)) (-4 *7 (-1240 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-409 *7)) (|:| |a0| *6)) (-2 (|:| -1641 (-409 *7)) (|:| |coeff| (-409 *7))) "failed")) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))) (-3198 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-644 *6) "failed") (-566) *6 *6)) (-4 *6 (-365)) (-4 *7 (-1240 *6)) (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6))) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))) (-1995 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -1966 *6) (|:| |sol?| (-112))) (-566) *6)) (-4 *6 (-365)) (-4 *7 (-1240 *6)) (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6))) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))) (-1768 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -1641 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-365)) (-4 *7 (-1240 *6)) (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6))) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
-(-10 -7 (-15 -1768 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1995 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|))) (-15 -3198 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-644 |#1|) "failed") (-566) |#1| |#1|))) (-15 -1928 ((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-409 |#2|))) (-15 -2489 ((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-409 |#2|))) (-15 -3291 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-644 (-409 |#2|)))) (-15 -3238 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-644 (-409 |#2|)))) (-15 -3664 ((-3 (-2 (|:| -1641 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-409 |#2|))) (-15 -2796 ((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-644 (-409 |#2|)))) (-15 -2564 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -1621 ((-3 (-623 |#1| |#2|) "failed") (-623 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -1966 |#1|) (|:| |sol?| (-112))) (-566) |#1|))) (-15 -3408 ((-2 (|:| |ir| (-587 (-409 |#2|))) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|))) (-15 -1603 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
-((-3381 (((-3 |#2| "failed") |#2| (-1175) (-1175)) 10)))
-(((-577 |#1| |#2|) (-10 -7 (-15 -3381 ((-3 |#2| "failed") |#2| (-1175) (-1175)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1199) (-959) (-1138) (-29 |#1|))) (T -577))
-((-3381 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-577 *4 *2)) (-4 *2 (-13 (-1199) (-959) (-1138) (-29 *4))))))
-(-10 -7 (-15 -3381 ((-3 |#2| "failed") |#2| (-1175) (-1175))))
-((-2581 (((-691 (-1222)) $ (-1222)) 26)) (-4248 (((-691 (-551)) $ (-551)) 25)) (-1311 (((-771) $ (-128)) 27)) (-1606 (((-691 (-129)) $ (-129)) 24)) (-1753 (((-691 (-1222)) $) 12)) (-2438 (((-691 (-1220)) $) 8)) (-3300 (((-691 (-1219)) $) 10)) (-1844 (((-691 (-551)) $) 13)) (-1426 (((-691 (-549)) $) 9)) (-4154 (((-691 (-548)) $) 11)) (-1982 (((-771) $ (-128)) 7)) (-1938 (((-691 (-129)) $) 14)) (-2405 (($ $) 6)))
+((-1999 (((-3 (-644 (-1171 (-566))) "failed") (-644 (-1171 (-566))) (-1171 (-566))) 27)))
+(((-574) (-10 -7 (-15 -1999 ((-3 (-644 (-1171 (-566))) "failed") (-644 (-1171 (-566))) (-1171 (-566)))))) (T -574))
+((-1999 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 (-566)))) (-5 *3 (-1171 (-566))) (-5 *1 (-574)))))
+(-10 -7 (-15 -1999 ((-3 (-644 (-1171 (-566))) "failed") (-644 (-1171 (-566))) (-1171 (-566)))))
+((-2757 (((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-1175)) 19)) (-2019 (((-644 (-612 |#2|)) (-644 |#2|) (-1175)) 23)) (-2826 (((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-644 (-612 |#2|))) 11)) (-1847 ((|#2| |#2| (-1175)) 59 (|has| |#1| (-558)))) (-1339 ((|#2| |#2| (-1175)) 87 (-12 (|has| |#2| (-285)) (|has| |#1| (-454))))) (-1797 (((-612 |#2|) (-612 |#2|) (-644 (-612 |#2|)) (-1175)) 25)) (-2890 (((-612 |#2|) (-644 (-612 |#2|))) 24)) (-1514 (((-587 |#2|) |#2| (-1175) (-1 (-587 |#2|) |#2| (-1175)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175))) 115 (-12 (|has| |#2| (-285)) (|has| |#2| (-629)) (|has| |#2| (-1038 (-1175))) (|has| |#1| (-614 (-892 (-566)))) (|has| |#1| (-454)) (|has| |#1| (-886 (-566)))))))
+(((-575 |#1| |#2|) (-10 -7 (-15 -2757 ((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-1175))) (-15 -2890 ((-612 |#2|) (-644 (-612 |#2|)))) (-15 -1797 ((-612 |#2|) (-612 |#2|) (-644 (-612 |#2|)) (-1175))) (-15 -2826 ((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-644 (-612 |#2|)))) (-15 -2019 ((-644 (-612 |#2|)) (-644 |#2|) (-1175))) (IF (|has| |#1| (-558)) (-15 -1847 (|#2| |#2| (-1175))) |%noBranch|) (IF (|has| |#1| (-454)) (IF (|has| |#2| (-285)) (PROGN (-15 -1339 (|#2| |#2| (-1175))) (IF (|has| |#1| (-614 (-892 (-566)))) (IF (|has| |#1| (-886 (-566))) (IF (|has| |#2| (-629)) (IF (|has| |#2| (-1038 (-1175))) (-15 -1514 ((-587 |#2|) |#2| (-1175) (-1 (-587 |#2|) |#2| (-1175)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-1099) (-432 |#1|)) (T -575))
+((-1514 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-587 *3) *3 (-1175))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1175))) (-4 *3 (-285)) (-4 *3 (-629)) (-4 *3 (-1038 *4)) (-4 *3 (-432 *7)) (-5 *4 (-1175)) (-4 *7 (-614 (-892 (-566)))) (-4 *7 (-454)) (-4 *7 (-886 (-566))) (-4 *7 (-1099)) (-5 *2 (-587 *3)) (-5 *1 (-575 *7 *3)))) (-1339 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-454)) (-4 *4 (-1099)) (-5 *1 (-575 *4 *2)) (-4 *2 (-285)) (-4 *2 (-432 *4)))) (-1847 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-4 *4 (-1099)) (-5 *1 (-575 *4 *2)) (-4 *2 (-432 *4)))) (-2019 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-1175)) (-4 *6 (-432 *5)) (-4 *5 (-1099)) (-5 *2 (-644 (-612 *6))) (-5 *1 (-575 *5 *6)))) (-2826 (*1 *2 *2 *2) (-12 (-5 *2 (-644 (-612 *4))) (-4 *4 (-432 *3)) (-4 *3 (-1099)) (-5 *1 (-575 *3 *4)))) (-1797 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-644 (-612 *6))) (-5 *4 (-1175)) (-5 *2 (-612 *6)) (-4 *6 (-432 *5)) (-4 *5 (-1099)) (-5 *1 (-575 *5 *6)))) (-2890 (*1 *2 *3) (-12 (-5 *3 (-644 (-612 *5))) (-4 *4 (-1099)) (-5 *2 (-612 *5)) (-5 *1 (-575 *4 *5)) (-4 *5 (-432 *4)))) (-2757 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-612 *5))) (-5 *3 (-1175)) (-4 *5 (-432 *4)) (-4 *4 (-1099)) (-5 *1 (-575 *4 *5)))))
+(-10 -7 (-15 -2757 ((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-1175))) (-15 -2890 ((-612 |#2|) (-644 (-612 |#2|)))) (-15 -1797 ((-612 |#2|) (-612 |#2|) (-644 (-612 |#2|)) (-1175))) (-15 -2826 ((-644 (-612 |#2|)) (-644 (-612 |#2|)) (-644 (-612 |#2|)))) (-15 -2019 ((-644 (-612 |#2|)) (-644 |#2|) (-1175))) (IF (|has| |#1| (-558)) (-15 -1847 (|#2| |#2| (-1175))) |%noBranch|) (IF (|has| |#1| (-454)) (IF (|has| |#2| (-285)) (PROGN (-15 -1339 (|#2| |#2| (-1175))) (IF (|has| |#1| (-614 (-892 (-566)))) (IF (|has| |#1| (-886 (-566))) (IF (|has| |#2| (-629)) (IF (|has| |#2| (-1038 (-1175))) (-15 -1514 ((-587 |#2|) |#2| (-1175) (-1 (-587 |#2|) |#2| (-1175)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1175)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-1824 (((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-644 |#1|) "failed") (-566) |#1| |#1|)) 202)) (-3387 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-644 (-409 |#2|))) 178)) (-4307 (((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-644 (-409 |#2|))) 175)) (-2608 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 166)) (-1504 (((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 189)) (-2659 (((-3 (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-409 |#2|)) 205)) (-2477 (((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-409 |#2|)) 208)) (-2079 (((-2 (|:| |ir| (-587 (-409 |#2|))) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|)) 90)) (-3577 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 102)) (-4111 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-644 (-409 |#2|))) 182)) (-2465 (((-3 (-623 |#1| |#2|) "failed") (-623 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|)) 170)) (-1958 (((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|)) 193)) (-1303 (((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-409 |#2|)) 213)))
+(((-576 |#1| |#2|) (-10 -7 (-15 -1504 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1958 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|))) (-15 -1824 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-644 |#1|) "failed") (-566) |#1| |#1|))) (-15 -2477 ((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-409 |#2|))) (-15 -1303 ((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-409 |#2|))) (-15 -3387 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-644 (-409 |#2|)))) (-15 -4111 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-644 (-409 |#2|)))) (-15 -2659 ((-3 (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-409 |#2|))) (-15 -4307 ((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-644 (-409 |#2|)))) (-15 -2608 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -2465 ((-3 (-623 |#1| |#2|) "failed") (-623 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|))) (-15 -2079 ((-2 (|:| |ir| (-587 (-409 |#2|))) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|))) (-15 -3577 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-365) (-1241 |#1|)) (T -576))
+((-3577 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-576 *5 *3)))) (-2079 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |ir| (-587 (-409 *6))) (|:| |specpart| (-409 *6)) (|:| |polypart| *6))) (-5 *1 (-576 *5 *6)) (-5 *3 (-409 *6)))) (-2465 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-623 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3567 *4) (|:| |sol?| (-112))) (-566) *4)) (-4 *4 (-365)) (-4 *5 (-1241 *4)) (-5 *1 (-576 *4 *5)))) (-2608 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -2650 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-365)) (-5 *1 (-576 *4 *2)) (-4 *2 (-1241 *4)))) (-4307 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-644 (-409 *7))) (-4 *7 (-1241 *6)) (-5 *3 (-409 *7)) (-4 *6 (-365)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-576 *6 *7)))) (-2659 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| -2650 (-409 *6)) (|:| |coeff| (-409 *6)))) (-5 *1 (-576 *5 *6)) (-5 *3 (-409 *6)))) (-4111 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3567 *7) (|:| |sol?| (-112))) (-566) *7)) (-5 *6 (-644 (-409 *8))) (-4 *7 (-365)) (-4 *8 (-1241 *7)) (-5 *3 (-409 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-576 *7 *8)))) (-3387 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -2650 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-644 (-409 *8))) (-4 *7 (-365)) (-4 *8 (-1241 *7)) (-5 *3 (-409 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-576 *7 *8)))) (-1303 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3567 *6) (|:| |sol?| (-112))) (-566) *6)) (-4 *6 (-365)) (-4 *7 (-1241 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-409 *7)) (|:| |a0| *6)) (-2 (|:| -2650 (-409 *7)) (|:| |coeff| (-409 *7))) "failed")) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))) (-2477 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2650 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-365)) (-4 *7 (-1241 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-409 *7)) (|:| |a0| *6)) (-2 (|:| -2650 (-409 *7)) (|:| |coeff| (-409 *7))) "failed")) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))) (-1824 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-644 *6) "failed") (-566) *6 *6)) (-4 *6 (-365)) (-4 *7 (-1241 *6)) (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6))) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))) (-1958 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3567 *6) (|:| |sol?| (-112))) (-566) *6)) (-4 *6 (-365)) (-4 *7 (-1241 *6)) (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6))) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))) (-1504 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -2650 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-365)) (-4 *7 (-1241 *6)) (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6))) (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
+(-10 -7 (-15 -1504 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1958 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|))) (-15 -1824 ((-2 (|:| |answer| (-587 (-409 |#2|))) (|:| |a0| |#1|)) (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-644 |#1|) "failed") (-566) |#1| |#1|))) (-15 -2477 ((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-409 |#2|))) (-15 -1303 ((-3 (-2 (|:| |answer| (-409 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-409 |#2|))) (-15 -3387 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-644 (-409 |#2|)))) (-15 -4111 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|))))))) (|:| |a0| |#1|)) "failed") (-409 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|) (-644 (-409 |#2|)))) (-15 -2659 ((-3 (-2 (|:| -2650 (-409 |#2|)) (|:| |coeff| (-409 |#2|))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-409 |#2|))) (-15 -4307 ((-3 (-2 (|:| |mainpart| (-409 |#2|)) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| (-409 |#2|)) (|:| |logand| (-409 |#2|)))))) "failed") (-409 |#2|) (-1 |#2| |#2|) (-644 (-409 |#2|)))) (-15 -2608 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -2465 ((-3 (-623 |#1| |#2|) "failed") (-623 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3567 |#1|) (|:| |sol?| (-112))) (-566) |#1|))) (-15 -2079 ((-2 (|:| |ir| (-587 (-409 |#2|))) (|:| |specpart| (-409 |#2|)) (|:| |polypart| |#2|)) (-409 |#2|) (-1 |#2| |#2|))) (-15 -3577 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
+((-3067 (((-3 |#2| "failed") |#2| (-1175) (-1175)) 10)))
+(((-577 |#1| |#2|) (-10 -7 (-15 -3067 ((-3 |#2| "failed") |#2| (-1175) (-1175)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1200) (-959) (-1138) (-29 |#1|))) (T -577))
+((-3067 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-577 *4 *2)) (-4 *2 (-13 (-1200) (-959) (-1138) (-29 *4))))))
+(-10 -7 (-15 -3067 ((-3 |#2| "failed") |#2| (-1175) (-1175))))
+((-2798 (((-691 (-1223)) $ (-1223)) 26)) (-1393 (((-691 (-551)) $ (-551)) 25)) (-2561 (((-771) $ (-128)) 27)) (-3611 (((-691 (-129)) $ (-129)) 24)) (-1390 (((-691 (-1223)) $) 12)) (-3902 (((-691 (-1221)) $) 8)) (-3488 (((-691 (-1220)) $) 10)) (-4167 (((-691 (-551)) $) 13)) (-4393 (((-691 (-549)) $) 9)) (-1665 (((-691 (-548)) $) 11)) (-3062 (((-771) $ (-128)) 7)) (-2581 (((-691 (-129)) $) 14)) (-1682 (($ $) 6)))
(((-578) (-140)) (T -578))
NIL
(-13 (-529) (-860))
(((-173) . T) ((-529) . T) ((-860) . T))
-((-2581 (((-691 (-1222)) $ (-1222)) NIL)) (-4248 (((-691 (-551)) $ (-551)) NIL)) (-1311 (((-771) $ (-128)) NIL)) (-1606 (((-691 (-129)) $ (-129)) NIL)) (-1753 (((-691 (-1222)) $) NIL)) (-2438 (((-691 (-1220)) $) NIL)) (-3300 (((-691 (-1219)) $) NIL)) (-1844 (((-691 (-551)) $) NIL)) (-1426 (((-691 (-549)) $) NIL)) (-4154 (((-691 (-548)) $) NIL)) (-1982 (((-771) $ (-128)) NIL)) (-1938 (((-691 (-129)) $) NIL)) (-3040 (((-112) $) NIL)) (-2060 (($ (-390)) 14) (($ (-1157)) 16)) (-3152 (((-862) $) NIL)) (-2405 (($ $) NIL)))
-(((-579) (-13 (-578) (-613 (-862)) (-10 -8 (-15 -2060 ($ (-390))) (-15 -2060 ($ (-1157))) (-15 -3040 ((-112) $))))) (T -579))
-((-2060 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-579)))) (-2060 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-579)))) (-3040 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-579)))))
-(-13 (-578) (-613 (-862)) (-10 -8 (-15 -2060 ($ (-390))) (-15 -2060 ($ (-1157))) (-15 -3040 ((-112) $))))
-((-2988 (((-112) $ $) NIL)) (-3496 (($) 7 T CONST)) (-3380 (((-1157) $) NIL)) (-1763 (($) 6 T CONST)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 14)) (-4014 (($) 8 T CONST)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 10)))
-(((-580) (-13 (-1099) (-10 -8 (-15 -1763 ($) -1623) (-15 -3496 ($) -1623) (-15 -4014 ($) -1623)))) (T -580))
-((-1763 (*1 *1) (-5 *1 (-580))) (-3496 (*1 *1) (-5 *1 (-580))) (-4014 (*1 *1) (-5 *1 (-580))))
-(-13 (-1099) (-10 -8 (-15 -1763 ($) -1623) (-15 -3496 ($) -1623) (-15 -4014 ($) -1623)))
-((-2988 (((-112) $ $) NIL)) (-3609 (((-691 $) (-493)) 21)) (-3380 (((-1157) $) NIL)) (-3184 (($ (-1157)) 14)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 34)) (-2237 (((-213 4 (-129)) $) 24)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 26)))
-(((-581) (-13 (-1099) (-10 -8 (-15 -3184 ($ (-1157))) (-15 -2237 ((-213 4 (-129)) $)) (-15 -3609 ((-691 $) (-493)))))) (T -581))
-((-3184 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-581)))) (-2237 (*1 *2 *1) (-12 (-5 *2 (-213 4 (-129))) (-5 *1 (-581)))) (-3609 (*1 *2 *3) (-12 (-5 *3 (-493)) (-5 *2 (-691 (-581))) (-5 *1 (-581)))))
-(-13 (-1099) (-10 -8 (-15 -3184 ($ (-1157))) (-15 -2237 ((-213 4 (-129)) $)) (-15 -3609 ((-691 $) (-493)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1635 (($ $ (-566)) 77)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-3134 (($ (-1171 (-566)) (-566)) 83)) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) 68)) (-1406 (($ $) 43)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-2679 (((-771) $) 16)) (-2389 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3206 (((-566)) 37)) (-2168 (((-566) $) 41)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3369 (($ $ (-566)) 24)) (-2978 (((-3 $ "failed") $ $) 73)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) 17)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 74)) (-2251 (((-1155 (-566)) $) 19)) (-1687 (($ $) 26)) (-3152 (((-862) $) 104) (($ (-566)) 63) (($ $) NIL)) (-2593 (((-771)) 15 T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-3603 (((-566) $ (-566)) 46)) (-4356 (($) 44 T CONST)) (-4366 (($) 21 T CONST)) (-2914 (((-112) $ $) 54)) (-3012 (($ $) 62) (($ $ $) 48)) (-3002 (($ $ $) 61)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 64) (($ $ $) 65)))
+((-2798 (((-691 (-1223)) $ (-1223)) NIL)) (-1393 (((-691 (-551)) $ (-551)) NIL)) (-2561 (((-771) $ (-128)) NIL)) (-3611 (((-691 (-129)) $ (-129)) NIL)) (-1390 (((-691 (-1223)) $) NIL)) (-3902 (((-691 (-1221)) $) NIL)) (-3488 (((-691 (-1220)) $) NIL)) (-4167 (((-691 (-551)) $) NIL)) (-4393 (((-691 (-549)) $) NIL)) (-1665 (((-691 (-548)) $) NIL)) (-3062 (((-771) $ (-128)) NIL)) (-2581 (((-691 (-129)) $) NIL)) (-2619 (((-112) $) NIL)) (-1395 (($ (-390)) 14) (($ (-1157)) 16)) (-1650 (((-862) $) NIL)) (-1682 (($ $) NIL)))
+(((-579) (-13 (-578) (-613 (-862)) (-10 -8 (-15 -1395 ($ (-390))) (-15 -1395 ($ (-1157))) (-15 -2619 ((-112) $))))) (T -579))
+((-1395 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-579)))) (-1395 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-579)))) (-2619 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-579)))))
+(-13 (-578) (-613 (-862)) (-10 -8 (-15 -1395 ($ (-390))) (-15 -1395 ($ (-1157))) (-15 -2619 ((-112) $))))
+((-4124 (((-112) $ $) NIL)) (-2867 (($) 7 T CONST)) (-3057 (((-1157) $) NIL)) (-2663 (($) 6 T CONST)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 14)) (-2732 (($) 8 T CONST)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 10)))
+(((-580) (-13 (-1099) (-10 -8 (-15 -2663 ($) -4388) (-15 -2867 ($) -4388) (-15 -2732 ($) -4388)))) (T -580))
+((-2663 (*1 *1) (-5 *1 (-580))) (-2867 (*1 *1) (-5 *1 (-580))) (-2732 (*1 *1) (-5 *1 (-580))))
+(-13 (-1099) (-10 -8 (-15 -2663 ($) -4388) (-15 -2867 ($) -4388) (-15 -2732 ($) -4388)))
+((-4124 (((-112) $ $) NIL)) (-3321 (((-691 $) (-493)) 21)) (-3057 (((-1157) $) NIL)) (-1685 (($ (-1157)) 14)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 34)) (-3778 (((-213 4 (-129)) $) 24)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 26)))
+(((-581) (-13 (-1099) (-10 -8 (-15 -1685 ($ (-1157))) (-15 -3778 ((-213 4 (-129)) $)) (-15 -3321 ((-691 $) (-493)))))) (T -581))
+((-1685 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-581)))) (-3778 (*1 *2 *1) (-12 (-5 *2 (-213 4 (-129))) (-5 *1 (-581)))) (-3321 (*1 *2 *3) (-12 (-5 *3 (-493)) (-5 *2 (-691 (-581))) (-5 *1 (-581)))))
+(-13 (-1099) (-10 -8 (-15 -1685 ($ (-1157))) (-15 -3778 ((-213 4 (-129)) $)) (-15 -3321 ((-691 $) (-493)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3856 (($ $ (-566)) 77)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-2338 (($ (-1171 (-566)) (-566)) 83)) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) 68)) (-2093 (($ $) 43)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2464 (((-771) $) 16)) (-1568 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3809 (((-566)) 37)) (-4326 (((-566) $) 41)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2929 (($ $ (-566)) 24)) (-4116 (((-3 $ "failed") $ $) 73)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) 17)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 74)) (-2600 (((-1155 (-566)) $) 19)) (-1911 (($ $) 26)) (-1650 (((-862) $) 104) (($ (-566)) 63) (($ $) NIL)) (-2910 (((-771)) 15 T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-1645 (((-566) $ (-566)) 46)) (-3410 (($) 44 T CONST)) (-3424 (($) 21 T CONST)) (-2868 (((-112) $ $) 54)) (-2977 (($ $) 62) (($ $ $) 48)) (-2964 (($ $ $) 61)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 64) (($ $ $) 65)))
(((-582 |#1| |#2|) (-869 |#1|) (-566) (-112)) (T -582))
NIL
(-869 |#1|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 30)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 (($ $ (-921)) NIL (|has| $ (-370))) (($ $) NIL)) (-2894 (((-1187 (-921) (-771)) (-566)) 59)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 $ "failed") $) 97)) (-4158 (($ $) 96)) (-1563 (($ (-1264 $)) 95)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) 56)) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) 44)) (-2715 (($) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) 61)) (-2466 (((-112) $) NIL)) (-1574 (($ $) NIL) (($ $ (-771)) NIL)) (-1615 (((-112) $) NIL)) (-2679 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2389 (((-112) $) NIL)) (-2437 (($) 49 (|has| $ (-370)))) (-2953 (((-112) $) NIL (|has| $ (-370)))) (-2064 (($ $ (-921)) NIL (|has| $ (-370))) (($ $) NIL)) (-2621 (((-3 $ "failed") $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 $) $ (-921)) NIL (|has| $ (-370))) (((-1171 $) $) 106)) (-1866 (((-921) $) 67)) (-2099 (((-1171 $) $) NIL (|has| $ (-370)))) (-3624 (((-3 (-1171 $) "failed") $ $) NIL (|has| $ (-370))) (((-1171 $) $) NIL (|has| $ (-370)))) (-3844 (($ $ (-1171 $)) NIL (|has| $ (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL T CONST)) (-2835 (($ (-921)) 60)) (-3653 (((-112) $) 89)) (-4072 (((-1119) $) NIL)) (-3302 (($) 28 (|has| $ (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) 54)) (-1624 (((-420 $) $) NIL)) (-1686 (((-921)) 88) (((-833 (-921))) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-3 (-771) "failed") $ $) NIL) (((-771) $) NIL)) (-3126 (((-134)) NIL)) (-3629 (($ $ (-771)) NIL) (($ $) NIL)) (-3902 (((-921) $) 87) (((-833 (-921)) $) NIL)) (-1705 (((-1171 $)) 104)) (-4122 (($) 66)) (-2110 (($) 50 (|has| $ (-370)))) (-3350 (((-689 $) (-1264 $)) NIL) (((-1264 $) $) 93)) (-2376 (((-566) $) 40)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) 42) (($ $) NIL) (($ (-409 (-566))) NIL)) (-2633 (((-3 $ "failed") $) NIL) (($ $) 107)) (-2593 (((-771)) 51 T CONST)) (-3044 (((-112) $ $) 109)) (-2875 (((-1264 $) (-921)) 99) (((-1264 $)) 98)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) 31 T CONST)) (-4366 (($) 27 T CONST)) (-2198 (($ $ (-771)) NIL (|has| $ (-370))) (($ $) NIL (|has| $ (-370)))) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 34)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 83) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 30)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 (($ $ (-921)) NIL (|has| $ (-370))) (($ $) NIL)) (-2638 (((-1188 (-921) (-771)) (-566)) 59)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 $ "failed") $) 97)) (-3213 (($ $) 96)) (-3189 (($ (-1265 $)) 95)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) 56)) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) 44)) (-3341 (($) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) 61)) (-4179 (((-112) $) NIL)) (-3271 (($ $) NIL) (($ $ (-771)) NIL)) (-2422 (((-112) $) NIL)) (-2464 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1568 (((-112) $) NIL)) (-3892 (($) 49 (|has| $ (-370)))) (-3124 (((-112) $) NIL (|has| $ (-370)))) (-1435 (($ $ (-921)) NIL (|has| $ (-370))) (($ $) NIL)) (-1982 (((-3 $ "failed") $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 $) $ (-921)) NIL (|has| $ (-370))) (((-1171 $) $) 106)) (-4350 (((-921) $) 67)) (-1742 (((-1171 $) $) NIL (|has| $ (-370)))) (-3597 (((-3 (-1171 $) "failed") $ $) NIL (|has| $ (-370))) (((-1171 $) $) NIL (|has| $ (-370)))) (-1844 (($ $ (-1171 $)) NIL (|has| $ (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL T CONST)) (-1351 (($ (-921)) 60)) (-2548 (((-112) $) 89)) (-2029 (((-1119) $) NIL)) (-2529 (($) 28 (|has| $ (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) 54)) (-3846 (((-420 $) $) NIL)) (-1902 (((-921)) 88) (((-833 (-921))) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-3 (-771) "failed") $ $) NIL) (((-771) $) NIL)) (-2262 (((-134)) NIL)) (-2324 (($ $ (-771)) NIL) (($ $) NIL)) (-4297 (((-921) $) 87) (((-833 (-921)) $) NIL)) (-2068 (((-1171 $)) 104)) (-2484 (($) 66)) (-1842 (($) 50 (|has| $ (-370)))) (-2702 (((-689 $) (-1265 $)) NIL) (((-1265 $) $) 93)) (-1945 (((-566) $) 40)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) 42) (($ $) NIL) (($ (-409 (-566))) NIL)) (-2097 (((-3 $ "failed") $) NIL) (($ $) 107)) (-2910 (((-771)) 51 T CONST)) (-2657 (((-112) $ $) 109)) (-3781 (((-1265 $) (-921)) 99) (((-1265 $)) 98)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) 31 T CONST)) (-3424 (($) 27 T CONST)) (-3365 (($ $ (-771)) NIL (|has| $ (-370))) (($ $) NIL (|has| $ (-370)))) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 34)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 83) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
(((-583 |#1|) (-13 (-351) (-330 $) (-614 (-566))) (-921)) (T -583))
NIL
(-13 (-351) (-330 $) (-614 (-566)))
-((-1554 (((-1269) (-1157)) 10)))
-(((-584) (-10 -7 (-15 -1554 ((-1269) (-1157))))) (T -584))
-((-1554 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-584)))))
-(-10 -7 (-15 -1554 ((-1269) (-1157))))
-((-3011 (((-587 |#2|) (-587 |#2|)) 42)) (-3640 (((-644 |#2|) (-587 |#2|)) 44)) (-3433 ((|#2| (-587 |#2|)) 50)))
-(((-585 |#1| |#2|) (-10 -7 (-15 -3011 ((-587 |#2|) (-587 |#2|))) (-15 -3640 ((-644 |#2|) (-587 |#2|))) (-15 -3433 (|#2| (-587 |#2|)))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-29 |#1|) (-1199))) (T -585))
-((-3433 (*1 *2 *3) (-12 (-5 *3 (-587 *2)) (-4 *2 (-13 (-29 *4) (-1199))) (-5 *1 (-585 *4 *2)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))))) (-3640 (*1 *2 *3) (-12 (-5 *3 (-587 *5)) (-4 *5 (-13 (-29 *4) (-1199))) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-644 *5)) (-5 *1 (-585 *4 *5)))) (-3011 (*1 *2 *2) (-12 (-5 *2 (-587 *4)) (-4 *4 (-13 (-29 *3) (-1199))) (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-585 *3 *4)))))
-(-10 -7 (-15 -3011 ((-587 |#2|) (-587 |#2|))) (-15 -3640 ((-644 |#2|) (-587 |#2|))) (-15 -3433 (|#2| (-587 |#2|))))
-((-2319 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-587 |#2|) (-1 |#2| |#1|) (-587 |#1|)) 30)))
-(((-586 |#1| |#2|) (-10 -7 (-15 -2319 ((-587 |#2|) (-1 |#2| |#1|) (-587 |#1|))) (-15 -2319 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2319 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2319 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-365) (-365)) (T -586))
-((-2319 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-365)) (-4 *6 (-365)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-586 *5 *6)))) (-2319 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-365)) (-4 *2 (-365)) (-5 *1 (-586 *5 *2)))) (-2319 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -1641 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-365)) (-4 *6 (-365)) (-5 *2 (-2 (|:| -1641 *6) (|:| |coeff| *6))) (-5 *1 (-586 *5 *6)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-587 *5)) (-4 *5 (-365)) (-4 *6 (-365)) (-5 *2 (-587 *6)) (-5 *1 (-586 *5 *6)))))
-(-10 -7 (-15 -2319 ((-587 |#2|) (-1 |#2| |#1|) (-587 |#1|))) (-15 -2319 ((-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -1641 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2319 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2319 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) 76)) (-4158 ((|#1| $) NIL)) (-1641 ((|#1| $) 30)) (-1366 (((-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32)) (-1585 (($ |#1| (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) (-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28)) (-3137 (((-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) $) 31)) (-3380 (((-1157) $) NIL)) (-3428 (($ |#1| |#1|) 38) (($ |#1| (-1175)) 49 (|has| |#1| (-1038 (-1175))))) (-4072 (((-1119) $) NIL)) (-3079 (((-112) $) 35)) (-3629 ((|#1| $ (-1 |#1| |#1|)) 88) ((|#1| $ (-1175)) 89 (|has| |#1| (-900 (-1175))))) (-3152 (((-862) $) 112) (($ |#1|) 29)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 18 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) 17) (($ $ $) NIL)) (-3002 (($ $ $) 85)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 16) (($ (-409 (-566)) $) 41) (($ $ (-409 (-566))) NIL)))
-(((-587 |#1|) (-13 (-717 (-409 (-566))) (-1038 |#1|) (-10 -8 (-15 -1585 ($ |#1| (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) (-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -1641 (|#1| $)) (-15 -3137 ((-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) $)) (-15 -1366 ((-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3079 ((-112) $)) (-15 -3428 ($ |#1| |#1|)) (-15 -3629 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-900 (-1175))) (-15 -3629 (|#1| $ (-1175))) |%noBranch|) (IF (|has| |#1| (-1038 (-1175))) (-15 -3428 ($ |#1| (-1175))) |%noBranch|))) (-365)) (T -587))
-((-1585 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 *2)) (|:| |logand| (-1171 *2))))) (-5 *4 (-644 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-365)) (-5 *1 (-587 *2)))) (-1641 (*1 *2 *1) (-12 (-5 *1 (-587 *2)) (-4 *2 (-365)))) (-3137 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 *3)) (|:| |logand| (-1171 *3))))) (-5 *1 (-587 *3)) (-4 *3 (-365)))) (-1366 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-587 *3)) (-4 *3 (-365)))) (-3079 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-587 *3)) (-4 *3 (-365)))) (-3428 (*1 *1 *2 *2) (-12 (-5 *1 (-587 *2)) (-4 *2 (-365)))) (-3629 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-587 *2)) (-4 *2 (-365)))) (-3629 (*1 *2 *1 *3) (-12 (-4 *2 (-365)) (-4 *2 (-900 *3)) (-5 *1 (-587 *2)) (-5 *3 (-1175)))) (-3428 (*1 *1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *1 (-587 *2)) (-4 *2 (-1038 *3)) (-4 *2 (-365)))))
-(-13 (-717 (-409 (-566))) (-1038 |#1|) (-10 -8 (-15 -1585 ($ |#1| (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) (-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -1641 (|#1| $)) (-15 -3137 ((-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) $)) (-15 -1366 ((-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3079 ((-112) $)) (-15 -3428 ($ |#1| |#1|)) (-15 -3629 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-900 (-1175))) (-15 -3629 (|#1| $ (-1175))) |%noBranch|) (IF (|has| |#1| (-1038 (-1175))) (-15 -3428 ($ |#1| (-1175))) |%noBranch|)))
-((-2907 (((-112) |#1|) 16)) (-3593 (((-3 |#1| "failed") |#1|) 14)) (-3549 (((-2 (|:| -2576 |#1|) (|:| -2201 (-771))) |#1|) 39) (((-3 |#1| "failed") |#1| (-771)) 18)) (-3729 (((-112) |#1| (-771)) 19)) (-3311 ((|#1| |#1|) 43)) (-1824 ((|#1| |#1| (-771)) 46)))
-(((-588 |#1|) (-10 -7 (-15 -3729 ((-112) |#1| (-771))) (-15 -3549 ((-3 |#1| "failed") |#1| (-771))) (-15 -3549 ((-2 (|:| -2576 |#1|) (|:| -2201 (-771))) |#1|)) (-15 -1824 (|#1| |#1| (-771))) (-15 -2907 ((-112) |#1|)) (-15 -3593 ((-3 |#1| "failed") |#1|)) (-15 -3311 (|#1| |#1|))) (-547)) (T -588))
-((-3311 (*1 *2 *2) (-12 (-5 *1 (-588 *2)) (-4 *2 (-547)))) (-3593 (*1 *2 *2) (|partial| -12 (-5 *1 (-588 *2)) (-4 *2 (-547)))) (-2907 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-588 *3)) (-4 *3 (-547)))) (-1824 (*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-5 *1 (-588 *2)) (-4 *2 (-547)))) (-3549 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -2576 *3) (|:| -2201 (-771)))) (-5 *1 (-588 *3)) (-4 *3 (-547)))) (-3549 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-771)) (-5 *1 (-588 *2)) (-4 *2 (-547)))) (-3729 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-5 *2 (-112)) (-5 *1 (-588 *3)) (-4 *3 (-547)))))
-(-10 -7 (-15 -3729 ((-112) |#1| (-771))) (-15 -3549 ((-3 |#1| "failed") |#1| (-771))) (-15 -3549 ((-2 (|:| -2576 |#1|) (|:| -2201 (-771))) |#1|)) (-15 -1824 (|#1| |#1| (-771))) (-15 -2907 ((-112) |#1|)) (-15 -3593 ((-3 |#1| "failed") |#1|)) (-15 -3311 (|#1| |#1|)))
-((-3672 (((-1171 |#1|) (-921)) 44)))
-(((-589 |#1|) (-10 -7 (-15 -3672 ((-1171 |#1|) (-921)))) (-351)) (T -589))
-((-3672 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-589 *4)) (-4 *4 (-351)))))
-(-10 -7 (-15 -3672 ((-1171 |#1|) (-921))))
-((-3011 (((-587 (-409 (-952 |#1|))) (-587 (-409 (-952 |#1|)))) 27)) (-3313 (((-3 (-317 |#1|) (-644 (-317 |#1|))) (-409 (-952 |#1|)) (-1175)) 34 (|has| |#1| (-147)))) (-3640 (((-644 (-317 |#1|)) (-587 (-409 (-952 |#1|)))) 19)) (-3699 (((-317 |#1|) (-409 (-952 |#1|)) (-1175)) 32 (|has| |#1| (-147)))) (-3433 (((-317 |#1|) (-587 (-409 (-952 |#1|)))) 21)))
-(((-590 |#1|) (-10 -7 (-15 -3011 ((-587 (-409 (-952 |#1|))) (-587 (-409 (-952 |#1|))))) (-15 -3640 ((-644 (-317 |#1|)) (-587 (-409 (-952 |#1|))))) (-15 -3433 ((-317 |#1|) (-587 (-409 (-952 |#1|))))) (IF (|has| |#1| (-147)) (PROGN (-15 -3313 ((-3 (-317 |#1|) (-644 (-317 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -3699 ((-317 |#1|) (-409 (-952 |#1|)) (-1175)))) |%noBranch|)) (-13 (-454) (-1038 (-566)) (-639 (-566)))) (T -590))
-((-3699 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-147)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-317 *5)) (-5 *1 (-590 *5)))) (-3313 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-147)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (-317 *5) (-644 (-317 *5)))) (-5 *1 (-590 *5)))) (-3433 (*1 *2 *3) (-12 (-5 *3 (-587 (-409 (-952 *4)))) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-317 *4)) (-5 *1 (-590 *4)))) (-3640 (*1 *2 *3) (-12 (-5 *3 (-587 (-409 (-952 *4)))) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-644 (-317 *4))) (-5 *1 (-590 *4)))) (-3011 (*1 *2 *2) (-12 (-5 *2 (-587 (-409 (-952 *3)))) (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-590 *3)))))
-(-10 -7 (-15 -3011 ((-587 (-409 (-952 |#1|))) (-587 (-409 (-952 |#1|))))) (-15 -3640 ((-644 (-317 |#1|)) (-587 (-409 (-952 |#1|))))) (-15 -3433 ((-317 |#1|) (-587 (-409 (-952 |#1|))))) (IF (|has| |#1| (-147)) (PROGN (-15 -3313 ((-3 (-317 |#1|) (-644 (-317 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -3699 ((-317 |#1|) (-409 (-952 |#1|)) (-1175)))) |%noBranch|))
-((-1608 (((-644 (-689 (-566))) (-644 (-566)) (-644 (-905 (-566)))) 78) (((-644 (-689 (-566))) (-644 (-566))) 79) (((-689 (-566)) (-644 (-566)) (-905 (-566))) 72)) (-3376 (((-771) (-644 (-566))) 69)))
-(((-591) (-10 -7 (-15 -3376 ((-771) (-644 (-566)))) (-15 -1608 ((-689 (-566)) (-644 (-566)) (-905 (-566)))) (-15 -1608 ((-644 (-689 (-566))) (-644 (-566)))) (-15 -1608 ((-644 (-689 (-566))) (-644 (-566)) (-644 (-905 (-566))))))) (T -591))
-((-1608 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-566))) (-5 *4 (-644 (-905 (-566)))) (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-591)))) (-1608 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-591)))) (-1608 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-566))) (-5 *4 (-905 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-591)))) (-3376 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-771)) (-5 *1 (-591)))))
-(-10 -7 (-15 -3376 ((-771) (-644 (-566)))) (-15 -1608 ((-689 (-566)) (-644 (-566)) (-905 (-566)))) (-15 -1608 ((-644 (-689 (-566))) (-644 (-566)))) (-15 -1608 ((-644 (-689 (-566))) (-644 (-566)) (-644 (-905 (-566))))))
-((-4342 (((-644 |#5|) |#5| (-112)) 100)) (-1327 (((-112) |#5| (-644 |#5|)) 34)))
-(((-592 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4342 ((-644 |#5|) |#5| (-112))) (-15 -1327 ((-112) |#5| (-644 |#5|)))) (-13 (-308) (-147)) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1108 |#1| |#2| |#3| |#4|)) (T -592))
-((-1327 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1108 *5 *6 *7 *8)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-592 *5 *6 *7 *8 *3)))) (-4342 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-644 *3)) (-5 *1 (-592 *5 *6 *7 *8 *3)) (-4 *3 (-1108 *5 *6 *7 *8)))))
-(-10 -7 (-15 -4342 ((-644 |#5|) |#5| (-112))) (-15 -1327 ((-112) |#5| (-644 |#5|))))
-((-2988 (((-112) $ $) NIL)) (-3124 (((-1134) $) 11)) (-3114 (((-1134) $) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-593) (-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1134) $))))) (T -593))
-((-3114 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-593)))) (-3124 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-593)))))
-(-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1134) $))))
-((-2988 (((-112) $ $) NIL (|has| (-144) (-1099)))) (-2129 (($ $) 38)) (-2840 (($ $) NIL)) (-3818 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3388 (((-112) $ $) 68)) (-3366 (((-112) $ $ (-566)) 62)) (-3011 (((-644 $) $ (-144)) 76) (((-644 $) $ (-141)) 77)) (-3054 (((-112) (-1 (-112) (-144) (-144)) $) NIL) (((-112) $) NIL (|has| (-144) (-850)))) (-3628 (($ (-1 (-112) (-144) (-144)) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-850))))) (-2671 (($ (-1 (-112) (-144) (-144)) $) NIL) (($ $) NIL (|has| (-144) (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 (((-144) $ (-566) (-144)) 59 (|has| $ (-6 -4415))) (((-144) $ (-1231 (-566)) (-144)) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-2290 (($ $ (-144)) 81) (($ $ (-141)) 82)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-2801 (($ $ (-1231 (-566)) $) 57)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-2622 (($ (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099)))) (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4414))) (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4414)))) (-3897 (((-144) $ (-566) (-144)) NIL (|has| $ (-6 -4415)))) (-3829 (((-144) $ (-566)) NIL)) (-3409 (((-112) $ $) 95)) (-1569 (((-566) (-1 (-112) (-144)) $) NIL) (((-566) (-144) $) NIL (|has| (-144) (-1099))) (((-566) (-144) $ (-566)) 65 (|has| (-144) (-1099))) (((-566) $ $ (-566)) 63) (((-566) (-141) $ (-566)) 67)) (-1683 (((-644 (-144)) $) NIL (|has| $ (-6 -4414)))) (-1860 (($ (-771) (-144)) 9)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) 32 (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| (-144) (-850)))) (-2696 (($ (-1 (-112) (-144) (-144)) $ $) NIL) (($ $ $) NIL (|has| (-144) (-850)))) (-3491 (((-644 (-144)) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-4050 (((-566) $) 47 (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| (-144) (-850)))) (-1580 (((-112) $ $ (-144)) 96)) (-1981 (((-771) $ $ (-144)) 93)) (-3885 (($ (-1 (-144) (-144)) $) 37 (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-144) (-144)) $) NIL) (($ (-1 (-144) (-144) (-144)) $ $) NIL)) (-1490 (($ $) 41)) (-1852 (($ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-2303 (($ $ (-144)) 78) (($ $ (-141)) 79)) (-3380 (((-1157) $) 43 (|has| (-144) (-1099)))) (-1859 (($ (-144) $ (-566)) NIL) (($ $ $ (-566)) 27)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-566) $) 92) (((-1119) $) NIL (|has| (-144) (-1099)))) (-3908 (((-144) $) NIL (|has| (-566) (-850)))) (-3668 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-3787 (($ $ (-144)) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-144)))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-144)) (-644 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-3486 (((-644 (-144)) $) NIL)) (-2872 (((-112) $) 15)) (-3493 (($) 10)) (-1309 (((-144) $ (-566) (-144)) NIL) (((-144) $ (-566)) 69) (($ $ (-1231 (-566))) 25) (($ $ $) NIL)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-4083 (((-771) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414))) (((-771) (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-2661 (($ $ $ (-566)) 84 (|has| $ (-6 -4415)))) (-1480 (($ $) 20)) (-2376 (((-538) $) NIL (|has| (-144) (-614 (-538))))) (-1340 (($ (-644 (-144))) NIL)) (-4386 (($ $ (-144)) NIL) (($ (-144) $) NIL) (($ $ $) 19) (($ (-644 $)) 85)) (-3152 (($ (-144)) NIL) (((-862) $) 31 (|has| (-144) (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| (-144) (-1099)))) (-2210 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2914 (((-112) $ $) 17 (|has| (-144) (-1099)))) (-2956 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2935 (((-112) $ $) 18 (|has| (-144) (-850)))) (-3000 (((-771) $) 16 (|has| $ (-6 -4414)))))
-(((-594 |#1|) (-13 (-1143) (-10 -8 (-15 -4072 ((-566) $)))) (-566)) (T -594))
-((-4072 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-594 *3)) (-14 *3 *2))))
-(-13 (-1143) (-10 -8 (-15 -4072 ((-566) $))))
-((-4272 (((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2| (-1093 |#4|)) 32)))
-(((-595 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4272 ((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2| (-1093 |#4|))) (-15 -4272 ((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2|))) (-793) (-850) (-558) (-949 |#3| |#1| |#2|)) (T -595))
-((-4272 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-558)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-566)))) (-5 *1 (-595 *5 *4 *6 *3)) (-4 *3 (-949 *6 *5 *4)))) (-4272 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1093 *3)) (-4 *3 (-949 *7 *6 *4)) (-4 *6 (-793)) (-4 *4 (-850)) (-4 *7 (-558)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-566)))) (-5 *1 (-595 *6 *4 *7 *3)))))
-(-10 -7 (-15 -4272 ((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2| (-1093 |#4|))) (-15 -4272 ((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 72)) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-2331 (($ $ (-566)) 58) (($ $ (-566) (-566)) 59)) (-4152 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 65)) (-4103 (($ $) 110)) (-3967 (((-3 $ "failed") $ $) NIL)) (-4309 (((-862) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) (-1026 (-843 (-566))) (-1175) |#1| (-409 (-566))) 243)) (-1427 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 36)) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-3772 (((-112) $) NIL)) (-2679 (((-566) $) 63) (((-566) $ (-566)) 64)) (-2389 (((-112) $) NIL)) (-3394 (($ $ (-921)) 84)) (-3657 (($ (-1 |#1| (-566)) $) 81)) (-2497 (((-112) $) 26)) (-1746 (($ |#1| (-566)) 22) (($ $ (-1081) (-566)) NIL) (($ $ (-644 (-1081)) (-644 (-566))) NIL)) (-2319 (($ (-1 |#1| |#1|) $) 76)) (-2937 (($ (-1026 (-843 (-566))) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 13)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-3313 (($ $) 163 (|has| |#1| (-38 (-409 (-566)))))) (-1676 (((-3 $ "failed") $ $ (-112)) 109)) (-2435 (($ $ $) 117)) (-4072 (((-1119) $) NIL)) (-1839 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 15)) (-1800 (((-1026 (-843 (-566))) $) 14)) (-3369 (($ $ (-566)) 47)) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2023 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-566)))))) (-1309 ((|#1| $ (-566)) 62) (($ $ $) NIL (|has| (-566) (-1111)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-566) |#1|)))) (($ $) 78 (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (-3902 (((-566) $) NIL)) (-1687 (($ $) 48)) (-3152 (((-862) $) NIL) (($ (-566)) 29) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) 28 (|has| |#1| (-172)))) (-2271 ((|#1| $ (-566)) 61)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) 39 T CONST)) (-4290 ((|#1| $) NIL)) (-2615 (($ $) 201 (|has| |#1| (-38 (-409 (-566)))))) (-4284 (($ $) 171 (|has| |#1| (-38 (-409 (-566)))))) (-1355 (($ $) 205 (|has| |#1| (-38 (-409 (-566)))))) (-1604 (($ $) 176 (|has| |#1| (-38 (-409 (-566)))))) (-3453 (($ $) 204 (|has| |#1| (-38 (-409 (-566)))))) (-4254 (($ $) 175 (|has| |#1| (-38 (-409 (-566)))))) (-2964 (($ $ (-409 (-566))) 179 (|has| |#1| (-38 (-409 (-566)))))) (-2708 (($ $ |#1|) 159 (|has| |#1| (-38 (-409 (-566)))))) (-3157 (($ $) 207 (|has| |#1| (-38 (-409 (-566)))))) (-2114 (($ $) 162 (|has| |#1| (-38 (-409 (-566)))))) (-3959 (($ $) 206 (|has| |#1| (-38 (-409 (-566)))))) (-1505 (($ $) 177 (|has| |#1| (-38 (-409 (-566)))))) (-3387 (($ $) 202 (|has| |#1| (-38 (-409 (-566)))))) (-4129 (($ $) 173 (|has| |#1| (-38 (-409 (-566)))))) (-4201 (($ $) 203 (|has| |#1| (-38 (-409 (-566)))))) (-2309 (($ $) 174 (|has| |#1| (-38 (-409 (-566)))))) (-3261 (($ $) 212 (|has| |#1| (-38 (-409 (-566)))))) (-2905 (($ $) 188 (|has| |#1| (-38 (-409 (-566)))))) (-4245 (($ $) 209 (|has| |#1| (-38 (-409 (-566)))))) (-2571 (($ $) 183 (|has| |#1| (-38 (-409 (-566)))))) (-2538 (($ $) 216 (|has| |#1| (-38 (-409 (-566)))))) (-2832 (($ $) 192 (|has| |#1| (-38 (-409 (-566)))))) (-4339 (($ $) 218 (|has| |#1| (-38 (-409 (-566)))))) (-2509 (($ $) 194 (|has| |#1| (-38 (-409 (-566)))))) (-1983 (($ $) 214 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($ $) 190 (|has| |#1| (-38 (-409 (-566)))))) (-2626 (($ $) 211 (|has| |#1| (-38 (-409 (-566)))))) (-1892 (($ $) 186 (|has| |#1| (-38 (-409 (-566)))))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3603 ((|#1| $ (-566)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-4356 (($) 30 T CONST)) (-4366 (($) 40 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-566) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (-2914 (((-112) $ $) 74)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) 92) (($ $ $) 73)) (-3002 (($ $ $) 89)) (** (($ $ (-921)) NIL) (($ $ (-771)) 112)) (* (($ (-921) $) 99) (($ (-771) $) 97) (($ (-566) $) 94) (($ $ $) 105) (($ $ |#1|) NIL) (($ |#1| $) 124) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-596 |#1|) (-13 (-1242 |#1| (-566)) (-10 -8 (-15 -2937 ($ (-1026 (-843 (-566))) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))))) (-15 -1800 ((-1026 (-843 (-566))) $)) (-15 -1839 ((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $)) (-15 -1427 ($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))))) (-15 -2497 ((-112) $)) (-15 -3657 ($ (-1 |#1| (-566)) $)) (-15 -1676 ((-3 $ "failed") $ $ (-112))) (-15 -4103 ($ $)) (-15 -2435 ($ $ $)) (-15 -4309 ((-862) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) (-1026 (-843 (-566))) (-1175) |#1| (-409 (-566)))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $)) (-15 -2708 ($ $ |#1|)) (-15 -2964 ($ $ (-409 (-566)))) (-15 -2114 ($ $)) (-15 -3157 ($ $)) (-15 -1604 ($ $)) (-15 -2309 ($ $)) (-15 -4284 ($ $)) (-15 -4129 ($ $)) (-15 -4254 ($ $)) (-15 -1505 ($ $)) (-15 -2571 ($ $)) (-15 -1892 ($ $)) (-15 -2905 ($ $)) (-15 -4145 ($ $)) (-15 -2832 ($ $)) (-15 -2509 ($ $)) (-15 -1355 ($ $)) (-15 -4201 ($ $)) (-15 -2615 ($ $)) (-15 -3387 ($ $)) (-15 -3453 ($ $)) (-15 -3959 ($ $)) (-15 -4245 ($ $)) (-15 -2626 ($ $)) (-15 -3261 ($ $)) (-15 -1983 ($ $)) (-15 -2538 ($ $)) (-15 -4339 ($ $))) |%noBranch|))) (-1049)) (T -596))
-((-2497 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-596 *3)) (-4 *3 (-1049)))) (-2937 (*1 *1 *2 *3) (-12 (-5 *2 (-1026 (-843 (-566)))) (-5 *3 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *4)))) (-4 *4 (-1049)) (-5 *1 (-596 *4)))) (-1800 (*1 *2 *1) (-12 (-5 *2 (-1026 (-843 (-566)))) (-5 *1 (-596 *3)) (-4 *3 (-1049)))) (-1839 (*1 *2 *1) (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3)))) (-5 *1 (-596 *3)) (-4 *3 (-1049)))) (-1427 (*1 *1 *2) (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3)))) (-4 *3 (-1049)) (-5 *1 (-596 *3)))) (-3657 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-566))) (-4 *3 (-1049)) (-5 *1 (-596 *3)))) (-1676 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-596 *3)) (-4 *3 (-1049)))) (-4103 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-1049)))) (-2435 (*1 *1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-1049)))) (-4309 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *6)))) (-5 *4 (-1026 (-843 (-566)))) (-5 *5 (-1175)) (-5 *7 (-409 (-566))) (-4 *6 (-1049)) (-5 *2 (-862)) (-5 *1 (-596 *6)))) (-3313 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2708 (*1 *1 *1 *2) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2964 (*1 *1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-596 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1049)))) (-2114 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3157 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1604 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2309 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-4284 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-4129 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-4254 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1505 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2571 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1892 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2905 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-4145 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2832 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2509 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1355 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-4201 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2615 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3387 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3453 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3959 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-4245 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2626 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3261 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1983 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2538 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-4339 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(-13 (-1242 |#1| (-566)) (-10 -8 (-15 -2937 ($ (-1026 (-843 (-566))) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))))) (-15 -1800 ((-1026 (-843 (-566))) $)) (-15 -1839 ((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $)) (-15 -1427 ($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))))) (-15 -2497 ((-112) $)) (-15 -3657 ($ (-1 |#1| (-566)) $)) (-15 -1676 ((-3 $ "failed") $ $ (-112))) (-15 -4103 ($ $)) (-15 -2435 ($ $ $)) (-15 -4309 ((-862) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) (-1026 (-843 (-566))) (-1175) |#1| (-409 (-566)))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $)) (-15 -2708 ($ $ |#1|)) (-15 -2964 ($ $ (-409 (-566)))) (-15 -2114 ($ $)) (-15 -3157 ($ $)) (-15 -1604 ($ $)) (-15 -2309 ($ $)) (-15 -4284 ($ $)) (-15 -4129 ($ $)) (-15 -4254 ($ $)) (-15 -1505 ($ $)) (-15 -2571 ($ $)) (-15 -1892 ($ $)) (-15 -2905 ($ $)) (-15 -4145 ($ $)) (-15 -2832 ($ $)) (-15 -2509 ($ $)) (-15 -1355 ($ $)) (-15 -4201 ($ $)) (-15 -2615 ($ $)) (-15 -3387 ($ $)) (-15 -3453 ($ $)) (-15 -3959 ($ $)) (-15 -4245 ($ $)) (-15 -2626 ($ $)) (-15 -3261 ($ $)) (-15 -1983 ($ $)) (-15 -2538 ($ $)) (-15 -4339 ($ $))) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1427 (($ (-1155 |#1|)) 9)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) 48)) (-3772 (((-112) $) 58)) (-2679 (((-771) $) 63) (((-771) $ (-771)) 62)) (-2389 (((-112) $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2978 (((-3 $ "failed") $ $) 50 (|has| |#1| (-558)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL (|has| |#1| (-558)))) (-1643 (((-1155 |#1|) $) 29)) (-2593 (((-771)) 57 T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) 10 T CONST)) (-4366 (($) 14 T CONST)) (-2914 (((-112) $ $) 28)) (-3012 (($ $) 36) (($ $ $) 16)) (-3002 (($ $ $) 31)) (** (($ $ (-921)) NIL) (($ $ (-771)) 55)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 40) (($ $ $) 34) (($ |#1| $) 43) (($ $ |#1|) 44) (($ $ (-566)) 42)))
-(((-597 |#1|) (-13 (-1049) (-10 -8 (-15 -1643 ((-1155 |#1|) $)) (-15 -1427 ($ (-1155 |#1|))) (-15 -3772 ((-112) $)) (-15 -2679 ((-771) $)) (-15 -2679 ((-771) $ (-771))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-566))) (IF (|has| |#1| (-558)) (-6 (-558)) |%noBranch|))) (-1049)) (T -597))
-((-1643 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))) (-1427 (*1 *1 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-597 *3)))) (-3772 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))) (-2679 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))) (-2679 (*1 *2 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-597 *2)) (-4 *2 (-1049)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-597 *2)) (-4 *2 (-1049)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))))
-(-13 (-1049) (-10 -8 (-15 -1643 ((-1155 |#1|) $)) (-15 -1427 ($ (-1155 |#1|))) (-15 -3772 ((-112) $)) (-15 -2679 ((-771) $)) (-15 -2679 ((-771) $ (-771))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-566))) (IF (|has| |#1| (-558)) (-6 (-558)) |%noBranch|)))
-((-2319 (((-601 |#2|) (-1 |#2| |#1|) (-601 |#1|)) 15)))
-(((-598 |#1| |#2|) (-10 -7 (-15 -2319 ((-601 |#2|) (-1 |#2| |#1|) (-601 |#1|)))) (-1214) (-1214)) (T -598))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-601 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-601 *6)) (-5 *1 (-598 *5 *6)))))
-(-10 -7 (-15 -2319 ((-601 |#2|) (-1 |#2| |#1|) (-601 |#1|))))
-((-2319 (((-1155 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-1155 |#2|)) 20) (((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-601 |#2|)) 19) (((-601 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-601 |#2|)) 18)))
-(((-599 |#1| |#2| |#3|) (-10 -7 (-15 -2319 ((-601 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-601 |#2|))) (-15 -2319 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-601 |#2|))) (-15 -2319 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-1155 |#2|)))) (-1214) (-1214) (-1214)) (T -599))
-((-2319 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-601 *6)) (-5 *5 (-1155 *7)) (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-1155 *8)) (-5 *1 (-599 *6 *7 *8)))) (-2319 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1155 *6)) (-5 *5 (-601 *7)) (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-1155 *8)) (-5 *1 (-599 *6 *7 *8)))) (-2319 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-601 *6)) (-5 *5 (-601 *7)) (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-601 *8)) (-5 *1 (-599 *6 *7 *8)))))
-(-10 -7 (-15 -2319 ((-601 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-601 |#2|))) (-15 -2319 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-601 |#2|))) (-15 -2319 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-1155 |#2|))))
-((-3100 ((|#3| |#3| (-644 (-612 |#3|)) (-644 (-1175))) 57)) (-2354 (((-169 |#2|) |#3|) 121)) (-3164 ((|#3| (-169 |#2|)) 46)) (-3568 ((|#2| |#3|) 21)) (-2780 ((|#3| |#2|) 35)))
-(((-600 |#1| |#2| |#3|) (-10 -7 (-15 -3164 (|#3| (-169 |#2|))) (-15 -3568 (|#2| |#3|)) (-15 -2780 (|#3| |#2|)) (-15 -2354 ((-169 |#2|) |#3|)) (-15 -3100 (|#3| |#3| (-644 (-612 |#3|)) (-644 (-1175))))) (-558) (-13 (-432 |#1|) (-1002) (-1199)) (-13 (-432 (-169 |#1|)) (-1002) (-1199))) (T -600))
-((-3100 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-644 (-612 *2))) (-5 *4 (-644 (-1175))) (-4 *2 (-13 (-432 (-169 *5)) (-1002) (-1199))) (-4 *5 (-558)) (-5 *1 (-600 *5 *6 *2)) (-4 *6 (-13 (-432 *5) (-1002) (-1199))))) (-2354 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-169 *5)) (-5 *1 (-600 *4 *5 *3)) (-4 *5 (-13 (-432 *4) (-1002) (-1199))) (-4 *3 (-13 (-432 (-169 *4)) (-1002) (-1199))))) (-2780 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *2 (-13 (-432 (-169 *4)) (-1002) (-1199))) (-5 *1 (-600 *4 *3 *2)) (-4 *3 (-13 (-432 *4) (-1002) (-1199))))) (-3568 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *2 (-13 (-432 *4) (-1002) (-1199))) (-5 *1 (-600 *4 *2 *3)) (-4 *3 (-13 (-432 (-169 *4)) (-1002) (-1199))))) (-3164 (*1 *2 *3) (-12 (-5 *3 (-169 *5)) (-4 *5 (-13 (-432 *4) (-1002) (-1199))) (-4 *4 (-558)) (-4 *2 (-13 (-432 (-169 *4)) (-1002) (-1199))) (-5 *1 (-600 *4 *5 *2)))))
-(-10 -7 (-15 -3164 (|#3| (-169 |#2|))) (-15 -3568 (|#2| |#3|)) (-15 -2780 (|#3| |#2|)) (-15 -2354 ((-169 |#2|) |#3|)) (-15 -3100 (|#3| |#3| (-644 (-612 |#3|)) (-644 (-1175)))))
-((-3678 (($ (-1 (-112) |#1|) $) 17)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-4109 (($ (-1 |#1| |#1|) |#1|) 9)) (-3652 (($ (-1 (-112) |#1|) $) 13)) (-3666 (($ (-1 (-112) |#1|) $) 15)) (-1340 (((-1155 |#1|) $) 18)) (-3152 (((-862) $) NIL)))
-(((-601 |#1|) (-13 (-613 (-862)) (-10 -8 (-15 -2319 ($ (-1 |#1| |#1|) $)) (-15 -3652 ($ (-1 (-112) |#1|) $)) (-15 -3666 ($ (-1 (-112) |#1|) $)) (-15 -3678 ($ (-1 (-112) |#1|) $)) (-15 -4109 ($ (-1 |#1| |#1|) |#1|)) (-15 -1340 ((-1155 |#1|) $)))) (-1214)) (T -601))
-((-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3)))) (-3652 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3)))) (-3666 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3)))) (-3678 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3)))) (-4109 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3)))) (-1340 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-601 *3)) (-4 *3 (-1214)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -2319 ($ (-1 |#1| |#1|) $)) (-15 -3652 ($ (-1 (-112) |#1|) $)) (-15 -3666 ($ (-1 (-112) |#1|) $)) (-15 -3678 ($ (-1 (-112) |#1|) $)) (-15 -4109 ($ (-1 |#1| |#1|) |#1|)) (-15 -1340 ((-1155 |#1|) $))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2819 (($ (-771)) NIL (|has| |#1| (-23)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1569 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-2977 (((-689 |#1|) $ $) NIL (|has| |#1| (-1049)))) (-1860 (($ (-771) |#1|) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3631 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-3267 (((-112) $ (-771)) NIL)) (-2440 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3908 ((|#1| $) NIL (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-3386 ((|#1| $ $) NIL (|has| |#1| (-1049)))) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-1395 (($ $ $) NIL (|has| |#1| (-1049)))) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) NIL)) (-4386 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3012 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-3002 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-566) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-726))) (($ $ |#1|) NIL (|has| |#1| (-726)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-602 |#1| |#2|) (-1262 |#1|) (-1214) (-566)) (T -602))
-NIL
-(-1262 |#1|)
-((-1944 (((-1269) $ |#2| |#2|) 36)) (-2296 ((|#2| $) 23)) (-4050 ((|#2| $) 21)) (-3885 (($ (-1 |#3| |#3|) $) 32)) (-2319 (($ (-1 |#3| |#3|) $) 30)) (-3908 ((|#3| $) 26)) (-3787 (($ $ |#3|) 33)) (-2847 (((-112) |#3| $) 17)) (-3486 (((-644 |#3|) $) 15)) (-1309 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
-(((-603 |#1| |#2| |#3|) (-10 -8 (-15 -1944 ((-1269) |#1| |#2| |#2|)) (-15 -3787 (|#1| |#1| |#3|)) (-15 -3908 (|#3| |#1|)) (-15 -2296 (|#2| |#1|)) (-15 -4050 (|#2| |#1|)) (-15 -2847 ((-112) |#3| |#1|)) (-15 -3486 ((-644 |#3|) |#1|)) (-15 -1309 (|#3| |#1| |#2|)) (-15 -1309 (|#3| |#1| |#2| |#3|)) (-15 -3885 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2319 (|#1| (-1 |#3| |#3|) |#1|))) (-604 |#2| |#3|) (-1099) (-1214)) (T -603))
-NIL
-(-10 -8 (-15 -1944 ((-1269) |#1| |#2| |#2|)) (-15 -3787 (|#1| |#1| |#3|)) (-15 -3908 (|#3| |#1|)) (-15 -2296 (|#2| |#1|)) (-15 -4050 (|#2| |#1|)) (-15 -2847 ((-112) |#3| |#1|)) (-15 -3486 ((-644 |#3|) |#1|)) (-15 -1309 (|#3| |#1| |#2|)) (-15 -1309 (|#3| |#1| |#2| |#3|)) (-15 -3885 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2319 (|#1| (-1 |#3| |#3|) |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#2| (-1099)))) (-1944 (((-1269) $ |#1| |#1|) 41 (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) 8)) (-1456 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4415)))) (-2463 (($) 7 T CONST)) (-3897 ((|#2| $ |#1| |#2|) 54 (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) 52)) (-1683 (((-644 |#2|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-2296 ((|#1| $) 44 (|has| |#1| (-850)))) (-3491 (((-644 |#2|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#2| $) 28 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414))))) (-4050 ((|#1| $) 45 (|has| |#1| (-850)))) (-3885 (($ (-1 |#2| |#2|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#2| |#2|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#2| (-1099)))) (-3725 (((-644 |#1|) $) 47)) (-1644 (((-112) |#1| $) 48)) (-4072 (((-1119) $) 21 (|has| |#2| (-1099)))) (-3908 ((|#2| $) 43 (|has| |#1| (-850)))) (-3787 (($ $ |#2|) 42 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#2|))) 27 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 26 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 25 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 24 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#2| $) 46 (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#2| $ |#1| |#2|) 51) ((|#2| $ |#1|) 50)) (-4083 (((-771) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4414))) (((-771) |#2| $) 29 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#2| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#2| (-1099)))) (-2210 (((-112) (-1 (-112) |#2|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#2| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-604 |#1| |#2|) (-140) (-1099) (-1214)) (T -604))
-((-3486 (*1 *2 *1) (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1214)) (-5 *2 (-644 *4)))) (-1644 (*1 *2 *3 *1) (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1214)) (-5 *2 (-112)))) (-3725 (*1 *2 *1) (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1214)) (-5 *2 (-644 *3)))) (-2847 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-604 *4 *3)) (-4 *4 (-1099)) (-4 *3 (-1214)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-4050 (*1 *2 *1) (-12 (-4 *1 (-604 *2 *3)) (-4 *3 (-1214)) (-4 *2 (-1099)) (-4 *2 (-850)))) (-2296 (*1 *2 *1) (-12 (-4 *1 (-604 *2 *3)) (-4 *3 (-1214)) (-4 *2 (-1099)) (-4 *2 (-850)))) (-3908 (*1 *2 *1) (-12 (-4 *1 (-604 *3 *2)) (-4 *3 (-1099)) (-4 *3 (-850)) (-4 *2 (-1214)))) (-3787 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-604 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1214)))) (-1944 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1214)) (-5 *2 (-1269)))))
-(-13 (-491 |t#2|) (-289 |t#1| |t#2|) (-10 -8 (-15 -3486 ((-644 |t#2|) $)) (-15 -1644 ((-112) |t#1| $)) (-15 -3725 ((-644 |t#1|) $)) (IF (|has| |t#2| (-1099)) (IF (|has| $ (-6 -4414)) (-15 -2847 ((-112) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-850)) (PROGN (-15 -4050 (|t#1| $)) (-15 -2296 (|t#1| $)) (-15 -3908 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4415)) (PROGN (-15 -3787 ($ $ |t#2|)) (-15 -1944 ((-1269) $ |t#1| |t#1|))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#2| (-1099)) ((-613 (-862)) -2768 (|has| |#2| (-1099)) (|has| |#2| (-613 (-862)))) ((-287 |#1| |#2|) . T) ((-289 |#1| |#2|) . T) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-491 |#2|) . T) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-1099) |has| |#2| (-1099)) ((-1214) . T))
-((-3152 (((-862) $) 19) (($ (-129)) 13) (((-129) $) 14)))
+((-3106 (((-1270) (-1157)) 10)))
+(((-584) (-10 -7 (-15 -3106 ((-1270) (-1157))))) (T -584))
+((-3106 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-584)))))
+(-10 -7 (-15 -3106 ((-1270) (-1157))))
+((-3655 (((-587 |#2|) (-587 |#2|)) 42)) (-1967 (((-644 |#2|) (-587 |#2|)) 44)) (-2323 ((|#2| (-587 |#2|)) 50)))
+(((-585 |#1| |#2|) (-10 -7 (-15 -3655 ((-587 |#2|) (-587 |#2|))) (-15 -1967 ((-644 |#2|) (-587 |#2|))) (-15 -2323 (|#2| (-587 |#2|)))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-29 |#1|) (-1200))) (T -585))
+((-2323 (*1 *2 *3) (-12 (-5 *3 (-587 *2)) (-4 *2 (-13 (-29 *4) (-1200))) (-5 *1 (-585 *4 *2)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))))) (-1967 (*1 *2 *3) (-12 (-5 *3 (-587 *5)) (-4 *5 (-13 (-29 *4) (-1200))) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-644 *5)) (-5 *1 (-585 *4 *5)))) (-3655 (*1 *2 *2) (-12 (-5 *2 (-587 *4)) (-4 *4 (-13 (-29 *3) (-1200))) (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-585 *3 *4)))))
+(-10 -7 (-15 -3655 ((-587 |#2|) (-587 |#2|))) (-15 -1967 ((-644 |#2|) (-587 |#2|))) (-15 -2323 (|#2| (-587 |#2|))))
+((-1895 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-587 |#2|) (-1 |#2| |#1|) (-587 |#1|)) 30)))
+(((-586 |#1| |#2|) (-10 -7 (-15 -1895 ((-587 |#2|) (-1 |#2| |#1|) (-587 |#1|))) (-15 -1895 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1895 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1895 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-365) (-365)) (T -586))
+((-1895 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-365)) (-4 *6 (-365)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-586 *5 *6)))) (-1895 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-365)) (-4 *2 (-365)) (-5 *1 (-586 *5 *2)))) (-1895 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -2650 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-365)) (-4 *6 (-365)) (-5 *2 (-2 (|:| -2650 *6) (|:| |coeff| *6))) (-5 *1 (-586 *5 *6)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-587 *5)) (-4 *5 (-365)) (-4 *6 (-365)) (-5 *2 (-587 *6)) (-5 *1 (-586 *5 *6)))))
+(-10 -7 (-15 -1895 ((-587 |#2|) (-1 |#2| |#1|) (-587 |#1|))) (-15 -1895 ((-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -2650 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1895 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1895 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) 76)) (-3213 ((|#1| $) NIL)) (-2650 ((|#1| $) 30)) (-1827 (((-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 32)) (-3386 (($ |#1| (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) (-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 28)) (-2368 (((-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) $) 31)) (-3057 (((-1157) $) NIL)) (-2278 (($ |#1| |#1|) 38) (($ |#1| (-1175)) 49 (|has| |#1| (-1038 (-1175))))) (-2029 (((-1119) $) NIL)) (-3029 (((-112) $) 35)) (-2324 ((|#1| $ (-1 |#1| |#1|)) 88) ((|#1| $ (-1175)) 89 (|has| |#1| (-900 (-1175))))) (-1650 (((-862) $) 112) (($ |#1|) 29)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 18 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) 17) (($ $ $) NIL)) (-2964 (($ $ $) 85)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 16) (($ (-409 (-566)) $) 41) (($ $ (-409 (-566))) NIL)))
+(((-587 |#1|) (-13 (-717 (-409 (-566))) (-1038 |#1|) (-10 -8 (-15 -3386 ($ |#1| (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) (-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -2650 (|#1| $)) (-15 -2368 ((-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) $)) (-15 -1827 ((-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3029 ((-112) $)) (-15 -2278 ($ |#1| |#1|)) (-15 -2324 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-900 (-1175))) (-15 -2324 (|#1| $ (-1175))) |%noBranch|) (IF (|has| |#1| (-1038 (-1175))) (-15 -2278 ($ |#1| (-1175))) |%noBranch|))) (-365)) (T -587))
+((-3386 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 *2)) (|:| |logand| (-1171 *2))))) (-5 *4 (-644 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-365)) (-5 *1 (-587 *2)))) (-2650 (*1 *2 *1) (-12 (-5 *1 (-587 *2)) (-4 *2 (-365)))) (-2368 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 *3)) (|:| |logand| (-1171 *3))))) (-5 *1 (-587 *3)) (-4 *3 (-365)))) (-1827 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-587 *3)) (-4 *3 (-365)))) (-3029 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-587 *3)) (-4 *3 (-365)))) (-2278 (*1 *1 *2 *2) (-12 (-5 *1 (-587 *2)) (-4 *2 (-365)))) (-2324 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-587 *2)) (-4 *2 (-365)))) (-2324 (*1 *2 *1 *3) (-12 (-4 *2 (-365)) (-4 *2 (-900 *3)) (-5 *1 (-587 *2)) (-5 *3 (-1175)))) (-2278 (*1 *1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *1 (-587 *2)) (-4 *2 (-1038 *3)) (-4 *2 (-365)))))
+(-13 (-717 (-409 (-566))) (-1038 |#1|) (-10 -8 (-15 -3386 ($ |#1| (-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) (-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -2650 (|#1| $)) (-15 -2368 ((-644 (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 |#1|)) (|:| |logand| (-1171 |#1|)))) $)) (-15 -1827 ((-644 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3029 ((-112) $)) (-15 -2278 ($ |#1| |#1|)) (-15 -2324 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-900 (-1175))) (-15 -2324 (|#1| $ (-1175))) |%noBranch|) (IF (|has| |#1| (-1038 (-1175))) (-15 -2278 ($ |#1| (-1175))) |%noBranch|)))
+((-2794 (((-112) |#1|) 16)) (-3324 (((-3 |#1| "failed") |#1|) 14)) (-4168 (((-2 (|:| -4249 |#1|) (|:| -3388 (-771))) |#1|) 39) (((-3 |#1| "failed") |#1| (-771)) 18)) (-2076 (((-112) |#1| (-771)) 19)) (-3589 ((|#1| |#1|) 43)) (-3954 ((|#1| |#1| (-771)) 46)))
+(((-588 |#1|) (-10 -7 (-15 -2076 ((-112) |#1| (-771))) (-15 -4168 ((-3 |#1| "failed") |#1| (-771))) (-15 -4168 ((-2 (|:| -4249 |#1|) (|:| -3388 (-771))) |#1|)) (-15 -3954 (|#1| |#1| (-771))) (-15 -2794 ((-112) |#1|)) (-15 -3324 ((-3 |#1| "failed") |#1|)) (-15 -3589 (|#1| |#1|))) (-547)) (T -588))
+((-3589 (*1 *2 *2) (-12 (-5 *1 (-588 *2)) (-4 *2 (-547)))) (-3324 (*1 *2 *2) (|partial| -12 (-5 *1 (-588 *2)) (-4 *2 (-547)))) (-2794 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-588 *3)) (-4 *3 (-547)))) (-3954 (*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-5 *1 (-588 *2)) (-4 *2 (-547)))) (-4168 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -4249 *3) (|:| -3388 (-771)))) (-5 *1 (-588 *3)) (-4 *3 (-547)))) (-4168 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-771)) (-5 *1 (-588 *2)) (-4 *2 (-547)))) (-2076 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-5 *2 (-112)) (-5 *1 (-588 *3)) (-4 *3 (-547)))))
+(-10 -7 (-15 -2076 ((-112) |#1| (-771))) (-15 -4168 ((-3 |#1| "failed") |#1| (-771))) (-15 -4168 ((-2 (|:| -4249 |#1|) (|:| -3388 (-771))) |#1|)) (-15 -3954 (|#1| |#1| (-771))) (-15 -2794 ((-112) |#1|)) (-15 -3324 ((-3 |#1| "failed") |#1|)) (-15 -3589 (|#1| |#1|)))
+((-2736 (((-1171 |#1|) (-921)) 44)))
+(((-589 |#1|) (-10 -7 (-15 -2736 ((-1171 |#1|) (-921)))) (-351)) (T -589))
+((-2736 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-589 *4)) (-4 *4 (-351)))))
+(-10 -7 (-15 -2736 ((-1171 |#1|) (-921))))
+((-3655 (((-587 (-409 (-952 |#1|))) (-587 (-409 (-952 |#1|)))) 27)) (-3613 (((-3 (-317 |#1|) (-644 (-317 |#1|))) (-409 (-952 |#1|)) (-1175)) 34 (|has| |#1| (-147)))) (-1967 (((-644 (-317 |#1|)) (-587 (-409 (-952 |#1|)))) 19)) (-3019 (((-317 |#1|) (-409 (-952 |#1|)) (-1175)) 32 (|has| |#1| (-147)))) (-2323 (((-317 |#1|) (-587 (-409 (-952 |#1|)))) 21)))
+(((-590 |#1|) (-10 -7 (-15 -3655 ((-587 (-409 (-952 |#1|))) (-587 (-409 (-952 |#1|))))) (-15 -1967 ((-644 (-317 |#1|)) (-587 (-409 (-952 |#1|))))) (-15 -2323 ((-317 |#1|) (-587 (-409 (-952 |#1|))))) (IF (|has| |#1| (-147)) (PROGN (-15 -3613 ((-3 (-317 |#1|) (-644 (-317 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -3019 ((-317 |#1|) (-409 (-952 |#1|)) (-1175)))) |%noBranch|)) (-13 (-454) (-1038 (-566)) (-639 (-566)))) (T -590))
+((-3019 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-147)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-317 *5)) (-5 *1 (-590 *5)))) (-3613 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-147)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (-317 *5) (-644 (-317 *5)))) (-5 *1 (-590 *5)))) (-2323 (*1 *2 *3) (-12 (-5 *3 (-587 (-409 (-952 *4)))) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-317 *4)) (-5 *1 (-590 *4)))) (-1967 (*1 *2 *3) (-12 (-5 *3 (-587 (-409 (-952 *4)))) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-644 (-317 *4))) (-5 *1 (-590 *4)))) (-3655 (*1 *2 *2) (-12 (-5 *2 (-587 (-409 (-952 *3)))) (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-590 *3)))))
+(-10 -7 (-15 -3655 ((-587 (-409 (-952 |#1|))) (-587 (-409 (-952 |#1|))))) (-15 -1967 ((-644 (-317 |#1|)) (-587 (-409 (-952 |#1|))))) (-15 -2323 ((-317 |#1|) (-587 (-409 (-952 |#1|))))) (IF (|has| |#1| (-147)) (PROGN (-15 -3613 ((-3 (-317 |#1|) (-644 (-317 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -3019 ((-317 |#1|) (-409 (-952 |#1|)) (-1175)))) |%noBranch|))
+((-3623 (((-644 (-689 (-566))) (-644 (-566)) (-644 (-905 (-566)))) 78) (((-644 (-689 (-566))) (-644 (-566))) 79) (((-689 (-566)) (-644 (-566)) (-905 (-566))) 72)) (-3012 (((-771) (-644 (-566))) 69)))
+(((-591) (-10 -7 (-15 -3012 ((-771) (-644 (-566)))) (-15 -3623 ((-689 (-566)) (-644 (-566)) (-905 (-566)))) (-15 -3623 ((-644 (-689 (-566))) (-644 (-566)))) (-15 -3623 ((-644 (-689 (-566))) (-644 (-566)) (-644 (-905 (-566))))))) (T -591))
+((-3623 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-566))) (-5 *4 (-644 (-905 (-566)))) (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-591)))) (-3623 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-591)))) (-3623 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-566))) (-5 *4 (-905 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-591)))) (-3012 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-771)) (-5 *1 (-591)))))
+(-10 -7 (-15 -3012 ((-771) (-644 (-566)))) (-15 -3623 ((-689 (-566)) (-644 (-566)) (-905 (-566)))) (-15 -3623 ((-644 (-689 (-566))) (-644 (-566)))) (-15 -3623 ((-644 (-689 (-566))) (-644 (-566)) (-644 (-905 (-566))))))
+((-2948 (((-644 |#5|) |#5| (-112)) 100)) (-2764 (((-112) |#5| (-644 |#5|)) 34)))
+(((-592 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2948 ((-644 |#5|) |#5| (-112))) (-15 -2764 ((-112) |#5| (-644 |#5|)))) (-13 (-308) (-147)) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1108 |#1| |#2| |#3| |#4|)) (T -592))
+((-2764 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1108 *5 *6 *7 *8)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-592 *5 *6 *7 *8 *3)))) (-2948 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-644 *3)) (-5 *1 (-592 *5 *6 *7 *8 *3)) (-4 *3 (-1108 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2948 ((-644 |#5|) |#5| (-112))) (-15 -2764 ((-112) |#5| (-644 |#5|))))
+((-4124 (((-112) $ $) NIL)) (-2699 (((-1134) $) 11)) (-2687 (((-1134) $) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-593) (-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1134) $))))) (T -593))
+((-2687 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-593)))) (-2699 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-593)))))
+(-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1134) $))))
+((-4124 (((-112) $ $) NIL (|has| (-144) (-1099)))) (-3939 (($ $) 38)) (-3454 (($ $) NIL)) (-1679 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2391 (((-112) $ $) 68)) (-2370 (((-112) $ $ (-566)) 62)) (-3655 (((-644 $) $ (-144)) 76) (((-644 $) $ (-141)) 77)) (-2771 (((-112) (-1 (-112) (-144) (-144)) $) NIL) (((-112) $) NIL (|has| (-144) (-850)))) (-3632 (($ (-1 (-112) (-144) (-144)) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| (-144) (-850))))) (-3292 (($ (-1 (-112) (-144) (-144)) $) NIL) (($ $) NIL (|has| (-144) (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 (((-144) $ (-566) (-144)) 59 (|has| $ (-6 -4416))) (((-144) $ (-1232 (-566)) (-144)) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-3899 (($ $ (-144)) 81) (($ $ (-141)) 82)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-4359 (($ $ (-1232 (-566)) $) 57)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-1837 (($ (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099)))) (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4415))) (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4415)))) (-2417 (((-144) $ (-566) (-144)) NIL (|has| $ (-6 -4416)))) (-2359 (((-144) $ (-566)) NIL)) (-2413 (((-112) $ $) 95)) (-1308 (((-566) (-1 (-112) (-144)) $) NIL) (((-566) (-144) $) NIL (|has| (-144) (-1099))) (((-566) (-144) $ (-566)) 65 (|has| (-144) (-1099))) (((-566) $ $ (-566)) 63) (((-566) (-141) $ (-566)) 67)) (-3953 (((-644 (-144)) $) NIL (|has| $ (-6 -4415)))) (-1566 (($ (-771) (-144)) 9)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) 32 (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| (-144) (-850)))) (-1485 (($ (-1 (-112) (-144) (-144)) $ $) NIL) (($ $ $) NIL (|has| (-144) (-850)))) (-1690 (((-644 (-144)) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-3090 (((-566) $) 47 (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| (-144) (-850)))) (-3161 (((-112) $ $ (-144)) 96)) (-2269 (((-771) $ $ (-144)) 93)) (-2409 (($ (-1 (-144) (-144)) $) 37 (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-144) (-144)) $) NIL) (($ (-1 (-144) (-144) (-144)) $ $) NIL)) (-3734 (($ $) 41)) (-4223 (($ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3912 (($ $ (-144)) 78) (($ $ (-141)) 79)) (-3057 (((-1157) $) 43 (|has| (-144) (-1099)))) (-3438 (($ (-144) $ (-566)) NIL) (($ $ $ (-566)) 27)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-566) $) 92) (((-1119) $) NIL (|has| (-144) (-1099)))) (-3604 (((-144) $) NIL (|has| (-566) (-850)))) (-2695 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-1417 (($ $ (-144)) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-144)))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-144)) (-644 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-1647 (((-644 (-144)) $) NIL)) (-3758 (((-112) $) 15)) (-1710 (($) 10)) (-3483 (((-144) $ (-566) (-144)) NIL) (((-144) $ (-566)) 69) (($ $ (-1232 (-566))) 25) (($ $ $) NIL)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-2037 (((-771) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415))) (((-771) (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-2310 (($ $ $ (-566)) 84 (|has| $ (-6 -4416)))) (-1800 (($ $) 20)) (-1945 (((-538) $) NIL (|has| (-144) (-614 (-538))))) (-1664 (($ (-644 (-144))) NIL)) (-2829 (($ $ (-144)) NIL) (($ (-144) $) NIL) (($ $ $) 19) (($ (-644 $)) 85)) (-1650 (($ (-144)) NIL) (((-862) $) 31 (|has| (-144) (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| (-144) (-1099)))) (-3487 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2868 (((-112) $ $) 17 (|has| (-144) (-1099)))) (-2915 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2892 (((-112) $ $) 18 (|has| (-144) (-850)))) (-4142 (((-771) $) 16 (|has| $ (-6 -4415)))))
+(((-594 |#1|) (-13 (-1143) (-10 -8 (-15 -2029 ((-566) $)))) (-566)) (T -594))
+((-2029 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-594 *3)) (-14 *3 *2))))
+(-13 (-1143) (-10 -8 (-15 -2029 ((-566) $))))
+((-1520 (((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2| (-1093 |#4|)) 32)))
+(((-595 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1520 ((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2| (-1093 |#4|))) (-15 -1520 ((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2|))) (-793) (-850) (-558) (-949 |#3| |#1| |#2|)) (T -595))
+((-1520 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-558)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-566)))) (-5 *1 (-595 *5 *4 *6 *3)) (-4 *3 (-949 *6 *5 *4)))) (-1520 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1093 *3)) (-4 *3 (-949 *7 *6 *4)) (-4 *6 (-793)) (-4 *4 (-850)) (-4 *7 (-558)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-566)))) (-5 *1 (-595 *6 *4 *7 *3)))))
+(-10 -7 (-15 -1520 ((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2| (-1093 |#4|))) (-15 -1520 ((-2 (|:| |num| |#4|) (|:| |den| (-566))) |#4| |#2|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 72)) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-2191 (($ $ (-566)) 58) (($ $ (-566) (-566)) 59)) (-1639 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 65)) (-2335 (($ $) 110)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3863 (((-862) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) (-1026 (-843 (-566))) (-1175) |#1| (-409 (-566))) 243)) (-1850 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 36)) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-2445 (((-112) $) NIL)) (-2464 (((-566) $) 63) (((-566) $ (-566)) 64)) (-1568 (((-112) $) NIL)) (-1942 (($ $ (-921)) 84)) (-2571 (($ (-1 |#1| (-566)) $) 81)) (-3220 (((-112) $) 26)) (-3959 (($ |#1| (-566)) 22) (($ $ (-1081) (-566)) NIL) (($ $ (-644 (-1081)) (-644 (-566))) NIL)) (-1895 (($ (-1 |#1| |#1|) $) 76)) (-3089 (($ (-1026 (-843 (-566))) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 13)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-3613 (($ $) 163 (|has| |#1| (-38 (-409 (-566)))))) (-3044 (((-3 $ "failed") $ $ (-112)) 109)) (-3871 (($ $ $) 117)) (-2029 (((-1119) $) NIL)) (-4104 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 15)) (-1786 (((-1026 (-843 (-566))) $) 14)) (-2929 (($ $ (-566)) 47)) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-1838 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-566)))))) (-3483 ((|#1| $ (-566)) 62) (($ $ $) NIL (|has| (-566) (-1111)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-566) |#1|)))) (($ $) 78 (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (-4297 (((-566) $) NIL)) (-1911 (($ $) 48)) (-1650 (((-862) $) NIL) (($ (-566)) 29) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) 28 (|has| |#1| (-172)))) (-2841 ((|#1| $ (-566)) 61)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) 39 T CONST)) (-2614 ((|#1| $) NIL)) (-3144 (($ $) 201 (|has| |#1| (-38 (-409 (-566)))))) (-3621 (($ $) 171 (|has| |#1| (-38 (-409 (-566)))))) (-2765 (($ $) 205 (|has| |#1| (-38 (-409 (-566)))))) (-3588 (($ $) 176 (|has| |#1| (-38 (-409 (-566)))))) (-1363 (($ $) 204 (|has| |#1| (-38 (-409 (-566)))))) (-3290 (($ $) 175 (|has| |#1| (-38 (-409 (-566)))))) (-3217 (($ $ (-409 (-566))) 179 (|has| |#1| (-38 (-409 (-566)))))) (-1602 (($ $ |#1|) 159 (|has| |#1| (-38 (-409 (-566)))))) (-1414 (($ $) 207 (|has| |#1| (-38 (-409 (-566)))))) (-3808 (($ $) 162 (|has| |#1| (-38 (-409 (-566)))))) (-3512 (($ $) 206 (|has| |#1| (-38 (-409 (-566)))))) (-3885 (($ $) 177 (|has| |#1| (-38 (-409 (-566)))))) (-3117 (($ $) 202 (|has| |#1| (-38 (-409 (-566)))))) (-1421 (($ $) 173 (|has| |#1| (-38 (-409 (-566)))))) (-4022 (($ $) 203 (|has| |#1| (-38 (-409 (-566)))))) (-1996 (($ $) 174 (|has| |#1| (-38 (-409 (-566)))))) (-4345 (($ $) 212 (|has| |#1| (-38 (-409 (-566)))))) (-2769 (($ $) 188 (|has| |#1| (-38 (-409 (-566)))))) (-1364 (($ $) 209 (|has| |#1| (-38 (-409 (-566)))))) (-2682 (($ $) 183 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 216 (|has| |#1| (-38 (-409 (-566)))))) (-3377 (($ $) 192 (|has| |#1| (-38 (-409 (-566)))))) (-2911 (($ $) 218 (|has| |#1| (-38 (-409 (-566)))))) (-3309 (($ $) 194 (|has| |#1| (-38 (-409 (-566)))))) (-3071 (($ $) 214 (|has| |#1| (-38 (-409 (-566)))))) (-1571 (($ $) 190 (|has| |#1| (-38 (-409 (-566)))))) (-2021 (($ $) 211 (|has| |#1| (-38 (-409 (-566)))))) (-3359 (($ $) 186 (|has| |#1| (-38 (-409 (-566)))))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1645 ((|#1| $ (-566)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-3410 (($) 30 T CONST)) (-3424 (($) 40 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-566) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (-2868 (((-112) $ $) 74)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) 92) (($ $ $) 73)) (-2964 (($ $ $) 89)) (** (($ $ (-921)) NIL) (($ $ (-771)) 112)) (* (($ (-921) $) 99) (($ (-771) $) 97) (($ (-566) $) 94) (($ $ $) 105) (($ $ |#1|) NIL) (($ |#1| $) 124) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-596 |#1|) (-13 (-1243 |#1| (-566)) (-10 -8 (-15 -3089 ($ (-1026 (-843 (-566))) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))))) (-15 -1786 ((-1026 (-843 (-566))) $)) (-15 -4104 ((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $)) (-15 -1850 ($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))))) (-15 -3220 ((-112) $)) (-15 -2571 ($ (-1 |#1| (-566)) $)) (-15 -3044 ((-3 $ "failed") $ $ (-112))) (-15 -2335 ($ $)) (-15 -3871 ($ $ $)) (-15 -3863 ((-862) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) (-1026 (-843 (-566))) (-1175) |#1| (-409 (-566)))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $)) (-15 -1602 ($ $ |#1|)) (-15 -3217 ($ $ (-409 (-566)))) (-15 -3808 ($ $)) (-15 -1414 ($ $)) (-15 -3588 ($ $)) (-15 -1996 ($ $)) (-15 -3621 ($ $)) (-15 -1421 ($ $)) (-15 -3290 ($ $)) (-15 -3885 ($ $)) (-15 -2682 ($ $)) (-15 -3359 ($ $)) (-15 -2769 ($ $)) (-15 -1571 ($ $)) (-15 -3377 ($ $)) (-15 -3309 ($ $)) (-15 -2765 ($ $)) (-15 -4022 ($ $)) (-15 -3144 ($ $)) (-15 -3117 ($ $)) (-15 -1363 ($ $)) (-15 -3512 ($ $)) (-15 -1364 ($ $)) (-15 -2021 ($ $)) (-15 -4345 ($ $)) (-15 -3071 ($ $)) (-15 -3656 ($ $)) (-15 -2911 ($ $))) |%noBranch|))) (-1049)) (T -596))
+((-3220 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-596 *3)) (-4 *3 (-1049)))) (-3089 (*1 *1 *2 *3) (-12 (-5 *2 (-1026 (-843 (-566)))) (-5 *3 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *4)))) (-4 *4 (-1049)) (-5 *1 (-596 *4)))) (-1786 (*1 *2 *1) (-12 (-5 *2 (-1026 (-843 (-566)))) (-5 *1 (-596 *3)) (-4 *3 (-1049)))) (-4104 (*1 *2 *1) (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3)))) (-5 *1 (-596 *3)) (-4 *3 (-1049)))) (-1850 (*1 *1 *2) (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3)))) (-4 *3 (-1049)) (-5 *1 (-596 *3)))) (-2571 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-566))) (-4 *3 (-1049)) (-5 *1 (-596 *3)))) (-3044 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-596 *3)) (-4 *3 (-1049)))) (-2335 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-1049)))) (-3871 (*1 *1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-1049)))) (-3863 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *6)))) (-5 *4 (-1026 (-843 (-566)))) (-5 *5 (-1175)) (-5 *7 (-409 (-566))) (-4 *6 (-1049)) (-5 *2 (-862)) (-5 *1 (-596 *6)))) (-3613 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1602 (*1 *1 *1 *2) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3217 (*1 *1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-596 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1049)))) (-3808 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1414 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3588 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1996 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3621 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1421 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3290 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3885 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2682 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3359 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2769 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1571 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3377 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3309 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2765 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-4022 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3144 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3117 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1363 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3512 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-1364 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2021 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-4345 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3071 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-3656 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))) (-2911 (*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(-13 (-1243 |#1| (-566)) (-10 -8 (-15 -3089 ($ (-1026 (-843 (-566))) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))))) (-15 -1786 ((-1026 (-843 (-566))) $)) (-15 -4104 ((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $)) (-15 -1850 ($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))))) (-15 -3220 ((-112) $)) (-15 -2571 ($ (-1 |#1| (-566)) $)) (-15 -3044 ((-3 $ "failed") $ $ (-112))) (-15 -2335 ($ $)) (-15 -3871 ($ $ $)) (-15 -3863 ((-862) (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) (-1026 (-843 (-566))) (-1175) |#1| (-409 (-566)))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $)) (-15 -1602 ($ $ |#1|)) (-15 -3217 ($ $ (-409 (-566)))) (-15 -3808 ($ $)) (-15 -1414 ($ $)) (-15 -3588 ($ $)) (-15 -1996 ($ $)) (-15 -3621 ($ $)) (-15 -1421 ($ $)) (-15 -3290 ($ $)) (-15 -3885 ($ $)) (-15 -2682 ($ $)) (-15 -3359 ($ $)) (-15 -2769 ($ $)) (-15 -1571 ($ $)) (-15 -3377 ($ $)) (-15 -3309 ($ $)) (-15 -2765 ($ $)) (-15 -4022 ($ $)) (-15 -3144 ($ $)) (-15 -3117 ($ $)) (-15 -1363 ($ $)) (-15 -3512 ($ $)) (-15 -1364 ($ $)) (-15 -2021 ($ $)) (-15 -4345 ($ $)) (-15 -3071 ($ $)) (-15 -3656 ($ $)) (-15 -2911 ($ $))) |%noBranch|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1850 (($ (-1155 |#1|)) 9)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) 48)) (-2445 (((-112) $) 58)) (-2464 (((-771) $) 63) (((-771) $ (-771)) 62)) (-1568 (((-112) $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4116 (((-3 $ "failed") $ $) 50 (|has| |#1| (-558)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL (|has| |#1| (-558)))) (-2675 (((-1155 |#1|) $) 29)) (-2910 (((-771)) 57 T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) 10 T CONST)) (-3424 (($) 14 T CONST)) (-2868 (((-112) $ $) 28)) (-2977 (($ $) 36) (($ $ $) 16)) (-2964 (($ $ $) 31)) (** (($ $ (-921)) NIL) (($ $ (-771)) 55)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 40) (($ $ $) 34) (($ |#1| $) 43) (($ $ |#1|) 44) (($ $ (-566)) 42)))
+(((-597 |#1|) (-13 (-1049) (-10 -8 (-15 -2675 ((-1155 |#1|) $)) (-15 -1850 ($ (-1155 |#1|))) (-15 -2445 ((-112) $)) (-15 -2464 ((-771) $)) (-15 -2464 ((-771) $ (-771))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-566))) (IF (|has| |#1| (-558)) (-6 (-558)) |%noBranch|))) (-1049)) (T -597))
+((-2675 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))) (-1850 (*1 *1 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-597 *3)))) (-2445 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))) (-2464 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))) (-2464 (*1 *2 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-597 *2)) (-4 *2 (-1049)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-597 *2)) (-4 *2 (-1049)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-597 *3)) (-4 *3 (-1049)))))
+(-13 (-1049) (-10 -8 (-15 -2675 ((-1155 |#1|) $)) (-15 -1850 ($ (-1155 |#1|))) (-15 -2445 ((-112) $)) (-15 -2464 ((-771) $)) (-15 -2464 ((-771) $ (-771))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-566))) (IF (|has| |#1| (-558)) (-6 (-558)) |%noBranch|)))
+((-1895 (((-601 |#2|) (-1 |#2| |#1|) (-601 |#1|)) 15)))
+(((-598 |#1| |#2|) (-10 -7 (-15 -1895 ((-601 |#2|) (-1 |#2| |#1|) (-601 |#1|)))) (-1215) (-1215)) (T -598))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-601 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-601 *6)) (-5 *1 (-598 *5 *6)))))
+(-10 -7 (-15 -1895 ((-601 |#2|) (-1 |#2| |#1|) (-601 |#1|))))
+((-1895 (((-1155 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-1155 |#2|)) 20) (((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-601 |#2|)) 19) (((-601 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-601 |#2|)) 18)))
+(((-599 |#1| |#2| |#3|) (-10 -7 (-15 -1895 ((-601 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-601 |#2|))) (-15 -1895 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-601 |#2|))) (-15 -1895 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-1155 |#2|)))) (-1215) (-1215) (-1215)) (T -599))
+((-1895 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-601 *6)) (-5 *5 (-1155 *7)) (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-1155 *8)) (-5 *1 (-599 *6 *7 *8)))) (-1895 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1155 *6)) (-5 *5 (-601 *7)) (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-1155 *8)) (-5 *1 (-599 *6 *7 *8)))) (-1895 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-601 *6)) (-5 *5 (-601 *7)) (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-601 *8)) (-5 *1 (-599 *6 *7 *8)))))
+(-10 -7 (-15 -1895 ((-601 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-601 |#2|))) (-15 -1895 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-601 |#2|))) (-15 -1895 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-601 |#1|) (-1155 |#2|))))
+((-2020 ((|#3| |#3| (-644 (-612 |#3|)) (-644 (-1175))) 57)) (-2371 (((-169 |#2|) |#3|) 121)) (-1482 ((|#3| (-169 |#2|)) 46)) (-4351 ((|#2| |#3|) 21)) (-4152 ((|#3| |#2|) 35)))
+(((-600 |#1| |#2| |#3|) (-10 -7 (-15 -1482 (|#3| (-169 |#2|))) (-15 -4351 (|#2| |#3|)) (-15 -4152 (|#3| |#2|)) (-15 -2371 ((-169 |#2|) |#3|)) (-15 -2020 (|#3| |#3| (-644 (-612 |#3|)) (-644 (-1175))))) (-558) (-13 (-432 |#1|) (-1002) (-1200)) (-13 (-432 (-169 |#1|)) (-1002) (-1200))) (T -600))
+((-2020 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-644 (-612 *2))) (-5 *4 (-644 (-1175))) (-4 *2 (-13 (-432 (-169 *5)) (-1002) (-1200))) (-4 *5 (-558)) (-5 *1 (-600 *5 *6 *2)) (-4 *6 (-13 (-432 *5) (-1002) (-1200))))) (-2371 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-169 *5)) (-5 *1 (-600 *4 *5 *3)) (-4 *5 (-13 (-432 *4) (-1002) (-1200))) (-4 *3 (-13 (-432 (-169 *4)) (-1002) (-1200))))) (-4152 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *2 (-13 (-432 (-169 *4)) (-1002) (-1200))) (-5 *1 (-600 *4 *3 *2)) (-4 *3 (-13 (-432 *4) (-1002) (-1200))))) (-4351 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *2 (-13 (-432 *4) (-1002) (-1200))) (-5 *1 (-600 *4 *2 *3)) (-4 *3 (-13 (-432 (-169 *4)) (-1002) (-1200))))) (-1482 (*1 *2 *3) (-12 (-5 *3 (-169 *5)) (-4 *5 (-13 (-432 *4) (-1002) (-1200))) (-4 *4 (-558)) (-4 *2 (-13 (-432 (-169 *4)) (-1002) (-1200))) (-5 *1 (-600 *4 *5 *2)))))
+(-10 -7 (-15 -1482 (|#3| (-169 |#2|))) (-15 -4351 (|#2| |#3|)) (-15 -4152 (|#3| |#2|)) (-15 -2371 ((-169 |#2|) |#3|)) (-15 -2020 (|#3| |#3| (-644 (-612 |#3|)) (-644 (-1175)))))
+((-1997 (($ (-1 (-112) |#1|) $) 17)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-1934 (($ (-1 |#1| |#1|) |#1|) 9)) (-1978 (($ (-1 (-112) |#1|) $) 13)) (-1989 (($ (-1 (-112) |#1|) $) 15)) (-1664 (((-1155 |#1|) $) 18)) (-1650 (((-862) $) NIL)))
+(((-601 |#1|) (-13 (-613 (-862)) (-10 -8 (-15 -1895 ($ (-1 |#1| |#1|) $)) (-15 -1978 ($ (-1 (-112) |#1|) $)) (-15 -1989 ($ (-1 (-112) |#1|) $)) (-15 -1997 ($ (-1 (-112) |#1|) $)) (-15 -1934 ($ (-1 |#1| |#1|) |#1|)) (-15 -1664 ((-1155 |#1|) $)))) (-1215)) (T -601))
+((-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3)))) (-1978 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3)))) (-1989 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3)))) (-1997 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3)))) (-1934 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3)))) (-1664 (*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-601 *3)) (-4 *3 (-1215)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -1895 ($ (-1 |#1| |#1|) $)) (-15 -1978 ($ (-1 (-112) |#1|) $)) (-15 -1989 ($ (-1 (-112) |#1|) $)) (-15 -1997 ($ (-1 (-112) |#1|) $)) (-15 -1934 ($ (-1 |#1| |#1|) |#1|)) (-15 -1664 ((-1155 |#1|) $))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1342 (($ (-771)) NIL (|has| |#1| (-23)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1308 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1403 (((-689 |#1|) $ $) NIL (|has| |#1| (-1049)))) (-1566 (($ (-771) |#1|) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3644 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-4395 (((-112) $ (-771)) NIL)) (-2715 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3604 ((|#1| $) NIL (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-3108 ((|#1| $ $) NIL (|has| |#1| (-1049)))) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-1998 (($ $ $) NIL (|has| |#1| (-1049)))) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) NIL)) (-2829 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2977 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2964 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-566) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-726))) (($ $ |#1|) NIL (|has| |#1| (-726)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-602 |#1| |#2|) (-1263 |#1|) (-1215) (-566)) (T -602))
+NIL
+(-1263 |#1|)
+((-2656 (((-1270) $ |#2| |#2|) 36)) (-3099 ((|#2| $) 23)) (-3090 ((|#2| $) 21)) (-2409 (($ (-1 |#3| |#3|) $) 32)) (-1895 (($ (-1 |#3| |#3|) $) 30)) (-3604 ((|#3| $) 26)) (-1417 (($ $ |#3|) 33)) (-3523 (((-112) |#3| $) 17)) (-1647 (((-644 |#3|) $) 15)) (-3483 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
+(((-603 |#1| |#2| |#3|) (-10 -8 (-15 -2656 ((-1270) |#1| |#2| |#2|)) (-15 -1417 (|#1| |#1| |#3|)) (-15 -3604 (|#3| |#1|)) (-15 -3099 (|#2| |#1|)) (-15 -3090 (|#2| |#1|)) (-15 -3523 ((-112) |#3| |#1|)) (-15 -1647 ((-644 |#3|) |#1|)) (-15 -3483 (|#3| |#1| |#2|)) (-15 -3483 (|#3| |#1| |#2| |#3|)) (-15 -2409 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1895 (|#1| (-1 |#3| |#3|) |#1|))) (-604 |#2| |#3|) (-1099) (-1215)) (T -603))
+NIL
+(-10 -8 (-15 -2656 ((-1270) |#1| |#2| |#2|)) (-15 -1417 (|#1| |#1| |#3|)) (-15 -3604 (|#3| |#1|)) (-15 -3099 (|#2| |#1|)) (-15 -3090 (|#2| |#1|)) (-15 -3523 ((-112) |#3| |#1|)) (-15 -1647 ((-644 |#3|) |#1|)) (-15 -3483 (|#3| |#1| |#2|)) (-15 -3483 (|#3| |#1| |#2| |#3|)) (-15 -2409 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1895 (|#1| (-1 |#3| |#3|) |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#2| (-1099)))) (-2656 (((-1270) $ |#1| |#1|) 41 (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) 8)) (-1777 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4416)))) (-4145 (($) 7 T CONST)) (-2417 ((|#2| $ |#1| |#2|) 54 (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) 52)) (-3953 (((-644 |#2|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-3099 ((|#1| $) 44 (|has| |#1| (-850)))) (-1690 (((-644 |#2|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#2| $) 28 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415))))) (-3090 ((|#1| $) 45 (|has| |#1| (-850)))) (-2409 (($ (-1 |#2| |#2|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#2| |#2|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#2| (-1099)))) (-2033 (((-644 |#1|) $) 47)) (-2686 (((-112) |#1| $) 48)) (-2029 (((-1119) $) 21 (|has| |#2| (-1099)))) (-3604 ((|#2| $) 43 (|has| |#1| (-850)))) (-1417 (($ $ |#2|) 42 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#2|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#2|))) 27 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 26 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 25 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 24 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#2| $) 46 (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#2| $ |#1| |#2|) 51) ((|#2| $ |#1|) 50)) (-2037 (((-771) (-1 (-112) |#2|) $) 32 (|has| $ (-6 -4415))) (((-771) |#2| $) 29 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#2| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#2| (-1099)))) (-3487 (((-112) (-1 (-112) |#2|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#2| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-604 |#1| |#2|) (-140) (-1099) (-1215)) (T -604))
+((-1647 (*1 *2 *1) (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1215)) (-5 *2 (-644 *4)))) (-2686 (*1 *2 *3 *1) (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1215)) (-5 *2 (-112)))) (-2033 (*1 *2 *1) (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1215)) (-5 *2 (-644 *3)))) (-3523 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-604 *4 *3)) (-4 *4 (-1099)) (-4 *3 (-1215)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-3090 (*1 *2 *1) (-12 (-4 *1 (-604 *2 *3)) (-4 *3 (-1215)) (-4 *2 (-1099)) (-4 *2 (-850)))) (-3099 (*1 *2 *1) (-12 (-4 *1 (-604 *2 *3)) (-4 *3 (-1215)) (-4 *2 (-1099)) (-4 *2 (-850)))) (-3604 (*1 *2 *1) (-12 (-4 *1 (-604 *3 *2)) (-4 *3 (-1099)) (-4 *3 (-850)) (-4 *2 (-1215)))) (-1417 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-604 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1215)))) (-2656 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1215)) (-5 *2 (-1270)))))
+(-13 (-491 |t#2|) (-289 |t#1| |t#2|) (-10 -8 (-15 -1647 ((-644 |t#2|) $)) (-15 -2686 ((-112) |t#1| $)) (-15 -2033 ((-644 |t#1|) $)) (IF (|has| |t#2| (-1099)) (IF (|has| $ (-6 -4415)) (-15 -3523 ((-112) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-850)) (PROGN (-15 -3090 (|t#1| $)) (-15 -3099 (|t#1| $)) (-15 -3604 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4416)) (PROGN (-15 -1417 ($ $ |t#2|)) (-15 -2656 ((-1270) $ |t#1| |t#1|))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#2| (-1099)) ((-613 (-862)) -2700 (|has| |#2| (-1099)) (|has| |#2| (-613 (-862)))) ((-287 |#1| |#2|) . T) ((-289 |#1| |#2|) . T) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-491 |#2|) . T) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-1099) |has| |#2| (-1099)) ((-1215) . T))
+((-1650 (((-862) $) 19) (($ (-129)) 13) (((-129) $) 14)))
(((-605) (-13 (-613 (-862)) (-492 (-129)))) (T -605))
NIL
(-13 (-613 (-862)) (-492 (-129)))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL) (($ (-1180)) NIL) (((-1180) $) NIL) (((-1213) $) 14) (($ (-644 (-1213))) 13)) (-4227 (((-644 (-1213)) $) 10)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-606) (-13 (-1082) (-613 (-1213)) (-10 -8 (-15 -3152 ($ (-644 (-1213)))) (-15 -4227 ((-644 (-1213)) $))))) (T -606))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-606)))) (-4227 (*1 *2 *1) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-606)))))
-(-13 (-1082) (-613 (-1213)) (-10 -8 (-15 -3152 ($ (-644 (-1213)))) (-15 -4227 ((-644 (-1213)) $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2896 (((-3 $ "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2336 (((-1264 (-689 |#1|))) NIL (|has| |#2| (-419 |#1|))) (((-1264 (-689 |#1|)) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-3717 (((-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2463 (($) NIL T CONST)) (-3574 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1469 (((-3 $ "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2411 (((-689 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-4373 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-2800 (((-689 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) $ (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-4392 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3031 (((-1171 (-952 |#1|))) NIL (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-365))))) (-1856 (($ $ (-921)) NIL)) (-4039 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-3648 (((-1171 |#1|) $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2597 ((|#1|) NIL (|has| |#2| (-419 |#1|))) ((|#1| (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2765 (((-1171 |#1|) $) NIL (|has| |#2| (-369 |#1|)))) (-4029 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1563 (($ (-1264 |#1|)) NIL (|has| |#2| (-419 |#1|))) (($ (-1264 |#1|) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-3245 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2755 (((-921)) NIL (|has| |#2| (-369 |#1|)))) (-3793 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4090 (($ $ (-921)) NIL)) (-4240 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2057 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2158 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1476 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1731 (((-3 $ "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2734 (((-689 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2366 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-3769 (((-689 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) $ (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2851 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1793 (((-1171 (-952 |#1|))) NIL (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-365))))) (-3270 (($ $ (-921)) NIL)) (-2241 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-1910 (((-1171 |#1|) $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2990 ((|#1|) NIL (|has| |#2| (-419 |#1|))) ((|#1| (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-3548 (((-1171 |#1|) $) NIL (|has| |#2| (-369 |#1|)))) (-2974 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3380 (((-1157) $) NIL)) (-2402 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1459 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3846 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4072 (((-1119) $) NIL)) (-3795 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1309 ((|#1| $ (-566)) NIL (|has| |#2| (-419 |#1|)))) (-3350 (((-689 |#1|) (-1264 $)) NIL (|has| |#2| (-419 |#1|))) (((-1264 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1264 $) (-1264 $)) NIL (|has| |#2| (-369 |#1|))) (((-1264 |#1|) $ (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2376 (($ (-1264 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-1264 |#1|) $) NIL (|has| |#2| (-419 |#1|)))) (-2861 (((-644 (-952 |#1|))) NIL (|has| |#2| (-419 |#1|))) (((-644 (-952 |#1|)) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2527 (($ $ $) NIL)) (-2512 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3152 (((-862) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL (|has| |#2| (-419 |#1|)))) (-2243 (((-644 (-1264 |#1|))) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3876 (($ $ $ $) NIL)) (-2468 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3847 (($ (-689 |#1|) $) NIL (|has| |#2| (-419 |#1|)))) (-1471 (($ $ $) NIL)) (-1465 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3692 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4369 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4356 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) 24)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
-(((-607 |#1| |#2|) (-13 (-744 |#1|) (-613 |#2|) (-10 -8 (-15 -3152 ($ |#2|)) (IF (|has| |#2| (-419 |#1|)) (-6 (-419 |#1|)) |%noBranch|) (IF (|has| |#2| (-369 |#1|)) (-6 (-369 |#1|)) |%noBranch|))) (-172) (-744 |#1|)) (T -607))
-((-3152 (*1 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-607 *3 *2)) (-4 *2 (-744 *3)))))
-(-13 (-744 |#1|) (-613 |#2|) (-10 -8 (-15 -3152 ($ |#2|)) (IF (|has| |#2| (-419 |#1|)) (-6 (-419 |#1|)) |%noBranch|) (IF (|has| |#2| (-369 |#1|)) (-6 (-369 |#1|)) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-3167 (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) 39)) (-1849 (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL) (($) NIL)) (-1944 (((-1269) $ (-1157) (-1157)) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-1157) |#1|) 49)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 |#1| "failed") (-1157) $) 52)) (-2463 (($) NIL T CONST)) (-2545 (($ $ (-1157)) 25)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099))))) (-3512 (((-3 |#1| "failed") (-1157) $) 53) (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414))) (($ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL (|has| $ (-6 -4414)))) (-2622 (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414))) (($ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099))))) (-2873 (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099))))) (-1338 (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) 38)) (-3897 ((|#1| $ (-1157) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-1157)) NIL)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414))) (((-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-2970 (($ $) 54)) (-3292 (($ (-390)) 23) (($ (-390) (-1157)) 22)) (-1368 (((-390) $) 40)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-1157) $) NIL (|has| (-1157) (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414))) (((-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (((-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099))))) (-4050 (((-1157) $) NIL (|has| (-1157) (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-4052 (((-644 (-1157)) $) 45)) (-1826 (((-112) (-1157) $) NIL)) (-4085 (((-1157) $) 41)) (-3278 (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL)) (-3888 (($ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL)) (-3725 (((-644 (-1157)) $) NIL)) (-1644 (((-112) (-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 ((|#1| $) NIL (|has| (-1157) (-850)))) (-3668 (((-3 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) "failed") (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (($ $ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (($ $ (-644 (-295 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) 43)) (-1309 ((|#1| $ (-1157) |#1|) NIL) ((|#1| $ (-1157)) 48)) (-1792 (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL) (($) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (((-771) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (((-771) (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL)) (-3152 (((-862) $) 21)) (-2405 (($ $) 26)) (-3044 (((-112) $ $) NIL)) (-2948 (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20)) (-3000 (((-771) $) 47 (|has| $ (-6 -4414)))))
-(((-608 |#1|) (-13 (-366 (-390) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) (-1190 (-1157) |#1|) (-10 -8 (-6 -4414) (-15 -2970 ($ $)))) (-1099)) (T -608))
-((-2970 (*1 *1 *1) (-12 (-5 *1 (-608 *2)) (-4 *2 (-1099)))))
-(-13 (-366 (-390) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) (-1190 (-1157) |#1|) (-10 -8 (-6 -4414) (-15 -2970 ($ $))))
-((-1602 (((-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) $) 16)) (-4052 (((-644 |#2|) $) 20)) (-1826 (((-112) |#2| $) 12)))
-(((-609 |#1| |#2| |#3|) (-10 -8 (-15 -4052 ((-644 |#2|) |#1|)) (-15 -1826 ((-112) |#2| |#1|)) (-15 -1602 ((-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|))) (-610 |#2| |#3|) (-1099) (-1099)) (T -609))
-NIL
-(-10 -8 (-15 -4052 ((-644 |#2|) |#1|)) (-15 -1826 ((-112) |#2| |#1|)) (-15 -1602 ((-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)))
-((-2988 (((-112) $ $) 19 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 46 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 56 (|has| $ (-6 -4414)))) (-3070 (((-3 |#2| "failed") |#1| $) 62)) (-2463 (($) 7 T CONST)) (-3942 (($ $) 59 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 48 (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 47 (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) 63)) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 58 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 55 (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 57 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 54 (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 53 (|has| $ (-6 -4414)))) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-4052 (((-644 |#1|) $) 64)) (-1826 (((-112) |#1| $) 65)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 40)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 41)) (-4072 (((-1119) $) 21 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 52)) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 42)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) 27 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 26 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 25 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 24 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1792 (($) 50) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 49)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 32 (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 29 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 60 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 51)) (-3152 (((-862) $) 18 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 43)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL) (($ (-1180)) NIL) (((-1180) $) NIL) (((-1214) $) 14) (($ (-644 (-1214))) 13)) (-2592 (((-644 (-1214)) $) 10)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-606) (-13 (-1082) (-613 (-1214)) (-10 -8 (-15 -1650 ($ (-644 (-1214)))) (-15 -2592 ((-644 (-1214)) $))))) (T -606))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-606)))) (-2592 (*1 *2 *1) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-606)))))
+(-13 (-1082) (-613 (-1214)) (-10 -8 (-15 -1650 ($ (-644 (-1214)))) (-15 -2592 ((-644 (-1214)) $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-2666 (((-3 $ "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-2232 (((-1265 (-689 |#1|))) NIL (|has| |#2| (-419 |#1|))) (((-1265 (-689 |#1|)) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-1960 (((-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-4145 (($) NIL T CONST)) (-1311 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1630 (((-3 $ "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1738 (((-689 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-3210 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-4347 (((-689 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) $ (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-2175 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2522 (((-1171 (-952 |#1|))) NIL (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-365))))) (-4268 (($ $ (-921)) NIL)) (-2985 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-3813 (((-1171 |#1|) $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2955 ((|#1|) NIL (|has| |#2| (-419 |#1|))) ((|#1| (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-4017 (((-1171 |#1|) $) NIL (|has| |#2| (-369 |#1|)))) (-2895 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3189 (($ (-1265 |#1|)) NIL (|has| |#2| (-419 |#1|))) (($ (-1265 |#1|) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-4185 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3486 (((-921)) NIL (|has| |#2| (-369 |#1|)))) (-1475 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2215 (($ $ (-921)) NIL)) (-1324 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1366 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4262 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1693 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2313 (((-3 $ "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1825 (((-689 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-1362 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-2429 (((-689 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) $ (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-3570 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1717 (((-1171 (-952 |#1|))) NIL (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-365))))) (-3172 (($ $ (-921)) NIL)) (-2509 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-3572 (((-1171 |#1|) $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3445 ((|#1|) NIL (|has| |#2| (-419 |#1|))) ((|#1| (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-4157 (((-1171 |#1|) $) NIL (|has| |#2| (-369 |#1|)))) (-3286 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3057 (((-1157) $) NIL)) (-1663 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1538 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1862 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2029 (((-1119) $) NIL)) (-1480 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3483 ((|#1| $ (-566)) NIL (|has| |#2| (-419 |#1|)))) (-2702 (((-689 |#1|) (-1265 $)) NIL (|has| |#2| (-419 |#1|))) (((-1265 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1265 $) (-1265 $)) NIL (|has| |#2| (-369 |#1|))) (((-1265 |#1|) $ (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-1945 (($ (-1265 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-1265 |#1|) $) NIL (|has| |#2| (-419 |#1|)))) (-3663 (((-644 (-952 |#1|))) NIL (|has| |#2| (-419 |#1|))) (((-644 (-952 |#1|)) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-3528 (($ $ $) NIL)) (-3345 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1650 (((-862) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL (|has| |#2| (-419 |#1|)))) (-2526 (((-644 (-1265 |#1|))) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-4052 (($ $ $ $) NIL)) (-4203 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3547 (($ (-689 |#1|) $) NIL (|has| |#2| (-419 |#1|)))) (-1641 (($ $ $) NIL)) (-1590 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2937 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3168 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3410 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) 24)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
+(((-607 |#1| |#2|) (-13 (-744 |#1|) (-613 |#2|) (-10 -8 (-15 -1650 ($ |#2|)) (IF (|has| |#2| (-419 |#1|)) (-6 (-419 |#1|)) |%noBranch|) (IF (|has| |#2| (-369 |#1|)) (-6 (-369 |#1|)) |%noBranch|))) (-172) (-744 |#1|)) (T -607))
+((-1650 (*1 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-607 *3 *2)) (-4 *2 (-744 *3)))))
+(-13 (-744 |#1|) (-613 |#2|) (-10 -8 (-15 -1650 ($ |#2|)) (IF (|has| |#2| (-419 |#1|)) (-6 (-419 |#1|)) |%noBranch|) (IF (|has| |#2| (-369 |#1|)) (-6 (-369 |#1|)) |%noBranch|)))
+((-4124 (((-112) $ $) NIL)) (-1509 (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) 39)) (-1554 (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL) (($) NIL)) (-2656 (((-1270) $ (-1157) (-1157)) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-1157) |#1|) 49)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 |#1| "failed") (-1157) $) 52)) (-4145 (($) NIL T CONST)) (-3742 (($ $ (-1157)) 25)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099))))) (-1867 (((-3 |#1| "failed") (-1157) $) 53) (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415))) (($ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL (|has| $ (-6 -4415)))) (-1837 (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415))) (($ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099))))) (-1936 (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099))))) (-2888 (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) 38)) (-2417 ((|#1| $ (-1157) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-1157)) NIL)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415))) (((-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-3257 (($ $) 54)) (-3009 (($ (-390)) 23) (($ (-390) (-1157)) 22)) (-3707 (((-390) $) 40)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-1157) $) NIL (|has| (-1157) (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415))) (((-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (((-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099))))) (-3090 (((-1157) $) NIL (|has| (-1157) (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416))) (($ (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-3391 (((-644 (-1157)) $) 45)) (-3977 (((-112) (-1157) $) NIL)) (-2169 (((-1157) $) 41)) (-3252 (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL)) (-4165 (($ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL)) (-2033 (((-644 (-1157)) $) NIL)) (-2686 (((-112) (-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 ((|#1| $) NIL (|has| (-1157) (-850)))) (-2695 (((-3 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) "failed") (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (($ $ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (($ $ (-644 (-295 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) 43)) (-3483 ((|#1| $ (-1157) |#1|) NIL) ((|#1| $ (-1157)) 48)) (-1708 (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL) (($) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (((-771) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (((-771) (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL)) (-1650 (((-862) $) 21)) (-1682 (($ $) 26)) (-2657 (((-112) $ $) NIL)) (-3173 (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20)) (-4142 (((-771) $) 47 (|has| $ (-6 -4415)))))
+(((-608 |#1|) (-13 (-366 (-390) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) (-1191 (-1157) |#1|) (-10 -8 (-6 -4415) (-15 -3257 ($ $)))) (-1099)) (T -608))
+((-3257 (*1 *1 *1) (-12 (-5 *1 (-608 *2)) (-4 *2 (-1099)))))
+(-13 (-366 (-390) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) (-1191 (-1157) |#1|) (-10 -8 (-6 -4415) (-15 -3257 ($ $))))
+((-3566 (((-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) $) 16)) (-3391 (((-644 |#2|) $) 20)) (-3977 (((-112) |#2| $) 12)))
+(((-609 |#1| |#2| |#3|) (-10 -8 (-15 -3391 ((-644 |#2|) |#1|)) (-15 -3977 ((-112) |#2| |#1|)) (-15 -3566 ((-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|))) (-610 |#2| |#3|) (-1099) (-1099)) (T -609))
+NIL
+(-10 -8 (-15 -3391 ((-644 |#2|) |#1|)) (-15 -3977 ((-112) |#2| |#1|)) (-15 -3566 ((-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)))
+((-4124 (((-112) $ $) 19 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 46 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 56 (|has| $ (-6 -4415)))) (-1561 (((-3 |#2| "failed") |#1| $) 62)) (-4145 (($) 7 T CONST)) (-3640 (($ $) 59 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 48 (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 47 (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) 63)) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 58 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 55 (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 57 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 54 (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 53 (|has| $ (-6 -4415)))) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-3391 (((-644 |#1|) $) 64)) (-3977 (((-112) |#1| $) 65)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 40)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 41)) (-2029 (((-1119) $) 21 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 52)) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 42)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) 27 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 26 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 25 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 24 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-1708 (($) 50) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 49)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 32 (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 29 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 60 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 51)) (-1650 (((-862) $) 18 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 43)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-610 |#1| |#2|) (-140) (-1099) (-1099)) (T -610))
-((-1826 (*1 *2 *3 *1) (-12 (-4 *1 (-610 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-5 *2 (-112)))) (-4052 (*1 *2 *1) (-12 (-4 *1 (-610 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-5 *2 (-644 *3)))) (-3512 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-610 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-3070 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-610 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
-(-13 (-229 (-2 (|:| -2674 |t#1|) (|:| -2636 |t#2|))) (-10 -8 (-15 -1826 ((-112) |t#1| $)) (-15 -4052 ((-644 |t#1|) $)) (-15 -3512 ((-3 |t#2| "failed") |t#1| $)) (-15 -3070 ((-3 |t#2| "failed") |t#1| $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T) ((-102) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) ((-613 (-862)) -2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862)))) ((-151 #0#) . T) ((-614 (-538)) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))) ((-229 #0#) . T) ((-235 #0#) . T) ((-310 #0#) -12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) ((-491 #0#) . T) ((-516 #0# #0#) -12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) ((-1099) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) ((-1214) . T))
-((-1770 (((-612 |#2|) |#1|) 17)) (-1734 (((-3 |#1| "failed") (-612 |#2|)) 21)))
-(((-611 |#1| |#2|) (-10 -7 (-15 -1770 ((-612 |#2|) |#1|)) (-15 -1734 ((-3 |#1| "failed") (-612 |#2|)))) (-1099) (-1099)) (T -611))
-((-1734 (*1 *2 *3) (|partial| -12 (-5 *3 (-612 *4)) (-4 *4 (-1099)) (-4 *2 (-1099)) (-5 *1 (-611 *2 *4)))) (-1770 (*1 *2 *3) (-12 (-5 *2 (-612 *4)) (-5 *1 (-611 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))))
-(-10 -7 (-15 -1770 ((-612 |#2|) |#1|)) (-15 -1734 ((-3 |#1| "failed") (-612 |#2|))))
-((-2988 (((-112) $ $) NIL)) (-2511 (((-3 (-1175) "failed") $) 48)) (-2785 (((-1269) $ (-771)) 24)) (-1569 (((-771) $) 23)) (-1566 (((-114) $) 12)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-2328 (($ (-114) (-644 |#1|) (-771)) 34) (($ (-1175)) 35)) (-3335 (((-112) $ (-114)) 18) (((-112) $ (-1175)) 16)) (-3106 (((-771) $) 20)) (-4072 (((-1119) $) NIL)) (-2376 (((-892 (-566)) $) 96 (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) 103 (|has| |#1| (-614 (-892 (-381))))) (((-538) $) 89 (|has| |#1| (-614 (-538))))) (-3152 (((-862) $) 73)) (-3044 (((-112) $ $) NIL)) (-1684 (((-644 |#1|) $) 22)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 52)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 54)))
-(((-612 |#1|) (-13 (-132) (-850) (-884 |#1|) (-10 -8 (-15 -1566 ((-114) $)) (-15 -1684 ((-644 |#1|) $)) (-15 -3106 ((-771) $)) (-15 -2328 ($ (-114) (-644 |#1|) (-771))) (-15 -2328 ($ (-1175))) (-15 -2511 ((-3 (-1175) "failed") $)) (-15 -3335 ((-112) $ (-114))) (-15 -3335 ((-112) $ (-1175))) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|))) (-1099)) (T -612))
-((-1566 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-1684 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-3106 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-2328 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-114)) (-5 *3 (-644 *5)) (-5 *4 (-771)) (-4 *5 (-1099)) (-5 *1 (-612 *5)))) (-2328 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-2511 (*1 *2 *1) (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-3335 (*1 *2 *1 *3) (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-612 *4)) (-4 *4 (-1099)))) (-3335 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-112)) (-5 *1 (-612 *4)) (-4 *4 (-1099)))))
-(-13 (-132) (-850) (-884 |#1|) (-10 -8 (-15 -1566 ((-114) $)) (-15 -1684 ((-644 |#1|) $)) (-15 -3106 ((-771) $)) (-15 -2328 ($ (-114) (-644 |#1|) (-771))) (-15 -2328 ($ (-1175))) (-15 -2511 ((-3 (-1175) "failed") $)) (-15 -3335 ((-112) $ (-114))) (-15 -3335 ((-112) $ (-1175))) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|)))
-((-3152 ((|#1| $) 6)))
-(((-613 |#1|) (-140) (-1214)) (T -613))
-((-3152 (*1 *2 *1) (-12 (-4 *1 (-613 *2)) (-4 *2 (-1214)))))
-(-13 (-10 -8 (-15 -3152 (|t#1| $))))
-((-2376 ((|#1| $) 6)))
-(((-614 |#1|) (-140) (-1214)) (T -614))
-((-2376 (*1 *2 *1) (-12 (-4 *1 (-614 *2)) (-4 *2 (-1214)))))
-(-13 (-10 -8 (-15 -2376 (|t#1| $))))
-((-4358 (((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 (-420 |#2|) |#2|)) 15) (((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|)) 16)))
-(((-615 |#1| |#2|) (-10 -7 (-15 -4358 ((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|))) (-15 -4358 ((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 (-420 |#2|) |#2|)))) (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566)))) (-1240 |#1|)) (T -615))
-((-4358 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-1171 (-409 *6))) (-5 *1 (-615 *5 *6)) (-5 *3 (-409 *6)))) (-4358 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *5 (-1240 *4)) (-5 *2 (-1171 (-409 *5))) (-5 *1 (-615 *4 *5)) (-5 *3 (-409 *5)))))
-(-10 -7 (-15 -4358 ((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|))) (-15 -4358 ((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 (-420 |#2|) |#2|))))
-((-3152 (($ |#1|) 6)))
-(((-616 |#1|) (-140) (-1214)) (T -616))
-((-3152 (*1 *1 *2) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1214)))))
-(-13 (-10 -8 (-15 -3152 ($ |t#1|))))
-((-2988 (((-112) $ $) NIL)) (-2583 (($) 14 T CONST)) (-3338 (($) 15 T CONST)) (-2427 (($ $ $) 29)) (-2404 (($ $) 27)) (-3380 (((-1157) $) NIL)) (-3513 (($ $ $) 30)) (-4072 (((-1119) $) NIL)) (-2177 (($) 11 T CONST)) (-1562 (($ $ $) 31)) (-3152 (((-862) $) 35)) (-4344 (((-112) $ (|[\|\|]| -2177)) 24) (((-112) $ (|[\|\|]| -2583)) 26) (((-112) $ (|[\|\|]| -3338)) 21)) (-3044 (((-112) $ $) NIL)) (-2415 (($ $ $) 28)) (-2914 (((-112) $ $) 18)))
-(((-617) (-13 (-967) (-10 -8 (-15 -2583 ($) -1623) (-15 -4344 ((-112) $ (|[\|\|]| -2177))) (-15 -4344 ((-112) $ (|[\|\|]| -2583))) (-15 -4344 ((-112) $ (|[\|\|]| -3338)))))) (T -617))
-((-2583 (*1 *1) (-5 *1 (-617))) (-4344 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2177)) (-5 *2 (-112)) (-5 *1 (-617)))) (-4344 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2583)) (-5 *2 (-112)) (-5 *1 (-617)))) (-4344 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3338)) (-5 *2 (-112)) (-5 *1 (-617)))))
-(-13 (-967) (-10 -8 (-15 -2583 ($) -1623) (-15 -4344 ((-112) $ (|[\|\|]| -2177))) (-15 -4344 ((-112) $ (|[\|\|]| -2583))) (-15 -4344 ((-112) $ (|[\|\|]| -3338)))))
-((-2376 (($ |#1|) 6)))
-(((-618 |#1|) (-140) (-1214)) (T -618))
-((-2376 (*1 *1 *2) (-12 (-4 *1 (-618 *2)) (-4 *2 (-1214)))))
-(-13 (-10 -8 (-15 -2376 ($ |t#1|))))
-((-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) 10)))
-(((-619 |#1| |#2|) (-10 -8 (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|))) (-620 |#2|) (-1049)) (T -619))
-NIL
-(-10 -8 (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 41)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ |#1| $) 42)))
+((-3977 (*1 *2 *3 *1) (-12 (-4 *1 (-610 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-5 *2 (-112)))) (-3391 (*1 *2 *1) (-12 (-4 *1 (-610 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-5 *2 (-644 *3)))) (-1867 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-610 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-1561 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-610 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
+(-13 (-229 (-2 (|:| -2334 |t#1|) (|:| -2303 |t#2|))) (-10 -8 (-15 -3977 ((-112) |t#1| $)) (-15 -3391 ((-644 |t#1|) $)) (-15 -1867 ((-3 |t#2| "failed") |t#1| $)) (-15 -1561 ((-3 |t#2| "failed") |t#1| $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T) ((-102) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) ((-613 (-862)) -2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862)))) ((-151 #0#) . T) ((-614 (-538)) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))) ((-229 #0#) . T) ((-235 #0#) . T) ((-310 #0#) -12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) ((-491 #0#) . T) ((-516 #0# #0#) -12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) ((-1099) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) ((-1215) . T))
+((-1523 (((-612 |#2|) |#1|) 17)) (-2342 (((-3 |#1| "failed") (-612 |#2|)) 21)))
+(((-611 |#1| |#2|) (-10 -7 (-15 -1523 ((-612 |#2|) |#1|)) (-15 -2342 ((-3 |#1| "failed") (-612 |#2|)))) (-1099) (-1099)) (T -611))
+((-2342 (*1 *2 *3) (|partial| -12 (-5 *3 (-612 *4)) (-4 *4 (-1099)) (-4 *2 (-1099)) (-5 *1 (-611 *2 *4)))) (-1523 (*1 *2 *3) (-12 (-5 *2 (-612 *4)) (-5 *1 (-611 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))))
+(-10 -7 (-15 -1523 ((-612 |#2|) |#1|)) (-15 -2342 ((-3 |#1| "failed") (-612 |#2|))))
+((-4124 (((-112) $ $) NIL)) (-3333 (((-3 (-1175) "failed") $) 48)) (-4194 (((-1270) $ (-771)) 24)) (-1308 (((-771) $) 23)) (-3797 (((-114) $) 12)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2574 (($ (-114) (-644 |#1|) (-771)) 34) (($ (-1175)) 35)) (-2530 (((-112) $ (-114)) 18) (((-112) $ (-1175)) 16)) (-2149 (((-771) $) 20)) (-2029 (((-1119) $) NIL)) (-1945 (((-892 (-566)) $) 96 (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) 103 (|has| |#1| (-614 (-892 (-381))))) (((-538) $) 89 (|has| |#1| (-614 (-538))))) (-1650 (((-862) $) 73)) (-2657 (((-112) $ $) NIL)) (-1891 (((-644 |#1|) $) 22)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 52)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 54)))
+(((-612 |#1|) (-13 (-132) (-850) (-884 |#1|) (-10 -8 (-15 -3797 ((-114) $)) (-15 -1891 ((-644 |#1|) $)) (-15 -2149 ((-771) $)) (-15 -2574 ($ (-114) (-644 |#1|) (-771))) (-15 -2574 ($ (-1175))) (-15 -3333 ((-3 (-1175) "failed") $)) (-15 -2530 ((-112) $ (-114))) (-15 -2530 ((-112) $ (-1175))) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|))) (-1099)) (T -612))
+((-3797 (*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-1891 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-2149 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-2574 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-114)) (-5 *3 (-644 *5)) (-5 *4 (-771)) (-4 *5 (-1099)) (-5 *1 (-612 *5)))) (-2574 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-3333 (*1 *2 *1) (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))) (-2530 (*1 *2 *1 *3) (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-612 *4)) (-4 *4 (-1099)))) (-2530 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-112)) (-5 *1 (-612 *4)) (-4 *4 (-1099)))))
+(-13 (-132) (-850) (-884 |#1|) (-10 -8 (-15 -3797 ((-114) $)) (-15 -1891 ((-644 |#1|) $)) (-15 -2149 ((-771) $)) (-15 -2574 ($ (-114) (-644 |#1|) (-771))) (-15 -2574 ($ (-1175))) (-15 -3333 ((-3 (-1175) "failed") $)) (-15 -2530 ((-112) $ (-114))) (-15 -2530 ((-112) $ (-1175))) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|)))
+((-1650 ((|#1| $) 6)))
+(((-613 |#1|) (-140) (-1215)) (T -613))
+((-1650 (*1 *2 *1) (-12 (-4 *1 (-613 *2)) (-4 *2 (-1215)))))
+(-13 (-10 -8 (-15 -1650 (|t#1| $))))
+((-1945 ((|#1| $) 6)))
+(((-614 |#1|) (-140) (-1215)) (T -614))
+((-1945 (*1 *2 *1) (-12 (-4 *1 (-614 *2)) (-4 *2 (-1215)))))
+(-13 (-10 -8 (-15 -1945 (|t#1| $))))
+((-3085 (((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 (-420 |#2|) |#2|)) 15) (((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|)) 16)))
+(((-615 |#1| |#2|) (-10 -7 (-15 -3085 ((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|))) (-15 -3085 ((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 (-420 |#2|) |#2|)))) (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566)))) (-1241 |#1|)) (T -615))
+((-3085 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-1171 (-409 *6))) (-5 *1 (-615 *5 *6)) (-5 *3 (-409 *6)))) (-3085 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *5 (-1241 *4)) (-5 *2 (-1171 (-409 *5))) (-5 *1 (-615 *4 *5)) (-5 *3 (-409 *5)))))
+(-10 -7 (-15 -3085 ((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|))) (-15 -3085 ((-3 (-1171 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 (-420 |#2|) |#2|))))
+((-1650 (($ |#1|) 6)))
+(((-616 |#1|) (-140) (-1215)) (T -616))
+((-1650 (*1 *1 *2) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1215)))))
+(-13 (-10 -8 (-15 -1650 ($ |t#1|))))
+((-4124 (((-112) $ $) NIL)) (-1919 (($) 14 T CONST)) (-3170 (($) 15 T CONST)) (-3368 (($ $ $) 29)) (-3348 (($ $) 27)) (-3057 (((-1157) $) NIL)) (-1874 (($ $ $) 30)) (-2029 (((-1119) $) NIL)) (-1973 (($) 11 T CONST)) (-3178 (($ $ $) 31)) (-1650 (((-862) $) 35)) (-3396 (((-112) $ (|[\|\|]| -1973)) 24) (((-112) $ (|[\|\|]| -1919)) 26) (((-112) $ (|[\|\|]| -3170)) 21)) (-2657 (((-112) $ $) NIL)) (-3360 (($ $ $) 28)) (-2868 (((-112) $ $) 18)))
+(((-617) (-13 (-967) (-10 -8 (-15 -1919 ($) -4388) (-15 -3396 ((-112) $ (|[\|\|]| -1973))) (-15 -3396 ((-112) $ (|[\|\|]| -1919))) (-15 -3396 ((-112) $ (|[\|\|]| -3170)))))) (T -617))
+((-1919 (*1 *1) (-5 *1 (-617))) (-3396 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -1973)) (-5 *2 (-112)) (-5 *1 (-617)))) (-3396 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -1919)) (-5 *2 (-112)) (-5 *1 (-617)))) (-3396 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3170)) (-5 *2 (-112)) (-5 *1 (-617)))))
+(-13 (-967) (-10 -8 (-15 -1919 ($) -4388) (-15 -3396 ((-112) $ (|[\|\|]| -1973))) (-15 -3396 ((-112) $ (|[\|\|]| -1919))) (-15 -3396 ((-112) $ (|[\|\|]| -3170)))))
+((-1945 (($ |#1|) 6)))
+(((-618 |#1|) (-140) (-1215)) (T -618))
+((-1945 (*1 *1 *2) (-12 (-4 *1 (-618 *2)) (-4 *2 (-1215)))))
+(-13 (-10 -8 (-15 -1945 ($ |t#1|))))
+((-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) 10)))
+(((-619 |#1| |#2|) (-10 -8 (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|))) (-620 |#2|) (-1049)) (T -619))
+NIL
+(-10 -8 (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 41)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ |#1| $) 42)))
(((-620 |#1|) (-140) (-1049)) (T -620))
-((-3152 (*1 *1 *2) (-12 (-4 *1 (-620 *2)) (-4 *2 (-1049)))))
-(-13 (-1049) (-648 |t#1|) (-10 -8 (-15 -3152 ($ |t#1|))))
+((-1650 (*1 *1 *2) (-12 (-4 *1 (-620 *2)) (-4 *2 (-1049)))))
+(-13 (-1049) (-648 |t#1|) (-10 -8 (-15 -1650 ($ |t#1|))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-726) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2743 (((-566) $) NIL (|has| |#1| (-848)))) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2528 (((-112) $) NIL (|has| |#1| (-848)))) (-2389 (((-112) $) NIL)) (-2248 ((|#1| $) 13)) (-3233 (((-112) $) NIL (|has| |#1| (-848)))) (-1478 (($ $ $) NIL (|has| |#1| (-848)))) (-2599 (($ $ $) NIL (|has| |#1| (-848)))) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2260 ((|#3| $) 15)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL)) (-2593 (((-771)) 20 T CONST)) (-3044 (((-112) $ $) NIL)) (-1358 (($ $) NIL (|has| |#1| (-848)))) (-4356 (($) NIL T CONST)) (-4366 (($) 12 T CONST)) (-2968 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-848)))) (-3025 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-621 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (-15 -3025 ($ $ |#3|)) (-15 -3025 ($ |#1| |#3|)) (-15 -2248 (|#1| $)) (-15 -2260 (|#3| $)))) (-38 |#2|) (-172) (|SubsetCategory| (-726) |#2|)) (T -621))
-((-3025 (*1 *1 *1 *2) (-12 (-4 *4 (-172)) (-5 *1 (-621 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-726) *4)))) (-3025 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-621 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-726) *4)))) (-2248 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-38 *3)) (-5 *1 (-621 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-726) *3)))) (-2260 (*1 *2 *1) (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-726) *4)) (-5 *1 (-621 *3 *4 *2)) (-4 *3 (-38 *4)))))
-(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (-15 -3025 ($ $ |#3|)) (-15 -3025 ($ |#1| |#3|)) (-15 -2248 (|#1| $)) (-15 -2260 (|#3| $))))
-((-1550 ((|#2| |#2| (-1175) (-1175)) 16)))
-(((-622 |#1| |#2|) (-10 -7 (-15 -1550 (|#2| |#2| (-1175) (-1175)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1199) (-959) (-29 |#1|))) (T -622))
-((-1550 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-622 *4 *2)) (-4 *2 (-13 (-1199) (-959) (-29 *4))))))
-(-10 -7 (-15 -1550 (|#2| |#2| (-1175) (-1175))))
-((-2988 (((-112) $ $) 64)) (-3230 (((-112) $) 58)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-2350 ((|#1| $) 55)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3946 (((-2 (|:| -2426 $) (|:| -4378 (-409 |#2|))) (-409 |#2|)) 111 (|has| |#1| (-365)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 99) (((-3 |#2| "failed") $) 95)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) 27)) (-3245 (((-3 $ "failed") $) 88)) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2679 (((-566) $) 22)) (-2389 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2497 (((-112) $) 40)) (-1746 (($ |#1| (-566)) 24)) (-2794 ((|#1| $) 57)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) 101 (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 116 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-2978 (((-3 $ "failed") $ $) 93)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-4357 (((-771) $) 115 (|has| |#1| (-365)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 114 (|has| |#1| (-365)))) (-3629 (($ $ (-1 |#2| |#2|)) 75) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-3902 (((-566) $) 38)) (-2376 (((-409 |#2|) $) 47)) (-3152 (((-862) $) 69) (($ (-566)) 35) (($ $) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 34) (($ |#2|) 25)) (-2271 ((|#1| $ (-566)) 72)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-4356 (($) 9 T CONST)) (-4366 (($) 14 T CONST)) (-3497 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2914 (((-112) $ $) 21)) (-3012 (($ $) 51) (($ $ $) NIL)) (-3002 (($ $ $) 90)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 29) (($ $ $) 49)))
-(((-623 |#1| |#2|) (-13 (-231 |#2|) (-558) (-614 (-409 |#2|)) (-413 |#1|) (-1038 |#2|) (-10 -8 (-15 -2497 ((-112) $)) (-15 -3902 ((-566) $)) (-15 -2679 ((-566) $)) (-15 -2814 ($ $)) (-15 -2794 (|#1| $)) (-15 -2350 (|#1| $)) (-15 -2271 (|#1| $ (-566))) (-15 -1746 ($ |#1| (-566))) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-6 (-308)) (-15 -3946 ((-2 (|:| -2426 $) (|:| -4378 (-409 |#2|))) (-409 |#2|)))) |%noBranch|))) (-558) (-1240 |#1|)) (T -623))
-((-2497 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-112)) (-5 *1 (-623 *3 *4)) (-4 *4 (-1240 *3)))) (-3902 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-566)) (-5 *1 (-623 *3 *4)) (-4 *4 (-1240 *3)))) (-2679 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-566)) (-5 *1 (-623 *3 *4)) (-4 *4 (-1240 *3)))) (-2814 (*1 *1 *1) (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1240 *2)))) (-2794 (*1 *2 *1) (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1240 *2)))) (-2350 (*1 *2 *1) (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1240 *2)))) (-2271 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *2 (-558)) (-5 *1 (-623 *2 *4)) (-4 *4 (-1240 *2)))) (-1746 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-4 *2 (-558)) (-5 *1 (-623 *2 *4)) (-4 *4 (-1240 *2)))) (-3946 (*1 *2 *3) (-12 (-4 *4 (-365)) (-4 *4 (-558)) (-4 *5 (-1240 *4)) (-5 *2 (-2 (|:| -2426 (-623 *4 *5)) (|:| -4378 (-409 *5)))) (-5 *1 (-623 *4 *5)) (-5 *3 (-409 *5)))))
-(-13 (-231 |#2|) (-558) (-614 (-409 |#2|)) (-413 |#1|) (-1038 |#2|) (-10 -8 (-15 -2497 ((-112) $)) (-15 -3902 ((-566) $)) (-15 -2679 ((-566) $)) (-15 -2814 ($ $)) (-15 -2794 (|#1| $)) (-15 -2350 (|#1| $)) (-15 -2271 (|#1| $ (-566))) (-15 -1746 ($ |#1| (-566))) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-6 (-308)) (-15 -3946 ((-2 (|:| -2426 $) (|:| -4378 (-409 |#2|))) (-409 |#2|)))) |%noBranch|)))
-((-2779 (((-644 |#6|) (-644 |#4|) (-112)) 54)) (-3058 ((|#6| |#6|) 48)))
-(((-624 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3058 (|#6| |#6|)) (-15 -2779 ((-644 |#6|) (-644 |#4|) (-112)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|) (-1108 |#1| |#2| |#3| |#4|)) (T -624))
-((-2779 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 *10)) (-5 *1 (-624 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *10 (-1108 *5 *6 *7 *8)))) (-3058 (*1 *2 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-624 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *2 (-1108 *3 *4 *5 *6)))))
-(-10 -7 (-15 -3058 (|#6| |#6|)) (-15 -2779 ((-644 |#6|) (-644 |#4|) (-112))))
-((-3771 (((-112) |#3| (-771) (-644 |#3|)) 32)) (-2808 (((-3 (-2 (|:| |polfac| (-644 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-644 (-1171 |#3|)))) "failed") |#3| (-644 (-1171 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1616 (-644 (-2 (|:| |irr| |#4|) (|:| -4125 (-566)))))) (-644 |#3|) (-644 |#1|) (-644 |#3|)) 73)))
-(((-625 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3771 ((-112) |#3| (-771) (-644 |#3|))) (-15 -2808 ((-3 (-2 (|:| |polfac| (-644 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-644 (-1171 |#3|)))) "failed") |#3| (-644 (-1171 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1616 (-644 (-2 (|:| |irr| |#4|) (|:| -4125 (-566)))))) (-644 |#3|) (-644 |#1|) (-644 |#3|)))) (-850) (-793) (-308) (-949 |#3| |#2| |#1|)) (T -625))
-((-2808 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -1616 (-644 (-2 (|:| |irr| *10) (|:| -4125 (-566))))))) (-5 *6 (-644 *3)) (-5 *7 (-644 *8)) (-4 *8 (-850)) (-4 *3 (-308)) (-4 *10 (-949 *3 *9 *8)) (-4 *9 (-793)) (-5 *2 (-2 (|:| |polfac| (-644 *10)) (|:| |correct| *3) (|:| |corrfact| (-644 (-1171 *3))))) (-5 *1 (-625 *8 *9 *3 *10)) (-5 *4 (-644 (-1171 *3))))) (-3771 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-771)) (-5 *5 (-644 *3)) (-4 *3 (-308)) (-4 *6 (-850)) (-4 *7 (-793)) (-5 *2 (-112)) (-5 *1 (-625 *6 *7 *3 *8)) (-4 *8 (-949 *3 *7 *6)))))
-(-10 -7 (-15 -3771 ((-112) |#3| (-771) (-644 |#3|))) (-15 -2808 ((-3 (-2 (|:| |polfac| (-644 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-644 (-1171 |#3|)))) "failed") |#3| (-644 (-1171 |#3|)) (-2 (|:| |contp| |#3|) (|:| -1616 (-644 (-2 (|:| |irr| |#4|) (|:| -4125 (-566)))))) (-644 |#3|) (-644 |#1|) (-644 |#3|))))
-((-2988 (((-112) $ $) NIL)) (-3124 (((-1134) $) 11)) (-3114 (((-1134) $) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-626) (-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1134) $))))) (T -626))
-((-3114 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-626)))) (-3124 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-626)))))
-(-13 (-1082) (-10 -8 (-15 -3114 ((-1134) $)) (-15 -3124 ((-1134) $))))
-((-2988 (((-112) $ $) NIL)) (-4111 (((-644 |#1|) $) NIL)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-2795 (($ $) 77)) (-3619 (((-664 |#1| |#2|) $) 60)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 81)) (-3379 (((-644 (-295 |#2|)) $ $) 42)) (-4072 (((-1119) $) NIL)) (-3521 (($ (-664 |#1| |#2|)) 56)) (-3357 (($ $ $) NIL)) (-2527 (($ $ $) NIL)) (-3152 (((-862) $) 66) (((-1279 |#1| |#2|) $) NIL) (((-1284 |#1| |#2|) $) 74)) (-3044 (((-112) $ $) NIL)) (-4366 (($) 61 T CONST)) (-3982 (((-644 (-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|))) $) 41)) (-3111 (((-644 (-664 |#1| |#2|)) (-644 |#1|)) 73)) (-2203 (((-644 (-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|))) $) 46)) (-2914 (((-112) $ $) 62)) (-3025 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ $ $) 52)))
-(((-627 |#1| |#2| |#3|) (-13 (-475) (-10 -8 (-15 -3521 ($ (-664 |#1| |#2|))) (-15 -3619 ((-664 |#1| |#2|) $)) (-15 -2203 ((-644 (-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|))) $)) (-15 -3152 ((-1279 |#1| |#2|) $)) (-15 -3152 ((-1284 |#1| |#2|) $)) (-15 -2795 ($ $)) (-15 -4111 ((-644 |#1|) $)) (-15 -3111 ((-644 (-664 |#1| |#2|)) (-644 |#1|))) (-15 -3982 ((-644 (-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|))) $)) (-15 -3379 ((-644 (-295 |#2|)) $ $)))) (-850) (-13 (-172) (-717 (-409 (-566)))) (-921)) (T -627))
-((-3521 (*1 *1 *2) (-12 (-5 *2 (-664 *3 *4)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-5 *1 (-627 *3 *4 *5)) (-14 *5 (-921)))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-664 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-2203 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |k| (-893 *3)) (|:| |c| *4)))) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-1279 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-1284 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-2795 (*1 *1 *1) (-12 (-5 *1 (-627 *2 *3 *4)) (-4 *2 (-850)) (-4 *3 (-13 (-172) (-717 (-409 (-566))))) (-14 *4 (-921)))) (-4111 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-3111 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-850)) (-5 *2 (-644 (-664 *4 *5))) (-5 *1 (-627 *4 *5 *6)) (-4 *5 (-13 (-172) (-717 (-409 (-566))))) (-14 *6 (-921)))) (-3982 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |k| (-672 *3)) (|:| |c| *4)))) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-3379 (*1 *2 *1 *1) (-12 (-5 *2 (-644 (-295 *4))) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))))
-(-13 (-475) (-10 -8 (-15 -3521 ($ (-664 |#1| |#2|))) (-15 -3619 ((-664 |#1| |#2|) $)) (-15 -2203 ((-644 (-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|))) $)) (-15 -3152 ((-1279 |#1| |#2|) $)) (-15 -3152 ((-1284 |#1| |#2|) $)) (-15 -2795 ($ $)) (-15 -4111 ((-644 |#1|) $)) (-15 -3111 ((-644 (-664 |#1| |#2|)) (-644 |#1|))) (-15 -3982 ((-644 (-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|))) $)) (-15 -3379 ((-644 (-295 |#2|)) $ $))))
-((-2779 (((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112)) 103) (((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112)) 77)) (-2425 (((-112) (-644 (-780 |#1| (-864 |#2|)))) 26)) (-4053 (((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112)) 102)) (-3887 (((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112)) 76)) (-2542 (((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|)))) 30)) (-3160 (((-3 (-644 (-780 |#1| (-864 |#2|))) "failed") (-644 (-780 |#1| (-864 |#2|)))) 29)))
-(((-628 |#1| |#2|) (-10 -7 (-15 -2425 ((-112) (-644 (-780 |#1| (-864 |#2|))))) (-15 -3160 ((-3 (-644 (-780 |#1| (-864 |#2|))) "failed") (-644 (-780 |#1| (-864 |#2|))))) (-15 -2542 ((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))))) (-15 -3887 ((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -4053 ((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -2779 ((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -2779 ((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112)))) (-454) (-644 (-1175))) (T -628))
-((-2779 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1145 *5 (-533 (-864 *6)) (-864 *6) (-780 *5 (-864 *6))))) (-5 *1 (-628 *5 *6)))) (-2779 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-628 *5 *6)))) (-4053 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1145 *5 (-533 (-864 *6)) (-864 *6) (-780 *5 (-864 *6))))) (-5 *1 (-628 *5 *6)))) (-3887 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-628 *5 *6)))) (-2542 (*1 *2 *2) (-12 (-5 *2 (-644 (-780 *3 (-864 *4)))) (-4 *3 (-454)) (-14 *4 (-644 (-1175))) (-5 *1 (-628 *3 *4)))) (-3160 (*1 *2 *2) (|partial| -12 (-5 *2 (-644 (-780 *3 (-864 *4)))) (-4 *3 (-454)) (-14 *4 (-644 (-1175))) (-5 *1 (-628 *3 *4)))) (-2425 (*1 *2 *3) (-12 (-5 *3 (-644 (-780 *4 (-864 *5)))) (-4 *4 (-454)) (-14 *5 (-644 (-1175))) (-5 *2 (-112)) (-5 *1 (-628 *4 *5)))))
-(-10 -7 (-15 -2425 ((-112) (-644 (-780 |#1| (-864 |#2|))))) (-15 -3160 ((-3 (-644 (-780 |#1| (-864 |#2|))) "failed") (-644 (-780 |#1| (-864 |#2|))))) (-15 -2542 ((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))))) (-15 -3887 ((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -4053 ((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -2779 ((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -2779 ((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112))))
-((-3963 (($ $) 38)) (-3630 (($ $) 21)) (-3941 (($ $) 37)) (-3602 (($ $) 22)) (-3986 (($ $) 36)) (-3656 (($ $) 23)) (-2281 (($) 48)) (-3619 (($ $) 45)) (-3301 (($ $) 17)) (-3428 (($ $ (-1091 $)) 7) (($ $ (-1175)) 6)) (-3521 (($ $) 46)) (-3552 (($ $) 15)) (-3590 (($ $) 16)) (-3996 (($ $) 35)) (-3670 (($ $) 24)) (-3976 (($ $) 34)) (-3643 (($ $) 25)) (-3952 (($ $) 33)) (-3618 (($ $) 26)) (-4032 (($ $) 44)) (-3892 (($ $) 32)) (-4008 (($ $) 43)) (-3684 (($ $) 31)) (-4057 (($ $) 42)) (-3917 (($ $) 30)) (-3964 (($ $) 41)) (-3929 (($ $) 29)) (-4044 (($ $) 40)) (-3904 (($ $) 28)) (-4020 (($ $) 39)) (-3879 (($ $) 27)) (-2884 (($ $) 19)) (-4106 (($ $) 20)) (-1802 (($ $) 18)) (** (($ $ $) 47)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1907 (((-566) $) NIL (|has| |#1| (-848)))) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-3540 (((-112) $) NIL (|has| |#1| (-848)))) (-1568 (((-112) $) NIL)) (-2499 ((|#1| $) 13)) (-4049 (((-112) $) NIL (|has| |#1| (-848)))) (-1888 (($ $ $) NIL (|has| |#1| (-848)))) (-3890 (($ $ $) NIL (|has| |#1| (-848)))) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2507 ((|#3| $) 15)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL)) (-2910 (((-771)) 20 T CONST)) (-2657 (((-112) $ $) NIL)) (-3839 (($ $) NIL (|has| |#1| (-848)))) (-3410 (($) NIL T CONST)) (-3424 (($) 12 T CONST)) (-2928 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2990 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-621 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (-15 -2990 ($ $ |#3|)) (-15 -2990 ($ |#1| |#3|)) (-15 -2499 (|#1| $)) (-15 -2507 (|#3| $)))) (-38 |#2|) (-172) (|SubsetCategory| (-726) |#2|)) (T -621))
+((-2990 (*1 *1 *1 *2) (-12 (-4 *4 (-172)) (-5 *1 (-621 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-726) *4)))) (-2990 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-621 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-726) *4)))) (-2499 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-38 *3)) (-5 *1 (-621 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-726) *3)))) (-2507 (*1 *2 *1) (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-726) *4)) (-5 *1 (-621 *3 *4 *2)) (-4 *3 (-38 *4)))))
+(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (-15 -2990 ($ $ |#3|)) (-15 -2990 ($ |#1| |#3|)) (-15 -2499 (|#1| $)) (-15 -2507 (|#3| $))))
+((-3076 ((|#2| |#2| (-1175) (-1175)) 16)))
+(((-622 |#1| |#2|) (-10 -7 (-15 -3076 (|#2| |#2| (-1175) (-1175)))) (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1200) (-959) (-29 |#1|))) (T -622))
+((-3076 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-622 *4 *2)) (-4 *2 (-13 (-1200) (-959) (-29 *4))))))
+(-10 -7 (-15 -3076 (|#2| |#2| (-1175) (-1175))))
+((-4124 (((-112) $ $) 64)) (-4014 (((-112) $) 58)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2343 ((|#1| $) 55)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3378 (((-2 (|:| -1873 $) (|:| -2034 (-409 |#2|))) (-409 |#2|)) 111 (|has| |#1| (-365)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 99) (((-3 |#2| "failed") $) 95)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) 27)) (-4185 (((-3 $ "failed") $) 88)) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2464 (((-566) $) 22)) (-1568 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3220 (((-112) $) 40)) (-3959 (($ |#1| (-566)) 24)) (-4137 ((|#1| $) 57)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) 101 (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 116 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-4116 (((-3 $ "failed") $ $) 93)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3075 (((-771) $) 115 (|has| |#1| (-365)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 114 (|has| |#1| (-365)))) (-2324 (($ $ (-1 |#2| |#2|)) 75) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-4297 (((-566) $) 38)) (-1945 (((-409 |#2|) $) 47)) (-1650 (((-862) $) 69) (($ (-566)) 35) (($ $) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 34) (($ |#2|) 25)) (-2841 ((|#1| $ (-566)) 72)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3410 (($) 9 T CONST)) (-3424 (($) 14 T CONST)) (-3218 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2868 (((-112) $ $) 21)) (-2977 (($ $) 51) (($ $ $) NIL)) (-2964 (($ $ $) 90)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 29) (($ $ $) 49)))
+(((-623 |#1| |#2|) (-13 (-231 |#2|) (-558) (-614 (-409 |#2|)) (-413 |#1|) (-1038 |#2|) (-10 -8 (-15 -3220 ((-112) $)) (-15 -4297 ((-566) $)) (-15 -2464 ((-566) $)) (-15 -4162 ($ $)) (-15 -4137 (|#1| $)) (-15 -2343 (|#1| $)) (-15 -2841 (|#1| $ (-566))) (-15 -3959 ($ |#1| (-566))) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-6 (-308)) (-15 -3378 ((-2 (|:| -1873 $) (|:| -2034 (-409 |#2|))) (-409 |#2|)))) |%noBranch|))) (-558) (-1241 |#1|)) (T -623))
+((-3220 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-112)) (-5 *1 (-623 *3 *4)) (-4 *4 (-1241 *3)))) (-4297 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-566)) (-5 *1 (-623 *3 *4)) (-4 *4 (-1241 *3)))) (-2464 (*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-566)) (-5 *1 (-623 *3 *4)) (-4 *4 (-1241 *3)))) (-4162 (*1 *1 *1) (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1241 *2)))) (-4137 (*1 *2 *1) (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1241 *2)))) (-2343 (*1 *2 *1) (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1241 *2)))) (-2841 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *2 (-558)) (-5 *1 (-623 *2 *4)) (-4 *4 (-1241 *2)))) (-3959 (*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-4 *2 (-558)) (-5 *1 (-623 *2 *4)) (-4 *4 (-1241 *2)))) (-3378 (*1 *2 *3) (-12 (-4 *4 (-365)) (-4 *4 (-558)) (-4 *5 (-1241 *4)) (-5 *2 (-2 (|:| -1873 (-623 *4 *5)) (|:| -2034 (-409 *5)))) (-5 *1 (-623 *4 *5)) (-5 *3 (-409 *5)))))
+(-13 (-231 |#2|) (-558) (-614 (-409 |#2|)) (-413 |#1|) (-1038 |#2|) (-10 -8 (-15 -3220 ((-112) $)) (-15 -4297 ((-566) $)) (-15 -2464 ((-566) $)) (-15 -4162 ($ $)) (-15 -4137 (|#1| $)) (-15 -2343 (|#1| $)) (-15 -2841 (|#1| $ (-566))) (-15 -3959 ($ |#1| (-566))) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-6 (-308)) (-15 -3378 ((-2 (|:| -1873 $) (|:| -2034 (-409 |#2|))) (-409 |#2|)))) |%noBranch|)))
+((-4141 (((-644 |#6|) (-644 |#4|) (-112)) 54)) (-2807 ((|#6| |#6|) 48)))
+(((-624 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2807 (|#6| |#6|)) (-15 -4141 ((-644 |#6|) (-644 |#4|) (-112)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|) (-1108 |#1| |#2| |#3| |#4|)) (T -624))
+((-4141 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 *10)) (-5 *1 (-624 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *10 (-1108 *5 *6 *7 *8)))) (-2807 (*1 *2 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-624 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *2 (-1108 *3 *4 *5 *6)))))
+(-10 -7 (-15 -2807 (|#6| |#6|)) (-15 -4141 ((-644 |#6|) (-644 |#4|) (-112))))
+((-2436 (((-112) |#3| (-771) (-644 |#3|)) 32)) (-1319 (((-3 (-2 (|:| |polfac| (-644 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-644 (-1171 |#3|)))) "failed") |#3| (-644 (-1171 |#3|)) (-2 (|:| |contp| |#3|) (|:| -2430 (-644 (-2 (|:| |irr| |#4|) (|:| -2510 (-566)))))) (-644 |#3|) (-644 |#1|) (-644 |#3|)) 73)))
+(((-625 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2436 ((-112) |#3| (-771) (-644 |#3|))) (-15 -1319 ((-3 (-2 (|:| |polfac| (-644 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-644 (-1171 |#3|)))) "failed") |#3| (-644 (-1171 |#3|)) (-2 (|:| |contp| |#3|) (|:| -2430 (-644 (-2 (|:| |irr| |#4|) (|:| -2510 (-566)))))) (-644 |#3|) (-644 |#1|) (-644 |#3|)))) (-850) (-793) (-308) (-949 |#3| |#2| |#1|)) (T -625))
+((-1319 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -2430 (-644 (-2 (|:| |irr| *10) (|:| -2510 (-566))))))) (-5 *6 (-644 *3)) (-5 *7 (-644 *8)) (-4 *8 (-850)) (-4 *3 (-308)) (-4 *10 (-949 *3 *9 *8)) (-4 *9 (-793)) (-5 *2 (-2 (|:| |polfac| (-644 *10)) (|:| |correct| *3) (|:| |corrfact| (-644 (-1171 *3))))) (-5 *1 (-625 *8 *9 *3 *10)) (-5 *4 (-644 (-1171 *3))))) (-2436 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-771)) (-5 *5 (-644 *3)) (-4 *3 (-308)) (-4 *6 (-850)) (-4 *7 (-793)) (-5 *2 (-112)) (-5 *1 (-625 *6 *7 *3 *8)) (-4 *8 (-949 *3 *7 *6)))))
+(-10 -7 (-15 -2436 ((-112) |#3| (-771) (-644 |#3|))) (-15 -1319 ((-3 (-2 (|:| |polfac| (-644 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-644 (-1171 |#3|)))) "failed") |#3| (-644 (-1171 |#3|)) (-2 (|:| |contp| |#3|) (|:| -2430 (-644 (-2 (|:| |irr| |#4|) (|:| -2510 (-566)))))) (-644 |#3|) (-644 |#1|) (-644 |#3|))))
+((-4124 (((-112) $ $) NIL)) (-2699 (((-1134) $) 11)) (-2687 (((-1134) $) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-626) (-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1134) $))))) (T -626))
+((-2687 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-626)))) (-2699 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-626)))))
+(-13 (-1082) (-10 -8 (-15 -2687 ((-1134) $)) (-15 -2699 ((-1134) $))))
+((-4124 (((-112) $ $) NIL)) (-1327 (((-644 |#1|) $) NIL)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-4296 (($ $) 77)) (-1658 (((-664 |#1| |#2|) $) 60)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 81)) (-3045 (((-644 (-295 |#2|)) $ $) 42)) (-2029 (((-1119) $) NIL)) (-1983 (($ (-664 |#1| |#2|)) 56)) (-2791 (($ $ $) NIL)) (-3528 (($ $ $) NIL)) (-1650 (((-862) $) 66) (((-1280 |#1| |#2|) $) NIL) (((-1285 |#1| |#2|) $) 74)) (-2657 (((-112) $ $) NIL)) (-3424 (($) 61 T CONST)) (-3725 (((-644 (-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|))) $) 41)) (-2127 (((-644 (-664 |#1| |#2|)) (-644 |#1|)) 73)) (-3415 (((-644 (-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|))) $) 46)) (-2868 (((-112) $ $) 62)) (-2990 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ $ $) 52)))
+(((-627 |#1| |#2| |#3|) (-13 (-475) (-10 -8 (-15 -1983 ($ (-664 |#1| |#2|))) (-15 -1658 ((-664 |#1| |#2|) $)) (-15 -3415 ((-644 (-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|))) $)) (-15 -1650 ((-1280 |#1| |#2|) $)) (-15 -1650 ((-1285 |#1| |#2|) $)) (-15 -4296 ($ $)) (-15 -1327 ((-644 |#1|) $)) (-15 -2127 ((-644 (-664 |#1| |#2|)) (-644 |#1|))) (-15 -3725 ((-644 (-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|))) $)) (-15 -3045 ((-644 (-295 |#2|)) $ $)))) (-850) (-13 (-172) (-717 (-409 (-566)))) (-921)) (T -627))
+((-1983 (*1 *1 *2) (-12 (-5 *2 (-664 *3 *4)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-5 *1 (-627 *3 *4 *5)) (-14 *5 (-921)))) (-1658 (*1 *2 *1) (-12 (-5 *2 (-664 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-3415 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |k| (-893 *3)) (|:| |c| *4)))) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-1280 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-1285 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-4296 (*1 *1 *1) (-12 (-5 *1 (-627 *2 *3 *4)) (-4 *2 (-850)) (-4 *3 (-13 (-172) (-717 (-409 (-566))))) (-14 *4 (-921)))) (-1327 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-2127 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-850)) (-5 *2 (-644 (-664 *4 *5))) (-5 *1 (-627 *4 *5 *6)) (-4 *5 (-13 (-172) (-717 (-409 (-566))))) (-14 *6 (-921)))) (-3725 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |k| (-672 *3)) (|:| |c| *4)))) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))) (-3045 (*1 *2 *1 *1) (-12 (-5 *2 (-644 (-295 *4))) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850)) (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))))
+(-13 (-475) (-10 -8 (-15 -1983 ($ (-664 |#1| |#2|))) (-15 -1658 ((-664 |#1| |#2|) $)) (-15 -3415 ((-644 (-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|))) $)) (-15 -1650 ((-1280 |#1| |#2|) $)) (-15 -1650 ((-1285 |#1| |#2|) $)) (-15 -4296 ($ $)) (-15 -1327 ((-644 |#1|) $)) (-15 -2127 ((-644 (-664 |#1| |#2|)) (-644 |#1|))) (-15 -3725 ((-644 (-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|))) $)) (-15 -3045 ((-644 (-295 |#2|)) $ $))))
+((-4141 (((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112)) 103) (((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112)) 77)) (-1866 (((-112) (-644 (-780 |#1| (-864 |#2|)))) 26)) (-3109 (((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112)) 102)) (-4154 (((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112)) 76)) (-3704 (((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|)))) 30)) (-1444 (((-3 (-644 (-780 |#1| (-864 |#2|))) "failed") (-644 (-780 |#1| (-864 |#2|)))) 29)))
+(((-628 |#1| |#2|) (-10 -7 (-15 -1866 ((-112) (-644 (-780 |#1| (-864 |#2|))))) (-15 -1444 ((-3 (-644 (-780 |#1| (-864 |#2|))) "failed") (-644 (-780 |#1| (-864 |#2|))))) (-15 -3704 ((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))))) (-15 -4154 ((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -3109 ((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -4141 ((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -4141 ((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112)))) (-454) (-644 (-1175))) (T -628))
+((-4141 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1145 *5 (-533 (-864 *6)) (-864 *6) (-780 *5 (-864 *6))))) (-5 *1 (-628 *5 *6)))) (-4141 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-628 *5 *6)))) (-3109 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1145 *5 (-533 (-864 *6)) (-864 *6) (-780 *5 (-864 *6))))) (-5 *1 (-628 *5 *6)))) (-4154 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-628 *5 *6)))) (-3704 (*1 *2 *2) (-12 (-5 *2 (-644 (-780 *3 (-864 *4)))) (-4 *3 (-454)) (-14 *4 (-644 (-1175))) (-5 *1 (-628 *3 *4)))) (-1444 (*1 *2 *2) (|partial| -12 (-5 *2 (-644 (-780 *3 (-864 *4)))) (-4 *3 (-454)) (-14 *4 (-644 (-1175))) (-5 *1 (-628 *3 *4)))) (-1866 (*1 *2 *3) (-12 (-5 *3 (-644 (-780 *4 (-864 *5)))) (-4 *4 (-454)) (-14 *5 (-644 (-1175))) (-5 *2 (-112)) (-5 *1 (-628 *4 *5)))))
+(-10 -7 (-15 -1866 ((-112) (-644 (-780 |#1| (-864 |#2|))))) (-15 -1444 ((-3 (-644 (-780 |#1| (-864 |#2|))) "failed") (-644 (-780 |#1| (-864 |#2|))))) (-15 -3704 ((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))))) (-15 -4154 ((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -3109 ((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -4141 ((-644 (-1046 |#1| |#2|)) (-644 (-780 |#1| (-864 |#2|))) (-112))) (-15 -4141 ((-644 (-1145 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|)))) (-644 (-780 |#1| (-864 |#2|))) (-112))))
+((-4175 (($ $) 38)) (-4026 (($ $) 21)) (-4153 (($ $) 37)) (-4005 (($ $) 22)) (-4198 (($ $) 36)) (-4050 (($ $) 23)) (-2528 (($) 48)) (-1658 (($ $) 45)) (-2987 (($ $) 17)) (-2278 (($ $ (-1091 $)) 7) (($ $ (-1175)) 6)) (-1983 (($ $) 46)) (-3961 (($ $) 15)) (-3993 (($ $) 16)) (-4209 (($ $) 35)) (-4065 (($ $) 24)) (-4186 (($ $) 34)) (-4038 (($ $) 25)) (-4164 (($ $) 33)) (-4015 (($ $) 26)) (-4241 (($ $) 44)) (-4100 (($ $) 32)) (-4220 (($ $) 43)) (-4077 (($ $) 31)) (-4264 (($ $) 42)) (-4127 (($ $) 30)) (-2462 (($ $) 41)) (-4140 (($ $) 29)) (-4253 (($ $) 40)) (-4114 (($ $) 28)) (-4230 (($ $) 39)) (-4088 (($ $) 27)) (-3837 (($ $) 19)) (-2364 (($ $) 20)) (-1806 (($ $) 18)) (** (($ $ $) 47)))
(((-629) (-140)) (T -629))
-((-4106 (*1 *1 *1) (-4 *1 (-629))) (-2884 (*1 *1 *1) (-4 *1 (-629))) (-1802 (*1 *1 *1) (-4 *1 (-629))) (-3301 (*1 *1 *1) (-4 *1 (-629))) (-3590 (*1 *1 *1) (-4 *1 (-629))) (-3552 (*1 *1 *1) (-4 *1 (-629))))
-(-13 (-959) (-1199) (-10 -8 (-15 -4106 ($ $)) (-15 -2884 ($ $)) (-15 -1802 ($ $)) (-15 -3301 ($ $)) (-15 -3590 ($ $)) (-15 -3552 ($ $))))
-(((-35) . T) ((-95) . T) ((-285) . T) ((-495) . T) ((-959) . T) ((-1199) . T) ((-1202) . T))
-((-1566 (((-114) (-114)) 88)) (-3301 ((|#2| |#2|) 28)) (-3428 ((|#2| |#2| (-1091 |#2|)) 84) ((|#2| |#2| (-1175)) 50)) (-3552 ((|#2| |#2|) 27)) (-3590 ((|#2| |#2|) 29)) (-3515 (((-112) (-114)) 33)) (-2884 ((|#2| |#2|) 24)) (-4106 ((|#2| |#2|) 26)) (-1802 ((|#2| |#2|) 25)))
-(((-630 |#1| |#2|) (-10 -7 (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -4106 (|#2| |#2|)) (-15 -2884 (|#2| |#2|)) (-15 -1802 (|#2| |#2|)) (-15 -3301 (|#2| |#2|)) (-15 -3552 (|#2| |#2|)) (-15 -3590 (|#2| |#2|)) (-15 -3428 (|#2| |#2| (-1175))) (-15 -3428 (|#2| |#2| (-1091 |#2|)))) (-558) (-13 (-432 |#1|) (-1002) (-1199))) (T -630))
-((-3428 (*1 *2 *2 *3) (-12 (-5 *3 (-1091 *2)) (-4 *2 (-13 (-432 *4) (-1002) (-1199))) (-4 *4 (-558)) (-5 *1 (-630 *4 *2)))) (-3428 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-630 *4 *2)) (-4 *2 (-13 (-432 *4) (-1002) (-1199))))) (-3590 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1199))))) (-3552 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1199))))) (-3301 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1199))))) (-1802 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1199))))) (-2884 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1199))))) (-4106 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1199))))) (-1566 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-630 *3 *4)) (-4 *4 (-13 (-432 *3) (-1002) (-1199))))) (-3515 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-630 *4 *5)) (-4 *5 (-13 (-432 *4) (-1002) (-1199))))))
-(-10 -7 (-15 -3515 ((-112) (-114))) (-15 -1566 ((-114) (-114))) (-15 -4106 (|#2| |#2|)) (-15 -2884 (|#2| |#2|)) (-15 -1802 (|#2| |#2|)) (-15 -3301 (|#2| |#2|)) (-15 -3552 (|#2| |#2|)) (-15 -3590 (|#2| |#2|)) (-15 -3428 (|#2| |#2| (-1175))) (-15 -3428 (|#2| |#2| (-1091 |#2|))))
-((-2268 (((-483 |#1| |#2|) (-247 |#1| |#2|)) 67)) (-3518 (((-644 (-247 |#1| |#2|)) (-644 (-483 |#1| |#2|))) 93)) (-2320 (((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-864 |#1|)) 95) (((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)) (-864 |#1|)) 94)) (-3839 (((-2 (|:| |gblist| (-644 (-247 |#1| |#2|))) (|:| |gvlist| (-644 (-566)))) (-644 (-483 |#1| |#2|))) 138)) (-1678 (((-644 (-483 |#1| |#2|)) (-864 |#1|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|))) 108)) (-2602 (((-2 (|:| |glbase| (-644 (-247 |#1| |#2|))) (|:| |glval| (-644 (-566)))) (-644 (-247 |#1| |#2|))) 148)) (-1547 (((-1264 |#2|) (-483 |#1| |#2|) (-644 (-483 |#1| |#2|))) 72)) (-3165 (((-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|))) 48)) (-4055 (((-247 |#1| |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|))) 64)) (-2645 (((-247 |#1| |#2|) (-644 |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|))) 116)))
-(((-631 |#1| |#2|) (-10 -7 (-15 -3839 ((-2 (|:| |gblist| (-644 (-247 |#1| |#2|))) (|:| |gvlist| (-644 (-566)))) (-644 (-483 |#1| |#2|)))) (-15 -2602 ((-2 (|:| |glbase| (-644 (-247 |#1| |#2|))) (|:| |glval| (-644 (-566)))) (-644 (-247 |#1| |#2|)))) (-15 -3518 ((-644 (-247 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -2320 ((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)) (-864 |#1|))) (-15 -2320 ((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-864 |#1|))) (-15 -3165 ((-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -1547 ((-1264 |#2|) (-483 |#1| |#2|) (-644 (-483 |#1| |#2|)))) (-15 -2645 ((-247 |#1| |#2|) (-644 |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|)))) (-15 -1678 ((-644 (-483 |#1| |#2|)) (-864 |#1|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -4055 ((-247 |#1| |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|)))) (-15 -2268 ((-483 |#1| |#2|) (-247 |#1| |#2|)))) (-644 (-1175)) (-454)) (T -631))
-((-2268 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *2 (-483 *4 *5)) (-5 *1 (-631 *4 *5)))) (-4055 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-247 *4 *5))) (-5 *2 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-631 *4 *5)))) (-1678 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-644 (-483 *4 *5))) (-5 *3 (-864 *4)) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-631 *4 *5)))) (-2645 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-247 *5 *6))) (-4 *6 (-454)) (-5 *2 (-247 *5 *6)) (-14 *5 (-644 (-1175))) (-5 *1 (-631 *5 *6)))) (-1547 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-483 *5 *6))) (-5 *3 (-483 *5 *6)) (-14 *5 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-1264 *6)) (-5 *1 (-631 *5 *6)))) (-3165 (*1 *2 *2) (-12 (-5 *2 (-644 (-483 *3 *4))) (-14 *3 (-644 (-1175))) (-4 *4 (-454)) (-5 *1 (-631 *3 *4)))) (-2320 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-483 *5 *6))) (-5 *4 (-864 *5)) (-14 *5 (-644 (-1175))) (-5 *2 (-483 *5 *6)) (-5 *1 (-631 *5 *6)) (-4 *6 (-454)))) (-2320 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-644 (-483 *5 *6))) (-5 *4 (-864 *5)) (-14 *5 (-644 (-1175))) (-5 *2 (-483 *5 *6)) (-5 *1 (-631 *5 *6)) (-4 *6 (-454)))) (-3518 (*1 *2 *3) (-12 (-5 *3 (-644 (-483 *4 *5))) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *2 (-644 (-247 *4 *5))) (-5 *1 (-631 *4 *5)))) (-2602 (*1 *2 *3) (-12 (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *2 (-2 (|:| |glbase| (-644 (-247 *4 *5))) (|:| |glval| (-644 (-566))))) (-5 *1 (-631 *4 *5)) (-5 *3 (-644 (-247 *4 *5))))) (-3839 (*1 *2 *3) (-12 (-5 *3 (-644 (-483 *4 *5))) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *2 (-2 (|:| |gblist| (-644 (-247 *4 *5))) (|:| |gvlist| (-644 (-566))))) (-5 *1 (-631 *4 *5)))))
-(-10 -7 (-15 -3839 ((-2 (|:| |gblist| (-644 (-247 |#1| |#2|))) (|:| |gvlist| (-644 (-566)))) (-644 (-483 |#1| |#2|)))) (-15 -2602 ((-2 (|:| |glbase| (-644 (-247 |#1| |#2|))) (|:| |glval| (-644 (-566)))) (-644 (-247 |#1| |#2|)))) (-15 -3518 ((-644 (-247 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -2320 ((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)) (-864 |#1|))) (-15 -2320 ((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-864 |#1|))) (-15 -3165 ((-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -1547 ((-1264 |#2|) (-483 |#1| |#2|) (-644 (-483 |#1| |#2|)))) (-15 -2645 ((-247 |#1| |#2|) (-644 |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|)))) (-15 -1678 ((-644 (-483 |#1| |#2|)) (-864 |#1|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -4055 ((-247 |#1| |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|)))) (-15 -2268 ((-483 |#1| |#2|) (-247 |#1| |#2|))))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) NIL)) (-1944 (((-1269) $ (-1157) (-1157)) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 (((-52) $ (-1157) (-52)) 16) (((-52) $ (-1175) (-52)) 17)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 (-52) "failed") (-1157) $) NIL)) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099))))) (-3512 (($ (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-3 (-52) "failed") (-1157) $) NIL)) (-2622 (($ (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $ (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099)))) (((-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $ (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-3897 (((-52) $ (-1157) (-52)) NIL (|has| $ (-6 -4415)))) (-3829 (((-52) $ (-1157)) NIL)) (-1683 (((-644 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-644 (-52)) $) NIL (|has| $ (-6 -4414)))) (-2970 (($ $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-1157) $) NIL (|has| (-1157) (-850)))) (-3491 (((-644 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-644 (-52)) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-52) (-1099))))) (-4050 (((-1157) $) NIL (|has| (-1157) (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-1777 (($ (-390)) 9)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099))))) (-4052 (((-644 (-1157)) $) NIL)) (-1826 (((-112) (-1157) $) NIL)) (-3278 (((-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) $) NIL)) (-3888 (($ (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) $) NIL)) (-3725 (((-644 (-1157)) $) NIL)) (-1644 (((-112) (-1157) $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099))))) (-3908 (((-52) $) NIL (|has| (-1157) (-850)))) (-3668 (((-3 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) "failed") (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL)) (-3787 (($ $ (-52)) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099)))) (($ $ (-295 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099)))) (($ $ (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099)))) (($ $ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099)))) (($ $ (-644 (-52)) (-644 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-295 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-644 (-295 (-52)))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-52) (-1099))))) (-3486 (((-644 (-52)) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 (((-52) $ (-1157)) 14) (((-52) $ (-1157) (-52)) NIL) (((-52) $ (-1175)) 15)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099)))) (((-771) (-52) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-52) (-1099)))) (((-771) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) NIL)) (-3152 (((-862) $) NIL (-2768 (|has| (-52) (-613 (-862))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-613 (-862)))))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 (-52))) (-1099))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-632) (-13 (-1190 (-1157) (-52)) (-10 -8 (-15 -1777 ($ (-390))) (-15 -2970 ($ $)) (-15 -1309 ((-52) $ (-1175))) (-15 -1456 ((-52) $ (-1175) (-52)))))) (T -632))
-((-1777 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-632)))) (-2970 (*1 *1 *1) (-5 *1 (-632))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-52)) (-5 *1 (-632)))) (-1456 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1175)) (-5 *1 (-632)))))
-(-13 (-1190 (-1157) (-52)) (-10 -8 (-15 -1777 ($ (-390))) (-15 -2970 ($ $)) (-15 -1309 ((-52) $ (-1175))) (-15 -1456 ((-52) $ (-1175) (-52)))))
-((-3025 (($ $ |#2|) 10)))
-(((-633 |#1| |#2|) (-10 -8 (-15 -3025 (|#1| |#1| |#2|))) (-634 |#2|) (-172)) (T -633))
-NIL
-(-10 -8 (-15 -3025 (|#1| |#1| |#2|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-1340 (($ $ $) 34)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 33 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
+((-2364 (*1 *1 *1) (-4 *1 (-629))) (-3837 (*1 *1 *1) (-4 *1 (-629))) (-1806 (*1 *1 *1) (-4 *1 (-629))) (-2987 (*1 *1 *1) (-4 *1 (-629))) (-3993 (*1 *1 *1) (-4 *1 (-629))) (-3961 (*1 *1 *1) (-4 *1 (-629))))
+(-13 (-959) (-1200) (-10 -8 (-15 -2364 ($ $)) (-15 -3837 ($ $)) (-15 -1806 ($ $)) (-15 -2987 ($ $)) (-15 -3993 ($ $)) (-15 -3961 ($ $))))
+(((-35) . T) ((-95) . T) ((-285) . T) ((-495) . T) ((-959) . T) ((-1200) . T) ((-1203) . T))
+((-3797 (((-114) (-114)) 88)) (-2987 ((|#2| |#2|) 28)) (-2278 ((|#2| |#2| (-1091 |#2|)) 84) ((|#2| |#2| (-1175)) 50)) (-3961 ((|#2| |#2|) 27)) (-3993 ((|#2| |#2|) 29)) (-1892 (((-112) (-114)) 33)) (-3837 ((|#2| |#2|) 24)) (-2364 ((|#2| |#2|) 26)) (-1806 ((|#2| |#2|) 25)))
+(((-630 |#1| |#2|) (-10 -7 (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -2364 (|#2| |#2|)) (-15 -3837 (|#2| |#2|)) (-15 -1806 (|#2| |#2|)) (-15 -2987 (|#2| |#2|)) (-15 -3961 (|#2| |#2|)) (-15 -3993 (|#2| |#2|)) (-15 -2278 (|#2| |#2| (-1175))) (-15 -2278 (|#2| |#2| (-1091 |#2|)))) (-558) (-13 (-432 |#1|) (-1002) (-1200))) (T -630))
+((-2278 (*1 *2 *2 *3) (-12 (-5 *3 (-1091 *2)) (-4 *2 (-13 (-432 *4) (-1002) (-1200))) (-4 *4 (-558)) (-5 *1 (-630 *4 *2)))) (-2278 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-630 *4 *2)) (-4 *2 (-13 (-432 *4) (-1002) (-1200))))) (-3993 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1200))))) (-3961 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1200))))) (-2987 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1200))))) (-1806 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1200))))) (-3837 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1200))))) (-2364 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2)) (-4 *2 (-13 (-432 *3) (-1002) (-1200))))) (-3797 (*1 *2 *2) (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-630 *3 *4)) (-4 *4 (-13 (-432 *3) (-1002) (-1200))))) (-1892 (*1 *2 *3) (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-630 *4 *5)) (-4 *5 (-13 (-432 *4) (-1002) (-1200))))))
+(-10 -7 (-15 -1892 ((-112) (-114))) (-15 -3797 ((-114) (-114))) (-15 -2364 (|#2| |#2|)) (-15 -3837 (|#2| |#2|)) (-15 -1806 (|#2| |#2|)) (-15 -2987 (|#2| |#2|)) (-15 -3961 (|#2| |#2|)) (-15 -3993 (|#2| |#2|)) (-15 -2278 (|#2| |#2| (-1175))) (-15 -2278 (|#2| |#2| (-1091 |#2|))))
+((-2803 (((-483 |#1| |#2|) (-247 |#1| |#2|)) 67)) (-3852 (((-644 (-247 |#1| |#2|)) (-644 (-483 |#1| |#2|))) 93)) (-2090 (((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-864 |#1|)) 95) (((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)) (-864 |#1|)) 94)) (-1812 (((-2 (|:| |gblist| (-644 (-247 |#1| |#2|))) (|:| |gvlist| (-644 (-566)))) (-644 (-483 |#1| |#2|))) 138)) (-1846 (((-644 (-483 |#1| |#2|)) (-864 |#1|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|))) 108)) (-3006 (((-2 (|:| |glbase| (-644 (-247 |#1| |#2|))) (|:| |glval| (-644 (-566)))) (-644 (-247 |#1| |#2|))) 148)) (-4304 (((-1265 |#2|) (-483 |#1| |#2|) (-644 (-483 |#1| |#2|))) 72)) (-1492 (((-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|))) 48)) (-3133 (((-247 |#1| |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|))) 64)) (-2196 (((-247 |#1| |#2|) (-644 |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|))) 116)))
+(((-631 |#1| |#2|) (-10 -7 (-15 -1812 ((-2 (|:| |gblist| (-644 (-247 |#1| |#2|))) (|:| |gvlist| (-644 (-566)))) (-644 (-483 |#1| |#2|)))) (-15 -3006 ((-2 (|:| |glbase| (-644 (-247 |#1| |#2|))) (|:| |glval| (-644 (-566)))) (-644 (-247 |#1| |#2|)))) (-15 -3852 ((-644 (-247 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -2090 ((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)) (-864 |#1|))) (-15 -2090 ((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-864 |#1|))) (-15 -1492 ((-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -4304 ((-1265 |#2|) (-483 |#1| |#2|) (-644 (-483 |#1| |#2|)))) (-15 -2196 ((-247 |#1| |#2|) (-644 |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|)))) (-15 -1846 ((-644 (-483 |#1| |#2|)) (-864 |#1|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -3133 ((-247 |#1| |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|)))) (-15 -2803 ((-483 |#1| |#2|) (-247 |#1| |#2|)))) (-644 (-1175)) (-454)) (T -631))
+((-2803 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *2 (-483 *4 *5)) (-5 *1 (-631 *4 *5)))) (-3133 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-247 *4 *5))) (-5 *2 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-631 *4 *5)))) (-1846 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-644 (-483 *4 *5))) (-5 *3 (-864 *4)) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-631 *4 *5)))) (-2196 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-247 *5 *6))) (-4 *6 (-454)) (-5 *2 (-247 *5 *6)) (-14 *5 (-644 (-1175))) (-5 *1 (-631 *5 *6)))) (-4304 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-483 *5 *6))) (-5 *3 (-483 *5 *6)) (-14 *5 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-1265 *6)) (-5 *1 (-631 *5 *6)))) (-1492 (*1 *2 *2) (-12 (-5 *2 (-644 (-483 *3 *4))) (-14 *3 (-644 (-1175))) (-4 *4 (-454)) (-5 *1 (-631 *3 *4)))) (-2090 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-483 *5 *6))) (-5 *4 (-864 *5)) (-14 *5 (-644 (-1175))) (-5 *2 (-483 *5 *6)) (-5 *1 (-631 *5 *6)) (-4 *6 (-454)))) (-2090 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-644 (-483 *5 *6))) (-5 *4 (-864 *5)) (-14 *5 (-644 (-1175))) (-5 *2 (-483 *5 *6)) (-5 *1 (-631 *5 *6)) (-4 *6 (-454)))) (-3852 (*1 *2 *3) (-12 (-5 *3 (-644 (-483 *4 *5))) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *2 (-644 (-247 *4 *5))) (-5 *1 (-631 *4 *5)))) (-3006 (*1 *2 *3) (-12 (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *2 (-2 (|:| |glbase| (-644 (-247 *4 *5))) (|:| |glval| (-644 (-566))))) (-5 *1 (-631 *4 *5)) (-5 *3 (-644 (-247 *4 *5))))) (-1812 (*1 *2 *3) (-12 (-5 *3 (-644 (-483 *4 *5))) (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *2 (-2 (|:| |gblist| (-644 (-247 *4 *5))) (|:| |gvlist| (-644 (-566))))) (-5 *1 (-631 *4 *5)))))
+(-10 -7 (-15 -1812 ((-2 (|:| |gblist| (-644 (-247 |#1| |#2|))) (|:| |gvlist| (-644 (-566)))) (-644 (-483 |#1| |#2|)))) (-15 -3006 ((-2 (|:| |glbase| (-644 (-247 |#1| |#2|))) (|:| |glval| (-644 (-566)))) (-644 (-247 |#1| |#2|)))) (-15 -3852 ((-644 (-247 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -2090 ((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)) (-864 |#1|))) (-15 -2090 ((-483 |#1| |#2|) (-644 (-483 |#1| |#2|)) (-864 |#1|))) (-15 -1492 ((-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -4304 ((-1265 |#2|) (-483 |#1| |#2|) (-644 (-483 |#1| |#2|)))) (-15 -2196 ((-247 |#1| |#2|) (-644 |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|)))) (-15 -1846 ((-644 (-483 |#1| |#2|)) (-864 |#1|) (-644 (-483 |#1| |#2|)) (-644 (-483 |#1| |#2|)))) (-15 -3133 ((-247 |#1| |#2|) (-247 |#1| |#2|) (-644 (-247 |#1| |#2|)))) (-15 -2803 ((-483 |#1| |#2|) (-247 |#1| |#2|))))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) NIL)) (-2656 (((-1270) $ (-1157) (-1157)) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 (((-52) $ (-1157) (-52)) 16) (((-52) $ (-1175) (-52)) 17)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 (-52) "failed") (-1157) $) NIL)) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099))))) (-1867 (($ (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-3 (-52) "failed") (-1157) $) NIL)) (-1837 (($ (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $ (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099)))) (((-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $ (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-2417 (((-52) $ (-1157) (-52)) NIL (|has| $ (-6 -4416)))) (-2359 (((-52) $ (-1157)) NIL)) (-3953 (((-644 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-644 (-52)) $) NIL (|has| $ (-6 -4415)))) (-3257 (($ $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-1157) $) NIL (|has| (-1157) (-850)))) (-1690 (((-644 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-644 (-52)) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-52) (-1099))))) (-3090 (((-1157) $) NIL (|has| (-1157) (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4416))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-2676 (($ (-390)) 9)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099))))) (-3391 (((-644 (-1157)) $) NIL)) (-3977 (((-112) (-1157) $) NIL)) (-3252 (((-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) $) NIL)) (-4165 (($ (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) $) NIL)) (-2033 (((-644 (-1157)) $) NIL)) (-2686 (((-112) (-1157) $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099))))) (-3604 (((-52) $) NIL (|has| (-1157) (-850)))) (-2695 (((-3 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) "failed") (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL)) (-1417 (($ $ (-52)) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099)))) (($ $ (-295 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099)))) (($ $ (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099)))) (($ $ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099)))) (($ $ (-644 (-52)) (-644 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-295 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-644 (-295 (-52)))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-52) (-1099))))) (-1647 (((-644 (-52)) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 (((-52) $ (-1157)) 14) (((-52) $ (-1157) (-52)) NIL) (((-52) $ (-1175)) 15)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099)))) (((-771) (-52) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-52) (-1099)))) (((-771) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) NIL)) (-1650 (((-862) $) NIL (-2700 (|has| (-52) (-613 (-862))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-613 (-862)))))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 (-52))) (-1099))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-632) (-13 (-1191 (-1157) (-52)) (-10 -8 (-15 -2676 ($ (-390))) (-15 -3257 ($ $)) (-15 -3483 ((-52) $ (-1175))) (-15 -1777 ((-52) $ (-1175) (-52)))))) (T -632))
+((-2676 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-632)))) (-3257 (*1 *1 *1) (-5 *1 (-632))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-52)) (-5 *1 (-632)))) (-1777 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1175)) (-5 *1 (-632)))))
+(-13 (-1191 (-1157) (-52)) (-10 -8 (-15 -2676 ($ (-390))) (-15 -3257 ($ $)) (-15 -3483 ((-52) $ (-1175))) (-15 -1777 ((-52) $ (-1175) (-52)))))
+((-2990 (($ $ |#2|) 10)))
+(((-633 |#1| |#2|) (-10 -8 (-15 -2990 (|#1| |#1| |#2|))) (-634 |#2|) (-172)) (T -633))
+NIL
+(-10 -8 (-15 -2990 (|#1| |#1| |#2|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1664 (($ $ $) 34)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 33 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
(((-634 |#1|) (-140) (-172)) (T -634))
-((-1340 (*1 *1 *1 *1) (-12 (-4 *1 (-634 *2)) (-4 *2 (-172)))) (-3025 (*1 *1 *1 *2) (-12 (-4 *1 (-634 *2)) (-4 *2 (-172)) (-4 *2 (-365)))))
-(-13 (-717 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -1340 ($ $ $)) (IF (|has| |t#1| (-365)) (-15 -3025 ($ $ |t#1|)) |%noBranch|)))
+((-1664 (*1 *1 *1 *1) (-12 (-4 *1 (-634 *2)) (-4 *2 (-172)))) (-2990 (*1 *1 *1 *2) (-12 (-4 *1 (-634 *2)) (-4 *2 (-172)) (-4 *2 (-365)))))
+(-13 (-717 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -1664 ($ $ $)) (IF (|has| |t#1| (-365)) (-15 -2990 ($ $ |t#1|)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-648 |#1|) . T) ((-640 |#1|) . T) ((-717 |#1|) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2896 (((-3 $ "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2336 (((-1264 (-689 |#1|))) NIL (|has| |#2| (-419 |#1|))) (((-1264 (-689 |#1|)) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-3717 (((-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2463 (($) NIL T CONST)) (-3574 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1469 (((-3 $ "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2411 (((-689 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-4373 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-2800 (((-689 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) $ (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-4392 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3031 (((-1171 (-952 |#1|))) NIL (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-365))))) (-1856 (($ $ (-921)) NIL)) (-4039 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-3648 (((-1171 |#1|) $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2597 ((|#1|) NIL (|has| |#2| (-419 |#1|))) ((|#1| (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2765 (((-1171 |#1|) $) NIL (|has| |#2| (-369 |#1|)))) (-4029 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1563 (($ (-1264 |#1|)) NIL (|has| |#2| (-419 |#1|))) (($ (-1264 |#1|) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-3245 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2755 (((-921)) NIL (|has| |#2| (-369 |#1|)))) (-3793 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4090 (($ $ (-921)) NIL)) (-4240 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2057 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2158 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1476 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1731 (((-3 $ "failed")) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2734 (((-689 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2366 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-3769 (((-689 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) $ (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2851 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1793 (((-1171 (-952 |#1|))) NIL (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-365))))) (-3270 (($ $ (-921)) NIL)) (-2241 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-1910 (((-1171 |#1|) $) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2990 ((|#1|) NIL (|has| |#2| (-419 |#1|))) ((|#1| (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-3548 (((-1171 |#1|) $) NIL (|has| |#2| (-369 |#1|)))) (-2974 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3380 (((-1157) $) NIL)) (-2402 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1459 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3846 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4072 (((-1119) $) NIL)) (-3795 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1309 ((|#1| $ (-566)) NIL (|has| |#2| (-419 |#1|)))) (-3350 (((-689 |#1|) (-1264 $)) NIL (|has| |#2| (-419 |#1|))) (((-1264 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1264 $) (-1264 $)) NIL (|has| |#2| (-369 |#1|))) (((-1264 |#1|) $ (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2376 (($ (-1264 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-1264 |#1|) $) NIL (|has| |#2| (-419 |#1|)))) (-2861 (((-644 (-952 |#1|))) NIL (|has| |#2| (-419 |#1|))) (((-644 (-952 |#1|)) (-1264 $)) NIL (|has| |#2| (-369 |#1|)))) (-2527 (($ $ $) NIL)) (-2512 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3152 (((-862) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL (|has| |#2| (-419 |#1|)))) (-2243 (((-644 (-1264 |#1|))) NIL (-2768 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3876 (($ $ $ $) NIL)) (-2468 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3847 (($ (-689 |#1|) $) NIL (|has| |#2| (-419 |#1|)))) (-1471 (($ $ $) NIL)) (-1465 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3692 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4369 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) 20)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-635 |#1| |#2|) (-13 (-744 |#1|) (-613 |#2|) (-10 -8 (-15 -3152 ($ |#2|)) (IF (|has| |#2| (-419 |#1|)) (-6 (-419 |#1|)) |%noBranch|) (IF (|has| |#2| (-369 |#1|)) (-6 (-369 |#1|)) |%noBranch|))) (-172) (-744 |#1|)) (T -635))
-((-3152 (*1 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-635 *3 *2)) (-4 *2 (-744 *3)))))
-(-13 (-744 |#1|) (-613 |#2|) (-10 -8 (-15 -3152 ($ |#2|)) (IF (|has| |#2| (-419 |#1|)) (-6 (-419 |#1|)) |%noBranch|) (IF (|has| |#2| (-369 |#1|)) (-6 (-369 |#1|)) |%noBranch|)))
-((-4375 (((-3 (-843 |#2|) "failed") |#2| (-295 |#2|) (-1157)) 106) (((-3 (-843 |#2|) (-2 (|:| |leftHandLimit| (-3 (-843 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-843 |#2|) "failed"))) "failed") |#2| (-295 (-843 |#2|))) 131)) (-3820 (((-3 (-833 |#2|) "failed") |#2| (-295 (-833 |#2|))) 136)))
-(((-636 |#1| |#2|) (-10 -7 (-15 -4375 ((-3 (-843 |#2|) (-2 (|:| |leftHandLimit| (-3 (-843 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-843 |#2|) "failed"))) "failed") |#2| (-295 (-843 |#2|)))) (-15 -3820 ((-3 (-833 |#2|) "failed") |#2| (-295 (-833 |#2|)))) (-15 -4375 ((-3 (-843 |#2|) "failed") |#2| (-295 |#2|) (-1157)))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1199) (-432 |#1|))) (T -636))
-((-4375 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-295 *3)) (-5 *5 (-1157)) (-4 *3 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-843 *3)) (-5 *1 (-636 *6 *3)))) (-3820 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-295 (-833 *3))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-833 *3)) (-5 *1 (-636 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))) (-4375 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-843 *3))) (-4 *3 (-13 (-27) (-1199) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (-843 *3) (-2 (|:| |leftHandLimit| (-3 (-843 *3) "failed")) (|:| |rightHandLimit| (-3 (-843 *3) "failed"))) "failed")) (-5 *1 (-636 *5 *3)))))
-(-10 -7 (-15 -4375 ((-3 (-843 |#2|) (-2 (|:| |leftHandLimit| (-3 (-843 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-843 |#2|) "failed"))) "failed") |#2| (-295 (-843 |#2|)))) (-15 -3820 ((-3 (-833 |#2|) "failed") |#2| (-295 (-833 |#2|)))) (-15 -4375 ((-3 (-843 |#2|) "failed") |#2| (-295 |#2|) (-1157))))
-((-4375 (((-3 (-843 (-409 (-952 |#1|))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))) (-1157)) 86) (((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|)))) 20) (((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-843 (-952 |#1|)))) 35)) (-3820 (((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|)))) 23) (((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-833 (-952 |#1|)))) 43)))
-(((-637 |#1|) (-10 -7 (-15 -4375 ((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-843 (-952 |#1|))))) (-15 -4375 ((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -3820 ((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-833 (-952 |#1|))))) (-15 -3820 ((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -4375 ((-3 (-843 (-409 (-952 |#1|))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))) (-1157)))) (-454)) (T -637))
-((-4375 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-295 (-409 (-952 *6)))) (-5 *5 (-1157)) (-5 *3 (-409 (-952 *6))) (-4 *6 (-454)) (-5 *2 (-843 *3)) (-5 *1 (-637 *6)))) (-3820 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5))) (-4 *5 (-454)) (-5 *2 (-833 *3)) (-5 *1 (-637 *5)))) (-3820 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-833 (-952 *5)))) (-4 *5 (-454)) (-5 *2 (-833 (-409 (-952 *5)))) (-5 *1 (-637 *5)) (-5 *3 (-409 (-952 *5))))) (-4375 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5))) (-4 *5 (-454)) (-5 *2 (-3 (-843 *3) (-2 (|:| |leftHandLimit| (-3 (-843 *3) "failed")) (|:| |rightHandLimit| (-3 (-843 *3) "failed"))) "failed")) (-5 *1 (-637 *5)))) (-4375 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-843 (-952 *5)))) (-4 *5 (-454)) (-5 *2 (-3 (-843 (-409 (-952 *5))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 *5))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 *5))) "failed"))) "failed")) (-5 *1 (-637 *5)) (-5 *3 (-409 (-952 *5))))))
-(-10 -7 (-15 -4375 ((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-843 (-952 |#1|))))) (-15 -4375 ((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -3820 ((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-833 (-952 |#1|))))) (-15 -3820 ((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -4375 ((-3 (-843 (-409 (-952 |#1|))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))) (-1157))))
-((-3022 (((-3 (-1264 (-409 |#1|)) "failed") (-1264 |#2|) |#2|) 64 (-2404 (|has| |#1| (-365)))) (((-3 (-1264 |#1|) "failed") (-1264 |#2|) |#2|) 49 (|has| |#1| (-365)))) (-3395 (((-112) (-1264 |#2|)) 33)) (-1761 (((-3 (-1264 |#1|) "failed") (-1264 |#2|)) 40)))
-(((-638 |#1| |#2|) (-10 -7 (-15 -3395 ((-112) (-1264 |#2|))) (-15 -1761 ((-3 (-1264 |#1|) "failed") (-1264 |#2|))) (IF (|has| |#1| (-365)) (-15 -3022 ((-3 (-1264 |#1|) "failed") (-1264 |#2|) |#2|)) (-15 -3022 ((-3 (-1264 (-409 |#1|)) "failed") (-1264 |#2|) |#2|)))) (-558) (-639 |#1|)) (T -638))
-((-3022 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1264 *4)) (-4 *4 (-639 *5)) (-2404 (-4 *5 (-365))) (-4 *5 (-558)) (-5 *2 (-1264 (-409 *5))) (-5 *1 (-638 *5 *4)))) (-3022 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1264 *4)) (-4 *4 (-639 *5)) (-4 *5 (-365)) (-4 *5 (-558)) (-5 *2 (-1264 *5)) (-5 *1 (-638 *5 *4)))) (-1761 (*1 *2 *3) (|partial| -12 (-5 *3 (-1264 *5)) (-4 *5 (-639 *4)) (-4 *4 (-558)) (-5 *2 (-1264 *4)) (-5 *1 (-638 *4 *5)))) (-3395 (*1 *2 *3) (-12 (-5 *3 (-1264 *5)) (-4 *5 (-639 *4)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-638 *4 *5)))))
-(-10 -7 (-15 -3395 ((-112) (-1264 |#2|))) (-15 -1761 ((-3 (-1264 |#1|) "failed") (-1264 |#2|))) (IF (|has| |#1| (-365)) (-15 -3022 ((-3 (-1264 |#1|) "failed") (-1264 |#2|) |#2|)) (-15 -3022 ((-3 (-1264 (-409 |#1|)) "failed") (-1264 |#2|) |#2|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-4089 (((-689 |#1|) (-689 $)) 40) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 39)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-2666 (((-3 $ "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-2232 (((-1265 (-689 |#1|))) NIL (|has| |#2| (-419 |#1|))) (((-1265 (-689 |#1|)) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-1960 (((-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-4145 (($) NIL T CONST)) (-1311 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1630 (((-3 $ "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1738 (((-689 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-3210 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-4347 (((-689 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) $ (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-2175 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2522 (((-1171 (-952 |#1|))) NIL (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-365))))) (-4268 (($ $ (-921)) NIL)) (-2985 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-3813 (((-1171 |#1|) $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2955 ((|#1|) NIL (|has| |#2| (-419 |#1|))) ((|#1| (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-4017 (((-1171 |#1|) $) NIL (|has| |#2| (-369 |#1|)))) (-2895 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3189 (($ (-1265 |#1|)) NIL (|has| |#2| (-419 |#1|))) (($ (-1265 |#1|) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-4185 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3486 (((-921)) NIL (|has| |#2| (-369 |#1|)))) (-1475 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2215 (($ $ (-921)) NIL)) (-1324 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1366 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-4262 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1693 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-2313 (((-3 $ "failed")) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1825 (((-689 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-1362 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-2429 (((-689 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) $ (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-3570 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-1717 (((-1171 (-952 |#1|))) NIL (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-365))))) (-3172 (($ $ (-921)) NIL)) (-2509 ((|#1| $) NIL (|has| |#2| (-369 |#1|)))) (-3572 (((-1171 |#1|) $) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-3445 ((|#1|) NIL (|has| |#2| (-419 |#1|))) ((|#1| (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-4157 (((-1171 |#1|) $) NIL (|has| |#2| (-369 |#1|)))) (-3286 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3057 (((-1157) $) NIL)) (-1663 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1538 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1862 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2029 (((-1119) $) NIL)) (-1480 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3483 ((|#1| $ (-566)) NIL (|has| |#2| (-419 |#1|)))) (-2702 (((-689 |#1|) (-1265 $)) NIL (|has| |#2| (-419 |#1|))) (((-1265 |#1|) $) NIL (|has| |#2| (-419 |#1|))) (((-689 |#1|) (-1265 $) (-1265 $)) NIL (|has| |#2| (-369 |#1|))) (((-1265 |#1|) $ (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-1945 (($ (-1265 |#1|)) NIL (|has| |#2| (-419 |#1|))) (((-1265 |#1|) $) NIL (|has| |#2| (-419 |#1|)))) (-3663 (((-644 (-952 |#1|))) NIL (|has| |#2| (-419 |#1|))) (((-644 (-952 |#1|)) (-1265 $)) NIL (|has| |#2| (-369 |#1|)))) (-3528 (($ $ $) NIL)) (-3345 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-1650 (((-862) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL (|has| |#2| (-419 |#1|)))) (-2526 (((-644 (-1265 |#1|))) NIL (-2700 (-12 (|has| |#2| (-369 |#1|)) (|has| |#1| (-558))) (-12 (|has| |#2| (-419 |#1|)) (|has| |#1| (-558)))))) (-4052 (($ $ $ $) NIL)) (-4203 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3547 (($ (-689 |#1|) $) NIL (|has| |#2| (-419 |#1|)))) (-1641 (($ $ $) NIL)) (-1590 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-2937 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3168 (((-112)) NIL (|has| |#2| (-369 |#1|)))) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) 20)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-635 |#1| |#2|) (-13 (-744 |#1|) (-613 |#2|) (-10 -8 (-15 -1650 ($ |#2|)) (IF (|has| |#2| (-419 |#1|)) (-6 (-419 |#1|)) |%noBranch|) (IF (|has| |#2| (-369 |#1|)) (-6 (-369 |#1|)) |%noBranch|))) (-172) (-744 |#1|)) (T -635))
+((-1650 (*1 *1 *2) (-12 (-4 *3 (-172)) (-5 *1 (-635 *3 *2)) (-4 *2 (-744 *3)))))
+(-13 (-744 |#1|) (-613 |#2|) (-10 -8 (-15 -1650 ($ |#2|)) (IF (|has| |#2| (-419 |#1|)) (-6 (-419 |#1|)) |%noBranch|) (IF (|has| |#2| (-369 |#1|)) (-6 (-369 |#1|)) |%noBranch|)))
+((-3231 (((-3 (-843 |#2|) "failed") |#2| (-295 |#2|) (-1157)) 106) (((-3 (-843 |#2|) (-2 (|:| |leftHandLimit| (-3 (-843 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-843 |#2|) "failed"))) "failed") |#2| (-295 (-843 |#2|))) 131)) (-1697 (((-3 (-833 |#2|) "failed") |#2| (-295 (-833 |#2|))) 136)))
+(((-636 |#1| |#2|) (-10 -7 (-15 -3231 ((-3 (-843 |#2|) (-2 (|:| |leftHandLimit| (-3 (-843 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-843 |#2|) "failed"))) "failed") |#2| (-295 (-843 |#2|)))) (-15 -1697 ((-3 (-833 |#2|) "failed") |#2| (-295 (-833 |#2|)))) (-15 -3231 ((-3 (-843 |#2|) "failed") |#2| (-295 |#2|) (-1157)))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1200) (-432 |#1|))) (T -636))
+((-3231 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-295 *3)) (-5 *5 (-1157)) (-4 *3 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-843 *3)) (-5 *1 (-636 *6 *3)))) (-1697 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-295 (-833 *3))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-833 *3)) (-5 *1 (-636 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))) (-3231 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-843 *3))) (-4 *3 (-13 (-27) (-1200) (-432 *5))) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-3 (-843 *3) (-2 (|:| |leftHandLimit| (-3 (-843 *3) "failed")) (|:| |rightHandLimit| (-3 (-843 *3) "failed"))) "failed")) (-5 *1 (-636 *5 *3)))))
+(-10 -7 (-15 -3231 ((-3 (-843 |#2|) (-2 (|:| |leftHandLimit| (-3 (-843 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-843 |#2|) "failed"))) "failed") |#2| (-295 (-843 |#2|)))) (-15 -1697 ((-3 (-833 |#2|) "failed") |#2| (-295 (-833 |#2|)))) (-15 -3231 ((-3 (-843 |#2|) "failed") |#2| (-295 |#2|) (-1157))))
+((-3231 (((-3 (-843 (-409 (-952 |#1|))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))) (-1157)) 86) (((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|)))) 20) (((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-843 (-952 |#1|)))) 35)) (-1697 (((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|)))) 23) (((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-833 (-952 |#1|)))) 43)))
+(((-637 |#1|) (-10 -7 (-15 -3231 ((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-843 (-952 |#1|))))) (-15 -3231 ((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -1697 ((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-833 (-952 |#1|))))) (-15 -1697 ((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -3231 ((-3 (-843 (-409 (-952 |#1|))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))) (-1157)))) (-454)) (T -637))
+((-3231 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-295 (-409 (-952 *6)))) (-5 *5 (-1157)) (-5 *3 (-409 (-952 *6))) (-4 *6 (-454)) (-5 *2 (-843 *3)) (-5 *1 (-637 *6)))) (-1697 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5))) (-4 *5 (-454)) (-5 *2 (-833 *3)) (-5 *1 (-637 *5)))) (-1697 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-833 (-952 *5)))) (-4 *5 (-454)) (-5 *2 (-833 (-409 (-952 *5)))) (-5 *1 (-637 *5)) (-5 *3 (-409 (-952 *5))))) (-3231 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5))) (-4 *5 (-454)) (-5 *2 (-3 (-843 *3) (-2 (|:| |leftHandLimit| (-3 (-843 *3) "failed")) (|:| |rightHandLimit| (-3 (-843 *3) "failed"))) "failed")) (-5 *1 (-637 *5)))) (-3231 (*1 *2 *3 *4) (-12 (-5 *4 (-295 (-843 (-952 *5)))) (-4 *5 (-454)) (-5 *2 (-3 (-843 (-409 (-952 *5))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 *5))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 *5))) "failed"))) "failed")) (-5 *1 (-637 *5)) (-5 *3 (-409 (-952 *5))))))
+(-10 -7 (-15 -3231 ((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-843 (-952 |#1|))))) (-15 -3231 ((-3 (-843 (-409 (-952 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-843 (-409 (-952 |#1|))) "failed"))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -1697 ((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-833 (-952 |#1|))))) (-15 -1697 ((-833 (-409 (-952 |#1|))) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -3231 ((-3 (-843 (-409 (-952 |#1|))) "failed") (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))) (-1157))))
+((-2459 (((-3 (-1265 (-409 |#1|)) "failed") (-1265 |#2|) |#2|) 64 (-3348 (|has| |#1| (-365)))) (((-3 (-1265 |#1|) "failed") (-1265 |#2|) |#2|) 49 (|has| |#1| (-365)))) (-1954 (((-112) (-1265 |#2|)) 33)) (-1457 (((-3 (-1265 |#1|) "failed") (-1265 |#2|)) 40)))
+(((-638 |#1| |#2|) (-10 -7 (-15 -1954 ((-112) (-1265 |#2|))) (-15 -1457 ((-3 (-1265 |#1|) "failed") (-1265 |#2|))) (IF (|has| |#1| (-365)) (-15 -2459 ((-3 (-1265 |#1|) "failed") (-1265 |#2|) |#2|)) (-15 -2459 ((-3 (-1265 (-409 |#1|)) "failed") (-1265 |#2|) |#2|)))) (-558) (-639 |#1|)) (T -638))
+((-2459 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1265 *4)) (-4 *4 (-639 *5)) (-3348 (-4 *5 (-365))) (-4 *5 (-558)) (-5 *2 (-1265 (-409 *5))) (-5 *1 (-638 *5 *4)))) (-2459 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1265 *4)) (-4 *4 (-639 *5)) (-4 *5 (-365)) (-4 *5 (-558)) (-5 *2 (-1265 *5)) (-5 *1 (-638 *5 *4)))) (-1457 (*1 *2 *3) (|partial| -12 (-5 *3 (-1265 *5)) (-4 *5 (-639 *4)) (-4 *4 (-558)) (-5 *2 (-1265 *4)) (-5 *1 (-638 *4 *5)))) (-1954 (*1 *2 *3) (-12 (-5 *3 (-1265 *5)) (-4 *5 (-639 *4)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-638 *4 *5)))))
+(-10 -7 (-15 -1954 ((-112) (-1265 |#2|))) (-15 -1457 ((-3 (-1265 |#1|) "failed") (-1265 |#2|))) (IF (|has| |#1| (-365)) (-15 -2459 ((-3 (-1265 |#1|) "failed") (-1265 |#2|) |#2|)) (-15 -2459 ((-3 (-1265 (-409 |#1|)) "failed") (-1265 |#2|) |#2|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-2204 (((-689 |#1|) (-689 $)) 40) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 39)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-639 |#1|) (-140) (-1049)) (T -639))
-((-4089 (*1 *2 *3) (-12 (-5 *3 (-689 *1)) (-4 *1 (-639 *4)) (-4 *4 (-1049)) (-5 *2 (-689 *4)))) (-4089 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *1)) (-5 *4 (-1264 *1)) (-4 *1 (-639 *5)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -3361 (-689 *5)) (|:| |vec| (-1264 *5)))))))
-(-13 (-1049) (-10 -8 (-15 -4089 ((-689 |t#1|) (-689 $))) (-15 -4089 ((-2 (|:| -3361 (-689 |t#1|)) (|:| |vec| (-1264 |t#1|))) (-689 $) (-1264 $)))))
+((-2204 (*1 *2 *3) (-12 (-5 *3 (-689 *1)) (-4 *1 (-639 *4)) (-4 *4 (-1049)) (-5 *2 (-689 *4)))) (-2204 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *1)) (-5 *4 (-1265 *1)) (-4 *1 (-639 *5)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -2840 (-689 *5)) (|:| |vec| (-1265 *5)))))))
+(-13 (-1049) (-10 -8 (-15 -2204 ((-689 |t#1|) (-689 $))) (-15 -2204 ((-2 (|:| -2840 (-689 |t#1|)) (|:| |vec| (-1265 |t#1|))) (-689 $) (-1265 $)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 16 T CONST)) (-2914 (((-112) $ $) 6)) (* (($ |#1| $) 14) (($ $ |#1|) 19)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 16 T CONST)) (-2868 (((-112) $ $) 6)) (* (($ |#1| $) 14) (($ $ |#1|) 19)))
(((-640 |#1|) (-140) (-1057)) (T -640))
NIL
(-13 (-646 |t#1|) (-1051 |t#1|))
(((-102) . T) ((-613 (-862)) . T) ((-646 |#1|) . T) ((-1051 |#1|) . T) ((-1099) . T))
-((-1981 ((|#2| (-644 |#1|) (-644 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-644 |#1|) (-644 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) |#2|) 17) ((|#2| (-644 |#1|) (-644 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|)) 12)))
-(((-641 |#1| |#2|) (-10 -7 (-15 -1981 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|))) (-15 -1981 (|#2| (-644 |#1|) (-644 |#2|) |#1|)) (-15 -1981 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) |#2|)) (-15 -1981 (|#2| (-644 |#1|) (-644 |#2|) |#1| |#2|)) (-15 -1981 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) (-1 |#2| |#1|))) (-15 -1981 (|#2| (-644 |#1|) (-644 |#2|) |#1| (-1 |#2| |#1|)))) (-1099) (-1214)) (T -641))
-((-1981 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1099)) (-4 *2 (-1214)) (-5 *1 (-641 *5 *2)))) (-1981 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-644 *5)) (-5 *4 (-644 *6)) (-4 *5 (-1099)) (-4 *6 (-1214)) (-5 *1 (-641 *5 *6)))) (-1981 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-4 *5 (-1099)) (-4 *2 (-1214)) (-5 *1 (-641 *5 *2)))) (-1981 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 *5)) (-4 *6 (-1099)) (-4 *5 (-1214)) (-5 *2 (-1 *5 *6)) (-5 *1 (-641 *6 *5)))) (-1981 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-4 *5 (-1099)) (-4 *2 (-1214)) (-5 *1 (-641 *5 *2)))) (-1981 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *6)) (-4 *5 (-1099)) (-4 *6 (-1214)) (-5 *2 (-1 *6 *5)) (-5 *1 (-641 *5 *6)))))
-(-10 -7 (-15 -1981 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|))) (-15 -1981 (|#2| (-644 |#1|) (-644 |#2|) |#1|)) (-15 -1981 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) |#2|)) (-15 -1981 (|#2| (-644 |#1|) (-644 |#2|) |#1| |#2|)) (-15 -1981 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) (-1 |#2| |#1|))) (-15 -1981 (|#2| (-644 |#1|) (-644 |#2|) |#1| (-1 |#2| |#1|))))
-((-1960 (((-644 |#2|) (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|) 16)) (-2873 ((|#2| (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|) 18)) (-2319 (((-644 |#2|) (-1 |#2| |#1|) (-644 |#1|)) 13)))
-(((-642 |#1| |#2|) (-10 -7 (-15 -1960 ((-644 |#2|) (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|)) (-15 -2873 (|#2| (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|)) (-15 -2319 ((-644 |#2|) (-1 |#2| |#1|) (-644 |#1|)))) (-1214) (-1214)) (T -642))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-644 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-644 *6)) (-5 *1 (-642 *5 *6)))) (-2873 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-644 *5)) (-4 *5 (-1214)) (-4 *2 (-1214)) (-5 *1 (-642 *5 *2)))) (-1960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-644 *6)) (-4 *6 (-1214)) (-4 *5 (-1214)) (-5 *2 (-644 *5)) (-5 *1 (-642 *6 *5)))))
-(-10 -7 (-15 -1960 ((-644 |#2|) (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|)) (-15 -2873 (|#2| (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|)) (-15 -2319 ((-644 |#2|) (-1 |#2| |#1|) (-644 |#1|))))
-((-2319 (((-644 |#3|) (-1 |#3| |#1| |#2|) (-644 |#1|) (-644 |#2|)) 21)))
-(((-643 |#1| |#2| |#3|) (-10 -7 (-15 -2319 ((-644 |#3|) (-1 |#3| |#1| |#2|) (-644 |#1|) (-644 |#2|)))) (-1214) (-1214) (-1214)) (T -643))
-((-2319 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-644 *6)) (-5 *5 (-644 *7)) (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-644 *8)) (-5 *1 (-643 *6 *7 *8)))))
-(-10 -7 (-15 -2319 ((-644 |#3|) (-1 |#3| |#1| |#2|) (-644 |#1|) (-644 |#2|))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) NIL)) (-3541 ((|#1| $) NIL)) (-3214 (($ $) NIL)) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-4258 (($ $ (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) $) NIL (|has| |#1| (-850))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-3628 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2671 (($ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-2191 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1813 (($ $ $) NIL (|has| $ (-6 -4415)))) (-1948 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1381 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4415))) (($ $ "rest" $) NIL (|has| $ (-6 -4415))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-3834 (($ $ $) 37 (|has| |#1| (-1099)))) (-3821 (($ $ $) 41 (|has| |#1| (-1099)))) (-3806 (($ $ $) 44 (|has| |#1| (-1099)))) (-2995 (($ (-1 (-112) |#1|) $) NIL)) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-3531 ((|#1| $) NIL)) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3919 (($ $) 23) (($ $ (-771)) NIL)) (-3322 (($ $) NIL (|has| |#1| (-1099)))) (-3942 (($ $) 36 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3512 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) NIL)) (-2622 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1781 (((-112) $) NIL)) (-1569 (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099))) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) (-1 (-112) |#1|) $) NIL)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-2391 (((-112) $) 11)) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3564 (($) 9 T CONST)) (-1860 (($ (-771) |#1|) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-3674 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-2696 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 40 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3770 (($ |#1|) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1458 (((-644 |#1|) $) NIL)) (-3860 (((-112) $) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2641 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-3888 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-1859 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3908 ((|#1| $) 20) (($ $ (-771)) NIL)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-3254 (((-112) $) NIL)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) 39)) (-3493 (($) 38)) (-1309 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1231 (-566))) NIL) ((|#1| $ (-566)) 42) ((|#1| $ (-566) |#1|) NIL)) (-1696 (((-566) $ $) NIL)) (-1308 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-2166 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-3786 (((-112) $) NIL)) (-4018 (($ $) NIL)) (-3810 (($ $) NIL (|has| $ (-6 -4415)))) (-2916 (((-771) $) NIL)) (-1922 (($ $) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) 53 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) NIL)) (-2508 (($ |#1| $) 12)) (-1690 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4386 (($ $ $) 35) (($ |#1| $) 43) (($ (-644 $)) NIL) (($ $ |#1|) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2152 (($ $ $) 13)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2226 (((-1157) $) 31 (|has| |#1| (-828))) (((-1157) $ (-112)) 32 (|has| |#1| (-828))) (((-1269) (-822) $) 33 (|has| |#1| (-828))) (((-1269) (-822) $ (-112)) 34 (|has| |#1| (-828)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-644 |#1|) (-13 (-666 |#1|) (-10 -8 (-15 -3564 ($) -1623) (-15 -2391 ((-112) $)) (-15 -2508 ($ |#1| $)) (-15 -2152 ($ $ $)) (IF (|has| |#1| (-1099)) (PROGN (-15 -3834 ($ $ $)) (-15 -3821 ($ $ $)) (-15 -3806 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|))) (-1214)) (T -644))
-((-3564 (*1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1214)))) (-2391 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-644 *3)) (-4 *3 (-1214)))) (-2508 (*1 *1 *2 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1214)))) (-2152 (*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1214)))) (-3834 (*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1214)))) (-3821 (*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1214)))) (-3806 (*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1214)))))
-(-13 (-666 |#1|) (-10 -8 (-15 -3564 ($) -1623) (-15 -2391 ((-112) $)) (-15 -2508 ($ |#1| $)) (-15 -2152 ($ $ $)) (IF (|has| |#1| (-1099)) (PROGN (-15 -3834 ($ $ $)) (-15 -3821 ($ $ $)) (-15 -3806 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 11) (($ (-1180)) NIL) (((-1180) $) NIL) ((|#1| $) 8)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+((-2269 ((|#2| (-644 |#1|) (-644 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-644 |#1|) (-644 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) |#2|) 17) ((|#2| (-644 |#1|) (-644 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|)) 12)))
+(((-641 |#1| |#2|) (-10 -7 (-15 -2269 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|))) (-15 -2269 (|#2| (-644 |#1|) (-644 |#2|) |#1|)) (-15 -2269 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) |#2|)) (-15 -2269 (|#2| (-644 |#1|) (-644 |#2|) |#1| |#2|)) (-15 -2269 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) (-1 |#2| |#1|))) (-15 -2269 (|#2| (-644 |#1|) (-644 |#2|) |#1| (-1 |#2| |#1|)))) (-1099) (-1215)) (T -641))
+((-2269 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1099)) (-4 *2 (-1215)) (-5 *1 (-641 *5 *2)))) (-2269 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-644 *5)) (-5 *4 (-644 *6)) (-4 *5 (-1099)) (-4 *6 (-1215)) (-5 *1 (-641 *5 *6)))) (-2269 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-4 *5 (-1099)) (-4 *2 (-1215)) (-5 *1 (-641 *5 *2)))) (-2269 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 *5)) (-4 *6 (-1099)) (-4 *5 (-1215)) (-5 *2 (-1 *5 *6)) (-5 *1 (-641 *6 *5)))) (-2269 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-4 *5 (-1099)) (-4 *2 (-1215)) (-5 *1 (-641 *5 *2)))) (-2269 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *6)) (-4 *5 (-1099)) (-4 *6 (-1215)) (-5 *2 (-1 *6 *5)) (-5 *1 (-641 *5 *6)))))
+(-10 -7 (-15 -2269 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|))) (-15 -2269 (|#2| (-644 |#1|) (-644 |#2|) |#1|)) (-15 -2269 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) |#2|)) (-15 -2269 (|#2| (-644 |#1|) (-644 |#2|) |#1| |#2|)) (-15 -2269 ((-1 |#2| |#1|) (-644 |#1|) (-644 |#2|) (-1 |#2| |#1|))) (-15 -2269 (|#2| (-644 |#1|) (-644 |#2|) |#1| (-1 |#2| |#1|))))
+((-2834 (((-644 |#2|) (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|) 16)) (-1936 ((|#2| (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|) 18)) (-1895 (((-644 |#2|) (-1 |#2| |#1|) (-644 |#1|)) 13)))
+(((-642 |#1| |#2|) (-10 -7 (-15 -2834 ((-644 |#2|) (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|)) (-15 -1936 (|#2| (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|)) (-15 -1895 ((-644 |#2|) (-1 |#2| |#1|) (-644 |#1|)))) (-1215) (-1215)) (T -642))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-644 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-644 *6)) (-5 *1 (-642 *5 *6)))) (-1936 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-644 *5)) (-4 *5 (-1215)) (-4 *2 (-1215)) (-5 *1 (-642 *5 *2)))) (-2834 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-644 *6)) (-4 *6 (-1215)) (-4 *5 (-1215)) (-5 *2 (-644 *5)) (-5 *1 (-642 *6 *5)))))
+(-10 -7 (-15 -2834 ((-644 |#2|) (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|)) (-15 -1936 (|#2| (-1 |#2| |#1| |#2|) (-644 |#1|) |#2|)) (-15 -1895 ((-644 |#2|) (-1 |#2| |#1|) (-644 |#1|))))
+((-1895 (((-644 |#3|) (-1 |#3| |#1| |#2|) (-644 |#1|) (-644 |#2|)) 21)))
+(((-643 |#1| |#2| |#3|) (-10 -7 (-15 -1895 ((-644 |#3|) (-1 |#3| |#1| |#2|) (-644 |#1|) (-644 |#2|)))) (-1215) (-1215) (-1215)) (T -643))
+((-1895 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-644 *6)) (-5 *5 (-644 *7)) (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-644 *8)) (-5 *1 (-643 *6 *7 *8)))))
+(-10 -7 (-15 -1895 ((-644 |#3|) (-1 |#3| |#1| |#2|) (-644 |#1|) (-644 |#2|))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) NIL)) (-3908 ((|#1| $) NIL)) (-2276 (($ $) NIL)) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-3337 (($ $ (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) $) NIL (|has| |#1| (-850))) (((-112) (-1 (-112) |#1| |#1|) $) NIL)) (-3632 (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850)))) (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-3292 (($ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-3283 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-3840 (($ $ $) NIL (|has| $ (-6 -4416)))) (-2694 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-1335 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4416))) (($ $ "rest" $) NIL (|has| $ (-6 -4416))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-3536 (($ $ $) 37 (|has| |#1| (-1099)))) (-3525 (($ $ $) 41 (|has| |#1| (-1099)))) (-3513 (($ $ $) 44 (|has| |#1| (-1099)))) (-3503 (($ (-1 (-112) |#1|) $) NIL)) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-3896 ((|#1| $) NIL)) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3616 (($ $) 23) (($ $ (-771)) NIL)) (-3723 (($ $) NIL (|has| |#1| (-1099)))) (-3640 (($ $) 36 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1867 (($ |#1| $) NIL (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) NIL)) (-1837 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1605 (((-112) $) NIL)) (-1308 (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099))) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) (-1 (-112) |#1|) $) NIL)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3335 (((-112) $) 11)) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1613 (($) 9 T CONST)) (-1566 (($ (-771) |#1|) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-2762 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-1485 (($ $ $) NIL (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 40 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3479 (($ |#1|) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3343 (((-644 |#1|) $) NIL)) (-3900 (((-112) $) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1855 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-4165 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-3438 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3604 ((|#1| $) 20) (($ $ (-771)) NIL)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-4284 (((-112) $) NIL)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) 39)) (-1710 (($) 38)) (-3483 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1232 (-566))) NIL) ((|#1| $ (-566)) 42) ((|#1| $ (-566) |#1|) NIL)) (-1985 (((-566) $ $) NIL)) (-2537 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-1405 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-1409 (((-112) $) NIL)) (-2783 (($ $) NIL)) (-1603 (($ $) NIL (|has| $ (-6 -4416)))) (-2883 (((-771) $) NIL)) (-3715 (($ $) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) 53 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) NIL)) (-4113 (($ |#1| $) 12)) (-1940 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2829 (($ $ $) 35) (($ |#1| $) 43) (($ (-644 $)) NIL) (($ $ |#1|) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1951 (($ $ $) 13)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-3673 (((-1157) $) 31 (|has| |#1| (-828))) (((-1157) $ (-112)) 32 (|has| |#1| (-828))) (((-1270) (-822) $) 33 (|has| |#1| (-828))) (((-1270) (-822) $ (-112)) 34 (|has| |#1| (-828)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-644 |#1|) (-13 (-666 |#1|) (-10 -8 (-15 -1613 ($) -4388) (-15 -3335 ((-112) $)) (-15 -4113 ($ |#1| $)) (-15 -1951 ($ $ $)) (IF (|has| |#1| (-1099)) (PROGN (-15 -3536 ($ $ $)) (-15 -3525 ($ $ $)) (-15 -3513 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|))) (-1215)) (T -644))
+((-1613 (*1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1215)))) (-3335 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-644 *3)) (-4 *3 (-1215)))) (-4113 (*1 *1 *2 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1215)))) (-1951 (*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1215)))) (-3536 (*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1215)))) (-3525 (*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1215)))) (-3513 (*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1215)))))
+(-13 (-666 |#1|) (-10 -8 (-15 -1613 ($) -4388) (-15 -3335 ((-112) $)) (-15 -4113 ($ |#1| $)) (-15 -1951 ($ $ $)) (IF (|has| |#1| (-1099)) (PROGN (-15 -3536 ($ $ $)) (-15 -3525 ($ $ $)) (-15 -3513 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-828)) (-6 (-828)) |%noBranch|)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 11) (($ (-1180)) NIL) (((-1180) $) NIL) ((|#1| $) 8)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-645 |#1|) (-13 (-1082) (-613 |#1|)) (-1099)) (T -645))
NIL
(-13 (-1082) (-613 |#1|))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 16 T CONST)) (-2914 (((-112) $ $) 6)) (* (($ |#1| $) 14)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 16 T CONST)) (-2868 (((-112) $ $) 6)) (* (($ |#1| $) 14)))
(((-646 |#1|) (-140) (-1057)) (T -646))
-((-4356 (*1 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-1057)))) (-3230 (*1 *2 *1) (-12 (-4 *1 (-646 *3)) (-4 *3 (-1057)) (-5 *2 (-112)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-1057)))))
-(-13 (-1099) (-10 -8 (-15 (-4356) ($) -1623) (-15 -3230 ((-112) $)) (-15 * ($ |t#1| $))))
+((-3410 (*1 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-1057)))) (-4014 (*1 *2 *1) (-12 (-4 *1 (-646 *3)) (-4 *3 (-1057)) (-5 *2 (-112)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-1057)))))
+(-13 (-1099) (-10 -8 (-15 (-3410) ($) -4388) (-15 -4014 ((-112) $)) (-15 * ($ |t#1| $))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3931 (($ |#1| |#1| $) 46)) (-1504 (((-112) $ (-771)) NIL)) (-2995 (($ (-1 (-112) |#1|) $) 62 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3322 (($ $) 48)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3512 (($ |#1| $) 59 (|has| $ (-6 -4414))) (($ (-1 (-112) |#1|) $) 61 (|has| $ (-6 -4414)))) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-1683 (((-644 |#1|) $) 9 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 37)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3278 ((|#1| $) 50)) (-3888 (($ |#1| $) 29) (($ |#1| $ (-771)) 45)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1973 ((|#1| $) 53)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 23)) (-3493 (($) 28)) (-1680 (((-112) $) 57)) (-1352 (((-644 (-2 (|:| -2636 |#1|) (|:| -4083 (-771)))) $) 69)) (-1792 (($) 26) (($ (-644 |#1|)) 19)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) 66 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) 20)) (-2376 (((-538) $) 34 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) NIL)) (-3152 (((-862) $) 14 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 24)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 71 (|has| |#1| (-1099)))) (-3000 (((-771) $) 17 (|has| $ (-6 -4414)))))
-(((-647 |#1|) (-13 (-695 |#1|) (-10 -8 (-6 -4414) (-15 -1680 ((-112) $)) (-15 -3931 ($ |#1| |#1| $)))) (-1099)) (T -647))
-((-1680 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-647 *3)) (-4 *3 (-1099)))) (-3931 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-647 *2)) (-4 *2 (-1099)))))
-(-13 (-695 |#1|) (-10 -8 (-6 -4414) (-15 -1680 ((-112) $)) (-15 -3931 ($ |#1| |#1| $))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27)))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3629 (($ |#1| |#1| $) 46)) (-3874 (((-112) $ (-771)) NIL)) (-3503 (($ (-1 (-112) |#1|) $) 62 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-3723 (($ $) 48)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1867 (($ |#1| $) 59 (|has| $ (-6 -4415))) (($ (-1 (-112) |#1|) $) 61 (|has| $ (-6 -4415)))) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-3953 (((-644 |#1|) $) 9 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 37)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3252 ((|#1| $) 50)) (-4165 (($ |#1| $) 29) (($ |#1| $ (-771)) 45)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-2967 ((|#1| $) 53)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 23)) (-1710 (($) 28)) (-1865 (((-112) $) 57)) (-2969 (((-644 (-2 (|:| -2303 |#1|) (|:| -2037 (-771)))) $) 69)) (-1708 (($) 26) (($ (-644 |#1|)) 19)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) 66 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) 20)) (-1945 (((-538) $) 34 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) NIL)) (-1650 (((-862) $) 14 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 24)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 71 (|has| |#1| (-1099)))) (-4142 (((-771) $) 17 (|has| $ (-6 -4415)))))
+(((-647 |#1|) (-13 (-695 |#1|) (-10 -8 (-6 -4415) (-15 -1865 ((-112) $)) (-15 -3629 ($ |#1| |#1| $)))) (-1099)) (T -647))
+((-1865 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-647 *3)) (-4 *3 (-1099)))) (-3629 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-647 *2)) (-4 *2 (-1099)))))
+(-13 (-695 |#1|) (-10 -8 (-6 -4415) (-15 -1865 ((-112) $)) (-15 -3629 ($ |#1| |#1| $))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27)))
(((-648 |#1|) (-140) (-1057)) (T -648))
NIL
(-13 (-21) (-646 |t#1|))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771) $) 17)) (-3097 (($ $ |#1|) 69)) (-3166 (($ $) 39)) (-3683 (($ $) 37)) (-2229 (((-3 |#1| "failed") $) 61)) (-4158 ((|#1| $) NIL)) (-4243 (($ |#1| |#2| $) 79) (($ $ $) 81)) (-3503 (((-862) $ (-1 (-862) (-862) (-862)) (-1 (-862) (-862) (-862)) (-566)) 56)) (-2121 ((|#1| $ (-566)) 35)) (-2707 ((|#2| $ (-566)) 34)) (-3499 (($ (-1 |#1| |#1|) $) 41)) (-3480 (($ (-1 |#2| |#2|) $) 47)) (-3871 (($) 11)) (-3687 (($ |#1| |#2|) 24)) (-1341 (($ (-644 (-2 (|:| |gen| |#1|) (|:| -3521 |#2|)))) 25)) (-2351 (((-644 (-2 (|:| |gen| |#1|) (|:| -3521 |#2|))) $) 14)) (-2486 (($ |#1| $) 71)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1502 (((-112) $ $) 76)) (-3152 (((-862) $) 21) (($ |#1|) 18)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 27)))
-(((-649 |#1| |#2| |#3|) (-13 (-1099) (-1038 |#1|) (-10 -8 (-15 -3503 ((-862) $ (-1 (-862) (-862) (-862)) (-1 (-862) (-862) (-862)) (-566))) (-15 -2351 ((-644 (-2 (|:| |gen| |#1|) (|:| -3521 |#2|))) $)) (-15 -3687 ($ |#1| |#2|)) (-15 -1341 ($ (-644 (-2 (|:| |gen| |#1|) (|:| -3521 |#2|))))) (-15 -2707 (|#2| $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -3683 ($ $)) (-15 -3166 ($ $)) (-15 -3870 ((-771) $)) (-15 -3871 ($)) (-15 -3097 ($ $ |#1|)) (-15 -2486 ($ |#1| $)) (-15 -4243 ($ |#1| |#2| $)) (-15 -4243 ($ $ $)) (-15 -1502 ((-112) $ $)) (-15 -3480 ($ (-1 |#2| |#2|) $)) (-15 -3499 ($ (-1 |#1| |#1|) $)))) (-1099) (-23) |#2|) (T -649))
-((-3503 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-862) (-862) (-862))) (-5 *4 (-566)) (-5 *2 (-862)) (-5 *1 (-649 *5 *6 *7)) (-4 *5 (-1099)) (-4 *6 (-23)) (-14 *7 *6))) (-2351 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 *4)))) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4))) (-3687 (*1 *1 *2 *3) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-1341 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 *4)))) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-649 *3 *4 *5)))) (-2707 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *2 (-23)) (-5 *1 (-649 *4 *2 *5)) (-4 *4 (-1099)) (-14 *5 *2))) (-2121 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *2 (-1099)) (-5 *1 (-649 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-3683 (*1 *1 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-3166 (*1 *1 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-3870 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4))) (-3871 (*1 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-3097 (*1 *1 *1 *2) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-2486 (*1 *1 *2 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-4243 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-4243 (*1 *1 *1 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-1502 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4))) (-3480 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)))) (-3499 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-649 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
-(-13 (-1099) (-1038 |#1|) (-10 -8 (-15 -3503 ((-862) $ (-1 (-862) (-862) (-862)) (-1 (-862) (-862) (-862)) (-566))) (-15 -2351 ((-644 (-2 (|:| |gen| |#1|) (|:| -3521 |#2|))) $)) (-15 -3687 ($ |#1| |#2|)) (-15 -1341 ($ (-644 (-2 (|:| |gen| |#1|) (|:| -3521 |#2|))))) (-15 -2707 (|#2| $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -3683 ($ $)) (-15 -3166 ($ $)) (-15 -3870 ((-771) $)) (-15 -3871 ($)) (-15 -3097 ($ $ |#1|)) (-15 -2486 ($ |#1| $)) (-15 -4243 ($ |#1| |#2| $)) (-15 -4243 ($ $ $)) (-15 -1502 ((-112) $ $)) (-15 -3480 ($ (-1 |#2| |#2|) $)) (-15 -3499 ($ (-1 |#1| |#1|) $))))
-((-4050 (((-566) $) 31)) (-1859 (($ |#2| $ (-566)) 27) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) 12)) (-1644 (((-112) (-566) $) 18)) (-4386 (($ $ |#2|) 24) (($ |#2| $) 25) (($ $ $) NIL) (($ (-644 $)) NIL)))
-(((-650 |#1| |#2|) (-10 -8 (-15 -1859 (|#1| |#1| |#1| (-566))) (-15 -1859 (|#1| |#2| |#1| (-566))) (-15 -4386 (|#1| (-644 |#1|))) (-15 -4386 (|#1| |#1| |#1|)) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#2|)) (-15 -4050 ((-566) |#1|)) (-15 -3725 ((-644 (-566)) |#1|)) (-15 -1644 ((-112) (-566) |#1|))) (-651 |#2|) (-1214)) (T -650))
-NIL
-(-10 -8 (-15 -1859 (|#1| |#1| |#1| (-566))) (-15 -1859 (|#1| |#2| |#1| (-566))) (-15 -4386 (|#1| (-644 |#1|))) (-15 -4386 (|#1| |#1| |#1|)) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#2|)) (-15 -4050 ((-566) |#1|)) (-15 -3725 ((-644 (-566)) |#1|)) (-15 -1644 ((-112) (-566) |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1944 (((-1269) $ (-566) (-566)) 41 (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) 8)) (-1456 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 59 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3942 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 52)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-1860 (($ (-771) |#1|) 70)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 44 (|has| (-566) (-850)))) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 45 (|has| (-566) (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-3725 (((-644 (-566)) $) 47)) (-1644 (((-112) (-566) $) 48)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3908 ((|#1| $) 43 (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-3787 (($ $ |#1|) 42 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1231 (-566))) 64)) (-2166 (($ $ (-566)) 63) (($ $ (-1231 (-566))) 62)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 71)) (-4386 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-651 |#1|) (-140) (-1214)) (T -651))
-((-1860 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-4 *1 (-651 *3)) (-4 *3 (-1214)))) (-4386 (*1 *1 *1 *2) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1214)))) (-4386 (*1 *1 *2 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1214)))) (-4386 (*1 *1 *1 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1214)))) (-4386 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-651 *3)) (-4 *3 (-1214)))) (-2319 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-651 *3)) (-4 *3 (-1214)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 (-1231 (-566))) (-4 *1 (-651 *3)) (-4 *3 (-1214)))) (-2166 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-651 *3)) (-4 *3 (-1214)))) (-2166 (*1 *1 *1 *2) (-12 (-5 *2 (-1231 (-566))) (-4 *1 (-651 *3)) (-4 *3 (-1214)))) (-1859 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-651 *2)) (-4 *2 (-1214)))) (-1859 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-651 *3)) (-4 *3 (-1214)))) (-1456 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1231 (-566))) (|has| *1 (-6 -4415)) (-4 *1 (-651 *2)) (-4 *2 (-1214)))))
-(-13 (-604 (-566) |t#1|) (-151 |t#1|) (-10 -8 (-15 -1860 ($ (-771) |t#1|)) (-15 -4386 ($ $ |t#1|)) (-15 -4386 ($ |t#1| $)) (-15 -4386 ($ $ $)) (-15 -4386 ($ (-644 $))) (-15 -2319 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -1309 ($ $ (-1231 (-566)))) (-15 -2166 ($ $ (-566))) (-15 -2166 ($ $ (-1231 (-566)))) (-15 -1859 ($ |t#1| $ (-566))) (-15 -1859 ($ $ $ (-566))) (IF (|has| $ (-6 -4415)) (-15 -1456 (|t#1| $ (-1231 (-566)) |t#1|)) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-2423 (((-3 |#2| "failed") |#3| |#2| (-1175) |#2| (-644 |#2|)) 174) (((-3 (-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) "failed") |#3| |#2| (-1175)) 44)))
-(((-652 |#1| |#2| |#3|) (-10 -7 (-15 -2423 ((-3 (-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) "failed") |#3| |#2| (-1175))) (-15 -2423 ((-3 |#2| "failed") |#3| |#2| (-1175) |#2| (-644 |#2|)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1199) (-959)) (-656 |#2|)) (T -652))
-((-2423 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 *2)) (-4 *2 (-13 (-29 *6) (-1199) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-652 *6 *2 *3)) (-4 *3 (-656 *2)))) (-2423 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1175)) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-4 *4 (-13 (-29 *6) (-1199) (-959))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2875 (-644 *4)))) (-5 *1 (-652 *6 *4 *3)) (-4 *3 (-656 *4)))))
-(-10 -7 (-15 -2423 ((-3 (-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) "failed") |#3| |#2| (-1175))) (-15 -2423 ((-3 |#2| "failed") |#3| |#2| (-1175) |#2| (-644 |#2|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4181 (($ $) NIL (|has| |#1| (-365)))) (-3396 (($ $ $) NIL (|has| |#1| (-365)))) (-3889 (($ $ (-771)) NIL (|has| |#1| (-365)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3615 (($ $ $) NIL (|has| |#1| (-365)))) (-2387 (($ $ $) NIL (|has| |#1| (-365)))) (-3081 (($ $ $) NIL (|has| |#1| (-365)))) (-2850 (($ $ $) NIL (|has| |#1| (-365)))) (-2190 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3985 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2619 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#1| (-454)))) (-2389 (((-112) $) NIL)) (-1746 (($ |#1| (-771)) NIL)) (-3093 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-558)))) (-3567 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-558)))) (-2749 (((-771) $) NIL)) (-2488 (($ $ $) NIL (|has| |#1| (-365)))) (-3148 (($ $ $) NIL (|has| |#1| (-365)))) (-2047 (($ $ $) NIL (|has| |#1| (-365)))) (-2123 (($ $ $) NIL (|has| |#1| (-365)))) (-1916 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3483 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2578 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-1309 ((|#1| $ |#1|) NIL)) (-3334 (($ $ $) NIL (|has| |#1| (-365)))) (-3902 (((-771) $) NIL)) (-3173 ((|#1| $) NIL (|has| |#1| (-454)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) NIL)) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-771)) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3847 ((|#1| $ |#1| |#1|) NIL)) (-3045 (($ $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($) NIL)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771) $) 17)) (-1990 (($ $ |#1|) 69)) (-1501 (($ $) 39)) (-1721 (($ $) 37)) (-1821 (((-3 |#1| "failed") $) 61)) (-3213 ((|#1| $) NIL)) (-1452 (($ |#1| |#2| $) 79) (($ $ $) 81)) (-1776 (((-862) $ (-1 (-862) (-862) (-862)) (-1 (-862) (-862) (-862)) (-566)) 56)) (-3866 ((|#1| $ (-566)) 35)) (-1593 ((|#2| $ (-566)) 34)) (-1748 (($ (-1 |#1| |#1|) $) 41)) (-1596 (($ (-1 |#2| |#2|) $) 47)) (-3996 (($) 11)) (-2887 (($ |#1| |#2|) 24)) (-3945 (($ (-644 (-2 (|:| |gen| |#1|) (|:| -1983 |#2|)))) 25)) (-2351 (((-644 (-2 (|:| |gen| |#1|) (|:| -1983 |#2|))) $) 14)) (-4372 (($ |#1| $) 71)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3855 (((-112) $ $) 76)) (-1650 (((-862) $) 21) (($ |#1|) 18)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 27)))
+(((-649 |#1| |#2| |#3|) (-13 (-1099) (-1038 |#1|) (-10 -8 (-15 -1776 ((-862) $ (-1 (-862) (-862) (-862)) (-1 (-862) (-862) (-862)) (-566))) (-15 -2351 ((-644 (-2 (|:| |gen| |#1|) (|:| -1983 |#2|))) $)) (-15 -2887 ($ |#1| |#2|)) (-15 -3945 ($ (-644 (-2 (|:| |gen| |#1|) (|:| -1983 |#2|))))) (-15 -1593 (|#2| $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -1721 ($ $)) (-15 -1501 ($ $)) (-15 -3571 ((-771) $)) (-15 -3996 ($)) (-15 -1990 ($ $ |#1|)) (-15 -4372 ($ |#1| $)) (-15 -1452 ($ |#1| |#2| $)) (-15 -1452 ($ $ $)) (-15 -3855 ((-112) $ $)) (-15 -1596 ($ (-1 |#2| |#2|) $)) (-15 -1748 ($ (-1 |#1| |#1|) $)))) (-1099) (-23) |#2|) (T -649))
+((-1776 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-862) (-862) (-862))) (-5 *4 (-566)) (-5 *2 (-862)) (-5 *1 (-649 *5 *6 *7)) (-4 *5 (-1099)) (-4 *6 (-23)) (-14 *7 *6))) (-2351 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 *4)))) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4))) (-2887 (*1 *1 *2 *3) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-3945 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 *4)))) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-649 *3 *4 *5)))) (-1593 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *2 (-23)) (-5 *1 (-649 *4 *2 *5)) (-4 *4 (-1099)) (-14 *5 *2))) (-3866 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *2 (-1099)) (-5 *1 (-649 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-1721 (*1 *1 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-1501 (*1 *1 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-3571 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4))) (-3996 (*1 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-1990 (*1 *1 *1 *2) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-4372 (*1 *1 *2 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-1452 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-1452 (*1 *1 *1 *1) (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23)) (-14 *4 *3))) (-3855 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4))) (-1596 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)))) (-1748 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-649 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
+(-13 (-1099) (-1038 |#1|) (-10 -8 (-15 -1776 ((-862) $ (-1 (-862) (-862) (-862)) (-1 (-862) (-862) (-862)) (-566))) (-15 -2351 ((-644 (-2 (|:| |gen| |#1|) (|:| -1983 |#2|))) $)) (-15 -2887 ($ |#1| |#2|)) (-15 -3945 ($ (-644 (-2 (|:| |gen| |#1|) (|:| -1983 |#2|))))) (-15 -1593 (|#2| $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -1721 ($ $)) (-15 -1501 ($ $)) (-15 -3571 ((-771) $)) (-15 -3996 ($)) (-15 -1990 ($ $ |#1|)) (-15 -4372 ($ |#1| $)) (-15 -1452 ($ |#1| |#2| $)) (-15 -1452 ($ $ $)) (-15 -3855 ((-112) $ $)) (-15 -1596 ($ (-1 |#2| |#2|) $)) (-15 -1748 ($ (-1 |#1| |#1|) $))))
+((-3090 (((-566) $) 31)) (-3438 (($ |#2| $ (-566)) 27) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) 12)) (-2686 (((-112) (-566) $) 18)) (-2829 (($ $ |#2|) 24) (($ |#2| $) 25) (($ $ $) NIL) (($ (-644 $)) NIL)))
+(((-650 |#1| |#2|) (-10 -8 (-15 -3438 (|#1| |#1| |#1| (-566))) (-15 -3438 (|#1| |#2| |#1| (-566))) (-15 -2829 (|#1| (-644 |#1|))) (-15 -2829 (|#1| |#1| |#1|)) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#2|)) (-15 -3090 ((-566) |#1|)) (-15 -2033 ((-644 (-566)) |#1|)) (-15 -2686 ((-112) (-566) |#1|))) (-651 |#2|) (-1215)) (T -650))
+NIL
+(-10 -8 (-15 -3438 (|#1| |#1| |#1| (-566))) (-15 -3438 (|#1| |#2| |#1| (-566))) (-15 -2829 (|#1| (-644 |#1|))) (-15 -2829 (|#1| |#1| |#1|)) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#2|)) (-15 -3090 ((-566) |#1|)) (-15 -2033 ((-644 (-566)) |#1|)) (-15 -2686 ((-112) (-566) |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2656 (((-1270) $ (-566) (-566)) 41 (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) 8)) (-1777 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 59 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3640 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 52)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1566 (($ (-771) |#1|) 70)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 44 (|has| (-566) (-850)))) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 45 (|has| (-566) (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-2033 (((-644 (-566)) $) 47)) (-2686 (((-112) (-566) $) 48)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3604 ((|#1| $) 43 (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-1417 (($ $ |#1|) 42 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1232 (-566))) 64)) (-1405 (($ $ (-566)) 63) (($ $ (-1232 (-566))) 62)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 71)) (-2829 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-651 |#1|) (-140) (-1215)) (T -651))
+((-1566 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-4 *1 (-651 *3)) (-4 *3 (-1215)))) (-2829 (*1 *1 *1 *2) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1215)))) (-2829 (*1 *1 *2 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1215)))) (-2829 (*1 *1 *1 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1215)))) (-2829 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-651 *3)) (-4 *3 (-1215)))) (-1895 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-651 *3)) (-4 *3 (-1215)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 (-1232 (-566))) (-4 *1 (-651 *3)) (-4 *3 (-1215)))) (-1405 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-651 *3)) (-4 *3 (-1215)))) (-1405 (*1 *1 *1 *2) (-12 (-5 *2 (-1232 (-566))) (-4 *1 (-651 *3)) (-4 *3 (-1215)))) (-3438 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-651 *2)) (-4 *2 (-1215)))) (-3438 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-651 *3)) (-4 *3 (-1215)))) (-1777 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1232 (-566))) (|has| *1 (-6 -4416)) (-4 *1 (-651 *2)) (-4 *2 (-1215)))))
+(-13 (-604 (-566) |t#1|) (-151 |t#1|) (-10 -8 (-15 -1566 ($ (-771) |t#1|)) (-15 -2829 ($ $ |t#1|)) (-15 -2829 ($ |t#1| $)) (-15 -2829 ($ $ $)) (-15 -2829 ($ (-644 $))) (-15 -1895 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -3483 ($ $ (-1232 (-566)))) (-15 -1405 ($ $ (-566))) (-15 -1405 ($ $ (-1232 (-566)))) (-15 -3438 ($ |t#1| $ (-566))) (-15 -3438 ($ $ $ (-566))) (IF (|has| $ (-6 -4416)) (-15 -1777 (|t#1| $ (-1232 (-566)) |t#1|)) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-1848 (((-3 |#2| "failed") |#3| |#2| (-1175) |#2| (-644 |#2|)) 174) (((-3 (-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) "failed") |#3| |#2| (-1175)) 44)))
+(((-652 |#1| |#2| |#3|) (-10 -7 (-15 -1848 ((-3 (-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) "failed") |#3| |#2| (-1175))) (-15 -1848 ((-3 |#2| "failed") |#3| |#2| (-1175) |#2| (-644 |#2|)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1200) (-959)) (-656 |#2|)) (T -652))
+((-1848 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 *2)) (-4 *2 (-13 (-29 *6) (-1200) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-652 *6 *2 *3)) (-4 *3 (-656 *2)))) (-1848 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1175)) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-4 *4 (-13 (-29 *6) (-1200) (-959))) (-5 *2 (-2 (|:| |particular| *4) (|:| -3781 (-644 *4)))) (-5 *1 (-652 *6 *4 *3)) (-4 *3 (-656 *4)))))
+(-10 -7 (-15 -1848 ((-3 (-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) "failed") |#3| |#2| (-1175))) (-15 -1848 ((-3 |#2| "failed") |#3| |#2| (-1175) |#2| (-644 |#2|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1894 (($ $) NIL (|has| |#1| (-365)))) (-1964 (($ $ $) NIL (|has| |#1| (-365)))) (-4177 (($ $ (-771)) NIL (|has| |#1| (-365)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-3517 (($ $ $) NIL (|has| |#1| (-365)))) (-1546 (($ $ $) NIL (|has| |#1| (-365)))) (-3050 (($ $ $) NIL (|has| |#1| (-365)))) (-3558 (($ $ $) NIL (|has| |#1| (-365)))) (-3272 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-3757 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-1961 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#1| (-454)))) (-1568 (((-112) $) NIL)) (-3959 (($ |#1| (-771)) NIL)) (-1947 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-558)))) (-4342 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-558)))) (-3888 (((-771) $) NIL)) (-4390 (($ $ $) NIL (|has| |#1| (-365)))) (-1347 (($ $ $) NIL (|has| |#1| (-365)))) (-2410 (($ $ $) NIL (|has| |#1| (-365)))) (-3887 (($ $ $) NIL (|has| |#1| (-365)))) (-3642 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-1628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2761 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-3483 ((|#1| $ |#1|) NIL)) (-2517 (($ $ $) NIL (|has| |#1| (-365)))) (-4297 (((-771) $) NIL)) (-1573 ((|#1| $) NIL (|has| |#1| (-454)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) NIL)) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-771)) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3547 ((|#1| $ |#1| |#1|) NIL)) (-2668 (($ $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($) NIL)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
(((-653 |#1|) (-656 |#1|) (-233)) (T -653))
NIL
(-656 |#1|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4181 (($ $) NIL (|has| |#1| (-365)))) (-3396 (($ $ $) NIL (|has| |#1| (-365)))) (-3889 (($ $ (-771)) NIL (|has| |#1| (-365)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3615 (($ $ $) NIL (|has| |#1| (-365)))) (-2387 (($ $ $) NIL (|has| |#1| (-365)))) (-3081 (($ $ $) NIL (|has| |#1| (-365)))) (-2850 (($ $ $) NIL (|has| |#1| (-365)))) (-2190 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3985 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2619 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#1| (-454)))) (-2389 (((-112) $) NIL)) (-1746 (($ |#1| (-771)) NIL)) (-3093 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-558)))) (-3567 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-558)))) (-2749 (((-771) $) NIL)) (-2488 (($ $ $) NIL (|has| |#1| (-365)))) (-3148 (($ $ $) NIL (|has| |#1| (-365)))) (-2047 (($ $ $) NIL (|has| |#1| (-365)))) (-2123 (($ $ $) NIL (|has| |#1| (-365)))) (-1916 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3483 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2578 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-1309 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-3334 (($ $ $) NIL (|has| |#1| (-365)))) (-3902 (((-771) $) NIL)) (-3173 ((|#1| $) NIL (|has| |#1| (-454)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) NIL)) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-771)) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3847 ((|#1| $ |#1| |#1|) NIL)) (-3045 (($ $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($) NIL)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-654 |#1| |#2|) (-13 (-656 |#1|) (-287 |#2| |#2|)) (-233) (-13 (-648 |#1|) (-10 -8 (-15 -3629 ($ $))))) (T -654))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1894 (($ $) NIL (|has| |#1| (-365)))) (-1964 (($ $ $) NIL (|has| |#1| (-365)))) (-4177 (($ $ (-771)) NIL (|has| |#1| (-365)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-3517 (($ $ $) NIL (|has| |#1| (-365)))) (-1546 (($ $ $) NIL (|has| |#1| (-365)))) (-3050 (($ $ $) NIL (|has| |#1| (-365)))) (-3558 (($ $ $) NIL (|has| |#1| (-365)))) (-3272 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-3757 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-1961 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#1| (-454)))) (-1568 (((-112) $) NIL)) (-3959 (($ |#1| (-771)) NIL)) (-1947 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-558)))) (-4342 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-558)))) (-3888 (((-771) $) NIL)) (-4390 (($ $ $) NIL (|has| |#1| (-365)))) (-1347 (($ $ $) NIL (|has| |#1| (-365)))) (-2410 (($ $ $) NIL (|has| |#1| (-365)))) (-3887 (($ $ $) NIL (|has| |#1| (-365)))) (-3642 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-1628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2761 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-3483 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-2517 (($ $ $) NIL (|has| |#1| (-365)))) (-4297 (((-771) $) NIL)) (-1573 ((|#1| $) NIL (|has| |#1| (-454)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) NIL)) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-771)) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3547 ((|#1| $ |#1| |#1|) NIL)) (-2668 (($ $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($) NIL)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-654 |#1| |#2|) (-13 (-656 |#1|) (-287 |#2| |#2|)) (-233) (-13 (-648 |#1|) (-10 -8 (-15 -2324 ($ $))))) (T -654))
NIL
(-13 (-656 |#1|) (-287 |#2| |#2|))
-((-4181 (($ $) 29)) (-3045 (($ $) 27)) (-3497 (($) 13)))
-(((-655 |#1| |#2|) (-10 -8 (-15 -4181 (|#1| |#1|)) (-15 -3045 (|#1| |#1|)) (-15 -3497 (|#1|))) (-656 |#2|) (-1049)) (T -655))
+((-1894 (($ $) 29)) (-2668 (($ $) 27)) (-3218 (($) 13)))
+(((-655 |#1| |#2|) (-10 -8 (-15 -1894 (|#1| |#1|)) (-15 -2668 (|#1| |#1|)) (-15 -3218 (|#1|))) (-656 |#2|) (-1049)) (T -655))
NIL
-(-10 -8 (-15 -4181 (|#1| |#1|)) (-15 -3045 (|#1| |#1|)) (-15 -3497 (|#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-4181 (($ $) 87 (|has| |#1| (-365)))) (-3396 (($ $ $) 89 (|has| |#1| (-365)))) (-3889 (($ $ (-771)) 88 (|has| |#1| (-365)))) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3615 (($ $ $) 50 (|has| |#1| (-365)))) (-2387 (($ $ $) 51 (|has| |#1| (-365)))) (-3081 (($ $ $) 53 (|has| |#1| (-365)))) (-2850 (($ $ $) 48 (|has| |#1| (-365)))) (-2190 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 47 (|has| |#1| (-365)))) (-3985 (((-3 $ "failed") $ $) 49 (|has| |#1| (-365)))) (-2619 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 52 (|has| |#1| (-365)))) (-2229 (((-3 (-566) "failed") $) 80 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 77 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 74)) (-4158 (((-566) $) 79 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 76 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 75)) (-2814 (($ $) 69)) (-3245 (((-3 $ "failed") $) 37)) (-2616 (($ $) 60 (|has| |#1| (-454)))) (-2389 (((-112) $) 35)) (-1746 (($ |#1| (-771)) 67)) (-3093 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 62 (|has| |#1| (-558)))) (-3567 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63 (|has| |#1| (-558)))) (-2749 (((-771) $) 71)) (-2488 (($ $ $) 57 (|has| |#1| (-365)))) (-3148 (($ $ $) 58 (|has| |#1| (-365)))) (-2047 (($ $ $) 46 (|has| |#1| (-365)))) (-2123 (($ $ $) 55 (|has| |#1| (-365)))) (-1916 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 54 (|has| |#1| (-365)))) (-3483 (((-3 $ "failed") $ $) 56 (|has| |#1| (-365)))) (-2578 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 59 (|has| |#1| (-365)))) (-2794 ((|#1| $) 70)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2978 (((-3 $ "failed") $ |#1|) 64 (|has| |#1| (-558)))) (-1309 ((|#1| $ |#1|) 92)) (-3334 (($ $ $) 86 (|has| |#1| (-365)))) (-3902 (((-771) $) 72)) (-3173 ((|#1| $) 61 (|has| |#1| (-454)))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 78 (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 73)) (-1643 (((-644 |#1|) $) 66)) (-2271 ((|#1| $ (-771)) 68)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3847 ((|#1| $ |#1| |#1|) 65)) (-3045 (($ $) 90)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($) 91)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 82) (($ |#1| $) 81)))
+(-10 -8 (-15 -1894 (|#1| |#1|)) (-15 -2668 (|#1| |#1|)) (-15 -3218 (|#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1894 (($ $) 87 (|has| |#1| (-365)))) (-1964 (($ $ $) 89 (|has| |#1| (-365)))) (-4177 (($ $ (-771)) 88 (|has| |#1| (-365)))) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3517 (($ $ $) 50 (|has| |#1| (-365)))) (-1546 (($ $ $) 51 (|has| |#1| (-365)))) (-3050 (($ $ $) 53 (|has| |#1| (-365)))) (-3558 (($ $ $) 48 (|has| |#1| (-365)))) (-3272 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 47 (|has| |#1| (-365)))) (-3757 (((-3 $ "failed") $ $) 49 (|has| |#1| (-365)))) (-1961 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 52 (|has| |#1| (-365)))) (-1821 (((-3 (-566) "failed") $) 80 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 77 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 74)) (-3213 (((-566) $) 79 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 76 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 75)) (-4162 (($ $) 69)) (-4185 (((-3 $ "failed") $) 37)) (-3156 (($ $) 60 (|has| |#1| (-454)))) (-1568 (((-112) $) 35)) (-3959 (($ |#1| (-771)) 67)) (-1947 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 62 (|has| |#1| (-558)))) (-4342 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63 (|has| |#1| (-558)))) (-3888 (((-771) $) 71)) (-4390 (($ $ $) 57 (|has| |#1| (-365)))) (-1347 (($ $ $) 58 (|has| |#1| (-365)))) (-2410 (($ $ $) 46 (|has| |#1| (-365)))) (-3887 (($ $ $) 55 (|has| |#1| (-365)))) (-3642 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 54 (|has| |#1| (-365)))) (-1628 (((-3 $ "failed") $ $) 56 (|has| |#1| (-365)))) (-2761 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 59 (|has| |#1| (-365)))) (-4137 ((|#1| $) 70)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4116 (((-3 $ "failed") $ |#1|) 64 (|has| |#1| (-558)))) (-3483 ((|#1| $ |#1|) 92)) (-2517 (($ $ $) 86 (|has| |#1| (-365)))) (-4297 (((-771) $) 72)) (-1573 ((|#1| $) 61 (|has| |#1| (-454)))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 78 (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 73)) (-2675 (((-644 |#1|) $) 66)) (-2841 ((|#1| $ (-771)) 68)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3547 ((|#1| $ |#1| |#1|) 65)) (-2668 (($ $) 90)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($) 91)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 82) (($ |#1| $) 81)))
(((-656 |#1|) (-140) (-1049)) (T -656))
-((-3497 (*1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)))) (-3045 (*1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)))) (-3396 (*1 *1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3889 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-656 *3)) (-4 *3 (-1049)) (-4 *3 (-365)))) (-4181 (*1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3334 (*1 *1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(-13 (-852 |t#1|) (-287 |t#1| |t#1|) (-10 -8 (-15 -3497 ($)) (-15 -3045 ($ $)) (IF (|has| |t#1| (-365)) (PROGN (-15 -3396 ($ $ $)) (-15 -3889 ($ $ (-771))) (-15 -4181 ($ $)) (-15 -3334 ($ $ $))) |%noBranch|)))
+((-3218 (*1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)))) (-2668 (*1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)))) (-1964 (*1 *1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-4177 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-656 *3)) (-4 *3 (-1049)) (-4 *3 (-365)))) (-1894 (*1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-2517 (*1 *1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(-13 (-852 |t#1|) (-287 |t#1| |t#1|) (-10 -8 (-15 -3218 ($)) (-15 -2668 ($ $)) (IF (|has| |t#1| (-365)) (PROGN (-15 -1964 ($ $ $)) (-15 -4177 ($ $ (-771))) (-15 -1894 ($ $)) (-15 -2517 ($ $ $))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-172)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-616 #0=(-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-287 |#1| |#1|) . T) ((-413 |#1|) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 |#1|) |has| |#1| (-172)) ((-717 |#1|) |has| |#1| (-172)) ((-726) . T) ((-1038 #0#) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-852 |#1|) . T))
-((-4178 (((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|))) 87 (|has| |#1| (-27)))) (-1624 (((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|))) 86 (|has| |#1| (-27))) (((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|)) 19)))
-(((-657 |#1| |#2|) (-10 -7 (-15 -1624 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1624 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)))) (-15 -4178 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|))))) |%noBranch|)) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))) (-1240 |#1|)) (T -657))
-((-4178 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *5 (-1240 *4)) (-5 *2 (-644 (-653 (-409 *5)))) (-5 *1 (-657 *4 *5)) (-5 *3 (-653 (-409 *5))))) (-1624 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *5 (-1240 *4)) (-5 *2 (-644 (-653 (-409 *5)))) (-5 *1 (-657 *4 *5)) (-5 *3 (-653 (-409 *5))))) (-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5)) (-5 *2 (-644 (-653 (-409 *6)))) (-5 *1 (-657 *5 *6)) (-5 *3 (-653 (-409 *6))))))
-(-10 -7 (-15 -1624 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1624 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)))) (-15 -4178 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|))))) |%noBranch|))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4181 (($ $) NIL (|has| |#1| (-365)))) (-3396 (($ $ $) 28 (|has| |#1| (-365)))) (-3889 (($ $ (-771)) 31 (|has| |#1| (-365)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3615 (($ $ $) NIL (|has| |#1| (-365)))) (-2387 (($ $ $) NIL (|has| |#1| (-365)))) (-3081 (($ $ $) NIL (|has| |#1| (-365)))) (-2850 (($ $ $) NIL (|has| |#1| (-365)))) (-2190 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3985 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2619 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#1| (-454)))) (-2389 (((-112) $) NIL)) (-1746 (($ |#1| (-771)) NIL)) (-3093 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-558)))) (-3567 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-558)))) (-2749 (((-771) $) NIL)) (-2488 (($ $ $) NIL (|has| |#1| (-365)))) (-3148 (($ $ $) NIL (|has| |#1| (-365)))) (-2047 (($ $ $) NIL (|has| |#1| (-365)))) (-2123 (($ $ $) NIL (|has| |#1| (-365)))) (-1916 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3483 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2578 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-1309 ((|#1| $ |#1|) 24)) (-3334 (($ $ $) 33 (|has| |#1| (-365)))) (-3902 (((-771) $) NIL)) (-3173 ((|#1| $) NIL (|has| |#1| (-454)))) (-3152 (((-862) $) 20) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) NIL)) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-771)) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3847 ((|#1| $ |#1| |#1|) 23)) (-3045 (($ $) NIL)) (-4356 (($) 21 T CONST)) (-4366 (($) 8 T CONST)) (-3497 (($) NIL)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+((-1868 (((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|))) 87 (|has| |#1| (-27)))) (-3846 (((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|))) 86 (|has| |#1| (-27))) (((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|)) 19)))
+(((-657 |#1| |#2|) (-10 -7 (-15 -3846 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3846 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)))) (-15 -1868 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|))))) |%noBranch|)) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))) (-1241 |#1|)) (T -657))
+((-1868 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *5 (-1241 *4)) (-5 *2 (-644 (-653 (-409 *5)))) (-5 *1 (-657 *4 *5)) (-5 *3 (-653 (-409 *5))))) (-3846 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *5 (-1241 *4)) (-5 *2 (-644 (-653 (-409 *5)))) (-5 *1 (-657 *4 *5)) (-5 *3 (-653 (-409 *5))))) (-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5)) (-5 *2 (-644 (-653 (-409 *6)))) (-5 *1 (-657 *5 *6)) (-5 *3 (-653 (-409 *6))))))
+(-10 -7 (-15 -3846 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3846 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|)))) (-15 -1868 ((-644 (-653 (-409 |#2|))) (-653 (-409 |#2|))))) |%noBranch|))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1894 (($ $) NIL (|has| |#1| (-365)))) (-1964 (($ $ $) 28 (|has| |#1| (-365)))) (-4177 (($ $ (-771)) 31 (|has| |#1| (-365)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-3517 (($ $ $) NIL (|has| |#1| (-365)))) (-1546 (($ $ $) NIL (|has| |#1| (-365)))) (-3050 (($ $ $) NIL (|has| |#1| (-365)))) (-3558 (($ $ $) NIL (|has| |#1| (-365)))) (-3272 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-3757 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-1961 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#1| (-454)))) (-1568 (((-112) $) NIL)) (-3959 (($ |#1| (-771)) NIL)) (-1947 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-558)))) (-4342 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-558)))) (-3888 (((-771) $) NIL)) (-4390 (($ $ $) NIL (|has| |#1| (-365)))) (-1347 (($ $ $) NIL (|has| |#1| (-365)))) (-2410 (($ $ $) NIL (|has| |#1| (-365)))) (-3887 (($ $ $) NIL (|has| |#1| (-365)))) (-3642 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-1628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2761 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-3483 ((|#1| $ |#1|) 24)) (-2517 (($ $ $) 33 (|has| |#1| (-365)))) (-4297 (((-771) $) NIL)) (-1573 ((|#1| $) NIL (|has| |#1| (-454)))) (-1650 (((-862) $) 20) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) NIL)) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-771)) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3547 ((|#1| $ |#1| |#1|) 23)) (-2668 (($ $) NIL)) (-3410 (($) 21 T CONST)) (-3424 (($) 8 T CONST)) (-3218 (($) NIL)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
(((-658 |#1| |#2|) (-656 |#1|) (-1049) (-1 |#1| |#1|)) (T -658))
NIL
(-656 |#1|)
-((-3396 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 70)) (-3889 ((|#2| |#2| (-771) (-1 |#1| |#1|)) 48)) (-3334 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 72)))
-(((-659 |#1| |#2|) (-10 -7 (-15 -3396 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -3889 (|#2| |#2| (-771) (-1 |#1| |#1|))) (-15 -3334 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-365) (-656 |#1|)) (T -659))
-((-3334 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-365)) (-5 *1 (-659 *4 *2)) (-4 *2 (-656 *4)))) (-3889 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-771)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365)) (-5 *1 (-659 *5 *2)) (-4 *2 (-656 *5)))) (-3396 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-365)) (-5 *1 (-659 *4 *2)) (-4 *2 (-656 *4)))))
-(-10 -7 (-15 -3396 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -3889 (|#2| |#2| (-771) (-1 |#1| |#1|))) (-15 -3334 (|#2| |#2| |#2| (-1 |#1| |#1|))))
-((-3055 (($ $ $) 9)))
-(((-660 |#1|) (-10 -8 (-15 -3055 (|#1| |#1| |#1|))) (-661)) (T -660))
-NIL
-(-10 -8 (-15 -3055 (|#1| |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3010 (($ $) 10)) (-3055 (($ $ $) 8)) (-2914 (((-112) $ $) 6)) (-3043 (($ $ $) 9)))
+((-1964 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 70)) (-4177 ((|#2| |#2| (-771) (-1 |#1| |#1|)) 48)) (-2517 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 72)))
+(((-659 |#1| |#2|) (-10 -7 (-15 -1964 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -4177 (|#2| |#2| (-771) (-1 |#1| |#1|))) (-15 -2517 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-365) (-656 |#1|)) (T -659))
+((-2517 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-365)) (-5 *1 (-659 *4 *2)) (-4 *2 (-656 *4)))) (-4177 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-771)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365)) (-5 *1 (-659 *5 *2)) (-4 *2 (-656 *5)))) (-1964 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-365)) (-5 *1 (-659 *4 *2)) (-4 *2 (-656 *4)))))
+(-10 -7 (-15 -1964 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -4177 (|#2| |#2| (-771) (-1 |#1| |#1|))) (-15 -2517 (|#2| |#2| |#2| (-1 |#1| |#1|))))
+((-4199 (($ $ $) 9)))
+(((-660 |#1|) (-10 -8 (-15 -4199 (|#1| |#1| |#1|))) (-661)) (T -660))
+NIL
+(-10 -8 (-15 -4199 (|#1| |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4155 (($ $) 10)) (-4199 (($ $ $) 8)) (-2868 (((-112) $ $) 6)) (-4183 (($ $ $) 9)))
(((-661) (-140)) (T -661))
-((-3010 (*1 *1 *1) (-4 *1 (-661))) (-3043 (*1 *1 *1 *1) (-4 *1 (-661))) (-3055 (*1 *1 *1 *1) (-4 *1 (-661))))
-(-13 (-102) (-10 -8 (-15 -3010 ($ $)) (-15 -3043 ($ $ $)) (-15 -3055 ($ $ $))))
+((-4155 (*1 *1 *1) (-4 *1 (-661))) (-4183 (*1 *1 *1 *1) (-4 *1 (-661))) (-4199 (*1 *1 *1 *1) (-4 *1 (-661))))
+(-13 (-102) (-10 -8 (-15 -4155 ($ $)) (-15 -4183 ($ $ $)) (-15 -4199 ($ $ $))))
(((-102) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 15)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2248 ((|#1| $) 23)) (-1478 (($ $ $) NIL (|has| |#1| (-791)))) (-2599 (($ $ $) NIL (|has| |#1| (-791)))) (-3380 (((-1157) $) 48)) (-4072 (((-1119) $) NIL)) (-2260 ((|#3| $) 24)) (-3152 (((-862) $) 43)) (-3044 (((-112) $ $) 22)) (-4356 (($) 10 T CONST)) (-2968 (((-112) $ $) NIL (|has| |#1| (-791)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-791)))) (-2914 (((-112) $ $) 20)) (-2956 (((-112) $ $) NIL (|has| |#1| (-791)))) (-2935 (((-112) $ $) 26 (|has| |#1| (-791)))) (-3025 (($ $ |#3|) 36) (($ |#1| |#3|) 37)) (-3012 (($ $) 17) (($ $ $) NIL)) (-3002 (($ $ $) 29)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 32) (($ |#2| $) 34) (($ $ |#2|) NIL)))
-(((-662 |#1| |#2| |#3|) (-13 (-717 |#2|) (-10 -8 (IF (|has| |#1| (-791)) (-6 (-791)) |%noBranch|) (-15 -3025 ($ $ |#3|)) (-15 -3025 ($ |#1| |#3|)) (-15 -2248 (|#1| $)) (-15 -2260 (|#3| $)))) (-717 |#2|) (-172) (|SubsetCategory| (-726) |#2|)) (T -662))
-((-3025 (*1 *1 *1 *2) (-12 (-4 *4 (-172)) (-5 *1 (-662 *3 *4 *2)) (-4 *3 (-717 *4)) (-4 *2 (|SubsetCategory| (-726) *4)))) (-3025 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-662 *2 *4 *3)) (-4 *2 (-717 *4)) (-4 *3 (|SubsetCategory| (-726) *4)))) (-2248 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-717 *3)) (-5 *1 (-662 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-726) *3)))) (-2260 (*1 *2 *1) (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-726) *4)) (-5 *1 (-662 *3 *4 *2)) (-4 *3 (-717 *4)))))
-(-13 (-717 |#2|) (-10 -8 (IF (|has| |#1| (-791)) (-6 (-791)) |%noBranch|) (-15 -3025 ($ $ |#3|)) (-15 -3025 ($ |#1| |#3|)) (-15 -2248 (|#1| $)) (-15 -2260 (|#3| $))))
-((-2741 (((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|)) 33)))
-(((-663 |#1|) (-10 -7 (-15 -2741 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|)))) (-909)) (T -663))
-((-2741 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *4))) (-5 *3 (-1171 *4)) (-4 *4 (-909)) (-5 *1 (-663 *4)))))
-(-10 -7 (-15 -2741 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4111 (((-644 |#1|) $) 84)) (-3990 (($ $ (-771)) 94)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3356 (((-1288 |#1| |#2|) (-1288 |#1| |#2|) $) 50)) (-2229 (((-3 (-672 |#1|) "failed") $) NIL)) (-4158 (((-672 |#1|) $) NIL)) (-2814 (($ $) 93)) (-3039 (((-771) $) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-4325 (($ (-672 |#1|) |#2|) 70)) (-2795 (($ $) 89)) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-3722 (((-1288 |#1| |#2|) (-1288 |#1| |#2|) $) 49)) (-1978 (((-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2784 (((-672 |#1|) $) NIL)) (-2794 ((|#2| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2023 (($ $ |#1| $) 32) (($ $ (-644 |#1|) (-644 $)) 34)) (-3902 (((-771) $) 91)) (-1340 (($ $ $) 20) (($ (-672 |#1|) (-672 |#1|)) 79) (($ (-672 |#1|) $) 77) (($ $ (-672 |#1|)) 78)) (-3152 (((-862) $) NIL) (($ |#1|) 76) (((-1279 |#1| |#2|) $) 60) (((-1288 |#1| |#2|) $) 43) (($ (-672 |#1|)) 27)) (-1643 (((-644 |#2|) $) NIL)) (-2271 ((|#2| $ (-672 |#1|)) NIL)) (-2397 ((|#2| (-1288 |#1| |#2|) $) 45)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 23 T CONST)) (-2203 (((-644 (-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2694 (((-3 $ "failed") (-1279 |#1| |#2|)) 62)) (-2740 (($ (-672 |#1|)) 14)) (-2914 (((-112) $ $) 46)) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $) 68) (($ $ $) NIL)) (-3002 (($ $ $) 31)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#2| $) 30) (($ $ |#2|) NIL) (($ |#2| (-672 |#1|)) NIL)))
-(((-664 |#1| |#2|) (-13 (-376 |#1| |#2|) (-384 |#2| (-672 |#1|)) (-10 -8 (-15 -2694 ((-3 $ "failed") (-1279 |#1| |#2|))) (-15 -1340 ($ (-672 |#1|) (-672 |#1|))) (-15 -1340 ($ (-672 |#1|) $)) (-15 -1340 ($ $ (-672 |#1|))))) (-850) (-172)) (T -664))
-((-2694 (*1 *1 *2) (|partial| -12 (-5 *2 (-1279 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *1 (-664 *3 *4)))) (-1340 (*1 *1 *2 *2) (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4)) (-4 *4 (-172)))) (-1340 (*1 *1 *2 *1) (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4)) (-4 *4 (-172)))) (-1340 (*1 *1 *1 *2) (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4)) (-4 *4 (-172)))))
-(-13 (-376 |#1| |#2|) (-384 |#2| (-672 |#1|)) (-10 -8 (-15 -2694 ((-3 $ "failed") (-1279 |#1| |#2|))) (-15 -1340 ($ (-672 |#1|) (-672 |#1|))) (-15 -1340 ($ (-672 |#1|) $)) (-15 -1340 ($ $ (-672 |#1|)))))
-((-3054 (((-112) $) NIL) (((-112) (-1 (-112) |#2| |#2|) $) 61)) (-3628 (($ $) NIL) (($ (-1 (-112) |#2| |#2|) $) 12)) (-2995 (($ (-1 (-112) |#2|) $) 29)) (-3166 (($ $) 67)) (-3322 (($ $) 78)) (-3512 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 43)) (-2873 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 62) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 64)) (-1569 (((-566) |#2| $ (-566)) 75) (((-566) |#2| $) NIL) (((-566) (-1 (-112) |#2|) $) 56)) (-1860 (($ (-771) |#2|) 65)) (-3674 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 31)) (-2696 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 24)) (-2319 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 66)) (-3770 (($ |#2|) 15)) (-3888 (($ $ $ (-566)) 42) (($ |#2| $ (-566)) 40)) (-3668 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 53)) (-1308 (($ $ (-1231 (-566))) 51) (($ $ (-566)) 44)) (-2661 (($ $ $ (-566)) 74)) (-1480 (($ $) 72)) (-2935 (((-112) $ $) 80)))
-(((-665 |#1| |#2|) (-10 -8 (-15 -3770 (|#1| |#2|)) (-15 -1308 (|#1| |#1| (-566))) (-15 -1308 (|#1| |#1| (-1231 (-566)))) (-15 -3512 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3888 (|#1| |#2| |#1| (-566))) (-15 -3888 (|#1| |#1| |#1| (-566))) (-15 -3674 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2995 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3512 (|#1| |#2| |#1|)) (-15 -3322 (|#1| |#1|)) (-15 -3674 (|#1| |#1| |#1|)) (-15 -2696 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3054 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1569 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -1569 ((-566) |#2| |#1|)) (-15 -1569 ((-566) |#2| |#1| (-566))) (-15 -2696 (|#1| |#1| |#1|)) (-15 -3054 ((-112) |#1|)) (-15 -2661 (|#1| |#1| |#1| (-566))) (-15 -3166 (|#1| |#1|)) (-15 -3628 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3628 (|#1| |#1|)) (-15 -2935 ((-112) |#1| |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3668 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1860 (|#1| (-771) |#2|)) (-15 -2319 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1480 (|#1| |#1|))) (-666 |#2|) (-1214)) (T -665))
-NIL
-(-10 -8 (-15 -3770 (|#1| |#2|)) (-15 -1308 (|#1| |#1| (-566))) (-15 -1308 (|#1| |#1| (-1231 (-566)))) (-15 -3512 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3888 (|#1| |#2| |#1| (-566))) (-15 -3888 (|#1| |#1| |#1| (-566))) (-15 -3674 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2995 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -3512 (|#1| |#2| |#1|)) (-15 -3322 (|#1| |#1|)) (-15 -3674 (|#1| |#1| |#1|)) (-15 -2696 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3054 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1569 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -1569 ((-566) |#2| |#1|)) (-15 -1569 ((-566) |#2| |#1| (-566))) (-15 -2696 (|#1| |#1| |#1|)) (-15 -3054 ((-112) |#1|)) (-15 -2661 (|#1| |#1| |#1| (-566))) (-15 -3166 (|#1| |#1|)) (-15 -3628 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3628 (|#1| |#1|)) (-15 -2935 ((-112) |#1| |#1|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2873 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3668 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1860 (|#1| (-771) |#2|)) (-15 -2319 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1480 (|#1| |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2876 ((|#1| $) 49)) (-3541 ((|#1| $) 66)) (-3214 (($ $) 68)) (-1944 (((-1269) $ (-566) (-566)) 98 (|has| $ (-6 -4415)))) (-4258 (($ $ (-566)) 53 (|has| $ (-6 -4415)))) (-3054 (((-112) $) 143 (|has| |#1| (-850))) (((-112) (-1 (-112) |#1| |#1|) $) 137)) (-3628 (($ $) 147 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1| |#1|) $) 146 (|has| $ (-6 -4415)))) (-2671 (($ $) 142 (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $) 136)) (-1504 (((-112) $ (-771)) 8)) (-2191 ((|#1| $ |#1|) 40 (|has| $ (-6 -4415)))) (-1813 (($ $ $) 57 (|has| $ (-6 -4415)))) (-1948 ((|#1| $ |#1|) 55 (|has| $ (-6 -4415)))) (-1381 ((|#1| $ |#1|) 59 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4415))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4415))) (($ $ "rest" $) 56 (|has| $ (-6 -4415))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 118 (|has| $ (-6 -4415))) ((|#1| $ (-566) |#1|) 87 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 42 (|has| $ (-6 -4415)))) (-2995 (($ (-1 (-112) |#1|) $) 130)) (-3678 (($ (-1 (-112) |#1|) $) 103 (|has| $ (-6 -4414)))) (-3531 ((|#1| $) 67)) (-2463 (($) 7 T CONST)) (-3166 (($ $) 145 (|has| $ (-6 -4415)))) (-3683 (($ $) 135)) (-3919 (($ $) 74) (($ $ (-771)) 72)) (-3322 (($ $) 132 (|has| |#1| (-1099)))) (-3942 (($ $) 100 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ |#1| $) 131 (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) 126)) (-2622 (($ (-1 (-112) |#1|) $) 104 (|has| $ (-6 -4414))) (($ |#1| $) 101 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $) 106 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 105 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 102 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3897 ((|#1| $ (-566) |#1|) 86 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 88)) (-1781 (((-112) $) 84)) (-1569 (((-566) |#1| $ (-566)) 140 (|has| |#1| (-1099))) (((-566) |#1| $) 139 (|has| |#1| (-1099))) (((-566) (-1 (-112) |#1|) $) 138)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 51)) (-1507 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1860 (($ (-771) |#1|) 109)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 96 (|has| (-566) (-850)))) (-1478 (($ $ $) 148 (|has| |#1| (-850)))) (-3674 (($ $ $) 133 (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) 129)) (-2696 (($ $ $) 141 (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) 134)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 95 (|has| (-566) (-850)))) (-2599 (($ $ $) 149 (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 112)) (-3770 (($ |#1|) 123)) (-3267 (((-112) $ (-771)) 10)) (-1458 (((-644 |#1|) $) 46)) (-3860 (((-112) $) 50)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2641 ((|#1| $) 71) (($ $ (-771)) 69)) (-3888 (($ $ $ (-566)) 128) (($ |#1| $ (-566)) 127)) (-1859 (($ $ $ (-566)) 117) (($ |#1| $ (-566)) 116)) (-3725 (((-644 (-566)) $) 93)) (-1644 (((-112) (-566) $) 92)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3908 ((|#1| $) 77) (($ $ (-771)) 75)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 107)) (-3787 (($ $ |#1|) 97 (|has| $ (-6 -4415)))) (-3254 (((-112) $) 85)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#1| $) 94 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) 91)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1231 (-566))) 113) ((|#1| $ (-566)) 90) ((|#1| $ (-566) |#1|) 89)) (-1696 (((-566) $ $) 45)) (-1308 (($ $ (-1231 (-566))) 125) (($ $ (-566)) 124)) (-2166 (($ $ (-1231 (-566))) 115) (($ $ (-566)) 114)) (-3786 (((-112) $) 47)) (-4018 (($ $) 63)) (-3810 (($ $) 60 (|has| $ (-6 -4415)))) (-2916 (((-771) $) 64)) (-1922 (($ $) 65)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2661 (($ $ $ (-566)) 144 (|has| $ (-6 -4415)))) (-1480 (($ $) 13)) (-2376 (((-538) $) 99 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 108)) (-1690 (($ $ $) 62) (($ $ |#1|) 61)) (-4386 (($ $ $) 79) (($ |#1| $) 78) (($ (-644 $)) 111) (($ $ |#1|) 110)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) 52)) (-4385 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) 151 (|has| |#1| (-850)))) (-2946 (((-112) $ $) 152 (|has| |#1| (-850)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2956 (((-112) $ $) 150 (|has| |#1| (-850)))) (-2935 (((-112) $ $) 153 (|has| |#1| (-850)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-666 |#1|) (-140) (-1214)) (T -666))
-((-3770 (*1 *1 *2) (-12 (-4 *1 (-666 *2)) (-4 *2 (-1214)))))
-(-13 (-1148 |t#1|) (-375 |t#1|) (-283 |t#1|) (-10 -8 (-15 -3770 ($ |t#1|))))
-(((-34) . T) ((-102) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-283 |#1|) . T) ((-375 |#1|) . T) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1010 |#1|) . T) ((-1099) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1148 |#1|) . T) ((-1214) . T) ((-1252 |#1|) . T))
-((-2423 (((-644 (-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|))))) (-644 (-644 |#1|)) (-644 (-1264 |#1|))) 22) (((-644 (-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|))))) (-689 |#1|) (-644 (-1264 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|)))) (-644 (-644 |#1|)) (-1264 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|)))) (-689 |#1|) (-1264 |#1|)) 14)) (-2755 (((-771) (-689 |#1|) (-1264 |#1|)) 30)) (-3894 (((-3 (-1264 |#1|) "failed") (-689 |#1|) (-1264 |#1|)) 24)) (-4264 (((-112) (-689 |#1|) (-1264 |#1|)) 27)))
-(((-667 |#1|) (-10 -7 (-15 -2423 ((-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|)))) (-689 |#1|) (-1264 |#1|))) (-15 -2423 ((-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|)))) (-644 (-644 |#1|)) (-1264 |#1|))) (-15 -2423 ((-644 (-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|))))) (-689 |#1|) (-644 (-1264 |#1|)))) (-15 -2423 ((-644 (-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|))))) (-644 (-644 |#1|)) (-644 (-1264 |#1|)))) (-15 -3894 ((-3 (-1264 |#1|) "failed") (-689 |#1|) (-1264 |#1|))) (-15 -4264 ((-112) (-689 |#1|) (-1264 |#1|))) (-15 -2755 ((-771) (-689 |#1|) (-1264 |#1|)))) (-365)) (T -667))
-((-2755 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *5)) (-5 *4 (-1264 *5)) (-4 *5 (-365)) (-5 *2 (-771)) (-5 *1 (-667 *5)))) (-4264 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *5)) (-5 *4 (-1264 *5)) (-4 *5 (-365)) (-5 *2 (-112)) (-5 *1 (-667 *5)))) (-3894 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1264 *4)) (-5 *3 (-689 *4)) (-4 *4 (-365)) (-5 *1 (-667 *4)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 *5))) (-4 *5 (-365)) (-5 *2 (-644 (-2 (|:| |particular| (-3 (-1264 *5) "failed")) (|:| -2875 (-644 (-1264 *5)))))) (-5 *1 (-667 *5)) (-5 *4 (-644 (-1264 *5))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *5)) (-4 *5 (-365)) (-5 *2 (-644 (-2 (|:| |particular| (-3 (-1264 *5) "failed")) (|:| -2875 (-644 (-1264 *5)))))) (-5 *1 (-667 *5)) (-5 *4 (-644 (-1264 *5))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 *5))) (-4 *5 (-365)) (-5 *2 (-2 (|:| |particular| (-3 (-1264 *5) "failed")) (|:| -2875 (-644 (-1264 *5))))) (-5 *1 (-667 *5)) (-5 *4 (-1264 *5)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |particular| (-3 (-1264 *5) "failed")) (|:| -2875 (-644 (-1264 *5))))) (-5 *1 (-667 *5)) (-5 *4 (-1264 *5)))))
-(-10 -7 (-15 -2423 ((-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|)))) (-689 |#1|) (-1264 |#1|))) (-15 -2423 ((-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|)))) (-644 (-644 |#1|)) (-1264 |#1|))) (-15 -2423 ((-644 (-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|))))) (-689 |#1|) (-644 (-1264 |#1|)))) (-15 -2423 ((-644 (-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|))))) (-644 (-644 |#1|)) (-644 (-1264 |#1|)))) (-15 -3894 ((-3 (-1264 |#1|) "failed") (-689 |#1|) (-1264 |#1|))) (-15 -4264 ((-112) (-689 |#1|) (-1264 |#1|))) (-15 -2755 ((-771) (-689 |#1|) (-1264 |#1|))))
-((-2423 (((-644 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2875 (-644 |#3|)))) |#4| (-644 |#3|)) 66) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2875 (-644 |#3|))) |#4| |#3|) 60)) (-2755 (((-771) |#4| |#3|) 18)) (-3894 (((-3 |#3| "failed") |#4| |#3|) 21)) (-4264 (((-112) |#4| |#3|) 14)))
-(((-668 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2423 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2875 (-644 |#3|))) |#4| |#3|)) (-15 -2423 ((-644 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2875 (-644 |#3|)))) |#4| (-644 |#3|))) (-15 -3894 ((-3 |#3| "failed") |#4| |#3|)) (-15 -4264 ((-112) |#4| |#3|)) (-15 -2755 ((-771) |#4| |#3|))) (-365) (-13 (-375 |#1|) (-10 -7 (-6 -4415))) (-13 (-375 |#1|) (-10 -7 (-6 -4415))) (-687 |#1| |#2| |#3|)) (T -668))
-((-2755 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-5 *2 (-771)) (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))) (-4264 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-5 *2 (-112)) (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))) (-3894 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-365)) (-4 *5 (-13 (-375 *4) (-10 -7 (-6 -4415)))) (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4415)))) (-5 *1 (-668 *4 *5 *2 *3)) (-4 *3 (-687 *4 *5 *2)))) (-2423 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-4 *7 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-5 *2 (-644 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -2875 (-644 *7))))) (-5 *1 (-668 *5 *6 *7 *3)) (-5 *4 (-644 *7)) (-4 *3 (-687 *5 *6 *7)))) (-2423 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4)))) (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))))
-(-10 -7 (-15 -2423 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2875 (-644 |#3|))) |#4| |#3|)) (-15 -2423 ((-644 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2875 (-644 |#3|)))) |#4| (-644 |#3|))) (-15 -3894 ((-3 |#3| "failed") |#4| |#3|)) (-15 -4264 ((-112) |#4| |#3|)) (-15 -2755 ((-771) |#4| |#3|)))
-((-3691 (((-2 (|:| |particular| (-3 (-1264 (-409 |#4|)) "failed")) (|:| -2875 (-644 (-1264 (-409 |#4|))))) (-644 |#4|) (-644 |#3|)) 52)))
-(((-669 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3691 ((-2 (|:| |particular| (-3 (-1264 (-409 |#4|)) "failed")) (|:| -2875 (-644 (-1264 (-409 |#4|))))) (-644 |#4|) (-644 |#3|)))) (-558) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -669))
-((-3691 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *7)) (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-5 *2 (-2 (|:| |particular| (-3 (-1264 (-409 *8)) "failed")) (|:| -2875 (-644 (-1264 (-409 *8)))))) (-5 *1 (-669 *5 *6 *7 *8)))))
-(-10 -7 (-15 -3691 ((-2 (|:| |particular| (-3 (-1264 (-409 |#4|)) "failed")) (|:| -2875 (-644 (-1264 (-409 |#4|))))) (-644 |#4|) (-644 |#3|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2896 (((-3 $ "failed")) NIL (|has| |#2| (-558)))) (-3833 ((|#2| $) NIL)) (-1791 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2336 (((-1264 (-689 |#2|))) NIL) (((-1264 (-689 |#2|)) (-1264 $)) NIL)) (-3768 (((-112) $) NIL)) (-3717 (((-1264 $)) 44)) (-1504 (((-112) $ (-771)) NIL)) (-3520 (($ |#2|) NIL)) (-2463 (($) NIL T CONST)) (-1521 (($ $) NIL (|has| |#2| (-308)))) (-1721 (((-240 |#1| |#2|) $ (-566)) NIL)) (-3574 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL (|has| |#2| (-558)))) (-1469 (((-3 $ "failed")) NIL (|has| |#2| (-558)))) (-2411 (((-689 |#2|)) NIL) (((-689 |#2|) (-1264 $)) NIL)) (-4373 ((|#2| $) NIL)) (-2800 (((-689 |#2|) $) NIL) (((-689 |#2|) $ (-1264 $)) NIL)) (-4392 (((-3 $ "failed") $) NIL (|has| |#2| (-558)))) (-3031 (((-1171 (-952 |#2|))) NIL (|has| |#2| (-365)))) (-1856 (($ $ (-921)) NIL)) (-4039 ((|#2| $) NIL)) (-3648 (((-1171 |#2|) $) NIL (|has| |#2| (-558)))) (-2597 ((|#2|) NIL) ((|#2| (-1264 $)) NIL)) (-2765 (((-1171 |#2|) $) NIL)) (-4029 (((-112)) NIL)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 |#2| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) ((|#2| $) NIL)) (-1563 (($ (-1264 |#2|)) NIL) (($ (-1264 |#2|) (-1264 $)) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2755 (((-771) $) NIL (|has| |#2| (-558))) (((-921)) 45)) (-3829 ((|#2| $ (-566) (-566)) NIL)) (-3793 (((-112)) NIL)) (-4090 (($ $ (-921)) NIL)) (-1683 (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-2389 (((-112) $) NIL)) (-1908 (((-771) $) NIL (|has| |#2| (-558)))) (-2950 (((-644 (-240 |#1| |#2|)) $) NIL (|has| |#2| (-558)))) (-3811 (((-771) $) NIL)) (-4240 (((-112)) NIL)) (-3824 (((-771) $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-1444 ((|#2| $) NIL (|has| |#2| (-6 (-4416 "*"))))) (-2531 (((-566) $) NIL)) (-3688 (((-566) $) NIL)) (-3491 (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-2422 (((-566) $) NIL)) (-3632 (((-566) $) NIL)) (-4184 (($ (-644 (-644 |#2|))) NIL)) (-3885 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-1723 (((-644 (-644 |#2|)) $) NIL)) (-2057 (((-112)) NIL)) (-2158 (((-112)) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1476 (((-3 (-2 (|:| |particular| $) (|:| -2875 (-644 $))) "failed")) NIL (|has| |#2| (-558)))) (-1731 (((-3 $ "failed")) NIL (|has| |#2| (-558)))) (-2734 (((-689 |#2|)) NIL) (((-689 |#2|) (-1264 $)) NIL)) (-2366 ((|#2| $) NIL)) (-3769 (((-689 |#2|) $) NIL) (((-689 |#2|) $ (-1264 $)) NIL)) (-2851 (((-3 $ "failed") $) NIL (|has| |#2| (-558)))) (-1793 (((-1171 (-952 |#2|))) NIL (|has| |#2| (-365)))) (-3270 (($ $ (-921)) NIL)) (-2241 ((|#2| $) NIL)) (-1910 (((-1171 |#2|) $) NIL (|has| |#2| (-558)))) (-2990 ((|#2|) NIL) ((|#2| (-1264 $)) NIL)) (-3548 (((-1171 |#2|) $) NIL)) (-2974 (((-112)) NIL)) (-3380 (((-1157) $) NIL)) (-2402 (((-112)) NIL)) (-1459 (((-112)) NIL)) (-3846 (((-112)) NIL)) (-1542 (((-3 $ "failed") $) NIL (|has| |#2| (-365)))) (-4072 (((-1119) $) NIL)) (-3795 (((-112)) NIL)) (-2978 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558)))) (-2823 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ (-566) (-566) |#2|) NIL) ((|#2| $ (-566) (-566)) 30) ((|#2| $ (-566)) NIL)) (-3629 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-3429 ((|#2| $) NIL)) (-2253 (($ (-644 |#2|)) NIL)) (-1370 (((-112) $) NIL)) (-3065 (((-240 |#1| |#2|) $) NIL)) (-3943 ((|#2| $) NIL (|has| |#2| (-6 (-4416 "*"))))) (-4083 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-1480 (($ $) NIL)) (-3350 (((-689 |#2|) (-1264 $)) NIL) (((-1264 |#2|) $) NIL) (((-689 |#2|) (-1264 $) (-1264 $)) NIL) (((-1264 |#2|) $ (-1264 $)) 33)) (-2376 (($ (-1264 |#2|)) NIL) (((-1264 |#2|) $) NIL)) (-2861 (((-644 (-952 |#2|))) NIL) (((-644 (-952 |#2|)) (-1264 $)) NIL)) (-2527 (($ $ $) NIL)) (-2512 (((-112)) NIL)) (-2986 (((-240 |#1| |#2|) $ (-566)) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#2| (-1038 (-409 (-566))))) (($ |#2|) NIL) (((-689 |#2|) $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) 43)) (-2243 (((-644 (-1264 |#2|))) NIL (|has| |#2| (-558)))) (-3876 (($ $ $ $) NIL)) (-2468 (((-112)) NIL)) (-3847 (($ (-689 |#2|) $) NIL)) (-2210 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1950 (((-112) $) NIL)) (-1471 (($ $ $) NIL)) (-1465 (((-112)) NIL)) (-3692 (((-112)) NIL)) (-4369 (((-112)) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#2| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-240 |#1| |#2|) $ (-240 |#1| |#2|)) NIL) (((-240 |#1| |#2|) (-240 |#1| |#2|) $) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 15)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-2499 ((|#1| $) 23)) (-1888 (($ $ $) NIL (|has| |#1| (-791)))) (-3890 (($ $ $) NIL (|has| |#1| (-791)))) (-3057 (((-1157) $) 48)) (-2029 (((-1119) $) NIL)) (-2507 ((|#3| $) 24)) (-1650 (((-862) $) 43)) (-2657 (((-112) $ $) 22)) (-3410 (($) 10 T CONST)) (-2928 (((-112) $ $) NIL (|has| |#1| (-791)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-791)))) (-2868 (((-112) $ $) 20)) (-2915 (((-112) $ $) NIL (|has| |#1| (-791)))) (-2892 (((-112) $ $) 26 (|has| |#1| (-791)))) (-2990 (($ $ |#3|) 36) (($ |#1| |#3|) 37)) (-2977 (($ $) 17) (($ $ $) NIL)) (-2964 (($ $ $) 29)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 32) (($ |#2| $) 34) (($ $ |#2|) NIL)))
+(((-662 |#1| |#2| |#3|) (-13 (-717 |#2|) (-10 -8 (IF (|has| |#1| (-791)) (-6 (-791)) |%noBranch|) (-15 -2990 ($ $ |#3|)) (-15 -2990 ($ |#1| |#3|)) (-15 -2499 (|#1| $)) (-15 -2507 (|#3| $)))) (-717 |#2|) (-172) (|SubsetCategory| (-726) |#2|)) (T -662))
+((-2990 (*1 *1 *1 *2) (-12 (-4 *4 (-172)) (-5 *1 (-662 *3 *4 *2)) (-4 *3 (-717 *4)) (-4 *2 (|SubsetCategory| (-726) *4)))) (-2990 (*1 *1 *2 *3) (-12 (-4 *4 (-172)) (-5 *1 (-662 *2 *4 *3)) (-4 *2 (-717 *4)) (-4 *3 (|SubsetCategory| (-726) *4)))) (-2499 (*1 *2 *1) (-12 (-4 *3 (-172)) (-4 *2 (-717 *3)) (-5 *1 (-662 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-726) *3)))) (-2507 (*1 *2 *1) (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-726) *4)) (-5 *1 (-662 *3 *4 *2)) (-4 *3 (-717 *4)))))
+(-13 (-717 |#2|) (-10 -8 (IF (|has| |#1| (-791)) (-6 (-791)) |%noBranch|) (-15 -2990 ($ $ |#3|)) (-15 -2990 ($ |#1| |#3|)) (-15 -2499 (|#1| $)) (-15 -2507 (|#3| $))))
+((-1889 (((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|)) 33)))
+(((-663 |#1|) (-10 -7 (-15 -1889 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|)))) (-909)) (T -663))
+((-1889 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *4))) (-5 *3 (-1171 *4)) (-4 *4 (-909)) (-5 *1 (-663 *4)))))
+(-10 -7 (-15 -1889 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1327 (((-644 |#1|) $) 84)) (-3791 (($ $ (-771)) 94)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-2781 (((-1289 |#1| |#2|) (-1289 |#1| |#2|) $) 50)) (-1821 (((-3 (-672 |#1|) "failed") $) NIL)) (-3213 (((-672 |#1|) $) NIL)) (-4162 (($ $) 93)) (-2606 (((-771) $) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3399 (($ (-672 |#1|) |#2|) 70)) (-4296 (($ $) 89)) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-2003 (((-1289 |#1| |#2|) (-1289 |#1| |#2|) $) 49)) (-3028 (((-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|)) $) NIL)) (-4125 (((-672 |#1|) $) NIL)) (-4137 ((|#2| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1838 (($ $ |#1| $) 32) (($ $ (-644 |#1|) (-644 $)) 34)) (-4297 (((-771) $) 91)) (-1664 (($ $ $) 20) (($ (-672 |#1|) (-672 |#1|)) 79) (($ (-672 |#1|) $) 77) (($ $ (-672 |#1|)) 78)) (-1650 (((-862) $) NIL) (($ |#1|) 76) (((-1280 |#1| |#2|) $) 60) (((-1289 |#1| |#2|) $) 43) (($ (-672 |#1|)) 27)) (-2675 (((-644 |#2|) $) NIL)) (-2841 ((|#2| $ (-672 |#1|)) NIL)) (-2651 ((|#2| (-1289 |#1| |#2|) $) 45)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 23 T CONST)) (-3415 (((-644 (-2 (|:| |k| (-672 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1465 (((-3 $ "failed") (-1280 |#1| |#2|)) 62)) (-1879 (($ (-672 |#1|)) 14)) (-2868 (((-112) $ $) 46)) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $) 68) (($ $ $) NIL)) (-2964 (($ $ $) 31)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#2| $) 30) (($ $ |#2|) NIL) (($ |#2| (-672 |#1|)) NIL)))
+(((-664 |#1| |#2|) (-13 (-376 |#1| |#2|) (-384 |#2| (-672 |#1|)) (-10 -8 (-15 -1465 ((-3 $ "failed") (-1280 |#1| |#2|))) (-15 -1664 ($ (-672 |#1|) (-672 |#1|))) (-15 -1664 ($ (-672 |#1|) $)) (-15 -1664 ($ $ (-672 |#1|))))) (-850) (-172)) (T -664))
+((-1465 (*1 *1 *2) (|partial| -12 (-5 *2 (-1280 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *1 (-664 *3 *4)))) (-1664 (*1 *1 *2 *2) (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4)) (-4 *4 (-172)))) (-1664 (*1 *1 *2 *1) (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4)) (-4 *4 (-172)))) (-1664 (*1 *1 *1 *2) (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4)) (-4 *4 (-172)))))
+(-13 (-376 |#1| |#2|) (-384 |#2| (-672 |#1|)) (-10 -8 (-15 -1465 ((-3 $ "failed") (-1280 |#1| |#2|))) (-15 -1664 ($ (-672 |#1|) (-672 |#1|))) (-15 -1664 ($ (-672 |#1|) $)) (-15 -1664 ($ $ (-672 |#1|)))))
+((-2771 (((-112) $) NIL) (((-112) (-1 (-112) |#2| |#2|) $) 61)) (-3632 (($ $) NIL) (($ (-1 (-112) |#2| |#2|) $) 12)) (-3503 (($ (-1 (-112) |#2|) $) 29)) (-1501 (($ $) 67)) (-3723 (($ $) 78)) (-1867 (($ |#2| $) NIL) (($ (-1 (-112) |#2|) $) 43)) (-1936 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 62) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 64)) (-1308 (((-566) |#2| $ (-566)) 75) (((-566) |#2| $) NIL) (((-566) (-1 (-112) |#2|) $) 56)) (-1566 (($ (-771) |#2|) 65)) (-2762 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 31)) (-1485 (($ $ $) NIL) (($ (-1 (-112) |#2| |#2|) $ $) 24)) (-1895 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 66)) (-3479 (($ |#2|) 15)) (-4165 (($ $ $ (-566)) 42) (($ |#2| $ (-566)) 40)) (-2695 (((-3 |#2| "failed") (-1 (-112) |#2|) $) 53)) (-2537 (($ $ (-1232 (-566))) 51) (($ $ (-566)) 44)) (-2310 (($ $ $ (-566)) 74)) (-1800 (($ $) 72)) (-2892 (((-112) $ $) 80)))
+(((-665 |#1| |#2|) (-10 -8 (-15 -3479 (|#1| |#2|)) (-15 -2537 (|#1| |#1| (-566))) (-15 -2537 (|#1| |#1| (-1232 (-566)))) (-15 -1867 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -4165 (|#1| |#2| |#1| (-566))) (-15 -4165 (|#1| |#1| |#1| (-566))) (-15 -2762 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3503 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1867 (|#1| |#2| |#1|)) (-15 -3723 (|#1| |#1|)) (-15 -2762 (|#1| |#1| |#1|)) (-15 -1485 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2771 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1308 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -1308 ((-566) |#2| |#1|)) (-15 -1308 ((-566) |#2| |#1| (-566))) (-15 -1485 (|#1| |#1| |#1|)) (-15 -2771 ((-112) |#1|)) (-15 -2310 (|#1| |#1| |#1| (-566))) (-15 -1501 (|#1| |#1|)) (-15 -3632 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -2892 ((-112) |#1| |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2695 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1566 (|#1| (-771) |#2|)) (-15 -1895 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1800 (|#1| |#1|))) (-666 |#2|) (-1215)) (T -665))
+NIL
+(-10 -8 (-15 -3479 (|#1| |#2|)) (-15 -2537 (|#1| |#1| (-566))) (-15 -2537 (|#1| |#1| (-1232 (-566)))) (-15 -1867 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -4165 (|#1| |#2| |#1| (-566))) (-15 -4165 (|#1| |#1| |#1| (-566))) (-15 -2762 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -3503 (|#1| (-1 (-112) |#2|) |#1|)) (-15 -1867 (|#1| |#2| |#1|)) (-15 -3723 (|#1| |#1|)) (-15 -2762 (|#1| |#1| |#1|)) (-15 -1485 (|#1| (-1 (-112) |#2| |#2|) |#1| |#1|)) (-15 -2771 ((-112) (-1 (-112) |#2| |#2|) |#1|)) (-15 -1308 ((-566) (-1 (-112) |#2|) |#1|)) (-15 -1308 ((-566) |#2| |#1|)) (-15 -1308 ((-566) |#2| |#1| (-566))) (-15 -1485 (|#1| |#1| |#1|)) (-15 -2771 ((-112) |#1|)) (-15 -2310 (|#1| |#1| |#1| (-566))) (-15 -1501 (|#1| |#1|)) (-15 -3632 (|#1| (-1 (-112) |#2| |#2|) |#1|)) (-15 -3632 (|#1| |#1|)) (-15 -2892 ((-112) |#1| |#1|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -1936 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2695 ((-3 |#2| "failed") (-1 (-112) |#2|) |#1|)) (-15 -1566 (|#1| (-771) |#2|)) (-15 -1895 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1800 (|#1| |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1389 ((|#1| $) 49)) (-3908 ((|#1| $) 66)) (-2276 (($ $) 68)) (-2656 (((-1270) $ (-566) (-566)) 98 (|has| $ (-6 -4416)))) (-3337 (($ $ (-566)) 53 (|has| $ (-6 -4416)))) (-2771 (((-112) $) 143 (|has| |#1| (-850))) (((-112) (-1 (-112) |#1| |#1|) $) 137)) (-3632 (($ $) 147 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4416)))) (($ (-1 (-112) |#1| |#1|) $) 146 (|has| $ (-6 -4416)))) (-3292 (($ $) 142 (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $) 136)) (-3874 (((-112) $ (-771)) 8)) (-3283 ((|#1| $ |#1|) 40 (|has| $ (-6 -4416)))) (-3840 (($ $ $) 57 (|has| $ (-6 -4416)))) (-2694 ((|#1| $ |#1|) 55 (|has| $ (-6 -4416)))) (-1335 ((|#1| $ |#1|) 59 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4416))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4416))) (($ $ "rest" $) 56 (|has| $ (-6 -4416))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 118 (|has| $ (-6 -4416))) ((|#1| $ (-566) |#1|) 87 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 42 (|has| $ (-6 -4416)))) (-3503 (($ (-1 (-112) |#1|) $) 130)) (-1997 (($ (-1 (-112) |#1|) $) 103 (|has| $ (-6 -4415)))) (-3896 ((|#1| $) 67)) (-4145 (($) 7 T CONST)) (-1501 (($ $) 145 (|has| $ (-6 -4416)))) (-1721 (($ $) 135)) (-3616 (($ $) 74) (($ $ (-771)) 72)) (-3723 (($ $) 132 (|has| |#1| (-1099)))) (-3640 (($ $) 100 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ |#1| $) 131 (|has| |#1| (-1099))) (($ (-1 (-112) |#1|) $) 126)) (-1837 (($ (-1 (-112) |#1|) $) 104 (|has| $ (-6 -4415))) (($ |#1| $) 101 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $) 106 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 105 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 102 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2417 ((|#1| $ (-566) |#1|) 86 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 88)) (-1605 (((-112) $) 84)) (-1308 (((-566) |#1| $ (-566)) 140 (|has| |#1| (-1099))) (((-566) |#1| $) 139 (|has| |#1| (-1099))) (((-566) (-1 (-112) |#1|) $) 138)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 51)) (-3906 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1566 (($ (-771) |#1|) 109)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 96 (|has| (-566) (-850)))) (-1888 (($ $ $) 148 (|has| |#1| (-850)))) (-2762 (($ $ $) 133 (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) 129)) (-1485 (($ $ $) 141 (|has| |#1| (-850))) (($ (-1 (-112) |#1| |#1|) $ $) 134)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 95 (|has| (-566) (-850)))) (-3890 (($ $ $) 149 (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 112)) (-3479 (($ |#1|) 123)) (-4395 (((-112) $ (-771)) 10)) (-3343 (((-644 |#1|) $) 46)) (-3900 (((-112) $) 50)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1855 ((|#1| $) 71) (($ $ (-771)) 69)) (-4165 (($ $ $ (-566)) 128) (($ |#1| $ (-566)) 127)) (-3438 (($ $ $ (-566)) 117) (($ |#1| $ (-566)) 116)) (-2033 (((-644 (-566)) $) 93)) (-2686 (((-112) (-566) $) 92)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3604 ((|#1| $) 77) (($ $ (-771)) 75)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 107)) (-1417 (($ $ |#1|) 97 (|has| $ (-6 -4416)))) (-4284 (((-112) $) 85)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#1| $) 94 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) 91)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1232 (-566))) 113) ((|#1| $ (-566)) 90) ((|#1| $ (-566) |#1|) 89)) (-1985 (((-566) $ $) 45)) (-2537 (($ $ (-1232 (-566))) 125) (($ $ (-566)) 124)) (-1405 (($ $ (-1232 (-566))) 115) (($ $ (-566)) 114)) (-1409 (((-112) $) 47)) (-2783 (($ $) 63)) (-1603 (($ $) 60 (|has| $ (-6 -4416)))) (-2883 (((-771) $) 64)) (-3715 (($ $) 65)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2310 (($ $ $ (-566)) 144 (|has| $ (-6 -4416)))) (-1800 (($ $) 13)) (-1945 (((-538) $) 99 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 108)) (-1940 (($ $ $) 62) (($ $ |#1|) 61)) (-2829 (($ $ $) 79) (($ |#1| $) 78) (($ (-644 $)) 111) (($ $ |#1|) 110)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) 52)) (-2110 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) 151 (|has| |#1| (-850)))) (-2904 (((-112) $ $) 152 (|has| |#1| (-850)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2915 (((-112) $ $) 150 (|has| |#1| (-850)))) (-2892 (((-112) $ $) 153 (|has| |#1| (-850)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-666 |#1|) (-140) (-1215)) (T -666))
+((-3479 (*1 *1 *2) (-12 (-4 *1 (-666 *2)) (-4 *2 (-1215)))))
+(-13 (-1148 |t#1|) (-375 |t#1|) (-283 |t#1|) (-10 -8 (-15 -3479 ($ |t#1|))))
+(((-34) . T) ((-102) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-283 |#1|) . T) ((-375 |#1|) . T) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1010 |#1|) . T) ((-1099) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1148 |#1|) . T) ((-1215) . T) ((-1253 |#1|) . T))
+((-1848 (((-644 (-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|))))) (-644 (-644 |#1|)) (-644 (-1265 |#1|))) 22) (((-644 (-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|))))) (-689 |#1|) (-644 (-1265 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|)))) (-644 (-644 |#1|)) (-1265 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|)))) (-689 |#1|) (-1265 |#1|)) 14)) (-3486 (((-771) (-689 |#1|) (-1265 |#1|)) 30)) (-4221 (((-3 (-1265 |#1|) "failed") (-689 |#1|) (-1265 |#1|)) 24)) (-3411 (((-112) (-689 |#1|) (-1265 |#1|)) 27)))
+(((-667 |#1|) (-10 -7 (-15 -1848 ((-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|)))) (-689 |#1|) (-1265 |#1|))) (-15 -1848 ((-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|)))) (-644 (-644 |#1|)) (-1265 |#1|))) (-15 -1848 ((-644 (-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|))))) (-689 |#1|) (-644 (-1265 |#1|)))) (-15 -1848 ((-644 (-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|))))) (-644 (-644 |#1|)) (-644 (-1265 |#1|)))) (-15 -4221 ((-3 (-1265 |#1|) "failed") (-689 |#1|) (-1265 |#1|))) (-15 -3411 ((-112) (-689 |#1|) (-1265 |#1|))) (-15 -3486 ((-771) (-689 |#1|) (-1265 |#1|)))) (-365)) (T -667))
+((-3486 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-365)) (-5 *2 (-771)) (-5 *1 (-667 *5)))) (-3411 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-365)) (-5 *2 (-112)) (-5 *1 (-667 *5)))) (-4221 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1265 *4)) (-5 *3 (-689 *4)) (-4 *4 (-365)) (-5 *1 (-667 *4)))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 *5))) (-4 *5 (-365)) (-5 *2 (-644 (-2 (|:| |particular| (-3 (-1265 *5) "failed")) (|:| -3781 (-644 (-1265 *5)))))) (-5 *1 (-667 *5)) (-5 *4 (-644 (-1265 *5))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *5)) (-4 *5 (-365)) (-5 *2 (-644 (-2 (|:| |particular| (-3 (-1265 *5) "failed")) (|:| -3781 (-644 (-1265 *5)))))) (-5 *1 (-667 *5)) (-5 *4 (-644 (-1265 *5))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 *5))) (-4 *5 (-365)) (-5 *2 (-2 (|:| |particular| (-3 (-1265 *5) "failed")) (|:| -3781 (-644 (-1265 *5))))) (-5 *1 (-667 *5)) (-5 *4 (-1265 *5)))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |particular| (-3 (-1265 *5) "failed")) (|:| -3781 (-644 (-1265 *5))))) (-5 *1 (-667 *5)) (-5 *4 (-1265 *5)))))
+(-10 -7 (-15 -1848 ((-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|)))) (-689 |#1|) (-1265 |#1|))) (-15 -1848 ((-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|)))) (-644 (-644 |#1|)) (-1265 |#1|))) (-15 -1848 ((-644 (-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|))))) (-689 |#1|) (-644 (-1265 |#1|)))) (-15 -1848 ((-644 (-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|))))) (-644 (-644 |#1|)) (-644 (-1265 |#1|)))) (-15 -4221 ((-3 (-1265 |#1|) "failed") (-689 |#1|) (-1265 |#1|))) (-15 -3411 ((-112) (-689 |#1|) (-1265 |#1|))) (-15 -3486 ((-771) (-689 |#1|) (-1265 |#1|))))
+((-1848 (((-644 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3781 (-644 |#3|)))) |#4| (-644 |#3|)) 66) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3781 (-644 |#3|))) |#4| |#3|) 60)) (-3486 (((-771) |#4| |#3|) 18)) (-4221 (((-3 |#3| "failed") |#4| |#3|) 21)) (-3411 (((-112) |#4| |#3|) 14)))
+(((-668 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1848 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3781 (-644 |#3|))) |#4| |#3|)) (-15 -1848 ((-644 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3781 (-644 |#3|)))) |#4| (-644 |#3|))) (-15 -4221 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3411 ((-112) |#4| |#3|)) (-15 -3486 ((-771) |#4| |#3|))) (-365) (-13 (-375 |#1|) (-10 -7 (-6 -4416))) (-13 (-375 |#1|) (-10 -7 (-6 -4416))) (-687 |#1| |#2| |#3|)) (T -668))
+((-3486 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-5 *2 (-771)) (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))) (-3411 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-5 *2 (-112)) (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))) (-4221 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-365)) (-4 *5 (-13 (-375 *4) (-10 -7 (-6 -4416)))) (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4416)))) (-5 *1 (-668 *4 *5 *2 *3)) (-4 *3 (-687 *4 *5 *2)))) (-1848 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-4 *7 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-5 *2 (-644 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -3781 (-644 *7))))) (-5 *1 (-668 *5 *6 *7 *3)) (-5 *4 (-644 *7)) (-4 *3 (-687 *5 *6 *7)))) (-1848 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4)))) (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))))
+(-10 -7 (-15 -1848 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3781 (-644 |#3|))) |#4| |#3|)) (-15 -1848 ((-644 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3781 (-644 |#3|)))) |#4| (-644 |#3|))) (-15 -4221 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3411 ((-112) |#4| |#3|)) (-15 -3486 ((-771) |#4| |#3|)))
+((-2923 (((-2 (|:| |particular| (-3 (-1265 (-409 |#4|)) "failed")) (|:| -3781 (-644 (-1265 (-409 |#4|))))) (-644 |#4|) (-644 |#3|)) 52)))
+(((-669 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2923 ((-2 (|:| |particular| (-3 (-1265 (-409 |#4|)) "failed")) (|:| -3781 (-644 (-1265 (-409 |#4|))))) (-644 |#4|) (-644 |#3|)))) (-558) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -669))
+((-2923 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *7)) (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-5 *2 (-2 (|:| |particular| (-3 (-1265 (-409 *8)) "failed")) (|:| -3781 (-644 (-1265 (-409 *8)))))) (-5 *1 (-669 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2923 ((-2 (|:| |particular| (-3 (-1265 (-409 |#4|)) "failed")) (|:| -3781 (-644 (-1265 (-409 |#4|))))) (-644 |#4|) (-644 |#3|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-2666 (((-3 $ "failed")) NIL (|has| |#2| (-558)))) (-2881 ((|#2| $) NIL)) (-1699 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-2232 (((-1265 (-689 |#2|))) NIL) (((-1265 (-689 |#2|)) (-1265 $)) NIL)) (-2421 (((-112) $) NIL)) (-1960 (((-1265 $)) 44)) (-3874 (((-112) $ (-771)) NIL)) (-3872 (($ |#2|) NIL)) (-4145 (($) NIL T CONST)) (-4035 (($ $) NIL (|has| |#2| (-308)))) (-2220 (((-240 |#1| |#2|) $ (-566)) NIL)) (-1311 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL (|has| |#2| (-558)))) (-1630 (((-3 $ "failed")) NIL (|has| |#2| (-558)))) (-1738 (((-689 |#2|)) NIL) (((-689 |#2|) (-1265 $)) NIL)) (-3210 ((|#2| $) NIL)) (-4347 (((-689 |#2|) $) NIL) (((-689 |#2|) $ (-1265 $)) NIL)) (-2175 (((-3 $ "failed") $) NIL (|has| |#2| (-558)))) (-2522 (((-1171 (-952 |#2|))) NIL (|has| |#2| (-365)))) (-4268 (($ $ (-921)) NIL)) (-2985 ((|#2| $) NIL)) (-3813 (((-1171 |#2|) $) NIL (|has| |#2| (-558)))) (-2955 ((|#2|) NIL) ((|#2| (-1265 $)) NIL)) (-4017 (((-1171 |#2|) $) NIL)) (-2895 (((-112)) NIL)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 |#2| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) ((|#2| $) NIL)) (-3189 (($ (-1265 |#2|)) NIL) (($ (-1265 |#2|) (-1265 $)) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3486 (((-771) $) NIL (|has| |#2| (-558))) (((-921)) 45)) (-2359 ((|#2| $ (-566) (-566)) NIL)) (-1475 (((-112)) NIL)) (-2215 (($ $ (-921)) NIL)) (-3953 (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1568 (((-112) $) NIL)) (-3548 (((-771) $) NIL (|has| |#2| (-558)))) (-3192 (((-644 (-240 |#1| |#2|)) $) NIL (|has| |#2| (-558)))) (-1736 (((-771) $) NIL)) (-1324 (((-112)) NIL)) (-1746 (((-771) $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-1433 ((|#2| $) NIL (|has| |#2| (-6 (-4417 "*"))))) (-3574 (((-566) $) NIL)) (-2899 (((-566) $) NIL)) (-1690 (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1840 (((-566) $) NIL)) (-3657 (((-566) $) NIL)) (-2540 (($ (-644 (-644 |#2|))) NIL)) (-2409 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-2240 (((-644 (-644 |#2|)) $) NIL)) (-1366 (((-112)) NIL)) (-4262 (((-112)) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-1693 (((-3 (-2 (|:| |particular| $) (|:| -3781 (-644 $))) "failed")) NIL (|has| |#2| (-558)))) (-2313 (((-3 $ "failed")) NIL (|has| |#2| (-558)))) (-1825 (((-689 |#2|)) NIL) (((-689 |#2|) (-1265 $)) NIL)) (-1362 ((|#2| $) NIL)) (-2429 (((-689 |#2|) $) NIL) (((-689 |#2|) $ (-1265 $)) NIL)) (-3570 (((-3 $ "failed") $) NIL (|has| |#2| (-558)))) (-1717 (((-1171 (-952 |#2|))) NIL (|has| |#2| (-365)))) (-3172 (($ $ (-921)) NIL)) (-2509 ((|#2| $) NIL)) (-3572 (((-1171 |#2|) $) NIL (|has| |#2| (-558)))) (-3445 ((|#2|) NIL) ((|#2| (-1265 $)) NIL)) (-4157 (((-1171 |#2|) $) NIL)) (-3286 (((-112)) NIL)) (-3057 (((-1157) $) NIL)) (-1663 (((-112)) NIL)) (-1538 (((-112)) NIL)) (-1862 (((-112)) NIL)) (-4252 (((-3 $ "failed") $) NIL (|has| |#2| (-365)))) (-2029 (((-1119) $) NIL)) (-1480 (((-112)) NIL)) (-4116 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558)))) (-3295 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ (-566) (-566) |#2|) NIL) ((|#2| $ (-566) (-566)) 30) ((|#2| $ (-566)) NIL)) (-2324 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2286 ((|#2| $) NIL)) (-2627 (($ (-644 |#2|)) NIL)) (-3615 (((-112) $) NIL)) (-2873 (((-240 |#1| |#2|) $) NIL)) (-3344 ((|#2| $) NIL (|has| |#2| (-6 (-4417 "*"))))) (-2037 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1800 (($ $) NIL)) (-2702 (((-689 |#2|) (-1265 $)) NIL) (((-1265 |#2|) $) NIL) (((-689 |#2|) (-1265 $) (-1265 $)) NIL) (((-1265 |#2|) $ (-1265 $)) 33)) (-1945 (($ (-1265 |#2|)) NIL) (((-1265 |#2|) $) NIL)) (-3663 (((-644 (-952 |#2|))) NIL) (((-644 (-952 |#2|)) (-1265 $)) NIL)) (-3528 (($ $ $) NIL)) (-3345 (((-112)) NIL)) (-3408 (((-240 |#1| |#2|) $ (-566)) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#2| (-1038 (-409 (-566))))) (($ |#2|) NIL) (((-689 |#2|) $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) 43)) (-2526 (((-644 (-1265 |#2|))) NIL (|has| |#2| (-558)))) (-4052 (($ $ $ $) NIL)) (-4203 (((-112)) NIL)) (-3547 (($ (-689 |#2|) $) NIL)) (-3487 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-2721 (((-112) $) NIL)) (-1641 (($ $ $) NIL)) (-1590 (((-112)) NIL)) (-2937 (((-112)) NIL)) (-3168 (((-112)) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#2| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-240 |#1| |#2|) $ (-240 |#1| |#2|)) NIL) (((-240 |#1| |#2|) (-240 |#1| |#2|) $) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
(((-670 |#1| |#2|) (-13 (-1122 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-613 (-689 |#2|)) (-419 |#2|)) (-921) (-172)) (T -670))
NIL
(-13 (-1122 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-613 (-689 |#2|)) (-419 |#2|))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3455 (((-644 (-1134)) $) 10)) (-3152 (((-862) $) 16) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-671) (-13 (-1082) (-10 -8 (-15 -3455 ((-644 (-1134)) $))))) (T -671))
-((-3455 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-671)))))
-(-13 (-1082) (-10 -8 (-15 -3455 ((-644 (-1134)) $))))
-((-2988 (((-112) $ $) NIL)) (-4111 (((-644 |#1|) $) NIL)) (-1966 (($ $) 67)) (-1748 (((-112) $) NIL)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3101 (((-3 $ "failed") (-819 |#1|)) 27)) (-2517 (((-112) (-819 |#1|)) 17)) (-4173 (($ (-819 |#1|)) 28)) (-2585 (((-112) $ $) 36)) (-2440 (((-921) $) 43)) (-1953 (($ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1624 (((-644 $) (-819 |#1|)) 19)) (-3152 (((-862) $) 51) (($ |#1|) 40) (((-819 |#1|) $) 47) (((-677 |#1|) $) 52)) (-3044 (((-112) $ $) NIL)) (-3202 (((-59 (-644 $)) (-644 |#1|) (-921)) 72)) (-3219 (((-644 $) (-644 |#1|) (-921)) 76)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 68)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 46)))
-(((-672 |#1|) (-13 (-850) (-1038 |#1|) (-10 -8 (-15 -1748 ((-112) $)) (-15 -1953 ($ $)) (-15 -1966 ($ $)) (-15 -2440 ((-921) $)) (-15 -2585 ((-112) $ $)) (-15 -3152 ((-819 |#1|) $)) (-15 -3152 ((-677 |#1|) $)) (-15 -1624 ((-644 $) (-819 |#1|))) (-15 -2517 ((-112) (-819 |#1|))) (-15 -4173 ($ (-819 |#1|))) (-15 -3101 ((-3 $ "failed") (-819 |#1|))) (-15 -4111 ((-644 |#1|) $)) (-15 -3202 ((-59 (-644 $)) (-644 |#1|) (-921))) (-15 -3219 ((-644 $) (-644 |#1|) (-921))))) (-850)) (T -672))
-((-1748 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-1953 (*1 *1 *1) (-12 (-5 *1 (-672 *2)) (-4 *2 (-850)))) (-1966 (*1 *1 *1) (-12 (-5 *1 (-672 *2)) (-4 *2 (-850)))) (-2440 (*1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-2585 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-677 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-1624 (*1 *2 *3) (-12 (-5 *3 (-819 *4)) (-4 *4 (-850)) (-5 *2 (-644 (-672 *4))) (-5 *1 (-672 *4)))) (-2517 (*1 *2 *3) (-12 (-5 *3 (-819 *4)) (-4 *4 (-850)) (-5 *2 (-112)) (-5 *1 (-672 *4)))) (-4173 (*1 *1 *2) (-12 (-5 *2 (-819 *3)) (-4 *3 (-850)) (-5 *1 (-672 *3)))) (-3101 (*1 *1 *2) (|partial| -12 (-5 *2 (-819 *3)) (-4 *3 (-850)) (-5 *1 (-672 *3)))) (-4111 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-3202 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-921)) (-4 *5 (-850)) (-5 *2 (-59 (-644 (-672 *5)))) (-5 *1 (-672 *5)))) (-3219 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-921)) (-4 *5 (-850)) (-5 *2 (-644 (-672 *5))) (-5 *1 (-672 *5)))))
-(-13 (-850) (-1038 |#1|) (-10 -8 (-15 -1748 ((-112) $)) (-15 -1953 ($ $)) (-15 -1966 ($ $)) (-15 -2440 ((-921) $)) (-15 -2585 ((-112) $ $)) (-15 -3152 ((-819 |#1|) $)) (-15 -3152 ((-677 |#1|) $)) (-15 -1624 ((-644 $) (-819 |#1|))) (-15 -2517 ((-112) (-819 |#1|))) (-15 -4173 ($ (-819 |#1|))) (-15 -3101 ((-3 $ "failed") (-819 |#1|))) (-15 -4111 ((-644 |#1|) $)) (-15 -3202 ((-59 (-644 $)) (-644 |#1|) (-921))) (-15 -3219 ((-644 $) (-644 |#1|) (-921)))))
-((-2876 ((|#2| $) 103)) (-3214 (($ $) 124)) (-1504 (((-112) $ (-771)) 35)) (-3919 (($ $) 112) (($ $ (-771)) 115)) (-1781 (((-112) $) 125)) (-3431 (((-644 $) $) 99)) (-1507 (((-112) $ $) 95)) (-3456 (((-112) $ (-771)) 33)) (-2296 (((-566) $) 69)) (-4050 (((-566) $) 68)) (-3267 (((-112) $ (-771)) 31)) (-3860 (((-112) $) 101)) (-2641 ((|#2| $) 116) (($ $ (-771)) 120)) (-1859 (($ $ $ (-566)) 86) (($ |#2| $ (-566)) 85)) (-3725 (((-644 (-566)) $) 67)) (-1644 (((-112) (-566) $) 61)) (-3908 ((|#2| $) NIL) (($ $ (-771)) 111)) (-3369 (($ $ (-566)) 128)) (-3254 (((-112) $) 127)) (-2823 (((-112) (-1 (-112) |#2|) $) 44)) (-3486 (((-644 |#2|) $) 48)) (-1309 ((|#2| $ "value") NIL) ((|#2| $ "first") 110) (($ $ "rest") 114) ((|#2| $ "last") 123) (($ $ (-1231 (-566))) 82) ((|#2| $ (-566)) 59) ((|#2| $ (-566) |#2|) 60)) (-1696 (((-566) $ $) 94)) (-2166 (($ $ (-1231 (-566))) 81) (($ $ (-566)) 75)) (-3786 (((-112) $) 90)) (-4018 (($ $) 108)) (-2916 (((-771) $) 107)) (-1922 (($ $) 106)) (-1340 (($ (-644 |#2|)) 55)) (-1687 (($ $) 129)) (-1926 (((-644 $) $) 93)) (-4385 (((-112) $ $) 92)) (-2210 (((-112) (-1 (-112) |#2|) $) 43)) (-2914 (((-112) $ $) 20)) (-3000 (((-771) $) 41)))
-(((-673 |#1| |#2|) (-10 -8 (-15 -1687 (|#1| |#1|)) (-15 -3369 (|#1| |#1| (-566))) (-15 -1781 ((-112) |#1|)) (-15 -3254 ((-112) |#1|)) (-15 -1309 (|#2| |#1| (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566))) (-15 -3486 ((-644 |#2|) |#1|)) (-15 -1644 ((-112) (-566) |#1|)) (-15 -3725 ((-644 (-566)) |#1|)) (-15 -4050 ((-566) |#1|)) (-15 -2296 ((-566) |#1|)) (-15 -1340 (|#1| (-644 |#2|))) (-15 -1309 (|#1| |#1| (-1231 (-566)))) (-15 -2166 (|#1| |#1| (-566))) (-15 -2166 (|#1| |#1| (-1231 (-566)))) (-15 -1859 (|#1| |#2| |#1| (-566))) (-15 -1859 (|#1| |#1| |#1| (-566))) (-15 -4018 (|#1| |#1|)) (-15 -2916 ((-771) |#1|)) (-15 -1922 (|#1| |#1|)) (-15 -3214 (|#1| |#1|)) (-15 -2641 (|#1| |#1| (-771))) (-15 -1309 (|#2| |#1| "last")) (-15 -2641 (|#2| |#1|)) (-15 -3919 (|#1| |#1| (-771))) (-15 -1309 (|#1| |#1| "rest")) (-15 -3919 (|#1| |#1|)) (-15 -3908 (|#1| |#1| (-771))) (-15 -1309 (|#2| |#1| "first")) (-15 -3908 (|#2| |#1|)) (-15 -1507 ((-112) |#1| |#1|)) (-15 -4385 ((-112) |#1| |#1|)) (-15 -1696 ((-566) |#1| |#1|)) (-15 -3786 ((-112) |#1|)) (-15 -1309 (|#2| |#1| "value")) (-15 -2876 (|#2| |#1|)) (-15 -3860 ((-112) |#1|)) (-15 -3431 ((-644 |#1|) |#1|)) (-15 -1926 ((-644 |#1|) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3000 ((-771) |#1|)) (-15 -1504 ((-112) |#1| (-771))) (-15 -3456 ((-112) |#1| (-771))) (-15 -3267 ((-112) |#1| (-771)))) (-674 |#2|) (-1214)) (T -673))
-NIL
-(-10 -8 (-15 -1687 (|#1| |#1|)) (-15 -3369 (|#1| |#1| (-566))) (-15 -1781 ((-112) |#1|)) (-15 -3254 ((-112) |#1|)) (-15 -1309 (|#2| |#1| (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566))) (-15 -3486 ((-644 |#2|) |#1|)) (-15 -1644 ((-112) (-566) |#1|)) (-15 -3725 ((-644 (-566)) |#1|)) (-15 -4050 ((-566) |#1|)) (-15 -2296 ((-566) |#1|)) (-15 -1340 (|#1| (-644 |#2|))) (-15 -1309 (|#1| |#1| (-1231 (-566)))) (-15 -2166 (|#1| |#1| (-566))) (-15 -2166 (|#1| |#1| (-1231 (-566)))) (-15 -1859 (|#1| |#2| |#1| (-566))) (-15 -1859 (|#1| |#1| |#1| (-566))) (-15 -4018 (|#1| |#1|)) (-15 -2916 ((-771) |#1|)) (-15 -1922 (|#1| |#1|)) (-15 -3214 (|#1| |#1|)) (-15 -2641 (|#1| |#1| (-771))) (-15 -1309 (|#2| |#1| "last")) (-15 -2641 (|#2| |#1|)) (-15 -3919 (|#1| |#1| (-771))) (-15 -1309 (|#1| |#1| "rest")) (-15 -3919 (|#1| |#1|)) (-15 -3908 (|#1| |#1| (-771))) (-15 -1309 (|#2| |#1| "first")) (-15 -3908 (|#2| |#1|)) (-15 -1507 ((-112) |#1| |#1|)) (-15 -4385 ((-112) |#1| |#1|)) (-15 -1696 ((-566) |#1| |#1|)) (-15 -3786 ((-112) |#1|)) (-15 -1309 (|#2| |#1| "value")) (-15 -2876 (|#2| |#1|)) (-15 -3860 ((-112) |#1|)) (-15 -3431 ((-644 |#1|) |#1|)) (-15 -1926 ((-644 |#1|) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -2823 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3000 ((-771) |#1|)) (-15 -1504 ((-112) |#1| (-771))) (-15 -3456 ((-112) |#1| (-771))) (-15 -3267 ((-112) |#1| (-771))))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2876 ((|#1| $) 49)) (-3541 ((|#1| $) 66)) (-3214 (($ $) 68)) (-1944 (((-1269) $ (-566) (-566)) 98 (|has| $ (-6 -4415)))) (-4258 (($ $ (-566)) 53 (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) 8)) (-2191 ((|#1| $ |#1|) 40 (|has| $ (-6 -4415)))) (-1813 (($ $ $) 57 (|has| $ (-6 -4415)))) (-1948 ((|#1| $ |#1|) 55 (|has| $ (-6 -4415)))) (-1381 ((|#1| $ |#1|) 59 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4415))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4415))) (($ $ "rest" $) 56 (|has| $ (-6 -4415))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 118 (|has| $ (-6 -4415))) ((|#1| $ (-566) |#1|) 87 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 42 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) 103)) (-3531 ((|#1| $) 67)) (-2463 (($) 7 T CONST)) (-1466 (($ $) 125)) (-3919 (($ $) 74) (($ $ (-771)) 72)) (-3942 (($ $) 100 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#1| $) 101 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 104)) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $) 106 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 105 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 102 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3897 ((|#1| $ (-566) |#1|) 86 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 88)) (-1781 (((-112) $) 84)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-2067 (((-771) $) 124)) (-3431 (((-644 $) $) 51)) (-1507 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1860 (($ (-771) |#1|) 109)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 96 (|has| (-566) (-850)))) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 95 (|has| (-566) (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 112)) (-3267 (((-112) $ (-771)) 10)) (-1458 (((-644 |#1|) $) 46)) (-3860 (((-112) $) 50)) (-2551 (($ $) 127)) (-2684 (((-112) $) 128)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2641 ((|#1| $) 71) (($ $ (-771)) 69)) (-1859 (($ $ $ (-566)) 117) (($ |#1| $ (-566)) 116)) (-3725 (((-644 (-566)) $) 93)) (-1644 (((-112) (-566) $) 92)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3600 ((|#1| $) 126)) (-3908 ((|#1| $) 77) (($ $ (-771)) 75)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 107)) (-3787 (($ $ |#1|) 97 (|has| $ (-6 -4415)))) (-3369 (($ $ (-566)) 123)) (-3254 (((-112) $) 85)) (-1659 (((-112) $) 129)) (-3176 (((-112) $) 130)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#1| $) 94 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) 91)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1231 (-566))) 113) ((|#1| $ (-566)) 90) ((|#1| $ (-566) |#1|) 89)) (-1696 (((-566) $ $) 45)) (-2166 (($ $ (-1231 (-566))) 115) (($ $ (-566)) 114)) (-3786 (((-112) $) 47)) (-4018 (($ $) 63)) (-3810 (($ $) 60 (|has| $ (-6 -4415)))) (-2916 (((-771) $) 64)) (-1922 (($ $) 65)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 99 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 108)) (-1690 (($ $ $) 62 (|has| $ (-6 -4415))) (($ $ |#1|) 61 (|has| $ (-6 -4415)))) (-4386 (($ $ $) 79) (($ |#1| $) 78) (($ (-644 $)) 111) (($ $ |#1|) 110)) (-1687 (($ $) 122)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) 52)) (-4385 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-674 |#1|) (-140) (-1214)) (T -674))
-((-2622 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-674 *3)) (-4 *3 (-1214)))) (-3678 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-674 *3)) (-4 *3 (-1214)))) (-3176 (*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))) (-1659 (*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))) (-2684 (*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))) (-2551 (*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1214)))) (-3600 (*1 *2 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1214)))) (-1466 (*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1214)))) (-2067 (*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1214)) (-5 *2 (-771)))) (-3369 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-674 *3)) (-4 *3 (-1214)))) (-1687 (*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1214)))))
-(-13 (-1148 |t#1|) (-10 -8 (-15 -2622 ($ (-1 (-112) |t#1|) $)) (-15 -3678 ($ (-1 (-112) |t#1|) $)) (-15 -3176 ((-112) $)) (-15 -1659 ((-112) $)) (-15 -2684 ((-112) $)) (-15 -2551 ($ $)) (-15 -3600 (|t#1| $)) (-15 -1466 ($ $)) (-15 -2067 ((-771) $)) (-15 -3369 ($ $ (-566))) (-15 -1687 ($ $))))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1148 |#1|) . T) ((-1214) . T) ((-1252 |#1|) . T))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1862 (($ (-771) (-771) (-771)) 55 (|has| |#1| (-1049)))) (-1504 (((-112) $ (-771)) NIL)) (-2458 ((|#1| $ (-771) (-771) (-771) |#1|) 49)) (-2463 (($) NIL T CONST)) (-4243 (($ $ $) 60 (|has| |#1| (-1049)))) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2143 (((-1264 (-771)) $) 12)) (-1420 (($ (-1175) $ $) 37)) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3775 (($ (-771)) 57 (|has| |#1| (-1049)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-771) (-771) (-771)) 46)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-1340 (($ (-644 (-644 (-644 |#1|)))) 70)) (-3152 (($ (-958 (-958 (-958 |#1|)))) 23) (((-958 (-958 (-958 |#1|))) $) 19) (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-675 |#1|) (-13 (-491 |#1|) (-10 -8 (IF (|has| |#1| (-1049)) (PROGN (-15 -1862 ($ (-771) (-771) (-771))) (-15 -3775 ($ (-771))) (-15 -4243 ($ $ $))) |%noBranch|) (-15 -1340 ($ (-644 (-644 (-644 |#1|))))) (-15 -1309 (|#1| $ (-771) (-771) (-771))) (-15 -2458 (|#1| $ (-771) (-771) (-771) |#1|)) (-15 -3152 ($ (-958 (-958 (-958 |#1|))))) (-15 -3152 ((-958 (-958 (-958 |#1|))) $)) (-15 -1420 ($ (-1175) $ $)) (-15 -2143 ((-1264 (-771)) $)))) (-1099)) (T -675))
-((-1862 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-675 *3)) (-4 *3 (-1049)) (-4 *3 (-1099)))) (-3775 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-675 *3)) (-4 *3 (-1049)) (-4 *3 (-1099)))) (-4243 (*1 *1 *1 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-1049)) (-4 *2 (-1099)))) (-1340 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-644 *3)))) (-4 *3 (-1099)) (-5 *1 (-675 *3)))) (-1309 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-771)) (-5 *1 (-675 *2)) (-4 *2 (-1099)))) (-2458 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-675 *2)) (-4 *2 (-1099)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-958 (-958 (-958 *3)))) (-4 *3 (-1099)) (-5 *1 (-675 *3)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-958 (-958 (-958 *3)))) (-5 *1 (-675 *3)) (-4 *3 (-1099)))) (-1420 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-675 *3)) (-4 *3 (-1099)))) (-2143 (*1 *2 *1) (-12 (-5 *2 (-1264 (-771))) (-5 *1 (-675 *3)) (-4 *3 (-1099)))))
-(-13 (-491 |#1|) (-10 -8 (IF (|has| |#1| (-1049)) (PROGN (-15 -1862 ($ (-771) (-771) (-771))) (-15 -3775 ($ (-771))) (-15 -4243 ($ $ $))) |%noBranch|) (-15 -1340 ($ (-644 (-644 (-644 |#1|))))) (-15 -1309 (|#1| $ (-771) (-771) (-771))) (-15 -2458 (|#1| $ (-771) (-771) (-771) |#1|)) (-15 -3152 ($ (-958 (-958 (-958 |#1|))))) (-15 -3152 ((-958 (-958 (-958 |#1|))) $)) (-15 -1420 ($ (-1175) $ $)) (-15 -2143 ((-1264 (-771)) $))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-2842 (((-485) $) 10)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-1134) $) 12)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-676) (-13 (-1082) (-10 -8 (-15 -2842 ((-485) $)) (-15 -1377 ((-1134) $))))) (T -676))
-((-2842 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-676)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-676)))))
-(-13 (-1082) (-10 -8 (-15 -2842 ((-485) $)) (-15 -1377 ((-1134) $))))
-((-2988 (((-112) $ $) NIL)) (-4111 (((-644 |#1|) $) 15)) (-1966 (($ $) 19)) (-1748 (((-112) $) 20)) (-2229 (((-3 |#1| "failed") $) 23)) (-4158 ((|#1| $) 21)) (-3919 (($ $) 37)) (-2795 (($ $) 25)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-2585 (((-112) $ $) 47)) (-2440 (((-921) $) 40)) (-1953 (($ $) 18)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 ((|#1| $) 36)) (-3152 (((-862) $) 32) (($ |#1|) 24) (((-819 |#1|) $) 28)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 13)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 44)) (* (($ $ $) 35)))
-(((-677 |#1|) (-13 (-850) (-1038 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3152 ((-819 |#1|) $)) (-15 -3908 (|#1| $)) (-15 -1953 ($ $)) (-15 -2440 ((-921) $)) (-15 -2585 ((-112) $ $)) (-15 -2795 ($ $)) (-15 -3919 ($ $)) (-15 -1748 ((-112) $)) (-15 -1966 ($ $)) (-15 -4111 ((-644 |#1|) $)))) (-850)) (T -677))
-((* (*1 *1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-677 *3)) (-4 *3 (-850)))) (-3908 (*1 *2 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-1953 (*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-2440 (*1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-677 *3)) (-4 *3 (-850)))) (-2585 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-677 *3)) (-4 *3 (-850)))) (-2795 (*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-3919 (*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-1748 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-677 *3)) (-4 *3 (-850)))) (-1966 (*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-4111 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-677 *3)) (-4 *3 (-850)))))
-(-13 (-850) (-1038 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3152 ((-819 |#1|) $)) (-15 -3908 (|#1| $)) (-15 -1953 ($ $)) (-15 -2440 ((-921) $)) (-15 -2585 ((-112) $ $)) (-15 -2795 ($ $)) (-15 -3919 ($ $)) (-15 -1748 ((-112) $)) (-15 -1966 ($ $)) (-15 -4111 ((-644 |#1|) $))))
-((-4214 ((|#1| (-1 |#1| (-771) |#1|) (-771) |#1|) 14)) (-3446 ((|#1| (-1 |#1| |#1|) (-771) |#1|) 12)))
-(((-678 |#1|) (-10 -7 (-15 -3446 (|#1| (-1 |#1| |#1|) (-771) |#1|)) (-15 -4214 (|#1| (-1 |#1| (-771) |#1|) (-771) |#1|))) (-1099)) (T -678))
-((-4214 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-771) *2)) (-5 *4 (-771)) (-4 *2 (-1099)) (-5 *1 (-678 *2)))) (-3446 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-771)) (-4 *2 (-1099)) (-5 *1 (-678 *2)))))
-(-10 -7 (-15 -3446 (|#1| (-1 |#1| |#1|) (-771) |#1|)) (-15 -4214 (|#1| (-1 |#1| (-771) |#1|) (-771) |#1|)))
-((-1945 ((|#2| |#1| |#2|) 9)) (-3150 ((|#1| |#1| |#2|) 8)))
-(((-679 |#1| |#2|) (-10 -7 (-15 -3150 (|#1| |#1| |#2|)) (-15 -1945 (|#2| |#1| |#2|))) (-1099) (-1099)) (T -679))
-((-1945 (*1 *2 *3 *2) (-12 (-5 *1 (-679 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-3150 (*1 *2 *2 *3) (-12 (-5 *1 (-679 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
-(-10 -7 (-15 -3150 (|#1| |#1| |#2|)) (-15 -1945 (|#2| |#1| |#2|)))
-((-3718 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
-(((-680 |#1| |#2| |#3|) (-10 -7 (-15 -3718 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1099) (-1099) (-1099)) (T -680))
-((-3718 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)) (-5 *1 (-680 *5 *6 *2)))))
-(-10 -7 (-15 -3718 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-1385 (((-1213) $) 21)) (-1344 (((-644 (-1213)) $) 19)) (-3926 (($ (-644 (-1213)) (-1213)) 14)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 29) (($ (-1180)) NIL) (((-1180) $) NIL) (((-1213) $) 22) (($ (-1117)) 10)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-681) (-13 (-1082) (-613 (-1213)) (-10 -8 (-15 -3152 ($ (-1117))) (-15 -3926 ($ (-644 (-1213)) (-1213))) (-15 -1344 ((-644 (-1213)) $)) (-15 -1385 ((-1213) $))))) (T -681))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1117)) (-5 *1 (-681)))) (-3926 (*1 *1 *2 *3) (-12 (-5 *2 (-644 (-1213))) (-5 *3 (-1213)) (-5 *1 (-681)))) (-1344 (*1 *2 *1) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-681)))) (-1385 (*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-681)))))
-(-13 (-1082) (-613 (-1213)) (-10 -8 (-15 -3152 ($ (-1117))) (-15 -3926 ($ (-644 (-1213)) (-1213))) (-15 -1344 ((-644 (-1213)) $)) (-15 -1385 ((-1213) $))))
-((-4214 (((-1 |#1| (-771) |#1|) (-1 |#1| (-771) |#1|)) 29)) (-1744 (((-1 |#1|) |#1|) 8)) (-1828 ((|#1| |#1|) 23)) (-2216 (((-644 |#1|) (-1 (-644 |#1|) (-644 |#1|)) (-566)) 22) ((|#1| (-1 |#1| |#1|)) 11)) (-3152 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-771)) 26)))
-(((-682 |#1|) (-10 -7 (-15 -1744 ((-1 |#1|) |#1|)) (-15 -3152 ((-1 |#1|) |#1|)) (-15 -2216 (|#1| (-1 |#1| |#1|))) (-15 -2216 ((-644 |#1|) (-1 (-644 |#1|) (-644 |#1|)) (-566))) (-15 -1828 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-771))) (-15 -4214 ((-1 |#1| (-771) |#1|) (-1 |#1| (-771) |#1|)))) (-1099)) (T -682))
-((-4214 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-771) *3)) (-4 *3 (-1099)) (-5 *1 (-682 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *4 (-1099)) (-5 *1 (-682 *4)))) (-1828 (*1 *2 *2) (-12 (-5 *1 (-682 *2)) (-4 *2 (-1099)))) (-2216 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-644 *5) (-644 *5))) (-5 *4 (-566)) (-5 *2 (-644 *5)) (-5 *1 (-682 *5)) (-4 *5 (-1099)))) (-2216 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-682 *2)) (-4 *2 (-1099)))) (-3152 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1099)))) (-1744 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1099)))))
-(-10 -7 (-15 -1744 ((-1 |#1|) |#1|)) (-15 -3152 ((-1 |#1|) |#1|)) (-15 -2216 (|#1| (-1 |#1| |#1|))) (-15 -2216 ((-644 |#1|) (-1 (-644 |#1|) (-644 |#1|)) (-566))) (-15 -1828 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-771))) (-15 -4214 ((-1 |#1| (-771) |#1|) (-1 |#1| (-771) |#1|))))
-((-1417 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-4193 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-1623 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-4182 (((-1 |#2| |#1|) |#2|) 11)))
-(((-683 |#1| |#2|) (-10 -7 (-15 -4182 ((-1 |#2| |#1|) |#2|)) (-15 -4193 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -1623 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -1417 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1099) (-1099)) (T -683))
-((-1417 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-5 *2 (-1 *5 *4)) (-5 *1 (-683 *4 *5)))) (-1623 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1099)) (-5 *2 (-1 *5 *4)) (-5 *1 (-683 *4 *5)) (-4 *4 (-1099)))) (-4193 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-5 *2 (-1 *5)) (-5 *1 (-683 *4 *5)))) (-4182 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-683 *4 *3)) (-4 *4 (-1099)) (-4 *3 (-1099)))))
-(-10 -7 (-15 -4182 ((-1 |#2| |#1|) |#2|)) (-15 -4193 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -1623 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -1417 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
-((-3646 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-2961 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-2381 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-2186 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-1461 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
-(((-684 |#1| |#2| |#3|) (-10 -7 (-15 -2961 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -2381 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2186 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1461 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -3646 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1099) (-1099) (-1099)) (T -684))
-((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-1 *7 *5)) (-5 *1 (-684 *5 *6 *7)))) (-3646 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-684 *4 *5 *6)))) (-1461 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-684 *4 *5 *6)) (-4 *4 (-1099)))) (-2186 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-684 *4 *5 *6)) (-4 *5 (-1099)))) (-2381 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *5)) (-5 *1 (-684 *4 *5 *6)))) (-2961 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1099)) (-4 *4 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *5)) (-5 *1 (-684 *5 *4 *6)))))
-(-10 -7 (-15 -2961 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -2381 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2186 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1461 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -3646 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
-((-2873 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-2319 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
-(((-685 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2319 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2319 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -2873 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1049) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|) (-1049) (-375 |#5|) (-375 |#5|) (-687 |#5| |#6| |#7|)) (T -685))
-((-2873 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1049)) (-4 *2 (-1049)) (-4 *6 (-375 *5)) (-4 *7 (-375 *5)) (-4 *8 (-375 *2)) (-4 *9 (-375 *2)) (-5 *1 (-685 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-687 *5 *6 *7)) (-4 *10 (-687 *2 *8 *9)))) (-2319 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1049)) (-4 *8 (-1049)) (-4 *6 (-375 *5)) (-4 *7 (-375 *5)) (-4 *2 (-687 *8 *9 *10)) (-5 *1 (-685 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-687 *5 *6 *7)) (-4 *9 (-375 *8)) (-4 *10 (-375 *8)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1049)) (-4 *8 (-1049)) (-4 *6 (-375 *5)) (-4 *7 (-375 *5)) (-4 *2 (-687 *8 *9 *10)) (-5 *1 (-685 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-687 *5 *6 *7)) (-4 *9 (-375 *8)) (-4 *10 (-375 *8)))))
-(-10 -7 (-15 -2319 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2319 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -2873 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
-((-2819 (($ (-771) (-771)) 43)) (-4383 (($ $ $) 71)) (-4160 (($ |#3|) 66) (($ $) 67)) (-1791 (((-112) $) 38)) (-2485 (($ $ (-566) (-566)) 82)) (-2106 (($ $ (-566) (-566)) 83)) (-2897 (($ $ (-566) (-566) (-566) (-566)) 88)) (-2754 (($ $) 69)) (-3768 (((-112) $) 15)) (-1418 (($ $ (-566) (-566) $) 89)) (-1456 ((|#2| $ (-566) (-566) |#2|) NIL) (($ $ (-644 (-566)) (-644 (-566)) $) 87)) (-3520 (($ (-771) |#2|) 53)) (-4184 (($ (-644 (-644 |#2|))) 51)) (-1723 (((-644 (-644 |#2|)) $) 78)) (-1798 (($ $ $) 70)) (-2978 (((-3 $ "failed") $ |#2|) 121)) (-1309 ((|#2| $ (-566) (-566)) NIL) ((|#2| $ (-566) (-566) |#2|) NIL) (($ $ (-644 (-566)) (-644 (-566))) 86)) (-2253 (($ (-644 |#2|)) 54) (($ (-644 $)) 56)) (-1370 (((-112) $) 28)) (-3152 (($ |#4|) 61) (((-862) $) NIL)) (-1950 (((-112) $) 40)) (-3025 (($ $ |#2|) 123)) (-3012 (($ $ $) 93) (($ $) 96)) (-3002 (($ $ $) 91)) (** (($ $ (-771)) 110) (($ $ (-566)) 128)) (* (($ $ $) 102) (($ |#2| $) 98) (($ $ |#2|) 99) (($ (-566) $) 101) ((|#4| $ |#4|) 114) ((|#3| |#3| $) 118)))
-(((-686 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3152 ((-862) |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -3025 (|#1| |#1| |#2|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-771))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3002 (|#1| |#1| |#1|)) (-15 -1418 (|#1| |#1| (-566) (-566) |#1|)) (-15 -2897 (|#1| |#1| (-566) (-566) (-566) (-566))) (-15 -2106 (|#1| |#1| (-566) (-566))) (-15 -2485 (|#1| |#1| (-566) (-566))) (-15 -1456 (|#1| |#1| (-644 (-566)) (-644 (-566)) |#1|)) (-15 -1309 (|#1| |#1| (-644 (-566)) (-644 (-566)))) (-15 -1723 ((-644 (-644 |#2|)) |#1|)) (-15 -4383 (|#1| |#1| |#1|)) (-15 -1798 (|#1| |#1| |#1|)) (-15 -2754 (|#1| |#1|)) (-15 -4160 (|#1| |#1|)) (-15 -4160 (|#1| |#3|)) (-15 -3152 (|#1| |#4|)) (-15 -2253 (|#1| (-644 |#1|))) (-15 -2253 (|#1| (-644 |#2|))) (-15 -3520 (|#1| (-771) |#2|)) (-15 -4184 (|#1| (-644 (-644 |#2|)))) (-15 -2819 (|#1| (-771) (-771))) (-15 -1950 ((-112) |#1|)) (-15 -1791 ((-112) |#1|)) (-15 -1370 ((-112) |#1|)) (-15 -3768 ((-112) |#1|)) (-15 -1456 (|#2| |#1| (-566) (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566) (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566) (-566)))) (-687 |#2| |#3| |#4|) (-1049) (-375 |#2|) (-375 |#2|)) (T -686))
-NIL
-(-10 -8 (-15 -3152 ((-862) |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -3025 (|#1| |#1| |#2|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-771))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3002 (|#1| |#1| |#1|)) (-15 -1418 (|#1| |#1| (-566) (-566) |#1|)) (-15 -2897 (|#1| |#1| (-566) (-566) (-566) (-566))) (-15 -2106 (|#1| |#1| (-566) (-566))) (-15 -2485 (|#1| |#1| (-566) (-566))) (-15 -1456 (|#1| |#1| (-644 (-566)) (-644 (-566)) |#1|)) (-15 -1309 (|#1| |#1| (-644 (-566)) (-644 (-566)))) (-15 -1723 ((-644 (-644 |#2|)) |#1|)) (-15 -4383 (|#1| |#1| |#1|)) (-15 -1798 (|#1| |#1| |#1|)) (-15 -2754 (|#1| |#1|)) (-15 -4160 (|#1| |#1|)) (-15 -4160 (|#1| |#3|)) (-15 -3152 (|#1| |#4|)) (-15 -2253 (|#1| (-644 |#1|))) (-15 -2253 (|#1| (-644 |#2|))) (-15 -3520 (|#1| (-771) |#2|)) (-15 -4184 (|#1| (-644 (-644 |#2|)))) (-15 -2819 (|#1| (-771) (-771))) (-15 -1950 ((-112) |#1|)) (-15 -1791 ((-112) |#1|)) (-15 -1370 ((-112) |#1|)) (-15 -3768 ((-112) |#1|)) (-15 -1456 (|#2| |#1| (-566) (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566) (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566) (-566))))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2819 (($ (-771) (-771)) 98)) (-4383 (($ $ $) 88)) (-4160 (($ |#2|) 92) (($ $) 91)) (-1791 (((-112) $) 100)) (-2485 (($ $ (-566) (-566)) 84)) (-2106 (($ $ (-566) (-566)) 83)) (-2897 (($ $ (-566) (-566) (-566) (-566)) 82)) (-2754 (($ $) 90)) (-3768 (((-112) $) 102)) (-1504 (((-112) $ (-771)) 8)) (-1418 (($ $ (-566) (-566) $) 81)) (-1456 ((|#1| $ (-566) (-566) |#1|) 45) (($ $ (-644 (-566)) (-644 (-566)) $) 85)) (-1499 (($ $ (-566) |#2|) 43)) (-2837 (($ $ (-566) |#3|) 42)) (-3520 (($ (-771) |#1|) 96)) (-2463 (($) 7 T CONST)) (-1521 (($ $) 68 (|has| |#1| (-308)))) (-1721 ((|#2| $ (-566)) 47)) (-2755 (((-771) $) 67 (|has| |#1| (-558)))) (-3897 ((|#1| $ (-566) (-566) |#1|) 44)) (-3829 ((|#1| $ (-566) (-566)) 49)) (-1683 (((-644 |#1|) $) 31)) (-1908 (((-771) $) 66 (|has| |#1| (-558)))) (-2950 (((-644 |#3|) $) 65 (|has| |#1| (-558)))) (-3811 (((-771) $) 52)) (-1860 (($ (-771) (-771) |#1|) 58)) (-3824 (((-771) $) 51)) (-3456 (((-112) $ (-771)) 9)) (-1444 ((|#1| $) 63 (|has| |#1| (-6 (-4416 "*"))))) (-2531 (((-566) $) 56)) (-3688 (((-566) $) 54)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2422 (((-566) $) 55)) (-3632 (((-566) $) 53)) (-4184 (($ (-644 (-644 |#1|))) 97)) (-3885 (($ (-1 |#1| |#1|) $) 35)) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 41) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 40)) (-1723 (((-644 (-644 |#1|)) $) 87)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1542 (((-3 $ "failed") $) 62 (|has| |#1| (-365)))) (-1798 (($ $ $) 89)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3787 (($ $ |#1|) 57)) (-2978 (((-3 $ "failed") $ |#1|) 70 (|has| |#1| (-558)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ (-566) (-566)) 50) ((|#1| $ (-566) (-566) |#1|) 48) (($ $ (-644 (-566)) (-644 (-566))) 86)) (-2253 (($ (-644 |#1|)) 95) (($ (-644 $)) 94)) (-1370 (((-112) $) 101)) (-3943 ((|#1| $) 64 (|has| |#1| (-6 (-4416 "*"))))) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2986 ((|#3| $ (-566)) 46)) (-3152 (($ |#3|) 93) (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-1950 (((-112) $) 99)) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3025 (($ $ |#1|) 69 (|has| |#1| (-365)))) (-3012 (($ $ $) 79) (($ $) 78)) (-3002 (($ $ $) 80)) (** (($ $ (-771)) 71) (($ $ (-566)) 61 (|has| |#1| (-365)))) (* (($ $ $) 77) (($ |#1| $) 76) (($ $ |#1|) 75) (($ (-566) $) 74) ((|#3| $ |#3|) 73) ((|#2| |#2| $) 72)) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1381 (((-644 (-1134)) $) 10)) (-1650 (((-862) $) 16) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-671) (-13 (-1082) (-10 -8 (-15 -1381 ((-644 (-1134)) $))))) (T -671))
+((-1381 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-671)))))
+(-13 (-1082) (-10 -8 (-15 -1381 ((-644 (-1134)) $))))
+((-4124 (((-112) $ $) NIL)) (-1327 (((-644 |#1|) $) NIL)) (-3567 (($ $) 67)) (-1343 (((-112) $) NIL)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-2030 (((-3 $ "failed") (-819 |#1|)) 27)) (-3407 (((-112) (-819 |#1|)) 17)) (-1819 (($ (-819 |#1|)) 28)) (-2836 (((-112) $ $) 36)) (-2715 (((-921) $) 43)) (-3555 (($ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3846 (((-644 $) (-819 |#1|)) 19)) (-1650 (((-862) $) 51) (($ |#1|) 40) (((-819 |#1|) $) 47) (((-677 |#1|) $) 52)) (-2657 (((-112) $ $) NIL)) (-1851 (((-59 (-644 $)) (-644 |#1|) (-921)) 72)) (-3920 (((-644 $) (-644 |#1|) (-921)) 76)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 68)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 46)))
+(((-672 |#1|) (-13 (-850) (-1038 |#1|) (-10 -8 (-15 -1343 ((-112) $)) (-15 -3555 ($ $)) (-15 -3567 ($ $)) (-15 -2715 ((-921) $)) (-15 -2836 ((-112) $ $)) (-15 -1650 ((-819 |#1|) $)) (-15 -1650 ((-677 |#1|) $)) (-15 -3846 ((-644 $) (-819 |#1|))) (-15 -3407 ((-112) (-819 |#1|))) (-15 -1819 ($ (-819 |#1|))) (-15 -2030 ((-3 $ "failed") (-819 |#1|))) (-15 -1327 ((-644 |#1|) $)) (-15 -1851 ((-59 (-644 $)) (-644 |#1|) (-921))) (-15 -3920 ((-644 $) (-644 |#1|) (-921))))) (-850)) (T -672))
+((-1343 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-3555 (*1 *1 *1) (-12 (-5 *1 (-672 *2)) (-4 *2 (-850)))) (-3567 (*1 *1 *1) (-12 (-5 *1 (-672 *2)) (-4 *2 (-850)))) (-2715 (*1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-2836 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-677 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-3846 (*1 *2 *3) (-12 (-5 *3 (-819 *4)) (-4 *4 (-850)) (-5 *2 (-644 (-672 *4))) (-5 *1 (-672 *4)))) (-3407 (*1 *2 *3) (-12 (-5 *3 (-819 *4)) (-4 *4 (-850)) (-5 *2 (-112)) (-5 *1 (-672 *4)))) (-1819 (*1 *1 *2) (-12 (-5 *2 (-819 *3)) (-4 *3 (-850)) (-5 *1 (-672 *3)))) (-2030 (*1 *1 *2) (|partial| -12 (-5 *2 (-819 *3)) (-4 *3 (-850)) (-5 *1 (-672 *3)))) (-1327 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850)))) (-1851 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-921)) (-4 *5 (-850)) (-5 *2 (-59 (-644 (-672 *5)))) (-5 *1 (-672 *5)))) (-3920 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-921)) (-4 *5 (-850)) (-5 *2 (-644 (-672 *5))) (-5 *1 (-672 *5)))))
+(-13 (-850) (-1038 |#1|) (-10 -8 (-15 -1343 ((-112) $)) (-15 -3555 ($ $)) (-15 -3567 ($ $)) (-15 -2715 ((-921) $)) (-15 -2836 ((-112) $ $)) (-15 -1650 ((-819 |#1|) $)) (-15 -1650 ((-677 |#1|) $)) (-15 -3846 ((-644 $) (-819 |#1|))) (-15 -3407 ((-112) (-819 |#1|))) (-15 -1819 ($ (-819 |#1|))) (-15 -2030 ((-3 $ "failed") (-819 |#1|))) (-15 -1327 ((-644 |#1|) $)) (-15 -1851 ((-59 (-644 $)) (-644 |#1|) (-921))) (-15 -3920 ((-644 $) (-644 |#1|) (-921)))))
+((-1389 ((|#2| $) 103)) (-2276 (($ $) 124)) (-3874 (((-112) $ (-771)) 35)) (-3616 (($ $) 112) (($ $ (-771)) 115)) (-1605 (((-112) $) 125)) (-2305 (((-644 $) $) 99)) (-3906 (((-112) $ $) 95)) (-1392 (((-112) $ (-771)) 33)) (-3099 (((-566) $) 69)) (-3090 (((-566) $) 68)) (-4395 (((-112) $ (-771)) 31)) (-3900 (((-112) $) 101)) (-1855 ((|#2| $) 116) (($ $ (-771)) 120)) (-3438 (($ $ $ (-566)) 86) (($ |#2| $ (-566)) 85)) (-2033 (((-644 (-566)) $) 67)) (-2686 (((-112) (-566) $) 61)) (-3604 ((|#2| $) NIL) (($ $ (-771)) 111)) (-2929 (($ $ (-566)) 128)) (-4284 (((-112) $) 127)) (-3295 (((-112) (-1 (-112) |#2|) $) 44)) (-1647 (((-644 |#2|) $) 48)) (-3483 ((|#2| $ "value") NIL) ((|#2| $ "first") 110) (($ $ "rest") 114) ((|#2| $ "last") 123) (($ $ (-1232 (-566))) 82) ((|#2| $ (-566)) 59) ((|#2| $ (-566) |#2|) 60)) (-1985 (((-566) $ $) 94)) (-1405 (($ $ (-1232 (-566))) 81) (($ $ (-566)) 75)) (-1409 (((-112) $) 90)) (-2783 (($ $) 108)) (-2883 (((-771) $) 107)) (-3715 (($ $) 106)) (-1664 (($ (-644 |#2|)) 55)) (-1911 (($ $) 129)) (-2460 (((-644 $) $) 93)) (-2110 (((-112) $ $) 92)) (-3487 (((-112) (-1 (-112) |#2|) $) 43)) (-2868 (((-112) $ $) 20)) (-4142 (((-771) $) 41)))
+(((-673 |#1| |#2|) (-10 -8 (-15 -1911 (|#1| |#1|)) (-15 -2929 (|#1| |#1| (-566))) (-15 -1605 ((-112) |#1|)) (-15 -4284 ((-112) |#1|)) (-15 -3483 (|#2| |#1| (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566))) (-15 -1647 ((-644 |#2|) |#1|)) (-15 -2686 ((-112) (-566) |#1|)) (-15 -2033 ((-644 (-566)) |#1|)) (-15 -3090 ((-566) |#1|)) (-15 -3099 ((-566) |#1|)) (-15 -1664 (|#1| (-644 |#2|))) (-15 -3483 (|#1| |#1| (-1232 (-566)))) (-15 -1405 (|#1| |#1| (-566))) (-15 -1405 (|#1| |#1| (-1232 (-566)))) (-15 -3438 (|#1| |#2| |#1| (-566))) (-15 -3438 (|#1| |#1| |#1| (-566))) (-15 -2783 (|#1| |#1|)) (-15 -2883 ((-771) |#1|)) (-15 -3715 (|#1| |#1|)) (-15 -2276 (|#1| |#1|)) (-15 -1855 (|#1| |#1| (-771))) (-15 -3483 (|#2| |#1| "last")) (-15 -1855 (|#2| |#1|)) (-15 -3616 (|#1| |#1| (-771))) (-15 -3483 (|#1| |#1| "rest")) (-15 -3616 (|#1| |#1|)) (-15 -3604 (|#1| |#1| (-771))) (-15 -3483 (|#2| |#1| "first")) (-15 -3604 (|#2| |#1|)) (-15 -3906 ((-112) |#1| |#1|)) (-15 -2110 ((-112) |#1| |#1|)) (-15 -1985 ((-566) |#1| |#1|)) (-15 -1409 ((-112) |#1|)) (-15 -3483 (|#2| |#1| "value")) (-15 -1389 (|#2| |#1|)) (-15 -3900 ((-112) |#1|)) (-15 -2305 ((-644 |#1|) |#1|)) (-15 -2460 ((-644 |#1|) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4142 ((-771) |#1|)) (-15 -3874 ((-112) |#1| (-771))) (-15 -1392 ((-112) |#1| (-771))) (-15 -4395 ((-112) |#1| (-771)))) (-674 |#2|) (-1215)) (T -673))
+NIL
+(-10 -8 (-15 -1911 (|#1| |#1|)) (-15 -2929 (|#1| |#1| (-566))) (-15 -1605 ((-112) |#1|)) (-15 -4284 ((-112) |#1|)) (-15 -3483 (|#2| |#1| (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566))) (-15 -1647 ((-644 |#2|) |#1|)) (-15 -2686 ((-112) (-566) |#1|)) (-15 -2033 ((-644 (-566)) |#1|)) (-15 -3090 ((-566) |#1|)) (-15 -3099 ((-566) |#1|)) (-15 -1664 (|#1| (-644 |#2|))) (-15 -3483 (|#1| |#1| (-1232 (-566)))) (-15 -1405 (|#1| |#1| (-566))) (-15 -1405 (|#1| |#1| (-1232 (-566)))) (-15 -3438 (|#1| |#2| |#1| (-566))) (-15 -3438 (|#1| |#1| |#1| (-566))) (-15 -2783 (|#1| |#1|)) (-15 -2883 ((-771) |#1|)) (-15 -3715 (|#1| |#1|)) (-15 -2276 (|#1| |#1|)) (-15 -1855 (|#1| |#1| (-771))) (-15 -3483 (|#2| |#1| "last")) (-15 -1855 (|#2| |#1|)) (-15 -3616 (|#1| |#1| (-771))) (-15 -3483 (|#1| |#1| "rest")) (-15 -3616 (|#1| |#1|)) (-15 -3604 (|#1| |#1| (-771))) (-15 -3483 (|#2| |#1| "first")) (-15 -3604 (|#2| |#1|)) (-15 -3906 ((-112) |#1| |#1|)) (-15 -2110 ((-112) |#1| |#1|)) (-15 -1985 ((-566) |#1| |#1|)) (-15 -1409 ((-112) |#1|)) (-15 -3483 (|#2| |#1| "value")) (-15 -1389 (|#2| |#1|)) (-15 -3900 ((-112) |#1|)) (-15 -2305 ((-644 |#1|) |#1|)) (-15 -2460 ((-644 |#1|) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -3295 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#2|) |#1|)) (-15 -4142 ((-771) |#1|)) (-15 -3874 ((-112) |#1| (-771))) (-15 -1392 ((-112) |#1| (-771))) (-15 -4395 ((-112) |#1| (-771))))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1389 ((|#1| $) 49)) (-3908 ((|#1| $) 66)) (-2276 (($ $) 68)) (-2656 (((-1270) $ (-566) (-566)) 98 (|has| $ (-6 -4416)))) (-3337 (($ $ (-566)) 53 (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) 8)) (-3283 ((|#1| $ |#1|) 40 (|has| $ (-6 -4416)))) (-3840 (($ $ $) 57 (|has| $ (-6 -4416)))) (-2694 ((|#1| $ |#1|) 55 (|has| $ (-6 -4416)))) (-1335 ((|#1| $ |#1|) 59 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4416))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4416))) (($ $ "rest" $) 56 (|has| $ (-6 -4416))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 118 (|has| $ (-6 -4416))) ((|#1| $ (-566) |#1|) 87 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 42 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) 103)) (-3896 ((|#1| $) 67)) (-4145 (($) 7 T CONST)) (-1599 (($ $) 125)) (-3616 (($ $) 74) (($ $ (-771)) 72)) (-3640 (($ $) 100 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#1| $) 101 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 104)) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $) 106 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 105 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 102 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2417 ((|#1| $ (-566) |#1|) 86 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 88)) (-1605 (((-112) $) 84)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1462 (((-771) $) 124)) (-2305 (((-644 $) $) 51)) (-3906 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1566 (($ (-771) |#1|) 109)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 96 (|has| (-566) (-850)))) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 95 (|has| (-566) (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 112)) (-4395 (((-112) $ (-771)) 10)) (-3343 (((-644 |#1|) $) 46)) (-3900 (((-112) $) 50)) (-3793 (($ $) 127)) (-1388 (((-112) $) 128)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1855 ((|#1| $) 71) (($ $ (-771)) 69)) (-3438 (($ $ $ (-566)) 117) (($ |#1| $ (-566)) 116)) (-2033 (((-644 (-566)) $) 93)) (-2686 (((-112) (-566) $) 92)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3395 ((|#1| $) 126)) (-3604 ((|#1| $) 77) (($ $ (-771)) 75)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 107)) (-1417 (($ $ |#1|) 97 (|has| $ (-6 -4416)))) (-2929 (($ $ (-566)) 123)) (-4284 (((-112) $) 85)) (-2852 (((-112) $) 129)) (-1601 (((-112) $) 130)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#1| $) 94 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) 91)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1232 (-566))) 113) ((|#1| $ (-566)) 90) ((|#1| $ (-566) |#1|) 89)) (-1985 (((-566) $ $) 45)) (-1405 (($ $ (-1232 (-566))) 115) (($ $ (-566)) 114)) (-1409 (((-112) $) 47)) (-2783 (($ $) 63)) (-1603 (($ $) 60 (|has| $ (-6 -4416)))) (-2883 (((-771) $) 64)) (-3715 (($ $) 65)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 99 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 108)) (-1940 (($ $ $) 62 (|has| $ (-6 -4416))) (($ $ |#1|) 61 (|has| $ (-6 -4416)))) (-2829 (($ $ $) 79) (($ |#1| $) 78) (($ (-644 $)) 111) (($ $ |#1|) 110)) (-1911 (($ $) 122)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) 52)) (-2110 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-674 |#1|) (-140) (-1215)) (T -674))
+((-1837 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-674 *3)) (-4 *3 (-1215)))) (-1997 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-674 *3)) (-4 *3 (-1215)))) (-1601 (*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))) (-2852 (*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))) (-1388 (*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))) (-3793 (*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1215)))) (-3395 (*1 *2 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1215)))) (-1599 (*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1215)))) (-1462 (*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1215)) (-5 *2 (-771)))) (-2929 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-674 *3)) (-4 *3 (-1215)))) (-1911 (*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1215)))))
+(-13 (-1148 |t#1|) (-10 -8 (-15 -1837 ($ (-1 (-112) |t#1|) $)) (-15 -1997 ($ (-1 (-112) |t#1|) $)) (-15 -1601 ((-112) $)) (-15 -2852 ((-112) $)) (-15 -1388 ((-112) $)) (-15 -3793 ($ $)) (-15 -3395 (|t#1| $)) (-15 -1599 ($ $)) (-15 -1462 ((-771) $)) (-15 -2929 ($ $ (-566))) (-15 -1911 ($ $))))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1148 |#1|) . T) ((-1215) . T) ((-1253 |#1|) . T))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4309 (($ (-771) (-771) (-771)) 55 (|has| |#1| (-1049)))) (-3874 (((-112) $ (-771)) NIL)) (-4081 ((|#1| $ (-771) (-771) (-771) |#1|) 49)) (-4145 (($) NIL T CONST)) (-1452 (($ $ $) 60 (|has| |#1| (-1049)))) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-4097 (((-1265 (-771)) $) 12)) (-4344 (($ (-1175) $ $) 37)) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2461 (($ (-771)) 57 (|has| |#1| (-1049)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-771) (-771) (-771)) 46)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-1664 (($ (-644 (-644 (-644 |#1|)))) 70)) (-1650 (($ (-958 (-958 (-958 |#1|)))) 23) (((-958 (-958 (-958 |#1|))) $) 19) (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-675 |#1|) (-13 (-491 |#1|) (-10 -8 (IF (|has| |#1| (-1049)) (PROGN (-15 -4309 ($ (-771) (-771) (-771))) (-15 -2461 ($ (-771))) (-15 -1452 ($ $ $))) |%noBranch|) (-15 -1664 ($ (-644 (-644 (-644 |#1|))))) (-15 -3483 (|#1| $ (-771) (-771) (-771))) (-15 -4081 (|#1| $ (-771) (-771) (-771) |#1|)) (-15 -1650 ($ (-958 (-958 (-958 |#1|))))) (-15 -1650 ((-958 (-958 (-958 |#1|))) $)) (-15 -4344 ($ (-1175) $ $)) (-15 -4097 ((-1265 (-771)) $)))) (-1099)) (T -675))
+((-4309 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-675 *3)) (-4 *3 (-1049)) (-4 *3 (-1099)))) (-2461 (*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-675 *3)) (-4 *3 (-1049)) (-4 *3 (-1099)))) (-1452 (*1 *1 *1 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-1049)) (-4 *2 (-1099)))) (-1664 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-644 *3)))) (-4 *3 (-1099)) (-5 *1 (-675 *3)))) (-3483 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-771)) (-5 *1 (-675 *2)) (-4 *2 (-1099)))) (-4081 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-675 *2)) (-4 *2 (-1099)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-958 (-958 (-958 *3)))) (-4 *3 (-1099)) (-5 *1 (-675 *3)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-958 (-958 (-958 *3)))) (-5 *1 (-675 *3)) (-4 *3 (-1099)))) (-4344 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-675 *3)) (-4 *3 (-1099)))) (-4097 (*1 *2 *1) (-12 (-5 *2 (-1265 (-771))) (-5 *1 (-675 *3)) (-4 *3 (-1099)))))
+(-13 (-491 |#1|) (-10 -8 (IF (|has| |#1| (-1049)) (PROGN (-15 -4309 ($ (-771) (-771) (-771))) (-15 -2461 ($ (-771))) (-15 -1452 ($ $ $))) |%noBranch|) (-15 -1664 ($ (-644 (-644 (-644 |#1|))))) (-15 -3483 (|#1| $ (-771) (-771) (-771))) (-15 -4081 (|#1| $ (-771) (-771) (-771) |#1|)) (-15 -1650 ($ (-958 (-958 (-958 |#1|))))) (-15 -1650 ((-958 (-958 (-958 |#1|))) $)) (-15 -4344 ($ (-1175) $ $)) (-15 -4097 ((-1265 (-771)) $))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-3477 (((-485) $) 10)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 19) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-1134) $) 12)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-676) (-13 (-1082) (-10 -8 (-15 -3477 ((-485) $)) (-15 -3720 ((-1134) $))))) (T -676))
+((-3477 (*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-676)))) (-3720 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-676)))))
+(-13 (-1082) (-10 -8 (-15 -3477 ((-485) $)) (-15 -3720 ((-1134) $))))
+((-4124 (((-112) $ $) NIL)) (-1327 (((-644 |#1|) $) 15)) (-3567 (($ $) 19)) (-1343 (((-112) $) 20)) (-1821 (((-3 |#1| "failed") $) 23)) (-3213 ((|#1| $) 21)) (-3616 (($ $) 37)) (-4296 (($ $) 25)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-2836 (((-112) $ $) 47)) (-2715 (((-921) $) 40)) (-3555 (($ $) 18)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 ((|#1| $) 36)) (-1650 (((-862) $) 32) (($ |#1|) 24) (((-819 |#1|) $) 28)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 13)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 44)) (* (($ $ $) 35)))
+(((-677 |#1|) (-13 (-850) (-1038 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -1650 ((-819 |#1|) $)) (-15 -3604 (|#1| $)) (-15 -3555 ($ $)) (-15 -2715 ((-921) $)) (-15 -2836 ((-112) $ $)) (-15 -4296 ($ $)) (-15 -3616 ($ $)) (-15 -1343 ((-112) $)) (-15 -3567 ($ $)) (-15 -1327 ((-644 |#1|) $)))) (-850)) (T -677))
+((* (*1 *1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-677 *3)) (-4 *3 (-850)))) (-3604 (*1 *2 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-3555 (*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-2715 (*1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-677 *3)) (-4 *3 (-850)))) (-2836 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-677 *3)) (-4 *3 (-850)))) (-4296 (*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-3616 (*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-1343 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-677 *3)) (-4 *3 (-850)))) (-3567 (*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850)))) (-1327 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-677 *3)) (-4 *3 (-850)))))
+(-13 (-850) (-1038 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -1650 ((-819 |#1|) $)) (-15 -3604 (|#1| $)) (-15 -3555 ($ $)) (-15 -2715 ((-921) $)) (-15 -2836 ((-112) $ $)) (-15 -4296 ($ $)) (-15 -3616 ($ $)) (-15 -1343 ((-112) $)) (-15 -3567 ($ $)) (-15 -1327 ((-644 |#1|) $))))
+((-4171 ((|#1| (-1 |#1| (-771) |#1|) (-771) |#1|) 14)) (-1908 ((|#1| (-1 |#1| |#1|) (-771) |#1|) 12)))
+(((-678 |#1|) (-10 -7 (-15 -1908 (|#1| (-1 |#1| |#1|) (-771) |#1|)) (-15 -4171 (|#1| (-1 |#1| (-771) |#1|) (-771) |#1|))) (-1099)) (T -678))
+((-4171 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-771) *2)) (-5 *4 (-771)) (-4 *2 (-1099)) (-5 *1 (-678 *2)))) (-1908 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-771)) (-4 *2 (-1099)) (-5 *1 (-678 *2)))))
+(-10 -7 (-15 -1908 (|#1| (-1 |#1| |#1|) (-771) |#1|)) (-15 -4171 (|#1| (-1 |#1| (-771) |#1|) (-771) |#1|)))
+((-2241 ((|#2| |#1| |#2|) 9)) (-2231 ((|#1| |#1| |#2|) 8)))
+(((-679 |#1| |#2|) (-10 -7 (-15 -2231 (|#1| |#1| |#2|)) (-15 -2241 (|#2| |#1| |#2|))) (-1099) (-1099)) (T -679))
+((-2241 (*1 *2 *3 *2) (-12 (-5 *1 (-679 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-2231 (*1 *2 *2 *3) (-12 (-5 *1 (-679 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+(-10 -7 (-15 -2231 (|#1| |#1| |#2|)) (-15 -2241 (|#2| |#1| |#2|)))
+((-4018 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
+(((-680 |#1| |#2| |#3|) (-10 -7 (-15 -4018 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1099) (-1099) (-1099)) (T -680))
+((-4018 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)) (-5 *1 (-680 *5 *6 *2)))))
+(-10 -7 (-15 -4018 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4240 (((-1214) $) 21)) (-4184 (((-644 (-1214)) $) 19)) (-1368 (($ (-644 (-1214)) (-1214)) 14)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 29) (($ (-1180)) NIL) (((-1180) $) NIL) (((-1214) $) 22) (($ (-1117)) 10)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-681) (-13 (-1082) (-613 (-1214)) (-10 -8 (-15 -1650 ($ (-1117))) (-15 -1368 ($ (-644 (-1214)) (-1214))) (-15 -4184 ((-644 (-1214)) $)) (-15 -4240 ((-1214) $))))) (T -681))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1117)) (-5 *1 (-681)))) (-1368 (*1 *1 *2 *3) (-12 (-5 *2 (-644 (-1214))) (-5 *3 (-1214)) (-5 *1 (-681)))) (-4184 (*1 *2 *1) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-681)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-681)))))
+(-13 (-1082) (-613 (-1214)) (-10 -8 (-15 -1650 ($ (-1117))) (-15 -1368 ($ (-644 (-1214)) (-1214))) (-15 -4184 ((-644 (-1214)) $)) (-15 -4240 ((-1214) $))))
+((-4171 (((-1 |#1| (-771) |#1|) (-1 |#1| (-771) |#1|)) 29)) (-1309 (((-1 |#1|) |#1|) 8)) (-1531 ((|#1| |#1|) 23)) (-3553 (((-644 |#1|) (-1 (-644 |#1|) (-644 |#1|)) (-566)) 22) ((|#1| (-1 |#1| |#1|)) 11)) (-1650 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-771)) 26)))
+(((-682 |#1|) (-10 -7 (-15 -1309 ((-1 |#1|) |#1|)) (-15 -1650 ((-1 |#1|) |#1|)) (-15 -3553 (|#1| (-1 |#1| |#1|))) (-15 -3553 ((-644 |#1|) (-1 (-644 |#1|) (-644 |#1|)) (-566))) (-15 -1531 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-771))) (-15 -4171 ((-1 |#1| (-771) |#1|) (-1 |#1| (-771) |#1|)))) (-1099)) (T -682))
+((-4171 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-771) *3)) (-4 *3 (-1099)) (-5 *1 (-682 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *4 (-1099)) (-5 *1 (-682 *4)))) (-1531 (*1 *2 *2) (-12 (-5 *1 (-682 *2)) (-4 *2 (-1099)))) (-3553 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-644 *5) (-644 *5))) (-5 *4 (-566)) (-5 *2 (-644 *5)) (-5 *1 (-682 *5)) (-4 *5 (-1099)))) (-3553 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-682 *2)) (-4 *2 (-1099)))) (-1650 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1099)))) (-1309 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1099)))))
+(-10 -7 (-15 -1309 ((-1 |#1|) |#1|)) (-15 -1650 ((-1 |#1|) |#1|)) (-15 -3553 (|#1| (-1 |#1| |#1|))) (-15 -3553 ((-644 |#1|) (-1 (-644 |#1|) (-644 |#1|)) (-566))) (-15 -1531 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-771))) (-15 -4171 ((-1 |#1| (-771) |#1|) (-1 |#1| (-771) |#1|))))
+((-2214 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-3937 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-4388 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-1903 (((-1 |#2| |#1|) |#2|) 11)))
+(((-683 |#1| |#2|) (-10 -7 (-15 -1903 ((-1 |#2| |#1|) |#2|)) (-15 -3937 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -4388 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2214 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1099) (-1099)) (T -683))
+((-2214 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-5 *2 (-1 *5 *4)) (-5 *1 (-683 *4 *5)))) (-4388 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1099)) (-5 *2 (-1 *5 *4)) (-5 *1 (-683 *4 *5)) (-4 *4 (-1099)))) (-3937 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-5 *2 (-1 *5)) (-5 *1 (-683 *4 *5)))) (-1903 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-683 *4 *3)) (-4 *4 (-1099)) (-4 *3 (-1099)))))
+(-10 -7 (-15 -1903 ((-1 |#2| |#1|) |#2|)) (-15 -3937 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -4388 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2214 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
+((-3794 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-3195 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-1497 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-3243 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-1562 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
+(((-684 |#1| |#2| |#3|) (-10 -7 (-15 -3195 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -1497 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -3243 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1562 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -3794 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1099) (-1099) (-1099)) (T -684))
+((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-1 *7 *5)) (-5 *1 (-684 *5 *6 *7)))) (-3794 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-684 *4 *5 *6)))) (-1562 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-684 *4 *5 *6)) (-4 *4 (-1099)))) (-3243 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-684 *4 *5 *6)) (-4 *5 (-1099)))) (-1497 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *5)) (-5 *1 (-684 *4 *5 *6)))) (-3195 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1099)) (-4 *4 (-1099)) (-4 *6 (-1099)) (-5 *2 (-1 *6 *5)) (-5 *1 (-684 *5 *4 *6)))))
+(-10 -7 (-15 -3195 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -1497 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -3243 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -1562 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -3794 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
+((-1936 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-1895 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
+(((-685 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1895 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1895 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -1936 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1049) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|) (-1049) (-375 |#5|) (-375 |#5|) (-687 |#5| |#6| |#7|)) (T -685))
+((-1936 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1049)) (-4 *2 (-1049)) (-4 *6 (-375 *5)) (-4 *7 (-375 *5)) (-4 *8 (-375 *2)) (-4 *9 (-375 *2)) (-5 *1 (-685 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-687 *5 *6 *7)) (-4 *10 (-687 *2 *8 *9)))) (-1895 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1049)) (-4 *8 (-1049)) (-4 *6 (-375 *5)) (-4 *7 (-375 *5)) (-4 *2 (-687 *8 *9 *10)) (-5 *1 (-685 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-687 *5 *6 *7)) (-4 *9 (-375 *8)) (-4 *10 (-375 *8)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1049)) (-4 *8 (-1049)) (-4 *6 (-375 *5)) (-4 *7 (-375 *5)) (-4 *2 (-687 *8 *9 *10)) (-5 *1 (-685 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-687 *5 *6 *7)) (-4 *9 (-375 *8)) (-4 *10 (-375 *8)))))
+(-10 -7 (-15 -1895 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1895 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -1936 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
+((-1342 (($ (-771) (-771)) 43)) (-2087 (($ $ $) 71)) (-1702 (($ |#3|) 66) (($ $) 67)) (-1699 (((-112) $) 38)) (-4362 (($ $ (-566) (-566)) 82)) (-1802 (($ $ (-566) (-566)) 83)) (-2678 (($ $ (-566) (-566) (-566) (-566)) 88)) (-3930 (($ $) 69)) (-2421 (((-112) $) 15)) (-2223 (($ $ (-566) (-566) $) 89)) (-1777 ((|#2| $ (-566) (-566) |#2|) NIL) (($ $ (-644 (-566)) (-644 (-566)) $) 87)) (-3872 (($ (-771) |#2|) 53)) (-2540 (($ (-644 (-644 |#2|))) 51)) (-2240 (((-644 (-644 |#2|)) $) 78)) (-1765 (($ $ $) 70)) (-4116 (((-3 $ "failed") $ |#2|) 121)) (-3483 ((|#2| $ (-566) (-566)) NIL) ((|#2| $ (-566) (-566) |#2|) NIL) (($ $ (-644 (-566)) (-644 (-566))) 86)) (-2627 (($ (-644 |#2|)) 54) (($ (-644 $)) 56)) (-3615 (((-112) $) 28)) (-1650 (($ |#4|) 61) (((-862) $) NIL)) (-2721 (((-112) $) 40)) (-2990 (($ $ |#2|) 123)) (-2977 (($ $ $) 93) (($ $) 96)) (-2964 (($ $ $) 91)) (** (($ $ (-771)) 110) (($ $ (-566)) 128)) (* (($ $ $) 102) (($ |#2| $) 98) (($ $ |#2|) 99) (($ (-566) $) 101) ((|#4| $ |#4|) 114) ((|#3| |#3| $) 118)))
+(((-686 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1650 ((-862) |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -2990 (|#1| |#1| |#2|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-771))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2964 (|#1| |#1| |#1|)) (-15 -2223 (|#1| |#1| (-566) (-566) |#1|)) (-15 -2678 (|#1| |#1| (-566) (-566) (-566) (-566))) (-15 -1802 (|#1| |#1| (-566) (-566))) (-15 -4362 (|#1| |#1| (-566) (-566))) (-15 -1777 (|#1| |#1| (-644 (-566)) (-644 (-566)) |#1|)) (-15 -3483 (|#1| |#1| (-644 (-566)) (-644 (-566)))) (-15 -2240 ((-644 (-644 |#2|)) |#1|)) (-15 -2087 (|#1| |#1| |#1|)) (-15 -1765 (|#1| |#1| |#1|)) (-15 -3930 (|#1| |#1|)) (-15 -1702 (|#1| |#1|)) (-15 -1702 (|#1| |#3|)) (-15 -1650 (|#1| |#4|)) (-15 -2627 (|#1| (-644 |#1|))) (-15 -2627 (|#1| (-644 |#2|))) (-15 -3872 (|#1| (-771) |#2|)) (-15 -2540 (|#1| (-644 (-644 |#2|)))) (-15 -1342 (|#1| (-771) (-771))) (-15 -2721 ((-112) |#1|)) (-15 -1699 ((-112) |#1|)) (-15 -3615 ((-112) |#1|)) (-15 -2421 ((-112) |#1|)) (-15 -1777 (|#2| |#1| (-566) (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566) (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566) (-566)))) (-687 |#2| |#3| |#4|) (-1049) (-375 |#2|) (-375 |#2|)) (T -686))
+NIL
+(-10 -8 (-15 -1650 ((-862) |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -2990 (|#1| |#1| |#2|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-771))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2964 (|#1| |#1| |#1|)) (-15 -2223 (|#1| |#1| (-566) (-566) |#1|)) (-15 -2678 (|#1| |#1| (-566) (-566) (-566) (-566))) (-15 -1802 (|#1| |#1| (-566) (-566))) (-15 -4362 (|#1| |#1| (-566) (-566))) (-15 -1777 (|#1| |#1| (-644 (-566)) (-644 (-566)) |#1|)) (-15 -3483 (|#1| |#1| (-644 (-566)) (-644 (-566)))) (-15 -2240 ((-644 (-644 |#2|)) |#1|)) (-15 -2087 (|#1| |#1| |#1|)) (-15 -1765 (|#1| |#1| |#1|)) (-15 -3930 (|#1| |#1|)) (-15 -1702 (|#1| |#1|)) (-15 -1702 (|#1| |#3|)) (-15 -1650 (|#1| |#4|)) (-15 -2627 (|#1| (-644 |#1|))) (-15 -2627 (|#1| (-644 |#2|))) (-15 -3872 (|#1| (-771) |#2|)) (-15 -2540 (|#1| (-644 (-644 |#2|)))) (-15 -1342 (|#1| (-771) (-771))) (-15 -2721 ((-112) |#1|)) (-15 -1699 ((-112) |#1|)) (-15 -3615 ((-112) |#1|)) (-15 -2421 ((-112) |#1|)) (-15 -1777 (|#2| |#1| (-566) (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566) (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566) (-566))))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1342 (($ (-771) (-771)) 98)) (-2087 (($ $ $) 88)) (-1702 (($ |#2|) 92) (($ $) 91)) (-1699 (((-112) $) 100)) (-4362 (($ $ (-566) (-566)) 84)) (-1802 (($ $ (-566) (-566)) 83)) (-2678 (($ $ (-566) (-566) (-566) (-566)) 82)) (-3930 (($ $) 90)) (-2421 (((-112) $) 102)) (-3874 (((-112) $ (-771)) 8)) (-2223 (($ $ (-566) (-566) $) 81)) (-1777 ((|#1| $ (-566) (-566) |#1|) 45) (($ $ (-644 (-566)) (-644 (-566)) $) 85)) (-3824 (($ $ (-566) |#2|) 43)) (-3417 (($ $ (-566) |#3|) 42)) (-3872 (($ (-771) |#1|) 96)) (-4145 (($) 7 T CONST)) (-4035 (($ $) 68 (|has| |#1| (-308)))) (-2220 ((|#2| $ (-566)) 47)) (-3486 (((-771) $) 67 (|has| |#1| (-558)))) (-2417 ((|#1| $ (-566) (-566) |#1|) 44)) (-2359 ((|#1| $ (-566) (-566)) 49)) (-3953 (((-644 |#1|) $) 31)) (-3548 (((-771) $) 66 (|has| |#1| (-558)))) (-3192 (((-644 |#3|) $) 65 (|has| |#1| (-558)))) (-1736 (((-771) $) 52)) (-1566 (($ (-771) (-771) |#1|) 58)) (-1746 (((-771) $) 51)) (-1392 (((-112) $ (-771)) 9)) (-1433 ((|#1| $) 63 (|has| |#1| (-6 (-4417 "*"))))) (-3574 (((-566) $) 56)) (-2899 (((-566) $) 54)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1840 (((-566) $) 55)) (-3657 (((-566) $) 53)) (-2540 (($ (-644 (-644 |#1|))) 97)) (-2409 (($ (-1 |#1| |#1|) $) 35)) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 41) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 40)) (-2240 (((-644 (-644 |#1|)) $) 87)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-4252 (((-3 $ "failed") $) 62 (|has| |#1| (-365)))) (-1765 (($ $ $) 89)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-1417 (($ $ |#1|) 57)) (-4116 (((-3 $ "failed") $ |#1|) 70 (|has| |#1| (-558)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ (-566) (-566)) 50) ((|#1| $ (-566) (-566) |#1|) 48) (($ $ (-644 (-566)) (-644 (-566))) 86)) (-2627 (($ (-644 |#1|)) 95) (($ (-644 $)) 94)) (-3615 (((-112) $) 101)) (-3344 ((|#1| $) 64 (|has| |#1| (-6 (-4417 "*"))))) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-3408 ((|#3| $ (-566)) 46)) (-1650 (($ |#3|) 93) (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2721 (((-112) $) 99)) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2990 (($ $ |#1|) 69 (|has| |#1| (-365)))) (-2977 (($ $ $) 79) (($ $) 78)) (-2964 (($ $ $) 80)) (** (($ $ (-771)) 71) (($ $ (-566)) 61 (|has| |#1| (-365)))) (* (($ $ $) 77) (($ |#1| $) 76) (($ $ |#1|) 75) (($ (-566) $) 74) ((|#3| $ |#3|) 73) ((|#2| |#2| $) 72)) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-687 |#1| |#2| |#3|) (-140) (-1049) (-375 |t#1|) (-375 |t#1|)) (T -687))
-((-3768 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-112)))) (-1370 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-112)))) (-1791 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-112)))) (-1950 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-112)))) (-2819 (*1 *1 *2 *2) (-12 (-5 *2 (-771)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-4184 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-3520 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2253 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2253 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-3152 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *2)) (-4 *4 (-375 *3)) (-4 *2 (-375 *3)))) (-4160 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-4 *1 (-687 *3 *2 *4)) (-4 *2 (-375 *3)) (-4 *4 (-375 *3)))) (-4160 (*1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-2754 (*1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-1798 (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-4383 (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-1723 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-644 (-644 *3))))) (-1309 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-644 (-566))) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1456 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-644 (-566))) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2485 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2106 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2897 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1418 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-3002 (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-3012 (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-3012 (*1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-687 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *2 (-375 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-687 *3 *2 *4)) (-4 *3 (-1049)) (-4 *2 (-375 *3)) (-4 *4 (-375 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2978 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-558)))) (-3025 (*1 *1 *1 *2) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-365)))) (-1521 (*1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-308)))) (-2755 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-771)))) (-1908 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-771)))) (-2950 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-644 *5)))) (-3943 (*1 *2 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (|has| *2 (-6 (-4416 "*"))) (-4 *2 (-1049)))) (-1444 (*1 *2 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (|has| *2 (-6 (-4416 "*"))) (-4 *2 (-1049)))) (-1542 (*1 *1 *1) (|partial| -12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-365)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-4 *3 (-365)))))
-(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4415) (-6 -4414) (-15 -3768 ((-112) $)) (-15 -1370 ((-112) $)) (-15 -1791 ((-112) $)) (-15 -1950 ((-112) $)) (-15 -2819 ($ (-771) (-771))) (-15 -4184 ($ (-644 (-644 |t#1|)))) (-15 -3520 ($ (-771) |t#1|)) (-15 -2253 ($ (-644 |t#1|))) (-15 -2253 ($ (-644 $))) (-15 -3152 ($ |t#3|)) (-15 -4160 ($ |t#2|)) (-15 -4160 ($ $)) (-15 -2754 ($ $)) (-15 -1798 ($ $ $)) (-15 -4383 ($ $ $)) (-15 -1723 ((-644 (-644 |t#1|)) $)) (-15 -1309 ($ $ (-644 (-566)) (-644 (-566)))) (-15 -1456 ($ $ (-644 (-566)) (-644 (-566)) $)) (-15 -2485 ($ $ (-566) (-566))) (-15 -2106 ($ $ (-566) (-566))) (-15 -2897 ($ $ (-566) (-566) (-566) (-566))) (-15 -1418 ($ $ (-566) (-566) $)) (-15 -3002 ($ $ $)) (-15 -3012 ($ $ $)) (-15 -3012 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-566) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-771))) (IF (|has| |t#1| (-558)) (-15 -2978 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-365)) (-15 -3025 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-308)) (-15 -1521 ($ $)) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-15 -2755 ((-771) $)) (-15 -1908 ((-771) $)) (-15 -2950 ((-644 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4416 "*"))) (PROGN (-15 -3943 (|t#1| $)) (-15 -1444 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-365)) (PROGN (-15 -1542 ((-3 $ "failed") $)) (-15 ** ($ $ (-566)))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-57 |#1| |#2| |#3|) . T) ((-1214) . T))
-((-1521 ((|#4| |#4|) 97 (|has| |#1| (-308)))) (-2755 (((-771) |#4|) 125 (|has| |#1| (-558)))) (-1908 (((-771) |#4|) 101 (|has| |#1| (-558)))) (-2950 (((-644 |#3|) |#4|) 108 (|has| |#1| (-558)))) (-2554 (((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|) 140 (|has| |#1| (-308)))) (-1444 ((|#1| |#4|) 57)) (-2605 (((-3 |#4| "failed") |#4|) 89 (|has| |#1| (-558)))) (-1542 (((-3 |#4| "failed") |#4|) 105 (|has| |#1| (-365)))) (-1384 ((|#4| |#4|) 93 (|has| |#1| (-558)))) (-2266 ((|#4| |#4| |#1| (-566) (-566)) 65)) (-1536 ((|#4| |#4| (-566) (-566)) 60)) (-1619 ((|#4| |#4| |#1| (-566) (-566)) 70)) (-3943 ((|#1| |#4|) 103)) (-3045 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 94 (|has| |#1| (-558)))))
-(((-688 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3943 (|#1| |#4|)) (-15 -1444 (|#1| |#4|)) (-15 -1536 (|#4| |#4| (-566) (-566))) (-15 -2266 (|#4| |#4| |#1| (-566) (-566))) (-15 -1619 (|#4| |#4| |#1| (-566) (-566))) (IF (|has| |#1| (-558)) (PROGN (-15 -2755 ((-771) |#4|)) (-15 -1908 ((-771) |#4|)) (-15 -2950 ((-644 |#3|) |#4|)) (-15 -1384 (|#4| |#4|)) (-15 -2605 ((-3 |#4| "failed") |#4|)) (-15 -3045 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-308)) (PROGN (-15 -1521 (|#4| |#4|)) (-15 -2554 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -1542 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-172) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|)) (T -688))
-((-1542 (*1 *2 *2) (|partial| -12 (-4 *3 (-365)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-2554 (*1 *2 *3 *3) (-12 (-4 *3 (-308)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-688 *3 *4 *5 *6)) (-4 *6 (-687 *3 *4 *5)))) (-1521 (*1 *2 *2) (-12 (-4 *3 (-308)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-3045 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-2605 (*1 *2 *2) (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-1384 (*1 *2 *2) (-12 (-4 *3 (-558)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-2950 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-644 *6)) (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-1908 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-2755 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-1619 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-566)) (-4 *3 (-172)) (-4 *5 (-375 *3)) (-4 *6 (-375 *3)) (-5 *1 (-688 *3 *5 *6 *2)) (-4 *2 (-687 *3 *5 *6)))) (-2266 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-566)) (-4 *3 (-172)) (-4 *5 (-375 *3)) (-4 *6 (-375 *3)) (-5 *1 (-688 *3 *5 *6 *2)) (-4 *2 (-687 *3 *5 *6)))) (-1536 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-566)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *1 (-688 *4 *5 *6 *2)) (-4 *2 (-687 *4 *5 *6)))) (-1444 (*1 *2 *3) (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-172)) (-5 *1 (-688 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5)))) (-3943 (*1 *2 *3) (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-172)) (-5 *1 (-688 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5)))))
-(-10 -7 (-15 -3943 (|#1| |#4|)) (-15 -1444 (|#1| |#4|)) (-15 -1536 (|#4| |#4| (-566) (-566))) (-15 -2266 (|#4| |#4| |#1| (-566) (-566))) (-15 -1619 (|#4| |#4| |#1| (-566) (-566))) (IF (|has| |#1| (-558)) (PROGN (-15 -2755 ((-771) |#4|)) (-15 -1908 ((-771) |#4|)) (-15 -2950 ((-644 |#3|) |#4|)) (-15 -1384 (|#4| |#4|)) (-15 -2605 ((-3 |#4| "failed") |#4|)) (-15 -3045 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-308)) (PROGN (-15 -1521 (|#4| |#4|)) (-15 -2554 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -1542 ((-3 |#4| "failed") |#4|)) |%noBranch|))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2819 (($ (-771) (-771)) 64)) (-4383 (($ $ $) NIL)) (-4160 (($ (-1264 |#1|)) NIL) (($ $) NIL)) (-1791 (((-112) $) NIL)) (-2485 (($ $ (-566) (-566)) 22)) (-2106 (($ $ (-566) (-566)) NIL)) (-2897 (($ $ (-566) (-566) (-566) (-566)) NIL)) (-2754 (($ $) NIL)) (-3768 (((-112) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-1418 (($ $ (-566) (-566) $) NIL)) (-1456 ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566)) $) NIL)) (-1499 (($ $ (-566) (-1264 |#1|)) NIL)) (-2837 (($ $ (-566) (-1264 |#1|)) NIL)) (-3520 (($ (-771) |#1|) 37)) (-2463 (($) NIL T CONST)) (-1521 (($ $) 46 (|has| |#1| (-308)))) (-1721 (((-1264 |#1|) $ (-566)) NIL)) (-2755 (((-771) $) 48 (|has| |#1| (-558)))) (-3897 ((|#1| $ (-566) (-566) |#1|) 69)) (-3829 ((|#1| $ (-566) (-566)) NIL)) (-1683 (((-644 |#1|) $) NIL)) (-1908 (((-771) $) 50 (|has| |#1| (-558)))) (-2950 (((-644 (-1264 |#1|)) $) 53 (|has| |#1| (-558)))) (-3811 (((-771) $) 32)) (-1860 (($ (-771) (-771) |#1|) 28)) (-3824 (((-771) $) 33)) (-3456 (((-112) $ (-771)) NIL)) (-1444 ((|#1| $) 44 (|has| |#1| (-6 (-4416 "*"))))) (-2531 (((-566) $) 10)) (-3688 (((-566) $) 11)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2422 (((-566) $) 14)) (-3632 (((-566) $) 65)) (-4184 (($ (-644 (-644 |#1|))) NIL)) (-3885 (($ (-1 |#1| |#1|) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1723 (((-644 (-644 |#1|)) $) 76)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1542 (((-3 $ "failed") $) 60 (|has| |#1| (-365)))) (-1798 (($ $ $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3787 (($ $ |#1|) NIL)) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566))) NIL)) (-2253 (($ (-644 |#1|)) NIL) (($ (-644 $)) NIL) (($ (-1264 |#1|)) 70)) (-1370 (((-112) $) NIL)) (-3943 ((|#1| $) 42 (|has| |#1| (-6 (-4416 "*"))))) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-2376 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-2986 (((-1264 |#1|) $ (-566)) NIL)) (-3152 (($ (-1264 |#1|)) NIL) (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-1950 (((-112) $) NIL)) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $ $) NIL) (($ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-771)) 38) (($ $ (-566)) 62 (|has| |#1| (-365)))) (* (($ $ $) 24) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-566) $) NIL) (((-1264 |#1|) $ (-1264 |#1|)) NIL) (((-1264 |#1|) (-1264 |#1|) $) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-689 |#1|) (-13 (-687 |#1| (-1264 |#1|) (-1264 |#1|)) (-10 -8 (-15 -2253 ($ (-1264 |#1|))) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -1542 ((-3 $ "failed") $)) |%noBranch|))) (-1049)) (T -689))
-((-1542 (*1 *1 *1) (|partial| -12 (-5 *1 (-689 *2)) (-4 *2 (-365)) (-4 *2 (-1049)))) (-2253 (*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-1049)) (-5 *1 (-689 *3)))))
-(-13 (-687 |#1| (-1264 |#1|) (-1264 |#1|)) (-10 -8 (-15 -2253 ($ (-1264 |#1|))) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -1542 ((-3 $ "failed") $)) |%noBranch|)))
-((-2137 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|)) 37)) (-2760 (((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|) 34)) (-4165 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-771)) 43)) (-3411 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|)) 27)) (-4023 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|)) 31) (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 29)) (-4191 (((-689 |#1|) (-689 |#1|) |#1| (-689 |#1|)) 33)) (-1821 (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 25)) (** (((-689 |#1|) (-689 |#1|) (-771)) 46)))
-(((-690 |#1|) (-10 -7 (-15 -1821 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -3411 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4023 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4023 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4191 ((-689 |#1|) (-689 |#1|) |#1| (-689 |#1|))) (-15 -2760 ((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|)) (-15 -2137 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4165 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-771))) (-15 ** ((-689 |#1|) (-689 |#1|) (-771)))) (-1049)) (T -690))
-((** (*1 *2 *2 *3) (-12 (-5 *2 (-689 *4)) (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *1 (-690 *4)))) (-4165 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-689 *4)) (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *1 (-690 *4)))) (-2137 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-2760 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-4191 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-4023 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-4023 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-3411 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-1821 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
-(-10 -7 (-15 -1821 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -3411 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4023 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4023 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4191 ((-689 |#1|) (-689 |#1|) |#1| (-689 |#1|))) (-15 -2760 ((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|)) (-15 -2137 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -4165 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-771))) (-15 ** ((-689 |#1|) (-689 |#1|) (-771))))
-((-2229 (((-3 |#1| "failed") $) 18)) (-4158 ((|#1| $) NIL)) (-4107 (($) 7 T CONST)) (-1918 (($ |#1|) 8)) (-3152 (($ |#1|) 16) (((-862) $) 23)) (-4344 (((-112) $ (|[\|\|]| |#1|)) 14) (((-112) $ (|[\|\|]| -4107)) 11)) (-1513 ((|#1| $) 15)))
-(((-691 |#1|) (-13 (-1259) (-1038 |#1|) (-613 (-862)) (-10 -8 (-15 -1918 ($ |#1|)) (-15 -4344 ((-112) $ (|[\|\|]| |#1|))) (-15 -4344 ((-112) $ (|[\|\|]| -4107))) (-15 -1513 (|#1| $)) (-15 -4107 ($) -1623))) (-613 (-862))) (T -691))
-((-1918 (*1 *1 *2) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))) (-4344 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-613 (-862))) (-5 *2 (-112)) (-5 *1 (-691 *4)))) (-4344 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -4107)) (-5 *2 (-112)) (-5 *1 (-691 *4)) (-4 *4 (-613 (-862))))) (-1513 (*1 *2 *1) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))) (-4107 (*1 *1) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))))
-(-13 (-1259) (-1038 |#1|) (-613 (-862)) (-10 -8 (-15 -1918 ($ |#1|)) (-15 -4344 ((-112) $ (|[\|\|]| |#1|))) (-15 -4344 ((-112) $ (|[\|\|]| -4107))) (-15 -1513 (|#1| $)) (-15 -4107 ($) -1623)))
-((-3029 ((|#2| |#2| |#4|) 33)) (-2757 (((-689 |#2|) |#3| |#4|) 39)) (-3649 (((-689 |#2|) |#2| |#4|) 38)) (-3580 (((-1264 |#2|) |#2| |#4|) 16)) (-3601 ((|#2| |#3| |#4|) 32)) (-1342 (((-689 |#2|) |#3| |#4| (-771) (-771)) 50)) (-2522 (((-689 |#2|) |#2| |#4| (-771)) 49)))
-(((-692 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3580 ((-1264 |#2|) |#2| |#4|)) (-15 -3601 (|#2| |#3| |#4|)) (-15 -3029 (|#2| |#2| |#4|)) (-15 -3649 ((-689 |#2|) |#2| |#4|)) (-15 -2522 ((-689 |#2|) |#2| |#4| (-771))) (-15 -2757 ((-689 |#2|) |#3| |#4|)) (-15 -1342 ((-689 |#2|) |#3| |#4| (-771) (-771)))) (-1099) (-900 |#1|) (-375 |#2|) (-13 (-375 |#1|) (-10 -7 (-6 -4414)))) (T -692))
-((-1342 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-771)) (-4 *6 (-1099)) (-4 *7 (-900 *6)) (-5 *2 (-689 *7)) (-5 *1 (-692 *6 *7 *3 *4)) (-4 *3 (-375 *7)) (-4 *4 (-13 (-375 *6) (-10 -7 (-6 -4414)))))) (-2757 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *6 (-900 *5)) (-5 *2 (-689 *6)) (-5 *1 (-692 *5 *6 *3 *4)) (-4 *3 (-375 *6)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4414)))))) (-2522 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-1099)) (-4 *3 (-900 *6)) (-5 *2 (-689 *3)) (-5 *1 (-692 *6 *3 *7 *4)) (-4 *7 (-375 *3)) (-4 *4 (-13 (-375 *6) (-10 -7 (-6 -4414)))))) (-3649 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *3 (-900 *5)) (-5 *2 (-689 *3)) (-5 *1 (-692 *5 *3 *6 *4)) (-4 *6 (-375 *3)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4414)))))) (-3029 (*1 *2 *2 *3) (-12 (-4 *4 (-1099)) (-4 *2 (-900 *4)) (-5 *1 (-692 *4 *2 *5 *3)) (-4 *5 (-375 *2)) (-4 *3 (-13 (-375 *4) (-10 -7 (-6 -4414)))))) (-3601 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *2 (-900 *5)) (-5 *1 (-692 *5 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4414)))))) (-3580 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *3 (-900 *5)) (-5 *2 (-1264 *3)) (-5 *1 (-692 *5 *3 *6 *4)) (-4 *6 (-375 *3)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4414)))))))
-(-10 -7 (-15 -3580 ((-1264 |#2|) |#2| |#4|)) (-15 -3601 (|#2| |#3| |#4|)) (-15 -3029 (|#2| |#2| |#4|)) (-15 -3649 ((-689 |#2|) |#2| |#4|)) (-15 -2522 ((-689 |#2|) |#2| |#4| (-771))) (-15 -2757 ((-689 |#2|) |#3| |#4|)) (-15 -1342 ((-689 |#2|) |#3| |#4| (-771) (-771))))
-((-4367 (((-2 (|:| |num| (-689 |#1|)) (|:| |den| |#1|)) (-689 |#2|)) 20)) (-2693 ((|#1| (-689 |#2|)) 9)) (-2386 (((-689 |#1|) (-689 |#2|)) 18)))
-(((-693 |#1| |#2|) (-10 -7 (-15 -2693 (|#1| (-689 |#2|))) (-15 -2386 ((-689 |#1|) (-689 |#2|))) (-15 -4367 ((-2 (|:| |num| (-689 |#1|)) (|:| |den| |#1|)) (-689 |#2|)))) (-558) (-992 |#1|)) (T -693))
-((-4367 (*1 *2 *3) (-12 (-5 *3 (-689 *5)) (-4 *5 (-992 *4)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |num| (-689 *4)) (|:| |den| *4))) (-5 *1 (-693 *4 *5)))) (-2386 (*1 *2 *3) (-12 (-5 *3 (-689 *5)) (-4 *5 (-992 *4)) (-4 *4 (-558)) (-5 *2 (-689 *4)) (-5 *1 (-693 *4 *5)))) (-2693 (*1 *2 *3) (-12 (-5 *3 (-689 *4)) (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-693 *2 *4)))))
-(-10 -7 (-15 -2693 (|#1| (-689 |#2|))) (-15 -2386 ((-689 |#1|) (-689 |#2|))) (-15 -4367 ((-2 (|:| |num| (-689 |#1|)) (|:| |den| |#1|)) (-689 |#2|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3899 (((-689 (-699))) NIL) (((-689 (-699)) (-1264 $)) NIL)) (-3833 (((-699) $) NIL)) (-3963 (($ $) NIL (|has| (-699) (-1199)))) (-3630 (($ $) NIL (|has| (-699) (-1199)))) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| (-699) (-351)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-699) (-308)) (|has| (-699) (-909))))) (-1378 (($ $) NIL (-2768 (-12 (|has| (-699) (-308)) (|has| (-699) (-909))) (|has| (-699) (-365))))) (-1364 (((-420 $) $) NIL (-2768 (-12 (|has| (-699) (-308)) (|has| (-699) (-909))) (|has| (-699) (-365))))) (-1635 (($ $) NIL (-12 (|has| (-699) (-1002)) (|has| (-699) (-1199))))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-699) (-308)) (|has| (-699) (-909))))) (-2085 (((-112) $ $) NIL (|has| (-699) (-308)))) (-3870 (((-771)) NIL (|has| (-699) (-370)))) (-3941 (($ $) NIL (|has| (-699) (-1199)))) (-3602 (($ $) NIL (|has| (-699) (-1199)))) (-3986 (($ $) NIL (|has| (-699) (-1199)))) (-3656 (($ $) NIL (|has| (-699) (-1199)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-699) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-699) (-1038 (-409 (-566)))))) (-4158 (((-566) $) NIL) (((-699) $) NIL) (((-409 (-566)) $) NIL (|has| (-699) (-1038 (-409 (-566)))))) (-1563 (($ (-1264 (-699))) NIL) (($ (-1264 (-699)) (-1264 $)) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-699) (-351)))) (-2933 (($ $ $) NIL (|has| (-699) (-308)))) (-3578 (((-689 (-699)) $) NIL) (((-689 (-699)) $ (-1264 $)) NIL)) (-4089 (((-689 (-699)) (-689 $)) NIL) (((-2 (|:| -3361 (-689 (-699))) (|:| |vec| (-1264 (-699)))) (-689 $) (-1264 $)) NIL) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-699) (-639 (-566)))) (((-689 (-566)) (-689 $)) NIL (|has| (-699) (-639 (-566))))) (-2873 (((-3 $ "failed") (-409 (-1171 (-699)))) NIL (|has| (-699) (-365))) (($ (-1171 (-699))) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-1646 (((-699) $) 29)) (-4391 (((-3 (-409 (-566)) "failed") $) NIL (|has| (-699) (-547)))) (-3407 (((-112) $) NIL (|has| (-699) (-547)))) (-1786 (((-409 (-566)) $) NIL (|has| (-699) (-547)))) (-2755 (((-921)) NIL)) (-2715 (($) NIL (|has| (-699) (-370)))) (-2945 (($ $ $) NIL (|has| (-699) (-308)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| (-699) (-308)))) (-3359 (($) NIL (|has| (-699) (-351)))) (-2466 (((-112) $) NIL (|has| (-699) (-351)))) (-1574 (($ $) NIL (|has| (-699) (-351))) (($ $ (-771)) NIL (|has| (-699) (-351)))) (-1615 (((-112) $) NIL (-2768 (-12 (|has| (-699) (-308)) (|has| (-699) (-909))) (|has| (-699) (-365))))) (-3540 (((-2 (|:| |r| (-699)) (|:| |phi| (-699))) $) NIL (-12 (|has| (-699) (-1059)) (|has| (-699) (-1199))))) (-2281 (($) NIL (|has| (-699) (-1199)))) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-699) (-886 (-381)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-699) (-886 (-566))))) (-2679 (((-833 (-921)) $) NIL (|has| (-699) (-351))) (((-921) $) NIL (|has| (-699) (-351)))) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL (-12 (|has| (-699) (-1002)) (|has| (-699) (-1199))))) (-2064 (((-699) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| (-699) (-351)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-699) (-308)))) (-3468 (((-1171 (-699)) $) NIL (|has| (-699) (-365)))) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-2319 (($ (-1 (-699) (-699)) $) NIL)) (-1866 (((-921) $) NIL (|has| (-699) (-370)))) (-3619 (($ $) NIL (|has| (-699) (-1199)))) (-2860 (((-1171 (-699)) $) NIL)) (-2128 (($ (-644 $)) NIL (|has| (-699) (-308))) (($ $ $) NIL (|has| (-699) (-308)))) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| (-699) (-365)))) (-3289 (($) NIL (|has| (-699) (-351)) CONST)) (-2835 (($ (-921)) NIL (|has| (-699) (-370)))) (-1511 (($) NIL)) (-1657 (((-699) $) 31)) (-4072 (((-1119) $) NIL)) (-3302 (($) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| (-699) (-308)))) (-2164 (($ (-644 $)) NIL (|has| (-699) (-308))) (($ $ $) NIL (|has| (-699) (-308)))) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| (-699) (-351)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-699) (-308)) (|has| (-699) (-909))))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-699) (-308)) (|has| (-699) (-909))))) (-1624 (((-420 $) $) NIL (-2768 (-12 (|has| (-699) (-308)) (|has| (-699) (-909))) (|has| (-699) (-365))))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-699) (-308))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| (-699) (-308)))) (-2978 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-699)) NIL (|has| (-699) (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-699) (-308)))) (-3521 (($ $) NIL (|has| (-699) (-1199)))) (-2023 (($ $ (-1175) (-699)) NIL (|has| (-699) (-516 (-1175) (-699)))) (($ $ (-644 (-1175)) (-644 (-699))) NIL (|has| (-699) (-516 (-1175) (-699)))) (($ $ (-644 (-295 (-699)))) NIL (|has| (-699) (-310 (-699)))) (($ $ (-295 (-699))) NIL (|has| (-699) (-310 (-699)))) (($ $ (-699) (-699)) NIL (|has| (-699) (-310 (-699)))) (($ $ (-644 (-699)) (-644 (-699))) NIL (|has| (-699) (-310 (-699))))) (-4357 (((-771) $) NIL (|has| (-699) (-308)))) (-1309 (($ $ (-699)) NIL (|has| (-699) (-287 (-699) (-699))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| (-699) (-308)))) (-4068 (((-699)) NIL) (((-699) (-1264 $)) NIL)) (-3169 (((-3 (-771) "failed") $ $) NIL (|has| (-699) (-351))) (((-771) $) NIL (|has| (-699) (-351)))) (-3629 (($ $ (-1 (-699) (-699))) NIL) (($ $ (-1 (-699) (-699)) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-1175)) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-771)) NIL (|has| (-699) (-233))) (($ $) NIL (|has| (-699) (-233)))) (-3225 (((-689 (-699)) (-1264 $) (-1 (-699) (-699))) NIL (|has| (-699) (-365)))) (-1705 (((-1171 (-699))) NIL)) (-3996 (($ $) NIL (|has| (-699) (-1199)))) (-3670 (($ $) NIL (|has| (-699) (-1199)))) (-4122 (($) NIL (|has| (-699) (-351)))) (-3976 (($ $) NIL (|has| (-699) (-1199)))) (-3643 (($ $) NIL (|has| (-699) (-1199)))) (-3952 (($ $) NIL (|has| (-699) (-1199)))) (-3618 (($ $) NIL (|has| (-699) (-1199)))) (-3350 (((-689 (-699)) (-1264 $)) NIL) (((-1264 (-699)) $) NIL) (((-689 (-699)) (-1264 $) (-1264 $)) NIL) (((-1264 (-699)) $ (-1264 $)) NIL)) (-2376 (((-538) $) NIL (|has| (-699) (-614 (-538)))) (((-169 (-225)) $) NIL (|has| (-699) (-1022))) (((-169 (-381)) $) NIL (|has| (-699) (-1022))) (((-892 (-381)) $) NIL (|has| (-699) (-614 (-892 (-381))))) (((-892 (-566)) $) NIL (|has| (-699) (-614 (-892 (-566))))) (($ (-1171 (-699))) NIL) (((-1171 (-699)) $) NIL) (($ (-1264 (-699))) NIL) (((-1264 (-699)) $) NIL)) (-3357 (($ $) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-2768 (-12 (|has| (-699) (-308)) (|has| $ (-145)) (|has| (-699) (-909))) (|has| (-699) (-351))))) (-3608 (($ (-699) (-699)) 12)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-566)) NIL) (($ (-699)) NIL) (($ (-169 (-381))) 13) (($ (-169 (-566))) 19) (($ (-169 (-699))) 28) (($ (-169 (-701))) 25) (((-169 (-381)) $) 33) (($ (-409 (-566))) NIL (-2768 (|has| (-699) (-1038 (-409 (-566)))) (|has| (-699) (-365))))) (-2633 (($ $) NIL (|has| (-699) (-351))) (((-3 $ "failed") $) NIL (-2768 (-12 (|has| (-699) (-308)) (|has| $ (-145)) (|has| (-699) (-909))) (|has| (-699) (-145))))) (-2318 (((-1171 (-699)) $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) NIL)) (-4032 (($ $) NIL (|has| (-699) (-1199)))) (-3892 (($ $) NIL (|has| (-699) (-1199)))) (-3014 (((-112) $ $) NIL)) (-4008 (($ $) NIL (|has| (-699) (-1199)))) (-3684 (($ $) NIL (|has| (-699) (-1199)))) (-4057 (($ $) NIL (|has| (-699) (-1199)))) (-3917 (($ $) NIL (|has| (-699) (-1199)))) (-1684 (((-699) $) NIL (|has| (-699) (-1199)))) (-3964 (($ $) NIL (|has| (-699) (-1199)))) (-3929 (($ $) NIL (|has| (-699) (-1199)))) (-4044 (($ $) NIL (|has| (-699) (-1199)))) (-3904 (($ $) NIL (|has| (-699) (-1199)))) (-4020 (($ $) NIL (|has| (-699) (-1199)))) (-3879 (($ $) NIL (|has| (-699) (-1199)))) (-1358 (($ $) NIL (|has| (-699) (-1059)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-1 (-699) (-699))) NIL) (($ $ (-1 (-699) (-699)) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-1175)) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-771)) NIL (|has| (-699) (-233))) (($ $) NIL (|has| (-699) (-233)))) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL (|has| (-699) (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ $) NIL (|has| (-699) (-1199))) (($ $ (-409 (-566))) NIL (-12 (|has| (-699) (-1002)) (|has| (-699) (-1199)))) (($ $ (-566)) NIL (|has| (-699) (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ (-699) $) NIL) (($ $ (-699)) NIL) (($ (-409 (-566)) $) NIL (|has| (-699) (-365))) (($ $ (-409 (-566))) NIL (|has| (-699) (-365)))))
-(((-694) (-13 (-389) (-166 (-699)) (-10 -8 (-15 -3152 ($ (-169 (-381)))) (-15 -3152 ($ (-169 (-566)))) (-15 -3152 ($ (-169 (-699)))) (-15 -3152 ($ (-169 (-701)))) (-15 -3152 ((-169 (-381)) $))))) (T -694))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-694)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-169 (-566))) (-5 *1 (-694)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-169 (-699))) (-5 *1 (-694)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-169 (-701))) (-5 *1 (-694)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-694)))))
-(-13 (-389) (-166 (-699)) (-10 -8 (-15 -3152 ($ (-169 (-381)))) (-15 -3152 ($ (-169 (-566)))) (-15 -3152 ($ (-169 (-699)))) (-15 -3152 ($ (-169 (-701)))) (-15 -3152 ((-169 (-381)) $))))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-2995 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3322 (($ $) 63)) (-3942 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ |#1| $) 48 (|has| $ (-6 -4414))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4414)))) (-2622 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4414)))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41) (($ |#1| $ (-771)) 64)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1352 (((-644 (-2 (|:| -2636 |#1|) (|:| -4083 (-771)))) $) 62)) (-1792 (($) 50) (($ (-644 |#1|)) 49)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 51)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 43)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-2421 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-112)))) (-3615 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-112)))) (-1699 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-112)))) (-2721 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-112)))) (-1342 (*1 *1 *2 *2) (-12 (-5 *2 (-771)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2540 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-3872 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2627 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2627 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1650 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *2)) (-4 *4 (-375 *3)) (-4 *2 (-375 *3)))) (-1702 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-4 *1 (-687 *3 *2 *4)) (-4 *2 (-375 *3)) (-4 *4 (-375 *3)))) (-1702 (*1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-3930 (*1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-1765 (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-2087 (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-2240 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-644 (-644 *3))))) (-3483 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-644 (-566))) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1777 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-644 (-566))) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-4362 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-1802 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2678 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2223 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-2964 (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-2977 (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (-2977 (*1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-687 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *2 (-375 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-687 *3 *2 *4)) (-4 *3 (-1049)) (-4 *2 (-375 *3)) (-4 *4 (-375 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))) (-4116 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-558)))) (-2990 (*1 *1 *1 *2) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-365)))) (-4035 (*1 *1 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-308)))) (-3486 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-771)))) (-3548 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-771)))) (-3192 (*1 *2 *1) (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-644 *5)))) (-3344 (*1 *2 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (|has| *2 (-6 (-4417 "*"))) (-4 *2 (-1049)))) (-1433 (*1 *2 *1) (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (|has| *2 (-6 (-4417 "*"))) (-4 *2 (-1049)))) (-4252 (*1 *1 *1) (|partial| -12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-365)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-4 *3 (-365)))))
+(-13 (-57 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4416) (-6 -4415) (-15 -2421 ((-112) $)) (-15 -3615 ((-112) $)) (-15 -1699 ((-112) $)) (-15 -2721 ((-112) $)) (-15 -1342 ($ (-771) (-771))) (-15 -2540 ($ (-644 (-644 |t#1|)))) (-15 -3872 ($ (-771) |t#1|)) (-15 -2627 ($ (-644 |t#1|))) (-15 -2627 ($ (-644 $))) (-15 -1650 ($ |t#3|)) (-15 -1702 ($ |t#2|)) (-15 -1702 ($ $)) (-15 -3930 ($ $)) (-15 -1765 ($ $ $)) (-15 -2087 ($ $ $)) (-15 -2240 ((-644 (-644 |t#1|)) $)) (-15 -3483 ($ $ (-644 (-566)) (-644 (-566)))) (-15 -1777 ($ $ (-644 (-566)) (-644 (-566)) $)) (-15 -4362 ($ $ (-566) (-566))) (-15 -1802 ($ $ (-566) (-566))) (-15 -2678 ($ $ (-566) (-566) (-566) (-566))) (-15 -2223 ($ $ (-566) (-566) $)) (-15 -2964 ($ $ $)) (-15 -2977 ($ $ $)) (-15 -2977 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-566) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-771))) (IF (|has| |t#1| (-558)) (-15 -4116 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-365)) (-15 -2990 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-308)) (-15 -4035 ($ $)) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-15 -3486 ((-771) $)) (-15 -3548 ((-771) $)) (-15 -3192 ((-644 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4417 "*"))) (PROGN (-15 -3344 (|t#1| $)) (-15 -1433 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-365)) (PROGN (-15 -4252 ((-3 $ "failed") $)) (-15 ** ($ $ (-566)))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-57 |#1| |#2| |#3|) . T) ((-1215) . T))
+((-4035 ((|#4| |#4|) 97 (|has| |#1| (-308)))) (-3486 (((-771) |#4|) 125 (|has| |#1| (-558)))) (-3548 (((-771) |#4|) 101 (|has| |#1| (-558)))) (-3192 (((-644 |#3|) |#4|) 108 (|has| |#1| (-558)))) (-2514 (((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|) 140 (|has| |#1| (-308)))) (-1433 ((|#1| |#4|) 57)) (-3041 (((-3 |#4| "failed") |#4|) 89 (|has| |#1| (-558)))) (-4252 (((-3 |#4| "failed") |#4|) 105 (|has| |#1| (-365)))) (-4323 ((|#4| |#4|) 93 (|has| |#1| (-558)))) (-2778 ((|#4| |#4| |#1| (-566) (-566)) 65)) (-4196 ((|#4| |#4| (-566) (-566)) 60)) (-2446 ((|#4| |#4| |#1| (-566) (-566)) 70)) (-3344 ((|#1| |#4|) 103)) (-2668 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 94 (|has| |#1| (-558)))))
+(((-688 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3344 (|#1| |#4|)) (-15 -1433 (|#1| |#4|)) (-15 -4196 (|#4| |#4| (-566) (-566))) (-15 -2778 (|#4| |#4| |#1| (-566) (-566))) (-15 -2446 (|#4| |#4| |#1| (-566) (-566))) (IF (|has| |#1| (-558)) (PROGN (-15 -3486 ((-771) |#4|)) (-15 -3548 ((-771) |#4|)) (-15 -3192 ((-644 |#3|) |#4|)) (-15 -4323 (|#4| |#4|)) (-15 -3041 ((-3 |#4| "failed") |#4|)) (-15 -2668 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-308)) (PROGN (-15 -4035 (|#4| |#4|)) (-15 -2514 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -4252 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-172) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|)) (T -688))
+((-4252 (*1 *2 *2) (|partial| -12 (-4 *3 (-365)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-2514 (*1 *2 *3 *3) (-12 (-4 *3 (-308)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-688 *3 *4 *5 *6)) (-4 *6 (-687 *3 *4 *5)))) (-4035 (*1 *2 *2) (-12 (-4 *3 (-308)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-2668 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-3041 (*1 *2 *2) (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-4323 (*1 *2 *2) (-12 (-4 *3 (-558)) (-4 *3 (-172)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-3192 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-644 *6)) (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-3548 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-3486 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-2446 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-566)) (-4 *3 (-172)) (-4 *5 (-375 *3)) (-4 *6 (-375 *3)) (-5 *1 (-688 *3 *5 *6 *2)) (-4 *2 (-687 *3 *5 *6)))) (-2778 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-566)) (-4 *3 (-172)) (-4 *5 (-375 *3)) (-4 *6 (-375 *3)) (-5 *1 (-688 *3 *5 *6 *2)) (-4 *2 (-687 *3 *5 *6)))) (-4196 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-566)) (-4 *4 (-172)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *1 (-688 *4 *5 *6 *2)) (-4 *2 (-687 *4 *5 *6)))) (-1433 (*1 *2 *3) (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-172)) (-5 *1 (-688 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5)))) (-3344 (*1 *2 *3) (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-172)) (-5 *1 (-688 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5)))))
+(-10 -7 (-15 -3344 (|#1| |#4|)) (-15 -1433 (|#1| |#4|)) (-15 -4196 (|#4| |#4| (-566) (-566))) (-15 -2778 (|#4| |#4| |#1| (-566) (-566))) (-15 -2446 (|#4| |#4| |#1| (-566) (-566))) (IF (|has| |#1| (-558)) (PROGN (-15 -3486 ((-771) |#4|)) (-15 -3548 ((-771) |#4|)) (-15 -3192 ((-644 |#3|) |#4|)) (-15 -4323 (|#4| |#4|)) (-15 -3041 ((-3 |#4| "failed") |#4|)) (-15 -2668 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-308)) (PROGN (-15 -4035 (|#4| |#4|)) (-15 -2514 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -4252 ((-3 |#4| "failed") |#4|)) |%noBranch|))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1342 (($ (-771) (-771)) 64)) (-2087 (($ $ $) NIL)) (-1702 (($ (-1265 |#1|)) NIL) (($ $) NIL)) (-1699 (((-112) $) NIL)) (-4362 (($ $ (-566) (-566)) 22)) (-1802 (($ $ (-566) (-566)) NIL)) (-2678 (($ $ (-566) (-566) (-566) (-566)) NIL)) (-3930 (($ $) NIL)) (-2421 (((-112) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-2223 (($ $ (-566) (-566) $) NIL)) (-1777 ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566)) $) NIL)) (-3824 (($ $ (-566) (-1265 |#1|)) NIL)) (-3417 (($ $ (-566) (-1265 |#1|)) NIL)) (-3872 (($ (-771) |#1|) 37)) (-4145 (($) NIL T CONST)) (-4035 (($ $) 46 (|has| |#1| (-308)))) (-2220 (((-1265 |#1|) $ (-566)) NIL)) (-3486 (((-771) $) 48 (|has| |#1| (-558)))) (-2417 ((|#1| $ (-566) (-566) |#1|) 69)) (-2359 ((|#1| $ (-566) (-566)) NIL)) (-3953 (((-644 |#1|) $) NIL)) (-3548 (((-771) $) 50 (|has| |#1| (-558)))) (-3192 (((-644 (-1265 |#1|)) $) 53 (|has| |#1| (-558)))) (-1736 (((-771) $) 32)) (-1566 (($ (-771) (-771) |#1|) 28)) (-1746 (((-771) $) 33)) (-1392 (((-112) $ (-771)) NIL)) (-1433 ((|#1| $) 44 (|has| |#1| (-6 (-4417 "*"))))) (-3574 (((-566) $) 10)) (-2899 (((-566) $) 11)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1840 (((-566) $) 14)) (-3657 (((-566) $) 65)) (-2540 (($ (-644 (-644 |#1|))) NIL)) (-2409 (($ (-1 |#1| |#1|) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2240 (((-644 (-644 |#1|)) $) 76)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4252 (((-3 $ "failed") $) 60 (|has| |#1| (-365)))) (-1765 (($ $ $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1417 (($ $ |#1|) NIL)) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) (-566)) NIL) ((|#1| $ (-566) (-566) |#1|) NIL) (($ $ (-644 (-566)) (-644 (-566))) NIL)) (-2627 (($ (-644 |#1|)) NIL) (($ (-644 $)) NIL) (($ (-1265 |#1|)) 70)) (-3615 (((-112) $) NIL)) (-3344 ((|#1| $) 42 (|has| |#1| (-6 (-4417 "*"))))) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-1945 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-3408 (((-1265 |#1|) $ (-566)) NIL)) (-1650 (($ (-1265 |#1|)) NIL) (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2721 (((-112) $) NIL)) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $ $) NIL) (($ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-771)) 38) (($ $ (-566)) 62 (|has| |#1| (-365)))) (* (($ $ $) 24) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-566) $) NIL) (((-1265 |#1|) $ (-1265 |#1|)) NIL) (((-1265 |#1|) (-1265 |#1|) $) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-689 |#1|) (-13 (-687 |#1| (-1265 |#1|) (-1265 |#1|)) (-10 -8 (-15 -2627 ($ (-1265 |#1|))) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -4252 ((-3 $ "failed") $)) |%noBranch|))) (-1049)) (T -689))
+((-4252 (*1 *1 *1) (|partial| -12 (-5 *1 (-689 *2)) (-4 *2 (-365)) (-4 *2 (-1049)))) (-2627 (*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-1049)) (-5 *1 (-689 *3)))))
+(-13 (-687 |#1| (-1265 |#1|) (-1265 |#1|)) (-10 -8 (-15 -2627 ($ (-1265 |#1|))) (IF (|has| |#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -4252 ((-3 $ "failed") $)) |%noBranch|)))
+((-4025 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|)) 37)) (-3976 (((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|) 34)) (-1750 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-771)) 43)) (-2102 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|)) 27)) (-2832 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|)) 31) (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 29)) (-3916 (((-689 |#1|) (-689 |#1|) |#1| (-689 |#1|)) 33)) (-3923 (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 25)) (** (((-689 |#1|) (-689 |#1|) (-771)) 46)))
+(((-690 |#1|) (-10 -7 (-15 -3923 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -2102 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -2832 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -2832 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -3916 ((-689 |#1|) (-689 |#1|) |#1| (-689 |#1|))) (-15 -3976 ((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|)) (-15 -4025 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -1750 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-771))) (-15 ** ((-689 |#1|) (-689 |#1|) (-771)))) (-1049)) (T -690))
+((** (*1 *2 *2 *3) (-12 (-5 *2 (-689 *4)) (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *1 (-690 *4)))) (-1750 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-689 *4)) (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *1 (-690 *4)))) (-4025 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-3976 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-3916 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-2832 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-2832 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-2102 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))) (-3923 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
+(-10 -7 (-15 -3923 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -2102 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -2832 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -2832 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -3916 ((-689 |#1|) (-689 |#1|) |#1| (-689 |#1|))) (-15 -3976 ((-689 |#1|) (-689 |#1|) (-689 |#1|) |#1|)) (-15 -4025 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -1750 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-689 |#1|) (-771))) (-15 ** ((-689 |#1|) (-689 |#1|) (-771))))
+((-1821 (((-3 |#1| "failed") $) 18)) (-3213 ((|#1| $) NIL)) (-2495 (($) 7 T CONST)) (-3666 (($ |#1|) 8)) (-1650 (($ |#1|) 16) (((-862) $) 23)) (-3396 (((-112) $ (|[\|\|]| |#1|)) 14) (((-112) $ (|[\|\|]| -2495)) 11)) (-1830 ((|#1| $) 15)))
+(((-691 |#1|) (-13 (-1260) (-1038 |#1|) (-613 (-862)) (-10 -8 (-15 -3666 ($ |#1|)) (-15 -3396 ((-112) $ (|[\|\|]| |#1|))) (-15 -3396 ((-112) $ (|[\|\|]| -2495))) (-15 -1830 (|#1| $)) (-15 -2495 ($) -4388))) (-613 (-862))) (T -691))
+((-3666 (*1 *1 *2) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))) (-3396 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-613 (-862))) (-5 *2 (-112)) (-5 *1 (-691 *4)))) (-3396 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2495)) (-5 *2 (-112)) (-5 *1 (-691 *4)) (-4 *4 (-613 (-862))))) (-1830 (*1 *2 *1) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))) (-2495 (*1 *1) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))))
+(-13 (-1260) (-1038 |#1|) (-613 (-862)) (-10 -8 (-15 -3666 ($ |#1|)) (-15 -3396 ((-112) $ (|[\|\|]| |#1|))) (-15 -3396 ((-112) $ (|[\|\|]| -2495))) (-15 -1830 (|#1| $)) (-15 -2495 ($) -4388)))
+((-2504 ((|#2| |#2| |#4|) 33)) (-3941 (((-689 |#2|) |#3| |#4|) 39)) (-2513 (((-689 |#2|) |#2| |#4|) 38)) (-3206 (((-1265 |#2|) |#2| |#4|) 16)) (-3409 ((|#2| |#3| |#4|) 32)) (-2443 (((-689 |#2|) |#3| |#4| (-771) (-771)) 50)) (-3469 (((-689 |#2|) |#2| |#4| (-771)) 49)))
+(((-692 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3206 ((-1265 |#2|) |#2| |#4|)) (-15 -3409 (|#2| |#3| |#4|)) (-15 -2504 (|#2| |#2| |#4|)) (-15 -2513 ((-689 |#2|) |#2| |#4|)) (-15 -3469 ((-689 |#2|) |#2| |#4| (-771))) (-15 -3941 ((-689 |#2|) |#3| |#4|)) (-15 -2443 ((-689 |#2|) |#3| |#4| (-771) (-771)))) (-1099) (-900 |#1|) (-375 |#2|) (-13 (-375 |#1|) (-10 -7 (-6 -4415)))) (T -692))
+((-2443 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-771)) (-4 *6 (-1099)) (-4 *7 (-900 *6)) (-5 *2 (-689 *7)) (-5 *1 (-692 *6 *7 *3 *4)) (-4 *3 (-375 *7)) (-4 *4 (-13 (-375 *6) (-10 -7 (-6 -4415)))))) (-3941 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *6 (-900 *5)) (-5 *2 (-689 *6)) (-5 *1 (-692 *5 *6 *3 *4)) (-4 *3 (-375 *6)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))))) (-3469 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-1099)) (-4 *3 (-900 *6)) (-5 *2 (-689 *3)) (-5 *1 (-692 *6 *3 *7 *4)) (-4 *7 (-375 *3)) (-4 *4 (-13 (-375 *6) (-10 -7 (-6 -4415)))))) (-2513 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *3 (-900 *5)) (-5 *2 (-689 *3)) (-5 *1 (-692 *5 *3 *6 *4)) (-4 *6 (-375 *3)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))))) (-2504 (*1 *2 *2 *3) (-12 (-4 *4 (-1099)) (-4 *2 (-900 *4)) (-5 *1 (-692 *4 *2 *5 *3)) (-4 *5 (-375 *2)) (-4 *3 (-13 (-375 *4) (-10 -7 (-6 -4415)))))) (-3409 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *2 (-900 *5)) (-5 *1 (-692 *5 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))))) (-3206 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *3 (-900 *5)) (-5 *2 (-1265 *3)) (-5 *1 (-692 *5 *3 *6 *4)) (-4 *6 (-375 *3)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))))))
+(-10 -7 (-15 -3206 ((-1265 |#2|) |#2| |#4|)) (-15 -3409 (|#2| |#3| |#4|)) (-15 -2504 (|#2| |#2| |#4|)) (-15 -2513 ((-689 |#2|) |#2| |#4|)) (-15 -3469 ((-689 |#2|) |#2| |#4| (-771))) (-15 -3941 ((-689 |#2|) |#3| |#4|)) (-15 -2443 ((-689 |#2|) |#3| |#4| (-771) (-771))))
+((-3157 (((-2 (|:| |num| (-689 |#1|)) (|:| |den| |#1|)) (-689 |#2|)) 20)) (-1456 ((|#1| (-689 |#2|)) 9)) (-1536 (((-689 |#1|) (-689 |#2|)) 18)))
+(((-693 |#1| |#2|) (-10 -7 (-15 -1456 (|#1| (-689 |#2|))) (-15 -1536 ((-689 |#1|) (-689 |#2|))) (-15 -3157 ((-2 (|:| |num| (-689 |#1|)) (|:| |den| |#1|)) (-689 |#2|)))) (-558) (-992 |#1|)) (T -693))
+((-3157 (*1 *2 *3) (-12 (-5 *3 (-689 *5)) (-4 *5 (-992 *4)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |num| (-689 *4)) (|:| |den| *4))) (-5 *1 (-693 *4 *5)))) (-1536 (*1 *2 *3) (-12 (-5 *3 (-689 *5)) (-4 *5 (-992 *4)) (-4 *4 (-558)) (-5 *2 (-689 *4)) (-5 *1 (-693 *4 *5)))) (-1456 (*1 *2 *3) (-12 (-5 *3 (-689 *4)) (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-693 *2 *4)))))
+(-10 -7 (-15 -1456 (|#1| (-689 |#2|))) (-15 -1536 ((-689 |#1|) (-689 |#2|))) (-15 -3157 ((-2 (|:| |num| (-689 |#1|)) (|:| |den| |#1|)) (-689 |#2|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-4266 (((-689 (-699))) NIL) (((-689 (-699)) (-1265 $)) NIL)) (-2881 (((-699) $) NIL)) (-4175 (($ $) NIL (|has| (-699) (-1200)))) (-4026 (($ $) NIL (|has| (-699) (-1200)))) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| (-699) (-351)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-699) (-308)) (|has| (-699) (-909))))) (-1778 (($ $) NIL (-2700 (-12 (|has| (-699) (-308)) (|has| (-699) (-909))) (|has| (-699) (-365))))) (-1615 (((-420 $) $) NIL (-2700 (-12 (|has| (-699) (-308)) (|has| (-699) (-909))) (|has| (-699) (-365))))) (-3856 (($ $) NIL (-12 (|has| (-699) (-1002)) (|has| (-699) (-1200))))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-699) (-308)) (|has| (-699) (-909))))) (-1621 (((-112) $ $) NIL (|has| (-699) (-308)))) (-3571 (((-771)) NIL (|has| (-699) (-370)))) (-4153 (($ $) NIL (|has| (-699) (-1200)))) (-4005 (($ $) NIL (|has| (-699) (-1200)))) (-4198 (($ $) NIL (|has| (-699) (-1200)))) (-4050 (($ $) NIL (|has| (-699) (-1200)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-699) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-699) (-1038 (-409 (-566)))))) (-3213 (((-566) $) NIL) (((-699) $) NIL) (((-409 (-566)) $) NIL (|has| (-699) (-1038 (-409 (-566)))))) (-3189 (($ (-1265 (-699))) NIL) (($ (-1265 (-699)) (-1265 $)) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-699) (-351)))) (-4067 (($ $ $) NIL (|has| (-699) (-308)))) (-3186 (((-689 (-699)) $) NIL) (((-689 (-699)) $ (-1265 $)) NIL)) (-2204 (((-689 (-699)) (-689 $)) NIL) (((-2 (|:| -2840 (-689 (-699))) (|:| |vec| (-1265 (-699)))) (-689 $) (-1265 $)) NIL) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-699) (-639 (-566)))) (((-689 (-566)) (-689 $)) NIL (|has| (-699) (-639 (-566))))) (-1936 (((-3 $ "failed") (-409 (-1171 (-699)))) NIL (|has| (-699) (-365))) (($ (-1171 (-699))) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3865 (((-699) $) 29)) (-2165 (((-3 (-409 (-566)) "failed") $) NIL (|has| (-699) (-547)))) (-2070 (((-112) $) NIL (|has| (-699) (-547)))) (-1662 (((-409 (-566)) $) NIL (|has| (-699) (-547)))) (-3486 (((-921)) NIL)) (-3341 (($) NIL (|has| (-699) (-370)))) (-4078 (($ $ $) NIL (|has| (-699) (-308)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| (-699) (-308)))) (-2814 (($) NIL (|has| (-699) (-351)))) (-4179 (((-112) $) NIL (|has| (-699) (-351)))) (-3271 (($ $) NIL (|has| (-699) (-351))) (($ $ (-771)) NIL (|has| (-699) (-351)))) (-2422 (((-112) $) NIL (-2700 (-12 (|has| (-699) (-308)) (|has| (-699) (-909))) (|has| (-699) (-365))))) (-4070 (((-2 (|:| |r| (-699)) (|:| |phi| (-699))) $) NIL (-12 (|has| (-699) (-1059)) (|has| (-699) (-1200))))) (-2528 (($) NIL (|has| (-699) (-1200)))) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-699) (-886 (-381)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-699) (-886 (-566))))) (-2464 (((-833 (-921)) $) NIL (|has| (-699) (-351))) (((-921) $) NIL (|has| (-699) (-351)))) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL (-12 (|has| (-699) (-1002)) (|has| (-699) (-1200))))) (-1435 (((-699) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| (-699) (-351)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-699) (-308)))) (-1505 (((-1171 (-699)) $) NIL (|has| (-699) (-365)))) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-1895 (($ (-1 (-699) (-699)) $) NIL)) (-4350 (((-921) $) NIL (|has| (-699) (-370)))) (-1658 (($ $) NIL (|has| (-699) (-1200)))) (-1924 (((-1171 (-699)) $) NIL)) (-1931 (($ (-644 $)) NIL (|has| (-699) (-308))) (($ $ $) NIL (|has| (-699) (-308)))) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| (-699) (-365)))) (-1783 (($) NIL (|has| (-699) (-351)) CONST)) (-1351 (($ (-921)) NIL (|has| (-699) (-370)))) (-3938 (($) NIL)) (-3875 (((-699) $) 31)) (-2029 (((-1119) $) NIL)) (-2529 (($) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| (-699) (-308)))) (-1962 (($ (-644 $)) NIL (|has| (-699) (-308))) (($ $ $) NIL (|has| (-699) (-308)))) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| (-699) (-351)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-699) (-308)) (|has| (-699) (-909))))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-699) (-308)) (|has| (-699) (-909))))) (-3846 (((-420 $) $) NIL (-2700 (-12 (|has| (-699) (-308)) (|has| (-699) (-909))) (|has| (-699) (-365))))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-699) (-308))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| (-699) (-308)))) (-4116 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-699)) NIL (|has| (-699) (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-699) (-308)))) (-1983 (($ $) NIL (|has| (-699) (-1200)))) (-1838 (($ $ (-1175) (-699)) NIL (|has| (-699) (-516 (-1175) (-699)))) (($ $ (-644 (-1175)) (-644 (-699))) NIL (|has| (-699) (-516 (-1175) (-699)))) (($ $ (-644 (-295 (-699)))) NIL (|has| (-699) (-310 (-699)))) (($ $ (-295 (-699))) NIL (|has| (-699) (-310 (-699)))) (($ $ (-699) (-699)) NIL (|has| (-699) (-310 (-699)))) (($ $ (-644 (-699)) (-644 (-699))) NIL (|has| (-699) (-310 (-699))))) (-3075 (((-771) $) NIL (|has| (-699) (-308)))) (-3483 (($ $ (-699)) NIL (|has| (-699) (-287 (-699) (-699))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| (-699) (-308)))) (-2018 (((-699)) NIL) (((-699) (-1265 $)) NIL)) (-1529 (((-3 (-771) "failed") $ $) NIL (|has| (-699) (-351))) (((-771) $) NIL (|has| (-699) (-351)))) (-2324 (($ $ (-1 (-699) (-699))) NIL) (($ $ (-1 (-699) (-699)) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-1175)) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-771)) NIL (|has| (-699) (-233))) (($ $) NIL (|has| (-699) (-233)))) (-3970 (((-689 (-699)) (-1265 $) (-1 (-699) (-699))) NIL (|has| (-699) (-365)))) (-2068 (((-1171 (-699))) NIL)) (-4209 (($ $) NIL (|has| (-699) (-1200)))) (-4065 (($ $) NIL (|has| (-699) (-1200)))) (-2484 (($) NIL (|has| (-699) (-351)))) (-4186 (($ $) NIL (|has| (-699) (-1200)))) (-4038 (($ $) NIL (|has| (-699) (-1200)))) (-4164 (($ $) NIL (|has| (-699) (-1200)))) (-4015 (($ $) NIL (|has| (-699) (-1200)))) (-2702 (((-689 (-699)) (-1265 $)) NIL) (((-1265 (-699)) $) NIL) (((-689 (-699)) (-1265 $) (-1265 $)) NIL) (((-1265 (-699)) $ (-1265 $)) NIL)) (-1945 (((-538) $) NIL (|has| (-699) (-614 (-538)))) (((-169 (-225)) $) NIL (|has| (-699) (-1022))) (((-169 (-381)) $) NIL (|has| (-699) (-1022))) (((-892 (-381)) $) NIL (|has| (-699) (-614 (-892 (-381))))) (((-892 (-566)) $) NIL (|has| (-699) (-614 (-892 (-566))))) (($ (-1171 (-699))) NIL) (((-1171 (-699)) $) NIL) (($ (-1265 (-699))) NIL) (((-1265 (-699)) $) NIL)) (-2791 (($ $) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-2700 (-12 (|has| (-699) (-308)) (|has| $ (-145)) (|has| (-699) (-909))) (|has| (-699) (-351))))) (-1652 (($ (-699) (-699)) 12)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-566)) NIL) (($ (-699)) NIL) (($ (-169 (-381))) 13) (($ (-169 (-566))) 19) (($ (-169 (-699))) 28) (($ (-169 (-701))) 25) (((-169 (-381)) $) 33) (($ (-409 (-566))) NIL (-2700 (|has| (-699) (-1038 (-409 (-566)))) (|has| (-699) (-365))))) (-2097 (($ $) NIL (|has| (-699) (-351))) (((-3 $ "failed") $) NIL (-2700 (-12 (|has| (-699) (-308)) (|has| $ (-145)) (|has| (-699) (-909))) (|has| (-699) (-145))))) (-2080 (((-1171 (-699)) $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) NIL)) (-4241 (($ $) NIL (|has| (-699) (-1200)))) (-4100 (($ $) NIL (|has| (-699) (-1200)))) (-3679 (((-112) $ $) NIL)) (-4220 (($ $) NIL (|has| (-699) (-1200)))) (-4077 (($ $) NIL (|has| (-699) (-1200)))) (-4264 (($ $) NIL (|has| (-699) (-1200)))) (-4127 (($ $) NIL (|has| (-699) (-1200)))) (-1891 (((-699) $) NIL (|has| (-699) (-1200)))) (-2462 (($ $) NIL (|has| (-699) (-1200)))) (-4140 (($ $) NIL (|has| (-699) (-1200)))) (-4253 (($ $) NIL (|has| (-699) (-1200)))) (-4114 (($ $) NIL (|has| (-699) (-1200)))) (-4230 (($ $) NIL (|has| (-699) (-1200)))) (-4088 (($ $) NIL (|has| (-699) (-1200)))) (-3839 (($ $) NIL (|has| (-699) (-1059)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-1 (-699) (-699))) NIL) (($ $ (-1 (-699) (-699)) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-1175)) NIL (|has| (-699) (-900 (-1175)))) (($ $ (-771)) NIL (|has| (-699) (-233))) (($ $) NIL (|has| (-699) (-233)))) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL (|has| (-699) (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ $) NIL (|has| (-699) (-1200))) (($ $ (-409 (-566))) NIL (-12 (|has| (-699) (-1002)) (|has| (-699) (-1200)))) (($ $ (-566)) NIL (|has| (-699) (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ (-699) $) NIL) (($ $ (-699)) NIL) (($ (-409 (-566)) $) NIL (|has| (-699) (-365))) (($ $ (-409 (-566))) NIL (|has| (-699) (-365)))))
+(((-694) (-13 (-389) (-166 (-699)) (-10 -8 (-15 -1650 ($ (-169 (-381)))) (-15 -1650 ($ (-169 (-566)))) (-15 -1650 ($ (-169 (-699)))) (-15 -1650 ($ (-169 (-701)))) (-15 -1650 ((-169 (-381)) $))))) (T -694))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-694)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-169 (-566))) (-5 *1 (-694)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-169 (-699))) (-5 *1 (-694)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-169 (-701))) (-5 *1 (-694)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-694)))))
+(-13 (-389) (-166 (-699)) (-10 -8 (-15 -1650 ($ (-169 (-381)))) (-15 -1650 ($ (-169 (-566)))) (-15 -1650 ($ (-169 (-699)))) (-15 -1650 ($ (-169 (-701)))) (-15 -1650 ((-169 (-381)) $))))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-3503 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3723 (($ $) 63)) (-3640 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ |#1| $) 48 (|has| $ (-6 -4415))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4415)))) (-1837 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4415)))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41) (($ |#1| $ (-771)) 64)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-2969 (((-644 (-2 (|:| -2303 |#1|) (|:| -2037 (-771)))) $) 62)) (-1708 (($) 50) (($ (-644 |#1|)) 49)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 51)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 43)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-695 |#1|) (-140) (-1099)) (T -695))
-((-3888 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-695 *2)) (-4 *2 (-1099)))) (-3322 (*1 *1 *1) (-12 (-4 *1 (-695 *2)) (-4 *2 (-1099)))) (-1352 (*1 *2 *1) (-12 (-4 *1 (-695 *3)) (-4 *3 (-1099)) (-5 *2 (-644 (-2 (|:| -2636 *3) (|:| -4083 (-771))))))))
-(-13 (-235 |t#1|) (-10 -8 (-15 -3888 ($ |t#1| $ (-771))) (-15 -3322 ($ $)) (-15 -1352 ((-644 (-2 (|:| -2636 |t#1|) (|:| -4083 (-771)))) $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-3957 (((-644 |#1|) (-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))) (-566)) 66)) (-3072 ((|#1| |#1| (-566)) 62)) (-2164 ((|#1| |#1| |#1| (-566)) 46)) (-1624 (((-644 |#1|) |#1| (-566)) 49)) (-3067 ((|#1| |#1| (-566) |#1| (-566)) 40)) (-2475 (((-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))) |#1| (-566)) 61)))
-(((-696 |#1|) (-10 -7 (-15 -2164 (|#1| |#1| |#1| (-566))) (-15 -3072 (|#1| |#1| (-566))) (-15 -1624 ((-644 |#1|) |#1| (-566))) (-15 -2475 ((-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))) |#1| (-566))) (-15 -3957 ((-644 |#1|) (-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))) (-566))) (-15 -3067 (|#1| |#1| (-566) |#1| (-566)))) (-1240 (-566))) (T -696))
-((-3067 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1240 *3)))) (-3957 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| -1624 *5) (|:| -3902 (-566))))) (-5 *4 (-566)) (-4 *5 (-1240 *4)) (-5 *2 (-644 *5)) (-5 *1 (-696 *5)))) (-2475 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-5 *2 (-644 (-2 (|:| -1624 *3) (|:| -3902 *4)))) (-5 *1 (-696 *3)) (-4 *3 (-1240 *4)))) (-1624 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-5 *2 (-644 *3)) (-5 *1 (-696 *3)) (-4 *3 (-1240 *4)))) (-3072 (*1 *2 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1240 *3)))) (-2164 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1240 *3)))))
-(-10 -7 (-15 -2164 (|#1| |#1| |#1| (-566))) (-15 -3072 (|#1| |#1| (-566))) (-15 -1624 ((-644 |#1|) |#1| (-566))) (-15 -2475 ((-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))) |#1| (-566))) (-15 -3957 ((-644 |#1|) (-644 (-2 (|:| -1624 |#1|) (|:| -3902 (-566)))) (-566))) (-15 -3067 (|#1| |#1| (-566) |#1| (-566))))
-((-2025 (((-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225))) 17)) (-4031 (((-1132 (-225)) (-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264))) 56) (((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264))) 58) (((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264))) 60)) (-2289 (((-1132 (-225)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-644 (-264))) NIL)) (-3187 (((-1132 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264))) 61)))
-(((-697) (-10 -7 (-15 -4031 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -4031 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -4031 ((-1132 (-225)) (-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -3187 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2289 ((-1132 (-225)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2025 ((-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))) (T -697))
-((-2025 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1 (-225) (-225) (-225) (-225))) (-5 *2 (-1 (-943 (-225)) (-225) (-225))) (-5 *1 (-697)))) (-2289 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697)))) (-3187 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined")) (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697)))) (-4031 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-225))) (-5 *5 (-644 (-264))) (-5 *1 (-697)))) (-4031 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-225))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697)))) (-4031 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined")) (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697)))))
-(-10 -7 (-15 -4031 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -4031 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -4031 ((-1132 (-225)) (-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -3187 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2289 ((-1132 (-225)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2025 ((-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))
-((-1624 (((-420 (-1171 |#4|)) (-1171 |#4|)) 86) (((-420 |#4|) |#4|) 270)))
-(((-698 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1624 ((-420 |#4|) |#4|)) (-15 -1624 ((-420 (-1171 |#4|)) (-1171 |#4|)))) (-850) (-793) (-351) (-949 |#3| |#2| |#1|)) (T -698))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-351)) (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-698 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-1624 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-698 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4)))))
-(-10 -7 (-15 -1624 ((-420 |#4|) |#4|)) (-15 -1624 ((-420 (-1171 |#4|)) (-1171 |#4|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 100)) (-1873 (((-566) $) 34)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-2331 (($ $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-1635 (($ $) NIL)) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL)) (-2463 (($) NIL T CONST)) (-3347 (($ $) NIL)) (-2229 (((-3 (-566) "failed") $) 89) (((-3 (-409 (-566)) "failed") $) 28) (((-3 (-381) "failed") $) 86)) (-4158 (((-566) $) 91) (((-409 (-566)) $) 83) (((-381) $) 84)) (-2933 (($ $ $) 112)) (-3245 (((-3 $ "failed") $) 103)) (-2945 (($ $ $) 111)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-3262 (((-921)) 93) (((-921) (-921)) 92)) (-2528 (((-112) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL)) (-2679 (((-566) $) NIL)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL)) (-2064 (($ $) NIL)) (-3233 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3073 (((-566) (-566)) 97) (((-566)) 98)) (-1478 (($ $ $) NIL) (($) NIL (-12 (-2404 (|has| $ (-6 -4397))) (-2404 (|has| $ (-6 -4405)))))) (-1808 (((-566) (-566)) 95) (((-566)) 96)) (-2599 (($ $ $) NIL) (($) NIL (-12 (-2404 (|has| $ (-6 -4397))) (-2404 (|has| $ (-6 -4405)))))) (-2431 (((-566) $) 17)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 107)) (-1485 (((-921) (-566)) NIL (|has| $ (-6 -4405)))) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL)) (-3143 (($ $) NIL)) (-2938 (($ (-566) (-566)) NIL) (($ (-566) (-566) (-921)) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) 108)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2201 (((-566) $) 24)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 110)) (-2251 (((-921)) NIL) (((-921) (-921)) NIL (|has| $ (-6 -4405)))) (-1460 (((-921) (-566)) NIL (|has| $ (-6 -4405)))) (-2376 (((-381) $) NIL) (((-225) $) NIL) (((-892 (-381)) $) NIL)) (-3152 (((-862) $) 68) (($ (-566)) 79) (($ $) NIL) (($ (-409 (-566))) 82) (($ (-566)) 79) (($ (-409 (-566))) 82) (($ (-381)) 76) (((-381) $) 66) (($ (-701)) 71)) (-2593 (((-771)) 122 T CONST)) (-1699 (($ (-566) (-566) (-921)) 59)) (-3913 (($ $) NIL)) (-2367 (((-921)) NIL) (((-921) (-921)) NIL (|has| $ (-6 -4405)))) (-3044 (((-112) $ $) NIL)) (-2576 (((-921)) 46) (((-921) (-921)) 94)) (-3014 (((-112) $ $) NIL)) (-1358 (($ $) NIL)) (-4356 (($) 37 T CONST)) (-4366 (($) 18 T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 99)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 121)) (-3025 (($ $ $) 81)) (-3012 (($ $) 118) (($ $ $) 119)) (-3002 (($ $ $) 117)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL) (($ $ (-409 (-566))) 106)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 113) (($ $ $) 104) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
-(((-699) (-13 (-406) (-389) (-365) (-1038 (-381)) (-1038 (-409 (-566))) (-147) (-10 -8 (-15 -3262 ((-921) (-921))) (-15 -3262 ((-921))) (-15 -2576 ((-921) (-921))) (-15 -1808 ((-566) (-566))) (-15 -1808 ((-566))) (-15 -3073 ((-566) (-566))) (-15 -3073 ((-566))) (-15 -3152 ((-381) $)) (-15 -3152 ($ (-701))) (-15 -2431 ((-566) $)) (-15 -2201 ((-566) $)) (-15 -1699 ($ (-566) (-566) (-921)))))) (T -699))
-((-2201 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-2431 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-3262 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699)))) (-3262 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699)))) (-2576 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699)))) (-1808 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-1808 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-3073 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-3073 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-381)) (-5 *1 (-699)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-701)) (-5 *1 (-699)))) (-1699 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-921)) (-5 *1 (-699)))))
-(-13 (-406) (-389) (-365) (-1038 (-381)) (-1038 (-409 (-566))) (-147) (-10 -8 (-15 -3262 ((-921) (-921))) (-15 -3262 ((-921))) (-15 -2576 ((-921) (-921))) (-15 -1808 ((-566) (-566))) (-15 -1808 ((-566))) (-15 -3073 ((-566) (-566))) (-15 -3073 ((-566))) (-15 -3152 ((-381) $)) (-15 -3152 ($ (-701))) (-15 -2431 ((-566) $)) (-15 -2201 ((-566) $)) (-15 -1699 ($ (-566) (-566) (-921)))))
-((-4004 (((-689 |#1|) (-689 |#1|) |#1| |#1|) 88)) (-1521 (((-689 |#1|) (-689 |#1|) |#1|) 67)) (-2148 (((-689 |#1|) (-689 |#1|) |#1|) 89)) (-2179 (((-689 |#1|) (-689 |#1|)) 68)) (-2554 (((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|) 87)))
-(((-700 |#1|) (-10 -7 (-15 -2179 ((-689 |#1|) (-689 |#1|))) (-15 -1521 ((-689 |#1|) (-689 |#1|) |#1|)) (-15 -2148 ((-689 |#1|) (-689 |#1|) |#1|)) (-15 -4004 ((-689 |#1|) (-689 |#1|) |#1| |#1|)) (-15 -2554 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|))) (-308)) (T -700))
-((-2554 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-700 *3)) (-4 *3 (-308)))) (-4004 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))) (-2148 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))) (-1521 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))) (-2179 (*1 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))))
-(-10 -7 (-15 -2179 ((-689 |#1|) (-689 |#1|))) (-15 -1521 ((-689 |#1|) (-689 |#1|) |#1|)) (-15 -2148 ((-689 |#1|) (-689 |#1|) |#1|)) (-15 -4004 ((-689 |#1|) (-689 |#1|) |#1| |#1|)) (-15 -2554 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-2871 (($ $ $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1345 (($ $ $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL)) (-3764 (($ $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) 31)) (-4158 (((-566) $) 29)) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-4391 (((-3 (-409 (-566)) "failed") $) NIL)) (-3407 (((-112) $) NIL)) (-1786 (((-409 (-566)) $) NIL)) (-2715 (($ $) NIL) (($) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2501 (($ $ $ $) NIL)) (-1732 (($ $ $) NIL)) (-2528 (((-112) $) NIL)) (-2413 (($ $ $) NIL)) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL)) (-2389 (((-112) $) NIL)) (-3419 (((-112) $) NIL)) (-2621 (((-3 $ "failed") $) NIL)) (-3233 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2505 (($ $ $ $) NIL)) (-1478 (($ $ $) NIL)) (-3435 (((-921) (-921)) 10) (((-921)) 9)) (-2599 (($ $ $) NIL)) (-3479 (($ $) NIL)) (-2440 (($ $) NIL)) (-2128 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-1517 (($ $ $) NIL)) (-3289 (($) NIL T CONST)) (-1847 (($ $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ (-644 $)) NIL) (($ $ $) NIL)) (-2499 (($ $) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2664 (((-112) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) NIL) (($ $ (-771)) NIL)) (-2028 (($ $) NIL)) (-1480 (($ $) NIL)) (-2376 (((-225) $) NIL) (((-381) $) NIL) (((-892 (-566)) $) NIL) (((-538) $) NIL) (((-566) $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) 28) (($ $) NIL) (($ (-566)) 28) (((-317 $) (-317 (-566))) 18)) (-2593 (((-771)) NIL T CONST)) (-2992 (((-112) $ $) NIL)) (-2073 (($ $ $) NIL)) (-3044 (((-112) $ $) NIL)) (-2576 (($) NIL)) (-3014 (((-112) $ $) NIL)) (-1725 (($ $ $ $) NIL)) (-1358 (($ $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $) NIL) (($ $ (-771)) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL)))
-(((-701) (-13 (-389) (-547) (-10 -8 (-15 -3435 ((-921) (-921))) (-15 -3435 ((-921))) (-15 -3152 ((-317 $) (-317 (-566))))))) (T -701))
-((-3435 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-701)))) (-3435 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-701)))) (-3152 (*1 *2 *3) (-12 (-5 *3 (-317 (-566))) (-5 *2 (-317 (-701))) (-5 *1 (-701)))))
-(-13 (-389) (-547) (-10 -8 (-15 -3435 ((-921) (-921))) (-15 -3435 ((-921))) (-15 -3152 ((-317 $) (-317 (-566))))))
-((-4000 (((-1 |#4| |#2| |#3|) |#1| (-1175) (-1175)) 19)) (-3758 (((-1 |#4| |#2| |#3|) (-1175)) 12)))
-(((-702 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3758 ((-1 |#4| |#2| |#3|) (-1175))) (-15 -4000 ((-1 |#4| |#2| |#3|) |#1| (-1175) (-1175)))) (-614 (-538)) (-1214) (-1214) (-1214)) (T -702))
-((-4000 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-702 *3 *5 *6 *7)) (-4 *3 (-614 (-538))) (-4 *5 (-1214)) (-4 *6 (-1214)) (-4 *7 (-1214)))) (-3758 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-702 *4 *5 *6 *7)) (-4 *4 (-614 (-538))) (-4 *5 (-1214)) (-4 *6 (-1214)) (-4 *7 (-1214)))))
-(-10 -7 (-15 -3758 ((-1 |#4| |#2| |#3|) (-1175))) (-15 -4000 ((-1 |#4| |#2| |#3|) |#1| (-1175) (-1175))))
-((-4300 (((-1 (-225) (-225) (-225)) |#1| (-1175) (-1175)) 43) (((-1 (-225) (-225)) |#1| (-1175)) 48)))
-(((-703 |#1|) (-10 -7 (-15 -4300 ((-1 (-225) (-225)) |#1| (-1175))) (-15 -4300 ((-1 (-225) (-225) (-225)) |#1| (-1175) (-1175)))) (-614 (-538))) (T -703))
-((-4300 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-703 *3)) (-4 *3 (-614 (-538))))) (-4300 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-1 (-225) (-225))) (-5 *1 (-703 *3)) (-4 *3 (-614 (-538))))))
-(-10 -7 (-15 -4300 ((-1 (-225) (-225)) |#1| (-1175))) (-15 -4300 ((-1 (-225) (-225) (-225)) |#1| (-1175) (-1175))))
-((-3204 (((-1175) |#1| (-1175) (-644 (-1175))) 10) (((-1175) |#1| (-1175) (-1175) (-1175)) 13) (((-1175) |#1| (-1175) (-1175)) 12) (((-1175) |#1| (-1175)) 11)))
-(((-704 |#1|) (-10 -7 (-15 -3204 ((-1175) |#1| (-1175))) (-15 -3204 ((-1175) |#1| (-1175) (-1175))) (-15 -3204 ((-1175) |#1| (-1175) (-1175) (-1175))) (-15 -3204 ((-1175) |#1| (-1175) (-644 (-1175))))) (-614 (-538))) (T -704))
-((-3204 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-644 (-1175))) (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538))))) (-3204 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538))))) (-3204 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538))))) (-3204 (*1 *2 *3 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538))))))
-(-10 -7 (-15 -3204 ((-1175) |#1| (-1175))) (-15 -3204 ((-1175) |#1| (-1175) (-1175))) (-15 -3204 ((-1175) |#1| (-1175) (-1175) (-1175))) (-15 -3204 ((-1175) |#1| (-1175) (-644 (-1175)))))
-((-3749 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
-(((-705 |#1| |#2|) (-10 -7 (-15 -3749 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1214) (-1214)) (T -705))
-((-3749 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-705 *3 *4)) (-4 *3 (-1214)) (-4 *4 (-1214)))))
-(-10 -7 (-15 -3749 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
-((-3720 (((-1 |#3| |#2|) (-1175)) 11)) (-4000 (((-1 |#3| |#2|) |#1| (-1175)) 21)))
-(((-706 |#1| |#2| |#3|) (-10 -7 (-15 -3720 ((-1 |#3| |#2|) (-1175))) (-15 -4000 ((-1 |#3| |#2|) |#1| (-1175)))) (-614 (-538)) (-1214) (-1214)) (T -706))
-((-4000 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *3 *5 *6)) (-4 *3 (-614 (-538))) (-4 *5 (-1214)) (-4 *6 (-1214)))) (-3720 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *4 (-614 (-538))) (-4 *5 (-1214)) (-4 *6 (-1214)))))
-(-10 -7 (-15 -3720 ((-1 |#3| |#2|) (-1175))) (-15 -4000 ((-1 |#3| |#2|) |#1| (-1175))))
-((-1497 (((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#4|)) (-644 |#3|) (-644 |#4|) (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| |#4|)))) (-644 (-771)) (-1264 (-644 (-1171 |#3|))) |#3|) 95)) (-3351 (((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#3|)) (-644 |#3|) (-644 |#4|) (-644 (-771)) |#3|) 113)) (-1299 (((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 |#3|) (-644 (-771)) (-644 (-1171 |#4|)) (-1264 (-644 (-1171 |#3|))) |#3|) 47)))
-(((-707 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1299 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 |#3|) (-644 (-771)) (-644 (-1171 |#4|)) (-1264 (-644 (-1171 |#3|))) |#3|)) (-15 -3351 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#3|)) (-644 |#3|) (-644 |#4|) (-644 (-771)) |#3|)) (-15 -1497 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#4|)) (-644 |#3|) (-644 |#4|) (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| |#4|)))) (-644 (-771)) (-1264 (-644 (-1171 |#3|))) |#3|))) (-793) (-850) (-308) (-949 |#3| |#1| |#2|)) (T -707))
-((-1497 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-644 (-1171 *13))) (-5 *3 (-1171 *13)) (-5 *4 (-644 *12)) (-5 *5 (-644 *10)) (-5 *6 (-644 *13)) (-5 *7 (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| *13))))) (-5 *8 (-644 (-771))) (-5 *9 (-1264 (-644 (-1171 *10)))) (-4 *12 (-850)) (-4 *10 (-308)) (-4 *13 (-949 *10 *11 *12)) (-4 *11 (-793)) (-5 *1 (-707 *11 *12 *10 *13)))) (-3351 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-644 *11)) (-5 *5 (-644 (-1171 *9))) (-5 *6 (-644 *9)) (-5 *7 (-644 *12)) (-5 *8 (-644 (-771))) (-4 *11 (-850)) (-4 *9 (-308)) (-4 *12 (-949 *9 *10 *11)) (-4 *10 (-793)) (-5 *2 (-644 (-1171 *12))) (-5 *1 (-707 *10 *11 *9 *12)) (-5 *3 (-1171 *12)))) (-1299 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-644 (-1171 *11))) (-5 *3 (-1171 *11)) (-5 *4 (-644 *10)) (-5 *5 (-644 *8)) (-5 *6 (-644 (-771))) (-5 *7 (-1264 (-644 (-1171 *8)))) (-4 *10 (-850)) (-4 *8 (-308)) (-4 *11 (-949 *8 *9 *10)) (-4 *9 (-793)) (-5 *1 (-707 *9 *10 *8 *11)))))
-(-10 -7 (-15 -1299 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 |#3|) (-644 (-771)) (-644 (-1171 |#4|)) (-1264 (-644 (-1171 |#3|))) |#3|)) (-15 -3351 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#3|)) (-644 |#3|) (-644 |#4|) (-644 (-771)) |#3|)) (-15 -1497 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#4|)) (-644 |#3|) (-644 |#4|) (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| |#4|)))) (-644 (-771)) (-1264 (-644 (-1171 |#3|))) |#3|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-2814 (($ $) 48)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-1746 (($ |#1| (-771)) 46)) (-2749 (((-771) $) 50)) (-2794 ((|#1| $) 49)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3902 (((-771) $) 51)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 45 (|has| |#1| (-172)))) (-2271 ((|#1| $ (-771)) 47)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 53) (($ |#1| $) 52)))
+((-4165 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-695 *2)) (-4 *2 (-1099)))) (-3723 (*1 *1 *1) (-12 (-4 *1 (-695 *2)) (-4 *2 (-1099)))) (-2969 (*1 *2 *1) (-12 (-4 *1 (-695 *3)) (-4 *3 (-1099)) (-5 *2 (-644 (-2 (|:| -2303 *3) (|:| -2037 (-771))))))))
+(-13 (-235 |t#1|) (-10 -8 (-15 -4165 ($ |t#1| $ (-771))) (-15 -3723 ($ $)) (-15 -2969 ((-644 (-2 (|:| -2303 |t#1|) (|:| -2037 (-771)))) $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-3489 (((-644 |#1|) (-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))) (-566)) 66)) (-2945 ((|#1| |#1| (-566)) 62)) (-1962 ((|#1| |#1| |#1| (-566)) 46)) (-3846 (((-644 |#1|) |#1| (-566)) 49)) (-2897 ((|#1| |#1| (-566) |#1| (-566)) 40)) (-4269 (((-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))) |#1| (-566)) 61)))
+(((-696 |#1|) (-10 -7 (-15 -1962 (|#1| |#1| |#1| (-566))) (-15 -2945 (|#1| |#1| (-566))) (-15 -3846 ((-644 |#1|) |#1| (-566))) (-15 -4269 ((-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))) |#1| (-566))) (-15 -3489 ((-644 |#1|) (-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))) (-566))) (-15 -2897 (|#1| |#1| (-566) |#1| (-566)))) (-1241 (-566))) (T -696))
+((-2897 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1241 *3)))) (-3489 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| -3846 *5) (|:| -4297 (-566))))) (-5 *4 (-566)) (-4 *5 (-1241 *4)) (-5 *2 (-644 *5)) (-5 *1 (-696 *5)))) (-4269 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-5 *2 (-644 (-2 (|:| -3846 *3) (|:| -4297 *4)))) (-5 *1 (-696 *3)) (-4 *3 (-1241 *4)))) (-3846 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-5 *2 (-644 *3)) (-5 *1 (-696 *3)) (-4 *3 (-1241 *4)))) (-2945 (*1 *2 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1241 *3)))) (-1962 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1241 *3)))))
+(-10 -7 (-15 -1962 (|#1| |#1| |#1| (-566))) (-15 -2945 (|#1| |#1| (-566))) (-15 -3846 ((-644 |#1|) |#1| (-566))) (-15 -4269 ((-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))) |#1| (-566))) (-15 -3489 ((-644 |#1|) (-644 (-2 (|:| -3846 |#1|) (|:| -4297 (-566)))) (-566))) (-15 -2897 (|#1| |#1| (-566) |#1| (-566))))
+((-2225 (((-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225))) 17)) (-2917 (((-1132 (-225)) (-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264))) 56) (((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264))) 58) (((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264))) 60)) (-3046 (((-1132 (-225)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-644 (-264))) NIL)) (-1713 (((-1132 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264))) 61)))
+(((-697) (-10 -7 (-15 -2917 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2917 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2917 ((-1132 (-225)) (-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -1713 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -3046 ((-1132 (-225)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2225 ((-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))) (T -697))
+((-2225 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1 (-225) (-225) (-225) (-225))) (-5 *2 (-1 (-943 (-225)) (-225) (-225))) (-5 *1 (-697)))) (-3046 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225))) (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697)))) (-1713 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined")) (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697)))) (-2917 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-225))) (-5 *5 (-644 (-264))) (-5 *1 (-697)))) (-2917 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-225))) (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697)))) (-2917 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined")) (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697)))))
+(-10 -7 (-15 -2917 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2917 ((-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2917 ((-1132 (-225)) (-1132 (-225)) (-1 (-943 (-225)) (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -1713 ((-1132 (-225)) (-1 (-225) (-225) (-225)) (-3 (-1 (-225) (-225) (-225) (-225)) "undefined") (-1093 (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -3046 ((-1132 (-225)) (-317 (-566)) (-317 (-566)) (-317 (-566)) (-1 (-225) (-225)) (-1093 (-225)) (-644 (-264)))) (-15 -2225 ((-1 (-943 (-225)) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225)) (-1 (-225) (-225) (-225) (-225)))))
+((-3846 (((-420 (-1171 |#4|)) (-1171 |#4|)) 86) (((-420 |#4|) |#4|) 270)))
+(((-698 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3846 ((-420 |#4|) |#4|)) (-15 -3846 ((-420 (-1171 |#4|)) (-1171 |#4|)))) (-850) (-793) (-351) (-949 |#3| |#2| |#1|)) (T -698))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-351)) (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-698 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-3846 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-698 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4)))))
+(-10 -7 (-15 -3846 ((-420 |#4|) |#4|)) (-15 -3846 ((-420 (-1171 |#4|)) (-1171 |#4|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 100)) (-3165 (((-566) $) 34)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2191 (($ $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-3856 (($ $) NIL)) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL)) (-4145 (($) NIL T CONST)) (-2665 (($ $) NIL)) (-1821 (((-3 (-566) "failed") $) 89) (((-3 (-409 (-566)) "failed") $) 28) (((-3 (-381) "failed") $) 86)) (-3213 (((-566) $) 91) (((-409 (-566)) $) 83) (((-381) $) 84)) (-4067 (($ $ $) 112)) (-4185 (((-3 $ "failed") $) 103)) (-4078 (($ $ $) 111)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-2393 (((-921)) 93) (((-921) (-921)) 92)) (-3540 (((-112) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL)) (-2464 (((-566) $) NIL)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL)) (-1435 (($ $) NIL)) (-4049 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2956 (((-566) (-566)) 97) (((-566)) 98)) (-1888 (($ $ $) NIL) (($) NIL (-12 (-3348 (|has| $ (-6 -4398))) (-3348 (|has| $ (-6 -4406)))))) (-3792 (((-566) (-566)) 95) (((-566)) 96)) (-3890 (($ $ $) NIL) (($) NIL (-12 (-3348 (|has| $ (-6 -4398))) (-3348 (|has| $ (-6 -4406)))))) (-2099 (((-566) $) 17)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 107)) (-1760 (((-921) (-566)) NIL (|has| $ (-6 -4406)))) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL)) (-2426 (($ $) NIL)) (-1544 (($ (-566) (-566)) NIL) (($ (-566) (-566) (-921)) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) 108)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3388 (((-566) $) 24)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 110)) (-2600 (((-921)) NIL) (((-921) (-921)) NIL (|has| $ (-6 -4406)))) (-1550 (((-921) (-566)) NIL (|has| $ (-6 -4406)))) (-1945 (((-381) $) NIL) (((-225) $) NIL) (((-892 (-381)) $) NIL)) (-1650 (((-862) $) 68) (($ (-566)) 79) (($ $) NIL) (($ (-409 (-566))) 82) (($ (-566)) 79) (($ (-409 (-566))) 82) (($ (-381)) 76) (((-381) $) 66) (($ (-701)) 71)) (-2910 (((-771)) 122 T CONST)) (-2013 (($ (-566) (-566) (-921)) 59)) (-4370 (($ $) NIL)) (-1372 (((-921)) NIL) (((-921) (-921)) NIL (|has| $ (-6 -4406)))) (-2657 (((-112) $ $) NIL)) (-4249 (((-921)) 46) (((-921) (-921)) 94)) (-3679 (((-112) $ $) NIL)) (-3839 (($ $) NIL)) (-3410 (($) 37 T CONST)) (-3424 (($) 18 T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 99)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 121)) (-2990 (($ $ $) 81)) (-2977 (($ $) 118) (($ $ $) 119)) (-2964 (($ $ $) 117)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL) (($ $ (-409 (-566))) 106)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 113) (($ $ $) 104) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
+(((-699) (-13 (-406) (-389) (-365) (-1038 (-381)) (-1038 (-409 (-566))) (-147) (-10 -8 (-15 -2393 ((-921) (-921))) (-15 -2393 ((-921))) (-15 -4249 ((-921) (-921))) (-15 -3792 ((-566) (-566))) (-15 -3792 ((-566))) (-15 -2956 ((-566) (-566))) (-15 -2956 ((-566))) (-15 -1650 ((-381) $)) (-15 -1650 ($ (-701))) (-15 -2099 ((-566) $)) (-15 -3388 ((-566) $)) (-15 -2013 ($ (-566) (-566) (-921)))))) (T -699))
+((-3388 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-2099 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-2393 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699)))) (-2393 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699)))) (-4249 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699)))) (-3792 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-3792 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-2956 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-2956 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-381)) (-5 *1 (-699)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-701)) (-5 *1 (-699)))) (-2013 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-921)) (-5 *1 (-699)))))
+(-13 (-406) (-389) (-365) (-1038 (-381)) (-1038 (-409 (-566))) (-147) (-10 -8 (-15 -2393 ((-921) (-921))) (-15 -2393 ((-921))) (-15 -4249 ((-921) (-921))) (-15 -3792 ((-566) (-566))) (-15 -3792 ((-566))) (-15 -2956 ((-566) (-566))) (-15 -2956 ((-566))) (-15 -1650 ((-381) $)) (-15 -1650 ($ (-701))) (-15 -2099 ((-566) $)) (-15 -3388 ((-566) $)) (-15 -2013 ($ (-566) (-566) (-921)))))
+((-2628 (((-689 |#1|) (-689 |#1|) |#1| |#1|) 88)) (-4035 (((-689 |#1|) (-689 |#1|) |#1|) 67)) (-4163 (((-689 |#1|) (-689 |#1|) |#1|) 89)) (-3171 (((-689 |#1|) (-689 |#1|)) 68)) (-2514 (((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|) 87)))
+(((-700 |#1|) (-10 -7 (-15 -3171 ((-689 |#1|) (-689 |#1|))) (-15 -4035 ((-689 |#1|) (-689 |#1|) |#1|)) (-15 -4163 ((-689 |#1|) (-689 |#1|) |#1|)) (-15 -2628 ((-689 |#1|) (-689 |#1|) |#1| |#1|)) (-15 -2514 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|))) (-308)) (T -700))
+((-2514 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-700 *3)) (-4 *3 (-308)))) (-2628 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))) (-4163 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))) (-4035 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))) (-3171 (*1 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))))
+(-10 -7 (-15 -3171 ((-689 |#1|) (-689 |#1|))) (-15 -4035 ((-689 |#1|) (-689 |#1|) |#1|)) (-15 -4163 ((-689 |#1|) (-689 |#1|) |#1|)) (-15 -2628 ((-689 |#1|) (-689 |#1|) |#1| |#1|)) (-15 -2514 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3748 (($ $ $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3759 (($ $ $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL)) (-3476 (($ $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) 31)) (-3213 (((-566) $) 29)) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-2165 (((-3 (-409 (-566)) "failed") $) NIL)) (-2070 (((-112) $) NIL)) (-1662 (((-409 (-566)) $) NIL)) (-3341 (($ $) NIL) (($) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3249 (($ $ $ $) NIL)) (-2322 (($ $ $) NIL)) (-3540 (((-112) $) NIL)) (-1757 (($ $ $) NIL)) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL)) (-1568 (((-112) $) NIL)) (-2190 (((-112) $) NIL)) (-1982 (((-3 $ "failed") $) NIL)) (-4049 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3289 (($ $ $ $) NIL)) (-1888 (($ $ $) NIL)) (-2333 (((-921) (-921)) 10) (((-921)) 9)) (-3890 (($ $ $) NIL)) (-2471 (($ $) NIL)) (-2715 (($ $) NIL)) (-1931 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-3992 (($ $ $) NIL)) (-1783 (($) NIL T CONST)) (-4068 (($ $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3239 (($ $) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2340 (((-112) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) NIL) (($ $ (-771)) NIL)) (-4054 (($ $) NIL)) (-1800 (($ $) NIL)) (-1945 (((-225) $) NIL) (((-381) $) NIL) (((-892 (-566)) $) NIL) (((-538) $) NIL) (((-566) $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) 28) (($ $) NIL) (($ (-566)) 28) (((-317 $) (-317 (-566))) 18)) (-2910 (((-771)) NIL T CONST)) (-3468 (((-112) $ $) NIL)) (-1510 (($ $ $) NIL)) (-2657 (((-112) $ $) NIL)) (-4249 (($) NIL)) (-3679 (((-112) $ $) NIL)) (-2256 (($ $ $ $) NIL)) (-3839 (($ $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $) NIL) (($ $ (-771)) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL)))
+(((-701) (-13 (-389) (-547) (-10 -8 (-15 -2333 ((-921) (-921))) (-15 -2333 ((-921))) (-15 -1650 ((-317 $) (-317 (-566))))))) (T -701))
+((-2333 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-701)))) (-2333 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-701)))) (-1650 (*1 *2 *3) (-12 (-5 *3 (-317 (-566))) (-5 *2 (-317 (-701))) (-5 *1 (-701)))))
+(-13 (-389) (-547) (-10 -8 (-15 -2333 ((-921) (-921))) (-15 -2333 ((-921))) (-15 -1650 ((-317 $) (-317 (-566))))))
+((-2579 (((-1 |#4| |#2| |#3|) |#1| (-1175) (-1175)) 19)) (-2339 (((-1 |#4| |#2| |#3|) (-1175)) 12)))
+(((-702 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2339 ((-1 |#4| |#2| |#3|) (-1175))) (-15 -2579 ((-1 |#4| |#2| |#3|) |#1| (-1175) (-1175)))) (-614 (-538)) (-1215) (-1215) (-1215)) (T -702))
+((-2579 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-702 *3 *5 *6 *7)) (-4 *3 (-614 (-538))) (-4 *5 (-1215)) (-4 *6 (-1215)) (-4 *7 (-1215)))) (-2339 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-702 *4 *5 *6 *7)) (-4 *4 (-614 (-538))) (-4 *5 (-1215)) (-4 *6 (-1215)) (-4 *7 (-1215)))))
+(-10 -7 (-15 -2339 ((-1 |#4| |#2| |#3|) (-1175))) (-15 -2579 ((-1 |#4| |#2| |#3|) |#1| (-1175) (-1175))))
+((-3795 (((-1 (-225) (-225) (-225)) |#1| (-1175) (-1175)) 43) (((-1 (-225) (-225)) |#1| (-1175)) 48)))
+(((-703 |#1|) (-10 -7 (-15 -3795 ((-1 (-225) (-225)) |#1| (-1175))) (-15 -3795 ((-1 (-225) (-225) (-225)) |#1| (-1175) (-1175)))) (-614 (-538))) (T -703))
+((-3795 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-703 *3)) (-4 *3 (-614 (-538))))) (-3795 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-1 (-225) (-225))) (-5 *1 (-703 *3)) (-4 *3 (-614 (-538))))))
+(-10 -7 (-15 -3795 ((-1 (-225) (-225)) |#1| (-1175))) (-15 -3795 ((-1 (-225) (-225) (-225)) |#1| (-1175) (-1175))))
+((-1815 (((-1175) |#1| (-1175) (-644 (-1175))) 10) (((-1175) |#1| (-1175) (-1175) (-1175)) 13) (((-1175) |#1| (-1175) (-1175)) 12) (((-1175) |#1| (-1175)) 11)))
+(((-704 |#1|) (-10 -7 (-15 -1815 ((-1175) |#1| (-1175))) (-15 -1815 ((-1175) |#1| (-1175) (-1175))) (-15 -1815 ((-1175) |#1| (-1175) (-1175) (-1175))) (-15 -1815 ((-1175) |#1| (-1175) (-644 (-1175))))) (-614 (-538))) (T -704))
+((-1815 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-644 (-1175))) (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538))))) (-1815 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538))))) (-1815 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538))))) (-1815 (*1 *2 *3 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538))))))
+(-10 -7 (-15 -1815 ((-1175) |#1| (-1175))) (-15 -1815 ((-1175) |#1| (-1175) (-1175))) (-15 -1815 ((-1175) |#1| (-1175) (-1175) (-1175))) (-15 -1815 ((-1175) |#1| (-1175) (-644 (-1175)))))
+((-2060 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
+(((-705 |#1| |#2|) (-10 -7 (-15 -2060 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1215) (-1215)) (T -705))
+((-2060 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-705 *3 *4)) (-4 *3 (-1215)) (-4 *4 (-1215)))))
+(-10 -7 (-15 -2060 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
+((-1981 (((-1 |#3| |#2|) (-1175)) 11)) (-2579 (((-1 |#3| |#2|) |#1| (-1175)) 21)))
+(((-706 |#1| |#2| |#3|) (-10 -7 (-15 -1981 ((-1 |#3| |#2|) (-1175))) (-15 -2579 ((-1 |#3| |#2|) |#1| (-1175)))) (-614 (-538)) (-1215) (-1215)) (T -706))
+((-2579 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *3 *5 *6)) (-4 *3 (-614 (-538))) (-4 *5 (-1215)) (-4 *6 (-1215)))) (-1981 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *4 *5 *6)) (-4 *4 (-614 (-538))) (-4 *5 (-1215)) (-4 *6 (-1215)))))
+(-10 -7 (-15 -1981 ((-1 |#3| |#2|) (-1175))) (-15 -2579 ((-1 |#3| |#2|) |#1| (-1175))))
+((-3806 (((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#4|)) (-644 |#3|) (-644 |#4|) (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| |#4|)))) (-644 (-771)) (-1265 (-644 (-1171 |#3|))) |#3|) 95)) (-2713 (((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#3|)) (-644 |#3|) (-644 |#4|) (-644 (-771)) |#3|) 113)) (-3014 (((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 |#3|) (-644 (-771)) (-644 (-1171 |#4|)) (-1265 (-644 (-1171 |#3|))) |#3|) 47)))
+(((-707 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3014 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 |#3|) (-644 (-771)) (-644 (-1171 |#4|)) (-1265 (-644 (-1171 |#3|))) |#3|)) (-15 -2713 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#3|)) (-644 |#3|) (-644 |#4|) (-644 (-771)) |#3|)) (-15 -3806 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#4|)) (-644 |#3|) (-644 |#4|) (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| |#4|)))) (-644 (-771)) (-1265 (-644 (-1171 |#3|))) |#3|))) (-793) (-850) (-308) (-949 |#3| |#1| |#2|)) (T -707))
+((-3806 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-644 (-1171 *13))) (-5 *3 (-1171 *13)) (-5 *4 (-644 *12)) (-5 *5 (-644 *10)) (-5 *6 (-644 *13)) (-5 *7 (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| *13))))) (-5 *8 (-644 (-771))) (-5 *9 (-1265 (-644 (-1171 *10)))) (-4 *12 (-850)) (-4 *10 (-308)) (-4 *13 (-949 *10 *11 *12)) (-4 *11 (-793)) (-5 *1 (-707 *11 *12 *10 *13)))) (-2713 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-644 *11)) (-5 *5 (-644 (-1171 *9))) (-5 *6 (-644 *9)) (-5 *7 (-644 *12)) (-5 *8 (-644 (-771))) (-4 *11 (-850)) (-4 *9 (-308)) (-4 *12 (-949 *9 *10 *11)) (-4 *10 (-793)) (-5 *2 (-644 (-1171 *12))) (-5 *1 (-707 *10 *11 *9 *12)) (-5 *3 (-1171 *12)))) (-3014 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-644 (-1171 *11))) (-5 *3 (-1171 *11)) (-5 *4 (-644 *10)) (-5 *5 (-644 *8)) (-5 *6 (-644 (-771))) (-5 *7 (-1265 (-644 (-1171 *8)))) (-4 *10 (-850)) (-4 *8 (-308)) (-4 *11 (-949 *8 *9 *10)) (-4 *9 (-793)) (-5 *1 (-707 *9 *10 *8 *11)))))
+(-10 -7 (-15 -3014 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 |#3|) (-644 (-771)) (-644 (-1171 |#4|)) (-1265 (-644 (-1171 |#3|))) |#3|)) (-15 -2713 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#3|)) (-644 |#3|) (-644 |#4|) (-644 (-771)) |#3|)) (-15 -3806 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-644 |#2|) (-644 (-1171 |#4|)) (-644 |#3|) (-644 |#4|) (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| |#4|)))) (-644 (-771)) (-1265 (-644 (-1171 |#3|))) |#3|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4162 (($ $) 48)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3959 (($ |#1| (-771)) 46)) (-3888 (((-771) $) 50)) (-4137 ((|#1| $) 49)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4297 (((-771) $) 51)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 45 (|has| |#1| (-172)))) (-2841 ((|#1| $ (-771)) 47)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 53) (($ |#1| $) 52)))
(((-708 |#1|) (-140) (-1049)) (T -708))
-((-3902 (*1 *2 *1) (-12 (-4 *1 (-708 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-2749 (*1 *2 *1) (-12 (-4 *1 (-708 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-2794 (*1 *2 *1) (-12 (-4 *1 (-708 *2)) (-4 *2 (-1049)))) (-2814 (*1 *1 *1) (-12 (-4 *1 (-708 *2)) (-4 *2 (-1049)))) (-2271 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-708 *2)) (-4 *2 (-1049)))) (-1746 (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-708 *2)) (-4 *2 (-1049)))))
-(-13 (-1049) (-111 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -3902 ((-771) $)) (-15 -2749 ((-771) $)) (-15 -2794 (|t#1| $)) (-15 -2814 ($ $)) (-15 -2271 (|t#1| $ (-771))) (-15 -1746 ($ |t#1| (-771)))))
+((-4297 (*1 *2 *1) (-12 (-4 *1 (-708 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-3888 (*1 *2 *1) (-12 (-4 *1 (-708 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-4137 (*1 *2 *1) (-12 (-4 *1 (-708 *2)) (-4 *2 (-1049)))) (-4162 (*1 *1 *1) (-12 (-4 *1 (-708 *2)) (-4 *2 (-1049)))) (-2841 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-708 *2)) (-4 *2 (-1049)))) (-3959 (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-708 *2)) (-4 *2 (-1049)))))
+(-13 (-1049) (-111 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -4297 ((-771) $)) (-15 -3888 ((-771) $)) (-15 -4137 (|t#1| $)) (-15 -4162 ($ $)) (-15 -2841 (|t#1| $ (-771))) (-15 -3959 ($ |t#1| (-771)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-172)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 |#1|) |has| |#1| (-172)) ((-717 |#1|) |has| |#1| (-172)) ((-726) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2319 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
-(((-709 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2319 (|#6| (-1 |#4| |#1|) |#3|))) (-558) (-1240 |#1|) (-1240 (-409 |#2|)) (-558) (-1240 |#4|) (-1240 (-409 |#5|))) (T -709))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-558)) (-4 *7 (-558)) (-4 *6 (-1240 *5)) (-4 *2 (-1240 (-409 *8))) (-5 *1 (-709 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1240 (-409 *6))) (-4 *8 (-1240 *7)))))
-(-10 -7 (-15 -2319 (|#6| (-1 |#4| |#1|) |#3|)))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2494 (((-1157) (-862)) 39)) (-1710 (((-1269) (-1157)) 32)) (-1819 (((-1157) (-862)) 28)) (-2451 (((-1157) (-862)) 29)) (-3152 (((-862) $) NIL) (((-1157) (-862)) 27)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-710) (-13 (-1099) (-10 -7 (-15 -3152 ((-1157) (-862))) (-15 -1819 ((-1157) (-862))) (-15 -2451 ((-1157) (-862))) (-15 -2494 ((-1157) (-862))) (-15 -1710 ((-1269) (-1157)))))) (T -710))
-((-3152 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))) (-1819 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))) (-2451 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))) (-2494 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))) (-1710 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-710)))))
-(-13 (-1099) (-10 -7 (-15 -3152 ((-1157) (-862))) (-15 -1819 ((-1157) (-862))) (-15 -2451 ((-1157) (-862))) (-15 -2494 ((-1157) (-862))) (-15 -1710 ((-1269) (-1157)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-2933 (($ $ $) NIL)) (-2873 (($ |#1| |#2|) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2389 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3206 ((|#2| $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1371 (((-3 $ "failed") $ $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) ((|#1| $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
-(((-711 |#1| |#2| |#3| |#4| |#5|) (-13 (-365) (-10 -8 (-15 -3206 (|#2| $)) (-15 -3152 (|#1| $)) (-15 -2873 ($ |#1| |#2|)) (-15 -1371 ((-3 $ "failed") $ $)))) (-172) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -711))
-((-3206 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-711 *3 *2 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3152 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-711 *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)))) (-2873 (*1 *1 *2 *3) (-12 (-5 *1 (-711 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))) (-1371 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-711 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
-(-13 (-365) (-10 -8 (-15 -3206 (|#2| $)) (-15 -3152 (|#1| $)) (-15 -2873 ($ |#1| |#2|)) (-15 -1371 ((-3 $ "failed") $ $))))
-((-2988 (((-112) $ $) 92)) (-3230 (((-112) $) 36)) (-4036 (((-1264 |#1|) $ (-771)) NIL)) (-1771 (((-644 (-1081)) $) NIL)) (-3732 (($ (-1171 |#1|)) NIL)) (-1590 (((-1171 $) $ (-1081)) NIL) (((-1171 |#1|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-1081))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1890 (($ $ $) NIL (|has| |#1| (-558)))) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1378 (($ $) NIL (|has| |#1| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3870 (((-771)) 56 (|has| |#1| (-370)))) (-2197 (($ $ (-771)) NIL)) (-1583 (($ $ (-771)) NIL)) (-3704 ((|#2| |#2|) 52)) (-3946 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-454)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1081) "failed") $) NIL)) (-4158 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1081) $) NIL)) (-2610 (($ $ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $ $) NIL (|has| |#1| (-172)))) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) 40)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-2873 (($ |#2|) 50)) (-3245 (((-3 $ "failed") $) 102)) (-2715 (($) 61 (|has| |#1| (-370)))) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-2218 (($ $ $) NIL)) (-4058 (($ $ $) NIL (|has| |#1| (-558)))) (-1514 (((-2 (|:| -2397 |#1|) (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-558)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2616 (($ $) NIL (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-909)))) (-4125 (((-958 $)) 94)) (-1896 (($ $ |#1| (-771) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2679 (((-771) $ $) NIL (|has| |#1| (-558)))) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-1150)))) (-1757 (($ (-1171 |#1|) (-1081)) NIL) (($ (-1171 $) (-1081)) NIL)) (-3394 (($ $ (-771)) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-771)) 88) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-1081)) NIL) (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3206 ((|#2|) 53)) (-2749 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-3021 (($ (-1 (-771) (-771)) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2513 (((-1171 |#1|) $) NIL)) (-2297 (((-3 (-1081) "failed") $) NIL)) (-1866 (((-921) $) NIL (|has| |#1| (-370)))) (-2860 ((|#2| $) 49)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) 34)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3380 (((-1157) $) NIL)) (-2307 (((-2 (|:| -2631 $) (|:| -3264 $)) $ (-771)) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-1081)) (|:| -2201 (-771))) "failed") $) NIL)) (-3313 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3289 (($) NIL (|has| |#1| (-1150)) CONST)) (-2835 (($ (-921)) NIL (|has| |#1| (-370)))) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#1| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3397 (($ $) 93 (|has| |#1| (-351)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-909)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) 101 (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#1|) NIL) (($ $ (-644 (-1081)) (-644 |#1|)) NIL) (($ $ (-1081) $) NIL) (($ $ (-644 (-1081)) (-644 $)) NIL)) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-409 $) (-409 $) (-409 $)) NIL (|has| |#1| (-558))) ((|#1| (-409 $) |#1|) NIL (|has| |#1| (-365))) (((-409 $) $ (-409 $)) NIL (|has| |#1| (-558)))) (-2382 (((-3 $ "failed") $ (-771)) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 103 (|has| |#1| (-365)))) (-4068 (($ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $) NIL (|has| |#1| (-172)))) (-3629 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-3902 (((-771) $) 38) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-3173 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-2113 (((-958 $)) 42)) (-2529 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558))) (((-3 (-409 $) "failed") (-409 $) $) NIL (|has| |#1| (-558)))) (-3152 (((-862) $) 71) (($ (-566)) NIL) (($ |#1|) 68) (($ (-1081)) NIL) (($ |#2|) 78) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-771)) 73) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) 25 T CONST)) (-1405 (((-1264 |#1|) $) 86)) (-1717 (($ (-1264 |#1|)) 60)) (-4366 (($) 8 T CONST)) (-3497 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-3798 (((-1264 |#1|) $) NIL)) (-2914 (((-112) $ $) 79)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) 82) (($ $ $) NIL)) (-3002 (($ $ $) 39)) (** (($ $ (-921)) NIL) (($ $ (-771)) 97)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 67) (($ $ $) 85) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 65) (($ $ |#1|) NIL)))
-(((-712 |#1| |#2|) (-13 (-1240 |#1|) (-616 |#2|) (-10 -8 (-15 -3704 (|#2| |#2|)) (-15 -3206 (|#2|)) (-15 -2873 ($ |#2|)) (-15 -2860 (|#2| $)) (-15 -1405 ((-1264 |#1|) $)) (-15 -1717 ($ (-1264 |#1|))) (-15 -3798 ((-1264 |#1|) $)) (-15 -4125 ((-958 $))) (-15 -2113 ((-958 $))) (IF (|has| |#1| (-351)) (-15 -3397 ($ $)) |%noBranch|) (IF (|has| |#1| (-370)) (-6 (-370)) |%noBranch|))) (-1049) (-1240 |#1|)) (T -712))
-((-3704 (*1 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-712 *3 *2)) (-4 *2 (-1240 *3)))) (-3206 (*1 *2) (-12 (-4 *2 (-1240 *3)) (-5 *1 (-712 *3 *2)) (-4 *3 (-1049)))) (-2873 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-712 *3 *2)) (-4 *2 (-1240 *3)))) (-2860 (*1 *2 *1) (-12 (-4 *2 (-1240 *3)) (-5 *1 (-712 *3 *2)) (-4 *3 (-1049)))) (-1405 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-1264 *3)) (-5 *1 (-712 *3 *4)) (-4 *4 (-1240 *3)))) (-1717 (*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-1049)) (-5 *1 (-712 *3 *4)) (-4 *4 (-1240 *3)))) (-3798 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-1264 *3)) (-5 *1 (-712 *3 *4)) (-4 *4 (-1240 *3)))) (-4125 (*1 *2) (-12 (-4 *3 (-1049)) (-5 *2 (-958 (-712 *3 *4))) (-5 *1 (-712 *3 *4)) (-4 *4 (-1240 *3)))) (-2113 (*1 *2) (-12 (-4 *3 (-1049)) (-5 *2 (-958 (-712 *3 *4))) (-5 *1 (-712 *3 *4)) (-4 *4 (-1240 *3)))) (-3397 (*1 *1 *1) (-12 (-4 *2 (-351)) (-4 *2 (-1049)) (-5 *1 (-712 *2 *3)) (-4 *3 (-1240 *2)))))
-(-13 (-1240 |#1|) (-616 |#2|) (-10 -8 (-15 -3704 (|#2| |#2|)) (-15 -3206 (|#2|)) (-15 -2873 ($ |#2|)) (-15 -2860 (|#2| $)) (-15 -1405 ((-1264 |#1|) $)) (-15 -1717 ($ (-1264 |#1|))) (-15 -3798 ((-1264 |#1|) $)) (-15 -4125 ((-958 $))) (-15 -2113 ((-958 $))) (IF (|has| |#1| (-351)) (-15 -3397 ($ $)) |%noBranch|) (IF (|has| |#1| (-370)) (-6 (-370)) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 ((|#1| $) 13)) (-4072 (((-1119) $) NIL)) (-2201 ((|#2| $) 12)) (-1340 (($ |#1| |#2|) 16)) (-3152 (((-862) $) NIL) (($ (-2 (|:| -2835 |#1|) (|:| -2201 |#2|))) 15) (((-2 (|:| -2835 |#1|) (|:| -2201 |#2|)) $) 14)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 11)))
-(((-713 |#1| |#2| |#3|) (-13 (-850) (-492 (-2 (|:| -2835 |#1|) (|:| -2201 |#2|))) (-10 -8 (-15 -2201 (|#2| $)) (-15 -2835 (|#1| $)) (-15 -1340 ($ |#1| |#2|)))) (-850) (-1099) (-1 (-112) (-2 (|:| -2835 |#1|) (|:| -2201 |#2|)) (-2 (|:| -2835 |#1|) (|:| -2201 |#2|)))) (T -713))
-((-2201 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-713 *3 *2 *4)) (-4 *3 (-850)) (-14 *4 (-1 (-112) (-2 (|:| -2835 *3) (|:| -2201 *2)) (-2 (|:| -2835 *3) (|:| -2201 *2)))))) (-2835 (*1 *2 *1) (-12 (-4 *2 (-850)) (-5 *1 (-713 *2 *3 *4)) (-4 *3 (-1099)) (-14 *4 (-1 (-112) (-2 (|:| -2835 *2) (|:| -2201 *3)) (-2 (|:| -2835 *2) (|:| -2201 *3)))))) (-1340 (*1 *1 *2 *3) (-12 (-5 *1 (-713 *2 *3 *4)) (-4 *2 (-850)) (-4 *3 (-1099)) (-14 *4 (-1 (-112) (-2 (|:| -2835 *2) (|:| -2201 *3)) (-2 (|:| -2835 *2) (|:| -2201 *3)))))))
-(-13 (-850) (-492 (-2 (|:| -2835 |#1|) (|:| -2201 |#2|))) (-10 -8 (-15 -2201 (|#2| $)) (-15 -2835 (|#1| $)) (-15 -1340 ($ |#1| |#2|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 66)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) 105) (((-3 (-114) "failed") $) 111)) (-4158 ((|#1| $) NIL) (((-114) $) 39)) (-3245 (((-3 $ "failed") $) 106)) (-3448 ((|#2| (-114) |#2|) 93)) (-2389 (((-112) $) NIL)) (-1985 (($ |#1| (-363 (-114))) 14)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2122 (($ $ (-1 |#2| |#2|)) 65)) (-2359 (($ $ (-1 |#2| |#2|)) 44)) (-1309 ((|#2| $ |#2|) 33)) (-1772 ((|#1| |#1|) 121 (|has| |#1| (-172)))) (-3152 (((-862) $) 73) (($ (-566)) 18) (($ |#1|) 17) (($ (-114)) 23)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) 37 T CONST)) (-3044 (((-112) $ $) NIL)) (-3045 (($ $) 115 (|has| |#1| (-172))) (($ $ $) 119 (|has| |#1| (-172)))) (-4356 (($) 21 T CONST)) (-4366 (($) 9 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) 48) (($ $ $) NIL)) (-3002 (($ $ $) 83)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ (-114) (-566)) NIL) (($ $ (-566)) 64)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 114) (($ $ $) 53) (($ |#1| $) 112 (|has| |#1| (-172))) (($ $ |#1|) 113 (|has| |#1| (-172)))))
-(((-714 |#1| |#2|) (-13 (-1049) (-1038 |#1|) (-1038 (-114)) (-287 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -3045 ($ $)) (-15 -3045 ($ $ $)) (-15 -1772 (|#1| |#1|))) |%noBranch|) (-15 -2359 ($ $ (-1 |#2| |#2|))) (-15 -2122 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-114) (-566))) (-15 ** ($ $ (-566))) (-15 -3448 (|#2| (-114) |#2|)) (-15 -1985 ($ |#1| (-363 (-114)))))) (-1049) (-648 |#1|)) (T -714))
-((-3045 (*1 *1 *1) (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3)) (-4 *3 (-648 *2)))) (-3045 (*1 *1 *1 *1) (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3)) (-4 *3 (-648 *2)))) (-1772 (*1 *2 *2) (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3)) (-4 *3 (-648 *2)))) (-2359 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-648 *3)) (-4 *3 (-1049)) (-5 *1 (-714 *3 *4)))) (-2122 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-648 *3)) (-4 *3 (-1049)) (-5 *1 (-714 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-566)) (-4 *4 (-1049)) (-5 *1 (-714 *4 *5)) (-4 *5 (-648 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *3 (-1049)) (-5 *1 (-714 *3 *4)) (-4 *4 (-648 *3)))) (-3448 (*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-4 *4 (-1049)) (-5 *1 (-714 *4 *2)) (-4 *2 (-648 *4)))) (-1985 (*1 *1 *2 *3) (-12 (-5 *3 (-363 (-114))) (-4 *2 (-1049)) (-5 *1 (-714 *2 *4)) (-4 *4 (-648 *2)))))
-(-13 (-1049) (-1038 |#1|) (-1038 (-114)) (-287 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -3045 ($ $)) (-15 -3045 ($ $ $)) (-15 -1772 (|#1| |#1|))) |%noBranch|) (-15 -2359 ($ $ (-1 |#2| |#2|))) (-15 -2122 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-114) (-566))) (-15 ** ($ $ (-566))) (-15 -3448 (|#2| (-114) |#2|)) (-15 -1985 ($ |#1| (-363 (-114))))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 33)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2873 (($ |#1| |#2|) 25)) (-3245 (((-3 $ "failed") $) 51)) (-2389 (((-112) $) 35)) (-3206 ((|#2| $) 12)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 52)) (-4072 (((-1119) $) NIL)) (-1371 (((-3 $ "failed") $ $) 50)) (-3152 (((-862) $) 24) (($ (-566)) 19) ((|#1| $) 13)) (-2593 (((-771)) 28 T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 16 T CONST)) (-4366 (($) 30 T CONST)) (-2914 (((-112) $ $) 41)) (-3012 (($ $) 46) (($ $ $) 40)) (-3002 (($ $ $) 43)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 21) (($ $ $) 20)))
-(((-715 |#1| |#2| |#3| |#4| |#5|) (-13 (-1049) (-10 -8 (-15 -3206 (|#2| $)) (-15 -3152 (|#1| $)) (-15 -2873 ($ |#1| |#2|)) (-15 -1371 ((-3 $ "failed") $ $)) (-15 -3245 ((-3 $ "failed") $)) (-15 -2748 ($ $)))) (-172) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -715))
-((-3245 (*1 *1 *1) (|partial| -12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))) (-3206 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-715 *3 *2 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3152 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-715 *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)))) (-2873 (*1 *1 *2 *3) (-12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))) (-1371 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))) (-2748 (*1 *1 *1) (-12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
-(-13 (-1049) (-10 -8 (-15 -3206 (|#2| $)) (-15 -3152 (|#1| $)) (-15 -2873 ($ |#1| |#2|)) (-15 -1371 ((-3 $ "failed") $ $)) (-15 -3245 ((-3 $ "failed") $)) (-15 -2748 ($ $))))
+((-1895 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
+(((-709 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1895 (|#6| (-1 |#4| |#1|) |#3|))) (-558) (-1241 |#1|) (-1241 (-409 |#2|)) (-558) (-1241 |#4|) (-1241 (-409 |#5|))) (T -709))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-558)) (-4 *7 (-558)) (-4 *6 (-1241 *5)) (-4 *2 (-1241 (-409 *8))) (-5 *1 (-709 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1241 (-409 *6))) (-4 *8 (-1241 *7)))))
+(-10 -7 (-15 -1895 (|#6| (-1 |#4| |#1|) |#3|)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3187 (((-1157) (-862)) 39)) (-2601 (((-1270) (-1157)) 32)) (-3901 (((-1157) (-862)) 28)) (-4010 (((-1157) (-862)) 29)) (-1650 (((-862) $) NIL) (((-1157) (-862)) 27)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-710) (-13 (-1099) (-10 -7 (-15 -1650 ((-1157) (-862))) (-15 -3901 ((-1157) (-862))) (-15 -4010 ((-1157) (-862))) (-15 -3187 ((-1157) (-862))) (-15 -2601 ((-1270) (-1157)))))) (T -710))
+((-1650 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))) (-3901 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))) (-4010 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))) (-3187 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))) (-2601 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-710)))))
+(-13 (-1099) (-10 -7 (-15 -1650 ((-1157) (-862))) (-15 -3901 ((-1157) (-862))) (-15 -4010 ((-1157) (-862))) (-15 -3187 ((-1157) (-862))) (-15 -2601 ((-1270) (-1157)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-4067 (($ $ $) NIL)) (-1936 (($ |#1| |#2|) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-1568 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3809 ((|#2| $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3626 (((-3 $ "failed") $ $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) ((|#1| $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
+(((-711 |#1| |#2| |#3| |#4| |#5|) (-13 (-365) (-10 -8 (-15 -3809 (|#2| $)) (-15 -1650 (|#1| $)) (-15 -1936 ($ |#1| |#2|)) (-15 -3626 ((-3 $ "failed") $ $)))) (-172) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -711))
+((-3809 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-711 *3 *2 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-1650 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-711 *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)))) (-1936 (*1 *1 *2 *3) (-12 (-5 *1 (-711 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))) (-3626 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-711 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
+(-13 (-365) (-10 -8 (-15 -3809 (|#2| $)) (-15 -1650 (|#1| $)) (-15 -1936 ($ |#1| |#2|)) (-15 -3626 ((-3 $ "failed") $ $))))
+((-4124 (((-112) $ $) 92)) (-4014 (((-112) $) 36)) (-2953 (((-1265 |#1|) $ (-771)) NIL)) (-3981 (((-644 (-1081)) $) NIL)) (-2109 (($ (-1171 |#1|)) NIL)) (-3817 (((-1171 $) $ (-1081)) NIL) (((-1171 |#1|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-1081))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3334 (($ $ $) NIL (|has| |#1| (-558)))) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1778 (($ $) NIL (|has| |#1| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3571 (((-771)) 56 (|has| |#1| (-370)))) (-3354 (($ $ (-771)) NIL)) (-3363 (($ $ (-771)) NIL)) (-3073 ((|#2| |#2|) 52)) (-3378 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-454)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1081) "failed") $) NIL)) (-3213 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1081) $) NIL)) (-3095 (($ $ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $ $) NIL (|has| |#1| (-172)))) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) 40)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-1936 (($ |#2|) 50)) (-4185 (((-3 $ "failed") $) 102)) (-3341 (($) 61 (|has| |#1| (-370)))) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-3579 (($ $ $) NIL)) (-3151 (($ $ $) NIL (|has| |#1| (-558)))) (-3960 (((-2 (|:| -2651 |#1|) (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-558)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-3156 (($ $) NIL (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#1| (-909)))) (-2510 (((-958 $)) 94)) (-3406 (($ $ |#1| (-771) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2464 (((-771) $ $) NIL (|has| |#1| (-558)))) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-1150)))) (-3972 (($ (-1171 |#1|) (-1081)) NIL) (($ (-1171 $) (-1081)) NIL)) (-1942 (($ $ (-771)) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-771)) 88) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-1081)) NIL) (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-3809 ((|#2|) 53)) (-3888 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-2450 (($ (-1 (-771) (-771)) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3361 (((-1171 |#1|) $) NIL)) (-3107 (((-3 (-1081) "failed") $) NIL)) (-4350 (((-921) $) NIL (|has| |#1| (-370)))) (-1924 ((|#2| $) 49)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) 34)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3057 (((-1157) $) NIL)) (-1976 (((-2 (|:| -2075 $) (|:| -4368 $)) $ (-771)) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-1081)) (|:| -3388 (-771))) "failed") $) NIL)) (-3613 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1783 (($) NIL (|has| |#1| (-1150)) CONST)) (-1351 (($ (-921)) NIL (|has| |#1| (-370)))) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#1| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-1975 (($ $) 93 (|has| |#1| (-351)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-909)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) 101 (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#1|) NIL) (($ $ (-644 (-1081)) (-644 |#1|)) NIL) (($ $ (-1081) $) NIL) (($ $ (-644 (-1081)) (-644 $)) NIL)) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-409 $) (-409 $) (-409 $)) NIL (|has| |#1| (-558))) ((|#1| (-409 $) |#1|) NIL (|has| |#1| (-365))) (((-409 $) $ (-409 $)) NIL (|has| |#1| (-558)))) (-1506 (((-3 $ "failed") $ (-771)) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 103 (|has| |#1| (-365)))) (-2018 (($ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $) NIL (|has| |#1| (-172)))) (-2324 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-4297 (((-771) $) 38) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-1573 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3798 (((-958 $)) 42)) (-3551 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558))) (((-3 (-409 $) "failed") (-409 $) $) NIL (|has| |#1| (-558)))) (-1650 (((-862) $) 71) (($ (-566)) NIL) (($ |#1|) 68) (($ (-1081)) NIL) (($ |#2|) 78) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-771)) 73) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) 25 T CONST)) (-2081 (((-1265 |#1|) $) 86)) (-2177 (($ (-1265 |#1|)) 60)) (-3424 (($) 8 T CONST)) (-3218 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1511 (((-1265 |#1|) $) NIL)) (-2868 (((-112) $ $) 79)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) 82) (($ $ $) NIL)) (-2964 (($ $ $) 39)) (** (($ $ (-921)) NIL) (($ $ (-771)) 97)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 67) (($ $ $) 85) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 65) (($ $ |#1|) NIL)))
+(((-712 |#1| |#2|) (-13 (-1241 |#1|) (-616 |#2|) (-10 -8 (-15 -3073 (|#2| |#2|)) (-15 -3809 (|#2|)) (-15 -1936 ($ |#2|)) (-15 -1924 (|#2| $)) (-15 -2081 ((-1265 |#1|) $)) (-15 -2177 ($ (-1265 |#1|))) (-15 -1511 ((-1265 |#1|) $)) (-15 -2510 ((-958 $))) (-15 -3798 ((-958 $))) (IF (|has| |#1| (-351)) (-15 -1975 ($ $)) |%noBranch|) (IF (|has| |#1| (-370)) (-6 (-370)) |%noBranch|))) (-1049) (-1241 |#1|)) (T -712))
+((-3073 (*1 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-712 *3 *2)) (-4 *2 (-1241 *3)))) (-3809 (*1 *2) (-12 (-4 *2 (-1241 *3)) (-5 *1 (-712 *3 *2)) (-4 *3 (-1049)))) (-1936 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-712 *3 *2)) (-4 *2 (-1241 *3)))) (-1924 (*1 *2 *1) (-12 (-4 *2 (-1241 *3)) (-5 *1 (-712 *3 *2)) (-4 *3 (-1049)))) (-2081 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-1265 *3)) (-5 *1 (-712 *3 *4)) (-4 *4 (-1241 *3)))) (-2177 (*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-1049)) (-5 *1 (-712 *3 *4)) (-4 *4 (-1241 *3)))) (-1511 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-1265 *3)) (-5 *1 (-712 *3 *4)) (-4 *4 (-1241 *3)))) (-2510 (*1 *2) (-12 (-4 *3 (-1049)) (-5 *2 (-958 (-712 *3 *4))) (-5 *1 (-712 *3 *4)) (-4 *4 (-1241 *3)))) (-3798 (*1 *2) (-12 (-4 *3 (-1049)) (-5 *2 (-958 (-712 *3 *4))) (-5 *1 (-712 *3 *4)) (-4 *4 (-1241 *3)))) (-1975 (*1 *1 *1) (-12 (-4 *2 (-351)) (-4 *2 (-1049)) (-5 *1 (-712 *2 *3)) (-4 *3 (-1241 *2)))))
+(-13 (-1241 |#1|) (-616 |#2|) (-10 -8 (-15 -3073 (|#2| |#2|)) (-15 -3809 (|#2|)) (-15 -1936 ($ |#2|)) (-15 -1924 (|#2| $)) (-15 -2081 ((-1265 |#1|) $)) (-15 -2177 ($ (-1265 |#1|))) (-15 -1511 ((-1265 |#1|) $)) (-15 -2510 ((-958 $))) (-15 -3798 ((-958 $))) (IF (|has| |#1| (-351)) (-15 -1975 ($ $)) |%noBranch|) (IF (|has| |#1| (-370)) (-6 (-370)) |%noBranch|)))
+((-4124 (((-112) $ $) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 ((|#1| $) 13)) (-2029 (((-1119) $) NIL)) (-3388 ((|#2| $) 12)) (-1664 (($ |#1| |#2|) 16)) (-1650 (((-862) $) NIL) (($ (-2 (|:| -1351 |#1|) (|:| -3388 |#2|))) 15) (((-2 (|:| -1351 |#1|) (|:| -3388 |#2|)) $) 14)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 11)))
+(((-713 |#1| |#2| |#3|) (-13 (-850) (-492 (-2 (|:| -1351 |#1|) (|:| -3388 |#2|))) (-10 -8 (-15 -3388 (|#2| $)) (-15 -1351 (|#1| $)) (-15 -1664 ($ |#1| |#2|)))) (-850) (-1099) (-1 (-112) (-2 (|:| -1351 |#1|) (|:| -3388 |#2|)) (-2 (|:| -1351 |#1|) (|:| -3388 |#2|)))) (T -713))
+((-3388 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-713 *3 *2 *4)) (-4 *3 (-850)) (-14 *4 (-1 (-112) (-2 (|:| -1351 *3) (|:| -3388 *2)) (-2 (|:| -1351 *3) (|:| -3388 *2)))))) (-1351 (*1 *2 *1) (-12 (-4 *2 (-850)) (-5 *1 (-713 *2 *3 *4)) (-4 *3 (-1099)) (-14 *4 (-1 (-112) (-2 (|:| -1351 *2) (|:| -3388 *3)) (-2 (|:| -1351 *2) (|:| -3388 *3)))))) (-1664 (*1 *1 *2 *3) (-12 (-5 *1 (-713 *2 *3 *4)) (-4 *2 (-850)) (-4 *3 (-1099)) (-14 *4 (-1 (-112) (-2 (|:| -1351 *2) (|:| -3388 *3)) (-2 (|:| -1351 *2) (|:| -3388 *3)))))))
+(-13 (-850) (-492 (-2 (|:| -1351 |#1|) (|:| -3388 |#2|))) (-10 -8 (-15 -3388 (|#2| $)) (-15 -1351 (|#1| $)) (-15 -1664 ($ |#1| |#2|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 66)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) 105) (((-3 (-114) "failed") $) 111)) (-3213 ((|#1| $) NIL) (((-114) $) 39)) (-4185 (((-3 $ "failed") $) 106)) (-2448 ((|#2| (-114) |#2|) 93)) (-1568 (((-112) $) NIL)) (-3093 (($ |#1| (-363 (-114))) 14)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3876 (($ $ (-1 |#2| |#2|)) 65)) (-2424 (($ $ (-1 |#2| |#2|)) 44)) (-3483 ((|#2| $ |#2|) 33)) (-1534 ((|#1| |#1|) 121 (|has| |#1| (-172)))) (-1650 (((-862) $) 73) (($ (-566)) 18) (($ |#1|) 17) (($ (-114)) 23)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) 37 T CONST)) (-2657 (((-112) $ $) NIL)) (-2668 (($ $) 115 (|has| |#1| (-172))) (($ $ $) 119 (|has| |#1| (-172)))) (-3410 (($) 21 T CONST)) (-3424 (($) 9 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) 48) (($ $ $) NIL)) (-2964 (($ $ $) 83)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ (-114) (-566)) NIL) (($ $ (-566)) 64)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 114) (($ $ $) 53) (($ |#1| $) 112 (|has| |#1| (-172))) (($ $ |#1|) 113 (|has| |#1| (-172)))))
+(((-714 |#1| |#2|) (-13 (-1049) (-1038 |#1|) (-1038 (-114)) (-287 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -2668 ($ $)) (-15 -2668 ($ $ $)) (-15 -1534 (|#1| |#1|))) |%noBranch|) (-15 -2424 ($ $ (-1 |#2| |#2|))) (-15 -3876 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-114) (-566))) (-15 ** ($ $ (-566))) (-15 -2448 (|#2| (-114) |#2|)) (-15 -3093 ($ |#1| (-363 (-114)))))) (-1049) (-648 |#1|)) (T -714))
+((-2668 (*1 *1 *1) (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3)) (-4 *3 (-648 *2)))) (-2668 (*1 *1 *1 *1) (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3)) (-4 *3 (-648 *2)))) (-1534 (*1 *2 *2) (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3)) (-4 *3 (-648 *2)))) (-2424 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-648 *3)) (-4 *3 (-1049)) (-5 *1 (-714 *3 *4)))) (-3876 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-648 *3)) (-4 *3 (-1049)) (-5 *1 (-714 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-566)) (-4 *4 (-1049)) (-5 *1 (-714 *4 *5)) (-4 *5 (-648 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *3 (-1049)) (-5 *1 (-714 *3 *4)) (-4 *4 (-648 *3)))) (-2448 (*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-4 *4 (-1049)) (-5 *1 (-714 *4 *2)) (-4 *2 (-648 *4)))) (-3093 (*1 *1 *2 *3) (-12 (-5 *3 (-363 (-114))) (-4 *2 (-1049)) (-5 *1 (-714 *2 *4)) (-4 *4 (-648 *2)))))
+(-13 (-1049) (-1038 |#1|) (-1038 (-114)) (-287 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -2668 ($ $)) (-15 -2668 ($ $ $)) (-15 -1534 (|#1| |#1|))) |%noBranch|) (-15 -2424 ($ $ (-1 |#2| |#2|))) (-15 -3876 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-114) (-566))) (-15 ** ($ $ (-566))) (-15 -2448 (|#2| (-114) |#2|)) (-15 -3093 ($ |#1| (-363 (-114))))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 33)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1936 (($ |#1| |#2|) 25)) (-4185 (((-3 $ "failed") $) 51)) (-1568 (((-112) $) 35)) (-3809 ((|#2| $) 12)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 52)) (-2029 (((-1119) $) NIL)) (-3626 (((-3 $ "failed") $ $) 50)) (-1650 (((-862) $) 24) (($ (-566)) 19) ((|#1| $) 13)) (-2910 (((-771)) 28 T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 16 T CONST)) (-3424 (($) 30 T CONST)) (-2868 (((-112) $ $) 41)) (-2977 (($ $) 46) (($ $ $) 40)) (-2964 (($ $ $) 43)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 21) (($ $ $) 20)))
+(((-715 |#1| |#2| |#3| |#4| |#5|) (-13 (-1049) (-10 -8 (-15 -3809 (|#2| $)) (-15 -1650 (|#1| $)) (-15 -1936 ($ |#1| |#2|)) (-15 -3626 ((-3 $ "failed") $ $)) (-15 -4185 ((-3 $ "failed") $)) (-15 -4085 ($ $)))) (-172) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -715))
+((-4185 (*1 *1 *1) (|partial| -12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))) (-3809 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-715 *3 *2 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-1650 (*1 *2 *1) (-12 (-4 *2 (-172)) (-5 *1 (-715 *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)))) (-1936 (*1 *1 *2 *3) (-12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))) (-3626 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))) (-4085 (*1 *1 *1) (-12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3)) (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
+(-13 (-1049) (-10 -8 (-15 -3809 (|#2| $)) (-15 -1650 (|#1| $)) (-15 -1936 ($ |#1| |#2|)) (-15 -3626 ((-3 $ "failed") $ $)) (-15 -4185 ((-3 $ "failed") $)) (-15 -4085 ($ $))))
((* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#2| $) NIL) (($ $ |#2|) 9)))
(((-716 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|))) (-717 |#2|) (-172)) (T -716))
NIL
(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
(((-717 |#1|) (-140) (-172)) (T -717))
NIL
(-13 (-111 |t#1| |t#1|) (-640 |t#1|))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-648 |#1|) . T) ((-640 |#1|) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3764 (($ |#1|) 17) (($ $ |#1|) 20)) (-2406 (($ |#1|) 18) (($ $ |#1|) 21)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-2389 (((-112) $) NIL)) (-1408 (($ |#1| |#1| |#1| |#1|) 8)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 16)) (-4072 (((-1119) $) NIL)) (-2023 ((|#1| $ |#1|) 24) (((-833 |#1|) $ (-833 |#1|)) 32)) (-3357 (($ $ $) NIL)) (-2527 (($ $ $) NIL)) (-3152 (((-862) $) 39)) (-3044 (((-112) $ $) NIL)) (-4366 (($) 9 T CONST)) (-2914 (((-112) $ $) 48)) (-3025 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ $ $) 14)))
-(((-718 |#1|) (-13 (-475) (-10 -8 (-15 -1408 ($ |#1| |#1| |#1| |#1|)) (-15 -3764 ($ |#1|)) (-15 -2406 ($ |#1|)) (-15 -3245 ($)) (-15 -3764 ($ $ |#1|)) (-15 -2406 ($ $ |#1|)) (-15 -3245 ($ $)) (-15 -2023 (|#1| $ |#1|)) (-15 -2023 ((-833 |#1|) $ (-833 |#1|))))) (-365)) (T -718))
-((-1408 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-3764 (*1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-2406 (*1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-3245 (*1 *1) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-3764 (*1 *1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-2406 (*1 *1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-3245 (*1 *1 *1) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-2023 (*1 *2 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-2023 (*1 *2 *1 *2) (-12 (-5 *2 (-833 *3)) (-4 *3 (-365)) (-5 *1 (-718 *3)))))
-(-13 (-475) (-10 -8 (-15 -1408 ($ |#1| |#1| |#1| |#1|)) (-15 -3764 ($ |#1|)) (-15 -2406 ($ |#1|)) (-15 -3245 ($)) (-15 -3764 ($ $ |#1|)) (-15 -2406 ($ $ |#1|)) (-15 -3245 ($ $)) (-15 -2023 (|#1| $ |#1|)) (-15 -2023 ((-833 |#1|) $ (-833 |#1|)))))
-((-1856 (($ $ (-921)) 21)) (-3270 (($ $ (-921)) 22)) (** (($ $ (-921)) 10)))
-(((-719 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-921))) (-15 -3270 (|#1| |#1| (-921))) (-15 -1856 (|#1| |#1| (-921)))) (-720)) (T -719))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-921))) (-15 -3270 (|#1| |#1| (-921))) (-15 -1856 (|#1| |#1| (-921))))
-((-2988 (((-112) $ $) 7)) (-1856 (($ $ (-921)) 16)) (-3270 (($ $ (-921)) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)) (** (($ $ (-921)) 14)) (* (($ $ $) 17)))
+((-4124 (((-112) $ $) NIL)) (-3476 (($ |#1|) 17) (($ $ |#1|) 20)) (-1691 (($ |#1|) 18) (($ $ |#1|) 21)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-1568 (((-112) $) NIL)) (-2115 (($ |#1| |#1| |#1| |#1|) 8)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 16)) (-2029 (((-1119) $) NIL)) (-1838 ((|#1| $ |#1|) 24) (((-833 |#1|) $ (-833 |#1|)) 32)) (-2791 (($ $ $) NIL)) (-3528 (($ $ $) NIL)) (-1650 (((-862) $) 39)) (-2657 (((-112) $ $) NIL)) (-3424 (($) 9 T CONST)) (-2868 (((-112) $ $) 48)) (-2990 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ $ $) 14)))
+(((-718 |#1|) (-13 (-475) (-10 -8 (-15 -2115 ($ |#1| |#1| |#1| |#1|)) (-15 -3476 ($ |#1|)) (-15 -1691 ($ |#1|)) (-15 -4185 ($)) (-15 -3476 ($ $ |#1|)) (-15 -1691 ($ $ |#1|)) (-15 -4185 ($ $)) (-15 -1838 (|#1| $ |#1|)) (-15 -1838 ((-833 |#1|) $ (-833 |#1|))))) (-365)) (T -718))
+((-2115 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-3476 (*1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-1691 (*1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-4185 (*1 *1) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-3476 (*1 *1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-1691 (*1 *1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-4185 (*1 *1 *1) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-1838 (*1 *2 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))) (-1838 (*1 *2 *1 *2) (-12 (-5 *2 (-833 *3)) (-4 *3 (-365)) (-5 *1 (-718 *3)))))
+(-13 (-475) (-10 -8 (-15 -2115 ($ |#1| |#1| |#1| |#1|)) (-15 -3476 ($ |#1|)) (-15 -1691 ($ |#1|)) (-15 -4185 ($)) (-15 -3476 ($ $ |#1|)) (-15 -1691 ($ $ |#1|)) (-15 -4185 ($ $)) (-15 -1838 (|#1| $ |#1|)) (-15 -1838 ((-833 |#1|) $ (-833 |#1|)))))
+((-4268 (($ $ (-921)) 21)) (-3172 (($ $ (-921)) 22)) (** (($ $ (-921)) 10)))
+(((-719 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-921))) (-15 -3172 (|#1| |#1| (-921))) (-15 -4268 (|#1| |#1| (-921)))) (-720)) (T -719))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-921))) (-15 -3172 (|#1| |#1| (-921))) (-15 -4268 (|#1| |#1| (-921))))
+((-4124 (((-112) $ $) 7)) (-4268 (($ $ (-921)) 16)) (-3172 (($ $ (-921)) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)) (** (($ $ (-921)) 14)) (* (($ $ $) 17)))
(((-720) (-140)) (T -720))
-((* (*1 *1 *1 *1) (-4 *1 (-720))) (-1856 (*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921)))) (-3270 (*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921)))))
-(-13 (-1099) (-10 -8 (-15 * ($ $ $)) (-15 -1856 ($ $ (-921))) (-15 -3270 ($ $ (-921))) (-15 ** ($ $ (-921)))))
+((* (*1 *1 *1 *1) (-4 *1 (-720))) (-4268 (*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921)))) (-3172 (*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921)))))
+(-13 (-1099) (-10 -8 (-15 * ($ $ $)) (-15 -4268 ($ $ (-921))) (-15 -3172 ($ $ (-921))) (-15 ** ($ $ (-921)))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-1856 (($ $ (-921)) NIL) (($ $ (-771)) 21)) (-2389 (((-112) $) 10)) (-3270 (($ $ (-921)) NIL) (($ $ (-771)) 22)) (** (($ $ (-921)) NIL) (($ $ (-771)) 16)))
-(((-721 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-771))) (-15 -3270 (|#1| |#1| (-771))) (-15 -1856 (|#1| |#1| (-771))) (-15 -2389 ((-112) |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 -3270 (|#1| |#1| (-921))) (-15 -1856 (|#1| |#1| (-921)))) (-722)) (T -721))
+((-4268 (($ $ (-921)) NIL) (($ $ (-771)) 21)) (-1568 (((-112) $) 10)) (-3172 (($ $ (-921)) NIL) (($ $ (-771)) 22)) (** (($ $ (-921)) NIL) (($ $ (-771)) 16)))
+(((-721 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-771))) (-15 -3172 (|#1| |#1| (-771))) (-15 -4268 (|#1| |#1| (-771))) (-15 -1568 ((-112) |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 -3172 (|#1| |#1| (-921))) (-15 -4268 (|#1| |#1| (-921)))) (-722)) (T -721))
NIL
-(-10 -8 (-15 ** (|#1| |#1| (-771))) (-15 -3270 (|#1| |#1| (-771))) (-15 -1856 (|#1| |#1| (-771))) (-15 -2389 ((-112) |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 -3270 (|#1| |#1| (-921))) (-15 -1856 (|#1| |#1| (-921))))
-((-2988 (((-112) $ $) 7)) (-4392 (((-3 $ "failed") $) 18)) (-1856 (($ $ (-921)) 16) (($ $ (-771)) 23)) (-3245 (((-3 $ "failed") $) 20)) (-2389 (((-112) $) 24)) (-2851 (((-3 $ "failed") $) 19)) (-3270 (($ $ (-921)) 15) (($ $ (-771)) 22)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4366 (($) 25 T CONST)) (-2914 (((-112) $ $) 6)) (** (($ $ (-921)) 14) (($ $ (-771)) 21)) (* (($ $ $) 17)))
+(-10 -8 (-15 ** (|#1| |#1| (-771))) (-15 -3172 (|#1| |#1| (-771))) (-15 -4268 (|#1| |#1| (-771))) (-15 -1568 ((-112) |#1|)) (-15 ** (|#1| |#1| (-921))) (-15 -3172 (|#1| |#1| (-921))) (-15 -4268 (|#1| |#1| (-921))))
+((-4124 (((-112) $ $) 7)) (-2175 (((-3 $ "failed") $) 18)) (-4268 (($ $ (-921)) 16) (($ $ (-771)) 23)) (-4185 (((-3 $ "failed") $) 20)) (-1568 (((-112) $) 24)) (-3570 (((-3 $ "failed") $) 19)) (-3172 (($ $ (-921)) 15) (($ $ (-771)) 22)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3424 (($) 25 T CONST)) (-2868 (((-112) $ $) 6)) (** (($ $ (-921)) 14) (($ $ (-771)) 21)) (* (($ $ $) 17)))
(((-722) (-140)) (T -722))
-((-4366 (*1 *1) (-4 *1 (-722))) (-2389 (*1 *2 *1) (-12 (-4 *1 (-722)) (-5 *2 (-112)))) (-1856 (*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))) (-3270 (*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))) (-3245 (*1 *1 *1) (|partial| -4 *1 (-722))) (-2851 (*1 *1 *1) (|partial| -4 *1 (-722))) (-4392 (*1 *1 *1) (|partial| -4 *1 (-722))))
-(-13 (-720) (-10 -8 (-15 (-4366) ($) -1623) (-15 -2389 ((-112) $)) (-15 -1856 ($ $ (-771))) (-15 -3270 ($ $ (-771))) (-15 ** ($ $ (-771))) (-15 -3245 ((-3 $ "failed") $)) (-15 -2851 ((-3 $ "failed") $)) (-15 -4392 ((-3 $ "failed") $))))
+((-3424 (*1 *1) (-4 *1 (-722))) (-1568 (*1 *2 *1) (-12 (-4 *1 (-722)) (-5 *2 (-112)))) (-4268 (*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))) (-3172 (*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))) (-4185 (*1 *1 *1) (|partial| -4 *1 (-722))) (-3570 (*1 *1 *1) (|partial| -4 *1 (-722))) (-2175 (*1 *1 *1) (|partial| -4 *1 (-722))))
+(-13 (-720) (-10 -8 (-15 (-3424) ($) -4388) (-15 -1568 ((-112) $)) (-15 -4268 ($ $ (-771))) (-15 -3172 ($ $ (-771))) (-15 ** ($ $ (-771))) (-15 -4185 ((-3 $ "failed") $)) (-15 -3570 ((-3 $ "failed") $)) (-15 -2175 ((-3 $ "failed") $))))
(((-102) . T) ((-613 (-862)) . T) ((-720) . T) ((-1099) . T))
-((-3870 (((-771)) 42)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 26)) (-4158 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#2| $) 23)) (-2873 (($ |#3|) NIL) (((-3 $ "failed") (-409 |#3|)) 53)) (-3245 (((-3 $ "failed") $) 73)) (-2715 (($) 47)) (-2064 ((|#2| $) 21)) (-3302 (($) 18)) (-3629 (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 61) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-3225 (((-689 |#2|) (-1264 $) (-1 |#2| |#2|)) 68)) (-2376 (((-1264 |#2|) $) NIL) (($ (-1264 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-2318 ((|#3| $) 39)) (-2875 (((-1264 $)) 36)))
-(((-723 |#1| |#2| |#3|) (-10 -8 (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2715 (|#1|)) (-15 -3870 ((-771))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3225 ((-689 |#2|) (-1264 |#1|) (-1 |#2| |#2|))) (-15 -2873 ((-3 |#1| "failed") (-409 |#3|))) (-15 -2376 (|#1| |#3|)) (-15 -2873 (|#1| |#3|)) (-15 -3302 (|#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -2376 (|#3| |#1|)) (-15 -2376 (|#1| (-1264 |#2|))) (-15 -2376 ((-1264 |#2|) |#1|)) (-15 -2875 ((-1264 |#1|))) (-15 -2318 (|#3| |#1|)) (-15 -2064 (|#2| |#1|)) (-15 -3245 ((-3 |#1| "failed") |#1|))) (-724 |#2| |#3|) (-172) (-1240 |#2|)) (T -723))
-((-3870 (*1 *2) (-12 (-4 *4 (-172)) (-4 *5 (-1240 *4)) (-5 *2 (-771)) (-5 *1 (-723 *3 *4 *5)) (-4 *3 (-724 *4 *5)))))
-(-10 -8 (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2715 (|#1|)) (-15 -3870 ((-771))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3225 ((-689 |#2|) (-1264 |#1|) (-1 |#2| |#2|))) (-15 -2873 ((-3 |#1| "failed") (-409 |#3|))) (-15 -2376 (|#1| |#3|)) (-15 -2873 (|#1| |#3|)) (-15 -3302 (|#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -2376 (|#3| |#1|)) (-15 -2376 (|#1| (-1264 |#2|))) (-15 -2376 ((-1264 |#2|) |#1|)) (-15 -2875 ((-1264 |#1|))) (-15 -2318 (|#3| |#1|)) (-15 -2064 (|#2| |#1|)) (-15 -3245 ((-3 |#1| "failed") |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 102 (|has| |#1| (-365)))) (-2161 (($ $) 103 (|has| |#1| (-365)))) (-2345 (((-112) $) 105 (|has| |#1| (-365)))) (-3899 (((-689 |#1|) (-1264 $)) 53) (((-689 |#1|)) 68)) (-3833 ((|#1| $) 59)) (-2894 (((-1187 (-921) (-771)) (-566)) 155 (|has| |#1| (-351)))) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 122 (|has| |#1| (-365)))) (-1364 (((-420 $) $) 123 (|has| |#1| (-365)))) (-2085 (((-112) $ $) 113 (|has| |#1| (-365)))) (-3870 (((-771)) 96 (|has| |#1| (-370)))) (-2463 (($) 18 T CONST)) (-2229 (((-3 (-566) "failed") $) 178 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 176 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 173)) (-4158 (((-566) $) 177 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 175 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 174)) (-1563 (($ (-1264 |#1|) (-1264 $)) 55) (($ (-1264 |#1|)) 71)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) 161 (|has| |#1| (-351)))) (-2933 (($ $ $) 117 (|has| |#1| (-365)))) (-3578 (((-689 |#1|) $ (-1264 $)) 60) (((-689 |#1|) $) 66)) (-4089 (((-689 (-566)) (-689 $)) 172 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 171 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 170) (((-689 |#1|) (-689 $)) 169)) (-2873 (($ |#2|) 166) (((-3 $ "failed") (-409 |#2|)) 163 (|has| |#1| (-365)))) (-3245 (((-3 $ "failed") $) 37)) (-2755 (((-921)) 61)) (-2715 (($) 99 (|has| |#1| (-370)))) (-2945 (($ $ $) 116 (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 111 (|has| |#1| (-365)))) (-3359 (($) 157 (|has| |#1| (-351)))) (-2466 (((-112) $) 158 (|has| |#1| (-351)))) (-1574 (($ $ (-771)) 149 (|has| |#1| (-351))) (($ $) 148 (|has| |#1| (-351)))) (-1615 (((-112) $) 124 (|has| |#1| (-365)))) (-2679 (((-921) $) 160 (|has| |#1| (-351))) (((-833 (-921)) $) 146 (|has| |#1| (-351)))) (-2389 (((-112) $) 35)) (-2064 ((|#1| $) 58)) (-2621 (((-3 $ "failed") $) 150 (|has| |#1| (-351)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 120 (|has| |#1| (-365)))) (-3468 ((|#2| $) 51 (|has| |#1| (-365)))) (-1866 (((-921) $) 98 (|has| |#1| (-370)))) (-2860 ((|#2| $) 164)) (-2128 (($ (-644 $)) 109 (|has| |#1| (-365))) (($ $ $) 108 (|has| |#1| (-365)))) (-3380 (((-1157) $) 10)) (-2748 (($ $) 125 (|has| |#1| (-365)))) (-3289 (($) 151 (|has| |#1| (-351)) CONST)) (-2835 (($ (-921)) 97 (|has| |#1| (-370)))) (-4072 (((-1119) $) 11)) (-3302 (($) 168)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 110 (|has| |#1| (-365)))) (-2164 (($ (-644 $)) 107 (|has| |#1| (-365))) (($ $ $) 106 (|has| |#1| (-365)))) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) 154 (|has| |#1| (-351)))) (-1624 (((-420 $) $) 121 (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 118 (|has| |#1| (-365)))) (-2978 (((-3 $ "failed") $ $) 101 (|has| |#1| (-365)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 112 (|has| |#1| (-365)))) (-4357 (((-771) $) 114 (|has| |#1| (-365)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 115 (|has| |#1| (-365)))) (-4068 ((|#1| (-1264 $)) 54) ((|#1|) 67)) (-3169 (((-771) $) 159 (|has| |#1| (-351))) (((-3 (-771) "failed") $ $) 147 (|has| |#1| (-351)))) (-3629 (($ $) 145 (-2768 (-2415 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-771)) 143 (-2768 (-2415 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-1175)) 141 (-2415 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-644 (-1175))) 140 (-2415 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-1175) (-771)) 139 (-2415 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 (-771))) 138 (-2415 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-1 |#1| |#1|) (-771)) 131 (|has| |#1| (-365))) (($ $ (-1 |#1| |#1|)) 130 (|has| |#1| (-365)))) (-3225 (((-689 |#1|) (-1264 $) (-1 |#1| |#1|)) 162 (|has| |#1| (-365)))) (-1705 ((|#2|) 167)) (-4122 (($) 156 (|has| |#1| (-351)))) (-3350 (((-1264 |#1|) $ (-1264 $)) 57) (((-689 |#1|) (-1264 $) (-1264 $)) 56) (((-1264 |#1|) $) 73) (((-689 |#1|) (-1264 $)) 72)) (-2376 (((-1264 |#1|) $) 70) (($ (-1264 |#1|)) 69) ((|#2| $) 179) (($ |#2|) 165)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 153 (|has| |#1| (-351)))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44) (($ $) 100 (|has| |#1| (-365))) (($ (-409 (-566))) 95 (-2768 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))) (-2633 (($ $) 152 (|has| |#1| (-351))) (((-3 $ "failed") $) 50 (|has| |#1| (-145)))) (-2318 ((|#2| $) 52)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-2875 (((-1264 $)) 74)) (-3014 (((-112) $ $) 104 (|has| |#1| (-365)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $) 144 (-2768 (-2415 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-771)) 142 (-2768 (-2415 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-1175)) 137 (-2415 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-644 (-1175))) 136 (-2415 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-1175) (-771)) 135 (-2415 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 (-771))) 134 (-2415 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-1 |#1| |#1|) (-771)) 133 (|has| |#1| (-365))) (($ $ (-1 |#1| |#1|)) 132 (|has| |#1| (-365)))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 129 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 126 (|has| |#1| (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ (-409 (-566)) $) 128 (|has| |#1| (-365))) (($ $ (-409 (-566))) 127 (|has| |#1| (-365)))))
-(((-724 |#1| |#2|) (-140) (-172) (-1240 |t#1|)) (T -724))
-((-3302 (*1 *1) (-12 (-4 *2 (-172)) (-4 *1 (-724 *2 *3)) (-4 *3 (-1240 *2)))) (-1705 (*1 *2) (-12 (-4 *1 (-724 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1240 *3)))) (-2873 (*1 *1 *2) (-12 (-4 *3 (-172)) (-4 *1 (-724 *3 *2)) (-4 *2 (-1240 *3)))) (-2376 (*1 *1 *2) (-12 (-4 *3 (-172)) (-4 *1 (-724 *3 *2)) (-4 *2 (-1240 *3)))) (-2860 (*1 *2 *1) (-12 (-4 *1 (-724 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1240 *3)))) (-2873 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 *4)) (-4 *4 (-1240 *3)) (-4 *3 (-365)) (-4 *3 (-172)) (-4 *1 (-724 *3 *4)))) (-3225 (*1 *2 *3 *4) (-12 (-5 *3 (-1264 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365)) (-4 *1 (-724 *5 *6)) (-4 *5 (-172)) (-4 *6 (-1240 *5)) (-5 *2 (-689 *5)))))
-(-13 (-411 |t#1| |t#2|) (-172) (-614 |t#2|) (-413 |t#1|) (-379 |t#1|) (-10 -8 (-15 -3302 ($)) (-15 -1705 (|t#2|)) (-15 -2873 ($ |t#2|)) (-15 -2376 ($ |t#2|)) (-15 -2860 (|t#2| $)) (IF (|has| |t#1| (-370)) (-6 (-370)) |%noBranch|) (IF (|has| |t#1| (-365)) (PROGN (-6 (-365)) (-6 (-231 |t#1|)) (-15 -2873 ((-3 $ "failed") (-409 |t#2|))) (-15 -3225 ((-689 |t#1|) (-1264 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-351)) (-6 (-351)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-38 |#1|) . T) ((-38 $) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-102) . T) ((-111 #0# #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2768 (|has| |#1| (-351)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-616 #0#) -2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-351)) (|has| |#1| (-365))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) . T) ((-614 |#2|) . T) ((-231 |#1|) |has| |#1| (-365)) ((-233) -2768 (|has| |#1| (-351)) (-12 (|has| |#1| (-233)) (|has| |#1| (-365)))) ((-243) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-291) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-308) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-365) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-404) |has| |#1| (-351)) ((-370) -2768 (|has| |#1| (-370)) (|has| |#1| (-351))) ((-351) |has| |#1| (-351)) ((-372 |#1| |#2|) . T) ((-411 |#1| |#2|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-558) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-646 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-640 |#1|) . T) ((-640 $) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-717 |#1|) . T) ((-717 $) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175)))) ((-920) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-351)) ((-1218) -2768 (|has| |#1| (-351)) (|has| |#1| (-365))))
-((-2463 (($) 11)) (-3245 (((-3 $ "failed") $) 14)) (-2389 (((-112) $) 10)) (** (($ $ (-921)) NIL) (($ $ (-771)) 20)))
-(((-725 |#1|) (-10 -8 (-15 -3245 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 -2389 ((-112) |#1|)) (-15 -2463 (|#1|)) (-15 ** (|#1| |#1| (-921)))) (-726)) (T -725))
-NIL
-(-10 -8 (-15 -3245 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 -2389 ((-112) |#1|)) (-15 -2463 (|#1|)) (-15 ** (|#1| |#1| (-921))))
-((-2988 (((-112) $ $) 7)) (-2463 (($) 19 T CONST)) (-3245 (((-3 $ "failed") $) 16)) (-2389 (((-112) $) 18)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4366 (($) 20 T CONST)) (-2914 (((-112) $ $) 6)) (** (($ $ (-921)) 14) (($ $ (-771)) 17)) (* (($ $ $) 15)))
+((-3571 (((-771)) 42)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 26)) (-3213 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#2| $) 23)) (-1936 (($ |#3|) NIL) (((-3 $ "failed") (-409 |#3|)) 53)) (-4185 (((-3 $ "failed") $) 73)) (-3341 (($) 47)) (-1435 ((|#2| $) 21)) (-2529 (($) 18)) (-2324 (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 61) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-3970 (((-689 |#2|) (-1265 $) (-1 |#2| |#2|)) 68)) (-1945 (((-1265 |#2|) $) NIL) (($ (-1265 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-2080 ((|#3| $) 39)) (-3781 (((-1265 $)) 36)))
+(((-723 |#1| |#2| |#3|) (-10 -8 (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3341 (|#1|)) (-15 -3571 ((-771))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3970 ((-689 |#2|) (-1265 |#1|) (-1 |#2| |#2|))) (-15 -1936 ((-3 |#1| "failed") (-409 |#3|))) (-15 -1945 (|#1| |#3|)) (-15 -1936 (|#1| |#3|)) (-15 -2529 (|#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1945 (|#3| |#1|)) (-15 -1945 (|#1| (-1265 |#2|))) (-15 -1945 ((-1265 |#2|) |#1|)) (-15 -3781 ((-1265 |#1|))) (-15 -2080 (|#3| |#1|)) (-15 -1435 (|#2| |#1|)) (-15 -4185 ((-3 |#1| "failed") |#1|))) (-724 |#2| |#3|) (-172) (-1241 |#2|)) (T -723))
+((-3571 (*1 *2) (-12 (-4 *4 (-172)) (-4 *5 (-1241 *4)) (-5 *2 (-771)) (-5 *1 (-723 *3 *4 *5)) (-4 *3 (-724 *4 *5)))))
+(-10 -8 (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3341 (|#1|)) (-15 -3571 ((-771))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3970 ((-689 |#2|) (-1265 |#1|) (-1 |#2| |#2|))) (-15 -1936 ((-3 |#1| "failed") (-409 |#3|))) (-15 -1945 (|#1| |#3|)) (-15 -1936 (|#1| |#3|)) (-15 -2529 (|#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1945 (|#3| |#1|)) (-15 -1945 (|#1| (-1265 |#2|))) (-15 -1945 ((-1265 |#2|) |#1|)) (-15 -3781 ((-1265 |#1|))) (-15 -2080 (|#3| |#1|)) (-15 -1435 (|#2| |#1|)) (-15 -4185 ((-3 |#1| "failed") |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 102 (|has| |#1| (-365)))) (-4282 (($ $) 103 (|has| |#1| (-365)))) (-2296 (((-112) $) 105 (|has| |#1| (-365)))) (-4266 (((-689 |#1|) (-1265 $)) 53) (((-689 |#1|)) 68)) (-2881 ((|#1| $) 59)) (-2638 (((-1188 (-921) (-771)) (-566)) 155 (|has| |#1| (-351)))) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 122 (|has| |#1| (-365)))) (-1615 (((-420 $) $) 123 (|has| |#1| (-365)))) (-1621 (((-112) $ $) 113 (|has| |#1| (-365)))) (-3571 (((-771)) 96 (|has| |#1| (-370)))) (-4145 (($) 18 T CONST)) (-1821 (((-3 (-566) "failed") $) 178 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 176 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 173)) (-3213 (((-566) $) 177 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 175 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 174)) (-3189 (($ (-1265 |#1|) (-1265 $)) 55) (($ (-1265 |#1|)) 71)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) 161 (|has| |#1| (-351)))) (-4067 (($ $ $) 117 (|has| |#1| (-365)))) (-3186 (((-689 |#1|) $ (-1265 $)) 60) (((-689 |#1|) $) 66)) (-2204 (((-689 (-566)) (-689 $)) 172 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 171 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 170) (((-689 |#1|) (-689 $)) 169)) (-1936 (($ |#2|) 166) (((-3 $ "failed") (-409 |#2|)) 163 (|has| |#1| (-365)))) (-4185 (((-3 $ "failed") $) 37)) (-3486 (((-921)) 61)) (-3341 (($) 99 (|has| |#1| (-370)))) (-4078 (($ $ $) 116 (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 111 (|has| |#1| (-365)))) (-2814 (($) 157 (|has| |#1| (-351)))) (-4179 (((-112) $) 158 (|has| |#1| (-351)))) (-3271 (($ $ (-771)) 149 (|has| |#1| (-351))) (($ $) 148 (|has| |#1| (-351)))) (-2422 (((-112) $) 124 (|has| |#1| (-365)))) (-2464 (((-921) $) 160 (|has| |#1| (-351))) (((-833 (-921)) $) 146 (|has| |#1| (-351)))) (-1568 (((-112) $) 35)) (-1435 ((|#1| $) 58)) (-1982 (((-3 $ "failed") $) 150 (|has| |#1| (-351)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 120 (|has| |#1| (-365)))) (-1505 ((|#2| $) 51 (|has| |#1| (-365)))) (-4350 (((-921) $) 98 (|has| |#1| (-370)))) (-1924 ((|#2| $) 164)) (-1931 (($ (-644 $)) 109 (|has| |#1| (-365))) (($ $ $) 108 (|has| |#1| (-365)))) (-3057 (((-1157) $) 10)) (-4085 (($ $) 125 (|has| |#1| (-365)))) (-1783 (($) 151 (|has| |#1| (-351)) CONST)) (-1351 (($ (-921)) 97 (|has| |#1| (-370)))) (-2029 (((-1119) $) 11)) (-2529 (($) 168)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 110 (|has| |#1| (-365)))) (-1962 (($ (-644 $)) 107 (|has| |#1| (-365))) (($ $ $) 106 (|has| |#1| (-365)))) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) 154 (|has| |#1| (-351)))) (-3846 (((-420 $) $) 121 (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 118 (|has| |#1| (-365)))) (-4116 (((-3 $ "failed") $ $) 101 (|has| |#1| (-365)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 112 (|has| |#1| (-365)))) (-3075 (((-771) $) 114 (|has| |#1| (-365)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 115 (|has| |#1| (-365)))) (-2018 ((|#1| (-1265 $)) 54) ((|#1|) 67)) (-1529 (((-771) $) 159 (|has| |#1| (-351))) (((-3 (-771) "failed") $ $) 147 (|has| |#1| (-351)))) (-2324 (($ $) 145 (-2700 (-3360 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-771)) 143 (-2700 (-3360 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-1175)) 141 (-3360 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-644 (-1175))) 140 (-3360 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-1175) (-771)) 139 (-3360 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 (-771))) 138 (-3360 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-1 |#1| |#1|) (-771)) 131 (|has| |#1| (-365))) (($ $ (-1 |#1| |#1|)) 130 (|has| |#1| (-365)))) (-3970 (((-689 |#1|) (-1265 $) (-1 |#1| |#1|)) 162 (|has| |#1| (-365)))) (-2068 ((|#2|) 167)) (-2484 (($) 156 (|has| |#1| (-351)))) (-2702 (((-1265 |#1|) $ (-1265 $)) 57) (((-689 |#1|) (-1265 $) (-1265 $)) 56) (((-1265 |#1|) $) 73) (((-689 |#1|) (-1265 $)) 72)) (-1945 (((-1265 |#1|) $) 70) (($ (-1265 |#1|)) 69) ((|#2| $) 179) (($ |#2|) 165)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 153 (|has| |#1| (-351)))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44) (($ $) 100 (|has| |#1| (-365))) (($ (-409 (-566))) 95 (-2700 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))) (-2097 (($ $) 152 (|has| |#1| (-351))) (((-3 $ "failed") $) 50 (|has| |#1| (-145)))) (-2080 ((|#2| $) 52)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3781 (((-1265 $)) 74)) (-3679 (((-112) $ $) 104 (|has| |#1| (-365)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $) 144 (-2700 (-3360 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-771)) 142 (-2700 (-3360 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-1175)) 137 (-3360 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-644 (-1175))) 136 (-3360 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-1175) (-771)) 135 (-3360 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 (-771))) 134 (-3360 (|has| |#1| (-900 (-1175))) (|has| |#1| (-365)))) (($ $ (-1 |#1| |#1|) (-771)) 133 (|has| |#1| (-365))) (($ $ (-1 |#1| |#1|)) 132 (|has| |#1| (-365)))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 129 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 126 (|has| |#1| (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ (-409 (-566)) $) 128 (|has| |#1| (-365))) (($ $ (-409 (-566))) 127 (|has| |#1| (-365)))))
+(((-724 |#1| |#2|) (-140) (-172) (-1241 |t#1|)) (T -724))
+((-2529 (*1 *1) (-12 (-4 *2 (-172)) (-4 *1 (-724 *2 *3)) (-4 *3 (-1241 *2)))) (-2068 (*1 *2) (-12 (-4 *1 (-724 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1241 *3)))) (-1936 (*1 *1 *2) (-12 (-4 *3 (-172)) (-4 *1 (-724 *3 *2)) (-4 *2 (-1241 *3)))) (-1945 (*1 *1 *2) (-12 (-4 *3 (-172)) (-4 *1 (-724 *3 *2)) (-4 *2 (-1241 *3)))) (-1924 (*1 *2 *1) (-12 (-4 *1 (-724 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1241 *3)))) (-1936 (*1 *1 *2) (|partial| -12 (-5 *2 (-409 *4)) (-4 *4 (-1241 *3)) (-4 *3 (-365)) (-4 *3 (-172)) (-4 *1 (-724 *3 *4)))) (-3970 (*1 *2 *3 *4) (-12 (-5 *3 (-1265 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365)) (-4 *1 (-724 *5 *6)) (-4 *5 (-172)) (-4 *6 (-1241 *5)) (-5 *2 (-689 *5)))))
+(-13 (-411 |t#1| |t#2|) (-172) (-614 |t#2|) (-413 |t#1|) (-379 |t#1|) (-10 -8 (-15 -2529 ($)) (-15 -2068 (|t#2|)) (-15 -1936 ($ |t#2|)) (-15 -1945 ($ |t#2|)) (-15 -1924 (|t#2| $)) (IF (|has| |t#1| (-370)) (-6 (-370)) |%noBranch|) (IF (|has| |t#1| (-365)) (PROGN (-6 (-365)) (-6 (-231 |t#1|)) (-15 -1936 ((-3 $ "failed") (-409 |t#2|))) (-15 -3970 ((-689 |t#1|) (-1265 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-351)) (-6 (-351)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-38 |#1|) . T) ((-38 $) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-102) . T) ((-111 #0# #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2700 (|has| |#1| (-351)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-616 #0#) -2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-351)) (|has| |#1| (-365))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) . T) ((-614 |#2|) . T) ((-231 |#1|) |has| |#1| (-365)) ((-233) -2700 (|has| |#1| (-351)) (-12 (|has| |#1| (-233)) (|has| |#1| (-365)))) ((-243) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-291) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-308) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-365) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-404) |has| |#1| (-351)) ((-370) -2700 (|has| |#1| (-370)) (|has| |#1| (-351))) ((-351) |has| |#1| (-351)) ((-372 |#1| |#2|) . T) ((-411 |#1| |#2|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-558) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-646 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-640 |#1|) . T) ((-640 $) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-717 |#1|) . T) ((-717 $) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175)))) ((-920) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-351)) ((-1219) -2700 (|has| |#1| (-351)) (|has| |#1| (-365))))
+((-4145 (($) 11)) (-4185 (((-3 $ "failed") $) 14)) (-1568 (((-112) $) 10)) (** (($ $ (-921)) NIL) (($ $ (-771)) 20)))
+(((-725 |#1|) (-10 -8 (-15 -4185 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 -1568 ((-112) |#1|)) (-15 -4145 (|#1|)) (-15 ** (|#1| |#1| (-921)))) (-726)) (T -725))
+NIL
+(-10 -8 (-15 -4185 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-771))) (-15 -1568 ((-112) |#1|)) (-15 -4145 (|#1|)) (-15 ** (|#1| |#1| (-921))))
+((-4124 (((-112) $ $) 7)) (-4145 (($) 19 T CONST)) (-4185 (((-3 $ "failed") $) 16)) (-1568 (((-112) $) 18)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3424 (($) 20 T CONST)) (-2868 (((-112) $ $) 6)) (** (($ $ (-921)) 14) (($ $ (-771)) 17)) (* (($ $ $) 15)))
(((-726) (-140)) (T -726))
-((-4366 (*1 *1) (-4 *1 (-726))) (-2463 (*1 *1) (-4 *1 (-726))) (-2389 (*1 *2 *1) (-12 (-4 *1 (-726)) (-5 *2 (-112)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-726)) (-5 *2 (-771)))) (-3245 (*1 *1 *1) (|partial| -4 *1 (-726))))
-(-13 (-1111) (-10 -8 (-15 (-4366) ($) -1623) (-15 -2463 ($) -1623) (-15 -2389 ((-112) $)) (-15 ** ($ $ (-771))) (-15 -3245 ((-3 $ "failed") $))))
+((-3424 (*1 *1) (-4 *1 (-726))) (-4145 (*1 *1) (-4 *1 (-726))) (-1568 (*1 *2 *1) (-12 (-4 *1 (-726)) (-5 *2 (-112)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-726)) (-5 *2 (-771)))) (-4185 (*1 *1 *1) (|partial| -4 *1 (-726))))
+(-13 (-1111) (-10 -8 (-15 (-3424) ($) -4388) (-15 -4145 ($) -4388) (-15 -1568 ((-112) $)) (-15 ** ($ $ (-771))) (-15 -4185 ((-3 $ "failed") $))))
(((-102) . T) ((-613 (-862)) . T) ((-1111) . T) ((-1099) . T))
-((-2211 (((-2 (|:| -2548 (-420 |#2|)) (|:| |special| (-420 |#2|))) |#2| (-1 |#2| |#2|)) 39)) (-3011 (((-2 (|:| -2548 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-2822 ((|#2| (-409 |#2|) (-1 |#2| |#2|)) 13)) (-2461 (((-2 (|:| |poly| |#2|) (|:| -2548 (-409 |#2|)) (|:| |special| (-409 |#2|))) (-409 |#2|) (-1 |#2| |#2|)) 48)))
-(((-727 |#1| |#2|) (-10 -7 (-15 -3011 ((-2 (|:| -2548 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2211 ((-2 (|:| -2548 (-420 |#2|)) (|:| |special| (-420 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2822 (|#2| (-409 |#2|) (-1 |#2| |#2|))) (-15 -2461 ((-2 (|:| |poly| |#2|) (|:| -2548 (-409 |#2|)) (|:| |special| (-409 |#2|))) (-409 |#2|) (-1 |#2| |#2|)))) (-365) (-1240 |#1|)) (T -727))
-((-2461 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |poly| *6) (|:| -2548 (-409 *6)) (|:| |special| (-409 *6)))) (-5 *1 (-727 *5 *6)) (-5 *3 (-409 *6)))) (-2822 (*1 *2 *3 *4) (-12 (-5 *3 (-409 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1240 *5)) (-5 *1 (-727 *5 *2)) (-4 *5 (-365)))) (-2211 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| -2548 (-420 *3)) (|:| |special| (-420 *3)))) (-5 *1 (-727 *5 *3)))) (-3011 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| -2548 *3) (|:| |special| *3))) (-5 *1 (-727 *5 *3)))))
-(-10 -7 (-15 -3011 ((-2 (|:| -2548 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2211 ((-2 (|:| -2548 (-420 |#2|)) (|:| |special| (-420 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2822 (|#2| (-409 |#2|) (-1 |#2| |#2|))) (-15 -2461 ((-2 (|:| |poly| |#2|) (|:| -2548 (-409 |#2|)) (|:| |special| (-409 |#2|))) (-409 |#2|) (-1 |#2| |#2|))))
-((-1448 ((|#7| (-644 |#5|) |#6|) NIL)) (-2319 ((|#7| (-1 |#5| |#4|) |#6|) 27)))
-(((-728 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2319 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -1448 (|#7| (-644 |#5|) |#6|))) (-850) (-793) (-793) (-1049) (-1049) (-949 |#4| |#2| |#1|) (-949 |#5| |#3| |#1|)) (T -728))
-((-1448 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *9)) (-4 *9 (-1049)) (-4 *5 (-850)) (-4 *6 (-793)) (-4 *8 (-1049)) (-4 *2 (-949 *9 *7 *5)) (-5 *1 (-728 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-793)) (-4 *4 (-949 *8 *6 *5)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1049)) (-4 *9 (-1049)) (-4 *5 (-850)) (-4 *6 (-793)) (-4 *2 (-949 *9 *7 *5)) (-5 *1 (-728 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-793)) (-4 *4 (-949 *8 *6 *5)))))
-(-10 -7 (-15 -2319 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -1448 (|#7| (-644 |#5|) |#6|)))
-((-2319 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
-(((-729 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2319 (|#7| (-1 |#2| |#1|) |#6|))) (-850) (-850) (-793) (-793) (-1049) (-949 |#5| |#3| |#1|) (-949 |#5| |#4| |#2|)) (T -729))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-850)) (-4 *6 (-850)) (-4 *7 (-793)) (-4 *9 (-1049)) (-4 *2 (-949 *9 *8 *6)) (-5 *1 (-729 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-793)) (-4 *4 (-949 *9 *7 *5)))))
-(-10 -7 (-15 -2319 (|#7| (-1 |#2| |#1|) |#6|)))
-((-1624 (((-420 |#4|) |#4|) 42)))
-(((-730 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1624 ((-420 |#4|) |#4|))) (-793) (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175))))) (-308) (-949 (-952 |#3|) |#1| |#2|)) (T -730))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175)))))) (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-730 *4 *5 *6 *3)) (-4 *3 (-949 (-952 *6) *4 *5)))))
-(-10 -7 (-15 -1624 ((-420 |#4|) |#4|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-864 |#1|)) $) NIL)) (-1590 (((-1171 $) $ (-864 |#1|)) NIL) (((-1171 |#2|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-2161 (($ $) NIL (|has| |#2| (-558)))) (-2345 (((-112) $) NIL (|has| |#2| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-864 |#1|))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1378 (($ $) NIL (|has| |#2| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#2| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-864 |#1|) "failed") $) NIL)) (-4158 ((|#2| $) NIL) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-864 |#1|) $) NIL)) (-2610 (($ $ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-2814 (($ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#2| (-909)))) (-1896 (($ $ |#2| (-533 (-864 |#1|)) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1757 (($ (-1171 |#2|) (-864 |#1|)) NIL) (($ (-1171 $) (-864 |#1|)) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#2| (-533 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-864 |#1|)) NIL)) (-2749 (((-533 (-864 |#1|)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-3021 (($ (-1 (-533 (-864 |#1|)) (-533 (-864 |#1|))) $) NIL)) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-2297 (((-3 (-864 |#1|) "failed") $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#2| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3380 (((-1157) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-864 |#1|)) (|:| -2201 (-771))) "failed") $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#2| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#2| (-909)))) (-2978 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-864 |#1|) |#2|) NIL) (($ $ (-644 (-864 |#1|)) (-644 |#2|)) NIL) (($ $ (-864 |#1|) $) NIL) (($ $ (-644 (-864 |#1|)) (-644 $)) NIL)) (-4068 (($ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-3629 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-3902 (((-533 (-864 |#1|)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-864 |#1|) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-3173 ((|#2| $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-864 |#1|)) NIL) (($ $) NIL (|has| |#2| (-558))) (($ (-409 (-566))) NIL (-2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))))) (-1643 (((-644 |#2|) $) NIL)) (-2271 ((|#2| $ (-533 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#2| (-558)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+((-3498 (((-2 (|:| -2184 (-420 |#2|)) (|:| |special| (-420 |#2|))) |#2| (-1 |#2| |#2|)) 39)) (-3655 (((-2 (|:| -2184 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-3285 ((|#2| (-409 |#2|) (-1 |#2| |#2|)) 13)) (-4119 (((-2 (|:| |poly| |#2|) (|:| -2184 (-409 |#2|)) (|:| |special| (-409 |#2|))) (-409 |#2|) (-1 |#2| |#2|)) 48)))
+(((-727 |#1| |#2|) (-10 -7 (-15 -3655 ((-2 (|:| -2184 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -3498 ((-2 (|:| -2184 (-420 |#2|)) (|:| |special| (-420 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -3285 (|#2| (-409 |#2|) (-1 |#2| |#2|))) (-15 -4119 ((-2 (|:| |poly| |#2|) (|:| -2184 (-409 |#2|)) (|:| |special| (-409 |#2|))) (-409 |#2|) (-1 |#2| |#2|)))) (-365) (-1241 |#1|)) (T -727))
+((-4119 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| |poly| *6) (|:| -2184 (-409 *6)) (|:| |special| (-409 *6)))) (-5 *1 (-727 *5 *6)) (-5 *3 (-409 *6)))) (-3285 (*1 *2 *3 *4) (-12 (-5 *3 (-409 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1241 *5)) (-5 *1 (-727 *5 *2)) (-4 *5 (-365)))) (-3498 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| -2184 (-420 *3)) (|:| |special| (-420 *3)))) (-5 *1 (-727 *5 *3)))) (-3655 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-365)) (-5 *2 (-2 (|:| -2184 *3) (|:| |special| *3))) (-5 *1 (-727 *5 *3)))))
+(-10 -7 (-15 -3655 ((-2 (|:| -2184 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -3498 ((-2 (|:| -2184 (-420 |#2|)) (|:| |special| (-420 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -3285 (|#2| (-409 |#2|) (-1 |#2| |#2|))) (-15 -4119 ((-2 (|:| |poly| |#2|) (|:| -2184 (-409 |#2|)) (|:| |special| (-409 |#2|))) (-409 |#2|) (-1 |#2| |#2|))))
+((-4308 ((|#7| (-644 |#5|) |#6|) NIL)) (-1895 ((|#7| (-1 |#5| |#4|) |#6|) 27)))
+(((-728 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1895 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -4308 (|#7| (-644 |#5|) |#6|))) (-850) (-793) (-793) (-1049) (-1049) (-949 |#4| |#2| |#1|) (-949 |#5| |#3| |#1|)) (T -728))
+((-4308 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *9)) (-4 *9 (-1049)) (-4 *5 (-850)) (-4 *6 (-793)) (-4 *8 (-1049)) (-4 *2 (-949 *9 *7 *5)) (-5 *1 (-728 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-793)) (-4 *4 (-949 *8 *6 *5)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1049)) (-4 *9 (-1049)) (-4 *5 (-850)) (-4 *6 (-793)) (-4 *2 (-949 *9 *7 *5)) (-5 *1 (-728 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-793)) (-4 *4 (-949 *8 *6 *5)))))
+(-10 -7 (-15 -1895 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -4308 (|#7| (-644 |#5|) |#6|)))
+((-1895 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
+(((-729 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1895 (|#7| (-1 |#2| |#1|) |#6|))) (-850) (-850) (-793) (-793) (-1049) (-949 |#5| |#3| |#1|) (-949 |#5| |#4| |#2|)) (T -729))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-850)) (-4 *6 (-850)) (-4 *7 (-793)) (-4 *9 (-1049)) (-4 *2 (-949 *9 *8 *6)) (-5 *1 (-729 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-793)) (-4 *4 (-949 *9 *7 *5)))))
+(-10 -7 (-15 -1895 (|#7| (-1 |#2| |#1|) |#6|)))
+((-3846 (((-420 |#4|) |#4|) 42)))
+(((-730 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3846 ((-420 |#4|) |#4|))) (-793) (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175))))) (-308) (-949 (-952 |#3|) |#1| |#2|)) (T -730))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175)))))) (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-730 *4 *5 *6 *3)) (-4 *3 (-949 (-952 *6) *4 *5)))))
+(-10 -7 (-15 -3846 ((-420 |#4|) |#4|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-864 |#1|)) $) NIL)) (-3817 (((-1171 $) $ (-864 |#1|)) NIL) (((-1171 |#2|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-4282 (($ $) NIL (|has| |#2| (-558)))) (-2296 (((-112) $) NIL (|has| |#2| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-864 |#1|))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1778 (($ $) NIL (|has| |#2| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#2| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-864 |#1|) "failed") $) NIL)) (-3213 ((|#2| $) NIL) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-864 |#1|) $) NIL)) (-3095 (($ $ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-4162 (($ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#2| (-909)))) (-3406 (($ $ |#2| (-533 (-864 |#1|)) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-864 |#1|) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3972 (($ (-1171 |#2|) (-864 |#1|)) NIL) (($ (-1171 $) (-864 |#1|)) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#2| (-533 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-864 |#1|)) NIL)) (-3888 (((-533 (-864 |#1|)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-2450 (($ (-1 (-533 (-864 |#1|)) (-533 (-864 |#1|))) $) NIL)) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-3107 (((-3 (-864 |#1|) "failed") $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#2| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3057 (((-1157) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-864 |#1|)) (|:| -3388 (-771))) "failed") $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#2| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#2| (-909)))) (-4116 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-864 |#1|) |#2|) NIL) (($ $ (-644 (-864 |#1|)) (-644 |#2|)) NIL) (($ $ (-864 |#1|) $) NIL) (($ $ (-644 (-864 |#1|)) (-644 $)) NIL)) (-2018 (($ $ (-864 |#1|)) NIL (|has| |#2| (-172)))) (-2324 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-4297 (((-533 (-864 |#1|)) $) NIL) (((-771) $ (-864 |#1|)) NIL) (((-644 (-771)) $ (-644 (-864 |#1|))) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-864 |#1|) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-864 |#1|) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-1573 ((|#2| $) NIL (|has| |#2| (-454))) (($ $ (-864 |#1|)) NIL (|has| |#2| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-864 |#1|)) NIL) (($ $) NIL (|has| |#2| (-558))) (($ (-409 (-566))) NIL (-2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566))))))) (-2675 (((-644 |#2|) $) NIL)) (-2841 ((|#2| $ (-533 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#2| (-558)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-864 |#1|)) NIL) (($ $ (-644 (-864 |#1|))) NIL) (($ $ (-864 |#1|) (-771)) NIL) (($ $ (-644 (-864 |#1|)) (-644 (-771))) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
(((-731 |#1| |#2|) (-949 |#2| (-533 (-864 |#1|)) (-864 |#1|)) (-644 (-1175)) (-1049)) (T -731))
NIL
(-949 |#2| (-533 (-864 |#1|)) (-864 |#1|))
-((-2214 (((-2 (|:| -3920 (-952 |#3|)) (|:| -2156 (-952 |#3|))) |#4|) 14)) (-2890 ((|#4| |#4| |#2|) 33)) (-4126 ((|#4| (-409 (-952 |#3|)) |#2|) 64)) (-3063 ((|#4| (-1171 (-952 |#3|)) |#2|) 77)) (-2913 ((|#4| (-1171 |#4|) |#2|) 51)) (-2685 ((|#4| |#4| |#2|) 54)) (-1624 (((-420 |#4|) |#4|) 40)))
-(((-732 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2214 ((-2 (|:| -3920 (-952 |#3|)) (|:| -2156 (-952 |#3|))) |#4|)) (-15 -2685 (|#4| |#4| |#2|)) (-15 -2913 (|#4| (-1171 |#4|) |#2|)) (-15 -2890 (|#4| |#4| |#2|)) (-15 -3063 (|#4| (-1171 (-952 |#3|)) |#2|)) (-15 -4126 (|#4| (-409 (-952 |#3|)) |#2|)) (-15 -1624 ((-420 |#4|) |#4|))) (-793) (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)))) (-558) (-949 (-409 (-952 |#3|)) |#1| |#2|)) (T -732))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))) (-4 *6 (-558)) (-5 *2 (-420 *3)) (-5 *1 (-732 *4 *5 *6 *3)) (-4 *3 (-949 (-409 (-952 *6)) *4 *5)))) (-4126 (*1 *2 *3 *4) (-12 (-4 *6 (-558)) (-4 *2 (-949 *3 *5 *4)) (-5 *1 (-732 *5 *4 *6 *2)) (-5 *3 (-409 (-952 *6))) (-4 *5 (-793)) (-4 *4 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))))) (-3063 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 (-952 *6))) (-4 *6 (-558)) (-4 *2 (-949 (-409 (-952 *6)) *5 *4)) (-5 *1 (-732 *5 *4 *6 *2)) (-4 *5 (-793)) (-4 *4 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))))) (-2890 (*1 *2 *2 *3) (-12 (-4 *4 (-793)) (-4 *3 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))) (-4 *5 (-558)) (-5 *1 (-732 *4 *3 *5 *2)) (-4 *2 (-949 (-409 (-952 *5)) *4 *3)))) (-2913 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *2)) (-4 *2 (-949 (-409 (-952 *6)) *5 *4)) (-5 *1 (-732 *5 *4 *6 *2)) (-4 *5 (-793)) (-4 *4 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))) (-4 *6 (-558)))) (-2685 (*1 *2 *2 *3) (-12 (-4 *4 (-793)) (-4 *3 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))) (-4 *5 (-558)) (-5 *1 (-732 *4 *3 *5 *2)) (-4 *2 (-949 (-409 (-952 *5)) *4 *3)))) (-2214 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))) (-4 *6 (-558)) (-5 *2 (-2 (|:| -3920 (-952 *6)) (|:| -2156 (-952 *6)))) (-5 *1 (-732 *4 *5 *6 *3)) (-4 *3 (-949 (-409 (-952 *6)) *4 *5)))))
-(-10 -7 (-15 -2214 ((-2 (|:| -3920 (-952 |#3|)) (|:| -2156 (-952 |#3|))) |#4|)) (-15 -2685 (|#4| |#4| |#2|)) (-15 -2913 (|#4| (-1171 |#4|) |#2|)) (-15 -2890 (|#4| |#4| |#2|)) (-15 -3063 (|#4| (-1171 (-952 |#3|)) |#2|)) (-15 -4126 (|#4| (-409 (-952 |#3|)) |#2|)) (-15 -1624 ((-420 |#4|) |#4|)))
-((-1624 (((-420 |#4|) |#4|) 54)))
-(((-733 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1624 ((-420 |#4|) |#4|))) (-793) (-850) (-13 (-308) (-147)) (-949 (-409 |#3|) |#1| |#2|)) (T -733))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-13 (-308) (-147))) (-5 *2 (-420 *3)) (-5 *1 (-733 *4 *5 *6 *3)) (-4 *3 (-949 (-409 *6) *4 *5)))))
-(-10 -7 (-15 -1624 ((-420 |#4|) |#4|)))
-((-2319 (((-735 |#2| |#3|) (-1 |#2| |#1|) (-735 |#1| |#3|)) 18)))
-(((-734 |#1| |#2| |#3|) (-10 -7 (-15 -2319 ((-735 |#2| |#3|) (-1 |#2| |#1|) (-735 |#1| |#3|)))) (-1049) (-1049) (-726)) (T -734))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-735 *5 *7)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-4 *7 (-726)) (-5 *2 (-735 *6 *7)) (-5 *1 (-734 *5 *6 *7)))))
-(-10 -7 (-15 -2319 ((-735 |#2| |#3|) (-1 |#2| |#1|) (-735 |#1| |#3|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 38)) (-4152 (((-644 (-2 (|:| -2397 |#1|) (|:| -4325 |#2|))) $) 39)) (-3967 (((-3 $ "failed") $ $) NIL)) (-3870 (((-771)) 22 (-12 (|has| |#2| (-370)) (|has| |#1| (-370))))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) 78) (((-3 |#1| "failed") $) 81)) (-4158 ((|#2| $) NIL) ((|#1| $) NIL)) (-2814 (($ $) 104 (|has| |#2| (-850)))) (-3245 (((-3 $ "failed") $) 87)) (-2715 (($) 50 (-12 (|has| |#2| (-370)) (|has| |#1| (-370))))) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) 72)) (-1587 (((-644 $) $) 54)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| |#2|) 17)) (-2319 (($ (-1 |#1| |#1|) $) 70)) (-1866 (((-921) $) 45 (-12 (|has| |#2| (-370)) (|has| |#1| (-370))))) (-2784 ((|#2| $) 103 (|has| |#2| (-850)))) (-2794 ((|#1| $) 102 (|has| |#2| (-850)))) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) 37 (-12 (|has| |#2| (-370)) (|has| |#1| (-370))))) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 101) (($ (-566)) 61) (($ |#2|) 57) (($ |#1|) 58) (($ (-644 (-2 (|:| -2397 |#1|) (|:| -4325 |#2|)))) 11)) (-1643 (((-644 |#1|) $) 56)) (-2271 ((|#1| $ |#2|) 117)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 12 T CONST)) (-4366 (($) 46 T CONST)) (-2914 (((-112) $ $) 107)) (-3012 (($ $) 63) (($ $ $) NIL)) (-3002 (($ $ $) 35)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 68) (($ $ $) 120) (($ |#1| $) 65 (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
-(((-735 |#1| |#2|) (-13 (-1049) (-1038 |#2|) (-1038 |#1|) (-10 -8 (-15 -1746 ($ |#1| |#2|)) (-15 -2271 (|#1| $ |#2|)) (-15 -3152 ($ (-644 (-2 (|:| -2397 |#1|) (|:| -4325 |#2|))))) (-15 -4152 ((-644 (-2 (|:| -2397 |#1|) (|:| -4325 |#2|))) $)) (-15 -2319 ($ (-1 |#1| |#1|) $)) (-15 -2497 ((-112) $)) (-15 -1643 ((-644 |#1|) $)) (-15 -1587 ((-644 $) $)) (-15 -3039 ((-771) $)) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-370)) (IF (|has| |#2| (-370)) (-6 (-370)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-850)) (PROGN (-15 -2784 (|#2| $)) (-15 -2794 (|#1| $)) (-15 -2814 ($ $))) |%noBranch|))) (-1049) (-726)) (T -735))
-((-1746 (*1 *1 *2 *3) (-12 (-5 *1 (-735 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-726)))) (-2271 (*1 *2 *1 *3) (-12 (-4 *2 (-1049)) (-5 *1 (-735 *2 *3)) (-4 *3 (-726)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2397 *3) (|:| -4325 *4)))) (-4 *3 (-1049)) (-4 *4 (-726)) (-5 *1 (-735 *3 *4)))) (-4152 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| -2397 *3) (|:| -4325 *4)))) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-735 *3 *4)) (-4 *4 (-726)))) (-2497 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-1643 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-1587 (*1 *2 *1) (-12 (-5 *2 (-644 (-735 *3 *4))) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-3039 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-2784 (*1 *2 *1) (-12 (-4 *2 (-726)) (-4 *2 (-850)) (-5 *1 (-735 *3 *2)) (-4 *3 (-1049)))) (-2794 (*1 *2 *1) (-12 (-4 *2 (-1049)) (-5 *1 (-735 *2 *3)) (-4 *3 (-850)) (-4 *3 (-726)))) (-2814 (*1 *1 *1) (-12 (-5 *1 (-735 *2 *3)) (-4 *3 (-850)) (-4 *2 (-1049)) (-4 *3 (-726)))))
-(-13 (-1049) (-1038 |#2|) (-1038 |#1|) (-10 -8 (-15 -1746 ($ |#1| |#2|)) (-15 -2271 (|#1| $ |#2|)) (-15 -3152 ($ (-644 (-2 (|:| -2397 |#1|) (|:| -4325 |#2|))))) (-15 -4152 ((-644 (-2 (|:| -2397 |#1|) (|:| -4325 |#2|))) $)) (-15 -2319 ($ (-1 |#1| |#1|) $)) (-15 -2497 ((-112) $)) (-15 -1643 ((-644 |#1|) $)) (-15 -1587 ((-644 $) $)) (-15 -3039 ((-771) $)) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-370)) (IF (|has| |#2| (-370)) (-6 (-370)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-850)) (PROGN (-15 -2784 (|#2| $)) (-15 -2794 (|#1| $)) (-15 -2814 ($ $))) |%noBranch|)))
-((-2988 (((-112) $ $) 19)) (-1775 (($ |#1| $) 77) (($ $ |#1|) 76) (($ $ $) 75)) (-3495 (($ $ $) 73)) (-2515 (((-112) $ $) 74)) (-1504 (((-112) $ (-771)) 8)) (-3690 (($ (-644 |#1|)) 69) (($) 68)) (-2995 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3322 (($ $) 63)) (-3942 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ |#1| $) 48 (|has| $ (-6 -4414))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4414)))) (-2622 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4414)))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3546 (((-112) $ $) 65)) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22)) (-1997 (($ $ $) 70)) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41) (($ |#1| $ (-771)) 64)) (-4072 (((-1119) $) 21)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1352 (((-644 (-2 (|:| -2636 |#1|) (|:| -4083 (-771)))) $) 62)) (-2048 (($ $ |#1|) 72) (($ $ $) 71)) (-1792 (($) 50) (($ (-644 |#1|)) 49)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 51)) (-3152 (((-862) $) 18)) (-1692 (($ (-644 |#1|)) 67) (($) 66)) (-3044 (((-112) $ $) 23)) (-2948 (($ (-644 |#1|)) 43)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20)) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-3532 (((-2 (|:| -1307 (-952 |#3|)) (|:| -4238 (-952 |#3|))) |#4|) 14)) (-2590 ((|#4| |#4| |#2|) 33)) (-2520 ((|#4| (-409 (-952 |#3|)) |#2|) 64)) (-2846 ((|#4| (-1171 (-952 |#3|)) |#2|) 77)) (-2856 ((|#4| (-1171 |#4|) |#2|) 51)) (-1398 ((|#4| |#4| |#2|) 54)) (-3846 (((-420 |#4|) |#4|) 40)))
+(((-732 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3532 ((-2 (|:| -1307 (-952 |#3|)) (|:| -4238 (-952 |#3|))) |#4|)) (-15 -1398 (|#4| |#4| |#2|)) (-15 -2856 (|#4| (-1171 |#4|) |#2|)) (-15 -2590 (|#4| |#4| |#2|)) (-15 -2846 (|#4| (-1171 (-952 |#3|)) |#2|)) (-15 -2520 (|#4| (-409 (-952 |#3|)) |#2|)) (-15 -3846 ((-420 |#4|) |#4|))) (-793) (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)))) (-558) (-949 (-409 (-952 |#3|)) |#1| |#2|)) (T -732))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))) (-4 *6 (-558)) (-5 *2 (-420 *3)) (-5 *1 (-732 *4 *5 *6 *3)) (-4 *3 (-949 (-409 (-952 *6)) *4 *5)))) (-2520 (*1 *2 *3 *4) (-12 (-4 *6 (-558)) (-4 *2 (-949 *3 *5 *4)) (-5 *1 (-732 *5 *4 *6 *2)) (-5 *3 (-409 (-952 *6))) (-4 *5 (-793)) (-4 *4 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))))) (-2846 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 (-952 *6))) (-4 *6 (-558)) (-4 *2 (-949 (-409 (-952 *6)) *5 *4)) (-5 *1 (-732 *5 *4 *6 *2)) (-4 *5 (-793)) (-4 *4 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))))) (-2590 (*1 *2 *2 *3) (-12 (-4 *4 (-793)) (-4 *3 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))) (-4 *5 (-558)) (-5 *1 (-732 *4 *3 *5 *2)) (-4 *2 (-949 (-409 (-952 *5)) *4 *3)))) (-2856 (*1 *2 *3 *4) (-12 (-5 *3 (-1171 *2)) (-4 *2 (-949 (-409 (-952 *6)) *5 *4)) (-5 *1 (-732 *5 *4 *6 *2)) (-4 *5 (-793)) (-4 *4 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))) (-4 *6 (-558)))) (-1398 (*1 *2 *2 *3) (-12 (-4 *4 (-793)) (-4 *3 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))) (-4 *5 (-558)) (-5 *1 (-732 *4 *3 *5 *2)) (-4 *2 (-949 (-409 (-952 *5)) *4 *3)))) (-3532 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))) (-4 *6 (-558)) (-5 *2 (-2 (|:| -1307 (-952 *6)) (|:| -4238 (-952 *6)))) (-5 *1 (-732 *4 *5 *6 *3)) (-4 *3 (-949 (-409 (-952 *6)) *4 *5)))))
+(-10 -7 (-15 -3532 ((-2 (|:| -1307 (-952 |#3|)) (|:| -4238 (-952 |#3|))) |#4|)) (-15 -1398 (|#4| |#4| |#2|)) (-15 -2856 (|#4| (-1171 |#4|) |#2|)) (-15 -2590 (|#4| |#4| |#2|)) (-15 -2846 (|#4| (-1171 (-952 |#3|)) |#2|)) (-15 -2520 (|#4| (-409 (-952 |#3|)) |#2|)) (-15 -3846 ((-420 |#4|) |#4|)))
+((-3846 (((-420 |#4|) |#4|) 54)))
+(((-733 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3846 ((-420 |#4|) |#4|))) (-793) (-850) (-13 (-308) (-147)) (-949 (-409 |#3|) |#1| |#2|)) (T -733))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-13 (-308) (-147))) (-5 *2 (-420 *3)) (-5 *1 (-733 *4 *5 *6 *3)) (-4 *3 (-949 (-409 *6) *4 *5)))))
+(-10 -7 (-15 -3846 ((-420 |#4|) |#4|)))
+((-1895 (((-735 |#2| |#3|) (-1 |#2| |#1|) (-735 |#1| |#3|)) 18)))
+(((-734 |#1| |#2| |#3|) (-10 -7 (-15 -1895 ((-735 |#2| |#3|) (-1 |#2| |#1|) (-735 |#1| |#3|)))) (-1049) (-1049) (-726)) (T -734))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-735 *5 *7)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-4 *7 (-726)) (-5 *2 (-735 *6 *7)) (-5 *1 (-734 *5 *6 *7)))))
+(-10 -7 (-15 -1895 ((-735 |#2| |#3|) (-1 |#2| |#1|) (-735 |#1| |#3|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 38)) (-1639 (((-644 (-2 (|:| -2651 |#1|) (|:| -3399 |#2|))) $) 39)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3571 (((-771)) 22 (-12 (|has| |#2| (-370)) (|has| |#1| (-370))))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) 78) (((-3 |#1| "failed") $) 81)) (-3213 ((|#2| $) NIL) ((|#1| $) NIL)) (-4162 (($ $) 104 (|has| |#2| (-850)))) (-4185 (((-3 $ "failed") $) 87)) (-3341 (($) 50 (-12 (|has| |#2| (-370)) (|has| |#1| (-370))))) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) 72)) (-3400 (((-644 $) $) 54)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| |#2|) 17)) (-1895 (($ (-1 |#1| |#1|) $) 70)) (-4350 (((-921) $) 45 (-12 (|has| |#2| (-370)) (|has| |#1| (-370))))) (-4125 ((|#2| $) 103 (|has| |#2| (-850)))) (-4137 ((|#1| $) 102 (|has| |#2| (-850)))) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) 37 (-12 (|has| |#2| (-370)) (|has| |#1| (-370))))) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 101) (($ (-566)) 61) (($ |#2|) 57) (($ |#1|) 58) (($ (-644 (-2 (|:| -2651 |#1|) (|:| -3399 |#2|)))) 11)) (-2675 (((-644 |#1|) $) 56)) (-2841 ((|#1| $ |#2|) 117)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 12 T CONST)) (-3424 (($) 46 T CONST)) (-2868 (((-112) $ $) 107)) (-2977 (($ $) 63) (($ $ $) NIL)) (-2964 (($ $ $) 35)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 68) (($ $ $) 120) (($ |#1| $) 65 (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
+(((-735 |#1| |#2|) (-13 (-1049) (-1038 |#2|) (-1038 |#1|) (-10 -8 (-15 -3959 ($ |#1| |#2|)) (-15 -2841 (|#1| $ |#2|)) (-15 -1650 ($ (-644 (-2 (|:| -2651 |#1|) (|:| -3399 |#2|))))) (-15 -1639 ((-644 (-2 (|:| -2651 |#1|) (|:| -3399 |#2|))) $)) (-15 -1895 ($ (-1 |#1| |#1|) $)) (-15 -3220 ((-112) $)) (-15 -2675 ((-644 |#1|) $)) (-15 -3400 ((-644 $) $)) (-15 -2606 ((-771) $)) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-370)) (IF (|has| |#2| (-370)) (-6 (-370)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-850)) (PROGN (-15 -4125 (|#2| $)) (-15 -4137 (|#1| $)) (-15 -4162 ($ $))) |%noBranch|))) (-1049) (-726)) (T -735))
+((-3959 (*1 *1 *2 *3) (-12 (-5 *1 (-735 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-726)))) (-2841 (*1 *2 *1 *3) (-12 (-4 *2 (-1049)) (-5 *1 (-735 *2 *3)) (-4 *3 (-726)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2651 *3) (|:| -3399 *4)))) (-4 *3 (-1049)) (-4 *4 (-726)) (-5 *1 (-735 *3 *4)))) (-1639 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| -2651 *3) (|:| -3399 *4)))) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-735 *3 *4)) (-4 *4 (-726)))) (-3220 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-2675 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-3400 (*1 *2 *1) (-12 (-5 *2 (-644 (-735 *3 *4))) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-2606 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726)))) (-4125 (*1 *2 *1) (-12 (-4 *2 (-726)) (-4 *2 (-850)) (-5 *1 (-735 *3 *2)) (-4 *3 (-1049)))) (-4137 (*1 *2 *1) (-12 (-4 *2 (-1049)) (-5 *1 (-735 *2 *3)) (-4 *3 (-850)) (-4 *3 (-726)))) (-4162 (*1 *1 *1) (-12 (-5 *1 (-735 *2 *3)) (-4 *3 (-850)) (-4 *2 (-1049)) (-4 *3 (-726)))))
+(-13 (-1049) (-1038 |#2|) (-1038 |#1|) (-10 -8 (-15 -3959 ($ |#1| |#2|)) (-15 -2841 (|#1| $ |#2|)) (-15 -1650 ($ (-644 (-2 (|:| -2651 |#1|) (|:| -3399 |#2|))))) (-15 -1639 ((-644 (-2 (|:| -2651 |#1|) (|:| -3399 |#2|))) $)) (-15 -1895 ($ (-1 |#1| |#1|) $)) (-15 -3220 ((-112) $)) (-15 -2675 ((-644 |#1|) $)) (-15 -3400 ((-644 $) $)) (-15 -2606 ((-771) $)) (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-370)) (IF (|has| |#2| (-370)) (-6 (-370)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-850)) (PROGN (-15 -4125 (|#2| $)) (-15 -4137 (|#1| $)) (-15 -4162 ($ $))) |%noBranch|)))
+((-4124 (((-112) $ $) 19)) (-2826 (($ |#1| $) 77) (($ $ |#1|) 76) (($ $ $) 75)) (-1729 (($ $ $) 73)) (-3381 (((-112) $ $) 74)) (-3874 (((-112) $ (-771)) 8)) (-2730 (($ (-644 |#1|)) 69) (($) 68)) (-3503 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3723 (($ $) 63)) (-3640 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ |#1| $) 48 (|has| $ (-6 -4415))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4415)))) (-1837 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4415)))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-4132 (((-112) $ $) 65)) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22)) (-1980 (($ $ $) 70)) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41) (($ |#1| $ (-771)) 64)) (-2029 (((-1119) $) 21)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-2969 (((-644 (-2 (|:| -2303 |#1|) (|:| -2037 (-771)))) $) 62)) (-2419 (($ $ |#1|) 72) (($ $ $) 71)) (-1708 (($) 50) (($ (-644 |#1|)) 49)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 51)) (-1650 (((-862) $) 18)) (-3907 (($ (-644 |#1|)) 67) (($) 66)) (-2657 (((-112) $ $) 23)) (-3173 (($ (-644 |#1|)) 43)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20)) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-736 |#1|) (-140) (-1099)) (T -736))
NIL
(-13 (-695 |t#1|) (-1097 |t#1|))
-(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-695 |#1|) . T) ((-1097 |#1|) . T) ((-1099) . T) ((-1214) . T))
-((-2988 (((-112) $ $) NIL)) (-1775 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 95)) (-3495 (($ $ $) 99)) (-2515 (((-112) $ $) 107)) (-1504 (((-112) $ (-771)) NIL)) (-3690 (($ (-644 |#1|)) 26) (($) 17)) (-2995 (($ (-1 (-112) |#1|) $) 83 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3322 (($ $) 85)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3512 (($ |#1| $) 70 (|has| $ (-6 -4414))) (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4414))) (($ |#1| $ (-566)) 75) (($ (-1 (-112) |#1|) $ (-566)) 78)) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (($ |#1| $ (-566)) 80) (($ (-1 (-112) |#1|) $ (-566)) 81)) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-1683 (((-644 |#1|) $) 32 (|has| $ (-6 -4414)))) (-3546 (((-112) $ $) 106)) (-2670 (($) 15) (($ |#1|) 28) (($ (-644 |#1|)) 23)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) 38)) (-1602 (((-112) |#1| $) 65 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) 88 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 89)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-1997 (($ $ $) 97)) (-3278 ((|#1| $) 62)) (-3888 (($ |#1| $) 63) (($ |#1| $ (-771)) 86)) (-4072 (((-1119) $) NIL)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1973 ((|#1| $) 61)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 56)) (-3493 (($) 14)) (-1352 (((-644 (-2 (|:| -2636 |#1|) (|:| -4083 (-771)))) $) 55)) (-2048 (($ $ |#1|) NIL) (($ $ $) 98)) (-1792 (($) 16) (($ (-644 |#1|)) 25)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) 68 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) 79)) (-2376 (((-538) $) 36 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 22)) (-3152 (((-862) $) 49)) (-1692 (($ (-644 |#1|)) 27) (($) 18)) (-3044 (((-112) $ $) NIL)) (-2948 (($ (-644 |#1|)) 24)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 103)) (-3000 (((-771) $) 67 (|has| $ (-6 -4414)))))
-(((-737 |#1|) (-13 (-736 |#1|) (-10 -8 (-6 -4414) (-6 -4415) (-15 -2670 ($)) (-15 -2670 ($ |#1|)) (-15 -2670 ($ (-644 |#1|))) (-15 -3491 ((-644 |#1|) $)) (-15 -2622 ($ |#1| $ (-566))) (-15 -2622 ($ (-1 (-112) |#1|) $ (-566))) (-15 -3512 ($ |#1| $ (-566))) (-15 -3512 ($ (-1 (-112) |#1|) $ (-566))))) (-1099)) (T -737))
-((-2670 (*1 *1) (-12 (-5 *1 (-737 *2)) (-4 *2 (-1099)))) (-2670 (*1 *1 *2) (-12 (-5 *1 (-737 *2)) (-4 *2 (-1099)))) (-2670 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-737 *3)))) (-3491 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-737 *3)) (-4 *3 (-1099)))) (-2622 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-737 *2)) (-4 *2 (-1099)))) (-2622 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-566)) (-4 *4 (-1099)) (-5 *1 (-737 *4)))) (-3512 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-737 *2)) (-4 *2 (-1099)))) (-3512 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-566)) (-4 *4 (-1099)) (-5 *1 (-737 *4)))))
-(-13 (-736 |#1|) (-10 -8 (-6 -4414) (-6 -4415) (-15 -2670 ($)) (-15 -2670 ($ |#1|)) (-15 -2670 ($ (-644 |#1|))) (-15 -3491 ((-644 |#1|) $)) (-15 -2622 ($ |#1| $ (-566))) (-15 -2622 ($ (-1 (-112) |#1|) $ (-566))) (-15 -3512 ($ |#1| $ (-566))) (-15 -3512 ($ (-1 (-112) |#1|) $ (-566)))))
-((-3713 (((-1269) (-1157)) 8)))
-(((-738) (-10 -7 (-15 -3713 ((-1269) (-1157))))) (T -738))
-((-3713 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-738)))))
-(-10 -7 (-15 -3713 ((-1269) (-1157))))
-((-2706 (((-644 |#1|) (-644 |#1|) (-644 |#1|)) 15)))
-(((-739 |#1|) (-10 -7 (-15 -2706 ((-644 |#1|) (-644 |#1|) (-644 |#1|)))) (-850)) (T -739))
-((-2706 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-739 *3)))))
-(-10 -7 (-15 -2706 ((-644 |#1|) (-644 |#1|) (-644 |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1771 (((-644 |#2|) $) 148)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 141 (|has| |#1| (-558)))) (-2161 (($ $) 140 (|has| |#1| (-558)))) (-2345 (((-112) $) 138 (|has| |#1| (-558)))) (-3963 (($ $) 97 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 80 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) 20)) (-1635 (($ $) 79 (|has| |#1| (-38 (-409 (-566)))))) (-3941 (($ $) 96 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 81 (|has| |#1| (-38 (-409 (-566)))))) (-3986 (($ $) 95 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 82 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) 18 T CONST)) (-2814 (($ $) 132)) (-3245 (((-3 $ "failed") $) 37)) (-2016 (((-952 |#1|) $ (-771)) 110) (((-952 |#1|) $ (-771) (-771)) 109)) (-3772 (((-112) $) 149)) (-2281 (($) 107 (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-771) $ |#2|) 112) (((-771) $ |#2| (-771)) 111)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 78 (|has| |#1| (-38 (-409 (-566)))))) (-2497 (((-112) $) 130)) (-1746 (($ $ (-644 |#2|) (-644 (-533 |#2|))) 147) (($ $ |#2| (-533 |#2|)) 146) (($ |#1| (-533 |#2|)) 131) (($ $ |#2| (-771)) 114) (($ $ (-644 |#2|) (-644 (-771))) 113)) (-2319 (($ (-1 |#1| |#1|) $) 129)) (-3619 (($ $) 104 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) 127)) (-2794 ((|#1| $) 126)) (-3380 (((-1157) $) 10)) (-3313 (($ $ |#2|) 108 (|has| |#1| (-38 (-409 (-566)))))) (-4072 (((-1119) $) 11)) (-3369 (($ $ (-771)) 115)) (-2978 (((-3 $ "failed") $ $) 142 (|has| |#1| (-558)))) (-3521 (($ $) 105 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (($ $ |#2| $) 123) (($ $ (-644 |#2|) (-644 $)) 122) (($ $ (-644 (-295 $))) 121) (($ $ (-295 $)) 120) (($ $ $ $) 119) (($ $ (-644 $) (-644 $)) 118)) (-3629 (($ $ |#2|) 46) (($ $ (-644 |#2|)) 45) (($ $ |#2| (-771)) 44) (($ $ (-644 |#2|) (-644 (-771))) 43)) (-3902 (((-533 |#2|) $) 128)) (-3996 (($ $) 94 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 83 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 93 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 84 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 92 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 85 (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) 150)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 145 (|has| |#1| (-172))) (($ $) 143 (|has| |#1| (-558))) (($ (-409 (-566))) 135 (|has| |#1| (-38 (-409 (-566)))))) (-2271 ((|#1| $ (-533 |#2|)) 133) (($ $ |#2| (-771)) 117) (($ $ (-644 |#2|) (-644 (-771))) 116)) (-2633 (((-3 $ "failed") $) 144 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4032 (($ $) 103 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 91 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) 139 (|has| |#1| (-558)))) (-4008 (($ $) 102 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 90 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 101 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 89 (|has| |#1| (-38 (-409 (-566)))))) (-3964 (($ $) 100 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 88 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 99 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 87 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 98 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 86 (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ |#2|) 42) (($ $ (-644 |#2|)) 41) (($ $ |#2| (-771)) 40) (($ $ (-644 |#2|) (-644 (-771))) 39)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 134 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ $) 106 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 77 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 137 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 136 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 125) (($ $ |#1|) 124)))
+(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-695 |#1|) . T) ((-1097 |#1|) . T) ((-1099) . T) ((-1215) . T))
+((-4124 (((-112) $ $) NIL)) (-2826 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 95)) (-1729 (($ $ $) 99)) (-3381 (((-112) $ $) 107)) (-3874 (((-112) $ (-771)) NIL)) (-2730 (($ (-644 |#1|)) 26) (($) 17)) (-3503 (($ (-1 (-112) |#1|) $) 83 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-3723 (($ $) 85)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1867 (($ |#1| $) 70 (|has| $ (-6 -4415))) (($ (-1 (-112) |#1|) $) 77 (|has| $ (-6 -4415))) (($ |#1| $ (-566)) 75) (($ (-1 (-112) |#1|) $ (-566)) 78)) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (($ |#1| $ (-566)) 80) (($ (-1 (-112) |#1|) $ (-566)) 81)) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-3953 (((-644 |#1|) $) 32 (|has| $ (-6 -4415)))) (-4132 (((-112) $ $) 106)) (-2400 (($) 15) (($ |#1|) 28) (($ (-644 |#1|)) 23)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) 38)) (-3566 (((-112) |#1| $) 65 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) 88 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 89)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-1980 (($ $ $) 97)) (-3252 ((|#1| $) 62)) (-4165 (($ |#1| $) 63) (($ |#1| $ (-771)) 86)) (-2029 (((-1119) $) NIL)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-2967 ((|#1| $) 61)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 56)) (-1710 (($) 14)) (-2969 (((-644 (-2 (|:| -2303 |#1|) (|:| -2037 (-771)))) $) 55)) (-2419 (($ $ |#1|) NIL) (($ $ $) 98)) (-1708 (($) 16) (($ (-644 |#1|)) 25)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) 68 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) 79)) (-1945 (((-538) $) 36 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 22)) (-1650 (((-862) $) 49)) (-3907 (($ (-644 |#1|)) 27) (($) 18)) (-2657 (((-112) $ $) NIL)) (-3173 (($ (-644 |#1|)) 24)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 103)) (-4142 (((-771) $) 67 (|has| $ (-6 -4415)))))
+(((-737 |#1|) (-13 (-736 |#1|) (-10 -8 (-6 -4415) (-6 -4416) (-15 -2400 ($)) (-15 -2400 ($ |#1|)) (-15 -2400 ($ (-644 |#1|))) (-15 -1690 ((-644 |#1|) $)) (-15 -1837 ($ |#1| $ (-566))) (-15 -1837 ($ (-1 (-112) |#1|) $ (-566))) (-15 -1867 ($ |#1| $ (-566))) (-15 -1867 ($ (-1 (-112) |#1|) $ (-566))))) (-1099)) (T -737))
+((-2400 (*1 *1) (-12 (-5 *1 (-737 *2)) (-4 *2 (-1099)))) (-2400 (*1 *1 *2) (-12 (-5 *1 (-737 *2)) (-4 *2 (-1099)))) (-2400 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-737 *3)))) (-1690 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-737 *3)) (-4 *3 (-1099)))) (-1837 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-737 *2)) (-4 *2 (-1099)))) (-1837 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-566)) (-4 *4 (-1099)) (-5 *1 (-737 *4)))) (-1867 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-737 *2)) (-4 *2 (-1099)))) (-1867 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-566)) (-4 *4 (-1099)) (-5 *1 (-737 *4)))))
+(-13 (-736 |#1|) (-10 -8 (-6 -4415) (-6 -4416) (-15 -2400 ($)) (-15 -2400 ($ |#1|)) (-15 -2400 ($ (-644 |#1|))) (-15 -1690 ((-644 |#1|) $)) (-15 -1837 ($ |#1| $ (-566))) (-15 -1837 ($ (-1 (-112) |#1|) $ (-566))) (-15 -1867 ($ |#1| $ (-566))) (-15 -1867 ($ (-1 (-112) |#1|) $ (-566)))))
+((-2148 (((-1270) (-1157)) 8)))
+(((-738) (-10 -7 (-15 -2148 ((-1270) (-1157))))) (T -738))
+((-2148 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-738)))))
+(-10 -7 (-15 -2148 ((-1270) (-1157))))
+((-1584 (((-644 |#1|) (-644 |#1|) (-644 |#1|)) 15)))
+(((-739 |#1|) (-10 -7 (-15 -1584 ((-644 |#1|) (-644 |#1|) (-644 |#1|)))) (-850)) (T -739))
+((-1584 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-739 *3)))))
+(-10 -7 (-15 -1584 ((-644 |#1|) (-644 |#1|) (-644 |#1|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3981 (((-644 |#2|) $) 148)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 141 (|has| |#1| (-558)))) (-4282 (($ $) 140 (|has| |#1| (-558)))) (-2296 (((-112) $) 138 (|has| |#1| (-558)))) (-4175 (($ $) 97 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 80 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) 20)) (-3856 (($ $) 79 (|has| |#1| (-38 (-409 (-566)))))) (-4153 (($ $) 96 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 81 (|has| |#1| (-38 (-409 (-566)))))) (-4198 (($ $) 95 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 82 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) 18 T CONST)) (-4162 (($ $) 132)) (-4185 (((-3 $ "failed") $) 37)) (-2396 (((-952 |#1|) $ (-771)) 110) (((-952 |#1|) $ (-771) (-771)) 109)) (-2445 (((-112) $) 149)) (-2528 (($) 107 (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-771) $ |#2|) 112) (((-771) $ |#2| (-771)) 111)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 78 (|has| |#1| (-38 (-409 (-566)))))) (-3220 (((-112) $) 130)) (-3959 (($ $ (-644 |#2|) (-644 (-533 |#2|))) 147) (($ $ |#2| (-533 |#2|)) 146) (($ |#1| (-533 |#2|)) 131) (($ $ |#2| (-771)) 114) (($ $ (-644 |#2|) (-644 (-771))) 113)) (-1895 (($ (-1 |#1| |#1|) $) 129)) (-1658 (($ $) 104 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) 127)) (-4137 ((|#1| $) 126)) (-3057 (((-1157) $) 10)) (-3613 (($ $ |#2|) 108 (|has| |#1| (-38 (-409 (-566)))))) (-2029 (((-1119) $) 11)) (-2929 (($ $ (-771)) 115)) (-4116 (((-3 $ "failed") $ $) 142 (|has| |#1| (-558)))) (-1983 (($ $) 105 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (($ $ |#2| $) 123) (($ $ (-644 |#2|) (-644 $)) 122) (($ $ (-644 (-295 $))) 121) (($ $ (-295 $)) 120) (($ $ $ $) 119) (($ $ (-644 $) (-644 $)) 118)) (-2324 (($ $ |#2|) 46) (($ $ (-644 |#2|)) 45) (($ $ |#2| (-771)) 44) (($ $ (-644 |#2|) (-644 (-771))) 43)) (-4297 (((-533 |#2|) $) 128)) (-4209 (($ $) 94 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 83 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 93 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 84 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 92 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 85 (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) 150)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 145 (|has| |#1| (-172))) (($ $) 143 (|has| |#1| (-558))) (($ (-409 (-566))) 135 (|has| |#1| (-38 (-409 (-566)))))) (-2841 ((|#1| $ (-533 |#2|)) 133) (($ $ |#2| (-771)) 117) (($ $ (-644 |#2|) (-644 (-771))) 116)) (-2097 (((-3 $ "failed") $) 144 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-4241 (($ $) 103 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 91 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) 139 (|has| |#1| (-558)))) (-4220 (($ $) 102 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 90 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 101 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 89 (|has| |#1| (-38 (-409 (-566)))))) (-2462 (($ $) 100 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 88 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 99 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 87 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 98 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 86 (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ |#2|) 42) (($ $ (-644 |#2|)) 41) (($ $ |#2| (-771)) 40) (($ $ (-644 |#2|) (-644 (-771))) 39)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 134 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ $) 106 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 77 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 137 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 136 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 125) (($ $ |#1|) 124)))
(((-740 |#1| |#2|) (-140) (-1049) (-850)) (T -740))
-((-2271 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *2)) (-4 *4 (-1049)) (-4 *2 (-850)))) (-2271 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *5)) (-5 *3 (-644 (-771))) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-850)))) (-3369 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-740 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-850)))) (-1746 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *2)) (-4 *4 (-1049)) (-4 *2 (-850)))) (-1746 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *5)) (-5 *3 (-644 (-771))) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-850)))) (-2679 (*1 *2 *1 *3) (-12 (-4 *1 (-740 *4 *3)) (-4 *4 (-1049)) (-4 *3 (-850)) (-5 *2 (-771)))) (-2679 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-771)) (-4 *1 (-740 *4 *3)) (-4 *4 (-1049)) (-4 *3 (-850)))) (-2016 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-850)) (-5 *2 (-952 *4)))) (-2016 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-850)) (-5 *2 (-952 *4)))) (-3313 (*1 *1 *1 *2) (-12 (-4 *1 (-740 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-850)) (-4 *3 (-38 (-409 (-566)))))))
-(-13 (-900 |t#2|) (-973 |t#1| (-533 |t#2|) |t#2|) (-516 |t#2| $) (-310 $) (-10 -8 (-15 -2271 ($ $ |t#2| (-771))) (-15 -2271 ($ $ (-644 |t#2|) (-644 (-771)))) (-15 -3369 ($ $ (-771))) (-15 -1746 ($ $ |t#2| (-771))) (-15 -1746 ($ $ (-644 |t#2|) (-644 (-771)))) (-15 -2679 ((-771) $ |t#2|)) (-15 -2679 ((-771) $ |t#2| (-771))) (-15 -2016 ((-952 |t#1|) $ (-771))) (-15 -2016 ((-952 |t#1|) $ (-771) (-771))) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $ |t#2|)) (-6 (-1002)) (-6 (-1199))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-533 |#2|)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-291) |has| |#1| (-558)) ((-310 $) . T) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-516 |#2| $) . T) ((-516 $ $) . T) ((-558) |has| |#1| (-558)) ((-646 #1#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #1#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-900 |#2|) . T) ((-973 |#1| #0# |#2|) . T) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1051 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1199) |has| |#1| (-38 (-409 (-566)))) ((-1202) |has| |#1| (-38 (-409 (-566)))))
-((-1624 (((-420 (-1171 |#4|)) (-1171 |#4|)) 30) (((-420 |#4|) |#4|) 26)))
-(((-741 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1624 ((-420 |#4|) |#4|)) (-15 -1624 ((-420 (-1171 |#4|)) (-1171 |#4|)))) (-850) (-793) (-13 (-308) (-147)) (-949 |#3| |#2| |#1|)) (T -741))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-741 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-1624 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-13 (-308) (-147))) (-5 *2 (-420 *3)) (-5 *1 (-741 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4)))))
-(-10 -7 (-15 -1624 ((-420 |#4|) |#4|)) (-15 -1624 ((-420 (-1171 |#4|)) (-1171 |#4|))))
-((-3956 (((-420 |#4|) |#4| |#2|) 142)) (-1373 (((-420 |#4|) |#4|) NIL)) (-1364 (((-420 (-1171 |#4|)) (-1171 |#4|)) 127) (((-420 |#4|) |#4|) 52)) (-1625 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-644 (-2 (|:| -1624 (-1171 |#4|)) (|:| -2201 (-566)))))) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|))) 81)) (-1567 (((-1171 |#3|) (-1171 |#3|) (-566)) 168)) (-3121 (((-644 (-771)) (-1171 |#4|) (-644 |#2|) (-771)) 75)) (-2860 (((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-1171 |#3|) (-1171 |#3|) |#4| (-644 |#2|) (-644 (-771)) (-644 |#3|)) 79)) (-3836 (((-2 (|:| |upol| (-1171 |#3|)) (|:| |Lval| (-644 |#3|)) (|:| |Lfact| (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566))))) (|:| |ctpol| |#3|)) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|))) 27)) (-4022 (((-2 (|:| -3877 (-1171 |#4|)) (|:| |polval| (-1171 |#3|))) (-1171 |#4|) (-1171 |#3|) (-566)) 72)) (-1353 (((-566) (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566))))) 164)) (-2725 ((|#4| (-566) (-420 |#4|)) 73)) (-2124 (((-112) (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566)))) (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566))))) NIL)))
-(((-742 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1364 ((-420 |#4|) |#4|)) (-15 -1364 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -1373 ((-420 |#4|) |#4|)) (-15 -1353 ((-566) (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566)))))) (-15 -3956 ((-420 |#4|) |#4| |#2|)) (-15 -4022 ((-2 (|:| -3877 (-1171 |#4|)) (|:| |polval| (-1171 |#3|))) (-1171 |#4|) (-1171 |#3|) (-566))) (-15 -1625 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-644 (-2 (|:| -1624 (-1171 |#4|)) (|:| -2201 (-566)))))) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|)))) (-15 -3836 ((-2 (|:| |upol| (-1171 |#3|)) (|:| |Lval| (-644 |#3|)) (|:| |Lfact| (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566))))) (|:| |ctpol| |#3|)) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|)))) (-15 -2725 (|#4| (-566) (-420 |#4|))) (-15 -2124 ((-112) (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566)))) (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566)))))) (-15 -2860 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-1171 |#3|) (-1171 |#3|) |#4| (-644 |#2|) (-644 (-771)) (-644 |#3|))) (-15 -3121 ((-644 (-771)) (-1171 |#4|) (-644 |#2|) (-771))) (-15 -1567 ((-1171 |#3|) (-1171 |#3|) (-566)))) (-793) (-850) (-308) (-949 |#3| |#1| |#2|)) (T -742))
-((-1567 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 *6)) (-5 *3 (-566)) (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-3121 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-4 *7 (-850)) (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793)) (-4 *8 (-308)) (-5 *2 (-644 (-771))) (-5 *1 (-742 *6 *7 *8 *9)) (-5 *5 (-771)))) (-2860 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1171 *11)) (-5 *6 (-644 *10)) (-5 *7 (-644 (-771))) (-5 *8 (-644 *11)) (-4 *10 (-850)) (-4 *11 (-308)) (-4 *9 (-793)) (-4 *5 (-949 *11 *9 *10)) (-5 *2 (-644 (-1171 *5))) (-5 *1 (-742 *9 *10 *11 *5)) (-5 *3 (-1171 *5)))) (-2124 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-2 (|:| -1624 (-1171 *6)) (|:| -2201 (-566))))) (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-2725 (*1 *2 *3 *4) (-12 (-5 *3 (-566)) (-5 *4 (-420 *2)) (-4 *2 (-949 *7 *5 *6)) (-5 *1 (-742 *5 *6 *7 *2)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-308)))) (-3836 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-5 *5 (-644 (-644 *8))) (-4 *7 (-850)) (-4 *8 (-308)) (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793)) (-5 *2 (-2 (|:| |upol| (-1171 *8)) (|:| |Lval| (-644 *8)) (|:| |Lfact| (-644 (-2 (|:| -1624 (-1171 *8)) (|:| -2201 (-566))))) (|:| |ctpol| *8))) (-5 *1 (-742 *6 *7 *8 *9)))) (-1625 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-644 *7)) (-5 *5 (-644 (-644 *8))) (-4 *7 (-850)) (-4 *8 (-308)) (-4 *6 (-793)) (-4 *9 (-949 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-644 (-2 (|:| -1624 (-1171 *9)) (|:| -2201 (-566))))))) (-5 *1 (-742 *6 *7 *8 *9)) (-5 *3 (-1171 *9)))) (-4022 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-566)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-308)) (-4 *9 (-949 *8 *6 *7)) (-5 *2 (-2 (|:| -3877 (-1171 *9)) (|:| |polval| (-1171 *8)))) (-5 *1 (-742 *6 *7 *8 *9)) (-5 *3 (-1171 *9)) (-5 *4 (-1171 *8)))) (-3956 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-742 *5 *4 *6 *3)) (-4 *3 (-949 *6 *5 *4)))) (-1353 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -1624 (-1171 *6)) (|:| -2201 (-566))))) (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-566)) (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-1373 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-949 *6 *4 *5)))) (-1364 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-742 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-1364 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-949 *6 *4 *5)))))
-(-10 -7 (-15 -1364 ((-420 |#4|) |#4|)) (-15 -1364 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -1373 ((-420 |#4|) |#4|)) (-15 -1353 ((-566) (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566)))))) (-15 -3956 ((-420 |#4|) |#4| |#2|)) (-15 -4022 ((-2 (|:| -3877 (-1171 |#4|)) (|:| |polval| (-1171 |#3|))) (-1171 |#4|) (-1171 |#3|) (-566))) (-15 -1625 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-644 (-2 (|:| -1624 (-1171 |#4|)) (|:| -2201 (-566)))))) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|)))) (-15 -3836 ((-2 (|:| |upol| (-1171 |#3|)) (|:| |Lval| (-644 |#3|)) (|:| |Lfact| (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566))))) (|:| |ctpol| |#3|)) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|)))) (-15 -2725 (|#4| (-566) (-420 |#4|))) (-15 -2124 ((-112) (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566)))) (-644 (-2 (|:| -1624 (-1171 |#3|)) (|:| -2201 (-566)))))) (-15 -2860 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-1171 |#3|) (-1171 |#3|) |#4| (-644 |#2|) (-644 (-771)) (-644 |#3|))) (-15 -3121 ((-644 (-771)) (-1171 |#4|) (-644 |#2|) (-771))) (-15 -1567 ((-1171 |#3|) (-1171 |#3|) (-566))))
-((-4090 (($ $ (-921)) 17)))
-(((-743 |#1| |#2|) (-10 -8 (-15 -4090 (|#1| |#1| (-921)))) (-744 |#2|) (-172)) (T -743))
-NIL
-(-10 -8 (-15 -4090 (|#1| |#1| (-921))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-1856 (($ $ (-921)) 31)) (-4090 (($ $ (-921)) 38)) (-3270 (($ $ (-921)) 32)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2527 (($ $ $) 28)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-3876 (($ $ $ $) 29)) (-1471 (($ $ $) 27)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 33)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
+((-2841 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *2)) (-4 *4 (-1049)) (-4 *2 (-850)))) (-2841 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *5)) (-5 *3 (-644 (-771))) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-850)))) (-2929 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-740 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-850)))) (-3959 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *2)) (-4 *4 (-1049)) (-4 *2 (-850)))) (-3959 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *5)) (-5 *3 (-644 (-771))) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-850)))) (-2464 (*1 *2 *1 *3) (-12 (-4 *1 (-740 *4 *3)) (-4 *4 (-1049)) (-4 *3 (-850)) (-5 *2 (-771)))) (-2464 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-771)) (-4 *1 (-740 *4 *3)) (-4 *4 (-1049)) (-4 *3 (-850)))) (-2396 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-850)) (-5 *2 (-952 *4)))) (-2396 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049)) (-4 *5 (-850)) (-5 *2 (-952 *4)))) (-3613 (*1 *1 *1 *2) (-12 (-4 *1 (-740 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-850)) (-4 *3 (-38 (-409 (-566)))))))
+(-13 (-900 |t#2|) (-973 |t#1| (-533 |t#2|) |t#2|) (-516 |t#2| $) (-310 $) (-10 -8 (-15 -2841 ($ $ |t#2| (-771))) (-15 -2841 ($ $ (-644 |t#2|) (-644 (-771)))) (-15 -2929 ($ $ (-771))) (-15 -3959 ($ $ |t#2| (-771))) (-15 -3959 ($ $ (-644 |t#2|) (-644 (-771)))) (-15 -2464 ((-771) $ |t#2|)) (-15 -2464 ((-771) $ |t#2| (-771))) (-15 -2396 ((-952 |t#1|) $ (-771))) (-15 -2396 ((-952 |t#1|) $ (-771) (-771))) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $ |t#2|)) (-6 (-1002)) (-6 (-1200))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-533 |#2|)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-291) |has| |#1| (-558)) ((-310 $) . T) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-516 |#2| $) . T) ((-516 $ $) . T) ((-558) |has| |#1| (-558)) ((-646 #1#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #1#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-900 |#2|) . T) ((-973 |#1| #0# |#2|) . T) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1051 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1200) |has| |#1| (-38 (-409 (-566)))) ((-1203) |has| |#1| (-38 (-409 (-566)))))
+((-3846 (((-420 (-1171 |#4|)) (-1171 |#4|)) 30) (((-420 |#4|) |#4|) 26)))
+(((-741 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3846 ((-420 |#4|) |#4|)) (-15 -3846 ((-420 (-1171 |#4|)) (-1171 |#4|)))) (-850) (-793) (-13 (-308) (-147)) (-949 |#3| |#2| |#1|)) (T -741))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-741 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-3846 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-13 (-308) (-147))) (-5 *2 (-420 *3)) (-5 *1 (-741 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4)))))
+(-10 -7 (-15 -3846 ((-420 |#4|) |#4|)) (-15 -3846 ((-420 (-1171 |#4|)) (-1171 |#4|))))
+((-3475 (((-420 |#4|) |#4| |#2|) 142)) (-3739 (((-420 |#4|) |#4|) NIL)) (-1615 (((-420 (-1171 |#4|)) (-1171 |#4|)) 127) (((-420 |#4|) |#4|) 52)) (-2481 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-644 (-2 (|:| -3846 (-1171 |#4|)) (|:| -3388 (-566)))))) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|))) 81)) (-3222 (((-1171 |#3|) (-1171 |#3|) (-566)) 168)) (-2226 (((-644 (-771)) (-1171 |#4|) (-644 |#2|) (-771)) 75)) (-1924 (((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-1171 |#3|) (-1171 |#3|) |#4| (-644 |#2|) (-644 (-771)) (-644 |#3|)) 79)) (-1784 (((-2 (|:| |upol| (-1171 |#3|)) (|:| |Lval| (-644 |#3|)) (|:| |Lfact| (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566))))) (|:| |ctpol| |#3|)) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|))) 27)) (-2817 (((-2 (|:| -4066 (-1171 |#4|)) (|:| |polval| (-1171 |#3|))) (-1171 |#4|) (-1171 |#3|) (-566)) 72)) (-4123 (((-566) (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566))))) 164)) (-1745 ((|#4| (-566) (-420 |#4|)) 73)) (-3898 (((-112) (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566)))) (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566))))) NIL)))
+(((-742 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1615 ((-420 |#4|) |#4|)) (-15 -1615 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -3739 ((-420 |#4|) |#4|)) (-15 -4123 ((-566) (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566)))))) (-15 -3475 ((-420 |#4|) |#4| |#2|)) (-15 -2817 ((-2 (|:| -4066 (-1171 |#4|)) (|:| |polval| (-1171 |#3|))) (-1171 |#4|) (-1171 |#3|) (-566))) (-15 -2481 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-644 (-2 (|:| -3846 (-1171 |#4|)) (|:| -3388 (-566)))))) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|)))) (-15 -1784 ((-2 (|:| |upol| (-1171 |#3|)) (|:| |Lval| (-644 |#3|)) (|:| |Lfact| (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566))))) (|:| |ctpol| |#3|)) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|)))) (-15 -1745 (|#4| (-566) (-420 |#4|))) (-15 -3898 ((-112) (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566)))) (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566)))))) (-15 -1924 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-1171 |#3|) (-1171 |#3|) |#4| (-644 |#2|) (-644 (-771)) (-644 |#3|))) (-15 -2226 ((-644 (-771)) (-1171 |#4|) (-644 |#2|) (-771))) (-15 -3222 ((-1171 |#3|) (-1171 |#3|) (-566)))) (-793) (-850) (-308) (-949 |#3| |#1| |#2|)) (T -742))
+((-3222 (*1 *2 *2 *3) (-12 (-5 *2 (-1171 *6)) (-5 *3 (-566)) (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-2226 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-4 *7 (-850)) (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793)) (-4 *8 (-308)) (-5 *2 (-644 (-771))) (-5 *1 (-742 *6 *7 *8 *9)) (-5 *5 (-771)))) (-1924 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1171 *11)) (-5 *6 (-644 *10)) (-5 *7 (-644 (-771))) (-5 *8 (-644 *11)) (-4 *10 (-850)) (-4 *11 (-308)) (-4 *9 (-793)) (-4 *5 (-949 *11 *9 *10)) (-5 *2 (-644 (-1171 *5))) (-5 *1 (-742 *9 *10 *11 *5)) (-5 *3 (-1171 *5)))) (-3898 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-2 (|:| -3846 (-1171 *6)) (|:| -3388 (-566))))) (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)) (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-1745 (*1 *2 *3 *4) (-12 (-5 *3 (-566)) (-5 *4 (-420 *2)) (-4 *2 (-949 *7 *5 *6)) (-5 *1 (-742 *5 *6 *7 *2)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-308)))) (-1784 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-5 *5 (-644 (-644 *8))) (-4 *7 (-850)) (-4 *8 (-308)) (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793)) (-5 *2 (-2 (|:| |upol| (-1171 *8)) (|:| |Lval| (-644 *8)) (|:| |Lfact| (-644 (-2 (|:| -3846 (-1171 *8)) (|:| -3388 (-566))))) (|:| |ctpol| *8))) (-5 *1 (-742 *6 *7 *8 *9)))) (-2481 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-644 *7)) (-5 *5 (-644 (-644 *8))) (-4 *7 (-850)) (-4 *8 (-308)) (-4 *6 (-793)) (-4 *9 (-949 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-644 (-2 (|:| -3846 (-1171 *9)) (|:| -3388 (-566))))))) (-5 *1 (-742 *6 *7 *8 *9)) (-5 *3 (-1171 *9)))) (-2817 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-566)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-308)) (-4 *9 (-949 *8 *6 *7)) (-5 *2 (-2 (|:| -4066 (-1171 *9)) (|:| |polval| (-1171 *8)))) (-5 *1 (-742 *6 *7 *8 *9)) (-5 *3 (-1171 *9)) (-5 *4 (-1171 *8)))) (-3475 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-742 *5 *4 *6 *3)) (-4 *3 (-949 *6 *5 *4)))) (-4123 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -3846 (-1171 *6)) (|:| -3388 (-566))))) (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-566)) (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-3739 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-949 *6 *4 *5)))) (-1615 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-742 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-1615 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-949 *6 *4 *5)))))
+(-10 -7 (-15 -1615 ((-420 |#4|) |#4|)) (-15 -1615 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -3739 ((-420 |#4|) |#4|)) (-15 -4123 ((-566) (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566)))))) (-15 -3475 ((-420 |#4|) |#4| |#2|)) (-15 -2817 ((-2 (|:| -4066 (-1171 |#4|)) (|:| |polval| (-1171 |#3|))) (-1171 |#4|) (-1171 |#3|) (-566))) (-15 -2481 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-644 (-2 (|:| -3846 (-1171 |#4|)) (|:| -3388 (-566)))))) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|)))) (-15 -1784 ((-2 (|:| |upol| (-1171 |#3|)) (|:| |Lval| (-644 |#3|)) (|:| |Lfact| (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566))))) (|:| |ctpol| |#3|)) (-1171 |#4|) (-644 |#2|) (-644 (-644 |#3|)))) (-15 -1745 (|#4| (-566) (-420 |#4|))) (-15 -3898 ((-112) (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566)))) (-644 (-2 (|:| -3846 (-1171 |#3|)) (|:| -3388 (-566)))))) (-15 -1924 ((-3 (-644 (-1171 |#4|)) "failed") (-1171 |#4|) (-1171 |#3|) (-1171 |#3|) |#4| (-644 |#2|) (-644 (-771)) (-644 |#3|))) (-15 -2226 ((-644 (-771)) (-1171 |#4|) (-644 |#2|) (-771))) (-15 -3222 ((-1171 |#3|) (-1171 |#3|) (-566))))
+((-2215 (($ $ (-921)) 17)))
+(((-743 |#1| |#2|) (-10 -8 (-15 -2215 (|#1| |#1| (-921)))) (-744 |#2|) (-172)) (T -743))
+NIL
+(-10 -8 (-15 -2215 (|#1| |#1| (-921))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4268 (($ $ (-921)) 31)) (-2215 (($ $ (-921)) 38)) (-3172 (($ $ (-921)) 32)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-3528 (($ $ $) 28)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-4052 (($ $ $ $) 29)) (-1641 (($ $ $) 27)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 33)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30) (($ $ |#1|) 40) (($ |#1| $) 39)))
(((-744 |#1|) (-140) (-172)) (T -744))
-((-4090 (*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-744 *3)) (-4 *3 (-172)))))
-(-13 (-761) (-717 |t#1|) (-10 -8 (-15 -4090 ($ $ (-921)))))
+((-2215 (*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-744 *3)) (-4 *3 (-172)))))
+(-13 (-761) (-717 |t#1|) (-10 -8 (-15 -2215 ($ $ (-921)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-648 |#1|) . T) ((-640 |#1|) . T) ((-717 |#1|) . T) ((-720) . T) ((-761) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1099) . T))
-((-1883 (((-1035) (-689 (-225)) (-566) (-112) (-566)) 25)) (-1481 (((-1035) (-689 (-225)) (-566) (-112) (-566)) 24)))
-(((-745) (-10 -7 (-15 -1481 ((-1035) (-689 (-225)) (-566) (-112) (-566))) (-15 -1883 ((-1035) (-689 (-225)) (-566) (-112) (-566))))) (T -745))
-((-1883 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-112)) (-5 *2 (-1035)) (-5 *1 (-745)))) (-1481 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-112)) (-5 *2 (-1035)) (-5 *1 (-745)))))
-(-10 -7 (-15 -1481 ((-1035) (-689 (-225)) (-566) (-112) (-566))) (-15 -1883 ((-1035) (-689 (-225)) (-566) (-112) (-566))))
-((-2223 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN)))) 43)) (-3673 (((-1035) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN)))) 39)) (-3697 (((-1035) (-225) (-225) (-225) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) 32)))
-(((-746) (-10 -7 (-15 -3697 ((-1035) (-225) (-225) (-225) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -3673 ((-1035) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN))))) (-15 -2223 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN))))))) (T -746))
-((-2223 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1035)) (-5 *1 (-746)))) (-3673 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1035)) (-5 *1 (-746)))) (-3697 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) (-5 *2 (-1035)) (-5 *1 (-746)))))
-(-10 -7 (-15 -3697 ((-1035) (-225) (-225) (-225) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -3673 ((-1035) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN))))) (-15 -2223 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN))))))
-((-3711 (((-1035) (-566) (-566) (-689 (-225)) (-566)) 34)) (-4078 (((-1035) (-566) (-566) (-689 (-225)) (-566)) 33)) (-4255 (((-1035) (-566) (-689 (-225)) (-566)) 32)) (-1332 (((-1035) (-566) (-689 (-225)) (-566)) 31)) (-2470 (((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 30)) (-2976 (((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 29)) (-3604 (((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566)) 28)) (-3246 (((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566)) 27)) (-2637 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 24)) (-3559 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566)) 23)) (-2624 (((-1035) (-566) (-689 (-225)) (-566)) 22)) (-3312 (((-1035) (-566) (-689 (-225)) (-566)) 21)))
-(((-747) (-10 -7 (-15 -3312 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -2624 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -3559 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2637 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3246 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3604 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2976 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2470 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1332 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -4255 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -4078 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -3711 ((-1035) (-566) (-566) (-689 (-225)) (-566))))) (T -747))
-((-3711 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-4078 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-4255 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-1332 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-2470 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-2976 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-3604 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-3246 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-2637 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-3559 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-2624 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-3312 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))))
-(-10 -7 (-15 -3312 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -2624 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -3559 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2637 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3246 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3604 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2976 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2470 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1332 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -4255 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -4078 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -3711 ((-1035) (-566) (-566) (-689 (-225)) (-566))))
-((-1596 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN)))) 52)) (-2687 (((-1035) (-689 (-225)) (-689 (-225)) (-566) (-566)) 51)) (-3784 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN)))) 50)) (-3444 (((-1035) (-225) (-225) (-566) (-566) (-566) (-566)) 46)) (-1898 (((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) 45)) (-2742 (((-1035) (-225) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) 44)) (-3288 (((-1035) (-225) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) 43)) (-3878 (((-1035) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) 42)) (-2572 (((-1035) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) 38)) (-3122 (((-1035) (-225) (-225) (-566) (-689 (-225)) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) 37)) (-3367 (((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) 33)) (-2202 (((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) 32)))
-(((-748) (-10 -7 (-15 -2202 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -3367 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -3122 ((-1035) (-225) (-225) (-566) (-689 (-225)) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -2572 ((-1035) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -3878 ((-1035) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -3288 ((-1035) (-225) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -2742 ((-1035) (-225) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -1898 ((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -3444 ((-1035) (-225) (-225) (-566) (-566) (-566) (-566))) (-15 -3784 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))) (-15 -2687 ((-1035) (-689 (-225)) (-689 (-225)) (-566) (-566))) (-15 -1596 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))))) (T -748))
-((-1596 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-2687 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-748)))) (-3784 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-3444 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-748)))) (-1898 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-2742 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-3288 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-3878 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-2572 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-3122 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-748)))) (-3367 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-2202 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) (-5 *2 (-1035)) (-5 *1 (-748)))))
-(-10 -7 (-15 -2202 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -3367 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -3122 ((-1035) (-225) (-225) (-566) (-689 (-225)) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -2572 ((-1035) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))) (-15 -3878 ((-1035) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -3288 ((-1035) (-225) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -2742 ((-1035) (-225) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -1898 ((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -3444 ((-1035) (-225) (-225) (-566) (-566) (-566) (-566))) (-15 -3784 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))) (-15 -2687 ((-1035) (-689 (-225)) (-689 (-225)) (-566) (-566))) (-15 -1596 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))))
-((-3969 (((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP)))) 76)) (-1622 (((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))) (-390) (-390)) 69) (((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL)))) 68)) (-3138 (((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG)))) 57)) (-3076 (((-1035) (-689 (-225)) (-689 (-225)) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) 50)) (-3172 (((-1035) (-225) (-566) (-566) (-1157) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) 49)) (-4239 (((-1035) (-225) (-566) (-566) (-225) (-1157) (-225) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) 45)) (-2829 (((-1035) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) 42)) (-2340 (((-1035) (-225) (-566) (-566) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) 38)))
-(((-749) (-10 -7 (-15 -2340 ((-1035) (-225) (-566) (-566) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -2829 ((-1035) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))) (-15 -4239 ((-1035) (-225) (-566) (-566) (-225) (-1157) (-225) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -3172 ((-1035) (-225) (-566) (-566) (-1157) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -3076 ((-1035) (-689 (-225)) (-689 (-225)) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))) (-15 -3138 ((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG))))) (-15 -1622 ((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))))) (-15 -1622 ((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))) (-390) (-390))) (-15 -3969 ((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP))))))) (T -749))
-((-3969 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP)))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-1622 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL)))) (-5 *8 (-390)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-1622 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL)))) (-5 *2 (-1035)) (-5 *1 (-749)))) (-3138 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-3076 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1035)) (-5 *1 (-749)))) (-3172 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-689 (-225))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-4239 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-689 (-225))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-2829 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-2340 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
-(-10 -7 (-15 -2340 ((-1035) (-225) (-566) (-566) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -2829 ((-1035) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))) (-15 -4239 ((-1035) (-225) (-566) (-566) (-225) (-1157) (-225) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -3172 ((-1035) (-225) (-566) (-566) (-1157) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -3076 ((-1035) (-689 (-225)) (-689 (-225)) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))) (-15 -3138 ((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG))))) (-15 -1622 ((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))))) (-15 -1622 ((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))) (-390) (-390))) (-15 -3969 ((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP))))))
-((-1609 (((-1035) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-675 (-225)) (-566)) 45)) (-2383 (((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-1157) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY)))) 41)) (-4148 (((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 23)))
-(((-750) (-10 -7 (-15 -4148 ((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2383 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-1157) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY))))) (-15 -1609 ((-1035) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-675 (-225)) (-566))))) (T -750))
-((-1609 (*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 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-675 (-225))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-750)))) (-2383 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1035)) (-5 *1 (-750)))) (-4148 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-750)))))
-(-10 -7 (-15 -4148 ((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2383 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-1157) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY))))) (-15 -1609 ((-1035) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-675 (-225)) (-566))))
-((-2574 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-689 (-225)) (-225) (-225) (-566)) 35)) (-1787 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-225) (-225) (-566)) 34)) (-2412 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-689 (-225)) (-225) (-225) (-566)) 33)) (-2471 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 29)) (-4033 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 28)) (-3776 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566)) 27)) (-4064 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566)) 24)) (-3096 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566)) 23)) (-2149 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566)) 22)) (-2417 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566)) 21)))
-(((-751) (-10 -7 (-15 -2417 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))) (-15 -2149 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3096 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -4064 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -3776 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566))) (-15 -4033 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2471 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2412 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-689 (-225)) (-225) (-225) (-566))) (-15 -1787 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-225) (-225) (-566))) (-15 -2574 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-689 (-225)) (-225) (-225) (-566))))) (T -751))
-((-2574 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-751)))) (-1787 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-751)))) (-2412 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *6 (-225)) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-751)))) (-2471 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-4033 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-3776 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-751)))) (-4064 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-3096 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-2149 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-2417 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))))
-(-10 -7 (-15 -2417 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))) (-15 -2149 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3096 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -4064 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -3776 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566))) (-15 -4033 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2471 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2412 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-689 (-225)) (-225) (-225) (-566))) (-15 -1787 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-225) (-225) (-566))) (-15 -2574 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-689 (-225)) (-225) (-225) (-566))))
-((-2262 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566)) 45)) (-4285 (((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-566)) 44)) (-2959 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566)) 43)) (-4081 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 42)) (-3358 (((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566)) 41)) (-1929 (((-1035) (-1157) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566)) 40)) (-3304 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566) (-566) (-566) (-225) (-689 (-225)) (-566)) 39)) (-4207 (((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566))) 38)) (-3415 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566)) 35)) (-1496 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566)) 34)) (-1601 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566)) 33)) (-3422 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 32)) (-4301 (((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566)) 31)) (-2003 (((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-566)) 30)) (-4263 (((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-566) (-566) (-566)) 29)) (-2174 (((-1035) (-566) (-566) (-566) (-225) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-566)) (-566) (-566) (-566)) 28)) (-4287 (((-1035) (-566) (-689 (-225)) (-225) (-566)) 24)) (-1428 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 21)))
-(((-752) (-10 -7 (-15 -1428 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4287 ((-1035) (-566) (-689 (-225)) (-225) (-566))) (-15 -2174 ((-1035) (-566) (-566) (-566) (-225) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-566)) (-566) (-566) (-566))) (-15 -4263 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-566) (-566) (-566))) (-15 -2003 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-566))) (-15 -4301 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566))) (-15 -3422 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1601 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566))) (-15 -1496 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566))) (-15 -3415 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4207 ((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)))) (-15 -3304 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566) (-566) (-566) (-225) (-689 (-225)) (-566))) (-15 -1929 ((-1035) (-1157) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566))) (-15 -3358 ((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4081 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2959 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))) (-15 -4285 ((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2262 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))))) (T -752))
-((-2262 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-4285 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-2959 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-4081 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3358 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-1929 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-225)) (-5 *7 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3304 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *6 (-225)) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-4207 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-225)) (-5 *7 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3415 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-1496 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-1601 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3422 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-4301 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-2003 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-4263 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-2174 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566))) (-5 *3 (-566)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-4287 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-1428 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))))
-(-10 -7 (-15 -1428 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4287 ((-1035) (-566) (-689 (-225)) (-225) (-566))) (-15 -2174 ((-1035) (-566) (-566) (-566) (-225) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-566)) (-566) (-566) (-566))) (-15 -4263 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-566) (-566) (-566))) (-15 -2003 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-566))) (-15 -4301 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566))) (-15 -3422 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1601 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566))) (-15 -1496 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566))) (-15 -3415 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4207 ((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)))) (-15 -3304 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566) (-566) (-566) (-225) (-689 (-225)) (-566))) (-15 -1929 ((-1035) (-1157) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566))) (-15 -3358 ((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4081 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2959 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))) (-15 -4285 ((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2262 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))))
-((-2452 (((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-566) (-689 (-225)) (-566)) 63)) (-2750 (((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-112) (-225) (-566) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-566) (-566) (-566) (-566) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN)))) 62)) (-4311 (((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-112) (-112) (-566) (-566) (-689 (-225)) (-689 (-566)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS)))) 58)) (-4355 (((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-566) (-566) (-689 (-225)) (-566)) 51)) (-1817 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1)))) 50)) (-3723 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2)))) 46)) (-3194 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1)))) 42)) (-1939 (((-1035) (-566) (-225) (-225) (-566) (-225) (-112) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN)))) 38)))
-(((-753) (-10 -7 (-15 -1939 ((-1035) (-566) (-225) (-225) (-566) (-225) (-112) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))) (-15 -3194 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1))))) (-15 -3723 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2))))) (-15 -1817 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1))))) (-15 -4355 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-566) (-566) (-689 (-225)) (-566))) (-15 -4311 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-112) (-112) (-566) (-566) (-689 (-225)) (-689 (-566)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS))))) (-15 -2750 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-112) (-225) (-566) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-566) (-566) (-566) (-566) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))) (-15 -2452 ((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-566) (-689 (-225)) (-566))))) (T -753))
-((-2452 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))) (-2750 (*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 (-689 (-225))) (-5 *5 (-112)) (-5 *6 (-225)) (-5 *7 (-689 (-566))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN)))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-753)))) (-4311 (*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 (-689 (-225))) (-5 *6 (-112)) (-5 *7 (-689 (-566))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS)))) (-5 *3 (-566)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))) (-4355 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-112)) (-5 *2 (-1035)) (-5 *1 (-753)))) (-1817 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1)))) (-5 *2 (-1035)) (-5 *1 (-753)))) (-3723 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2)))) (-5 *2 (-1035)) (-5 *1 (-753)))) (-3194 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1)))) (-5 *2 (-1035)) (-5 *1 (-753)))) (-1939 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-566)) (-5 *5 (-112)) (-5 *6 (-689 (-225))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN)))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))))
-(-10 -7 (-15 -1939 ((-1035) (-566) (-225) (-225) (-566) (-225) (-112) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))) (-15 -3194 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1))))) (-15 -3723 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2))))) (-15 -1817 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1))))) (-15 -4355 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-566) (-566) (-689 (-225)) (-566))) (-15 -4311 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-112) (-112) (-566) (-566) (-689 (-225)) (-689 (-566)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS))))) (-15 -2750 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-112) (-225) (-566) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-566) (-566) (-566) (-566) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))) (-15 -2452 ((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-566) (-689 (-225)) (-566))))
-((-2807 (((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566)) 47)) (-1738 (((-1035) (-1157) (-1157) (-566) (-566) (-689 (-169 (-225))) (-566) (-689 (-169 (-225))) (-566) (-566) (-689 (-169 (-225))) (-566)) 46)) (-1867 (((-1035) (-566) (-566) (-566) (-689 (-169 (-225))) (-566)) 45)) (-3536 (((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 40)) (-2283 (((-1035) (-1157) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)) (-566)) 39)) (-3854 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-566)) 36)) (-3015 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566)) 35)) (-3694 (((-1035) (-566) (-566) (-566) (-566) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-225) (-225) (-566)) 34)) (-2476 (((-1035) (-566) (-566) (-566) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-112) (-225) (-112) (-689 (-566)) (-689 (-225)) (-566)) 33)) (-3606 (((-1035) (-566) (-566) (-566) (-566) (-225) (-112) (-112) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-566)) 32)))
-(((-754) (-10 -7 (-15 -3606 ((-1035) (-566) (-566) (-566) (-566) (-225) (-112) (-112) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-566))) (-15 -2476 ((-1035) (-566) (-566) (-566) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-112) (-225) (-112) (-689 (-566)) (-689 (-225)) (-566))) (-15 -3694 ((-1035) (-566) (-566) (-566) (-566) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-225) (-225) (-566))) (-15 -3015 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566))) (-15 -3854 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-566))) (-15 -2283 ((-1035) (-1157) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)) (-566))) (-15 -3536 ((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1867 ((-1035) (-566) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -1738 ((-1035) (-1157) (-1157) (-566) (-566) (-689 (-169 (-225))) (-566) (-689 (-169 (-225))) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -2807 ((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566))))) (T -754))
-((-2807 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-1738 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-1867 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-3536 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-2283 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-3854 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-3015 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-754)))) (-3694 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-644 (-112))) (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566))) (-5 *7 (-225)) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-754)))) (-2476 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-689 (-566))) (-5 *5 (-112)) (-5 *7 (-689 (-225))) (-5 *3 (-566)) (-5 *6 (-225)) (-5 *2 (-1035)) (-5 *1 (-754)))) (-3606 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-644 (-112))) (-5 *7 (-689 (-225))) (-5 *8 (-689 (-566))) (-5 *3 (-566)) (-5 *4 (-225)) (-5 *5 (-112)) (-5 *2 (-1035)) (-5 *1 (-754)))))
-(-10 -7 (-15 -3606 ((-1035) (-566) (-566) (-566) (-566) (-225) (-112) (-112) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-566))) (-15 -2476 ((-1035) (-566) (-566) (-566) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-112) (-225) (-112) (-689 (-566)) (-689 (-225)) (-566))) (-15 -3694 ((-1035) (-566) (-566) (-566) (-566) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-225) (-225) (-566))) (-15 -3015 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566))) (-15 -3854 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-566))) (-15 -2283 ((-1035) (-1157) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)) (-566))) (-15 -3536 ((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1867 ((-1035) (-566) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -1738 ((-1035) (-1157) (-1157) (-566) (-566) (-689 (-169 (-225))) (-566) (-689 (-169 (-225))) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -2807 ((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566))))
-((-3921 (((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566)) 80)) (-4114 (((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566)) 69)) (-2526 (((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))) (-390)) 56) (((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) 55)) (-2885 (((-1035) (-566) (-566) (-566) (-225) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566)) 37)) (-2984 (((-1035) (-566) (-566) (-225) (-225) (-566) (-566) (-689 (-225)) (-566)) 33)) (-2447 (((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566) (-566)) 30)) (-3441 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 29)) (-2454 (((-1035) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 28)) (-3050 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 27)) (-3340 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566)) 26)) (-1297 (((-1035) (-566) (-566) (-689 (-225)) (-566)) 25)) (-2908 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 24)) (-2075 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 23)) (-2966 (((-1035) (-689 (-225)) (-566) (-566) (-566) (-566)) 22)) (-3179 (((-1035) (-566) (-566) (-689 (-225)) (-566)) 21)))
-(((-755) (-10 -7 (-15 -3179 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -2966 ((-1035) (-689 (-225)) (-566) (-566) (-566) (-566))) (-15 -2075 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2908 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1297 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -3340 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566))) (-15 -3050 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2454 ((-1035) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3441 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2447 ((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566) (-566))) (-15 -2984 ((-1035) (-566) (-566) (-225) (-225) (-566) (-566) (-689 (-225)) (-566))) (-15 -2885 ((-1035) (-566) (-566) (-566) (-225) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2526 ((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))))) (-15 -2526 ((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))) (-390))) (-15 -4114 ((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3921 ((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566))))) (T -755))
-((-3921 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-112)) (-5 *5 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-4114 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-112)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2526 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-390)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2526 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2885 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-566)) (-5 *5 (-112)) (-5 *6 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2984 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2447 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3441 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2454 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3050 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3340 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-1297 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2908 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2075 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2966 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3179 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))))
-(-10 -7 (-15 -3179 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -2966 ((-1035) (-689 (-225)) (-566) (-566) (-566) (-566))) (-15 -2075 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2908 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1297 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -3340 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566))) (-15 -3050 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2454 ((-1035) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3441 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2447 ((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566) (-566))) (-15 -2984 ((-1035) (-566) (-566) (-225) (-225) (-566) (-566) (-689 (-225)) (-566))) (-15 -2885 ((-1035) (-566) (-566) (-566) (-225) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2526 ((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))))) (-15 -2526 ((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))) (-390))) (-15 -4114 ((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3921 ((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566))))
-((-2443 (((-1035) (-566) (-566) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD)))) 64)) (-1483 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566)) 60)) (-2282 (((-1035) (-566) (-689 (-225)) (-112) (-225) (-566) (-566) (-566) (-566) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE)))) 59)) (-3113 (((-1035) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566)) 37)) (-4171 (((-1035) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-566)) 36)) (-2004 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 33)) (-3866 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225))) 32)) (-4219 (((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566)) 28)) (-2363 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566)) 27)) (-3181 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566)) 26)) (-1367 (((-1035) (-566) (-689 (-169 (-225))) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-566)) 22)))
-(((-756) (-10 -7 (-15 -1367 ((-1035) (-566) (-689 (-169 (-225))) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -3181 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -2363 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -4219 ((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566))) (-15 -3866 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)))) (-15 -2004 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4171 ((-1035) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3113 ((-1035) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566))) (-15 -2282 ((-1035) (-566) (-689 (-225)) (-112) (-225) (-566) (-566) (-566) (-566) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE))))) (-15 -1483 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566))) (-15 -2443 ((-1035) (-566) (-566) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD))))))) (T -756))
-((-2443 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD)))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-1483 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-2282 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-112)) (-5 *6 (-225)) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD)))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE)))) (-5 *2 (-1035)) (-5 *1 (-756)))) (-3113 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-4171 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-2004 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-756)))) (-3866 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-4219 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-2363 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-756)))) (-3181 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-756)))) (-1367 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-756)))))
-(-10 -7 (-15 -1367 ((-1035) (-566) (-689 (-169 (-225))) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -3181 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -2363 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -4219 ((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566))) (-15 -3866 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)))) (-15 -2004 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4171 ((-1035) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3113 ((-1035) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566))) (-15 -2282 ((-1035) (-566) (-689 (-225)) (-112) (-225) (-566) (-566) (-566) (-566) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE))))) (-15 -1483 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566))) (-15 -2443 ((-1035) (-566) (-566) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD))))))
-((-1598 (((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-566) (-689 (-225))) 29)) (-1902 (((-1035) (-1157) (-566) (-566) (-689 (-225))) 28)) (-2783 (((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-225))) 27)) (-3702 (((-1035) (-566) (-566) (-566) (-689 (-225))) 21)))
-(((-757) (-10 -7 (-15 -3702 ((-1035) (-566) (-566) (-566) (-689 (-225)))) (-15 -2783 ((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-225)))) (-15 -1902 ((-1035) (-1157) (-566) (-566) (-689 (-225)))) (-15 -1598 ((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)))))) (T -757))
-((-1598 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-757)))) (-1902 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-757)))) (-2783 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-757)))) (-3702 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-757)))))
-(-10 -7 (-15 -3702 ((-1035) (-566) (-566) (-566) (-689 (-225)))) (-15 -2783 ((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-225)))) (-15 -1902 ((-1035) (-1157) (-566) (-566) (-689 (-225)))) (-15 -1598 ((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)))))
-((-4132 (((-1035) (-225) (-225) (-225) (-225) (-566)) 62)) (-3948 (((-1035) (-225) (-225) (-225) (-566)) 61)) (-2495 (((-1035) (-225) (-225) (-225) (-566)) 60)) (-1868 (((-1035) (-225) (-225) (-566)) 59)) (-1662 (((-1035) (-225) (-566)) 58)) (-3201 (((-1035) (-225) (-566)) 57)) (-4268 (((-1035) (-225) (-566)) 56)) (-4323 (((-1035) (-225) (-566)) 55)) (-2810 (((-1035) (-225) (-566)) 54)) (-3348 (((-1035) (-225) (-566)) 53)) (-3927 (((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566)) 52)) (-1816 (((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566)) 51)) (-2944 (((-1035) (-225) (-566)) 50)) (-3139 (((-1035) (-225) (-566)) 49)) (-1544 (((-1035) (-225) (-566)) 48)) (-1742 (((-1035) (-225) (-566)) 47)) (-1548 (((-1035) (-566) (-225) (-169 (-225)) (-566) (-1157) (-566)) 46)) (-2862 (((-1035) (-1157) (-169 (-225)) (-1157) (-566)) 45)) (-1301 (((-1035) (-1157) (-169 (-225)) (-1157) (-566)) 44)) (-4179 (((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566)) 43)) (-2154 (((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566)) 42)) (-3789 (((-1035) (-225) (-566)) 39)) (-4163 (((-1035) (-225) (-566)) 38)) (-4067 (((-1035) (-225) (-566)) 37)) (-4376 (((-1035) (-225) (-566)) 36)) (-2180 (((-1035) (-225) (-566)) 35)) (-1747 (((-1035) (-225) (-566)) 34)) (-2923 (((-1035) (-225) (-566)) 33)) (-4118 (((-1035) (-225) (-566)) 32)) (-2537 (((-1035) (-225) (-566)) 31)) (-1350 (((-1035) (-225) (-566)) 30)) (-4276 (((-1035) (-225) (-225) (-225) (-566)) 29)) (-2062 (((-1035) (-225) (-566)) 28)) (-3229 (((-1035) (-225) (-566)) 27)) (-3461 (((-1035) (-225) (-566)) 26)) (-2932 (((-1035) (-225) (-566)) 25)) (-1391 (((-1035) (-225) (-566)) 24)) (-4015 (((-1035) (-169 (-225)) (-566)) 21)))
-(((-758) (-10 -7 (-15 -4015 ((-1035) (-169 (-225)) (-566))) (-15 -1391 ((-1035) (-225) (-566))) (-15 -2932 ((-1035) (-225) (-566))) (-15 -3461 ((-1035) (-225) (-566))) (-15 -3229 ((-1035) (-225) (-566))) (-15 -2062 ((-1035) (-225) (-566))) (-15 -4276 ((-1035) (-225) (-225) (-225) (-566))) (-15 -1350 ((-1035) (-225) (-566))) (-15 -2537 ((-1035) (-225) (-566))) (-15 -4118 ((-1035) (-225) (-566))) (-15 -2923 ((-1035) (-225) (-566))) (-15 -1747 ((-1035) (-225) (-566))) (-15 -2180 ((-1035) (-225) (-566))) (-15 -4376 ((-1035) (-225) (-566))) (-15 -4067 ((-1035) (-225) (-566))) (-15 -4163 ((-1035) (-225) (-566))) (-15 -3789 ((-1035) (-225) (-566))) (-15 -2154 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -4179 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -1301 ((-1035) (-1157) (-169 (-225)) (-1157) (-566))) (-15 -2862 ((-1035) (-1157) (-169 (-225)) (-1157) (-566))) (-15 -1548 ((-1035) (-566) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -1742 ((-1035) (-225) (-566))) (-15 -1544 ((-1035) (-225) (-566))) (-15 -3139 ((-1035) (-225) (-566))) (-15 -2944 ((-1035) (-225) (-566))) (-15 -1816 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -3927 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -3348 ((-1035) (-225) (-566))) (-15 -2810 ((-1035) (-225) (-566))) (-15 -4323 ((-1035) (-225) (-566))) (-15 -4268 ((-1035) (-225) (-566))) (-15 -3201 ((-1035) (-225) (-566))) (-15 -1662 ((-1035) (-225) (-566))) (-15 -1868 ((-1035) (-225) (-225) (-566))) (-15 -2495 ((-1035) (-225) (-225) (-225) (-566))) (-15 -3948 ((-1035) (-225) (-225) (-225) (-566))) (-15 -4132 ((-1035) (-225) (-225) (-225) (-225) (-566))))) (T -758))
-((-4132 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3948 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2495 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1868 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1662 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3201 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4268 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4323 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2810 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3348 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3927 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157)) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1816 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157)) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2944 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3139 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1544 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1742 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1548 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-566)) (-5 *5 (-169 (-225))) (-5 *6 (-1157)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2862 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1157)) (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1301 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1157)) (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4179 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157)) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2154 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157)) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3789 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4163 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4067 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4376 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2180 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1747 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2923 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4118 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2537 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1350 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4276 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2062 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3229 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3461 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2932 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1391 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4015 (*1 *2 *3 *4) (-12 (-5 *3 (-169 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(-10 -7 (-15 -4015 ((-1035) (-169 (-225)) (-566))) (-15 -1391 ((-1035) (-225) (-566))) (-15 -2932 ((-1035) (-225) (-566))) (-15 -3461 ((-1035) (-225) (-566))) (-15 -3229 ((-1035) (-225) (-566))) (-15 -2062 ((-1035) (-225) (-566))) (-15 -4276 ((-1035) (-225) (-225) (-225) (-566))) (-15 -1350 ((-1035) (-225) (-566))) (-15 -2537 ((-1035) (-225) (-566))) (-15 -4118 ((-1035) (-225) (-566))) (-15 -2923 ((-1035) (-225) (-566))) (-15 -1747 ((-1035) (-225) (-566))) (-15 -2180 ((-1035) (-225) (-566))) (-15 -4376 ((-1035) (-225) (-566))) (-15 -4067 ((-1035) (-225) (-566))) (-15 -4163 ((-1035) (-225) (-566))) (-15 -3789 ((-1035) (-225) (-566))) (-15 -2154 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -4179 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -1301 ((-1035) (-1157) (-169 (-225)) (-1157) (-566))) (-15 -2862 ((-1035) (-1157) (-169 (-225)) (-1157) (-566))) (-15 -1548 ((-1035) (-566) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -1742 ((-1035) (-225) (-566))) (-15 -1544 ((-1035) (-225) (-566))) (-15 -3139 ((-1035) (-225) (-566))) (-15 -2944 ((-1035) (-225) (-566))) (-15 -1816 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -3927 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -3348 ((-1035) (-225) (-566))) (-15 -2810 ((-1035) (-225) (-566))) (-15 -4323 ((-1035) (-225) (-566))) (-15 -4268 ((-1035) (-225) (-566))) (-15 -3201 ((-1035) (-225) (-566))) (-15 -1662 ((-1035) (-225) (-566))) (-15 -1868 ((-1035) (-225) (-225) (-566))) (-15 -2495 ((-1035) (-225) (-225) (-225) (-566))) (-15 -3948 ((-1035) (-225) (-225) (-225) (-566))) (-15 -4132 ((-1035) (-225) (-225) (-225) (-225) (-566))))
-((-3024 (((-1269)) 21)) (-3975 (((-1157)) 32)) (-2744 (((-1157)) 31)) (-2817 (((-1103) (-1175) (-689 (-566))) 46) (((-1103) (-1175) (-689 (-225))) 42)) (-2899 (((-112)) 19)) (-2799 (((-1157) (-1157)) 35)))
-(((-759) (-10 -7 (-15 -2744 ((-1157))) (-15 -3975 ((-1157))) (-15 -2799 ((-1157) (-1157))) (-15 -2817 ((-1103) (-1175) (-689 (-225)))) (-15 -2817 ((-1103) (-1175) (-689 (-566)))) (-15 -2899 ((-112))) (-15 -3024 ((-1269))))) (T -759))
-((-3024 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-759)))) (-2899 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-759)))) (-2817 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-689 (-566))) (-5 *2 (-1103)) (-5 *1 (-759)))) (-2817 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-689 (-225))) (-5 *2 (-1103)) (-5 *1 (-759)))) (-2799 (*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))) (-3975 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))) (-2744 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))))
-(-10 -7 (-15 -2744 ((-1157))) (-15 -3975 ((-1157))) (-15 -2799 ((-1157) (-1157))) (-15 -2817 ((-1103) (-1175) (-689 (-225)))) (-15 -2817 ((-1103) (-1175) (-689 (-566)))) (-15 -2899 ((-112))) (-15 -3024 ((-1269))))
-((-2527 (($ $ $) 10)) (-3876 (($ $ $ $) 9)) (-1471 (($ $ $) 12)))
-(((-760 |#1|) (-10 -8 (-15 -1471 (|#1| |#1| |#1|)) (-15 -2527 (|#1| |#1| |#1|)) (-15 -3876 (|#1| |#1| |#1| |#1|))) (-761)) (T -760))
-NIL
-(-10 -8 (-15 -1471 (|#1| |#1| |#1|)) (-15 -2527 (|#1| |#1| |#1|)) (-15 -3876 (|#1| |#1| |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-1856 (($ $ (-921)) 31)) (-3270 (($ $ (-921)) 32)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2527 (($ $ $) 28)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-3876 (($ $ $ $) 29)) (-1471 (($ $ $) 27)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 33)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30)))
+((-3266 (((-1035) (-689 (-225)) (-566) (-112) (-566)) 25)) (-1722 (((-1035) (-689 (-225)) (-566) (-112) (-566)) 24)))
+(((-745) (-10 -7 (-15 -1722 ((-1035) (-689 (-225)) (-566) (-112) (-566))) (-15 -3266 ((-1035) (-689 (-225)) (-566) (-112) (-566))))) (T -745))
+((-3266 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-112)) (-5 *2 (-1035)) (-5 *1 (-745)))) (-1722 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-112)) (-5 *2 (-1035)) (-5 *1 (-745)))))
+(-10 -7 (-15 -1722 ((-1035) (-689 (-225)) (-566) (-112) (-566))) (-15 -3266 ((-1035) (-689 (-225)) (-566) (-112) (-566))))
+((-3636 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN)))) 43)) (-2749 (((-1035) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN)))) 39)) (-2995 (((-1035) (-225) (-225) (-225) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) 32)))
+(((-746) (-10 -7 (-15 -2995 ((-1035) (-225) (-225) (-225) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -2749 ((-1035) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN))))) (-15 -3636 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN))))))) (T -746))
+((-3636 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1035)) (-5 *1 (-746)))) (-2749 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1035)) (-5 *1 (-746)))) (-2995 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) (-5 *2 (-1035)) (-5 *1 (-746)))))
+(-10 -7 (-15 -2995 ((-1035) (-225) (-225) (-225) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -2749 ((-1035) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN))))) (-15 -3636 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN))))))
+((-3145 (((-1035) (-566) (-566) (-689 (-225)) (-566)) 34)) (-2116 (((-1035) (-566) (-566) (-689 (-225)) (-566)) 33)) (-3302 (((-1035) (-566) (-689 (-225)) (-566)) 32)) (-2824 (((-1035) (-566) (-689 (-225)) (-566)) 31)) (-4224 (((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 30)) (-3310 (((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 29)) (-3423 (((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566)) 28)) (-4197 (((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566)) 27)) (-2129 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 24)) (-4270 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566)) 23)) (-2002 (((-1035) (-566) (-689 (-225)) (-566)) 22)) (-3601 (((-1035) (-566) (-689 (-225)) (-566)) 21)))
+(((-747) (-10 -7 (-15 -3601 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -2002 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -4270 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2129 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4197 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3423 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3310 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4224 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2824 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -3302 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -2116 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -3145 ((-1035) (-566) (-566) (-689 (-225)) (-566))))) (T -747))
+((-3145 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-2116 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-3302 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-2824 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-4224 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-3310 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-3423 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-4197 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-2129 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-4270 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-2002 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))) (-3601 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-747)))))
+(-10 -7 (-15 -3601 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -2002 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -4270 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2129 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4197 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3423 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3310 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4224 ((-1035) (-566) (-566) (-1157) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2824 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -3302 ((-1035) (-566) (-689 (-225)) (-566))) (-15 -2116 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -3145 ((-1035) (-566) (-566) (-689 (-225)) (-566))))
+((-3497 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN)))) 52)) (-1408 (((-1035) (-689 (-225)) (-689 (-225)) (-566) (-566)) 51)) (-1397 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN)))) 50)) (-2423 (((-1035) (-225) (-225) (-566) (-566) (-566) (-566)) 46)) (-3432 (((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) 45)) (-1898 (((-1035) (-225) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) 44)) (-3364 (((-1035) (-225) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) 43)) (-4074 (((-1035) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) 42)) (-2696 (((-1035) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) 38)) (-2235 (((-1035) (-225) (-225) (-566) (-689 (-225)) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) 37)) (-2903 (((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) 33)) (-3401 (((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) 32)))
+(((-748) (-10 -7 (-15 -3401 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -2903 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -2235 ((-1035) (-225) (-225) (-566) (-689 (-225)) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -2696 ((-1035) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -4074 ((-1035) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -3364 ((-1035) (-225) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -1898 ((-1035) (-225) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -3432 ((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -2423 ((-1035) (-225) (-225) (-566) (-566) (-566) (-566))) (-15 -1397 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))) (-15 -1408 ((-1035) (-689 (-225)) (-689 (-225)) (-566) (-566))) (-15 -3497 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))))) (T -748))
+((-3497 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-1408 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-748)))) (-1397 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-2423 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-748)))) (-3432 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-1898 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-3364 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-4074 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-2696 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-2235 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-748)))) (-2903 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) (-5 *2 (-1035)) (-5 *1 (-748)))) (-3401 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) (-5 *2 (-1035)) (-5 *1 (-748)))))
+(-10 -7 (-15 -3401 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -2903 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -2235 ((-1035) (-225) (-225) (-566) (-689 (-225)) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -2696 ((-1035) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))) (-15 -4074 ((-1035) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -3364 ((-1035) (-225) (-225) (-225) (-225) (-566) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -1898 ((-1035) (-225) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -3432 ((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G))))) (-15 -2423 ((-1035) (-225) (-225) (-566) (-566) (-566) (-566))) (-15 -1397 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))) (-15 -1408 ((-1035) (-689 (-225)) (-689 (-225)) (-566) (-566))) (-15 -3497 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-225) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))))
+((-3591 (((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP)))) 76)) (-2475 (((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))) (-390) (-390)) 69) (((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL)))) 68)) (-2378 (((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG)))) 57)) (-2993 (((-1035) (-689 (-225)) (-689 (-225)) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) 50)) (-1563 (((-1035) (-225) (-566) (-566) (-1157) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) 49)) (-1314 (((-1035) (-225) (-566) (-566) (-225) (-1157) (-225) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) 45)) (-3356 (((-1035) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) 42)) (-2257 (((-1035) (-225) (-566) (-566) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) 38)))
+(((-749) (-10 -7 (-15 -2257 ((-1035) (-225) (-566) (-566) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -3356 ((-1035) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))) (-15 -1314 ((-1035) (-225) (-566) (-566) (-225) (-1157) (-225) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -1563 ((-1035) (-225) (-566) (-566) (-1157) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -2993 ((-1035) (-689 (-225)) (-689 (-225)) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))) (-15 -2378 ((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG))))) (-15 -2475 ((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))))) (-15 -2475 ((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))) (-390) (-390))) (-15 -3591 ((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP))))))) (T -749))
+((-3591 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP)))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-2475 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL)))) (-5 *8 (-390)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-2475 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL)))) (-5 *2 (-1035)) (-5 *1 (-749)))) (-2378 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-2993 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1035)) (-5 *1 (-749)))) (-1563 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-689 (-225))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-1314 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-689 (-225))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G)))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-3356 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))) (-2257 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT)))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
+(-10 -7 (-15 -2257 ((-1035) (-225) (-566) (-566) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -3356 ((-1035) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))) (-15 -1314 ((-1035) (-225) (-566) (-566) (-225) (-1157) (-225) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -1563 ((-1035) (-225) (-566) (-566) (-1157) (-566) (-225) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV))) (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))) (-15 -2993 ((-1035) (-689 (-225)) (-689 (-225)) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))) (-15 -2378 ((-1035) (-225) (-225) (-566) (-225) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG))))) (-15 -2475 ((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))))) (-15 -2475 ((-1035) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))) (-390) (-390))) (-15 -3591 ((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP))))))
+((-3635 (((-1035) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-675 (-225)) (-566)) 45)) (-1515 (((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-1157) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY)))) 41)) (-1598 (((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 23)))
+(((-750) (-10 -7 (-15 -1598 ((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1515 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-1157) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY))))) (-15 -3635 ((-1035) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-675 (-225)) (-566))))) (T -750))
+((-3635 (*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 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-675 (-225))) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-750)))) (-1515 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1035)) (-5 *1 (-750)))) (-1598 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-750)))))
+(-10 -7 (-15 -1598 ((-1035) (-566) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1515 ((-1035) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-1157) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF))) (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY))))) (-15 -3635 ((-1035) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-675 (-225)) (-566))))
+((-2722 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-689 (-225)) (-225) (-225) (-566)) 35)) (-1671 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-225) (-225) (-566)) 34)) (-1749 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-689 (-225)) (-225) (-225) (-566)) 33)) (-4235 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 29)) (-2930 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 28)) (-2472 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566)) 27)) (-3204 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566)) 24)) (-1979 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566)) 23)) (-4174 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566)) 22)) (-1787 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566)) 21)))
+(((-751) (-10 -7 (-15 -1787 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))) (-15 -4174 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1979 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -3204 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -2472 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566))) (-15 -2930 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4235 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1749 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-689 (-225)) (-225) (-225) (-566))) (-15 -1671 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-225) (-225) (-566))) (-15 -2722 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-689 (-225)) (-225) (-225) (-566))))) (T -751))
+((-2722 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-751)))) (-1671 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-751)))) (-1749 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *6 (-225)) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-751)))) (-4235 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-2930 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-2472 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-751)))) (-3204 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-1979 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-4174 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))) (-1787 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-751)))))
+(-10 -7 (-15 -1787 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))) (-15 -4174 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1979 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -3204 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -2472 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-225) (-566))) (-15 -2930 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4235 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1749 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-689 (-225)) (-225) (-225) (-566))) (-15 -1671 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-225) (-225) (-566))) (-15 -2722 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-689 (-225)) (-225) (-225) (-566))))
+((-2727 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566)) 45)) (-3634 (((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-566)) 44)) (-3175 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566)) 43)) (-2146 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 42)) (-2804 (((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566)) 41)) (-2485 (((-1035) (-1157) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566)) 40)) (-3509 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566) (-566) (-566) (-225) (-689 (-225)) (-566)) 39)) (-4083 (((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566))) 38)) (-2144 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566)) 35)) (-3796 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566)) 34)) (-3554 (((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566)) 33)) (-2222 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 32)) (-3805 (((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566)) 31)) (-2031 (((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-566)) 30)) (-3397 (((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-566) (-566) (-566)) 29)) (-4385 (((-1035) (-566) (-566) (-566) (-225) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-566)) (-566) (-566) (-566)) 28)) (-3658 (((-1035) (-566) (-689 (-225)) (-225) (-566)) 24)) (-1305 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 21)))
+(((-752) (-10 -7 (-15 -1305 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3658 ((-1035) (-566) (-689 (-225)) (-225) (-566))) (-15 -4385 ((-1035) (-566) (-566) (-566) (-225) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-566)) (-566) (-566) (-566))) (-15 -3397 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-566) (-566) (-566))) (-15 -2031 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-566))) (-15 -3805 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566))) (-15 -2222 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3554 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566))) (-15 -3796 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566))) (-15 -2144 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4083 ((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)))) (-15 -3509 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566) (-566) (-566) (-225) (-689 (-225)) (-566))) (-15 -2485 ((-1035) (-1157) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566))) (-15 -2804 ((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2146 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3175 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))) (-15 -3634 ((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2727 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))))) (T -752))
+((-2727 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3634 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3175 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-2146 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-2804 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-2485 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-225)) (-5 *7 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3509 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *6 (-225)) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-4083 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-225)) (-5 *7 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-2144 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3796 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3554 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-2222 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3805 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-2031 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3397 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-4385 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566))) (-5 *3 (-566)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-3658 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))) (-1305 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-752)))))
+(-10 -7 (-15 -1305 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3658 ((-1035) (-566) (-689 (-225)) (-225) (-566))) (-15 -4385 ((-1035) (-566) (-566) (-566) (-225) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-566)) (-566) (-566) (-566))) (-15 -3397 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-566) (-566) (-566))) (-15 -2031 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566) (-566) (-566))) (-15 -3805 ((-1035) (-566) (-225) (-225) (-689 (-225)) (-566) (-566) (-225) (-566))) (-15 -2222 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3554 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566))) (-15 -3796 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566))) (-15 -2144 ((-1035) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4083 ((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)))) (-15 -3509 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566) (-566) (-566) (-225) (-689 (-225)) (-566))) (-15 -2485 ((-1035) (-1157) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566))) (-15 -2804 ((-1035) (-1157) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2146 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3175 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))) (-15 -3634 ((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2727 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566) (-689 (-225)) (-689 (-225)) (-566) (-566) (-566))))
+((-4020 (((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-566) (-689 (-225)) (-566)) 63)) (-3894 (((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-112) (-225) (-566) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-566) (-566) (-566) (-566) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN)))) 62)) (-3883 (((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-112) (-112) (-566) (-566) (-689 (-225)) (-689 (-566)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS)))) 58)) (-3066 (((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-566) (-566) (-689 (-225)) (-566)) 51)) (-3880 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1)))) 50)) (-2011 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2)))) 46)) (-1782 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1)))) 42)) (-2593 (((-1035) (-566) (-225) (-225) (-566) (-225) (-112) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN)))) 38)))
+(((-753) (-10 -7 (-15 -2593 ((-1035) (-566) (-225) (-225) (-566) (-225) (-112) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))) (-15 -1782 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1))))) (-15 -2011 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2))))) (-15 -3880 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1))))) (-15 -3066 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-566) (-566) (-689 (-225)) (-566))) (-15 -3883 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-112) (-112) (-566) (-566) (-689 (-225)) (-689 (-566)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS))))) (-15 -3894 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-112) (-225) (-566) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-566) (-566) (-566) (-566) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))) (-15 -4020 ((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-566) (-689 (-225)) (-566))))) (T -753))
+((-4020 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))) (-3894 (*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 (-689 (-225))) (-5 *5 (-112)) (-5 *6 (-225)) (-5 *7 (-689 (-566))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN)))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-753)))) (-3883 (*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 (-689 (-225))) (-5 *6 (-112)) (-5 *7 (-689 (-566))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS)))) (-5 *3 (-566)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))) (-3066 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-112)) (-5 *2 (-1035)) (-5 *1 (-753)))) (-3880 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1)))) (-5 *2 (-1035)) (-5 *1 (-753)))) (-2011 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2)))) (-5 *2 (-1035)) (-5 *1 (-753)))) (-1782 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1)))) (-5 *2 (-1035)) (-5 *1 (-753)))) (-2593 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-566)) (-5 *5 (-112)) (-5 *6 (-689 (-225))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN)))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))))
+(-10 -7 (-15 -2593 ((-1035) (-566) (-225) (-225) (-566) (-225) (-112) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))) (-15 -1782 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1))))) (-15 -2011 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2))))) (-15 -3880 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1))))) (-15 -3066 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-566) (-566) (-689 (-225)) (-566))) (-15 -3883 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-225) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-112) (-112) (-112) (-566) (-566) (-689 (-225)) (-689 (-566)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS))))) (-15 -3894 ((-1035) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-566) (-112) (-225) (-566) (-225) (-225) (-112) (-225) (-225) (-225) (-225) (-112) (-566) (-566) (-566) (-566) (-566) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-566) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN))) (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))) (-15 -4020 ((-1035) (-566) (-566) (-566) (-225) (-689 (-225)) (-566) (-689 (-225)) (-566))))
+((-1306 (((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566)) 47)) (-2382 (((-1035) (-1157) (-1157) (-566) (-566) (-689 (-169 (-225))) (-566) (-689 (-169 (-225))) (-566) (-566) (-689 (-169 (-225))) (-566)) 46)) (-4361 (((-1035) (-566) (-566) (-566) (-689 (-169 (-225))) (-566)) 45)) (-4021 (((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 40)) (-2974 (((-1035) (-1157) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)) (-566)) 39)) (-1917 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-566)) 36)) (-3691 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566)) 35)) (-2959 (((-1035) (-566) (-566) (-566) (-566) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-225) (-225) (-566)) 34)) (-4278 (((-1035) (-566) (-566) (-566) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-112) (-225) (-112) (-689 (-566)) (-689 (-225)) (-566)) 33)) (-3447 (((-1035) (-566) (-566) (-566) (-566) (-225) (-112) (-112) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-566)) 32)))
+(((-754) (-10 -7 (-15 -3447 ((-1035) (-566) (-566) (-566) (-566) (-225) (-112) (-112) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-566))) (-15 -4278 ((-1035) (-566) (-566) (-566) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-112) (-225) (-112) (-689 (-566)) (-689 (-225)) (-566))) (-15 -2959 ((-1035) (-566) (-566) (-566) (-566) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-225) (-225) (-566))) (-15 -3691 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566))) (-15 -1917 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-566))) (-15 -2974 ((-1035) (-1157) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)) (-566))) (-15 -4021 ((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4361 ((-1035) (-566) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -2382 ((-1035) (-1157) (-1157) (-566) (-566) (-689 (-169 (-225))) (-566) (-689 (-169 (-225))) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -1306 ((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566))))) (T -754))
+((-1306 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-2382 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-4361 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-4021 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-2974 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-1917 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-754)))) (-3691 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-754)))) (-2959 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-644 (-112))) (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566))) (-5 *7 (-225)) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-754)))) (-4278 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-689 (-566))) (-5 *5 (-112)) (-5 *7 (-689 (-225))) (-5 *3 (-566)) (-5 *6 (-225)) (-5 *2 (-1035)) (-5 *1 (-754)))) (-3447 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-644 (-112))) (-5 *7 (-689 (-225))) (-5 *8 (-689 (-566))) (-5 *3 (-566)) (-5 *4 (-225)) (-5 *5 (-112)) (-5 *2 (-1035)) (-5 *1 (-754)))))
+(-10 -7 (-15 -3447 ((-1035) (-566) (-566) (-566) (-566) (-225) (-112) (-112) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-566))) (-15 -4278 ((-1035) (-566) (-566) (-566) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-689 (-566)) (-112) (-225) (-112) (-689 (-566)) (-689 (-225)) (-566))) (-15 -2959 ((-1035) (-566) (-566) (-566) (-566) (-644 (-112)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-225) (-225) (-566))) (-15 -3691 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566))) (-15 -1917 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-566))) (-15 -2974 ((-1035) (-1157) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)) (-566))) (-15 -4021 ((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4361 ((-1035) (-566) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -2382 ((-1035) (-1157) (-1157) (-566) (-566) (-689 (-169 (-225))) (-566) (-689 (-169 (-225))) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -1306 ((-1035) (-1157) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566))))
+((-1320 (((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566)) 80)) (-2416 (((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566)) 69)) (-3516 (((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))) (-390)) 56) (((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) 55)) (-3849 (((-1035) (-566) (-566) (-566) (-225) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566)) 37)) (-3380 (((-1035) (-566) (-566) (-225) (-225) (-566) (-566) (-689 (-225)) (-566)) 33)) (-3967 (((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566) (-566)) 30)) (-2395 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 29)) (-4030 (((-1035) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 28)) (-2720 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 27)) (-2575 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566)) 26)) (-2991 (((-1035) (-566) (-566) (-689 (-225)) (-566)) 25)) (-2806 (((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 24)) (-1530 (((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566)) 23)) (-3237 (((-1035) (-689 (-225)) (-566) (-566) (-566) (-566)) 22)) (-1631 (((-1035) (-566) (-566) (-689 (-225)) (-566)) 21)))
+(((-755) (-10 -7 (-15 -1631 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -3237 ((-1035) (-689 (-225)) (-566) (-566) (-566) (-566))) (-15 -1530 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2806 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2991 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -2575 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566))) (-15 -2720 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4030 ((-1035) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2395 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3967 ((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566) (-566))) (-15 -3380 ((-1035) (-566) (-566) (-225) (-225) (-566) (-566) (-689 (-225)) (-566))) (-15 -3849 ((-1035) (-566) (-566) (-566) (-225) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3516 ((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))))) (-15 -3516 ((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))) (-390))) (-15 -2416 ((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1320 ((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566))))) (T -755))
+((-1320 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-112)) (-5 *5 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2416 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *4 (-112)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3516 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-390)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3516 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT)))) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3849 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-566)) (-5 *5 (-112)) (-5 *6 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3380 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3967 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2395 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-4030 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2720 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2575 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2991 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-2806 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-1530 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))) (-3237 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-755)))) (-1631 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-755)))))
+(-10 -7 (-15 -1631 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -3237 ((-1035) (-689 (-225)) (-566) (-566) (-566) (-566))) (-15 -1530 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2806 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2991 ((-1035) (-566) (-566) (-689 (-225)) (-566))) (-15 -2575 ((-1035) (-566) (-566) (-566) (-566) (-689 (-225)) (-566))) (-15 -2720 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -4030 ((-1035) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2395 ((-1035) (-566) (-566) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3967 ((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566) (-566))) (-15 -3380 ((-1035) (-566) (-566) (-225) (-225) (-566) (-566) (-689 (-225)) (-566))) (-15 -3849 ((-1035) (-566) (-566) (-566) (-225) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -3516 ((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))))) (-15 -3516 ((-1035) (-566) (-566) (-225) (-566) (-566) (-566) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE))) (-390))) (-15 -2416 ((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1320 ((-1035) (-566) (-566) (-566) (-566) (-566) (-112) (-566) (-112) (-566) (-689 (-169 (-225))) (-689 (-169 (-225))) (-566))))
+((-3932 (((-1035) (-566) (-566) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD)))) 64)) (-1741 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566)) 60)) (-2961 (((-1035) (-566) (-689 (-225)) (-112) (-225) (-566) (-566) (-566) (-566) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE)))) 59)) (-2150 (((-1035) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566)) 37)) (-1801 (((-1035) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-566)) 36)) (-2042 (((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566)) 33)) (-3964 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225))) 32)) (-4226 (((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566)) 28)) (-2456 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566)) 27)) (-1655 (((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566)) 26)) (-1315 (((-1035) (-566) (-689 (-169 (-225))) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-566)) 22)))
+(((-756) (-10 -7 (-15 -1315 ((-1035) (-566) (-689 (-169 (-225))) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -1655 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -2456 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -4226 ((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566))) (-15 -3964 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)))) (-15 -2042 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1801 ((-1035) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2150 ((-1035) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566))) (-15 -2961 ((-1035) (-566) (-689 (-225)) (-112) (-225) (-566) (-566) (-566) (-566) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE))))) (-15 -1741 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566))) (-15 -3932 ((-1035) (-566) (-566) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD))))))) (T -756))
+((-3932 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD)))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-1741 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-2961 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-112)) (-5 *6 (-225)) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD)))) (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE)))) (-5 *2 (-1035)) (-5 *1 (-756)))) (-2150 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-1801 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-2042 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-756)))) (-3964 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-4226 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-756)))) (-2456 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-756)))) (-1655 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-756)))) (-1315 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-169 (-225)))) (-5 *2 (-1035)) (-5 *1 (-756)))))
+(-10 -7 (-15 -1315 ((-1035) (-566) (-689 (-169 (-225))) (-566) (-566) (-566) (-566) (-689 (-169 (-225))) (-566))) (-15 -1655 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -2456 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-566))) (-15 -4226 ((-1035) (-689 (-225)) (-566) (-689 (-225)) (-566) (-566) (-566))) (-15 -3964 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-566)) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)))) (-15 -2042 ((-1035) (-566) (-566) (-689 (-225)) (-689 (-225)) (-689 (-225)) (-566))) (-15 -1801 ((-1035) (-566) (-566) (-566) (-225) (-566) (-689 (-225)) (-689 (-225)) (-566))) (-15 -2150 ((-1035) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-566)) (-689 (-225)) (-689 (-566)) (-689 (-566)) (-689 (-225)) (-689 (-225)) (-689 (-566)) (-566))) (-15 -2961 ((-1035) (-566) (-689 (-225)) (-112) (-225) (-566) (-566) (-566) (-566) (-225) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD))) (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE))))) (-15 -1741 ((-1035) (-566) (-689 (-225)) (-566) (-689 (-225)) (-689 (-566)) (-566) (-689 (-225)) (-566) (-566) (-566) (-566))) (-15 -3932 ((-1035) (-566) (-566) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-689 (-225)) (-566) (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD))))))
+((-3520 (((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-566) (-689 (-225))) 29)) (-3478 (((-1035) (-1157) (-566) (-566) (-689 (-225))) 28)) (-4188 (((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-225))) 27)) (-3052 (((-1035) (-566) (-566) (-566) (-689 (-225))) 21)))
+(((-757) (-10 -7 (-15 -3052 ((-1035) (-566) (-566) (-566) (-689 (-225)))) (-15 -4188 ((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-225)))) (-15 -3478 ((-1035) (-1157) (-566) (-566) (-689 (-225)))) (-15 -3520 ((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)))))) (T -757))
+((-3520 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-757)))) (-3478 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-757)))) (-4188 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-757)))) (-3052 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035)) (-5 *1 (-757)))))
+(-10 -7 (-15 -3052 ((-1035) (-566) (-566) (-566) (-689 (-225)))) (-15 -4188 ((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-689 (-566)) (-566) (-689 (-225)))) (-15 -3478 ((-1035) (-1157) (-566) (-566) (-689 (-225)))) (-15 -3520 ((-1035) (-1157) (-566) (-566) (-689 (-225)) (-566) (-566) (-689 (-225)))))
+((-1450 (((-1035) (-225) (-225) (-225) (-225) (-566)) 62)) (-3403 (((-1035) (-225) (-225) (-225) (-566)) 61)) (-3198 (((-1035) (-225) (-225) (-225) (-566)) 60)) (-3111 (((-1035) (-225) (-225) (-566)) 59)) (-2891 (((-1035) (-225) (-566)) 58)) (-1843 (((-1035) (-225) (-566)) 57)) (-3461 (((-1035) (-225) (-566)) 56)) (-2739 (((-1035) (-225) (-566)) 55)) (-1341 (((-1035) (-225) (-566)) 54)) (-2677 (((-1035) (-225) (-566)) 53)) (-3225 (((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566)) 52)) (-3870 (((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566)) 51)) (-3150 (((-1035) (-225) (-566)) 50)) (-2387 (((-1035) (-225) (-566)) 49)) (-4272 (((-1035) (-225) (-566)) 48)) (-4389 (((-1035) (-225) (-566)) 47)) (-4314 (((-1035) (-566) (-225) (-169 (-225)) (-566) (-1157) (-566)) 46)) (-3675 (((-1035) (-1157) (-169 (-225)) (-1157) (-566)) 45)) (-3037 (((-1035) (-1157) (-169 (-225)) (-1157) (-566)) 44)) (-1875 (((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566)) 43)) (-4218 (((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566)) 42)) (-1436 (((-1035) (-225) (-566)) 39)) (-1730 (((-1035) (-225) (-566)) 38)) (-2007 (((-1035) (-225) (-566)) 37)) (-3241 (((-1035) (-225) (-566)) 36)) (-3179 (((-1035) (-225) (-566)) 35)) (-1332 (((-1035) (-225) (-566)) 34)) (-2952 (((-1035) (-225) (-566)) 33)) (-2449 (((-1035) (-225) (-566)) 32)) (-3643 (((-1035) (-225) (-566)) 31)) (-2857 (((-1035) (-225) (-566)) 30)) (-3541 (((-1035) (-225) (-225) (-225) (-566)) 29)) (-1415 (((-1035) (-225) (-566)) 28)) (-4003 (((-1035) (-225) (-566)) 27)) (-1440 (((-1035) (-225) (-566)) 26)) (-3059 (((-1035) (-225) (-566)) 25)) (-1956 (((-1035) (-225) (-566)) 24)) (-2744 (((-1035) (-169 (-225)) (-566)) 21)))
+(((-758) (-10 -7 (-15 -2744 ((-1035) (-169 (-225)) (-566))) (-15 -1956 ((-1035) (-225) (-566))) (-15 -3059 ((-1035) (-225) (-566))) (-15 -1440 ((-1035) (-225) (-566))) (-15 -4003 ((-1035) (-225) (-566))) (-15 -1415 ((-1035) (-225) (-566))) (-15 -3541 ((-1035) (-225) (-225) (-225) (-566))) (-15 -2857 ((-1035) (-225) (-566))) (-15 -3643 ((-1035) (-225) (-566))) (-15 -2449 ((-1035) (-225) (-566))) (-15 -2952 ((-1035) (-225) (-566))) (-15 -1332 ((-1035) (-225) (-566))) (-15 -3179 ((-1035) (-225) (-566))) (-15 -3241 ((-1035) (-225) (-566))) (-15 -2007 ((-1035) (-225) (-566))) (-15 -1730 ((-1035) (-225) (-566))) (-15 -1436 ((-1035) (-225) (-566))) (-15 -4218 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -1875 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -3037 ((-1035) (-1157) (-169 (-225)) (-1157) (-566))) (-15 -3675 ((-1035) (-1157) (-169 (-225)) (-1157) (-566))) (-15 -4314 ((-1035) (-566) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -4389 ((-1035) (-225) (-566))) (-15 -4272 ((-1035) (-225) (-566))) (-15 -2387 ((-1035) (-225) (-566))) (-15 -3150 ((-1035) (-225) (-566))) (-15 -3870 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -3225 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -2677 ((-1035) (-225) (-566))) (-15 -1341 ((-1035) (-225) (-566))) (-15 -2739 ((-1035) (-225) (-566))) (-15 -3461 ((-1035) (-225) (-566))) (-15 -1843 ((-1035) (-225) (-566))) (-15 -2891 ((-1035) (-225) (-566))) (-15 -3111 ((-1035) (-225) (-225) (-566))) (-15 -3198 ((-1035) (-225) (-225) (-225) (-566))) (-15 -3403 ((-1035) (-225) (-225) (-225) (-566))) (-15 -1450 ((-1035) (-225) (-225) (-225) (-225) (-566))))) (T -758))
+((-1450 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3403 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3198 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3111 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2891 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1843 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3461 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2739 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1341 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2677 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3225 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157)) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3870 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157)) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3150 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2387 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4272 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4389 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4314 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-566)) (-5 *5 (-169 (-225))) (-5 *6 (-1157)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3675 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1157)) (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3037 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1157)) (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1875 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157)) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4218 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157)) (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1436 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1730 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2007 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3241 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3179 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1332 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2952 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2449 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3643 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2857 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3541 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1415 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-4003 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1440 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-3059 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-1956 (*1 *2 *3 *4) (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))) (-2744 (*1 *2 *3 *4) (-12 (-5 *3 (-169 (-225))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(-10 -7 (-15 -2744 ((-1035) (-169 (-225)) (-566))) (-15 -1956 ((-1035) (-225) (-566))) (-15 -3059 ((-1035) (-225) (-566))) (-15 -1440 ((-1035) (-225) (-566))) (-15 -4003 ((-1035) (-225) (-566))) (-15 -1415 ((-1035) (-225) (-566))) (-15 -3541 ((-1035) (-225) (-225) (-225) (-566))) (-15 -2857 ((-1035) (-225) (-566))) (-15 -3643 ((-1035) (-225) (-566))) (-15 -2449 ((-1035) (-225) (-566))) (-15 -2952 ((-1035) (-225) (-566))) (-15 -1332 ((-1035) (-225) (-566))) (-15 -3179 ((-1035) (-225) (-566))) (-15 -3241 ((-1035) (-225) (-566))) (-15 -2007 ((-1035) (-225) (-566))) (-15 -1730 ((-1035) (-225) (-566))) (-15 -1436 ((-1035) (-225) (-566))) (-15 -4218 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -1875 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -3037 ((-1035) (-1157) (-169 (-225)) (-1157) (-566))) (-15 -3675 ((-1035) (-1157) (-169 (-225)) (-1157) (-566))) (-15 -4314 ((-1035) (-566) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -4389 ((-1035) (-225) (-566))) (-15 -4272 ((-1035) (-225) (-566))) (-15 -2387 ((-1035) (-225) (-566))) (-15 -3150 ((-1035) (-225) (-566))) (-15 -3870 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -3225 ((-1035) (-225) (-169 (-225)) (-566) (-1157) (-566))) (-15 -2677 ((-1035) (-225) (-566))) (-15 -1341 ((-1035) (-225) (-566))) (-15 -2739 ((-1035) (-225) (-566))) (-15 -3461 ((-1035) (-225) (-566))) (-15 -1843 ((-1035) (-225) (-566))) (-15 -2891 ((-1035) (-225) (-566))) (-15 -3111 ((-1035) (-225) (-225) (-566))) (-15 -3198 ((-1035) (-225) (-225) (-225) (-566))) (-15 -3403 ((-1035) (-225) (-225) (-225) (-566))) (-15 -1450 ((-1035) (-225) (-225) (-225) (-225) (-566))))
+((-2478 (((-1270)) 21)) (-3651 (((-1157)) 32)) (-1918 (((-1157)) 31)) (-3245 (((-1103) (-1175) (-689 (-566))) 46) (((-1103) (-1175) (-689 (-225))) 42)) (-1820 (((-112)) 19)) (-4339 (((-1157) (-1157)) 35)))
+(((-759) (-10 -7 (-15 -1918 ((-1157))) (-15 -3651 ((-1157))) (-15 -4339 ((-1157) (-1157))) (-15 -3245 ((-1103) (-1175) (-689 (-225)))) (-15 -3245 ((-1103) (-1175) (-689 (-566)))) (-15 -1820 ((-112))) (-15 -2478 ((-1270))))) (T -759))
+((-2478 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-759)))) (-1820 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-759)))) (-3245 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-689 (-566))) (-5 *2 (-1103)) (-5 *1 (-759)))) (-3245 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-689 (-225))) (-5 *2 (-1103)) (-5 *1 (-759)))) (-4339 (*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))) (-3651 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))) (-1918 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))))
+(-10 -7 (-15 -1918 ((-1157))) (-15 -3651 ((-1157))) (-15 -4339 ((-1157) (-1157))) (-15 -3245 ((-1103) (-1175) (-689 (-225)))) (-15 -3245 ((-1103) (-1175) (-689 (-566)))) (-15 -1820 ((-112))) (-15 -2478 ((-1270))))
+((-3528 (($ $ $) 10)) (-4052 (($ $ $ $) 9)) (-1641 (($ $ $) 12)))
+(((-760 |#1|) (-10 -8 (-15 -1641 (|#1| |#1| |#1|)) (-15 -3528 (|#1| |#1| |#1|)) (-15 -4052 (|#1| |#1| |#1| |#1|))) (-761)) (T -760))
+NIL
+(-10 -8 (-15 -1641 (|#1| |#1| |#1|)) (-15 -3528 (|#1| |#1| |#1|)) (-15 -4052 (|#1| |#1| |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4268 (($ $ (-921)) 31)) (-3172 (($ $ (-921)) 32)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-3528 (($ $ $) 28)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-4052 (($ $ $ $) 29)) (-1641 (($ $ $) 27)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 33)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30)))
(((-761) (-140)) (T -761))
-((-3876 (*1 *1 *1 *1 *1) (-4 *1 (-761))) (-2527 (*1 *1 *1 *1) (-4 *1 (-761))) (-1471 (*1 *1 *1 *1) (-4 *1 (-761))))
-(-13 (-21) (-720) (-10 -8 (-15 -3876 ($ $ $ $)) (-15 -2527 ($ $ $)) (-15 -1471 ($ $ $))))
+((-4052 (*1 *1 *1 *1 *1) (-4 *1 (-761))) (-3528 (*1 *1 *1 *1) (-4 *1 (-761))) (-1641 (*1 *1 *1 *1) (-4 *1 (-761))))
+(-13 (-21) (-720) (-10 -8 (-15 -4052 ($ $ $ $)) (-15 -3528 ($ $ $)) (-15 -1641 ($ $ $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-720) . T) ((-1099) . T))
-((-3152 (((-862) $) NIL) (($ (-566)) 10)))
-(((-762 |#1|) (-10 -8 (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|))) (-763)) (T -762))
+((-1650 (((-862) $) NIL) (($ (-566)) 10)))
+(((-762 |#1|) (-10 -8 (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|))) (-763)) (T -762))
NIL
-(-10 -8 (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-4392 (((-3 $ "failed") $) 43)) (-1856 (($ $ (-921)) 31) (($ $ (-771)) 38)) (-3245 (((-3 $ "failed") $) 41)) (-2389 (((-112) $) 37)) (-2851 (((-3 $ "failed") $) 42)) (-3270 (($ $ (-921)) 32) (($ $ (-771)) 39)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2527 (($ $ $) 28)) (-3152 (((-862) $) 12) (($ (-566)) 34)) (-2593 (((-771)) 35 T CONST)) (-3044 (((-112) $ $) 9)) (-3876 (($ $ $ $) 29)) (-1471 (($ $ $) 27)) (-4356 (($) 19 T CONST)) (-4366 (($) 36 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 33) (($ $ (-771)) 40)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30)))
+(-10 -8 (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-2175 (((-3 $ "failed") $) 43)) (-4268 (($ $ (-921)) 31) (($ $ (-771)) 38)) (-4185 (((-3 $ "failed") $) 41)) (-1568 (((-112) $) 37)) (-3570 (((-3 $ "failed") $) 42)) (-3172 (($ $ (-921)) 32) (($ $ (-771)) 39)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-3528 (($ $ $) 28)) (-1650 (((-862) $) 12) (($ (-566)) 34)) (-2910 (((-771)) 35 T CONST)) (-2657 (((-112) $ $) 9)) (-4052 (($ $ $ $) 29)) (-1641 (($ $ $) 27)) (-3410 (($) 19 T CONST)) (-3424 (($) 36 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 33) (($ $ (-771)) 40)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 30)))
(((-763) (-140)) (T -763))
-((-2593 (*1 *2) (-12 (-4 *1 (-763)) (-5 *2 (-771)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-763)))))
-(-13 (-761) (-722) (-10 -8 (-15 -2593 ((-771)) -1623) (-15 -3152 ($ (-566)))))
+((-2910 (*1 *2) (-12 (-4 *1 (-763)) (-5 *2 (-771)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-763)))))
+(-13 (-761) (-722) (-10 -8 (-15 -2910 ((-771)) -4388) (-15 -1650 ($ (-566)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-720) . T) ((-722) . T) ((-761) . T) ((-1099) . T))
-((-2589 (((-644 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 (-169 |#1|)))))) (-689 (-169 (-409 (-566)))) |#1|) 33)) (-3650 (((-644 (-169 |#1|)) (-689 (-169 (-409 (-566)))) |#1|) 23)) (-2318 (((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))) (-1175)) 20) (((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566))))) 19)))
-(((-764 |#1|) (-10 -7 (-15 -2318 ((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))))) (-15 -2318 ((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))) (-1175))) (-15 -3650 ((-644 (-169 |#1|)) (-689 (-169 (-409 (-566)))) |#1|)) (-15 -2589 ((-644 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 (-169 |#1|)))))) (-689 (-169 (-409 (-566)))) |#1|))) (-13 (-365) (-848))) (T -764))
-((-2589 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *2 (-644 (-2 (|:| |outval| (-169 *4)) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 (-169 *4))))))) (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))) (-3650 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *2 (-644 (-169 *4))) (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))) (-2318 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *4 (-1175)) (-5 *2 (-952 (-169 (-409 (-566))))) (-5 *1 (-764 *5)) (-4 *5 (-13 (-365) (-848))))) (-2318 (*1 *2 *3) (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *2 (-952 (-169 (-409 (-566))))) (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))))
-(-10 -7 (-15 -2318 ((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))))) (-15 -2318 ((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))) (-1175))) (-15 -3650 ((-644 (-169 |#1|)) (-689 (-169 (-409 (-566)))) |#1|)) (-15 -2589 ((-644 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 (-169 |#1|)))))) (-689 (-169 (-409 (-566)))) |#1|)))
-((-2146 (((-174 (-566)) |#1|) 27)))
-(((-765 |#1|) (-10 -7 (-15 -2146 ((-174 (-566)) |#1|))) (-406)) (T -765))
-((-2146 (*1 *2 *3) (-12 (-5 *2 (-174 (-566))) (-5 *1 (-765 *3)) (-4 *3 (-406)))))
-(-10 -7 (-15 -2146 ((-174 (-566)) |#1|)))
-((-2488 ((|#1| |#1| |#1|) 28)) (-3148 ((|#1| |#1| |#1|) 27)) (-2047 ((|#1| |#1| |#1|) 38)) (-2123 ((|#1| |#1| |#1|) 34)) (-3483 (((-3 |#1| "failed") |#1| |#1|) 31)) (-2578 (((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|) 26)))
-(((-766 |#1| |#2|) (-10 -7 (-15 -2578 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -3148 (|#1| |#1| |#1|)) (-15 -2488 (|#1| |#1| |#1|)) (-15 -3483 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2123 (|#1| |#1| |#1|)) (-15 -2047 (|#1| |#1| |#1|))) (-708 |#2|) (-365)) (T -766))
-((-2047 (*1 *2 *2 *2) (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-2123 (*1 *2 *2 *2) (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-3483 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-2488 (*1 *2 *2 *2) (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-3148 (*1 *2 *2 *2) (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-2578 (*1 *2 *3 *3) (-12 (-4 *4 (-365)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-766 *3 *4)) (-4 *3 (-708 *4)))))
-(-10 -7 (-15 -2578 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -3148 (|#1| |#1| |#1|)) (-15 -2488 (|#1| |#1| |#1|)) (-15 -3483 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2123 (|#1| |#1| |#1|)) (-15 -2047 (|#1| |#1| |#1|)))
-((-2581 (((-691 (-1222)) $ (-1222)) 26)) (-4248 (((-691 (-551)) $ (-551)) 25)) (-1311 (((-771) $ (-128)) 27)) (-1606 (((-691 (-129)) $ (-129)) 24)) (-1753 (((-691 (-1222)) $) 12)) (-2438 (((-691 (-1220)) $) 8)) (-3300 (((-691 (-1219)) $) 10)) (-1844 (((-691 (-551)) $) 13)) (-1426 (((-691 (-549)) $) 9)) (-4154 (((-691 (-548)) $) 11)) (-1982 (((-771) $ (-128)) 7)) (-1938 (((-691 (-129)) $) 14)) (-3133 (((-112) $) 31)) (-3306 (((-691 $) |#1| (-954)) 32)) (-2405 (($ $) 6)))
+((-2875 (((-644 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 (-169 |#1|)))))) (-689 (-169 (-409 (-566)))) |#1|) 33)) (-2523 (((-644 (-169 |#1|)) (-689 (-169 (-409 (-566)))) |#1|) 23)) (-2080 (((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))) (-1175)) 20) (((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566))))) 19)))
+(((-764 |#1|) (-10 -7 (-15 -2080 ((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))))) (-15 -2080 ((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))) (-1175))) (-15 -2523 ((-644 (-169 |#1|)) (-689 (-169 (-409 (-566)))) |#1|)) (-15 -2875 ((-644 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 (-169 |#1|)))))) (-689 (-169 (-409 (-566)))) |#1|))) (-13 (-365) (-848))) (T -764))
+((-2875 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *2 (-644 (-2 (|:| |outval| (-169 *4)) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 (-169 *4))))))) (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))) (-2523 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *2 (-644 (-169 *4))) (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))) (-2080 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *4 (-1175)) (-5 *2 (-952 (-169 (-409 (-566))))) (-5 *1 (-764 *5)) (-4 *5 (-13 (-365) (-848))))) (-2080 (*1 *2 *3) (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *2 (-952 (-169 (-409 (-566))))) (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))))
+(-10 -7 (-15 -2080 ((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))))) (-15 -2080 ((-952 (-169 (-409 (-566)))) (-689 (-169 (-409 (-566)))) (-1175))) (-15 -2523 ((-644 (-169 |#1|)) (-689 (-169 (-409 (-566)))) |#1|)) (-15 -2875 ((-644 (-2 (|:| |outval| (-169 |#1|)) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 (-169 |#1|)))))) (-689 (-169 (-409 (-566)))) |#1|)))
+((-4139 (((-174 (-566)) |#1|) 27)))
+(((-765 |#1|) (-10 -7 (-15 -4139 ((-174 (-566)) |#1|))) (-406)) (T -765))
+((-4139 (*1 *2 *3) (-12 (-5 *2 (-174 (-566))) (-5 *1 (-765 *3)) (-4 *3 (-406)))))
+(-10 -7 (-15 -4139 ((-174 (-566)) |#1|)))
+((-4390 ((|#1| |#1| |#1|) 28)) (-1347 ((|#1| |#1| |#1|) 27)) (-2410 ((|#1| |#1| |#1|) 38)) (-3887 ((|#1| |#1| |#1|) 34)) (-1628 (((-3 |#1| "failed") |#1| |#1|) 31)) (-2761 (((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|) 26)))
+(((-766 |#1| |#2|) (-10 -7 (-15 -2761 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -1347 (|#1| |#1| |#1|)) (-15 -4390 (|#1| |#1| |#1|)) (-15 -1628 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3887 (|#1| |#1| |#1|)) (-15 -2410 (|#1| |#1| |#1|))) (-708 |#2|) (-365)) (T -766))
+((-2410 (*1 *2 *2 *2) (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-3887 (*1 *2 *2 *2) (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-1628 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-4390 (*1 *2 *2 *2) (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-1347 (*1 *2 *2 *2) (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3)))) (-2761 (*1 *2 *3 *3) (-12 (-4 *4 (-365)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-766 *3 *4)) (-4 *3 (-708 *4)))))
+(-10 -7 (-15 -2761 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -1347 (|#1| |#1| |#1|)) (-15 -4390 (|#1| |#1| |#1|)) (-15 -1628 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3887 (|#1| |#1| |#1|)) (-15 -2410 (|#1| |#1| |#1|)))
+((-2798 (((-691 (-1223)) $ (-1223)) 26)) (-1393 (((-691 (-551)) $ (-551)) 25)) (-2561 (((-771) $ (-128)) 27)) (-3611 (((-691 (-129)) $ (-129)) 24)) (-1390 (((-691 (-1223)) $) 12)) (-3902 (((-691 (-1221)) $) 8)) (-3488 (((-691 (-1220)) $) 10)) (-4167 (((-691 (-551)) $) 13)) (-4393 (((-691 (-549)) $) 9)) (-1665 (((-691 (-548)) $) 11)) (-3062 (((-771) $ (-128)) 7)) (-2581 (((-691 (-129)) $) 14)) (-2327 (((-112) $) 31)) (-3533 (((-691 $) |#1| (-954)) 32)) (-1682 (($ $) 6)))
(((-767 |#1|) (-140) (-1099)) (T -767))
-((-3306 (*1 *2 *3 *4) (-12 (-5 *4 (-954)) (-4 *3 (-1099)) (-5 *2 (-691 *1)) (-4 *1 (-767 *3)))) (-3133 (*1 *2 *1) (-12 (-4 *1 (-767 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
-(-13 (-578) (-10 -8 (-15 -3306 ((-691 $) |t#1| (-954))) (-15 -3133 ((-112) $))))
+((-3533 (*1 *2 *3 *4) (-12 (-5 *4 (-954)) (-4 *3 (-1099)) (-5 *2 (-691 *1)) (-4 *1 (-767 *3)))) (-2327 (*1 *2 *1) (-12 (-4 *1 (-767 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
+(-13 (-578) (-10 -8 (-15 -3533 ((-691 $) |t#1| (-954))) (-15 -2327 ((-112) $))))
(((-173) . T) ((-529) . T) ((-578) . T) ((-860) . T))
-((-1637 (((-2 (|:| -2875 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))) (-566)) 71)) (-2736 (((-2 (|:| -2875 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566))))) 69)) (-4068 (((-566)) 85)))
-(((-768 |#1| |#2|) (-10 -7 (-15 -4068 ((-566))) (-15 -2736 ((-2 (|:| -2875 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))))) (-15 -1637 ((-2 (|:| -2875 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))) (-566)))) (-1240 (-566)) (-411 (-566) |#1|)) (T -768))
-((-1637 (*1 *2 *3) (-12 (-5 *3 (-566)) (-4 *4 (-1240 *3)) (-5 *2 (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-768 *4 *5)) (-4 *5 (-411 *3 *4)))) (-2736 (*1 *2) (-12 (-4 *3 (-1240 (-566))) (-5 *2 (-2 (|:| -2875 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566))))) (-5 *1 (-768 *3 *4)) (-4 *4 (-411 (-566) *3)))) (-4068 (*1 *2) (-12 (-4 *3 (-1240 *2)) (-5 *2 (-566)) (-5 *1 (-768 *3 *4)) (-4 *4 (-411 *2 *3)))))
-(-10 -7 (-15 -4068 ((-566))) (-15 -2736 ((-2 (|:| -2875 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))))) (-15 -1637 ((-2 (|:| -2875 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))) (-566))))
-((-2988 (((-112) $ $) NIL)) (-4158 (((-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $) 21)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 20) (($ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 13) (($ (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) 18)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-769) (-13 (-1099) (-10 -8 (-15 -3152 ($ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3152 ($ (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3152 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (-15 -4158 ((-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $))))) (T -769))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-769)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-769)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-5 *1 (-769)))) (-4158 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-5 *1 (-769)))))
-(-13 (-1099) (-10 -8 (-15 -3152 ($ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3152 ($ (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3152 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (-15 -4158 ((-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $))))
-((-3115 (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|))) 18) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175))) 17)) (-2423 (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|))) 20) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175))) 19)))
-(((-770 |#1|) (-10 -7 (-15 -3115 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -3115 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|))))) (-558)) (T -770))
-((-2423 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-770 *4)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-770 *5)))) (-3115 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-770 *4)))) (-3115 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-770 *5)))))
-(-10 -7 (-15 -3115 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -3115 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3920 (($ $ $) 10)) (-3967 (((-3 $ "failed") $ $) 15)) (-3764 (($ $ (-566)) 11)) (-2463 (($) NIL T CONST)) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($ $) NIL)) (-2945 (($ $ $) NIL)) (-2389 (((-112) $) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2164 (($ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 6 T CONST)) (-4366 (($) NIL T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ $ $) NIL)))
-(((-771) (-13 (-793) (-726) (-10 -8 (-15 -2945 ($ $ $)) (-15 -2933 ($ $ $)) (-15 -2164 ($ $ $)) (-15 -4100 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -2978 ((-3 $ "failed") $ $)) (-15 -3764 ($ $ (-566))) (-15 -2715 ($ $)) (-6 (-4416 "*"))))) (T -771))
-((-2945 (*1 *1 *1 *1) (-5 *1 (-771))) (-2933 (*1 *1 *1 *1) (-5 *1 (-771))) (-2164 (*1 *1 *1 *1) (-5 *1 (-771))) (-4100 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2631 (-771)) (|:| -3264 (-771)))) (-5 *1 (-771)))) (-2978 (*1 *1 *1 *1) (|partial| -5 *1 (-771))) (-3764 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-771)))) (-2715 (*1 *1 *1) (-5 *1 (-771))))
-(-13 (-793) (-726) (-10 -8 (-15 -2945 ($ $ $)) (-15 -2933 ($ $ $)) (-15 -2164 ($ $ $)) (-15 -4100 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -2978 ((-3 $ "failed") $ $)) (-15 -3764 ($ $ (-566))) (-15 -2715 ($ $)) (-6 (-4416 "*"))))
+((-2599 (((-2 (|:| -3781 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))) (-566)) 71)) (-1845 (((-2 (|:| -3781 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566))))) 69)) (-2018 (((-566)) 85)))
+(((-768 |#1| |#2|) (-10 -7 (-15 -2018 ((-566))) (-15 -1845 ((-2 (|:| -3781 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))))) (-15 -2599 ((-2 (|:| -3781 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))) (-566)))) (-1241 (-566)) (-411 (-566) |#1|)) (T -768))
+((-2599 (*1 *2 *3) (-12 (-5 *3 (-566)) (-4 *4 (-1241 *3)) (-5 *2 (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-768 *4 *5)) (-4 *5 (-411 *3 *4)))) (-1845 (*1 *2) (-12 (-4 *3 (-1241 (-566))) (-5 *2 (-2 (|:| -3781 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566))))) (-5 *1 (-768 *3 *4)) (-4 *4 (-411 (-566) *3)))) (-2018 (*1 *2) (-12 (-4 *3 (-1241 *2)) (-5 *2 (-566)) (-5 *1 (-768 *3 *4)) (-4 *4 (-411 *2 *3)))))
+(-10 -7 (-15 -2018 ((-566))) (-15 -1845 ((-2 (|:| -3781 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))))) (-15 -2599 ((-2 (|:| -3781 (-689 (-566))) (|:| |basisDen| (-566)) (|:| |basisInv| (-689 (-566)))) (-566))))
+((-4124 (((-112) $ $) NIL)) (-3213 (((-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $) 21)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 20) (($ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 13) (($ (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) 18)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-769) (-13 (-1099) (-10 -8 (-15 -1650 ($ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1650 ($ (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1650 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (-15 -3213 ((-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $))))) (T -769))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-769)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-769)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-5 *1 (-769)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-5 *1 (-769)))))
+(-13 (-1099) (-10 -8 (-15 -1650 ($ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1650 ($ (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1650 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (-15 -3213 ((-3 (|:| |nia| (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| |mdnia| (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) $))))
+((-2162 (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|))) 18) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175))) 17)) (-1848 (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|))) 20) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175))) 19)))
+(((-770 |#1|) (-10 -7 (-15 -2162 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -2162 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|))))) (-558)) (T -770))
+((-1848 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-770 *4)))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-770 *5)))) (-2162 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-770 *4)))) (-2162 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-770 *5)))))
+(-10 -7 (-15 -2162 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -2162 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-952 |#1|)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1307 (($ $ $) 10)) (-3569 (((-3 $ "failed") $ $) 15)) (-3476 (($ $ (-566)) 11)) (-4145 (($) NIL T CONST)) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($ $) NIL)) (-4078 (($ $ $) NIL)) (-1568 (((-112) $) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1962 (($ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 6 T CONST)) (-3424 (($) NIL T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ $ $) NIL)))
+(((-771) (-13 (-793) (-726) (-10 -8 (-15 -4078 ($ $ $)) (-15 -4067 ($ $ $)) (-15 -1962 ($ $ $)) (-15 -2307 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -4116 ((-3 $ "failed") $ $)) (-15 -3476 ($ $ (-566))) (-15 -3341 ($ $)) (-6 (-4417 "*"))))) (T -771))
+((-4078 (*1 *1 *1 *1) (-5 *1 (-771))) (-4067 (*1 *1 *1 *1) (-5 *1 (-771))) (-1962 (*1 *1 *1 *1) (-5 *1 (-771))) (-2307 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2075 (-771)) (|:| -4368 (-771)))) (-5 *1 (-771)))) (-4116 (*1 *1 *1 *1) (|partial| -5 *1 (-771))) (-3476 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-771)))) (-3341 (*1 *1 *1) (-5 *1 (-771))))
+(-13 (-793) (-726) (-10 -8 (-15 -4078 ($ $ $)) (-15 -4067 ($ $ $)) (-15 -1962 ($ $ $)) (-15 -2307 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -4116 ((-3 $ "failed") $ $)) (-15 -3476 ($ $ (-566))) (-15 -3341 ($ $)) (-6 (-4417 "*"))))
((|Integer|) (>= |#1| 0))
-((-2423 (((-3 |#2| "failed") |#2| |#2| (-114) (-1175)) 37)))
-(((-772 |#1| |#2|) (-10 -7 (-15 -2423 ((-3 |#2| "failed") |#2| |#2| (-114) (-1175)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1199) (-959))) (T -772))
-((-2423 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-772 *5 *2)) (-4 *2 (-13 (-29 *5) (-1199) (-959))))))
-(-10 -7 (-15 -2423 ((-3 |#2| "failed") |#2| |#2| (-114) (-1175))))
-((-3152 (((-774) |#1|) 8)))
-(((-773 |#1|) (-10 -7 (-15 -3152 ((-774) |#1|))) (-1214)) (T -773))
-((-3152 (*1 *2 *3) (-12 (-5 *2 (-774)) (-5 *1 (-773 *3)) (-4 *3 (-1214)))))
-(-10 -7 (-15 -3152 ((-774) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 7)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 9)))
+((-1848 (((-3 |#2| "failed") |#2| |#2| (-114) (-1175)) 37)))
+(((-772 |#1| |#2|) (-10 -7 (-15 -1848 ((-3 |#2| "failed") |#2| |#2| (-114) (-1175)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1200) (-959))) (T -772))
+((-1848 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-772 *5 *2)) (-4 *2 (-13 (-29 *5) (-1200) (-959))))))
+(-10 -7 (-15 -1848 ((-3 |#2| "failed") |#2| |#2| (-114) (-1175))))
+((-1650 (((-774) |#1|) 8)))
+(((-773 |#1|) (-10 -7 (-15 -1650 ((-774) |#1|))) (-1215)) (T -773))
+((-1650 (*1 *2 *3) (-12 (-5 *2 (-774)) (-5 *1 (-773 *3)) (-4 *3 (-1215)))))
+(-10 -7 (-15 -1650 ((-774) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 7)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 9)))
(((-774) (-1099)) (T -774))
NIL
(-1099)
-((-2064 ((|#2| |#4|) 35)))
-(((-775 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2064 (|#2| |#4|))) (-454) (-1240 |#1|) (-724 |#1| |#2|) (-1240 |#3|)) (T -775))
-((-2064 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-724 *4 *2)) (-4 *2 (-1240 *4)) (-5 *1 (-775 *4 *2 *5 *3)) (-4 *3 (-1240 *5)))))
-(-10 -7 (-15 -2064 (|#2| |#4|)))
-((-3245 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57)) (-1741 (((-1269) (-1157) (-1157) |#4| |#5|) 33)) (-2301 ((|#4| |#4| |#5|) 74)) (-3109 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#5|) 79)) (-3232 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|) 16)))
-(((-776 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3245 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2301 (|#4| |#4| |#5|)) (-15 -3109 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -1741 ((-1269) (-1157) (-1157) |#4| |#5|)) (-15 -3232 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -776))
-((-3232 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4)))) (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1741 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1157)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *4 (-1064 *6 *7 *8)) (-5 *2 (-1269)) (-5 *1 (-776 *6 *7 *8 *4 *5)) (-4 *5 (-1070 *6 *7 *8 *4)))) (-3109 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2301 (*1 *2 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *2 (-1064 *4 *5 *6)) (-5 *1 (-776 *4 *5 *6 *2 *3)) (-4 *3 (-1070 *4 *5 *6 *2)))) (-3245 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(-10 -7 (-15 -3245 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2301 (|#4| |#4| |#5|)) (-15 -3109 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -1741 ((-1269) (-1157) (-1157) |#4| |#5|)) (-15 -3232 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|)))
-((-2229 (((-3 (-1171 (-1171 |#1|)) "failed") |#4|) 53)) (-3352 (((-644 |#4|) |#4|) 24)) (-2198 ((|#4| |#4|) 19)))
-(((-777 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3352 ((-644 |#4|) |#4|)) (-15 -2229 ((-3 (-1171 (-1171 |#1|)) "failed") |#4|)) (-15 -2198 (|#4| |#4|))) (-351) (-330 |#1|) (-1240 |#2|) (-1240 |#3|) (-921)) (T -777))
-((-2198 (*1 *2 *2) (-12 (-4 *3 (-351)) (-4 *4 (-330 *3)) (-4 *5 (-1240 *4)) (-5 *1 (-777 *3 *4 *5 *2 *6)) (-4 *2 (-1240 *5)) (-14 *6 (-921)))) (-2229 (*1 *2 *3) (|partial| -12 (-4 *4 (-351)) (-4 *5 (-330 *4)) (-4 *6 (-1240 *5)) (-5 *2 (-1171 (-1171 *4))) (-5 *1 (-777 *4 *5 *6 *3 *7)) (-4 *3 (-1240 *6)) (-14 *7 (-921)))) (-3352 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *5 (-330 *4)) (-4 *6 (-1240 *5)) (-5 *2 (-644 *3)) (-5 *1 (-777 *4 *5 *6 *3 *7)) (-4 *3 (-1240 *6)) (-14 *7 (-921)))))
-(-10 -7 (-15 -3352 ((-644 |#4|) |#4|)) (-15 -2229 ((-3 (-1171 (-1171 |#1|)) "failed") |#4|)) (-15 -2198 (|#4| |#4|)))
-((-1719 (((-2 (|:| |deter| (-644 (-1171 |#5|))) (|:| |dterm| (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-644 |#1|)) (|:| |nlead| (-644 |#5|))) (-1171 |#5|) (-644 |#1|) (-644 |#5|)) 75)) (-1895 (((-644 (-771)) |#1|) 20)))
-(((-778 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1719 ((-2 (|:| |deter| (-644 (-1171 |#5|))) (|:| |dterm| (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-644 |#1|)) (|:| |nlead| (-644 |#5|))) (-1171 |#5|) (-644 |#1|) (-644 |#5|))) (-15 -1895 ((-644 (-771)) |#1|))) (-1240 |#4|) (-793) (-850) (-308) (-949 |#4| |#2| |#3|)) (T -778))
-((-1895 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-644 (-771))) (-5 *1 (-778 *3 *4 *5 *6 *7)) (-4 *3 (-1240 *6)) (-4 *7 (-949 *6 *4 *5)))) (-1719 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1240 *9)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-308)) (-4 *10 (-949 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-644 (-1171 *10))) (|:| |dterm| (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| *10))))) (|:| |nfacts| (-644 *6)) (|:| |nlead| (-644 *10)))) (-5 *1 (-778 *6 *7 *8 *9 *10)) (-5 *3 (-1171 *10)) (-5 *4 (-644 *6)) (-5 *5 (-644 *10)))))
-(-10 -7 (-15 -1719 ((-2 (|:| |deter| (-644 (-1171 |#5|))) (|:| |dterm| (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-644 |#1|)) (|:| |nlead| (-644 |#5|))) (-1171 |#5|) (-644 |#1|) (-644 |#5|))) (-15 -1895 ((-644 (-771)) |#1|)))
-((-4095 (((-644 (-2 (|:| |outval| |#1|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#1|))))) (-689 (-409 (-566))) |#1|) 31)) (-3033 (((-644 |#1|) (-689 (-409 (-566))) |#1|) 21)) (-2318 (((-952 (-409 (-566))) (-689 (-409 (-566))) (-1175)) 18) (((-952 (-409 (-566))) (-689 (-409 (-566)))) 17)))
-(((-779 |#1|) (-10 -7 (-15 -2318 ((-952 (-409 (-566))) (-689 (-409 (-566))))) (-15 -2318 ((-952 (-409 (-566))) (-689 (-409 (-566))) (-1175))) (-15 -3033 ((-644 |#1|) (-689 (-409 (-566))) |#1|)) (-15 -4095 ((-644 (-2 (|:| |outval| |#1|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#1|))))) (-689 (-409 (-566))) |#1|))) (-13 (-365) (-848))) (T -779))
-((-4095 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-644 (-2 (|:| |outval| *4) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 *4)))))) (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848))))) (-3033 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-644 *4)) (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848))))) (-2318 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *4 (-1175)) (-5 *2 (-952 (-409 (-566)))) (-5 *1 (-779 *5)) (-4 *5 (-13 (-365) (-848))))) (-2318 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-952 (-409 (-566)))) (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848))))))
-(-10 -7 (-15 -2318 ((-952 (-409 (-566))) (-689 (-409 (-566))))) (-15 -2318 ((-952 (-409 (-566))) (-689 (-409 (-566))) (-1175))) (-15 -3033 ((-644 |#1|) (-689 (-409 (-566))) |#1|)) (-15 -4095 ((-644 (-2 (|:| |outval| |#1|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#1|))))) (-689 (-409 (-566))) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 36)) (-1771 (((-644 |#2|) $) NIL)) (-1590 (((-1171 $) $ |#2|) NIL) (((-1171 |#1|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 |#2|)) NIL)) (-3214 (($ $) 30)) (-1632 (((-112) $ $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1890 (($ $ $) 110 (|has| |#1| (-558)))) (-2514 (((-644 $) $ $) 123 (|has| |#1| (-558)))) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1378 (($ $) NIL (|has| |#1| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-952 (-409 (-566)))) NIL (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))))) (((-3 $ "failed") (-952 (-566))) NIL (-2768 (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-2404 (|has| |#1| (-38 (-409 (-566)))))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175)))))) (((-3 $ "failed") (-952 |#1|)) NIL (-2768 (-12 (|has| |#2| (-614 (-1175))) (-2404 (|has| |#1| (-38 (-409 (-566))))) (-2404 (|has| |#1| (-38 (-566))))) (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-2404 (|has| |#1| (-38 (-409 (-566))))) (-2404 (|has| |#1| (-547)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))) (-2404 (|has| |#1| (-992 (-566))))))) (((-3 (-1124 |#1| |#2|) "failed") $) 21)) (-4158 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) ((|#2| $) NIL) (($ (-952 (-409 (-566)))) NIL (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))))) (($ (-952 (-566))) NIL (-2768 (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-2404 (|has| |#1| (-38 (-409 (-566)))))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175)))))) (($ (-952 |#1|)) NIL (-2768 (-12 (|has| |#2| (-614 (-1175))) (-2404 (|has| |#1| (-38 (-409 (-566))))) (-2404 (|has| |#1| (-38 (-566))))) (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-2404 (|has| |#1| (-38 (-409 (-566))))) (-2404 (|has| |#1| (-547)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))) (-2404 (|has| |#1| (-992 (-566))))))) (((-1124 |#1| |#2|) $) NIL)) (-2610 (($ $ $ |#2|) NIL (|has| |#1| (-172))) (($ $ $) 121 (|has| |#1| (-558)))) (-2814 (($ $) NIL) (($ $ |#2|) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3599 (((-112) $ $) NIL) (((-112) $ (-644 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-1393 (((-112) $) NIL)) (-1514 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 81)) (-3269 (($ $) 136 (|has| |#1| (-454)))) (-2616 (($ $) NIL (|has| |#1| (-454))) (($ $ |#2|) NIL (|has| |#1| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-909)))) (-3960 (($ $) NIL (|has| |#1| (-558)))) (-1363 (($ $) NIL (|has| |#1| (-558)))) (-2314 (($ $ $) 76) (($ $ $ |#2|) NIL)) (-4117 (($ $ $) 79) (($ $ $ |#2|) NIL)) (-1896 (($ $ |#1| (-533 |#2|) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| |#1| (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| |#1| (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-2389 (((-112) $) 57)) (-3039 (((-771) $) NIL)) (-1640 (((-112) $ $) NIL) (((-112) $ (-644 $)) NIL)) (-2196 (($ $ $ $ $) 107 (|has| |#1| (-558)))) (-4296 ((|#2| $) 22)) (-1757 (($ (-1171 |#1|) |#2|) NIL) (($ (-1171 $) |#2|) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-533 |#2|)) NIL) (($ $ |#2| (-771)) 38) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-1492 (($ $ $) 63)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ |#2|) NIL)) (-2520 (((-112) $) NIL)) (-2749 (((-533 |#2|) $) NIL) (((-771) $ |#2|) NIL) (((-644 (-771)) $ (-644 |#2|)) NIL)) (-1904 (((-771) $) 23)) (-3021 (($ (-1 (-533 |#2|) (-533 |#2|)) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2297 (((-3 |#2| "failed") $) NIL)) (-2410 (($ $) NIL (|has| |#1| (-454)))) (-3195 (($ $) NIL (|has| |#1| (-454)))) (-2580 (((-644 $) $) NIL)) (-2261 (($ $) 39)) (-2556 (($ $) NIL (|has| |#1| (-454)))) (-4314 (((-644 $) $) 43)) (-1437 (($ $) 41)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL) (($ $ |#2|) 48)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-1903 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -1956 (-771))) $ $) 96)) (-1980 (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $) 78) (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $ |#2|) NIL)) (-1380 (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -3264 $)) $ $) NIL) (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -3264 $)) $ $ |#2|) NIL)) (-3135 (($ $ $) 83) (($ $ $ |#2|) NIL)) (-1415 (($ $ $) 86) (($ $ $ |#2|) NIL)) (-3380 (((-1157) $) NIL)) (-3940 (($ $ $) 125 (|has| |#1| (-558)))) (-1992 (((-644 $) $) 32)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| |#2|) (|:| -2201 (-771))) "failed") $) NIL)) (-2543 (((-112) $ $) NIL) (((-112) $ (-644 $)) NIL)) (-1906 (($ $ $) NIL)) (-3289 (($ $) 24)) (-3077 (((-112) $ $) NIL)) (-3374 (((-112) $ $) NIL) (((-112) $ (-644 $)) NIL)) (-4074 (($ $ $) NIL)) (-2842 (($ $) 26)) (-4072 (((-1119) $) NIL)) (-4092 (((-2 (|:| -2164 $) (|:| |coef2| $)) $ $) 116 (|has| |#1| (-558)))) (-3220 (((-2 (|:| -2164 $) (|:| |coef1| $)) $ $) 113 (|has| |#1| (-558)))) (-2761 (((-112) $) 56)) (-2773 ((|#1| $) 58)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-2164 ((|#1| |#1| $) 133 (|has| |#1| (-454))) (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-909)))) (-3188 (((-2 (|:| -2164 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 119 (|has| |#1| (-558)))) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) 98 (|has| |#1| (-558)))) (-2355 (($ $ |#1|) 129 (|has| |#1| (-558))) (($ $ $) NIL (|has| |#1| (-558)))) (-2672 (($ $ |#1|) 128 (|has| |#1| (-558))) (($ $ $) NIL (|has| |#1| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-644 |#2|) (-644 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-644 |#2|) (-644 $)) NIL)) (-4068 (($ $ |#2|) NIL (|has| |#1| (-172)))) (-3629 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-3902 (((-533 |#2|) $) NIL) (((-771) $ |#2|) 45) (((-644 (-771)) $ (-644 |#2|)) NIL)) (-3974 (($ $) NIL)) (-2562 (($ $) 35)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| |#1| (-614 (-538))) (|has| |#2| (-614 (-538))))) (($ (-952 (-409 (-566)))) NIL (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))))) (($ (-952 (-566))) NIL (-2768 (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-2404 (|has| |#1| (-38 (-409 (-566)))))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175)))))) (($ (-952 |#1|)) NIL (|has| |#2| (-614 (-1175)))) (((-1157) $) NIL (-12 (|has| |#1| (-1038 (-566))) (|has| |#2| (-614 (-1175))))) (((-952 |#1|) $) NIL (|has| |#2| (-614 (-1175))))) (-3173 ((|#1| $) 132 (|has| |#1| (-454))) (($ $ |#2|) NIL (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-952 |#1|) $) NIL (|has| |#2| (-614 (-1175)))) (((-1124 |#1| |#2|) $) 18) (($ (-1124 |#1| |#2|)) 19) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-533 |#2|)) NIL) (($ $ |#2| (-771)) 47) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) 13 T CONST)) (-3677 (((-3 (-112) "failed") $ $) NIL)) (-4366 (($) 37 T CONST)) (-3797 (($ $ $ $ (-771)) 105 (|has| |#1| (-558)))) (-2608 (($ $ $ (-771)) 104 (|has| |#1| (-558)))) (-3497 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) 75)) (-3002 (($ $ $) 85)) (** (($ $ (-921)) NIL) (($ $ (-771)) 70)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 62) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 61) (($ $ |#1|) NIL)))
+((-1435 ((|#2| |#4|) 35)))
+(((-775 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1435 (|#2| |#4|))) (-454) (-1241 |#1|) (-724 |#1| |#2|) (-1241 |#3|)) (T -775))
+((-1435 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-724 *4 *2)) (-4 *2 (-1241 *4)) (-5 *1 (-775 *4 *2 *5 *3)) (-4 *3 (-1241 *5)))))
+(-10 -7 (-15 -1435 (|#2| |#4|)))
+((-4185 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 57)) (-4379 (((-1270) (-1157) (-1157) |#4| |#5|) 33)) (-1921 ((|#4| |#4| |#5|) 74)) (-2106 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#5|) 79)) (-4037 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|) 16)))
+(((-776 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4185 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -1921 (|#4| |#4| |#5|)) (-15 -2106 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -4379 ((-1270) (-1157) (-1157) |#4| |#5|)) (-15 -4037 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -776))
+((-4037 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4)))) (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-4379 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1157)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *4 (-1064 *6 *7 *8)) (-5 *2 (-1270)) (-5 *1 (-776 *6 *7 *8 *4 *5)) (-4 *5 (-1070 *6 *7 *8 *4)))) (-2106 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1921 (*1 *2 *2 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *2 (-1064 *4 *5 *6)) (-5 *1 (-776 *4 *5 *6 *2 *3)) (-4 *3 (-1070 *4 *5 *6 *2)))) (-4185 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(-10 -7 (-15 -4185 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -1921 (|#4| |#4| |#5|)) (-15 -2106 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -4379 ((-1270) (-1157) (-1157) |#4| |#5|)) (-15 -4037 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|)))
+((-1821 (((-3 (-1171 (-1171 |#1|)) "failed") |#4|) 53)) (-2728 (((-644 |#4|) |#4|) 24)) (-3365 ((|#4| |#4|) 19)))
+(((-777 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2728 ((-644 |#4|) |#4|)) (-15 -1821 ((-3 (-1171 (-1171 |#1|)) "failed") |#4|)) (-15 -3365 (|#4| |#4|))) (-351) (-330 |#1|) (-1241 |#2|) (-1241 |#3|) (-921)) (T -777))
+((-3365 (*1 *2 *2) (-12 (-4 *3 (-351)) (-4 *4 (-330 *3)) (-4 *5 (-1241 *4)) (-5 *1 (-777 *3 *4 *5 *2 *6)) (-4 *2 (-1241 *5)) (-14 *6 (-921)))) (-1821 (*1 *2 *3) (|partial| -12 (-4 *4 (-351)) (-4 *5 (-330 *4)) (-4 *6 (-1241 *5)) (-5 *2 (-1171 (-1171 *4))) (-5 *1 (-777 *4 *5 *6 *3 *7)) (-4 *3 (-1241 *6)) (-14 *7 (-921)))) (-2728 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *5 (-330 *4)) (-4 *6 (-1241 *5)) (-5 *2 (-644 *3)) (-5 *1 (-777 *4 *5 *6 *3 *7)) (-4 *3 (-1241 *6)) (-14 *7 (-921)))))
+(-10 -7 (-15 -2728 ((-644 |#4|) |#4|)) (-15 -1821 ((-3 (-1171 (-1171 |#1|)) "failed") |#4|)) (-15 -3365 (|#4| |#4|)))
+((-2200 (((-2 (|:| |deter| (-644 (-1171 |#5|))) (|:| |dterm| (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-644 |#1|)) (|:| |nlead| (-644 |#5|))) (-1171 |#5|) (-644 |#1|) (-644 |#5|)) 75)) (-3393 (((-644 (-771)) |#1|) 20)))
+(((-778 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2200 ((-2 (|:| |deter| (-644 (-1171 |#5|))) (|:| |dterm| (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-644 |#1|)) (|:| |nlead| (-644 |#5|))) (-1171 |#5|) (-644 |#1|) (-644 |#5|))) (-15 -3393 ((-644 (-771)) |#1|))) (-1241 |#4|) (-793) (-850) (-308) (-949 |#4| |#2| |#3|)) (T -778))
+((-3393 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-644 (-771))) (-5 *1 (-778 *3 *4 *5 *6 *7)) (-4 *3 (-1241 *6)) (-4 *7 (-949 *6 *4 *5)))) (-2200 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1241 *9)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-308)) (-4 *10 (-949 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-644 (-1171 *10))) (|:| |dterm| (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| *10))))) (|:| |nfacts| (-644 *6)) (|:| |nlead| (-644 *10)))) (-5 *1 (-778 *6 *7 *8 *9 *10)) (-5 *3 (-1171 *10)) (-5 *4 (-644 *6)) (-5 *5 (-644 *10)))))
+(-10 -7 (-15 -2200 ((-2 (|:| |deter| (-644 (-1171 |#5|))) (|:| |dterm| (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-644 |#1|)) (|:| |nlead| (-644 |#5|))) (-1171 |#5|) (-644 |#1|) (-644 |#5|))) (-15 -3393 ((-644 (-771)) |#1|)))
+((-2260 (((-644 (-2 (|:| |outval| |#1|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#1|))))) (-689 (-409 (-566))) |#1|) 31)) (-2546 (((-644 |#1|) (-689 (-409 (-566))) |#1|) 21)) (-2080 (((-952 (-409 (-566))) (-689 (-409 (-566))) (-1175)) 18) (((-952 (-409 (-566))) (-689 (-409 (-566)))) 17)))
+(((-779 |#1|) (-10 -7 (-15 -2080 ((-952 (-409 (-566))) (-689 (-409 (-566))))) (-15 -2080 ((-952 (-409 (-566))) (-689 (-409 (-566))) (-1175))) (-15 -2546 ((-644 |#1|) (-689 (-409 (-566))) |#1|)) (-15 -2260 ((-644 (-2 (|:| |outval| |#1|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#1|))))) (-689 (-409 (-566))) |#1|))) (-13 (-365) (-848))) (T -779))
+((-2260 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-644 (-2 (|:| |outval| *4) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 *4)))))) (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848))))) (-2546 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-644 *4)) (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848))))) (-2080 (*1 *2 *3 *4) (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *4 (-1175)) (-5 *2 (-952 (-409 (-566)))) (-5 *1 (-779 *5)) (-4 *5 (-13 (-365) (-848))))) (-2080 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-952 (-409 (-566)))) (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848))))))
+(-10 -7 (-15 -2080 ((-952 (-409 (-566))) (-689 (-409 (-566))))) (-15 -2080 ((-952 (-409 (-566))) (-689 (-409 (-566))) (-1175))) (-15 -2546 ((-644 |#1|) (-689 (-409 (-566))) |#1|)) (-15 -2260 ((-644 (-2 (|:| |outval| |#1|) (|:| |outmult| (-566)) (|:| |outvect| (-644 (-689 |#1|))))) (-689 (-409 (-566))) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 36)) (-3981 (((-644 |#2|) $) NIL)) (-3817 (((-1171 $) $ |#2|) NIL) (((-1171 |#1|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 |#2|)) NIL)) (-2276 (($ $) 30)) (-2552 (((-112) $ $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3334 (($ $ $) 110 (|has| |#1| (-558)))) (-3371 (((-644 $) $ $) 123 (|has| |#1| (-558)))) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1778 (($ $) NIL (|has| |#1| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-952 (-409 (-566)))) NIL (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))))) (((-3 $ "failed") (-952 (-566))) NIL (-2700 (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-3348 (|has| |#1| (-38 (-409 (-566)))))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175)))))) (((-3 $ "failed") (-952 |#1|)) NIL (-2700 (-12 (|has| |#2| (-614 (-1175))) (-3348 (|has| |#1| (-38 (-409 (-566))))) (-3348 (|has| |#1| (-38 (-566))))) (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-3348 (|has| |#1| (-38 (-409 (-566))))) (-3348 (|has| |#1| (-547)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))) (-3348 (|has| |#1| (-992 (-566))))))) (((-3 (-1124 |#1| |#2|) "failed") $) 21)) (-3213 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) ((|#2| $) NIL) (($ (-952 (-409 (-566)))) NIL (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))))) (($ (-952 (-566))) NIL (-2700 (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-3348 (|has| |#1| (-38 (-409 (-566)))))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175)))))) (($ (-952 |#1|)) NIL (-2700 (-12 (|has| |#2| (-614 (-1175))) (-3348 (|has| |#1| (-38 (-409 (-566))))) (-3348 (|has| |#1| (-38 (-566))))) (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-3348 (|has| |#1| (-38 (-409 (-566))))) (-3348 (|has| |#1| (-547)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))) (-3348 (|has| |#1| (-992 (-566))))))) (((-1124 |#1| |#2|) $) NIL)) (-3095 (($ $ $ |#2|) NIL (|has| |#1| (-172))) (($ $ $) 121 (|has| |#1| (-558)))) (-4162 (($ $) NIL) (($ $ |#2|) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3383 (((-112) $ $) NIL) (((-112) $ (-644 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-1977 (((-112) $) NIL)) (-3960 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 81)) (-3160 (($ $) 136 (|has| |#1| (-454)))) (-3156 (($ $) NIL (|has| |#1| (-454))) (($ $ |#2|) NIL (|has| |#1| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#1| (-909)))) (-3524 (($ $) NIL (|has| |#1| (-558)))) (-1604 (($ $) NIL (|has| |#1| (-558)))) (-2038 (($ $ $) 76) (($ $ $ |#2|) NIL)) (-2442 (($ $ $) 79) (($ $ $ |#2|) NIL)) (-3406 (($ $ |#1| (-533 |#2|) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| |#1| (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| |#1| (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-1568 (((-112) $) 57)) (-2606 (((-771) $) NIL)) (-2639 (((-112) $ $) NIL) (((-112) $ (-644 $)) NIL)) (-3342 (($ $ $ $ $) 107 (|has| |#1| (-558)))) (-3752 ((|#2| $) 22)) (-3972 (($ (-1171 |#1|) |#2|) NIL) (($ (-1171 $) |#2|) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-533 |#2|)) NIL) (($ $ |#2| (-771)) 38) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-3753 (($ $ $) 63)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ |#2|) NIL)) (-3448 (((-112) $) NIL)) (-3888 (((-533 |#2|) $) NIL) (((-771) $ |#2|) NIL) (((-644 (-771)) $ (-644 |#2|)) NIL)) (-3504 (((-771) $) 23)) (-2450 (($ (-1 (-533 |#2|) (-533 |#2|)) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3107 (((-3 |#2| "failed") $) NIL)) (-1728 (($ $) NIL (|has| |#1| (-454)))) (-1794 (($ $) NIL (|has| |#1| (-454)))) (-2787 (((-644 $) $) NIL)) (-2716 (($ $) 39)) (-2536 (($ $) NIL (|has| |#1| (-454)))) (-2623 (((-644 $) $) 43)) (-1375 (($ $) 41)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL) (($ $ |#2|) 48)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3493 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2785 (-771))) $ $) 96)) (-3051 (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $) 78) (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $ |#2|) NIL)) (-3390 (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -4368 $)) $ $) NIL) (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -4368 $)) $ $ |#2|) NIL)) (-2347 (($ $ $) 83) (($ $ $ |#2|) NIL)) (-2192 (($ $ $) 86) (($ $ $ |#2|) NIL)) (-3057 (((-1157) $) NIL)) (-3331 (($ $ $) 125 (|has| |#1| (-558)))) (-1927 (((-644 $) $) 32)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| |#2|) (|:| -3388 (-771))) "failed") $) NIL)) (-3717 (((-112) $ $) NIL) (((-112) $ (-644 $)) NIL)) (-3527 (($ $ $) NIL)) (-1783 (($ $) 24)) (-3004 (((-112) $ $) NIL)) (-2988 (((-112) $ $) NIL) (((-112) $ (-644 $)) NIL)) (-2072 (($ $ $) NIL)) (-3477 (($ $) 26)) (-2029 (((-1119) $) NIL)) (-2234 (((-2 (|:| -1962 $) (|:| |coef2| $)) $ $) 116 (|has| |#1| (-558)))) (-3929 (((-2 (|:| -1962 $) (|:| |coef1| $)) $ $) 113 (|has| |#1| (-558)))) (-4096 (((-112) $) 56)) (-4109 ((|#1| $) 58)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-1962 ((|#1| |#1| $) 133 (|has| |#1| (-454))) (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-909)))) (-1724 (((-2 (|:| -1962 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 119 (|has| |#1| (-558)))) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) 98 (|has| |#1| (-558)))) (-2384 (($ $ |#1|) 129 (|has| |#1| (-558))) (($ $ $) NIL (|has| |#1| (-558)))) (-2412 (($ $ |#1|) 128 (|has| |#1| (-558))) (($ $ $) NIL (|has| |#1| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-644 |#2|) (-644 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-644 |#2|) (-644 $)) NIL)) (-2018 (($ $ |#2|) NIL (|has| |#1| (-172)))) (-2324 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-4297 (((-533 |#2|) $) NIL) (((-771) $ |#2|) 45) (((-644 (-771)) $ (-644 |#2|)) NIL)) (-3639 (($ $) NIL)) (-2584 (($ $) 35)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| |#1| (-614 (-538))) (|has| |#2| (-614 (-538))))) (($ (-952 (-409 (-566)))) NIL (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175))))) (($ (-952 (-566))) NIL (-2700 (-12 (|has| |#1| (-38 (-566))) (|has| |#2| (-614 (-1175))) (-3348 (|has| |#1| (-38 (-409 (-566)))))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#2| (-614 (-1175)))))) (($ (-952 |#1|)) NIL (|has| |#2| (-614 (-1175)))) (((-1157) $) NIL (-12 (|has| |#1| (-1038 (-566))) (|has| |#2| (-614 (-1175))))) (((-952 |#1|) $) NIL (|has| |#2| (-614 (-1175))))) (-1573 ((|#1| $) 132 (|has| |#1| (-454))) (($ $ |#2|) NIL (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-952 |#1|) $) NIL (|has| |#2| (-614 (-1175)))) (((-1124 |#1| |#2|) $) 18) (($ (-1124 |#1| |#2|)) 19) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-533 |#2|)) NIL) (($ $ |#2| (-771)) 47) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) 13 T CONST)) (-2799 (((-3 (-112) "failed") $ $) NIL)) (-3424 (($) 37 T CONST)) (-1503 (($ $ $ $ (-771)) 105 (|has| |#1| (-558)))) (-3074 (($ $ $ (-771)) 104 (|has| |#1| (-558)))) (-3218 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) 75)) (-2964 (($ $ $) 85)) (** (($ $ (-921)) NIL) (($ $ (-771)) 70)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 62) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 61) (($ $ |#1|) NIL)))
(((-780 |#1| |#2|) (-13 (-1064 |#1| (-533 |#2|) |#2|) (-613 (-1124 |#1| |#2|)) (-1038 (-1124 |#1| |#2|))) (-1049) (-850)) (T -780))
NIL
(-13 (-1064 |#1| (-533 |#2|) |#2|) (-613 (-1124 |#1| |#2|)) (-1038 (-1124 |#1| |#2|)))
-((-2319 (((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|)) 13)))
-(((-781 |#1| |#2|) (-10 -7 (-15 -2319 ((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|)))) (-1049) (-1049)) (T -781))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-782 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-782 *6)) (-5 *1 (-781 *5 *6)))))
-(-10 -7 (-15 -2319 ((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 12)) (-4036 (((-1264 |#1|) $ (-771)) NIL)) (-1771 (((-644 (-1081)) $) NIL)) (-3732 (($ (-1171 |#1|)) NIL)) (-1590 (((-1171 $) $ (-1081)) NIL) (((-1171 |#1|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-1081))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1400 (((-644 $) $ $) 54 (|has| |#1| (-558)))) (-1890 (($ $ $) 50 (|has| |#1| (-558)))) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1378 (($ $) NIL (|has| |#1| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-2197 (($ $ (-771)) NIL)) (-1583 (($ $ (-771)) NIL)) (-3946 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-454)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1081) "failed") $) NIL) (((-3 (-1171 |#1|) "failed") $) 10)) (-4158 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1081) $) NIL) (((-1171 |#1|) $) NIL)) (-2610 (($ $ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $ $) 58 (|has| |#1| (-172)))) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-2218 (($ $ $) NIL)) (-4058 (($ $ $) 87 (|has| |#1| (-558)))) (-1514 (((-2 (|:| -2397 |#1|) (|:| -2631 $) (|:| -3264 $)) $ $) 86 (|has| |#1| (-558)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2616 (($ $) NIL (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-909)))) (-1896 (($ $ |#1| (-771) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2679 (((-771) $ $) NIL (|has| |#1| (-558)))) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-1150)))) (-1757 (($ (-1171 |#1|) (-1081)) NIL) (($ (-1171 $) (-1081)) NIL)) (-3394 (($ $ (-771)) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-771)) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-1492 (($ $ $) 27)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-1081)) NIL) (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2749 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-3021 (($ (-1 (-771) (-771)) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2513 (((-1171 |#1|) $) NIL)) (-2297 (((-3 (-1081) "failed") $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-1903 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -1956 (-771))) $ $) 37)) (-3080 (($ $ $) 41)) (-4139 (($ $ $) 47)) (-1980 (((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $) 46)) (-3380 (((-1157) $) NIL)) (-3940 (($ $ $) 56 (|has| |#1| (-558)))) (-2307 (((-2 (|:| -2631 $) (|:| -3264 $)) $ (-771)) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-1081)) (|:| -2201 (-771))) "failed") $) NIL)) (-3313 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3289 (($) NIL (|has| |#1| (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-4092 (((-2 (|:| -2164 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-558)))) (-3220 (((-2 (|:| -2164 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-558)))) (-3591 (((-2 (|:| -2610 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-558)))) (-2625 (((-2 (|:| -2610 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-558)))) (-2761 (((-112) $) 13)) (-2773 ((|#1| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3252 (($ $ (-771) |#1| $) 26)) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-909)))) (-3188 (((-2 (|:| -2164 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-558)))) (-3354 (((-2 (|:| -2610 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-558)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#1|) NIL) (($ $ (-644 (-1081)) (-644 |#1|)) NIL) (($ $ (-1081) $) NIL) (($ $ (-644 (-1081)) (-644 $)) NIL)) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-409 $) (-409 $) (-409 $)) NIL (|has| |#1| (-558))) ((|#1| (-409 $) |#1|) NIL (|has| |#1| (-365))) (((-409 $) $ (-409 $)) NIL (|has| |#1| (-558)))) (-2382 (((-3 $ "failed") $ (-771)) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-4068 (($ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $) NIL (|has| |#1| (-172)))) (-3629 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-3902 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-3173 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-2529 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558))) (((-3 (-409 $) "failed") (-409 $) $) NIL (|has| |#1| (-558)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-1081)) NIL) (((-1171 |#1|) $) 7) (($ (-1171 |#1|)) 8) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-771)) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) 28 T CONST)) (-4366 (($) 32 T CONST)) (-3497 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) 40) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 31) (($ $ |#1|) NIL)))
-(((-782 |#1|) (-13 (-1240 |#1|) (-613 (-1171 |#1|)) (-1038 (-1171 |#1|)) (-10 -8 (-15 -3252 ($ $ (-771) |#1| $)) (-15 -1492 ($ $ $)) (-15 -1903 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -1956 (-771))) $ $)) (-15 -3080 ($ $ $)) (-15 -1980 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -4139 ($ $ $)) (IF (|has| |#1| (-558)) (PROGN (-15 -1400 ((-644 $) $ $)) (-15 -3940 ($ $ $)) (-15 -3188 ((-2 (|:| -2164 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3220 ((-2 (|:| -2164 $) (|:| |coef1| $)) $ $)) (-15 -4092 ((-2 (|:| -2164 $) (|:| |coef2| $)) $ $)) (-15 -3354 ((-2 (|:| -2610 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2625 ((-2 (|:| -2610 |#1|) (|:| |coef1| $)) $ $)) (-15 -3591 ((-2 (|:| -2610 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1049)) (T -782))
-((-3252 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-771)) (-5 *1 (-782 *3)) (-4 *3 (-1049)))) (-1492 (*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049)))) (-1903 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-782 *3)) (|:| |polden| *3) (|:| -1956 (-771)))) (-5 *1 (-782 *3)) (-4 *3 (-1049)))) (-3080 (*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049)))) (-1980 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2397 *3) (|:| |gap| (-771)) (|:| -2631 (-782 *3)) (|:| -3264 (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-1049)))) (-4139 (*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049)))) (-1400 (*1 *2 *1 *1) (-12 (-5 *2 (-644 (-782 *3))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-3940 (*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-558)) (-4 *2 (-1049)))) (-3188 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2164 (-782 *3)) (|:| |coef1| (-782 *3)) (|:| |coef2| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-3220 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2164 (-782 *3)) (|:| |coef1| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-4092 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2164 (-782 *3)) (|:| |coef2| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-3354 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2610 *3) (|:| |coef1| (-782 *3)) (|:| |coef2| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-2625 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2610 *3) (|:| |coef1| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-3591 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2610 *3) (|:| |coef2| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))))
-(-13 (-1240 |#1|) (-613 (-1171 |#1|)) (-1038 (-1171 |#1|)) (-10 -8 (-15 -3252 ($ $ (-771) |#1| $)) (-15 -1492 ($ $ $)) (-15 -1903 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -1956 (-771))) $ $)) (-15 -3080 ($ $ $)) (-15 -1980 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -4139 ($ $ $)) (IF (|has| |#1| (-558)) (PROGN (-15 -1400 ((-644 $) $ $)) (-15 -3940 ($ $ $)) (-15 -3188 ((-2 (|:| -2164 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3220 ((-2 (|:| -2164 $) (|:| |coef1| $)) $ $)) (-15 -4092 ((-2 (|:| -2164 $) (|:| |coef2| $)) $ $)) (-15 -3354 ((-2 (|:| -2610 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2625 ((-2 (|:| -2610 |#1|) (|:| |coef1| $)) $ $)) (-15 -3591 ((-2 (|:| -2610 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
-((-4260 ((|#1| (-771) |#1|) 33 (|has| |#1| (-38 (-409 (-566)))))) (-1394 ((|#1| (-771) |#1|) 23)) (-4040 ((|#1| (-771) |#1|) 35 (|has| |#1| (-38 (-409 (-566)))))))
-(((-783 |#1|) (-10 -7 (-15 -1394 (|#1| (-771) |#1|)) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -4040 (|#1| (-771) |#1|)) (-15 -4260 (|#1| (-771) |#1|))) |%noBranch|)) (-172)) (T -783))
-((-4260 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-172)))) (-4040 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-172)))) (-1394 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-172)))))
-(-10 -7 (-15 -1394 (|#1| (-771) |#1|)) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -4040 (|#1| (-771) |#1|)) (-15 -4260 (|#1| (-771) |#1|))) |%noBranch|))
-((-2988 (((-112) $ $) 7)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |#4|)))) (-644 |#4|)) 86)) (-2779 (((-644 $) (-644 |#4|)) 87) (((-644 $) (-644 |#4|) (-112)) 112)) (-1771 (((-644 |#3|) $) 34)) (-3071 (((-112) $) 27)) (-3274 (((-112) $) 18 (|has| |#1| (-558)))) (-2267 (((-112) |#4| $) 102) (((-112) $) 98)) (-1411 ((|#4| |#4| $) 93)) (-1378 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| $) 127)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) 28)) (-1504 (((-112) $ (-771)) 45)) (-3678 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4414))) (((-3 |#4| "failed") $ |#3|) 80)) (-2463 (($) 46 T CONST)) (-3036 (((-112) $) 23 (|has| |#1| (-558)))) (-1963 (((-112) $ $) 25 (|has| |#1| (-558)))) (-2983 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1477 (((-112) $) 26 (|has| |#1| (-558)))) (-3930 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1789 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) 37)) (-4158 (($ (-644 |#4|)) 36)) (-3919 (((-3 $ "failed") $) 83)) (-3110 ((|#4| |#4| $) 90)) (-3942 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3599 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2690 ((|#4| |#4| $) 88)) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4414))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-3476 (((-2 (|:| -1685 (-644 |#4|)) (|:| -3292 (-644 |#4|))) $) 106)) (-2969 (((-112) |#4| $) 137)) (-1951 (((-112) |#4| $) 134)) (-2775 (((-112) |#4| $) 138) (((-112) $) 135)) (-1683 (((-644 |#4|) $) 53 (|has| $ (-6 -4414)))) (-1640 (((-112) |#4| $) 105) (((-112) $) 104)) (-4296 ((|#3| $) 35)) (-3456 (((-112) $ (-771)) 44)) (-3491 (((-644 |#4|) $) 54 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 48)) (-1785 (((-644 |#3|) $) 33)) (-1579 (((-112) |#3| $) 32)) (-3267 (((-112) $ (-771)) 43)) (-3380 (((-1157) $) 10)) (-3006 (((-3 |#4| (-644 $)) |#4| |#4| $) 129)) (-3940 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| |#4| $) 128)) (-2641 (((-3 |#4| "failed") $) 84)) (-2568 (((-644 $) |#4| $) 130)) (-1493 (((-3 (-112) (-644 $)) |#4| $) 133)) (-3835 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-1997 (((-644 $) |#4| $) 126) (((-644 $) (-644 |#4|) $) 125) (((-644 $) (-644 |#4|) (-644 $)) 124) (((-644 $) |#4| (-644 $)) 123)) (-2921 (($ |#4| $) 118) (($ (-644 |#4|) $) 117)) (-2133 (((-644 |#4|) $) 108)) (-2543 (((-112) |#4| $) 100) (((-112) $) 96)) (-1906 ((|#4| |#4| $) 91)) (-3077 (((-112) $ $) 111)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-3374 (((-112) |#4| $) 101) (((-112) $) 97)) (-4074 ((|#4| |#4| $) 92)) (-4072 (((-1119) $) 11)) (-3908 (((-3 |#4| "failed") $) 85)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2718 (((-3 $ "failed") $ |#4|) 79)) (-3369 (($ $ |#4|) 78) (((-644 $) |#4| $) 116) (((-644 $) |#4| (-644 $)) 115) (((-644 $) (-644 |#4|) $) 114) (((-644 $) (-644 |#4|) (-644 $)) 113)) (-2823 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) 39)) (-2872 (((-112) $) 42)) (-3493 (($) 41)) (-3902 (((-771) $) 107)) (-4083 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4414)))) (-1480 (($ $) 40)) (-2376 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) 61)) (-4305 (($ $ |#3|) 29)) (-1702 (($ $ |#3|) 31)) (-4017 (($ $) 89)) (-3809 (($ $ |#3|) 30)) (-3152 (((-862) $) 12) (((-644 |#4|) $) 38)) (-3909 (((-771) $) 77 (|has| |#3| (-370)))) (-3044 (((-112) $ $) 9)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3622 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-3998 (((-644 $) |#4| $) 122) (((-644 $) |#4| (-644 $)) 121) (((-644 $) (-644 |#4|) $) 120) (((-644 $) (-644 |#4|) (-644 $)) 119)) (-2210 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4414)))) (-4382 (((-644 |#3|) $) 82)) (-2676 (((-112) |#4| $) 136)) (-4217 (((-112) |#3| $) 81)) (-2914 (((-112) $ $) 6)) (-3000 (((-771) $) 47 (|has| $ (-6 -4414)))))
+((-1895 (((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|)) 13)))
+(((-781 |#1| |#2|) (-10 -7 (-15 -1895 ((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|)))) (-1049) (-1049)) (T -781))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-782 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-782 *6)) (-5 *1 (-781 *5 *6)))))
+(-10 -7 (-15 -1895 ((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 12)) (-2953 (((-1265 |#1|) $ (-771)) NIL)) (-3981 (((-644 (-1081)) $) NIL)) (-2109 (($ (-1171 |#1|)) NIL)) (-3817 (((-1171 $) $ (-1081)) NIL) (((-1171 |#1|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-1081))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-2039 (((-644 $) $ $) 54 (|has| |#1| (-558)))) (-3334 (($ $ $) 50 (|has| |#1| (-558)))) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1778 (($ $) NIL (|has| |#1| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3354 (($ $ (-771)) NIL)) (-3363 (($ $ (-771)) NIL)) (-3378 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-454)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1081) "failed") $) NIL) (((-3 (-1171 |#1|) "failed") $) 10)) (-3213 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1081) $) NIL) (((-1171 |#1|) $) NIL)) (-3095 (($ $ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $ $) 58 (|has| |#1| (-172)))) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-3579 (($ $ $) NIL)) (-3151 (($ $ $) 87 (|has| |#1| (-558)))) (-3960 (((-2 (|:| -2651 |#1|) (|:| -2075 $) (|:| -4368 $)) $ $) 86 (|has| |#1| (-558)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-3156 (($ $) NIL (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#1| (-909)))) (-3406 (($ $ |#1| (-771) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2464 (((-771) $ $) NIL (|has| |#1| (-558)))) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-1150)))) (-3972 (($ (-1171 |#1|) (-1081)) NIL) (($ (-1171 $) (-1081)) NIL)) (-1942 (($ $ (-771)) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-771)) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-3753 (($ $ $) 27)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-1081)) NIL) (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-3888 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-2450 (($ (-1 (-771) (-771)) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3361 (((-1171 |#1|) $) NIL)) (-3107 (((-3 (-1081) "failed") $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3493 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2785 (-771))) $ $) 37)) (-3040 (($ $ $) 41)) (-1516 (($ $ $) 47)) (-3051 (((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $) 46)) (-3057 (((-1157) $) NIL)) (-3331 (($ $ $) 56 (|has| |#1| (-558)))) (-1976 (((-2 (|:| -2075 $) (|:| -4368 $)) $ (-771)) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-1081)) (|:| -3388 (-771))) "failed") $) NIL)) (-3613 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1783 (($) NIL (|has| |#1| (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-2234 (((-2 (|:| -1962 $) (|:| |coef2| $)) $ $) 82 (|has| |#1| (-558)))) (-3929 (((-2 (|:| -1962 $) (|:| |coef1| $)) $ $) 78 (|has| |#1| (-558)))) (-3300 (((-2 (|:| -3095 |#1|) (|:| |coef2| $)) $ $) 70 (|has| |#1| (-558)))) (-2012 (((-2 (|:| -3095 |#1|) (|:| |coef1| $)) $ $) 66 (|has| |#1| (-558)))) (-4096 (((-112) $) 13)) (-4109 ((|#1| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-4265 (($ $ (-771) |#1| $) 26)) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-909)))) (-1724 (((-2 (|:| -1962 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 74 (|has| |#1| (-558)))) (-2756 (((-2 (|:| -3095 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 62 (|has| |#1| (-558)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#1|) NIL) (($ $ (-644 (-1081)) (-644 |#1|)) NIL) (($ $ (-1081) $) NIL) (($ $ (-644 (-1081)) (-644 $)) NIL)) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-409 $) (-409 $) (-409 $)) NIL (|has| |#1| (-558))) ((|#1| (-409 $) |#1|) NIL (|has| |#1| (-365))) (((-409 $) $ (-409 $)) NIL (|has| |#1| (-558)))) (-1506 (((-3 $ "failed") $ (-771)) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2018 (($ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $) NIL (|has| |#1| (-172)))) (-2324 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-4297 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-1573 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3551 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558))) (((-3 (-409 $) "failed") (-409 $) $) NIL (|has| |#1| (-558)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-1081)) NIL) (((-1171 |#1|) $) 7) (($ (-1171 |#1|)) 8) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-771)) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) 28 T CONST)) (-3424 (($) 32 T CONST)) (-3218 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) 40) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 31) (($ $ |#1|) NIL)))
+(((-782 |#1|) (-13 (-1241 |#1|) (-613 (-1171 |#1|)) (-1038 (-1171 |#1|)) (-10 -8 (-15 -4265 ($ $ (-771) |#1| $)) (-15 -3753 ($ $ $)) (-15 -3493 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2785 (-771))) $ $)) (-15 -3040 ($ $ $)) (-15 -3051 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -1516 ($ $ $)) (IF (|has| |#1| (-558)) (PROGN (-15 -2039 ((-644 $) $ $)) (-15 -3331 ($ $ $)) (-15 -1724 ((-2 (|:| -1962 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3929 ((-2 (|:| -1962 $) (|:| |coef1| $)) $ $)) (-15 -2234 ((-2 (|:| -1962 $) (|:| |coef2| $)) $ $)) (-15 -2756 ((-2 (|:| -3095 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2012 ((-2 (|:| -3095 |#1|) (|:| |coef1| $)) $ $)) (-15 -3300 ((-2 (|:| -3095 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1049)) (T -782))
+((-4265 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-771)) (-5 *1 (-782 *3)) (-4 *3 (-1049)))) (-3753 (*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049)))) (-3493 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-782 *3)) (|:| |polden| *3) (|:| -2785 (-771)))) (-5 *1 (-782 *3)) (-4 *3 (-1049)))) (-3040 (*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049)))) (-3051 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2651 *3) (|:| |gap| (-771)) (|:| -2075 (-782 *3)) (|:| -4368 (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-1049)))) (-1516 (*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049)))) (-2039 (*1 *2 *1 *1) (-12 (-5 *2 (-644 (-782 *3))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-3331 (*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-558)) (-4 *2 (-1049)))) (-1724 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1962 (-782 *3)) (|:| |coef1| (-782 *3)) (|:| |coef2| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-3929 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1962 (-782 *3)) (|:| |coef1| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-2234 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1962 (-782 *3)) (|:| |coef2| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-2756 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3095 *3) (|:| |coef1| (-782 *3)) (|:| |coef2| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-2012 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3095 *3) (|:| |coef1| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))) (-3300 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3095 *3) (|:| |coef2| (-782 *3)))) (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))))
+(-13 (-1241 |#1|) (-613 (-1171 |#1|)) (-1038 (-1171 |#1|)) (-10 -8 (-15 -4265 ($ $ (-771) |#1| $)) (-15 -3753 ($ $ $)) (-15 -3493 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2785 (-771))) $ $)) (-15 -3040 ($ $ $)) (-15 -3051 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -1516 ($ $ $)) (IF (|has| |#1| (-558)) (PROGN (-15 -2039 ((-644 $) $ $)) (-15 -3331 ($ $ $)) (-15 -1724 ((-2 (|:| -1962 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3929 ((-2 (|:| -1962 $) (|:| |coef1| $)) $ $)) (-15 -2234 ((-2 (|:| -1962 $) (|:| |coef2| $)) $ $)) (-15 -2756 ((-2 (|:| -3095 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2012 ((-2 (|:| -3095 |#1|) (|:| |coef1| $)) $ $)) (-15 -3300 ((-2 (|:| -3095 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
+((-3362 ((|#1| (-771) |#1|) 33 (|has| |#1| (-38 (-409 (-566)))))) (-1988 ((|#1| (-771) |#1|) 23)) (-3002 ((|#1| (-771) |#1|) 35 (|has| |#1| (-38 (-409 (-566)))))))
+(((-783 |#1|) (-10 -7 (-15 -1988 (|#1| (-771) |#1|)) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3002 (|#1| (-771) |#1|)) (-15 -3362 (|#1| (-771) |#1|))) |%noBranch|)) (-172)) (T -783))
+((-3362 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-172)))) (-3002 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-172)))) (-1988 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-172)))))
+(-10 -7 (-15 -1988 (|#1| (-771) |#1|)) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3002 (|#1| (-771) |#1|)) (-15 -3362 (|#1| (-771) |#1|))) |%noBranch|))
+((-4124 (((-112) $ $) 7)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |#4|)))) (-644 |#4|)) 86)) (-4141 (((-644 $) (-644 |#4|)) 87) (((-644 $) (-644 |#4|) (-112)) 112)) (-3981 (((-644 |#3|) $) 34)) (-2935 (((-112) $) 27)) (-3212 (((-112) $) 18 (|has| |#1| (-558)))) (-2793 (((-112) |#4| $) 102) (((-112) $) 98)) (-2147 ((|#4| |#4| $) 93)) (-1778 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| $) 127)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) 28)) (-3874 (((-112) $ (-771)) 45)) (-1997 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4415))) (((-3 |#4| "failed") $ |#3|) 80)) (-4145 (($) 46 T CONST)) (-2582 (((-112) $) 23 (|has| |#1| (-558)))) (-2872 (((-112) $ $) 25 (|has| |#1| (-558)))) (-3370 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1703 (((-112) $) 26 (|has| |#1| (-558)))) (-3236 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1680 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) 37)) (-3213 (($ (-644 |#4|)) 36)) (-3616 (((-3 $ "failed") $) 83)) (-2118 ((|#4| |#4| $) 90)) (-3640 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3383 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-1437 ((|#4| |#4| $) 88)) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4415))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1579 (((-2 (|:| -2578 (-644 |#4|)) (|:| -3009 (-644 |#4|))) $) 106)) (-3248 (((-112) |#4| $) 137)) (-2735 (((-112) |#4| $) 134)) (-4101 (((-112) |#4| $) 138) (((-112) $) 135)) (-3953 (((-644 |#4|) $) 53 (|has| $ (-6 -4415)))) (-2639 (((-112) |#4| $) 105) (((-112) $) 104)) (-3752 ((|#3| $) 35)) (-1392 (((-112) $ (-771)) 44)) (-1690 (((-644 |#4|) $) 54 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 48)) (-1648 (((-644 |#3|) $) 33)) (-3327 (((-112) |#3| $) 32)) (-4395 (((-112) $ (-771)) 43)) (-3057 (((-1157) $) 10)) (-3606 (((-3 |#4| (-644 $)) |#4| |#4| $) 129)) (-3331 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| |#4| $) 128)) (-1855 (((-3 |#4| "failed") $) 84)) (-2647 (((-644 $) |#4| $) 130)) (-3766 (((-3 (-112) (-644 $)) |#4| $) 133)) (-1772 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-1980 (((-644 $) |#4| $) 126) (((-644 $) (-644 |#4|) $) 125) (((-644 $) (-644 |#4|) (-644 $)) 124) (((-644 $) |#4| (-644 $)) 123)) (-2931 (($ |#4| $) 118) (($ (-644 |#4|) $) 117)) (-3983 (((-644 |#4|) $) 108)) (-3717 (((-112) |#4| $) 100) (((-112) $) 96)) (-3527 ((|#4| |#4| $) 91)) (-3004 (((-112) $ $) 111)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-2988 (((-112) |#4| $) 101) (((-112) $) 97)) (-2072 ((|#4| |#4| $) 92)) (-2029 (((-1119) $) 11)) (-3604 (((-3 |#4| "failed") $) 85)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-1687 (((-3 $ "failed") $ |#4|) 79)) (-2929 (($ $ |#4|) 78) (((-644 $) |#4| $) 116) (((-644 $) |#4| (-644 $)) 115) (((-644 $) (-644 |#4|) $) 114) (((-644 $) (-644 |#4|) (-644 $)) 113)) (-3295 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) 39)) (-3758 (((-112) $) 42)) (-1710 (($) 41)) (-4297 (((-771) $) 107)) (-2037 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4415)))) (-1800 (($ $) 40)) (-1945 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) 61)) (-3833 (($ $ |#3|) 29)) (-2046 (($ $ |#3|) 31)) (-2770 (($ $) 89)) (-1594 (($ $ |#3|) 30)) (-1650 (((-862) $) 12) (((-644 |#4|) $) 38)) (-4329 (((-771) $) 77 (|has| |#3| (-370)))) (-2657 (((-112) $ $) 9)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3575 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-2556 (((-644 $) |#4| $) 122) (((-644 $) |#4| (-644 $)) 121) (((-644 $) (-644 |#4|) $) 120) (((-644 $) (-644 |#4|) (-644 $)) 119)) (-3487 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4415)))) (-2077 (((-644 |#3|) $) 82)) (-2437 (((-112) |#4| $) 136)) (-4205 (((-112) |#3| $) 81)) (-2868 (((-112) $ $) 6)) (-4142 (((-771) $) 47 (|has| $ (-6 -4415)))))
(((-784 |#1| |#2| |#3| |#4|) (-140) (-454) (-793) (-850) (-1064 |t#1| |t#2| |t#3|)) (T -784))
NIL
(-13 (-1070 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1070 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1207 |#1| |#2| |#3| |#4|) . T) ((-1214) . T))
-((-4190 (((-3 (-381) "failed") (-317 |#1|) (-921)) 62 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-381) "failed") (-317 |#1|)) 54 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-381) "failed") (-409 (-952 |#1|)) (-921)) 41 (|has| |#1| (-558))) (((-3 (-381) "failed") (-409 (-952 |#1|))) 40 (|has| |#1| (-558))) (((-3 (-381) "failed") (-952 |#1|) (-921)) 31 (|has| |#1| (-1049))) (((-3 (-381) "failed") (-952 |#1|)) 30 (|has| |#1| (-1049)))) (-2189 (((-381) (-317 |#1|) (-921)) 99 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-381) (-317 |#1|)) 94 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-381) (-409 (-952 |#1|)) (-921)) 91 (|has| |#1| (-558))) (((-381) (-409 (-952 |#1|))) 90 (|has| |#1| (-558))) (((-381) (-952 |#1|) (-921)) 86 (|has| |#1| (-1049))) (((-381) (-952 |#1|)) 85 (|has| |#1| (-1049))) (((-381) |#1| (-921)) 76) (((-381) |#1|) 22)) (-1886 (((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)) (-921)) 71 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-169 (-381)) "failed") (-317 (-169 |#1|))) 70 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-169 (-381)) "failed") (-317 |#1|) (-921)) 63 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-169 (-381)) "failed") (-317 |#1|)) 61 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))) (-921)) 46 (|has| |#1| (-558))) (((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|)))) 45 (|has| |#1| (-558))) (((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)) (-921)) 39 (|has| |#1| (-558))) (((-3 (-169 (-381)) "failed") (-409 (-952 |#1|))) 38 (|has| |#1| (-558))) (((-3 (-169 (-381)) "failed") (-952 |#1|) (-921)) 28 (|has| |#1| (-1049))) (((-3 (-169 (-381)) "failed") (-952 |#1|)) 26 (|has| |#1| (-1049))) (((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)) (-921)) 18 (|has| |#1| (-172))) (((-3 (-169 (-381)) "failed") (-952 (-169 |#1|))) 15 (|has| |#1| (-172)))) (-1529 (((-169 (-381)) (-317 (-169 |#1|)) (-921)) 102 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-169 (-381)) (-317 (-169 |#1|))) 101 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-169 (-381)) (-317 |#1|) (-921)) 100 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-169 (-381)) (-317 |#1|)) 98 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-169 (-381)) (-409 (-952 (-169 |#1|))) (-921)) 93 (|has| |#1| (-558))) (((-169 (-381)) (-409 (-952 (-169 |#1|)))) 92 (|has| |#1| (-558))) (((-169 (-381)) (-409 (-952 |#1|)) (-921)) 89 (|has| |#1| (-558))) (((-169 (-381)) (-409 (-952 |#1|))) 88 (|has| |#1| (-558))) (((-169 (-381)) (-952 |#1|) (-921)) 84 (|has| |#1| (-1049))) (((-169 (-381)) (-952 |#1|)) 83 (|has| |#1| (-1049))) (((-169 (-381)) (-952 (-169 |#1|)) (-921)) 78 (|has| |#1| (-172))) (((-169 (-381)) (-952 (-169 |#1|))) 77 (|has| |#1| (-172))) (((-169 (-381)) (-169 |#1|) (-921)) 80 (|has| |#1| (-172))) (((-169 (-381)) (-169 |#1|)) 79 (|has| |#1| (-172))) (((-169 (-381)) |#1| (-921)) 27) (((-169 (-381)) |#1|) 25)))
-(((-785 |#1|) (-10 -7 (-15 -2189 ((-381) |#1|)) (-15 -2189 ((-381) |#1| (-921))) (-15 -1529 ((-169 (-381)) |#1|)) (-15 -1529 ((-169 (-381)) |#1| (-921))) (IF (|has| |#1| (-172)) (PROGN (-15 -1529 ((-169 (-381)) (-169 |#1|))) (-15 -1529 ((-169 (-381)) (-169 |#1|) (-921))) (-15 -1529 ((-169 (-381)) (-952 (-169 |#1|)))) (-15 -1529 ((-169 (-381)) (-952 (-169 |#1|)) (-921)))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-15 -2189 ((-381) (-952 |#1|))) (-15 -2189 ((-381) (-952 |#1|) (-921))) (-15 -1529 ((-169 (-381)) (-952 |#1|))) (-15 -1529 ((-169 (-381)) (-952 |#1|) (-921)))) |%noBranch|) (IF (|has| |#1| (-558)) (PROGN (-15 -2189 ((-381) (-409 (-952 |#1|)))) (-15 -2189 ((-381) (-409 (-952 |#1|)) (-921))) (-15 -1529 ((-169 (-381)) (-409 (-952 |#1|)))) (-15 -1529 ((-169 (-381)) (-409 (-952 |#1|)) (-921))) (-15 -1529 ((-169 (-381)) (-409 (-952 (-169 |#1|))))) (-15 -1529 ((-169 (-381)) (-409 (-952 (-169 |#1|))) (-921))) (IF (|has| |#1| (-850)) (PROGN (-15 -2189 ((-381) (-317 |#1|))) (-15 -2189 ((-381) (-317 |#1|) (-921))) (-15 -1529 ((-169 (-381)) (-317 |#1|))) (-15 -1529 ((-169 (-381)) (-317 |#1|) (-921))) (-15 -1529 ((-169 (-381)) (-317 (-169 |#1|)))) (-15 -1529 ((-169 (-381)) (-317 (-169 |#1|)) (-921)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-15 -1886 ((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)) (-921)))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-15 -4190 ((-3 (-381) "failed") (-952 |#1|))) (-15 -4190 ((-3 (-381) "failed") (-952 |#1|) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-952 |#1|))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-952 |#1|) (-921)))) |%noBranch|) (IF (|has| |#1| (-558)) (PROGN (-15 -4190 ((-3 (-381) "failed") (-409 (-952 |#1|)))) (-15 -4190 ((-3 (-381) "failed") (-409 (-952 |#1|)) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))) (-921))) (IF (|has| |#1| (-850)) (PROGN (-15 -4190 ((-3 (-381) "failed") (-317 |#1|))) (-15 -4190 ((-3 (-381) "failed") (-317 |#1|) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-317 |#1|))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-317 |#1|) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)) (-921)))) |%noBranch|)) |%noBranch|)) (-614 (-381))) (T -785))
-((-1886 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-317 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1886 (*1 *2 *3) (|partial| -12 (-5 *3 (-317 (-169 *4))) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-1886 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1886 (*1 *2 *3) (|partial| -12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-4190 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-4190 (*1 *2 *3) (|partial| -12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-1886 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-409 (-952 (-169 *5)))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1886 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 (-169 *4)))) (-4 *4 (-558)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-1886 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1886 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-4190 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-4190 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-1886 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1886 (*1 *2 *3) (|partial| -12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-4190 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-4190 (*1 *2 *3) (|partial| -12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-1886 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-952 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-172)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1886 (*1 *2 *3) (|partial| -12 (-5 *3 (-952 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-1529 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1529 (*1 *2 *3) (-12 (-5 *3 (-317 (-169 *4))) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-1529 (*1 *2 *3 *4) (-12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1529 (*1 *2 *3) (-12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-2189 (*1 *2 *3 *4) (-12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-2189 (*1 *2 *3) (-12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-1529 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-169 *5)))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1529 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 (-169 *4)))) (-4 *4 (-558)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-1529 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1529 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-2189 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-2189 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-1529 (*1 *2 *3 *4) (-12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1529 (*1 *2 *3) (-12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-2189 (*1 *2 *3 *4) (-12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-2189 (*1 *2 *3) (-12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-1529 (*1 *2 *3 *4) (-12 (-5 *3 (-952 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-172)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1529 (*1 *2 *3) (-12 (-5 *3 (-952 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-1529 (*1 *2 *3 *4) (-12 (-5 *3 (-169 *5)) (-5 *4 (-921)) (-4 *5 (-172)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-1529 (*1 *2 *3) (-12 (-5 *3 (-169 *4)) (-4 *4 (-172)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-1529 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-5 *2 (-169 (-381))) (-5 *1 (-785 *3)) (-4 *3 (-614 (-381))))) (-1529 (*1 *2 *3) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-785 *3)) (-4 *3 (-614 (-381))))) (-2189 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-5 *2 (-381)) (-5 *1 (-785 *3)) (-4 *3 (-614 *2)))) (-2189 (*1 *2 *3) (-12 (-5 *2 (-381)) (-5 *1 (-785 *3)) (-4 *3 (-614 *2)))))
-(-10 -7 (-15 -2189 ((-381) |#1|)) (-15 -2189 ((-381) |#1| (-921))) (-15 -1529 ((-169 (-381)) |#1|)) (-15 -1529 ((-169 (-381)) |#1| (-921))) (IF (|has| |#1| (-172)) (PROGN (-15 -1529 ((-169 (-381)) (-169 |#1|))) (-15 -1529 ((-169 (-381)) (-169 |#1|) (-921))) (-15 -1529 ((-169 (-381)) (-952 (-169 |#1|)))) (-15 -1529 ((-169 (-381)) (-952 (-169 |#1|)) (-921)))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-15 -2189 ((-381) (-952 |#1|))) (-15 -2189 ((-381) (-952 |#1|) (-921))) (-15 -1529 ((-169 (-381)) (-952 |#1|))) (-15 -1529 ((-169 (-381)) (-952 |#1|) (-921)))) |%noBranch|) (IF (|has| |#1| (-558)) (PROGN (-15 -2189 ((-381) (-409 (-952 |#1|)))) (-15 -2189 ((-381) (-409 (-952 |#1|)) (-921))) (-15 -1529 ((-169 (-381)) (-409 (-952 |#1|)))) (-15 -1529 ((-169 (-381)) (-409 (-952 |#1|)) (-921))) (-15 -1529 ((-169 (-381)) (-409 (-952 (-169 |#1|))))) (-15 -1529 ((-169 (-381)) (-409 (-952 (-169 |#1|))) (-921))) (IF (|has| |#1| (-850)) (PROGN (-15 -2189 ((-381) (-317 |#1|))) (-15 -2189 ((-381) (-317 |#1|) (-921))) (-15 -1529 ((-169 (-381)) (-317 |#1|))) (-15 -1529 ((-169 (-381)) (-317 |#1|) (-921))) (-15 -1529 ((-169 (-381)) (-317 (-169 |#1|)))) (-15 -1529 ((-169 (-381)) (-317 (-169 |#1|)) (-921)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-15 -1886 ((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)) (-921)))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-15 -4190 ((-3 (-381) "failed") (-952 |#1|))) (-15 -4190 ((-3 (-381) "failed") (-952 |#1|) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-952 |#1|))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-952 |#1|) (-921)))) |%noBranch|) (IF (|has| |#1| (-558)) (PROGN (-15 -4190 ((-3 (-381) "failed") (-409 (-952 |#1|)))) (-15 -4190 ((-3 (-381) "failed") (-409 (-952 |#1|)) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))) (-921))) (IF (|has| |#1| (-850)) (PROGN (-15 -4190 ((-3 (-381) "failed") (-317 |#1|))) (-15 -4190 ((-3 (-381) "failed") (-317 |#1|) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-317 |#1|))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-317 |#1|) (-921))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)))) (-15 -1886 ((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)) (-921)))) |%noBranch|)) |%noBranch|))
-((-2231 (((-921) (-1157)) 92)) (-1546 (((-3 (-381) "failed") (-1157)) 36)) (-1875 (((-381) (-1157)) 34)) (-1840 (((-921) (-1157)) 63)) (-2557 (((-1157) (-921)) 75)) (-3183 (((-1157) (-921)) 62)))
-(((-786) (-10 -7 (-15 -3183 ((-1157) (-921))) (-15 -1840 ((-921) (-1157))) (-15 -2557 ((-1157) (-921))) (-15 -2231 ((-921) (-1157))) (-15 -1875 ((-381) (-1157))) (-15 -1546 ((-3 (-381) "failed") (-1157))))) (T -786))
-((-1546 (*1 *2 *3) (|partial| -12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-786)))) (-1875 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-786)))) (-2231 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-921)) (-5 *1 (-786)))) (-2557 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1157)) (-5 *1 (-786)))) (-1840 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-921)) (-5 *1 (-786)))) (-3183 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1157)) (-5 *1 (-786)))))
-(-10 -7 (-15 -3183 ((-1157) (-921))) (-15 -1840 ((-921) (-1157))) (-15 -2557 ((-1157) (-921))) (-15 -2231 ((-921) (-1157))) (-15 -1875 ((-381) (-1157))) (-15 -1546 ((-3 (-381) "failed") (-1157))))
-((-2988 (((-112) $ $) 7)) (-4167 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 16) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 14)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 17) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1070 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1208 |#1| |#2| |#3| |#4|) . T) ((-1215) . T))
+((-3904 (((-3 (-381) "failed") (-317 |#1|) (-921)) 62 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-381) "failed") (-317 |#1|)) 54 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-381) "failed") (-409 (-952 |#1|)) (-921)) 41 (|has| |#1| (-558))) (((-3 (-381) "failed") (-409 (-952 |#1|))) 40 (|has| |#1| (-558))) (((-3 (-381) "failed") (-952 |#1|) (-921)) 31 (|has| |#1| (-1049))) (((-3 (-381) "failed") (-952 |#1|)) 30 (|has| |#1| (-1049)))) (-2544 (((-381) (-317 |#1|) (-921)) 99 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-381) (-317 |#1|)) 94 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-381) (-409 (-952 |#1|)) (-921)) 91 (|has| |#1| (-558))) (((-381) (-409 (-952 |#1|))) 90 (|has| |#1| (-558))) (((-381) (-952 |#1|) (-921)) 86 (|has| |#1| (-1049))) (((-381) (-952 |#1|)) 85 (|has| |#1| (-1049))) (((-381) |#1| (-921)) 76) (((-381) |#1|) 22)) (-3287 (((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)) (-921)) 71 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-169 (-381)) "failed") (-317 (-169 |#1|))) 70 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-169 (-381)) "failed") (-317 |#1|) (-921)) 63 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-169 (-381)) "failed") (-317 |#1|)) 61 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))) (-921)) 46 (|has| |#1| (-558))) (((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|)))) 45 (|has| |#1| (-558))) (((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)) (-921)) 39 (|has| |#1| (-558))) (((-3 (-169 (-381)) "failed") (-409 (-952 |#1|))) 38 (|has| |#1| (-558))) (((-3 (-169 (-381)) "failed") (-952 |#1|) (-921)) 28 (|has| |#1| (-1049))) (((-3 (-169 (-381)) "failed") (-952 |#1|)) 26 (|has| |#1| (-1049))) (((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)) (-921)) 18 (|has| |#1| (-172))) (((-3 (-169 (-381)) "failed") (-952 (-169 |#1|))) 15 (|has| |#1| (-172)))) (-3765 (((-169 (-381)) (-317 (-169 |#1|)) (-921)) 102 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-169 (-381)) (-317 (-169 |#1|))) 101 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-169 (-381)) (-317 |#1|) (-921)) 100 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-169 (-381)) (-317 |#1|)) 98 (-12 (|has| |#1| (-558)) (|has| |#1| (-850)))) (((-169 (-381)) (-409 (-952 (-169 |#1|))) (-921)) 93 (|has| |#1| (-558))) (((-169 (-381)) (-409 (-952 (-169 |#1|)))) 92 (|has| |#1| (-558))) (((-169 (-381)) (-409 (-952 |#1|)) (-921)) 89 (|has| |#1| (-558))) (((-169 (-381)) (-409 (-952 |#1|))) 88 (|has| |#1| (-558))) (((-169 (-381)) (-952 |#1|) (-921)) 84 (|has| |#1| (-1049))) (((-169 (-381)) (-952 |#1|)) 83 (|has| |#1| (-1049))) (((-169 (-381)) (-952 (-169 |#1|)) (-921)) 78 (|has| |#1| (-172))) (((-169 (-381)) (-952 (-169 |#1|))) 77 (|has| |#1| (-172))) (((-169 (-381)) (-169 |#1|) (-921)) 80 (|has| |#1| (-172))) (((-169 (-381)) (-169 |#1|)) 79 (|has| |#1| (-172))) (((-169 (-381)) |#1| (-921)) 27) (((-169 (-381)) |#1|) 25)))
+(((-785 |#1|) (-10 -7 (-15 -2544 ((-381) |#1|)) (-15 -2544 ((-381) |#1| (-921))) (-15 -3765 ((-169 (-381)) |#1|)) (-15 -3765 ((-169 (-381)) |#1| (-921))) (IF (|has| |#1| (-172)) (PROGN (-15 -3765 ((-169 (-381)) (-169 |#1|))) (-15 -3765 ((-169 (-381)) (-169 |#1|) (-921))) (-15 -3765 ((-169 (-381)) (-952 (-169 |#1|)))) (-15 -3765 ((-169 (-381)) (-952 (-169 |#1|)) (-921)))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-15 -2544 ((-381) (-952 |#1|))) (-15 -2544 ((-381) (-952 |#1|) (-921))) (-15 -3765 ((-169 (-381)) (-952 |#1|))) (-15 -3765 ((-169 (-381)) (-952 |#1|) (-921)))) |%noBranch|) (IF (|has| |#1| (-558)) (PROGN (-15 -2544 ((-381) (-409 (-952 |#1|)))) (-15 -2544 ((-381) (-409 (-952 |#1|)) (-921))) (-15 -3765 ((-169 (-381)) (-409 (-952 |#1|)))) (-15 -3765 ((-169 (-381)) (-409 (-952 |#1|)) (-921))) (-15 -3765 ((-169 (-381)) (-409 (-952 (-169 |#1|))))) (-15 -3765 ((-169 (-381)) (-409 (-952 (-169 |#1|))) (-921))) (IF (|has| |#1| (-850)) (PROGN (-15 -2544 ((-381) (-317 |#1|))) (-15 -2544 ((-381) (-317 |#1|) (-921))) (-15 -3765 ((-169 (-381)) (-317 |#1|))) (-15 -3765 ((-169 (-381)) (-317 |#1|) (-921))) (-15 -3765 ((-169 (-381)) (-317 (-169 |#1|)))) (-15 -3765 ((-169 (-381)) (-317 (-169 |#1|)) (-921)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-15 -3287 ((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)) (-921)))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-15 -3904 ((-3 (-381) "failed") (-952 |#1|))) (-15 -3904 ((-3 (-381) "failed") (-952 |#1|) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-952 |#1|))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-952 |#1|) (-921)))) |%noBranch|) (IF (|has| |#1| (-558)) (PROGN (-15 -3904 ((-3 (-381) "failed") (-409 (-952 |#1|)))) (-15 -3904 ((-3 (-381) "failed") (-409 (-952 |#1|)) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))) (-921))) (IF (|has| |#1| (-850)) (PROGN (-15 -3904 ((-3 (-381) "failed") (-317 |#1|))) (-15 -3904 ((-3 (-381) "failed") (-317 |#1|) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-317 |#1|))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-317 |#1|) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)) (-921)))) |%noBranch|)) |%noBranch|)) (-614 (-381))) (T -785))
+((-3287 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-317 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3287 (*1 *2 *3) (|partial| -12 (-5 *3 (-317 (-169 *4))) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3287 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3287 (*1 *2 *3) (|partial| -12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3904 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-3904 (*1 *2 *3) (|partial| -12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-3287 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-409 (-952 (-169 *5)))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3287 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 (-169 *4)))) (-4 *4 (-558)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3287 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3287 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3904 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-3904 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-3287 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3287 (*1 *2 *3) (|partial| -12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3904 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-3904 (*1 *2 *3) (|partial| -12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-3287 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-952 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-172)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3287 (*1 *2 *3) (|partial| -12 (-5 *3 (-952 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3765 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3765 (*1 *2 *3) (-12 (-5 *3 (-317 (-169 *4))) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3765 (*1 *2 *3 *4) (-12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3765 (*1 *2 *3) (-12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-2544 (*1 *2 *3 *4) (-12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-2544 (*1 *2 *3) (-12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-3765 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 (-169 *5)))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3765 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 (-169 *4)))) (-4 *4 (-558)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3765 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3765 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-2544 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-2544 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-3765 (*1 *2 *3 *4) (-12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3765 (*1 *2 *3) (-12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-2544 (*1 *2 *3 *4) (-12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049)) (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))) (-2544 (*1 *2 *3) (-12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4)))) (-3765 (*1 *2 *3 *4) (-12 (-5 *3 (-952 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-172)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3765 (*1 *2 *3) (-12 (-5 *3 (-952 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3765 (*1 *2 *3 *4) (-12 (-5 *3 (-169 *5)) (-5 *4 (-921)) (-4 *5 (-172)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5)))) (-3765 (*1 *2 *3) (-12 (-5 *3 (-169 *4)) (-4 *4 (-172)) (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4)))) (-3765 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-5 *2 (-169 (-381))) (-5 *1 (-785 *3)) (-4 *3 (-614 (-381))))) (-3765 (*1 *2 *3) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-785 *3)) (-4 *3 (-614 (-381))))) (-2544 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-5 *2 (-381)) (-5 *1 (-785 *3)) (-4 *3 (-614 *2)))) (-2544 (*1 *2 *3) (-12 (-5 *2 (-381)) (-5 *1 (-785 *3)) (-4 *3 (-614 *2)))))
+(-10 -7 (-15 -2544 ((-381) |#1|)) (-15 -2544 ((-381) |#1| (-921))) (-15 -3765 ((-169 (-381)) |#1|)) (-15 -3765 ((-169 (-381)) |#1| (-921))) (IF (|has| |#1| (-172)) (PROGN (-15 -3765 ((-169 (-381)) (-169 |#1|))) (-15 -3765 ((-169 (-381)) (-169 |#1|) (-921))) (-15 -3765 ((-169 (-381)) (-952 (-169 |#1|)))) (-15 -3765 ((-169 (-381)) (-952 (-169 |#1|)) (-921)))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-15 -2544 ((-381) (-952 |#1|))) (-15 -2544 ((-381) (-952 |#1|) (-921))) (-15 -3765 ((-169 (-381)) (-952 |#1|))) (-15 -3765 ((-169 (-381)) (-952 |#1|) (-921)))) |%noBranch|) (IF (|has| |#1| (-558)) (PROGN (-15 -2544 ((-381) (-409 (-952 |#1|)))) (-15 -2544 ((-381) (-409 (-952 |#1|)) (-921))) (-15 -3765 ((-169 (-381)) (-409 (-952 |#1|)))) (-15 -3765 ((-169 (-381)) (-409 (-952 |#1|)) (-921))) (-15 -3765 ((-169 (-381)) (-409 (-952 (-169 |#1|))))) (-15 -3765 ((-169 (-381)) (-409 (-952 (-169 |#1|))) (-921))) (IF (|has| |#1| (-850)) (PROGN (-15 -2544 ((-381) (-317 |#1|))) (-15 -2544 ((-381) (-317 |#1|) (-921))) (-15 -3765 ((-169 (-381)) (-317 |#1|))) (-15 -3765 ((-169 (-381)) (-317 |#1|) (-921))) (-15 -3765 ((-169 (-381)) (-317 (-169 |#1|)))) (-15 -3765 ((-169 (-381)) (-317 (-169 |#1|)) (-921)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-15 -3287 ((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-952 (-169 |#1|)) (-921)))) |%noBranch|) (IF (|has| |#1| (-1049)) (PROGN (-15 -3904 ((-3 (-381) "failed") (-952 |#1|))) (-15 -3904 ((-3 (-381) "failed") (-952 |#1|) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-952 |#1|))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-952 |#1|) (-921)))) |%noBranch|) (IF (|has| |#1| (-558)) (PROGN (-15 -3904 ((-3 (-381) "failed") (-409 (-952 |#1|)))) (-15 -3904 ((-3 (-381) "failed") (-409 (-952 |#1|)) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-409 (-952 |#1|)) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-409 (-952 (-169 |#1|))) (-921))) (IF (|has| |#1| (-850)) (PROGN (-15 -3904 ((-3 (-381) "failed") (-317 |#1|))) (-15 -3904 ((-3 (-381) "failed") (-317 |#1|) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-317 |#1|))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-317 |#1|) (-921))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)))) (-15 -3287 ((-3 (-169 (-381)) "failed") (-317 (-169 |#1|)) (-921)))) |%noBranch|)) |%noBranch|))
+((-3724 (((-921) (-1157)) 92)) (-4293 (((-3 (-381) "failed") (-1157)) 36)) (-3185 (((-381) (-1157)) 34)) (-4117 (((-921) (-1157)) 63)) (-2547 (((-1157) (-921)) 75)) (-1676 (((-1157) (-921)) 62)))
+(((-786) (-10 -7 (-15 -1676 ((-1157) (-921))) (-15 -4117 ((-921) (-1157))) (-15 -2547 ((-1157) (-921))) (-15 -3724 ((-921) (-1157))) (-15 -3185 ((-381) (-1157))) (-15 -4293 ((-3 (-381) "failed") (-1157))))) (T -786))
+((-4293 (*1 *2 *3) (|partial| -12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-786)))) (-3185 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-786)))) (-3724 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-921)) (-5 *1 (-786)))) (-2547 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1157)) (-5 *1 (-786)))) (-4117 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-921)) (-5 *1 (-786)))) (-1676 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1157)) (-5 *1 (-786)))))
+(-10 -7 (-15 -1676 ((-1157) (-921))) (-15 -4117 ((-921) (-1157))) (-15 -2547 ((-1157) (-921))) (-15 -3724 ((-921) (-1157))) (-15 -3185 ((-381) (-1157))) (-15 -4293 ((-3 (-381) "failed") (-1157))))
+((-4124 (((-112) $ $) 7)) (-1768 (((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 16) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)) 14)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 17) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-787) (-140)) (T -787))
-((-2659 (*1 *2 *3 *4) (-12 (-4 *1 (-787)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035)))))) (-4167 (*1 *2 *3 *2) (-12 (-4 *1 (-787)) (-5 *2 (-1035)) (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-2659 (*1 *2 *3 *4) (-12 (-4 *1 (-787)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035)))))) (-4167 (*1 *2 *3 *2) (-12 (-4 *1 (-787)) (-5 *2 (-1035)) (-5 *3 (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))))
-(-13 (-1099) (-10 -7 (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4167 ((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4167 ((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)))))
+((-2294 (*1 *2 *3 *4) (-12 (-4 *1 (-787)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035)))))) (-1768 (*1 *2 *3 *2) (-12 (-4 *1 (-787)) (-5 *2 (-1035)) (-5 *3 (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))) (-2294 (*1 *2 *3 *4) (-12 (-4 *1 (-787)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035)))))) (-1768 (*1 *2 *3 *2) (-12 (-4 *1 (-787)) (-5 *2 (-1035)) (-5 *3 (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))))
+(-13 (-1099) (-10 -7 (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1768 ((-1035) (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225))) (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)) (|:| |extra| (-1035))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -1768 ((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) (-1035)))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-4209 (((-1269) (-1264 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381))) (-381) (-1264 (-381)) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381))) 55) (((-1269) (-1264 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381))) (-381) (-1264 (-381)) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381))) 52)) (-1306 (((-1269) (-1264 (-381)) (-566) (-381) (-381) (-566) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381))) 61)) (-2606 (((-1269) (-1264 (-381)) (-566) (-381) (-381) (-381) (-381) (-566) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381))) 50)) (-1354 (((-1269) (-1264 (-381)) (-566) (-381) (-381) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381))) 63) (((-1269) (-1264 (-381)) (-566) (-381) (-381) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381))) 62)))
-(((-788) (-10 -7 (-15 -1354 ((-1269) (-1264 (-381)) (-566) (-381) (-381) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)))) (-15 -1354 ((-1269) (-1264 (-381)) (-566) (-381) (-381) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)))) (-15 -2606 ((-1269) (-1264 (-381)) (-566) (-381) (-381) (-381) (-381) (-566) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)))) (-15 -4209 ((-1269) (-1264 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381))) (-381) (-1264 (-381)) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)))) (-15 -4209 ((-1269) (-1264 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381))) (-381) (-1264 (-381)) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)))) (-15 -1306 ((-1269) (-1264 (-381)) (-566) (-381) (-381) (-566) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)))))) (T -788))
-((-1306 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1269) (-1264 *5) (-1264 *5) (-381))) (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269)) (-5 *1 (-788)))) (-4209 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-566)) (-5 *6 (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381)))) (-5 *7 (-1 (-1269) (-1264 *5) (-1264 *5) (-381))) (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269)) (-5 *1 (-788)))) (-4209 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-566)) (-5 *6 (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381)))) (-5 *7 (-1 (-1269) (-1264 *5) (-1264 *5) (-381))) (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269)) (-5 *1 (-788)))) (-2606 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1269) (-1264 *5) (-1264 *5) (-381))) (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269)) (-5 *1 (-788)))) (-1354 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1269) (-1264 *5) (-1264 *5) (-381))) (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269)) (-5 *1 (-788)))) (-1354 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1269) (-1264 *5) (-1264 *5) (-381))) (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269)) (-5 *1 (-788)))))
-(-10 -7 (-15 -1354 ((-1269) (-1264 (-381)) (-566) (-381) (-381) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)))) (-15 -1354 ((-1269) (-1264 (-381)) (-566) (-381) (-381) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)))) (-15 -2606 ((-1269) (-1264 (-381)) (-566) (-381) (-381) (-381) (-381) (-566) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)))) (-15 -4209 ((-1269) (-1264 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381))) (-381) (-1264 (-381)) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)))) (-15 -4209 ((-1269) (-1264 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381))) (-381) (-1264 (-381)) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)) (-1264 (-381)))) (-15 -1306 ((-1269) (-1264 (-381)) (-566) (-381) (-381) (-566) (-1 (-1269) (-1264 (-381)) (-1264 (-381)) (-381)))))
-((-3858 (((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 66)) (-3120 (((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 42)) (-4266 (((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 65)) (-3203 (((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 40)) (-2752 (((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 64)) (-2985 (((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 26)) (-4149 (((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566)) 43)) (-2971 (((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566)) 41)) (-2553 (((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566)) 39)))
-(((-789) (-10 -7 (-15 -2553 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -2971 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -4149 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -2985 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3203 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3120 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -2752 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -4266 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3858 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))))) (T -789))
-((-3858 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-4266 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-2752 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-3120 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-3203 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-2985 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-4149 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-2971 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-2553 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))))
-(-10 -7 (-15 -2553 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -2971 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -4149 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -2985 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3203 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3120 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -2752 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -4266 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3858 ((-2 (|:| -2876 (-381)) (|:| -1425 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))))
-((-2772 (((-1209 |#1|) |#1| (-225) (-566)) 69)))
-(((-790 |#1|) (-10 -7 (-15 -2772 ((-1209 |#1|) |#1| (-225) (-566)))) (-974)) (T -790))
-((-2772 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-225)) (-5 *5 (-566)) (-5 *2 (-1209 *3)) (-5 *1 (-790 *3)) (-4 *3 (-974)))))
-(-10 -7 (-15 -2772 ((-1209 |#1|) |#1| (-225) (-566))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 25)) (-3967 (((-3 $ "failed") $ $) 27)) (-2463 (($) 24 T CONST)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 23 T CONST)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)) (-3012 (($ $ $) 31) (($ $) 30)) (-3002 (($ $ $) 21)) (* (($ (-921) $) 22) (($ (-771) $) 26) (($ (-566) $) 29)))
+((-4108 (((-1270) (-1265 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381))) (-381) (-1265 (-381)) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381))) 55) (((-1270) (-1265 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381))) (-381) (-1265 (-381)) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381))) 52)) (-2515 (((-1270) (-1265 (-381)) (-566) (-381) (-381) (-566) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381))) 61)) (-3053 (((-1270) (-1265 (-381)) (-566) (-381) (-381) (-381) (-381) (-566) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381))) 50)) (-4135 (((-1270) (-1265 (-381)) (-566) (-381) (-381) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381))) 63) (((-1270) (-1265 (-381)) (-566) (-381) (-381) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381))) 62)))
+(((-788) (-10 -7 (-15 -4135 ((-1270) (-1265 (-381)) (-566) (-381) (-381) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)))) (-15 -4135 ((-1270) (-1265 (-381)) (-566) (-381) (-381) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)))) (-15 -3053 ((-1270) (-1265 (-381)) (-566) (-381) (-381) (-381) (-381) (-566) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)))) (-15 -4108 ((-1270) (-1265 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381))) (-381) (-1265 (-381)) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)))) (-15 -4108 ((-1270) (-1265 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381))) (-381) (-1265 (-381)) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)))) (-15 -2515 ((-1270) (-1265 (-381)) (-566) (-381) (-381) (-566) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)))))) (T -788))
+((-2515 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1270) (-1265 *5) (-1265 *5) (-381))) (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270)) (-5 *1 (-788)))) (-4108 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-566)) (-5 *6 (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381)))) (-5 *7 (-1 (-1270) (-1265 *5) (-1265 *5) (-381))) (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270)) (-5 *1 (-788)))) (-4108 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-566)) (-5 *6 (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381)))) (-5 *7 (-1 (-1270) (-1265 *5) (-1265 *5) (-381))) (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270)) (-5 *1 (-788)))) (-3053 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1270) (-1265 *5) (-1265 *5) (-381))) (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270)) (-5 *1 (-788)))) (-4135 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1270) (-1265 *5) (-1265 *5) (-381))) (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270)) (-5 *1 (-788)))) (-4135 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1270) (-1265 *5) (-1265 *5) (-381))) (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270)) (-5 *1 (-788)))))
+(-10 -7 (-15 -4135 ((-1270) (-1265 (-381)) (-566) (-381) (-381) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)))) (-15 -4135 ((-1270) (-1265 (-381)) (-566) (-381) (-381) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)))) (-15 -3053 ((-1270) (-1265 (-381)) (-566) (-381) (-381) (-381) (-381) (-566) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)))) (-15 -4108 ((-1270) (-1265 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381))) (-381) (-1265 (-381)) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)))) (-15 -4108 ((-1270) (-1265 (-381)) (-566) (-381) (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381))) (-381) (-1265 (-381)) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)) (-1265 (-381)))) (-15 -2515 ((-1270) (-1265 (-381)) (-566) (-381) (-381) (-566) (-1 (-1270) (-1265 (-381)) (-1265 (-381)) (-381)))))
+((-3878 (((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 66)) (-2217 (((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 42)) (-3436 (((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 65)) (-1861 (((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 40)) (-3921 (((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 64)) (-3394 (((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566)) 26)) (-1608 (((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566)) 43)) (-3267 (((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566)) 41)) (-3814 (((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566)) 39)))
+(((-789) (-10 -7 (-15 -3814 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -3267 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -1608 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -3394 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -1861 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -2217 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3921 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3436 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3878 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))))) (T -789))
+((-3878 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-3436 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-3921 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-2217 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-1861 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-3394 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-1608 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-3267 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))) (-3814 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381)) (-5 *2 (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566)) (|:| |success| (-112)))) (-5 *1 (-789)) (-5 *5 (-566)))))
+(-10 -7 (-15 -3814 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -3267 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -1608 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566) (-566))) (-15 -3394 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -1861 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -2217 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3921 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3436 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))) (-15 -3878 ((-2 (|:| -1389 (-381)) (|:| -1300 (-381)) (|:| |totalpts| (-566)) (|:| |success| (-112))) (-1 (-381) (-381)) (-381) (-381) (-381) (-381) (-566) (-566))))
+((-4079 (((-1210 |#1|) |#1| (-225) (-566)) 69)))
+(((-790 |#1|) (-10 -7 (-15 -4079 ((-1210 |#1|) |#1| (-225) (-566)))) (-974)) (T -790))
+((-4079 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-225)) (-5 *5 (-566)) (-5 *2 (-1210 *3)) (-5 *1 (-790 *3)) (-4 *3 (-974)))))
+(-10 -7 (-15 -4079 ((-1210 |#1|) |#1| (-225) (-566))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 25)) (-3569 (((-3 $ "failed") $ $) 27)) (-4145 (($) 24 T CONST)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 23 T CONST)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)) (-2977 (($ $ $) 31) (($ $) 30)) (-2964 (($ $ $) 21)) (* (($ (-921) $) 22) (($ (-771) $) 26) (($ (-566) $) 29)))
(((-791) (-140)) (T -791))
NIL
(-13 (-795) (-21))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-850) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 25)) (-2463 (($) 24 T CONST)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 23 T CONST)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)) (-3002 (($ $ $) 21)) (* (($ (-921) $) 22) (($ (-771) $) 26)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 25)) (-4145 (($) 24 T CONST)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 23 T CONST)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)) (-2964 (($ $ $) 21)) (* (($ (-921) $) 22) (($ (-771) $) 26)))
(((-792) (-140)) (T -792))
NIL
(-13 (-794) (-23))
(((-23) . T) ((-25) . T) ((-102) . T) ((-613 (-862)) . T) ((-794) . T) ((-850) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 25)) (-3920 (($ $ $) 28)) (-3967 (((-3 $ "failed") $ $) 27)) (-2463 (($) 24 T CONST)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 23 T CONST)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)) (-3002 (($ $ $) 21)) (* (($ (-921) $) 22) (($ (-771) $) 26)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 25)) (-1307 (($ $ $) 28)) (-3569 (((-3 $ "failed") $ $) 27)) (-4145 (($) 24 T CONST)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 23 T CONST)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)) (-2964 (($ $ $) 21)) (* (($ (-921) $) 22) (($ (-771) $) 26)))
(((-793) (-140)) (T -793))
-((-3920 (*1 *1 *1 *1) (-4 *1 (-793))))
-(-13 (-795) (-10 -8 (-15 -3920 ($ $ $))))
+((-1307 (*1 *1 *1 *1) (-4 *1 (-793))))
+(-13 (-795) (-10 -8 (-15 -1307 ($ $ $))))
(((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-850) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 7)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)) (-3002 (($ $ $) 21)) (* (($ (-921) $) 22)))
+((-4124 (((-112) $ $) 7)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)) (-2964 (($ $ $) 21)) (* (($ (-921) $) 22)))
(((-794) (-140)) (T -794))
NIL
(-13 (-850) (-25))
(((-25) . T) ((-102) . T) ((-613 (-862)) . T) ((-850) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 25)) (-3967 (((-3 $ "failed") $ $) 27)) (-2463 (($) 24 T CONST)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 23 T CONST)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)) (-3002 (($ $ $) 21)) (* (($ (-921) $) 22) (($ (-771) $) 26)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 25)) (-3569 (((-3 $ "failed") $ $) 27)) (-4145 (($) 24 T CONST)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 23 T CONST)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)) (-2964 (($ $ $) 21)) (* (($ (-921) $) 22) (($ (-771) $) 26)))
(((-795) (-140)) (T -795))
NIL
(-13 (-792) (-131))
(((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-792) . T) ((-794) . T) ((-850) . T) ((-1099) . T))
-((-3230 (((-112) $) 42)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-4158 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#2| $) 43)) (-4391 (((-3 (-409 (-566)) "failed") $) 78)) (-3407 (((-112) $) 72)) (-1786 (((-409 (-566)) $) 76)) (-2064 ((|#2| $) 26)) (-2319 (($ (-1 |#2| |#2|) $) 23)) (-2748 (($ $) 58)) (-2376 (((-538) $) 67)) (-3357 (($ $) 21)) (-3152 (((-862) $) 53) (($ (-566)) 40) (($ |#2|) 38) (($ (-409 (-566))) NIL)) (-2593 (((-771)) 10)) (-1358 ((|#2| $) 71)) (-2914 (((-112) $ $) 30)) (-2935 (((-112) $ $) 69)) (-3012 (($ $) 32) (($ $ $) NIL)) (-3002 (($ $ $) 31)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 36) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 33)))
-(((-796 |#1| |#2|) (-10 -8 (-15 -2935 ((-112) |#1| |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -2748 (|#1| |#1|)) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -1358 (|#2| |#1|)) (-15 -2064 (|#2| |#1|)) (-15 -3357 (|#1| |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 * (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 -3230 ((-112) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -3002 (|#1| |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|))) (-797 |#2|) (-172)) (T -796))
-((-2593 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-796 *3 *4)) (-4 *3 (-797 *4)))))
-(-10 -8 (-15 -2935 ((-112) |#1| |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -2748 (|#1| |#1|)) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -1358 (|#2| |#1|)) (-15 -2064 (|#2| |#1|)) (-15 -3357 (|#1| |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 * (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 -3230 ((-112) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -3002 (|#1| |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-3870 (((-771)) 58 (|has| |#1| (-370)))) (-2463 (($) 18 T CONST)) (-2229 (((-3 (-566) "failed") $) 100 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 97 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 94)) (-4158 (((-566) $) 99 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 96 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 95)) (-3245 (((-3 $ "failed") $) 37)) (-1646 ((|#1| $) 84)) (-4391 (((-3 (-409 (-566)) "failed") $) 71 (|has| |#1| (-547)))) (-3407 (((-112) $) 73 (|has| |#1| (-547)))) (-1786 (((-409 (-566)) $) 72 (|has| |#1| (-547)))) (-2715 (($) 61 (|has| |#1| (-370)))) (-2389 (((-112) $) 35)) (-2639 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 75)) (-2064 ((|#1| $) 76)) (-1478 (($ $ $) 67 (|has| |#1| (-850)))) (-2599 (($ $ $) 66 (|has| |#1| (-850)))) (-2319 (($ (-1 |#1| |#1|) $) 86)) (-1866 (((-921) $) 60 (|has| |#1| (-370)))) (-3380 (((-1157) $) 10)) (-2748 (($ $) 70 (|has| |#1| (-365)))) (-2835 (($ (-921)) 59 (|has| |#1| (-370)))) (-2313 ((|#1| $) 81)) (-2455 ((|#1| $) 82)) (-3934 ((|#1| $) 83)) (-1664 ((|#1| $) 77)) (-4220 ((|#1| $) 78)) (-3308 ((|#1| $) 79)) (-3792 ((|#1| $) 80)) (-4072 (((-1119) $) 11)) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) 92 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 91 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 90 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 89 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 88 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) 87 (|has| |#1| (-516 (-1175) |#1|)))) (-1309 (($ $ |#1|) 93 (|has| |#1| (-287 |#1| |#1|)))) (-2376 (((-538) $) 68 (|has| |#1| (-614 (-538))))) (-3357 (($ $) 85)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44) (($ (-409 (-566))) 98 (|has| |#1| (-1038 (-409 (-566)))))) (-2633 (((-3 $ "failed") $) 69 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-1358 ((|#1| $) 74 (|has| |#1| (-1059)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2968 (((-112) $ $) 64 (|has| |#1| (-850)))) (-2946 (((-112) $ $) 63 (|has| |#1| (-850)))) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 65 (|has| |#1| (-850)))) (-2935 (((-112) $ $) 62 (|has| |#1| (-850)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
+((-4014 (((-112) $) 42)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-3213 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#2| $) 43)) (-2165 (((-3 (-409 (-566)) "failed") $) 78)) (-2070 (((-112) $) 72)) (-1662 (((-409 (-566)) $) 76)) (-1435 ((|#2| $) 26)) (-1895 (($ (-1 |#2| |#2|) $) 23)) (-4085 (($ $) 58)) (-1945 (((-538) $) 67)) (-2791 (($ $) 21)) (-1650 (((-862) $) 53) (($ (-566)) 40) (($ |#2|) 38) (($ (-409 (-566))) NIL)) (-2910 (((-771)) 10)) (-3839 ((|#2| $) 71)) (-2868 (((-112) $ $) 30)) (-2892 (((-112) $ $) 69)) (-2977 (($ $) 32) (($ $ $) NIL)) (-2964 (($ $ $) 31)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 36) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 33)))
+(((-796 |#1| |#2|) (-10 -8 (-15 -2892 ((-112) |#1| |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -4085 (|#1| |#1|)) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -3839 (|#2| |#1|)) (-15 -1435 (|#2| |#1|)) (-15 -2791 (|#1| |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 * (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 -4014 ((-112) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -2964 (|#1| |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|))) (-797 |#2|) (-172)) (T -796))
+((-2910 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-796 *3 *4)) (-4 *3 (-797 *4)))))
+(-10 -8 (-15 -2892 ((-112) |#1| |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -4085 (|#1| |#1|)) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -3839 (|#2| |#1|)) (-15 -1435 (|#2| |#1|)) (-15 -2791 (|#1| |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 * (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 -4014 ((-112) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -2964 (|#1| |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-3571 (((-771)) 58 (|has| |#1| (-370)))) (-4145 (($) 18 T CONST)) (-1821 (((-3 (-566) "failed") $) 100 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 97 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 94)) (-3213 (((-566) $) 99 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 96 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 95)) (-4185 (((-3 $ "failed") $) 37)) (-3865 ((|#1| $) 84)) (-2165 (((-3 (-409 (-566)) "failed") $) 71 (|has| |#1| (-547)))) (-2070 (((-112) $) 73 (|has| |#1| (-547)))) (-1662 (((-409 (-566)) $) 72 (|has| |#1| (-547)))) (-3341 (($) 61 (|has| |#1| (-370)))) (-1568 (((-112) $) 35)) (-2152 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 75)) (-1435 ((|#1| $) 76)) (-1888 (($ $ $) 67 (|has| |#1| (-850)))) (-3890 (($ $ $) 66 (|has| |#1| (-850)))) (-1895 (($ (-1 |#1| |#1|) $) 86)) (-4350 (((-921) $) 60 (|has| |#1| (-370)))) (-3057 (((-1157) $) 10)) (-4085 (($ $) 70 (|has| |#1| (-365)))) (-1351 (($ (-921)) 59 (|has| |#1| (-370)))) (-2027 ((|#1| $) 81)) (-4044 ((|#1| $) 82)) (-3264 ((|#1| $) 83)) (-2913 ((|#1| $) 77)) (-4236 ((|#1| $) 78)) (-3556 ((|#1| $) 79)) (-1464 ((|#1| $) 80)) (-2029 (((-1119) $) 11)) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) 92 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 91 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 90 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 89 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 88 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) 87 (|has| |#1| (-516 (-1175) |#1|)))) (-3483 (($ $ |#1|) 93 (|has| |#1| (-287 |#1| |#1|)))) (-1945 (((-538) $) 68 (|has| |#1| (-614 (-538))))) (-2791 (($ $) 85)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44) (($ (-409 (-566))) 98 (|has| |#1| (-1038 (-409 (-566)))))) (-2097 (((-3 $ "failed") $) 69 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3839 ((|#1| $) 74 (|has| |#1| (-1059)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2928 (((-112) $ $) 64 (|has| |#1| (-850)))) (-2904 (((-112) $ $) 63 (|has| |#1| (-850)))) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 65 (|has| |#1| (-850)))) (-2892 (((-112) $ $) 62 (|has| |#1| (-850)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45)))
(((-797 |#1|) (-140) (-172)) (T -797))
-((-3357 (*1 *1 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-1646 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-3934 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-2455 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-2313 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-3792 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-3308 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-4220 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-1664 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-2064 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-2639 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-1358 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)) (-4 *2 (-1059)))) (-3407 (*1 *2 *1) (-12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112)))) (-1786 (*1 *2 *1) (-12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))) (-4391 (*1 *2 *1) (|partial| -12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))) (-2748 (*1 *1 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)) (-4 *2 (-365)))))
-(-13 (-38 |t#1|) (-413 |t#1|) (-340 |t#1|) (-10 -8 (-15 -3357 ($ $)) (-15 -1646 (|t#1| $)) (-15 -3934 (|t#1| $)) (-15 -2455 (|t#1| $)) (-15 -2313 (|t#1| $)) (-15 -3792 (|t#1| $)) (-15 -3308 (|t#1| $)) (-15 -4220 (|t#1| $)) (-15 -1664 (|t#1| $)) (-15 -2064 (|t#1| $)) (-15 -2639 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-370)) (-6 (-370)) |%noBranch|) (IF (|has| |t#1| (-850)) (-6 (-850)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1059)) (-15 -1358 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-547)) (PROGN (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-365)) (-15 -2748 ($ $)) |%noBranch|)))
+((-2791 (*1 *1 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-3865 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-3264 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-4044 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-2027 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-1464 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-3556 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-4236 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-2913 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-1435 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-2152 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))) (-3839 (*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)) (-4 *2 (-1059)))) (-2070 (*1 *2 *1) (-12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112)))) (-1662 (*1 *2 *1) (-12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))) (-2165 (*1 *2 *1) (|partial| -12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))) (-4085 (*1 *1 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)) (-4 *2 (-365)))))
+(-13 (-38 |t#1|) (-413 |t#1|) (-340 |t#1|) (-10 -8 (-15 -2791 ($ $)) (-15 -3865 (|t#1| $)) (-15 -3264 (|t#1| $)) (-15 -4044 (|t#1| $)) (-15 -2027 (|t#1| $)) (-15 -1464 (|t#1| $)) (-15 -3556 (|t#1| $)) (-15 -4236 (|t#1| $)) (-15 -2913 (|t#1| $)) (-15 -1435 (|t#1| $)) (-15 -2152 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-370)) (-6 (-370)) |%noBranch|) (IF (|has| |t#1| (-850)) (-6 (-850)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1059)) (-15 -3839 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-547)) (PROGN (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-365)) (-15 -4085 ($ $)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0=(-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 |#1| $) |has| |#1| (-287 |#1| |#1|)) ((-310 |#1|) |has| |#1| (-310 |#1|)) ((-370) |has| |#1| (-370)) ((-340 |#1|) . T) ((-413 |#1|) . T) ((-516 (-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((-516 |#1| |#1|) |has| |#1| (-310 |#1|)) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 |#1|) . T) ((-717 |#1|) . T) ((-726) . T) ((-850) |has| |#1| (-850)) ((-1038 #0#) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2319 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
-(((-798 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 (|#3| (-1 |#4| |#2|) |#1|))) (-797 |#2|) (-172) (-797 |#4|) (-172)) (T -798))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-797 *6)) (-5 *1 (-798 *4 *5 *2 *6)) (-4 *4 (-797 *5)))))
-(-10 -7 (-15 -2319 (|#3| (-1 |#4| |#2|) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-3870 (((-771)) NIL (|has| |#1| (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL) (((-3 (-999 |#1|) "failed") $) 35) (((-3 (-566) "failed") $) NIL (-2768 (|has| (-999 |#1|) (-1038 (-566))) (|has| |#1| (-1038 (-566))))) (((-3 (-409 (-566)) "failed") $) NIL (-2768 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-4158 ((|#1| $) NIL) (((-999 |#1|) $) 33) (((-566) $) NIL (-2768 (|has| (-999 |#1|) (-1038 (-566))) (|has| |#1| (-1038 (-566))))) (((-409 (-566)) $) NIL (-2768 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-3245 (((-3 $ "failed") $) NIL)) (-1646 ((|#1| $) 16)) (-4391 (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-547)))) (-3407 (((-112) $) NIL (|has| |#1| (-547)))) (-1786 (((-409 (-566)) $) NIL (|has| |#1| (-547)))) (-2715 (($) NIL (|has| |#1| (-370)))) (-2389 (((-112) $) NIL)) (-2639 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-999 |#1|) (-999 |#1|)) 29)) (-2064 ((|#1| $) NIL)) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-1866 (((-921) $) NIL (|has| |#1| (-370)))) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-2835 (($ (-921)) NIL (|has| |#1| (-370)))) (-2313 ((|#1| $) 22)) (-2455 ((|#1| $) 20)) (-3934 ((|#1| $) 18)) (-1664 ((|#1| $) 26)) (-4220 ((|#1| $) 25)) (-3308 ((|#1| $) 24)) (-3792 ((|#1| $) 23)) (-4072 (((-1119) $) NIL)) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|)))) (-1309 (($ $ |#1|) NIL (|has| |#1| (-287 |#1| |#1|)))) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-3357 (($ $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-999 |#1|)) 30) (($ (-409 (-566))) NIL (-2768 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-1358 ((|#1| $) NIL (|has| |#1| (-1059)))) (-4356 (($) 8 T CONST)) (-4366 (($) 12 T CONST)) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-799 |#1|) (-13 (-797 |#1|) (-413 (-999 |#1|)) (-10 -8 (-15 -2639 ($ (-999 |#1|) (-999 |#1|))))) (-172)) (T -799))
-((-2639 (*1 *1 *2 *2) (-12 (-5 *2 (-999 *3)) (-4 *3 (-172)) (-5 *1 (-799 *3)))))
-(-13 (-797 |#1|) (-413 (-999 |#1|)) (-10 -8 (-15 -2639 ($ (-999 |#1|) (-999 |#1|)))))
-((-2988 (((-112) $ $) 7)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4293 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 14)) (-2914 (((-112) $ $) 6)))
+((-1895 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
+(((-798 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 (|#3| (-1 |#4| |#2|) |#1|))) (-797 |#2|) (-172) (-797 |#4|) (-172)) (T -798))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-797 *6)) (-5 *1 (-798 *4 *5 *2 *6)) (-4 *4 (-797 *5)))))
+(-10 -7 (-15 -1895 (|#3| (-1 |#4| |#2|) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3571 (((-771)) NIL (|has| |#1| (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL) (((-3 (-999 |#1|) "failed") $) 35) (((-3 (-566) "failed") $) NIL (-2700 (|has| (-999 |#1|) (-1038 (-566))) (|has| |#1| (-1038 (-566))))) (((-3 (-409 (-566)) "failed") $) NIL (-2700 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-3213 ((|#1| $) NIL) (((-999 |#1|) $) 33) (((-566) $) NIL (-2700 (|has| (-999 |#1|) (-1038 (-566))) (|has| |#1| (-1038 (-566))))) (((-409 (-566)) $) NIL (-2700 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-4185 (((-3 $ "failed") $) NIL)) (-3865 ((|#1| $) 16)) (-2165 (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-547)))) (-2070 (((-112) $) NIL (|has| |#1| (-547)))) (-1662 (((-409 (-566)) $) NIL (|has| |#1| (-547)))) (-3341 (($) NIL (|has| |#1| (-370)))) (-1568 (((-112) $) NIL)) (-2152 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-999 |#1|) (-999 |#1|)) 29)) (-1435 ((|#1| $) NIL)) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4350 (((-921) $) NIL (|has| |#1| (-370)))) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-1351 (($ (-921)) NIL (|has| |#1| (-370)))) (-2027 ((|#1| $) 22)) (-4044 ((|#1| $) 20)) (-3264 ((|#1| $) 18)) (-2913 ((|#1| $) 26)) (-4236 ((|#1| $) 25)) (-3556 ((|#1| $) 24)) (-1464 ((|#1| $) 23)) (-2029 (((-1119) $) NIL)) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|)))) (-3483 (($ $ |#1|) NIL (|has| |#1| (-287 |#1| |#1|)))) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-2791 (($ $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-999 |#1|)) 30) (($ (-409 (-566))) NIL (-2700 (|has| (-999 |#1|) (-1038 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3839 ((|#1| $) NIL (|has| |#1| (-1059)))) (-3410 (($) 8 T CONST)) (-3424 (($) 12 T CONST)) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-799 |#1|) (-13 (-797 |#1|) (-413 (-999 |#1|)) (-10 -8 (-15 -2152 ($ (-999 |#1|) (-999 |#1|))))) (-172)) (T -799))
+((-2152 (*1 *1 *2 *2) (-12 (-5 *2 (-999 *3)) (-4 *3 (-172)) (-5 *1 (-799 *3)))))
+(-13 (-797 |#1|) (-413 (-999 |#1|)) (-10 -8 (-15 -2152 ($ (-999 |#1|) (-999 |#1|)))))
+((-4124 (((-112) $ $) 7)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3718 (((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 14)) (-2868 (((-112) $ $) 6)))
(((-800) (-140)) (T -800))
-((-2659 (*1 *2 *3 *4) (-12 (-4 *1 (-800)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)))))) (-4293 (*1 *2 *3) (-12 (-4 *1 (-800)) (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-1035)))))
-(-13 (-1099) (-10 -7 (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4293 ((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))))
+((-2294 (*1 *2 *3 *4) (-12 (-4 *1 (-800)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)))))) (-3718 (*1 *2 *3) (-12 (-4 *1 (-800)) (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-1035)))))
+(-13 (-1099) (-10 -7 (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3718 ((-1035) (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2647 (((-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) |#3| |#2| (-1175)) 19)))
-(((-801 |#1| |#2| |#3|) (-10 -7 (-15 -2647 ((-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) |#3| |#2| (-1175)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1199) (-959)) (-656 |#2|)) (T -801))
-((-2647 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1175)) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-4 *4 (-13 (-29 *6) (-1199) (-959))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2875 (-644 *4)))) (-5 *1 (-801 *6 *4 *3)) (-4 *3 (-656 *4)))))
-(-10 -7 (-15 -2647 ((-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) |#3| |#2| (-1175))))
-((-2423 (((-3 |#2| "failed") |#2| (-114) (-295 |#2|) (-644 |#2|)) 28) (((-3 |#2| "failed") (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) |#2| "failed") |#2| (-114) (-1175)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) |#2| "failed") (-295 |#2|) (-114) (-1175)) 18) (((-3 (-2 (|:| |particular| (-1264 |#2|)) (|:| -2875 (-644 (-1264 |#2|)))) "failed") (-644 |#2|) (-644 (-114)) (-1175)) 24) (((-3 (-2 (|:| |particular| (-1264 |#2|)) (|:| -2875 (-644 (-1264 |#2|)))) "failed") (-644 (-295 |#2|)) (-644 (-114)) (-1175)) 26) (((-3 (-644 (-1264 |#2|)) "failed") (-689 |#2|) (-1175)) 37) (((-3 (-2 (|:| |particular| (-1264 |#2|)) (|:| -2875 (-644 (-1264 |#2|)))) "failed") (-689 |#2|) (-1264 |#2|) (-1175)) 35)))
-(((-802 |#1| |#2|) (-10 -7 (-15 -2423 ((-3 (-2 (|:| |particular| (-1264 |#2|)) (|:| -2875 (-644 (-1264 |#2|)))) "failed") (-689 |#2|) (-1264 |#2|) (-1175))) (-15 -2423 ((-3 (-644 (-1264 |#2|)) "failed") (-689 |#2|) (-1175))) (-15 -2423 ((-3 (-2 (|:| |particular| (-1264 |#2|)) (|:| -2875 (-644 (-1264 |#2|)))) "failed") (-644 (-295 |#2|)) (-644 (-114)) (-1175))) (-15 -2423 ((-3 (-2 (|:| |particular| (-1264 |#2|)) (|:| -2875 (-644 (-1264 |#2|)))) "failed") (-644 |#2|) (-644 (-114)) (-1175))) (-15 -2423 ((-3 (-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) |#2| "failed") (-295 |#2|) (-114) (-1175))) (-15 -2423 ((-3 (-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) |#2| "failed") |#2| (-114) (-1175))) (-15 -2423 ((-3 |#2| "failed") (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|))) (-15 -2423 ((-3 |#2| "failed") |#2| (-114) (-295 |#2|) (-644 |#2|)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1199) (-959))) (T -802))
-((-2423 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-295 *2)) (-5 *5 (-644 *2)) (-4 *2 (-13 (-29 *6) (-1199) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-802 *6 *2)))) (-2423 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-295 *2)) (-5 *4 (-114)) (-5 *5 (-644 *2)) (-4 *2 (-13 (-29 *6) (-1199) (-959))) (-5 *1 (-802 *6 *2)) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))))) (-2423 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-114)) (-5 *5 (-1175)) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -2875 (-644 *3))) *3 "failed")) (-5 *1 (-802 *6 *3)) (-4 *3 (-13 (-29 *6) (-1199) (-959))))) (-2423 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-295 *7)) (-5 *4 (-114)) (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1199) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -2875 (-644 *7))) *7 "failed")) (-5 *1 (-802 *6 *7)))) (-2423 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-644 *7)) (-5 *4 (-644 (-114))) (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1199) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-2 (|:| |particular| (-1264 *7)) (|:| -2875 (-644 (-1264 *7))))) (-5 *1 (-802 *6 *7)))) (-2423 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-644 (-295 *7))) (-5 *4 (-644 (-114))) (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1199) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-2 (|:| |particular| (-1264 *7)) (|:| -2875 (-644 (-1264 *7))))) (-5 *1 (-802 *6 *7)))) (-2423 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-689 *6)) (-5 *4 (-1175)) (-4 *6 (-13 (-29 *5) (-1199) (-959))) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-1264 *6))) (-5 *1 (-802 *5 *6)))) (-2423 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-689 *7)) (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1199) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-2 (|:| |particular| (-1264 *7)) (|:| -2875 (-644 (-1264 *7))))) (-5 *1 (-802 *6 *7)) (-5 *4 (-1264 *7)))))
-(-10 -7 (-15 -2423 ((-3 (-2 (|:| |particular| (-1264 |#2|)) (|:| -2875 (-644 (-1264 |#2|)))) "failed") (-689 |#2|) (-1264 |#2|) (-1175))) (-15 -2423 ((-3 (-644 (-1264 |#2|)) "failed") (-689 |#2|) (-1175))) (-15 -2423 ((-3 (-2 (|:| |particular| (-1264 |#2|)) (|:| -2875 (-644 (-1264 |#2|)))) "failed") (-644 (-295 |#2|)) (-644 (-114)) (-1175))) (-15 -2423 ((-3 (-2 (|:| |particular| (-1264 |#2|)) (|:| -2875 (-644 (-1264 |#2|)))) "failed") (-644 |#2|) (-644 (-114)) (-1175))) (-15 -2423 ((-3 (-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) |#2| "failed") (-295 |#2|) (-114) (-1175))) (-15 -2423 ((-3 (-2 (|:| |particular| |#2|) (|:| -2875 (-644 |#2|))) |#2| "failed") |#2| (-114) (-1175))) (-15 -2423 ((-3 |#2| "failed") (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|))) (-15 -2423 ((-3 |#2| "failed") |#2| (-114) (-295 |#2|) (-644 |#2|))))
-((-1491 (($) 9)) (-2565 (((-3 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 31)) (-4052 (((-644 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $) 28)) (-3888 (($ (-2 (|:| -2674 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))))) 25)) (-3634 (($ (-644 (-2 (|:| -2674 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))))) 23)) (-4155 (((-1269)) 12)))
-(((-803) (-10 -8 (-15 -1491 ($)) (-15 -4155 ((-1269))) (-15 -4052 ((-644 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -3634 ($ (-644 (-2 (|:| -2674 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))))))) (-15 -3888 ($ (-2 (|:| -2674 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))))) (-15 -2565 ((-3 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -803))
-((-2565 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))) (-5 *1 (-803)))) (-3888 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2674 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))))) (-5 *1 (-803)))) (-3634 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2674 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))))) (-5 *1 (-803)))) (-4052 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-5 *1 (-803)))) (-4155 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-803)))) (-1491 (*1 *1) (-5 *1 (-803))))
-(-10 -8 (-15 -1491 ($)) (-15 -4155 ((-1269))) (-15 -4052 ((-644 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -3634 ($ (-644 (-2 (|:| -2674 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))))))) (-15 -3888 ($ (-2 (|:| -2674 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2636 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))))) (-15 -2565 ((-3 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
-((-2590 ((|#2| |#2| (-1175)) 17)) (-2394 ((|#2| |#2| (-1175)) 56)) (-2195 (((-1 |#2| |#2|) (-1175)) 11)))
-(((-804 |#1| |#2|) (-10 -7 (-15 -2590 (|#2| |#2| (-1175))) (-15 -2394 (|#2| |#2| (-1175))) (-15 -2195 ((-1 |#2| |#2|) (-1175)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1199) (-959))) (T -804))
-((-2195 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-1 *5 *5)) (-5 *1 (-804 *4 *5)) (-4 *5 (-13 (-29 *4) (-1199) (-959))))) (-2394 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-804 *4 *2)) (-4 *2 (-13 (-29 *4) (-1199) (-959))))) (-2590 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-804 *4 *2)) (-4 *2 (-13 (-29 *4) (-1199) (-959))))))
-(-10 -7 (-15 -2590 (|#2| |#2| (-1175))) (-15 -2394 (|#2| |#2| (-1175))) (-15 -2195 ((-1 |#2| |#2|) (-1175))))
-((-2423 (((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381) (-381)) 131) (((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381)) 132) (((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-644 (-381)) (-381)) 134) (((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-381)) 136) (((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-381)) 137) (((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381))) 139) (((-1035) (-808) (-1062)) 123) (((-1035) (-808)) 124)) (-2659 (((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808) (-1062)) 83) (((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808)) 85)))
-(((-805) (-10 -7 (-15 -2423 ((-1035) (-808))) (-15 -2423 ((-1035) (-808) (-1062))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-381))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-381))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-644 (-381)) (-381))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381) (-381))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808) (-1062))))) (T -805))
-((-2659 (*1 *2 *3 *4) (-12 (-5 *3 (-808)) (-5 *4 (-1062)) (-5 *2 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-805)))) (-2659 (*1 *2 *3) (-12 (-5 *3 (-808)) (-5 *2 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-805)))) (-2423 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1264 (-317 *4))) (-5 *5 (-644 (-381))) (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-2423 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1264 (-317 *4))) (-5 *5 (-644 (-381))) (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-2423 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1264 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-2423 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1264 (-317 *4))) (-5 *5 (-644 (-381))) (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-2423 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1264 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-2423 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1264 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-808)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-2423 (*1 *2 *3) (-12 (-5 *3 (-808)) (-5 *2 (-1035)) (-5 *1 (-805)))))
-(-10 -7 (-15 -2423 ((-1035) (-808))) (-15 -2423 ((-1035) (-808) (-1062))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-381))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-381))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-644 (-381)) (-381))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381))) (-15 -2423 ((-1035) (-1264 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381) (-381))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808) (-1062))))
-((-3731 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2875 (-644 |#4|))) (-653 |#4|) |#4|) 35)))
-(((-806 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3731 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2875 (-644 |#4|))) (-653 |#4|) |#4|))) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))) (-1240 |#1|) (-1240 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -806))
-((-3731 (*1 *2 *3 *4) (-12 (-5 *3 (-653 *4)) (-4 *4 (-344 *5 *6 *7)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4)))) (-5 *1 (-806 *5 *6 *7 *4)))))
-(-10 -7 (-15 -3731 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2875 (-644 |#4|))) (-653 |#4|) |#4|)))
-((-4367 (((-2 (|:| -3434 |#3|) (|:| |rh| (-644 (-409 |#2|)))) |#4| (-644 (-409 |#2|))) 53)) (-4210 (((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#4| |#2|) 62) (((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#4|) 61) (((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#3| |#2|) 20) (((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#3|) 21)) (-2109 ((|#2| |#4| |#1|) 63) ((|#2| |#3| |#1|) 28)) (-4247 ((|#2| |#3| (-644 (-409 |#2|))) 113) (((-3 |#2| "failed") |#3| (-409 |#2|)) 109)))
-(((-807 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4247 ((-3 |#2| "failed") |#3| (-409 |#2|))) (-15 -4247 (|#2| |#3| (-644 (-409 |#2|)))) (-15 -4210 ((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#3|)) (-15 -4210 ((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#3| |#2|)) (-15 -2109 (|#2| |#3| |#1|)) (-15 -4210 ((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#4|)) (-15 -4210 ((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#4| |#2|)) (-15 -2109 (|#2| |#4| |#1|)) (-15 -4367 ((-2 (|:| -3434 |#3|) (|:| |rh| (-644 (-409 |#2|)))) |#4| (-644 (-409 |#2|))))) (-13 (-365) (-147) (-1038 (-409 (-566)))) (-1240 |#1|) (-656 |#2|) (-656 (-409 |#2|))) (T -807))
-((-4367 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5)) (-5 *2 (-2 (|:| -3434 *7) (|:| |rh| (-644 (-409 *6))))) (-5 *1 (-807 *5 *6 *7 *3)) (-5 *4 (-644 (-409 *6))) (-4 *7 (-656 *6)) (-4 *3 (-656 (-409 *6))))) (-2109 (*1 *2 *3 *4) (-12 (-4 *2 (-1240 *4)) (-5 *1 (-807 *4 *2 *5 *3)) (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-656 *2)) (-4 *3 (-656 (-409 *2))))) (-4210 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *4 (-1240 *5)) (-5 *2 (-644 (-2 (|:| -4290 *4) (|:| -1335 *4)))) (-5 *1 (-807 *5 *4 *6 *3)) (-4 *6 (-656 *4)) (-4 *3 (-656 (-409 *4))))) (-4210 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1240 *4)) (-5 *2 (-644 (-2 (|:| -4290 *5) (|:| -1335 *5)))) (-5 *1 (-807 *4 *5 *6 *3)) (-4 *6 (-656 *5)) (-4 *3 (-656 (-409 *5))))) (-2109 (*1 *2 *3 *4) (-12 (-4 *2 (-1240 *4)) (-5 *1 (-807 *4 *2 *3 *5)) (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2)) (-4 *5 (-656 (-409 *2))))) (-4210 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *4 (-1240 *5)) (-5 *2 (-644 (-2 (|:| -4290 *4) (|:| -1335 *4)))) (-5 *1 (-807 *5 *4 *3 *6)) (-4 *3 (-656 *4)) (-4 *6 (-656 (-409 *4))))) (-4210 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1240 *4)) (-5 *2 (-644 (-2 (|:| -4290 *5) (|:| -1335 *5)))) (-5 *1 (-807 *4 *5 *3 *6)) (-4 *3 (-656 *5)) (-4 *6 (-656 (-409 *5))))) (-4247 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-409 *2))) (-4 *2 (-1240 *5)) (-5 *1 (-807 *5 *2 *3 *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2)) (-4 *6 (-656 (-409 *2))))) (-4247 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-409 *2)) (-4 *2 (-1240 *5)) (-5 *1 (-807 *5 *2 *3 *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2)) (-4 *6 (-656 *4)))))
-(-10 -7 (-15 -4247 ((-3 |#2| "failed") |#3| (-409 |#2|))) (-15 -4247 (|#2| |#3| (-644 (-409 |#2|)))) (-15 -4210 ((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#3|)) (-15 -4210 ((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#3| |#2|)) (-15 -2109 (|#2| |#3| |#1|)) (-15 -4210 ((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#4|)) (-15 -4210 ((-644 (-2 (|:| -4290 |#2|) (|:| -1335 |#2|))) |#4| |#2|)) (-15 -2109 (|#2| |#4| |#1|)) (-15 -4367 ((-2 (|:| -3434 |#3|) (|:| |rh| (-644 (-409 |#2|)))) |#4| (-644 (-409 |#2|)))))
-((-2988 (((-112) $ $) NIL)) (-4158 (((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $) 13)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 15) (($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 12)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-808) (-13 (-1099) (-10 -8 (-15 -3152 ($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4158 ((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $))))) (T -808))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-808)))) (-4158 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-808)))))
-(-13 (-1099) (-10 -8 (-15 -3152 ($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -4158 ((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $))))
-((-3932 (((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -3434 |#3|))) |#3| (-1 (-644 |#2|) |#2| (-1171 |#2|)) (-1 (-420 |#2|) |#2|)) 157)) (-1626 (((-644 (-2 (|:| |poly| |#2|) (|:| -3434 |#3|))) |#3| (-1 (-644 |#1|) |#2|)) 56)) (-1681 (((-644 (-2 (|:| |deg| (-771)) (|:| -3434 |#2|))) |#3|) 127)) (-4007 ((|#2| |#3|) 45)) (-2409 (((-644 (-2 (|:| -1623 |#1|) (|:| -3434 |#3|))) |#3| (-1 (-644 |#1|) |#2|)) 105)) (-2479 ((|#3| |#3| (-409 |#2|)) 76) ((|#3| |#3| |#2|) 102)))
-(((-809 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4007 (|#2| |#3|)) (-15 -1681 ((-644 (-2 (|:| |deg| (-771)) (|:| -3434 |#2|))) |#3|)) (-15 -2409 ((-644 (-2 (|:| -1623 |#1|) (|:| -3434 |#3|))) |#3| (-1 (-644 |#1|) |#2|))) (-15 -1626 ((-644 (-2 (|:| |poly| |#2|) (|:| -3434 |#3|))) |#3| (-1 (-644 |#1|) |#2|))) (-15 -3932 ((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -3434 |#3|))) |#3| (-1 (-644 |#2|) |#2| (-1171 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -2479 (|#3| |#3| |#2|)) (-15 -2479 (|#3| |#3| (-409 |#2|)))) (-13 (-365) (-147) (-1038 (-409 (-566)))) (-1240 |#1|) (-656 |#2|) (-656 (-409 |#2|))) (T -809))
-((-2479 (*1 *2 *2 *3) (-12 (-5 *3 (-409 *5)) (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1240 *4)) (-5 *1 (-809 *4 *5 *2 *6)) (-4 *2 (-656 *5)) (-4 *6 (-656 *3)))) (-2479 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-1240 *4)) (-5 *1 (-809 *4 *3 *2 *5)) (-4 *2 (-656 *3)) (-4 *5 (-656 (-409 *3))))) (-3932 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-644 *7) *7 (-1171 *7))) (-5 *5 (-1 (-420 *7) *7)) (-4 *7 (-1240 *6)) (-4 *6 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-5 *2 (-644 (-2 (|:| |frac| (-409 *7)) (|:| -3434 *3)))) (-5 *1 (-809 *6 *7 *3 *8)) (-4 *3 (-656 *7)) (-4 *8 (-656 (-409 *7))))) (-1626 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5)) (-5 *2 (-644 (-2 (|:| |poly| *6) (|:| -3434 *3)))) (-5 *1 (-809 *5 *6 *3 *7)) (-4 *3 (-656 *6)) (-4 *7 (-656 (-409 *6))))) (-2409 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5)) (-5 *2 (-644 (-2 (|:| -1623 *5) (|:| -3434 *3)))) (-5 *1 (-809 *5 *6 *3 *7)) (-4 *3 (-656 *6)) (-4 *7 (-656 (-409 *6))))) (-1681 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1240 *4)) (-5 *2 (-644 (-2 (|:| |deg| (-771)) (|:| -3434 *5)))) (-5 *1 (-809 *4 *5 *3 *6)) (-4 *3 (-656 *5)) (-4 *6 (-656 (-409 *5))))) (-4007 (*1 *2 *3) (-12 (-4 *2 (-1240 *4)) (-5 *1 (-809 *4 *2 *3 *5)) (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2)) (-4 *5 (-656 (-409 *2))))))
-(-10 -7 (-15 -4007 (|#2| |#3|)) (-15 -1681 ((-644 (-2 (|:| |deg| (-771)) (|:| -3434 |#2|))) |#3|)) (-15 -2409 ((-644 (-2 (|:| -1623 |#1|) (|:| -3434 |#3|))) |#3| (-1 (-644 |#1|) |#2|))) (-15 -1626 ((-644 (-2 (|:| |poly| |#2|) (|:| -3434 |#3|))) |#3| (-1 (-644 |#1|) |#2|))) (-15 -3932 ((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -3434 |#3|))) |#3| (-1 (-644 |#2|) |#2| (-1171 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -2479 (|#3| |#3| |#2|)) (-15 -2479 (|#3| |#3| (-409 |#2|))))
-((-2445 (((-2 (|:| -2875 (-644 (-409 |#2|))) (|:| -3361 (-689 |#1|))) (-654 |#2| (-409 |#2|)) (-644 (-409 |#2|))) 149) (((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -2875 (-644 (-409 |#2|)))) (-654 |#2| (-409 |#2|)) (-409 |#2|)) 148) (((-2 (|:| -2875 (-644 (-409 |#2|))) (|:| -3361 (-689 |#1|))) (-653 (-409 |#2|)) (-644 (-409 |#2|))) 143) (((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -2875 (-644 (-409 |#2|)))) (-653 (-409 |#2|)) (-409 |#2|)) 141)) (-3190 ((|#2| (-654 |#2| (-409 |#2|))) 89) ((|#2| (-653 (-409 |#2|))) 92)))
-(((-810 |#1| |#2|) (-10 -7 (-15 -2445 ((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -2875 (-644 (-409 |#2|)))) (-653 (-409 |#2|)) (-409 |#2|))) (-15 -2445 ((-2 (|:| -2875 (-644 (-409 |#2|))) (|:| -3361 (-689 |#1|))) (-653 (-409 |#2|)) (-644 (-409 |#2|)))) (-15 -2445 ((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -2875 (-644 (-409 |#2|)))) (-654 |#2| (-409 |#2|)) (-409 |#2|))) (-15 -2445 ((-2 (|:| -2875 (-644 (-409 |#2|))) (|:| -3361 (-689 |#1|))) (-654 |#2| (-409 |#2|)) (-644 (-409 |#2|)))) (-15 -3190 (|#2| (-653 (-409 |#2|)))) (-15 -3190 (|#2| (-654 |#2| (-409 |#2|))))) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))) (-1240 |#1|)) (T -810))
-((-3190 (*1 *2 *3) (-12 (-5 *3 (-654 *2 (-409 *2))) (-4 *2 (-1240 *4)) (-5 *1 (-810 *4 *2)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))))) (-3190 (*1 *2 *3) (-12 (-5 *3 (-653 (-409 *2))) (-4 *2 (-1240 *4)) (-5 *1 (-810 *4 *2)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))))) (-2445 (*1 *2 *3 *4) (-12 (-5 *3 (-654 *6 (-409 *6))) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-2 (|:| -2875 (-644 (-409 *6))) (|:| -3361 (-689 *5)))) (-5 *1 (-810 *5 *6)) (-5 *4 (-644 (-409 *6))))) (-2445 (*1 *2 *3 *4) (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-409 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4)))) (-5 *1 (-810 *5 *6)))) (-2445 (*1 *2 *3 *4) (-12 (-5 *3 (-653 (-409 *6))) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-2 (|:| -2875 (-644 (-409 *6))) (|:| -3361 (-689 *5)))) (-5 *1 (-810 *5 *6)) (-5 *4 (-644 (-409 *6))))) (-2445 (*1 *2 *3 *4) (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-409 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4)))) (-5 *1 (-810 *5 *6)))))
-(-10 -7 (-15 -2445 ((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -2875 (-644 (-409 |#2|)))) (-653 (-409 |#2|)) (-409 |#2|))) (-15 -2445 ((-2 (|:| -2875 (-644 (-409 |#2|))) (|:| -3361 (-689 |#1|))) (-653 (-409 |#2|)) (-644 (-409 |#2|)))) (-15 -2445 ((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -2875 (-644 (-409 |#2|)))) (-654 |#2| (-409 |#2|)) (-409 |#2|))) (-15 -2445 ((-2 (|:| -2875 (-644 (-409 |#2|))) (|:| -3361 (-689 |#1|))) (-654 |#2| (-409 |#2|)) (-644 (-409 |#2|)))) (-15 -3190 (|#2| (-653 (-409 |#2|)))) (-15 -3190 (|#2| (-654 |#2| (-409 |#2|)))))
-((-2575 (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#1|))) |#5| |#4|) 52)))
-(((-811 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2575 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#1|))) |#5| |#4|))) (-365) (-656 |#1|) (-1240 |#1|) (-724 |#1| |#3|) (-656 |#4|)) (T -811))
-((-2575 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *7 (-1240 *5)) (-4 *4 (-724 *5 *7)) (-5 *2 (-2 (|:| -3361 (-689 *6)) (|:| |vec| (-1264 *5)))) (-5 *1 (-811 *5 *6 *7 *4 *3)) (-4 *6 (-656 *5)) (-4 *3 (-656 *4)))))
-(-10 -7 (-15 -2575 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#1|))) |#5| |#4|)))
-((-3932 (((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -3434 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|)) 47)) (-1501 (((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|)) 171 (|has| |#1| (-27))) (((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|))) 168 (|has| |#1| (-27))) (((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-420 |#2|) |#2|)) 172 (|has| |#1| (-27))) (((-644 (-409 |#2|)) (-653 (-409 |#2|))) 170 (|has| |#1| (-27))) (((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|)) 38) (((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|)) 39) (((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|)) 36) (((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|)) 37)) (-1626 (((-644 (-2 (|:| |poly| |#2|) (|:| -3434 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|)) 99)))
-(((-812 |#1| |#2|) (-10 -7 (-15 -1501 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (-15 -1501 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|))) (-15 -1501 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (-15 -1501 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|))) (-15 -3932 ((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -3434 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -1626 ((-644 (-2 (|:| |poly| |#2|) (|:| -3434 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1501 ((-644 (-409 |#2|)) (-653 (-409 |#2|)))) (-15 -1501 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -1501 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)))) (-15 -1501 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|)))) |%noBranch|)) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))) (-1240 |#1|)) (T -812))
-((-1501 (*1 *2 *3 *4) (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1240 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))) (-1501 (*1 *2 *3) (-12 (-5 *3 (-654 *5 (-409 *5))) (-4 *5 (-1240 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-409 *5))) (-5 *1 (-812 *4 *5)))) (-1501 (*1 *2 *3 *4) (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1240 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))) (-1501 (*1 *2 *3) (-12 (-5 *3 (-653 (-409 *5))) (-4 *5 (-1240 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-409 *5))) (-5 *1 (-812 *4 *5)))) (-1626 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5)) (-5 *2 (-644 (-2 (|:| |poly| *6) (|:| -3434 (-654 *6 (-409 *6)))))) (-5 *1 (-812 *5 *6)) (-5 *3 (-654 *6 (-409 *6))))) (-3932 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-2 (|:| |frac| (-409 *6)) (|:| -3434 (-654 *6 (-409 *6)))))) (-5 *1 (-812 *5 *6)) (-5 *3 (-654 *6 (-409 *6))))) (-1501 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-654 *7 (-409 *7))) (-5 *4 (-1 (-644 *6) *7)) (-5 *5 (-1 (-420 *7) *7)) (-4 *6 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *7 (-1240 *6)) (-5 *2 (-644 (-409 *7))) (-5 *1 (-812 *6 *7)))) (-1501 (*1 *2 *3 *4) (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5)) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))) (-1501 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-653 (-409 *7))) (-5 *4 (-1 (-644 *6) *7)) (-5 *5 (-1 (-420 *7) *7)) (-4 *6 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *7 (-1240 *6)) (-5 *2 (-644 (-409 *7))) (-5 *1 (-812 *6 *7)))) (-1501 (*1 *2 *3 *4) (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5)) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))))
-(-10 -7 (-15 -1501 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (-15 -1501 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|))) (-15 -1501 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (-15 -1501 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|))) (-15 -3932 ((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -3434 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -1626 ((-644 (-2 (|:| |poly| |#2|) (|:| -3434 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1501 ((-644 (-409 |#2|)) (-653 (-409 |#2|)))) (-15 -1501 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -1501 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)))) (-15 -1501 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|)))) |%noBranch|))
-((-1834 (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#1|))) (-689 |#2|) (-1264 |#1|)) 110) (((-2 (|:| A (-689 |#1|)) (|:| |eqs| (-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1264 |#1|)) (|:| -3434 |#2|) (|:| |rh| |#1|))))) (-689 |#1|) (-1264 |#1|)) 15)) (-3115 (((-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|)))) (-689 |#2|) (-1264 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -2875 (-644 |#1|))) |#2| |#1|)) 116)) (-2423 (((-3 (-2 (|:| |particular| (-1264 |#1|)) (|:| -2875 (-689 |#1|))) "failed") (-689 |#1|) (-1264 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2875 (-644 |#1|))) "failed") |#2| |#1|)) 52)))
-(((-813 |#1| |#2|) (-10 -7 (-15 -1834 ((-2 (|:| A (-689 |#1|)) (|:| |eqs| (-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1264 |#1|)) (|:| -3434 |#2|) (|:| |rh| |#1|))))) (-689 |#1|) (-1264 |#1|))) (-15 -1834 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#1|))) (-689 |#2|) (-1264 |#1|))) (-15 -2423 ((-3 (-2 (|:| |particular| (-1264 |#1|)) (|:| -2875 (-689 |#1|))) "failed") (-689 |#1|) (-1264 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2875 (-644 |#1|))) "failed") |#2| |#1|))) (-15 -3115 ((-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|)))) (-689 |#2|) (-1264 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -2875 (-644 |#1|))) |#2| |#1|)))) (-365) (-656 |#1|)) (T -813))
-((-3115 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2875 (-644 *6))) *7 *6)) (-4 *6 (-365)) (-4 *7 (-656 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1264 *6) "failed")) (|:| -2875 (-644 (-1264 *6))))) (-5 *1 (-813 *6 *7)) (-5 *4 (-1264 *6)))) (-2423 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -2875 (-644 *6))) "failed") *7 *6)) (-4 *6 (-365)) (-4 *7 (-656 *6)) (-5 *2 (-2 (|:| |particular| (-1264 *6)) (|:| -2875 (-689 *6)))) (-5 *1 (-813 *6 *7)) (-5 *3 (-689 *6)) (-5 *4 (-1264 *6)))) (-1834 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-656 *5)) (-5 *2 (-2 (|:| -3361 (-689 *6)) (|:| |vec| (-1264 *5)))) (-5 *1 (-813 *5 *6)) (-5 *3 (-689 *6)) (-5 *4 (-1264 *5)))) (-1834 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-5 *2 (-2 (|:| A (-689 *5)) (|:| |eqs| (-644 (-2 (|:| C (-689 *5)) (|:| |g| (-1264 *5)) (|:| -3434 *6) (|:| |rh| *5)))))) (-5 *1 (-813 *5 *6)) (-5 *3 (-689 *5)) (-5 *4 (-1264 *5)) (-4 *6 (-656 *5)))))
-(-10 -7 (-15 -1834 ((-2 (|:| A (-689 |#1|)) (|:| |eqs| (-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1264 |#1|)) (|:| -3434 |#2|) (|:| |rh| |#1|))))) (-689 |#1|) (-1264 |#1|))) (-15 -1834 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#1|))) (-689 |#2|) (-1264 |#1|))) (-15 -2423 ((-3 (-2 (|:| |particular| (-1264 |#1|)) (|:| -2875 (-689 |#1|))) "failed") (-689 |#1|) (-1264 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2875 (-644 |#1|))) "failed") |#2| |#1|))) (-15 -3115 ((-2 (|:| |particular| (-3 (-1264 |#1|) "failed")) (|:| -2875 (-644 (-1264 |#1|)))) (-689 |#2|) (-1264 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -2875 (-644 |#1|))) |#2| |#1|))))
-((-2678 (((-689 |#1|) (-644 |#1|) (-771)) 14) (((-689 |#1|) (-644 |#1|)) 15)) (-1693 (((-3 (-1264 |#1|) "failed") |#2| |#1| (-644 |#1|)) 39)) (-3894 (((-3 |#1| "failed") |#2| |#1| (-644 |#1|) (-1 |#1| |#1|)) 46)))
-(((-814 |#1| |#2|) (-10 -7 (-15 -2678 ((-689 |#1|) (-644 |#1|))) (-15 -2678 ((-689 |#1|) (-644 |#1|) (-771))) (-15 -1693 ((-3 (-1264 |#1|) "failed") |#2| |#1| (-644 |#1|))) (-15 -3894 ((-3 |#1| "failed") |#2| |#1| (-644 |#1|) (-1 |#1| |#1|)))) (-365) (-656 |#1|)) (T -814))
-((-3894 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-644 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-365)) (-5 *1 (-814 *2 *3)) (-4 *3 (-656 *2)))) (-1693 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-644 *4)) (-4 *4 (-365)) (-5 *2 (-1264 *4)) (-5 *1 (-814 *4 *3)) (-4 *3 (-656 *4)))) (-2678 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-771)) (-4 *5 (-365)) (-5 *2 (-689 *5)) (-5 *1 (-814 *5 *6)) (-4 *6 (-656 *5)))) (-2678 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-365)) (-5 *2 (-689 *4)) (-5 *1 (-814 *4 *5)) (-4 *5 (-656 *4)))))
-(-10 -7 (-15 -2678 ((-689 |#1|) (-644 |#1|))) (-15 -2678 ((-689 |#1|) (-644 |#1|) (-771))) (-15 -1693 ((-3 (-1264 |#1|) "failed") |#2| |#1| (-644 |#1|))) (-15 -3894 ((-3 |#1| "failed") |#2| |#1| (-644 |#1|) (-1 |#1| |#1|))))
-((-2988 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-3230 (((-112) $) NIL (|has| |#2| (-131)))) (-1570 (($ (-921)) NIL (|has| |#2| (-1049)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3920 (($ $ $) NIL (|has| |#2| (-793)))) (-3967 (((-3 $ "failed") $ $) NIL (|has| |#2| (-131)))) (-1504 (((-112) $ (-771)) NIL)) (-3870 (((-771)) NIL (|has| |#2| (-370)))) (-2743 (((-566) $) NIL (|has| |#2| (-848)))) (-1456 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1099)))) (-4158 (((-566) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) ((|#2| $) NIL (|has| |#2| (-1099)))) (-4089 (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL (|has| |#2| (-1049))) (((-689 |#2|) (-689 $)) NIL (|has| |#2| (-1049)))) (-3245 (((-3 $ "failed") $) NIL (|has| |#2| (-726)))) (-2715 (($) NIL (|has| |#2| (-370)))) (-3897 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ (-566)) NIL)) (-2528 (((-112) $) NIL (|has| |#2| (-848)))) (-1683 (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-2389 (((-112) $) NIL (|has| |#2| (-726)))) (-3233 (((-112) $) NIL (|has| |#2| (-848)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-3491 (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-3885 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-1866 (((-921) $) NIL (|has| |#2| (-370)))) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#2| (-1099)))) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-2835 (($ (-921)) NIL (|has| |#2| (-370)))) (-4072 (((-1119) $) NIL (|has| |#2| (-1099)))) (-3908 ((|#2| $) NIL (|has| (-566) (-850)))) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-566)) NIL)) (-3386 ((|#2| $ $) NIL (|has| |#2| (-1049)))) (-1668 (($ (-1264 |#2|)) NIL)) (-3126 (((-134)) NIL (|has| |#2| (-365)))) (-3629 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-4083 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-1264 |#2|) $) NIL) (($ (-566)) NIL (-2768 (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (($ |#2|) NIL (|has| |#2| (-1099))) (((-862) $) NIL (|has| |#2| (-613 (-862))))) (-2593 (((-771)) NIL (|has| |#2| (-1049)) CONST)) (-3044 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-2210 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1358 (($ $) NIL (|has| |#2| (-848)))) (-4356 (($) NIL (|has| |#2| (-131)) CONST)) (-4366 (($) NIL (|has| |#2| (-726)) CONST)) (-3497 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-2968 (((-112) $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2946 (((-112) $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2914 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-2956 (((-112) $ $) NIL (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2935 (((-112) $ $) 11 (-2768 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $ $) NIL (|has| |#2| (-1049))) (($ $) NIL (|has| |#2| (-1049)))) (-3002 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-771)) NIL (|has| |#2| (-726))) (($ $ (-921)) NIL (|has| |#2| (-726)))) (* (($ (-566) $) NIL (|has| |#2| (-1049))) (($ $ $) NIL (|has| |#2| (-726))) (($ $ |#2|) NIL (|has| |#2| (-726))) (($ |#2| $) NIL (|has| |#2| (-726))) (($ (-771) $) NIL (|has| |#2| (-131))) (($ (-921) $) NIL (|has| |#2| (-25)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-815 |#1| |#2| |#3|) (-238 |#1| |#2|) (-771) (-793) (-1 (-112) (-1264 |#2|) (-1264 |#2|))) (T -815))
+((-2218 (((-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) |#3| |#2| (-1175)) 19)))
+(((-801 |#1| |#2| |#3|) (-10 -7 (-15 -2218 ((-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) |#3| |#2| (-1175)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1200) (-959)) (-656 |#2|)) (T -801))
+((-2218 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1175)) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-4 *4 (-13 (-29 *6) (-1200) (-959))) (-5 *2 (-2 (|:| |particular| *4) (|:| -3781 (-644 *4)))) (-5 *1 (-801 *6 *4 *3)) (-4 *3 (-656 *4)))))
+(-10 -7 (-15 -2218 ((-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) |#3| |#2| (-1175))))
+((-1848 (((-3 |#2| "failed") |#2| (-114) (-295 |#2|) (-644 |#2|)) 28) (((-3 |#2| "failed") (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) |#2| "failed") |#2| (-114) (-1175)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) |#2| "failed") (-295 |#2|) (-114) (-1175)) 18) (((-3 (-2 (|:| |particular| (-1265 |#2|)) (|:| -3781 (-644 (-1265 |#2|)))) "failed") (-644 |#2|) (-644 (-114)) (-1175)) 24) (((-3 (-2 (|:| |particular| (-1265 |#2|)) (|:| -3781 (-644 (-1265 |#2|)))) "failed") (-644 (-295 |#2|)) (-644 (-114)) (-1175)) 26) (((-3 (-644 (-1265 |#2|)) "failed") (-689 |#2|) (-1175)) 37) (((-3 (-2 (|:| |particular| (-1265 |#2|)) (|:| -3781 (-644 (-1265 |#2|)))) "failed") (-689 |#2|) (-1265 |#2|) (-1175)) 35)))
+(((-802 |#1| |#2|) (-10 -7 (-15 -1848 ((-3 (-2 (|:| |particular| (-1265 |#2|)) (|:| -3781 (-644 (-1265 |#2|)))) "failed") (-689 |#2|) (-1265 |#2|) (-1175))) (-15 -1848 ((-3 (-644 (-1265 |#2|)) "failed") (-689 |#2|) (-1175))) (-15 -1848 ((-3 (-2 (|:| |particular| (-1265 |#2|)) (|:| -3781 (-644 (-1265 |#2|)))) "failed") (-644 (-295 |#2|)) (-644 (-114)) (-1175))) (-15 -1848 ((-3 (-2 (|:| |particular| (-1265 |#2|)) (|:| -3781 (-644 (-1265 |#2|)))) "failed") (-644 |#2|) (-644 (-114)) (-1175))) (-15 -1848 ((-3 (-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) |#2| "failed") (-295 |#2|) (-114) (-1175))) (-15 -1848 ((-3 (-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) |#2| "failed") |#2| (-114) (-1175))) (-15 -1848 ((-3 |#2| "failed") (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|))) (-15 -1848 ((-3 |#2| "failed") |#2| (-114) (-295 |#2|) (-644 |#2|)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1200) (-959))) (T -802))
+((-1848 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-114)) (-5 *4 (-295 *2)) (-5 *5 (-644 *2)) (-4 *2 (-13 (-29 *6) (-1200) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-802 *6 *2)))) (-1848 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-295 *2)) (-5 *4 (-114)) (-5 *5 (-644 *2)) (-4 *2 (-13 (-29 *6) (-1200) (-959))) (-5 *1 (-802 *6 *2)) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))))) (-1848 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-114)) (-5 *5 (-1175)) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -3781 (-644 *3))) *3 "failed")) (-5 *1 (-802 *6 *3)) (-4 *3 (-13 (-29 *6) (-1200) (-959))))) (-1848 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-295 *7)) (-5 *4 (-114)) (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1200) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -3781 (-644 *7))) *7 "failed")) (-5 *1 (-802 *6 *7)))) (-1848 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-644 *7)) (-5 *4 (-644 (-114))) (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1200) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-2 (|:| |particular| (-1265 *7)) (|:| -3781 (-644 (-1265 *7))))) (-5 *1 (-802 *6 *7)))) (-1848 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-644 (-295 *7))) (-5 *4 (-644 (-114))) (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1200) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-2 (|:| |particular| (-1265 *7)) (|:| -3781 (-644 (-1265 *7))))) (-5 *1 (-802 *6 *7)))) (-1848 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-689 *6)) (-5 *4 (-1175)) (-4 *6 (-13 (-29 *5) (-1200) (-959))) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-1265 *6))) (-5 *1 (-802 *5 *6)))) (-1848 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-689 *7)) (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1200) (-959))) (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-2 (|:| |particular| (-1265 *7)) (|:| -3781 (-644 (-1265 *7))))) (-5 *1 (-802 *6 *7)) (-5 *4 (-1265 *7)))))
+(-10 -7 (-15 -1848 ((-3 (-2 (|:| |particular| (-1265 |#2|)) (|:| -3781 (-644 (-1265 |#2|)))) "failed") (-689 |#2|) (-1265 |#2|) (-1175))) (-15 -1848 ((-3 (-644 (-1265 |#2|)) "failed") (-689 |#2|) (-1175))) (-15 -1848 ((-3 (-2 (|:| |particular| (-1265 |#2|)) (|:| -3781 (-644 (-1265 |#2|)))) "failed") (-644 (-295 |#2|)) (-644 (-114)) (-1175))) (-15 -1848 ((-3 (-2 (|:| |particular| (-1265 |#2|)) (|:| -3781 (-644 (-1265 |#2|)))) "failed") (-644 |#2|) (-644 (-114)) (-1175))) (-15 -1848 ((-3 (-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) |#2| "failed") (-295 |#2|) (-114) (-1175))) (-15 -1848 ((-3 (-2 (|:| |particular| |#2|) (|:| -3781 (-644 |#2|))) |#2| "failed") |#2| (-114) (-1175))) (-15 -1848 ((-3 |#2| "failed") (-295 |#2|) (-114) (-295 |#2|) (-644 |#2|))) (-15 -1848 ((-3 |#2| "failed") |#2| (-114) (-295 |#2|) (-644 |#2|))))
+((-3745 (($) 9)) (-2620 (((-3 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 31)) (-3391 (((-644 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $) 28)) (-4165 (($ (-2 (|:| -2334 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))))) 25)) (-3682 (($ (-644 (-2 (|:| -2334 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))))) 23)) (-1674 (((-1270)) 12)))
+(((-803) (-10 -8 (-15 -3745 ($)) (-15 -1674 ((-1270))) (-15 -3391 ((-644 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -3682 ($ (-644 (-2 (|:| -2334 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))))))) (-15 -4165 ($ (-2 (|:| -2334 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))))) (-15 -2620 ((-3 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))) (T -803))
+((-2620 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *2 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))) (-5 *1 (-803)))) (-4165 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2334 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))))) (-5 *1 (-803)))) (-3682 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2334 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))))) (-5 *1 (-803)))) (-3391 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-5 *1 (-803)))) (-1674 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-803)))) (-3745 (*1 *1) (-5 *1 (-803))))
+(-10 -8 (-15 -3745 ($)) (-15 -1674 ((-1270))) (-15 -3391 ((-644 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) $)) (-15 -3682 ($ (-644 (-2 (|:| -2334 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381)))))))) (-15 -4165 ($ (-2 (|:| -2334 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (|:| -2303 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))))))) (-15 -2620 ((-3 (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381)) (|:| |expense| (-381)) (|:| |accuracy| (-381)) (|:| |intermediateResults| (-381))) "failed") (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+((-2137 ((|#2| |#2| (-1175)) 17)) (-1597 ((|#2| |#2| (-1175)) 56)) (-3328 (((-1 |#2| |#2|) (-1175)) 11)))
+(((-804 |#1| |#2|) (-10 -7 (-15 -2137 (|#2| |#2| (-1175))) (-15 -1597 (|#2| |#2| (-1175))) (-15 -3328 ((-1 |#2| |#2|) (-1175)))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)) (-13 (-29 |#1|) (-1200) (-959))) (T -804))
+((-3328 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-1 *5 *5)) (-5 *1 (-804 *4 *5)) (-4 *5 (-13 (-29 *4) (-1200) (-959))))) (-1597 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-804 *4 *2)) (-4 *2 (-13 (-29 *4) (-1200) (-959))))) (-2137 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *1 (-804 *4 *2)) (-4 *2 (-13 (-29 *4) (-1200) (-959))))))
+(-10 -7 (-15 -2137 (|#2| |#2| (-1175))) (-15 -1597 (|#2| |#2| (-1175))) (-15 -3328 ((-1 |#2| |#2|) (-1175))))
+((-1848 (((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381) (-381)) 131) (((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381)) 132) (((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-644 (-381)) (-381)) 134) (((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-381)) 136) (((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-381)) 137) (((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381))) 139) (((-1035) (-808) (-1062)) 123) (((-1035) (-808)) 124)) (-2294 (((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808) (-1062)) 83) (((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808)) 85)))
+(((-805) (-10 -7 (-15 -1848 ((-1035) (-808))) (-15 -1848 ((-1035) (-808) (-1062))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-381))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-381))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-644 (-381)) (-381))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381) (-381))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808) (-1062))))) (T -805))
+((-2294 (*1 *2 *3 *4) (-12 (-5 *3 (-808)) (-5 *4 (-1062)) (-5 *2 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-805)))) (-2294 (*1 *2 *3) (-12 (-5 *3 (-808)) (-5 *2 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-805)))) (-1848 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1265 (-317 *4))) (-5 *5 (-644 (-381))) (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-1848 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1265 (-317 *4))) (-5 *5 (-644 (-381))) (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-1848 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1265 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-1848 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1265 (-317 *4))) (-5 *5 (-644 (-381))) (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-1848 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1265 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-1848 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1265 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-808)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-805)))) (-1848 (*1 *2 *3) (-12 (-5 *3 (-808)) (-5 *2 (-1035)) (-5 *1 (-805)))))
+(-10 -7 (-15 -1848 ((-1035) (-808))) (-15 -1848 ((-1035) (-808) (-1062))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-381))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-381))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-644 (-381)) (-381))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381))) (-15 -1848 ((-1035) (-1265 (-317 (-381))) (-381) (-381) (-644 (-381)) (-317 (-381)) (-644 (-381)) (-381) (-381))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-808) (-1062))))
+((-2096 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -3781 (-644 |#4|))) (-653 |#4|) |#4|) 35)))
+(((-806 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2096 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -3781 (-644 |#4|))) (-653 |#4|) |#4|))) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))) (-1241 |#1|) (-1241 (-409 |#2|)) (-344 |#1| |#2| |#3|)) (T -806))
+((-2096 (*1 *2 *3 *4) (-12 (-5 *3 (-653 *4)) (-4 *4 (-344 *5 *6 *7)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4)))) (-5 *1 (-806 *5 *6 *7 *4)))))
+(-10 -7 (-15 -2096 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -3781 (-644 |#4|))) (-653 |#4|) |#4|)))
+((-3157 (((-2 (|:| -1900 |#3|) (|:| |rh| (-644 (-409 |#2|)))) |#4| (-644 (-409 |#2|))) 53)) (-4121 (((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#4| |#2|) 62) (((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#4|) 61) (((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#3| |#2|) 20) (((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#3|) 21)) (-1833 ((|#2| |#4| |#1|) 63) ((|#2| |#3| |#1|) 28)) (-1383 ((|#2| |#3| (-644 (-409 |#2|))) 113) (((-3 |#2| "failed") |#3| (-409 |#2|)) 109)))
+(((-807 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1383 ((-3 |#2| "failed") |#3| (-409 |#2|))) (-15 -1383 (|#2| |#3| (-644 (-409 |#2|)))) (-15 -4121 ((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#3|)) (-15 -4121 ((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#3| |#2|)) (-15 -1833 (|#2| |#3| |#1|)) (-15 -4121 ((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#4|)) (-15 -4121 ((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#4| |#2|)) (-15 -1833 (|#2| |#4| |#1|)) (-15 -3157 ((-2 (|:| -1900 |#3|) (|:| |rh| (-644 (-409 |#2|)))) |#4| (-644 (-409 |#2|))))) (-13 (-365) (-147) (-1038 (-409 (-566)))) (-1241 |#1|) (-656 |#2|) (-656 (-409 |#2|))) (T -807))
+((-3157 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5)) (-5 *2 (-2 (|:| -1900 *7) (|:| |rh| (-644 (-409 *6))))) (-5 *1 (-807 *5 *6 *7 *3)) (-5 *4 (-644 (-409 *6))) (-4 *7 (-656 *6)) (-4 *3 (-656 (-409 *6))))) (-1833 (*1 *2 *3 *4) (-12 (-4 *2 (-1241 *4)) (-5 *1 (-807 *4 *2 *5 *3)) (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-656 *2)) (-4 *3 (-656 (-409 *2))))) (-4121 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *4 (-1241 *5)) (-5 *2 (-644 (-2 (|:| -2614 *4) (|:| -1659 *4)))) (-5 *1 (-807 *5 *4 *6 *3)) (-4 *6 (-656 *4)) (-4 *3 (-656 (-409 *4))))) (-4121 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1241 *4)) (-5 *2 (-644 (-2 (|:| -2614 *5) (|:| -1659 *5)))) (-5 *1 (-807 *4 *5 *6 *3)) (-4 *6 (-656 *5)) (-4 *3 (-656 (-409 *5))))) (-1833 (*1 *2 *3 *4) (-12 (-4 *2 (-1241 *4)) (-5 *1 (-807 *4 *2 *3 *5)) (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2)) (-4 *5 (-656 (-409 *2))))) (-4121 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *4 (-1241 *5)) (-5 *2 (-644 (-2 (|:| -2614 *4) (|:| -1659 *4)))) (-5 *1 (-807 *5 *4 *3 *6)) (-4 *3 (-656 *4)) (-4 *6 (-656 (-409 *4))))) (-4121 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1241 *4)) (-5 *2 (-644 (-2 (|:| -2614 *5) (|:| -1659 *5)))) (-5 *1 (-807 *4 *5 *3 *6)) (-4 *3 (-656 *5)) (-4 *6 (-656 (-409 *5))))) (-1383 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-409 *2))) (-4 *2 (-1241 *5)) (-5 *1 (-807 *5 *2 *3 *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2)) (-4 *6 (-656 (-409 *2))))) (-1383 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-409 *2)) (-4 *2 (-1241 *5)) (-5 *1 (-807 *5 *2 *3 *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2)) (-4 *6 (-656 *4)))))
+(-10 -7 (-15 -1383 ((-3 |#2| "failed") |#3| (-409 |#2|))) (-15 -1383 (|#2| |#3| (-644 (-409 |#2|)))) (-15 -4121 ((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#3|)) (-15 -4121 ((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#3| |#2|)) (-15 -1833 (|#2| |#3| |#1|)) (-15 -4121 ((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#4|)) (-15 -4121 ((-644 (-2 (|:| -2614 |#2|) (|:| -1659 |#2|))) |#4| |#2|)) (-15 -1833 (|#2| |#4| |#1|)) (-15 -3157 ((-2 (|:| -1900 |#3|) (|:| |rh| (-644 (-409 |#2|)))) |#4| (-644 (-409 |#2|)))))
+((-4124 (((-112) $ $) NIL)) (-3213 (((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $) 13)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 15) (($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) 12)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-808) (-13 (-1099) (-10 -8 (-15 -1650 ($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3213 ((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $))))) (T -808))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-808)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225)))) (-5 *1 (-808)))))
+(-13 (-1099) (-10 -8 (-15 -1650 ($ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))))) (-15 -3213 ((-2 (|:| |xinit| (-225)) (|:| |xend| (-225)) (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225))) (|:| |abserr| (-225)) (|:| |relerr| (-225))) $))))
+((-3246 (((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -1900 |#3|))) |#3| (-1 (-644 |#2|) |#2| (-1171 |#2|)) (-1 (-420 |#2|) |#2|)) 157)) (-2489 (((-644 (-2 (|:| |poly| |#2|) (|:| -1900 |#3|))) |#3| (-1 (-644 |#1|) |#2|)) 56)) (-1871 (((-644 (-2 (|:| |deg| (-771)) (|:| -1900 |#2|))) |#3|) 127)) (-2667 ((|#2| |#3|) 45)) (-1719 (((-644 (-2 (|:| -4388 |#1|) (|:| -1900 |#3|))) |#3| (-1 (-644 |#1|) |#2|)) 105)) (-4311 ((|#3| |#3| (-409 |#2|)) 76) ((|#3| |#3| |#2|) 102)))
+(((-809 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2667 (|#2| |#3|)) (-15 -1871 ((-644 (-2 (|:| |deg| (-771)) (|:| -1900 |#2|))) |#3|)) (-15 -1719 ((-644 (-2 (|:| -4388 |#1|) (|:| -1900 |#3|))) |#3| (-1 (-644 |#1|) |#2|))) (-15 -2489 ((-644 (-2 (|:| |poly| |#2|) (|:| -1900 |#3|))) |#3| (-1 (-644 |#1|) |#2|))) (-15 -3246 ((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -1900 |#3|))) |#3| (-1 (-644 |#2|) |#2| (-1171 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -4311 (|#3| |#3| |#2|)) (-15 -4311 (|#3| |#3| (-409 |#2|)))) (-13 (-365) (-147) (-1038 (-409 (-566)))) (-1241 |#1|) (-656 |#2|) (-656 (-409 |#2|))) (T -809))
+((-4311 (*1 *2 *2 *3) (-12 (-5 *3 (-409 *5)) (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1241 *4)) (-5 *1 (-809 *4 *5 *2 *6)) (-4 *2 (-656 *5)) (-4 *6 (-656 *3)))) (-4311 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-1241 *4)) (-5 *1 (-809 *4 *3 *2 *5)) (-4 *2 (-656 *3)) (-4 *5 (-656 (-409 *3))))) (-3246 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-644 *7) *7 (-1171 *7))) (-5 *5 (-1 (-420 *7) *7)) (-4 *7 (-1241 *6)) (-4 *6 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-5 *2 (-644 (-2 (|:| |frac| (-409 *7)) (|:| -1900 *3)))) (-5 *1 (-809 *6 *7 *3 *8)) (-4 *3 (-656 *7)) (-4 *8 (-656 (-409 *7))))) (-2489 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5)) (-5 *2 (-644 (-2 (|:| |poly| *6) (|:| -1900 *3)))) (-5 *1 (-809 *5 *6 *3 *7)) (-4 *3 (-656 *6)) (-4 *7 (-656 (-409 *6))))) (-1719 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5)) (-5 *2 (-644 (-2 (|:| -4388 *5) (|:| -1900 *3)))) (-5 *1 (-809 *5 *6 *3 *7)) (-4 *3 (-656 *6)) (-4 *7 (-656 (-409 *6))))) (-1871 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1241 *4)) (-5 *2 (-644 (-2 (|:| |deg| (-771)) (|:| -1900 *5)))) (-5 *1 (-809 *4 *5 *3 *6)) (-4 *3 (-656 *5)) (-4 *6 (-656 (-409 *5))))) (-2667 (*1 *2 *3) (-12 (-4 *2 (-1241 *4)) (-5 *1 (-809 *4 *2 *3 *5)) (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2)) (-4 *5 (-656 (-409 *2))))))
+(-10 -7 (-15 -2667 (|#2| |#3|)) (-15 -1871 ((-644 (-2 (|:| |deg| (-771)) (|:| -1900 |#2|))) |#3|)) (-15 -1719 ((-644 (-2 (|:| -4388 |#1|) (|:| -1900 |#3|))) |#3| (-1 (-644 |#1|) |#2|))) (-15 -2489 ((-644 (-2 (|:| |poly| |#2|) (|:| -1900 |#3|))) |#3| (-1 (-644 |#1|) |#2|))) (-15 -3246 ((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -1900 |#3|))) |#3| (-1 (-644 |#2|) |#2| (-1171 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -4311 (|#3| |#3| |#2|)) (-15 -4311 (|#3| |#3| (-409 |#2|))))
+((-3955 (((-2 (|:| -3781 (-644 (-409 |#2|))) (|:| -2840 (-689 |#1|))) (-654 |#2| (-409 |#2|)) (-644 (-409 |#2|))) 149) (((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -3781 (-644 (-409 |#2|)))) (-654 |#2| (-409 |#2|)) (-409 |#2|)) 148) (((-2 (|:| -3781 (-644 (-409 |#2|))) (|:| -2840 (-689 |#1|))) (-653 (-409 |#2|)) (-644 (-409 |#2|))) 143) (((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -3781 (-644 (-409 |#2|)))) (-653 (-409 |#2|)) (-409 |#2|)) 141)) (-1743 ((|#2| (-654 |#2| (-409 |#2|))) 89) ((|#2| (-653 (-409 |#2|))) 92)))
+(((-810 |#1| |#2|) (-10 -7 (-15 -3955 ((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -3781 (-644 (-409 |#2|)))) (-653 (-409 |#2|)) (-409 |#2|))) (-15 -3955 ((-2 (|:| -3781 (-644 (-409 |#2|))) (|:| -2840 (-689 |#1|))) (-653 (-409 |#2|)) (-644 (-409 |#2|)))) (-15 -3955 ((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -3781 (-644 (-409 |#2|)))) (-654 |#2| (-409 |#2|)) (-409 |#2|))) (-15 -3955 ((-2 (|:| -3781 (-644 (-409 |#2|))) (|:| -2840 (-689 |#1|))) (-654 |#2| (-409 |#2|)) (-644 (-409 |#2|)))) (-15 -1743 (|#2| (-653 (-409 |#2|)))) (-15 -1743 (|#2| (-654 |#2| (-409 |#2|))))) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))) (-1241 |#1|)) (T -810))
+((-1743 (*1 *2 *3) (-12 (-5 *3 (-654 *2 (-409 *2))) (-4 *2 (-1241 *4)) (-5 *1 (-810 *4 *2)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))))) (-1743 (*1 *2 *3) (-12 (-5 *3 (-653 (-409 *2))) (-4 *2 (-1241 *4)) (-5 *1 (-810 *4 *2)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))))) (-3955 (*1 *2 *3 *4) (-12 (-5 *3 (-654 *6 (-409 *6))) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-2 (|:| -3781 (-644 (-409 *6))) (|:| -2840 (-689 *5)))) (-5 *1 (-810 *5 *6)) (-5 *4 (-644 (-409 *6))))) (-3955 (*1 *2 *3 *4) (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-409 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4)))) (-5 *1 (-810 *5 *6)))) (-3955 (*1 *2 *3 *4) (-12 (-5 *3 (-653 (-409 *6))) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-2 (|:| -3781 (-644 (-409 *6))) (|:| -2840 (-689 *5)))) (-5 *1 (-810 *5 *6)) (-5 *4 (-644 (-409 *6))))) (-3955 (*1 *2 *3 *4) (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-409 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4)))) (-5 *1 (-810 *5 *6)))))
+(-10 -7 (-15 -3955 ((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -3781 (-644 (-409 |#2|)))) (-653 (-409 |#2|)) (-409 |#2|))) (-15 -3955 ((-2 (|:| -3781 (-644 (-409 |#2|))) (|:| -2840 (-689 |#1|))) (-653 (-409 |#2|)) (-644 (-409 |#2|)))) (-15 -3955 ((-2 (|:| |particular| (-3 (-409 |#2|) "failed")) (|:| -3781 (-644 (-409 |#2|)))) (-654 |#2| (-409 |#2|)) (-409 |#2|))) (-15 -3955 ((-2 (|:| -3781 (-644 (-409 |#2|))) (|:| -2840 (-689 |#1|))) (-654 |#2| (-409 |#2|)) (-644 (-409 |#2|)))) (-15 -1743 (|#2| (-653 (-409 |#2|)))) (-15 -1743 (|#2| (-654 |#2| (-409 |#2|)))))
+((-2737 (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#1|))) |#5| |#4|) 52)))
+(((-811 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2737 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#1|))) |#5| |#4|))) (-365) (-656 |#1|) (-1241 |#1|) (-724 |#1| |#3|) (-656 |#4|)) (T -811))
+((-2737 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *7 (-1241 *5)) (-4 *4 (-724 *5 *7)) (-5 *2 (-2 (|:| -2840 (-689 *6)) (|:| |vec| (-1265 *5)))) (-5 *1 (-811 *5 *6 *7 *4 *3)) (-4 *6 (-656 *5)) (-4 *3 (-656 *4)))))
+(-10 -7 (-15 -2737 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#1|))) |#5| |#4|)))
+((-3246 (((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -1900 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|)) 47)) (-3845 (((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|)) 171 (|has| |#1| (-27))) (((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|))) 168 (|has| |#1| (-27))) (((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-420 |#2|) |#2|)) 172 (|has| |#1| (-27))) (((-644 (-409 |#2|)) (-653 (-409 |#2|))) 170 (|has| |#1| (-27))) (((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|)) 38) (((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|)) 39) (((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|)) 36) (((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|)) 37)) (-2489 (((-644 (-2 (|:| |poly| |#2|) (|:| -1900 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|)) 99)))
+(((-812 |#1| |#2|) (-10 -7 (-15 -3845 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (-15 -3845 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|))) (-15 -3845 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (-15 -3845 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|))) (-15 -3246 ((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -1900 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -2489 ((-644 (-2 (|:| |poly| |#2|) (|:| -1900 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3845 ((-644 (-409 |#2|)) (-653 (-409 |#2|)))) (-15 -3845 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -3845 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)))) (-15 -3845 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|)))) |%noBranch|)) (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))) (-1241 |#1|)) (T -812))
+((-3845 (*1 *2 *3 *4) (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1241 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))) (-3845 (*1 *2 *3) (-12 (-5 *3 (-654 *5 (-409 *5))) (-4 *5 (-1241 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-409 *5))) (-5 *1 (-812 *4 *5)))) (-3845 (*1 *2 *3 *4) (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1241 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))) (-3845 (*1 *2 *3) (-12 (-5 *3 (-653 (-409 *5))) (-4 *5 (-1241 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-409 *5))) (-5 *1 (-812 *4 *5)))) (-2489 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5)) (-5 *2 (-644 (-2 (|:| |poly| *6) (|:| -1900 (-654 *6 (-409 *6)))))) (-5 *1 (-812 *5 *6)) (-5 *3 (-654 *6 (-409 *6))))) (-3246 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-5 *2 (-644 (-2 (|:| |frac| (-409 *6)) (|:| -1900 (-654 *6 (-409 *6)))))) (-5 *1 (-812 *5 *6)) (-5 *3 (-654 *6 (-409 *6))))) (-3845 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-654 *7 (-409 *7))) (-5 *4 (-1 (-644 *6) *7)) (-5 *5 (-1 (-420 *7) *7)) (-4 *6 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *7 (-1241 *6)) (-5 *2 (-644 (-409 *7))) (-5 *1 (-812 *6 *7)))) (-3845 (*1 *2 *3 *4) (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5)) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))) (-3845 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-653 (-409 *7))) (-5 *4 (-1 (-644 *6) *7)) (-5 *5 (-1 (-420 *7) *7)) (-4 *6 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *7 (-1241 *6)) (-5 *2 (-644 (-409 *7))) (-5 *1 (-812 *6 *7)))) (-3845 (*1 *2 *3 *4) (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-1 (-644 *5) *6)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5)) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))))
+(-10 -7 (-15 -3845 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (-15 -3845 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|))) (-15 -3845 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (-15 -3845 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|) (-1 (-420 |#2|) |#2|))) (-15 -3246 ((-644 (-2 (|:| |frac| (-409 |#2|)) (|:| -1900 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -2489 ((-644 (-2 (|:| |poly| |#2|) (|:| -1900 (-654 |#2| (-409 |#2|))))) (-654 |#2| (-409 |#2|)) (-1 (-644 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3845 ((-644 (-409 |#2|)) (-653 (-409 |#2|)))) (-15 -3845 ((-644 (-409 |#2|)) (-653 (-409 |#2|)) (-1 (-420 |#2|) |#2|))) (-15 -3845 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)))) (-15 -3845 ((-644 (-409 |#2|)) (-654 |#2| (-409 |#2|)) (-1 (-420 |#2|) |#2|)))) |%noBranch|))
+((-4042 (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#1|))) (-689 |#2|) (-1265 |#1|)) 110) (((-2 (|:| A (-689 |#1|)) (|:| |eqs| (-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1265 |#1|)) (|:| -1900 |#2|) (|:| |rh| |#1|))))) (-689 |#1|) (-1265 |#1|)) 15)) (-2162 (((-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|)))) (-689 |#2|) (-1265 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -3781 (-644 |#1|))) |#2| |#1|)) 116)) (-1848 (((-3 (-2 (|:| |particular| (-1265 |#1|)) (|:| -3781 (-689 |#1|))) "failed") (-689 |#1|) (-1265 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -3781 (-644 |#1|))) "failed") |#2| |#1|)) 52)))
+(((-813 |#1| |#2|) (-10 -7 (-15 -4042 ((-2 (|:| A (-689 |#1|)) (|:| |eqs| (-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1265 |#1|)) (|:| -1900 |#2|) (|:| |rh| |#1|))))) (-689 |#1|) (-1265 |#1|))) (-15 -4042 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#1|))) (-689 |#2|) (-1265 |#1|))) (-15 -1848 ((-3 (-2 (|:| |particular| (-1265 |#1|)) (|:| -3781 (-689 |#1|))) "failed") (-689 |#1|) (-1265 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -3781 (-644 |#1|))) "failed") |#2| |#1|))) (-15 -2162 ((-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|)))) (-689 |#2|) (-1265 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -3781 (-644 |#1|))) |#2| |#1|)))) (-365) (-656 |#1|)) (T -813))
+((-2162 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -3781 (-644 *6))) *7 *6)) (-4 *6 (-365)) (-4 *7 (-656 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1265 *6) "failed")) (|:| -3781 (-644 (-1265 *6))))) (-5 *1 (-813 *6 *7)) (-5 *4 (-1265 *6)))) (-1848 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -3781 (-644 *6))) "failed") *7 *6)) (-4 *6 (-365)) (-4 *7 (-656 *6)) (-5 *2 (-2 (|:| |particular| (-1265 *6)) (|:| -3781 (-689 *6)))) (-5 *1 (-813 *6 *7)) (-5 *3 (-689 *6)) (-5 *4 (-1265 *6)))) (-4042 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-4 *6 (-656 *5)) (-5 *2 (-2 (|:| -2840 (-689 *6)) (|:| |vec| (-1265 *5)))) (-5 *1 (-813 *5 *6)) (-5 *3 (-689 *6)) (-5 *4 (-1265 *5)))) (-4042 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-5 *2 (-2 (|:| A (-689 *5)) (|:| |eqs| (-644 (-2 (|:| C (-689 *5)) (|:| |g| (-1265 *5)) (|:| -1900 *6) (|:| |rh| *5)))))) (-5 *1 (-813 *5 *6)) (-5 *3 (-689 *5)) (-5 *4 (-1265 *5)) (-4 *6 (-656 *5)))))
+(-10 -7 (-15 -4042 ((-2 (|:| A (-689 |#1|)) (|:| |eqs| (-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1265 |#1|)) (|:| -1900 |#2|) (|:| |rh| |#1|))))) (-689 |#1|) (-1265 |#1|))) (-15 -4042 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#1|))) (-689 |#2|) (-1265 |#1|))) (-15 -1848 ((-3 (-2 (|:| |particular| (-1265 |#1|)) (|:| -3781 (-689 |#1|))) "failed") (-689 |#1|) (-1265 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -3781 (-644 |#1|))) "failed") |#2| |#1|))) (-15 -2162 ((-2 (|:| |particular| (-3 (-1265 |#1|) "failed")) (|:| -3781 (-644 (-1265 |#1|)))) (-689 |#2|) (-1265 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -3781 (-644 |#1|))) |#2| |#1|))))
+((-2454 (((-689 |#1|) (-644 |#1|) (-771)) 14) (((-689 |#1|) (-644 |#1|)) 15)) (-1952 (((-3 (-1265 |#1|) "failed") |#2| |#1| (-644 |#1|)) 39)) (-4221 (((-3 |#1| "failed") |#2| |#1| (-644 |#1|) (-1 |#1| |#1|)) 46)))
+(((-814 |#1| |#2|) (-10 -7 (-15 -2454 ((-689 |#1|) (-644 |#1|))) (-15 -2454 ((-689 |#1|) (-644 |#1|) (-771))) (-15 -1952 ((-3 (-1265 |#1|) "failed") |#2| |#1| (-644 |#1|))) (-15 -4221 ((-3 |#1| "failed") |#2| |#1| (-644 |#1|) (-1 |#1| |#1|)))) (-365) (-656 |#1|)) (T -814))
+((-4221 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-644 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-365)) (-5 *1 (-814 *2 *3)) (-4 *3 (-656 *2)))) (-1952 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-644 *4)) (-4 *4 (-365)) (-5 *2 (-1265 *4)) (-5 *1 (-814 *4 *3)) (-4 *3 (-656 *4)))) (-2454 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-771)) (-4 *5 (-365)) (-5 *2 (-689 *5)) (-5 *1 (-814 *5 *6)) (-4 *6 (-656 *5)))) (-2454 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-365)) (-5 *2 (-689 *4)) (-5 *1 (-814 *4 *5)) (-4 *5 (-656 *4)))))
+(-10 -7 (-15 -2454 ((-689 |#1|) (-644 |#1|))) (-15 -2454 ((-689 |#1|) (-644 |#1|) (-771))) (-15 -1952 ((-3 (-1265 |#1|) "failed") |#2| |#1| (-644 |#1|))) (-15 -4221 ((-3 |#1| "failed") |#2| |#1| (-644 |#1|) (-1 |#1| |#1|))))
+((-4124 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-4014 (((-112) $) NIL (|has| |#2| (-131)))) (-3242 (($ (-921)) NIL (|has| |#2| (-1049)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-1307 (($ $ $) NIL (|has| |#2| (-793)))) (-3569 (((-3 $ "failed") $ $) NIL (|has| |#2| (-131)))) (-3874 (((-112) $ (-771)) NIL)) (-3571 (((-771)) NIL (|has| |#2| (-370)))) (-1907 (((-566) $) NIL (|has| |#2| (-848)))) (-1777 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1099)))) (-3213 (((-566) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) ((|#2| $) NIL (|has| |#2| (-1099)))) (-2204 (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#2| (-1049)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL (|has| |#2| (-1049))) (((-689 |#2|) (-689 $)) NIL (|has| |#2| (-1049)))) (-4185 (((-3 $ "failed") $) NIL (|has| |#2| (-726)))) (-3341 (($) NIL (|has| |#2| (-370)))) (-2417 ((|#2| $ (-566) |#2|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ (-566)) NIL)) (-3540 (((-112) $) NIL (|has| |#2| (-848)))) (-3953 (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1568 (((-112) $) NIL (|has| |#2| (-726)))) (-4049 (((-112) $) NIL (|has| |#2| (-848)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-1690 (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2409 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-4350 (((-921) $) NIL (|has| |#2| (-370)))) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#2| (-1099)))) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-1351 (($ (-921)) NIL (|has| |#2| (-370)))) (-2029 (((-1119) $) NIL (|has| |#2| (-1099)))) (-3604 ((|#2| $) NIL (|has| (-566) (-850)))) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ (-566) |#2|) NIL) ((|#2| $ (-566)) NIL)) (-3108 ((|#2| $ $) NIL (|has| |#2| (-1049)))) (-3884 (($ (-1265 |#2|)) NIL)) (-2262 (((-134)) NIL (|has| |#2| (-365)))) (-2324 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-2037 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-1265 |#2|) $) NIL) (($ (-566)) NIL (-2700 (-12 (|has| |#2| (-1038 (-566))) (|has| |#2| (-1099))) (|has| |#2| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#2| (-1038 (-409 (-566)))) (|has| |#2| (-1099)))) (($ |#2|) NIL (|has| |#2| (-1099))) (((-862) $) NIL (|has| |#2| (-613 (-862))))) (-2910 (((-771)) NIL (|has| |#2| (-1049)) CONST)) (-2657 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-3487 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-3839 (($ $) NIL (|has| |#2| (-848)))) (-3410 (($) NIL (|has| |#2| (-131)) CONST)) (-3424 (($) NIL (|has| |#2| (-726)) CONST)) (-3218 (($ $) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#2| (-233)) (|has| |#2| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#2| (-900 (-1175))) (|has| |#2| (-1049)))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#2| (-1049))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1049)))) (-2928 (((-112) $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2904 (((-112) $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2868 (((-112) $ $) NIL (|has| |#2| (-1099)))) (-2915 (((-112) $ $) NIL (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2892 (((-112) $ $) 11 (-2700 (|has| |#2| (-793)) (|has| |#2| (-848))))) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $ $) NIL (|has| |#2| (-1049))) (($ $) NIL (|has| |#2| (-1049)))) (-2964 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-771)) NIL (|has| |#2| (-726))) (($ $ (-921)) NIL (|has| |#2| (-726)))) (* (($ (-566) $) NIL (|has| |#2| (-1049))) (($ $ $) NIL (|has| |#2| (-726))) (($ $ |#2|) NIL (|has| |#2| (-726))) (($ |#2| $) NIL (|has| |#2| (-726))) (($ (-771) $) NIL (|has| |#2| (-131))) (($ (-921) $) NIL (|has| |#2| (-25)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-815 |#1| |#2| |#3|) (-238 |#1| |#2|) (-771) (-793) (-1 (-112) (-1265 |#2|) (-1265 |#2|))) (T -815))
NIL
(-238 |#1| |#2|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1825 (((-644 (-771)) $) NIL) (((-644 (-771)) $ (-1175)) NIL)) (-1784 (((-771) $) NIL) (((-771) $ (-1175)) NIL)) (-1771 (((-644 (-818 (-1175))) $) NIL)) (-1590 (((-1171 $) $ (-818 (-1175))) NIL) (((-1171 |#1|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-818 (-1175)))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1378 (($ $) NIL (|has| |#1| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1559 (($ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-818 (-1175)) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL) (((-3 (-1124 |#1| (-1175)) "failed") $) NIL)) (-4158 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-818 (-1175)) $) NIL) (((-1175) $) NIL) (((-1124 |#1| (-1175)) $) NIL)) (-2610 (($ $ $ (-818 (-1175))) NIL (|has| |#1| (-172)))) (-2814 (($ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#1| (-454))) (($ $ (-818 (-1175))) NIL (|has| |#1| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-909)))) (-1896 (($ $ |#1| (-533 (-818 (-1175))) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-818 (-1175)) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-818 (-1175)) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2679 (((-771) $ (-1175)) NIL) (((-771) $) NIL)) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1757 (($ (-1171 |#1|) (-818 (-1175))) NIL) (($ (-1171 $) (-818 (-1175))) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-533 (-818 (-1175)))) NIL) (($ $ (-818 (-1175)) (-771)) NIL) (($ $ (-644 (-818 (-1175))) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-818 (-1175))) NIL)) (-2749 (((-533 (-818 (-1175))) $) NIL) (((-771) $ (-818 (-1175))) NIL) (((-644 (-771)) $ (-644 (-818 (-1175)))) NIL)) (-3021 (($ (-1 (-533 (-818 (-1175))) (-533 (-818 (-1175)))) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-1545 (((-1 $ (-771)) (-1175)) NIL) (((-1 $ (-771)) $) NIL (|has| |#1| (-233)))) (-2297 (((-3 (-818 (-1175)) "failed") $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-1528 (((-818 (-1175)) $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3380 (((-1157) $) NIL)) (-2663 (((-112) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-818 (-1175))) (|:| -2201 (-771))) "failed") $) NIL)) (-3779 (($ $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#1| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-909)))) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-818 (-1175)) |#1|) NIL) (($ $ (-644 (-818 (-1175))) (-644 |#1|)) NIL) (($ $ (-818 (-1175)) $) NIL) (($ $ (-644 (-818 (-1175))) (-644 $)) NIL) (($ $ (-1175) $) NIL (|has| |#1| (-233))) (($ $ (-644 (-1175)) (-644 $)) NIL (|has| |#1| (-233))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-233))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-233)))) (-4068 (($ $ (-818 (-1175))) NIL (|has| |#1| (-172)))) (-3629 (($ $ (-818 (-1175))) NIL) (($ $ (-644 (-818 (-1175)))) NIL) (($ $ (-818 (-1175)) (-771)) NIL) (($ $ (-644 (-818 (-1175))) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-4037 (((-644 (-1175)) $) NIL)) (-3902 (((-533 (-818 (-1175))) $) NIL) (((-771) $ (-818 (-1175))) NIL) (((-644 (-771)) $ (-644 (-818 (-1175)))) NIL) (((-771) $ (-1175)) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-818 (-1175)) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-818 (-1175)) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-818 (-1175)) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-3173 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-818 (-1175))) NIL (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-818 (-1175))) NIL) (($ (-1175)) NIL) (($ (-1124 |#1| (-1175))) NIL) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-533 (-818 (-1175)))) NIL) (($ $ (-818 (-1175)) (-771)) NIL) (($ $ (-644 (-818 (-1175))) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-818 (-1175))) NIL) (($ $ (-644 (-818 (-1175)))) NIL) (($ $ (-818 (-1175)) (-771)) NIL) (($ $ (-644 (-818 (-1175))) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3966 (((-644 (-771)) $) NIL) (((-644 (-771)) $ (-1175)) NIL)) (-1636 (((-771) $) NIL) (((-771) $ (-1175)) NIL)) (-3981 (((-644 (-818 (-1175))) $) NIL)) (-3817 (((-1171 $) $ (-818 (-1175))) NIL) (((-1171 |#1|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-818 (-1175)))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1778 (($ $) NIL (|has| |#1| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3158 (($ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-818 (-1175)) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL) (((-3 (-1124 |#1| (-1175)) "failed") $) NIL)) (-3213 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-818 (-1175)) $) NIL) (((-1175) $) NIL) (((-1124 |#1| (-1175)) $) NIL)) (-3095 (($ $ $ (-818 (-1175))) NIL (|has| |#1| (-172)))) (-4162 (($ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#1| (-454))) (($ $ (-818 (-1175))) NIL (|has| |#1| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#1| (-909)))) (-3406 (($ $ |#1| (-533 (-818 (-1175))) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-818 (-1175)) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-818 (-1175)) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2464 (((-771) $ (-1175)) NIL) (((-771) $) NIL)) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3972 (($ (-1171 |#1|) (-818 (-1175))) NIL) (($ (-1171 $) (-818 (-1175))) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-533 (-818 (-1175)))) NIL) (($ $ (-818 (-1175)) (-771)) NIL) (($ $ (-644 (-818 (-1175))) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-818 (-1175))) NIL)) (-3888 (((-533 (-818 (-1175))) $) NIL) (((-771) $ (-818 (-1175))) NIL) (((-644 (-771)) $ (-644 (-818 (-1175)))) NIL)) (-2450 (($ (-1 (-533 (-818 (-1175))) (-533 (-818 (-1175)))) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4281 (((-1 $ (-771)) (-1175)) NIL) (((-1 $ (-771)) $) NIL (|has| |#1| (-233)))) (-3107 (((-3 (-818 (-1175)) "failed") $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-3677 (((-818 (-1175)) $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3057 (((-1157) $) NIL)) (-2329 (((-112) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-818 (-1175))) (|:| -3388 (-771))) "failed") $) NIL)) (-3456 (($ $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#1| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-909)))) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-818 (-1175)) |#1|) NIL) (($ $ (-644 (-818 (-1175))) (-644 |#1|)) NIL) (($ $ (-818 (-1175)) $) NIL) (($ $ (-644 (-818 (-1175))) (-644 $)) NIL) (($ $ (-1175) $) NIL (|has| |#1| (-233))) (($ $ (-644 (-1175)) (-644 $)) NIL (|has| |#1| (-233))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-233))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-233)))) (-2018 (($ $ (-818 (-1175))) NIL (|has| |#1| (-172)))) (-2324 (($ $ (-818 (-1175))) NIL) (($ $ (-644 (-818 (-1175)))) NIL) (($ $ (-818 (-1175)) (-771)) NIL) (($ $ (-644 (-818 (-1175))) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2965 (((-644 (-1175)) $) NIL)) (-4297 (((-533 (-818 (-1175))) $) NIL) (((-771) $ (-818 (-1175))) NIL) (((-644 (-771)) $ (-644 (-818 (-1175)))) NIL) (((-771) $ (-1175)) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-818 (-1175)) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-818 (-1175)) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-818 (-1175)) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-1573 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-818 (-1175))) NIL (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-818 (-1175))) NIL) (($ (-1175)) NIL) (($ (-1124 |#1| (-1175))) NIL) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-533 (-818 (-1175)))) NIL) (($ $ (-818 (-1175)) (-771)) NIL) (($ $ (-644 (-818 (-1175))) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-818 (-1175))) NIL) (($ $ (-644 (-818 (-1175)))) NIL) (($ $ (-818 (-1175)) (-771)) NIL) (($ $ (-644 (-818 (-1175))) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
(((-816 |#1|) (-13 (-254 |#1| (-1175) (-818 (-1175)) (-533 (-818 (-1175)))) (-1038 (-1124 |#1| (-1175)))) (-1049)) (T -816))
NIL
(-13 (-254 |#1| (-1175) (-818 (-1175)) (-533 (-818 (-1175)))) (-1038 (-1124 |#1| (-1175))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#2| (-365)))) (-2161 (($ $) NIL (|has| |#2| (-365)))) (-2345 (((-112) $) NIL (|has| |#2| (-365)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| |#2| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#2| (-365)))) (-2085 (((-112) $ $) NIL (|has| |#2| (-365)))) (-2463 (($) NIL T CONST)) (-2933 (($ $ $) NIL (|has| |#2| (-365)))) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL (|has| |#2| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#2| (-365)))) (-1615 (((-112) $) NIL (|has| |#2| (-365)))) (-2389 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#2| (-365)))) (-2128 (($ (-644 $)) NIL (|has| |#2| (-365))) (($ $ $) NIL (|has| |#2| (-365)))) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 20 (|has| |#2| (-365)))) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#2| (-365))) (($ $ $) NIL (|has| |#2| (-365)))) (-1624 (((-420 $) $) NIL (|has| |#2| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#2| (-365)))) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#2| (-365)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#2| (-365)))) (-4357 (((-771) $) NIL (|has| |#2| (-365)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#2| (-365)))) (-3629 (($ $ (-771)) NIL) (($ $) 13)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-409 (-566))) NIL (|has| |#2| (-365))) (($ $) NIL (|has| |#2| (-365)))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#2| (-365)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) 15 (|has| |#2| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL) (($ $ (-566)) 18 (|has| |#2| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-409 (-566)) $) NIL (|has| |#2| (-365))) (($ $ (-409 (-566))) NIL (|has| |#2| (-365)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#2| (-365)))) (-4282 (($ $) NIL (|has| |#2| (-365)))) (-2296 (((-112) $) NIL (|has| |#2| (-365)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| |#2| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#2| (-365)))) (-1621 (((-112) $ $) NIL (|has| |#2| (-365)))) (-4145 (($) NIL T CONST)) (-4067 (($ $ $) NIL (|has| |#2| (-365)))) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL (|has| |#2| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#2| (-365)))) (-2422 (((-112) $) NIL (|has| |#2| (-365)))) (-1568 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#2| (-365)))) (-1931 (($ (-644 $)) NIL (|has| |#2| (-365))) (($ $ $) NIL (|has| |#2| (-365)))) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 20 (|has| |#2| (-365)))) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#2| (-365))) (($ $ $) NIL (|has| |#2| (-365)))) (-3846 (((-420 $) $) NIL (|has| |#2| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#2| (-365)))) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#2| (-365)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#2| (-365)))) (-3075 (((-771) $) NIL (|has| |#2| (-365)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#2| (-365)))) (-2324 (($ $ (-771)) NIL) (($ $) 13)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-409 (-566))) NIL (|has| |#2| (-365))) (($ $) NIL (|has| |#2| (-365)))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#2| (-365)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) 15 (|has| |#2| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL) (($ $ (-566)) 18 (|has| |#2| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-409 (-566)) $) NIL (|has| |#2| (-365))) (($ $ (-409 (-566))) NIL (|has| |#2| (-365)))))
(((-817 |#1| |#2| |#3|) (-13 (-111 $ $) (-233) (-492 |#2|) (-10 -7 (IF (|has| |#2| (-365)) (-6 (-365)) |%noBranch|))) (-1099) (-900 |#1|) |#1|) (T -817))
NIL
(-13 (-111 $ $) (-233) (-492 |#2|) (-10 -7 (IF (|has| |#2| (-365)) (-6 (-365)) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-1784 (((-771) $) NIL)) (-4347 ((|#1| $) 10)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-2679 (((-771) $) 11)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-1545 (($ |#1| (-771)) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3629 (($ $) NIL) (($ $ (-771)) NIL)) (-3152 (((-862) $) NIL) (($ |#1|) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-1636 (((-771) $) NIL)) (-2780 ((|#1| $) 10)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-2464 (((-771) $) 11)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-4281 (($ |#1| (-771)) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2324 (($ $) NIL) (($ $ (-771)) NIL)) (-1650 (((-862) $) NIL) (($ |#1|) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
(((-818 |#1|) (-267 |#1|) (-850)) (T -818))
NIL
(-267 |#1|)
-((-2988 (((-112) $ $) NIL)) (-4111 (((-644 |#1|) $) 38)) (-3870 (((-771) $) NIL)) (-2463 (($) NIL T CONST)) (-3356 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 28)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-3919 (($ $) 42)) (-3245 (((-3 $ "failed") $) NIL)) (-4298 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-2389 (((-112) $) NIL)) (-2121 ((|#1| $ (-566)) NIL)) (-2707 (((-771) $ (-566)) NIL)) (-2795 (($ $) 54)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3722 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 25)) (-2585 (((-112) $ $) 51)) (-2440 (((-771) $) 34)) (-3380 (((-1157) $) NIL)) (-3740 (($ $ $) NIL)) (-3625 (($ $ $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 ((|#1| $) 41)) (-1616 (((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-771)))) $) NIL)) (-2967 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-3152 (((-862) $) NIL) (($ |#1|) NIL)) (-3044 (((-112) $ $) NIL)) (-4366 (($) 20 T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 53)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ |#1| (-771)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-819 |#1|) (-13 (-846) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-771))) (-15 -3908 (|#1| $)) (-15 -3919 ($ $)) (-15 -2795 ($ $)) (-15 -2585 ((-112) $ $)) (-15 -3625 ($ $ $)) (-15 -3740 ($ $ $)) (-15 -3722 ((-3 $ "failed") $ $)) (-15 -3356 ((-3 $ "failed") $ $)) (-15 -3722 ((-3 $ "failed") $ |#1|)) (-15 -3356 ((-3 $ "failed") $ |#1|)) (-15 -2967 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -4298 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3870 ((-771) $)) (-15 -2707 ((-771) $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -1616 ((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-771)))) $)) (-15 -2440 ((-771) $)) (-15 -4111 ((-644 |#1|) $)))) (-850)) (T -819))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-3908 (*1 *2 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-3919 (*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2795 (*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2585 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-3625 (*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-3740 (*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-3722 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-3356 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-3722 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-3356 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2967 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-819 *3)) (|:| |rm| (-819 *3)))) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-4298 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-819 *3)) (|:| |mm| (-819 *3)) (|:| |rm| (-819 *3)))) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-3870 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-2707 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-771)) (-5 *1 (-819 *4)) (-4 *4 (-850)))) (-2121 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-1616 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 (-771))))) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-2440 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-4111 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-819 *3)) (-4 *3 (-850)))))
-(-13 (-846) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-771))) (-15 -3908 (|#1| $)) (-15 -3919 ($ $)) (-15 -2795 ($ $)) (-15 -2585 ((-112) $ $)) (-15 -3625 ($ $ $)) (-15 -3740 ($ $ $)) (-15 -3722 ((-3 $ "failed") $ $)) (-15 -3356 ((-3 $ "failed") $ $)) (-15 -3722 ((-3 $ "failed") $ |#1|)) (-15 -3356 ((-3 $ "failed") $ |#1|)) (-15 -2967 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -4298 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3870 ((-771) $)) (-15 -2707 ((-771) $ (-566))) (-15 -2121 (|#1| $ (-566))) (-15 -1616 ((-644 (-2 (|:| |gen| |#1|) (|:| -3521 (-771)))) $)) (-15 -2440 ((-771) $)) (-15 -4111 ((-644 |#1|) $))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-2743 (((-566) $) 59)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2528 (((-112) $) 57)) (-2389 (((-112) $) 35)) (-3233 (((-112) $) 58)) (-1478 (($ $ $) 56)) (-2599 (($ $ $) 55)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2978 (((-3 $ "failed") $ $) 48)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-1358 (($ $) 60)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2968 (((-112) $ $) 53)) (-2946 (((-112) $ $) 52)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 54)) (-2935 (((-112) $ $) 51)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-4124 (((-112) $ $) NIL)) (-1327 (((-644 |#1|) $) 38)) (-3571 (((-771) $) NIL)) (-4145 (($) NIL T CONST)) (-2781 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 28)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-3616 (($ $) 42)) (-4185 (((-3 $ "failed") $) NIL)) (-3776 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-1568 (((-112) $) NIL)) (-3866 ((|#1| $ (-566)) NIL)) (-1593 (((-771) $ (-566)) NIL)) (-4296 (($ $) 54)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-2003 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 25)) (-2836 (((-112) $ $) 51)) (-2715 (((-771) $) 34)) (-3057 (((-1157) $) NIL)) (-2197 (($ $ $) NIL)) (-3608 (($ $ $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 ((|#1| $) 41)) (-2430 (((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-771)))) $) NIL)) (-4099 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-1650 (((-862) $) NIL) (($ |#1|) NIL)) (-2657 (((-112) $ $) NIL)) (-3424 (($) 20 T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 53)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ |#1| (-771)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-819 |#1|) (-13 (-846) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-771))) (-15 -3604 (|#1| $)) (-15 -3616 ($ $)) (-15 -4296 ($ $)) (-15 -2836 ((-112) $ $)) (-15 -3608 ($ $ $)) (-15 -2197 ($ $ $)) (-15 -2003 ((-3 $ "failed") $ $)) (-15 -2781 ((-3 $ "failed") $ $)) (-15 -2003 ((-3 $ "failed") $ |#1|)) (-15 -2781 ((-3 $ "failed") $ |#1|)) (-15 -4099 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3776 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3571 ((-771) $)) (-15 -1593 ((-771) $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -2430 ((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-771)))) $)) (-15 -2715 ((-771) $)) (-15 -1327 ((-644 |#1|) $)))) (-850)) (T -819))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-3604 (*1 *2 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-3616 (*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-4296 (*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2836 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-3608 (*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2197 (*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2003 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2781 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2003 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2781 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-4099 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-819 *3)) (|:| |rm| (-819 *3)))) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-3776 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-819 *3)) (|:| |mm| (-819 *3)) (|:| |rm| (-819 *3)))) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-3571 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-1593 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-771)) (-5 *1 (-819 *4)) (-4 *4 (-850)))) (-3866 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-819 *2)) (-4 *2 (-850)))) (-2430 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 (-771))))) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-2715 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-819 *3)) (-4 *3 (-850)))) (-1327 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-819 *3)) (-4 *3 (-850)))))
+(-13 (-846) (-1038 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-771))) (-15 -3604 (|#1| $)) (-15 -3616 ($ $)) (-15 -4296 ($ $)) (-15 -2836 ((-112) $ $)) (-15 -3608 ($ $ $)) (-15 -2197 ($ $ $)) (-15 -2003 ((-3 $ "failed") $ $)) (-15 -2781 ((-3 $ "failed") $ $)) (-15 -2003 ((-3 $ "failed") $ |#1|)) (-15 -2781 ((-3 $ "failed") $ |#1|)) (-15 -4099 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3776 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -3571 ((-771) $)) (-15 -1593 ((-771) $ (-566))) (-15 -3866 (|#1| $ (-566))) (-15 -2430 ((-644 (-2 (|:| |gen| |#1|) (|:| -1983 (-771)))) $)) (-15 -2715 ((-771) $)) (-15 -1327 ((-644 |#1|) $))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-1907 (((-566) $) 59)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-3540 (((-112) $) 57)) (-1568 (((-112) $) 35)) (-4049 (((-112) $) 58)) (-1888 (($ $ $) 56)) (-3890 (($ $ $) 55)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4116 (((-3 $ "failed") $ $) 48)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3839 (($ $) 60)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2928 (((-112) $ $) 53)) (-2904 (((-112) $ $) 52)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 54)) (-2892 (((-112) $ $) 51)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-820) (-140)) (T -820))
NIL
(-13 (-558) (-848))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-848) . T) ((-850) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-3089 (($ (-1119)) 7)) (-1611 (((-112) $ (-1157) (-1119)) 15)) (-3212 (((-822) $) 12)) (-3285 (((-822) $) 11)) (-2940 (((-1269) $) 9)) (-2457 (((-112) $ (-1119)) 16)))
-(((-821) (-10 -8 (-15 -3089 ($ (-1119))) (-15 -2940 ((-1269) $)) (-15 -3285 ((-822) $)) (-15 -3212 ((-822) $)) (-15 -1611 ((-112) $ (-1157) (-1119))) (-15 -2457 ((-112) $ (-1119))))) (T -821))
-((-2457 (*1 *2 *1 *3) (-12 (-5 *3 (-1119)) (-5 *2 (-112)) (-5 *1 (-821)))) (-1611 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-1119)) (-5 *2 (-112)) (-5 *1 (-821)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-822)) (-5 *1 (-821)))) (-3285 (*1 *2 *1) (-12 (-5 *2 (-822)) (-5 *1 (-821)))) (-2940 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-821)))) (-3089 (*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-821)))))
-(-10 -8 (-15 -3089 ($ (-1119))) (-15 -2940 ((-1269) $)) (-15 -3285 ((-822) $)) (-15 -3212 ((-822) $)) (-15 -1611 ((-112) $ (-1157) (-1119))) (-15 -2457 ((-112) $ (-1119))))
-((-2245 (((-1269) $ (-823)) 12)) (-3605 (((-1269) $ (-1175)) 32)) (-1313 (((-1269) $ (-1157) (-1157)) 34)) (-1654 (((-1269) $ (-1157)) 33)) (-2159 (((-1269) $) 19)) (-2358 (((-1269) $ (-566)) 28)) (-2820 (((-1269) $ (-225)) 30)) (-2001 (((-1269) $) 18)) (-3439 (((-1269) $) 26)) (-4071 (((-1269) $) 25)) (-4211 (((-1269) $) 23)) (-1855 (((-1269) $) 24)) (-1835 (((-1269) $) 22)) (-3938 (((-1269) $) 21)) (-1540 (((-1269) $) 20)) (-2758 (((-1269) $) 16)) (-3841 (((-1269) $) 17)) (-3584 (((-1269) $) 15)) (-1509 (((-1269) $) 14)) (-1779 (((-1269) $) 13)) (-1515 (($ (-1157) (-823)) 9)) (-1694 (($ (-1157) (-1157) (-823)) 8)) (-3405 (((-1175) $) 51)) (-4279 (((-1175) $) 55)) (-2380 (((-2 (|:| |cd| (-1157)) (|:| -1368 (-1157))) $) 54)) (-1571 (((-1157) $) 52)) (-2181 (((-1269) $) 41)) (-1523 (((-566) $) 49)) (-3256 (((-225) $) 50)) (-2987 (((-1269) $) 40)) (-2304 (((-1269) $) 48)) (-1899 (((-1269) $) 47)) (-2483 (((-1269) $) 45)) (-2258 (((-1269) $) 46)) (-2167 (((-1269) $) 44)) (-1482 (((-1269) $) 43)) (-1810 (((-1269) $) 42)) (-2474 (((-1269) $) 38)) (-3994 (((-1269) $) 39)) (-4261 (((-1269) $) 37)) (-3730 (((-1269) $) 36)) (-1336 (((-1269) $) 35)) (-2193 (((-1269) $) 11)))
-(((-822) (-10 -8 (-15 -1694 ($ (-1157) (-1157) (-823))) (-15 -1515 ($ (-1157) (-823))) (-15 -2193 ((-1269) $)) (-15 -2245 ((-1269) $ (-823))) (-15 -1779 ((-1269) $)) (-15 -1509 ((-1269) $)) (-15 -3584 ((-1269) $)) (-15 -2758 ((-1269) $)) (-15 -3841 ((-1269) $)) (-15 -2001 ((-1269) $)) (-15 -2159 ((-1269) $)) (-15 -1540 ((-1269) $)) (-15 -3938 ((-1269) $)) (-15 -1835 ((-1269) $)) (-15 -4211 ((-1269) $)) (-15 -1855 ((-1269) $)) (-15 -4071 ((-1269) $)) (-15 -3439 ((-1269) $)) (-15 -2358 ((-1269) $ (-566))) (-15 -2820 ((-1269) $ (-225))) (-15 -3605 ((-1269) $ (-1175))) (-15 -1654 ((-1269) $ (-1157))) (-15 -1313 ((-1269) $ (-1157) (-1157))) (-15 -1336 ((-1269) $)) (-15 -3730 ((-1269) $)) (-15 -4261 ((-1269) $)) (-15 -2474 ((-1269) $)) (-15 -3994 ((-1269) $)) (-15 -2987 ((-1269) $)) (-15 -2181 ((-1269) $)) (-15 -1810 ((-1269) $)) (-15 -1482 ((-1269) $)) (-15 -2167 ((-1269) $)) (-15 -2483 ((-1269) $)) (-15 -2258 ((-1269) $)) (-15 -1899 ((-1269) $)) (-15 -2304 ((-1269) $)) (-15 -1523 ((-566) $)) (-15 -3256 ((-225) $)) (-15 -3405 ((-1175) $)) (-15 -1571 ((-1157) $)) (-15 -2380 ((-2 (|:| |cd| (-1157)) (|:| -1368 (-1157))) $)) (-15 -4279 ((-1175) $)))) (T -822))
-((-4279 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-822)))) (-2380 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1157)) (|:| -1368 (-1157)))) (-5 *1 (-822)))) (-1571 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-822)))) (-3405 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-822)))) (-3256 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-822)))) (-1523 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-822)))) (-2304 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1899 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2258 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2483 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2167 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1482 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1810 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2181 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2987 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-3994 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2474 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-4261 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-3730 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1336 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1313 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-822)))) (-1654 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-822)))) (-3605 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-822)))) (-2820 (*1 *2 *1 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1269)) (-5 *1 (-822)))) (-2358 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-822)))) (-3439 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-4071 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1855 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-4211 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1835 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-3938 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1540 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2159 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2001 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-3841 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2758 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-3584 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1509 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1779 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-2245 (*1 *2 *1 *3) (-12 (-5 *3 (-823)) (-5 *2 (-1269)) (-5 *1 (-822)))) (-2193 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))) (-1515 (*1 *1 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-823)) (-5 *1 (-822)))) (-1694 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-823)) (-5 *1 (-822)))))
-(-10 -8 (-15 -1694 ($ (-1157) (-1157) (-823))) (-15 -1515 ($ (-1157) (-823))) (-15 -2193 ((-1269) $)) (-15 -2245 ((-1269) $ (-823))) (-15 -1779 ((-1269) $)) (-15 -1509 ((-1269) $)) (-15 -3584 ((-1269) $)) (-15 -2758 ((-1269) $)) (-15 -3841 ((-1269) $)) (-15 -2001 ((-1269) $)) (-15 -2159 ((-1269) $)) (-15 -1540 ((-1269) $)) (-15 -3938 ((-1269) $)) (-15 -1835 ((-1269) $)) (-15 -4211 ((-1269) $)) (-15 -1855 ((-1269) $)) (-15 -4071 ((-1269) $)) (-15 -3439 ((-1269) $)) (-15 -2358 ((-1269) $ (-566))) (-15 -2820 ((-1269) $ (-225))) (-15 -3605 ((-1269) $ (-1175))) (-15 -1654 ((-1269) $ (-1157))) (-15 -1313 ((-1269) $ (-1157) (-1157))) (-15 -1336 ((-1269) $)) (-15 -3730 ((-1269) $)) (-15 -4261 ((-1269) $)) (-15 -2474 ((-1269) $)) (-15 -3994 ((-1269) $)) (-15 -2987 ((-1269) $)) (-15 -2181 ((-1269) $)) (-15 -1810 ((-1269) $)) (-15 -1482 ((-1269) $)) (-15 -2167 ((-1269) $)) (-15 -2483 ((-1269) $)) (-15 -2258 ((-1269) $)) (-15 -1899 ((-1269) $)) (-15 -2304 ((-1269) $)) (-15 -1523 ((-566) $)) (-15 -3256 ((-225) $)) (-15 -3405 ((-1175) $)) (-15 -1571 ((-1157) $)) (-15 -2380 ((-2 (|:| |cd| (-1157)) (|:| -1368 (-1157))) $)) (-15 -4279 ((-1175) $)))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 13)) (-3044 (((-112) $ $) NIL)) (-2357 (($) 16)) (-1701 (($) 14)) (-3283 (($) 17)) (-1822 (($) 15)) (-2914 (((-112) $ $) 9)))
-(((-823) (-13 (-1099) (-10 -8 (-15 -1701 ($)) (-15 -2357 ($)) (-15 -3283 ($)) (-15 -1822 ($))))) (T -823))
-((-1701 (*1 *1) (-5 *1 (-823))) (-2357 (*1 *1) (-5 *1 (-823))) (-3283 (*1 *1) (-5 *1 (-823))) (-1822 (*1 *1) (-5 *1 (-823))))
-(-13 (-1099) (-10 -8 (-15 -1701 ($)) (-15 -2357 ($)) (-15 -3283 ($)) (-15 -1822 ($))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 23) (($ (-1175)) 19)) (-3044 (((-112) $ $) NIL)) (-1940 (((-112) $) 10)) (-3331 (((-112) $) 9)) (-3281 (((-112) $) 11)) (-2206 (((-112) $) 8)) (-2914 (((-112) $ $) 21)))
-(((-824) (-13 (-1099) (-10 -8 (-15 -3152 ($ (-1175))) (-15 -2206 ((-112) $)) (-15 -3331 ((-112) $)) (-15 -1940 ((-112) $)) (-15 -3281 ((-112) $))))) (T -824))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-824)))) (-2206 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))) (-3331 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))) (-1940 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))) (-3281 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
-(-13 (-1099) (-10 -8 (-15 -3152 ($ (-1175))) (-15 -2206 ((-112) $)) (-15 -3331 ((-112) $)) (-15 -1940 ((-112) $)) (-15 -3281 ((-112) $))))
-((-2988 (((-112) $ $) NIL)) (-3781 (($ (-824) (-644 (-1175))) 32)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-4102 (((-824) $) 33)) (-2338 (((-644 (-1175)) $) 34)) (-3152 (((-862) $) 31)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-825) (-13 (-1099) (-10 -8 (-15 -4102 ((-824) $)) (-15 -2338 ((-644 (-1175)) $)) (-15 -3781 ($ (-824) (-644 (-1175))))))) (T -825))
-((-4102 (*1 *2 *1) (-12 (-5 *2 (-824)) (-5 *1 (-825)))) (-2338 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-825)))) (-3781 (*1 *1 *2 *3) (-12 (-5 *2 (-824)) (-5 *3 (-644 (-1175))) (-5 *1 (-825)))))
-(-13 (-1099) (-10 -8 (-15 -4102 ((-824) $)) (-15 -2338 ((-644 (-1175)) $)) (-15 -3781 ($ (-824) (-644 (-1175))))))
-((-2226 (((-1269) (-822) (-317 |#1|) (-112)) 24) (((-1269) (-822) (-317 |#1|)) 90) (((-1157) (-317 |#1|) (-112)) 89) (((-1157) (-317 |#1|)) 88)))
-(((-826 |#1|) (-10 -7 (-15 -2226 ((-1157) (-317 |#1|))) (-15 -2226 ((-1157) (-317 |#1|) (-112))) (-15 -2226 ((-1269) (-822) (-317 |#1|))) (-15 -2226 ((-1269) (-822) (-317 |#1|) (-112)))) (-13 (-828) (-1049))) (T -826))
-((-2226 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-822)) (-5 *4 (-317 *6)) (-5 *5 (-112)) (-4 *6 (-13 (-828) (-1049))) (-5 *2 (-1269)) (-5 *1 (-826 *6)))) (-2226 (*1 *2 *3 *4) (-12 (-5 *3 (-822)) (-5 *4 (-317 *5)) (-4 *5 (-13 (-828) (-1049))) (-5 *2 (-1269)) (-5 *1 (-826 *5)))) (-2226 (*1 *2 *3 *4) (-12 (-5 *3 (-317 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-828) (-1049))) (-5 *2 (-1157)) (-5 *1 (-826 *5)))) (-2226 (*1 *2 *3) (-12 (-5 *3 (-317 *4)) (-4 *4 (-13 (-828) (-1049))) (-5 *2 (-1157)) (-5 *1 (-826 *4)))))
-(-10 -7 (-15 -2226 ((-1157) (-317 |#1|))) (-15 -2226 ((-1157) (-317 |#1|) (-112))) (-15 -2226 ((-1269) (-822) (-317 |#1|))) (-15 -2226 ((-1269) (-822) (-317 |#1|) (-112))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-3001 ((|#1| $) 10)) (-1707 (($ |#1|) 9)) (-2389 (((-112) $) NIL)) (-1746 (($ |#2| (-771)) NIL)) (-2749 (((-771) $) NIL)) (-2794 ((|#2| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3629 (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-3902 (((-771) $) NIL)) (-3152 (((-862) $) 17) (($ (-566)) NIL) (($ |#2|) NIL (|has| |#2| (-172)))) (-2271 ((|#2| $ (-771)) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-827 |#1| |#2|) (-13 (-708 |#2|) (-10 -8 (IF (|has| |#1| (-233)) (-6 (-233)) |%noBranch|) (-15 -1707 ($ |#1|)) (-15 -3001 (|#1| $)))) (-708 |#2|) (-1049)) (T -827))
-((-1707 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-827 *2 *3)) (-4 *2 (-708 *3)))) (-3001 (*1 *2 *1) (-12 (-4 *2 (-708 *3)) (-5 *1 (-827 *2 *3)) (-4 *3 (-1049)))))
-(-13 (-708 |#2|) (-10 -8 (IF (|has| |#1| (-233)) (-6 (-233)) |%noBranch|) (-15 -1707 ($ |#1|)) (-15 -3001 (|#1| $))))
-((-2226 (((-1269) (-822) $ (-112)) 9) (((-1269) (-822) $) 8) (((-1157) $ (-112)) 7) (((-1157) $) 6)))
+((-1905 (($ (-1119)) 7)) (-3660 (((-112) $ (-1157) (-1119)) 15)) (-3867 (((-822) $) 12)) (-3329 (((-822) $) 11)) (-3110 (((-1270) $) 9)) (-4071 (((-112) $ (-1119)) 16)))
+(((-821) (-10 -8 (-15 -1905 ($ (-1119))) (-15 -3110 ((-1270) $)) (-15 -3329 ((-822) $)) (-15 -3867 ((-822) $)) (-15 -3660 ((-112) $ (-1157) (-1119))) (-15 -4071 ((-112) $ (-1119))))) (T -821))
+((-4071 (*1 *2 *1 *3) (-12 (-5 *3 (-1119)) (-5 *2 (-112)) (-5 *1 (-821)))) (-3660 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-1119)) (-5 *2 (-112)) (-5 *1 (-821)))) (-3867 (*1 *2 *1) (-12 (-5 *2 (-822)) (-5 *1 (-821)))) (-3329 (*1 *2 *1) (-12 (-5 *2 (-822)) (-5 *1 (-821)))) (-3110 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-821)))) (-1905 (*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-821)))))
+(-10 -8 (-15 -1905 ($ (-1119))) (-15 -3110 ((-1270) $)) (-15 -3329 ((-822) $)) (-15 -3867 ((-822) $)) (-15 -3660 ((-112) $ (-1157) (-1119))) (-15 -4071 ((-112) $ (-1119))))
+((-2553 (((-1270) $ (-823)) 12)) (-3434 (((-1270) $ (-1175)) 32)) (-2585 (((-1270) $ (-1157) (-1157)) 34)) (-2802 (((-1270) $ (-1157)) 33)) (-4273 (((-1270) $) 19)) (-2414 (((-1270) $ (-566)) 28)) (-3265 (((-1270) $ (-225)) 30)) (-2009 (((-1270) $) 18)) (-2374 (((-1270) $) 26)) (-2050 (((-1270) $) 25)) (-4134 (((-1270) $) 23)) (-4258 (((-1270) $) 24)) (-4055 (((-1270) $) 22)) (-3306 (((-1270) $) 21)) (-4228 (((-1270) $) 20)) (-3952 (((-1270) $) 16)) (-1826 (((-1270) $) 17)) (-3240 (((-1270) $) 15)) (-3917 (((-1270) $) 14)) (-1586 (((-1270) $) 13)) (-3971 (($ (-1157) (-823)) 9)) (-1963 (($ (-1157) (-1157) (-823)) 8)) (-2047 (((-1175) $) 51)) (-3576 (((-1175) $) 55)) (-1487 (((-2 (|:| |cd| (-1157)) (|:| -3707 (-1157))) $) 54)) (-3251 (((-1157) $) 52)) (-3191 (((-1270) $) 41)) (-4062 (((-566) $) 49)) (-4305 (((-225) $) 50)) (-3422 (((-1270) $) 40)) (-1941 (((-1270) $) 48)) (-3446 (((-1270) $) 47)) (-4341 (((-1270) $) 45)) (-2689 (((-1270) $) 46)) (-4315 (((-1270) $) 44)) (-1731 (((-1270) $) 43)) (-3812 (((-1270) $) 42)) (-4260 (((-1270) $) 38)) (-3827 (((-1270) $) 39)) (-3373 (((-1270) $) 37)) (-2085 (((-1270) $) 36)) (-2863 (((-1270) $) 35)) (-3304 (((-1270) $) 11)))
+(((-822) (-10 -8 (-15 -1963 ($ (-1157) (-1157) (-823))) (-15 -3971 ($ (-1157) (-823))) (-15 -3304 ((-1270) $)) (-15 -2553 ((-1270) $ (-823))) (-15 -1586 ((-1270) $)) (-15 -3917 ((-1270) $)) (-15 -3240 ((-1270) $)) (-15 -3952 ((-1270) $)) (-15 -1826 ((-1270) $)) (-15 -2009 ((-1270) $)) (-15 -4273 ((-1270) $)) (-15 -4228 ((-1270) $)) (-15 -3306 ((-1270) $)) (-15 -4055 ((-1270) $)) (-15 -4134 ((-1270) $)) (-15 -4258 ((-1270) $)) (-15 -2050 ((-1270) $)) (-15 -2374 ((-1270) $)) (-15 -2414 ((-1270) $ (-566))) (-15 -3265 ((-1270) $ (-225))) (-15 -3434 ((-1270) $ (-1175))) (-15 -2802 ((-1270) $ (-1157))) (-15 -2585 ((-1270) $ (-1157) (-1157))) (-15 -2863 ((-1270) $)) (-15 -2085 ((-1270) $)) (-15 -3373 ((-1270) $)) (-15 -4260 ((-1270) $)) (-15 -3827 ((-1270) $)) (-15 -3422 ((-1270) $)) (-15 -3191 ((-1270) $)) (-15 -3812 ((-1270) $)) (-15 -1731 ((-1270) $)) (-15 -4315 ((-1270) $)) (-15 -4341 ((-1270) $)) (-15 -2689 ((-1270) $)) (-15 -3446 ((-1270) $)) (-15 -1941 ((-1270) $)) (-15 -4062 ((-566) $)) (-15 -4305 ((-225) $)) (-15 -2047 ((-1175) $)) (-15 -3251 ((-1157) $)) (-15 -1487 ((-2 (|:| |cd| (-1157)) (|:| -3707 (-1157))) $)) (-15 -3576 ((-1175) $)))) (T -822))
+((-3576 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-822)))) (-1487 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1157)) (|:| -3707 (-1157)))) (-5 *1 (-822)))) (-3251 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-822)))) (-2047 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-822)))) (-4305 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-822)))) (-4062 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-822)))) (-1941 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3446 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-2689 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-4341 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-4315 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-1731 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3812 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3191 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3422 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3827 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-4260 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3373 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-2085 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-2863 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-2585 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-822)))) (-2802 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-822)))) (-3434 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-822)))) (-3265 (*1 *2 *1 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1270)) (-5 *1 (-822)))) (-2414 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-822)))) (-2374 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-2050 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-4258 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-4134 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-4055 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3306 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-4228 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-4273 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-2009 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-1826 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3952 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3240 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3917 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-1586 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-2553 (*1 *2 *1 *3) (-12 (-5 *3 (-823)) (-5 *2 (-1270)) (-5 *1 (-822)))) (-3304 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))) (-3971 (*1 *1 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-823)) (-5 *1 (-822)))) (-1963 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-823)) (-5 *1 (-822)))))
+(-10 -8 (-15 -1963 ($ (-1157) (-1157) (-823))) (-15 -3971 ($ (-1157) (-823))) (-15 -3304 ((-1270) $)) (-15 -2553 ((-1270) $ (-823))) (-15 -1586 ((-1270) $)) (-15 -3917 ((-1270) $)) (-15 -3240 ((-1270) $)) (-15 -3952 ((-1270) $)) (-15 -1826 ((-1270) $)) (-15 -2009 ((-1270) $)) (-15 -4273 ((-1270) $)) (-15 -4228 ((-1270) $)) (-15 -3306 ((-1270) $)) (-15 -4055 ((-1270) $)) (-15 -4134 ((-1270) $)) (-15 -4258 ((-1270) $)) (-15 -2050 ((-1270) $)) (-15 -2374 ((-1270) $)) (-15 -2414 ((-1270) $ (-566))) (-15 -3265 ((-1270) $ (-225))) (-15 -3434 ((-1270) $ (-1175))) (-15 -2802 ((-1270) $ (-1157))) (-15 -2585 ((-1270) $ (-1157) (-1157))) (-15 -2863 ((-1270) $)) (-15 -2085 ((-1270) $)) (-15 -3373 ((-1270) $)) (-15 -4260 ((-1270) $)) (-15 -3827 ((-1270) $)) (-15 -3422 ((-1270) $)) (-15 -3191 ((-1270) $)) (-15 -3812 ((-1270) $)) (-15 -1731 ((-1270) $)) (-15 -4315 ((-1270) $)) (-15 -4341 ((-1270) $)) (-15 -2689 ((-1270) $)) (-15 -3446 ((-1270) $)) (-15 -1941 ((-1270) $)) (-15 -4062 ((-566) $)) (-15 -4305 ((-225) $)) (-15 -2047 ((-1175) $)) (-15 -3251 ((-1157) $)) (-15 -1487 ((-2 (|:| |cd| (-1157)) (|:| -3707 (-1157))) $)) (-15 -3576 ((-1175) $)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 13)) (-2657 (((-112) $ $) NIL)) (-2406 (($) 16)) (-2036 (($) 14)) (-3305 (($) 17)) (-3934 (($) 15)) (-2868 (((-112) $ $) 9)))
+(((-823) (-13 (-1099) (-10 -8 (-15 -2036 ($)) (-15 -2406 ($)) (-15 -3305 ($)) (-15 -3934 ($))))) (T -823))
+((-2036 (*1 *1) (-5 *1 (-823))) (-2406 (*1 *1) (-5 *1 (-823))) (-3305 (*1 *1) (-5 *1 (-823))) (-3934 (*1 *1) (-5 *1 (-823))))
+(-13 (-1099) (-10 -8 (-15 -2036 ($)) (-15 -2406 ($)) (-15 -3305 ($)) (-15 -3934 ($))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 23) (($ (-1175)) 19)) (-2657 (((-112) $ $) NIL)) (-2607 (((-112) $) 10)) (-2500 (((-112) $) 9)) (-3282 (((-112) $) 11)) (-3439 (((-112) $) 8)) (-2868 (((-112) $ $) 21)))
+(((-824) (-13 (-1099) (-10 -8 (-15 -1650 ($ (-1175))) (-15 -3439 ((-112) $)) (-15 -2500 ((-112) $)) (-15 -2607 ((-112) $)) (-15 -3282 ((-112) $))))) (T -824))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-824)))) (-3439 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))) (-2500 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))) (-2607 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))) (-3282 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
+(-13 (-1099) (-10 -8 (-15 -1650 ($ (-1175))) (-15 -3439 ((-112) $)) (-15 -2500 ((-112) $)) (-15 -2607 ((-112) $)) (-15 -3282 ((-112) $))))
+((-4124 (((-112) $ $) NIL)) (-2496 (($ (-824) (-644 (-1175))) 32)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2325 (((-824) $) 33)) (-2249 (((-644 (-1175)) $) 34)) (-1650 (((-862) $) 31)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-825) (-13 (-1099) (-10 -8 (-15 -2325 ((-824) $)) (-15 -2249 ((-644 (-1175)) $)) (-15 -2496 ($ (-824) (-644 (-1175))))))) (T -825))
+((-2325 (*1 *2 *1) (-12 (-5 *2 (-824)) (-5 *1 (-825)))) (-2249 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-825)))) (-2496 (*1 *1 *2 *3) (-12 (-5 *2 (-824)) (-5 *3 (-644 (-1175))) (-5 *1 (-825)))))
+(-13 (-1099) (-10 -8 (-15 -2325 ((-824) $)) (-15 -2249 ((-644 (-1175)) $)) (-15 -2496 ($ (-824) (-644 (-1175))))))
+((-3673 (((-1270) (-822) (-317 |#1|) (-112)) 24) (((-1270) (-822) (-317 |#1|)) 90) (((-1157) (-317 |#1|) (-112)) 89) (((-1157) (-317 |#1|)) 88)))
+(((-826 |#1|) (-10 -7 (-15 -3673 ((-1157) (-317 |#1|))) (-15 -3673 ((-1157) (-317 |#1|) (-112))) (-15 -3673 ((-1270) (-822) (-317 |#1|))) (-15 -3673 ((-1270) (-822) (-317 |#1|) (-112)))) (-13 (-828) (-1049))) (T -826))
+((-3673 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-822)) (-5 *4 (-317 *6)) (-5 *5 (-112)) (-4 *6 (-13 (-828) (-1049))) (-5 *2 (-1270)) (-5 *1 (-826 *6)))) (-3673 (*1 *2 *3 *4) (-12 (-5 *3 (-822)) (-5 *4 (-317 *5)) (-4 *5 (-13 (-828) (-1049))) (-5 *2 (-1270)) (-5 *1 (-826 *5)))) (-3673 (*1 *2 *3 *4) (-12 (-5 *3 (-317 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-828) (-1049))) (-5 *2 (-1157)) (-5 *1 (-826 *5)))) (-3673 (*1 *2 *3) (-12 (-5 *3 (-317 *4)) (-4 *4 (-13 (-828) (-1049))) (-5 *2 (-1157)) (-5 *1 (-826 *4)))))
+(-10 -7 (-15 -3673 ((-1157) (-317 |#1|))) (-15 -3673 ((-1157) (-317 |#1|) (-112))) (-15 -3673 ((-1270) (-822) (-317 |#1|))) (-15 -3673 ((-1270) (-822) (-317 |#1|) (-112))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3559 ((|#1| $) 10)) (-2753 (($ |#1|) 9)) (-1568 (((-112) $) NIL)) (-3959 (($ |#2| (-771)) NIL)) (-3888 (((-771) $) NIL)) (-4137 ((|#2| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2324 (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-4297 (((-771) $) NIL)) (-1650 (((-862) $) 17) (($ (-566)) NIL) (($ |#2|) NIL (|has| |#2| (-172)))) (-2841 ((|#2| $ (-771)) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $) NIL (|has| |#1| (-233)))) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-827 |#1| |#2|) (-13 (-708 |#2|) (-10 -8 (IF (|has| |#1| (-233)) (-6 (-233)) |%noBranch|) (-15 -2753 ($ |#1|)) (-15 -3559 (|#1| $)))) (-708 |#2|) (-1049)) (T -827))
+((-2753 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-827 *2 *3)) (-4 *2 (-708 *3)))) (-3559 (*1 *2 *1) (-12 (-4 *2 (-708 *3)) (-5 *1 (-827 *2 *3)) (-4 *3 (-1049)))))
+(-13 (-708 |#2|) (-10 -8 (IF (|has| |#1| (-233)) (-6 (-233)) |%noBranch|) (-15 -2753 ($ |#1|)) (-15 -3559 (|#1| $))))
+((-3673 (((-1270) (-822) $ (-112)) 9) (((-1270) (-822) $) 8) (((-1157) $ (-112)) 7) (((-1157) $) 6)))
(((-828) (-140)) (T -828))
-((-2226 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-828)) (-5 *3 (-822)) (-5 *4 (-112)) (-5 *2 (-1269)))) (-2226 (*1 *2 *3 *1) (-12 (-4 *1 (-828)) (-5 *3 (-822)) (-5 *2 (-1269)))) (-2226 (*1 *2 *1 *3) (-12 (-4 *1 (-828)) (-5 *3 (-112)) (-5 *2 (-1157)))) (-2226 (*1 *2 *1) (-12 (-4 *1 (-828)) (-5 *2 (-1157)))))
-(-13 (-10 -8 (-15 -2226 ((-1157) $)) (-15 -2226 ((-1157) $ (-112))) (-15 -2226 ((-1269) (-822) $)) (-15 -2226 ((-1269) (-822) $ (-112)))))
-((-2764 (((-313) (-1157) (-1157)) 12)) (-2925 (((-112) (-1157) (-1157)) 34)) (-3205 (((-112) (-1157)) 33)) (-2026 (((-52) (-1157)) 25)) (-1769 (((-52) (-1157)) 23)) (-3145 (((-52) (-822)) 17)) (-3901 (((-644 (-1157)) (-1157)) 28)) (-3504 (((-644 (-1157))) 27)))
-(((-829) (-10 -7 (-15 -3145 ((-52) (-822))) (-15 -1769 ((-52) (-1157))) (-15 -2026 ((-52) (-1157))) (-15 -3504 ((-644 (-1157)))) (-15 -3901 ((-644 (-1157)) (-1157))) (-15 -3205 ((-112) (-1157))) (-15 -2925 ((-112) (-1157) (-1157))) (-15 -2764 ((-313) (-1157) (-1157))))) (T -829))
-((-2764 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-829)))) (-2925 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-112)) (-5 *1 (-829)))) (-3205 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-112)) (-5 *1 (-829)))) (-3901 (*1 *2 *3) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-829)) (-5 *3 (-1157)))) (-3504 (*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-829)))) (-2026 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-829)))) (-1769 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-829)))) (-3145 (*1 *2 *3) (-12 (-5 *3 (-822)) (-5 *2 (-52)) (-5 *1 (-829)))))
-(-10 -7 (-15 -3145 ((-52) (-822))) (-15 -1769 ((-52) (-1157))) (-15 -2026 ((-52) (-1157))) (-15 -3504 ((-644 (-1157)))) (-15 -3901 ((-644 (-1157)) (-1157))) (-15 -3205 ((-112) (-1157))) (-15 -2925 ((-112) (-1157) (-1157))) (-15 -2764 ((-313) (-1157) (-1157))))
-((-2988 (((-112) $ $) 19)) (-1775 (($ |#1| $) 77) (($ $ |#1|) 76) (($ $ $) 75)) (-3495 (($ $ $) 73)) (-2515 (((-112) $ $) 74)) (-1504 (((-112) $ (-771)) 8)) (-3690 (($ (-644 |#1|)) 69) (($) 68)) (-2995 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3322 (($ $) 63)) (-3942 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ |#1| $) 48 (|has| $ (-6 -4414))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4414)))) (-2622 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4414)))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3546 (((-112) $ $) 65)) (-3456 (((-112) $ (-771)) 9)) (-1478 ((|#1| $) 79)) (-3674 (($ $ $) 82)) (-2696 (($ $ $) 81)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2599 ((|#1| $) 80)) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22)) (-1997 (($ $ $) 70)) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41) (($ |#1| $ (-771)) 64)) (-4072 (((-1119) $) 21)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1352 (((-644 (-2 (|:| -2636 |#1|) (|:| -4083 (-771)))) $) 62)) (-2048 (($ $ |#1|) 72) (($ $ $) 71)) (-1792 (($) 50) (($ (-644 |#1|)) 49)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 51)) (-3152 (((-862) $) 18)) (-1692 (($ (-644 |#1|)) 67) (($) 66)) (-3044 (((-112) $ $) 23)) (-2948 (($ (-644 |#1|)) 43)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20)) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-3673 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-828)) (-5 *3 (-822)) (-5 *4 (-112)) (-5 *2 (-1270)))) (-3673 (*1 *2 *3 *1) (-12 (-4 *1 (-828)) (-5 *3 (-822)) (-5 *2 (-1270)))) (-3673 (*1 *2 *1 *3) (-12 (-4 *1 (-828)) (-5 *3 (-112)) (-5 *2 (-1157)))) (-3673 (*1 *2 *1) (-12 (-4 *1 (-828)) (-5 *2 (-1157)))))
+(-13 (-10 -8 (-15 -3673 ((-1157) $)) (-15 -3673 ((-1157) $ (-112))) (-15 -3673 ((-1270) (-822) $)) (-15 -3673 ((-1270) (-822) $ (-112)))))
+((-4006 (((-313) (-1157) (-1157)) 12)) (-2979 (((-112) (-1157) (-1157)) 34)) (-3799 (((-112) (-1157)) 33)) (-2236 (((-52) (-1157)) 25)) (-1513 (((-52) (-1157)) 23)) (-1318 (((-52) (-822)) 17)) (-4286 (((-644 (-1157)) (-1157)) 28)) (-1788 (((-644 (-1157))) 27)))
+(((-829) (-10 -7 (-15 -1318 ((-52) (-822))) (-15 -1513 ((-52) (-1157))) (-15 -2236 ((-52) (-1157))) (-15 -1788 ((-644 (-1157)))) (-15 -4286 ((-644 (-1157)) (-1157))) (-15 -3799 ((-112) (-1157))) (-15 -2979 ((-112) (-1157) (-1157))) (-15 -4006 ((-313) (-1157) (-1157))))) (T -829))
+((-4006 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-829)))) (-2979 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-112)) (-5 *1 (-829)))) (-3799 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-112)) (-5 *1 (-829)))) (-4286 (*1 *2 *3) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-829)) (-5 *3 (-1157)))) (-1788 (*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-829)))) (-2236 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-829)))) (-1513 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-829)))) (-1318 (*1 *2 *3) (-12 (-5 *3 (-822)) (-5 *2 (-52)) (-5 *1 (-829)))))
+(-10 -7 (-15 -1318 ((-52) (-822))) (-15 -1513 ((-52) (-1157))) (-15 -2236 ((-52) (-1157))) (-15 -1788 ((-644 (-1157)))) (-15 -4286 ((-644 (-1157)) (-1157))) (-15 -3799 ((-112) (-1157))) (-15 -2979 ((-112) (-1157) (-1157))) (-15 -4006 ((-313) (-1157) (-1157))))
+((-4124 (((-112) $ $) 19)) (-2826 (($ |#1| $) 77) (($ $ |#1|) 76) (($ $ $) 75)) (-1729 (($ $ $) 73)) (-3381 (((-112) $ $) 74)) (-3874 (((-112) $ (-771)) 8)) (-2730 (($ (-644 |#1|)) 69) (($) 68)) (-3503 (($ (-1 (-112) |#1|) $) 46 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3723 (($ $) 63)) (-3640 (($ $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ |#1| $) 48 (|has| $ (-6 -4415))) (($ (-1 (-112) |#1|) $) 47 (|has| $ (-6 -4415)))) (-1837 (($ |#1| $) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 55 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4415)))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-4132 (((-112) $ $) 65)) (-1392 (((-112) $ (-771)) 9)) (-1888 ((|#1| $) 79)) (-2762 (($ $ $) 82)) (-1485 (($ $ $) 81)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3890 ((|#1| $) 80)) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22)) (-1980 (($ $ $) 70)) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41) (($ |#1| $ (-771)) 64)) (-2029 (((-1119) $) 21)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 52)) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-2969 (((-644 (-2 (|:| -2303 |#1|) (|:| -2037 (-771)))) $) 62)) (-2419 (($ $ |#1|) 72) (($ $ $) 71)) (-1708 (($) 50) (($ (-644 |#1|)) 49)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 60 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 51)) (-1650 (((-862) $) 18)) (-3907 (($ (-644 |#1|)) 67) (($) 66)) (-2657 (((-112) $ $) 23)) (-3173 (($ (-644 |#1|)) 43)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20)) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-830 |#1|) (-140) (-850)) (T -830))
-((-1478 (*1 *2 *1) (-12 (-4 *1 (-830 *2)) (-4 *2 (-850)))))
-(-13 (-736 |t#1|) (-968 |t#1|) (-10 -8 (-15 -1478 (|t#1| $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-695 |#1|) . T) ((-736 |#1|) . T) ((-968 |#1|) . T) ((-1097 |#1|) . T) ((-1099) . T) ((-1214) . T))
-((-2939 (((-1269) (-1119) (-1119)) 48)) (-4215 (((-1269) (-821) (-52)) 45)) (-2650 (((-52) (-821)) 16)))
-(((-831) (-10 -7 (-15 -2650 ((-52) (-821))) (-15 -4215 ((-1269) (-821) (-52))) (-15 -2939 ((-1269) (-1119) (-1119))))) (T -831))
-((-2939 (*1 *2 *3 *3) (-12 (-5 *3 (-1119)) (-5 *2 (-1269)) (-5 *1 (-831)))) (-4215 (*1 *2 *3 *4) (-12 (-5 *3 (-821)) (-5 *4 (-52)) (-5 *2 (-1269)) (-5 *1 (-831)))) (-2650 (*1 *2 *3) (-12 (-5 *3 (-821)) (-5 *2 (-52)) (-5 *1 (-831)))))
-(-10 -7 (-15 -2650 ((-52) (-821))) (-15 -4215 ((-1269) (-821) (-52))) (-15 -2939 ((-1269) (-1119) (-1119))))
-((-2319 (((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|) (-833 |#2|)) 12) (((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|)) 13)))
-(((-832 |#1| |#2|) (-10 -7 (-15 -2319 ((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|))) (-15 -2319 ((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|) (-833 |#2|)))) (-1099) (-1099)) (T -832))
-((-2319 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-833 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-833 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *1 (-832 *5 *6)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-833 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-833 *6)) (-5 *1 (-832 *5 *6)))))
-(-10 -7 (-15 -2319 ((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|))) (-15 -2319 ((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|) (-833 |#2|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL (|has| |#1| (-21)))) (-3967 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2743 (((-566) $) NIL (|has| |#1| (-848)))) (-2463 (($) NIL (|has| |#1| (-21)) CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 15)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 9)) (-3245 (((-3 $ "failed") $) 42 (|has| |#1| (-848)))) (-4391 (((-3 (-409 (-566)) "failed") $) 52 (|has| |#1| (-547)))) (-3407 (((-112) $) 46 (|has| |#1| (-547)))) (-1786 (((-409 (-566)) $) 49 (|has| |#1| (-547)))) (-2528 (((-112) $) NIL (|has| |#1| (-848)))) (-2389 (((-112) $) NIL (|has| |#1| (-848)))) (-3233 (((-112) $) NIL (|has| |#1| (-848)))) (-1478 (($ $ $) NIL (|has| |#1| (-848)))) (-2599 (($ $ $) NIL (|has| |#1| (-848)))) (-3380 (((-1157) $) NIL)) (-2293 (($) 13)) (-4147 (((-112) $) 12)) (-4072 (((-1119) $) NIL)) (-4156 (((-112) $) 11)) (-3152 (((-862) $) 18) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 8) (($ (-566)) NIL (-2768 (|has| |#1| (-848)) (|has| |#1| (-1038 (-566)))))) (-2593 (((-771)) 36 (|has| |#1| (-848)) CONST)) (-3044 (((-112) $ $) 54)) (-1358 (($ $) NIL (|has| |#1| (-848)))) (-4356 (($) 23 (|has| |#1| (-21)) CONST)) (-4366 (($) 33 (|has| |#1| (-848)) CONST)) (-2968 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2914 (((-112) $ $) 21)) (-2956 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2935 (((-112) $ $) 45 (|has| |#1| (-848)))) (-3012 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 29 (|has| |#1| (-21)))) (-3002 (($ $ $) 31 (|has| |#1| (-21)))) (** (($ $ (-921)) NIL (|has| |#1| (-848))) (($ $ (-771)) NIL (|has| |#1| (-848)))) (* (($ $ $) 39 (|has| |#1| (-848))) (($ (-566) $) 27 (|has| |#1| (-21))) (($ (-771) $) NIL (|has| |#1| (-21))) (($ (-921) $) NIL (|has| |#1| (-21)))))
-(((-833 |#1|) (-13 (-1099) (-413 |#1|) (-10 -8 (-15 -2293 ($)) (-15 -4156 ((-112) $)) (-15 -4147 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $))) |%noBranch|))) (-1099)) (T -833))
-((-2293 (*1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-1099)))) (-4156 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-1099)))) (-4147 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-1099)))) (-3407 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))) (-1786 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-833 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))) (-4391 (*1 *2 *1) (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-833 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))))
-(-13 (-1099) (-413 |#1|) (-10 -8 (-15 -2293 ($)) (-15 -4156 ((-112) $)) (-15 -4147 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $))) |%noBranch|)))
-((-3335 (((-112) $ |#2|) 14)) (-3152 (((-862) $) 11)))
-(((-834 |#1| |#2|) (-10 -8 (-15 -3335 ((-112) |#1| |#2|)) (-15 -3152 ((-862) |#1|))) (-835 |#2|) (-1099)) (T -834))
-NIL
-(-10 -8 (-15 -3335 ((-112) |#1| |#2|)) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-1368 ((|#1| $) 16)) (-3380 (((-1157) $) 10)) (-3335 (((-112) $ |#1|) 14)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-1752 (((-55) $) 15)) (-2914 (((-112) $ $) 6)))
+((-1888 (*1 *2 *1) (-12 (-4 *1 (-830 *2)) (-4 *2 (-850)))))
+(-13 (-736 |t#1|) (-968 |t#1|) (-10 -8 (-15 -1888 (|t#1| $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-235 |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-695 |#1|) . T) ((-736 |#1|) . T) ((-968 |#1|) . T) ((-1097 |#1|) . T) ((-1099) . T) ((-1215) . T))
+((-3101 (((-1270) (-1119) (-1119)) 48)) (-4181 (((-1270) (-821) (-52)) 45)) (-2238 (((-52) (-821)) 16)))
+(((-831) (-10 -7 (-15 -2238 ((-52) (-821))) (-15 -4181 ((-1270) (-821) (-52))) (-15 -3101 ((-1270) (-1119) (-1119))))) (T -831))
+((-3101 (*1 *2 *3 *3) (-12 (-5 *3 (-1119)) (-5 *2 (-1270)) (-5 *1 (-831)))) (-4181 (*1 *2 *3 *4) (-12 (-5 *3 (-821)) (-5 *4 (-52)) (-5 *2 (-1270)) (-5 *1 (-831)))) (-2238 (*1 *2 *3) (-12 (-5 *3 (-821)) (-5 *2 (-52)) (-5 *1 (-831)))))
+(-10 -7 (-15 -2238 ((-52) (-821))) (-15 -4181 ((-1270) (-821) (-52))) (-15 -3101 ((-1270) (-1119) (-1119))))
+((-1895 (((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|) (-833 |#2|)) 12) (((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|)) 13)))
+(((-832 |#1| |#2|) (-10 -7 (-15 -1895 ((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|))) (-15 -1895 ((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|) (-833 |#2|)))) (-1099) (-1099)) (T -832))
+((-1895 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-833 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-833 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *1 (-832 *5 *6)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-833 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-833 *6)) (-5 *1 (-832 *5 *6)))))
+(-10 -7 (-15 -1895 ((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|))) (-15 -1895 ((-833 |#2|) (-1 |#2| |#1|) (-833 |#1|) (-833 |#2|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL (|has| |#1| (-21)))) (-3569 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-1907 (((-566) $) NIL (|has| |#1| (-848)))) (-4145 (($) NIL (|has| |#1| (-21)) CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 15)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 9)) (-4185 (((-3 $ "failed") $) 42 (|has| |#1| (-848)))) (-2165 (((-3 (-409 (-566)) "failed") $) 52 (|has| |#1| (-547)))) (-2070 (((-112) $) 46 (|has| |#1| (-547)))) (-1662 (((-409 (-566)) $) 49 (|has| |#1| (-547)))) (-3540 (((-112) $) NIL (|has| |#1| (-848)))) (-1568 (((-112) $) NIL (|has| |#1| (-848)))) (-4049 (((-112) $) NIL (|has| |#1| (-848)))) (-1888 (($ $ $) NIL (|has| |#1| (-848)))) (-3890 (($ $ $) NIL (|has| |#1| (-848)))) (-3057 (((-1157) $) NIL)) (-2541 (($) 13)) (-1589 (((-112) $) 12)) (-2029 (((-1119) $) NIL)) (-1683 (((-112) $) 11)) (-1650 (((-862) $) 18) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 8) (($ (-566)) NIL (-2700 (|has| |#1| (-848)) (|has| |#1| (-1038 (-566)))))) (-2910 (((-771)) 36 (|has| |#1| (-848)) CONST)) (-2657 (((-112) $ $) 54)) (-3839 (($ $) NIL (|has| |#1| (-848)))) (-3410 (($) 23 (|has| |#1| (-21)) CONST)) (-3424 (($) 33 (|has| |#1| (-848)) CONST)) (-2928 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2868 (((-112) $ $) 21)) (-2915 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2892 (((-112) $ $) 45 (|has| |#1| (-848)))) (-2977 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 29 (|has| |#1| (-21)))) (-2964 (($ $ $) 31 (|has| |#1| (-21)))) (** (($ $ (-921)) NIL (|has| |#1| (-848))) (($ $ (-771)) NIL (|has| |#1| (-848)))) (* (($ $ $) 39 (|has| |#1| (-848))) (($ (-566) $) 27 (|has| |#1| (-21))) (($ (-771) $) NIL (|has| |#1| (-21))) (($ (-921) $) NIL (|has| |#1| (-21)))))
+(((-833 |#1|) (-13 (-1099) (-413 |#1|) (-10 -8 (-15 -2541 ($)) (-15 -1683 ((-112) $)) (-15 -1589 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $))) |%noBranch|))) (-1099)) (T -833))
+((-2541 (*1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-1099)))) (-1683 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-1099)))) (-1589 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-1099)))) (-2070 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))) (-1662 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-833 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))) (-2165 (*1 *2 *1) (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-833 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))))
+(-13 (-1099) (-413 |#1|) (-10 -8 (-15 -2541 ($)) (-15 -1683 ((-112) $)) (-15 -1589 ((-112) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $))) |%noBranch|)))
+((-2530 (((-112) $ |#2|) 14)) (-1650 (((-862) $) 11)))
+(((-834 |#1| |#2|) (-10 -8 (-15 -2530 ((-112) |#1| |#2|)) (-15 -1650 ((-862) |#1|))) (-835 |#2|) (-1099)) (T -834))
+NIL
+(-10 -8 (-15 -2530 ((-112) |#1| |#2|)) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-3707 ((|#1| $) 16)) (-3057 (((-1157) $) 10)) (-2530 (((-112) $ |#1|) 14)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-1379 (((-55) $) 15)) (-2868 (((-112) $ $) 6)))
(((-835 |#1|) (-140) (-1099)) (T -835))
-((-1368 (*1 *2 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1099)))) (-1752 (*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1099)) (-5 *2 (-55)))) (-3335 (*1 *2 *1 *3) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
-(-13 (-1099) (-10 -8 (-15 -1368 (|t#1| $)) (-15 -1752 ((-55) $)) (-15 -3335 ((-112) $ |t#1|))))
+((-3707 (*1 *2 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1099)))) (-1379 (*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1099)) (-5 *2 (-55)))) (-2530 (*1 *2 *1 *3) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
+(-13 (-1099) (-10 -8 (-15 -3707 (|t#1| $)) (-15 -1379 ((-55) $)) (-15 -2530 ((-112) $ |t#1|))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL) (((-3 (-114) "failed") $) NIL)) (-4158 ((|#1| $) NIL) (((-114) $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-3448 ((|#1| (-114) |#1|) NIL)) (-2389 (((-112) $) NIL)) (-1985 (($ |#1| (-363 (-114))) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2122 (($ $ (-1 |#1| |#1|)) NIL)) (-2359 (($ $ (-1 |#1| |#1|)) NIL)) (-1309 ((|#1| $ |#1|) NIL)) (-1772 ((|#1| |#1|) NIL (|has| |#1| (-172)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-114)) NIL)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3045 (($ $) NIL (|has| |#1| (-172))) (($ $ $) NIL (|has| |#1| (-172)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ (-114) (-566)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
-(((-836 |#1|) (-13 (-1049) (-1038 |#1|) (-1038 (-114)) (-287 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -3045 ($ $)) (-15 -3045 ($ $ $)) (-15 -1772 (|#1| |#1|))) |%noBranch|) (-15 -2359 ($ $ (-1 |#1| |#1|))) (-15 -2122 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-114) (-566))) (-15 ** ($ $ (-566))) (-15 -3448 (|#1| (-114) |#1|)) (-15 -1985 ($ |#1| (-363 (-114)))))) (-1049)) (T -836))
-((-3045 (*1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))) (-3045 (*1 *1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))) (-1772 (*1 *2 *2) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))) (-2359 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-836 *3)))) (-2122 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-836 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-566)) (-5 *1 (-836 *4)) (-4 *4 (-1049)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-836 *3)) (-4 *3 (-1049)))) (-3448 (*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-5 *1 (-836 *2)) (-4 *2 (-1049)))) (-1985 (*1 *1 *2 *3) (-12 (-5 *3 (-363 (-114))) (-5 *1 (-836 *2)) (-4 *2 (-1049)))))
-(-13 (-1049) (-1038 |#1|) (-1038 (-114)) (-287 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -3045 ($ $)) (-15 -3045 ($ $ $)) (-15 -1772 (|#1| |#1|))) |%noBranch|) (-15 -2359 ($ $ (-1 |#1| |#1|))) (-15 -2122 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-114) (-566))) (-15 ** ($ $ (-566))) (-15 -3448 (|#1| (-114) |#1|)) (-15 -1985 ($ |#1| (-363 (-114))))))
-((-2895 (((-214 (-504)) (-1157)) 9)))
-(((-837) (-10 -7 (-15 -2895 ((-214 (-504)) (-1157))))) (T -837))
-((-2895 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-214 (-504))) (-5 *1 (-837)))))
-(-10 -7 (-15 -2895 ((-214 (-504)) (-1157))))
-((-2988 (((-112) $ $) NIL)) (-2831 (((-1117) $) 10)) (-1368 (((-508) $) 9)) (-3380 (((-1157) $) NIL)) (-3335 (((-112) $ (-508)) NIL)) (-4072 (((-1119) $) NIL)) (-1340 (($ (-508) (-1117)) 8)) (-3152 (((-862) $) 25)) (-3044 (((-112) $ $) NIL)) (-1752 (((-55) $) 20)) (-2914 (((-112) $ $) 12)))
-(((-838) (-13 (-835 (-508)) (-10 -8 (-15 -2831 ((-1117) $)) (-15 -1340 ($ (-508) (-1117)))))) (T -838))
-((-2831 (*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-838)))) (-1340 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1117)) (-5 *1 (-838)))))
-(-13 (-835 (-508)) (-10 -8 (-15 -2831 ((-1117) $)) (-15 -1340 ($ (-508) (-1117)))))
-((-2988 (((-112) $ $) 7)) (-2035 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) 15) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 14)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 17) (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) 16)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL) (((-3 (-114) "failed") $) NIL)) (-3213 ((|#1| $) NIL) (((-114) $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-2448 ((|#1| (-114) |#1|) NIL)) (-1568 (((-112) $) NIL)) (-3093 (($ |#1| (-363 (-114))) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3876 (($ $ (-1 |#1| |#1|)) NIL)) (-2424 (($ $ (-1 |#1| |#1|)) NIL)) (-3483 ((|#1| $ |#1|) NIL)) (-1534 ((|#1| |#1|) NIL (|has| |#1| (-172)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-114)) NIL)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-2668 (($ $) NIL (|has| |#1| (-172))) (($ $ $) NIL (|has| |#1| (-172)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ (-114) (-566)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
+(((-836 |#1|) (-13 (-1049) (-1038 |#1|) (-1038 (-114)) (-287 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -2668 ($ $)) (-15 -2668 ($ $ $)) (-15 -1534 (|#1| |#1|))) |%noBranch|) (-15 -2424 ($ $ (-1 |#1| |#1|))) (-15 -3876 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-114) (-566))) (-15 ** ($ $ (-566))) (-15 -2448 (|#1| (-114) |#1|)) (-15 -3093 ($ |#1| (-363 (-114)))))) (-1049)) (T -836))
+((-2668 (*1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))) (-2668 (*1 *1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))) (-1534 (*1 *2 *2) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))) (-2424 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-836 *3)))) (-3876 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-836 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-566)) (-5 *1 (-836 *4)) (-4 *4 (-1049)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-836 *3)) (-4 *3 (-1049)))) (-2448 (*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-5 *1 (-836 *2)) (-4 *2 (-1049)))) (-3093 (*1 *1 *2 *3) (-12 (-5 *3 (-363 (-114))) (-5 *1 (-836 *2)) (-4 *2 (-1049)))))
+(-13 (-1049) (-1038 |#1|) (-1038 (-114)) (-287 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |#1| (-172)) (PROGN (-6 (-38 |#1|)) (-15 -2668 ($ $)) (-15 -2668 ($ $ $)) (-15 -1534 (|#1| |#1|))) |%noBranch|) (-15 -2424 ($ $ (-1 |#1| |#1|))) (-15 -3876 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-114) (-566))) (-15 ** ($ $ (-566))) (-15 -2448 (|#1| (-114) |#1|)) (-15 -3093 ($ |#1| (-363 (-114))))))
+((-2654 (((-214 (-504)) (-1157)) 9)))
+(((-837) (-10 -7 (-15 -2654 ((-214 (-504)) (-1157))))) (T -837))
+((-2654 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-214 (-504))) (-5 *1 (-837)))))
+(-10 -7 (-15 -2654 ((-214 (-504)) (-1157))))
+((-4124 (((-112) $ $) NIL)) (-2474 (((-1117) $) 10)) (-3707 (((-508) $) 9)) (-3057 (((-1157) $) NIL)) (-2530 (((-112) $ (-508)) NIL)) (-2029 (((-1119) $) NIL)) (-1664 (($ (-508) (-1117)) 8)) (-1650 (((-862) $) 25)) (-2657 (((-112) $ $) NIL)) (-1379 (((-55) $) 20)) (-2868 (((-112) $ $) 12)))
+(((-838) (-13 (-835 (-508)) (-10 -8 (-15 -2474 ((-1117) $)) (-15 -1664 ($ (-508) (-1117)))))) (T -838))
+((-2474 (*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-838)))) (-1664 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1117)) (-5 *1 (-838)))))
+(-13 (-835 (-508)) (-10 -8 (-15 -2474 ((-1117) $)) (-15 -1664 ($ (-508) (-1117)))))
+((-4124 (((-112) $ $) 7)) (-2300 (((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) 15) (((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 14)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 17) (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) 16)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-839) (-140)) (T -839))
-((-2659 (*1 *2 *3 *4) (-12 (-4 *1 (-839)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)))))) (-2659 (*1 *2 *3 *4) (-12 (-4 *1 (-839)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)))))) (-2035 (*1 *2 *3) (-12 (-4 *1 (-839)) (-5 *3 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) (-5 *2 (-1035)))) (-2035 (*1 *2 *3) (-12 (-4 *1 (-839)) (-5 *3 (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (-5 *2 (-1035)))))
-(-13 (-1099) (-10 -7 (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) (-15 -2035 ((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) (-15 -2035 ((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))))))
+((-2294 (*1 *2 *3 *4) (-12 (-4 *1 (-839)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)))))) (-2294 (*1 *2 *3 *4) (-12 (-4 *1 (-839)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)))))) (-2300 (*1 *2 *3) (-12 (-4 *1 (-839)) (-5 *3 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) (-5 *2 (-1035)))) (-2300 (*1 *2 *3) (-12 (-4 *1 (-839)) (-5 *3 (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (-5 *2 (-1035)))))
+(-13 (-1099) (-10 -7 (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) (-15 -2300 ((-1035) (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) (-15 -2300 ((-1035) (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-3576 (((-1035) (-644 (-317 (-381))) (-644 (-381))) 169) (((-1035) (-317 (-381)) (-644 (-381))) 167) (((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-843 (-381)))) 165) (((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-317 (-381))) (-644 (-843 (-381)))) 163) (((-1035) (-841)) 128) (((-1035) (-841) (-1062)) 127)) (-2659 (((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841) (-1062)) 88) (((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841)) 90)) (-2918 (((-1035) (-644 (-317 (-381))) (-644 (-381))) 170) (((-1035) (-841)) 153)))
-(((-840) (-10 -7 (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841) (-1062))) (-15 -3576 ((-1035) (-841) (-1062))) (-15 -3576 ((-1035) (-841))) (-15 -2918 ((-1035) (-841))) (-15 -3576 ((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-317 (-381))) (-644 (-843 (-381))))) (-15 -3576 ((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-843 (-381))))) (-15 -3576 ((-1035) (-317 (-381)) (-644 (-381)))) (-15 -3576 ((-1035) (-644 (-317 (-381))) (-644 (-381)))) (-15 -2918 ((-1035) (-644 (-317 (-381))) (-644 (-381)))))) (T -840))
-((-2918 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-317 (-381)))) (-5 *4 (-644 (-381))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3576 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-317 (-381)))) (-5 *4 (-644 (-381))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3576 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-381))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3576 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-381))) (-5 *5 (-644 (-843 (-381)))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3576 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-644 (-381))) (-5 *5 (-644 (-843 (-381)))) (-5 *6 (-644 (-317 (-381)))) (-5 *3 (-317 (-381))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-2918 (*1 *2 *3) (-12 (-5 *3 (-841)) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3576 (*1 *2 *3) (-12 (-5 *3 (-841)) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3576 (*1 *2 *3 *4) (-12 (-5 *3 (-841)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-840)))) (-2659 (*1 *2 *3 *4) (-12 (-5 *3 (-841)) (-5 *4 (-1062)) (-5 *2 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-840)))) (-2659 (*1 *2 *3) (-12 (-5 *3 (-841)) (-5 *2 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-840)))))
-(-10 -7 (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841) (-1062))) (-15 -3576 ((-1035) (-841) (-1062))) (-15 -3576 ((-1035) (-841))) (-15 -2918 ((-1035) (-841))) (-15 -3576 ((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-317 (-381))) (-644 (-843 (-381))))) (-15 -3576 ((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-843 (-381))))) (-15 -3576 ((-1035) (-317 (-381)) (-644 (-381)))) (-15 -3576 ((-1035) (-644 (-317 (-381))) (-644 (-381)))) (-15 -2918 ((-1035) (-644 (-317 (-381))) (-644 (-381)))))
-((-2988 (((-112) $ $) NIL)) (-4158 (((-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) $) 21)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 20) (($ (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 14) (($ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))))) 18)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-841) (-13 (-1099) (-10 -8 (-15 -3152 ($ (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -3152 ($ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) (-15 -3152 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))))) (-15 -4158 ((-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) $))))) (T -841))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (-5 *1 (-841)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))) (-5 *1 (-841)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))))) (-5 *1 (-841)))) (-4158 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225))))))) (-5 *1 (-841)))))
-(-13 (-1099) (-10 -8 (-15 -3152 ($ (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -3152 ($ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) (-15 -3152 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))))) (-15 -4158 ((-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))) $))))
-((-2319 (((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|) (-843 |#2|) (-843 |#2|)) 13) (((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|)) 14)))
-(((-842 |#1| |#2|) (-10 -7 (-15 -2319 ((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|))) (-15 -2319 ((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|) (-843 |#2|) (-843 |#2|)))) (-1099) (-1099)) (T -842))
-((-2319 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-843 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-843 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *1 (-842 *5 *6)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-843 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-843 *6)) (-5 *1 (-842 *5 *6)))))
-(-10 -7 (-15 -2319 ((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|))) (-15 -2319 ((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|) (-843 |#2|) (-843 |#2|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL (|has| |#1| (-21)))) (-3592 (((-1119) $) 31)) (-3967 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2743 (((-566) $) NIL (|has| |#1| (-848)))) (-2463 (($) NIL (|has| |#1| (-21)) CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 18)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 9)) (-3245 (((-3 $ "failed") $) 58 (|has| |#1| (-848)))) (-4391 (((-3 (-409 (-566)) "failed") $) 65 (|has| |#1| (-547)))) (-3407 (((-112) $) 60 (|has| |#1| (-547)))) (-1786 (((-409 (-566)) $) 63 (|has| |#1| (-547)))) (-2528 (((-112) $) NIL (|has| |#1| (-848)))) (-2909 (($) 14)) (-2389 (((-112) $) NIL (|has| |#1| (-848)))) (-3233 (((-112) $) NIL (|has| |#1| (-848)))) (-2919 (($) 16)) (-1478 (($ $ $) NIL (|has| |#1| (-848)))) (-2599 (($ $ $) NIL (|has| |#1| (-848)))) (-3380 (((-1157) $) NIL)) (-4147 (((-112) $) 12)) (-4072 (((-1119) $) NIL)) (-4156 (((-112) $) 11)) (-3152 (((-862) $) 24) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 8) (($ (-566)) NIL (-2768 (|has| |#1| (-848)) (|has| |#1| (-1038 (-566)))))) (-2593 (((-771)) 51 (|has| |#1| (-848)) CONST)) (-3044 (((-112) $ $) NIL)) (-1358 (($ $) NIL (|has| |#1| (-848)))) (-4356 (($) 37 (|has| |#1| (-21)) CONST)) (-4366 (($) 48 (|has| |#1| (-848)) CONST)) (-2968 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2914 (((-112) $ $) 35)) (-2956 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2935 (((-112) $ $) 59 (|has| |#1| (-848)))) (-3012 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 44 (|has| |#1| (-21)))) (-3002 (($ $ $) 46 (|has| |#1| (-21)))) (** (($ $ (-921)) NIL (|has| |#1| (-848))) (($ $ (-771)) NIL (|has| |#1| (-848)))) (* (($ $ $) 55 (|has| |#1| (-848))) (($ (-566) $) 42 (|has| |#1| (-21))) (($ (-771) $) NIL (|has| |#1| (-21))) (($ (-921) $) NIL (|has| |#1| (-21)))))
-(((-843 |#1|) (-13 (-1099) (-413 |#1|) (-10 -8 (-15 -2909 ($)) (-15 -2919 ($)) (-15 -4156 ((-112) $)) (-15 -4147 ((-112) $)) (-15 -3592 ((-1119) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $))) |%noBranch|))) (-1099)) (T -843))
-((-2909 (*1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-1099)))) (-2919 (*1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-1099)))) (-4156 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))) (-4147 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))) (-3592 (*1 *2 *1) (-12 (-5 *2 (-1119)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))) (-3407 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))) (-1786 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-843 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))) (-4391 (*1 *2 *1) (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-843 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))))
-(-13 (-1099) (-413 |#1|) (-10 -8 (-15 -2909 ($)) (-15 -2919 ($)) (-15 -4156 ((-112) $)) (-15 -4147 ((-112) $)) (-15 -3592 ((-1119) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $))) |%noBranch|)))
-((-2988 (((-112) $ $) 7)) (-3870 (((-771)) 23)) (-2715 (($) 26)) (-1478 (($ $ $) 14) (($) 22 T CONST)) (-2599 (($ $ $) 15) (($) 21 T CONST)) (-1866 (((-921) $) 25)) (-3380 (((-1157) $) 10)) (-2835 (($ (-921)) 24)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)))
+((-3973 (((-1035) (-644 (-317 (-381))) (-644 (-381))) 169) (((-1035) (-317 (-381)) (-644 (-381))) 167) (((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-843 (-381)))) 165) (((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-317 (-381))) (-644 (-843 (-381)))) 163) (((-1035) (-841)) 128) (((-1035) (-841) (-1062)) 127)) (-2294 (((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841) (-1062)) 88) (((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841)) 90)) (-2905 (((-1035) (-644 (-317 (-381))) (-644 (-381))) 170) (((-1035) (-841)) 153)))
+(((-840) (-10 -7 (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841) (-1062))) (-15 -3973 ((-1035) (-841) (-1062))) (-15 -3973 ((-1035) (-841))) (-15 -2905 ((-1035) (-841))) (-15 -3973 ((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-317 (-381))) (-644 (-843 (-381))))) (-15 -3973 ((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-843 (-381))))) (-15 -3973 ((-1035) (-317 (-381)) (-644 (-381)))) (-15 -3973 ((-1035) (-644 (-317 (-381))) (-644 (-381)))) (-15 -2905 ((-1035) (-644 (-317 (-381))) (-644 (-381)))))) (T -840))
+((-2905 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-317 (-381)))) (-5 *4 (-644 (-381))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3973 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-317 (-381)))) (-5 *4 (-644 (-381))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3973 (*1 *2 *3 *4) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-381))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3973 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-317 (-381))) (-5 *4 (-644 (-381))) (-5 *5 (-644 (-843 (-381)))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3973 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-644 (-381))) (-5 *5 (-644 (-843 (-381)))) (-5 *6 (-644 (-317 (-381)))) (-5 *3 (-317 (-381))) (-5 *2 (-1035)) (-5 *1 (-840)))) (-2905 (*1 *2 *3) (-12 (-5 *3 (-841)) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-841)) (-5 *2 (-1035)) (-5 *1 (-840)))) (-3973 (*1 *2 *3 *4) (-12 (-5 *3 (-841)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-840)))) (-2294 (*1 *2 *3 *4) (-12 (-5 *3 (-841)) (-5 *4 (-1062)) (-5 *2 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-840)))) (-2294 (*1 *2 *3) (-12 (-5 *3 (-841)) (-5 *2 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-840)))))
+(-10 -7 (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-841) (-1062))) (-15 -3973 ((-1035) (-841) (-1062))) (-15 -3973 ((-1035) (-841))) (-15 -2905 ((-1035) (-841))) (-15 -3973 ((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-317 (-381))) (-644 (-843 (-381))))) (-15 -3973 ((-1035) (-317 (-381)) (-644 (-381)) (-644 (-843 (-381))) (-644 (-843 (-381))))) (-15 -3973 ((-1035) (-317 (-381)) (-644 (-381)))) (-15 -3973 ((-1035) (-644 (-317 (-381))) (-644 (-381)))) (-15 -2905 ((-1035) (-644 (-317 (-381))) (-644 (-381)))))
+((-4124 (((-112) $ $) NIL)) (-3213 (((-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) $) 21)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 20) (($ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) 14) (($ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))))) 18)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-841) (-13 (-1099) (-10 -8 (-15 -1650 ($ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -1650 ($ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) (-15 -1650 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))))) (-15 -3213 ((-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) $))))) (T -841))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (-5 *1 (-841)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))) (-5 *1 (-841)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))))) (-5 *1 (-841)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225))))))) (-5 *1 (-841)))))
+(-13 (-1099) (-10 -8 (-15 -1650 ($ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225))))))) (-15 -1650 ($ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) (-15 -1650 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))))) (-15 -3213 ((-3 (|:| |noa| (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225))) (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225)))) (|:| |ub| (-644 (-843 (-225)))))) (|:| |lsa| (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))) $))))
+((-1895 (((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|) (-843 |#2|) (-843 |#2|)) 13) (((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|)) 14)))
+(((-842 |#1| |#2|) (-10 -7 (-15 -1895 ((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|))) (-15 -1895 ((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|) (-843 |#2|) (-843 |#2|)))) (-1099) (-1099)) (T -842))
+((-1895 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-843 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-843 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *1 (-842 *5 *6)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-843 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-843 *6)) (-5 *1 (-842 *5 *6)))))
+(-10 -7 (-15 -1895 ((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|))) (-15 -1895 ((-843 |#2|) (-1 |#2| |#1|) (-843 |#1|) (-843 |#2|) (-843 |#2|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL (|has| |#1| (-21)))) (-3312 (((-1119) $) 31)) (-3569 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-1907 (((-566) $) NIL (|has| |#1| (-848)))) (-4145 (($) NIL (|has| |#1| (-21)) CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 18)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 9)) (-4185 (((-3 $ "failed") $) 58 (|has| |#1| (-848)))) (-2165 (((-3 (-409 (-566)) "failed") $) 65 (|has| |#1| (-547)))) (-2070 (((-112) $) 60 (|has| |#1| (-547)))) (-1662 (((-409 (-566)) $) 63 (|has| |#1| (-547)))) (-3540 (((-112) $) NIL (|has| |#1| (-848)))) (-4034 (($) 14)) (-1568 (((-112) $) NIL (|has| |#1| (-848)))) (-4049 (((-112) $) NIL (|has| |#1| (-848)))) (-4047 (($) 16)) (-1888 (($ $ $) NIL (|has| |#1| (-848)))) (-3890 (($ $ $) NIL (|has| |#1| (-848)))) (-3057 (((-1157) $) NIL)) (-1589 (((-112) $) 12)) (-2029 (((-1119) $) NIL)) (-1683 (((-112) $) 11)) (-1650 (((-862) $) 24) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 8) (($ (-566)) NIL (-2700 (|has| |#1| (-848)) (|has| |#1| (-1038 (-566)))))) (-2910 (((-771)) 51 (|has| |#1| (-848)) CONST)) (-2657 (((-112) $ $) NIL)) (-3839 (($ $) NIL (|has| |#1| (-848)))) (-3410 (($) 37 (|has| |#1| (-21)) CONST)) (-3424 (($) 48 (|has| |#1| (-848)) CONST)) (-2928 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2868 (((-112) $ $) 35)) (-2915 (((-112) $ $) NIL (|has| |#1| (-848)))) (-2892 (((-112) $ $) 59 (|has| |#1| (-848)))) (-2977 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 44 (|has| |#1| (-21)))) (-2964 (($ $ $) 46 (|has| |#1| (-21)))) (** (($ $ (-921)) NIL (|has| |#1| (-848))) (($ $ (-771)) NIL (|has| |#1| (-848)))) (* (($ $ $) 55 (|has| |#1| (-848))) (($ (-566) $) 42 (|has| |#1| (-21))) (($ (-771) $) NIL (|has| |#1| (-21))) (($ (-921) $) NIL (|has| |#1| (-21)))))
+(((-843 |#1|) (-13 (-1099) (-413 |#1|) (-10 -8 (-15 -4034 ($)) (-15 -4047 ($)) (-15 -1683 ((-112) $)) (-15 -1589 ((-112) $)) (-15 -3312 ((-1119) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $))) |%noBranch|))) (-1099)) (T -843))
+((-4034 (*1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-1099)))) (-4047 (*1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-1099)))) (-1683 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))) (-1589 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))) (-3312 (*1 *2 *1) (-12 (-5 *2 (-1119)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))) (-2070 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))) (-1662 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-843 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))) (-2165 (*1 *2 *1) (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-843 *3)) (-4 *3 (-547)) (-4 *3 (-1099)))))
+(-13 (-1099) (-413 |#1|) (-10 -8 (-15 -4034 ($)) (-15 -4047 ($)) (-15 -1683 ((-112) $)) (-15 -1589 ((-112) $)) (-15 -3312 ((-1119) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-848)) |%noBranch|) (IF (|has| |#1| (-547)) (PROGN (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $))) |%noBranch|)))
+((-4124 (((-112) $ $) 7)) (-3571 (((-771)) 23)) (-3341 (($) 26)) (-1888 (($ $ $) 14) (($) 22 T CONST)) (-3890 (($ $ $) 15) (($) 21 T CONST)) (-4350 (((-921) $) 25)) (-3057 (((-1157) $) 10)) (-1351 (($ (-921)) 24)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)))
(((-844) (-140)) (T -844))
-((-1478 (*1 *1) (-4 *1 (-844))) (-2599 (*1 *1) (-4 *1 (-844))))
-(-13 (-850) (-370) (-10 -8 (-15 -1478 ($) -1623) (-15 -2599 ($) -1623)))
+((-1888 (*1 *1) (-4 *1 (-844))) (-3890 (*1 *1) (-4 *1 (-844))))
+(-13 (-850) (-370) (-10 -8 (-15 -1888 ($) -4388) (-15 -3890 ($) -4388)))
(((-102) . T) ((-613 (-862)) . T) ((-370) . T) ((-850) . T) ((-1099) . T))
-((-2077 (((-112) (-1264 |#2|) (-1264 |#2|)) 23)) (-3665 (((-112) (-1264 |#2|) (-1264 |#2|)) 24)) (-3430 (((-112) (-1264 |#2|) (-1264 |#2|)) 20)))
-(((-845 |#1| |#2|) (-10 -7 (-15 -3430 ((-112) (-1264 |#2|) (-1264 |#2|))) (-15 -2077 ((-112) (-1264 |#2|) (-1264 |#2|))) (-15 -3665 ((-112) (-1264 |#2|) (-1264 |#2|)))) (-771) (-792)) (T -845))
-((-3665 (*1 *2 *3 *3) (-12 (-5 *3 (-1264 *5)) (-4 *5 (-792)) (-5 *2 (-112)) (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))) (-2077 (*1 *2 *3 *3) (-12 (-5 *3 (-1264 *5)) (-4 *5 (-792)) (-5 *2 (-112)) (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))) (-3430 (*1 *2 *3 *3) (-12 (-5 *3 (-1264 *5)) (-4 *5 (-792)) (-5 *2 (-112)) (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))))
-(-10 -7 (-15 -3430 ((-112) (-1264 |#2|) (-1264 |#2|))) (-15 -2077 ((-112) (-1264 |#2|) (-1264 |#2|))) (-15 -3665 ((-112) (-1264 |#2|) (-1264 |#2|))))
-((-2988 (((-112) $ $) 7)) (-2463 (($) 24 T CONST)) (-3245 (((-3 $ "failed") $) 27)) (-2389 (((-112) $) 25)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4366 (($) 23 T CONST)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)) (** (($ $ (-921)) 22) (($ $ (-771)) 26)) (* (($ $ $) 21)))
+((-1552 (((-112) (-1265 |#2|) (-1265 |#2|)) 23)) (-2671 (((-112) (-1265 |#2|) (-1265 |#2|)) 24)) (-2297 (((-112) (-1265 |#2|) (-1265 |#2|)) 20)))
+(((-845 |#1| |#2|) (-10 -7 (-15 -2297 ((-112) (-1265 |#2|) (-1265 |#2|))) (-15 -1552 ((-112) (-1265 |#2|) (-1265 |#2|))) (-15 -2671 ((-112) (-1265 |#2|) (-1265 |#2|)))) (-771) (-792)) (T -845))
+((-2671 (*1 *2 *3 *3) (-12 (-5 *3 (-1265 *5)) (-4 *5 (-792)) (-5 *2 (-112)) (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))) (-1552 (*1 *2 *3 *3) (-12 (-5 *3 (-1265 *5)) (-4 *5 (-792)) (-5 *2 (-112)) (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))) (-2297 (*1 *2 *3 *3) (-12 (-5 *3 (-1265 *5)) (-4 *5 (-792)) (-5 *2 (-112)) (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))))
+(-10 -7 (-15 -2297 ((-112) (-1265 |#2|) (-1265 |#2|))) (-15 -1552 ((-112) (-1265 |#2|) (-1265 |#2|))) (-15 -2671 ((-112) (-1265 |#2|) (-1265 |#2|))))
+((-4124 (((-112) $ $) 7)) (-4145 (($) 24 T CONST)) (-4185 (((-3 $ "failed") $) 27)) (-1568 (((-112) $) 25)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3424 (($) 23 T CONST)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)) (** (($ $ (-921)) 22) (($ $ (-771)) 26)) (* (($ $ $) 21)))
(((-846) (-140)) (T -846))
NIL
(-13 (-857) (-726))
(((-102) . T) ((-613 (-862)) . T) ((-726) . T) ((-857) . T) ((-850) . T) ((-1111) . T) ((-1099) . T))
-((-2743 (((-566) $) 21)) (-2528 (((-112) $) 10)) (-3233 (((-112) $) 12)) (-1358 (($ $) 23)))
-(((-847 |#1|) (-10 -8 (-15 -1358 (|#1| |#1|)) (-15 -2743 ((-566) |#1|)) (-15 -3233 ((-112) |#1|)) (-15 -2528 ((-112) |#1|))) (-848)) (T -847))
+((-1907 (((-566) $) 21)) (-3540 (((-112) $) 10)) (-4049 (((-112) $) 12)) (-3839 (($ $) 23)))
+(((-847 |#1|) (-10 -8 (-15 -3839 (|#1| |#1|)) (-15 -1907 ((-566) |#1|)) (-15 -4049 ((-112) |#1|)) (-15 -3540 ((-112) |#1|))) (-848)) (T -847))
NIL
-(-10 -8 (-15 -1358 (|#1| |#1|)) (-15 -2743 ((-566) |#1|)) (-15 -3233 ((-112) |#1|)) (-15 -2528 ((-112) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 25)) (-3967 (((-3 $ "failed") $ $) 27)) (-2743 (((-566) $) 37)) (-2463 (($) 24 T CONST)) (-3245 (((-3 $ "failed") $) 42)) (-2528 (((-112) $) 39)) (-2389 (((-112) $) 44)) (-3233 (((-112) $) 38)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 46)) (-2593 (((-771)) 47 T CONST)) (-3044 (((-112) $ $) 9)) (-1358 (($ $) 36)) (-4356 (($) 23 T CONST)) (-4366 (($) 45 T CONST)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)) (-3012 (($ $ $) 31) (($ $) 30)) (-3002 (($ $ $) 21)) (** (($ $ (-771)) 43) (($ $ (-921)) 40)) (* (($ (-921) $) 22) (($ (-771) $) 26) (($ (-566) $) 29) (($ $ $) 41)))
+(-10 -8 (-15 -3839 (|#1| |#1|)) (-15 -1907 ((-566) |#1|)) (-15 -4049 ((-112) |#1|)) (-15 -3540 ((-112) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 25)) (-3569 (((-3 $ "failed") $ $) 27)) (-1907 (((-566) $) 37)) (-4145 (($) 24 T CONST)) (-4185 (((-3 $ "failed") $) 42)) (-3540 (((-112) $) 39)) (-1568 (((-112) $) 44)) (-4049 (((-112) $) 38)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 46)) (-2910 (((-771)) 47 T CONST)) (-2657 (((-112) $ $) 9)) (-3839 (($ $) 36)) (-3410 (($) 23 T CONST)) (-3424 (($) 45 T CONST)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)) (-2977 (($ $ $) 31) (($ $) 30)) (-2964 (($ $ $) 21)) (** (($ $ (-771)) 43) (($ $ (-921)) 40)) (* (($ (-921) $) 22) (($ (-771) $) 26) (($ (-566) $) 29) (($ $ $) 41)))
(((-848) (-140)) (T -848))
-((-2528 (*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-112)))) (-3233 (*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-112)))) (-2743 (*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-566)))) (-1358 (*1 *1 *1) (-4 *1 (-848))))
-(-13 (-791) (-1049) (-726) (-10 -8 (-15 -2528 ((-112) $)) (-15 -3233 ((-112) $)) (-15 -2743 ((-566) $)) (-15 -1358 ($ $))))
+((-3540 (*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-112)))) (-4049 (*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-112)))) (-1907 (*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-566)))) (-3839 (*1 *1 *1) (-4 *1 (-848))))
+(-13 (-791) (-1049) (-726) (-10 -8 (-15 -3540 ((-112) $)) (-15 -4049 ((-112) $)) (-15 -1907 ((-566) $)) (-15 -3839 ($ $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-850) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-1478 (($ $ $) 12)) (-2599 (($ $ $) 11)) (-3044 (((-112) $ $) 9)) (-2968 (((-112) $ $) 15)) (-2946 (((-112) $ $) 13)) (-2956 (((-112) $ $) 16)))
-(((-849 |#1|) (-10 -8 (-15 -1478 (|#1| |#1| |#1|)) (-15 -2599 (|#1| |#1| |#1|)) (-15 -2956 ((-112) |#1| |#1|)) (-15 -2968 ((-112) |#1| |#1|)) (-15 -2946 ((-112) |#1| |#1|)) (-15 -3044 ((-112) |#1| |#1|))) (-850)) (T -849))
+((-1888 (($ $ $) 12)) (-3890 (($ $ $) 11)) (-2657 (((-112) $ $) 9)) (-2928 (((-112) $ $) 15)) (-2904 (((-112) $ $) 13)) (-2915 (((-112) $ $) 16)))
+(((-849 |#1|) (-10 -8 (-15 -1888 (|#1| |#1| |#1|)) (-15 -3890 (|#1| |#1| |#1|)) (-15 -2915 ((-112) |#1| |#1|)) (-15 -2928 ((-112) |#1| |#1|)) (-15 -2904 ((-112) |#1| |#1|)) (-15 -2657 ((-112) |#1| |#1|))) (-850)) (T -849))
NIL
-(-10 -8 (-15 -1478 (|#1| |#1| |#1|)) (-15 -2599 (|#1| |#1| |#1|)) (-15 -2956 ((-112) |#1| |#1|)) (-15 -2968 ((-112) |#1| |#1|)) (-15 -2946 ((-112) |#1| |#1|)) (-15 -3044 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)))
+(-10 -8 (-15 -1888 (|#1| |#1| |#1|)) (-15 -3890 (|#1| |#1| |#1|)) (-15 -2915 ((-112) |#1| |#1|)) (-15 -2928 ((-112) |#1| |#1|)) (-15 -2904 ((-112) |#1| |#1|)) (-15 -2657 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)))
(((-850) (-140)) (T -850))
-((-2935 (*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112)))) (-2946 (*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112)))) (-2968 (*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112)))) (-2956 (*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112)))) (-2599 (*1 *1 *1 *1) (-4 *1 (-850))) (-1478 (*1 *1 *1 *1) (-4 *1 (-850))))
-(-13 (-1099) (-10 -8 (-15 -2935 ((-112) $ $)) (-15 -2946 ((-112) $ $)) (-15 -2968 ((-112) $ $)) (-15 -2956 ((-112) $ $)) (-15 -2599 ($ $ $)) (-15 -1478 ($ $ $))))
+((-2892 (*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112)))) (-2904 (*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112)))) (-2928 (*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112)))) (-2915 (*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112)))) (-3890 (*1 *1 *1 *1) (-4 *1 (-850))) (-1888 (*1 *1 *1 *1) (-4 *1 (-850))))
+(-13 (-1099) (-10 -8 (-15 -2892 ((-112) $ $)) (-15 -2904 ((-112) $ $)) (-15 -2928 ((-112) $ $)) (-15 -2915 ((-112) $ $)) (-15 -3890 ($ $ $)) (-15 -1888 ($ $ $))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-3615 (($ $ $) 49)) (-2387 (($ $ $) 48)) (-3081 (($ $ $) 46)) (-2850 (($ $ $) 55)) (-2190 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 50)) (-3985 (((-3 $ "failed") $ $) 53)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 29)) (-2616 (($ $) 39)) (-2488 (($ $ $) 43)) (-3148 (($ $ $) 42)) (-2047 (($ $ $) 51)) (-2123 (($ $ $) 57)) (-1916 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 45)) (-3483 (((-3 $ "failed") $ $) 52)) (-2978 (((-3 $ "failed") $ |#2|) 32)) (-3173 ((|#2| $) 36)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ |#2|) 13)) (-1643 (((-644 |#2|) $) 21)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 25)))
-(((-851 |#1| |#2|) (-10 -8 (-15 -2047 (|#1| |#1| |#1|)) (-15 -2190 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3302 |#1|)) |#1| |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -3985 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3615 (|#1| |#1| |#1|)) (-15 -2387 (|#1| |#1| |#1|)) (-15 -3081 (|#1| |#1| |#1|)) (-15 -1916 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3302 |#1|)) |#1| |#1|)) (-15 -2123 (|#1| |#1| |#1|)) (-15 -3483 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2488 (|#1| |#1| |#1|)) (-15 -3148 (|#1| |#1| |#1|)) (-15 -2616 (|#1| |#1|)) (-15 -3173 (|#2| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1643 ((-644 |#2|) |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3152 (|#1| (-566))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -3152 ((-862) |#1|))) (-852 |#2|) (-1049)) (T -851))
+((-3517 (($ $ $) 49)) (-1546 (($ $ $) 48)) (-3050 (($ $ $) 46)) (-3558 (($ $ $) 55)) (-3272 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 50)) (-3757 (((-3 $ "failed") $ $) 53)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 29)) (-3156 (($ $) 39)) (-4390 (($ $ $) 43)) (-1347 (($ $ $) 42)) (-2410 (($ $ $) 51)) (-3887 (($ $ $) 57)) (-3642 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 45)) (-1628 (((-3 $ "failed") $ $) 52)) (-4116 (((-3 $ "failed") $ |#2|) 32)) (-1573 ((|#2| $) 36)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ |#2|) 13)) (-2675 (((-644 |#2|) $) 21)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 25)))
+(((-851 |#1| |#2|) (-10 -8 (-15 -2410 (|#1| |#1| |#1|)) (-15 -3272 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2529 |#1|)) |#1| |#1|)) (-15 -3558 (|#1| |#1| |#1|)) (-15 -3757 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3517 (|#1| |#1| |#1|)) (-15 -1546 (|#1| |#1| |#1|)) (-15 -3050 (|#1| |#1| |#1|)) (-15 -3642 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2529 |#1|)) |#1| |#1|)) (-15 -3887 (|#1| |#1| |#1|)) (-15 -1628 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4390 (|#1| |#1| |#1|)) (-15 -1347 (|#1| |#1| |#1|)) (-15 -3156 (|#1| |#1|)) (-15 -1573 (|#2| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2675 ((-644 |#2|) |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1650 (|#1| (-566))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -1650 ((-862) |#1|))) (-852 |#2|) (-1049)) (T -851))
NIL
-(-10 -8 (-15 -2047 (|#1| |#1| |#1|)) (-15 -2190 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3302 |#1|)) |#1| |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -3985 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3615 (|#1| |#1| |#1|)) (-15 -2387 (|#1| |#1| |#1|)) (-15 -3081 (|#1| |#1| |#1|)) (-15 -1916 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3302 |#1|)) |#1| |#1|)) (-15 -2123 (|#1| |#1| |#1|)) (-15 -3483 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2488 (|#1| |#1| |#1|)) (-15 -3148 (|#1| |#1| |#1|)) (-15 -2616 (|#1| |#1|)) (-15 -3173 (|#2| |#1|)) (-15 -2978 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1643 ((-644 |#2|) |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3152 (|#1| (-566))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3615 (($ $ $) 50 (|has| |#1| (-365)))) (-2387 (($ $ $) 51 (|has| |#1| (-365)))) (-3081 (($ $ $) 53 (|has| |#1| (-365)))) (-2850 (($ $ $) 48 (|has| |#1| (-365)))) (-2190 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 47 (|has| |#1| (-365)))) (-3985 (((-3 $ "failed") $ $) 49 (|has| |#1| (-365)))) (-2619 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 52 (|has| |#1| (-365)))) (-2229 (((-3 (-566) "failed") $) 80 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 77 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 74)) (-4158 (((-566) $) 79 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 76 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 75)) (-2814 (($ $) 69)) (-3245 (((-3 $ "failed") $) 37)) (-2616 (($ $) 60 (|has| |#1| (-454)))) (-2389 (((-112) $) 35)) (-1746 (($ |#1| (-771)) 67)) (-3093 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 62 (|has| |#1| (-558)))) (-3567 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63 (|has| |#1| (-558)))) (-2749 (((-771) $) 71)) (-2488 (($ $ $) 57 (|has| |#1| (-365)))) (-3148 (($ $ $) 58 (|has| |#1| (-365)))) (-2047 (($ $ $) 46 (|has| |#1| (-365)))) (-2123 (($ $ $) 55 (|has| |#1| (-365)))) (-1916 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 54 (|has| |#1| (-365)))) (-3483 (((-3 $ "failed") $ $) 56 (|has| |#1| (-365)))) (-2578 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 59 (|has| |#1| (-365)))) (-2794 ((|#1| $) 70)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2978 (((-3 $ "failed") $ |#1|) 64 (|has| |#1| (-558)))) (-3902 (((-771) $) 72)) (-3173 ((|#1| $) 61 (|has| |#1| (-454)))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 78 (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 73)) (-1643 (((-644 |#1|) $) 66)) (-2271 ((|#1| $ (-771)) 68)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3847 ((|#1| $ |#1| |#1|) 65)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 82) (($ |#1| $) 81)))
+(-10 -8 (-15 -2410 (|#1| |#1| |#1|)) (-15 -3272 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2529 |#1|)) |#1| |#1|)) (-15 -3558 (|#1| |#1| |#1|)) (-15 -3757 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3517 (|#1| |#1| |#1|)) (-15 -1546 (|#1| |#1| |#1|)) (-15 -3050 (|#1| |#1| |#1|)) (-15 -3642 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2529 |#1|)) |#1| |#1|)) (-15 -3887 (|#1| |#1| |#1|)) (-15 -1628 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4390 (|#1| |#1| |#1|)) (-15 -1347 (|#1| |#1| |#1|)) (-15 -3156 (|#1| |#1|)) (-15 -1573 (|#2| |#1|)) (-15 -4116 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2675 ((-644 |#2|) |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -1650 (|#1| (-566))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3517 (($ $ $) 50 (|has| |#1| (-365)))) (-1546 (($ $ $) 51 (|has| |#1| (-365)))) (-3050 (($ $ $) 53 (|has| |#1| (-365)))) (-3558 (($ $ $) 48 (|has| |#1| (-365)))) (-3272 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 47 (|has| |#1| (-365)))) (-3757 (((-3 $ "failed") $ $) 49 (|has| |#1| (-365)))) (-1961 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 52 (|has| |#1| (-365)))) (-1821 (((-3 (-566) "failed") $) 80 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 77 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 74)) (-3213 (((-566) $) 79 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 76 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 75)) (-4162 (($ $) 69)) (-4185 (((-3 $ "failed") $) 37)) (-3156 (($ $) 60 (|has| |#1| (-454)))) (-1568 (((-112) $) 35)) (-3959 (($ |#1| (-771)) 67)) (-1947 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 62 (|has| |#1| (-558)))) (-4342 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63 (|has| |#1| (-558)))) (-3888 (((-771) $) 71)) (-4390 (($ $ $) 57 (|has| |#1| (-365)))) (-1347 (($ $ $) 58 (|has| |#1| (-365)))) (-2410 (($ $ $) 46 (|has| |#1| (-365)))) (-3887 (($ $ $) 55 (|has| |#1| (-365)))) (-3642 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 54 (|has| |#1| (-365)))) (-1628 (((-3 $ "failed") $ $) 56 (|has| |#1| (-365)))) (-2761 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 59 (|has| |#1| (-365)))) (-4137 ((|#1| $) 70)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4116 (((-3 $ "failed") $ |#1|) 64 (|has| |#1| (-558)))) (-4297 (((-771) $) 72)) (-1573 ((|#1| $) 61 (|has| |#1| (-454)))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 78 (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) 73)) (-2675 (((-644 |#1|) $) 66)) (-2841 ((|#1| $ (-771)) 68)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3547 ((|#1| $ |#1| |#1|) 65)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 82) (($ |#1| $) 81)))
(((-852 |#1|) (-140) (-1049)) (T -852))
-((-3902 (*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-2749 (*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-2794 (*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-2814 (*1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-2271 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-1746 (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-1643 (*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-644 *3)))) (-3847 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-2978 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))) (-3567 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-852 *3)))) (-3093 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-852 *3)))) (-3173 (*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-454)))) (-2616 (*1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-454)))) (-2578 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-852 *3)))) (-3148 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-2488 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3483 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-2123 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-1916 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3302 *1))) (-4 *1 (-852 *3)))) (-3081 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-2619 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-852 *3)))) (-2387 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3615 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3985 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-2850 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-2190 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3302 *1))) (-4 *1 (-852 *3)))) (-2047 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(-13 (-1049) (-111 |t#1| |t#1|) (-413 |t#1|) (-10 -8 (-15 -3902 ((-771) $)) (-15 -2749 ((-771) $)) (-15 -2794 (|t#1| $)) (-15 -2814 ($ $)) (-15 -2271 (|t#1| $ (-771))) (-15 -1746 ($ |t#1| (-771))) (-15 -1643 ((-644 |t#1|) $)) (-15 -3847 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-15 -2978 ((-3 $ "failed") $ |t#1|)) (-15 -3567 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -3093 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-454)) (PROGN (-15 -3173 (|t#1| $)) (-15 -2616 ($ $))) |%noBranch|) (IF (|has| |t#1| (-365)) (PROGN (-15 -2578 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -3148 ($ $ $)) (-15 -2488 ($ $ $)) (-15 -3483 ((-3 $ "failed") $ $)) (-15 -2123 ($ $ $)) (-15 -1916 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $)) (-15 -3081 ($ $ $)) (-15 -2619 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -2387 ($ $ $)) (-15 -3615 ($ $ $)) (-15 -3985 ((-3 $ "failed") $ $)) (-15 -2850 ($ $ $)) (-15 -2190 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $)) (-15 -2047 ($ $ $))) |%noBranch|)))
+((-4297 (*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-3888 (*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-4137 (*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-4162 (*1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-2841 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-3959 (*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-2675 (*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-644 *3)))) (-3547 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)))) (-4116 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))) (-4342 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-852 *3)))) (-1947 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-852 *3)))) (-1573 (*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-454)))) (-3156 (*1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-454)))) (-2761 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-852 *3)))) (-1347 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-4390 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-1628 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3887 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3642 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2529 *1))) (-4 *1 (-852 *3)))) (-3050 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-1961 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-852 *3)))) (-1546 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3517 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3757 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3558 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3272 (*1 *2 *1 *1) (-12 (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2529 *1))) (-4 *1 (-852 *3)))) (-2410 (*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(-13 (-1049) (-111 |t#1| |t#1|) (-413 |t#1|) (-10 -8 (-15 -4297 ((-771) $)) (-15 -3888 ((-771) $)) (-15 -4137 (|t#1| $)) (-15 -4162 ($ $)) (-15 -2841 (|t#1| $ (-771))) (-15 -3959 ($ |t#1| (-771))) (-15 -2675 ((-644 |t#1|) $)) (-15 -3547 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-15 -4116 ((-3 $ "failed") $ |t#1|)) (-15 -4342 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -1947 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-454)) (PROGN (-15 -1573 (|t#1| $)) (-15 -3156 ($ $))) |%noBranch|) (IF (|has| |t#1| (-365)) (PROGN (-15 -2761 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -1347 ($ $ $)) (-15 -4390 ($ $ $)) (-15 -1628 ((-3 $ "failed") $ $)) (-15 -3887 ($ $ $)) (-15 -3642 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $)) (-15 -3050 ($ $ $)) (-15 -1961 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -1546 ($ $ $)) (-15 -3517 ($ $ $)) (-15 -3757 ((-3 $ "failed") $ $)) (-15 -3558 ($ $ $)) (-15 -3272 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $)) (-15 -2410 ($ $ $))) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-172)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-616 #0=(-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-413 |#1|) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 |#1|) |has| |#1| (-172)) ((-717 |#1|) |has| |#1| (-172)) ((-726) . T) ((-1038 #0#) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-4282 ((|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|)) 20)) (-2619 (((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|)) 49 (|has| |#1| (-365)))) (-3093 (((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|)) 46 (|has| |#1| (-558)))) (-3567 (((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|)) 45 (|has| |#1| (-558)))) (-2578 (((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|)) 48 (|has| |#1| (-365)))) (-3847 ((|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|)) 36)))
-(((-853 |#1| |#2|) (-10 -7 (-15 -4282 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3847 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-558)) (PROGN (-15 -3567 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -3093 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -2578 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -2619 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|)) (-1049) (-852 |#1|)) (T -853))
-((-2619 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-853 *5 *3)) (-4 *3 (-852 *5)))) (-2578 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-853 *5 *3)) (-4 *3 (-852 *5)))) (-3093 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-558)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-853 *5 *3)) (-4 *3 (-852 *5)))) (-3567 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-558)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-853 *5 *3)) (-4 *3 (-852 *5)))) (-3847 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1049)) (-5 *1 (-853 *2 *3)) (-4 *3 (-852 *2)))) (-4282 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1049)) (-5 *1 (-853 *5 *2)) (-4 *2 (-852 *5)))))
-(-10 -7 (-15 -4282 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3847 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-558)) (PROGN (-15 -3567 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -3093 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -2578 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -2619 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3615 (($ $ $) NIL (|has| |#1| (-365)))) (-2387 (($ $ $) NIL (|has| |#1| (-365)))) (-3081 (($ $ $) NIL (|has| |#1| (-365)))) (-2850 (($ $ $) NIL (|has| |#1| (-365)))) (-2190 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3985 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2619 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 34 (|has| |#1| (-365)))) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#1| (-454)))) (-3503 (((-862) $ (-862)) NIL)) (-2389 (((-112) $) NIL)) (-1746 (($ |#1| (-771)) NIL)) (-3093 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 30 (|has| |#1| (-558)))) (-3567 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 28 (|has| |#1| (-558)))) (-2749 (((-771) $) NIL)) (-2488 (($ $ $) NIL (|has| |#1| (-365)))) (-3148 (($ $ $) NIL (|has| |#1| (-365)))) (-2047 (($ $ $) NIL (|has| |#1| (-365)))) (-2123 (($ $ $) NIL (|has| |#1| (-365)))) (-1916 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3483 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2578 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 32 (|has| |#1| (-365)))) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-3902 (((-771) $) NIL)) (-3173 ((|#1| $) NIL (|has| |#1| (-454)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) NIL)) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-771)) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3847 ((|#1| $ |#1| |#1|) 15)) (-4356 (($) NIL T CONST)) (-4366 (($) 23 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) 19) (($ $ (-771)) 24)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-854 |#1| |#2| |#3|) (-13 (-852 |#1|) (-10 -8 (-15 -3503 ((-862) $ (-862))))) (-1049) (-99 |#1|) (-1 |#1| |#1|)) (T -854))
-((-3503 (*1 *2 *1 *2) (-12 (-5 *2 (-862)) (-5 *1 (-854 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3)))))
-(-13 (-852 |#1|) (-10 -8 (-15 -3503 ((-862) $ (-862)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3615 (($ $ $) NIL (|has| |#2| (-365)))) (-2387 (($ $ $) NIL (|has| |#2| (-365)))) (-3081 (($ $ $) NIL (|has| |#2| (-365)))) (-2850 (($ $ $) NIL (|has| |#2| (-365)))) (-2190 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#2| (-365)))) (-3985 (((-3 $ "failed") $ $) NIL (|has| |#2| (-365)))) (-2619 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#2| (-365)))) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 |#2| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) ((|#2| $) NIL)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#2| (-454)))) (-2389 (((-112) $) NIL)) (-1746 (($ |#2| (-771)) 17)) (-3093 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#2| (-558)))) (-3567 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#2| (-558)))) (-2749 (((-771) $) NIL)) (-2488 (($ $ $) NIL (|has| |#2| (-365)))) (-3148 (($ $ $) NIL (|has| |#2| (-365)))) (-2047 (($ $ $) NIL (|has| |#2| (-365)))) (-2123 (($ $ $) NIL (|has| |#2| (-365)))) (-1916 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#2| (-365)))) (-3483 (((-3 $ "failed") $ $) NIL (|has| |#2| (-365)))) (-2578 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#2| (-365)))) (-2794 ((|#2| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2978 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558)))) (-3902 (((-771) $) NIL)) (-3173 ((|#2| $) NIL (|has| |#2| (-454)))) (-3152 (((-862) $) 24) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#2| (-1038 (-409 (-566))))) (($ |#2|) NIL) (($ (-1260 |#1|)) 19)) (-1643 (((-644 |#2|) $) NIL)) (-2271 ((|#2| $ (-771)) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3847 ((|#2| $ |#2| |#2|) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) 13 T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-855 |#1| |#2| |#3| |#4|) (-13 (-852 |#2|) (-616 (-1260 |#1|))) (-1175) (-1049) (-99 |#2|) (-1 |#2| |#2|)) (T -855))
-NIL
-(-13 (-852 |#2|) (-616 (-1260 |#1|)))
-((-3565 ((|#1| (-771) |#1|) 48 (|has| |#1| (-38 (-409 (-566)))))) (-3017 ((|#1| (-771) (-771) |#1|) 39) ((|#1| (-771) |#1|) 27)) (-3141 ((|#1| (-771) |#1|) 43)) (-2640 ((|#1| (-771) |#1|) 41)) (-1349 ((|#1| (-771) |#1|) 40)))
-(((-856 |#1|) (-10 -7 (-15 -1349 (|#1| (-771) |#1|)) (-15 -2640 (|#1| (-771) |#1|)) (-15 -3141 (|#1| (-771) |#1|)) (-15 -3017 (|#1| (-771) |#1|)) (-15 -3017 (|#1| (-771) (-771) |#1|)) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3565 (|#1| (-771) |#1|)) |%noBranch|)) (-172)) (T -856))
-((-3565 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-172)))) (-3017 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))) (-3017 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))) (-3141 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))) (-2640 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))) (-1349 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))))
-(-10 -7 (-15 -1349 (|#1| (-771) |#1|)) (-15 -2640 (|#1| (-771) |#1|)) (-15 -3141 (|#1| (-771) |#1|)) (-15 -3017 (|#1| (-771) |#1|)) (-15 -3017 (|#1| (-771) (-771) |#1|)) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3565 (|#1| (-771) |#1|)) |%noBranch|))
-((-2988 (((-112) $ $) 7)) (-1478 (($ $ $) 14)) (-2599 (($ $ $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2968 (((-112) $ $) 17)) (-2946 (((-112) $ $) 18)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 16)) (-2935 (((-112) $ $) 19)) (** (($ $ (-921)) 22)) (* (($ $ $) 21)))
+((-3351 ((|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|)) 20)) (-1961 (((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|)) 49 (|has| |#1| (-365)))) (-1947 (((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|)) 46 (|has| |#1| (-558)))) (-4342 (((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|)) 45 (|has| |#1| (-558)))) (-2761 (((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|)) 48 (|has| |#1| (-365)))) (-3547 ((|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|)) 36)))
+(((-853 |#1| |#2|) (-10 -7 (-15 -3351 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3547 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-558)) (PROGN (-15 -4342 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1947 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -2761 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1961 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|)) (-1049) (-852 |#1|)) (T -853))
+((-1961 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-853 *5 *3)) (-4 *3 (-852 *5)))) (-2761 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-853 *5 *3)) (-4 *3 (-852 *5)))) (-1947 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-558)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-853 *5 *3)) (-4 *3 (-852 *5)))) (-4342 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-99 *5)) (-4 *5 (-558)) (-4 *5 (-1049)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-853 *5 *3)) (-4 *3 (-852 *5)))) (-3547 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1049)) (-5 *1 (-853 *2 *3)) (-4 *3 (-852 *2)))) (-3351 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1049)) (-5 *1 (-853 *5 *2)) (-4 *2 (-852 *5)))))
+(-10 -7 (-15 -3351 (|#2| |#2| |#2| (-99 |#1|) (-1 |#1| |#1|))) (-15 -3547 (|#1| |#2| |#1| |#1| (-99 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-558)) (PROGN (-15 -4342 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1947 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -2761 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|))) (-15 -1961 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2| (-99 |#1|)))) |%noBranch|))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-3517 (($ $ $) NIL (|has| |#1| (-365)))) (-1546 (($ $ $) NIL (|has| |#1| (-365)))) (-3050 (($ $ $) NIL (|has| |#1| (-365)))) (-3558 (($ $ $) NIL (|has| |#1| (-365)))) (-3272 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-3757 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-1961 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 34 (|has| |#1| (-365)))) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#1| (-454)))) (-1776 (((-862) $ (-862)) NIL)) (-1568 (((-112) $) NIL)) (-3959 (($ |#1| (-771)) NIL)) (-1947 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 30 (|has| |#1| (-558)))) (-4342 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 28 (|has| |#1| (-558)))) (-3888 (((-771) $) NIL)) (-4390 (($ $ $) NIL (|has| |#1| (-365)))) (-1347 (($ $ $) NIL (|has| |#1| (-365)))) (-2410 (($ $ $) NIL (|has| |#1| (-365)))) (-3887 (($ $ $) NIL (|has| |#1| (-365)))) (-3642 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-1628 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2761 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 32 (|has| |#1| (-365)))) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-4297 (((-771) $) NIL)) (-1573 ((|#1| $) NIL (|has| |#1| (-454)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-1038 (-409 (-566))))) (($ |#1|) NIL)) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-771)) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3547 ((|#1| $ |#1| |#1|) 15)) (-3410 (($) NIL T CONST)) (-3424 (($) 23 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) 19) (($ $ (-771)) 24)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-854 |#1| |#2| |#3|) (-13 (-852 |#1|) (-10 -8 (-15 -1776 ((-862) $ (-862))))) (-1049) (-99 |#1|) (-1 |#1| |#1|)) (T -854))
+((-1776 (*1 *2 *1 *2) (-12 (-5 *2 (-862)) (-5 *1 (-854 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3)))))
+(-13 (-852 |#1|) (-10 -8 (-15 -1776 ((-862) $ (-862)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-3517 (($ $ $) NIL (|has| |#2| (-365)))) (-1546 (($ $ $) NIL (|has| |#2| (-365)))) (-3050 (($ $ $) NIL (|has| |#2| (-365)))) (-3558 (($ $ $) NIL (|has| |#2| (-365)))) (-3272 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#2| (-365)))) (-3757 (((-3 $ "failed") $ $) NIL (|has| |#2| (-365)))) (-1961 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#2| (-365)))) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 |#2| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) ((|#2| $) NIL)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#2| (-454)))) (-1568 (((-112) $) NIL)) (-3959 (($ |#2| (-771)) 17)) (-1947 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#2| (-558)))) (-4342 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#2| (-558)))) (-3888 (((-771) $) NIL)) (-4390 (($ $ $) NIL (|has| |#2| (-365)))) (-1347 (($ $ $) NIL (|has| |#2| (-365)))) (-2410 (($ $ $) NIL (|has| |#2| (-365)))) (-3887 (($ $ $) NIL (|has| |#2| (-365)))) (-3642 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#2| (-365)))) (-1628 (((-3 $ "failed") $ $) NIL (|has| |#2| (-365)))) (-2761 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#2| (-365)))) (-4137 ((|#2| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4116 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558)))) (-4297 (((-771) $) NIL)) (-1573 ((|#2| $) NIL (|has| |#2| (-454)))) (-1650 (((-862) $) 24) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#2| (-1038 (-409 (-566))))) (($ |#2|) NIL) (($ (-1261 |#1|)) 19)) (-2675 (((-644 |#2|) $) NIL)) (-2841 ((|#2| $ (-771)) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3547 ((|#2| $ |#2| |#2|) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) 13 T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-855 |#1| |#2| |#3| |#4|) (-13 (-852 |#2|) (-616 (-1261 |#1|))) (-1175) (-1049) (-99 |#2|) (-1 |#2| |#2|)) (T -855))
+NIL
+(-13 (-852 |#2|) (-616 (-1261 |#1|)))
+((-4320 ((|#1| (-771) |#1|) 48 (|has| |#1| (-38 (-409 (-566)))))) (-3714 ((|#1| (-771) (-771) |#1|) 39) ((|#1| (-771) |#1|) 27)) (-2411 ((|#1| (-771) |#1|) 43)) (-2164 ((|#1| (-771) |#1|) 41)) (-2844 ((|#1| (-771) |#1|) 40)))
+(((-856 |#1|) (-10 -7 (-15 -2844 (|#1| (-771) |#1|)) (-15 -2164 (|#1| (-771) |#1|)) (-15 -2411 (|#1| (-771) |#1|)) (-15 -3714 (|#1| (-771) |#1|)) (-15 -3714 (|#1| (-771) (-771) |#1|)) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -4320 (|#1| (-771) |#1|)) |%noBranch|)) (-172)) (T -856))
+((-4320 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-172)))) (-3714 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))) (-3714 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))) (-2411 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))) (-2164 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))) (-2844 (*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))))
+(-10 -7 (-15 -2844 (|#1| (-771) |#1|)) (-15 -2164 (|#1| (-771) |#1|)) (-15 -2411 (|#1| (-771) |#1|)) (-15 -3714 (|#1| (-771) |#1|)) (-15 -3714 (|#1| (-771) (-771) |#1|)) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -4320 (|#1| (-771) |#1|)) |%noBranch|))
+((-4124 (((-112) $ $) 7)) (-1888 (($ $ $) 14)) (-3890 (($ $ $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2928 (((-112) $ $) 17)) (-2904 (((-112) $ $) 18)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 16)) (-2892 (((-112) $ $) 19)) (** (($ $ (-921)) 22)) (* (($ $ $) 21)))
(((-857) (-140)) (T -857))
NIL
(-13 (-850) (-1111))
(((-102) . T) ((-613 (-862)) . T) ((-850) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-2876 (((-566) $) 14)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 20) (($ (-566)) 13)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 9)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 11)))
-(((-858) (-13 (-850) (-10 -8 (-15 -3152 ($ (-566))) (-15 -2876 ((-566) $))))) (T -858))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-858)))) (-2876 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-858)))))
-(-13 (-850) (-10 -8 (-15 -3152 ($ (-566))) (-15 -2876 ((-566) $))))
-((-2581 (((-691 (-1222)) $ (-1222)) 15)) (-4248 (((-691 (-551)) $ (-551)) 12)) (-1311 (((-771) $ (-128)) 30)))
-(((-859 |#1|) (-10 -8 (-15 -1311 ((-771) |#1| (-128))) (-15 -2581 ((-691 (-1222)) |#1| (-1222))) (-15 -4248 ((-691 (-551)) |#1| (-551)))) (-860)) (T -859))
-NIL
-(-10 -8 (-15 -1311 ((-771) |#1| (-128))) (-15 -2581 ((-691 (-1222)) |#1| (-1222))) (-15 -4248 ((-691 (-551)) |#1| (-551))))
-((-2581 (((-691 (-1222)) $ (-1222)) 8)) (-4248 (((-691 (-551)) $ (-551)) 9)) (-1311 (((-771) $ (-128)) 7)) (-1606 (((-691 (-129)) $ (-129)) 10)) (-2405 (($ $) 6)))
+((-4124 (((-112) $ $) NIL)) (-1389 (((-566) $) 14)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 20) (($ (-566)) 13)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 9)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 11)))
+(((-858) (-13 (-850) (-10 -8 (-15 -1650 ($ (-566))) (-15 -1389 ((-566) $))))) (T -858))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-858)))) (-1389 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-858)))))
+(-13 (-850) (-10 -8 (-15 -1650 ($ (-566))) (-15 -1389 ((-566) $))))
+((-2798 (((-691 (-1223)) $ (-1223)) 15)) (-1393 (((-691 (-551)) $ (-551)) 12)) (-2561 (((-771) $ (-128)) 30)))
+(((-859 |#1|) (-10 -8 (-15 -2561 ((-771) |#1| (-128))) (-15 -2798 ((-691 (-1223)) |#1| (-1223))) (-15 -1393 ((-691 (-551)) |#1| (-551)))) (-860)) (T -859))
+NIL
+(-10 -8 (-15 -2561 ((-771) |#1| (-128))) (-15 -2798 ((-691 (-1223)) |#1| (-1223))) (-15 -1393 ((-691 (-551)) |#1| (-551))))
+((-2798 (((-691 (-1223)) $ (-1223)) 8)) (-1393 (((-691 (-551)) $ (-551)) 9)) (-2561 (((-771) $ (-128)) 7)) (-3611 (((-691 (-129)) $ (-129)) 10)) (-1682 (($ $) 6)))
(((-860) (-140)) (T -860))
-((-1606 (*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *2 (-691 (-129))) (-5 *3 (-129)))) (-4248 (*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *2 (-691 (-551))) (-5 *3 (-551)))) (-2581 (*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *2 (-691 (-1222))) (-5 *3 (-1222)))) (-1311 (*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *3 (-128)) (-5 *2 (-771)))))
-(-13 (-173) (-10 -8 (-15 -1606 ((-691 (-129)) $ (-129))) (-15 -4248 ((-691 (-551)) $ (-551))) (-15 -2581 ((-691 (-1222)) $ (-1222))) (-15 -1311 ((-771) $ (-128)))))
+((-3611 (*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *2 (-691 (-129))) (-5 *3 (-129)))) (-1393 (*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *2 (-691 (-551))) (-5 *3 (-551)))) (-2798 (*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *2 (-691 (-1223))) (-5 *3 (-1223)))) (-2561 (*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *3 (-128)) (-5 *2 (-771)))))
+(-13 (-173) (-10 -8 (-15 -3611 ((-691 (-129)) $ (-129))) (-15 -1393 ((-691 (-551)) $ (-551))) (-15 -2798 ((-691 (-1223)) $ (-1223))) (-15 -2561 ((-771) $ (-128)))))
(((-173) . T))
-((-2581 (((-691 (-1222)) $ (-1222)) NIL)) (-4248 (((-691 (-551)) $ (-551)) NIL)) (-1311 (((-771) $ (-128)) NIL)) (-1606 (((-691 (-129)) $ (-129)) 22)) (-1743 (($ (-390)) 12) (($ (-1157)) 14)) (-3040 (((-112) $) 19)) (-3152 (((-862) $) 26)) (-2405 (($ $) 23)))
-(((-861) (-13 (-860) (-613 (-862)) (-10 -8 (-15 -1743 ($ (-390))) (-15 -1743 ($ (-1157))) (-15 -3040 ((-112) $))))) (T -861))
-((-1743 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-861)))) (-1743 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-861)))) (-3040 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-861)))))
-(-13 (-860) (-613 (-862)) (-10 -8 (-15 -1743 ($ (-390))) (-15 -1743 ($ (-1157))) (-15 -3040 ((-112) $))))
-((-2988 (((-112) $ $) NIL) (($ $ $) 85)) (-3155 (($ $ $) 125)) (-4169 (((-566) $) 31) (((-566)) 36)) (-4354 (($ (-566)) 53)) (-1745 (($ $ $) 54) (($ (-644 $)) 84)) (-1774 (($ $ (-644 $)) 82)) (-2242 (((-566) $) 34)) (-2390 (($ $ $) 73)) (-4272 (($ $) 140) (($ $ $) 141) (($ $ $ $) 142)) (-2710 (((-566) $) 33)) (-4237 (($ $ $) 72)) (-3822 (($ $) 114)) (-1900 (($ $ $) 129)) (-2682 (($ (-644 $)) 61)) (-2453 (($ $ (-644 $)) 79)) (-4341 (($ (-566) (-566)) 55)) (-3134 (($ $) 126) (($ $ $) 127)) (-1966 (($ $ (-566)) 43) (($ $) 46)) (-2933 (($ $ $) 97)) (-2044 (($ $ $) 132)) (-2450 (($ $) 115)) (-2945 (($ $ $) 98)) (-3527 (($ $) 143) (($ $ $) 144) (($ $ $ $) 145)) (-3595 (((-1269) $) 10)) (-3209 (($ $) 118) (($ $ (-771)) 122)) (-2607 (($ $ $) 75)) (-4168 (($ $ $) 74)) (-3449 (($ $ (-644 $)) 110)) (-3849 (($ $ $) 113)) (-3949 (($ (-644 $)) 59)) (-1633 (($ $) 70) (($ (-644 $)) 71)) (-1911 (($ $ $) 123)) (-4288 (($ $) 116)) (-4312 (($ $ $) 128)) (-3503 (($ (-566)) 21) (($ (-1175)) 23) (($ (-1157)) 30) (($ (-225)) 25)) (-2427 (($ $ $) 101)) (-2404 (($ $) 102)) (-3440 (((-1269) (-1157)) 15)) (-2446 (($ (-1157)) 14)) (-4184 (($ (-644 (-644 $))) 58)) (-1953 (($ $ (-566)) 42) (($ $) 45)) (-3380 (((-1157) $) NIL)) (-2160 (($ $ $) 131)) (-2590 (($ $) 146) (($ $ $) 147) (($ $ $ $) 148)) (-3472 (((-112) $) 108)) (-3616 (($ $ (-644 $)) 111) (($ $ $ $) 112)) (-3569 (($ (-566)) 39)) (-3106 (((-566) $) 32) (((-566)) 35)) (-2040 (($ $ $) 40) (($ (-644 $)) 83)) (-4072 (((-1119) $) NIL)) (-2978 (($ $ $) 99)) (-3493 (($) 13)) (-1309 (($ $ (-644 $)) 109)) (-3533 (((-1157) (-1157)) 8)) (-3386 (($ $) 117) (($ $ (-771)) 121)) (-2967 (($ $ $) 96)) (-3629 (($ $ (-771)) 139)) (-2009 (($ (-644 $)) 60)) (-3152 (((-862) $) 19)) (-4290 (($ $ (-566)) 41) (($ $) 44)) (-2169 (($ $) 68) (($ (-644 $)) 69)) (-1692 (($ $) 66) (($ (-644 $)) 67)) (-3928 (($ $) 124)) (-1921 (($ (-644 $)) 65)) (-2073 (($ $ $) 105)) (-3044 (((-112) $ $) NIL)) (-1655 (($ $ $) 130)) (-2415 (($ $ $) 100)) (-4302 (($ $ $) 103) (($ $) 104)) (-2968 (($ $ $) 89)) (-2946 (($ $ $) 87)) (-2914 (((-112) $ $) 16) (($ $ $) 17)) (-2956 (($ $ $) 88)) (-2935 (($ $ $) 86)) (-3025 (($ $ $) 94)) (-3012 (($ $ $) 91) (($ $) 92)) (-3002 (($ $ $) 90)) (** (($ $ $) 95)) (* (($ $ $) 93)))
-(((-862) (-13 (-1099) (-10 -8 (-15 -3595 ((-1269) $)) (-15 -2446 ($ (-1157))) (-15 -3440 ((-1269) (-1157))) (-15 -3503 ($ (-566))) (-15 -3503 ($ (-1175))) (-15 -3503 ($ (-1157))) (-15 -3503 ($ (-225))) (-15 -3493 ($)) (-15 -3533 ((-1157) (-1157))) (-15 -4169 ((-566) $)) (-15 -3106 ((-566) $)) (-15 -4169 ((-566))) (-15 -3106 ((-566))) (-15 -2710 ((-566) $)) (-15 -2242 ((-566) $)) (-15 -3569 ($ (-566))) (-15 -4354 ($ (-566))) (-15 -4341 ($ (-566) (-566))) (-15 -1953 ($ $ (-566))) (-15 -1966 ($ $ (-566))) (-15 -4290 ($ $ (-566))) (-15 -1953 ($ $)) (-15 -1966 ($ $)) (-15 -4290 ($ $)) (-15 -2040 ($ $ $)) (-15 -1745 ($ $ $)) (-15 -2040 ($ (-644 $))) (-15 -1745 ($ (-644 $))) (-15 -3449 ($ $ (-644 $))) (-15 -3616 ($ $ (-644 $))) (-15 -3616 ($ $ $ $)) (-15 -3849 ($ $ $)) (-15 -3472 ((-112) $)) (-15 -1309 ($ $ (-644 $))) (-15 -3822 ($ $)) (-15 -2160 ($ $ $)) (-15 -3928 ($ $)) (-15 -4184 ($ (-644 (-644 $)))) (-15 -3155 ($ $ $)) (-15 -3134 ($ $)) (-15 -3134 ($ $ $)) (-15 -4312 ($ $ $)) (-15 -1900 ($ $ $)) (-15 -1655 ($ $ $)) (-15 -2044 ($ $ $)) (-15 -3629 ($ $ (-771))) (-15 -2073 ($ $ $)) (-15 -4237 ($ $ $)) (-15 -2390 ($ $ $)) (-15 -4168 ($ $ $)) (-15 -2607 ($ $ $)) (-15 -2453 ($ $ (-644 $))) (-15 -1774 ($ $ (-644 $))) (-15 -2450 ($ $)) (-15 -3386 ($ $)) (-15 -3386 ($ $ (-771))) (-15 -3209 ($ $)) (-15 -3209 ($ $ (-771))) (-15 -4288 ($ $)) (-15 -1911 ($ $ $)) (-15 -4272 ($ $)) (-15 -4272 ($ $ $)) (-15 -4272 ($ $ $ $)) (-15 -3527 ($ $)) (-15 -3527 ($ $ $)) (-15 -3527 ($ $ $ $)) (-15 -2590 ($ $)) (-15 -2590 ($ $ $)) (-15 -2590 ($ $ $ $)) (-15 -1692 ($ $)) (-15 -1692 ($ (-644 $))) (-15 -2169 ($ $)) (-15 -2169 ($ (-644 $))) (-15 -1633 ($ $)) (-15 -1633 ($ (-644 $))) (-15 -3949 ($ (-644 $))) (-15 -2009 ($ (-644 $))) (-15 -2682 ($ (-644 $))) (-15 -1921 ($ (-644 $))) (-15 -2914 ($ $ $)) (-15 -2988 ($ $ $)) (-15 -2935 ($ $ $)) (-15 -2946 ($ $ $)) (-15 -2956 ($ $ $)) (-15 -2968 ($ $ $)) (-15 -3002 ($ $ $)) (-15 -3012 ($ $ $)) (-15 -3012 ($ $)) (-15 * ($ $ $)) (-15 -3025 ($ $ $)) (-15 ** ($ $ $)) (-15 -2967 ($ $ $)) (-15 -2933 ($ $ $)) (-15 -2945 ($ $ $)) (-15 -2978 ($ $ $)) (-15 -2415 ($ $ $)) (-15 -2427 ($ $ $)) (-15 -2404 ($ $)) (-15 -4302 ($ $ $)) (-15 -4302 ($ $))))) (T -862))
-((-3595 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-862)))) (-2446 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))) (-3440 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-862)))) (-3503 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-3503 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-862)))) (-3503 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))) (-3503 (*1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-862)))) (-3493 (*1 *1) (-5 *1 (-862))) (-3533 (*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))) (-4169 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-3106 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-4169 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-3106 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-2710 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-2242 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-3569 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-4354 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-4341 (*1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-1953 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-1966 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-4290 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-1953 (*1 *1 *1) (-5 *1 (-862))) (-1966 (*1 *1 *1) (-5 *1 (-862))) (-4290 (*1 *1 *1) (-5 *1 (-862))) (-2040 (*1 *1 *1 *1) (-5 *1 (-862))) (-1745 (*1 *1 *1 *1) (-5 *1 (-862))) (-2040 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-1745 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3449 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3616 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3616 (*1 *1 *1 *1 *1) (-5 *1 (-862))) (-3849 (*1 *1 *1 *1) (-5 *1 (-862))) (-3472 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-862)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3822 (*1 *1 *1) (-5 *1 (-862))) (-2160 (*1 *1 *1 *1) (-5 *1 (-862))) (-3928 (*1 *1 *1) (-5 *1 (-862))) (-4184 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-862)))) (-5 *1 (-862)))) (-3155 (*1 *1 *1 *1) (-5 *1 (-862))) (-3134 (*1 *1 *1) (-5 *1 (-862))) (-3134 (*1 *1 *1 *1) (-5 *1 (-862))) (-4312 (*1 *1 *1 *1) (-5 *1 (-862))) (-1900 (*1 *1 *1 *1) (-5 *1 (-862))) (-1655 (*1 *1 *1 *1) (-5 *1 (-862))) (-2044 (*1 *1 *1 *1) (-5 *1 (-862))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862)))) (-2073 (*1 *1 *1 *1) (-5 *1 (-862))) (-4237 (*1 *1 *1 *1) (-5 *1 (-862))) (-2390 (*1 *1 *1 *1) (-5 *1 (-862))) (-4168 (*1 *1 *1 *1) (-5 *1 (-862))) (-2607 (*1 *1 *1 *1) (-5 *1 (-862))) (-2453 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-1774 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-2450 (*1 *1 *1) (-5 *1 (-862))) (-3386 (*1 *1 *1) (-5 *1 (-862))) (-3386 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862)))) (-3209 (*1 *1 *1) (-5 *1 (-862))) (-3209 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862)))) (-4288 (*1 *1 *1) (-5 *1 (-862))) (-1911 (*1 *1 *1 *1) (-5 *1 (-862))) (-4272 (*1 *1 *1) (-5 *1 (-862))) (-4272 (*1 *1 *1 *1) (-5 *1 (-862))) (-4272 (*1 *1 *1 *1 *1) (-5 *1 (-862))) (-3527 (*1 *1 *1) (-5 *1 (-862))) (-3527 (*1 *1 *1 *1) (-5 *1 (-862))) (-3527 (*1 *1 *1 *1 *1) (-5 *1 (-862))) (-2590 (*1 *1 *1) (-5 *1 (-862))) (-2590 (*1 *1 *1 *1) (-5 *1 (-862))) (-2590 (*1 *1 *1 *1 *1) (-5 *1 (-862))) (-1692 (*1 *1 *1) (-5 *1 (-862))) (-1692 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-2169 (*1 *1 *1) (-5 *1 (-862))) (-2169 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-1633 (*1 *1 *1) (-5 *1 (-862))) (-1633 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3949 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-2009 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-2682 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-1921 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-2914 (*1 *1 *1 *1) (-5 *1 (-862))) (-2988 (*1 *1 *1 *1) (-5 *1 (-862))) (-2935 (*1 *1 *1 *1) (-5 *1 (-862))) (-2946 (*1 *1 *1 *1) (-5 *1 (-862))) (-2956 (*1 *1 *1 *1) (-5 *1 (-862))) (-2968 (*1 *1 *1 *1) (-5 *1 (-862))) (-3002 (*1 *1 *1 *1) (-5 *1 (-862))) (-3012 (*1 *1 *1 *1) (-5 *1 (-862))) (-3012 (*1 *1 *1) (-5 *1 (-862))) (* (*1 *1 *1 *1) (-5 *1 (-862))) (-3025 (*1 *1 *1 *1) (-5 *1 (-862))) (** (*1 *1 *1 *1) (-5 *1 (-862))) (-2967 (*1 *1 *1 *1) (-5 *1 (-862))) (-2933 (*1 *1 *1 *1) (-5 *1 (-862))) (-2945 (*1 *1 *1 *1) (-5 *1 (-862))) (-2978 (*1 *1 *1 *1) (-5 *1 (-862))) (-2415 (*1 *1 *1 *1) (-5 *1 (-862))) (-2427 (*1 *1 *1 *1) (-5 *1 (-862))) (-2404 (*1 *1 *1) (-5 *1 (-862))) (-4302 (*1 *1 *1 *1) (-5 *1 (-862))) (-4302 (*1 *1 *1) (-5 *1 (-862))))
-(-13 (-1099) (-10 -8 (-15 -3595 ((-1269) $)) (-15 -2446 ($ (-1157))) (-15 -3440 ((-1269) (-1157))) (-15 -3503 ($ (-566))) (-15 -3503 ($ (-1175))) (-15 -3503 ($ (-1157))) (-15 -3503 ($ (-225))) (-15 -3493 ($)) (-15 -3533 ((-1157) (-1157))) (-15 -4169 ((-566) $)) (-15 -3106 ((-566) $)) (-15 -4169 ((-566))) (-15 -3106 ((-566))) (-15 -2710 ((-566) $)) (-15 -2242 ((-566) $)) (-15 -3569 ($ (-566))) (-15 -4354 ($ (-566))) (-15 -4341 ($ (-566) (-566))) (-15 -1953 ($ $ (-566))) (-15 -1966 ($ $ (-566))) (-15 -4290 ($ $ (-566))) (-15 -1953 ($ $)) (-15 -1966 ($ $)) (-15 -4290 ($ $)) (-15 -2040 ($ $ $)) (-15 -1745 ($ $ $)) (-15 -2040 ($ (-644 $))) (-15 -1745 ($ (-644 $))) (-15 -3449 ($ $ (-644 $))) (-15 -3616 ($ $ (-644 $))) (-15 -3616 ($ $ $ $)) (-15 -3849 ($ $ $)) (-15 -3472 ((-112) $)) (-15 -1309 ($ $ (-644 $))) (-15 -3822 ($ $)) (-15 -2160 ($ $ $)) (-15 -3928 ($ $)) (-15 -4184 ($ (-644 (-644 $)))) (-15 -3155 ($ $ $)) (-15 -3134 ($ $)) (-15 -3134 ($ $ $)) (-15 -4312 ($ $ $)) (-15 -1900 ($ $ $)) (-15 -1655 ($ $ $)) (-15 -2044 ($ $ $)) (-15 -3629 ($ $ (-771))) (-15 -2073 ($ $ $)) (-15 -4237 ($ $ $)) (-15 -2390 ($ $ $)) (-15 -4168 ($ $ $)) (-15 -2607 ($ $ $)) (-15 -2453 ($ $ (-644 $))) (-15 -1774 ($ $ (-644 $))) (-15 -2450 ($ $)) (-15 -3386 ($ $)) (-15 -3386 ($ $ (-771))) (-15 -3209 ($ $)) (-15 -3209 ($ $ (-771))) (-15 -4288 ($ $)) (-15 -1911 ($ $ $)) (-15 -4272 ($ $)) (-15 -4272 ($ $ $)) (-15 -4272 ($ $ $ $)) (-15 -3527 ($ $)) (-15 -3527 ($ $ $)) (-15 -3527 ($ $ $ $)) (-15 -2590 ($ $)) (-15 -2590 ($ $ $)) (-15 -2590 ($ $ $ $)) (-15 -1692 ($ $)) (-15 -1692 ($ (-644 $))) (-15 -2169 ($ $)) (-15 -2169 ($ (-644 $))) (-15 -1633 ($ $)) (-15 -1633 ($ (-644 $))) (-15 -3949 ($ (-644 $))) (-15 -2009 ($ (-644 $))) (-15 -2682 ($ (-644 $))) (-15 -1921 ($ (-644 $))) (-15 -2914 ($ $ $)) (-15 -2988 ($ $ $)) (-15 -2935 ($ $ $)) (-15 -2946 ($ $ $)) (-15 -2956 ($ $ $)) (-15 -2968 ($ $ $)) (-15 -3002 ($ $ $)) (-15 -3012 ($ $ $)) (-15 -3012 ($ $)) (-15 * ($ $ $)) (-15 -3025 ($ $ $)) (-15 ** ($ $ $)) (-15 -2967 ($ $ $)) (-15 -2933 ($ $ $)) (-15 -2945 ($ $ $)) (-15 -2978 ($ $ $)) (-15 -2415 ($ $ $)) (-15 -2427 ($ $ $)) (-15 -2404 ($ $)) (-15 -4302 ($ $ $)) (-15 -4302 ($ $))))
-((-3972 (((-1269) (-644 (-52))) 24)) (-3496 (((-1269) (-1157) (-862)) 14) (((-1269) (-862)) 9) (((-1269) (-1157)) 11)))
-(((-863) (-10 -7 (-15 -3496 ((-1269) (-1157))) (-15 -3496 ((-1269) (-862))) (-15 -3496 ((-1269) (-1157) (-862))) (-15 -3972 ((-1269) (-644 (-52)))))) (T -863))
-((-3972 (*1 *2 *3) (-12 (-5 *3 (-644 (-52))) (-5 *2 (-1269)) (-5 *1 (-863)))) (-3496 (*1 *2 *3 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-862)) (-5 *2 (-1269)) (-5 *1 (-863)))) (-3496 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-863)))) (-3496 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-863)))))
-(-10 -7 (-15 -3496 ((-1269) (-1157))) (-15 -3496 ((-1269) (-862))) (-15 -3496 ((-1269) (-1157) (-862))) (-15 -3972 ((-1269) (-644 (-52)))))
-((-2988 (((-112) $ $) NIL)) (-4347 (((-3 $ "failed") (-1175)) 39)) (-3870 (((-771)) 32)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) 29)) (-3380 (((-1157) $) 46)) (-2835 (($ (-921)) 28)) (-4072 (((-1119) $) NIL)) (-2376 (((-1175) $) 13) (((-538) $) 19) (((-892 (-381)) $) 26) (((-892 (-566)) $) 22)) (-3152 (((-862) $) 16)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 43)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 41)))
-(((-864 |#1|) (-13 (-844) (-614 (-1175)) (-614 (-538)) (-614 (-892 (-381))) (-614 (-892 (-566))) (-10 -8 (-15 -4347 ((-3 $ "failed") (-1175))))) (-644 (-1175))) (T -864))
-((-4347 (*1 *1 *2) (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-864 *3)) (-14 *3 (-644 *2)))))
-(-13 (-844) (-614 (-1175)) (-614 (-538)) (-614 (-892 (-381))) (-614 (-892 (-566))) (-10 -8 (-15 -4347 ((-3 $ "failed") (-1175)))))
-((-2988 (((-112) $ $) NIL)) (-1368 (((-508) $) 9)) (-3491 (((-644 (-441)) $) 13)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 21)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 16)))
-(((-865) (-13 (-1099) (-10 -8 (-15 -1368 ((-508) $)) (-15 -3491 ((-644 (-441)) $))))) (T -865))
-((-1368 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-865)))) (-3491 (*1 *2 *1) (-12 (-5 *2 (-644 (-441))) (-5 *1 (-865)))))
-(-13 (-1099) (-10 -8 (-15 -1368 ((-508) $)) (-15 -3491 ((-644 (-441)) $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-952 |#1|)) NIL) (((-952 |#1|) $) NIL) (($ |#1|) NIL (|has| |#1| (-172)))) (-2593 (((-771)) NIL T CONST)) (-2111 (((-1269) (-771)) NIL)) (-3044 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3025 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
-(((-866 |#1| |#2| |#3| |#4|) (-13 (-1049) (-492 (-952 |#1|)) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -3025 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2111 ((-1269) (-771))))) (-1049) (-644 (-1175)) (-644 (-771)) (-771)) (T -866))
-((-3025 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-866 *2 *3 *4 *5)) (-4 *2 (-365)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-771))) (-14 *5 (-771)))) (-2111 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-866 *4 *5 *6 *7)) (-4 *4 (-1049)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 *3)) (-14 *7 *3))))
-(-13 (-1049) (-492 (-952 |#1|)) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -3025 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2111 ((-1269) (-771)))))
-((-3257 (((-3 (-174 |#3|) "failed") (-771) (-771) |#2| |#2|) 43)) (-2365 (((-3 (-409 |#3|) "failed") (-771) (-771) |#2| |#2|) 34)))
-(((-867 |#1| |#2| |#3|) (-10 -7 (-15 -2365 ((-3 (-409 |#3|) "failed") (-771) (-771) |#2| |#2|)) (-15 -3257 ((-3 (-174 |#3|) "failed") (-771) (-771) |#2| |#2|))) (-365) (-1255 |#1|) (-1240 |#1|)) (T -867))
-((-3257 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-771)) (-4 *5 (-365)) (-5 *2 (-174 *6)) (-5 *1 (-867 *5 *4 *6)) (-4 *4 (-1255 *5)) (-4 *6 (-1240 *5)))) (-2365 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-771)) (-4 *5 (-365)) (-5 *2 (-409 *6)) (-5 *1 (-867 *5 *4 *6)) (-4 *4 (-1255 *5)) (-4 *6 (-1240 *5)))))
-(-10 -7 (-15 -2365 ((-3 (-409 |#3|) "failed") (-771) (-771) |#2| |#2|)) (-15 -3257 ((-3 (-174 |#3|) "failed") (-771) (-771) |#2| |#2|)))
-((-2365 (((-3 (-409 (-1237 |#2| |#1|)) "failed") (-771) (-771) (-1256 |#1| |#2| |#3|)) 30) (((-3 (-409 (-1237 |#2| |#1|)) "failed") (-771) (-771) (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|)) 28)))
-(((-868 |#1| |#2| |#3|) (-10 -7 (-15 -2365 ((-3 (-409 (-1237 |#2| |#1|)) "failed") (-771) (-771) (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|))) (-15 -2365 ((-3 (-409 (-1237 |#2| |#1|)) "failed") (-771) (-771) (-1256 |#1| |#2| |#3|)))) (-365) (-1175) |#1|) (T -868))
-((-2365 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-771)) (-5 *4 (-1256 *5 *6 *7)) (-4 *5 (-365)) (-14 *6 (-1175)) (-14 *7 *5) (-5 *2 (-409 (-1237 *6 *5))) (-5 *1 (-868 *5 *6 *7)))) (-2365 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-771)) (-5 *4 (-1256 *5 *6 *7)) (-4 *5 (-365)) (-14 *6 (-1175)) (-14 *7 *5) (-5 *2 (-409 (-1237 *6 *5))) (-5 *1 (-868 *5 *6 *7)))))
-(-10 -7 (-15 -2365 ((-3 (-409 (-1237 |#2| |#1|)) "failed") (-771) (-771) (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|))) (-15 -2365 ((-3 (-409 (-1237 |#2| |#1|)) "failed") (-771) (-771) (-1256 |#1| |#2| |#3|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-1635 (($ $ (-566)) 68)) (-2085 (((-112) $ $) 65)) (-2463 (($) 18 T CONST)) (-3134 (($ (-1171 (-566)) (-566)) 67)) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-1406 (($ $) 70)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-2679 (((-771) $) 75)) (-2389 (((-112) $) 35)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-3206 (((-566)) 72)) (-2168 (((-566) $) 71)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-3369 (($ $ (-566)) 74)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-2251 (((-1155 (-566)) $) 76)) (-1687 (($ $) 73)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-3603 (((-566) $ (-566)) 69)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-2798 (((-691 (-1223)) $ (-1223)) NIL)) (-1393 (((-691 (-551)) $ (-551)) NIL)) (-2561 (((-771) $ (-128)) NIL)) (-3611 (((-691 (-129)) $ (-129)) 22)) (-1301 (($ (-390)) 12) (($ (-1157)) 14)) (-2619 (((-112) $) 19)) (-1650 (((-862) $) 26)) (-1682 (($ $) 23)))
+(((-861) (-13 (-860) (-613 (-862)) (-10 -8 (-15 -1301 ($ (-390))) (-15 -1301 ($ (-1157))) (-15 -2619 ((-112) $))))) (T -861))
+((-1301 (*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-861)))) (-1301 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-861)))) (-2619 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-861)))))
+(-13 (-860) (-613 (-862)) (-10 -8 (-15 -1301 ($ (-390))) (-15 -1301 ($ (-1157))) (-15 -2619 ((-112) $))))
+((-4124 (((-112) $ $) NIL) (($ $ $) 85)) (-1396 (($ $ $) 125)) (-2555 (((-566) $) 31) (((-566)) 36)) (-3054 (($ (-566)) 53)) (-1321 (($ $ $) 54) (($ (-644 $)) 84)) (-1556 (($ $ (-644 $)) 82)) (-2518 (((-566) $) 34)) (-2630 (($ $ $) 73)) (-1520 (($ $) 140) (($ $ $) 141) (($ $ $ $) 142)) (-1624 (((-566) $) 33)) (-1304 (($ $ $) 72)) (-1901 (($ $) 114)) (-3458 (($ $ $) 129)) (-2487 (($ (-644 $)) 61)) (-2729 (($ $ (-644 $)) 79)) (-2938 (($ (-566) (-566)) 55)) (-2338 (($ $) 126) (($ $ $) 127)) (-3567 (($ $ (-566)) 43) (($ $) 46)) (-4067 (($ $ $) 97)) (-2379 (($ $ $) 132)) (-3999 (($ $) 115)) (-4078 (($ $ $) 98)) (-3933 (($ $) 143) (($ $ $) 144) (($ $ $ $) 145)) (-3311 (((-1270) $) 10)) (-3835 (($ $) 118) (($ $ (-771)) 122)) (-3065 (($ $ $) 75)) (-1779 (($ $ $) 74)) (-1913 (($ $ (-644 $)) 110)) (-1880 (($ $ $) 113)) (-3418 (($ (-644 $)) 59)) (-2563 (($ $) 70) (($ (-644 $)) 71)) (-3582 (($ $ $) 123)) (-3670 (($ $) 116)) (-2598 (($ $ $) 128)) (-1776 (($ (-566)) 21) (($ (-1175)) 23) (($ (-1157)) 30) (($ (-225)) 25)) (-3368 (($ $ $) 101)) (-3348 (($ $) 102)) (-2383 (((-1270) (-1157)) 15)) (-4041 (($ (-1157)) 14)) (-2540 (($ (-644 (-644 $))) 58)) (-3555 (($ $ (-566)) 42) (($ $) 45)) (-3057 (((-1157) $) NIL)) (-3782 (($ $ $) 131)) (-2137 (($ $) 146) (($ $ $) 147) (($ $ $ $) 148)) (-2463 (((-112) $) 108)) (-3529 (($ $ (-644 $)) 111) (($ $ $ $) 112)) (-4363 (($ (-566)) 39)) (-2149 (((-566) $) 32) (((-566)) 35)) (-2337 (($ $ $) 40) (($ (-644 $)) 83)) (-2029 (((-1119) $) NIL)) (-4116 (($ $ $) 99)) (-1710 (($) 13)) (-3483 (($ $ (-644 $)) 109)) (-3989 (((-1157) (-1157)) 8)) (-3108 (($ $) 117) (($ $ (-771)) 121)) (-4099 (($ $ $) 96)) (-2324 (($ $ (-771)) 139)) (-2095 (($ (-644 $)) 60)) (-1650 (((-862) $) 19)) (-2614 (($ $ (-566)) 41) (($ $) 44)) (-4336 (($ $) 68) (($ (-644 $)) 69)) (-3907 (($ $) 66) (($ (-644 $)) 67)) (-2404 (($ $) 124)) (-3702 (($ (-644 $)) 65)) (-1510 (($ $ $) 105)) (-2657 (((-112) $ $) NIL)) (-2813 (($ $ $) 130)) (-3360 (($ $ $) 100)) (-2723 (($ $ $) 103) (($ $) 104)) (-2928 (($ $ $) 89)) (-2904 (($ $ $) 87)) (-2868 (((-112) $ $) 16) (($ $ $) 17)) (-2915 (($ $ $) 88)) (-2892 (($ $ $) 86)) (-2990 (($ $ $) 94)) (-2977 (($ $ $) 91) (($ $) 92)) (-2964 (($ $ $) 90)) (** (($ $ $) 95)) (* (($ $ $) 93)))
+(((-862) (-13 (-1099) (-10 -8 (-15 -3311 ((-1270) $)) (-15 -4041 ($ (-1157))) (-15 -2383 ((-1270) (-1157))) (-15 -1776 ($ (-566))) (-15 -1776 ($ (-1175))) (-15 -1776 ($ (-1157))) (-15 -1776 ($ (-225))) (-15 -1710 ($)) (-15 -3989 ((-1157) (-1157))) (-15 -2555 ((-566) $)) (-15 -2149 ((-566) $)) (-15 -2555 ((-566))) (-15 -2149 ((-566))) (-15 -1624 ((-566) $)) (-15 -2518 ((-566) $)) (-15 -4363 ($ (-566))) (-15 -3054 ($ (-566))) (-15 -2938 ($ (-566) (-566))) (-15 -3555 ($ $ (-566))) (-15 -3567 ($ $ (-566))) (-15 -2614 ($ $ (-566))) (-15 -3555 ($ $)) (-15 -3567 ($ $)) (-15 -2614 ($ $)) (-15 -2337 ($ $ $)) (-15 -1321 ($ $ $)) (-15 -2337 ($ (-644 $))) (-15 -1321 ($ (-644 $))) (-15 -1913 ($ $ (-644 $))) (-15 -3529 ($ $ (-644 $))) (-15 -3529 ($ $ $ $)) (-15 -1880 ($ $ $)) (-15 -2463 ((-112) $)) (-15 -3483 ($ $ (-644 $))) (-15 -1901 ($ $)) (-15 -3782 ($ $ $)) (-15 -2404 ($ $)) (-15 -2540 ($ (-644 (-644 $)))) (-15 -1396 ($ $ $)) (-15 -2338 ($ $)) (-15 -2338 ($ $ $)) (-15 -2598 ($ $ $)) (-15 -3458 ($ $ $)) (-15 -2813 ($ $ $)) (-15 -2379 ($ $ $)) (-15 -2324 ($ $ (-771))) (-15 -1510 ($ $ $)) (-15 -1304 ($ $ $)) (-15 -2630 ($ $ $)) (-15 -1779 ($ $ $)) (-15 -3065 ($ $ $)) (-15 -2729 ($ $ (-644 $))) (-15 -1556 ($ $ (-644 $))) (-15 -3999 ($ $)) (-15 -3108 ($ $)) (-15 -3108 ($ $ (-771))) (-15 -3835 ($ $)) (-15 -3835 ($ $ (-771))) (-15 -3670 ($ $)) (-15 -3582 ($ $ $)) (-15 -1520 ($ $)) (-15 -1520 ($ $ $)) (-15 -1520 ($ $ $ $)) (-15 -3933 ($ $)) (-15 -3933 ($ $ $)) (-15 -3933 ($ $ $ $)) (-15 -2137 ($ $)) (-15 -2137 ($ $ $)) (-15 -2137 ($ $ $ $)) (-15 -3907 ($ $)) (-15 -3907 ($ (-644 $))) (-15 -4336 ($ $)) (-15 -4336 ($ (-644 $))) (-15 -2563 ($ $)) (-15 -2563 ($ (-644 $))) (-15 -3418 ($ (-644 $))) (-15 -2095 ($ (-644 $))) (-15 -2487 ($ (-644 $))) (-15 -3702 ($ (-644 $))) (-15 -2868 ($ $ $)) (-15 -4124 ($ $ $)) (-15 -2892 ($ $ $)) (-15 -2904 ($ $ $)) (-15 -2915 ($ $ $)) (-15 -2928 ($ $ $)) (-15 -2964 ($ $ $)) (-15 -2977 ($ $ $)) (-15 -2977 ($ $)) (-15 * ($ $ $)) (-15 -2990 ($ $ $)) (-15 ** ($ $ $)) (-15 -4099 ($ $ $)) (-15 -4067 ($ $ $)) (-15 -4078 ($ $ $)) (-15 -4116 ($ $ $)) (-15 -3360 ($ $ $)) (-15 -3368 ($ $ $)) (-15 -3348 ($ $)) (-15 -2723 ($ $ $)) (-15 -2723 ($ $))))) (T -862))
+((-3311 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-862)))) (-4041 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))) (-2383 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-862)))) (-1776 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-1776 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-862)))) (-1776 (*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))) (-1776 (*1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-862)))) (-1710 (*1 *1) (-5 *1 (-862))) (-3989 (*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))) (-2555 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-2149 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-2555 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-2149 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-1624 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-2518 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-4363 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-3054 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-2938 (*1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-3555 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-3567 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-2614 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))) (-3555 (*1 *1 *1) (-5 *1 (-862))) (-3567 (*1 *1 *1) (-5 *1 (-862))) (-2614 (*1 *1 *1) (-5 *1 (-862))) (-2337 (*1 *1 *1 *1) (-5 *1 (-862))) (-1321 (*1 *1 *1 *1) (-5 *1 (-862))) (-2337 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-1321 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-1913 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3529 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3529 (*1 *1 *1 *1 *1) (-5 *1 (-862))) (-1880 (*1 *1 *1 *1) (-5 *1 (-862))) (-2463 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-862)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-1901 (*1 *1 *1) (-5 *1 (-862))) (-3782 (*1 *1 *1 *1) (-5 *1 (-862))) (-2404 (*1 *1 *1) (-5 *1 (-862))) (-2540 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-862)))) (-5 *1 (-862)))) (-1396 (*1 *1 *1 *1) (-5 *1 (-862))) (-2338 (*1 *1 *1) (-5 *1 (-862))) (-2338 (*1 *1 *1 *1) (-5 *1 (-862))) (-2598 (*1 *1 *1 *1) (-5 *1 (-862))) (-3458 (*1 *1 *1 *1) (-5 *1 (-862))) (-2813 (*1 *1 *1 *1) (-5 *1 (-862))) (-2379 (*1 *1 *1 *1) (-5 *1 (-862))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862)))) (-1510 (*1 *1 *1 *1) (-5 *1 (-862))) (-1304 (*1 *1 *1 *1) (-5 *1 (-862))) (-2630 (*1 *1 *1 *1) (-5 *1 (-862))) (-1779 (*1 *1 *1 *1) (-5 *1 (-862))) (-3065 (*1 *1 *1 *1) (-5 *1 (-862))) (-2729 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-1556 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3999 (*1 *1 *1) (-5 *1 (-862))) (-3108 (*1 *1 *1) (-5 *1 (-862))) (-3108 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862)))) (-3835 (*1 *1 *1) (-5 *1 (-862))) (-3835 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862)))) (-3670 (*1 *1 *1) (-5 *1 (-862))) (-3582 (*1 *1 *1 *1) (-5 *1 (-862))) (-1520 (*1 *1 *1) (-5 *1 (-862))) (-1520 (*1 *1 *1 *1) (-5 *1 (-862))) (-1520 (*1 *1 *1 *1 *1) (-5 *1 (-862))) (-3933 (*1 *1 *1) (-5 *1 (-862))) (-3933 (*1 *1 *1 *1) (-5 *1 (-862))) (-3933 (*1 *1 *1 *1 *1) (-5 *1 (-862))) (-2137 (*1 *1 *1) (-5 *1 (-862))) (-2137 (*1 *1 *1 *1) (-5 *1 (-862))) (-2137 (*1 *1 *1 *1 *1) (-5 *1 (-862))) (-3907 (*1 *1 *1) (-5 *1 (-862))) (-3907 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-4336 (*1 *1 *1) (-5 *1 (-862))) (-4336 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-2563 (*1 *1 *1) (-5 *1 (-862))) (-2563 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3418 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-2095 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-2487 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-3702 (*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))) (-2868 (*1 *1 *1 *1) (-5 *1 (-862))) (-4124 (*1 *1 *1 *1) (-5 *1 (-862))) (-2892 (*1 *1 *1 *1) (-5 *1 (-862))) (-2904 (*1 *1 *1 *1) (-5 *1 (-862))) (-2915 (*1 *1 *1 *1) (-5 *1 (-862))) (-2928 (*1 *1 *1 *1) (-5 *1 (-862))) (-2964 (*1 *1 *1 *1) (-5 *1 (-862))) (-2977 (*1 *1 *1 *1) (-5 *1 (-862))) (-2977 (*1 *1 *1) (-5 *1 (-862))) (* (*1 *1 *1 *1) (-5 *1 (-862))) (-2990 (*1 *1 *1 *1) (-5 *1 (-862))) (** (*1 *1 *1 *1) (-5 *1 (-862))) (-4099 (*1 *1 *1 *1) (-5 *1 (-862))) (-4067 (*1 *1 *1 *1) (-5 *1 (-862))) (-4078 (*1 *1 *1 *1) (-5 *1 (-862))) (-4116 (*1 *1 *1 *1) (-5 *1 (-862))) (-3360 (*1 *1 *1 *1) (-5 *1 (-862))) (-3368 (*1 *1 *1 *1) (-5 *1 (-862))) (-3348 (*1 *1 *1) (-5 *1 (-862))) (-2723 (*1 *1 *1 *1) (-5 *1 (-862))) (-2723 (*1 *1 *1) (-5 *1 (-862))))
+(-13 (-1099) (-10 -8 (-15 -3311 ((-1270) $)) (-15 -4041 ($ (-1157))) (-15 -2383 ((-1270) (-1157))) (-15 -1776 ($ (-566))) (-15 -1776 ($ (-1175))) (-15 -1776 ($ (-1157))) (-15 -1776 ($ (-225))) (-15 -1710 ($)) (-15 -3989 ((-1157) (-1157))) (-15 -2555 ((-566) $)) (-15 -2149 ((-566) $)) (-15 -2555 ((-566))) (-15 -2149 ((-566))) (-15 -1624 ((-566) $)) (-15 -2518 ((-566) $)) (-15 -4363 ($ (-566))) (-15 -3054 ($ (-566))) (-15 -2938 ($ (-566) (-566))) (-15 -3555 ($ $ (-566))) (-15 -3567 ($ $ (-566))) (-15 -2614 ($ $ (-566))) (-15 -3555 ($ $)) (-15 -3567 ($ $)) (-15 -2614 ($ $)) (-15 -2337 ($ $ $)) (-15 -1321 ($ $ $)) (-15 -2337 ($ (-644 $))) (-15 -1321 ($ (-644 $))) (-15 -1913 ($ $ (-644 $))) (-15 -3529 ($ $ (-644 $))) (-15 -3529 ($ $ $ $)) (-15 -1880 ($ $ $)) (-15 -2463 ((-112) $)) (-15 -3483 ($ $ (-644 $))) (-15 -1901 ($ $)) (-15 -3782 ($ $ $)) (-15 -2404 ($ $)) (-15 -2540 ($ (-644 (-644 $)))) (-15 -1396 ($ $ $)) (-15 -2338 ($ $)) (-15 -2338 ($ $ $)) (-15 -2598 ($ $ $)) (-15 -3458 ($ $ $)) (-15 -2813 ($ $ $)) (-15 -2379 ($ $ $)) (-15 -2324 ($ $ (-771))) (-15 -1510 ($ $ $)) (-15 -1304 ($ $ $)) (-15 -2630 ($ $ $)) (-15 -1779 ($ $ $)) (-15 -3065 ($ $ $)) (-15 -2729 ($ $ (-644 $))) (-15 -1556 ($ $ (-644 $))) (-15 -3999 ($ $)) (-15 -3108 ($ $)) (-15 -3108 ($ $ (-771))) (-15 -3835 ($ $)) (-15 -3835 ($ $ (-771))) (-15 -3670 ($ $)) (-15 -3582 ($ $ $)) (-15 -1520 ($ $)) (-15 -1520 ($ $ $)) (-15 -1520 ($ $ $ $)) (-15 -3933 ($ $)) (-15 -3933 ($ $ $)) (-15 -3933 ($ $ $ $)) (-15 -2137 ($ $)) (-15 -2137 ($ $ $)) (-15 -2137 ($ $ $ $)) (-15 -3907 ($ $)) (-15 -3907 ($ (-644 $))) (-15 -4336 ($ $)) (-15 -4336 ($ (-644 $))) (-15 -2563 ($ $)) (-15 -2563 ($ (-644 $))) (-15 -3418 ($ (-644 $))) (-15 -2095 ($ (-644 $))) (-15 -2487 ($ (-644 $))) (-15 -3702 ($ (-644 $))) (-15 -2868 ($ $ $)) (-15 -4124 ($ $ $)) (-15 -2892 ($ $ $)) (-15 -2904 ($ $ $)) (-15 -2915 ($ $ $)) (-15 -2928 ($ $ $)) (-15 -2964 ($ $ $)) (-15 -2977 ($ $ $)) (-15 -2977 ($ $)) (-15 * ($ $ $)) (-15 -2990 ($ $ $)) (-15 ** ($ $ $)) (-15 -4099 ($ $ $)) (-15 -4067 ($ $ $)) (-15 -4078 ($ $ $)) (-15 -4116 ($ $ $)) (-15 -3360 ($ $ $)) (-15 -3368 ($ $ $)) (-15 -3348 ($ $)) (-15 -2723 ($ $ $)) (-15 -2723 ($ $))))
+((-3646 (((-1270) (-644 (-52))) 24)) (-2867 (((-1270) (-1157) (-862)) 14) (((-1270) (-862)) 9) (((-1270) (-1157)) 11)))
+(((-863) (-10 -7 (-15 -2867 ((-1270) (-1157))) (-15 -2867 ((-1270) (-862))) (-15 -2867 ((-1270) (-1157) (-862))) (-15 -3646 ((-1270) (-644 (-52)))))) (T -863))
+((-3646 (*1 *2 *3) (-12 (-5 *3 (-644 (-52))) (-5 *2 (-1270)) (-5 *1 (-863)))) (-2867 (*1 *2 *3 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-862)) (-5 *2 (-1270)) (-5 *1 (-863)))) (-2867 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-863)))) (-2867 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-863)))))
+(-10 -7 (-15 -2867 ((-1270) (-1157))) (-15 -2867 ((-1270) (-862))) (-15 -2867 ((-1270) (-1157) (-862))) (-15 -3646 ((-1270) (-644 (-52)))))
+((-4124 (((-112) $ $) NIL)) (-2780 (((-3 $ "failed") (-1175)) 39)) (-3571 (((-771)) 32)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) 29)) (-3057 (((-1157) $) 46)) (-1351 (($ (-921)) 28)) (-2029 (((-1119) $) NIL)) (-1945 (((-1175) $) 13) (((-538) $) 19) (((-892 (-381)) $) 26) (((-892 (-566)) $) 22)) (-1650 (((-862) $) 16)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 43)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 41)))
+(((-864 |#1|) (-13 (-844) (-614 (-1175)) (-614 (-538)) (-614 (-892 (-381))) (-614 (-892 (-566))) (-10 -8 (-15 -2780 ((-3 $ "failed") (-1175))))) (-644 (-1175))) (T -864))
+((-2780 (*1 *1 *2) (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-864 *3)) (-14 *3 (-644 *2)))))
+(-13 (-844) (-614 (-1175)) (-614 (-538)) (-614 (-892 (-381))) (-614 (-892 (-566))) (-10 -8 (-15 -2780 ((-3 $ "failed") (-1175)))))
+((-4124 (((-112) $ $) NIL)) (-3707 (((-508) $) 9)) (-1690 (((-644 (-441)) $) 13)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 21)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 16)))
+(((-865) (-13 (-1099) (-10 -8 (-15 -3707 ((-508) $)) (-15 -1690 ((-644 (-441)) $))))) (T -865))
+((-3707 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-865)))) (-1690 (*1 *2 *1) (-12 (-5 *2 (-644 (-441))) (-5 *1 (-865)))))
+(-13 (-1099) (-10 -8 (-15 -3707 ((-508) $)) (-15 -1690 ((-644 (-441)) $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-952 |#1|)) NIL) (((-952 |#1|) $) NIL) (($ |#1|) NIL (|has| |#1| (-172)))) (-2910 (((-771)) NIL T CONST)) (-1852 (((-1270) (-771)) NIL)) (-2657 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2990 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
+(((-866 |#1| |#2| |#3| |#4|) (-13 (-1049) (-492 (-952 |#1|)) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -2990 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1852 ((-1270) (-771))))) (-1049) (-644 (-1175)) (-644 (-771)) (-771)) (T -866))
+((-2990 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-866 *2 *3 *4 *5)) (-4 *2 (-365)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-771))) (-14 *5 (-771)))) (-1852 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-866 *4 *5 *6 *7)) (-4 *4 (-1049)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 *3)) (-14 *7 *3))))
+(-13 (-1049) (-492 (-952 |#1|)) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -2990 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1852 ((-1270) (-771)))))
+((-4316 (((-3 (-174 |#3|) "failed") (-771) (-771) |#2| |#2|) 43)) (-1352 (((-3 (-409 |#3|) "failed") (-771) (-771) |#2| |#2|) 34)))
+(((-867 |#1| |#2| |#3|) (-10 -7 (-15 -1352 ((-3 (-409 |#3|) "failed") (-771) (-771) |#2| |#2|)) (-15 -4316 ((-3 (-174 |#3|) "failed") (-771) (-771) |#2| |#2|))) (-365) (-1256 |#1|) (-1241 |#1|)) (T -867))
+((-4316 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-771)) (-4 *5 (-365)) (-5 *2 (-174 *6)) (-5 *1 (-867 *5 *4 *6)) (-4 *4 (-1256 *5)) (-4 *6 (-1241 *5)))) (-1352 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-771)) (-4 *5 (-365)) (-5 *2 (-409 *6)) (-5 *1 (-867 *5 *4 *6)) (-4 *4 (-1256 *5)) (-4 *6 (-1241 *5)))))
+(-10 -7 (-15 -1352 ((-3 (-409 |#3|) "failed") (-771) (-771) |#2| |#2|)) (-15 -4316 ((-3 (-174 |#3|) "failed") (-771) (-771) |#2| |#2|)))
+((-1352 (((-3 (-409 (-1238 |#2| |#1|)) "failed") (-771) (-771) (-1257 |#1| |#2| |#3|)) 30) (((-3 (-409 (-1238 |#2| |#1|)) "failed") (-771) (-771) (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|)) 28)))
+(((-868 |#1| |#2| |#3|) (-10 -7 (-15 -1352 ((-3 (-409 (-1238 |#2| |#1|)) "failed") (-771) (-771) (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|))) (-15 -1352 ((-3 (-409 (-1238 |#2| |#1|)) "failed") (-771) (-771) (-1257 |#1| |#2| |#3|)))) (-365) (-1175) |#1|) (T -868))
+((-1352 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-771)) (-5 *4 (-1257 *5 *6 *7)) (-4 *5 (-365)) (-14 *6 (-1175)) (-14 *7 *5) (-5 *2 (-409 (-1238 *6 *5))) (-5 *1 (-868 *5 *6 *7)))) (-1352 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-771)) (-5 *4 (-1257 *5 *6 *7)) (-4 *5 (-365)) (-14 *6 (-1175)) (-14 *7 *5) (-5 *2 (-409 (-1238 *6 *5))) (-5 *1 (-868 *5 *6 *7)))))
+(-10 -7 (-15 -1352 ((-3 (-409 (-1238 |#2| |#1|)) "failed") (-771) (-771) (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|))) (-15 -1352 ((-3 (-409 (-1238 |#2| |#1|)) "failed") (-771) (-771) (-1257 |#1| |#2| |#3|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-3856 (($ $ (-566)) 68)) (-1621 (((-112) $ $) 65)) (-4145 (($) 18 T CONST)) (-2338 (($ (-1171 (-566)) (-566)) 67)) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-2093 (($ $) 70)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-2464 (((-771) $) 75)) (-1568 (((-112) $) 35)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-3809 (((-566)) 72)) (-4326 (((-566) $) 71)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2929 (($ $ (-566)) 74)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-2600 (((-1155 (-566)) $) 76)) (-1911 (($ $) 73)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-1645 (((-566) $ (-566)) 69)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-869 |#1|) (-140) (-566)) (T -869))
-((-2251 (*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-1155 (-566))))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-771)))) (-3369 (*1 *1 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-1687 (*1 *1 *1) (-4 *1 (-869 *2))) (-3206 (*1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-2168 (*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-1406 (*1 *1 *1) (-4 *1 (-869 *2))) (-3603 (*1 *2 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-1635 (*1 *1 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-3134 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *3 (-566)) (-4 *1 (-869 *4)))))
-(-13 (-308) (-147) (-10 -8 (-15 -2251 ((-1155 (-566)) $)) (-15 -2679 ((-771) $)) (-15 -3369 ($ $ (-566))) (-15 -1687 ($ $)) (-15 -3206 ((-566))) (-15 -2168 ((-566) $)) (-15 -1406 ($ $)) (-15 -3603 ((-566) $ (-566))) (-15 -1635 ($ $ (-566))) (-15 -3134 ($ (-1171 (-566)) (-566)))))
+((-2600 (*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-1155 (-566))))) (-2464 (*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-771)))) (-2929 (*1 *1 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-1911 (*1 *1 *1) (-4 *1 (-869 *2))) (-3809 (*1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-4326 (*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-2093 (*1 *1 *1) (-4 *1 (-869 *2))) (-1645 (*1 *2 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-3856 (*1 *1 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))) (-2338 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *3 (-566)) (-4 *1 (-869 *4)))))
+(-13 (-308) (-147) (-10 -8 (-15 -2600 ((-1155 (-566)) $)) (-15 -2464 ((-771) $)) (-15 -2929 ($ $ (-566))) (-15 -1911 ($ $)) (-15 -3809 ((-566))) (-15 -4326 ((-566) $)) (-15 -2093 ($ $)) (-15 -1645 ((-566) $ (-566))) (-15 -3856 ($ $ (-566))) (-15 -2338 ($ (-1171 (-566)) (-566)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-308) . T) ((-454) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1635 (($ $ (-566)) NIL)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-3134 (($ (-1171 (-566)) (-566)) NIL)) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-1406 (($ $) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-2679 (((-771) $) NIL)) (-2389 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3206 (((-566)) NIL)) (-2168 (((-566) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3369 (($ $ (-566)) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2251 (((-1155 (-566)) $) NIL)) (-1687 (($ $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-3603 (((-566) $ (-566)) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3856 (($ $ (-566)) NIL)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-2338 (($ (-1171 (-566)) (-566)) NIL)) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-2093 (($ $) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2464 (((-771) $) NIL)) (-1568 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3809 (((-566)) NIL)) (-4326 (((-566) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2929 (($ $ (-566)) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2600 (((-1155 (-566)) $) NIL)) (-1911 (($ $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-1645 (((-566) $ (-566)) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL)))
(((-870 |#1|) (-869 |#1|) (-566)) (T -870))
NIL
(-869 |#1|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 (((-870 |#1|) $) NIL (|has| (-870 |#1|) (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-870 |#1|) (-909)))) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-870 |#1|) (-909)))) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL (|has| (-870 |#1|) (-820)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-870 |#1|) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-870 |#1|) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-870 |#1|) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-870 |#1|) (-1038 (-566))))) (-4158 (((-870 |#1|) $) NIL) (((-1175) $) NIL (|has| (-870 |#1|) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-870 |#1|) (-1038 (-566)))) (((-566) $) NIL (|has| (-870 |#1|) (-1038 (-566))))) (-1556 (($ $) NIL) (($ (-566) $) NIL)) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| (-870 |#1|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-870 |#1|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-870 |#1|))) (|:| |vec| (-1264 (-870 |#1|)))) (-689 $) (-1264 $)) NIL) (((-689 (-870 |#1|)) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-870 |#1|) (-547)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2528 (((-112) $) NIL (|has| (-870 |#1|) (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-870 |#1|) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-870 |#1|) (-886 (-381))))) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL)) (-2248 (((-870 |#1|) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| (-870 |#1|) (-1150)))) (-3233 (((-112) $) NIL (|has| (-870 |#1|) (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL (|has| (-870 |#1|) (-850)))) (-2599 (($ $ $) NIL (|has| (-870 |#1|) (-850)))) (-2319 (($ (-1 (-870 |#1|) (-870 |#1|)) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-870 |#1|) (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL (|has| (-870 |#1|) (-308)))) (-3143 (((-870 |#1|) $) NIL (|has| (-870 |#1|) (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-870 |#1|) (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-870 |#1|) (-909)))) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2023 (($ $ (-644 (-870 |#1|)) (-644 (-870 |#1|))) NIL (|has| (-870 |#1|) (-310 (-870 |#1|)))) (($ $ (-870 |#1|) (-870 |#1|)) NIL (|has| (-870 |#1|) (-310 (-870 |#1|)))) (($ $ (-295 (-870 |#1|))) NIL (|has| (-870 |#1|) (-310 (-870 |#1|)))) (($ $ (-644 (-295 (-870 |#1|)))) NIL (|has| (-870 |#1|) (-310 (-870 |#1|)))) (($ $ (-644 (-1175)) (-644 (-870 |#1|))) NIL (|has| (-870 |#1|) (-516 (-1175) (-870 |#1|)))) (($ $ (-1175) (-870 |#1|)) NIL (|has| (-870 |#1|) (-516 (-1175) (-870 |#1|))))) (-4357 (((-771) $) NIL)) (-1309 (($ $ (-870 |#1|)) NIL (|has| (-870 |#1|) (-287 (-870 |#1|) (-870 |#1|))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) NIL (|has| (-870 |#1|) (-233))) (($ $ (-771)) NIL (|has| (-870 |#1|) (-233))) (($ $ (-1175)) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-1 (-870 |#1|) (-870 |#1|)) (-771)) NIL) (($ $ (-1 (-870 |#1|) (-870 |#1|))) NIL)) (-1452 (($ $) NIL)) (-2260 (((-870 |#1|) $) NIL)) (-2376 (((-892 (-566)) $) NIL (|has| (-870 |#1|) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-870 |#1|) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-870 |#1|) (-614 (-538)))) (((-381) $) NIL (|has| (-870 |#1|) (-1022))) (((-225) $) NIL (|has| (-870 |#1|) (-1022)))) (-2146 (((-174 (-409 (-566))) $) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-870 |#1|) (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-870 |#1|)) NIL) (($ (-1175)) NIL (|has| (-870 |#1|) (-1038 (-1175))))) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| (-870 |#1|) (-909))) (|has| (-870 |#1|) (-145))))) (-2593 (((-771)) NIL T CONST)) (-3913 (((-870 |#1|) $) NIL (|has| (-870 |#1|) (-547)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-3603 (((-409 (-566)) $ (-566)) NIL)) (-1358 (($ $) NIL (|has| (-870 |#1|) (-820)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $) NIL (|has| (-870 |#1|) (-233))) (($ $ (-771)) NIL (|has| (-870 |#1|) (-233))) (($ $ (-1175)) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-1 (-870 |#1|) (-870 |#1|)) (-771)) NIL) (($ $ (-1 (-870 |#1|) (-870 |#1|))) NIL)) (-2968 (((-112) $ $) NIL (|has| (-870 |#1|) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-870 |#1|) (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| (-870 |#1|) (-850)))) (-2935 (((-112) $ $) NIL (|has| (-870 |#1|) (-850)))) (-3025 (($ $ $) NIL) (($ (-870 |#1|) (-870 |#1|)) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-870 |#1|) $) NIL) (($ $ (-870 |#1|)) NIL)))
-(((-871 |#1|) (-13 (-992 (-870 |#1|)) (-10 -8 (-15 -3603 ((-409 (-566)) $ (-566))) (-15 -2146 ((-174 (-409 (-566))) $)) (-15 -1556 ($ $)) (-15 -1556 ($ (-566) $)))) (-566)) (T -871))
-((-3603 (*1 *2 *1 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-871 *4)) (-14 *4 *3) (-5 *3 (-566)))) (-2146 (*1 *2 *1) (-12 (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-871 *3)) (-14 *3 (-566)))) (-1556 (*1 *1 *1) (-12 (-5 *1 (-871 *2)) (-14 *2 (-566)))) (-1556 (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-871 *3)) (-14 *3 *2))))
-(-13 (-992 (-870 |#1|)) (-10 -8 (-15 -3603 ((-409 (-566)) $ (-566))) (-15 -2146 ((-174 (-409 (-566))) $)) (-15 -1556 ($ $)) (-15 -1556 ($ (-566) $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 ((|#2| $) NIL (|has| |#2| (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL (|has| |#2| (-820)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| |#2| (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566))))) (-4158 ((|#2| $) NIL) (((-1175) $) NIL (|has| |#2| (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-566)))) (((-566) $) NIL (|has| |#2| (-1038 (-566))))) (-1556 (($ $) 35) (($ (-566) $) 38)) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) 64)) (-2715 (($) NIL (|has| |#2| (-547)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2528 (((-112) $) NIL (|has| |#2| (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| |#2| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| |#2| (-886 (-381))))) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL)) (-2248 ((|#2| $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| |#2| (-1150)))) (-3233 (((-112) $) NIL (|has| |#2| (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL (|has| |#2| (-850)))) (-2599 (($ $ $) NIL (|has| |#2| (-850)))) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 60)) (-3289 (($) NIL (|has| |#2| (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL (|has| |#2| (-308)))) (-3143 ((|#2| $) NIL (|has| |#2| (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2023 (($ $ (-644 |#2|) (-644 |#2|)) NIL (|has| |#2| (-310 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-310 |#2|))) (($ $ (-295 |#2|)) NIL (|has| |#2| (-310 |#2|))) (($ $ (-644 (-295 |#2|))) NIL (|has| |#2| (-310 |#2|))) (($ $ (-644 (-1175)) (-644 |#2|)) NIL (|has| |#2| (-516 (-1175) |#2|))) (($ $ (-1175) |#2|) NIL (|has| |#2| (-516 (-1175) |#2|)))) (-4357 (((-771) $) NIL)) (-1309 (($ $ |#2|) NIL (|has| |#2| (-287 |#2| |#2|)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) NIL (|has| |#2| (-233))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-1452 (($ $) NIL)) (-2260 ((|#2| $) NIL)) (-2376 (((-892 (-566)) $) NIL (|has| |#2| (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| |#2| (-614 (-892 (-381))))) (((-538) $) NIL (|has| |#2| (-614 (-538)))) (((-381) $) NIL (|has| |#2| (-1022))) (((-225) $) NIL (|has| |#2| (-1022)))) (-2146 (((-174 (-409 (-566))) $) 78)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-3152 (((-862) $) 108) (($ (-566)) 20) (($ $) NIL) (($ (-409 (-566))) 25) (($ |#2|) 19) (($ (-1175)) NIL (|has| |#2| (-1038 (-1175))))) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2593 (((-771)) NIL T CONST)) (-3913 ((|#2| $) NIL (|has| |#2| (-547)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-3603 (((-409 (-566)) $ (-566)) 71)) (-1358 (($ $) NIL (|has| |#2| (-820)))) (-4356 (($) 15 T CONST)) (-4366 (($) 17 T CONST)) (-3497 (($ $) NIL (|has| |#2| (-233))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2968 (((-112) $ $) NIL (|has| |#2| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#2| (-850)))) (-2914 (((-112) $ $) 46)) (-2956 (((-112) $ $) NIL (|has| |#2| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#2| (-850)))) (-3025 (($ $ $) 24) (($ |#2| |#2|) 65)) (-3012 (($ $) 50) (($ $ $) 52)) (-3002 (($ $ $) 48)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 61)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 53) (($ $ $) 55) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ |#2| $) 66) (($ $ |#2|) NIL)))
-(((-872 |#1| |#2|) (-13 (-992 |#2|) (-10 -8 (-15 -3603 ((-409 (-566)) $ (-566))) (-15 -2146 ((-174 (-409 (-566))) $)) (-15 -1556 ($ $)) (-15 -1556 ($ (-566) $)))) (-566) (-869 |#1|)) (T -872))
-((-3603 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-409 (-566))) (-5 *1 (-872 *4 *5)) (-5 *3 (-566)) (-4 *5 (-869 *4)))) (-2146 (*1 *2 *1) (-12 (-14 *3 (-566)) (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-872 *3 *4)) (-4 *4 (-869 *3)))) (-1556 (*1 *1 *1) (-12 (-14 *2 (-566)) (-5 *1 (-872 *2 *3)) (-4 *3 (-869 *2)))) (-1556 (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-14 *3 *2) (-5 *1 (-872 *3 *4)) (-4 *4 (-869 *3)))))
-(-13 (-992 |#2|) (-10 -8 (-15 -3603 ((-409 (-566)) $ (-566))) (-15 -2146 ((-174 (-409 (-566))) $)) (-15 -1556 ($ $)) (-15 -1556 ($ (-566) $))))
-((-2988 (((-112) $ $) NIL (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))) (-3531 ((|#2| $) 12)) (-2870 (($ |#1| |#2|) 9)) (-3380 (((-1157) $) NIL (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))) (-4072 (((-1119) $) NIL (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))) (-3908 ((|#1| $) 11)) (-1340 (($ |#1| |#2|) 10)) (-3152 (((-862) $) 18 (-2768 (-12 (|has| |#1| (-613 (-862))) (|has| |#2| (-613 (-862)))) (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099)))))) (-3044 (((-112) $ $) NIL (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))) (-2914 (((-112) $ $) 23 (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))))
-(((-873 |#1| |#2|) (-13 (-1214) (-10 -8 (IF (|has| |#1| (-613 (-862))) (IF (|has| |#2| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1099)) (IF (|has| |#2| (-1099)) (-6 (-1099)) |%noBranch|) |%noBranch|) (-15 -2870 ($ |#1| |#2|)) (-15 -1340 ($ |#1| |#2|)) (-15 -3908 (|#1| $)) (-15 -3531 (|#2| $)))) (-1214) (-1214)) (T -873))
-((-2870 (*1 *1 *2 *3) (-12 (-5 *1 (-873 *2 *3)) (-4 *2 (-1214)) (-4 *3 (-1214)))) (-1340 (*1 *1 *2 *3) (-12 (-5 *1 (-873 *2 *3)) (-4 *2 (-1214)) (-4 *3 (-1214)))) (-3908 (*1 *2 *1) (-12 (-4 *2 (-1214)) (-5 *1 (-873 *2 *3)) (-4 *3 (-1214)))) (-3531 (*1 *2 *1) (-12 (-4 *2 (-1214)) (-5 *1 (-873 *3 *2)) (-4 *3 (-1214)))))
-(-13 (-1214) (-10 -8 (IF (|has| |#1| (-613 (-862))) (IF (|has| |#2| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1099)) (IF (|has| |#2| (-1099)) (-6 (-1099)) |%noBranch|) |%noBranch|) (-15 -2870 ($ |#1| |#2|)) (-15 -1340 ($ |#1| |#2|)) (-15 -3908 (|#1| $)) (-15 -3531 (|#2| $))))
-((-2988 (((-112) $ $) NIL)) (-1339 (((-566) $) 16)) (-2973 (($ (-157)) 13)) (-2560 (($ (-157)) 14)) (-3380 (((-1157) $) NIL)) (-1820 (((-157) $) 15)) (-4072 (((-1119) $) NIL)) (-3382 (($ (-157)) 11)) (-1589 (($ (-157)) 10)) (-3152 (((-862) $) 24) (($ (-157)) 17)) (-1988 (($ (-157)) 12)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-874) (-13 (-1099) (-10 -8 (-15 -1589 ($ (-157))) (-15 -3382 ($ (-157))) (-15 -1988 ($ (-157))) (-15 -2973 ($ (-157))) (-15 -2560 ($ (-157))) (-15 -1820 ((-157) $)) (-15 -1339 ((-566) $)) (-15 -3152 ($ (-157)))))) (T -874))
-((-1589 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-3382 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-1988 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-2973 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-2560 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-1820 (*1 *2 *1) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-1339 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-874)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
-(-13 (-1099) (-10 -8 (-15 -1589 ($ (-157))) (-15 -3382 ($ (-157))) (-15 -1988 ($ (-157))) (-15 -2973 ($ (-157))) (-15 -2560 ($ (-157))) (-15 -1820 ((-157) $)) (-15 -1339 ((-566) $)) (-15 -3152 ($ (-157)))))
-((-3152 (((-317 (-566)) (-409 (-952 (-48)))) 23) (((-317 (-566)) (-952 (-48))) 18)))
-(((-875) (-10 -7 (-15 -3152 ((-317 (-566)) (-952 (-48)))) (-15 -3152 ((-317 (-566)) (-409 (-952 (-48))))))) (T -875))
-((-3152 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 (-48)))) (-5 *2 (-317 (-566))) (-5 *1 (-875)))) (-3152 (*1 *2 *3) (-12 (-5 *3 (-952 (-48))) (-5 *2 (-317 (-566))) (-5 *1 (-875)))))
-(-10 -7 (-15 -3152 ((-317 (-566)) (-952 (-48)))) (-15 -3152 ((-317 (-566)) (-409 (-952 (-48))))))
-((-2319 (((-877 |#2|) (-1 |#2| |#1|) (-877 |#1|)) 15)))
-(((-876 |#1| |#2|) (-10 -7 (-15 -2319 ((-877 |#2|) (-1 |#2| |#1|) (-877 |#1|)))) (-1214) (-1214)) (T -876))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-877 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-877 *6)) (-5 *1 (-876 *5 *6)))))
-(-10 -7 (-15 -2319 ((-877 |#2|) (-1 |#2| |#1|) (-877 |#1|))))
-((-1376 (($ |#1| |#1|) 8)) (-2751 ((|#1| $ (-771)) 15)))
-(((-877 |#1|) (-10 -8 (-15 -1376 ($ |#1| |#1|)) (-15 -2751 (|#1| $ (-771)))) (-1214)) (T -877))
-((-2751 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-877 *2)) (-4 *2 (-1214)))) (-1376 (*1 *1 *2 *2) (-12 (-5 *1 (-877 *2)) (-4 *2 (-1214)))))
-(-10 -8 (-15 -1376 ($ |#1| |#1|)) (-15 -2751 (|#1| $ (-771))))
-((-2319 (((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|)) 15)))
-(((-878 |#1| |#2|) (-10 -7 (-15 -2319 ((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|)))) (-1214) (-1214)) (T -878))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-879 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-879 *6)) (-5 *1 (-878 *5 *6)))))
-(-10 -7 (-15 -2319 ((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|))))
-((-1376 (($ |#1| |#1| |#1|) 8)) (-2751 ((|#1| $ (-771)) 15)))
-(((-879 |#1|) (-10 -8 (-15 -1376 ($ |#1| |#1| |#1|)) (-15 -2751 (|#1| $ (-771)))) (-1214)) (T -879))
-((-2751 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-879 *2)) (-4 *2 (-1214)))) (-1376 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-879 *2)) (-4 *2 (-1214)))))
-(-10 -8 (-15 -1376 ($ |#1| |#1| |#1|)) (-15 -2751 (|#1| $ (-771))))
-((-3377 (((-644 (-1180)) (-1157)) 9)))
-(((-880) (-10 -7 (-15 -3377 ((-644 (-1180)) (-1157))))) (T -880))
-((-3377 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-644 (-1180))) (-5 *1 (-880)))))
-(-10 -7 (-15 -3377 ((-644 (-1180)) (-1157))))
-((-2319 (((-882 |#2|) (-1 |#2| |#1|) (-882 |#1|)) 15)))
-(((-881 |#1| |#2|) (-10 -7 (-15 -2319 ((-882 |#2|) (-1 |#2| |#1|) (-882 |#1|)))) (-1214) (-1214)) (T -881))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-882 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-882 *6)) (-5 *1 (-881 *5 *6)))))
-(-10 -7 (-15 -2319 ((-882 |#2|) (-1 |#2| |#1|) (-882 |#1|))))
-((-2132 (($ |#1| |#1| |#1|) 8)) (-2751 ((|#1| $ (-771)) 15)))
-(((-882 |#1|) (-10 -8 (-15 -2132 ($ |#1| |#1| |#1|)) (-15 -2751 (|#1| $ (-771)))) (-1214)) (T -882))
-((-2751 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-882 *2)) (-4 *2 (-1214)))) (-2132 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-882 *2)) (-4 *2 (-1214)))))
-(-10 -8 (-15 -2132 ($ |#1| |#1| |#1|)) (-15 -2751 (|#1| $ (-771))))
-((-1942 (((-1155 (-644 (-566))) (-644 (-566)) (-1155 (-644 (-566)))) 48)) (-3323 (((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566))) 44)) (-3023 (((-1155 (-644 (-566))) (-644 (-566))) 58) (((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566))) 56)) (-1672 (((-1155 (-644 (-566))) (-566)) 59)) (-3373 (((-1155 (-644 (-566))) (-566) (-566)) 34) (((-1155 (-644 (-566))) (-566)) 23) (((-1155 (-644 (-566))) (-566) (-566) (-566)) 19)) (-4157 (((-1155 (-644 (-566))) (-1155 (-644 (-566)))) 42)) (-3357 (((-644 (-566)) (-644 (-566))) 41)))
-(((-883) (-10 -7 (-15 -3373 ((-1155 (-644 (-566))) (-566) (-566) (-566))) (-15 -3373 ((-1155 (-644 (-566))) (-566))) (-15 -3373 ((-1155 (-644 (-566))) (-566) (-566))) (-15 -3357 ((-644 (-566)) (-644 (-566)))) (-15 -4157 ((-1155 (-644 (-566))) (-1155 (-644 (-566))))) (-15 -3323 ((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566)))) (-15 -1942 ((-1155 (-644 (-566))) (-644 (-566)) (-1155 (-644 (-566))))) (-15 -3023 ((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566)))) (-15 -3023 ((-1155 (-644 (-566))) (-644 (-566)))) (-15 -1672 ((-1155 (-644 (-566))) (-566))))) (T -883))
-((-1672 (*1 *2 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))) (-3023 (*1 *2 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-644 (-566))))) (-3023 (*1 *2 *3 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-644 (-566))))) (-1942 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *3 (-644 (-566))) (-5 *1 (-883)))) (-3323 (*1 *2 *3 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-644 (-566))))) (-4157 (*1 *2 *2) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)))) (-3357 (*1 *2 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-883)))) (-3373 (*1 *2 *3 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))) (-3373 (*1 *2 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))) (-3373 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))))
-(-10 -7 (-15 -3373 ((-1155 (-644 (-566))) (-566) (-566) (-566))) (-15 -3373 ((-1155 (-644 (-566))) (-566))) (-15 -3373 ((-1155 (-644 (-566))) (-566) (-566))) (-15 -3357 ((-644 (-566)) (-644 (-566)))) (-15 -4157 ((-1155 (-644 (-566))) (-1155 (-644 (-566))))) (-15 -3323 ((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566)))) (-15 -1942 ((-1155 (-644 (-566))) (-644 (-566)) (-1155 (-644 (-566))))) (-15 -3023 ((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566)))) (-15 -3023 ((-1155 (-644 (-566))) (-644 (-566)))) (-15 -1672 ((-1155 (-644 (-566))) (-566))))
-((-2376 (((-892 (-381)) $) 9 (|has| |#1| (-614 (-892 (-381))))) (((-892 (-566)) $) 8 (|has| |#1| (-614 (-892 (-566)))))))
-(((-884 |#1|) (-140) (-1214)) (T -884))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 (((-870 |#1|) $) NIL (|has| (-870 |#1|) (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-870 |#1|) (-909)))) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-870 |#1|) (-909)))) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL (|has| (-870 |#1|) (-820)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-870 |#1|) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| (-870 |#1|) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-870 |#1|) (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| (-870 |#1|) (-1038 (-566))))) (-3213 (((-870 |#1|) $) NIL) (((-1175) $) NIL (|has| (-870 |#1|) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-870 |#1|) (-1038 (-566)))) (((-566) $) NIL (|has| (-870 |#1|) (-1038 (-566))))) (-3128 (($ $) NIL) (($ (-566) $) NIL)) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| (-870 |#1|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-870 |#1|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-870 |#1|))) (|:| |vec| (-1265 (-870 |#1|)))) (-689 $) (-1265 $)) NIL) (((-689 (-870 |#1|)) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-870 |#1|) (-547)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3540 (((-112) $) NIL (|has| (-870 |#1|) (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-870 |#1|) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-870 |#1|) (-886 (-381))))) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL)) (-2499 (((-870 |#1|) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| (-870 |#1|) (-1150)))) (-4049 (((-112) $) NIL (|has| (-870 |#1|) (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL (|has| (-870 |#1|) (-850)))) (-3890 (($ $ $) NIL (|has| (-870 |#1|) (-850)))) (-1895 (($ (-1 (-870 |#1|) (-870 |#1|)) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-870 |#1|) (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL (|has| (-870 |#1|) (-308)))) (-2426 (((-870 |#1|) $) NIL (|has| (-870 |#1|) (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-870 |#1|) (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-870 |#1|) (-909)))) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1838 (($ $ (-644 (-870 |#1|)) (-644 (-870 |#1|))) NIL (|has| (-870 |#1|) (-310 (-870 |#1|)))) (($ $ (-870 |#1|) (-870 |#1|)) NIL (|has| (-870 |#1|) (-310 (-870 |#1|)))) (($ $ (-295 (-870 |#1|))) NIL (|has| (-870 |#1|) (-310 (-870 |#1|)))) (($ $ (-644 (-295 (-870 |#1|)))) NIL (|has| (-870 |#1|) (-310 (-870 |#1|)))) (($ $ (-644 (-1175)) (-644 (-870 |#1|))) NIL (|has| (-870 |#1|) (-516 (-1175) (-870 |#1|)))) (($ $ (-1175) (-870 |#1|)) NIL (|has| (-870 |#1|) (-516 (-1175) (-870 |#1|))))) (-3075 (((-771) $) NIL)) (-3483 (($ $ (-870 |#1|)) NIL (|has| (-870 |#1|) (-287 (-870 |#1|) (-870 |#1|))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) NIL (|has| (-870 |#1|) (-233))) (($ $ (-771)) NIL (|has| (-870 |#1|) (-233))) (($ $ (-1175)) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-1 (-870 |#1|) (-870 |#1|)) (-771)) NIL) (($ $ (-1 (-870 |#1|) (-870 |#1|))) NIL)) (-1490 (($ $) NIL)) (-2507 (((-870 |#1|) $) NIL)) (-1945 (((-892 (-566)) $) NIL (|has| (-870 |#1|) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-870 |#1|) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-870 |#1|) (-614 (-538)))) (((-381) $) NIL (|has| (-870 |#1|) (-1022))) (((-225) $) NIL (|has| (-870 |#1|) (-1022)))) (-4139 (((-174 (-409 (-566))) $) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-870 |#1|) (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL) (($ (-870 |#1|)) NIL) (($ (-1175)) NIL (|has| (-870 |#1|) (-1038 (-1175))))) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| (-870 |#1|) (-909))) (|has| (-870 |#1|) (-145))))) (-2910 (((-771)) NIL T CONST)) (-4370 (((-870 |#1|) $) NIL (|has| (-870 |#1|) (-547)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-1645 (((-409 (-566)) $ (-566)) NIL)) (-3839 (($ $) NIL (|has| (-870 |#1|) (-820)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $) NIL (|has| (-870 |#1|) (-233))) (($ $ (-771)) NIL (|has| (-870 |#1|) (-233))) (($ $ (-1175)) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-870 |#1|) (-900 (-1175)))) (($ $ (-1 (-870 |#1|) (-870 |#1|)) (-771)) NIL) (($ $ (-1 (-870 |#1|) (-870 |#1|))) NIL)) (-2928 (((-112) $ $) NIL (|has| (-870 |#1|) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-870 |#1|) (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| (-870 |#1|) (-850)))) (-2892 (((-112) $ $) NIL (|has| (-870 |#1|) (-850)))) (-2990 (($ $ $) NIL) (($ (-870 |#1|) (-870 |#1|)) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-870 |#1|) $) NIL) (($ $ (-870 |#1|)) NIL)))
+(((-871 |#1|) (-13 (-992 (-870 |#1|)) (-10 -8 (-15 -1645 ((-409 (-566)) $ (-566))) (-15 -4139 ((-174 (-409 (-566))) $)) (-15 -3128 ($ $)) (-15 -3128 ($ (-566) $)))) (-566)) (T -871))
+((-1645 (*1 *2 *1 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-871 *4)) (-14 *4 *3) (-5 *3 (-566)))) (-4139 (*1 *2 *1) (-12 (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-871 *3)) (-14 *3 (-566)))) (-3128 (*1 *1 *1) (-12 (-5 *1 (-871 *2)) (-14 *2 (-566)))) (-3128 (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-871 *3)) (-14 *3 *2))))
+(-13 (-992 (-870 |#1|)) (-10 -8 (-15 -1645 ((-409 (-566)) $ (-566))) (-15 -4139 ((-174 (-409 (-566))) $)) (-15 -3128 ($ $)) (-15 -3128 ($ (-566) $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 ((|#2| $) NIL (|has| |#2| (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL (|has| |#2| (-820)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (|has| |#2| (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566))))) (-3213 ((|#2| $) NIL) (((-1175) $) NIL (|has| |#2| (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-566)))) (((-566) $) NIL (|has| |#2| (-1038 (-566))))) (-3128 (($ $) 35) (($ (-566) $) 38)) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) 64)) (-3341 (($) NIL (|has| |#2| (-547)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3540 (((-112) $) NIL (|has| |#2| (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| |#2| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| |#2| (-886 (-381))))) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL)) (-2499 ((|#2| $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| |#2| (-1150)))) (-4049 (((-112) $) NIL (|has| |#2| (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL (|has| |#2| (-850)))) (-3890 (($ $ $) NIL (|has| |#2| (-850)))) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 60)) (-1783 (($) NIL (|has| |#2| (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL (|has| |#2| (-308)))) (-2426 ((|#2| $) NIL (|has| |#2| (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1838 (($ $ (-644 |#2|) (-644 |#2|)) NIL (|has| |#2| (-310 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-310 |#2|))) (($ $ (-295 |#2|)) NIL (|has| |#2| (-310 |#2|))) (($ $ (-644 (-295 |#2|))) NIL (|has| |#2| (-310 |#2|))) (($ $ (-644 (-1175)) (-644 |#2|)) NIL (|has| |#2| (-516 (-1175) |#2|))) (($ $ (-1175) |#2|) NIL (|has| |#2| (-516 (-1175) |#2|)))) (-3075 (((-771) $) NIL)) (-3483 (($ $ |#2|) NIL (|has| |#2| (-287 |#2| |#2|)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) NIL (|has| |#2| (-233))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-1490 (($ $) NIL)) (-2507 ((|#2| $) NIL)) (-1945 (((-892 (-566)) $) NIL (|has| |#2| (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| |#2| (-614 (-892 (-381))))) (((-538) $) NIL (|has| |#2| (-614 (-538)))) (((-381) $) NIL (|has| |#2| (-1022))) (((-225) $) NIL (|has| |#2| (-1022)))) (-4139 (((-174 (-409 (-566))) $) 78)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-1650 (((-862) $) 108) (($ (-566)) 20) (($ $) NIL) (($ (-409 (-566))) 25) (($ |#2|) 19) (($ (-1175)) NIL (|has| |#2| (-1038 (-1175))))) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2910 (((-771)) NIL T CONST)) (-4370 ((|#2| $) NIL (|has| |#2| (-547)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-1645 (((-409 (-566)) $ (-566)) 71)) (-3839 (($ $) NIL (|has| |#2| (-820)))) (-3410 (($) 15 T CONST)) (-3424 (($) 17 T CONST)) (-3218 (($ $) NIL (|has| |#2| (-233))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2928 (((-112) $ $) NIL (|has| |#2| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#2| (-850)))) (-2868 (((-112) $ $) 46)) (-2915 (((-112) $ $) NIL (|has| |#2| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#2| (-850)))) (-2990 (($ $ $) 24) (($ |#2| |#2|) 65)) (-2977 (($ $) 50) (($ $ $) 52)) (-2964 (($ $ $) 48)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) 61)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 53) (($ $ $) 55) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ |#2| $) 66) (($ $ |#2|) NIL)))
+(((-872 |#1| |#2|) (-13 (-992 |#2|) (-10 -8 (-15 -1645 ((-409 (-566)) $ (-566))) (-15 -4139 ((-174 (-409 (-566))) $)) (-15 -3128 ($ $)) (-15 -3128 ($ (-566) $)))) (-566) (-869 |#1|)) (T -872))
+((-1645 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-409 (-566))) (-5 *1 (-872 *4 *5)) (-5 *3 (-566)) (-4 *5 (-869 *4)))) (-4139 (*1 *2 *1) (-12 (-14 *3 (-566)) (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-872 *3 *4)) (-4 *4 (-869 *3)))) (-3128 (*1 *1 *1) (-12 (-14 *2 (-566)) (-5 *1 (-872 *2 *3)) (-4 *3 (-869 *2)))) (-3128 (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-14 *3 *2) (-5 *1 (-872 *3 *4)) (-4 *4 (-869 *3)))))
+(-13 (-992 |#2|) (-10 -8 (-15 -1645 ((-409 (-566)) $ (-566))) (-15 -4139 ((-174 (-409 (-566))) $)) (-15 -3128 ($ $)) (-15 -3128 ($ (-566) $))))
+((-4124 (((-112) $ $) NIL (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))) (-3896 ((|#2| $) 12)) (-1380 (($ |#1| |#2|) 9)) (-3057 (((-1157) $) NIL (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))) (-2029 (((-1119) $) NIL (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))) (-3604 ((|#1| $) 11)) (-1664 (($ |#1| |#2|) 10)) (-1650 (((-862) $) 18 (-2700 (-12 (|has| |#1| (-613 (-862))) (|has| |#2| (-613 (-862)))) (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099)))))) (-2657 (((-112) $ $) NIL (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))) (-2868 (((-112) $ $) 23 (-12 (|has| |#1| (-1099)) (|has| |#2| (-1099))))))
+(((-873 |#1| |#2|) (-13 (-1215) (-10 -8 (IF (|has| |#1| (-613 (-862))) (IF (|has| |#2| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1099)) (IF (|has| |#2| (-1099)) (-6 (-1099)) |%noBranch|) |%noBranch|) (-15 -1380 ($ |#1| |#2|)) (-15 -1664 ($ |#1| |#2|)) (-15 -3604 (|#1| $)) (-15 -3896 (|#2| $)))) (-1215) (-1215)) (T -873))
+((-1380 (*1 *1 *2 *3) (-12 (-5 *1 (-873 *2 *3)) (-4 *2 (-1215)) (-4 *3 (-1215)))) (-1664 (*1 *1 *2 *3) (-12 (-5 *1 (-873 *2 *3)) (-4 *2 (-1215)) (-4 *3 (-1215)))) (-3604 (*1 *2 *1) (-12 (-4 *2 (-1215)) (-5 *1 (-873 *2 *3)) (-4 *3 (-1215)))) (-3896 (*1 *2 *1) (-12 (-4 *2 (-1215)) (-5 *1 (-873 *3 *2)) (-4 *3 (-1215)))))
+(-13 (-1215) (-10 -8 (IF (|has| |#1| (-613 (-862))) (IF (|has| |#2| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1099)) (IF (|has| |#2| (-1099)) (-6 (-1099)) |%noBranch|) |%noBranch|) (-15 -1380 ($ |#1| |#2|)) (-15 -1664 ($ |#1| |#2|)) (-15 -3604 (|#1| $)) (-15 -3896 (|#2| $))))
+((-4124 (((-112) $ $) NIL)) (-3936 (((-566) $) 16)) (-3277 (($ (-157)) 13)) (-2560 (($ (-157)) 14)) (-3057 (((-1157) $) NIL)) (-3913 (((-157) $) 15)) (-2029 (((-1119) $) NIL)) (-3754 (($ (-157)) 11)) (-3427 (($ (-157)) 10)) (-1650 (((-862) $) 24) (($ (-157)) 17)) (-4335 (($ (-157)) 12)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-874) (-13 (-1099) (-10 -8 (-15 -3427 ($ (-157))) (-15 -3754 ($ (-157))) (-15 -4335 ($ (-157))) (-15 -3277 ($ (-157))) (-15 -2560 ($ (-157))) (-15 -3913 ((-157) $)) (-15 -3936 ((-566) $)) (-15 -1650 ($ (-157)))))) (T -874))
+((-3427 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-3754 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-4335 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-3277 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-2560 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-3913 (*1 *2 *1) (-12 (-5 *2 (-157)) (-5 *1 (-874)))) (-3936 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-874)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
+(-13 (-1099) (-10 -8 (-15 -3427 ($ (-157))) (-15 -3754 ($ (-157))) (-15 -4335 ($ (-157))) (-15 -3277 ($ (-157))) (-15 -2560 ($ (-157))) (-15 -3913 ((-157) $)) (-15 -3936 ((-566) $)) (-15 -1650 ($ (-157)))))
+((-1650 (((-317 (-566)) (-409 (-952 (-48)))) 23) (((-317 (-566)) (-952 (-48))) 18)))
+(((-875) (-10 -7 (-15 -1650 ((-317 (-566)) (-952 (-48)))) (-15 -1650 ((-317 (-566)) (-409 (-952 (-48))))))) (T -875))
+((-1650 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 (-48)))) (-5 *2 (-317 (-566))) (-5 *1 (-875)))) (-1650 (*1 *2 *3) (-12 (-5 *3 (-952 (-48))) (-5 *2 (-317 (-566))) (-5 *1 (-875)))))
+(-10 -7 (-15 -1650 ((-317 (-566)) (-952 (-48)))) (-15 -1650 ((-317 (-566)) (-409 (-952 (-48))))))
+((-1895 (((-877 |#2|) (-1 |#2| |#1|) (-877 |#1|)) 15)))
+(((-876 |#1| |#2|) (-10 -7 (-15 -1895 ((-877 |#2|) (-1 |#2| |#1|) (-877 |#1|)))) (-1215) (-1215)) (T -876))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-877 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-877 *6)) (-5 *1 (-876 *5 *6)))))
+(-10 -7 (-15 -1895 ((-877 |#2|) (-1 |#2| |#1|) (-877 |#1|))))
+((-3452 (($ |#1| |#1|) 8)) (-3911 ((|#1| $ (-771)) 15)))
+(((-877 |#1|) (-10 -8 (-15 -3452 ($ |#1| |#1|)) (-15 -3911 (|#1| $ (-771)))) (-1215)) (T -877))
+((-3911 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-877 *2)) (-4 *2 (-1215)))) (-3452 (*1 *1 *2 *2) (-12 (-5 *1 (-877 *2)) (-4 *2 (-1215)))))
+(-10 -8 (-15 -3452 ($ |#1| |#1|)) (-15 -3911 (|#1| $ (-771))))
+((-1895 (((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|)) 15)))
+(((-878 |#1| |#2|) (-10 -7 (-15 -1895 ((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|)))) (-1215) (-1215)) (T -878))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-879 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-879 *6)) (-5 *1 (-878 *5 *6)))))
+(-10 -7 (-15 -1895 ((-879 |#2|) (-1 |#2| |#1|) (-879 |#1|))))
+((-3452 (($ |#1| |#1| |#1|) 8)) (-3911 ((|#1| $ (-771)) 15)))
+(((-879 |#1|) (-10 -8 (-15 -3452 ($ |#1| |#1| |#1|)) (-15 -3911 (|#1| $ (-771)))) (-1215)) (T -879))
+((-3911 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-879 *2)) (-4 *2 (-1215)))) (-3452 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-879 *2)) (-4 *2 (-1215)))))
+(-10 -8 (-15 -3452 ($ |#1| |#1| |#1|)) (-15 -3911 (|#1| $ (-771))))
+((-3024 (((-644 (-1180)) (-1157)) 9)))
+(((-880) (-10 -7 (-15 -3024 ((-644 (-1180)) (-1157))))) (T -880))
+((-3024 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-644 (-1180))) (-5 *1 (-880)))))
+(-10 -7 (-15 -3024 ((-644 (-1180)) (-1157))))
+((-1895 (((-882 |#2|) (-1 |#2| |#1|) (-882 |#1|)) 15)))
+(((-881 |#1| |#2|) (-10 -7 (-15 -1895 ((-882 |#2|) (-1 |#2| |#1|) (-882 |#1|)))) (-1215) (-1215)) (T -881))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-882 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-882 *6)) (-5 *1 (-881 *5 *6)))))
+(-10 -7 (-15 -1895 ((-882 |#2|) (-1 |#2| |#1|) (-882 |#1|))))
+((-3974 (($ |#1| |#1| |#1|) 8)) (-3911 ((|#1| $ (-771)) 15)))
+(((-882 |#1|) (-10 -8 (-15 -3974 ($ |#1| |#1| |#1|)) (-15 -3911 (|#1| $ (-771)))) (-1215)) (T -882))
+((-3911 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-882 *2)) (-4 *2 (-1215)))) (-3974 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-882 *2)) (-4 *2 (-1215)))))
+(-10 -8 (-15 -3974 ($ |#1| |#1| |#1|)) (-15 -3911 (|#1| $ (-771))))
+((-2631 (((-1155 (-644 (-566))) (-644 (-566)) (-1155 (-644 (-566)))) 48)) (-3737 (((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566))) 44)) (-2469 (((-1155 (-644 (-566))) (-644 (-566))) 58) (((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566))) 56)) (-2999 (((-1155 (-644 (-566))) (-566)) 59)) (-2976 (((-1155 (-644 (-566))) (-566) (-566)) 34) (((-1155 (-644 (-566))) (-566)) 23) (((-1155 (-644 (-566))) (-566) (-566) (-566)) 19)) (-1692 (((-1155 (-644 (-566))) (-1155 (-644 (-566)))) 42)) (-2791 (((-644 (-566)) (-644 (-566))) 41)))
+(((-883) (-10 -7 (-15 -2976 ((-1155 (-644 (-566))) (-566) (-566) (-566))) (-15 -2976 ((-1155 (-644 (-566))) (-566))) (-15 -2976 ((-1155 (-644 (-566))) (-566) (-566))) (-15 -2791 ((-644 (-566)) (-644 (-566)))) (-15 -1692 ((-1155 (-644 (-566))) (-1155 (-644 (-566))))) (-15 -3737 ((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566)))) (-15 -2631 ((-1155 (-644 (-566))) (-644 (-566)) (-1155 (-644 (-566))))) (-15 -2469 ((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566)))) (-15 -2469 ((-1155 (-644 (-566))) (-644 (-566)))) (-15 -2999 ((-1155 (-644 (-566))) (-566))))) (T -883))
+((-2999 (*1 *2 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))) (-2469 (*1 *2 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-644 (-566))))) (-2469 (*1 *2 *3 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-644 (-566))))) (-2631 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *3 (-644 (-566))) (-5 *1 (-883)))) (-3737 (*1 *2 *3 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-644 (-566))))) (-1692 (*1 *2 *2) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)))) (-2791 (*1 *2 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-883)))) (-2976 (*1 *2 *3 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))) (-2976 (*1 *2 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))) (-2976 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))))
+(-10 -7 (-15 -2976 ((-1155 (-644 (-566))) (-566) (-566) (-566))) (-15 -2976 ((-1155 (-644 (-566))) (-566))) (-15 -2976 ((-1155 (-644 (-566))) (-566) (-566))) (-15 -2791 ((-644 (-566)) (-644 (-566)))) (-15 -1692 ((-1155 (-644 (-566))) (-1155 (-644 (-566))))) (-15 -3737 ((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566)))) (-15 -2631 ((-1155 (-644 (-566))) (-644 (-566)) (-1155 (-644 (-566))))) (-15 -2469 ((-1155 (-644 (-566))) (-644 (-566)) (-644 (-566)))) (-15 -2469 ((-1155 (-644 (-566))) (-644 (-566)))) (-15 -2999 ((-1155 (-644 (-566))) (-566))))
+((-1945 (((-892 (-381)) $) 9 (|has| |#1| (-614 (-892 (-381))))) (((-892 (-566)) $) 8 (|has| |#1| (-614 (-892 (-566)))))))
+(((-884 |#1|) (-140) (-1215)) (T -884))
NIL
(-13 (-10 -7 (IF (|has| |t#1| (-614 (-892 (-566)))) (-6 (-614 (-892 (-566)))) |%noBranch|) (IF (|has| |t#1| (-614 (-892 (-381)))) (-6 (-614 (-892 (-381)))) |%noBranch|)))
(((-614 (-892 (-381))) |has| |#1| (-614 (-892 (-381)))) ((-614 (-892 (-566))) |has| |#1| (-614 (-892 (-566)))))
-((-2988 (((-112) $ $) NIL)) (-1860 (($) 14)) (-1479 (($ (-889 |#1| |#2|) (-889 |#1| |#3|)) 28)) (-2833 (((-889 |#1| |#3|) $) 16)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3519 (((-112) $) 22)) (-3221 (($) 19)) (-3152 (((-862) $) 31)) (-3044 (((-112) $ $) NIL)) (-3765 (((-889 |#1| |#2|) $) 15)) (-2914 (((-112) $ $) 26)))
-(((-885 |#1| |#2| |#3|) (-13 (-1099) (-10 -8 (-15 -3519 ((-112) $)) (-15 -3221 ($)) (-15 -1860 ($)) (-15 -1479 ($ (-889 |#1| |#2|) (-889 |#1| |#3|))) (-15 -3765 ((-889 |#1| |#2|) $)) (-15 -2833 ((-889 |#1| |#3|) $)))) (-1099) (-1099) (-666 |#2|)) (T -885))
-((-3519 (*1 *2 *1) (-12 (-4 *4 (-1099)) (-5 *2 (-112)) (-5 *1 (-885 *3 *4 *5)) (-4 *3 (-1099)) (-4 *5 (-666 *4)))) (-3221 (*1 *1) (-12 (-4 *3 (-1099)) (-5 *1 (-885 *2 *3 *4)) (-4 *2 (-1099)) (-4 *4 (-666 *3)))) (-1860 (*1 *1) (-12 (-4 *3 (-1099)) (-5 *1 (-885 *2 *3 *4)) (-4 *2 (-1099)) (-4 *4 (-666 *3)))) (-1479 (*1 *1 *2 *3) (-12 (-5 *2 (-889 *4 *5)) (-5 *3 (-889 *4 *6)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-666 *5)) (-5 *1 (-885 *4 *5 *6)))) (-3765 (*1 *2 *1) (-12 (-4 *4 (-1099)) (-5 *2 (-889 *3 *4)) (-5 *1 (-885 *3 *4 *5)) (-4 *3 (-1099)) (-4 *5 (-666 *4)))) (-2833 (*1 *2 *1) (-12 (-4 *4 (-1099)) (-5 *2 (-889 *3 *5)) (-5 *1 (-885 *3 *4 *5)) (-4 *3 (-1099)) (-4 *5 (-666 *4)))))
-(-13 (-1099) (-10 -8 (-15 -3519 ((-112) $)) (-15 -3221 ($)) (-15 -1860 ($)) (-15 -1479 ($ (-889 |#1| |#2|) (-889 |#1| |#3|))) (-15 -3765 ((-889 |#1| |#2|) $)) (-15 -2833 ((-889 |#1| |#3|) $))))
-((-2988 (((-112) $ $) 7)) (-2926 (((-889 |#1| $) $ (-892 |#1|) (-889 |#1| $)) 14)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-4124 (((-112) $ $) NIL)) (-1566 (($) 14)) (-1712 (($ (-889 |#1| |#2|) (-889 |#1| |#3|)) 28)) (-3565 (((-889 |#1| |#3|) $) 16)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3862 (((-112) $) 22)) (-2281 (($) 19)) (-1650 (((-862) $) 31)) (-2657 (((-112) $ $) NIL)) (-2389 (((-889 |#1| |#2|) $) 15)) (-2868 (((-112) $ $) 26)))
+(((-885 |#1| |#2| |#3|) (-13 (-1099) (-10 -8 (-15 -3862 ((-112) $)) (-15 -2281 ($)) (-15 -1566 ($)) (-15 -1712 ($ (-889 |#1| |#2|) (-889 |#1| |#3|))) (-15 -2389 ((-889 |#1| |#2|) $)) (-15 -3565 ((-889 |#1| |#3|) $)))) (-1099) (-1099) (-666 |#2|)) (T -885))
+((-3862 (*1 *2 *1) (-12 (-4 *4 (-1099)) (-5 *2 (-112)) (-5 *1 (-885 *3 *4 *5)) (-4 *3 (-1099)) (-4 *5 (-666 *4)))) (-2281 (*1 *1) (-12 (-4 *3 (-1099)) (-5 *1 (-885 *2 *3 *4)) (-4 *2 (-1099)) (-4 *4 (-666 *3)))) (-1566 (*1 *1) (-12 (-4 *3 (-1099)) (-5 *1 (-885 *2 *3 *4)) (-4 *2 (-1099)) (-4 *4 (-666 *3)))) (-1712 (*1 *1 *2 *3) (-12 (-5 *2 (-889 *4 *5)) (-5 *3 (-889 *4 *6)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-666 *5)) (-5 *1 (-885 *4 *5 *6)))) (-2389 (*1 *2 *1) (-12 (-4 *4 (-1099)) (-5 *2 (-889 *3 *4)) (-5 *1 (-885 *3 *4 *5)) (-4 *3 (-1099)) (-4 *5 (-666 *4)))) (-3565 (*1 *2 *1) (-12 (-4 *4 (-1099)) (-5 *2 (-889 *3 *5)) (-5 *1 (-885 *3 *4 *5)) (-4 *3 (-1099)) (-4 *5 (-666 *4)))))
+(-13 (-1099) (-10 -8 (-15 -3862 ((-112) $)) (-15 -2281 ($)) (-15 -1566 ($)) (-15 -1712 ($ (-889 |#1| |#2|) (-889 |#1| |#3|))) (-15 -2389 ((-889 |#1| |#2|) $)) (-15 -3565 ((-889 |#1| |#3|) $))))
+((-4124 (((-112) $ $) 7)) (-2992 (((-889 |#1| $) $ (-892 |#1|) (-889 |#1| $)) 14)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-886 |#1|) (-140) (-1099)) (T -886))
-((-2926 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-889 *4 *1)) (-5 *3 (-892 *4)) (-4 *1 (-886 *4)) (-4 *4 (-1099)))))
-(-13 (-1099) (-10 -8 (-15 -2926 ((-889 |t#1| $) $ (-892 |t#1|) (-889 |t#1| $)))))
+((-2992 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-889 *4 *1)) (-5 *3 (-892 *4)) (-4 *1 (-886 *4)) (-4 *4 (-1099)))))
+(-13 (-1099) (-10 -8 (-15 -2992 ((-889 |t#1| $) $ (-892 |t#1|) (-889 |t#1| $)))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-3335 (((-112) (-644 |#2|) |#3|) 23) (((-112) |#2| |#3|) 18)) (-3464 (((-889 |#1| |#2|) |#2| |#3|) 45 (-12 (-2404 (|has| |#2| (-1038 (-1175)))) (-2404 (|has| |#2| (-1049))))) (((-644 (-295 (-952 |#2|))) |#2| |#3|) 44 (-12 (|has| |#2| (-1049)) (-2404 (|has| |#2| (-1038 (-1175)))))) (((-644 (-295 |#2|)) |#2| |#3|) 36 (|has| |#2| (-1038 (-1175)))) (((-885 |#1| |#2| (-644 |#2|)) (-644 |#2|) |#3|) 21)))
-(((-887 |#1| |#2| |#3|) (-10 -7 (-15 -3335 ((-112) |#2| |#3|)) (-15 -3335 ((-112) (-644 |#2|) |#3|)) (-15 -3464 ((-885 |#1| |#2| (-644 |#2|)) (-644 |#2|) |#3|)) (IF (|has| |#2| (-1038 (-1175))) (-15 -3464 ((-644 (-295 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1049)) (-15 -3464 ((-644 (-295 (-952 |#2|))) |#2| |#3|)) (-15 -3464 ((-889 |#1| |#2|) |#2| |#3|))))) (-1099) (-886 |#1|) (-614 (-892 |#1|))) (T -887))
-((-3464 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-5 *2 (-889 *5 *3)) (-5 *1 (-887 *5 *3 *4)) (-2404 (-4 *3 (-1038 (-1175)))) (-2404 (-4 *3 (-1049))) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))) (-3464 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-5 *2 (-644 (-295 (-952 *3)))) (-5 *1 (-887 *5 *3 *4)) (-4 *3 (-1049)) (-2404 (-4 *3 (-1038 (-1175)))) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))) (-3464 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-5 *2 (-644 (-295 *3))) (-5 *1 (-887 *5 *3 *4)) (-4 *3 (-1038 (-1175))) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))) (-3464 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *6 (-886 *5)) (-5 *2 (-885 *5 *6 (-644 *6))) (-5 *1 (-887 *5 *6 *4)) (-5 *3 (-644 *6)) (-4 *4 (-614 (-892 *5))))) (-3335 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-4 *6 (-886 *5)) (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-887 *5 *6 *4)) (-4 *4 (-614 (-892 *5))))) (-3335 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-887 *5 *3 *4)) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))))
-(-10 -7 (-15 -3335 ((-112) |#2| |#3|)) (-15 -3335 ((-112) (-644 |#2|) |#3|)) (-15 -3464 ((-885 |#1| |#2| (-644 |#2|)) (-644 |#2|) |#3|)) (IF (|has| |#2| (-1038 (-1175))) (-15 -3464 ((-644 (-295 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1049)) (-15 -3464 ((-644 (-295 (-952 |#2|))) |#2| |#3|)) (-15 -3464 ((-889 |#1| |#2|) |#2| |#3|)))))
-((-2319 (((-889 |#1| |#3|) (-1 |#3| |#2|) (-889 |#1| |#2|)) 22)))
-(((-888 |#1| |#2| |#3|) (-10 -7 (-15 -2319 ((-889 |#1| |#3|) (-1 |#3| |#2|) (-889 |#1| |#2|)))) (-1099) (-1099) (-1099)) (T -888))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-889 *5 *6)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-889 *5 *7)) (-5 *1 (-888 *5 *6 *7)))))
-(-10 -7 (-15 -2319 ((-889 |#1| |#3|) (-1 |#3| |#2|) (-889 |#1| |#2|))))
-((-2988 (((-112) $ $) NIL)) (-1775 (($ $ $) 40)) (-4091 (((-3 (-112) "failed") $ (-892 |#1|)) 37)) (-1860 (($) 12)) (-3380 (((-1157) $) NIL)) (-3853 (($ (-892 |#1|) |#2| $) 20)) (-4072 (((-1119) $) NIL)) (-4192 (((-3 |#2| "failed") (-892 |#1|) $) 51)) (-3519 (((-112) $) 15)) (-3221 (($) 13)) (-1704 (((-644 (-2 (|:| -2674 (-1175)) (|:| -2636 |#2|))) $) 25)) (-1340 (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 |#2|)))) 23)) (-3152 (((-862) $) 45)) (-3044 (((-112) $ $) NIL)) (-3146 (($ (-892 |#1|) |#2| $ |#2|) 49)) (-2256 (($ (-892 |#1|) |#2| $) 48)) (-2914 (((-112) $ $) 42)))
-(((-889 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -3519 ((-112) $)) (-15 -3221 ($)) (-15 -1860 ($)) (-15 -1775 ($ $ $)) (-15 -4192 ((-3 |#2| "failed") (-892 |#1|) $)) (-15 -2256 ($ (-892 |#1|) |#2| $)) (-15 -3853 ($ (-892 |#1|) |#2| $)) (-15 -3146 ($ (-892 |#1|) |#2| $ |#2|)) (-15 -1704 ((-644 (-2 (|:| -2674 (-1175)) (|:| -2636 |#2|))) $)) (-15 -1340 ($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 |#2|))))) (-15 -4091 ((-3 (-112) "failed") $ (-892 |#1|))))) (-1099) (-1099)) (T -889))
-((-3519 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-3221 (*1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-1860 (*1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-1775 (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-4192 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-4 *2 (-1099)) (-5 *1 (-889 *4 *2)))) (-2256 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3)) (-4 *3 (-1099)))) (-3853 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3)) (-4 *3 (-1099)))) (-3146 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3)) (-4 *3 (-1099)))) (-1704 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 *4)))) (-5 *1 (-889 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-1340 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 *4)))) (-4 *4 (-1099)) (-5 *1 (-889 *3 *4)) (-4 *3 (-1099)))) (-4091 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-112)) (-5 *1 (-889 *4 *5)) (-4 *5 (-1099)))))
-(-13 (-1099) (-10 -8 (-15 -3519 ((-112) $)) (-15 -3221 ($)) (-15 -1860 ($)) (-15 -1775 ($ $ $)) (-15 -4192 ((-3 |#2| "failed") (-892 |#1|) $)) (-15 -2256 ($ (-892 |#1|) |#2| $)) (-15 -3853 ($ (-892 |#1|) |#2| $)) (-15 -3146 ($ (-892 |#1|) |#2| $ |#2|)) (-15 -1704 ((-644 (-2 (|:| -2674 (-1175)) (|:| -2636 |#2|))) $)) (-15 -1340 ($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 |#2|))))) (-15 -4091 ((-3 (-112) "failed") $ (-892 |#1|)))))
-((-4159 (((-892 |#1|) (-892 |#1|) (-644 (-1175)) (-1 (-112) (-644 |#2|))) 32) (((-892 |#1|) (-892 |#1|) (-644 (-1 (-112) |#2|))) 46) (((-892 |#1|) (-892 |#1|) (-1 (-112) |#2|)) 35)) (-4091 (((-112) (-644 |#2|) (-892 |#1|)) 42) (((-112) |#2| (-892 |#1|)) 36)) (-2558 (((-1 (-112) |#2|) (-892 |#1|)) 16)) (-3545 (((-644 |#2|) (-892 |#1|)) 24)) (-2277 (((-892 |#1|) (-892 |#1|) |#2|) 20)))
-(((-890 |#1| |#2|) (-10 -7 (-15 -4159 ((-892 |#1|) (-892 |#1|) (-1 (-112) |#2|))) (-15 -4159 ((-892 |#1|) (-892 |#1|) (-644 (-1 (-112) |#2|)))) (-15 -4159 ((-892 |#1|) (-892 |#1|) (-644 (-1175)) (-1 (-112) (-644 |#2|)))) (-15 -2558 ((-1 (-112) |#2|) (-892 |#1|))) (-15 -4091 ((-112) |#2| (-892 |#1|))) (-15 -4091 ((-112) (-644 |#2|) (-892 |#1|))) (-15 -2277 ((-892 |#1|) (-892 |#1|) |#2|)) (-15 -3545 ((-644 |#2|) (-892 |#1|)))) (-1099) (-1214)) (T -890))
-((-3545 (*1 *2 *3) (-12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-644 *5)) (-5 *1 (-890 *4 *5)) (-4 *5 (-1214)))) (-2277 (*1 *2 *2 *3) (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-890 *4 *3)) (-4 *3 (-1214)))) (-4091 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *6 (-1214)) (-5 *2 (-112)) (-5 *1 (-890 *5 *6)))) (-4091 (*1 *2 *3 *4) (-12 (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-890 *5 *3)) (-4 *3 (-1214)))) (-2558 (*1 *2 *3) (-12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-890 *4 *5)) (-4 *5 (-1214)))) (-4159 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-892 *5)) (-5 *3 (-644 (-1175))) (-5 *4 (-1 (-112) (-644 *6))) (-4 *5 (-1099)) (-4 *6 (-1214)) (-5 *1 (-890 *5 *6)))) (-4159 (*1 *2 *2 *3) (-12 (-5 *2 (-892 *4)) (-5 *3 (-644 (-1 (-112) *5))) (-4 *4 (-1099)) (-4 *5 (-1214)) (-5 *1 (-890 *4 *5)))) (-4159 (*1 *2 *2 *3) (-12 (-5 *2 (-892 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1099)) (-4 *5 (-1214)) (-5 *1 (-890 *4 *5)))))
-(-10 -7 (-15 -4159 ((-892 |#1|) (-892 |#1|) (-1 (-112) |#2|))) (-15 -4159 ((-892 |#1|) (-892 |#1|) (-644 (-1 (-112) |#2|)))) (-15 -4159 ((-892 |#1|) (-892 |#1|) (-644 (-1175)) (-1 (-112) (-644 |#2|)))) (-15 -2558 ((-1 (-112) |#2|) (-892 |#1|))) (-15 -4091 ((-112) |#2| (-892 |#1|))) (-15 -4091 ((-112) (-644 |#2|) (-892 |#1|))) (-15 -2277 ((-892 |#1|) (-892 |#1|) |#2|)) (-15 -3545 ((-644 |#2|) (-892 |#1|))))
-((-2319 (((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)) 19)))
-(((-891 |#1| |#2|) (-10 -7 (-15 -2319 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)))) (-1099) (-1099)) (T -891))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-892 *6)) (-5 *1 (-891 *5 *6)))))
-(-10 -7 (-15 -2319 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|))))
-((-2988 (((-112) $ $) NIL)) (-2119 (($ $ (-644 (-52))) 74)) (-1771 (((-644 $) $) 138)) (-1925 (((-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52))) $) 30)) (-4124 (((-112) $) 35)) (-2721 (($ $ (-644 (-1175)) (-52)) 31)) (-1695 (($ $ (-644 (-52))) 73)) (-2229 (((-3 |#1| "failed") $) 71) (((-3 (-1175) "failed") $) 162)) (-4158 ((|#1| $) 68) (((-1175) $) NIL)) (-2653 (($ $) 126)) (-4131 (((-112) $) 55)) (-4141 (((-644 (-52)) $) 50)) (-3057 (($ (-1175) (-112) (-112) (-112)) 75)) (-4212 (((-3 (-644 $) "failed") (-644 $)) 82)) (-3842 (((-112) $) 58)) (-2096 (((-112) $) 57)) (-3380 (((-1157) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) 41)) (-3060 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 48)) (-4224 (((-3 (-2 (|:| |val| $) (|:| -2201 $)) "failed") $) 97)) (-4199 (((-3 (-644 $) "failed") $) 40)) (-4256 (((-3 (-644 $) "failed") $ (-114)) 124) (((-3 (-2 (|:| -1707 (-114)) (|:| |arg| (-644 $))) "failed") $) 107)) (-1727 (((-3 (-644 $) "failed") $) 42)) (-4108 (((-3 (-2 (|:| |val| $) (|:| -2201 (-771))) "failed") $) 45)) (-3594 (((-112) $) 34)) (-4072 (((-1119) $) NIL)) (-3721 (((-112) $) 28)) (-3977 (((-112) $) 52)) (-3416 (((-644 (-52)) $) 130)) (-4005 (((-112) $) 56)) (-1309 (($ (-114) (-644 $)) 104)) (-2766 (((-771) $) 33)) (-1480 (($ $) 72)) (-2376 (($ (-644 $)) 69)) (-3705 (((-112) $) 32)) (-3152 (((-862) $) 63) (($ |#1|) 23) (($ (-1175)) 76)) (-3044 (((-112) $ $) NIL)) (-2277 (($ $ (-52)) 129)) (-4356 (($) 103 T CONST)) (-4366 (($) 83 T CONST)) (-2914 (((-112) $ $) 93)) (-3025 (($ $ $) 117)) (-3002 (($ $ $) 121)) (** (($ $ (-771)) 115) (($ $ $) 64)) (* (($ $ $) 122)))
-(((-892 |#1|) (-13 (-1099) (-1038 |#1|) (-1038 (-1175)) (-10 -8 (-15 0 ($) -1623) (-15 1 ($) -1623) (-15 -4199 ((-3 (-644 $) "failed") $)) (-15 -3738 ((-3 (-644 $) "failed") $)) (-15 -4256 ((-3 (-644 $) "failed") $ (-114))) (-15 -4256 ((-3 (-2 (|:| -1707 (-114)) (|:| |arg| (-644 $))) "failed") $)) (-15 -4108 ((-3 (-2 (|:| |val| $) (|:| -2201 (-771))) "failed") $)) (-15 -3060 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1727 ((-3 (-644 $) "failed") $)) (-15 -4224 ((-3 (-2 (|:| |val| $) (|:| -2201 $)) "failed") $)) (-15 -1309 ($ (-114) (-644 $))) (-15 -3002 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771))) (-15 ** ($ $ $)) (-15 -3025 ($ $ $)) (-15 -2766 ((-771) $)) (-15 -2376 ($ (-644 $))) (-15 -1480 ($ $)) (-15 -3594 ((-112) $)) (-15 -4131 ((-112) $)) (-15 -4124 ((-112) $)) (-15 -3705 ((-112) $)) (-15 -4005 ((-112) $)) (-15 -2096 ((-112) $)) (-15 -3842 ((-112) $)) (-15 -3977 ((-112) $)) (-15 -4141 ((-644 (-52)) $)) (-15 -1695 ($ $ (-644 (-52)))) (-15 -2119 ($ $ (-644 (-52)))) (-15 -3057 ($ (-1175) (-112) (-112) (-112))) (-15 -2721 ($ $ (-644 (-1175)) (-52))) (-15 -1925 ((-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52))) $)) (-15 -3721 ((-112) $)) (-15 -2653 ($ $)) (-15 -2277 ($ $ (-52))) (-15 -3416 ((-644 (-52)) $)) (-15 -1771 ((-644 $) $)) (-15 -4212 ((-3 (-644 $) "failed") (-644 $))))) (-1099)) (T -892))
-((-4356 (*1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-4366 (*1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-4199 (*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3738 (*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4256 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-644 (-892 *4))) (-5 *1 (-892 *4)) (-4 *4 (-1099)))) (-4256 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -1707 (-114)) (|:| |arg| (-644 (-892 *3))))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4108 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-892 *3)) (|:| -2201 (-771)))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3060 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-892 *3)) (|:| |den| (-892 *3)))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1727 (*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4224 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-892 *3)) (|:| -2201 (-892 *3)))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1309 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 (-892 *4))) (-5 *1 (-892 *4)) (-4 *4 (-1099)))) (-3002 (*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-3025 (*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-2766 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2376 (*1 *1 *2) (-12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1480 (*1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-3594 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4131 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4124 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3705 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4005 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2096 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3842 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3977 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4141 (*1 *2 *1) (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1695 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2119 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3057 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-112)) (-5 *1 (-892 *4)) (-4 *4 (-1099)))) (-2721 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-52)) (-5 *1 (-892 *4)) (-4 *4 (-1099)))) (-1925 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52)))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3721 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2653 (*1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-2277 (*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3416 (*1 *2 *1) (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1771 (*1 *2 *1) (-12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4212 (*1 *2 *2) (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(-13 (-1099) (-1038 |#1|) (-1038 (-1175)) (-10 -8 (-15 (-4356) ($) -1623) (-15 (-4366) ($) -1623) (-15 -4199 ((-3 (-644 $) "failed") $)) (-15 -3738 ((-3 (-644 $) "failed") $)) (-15 -4256 ((-3 (-644 $) "failed") $ (-114))) (-15 -4256 ((-3 (-2 (|:| -1707 (-114)) (|:| |arg| (-644 $))) "failed") $)) (-15 -4108 ((-3 (-2 (|:| |val| $) (|:| -2201 (-771))) "failed") $)) (-15 -3060 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1727 ((-3 (-644 $) "failed") $)) (-15 -4224 ((-3 (-2 (|:| |val| $) (|:| -2201 $)) "failed") $)) (-15 -1309 ($ (-114) (-644 $))) (-15 -3002 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771))) (-15 ** ($ $ $)) (-15 -3025 ($ $ $)) (-15 -2766 ((-771) $)) (-15 -2376 ($ (-644 $))) (-15 -1480 ($ $)) (-15 -3594 ((-112) $)) (-15 -4131 ((-112) $)) (-15 -4124 ((-112) $)) (-15 -3705 ((-112) $)) (-15 -4005 ((-112) $)) (-15 -2096 ((-112) $)) (-15 -3842 ((-112) $)) (-15 -3977 ((-112) $)) (-15 -4141 ((-644 (-52)) $)) (-15 -1695 ($ $ (-644 (-52)))) (-15 -2119 ($ $ (-644 (-52)))) (-15 -3057 ($ (-1175) (-112) (-112) (-112))) (-15 -2721 ($ $ (-644 (-1175)) (-52))) (-15 -1925 ((-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52))) $)) (-15 -3721 ((-112) $)) (-15 -2653 ($ $)) (-15 -2277 ($ $ (-52))) (-15 -3416 ((-644 (-52)) $)) (-15 -1771 ((-644 $) $)) (-15 -4212 ((-3 (-644 $) "failed") (-644 $)))))
-((-2988 (((-112) $ $) NIL)) (-4111 (((-644 |#1|) $) 19)) (-1748 (((-112) $) 49)) (-2229 (((-3 (-672 |#1|) "failed") $) 56)) (-4158 (((-672 |#1|) $) 54)) (-3919 (($ $) 23)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-2440 (((-771) $) 61)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 (((-672 |#1|) $) 21)) (-3152 (((-862) $) 47) (($ (-672 |#1|)) 26) (((-819 |#1|) $) 36) (($ |#1|) 25)) (-3044 (((-112) $ $) NIL)) (-4366 (($) 9 T CONST)) (-2203 (((-644 (-672 |#1|)) $) 28)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 12)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 67)))
-(((-893 |#1|) (-13 (-850) (-1038 (-672 |#1|)) (-10 -8 (-15 1 ($) -1623) (-15 -3152 ((-819 |#1|) $)) (-15 -3152 ($ |#1|)) (-15 -3908 ((-672 |#1|) $)) (-15 -2440 ((-771) $)) (-15 -2203 ((-644 (-672 |#1|)) $)) (-15 -3919 ($ $)) (-15 -1748 ((-112) $)) (-15 -4111 ((-644 |#1|) $)))) (-850)) (T -893))
-((-4366 (*1 *1) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-3152 (*1 *1 *2) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850)))) (-3908 (*1 *2 *1) (-12 (-5 *2 (-672 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-2440 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-2203 (*1 *2 *1) (-12 (-5 *2 (-644 (-672 *3))) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-3919 (*1 *1 *1) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850)))) (-1748 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-4111 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850)))))
-(-13 (-850) (-1038 (-672 |#1|)) (-10 -8 (-15 (-4366) ($) -1623) (-15 -3152 ((-819 |#1|) $)) (-15 -3152 ($ |#1|)) (-15 -3908 ((-672 |#1|) $)) (-15 -2440 ((-771) $)) (-15 -2203 ((-644 (-672 |#1|)) $)) (-15 -3919 ($ $)) (-15 -1748 ((-112) $)) (-15 -4111 ((-644 |#1|) $))))
-((-1964 ((|#1| |#1| |#1|) 19)))
-(((-894 |#1| |#2|) (-10 -7 (-15 -1964 (|#1| |#1| |#1|))) (-1240 |#2|) (-1049)) (T -894))
-((-1964 (*1 *2 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-894 *2 *3)) (-4 *2 (-1240 *3)))))
-(-10 -7 (-15 -1964 (|#1| |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-2659 (((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4241 (((-1035) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 14)) (-2914 (((-112) $ $) 6)))
+((-2530 (((-112) (-644 |#2|) |#3|) 23) (((-112) |#2| |#3|) 18)) (-1469 (((-889 |#1| |#2|) |#2| |#3|) 45 (-12 (-3348 (|has| |#2| (-1038 (-1175)))) (-3348 (|has| |#2| (-1049))))) (((-644 (-295 (-952 |#2|))) |#2| |#3|) 44 (-12 (|has| |#2| (-1049)) (-3348 (|has| |#2| (-1038 (-1175)))))) (((-644 (-295 |#2|)) |#2| |#3|) 36 (|has| |#2| (-1038 (-1175)))) (((-885 |#1| |#2| (-644 |#2|)) (-644 |#2|) |#3|) 21)))
+(((-887 |#1| |#2| |#3|) (-10 -7 (-15 -2530 ((-112) |#2| |#3|)) (-15 -2530 ((-112) (-644 |#2|) |#3|)) (-15 -1469 ((-885 |#1| |#2| (-644 |#2|)) (-644 |#2|) |#3|)) (IF (|has| |#2| (-1038 (-1175))) (-15 -1469 ((-644 (-295 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1049)) (-15 -1469 ((-644 (-295 (-952 |#2|))) |#2| |#3|)) (-15 -1469 ((-889 |#1| |#2|) |#2| |#3|))))) (-1099) (-886 |#1|) (-614 (-892 |#1|))) (T -887))
+((-1469 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-5 *2 (-889 *5 *3)) (-5 *1 (-887 *5 *3 *4)) (-3348 (-4 *3 (-1038 (-1175)))) (-3348 (-4 *3 (-1049))) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))) (-1469 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-5 *2 (-644 (-295 (-952 *3)))) (-5 *1 (-887 *5 *3 *4)) (-4 *3 (-1049)) (-3348 (-4 *3 (-1038 (-1175)))) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))) (-1469 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-5 *2 (-644 (-295 *3))) (-5 *1 (-887 *5 *3 *4)) (-4 *3 (-1038 (-1175))) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))) (-1469 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-4 *6 (-886 *5)) (-5 *2 (-885 *5 *6 (-644 *6))) (-5 *1 (-887 *5 *6 *4)) (-5 *3 (-644 *6)) (-4 *4 (-614 (-892 *5))))) (-2530 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-4 *6 (-886 *5)) (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-887 *5 *6 *4)) (-4 *4 (-614 (-892 *5))))) (-2530 (*1 *2 *3 *4) (-12 (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-887 *5 *3 *4)) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))))
+(-10 -7 (-15 -2530 ((-112) |#2| |#3|)) (-15 -2530 ((-112) (-644 |#2|) |#3|)) (-15 -1469 ((-885 |#1| |#2| (-644 |#2|)) (-644 |#2|) |#3|)) (IF (|has| |#2| (-1038 (-1175))) (-15 -1469 ((-644 (-295 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1049)) (-15 -1469 ((-644 (-295 (-952 |#2|))) |#2| |#3|)) (-15 -1469 ((-889 |#1| |#2|) |#2| |#3|)))))
+((-1895 (((-889 |#1| |#3|) (-1 |#3| |#2|) (-889 |#1| |#2|)) 22)))
+(((-888 |#1| |#2| |#3|) (-10 -7 (-15 -1895 ((-889 |#1| |#3|) (-1 |#3| |#2|) (-889 |#1| |#2|)))) (-1099) (-1099) (-1099)) (T -888))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-889 *5 *6)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-889 *5 *7)) (-5 *1 (-888 *5 *6 *7)))))
+(-10 -7 (-15 -1895 ((-889 |#1| |#3|) (-1 |#3| |#2|) (-889 |#1| |#2|))))
+((-4124 (((-112) $ $) NIL)) (-2826 (($ $ $) 40)) (-2224 (((-3 (-112) "failed") $ (-892 |#1|)) 37)) (-1566 (($) 12)) (-3057 (((-1157) $) NIL)) (-1906 (($ (-892 |#1|) |#2| $) 20)) (-2029 (((-1119) $) NIL)) (-3926 (((-3 |#2| "failed") (-892 |#1|) $) 51)) (-3862 (((-112) $) 15)) (-2281 (($) 13)) (-3918 (((-644 (-2 (|:| -2334 (-1175)) (|:| -2303 |#2|))) $) 25)) (-1664 (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 |#2|)))) 23)) (-1650 (((-862) $) 45)) (-2657 (((-112) $ $) NIL)) (-1329 (($ (-892 |#1|) |#2| $ |#2|) 49)) (-2664 (($ (-892 |#1|) |#2| $) 48)) (-2868 (((-112) $ $) 42)))
+(((-889 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -3862 ((-112) $)) (-15 -2281 ($)) (-15 -1566 ($)) (-15 -2826 ($ $ $)) (-15 -3926 ((-3 |#2| "failed") (-892 |#1|) $)) (-15 -2664 ($ (-892 |#1|) |#2| $)) (-15 -1906 ($ (-892 |#1|) |#2| $)) (-15 -1329 ($ (-892 |#1|) |#2| $ |#2|)) (-15 -3918 ((-644 (-2 (|:| -2334 (-1175)) (|:| -2303 |#2|))) $)) (-15 -1664 ($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 |#2|))))) (-15 -2224 ((-3 (-112) "failed") $ (-892 |#1|))))) (-1099) (-1099)) (T -889))
+((-3862 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-889 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-2281 (*1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-1566 (*1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-2826 (*1 *1 *1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-3926 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-4 *2 (-1099)) (-5 *1 (-889 *4 *2)))) (-2664 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3)) (-4 *3 (-1099)))) (-1906 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3)) (-4 *3 (-1099)))) (-1329 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3)) (-4 *3 (-1099)))) (-3918 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 *4)))) (-5 *1 (-889 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-1664 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 *4)))) (-4 *4 (-1099)) (-5 *1 (-889 *3 *4)) (-4 *3 (-1099)))) (-2224 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-112)) (-5 *1 (-889 *4 *5)) (-4 *5 (-1099)))))
+(-13 (-1099) (-10 -8 (-15 -3862 ((-112) $)) (-15 -2281 ($)) (-15 -1566 ($)) (-15 -2826 ($ $ $)) (-15 -3926 ((-3 |#2| "failed") (-892 |#1|) $)) (-15 -2664 ($ (-892 |#1|) |#2| $)) (-15 -1906 ($ (-892 |#1|) |#2| $)) (-15 -1329 ($ (-892 |#1|) |#2| $ |#2|)) (-15 -3918 ((-644 (-2 (|:| -2334 (-1175)) (|:| -2303 |#2|))) $)) (-15 -1664 ($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 |#2|))))) (-15 -2224 ((-3 (-112) "failed") $ (-892 |#1|)))))
+((-4358 (((-892 |#1|) (-892 |#1|) (-644 (-1175)) (-1 (-112) (-644 |#2|))) 32) (((-892 |#1|) (-892 |#1|) (-644 (-1 (-112) |#2|))) 46) (((-892 |#1|) (-892 |#1|) (-1 (-112) |#2|)) 35)) (-2224 (((-112) (-644 |#2|) (-892 |#1|)) 42) (((-112) |#2| (-892 |#1|)) 36)) (-2818 (((-1 (-112) |#2|) (-892 |#1|)) 16)) (-4118 (((-644 |#2|) (-892 |#1|)) 24)) (-2914 (((-892 |#1|) (-892 |#1|) |#2|) 20)))
+(((-890 |#1| |#2|) (-10 -7 (-15 -4358 ((-892 |#1|) (-892 |#1|) (-1 (-112) |#2|))) (-15 -4358 ((-892 |#1|) (-892 |#1|) (-644 (-1 (-112) |#2|)))) (-15 -4358 ((-892 |#1|) (-892 |#1|) (-644 (-1175)) (-1 (-112) (-644 |#2|)))) (-15 -2818 ((-1 (-112) |#2|) (-892 |#1|))) (-15 -2224 ((-112) |#2| (-892 |#1|))) (-15 -2224 ((-112) (-644 |#2|) (-892 |#1|))) (-15 -2914 ((-892 |#1|) (-892 |#1|) |#2|)) (-15 -4118 ((-644 |#2|) (-892 |#1|)))) (-1099) (-1215)) (T -890))
+((-4118 (*1 *2 *3) (-12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-644 *5)) (-5 *1 (-890 *4 *5)) (-4 *5 (-1215)))) (-2914 (*1 *2 *2 *3) (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-890 *4 *3)) (-4 *3 (-1215)))) (-2224 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *6 (-1215)) (-5 *2 (-112)) (-5 *1 (-890 *5 *6)))) (-2224 (*1 *2 *3 *4) (-12 (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-890 *5 *3)) (-4 *3 (-1215)))) (-2818 (*1 *2 *3) (-12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-890 *4 *5)) (-4 *5 (-1215)))) (-4358 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-892 *5)) (-5 *3 (-644 (-1175))) (-5 *4 (-1 (-112) (-644 *6))) (-4 *5 (-1099)) (-4 *6 (-1215)) (-5 *1 (-890 *5 *6)))) (-4358 (*1 *2 *2 *3) (-12 (-5 *2 (-892 *4)) (-5 *3 (-644 (-1 (-112) *5))) (-4 *4 (-1099)) (-4 *5 (-1215)) (-5 *1 (-890 *4 *5)))) (-4358 (*1 *2 *2 *3) (-12 (-5 *2 (-892 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1099)) (-4 *5 (-1215)) (-5 *1 (-890 *4 *5)))))
+(-10 -7 (-15 -4358 ((-892 |#1|) (-892 |#1|) (-1 (-112) |#2|))) (-15 -4358 ((-892 |#1|) (-892 |#1|) (-644 (-1 (-112) |#2|)))) (-15 -4358 ((-892 |#1|) (-892 |#1|) (-644 (-1175)) (-1 (-112) (-644 |#2|)))) (-15 -2818 ((-1 (-112) |#2|) (-892 |#1|))) (-15 -2224 ((-112) |#2| (-892 |#1|))) (-15 -2224 ((-112) (-644 |#2|) (-892 |#1|))) (-15 -2914 ((-892 |#1|) (-892 |#1|) |#2|)) (-15 -4118 ((-644 |#2|) (-892 |#1|))))
+((-1895 (((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)) 19)))
+(((-891 |#1| |#2|) (-10 -7 (-15 -1895 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)))) (-1099) (-1099)) (T -891))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *2 (-892 *6)) (-5 *1 (-891 *5 *6)))))
+(-10 -7 (-15 -1895 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|))))
+((-4124 (((-112) $ $) NIL)) (-3848 (($ $ (-644 (-52))) 74)) (-3981 (((-644 $) $) 138)) (-2452 (((-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52))) $) 30)) (-2502 (((-112) $) 35)) (-1707 (($ $ (-644 (-1175)) (-52)) 31)) (-1974 (($ $ (-644 (-52))) 73)) (-1821 (((-3 |#1| "failed") $) 71) (((-3 (-1175) "failed") $) 162)) (-3213 ((|#1| $) 68) (((-1175) $) NIL)) (-2265 (($ $) 126)) (-1441 (((-112) $) 55)) (-1537 (((-644 (-52)) $) 50)) (-2796 (($ (-1175) (-112) (-112) (-112)) 75)) (-4147 (((-3 (-644 $) "failed") (-644 $)) 82)) (-1835 (((-112) $) 58)) (-1714 (((-112) $) 57)) (-3057 (((-1157) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) 41)) (-3323 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 48)) (-4280 (((-3 (-2 (|:| |val| $) (|:| -3388 $)) "failed") $) 97)) (-4001 (((-3 (-644 $) "failed") $) 40)) (-3313 (((-3 (-644 $) "failed") $ (-114)) 124) (((-3 (-2 (|:| -2753 (-114)) (|:| |arg| (-644 $))) "failed") $) 107)) (-2275 (((-3 (-644 $) "failed") $) 42)) (-2376 (((-3 (-2 (|:| |val| $) (|:| -3388 (-771))) "failed") $) 45)) (-3336 (((-112) $) 34)) (-2029 (((-1119) $) NIL)) (-1992 (((-112) $) 28)) (-3664 (((-112) $) 52)) (-2157 (((-644 (-52)) $) 130)) (-2642 (((-112) $) 56)) (-3483 (($ (-114) (-644 $)) 104)) (-2752 (((-771) $) 33)) (-1800 (($ $) 72)) (-1945 (($ (-644 $)) 69)) (-3084 (((-112) $) 32)) (-1650 (((-862) $) 63) (($ |#1|) 23) (($ (-1175)) 76)) (-2657 (((-112) $ $) NIL)) (-2914 (($ $ (-52)) 129)) (-3410 (($) 103 T CONST)) (-3424 (($) 83 T CONST)) (-2868 (((-112) $ $) 93)) (-2990 (($ $ $) 117)) (-2964 (($ $ $) 121)) (** (($ $ (-771)) 115) (($ $ $) 64)) (* (($ $ $) 122)))
+(((-892 |#1|) (-13 (-1099) (-1038 |#1|) (-1038 (-1175)) (-10 -8 (-15 0 ($) -4388) (-15 1 ($) -4388) (-15 -4001 ((-3 (-644 $) "failed") $)) (-15 -2174 ((-3 (-644 $) "failed") $)) (-15 -3313 ((-3 (-644 $) "failed") $ (-114))) (-15 -3313 ((-3 (-2 (|:| -2753 (-114)) (|:| |arg| (-644 $))) "failed") $)) (-15 -2376 ((-3 (-2 (|:| |val| $) (|:| -3388 (-771))) "failed") $)) (-15 -3323 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -2275 ((-3 (-644 $) "failed") $)) (-15 -4280 ((-3 (-2 (|:| |val| $) (|:| -3388 $)) "failed") $)) (-15 -3483 ($ (-114) (-644 $))) (-15 -2964 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771))) (-15 ** ($ $ $)) (-15 -2990 ($ $ $)) (-15 -2752 ((-771) $)) (-15 -1945 ($ (-644 $))) (-15 -1800 ($ $)) (-15 -3336 ((-112) $)) (-15 -1441 ((-112) $)) (-15 -2502 ((-112) $)) (-15 -3084 ((-112) $)) (-15 -2642 ((-112) $)) (-15 -1714 ((-112) $)) (-15 -1835 ((-112) $)) (-15 -3664 ((-112) $)) (-15 -1537 ((-644 (-52)) $)) (-15 -1974 ($ $ (-644 (-52)))) (-15 -3848 ($ $ (-644 (-52)))) (-15 -2796 ($ (-1175) (-112) (-112) (-112))) (-15 -1707 ($ $ (-644 (-1175)) (-52))) (-15 -2452 ((-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52))) $)) (-15 -1992 ((-112) $)) (-15 -2265 ($ $)) (-15 -2914 ($ $ (-52))) (-15 -2157 ((-644 (-52)) $)) (-15 -3981 ((-644 $) $)) (-15 -4147 ((-3 (-644 $) "failed") (-644 $))))) (-1099)) (T -892))
+((-3410 (*1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-3424 (*1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-4001 (*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2174 (*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3313 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-114)) (-5 *2 (-644 (-892 *4))) (-5 *1 (-892 *4)) (-4 *4 (-1099)))) (-3313 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -2753 (-114)) (|:| |arg| (-644 (-892 *3))))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2376 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-892 *3)) (|:| -3388 (-771)))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3323 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-892 *3)) (|:| |den| (-892 *3)))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2275 (*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4280 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-892 *3)) (|:| -3388 (-892 *3)))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3483 (*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 (-892 *4))) (-5 *1 (-892 *4)) (-4 *4 (-1099)))) (-2964 (*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-2990 (*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-2752 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1945 (*1 *1 *2) (-12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1800 (*1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-3336 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1441 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2502 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3084 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2642 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1714 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1835 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3664 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1537 (*1 *2 *1) (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1974 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3848 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2796 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-112)) (-5 *1 (-892 *4)) (-4 *4 (-1099)))) (-1707 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-52)) (-5 *1 (-892 *4)) (-4 *4 (-1099)))) (-2452 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52)))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-1992 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2265 (*1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))) (-2914 (*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-2157 (*1 *2 *1) (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-3981 (*1 *2 *1) (-12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))) (-4147 (*1 *2 *2) (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(-13 (-1099) (-1038 |#1|) (-1038 (-1175)) (-10 -8 (-15 (-3410) ($) -4388) (-15 (-3424) ($) -4388) (-15 -4001 ((-3 (-644 $) "failed") $)) (-15 -2174 ((-3 (-644 $) "failed") $)) (-15 -3313 ((-3 (-644 $) "failed") $ (-114))) (-15 -3313 ((-3 (-2 (|:| -2753 (-114)) (|:| |arg| (-644 $))) "failed") $)) (-15 -2376 ((-3 (-2 (|:| |val| $) (|:| -3388 (-771))) "failed") $)) (-15 -3323 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -2275 ((-3 (-644 $) "failed") $)) (-15 -4280 ((-3 (-2 (|:| |val| $) (|:| -3388 $)) "failed") $)) (-15 -3483 ($ (-114) (-644 $))) (-15 -2964 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771))) (-15 ** ($ $ $)) (-15 -2990 ($ $ $)) (-15 -2752 ((-771) $)) (-15 -1945 ($ (-644 $))) (-15 -1800 ($ $)) (-15 -3336 ((-112) $)) (-15 -1441 ((-112) $)) (-15 -2502 ((-112) $)) (-15 -3084 ((-112) $)) (-15 -2642 ((-112) $)) (-15 -1714 ((-112) $)) (-15 -1835 ((-112) $)) (-15 -3664 ((-112) $)) (-15 -1537 ((-644 (-52)) $)) (-15 -1974 ($ $ (-644 (-52)))) (-15 -3848 ($ $ (-644 (-52)))) (-15 -2796 ($ (-1175) (-112) (-112) (-112))) (-15 -1707 ($ $ (-644 (-1175)) (-52))) (-15 -2452 ((-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52))) $)) (-15 -1992 ((-112) $)) (-15 -2265 ($ $)) (-15 -2914 ($ $ (-52))) (-15 -2157 ((-644 (-52)) $)) (-15 -3981 ((-644 $) $)) (-15 -4147 ((-3 (-644 $) "failed") (-644 $)))))
+((-4124 (((-112) $ $) NIL)) (-1327 (((-644 |#1|) $) 19)) (-1343 (((-112) $) 49)) (-1821 (((-3 (-672 |#1|) "failed") $) 56)) (-3213 (((-672 |#1|) $) 54)) (-3616 (($ $) 23)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-2715 (((-771) $) 61)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 (((-672 |#1|) $) 21)) (-1650 (((-862) $) 47) (($ (-672 |#1|)) 26) (((-819 |#1|) $) 36) (($ |#1|) 25)) (-2657 (((-112) $ $) NIL)) (-3424 (($) 9 T CONST)) (-3415 (((-644 (-672 |#1|)) $) 28)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 12)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 67)))
+(((-893 |#1|) (-13 (-850) (-1038 (-672 |#1|)) (-10 -8 (-15 1 ($) -4388) (-15 -1650 ((-819 |#1|) $)) (-15 -1650 ($ |#1|)) (-15 -3604 ((-672 |#1|) $)) (-15 -2715 ((-771) $)) (-15 -3415 ((-644 (-672 |#1|)) $)) (-15 -3616 ($ $)) (-15 -1343 ((-112) $)) (-15 -1327 ((-644 |#1|) $)))) (-850)) (T -893))
+((-3424 (*1 *1) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-1650 (*1 *1 *2) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850)))) (-3604 (*1 *2 *1) (-12 (-5 *2 (-672 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-2715 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-3415 (*1 *2 *1) (-12 (-5 *2 (-644 (-672 *3))) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-3616 (*1 *1 *1) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850)))) (-1343 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-893 *3)) (-4 *3 (-850)))) (-1327 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850)))))
+(-13 (-850) (-1038 (-672 |#1|)) (-10 -8 (-15 (-3424) ($) -4388) (-15 -1650 ((-819 |#1|) $)) (-15 -1650 ($ |#1|)) (-15 -3604 ((-672 |#1|) $)) (-15 -2715 ((-771) $)) (-15 -3415 ((-644 (-672 |#1|)) $)) (-15 -3616 ($ $)) (-15 -1343 ((-112) $)) (-15 -1327 ((-644 |#1|) $))))
+((-2885 ((|#1| |#1| |#1|) 19)))
+(((-894 |#1| |#2|) (-10 -7 (-15 -2885 (|#1| |#1| |#1|))) (-1241 |#2|) (-1049)) (T -894))
+((-2885 (*1 *2 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-894 *2 *3)) (-4 *2 (-1241 *3)))))
+(-10 -7 (-15 -2885 (|#1| |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-2294 (((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-1336 (((-1035) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 14)) (-2868 (((-112) $ $) 6)))
(((-895) (-140)) (T -895))
-((-2659 (*1 *2 *3 *4) (-12 (-4 *1 (-895)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157)))))) (-4241 (*1 *2 *3) (-12 (-4 *1 (-895)) (-5 *3 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *2 (-1035)))))
-(-13 (-1099) (-10 -7 (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))) (-15 -4241 ((-1035) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))))))
+((-2294 (*1 *2 *3 *4) (-12 (-4 *1 (-895)) (-5 *3 (-1062)) (-5 *4 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157)))))) (-1336 (*1 *2 *3) (-12 (-4 *1 (-895)) (-5 *3 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *2 (-1035)))))
+(-13 (-1099) (-10 -7 (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))) (-1062) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))) (-15 -1336 ((-1035) (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-3336 ((|#1| |#1| (-771)) 29)) (-3886 (((-3 |#1| "failed") |#1| |#1|) 26)) (-2461 (((-3 (-2 (|:| -1953 |#1|) (|:| -1966 |#1|)) "failed") |#1| (-771) (-771)) 32) (((-644 |#1|) |#1|) 39)))
-(((-896 |#1| |#2|) (-10 -7 (-15 -2461 ((-644 |#1|) |#1|)) (-15 -2461 ((-3 (-2 (|:| -1953 |#1|) (|:| -1966 |#1|)) "failed") |#1| (-771) (-771))) (-15 -3886 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3336 (|#1| |#1| (-771)))) (-1240 |#2|) (-365)) (T -896))
-((-3336 (*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-365)) (-5 *1 (-896 *2 *4)) (-4 *2 (-1240 *4)))) (-3886 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-365)) (-5 *1 (-896 *2 *3)) (-4 *2 (-1240 *3)))) (-2461 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-771)) (-4 *5 (-365)) (-5 *2 (-2 (|:| -1953 *3) (|:| -1966 *3))) (-5 *1 (-896 *3 *5)) (-4 *3 (-1240 *5)))) (-2461 (*1 *2 *3) (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-896 *3 *4)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -2461 ((-644 |#1|) |#1|)) (-15 -2461 ((-3 (-2 (|:| -1953 |#1|) (|:| -1966 |#1|)) "failed") |#1| (-771) (-771))) (-15 -3886 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3336 (|#1| |#1| (-771))))
-((-2423 (((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157)) 106) (((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157) (-225)) 102) (((-1035) (-898) (-1062)) 94) (((-1035) (-898)) 95)) (-2659 (((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898) (-1062)) 65) (((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898)) 67)))
-(((-897) (-10 -7 (-15 -2423 ((-1035) (-898))) (-15 -2423 ((-1035) (-898) (-1062))) (-15 -2423 ((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157) (-225))) (-15 -2423 ((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898) (-1062))))) (T -897))
-((-2659 (*1 *2 *3 *4) (-12 (-5 *3 (-898)) (-5 *4 (-1062)) (-5 *2 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-897)))) (-2659 (*1 *2 *3) (-12 (-5 *3 (-898)) (-5 *2 (-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-897)))) (-2423 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-771)) (-5 *6 (-644 (-644 (-317 *3)))) (-5 *7 (-1157)) (-5 *5 (-644 (-317 (-381)))) (-5 *3 (-381)) (-5 *2 (-1035)) (-5 *1 (-897)))) (-2423 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-771)) (-5 *6 (-644 (-644 (-317 *3)))) (-5 *7 (-1157)) (-5 *8 (-225)) (-5 *5 (-644 (-317 (-381)))) (-5 *3 (-381)) (-5 *2 (-1035)) (-5 *1 (-897)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-898)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-897)))) (-2423 (*1 *2 *3) (-12 (-5 *3 (-898)) (-5 *2 (-1035)) (-5 *1 (-897)))))
-(-10 -7 (-15 -2423 ((-1035) (-898))) (-15 -2423 ((-1035) (-898) (-1062))) (-15 -2423 ((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157) (-225))) (-15 -2423 ((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898))) (-15 -2659 ((-2 (|:| -2659 (-381)) (|:| -1368 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898) (-1062))))
-((-2988 (((-112) $ $) NIL)) (-4158 (((-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))) $) 19)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 21) (($ (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 18)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-898) (-13 (-1099) (-10 -8 (-15 -3152 ($ (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))) (-15 -4158 ((-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))) $))))) (T -898))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *1 (-898)))) (-4158 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *1 (-898)))))
-(-13 (-1099) (-10 -8 (-15 -3152 ($ (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))) (-15 -4158 ((-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))) $))))
-((-3629 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) 10) (($ $ |#2| (-771)) 15) (($ $ (-644 |#2|) (-644 (-771))) 18)) (-3497 (($ $ |#2|) 19) (($ $ (-644 |#2|)) 21) (($ $ |#2| (-771)) 22) (($ $ (-644 |#2|) (-644 (-771))) 24)))
-(((-899 |#1| |#2|) (-10 -8 (-15 -3497 (|#1| |#1| (-644 |#2|) (-644 (-771)))) (-15 -3497 (|#1| |#1| |#2| (-771))) (-15 -3497 (|#1| |#1| (-644 |#2|))) (-15 -3497 (|#1| |#1| |#2|)) (-15 -3629 (|#1| |#1| (-644 |#2|) (-644 (-771)))) (-15 -3629 (|#1| |#1| |#2| (-771))) (-15 -3629 (|#1| |#1| (-644 |#2|))) (-15 -3629 (|#1| |#1| |#2|))) (-900 |#2|) (-1099)) (T -899))
-NIL
-(-10 -8 (-15 -3497 (|#1| |#1| (-644 |#2|) (-644 (-771)))) (-15 -3497 (|#1| |#1| |#2| (-771))) (-15 -3497 (|#1| |#1| (-644 |#2|))) (-15 -3497 (|#1| |#1| |#2|)) (-15 -3629 (|#1| |#1| (-644 |#2|) (-644 (-771)))) (-15 -3629 (|#1| |#1| |#2| (-771))) (-15 -3629 (|#1| |#1| (-644 |#2|))) (-15 -3629 (|#1| |#1| |#2|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3629 (($ $ |#1|) 46) (($ $ (-644 |#1|)) 45) (($ $ |#1| (-771)) 44) (($ $ (-644 |#1|) (-644 (-771))) 43)) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ |#1|) 42) (($ $ (-644 |#1|)) 41) (($ $ |#1| (-771)) 40) (($ $ (-644 |#1|) (-644 (-771))) 39)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-2542 ((|#1| |#1| (-771)) 29)) (-4136 (((-3 |#1| "failed") |#1| |#1|) 26)) (-4119 (((-3 (-2 (|:| -3555 |#1|) (|:| -3567 |#1|)) "failed") |#1| (-771) (-771)) 32) (((-644 |#1|) |#1|) 39)))
+(((-896 |#1| |#2|) (-10 -7 (-15 -4119 ((-644 |#1|) |#1|)) (-15 -4119 ((-3 (-2 (|:| -3555 |#1|) (|:| -3567 |#1|)) "failed") |#1| (-771) (-771))) (-15 -4136 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2542 (|#1| |#1| (-771)))) (-1241 |#2|) (-365)) (T -896))
+((-2542 (*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-365)) (-5 *1 (-896 *2 *4)) (-4 *2 (-1241 *4)))) (-4136 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-365)) (-5 *1 (-896 *2 *3)) (-4 *2 (-1241 *3)))) (-4119 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-771)) (-4 *5 (-365)) (-5 *2 (-2 (|:| -3555 *3) (|:| -3567 *3))) (-5 *1 (-896 *3 *5)) (-4 *3 (-1241 *5)))) (-4119 (*1 *2 *3) (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-896 *3 *4)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -4119 ((-644 |#1|) |#1|)) (-15 -4119 ((-3 (-2 (|:| -3555 |#1|) (|:| -3567 |#1|)) "failed") |#1| (-771) (-771))) (-15 -4136 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2542 (|#1| |#1| (-771))))
+((-1848 (((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157)) 106) (((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157) (-225)) 102) (((-1035) (-898) (-1062)) 94) (((-1035) (-898)) 95)) (-2294 (((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898) (-1062)) 65) (((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898)) 67)))
+(((-897) (-10 -7 (-15 -1848 ((-1035) (-898))) (-15 -1848 ((-1035) (-898) (-1062))) (-15 -1848 ((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157) (-225))) (-15 -1848 ((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898) (-1062))))) (T -897))
+((-2294 (*1 *2 *3 *4) (-12 (-5 *3 (-898)) (-5 *4 (-1062)) (-5 *2 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-897)))) (-2294 (*1 *2 *3) (-12 (-5 *3 (-898)) (-5 *2 (-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157))))) (-5 *1 (-897)))) (-1848 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-771)) (-5 *6 (-644 (-644 (-317 *3)))) (-5 *7 (-1157)) (-5 *5 (-644 (-317 (-381)))) (-5 *3 (-381)) (-5 *2 (-1035)) (-5 *1 (-897)))) (-1848 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-771)) (-5 *6 (-644 (-644 (-317 *3)))) (-5 *7 (-1157)) (-5 *8 (-225)) (-5 *5 (-644 (-317 (-381)))) (-5 *3 (-381)) (-5 *2 (-1035)) (-5 *1 (-897)))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-898)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-897)))) (-1848 (*1 *2 *3) (-12 (-5 *3 (-898)) (-5 *2 (-1035)) (-5 *1 (-897)))))
+(-10 -7 (-15 -1848 ((-1035) (-898))) (-15 -1848 ((-1035) (-898) (-1062))) (-15 -1848 ((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157) (-225))) (-15 -1848 ((-1035) (-381) (-381) (-381) (-381) (-771) (-771) (-644 (-317 (-381))) (-644 (-644 (-317 (-381)))) (-1157))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898))) (-15 -2294 ((-2 (|:| -2294 (-381)) (|:| -3707 (-1157)) (|:| |explanations| (-644 (-1157)))) (-898) (-1062))))
+((-4124 (((-112) $ $) NIL)) (-3213 (((-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))) $) 19)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 21) (($ (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) 18)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-898) (-13 (-1099) (-10 -8 (-15 -1650 ($ (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))) (-15 -3213 ((-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))) $))))) (T -898))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *1 (-898)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225)))) (-5 *1 (-898)))))
+(-13 (-1099) (-10 -8 (-15 -1650 ($ (-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))))) (-15 -3213 ((-2 (|:| |pde| (-644 (-317 (-225)))) (|:| |constraints| (-644 (-2 (|:| |start| (-225)) (|:| |finish| (-225)) (|:| |grid| (-771)) (|:| |boundaryType| (-566)) (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225)))))) (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157)) (|:| |tol| (-225))) $))))
+((-2324 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) 10) (($ $ |#2| (-771)) 15) (($ $ (-644 |#2|) (-644 (-771))) 18)) (-3218 (($ $ |#2|) 19) (($ $ (-644 |#2|)) 21) (($ $ |#2| (-771)) 22) (($ $ (-644 |#2|) (-644 (-771))) 24)))
+(((-899 |#1| |#2|) (-10 -8 (-15 -3218 (|#1| |#1| (-644 |#2|) (-644 (-771)))) (-15 -3218 (|#1| |#1| |#2| (-771))) (-15 -3218 (|#1| |#1| (-644 |#2|))) (-15 -3218 (|#1| |#1| |#2|)) (-15 -2324 (|#1| |#1| (-644 |#2|) (-644 (-771)))) (-15 -2324 (|#1| |#1| |#2| (-771))) (-15 -2324 (|#1| |#1| (-644 |#2|))) (-15 -2324 (|#1| |#1| |#2|))) (-900 |#2|) (-1099)) (T -899))
+NIL
+(-10 -8 (-15 -3218 (|#1| |#1| (-644 |#2|) (-644 (-771)))) (-15 -3218 (|#1| |#1| |#2| (-771))) (-15 -3218 (|#1| |#1| (-644 |#2|))) (-15 -3218 (|#1| |#1| |#2|)) (-15 -2324 (|#1| |#1| (-644 |#2|) (-644 (-771)))) (-15 -2324 (|#1| |#1| |#2| (-771))) (-15 -2324 (|#1| |#1| (-644 |#2|))) (-15 -2324 (|#1| |#1| |#2|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2324 (($ $ |#1|) 46) (($ $ (-644 |#1|)) 45) (($ $ |#1| (-771)) 44) (($ $ (-644 |#1|) (-644 (-771))) 43)) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ |#1|) 42) (($ $ (-644 |#1|)) 41) (($ $ |#1| (-771)) 40) (($ $ (-644 |#1|) (-644 (-771))) 39)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-900 |#1|) (-140) (-1099)) (T -900))
-((-3629 (*1 *1 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1099)))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *1 (-900 *3)) (-4 *3 (-1099)))) (-3629 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-900 *2)) (-4 *2 (-1099)))) (-3629 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 (-771))) (-4 *1 (-900 *4)) (-4 *4 (-1099)))) (-3497 (*1 *1 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1099)))) (-3497 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *1 (-900 *3)) (-4 *3 (-1099)))) (-3497 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-900 *2)) (-4 *2 (-1099)))) (-3497 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 (-771))) (-4 *1 (-900 *4)) (-4 *4 (-1099)))))
-(-13 (-1049) (-10 -8 (-15 -3629 ($ $ |t#1|)) (-15 -3629 ($ $ (-644 |t#1|))) (-15 -3629 ($ $ |t#1| (-771))) (-15 -3629 ($ $ (-644 |t#1|) (-644 (-771)))) (-15 -3497 ($ $ |t#1|)) (-15 -3497 ($ $ (-644 |t#1|))) (-15 -3497 ($ $ |t#1| (-771))) (-15 -3497 ($ $ (-644 |t#1|) (-644 (-771))))))
+((-2324 (*1 *1 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1099)))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *1 (-900 *3)) (-4 *3 (-1099)))) (-2324 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-900 *2)) (-4 *2 (-1099)))) (-2324 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 (-771))) (-4 *1 (-900 *4)) (-4 *4 (-1099)))) (-3218 (*1 *1 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1099)))) (-3218 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *1 (-900 *3)) (-4 *3 (-1099)))) (-3218 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-900 *2)) (-4 *2 (-1099)))) (-3218 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 (-771))) (-4 *1 (-900 *4)) (-4 *4 (-1099)))))
+(-13 (-1049) (-10 -8 (-15 -2324 ($ $ |t#1|)) (-15 -2324 ($ $ (-644 |t#1|))) (-15 -2324 ($ $ |t#1| (-771))) (-15 -2324 ($ $ (-644 |t#1|) (-644 (-771)))) (-15 -3218 ($ $ |t#1|)) (-15 -3218 ($ $ (-644 |t#1|))) (-15 -3218 ($ $ |t#1| (-771))) (-15 -3218 ($ $ (-644 |t#1|) (-644 (-771))))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) 26)) (-1504 (((-112) $ (-771)) NIL)) (-2191 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1878 (($ $ $) NIL (|has| $ (-6 -4415)))) (-3414 (($ $ $) NIL (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415))) (($ $ "left" $) NIL (|has| $ (-6 -4415))) (($ $ "right" $) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-1966 (($ $) 25)) (-3018 (($ |#1|) 12) (($ $ $) 17)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-1953 (($ $) 23)) (-1458 (((-644 |#1|) $) NIL)) (-3860 (((-112) $) 20)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1696 (((-566) $ $) NIL)) (-3786 (((-112) $) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-1200 |#1|) $) 9) (((-862) $) 29 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 21 (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-901 |#1|) (-13 (-119 |#1|) (-613 (-1200 |#1|)) (-10 -8 (-15 -3018 ($ |#1|)) (-15 -3018 ($ $ $)))) (-1099)) (T -901))
-((-3018 (*1 *1 *2) (-12 (-5 *1 (-901 *2)) (-4 *2 (-1099)))) (-3018 (*1 *1 *1 *1) (-12 (-5 *1 (-901 *2)) (-4 *2 (-1099)))))
-(-13 (-119 |#1|) (-613 (-1200 |#1|)) (-10 -8 (-15 -3018 ($ |#1|)) (-15 -3018 ($ $ $))))
-((-1954 ((|#2| (-1141 |#1| |#2|)) 53)))
-(((-902 |#1| |#2|) (-10 -7 (-15 -1954 (|#2| (-1141 |#1| |#2|)))) (-921) (-13 (-1049) (-10 -7 (-6 (-4416 "*"))))) (T -902))
-((-1954 (*1 *2 *3) (-12 (-5 *3 (-1141 *4 *2)) (-14 *4 (-921)) (-4 *2 (-13 (-1049) (-10 -7 (-6 (-4416 "*"))))) (-5 *1 (-902 *4 *2)))))
-(-10 -7 (-15 -1954 (|#2| (-1141 |#1| |#2|))))
-((-2988 (((-112) $ $) 7)) (-2463 (($) 19 T CONST)) (-3245 (((-3 $ "failed") $) 16)) (-4069 (((-1101 |#1|) $ |#1|) 33)) (-2389 (((-112) $) 18)) (-1478 (($ $ $) 31 (-2768 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-2599 (($ $ $) 30 (-2768 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-3380 (((-1157) $) 10)) (-2748 (($ $) 25)) (-4072 (((-1119) $) 11)) (-2023 ((|#1| $ |#1|) 35)) (-1309 ((|#1| $ |#1|) 34)) (-3951 (($ (-644 (-644 |#1|))) 36)) (-3344 (($ (-644 |#1|)) 37)) (-3357 (($ $ $) 22)) (-2527 (($ $ $) 21)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4366 (($) 20 T CONST)) (-2968 (((-112) $ $) 28 (-2768 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-2946 (((-112) $ $) 27 (-2768 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 29 (-2768 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-2935 (((-112) $ $) 32)) (-3025 (($ $ $) 24)) (** (($ $ (-921)) 14) (($ $ (-771)) 17) (($ $ (-566)) 23)) (* (($ $ $) 15)))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) 26)) (-3874 (((-112) $ (-771)) NIL)) (-3283 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-3215 (($ $ $) NIL (|has| $ (-6 -4416)))) (-2133 (($ $ $) NIL (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416))) (($ $ "left" $) NIL (|has| $ (-6 -4416))) (($ $ "right" $) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-3567 (($ $) 25)) (-1484 (($ |#1|) 12) (($ $ $) 17)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3555 (($ $) 23)) (-3343 (((-644 |#1|) $) NIL)) (-3900 (((-112) $) 20)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1985 (((-566) $ $) NIL)) (-1409 (((-112) $) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-1201 |#1|) $) 9) (((-862) $) 29 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 21 (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-901 |#1|) (-13 (-119 |#1|) (-613 (-1201 |#1|)) (-10 -8 (-15 -1484 ($ |#1|)) (-15 -1484 ($ $ $)))) (-1099)) (T -901))
+((-1484 (*1 *1 *2) (-12 (-5 *1 (-901 *2)) (-4 *2 (-1099)))) (-1484 (*1 *1 *1 *1) (-12 (-5 *1 (-901 *2)) (-4 *2 (-1099)))))
+(-13 (-119 |#1|) (-613 (-1201 |#1|)) (-10 -8 (-15 -1484 ($ |#1|)) (-15 -1484 ($ $ $))))
+((-2760 ((|#2| (-1141 |#1| |#2|)) 53)))
+(((-902 |#1| |#2|) (-10 -7 (-15 -2760 (|#2| (-1141 |#1| |#2|)))) (-921) (-13 (-1049) (-10 -7 (-6 (-4417 "*"))))) (T -902))
+((-2760 (*1 *2 *3) (-12 (-5 *3 (-1141 *4 *2)) (-14 *4 (-921)) (-4 *2 (-13 (-1049) (-10 -7 (-6 (-4417 "*"))))) (-5 *1 (-902 *4 *2)))))
+(-10 -7 (-15 -2760 (|#2| (-1141 |#1| |#2|))))
+((-4124 (((-112) $ $) 7)) (-4145 (($) 19 T CONST)) (-4185 (((-3 $ "failed") $) 16)) (-2028 (((-1101 |#1|) $ |#1|) 33)) (-1568 (((-112) $) 18)) (-1888 (($ $ $) 31 (-2700 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-3890 (($ $ $) 30 (-2700 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-3057 (((-1157) $) 10)) (-4085 (($ $) 25)) (-2029 (((-1119) $) 11)) (-1838 ((|#1| $ |#1|) 35)) (-3483 ((|#1| $ |#1|) 34)) (-3443 (($ (-644 (-644 |#1|))) 36)) (-2626 (($ (-644 |#1|)) 37)) (-2791 (($ $ $) 22)) (-3528 (($ $ $) 21)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3424 (($) 20 T CONST)) (-2928 (((-112) $ $) 28 (-2700 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-2904 (((-112) $ $) 27 (-2700 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 29 (-2700 (|has| |#1| (-850)) (|has| |#1| (-370))))) (-2892 (((-112) $ $) 32)) (-2990 (($ $ $) 24)) (** (($ $ (-921)) 14) (($ $ (-771)) 17) (($ $ (-566)) 23)) (* (($ $ $) 15)))
(((-903 |#1|) (-140) (-1099)) (T -903))
-((-3344 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-903 *3)))) (-3951 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-4 *1 (-903 *3)))) (-2023 (*1 *2 *1 *2) (-12 (-4 *1 (-903 *2)) (-4 *2 (-1099)))) (-1309 (*1 *2 *1 *2) (-12 (-4 *1 (-903 *2)) (-4 *2 (-1099)))) (-4069 (*1 *2 *1 *3) (-12 (-4 *1 (-903 *3)) (-4 *3 (-1099)) (-5 *2 (-1101 *3)))) (-2935 (*1 *2 *1 *1) (-12 (-4 *1 (-903 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
-(-13 (-475) (-10 -8 (-15 -3344 ($ (-644 |t#1|))) (-15 -3951 ($ (-644 (-644 |t#1|)))) (-15 -2023 (|t#1| $ |t#1|)) (-15 -1309 (|t#1| $ |t#1|)) (-15 -4069 ((-1101 |t#1|) $ |t#1|)) (-15 -2935 ((-112) $ $)) (IF (|has| |t#1| (-850)) (-6 (-850)) |%noBranch|) (IF (|has| |t#1| (-370)) (-6 (-850)) |%noBranch|)))
-(((-102) . T) ((-613 (-862)) . T) ((-475) . T) ((-726) . T) ((-850) -2768 (|has| |#1| (-850)) (|has| |#1| (-370))) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-2929 (((-644 (-644 (-771))) $) 165)) (-2993 (((-644 (-771)) (-905 |#1|) $) 193)) (-3314 (((-644 (-771)) (-905 |#1|) $) 194)) (-2185 (((-644 (-905 |#1|)) $) 154)) (-2715 (((-905 |#1|) $ (-566)) 159) (((-905 |#1|) $) 160)) (-1551 (($ (-644 (-905 |#1|))) 167)) (-2679 (((-771) $) 161)) (-3553 (((-1101 (-1101 |#1|)) $) 191)) (-4069 (((-1101 |#1|) $ |#1|) 182) (((-1101 (-1101 |#1|)) $ (-1101 |#1|)) 202) (((-1101 (-644 |#1|)) $ (-644 |#1|)) 205)) (-1682 (((-1101 |#1|) $) 157)) (-1602 (((-112) (-905 |#1|) $) 143)) (-3380 (((-1157) $) NIL)) (-1955 (((-1269) $) 147) (((-1269) $ (-566) (-566)) 206)) (-4072 (((-1119) $) NIL)) (-2343 (((-644 (-905 |#1|)) $) 148)) (-1309 (((-905 |#1|) $ (-771)) 155)) (-3902 (((-771) $) 162)) (-3152 (((-862) $) 179) (((-644 (-905 |#1|)) $) 28) (($ (-644 (-905 |#1|))) 166)) (-3044 (((-112) $ $) NIL)) (-2576 (((-644 |#1|) $) 164)) (-2914 (((-112) $ $) 199)) (-2956 (((-112) $ $) 197)) (-2935 (((-112) $ $) 196)))
-(((-904 |#1|) (-13 (-1099) (-10 -8 (-15 -3152 ((-644 (-905 |#1|)) $)) (-15 -2343 ((-644 (-905 |#1|)) $)) (-15 -1309 ((-905 |#1|) $ (-771))) (-15 -2715 ((-905 |#1|) $ (-566))) (-15 -2715 ((-905 |#1|) $)) (-15 -2679 ((-771) $)) (-15 -3902 ((-771) $)) (-15 -2576 ((-644 |#1|) $)) (-15 -2185 ((-644 (-905 |#1|)) $)) (-15 -2929 ((-644 (-644 (-771))) $)) (-15 -3152 ($ (-644 (-905 |#1|)))) (-15 -1551 ($ (-644 (-905 |#1|)))) (-15 -4069 ((-1101 |#1|) $ |#1|)) (-15 -3553 ((-1101 (-1101 |#1|)) $)) (-15 -4069 ((-1101 (-1101 |#1|)) $ (-1101 |#1|))) (-15 -4069 ((-1101 (-644 |#1|)) $ (-644 |#1|))) (-15 -1602 ((-112) (-905 |#1|) $)) (-15 -2993 ((-644 (-771)) (-905 |#1|) $)) (-15 -3314 ((-644 (-771)) (-905 |#1|) $)) (-15 -1682 ((-1101 |#1|) $)) (-15 -2935 ((-112) $ $)) (-15 -2956 ((-112) $ $)) (-15 -1955 ((-1269) $)) (-15 -1955 ((-1269) $ (-566) (-566))))) (-1099)) (T -904))
-((-3152 (*1 *2 *1) (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2343 (*1 *2 *1) (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-905 *4)) (-5 *1 (-904 *4)) (-4 *4 (-1099)))) (-2715 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-905 *4)) (-5 *1 (-904 *4)) (-4 *4 (-1099)))) (-2715 (*1 *2 *1) (-12 (-5 *2 (-905 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2679 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-3902 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2576 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2185 (*1 *2 *1) (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2929 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-771)))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-905 *3))) (-4 *3 (-1099)) (-5 *1 (-904 *3)))) (-1551 (*1 *1 *2) (-12 (-5 *2 (-644 (-905 *3))) (-4 *3 (-1099)) (-5 *1 (-904 *3)))) (-4069 (*1 *2 *1 *3) (-12 (-5 *2 (-1101 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-3553 (*1 *2 *1) (-12 (-5 *2 (-1101 (-1101 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-4069 (*1 *2 *1 *3) (-12 (-4 *4 (-1099)) (-5 *2 (-1101 (-1101 *4))) (-5 *1 (-904 *4)) (-5 *3 (-1101 *4)))) (-4069 (*1 *2 *1 *3) (-12 (-4 *4 (-1099)) (-5 *2 (-1101 (-644 *4))) (-5 *1 (-904 *4)) (-5 *3 (-644 *4)))) (-1602 (*1 *2 *3 *1) (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-112)) (-5 *1 (-904 *4)))) (-2993 (*1 *2 *3 *1) (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-644 (-771))) (-5 *1 (-904 *4)))) (-3314 (*1 *2 *3 *1) (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-644 (-771))) (-5 *1 (-904 *4)))) (-1682 (*1 *2 *1) (-12 (-5 *2 (-1101 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2935 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2956 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-1955 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-1955 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-904 *4)) (-4 *4 (-1099)))))
-(-13 (-1099) (-10 -8 (-15 -3152 ((-644 (-905 |#1|)) $)) (-15 -2343 ((-644 (-905 |#1|)) $)) (-15 -1309 ((-905 |#1|) $ (-771))) (-15 -2715 ((-905 |#1|) $ (-566))) (-15 -2715 ((-905 |#1|) $)) (-15 -2679 ((-771) $)) (-15 -3902 ((-771) $)) (-15 -2576 ((-644 |#1|) $)) (-15 -2185 ((-644 (-905 |#1|)) $)) (-15 -2929 ((-644 (-644 (-771))) $)) (-15 -3152 ($ (-644 (-905 |#1|)))) (-15 -1551 ($ (-644 (-905 |#1|)))) (-15 -4069 ((-1101 |#1|) $ |#1|)) (-15 -3553 ((-1101 (-1101 |#1|)) $)) (-15 -4069 ((-1101 (-1101 |#1|)) $ (-1101 |#1|))) (-15 -4069 ((-1101 (-644 |#1|)) $ (-644 |#1|))) (-15 -1602 ((-112) (-905 |#1|) $)) (-15 -2993 ((-644 (-771)) (-905 |#1|) $)) (-15 -3314 ((-644 (-771)) (-905 |#1|) $)) (-15 -1682 ((-1101 |#1|) $)) (-15 -2935 ((-112) $ $)) (-15 -2956 ((-112) $ $)) (-15 -1955 ((-1269) $)) (-15 -1955 ((-1269) $ (-566) (-566)))))
-((-2988 (((-112) $ $) NIL)) (-2671 (((-644 $) (-644 $)) 105)) (-2743 (((-566) $) 86)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2679 (((-771) $) 83)) (-4069 (((-1101 |#1|) $ |#1|) 74)) (-2389 (((-112) $) NIL)) (-3419 (((-112) $) 90)) (-1674 (((-771) $) 87)) (-1682 (((-1101 |#1|) $) 63)) (-1478 (($ $ $) NIL (-2768 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-2599 (($ $ $) NIL (-2768 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-3525 (((-2 (|:| |preimage| (-644 |#1|)) (|:| |image| (-644 |#1|))) $) 58)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 133)) (-4072 (((-1119) $) NIL)) (-3158 (((-1101 |#1|) $) 141 (|has| |#1| (-370)))) (-2664 (((-112) $) 84)) (-2023 ((|#1| $ |#1|) 72)) (-1309 ((|#1| $ |#1|) 135)) (-3902 (((-771) $) 65)) (-3951 (($ (-644 (-644 |#1|))) 120)) (-1946 (((-971) $) 78)) (-3344 (($ (-644 |#1|)) 35)) (-3357 (($ $ $) NIL)) (-2527 (($ $ $) NIL)) (-3905 (($ (-644 (-644 |#1|))) 60)) (-3451 (($ (-644 (-644 |#1|))) 125)) (-3337 (($ (-644 |#1|)) 137)) (-3152 (((-862) $) 119) (($ (-644 (-644 |#1|))) 93) (($ (-644 |#1|)) 94)) (-3044 (((-112) $ $) NIL)) (-4366 (($) 27 T CONST)) (-2968 (((-112) $ $) NIL (-2768 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-2946 (((-112) $ $) NIL (-2768 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-2914 (((-112) $ $) 70)) (-2956 (((-112) $ $) NIL (-2768 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-2935 (((-112) $ $) 92)) (-3025 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ $ $) 36)))
-(((-905 |#1|) (-13 (-903 |#1|) (-10 -8 (-15 -3525 ((-2 (|:| |preimage| (-644 |#1|)) (|:| |image| (-644 |#1|))) $)) (-15 -3905 ($ (-644 (-644 |#1|)))) (-15 -3152 ($ (-644 (-644 |#1|)))) (-15 -3152 ($ (-644 |#1|))) (-15 -3451 ($ (-644 (-644 |#1|)))) (-15 -3902 ((-771) $)) (-15 -1682 ((-1101 |#1|) $)) (-15 -1946 ((-971) $)) (-15 -2679 ((-771) $)) (-15 -1674 ((-771) $)) (-15 -2743 ((-566) $)) (-15 -2664 ((-112) $)) (-15 -3419 ((-112) $)) (-15 -2671 ((-644 $) (-644 $))) (IF (|has| |#1| (-370)) (-15 -3158 ((-1101 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-547)) (-15 -3337 ($ (-644 |#1|))) (IF (|has| |#1| (-370)) (-15 -3337 ($ (-644 |#1|))) |%noBranch|)))) (-1099)) (T -905))
-((-3525 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-644 *3)) (|:| |image| (-644 *3)))) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-3905 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-905 *3)))) (-3451 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))) (-3902 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-1682 (*1 *2 *1) (-12 (-5 *2 (-1101 *3)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-1946 (*1 *2 *1) (-12 (-5 *2 (-971)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-2679 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-1674 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-2743 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-2664 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-3419 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-2671 (*1 *2 *2) (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-3158 (*1 *2 *1) (-12 (-5 *2 (-1101 *3)) (-5 *1 (-905 *3)) (-4 *3 (-370)) (-4 *3 (-1099)))) (-3337 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-905 *3)))))
-(-13 (-903 |#1|) (-10 -8 (-15 -3525 ((-2 (|:| |preimage| (-644 |#1|)) (|:| |image| (-644 |#1|))) $)) (-15 -3905 ($ (-644 (-644 |#1|)))) (-15 -3152 ($ (-644 (-644 |#1|)))) (-15 -3152 ($ (-644 |#1|))) (-15 -3451 ($ (-644 (-644 |#1|)))) (-15 -3902 ((-771) $)) (-15 -1682 ((-1101 |#1|) $)) (-15 -1946 ((-971) $)) (-15 -2679 ((-771) $)) (-15 -1674 ((-771) $)) (-15 -2743 ((-566) $)) (-15 -2664 ((-112) $)) (-15 -3419 ((-112) $)) (-15 -2671 ((-644 $) (-644 $))) (IF (|has| |#1| (-370)) (-15 -3158 ((-1101 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-547)) (-15 -3337 ($ (-644 |#1|))) (IF (|has| |#1| (-370)) (-15 -3337 ($ (-644 |#1|))) |%noBranch|))))
-((-2496 (((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|)) 159)) (-4054 ((|#1|) 97)) (-2005 (((-420 (-1171 |#4|)) (-1171 |#4|)) 168)) (-2981 (((-420 (-1171 |#4|)) (-644 |#3|) (-1171 |#4|)) 84)) (-3315 (((-420 (-1171 |#4|)) (-1171 |#4|)) 178)) (-1541 (((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|) |#3|) 113)))
-(((-906 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2496 ((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|))) (-15 -3315 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -2005 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -4054 (|#1|)) (-15 -1541 ((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|) |#3|)) (-15 -2981 ((-420 (-1171 |#4|)) (-644 |#3|) (-1171 |#4|)))) (-909) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -906))
-((-2981 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *7)) (-4 *7 (-850)) (-4 *5 (-909)) (-4 *6 (-793)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-420 (-1171 *8))) (-5 *1 (-906 *5 *6 *7 *8)) (-5 *4 (-1171 *8)))) (-1541 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-644 (-1171 *7))) (-5 *3 (-1171 *7)) (-4 *7 (-949 *5 *6 *4)) (-4 *5 (-909)) (-4 *6 (-793)) (-4 *4 (-850)) (-5 *1 (-906 *5 *6 *4 *7)))) (-4054 (*1 *2) (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-909)) (-5 *1 (-906 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-2005 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-3315 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-2496 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *7))) (-5 *3 (-1171 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-909)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-906 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2496 ((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|))) (-15 -3315 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -2005 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -4054 (|#1|)) (-15 -1541 ((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|) |#3|)) (-15 -2981 ((-420 (-1171 |#4|)) (-644 |#3|) (-1171 |#4|))))
-((-2496 (((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|)) 41)) (-4054 ((|#1|) 75)) (-2005 (((-420 (-1171 |#2|)) (-1171 |#2|)) 124)) (-2981 (((-420 (-1171 |#2|)) (-1171 |#2|)) 108)) (-3315 (((-420 (-1171 |#2|)) (-1171 |#2|)) 135)))
-(((-907 |#1| |#2|) (-10 -7 (-15 -2496 ((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|))) (-15 -3315 ((-420 (-1171 |#2|)) (-1171 |#2|))) (-15 -2005 ((-420 (-1171 |#2|)) (-1171 |#2|))) (-15 -4054 (|#1|)) (-15 -2981 ((-420 (-1171 |#2|)) (-1171 |#2|)))) (-909) (-1240 |#1|)) (T -907))
-((-2981 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-1240 *4)) (-5 *2 (-420 (-1171 *5))) (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))) (-4054 (*1 *2) (-12 (-4 *2 (-909)) (-5 *1 (-907 *2 *3)) (-4 *3 (-1240 *2)))) (-2005 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-1240 *4)) (-5 *2 (-420 (-1171 *5))) (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))) (-3315 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-1240 *4)) (-5 *2 (-420 (-1171 *5))) (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))) (-2496 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *5))) (-5 *3 (-1171 *5)) (-4 *5 (-1240 *4)) (-4 *4 (-909)) (-5 *1 (-907 *4 *5)))))
-(-10 -7 (-15 -2496 ((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|))) (-15 -3315 ((-420 (-1171 |#2|)) (-1171 |#2|))) (-15 -2005 ((-420 (-1171 |#2|)) (-1171 |#2|))) (-15 -4054 (|#1|)) (-15 -2981 ((-420 (-1171 |#2|)) (-1171 |#2|))))
-((-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 42)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 18)) (-2633 (((-3 $ "failed") $) 36)))
-(((-908 |#1|) (-10 -8 (-15 -2633 ((-3 |#1| "failed") |#1|)) (-15 -4066 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|)))) (-909)) (T -908))
-NIL
-(-10 -8 (-15 -2633 ((-3 |#1| "failed") |#1|)) (-15 -4066 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-2292 (((-420 (-1171 $)) (-1171 $)) 66)) (-1378 (($ $) 57)) (-1364 (((-420 $) $) 58)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 63)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-1615 (((-112) $) 59)) (-2389 (((-112) $) 35)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2010 (((-420 (-1171 $)) (-1171 $)) 64)) (-1893 (((-420 (-1171 $)) (-1171 $)) 65)) (-1624 (((-420 $) $) 56)) (-2978 (((-3 $ "failed") $ $) 48)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 62 (|has| $ (-145)))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2633 (((-3 $ "failed") $) 61 (|has| $ (-145)))) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-2626 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-903 *3)))) (-3443 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-4 *1 (-903 *3)))) (-1838 (*1 *2 *1 *2) (-12 (-4 *1 (-903 *2)) (-4 *2 (-1099)))) (-3483 (*1 *2 *1 *2) (-12 (-4 *1 (-903 *2)) (-4 *2 (-1099)))) (-2028 (*1 *2 *1 *3) (-12 (-4 *1 (-903 *3)) (-4 *3 (-1099)) (-5 *2 (-1101 *3)))) (-2892 (*1 *2 *1 *1) (-12 (-4 *1 (-903 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
+(-13 (-475) (-10 -8 (-15 -2626 ($ (-644 |t#1|))) (-15 -3443 ($ (-644 (-644 |t#1|)))) (-15 -1838 (|t#1| $ |t#1|)) (-15 -3483 (|t#1| $ |t#1|)) (-15 -2028 ((-1101 |t#1|) $ |t#1|)) (-15 -2892 ((-112) $ $)) (IF (|has| |t#1| (-850)) (-6 (-850)) |%noBranch|) (IF (|has| |t#1| (-370)) (-6 (-850)) |%noBranch|)))
+(((-102) . T) ((-613 (-862)) . T) ((-475) . T) ((-726) . T) ((-850) -2700 (|has| |#1| (-850)) (|has| |#1| (-370))) ((-1111) . T) ((-1099) . T))
+((-4124 (((-112) $ $) NIL)) (-3025 (((-644 (-644 (-771))) $) 165)) (-3481 (((-644 (-771)) (-905 |#1|) $) 193)) (-3624 (((-644 (-771)) (-905 |#1|) $) 194)) (-3233 (((-644 (-905 |#1|)) $) 154)) (-3341 (((-905 |#1|) $ (-566)) 159) (((-905 |#1|) $) 160)) (-3086 (($ (-644 (-905 |#1|))) 167)) (-2464 (((-771) $) 161)) (-4204 (((-1101 (-1101 |#1|)) $) 191)) (-2028 (((-1101 |#1|) $ |#1|) 182) (((-1101 (-1101 |#1|)) $ (-1101 |#1|)) 202) (((-1101 (-644 |#1|)) $ (-644 |#1|)) 205)) (-1881 (((-1101 |#1|) $) 157)) (-3566 (((-112) (-905 |#1|) $) 143)) (-3057 (((-1157) $) NIL)) (-2772 (((-1270) $) 147) (((-1270) $ (-566) (-566)) 206)) (-2029 (((-1119) $) NIL)) (-2277 (((-644 (-905 |#1|)) $) 148)) (-3483 (((-905 |#1|) $ (-771)) 155)) (-4297 (((-771) $) 162)) (-1650 (((-862) $) 179) (((-644 (-905 |#1|)) $) 28) (($ (-644 (-905 |#1|))) 166)) (-2657 (((-112) $ $) NIL)) (-4249 (((-644 |#1|) $) 164)) (-2868 (((-112) $ $) 199)) (-2915 (((-112) $ $) 197)) (-2892 (((-112) $ $) 196)))
+(((-904 |#1|) (-13 (-1099) (-10 -8 (-15 -1650 ((-644 (-905 |#1|)) $)) (-15 -2277 ((-644 (-905 |#1|)) $)) (-15 -3483 ((-905 |#1|) $ (-771))) (-15 -3341 ((-905 |#1|) $ (-566))) (-15 -3341 ((-905 |#1|) $)) (-15 -2464 ((-771) $)) (-15 -4297 ((-771) $)) (-15 -4249 ((-644 |#1|) $)) (-15 -3233 ((-644 (-905 |#1|)) $)) (-15 -3025 ((-644 (-644 (-771))) $)) (-15 -1650 ($ (-644 (-905 |#1|)))) (-15 -3086 ($ (-644 (-905 |#1|)))) (-15 -2028 ((-1101 |#1|) $ |#1|)) (-15 -4204 ((-1101 (-1101 |#1|)) $)) (-15 -2028 ((-1101 (-1101 |#1|)) $ (-1101 |#1|))) (-15 -2028 ((-1101 (-644 |#1|)) $ (-644 |#1|))) (-15 -3566 ((-112) (-905 |#1|) $)) (-15 -3481 ((-644 (-771)) (-905 |#1|) $)) (-15 -3624 ((-644 (-771)) (-905 |#1|) $)) (-15 -1881 ((-1101 |#1|) $)) (-15 -2892 ((-112) $ $)) (-15 -2915 ((-112) $ $)) (-15 -2772 ((-1270) $)) (-15 -2772 ((-1270) $ (-566) (-566))))) (-1099)) (T -904))
+((-1650 (*1 *2 *1) (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2277 (*1 *2 *1) (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-905 *4)) (-5 *1 (-904 *4)) (-4 *4 (-1099)))) (-3341 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-905 *4)) (-5 *1 (-904 *4)) (-4 *4 (-1099)))) (-3341 (*1 *2 *1) (-12 (-5 *2 (-905 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2464 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-4297 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-4249 (*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-3233 (*1 *2 *1) (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-3025 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-771)))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-905 *3))) (-4 *3 (-1099)) (-5 *1 (-904 *3)))) (-3086 (*1 *1 *2) (-12 (-5 *2 (-644 (-905 *3))) (-4 *3 (-1099)) (-5 *1 (-904 *3)))) (-2028 (*1 *2 *1 *3) (-12 (-5 *2 (-1101 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-4204 (*1 *2 *1) (-12 (-5 *2 (-1101 (-1101 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2028 (*1 *2 *1 *3) (-12 (-4 *4 (-1099)) (-5 *2 (-1101 (-1101 *4))) (-5 *1 (-904 *4)) (-5 *3 (-1101 *4)))) (-2028 (*1 *2 *1 *3) (-12 (-4 *4 (-1099)) (-5 *2 (-1101 (-644 *4))) (-5 *1 (-904 *4)) (-5 *3 (-644 *4)))) (-3566 (*1 *2 *3 *1) (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-112)) (-5 *1 (-904 *4)))) (-3481 (*1 *2 *3 *1) (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-644 (-771))) (-5 *1 (-904 *4)))) (-3624 (*1 *2 *3 *1) (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-644 (-771))) (-5 *1 (-904 *4)))) (-1881 (*1 *2 *1) (-12 (-5 *2 (-1101 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2892 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2915 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2772 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))) (-2772 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-904 *4)) (-4 *4 (-1099)))))
+(-13 (-1099) (-10 -8 (-15 -1650 ((-644 (-905 |#1|)) $)) (-15 -2277 ((-644 (-905 |#1|)) $)) (-15 -3483 ((-905 |#1|) $ (-771))) (-15 -3341 ((-905 |#1|) $ (-566))) (-15 -3341 ((-905 |#1|) $)) (-15 -2464 ((-771) $)) (-15 -4297 ((-771) $)) (-15 -4249 ((-644 |#1|) $)) (-15 -3233 ((-644 (-905 |#1|)) $)) (-15 -3025 ((-644 (-644 (-771))) $)) (-15 -1650 ($ (-644 (-905 |#1|)))) (-15 -3086 ($ (-644 (-905 |#1|)))) (-15 -2028 ((-1101 |#1|) $ |#1|)) (-15 -4204 ((-1101 (-1101 |#1|)) $)) (-15 -2028 ((-1101 (-1101 |#1|)) $ (-1101 |#1|))) (-15 -2028 ((-1101 (-644 |#1|)) $ (-644 |#1|))) (-15 -3566 ((-112) (-905 |#1|) $)) (-15 -3481 ((-644 (-771)) (-905 |#1|) $)) (-15 -3624 ((-644 (-771)) (-905 |#1|) $)) (-15 -1881 ((-1101 |#1|) $)) (-15 -2892 ((-112) $ $)) (-15 -2915 ((-112) $ $)) (-15 -2772 ((-1270) $)) (-15 -2772 ((-1270) $ (-566) (-566)))))
+((-4124 (((-112) $ $) NIL)) (-3292 (((-644 $) (-644 $)) 105)) (-1907 (((-566) $) 86)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-2464 (((-771) $) 83)) (-2028 (((-1101 |#1|) $ |#1|) 74)) (-1568 (((-112) $) NIL)) (-2190 (((-112) $) 90)) (-3022 (((-771) $) 87)) (-1881 (((-1101 |#1|) $) 63)) (-1888 (($ $ $) NIL (-2700 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-3890 (($ $ $) NIL (-2700 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-3914 (((-2 (|:| |preimage| (-644 |#1|)) (|:| |image| (-644 |#1|))) $) 58)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 133)) (-2029 (((-1119) $) NIL)) (-1424 (((-1101 |#1|) $) 141 (|has| |#1| (-370)))) (-2340 (((-112) $) 84)) (-1838 ((|#1| $ |#1|) 72)) (-3483 ((|#1| $ |#1|) 135)) (-4297 (((-771) $) 65)) (-3443 (($ (-644 (-644 |#1|))) 120)) (-2669 (((-971) $) 78)) (-2626 (($ (-644 |#1|)) 35)) (-2791 (($ $ $) NIL)) (-3528 (($ $ $) NIL)) (-4317 (($ (-644 (-644 |#1|))) 60)) (-2467 (($ (-644 (-644 |#1|))) 125)) (-2554 (($ (-644 |#1|)) 137)) (-1650 (((-862) $) 119) (($ (-644 (-644 |#1|))) 93) (($ (-644 |#1|)) 94)) (-2657 (((-112) $ $) NIL)) (-3424 (($) 27 T CONST)) (-2928 (((-112) $ $) NIL (-2700 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-2904 (((-112) $ $) NIL (-2700 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-2868 (((-112) $ $) 70)) (-2915 (((-112) $ $) NIL (-2700 (|has| |#1| (-370)) (|has| |#1| (-850))))) (-2892 (((-112) $ $) 92)) (-2990 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ $ $) 36)))
+(((-905 |#1|) (-13 (-903 |#1|) (-10 -8 (-15 -3914 ((-2 (|:| |preimage| (-644 |#1|)) (|:| |image| (-644 |#1|))) $)) (-15 -4317 ($ (-644 (-644 |#1|)))) (-15 -1650 ($ (-644 (-644 |#1|)))) (-15 -1650 ($ (-644 |#1|))) (-15 -2467 ($ (-644 (-644 |#1|)))) (-15 -4297 ((-771) $)) (-15 -1881 ((-1101 |#1|) $)) (-15 -2669 ((-971) $)) (-15 -2464 ((-771) $)) (-15 -3022 ((-771) $)) (-15 -1907 ((-566) $)) (-15 -2340 ((-112) $)) (-15 -2190 ((-112) $)) (-15 -3292 ((-644 $) (-644 $))) (IF (|has| |#1| (-370)) (-15 -1424 ((-1101 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-547)) (-15 -2554 ($ (-644 |#1|))) (IF (|has| |#1| (-370)) (-15 -2554 ($ (-644 |#1|))) |%noBranch|)))) (-1099)) (T -905))
+((-3914 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-644 *3)) (|:| |image| (-644 *3)))) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-4317 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-905 *3)))) (-2467 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))) (-4297 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-1881 (*1 *2 *1) (-12 (-5 *2 (-1101 *3)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-2669 (*1 *2 *1) (-12 (-5 *2 (-971)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-2464 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-3022 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-1907 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-2340 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-2190 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-3292 (*1 *2 *2) (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1099)))) (-1424 (*1 *2 *1) (-12 (-5 *2 (-1101 *3)) (-5 *1 (-905 *3)) (-4 *3 (-370)) (-4 *3 (-1099)))) (-2554 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-905 *3)))))
+(-13 (-903 |#1|) (-10 -8 (-15 -3914 ((-2 (|:| |preimage| (-644 |#1|)) (|:| |image| (-644 |#1|))) $)) (-15 -4317 ($ (-644 (-644 |#1|)))) (-15 -1650 ($ (-644 (-644 |#1|)))) (-15 -1650 ($ (-644 |#1|))) (-15 -2467 ($ (-644 (-644 |#1|)))) (-15 -4297 ((-771) $)) (-15 -1881 ((-1101 |#1|) $)) (-15 -2669 ((-971) $)) (-15 -2464 ((-771) $)) (-15 -3022 ((-771) $)) (-15 -1907 ((-566) $)) (-15 -2340 ((-112) $)) (-15 -2190 ((-112) $)) (-15 -3292 ((-644 $) (-644 $))) (IF (|has| |#1| (-370)) (-15 -1424 ((-1101 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-547)) (-15 -2554 ($ (-644 |#1|))) (IF (|has| |#1| (-370)) (-15 -2554 ($ (-644 |#1|))) |%noBranch|))))
+((-3209 (((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|)) 159)) (-3120 ((|#1|) 97)) (-2051 (((-420 (-1171 |#4|)) (-1171 |#4|)) 168)) (-3346 (((-420 (-1171 |#4|)) (-644 |#3|) (-1171 |#4|)) 84)) (-3637 (((-420 (-1171 |#4|)) (-1171 |#4|)) 178)) (-4239 (((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|) |#3|) 113)))
+(((-906 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3209 ((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|))) (-15 -3637 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -2051 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -3120 (|#1|)) (-15 -4239 ((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|) |#3|)) (-15 -3346 ((-420 (-1171 |#4|)) (-644 |#3|) (-1171 |#4|)))) (-909) (-793) (-850) (-949 |#1| |#2| |#3|)) (T -906))
+((-3346 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *7)) (-4 *7 (-850)) (-4 *5 (-909)) (-4 *6 (-793)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-420 (-1171 *8))) (-5 *1 (-906 *5 *6 *7 *8)) (-5 *4 (-1171 *8)))) (-4239 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-644 (-1171 *7))) (-5 *3 (-1171 *7)) (-4 *7 (-949 *5 *6 *4)) (-4 *5 (-909)) (-4 *6 (-793)) (-4 *4 (-850)) (-5 *1 (-906 *5 *6 *4 *7)))) (-3120 (*1 *2) (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-909)) (-5 *1 (-906 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))) (-2051 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-3637 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-420 (-1171 *7))) (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-1171 *7)))) (-3209 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *7))) (-5 *3 (-1171 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-909)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-906 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3209 ((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|))) (-15 -3637 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -2051 ((-420 (-1171 |#4|)) (-1171 |#4|))) (-15 -3120 (|#1|)) (-15 -4239 ((-3 (-644 (-1171 |#4|)) "failed") (-644 (-1171 |#4|)) (-1171 |#4|) |#3|)) (-15 -3346 ((-420 (-1171 |#4|)) (-644 |#3|) (-1171 |#4|))))
+((-3209 (((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|)) 41)) (-3120 ((|#1|) 75)) (-2051 (((-420 (-1171 |#2|)) (-1171 |#2|)) 124)) (-3346 (((-420 (-1171 |#2|)) (-1171 |#2|)) 108)) (-3637 (((-420 (-1171 |#2|)) (-1171 |#2|)) 135)))
+(((-907 |#1| |#2|) (-10 -7 (-15 -3209 ((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|))) (-15 -3637 ((-420 (-1171 |#2|)) (-1171 |#2|))) (-15 -2051 ((-420 (-1171 |#2|)) (-1171 |#2|))) (-15 -3120 (|#1|)) (-15 -3346 ((-420 (-1171 |#2|)) (-1171 |#2|)))) (-909) (-1241 |#1|)) (T -907))
+((-3346 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-1241 *4)) (-5 *2 (-420 (-1171 *5))) (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))) (-3120 (*1 *2) (-12 (-4 *2 (-909)) (-5 *1 (-907 *2 *3)) (-4 *3 (-1241 *2)))) (-2051 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-1241 *4)) (-5 *2 (-420 (-1171 *5))) (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))) (-3637 (*1 *2 *3) (-12 (-4 *4 (-909)) (-4 *5 (-1241 *4)) (-5 *2 (-420 (-1171 *5))) (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))) (-3209 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *5))) (-5 *3 (-1171 *5)) (-4 *5 (-1241 *4)) (-4 *4 (-909)) (-5 *1 (-907 *4 *5)))))
+(-10 -7 (-15 -3209 ((-3 (-644 (-1171 |#2|)) "failed") (-644 (-1171 |#2|)) (-1171 |#2|))) (-15 -3637 ((-420 (-1171 |#2|)) (-1171 |#2|))) (-15 -2051 ((-420 (-1171 |#2|)) (-1171 |#2|))) (-15 -3120 (|#1|)) (-15 -3346 ((-420 (-1171 |#2|)) (-1171 |#2|))))
+((-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 42)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 18)) (-2097 (((-3 $ "failed") $) 36)))
+(((-908 |#1|) (-10 -8 (-15 -2097 ((-3 |#1| "failed") |#1|)) (-15 -1999 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|)))) (-909)) (T -908))
+NIL
+(-10 -8 (-15 -2097 ((-3 |#1| "failed") |#1|)) (-15 -1999 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-3068 (((-420 (-1171 $)) (-1171 $)) 66)) (-1778 (($ $) 57)) (-1615 (((-420 $) $) 58)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 63)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-2422 (((-112) $) 59)) (-1568 (((-112) $) 35)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-2107 (((-420 (-1171 $)) (-1171 $)) 64)) (-3369 (((-420 (-1171 $)) (-1171 $)) 65)) (-3846 (((-420 $) $) 56)) (-4116 (((-3 $ "failed") $ $) 48)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 62 (|has| $ (-145)))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2097 (((-3 $ "failed") $) 61 (|has| $ (-145)))) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-909) (-140)) (T -909))
-((-4170 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-909)))) (-2292 (*1 *2 *3) (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))) (-1893 (*1 *2 *3) (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))) (-2010 (*1 *2 *3) (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))) (-4066 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *1))) (-5 *3 (-1171 *1)) (-4 *1 (-909)))) (-3391 (*1 *2 *3) (|partial| -12 (-5 *3 (-689 *1)) (-4 *1 (-145)) (-4 *1 (-909)) (-5 *2 (-1264 *1)))) (-2633 (*1 *1 *1) (|partial| -12 (-4 *1 (-145)) (-4 *1 (-909)))))
-(-13 (-1218) (-10 -8 (-15 -2292 ((-420 (-1171 $)) (-1171 $))) (-15 -1893 ((-420 (-1171 $)) (-1171 $))) (-15 -2010 ((-420 (-1171 $)) (-1171 $))) (-15 -4170 ((-1171 $) (-1171 $) (-1171 $))) (-15 -4066 ((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $))) (IF (|has| $ (-145)) (PROGN (-15 -3391 ((-3 (-1264 $) "failed") (-689 $))) (-15 -2633 ((-3 $ "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-454) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-1972 (((-112) $) NIL)) (-2818 (((-771)) NIL)) (-3833 (($ $ (-921)) NIL (|has| $ (-370))) (($ $) NIL)) (-2894 (((-1187 (-921) (-771)) (-566)) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 $ "failed") $) NIL)) (-4158 (($ $) NIL)) (-1563 (($ (-1264 $)) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-3359 (($) NIL)) (-2466 (((-112) $) NIL)) (-1574 (($ $) NIL) (($ $ (-771)) NIL)) (-1615 (((-112) $) NIL)) (-2679 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-2389 (((-112) $) NIL)) (-2437 (($) NIL (|has| $ (-370)))) (-2953 (((-112) $) NIL (|has| $ (-370)))) (-2064 (($ $ (-921)) NIL (|has| $ (-370))) (($ $) NIL)) (-2621 (((-3 $ "failed") $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3468 (((-1171 $) $ (-921)) NIL (|has| $ (-370))) (((-1171 $) $) NIL)) (-1866 (((-921) $) NIL)) (-2099 (((-1171 $) $) NIL (|has| $ (-370)))) (-3624 (((-3 (-1171 $) "failed") $ $) NIL (|has| $ (-370))) (((-1171 $) $) NIL (|has| $ (-370)))) (-3844 (($ $ (-1171 $)) NIL (|has| $ (-370)))) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL T CONST)) (-2835 (($ (-921)) NIL)) (-3653 (((-112) $) NIL)) (-4072 (((-1119) $) NIL)) (-3302 (($) NIL (|has| $ (-370)))) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL)) (-1624 (((-420 $) $) NIL)) (-1686 (((-921)) NIL) (((-833 (-921))) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3169 (((-3 (-771) "failed") $ $) NIL) (((-771) $) NIL)) (-3126 (((-134)) NIL)) (-3629 (($ $ (-771)) NIL) (($ $) NIL)) (-3902 (((-921) $) NIL) (((-833 (-921)) $) NIL)) (-1705 (((-1171 $)) NIL)) (-4122 (($) NIL)) (-2110 (($) NIL (|has| $ (-370)))) (-3350 (((-689 $) (-1264 $)) NIL) (((-1264 $) $) NIL)) (-2376 (((-566) $) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL)) (-2633 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $) (-921)) NIL) (((-1264 $)) NIL)) (-3014 (((-112) $ $) NIL)) (-4217 (((-112) $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2198 (($ $ (-771)) NIL (|has| $ (-370))) (($ $) NIL (|has| $ (-370)))) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
+((-1790 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-909)))) (-3068 (*1 *2 *3) (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))) (-3369 (*1 *2 *3) (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))) (-2107 (*1 *2 *3) (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))) (-1999 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-644 (-1171 *1))) (-5 *3 (-1171 *1)) (-4 *1 (-909)))) (-1922 (*1 *2 *3) (|partial| -12 (-5 *3 (-689 *1)) (-4 *1 (-145)) (-4 *1 (-909)) (-5 *2 (-1265 *1)))) (-2097 (*1 *1 *1) (|partial| -12 (-4 *1 (-145)) (-4 *1 (-909)))))
+(-13 (-1219) (-10 -8 (-15 -3068 ((-420 (-1171 $)) (-1171 $))) (-15 -3369 ((-420 (-1171 $)) (-1171 $))) (-15 -2107 ((-420 (-1171 $)) (-1171 $))) (-15 -1790 ((-1171 $) (-1171 $) (-1171 $))) (-15 -1999 ((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $))) (IF (|has| $ (-145)) (PROGN (-15 -1922 ((-3 (-1265 $) "failed") (-689 $))) (-15 -2097 ((-3 $ "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-454) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-2957 (((-112) $) NIL)) (-3255 (((-771)) NIL)) (-2881 (($ $ (-921)) NIL (|has| $ (-370))) (($ $) NIL)) (-2638 (((-1188 (-921) (-771)) (-566)) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 $ "failed") $) NIL)) (-3213 (($ $) NIL)) (-3189 (($ (-1265 $)) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2814 (($) NIL)) (-4179 (((-112) $) NIL)) (-3271 (($ $) NIL) (($ $ (-771)) NIL)) (-2422 (((-112) $) NIL)) (-2464 (((-833 (-921)) $) NIL) (((-921) $) NIL)) (-1568 (((-112) $) NIL)) (-3892 (($) NIL (|has| $ (-370)))) (-3124 (((-112) $) NIL (|has| $ (-370)))) (-1435 (($ $ (-921)) NIL (|has| $ (-370))) (($ $) NIL)) (-1982 (((-3 $ "failed") $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1505 (((-1171 $) $ (-921)) NIL (|has| $ (-370))) (((-1171 $) $) NIL)) (-4350 (((-921) $) NIL)) (-1742 (((-1171 $) $) NIL (|has| $ (-370)))) (-3597 (((-3 (-1171 $) "failed") $ $) NIL (|has| $ (-370))) (((-1171 $) $) NIL (|has| $ (-370)))) (-1844 (($ $ (-1171 $)) NIL (|has| $ (-370)))) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL T CONST)) (-1351 (($ (-921)) NIL)) (-2548 (((-112) $) NIL)) (-2029 (((-1119) $) NIL)) (-2529 (($) NIL (|has| $ (-370)))) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL)) (-3846 (((-420 $) $) NIL)) (-1902 (((-921)) NIL) (((-833 (-921))) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1529 (((-3 (-771) "failed") $ $) NIL) (((-771) $) NIL)) (-2262 (((-134)) NIL)) (-2324 (($ $ (-771)) NIL) (($ $) NIL)) (-4297 (((-921) $) NIL) (((-833 (-921)) $) NIL)) (-2068 (((-1171 $)) NIL)) (-2484 (($) NIL)) (-1842 (($) NIL (|has| $ (-370)))) (-2702 (((-689 $) (-1265 $)) NIL) (((-1265 $) $) NIL)) (-1945 (((-566) $) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL)) (-2097 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $) (-921)) NIL) (((-1265 $)) NIL)) (-3679 (((-112) $ $) NIL)) (-4205 (((-112) $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3365 (($ $ (-771)) NIL (|has| $ (-370))) (($ $) NIL (|has| $ (-370)))) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
(((-910 |#1|) (-13 (-351) (-330 $) (-614 (-566))) (-921)) (T -910))
NIL
(-13 (-351) (-330 $) (-614 (-566)))
-((-4174 (((-3 (-2 (|:| -2679 (-771)) (|:| -3204 |#5|)) "failed") (-338 |#2| |#3| |#4| |#5|)) 77)) (-2105 (((-112) (-338 |#2| |#3| |#4| |#5|)) 17)) (-2679 (((-3 (-771) "failed") (-338 |#2| |#3| |#4| |#5|)) 15)))
-(((-911 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2679 ((-3 (-771) "failed") (-338 |#2| |#3| |#4| |#5|))) (-15 -2105 ((-112) (-338 |#2| |#3| |#4| |#5|))) (-15 -4174 ((-3 (-2 (|:| -2679 (-771)) (|:| -3204 |#5|)) "failed") (-338 |#2| |#3| |#4| |#5|)))) (-13 (-558) (-1038 (-566))) (-432 |#1|) (-1240 |#2|) (-1240 (-409 |#3|)) (-344 |#2| |#3| |#4|)) (T -911))
-((-4174 (*1 *2 *3) (|partial| -12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4)) (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6))) (-4 *8 (-344 *5 *6 *7)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-2 (|:| -2679 (-771)) (|:| -3204 *8))) (-5 *1 (-911 *4 *5 *6 *7 *8)))) (-2105 (*1 *2 *3) (-12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4)) (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6))) (-4 *8 (-344 *5 *6 *7)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-112)) (-5 *1 (-911 *4 *5 *6 *7 *8)))) (-2679 (*1 *2 *3) (|partial| -12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4)) (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6))) (-4 *8 (-344 *5 *6 *7)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-771)) (-5 *1 (-911 *4 *5 *6 *7 *8)))))
-(-10 -7 (-15 -2679 ((-3 (-771) "failed") (-338 |#2| |#3| |#4| |#5|))) (-15 -2105 ((-112) (-338 |#2| |#3| |#4| |#5|))) (-15 -4174 ((-3 (-2 (|:| -2679 (-771)) (|:| -3204 |#5|)) "failed") (-338 |#2| |#3| |#4| |#5|))))
-((-4174 (((-3 (-2 (|:| -2679 (-771)) (|:| -3204 |#3|)) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|)) 64)) (-2105 (((-112) (-338 (-409 (-566)) |#1| |#2| |#3|)) 16)) (-2679 (((-3 (-771) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|)) 14)))
-(((-912 |#1| |#2| |#3|) (-10 -7 (-15 -2679 ((-3 (-771) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|))) (-15 -2105 ((-112) (-338 (-409 (-566)) |#1| |#2| |#3|))) (-15 -4174 ((-3 (-2 (|:| -2679 (-771)) (|:| -3204 |#3|)) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|)))) (-1240 (-409 (-566))) (-1240 (-409 |#1|)) (-344 (-409 (-566)) |#1| |#2|)) (T -912))
-((-4174 (*1 *2 *3) (|partial| -12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6)) (-4 *4 (-1240 (-409 (-566)))) (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 (-409 (-566)) *4 *5)) (-5 *2 (-2 (|:| -2679 (-771)) (|:| -3204 *6))) (-5 *1 (-912 *4 *5 *6)))) (-2105 (*1 *2 *3) (-12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6)) (-4 *4 (-1240 (-409 (-566)))) (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 (-409 (-566)) *4 *5)) (-5 *2 (-112)) (-5 *1 (-912 *4 *5 *6)))) (-2679 (*1 *2 *3) (|partial| -12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6)) (-4 *4 (-1240 (-409 (-566)))) (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 (-409 (-566)) *4 *5)) (-5 *2 (-771)) (-5 *1 (-912 *4 *5 *6)))))
-(-10 -7 (-15 -2679 ((-3 (-771) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|))) (-15 -2105 ((-112) (-338 (-409 (-566)) |#1| |#2| |#3|))) (-15 -4174 ((-3 (-2 (|:| -2679 (-771)) (|:| -3204 |#3|)) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|))))
-((-3038 ((|#2| |#2|) 26)) (-2006 (((-566) (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))))) 15)) (-2393 (((-921) (-566)) 38)) (-3537 (((-566) |#2|) 45)) (-2519 (((-566) |#2|) 21) (((-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))) |#1|) 20)))
-(((-913 |#1| |#2|) (-10 -7 (-15 -2393 ((-921) (-566))) (-15 -2519 ((-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))) |#1|)) (-15 -2519 ((-566) |#2|)) (-15 -2006 ((-566) (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566)))))) (-15 -3537 ((-566) |#2|)) (-15 -3038 (|#2| |#2|))) (-1240 (-409 (-566))) (-1240 (-409 |#1|))) (T -913))
-((-3038 (*1 *2 *2) (-12 (-4 *3 (-1240 (-409 (-566)))) (-5 *1 (-913 *3 *2)) (-4 *2 (-1240 (-409 *3))))) (-3537 (*1 *2 *3) (-12 (-4 *4 (-1240 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *3)) (-4 *3 (-1240 (-409 *4))))) (-2006 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))))) (-4 *4 (-1240 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *5)) (-4 *5 (-1240 (-409 *4))))) (-2519 (*1 *2 *3) (-12 (-4 *4 (-1240 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *3)) (-4 *3 (-1240 (-409 *4))))) (-2519 (*1 *2 *3) (-12 (-4 *3 (-1240 (-409 (-566)))) (-5 *2 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566)))) (-5 *1 (-913 *3 *4)) (-4 *4 (-1240 (-409 *3))))) (-2393 (*1 *2 *3) (-12 (-5 *3 (-566)) (-4 *4 (-1240 (-409 *3))) (-5 *2 (-921)) (-5 *1 (-913 *4 *5)) (-4 *5 (-1240 (-409 *4))))))
-(-10 -7 (-15 -2393 ((-921) (-566))) (-15 -2519 ((-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))) |#1|)) (-15 -2519 ((-566) |#2|)) (-15 -2006 ((-566) (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566)))))) (-15 -3537 ((-566) |#2|)) (-15 -3038 (|#2| |#2|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 ((|#1| $) 100)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-2933 (($ $ $) NIL)) (-3245 (((-3 $ "failed") $) 94)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-3714 (($ |#1| (-420 |#1|)) 92)) (-1594 (((-1171 |#1|) |#1| |#1|) 53)) (-1302 (($ $) 61)) (-2389 (((-112) $) NIL)) (-3523 (((-566) $) 97)) (-2058 (($ $ (-566)) 99)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4295 ((|#1| $) 96)) (-3248 (((-420 |#1|) $) 95)) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) 93)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-4292 (($ $) 50)) (-3152 (((-862) $) 124) (($ (-566)) 73) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 41) (((-409 |#1|) $) 78) (($ (-409 (-420 |#1|))) 86)) (-2593 (((-771)) 71 T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-4356 (($) 26 T CONST)) (-4366 (($) 15 T CONST)) (-2914 (((-112) $ $) 87)) (-3025 (($ $ $) NIL)) (-3012 (($ $) 108) (($ $ $) NIL)) (-3002 (($ $ $) 49)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 110) (($ $ $) 48) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ |#1| $) 109) (($ $ |#1|) NIL)))
-(((-914 |#1|) (-13 (-365) (-38 |#1|) (-10 -8 (-15 -3152 ((-409 |#1|) $)) (-15 -3152 ($ (-409 (-420 |#1|)))) (-15 -4292 ($ $)) (-15 -3248 ((-420 |#1|) $)) (-15 -4295 (|#1| $)) (-15 -2058 ($ $ (-566))) (-15 -3523 ((-566) $)) (-15 -1594 ((-1171 |#1|) |#1| |#1|)) (-15 -1302 ($ $)) (-15 -3714 ($ |#1| (-420 |#1|))) (-15 -1873 (|#1| $)))) (-308)) (T -914))
-((-3152 (*1 *2 *1) (-12 (-5 *2 (-409 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-409 (-420 *3))) (-4 *3 (-308)) (-5 *1 (-914 *3)))) (-4292 (*1 *1 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))) (-3248 (*1 *2 *1) (-12 (-5 *2 (-420 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-4295 (*1 *2 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))) (-2058 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-3523 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-1594 (*1 *2 *3 *3) (-12 (-5 *2 (-1171 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-1302 (*1 *1 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))) (-3714 (*1 *1 *2 *3) (-12 (-5 *3 (-420 *2)) (-4 *2 (-308)) (-5 *1 (-914 *2)))) (-1873 (*1 *2 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))))
-(-13 (-365) (-38 |#1|) (-10 -8 (-15 -3152 ((-409 |#1|) $)) (-15 -3152 ($ (-409 (-420 |#1|)))) (-15 -4292 ($ $)) (-15 -3248 ((-420 |#1|) $)) (-15 -4295 (|#1| $)) (-15 -2058 ($ $ (-566))) (-15 -3523 ((-566) $)) (-15 -1594 ((-1171 |#1|) |#1| |#1|)) (-15 -1302 ($ $)) (-15 -3714 ($ |#1| (-420 |#1|))) (-15 -1873 (|#1| $))))
-((-3714 (((-52) (-952 |#1|) (-420 (-952 |#1|)) (-1175)) 17) (((-52) (-409 (-952 |#1|)) (-1175)) 18)))
-(((-915 |#1|) (-10 -7 (-15 -3714 ((-52) (-409 (-952 |#1|)) (-1175))) (-15 -3714 ((-52) (-952 |#1|) (-420 (-952 |#1|)) (-1175)))) (-13 (-308) (-147))) (T -915))
-((-3714 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-420 (-952 *6))) (-5 *5 (-1175)) (-5 *3 (-952 *6)) (-4 *6 (-13 (-308) (-147))) (-5 *2 (-52)) (-5 *1 (-915 *6)))) (-3714 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-52)) (-5 *1 (-915 *5)))))
-(-10 -7 (-15 -3714 ((-52) (-409 (-952 |#1|)) (-1175))) (-15 -3714 ((-52) (-952 |#1|) (-420 (-952 |#1|)) (-1175))))
-((-3547 ((|#4| (-644 |#4|)) 149) (((-1171 |#4|) (-1171 |#4|) (-1171 |#4|)) 86) ((|#4| |#4| |#4|) 148)) (-2164 (((-1171 |#4|) (-644 (-1171 |#4|))) 142) (((-1171 |#4|) (-1171 |#4|) (-1171 |#4|)) 63) ((|#4| (-644 |#4|)) 71) ((|#4| |#4| |#4|) 109)))
-(((-916 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2164 (|#4| |#4| |#4|)) (-15 -2164 (|#4| (-644 |#4|))) (-15 -2164 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -2164 ((-1171 |#4|) (-644 (-1171 |#4|)))) (-15 -3547 (|#4| |#4| |#4|)) (-15 -3547 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -3547 (|#4| (-644 |#4|)))) (-793) (-850) (-308) (-949 |#3| |#1| |#2|)) (T -916))
-((-3547 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *6 *4 *5)) (-5 *1 (-916 *4 *5 *6 *2)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)))) (-3547 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *6)))) (-3547 (*1 *2 *2 *2) (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *2)) (-4 *2 (-949 *5 *3 *4)))) (-2164 (*1 *2 *3) (-12 (-5 *3 (-644 (-1171 *7))) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-1171 *7)) (-5 *1 (-916 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-2164 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *6)))) (-2164 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *6 *4 *5)) (-5 *1 (-916 *4 *5 *6 *2)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)))) (-2164 (*1 *2 *2 *2) (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *2)) (-4 *2 (-949 *5 *3 *4)))))
-(-10 -7 (-15 -2164 (|#4| |#4| |#4|)) (-15 -2164 (|#4| (-644 |#4|))) (-15 -2164 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -2164 ((-1171 |#4|) (-644 (-1171 |#4|)))) (-15 -3547 (|#4| |#4| |#4|)) (-15 -3547 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -3547 (|#4| (-644 |#4|))))
-((-4127 (((-904 (-566)) (-971)) 38) (((-904 (-566)) (-644 (-566))) 35)) (-2630 (((-904 (-566)) (-644 (-566))) 70) (((-904 (-566)) (-921)) 71)) (-2856 (((-904 (-566))) 39)) (-4269 (((-904 (-566))) 55) (((-904 (-566)) (-644 (-566))) 54)) (-3481 (((-904 (-566))) 53) (((-904 (-566)) (-644 (-566))) 52)) (-2097 (((-904 (-566))) 51) (((-904 (-566)) (-644 (-566))) 50)) (-3118 (((-904 (-566))) 49) (((-904 (-566)) (-644 (-566))) 48)) (-2321 (((-904 (-566))) 47) (((-904 (-566)) (-644 (-566))) 46)) (-1582 (((-904 (-566))) 57) (((-904 (-566)) (-644 (-566))) 56)) (-1412 (((-904 (-566)) (-644 (-566))) 75) (((-904 (-566)) (-921)) 77)) (-4049 (((-904 (-566)) (-644 (-566))) 72) (((-904 (-566)) (-921)) 73)) (-3462 (((-904 (-566)) (-644 (-566))) 68) (((-904 (-566)) (-921)) 69)) (-1669 (((-904 (-566)) (-644 (-921))) 60)))
-(((-917) (-10 -7 (-15 -2630 ((-904 (-566)) (-921))) (-15 -2630 ((-904 (-566)) (-644 (-566)))) (-15 -3462 ((-904 (-566)) (-921))) (-15 -3462 ((-904 (-566)) (-644 (-566)))) (-15 -1669 ((-904 (-566)) (-644 (-921)))) (-15 -4049 ((-904 (-566)) (-921))) (-15 -4049 ((-904 (-566)) (-644 (-566)))) (-15 -1412 ((-904 (-566)) (-921))) (-15 -1412 ((-904 (-566)) (-644 (-566)))) (-15 -2321 ((-904 (-566)) (-644 (-566)))) (-15 -2321 ((-904 (-566)))) (-15 -3118 ((-904 (-566)) (-644 (-566)))) (-15 -3118 ((-904 (-566)))) (-15 -2097 ((-904 (-566)) (-644 (-566)))) (-15 -2097 ((-904 (-566)))) (-15 -3481 ((-904 (-566)) (-644 (-566)))) (-15 -3481 ((-904 (-566)))) (-15 -4269 ((-904 (-566)) (-644 (-566)))) (-15 -4269 ((-904 (-566)))) (-15 -1582 ((-904 (-566)) (-644 (-566)))) (-15 -1582 ((-904 (-566)))) (-15 -2856 ((-904 (-566)))) (-15 -4127 ((-904 (-566)) (-644 (-566)))) (-15 -4127 ((-904 (-566)) (-971))))) (T -917))
-((-4127 (*1 *2 *3) (-12 (-5 *3 (-971)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-4127 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2856 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1582 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1582 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-4269 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-4269 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3481 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3481 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2097 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2097 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3118 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3118 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2321 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2321 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1412 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1412 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-4049 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-4049 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1669 (*1 *2 *3) (-12 (-5 *3 (-644 (-921))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3462 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3462 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2630 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2630 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(-10 -7 (-15 -2630 ((-904 (-566)) (-921))) (-15 -2630 ((-904 (-566)) (-644 (-566)))) (-15 -3462 ((-904 (-566)) (-921))) (-15 -3462 ((-904 (-566)) (-644 (-566)))) (-15 -1669 ((-904 (-566)) (-644 (-921)))) (-15 -4049 ((-904 (-566)) (-921))) (-15 -4049 ((-904 (-566)) (-644 (-566)))) (-15 -1412 ((-904 (-566)) (-921))) (-15 -1412 ((-904 (-566)) (-644 (-566)))) (-15 -2321 ((-904 (-566)) (-644 (-566)))) (-15 -2321 ((-904 (-566)))) (-15 -3118 ((-904 (-566)) (-644 (-566)))) (-15 -3118 ((-904 (-566)))) (-15 -2097 ((-904 (-566)) (-644 (-566)))) (-15 -2097 ((-904 (-566)))) (-15 -3481 ((-904 (-566)) (-644 (-566)))) (-15 -3481 ((-904 (-566)))) (-15 -4269 ((-904 (-566)) (-644 (-566)))) (-15 -4269 ((-904 (-566)))) (-15 -1582 ((-904 (-566)) (-644 (-566)))) (-15 -1582 ((-904 (-566)))) (-15 -2856 ((-904 (-566)))) (-15 -4127 ((-904 (-566)) (-644 (-566)))) (-15 -4127 ((-904 (-566)) (-971))))
-((-1936 (((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175))) 14)) (-2027 (((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175))) 13)))
-(((-918 |#1|) (-10 -7 (-15 -2027 ((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -1936 ((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175))))) (-454)) (T -918))
-((-1936 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-952 *4))) (-5 *3 (-644 (-1175))) (-4 *4 (-454)) (-5 *1 (-918 *4)))) (-2027 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-952 *4))) (-5 *3 (-644 (-1175))) (-4 *4 (-454)) (-5 *1 (-918 *4)))))
-(-10 -7 (-15 -2027 ((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -1936 ((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)))))
-((-3152 (((-317 |#1|) (-479)) 16)))
-(((-919 |#1|) (-10 -7 (-15 -3152 ((-317 |#1|) (-479)))) (-558)) (T -919))
-((-3152 (*1 *2 *3) (-12 (-5 *3 (-479)) (-5 *2 (-317 *4)) (-5 *1 (-919 *4)) (-4 *4 (-558)))))
-(-10 -7 (-15 -3152 ((-317 |#1|) (-479))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-2389 (((-112) $) 35)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-1832 (((-3 (-2 (|:| -2464 (-771)) (|:| -1815 |#5|)) "failed") (-338 |#2| |#3| |#4| |#5|)) 77)) (-1793 (((-112) (-338 |#2| |#3| |#4| |#5|)) 17)) (-2464 (((-3 (-771) "failed") (-338 |#2| |#3| |#4| |#5|)) 15)))
+(((-911 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2464 ((-3 (-771) "failed") (-338 |#2| |#3| |#4| |#5|))) (-15 -1793 ((-112) (-338 |#2| |#3| |#4| |#5|))) (-15 -1832 ((-3 (-2 (|:| -2464 (-771)) (|:| -1815 |#5|)) "failed") (-338 |#2| |#3| |#4| |#5|)))) (-13 (-558) (-1038 (-566))) (-432 |#1|) (-1241 |#2|) (-1241 (-409 |#3|)) (-344 |#2| |#3| |#4|)) (T -911))
+((-1832 (*1 *2 *3) (|partial| -12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4)) (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6))) (-4 *8 (-344 *5 *6 *7)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-2 (|:| -2464 (-771)) (|:| -1815 *8))) (-5 *1 (-911 *4 *5 *6 *7 *8)))) (-1793 (*1 *2 *3) (-12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4)) (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6))) (-4 *8 (-344 *5 *6 *7)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-112)) (-5 *1 (-911 *4 *5 *6 *7 *8)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4)) (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6))) (-4 *8 (-344 *5 *6 *7)) (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-771)) (-5 *1 (-911 *4 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2464 ((-3 (-771) "failed") (-338 |#2| |#3| |#4| |#5|))) (-15 -1793 ((-112) (-338 |#2| |#3| |#4| |#5|))) (-15 -1832 ((-3 (-2 (|:| -2464 (-771)) (|:| -1815 |#5|)) "failed") (-338 |#2| |#3| |#4| |#5|))))
+((-1832 (((-3 (-2 (|:| -2464 (-771)) (|:| -1815 |#3|)) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|)) 64)) (-1793 (((-112) (-338 (-409 (-566)) |#1| |#2| |#3|)) 16)) (-2464 (((-3 (-771) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|)) 14)))
+(((-912 |#1| |#2| |#3|) (-10 -7 (-15 -2464 ((-3 (-771) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|))) (-15 -1793 ((-112) (-338 (-409 (-566)) |#1| |#2| |#3|))) (-15 -1832 ((-3 (-2 (|:| -2464 (-771)) (|:| -1815 |#3|)) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|)))) (-1241 (-409 (-566))) (-1241 (-409 |#1|)) (-344 (-409 (-566)) |#1| |#2|)) (T -912))
+((-1832 (*1 *2 *3) (|partial| -12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6)) (-4 *4 (-1241 (-409 (-566)))) (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 (-409 (-566)) *4 *5)) (-5 *2 (-2 (|:| -2464 (-771)) (|:| -1815 *6))) (-5 *1 (-912 *4 *5 *6)))) (-1793 (*1 *2 *3) (-12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6)) (-4 *4 (-1241 (-409 (-566)))) (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 (-409 (-566)) *4 *5)) (-5 *2 (-112)) (-5 *1 (-912 *4 *5 *6)))) (-2464 (*1 *2 *3) (|partial| -12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6)) (-4 *4 (-1241 (-409 (-566)))) (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 (-409 (-566)) *4 *5)) (-5 *2 (-771)) (-5 *1 (-912 *4 *5 *6)))))
+(-10 -7 (-15 -2464 ((-3 (-771) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|))) (-15 -1793 ((-112) (-338 (-409 (-566)) |#1| |#2| |#3|))) (-15 -1832 ((-3 (-2 (|:| -2464 (-771)) (|:| -1815 |#3|)) "failed") (-338 (-409 (-566)) |#1| |#2| |#3|))))
+((-2594 ((|#2| |#2|) 26)) (-2063 (((-566) (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))))) 15)) (-1587 (((-921) (-566)) 38)) (-4031 (((-566) |#2|) 45)) (-3435 (((-566) |#2|) 21) (((-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))) |#1|) 20)))
+(((-913 |#1| |#2|) (-10 -7 (-15 -1587 ((-921) (-566))) (-15 -3435 ((-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))) |#1|)) (-15 -3435 ((-566) |#2|)) (-15 -2063 ((-566) (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566)))))) (-15 -4031 ((-566) |#2|)) (-15 -2594 (|#2| |#2|))) (-1241 (-409 (-566))) (-1241 (-409 |#1|))) (T -913))
+((-2594 (*1 *2 *2) (-12 (-4 *3 (-1241 (-409 (-566)))) (-5 *1 (-913 *3 *2)) (-4 *2 (-1241 (-409 *3))))) (-4031 (*1 *2 *3) (-12 (-4 *4 (-1241 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *3)) (-4 *3 (-1241 (-409 *4))))) (-2063 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))))) (-4 *4 (-1241 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *5)) (-4 *5 (-1241 (-409 *4))))) (-3435 (*1 *2 *3) (-12 (-4 *4 (-1241 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *3)) (-4 *3 (-1241 (-409 *4))))) (-3435 (*1 *2 *3) (-12 (-4 *3 (-1241 (-409 (-566)))) (-5 *2 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566)))) (-5 *1 (-913 *3 *4)) (-4 *4 (-1241 (-409 *3))))) (-1587 (*1 *2 *3) (-12 (-5 *3 (-566)) (-4 *4 (-1241 (-409 *3))) (-5 *2 (-921)) (-5 *1 (-913 *4 *5)) (-4 *5 (-1241 (-409 *4))))))
+(-10 -7 (-15 -1587 ((-921) (-566))) (-15 -3435 ((-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))) |#1|)) (-15 -3435 ((-566) |#2|)) (-15 -2063 ((-566) (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566)))))) (-15 -4031 ((-566) |#2|)) (-15 -2594 (|#2| |#2|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 ((|#1| $) 100)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-4067 (($ $ $) NIL)) (-4185 (((-3 $ "failed") $) 94)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3155 (($ |#1| (-420 |#1|)) 92)) (-3473 (((-1171 |#1|) |#1| |#1|) 53)) (-3119 (($ $) 61)) (-1568 (((-112) $) NIL)) (-3893 (((-566) $) 97)) (-1376 (($ $ (-566)) 99)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3744 ((|#1| $) 96)) (-4219 (((-420 |#1|) $) 95)) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) 93)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-3706 (($ $) 50)) (-1650 (((-862) $) 124) (($ (-566)) 73) (($ $) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 41) (((-409 |#1|) $) 78) (($ (-409 (-420 |#1|))) 86)) (-2910 (((-771)) 71 T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3410 (($) 26 T CONST)) (-3424 (($) 15 T CONST)) (-2868 (((-112) $ $) 87)) (-2990 (($ $ $) NIL)) (-2977 (($ $) 108) (($ $ $) NIL)) (-2964 (($ $ $) 49)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 110) (($ $ $) 48) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ |#1| $) 109) (($ $ |#1|) NIL)))
+(((-914 |#1|) (-13 (-365) (-38 |#1|) (-10 -8 (-15 -1650 ((-409 |#1|) $)) (-15 -1650 ($ (-409 (-420 |#1|)))) (-15 -3706 ($ $)) (-15 -4219 ((-420 |#1|) $)) (-15 -3744 (|#1| $)) (-15 -1376 ($ $ (-566))) (-15 -3893 ((-566) $)) (-15 -3473 ((-1171 |#1|) |#1| |#1|)) (-15 -3119 ($ $)) (-15 -3155 ($ |#1| (-420 |#1|))) (-15 -3165 (|#1| $)))) (-308)) (T -914))
+((-1650 (*1 *2 *1) (-12 (-5 *2 (-409 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-409 (-420 *3))) (-4 *3 (-308)) (-5 *1 (-914 *3)))) (-3706 (*1 *1 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))) (-4219 (*1 *2 *1) (-12 (-5 *2 (-420 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-3744 (*1 *2 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))) (-1376 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-3893 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-3473 (*1 *2 *3 *3) (-12 (-5 *2 (-1171 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))) (-3119 (*1 *1 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))) (-3155 (*1 *1 *2 *3) (-12 (-5 *3 (-420 *2)) (-4 *2 (-308)) (-5 *1 (-914 *2)))) (-3165 (*1 *2 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))))
+(-13 (-365) (-38 |#1|) (-10 -8 (-15 -1650 ((-409 |#1|) $)) (-15 -1650 ($ (-409 (-420 |#1|)))) (-15 -3706 ($ $)) (-15 -4219 ((-420 |#1|) $)) (-15 -3744 (|#1| $)) (-15 -1376 ($ $ (-566))) (-15 -3893 ((-566) $)) (-15 -3473 ((-1171 |#1|) |#1| |#1|)) (-15 -3119 ($ $)) (-15 -3155 ($ |#1| (-420 |#1|))) (-15 -3165 (|#1| $))))
+((-3155 (((-52) (-952 |#1|) (-420 (-952 |#1|)) (-1175)) 17) (((-52) (-409 (-952 |#1|)) (-1175)) 18)))
+(((-915 |#1|) (-10 -7 (-15 -3155 ((-52) (-409 (-952 |#1|)) (-1175))) (-15 -3155 ((-52) (-952 |#1|) (-420 (-952 |#1|)) (-1175)))) (-13 (-308) (-147))) (T -915))
+((-3155 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-420 (-952 *6))) (-5 *5 (-1175)) (-5 *3 (-952 *6)) (-4 *6 (-13 (-308) (-147))) (-5 *2 (-52)) (-5 *1 (-915 *6)))) (-3155 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-52)) (-5 *1 (-915 *5)))))
+(-10 -7 (-15 -3155 ((-52) (-409 (-952 |#1|)) (-1175))) (-15 -3155 ((-52) (-952 |#1|) (-420 (-952 |#1|)) (-1175))))
+((-4144 ((|#4| (-644 |#4|)) 149) (((-1171 |#4|) (-1171 |#4|) (-1171 |#4|)) 86) ((|#4| |#4| |#4|) 148)) (-1962 (((-1171 |#4|) (-644 (-1171 |#4|))) 142) (((-1171 |#4|) (-1171 |#4|) (-1171 |#4|)) 63) ((|#4| (-644 |#4|)) 71) ((|#4| |#4| |#4|) 109)))
+(((-916 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1962 (|#4| |#4| |#4|)) (-15 -1962 (|#4| (-644 |#4|))) (-15 -1962 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -1962 ((-1171 |#4|) (-644 (-1171 |#4|)))) (-15 -4144 (|#4| |#4| |#4|)) (-15 -4144 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -4144 (|#4| (-644 |#4|)))) (-793) (-850) (-308) (-949 |#3| |#1| |#2|)) (T -916))
+((-4144 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *6 *4 *5)) (-5 *1 (-916 *4 *5 *6 *2)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)))) (-4144 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *6)))) (-4144 (*1 *2 *2 *2) (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *2)) (-4 *2 (-949 *5 *3 *4)))) (-1962 (*1 *2 *3) (-12 (-5 *3 (-644 (-1171 *7))) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-1171 *7)) (-5 *1 (-916 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))) (-1962 (*1 *2 *2 *2) (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *6)))) (-1962 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *6 *4 *5)) (-5 *1 (-916 *4 *5 *6 *2)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)))) (-1962 (*1 *2 *2 *2) (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *2)) (-4 *2 (-949 *5 *3 *4)))))
+(-10 -7 (-15 -1962 (|#4| |#4| |#4|)) (-15 -1962 (|#4| (-644 |#4|))) (-15 -1962 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -1962 ((-1171 |#4|) (-644 (-1171 |#4|)))) (-15 -4144 (|#4| |#4| |#4|)) (-15 -4144 ((-1171 |#4|) (-1171 |#4|) (-1171 |#4|))) (-15 -4144 (|#4| (-644 |#4|))))
+((-2532 (((-904 (-566)) (-971)) 38) (((-904 (-566)) (-644 (-566))) 35)) (-2065 (((-904 (-566)) (-644 (-566))) 70) (((-904 (-566)) (-921)) 71)) (-3614 (((-904 (-566))) 39)) (-3471 (((-904 (-566))) 55) (((-904 (-566)) (-644 (-566))) 54)) (-1606 (((-904 (-566))) 53) (((-904 (-566)) (-644 (-566))) 52)) (-1723 (((-904 (-566))) 51) (((-904 (-566)) (-644 (-566))) 50)) (-2195 (((-904 (-566))) 49) (((-904 (-566)) (-644 (-566))) 48)) (-2103 (((-904 (-566))) 47) (((-904 (-566)) (-644 (-566))) 46)) (-3352 (((-904 (-566))) 57) (((-904 (-566)) (-644 (-566))) 56)) (-2160 (((-904 (-566)) (-644 (-566))) 75) (((-904 (-566)) (-921)) 77)) (-3079 (((-904 (-566)) (-644 (-566))) 72) (((-904 (-566)) (-921)) 73)) (-1448 (((-904 (-566)) (-644 (-566))) 68) (((-904 (-566)) (-921)) 69)) (-2962 (((-904 (-566)) (-644 (-921))) 60)))
+(((-917) (-10 -7 (-15 -2065 ((-904 (-566)) (-921))) (-15 -2065 ((-904 (-566)) (-644 (-566)))) (-15 -1448 ((-904 (-566)) (-921))) (-15 -1448 ((-904 (-566)) (-644 (-566)))) (-15 -2962 ((-904 (-566)) (-644 (-921)))) (-15 -3079 ((-904 (-566)) (-921))) (-15 -3079 ((-904 (-566)) (-644 (-566)))) (-15 -2160 ((-904 (-566)) (-921))) (-15 -2160 ((-904 (-566)) (-644 (-566)))) (-15 -2103 ((-904 (-566)) (-644 (-566)))) (-15 -2103 ((-904 (-566)))) (-15 -2195 ((-904 (-566)) (-644 (-566)))) (-15 -2195 ((-904 (-566)))) (-15 -1723 ((-904 (-566)) (-644 (-566)))) (-15 -1723 ((-904 (-566)))) (-15 -1606 ((-904 (-566)) (-644 (-566)))) (-15 -1606 ((-904 (-566)))) (-15 -3471 ((-904 (-566)) (-644 (-566)))) (-15 -3471 ((-904 (-566)))) (-15 -3352 ((-904 (-566)) (-644 (-566)))) (-15 -3352 ((-904 (-566)))) (-15 -3614 ((-904 (-566)))) (-15 -2532 ((-904 (-566)) (-644 (-566)))) (-15 -2532 ((-904 (-566)) (-971))))) (T -917))
+((-2532 (*1 *2 *3) (-12 (-5 *3 (-971)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2532 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3614 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3352 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3352 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3471 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3471 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1606 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1606 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1723 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1723 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2195 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2195 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2103 (*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2103 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2160 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2160 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3079 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-3079 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2962 (*1 *2 *3) (-12 (-5 *3 (-644 (-921))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1448 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-1448 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2065 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))) (-2065 (*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(-10 -7 (-15 -2065 ((-904 (-566)) (-921))) (-15 -2065 ((-904 (-566)) (-644 (-566)))) (-15 -1448 ((-904 (-566)) (-921))) (-15 -1448 ((-904 (-566)) (-644 (-566)))) (-15 -2962 ((-904 (-566)) (-644 (-921)))) (-15 -3079 ((-904 (-566)) (-921))) (-15 -3079 ((-904 (-566)) (-644 (-566)))) (-15 -2160 ((-904 (-566)) (-921))) (-15 -2160 ((-904 (-566)) (-644 (-566)))) (-15 -2103 ((-904 (-566)) (-644 (-566)))) (-15 -2103 ((-904 (-566)))) (-15 -2195 ((-904 (-566)) (-644 (-566)))) (-15 -2195 ((-904 (-566)))) (-15 -1723 ((-904 (-566)) (-644 (-566)))) (-15 -1723 ((-904 (-566)))) (-15 -1606 ((-904 (-566)) (-644 (-566)))) (-15 -1606 ((-904 (-566)))) (-15 -3471 ((-904 (-566)) (-644 (-566)))) (-15 -3471 ((-904 (-566)))) (-15 -3352 ((-904 (-566)) (-644 (-566)))) (-15 -3352 ((-904 (-566)))) (-15 -3614 ((-904 (-566)))) (-15 -2532 ((-904 (-566)) (-644 (-566)))) (-15 -2532 ((-904 (-566)) (-971))))
+((-2557 (((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175))) 14)) (-2244 (((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175))) 13)))
+(((-918 |#1|) (-10 -7 (-15 -2244 ((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -2557 ((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175))))) (-454)) (T -918))
+((-2557 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-952 *4))) (-5 *3 (-644 (-1175))) (-4 *4 (-454)) (-5 *1 (-918 *4)))) (-2244 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-952 *4))) (-5 *3 (-644 (-1175))) (-4 *4 (-454)) (-5 *1 (-918 *4)))))
+(-10 -7 (-15 -2244 ((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -2557 ((-644 (-952 |#1|)) (-644 (-952 |#1|)) (-644 (-1175)))))
+((-1650 (((-317 |#1|) (-479)) 16)))
+(((-919 |#1|) (-10 -7 (-15 -1650 ((-317 |#1|) (-479)))) (-558)) (T -919))
+((-1650 (*1 *2 *3) (-12 (-5 *3 (-479)) (-5 *2 (-317 *4)) (-5 *1 (-919 *4)) (-4 *4 (-558)))))
+(-10 -7 (-15 -1650 ((-317 |#1|) (-479))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-1568 (((-112) $) 35)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-920) (-140)) (T -920))
-((-3255 (*1 *2 *3) (-12 (-4 *1 (-920)) (-5 *2 (-2 (|:| -2397 (-644 *1)) (|:| -3302 *1))) (-5 *3 (-644 *1)))) (-2915 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-644 *1)) (-4 *1 (-920)))))
-(-13 (-454) (-10 -8 (-15 -3255 ((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $))) (-15 -2915 ((-3 (-644 $) "failed") (-644 $) $))))
+((-4294 (*1 *2 *3) (-12 (-4 *1 (-920)) (-5 *2 (-2 (|:| -2651 (-644 *1)) (|:| -2529 *1))) (-5 *3 (-644 *1)))) (-2871 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-644 *1)) (-4 *1 (-920)))))
+(-13 (-454) (-10 -8 (-15 -4294 ((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $))) (-15 -2871 ((-3 (-644 $) "failed") (-644 $) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-454) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2164 (($ $ $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4366 (($) NIL T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ $ $) NIL)))
-(((-921) (-13 (-794) (-726) (-10 -8 (-15 -2164 ($ $ $)) (-6 (-4416 "*"))))) (T -921))
-((-2164 (*1 *1 *1 *1) (-5 *1 (-921))))
-(-13 (-794) (-726) (-10 -8 (-15 -2164 ($ $ $)) (-6 (-4416 "*"))))
+((-4124 (((-112) $ $) NIL)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1962 (($ $ $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3424 (($) NIL T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ $ $) NIL)))
+(((-921) (-13 (-794) (-726) (-10 -8 (-15 -1962 ($ $ $)) (-6 (-4417 "*"))))) (T -921))
+((-1962 (*1 *1 *1 *1) (-5 *1 (-921))))
+(-13 (-794) (-726) (-10 -8 (-15 -1962 ($ $ $)) (-6 (-4417 "*"))))
((|NonNegativeInteger|) (> |#1| 0))
-((-1578 ((|#2| (-644 |#1|) (-644 |#1|)) 29)))
-(((-922 |#1| |#2|) (-10 -7 (-15 -1578 (|#2| (-644 |#1|) (-644 |#1|)))) (-365) (-1240 |#1|)) (T -922))
-((-1578 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-365)) (-4 *2 (-1240 *4)) (-5 *1 (-922 *4 *2)))))
-(-10 -7 (-15 -1578 (|#2| (-644 |#1|) (-644 |#1|))))
-((-2566 (((-1171 |#2|) (-644 |#2|) (-644 |#2|)) 17) (((-1237 |#1| |#2|) (-1237 |#1| |#2|) (-644 |#2|) (-644 |#2|)) 13)))
-(((-923 |#1| |#2|) (-10 -7 (-15 -2566 ((-1237 |#1| |#2|) (-1237 |#1| |#2|) (-644 |#2|) (-644 |#2|))) (-15 -2566 ((-1171 |#2|) (-644 |#2|) (-644 |#2|)))) (-1175) (-365)) (T -923))
-((-2566 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *5)) (-4 *5 (-365)) (-5 *2 (-1171 *5)) (-5 *1 (-923 *4 *5)) (-14 *4 (-1175)))) (-2566 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1237 *4 *5)) (-5 *3 (-644 *5)) (-14 *4 (-1175)) (-4 *5 (-365)) (-5 *1 (-923 *4 *5)))))
-(-10 -7 (-15 -2566 ((-1237 |#1| |#2|) (-1237 |#1| |#2|) (-644 |#2|) (-644 |#2|))) (-15 -2566 ((-1171 |#2|) (-644 |#2|) (-644 |#2|))))
-((-1454 (((-566) (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-1157)) 177)) (-4186 ((|#4| |#4|) 196)) (-2145 (((-644 (-409 (-952 |#1|))) (-644 (-1175))) 149)) (-2056 (((-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-644 (-644 |#4|)) (-771) (-771) (-566)) 88)) (-2662 (((-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))) (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))) (-644 |#4|)) 69)) (-1766 (((-689 |#4|) (-689 |#4|) (-644 |#4|)) 65)) (-3529 (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-1157)) 189)) (-3003 (((-566) (-689 |#4|) (-921) (-1157)) 169) (((-566) (-689 |#4|) (-644 (-1175)) (-921) (-1157)) 168) (((-566) (-689 |#4|) (-644 |#4|) (-921) (-1157)) 167) (((-566) (-689 |#4|) (-1157)) 157) (((-566) (-689 |#4|) (-644 (-1175)) (-1157)) 156) (((-566) (-689 |#4|) (-644 |#4|) (-1157)) 155) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-921)) 154) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)) (-921)) 153) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|) (-921)) 152) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|)) 151) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175))) 150) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|)) 146)) (-3075 ((|#4| (-952 |#1|)) 80)) (-2162 (((-112) (-644 |#4|) (-644 (-644 |#4|))) 193)) (-3175 (((-644 (-644 (-566))) (-566) (-566)) 162)) (-4390 (((-644 (-644 |#4|)) (-644 (-644 |#4|))) 107)) (-3418 (((-771) (-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|))))) 102)) (-3637 (((-771) (-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|))))) 101)) (-1857 (((-112) (-644 (-952 |#1|))) 19) (((-112) (-644 |#4|)) 15)) (-1538 (((-2 (|:| |sysok| (-112)) (|:| |z0| (-644 |#4|)) (|:| |n0| (-644 |#4|))) (-644 |#4|) (-644 |#4|)) 84)) (-2611 (((-644 |#4|) |#4|) 57)) (-1403 (((-644 (-409 (-952 |#1|))) (-644 |#4|)) 145) (((-689 (-409 (-952 |#1|))) (-689 |#4|)) 66) (((-409 (-952 |#1|)) |#4|) 142)) (-3470 (((-2 (|:| |rgl| (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))))))) (|:| |rgsz| (-566))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-771) (-1157) (-566)) 113)) (-3099 (((-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))) (-689 |#4|) (-771)) 100)) (-2600 (((-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-689 |#4|) (-771)) 124)) (-4035 (((-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))) (-2 (|:| -3361 (-689 (-409 (-952 |#1|)))) (|:| |vec| (-644 (-409 (-952 |#1|)))) (|:| -2755 (-771)) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) 56)))
-(((-924 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|) (-921))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)) (-921))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-921))) (-15 -3003 ((-566) (-689 |#4|) (-644 |#4|) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-644 (-1175)) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-644 |#4|) (-921) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-644 (-1175)) (-921) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-921) (-1157))) (-15 -1454 ((-566) (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-1157))) (-15 -3529 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-1157))) (-15 -3470 ((-2 (|:| |rgl| (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))))))) (|:| |rgsz| (-566))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-771) (-1157) (-566))) (-15 -1403 ((-409 (-952 |#1|)) |#4|)) (-15 -1403 ((-689 (-409 (-952 |#1|))) (-689 |#4|))) (-15 -1403 ((-644 (-409 (-952 |#1|))) (-644 |#4|))) (-15 -2145 ((-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -3075 (|#4| (-952 |#1|))) (-15 -1538 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-644 |#4|)) (|:| |n0| (-644 |#4|))) (-644 |#4|) (-644 |#4|))) (-15 -3099 ((-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))) (-689 |#4|) (-771))) (-15 -2662 ((-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))) (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))) (-644 |#4|))) (-15 -4035 ((-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))) (-2 (|:| -3361 (-689 (-409 (-952 |#1|)))) (|:| |vec| (-644 (-409 (-952 |#1|)))) (|:| -2755 (-771)) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (-15 -2611 ((-644 |#4|) |#4|)) (-15 -3637 ((-771) (-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))))) (-15 -3418 ((-771) (-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))))) (-15 -4390 ((-644 (-644 |#4|)) (-644 (-644 |#4|)))) (-15 -3175 ((-644 (-644 (-566))) (-566) (-566))) (-15 -2162 ((-112) (-644 |#4|) (-644 (-644 |#4|)))) (-15 -2600 ((-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-689 |#4|) (-771))) (-15 -1766 ((-689 |#4|) (-689 |#4|) (-644 |#4|))) (-15 -2056 ((-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-644 (-644 |#4|)) (-771) (-771) (-566))) (-15 -4186 (|#4| |#4|)) (-15 -1857 ((-112) (-644 |#4|))) (-15 -1857 ((-112) (-644 (-952 |#1|))))) (-13 (-308) (-147)) (-13 (-850) (-614 (-1175))) (-793) (-949 |#1| |#3| |#2|)) (T -924))
-((-1857 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-112)) (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))) (-1857 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-112)) (-5 *1 (-924 *4 *5 *6 *7)))) (-4186 (*1 *2 *2) (-12 (-4 *3 (-13 (-308) (-147))) (-4 *4 (-13 (-850) (-614 (-1175)))) (-4 *5 (-793)) (-5 *1 (-924 *3 *4 *5 *2)) (-4 *2 (-949 *3 *5 *4)))) (-2056 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-5 *4 (-689 *12)) (-5 *5 (-644 (-409 (-952 *9)))) (-5 *6 (-644 (-644 *12))) (-5 *7 (-771)) (-5 *8 (-566)) (-4 *9 (-13 (-308) (-147))) (-4 *12 (-949 *9 *11 *10)) (-4 *10 (-13 (-850) (-614 (-1175)))) (-4 *11 (-793)) (-5 *2 (-2 (|:| |eqzro| (-644 *12)) (|:| |neqzro| (-644 *12)) (|:| |wcond| (-644 (-952 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *9)))) (|:| -2875 (-644 (-1264 (-409 (-952 *9))))))))) (-5 *1 (-924 *9 *10 *11 *12)))) (-1766 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *7)) (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *1 (-924 *4 *5 *6 *7)))) (-2600 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-5 *4 (-771)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| |det| *8) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (-5 *1 (-924 *5 *6 *7 *8)))) (-2162 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-644 *8))) (-5 *3 (-644 *8)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-112)) (-5 *1 (-924 *5 *6 *7 *8)))) (-3175 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-644 (-566)))) (-5 *1 (-924 *4 *5 *6 *7)) (-5 *3 (-566)) (-4 *7 (-949 *4 *6 *5)))) (-4390 (*1 *2 *2) (-12 (-5 *2 (-644 (-644 *6))) (-4 *6 (-949 *3 *5 *4)) (-4 *3 (-13 (-308) (-147))) (-4 *4 (-13 (-850) (-614 (-1175)))) (-4 *5 (-793)) (-5 *1 (-924 *3 *4 *5 *6)))) (-3418 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| *7) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 *7))))) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-771)) (-5 *1 (-924 *4 *5 *6 *7)))) (-3637 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| *7) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 *7))))) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-771)) (-5 *1 (-924 *4 *5 *6 *7)))) (-2611 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 *3)) (-5 *1 (-924 *4 *5 *6 *3)) (-4 *3 (-949 *4 *6 *5)))) (-4035 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3361 (-689 (-409 (-952 *4)))) (|:| |vec| (-644 (-409 (-952 *4)))) (|:| -2755 (-771)) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-2 (|:| |partsol| (-1264 (-409 (-952 *4)))) (|:| -2875 (-644 (-1264 (-409 (-952 *4))))))) (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))) (-2662 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1264 (-409 (-952 *4)))) (|:| -2875 (-644 (-1264 (-409 (-952 *4))))))) (-5 *3 (-644 *7)) (-4 *4 (-13 (-308) (-147))) (-4 *7 (-949 *4 *6 *5)) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *1 (-924 *4 *5 *6 *7)))) (-3099 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| *8) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 *8))))) (-5 *1 (-924 *5 *6 *7 *8)) (-5 *4 (-771)))) (-1538 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-4 *7 (-949 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-112)) (|:| |z0| (-644 *7)) (|:| |n0| (-644 *7)))) (-5 *1 (-924 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-3075 (*1 *2 *3) (-12 (-5 *3 (-952 *4)) (-4 *4 (-13 (-308) (-147))) (-4 *2 (-949 *4 *6 *5)) (-5 *1 (-924 *4 *5 *6 *2)) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)))) (-2145 (*1 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-409 (-952 *4)))) (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))) (-1403 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-409 (-952 *4)))) (-5 *1 (-924 *4 *5 *6 *7)))) (-1403 (*1 *2 *3) (-12 (-5 *3 (-689 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-689 (-409 (-952 *4)))) (-5 *1 (-924 *4 *5 *6 *7)))) (-1403 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-409 (-952 *4))) (-5 *1 (-924 *4 *5 *6 *3)) (-4 *3 (-949 *4 *6 *5)))) (-3470 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-689 *11)) (-5 *4 (-644 (-409 (-952 *8)))) (-5 *5 (-771)) (-5 *6 (-1157)) (-4 *8 (-13 (-308) (-147))) (-4 *11 (-949 *8 *10 *9)) (-4 *9 (-13 (-850) (-614 (-1175)))) (-4 *10 (-793)) (-5 *2 (-2 (|:| |rgl| (-644 (-2 (|:| |eqzro| (-644 *11)) (|:| |neqzro| (-644 *11)) (|:| |wcond| (-644 (-952 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *8)))) (|:| -2875 (-644 (-1264 (-409 (-952 *8)))))))))) (|:| |rgsz| (-566)))) (-5 *1 (-924 *8 *9 *10 *11)) (-5 *7 (-566)))) (-3529 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *7)) (|:| |neqzro| (-644 *7)) (|:| |wcond| (-644 (-952 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *4)))) (|:| -2875 (-644 (-1264 (-409 (-952 *4)))))))))) (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))) (-1454 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8)) (|:| |wcond| (-644 (-952 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *5)))) (|:| -2875 (-644 (-1264 (-409 (-952 *5)))))))))) (-5 *4 (-1157)) (-4 *5 (-13 (-308) (-147))) (-4 *8 (-949 *5 *7 *6)) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *5 *6 *7 *8)))) (-3003 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *4 (-921)) (-5 *5 (-1157)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *6 *7 *8 *9)))) (-3003 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-689 *10)) (-5 *4 (-644 (-1175))) (-5 *5 (-921)) (-5 *6 (-1157)) (-4 *10 (-949 *7 *9 *8)) (-4 *7 (-13 (-308) (-147))) (-4 *8 (-13 (-850) (-614 (-1175)))) (-4 *9 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *7 *8 *9 *10)))) (-3003 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-689 *10)) (-5 *4 (-644 *10)) (-5 *5 (-921)) (-5 *6 (-1157)) (-4 *10 (-949 *7 *9 *8)) (-4 *7 (-13 (-308) (-147))) (-4 *8 (-13 (-850) (-614 (-1175)))) (-4 *9 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *7 *8 *9 *10)))) (-3003 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-5 *4 (-1157)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *5 *6 *7 *8)))) (-3003 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 (-1175))) (-5 *5 (-1157)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *6 *7 *8 *9)))) (-3003 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 *9)) (-5 *5 (-1157)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *6 *7 *8 *9)))) (-3003 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-5 *4 (-921)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8)) (|:| |wcond| (-644 (-952 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *5)))) (|:| -2875 (-644 (-1264 (-409 (-952 *5)))))))))) (-5 *1 (-924 *5 *6 *7 *8)))) (-3003 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 (-1175))) (-5 *5 (-921)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *9)) (|:| |neqzro| (-644 *9)) (|:| |wcond| (-644 (-952 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *6)))) (|:| -2875 (-644 (-1264 (-409 (-952 *6)))))))))) (-5 *1 (-924 *6 *7 *8 *9)))) (-3003 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *5 (-921)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *9)) (|:| |neqzro| (-644 *9)) (|:| |wcond| (-644 (-952 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *6)))) (|:| -2875 (-644 (-1264 (-409 (-952 *6)))))))))) (-5 *1 (-924 *6 *7 *8 *9)) (-5 *4 (-644 *9)))) (-3003 (*1 *2 *3) (-12 (-5 *3 (-689 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *7)) (|:| |neqzro| (-644 *7)) (|:| |wcond| (-644 (-952 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *4)))) (|:| -2875 (-644 (-1264 (-409 (-952 *4)))))))))) (-5 *1 (-924 *4 *5 *6 *7)))) (-3003 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-5 *4 (-644 (-1175))) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8)) (|:| |wcond| (-644 (-952 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *5)))) (|:| -2875 (-644 (-1264 (-409 (-952 *5)))))))))) (-5 *1 (-924 *5 *6 *7 *8)))) (-3003 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8)) (|:| |wcond| (-644 (-952 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 *5)))) (|:| -2875 (-644 (-1264 (-409 (-952 *5)))))))))) (-5 *1 (-924 *5 *6 *7 *8)) (-5 *4 (-644 *8)))))
-(-10 -7 (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|) (-921))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)) (-921))) (-15 -3003 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-689 |#4|) (-921))) (-15 -3003 ((-566) (-689 |#4|) (-644 |#4|) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-644 (-1175)) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-644 |#4|) (-921) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-644 (-1175)) (-921) (-1157))) (-15 -3003 ((-566) (-689 |#4|) (-921) (-1157))) (-15 -1454 ((-566) (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-1157))) (-15 -3529 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|))))))))) (-1157))) (-15 -3470 ((-2 (|:| |rgl| (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))))))) (|:| |rgsz| (-566))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-771) (-1157) (-566))) (-15 -1403 ((-409 (-952 |#1|)) |#4|)) (-15 -1403 ((-689 (-409 (-952 |#1|))) (-689 |#4|))) (-15 -1403 ((-644 (-409 (-952 |#1|))) (-644 |#4|))) (-15 -2145 ((-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -3075 (|#4| (-952 |#1|))) (-15 -1538 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-644 |#4|)) (|:| |n0| (-644 |#4|))) (-644 |#4|) (-644 |#4|))) (-15 -3099 ((-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))) (-689 |#4|) (-771))) (-15 -2662 ((-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))) (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))) (-644 |#4|))) (-15 -4035 ((-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))) (-2 (|:| -3361 (-689 (-409 (-952 |#1|)))) (|:| |vec| (-644 (-409 (-952 |#1|)))) (|:| -2755 (-771)) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (-15 -2611 ((-644 |#4|) |#4|)) (-15 -3637 ((-771) (-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))))) (-15 -3418 ((-771) (-644 (-2 (|:| -2755 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))))) (-15 -4390 ((-644 (-644 |#4|)) (-644 (-644 |#4|)))) (-15 -3175 ((-644 (-644 (-566))) (-566) (-566))) (-15 -2162 ((-112) (-644 |#4|) (-644 (-644 |#4|)))) (-15 -2600 ((-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-689 |#4|) (-771))) (-15 -1766 ((-689 |#4|) (-689 |#4|) (-644 |#4|))) (-15 -2056 ((-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1264 (-409 (-952 |#1|)))) (|:| -2875 (-644 (-1264 (-409 (-952 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-644 (-644 |#4|)) (-771) (-771) (-566))) (-15 -4186 (|#4| |#4|)) (-15 -1857 ((-112) (-644 |#4|))) (-15 -1857 ((-112) (-644 (-952 |#1|)))))
-((-3898 (((-927) |#1| (-1175)) 17) (((-927) |#1| (-1175) (-1093 (-225))) 21)) (-2275 (((-927) |#1| |#1| (-1175) (-1093 (-225))) 19) (((-927) |#1| (-1175) (-1093 (-225))) 15)))
-(((-925 |#1|) (-10 -7 (-15 -2275 ((-927) |#1| (-1175) (-1093 (-225)))) (-15 -2275 ((-927) |#1| |#1| (-1175) (-1093 (-225)))) (-15 -3898 ((-927) |#1| (-1175) (-1093 (-225)))) (-15 -3898 ((-927) |#1| (-1175)))) (-614 (-538))) (T -925))
-((-3898 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-927)) (-5 *1 (-925 *3)) (-4 *3 (-614 (-538))))) (-3898 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927)) (-5 *1 (-925 *3)) (-4 *3 (-614 (-538))))) (-2275 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927)) (-5 *1 (-925 *3)) (-4 *3 (-614 (-538))))) (-2275 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927)) (-5 *1 (-925 *3)) (-4 *3 (-614 (-538))))))
-(-10 -7 (-15 -2275 ((-927) |#1| (-1175) (-1093 (-225)))) (-15 -2275 ((-927) |#1| |#1| (-1175) (-1093 (-225)))) (-15 -3898 ((-927) |#1| (-1175) (-1093 (-225)))) (-15 -3898 ((-927) |#1| (-1175))))
-((-3294 (($ $ (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 123)) (-3880 (((-1093 (-225)) $) 64)) (-3867 (((-1093 (-225)) $) 63)) (-3857 (((-1093 (-225)) $) 62)) (-3874 (((-644 (-644 (-225))) $) 69)) (-3587 (((-1093 (-225)) $) 65)) (-2834 (((-566) (-566)) 57)) (-4019 (((-566) (-566)) 52)) (-3741 (((-566) (-566)) 55)) (-4195 (((-112) (-112)) 59)) (-1713 (((-566)) 56)) (-2279 (($ $ (-1093 (-225))) 126) (($ $) 127)) (-4334 (($ (-1 (-943 (-225)) (-225)) (-1093 (-225))) 133) (($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 134)) (-2275 (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225))) 136) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 137) (($ $ (-1093 (-225))) 129)) (-4041 (((-566)) 60)) (-1812 (((-566)) 50)) (-2432 (((-566)) 53)) (-4042 (((-644 (-644 (-943 (-225)))) $) 153)) (-3827 (((-112) (-112)) 61)) (-3152 (((-862) $) 151)) (-2037 (((-112)) 58)))
-(((-926) (-13 (-974) (-10 -8 (-15 -4334 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)))) (-15 -4334 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2275 ($ $ (-1093 (-225)))) (-15 -3294 ($ $ (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2279 ($ $ (-1093 (-225)))) (-15 -2279 ($ $)) (-15 -3587 ((-1093 (-225)) $)) (-15 -3874 ((-644 (-644 (-225))) $)) (-15 -1812 ((-566))) (-15 -4019 ((-566) (-566))) (-15 -2432 ((-566))) (-15 -3741 ((-566) (-566))) (-15 -1713 ((-566))) (-15 -2834 ((-566) (-566))) (-15 -2037 ((-112))) (-15 -4195 ((-112) (-112))) (-15 -4041 ((-566))) (-15 -3827 ((-112) (-112)))))) (T -926))
-((-4334 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-926)))) (-4334 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-926)))) (-2275 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-926)))) (-2275 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-926)))) (-2275 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926)))) (-3294 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926)))) (-2279 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926)))) (-2279 (*1 *1 *1) (-5 *1 (-926))) (-3587 (*1 *2 *1) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926)))) (-3874 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-225)))) (-5 *1 (-926)))) (-1812 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-4019 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-2432 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-3741 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-1713 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-2834 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-2037 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))) (-4195 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))) (-4041 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-3827 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))))
-(-13 (-974) (-10 -8 (-15 -4334 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)))) (-15 -4334 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2275 ($ $ (-1093 (-225)))) (-15 -3294 ($ $ (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2279 ($ $ (-1093 (-225)))) (-15 -2279 ($ $)) (-15 -3587 ((-1093 (-225)) $)) (-15 -3874 ((-644 (-644 (-225))) $)) (-15 -1812 ((-566))) (-15 -4019 ((-566) (-566))) (-15 -2432 ((-566))) (-15 -3741 ((-566) (-566))) (-15 -1713 ((-566))) (-15 -2834 ((-566) (-566))) (-15 -2037 ((-112))) (-15 -4195 ((-112) (-112))) (-15 -4041 ((-566))) (-15 -3827 ((-112) (-112)))))
-((-3294 (($ $ (-1093 (-225))) 124) (($ $ (-1093 (-225)) (-1093 (-225))) 125)) (-3867 (((-1093 (-225)) $) 73)) (-3857 (((-1093 (-225)) $) 72)) (-3587 (((-1093 (-225)) $) 74)) (-3693 (((-566) (-566)) 66)) (-2176 (((-566) (-566)) 61)) (-2955 (((-566) (-566)) 64)) (-2221 (((-112) (-112)) 68)) (-2733 (((-566)) 65)) (-2279 (($ $ (-1093 (-225))) 128) (($ $) 129)) (-4334 (($ (-1 (-943 (-225)) (-225)) (-1093 (-225))) 143) (($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 144)) (-3898 (($ (-1 (-225) (-225)) (-1093 (-225))) 151) (($ (-1 (-225) (-225))) 155)) (-2275 (($ (-1 (-225) (-225)) (-1093 (-225))) 139) (($ (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225))) 140) (($ (-644 (-1 (-225) (-225))) (-1093 (-225))) 148) (($ (-644 (-1 (-225) (-225))) (-1093 (-225)) (-1093 (-225))) 149) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225))) 141) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 142) (($ $ (-1093 (-225))) 130)) (-2244 (((-112) $) 69)) (-1937 (((-566)) 70)) (-4350 (((-566)) 59)) (-3651 (((-566)) 62)) (-4042 (((-644 (-644 (-943 (-225)))) $) 35)) (-3487 (((-112) (-112)) 71)) (-3152 (((-862) $) 169)) (-2642 (((-112)) 67)))
-(((-927) (-13 (-955) (-10 -8 (-15 -2275 ($ (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2275 ($ (-644 (-1 (-225) (-225))) (-1093 (-225)))) (-15 -2275 ($ (-644 (-1 (-225) (-225))) (-1093 (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -4334 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)))) (-15 -4334 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -3898 ($ (-1 (-225) (-225)) (-1093 (-225)))) (-15 -3898 ($ (-1 (-225) (-225)))) (-15 -2275 ($ $ (-1093 (-225)))) (-15 -2244 ((-112) $)) (-15 -3294 ($ $ (-1093 (-225)))) (-15 -3294 ($ $ (-1093 (-225)) (-1093 (-225)))) (-15 -2279 ($ $ (-1093 (-225)))) (-15 -2279 ($ $)) (-15 -3587 ((-1093 (-225)) $)) (-15 -4350 ((-566))) (-15 -2176 ((-566) (-566))) (-15 -3651 ((-566))) (-15 -2955 ((-566) (-566))) (-15 -2733 ((-566))) (-15 -3693 ((-566) (-566))) (-15 -2642 ((-112))) (-15 -2221 ((-112) (-112))) (-15 -1937 ((-566))) (-15 -3487 ((-112) (-112)))))) (T -927))
-((-2275 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2275 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2275 (*1 *1 *2 *3) (-12 (-5 *2 (-644 (-1 (-225) (-225)))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2275 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-644 (-1 (-225) (-225)))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2275 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2275 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-4334 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-4334 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-3898 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-3898 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-927)))) (-2275 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-2244 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-927)))) (-3294 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-3294 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-2279 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-2279 (*1 *1 *1) (-5 *1 (-927))) (-3587 (*1 *2 *1) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-4350 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-2176 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-3651 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-2955 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-2733 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-3693 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-2642 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))) (-2221 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))) (-1937 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-3487 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))))
-(-13 (-955) (-10 -8 (-15 -2275 ($ (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2275 ($ (-644 (-1 (-225) (-225))) (-1093 (-225)))) (-15 -2275 ($ (-644 (-1 (-225) (-225))) (-1093 (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2275 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -4334 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)))) (-15 -4334 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -3898 ($ (-1 (-225) (-225)) (-1093 (-225)))) (-15 -3898 ($ (-1 (-225) (-225)))) (-15 -2275 ($ $ (-1093 (-225)))) (-15 -2244 ((-112) $)) (-15 -3294 ($ $ (-1093 (-225)))) (-15 -3294 ($ $ (-1093 (-225)) (-1093 (-225)))) (-15 -2279 ($ $ (-1093 (-225)))) (-15 -2279 ($ $)) (-15 -3587 ((-1093 (-225)) $)) (-15 -4350 ((-566))) (-15 -2176 ((-566) (-566))) (-15 -3651 ((-566))) (-15 -2955 ((-566) (-566))) (-15 -2733 ((-566))) (-15 -3693 ((-566) (-566))) (-15 -2642 ((-112))) (-15 -2221 ((-112) (-112))) (-15 -1937 ((-566))) (-15 -3487 ((-112) (-112)))))
-((-4206 (((-644 (-1093 (-225))) (-644 (-644 (-943 (-225))))) 34)))
-(((-928) (-10 -7 (-15 -4206 ((-644 (-1093 (-225))) (-644 (-644 (-943 (-225)))))))) (T -928))
-((-4206 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-644 (-1093 (-225)))) (-5 *1 (-928)))))
-(-10 -7 (-15 -4206 ((-644 (-1093 (-225))) (-644 (-644 (-943 (-225)))))))
-((-4238 ((|#2| |#2|) 28)) (-4082 ((|#2| |#2|) 29)) (-1623 ((|#2| |#2|) 27)) (-1442 ((|#2| |#2| (-508)) 26)))
-(((-929 |#1| |#2|) (-10 -7 (-15 -1442 (|#2| |#2| (-508))) (-15 -1623 (|#2| |#2|)) (-15 -4238 (|#2| |#2|)) (-15 -4082 (|#2| |#2|))) (-1099) (-432 |#1|)) (T -929))
-((-4082 (*1 *2 *2) (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3)))) (-4238 (*1 *2 *2) (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3)))) (-1623 (*1 *2 *2) (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3)))) (-1442 (*1 *2 *2 *3) (-12 (-5 *3 (-508)) (-4 *4 (-1099)) (-5 *1 (-929 *4 *2)) (-4 *2 (-432 *4)))))
-(-10 -7 (-15 -1442 (|#2| |#2| (-508))) (-15 -1623 (|#2| |#2|)) (-15 -4238 (|#2| |#2|)) (-15 -4082 (|#2| |#2|)))
-((-4238 (((-317 (-566)) (-1175)) 16)) (-4082 (((-317 (-566)) (-1175)) 14)) (-1623 (((-317 (-566)) (-1175)) 12)) (-1442 (((-317 (-566)) (-1175) (-508)) 19)))
-(((-930) (-10 -7 (-15 -1442 ((-317 (-566)) (-1175) (-508))) (-15 -1623 ((-317 (-566)) (-1175))) (-15 -4238 ((-317 (-566)) (-1175))) (-15 -4082 ((-317 (-566)) (-1175))))) (T -930))
-((-4082 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))) (-4238 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))) (-1623 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))) (-1442 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-508)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))))
-(-10 -7 (-15 -1442 ((-317 (-566)) (-1175) (-508))) (-15 -1623 ((-317 (-566)) (-1175))) (-15 -4238 ((-317 (-566)) (-1175))) (-15 -4082 ((-317 (-566)) (-1175))))
-((-2926 (((-889 |#1| |#3|) |#2| (-892 |#1|) (-889 |#1| |#3|)) 25)) (-3253 (((-1 (-112) |#2|) (-1 (-112) |#3|)) 13)))
-(((-931 |#1| |#2| |#3|) (-10 -7 (-15 -3253 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -2926 ((-889 |#1| |#3|) |#2| (-892 |#1|) (-889 |#1| |#3|)))) (-1099) (-886 |#1|) (-13 (-1099) (-1038 |#2|))) (T -931))
-((-2926 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *6)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *6 (-13 (-1099) (-1038 *3))) (-4 *3 (-886 *5)) (-5 *1 (-931 *5 *3 *6)))) (-3253 (*1 *2 *3) (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1099) (-1038 *5))) (-4 *5 (-886 *4)) (-4 *4 (-1099)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-931 *4 *5 *6)))))
-(-10 -7 (-15 -3253 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -2926 ((-889 |#1| |#3|) |#2| (-892 |#1|) (-889 |#1| |#3|))))
-((-2926 (((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)) 30)))
-(((-932 |#1| |#2| |#3|) (-10 -7 (-15 -2926 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))) (-1099) (-13 (-558) (-886 |#1|)) (-13 (-432 |#2|) (-614 (-892 |#1|)) (-886 |#1|) (-1038 (-612 $)))) (T -932))
-((-2926 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099)) (-4 *3 (-13 (-432 *6) (-614 *4) (-886 *5) (-1038 (-612 $)))) (-5 *4 (-892 *5)) (-4 *6 (-13 (-558) (-886 *5))) (-5 *1 (-932 *5 *6 *3)))))
-(-10 -7 (-15 -2926 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))))
-((-2926 (((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|)) 13)))
-(((-933 |#1|) (-10 -7 (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|)))) (-547)) (T -933))
-((-2926 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 (-566) *3)) (-5 *4 (-892 (-566))) (-4 *3 (-547)) (-5 *1 (-933 *3)))))
-(-10 -7 (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))))
-((-2926 (((-889 |#1| |#2|) (-612 |#2|) (-892 |#1|) (-889 |#1| |#2|)) 57)))
-(((-934 |#1| |#2|) (-10 -7 (-15 -2926 ((-889 |#1| |#2|) (-612 |#2|) (-892 |#1|) (-889 |#1| |#2|)))) (-1099) (-13 (-1099) (-1038 (-612 $)) (-614 (-892 |#1|)) (-886 |#1|))) (T -934))
-((-2926 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *6)) (-5 *3 (-612 *6)) (-4 *5 (-1099)) (-4 *6 (-13 (-1099) (-1038 (-612 $)) (-614 *4) (-886 *5))) (-5 *4 (-892 *5)) (-5 *1 (-934 *5 *6)))))
-(-10 -7 (-15 -2926 ((-889 |#1| |#2|) (-612 |#2|) (-892 |#1|) (-889 |#1| |#2|))))
-((-2926 (((-885 |#1| |#2| |#3|) |#3| (-892 |#1|) (-885 |#1| |#2| |#3|)) 17)))
-(((-935 |#1| |#2| |#3|) (-10 -7 (-15 -2926 ((-885 |#1| |#2| |#3|) |#3| (-892 |#1|) (-885 |#1| |#2| |#3|)))) (-1099) (-886 |#1|) (-666 |#2|)) (T -935))
-((-2926 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-885 *5 *6 *3)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *6 (-886 *5)) (-4 *3 (-666 *6)) (-5 *1 (-935 *5 *6 *3)))))
-(-10 -7 (-15 -2926 ((-885 |#1| |#2| |#3|) |#3| (-892 |#1|) (-885 |#1| |#2| |#3|))))
-((-2926 (((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|)) 17 (|has| |#3| (-886 |#1|))) (((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|) (-1 (-889 |#1| |#5|) |#3| (-892 |#1|) (-889 |#1| |#5|))) 16)))
-(((-936 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2926 ((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|) (-1 (-889 |#1| |#5|) |#3| (-892 |#1|) (-889 |#1| |#5|)))) (IF (|has| |#3| (-886 |#1|)) (-15 -2926 ((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|))) |%noBranch|)) (-1099) (-793) (-850) (-13 (-1049) (-886 |#1|)) (-13 (-949 |#4| |#2| |#3|) (-614 (-892 |#1|)))) (T -936))
-((-2926 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099)) (-4 *3 (-13 (-949 *8 *6 *7) (-614 *4))) (-5 *4 (-892 *5)) (-4 *7 (-886 *5)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-13 (-1049) (-886 *5))) (-5 *1 (-936 *5 *6 *7 *8 *3)))) (-2926 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-889 *6 *3) *8 (-892 *6) (-889 *6 *3))) (-4 *8 (-850)) (-5 *2 (-889 *6 *3)) (-5 *4 (-892 *6)) (-4 *6 (-1099)) (-4 *3 (-13 (-949 *9 *7 *8) (-614 *4))) (-4 *7 (-793)) (-4 *9 (-13 (-1049) (-886 *6))) (-5 *1 (-936 *6 *7 *8 *9 *3)))))
-(-10 -7 (-15 -2926 ((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|) (-1 (-889 |#1| |#5|) |#3| (-892 |#1|) (-889 |#1| |#5|)))) (IF (|has| |#3| (-886 |#1|)) (-15 -2926 ((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|))) |%noBranch|))
-((-4159 ((|#2| |#2| (-644 (-1 (-112) |#3|))) 12) ((|#2| |#2| (-1 (-112) |#3|)) 13)))
-(((-937 |#1| |#2| |#3|) (-10 -7 (-15 -4159 (|#2| |#2| (-1 (-112) |#3|))) (-15 -4159 (|#2| |#2| (-644 (-1 (-112) |#3|))))) (-1099) (-432 |#1|) (-1214)) (T -937))
-((-4159 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-1 (-112) *5))) (-4 *5 (-1214)) (-4 *4 (-1099)) (-5 *1 (-937 *4 *2 *5)) (-4 *2 (-432 *4)))) (-4159 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1214)) (-4 *4 (-1099)) (-5 *1 (-937 *4 *2 *5)) (-4 *2 (-432 *4)))))
-(-10 -7 (-15 -4159 (|#2| |#2| (-1 (-112) |#3|))) (-15 -4159 (|#2| |#2| (-644 (-1 (-112) |#3|)))))
-((-4159 (((-317 (-566)) (-1175) (-644 (-1 (-112) |#1|))) 18) (((-317 (-566)) (-1175) (-1 (-112) |#1|)) 15)))
-(((-938 |#1|) (-10 -7 (-15 -4159 ((-317 (-566)) (-1175) (-1 (-112) |#1|))) (-15 -4159 ((-317 (-566)) (-1175) (-644 (-1 (-112) |#1|))))) (-1214)) (T -938))
-((-4159 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-644 (-1 (-112) *5))) (-4 *5 (-1214)) (-5 *2 (-317 (-566))) (-5 *1 (-938 *5)))) (-4159 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1214)) (-5 *2 (-317 (-566))) (-5 *1 (-938 *5)))))
-(-10 -7 (-15 -4159 ((-317 (-566)) (-1175) (-1 (-112) |#1|))) (-15 -4159 ((-317 (-566)) (-1175) (-644 (-1 (-112) |#1|)))))
-((-2926 (((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)) 25)))
-(((-939 |#1| |#2| |#3|) (-10 -7 (-15 -2926 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))) (-1099) (-13 (-558) (-886 |#1|) (-614 (-892 |#1|))) (-992 |#2|)) (T -939))
-((-2926 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099)) (-4 *3 (-992 *6)) (-4 *6 (-13 (-558) (-886 *5) (-614 *4))) (-5 *4 (-892 *5)) (-5 *1 (-939 *5 *6 *3)))))
-(-10 -7 (-15 -2926 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))))
-((-2926 (((-889 |#1| (-1175)) (-1175) (-892 |#1|) (-889 |#1| (-1175))) 18)))
-(((-940 |#1|) (-10 -7 (-15 -2926 ((-889 |#1| (-1175)) (-1175) (-892 |#1|) (-889 |#1| (-1175))))) (-1099)) (T -940))
-((-2926 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 (-1175))) (-5 *3 (-1175)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-5 *1 (-940 *5)))))
-(-10 -7 (-15 -2926 ((-889 |#1| (-1175)) (-1175) (-892 |#1|) (-889 |#1| (-1175)))))
-((-3142 (((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))) 34)) (-2926 (((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-1 |#3| (-644 |#3|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))) 33)))
-(((-941 |#1| |#2| |#3|) (-10 -7 (-15 -2926 ((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-1 |#3| (-644 |#3|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))) (-15 -3142 ((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))))) (-1099) (-1049) (-13 (-1049) (-614 (-892 |#1|)) (-1038 |#2|))) (T -941))
-((-3142 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-892 *6))) (-5 *5 (-1 (-889 *6 *8) *8 (-892 *6) (-889 *6 *8))) (-4 *6 (-1099)) (-4 *8 (-13 (-1049) (-614 (-892 *6)) (-1038 *7))) (-5 *2 (-889 *6 *8)) (-4 *7 (-1049)) (-5 *1 (-941 *6 *7 *8)))) (-2926 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-644 (-892 *7))) (-5 *5 (-1 *9 (-644 *9))) (-5 *6 (-1 (-889 *7 *9) *9 (-892 *7) (-889 *7 *9))) (-4 *7 (-1099)) (-4 *9 (-13 (-1049) (-614 (-892 *7)) (-1038 *8))) (-5 *2 (-889 *7 *9)) (-5 *3 (-644 *9)) (-4 *8 (-1049)) (-5 *1 (-941 *7 *8 *9)))))
-(-10 -7 (-15 -2926 ((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-1 |#3| (-644 |#3|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))) (-15 -3142 ((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))))
-((-2654 (((-1171 (-409 (-566))) (-566)) 81)) (-4336 (((-1171 (-566)) (-566)) 84)) (-2999 (((-1171 (-566)) (-566)) 78)) (-2503 (((-566) (-1171 (-566))) 74)) (-3700 (((-1171 (-409 (-566))) (-566)) 65)) (-1394 (((-1171 (-566)) (-566)) 49)) (-2640 (((-1171 (-566)) (-566)) 86)) (-1349 (((-1171 (-566)) (-566)) 85)) (-3539 (((-1171 (-409 (-566))) (-566)) 67)))
-(((-942) (-10 -7 (-15 -3539 ((-1171 (-409 (-566))) (-566))) (-15 -1349 ((-1171 (-566)) (-566))) (-15 -2640 ((-1171 (-566)) (-566))) (-15 -1394 ((-1171 (-566)) (-566))) (-15 -3700 ((-1171 (-409 (-566))) (-566))) (-15 -2503 ((-566) (-1171 (-566)))) (-15 -2999 ((-1171 (-566)) (-566))) (-15 -4336 ((-1171 (-566)) (-566))) (-15 -2654 ((-1171 (-409 (-566))) (-566))))) (T -942))
-((-2654 (*1 *2 *3) (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))) (-4336 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-2999 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-2503 (*1 *2 *3) (-12 (-5 *3 (-1171 (-566))) (-5 *2 (-566)) (-5 *1 (-942)))) (-3700 (*1 *2 *3) (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))) (-1394 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-2640 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-1349 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-3539 (*1 *2 *3) (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))))
-(-10 -7 (-15 -3539 ((-1171 (-409 (-566))) (-566))) (-15 -1349 ((-1171 (-566)) (-566))) (-15 -2640 ((-1171 (-566)) (-566))) (-15 -1394 ((-1171 (-566)) (-566))) (-15 -3700 ((-1171 (-409 (-566))) (-566))) (-15 -2503 ((-566) (-1171 (-566)))) (-15 -2999 ((-1171 (-566)) (-566))) (-15 -4336 ((-1171 (-566)) (-566))) (-15 -2654 ((-1171 (-409 (-566))) (-566))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2819 (($ (-771)) NIL (|has| |#1| (-23)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1569 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-1397 (($ (-644 |#1|)) 9)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-2977 (((-689 |#1|) $ $) NIL (|has| |#1| (-1049)))) (-1860 (($ (-771) |#1|) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3631 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-3267 (((-112) $ (-771)) NIL)) (-2440 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3908 ((|#1| $) NIL (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-3369 (($ $ (-644 |#1|)) 25)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) 18) (($ $ (-1231 (-566))) NIL)) (-3386 ((|#1| $ $) NIL (|has| |#1| (-1049)))) (-3126 (((-921) $) 13)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-1395 (($ $ $) 23)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538)))) (($ (-644 |#1|)) 14)) (-1340 (($ (-644 |#1|)) NIL)) (-4386 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 24) (($ (-644 $)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3012 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-3002 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-566) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-726))) (($ $ |#1|) NIL (|has| |#1| (-726)))) (-3000 (((-771) $) 11 (|has| $ (-6 -4414)))))
+((-3315 ((|#2| (-644 |#1|) (-644 |#1|)) 29)))
+(((-922 |#1| |#2|) (-10 -7 (-15 -3315 (|#2| (-644 |#1|) (-644 |#1|)))) (-365) (-1241 |#1|)) (T -922))
+((-3315 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-365)) (-4 *2 (-1241 *4)) (-5 *1 (-922 *4 *2)))))
+(-10 -7 (-15 -3315 (|#2| (-644 |#1|) (-644 |#1|))))
+((-2634 (((-1171 |#2|) (-644 |#2|) (-644 |#2|)) 17) (((-1238 |#1| |#2|) (-1238 |#1| |#2|) (-644 |#2|) (-644 |#2|)) 13)))
+(((-923 |#1| |#2|) (-10 -7 (-15 -2634 ((-1238 |#1| |#2|) (-1238 |#1| |#2|) (-644 |#2|) (-644 |#2|))) (-15 -2634 ((-1171 |#2|) (-644 |#2|) (-644 |#2|)))) (-1175) (-365)) (T -923))
+((-2634 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *5)) (-4 *5 (-365)) (-5 *2 (-1171 *5)) (-5 *1 (-923 *4 *5)) (-14 *4 (-1175)))) (-2634 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1238 *4 *5)) (-5 *3 (-644 *5)) (-14 *4 (-1175)) (-4 *5 (-365)) (-5 *1 (-923 *4 *5)))))
+(-10 -7 (-15 -2634 ((-1238 |#1| |#2|) (-1238 |#1| |#2|) (-644 |#2|) (-644 |#2|))) (-15 -2634 ((-1171 |#2|) (-644 |#2|) (-644 |#2|))))
+((-1508 (((-566) (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-1157)) 177)) (-1937 ((|#4| |#4|) 196)) (-4126 (((-644 (-409 (-952 |#1|))) (-644 (-1175))) 149)) (-1357 (((-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-644 (-644 |#4|)) (-771) (-771) (-566)) 88)) (-2319 (((-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))) (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))) (-644 |#4|)) 69)) (-1486 (((-689 |#4|) (-689 |#4|) (-644 |#4|)) 65)) (-3956 (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-1157)) 189)) (-3573 (((-566) (-689 |#4|) (-921) (-1157)) 169) (((-566) (-689 |#4|) (-644 (-1175)) (-921) (-1157)) 168) (((-566) (-689 |#4|) (-644 |#4|) (-921) (-1157)) 167) (((-566) (-689 |#4|) (-1157)) 157) (((-566) (-689 |#4|) (-644 (-1175)) (-1157)) 156) (((-566) (-689 |#4|) (-644 |#4|) (-1157)) 155) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-921)) 154) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)) (-921)) 153) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|) (-921)) 152) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|)) 151) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175))) 150) (((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|)) 146)) (-2980 ((|#4| (-952 |#1|)) 80)) (-4295 (((-112) (-644 |#4|) (-644 (-644 |#4|))) 193)) (-1592 (((-644 (-644 (-566))) (-566) (-566)) 162)) (-2154 (((-644 (-644 |#4|)) (-644 (-644 |#4|))) 107)) (-2178 (((-771) (-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|))))) 102)) (-3716 (((-771) (-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|))))) 101)) (-4277 (((-112) (-644 (-952 |#1|))) 19) (((-112) (-644 |#4|)) 15)) (-4207 (((-2 (|:| |sysok| (-112)) (|:| |z0| (-644 |#4|)) (|:| |n0| (-644 |#4|))) (-644 |#4|) (-644 |#4|)) 84)) (-3104 (((-644 |#4|) |#4|) 57)) (-2061 (((-644 (-409 (-952 |#1|))) (-644 |#4|)) 145) (((-689 (-409 (-952 |#1|))) (-689 |#4|)) 66) (((-409 (-952 |#1|)) |#4|) 142)) (-1525 (((-2 (|:| |rgl| (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))))))) (|:| |rgsz| (-566))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-771) (-1157) (-566)) 113)) (-2010 (((-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))) (-689 |#4|) (-771)) 100)) (-2983 (((-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-689 |#4|) (-771)) 124)) (-2943 (((-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))) (-2 (|:| -2840 (-689 (-409 (-952 |#1|)))) (|:| |vec| (-644 (-409 (-952 |#1|)))) (|:| -3486 (-771)) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) 56)))
+(((-924 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|) (-921))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)) (-921))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-921))) (-15 -3573 ((-566) (-689 |#4|) (-644 |#4|) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-644 (-1175)) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-644 |#4|) (-921) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-644 (-1175)) (-921) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-921) (-1157))) (-15 -1508 ((-566) (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-1157))) (-15 -3956 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-1157))) (-15 -1525 ((-2 (|:| |rgl| (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))))))) (|:| |rgsz| (-566))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-771) (-1157) (-566))) (-15 -2061 ((-409 (-952 |#1|)) |#4|)) (-15 -2061 ((-689 (-409 (-952 |#1|))) (-689 |#4|))) (-15 -2061 ((-644 (-409 (-952 |#1|))) (-644 |#4|))) (-15 -4126 ((-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -2980 (|#4| (-952 |#1|))) (-15 -4207 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-644 |#4|)) (|:| |n0| (-644 |#4|))) (-644 |#4|) (-644 |#4|))) (-15 -2010 ((-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))) (-689 |#4|) (-771))) (-15 -2319 ((-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))) (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))) (-644 |#4|))) (-15 -2943 ((-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))) (-2 (|:| -2840 (-689 (-409 (-952 |#1|)))) (|:| |vec| (-644 (-409 (-952 |#1|)))) (|:| -3486 (-771)) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (-15 -3104 ((-644 |#4|) |#4|)) (-15 -3716 ((-771) (-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))))) (-15 -2178 ((-771) (-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))))) (-15 -2154 ((-644 (-644 |#4|)) (-644 (-644 |#4|)))) (-15 -1592 ((-644 (-644 (-566))) (-566) (-566))) (-15 -4295 ((-112) (-644 |#4|) (-644 (-644 |#4|)))) (-15 -2983 ((-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-689 |#4|) (-771))) (-15 -1486 ((-689 |#4|) (-689 |#4|) (-644 |#4|))) (-15 -1357 ((-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-644 (-644 |#4|)) (-771) (-771) (-566))) (-15 -1937 (|#4| |#4|)) (-15 -4277 ((-112) (-644 |#4|))) (-15 -4277 ((-112) (-644 (-952 |#1|))))) (-13 (-308) (-147)) (-13 (-850) (-614 (-1175))) (-793) (-949 |#1| |#3| |#2|)) (T -924))
+((-4277 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-112)) (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))) (-4277 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-112)) (-5 *1 (-924 *4 *5 *6 *7)))) (-1937 (*1 *2 *2) (-12 (-4 *3 (-13 (-308) (-147))) (-4 *4 (-13 (-850) (-614 (-1175)))) (-4 *5 (-793)) (-5 *1 (-924 *3 *4 *5 *2)) (-4 *2 (-949 *3 *5 *4)))) (-1357 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-5 *4 (-689 *12)) (-5 *5 (-644 (-409 (-952 *9)))) (-5 *6 (-644 (-644 *12))) (-5 *7 (-771)) (-5 *8 (-566)) (-4 *9 (-13 (-308) (-147))) (-4 *12 (-949 *9 *11 *10)) (-4 *10 (-13 (-850) (-614 (-1175)))) (-4 *11 (-793)) (-5 *2 (-2 (|:| |eqzro| (-644 *12)) (|:| |neqzro| (-644 *12)) (|:| |wcond| (-644 (-952 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *9)))) (|:| -3781 (-644 (-1265 (-409 (-952 *9))))))))) (-5 *1 (-924 *9 *10 *11 *12)))) (-1486 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *7)) (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *1 (-924 *4 *5 *6 *7)))) (-2983 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-5 *4 (-771)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| |det| *8) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (-5 *1 (-924 *5 *6 *7 *8)))) (-4295 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-644 *8))) (-5 *3 (-644 *8)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-112)) (-5 *1 (-924 *5 *6 *7 *8)))) (-1592 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-644 (-566)))) (-5 *1 (-924 *4 *5 *6 *7)) (-5 *3 (-566)) (-4 *7 (-949 *4 *6 *5)))) (-2154 (*1 *2 *2) (-12 (-5 *2 (-644 (-644 *6))) (-4 *6 (-949 *3 *5 *4)) (-4 *3 (-13 (-308) (-147))) (-4 *4 (-13 (-850) (-614 (-1175)))) (-4 *5 (-793)) (-5 *1 (-924 *3 *4 *5 *6)))) (-2178 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| *7) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 *7))))) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-771)) (-5 *1 (-924 *4 *5 *6 *7)))) (-3716 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| *7) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 *7))))) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-771)) (-5 *1 (-924 *4 *5 *6 *7)))) (-3104 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 *3)) (-5 *1 (-924 *4 *5 *6 *3)) (-4 *3 (-949 *4 *6 *5)))) (-2943 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2840 (-689 (-409 (-952 *4)))) (|:| |vec| (-644 (-409 (-952 *4)))) (|:| -3486 (-771)) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-2 (|:| |partsol| (-1265 (-409 (-952 *4)))) (|:| -3781 (-644 (-1265 (-409 (-952 *4))))))) (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))) (-2319 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1265 (-409 (-952 *4)))) (|:| -3781 (-644 (-1265 (-409 (-952 *4))))))) (-5 *3 (-644 *7)) (-4 *4 (-13 (-308) (-147))) (-4 *7 (-949 *4 *6 *5)) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *1 (-924 *4 *5 *6 *7)))) (-2010 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| *8) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 *8))))) (-5 *1 (-924 *5 *6 *7 *8)) (-5 *4 (-771)))) (-4207 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-4 *7 (-949 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-112)) (|:| |z0| (-644 *7)) (|:| |n0| (-644 *7)))) (-5 *1 (-924 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-2980 (*1 *2 *3) (-12 (-5 *3 (-952 *4)) (-4 *4 (-13 (-308) (-147))) (-4 *2 (-949 *4 *6 *5)) (-5 *1 (-924 *4 *5 *6 *2)) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)))) (-4126 (*1 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-409 (-952 *4)))) (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))) (-2061 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-409 (-952 *4)))) (-5 *1 (-924 *4 *5 *6 *7)))) (-2061 (*1 *2 *3) (-12 (-5 *3 (-689 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-689 (-409 (-952 *4)))) (-5 *1 (-924 *4 *5 *6 *7)))) (-2061 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-409 (-952 *4))) (-5 *1 (-924 *4 *5 *6 *3)) (-4 *3 (-949 *4 *6 *5)))) (-1525 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-689 *11)) (-5 *4 (-644 (-409 (-952 *8)))) (-5 *5 (-771)) (-5 *6 (-1157)) (-4 *8 (-13 (-308) (-147))) (-4 *11 (-949 *8 *10 *9)) (-4 *9 (-13 (-850) (-614 (-1175)))) (-4 *10 (-793)) (-5 *2 (-2 (|:| |rgl| (-644 (-2 (|:| |eqzro| (-644 *11)) (|:| |neqzro| (-644 *11)) (|:| |wcond| (-644 (-952 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *8)))) (|:| -3781 (-644 (-1265 (-409 (-952 *8)))))))))) (|:| |rgsz| (-566)))) (-5 *1 (-924 *8 *9 *10 *11)) (-5 *7 (-566)))) (-3956 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *7)) (|:| |neqzro| (-644 *7)) (|:| |wcond| (-644 (-952 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *4)))) (|:| -3781 (-644 (-1265 (-409 (-952 *4)))))))))) (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))) (-1508 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8)) (|:| |wcond| (-644 (-952 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *5)))) (|:| -3781 (-644 (-1265 (-409 (-952 *5)))))))))) (-5 *4 (-1157)) (-4 *5 (-13 (-308) (-147))) (-4 *8 (-949 *5 *7 *6)) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *5 *6 *7 *8)))) (-3573 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *4 (-921)) (-5 *5 (-1157)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *6 *7 *8 *9)))) (-3573 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-689 *10)) (-5 *4 (-644 (-1175))) (-5 *5 (-921)) (-5 *6 (-1157)) (-4 *10 (-949 *7 *9 *8)) (-4 *7 (-13 (-308) (-147))) (-4 *8 (-13 (-850) (-614 (-1175)))) (-4 *9 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *7 *8 *9 *10)))) (-3573 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-689 *10)) (-5 *4 (-644 *10)) (-5 *5 (-921)) (-5 *6 (-1157)) (-4 *10 (-949 *7 *9 *8)) (-4 *7 (-13 (-308) (-147))) (-4 *8 (-13 (-850) (-614 (-1175)))) (-4 *9 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *7 *8 *9 *10)))) (-3573 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-5 *4 (-1157)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *5 *6 *7 *8)))) (-3573 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 (-1175))) (-5 *5 (-1157)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *6 *7 *8 *9)))) (-3573 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 *9)) (-5 *5 (-1157)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *6 *7 *8 *9)))) (-3573 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-5 *4 (-921)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8)) (|:| |wcond| (-644 (-952 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *5)))) (|:| -3781 (-644 (-1265 (-409 (-952 *5)))))))))) (-5 *1 (-924 *5 *6 *7 *8)))) (-3573 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 (-1175))) (-5 *5 (-921)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *9)) (|:| |neqzro| (-644 *9)) (|:| |wcond| (-644 (-952 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *6)))) (|:| -3781 (-644 (-1265 (-409 (-952 *6)))))))))) (-5 *1 (-924 *6 *7 *8 *9)))) (-3573 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-689 *9)) (-5 *5 (-921)) (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *9)) (|:| |neqzro| (-644 *9)) (|:| |wcond| (-644 (-952 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *6)))) (|:| -3781 (-644 (-1265 (-409 (-952 *6)))))))))) (-5 *1 (-924 *6 *7 *8 *9)) (-5 *4 (-644 *9)))) (-3573 (*1 *2 *3) (-12 (-5 *3 (-689 *7)) (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *7)) (|:| |neqzro| (-644 *7)) (|:| |wcond| (-644 (-952 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *4)))) (|:| -3781 (-644 (-1265 (-409 (-952 *4)))))))))) (-5 *1 (-924 *4 *5 *6 *7)))) (-3573 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-5 *4 (-644 (-1175))) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8)) (|:| |wcond| (-644 (-952 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *5)))) (|:| -3781 (-644 (-1265 (-409 (-952 *5)))))))))) (-5 *1 (-924 *5 *6 *7 *8)))) (-3573 (*1 *2 *3 *4) (-12 (-5 *3 (-689 *8)) (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-644 (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8)) (|:| |wcond| (-644 (-952 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 *5)))) (|:| -3781 (-644 (-1265 (-409 (-952 *5)))))))))) (-5 *1 (-924 *5 *6 *7 *8)) (-5 *4 (-644 *8)))))
+(-10 -7 (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 |#4|) (-921))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-644 (-1175)) (-921))) (-15 -3573 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-689 |#4|) (-921))) (-15 -3573 ((-566) (-689 |#4|) (-644 |#4|) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-644 (-1175)) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-644 |#4|) (-921) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-644 (-1175)) (-921) (-1157))) (-15 -3573 ((-566) (-689 |#4|) (-921) (-1157))) (-15 -1508 ((-566) (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-1157))) (-15 -3956 ((-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|))))))))) (-1157))) (-15 -1525 ((-2 (|:| |rgl| (-644 (-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))))))) (|:| |rgsz| (-566))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-771) (-1157) (-566))) (-15 -2061 ((-409 (-952 |#1|)) |#4|)) (-15 -2061 ((-689 (-409 (-952 |#1|))) (-689 |#4|))) (-15 -2061 ((-644 (-409 (-952 |#1|))) (-644 |#4|))) (-15 -4126 ((-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -2980 (|#4| (-952 |#1|))) (-15 -4207 ((-2 (|:| |sysok| (-112)) (|:| |z0| (-644 |#4|)) (|:| |n0| (-644 |#4|))) (-644 |#4|) (-644 |#4|))) (-15 -2010 ((-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))) (-689 |#4|) (-771))) (-15 -2319 ((-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))) (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))) (-644 |#4|))) (-15 -2943 ((-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))) (-2 (|:| -2840 (-689 (-409 (-952 |#1|)))) (|:| |vec| (-644 (-409 (-952 |#1|)))) (|:| -3486 (-771)) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (-15 -3104 ((-644 |#4|) |#4|)) (-15 -3716 ((-771) (-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))))) (-15 -2178 ((-771) (-644 (-2 (|:| -3486 (-771)) (|:| |eqns| (-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))) (|:| |fgb| (-644 |#4|)))))) (-15 -2154 ((-644 (-644 |#4|)) (-644 (-644 |#4|)))) (-15 -1592 ((-644 (-644 (-566))) (-566) (-566))) (-15 -4295 ((-112) (-644 |#4|) (-644 (-644 |#4|)))) (-15 -2983 ((-644 (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566))))) (-689 |#4|) (-771))) (-15 -1486 ((-689 |#4|) (-689 |#4|) (-644 |#4|))) (-15 -1357 ((-2 (|:| |eqzro| (-644 |#4|)) (|:| |neqzro| (-644 |#4|)) (|:| |wcond| (-644 (-952 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1265 (-409 (-952 |#1|)))) (|:| -3781 (-644 (-1265 (-409 (-952 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))) (-689 |#4|) (-644 (-409 (-952 |#1|))) (-644 (-644 |#4|)) (-771) (-771) (-566))) (-15 -1937 (|#4| |#4|)) (-15 -4277 ((-112) (-644 |#4|))) (-15 -4277 ((-112) (-644 (-952 |#1|)))))
+((-4256 (((-927) |#1| (-1175)) 17) (((-927) |#1| (-1175) (-1093 (-225))) 21)) (-2893 (((-927) |#1| |#1| (-1175) (-1093 (-225))) 19) (((-927) |#1| (-1175) (-1093 (-225))) 15)))
+(((-925 |#1|) (-10 -7 (-15 -2893 ((-927) |#1| (-1175) (-1093 (-225)))) (-15 -2893 ((-927) |#1| |#1| (-1175) (-1093 (-225)))) (-15 -4256 ((-927) |#1| (-1175) (-1093 (-225)))) (-15 -4256 ((-927) |#1| (-1175)))) (-614 (-538))) (T -925))
+((-4256 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-5 *2 (-927)) (-5 *1 (-925 *3)) (-4 *3 (-614 (-538))))) (-4256 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927)) (-5 *1 (-925 *3)) (-4 *3 (-614 (-538))))) (-2893 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927)) (-5 *1 (-925 *3)) (-4 *3 (-614 (-538))))) (-2893 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927)) (-5 *1 (-925 *3)) (-4 *3 (-614 (-538))))))
+(-10 -7 (-15 -2893 ((-927) |#1| (-1175) (-1093 (-225)))) (-15 -2893 ((-927) |#1| |#1| (-1175) (-1093 (-225)))) (-15 -4256 ((-927) |#1| (-1175) (-1093 (-225)))) (-15 -4256 ((-927) |#1| (-1175))))
+((-3416 (($ $ (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 123)) (-2401 (((-1093 (-225)) $) 64)) (-2388 (((-1093 (-225)) $) 63)) (-2381 (((-1093 (-225)) $) 62)) (-4028 (((-644 (-644 (-225))) $) 69)) (-3268 (((-1093 (-225)) $) 65)) (-3389 (((-566) (-566)) 57)) (-2795 (((-566) (-566)) 52)) (-2208 (((-566) (-566)) 55)) (-3957 (((-112) (-112)) 59)) (-2132 (((-566)) 56)) (-2941 (($ $ (-1093 (-225))) 126) (($ $) 127)) (-2850 (($ (-1 (-943 (-225)) (-225)) (-1093 (-225))) 133) (($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 134)) (-2893 (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225))) 136) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 137) (($ $ (-1093 (-225))) 129)) (-3015 (((-566)) 60)) (-3830 (((-566)) 50)) (-3841 (((-566)) 53)) (-3026 (((-644 (-644 (-943 (-225)))) $) 153)) (-1734 (((-112) (-112)) 61)) (-1650 (((-862) $) 151)) (-2317 (((-112)) 58)))
+(((-926) (-13 (-974) (-10 -8 (-15 -2850 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)))) (-15 -2850 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2893 ($ $ (-1093 (-225)))) (-15 -3416 ($ $ (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2941 ($ $ (-1093 (-225)))) (-15 -2941 ($ $)) (-15 -3268 ((-1093 (-225)) $)) (-15 -4028 ((-644 (-644 (-225))) $)) (-15 -3830 ((-566))) (-15 -2795 ((-566) (-566))) (-15 -3841 ((-566))) (-15 -2208 ((-566) (-566))) (-15 -2132 ((-566))) (-15 -3389 ((-566) (-566))) (-15 -2317 ((-112))) (-15 -3957 ((-112) (-112))) (-15 -3015 ((-566))) (-15 -1734 ((-112) (-112)))))) (T -926))
+((-2850 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-926)))) (-2850 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-926)))) (-2893 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-926)))) (-2893 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-926)))) (-2893 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926)))) (-3416 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926)))) (-2941 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926)))) (-2941 (*1 *1 *1) (-5 *1 (-926))) (-3268 (*1 *2 *1) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926)))) (-4028 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-225)))) (-5 *1 (-926)))) (-3830 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-2795 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-3841 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-2208 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-2132 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-3389 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-2317 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))) (-3957 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))) (-3015 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))) (-1734 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))))
+(-13 (-974) (-10 -8 (-15 -2850 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)))) (-15 -2850 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2893 ($ $ (-1093 (-225)))) (-15 -3416 ($ $ (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2941 ($ $ (-1093 (-225)))) (-15 -2941 ($ $)) (-15 -3268 ((-1093 (-225)) $)) (-15 -4028 ((-644 (-644 (-225))) $)) (-15 -3830 ((-566))) (-15 -2795 ((-566) (-566))) (-15 -3841 ((-566))) (-15 -2208 ((-566) (-566))) (-15 -2132 ((-566))) (-15 -3389 ((-566) (-566))) (-15 -2317 ((-112))) (-15 -3957 ((-112) (-112))) (-15 -3015 ((-566))) (-15 -1734 ((-112) (-112)))))
+((-3416 (($ $ (-1093 (-225))) 124) (($ $ (-1093 (-225)) (-1093 (-225))) 125)) (-2388 (((-1093 (-225)) $) 73)) (-2381 (((-1093 (-225)) $) 72)) (-3268 (((-1093 (-225)) $) 74)) (-2947 (((-566) (-566)) 66)) (-3149 (((-566) (-566)) 61)) (-3143 (((-566) (-566)) 64)) (-3612 (((-112) (-112)) 68)) (-1813 (((-566)) 65)) (-2941 (($ $ (-1093 (-225))) 128) (($ $) 129)) (-2850 (($ (-1 (-943 (-225)) (-225)) (-1093 (-225))) 143) (($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 144)) (-4256 (($ (-1 (-225) (-225)) (-1093 (-225))) 151) (($ (-1 (-225) (-225))) 155)) (-2893 (($ (-1 (-225) (-225)) (-1093 (-225))) 139) (($ (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225))) 140) (($ (-644 (-1 (-225) (-225))) (-1093 (-225))) 148) (($ (-644 (-1 (-225) (-225))) (-1093 (-225)) (-1093 (-225))) 149) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225))) 141) (($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225))) 142) (($ $ (-1093 (-225))) 130)) (-2543 (((-112) $) 69)) (-2568 (((-566)) 70)) (-3020 (((-566)) 59)) (-2535 (((-566)) 62)) (-3026 (((-644 (-644 (-943 (-225)))) $) 35)) (-3208 (((-112) (-112)) 71)) (-1650 (((-862) $) 169)) (-2173 (((-112)) 67)))
+(((-927) (-13 (-955) (-10 -8 (-15 -2893 ($ (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2893 ($ (-644 (-1 (-225) (-225))) (-1093 (-225)))) (-15 -2893 ($ (-644 (-1 (-225) (-225))) (-1093 (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2850 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)))) (-15 -2850 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -4256 ($ (-1 (-225) (-225)) (-1093 (-225)))) (-15 -4256 ($ (-1 (-225) (-225)))) (-15 -2893 ($ $ (-1093 (-225)))) (-15 -2543 ((-112) $)) (-15 -3416 ($ $ (-1093 (-225)))) (-15 -3416 ($ $ (-1093 (-225)) (-1093 (-225)))) (-15 -2941 ($ $ (-1093 (-225)))) (-15 -2941 ($ $)) (-15 -3268 ((-1093 (-225)) $)) (-15 -3020 ((-566))) (-15 -3149 ((-566) (-566))) (-15 -2535 ((-566))) (-15 -3143 ((-566) (-566))) (-15 -1813 ((-566))) (-15 -2947 ((-566) (-566))) (-15 -2173 ((-112))) (-15 -3612 ((-112) (-112))) (-15 -2568 ((-566))) (-15 -3208 ((-112) (-112)))))) (T -927))
+((-2893 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2893 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2893 (*1 *1 *2 *3) (-12 (-5 *2 (-644 (-1 (-225) (-225)))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2893 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-644 (-1 (-225) (-225)))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2893 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2893 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2850 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-2850 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-4256 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225))) (-5 *1 (-927)))) (-4256 (*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-927)))) (-2893 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-2543 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-927)))) (-3416 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-3416 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-2941 (*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-2941 (*1 *1 *1) (-5 *1 (-927))) (-3268 (*1 *2 *1) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))) (-3020 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-3149 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-2535 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-3143 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-1813 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-2947 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-2173 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))) (-3612 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))) (-2568 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))) (-3208 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))))
+(-13 (-955) (-10 -8 (-15 -2893 ($ (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2893 ($ (-644 (-1 (-225) (-225))) (-1093 (-225)))) (-15 -2893 ($ (-644 (-1 (-225) (-225))) (-1093 (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)))) (-15 -2893 ($ (-1 (-225) (-225)) (-1 (-225) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -2850 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)))) (-15 -2850 ($ (-1 (-943 (-225)) (-225)) (-1093 (-225)) (-1093 (-225)) (-1093 (-225)))) (-15 -4256 ($ (-1 (-225) (-225)) (-1093 (-225)))) (-15 -4256 ($ (-1 (-225) (-225)))) (-15 -2893 ($ $ (-1093 (-225)))) (-15 -2543 ((-112) $)) (-15 -3416 ($ $ (-1093 (-225)))) (-15 -3416 ($ $ (-1093 (-225)) (-1093 (-225)))) (-15 -2941 ($ $ (-1093 (-225)))) (-15 -2941 ($ $)) (-15 -3268 ((-1093 (-225)) $)) (-15 -3020 ((-566))) (-15 -3149 ((-566) (-566))) (-15 -2535 ((-566))) (-15 -3143 ((-566) (-566))) (-15 -1813 ((-566))) (-15 -2947 ((-566) (-566))) (-15 -2173 ((-112))) (-15 -3612 ((-112) (-112))) (-15 -2568 ((-566))) (-15 -3208 ((-112) (-112)))))
+((-4072 (((-644 (-1093 (-225))) (-644 (-644 (-943 (-225))))) 34)))
+(((-928) (-10 -7 (-15 -4072 ((-644 (-1093 (-225))) (-644 (-644 (-943 (-225)))))))) (T -928))
+((-4072 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-644 (-1093 (-225)))) (-5 *1 (-928)))))
+(-10 -7 (-15 -4072 ((-644 (-1093 (-225))) (-644 (-644 (-943 (-225)))))))
+((-2643 ((|#2| |#2|) 28)) (-4283 ((|#2| |#2|) 29)) (-4388 ((|#2| |#2|) 27)) (-1310 ((|#2| |#2| (-508)) 26)))
+(((-929 |#1| |#2|) (-10 -7 (-15 -1310 (|#2| |#2| (-508))) (-15 -4388 (|#2| |#2|)) (-15 -2643 (|#2| |#2|)) (-15 -4283 (|#2| |#2|))) (-1099) (-432 |#1|)) (T -929))
+((-4283 (*1 *2 *2) (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3)))) (-2643 (*1 *2 *2) (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3)))) (-4388 (*1 *2 *2) (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3)))) (-1310 (*1 *2 *2 *3) (-12 (-5 *3 (-508)) (-4 *4 (-1099)) (-5 *1 (-929 *4 *2)) (-4 *2 (-432 *4)))))
+(-10 -7 (-15 -1310 (|#2| |#2| (-508))) (-15 -4388 (|#2| |#2|)) (-15 -2643 (|#2| |#2|)) (-15 -4283 (|#2| |#2|)))
+((-2643 (((-317 (-566)) (-1175)) 16)) (-4283 (((-317 (-566)) (-1175)) 14)) (-4388 (((-317 (-566)) (-1175)) 12)) (-1310 (((-317 (-566)) (-1175) (-508)) 19)))
+(((-930) (-10 -7 (-15 -1310 ((-317 (-566)) (-1175) (-508))) (-15 -4388 ((-317 (-566)) (-1175))) (-15 -2643 ((-317 (-566)) (-1175))) (-15 -4283 ((-317 (-566)) (-1175))))) (T -930))
+((-4283 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))) (-2643 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))) (-4388 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))) (-1310 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-508)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))))
+(-10 -7 (-15 -1310 ((-317 (-566)) (-1175) (-508))) (-15 -4388 ((-317 (-566)) (-1175))) (-15 -2643 ((-317 (-566)) (-1175))) (-15 -4283 ((-317 (-566)) (-1175))))
+((-2992 (((-889 |#1| |#3|) |#2| (-892 |#1|) (-889 |#1| |#3|)) 25)) (-4274 (((-1 (-112) |#2|) (-1 (-112) |#3|)) 13)))
+(((-931 |#1| |#2| |#3|) (-10 -7 (-15 -4274 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -2992 ((-889 |#1| |#3|) |#2| (-892 |#1|) (-889 |#1| |#3|)))) (-1099) (-886 |#1|) (-13 (-1099) (-1038 |#2|))) (T -931))
+((-2992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *6)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *6 (-13 (-1099) (-1038 *3))) (-4 *3 (-886 *5)) (-5 *1 (-931 *5 *3 *6)))) (-4274 (*1 *2 *3) (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1099) (-1038 *5))) (-4 *5 (-886 *4)) (-4 *4 (-1099)) (-5 *2 (-1 (-112) *5)) (-5 *1 (-931 *4 *5 *6)))))
+(-10 -7 (-15 -4274 ((-1 (-112) |#2|) (-1 (-112) |#3|))) (-15 -2992 ((-889 |#1| |#3|) |#2| (-892 |#1|) (-889 |#1| |#3|))))
+((-2992 (((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)) 30)))
+(((-932 |#1| |#2| |#3|) (-10 -7 (-15 -2992 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))) (-1099) (-13 (-558) (-886 |#1|)) (-13 (-432 |#2|) (-614 (-892 |#1|)) (-886 |#1|) (-1038 (-612 $)))) (T -932))
+((-2992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099)) (-4 *3 (-13 (-432 *6) (-614 *4) (-886 *5) (-1038 (-612 $)))) (-5 *4 (-892 *5)) (-4 *6 (-13 (-558) (-886 *5))) (-5 *1 (-932 *5 *6 *3)))))
+(-10 -7 (-15 -2992 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))))
+((-2992 (((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|)) 13)))
+(((-933 |#1|) (-10 -7 (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|)))) (-547)) (T -933))
+((-2992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 (-566) *3)) (-5 *4 (-892 (-566))) (-4 *3 (-547)) (-5 *1 (-933 *3)))))
+(-10 -7 (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))))
+((-2992 (((-889 |#1| |#2|) (-612 |#2|) (-892 |#1|) (-889 |#1| |#2|)) 57)))
+(((-934 |#1| |#2|) (-10 -7 (-15 -2992 ((-889 |#1| |#2|) (-612 |#2|) (-892 |#1|) (-889 |#1| |#2|)))) (-1099) (-13 (-1099) (-1038 (-612 $)) (-614 (-892 |#1|)) (-886 |#1|))) (T -934))
+((-2992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *6)) (-5 *3 (-612 *6)) (-4 *5 (-1099)) (-4 *6 (-13 (-1099) (-1038 (-612 $)) (-614 *4) (-886 *5))) (-5 *4 (-892 *5)) (-5 *1 (-934 *5 *6)))))
+(-10 -7 (-15 -2992 ((-889 |#1| |#2|) (-612 |#2|) (-892 |#1|) (-889 |#1| |#2|))))
+((-2992 (((-885 |#1| |#2| |#3|) |#3| (-892 |#1|) (-885 |#1| |#2| |#3|)) 17)))
+(((-935 |#1| |#2| |#3|) (-10 -7 (-15 -2992 ((-885 |#1| |#2| |#3|) |#3| (-892 |#1|) (-885 |#1| |#2| |#3|)))) (-1099) (-886 |#1|) (-666 |#2|)) (T -935))
+((-2992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-885 *5 *6 *3)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-4 *6 (-886 *5)) (-4 *3 (-666 *6)) (-5 *1 (-935 *5 *6 *3)))))
+(-10 -7 (-15 -2992 ((-885 |#1| |#2| |#3|) |#3| (-892 |#1|) (-885 |#1| |#2| |#3|))))
+((-2992 (((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|)) 17 (|has| |#3| (-886 |#1|))) (((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|) (-1 (-889 |#1| |#5|) |#3| (-892 |#1|) (-889 |#1| |#5|))) 16)))
+(((-936 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2992 ((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|) (-1 (-889 |#1| |#5|) |#3| (-892 |#1|) (-889 |#1| |#5|)))) (IF (|has| |#3| (-886 |#1|)) (-15 -2992 ((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|))) |%noBranch|)) (-1099) (-793) (-850) (-13 (-1049) (-886 |#1|)) (-13 (-949 |#4| |#2| |#3|) (-614 (-892 |#1|)))) (T -936))
+((-2992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099)) (-4 *3 (-13 (-949 *8 *6 *7) (-614 *4))) (-5 *4 (-892 *5)) (-4 *7 (-886 *5)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-13 (-1049) (-886 *5))) (-5 *1 (-936 *5 *6 *7 *8 *3)))) (-2992 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-889 *6 *3) *8 (-892 *6) (-889 *6 *3))) (-4 *8 (-850)) (-5 *2 (-889 *6 *3)) (-5 *4 (-892 *6)) (-4 *6 (-1099)) (-4 *3 (-13 (-949 *9 *7 *8) (-614 *4))) (-4 *7 (-793)) (-4 *9 (-13 (-1049) (-886 *6))) (-5 *1 (-936 *6 *7 *8 *9 *3)))))
+(-10 -7 (-15 -2992 ((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|) (-1 (-889 |#1| |#5|) |#3| (-892 |#1|) (-889 |#1| |#5|)))) (IF (|has| |#3| (-886 |#1|)) (-15 -2992 ((-889 |#1| |#5|) |#5| (-892 |#1|) (-889 |#1| |#5|))) |%noBranch|))
+((-4358 ((|#2| |#2| (-644 (-1 (-112) |#3|))) 12) ((|#2| |#2| (-1 (-112) |#3|)) 13)))
+(((-937 |#1| |#2| |#3|) (-10 -7 (-15 -4358 (|#2| |#2| (-1 (-112) |#3|))) (-15 -4358 (|#2| |#2| (-644 (-1 (-112) |#3|))))) (-1099) (-432 |#1|) (-1215)) (T -937))
+((-4358 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-1 (-112) *5))) (-4 *5 (-1215)) (-4 *4 (-1099)) (-5 *1 (-937 *4 *2 *5)) (-4 *2 (-432 *4)))) (-4358 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1215)) (-4 *4 (-1099)) (-5 *1 (-937 *4 *2 *5)) (-4 *2 (-432 *4)))))
+(-10 -7 (-15 -4358 (|#2| |#2| (-1 (-112) |#3|))) (-15 -4358 (|#2| |#2| (-644 (-1 (-112) |#3|)))))
+((-4358 (((-317 (-566)) (-1175) (-644 (-1 (-112) |#1|))) 18) (((-317 (-566)) (-1175) (-1 (-112) |#1|)) 15)))
+(((-938 |#1|) (-10 -7 (-15 -4358 ((-317 (-566)) (-1175) (-1 (-112) |#1|))) (-15 -4358 ((-317 (-566)) (-1175) (-644 (-1 (-112) |#1|))))) (-1215)) (T -938))
+((-4358 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-644 (-1 (-112) *5))) (-4 *5 (-1215)) (-5 *2 (-317 (-566))) (-5 *1 (-938 *5)))) (-4358 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1215)) (-5 *2 (-317 (-566))) (-5 *1 (-938 *5)))))
+(-10 -7 (-15 -4358 ((-317 (-566)) (-1175) (-1 (-112) |#1|))) (-15 -4358 ((-317 (-566)) (-1175) (-644 (-1 (-112) |#1|)))))
+((-2992 (((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)) 25)))
+(((-939 |#1| |#2| |#3|) (-10 -7 (-15 -2992 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))) (-1099) (-13 (-558) (-886 |#1|) (-614 (-892 |#1|))) (-992 |#2|)) (T -939))
+((-2992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099)) (-4 *3 (-992 *6)) (-4 *6 (-13 (-558) (-886 *5) (-614 *4))) (-5 *4 (-892 *5)) (-5 *1 (-939 *5 *6 *3)))))
+(-10 -7 (-15 -2992 ((-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))))
+((-2992 (((-889 |#1| (-1175)) (-1175) (-892 |#1|) (-889 |#1| (-1175))) 18)))
+(((-940 |#1|) (-10 -7 (-15 -2992 ((-889 |#1| (-1175)) (-1175) (-892 |#1|) (-889 |#1| (-1175))))) (-1099)) (T -940))
+((-2992 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-889 *5 (-1175))) (-5 *3 (-1175)) (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-5 *1 (-940 *5)))))
+(-10 -7 (-15 -2992 ((-889 |#1| (-1175)) (-1175) (-892 |#1|) (-889 |#1| (-1175)))))
+((-2418 (((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))) 34)) (-2992 (((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-1 |#3| (-644 |#3|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))) 33)))
+(((-941 |#1| |#2| |#3|) (-10 -7 (-15 -2992 ((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-1 |#3| (-644 |#3|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))) (-15 -2418 ((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|))))) (-1099) (-1049) (-13 (-1049) (-614 (-892 |#1|)) (-1038 |#2|))) (T -941))
+((-2418 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-892 *6))) (-5 *5 (-1 (-889 *6 *8) *8 (-892 *6) (-889 *6 *8))) (-4 *6 (-1099)) (-4 *8 (-13 (-1049) (-614 (-892 *6)) (-1038 *7))) (-5 *2 (-889 *6 *8)) (-4 *7 (-1049)) (-5 *1 (-941 *6 *7 *8)))) (-2992 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-644 (-892 *7))) (-5 *5 (-1 *9 (-644 *9))) (-5 *6 (-1 (-889 *7 *9) *9 (-892 *7) (-889 *7 *9))) (-4 *7 (-1099)) (-4 *9 (-13 (-1049) (-614 (-892 *7)) (-1038 *8))) (-5 *2 (-889 *7 *9)) (-5 *3 (-644 *9)) (-4 *8 (-1049)) (-5 *1 (-941 *7 *8 *9)))))
+(-10 -7 (-15 -2992 ((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-1 |#3| (-644 |#3|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))) (-15 -2418 ((-889 |#1| |#3|) (-644 |#3|) (-644 (-892 |#1|)) (-889 |#1| |#3|) (-1 (-889 |#1| |#3|) |#3| (-892 |#1|) (-889 |#1| |#3|)))))
+((-2273 (((-1171 (-409 (-566))) (-566)) 81)) (-2877 (((-1171 (-566)) (-566)) 84)) (-3549 (((-1171 (-566)) (-566)) 78)) (-3269 (((-566) (-1171 (-566))) 74)) (-3030 (((-1171 (-409 (-566))) (-566)) 65)) (-1988 (((-1171 (-566)) (-566)) 49)) (-2164 (((-1171 (-566)) (-566)) 86)) (-2844 (((-1171 (-566)) (-566)) 85)) (-4056 (((-1171 (-409 (-566))) (-566)) 67)))
+(((-942) (-10 -7 (-15 -4056 ((-1171 (-409 (-566))) (-566))) (-15 -2844 ((-1171 (-566)) (-566))) (-15 -2164 ((-1171 (-566)) (-566))) (-15 -1988 ((-1171 (-566)) (-566))) (-15 -3030 ((-1171 (-409 (-566))) (-566))) (-15 -3269 ((-566) (-1171 (-566)))) (-15 -3549 ((-1171 (-566)) (-566))) (-15 -2877 ((-1171 (-566)) (-566))) (-15 -2273 ((-1171 (-409 (-566))) (-566))))) (T -942))
+((-2273 (*1 *2 *3) (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))) (-2877 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-3549 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-3269 (*1 *2 *3) (-12 (-5 *3 (-1171 (-566))) (-5 *2 (-566)) (-5 *1 (-942)))) (-3030 (*1 *2 *3) (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))) (-1988 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-2164 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-2844 (*1 *2 *3) (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))) (-4056 (*1 *2 *3) (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))))
+(-10 -7 (-15 -4056 ((-1171 (-409 (-566))) (-566))) (-15 -2844 ((-1171 (-566)) (-566))) (-15 -2164 ((-1171 (-566)) (-566))) (-15 -1988 ((-1171 (-566)) (-566))) (-15 -3030 ((-1171 (-409 (-566))) (-566))) (-15 -3269 ((-566) (-1171 (-566)))) (-15 -3549 ((-1171 (-566)) (-566))) (-15 -2877 ((-1171 (-566)) (-566))) (-15 -2273 ((-1171 (-409 (-566))) (-566))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1342 (($ (-771)) NIL (|has| |#1| (-23)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1308 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-1822 (($ (-644 |#1|)) 9)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1403 (((-689 |#1|) $ $) NIL (|has| |#1| (-1049)))) (-1566 (($ (-771) |#1|) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3644 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-4395 (((-112) $ (-771)) NIL)) (-2715 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3604 ((|#1| $) NIL (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-2929 (($ $ (-644 |#1|)) 25)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) 18) (($ $ (-1232 (-566))) NIL)) (-3108 ((|#1| $ $) NIL (|has| |#1| (-1049)))) (-2262 (((-921) $) 13)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-1998 (($ $ $) 23)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538)))) (($ (-644 |#1|)) 14)) (-1664 (($ (-644 |#1|)) NIL)) (-2829 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 24) (($ (-644 $)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2977 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2964 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-566) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-726))) (($ $ |#1|) NIL (|has| |#1| (-726)))) (-4142 (((-771) $) 11 (|has| $ (-6 -4415)))))
(((-943 |#1|) (-980 |#1|) (-1049)) (T -943))
NIL
(-980 |#1|)
-((-3891 (((-483 |#1| |#2|) (-952 |#2|)) 22)) (-2541 (((-247 |#1| |#2|) (-952 |#2|)) 35)) (-3034 (((-952 |#2|) (-483 |#1| |#2|)) 27)) (-1795 (((-247 |#1| |#2|) (-483 |#1| |#2|)) 57)) (-2952 (((-952 |#2|) (-247 |#1| |#2|)) 32)) (-2889 (((-483 |#1| |#2|) (-247 |#1| |#2|)) 48)))
-(((-944 |#1| |#2|) (-10 -7 (-15 -2889 ((-483 |#1| |#2|) (-247 |#1| |#2|))) (-15 -1795 ((-247 |#1| |#2|) (-483 |#1| |#2|))) (-15 -3891 ((-483 |#1| |#2|) (-952 |#2|))) (-15 -3034 ((-952 |#2|) (-483 |#1| |#2|))) (-15 -2952 ((-952 |#2|) (-247 |#1| |#2|))) (-15 -2541 ((-247 |#1| |#2|) (-952 |#2|)))) (-644 (-1175)) (-1049)) (T -944))
-((-2541 (*1 *2 *3) (-12 (-5 *3 (-952 *5)) (-4 *5 (-1049)) (-5 *2 (-247 *4 *5)) (-5 *1 (-944 *4 *5)) (-14 *4 (-644 (-1175))))) (-2952 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049)) (-5 *2 (-952 *5)) (-5 *1 (-944 *4 *5)))) (-3034 (*1 *2 *3) (-12 (-5 *3 (-483 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049)) (-5 *2 (-952 *5)) (-5 *1 (-944 *4 *5)))) (-3891 (*1 *2 *3) (-12 (-5 *3 (-952 *5)) (-4 *5 (-1049)) (-5 *2 (-483 *4 *5)) (-5 *1 (-944 *4 *5)) (-14 *4 (-644 (-1175))))) (-1795 (*1 *2 *3) (-12 (-5 *3 (-483 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049)) (-5 *2 (-247 *4 *5)) (-5 *1 (-944 *4 *5)))) (-2889 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049)) (-5 *2 (-483 *4 *5)) (-5 *1 (-944 *4 *5)))))
-(-10 -7 (-15 -2889 ((-483 |#1| |#2|) (-247 |#1| |#2|))) (-15 -1795 ((-247 |#1| |#2|) (-483 |#1| |#2|))) (-15 -3891 ((-483 |#1| |#2|) (-952 |#2|))) (-15 -3034 ((-952 |#2|) (-483 |#1| |#2|))) (-15 -2952 ((-952 |#2|) (-247 |#1| |#2|))) (-15 -2541 ((-247 |#1| |#2|) (-952 |#2|))))
-((-3638 (((-644 |#2|) |#2| |#2|) 10)) (-2408 (((-771) (-644 |#1|)) 48 (|has| |#1| (-848)))) (-3277 (((-644 |#2|) |#2|) 11)) (-4025 (((-771) (-644 |#1|) (-566) (-566)) 52 (|has| |#1| (-848)))) (-2957 ((|#1| |#2|) 38 (|has| |#1| (-848)))))
-(((-945 |#1| |#2|) (-10 -7 (-15 -3638 ((-644 |#2|) |#2| |#2|)) (-15 -3277 ((-644 |#2|) |#2|)) (IF (|has| |#1| (-848)) (PROGN (-15 -2957 (|#1| |#2|)) (-15 -2408 ((-771) (-644 |#1|))) (-15 -4025 ((-771) (-644 |#1|) (-566) (-566)))) |%noBranch|)) (-365) (-1240 |#1|)) (T -945))
-((-4025 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-566)) (-4 *5 (-848)) (-4 *5 (-365)) (-5 *2 (-771)) (-5 *1 (-945 *5 *6)) (-4 *6 (-1240 *5)))) (-2408 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-848)) (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-945 *4 *5)) (-4 *5 (-1240 *4)))) (-2957 (*1 *2 *3) (-12 (-4 *2 (-365)) (-4 *2 (-848)) (-5 *1 (-945 *2 *3)) (-4 *3 (-1240 *2)))) (-3277 (*1 *2 *3) (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-945 *4 *3)) (-4 *3 (-1240 *4)))) (-3638 (*1 *2 *3 *3) (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-945 *4 *3)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -3638 ((-644 |#2|) |#2| |#2|)) (-15 -3277 ((-644 |#2|) |#2|)) (IF (|has| |#1| (-848)) (PROGN (-15 -2957 (|#1| |#2|)) (-15 -2408 ((-771) (-644 |#1|))) (-15 -4025 ((-771) (-644 |#1|) (-566) (-566)))) |%noBranch|))
-((-2319 (((-952 |#2|) (-1 |#2| |#1|) (-952 |#1|)) 19)))
-(((-946 |#1| |#2|) (-10 -7 (-15 -2319 ((-952 |#2|) (-1 |#2| |#1|) (-952 |#1|)))) (-1049) (-1049)) (T -946))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-952 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-952 *6)) (-5 *1 (-946 *5 *6)))))
-(-10 -7 (-15 -2319 ((-952 |#2|) (-1 |#2| |#1|) (-952 |#1|))))
-((-1590 (((-1237 |#1| (-952 |#2|)) (-952 |#2|) (-1260 |#1|)) 18)))
-(((-947 |#1| |#2|) (-10 -7 (-15 -1590 ((-1237 |#1| (-952 |#2|)) (-952 |#2|) (-1260 |#1|)))) (-1175) (-1049)) (T -947))
-((-1590 (*1 *2 *3 *4) (-12 (-5 *4 (-1260 *5)) (-14 *5 (-1175)) (-4 *6 (-1049)) (-5 *2 (-1237 *5 (-952 *6))) (-5 *1 (-947 *5 *6)) (-5 *3 (-952 *6)))))
-(-10 -7 (-15 -1590 ((-1237 |#1| (-952 |#2|)) (-952 |#2|) (-1260 |#1|))))
-((-1357 (((-771) $) 88) (((-771) $ (-644 |#4|)) 93)) (-1378 (($ $) 203)) (-1364 (((-420 $) $) 195)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 141)) (-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 |#4| "failed") $) 74)) (-4158 ((|#2| $) NIL) (((-409 (-566)) $) NIL) (((-566) $) NIL) ((|#4| $) 73)) (-2610 (($ $ $ |#4|) 95)) (-4089 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) 131) (((-689 |#2|) (-689 $)) 121)) (-2616 (($ $) 210) (($ $ |#4|) 213)) (-2804 (((-644 $) $) 77)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 229) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 222)) (-1587 (((-644 $) $) 34)) (-1746 (($ |#2| |#3|) NIL) (($ $ |#4| (-771)) NIL) (($ $ (-644 |#4|) (-644 (-771))) 71)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ |#4|) 192)) (-3738 (((-3 (-644 $) "failed") $) 52)) (-4199 (((-3 (-644 $) "failed") $) 39)) (-4108 (((-3 (-2 (|:| |var| |#4|) (|:| -2201 (-771))) "failed") $) 57)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 134)) (-2010 (((-420 (-1171 $)) (-1171 $)) 147)) (-1893 (((-420 (-1171 $)) (-1171 $)) 145)) (-1624 (((-420 $) $) 165)) (-2023 (($ $ (-644 (-295 $))) 24) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-644 |#4|) (-644 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-644 |#4|) (-644 $)) NIL)) (-4068 (($ $ |#4|) 97)) (-2376 (((-892 (-381)) $) 243) (((-892 (-566)) $) 236) (((-538) $) 251)) (-3173 ((|#2| $) NIL) (($ $ |#4|) 205)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 184)) (-2271 ((|#2| $ |#3|) NIL) (($ $ |#4| (-771)) 62) (($ $ (-644 |#4|) (-644 (-771))) 69)) (-2633 (((-3 $ "failed") $) 186)) (-3044 (((-112) $ $) 216)))
-(((-948 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1378 (|#1| |#1|)) (-15 -2633 ((-3 |#1| "failed") |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2926 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -1893 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2010 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -4066 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -3391 ((-3 (-1264 |#1|) "failed") (-689 |#1|))) (-15 -2616 (|#1| |#1| |#4|)) (-15 -3173 (|#1| |#1| |#4|)) (-15 -4068 (|#1| |#1| |#4|)) (-15 -2610 (|#1| |#1| |#1| |#4|)) (-15 -2804 ((-644 |#1|) |#1|)) (-15 -1357 ((-771) |#1| (-644 |#4|))) (-15 -1357 ((-771) |#1|)) (-15 -4108 ((-3 (-2 (|:| |var| |#4|) (|:| -2201 (-771))) "failed") |#1|)) (-15 -3738 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -4199 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -1746 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -1746 (|#1| |#1| |#4| (-771))) (-15 -2815 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1| |#4|)) (-15 -1587 ((-644 |#1|) |#1|)) (-15 -2271 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -2271 (|#1| |#1| |#4| (-771))) (-15 -4089 ((-689 |#2|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -2229 ((-3 |#4| "failed") |#1|)) (-15 -4158 (|#4| |#1|)) (-15 -2023 (|#1| |#1| (-644 |#4|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#4| |#1|)) (-15 -2023 (|#1| |#1| (-644 |#4|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#4| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -1746 (|#1| |#2| |#3|)) (-15 -2271 (|#2| |#1| |#3|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3173 (|#2| |#1|)) (-15 -2616 (|#1| |#1|)) (-15 -3044 ((-112) |#1| |#1|))) (-949 |#2| |#3| |#4|) (-1049) (-793) (-850)) (T -948))
-NIL
-(-10 -8 (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1378 (|#1| |#1|)) (-15 -2633 ((-3 |#1| "failed") |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2926 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -1893 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2010 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -4066 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -3391 ((-3 (-1264 |#1|) "failed") (-689 |#1|))) (-15 -2616 (|#1| |#1| |#4|)) (-15 -3173 (|#1| |#1| |#4|)) (-15 -4068 (|#1| |#1| |#4|)) (-15 -2610 (|#1| |#1| |#1| |#4|)) (-15 -2804 ((-644 |#1|) |#1|)) (-15 -1357 ((-771) |#1| (-644 |#4|))) (-15 -1357 ((-771) |#1|)) (-15 -4108 ((-3 (-2 (|:| |var| |#4|) (|:| -2201 (-771))) "failed") |#1|)) (-15 -3738 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -4199 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -1746 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -1746 (|#1| |#1| |#4| (-771))) (-15 -2815 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1| |#4|)) (-15 -1587 ((-644 |#1|) |#1|)) (-15 -2271 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -2271 (|#1| |#1| |#4| (-771))) (-15 -4089 ((-689 |#2|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -2229 ((-3 |#4| "failed") |#1|)) (-15 -4158 (|#4| |#1|)) (-15 -2023 (|#1| |#1| (-644 |#4|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#4| |#1|)) (-15 -2023 (|#1| |#1| (-644 |#4|) (-644 |#2|))) (-15 -2023 (|#1| |#1| |#4| |#2|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -1746 (|#1| |#2| |#3|)) (-15 -2271 (|#2| |#1| |#3|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3173 (|#2| |#1|)) (-15 -2616 (|#1| |#1|)) (-15 -3044 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1771 (((-644 |#3|) $) 112)) (-1590 (((-1171 $) $ |#3|) 127) (((-1171 |#1|) $) 126)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 89 (|has| |#1| (-558)))) (-2161 (($ $) 90 (|has| |#1| (-558)))) (-2345 (((-112) $) 92 (|has| |#1| (-558)))) (-1357 (((-771) $) 114) (((-771) $ (-644 |#3|)) 113)) (-3967 (((-3 $ "failed") $ $) 20)) (-2292 (((-420 (-1171 $)) (-1171 $)) 102 (|has| |#1| (-909)))) (-1378 (($ $) 100 (|has| |#1| (-454)))) (-1364 (((-420 $) $) 99 (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 105 (|has| |#1| (-909)))) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#1| "failed") $) 166) (((-3 (-409 (-566)) "failed") $) 163 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 161 (|has| |#1| (-1038 (-566)))) (((-3 |#3| "failed") $) 138)) (-4158 ((|#1| $) 165) (((-409 (-566)) $) 164 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 162 (|has| |#1| (-1038 (-566)))) ((|#3| $) 139)) (-2610 (($ $ $ |#3|) 110 (|has| |#1| (-172)))) (-2814 (($ $) 156)) (-4089 (((-689 (-566)) (-689 $)) 136 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 135 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 134) (((-689 |#1|) (-689 $)) 133)) (-3245 (((-3 $ "failed") $) 37)) (-2616 (($ $) 178 (|has| |#1| (-454))) (($ $ |#3|) 107 (|has| |#1| (-454)))) (-2804 (((-644 $) $) 111)) (-1615 (((-112) $) 98 (|has| |#1| (-909)))) (-1896 (($ $ |#1| |#2| $) 174)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 86 (-12 (|has| |#3| (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 85 (-12 (|has| |#3| (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2389 (((-112) $) 35)) (-3039 (((-771) $) 171)) (-1757 (($ (-1171 |#1|) |#3|) 119) (($ (-1171 $) |#3|) 118)) (-1587 (((-644 $) $) 128)) (-2497 (((-112) $) 154)) (-1746 (($ |#1| |#2|) 155) (($ $ |#3| (-771)) 121) (($ $ (-644 |#3|) (-644 (-771))) 120)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ |#3|) 122)) (-2749 ((|#2| $) 172) (((-771) $ |#3|) 124) (((-644 (-771)) $ (-644 |#3|)) 123)) (-3021 (($ (-1 |#2| |#2|) $) 173)) (-2319 (($ (-1 |#1| |#1|) $) 153)) (-2297 (((-3 |#3| "failed") $) 125)) (-2784 (($ $) 151)) (-2794 ((|#1| $) 150)) (-2128 (($ (-644 $)) 96 (|has| |#1| (-454))) (($ $ $) 95 (|has| |#1| (-454)))) (-3380 (((-1157) $) 10)) (-3738 (((-3 (-644 $) "failed") $) 116)) (-4199 (((-3 (-644 $) "failed") $) 117)) (-4108 (((-3 (-2 (|:| |var| |#3|) (|:| -2201 (-771))) "failed") $) 115)) (-4072 (((-1119) $) 11)) (-2761 (((-112) $) 168)) (-2773 ((|#1| $) 169)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 97 (|has| |#1| (-454)))) (-2164 (($ (-644 $)) 94 (|has| |#1| (-454))) (($ $ $) 93 (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) 104 (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) 103 (|has| |#1| (-909)))) (-1624 (((-420 $) $) 101 (|has| |#1| (-909)))) (-2978 (((-3 $ "failed") $ |#1|) 176 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 88 (|has| |#1| (-558)))) (-2023 (($ $ (-644 (-295 $))) 147) (($ $ (-295 $)) 146) (($ $ $ $) 145) (($ $ (-644 $) (-644 $)) 144) (($ $ |#3| |#1|) 143) (($ $ (-644 |#3|) (-644 |#1|)) 142) (($ $ |#3| $) 141) (($ $ (-644 |#3|) (-644 $)) 140)) (-4068 (($ $ |#3|) 109 (|has| |#1| (-172)))) (-3629 (($ $ |#3|) 46) (($ $ (-644 |#3|)) 45) (($ $ |#3| (-771)) 44) (($ $ (-644 |#3|) (-644 (-771))) 43)) (-3902 ((|#2| $) 152) (((-771) $ |#3|) 132) (((-644 (-771)) $ (-644 |#3|)) 131)) (-2376 (((-892 (-381)) $) 84 (-12 (|has| |#3| (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) 83 (-12 (|has| |#3| (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) 82 (-12 (|has| |#3| (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-3173 ((|#1| $) 177 (|has| |#1| (-454))) (($ $ |#3|) 108 (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 106 (-2415 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 167) (($ |#3|) 137) (($ $) 87 (|has| |#1| (-558))) (($ (-409 (-566))) 80 (-2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))))) (-1643 (((-644 |#1|) $) 170)) (-2271 ((|#1| $ |#2|) 157) (($ $ |#3| (-771)) 130) (($ $ (-644 |#3|) (-644 (-771))) 129)) (-2633 (((-3 $ "failed") $) 81 (-2768 (-2415 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) 32 T CONST)) (-2021 (($ $ $ (-771)) 175 (|has| |#1| (-172)))) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 91 (|has| |#1| (-558)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ |#3|) 42) (($ $ (-644 |#3|)) 41) (($ $ |#3| (-771)) 40) (($ $ (-644 |#3|) (-644 (-771))) 39)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 158 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 160 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 149) (($ $ |#1|) 148)))
+((-4200 (((-483 |#1| |#2|) (-952 |#2|)) 22)) (-3692 (((-247 |#1| |#2|) (-952 |#2|)) 35)) (-2558 (((-952 |#2|) (-483 |#1| |#2|)) 27)) (-1737 (((-247 |#1| |#2|) (-483 |#1| |#2|)) 57)) (-3112 (((-952 |#2|) (-247 |#1| |#2|)) 32)) (-2580 (((-483 |#1| |#2|) (-247 |#1| |#2|)) 48)))
+(((-944 |#1| |#2|) (-10 -7 (-15 -2580 ((-483 |#1| |#2|) (-247 |#1| |#2|))) (-15 -1737 ((-247 |#1| |#2|) (-483 |#1| |#2|))) (-15 -4200 ((-483 |#1| |#2|) (-952 |#2|))) (-15 -2558 ((-952 |#2|) (-483 |#1| |#2|))) (-15 -3112 ((-952 |#2|) (-247 |#1| |#2|))) (-15 -3692 ((-247 |#1| |#2|) (-952 |#2|)))) (-644 (-1175)) (-1049)) (T -944))
+((-3692 (*1 *2 *3) (-12 (-5 *3 (-952 *5)) (-4 *5 (-1049)) (-5 *2 (-247 *4 *5)) (-5 *1 (-944 *4 *5)) (-14 *4 (-644 (-1175))))) (-3112 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049)) (-5 *2 (-952 *5)) (-5 *1 (-944 *4 *5)))) (-2558 (*1 *2 *3) (-12 (-5 *3 (-483 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049)) (-5 *2 (-952 *5)) (-5 *1 (-944 *4 *5)))) (-4200 (*1 *2 *3) (-12 (-5 *3 (-952 *5)) (-4 *5 (-1049)) (-5 *2 (-483 *4 *5)) (-5 *1 (-944 *4 *5)) (-14 *4 (-644 (-1175))))) (-1737 (*1 *2 *3) (-12 (-5 *3 (-483 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049)) (-5 *2 (-247 *4 *5)) (-5 *1 (-944 *4 *5)))) (-2580 (*1 *2 *3) (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049)) (-5 *2 (-483 *4 *5)) (-5 *1 (-944 *4 *5)))))
+(-10 -7 (-15 -2580 ((-483 |#1| |#2|) (-247 |#1| |#2|))) (-15 -1737 ((-247 |#1| |#2|) (-483 |#1| |#2|))) (-15 -4200 ((-483 |#1| |#2|) (-952 |#2|))) (-15 -2558 ((-952 |#2|) (-483 |#1| |#2|))) (-15 -3112 ((-952 |#2|) (-247 |#1| |#2|))) (-15 -3692 ((-247 |#1| |#2|) (-952 |#2|))))
+((-3730 (((-644 |#2|) |#2| |#2|) 10)) (-1709 (((-771) (-644 |#1|)) 48 (|has| |#1| (-848)))) (-3244 (((-644 |#2|) |#2|) 11)) (-2842 (((-771) (-644 |#1|) (-566) (-566)) 52 (|has| |#1| (-848)))) (-3153 ((|#1| |#2|) 38 (|has| |#1| (-848)))))
+(((-945 |#1| |#2|) (-10 -7 (-15 -3730 ((-644 |#2|) |#2| |#2|)) (-15 -3244 ((-644 |#2|) |#2|)) (IF (|has| |#1| (-848)) (PROGN (-15 -3153 (|#1| |#2|)) (-15 -1709 ((-771) (-644 |#1|))) (-15 -2842 ((-771) (-644 |#1|) (-566) (-566)))) |%noBranch|)) (-365) (-1241 |#1|)) (T -945))
+((-2842 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-566)) (-4 *5 (-848)) (-4 *5 (-365)) (-5 *2 (-771)) (-5 *1 (-945 *5 *6)) (-4 *6 (-1241 *5)))) (-1709 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-848)) (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-945 *4 *5)) (-4 *5 (-1241 *4)))) (-3153 (*1 *2 *3) (-12 (-4 *2 (-365)) (-4 *2 (-848)) (-5 *1 (-945 *2 *3)) (-4 *3 (-1241 *2)))) (-3244 (*1 *2 *3) (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-945 *4 *3)) (-4 *3 (-1241 *4)))) (-3730 (*1 *2 *3 *3) (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-945 *4 *3)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -3730 ((-644 |#2|) |#2| |#2|)) (-15 -3244 ((-644 |#2|) |#2|)) (IF (|has| |#1| (-848)) (PROGN (-15 -3153 (|#1| |#2|)) (-15 -1709 ((-771) (-644 |#1|))) (-15 -2842 ((-771) (-644 |#1|) (-566) (-566)))) |%noBranch|))
+((-1895 (((-952 |#2|) (-1 |#2| |#1|) (-952 |#1|)) 19)))
+(((-946 |#1| |#2|) (-10 -7 (-15 -1895 ((-952 |#2|) (-1 |#2| |#1|) (-952 |#1|)))) (-1049) (-1049)) (T -946))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-952 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-952 *6)) (-5 *1 (-946 *5 *6)))))
+(-10 -7 (-15 -1895 ((-952 |#2|) (-1 |#2| |#1|) (-952 |#1|))))
+((-3817 (((-1238 |#1| (-952 |#2|)) (-952 |#2|) (-1261 |#1|)) 18)))
+(((-947 |#1| |#2|) (-10 -7 (-15 -3817 ((-1238 |#1| (-952 |#2|)) (-952 |#2|) (-1261 |#1|)))) (-1175) (-1049)) (T -947))
+((-3817 (*1 *2 *3 *4) (-12 (-5 *4 (-1261 *5)) (-14 *5 (-1175)) (-4 *6 (-1049)) (-5 *2 (-1238 *5 (-952 *6))) (-5 *1 (-947 *5 *6)) (-5 *3 (-952 *6)))))
+(-10 -7 (-15 -3817 ((-1238 |#1| (-952 |#2|)) (-952 |#2|) (-1261 |#1|))))
+((-3829 (((-771) $) 88) (((-771) $ (-644 |#4|)) 93)) (-1778 (($ $) 203)) (-1615 (((-420 $) $) 195)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 141)) (-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 |#4| "failed") $) 74)) (-3213 ((|#2| $) NIL) (((-409 (-566)) $) NIL) (((-566) $) NIL) ((|#4| $) 73)) (-3095 (($ $ $ |#4|) 95)) (-2204 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) 131) (((-689 |#2|) (-689 $)) 121)) (-3156 (($ $) 210) (($ $ |#4|) 213)) (-4150 (((-644 $) $) 77)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 229) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 222)) (-3400 (((-644 $) $) 34)) (-3959 (($ |#2| |#3|) NIL) (($ $ |#4| (-771)) NIL) (($ $ (-644 |#4|) (-644 (-771))) 71)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ |#4|) 192)) (-2174 (((-3 (-644 $) "failed") $) 52)) (-4001 (((-3 (-644 $) "failed") $) 39)) (-2376 (((-3 (-2 (|:| |var| |#4|) (|:| -3388 (-771))) "failed") $) 57)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 134)) (-2107 (((-420 (-1171 $)) (-1171 $)) 147)) (-3369 (((-420 (-1171 $)) (-1171 $)) 145)) (-3846 (((-420 $) $) 165)) (-1838 (($ $ (-644 (-295 $))) 24) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-644 |#4|) (-644 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-644 |#4|) (-644 $)) NIL)) (-2018 (($ $ |#4|) 97)) (-1945 (((-892 (-381)) $) 243) (((-892 (-566)) $) 236) (((-538) $) 251)) (-1573 ((|#2| $) NIL) (($ $ |#4|) 205)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 184)) (-2841 ((|#2| $ |#3|) NIL) (($ $ |#4| (-771)) 62) (($ $ (-644 |#4|) (-644 (-771))) 69)) (-2097 (((-3 $ "failed") $) 186)) (-2657 (((-112) $ $) 216)))
+(((-948 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -1778 (|#1| |#1|)) (-15 -2097 ((-3 |#1| "failed") |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2992 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3369 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2107 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -1999 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -1922 ((-3 (-1265 |#1|) "failed") (-689 |#1|))) (-15 -3156 (|#1| |#1| |#4|)) (-15 -1573 (|#1| |#1| |#4|)) (-15 -2018 (|#1| |#1| |#4|)) (-15 -3095 (|#1| |#1| |#1| |#4|)) (-15 -4150 ((-644 |#1|) |#1|)) (-15 -3829 ((-771) |#1| (-644 |#4|))) (-15 -3829 ((-771) |#1|)) (-15 -2376 ((-3 (-2 (|:| |var| |#4|) (|:| -3388 (-771))) "failed") |#1|)) (-15 -2174 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -4001 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -3959 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -3959 (|#1| |#1| |#4| (-771))) (-15 -3226 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1| |#4|)) (-15 -3400 ((-644 |#1|) |#1|)) (-15 -2841 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -2841 (|#1| |#1| |#4| (-771))) (-15 -2204 ((-689 |#2|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -1821 ((-3 |#4| "failed") |#1|)) (-15 -3213 (|#4| |#1|)) (-15 -1838 (|#1| |#1| (-644 |#4|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#4| |#1|)) (-15 -1838 (|#1| |#1| (-644 |#4|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#4| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -3959 (|#1| |#2| |#3|)) (-15 -2841 (|#2| |#1| |#3|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1573 (|#2| |#1|)) (-15 -3156 (|#1| |#1|)) (-15 -2657 ((-112) |#1| |#1|))) (-949 |#2| |#3| |#4|) (-1049) (-793) (-850)) (T -948))
+NIL
+(-10 -8 (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -1778 (|#1| |#1|)) (-15 -2097 ((-3 |#1| "failed") |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2992 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3369 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2107 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -1999 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -1922 ((-3 (-1265 |#1|) "failed") (-689 |#1|))) (-15 -3156 (|#1| |#1| |#4|)) (-15 -1573 (|#1| |#1| |#4|)) (-15 -2018 (|#1| |#1| |#4|)) (-15 -3095 (|#1| |#1| |#1| |#4|)) (-15 -4150 ((-644 |#1|) |#1|)) (-15 -3829 ((-771) |#1| (-644 |#4|))) (-15 -3829 ((-771) |#1|)) (-15 -2376 ((-3 (-2 (|:| |var| |#4|) (|:| -3388 (-771))) "failed") |#1|)) (-15 -2174 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -4001 ((-3 (-644 |#1|) "failed") |#1|)) (-15 -3959 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -3959 (|#1| |#1| |#4| (-771))) (-15 -3226 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1| |#4|)) (-15 -3400 ((-644 |#1|) |#1|)) (-15 -2841 (|#1| |#1| (-644 |#4|) (-644 (-771)))) (-15 -2841 (|#1| |#1| |#4| (-771))) (-15 -2204 ((-689 |#2|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -1821 ((-3 |#4| "failed") |#1|)) (-15 -3213 (|#4| |#1|)) (-15 -1838 (|#1| |#1| (-644 |#4|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#4| |#1|)) (-15 -1838 (|#1| |#1| (-644 |#4|) (-644 |#2|))) (-15 -1838 (|#1| |#1| |#4| |#2|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -3959 (|#1| |#2| |#3|)) (-15 -2841 (|#2| |#1| |#3|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1573 (|#2| |#1|)) (-15 -3156 (|#1| |#1|)) (-15 -2657 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3981 (((-644 |#3|) $) 112)) (-3817 (((-1171 $) $ |#3|) 127) (((-1171 |#1|) $) 126)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 89 (|has| |#1| (-558)))) (-4282 (($ $) 90 (|has| |#1| (-558)))) (-2296 (((-112) $) 92 (|has| |#1| (-558)))) (-3829 (((-771) $) 114) (((-771) $ (-644 |#3|)) 113)) (-3569 (((-3 $ "failed") $ $) 20)) (-3068 (((-420 (-1171 $)) (-1171 $)) 102 (|has| |#1| (-909)))) (-1778 (($ $) 100 (|has| |#1| (-454)))) (-1615 (((-420 $) $) 99 (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 105 (|has| |#1| (-909)))) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#1| "failed") $) 166) (((-3 (-409 (-566)) "failed") $) 163 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 161 (|has| |#1| (-1038 (-566)))) (((-3 |#3| "failed") $) 138)) (-3213 ((|#1| $) 165) (((-409 (-566)) $) 164 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 162 (|has| |#1| (-1038 (-566)))) ((|#3| $) 139)) (-3095 (($ $ $ |#3|) 110 (|has| |#1| (-172)))) (-4162 (($ $) 156)) (-2204 (((-689 (-566)) (-689 $)) 136 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 135 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 134) (((-689 |#1|) (-689 $)) 133)) (-4185 (((-3 $ "failed") $) 37)) (-3156 (($ $) 178 (|has| |#1| (-454))) (($ $ |#3|) 107 (|has| |#1| (-454)))) (-4150 (((-644 $) $) 111)) (-2422 (((-112) $) 98 (|has| |#1| (-909)))) (-3406 (($ $ |#1| |#2| $) 174)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 86 (-12 (|has| |#3| (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 85 (-12 (|has| |#3| (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-1568 (((-112) $) 35)) (-2606 (((-771) $) 171)) (-3972 (($ (-1171 |#1|) |#3|) 119) (($ (-1171 $) |#3|) 118)) (-3400 (((-644 $) $) 128)) (-3220 (((-112) $) 154)) (-3959 (($ |#1| |#2|) 155) (($ $ |#3| (-771)) 121) (($ $ (-644 |#3|) (-644 (-771))) 120)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ |#3|) 122)) (-3888 ((|#2| $) 172) (((-771) $ |#3|) 124) (((-644 (-771)) $ (-644 |#3|)) 123)) (-2450 (($ (-1 |#2| |#2|) $) 173)) (-1895 (($ (-1 |#1| |#1|) $) 153)) (-3107 (((-3 |#3| "failed") $) 125)) (-4125 (($ $) 151)) (-4137 ((|#1| $) 150)) (-1931 (($ (-644 $)) 96 (|has| |#1| (-454))) (($ $ $) 95 (|has| |#1| (-454)))) (-3057 (((-1157) $) 10)) (-2174 (((-3 (-644 $) "failed") $) 116)) (-4001 (((-3 (-644 $) "failed") $) 117)) (-2376 (((-3 (-2 (|:| |var| |#3|) (|:| -3388 (-771))) "failed") $) 115)) (-2029 (((-1119) $) 11)) (-4096 (((-112) $) 168)) (-4109 ((|#1| $) 169)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 97 (|has| |#1| (-454)))) (-1962 (($ (-644 $)) 94 (|has| |#1| (-454))) (($ $ $) 93 (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) 104 (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) 103 (|has| |#1| (-909)))) (-3846 (((-420 $) $) 101 (|has| |#1| (-909)))) (-4116 (((-3 $ "failed") $ |#1|) 176 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 88 (|has| |#1| (-558)))) (-1838 (($ $ (-644 (-295 $))) 147) (($ $ (-295 $)) 146) (($ $ $ $) 145) (($ $ (-644 $) (-644 $)) 144) (($ $ |#3| |#1|) 143) (($ $ (-644 |#3|) (-644 |#1|)) 142) (($ $ |#3| $) 141) (($ $ (-644 |#3|) (-644 $)) 140)) (-2018 (($ $ |#3|) 109 (|has| |#1| (-172)))) (-2324 (($ $ |#3|) 46) (($ $ (-644 |#3|)) 45) (($ $ |#3| (-771)) 44) (($ $ (-644 |#3|) (-644 (-771))) 43)) (-4297 ((|#2| $) 152) (((-771) $ |#3|) 132) (((-644 (-771)) $ (-644 |#3|)) 131)) (-1945 (((-892 (-381)) $) 84 (-12 (|has| |#3| (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) 83 (-12 (|has| |#3| (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) 82 (-12 (|has| |#3| (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-1573 ((|#1| $) 177 (|has| |#1| (-454))) (($ $ |#3|) 108 (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 106 (-3360 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 167) (($ |#3|) 137) (($ $) 87 (|has| |#1| (-558))) (($ (-409 (-566))) 80 (-2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))))) (-2675 (((-644 |#1|) $) 170)) (-2841 ((|#1| $ |#2|) 157) (($ $ |#3| (-771)) 130) (($ $ (-644 |#3|) (-644 (-771))) 129)) (-2097 (((-3 $ "failed") $) 81 (-2700 (-3360 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) 32 T CONST)) (-2194 (($ $ $ (-771)) 175 (|has| |#1| (-172)))) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 91 (|has| |#1| (-558)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ |#3|) 42) (($ $ (-644 |#3|)) 41) (($ $ |#3| (-771)) 40) (($ $ (-644 |#3|) (-644 (-771))) 39)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 158 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 160 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 149) (($ $ |#1|) 148)))
(((-949 |#1| |#2| |#3|) (-140) (-1049) (-793) (-850)) (T -949))
-((-2616 (*1 *1 *1) (-12 (-4 *1 (-949 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-3902 (*1 *2 *1 *3) (-12 (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-771)))) (-3902 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-771))))) (-2271 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-949 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *2 (-850)))) (-2271 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 (-771))) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)))) (-1587 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5)))) (-1590 (*1 *2 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-1171 *1)) (-4 *1 (-949 *4 *5 *3)))) (-1590 (*1 *2 *1) (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-1171 *3)))) (-2297 (*1 *2 *1) (|partial| -12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-2749 (*1 *2 *1 *3) (-12 (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-771)))) (-2749 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-771))))) (-2815 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-949 *4 *5 *3)))) (-1746 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-949 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *2 (-850)))) (-1746 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 (-771))) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)))) (-1757 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 *4)) (-4 *4 (-1049)) (-4 *1 (-949 *4 *5 *3)) (-4 *5 (-793)) (-4 *3 (-850)))) (-1757 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)))) (-4199 (*1 *2 *1) (|partial| -12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5)))) (-3738 (*1 *2 *1) (|partial| -12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5)))) (-4108 (*1 *2 *1) (|partial| -12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| |var| *5) (|:| -2201 (-771)))))) (-1357 (*1 *2 *1) (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-771)))) (-1357 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-771)))) (-1771 (*1 *2 *1) (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *5)))) (-2804 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5)))) (-2610 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *3 (-172)))) (-4068 (*1 *1 *1 *2) (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *3 (-172)))) (-3173 (*1 *1 *1 *2) (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *3 (-454)))) (-2616 (*1 *1 *1 *2) (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *3 (-454)))) (-1378 (*1 *1 *1) (-12 (-4 *1 (-949 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-1364 (*1 *2 *1) (-12 (-4 *3 (-454)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-420 *1)) (-4 *1 (-949 *3 *4 *5)))))
-(-13 (-900 |t#3|) (-327 |t#1| |t#2|) (-310 $) (-516 |t#3| |t#1|) (-516 |t#3| $) (-1038 |t#3|) (-379 |t#1|) (-10 -8 (-15 -3902 ((-771) $ |t#3|)) (-15 -3902 ((-644 (-771)) $ (-644 |t#3|))) (-15 -2271 ($ $ |t#3| (-771))) (-15 -2271 ($ $ (-644 |t#3|) (-644 (-771)))) (-15 -1587 ((-644 $) $)) (-15 -1590 ((-1171 $) $ |t#3|)) (-15 -1590 ((-1171 |t#1|) $)) (-15 -2297 ((-3 |t#3| "failed") $)) (-15 -2749 ((-771) $ |t#3|)) (-15 -2749 ((-644 (-771)) $ (-644 |t#3|))) (-15 -2815 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $ |t#3|)) (-15 -1746 ($ $ |t#3| (-771))) (-15 -1746 ($ $ (-644 |t#3|) (-644 (-771)))) (-15 -1757 ($ (-1171 |t#1|) |t#3|)) (-15 -1757 ($ (-1171 $) |t#3|)) (-15 -4199 ((-3 (-644 $) "failed") $)) (-15 -3738 ((-3 (-644 $) "failed") $)) (-15 -4108 ((-3 (-2 (|:| |var| |t#3|) (|:| -2201 (-771))) "failed") $)) (-15 -1357 ((-771) $)) (-15 -1357 ((-771) $ (-644 |t#3|))) (-15 -1771 ((-644 |t#3|) $)) (-15 -2804 ((-644 $) $)) (IF (|has| |t#1| (-614 (-538))) (IF (|has| |t#3| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-614 (-892 (-566)))) (IF (|has| |t#3| (-614 (-892 (-566)))) (-6 (-614 (-892 (-566)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-614 (-892 (-381)))) (IF (|has| |t#3| (-614 (-892 (-381)))) (-6 (-614 (-892 (-381)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-886 (-566))) (IF (|has| |t#3| (-886 (-566))) (-6 (-886 (-566))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-886 (-381))) (IF (|has| |t#3| (-886 (-381))) (-6 (-886 (-381))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-15 -2610 ($ $ $ |t#3|)) (-15 -4068 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-454)) (PROGN (-6 (-454)) (-15 -3173 ($ $ |t#3|)) (-15 -2616 ($ $)) (-15 -2616 ($ $ |t#3|)) (-15 -1364 ((-420 $) $)) (-15 -1378 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4412)) (-6 -4412) |%noBranch|) (IF (|has| |t#1| (-909)) (-6 (-909)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 |#3|) . T) ((-616 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-614 (-538)) -12 (|has| |#1| (-614 (-538))) (|has| |#3| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#3| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#3| (-614 (-892 (-566))))) ((-291) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-310 $) . T) ((-327 |#1| |#2|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2768 (|has| |#1| (-909)) (|has| |#1| (-454))) ((-516 |#3| |#1|) . T) ((-516 |#3| $) . T) ((-516 $ $) . T) ((-558) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-726) . T) ((-900 |#3|) . T) ((-886 (-381)) -12 (|has| |#1| (-886 (-381))) (|has| |#3| (-886 (-381)))) ((-886 (-566)) -12 (|has| |#1| (-886 (-566))) (|has| |#3| (-886 (-566)))) ((-909) |has| |#1| (-909)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1038 |#3|) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) |has| |#1| (-909)))
-((-1771 (((-644 |#2|) |#5|) 40)) (-1590 (((-1171 |#5|) |#5| |#2| (-1171 |#5|)) 23) (((-409 (-1171 |#5|)) |#5| |#2|) 16)) (-1757 ((|#5| (-409 (-1171 |#5|)) |#2|) 30)) (-2297 (((-3 |#2| "failed") |#5|) 71)) (-3738 (((-3 (-644 |#5|) "failed") |#5|) 65)) (-4224 (((-3 (-2 (|:| |val| |#5|) (|:| -2201 (-566))) "failed") |#5|) 53)) (-4199 (((-3 (-644 |#5|) "failed") |#5|) 67)) (-4108 (((-3 (-2 (|:| |var| |#2|) (|:| -2201 (-566))) "failed") |#5|) 57)))
-(((-950 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1771 ((-644 |#2|) |#5|)) (-15 -2297 ((-3 |#2| "failed") |#5|)) (-15 -1590 ((-409 (-1171 |#5|)) |#5| |#2|)) (-15 -1757 (|#5| (-409 (-1171 |#5|)) |#2|)) (-15 -1590 ((-1171 |#5|) |#5| |#2| (-1171 |#5|))) (-15 -4199 ((-3 (-644 |#5|) "failed") |#5|)) (-15 -3738 ((-3 (-644 |#5|) "failed") |#5|)) (-15 -4108 ((-3 (-2 (|:| |var| |#2|) (|:| -2201 (-566))) "failed") |#5|)) (-15 -4224 ((-3 (-2 (|:| |val| |#5|) (|:| -2201 (-566))) "failed") |#5|))) (-793) (-850) (-1049) (-949 |#3| |#1| |#2|) (-13 (-365) (-10 -8 (-15 -3152 ($ |#4|)) (-15 -2248 (|#4| $)) (-15 -2260 (|#4| $))))) (T -950))
-((-4224 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -2201 (-566)))) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))))) (-4108 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -2201 (-566)))) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))))) (-3738 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *3)) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))))) (-4199 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *3)) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))))) (-1590 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))) (-4 *7 (-949 *6 *5 *4)) (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-1049)) (-5 *1 (-950 *5 *4 *6 *7 *3)))) (-1757 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-1171 *2))) (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-1049)) (-4 *2 (-13 (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))) (-5 *1 (-950 *5 *4 *6 *7 *2)) (-4 *7 (-949 *6 *5 *4)))) (-1590 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-409 (-1171 *3))) (-5 *1 (-950 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))))) (-2297 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-1049)) (-4 *6 (-949 *5 *4 *2)) (-4 *2 (-850)) (-5 *1 (-950 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -3152 ($ *6)) (-15 -2248 (*6 $)) (-15 -2260 (*6 $))))))) (-1771 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *5)) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))))))
-(-10 -7 (-15 -1771 ((-644 |#2|) |#5|)) (-15 -2297 ((-3 |#2| "failed") |#5|)) (-15 -1590 ((-409 (-1171 |#5|)) |#5| |#2|)) (-15 -1757 (|#5| (-409 (-1171 |#5|)) |#2|)) (-15 -1590 ((-1171 |#5|) |#5| |#2| (-1171 |#5|))) (-15 -4199 ((-3 (-644 |#5|) "failed") |#5|)) (-15 -3738 ((-3 (-644 |#5|) "failed") |#5|)) (-15 -4108 ((-3 (-2 (|:| |var| |#2|) (|:| -2201 (-566))) "failed") |#5|)) (-15 -4224 ((-3 (-2 (|:| |val| |#5|) (|:| -2201 (-566))) "failed") |#5|)))
-((-2319 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24)))
-(((-951 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2319 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-793) (-850) (-1049) (-949 |#3| |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -3002 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771)))))) (T -951))
-((-2319 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-850)) (-4 *8 (-1049)) (-4 *6 (-793)) (-4 *2 (-13 (-1099) (-10 -8 (-15 -3002 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771)))))) (-5 *1 (-951 *6 *7 *8 *5 *2)) (-4 *5 (-949 *8 *6 *7)))))
-(-10 -7 (-15 -2319 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-1175)) $) 16)) (-1590 (((-1171 $) $ (-1175)) 21) (((-1171 |#1|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-1175))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1378 (($ $) NIL (|has| |#1| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) 8) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1175) "failed") $) NIL)) (-4158 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1175) $) NIL)) (-2610 (($ $ $ (-1175)) NIL (|has| |#1| (-172)))) (-2814 (($ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#1| (-454))) (($ $ (-1175)) NIL (|has| |#1| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-909)))) (-1896 (($ $ |#1| (-533 (-1175)) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1175) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1175) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1757 (($ (-1171 |#1|) (-1175)) NIL) (($ (-1171 $) (-1175)) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-533 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-1175)) NIL)) (-2749 (((-533 (-1175)) $) NIL) (((-771) $ (-1175)) NIL) (((-644 (-771)) $ (-644 (-1175))) NIL)) (-3021 (($ (-1 (-533 (-1175)) (-533 (-1175))) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2297 (((-3 (-1175) "failed") $) 19)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3380 (((-1157) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-1175)) (|:| -2201 (-771))) "failed") $) NIL)) (-3313 (($ $ (-1175)) 29 (|has| |#1| (-38 (-409 (-566)))))) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#1| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-909)))) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1175) |#1|) NIL) (($ $ (-644 (-1175)) (-644 |#1|)) NIL) (($ $ (-1175) $) NIL) (($ $ (-644 (-1175)) (-644 $)) NIL)) (-4068 (($ $ (-1175)) NIL (|has| |#1| (-172)))) (-3629 (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-3902 (((-533 (-1175)) $) NIL) (((-771) $ (-1175)) NIL) (((-644 (-771)) $ (-644 (-1175))) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-1175) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1175) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1175) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-3173 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-1175)) NIL (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) 25) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-1175)) 27) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-533 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-952 |#1|) (-13 (-949 |#1| (-533 (-1175)) (-1175)) (-10 -8 (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1175))) |%noBranch|))) (-1049)) (T -952))
-((-3313 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-952 *3)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)))))
-(-13 (-949 |#1| (-533 (-1175)) (-1175)) (-10 -8 (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1175))) |%noBranch|)))
-((-1907 (((-2 (|:| -2201 (-771)) (|:| -2397 |#5|) (|:| |radicand| |#5|)) |#3| (-771)) 49)) (-3991 (((-2 (|:| -2201 (-771)) (|:| -2397 |#5|) (|:| |radicand| |#5|)) (-409 (-566)) (-771)) 44)) (-4070 (((-2 (|:| -2201 (-771)) (|:| -2397 |#4|) (|:| |radicand| (-644 |#4|))) |#4| (-771)) 65)) (-3554 (((-2 (|:| -2201 (-771)) (|:| -2397 |#5|) (|:| |radicand| |#5|)) |#5| (-771)) 74 (|has| |#3| (-454)))))
-(((-953 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1907 ((-2 (|:| -2201 (-771)) (|:| -2397 |#5|) (|:| |radicand| |#5|)) |#3| (-771))) (-15 -3991 ((-2 (|:| -2201 (-771)) (|:| -2397 |#5|) (|:| |radicand| |#5|)) (-409 (-566)) (-771))) (IF (|has| |#3| (-454)) (-15 -3554 ((-2 (|:| -2201 (-771)) (|:| -2397 |#5|) (|:| |radicand| |#5|)) |#5| (-771))) |%noBranch|) (-15 -4070 ((-2 (|:| -2201 (-771)) (|:| -2397 |#4|) (|:| |radicand| (-644 |#4|))) |#4| (-771)))) (-793) (-850) (-558) (-949 |#3| |#1| |#2|) (-13 (-365) (-10 -8 (-15 -3152 ($ |#4|)) (-15 -2248 (|#4| $)) (-15 -2260 (|#4| $))))) (T -953))
-((-4070 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558)) (-4 *3 (-949 *7 *5 *6)) (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *3) (|:| |radicand| (-644 *3)))) (-5 *1 (-953 *5 *6 *7 *3 *8)) (-5 *4 (-771)) (-4 *8 (-13 (-365) (-10 -8 (-15 -3152 ($ *3)) (-15 -2248 (*3 $)) (-15 -2260 (*3 $))))))) (-3554 (*1 *2 *3 *4) (-12 (-4 *7 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558)) (-4 *8 (-949 *7 *5 *6)) (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *3) (|:| |radicand| *3))) (-5 *1 (-953 *5 *6 *7 *8 *3)) (-5 *4 (-771)) (-4 *3 (-13 (-365) (-10 -8 (-15 -3152 ($ *8)) (-15 -2248 (*8 $)) (-15 -2260 (*8 $))))))) (-3991 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-566))) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558)) (-4 *8 (-949 *7 *5 *6)) (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *9) (|:| |radicand| *9))) (-5 *1 (-953 *5 *6 *7 *8 *9)) (-5 *4 (-771)) (-4 *9 (-13 (-365) (-10 -8 (-15 -3152 ($ *8)) (-15 -2248 (*8 $)) (-15 -2260 (*8 $))))))) (-1907 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-558)) (-4 *7 (-949 *3 *5 *6)) (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *8) (|:| |radicand| *8))) (-5 *1 (-953 *5 *6 *3 *7 *8)) (-5 *4 (-771)) (-4 *8 (-13 (-365) (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))))))
-(-10 -7 (-15 -1907 ((-2 (|:| -2201 (-771)) (|:| -2397 |#5|) (|:| |radicand| |#5|)) |#3| (-771))) (-15 -3991 ((-2 (|:| -2201 (-771)) (|:| -2397 |#5|) (|:| |radicand| |#5|)) (-409 (-566)) (-771))) (IF (|has| |#3| (-454)) (-15 -3554 ((-2 (|:| -2201 (-771)) (|:| -2397 |#5|) (|:| |radicand| |#5|)) |#5| (-771))) |%noBranch|) (-15 -4070 ((-2 (|:| -2201 (-771)) (|:| -2397 |#4|) (|:| |radicand| (-644 |#4|))) |#4| (-771))))
-((-2988 (((-112) $ $) NIL)) (-1436 (($ (-1119)) 8)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 15) (((-1119) $) 12)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 11)))
-(((-954) (-13 (-1099) (-613 (-1119)) (-10 -8 (-15 -1436 ($ (-1119)))))) (T -954))
-((-1436 (*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-954)))))
-(-13 (-1099) (-613 (-1119)) (-10 -8 (-15 -1436 ($ (-1119)))))
-((-3867 (((-1093 (-225)) $) 8)) (-3857 (((-1093 (-225)) $) 9)) (-4042 (((-644 (-644 (-943 (-225)))) $) 10)) (-3152 (((-862) $) 6)))
+((-3156 (*1 *1 *1) (-12 (-4 *1 (-949 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-4297 (*1 *2 *1 *3) (-12 (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-771)))) (-4297 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-771))))) (-2841 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-949 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *2 (-850)))) (-2841 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 (-771))) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)))) (-3400 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5)))) (-3817 (*1 *2 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-1171 *1)) (-4 *1 (-949 *4 *5 *3)))) (-3817 (*1 *2 *1) (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-1171 *3)))) (-3107 (*1 *2 *1) (|partial| -12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-3888 (*1 *2 *1 *3) (-12 (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-771)))) (-3888 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-771))))) (-3226 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-949 *4 *5 *3)))) (-3959 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-949 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *2 (-850)))) (-3959 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 (-771))) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)))) (-3972 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 *4)) (-4 *4 (-1049)) (-4 *1 (-949 *4 *5 *3)) (-4 *5 (-793)) (-4 *3 (-850)))) (-3972 (*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)))) (-4001 (*1 *2 *1) (|partial| -12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5)))) (-2174 (*1 *2 *1) (|partial| -12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5)))) (-2376 (*1 *2 *1) (|partial| -12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| |var| *5) (|:| -3388 (-771)))))) (-3829 (*1 *2 *1) (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-771)))) (-3829 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-771)))) (-3981 (*1 *2 *1) (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *5)))) (-4150 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5)))) (-3095 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *3 (-172)))) (-2018 (*1 *1 *1 *2) (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *3 (-172)))) (-1573 (*1 *1 *1 *2) (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *3 (-454)))) (-3156 (*1 *1 *1 *2) (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *3 (-454)))) (-1778 (*1 *1 *1) (-12 (-4 *1 (-949 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-1615 (*1 *2 *1) (-12 (-4 *3 (-454)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-420 *1)) (-4 *1 (-949 *3 *4 *5)))))
+(-13 (-900 |t#3|) (-327 |t#1| |t#2|) (-310 $) (-516 |t#3| |t#1|) (-516 |t#3| $) (-1038 |t#3|) (-379 |t#1|) (-10 -8 (-15 -4297 ((-771) $ |t#3|)) (-15 -4297 ((-644 (-771)) $ (-644 |t#3|))) (-15 -2841 ($ $ |t#3| (-771))) (-15 -2841 ($ $ (-644 |t#3|) (-644 (-771)))) (-15 -3400 ((-644 $) $)) (-15 -3817 ((-1171 $) $ |t#3|)) (-15 -3817 ((-1171 |t#1|) $)) (-15 -3107 ((-3 |t#3| "failed") $)) (-15 -3888 ((-771) $ |t#3|)) (-15 -3888 ((-644 (-771)) $ (-644 |t#3|))) (-15 -3226 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $ |t#3|)) (-15 -3959 ($ $ |t#3| (-771))) (-15 -3959 ($ $ (-644 |t#3|) (-644 (-771)))) (-15 -3972 ($ (-1171 |t#1|) |t#3|)) (-15 -3972 ($ (-1171 $) |t#3|)) (-15 -4001 ((-3 (-644 $) "failed") $)) (-15 -2174 ((-3 (-644 $) "failed") $)) (-15 -2376 ((-3 (-2 (|:| |var| |t#3|) (|:| -3388 (-771))) "failed") $)) (-15 -3829 ((-771) $)) (-15 -3829 ((-771) $ (-644 |t#3|))) (-15 -3981 ((-644 |t#3|) $)) (-15 -4150 ((-644 $) $)) (IF (|has| |t#1| (-614 (-538))) (IF (|has| |t#3| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-614 (-892 (-566)))) (IF (|has| |t#3| (-614 (-892 (-566)))) (-6 (-614 (-892 (-566)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-614 (-892 (-381)))) (IF (|has| |t#3| (-614 (-892 (-381)))) (-6 (-614 (-892 (-381)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-886 (-566))) (IF (|has| |t#3| (-886 (-566))) (-6 (-886 (-566))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-886 (-381))) (IF (|has| |t#3| (-886 (-381))) (-6 (-886 (-381))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-15 -3095 ($ $ $ |t#3|)) (-15 -2018 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-454)) (PROGN (-6 (-454)) (-15 -1573 ($ $ |t#3|)) (-15 -3156 ($ $)) (-15 -3156 ($ $ |t#3|)) (-15 -1615 ((-420 $) $)) (-15 -1778 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4413)) (-6 -4413) |%noBranch|) (IF (|has| |t#1| (-909)) (-6 (-909)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 |#3|) . T) ((-616 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-614 (-538)) -12 (|has| |#1| (-614 (-538))) (|has| |#3| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#3| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#3| (-614 (-892 (-566))))) ((-291) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-310 $) . T) ((-327 |#1| |#2|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2700 (|has| |#1| (-909)) (|has| |#1| (-454))) ((-516 |#3| |#1|) . T) ((-516 |#3| $) . T) ((-516 $ $) . T) ((-558) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-726) . T) ((-900 |#3|) . T) ((-886 (-381)) -12 (|has| |#1| (-886 (-381))) (|has| |#3| (-886 (-381)))) ((-886 (-566)) -12 (|has| |#1| (-886 (-566))) (|has| |#3| (-886 (-566)))) ((-909) |has| |#1| (-909)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1038 |#3|) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) |has| |#1| (-909)))
+((-3981 (((-644 |#2|) |#5|) 40)) (-3817 (((-1171 |#5|) |#5| |#2| (-1171 |#5|)) 23) (((-409 (-1171 |#5|)) |#5| |#2|) 16)) (-3972 ((|#5| (-409 (-1171 |#5|)) |#2|) 30)) (-3107 (((-3 |#2| "failed") |#5|) 71)) (-2174 (((-3 (-644 |#5|) "failed") |#5|) 65)) (-4280 (((-3 (-2 (|:| |val| |#5|) (|:| -3388 (-566))) "failed") |#5|) 53)) (-4001 (((-3 (-644 |#5|) "failed") |#5|) 67)) (-2376 (((-3 (-2 (|:| |var| |#2|) (|:| -3388 (-566))) "failed") |#5|) 57)))
+(((-950 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3981 ((-644 |#2|) |#5|)) (-15 -3107 ((-3 |#2| "failed") |#5|)) (-15 -3817 ((-409 (-1171 |#5|)) |#5| |#2|)) (-15 -3972 (|#5| (-409 (-1171 |#5|)) |#2|)) (-15 -3817 ((-1171 |#5|) |#5| |#2| (-1171 |#5|))) (-15 -4001 ((-3 (-644 |#5|) "failed") |#5|)) (-15 -2174 ((-3 (-644 |#5|) "failed") |#5|)) (-15 -2376 ((-3 (-2 (|:| |var| |#2|) (|:| -3388 (-566))) "failed") |#5|)) (-15 -4280 ((-3 (-2 (|:| |val| |#5|) (|:| -3388 (-566))) "failed") |#5|))) (-793) (-850) (-1049) (-949 |#3| |#1| |#2|) (-13 (-365) (-10 -8 (-15 -1650 ($ |#4|)) (-15 -2499 (|#4| $)) (-15 -2507 (|#4| $))))) (T -950))
+((-4280 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -3388 (-566)))) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))))) (-2376 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -3388 (-566)))) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))))) (-2174 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *3)) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))))) (-4001 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *3)) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))))) (-3817 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))) (-4 *7 (-949 *6 *5 *4)) (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-1049)) (-5 *1 (-950 *5 *4 *6 *7 *3)))) (-3972 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-1171 *2))) (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-1049)) (-4 *2 (-13 (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))) (-5 *1 (-950 *5 *4 *6 *7 *2)) (-4 *7 (-949 *6 *5 *4)))) (-3817 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-409 (-1171 *3))) (-5 *1 (-950 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))))) (-3107 (*1 *2 *3) (|partial| -12 (-4 *4 (-793)) (-4 *5 (-1049)) (-4 *6 (-949 *5 *4 *2)) (-4 *2 (-850)) (-5 *1 (-950 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -1650 ($ *6)) (-15 -2499 (*6 $)) (-15 -2507 (*6 $))))))) (-3981 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *5)) (-5 *1 (-950 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))))))
+(-10 -7 (-15 -3981 ((-644 |#2|) |#5|)) (-15 -3107 ((-3 |#2| "failed") |#5|)) (-15 -3817 ((-409 (-1171 |#5|)) |#5| |#2|)) (-15 -3972 (|#5| (-409 (-1171 |#5|)) |#2|)) (-15 -3817 ((-1171 |#5|) |#5| |#2| (-1171 |#5|))) (-15 -4001 ((-3 (-644 |#5|) "failed") |#5|)) (-15 -2174 ((-3 (-644 |#5|) "failed") |#5|)) (-15 -2376 ((-3 (-2 (|:| |var| |#2|) (|:| -3388 (-566))) "failed") |#5|)) (-15 -4280 ((-3 (-2 (|:| |val| |#5|) (|:| -3388 (-566))) "failed") |#5|)))
+((-1895 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24)))
+(((-951 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1895 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-793) (-850) (-1049) (-949 |#3| |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -2964 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771)))))) (T -951))
+((-1895 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-850)) (-4 *8 (-1049)) (-4 *6 (-793)) (-4 *2 (-13 (-1099) (-10 -8 (-15 -2964 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771)))))) (-5 *1 (-951 *6 *7 *8 *5 *2)) (-4 *5 (-949 *8 *6 *7)))))
+(-10 -7 (-15 -1895 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-1175)) $) 16)) (-3817 (((-1171 $) $ (-1175)) 21) (((-1171 |#1|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-1175))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1778 (($ $) NIL (|has| |#1| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) 8) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1175) "failed") $) NIL)) (-3213 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1175) $) NIL)) (-3095 (($ $ $ (-1175)) NIL (|has| |#1| (-172)))) (-4162 (($ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#1| (-454))) (($ $ (-1175)) NIL (|has| |#1| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#1| (-909)))) (-3406 (($ $ |#1| (-533 (-1175)) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1175) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1175) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3972 (($ (-1171 |#1|) (-1175)) NIL) (($ (-1171 $) (-1175)) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-533 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-1175)) NIL)) (-3888 (((-533 (-1175)) $) NIL) (((-771) $ (-1175)) NIL) (((-644 (-771)) $ (-644 (-1175))) NIL)) (-2450 (($ (-1 (-533 (-1175)) (-533 (-1175))) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3107 (((-3 (-1175) "failed") $) 19)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3057 (((-1157) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-1175)) (|:| -3388 (-771))) "failed") $) NIL)) (-3613 (($ $ (-1175)) 29 (|has| |#1| (-38 (-409 (-566)))))) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#1| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-909)))) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1175) |#1|) NIL) (($ $ (-644 (-1175)) (-644 |#1|)) NIL) (($ $ (-1175) $) NIL) (($ $ (-644 (-1175)) (-644 $)) NIL)) (-2018 (($ $ (-1175)) NIL (|has| |#1| (-172)))) (-2324 (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-4297 (((-533 (-1175)) $) NIL) (((-771) $ (-1175)) NIL) (((-644 (-771)) $ (-644 (-1175))) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-1175) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1175) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1175) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-1573 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-1175)) NIL (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) 25) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-1175)) 27) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-533 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-952 |#1|) (-13 (-949 |#1| (-533 (-1175)) (-1175)) (-10 -8 (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1175))) |%noBranch|))) (-1049)) (T -952))
+((-3613 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-952 *3)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)))))
+(-13 (-949 |#1| (-533 (-1175)) (-1175)) (-10 -8 (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1175))) |%noBranch|)))
+((-3538 (((-2 (|:| -3388 (-771)) (|:| -2651 |#5|) (|:| |radicand| |#5|)) |#3| (-771)) 49)) (-3800 (((-2 (|:| -3388 (-771)) (|:| -2651 |#5|) (|:| |radicand| |#5|)) (-409 (-566)) (-771)) 44)) (-2040 (((-2 (|:| -3388 (-771)) (|:| -2651 |#4|) (|:| |radicand| (-644 |#4|))) |#4| (-771)) 65)) (-4214 (((-2 (|:| -3388 (-771)) (|:| -2651 |#5|) (|:| |radicand| |#5|)) |#5| (-771)) 74 (|has| |#3| (-454)))))
+(((-953 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3538 ((-2 (|:| -3388 (-771)) (|:| -2651 |#5|) (|:| |radicand| |#5|)) |#3| (-771))) (-15 -3800 ((-2 (|:| -3388 (-771)) (|:| -2651 |#5|) (|:| |radicand| |#5|)) (-409 (-566)) (-771))) (IF (|has| |#3| (-454)) (-15 -4214 ((-2 (|:| -3388 (-771)) (|:| -2651 |#5|) (|:| |radicand| |#5|)) |#5| (-771))) |%noBranch|) (-15 -2040 ((-2 (|:| -3388 (-771)) (|:| -2651 |#4|) (|:| |radicand| (-644 |#4|))) |#4| (-771)))) (-793) (-850) (-558) (-949 |#3| |#1| |#2|) (-13 (-365) (-10 -8 (-15 -1650 ($ |#4|)) (-15 -2499 (|#4| $)) (-15 -2507 (|#4| $))))) (T -953))
+((-2040 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558)) (-4 *3 (-949 *7 *5 *6)) (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *3) (|:| |radicand| (-644 *3)))) (-5 *1 (-953 *5 *6 *7 *3 *8)) (-5 *4 (-771)) (-4 *8 (-13 (-365) (-10 -8 (-15 -1650 ($ *3)) (-15 -2499 (*3 $)) (-15 -2507 (*3 $))))))) (-4214 (*1 *2 *3 *4) (-12 (-4 *7 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558)) (-4 *8 (-949 *7 *5 *6)) (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *3) (|:| |radicand| *3))) (-5 *1 (-953 *5 *6 *7 *8 *3)) (-5 *4 (-771)) (-4 *3 (-13 (-365) (-10 -8 (-15 -1650 ($ *8)) (-15 -2499 (*8 $)) (-15 -2507 (*8 $))))))) (-3800 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-566))) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558)) (-4 *8 (-949 *7 *5 *6)) (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *9) (|:| |radicand| *9))) (-5 *1 (-953 *5 *6 *7 *8 *9)) (-5 *4 (-771)) (-4 *9 (-13 (-365) (-10 -8 (-15 -1650 ($ *8)) (-15 -2499 (*8 $)) (-15 -2507 (*8 $))))))) (-3538 (*1 *2 *3 *4) (-12 (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-558)) (-4 *7 (-949 *3 *5 *6)) (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *8) (|:| |radicand| *8))) (-5 *1 (-953 *5 *6 *3 *7 *8)) (-5 *4 (-771)) (-4 *8 (-13 (-365) (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))))))
+(-10 -7 (-15 -3538 ((-2 (|:| -3388 (-771)) (|:| -2651 |#5|) (|:| |radicand| |#5|)) |#3| (-771))) (-15 -3800 ((-2 (|:| -3388 (-771)) (|:| -2651 |#5|) (|:| |radicand| |#5|)) (-409 (-566)) (-771))) (IF (|has| |#3| (-454)) (-15 -4214 ((-2 (|:| -3388 (-771)) (|:| -2651 |#5|) (|:| |radicand| |#5|)) |#5| (-771))) |%noBranch|) (-15 -2040 ((-2 (|:| -3388 (-771)) (|:| -2651 |#4|) (|:| |radicand| (-644 |#4|))) |#4| (-771))))
+((-4124 (((-112) $ $) NIL)) (-3789 (($ (-1119)) 8)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 15) (((-1119) $) 12)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 11)))
+(((-954) (-13 (-1099) (-613 (-1119)) (-10 -8 (-15 -3789 ($ (-1119)))))) (T -954))
+((-3789 (*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-954)))))
+(-13 (-1099) (-613 (-1119)) (-10 -8 (-15 -3789 ($ (-1119)))))
+((-2388 (((-1093 (-225)) $) 8)) (-2381 (((-1093 (-225)) $) 9)) (-3026 (((-644 (-644 (-943 (-225)))) $) 10)) (-1650 (((-862) $) 6)))
(((-955) (-140)) (T -955))
-((-4042 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-644 (-644 (-943 (-225))))))) (-3857 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1093 (-225))))) (-3867 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1093 (-225))))))
-(-13 (-613 (-862)) (-10 -8 (-15 -4042 ((-644 (-644 (-943 (-225)))) $)) (-15 -3857 ((-1093 (-225)) $)) (-15 -3867 ((-1093 (-225)) $))))
+((-3026 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-644 (-644 (-943 (-225))))))) (-2381 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1093 (-225))))) (-2388 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1093 (-225))))))
+(-13 (-613 (-862)) (-10 -8 (-15 -3026 ((-644 (-644 (-943 (-225)))) $)) (-15 -2381 ((-1093 (-225)) $)) (-15 -2388 ((-1093 (-225)) $))))
(((-613 (-862)) . T))
-((-3939 (((-3 (-689 |#1|) "failed") |#2| (-921)) 18)))
-(((-956 |#1| |#2|) (-10 -7 (-15 -3939 ((-3 (-689 |#1|) "failed") |#2| (-921)))) (-558) (-656 |#1|)) (T -956))
-((-3939 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-921)) (-4 *5 (-558)) (-5 *2 (-689 *5)) (-5 *1 (-956 *5 *3)) (-4 *3 (-656 *5)))))
-(-10 -7 (-15 -3939 ((-3 (-689 |#1|) "failed") |#2| (-921))))
-((-1960 (((-958 |#2|) (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|) 16)) (-2873 ((|#2| (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|) 18)) (-2319 (((-958 |#2|) (-1 |#2| |#1|) (-958 |#1|)) 13)))
-(((-957 |#1| |#2|) (-10 -7 (-15 -1960 ((-958 |#2|) (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|)) (-15 -2873 (|#2| (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|)) (-15 -2319 ((-958 |#2|) (-1 |#2| |#1|) (-958 |#1|)))) (-1214) (-1214)) (T -957))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-958 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-958 *6)) (-5 *1 (-957 *5 *6)))) (-2873 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-958 *5)) (-4 *5 (-1214)) (-4 *2 (-1214)) (-5 *1 (-957 *5 *2)))) (-1960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-958 *6)) (-4 *6 (-1214)) (-4 *5 (-1214)) (-5 *2 (-958 *5)) (-5 *1 (-957 *6 *5)))))
-(-10 -7 (-15 -1960 ((-958 |#2|) (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|)) (-15 -2873 (|#2| (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|)) (-15 -2319 ((-958 |#2|) (-1 |#2| |#1|) (-958 |#1|))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-566) |#1|) 19 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) 18 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 16)) (-1569 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1860 (($ (-771) |#1|) 15)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) 11 (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3908 ((|#1| $) NIL (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) 20 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) 12)) (-1309 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) 17) (($ $ (-1231 (-566))) NIL)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) 21)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 14)) (-4386 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3000 (((-771) $) 8 (|has| $ (-6 -4414)))))
-(((-958 |#1|) (-19 |#1|) (-1214)) (T -958))
+((-3319 (((-3 (-689 |#1|) "failed") |#2| (-921)) 18)))
+(((-956 |#1| |#2|) (-10 -7 (-15 -3319 ((-3 (-689 |#1|) "failed") |#2| (-921)))) (-558) (-656 |#1|)) (T -956))
+((-3319 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-921)) (-4 *5 (-558)) (-5 *2 (-689 *5)) (-5 *1 (-956 *5 *3)) (-4 *3 (-656 *5)))))
+(-10 -7 (-15 -3319 ((-3 (-689 |#1|) "failed") |#2| (-921))))
+((-2834 (((-958 |#2|) (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|) 16)) (-1936 ((|#2| (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|) 18)) (-1895 (((-958 |#2|) (-1 |#2| |#1|) (-958 |#1|)) 13)))
+(((-957 |#1| |#2|) (-10 -7 (-15 -2834 ((-958 |#2|) (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|)) (-15 -1936 (|#2| (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|)) (-15 -1895 ((-958 |#2|) (-1 |#2| |#1|) (-958 |#1|)))) (-1215) (-1215)) (T -957))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-958 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-958 *6)) (-5 *1 (-957 *5 *6)))) (-1936 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-958 *5)) (-4 *5 (-1215)) (-4 *2 (-1215)) (-5 *1 (-957 *5 *2)))) (-2834 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-958 *6)) (-4 *6 (-1215)) (-4 *5 (-1215)) (-5 *2 (-958 *5)) (-5 *1 (-957 *6 *5)))))
+(-10 -7 (-15 -2834 ((-958 |#2|) (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|)) (-15 -1936 (|#2| (-1 |#2| |#1| |#2|) (-958 |#1|) |#2|)) (-15 -1895 ((-958 |#2|) (-1 |#2| |#1|) (-958 |#1|))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-566) |#1|) 19 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) 18 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 16)) (-1308 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1566 (($ (-771) |#1|) 15)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) 11 (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3604 ((|#1| $) NIL (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) 20 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) 12)) (-3483 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) 17) (($ $ (-1232 (-566))) NIL)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) 21)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 14)) (-2829 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-4142 (((-771) $) 8 (|has| $ (-6 -4415)))))
+(((-958 |#1|) (-19 |#1|) (-1215)) (T -958))
NIL
(-19 |#1|)
-((-3428 (($ $ (-1091 $)) 7) (($ $ (-1175)) 6)))
+((-2278 (($ $ (-1091 $)) 7) (($ $ (-1175)) 6)))
(((-959) (-140)) (T -959))
-((-3428 (*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-959)))) (-3428 (*1 *1 *1 *2) (-12 (-4 *1 (-959)) (-5 *2 (-1175)))))
-(-13 (-10 -8 (-15 -3428 ($ $ (-1175))) (-15 -3428 ($ $ (-1091 $)))))
-((-3359 (((-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)) (-1175)) 30) (((-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175))) 31) (((-2 (|:| |coef1| (-566)) (|:| |coef2| (-566)) (|:| |prim| (-1171 |#1|))) (-952 |#1|) (-1175) (-952 |#1|) (-1175)) 49)))
-(((-960 |#1|) (-10 -7 (-15 -3359 ((-2 (|:| |coef1| (-566)) (|:| |coef2| (-566)) (|:| |prim| (-1171 |#1|))) (-952 |#1|) (-1175) (-952 |#1|) (-1175))) (-15 -3359 ((-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -3359 ((-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)) (-1175)))) (-13 (-365) (-147))) (T -960))
-((-3359 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-5 *5 (-1175)) (-4 *6 (-13 (-365) (-147))) (-5 *2 (-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 *6))) (|:| |prim| (-1171 *6)))) (-5 *1 (-960 *6)))) (-3359 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-365) (-147))) (-5 *2 (-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 *5))) (|:| |prim| (-1171 *5)))) (-5 *1 (-960 *5)))) (-3359 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-952 *5)) (-5 *4 (-1175)) (-4 *5 (-13 (-365) (-147))) (-5 *2 (-2 (|:| |coef1| (-566)) (|:| |coef2| (-566)) (|:| |prim| (-1171 *5)))) (-5 *1 (-960 *5)))))
-(-10 -7 (-15 -3359 ((-2 (|:| |coef1| (-566)) (|:| |coef2| (-566)) (|:| |prim| (-1171 |#1|))) (-952 |#1|) (-1175) (-952 |#1|) (-1175))) (-15 -3359 ((-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -3359 ((-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)) (-1175))))
-((-3260 (((-644 |#1|) |#1| |#1|) 47)) (-1615 (((-112) |#1|) 44)) (-1519 ((|#1| |#1|) 82)) (-4166 ((|#1| |#1|) 81)))
-(((-961 |#1|) (-10 -7 (-15 -1615 ((-112) |#1|)) (-15 -4166 (|#1| |#1|)) (-15 -1519 (|#1| |#1|)) (-15 -3260 ((-644 |#1|) |#1| |#1|))) (-547)) (T -961))
-((-3260 (*1 *2 *3 *3) (-12 (-5 *2 (-644 *3)) (-5 *1 (-961 *3)) (-4 *3 (-547)))) (-1519 (*1 *2 *2) (-12 (-5 *1 (-961 *2)) (-4 *2 (-547)))) (-4166 (*1 *2 *2) (-12 (-5 *1 (-961 *2)) (-4 *2 (-547)))) (-1615 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-961 *3)) (-4 *3 (-547)))))
-(-10 -7 (-15 -1615 ((-112) |#1|)) (-15 -4166 (|#1| |#1|)) (-15 -1519 (|#1| |#1|)) (-15 -3260 ((-644 |#1|) |#1| |#1|)))
-((-3595 (((-1269) (-862)) 9)))
-(((-962) (-10 -7 (-15 -3595 ((-1269) (-862))))) (T -962))
-((-3595 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-962)))))
-(-10 -7 (-15 -3595 ((-1269) (-862))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 78 (|has| |#1| (-558)))) (-2161 (($ $) 79 (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 34)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-2814 (($ $) 31)) (-3245 (((-3 $ "failed") $) 42)) (-2616 (($ $) NIL (|has| |#1| (-454)))) (-1896 (($ $ |#1| |#2| $) 62)) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) 17)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| |#2|) NIL)) (-2749 ((|#2| $) 24)) (-3021 (($ (-1 |#2| |#2|) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2784 (($ $) 28)) (-2794 ((|#1| $) 26)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) 51)) (-2773 ((|#1| $) NIL)) (-3252 (($ $ |#2| |#1| $) 90 (-12 (|has| |#2| (-131)) (|has| |#1| (-558))))) (-2978 (((-3 $ "failed") $ $) 91 (|has| |#1| (-558))) (((-3 $ "failed") $ |#1|) 85 (|has| |#1| (-558)))) (-3902 ((|#2| $) 22)) (-3173 ((|#1| $) NIL (|has| |#1| (-454)))) (-3152 (((-862) $) NIL) (($ (-566)) 46) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) 41) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ |#2|) 37)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) 15 T CONST)) (-2021 (($ $ $ (-771)) 74 (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) 84 (|has| |#1| (-558)))) (-4356 (($) 27 T CONST)) (-4366 (($) 12 T CONST)) (-2914 (((-112) $ $) 83)) (-3025 (($ $ |#1|) 92 (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) 69) (($ $ (-771)) 67)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 66) (($ $ |#1|) 64) (($ |#1| $) 63) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-963 |#1| |#2|) (-13 (-327 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-558)) (IF (|has| |#2| (-131)) (-15 -3252 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4412)) (-6 -4412) |%noBranch|))) (-1049) (-792)) (T -963))
-((-3252 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-963 *3 *2)) (-4 *2 (-131)) (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *2 (-792)))))
-(-13 (-327 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-558)) (IF (|has| |#2| (-131)) (-15 -3252 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4412)) (-6 -4412) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL (-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))))) (-3920 (($ $ $) 65 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))) (-3967 (((-3 $ "failed") $ $) 52 (-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))))) (-3870 (((-771)) 36 (-12 (|has| |#1| (-370)) (|has| |#2| (-370))))) (-2444 ((|#2| $) 22)) (-3296 ((|#1| $) 21)) (-2463 (($) NIL (-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))) CONST)) (-3245 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))))) (-2715 (($) NIL (-12 (|has| |#1| (-370)) (|has| |#2| (-370))))) (-2389 (((-112) $) NIL (-2768 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))))) (-1478 (($ $ $) NIL (-2768 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-2599 (($ $ $) NIL (-2768 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-1803 (($ |#1| |#2|) 20)) (-1866 (((-921) $) NIL (-12 (|has| |#1| (-370)) (|has| |#2| (-370))))) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 39 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))))) (-2835 (($ (-921)) NIL (-12 (|has| |#1| (-370)) (|has| |#2| (-370))))) (-4072 (((-1119) $) NIL)) (-3357 (($ $ $) NIL (-12 (|has| |#1| (-475)) (|has| |#2| (-475))))) (-2527 (($ $ $) NIL (-12 (|has| |#1| (-475)) (|has| |#2| (-475))))) (-3152 (((-862) $) 14)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 42 (-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))) CONST)) (-4366 (($) 25 (-2768 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))) CONST)) (-2968 (((-112) $ $) NIL (-2768 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-2946 (((-112) $ $) NIL (-2768 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-2914 (((-112) $ $) 19)) (-2956 (((-112) $ $) NIL (-2768 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-2935 (((-112) $ $) 69 (-2768 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-3025 (($ $ $) NIL (-12 (|has| |#1| (-475)) (|has| |#2| (-475))))) (-3012 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-3002 (($ $ $) 45 (-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))))) (** (($ $ (-566)) NIL (-12 (|has| |#1| (-475)) (|has| |#2| (-475)))) (($ $ (-771)) 32 (-2768 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726))))) (($ $ (-921)) NIL (-2768 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))))) (* (($ (-566) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-771) $) 48 (-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))) (($ (-921) $) NIL (-2768 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))) (($ $ $) 28 (-2768 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))))))
-(((-964 |#1| |#2|) (-13 (-1099) (-10 -8 (IF (|has| |#1| (-370)) (IF (|has| |#2| (-370)) (-6 (-370)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-726)) (IF (|has| |#2| (-726)) (-6 (-726)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-131)) (IF (|has| |#2| (-131)) (-6 (-131)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-475)) (IF (|has| |#2| (-475)) (-6 (-475)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-793)) (IF (|has| |#2| (-793)) (-6 (-793)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-850)) (IF (|has| |#2| (-850)) (-6 (-850)) |%noBranch|) |%noBranch|) (-15 -1803 ($ |#1| |#2|)) (-15 -3296 (|#1| $)) (-15 -2444 (|#2| $)))) (-1099) (-1099)) (T -964))
-((-1803 (*1 *1 *2 *3) (-12 (-5 *1 (-964 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-3296 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-964 *2 *3)) (-4 *3 (-1099)))) (-2444 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-964 *3 *2)) (-4 *3 (-1099)))))
-(-13 (-1099) (-10 -8 (IF (|has| |#1| (-370)) (IF (|has| |#2| (-370)) (-6 (-370)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-726)) (IF (|has| |#2| (-726)) (-6 (-726)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-131)) (IF (|has| |#2| (-131)) (-6 (-131)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-475)) (IF (|has| |#2| (-475)) (-6 (-475)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-793)) (IF (|has| |#2| (-793)) (-6 (-793)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-850)) (IF (|has| |#2| (-850)) (-6 (-850)) |%noBranch|) |%noBranch|) (-15 -1803 ($ |#1| |#2|)) (-15 -3296 (|#1| $)) (-15 -2444 (|#2| $))))
-((-2876 (((-1103) $) 12)) (-3808 (($ (-508) (-1103)) 14)) (-1368 (((-508) $) 9)) (-3152 (((-862) $) 26)))
-(((-965) (-13 (-613 (-862)) (-10 -8 (-15 -1368 ((-508) $)) (-15 -2876 ((-1103) $)) (-15 -3808 ($ (-508) (-1103)))))) (T -965))
-((-1368 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-965)))) (-2876 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-965)))) (-3808 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1103)) (-5 *1 (-965)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -1368 ((-508) $)) (-15 -2876 ((-1103) $)) (-15 -3808 ($ (-508) (-1103)))))
-((-2988 (((-112) $ $) NIL)) (-3338 (($) NIL T CONST)) (-2427 (($ $ $) 11)) (-2404 (($ $) 9)) (-3380 (((-1157) $) NIL)) (-2429 (((-691 |#1|) $) 24)) (-1333 (((-691 (-873 $ $)) $) 36)) (-3611 (((-691 $) $) 29)) (-2063 (((-691 (-873 $ $)) $) 37)) (-1670 (((-691 (-873 $ $)) $) 38)) (-1765 (((-691 (-873 $ $)) $) 35)) (-3513 (($ $ $) 12)) (-4072 (((-1119) $) NIL)) (-2177 (($) 17 T CONST)) (-1562 (($ $ $) 13)) (-3152 (((-862) $) 40) (($ |#1|) 8)) (-3044 (((-112) $ $) NIL)) (-2415 (($ $ $) 10)) (-2914 (((-112) $ $) NIL)))
-(((-966 |#1|) (-13 (-967) (-616 |#1|) (-10 -8 (-15 -2429 ((-691 |#1|) $)) (-15 -3611 ((-691 $) $)) (-15 -1765 ((-691 (-873 $ $)) $)) (-15 -1333 ((-691 (-873 $ $)) $)) (-15 -2063 ((-691 (-873 $ $)) $)) (-15 -1670 ((-691 (-873 $ $)) $)))) (-1099)) (T -966))
-((-2429 (*1 *2 *1) (-12 (-5 *2 (-691 *3)) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-3611 (*1 *2 *1) (-12 (-5 *2 (-691 (-966 *3))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-1765 (*1 *2 *1) (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-1333 (*1 *2 *1) (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-2063 (*1 *2 *1) (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-1670 (*1 *2 *1) (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))))
-(-13 (-967) (-616 |#1|) (-10 -8 (-15 -2429 ((-691 |#1|) $)) (-15 -3611 ((-691 $) $)) (-15 -1765 ((-691 (-873 $ $)) $)) (-15 -1333 ((-691 (-873 $ $)) $)) (-15 -2063 ((-691 (-873 $ $)) $)) (-15 -1670 ((-691 (-873 $ $)) $))))
-((-2988 (((-112) $ $) 7)) (-3338 (($) 20 T CONST)) (-2427 (($ $ $) 16)) (-2404 (($ $) 18)) (-3380 (((-1157) $) 10)) (-3513 (($ $ $) 15)) (-4072 (((-1119) $) 11)) (-2177 (($) 19 T CONST)) (-1562 (($ $ $) 14)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2415 (($ $ $) 17)) (-2914 (((-112) $ $) 6)))
+((-2278 (*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-959)))) (-2278 (*1 *1 *1 *2) (-12 (-4 *1 (-959)) (-5 *2 (-1175)))))
+(-13 (-10 -8 (-15 -2278 ($ $ (-1175))) (-15 -2278 ($ $ (-1091 $)))))
+((-2814 (((-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)) (-1175)) 30) (((-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175))) 31) (((-2 (|:| |coef1| (-566)) (|:| |coef2| (-566)) (|:| |prim| (-1171 |#1|))) (-952 |#1|) (-1175) (-952 |#1|) (-1175)) 49)))
+(((-960 |#1|) (-10 -7 (-15 -2814 ((-2 (|:| |coef1| (-566)) (|:| |coef2| (-566)) (|:| |prim| (-1171 |#1|))) (-952 |#1|) (-1175) (-952 |#1|) (-1175))) (-15 -2814 ((-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -2814 ((-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)) (-1175)))) (-13 (-365) (-147))) (T -960))
+((-2814 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-5 *5 (-1175)) (-4 *6 (-13 (-365) (-147))) (-5 *2 (-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 *6))) (|:| |prim| (-1171 *6)))) (-5 *1 (-960 *6)))) (-2814 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-365) (-147))) (-5 *2 (-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 *5))) (|:| |prim| (-1171 *5)))) (-5 *1 (-960 *5)))) (-2814 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-952 *5)) (-5 *4 (-1175)) (-4 *5 (-13 (-365) (-147))) (-5 *2 (-2 (|:| |coef1| (-566)) (|:| |coef2| (-566)) (|:| |prim| (-1171 *5)))) (-5 *1 (-960 *5)))))
+(-10 -7 (-15 -2814 ((-2 (|:| |coef1| (-566)) (|:| |coef2| (-566)) (|:| |prim| (-1171 |#1|))) (-952 |#1|) (-1175) (-952 |#1|) (-1175))) (-15 -2814 ((-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)))) (-15 -2814 ((-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 |#1|))) (|:| |prim| (-1171 |#1|))) (-644 (-952 |#1|)) (-644 (-1175)) (-1175))))
+((-4337 (((-644 |#1|) |#1| |#1|) 47)) (-2422 (((-112) |#1|) 44)) (-4013 ((|#1| |#1|) 82)) (-1759 ((|#1| |#1|) 81)))
+(((-961 |#1|) (-10 -7 (-15 -2422 ((-112) |#1|)) (-15 -1759 (|#1| |#1|)) (-15 -4013 (|#1| |#1|)) (-15 -4337 ((-644 |#1|) |#1| |#1|))) (-547)) (T -961))
+((-4337 (*1 *2 *3 *3) (-12 (-5 *2 (-644 *3)) (-5 *1 (-961 *3)) (-4 *3 (-547)))) (-4013 (*1 *2 *2) (-12 (-5 *1 (-961 *2)) (-4 *2 (-547)))) (-1759 (*1 *2 *2) (-12 (-5 *1 (-961 *2)) (-4 *2 (-547)))) (-2422 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-961 *3)) (-4 *3 (-547)))))
+(-10 -7 (-15 -2422 ((-112) |#1|)) (-15 -1759 (|#1| |#1|)) (-15 -4013 (|#1| |#1|)) (-15 -4337 ((-644 |#1|) |#1| |#1|)))
+((-3311 (((-1270) (-862)) 9)))
+(((-962) (-10 -7 (-15 -3311 ((-1270) (-862))))) (T -962))
+((-3311 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-962)))))
+(-10 -7 (-15 -3311 ((-1270) (-862))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 78 (|has| |#1| (-558)))) (-4282 (($ $) 79 (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 34)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-4162 (($ $) 31)) (-4185 (((-3 $ "failed") $) 42)) (-3156 (($ $) NIL (|has| |#1| (-454)))) (-3406 (($ $ |#1| |#2| $) 62)) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) 17)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| |#2|) NIL)) (-3888 ((|#2| $) 24)) (-2450 (($ (-1 |#2| |#2|) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4125 (($ $) 28)) (-4137 ((|#1| $) 26)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) 51)) (-4109 ((|#1| $) NIL)) (-4265 (($ $ |#2| |#1| $) 90 (-12 (|has| |#2| (-131)) (|has| |#1| (-558))))) (-4116 (((-3 $ "failed") $ $) 91 (|has| |#1| (-558))) (((-3 $ "failed") $ |#1|) 85 (|has| |#1| (-558)))) (-4297 ((|#2| $) 22)) (-1573 ((|#1| $) NIL (|has| |#1| (-454)))) (-1650 (((-862) $) NIL) (($ (-566)) 46) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) 41) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ |#2|) 37)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) 15 T CONST)) (-2194 (($ $ $ (-771)) 74 (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) 84 (|has| |#1| (-558)))) (-3410 (($) 27 T CONST)) (-3424 (($) 12 T CONST)) (-2868 (((-112) $ $) 83)) (-2990 (($ $ |#1|) 92 (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) 69) (($ $ (-771)) 67)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 66) (($ $ |#1|) 64) (($ |#1| $) 63) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-963 |#1| |#2|) (-13 (-327 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-558)) (IF (|has| |#2| (-131)) (-15 -4265 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4413)) (-6 -4413) |%noBranch|))) (-1049) (-792)) (T -963))
+((-4265 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-963 *3 *2)) (-4 *2 (-131)) (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *2 (-792)))))
+(-13 (-327 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-558)) (IF (|has| |#2| (-131)) (-15 -4265 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4413)) (-6 -4413) |%noBranch|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL (-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))))) (-1307 (($ $ $) 65 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))) (-3569 (((-3 $ "failed") $ $) 52 (-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))))) (-3571 (((-771)) 36 (-12 (|has| |#1| (-370)) (|has| |#2| (-370))))) (-3946 ((|#2| $) 22)) (-3441 ((|#1| $) 21)) (-4145 (($) NIL (-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))) CONST)) (-4185 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))))) (-3341 (($) NIL (-12 (|has| |#1| (-370)) (|has| |#2| (-370))))) (-1568 (((-112) $) NIL (-2700 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))))) (-1888 (($ $ $) NIL (-2700 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-3890 (($ $ $) NIL (-2700 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-1816 (($ |#1| |#2|) 20)) (-4350 (((-921) $) NIL (-12 (|has| |#1| (-370)) (|has| |#2| (-370))))) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 39 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))))) (-1351 (($ (-921)) NIL (-12 (|has| |#1| (-370)) (|has| |#2| (-370))))) (-2029 (((-1119) $) NIL)) (-2791 (($ $ $) NIL (-12 (|has| |#1| (-475)) (|has| |#2| (-475))))) (-3528 (($ $ $) NIL (-12 (|has| |#1| (-475)) (|has| |#2| (-475))))) (-1650 (((-862) $) 14)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 42 (-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))) CONST)) (-3424 (($) 25 (-2700 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))) CONST)) (-2928 (((-112) $ $) NIL (-2700 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-2904 (((-112) $ $) NIL (-2700 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-2868 (((-112) $ $) 19)) (-2915 (((-112) $ $) NIL (-2700 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-2892 (((-112) $ $) 69 (-2700 (-12 (|has| |#1| (-793)) (|has| |#2| (-793))) (-12 (|has| |#1| (-850)) (|has| |#2| (-850)))))) (-2990 (($ $ $) NIL (-12 (|has| |#1| (-475)) (|has| |#2| (-475))))) (-2977 (($ $ $) 58 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 55 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-2964 (($ $ $) 45 (-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793)))))) (** (($ $ (-566)) NIL (-12 (|has| |#1| (-475)) (|has| |#2| (-475)))) (($ $ (-771)) 32 (-2700 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726))))) (($ $ (-921)) NIL (-2700 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))))) (* (($ (-566) $) 62 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-771) $) 48 (-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))) (($ (-921) $) NIL (-2700 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-131)) (|has| |#2| (-131))) (-12 (|has| |#1| (-793)) (|has| |#2| (-793))))) (($ $ $) 28 (-2700 (-12 (|has| |#1| (-475)) (|has| |#2| (-475))) (-12 (|has| |#1| (-726)) (|has| |#2| (-726)))))))
+(((-964 |#1| |#2|) (-13 (-1099) (-10 -8 (IF (|has| |#1| (-370)) (IF (|has| |#2| (-370)) (-6 (-370)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-726)) (IF (|has| |#2| (-726)) (-6 (-726)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-131)) (IF (|has| |#2| (-131)) (-6 (-131)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-475)) (IF (|has| |#2| (-475)) (-6 (-475)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-793)) (IF (|has| |#2| (-793)) (-6 (-793)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-850)) (IF (|has| |#2| (-850)) (-6 (-850)) |%noBranch|) |%noBranch|) (-15 -1816 ($ |#1| |#2|)) (-15 -3441 (|#1| $)) (-15 -3946 (|#2| $)))) (-1099) (-1099)) (T -964))
+((-1816 (*1 *1 *2 *3) (-12 (-5 *1 (-964 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-3441 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-964 *2 *3)) (-4 *3 (-1099)))) (-3946 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-964 *3 *2)) (-4 *3 (-1099)))))
+(-13 (-1099) (-10 -8 (IF (|has| |#1| (-370)) (IF (|has| |#2| (-370)) (-6 (-370)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-726)) (IF (|has| |#2| (-726)) (-6 (-726)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-131)) (IF (|has| |#2| (-131)) (-6 (-131)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-475)) (IF (|has| |#2| (-475)) (-6 (-475)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-793)) (IF (|has| |#2| (-793)) (-6 (-793)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-850)) (IF (|has| |#2| (-850)) (-6 (-850)) |%noBranch|) |%noBranch|) (-15 -1816 ($ |#1| |#2|)) (-15 -3441 (|#1| $)) (-15 -3946 (|#2| $))))
+((-1389 (((-1103) $) 12)) (-2263 (($ (-508) (-1103)) 14)) (-3707 (((-508) $) 9)) (-1650 (((-862) $) 26)))
+(((-965) (-13 (-613 (-862)) (-10 -8 (-15 -3707 ((-508) $)) (-15 -1389 ((-1103) $)) (-15 -2263 ($ (-508) (-1103)))))) (T -965))
+((-3707 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-965)))) (-1389 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-965)))) (-2263 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1103)) (-5 *1 (-965)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -3707 ((-508) $)) (-15 -1389 ((-1103) $)) (-15 -2263 ($ (-508) (-1103)))))
+((-4124 (((-112) $ $) NIL)) (-3170 (($) NIL T CONST)) (-3368 (($ $ $) 11)) (-3348 (($ $) 9)) (-3057 (((-1157) $) NIL)) (-1893 (((-691 |#1|) $) 24)) (-2838 (((-691 (-873 $ $)) $) 36)) (-3480 (((-691 $) $) 29)) (-1425 (((-691 (-873 $ $)) $) 37)) (-2975 (((-691 (-873 $ $)) $) 38)) (-1476 (((-691 (-873 $ $)) $) 35)) (-1874 (($ $ $) 12)) (-2029 (((-1119) $) NIL)) (-1973 (($) 17 T CONST)) (-3178 (($ $ $) 13)) (-1650 (((-862) $) 40) (($ |#1|) 8)) (-2657 (((-112) $ $) NIL)) (-3360 (($ $ $) 10)) (-2868 (((-112) $ $) NIL)))
+(((-966 |#1|) (-13 (-967) (-616 |#1|) (-10 -8 (-15 -1893 ((-691 |#1|) $)) (-15 -3480 ((-691 $) $)) (-15 -1476 ((-691 (-873 $ $)) $)) (-15 -2838 ((-691 (-873 $ $)) $)) (-15 -1425 ((-691 (-873 $ $)) $)) (-15 -2975 ((-691 (-873 $ $)) $)))) (-1099)) (T -966))
+((-1893 (*1 *2 *1) (-12 (-5 *2 (-691 *3)) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-3480 (*1 *2 *1) (-12 (-5 *2 (-691 (-966 *3))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-1476 (*1 *2 *1) (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-2838 (*1 *2 *1) (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-1425 (*1 *2 *1) (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))) (-2975 (*1 *2 *1) (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))))
+(-13 (-967) (-616 |#1|) (-10 -8 (-15 -1893 ((-691 |#1|) $)) (-15 -3480 ((-691 $) $)) (-15 -1476 ((-691 (-873 $ $)) $)) (-15 -2838 ((-691 (-873 $ $)) $)) (-15 -1425 ((-691 (-873 $ $)) $)) (-15 -2975 ((-691 (-873 $ $)) $))))
+((-4124 (((-112) $ $) 7)) (-3170 (($) 20 T CONST)) (-3368 (($ $ $) 16)) (-3348 (($ $) 18)) (-3057 (((-1157) $) 10)) (-1874 (($ $ $) 15)) (-2029 (((-1119) $) 11)) (-1973 (($) 19 T CONST)) (-3178 (($ $ $) 14)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3360 (($ $ $) 17)) (-2868 (((-112) $ $) 6)))
(((-967) (-140)) (T -967))
-((-3338 (*1 *1) (-4 *1 (-967))) (-2177 (*1 *1) (-4 *1 (-967))) (-2404 (*1 *1 *1) (-4 *1 (-967))) (-2415 (*1 *1 *1 *1) (-4 *1 (-967))) (-2427 (*1 *1 *1 *1) (-4 *1 (-967))) (-3513 (*1 *1 *1 *1) (-4 *1 (-967))) (-1562 (*1 *1 *1 *1) (-4 *1 (-967))))
-(-13 (-1099) (-10 -8 (-15 -3338 ($) -1623) (-15 -2177 ($) -1623) (-15 -2404 ($ $)) (-15 -2415 ($ $ $)) (-15 -2427 ($ $ $)) (-15 -3513 ($ $ $)) (-15 -1562 ($ $ $))))
+((-3170 (*1 *1) (-4 *1 (-967))) (-1973 (*1 *1) (-4 *1 (-967))) (-3348 (*1 *1 *1) (-4 *1 (-967))) (-3360 (*1 *1 *1 *1) (-4 *1 (-967))) (-3368 (*1 *1 *1 *1) (-4 *1 (-967))) (-1874 (*1 *1 *1 *1) (-4 *1 (-967))) (-3178 (*1 *1 *1 *1) (-4 *1 (-967))))
+(-13 (-1099) (-10 -8 (-15 -3170 ($) -4388) (-15 -1973 ($) -4388) (-15 -3348 ($ $)) (-15 -3360 ($ $ $)) (-15 -3368 ($ $ $)) (-15 -1874 ($ $ $)) (-15 -3178 ($ $ $))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-2463 (($) 7 T CONST)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3674 (($ $ $) 44)) (-2696 (($ $ $) 45)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2599 ((|#1| $) 46)) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 43)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-4145 (($) 7 T CONST)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-2762 (($ $ $) 44)) (-1485 (($ $ $) 45)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3890 ((|#1| $) 46)) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 43)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-968 |#1|) (-140) (-850)) (T -968))
-((-2599 (*1 *2 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))) (-2696 (*1 *1 *1 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))) (-3674 (*1 *1 *1 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4414) (-15 -2599 (|t#1| $)) (-15 -2696 ($ $ $)) (-15 -3674 ($ $ $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-1362 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2164 |#2|)) |#2| |#2|) 106)) (-1890 ((|#2| |#2| |#2|) 104)) (-3993 (((-2 (|:| |coef2| |#2|) (|:| -2164 |#2|)) |#2| |#2|) 108)) (-3162 (((-2 (|:| |coef1| |#2|) (|:| -2164 |#2|)) |#2| |#2|) 110)) (-1996 (((-2 (|:| |coef2| |#2|) (|:| -3177 |#1|)) |#2| |#2|) 132 (|has| |#1| (-454)))) (-1396 (((-2 (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|) 56)) (-2163 (((-2 (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|) 81)) (-2920 (((-2 (|:| |coef1| |#2|) (|:| -2610 |#1|)) |#2| |#2|) 83)) (-2598 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 97)) (-3119 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771)) 90)) (-3724 (((-2 (|:| |coef2| |#2|) (|:| -4068 |#1|)) |#2|) 122)) (-2853 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771)) 93)) (-2070 (((-644 (-771)) |#2| |#2|) 103)) (-2032 ((|#1| |#2| |#2|) 50)) (-3961 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3177 |#1|)) |#2| |#2|) 130 (|has| |#1| (-454)))) (-3177 ((|#1| |#2| |#2|) 128 (|has| |#1| (-454)))) (-2845 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|) 54)) (-2652 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|) 80)) (-2610 ((|#1| |#2| |#2|) 77)) (-1514 (((-2 (|:| -2397 |#1|) (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2|) 41)) (-1549 ((|#2| |#2| |#2| |#2| |#1|) 67)) (-2673 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 95)) (-3940 ((|#2| |#2| |#2|) 94)) (-3633 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771)) 88)) (-3715 ((|#2| |#2| |#2| (-771)) 86)) (-2164 ((|#2| |#2| |#2|) 136 (|has| |#1| (-454)))) (-2978 (((-1264 |#2|) (-1264 |#2|) |#1|) 22)) (-4100 (((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2|) 46)) (-4306 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4068 |#1|)) |#2|) 120)) (-4068 ((|#1| |#2|) 117)) (-4351 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771)) 92)) (-3341 ((|#2| |#2| |#2| (-771)) 91)) (-4371 (((-644 |#2|) |#2| |#2|) 100)) (-2924 ((|#2| |#2| |#1| |#1| (-771)) 62)) (-3263 ((|#1| |#1| |#1| (-771)) 61)) (* (((-1264 |#2|) |#1| (-1264 |#2|)) 17)))
-(((-969 |#1| |#2|) (-10 -7 (-15 -2610 (|#1| |#2| |#2|)) (-15 -2652 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|)) (-15 -2163 ((-2 (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|)) (-15 -2920 ((-2 (|:| |coef1| |#2|) (|:| -2610 |#1|)) |#2| |#2|)) (-15 -3715 (|#2| |#2| |#2| (-771))) (-15 -3633 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3119 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3341 (|#2| |#2| |#2| (-771))) (-15 -4351 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -2853 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3940 (|#2| |#2| |#2|)) (-15 -2673 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2598 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -1890 (|#2| |#2| |#2|)) (-15 -1362 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2164 |#2|)) |#2| |#2|)) (-15 -3993 ((-2 (|:| |coef2| |#2|) (|:| -2164 |#2|)) |#2| |#2|)) (-15 -3162 ((-2 (|:| |coef1| |#2|) (|:| -2164 |#2|)) |#2| |#2|)) (-15 -4068 (|#1| |#2|)) (-15 -4306 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4068 |#1|)) |#2|)) (-15 -3724 ((-2 (|:| |coef2| |#2|) (|:| -4068 |#1|)) |#2|)) (-15 -4371 ((-644 |#2|) |#2| |#2|)) (-15 -2070 ((-644 (-771)) |#2| |#2|)) (IF (|has| |#1| (-454)) (PROGN (-15 -3177 (|#1| |#2| |#2|)) (-15 -3961 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3177 |#1|)) |#2| |#2|)) (-15 -1996 ((-2 (|:| |coef2| |#2|) (|:| -3177 |#1|)) |#2| |#2|)) (-15 -2164 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1264 |#2|) |#1| (-1264 |#2|))) (-15 -2978 ((-1264 |#2|) (-1264 |#2|) |#1|)) (-15 -1514 ((-2 (|:| -2397 |#1|) (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2|)) (-15 -4100 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2|)) (-15 -3263 (|#1| |#1| |#1| (-771))) (-15 -2924 (|#2| |#2| |#1| |#1| (-771))) (-15 -1549 (|#2| |#2| |#2| |#2| |#1|)) (-15 -2032 (|#1| |#2| |#2|)) (-15 -2845 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|)) (-15 -1396 ((-2 (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|))) (-558) (-1240 |#1|)) (T -969))
-((-1396 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2610 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-2845 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2610 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-2032 (*1 *2 *3 *3) (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1240 *2)))) (-1549 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1240 *3)))) (-2924 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1240 *3)))) (-3263 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *2 (-558)) (-5 *1 (-969 *2 *4)) (-4 *4 (-1240 *2)))) (-4100 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-1514 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| -2397 *4) (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-2978 (*1 *2 *2 *3) (-12 (-5 *2 (-1264 *4)) (-4 *4 (-1240 *3)) (-4 *3 (-558)) (-5 *1 (-969 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1264 *4)) (-4 *4 (-1240 *3)) (-4 *3 (-558)) (-5 *1 (-969 *3 *4)))) (-2164 (*1 *2 *2 *2) (-12 (-4 *3 (-454)) (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1240 *3)))) (-1996 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3177 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-3961 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3177 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-3177 (*1 *2 *3 *3) (-12 (-4 *2 (-558)) (-4 *2 (-454)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1240 *2)))) (-2070 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 (-771))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-4371 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-3724 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -4068 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-4306 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -4068 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-4068 (*1 *2 *3) (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1240 *2)))) (-3162 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2164 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-3993 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2164 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-1362 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2164 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-1890 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1240 *3)))) (-2598 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-2673 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-3940 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1240 *3)))) (-2853 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *5 *3)) (-4 *3 (-1240 *5)))) (-4351 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *5 *3)) (-4 *3 (-1240 *5)))) (-3341 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-558)) (-5 *1 (-969 *4 *2)) (-4 *2 (-1240 *4)))) (-3119 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *5 *3)) (-4 *3 (-1240 *5)))) (-3633 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *5 *3)) (-4 *3 (-1240 *5)))) (-3715 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-558)) (-5 *1 (-969 *4 *2)) (-4 *2 (-1240 *4)))) (-2920 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2610 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-2163 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2610 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-2652 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2610 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))) (-2610 (*1 *2 *3 *3) (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1240 *2)))))
-(-10 -7 (-15 -2610 (|#1| |#2| |#2|)) (-15 -2652 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|)) (-15 -2163 ((-2 (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|)) (-15 -2920 ((-2 (|:| |coef1| |#2|) (|:| -2610 |#1|)) |#2| |#2|)) (-15 -3715 (|#2| |#2| |#2| (-771))) (-15 -3633 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3119 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3341 (|#2| |#2| |#2| (-771))) (-15 -4351 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -2853 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3940 (|#2| |#2| |#2|)) (-15 -2673 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2598 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -1890 (|#2| |#2| |#2|)) (-15 -1362 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2164 |#2|)) |#2| |#2|)) (-15 -3993 ((-2 (|:| |coef2| |#2|) (|:| -2164 |#2|)) |#2| |#2|)) (-15 -3162 ((-2 (|:| |coef1| |#2|) (|:| -2164 |#2|)) |#2| |#2|)) (-15 -4068 (|#1| |#2|)) (-15 -4306 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4068 |#1|)) |#2|)) (-15 -3724 ((-2 (|:| |coef2| |#2|) (|:| -4068 |#1|)) |#2|)) (-15 -4371 ((-644 |#2|) |#2| |#2|)) (-15 -2070 ((-644 (-771)) |#2| |#2|)) (IF (|has| |#1| (-454)) (PROGN (-15 -3177 (|#1| |#2| |#2|)) (-15 -3961 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3177 |#1|)) |#2| |#2|)) (-15 -1996 ((-2 (|:| |coef2| |#2|) (|:| -3177 |#1|)) |#2| |#2|)) (-15 -2164 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1264 |#2|) |#1| (-1264 |#2|))) (-15 -2978 ((-1264 |#2|) (-1264 |#2|) |#1|)) (-15 -1514 ((-2 (|:| -2397 |#1|) (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2|)) (-15 -4100 ((-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) |#2| |#2|)) (-15 -3263 (|#1| |#1| |#1| (-771))) (-15 -2924 (|#2| |#2| |#1| |#1| (-771))) (-15 -1549 (|#2| |#2| |#2| |#2| |#1|)) (-15 -2032 (|#1| |#2| |#2|)) (-15 -2845 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|)) (-15 -1396 ((-2 (|:| |coef2| |#2|) (|:| -2610 |#1|)) |#2| |#2|)))
-((-2988 (((-112) $ $) NIL)) (-1385 (((-1213) $) 13)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2080 (((-1134) $) 10)) (-3152 (((-862) $) 20) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-970) (-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $)) (-15 -1385 ((-1213) $))))) (T -970))
-((-2080 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-970)))) (-1385 (*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-970)))))
-(-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $)) (-15 -1385 ((-1213) $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) 39)) (-2463 (($) NIL T CONST)) (-2225 (((-644 (-644 (-566))) (-644 (-566))) 48)) (-3663 (((-566) $) 72)) (-2824 (($ (-644 (-566))) 18)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2376 (((-644 (-566)) $) 13)) (-3357 (($ $) 52)) (-3152 (((-862) $) 68) (((-644 (-566)) $) 11)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 8 T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 26)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 25)) (-3002 (($ $ $) 28)) (* (($ (-921) $) NIL) (($ (-771) $) 37)))
-(((-971) (-13 (-795) (-614 (-644 (-566))) (-613 (-644 (-566))) (-10 -8 (-15 -2824 ($ (-644 (-566)))) (-15 -2225 ((-644 (-644 (-566))) (-644 (-566)))) (-15 -3663 ((-566) $)) (-15 -3357 ($ $))))) (T -971))
-((-2824 (*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-971)))) (-2225 (*1 *2 *3) (-12 (-5 *2 (-644 (-644 (-566)))) (-5 *1 (-971)) (-5 *3 (-644 (-566))))) (-3663 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-971)))) (-3357 (*1 *1 *1) (-5 *1 (-971))))
-(-13 (-795) (-614 (-644 (-566))) (-613 (-644 (-566))) (-10 -8 (-15 -2824 ($ (-644 (-566)))) (-15 -2225 ((-644 (-644 (-566))) (-644 (-566)))) (-15 -3663 ((-566) $)) (-15 -3357 ($ $))))
-((-3025 (($ $ |#2|) 31)) (-3012 (($ $) 23) (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 17) (($ $ $) NIL) (($ $ |#2|) 21) (($ |#2| $) 20) (($ (-409 (-566)) $) 27) (($ $ (-409 (-566))) 29)))
-(((-972 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -3025 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|))) (-973 |#2| |#3| |#4|) (-1049) (-792) (-850)) (T -972))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -3025 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1771 (((-644 |#3|) $) 86)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-2161 (($ $) 64 (|has| |#1| (-558)))) (-2345 (((-112) $) 66 (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-2814 (($ $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-3772 (((-112) $) 85)) (-2389 (((-112) $) 35)) (-2497 (((-112) $) 74)) (-1746 (($ |#1| |#2|) 73) (($ $ |#3| |#2|) 88) (($ $ (-644 |#3|) (-644 |#2|)) 87)) (-2319 (($ (-1 |#1| |#1|) $) 75)) (-2784 (($ $) 77)) (-2794 ((|#1| $) 78)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2978 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-3902 ((|#2| $) 76)) (-1687 (($ $) 84)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59 (|has| |#1| (-172)))) (-2271 ((|#1| $ |#2|) 71)) (-2633 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
+((-3890 (*1 *2 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))) (-1485 (*1 *1 *1 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))) (-2762 (*1 *1 *1 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4415) (-15 -3890 (|t#1| $)) (-15 -1485 ($ $ $)) (-15 -2762 ($ $ $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-1555 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1962 |#2|)) |#2| |#2|) 106)) (-3334 ((|#2| |#2| |#2|) 104)) (-3820 (((-2 (|:| |coef2| |#2|) (|:| -1962 |#2|)) |#2| |#2|) 108)) (-1463 (((-2 (|:| |coef1| |#2|) (|:| -1962 |#2|)) |#2| |#2|) 110)) (-1970 (((-2 (|:| |coef2| |#2|) (|:| -1611 |#1|)) |#2| |#2|) 132 (|has| |#1| (-454)))) (-2008 (((-2 (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|) 56)) (-4306 (((-2 (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|) 81)) (-2918 (((-2 (|:| |coef1| |#2|) (|:| -3095 |#1|)) |#2| |#2|) 83)) (-2971 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 97)) (-2206 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771)) 90)) (-2022 (((-2 (|:| |coef2| |#2|) (|:| -2018 |#1|)) |#2|) 122)) (-3592 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771)) 93)) (-1483 (((-644 (-771)) |#2| |#2|) 103)) (-2272 ((|#1| |#2| |#2|) 50)) (-3535 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1611 |#1|)) |#2| |#2|) 130 (|has| |#1| (-454)))) (-1611 ((|#1| |#2| |#2|) 128 (|has| |#1| (-454)))) (-3501 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|) 54)) (-2254 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|) 80)) (-3095 ((|#1| |#2| |#2|) 77)) (-3960 (((-2 (|:| -2651 |#1|) (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2|) 41)) (-4325 ((|#2| |#2| |#2| |#2| |#1|) 67)) (-2420 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 95)) (-3331 ((|#2| |#2| |#2|) 94)) (-3668 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771)) 88)) (-3166 ((|#2| |#2| |#2| (-771)) 86)) (-1962 ((|#2| |#2| |#2|) 136 (|has| |#1| (-454)))) (-4116 (((-1265 |#2|) (-1265 |#2|) |#1|) 22)) (-2307 (((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2|) 46)) (-3844 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2018 |#1|)) |#2|) 120)) (-2018 ((|#1| |#2|) 117)) (-3032 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771)) 92)) (-2588 ((|#2| |#2| |#2| (-771)) 91)) (-3188 (((-644 |#2|) |#2| |#2|) 100)) (-2966 ((|#2| |#2| |#1| |#1| (-771)) 62)) (-4357 ((|#1| |#1| |#1| (-771)) 61)) (* (((-1265 |#2|) |#1| (-1265 |#2|)) 17)))
+(((-969 |#1| |#2|) (-10 -7 (-15 -3095 (|#1| |#2| |#2|)) (-15 -2254 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|)) (-15 -4306 ((-2 (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|)) (-15 -2918 ((-2 (|:| |coef1| |#2|) (|:| -3095 |#1|)) |#2| |#2|)) (-15 -3166 (|#2| |#2| |#2| (-771))) (-15 -3668 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -2206 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -2588 (|#2| |#2| |#2| (-771))) (-15 -3032 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3592 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3331 (|#2| |#2| |#2|)) (-15 -2420 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2971 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3334 (|#2| |#2| |#2|)) (-15 -1555 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1962 |#2|)) |#2| |#2|)) (-15 -3820 ((-2 (|:| |coef2| |#2|) (|:| -1962 |#2|)) |#2| |#2|)) (-15 -1463 ((-2 (|:| |coef1| |#2|) (|:| -1962 |#2|)) |#2| |#2|)) (-15 -2018 (|#1| |#2|)) (-15 -3844 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2018 |#1|)) |#2|)) (-15 -2022 ((-2 (|:| |coef2| |#2|) (|:| -2018 |#1|)) |#2|)) (-15 -3188 ((-644 |#2|) |#2| |#2|)) (-15 -1483 ((-644 (-771)) |#2| |#2|)) (IF (|has| |#1| (-454)) (PROGN (-15 -1611 (|#1| |#2| |#2|)) (-15 -3535 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1611 |#1|)) |#2| |#2|)) (-15 -1970 ((-2 (|:| |coef2| |#2|) (|:| -1611 |#1|)) |#2| |#2|)) (-15 -1962 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1265 |#2|) |#1| (-1265 |#2|))) (-15 -4116 ((-1265 |#2|) (-1265 |#2|) |#1|)) (-15 -3960 ((-2 (|:| -2651 |#1|) (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2|)) (-15 -2307 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2|)) (-15 -4357 (|#1| |#1| |#1| (-771))) (-15 -2966 (|#2| |#2| |#1| |#1| (-771))) (-15 -4325 (|#2| |#2| |#2| |#2| |#1|)) (-15 -2272 (|#1| |#2| |#2|)) (-15 -3501 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|)) (-15 -2008 ((-2 (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|))) (-558) (-1241 |#1|)) (T -969))
+((-2008 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3095 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-3501 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3095 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-2272 (*1 *2 *3 *3) (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1241 *2)))) (-4325 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1241 *3)))) (-2966 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1241 *3)))) (-4357 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *2 (-558)) (-5 *1 (-969 *2 *4)) (-4 *4 (-1241 *2)))) (-2307 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-3960 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| -2651 *4) (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-4116 (*1 *2 *2 *3) (-12 (-5 *2 (-1265 *4)) (-4 *4 (-1241 *3)) (-4 *3 (-558)) (-5 *1 (-969 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1265 *4)) (-4 *4 (-1241 *3)) (-4 *3 (-558)) (-5 *1 (-969 *3 *4)))) (-1962 (*1 *2 *2 *2) (-12 (-4 *3 (-454)) (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1241 *3)))) (-1970 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1611 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-3535 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1611 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-1611 (*1 *2 *3 *3) (-12 (-4 *2 (-558)) (-4 *2 (-454)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1241 *2)))) (-1483 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 (-771))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-3188 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-2022 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2018 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-3844 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2018 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-2018 (*1 *2 *3) (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1241 *2)))) (-1463 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1962 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-3820 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1962 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-1555 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1962 *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-3334 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1241 *3)))) (-2971 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-2420 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-3331 (*1 *2 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1241 *3)))) (-3592 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *5 *3)) (-4 *3 (-1241 *5)))) (-3032 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *5 *3)) (-4 *3 (-1241 *5)))) (-2588 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-558)) (-5 *1 (-969 *4 *2)) (-4 *2 (-1241 *4)))) (-2206 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *5 *3)) (-4 *3 (-1241 *5)))) (-3668 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-969 *5 *3)) (-4 *3 (-1241 *5)))) (-3166 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-558)) (-5 *1 (-969 *4 *2)) (-4 *2 (-1241 *4)))) (-2918 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3095 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-4306 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3095 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-2254 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3095 *4))) (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))) (-3095 (*1 *2 *3 *3) (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1241 *2)))))
+(-10 -7 (-15 -3095 (|#1| |#2| |#2|)) (-15 -2254 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|)) (-15 -4306 ((-2 (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|)) (-15 -2918 ((-2 (|:| |coef1| |#2|) (|:| -3095 |#1|)) |#2| |#2|)) (-15 -3166 (|#2| |#2| |#2| (-771))) (-15 -3668 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -2206 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -2588 (|#2| |#2| |#2| (-771))) (-15 -3032 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3592 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-771))) (-15 -3331 (|#2| |#2| |#2|)) (-15 -2420 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2971 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3334 (|#2| |#2| |#2|)) (-15 -1555 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1962 |#2|)) |#2| |#2|)) (-15 -3820 ((-2 (|:| |coef2| |#2|) (|:| -1962 |#2|)) |#2| |#2|)) (-15 -1463 ((-2 (|:| |coef1| |#2|) (|:| -1962 |#2|)) |#2| |#2|)) (-15 -2018 (|#1| |#2|)) (-15 -3844 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2018 |#1|)) |#2|)) (-15 -2022 ((-2 (|:| |coef2| |#2|) (|:| -2018 |#1|)) |#2|)) (-15 -3188 ((-644 |#2|) |#2| |#2|)) (-15 -1483 ((-644 (-771)) |#2| |#2|)) (IF (|has| |#1| (-454)) (PROGN (-15 -1611 (|#1| |#2| |#2|)) (-15 -3535 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1611 |#1|)) |#2| |#2|)) (-15 -1970 ((-2 (|:| |coef2| |#2|) (|:| -1611 |#1|)) |#2| |#2|)) (-15 -1962 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1265 |#2|) |#1| (-1265 |#2|))) (-15 -4116 ((-1265 |#2|) (-1265 |#2|) |#1|)) (-15 -3960 ((-2 (|:| -2651 |#1|) (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2|)) (-15 -2307 ((-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) |#2| |#2|)) (-15 -4357 (|#1| |#1| |#1| (-771))) (-15 -2966 (|#2| |#2| |#1| |#1| (-771))) (-15 -4325 (|#2| |#2| |#2| |#2| |#1|)) (-15 -2272 (|#1| |#2| |#2|)) (-15 -3501 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|)) (-15 -2008 ((-2 (|:| |coef2| |#2|) (|:| -3095 |#1|)) |#2| |#2|)))
+((-4124 (((-112) $ $) NIL)) (-4240 (((-1214) $) 13)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3696 (((-1134) $) 10)) (-1650 (((-862) $) 20) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-970) (-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $)) (-15 -4240 ((-1214) $))))) (T -970))
+((-3696 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-970)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-970)))))
+(-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $)) (-15 -4240 ((-1214) $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) 39)) (-4145 (($) NIL T CONST)) (-3661 (((-644 (-644 (-566))) (-644 (-566))) 48)) (-2646 (((-566) $) 72)) (-3307 (($ (-644 (-566))) 18)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1945 (((-644 (-566)) $) 13)) (-2791 (($ $) 52)) (-1650 (((-862) $) 68) (((-644 (-566)) $) 11)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 8 T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 26)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 25)) (-2964 (($ $ $) 28)) (* (($ (-921) $) NIL) (($ (-771) $) 37)))
+(((-971) (-13 (-795) (-614 (-644 (-566))) (-613 (-644 (-566))) (-10 -8 (-15 -3307 ($ (-644 (-566)))) (-15 -3661 ((-644 (-644 (-566))) (-644 (-566)))) (-15 -2646 ((-566) $)) (-15 -2791 ($ $))))) (T -971))
+((-3307 (*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-971)))) (-3661 (*1 *2 *3) (-12 (-5 *2 (-644 (-644 (-566)))) (-5 *1 (-971)) (-5 *3 (-644 (-566))))) (-2646 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-971)))) (-2791 (*1 *1 *1) (-5 *1 (-971))))
+(-13 (-795) (-614 (-644 (-566))) (-613 (-644 (-566))) (-10 -8 (-15 -3307 ($ (-644 (-566)))) (-15 -3661 ((-644 (-644 (-566))) (-644 (-566)))) (-15 -2646 ((-566) $)) (-15 -2791 ($ $))))
+((-2990 (($ $ |#2|) 31)) (-2977 (($ $) 23) (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 17) (($ $ $) NIL) (($ $ |#2|) 21) (($ |#2| $) 20) (($ (-409 (-566)) $) 27) (($ $ (-409 (-566))) 29)))
+(((-972 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -2990 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|))) (-973 |#2| |#3| |#4|) (-1049) (-792) (-850)) (T -972))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-409 (-566)))) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 -2990 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 * (|#1| (-921) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3981 (((-644 |#3|) $) 86)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-4282 (($ $) 64 (|has| |#1| (-558)))) (-2296 (((-112) $) 66 (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4162 (($ $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-2445 (((-112) $) 85)) (-1568 (((-112) $) 35)) (-3220 (((-112) $) 74)) (-3959 (($ |#1| |#2|) 73) (($ $ |#3| |#2|) 88) (($ $ (-644 |#3|) (-644 |#2|)) 87)) (-1895 (($ (-1 |#1| |#1|) $) 75)) (-4125 (($ $) 77)) (-4137 ((|#1| $) 78)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4116 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-4297 ((|#2| $) 76)) (-1911 (($ $) 84)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59 (|has| |#1| (-172)))) (-2841 ((|#1| $ |#2|) 71)) (-2097 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 65 (|has| |#1| (-558)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
(((-973 |#1| |#2| |#3|) (-140) (-1049) (-792) (-850)) (T -973))
-((-2794 (*1 *2 *1) (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *3 (-792)) (-4 *4 (-850)) (-4 *2 (-1049)))) (-2784 (*1 *1 *1) (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *4 (-850)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *2 *4)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *2 (-792)))) (-1746 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-973 *4 *3 *2)) (-4 *4 (-1049)) (-4 *3 (-792)) (-4 *2 (-850)))) (-1746 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 *5)) (-4 *1 (-973 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-792)) (-4 *6 (-850)))) (-1771 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-792)) (-4 *5 (-850)) (-5 *2 (-644 *5)))) (-3772 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-792)) (-4 *5 (-850)) (-5 *2 (-112)))) (-1687 (*1 *1 *1) (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *4 (-850)))))
-(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -1746 ($ $ |t#3| |t#2|)) (-15 -1746 ($ $ (-644 |t#3|) (-644 |t#2|))) (-15 -2784 ($ $)) (-15 -2794 (|t#1| $)) (-15 -3902 (|t#2| $)) (-15 -1771 ((-644 |t#3|) $)) (-15 -3772 ((-112) $)) (-15 -1687 ($ $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-291) |has| |#1| (-558)) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-3880 (((-1093 (-225)) $) 8)) (-3867 (((-1093 (-225)) $) 9)) (-3857 (((-1093 (-225)) $) 10)) (-4042 (((-644 (-644 (-943 (-225)))) $) 11)) (-3152 (((-862) $) 6)))
+((-4137 (*1 *2 *1) (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *3 (-792)) (-4 *4 (-850)) (-4 *2 (-1049)))) (-4125 (*1 *1 *1) (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *4 (-850)))) (-4297 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *2 *4)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *2 (-792)))) (-3959 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-973 *4 *3 *2)) (-4 *4 (-1049)) (-4 *3 (-792)) (-4 *2 (-850)))) (-3959 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 *5)) (-4 *1 (-973 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-792)) (-4 *6 (-850)))) (-3981 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-792)) (-4 *5 (-850)) (-5 *2 (-644 *5)))) (-2445 (*1 *2 *1) (-12 (-4 *1 (-973 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-792)) (-4 *5 (-850)) (-5 *2 (-112)))) (-1911 (*1 *1 *1) (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-792)) (-4 *4 (-850)))))
+(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -3959 ($ $ |t#3| |t#2|)) (-15 -3959 ($ $ (-644 |t#3|) (-644 |t#2|))) (-15 -4125 ($ $)) (-15 -4137 (|t#1| $)) (-15 -4297 (|t#2| $)) (-15 -3981 ((-644 |t#3|) $)) (-15 -2445 ((-112) $)) (-15 -1911 ($ $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-291) |has| |#1| (-558)) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
+((-2401 (((-1093 (-225)) $) 8)) (-2388 (((-1093 (-225)) $) 9)) (-2381 (((-1093 (-225)) $) 10)) (-3026 (((-644 (-644 (-943 (-225)))) $) 11)) (-1650 (((-862) $) 6)))
(((-974) (-140)) (T -974))
-((-4042 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-644 (-644 (-943 (-225))))))) (-3857 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))) (-3867 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))) (-3880 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))))
-(-13 (-613 (-862)) (-10 -8 (-15 -4042 ((-644 (-644 (-943 (-225)))) $)) (-15 -3857 ((-1093 (-225)) $)) (-15 -3867 ((-1093 (-225)) $)) (-15 -3880 ((-1093 (-225)) $))))
+((-3026 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-644 (-644 (-943 (-225))))))) (-2381 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))) (-2388 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))) (-2401 (*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))))
+(-13 (-613 (-862)) (-10 -8 (-15 -3026 ((-644 (-644 (-943 (-225)))) $)) (-15 -2381 ((-1093 (-225)) $)) (-15 -2388 ((-1093 (-225)) $)) (-15 -2401 ((-1093 (-225)) $))))
(((-613 (-862)) . T))
-((-1771 (((-644 |#4|) $) 23)) (-3071 (((-112) $) 55)) (-3274 (((-112) $) 54)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#4|) 42)) (-3036 (((-112) $) 56)) (-1963 (((-112) $ $) 62)) (-2983 (((-112) $ $) 65)) (-1477 (((-112) $) 60)) (-1789 (((-644 |#5|) (-644 |#5|) $) 98)) (-2228 (((-644 |#5|) (-644 |#5|) $) 95)) (-3264 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 88)) (-1785 (((-644 |#4|) $) 27)) (-1579 (((-112) |#4| $) 34)) (-2594 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 81)) (-4305 (($ $ |#4|) 39)) (-1702 (($ $ |#4|) 38)) (-3809 (($ $ |#4|) 40)) (-2914 (((-112) $ $) 46)))
-(((-975 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3274 ((-112) |#1|)) (-15 -1789 ((-644 |#5|) (-644 |#5|) |#1|)) (-15 -2228 ((-644 |#5|) (-644 |#5|) |#1|)) (-15 -3264 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2594 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3036 ((-112) |#1|)) (-15 -2983 ((-112) |#1| |#1|)) (-15 -1963 ((-112) |#1| |#1|)) (-15 -1477 ((-112) |#1|)) (-15 -3071 ((-112) |#1|)) (-15 -2671 ((-2 (|:| |under| |#1|) (|:| -3143 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4305 (|#1| |#1| |#4|)) (-15 -3809 (|#1| |#1| |#4|)) (-15 -1702 (|#1| |#1| |#4|)) (-15 -1579 ((-112) |#4| |#1|)) (-15 -1785 ((-644 |#4|) |#1|)) (-15 -1771 ((-644 |#4|) |#1|)) (-15 -2914 ((-112) |#1| |#1|))) (-976 |#2| |#3| |#4| |#5|) (-1049) (-793) (-850) (-1064 |#2| |#3| |#4|)) (T -975))
+((-3981 (((-644 |#4|) $) 23)) (-2935 (((-112) $) 55)) (-3212 (((-112) $) 54)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#4|) 42)) (-2582 (((-112) $) 56)) (-2872 (((-112) $ $) 62)) (-3370 (((-112) $ $) 65)) (-1703 (((-112) $) 60)) (-1680 (((-644 |#5|) (-644 |#5|) $) 98)) (-3697 (((-644 |#5|) (-644 |#5|) $) 95)) (-4368 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 88)) (-1648 (((-644 |#4|) $) 27)) (-3327 (((-112) |#4| $) 34)) (-2924 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 81)) (-3833 (($ $ |#4|) 39)) (-2046 (($ $ |#4|) 38)) (-1594 (($ $ |#4|) 40)) (-2868 (((-112) $ $) 46)))
+(((-975 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3212 ((-112) |#1|)) (-15 -1680 ((-644 |#5|) (-644 |#5|) |#1|)) (-15 -3697 ((-644 |#5|) (-644 |#5|) |#1|)) (-15 -4368 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2924 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2582 ((-112) |#1|)) (-15 -3370 ((-112) |#1| |#1|)) (-15 -2872 ((-112) |#1| |#1|)) (-15 -1703 ((-112) |#1|)) (-15 -2935 ((-112) |#1|)) (-15 -3292 ((-2 (|:| |under| |#1|) (|:| -2426 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -3833 (|#1| |#1| |#4|)) (-15 -1594 (|#1| |#1| |#4|)) (-15 -2046 (|#1| |#1| |#4|)) (-15 -3327 ((-112) |#4| |#1|)) (-15 -1648 ((-644 |#4|) |#1|)) (-15 -3981 ((-644 |#4|) |#1|)) (-15 -2868 ((-112) |#1| |#1|))) (-976 |#2| |#3| |#4| |#5|) (-1049) (-793) (-850) (-1064 |#2| |#3| |#4|)) (T -975))
NIL
-(-10 -8 (-15 -3274 ((-112) |#1|)) (-15 -1789 ((-644 |#5|) (-644 |#5|) |#1|)) (-15 -2228 ((-644 |#5|) (-644 |#5|) |#1|)) (-15 -3264 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2594 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3036 ((-112) |#1|)) (-15 -2983 ((-112) |#1| |#1|)) (-15 -1963 ((-112) |#1| |#1|)) (-15 -1477 ((-112) |#1|)) (-15 -3071 ((-112) |#1|)) (-15 -2671 ((-2 (|:| |under| |#1|) (|:| -3143 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4305 (|#1| |#1| |#4|)) (-15 -3809 (|#1| |#1| |#4|)) (-15 -1702 (|#1| |#1| |#4|)) (-15 -1579 ((-112) |#4| |#1|)) (-15 -1785 ((-644 |#4|) |#1|)) (-15 -1771 ((-644 |#4|) |#1|)) (-15 -2914 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-1771 (((-644 |#3|) $) 34)) (-3071 (((-112) $) 27)) (-3274 (((-112) $) 18 (|has| |#1| (-558)))) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) 28)) (-1504 (((-112) $ (-771)) 45)) (-3678 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4414)))) (-2463 (($) 46 T CONST)) (-3036 (((-112) $) 23 (|has| |#1| (-558)))) (-1963 (((-112) $ $) 25 (|has| |#1| (-558)))) (-2983 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1477 (((-112) $) 26 (|has| |#1| (-558)))) (-1789 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) 37)) (-4158 (($ (-644 |#4|)) 36)) (-3942 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4414)))) (-1683 (((-644 |#4|) $) 53 (|has| $ (-6 -4414)))) (-4296 ((|#3| $) 35)) (-3456 (((-112) $ (-771)) 44)) (-3491 (((-644 |#4|) $) 54 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 48)) (-1785 (((-644 |#3|) $) 33)) (-1579 (((-112) |#3| $) 32)) (-3267 (((-112) $ (-771)) 43)) (-3380 (((-1157) $) 10)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-4072 (((-1119) $) 11)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2823 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) 39)) (-2872 (((-112) $) 42)) (-3493 (($) 41)) (-4083 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4414)))) (-1480 (($ $) 40)) (-2376 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) 61)) (-4305 (($ $ |#3|) 29)) (-1702 (($ $ |#3|) 31)) (-3809 (($ $ |#3|) 30)) (-3152 (((-862) $) 12) (((-644 |#4|) $) 38)) (-3044 (((-112) $ $) 9)) (-2210 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 6)) (-3000 (((-771) $) 47 (|has| $ (-6 -4414)))))
+(-10 -8 (-15 -3212 ((-112) |#1|)) (-15 -1680 ((-644 |#5|) (-644 |#5|) |#1|)) (-15 -3697 ((-644 |#5|) (-644 |#5|) |#1|)) (-15 -4368 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2924 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2582 ((-112) |#1|)) (-15 -3370 ((-112) |#1| |#1|)) (-15 -2872 ((-112) |#1| |#1|)) (-15 -1703 ((-112) |#1|)) (-15 -2935 ((-112) |#1|)) (-15 -3292 ((-2 (|:| |under| |#1|) (|:| -2426 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -3833 (|#1| |#1| |#4|)) (-15 -1594 (|#1| |#1| |#4|)) (-15 -2046 (|#1| |#1| |#4|)) (-15 -3327 ((-112) |#4| |#1|)) (-15 -1648 ((-644 |#4|) |#1|)) (-15 -3981 ((-644 |#4|) |#1|)) (-15 -2868 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-3981 (((-644 |#3|) $) 34)) (-2935 (((-112) $) 27)) (-3212 (((-112) $) 18 (|has| |#1| (-558)))) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) 28)) (-3874 (((-112) $ (-771)) 45)) (-1997 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4415)))) (-4145 (($) 46 T CONST)) (-2582 (((-112) $) 23 (|has| |#1| (-558)))) (-2872 (((-112) $ $) 25 (|has| |#1| (-558)))) (-3370 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1703 (((-112) $) 26 (|has| |#1| (-558)))) (-1680 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) 37)) (-3213 (($ (-644 |#4|)) 36)) (-3640 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4415)))) (-3953 (((-644 |#4|) $) 53 (|has| $ (-6 -4415)))) (-3752 ((|#3| $) 35)) (-1392 (((-112) $ (-771)) 44)) (-1690 (((-644 |#4|) $) 54 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 48)) (-1648 (((-644 |#3|) $) 33)) (-3327 (((-112) |#3| $) 32)) (-4395 (((-112) $ (-771)) 43)) (-3057 (((-1157) $) 10)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-2029 (((-1119) $) 11)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-3295 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) 39)) (-3758 (((-112) $) 42)) (-1710 (($) 41)) (-2037 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4415)))) (-1800 (($ $) 40)) (-1945 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) 61)) (-3833 (($ $ |#3|) 29)) (-2046 (($ $ |#3|) 31)) (-1594 (($ $ |#3|) 30)) (-1650 (((-862) $) 12) (((-644 |#4|) $) 38)) (-2657 (((-112) $ $) 9)) (-3487 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 6)) (-4142 (((-771) $) 47 (|has| $ (-6 -4415)))))
(((-976 |#1| |#2| |#3| |#4|) (-140) (-1049) (-793) (-850) (-1064 |t#1| |t#2| |t#3|)) (T -976))
-((-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *1 (-976 *3 *4 *5 *6)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *1 (-976 *3 *4 *5 *6)))) (-4296 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-1064 *3 *4 *2)) (-4 *2 (-850)))) (-1771 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))) (-1785 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))) (-1579 (*1 *2 *3 *1) (-12 (-4 *1 (-976 *4 *5 *3 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-112)))) (-1702 (*1 *1 *1 *2) (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))) (-3809 (*1 *1 *1 *2) (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))) (-4305 (*1 *1 *1 *2) (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))) (-2671 (*1 *2 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -3143 *1) (|:| |upper| *1))) (-4 *1 (-976 *4 *5 *3 *6)))) (-3071 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-1477 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))) (-1963 (*1 *2 *1 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))) (-2983 (*1 *2 *1 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))) (-3036 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))) (-2594 (*1 *2 *3 *1) (-12 (-4 *1 (-976 *4 *5 *6 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-3264 (*1 *2 *3 *1) (-12 (-4 *1 (-976 *4 *5 *6 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-2228 (*1 *2 *2 *1) (-12 (-5 *2 (-644 *6)) (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)))) (-1789 (*1 *2 *2 *1) (-12 (-5 *2 (-644 *6)) (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)))) (-3274 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))))
-(-13 (-1099) (-151 |t#4|) (-613 (-644 |t#4|)) (-10 -8 (-6 -4414) (-15 -2229 ((-3 $ "failed") (-644 |t#4|))) (-15 -4158 ($ (-644 |t#4|))) (-15 -4296 (|t#3| $)) (-15 -1771 ((-644 |t#3|) $)) (-15 -1785 ((-644 |t#3|) $)) (-15 -1579 ((-112) |t#3| $)) (-15 -1702 ($ $ |t#3|)) (-15 -3809 ($ $ |t#3|)) (-15 -4305 ($ $ |t#3|)) (-15 -2671 ((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |t#3|)) (-15 -3071 ((-112) $)) (IF (|has| |t#1| (-558)) (PROGN (-15 -1477 ((-112) $)) (-15 -1963 ((-112) $ $)) (-15 -2983 ((-112) $ $)) (-15 -3036 ((-112) $)) (-15 -2594 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3264 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -2228 ((-644 |t#4|) (-644 |t#4|) $)) (-15 -1789 ((-644 |t#4|) (-644 |t#4|) $)) (-15 -3274 ((-112) $))) |%noBranch|)))
-(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-1099) . T) ((-1214) . T))
-((-2843 (((-644 |#4|) |#4| |#4|) 136)) (-2839 (((-644 |#4|) (-644 |#4|) (-112)) 125 (|has| |#1| (-454))) (((-644 |#4|) (-644 |#4|)) 126 (|has| |#1| (-454)))) (-3698 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|)) 44)) (-1474 (((-112) |#4|) 43)) (-3307 (((-644 |#4|) |#4|) 121 (|has| |#1| (-454)))) (-3426 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-1 (-112) |#4|) (-644 |#4|)) 24)) (-2777 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|)) 30)) (-2561 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|)) 31)) (-3660 (((-3 (-2 (|:| |bas| (-478 |#1| |#2| |#3| |#4|)) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|)) 90)) (-3074 (((-644 |#4|) (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 103)) (-3104 (((-644 |#4|) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 129)) (-4016 (((-644 |#4|) (-644 |#4|)) 128)) (-4370 (((-644 |#4|) (-644 |#4|) (-644 |#4|) (-112)) 59) (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 61)) (-2015 ((|#4| |#4| (-644 |#4|)) 60)) (-1573 (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 132 (|has| |#1| (-454)))) (-2252 (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 135 (|has| |#1| (-454)))) (-2182 (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 134 (|has| |#1| (-454)))) (-2547 (((-644 |#4|) (-644 |#4|) (-644 |#4|) (-1 (-644 |#4|) (-644 |#4|))) 105) (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 107) (((-644 |#4|) (-644 |#4|) |#4|) 141) (((-644 |#4|) |#4| |#4|) 137) (((-644 |#4|) (-644 |#4|)) 106)) (-4222 (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 118 (-12 (|has| |#1| (-147)) (|has| |#1| (-308))))) (-2323 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|)) 52)) (-2902 (((-112) (-644 |#4|)) 79)) (-2375 (((-112) (-644 |#4|) (-644 (-644 |#4|))) 67)) (-3862 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|)) 37)) (-1656 (((-112) |#4|) 36)) (-4079 (((-644 |#4|) (-644 |#4|)) 116 (-12 (|has| |#1| (-147)) (|has| |#1| (-308))))) (-4389 (((-644 |#4|) (-644 |#4|)) 117 (-12 (|has| |#1| (-147)) (|has| |#1| (-308))))) (-4110 (((-644 |#4|) (-644 |#4|)) 83)) (-1577 (((-644 |#4|) (-644 |#4|)) 97)) (-1673 (((-112) (-644 |#4|) (-644 |#4|)) 65)) (-2863 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|)) 50)) (-1688 (((-112) |#4|) 45)))
-(((-977 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2547 ((-644 |#4|) (-644 |#4|))) (-15 -2547 ((-644 |#4|) |#4| |#4|)) (-15 -4016 ((-644 |#4|) (-644 |#4|))) (-15 -2843 ((-644 |#4|) |#4| |#4|)) (-15 -2547 ((-644 |#4|) (-644 |#4|) |#4|)) (-15 -2547 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -2547 ((-644 |#4|) (-644 |#4|) (-644 |#4|) (-1 (-644 |#4|) (-644 |#4|)))) (-15 -1673 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -2375 ((-112) (-644 |#4|) (-644 (-644 |#4|)))) (-15 -2902 ((-112) (-644 |#4|))) (-15 -3426 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-1 (-112) |#4|) (-644 |#4|))) (-15 -2777 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|))) (-15 -2561 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|))) (-15 -2323 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1474 ((-112) |#4|)) (-15 -3698 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1656 ((-112) |#4|)) (-15 -3862 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1688 ((-112) |#4|)) (-15 -2863 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -4370 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -4370 ((-644 |#4|) (-644 |#4|) (-644 |#4|) (-112))) (-15 -2015 (|#4| |#4| (-644 |#4|))) (-15 -4110 ((-644 |#4|) (-644 |#4|))) (-15 -3660 ((-3 (-2 (|:| |bas| (-478 |#1| |#2| |#3| |#4|)) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|))) (-15 -1577 ((-644 |#4|) (-644 |#4|))) (-15 -3074 ((-644 |#4|) (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3104 ((-644 |#4|) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-454)) (PROGN (-15 -3307 ((-644 |#4|) |#4|)) (-15 -2839 ((-644 |#4|) (-644 |#4|))) (-15 -2839 ((-644 |#4|) (-644 |#4|) (-112))) (-15 -1573 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -2182 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -2252 ((-644 |#4|) (-644 |#4|) (-644 |#4|)))) |%noBranch|) (IF (|has| |#1| (-308)) (IF (|has| |#1| (-147)) (PROGN (-15 -4389 ((-644 |#4|) (-644 |#4|))) (-15 -4079 ((-644 |#4|) (-644 |#4|))) (-15 -4222 ((-644 |#4|) (-644 |#4|) (-644 |#4|)))) |%noBranch|) |%noBranch|)) (-558) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -977))
-((-4222 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-4079 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-4389 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2252 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2182 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-1573 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2839 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-112)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *7)))) (-2839 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-3307 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-3104 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-977 *5 *6 *7 *8)))) (-3074 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-644 *9)) (-5 *3 (-1 (-112) *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793)) (-4 *8 (-850)) (-5 *1 (-977 *6 *7 *8 *9)))) (-1577 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-3660 (*1 *2 *3) (|partial| -12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-478 *4 *5 *6 *7)) (|:| -3712 (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-4110 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2015 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *2)))) (-4370 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-112)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *7)))) (-4370 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2863 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-1688 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-3862 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-1656 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-3698 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-1474 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-2323 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-2561 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1 (-112) *8))) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8)))) (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))) (-2777 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1 (-112) *8))) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8)))) (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))) (-3426 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8)))) (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))) (-2902 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *7)))) (-2375 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-644 *8))) (-5 *3 (-644 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *5 *6 *7 *8)))) (-1673 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *7)))) (-2547 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-644 *7) (-644 *7))) (-5 *2 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *7)))) (-2547 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2547 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *3)))) (-2843 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-4016 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2547 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-2547 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))))
-(-10 -7 (-15 -2547 ((-644 |#4|) (-644 |#4|))) (-15 -2547 ((-644 |#4|) |#4| |#4|)) (-15 -4016 ((-644 |#4|) (-644 |#4|))) (-15 -2843 ((-644 |#4|) |#4| |#4|)) (-15 -2547 ((-644 |#4|) (-644 |#4|) |#4|)) (-15 -2547 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -2547 ((-644 |#4|) (-644 |#4|) (-644 |#4|) (-1 (-644 |#4|) (-644 |#4|)))) (-15 -1673 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -2375 ((-112) (-644 |#4|) (-644 (-644 |#4|)))) (-15 -2902 ((-112) (-644 |#4|))) (-15 -3426 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-1 (-112) |#4|) (-644 |#4|))) (-15 -2777 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|))) (-15 -2561 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|))) (-15 -2323 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1474 ((-112) |#4|)) (-15 -3698 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1656 ((-112) |#4|)) (-15 -3862 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1688 ((-112) |#4|)) (-15 -2863 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -4370 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -4370 ((-644 |#4|) (-644 |#4|) (-644 |#4|) (-112))) (-15 -2015 (|#4| |#4| (-644 |#4|))) (-15 -4110 ((-644 |#4|) (-644 |#4|))) (-15 -3660 ((-3 (-2 (|:| |bas| (-478 |#1| |#2| |#3| |#4|)) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|))) (-15 -1577 ((-644 |#4|) (-644 |#4|))) (-15 -3074 ((-644 |#4|) (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3104 ((-644 |#4|) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-454)) (PROGN (-15 -3307 ((-644 |#4|) |#4|)) (-15 -2839 ((-644 |#4|) (-644 |#4|))) (-15 -2839 ((-644 |#4|) (-644 |#4|) (-112))) (-15 -1573 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -2182 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -2252 ((-644 |#4|) (-644 |#4|) (-644 |#4|)))) |%noBranch|) (IF (|has| |#1| (-308)) (IF (|has| |#1| (-147)) (PROGN (-15 -4389 ((-644 |#4|) (-644 |#4|))) (-15 -4079 ((-644 |#4|) (-644 |#4|))) (-15 -4222 ((-644 |#4|) (-644 |#4|) (-644 |#4|)))) |%noBranch|) |%noBranch|))
-((-3647 (((-2 (|:| R (-689 |#1|)) (|:| A (-689 |#1|)) (|:| |Ainv| (-689 |#1|))) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 19)) (-2396 (((-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1264 |#1|)))) (-689 |#1|) (-1264 |#1|)) 44)) (-1699 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 16)))
-(((-978 |#1|) (-10 -7 (-15 -3647 ((-2 (|:| R (-689 |#1|)) (|:| A (-689 |#1|)) (|:| |Ainv| (-689 |#1|))) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1699 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2396 ((-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1264 |#1|)))) (-689 |#1|) (-1264 |#1|)))) (-365)) (T -978))
-((-2396 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-5 *2 (-644 (-2 (|:| C (-689 *5)) (|:| |g| (-1264 *5))))) (-5 *1 (-978 *5)) (-5 *3 (-689 *5)) (-5 *4 (-1264 *5)))) (-1699 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-689 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365)) (-5 *1 (-978 *5)))) (-3647 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-365)) (-5 *2 (-2 (|:| R (-689 *6)) (|:| A (-689 *6)) (|:| |Ainv| (-689 *6)))) (-5 *1 (-978 *6)) (-5 *3 (-689 *6)))))
-(-10 -7 (-15 -3647 ((-2 (|:| R (-689 |#1|)) (|:| A (-689 |#1|)) (|:| |Ainv| (-689 |#1|))) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1699 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2396 ((-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1264 |#1|)))) (-689 |#1|) (-1264 |#1|))))
-((-1364 (((-420 |#4|) |#4|) 56)))
-(((-979 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1364 ((-420 |#4|) |#4|))) (-850) (-793) (-454) (-949 |#3| |#2| |#1|)) (T -979))
-((-1364 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-454)) (-5 *2 (-420 *3)) (-5 *1 (-979 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4)))))
-(-10 -7 (-15 -1364 ((-420 |#4|) |#4|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2819 (($ (-771)) 113 (|has| |#1| (-23)))) (-1944 (((-1269) $ (-566) (-566)) 41 (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) 99) (((-112) $) 93 (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) 90 (|has| $ (-6 -4415))) (($ $) 89 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4415))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) 100) (($ $) 94 (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) 8)) (-1456 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 59 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3166 (($ $) 91 (|has| $ (-6 -4415)))) (-3683 (($ $) 101)) (-3942 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 52)) (-1569 (((-566) (-1 (-112) |#1|) $) 98) (((-566) |#1| $) 97 (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) 96 (|has| |#1| (-1099)))) (-1397 (($ (-644 |#1|)) 119)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-2977 (((-689 |#1|) $ $) 106 (|has| |#1| (-1049)))) (-1860 (($ (-771) |#1|) 70)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 44 (|has| (-566) (-850)))) (-1478 (($ $ $) 88 (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) 102) (($ $ $) 95 (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 45 (|has| (-566) (-850)))) (-2599 (($ $ $) 87 (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-3631 ((|#1| $) 103 (-12 (|has| |#1| (-1049)) (|has| |#1| (-1002))))) (-3267 (((-112) $ (-771)) 10)) (-2440 ((|#1| $) 104 (-12 (|has| |#1| (-1049)) (|has| |#1| (-1002))))) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-3725 (((-644 (-566)) $) 47)) (-1644 (((-112) (-566) $) 48)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3908 ((|#1| $) 43 (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-3787 (($ $ |#1|) 42 (|has| $ (-6 -4415)))) (-3369 (($ $ (-644 |#1|)) 117)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1231 (-566))) 64)) (-3386 ((|#1| $ $) 107 (|has| |#1| (-1049)))) (-3126 (((-921) $) 118)) (-2166 (($ $ (-566)) 63) (($ $ (-1231 (-566))) 62)) (-1395 (($ $ $) 105)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2661 (($ $ $ (-566)) 92 (|has| $ (-6 -4415)))) (-1480 (($ $) 13)) (-2376 (((-538) $) 80 (|has| |#1| (-614 (-538)))) (($ (-644 |#1|)) 120)) (-1340 (($ (-644 |#1|)) 71)) (-4386 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) 85 (|has| |#1| (-850)))) (-2946 (((-112) $ $) 84 (|has| |#1| (-850)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2956 (((-112) $ $) 86 (|has| |#1| (-850)))) (-2935 (((-112) $ $) 83 (|has| |#1| (-850)))) (-3012 (($ $) 112 (|has| |#1| (-21))) (($ $ $) 111 (|has| |#1| (-21)))) (-3002 (($ $ $) 114 (|has| |#1| (-25)))) (* (($ (-566) $) 110 (|has| |#1| (-21))) (($ |#1| $) 109 (|has| |#1| (-726))) (($ $ |#1|) 108 (|has| |#1| (-726)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *1 (-976 *3 *4 *5 *6)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *1 (-976 *3 *4 *5 *6)))) (-3752 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-1064 *3 *4 *2)) (-4 *2 (-850)))) (-3981 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))) (-1648 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))) (-3327 (*1 *2 *3 *1) (-12 (-4 *1 (-976 *4 *5 *3 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-112)))) (-2046 (*1 *1 *1 *2) (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))) (-1594 (*1 *1 *1 *2) (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))) (-3833 (*1 *1 *1 *2) (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))) (-3292 (*1 *2 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -2426 *1) (|:| |upper| *1))) (-4 *1 (-976 *4 *5 *3 *6)))) (-2935 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-1703 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))) (-2872 (*1 *2 *1 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))) (-3370 (*1 *2 *1 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))) (-2582 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))) (-2924 (*1 *2 *3 *1) (-12 (-4 *1 (-976 *4 *5 *6 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-4368 (*1 *2 *3 *1) (-12 (-4 *1 (-976 *4 *5 *6 *3)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-3697 (*1 *2 *2 *1) (-12 (-5 *2 (-644 *6)) (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)))) (-1680 (*1 *2 *2 *1) (-12 (-5 *2 (-644 *6)) (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)))) (-3212 (*1 *2 *1) (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-5 *2 (-112)))))
+(-13 (-1099) (-151 |t#4|) (-613 (-644 |t#4|)) (-10 -8 (-6 -4415) (-15 -1821 ((-3 $ "failed") (-644 |t#4|))) (-15 -3213 ($ (-644 |t#4|))) (-15 -3752 (|t#3| $)) (-15 -3981 ((-644 |t#3|) $)) (-15 -1648 ((-644 |t#3|) $)) (-15 -3327 ((-112) |t#3| $)) (-15 -2046 ($ $ |t#3|)) (-15 -1594 ($ $ |t#3|)) (-15 -3833 ($ $ |t#3|)) (-15 -3292 ((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |t#3|)) (-15 -2935 ((-112) $)) (IF (|has| |t#1| (-558)) (PROGN (-15 -1703 ((-112) $)) (-15 -2872 ((-112) $ $)) (-15 -3370 ((-112) $ $)) (-15 -2582 ((-112) $)) (-15 -2924 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -4368 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3697 ((-644 |t#4|) (-644 |t#4|) $)) (-15 -1680 ((-644 |t#4|) (-644 |t#4|) $)) (-15 -3212 ((-112) $))) |%noBranch|)))
+(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-1099) . T) ((-1215) . T))
+((-3490 (((-644 |#4|) |#4| |#4|) 136)) (-3444 (((-644 |#4|) (-644 |#4|) (-112)) 125 (|has| |#1| (-454))) (((-644 |#4|) (-644 |#4|)) 126 (|has| |#1| (-454)))) (-3007 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|)) 44)) (-1675 (((-112) |#4|) 43)) (-3544 (((-644 |#4|) |#4|) 121 (|has| |#1| (-454)))) (-2258 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-1 (-112) |#4|) (-644 |#4|)) 24)) (-4128 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|)) 30)) (-2570 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|)) 31)) (-2609 (((-3 (-2 (|:| |bas| (-478 |#1| |#2| |#3| |#4|)) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|)) 90)) (-2970 (((-644 |#4|) (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 103)) (-2064 (((-644 |#4|) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 129)) (-2758 (((-644 |#4|) (-644 |#4|)) 128)) (-3177 (((-644 |#4|) (-644 |#4|) (-644 |#4|) (-112)) 59) (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 61)) (-2151 ((|#4| |#4| (-644 |#4|)) 60)) (-3261 (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 132 (|has| |#1| (-454)))) (-2615 (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 135 (|has| |#1| (-454)))) (-3201 (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 134 (|has| |#1| (-454)))) (-3763 (((-644 |#4|) (-644 |#4|) (-644 |#4|) (-1 (-644 |#4|) (-644 |#4|))) 105) (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 107) (((-644 |#4|) (-644 |#4|) |#4|) 141) (((-644 |#4|) |#4| |#4|) 137) (((-644 |#4|) (-644 |#4|)) 106)) (-4261 (((-644 |#4|) (-644 |#4|) (-644 |#4|)) 118 (-12 (|has| |#1| (-147)) (|has| |#1| (-308))))) (-2123 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|)) 52)) (-2733 (((-112) (-644 |#4|)) 79)) (-1449 (((-112) (-644 |#4|) (-644 (-644 |#4|))) 67)) (-3922 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|)) 37)) (-2827 (((-112) |#4|) 36)) (-2126 (((-644 |#4|) (-644 |#4|)) 116 (-12 (|has| |#1| (-147)) (|has| |#1| (-308))))) (-2142 (((-644 |#4|) (-644 |#4|)) 117 (-12 (|has| |#1| (-147)) (|has| |#1| (-308))))) (-2385 (((-644 |#4|) (-644 |#4|)) 83)) (-3303 (((-644 |#4|) (-644 |#4|)) 97)) (-3011 (((-112) (-644 |#4|) (-644 |#4|)) 65)) (-3688 (((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|)) 50)) (-1920 (((-112) |#4|) 45)))
+(((-977 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3763 ((-644 |#4|) (-644 |#4|))) (-15 -3763 ((-644 |#4|) |#4| |#4|)) (-15 -2758 ((-644 |#4|) (-644 |#4|))) (-15 -3490 ((-644 |#4|) |#4| |#4|)) (-15 -3763 ((-644 |#4|) (-644 |#4|) |#4|)) (-15 -3763 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -3763 ((-644 |#4|) (-644 |#4|) (-644 |#4|) (-1 (-644 |#4|) (-644 |#4|)))) (-15 -3011 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1449 ((-112) (-644 |#4|) (-644 (-644 |#4|)))) (-15 -2733 ((-112) (-644 |#4|))) (-15 -2258 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-1 (-112) |#4|) (-644 |#4|))) (-15 -4128 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|))) (-15 -2570 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|))) (-15 -2123 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1675 ((-112) |#4|)) (-15 -3007 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -2827 ((-112) |#4|)) (-15 -3922 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1920 ((-112) |#4|)) (-15 -3688 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -3177 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -3177 ((-644 |#4|) (-644 |#4|) (-644 |#4|) (-112))) (-15 -2151 (|#4| |#4| (-644 |#4|))) (-15 -2385 ((-644 |#4|) (-644 |#4|))) (-15 -2609 ((-3 (-2 (|:| |bas| (-478 |#1| |#2| |#3| |#4|)) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|))) (-15 -3303 ((-644 |#4|) (-644 |#4|))) (-15 -2970 ((-644 |#4|) (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2064 ((-644 |#4|) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-454)) (PROGN (-15 -3544 ((-644 |#4|) |#4|)) (-15 -3444 ((-644 |#4|) (-644 |#4|))) (-15 -3444 ((-644 |#4|) (-644 |#4|) (-112))) (-15 -3261 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -3201 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -2615 ((-644 |#4|) (-644 |#4|) (-644 |#4|)))) |%noBranch|) (IF (|has| |#1| (-308)) (IF (|has| |#1| (-147)) (PROGN (-15 -2142 ((-644 |#4|) (-644 |#4|))) (-15 -2126 ((-644 |#4|) (-644 |#4|))) (-15 -4261 ((-644 |#4|) (-644 |#4|) (-644 |#4|)))) |%noBranch|) |%noBranch|)) (-558) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -977))
+((-4261 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2126 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2142 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147)) (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2615 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-3201 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-3261 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-3444 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-112)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *7)))) (-3444 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-3544 (*1 *2 *3) (-12 (-4 *4 (-454)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-2064 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-977 *5 *6 *7 *8)))) (-2970 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-644 *9)) (-5 *3 (-1 (-112) *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793)) (-4 *8 (-850)) (-5 *1 (-977 *6 *7 *8 *9)))) (-3303 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2609 (*1 *2 *3) (|partial| -12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-478 *4 *5 *6 *7)) (|:| -3773 (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-2385 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-2151 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *2)))) (-3177 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-644 *7)) (-5 *3 (-112)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *7)))) (-3177 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-3688 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-1920 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-3922 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-2827 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-3007 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-1675 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-2123 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7)))) (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))) (-2570 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1 (-112) *8))) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8)))) (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))) (-4128 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1 (-112) *8))) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8)))) (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))) (-2258 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8)))) (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))) (-2733 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *7)))) (-1449 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-644 *8))) (-5 *3 (-644 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *5 *6 *7 *8)))) (-3011 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *4 *5 *6 *7)))) (-3763 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-644 *7) (-644 *7))) (-5 *2 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *7)))) (-3763 (*1 *2 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-3763 (*1 *2 *2 *3) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *3)))) (-3490 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-2758 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))) (-3763 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3)) (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))) (-3763 (*1 *2 *2) (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))))
+(-10 -7 (-15 -3763 ((-644 |#4|) (-644 |#4|))) (-15 -3763 ((-644 |#4|) |#4| |#4|)) (-15 -2758 ((-644 |#4|) (-644 |#4|))) (-15 -3490 ((-644 |#4|) |#4| |#4|)) (-15 -3763 ((-644 |#4|) (-644 |#4|) |#4|)) (-15 -3763 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -3763 ((-644 |#4|) (-644 |#4|) (-644 |#4|) (-1 (-644 |#4|) (-644 |#4|)))) (-15 -3011 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1449 ((-112) (-644 |#4|) (-644 (-644 |#4|)))) (-15 -2733 ((-112) (-644 |#4|))) (-15 -2258 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-1 (-112) |#4|) (-644 |#4|))) (-15 -4128 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|))) (-15 -2570 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 (-1 (-112) |#4|)) (-644 |#4|))) (-15 -2123 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1675 ((-112) |#4|)) (-15 -3007 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -2827 ((-112) |#4|)) (-15 -3922 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -1920 ((-112) |#4|)) (-15 -3688 ((-2 (|:| |goodPols| (-644 |#4|)) (|:| |badPols| (-644 |#4|))) (-644 |#4|))) (-15 -3177 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -3177 ((-644 |#4|) (-644 |#4|) (-644 |#4|) (-112))) (-15 -2151 (|#4| |#4| (-644 |#4|))) (-15 -2385 ((-644 |#4|) (-644 |#4|))) (-15 -2609 ((-3 (-2 (|:| |bas| (-478 |#1| |#2| |#3| |#4|)) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|))) (-15 -3303 ((-644 |#4|) (-644 |#4|))) (-15 -2970 ((-644 |#4|) (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2064 ((-644 |#4|) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-454)) (PROGN (-15 -3544 ((-644 |#4|) |#4|)) (-15 -3444 ((-644 |#4|) (-644 |#4|))) (-15 -3444 ((-644 |#4|) (-644 |#4|) (-112))) (-15 -3261 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -3201 ((-644 |#4|) (-644 |#4|) (-644 |#4|))) (-15 -2615 ((-644 |#4|) (-644 |#4|) (-644 |#4|)))) |%noBranch|) (IF (|has| |#1| (-308)) (IF (|has| |#1| (-147)) (PROGN (-15 -2142 ((-644 |#4|) (-644 |#4|))) (-15 -2126 ((-644 |#4|) (-644 |#4|))) (-15 -4261 ((-644 |#4|) (-644 |#4|) (-644 |#4|)))) |%noBranch|) |%noBranch|))
+((-3804 (((-2 (|:| R (-689 |#1|)) (|:| A (-689 |#1|)) (|:| |Ainv| (-689 |#1|))) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 19)) (-1617 (((-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1265 |#1|)))) (-689 |#1|) (-1265 |#1|)) 44)) (-2013 (((-689 |#1|) (-689 |#1|) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|)) 16)))
+(((-978 |#1|) (-10 -7 (-15 -3804 ((-2 (|:| R (-689 |#1|)) (|:| A (-689 |#1|)) (|:| |Ainv| (-689 |#1|))) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2013 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1617 ((-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1265 |#1|)))) (-689 |#1|) (-1265 |#1|)))) (-365)) (T -978))
+((-1617 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-5 *2 (-644 (-2 (|:| C (-689 *5)) (|:| |g| (-1265 *5))))) (-5 *1 (-978 *5)) (-5 *3 (-689 *5)) (-5 *4 (-1265 *5)))) (-2013 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-689 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365)) (-5 *1 (-978 *5)))) (-3804 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-365)) (-5 *2 (-2 (|:| R (-689 *6)) (|:| A (-689 *6)) (|:| |Ainv| (-689 *6)))) (-5 *1 (-978 *6)) (-5 *3 (-689 *6)))))
+(-10 -7 (-15 -3804 ((-2 (|:| R (-689 |#1|)) (|:| A (-689 |#1|)) (|:| |Ainv| (-689 |#1|))) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -2013 ((-689 |#1|) (-689 |#1|) (-689 |#1|) (-99 |#1|) (-1 |#1| |#1|))) (-15 -1617 ((-644 (-2 (|:| C (-689 |#1|)) (|:| |g| (-1265 |#1|)))) (-689 |#1|) (-1265 |#1|))))
+((-1615 (((-420 |#4|) |#4|) 56)))
+(((-979 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1615 ((-420 |#4|) |#4|))) (-850) (-793) (-454) (-949 |#3| |#2| |#1|)) (T -979))
+((-1615 (*1 *2 *3) (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-454)) (-5 *2 (-420 *3)) (-5 *1 (-979 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4)))))
+(-10 -7 (-15 -1615 ((-420 |#4|) |#4|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1342 (($ (-771)) 113 (|has| |#1| (-23)))) (-2656 (((-1270) $ (-566) (-566)) 41 (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) 99) (((-112) $) 93 (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) 90 (|has| $ (-6 -4416))) (($ $) 89 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4416))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) 100) (($ $) 94 (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) 8)) (-1777 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 59 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-1501 (($ $) 91 (|has| $ (-6 -4416)))) (-1721 (($ $) 101)) (-3640 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 52)) (-1308 (((-566) (-1 (-112) |#1|) $) 98) (((-566) |#1| $) 97 (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) 96 (|has| |#1| (-1099)))) (-1822 (($ (-644 |#1|)) 119)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1403 (((-689 |#1|) $ $) 106 (|has| |#1| (-1049)))) (-1566 (($ (-771) |#1|) 70)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 44 (|has| (-566) (-850)))) (-1888 (($ $ $) 88 (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) 102) (($ $ $) 95 (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 45 (|has| (-566) (-850)))) (-3890 (($ $ $) 87 (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-3644 ((|#1| $) 103 (-12 (|has| |#1| (-1049)) (|has| |#1| (-1002))))) (-4395 (((-112) $ (-771)) 10)) (-2715 ((|#1| $) 104 (-12 (|has| |#1| (-1049)) (|has| |#1| (-1002))))) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-2033 (((-644 (-566)) $) 47)) (-2686 (((-112) (-566) $) 48)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3604 ((|#1| $) 43 (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-1417 (($ $ |#1|) 42 (|has| $ (-6 -4416)))) (-2929 (($ $ (-644 |#1|)) 117)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1232 (-566))) 64)) (-3108 ((|#1| $ $) 107 (|has| |#1| (-1049)))) (-2262 (((-921) $) 118)) (-1405 (($ $ (-566)) 63) (($ $ (-1232 (-566))) 62)) (-1998 (($ $ $) 105)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2310 (($ $ $ (-566)) 92 (|has| $ (-6 -4416)))) (-1800 (($ $) 13)) (-1945 (((-538) $) 80 (|has| |#1| (-614 (-538)))) (($ (-644 |#1|)) 120)) (-1664 (($ (-644 |#1|)) 71)) (-2829 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) 85 (|has| |#1| (-850)))) (-2904 (((-112) $ $) 84 (|has| |#1| (-850)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2915 (((-112) $ $) 86 (|has| |#1| (-850)))) (-2892 (((-112) $ $) 83 (|has| |#1| (-850)))) (-2977 (($ $) 112 (|has| |#1| (-21))) (($ $ $) 111 (|has| |#1| (-21)))) (-2964 (($ $ $) 114 (|has| |#1| (-25)))) (* (($ (-566) $) 110 (|has| |#1| (-21))) (($ |#1| $) 109 (|has| |#1| (-726))) (($ $ |#1|) 108 (|has| |#1| (-726)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-980 |#1|) (-140) (-1049)) (T -980))
-((-1397 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1049)) (-4 *1 (-980 *3)))) (-3126 (*1 *2 *1) (-12 (-4 *1 (-980 *3)) (-4 *3 (-1049)) (-5 *2 (-921)))) (-1395 (*1 *1 *1 *1) (-12 (-4 *1 (-980 *2)) (-4 *2 (-1049)))) (-3369 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *1 (-980 *3)) (-4 *3 (-1049)))))
-(-13 (-1262 |t#1|) (-618 (-644 |t#1|)) (-10 -8 (-15 -1397 ($ (-644 |t#1|))) (-15 -3126 ((-921) $)) (-15 -1395 ($ $ $)) (-15 -3369 ($ $ (-644 |t#1|)))))
-(((-34) . T) ((-102) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-618 (-644 |#1|)) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-375 |#1|) . T) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-19 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1099) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1214) . T) ((-1262 |#1|) . T))
-((-2319 (((-943 |#2|) (-1 |#2| |#1|) (-943 |#1|)) 17)))
-(((-981 |#1| |#2|) (-10 -7 (-15 -2319 ((-943 |#2|) (-1 |#2| |#1|) (-943 |#1|)))) (-1049) (-1049)) (T -981))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-943 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-943 *6)) (-5 *1 (-981 *5 *6)))))
-(-10 -7 (-15 -2319 ((-943 |#2|) (-1 |#2| |#1|) (-943 |#1|))))
-((-2632 ((|#1| (-943 |#1|)) 14)) (-2030 ((|#1| (-943 |#1|)) 13)) (-1455 ((|#1| (-943 |#1|)) 12)) (-3733 ((|#1| (-943 |#1|)) 16)) (-1339 ((|#1| (-943 |#1|)) 24)) (-2882 ((|#1| (-943 |#1|)) 15)) (-3534 ((|#1| (-943 |#1|)) 17)) (-1820 ((|#1| (-943 |#1|)) 23)) (-2665 ((|#1| (-943 |#1|)) 22)))
-(((-982 |#1|) (-10 -7 (-15 -1455 (|#1| (-943 |#1|))) (-15 -2030 (|#1| (-943 |#1|))) (-15 -2632 (|#1| (-943 |#1|))) (-15 -2882 (|#1| (-943 |#1|))) (-15 -3733 (|#1| (-943 |#1|))) (-15 -3534 (|#1| (-943 |#1|))) (-15 -2665 (|#1| (-943 |#1|))) (-15 -1820 (|#1| (-943 |#1|))) (-15 -1339 (|#1| (-943 |#1|)))) (-1049)) (T -982))
-((-1339 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-1820 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-2665 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-3534 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-3733 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-2882 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-2632 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-2030 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-1455 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
-(-10 -7 (-15 -1455 (|#1| (-943 |#1|))) (-15 -2030 (|#1| (-943 |#1|))) (-15 -2632 (|#1| (-943 |#1|))) (-15 -2882 (|#1| (-943 |#1|))) (-15 -3733 (|#1| (-943 |#1|))) (-15 -3534 (|#1| (-943 |#1|))) (-15 -2665 (|#1| (-943 |#1|))) (-15 -1820 (|#1| (-943 |#1|))) (-15 -1339 (|#1| (-943 |#1|))))
-((-2034 (((-3 |#1| "failed") |#1|) 18)) (-1450 (((-3 |#1| "failed") |#1|) 6)) (-1591 (((-3 |#1| "failed") |#1|) 16)) (-2315 (((-3 |#1| "failed") |#1|) 4)) (-2322 (((-3 |#1| "failed") |#1|) 20)) (-1751 (((-3 |#1| "failed") |#1|) 8)) (-2090 (((-3 |#1| "failed") |#1| (-771)) 1)) (-3309 (((-3 |#1| "failed") |#1|) 3)) (-1861 (((-3 |#1| "failed") |#1|) 2)) (-3410 (((-3 |#1| "failed") |#1|) 21)) (-1343 (((-3 |#1| "failed") |#1|) 9)) (-2762 (((-3 |#1| "failed") |#1|) 19)) (-1913 (((-3 |#1| "failed") |#1|) 7)) (-3051 (((-3 |#1| "failed") |#1|) 17)) (-2680 (((-3 |#1| "failed") |#1|) 5)) (-2628 (((-3 |#1| "failed") |#1|) 24)) (-1666 (((-3 |#1| "failed") |#1|) 12)) (-3667 (((-3 |#1| "failed") |#1|) 22)) (-2224 (((-3 |#1| "failed") |#1|) 10)) (-4277 (((-3 |#1| "failed") |#1|) 26)) (-1959 (((-3 |#1| "failed") |#1|) 14)) (-2666 (((-3 |#1| "failed") |#1|) 27)) (-3324 (((-3 |#1| "failed") |#1|) 15)) (-3859 (((-3 |#1| "failed") |#1|) 25)) (-4150 (((-3 |#1| "failed") |#1|) 13)) (-3900 (((-3 |#1| "failed") |#1|) 23)) (-3427 (((-3 |#1| "failed") |#1|) 11)))
-(((-983 |#1|) (-140) (-1199)) (T -983))
-((-2666 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-4277 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-3859 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-2628 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-3900 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-3667 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-3410 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-2322 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-2762 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-2034 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-3051 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-1591 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-3324 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-1959 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-4150 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-1666 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-3427 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-2224 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-1343 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-1751 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-1913 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-1450 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-2680 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-2315 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-3309 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-1861 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))) (-2090 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-771)) (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(-13 (-10 -7 (-15 -2090 ((-3 |t#1| "failed") |t#1| (-771))) (-15 -1861 ((-3 |t#1| "failed") |t#1|)) (-15 -3309 ((-3 |t#1| "failed") |t#1|)) (-15 -2315 ((-3 |t#1| "failed") |t#1|)) (-15 -2680 ((-3 |t#1| "failed") |t#1|)) (-15 -1450 ((-3 |t#1| "failed") |t#1|)) (-15 -1913 ((-3 |t#1| "failed") |t#1|)) (-15 -1751 ((-3 |t#1| "failed") |t#1|)) (-15 -1343 ((-3 |t#1| "failed") |t#1|)) (-15 -2224 ((-3 |t#1| "failed") |t#1|)) (-15 -3427 ((-3 |t#1| "failed") |t#1|)) (-15 -1666 ((-3 |t#1| "failed") |t#1|)) (-15 -4150 ((-3 |t#1| "failed") |t#1|)) (-15 -1959 ((-3 |t#1| "failed") |t#1|)) (-15 -3324 ((-3 |t#1| "failed") |t#1|)) (-15 -1591 ((-3 |t#1| "failed") |t#1|)) (-15 -3051 ((-3 |t#1| "failed") |t#1|)) (-15 -2034 ((-3 |t#1| "failed") |t#1|)) (-15 -2762 ((-3 |t#1| "failed") |t#1|)) (-15 -2322 ((-3 |t#1| "failed") |t#1|)) (-15 -3410 ((-3 |t#1| "failed") |t#1|)) (-15 -3667 ((-3 |t#1| "failed") |t#1|)) (-15 -3900 ((-3 |t#1| "failed") |t#1|)) (-15 -2628 ((-3 |t#1| "failed") |t#1|)) (-15 -3859 ((-3 |t#1| "failed") |t#1|)) (-15 -4277 ((-3 |t#1| "failed") |t#1|)) (-15 -2666 ((-3 |t#1| "failed") |t#1|))))
-((-2890 ((|#4| |#4| (-644 |#3|)) 57) ((|#4| |#4| |#3|) 56)) (-2685 ((|#4| |#4| (-644 |#3|)) 24) ((|#4| |#4| |#3|) 20)) (-2319 ((|#4| (-1 |#4| (-952 |#1|)) |#4|) 31)))
-(((-984 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2685 (|#4| |#4| |#3|)) (-15 -2685 (|#4| |#4| (-644 |#3|))) (-15 -2890 (|#4| |#4| |#3|)) (-15 -2890 (|#4| |#4| (-644 |#3|))) (-15 -2319 (|#4| (-1 |#4| (-952 |#1|)) |#4|))) (-1049) (-793) (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175))))) (-949 (-952 |#1|) |#2| |#3|)) (T -984))
-((-2319 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-952 *4))) (-4 *4 (-1049)) (-4 *2 (-949 (-952 *4) *5 *6)) (-4 *5 (-793)) (-4 *6 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175)))))) (-5 *1 (-984 *4 *5 *6 *2)))) (-2890 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175)))))) (-4 *4 (-1049)) (-4 *5 (-793)) (-5 *1 (-984 *4 *5 *6 *2)) (-4 *2 (-949 (-952 *4) *5 *6)))) (-2890 (*1 *2 *2 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175)))))) (-5 *1 (-984 *4 *5 *3 *2)) (-4 *2 (-949 (-952 *4) *5 *3)))) (-2685 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175)))))) (-4 *4 (-1049)) (-4 *5 (-793)) (-5 *1 (-984 *4 *5 *6 *2)) (-4 *2 (-949 (-952 *4) *5 *6)))) (-2685 (*1 *2 *2 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)) (-15 -4347 ((-3 $ "failed") (-1175)))))) (-5 *1 (-984 *4 *5 *3 *2)) (-4 *2 (-949 (-952 *4) *5 *3)))))
-(-10 -7 (-15 -2685 (|#4| |#4| |#3|)) (-15 -2685 (|#4| |#4| (-644 |#3|))) (-15 -2890 (|#4| |#4| |#3|)) (-15 -2890 (|#4| |#4| (-644 |#3|))) (-15 -2319 (|#4| (-1 |#4| (-952 |#1|)) |#4|)))
-((-3436 ((|#2| |#3|) 35)) (-1637 (((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|) 83)) (-2736 (((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) 103)))
-(((-985 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2736 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))))) (-15 -1637 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|)) (-15 -3436 (|#2| |#3|))) (-351) (-1240 |#1|) (-1240 |#2|) (-724 |#2| |#3|)) (T -985))
-((-3436 (*1 *2 *3) (-12 (-4 *3 (-1240 *2)) (-4 *2 (-1240 *4)) (-5 *1 (-985 *4 *2 *3 *5)) (-4 *4 (-351)) (-4 *5 (-724 *2 *3)))) (-1637 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 *3)) (-5 *2 (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-985 *4 *3 *5 *6)) (-4 *6 (-724 *3 *5)))) (-2736 (*1 *2) (-12 (-4 *3 (-351)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 *4)) (-5 *2 (-2 (|:| -2875 (-689 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-689 *4)))) (-5 *1 (-985 *3 *4 *5 *6)) (-4 *6 (-724 *4 *5)))))
-(-10 -7 (-15 -2736 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))))) (-15 -1637 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|)) (-15 -3436 (|#2| |#3|)))
-((-1600 (((-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566)))) (-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566))))) 84)))
-(((-986 |#1| |#2|) (-10 -7 (-15 -1600 ((-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566)))) (-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566))))))) (-644 (-1175)) (-771)) (T -986))
-((-1600 (*1 *2 *2) (-12 (-5 *2 (-987 (-409 (-566)) (-864 *3) (-240 *4 (-771)) (-247 *3 (-409 (-566))))) (-14 *3 (-644 (-1175))) (-14 *4 (-771)) (-5 *1 (-986 *3 *4)))))
-(-10 -7 (-15 -1600 ((-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566)))) (-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566)))))))
-((-2988 (((-112) $ $) NIL)) (-1845 (((-3 (-112) "failed") $) 71)) (-2192 (($ $) 36 (-12 (|has| |#1| (-147)) (|has| |#1| (-308))))) (-1807 (($ $ (-3 (-112) "failed")) 72)) (-1999 (($ (-644 |#4|) |#4|) 25)) (-3380 (((-1157) $) NIL)) (-3680 (($ $) 69)) (-4072 (((-1119) $) NIL)) (-2872 (((-112) $) 70)) (-3493 (($) 30)) (-2507 ((|#4| $) 74)) (-2738 (((-644 |#4|) $) 73)) (-3152 (((-862) $) 68)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-987 |#1| |#2| |#3| |#4|) (-13 (-1099) (-613 (-862)) (-10 -8 (-15 -3493 ($)) (-15 -1999 ($ (-644 |#4|) |#4|)) (-15 -1845 ((-3 (-112) "failed") $)) (-15 -1807 ($ $ (-3 (-112) "failed"))) (-15 -2872 ((-112) $)) (-15 -2738 ((-644 |#4|) $)) (-15 -2507 (|#4| $)) (-15 -3680 ($ $)) (IF (|has| |#1| (-308)) (IF (|has| |#1| (-147)) (-15 -2192 ($ $)) |%noBranch|) |%noBranch|))) (-454) (-850) (-793) (-949 |#1| |#3| |#2|)) (T -987))
-((-3493 (*1 *1) (-12 (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793)) (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3)))) (-1999 (*1 *1 *2 *3) (-12 (-5 *2 (-644 *3)) (-4 *3 (-949 *4 *6 *5)) (-4 *4 (-454)) (-4 *5 (-850)) (-4 *6 (-793)) (-5 *1 (-987 *4 *5 *6 *3)))) (-1845 (*1 *2 *1) (|partial| -12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-112)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))) (-1807 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))) (-2872 (*1 *2 *1) (-12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-112)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))) (-2738 (*1 *2 *1) (-12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-644 *6)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))) (-2507 (*1 *2 *1) (-12 (-4 *2 (-949 *3 *5 *4)) (-5 *1 (-987 *3 *4 *5 *2)) (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)))) (-3680 (*1 *1 *1) (-12 (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793)) (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3)))) (-2192 (*1 *1 *1) (-12 (-4 *2 (-147)) (-4 *2 (-308)) (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793)) (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3)))))
-(-13 (-1099) (-613 (-862)) (-10 -8 (-15 -3493 ($)) (-15 -1999 ($ (-644 |#4|) |#4|)) (-15 -1845 ((-3 (-112) "failed") $)) (-15 -1807 ($ $ (-3 (-112) "failed"))) (-15 -2872 ((-112) $)) (-15 -2738 ((-644 |#4|) $)) (-15 -2507 (|#4| $)) (-15 -3680 ($ $)) (IF (|has| |#1| (-308)) (IF (|has| |#1| (-147)) (-15 -2192 ($ $)) |%noBranch|) |%noBranch|)))
-((-1506 (((-112) |#5| |#5|) 45)) (-1372 (((-112) |#5| |#5|) 60)) (-2419 (((-112) |#5| (-644 |#5|)) 82) (((-112) |#5| |#5|) 69)) (-2007 (((-112) (-644 |#4|) (-644 |#4|)) 66)) (-3864 (((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) 71)) (-1431 (((-1269)) 33)) (-3542 (((-1269) (-1157) (-1157) (-1157)) 29)) (-4136 (((-644 |#5|) (-644 |#5|)) 101)) (-2798 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) 93)) (-2049 (((-644 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112)) 123)) (-3500 (((-112) |#5| |#5|) 54)) (-3505 (((-3 (-112) "failed") |#5| |#5|) 79)) (-1799 (((-112) (-644 |#4|) (-644 |#4|)) 65)) (-3213 (((-112) (-644 |#4|) (-644 |#4|)) 67)) (-3077 (((-112) (-644 |#4|) (-644 |#4|)) 68)) (-3800 (((-3 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112)) 118)) (-2042 (((-644 |#5|) (-644 |#5|)) 50)))
-(((-988 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3542 ((-1269) (-1157) (-1157) (-1157))) (-15 -1431 ((-1269))) (-15 -1506 ((-112) |#5| |#5|)) (-15 -2042 ((-644 |#5|) (-644 |#5|))) (-15 -3500 ((-112) |#5| |#5|)) (-15 -1372 ((-112) |#5| |#5|)) (-15 -2007 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1799 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3213 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3077 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3505 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2419 ((-112) |#5| |#5|)) (-15 -2419 ((-112) |#5| (-644 |#5|))) (-15 -4136 ((-644 |#5|) (-644 |#5|))) (-15 -3864 ((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) (-15 -2798 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-15 -2049 ((-644 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -3800 ((-3 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -988))
-((-3800 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| -3434 (-644 *9)) (|:| -1470 *4) (|:| |ineq| (-644 *9)))) (-5 *1 (-988 *6 *7 *8 *9 *4)) (-5 *3 (-644 *9)) (-4 *4 (-1070 *6 *7 *8 *9)))) (-2049 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-644 *10)) (-5 *5 (-112)) (-4 *10 (-1070 *6 *7 *8 *9)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8)) (-5 *2 (-644 (-2 (|:| -3434 (-644 *9)) (|:| -1470 *10) (|:| |ineq| (-644 *9))))) (-5 *1 (-988 *6 *7 *8 *9 *10)) (-5 *3 (-644 *9)))) (-2798 (*1 *2 *2) (-12 (-5 *2 (-644 (-2 (|:| |val| (-644 *6)) (|:| -1470 *7)))) (-4 *6 (-1064 *3 *4 *5)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-988 *3 *4 *5 *6 *7)))) (-3864 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1470 *8))) (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)))) (-4136 (*1 *2 *2) (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-988 *3 *4 *5 *6 *7)))) (-2419 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-988 *5 *6 *7 *8 *3)))) (-2419 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-3505 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-3077 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3213 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-1799 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-2007 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-1372 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-3500 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-2042 (*1 *2 *2) (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-988 *3 *4 *5 *6 *7)))) (-1506 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-1431 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269)) (-5 *1 (-988 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-3542 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
-(-10 -7 (-15 -3542 ((-1269) (-1157) (-1157) (-1157))) (-15 -1431 ((-1269))) (-15 -1506 ((-112) |#5| |#5|)) (-15 -2042 ((-644 |#5|) (-644 |#5|))) (-15 -3500 ((-112) |#5| |#5|)) (-15 -1372 ((-112) |#5| |#5|)) (-15 -2007 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1799 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3213 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3077 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3505 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2419 ((-112) |#5| |#5|)) (-15 -2419 ((-112) |#5| (-644 |#5|))) (-15 -4136 ((-644 |#5|) (-644 |#5|))) (-15 -3864 ((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) (-15 -2798 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-15 -2049 ((-644 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -3800 ((-3 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112))))
-((-4347 (((-1175) $) 15)) (-2876 (((-1157) $) 16)) (-1335 (($ (-1175) (-1157)) 14)) (-3152 (((-862) $) 13)))
-(((-989) (-13 (-613 (-862)) (-10 -8 (-15 -1335 ($ (-1175) (-1157))) (-15 -4347 ((-1175) $)) (-15 -2876 ((-1157) $))))) (T -989))
-((-1335 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1157)) (-5 *1 (-989)))) (-4347 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-989)))) (-2876 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-989)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -1335 ($ (-1175) (-1157))) (-15 -4347 ((-1175) $)) (-15 -2876 ((-1157) $))))
-((-2319 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
-(((-990 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 (|#4| (-1 |#2| |#1|) |#3|))) (-558) (-558) (-992 |#1|) (-992 |#2|)) (T -990))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-558)) (-4 *6 (-558)) (-4 *2 (-992 *6)) (-5 *1 (-990 *5 *6 *4 *2)) (-4 *4 (-992 *5)))))
-(-10 -7 (-15 -2319 (|#4| (-1 |#2| |#1|) |#3|)))
-((-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-1175) "failed") $) 66) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) 96)) (-4158 ((|#2| $) NIL) (((-1175) $) 61) (((-409 (-566)) $) NIL) (((-566) $) 93)) (-4089 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) 115) (((-689 |#2|) (-689 $)) 28)) (-2715 (($) 99)) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 76) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 85)) (-3406 (($ $) 10)) (-2621 (((-3 $ "failed") $) 20)) (-2319 (($ (-1 |#2| |#2|) $) 22)) (-3289 (($) 16)) (-2487 (($ $) 55)) (-3629 (($ $) NIL) (($ $ (-771)) NIL) (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 36)) (-1452 (($ $) 12)) (-2376 (((-892 (-566)) $) 71) (((-892 (-381)) $) 80) (((-538) $) 40) (((-381) $) 44) (((-225) $) 48)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 91) (($ |#2|) NIL) (($ (-1175)) 58)) (-2593 (((-771)) 31)) (-2935 (((-112) $ $) 51)))
-(((-991 |#1| |#2|) (-10 -8 (-15 -2935 ((-112) |#1| |#1|)) (-15 -3289 (|#1|)) (-15 -2621 ((-3 |#1| "failed") |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2376 ((-225) |#1|)) (-15 -2376 ((-381) |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -3152 (|#1| (-1175))) (-15 -2229 ((-3 (-1175) "failed") |#1|)) (-15 -4158 ((-1175) |#1|)) (-15 -2715 (|#1|)) (-15 -2487 (|#1| |#1|)) (-15 -1452 (|#1| |#1|)) (-15 -3406 (|#1| |#1|)) (-15 -2926 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -4089 ((-689 |#2|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| |#1|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|))) (-992 |#2|) (-558)) (T -991))
-((-2593 (*1 *2) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-991 *3 *4)) (-4 *3 (-992 *4)))))
-(-10 -8 (-15 -2935 ((-112) |#1| |#1|)) (-15 -3289 (|#1|)) (-15 -2621 ((-3 |#1| "failed") |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2376 ((-225) |#1|)) (-15 -2376 ((-381) |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -3152 (|#1| (-1175))) (-15 -2229 ((-3 (-1175) "failed") |#1|)) (-15 -4158 ((-1175) |#1|)) (-15 -2715 (|#1|)) (-15 -2487 (|#1| |#1|)) (-15 -1452 (|#1| |#1|)) (-15 -3406 (|#1| |#1|)) (-15 -2926 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2926 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -4089 ((-689 |#2|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| |#1|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1873 ((|#1| $) 147 (|has| |#1| (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-2292 (((-420 (-1171 $)) (-1171 $)) 138 (|has| |#1| (-909)))) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 141 (|has| |#1| (-909)))) (-2085 (((-112) $ $) 65)) (-2743 (((-566) $) 128 (|has| |#1| (-820)))) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#1| "failed") $) 185) (((-3 (-1175) "failed") $) 136 (|has| |#1| (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) 119 (|has| |#1| (-1038 (-566)))) (((-3 (-566) "failed") $) 117 (|has| |#1| (-1038 (-566))))) (-4158 ((|#1| $) 186) (((-1175) $) 137 (|has| |#1| (-1038 (-1175)))) (((-409 (-566)) $) 120 (|has| |#1| (-1038 (-566)))) (((-566) $) 118 (|has| |#1| (-1038 (-566))))) (-2933 (($ $ $) 61)) (-4089 (((-689 (-566)) (-689 $)) 160 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 159 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 158) (((-689 |#1|) (-689 $)) 157)) (-3245 (((-3 $ "failed") $) 37)) (-2715 (($) 145 (|has| |#1| (-547)))) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-1615 (((-112) $) 79)) (-2528 (((-112) $) 130 (|has| |#1| (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 154 (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 153 (|has| |#1| (-886 (-381))))) (-2389 (((-112) $) 35)) (-3406 (($ $) 149)) (-2248 ((|#1| $) 151)) (-2621 (((-3 $ "failed") $) 116 (|has| |#1| (-1150)))) (-3233 (((-112) $) 129 (|has| |#1| (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1478 (($ $ $) 126 (|has| |#1| (-850)))) (-2599 (($ $ $) 125 (|has| |#1| (-850)))) (-2319 (($ (-1 |#1| |#1|) $) 177)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 78)) (-3289 (($) 115 (|has| |#1| (-1150)) CONST)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2487 (($ $) 146 (|has| |#1| (-308)))) (-3143 ((|#1| $) 143 (|has| |#1| (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) 140 (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) 139 (|has| |#1| (-909)))) (-1624 (((-420 $) $) 82)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) 183 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 182 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 181 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 180 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 179 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) 178 (|has| |#1| (-516 (-1175) |#1|)))) (-4357 (((-771) $) 64)) (-1309 (($ $ |#1|) 184 (|has| |#1| (-287 |#1| |#1|)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-3629 (($ $) 176 (|has| |#1| (-233))) (($ $ (-771)) 174 (|has| |#1| (-233))) (($ $ (-1175)) 172 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 171 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 170 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 169 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 162) (($ $ (-1 |#1| |#1|)) 161)) (-1452 (($ $) 148)) (-2260 ((|#1| $) 150)) (-2376 (((-892 (-566)) $) 156 (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) 155 (|has| |#1| (-614 (-892 (-381))))) (((-538) $) 133 (|has| |#1| (-614 (-538)))) (((-381) $) 132 (|has| |#1| (-1022))) (((-225) $) 131 (|has| |#1| (-1022)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 142 (-2415 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ |#1|) 189) (($ (-1175)) 135 (|has| |#1| (-1038 (-1175))))) (-2633 (((-3 $ "failed") $) 134 (-2768 (|has| |#1| (-145)) (-2415 (|has| $ (-145)) (|has| |#1| (-909)))))) (-2593 (((-771)) 32 T CONST)) (-3913 ((|#1| $) 144 (|has| |#1| (-547)))) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-1358 (($ $) 127 (|has| |#1| (-820)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $) 175 (|has| |#1| (-233))) (($ $ (-771)) 173 (|has| |#1| (-233))) (($ $ (-1175)) 168 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 167 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 166 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 165 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 164) (($ $ (-1 |#1| |#1|)) 163)) (-2968 (((-112) $ $) 123 (|has| |#1| (-850)))) (-2946 (((-112) $ $) 122 (|has| |#1| (-850)))) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 124 (|has| |#1| (-850)))) (-2935 (((-112) $ $) 121 (|has| |#1| (-850)))) (-3025 (($ $ $) 73) (($ |#1| |#1|) 152)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75) (($ |#1| $) 188) (($ $ |#1|) 187)))
+((-1822 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1049)) (-4 *1 (-980 *3)))) (-2262 (*1 *2 *1) (-12 (-4 *1 (-980 *3)) (-4 *3 (-1049)) (-5 *2 (-921)))) (-1998 (*1 *1 *1 *1) (-12 (-4 *1 (-980 *2)) (-4 *2 (-1049)))) (-2929 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *1 (-980 *3)) (-4 *3 (-1049)))))
+(-13 (-1263 |t#1|) (-618 (-644 |t#1|)) (-10 -8 (-15 -1822 ($ (-644 |t#1|))) (-15 -2262 ((-921) $)) (-15 -1998 ($ $ $)) (-15 -2929 ($ $ (-644 |t#1|)))))
+(((-34) . T) ((-102) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-618 (-644 |#1|)) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-375 |#1|) . T) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-19 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1099) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1215) . T) ((-1263 |#1|) . T))
+((-1895 (((-943 |#2|) (-1 |#2| |#1|) (-943 |#1|)) 17)))
+(((-981 |#1| |#2|) (-10 -7 (-15 -1895 ((-943 |#2|) (-1 |#2| |#1|) (-943 |#1|)))) (-1049) (-1049)) (T -981))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-943 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-943 *6)) (-5 *1 (-981 *5 *6)))))
+(-10 -7 (-15 -1895 ((-943 |#2|) (-1 |#2| |#1|) (-943 |#1|))))
+((-2086 ((|#1| (-943 |#1|)) 14)) (-2252 ((|#1| (-943 |#1|)) 13)) (-1518 ((|#1| (-943 |#1|)) 12)) (-2120 ((|#1| (-943 |#1|)) 16)) (-3936 ((|#1| (-943 |#1|)) 24)) (-3821 ((|#1| (-943 |#1|)) 15)) (-4000 ((|#1| (-943 |#1|)) 17)) (-3913 ((|#1| (-943 |#1|)) 23)) (-2348 ((|#1| (-943 |#1|)) 22)))
+(((-982 |#1|) (-10 -7 (-15 -1518 (|#1| (-943 |#1|))) (-15 -2252 (|#1| (-943 |#1|))) (-15 -2086 (|#1| (-943 |#1|))) (-15 -3821 (|#1| (-943 |#1|))) (-15 -2120 (|#1| (-943 |#1|))) (-15 -4000 (|#1| (-943 |#1|))) (-15 -2348 (|#1| (-943 |#1|))) (-15 -3913 (|#1| (-943 |#1|))) (-15 -3936 (|#1| (-943 |#1|)))) (-1049)) (T -982))
+((-3936 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-3913 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-2348 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-4000 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-2120 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-3821 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-2086 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-2252 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))) (-1518 (*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+(-10 -7 (-15 -1518 (|#1| (-943 |#1|))) (-15 -2252 (|#1| (-943 |#1|))) (-15 -2086 (|#1| (-943 |#1|))) (-15 -3821 (|#1| (-943 |#1|))) (-15 -2120 (|#1| (-943 |#1|))) (-15 -4000 (|#1| (-943 |#1|))) (-15 -2348 (|#1| (-943 |#1|))) (-15 -3913 (|#1| (-943 |#1|))) (-15 -3936 (|#1| (-943 |#1|))))
+((-2291 (((-3 |#1| "failed") |#1|) 18)) (-1481 (((-3 |#1| "failed") |#1|) 6)) (-3440 (((-3 |#1| "failed") |#1|) 16)) (-2048 (((-3 |#1| "failed") |#1|) 4)) (-2113 (((-3 |#1| "failed") |#1|) 20)) (-1371 (((-3 |#1| "failed") |#1|) 8)) (-1667 (((-3 |#1| "failed") |#1| (-771)) 1)) (-3568 (((-3 |#1| "failed") |#1|) 3)) (-4298 (((-3 |#1| "failed") |#1|) 2)) (-2091 (((-3 |#1| "failed") |#1|) 21)) (-2451 (((-3 |#1| "failed") |#1|) 9)) (-3986 (((-3 |#1| "failed") |#1|) 19)) (-3605 (((-3 |#1| "failed") |#1|) 7)) (-2734 (((-3 |#1| "failed") |#1|) 17)) (-2473 (((-3 |#1| "failed") |#1|) 5)) (-2044 (((-3 |#1| "failed") |#1|) 24)) (-2939 (((-3 |#1| "failed") |#1|) 12)) (-2683 (((-3 |#1| "failed") |#1|) 22)) (-3649 (((-3 |#1| "failed") |#1|) 10)) (-3552 (((-3 |#1| "failed") |#1|) 26)) (-2820 (((-3 |#1| "failed") |#1|) 14)) (-2360 (((-3 |#1| "failed") |#1|) 27)) (-3746 (((-3 |#1| "failed") |#1|) 15)) (-3889 (((-3 |#1| "failed") |#1|) 25)) (-1619 (((-3 |#1| "failed") |#1|) 13)) (-4276 (((-3 |#1| "failed") |#1|) 23)) (-2268 (((-3 |#1| "failed") |#1|) 11)))
+(((-983 |#1|) (-140) (-1200)) (T -983))
+((-2360 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-3552 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-3889 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2044 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-4276 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2683 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2091 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2113 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-3986 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2291 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2734 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-3440 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-3746 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2820 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-1619 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2939 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2268 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-3649 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2451 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-1371 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-3605 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-1481 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2473 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-2048 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-3568 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-4298 (*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))) (-1667 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-771)) (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(-13 (-10 -7 (-15 -1667 ((-3 |t#1| "failed") |t#1| (-771))) (-15 -4298 ((-3 |t#1| "failed") |t#1|)) (-15 -3568 ((-3 |t#1| "failed") |t#1|)) (-15 -2048 ((-3 |t#1| "failed") |t#1|)) (-15 -2473 ((-3 |t#1| "failed") |t#1|)) (-15 -1481 ((-3 |t#1| "failed") |t#1|)) (-15 -3605 ((-3 |t#1| "failed") |t#1|)) (-15 -1371 ((-3 |t#1| "failed") |t#1|)) (-15 -2451 ((-3 |t#1| "failed") |t#1|)) (-15 -3649 ((-3 |t#1| "failed") |t#1|)) (-15 -2268 ((-3 |t#1| "failed") |t#1|)) (-15 -2939 ((-3 |t#1| "failed") |t#1|)) (-15 -1619 ((-3 |t#1| "failed") |t#1|)) (-15 -2820 ((-3 |t#1| "failed") |t#1|)) (-15 -3746 ((-3 |t#1| "failed") |t#1|)) (-15 -3440 ((-3 |t#1| "failed") |t#1|)) (-15 -2734 ((-3 |t#1| "failed") |t#1|)) (-15 -2291 ((-3 |t#1| "failed") |t#1|)) (-15 -3986 ((-3 |t#1| "failed") |t#1|)) (-15 -2113 ((-3 |t#1| "failed") |t#1|)) (-15 -2091 ((-3 |t#1| "failed") |t#1|)) (-15 -2683 ((-3 |t#1| "failed") |t#1|)) (-15 -4276 ((-3 |t#1| "failed") |t#1|)) (-15 -2044 ((-3 |t#1| "failed") |t#1|)) (-15 -3889 ((-3 |t#1| "failed") |t#1|)) (-15 -3552 ((-3 |t#1| "failed") |t#1|)) (-15 -2360 ((-3 |t#1| "failed") |t#1|))))
+((-2590 ((|#4| |#4| (-644 |#3|)) 57) ((|#4| |#4| |#3|) 56)) (-1398 ((|#4| |#4| (-644 |#3|)) 24) ((|#4| |#4| |#3|) 20)) (-1895 ((|#4| (-1 |#4| (-952 |#1|)) |#4|) 31)))
+(((-984 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1398 (|#4| |#4| |#3|)) (-15 -1398 (|#4| |#4| (-644 |#3|))) (-15 -2590 (|#4| |#4| |#3|)) (-15 -2590 (|#4| |#4| (-644 |#3|))) (-15 -1895 (|#4| (-1 |#4| (-952 |#1|)) |#4|))) (-1049) (-793) (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175))))) (-949 (-952 |#1|) |#2| |#3|)) (T -984))
+((-1895 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-952 *4))) (-4 *4 (-1049)) (-4 *2 (-949 (-952 *4) *5 *6)) (-4 *5 (-793)) (-4 *6 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175)))))) (-5 *1 (-984 *4 *5 *6 *2)))) (-2590 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175)))))) (-4 *4 (-1049)) (-4 *5 (-793)) (-5 *1 (-984 *4 *5 *6 *2)) (-4 *2 (-949 (-952 *4) *5 *6)))) (-2590 (*1 *2 *2 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175)))))) (-5 *1 (-984 *4 *5 *3 *2)) (-4 *2 (-949 (-952 *4) *5 *3)))) (-1398 (*1 *2 *2 *3) (-12 (-5 *3 (-644 *6)) (-4 *6 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175)))))) (-4 *4 (-1049)) (-4 *5 (-793)) (-5 *1 (-984 *4 *5 *6 *2)) (-4 *2 (-949 (-952 *4) *5 *6)))) (-1398 (*1 *2 *2 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)) (-15 -2780 ((-3 $ "failed") (-1175)))))) (-5 *1 (-984 *4 *5 *3 *2)) (-4 *2 (-949 (-952 *4) *5 *3)))))
+(-10 -7 (-15 -1398 (|#4| |#4| |#3|)) (-15 -1398 (|#4| |#4| (-644 |#3|))) (-15 -2590 (|#4| |#4| |#3|)) (-15 -2590 (|#4| |#4| (-644 |#3|))) (-15 -1895 (|#4| (-1 |#4| (-952 |#1|)) |#4|)))
+((-2344 ((|#2| |#3|) 35)) (-2599 (((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|) 83)) (-1845 (((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) 103)))
+(((-985 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1845 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))))) (-15 -2599 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|)) (-15 -2344 (|#2| |#3|))) (-351) (-1241 |#1|) (-1241 |#2|) (-724 |#2| |#3|)) (T -985))
+((-2344 (*1 *2 *3) (-12 (-4 *3 (-1241 *2)) (-4 *2 (-1241 *4)) (-5 *1 (-985 *4 *2 *3 *5)) (-4 *4 (-351)) (-4 *5 (-724 *2 *3)))) (-2599 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 *3)) (-5 *2 (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-985 *4 *3 *5 *6)) (-4 *6 (-724 *3 *5)))) (-1845 (*1 *2) (-12 (-4 *3 (-351)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 *4)) (-5 *2 (-2 (|:| -3781 (-689 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-689 *4)))) (-5 *1 (-985 *3 *4 *5 *6)) (-4 *6 (-724 *4 *5)))))
+(-10 -7 (-15 -1845 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))))) (-15 -2599 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|)) (-15 -2344 (|#2| |#3|)))
+((-3542 (((-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566)))) (-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566))))) 84)))
+(((-986 |#1| |#2|) (-10 -7 (-15 -3542 ((-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566)))) (-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566))))))) (-644 (-1175)) (-771)) (T -986))
+((-3542 (*1 *2 *2) (-12 (-5 *2 (-987 (-409 (-566)) (-864 *3) (-240 *4 (-771)) (-247 *3 (-409 (-566))))) (-14 *3 (-644 (-1175))) (-14 *4 (-771)) (-5 *1 (-986 *3 *4)))))
+(-10 -7 (-15 -3542 ((-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566)))) (-987 (-409 (-566)) (-864 |#1|) (-240 |#2| (-771)) (-247 |#1| (-409 (-566)))))))
+((-4124 (((-112) $ $) NIL)) (-3935 (((-3 (-112) "failed") $) 71)) (-3294 (($ $) 36 (-12 (|has| |#1| (-147)) (|has| |#1| (-308))))) (-3783 (($ $ (-3 (-112) "failed")) 72)) (-1991 (($ (-644 |#4|) |#4|) 25)) (-3057 (((-1157) $) NIL)) (-2822 (($ $) 69)) (-2029 (((-1119) $) NIL)) (-3758 (((-112) $) 70)) (-1710 (($) 30)) (-3301 ((|#4| $) 74)) (-1863 (((-644 |#4|) $) 73)) (-1650 (((-862) $) 68)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-987 |#1| |#2| |#3| |#4|) (-13 (-1099) (-613 (-862)) (-10 -8 (-15 -1710 ($)) (-15 -1991 ($ (-644 |#4|) |#4|)) (-15 -3935 ((-3 (-112) "failed") $)) (-15 -3783 ($ $ (-3 (-112) "failed"))) (-15 -3758 ((-112) $)) (-15 -1863 ((-644 |#4|) $)) (-15 -3301 (|#4| $)) (-15 -2822 ($ $)) (IF (|has| |#1| (-308)) (IF (|has| |#1| (-147)) (-15 -3294 ($ $)) |%noBranch|) |%noBranch|))) (-454) (-850) (-793) (-949 |#1| |#3| |#2|)) (T -987))
+((-1710 (*1 *1) (-12 (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793)) (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3)))) (-1991 (*1 *1 *2 *3) (-12 (-5 *2 (-644 *3)) (-4 *3 (-949 *4 *6 *5)) (-4 *4 (-454)) (-4 *5 (-850)) (-4 *6 (-793)) (-5 *1 (-987 *4 *5 *6 *3)))) (-3935 (*1 *2 *1) (|partial| -12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-112)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))) (-3783 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))) (-3758 (*1 *2 *1) (-12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-112)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))) (-1863 (*1 *2 *1) (-12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-644 *6)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))) (-3301 (*1 *2 *1) (-12 (-4 *2 (-949 *3 *5 *4)) (-5 *1 (-987 *3 *4 *5 *2)) (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)))) (-2822 (*1 *1 *1) (-12 (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793)) (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3)))) (-3294 (*1 *1 *1) (-12 (-4 *2 (-147)) (-4 *2 (-308)) (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793)) (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3)))))
+(-13 (-1099) (-613 (-862)) (-10 -8 (-15 -1710 ($)) (-15 -1991 ($ (-644 |#4|) |#4|)) (-15 -3935 ((-3 (-112) "failed") $)) (-15 -3783 ($ $ (-3 (-112) "failed"))) (-15 -3758 ((-112) $)) (-15 -1863 ((-644 |#4|) $)) (-15 -3301 (|#4| $)) (-15 -2822 ($ $)) (IF (|has| |#1| (-308)) (IF (|has| |#1| (-147)) (-15 -3294 ($ $)) |%noBranch|) |%noBranch|)))
+((-3895 (((-112) |#5| |#5|) 45)) (-3726 (((-112) |#5| |#5|) 60)) (-1808 (((-112) |#5| (-644 |#5|)) 82) (((-112) |#5| |#5|) 69)) (-2073 (((-112) (-644 |#4|) (-644 |#4|)) 66)) (-3942 (((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) 71)) (-1337 (((-1270)) 33)) (-4082 (((-1270) (-1157) (-1157) (-1157)) 29)) (-1489 (((-644 |#5|) (-644 |#5|)) 101)) (-4328 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) 93)) (-2427 (((-644 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112)) 123)) (-1758 (((-112) |#5| |#5|) 54)) (-1799 (((-3 (-112) "failed") |#5| |#5|) 79)) (-1775 (((-112) (-644 |#4|) (-644 |#4|)) 65)) (-3877 (((-112) (-644 |#4|) (-644 |#4|)) 67)) (-3004 (((-112) (-644 |#4|) (-644 |#4|)) 68)) (-1532 (((-3 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112)) 118)) (-2358 (((-644 |#5|) (-644 |#5|)) 50)))
+(((-988 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4082 ((-1270) (-1157) (-1157) (-1157))) (-15 -1337 ((-1270))) (-15 -3895 ((-112) |#5| |#5|)) (-15 -2358 ((-644 |#5|) (-644 |#5|))) (-15 -1758 ((-112) |#5| |#5|)) (-15 -3726 ((-112) |#5| |#5|)) (-15 -2073 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1775 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3877 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3004 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1799 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1808 ((-112) |#5| |#5|)) (-15 -1808 ((-112) |#5| (-644 |#5|))) (-15 -1489 ((-644 |#5|) (-644 |#5|))) (-15 -3942 ((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) (-15 -4328 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-15 -2427 ((-644 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -1532 ((-3 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -988))
+((-1532 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| -1900 (-644 *9)) (|:| -1791 *4) (|:| |ineq| (-644 *9)))) (-5 *1 (-988 *6 *7 *8 *9 *4)) (-5 *3 (-644 *9)) (-4 *4 (-1070 *6 *7 *8 *9)))) (-2427 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-644 *10)) (-5 *5 (-112)) (-4 *10 (-1070 *6 *7 *8 *9)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8)) (-5 *2 (-644 (-2 (|:| -1900 (-644 *9)) (|:| -1791 *10) (|:| |ineq| (-644 *9))))) (-5 *1 (-988 *6 *7 *8 *9 *10)) (-5 *3 (-644 *9)))) (-4328 (*1 *2 *2) (-12 (-5 *2 (-644 (-2 (|:| |val| (-644 *6)) (|:| -1791 *7)))) (-4 *6 (-1064 *3 *4 *5)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-988 *3 *4 *5 *6 *7)))) (-3942 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1791 *8))) (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)))) (-1489 (*1 *2 *2) (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-988 *3 *4 *5 *6 *7)))) (-1808 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-988 *5 *6 *7 *8 *3)))) (-1808 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-1799 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-3004 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3877 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-1775 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-2073 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3726 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-1758 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-2358 (*1 *2 *2) (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-988 *3 *4 *5 *6 *7)))) (-3895 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-1337 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270)) (-5 *1 (-988 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-4082 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270)) (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(-10 -7 (-15 -4082 ((-1270) (-1157) (-1157) (-1157))) (-15 -1337 ((-1270))) (-15 -3895 ((-112) |#5| |#5|)) (-15 -2358 ((-644 |#5|) (-644 |#5|))) (-15 -1758 ((-112) |#5| |#5|)) (-15 -3726 ((-112) |#5| |#5|)) (-15 -2073 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1775 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3877 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3004 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1799 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1808 ((-112) |#5| |#5|)) (-15 -1808 ((-112) |#5| (-644 |#5|))) (-15 -1489 ((-644 |#5|) (-644 |#5|))) (-15 -3942 ((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) (-15 -4328 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-15 -2427 ((-644 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -1532 ((-3 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112))))
+((-2780 (((-1175) $) 15)) (-1389 (((-1157) $) 16)) (-1659 (($ (-1175) (-1157)) 14)) (-1650 (((-862) $) 13)))
+(((-989) (-13 (-613 (-862)) (-10 -8 (-15 -1659 ($ (-1175) (-1157))) (-15 -2780 ((-1175) $)) (-15 -1389 ((-1157) $))))) (T -989))
+((-1659 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1157)) (-5 *1 (-989)))) (-2780 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-989)))) (-1389 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-989)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -1659 ($ (-1175) (-1157))) (-15 -2780 ((-1175) $)) (-15 -1389 ((-1157) $))))
+((-1895 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
+(((-990 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 (|#4| (-1 |#2| |#1|) |#3|))) (-558) (-558) (-992 |#1|) (-992 |#2|)) (T -990))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-558)) (-4 *6 (-558)) (-4 *2 (-992 *6)) (-5 *1 (-990 *5 *6 *4 *2)) (-4 *4 (-992 *5)))))
+(-10 -7 (-15 -1895 (|#4| (-1 |#2| |#1|) |#3|)))
+((-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-1175) "failed") $) 66) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) 96)) (-3213 ((|#2| $) NIL) (((-1175) $) 61) (((-409 (-566)) $) NIL) (((-566) $) 93)) (-2204 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) 115) (((-689 |#2|) (-689 $)) 28)) (-3341 (($) 99)) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 76) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 85)) (-2059 (($ $) 10)) (-1982 (((-3 $ "failed") $) 20)) (-1895 (($ (-1 |#2| |#2|) $) 22)) (-1783 (($) 16)) (-4381 (($ $) 55)) (-2324 (($ $) NIL) (($ $ (-771)) NIL) (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 36)) (-1490 (($ $) 12)) (-1945 (((-892 (-566)) $) 71) (((-892 (-381)) $) 80) (((-538) $) 40) (((-381) $) 44) (((-225) $) 48)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 91) (($ |#2|) NIL) (($ (-1175)) 58)) (-2910 (((-771)) 31)) (-2892 (((-112) $ $) 51)))
+(((-991 |#1| |#2|) (-10 -8 (-15 -2892 ((-112) |#1| |#1|)) (-15 -1783 (|#1|)) (-15 -1982 ((-3 |#1| "failed") |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1945 ((-225) |#1|)) (-15 -1945 ((-381) |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1650 (|#1| (-1175))) (-15 -1821 ((-3 (-1175) "failed") |#1|)) (-15 -3213 ((-1175) |#1|)) (-15 -3341 (|#1|)) (-15 -4381 (|#1| |#1|)) (-15 -1490 (|#1| |#1|)) (-15 -2059 (|#1| |#1|)) (-15 -2992 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -2204 ((-689 |#2|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| |#1|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|))) (-992 |#2|) (-558)) (T -991))
+((-2910 (*1 *2) (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-991 *3 *4)) (-4 *3 (-992 *4)))))
+(-10 -8 (-15 -2892 ((-112) |#1| |#1|)) (-15 -1783 (|#1|)) (-15 -1982 ((-3 |#1| "failed") |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1945 ((-225) |#1|)) (-15 -1945 ((-381) |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1650 (|#1| (-1175))) (-15 -1821 ((-3 (-1175) "failed") |#1|)) (-15 -3213 ((-1175) |#1|)) (-15 -3341 (|#1|)) (-15 -4381 (|#1| |#1|)) (-15 -1490 (|#1| |#1|)) (-15 -2059 (|#1| |#1|)) (-15 -2992 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2992 ((-889 (-566) |#1|) |#1| (-892 (-566)) (-889 (-566) |#1|))) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -2204 ((-689 |#2|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| |#1|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3165 ((|#1| $) 147 (|has| |#1| (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-3068 (((-420 (-1171 $)) (-1171 $)) 138 (|has| |#1| (-909)))) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 141 (|has| |#1| (-909)))) (-1621 (((-112) $ $) 65)) (-1907 (((-566) $) 128 (|has| |#1| (-820)))) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#1| "failed") $) 185) (((-3 (-1175) "failed") $) 136 (|has| |#1| (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) 119 (|has| |#1| (-1038 (-566)))) (((-3 (-566) "failed") $) 117 (|has| |#1| (-1038 (-566))))) (-3213 ((|#1| $) 186) (((-1175) $) 137 (|has| |#1| (-1038 (-1175)))) (((-409 (-566)) $) 120 (|has| |#1| (-1038 (-566)))) (((-566) $) 118 (|has| |#1| (-1038 (-566))))) (-4067 (($ $ $) 61)) (-2204 (((-689 (-566)) (-689 $)) 160 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 159 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 158) (((-689 |#1|) (-689 $)) 157)) (-4185 (((-3 $ "failed") $) 37)) (-3341 (($) 145 (|has| |#1| (-547)))) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-2422 (((-112) $) 79)) (-3540 (((-112) $) 130 (|has| |#1| (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 154 (|has| |#1| (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 153 (|has| |#1| (-886 (-381))))) (-1568 (((-112) $) 35)) (-2059 (($ $) 149)) (-2499 ((|#1| $) 151)) (-1982 (((-3 $ "failed") $) 116 (|has| |#1| (-1150)))) (-4049 (((-112) $) 129 (|has| |#1| (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1888 (($ $ $) 126 (|has| |#1| (-850)))) (-3890 (($ $ $) 125 (|has| |#1| (-850)))) (-1895 (($ (-1 |#1| |#1|) $) 177)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 78)) (-1783 (($) 115 (|has| |#1| (-1150)) CONST)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-4381 (($ $) 146 (|has| |#1| (-308)))) (-2426 ((|#1| $) 143 (|has| |#1| (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) 140 (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) 139 (|has| |#1| (-909)))) (-3846 (((-420 $) $) 82)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) 183 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 182 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 181 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 180 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 179 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) 178 (|has| |#1| (-516 (-1175) |#1|)))) (-3075 (((-771) $) 64)) (-3483 (($ $ |#1|) 184 (|has| |#1| (-287 |#1| |#1|)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-2324 (($ $) 176 (|has| |#1| (-233))) (($ $ (-771)) 174 (|has| |#1| (-233))) (($ $ (-1175)) 172 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 171 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 170 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 169 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 162) (($ $ (-1 |#1| |#1|)) 161)) (-1490 (($ $) 148)) (-2507 ((|#1| $) 150)) (-1945 (((-892 (-566)) $) 156 (|has| |#1| (-614 (-892 (-566))))) (((-892 (-381)) $) 155 (|has| |#1| (-614 (-892 (-381))))) (((-538) $) 133 (|has| |#1| (-614 (-538)))) (((-381) $) 132 (|has| |#1| (-1022))) (((-225) $) 131 (|has| |#1| (-1022)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 142 (-3360 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ |#1|) 189) (($ (-1175)) 135 (|has| |#1| (-1038 (-1175))))) (-2097 (((-3 $ "failed") $) 134 (-2700 (|has| |#1| (-145)) (-3360 (|has| $ (-145)) (|has| |#1| (-909)))))) (-2910 (((-771)) 32 T CONST)) (-4370 ((|#1| $) 144 (|has| |#1| (-547)))) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3839 (($ $) 127 (|has| |#1| (-820)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $) 175 (|has| |#1| (-233))) (($ $ (-771)) 173 (|has| |#1| (-233))) (($ $ (-1175)) 168 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 167 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 166 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 165 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 164) (($ $ (-1 |#1| |#1|)) 163)) (-2928 (((-112) $ $) 123 (|has| |#1| (-850)))) (-2904 (((-112) $ $) 122 (|has| |#1| (-850)))) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 124 (|has| |#1| (-850)))) (-2892 (((-112) $ $) 121 (|has| |#1| (-850)))) (-2990 (($ $ $) 73) (($ |#1| |#1|) 152)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75) (($ |#1| $) 188) (($ $ |#1|) 187)))
(((-992 |#1|) (-140) (-558)) (T -992))
-((-3025 (*1 *1 *2 *2) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-2248 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-2260 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-3406 (*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-1452 (*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-1873 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-308)))) (-2487 (*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-308)))) (-2715 (*1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-547)) (-4 *2 (-558)))) (-3913 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-547)))) (-3143 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-547)))))
-(-13 (-365) (-38 |t#1|) (-1038 |t#1|) (-340 |t#1|) (-231 |t#1|) (-379 |t#1|) (-884 |t#1|) (-402 |t#1|) (-10 -8 (-15 -3025 ($ |t#1| |t#1|)) (-15 -2248 (|t#1| $)) (-15 -2260 (|t#1| $)) (-15 -3406 ($ $)) (-15 -1452 ($ $)) (IF (|has| |t#1| (-1150)) (-6 (-1150)) |%noBranch|) (IF (|has| |t#1| (-1038 (-566))) (PROGN (-6 (-1038 (-566))) (-6 (-1038 (-409 (-566))))) |%noBranch|) (IF (|has| |t#1| (-850)) (-6 (-850)) |%noBranch|) (IF (|has| |t#1| (-820)) (-6 (-820)) |%noBranch|) (IF (|has| |t#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1038 (-1175))) (-6 (-1038 (-1175))) |%noBranch|) (IF (|has| |t#1| (-308)) (PROGN (-15 -1873 (|t#1| $)) (-15 -2487 ($ $))) |%noBranch|) (IF (|has| |t#1| (-547)) (PROGN (-15 -2715 ($)) (-15 -3913 (|t#1| $)) (-15 -3143 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-909)) (-6 (-909)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 #1=(-1175)) |has| |#1| (-1038 (-1175))) ((-616 |#1|) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-614 (-225)) |has| |#1| (-1022)) ((-614 (-381)) |has| |#1| (-1022)) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-614 (-892 (-381))) |has| |#1| (-614 (-892 (-381)))) ((-614 (-892 (-566))) |has| |#1| (-614 (-892 (-566)))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-243) . T) ((-287 |#1| $) |has| |#1| (-287 |#1| |#1|)) ((-291) . T) ((-308) . T) ((-310 |#1|) |has| |#1| (-310 |#1|)) ((-365) . T) ((-340 |#1|) . T) ((-379 |#1|) . T) ((-402 |#1|) . T) ((-454) . T) ((-516 (-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((-516 |#1| |#1|) |has| |#1| (-310 |#1|)) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 |#1|) . T) ((-640 $) . T) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) . T) ((-717 |#1|) . T) ((-717 $) . T) ((-726) . T) ((-791) |has| |#1| (-820)) ((-792) |has| |#1| (-820)) ((-794) |has| |#1| (-820)) ((-795) |has| |#1| (-820)) ((-820) |has| |#1| (-820)) ((-848) |has| |#1| (-820)) ((-850) -2768 (|has| |#1| (-850)) (|has| |#1| (-820))) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-884 |#1|) . T) ((-909) |has| |#1| (-909)) ((-920) . T) ((-1022) |has| |#1| (-1022)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-566))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 #1#) |has| |#1| (-1038 (-1175))) ((-1038 |#1|) . T) ((-1051 #0#) . T) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-1150)) ((-1214) . T) ((-1218) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-4135 (($ (-1141 |#1| |#2|)) 11)) (-4184 (((-1141 |#1| |#2|) $) 12)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1309 ((|#2| $ (-240 |#1| |#2|)) 16)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL)))
-(((-993 |#1| |#2|) (-13 (-21) (-10 -8 (-15 -4135 ($ (-1141 |#1| |#2|))) (-15 -4184 ((-1141 |#1| |#2|) $)) (-15 -1309 (|#2| $ (-240 |#1| |#2|))))) (-921) (-365)) (T -993))
-((-4135 (*1 *1 *2) (-12 (-5 *2 (-1141 *3 *4)) (-14 *3 (-921)) (-4 *4 (-365)) (-5 *1 (-993 *3 *4)))) (-4184 (*1 *2 *1) (-12 (-5 *2 (-1141 *3 *4)) (-5 *1 (-993 *3 *4)) (-14 *3 (-921)) (-4 *4 (-365)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 (-240 *4 *2)) (-14 *4 (-921)) (-4 *2 (-365)) (-5 *1 (-993 *4 *2)))))
-(-13 (-21) (-10 -8 (-15 -4135 ($ (-1141 |#1| |#2|))) (-15 -4184 ((-1141 |#1| |#2|) $)) (-15 -1309 (|#2| $ (-240 |#1| |#2|)))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2080 (((-1134) $) 9)) (-3152 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-994) (-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $))))) (T -994))
-((-2080 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-994)))))
-(-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $))))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) 8)) (-2463 (($) 7 T CONST)) (-4310 (($ $) 47)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-2440 (((-771) $) 46)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2660 ((|#1| $) 45)) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2774 ((|#1| |#1| $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-2849 ((|#1| $) 48)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 43)) (-3582 ((|#1| $) 44)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-995 |#1|) (-140) (-1214)) (T -995))
-((-2774 (*1 *2 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))) (-2849 (*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))) (-4310 (*1 *1 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))) (-2440 (*1 *2 *1) (-12 (-4 *1 (-995 *3)) (-4 *3 (-1214)) (-5 *2 (-771)))) (-2660 (*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))) (-3582 (*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4414) (-15 -2774 (|t#1| |t#1| $)) (-15 -2849 (|t#1| $)) (-15 -4310 ($ $)) (-15 -2440 ((-771) $)) (-15 -2660 (|t#1| $)) (-15 -3582 (|t#1| $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-3230 (((-112) $) 43)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 46)) (-4158 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#2| $) 44)) (-4391 (((-3 (-409 (-566)) "failed") $) 78)) (-3407 (((-112) $) 72)) (-1786 (((-409 (-566)) $) 76)) (-2389 (((-112) $) 42)) (-2064 ((|#2| $) 22)) (-2319 (($ (-1 |#2| |#2|) $) 19)) (-2748 (($ $) 58)) (-3629 (($ $) NIL) (($ $ (-771)) NIL) (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 35)) (-2376 (((-538) $) 67)) (-3357 (($ $) 17)) (-3152 (((-862) $) 53) (($ (-566)) 39) (($ |#2|) 37) (($ (-409 (-566))) NIL)) (-2593 (((-771)) 10)) (-1358 ((|#2| $) 71)) (-2914 (((-112) $ $) 26)) (-2935 (((-112) $ $) 69)) (-3012 (($ $) 30) (($ $ $) 29)) (-3002 (($ $ $) 27)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 34) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 31) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
-(((-996 |#1| |#2|) (-10 -8 (-15 -3152 (|#1| (-409 (-566)))) (-15 -2935 ((-112) |#1| |#1|)) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 * (|#1| |#1| (-409 (-566)))) (-15 -2748 (|#1| |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -1358 (|#2| |#1|)) (-15 -2064 (|#2| |#1|)) (-15 -3357 (|#1| |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 -2389 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 -3230 ((-112) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -3002 (|#1| |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|))) (-997 |#2|) (-172)) (T -996))
-((-2593 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-996 *3 *4)) (-4 *3 (-997 *4)))))
-(-10 -8 (-15 -3152 (|#1| (-409 (-566)))) (-15 -2935 ((-112) |#1| |#1|)) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 * (|#1| |#1| (-409 (-566)))) (-15 -2748 (|#1| |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -1358 (|#2| |#1|)) (-15 -2064 (|#2| |#1|)) (-15 -3357 (|#1| |#1|)) (-15 -2319 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 -2389 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 -3230 ((-112) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -3002 (|#1| |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-2229 (((-3 (-566) "failed") $) 127 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 125 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 122)) (-4158 (((-566) $) 126 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 124 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 123)) (-4089 (((-689 (-566)) (-689 $)) 97 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 96 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 95) (((-689 |#1|) (-689 $)) 94)) (-3245 (((-3 $ "failed") $) 37)) (-1646 ((|#1| $) 87)) (-4391 (((-3 (-409 (-566)) "failed") $) 83 (|has| |#1| (-547)))) (-3407 (((-112) $) 85 (|has| |#1| (-547)))) (-1786 (((-409 (-566)) $) 84 (|has| |#1| (-547)))) (-1915 (($ |#1| |#1| |#1| |#1|) 88)) (-2389 (((-112) $) 35)) (-2064 ((|#1| $) 89)) (-1478 (($ $ $) 76 (|has| |#1| (-850)))) (-2599 (($ $ $) 75 (|has| |#1| (-850)))) (-2319 (($ (-1 |#1| |#1|) $) 98)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 80 (|has| |#1| (-365)))) (-1664 ((|#1| $) 90)) (-4220 ((|#1| $) 91)) (-3308 ((|#1| $) 92)) (-4072 (((-1119) $) 11)) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) 104 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 103 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 102 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 101 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 100 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) 99 (|has| |#1| (-516 (-1175) |#1|)))) (-1309 (($ $ |#1|) 105 (|has| |#1| (-287 |#1| |#1|)))) (-3629 (($ $) 121 (|has| |#1| (-233))) (($ $ (-771)) 119 (|has| |#1| (-233))) (($ $ (-1175)) 117 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 116 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 115 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 114 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 107) (($ $ (-1 |#1| |#1|)) 106)) (-2376 (((-538) $) 81 (|has| |#1| (-614 (-538))))) (-3357 (($ $) 93)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44) (($ (-409 (-566))) 70 (-2768 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))) (-2633 (((-3 $ "failed") $) 82 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-1358 ((|#1| $) 86 (|has| |#1| (-1059)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $) 120 (|has| |#1| (-233))) (($ $ (-771)) 118 (|has| |#1| (-233))) (($ $ (-1175)) 113 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 112 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 111 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 110 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 109) (($ $ (-1 |#1| |#1|)) 108)) (-2968 (((-112) $ $) 73 (|has| |#1| (-850)))) (-2946 (((-112) $ $) 72 (|has| |#1| (-850)))) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 74 (|has| |#1| (-850)))) (-2935 (((-112) $ $) 71 (|has| |#1| (-850)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 79 (|has| |#1| (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ $ (-409 (-566))) 78 (|has| |#1| (-365))) (($ (-409 (-566)) $) 77 (|has| |#1| (-365)))))
+((-2990 (*1 *1 *2 *2) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-2499 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-2507 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-2059 (*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-1490 (*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))) (-3165 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-308)))) (-4381 (*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-308)))) (-3341 (*1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-547)) (-4 *2 (-558)))) (-4370 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-547)))) (-2426 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-547)))))
+(-13 (-365) (-38 |t#1|) (-1038 |t#1|) (-340 |t#1|) (-231 |t#1|) (-379 |t#1|) (-884 |t#1|) (-402 |t#1|) (-10 -8 (-15 -2990 ($ |t#1| |t#1|)) (-15 -2499 (|t#1| $)) (-15 -2507 (|t#1| $)) (-15 -2059 ($ $)) (-15 -1490 ($ $)) (IF (|has| |t#1| (-1150)) (-6 (-1150)) |%noBranch|) (IF (|has| |t#1| (-1038 (-566))) (PROGN (-6 (-1038 (-566))) (-6 (-1038 (-409 (-566))))) |%noBranch|) (IF (|has| |t#1| (-850)) (-6 (-850)) |%noBranch|) (IF (|has| |t#1| (-820)) (-6 (-820)) |%noBranch|) (IF (|has| |t#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1038 (-1175))) (-6 (-1038 (-1175))) |%noBranch|) (IF (|has| |t#1| (-308)) (PROGN (-15 -3165 (|t#1| $)) (-15 -4381 ($ $))) |%noBranch|) (IF (|has| |t#1| (-547)) (PROGN (-15 -3341 ($)) (-15 -4370 (|t#1| $)) (-15 -2426 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-909)) (-6 (-909)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 #1=(-1175)) |has| |#1| (-1038 (-1175))) ((-616 |#1|) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-614 (-225)) |has| |#1| (-1022)) ((-614 (-381)) |has| |#1| (-1022)) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-614 (-892 (-381))) |has| |#1| (-614 (-892 (-381)))) ((-614 (-892 (-566))) |has| |#1| (-614 (-892 (-566)))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-243) . T) ((-287 |#1| $) |has| |#1| (-287 |#1| |#1|)) ((-291) . T) ((-308) . T) ((-310 |#1|) |has| |#1| (-310 |#1|)) ((-365) . T) ((-340 |#1|) . T) ((-379 |#1|) . T) ((-402 |#1|) . T) ((-454) . T) ((-516 (-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((-516 |#1| |#1|) |has| |#1| (-310 |#1|)) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 |#1|) . T) ((-640 $) . T) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) . T) ((-717 |#1|) . T) ((-717 $) . T) ((-726) . T) ((-791) |has| |#1| (-820)) ((-792) |has| |#1| (-820)) ((-794) |has| |#1| (-820)) ((-795) |has| |#1| (-820)) ((-820) |has| |#1| (-820)) ((-848) |has| |#1| (-820)) ((-850) -2700 (|has| |#1| (-850)) (|has| |#1| (-820))) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-886 (-381)) |has| |#1| (-886 (-381))) ((-886 (-566)) |has| |#1| (-886 (-566))) ((-884 |#1|) . T) ((-909) |has| |#1| (-909)) ((-920) . T) ((-1022) |has| |#1| (-1022)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-566))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 #1#) |has| |#1| (-1038 (-1175))) ((-1038 |#1|) . T) ((-1051 #0#) . T) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-1150)) ((-1215) . T) ((-1219) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1479 (($ (-1141 |#1| |#2|)) 11)) (-2540 (((-1141 |#1| |#2|) $) 12)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3483 ((|#2| $ (-240 |#1| |#2|)) 16)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL)))
+(((-993 |#1| |#2|) (-13 (-21) (-10 -8 (-15 -1479 ($ (-1141 |#1| |#2|))) (-15 -2540 ((-1141 |#1| |#2|) $)) (-15 -3483 (|#2| $ (-240 |#1| |#2|))))) (-921) (-365)) (T -993))
+((-1479 (*1 *1 *2) (-12 (-5 *2 (-1141 *3 *4)) (-14 *3 (-921)) (-4 *4 (-365)) (-5 *1 (-993 *3 *4)))) (-2540 (*1 *2 *1) (-12 (-5 *2 (-1141 *3 *4)) (-5 *1 (-993 *3 *4)) (-14 *3 (-921)) (-4 *4 (-365)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 (-240 *4 *2)) (-14 *4 (-921)) (-4 *2 (-365)) (-5 *1 (-993 *4 *2)))))
+(-13 (-21) (-10 -8 (-15 -1479 ($ (-1141 |#1| |#2|))) (-15 -2540 ((-1141 |#1| |#2|) $)) (-15 -3483 (|#2| $ (-240 |#1| |#2|)))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3696 (((-1134) $) 9)) (-1650 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-994) (-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $))))) (T -994))
+((-3696 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-994)))))
+(-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $))))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) 8)) (-4145 (($) 7 T CONST)) (-3873 (($ $) 47)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-2715 (((-771) $) 46)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2301 ((|#1| $) 45)) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-4090 ((|#1| |#1| $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3545 ((|#1| $) 48)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 43)) (-3219 ((|#1| $) 44)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-995 |#1|) (-140) (-1215)) (T -995))
+((-4090 (*1 *2 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))) (-3545 (*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))) (-3873 (*1 *1 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))) (-2715 (*1 *2 *1) (-12 (-4 *1 (-995 *3)) (-4 *3 (-1215)) (-5 *2 (-771)))) (-2301 (*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))) (-3219 (*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4415) (-15 -4090 (|t#1| |t#1| $)) (-15 -3545 (|t#1| $)) (-15 -3873 ($ $)) (-15 -2715 ((-771) $)) (-15 -2301 (|t#1| $)) (-15 -3219 (|t#1| $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-4014 (((-112) $) 43)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#2| "failed") $) 46)) (-3213 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#2| $) 44)) (-2165 (((-3 (-409 (-566)) "failed") $) 78)) (-2070 (((-112) $) 72)) (-1662 (((-409 (-566)) $) 76)) (-1568 (((-112) $) 42)) (-1435 ((|#2| $) 22)) (-1895 (($ (-1 |#2| |#2|) $) 19)) (-4085 (($ $) 58)) (-2324 (($ $) NIL) (($ $ (-771)) NIL) (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 35)) (-1945 (((-538) $) 67)) (-2791 (($ $) 17)) (-1650 (((-862) $) 53) (($ (-566)) 39) (($ |#2|) 37) (($ (-409 (-566))) NIL)) (-2910 (((-771)) 10)) (-3839 ((|#2| $) 71)) (-2868 (((-112) $ $) 26)) (-2892 (((-112) $ $) 69)) (-2977 (($ $) 30) (($ $ $) 29)) (-2964 (($ $ $) 27)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 34) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 31) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL)))
+(((-996 |#1| |#2|) (-10 -8 (-15 -1650 (|#1| (-409 (-566)))) (-15 -2892 ((-112) |#1| |#1|)) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 * (|#1| |#1| (-409 (-566)))) (-15 -4085 (|#1| |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -3839 (|#2| |#1|)) (-15 -1435 (|#2| |#1|)) (-15 -2791 (|#1| |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 -1568 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 -4014 ((-112) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -2964 (|#1| |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|))) (-997 |#2|) (-172)) (T -996))
+((-2910 (*1 *2) (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-996 *3 *4)) (-4 *3 (-997 *4)))))
+(-10 -8 (-15 -1650 (|#1| (-409 (-566)))) (-15 -2892 ((-112) |#1| |#1|)) (-15 * (|#1| (-409 (-566)) |#1|)) (-15 * (|#1| |#1| (-409 (-566)))) (-15 -4085 (|#1| |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -3839 (|#2| |#1|)) (-15 -1435 (|#2| |#1|)) (-15 -2791 (|#1| |#1|)) (-15 -1895 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 -1568 ((-112) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 * (|#1| (-771) |#1|)) (-15 -4014 ((-112) |#1|)) (-15 * (|#1| (-921) |#1|)) (-15 -2964 (|#1| |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-1821 (((-3 (-566) "failed") $) 127 (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 125 (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) 122)) (-3213 (((-566) $) 126 (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) 124 (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) 123)) (-2204 (((-689 (-566)) (-689 $)) 97 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 96 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 95) (((-689 |#1|) (-689 $)) 94)) (-4185 (((-3 $ "failed") $) 37)) (-3865 ((|#1| $) 87)) (-2165 (((-3 (-409 (-566)) "failed") $) 83 (|has| |#1| (-547)))) (-2070 (((-112) $) 85 (|has| |#1| (-547)))) (-1662 (((-409 (-566)) $) 84 (|has| |#1| (-547)))) (-3631 (($ |#1| |#1| |#1| |#1|) 88)) (-1568 (((-112) $) 35)) (-1435 ((|#1| $) 89)) (-1888 (($ $ $) 76 (|has| |#1| (-850)))) (-3890 (($ $ $) 75 (|has| |#1| (-850)))) (-1895 (($ (-1 |#1| |#1|) $) 98)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 80 (|has| |#1| (-365)))) (-2913 ((|#1| $) 90)) (-4236 ((|#1| $) 91)) (-3556 ((|#1| $) 92)) (-2029 (((-1119) $) 11)) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) 104 (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) 103 (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) 102 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) 101 (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) 100 (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) 99 (|has| |#1| (-516 (-1175) |#1|)))) (-3483 (($ $ |#1|) 105 (|has| |#1| (-287 |#1| |#1|)))) (-2324 (($ $) 121 (|has| |#1| (-233))) (($ $ (-771)) 119 (|has| |#1| (-233))) (($ $ (-1175)) 117 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 116 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 115 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 114 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 107) (($ $ (-1 |#1| |#1|)) 106)) (-1945 (((-538) $) 81 (|has| |#1| (-614 (-538))))) (-2791 (($ $) 93)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 44) (($ (-409 (-566))) 70 (-2700 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))) (-2097 (((-3 $ "failed") $) 82 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3839 ((|#1| $) 86 (|has| |#1| (-1059)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $) 120 (|has| |#1| (-233))) (($ $ (-771)) 118 (|has| |#1| (-233))) (($ $ (-1175)) 113 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 112 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 111 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 110 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 109) (($ $ (-1 |#1| |#1|)) 108)) (-2928 (((-112) $ $) 73 (|has| |#1| (-850)))) (-2904 (((-112) $ $) 72 (|has| |#1| (-850)))) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 74 (|has| |#1| (-850)))) (-2892 (((-112) $ $) 71 (|has| |#1| (-850)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 79 (|has| |#1| (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 46) (($ |#1| $) 45) (($ $ (-409 (-566))) 78 (|has| |#1| (-365))) (($ (-409 (-566)) $) 77 (|has| |#1| (-365)))))
(((-997 |#1|) (-140) (-172)) (T -997))
-((-3357 (*1 *1 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-3308 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-4220 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-1664 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-2064 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-1915 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-1646 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-1358 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)) (-4 *2 (-1059)))) (-3407 (*1 *2 *1) (-12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112)))) (-1786 (*1 *2 *1) (-12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))) (-4391 (*1 *2 *1) (|partial| -12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))))
-(-13 (-38 |t#1|) (-413 |t#1|) (-231 |t#1|) (-340 |t#1|) (-379 |t#1|) (-10 -8 (-15 -3357 ($ $)) (-15 -3308 (|t#1| $)) (-15 -4220 (|t#1| $)) (-15 -1664 (|t#1| $)) (-15 -2064 (|t#1| $)) (-15 -1915 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -1646 (|t#1| $)) (IF (|has| |t#1| (-291)) (-6 (-291)) |%noBranch|) (IF (|has| |t#1| (-850)) (-6 (-850)) |%noBranch|) (IF (|has| |t#1| (-365)) (-6 (-243)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1059)) (-15 -1358 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-547)) (PROGN (-15 -3407 ((-112) $)) (-15 -1786 ((-409 (-566)) $)) (-15 -4391 ((-3 (-409 (-566)) "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-365)) ((-38 |#1|) . T) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-365)) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-365)) (|has| |#1| (-291))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-365))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-243) |has| |#1| (-365)) ((-287 |#1| $) |has| |#1| (-287 |#1| |#1|)) ((-291) -2768 (|has| |#1| (-365)) (|has| |#1| (-291))) ((-310 |#1|) |has| |#1| (-310 |#1|)) ((-340 |#1|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-516 (-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((-516 |#1| |#1|) |has| |#1| (-310 |#1|)) ((-646 #0#) |has| |#1| (-365)) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-365)) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-365)) ((-640 |#1|) . T) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) |has| |#1| (-365)) ((-717 |#1|) . T) ((-726) . T) ((-850) |has| |#1| (-850)) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 #0#) |has| |#1| (-365)) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-365)) (|has| |#1| (-291))) ((-1056 #0#) |has| |#1| (-365)) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-365)) (|has| |#1| (-291))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2319 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
-(((-998 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 (|#3| (-1 |#4| |#2|) |#1|))) (-997 |#2|) (-172) (-997 |#4|) (-172)) (T -998))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-997 *6)) (-5 *1 (-998 *4 *5 *2 *6)) (-4 *4 (-997 *5)))))
-(-10 -7 (-15 -2319 (|#3| (-1 |#4| |#2|) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-1646 ((|#1| $) 12)) (-4391 (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-547)))) (-3407 (((-112) $) NIL (|has| |#1| (-547)))) (-1786 (((-409 (-566)) $) NIL (|has| |#1| (-547)))) (-1915 (($ |#1| |#1| |#1| |#1|) 16)) (-2389 (((-112) $) NIL)) (-2064 ((|#1| $) NIL)) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-1664 ((|#1| $) 15)) (-4220 ((|#1| $) 14)) (-3308 ((|#1| $) 13)) (-4072 (((-1119) $) NIL)) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|)))) (-1309 (($ $ |#1|) NIL (|has| |#1| (-287 |#1| |#1|)))) (-3629 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-3357 (($ $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-1358 ((|#1| $) NIL (|has| |#1| (-1059)))) (-4356 (($) 8 T CONST)) (-4366 (($) 10 T CONST)) (-3497 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-365))) (($ (-409 (-566)) $) NIL (|has| |#1| (-365)))))
+((-2791 (*1 *1 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-3556 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-4236 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-2913 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-1435 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-3631 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-3865 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))) (-3839 (*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)) (-4 *2 (-1059)))) (-2070 (*1 *2 *1) (-12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112)))) (-1662 (*1 *2 *1) (-12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))) (-2165 (*1 *2 *1) (|partial| -12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-409 (-566))))))
+(-13 (-38 |t#1|) (-413 |t#1|) (-231 |t#1|) (-340 |t#1|) (-379 |t#1|) (-10 -8 (-15 -2791 ($ $)) (-15 -3556 (|t#1| $)) (-15 -4236 (|t#1| $)) (-15 -2913 (|t#1| $)) (-15 -1435 (|t#1| $)) (-15 -3631 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -3865 (|t#1| $)) (IF (|has| |t#1| (-291)) (-6 (-291)) |%noBranch|) (IF (|has| |t#1| (-850)) (-6 (-850)) |%noBranch|) (IF (|has| |t#1| (-365)) (-6 (-243)) |%noBranch|) (IF (|has| |t#1| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-145)) |%noBranch|) (IF (|has| |t#1| (-1059)) (-15 -3839 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-547)) (PROGN (-15 -2070 ((-112) $)) (-15 -1662 ((-409 (-566)) $)) (-15 -2165 ((-3 (-409 (-566)) "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-365)) ((-38 |#1|) . T) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-365)) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-365)) (|has| |#1| (-291))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-365))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-231 |#1|) . T) ((-233) |has| |#1| (-233)) ((-243) |has| |#1| (-365)) ((-287 |#1| $) |has| |#1| (-287 |#1| |#1|)) ((-291) -2700 (|has| |#1| (-365)) (|has| |#1| (-291))) ((-310 |#1|) |has| |#1| (-310 |#1|)) ((-340 |#1|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-516 (-1175) |#1|) |has| |#1| (-516 (-1175) |#1|)) ((-516 |#1| |#1|) |has| |#1| (-310 |#1|)) ((-646 #0#) |has| |#1| (-365)) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-365)) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-365)) ((-640 |#1|) . T) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) |has| |#1| (-365)) ((-717 |#1|) . T) ((-726) . T) ((-850) |has| |#1| (-850)) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1051 #0#) |has| |#1| (-365)) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-365)) (|has| |#1| (-291))) ((-1056 #0#) |has| |#1| (-365)) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-365)) (|has| |#1| (-291))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
+((-1895 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
+(((-998 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 (|#3| (-1 |#4| |#2|) |#1|))) (-997 |#2|) (-172) (-997 |#4|) (-172)) (T -998))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-172)) (-4 *6 (-172)) (-4 *2 (-997 *6)) (-5 *1 (-998 *4 *5 *2 *6)) (-4 *4 (-997 *5)))))
+(-10 -7 (-15 -1895 (|#3| (-1 |#4| |#2|) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3865 ((|#1| $) 12)) (-2165 (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-547)))) (-2070 (((-112) $) NIL (|has| |#1| (-547)))) (-1662 (((-409 (-566)) $) NIL (|has| |#1| (-547)))) (-3631 (($ |#1| |#1| |#1| |#1|) 16)) (-1568 (((-112) $) NIL)) (-1435 ((|#1| $) NIL)) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-2913 ((|#1| $) 15)) (-4236 ((|#1| $) 14)) (-3556 ((|#1| $) 13)) (-2029 (((-1119) $) NIL)) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-310 |#1|))) (($ $ (-295 |#1|)) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-295 |#1|))) NIL (|has| |#1| (-310 |#1|))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-516 (-1175) |#1|))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-516 (-1175) |#1|)))) (-3483 (($ $ |#1|) NIL (|has| |#1| (-287 |#1| |#1|)))) (-2324 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-2791 (($ $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3839 ((|#1| $) NIL (|has| |#1| (-1059)))) (-3410 (($) 8 T CONST)) (-3424 (($) 10 T CONST)) (-3218 (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-365))) (($ (-409 (-566)) $) NIL (|has| |#1| (-365)))))
(((-999 |#1|) (-997 |#1|) (-172)) (T -999))
NIL
(-997 |#1|)
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1504 (((-112) $ (-771)) NIL)) (-2463 (($) NIL T CONST)) (-4310 (($ $) 23)) (-4230 (($ (-644 |#1|)) 33)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-2440 (((-771) $) 26)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3278 ((|#1| $) 28)) (-3888 (($ |#1| $) 17)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2660 ((|#1| $) 27)) (-1973 ((|#1| $) 22)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2774 ((|#1| |#1| $) 16)) (-2872 (((-112) $) 18)) (-3493 (($) NIL)) (-2849 ((|#1| $) 21)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) NIL)) (-3582 ((|#1| $) 30)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1000 |#1|) (-13 (-995 |#1|) (-10 -8 (-15 -4230 ($ (-644 |#1|))))) (-1099)) (T -1000))
-((-4230 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-1000 *3)))))
-(-13 (-995 |#1|) (-10 -8 (-15 -4230 ($ (-644 |#1|)))))
-((-1635 (($ $) 12)) (-1575 (($ $ (-566)) 13)))
-(((-1001 |#1|) (-10 -8 (-15 -1635 (|#1| |#1|)) (-15 -1575 (|#1| |#1| (-566)))) (-1002)) (T -1001))
-NIL
-(-10 -8 (-15 -1635 (|#1| |#1|)) (-15 -1575 (|#1| |#1| (-566))))
-((-1635 (($ $) 6)) (-1575 (($ $ (-566)) 7)) (** (($ $ (-409 (-566))) 8)))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3874 (((-112) $ (-771)) NIL)) (-4145 (($) NIL T CONST)) (-3873 (($ $) 23)) (-4334 (($ (-644 |#1|)) 33)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-2715 (((-771) $) 26)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3252 ((|#1| $) 28)) (-4165 (($ |#1| $) 17)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2301 ((|#1| $) 27)) (-2967 ((|#1| $) 22)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-4090 ((|#1| |#1| $) 16)) (-3758 (((-112) $) 18)) (-1710 (($) NIL)) (-3545 ((|#1| $) 21)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) NIL)) (-3219 ((|#1| $) 30)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1000 |#1|) (-13 (-995 |#1|) (-10 -8 (-15 -4334 ($ (-644 |#1|))))) (-1099)) (T -1000))
+((-4334 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-1000 *3)))))
+(-13 (-995 |#1|) (-10 -8 (-15 -4334 ($ (-644 |#1|)))))
+((-3856 (($ $) 12)) (-3281 (($ $ (-566)) 13)))
+(((-1001 |#1|) (-10 -8 (-15 -3856 (|#1| |#1|)) (-15 -3281 (|#1| |#1| (-566)))) (-1002)) (T -1001))
+NIL
+(-10 -8 (-15 -3856 (|#1| |#1|)) (-15 -3281 (|#1| |#1| (-566))))
+((-3856 (($ $) 6)) (-3281 (($ $ (-566)) 7)) (** (($ $ (-409 (-566))) 8)))
(((-1002) (-140)) (T -1002))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-1002)) (-5 *2 (-409 (-566))))) (-1575 (*1 *1 *1 *2) (-12 (-4 *1 (-1002)) (-5 *2 (-566)))) (-1635 (*1 *1 *1) (-4 *1 (-1002))))
-(-13 (-10 -8 (-15 -1635 ($ $)) (-15 -1575 ($ $ (-566))) (-15 ** ($ $ (-409 (-566))))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2802 (((-2 (|:| |num| (-1264 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| (-409 |#2|) (-365)))) (-2161 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-2345 (((-112) $) NIL (|has| (-409 |#2|) (-365)))) (-3899 (((-689 (-409 |#2|)) (-1264 $)) NIL) (((-689 (-409 |#2|))) NIL)) (-3833 (((-409 |#2|) $) NIL)) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| (-409 |#2|) (-351)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-1364 (((-420 $) $) NIL (|has| (-409 |#2|) (-365)))) (-2085 (((-112) $ $) NIL (|has| (-409 |#2|) (-365)))) (-3870 (((-771)) NIL (|has| (-409 |#2|) (-370)))) (-2239 (((-112)) NIL)) (-3333 (((-112) |#1|) 173) (((-112) |#2|) 177)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| (-409 |#2|) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-3 (-409 |#2|) "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| (-409 |#2|) (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-409 |#2|) $) NIL)) (-1563 (($ (-1264 (-409 |#2|)) (-1264 $)) NIL) (($ (-1264 (-409 |#2|))) 81) (($ (-1264 |#2|) |#2|) NIL)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-409 |#2|) (-351)))) (-2933 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3578 (((-689 (-409 |#2|)) $ (-1264 $)) NIL) (((-689 (-409 |#2|)) $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-409 |#2|))) (|:| |vec| (-1264 (-409 |#2|)))) (-689 $) (-1264 $)) NIL) (((-689 (-409 |#2|)) (-689 $)) NIL)) (-2108 (((-1264 $) (-1264 $)) NIL)) (-2873 (($ |#3|) 75) (((-3 $ "failed") (-409 |#3|)) NIL (|has| (-409 |#2|) (-365)))) (-3245 (((-3 $ "failed") $) NIL)) (-3831 (((-644 (-644 |#1|))) NIL (|has| |#1| (-370)))) (-3748 (((-112) |#1| |#1|) NIL)) (-2755 (((-921)) NIL)) (-2715 (($) NIL (|has| (-409 |#2|) (-370)))) (-3032 (((-112)) NIL)) (-3756 (((-112) |#1|) 61) (((-112) |#2|) 175)) (-2945 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| (-409 |#2|) (-365)))) (-2616 (($ $) NIL)) (-3359 (($) NIL (|has| (-409 |#2|) (-351)))) (-2466 (((-112) $) NIL (|has| (-409 |#2|) (-351)))) (-1574 (($ $ (-771)) NIL (|has| (-409 |#2|) (-351))) (($ $) NIL (|has| (-409 |#2|) (-351)))) (-1615 (((-112) $) NIL (|has| (-409 |#2|) (-365)))) (-2679 (((-921) $) NIL (|has| (-409 |#2|) (-351))) (((-833 (-921)) $) NIL (|has| (-409 |#2|) (-351)))) (-2389 (((-112) $) NIL)) (-3962 (((-771)) NIL)) (-2803 (((-1264 $) (-1264 $)) NIL)) (-2064 (((-409 |#2|) $) NIL)) (-4172 (((-644 (-952 |#1|)) (-1175)) NIL (|has| |#1| (-365)))) (-2621 (((-3 $ "failed") $) NIL (|has| (-409 |#2|) (-351)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-409 |#2|) (-365)))) (-3468 ((|#3| $) NIL (|has| (-409 |#2|) (-365)))) (-1866 (((-921) $) NIL (|has| (-409 |#2|) (-370)))) (-2860 ((|#3| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| (-409 |#2|) (-365))) (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3380 (((-1157) $) NIL)) (-3224 (((-689 (-409 |#2|))) 57)) (-1740 (((-689 (-409 |#2|))) 56)) (-2748 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-4364 (($ (-1264 |#2|) |#2|) 82)) (-3458 (((-689 (-409 |#2|))) 55)) (-2300 (((-689 (-409 |#2|))) 54)) (-2238 (((-2 (|:| |num| (-689 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 97)) (-2713 (((-2 (|:| |num| (-1264 |#2|)) (|:| |den| |#2|)) $) 88)) (-2942 (((-1264 $)) 51)) (-2736 (((-1264 $)) 50)) (-2534 (((-112) $) NIL)) (-3626 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-3289 (($) NIL (|has| (-409 |#2|) (-351)) CONST)) (-2835 (($ (-921)) NIL (|has| (-409 |#2|) (-370)))) (-4257 (((-3 |#2| "failed")) 70)) (-4072 (((-1119) $) NIL)) (-4200 (((-771)) NIL)) (-3302 (($) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| (-409 |#2|) (-365)))) (-2164 (($ (-644 $)) NIL (|has| (-409 |#2|) (-365))) (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| (-409 |#2|) (-351)))) (-1624 (((-420 $) $) NIL (|has| (-409 |#2|) (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-409 |#2|) (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| (-409 |#2|) (-365)))) (-2978 (((-3 $ "failed") $ $) NIL (|has| (-409 |#2|) (-365)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-409 |#2|) (-365)))) (-4357 (((-771) $) NIL (|has| (-409 |#2|) (-365)))) (-1309 ((|#1| $ |#1| |#1|) NIL)) (-1438 (((-3 |#2| "failed")) 68)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| (-409 |#2|) (-365)))) (-4068 (((-409 |#2|) (-1264 $)) NIL) (((-409 |#2|)) 47)) (-3169 (((-771) $) NIL (|has| (-409 |#2|) (-351))) (((-3 (-771) "failed") $ $) NIL (|has| (-409 |#2|) (-351)))) (-3629 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-771)) NIL (-2768 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) NIL (-2768 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-3225 (((-689 (-409 |#2|)) (-1264 $) (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365)))) (-1705 ((|#3|) 58)) (-4122 (($) NIL (|has| (-409 |#2|) (-351)))) (-3350 (((-1264 (-409 |#2|)) $ (-1264 $)) NIL) (((-689 (-409 |#2|)) (-1264 $) (-1264 $)) NIL) (((-1264 (-409 |#2|)) $) 83) (((-689 (-409 |#2|)) (-1264 $)) NIL)) (-2376 (((-1264 (-409 |#2|)) $) NIL) (($ (-1264 (-409 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| (-409 |#2|) (-351)))) (-1726 (((-1264 $) (-1264 $)) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 |#2|)) NIL) (($ (-409 (-566))) NIL (-2768 (|has| (-409 |#2|) (-1038 (-409 (-566)))) (|has| (-409 |#2|) (-365)))) (($ $) NIL (|has| (-409 |#2|) (-365)))) (-2633 (($ $) NIL (|has| (-409 |#2|) (-351))) (((-3 $ "failed") $) NIL (|has| (-409 |#2|) (-145)))) (-2318 ((|#3| $) NIL)) (-2593 (((-771)) NIL T CONST)) (-2675 (((-112)) 65)) (-3401 (((-112) |#1|) 178) (((-112) |#2|) 179)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) 143)) (-3014 (((-112) $ $) NIL (|has| (-409 |#2|) (-365)))) (-2019 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-1361 (((-112)) NIL)) (-4356 (($) 109 T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-771)) NIL (-2768 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) NIL (-2768 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| (-409 |#2|) (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 |#2|)) NIL) (($ (-409 |#2|) $) NIL) (($ (-409 (-566)) $) NIL (|has| (-409 |#2|) (-365))) (($ $ (-409 (-566))) NIL (|has| (-409 |#2|) (-365)))))
-(((-1003 |#1| |#2| |#3| |#4| |#5|) (-344 |#1| |#2| |#3|) (-1218) (-1240 |#1|) (-1240 (-409 |#2|)) (-409 |#2|) (-771)) (T -1003))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-1002)) (-5 *2 (-409 (-566))))) (-3281 (*1 *1 *1 *2) (-12 (-4 *1 (-1002)) (-5 *2 (-566)))) (-3856 (*1 *1 *1) (-4 *1 (-1002))))
+(-13 (-10 -8 (-15 -3856 ($ $)) (-15 -3281 ($ $ (-566))) (-15 ** ($ $ (-409 (-566))))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-4369 (((-2 (|:| |num| (-1265 |#2|)) (|:| |den| |#2|)) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| (-409 |#2|) (-365)))) (-4282 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-2296 (((-112) $) NIL (|has| (-409 |#2|) (-365)))) (-4266 (((-689 (-409 |#2|)) (-1265 $)) NIL) (((-689 (-409 |#2|))) NIL)) (-2881 (((-409 |#2|) $) NIL)) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| (-409 |#2|) (-351)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-1615 (((-420 $) $) NIL (|has| (-409 |#2|) (-365)))) (-1621 (((-112) $ $) NIL (|has| (-409 |#2|) (-365)))) (-3571 (((-771)) NIL (|has| (-409 |#2|) (-370)))) (-2490 (((-112)) NIL)) (-2508 (((-112) |#1|) 173) (((-112) |#2|) 177)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| (-409 |#2|) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-3 (-409 |#2|) "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| (-409 |#2|) (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| (-409 |#2|) (-1038 (-409 (-566))))) (((-409 |#2|) $) NIL)) (-3189 (($ (-1265 (-409 |#2|)) (-1265 $)) NIL) (($ (-1265 (-409 |#2|))) 81) (($ (-1265 |#2|) |#2|) NIL)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-409 |#2|) (-351)))) (-4067 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3186 (((-689 (-409 |#2|)) $ (-1265 $)) NIL) (((-689 (-409 |#2|)) $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-409 |#2|) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-409 |#2|))) (|:| |vec| (-1265 (-409 |#2|)))) (-689 $) (-1265 $)) NIL) (((-689 (-409 |#2|)) (-689 $)) NIL)) (-1823 (((-1265 $) (-1265 $)) NIL)) (-1936 (($ |#3|) 75) (((-3 $ "failed") (-409 |#3|)) NIL (|has| (-409 |#2|) (-365)))) (-4185 (((-3 $ "failed") $) NIL)) (-1764 (((-644 (-644 |#1|))) NIL (|has| |#1| (-370)))) (-2264 (((-112) |#1| |#1|) NIL)) (-3486 (((-921)) NIL)) (-3341 (($) NIL (|has| (-409 |#2|) (-370)))) (-2534 (((-112)) NIL)) (-2330 (((-112) |#1|) 61) (((-112) |#2|) 175)) (-4078 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| (-409 |#2|) (-365)))) (-3156 (($ $) NIL)) (-2814 (($) NIL (|has| (-409 |#2|) (-351)))) (-4179 (((-112) $) NIL (|has| (-409 |#2|) (-351)))) (-3271 (($ $ (-771)) NIL (|has| (-409 |#2|) (-351))) (($ $) NIL (|has| (-409 |#2|) (-351)))) (-2422 (((-112) $) NIL (|has| (-409 |#2|) (-365)))) (-2464 (((-921) $) NIL (|has| (-409 |#2|) (-351))) (((-833 (-921)) $) NIL (|has| (-409 |#2|) (-351)))) (-1568 (((-112) $) NIL)) (-3546 (((-771)) NIL)) (-4377 (((-1265 $) (-1265 $)) NIL)) (-1435 (((-409 |#2|) $) NIL)) (-1809 (((-644 (-952 |#1|)) (-1175)) NIL (|has| |#1| (-365)))) (-1982 (((-3 $ "failed") $) NIL (|has| (-409 |#2|) (-351)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-409 |#2|) (-365)))) (-1505 ((|#3| $) NIL (|has| (-409 |#2|) (-365)))) (-4350 (((-921) $) NIL (|has| (-409 |#2|) (-370)))) (-1924 ((|#3| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| (-409 |#2|) (-365))) (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3057 (((-1157) $) NIL)) (-3958 (((-689 (-409 |#2|))) 57)) (-2403 (((-689 (-409 |#2|))) 56)) (-4085 (($ $) NIL (|has| (-409 |#2|) (-365)))) (-3138 (($ (-1265 |#2|) |#2|) 82)) (-1411 (((-689 (-409 |#2|))) 55)) (-1912 (((-689 (-409 |#2|))) 54)) (-2482 (((-2 (|:| |num| (-689 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 97)) (-1657 (((-2 (|:| |num| (-1265 |#2|)) (|:| |den| |#2|)) $) 88)) (-3132 (((-1265 $)) 51)) (-1845 (((-1265 $)) 50)) (-3607 (((-112) $) NIL)) (-3619 (((-112) $) NIL) (((-112) $ |#1|) NIL) (((-112) $ |#2|) NIL)) (-1783 (($) NIL (|has| (-409 |#2|) (-351)) CONST)) (-1351 (($ (-921)) NIL (|has| (-409 |#2|) (-370)))) (-3326 (((-3 |#2| "failed")) 70)) (-2029 (((-1119) $) NIL)) (-4011 (((-771)) NIL)) (-2529 (($) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| (-409 |#2|) (-365)))) (-1962 (($ (-644 $)) NIL (|has| (-409 |#2|) (-365))) (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| (-409 |#2|) (-351)))) (-3846 (((-420 $) $) NIL (|has| (-409 |#2|) (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-409 |#2|) (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| (-409 |#2|) (-365)))) (-4116 (((-3 $ "failed") $ $) NIL (|has| (-409 |#2|) (-365)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| (-409 |#2|) (-365)))) (-3075 (((-771) $) NIL (|has| (-409 |#2|) (-365)))) (-3483 ((|#1| $ |#1| |#1|) NIL)) (-1385 (((-3 |#2| "failed")) 68)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| (-409 |#2|) (-365)))) (-2018 (((-409 |#2|) (-1265 $)) NIL) (((-409 |#2|)) 47)) (-1529 (((-771) $) NIL (|has| (-409 |#2|) (-351))) (((-3 (-771) "failed") $ $) NIL (|has| (-409 |#2|) (-351)))) (-2324 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-771)) NIL (-2700 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) NIL (-2700 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-3970 (((-689 (-409 |#2|)) (-1265 $) (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365)))) (-2068 ((|#3|) 58)) (-2484 (($) NIL (|has| (-409 |#2|) (-351)))) (-2702 (((-1265 (-409 |#2|)) $ (-1265 $)) NIL) (((-689 (-409 |#2|)) (-1265 $) (-1265 $)) NIL) (((-1265 (-409 |#2|)) $) 83) (((-689 (-409 |#2|)) (-1265 $)) NIL)) (-1945 (((-1265 (-409 |#2|)) $) NIL) (($ (-1265 (-409 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| (-409 |#2|) (-351)))) (-2266 (((-1265 $) (-1265 $)) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 |#2|)) NIL) (($ (-409 (-566))) NIL (-2700 (|has| (-409 |#2|) (-1038 (-409 (-566)))) (|has| (-409 |#2|) (-365)))) (($ $) NIL (|has| (-409 |#2|) (-365)))) (-2097 (($ $) NIL (|has| (-409 |#2|) (-351))) (((-3 $ "failed") $) NIL (|has| (-409 |#2|) (-145)))) (-2080 ((|#3| $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2428 (((-112)) 65)) (-2005 (((-112) |#1|) 178) (((-112) |#2|) 179)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) 143)) (-3679 (((-112) $ $) NIL (|has| (-409 |#2|) (-365)))) (-2171 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-1543 (((-112)) NIL)) (-3410 (($) 109 T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-1 (-409 |#2|) (-409 |#2|)) (-771)) NIL (|has| (-409 |#2|) (-365))) (($ $ (-1 (-409 |#2|) (-409 |#2|))) NIL (|has| (-409 |#2|) (-365))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| (-409 |#2|) (-365)) (|has| (-409 |#2|) (-900 (-1175))))) (($ $ (-771)) NIL (-2700 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351)))) (($ $) NIL (-2700 (-12 (|has| (-409 |#2|) (-233)) (|has| (-409 |#2|) (-365))) (|has| (-409 |#2|) (-351))))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ $) NIL (|has| (-409 |#2|) (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| (-409 |#2|) (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 |#2|)) NIL) (($ (-409 |#2|) $) NIL) (($ (-409 (-566)) $) NIL (|has| (-409 |#2|) (-365))) (($ $ (-409 (-566))) NIL (|has| (-409 |#2|) (-365)))))
+(((-1003 |#1| |#2| |#3| |#4| |#5|) (-344 |#1| |#2| |#3|) (-1219) (-1241 |#1|) (-1241 (-409 |#2|)) (-409 |#2|) (-771)) (T -1003))
NIL
(-344 |#1| |#2| |#3|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3511 (((-644 (-566)) $) 73)) (-2247 (($ (-644 (-566))) 81)) (-1873 (((-566) $) 48 (|has| (-566) (-308)))) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL (|has| (-566) (-820)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) 60) (((-3 (-1175) "failed") $) NIL (|has| (-566) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) 57 (|has| (-566) (-1038 (-566)))) (((-3 (-566) "failed") $) 60 (|has| (-566) (-1038 (-566))))) (-4158 (((-566) $) NIL) (((-1175) $) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-566) (-1038 (-566)))) (((-566) $) NIL (|has| (-566) (-1038 (-566))))) (-2933 (($ $ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2715 (($) NIL (|has| (-566) (-547)))) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-3282 (((-644 (-566)) $) 79)) (-2528 (((-112) $) NIL (|has| (-566) (-820)))) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-566) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-566) (-886 (-381))))) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL)) (-2248 (((-566) $) 45)) (-2621 (((-3 $ "failed") $) NIL (|has| (-566) (-1150)))) (-3233 (((-112) $) NIL (|has| (-566) (-820)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| (-566) (-850)))) (-2319 (($ (-1 (-566) (-566)) $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL)) (-3289 (($) NIL (|has| (-566) (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2487 (($ $) NIL (|has| (-566) (-308))) (((-409 (-566)) $) 50)) (-3180 (((-1155 (-566)) $) 78)) (-1652 (($ (-644 (-566)) (-644 (-566))) 82)) (-3143 (((-566) $) 64 (|has| (-566) (-547)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1624 (((-420 $) $) NIL)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2023 (($ $ (-644 (-566)) (-644 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-566) (-566)) NIL (|has| (-566) (-310 (-566)))) (($ $ (-295 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-295 (-566)))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-1175)) (-644 (-566))) NIL (|has| (-566) (-516 (-1175) (-566)))) (($ $ (-1175) (-566)) NIL (|has| (-566) (-516 (-1175) (-566))))) (-4357 (((-771) $) NIL)) (-1309 (($ $ (-566)) NIL (|has| (-566) (-287 (-566) (-566))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $) 15 (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-1452 (($ $) NIL)) (-2260 (((-566) $) 47)) (-3734 (((-644 (-566)) $) 80)) (-2376 (((-892 (-566)) $) NIL (|has| (-566) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-566) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-566) (-614 (-538)))) (((-381) $) NIL (|has| (-566) (-1022))) (((-225) $) NIL (|has| (-566) (-1022)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-566) (-909))))) (-3152 (((-862) $) 107) (($ (-566)) 51) (($ $) NIL) (($ (-409 (-566))) 27) (($ (-566)) 51) (($ (-1175)) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) 25)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| (-566) (-909))) (|has| (-566) (-145))))) (-2593 (((-771)) 13 T CONST)) (-3913 (((-566) $) 62 (|has| (-566) (-547)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-1358 (($ $) NIL (|has| (-566) (-820)))) (-4356 (($) 14 T CONST)) (-4366 (($) 17 T CONST)) (-3497 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-2968 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2914 (((-112) $ $) 21)) (-2956 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2935 (((-112) $ $) 40 (|has| (-566) (-850)))) (-3025 (($ $ $) 36) (($ (-566) (-566)) 38)) (-3012 (($ $) 23) (($ $ $) 30)) (-3002 (($ $ $) 28)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 32) (($ $ $) 34) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-566) $) 32) (($ $ (-566)) NIL)))
-(((-1004 |#1|) (-13 (-992 (-566)) (-613 (-409 (-566))) (-10 -8 (-15 -2487 ((-409 (-566)) $)) (-15 -3511 ((-644 (-566)) $)) (-15 -3180 ((-1155 (-566)) $)) (-15 -3282 ((-644 (-566)) $)) (-15 -3734 ((-644 (-566)) $)) (-15 -2247 ($ (-644 (-566)))) (-15 -1652 ($ (-644 (-566)) (-644 (-566)))))) (-566)) (T -1004))
-((-2487 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-3511 (*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-3180 (*1 *2 *1) (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-3282 (*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-3734 (*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-2247 (*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-1652 (*1 *1 *2 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
-(-13 (-992 (-566)) (-613 (-409 (-566))) (-10 -8 (-15 -2487 ((-409 (-566)) $)) (-15 -3511 ((-644 (-566)) $)) (-15 -3180 ((-1155 (-566)) $)) (-15 -3282 ((-644 (-566)) $)) (-15 -3734 ((-644 (-566)) $)) (-15 -2247 ($ (-644 (-566)))) (-15 -1652 ($ (-644 (-566)) (-644 (-566))))))
-((-2532 (((-52) (-409 (-566)) (-566)) 9)))
-(((-1005) (-10 -7 (-15 -2532 ((-52) (-409 (-566)) (-566))))) (T -1005))
-((-2532 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-566))) (-5 *4 (-566)) (-5 *2 (-52)) (-5 *1 (-1005)))))
-(-10 -7 (-15 -2532 ((-52) (-409 (-566)) (-566))))
-((-3870 (((-566)) 23)) (-3082 (((-566)) 28)) (-2788 (((-1269) (-566)) 26)) (-3980 (((-566) (-566)) 29) (((-566)) 22)))
-(((-1006) (-10 -7 (-15 -3980 ((-566))) (-15 -3870 ((-566))) (-15 -3980 ((-566) (-566))) (-15 -2788 ((-1269) (-566))) (-15 -3082 ((-566))))) (T -1006))
-((-3082 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))) (-2788 (*1 *2 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-1006)))) (-3980 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))) (-3870 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))) (-3980 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))))
-(-10 -7 (-15 -3980 ((-566))) (-15 -3870 ((-566))) (-15 -3980 ((-566) (-566))) (-15 -2788 ((-1269) (-566))) (-15 -3082 ((-566))))
-((-2208 (((-420 |#1|) |#1|) 43)) (-1624 (((-420 |#1|) |#1|) 41)))
-(((-1007 |#1|) (-10 -7 (-15 -1624 ((-420 |#1|) |#1|)) (-15 -2208 ((-420 |#1|) |#1|))) (-1240 (-409 (-566)))) (T -1007))
-((-2208 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1007 *3)) (-4 *3 (-1240 (-409 (-566)))))) (-1624 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1007 *3)) (-4 *3 (-1240 (-409 (-566)))))))
-(-10 -7 (-15 -1624 ((-420 |#1|) |#1|)) (-15 -2208 ((-420 |#1|) |#1|)))
-((-4391 (((-3 (-409 (-566)) "failed") |#1|) 15)) (-3407 (((-112) |#1|) 14)) (-1786 (((-409 (-566)) |#1|) 10)))
-(((-1008 |#1|) (-10 -7 (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|))) (-1038 (-409 (-566)))) (T -1008))
-((-4391 (*1 *2 *3) (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-1008 *3)) (-4 *3 (-1038 *2)))) (-3407 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1008 *3)) (-4 *3 (-1038 (-409 (-566)))))) (-1786 (*1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1008 *3)) (-4 *3 (-1038 *2)))))
-(-10 -7 (-15 -1786 ((-409 (-566)) |#1|)) (-15 -3407 ((-112) |#1|)) (-15 -4391 ((-3 (-409 (-566)) "failed") |#1|)))
-((-1456 ((|#2| $ "value" |#2|) 12)) (-1309 ((|#2| $ "value") 10)) (-4385 (((-112) $ $) 18)))
-(((-1009 |#1| |#2|) (-10 -8 (-15 -1456 (|#2| |#1| "value" |#2|)) (-15 -4385 ((-112) |#1| |#1|)) (-15 -1309 (|#2| |#1| "value"))) (-1010 |#2|) (-1214)) (T -1009))
-NIL
-(-10 -8 (-15 -1456 (|#2| |#1| "value" |#2|)) (-15 -4385 ((-112) |#1| |#1|)) (-15 -1309 (|#2| |#1| "value")))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2876 ((|#1| $) 49)) (-1504 (((-112) $ (-771)) 8)) (-2191 ((|#1| $ |#1|) 40 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 42 (|has| $ (-6 -4415)))) (-2463 (($) 7 T CONST)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 51)) (-1507 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-1458 (((-644 |#1|) $) 46)) (-3860 (((-112) $) 50)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ "value") 48)) (-1696 (((-566) $ $) 45)) (-3786 (((-112) $) 47)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) 52)) (-4385 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-1010 |#1|) (-140) (-1214)) (T -1010))
-((-1926 (*1 *2 *1) (-12 (-4 *3 (-1214)) (-5 *2 (-644 *1)) (-4 *1 (-1010 *3)))) (-3431 (*1 *2 *1) (-12 (-4 *3 (-1214)) (-5 *2 (-644 *1)) (-4 *1 (-1010 *3)))) (-3860 (*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))) (-2876 (*1 *2 *1) (-12 (-4 *1 (-1010 *2)) (-4 *2 (-1214)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-1010 *2)) (-4 *2 (-1214)))) (-3786 (*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))) (-1458 (*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-5 *2 (-644 *3)))) (-1696 (*1 *2 *1 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-5 *2 (-566)))) (-4385 (*1 *2 *1 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-1507 (*1 *2 *1 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-4202 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *1)) (|has| *1 (-6 -4415)) (-4 *1 (-1010 *3)) (-4 *3 (-1214)))) (-1456 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4415)) (-4 *1 (-1010 *2)) (-4 *2 (-1214)))) (-2191 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1010 *2)) (-4 *2 (-1214)))))
-(-13 (-491 |t#1|) (-10 -8 (-15 -1926 ((-644 $) $)) (-15 -3431 ((-644 $) $)) (-15 -3860 ((-112) $)) (-15 -2876 (|t#1| $)) (-15 -1309 (|t#1| $ "value")) (-15 -3786 ((-112) $)) (-15 -1458 ((-644 |t#1|) $)) (-15 -1696 ((-566) $ $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -4385 ((-112) $ $)) (-15 -1507 ((-112) $ $))) |%noBranch|) (IF (|has| $ (-6 -4415)) (PROGN (-15 -4202 ($ $ (-644 $))) (-15 -1456 (|t#1| $ "value" |t#1|)) (-15 -2191 (|t#1| $ |t#1|))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-1635 (($ $) 9) (($ $ (-921)) 49) (($ (-409 (-566))) 13) (($ (-566)) 15)) (-4093 (((-3 $ "failed") (-1171 $) (-921) (-862)) 24) (((-3 $ "failed") (-1171 $) (-921)) 32)) (-1575 (($ $ (-566)) 58)) (-2593 (((-771)) 18)) (-1526 (((-644 $) (-1171 $)) NIL) (((-644 $) (-1171 (-409 (-566)))) 63) (((-644 $) (-1171 (-566))) 68) (((-644 $) (-952 $)) 72) (((-644 $) (-952 (-409 (-566)))) 76) (((-644 $) (-952 (-566))) 80)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL) (($ $ (-409 (-566))) 53)))
-(((-1011 |#1|) (-10 -8 (-15 -1635 (|#1| (-566))) (-15 -1635 (|#1| (-409 (-566)))) (-15 -1635 (|#1| |#1| (-921))) (-15 -1526 ((-644 |#1|) (-952 (-566)))) (-15 -1526 ((-644 |#1|) (-952 (-409 (-566))))) (-15 -1526 ((-644 |#1|) (-952 |#1|))) (-15 -1526 ((-644 |#1|) (-1171 (-566)))) (-15 -1526 ((-644 |#1|) (-1171 (-409 (-566))))) (-15 -1526 ((-644 |#1|) (-1171 |#1|))) (-15 -4093 ((-3 |#1| "failed") (-1171 |#1|) (-921))) (-15 -4093 ((-3 |#1| "failed") (-1171 |#1|) (-921) (-862))) (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -1575 (|#1| |#1| (-566))) (-15 -1635 (|#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -2593 ((-771))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921)))) (-1012)) (T -1011))
-((-2593 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1011 *3)) (-4 *3 (-1012)))))
-(-10 -8 (-15 -1635 (|#1| (-566))) (-15 -1635 (|#1| (-409 (-566)))) (-15 -1635 (|#1| |#1| (-921))) (-15 -1526 ((-644 |#1|) (-952 (-566)))) (-15 -1526 ((-644 |#1|) (-952 (-409 (-566))))) (-15 -1526 ((-644 |#1|) (-952 |#1|))) (-15 -1526 ((-644 |#1|) (-1171 (-566)))) (-15 -1526 ((-644 |#1|) (-1171 (-409 (-566))))) (-15 -1526 ((-644 |#1|) (-1171 |#1|))) (-15 -4093 ((-3 |#1| "failed") (-1171 |#1|) (-921))) (-15 -4093 ((-3 |#1| "failed") (-1171 |#1|) (-921) (-862))) (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -1575 (|#1| |#1| (-566))) (-15 -1635 (|#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -2593 ((-771))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 102)) (-2161 (($ $) 103)) (-2345 (((-112) $) 105)) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 122)) (-1364 (((-420 $) $) 123)) (-1635 (($ $) 86) (($ $ (-921)) 72) (($ (-409 (-566))) 71) (($ (-566)) 70)) (-2085 (((-112) $ $) 113)) (-2743 (((-566) $) 139)) (-2463 (($) 18 T CONST)) (-4093 (((-3 $ "failed") (-1171 $) (-921) (-862)) 80) (((-3 $ "failed") (-1171 $) (-921)) 79)) (-2229 (((-3 (-566) "failed") $) 99 (|has| (-409 (-566)) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 97 (|has| (-409 (-566)) (-1038 (-409 (-566))))) (((-3 (-409 (-566)) "failed") $) 94)) (-4158 (((-566) $) 98 (|has| (-409 (-566)) (-1038 (-566)))) (((-409 (-566)) $) 96 (|has| (-409 (-566)) (-1038 (-409 (-566))))) (((-409 (-566)) $) 95)) (-1767 (($ $ (-862)) 69)) (-4394 (($ $ (-862)) 68)) (-2933 (($ $ $) 117)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 116)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 111)) (-1615 (((-112) $) 124)) (-2528 (((-112) $) 137)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 85)) (-3233 (((-112) $) 138)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 120)) (-1478 (($ $ $) 136)) (-2599 (($ $ $) 135)) (-1401 (((-3 (-1171 $) "failed") $) 81)) (-3170 (((-3 (-862) "failed") $) 83)) (-1443 (((-3 (-1171 $) "failed") $) 82)) (-2128 (($ (-644 $)) 109) (($ $ $) 108)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 125)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 110)) (-2164 (($ (-644 $)) 107) (($ $ $) 106)) (-1624 (((-420 $) $) 121)) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 118)) (-2978 (((-3 $ "failed") $ $) 101)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 112)) (-4357 (((-771) $) 114)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 115)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 129) (($ $) 100) (($ (-409 (-566))) 93) (($ (-566)) 92) (($ (-409 (-566))) 89)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 104)) (-3603 (((-409 (-566)) $ $) 67)) (-1526 (((-644 $) (-1171 $)) 78) (((-644 $) (-1171 (-409 (-566)))) 77) (((-644 $) (-1171 (-566))) 76) (((-644 $) (-952 $)) 75) (((-644 $) (-952 (-409 (-566)))) 74) (((-644 $) (-952 (-566))) 73)) (-1358 (($ $) 140)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2968 (((-112) $ $) 133)) (-2946 (((-112) $ $) 132)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 134)) (-2935 (((-112) $ $) 131)) (-3025 (($ $ $) 130)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 126) (($ $ (-409 (-566))) 84)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ (-409 (-566)) $) 128) (($ $ (-409 (-566))) 127) (($ (-566) $) 91) (($ $ (-566)) 90) (($ (-409 (-566)) $) 88) (($ $ (-409 (-566))) 87)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1858 (((-644 (-566)) $) 73)) (-2577 (($ (-644 (-566))) 81)) (-3165 (((-566) $) 48 (|has| (-566) (-308)))) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL (|has| (-566) (-820)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) 60) (((-3 (-1175) "failed") $) NIL (|has| (-566) (-1038 (-1175)))) (((-3 (-409 (-566)) "failed") $) 57 (|has| (-566) (-1038 (-566)))) (((-3 (-566) "failed") $) 60 (|has| (-566) (-1038 (-566))))) (-3213 (((-566) $) NIL) (((-1175) $) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) NIL (|has| (-566) (-1038 (-566)))) (((-566) $) NIL (|has| (-566) (-1038 (-566))))) (-4067 (($ $ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| (-566) (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3341 (($) NIL (|has| (-566) (-547)))) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3293 (((-644 (-566)) $) 79)) (-3540 (((-112) $) NIL (|has| (-566) (-820)))) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (|has| (-566) (-886 (-566)))) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (|has| (-566) (-886 (-381))))) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL)) (-2499 (((-566) $) 45)) (-1982 (((-3 $ "failed") $) NIL (|has| (-566) (-1150)))) (-4049 (((-112) $) NIL (|has| (-566) (-820)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| (-566) (-850)))) (-1895 (($ (-1 (-566) (-566)) $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL)) (-1783 (($) NIL (|has| (-566) (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-4381 (($ $) NIL (|has| (-566) (-308))) (((-409 (-566)) $) 50)) (-1643 (((-1155 (-566)) $) 78)) (-2779 (($ (-644 (-566)) (-644 (-566))) 82)) (-2426 (((-566) $) 64 (|has| (-566) (-547)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| (-566) (-909)))) (-3846 (((-420 $) $) NIL)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1838 (($ $ (-644 (-566)) (-644 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-566) (-566)) NIL (|has| (-566) (-310 (-566)))) (($ $ (-295 (-566))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-295 (-566)))) NIL (|has| (-566) (-310 (-566)))) (($ $ (-644 (-1175)) (-644 (-566))) NIL (|has| (-566) (-516 (-1175) (-566)))) (($ $ (-1175) (-566)) NIL (|has| (-566) (-516 (-1175) (-566))))) (-3075 (((-771) $) NIL)) (-3483 (($ $ (-566)) NIL (|has| (-566) (-287 (-566) (-566))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $) 15 (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-1490 (($ $) NIL)) (-2507 (((-566) $) 47)) (-2130 (((-644 (-566)) $) 80)) (-1945 (((-892 (-566)) $) NIL (|has| (-566) (-614 (-892 (-566))))) (((-892 (-381)) $) NIL (|has| (-566) (-614 (-892 (-381))))) (((-538) $) NIL (|has| (-566) (-614 (-538)))) (((-381) $) NIL (|has| (-566) (-1022))) (((-225) $) NIL (|has| (-566) (-1022)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-566) (-909))))) (-1650 (((-862) $) 107) (($ (-566)) 51) (($ $) NIL) (($ (-409 (-566))) 27) (($ (-566)) 51) (($ (-1175)) NIL (|has| (-566) (-1038 (-1175)))) (((-409 (-566)) $) 25)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| (-566) (-909))) (|has| (-566) (-145))))) (-2910 (((-771)) 13 T CONST)) (-4370 (((-566) $) 62 (|has| (-566) (-547)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3839 (($ $) NIL (|has| (-566) (-820)))) (-3410 (($) 14 T CONST)) (-3424 (($) 17 T CONST)) (-3218 (($ $) NIL (|has| (-566) (-233))) (($ $ (-771)) NIL (|has| (-566) (-233))) (($ $ (-1175)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| (-566) (-900 (-1175)))) (($ $ (-1 (-566) (-566)) (-771)) NIL) (($ $ (-1 (-566) (-566))) NIL)) (-2928 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2868 (((-112) $ $) 21)) (-2915 (((-112) $ $) NIL (|has| (-566) (-850)))) (-2892 (((-112) $ $) 40 (|has| (-566) (-850)))) (-2990 (($ $ $) 36) (($ (-566) (-566)) 38)) (-2977 (($ $) 23) (($ $ $) 30)) (-2964 (($ $ $) 28)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 32) (($ $ $) 34) (($ $ (-409 (-566))) NIL) (($ (-409 (-566)) $) NIL) (($ (-566) $) 32) (($ $ (-566)) NIL)))
+(((-1004 |#1|) (-13 (-992 (-566)) (-613 (-409 (-566))) (-10 -8 (-15 -4381 ((-409 (-566)) $)) (-15 -1858 ((-644 (-566)) $)) (-15 -1643 ((-1155 (-566)) $)) (-15 -3293 ((-644 (-566)) $)) (-15 -2130 ((-644 (-566)) $)) (-15 -2577 ($ (-644 (-566)))) (-15 -2779 ($ (-644 (-566)) (-644 (-566)))))) (-566)) (T -1004))
+((-4381 (*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-1858 (*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-1643 (*1 *2 *1) (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-3293 (*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-2130 (*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-2577 (*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))) (-2779 (*1 *1 *2 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
+(-13 (-992 (-566)) (-613 (-409 (-566))) (-10 -8 (-15 -4381 ((-409 (-566)) $)) (-15 -1858 ((-644 (-566)) $)) (-15 -1643 ((-1155 (-566)) $)) (-15 -3293 ((-644 (-566)) $)) (-15 -2130 ((-644 (-566)) $)) (-15 -2577 ($ (-644 (-566)))) (-15 -2779 ($ (-644 (-566)) (-644 (-566))))))
+((-3585 (((-52) (-409 (-566)) (-566)) 9)))
+(((-1005) (-10 -7 (-15 -3585 ((-52) (-409 (-566)) (-566))))) (T -1005))
+((-3585 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-566))) (-5 *4 (-566)) (-5 *2 (-52)) (-5 *1 (-1005)))))
+(-10 -7 (-15 -3585 ((-52) (-409 (-566)) (-566))))
+((-3571 (((-566)) 23)) (-3063 (((-566)) 28)) (-4231 (((-1270) (-566)) 26)) (-3700 (((-566) (-566)) 29) (((-566)) 22)))
+(((-1006) (-10 -7 (-15 -3700 ((-566))) (-15 -3571 ((-566))) (-15 -3700 ((-566) (-566))) (-15 -4231 ((-1270) (-566))) (-15 -3063 ((-566))))) (T -1006))
+((-3063 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))) (-4231 (*1 *2 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-1006)))) (-3700 (*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))) (-3571 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))) (-3700 (*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))))
+(-10 -7 (-15 -3700 ((-566))) (-15 -3571 ((-566))) (-15 -3700 ((-566) (-566))) (-15 -4231 ((-1270) (-566))) (-15 -3063 ((-566))))
+((-3464 (((-420 |#1|) |#1|) 43)) (-3846 (((-420 |#1|) |#1|) 41)))
+(((-1007 |#1|) (-10 -7 (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3464 ((-420 |#1|) |#1|))) (-1241 (-409 (-566)))) (T -1007))
+((-3464 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1007 *3)) (-4 *3 (-1241 (-409 (-566)))))) (-3846 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1007 *3)) (-4 *3 (-1241 (-409 (-566)))))))
+(-10 -7 (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3464 ((-420 |#1|) |#1|)))
+((-2165 (((-3 (-409 (-566)) "failed") |#1|) 15)) (-2070 (((-112) |#1|) 14)) (-1662 (((-409 (-566)) |#1|) 10)))
+(((-1008 |#1|) (-10 -7 (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|))) (-1038 (-409 (-566)))) (T -1008))
+((-2165 (*1 *2 *3) (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-1008 *3)) (-4 *3 (-1038 *2)))) (-2070 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1008 *3)) (-4 *3 (-1038 (-409 (-566)))))) (-1662 (*1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1008 *3)) (-4 *3 (-1038 *2)))))
+(-10 -7 (-15 -1662 ((-409 (-566)) |#1|)) (-15 -2070 ((-112) |#1|)) (-15 -2165 ((-3 (-409 (-566)) "failed") |#1|)))
+((-1777 ((|#2| $ "value" |#2|) 12)) (-3483 ((|#2| $ "value") 10)) (-2110 (((-112) $ $) 18)))
+(((-1009 |#1| |#2|) (-10 -8 (-15 -1777 (|#2| |#1| "value" |#2|)) (-15 -2110 ((-112) |#1| |#1|)) (-15 -3483 (|#2| |#1| "value"))) (-1010 |#2|) (-1215)) (T -1009))
+NIL
+(-10 -8 (-15 -1777 (|#2| |#1| "value" |#2|)) (-15 -2110 ((-112) |#1| |#1|)) (-15 -3483 (|#2| |#1| "value")))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1389 ((|#1| $) 49)) (-3874 (((-112) $ (-771)) 8)) (-3283 ((|#1| $ |#1|) 40 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 42 (|has| $ (-6 -4416)))) (-4145 (($) 7 T CONST)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 51)) (-3906 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3343 (((-644 |#1|) $) 46)) (-3900 (((-112) $) 50)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ "value") 48)) (-1985 (((-566) $ $) 45)) (-1409 (((-112) $) 47)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) 52)) (-2110 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-1010 |#1|) (-140) (-1215)) (T -1010))
+((-2460 (*1 *2 *1) (-12 (-4 *3 (-1215)) (-5 *2 (-644 *1)) (-4 *1 (-1010 *3)))) (-2305 (*1 *2 *1) (-12 (-4 *3 (-1215)) (-5 *2 (-644 *1)) (-4 *1 (-1010 *3)))) (-3900 (*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))) (-1389 (*1 *2 *1) (-12 (-4 *1 (-1010 *2)) (-4 *2 (-1215)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-1010 *2)) (-4 *2 (-1215)))) (-1409 (*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))) (-3343 (*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-5 *2 (-644 *3)))) (-1985 (*1 *2 *1 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-5 *2 (-566)))) (-2110 (*1 *2 *1 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-3906 (*1 *2 *1 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-4032 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *1)) (|has| *1 (-6 -4416)) (-4 *1 (-1010 *3)) (-4 *3 (-1215)))) (-1777 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4416)) (-4 *1 (-1010 *2)) (-4 *2 (-1215)))) (-3283 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1010 *2)) (-4 *2 (-1215)))))
+(-13 (-491 |t#1|) (-10 -8 (-15 -2460 ((-644 $) $)) (-15 -2305 ((-644 $) $)) (-15 -3900 ((-112) $)) (-15 -1389 (|t#1| $)) (-15 -3483 (|t#1| $ "value")) (-15 -1409 ((-112) $)) (-15 -3343 ((-644 |t#1|) $)) (-15 -1985 ((-566) $ $)) (IF (|has| |t#1| (-1099)) (PROGN (-15 -2110 ((-112) $ $)) (-15 -3906 ((-112) $ $))) |%noBranch|) (IF (|has| $ (-6 -4416)) (PROGN (-15 -4032 ($ $ (-644 $))) (-15 -1777 (|t#1| $ "value" |t#1|)) (-15 -3283 (|t#1| $ |t#1|))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-3856 (($ $) 9) (($ $ (-921)) 49) (($ (-409 (-566))) 13) (($ (-566)) 15)) (-2243 (((-3 $ "failed") (-1171 $) (-921) (-862)) 24) (((-3 $ "failed") (-1171 $) (-921)) 32)) (-3281 (($ $ (-566)) 58)) (-2910 (((-771)) 18)) (-4098 (((-644 $) (-1171 $)) NIL) (((-644 $) (-1171 (-409 (-566)))) 63) (((-644 $) (-1171 (-566))) 68) (((-644 $) (-952 $)) 72) (((-644 $) (-952 (-409 (-566)))) 76) (((-644 $) (-952 (-566))) 80)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL) (($ $ (-409 (-566))) 53)))
+(((-1011 |#1|) (-10 -8 (-15 -3856 (|#1| (-566))) (-15 -3856 (|#1| (-409 (-566)))) (-15 -3856 (|#1| |#1| (-921))) (-15 -4098 ((-644 |#1|) (-952 (-566)))) (-15 -4098 ((-644 |#1|) (-952 (-409 (-566))))) (-15 -4098 ((-644 |#1|) (-952 |#1|))) (-15 -4098 ((-644 |#1|) (-1171 (-566)))) (-15 -4098 ((-644 |#1|) (-1171 (-409 (-566))))) (-15 -4098 ((-644 |#1|) (-1171 |#1|))) (-15 -2243 ((-3 |#1| "failed") (-1171 |#1|) (-921))) (-15 -2243 ((-3 |#1| "failed") (-1171 |#1|) (-921) (-862))) (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -3281 (|#1| |#1| (-566))) (-15 -3856 (|#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -2910 ((-771))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921)))) (-1012)) (T -1011))
+((-2910 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1011 *3)) (-4 *3 (-1012)))))
+(-10 -8 (-15 -3856 (|#1| (-566))) (-15 -3856 (|#1| (-409 (-566)))) (-15 -3856 (|#1| |#1| (-921))) (-15 -4098 ((-644 |#1|) (-952 (-566)))) (-15 -4098 ((-644 |#1|) (-952 (-409 (-566))))) (-15 -4098 ((-644 |#1|) (-952 |#1|))) (-15 -4098 ((-644 |#1|) (-1171 (-566)))) (-15 -4098 ((-644 |#1|) (-1171 (-409 (-566))))) (-15 -4098 ((-644 |#1|) (-1171 |#1|))) (-15 -2243 ((-3 |#1| "failed") (-1171 |#1|) (-921))) (-15 -2243 ((-3 |#1| "failed") (-1171 |#1|) (-921) (-862))) (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -3281 (|#1| |#1| (-566))) (-15 -3856 (|#1| |#1|)) (-15 ** (|#1| |#1| (-566))) (-15 -2910 ((-771))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 102)) (-4282 (($ $) 103)) (-2296 (((-112) $) 105)) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 122)) (-1615 (((-420 $) $) 123)) (-3856 (($ $) 86) (($ $ (-921)) 72) (($ (-409 (-566))) 71) (($ (-566)) 70)) (-1621 (((-112) $ $) 113)) (-1907 (((-566) $) 139)) (-4145 (($) 18 T CONST)) (-2243 (((-3 $ "failed") (-1171 $) (-921) (-862)) 80) (((-3 $ "failed") (-1171 $) (-921)) 79)) (-1821 (((-3 (-566) "failed") $) 99 (|has| (-409 (-566)) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 97 (|has| (-409 (-566)) (-1038 (-409 (-566))))) (((-3 (-409 (-566)) "failed") $) 94)) (-3213 (((-566) $) 98 (|has| (-409 (-566)) (-1038 (-566)))) (((-409 (-566)) $) 96 (|has| (-409 (-566)) (-1038 (-409 (-566))))) (((-409 (-566)) $) 95)) (-1495 (($ $ (-862)) 69)) (-2198 (($ $ (-862)) 68)) (-4067 (($ $ $) 117)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 116)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 111)) (-2422 (((-112) $) 124)) (-3540 (((-112) $) 137)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 85)) (-4049 (((-112) $) 138)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 120)) (-1888 (($ $ $) 136)) (-3890 (($ $ $) 135)) (-2049 (((-3 (-1171 $) "failed") $) 81)) (-1540 (((-3 (-862) "failed") $) 83)) (-1422 (((-3 (-1171 $) "failed") $) 82)) (-1931 (($ (-644 $)) 109) (($ $ $) 108)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 125)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 110)) (-1962 (($ (-644 $)) 107) (($ $ $) 106)) (-3846 (((-420 $) $) 121)) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 119) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 118)) (-4116 (((-3 $ "failed") $ $) 101)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 112)) (-3075 (((-771) $) 114)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 115)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 129) (($ $) 100) (($ (-409 (-566))) 93) (($ (-566)) 92) (($ (-409 (-566))) 89)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 104)) (-1645 (((-409 (-566)) $ $) 67)) (-4098 (((-644 $) (-1171 $)) 78) (((-644 $) (-1171 (-409 (-566)))) 77) (((-644 $) (-1171 (-566))) 76) (((-644 $) (-952 $)) 75) (((-644 $) (-952 (-409 (-566)))) 74) (((-644 $) (-952 (-566))) 73)) (-3839 (($ $) 140)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2928 (((-112) $ $) 133)) (-2904 (((-112) $ $) 132)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 134)) (-2892 (((-112) $ $) 131)) (-2990 (($ $ $) 130)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 126) (($ $ (-409 (-566))) 84)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ (-409 (-566)) $) 128) (($ $ (-409 (-566))) 127) (($ (-566) $) 91) (($ $ (-566)) 90) (($ (-409 (-566)) $) 88) (($ $ (-409 (-566))) 87)))
(((-1012) (-140)) (T -1012))
-((-1635 (*1 *1 *1) (-4 *1 (-1012))) (-3170 (*1 *2 *1) (|partial| -12 (-4 *1 (-1012)) (-5 *2 (-862)))) (-1443 (*1 *2 *1) (|partial| -12 (-5 *2 (-1171 *1)) (-4 *1 (-1012)))) (-1401 (*1 *2 *1) (|partial| -12 (-5 *2 (-1171 *1)) (-4 *1 (-1012)))) (-4093 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1171 *1)) (-5 *3 (-921)) (-5 *4 (-862)) (-4 *1 (-1012)))) (-4093 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1171 *1)) (-5 *3 (-921)) (-4 *1 (-1012)))) (-1526 (*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-1012)) (-5 *2 (-644 *1)))) (-1526 (*1 *2 *3) (-12 (-5 *3 (-1171 (-409 (-566)))) (-5 *2 (-644 *1)) (-4 *1 (-1012)))) (-1526 (*1 *2 *3) (-12 (-5 *3 (-1171 (-566))) (-5 *2 (-644 *1)) (-4 *1 (-1012)))) (-1526 (*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-1012)) (-5 *2 (-644 *1)))) (-1526 (*1 *2 *3) (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *2 (-644 *1)) (-4 *1 (-1012)))) (-1526 (*1 *2 *3) (-12 (-5 *3 (-952 (-566))) (-5 *2 (-644 *1)) (-4 *1 (-1012)))) (-1635 (*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-921)))) (-1635 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-4 *1 (-1012)))) (-1635 (*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1012)))) (-1767 (*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-862)))) (-4394 (*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-862)))) (-3603 (*1 *2 *1 *1) (-12 (-4 *1 (-1012)) (-5 *2 (-409 (-566))))))
-(-13 (-147) (-848) (-172) (-365) (-413 (-409 (-566))) (-38 (-566)) (-38 (-409 (-566))) (-1002) (-10 -8 (-15 -3170 ((-3 (-862) "failed") $)) (-15 -1443 ((-3 (-1171 $) "failed") $)) (-15 -1401 ((-3 (-1171 $) "failed") $)) (-15 -4093 ((-3 $ "failed") (-1171 $) (-921) (-862))) (-15 -4093 ((-3 $ "failed") (-1171 $) (-921))) (-15 -1526 ((-644 $) (-1171 $))) (-15 -1526 ((-644 $) (-1171 (-409 (-566))))) (-15 -1526 ((-644 $) (-1171 (-566)))) (-15 -1526 ((-644 $) (-952 $))) (-15 -1526 ((-644 $) (-952 (-409 (-566))))) (-15 -1526 ((-644 $) (-952 (-566)))) (-15 -1635 ($ $ (-921))) (-15 -1635 ($ $)) (-15 -1635 ($ (-409 (-566)))) (-15 -1635 ($ (-566))) (-15 -1767 ($ $ (-862))) (-15 -4394 ($ $ (-862))) (-15 -3603 ((-409 (-566)) $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 #1=(-566)) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-413 (-409 (-566))) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 #1#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 #1#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 #1#) . T) ((-717 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-848) . T) ((-850) . T) ((-920) . T) ((-1002) . T) ((-1038 (-409 (-566))) . T) ((-1038 (-566)) |has| (-409 (-566)) (-1038 (-566))) ((-1051 #0#) . T) ((-1051 #1#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 #1#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) . T))
-((-3026 (((-2 (|:| |ans| |#2|) (|:| -1966 |#2|) (|:| |sol?| (-112))) (-566) |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 67)))
-(((-1013 |#1| |#2|) (-10 -7 (-15 -3026 ((-2 (|:| |ans| |#2|) (|:| -1966 |#2|) (|:| |sol?| (-112))) (-566) |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1199) (-27) (-432 |#1|))) (T -1013))
-((-3026 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1175)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-644 *4))) (-5 *7 (-1 (-3 (-2 (|:| -1641 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1199) (-27) (-432 *8))) (-4 *8 (-13 (-454) (-147) (-1038 *3) (-639 *3))) (-5 *3 (-566)) (-5 *2 (-2 (|:| |ans| *4) (|:| -1966 *4) (|:| |sol?| (-112)))) (-5 *1 (-1013 *8 *4)))))
-(-10 -7 (-15 -3026 ((-2 (|:| |ans| |#2|) (|:| -1966 |#2|) (|:| |sol?| (-112))) (-566) |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-2332 (((-3 (-644 |#2|) "failed") (-566) |#2| |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 55)))
-(((-1014 |#1| |#2|) (-10 -7 (-15 -2332 ((-3 (-644 |#2|) "failed") (-566) |#2| |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1199) (-27) (-432 |#1|))) (T -1014))
-((-2332 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1175)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-644 *4))) (-5 *7 (-1 (-3 (-2 (|:| -1641 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1199) (-27) (-432 *8))) (-4 *8 (-13 (-454) (-147) (-1038 *3) (-639 *3))) (-5 *3 (-566)) (-5 *2 (-644 *4)) (-5 *1 (-1014 *8 *4)))))
-(-10 -7 (-15 -2332 ((-3 (-644 |#2|) "failed") (-566) |#2| |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -1641 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-2898 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -3434 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-566)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-566) (-1 |#2| |#2|)) 41)) (-2091 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |c| (-409 |#2|)) (|:| -1462 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|)) 71)) (-3107 (((-2 (|:| |ans| (-409 |#2|)) (|:| |nosol| (-112))) (-409 |#2|) (-409 |#2|)) 76)))
-(((-1015 |#1| |#2|) (-10 -7 (-15 -2091 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |c| (-409 |#2|)) (|:| -1462 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|))) (-15 -3107 ((-2 (|:| |ans| (-409 |#2|)) (|:| |nosol| (-112))) (-409 |#2|) (-409 |#2|))) (-15 -2898 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -3434 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-566)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-566) (-1 |#2| |#2|)))) (-13 (-365) (-147) (-1038 (-566))) (-1240 |#1|)) (T -1015))
-((-2898 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1240 *6)) (-4 *6 (-13 (-365) (-147) (-1038 *4))) (-5 *4 (-566)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112)))) (|:| -3434 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-1015 *6 *3)))) (-3107 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1240 *4)) (-5 *2 (-2 (|:| |ans| (-409 *5)) (|:| |nosol| (-112)))) (-5 *1 (-1015 *4 *5)) (-5 *3 (-409 *5)))) (-2091 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-409 *6)) (|:| |c| (-409 *6)) (|:| -1462 *6))) (-5 *1 (-1015 *5 *6)) (-5 *3 (-409 *6)))))
-(-10 -7 (-15 -2091 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |c| (-409 |#2|)) (|:| -1462 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|))) (-15 -3107 ((-2 (|:| |ans| (-409 |#2|)) (|:| |nosol| (-112))) (-409 |#2|) (-409 |#2|))) (-15 -2898 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -3434 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-566)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-566) (-1 |#2| |#2|))))
-((-3041 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |h| |#2|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| -1462 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|)) 22)) (-2134 (((-3 (-644 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|)) 34)))
-(((-1016 |#1| |#2|) (-10 -7 (-15 -3041 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |h| |#2|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| -1462 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|))) (-15 -2134 ((-3 (-644 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|)))) (-13 (-365) (-147) (-1038 (-566))) (-1240 |#1|)) (T -1016))
-((-2134 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1240 *4)) (-5 *2 (-644 (-409 *5))) (-5 *1 (-1016 *4 *5)) (-5 *3 (-409 *5)))) (-3041 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-409 *6)) (|:| |h| *6) (|:| |c1| (-409 *6)) (|:| |c2| (-409 *6)) (|:| -1462 *6))) (-5 *1 (-1016 *5 *6)) (-5 *3 (-409 *6)))))
-(-10 -7 (-15 -3041 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |h| |#2|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| -1462 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|))) (-15 -2134 ((-3 (-644 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|))))
-((-1346 (((-1 |#1|) (-644 (-2 (|:| -2876 |#1|) (|:| -1784 (-566))))) 37)) (-1762 (((-1 |#1|) (-1101 |#1|)) 45)) (-3516 (((-1 |#1|) (-1264 |#1|) (-1264 (-566)) (-566)) 34)))
-(((-1017 |#1|) (-10 -7 (-15 -1762 ((-1 |#1|) (-1101 |#1|))) (-15 -1346 ((-1 |#1|) (-644 (-2 (|:| -2876 |#1|) (|:| -1784 (-566)))))) (-15 -3516 ((-1 |#1|) (-1264 |#1|) (-1264 (-566)) (-566)))) (-1099)) (T -1017))
-((-3516 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1264 *6)) (-5 *4 (-1264 (-566))) (-5 *5 (-566)) (-4 *6 (-1099)) (-5 *2 (-1 *6)) (-5 *1 (-1017 *6)))) (-1346 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -2876 *4) (|:| -1784 (-566))))) (-4 *4 (-1099)) (-5 *2 (-1 *4)) (-5 *1 (-1017 *4)))) (-1762 (*1 *2 *3) (-12 (-5 *3 (-1101 *4)) (-4 *4 (-1099)) (-5 *2 (-1 *4)) (-5 *1 (-1017 *4)))))
-(-10 -7 (-15 -1762 ((-1 |#1|) (-1101 |#1|))) (-15 -1346 ((-1 |#1|) (-644 (-2 (|:| -2876 |#1|) (|:| -1784 (-566)))))) (-15 -3516 ((-1 |#1|) (-1264 |#1|) (-1264 (-566)) (-566))))
-((-2679 (((-771) (-338 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
-(((-1018 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2679 ((-771) (-338 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-365) (-1240 |#1|) (-1240 (-409 |#2|)) (-344 |#1| |#2| |#3|) (-13 (-370) (-365))) (T -1018))
-((-2679 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-338 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-365)) (-4 *7 (-1240 *6)) (-4 *4 (-1240 (-409 *7))) (-4 *8 (-344 *6 *7 *4)) (-4 *9 (-13 (-370) (-365))) (-5 *2 (-771)) (-5 *1 (-1018 *6 *7 *4 *8 *9)))))
-(-10 -7 (-15 -2679 ((-771) (-338 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
-((-2988 (((-112) $ $) NIL)) (-1566 (((-1134) $) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-1134) $) 11)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1019) (-13 (-1082) (-10 -8 (-15 -1566 ((-1134) $)) (-15 -1377 ((-1134) $))))) (T -1019))
-((-1566 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1019)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1019)))))
-(-13 (-1082) (-10 -8 (-15 -1566 ((-1134) $)) (-15 -1377 ((-1134) $))))
-((-2279 (((-3 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) "failed") |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) 32) (((-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566))) 29)) (-2204 (((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566))) 34) (((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-409 (-566))) 30) (((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) 33) (((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1|) 28)) (-3617 (((-644 (-409 (-566))) (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) 20)) (-1697 (((-409 (-566)) (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) 17)))
-(((-1020 |#1|) (-10 -7 (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1|)) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-409 (-566)))) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566)))) (-15 -2279 ((-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566)))) (-15 -2279 ((-3 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) "failed") |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-15 -1697 ((-409 (-566)) (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-15 -3617 ((-644 (-409 (-566))) (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))))) (-1240 (-566))) (T -1020))
-((-3617 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-5 *2 (-644 (-409 (-566)))) (-5 *1 (-1020 *4)) (-4 *4 (-1240 (-566))))) (-1697 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) (-5 *2 (-409 (-566))) (-5 *1 (-1020 *4)) (-4 *4 (-1240 (-566))))) (-2279 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566))))) (-2279 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) (-5 *4 (-409 (-566))) (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566))))) (-2204 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-409 (-566))) (-5 *2 (-644 (-2 (|:| -1953 *5) (|:| -1966 *5)))) (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566))) (-5 *4 (-2 (|:| -1953 *5) (|:| -1966 *5))))) (-2204 (*1 *2 *3 *4) (-12 (-5 *2 (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566))) (-5 *4 (-409 (-566))))) (-2204 (*1 *2 *3 *4) (-12 (-5 *2 (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566))) (-5 *4 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))) (-2204 (*1 *2 *3) (-12 (-5 *2 (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566))))))
-(-10 -7 (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1|)) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-409 (-566)))) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566)))) (-15 -2279 ((-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566)))) (-15 -2279 ((-3 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) "failed") |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-15 -1697 ((-409 (-566)) (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-15 -3617 ((-644 (-409 (-566))) (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))))
-((-2279 (((-3 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) "failed") |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) 35) (((-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566))) 32)) (-2204 (((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566))) 30) (((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-409 (-566))) 26) (((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) 28) (((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1|) 24)))
-(((-1021 |#1|) (-10 -7 (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1|)) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-409 (-566)))) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566)))) (-15 -2279 ((-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566)))) (-15 -2279 ((-3 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) "failed") |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))) (-1240 (-409 (-566)))) (T -1021))
-((-2279 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) (-5 *1 (-1021 *3)) (-4 *3 (-1240 (-409 (-566)))))) (-2279 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) (-5 *4 (-409 (-566))) (-5 *1 (-1021 *3)) (-4 *3 (-1240 *4)))) (-2204 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-409 (-566))) (-5 *2 (-644 (-2 (|:| -1953 *5) (|:| -1966 *5)))) (-5 *1 (-1021 *3)) (-4 *3 (-1240 *5)) (-5 *4 (-2 (|:| -1953 *5) (|:| -1966 *5))))) (-2204 (*1 *2 *3 *4) (-12 (-5 *4 (-409 (-566))) (-5 *2 (-644 (-2 (|:| -1953 *4) (|:| -1966 *4)))) (-5 *1 (-1021 *3)) (-4 *3 (-1240 *4)))) (-2204 (*1 *2 *3 *4) (-12 (-5 *2 (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-5 *1 (-1021 *3)) (-4 *3 (-1240 (-409 (-566)))) (-5 *4 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))) (-2204 (*1 *2 *3) (-12 (-5 *2 (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-5 *1 (-1021 *3)) (-4 *3 (-1240 (-409 (-566)))))))
-(-10 -7 (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1|)) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-409 (-566)))) (-15 -2204 ((-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566)))) (-15 -2279 ((-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-409 (-566)))) (-15 -2279 ((-3 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) "failed") |#1| (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))) (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))))
-((-2376 (((-225) $) 6) (((-381) $) 9)))
+((-3856 (*1 *1 *1) (-4 *1 (-1012))) (-1540 (*1 *2 *1) (|partial| -12 (-4 *1 (-1012)) (-5 *2 (-862)))) (-1422 (*1 *2 *1) (|partial| -12 (-5 *2 (-1171 *1)) (-4 *1 (-1012)))) (-2049 (*1 *2 *1) (|partial| -12 (-5 *2 (-1171 *1)) (-4 *1 (-1012)))) (-2243 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1171 *1)) (-5 *3 (-921)) (-5 *4 (-862)) (-4 *1 (-1012)))) (-2243 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1171 *1)) (-5 *3 (-921)) (-4 *1 (-1012)))) (-4098 (*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-1012)) (-5 *2 (-644 *1)))) (-4098 (*1 *2 *3) (-12 (-5 *3 (-1171 (-409 (-566)))) (-5 *2 (-644 *1)) (-4 *1 (-1012)))) (-4098 (*1 *2 *3) (-12 (-5 *3 (-1171 (-566))) (-5 *2 (-644 *1)) (-4 *1 (-1012)))) (-4098 (*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-1012)) (-5 *2 (-644 *1)))) (-4098 (*1 *2 *3) (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *2 (-644 *1)) (-4 *1 (-1012)))) (-4098 (*1 *2 *3) (-12 (-5 *3 (-952 (-566))) (-5 *2 (-644 *1)) (-4 *1 (-1012)))) (-3856 (*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-921)))) (-3856 (*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-4 *1 (-1012)))) (-3856 (*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1012)))) (-1495 (*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-862)))) (-2198 (*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-862)))) (-1645 (*1 *2 *1 *1) (-12 (-4 *1 (-1012)) (-5 *2 (-409 (-566))))))
+(-13 (-147) (-848) (-172) (-365) (-413 (-409 (-566))) (-38 (-566)) (-38 (-409 (-566))) (-1002) (-10 -8 (-15 -1540 ((-3 (-862) "failed") $)) (-15 -1422 ((-3 (-1171 $) "failed") $)) (-15 -2049 ((-3 (-1171 $) "failed") $)) (-15 -2243 ((-3 $ "failed") (-1171 $) (-921) (-862))) (-15 -2243 ((-3 $ "failed") (-1171 $) (-921))) (-15 -4098 ((-644 $) (-1171 $))) (-15 -4098 ((-644 $) (-1171 (-409 (-566))))) (-15 -4098 ((-644 $) (-1171 (-566)))) (-15 -4098 ((-644 $) (-952 $))) (-15 -4098 ((-644 $) (-952 (-409 (-566))))) (-15 -4098 ((-644 $) (-952 (-566)))) (-15 -3856 ($ $ (-921))) (-15 -3856 ($ $)) (-15 -3856 ($ (-409 (-566)))) (-15 -3856 ($ (-566))) (-15 -1495 ($ $ (-862))) (-15 -2198 ($ $ (-862))) (-15 -1645 ((-409 (-566)) $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 #1=(-566)) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 #1# #1#) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-413 (-409 (-566))) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 #1#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 #1#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 #1#) . T) ((-717 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-848) . T) ((-850) . T) ((-920) . T) ((-1002) . T) ((-1038 (-409 (-566))) . T) ((-1038 (-566)) |has| (-409 (-566)) (-1038 (-566))) ((-1051 #0#) . T) ((-1051 #1#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 #1#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) . T))
+((-2486 (((-2 (|:| |ans| |#2|) (|:| -3567 |#2|) (|:| |sol?| (-112))) (-566) |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 67)))
+(((-1013 |#1| |#2|) (-10 -7 (-15 -2486 ((-2 (|:| |ans| |#2|) (|:| -3567 |#2|) (|:| |sol?| (-112))) (-566) |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1200) (-27) (-432 |#1|))) (T -1013))
+((-2486 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1175)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-644 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2650 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1200) (-27) (-432 *8))) (-4 *8 (-13 (-454) (-147) (-1038 *3) (-639 *3))) (-5 *3 (-566)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3567 *4) (|:| |sol?| (-112)))) (-5 *1 (-1013 *8 *4)))))
+(-10 -7 (-15 -2486 ((-2 (|:| |ans| |#2|) (|:| -3567 |#2|) (|:| |sol?| (-112))) (-566) |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-2201 (((-3 (-644 |#2|) "failed") (-566) |#2| |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 55)))
+(((-1014 |#1| |#2|) (-10 -7 (-15 -2201 ((-3 (-644 |#2|) "failed") (-566) |#2| |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))) (-13 (-1200) (-27) (-432 |#1|))) (T -1014))
+((-2201 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1175)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-644 *4))) (-5 *7 (-1 (-3 (-2 (|:| -2650 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1200) (-27) (-432 *8))) (-4 *8 (-13 (-454) (-147) (-1038 *3) (-639 *3))) (-5 *3 (-566)) (-5 *2 (-644 *4)) (-5 *1 (-1014 *8 *4)))))
+(-10 -7 (-15 -2201 ((-3 (-644 |#2|) "failed") (-566) |#2| |#2| |#2| (-1175) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-644 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-644 |#2|)) (-1 (-3 (-2 (|:| -2650 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-2692 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -1900 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-566)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-566) (-1 |#2| |#2|)) 41)) (-1677 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |c| (-409 |#2|)) (|:| -3807 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|)) 71)) (-2083 (((-2 (|:| |ans| (-409 |#2|)) (|:| |nosol| (-112))) (-409 |#2|) (-409 |#2|)) 76)))
+(((-1015 |#1| |#2|) (-10 -7 (-15 -1677 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |c| (-409 |#2|)) (|:| -3807 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|))) (-15 -2083 ((-2 (|:| |ans| (-409 |#2|)) (|:| |nosol| (-112))) (-409 |#2|) (-409 |#2|))) (-15 -2692 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -1900 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-566)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-566) (-1 |#2| |#2|)))) (-13 (-365) (-147) (-1038 (-566))) (-1241 |#1|)) (T -1015))
+((-2692 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1241 *6)) (-4 *6 (-13 (-365) (-147) (-1038 *4))) (-5 *4 (-566)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112)))) (|:| -1900 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-1015 *6 *3)))) (-2083 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1241 *4)) (-5 *2 (-2 (|:| |ans| (-409 *5)) (|:| |nosol| (-112)))) (-5 *1 (-1015 *4 *5)) (-5 *3 (-409 *5)))) (-1677 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-409 *6)) (|:| |c| (-409 *6)) (|:| -3807 *6))) (-5 *1 (-1015 *5 *6)) (-5 *3 (-409 *6)))))
+(-10 -7 (-15 -1677 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |c| (-409 |#2|)) (|:| -3807 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|))) (-15 -2083 ((-2 (|:| |ans| (-409 |#2|)) (|:| |nosol| (-112))) (-409 |#2|) (-409 |#2|))) (-15 -2692 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-112)))) (|:| -1900 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-566)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-566) (-1 |#2| |#2|))))
+((-2632 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |h| |#2|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| -3807 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|)) 22)) (-3994 (((-3 (-644 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|)) 34)))
+(((-1016 |#1| |#2|) (-10 -7 (-15 -2632 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |h| |#2|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| -3807 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|))) (-15 -3994 ((-3 (-644 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|)))) (-13 (-365) (-147) (-1038 (-566))) (-1241 |#1|)) (T -1016))
+((-3994 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1241 *4)) (-5 *2 (-644 (-409 *5))) (-5 *1 (-1016 *4 *5)) (-5 *3 (-409 *5)))) (-2632 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-409 *6)) (|:| |h| *6) (|:| |c1| (-409 *6)) (|:| |c2| (-409 *6)) (|:| -3807 *6))) (-5 *1 (-1016 *5 *6)) (-5 *3 (-409 *6)))))
+(-10 -7 (-15 -2632 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-409 |#2|)) (|:| |h| |#2|) (|:| |c1| (-409 |#2|)) (|:| |c2| (-409 |#2|)) (|:| -3807 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|) (-1 |#2| |#2|))) (-15 -3994 ((-3 (-644 (-409 |#2|)) "failed") (-409 |#2|) (-409 |#2|) (-409 |#2|))))
+((-3771 (((-1 |#1|) (-644 (-2 (|:| -1389 |#1|) (|:| -1636 (-566))))) 37)) (-1467 (((-1 |#1|) (-1101 |#1|)) 45)) (-3832 (((-1 |#1|) (-1265 |#1|) (-1265 (-566)) (-566)) 34)))
+(((-1017 |#1|) (-10 -7 (-15 -1467 ((-1 |#1|) (-1101 |#1|))) (-15 -3771 ((-1 |#1|) (-644 (-2 (|:| -1389 |#1|) (|:| -1636 (-566)))))) (-15 -3832 ((-1 |#1|) (-1265 |#1|) (-1265 (-566)) (-566)))) (-1099)) (T -1017))
+((-3832 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1265 *6)) (-5 *4 (-1265 (-566))) (-5 *5 (-566)) (-4 *6 (-1099)) (-5 *2 (-1 *6)) (-5 *1 (-1017 *6)))) (-3771 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -1389 *4) (|:| -1636 (-566))))) (-4 *4 (-1099)) (-5 *2 (-1 *4)) (-5 *1 (-1017 *4)))) (-1467 (*1 *2 *3) (-12 (-5 *3 (-1101 *4)) (-4 *4 (-1099)) (-5 *2 (-1 *4)) (-5 *1 (-1017 *4)))))
+(-10 -7 (-15 -1467 ((-1 |#1|) (-1101 |#1|))) (-15 -3771 ((-1 |#1|) (-644 (-2 (|:| -1389 |#1|) (|:| -1636 (-566)))))) (-15 -3832 ((-1 |#1|) (-1265 |#1|) (-1265 (-566)) (-566))))
+((-2464 (((-771) (-338 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
+(((-1018 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2464 ((-771) (-338 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-365) (-1241 |#1|) (-1241 (-409 |#2|)) (-344 |#1| |#2| |#3|) (-13 (-370) (-365))) (T -1018))
+((-2464 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-338 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-365)) (-4 *7 (-1241 *6)) (-4 *4 (-1241 (-409 *7))) (-4 *8 (-344 *6 *7 *4)) (-4 *9 (-13 (-370) (-365))) (-5 *2 (-771)) (-5 *1 (-1018 *6 *7 *4 *8 *9)))))
+(-10 -7 (-15 -2464 ((-771) (-338 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
+((-4124 (((-112) $ $) NIL)) (-3797 (((-1134) $) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-1134) $) 11)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1019) (-13 (-1082) (-10 -8 (-15 -3797 ((-1134) $)) (-15 -3720 ((-1134) $))))) (T -1019))
+((-3797 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1019)))) (-3720 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1019)))))
+(-13 (-1082) (-10 -8 (-15 -3797 ((-1134) $)) (-15 -3720 ((-1134) $))))
+((-2941 (((-3 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) "failed") |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) 32) (((-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566))) 29)) (-3429 (((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566))) 34) (((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-409 (-566))) 30) (((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) 33) (((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1|) 28)) (-3539 (((-644 (-409 (-566))) (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) 20)) (-1995 (((-409 (-566)) (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) 17)))
+(((-1020 |#1|) (-10 -7 (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1|)) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-409 (-566)))) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566)))) (-15 -2941 ((-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566)))) (-15 -2941 ((-3 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) "failed") |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-15 -1995 ((-409 (-566)) (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-15 -3539 ((-644 (-409 (-566))) (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))))) (-1241 (-566))) (T -1020))
+((-3539 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-5 *2 (-644 (-409 (-566)))) (-5 *1 (-1020 *4)) (-4 *4 (-1241 (-566))))) (-1995 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) (-5 *2 (-409 (-566))) (-5 *1 (-1020 *4)) (-4 *4 (-1241 (-566))))) (-2941 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566))))) (-2941 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) (-5 *4 (-409 (-566))) (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566))))) (-3429 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-409 (-566))) (-5 *2 (-644 (-2 (|:| -3555 *5) (|:| -3567 *5)))) (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566))) (-5 *4 (-2 (|:| -3555 *5) (|:| -3567 *5))))) (-3429 (*1 *2 *3 *4) (-12 (-5 *2 (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566))) (-5 *4 (-409 (-566))))) (-3429 (*1 *2 *3 *4) (-12 (-5 *2 (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566))) (-5 *4 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))) (-3429 (*1 *2 *3) (-12 (-5 *2 (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566))))))
+(-10 -7 (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1|)) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-409 (-566)))) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566)))) (-15 -2941 ((-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566)))) (-15 -2941 ((-3 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) "failed") |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-15 -1995 ((-409 (-566)) (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-15 -3539 ((-644 (-409 (-566))) (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))))
+((-2941 (((-3 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) "failed") |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) 35) (((-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566))) 32)) (-3429 (((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566))) 30) (((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-409 (-566))) 26) (((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) 28) (((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1|) 24)))
+(((-1021 |#1|) (-10 -7 (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1|)) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-409 (-566)))) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566)))) (-15 -2941 ((-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566)))) (-15 -2941 ((-3 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) "failed") |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))) (-1241 (-409 (-566)))) (T -1021))
+((-2941 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) (-5 *1 (-1021 *3)) (-4 *3 (-1241 (-409 (-566)))))) (-2941 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) (-5 *4 (-409 (-566))) (-5 *1 (-1021 *3)) (-4 *3 (-1241 *4)))) (-3429 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-409 (-566))) (-5 *2 (-644 (-2 (|:| -3555 *5) (|:| -3567 *5)))) (-5 *1 (-1021 *3)) (-4 *3 (-1241 *5)) (-5 *4 (-2 (|:| -3555 *5) (|:| -3567 *5))))) (-3429 (*1 *2 *3 *4) (-12 (-5 *4 (-409 (-566))) (-5 *2 (-644 (-2 (|:| -3555 *4) (|:| -3567 *4)))) (-5 *1 (-1021 *3)) (-4 *3 (-1241 *4)))) (-3429 (*1 *2 *3 *4) (-12 (-5 *2 (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-5 *1 (-1021 *3)) (-4 *3 (-1241 (-409 (-566)))) (-5 *4 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))) (-3429 (*1 *2 *3) (-12 (-5 *2 (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-5 *1 (-1021 *3)) (-4 *3 (-1241 (-409 (-566)))))))
+(-10 -7 (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1|)) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-409 (-566)))) (-15 -3429 ((-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566)))) (-15 -2941 ((-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-409 (-566)))) (-15 -2941 ((-3 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) "failed") |#1| (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))) (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))))
+((-1945 (((-225) $) 6) (((-381) $) 9)))
(((-1022) (-140)) (T -1022))
NIL
(-13 (-614 (-225)) (-614 (-381)))
(((-614 (-225)) . T) ((-614 (-381)) . T))
-((-2423 (((-644 (-381)) (-952 (-566)) (-381)) 28) (((-644 (-381)) (-952 (-409 (-566))) (-381)) 27)) (-1976 (((-644 (-644 (-381))) (-644 (-952 (-566))) (-644 (-1175)) (-381)) 37)))
-(((-1023) (-10 -7 (-15 -2423 ((-644 (-381)) (-952 (-409 (-566))) (-381))) (-15 -2423 ((-644 (-381)) (-952 (-566)) (-381))) (-15 -1976 ((-644 (-644 (-381))) (-644 (-952 (-566))) (-644 (-1175)) (-381))))) (T -1023))
-((-1976 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-644 (-1175))) (-5 *2 (-644 (-644 (-381)))) (-5 *1 (-1023)) (-5 *5 (-381)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-952 (-566))) (-5 *2 (-644 (-381))) (-5 *1 (-1023)) (-5 *4 (-381)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *2 (-644 (-381))) (-5 *1 (-1023)) (-5 *4 (-381)))))
-(-10 -7 (-15 -2423 ((-644 (-381)) (-952 (-409 (-566))) (-381))) (-15 -2423 ((-644 (-381)) (-952 (-566)) (-381))) (-15 -1976 ((-644 (-644 (-381))) (-644 (-952 (-566))) (-644 (-1175)) (-381))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 75)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-1635 (($ $) NIL) (($ $ (-921)) NIL) (($ (-409 (-566))) NIL) (($ (-566)) NIL)) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) 70)) (-2463 (($) NIL T CONST)) (-4093 (((-3 $ "failed") (-1171 $) (-921) (-862)) NIL) (((-3 $ "failed") (-1171 $) (-921)) 55)) (-2229 (((-3 (-409 (-566)) "failed") $) NIL (|has| (-409 (-566)) (-1038 (-409 (-566))))) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#1| "failed") $) 116) (((-3 (-566) "failed") $) NIL (-2768 (|has| (-409 (-566)) (-1038 (-566))) (|has| |#1| (-1038 (-566)))))) (-4158 (((-409 (-566)) $) 17 (|has| (-409 (-566)) (-1038 (-409 (-566))))) (((-409 (-566)) $) 17) ((|#1| $) 117) (((-566) $) NIL (-2768 (|has| (-409 (-566)) (-1038 (-566))) (|has| |#1| (-1038 (-566)))))) (-1767 (($ $ (-862)) 47)) (-4394 (($ $ (-862)) 48)) (-2933 (($ $ $) NIL)) (-2098 (((-409 (-566)) $ $) 21)) (-3245 (((-3 $ "failed") $) 88)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2528 (((-112) $) 66)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL)) (-3233 (((-112) $) 69)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-1401 (((-3 (-1171 $) "failed") $) 83)) (-3170 (((-3 (-862) "failed") $) 82)) (-1443 (((-3 (-1171 $) "failed") $) 80)) (-2117 (((-3 (-1060 $ (-1171 $)) "failed") $) 78)) (-2128 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 89)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ (-644 $)) NIL) (($ $ $) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3152 (((-862) $) 87) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ $) 63) (($ (-409 (-566))) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 119)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-3603 (((-409 (-566)) $ $) 27)) (-1526 (((-644 $) (-1171 $)) 61) (((-644 $) (-1171 (-409 (-566)))) NIL) (((-644 $) (-1171 (-566))) NIL) (((-644 $) (-952 $)) NIL) (((-644 $) (-952 (-409 (-566)))) NIL) (((-644 $) (-952 (-566))) NIL)) (-2989 (($ (-1060 $ (-1171 $)) (-862)) 46)) (-1358 (($ $) 22)) (-4356 (($) 32 T CONST)) (-4366 (($) 39 T CONST)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 76)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 24)) (-3025 (($ $ $) 37)) (-3012 (($ $) 38) (($ $ $) 74)) (-3002 (($ $ $) 112)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL) (($ $ (-409 (-566))) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 98) (($ $ $) 104) (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ (-566) $) 98) (($ $ (-566)) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ |#1| $) 102) (($ $ |#1|) NIL)))
-(((-1024 |#1|) (-13 (-1012) (-413 |#1|) (-38 |#1|) (-10 -8 (-15 -2989 ($ (-1060 $ (-1171 $)) (-862))) (-15 -2117 ((-3 (-1060 $ (-1171 $)) "failed") $)) (-15 -2098 ((-409 (-566)) $ $)))) (-13 (-848) (-365) (-1022))) (T -1024))
-((-2989 (*1 *1 *2 *3) (-12 (-5 *2 (-1060 (-1024 *4) (-1171 (-1024 *4)))) (-5 *3 (-862)) (-5 *1 (-1024 *4)) (-4 *4 (-13 (-848) (-365) (-1022))))) (-2117 (*1 *2 *1) (|partial| -12 (-5 *2 (-1060 (-1024 *3) (-1171 (-1024 *3)))) (-5 *1 (-1024 *3)) (-4 *3 (-13 (-848) (-365) (-1022))))) (-2098 (*1 *2 *1 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1024 *3)) (-4 *3 (-13 (-848) (-365) (-1022))))))
-(-13 (-1012) (-413 |#1|) (-38 |#1|) (-10 -8 (-15 -2989 ($ (-1060 $ (-1171 $)) (-862))) (-15 -2117 ((-3 (-1060 $ (-1171 $)) "failed") $)) (-15 -2098 ((-409 (-566)) $ $))))
-((-3719 (((-2 (|:| -3434 |#2|) (|:| -1707 (-644 |#1|))) |#2| (-644 |#1|)) 32) ((|#2| |#2| |#1|) 27)))
-(((-1025 |#1| |#2|) (-10 -7 (-15 -3719 (|#2| |#2| |#1|)) (-15 -3719 ((-2 (|:| -3434 |#2|) (|:| -1707 (-644 |#1|))) |#2| (-644 |#1|)))) (-365) (-656 |#1|)) (T -1025))
-((-3719 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-5 *2 (-2 (|:| -3434 *3) (|:| -1707 (-644 *5)))) (-5 *1 (-1025 *5 *3)) (-5 *4 (-644 *5)) (-4 *3 (-656 *5)))) (-3719 (*1 *2 *2 *3) (-12 (-4 *3 (-365)) (-5 *1 (-1025 *3 *2)) (-4 *2 (-656 *3)))))
-(-10 -7 (-15 -3719 (|#2| |#2| |#1|)) (-15 -3719 ((-2 (|:| -3434 |#2|) (|:| -1707 (-644 |#1|))) |#2| (-644 |#1|))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2592 ((|#1| $ |#1|) 14)) (-1456 ((|#1| $ |#1|) 12)) (-4153 (($ |#1|) 10)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1309 ((|#1| $) 11)) (-3716 ((|#1| $) 13)) (-3152 (((-862) $) 21 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2914 (((-112) $ $) 9)))
-(((-1026 |#1|) (-13 (-1214) (-10 -8 (-15 -4153 ($ |#1|)) (-15 -1309 (|#1| $)) (-15 -1456 (|#1| $ |#1|)) (-15 -3716 (|#1| $)) (-15 -2592 (|#1| $ |#1|)) (-15 -2914 ((-112) $ $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|))) (-1214)) (T -1026))
-((-4153 (*1 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214)))) (-1309 (*1 *2 *1) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214)))) (-1456 (*1 *2 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214)))) (-3716 (*1 *2 *1) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214)))) (-2592 (*1 *2 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214)))) (-2914 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1026 *3)) (-4 *3 (-1214)))))
-(-13 (-1214) (-10 -8 (-15 -4153 ($ |#1|)) (-15 -1309 (|#1| $)) (-15 -1456 (|#1| $ |#1|)) (-15 -3716 (|#1| $)) (-15 -2592 (|#1| $ |#1|)) (-15 -2914 ((-112) $ $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |#4|)))) (-644 |#4|)) NIL)) (-2779 (((-644 $) (-644 |#4|)) 118) (((-644 $) (-644 |#4|) (-112)) 119) (((-644 $) (-644 |#4|) (-112) (-112)) 117) (((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112)) 120)) (-1771 (((-644 |#3|) $) NIL)) (-3071 (((-112) $) NIL)) (-3274 (((-112) $) NIL (|has| |#1| (-558)))) (-2267 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1411 ((|#4| |#4| $) NIL)) (-1378 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| $) 112)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3678 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414))) (((-3 |#4| "failed") $ |#3|) 66)) (-2463 (($) NIL T CONST)) (-3036 (((-112) $) 29 (|has| |#1| (-558)))) (-1963 (((-112) $ $) NIL (|has| |#1| (-558)))) (-2983 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1477 (((-112) $) NIL (|has| |#1| (-558)))) (-3930 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1789 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) NIL)) (-4158 (($ (-644 |#4|)) NIL)) (-3919 (((-3 $ "failed") $) 45)) (-3110 ((|#4| |#4| $) 69)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-2622 (($ |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 85 (|has| |#1| (-558)))) (-3599 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2690 ((|#4| |#4| $) NIL)) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4414))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3476 (((-2 (|:| -1685 (-644 |#4|)) (|:| -3292 (-644 |#4|))) $) NIL)) (-2969 (((-112) |#4| $) NIL)) (-1951 (((-112) |#4| $) NIL)) (-2775 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3482 (((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112)) 133)) (-1683 (((-644 |#4|) $) 18 (|has| $ (-6 -4414)))) (-1640 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4296 ((|#3| $) 38)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#4|) $) 19 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-3885 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 23)) (-1785 (((-644 |#3|) $) NIL)) (-1579 (((-112) |#3| $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-3006 (((-3 |#4| (-644 $)) |#4| |#4| $) NIL)) (-3940 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| |#4| $) 110)) (-2641 (((-3 |#4| "failed") $) 42)) (-2568 (((-644 $) |#4| $) 93)) (-1493 (((-3 (-112) (-644 $)) |#4| $) NIL)) (-3835 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 $))) |#4| $) 103) (((-112) |#4| $) 64)) (-1997 (((-644 $) |#4| $) 115) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) 116) (((-644 $) |#4| (-644 $)) NIL)) (-3196 (((-644 $) (-644 |#4|) (-112) (-112) (-112)) 128)) (-2921 (($ |#4| $) 82) (($ (-644 |#4|) $) 83) (((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 79)) (-2133 (((-644 |#4|) $) NIL)) (-2543 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1906 ((|#4| |#4| $) NIL)) (-3077 (((-112) $ $) NIL)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-3374 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4074 ((|#4| |#4| $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 (((-3 |#4| "failed") $) 40)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2718 (((-3 $ "failed") $ |#4|) 59)) (-3369 (($ $ |#4|) NIL) (((-644 $) |#4| $) 95) (((-644 $) |#4| (-644 $)) NIL) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) 89)) (-2823 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 17)) (-3493 (($) 14)) (-3902 (((-771) $) NIL)) (-4083 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) 13)) (-2376 (((-538) $) NIL (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) 22)) (-4305 (($ $ |#3|) 52)) (-1702 (($ $ |#3|) 54)) (-4017 (($ $) NIL)) (-3809 (($ $ |#3|) NIL)) (-3152 (((-862) $) 35) (((-644 |#4|) $) 46)) (-3909 (((-771) $) NIL (|has| |#3| (-370)))) (-3044 (((-112) $ $) NIL)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3622 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) NIL)) (-3998 (((-644 $) |#4| $) 92) (((-644 $) |#4| (-644 $)) NIL) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) NIL)) (-2210 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-4382 (((-644 |#3|) $) NIL)) (-2676 (((-112) |#4| $) NIL)) (-4217 (((-112) |#3| $) 65)) (-2914 (((-112) $ $) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1027 |#1| |#2| |#3| |#4|) (-13 (-1070 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2921 ((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2779 ((-644 $) (-644 |#4|) (-112) (-112))) (-15 -2779 ((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112))) (-15 -3196 ((-644 $) (-644 |#4|) (-112) (-112) (-112))) (-15 -3482 ((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112))))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -1027))
-((-2921 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1027 *5 *6 *7 *3))) (-5 *1 (-1027 *5 *6 *7 *3)) (-4 *3 (-1064 *5 *6 *7)))) (-2779 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8)))) (-2779 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8)))) (-3196 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8)))) (-3482 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-644 *8)) (|:| |towers| (-644 (-1027 *5 *6 *7 *8))))) (-5 *1 (-1027 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
-(-13 (-1070 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2921 ((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2779 ((-644 $) (-644 |#4|) (-112) (-112))) (-15 -2779 ((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112))) (-15 -3196 ((-644 $) (-644 |#4|) (-112) (-112) (-112))) (-15 -3482 ((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112)))))
-((-3362 (((-644 (-689 |#1|)) (-644 (-689 |#1|))) 73) (((-689 |#1|) (-689 |#1|)) 72) (((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-644 (-689 |#1|))) 71) (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 68)) (-3807 (((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921)) 66) (((-689 |#1|) (-689 |#1|) (-921)) 65)) (-2857 (((-644 (-689 (-566))) (-644 (-644 (-566)))) 84) (((-644 (-689 (-566))) (-644 (-905 (-566))) (-566)) 83) (((-689 (-566)) (-644 (-566))) 80) (((-689 (-566)) (-905 (-566)) (-566)) 78)) (-1870 (((-689 (-952 |#1|)) (-771)) 98)) (-3739 (((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921)) 52 (|has| |#1| (-6 (-4416 "*")))) (((-689 |#1|) (-689 |#1|) (-921)) 50 (|has| |#1| (-6 (-4416 "*"))))))
-(((-1028 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4416 "*"))) (-15 -3739 ((-689 |#1|) (-689 |#1|) (-921))) |%noBranch|) (IF (|has| |#1| (-6 (-4416 "*"))) (-15 -3739 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921))) |%noBranch|) (-15 -1870 ((-689 (-952 |#1|)) (-771))) (-15 -3807 ((-689 |#1|) (-689 |#1|) (-921))) (-15 -3807 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921))) (-15 -3362 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -3362 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -3362 ((-689 |#1|) (-689 |#1|))) (-15 -3362 ((-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -2857 ((-689 (-566)) (-905 (-566)) (-566))) (-15 -2857 ((-689 (-566)) (-644 (-566)))) (-15 -2857 ((-644 (-689 (-566))) (-644 (-905 (-566))) (-566))) (-15 -2857 ((-644 (-689 (-566))) (-644 (-644 (-566)))))) (-1049)) (T -1028))
-((-2857 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-566)))) (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-1028 *4)) (-4 *4 (-1049)))) (-2857 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-905 (-566)))) (-5 *4 (-566)) (-5 *2 (-644 (-689 *4))) (-5 *1 (-1028 *5)) (-4 *5 (-1049)))) (-2857 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1028 *4)) (-4 *4 (-1049)))) (-2857 (*1 *2 *3 *4) (-12 (-5 *3 (-905 (-566))) (-5 *4 (-566)) (-5 *2 (-689 *4)) (-5 *1 (-1028 *5)) (-4 *5 (-1049)))) (-3362 (*1 *2 *2) (-12 (-5 *2 (-644 (-689 *3))) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))) (-3362 (*1 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))) (-3362 (*1 *2 *2 *2) (-12 (-5 *2 (-644 (-689 *3))) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))) (-3362 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))) (-3807 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-689 *4))) (-5 *3 (-921)) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))) (-3807 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *4)) (-5 *3 (-921)) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))) (-1870 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-689 (-952 *4))) (-5 *1 (-1028 *4)) (-4 *4 (-1049)))) (-3739 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-689 *4))) (-5 *3 (-921)) (|has| *4 (-6 (-4416 "*"))) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))) (-3739 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *4)) (-5 *3 (-921)) (|has| *4 (-6 (-4416 "*"))) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))))
-(-10 -7 (IF (|has| |#1| (-6 (-4416 "*"))) (-15 -3739 ((-689 |#1|) (-689 |#1|) (-921))) |%noBranch|) (IF (|has| |#1| (-6 (-4416 "*"))) (-15 -3739 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921))) |%noBranch|) (-15 -1870 ((-689 (-952 |#1|)) (-771))) (-15 -3807 ((-689 |#1|) (-689 |#1|) (-921))) (-15 -3807 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921))) (-15 -3362 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -3362 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -3362 ((-689 |#1|) (-689 |#1|))) (-15 -3362 ((-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -2857 ((-689 (-566)) (-905 (-566)) (-566))) (-15 -2857 ((-689 (-566)) (-644 (-566)))) (-15 -2857 ((-644 (-689 (-566))) (-644 (-905 (-566))) (-566))) (-15 -2857 ((-644 (-689 (-566))) (-644 (-644 (-566))))))
-((-3346 (((-689 |#1|) (-644 (-689 |#1|)) (-1264 |#1|)) 71 (|has| |#1| (-308)))) (-3011 (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1264 (-1264 |#1|))) 112 (|has| |#1| (-365))) (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1264 |#1|)) 119 (|has| |#1| (-365)))) (-1307 (((-1264 |#1|) (-644 (-1264 |#1|)) (-566)) 137 (-12 (|has| |#1| (-365)) (|has| |#1| (-370))))) (-1467 (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-921)) 125 (-12 (|has| |#1| (-365)) (|has| |#1| (-370)))) (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112)) 124 (-12 (|has| |#1| (-365)) (|has| |#1| (-370)))) (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|))) 123 (-12 (|has| |#1| (-365)) (|has| |#1| (-370)))) (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112) (-566) (-566)) 122 (-12 (|has| |#1| (-365)) (|has| |#1| (-370))))) (-1520 (((-112) (-644 (-689 |#1|))) 105 (|has| |#1| (-365))) (((-112) (-644 (-689 |#1|)) (-566)) 108 (|has| |#1| (-365)))) (-1503 (((-1264 (-1264 |#1|)) (-644 (-689 |#1|)) (-1264 |#1|)) 68 (|has| |#1| (-308)))) (-3303 (((-689 |#1|) (-644 (-689 |#1|)) (-689 |#1|)) 48)) (-2068 (((-689 |#1|) (-1264 (-1264 |#1|))) 41)) (-3911 (((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-566)) 96 (|has| |#1| (-365))) (((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|))) 95 (|has| |#1| (-365))) (((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-112) (-566)) 103 (|has| |#1| (-365)))))
-(((-1029 |#1|) (-10 -7 (-15 -2068 ((-689 |#1|) (-1264 (-1264 |#1|)))) (-15 -3303 ((-689 |#1|) (-644 (-689 |#1|)) (-689 |#1|))) (IF (|has| |#1| (-308)) (PROGN (-15 -1503 ((-1264 (-1264 |#1|)) (-644 (-689 |#1|)) (-1264 |#1|))) (-15 -3346 ((-689 |#1|) (-644 (-689 |#1|)) (-1264 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -3911 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-112) (-566))) (-15 -3911 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -3911 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-566))) (-15 -1520 ((-112) (-644 (-689 |#1|)) (-566))) (-15 -1520 ((-112) (-644 (-689 |#1|)))) (-15 -3011 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1264 |#1|))) (-15 -3011 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1264 (-1264 |#1|))))) |%noBranch|) (IF (|has| |#1| (-370)) (IF (|has| |#1| (-365)) (PROGN (-15 -1467 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112) (-566) (-566))) (-15 -1467 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)))) (-15 -1467 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112))) (-15 -1467 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-921))) (-15 -1307 ((-1264 |#1|) (-644 (-1264 |#1|)) (-566)))) |%noBranch|) |%noBranch|)) (-1049)) (T -1029))
-((-1307 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1264 *5))) (-5 *4 (-566)) (-5 *2 (-1264 *5)) (-5 *1 (-1029 *5)) (-4 *5 (-365)) (-4 *5 (-370)) (-4 *5 (-1049)))) (-1467 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-4 *5 (-365)) (-4 *5 (-370)) (-4 *5 (-1049)) (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5)) (-5 *3 (-644 (-689 *5))))) (-1467 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-365)) (-4 *5 (-370)) (-4 *5 (-1049)) (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5)) (-5 *3 (-644 (-689 *5))))) (-1467 (*1 *2 *3) (-12 (-4 *4 (-365)) (-4 *4 (-370)) (-4 *4 (-1049)) (-5 *2 (-644 (-644 (-689 *4)))) (-5 *1 (-1029 *4)) (-5 *3 (-644 (-689 *4))))) (-1467 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-112)) (-5 *5 (-566)) (-4 *6 (-365)) (-4 *6 (-370)) (-4 *6 (-1049)) (-5 *2 (-644 (-644 (-689 *6)))) (-5 *1 (-1029 *6)) (-5 *3 (-644 (-689 *6))))) (-3011 (*1 *2 *3 *4) (-12 (-5 *4 (-1264 (-1264 *5))) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5)) (-5 *3 (-644 (-689 *5))))) (-3011 (*1 *2 *3 *4) (-12 (-5 *4 (-1264 *5)) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5)) (-5 *3 (-644 (-689 *5))))) (-1520 (*1 *2 *3) (-12 (-5 *3 (-644 (-689 *4))) (-4 *4 (-365)) (-4 *4 (-1049)) (-5 *2 (-112)) (-5 *1 (-1029 *4)))) (-1520 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-566)) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-112)) (-5 *1 (-1029 *5)))) (-3911 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-566)) (-5 *2 (-689 *5)) (-5 *1 (-1029 *5)) (-4 *5 (-365)) (-4 *5 (-1049)))) (-3911 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-689 *4))) (-5 *2 (-689 *4)) (-5 *1 (-1029 *4)) (-4 *4 (-365)) (-4 *4 (-1049)))) (-3911 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-644 (-689 *6))) (-5 *4 (-112)) (-5 *5 (-566)) (-5 *2 (-689 *6)) (-5 *1 (-1029 *6)) (-4 *6 (-365)) (-4 *6 (-1049)))) (-3346 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-1264 *5)) (-4 *5 (-308)) (-4 *5 (-1049)) (-5 *2 (-689 *5)) (-5 *1 (-1029 *5)))) (-1503 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-689 *5))) (-4 *5 (-308)) (-4 *5 (-1049)) (-5 *2 (-1264 (-1264 *5))) (-5 *1 (-1029 *5)) (-5 *4 (-1264 *5)))) (-3303 (*1 *2 *3 *2) (-12 (-5 *3 (-644 (-689 *4))) (-5 *2 (-689 *4)) (-4 *4 (-1049)) (-5 *1 (-1029 *4)))) (-2068 (*1 *2 *3) (-12 (-5 *3 (-1264 (-1264 *4))) (-4 *4 (-1049)) (-5 *2 (-689 *4)) (-5 *1 (-1029 *4)))))
-(-10 -7 (-15 -2068 ((-689 |#1|) (-1264 (-1264 |#1|)))) (-15 -3303 ((-689 |#1|) (-644 (-689 |#1|)) (-689 |#1|))) (IF (|has| |#1| (-308)) (PROGN (-15 -1503 ((-1264 (-1264 |#1|)) (-644 (-689 |#1|)) (-1264 |#1|))) (-15 -3346 ((-689 |#1|) (-644 (-689 |#1|)) (-1264 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -3911 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-112) (-566))) (-15 -3911 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -3911 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-566))) (-15 -1520 ((-112) (-644 (-689 |#1|)) (-566))) (-15 -1520 ((-112) (-644 (-689 |#1|)))) (-15 -3011 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1264 |#1|))) (-15 -3011 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1264 (-1264 |#1|))))) |%noBranch|) (IF (|has| |#1| (-370)) (IF (|has| |#1| (-365)) (PROGN (-15 -1467 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112) (-566) (-566))) (-15 -1467 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)))) (-15 -1467 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112))) (-15 -1467 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-921))) (-15 -1307 ((-1264 |#1|) (-644 (-1264 |#1|)) (-566)))) |%noBranch|) |%noBranch|))
-((-2011 ((|#1| (-921) |#1|) 18)))
-(((-1030 |#1|) (-10 -7 (-15 -2011 (|#1| (-921) |#1|))) (-13 (-1099) (-10 -8 (-15 -3002 ($ $ $))))) (T -1030))
-((-2011 (*1 *2 *3 *2) (-12 (-5 *3 (-921)) (-5 *1 (-1030 *2)) (-4 *2 (-13 (-1099) (-10 -8 (-15 -3002 ($ $ $))))))))
-(-10 -7 (-15 -2011 (|#1| (-921) |#1|)))
-((-3460 (((-644 (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566)) (|:| |radvect| (-644 (-689 (-317 (-566))))))) (-689 (-409 (-952 (-566))))) 67)) (-3450 (((-644 (-689 (-317 (-566)))) (-317 (-566)) (-689 (-409 (-952 (-566))))) 52)) (-4372 (((-644 (-317 (-566))) (-689 (-409 (-952 (-566))))) 45)) (-3370 (((-644 (-689 (-317 (-566)))) (-689 (-409 (-952 (-566))))) 88)) (-1489 (((-689 (-317 (-566))) (-689 (-317 (-566)))) 38)) (-1758 (((-644 (-689 (-317 (-566)))) (-644 (-689 (-317 (-566))))) 76)) (-2173 (((-3 (-689 (-317 (-566))) "failed") (-689 (-409 (-952 (-566))))) 85)))
-(((-1031) (-10 -7 (-15 -3460 ((-644 (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566)) (|:| |radvect| (-644 (-689 (-317 (-566))))))) (-689 (-409 (-952 (-566)))))) (-15 -3450 ((-644 (-689 (-317 (-566)))) (-317 (-566)) (-689 (-409 (-952 (-566)))))) (-15 -4372 ((-644 (-317 (-566))) (-689 (-409 (-952 (-566)))))) (-15 -2173 ((-3 (-689 (-317 (-566))) "failed") (-689 (-409 (-952 (-566)))))) (-15 -1489 ((-689 (-317 (-566))) (-689 (-317 (-566))))) (-15 -1758 ((-644 (-689 (-317 (-566)))) (-644 (-689 (-317 (-566)))))) (-15 -3370 ((-644 (-689 (-317 (-566)))) (-689 (-409 (-952 (-566)))))))) (T -1031))
-((-3370 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)))) (-1758 (*1 *2 *2) (-12 (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)))) (-1489 (*1 *2 *2) (-12 (-5 *2 (-689 (-317 (-566)))) (-5 *1 (-1031)))) (-2173 (*1 *2 *3) (|partial| -12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-689 (-317 (-566)))) (-5 *1 (-1031)))) (-4372 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-317 (-566)))) (-5 *1 (-1031)))) (-3450 (*1 *2 *3 *4) (-12 (-5 *4 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)) (-5 *3 (-317 (-566))))) (-3460 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566)) (|:| |radvect| (-644 (-689 (-317 (-566)))))))) (-5 *1 (-1031)))))
-(-10 -7 (-15 -3460 ((-644 (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566)) (|:| |radvect| (-644 (-689 (-317 (-566))))))) (-689 (-409 (-952 (-566)))))) (-15 -3450 ((-644 (-689 (-317 (-566)))) (-317 (-566)) (-689 (-409 (-952 (-566)))))) (-15 -4372 ((-644 (-317 (-566))) (-689 (-409 (-952 (-566)))))) (-15 -2173 ((-3 (-689 (-317 (-566))) "failed") (-689 (-409 (-952 (-566)))))) (-15 -1489 ((-689 (-317 (-566))) (-689 (-317 (-566))))) (-15 -1758 ((-644 (-689 (-317 (-566)))) (-644 (-689 (-317 (-566)))))) (-15 -3370 ((-644 (-689 (-317 (-566)))) (-689 (-409 (-952 (-566)))))))
-((-2994 ((|#1| |#1| (-921)) 18)))
-(((-1032 |#1|) (-10 -7 (-15 -2994 (|#1| |#1| (-921)))) (-13 (-1099) (-10 -8 (-15 * ($ $ $))))) (T -1032))
-((-2994 (*1 *2 *2 *3) (-12 (-5 *3 (-921)) (-5 *1 (-1032 *2)) (-4 *2 (-13 (-1099) (-10 -8 (-15 * ($ $ $))))))))
-(-10 -7 (-15 -2994 (|#1| |#1| (-921))))
-((-3152 ((|#1| (-313)) 11) (((-1269) |#1|) 9)))
-(((-1033 |#1|) (-10 -7 (-15 -3152 ((-1269) |#1|)) (-15 -3152 (|#1| (-313)))) (-1214)) (T -1033))
-((-3152 (*1 *2 *3) (-12 (-5 *3 (-313)) (-5 *1 (-1033 *2)) (-4 *2 (-1214)))) (-3152 (*1 *2 *3) (-12 (-5 *2 (-1269)) (-5 *1 (-1033 *3)) (-4 *3 (-1214)))))
-(-10 -7 (-15 -3152 ((-1269) |#1|)) (-15 -3152 (|#1| (-313))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2873 (($ |#4|) 25)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-2860 ((|#4| $) 27)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 46) (($ (-566)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-2593 (((-771)) 43 T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 21 T CONST)) (-4366 (($) 23 T CONST)) (-2914 (((-112) $ $) 40)) (-3012 (($ $) 31) (($ $ $) NIL)) (-3002 (($ $ $) 29)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
-(((-1034 |#1| |#2| |#3| |#4| |#5|) (-13 (-172) (-38 |#1|) (-10 -8 (-15 -2873 ($ |#4|)) (-15 -3152 ($ |#4|)) (-15 -2860 (|#4| $)))) (-365) (-793) (-850) (-949 |#1| |#2| |#3|) (-644 |#4|)) (T -1034))
-((-2873 (*1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *2 (-949 *3 *4 *5)) (-14 *6 (-644 *2)))) (-3152 (*1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *2 (-949 *3 *4 *5)) (-14 *6 (-644 *2)))) (-2860 (*1 *2 *1) (-12 (-4 *2 (-949 *3 *4 *5)) (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-14 *6 (-644 *2)))))
-(-13 (-172) (-38 |#1|) (-10 -8 (-15 -2873 ($ |#4|)) (-15 -3152 ($ |#4|)) (-15 -2860 (|#4| $))))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL)) (-1944 (((-1269) $ (-1175) (-1175)) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-2669 (((-112) (-112)) 43)) (-3216 (((-112) (-112)) 42)) (-1456 (((-52) $ (-1175) (-52)) NIL)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 (-52) "failed") (-1175) $) NIL)) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-3512 (($ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-3 (-52) "failed") (-1175) $) NIL)) (-2622 (($ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-3897 (((-52) $ (-1175) (-52)) NIL (|has| $ (-6 -4415)))) (-3829 (((-52) $ (-1175)) NIL)) (-1683 (((-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-644 (-52)) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-1175) $) NIL (|has| (-1175) (-850)))) (-3491 (((-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-644 (-52)) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-52) (-1099))))) (-4050 (((-1175) $) NIL (|has| (-1175) (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-4052 (((-644 (-1175)) $) 37)) (-1826 (((-112) (-1175) $) NIL)) (-3278 (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL)) (-3888 (($ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL)) (-3725 (((-644 (-1175)) $) NIL)) (-1644 (((-112) (-1175) $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-3908 (((-52) $) NIL (|has| (-1175) (-850)))) (-3668 (((-3 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) "failed") (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL)) (-3787 (($ $ (-52)) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))))) NIL (-12 (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ $ (-295 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL (-12 (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ $ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) NIL (-12 (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ $ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL (-12 (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ $ (-644 (-52)) (-644 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-295 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-644 (-295 (-52)))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-52) (-1099))))) (-3486 (((-644 (-52)) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 (((-52) $ (-1175)) 39) (((-52) $ (-1175) (-52)) NIL)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (((-771) (-52) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-52) (-1099)))) (((-771) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL)) (-3152 (((-862) $) 41 (-2768 (|has| (-52) (-613 (-862))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-613 (-862)))))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1035) (-13 (-1190 (-1175) (-52)) (-10 -7 (-15 -2669 ((-112) (-112))) (-15 -3216 ((-112) (-112))) (-6 -4414)))) (T -1035))
-((-2669 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1035)))) (-3216 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1035)))))
-(-13 (-1190 (-1175) (-52)) (-10 -7 (-15 -2669 ((-112) (-112))) (-15 -3216 ((-112) (-112))) (-6 -4414)))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2080 (((-1134) $) 9)) (-3152 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1036) (-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $))))) (T -1036))
-((-2080 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1036)))))
-(-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $))))
-((-4158 ((|#2| $) 10)))
-(((-1037 |#1| |#2|) (-10 -8 (-15 -4158 (|#2| |#1|))) (-1038 |#2|) (-1214)) (T -1037))
-NIL
-(-10 -8 (-15 -4158 (|#2| |#1|)))
-((-2229 (((-3 |#1| "failed") $) 9)) (-4158 ((|#1| $) 8)) (-3152 (($ |#1|) 6)))
-(((-1038 |#1|) (-140) (-1214)) (T -1038))
-((-2229 (*1 *2 *1) (|partial| -12 (-4 *1 (-1038 *2)) (-4 *2 (-1214)))) (-4158 (*1 *2 *1) (-12 (-4 *1 (-1038 *2)) (-4 *2 (-1214)))))
-(-13 (-616 |t#1|) (-10 -8 (-15 -2229 ((-3 |t#1| "failed") $)) (-15 -4158 (|t#1| $))))
+((-1848 (((-644 (-381)) (-952 (-566)) (-381)) 28) (((-644 (-381)) (-952 (-409 (-566))) (-381)) 27)) (-3005 (((-644 (-644 (-381))) (-644 (-952 (-566))) (-644 (-1175)) (-381)) 37)))
+(((-1023) (-10 -7 (-15 -1848 ((-644 (-381)) (-952 (-409 (-566))) (-381))) (-15 -1848 ((-644 (-381)) (-952 (-566)) (-381))) (-15 -3005 ((-644 (-644 (-381))) (-644 (-952 (-566))) (-644 (-1175)) (-381))))) (T -1023))
+((-3005 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-644 (-1175))) (-5 *2 (-644 (-644 (-381)))) (-5 *1 (-1023)) (-5 *5 (-381)))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-952 (-566))) (-5 *2 (-644 (-381))) (-5 *1 (-1023)) (-5 *4 (-381)))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *2 (-644 (-381))) (-5 *1 (-1023)) (-5 *4 (-381)))))
+(-10 -7 (-15 -1848 ((-644 (-381)) (-952 (-409 (-566))) (-381))) (-15 -1848 ((-644 (-381)) (-952 (-566)) (-381))) (-15 -3005 ((-644 (-644 (-381))) (-644 (-952 (-566))) (-644 (-1175)) (-381))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 75)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-3856 (($ $) NIL) (($ $ (-921)) NIL) (($ (-409 (-566))) NIL) (($ (-566)) NIL)) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) 70)) (-4145 (($) NIL T CONST)) (-2243 (((-3 $ "failed") (-1171 $) (-921) (-862)) NIL) (((-3 $ "failed") (-1171 $) (-921)) 55)) (-1821 (((-3 (-409 (-566)) "failed") $) NIL (|has| (-409 (-566)) (-1038 (-409 (-566))))) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#1| "failed") $) 116) (((-3 (-566) "failed") $) NIL (-2700 (|has| (-409 (-566)) (-1038 (-566))) (|has| |#1| (-1038 (-566)))))) (-3213 (((-409 (-566)) $) 17 (|has| (-409 (-566)) (-1038 (-409 (-566))))) (((-409 (-566)) $) 17) ((|#1| $) 117) (((-566) $) NIL (-2700 (|has| (-409 (-566)) (-1038 (-566))) (|has| |#1| (-1038 (-566)))))) (-1495 (($ $ (-862)) 47)) (-2198 (($ $ (-862)) 48)) (-4067 (($ $ $) NIL)) (-1733 (((-409 (-566)) $ $) 21)) (-4185 (((-3 $ "failed") $) 88)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3540 (((-112) $) 66)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL)) (-4049 (((-112) $) 69)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-2049 (((-3 (-1171 $) "failed") $) 83)) (-1540 (((-3 (-862) "failed") $) 82)) (-1422 (((-3 (-1171 $) "failed") $) 80)) (-3826 (((-3 (-1060 $ (-1171 $)) "failed") $) 78)) (-1931 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 89)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ (-644 $)) NIL) (($ $ $) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-1650 (((-862) $) 87) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ $) 63) (($ (-409 (-566))) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ |#1|) 119)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-1645 (((-409 (-566)) $ $) 27)) (-4098 (((-644 $) (-1171 $)) 61) (((-644 $) (-1171 (-409 (-566)))) NIL) (((-644 $) (-1171 (-566))) NIL) (((-644 $) (-952 $)) NIL) (((-644 $) (-952 (-409 (-566)))) NIL) (((-644 $) (-952 (-566))) NIL)) (-3433 (($ (-1060 $ (-1171 $)) (-862)) 46)) (-3839 (($ $) 22)) (-3410 (($) 32 T CONST)) (-3424 (($) 39 T CONST)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 76)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 24)) (-2990 (($ $ $) 37)) (-2977 (($ $) 38) (($ $ $) 74)) (-2964 (($ $ $) 112)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL) (($ $ (-409 (-566))) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 98) (($ $ $) 104) (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ (-566) $) 98) (($ $ (-566)) NIL) (($ (-409 (-566)) $) NIL) (($ $ (-409 (-566))) NIL) (($ |#1| $) 102) (($ $ |#1|) NIL)))
+(((-1024 |#1|) (-13 (-1012) (-413 |#1|) (-38 |#1|) (-10 -8 (-15 -3433 ($ (-1060 $ (-1171 $)) (-862))) (-15 -3826 ((-3 (-1060 $ (-1171 $)) "failed") $)) (-15 -1733 ((-409 (-566)) $ $)))) (-13 (-848) (-365) (-1022))) (T -1024))
+((-3433 (*1 *1 *2 *3) (-12 (-5 *2 (-1060 (-1024 *4) (-1171 (-1024 *4)))) (-5 *3 (-862)) (-5 *1 (-1024 *4)) (-4 *4 (-13 (-848) (-365) (-1022))))) (-3826 (*1 *2 *1) (|partial| -12 (-5 *2 (-1060 (-1024 *3) (-1171 (-1024 *3)))) (-5 *1 (-1024 *3)) (-4 *3 (-13 (-848) (-365) (-1022))))) (-1733 (*1 *2 *1 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1024 *3)) (-4 *3 (-13 (-848) (-365) (-1022))))))
+(-13 (-1012) (-413 |#1|) (-38 |#1|) (-10 -8 (-15 -3433 ($ (-1060 $ (-1171 $)) (-862))) (-15 -3826 ((-3 (-1060 $ (-1171 $)) "failed") $)) (-15 -1733 ((-409 (-566)) $ $))))
+((-1972 (((-2 (|:| -1900 |#2|) (|:| -2753 (-644 |#1|))) |#2| (-644 |#1|)) 32) ((|#2| |#2| |#1|) 27)))
+(((-1025 |#1| |#2|) (-10 -7 (-15 -1972 (|#2| |#2| |#1|)) (-15 -1972 ((-2 (|:| -1900 |#2|) (|:| -2753 (-644 |#1|))) |#2| (-644 |#1|)))) (-365) (-656 |#1|)) (T -1025))
+((-1972 (*1 *2 *3 *4) (-12 (-4 *5 (-365)) (-5 *2 (-2 (|:| -1900 *3) (|:| -2753 (-644 *5)))) (-5 *1 (-1025 *5 *3)) (-5 *4 (-644 *5)) (-4 *3 (-656 *5)))) (-1972 (*1 *2 *2 *3) (-12 (-4 *3 (-365)) (-5 *1 (-1025 *3 *2)) (-4 *2 (-656 *3)))))
+(-10 -7 (-15 -1972 (|#2| |#2| |#1|)) (-15 -1972 ((-2 (|:| -1900 |#2|) (|:| -2753 (-644 |#1|))) |#2| (-644 |#1|))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2898 ((|#1| $ |#1|) 14)) (-1777 ((|#1| $ |#1|) 12)) (-1651 (($ |#1|) 10)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3483 ((|#1| $) 11)) (-1948 ((|#1| $) 13)) (-1650 (((-862) $) 21 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2868 (((-112) $ $) 9)))
+(((-1026 |#1|) (-13 (-1215) (-10 -8 (-15 -1651 ($ |#1|)) (-15 -3483 (|#1| $)) (-15 -1777 (|#1| $ |#1|)) (-15 -1948 (|#1| $)) (-15 -2898 (|#1| $ |#1|)) (-15 -2868 ((-112) $ $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|))) (-1215)) (T -1026))
+((-1651 (*1 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215)))) (-3483 (*1 *2 *1) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215)))) (-1777 (*1 *2 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215)))) (-1948 (*1 *2 *1) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215)))) (-2898 (*1 *2 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215)))) (-2868 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1026 *3)) (-4 *3 (-1215)))))
+(-13 (-1215) (-10 -8 (-15 -1651 ($ |#1|)) (-15 -3483 (|#1| $)) (-15 -1777 (|#1| $ |#1|)) (-15 -1948 (|#1| $)) (-15 -2898 (|#1| $ |#1|)) (-15 -2868 ((-112) $ $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|)))
+((-4124 (((-112) $ $) NIL)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |#4|)))) (-644 |#4|)) NIL)) (-4141 (((-644 $) (-644 |#4|)) 118) (((-644 $) (-644 |#4|) (-112)) 119) (((-644 $) (-644 |#4|) (-112) (-112)) 117) (((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112)) 120)) (-3981 (((-644 |#3|) $) NIL)) (-2935 (((-112) $) NIL)) (-3212 (((-112) $) NIL (|has| |#1| (-558)))) (-2793 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2147 ((|#4| |#4| $) NIL)) (-1778 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| $) 112)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-1997 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415))) (((-3 |#4| "failed") $ |#3|) 66)) (-4145 (($) NIL T CONST)) (-2582 (((-112) $) 29 (|has| |#1| (-558)))) (-2872 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3370 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1703 (((-112) $) NIL (|has| |#1| (-558)))) (-3236 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1680 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) NIL)) (-3213 (($ (-644 |#4|)) NIL)) (-3616 (((-3 $ "failed") $) 45)) (-2118 ((|#4| |#4| $) 69)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-1837 (($ |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 85 (|has| |#1| (-558)))) (-3383 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-1437 ((|#4| |#4| $) NIL)) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4415))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1579 (((-2 (|:| -2578 (-644 |#4|)) (|:| -3009 (-644 |#4|))) $) NIL)) (-3248 (((-112) |#4| $) NIL)) (-2735 (((-112) |#4| $) NIL)) (-4101 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1618 (((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112)) 133)) (-3953 (((-644 |#4|) $) 18 (|has| $ (-6 -4415)))) (-2639 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3752 ((|#3| $) 38)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#4|) $) 19 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-2409 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 23)) (-1648 (((-644 |#3|) $) NIL)) (-3327 (((-112) |#3| $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-3606 (((-3 |#4| (-644 $)) |#4| |#4| $) NIL)) (-3331 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| |#4| $) 110)) (-1855 (((-3 |#4| "failed") $) 42)) (-2647 (((-644 $) |#4| $) 93)) (-3766 (((-3 (-112) (-644 $)) |#4| $) NIL)) (-1772 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 $))) |#4| $) 103) (((-112) |#4| $) 64)) (-1980 (((-644 $) |#4| $) 115) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) 116) (((-644 $) |#4| (-644 $)) NIL)) (-1803 (((-644 $) (-644 |#4|) (-112) (-112) (-112)) 128)) (-2931 (($ |#4| $) 82) (($ (-644 |#4|) $) 83) (((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 79)) (-3983 (((-644 |#4|) $) NIL)) (-3717 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3527 ((|#4| |#4| $) NIL)) (-3004 (((-112) $ $) NIL)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-2988 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2072 ((|#4| |#4| $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 (((-3 |#4| "failed") $) 40)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-1687 (((-3 $ "failed") $ |#4|) 59)) (-2929 (($ $ |#4|) NIL) (((-644 $) |#4| $) 95) (((-644 $) |#4| (-644 $)) NIL) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) 89)) (-3295 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 17)) (-1710 (($) 14)) (-4297 (((-771) $) NIL)) (-2037 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) 13)) (-1945 (((-538) $) NIL (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) 22)) (-3833 (($ $ |#3|) 52)) (-2046 (($ $ |#3|) 54)) (-2770 (($ $) NIL)) (-1594 (($ $ |#3|) NIL)) (-1650 (((-862) $) 35) (((-644 |#4|) $) 46)) (-4329 (((-771) $) NIL (|has| |#3| (-370)))) (-2657 (((-112) $ $) NIL)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3575 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) NIL)) (-2556 (((-644 $) |#4| $) 92) (((-644 $) |#4| (-644 $)) NIL) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) NIL)) (-3487 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-2077 (((-644 |#3|) $) NIL)) (-2437 (((-112) |#4| $) NIL)) (-4205 (((-112) |#3| $) 65)) (-2868 (((-112) $ $) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1027 |#1| |#2| |#3| |#4|) (-13 (-1070 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2931 ((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -4141 ((-644 $) (-644 |#4|) (-112) (-112))) (-15 -4141 ((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112))) (-15 -1803 ((-644 $) (-644 |#4|) (-112) (-112) (-112))) (-15 -1618 ((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112))))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -1027))
+((-2931 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1027 *5 *6 *7 *3))) (-5 *1 (-1027 *5 *6 *7 *3)) (-4 *3 (-1064 *5 *6 *7)))) (-4141 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8)))) (-4141 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8)))) (-1803 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8)))) (-1618 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-644 *8)) (|:| |towers| (-644 (-1027 *5 *6 *7 *8))))) (-5 *1 (-1027 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
+(-13 (-1070 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2931 ((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -4141 ((-644 $) (-644 |#4|) (-112) (-112))) (-15 -4141 ((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112))) (-15 -1803 ((-644 $) (-644 |#4|) (-112) (-112) (-112))) (-15 -1618 ((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112)))))
+((-2853 (((-644 (-689 |#1|)) (-644 (-689 |#1|))) 73) (((-689 |#1|) (-689 |#1|)) 72) (((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-644 (-689 |#1|))) 71) (((-689 |#1|) (-689 |#1|) (-689 |#1|)) 68)) (-1585 (((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921)) 66) (((-689 |#1|) (-689 |#1|) (-921)) 65)) (-3627 (((-644 (-689 (-566))) (-644 (-644 (-566)))) 84) (((-644 (-689 (-566))) (-644 (-905 (-566))) (-566)) 83) (((-689 (-566)) (-644 (-566))) 80) (((-689 (-566)) (-905 (-566)) (-566)) 78)) (-3135 (((-689 (-952 |#1|)) (-771)) 98)) (-2185 (((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921)) 52 (|has| |#1| (-6 (-4417 "*")))) (((-689 |#1|) (-689 |#1|) (-921)) 50 (|has| |#1| (-6 (-4417 "*"))))))
+(((-1028 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4417 "*"))) (-15 -2185 ((-689 |#1|) (-689 |#1|) (-921))) |%noBranch|) (IF (|has| |#1| (-6 (-4417 "*"))) (-15 -2185 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921))) |%noBranch|) (-15 -3135 ((-689 (-952 |#1|)) (-771))) (-15 -1585 ((-689 |#1|) (-689 |#1|) (-921))) (-15 -1585 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921))) (-15 -2853 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -2853 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -2853 ((-689 |#1|) (-689 |#1|))) (-15 -2853 ((-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -3627 ((-689 (-566)) (-905 (-566)) (-566))) (-15 -3627 ((-689 (-566)) (-644 (-566)))) (-15 -3627 ((-644 (-689 (-566))) (-644 (-905 (-566))) (-566))) (-15 -3627 ((-644 (-689 (-566))) (-644 (-644 (-566)))))) (-1049)) (T -1028))
+((-3627 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-566)))) (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-1028 *4)) (-4 *4 (-1049)))) (-3627 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-905 (-566)))) (-5 *4 (-566)) (-5 *2 (-644 (-689 *4))) (-5 *1 (-1028 *5)) (-4 *5 (-1049)))) (-3627 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1028 *4)) (-4 *4 (-1049)))) (-3627 (*1 *2 *3 *4) (-12 (-5 *3 (-905 (-566))) (-5 *4 (-566)) (-5 *2 (-689 *4)) (-5 *1 (-1028 *5)) (-4 *5 (-1049)))) (-2853 (*1 *2 *2) (-12 (-5 *2 (-644 (-689 *3))) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))) (-2853 (*1 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))) (-2853 (*1 *2 *2 *2) (-12 (-5 *2 (-644 (-689 *3))) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))) (-2853 (*1 *2 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))) (-1585 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-689 *4))) (-5 *3 (-921)) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))) (-1585 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *4)) (-5 *3 (-921)) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))) (-3135 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-689 (-952 *4))) (-5 *1 (-1028 *4)) (-4 *4 (-1049)))) (-2185 (*1 *2 *2 *3) (-12 (-5 *2 (-644 (-689 *4))) (-5 *3 (-921)) (|has| *4 (-6 (-4417 "*"))) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))) (-2185 (*1 *2 *2 *3) (-12 (-5 *2 (-689 *4)) (-5 *3 (-921)) (|has| *4 (-6 (-4417 "*"))) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))))
+(-10 -7 (IF (|has| |#1| (-6 (-4417 "*"))) (-15 -2185 ((-689 |#1|) (-689 |#1|) (-921))) |%noBranch|) (IF (|has| |#1| (-6 (-4417 "*"))) (-15 -2185 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921))) |%noBranch|) (-15 -3135 ((-689 (-952 |#1|)) (-771))) (-15 -1585 ((-689 |#1|) (-689 |#1|) (-921))) (-15 -1585 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-921))) (-15 -2853 ((-689 |#1|) (-689 |#1|) (-689 |#1|))) (-15 -2853 ((-644 (-689 |#1|)) (-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -2853 ((-689 |#1|) (-689 |#1|))) (-15 -2853 ((-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -3627 ((-689 (-566)) (-905 (-566)) (-566))) (-15 -3627 ((-689 (-566)) (-644 (-566)))) (-15 -3627 ((-644 (-689 (-566))) (-644 (-905 (-566))) (-566))) (-15 -3627 ((-644 (-689 (-566))) (-644 (-644 (-566))))))
+((-2653 (((-689 |#1|) (-644 (-689 |#1|)) (-1265 |#1|)) 71 (|has| |#1| (-308)))) (-3655 (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1265 (-1265 |#1|))) 112 (|has| |#1| (-365))) (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1265 |#1|)) 119 (|has| |#1| (-365)))) (-2525 (((-1265 |#1|) (-644 (-1265 |#1|)) (-566)) 137 (-12 (|has| |#1| (-365)) (|has| |#1| (-370))))) (-1610 (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-921)) 125 (-12 (|has| |#1| (-365)) (|has| |#1| (-370)))) (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112)) 124 (-12 (|has| |#1| (-365)) (|has| |#1| (-370)))) (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|))) 123 (-12 (|has| |#1| (-365)) (|has| |#1| (-370)))) (((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112) (-566) (-566)) 122 (-12 (|has| |#1| (-365)) (|has| |#1| (-370))))) (-4024 (((-112) (-644 (-689 |#1|))) 105 (|has| |#1| (-365))) (((-112) (-644 (-689 |#1|)) (-566)) 108 (|has| |#1| (-365)))) (-3864 (((-1265 (-1265 |#1|)) (-644 (-689 |#1|)) (-1265 |#1|)) 68 (|has| |#1| (-308)))) (-3499 (((-689 |#1|) (-644 (-689 |#1|)) (-689 |#1|)) 48)) (-1473 (((-689 |#1|) (-1265 (-1265 |#1|))) 41)) (-4348 (((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-566)) 96 (|has| |#1| (-365))) (((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|))) 95 (|has| |#1| (-365))) (((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-112) (-566)) 103 (|has| |#1| (-365)))))
+(((-1029 |#1|) (-10 -7 (-15 -1473 ((-689 |#1|) (-1265 (-1265 |#1|)))) (-15 -3499 ((-689 |#1|) (-644 (-689 |#1|)) (-689 |#1|))) (IF (|has| |#1| (-308)) (PROGN (-15 -3864 ((-1265 (-1265 |#1|)) (-644 (-689 |#1|)) (-1265 |#1|))) (-15 -2653 ((-689 |#1|) (-644 (-689 |#1|)) (-1265 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -4348 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-112) (-566))) (-15 -4348 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -4348 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-566))) (-15 -4024 ((-112) (-644 (-689 |#1|)) (-566))) (-15 -4024 ((-112) (-644 (-689 |#1|)))) (-15 -3655 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1265 |#1|))) (-15 -3655 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1265 (-1265 |#1|))))) |%noBranch|) (IF (|has| |#1| (-370)) (IF (|has| |#1| (-365)) (PROGN (-15 -1610 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112) (-566) (-566))) (-15 -1610 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)))) (-15 -1610 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112))) (-15 -1610 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-921))) (-15 -2525 ((-1265 |#1|) (-644 (-1265 |#1|)) (-566)))) |%noBranch|) |%noBranch|)) (-1049)) (T -1029))
+((-2525 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1265 *5))) (-5 *4 (-566)) (-5 *2 (-1265 *5)) (-5 *1 (-1029 *5)) (-4 *5 (-365)) (-4 *5 (-370)) (-4 *5 (-1049)))) (-1610 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-4 *5 (-365)) (-4 *5 (-370)) (-4 *5 (-1049)) (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5)) (-5 *3 (-644 (-689 *5))))) (-1610 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-365)) (-4 *5 (-370)) (-4 *5 (-1049)) (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5)) (-5 *3 (-644 (-689 *5))))) (-1610 (*1 *2 *3) (-12 (-4 *4 (-365)) (-4 *4 (-370)) (-4 *4 (-1049)) (-5 *2 (-644 (-644 (-689 *4)))) (-5 *1 (-1029 *4)) (-5 *3 (-644 (-689 *4))))) (-1610 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-112)) (-5 *5 (-566)) (-4 *6 (-365)) (-4 *6 (-370)) (-4 *6 (-1049)) (-5 *2 (-644 (-644 (-689 *6)))) (-5 *1 (-1029 *6)) (-5 *3 (-644 (-689 *6))))) (-3655 (*1 *2 *3 *4) (-12 (-5 *4 (-1265 (-1265 *5))) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5)) (-5 *3 (-644 (-689 *5))))) (-3655 (*1 *2 *3 *4) (-12 (-5 *4 (-1265 *5)) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5)) (-5 *3 (-644 (-689 *5))))) (-4024 (*1 *2 *3) (-12 (-5 *3 (-644 (-689 *4))) (-4 *4 (-365)) (-4 *4 (-1049)) (-5 *2 (-112)) (-5 *1 (-1029 *4)))) (-4024 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-566)) (-4 *5 (-365)) (-4 *5 (-1049)) (-5 *2 (-112)) (-5 *1 (-1029 *5)))) (-4348 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-566)) (-5 *2 (-689 *5)) (-5 *1 (-1029 *5)) (-4 *5 (-365)) (-4 *5 (-1049)))) (-4348 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-689 *4))) (-5 *2 (-689 *4)) (-5 *1 (-1029 *4)) (-4 *4 (-365)) (-4 *4 (-1049)))) (-4348 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-644 (-689 *6))) (-5 *4 (-112)) (-5 *5 (-566)) (-5 *2 (-689 *6)) (-5 *1 (-1029 *6)) (-4 *6 (-365)) (-4 *6 (-1049)))) (-2653 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-1265 *5)) (-4 *5 (-308)) (-4 *5 (-1049)) (-5 *2 (-689 *5)) (-5 *1 (-1029 *5)))) (-3864 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-689 *5))) (-4 *5 (-308)) (-4 *5 (-1049)) (-5 *2 (-1265 (-1265 *5))) (-5 *1 (-1029 *5)) (-5 *4 (-1265 *5)))) (-3499 (*1 *2 *3 *2) (-12 (-5 *3 (-644 (-689 *4))) (-5 *2 (-689 *4)) (-4 *4 (-1049)) (-5 *1 (-1029 *4)))) (-1473 (*1 *2 *3) (-12 (-5 *3 (-1265 (-1265 *4))) (-4 *4 (-1049)) (-5 *2 (-689 *4)) (-5 *1 (-1029 *4)))))
+(-10 -7 (-15 -1473 ((-689 |#1|) (-1265 (-1265 |#1|)))) (-15 -3499 ((-689 |#1|) (-644 (-689 |#1|)) (-689 |#1|))) (IF (|has| |#1| (-308)) (PROGN (-15 -3864 ((-1265 (-1265 |#1|)) (-644 (-689 |#1|)) (-1265 |#1|))) (-15 -2653 ((-689 |#1|) (-644 (-689 |#1|)) (-1265 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -4348 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-112) (-566))) (-15 -4348 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -4348 ((-689 |#1|) (-644 (-689 |#1|)) (-644 (-689 |#1|)) (-566))) (-15 -4024 ((-112) (-644 (-689 |#1|)) (-566))) (-15 -4024 ((-112) (-644 (-689 |#1|)))) (-15 -3655 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1265 |#1|))) (-15 -3655 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-1265 (-1265 |#1|))))) |%noBranch|) (IF (|has| |#1| (-370)) (IF (|has| |#1| (-365)) (PROGN (-15 -1610 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112) (-566) (-566))) (-15 -1610 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)))) (-15 -1610 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-112))) (-15 -1610 ((-644 (-644 (-689 |#1|))) (-644 (-689 |#1|)) (-921))) (-15 -2525 ((-1265 |#1|) (-644 (-1265 |#1|)) (-566)))) |%noBranch|) |%noBranch|))
+((-3049 ((|#1| (-921) |#1|) 18)))
+(((-1030 |#1|) (-10 -7 (-15 -3049 (|#1| (-921) |#1|))) (-13 (-1099) (-10 -8 (-15 -2964 ($ $ $))))) (T -1030))
+((-3049 (*1 *2 *3 *2) (-12 (-5 *3 (-921)) (-5 *1 (-1030 *2)) (-4 *2 (-13 (-1099) (-10 -8 (-15 -2964 ($ $ $))))))))
+(-10 -7 (-15 -3049 (|#1| (-921) |#1|)))
+((-1431 (((-644 (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566)) (|:| |radvect| (-644 (-689 (-317 (-566))))))) (-689 (-409 (-952 (-566))))) 67)) (-2457 (((-644 (-689 (-317 (-566)))) (-317 (-566)) (-689 (-409 (-952 (-566))))) 52)) (-3199 (((-644 (-317 (-566))) (-689 (-409 (-952 (-566))))) 45)) (-2940 (((-644 (-689 (-317 (-566)))) (-689 (-409 (-952 (-566))))) 88)) (-3719 (((-689 (-317 (-566))) (-689 (-317 (-566)))) 38)) (-1429 (((-644 (-689 (-317 (-566)))) (-644 (-689 (-317 (-566))))) 76)) (-4376 (((-3 (-689 (-317 (-566))) "failed") (-689 (-409 (-952 (-566))))) 85)))
+(((-1031) (-10 -7 (-15 -1431 ((-644 (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566)) (|:| |radvect| (-644 (-689 (-317 (-566))))))) (-689 (-409 (-952 (-566)))))) (-15 -2457 ((-644 (-689 (-317 (-566)))) (-317 (-566)) (-689 (-409 (-952 (-566)))))) (-15 -3199 ((-644 (-317 (-566))) (-689 (-409 (-952 (-566)))))) (-15 -4376 ((-3 (-689 (-317 (-566))) "failed") (-689 (-409 (-952 (-566)))))) (-15 -3719 ((-689 (-317 (-566))) (-689 (-317 (-566))))) (-15 -1429 ((-644 (-689 (-317 (-566)))) (-644 (-689 (-317 (-566)))))) (-15 -2940 ((-644 (-689 (-317 (-566)))) (-689 (-409 (-952 (-566)))))))) (T -1031))
+((-2940 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)))) (-1429 (*1 *2 *2) (-12 (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)))) (-3719 (*1 *2 *2) (-12 (-5 *2 (-689 (-317 (-566)))) (-5 *1 (-1031)))) (-4376 (*1 *2 *3) (|partial| -12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-689 (-317 (-566)))) (-5 *1 (-1031)))) (-3199 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-317 (-566)))) (-5 *1 (-1031)))) (-2457 (*1 *2 *3 *4) (-12 (-5 *4 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)) (-5 *3 (-317 (-566))))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566)) (|:| |radvect| (-644 (-689 (-317 (-566)))))))) (-5 *1 (-1031)))))
+(-10 -7 (-15 -1431 ((-644 (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566)) (|:| |radvect| (-644 (-689 (-317 (-566))))))) (-689 (-409 (-952 (-566)))))) (-15 -2457 ((-644 (-689 (-317 (-566)))) (-317 (-566)) (-689 (-409 (-952 (-566)))))) (-15 -3199 ((-644 (-317 (-566))) (-689 (-409 (-952 (-566)))))) (-15 -4376 ((-3 (-689 (-317 (-566))) "failed") (-689 (-409 (-952 (-566)))))) (-15 -3719 ((-689 (-317 (-566))) (-689 (-317 (-566))))) (-15 -1429 ((-644 (-689 (-317 (-566)))) (-644 (-689 (-317 (-566)))))) (-15 -2940 ((-644 (-689 (-317 (-566)))) (-689 (-409 (-952 (-566)))))))
+((-3492 ((|#1| |#1| (-921)) 18)))
+(((-1032 |#1|) (-10 -7 (-15 -3492 (|#1| |#1| (-921)))) (-13 (-1099) (-10 -8 (-15 * ($ $ $))))) (T -1032))
+((-3492 (*1 *2 *2 *3) (-12 (-5 *3 (-921)) (-5 *1 (-1032 *2)) (-4 *2 (-13 (-1099) (-10 -8 (-15 * ($ $ $))))))))
+(-10 -7 (-15 -3492 (|#1| |#1| (-921))))
+((-1650 ((|#1| (-313)) 11) (((-1270) |#1|) 9)))
+(((-1033 |#1|) (-10 -7 (-15 -1650 ((-1270) |#1|)) (-15 -1650 (|#1| (-313)))) (-1215)) (T -1033))
+((-1650 (*1 *2 *3) (-12 (-5 *3 (-313)) (-5 *1 (-1033 *2)) (-4 *2 (-1215)))) (-1650 (*1 *2 *3) (-12 (-5 *2 (-1270)) (-5 *1 (-1033 *3)) (-4 *3 (-1215)))))
+(-10 -7 (-15 -1650 ((-1270) |#1|)) (-15 -1650 (|#1| (-313))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1936 (($ |#4|) 25)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-1924 ((|#4| $) 27)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 46) (($ (-566)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-2910 (((-771)) 43 T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 21 T CONST)) (-3424 (($) 23 T CONST)) (-2868 (((-112) $ $) 40)) (-2977 (($ $) 31) (($ $ $) NIL)) (-2964 (($ $ $) 29)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
+(((-1034 |#1| |#2| |#3| |#4| |#5|) (-13 (-172) (-38 |#1|) (-10 -8 (-15 -1936 ($ |#4|)) (-15 -1650 ($ |#4|)) (-15 -1924 (|#4| $)))) (-365) (-793) (-850) (-949 |#1| |#2| |#3|) (-644 |#4|)) (T -1034))
+((-1936 (*1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *2 (-949 *3 *4 *5)) (-14 *6 (-644 *2)))) (-1650 (*1 *1 *2) (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *2 (-949 *3 *4 *5)) (-14 *6 (-644 *2)))) (-1924 (*1 *2 *1) (-12 (-4 *2 (-949 *3 *4 *5)) (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-14 *6 (-644 *2)))))
+(-13 (-172) (-38 |#1|) (-10 -8 (-15 -1936 ($ |#4|)) (-15 -1650 ($ |#4|)) (-15 -1924 (|#4| $))))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL)) (-2656 (((-1270) $ (-1175) (-1175)) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-2390 (((-112) (-112)) 43)) (-3897 (((-112) (-112)) 42)) (-1777 (((-52) $ (-1175) (-52)) NIL)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 (-52) "failed") (-1175) $) NIL)) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-1867 (($ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-3 (-52) "failed") (-1175) $) NIL)) (-1837 (($ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-2417 (((-52) $ (-1175) (-52)) NIL (|has| $ (-6 -4416)))) (-2359 (((-52) $ (-1175)) NIL)) (-3953 (((-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-644 (-52)) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-1175) $) NIL (|has| (-1175) (-850)))) (-1690 (((-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-644 (-52)) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-52) (-1099))))) (-3090 (((-1175) $) NIL (|has| (-1175) (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4416))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-3391 (((-644 (-1175)) $) 37)) (-3977 (((-112) (-1175) $) NIL)) (-3252 (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL)) (-4165 (($ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL)) (-2033 (((-644 (-1175)) $) NIL)) (-2686 (((-112) (-1175) $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-3604 (((-52) $) NIL (|has| (-1175) (-850)))) (-2695 (((-3 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) "failed") (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL)) (-1417 (($ $ (-52)) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))))) NIL (-12 (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ $ (-295 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL (-12 (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ $ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) NIL (-12 (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ $ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL (-12 (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ $ (-644 (-52)) (-644 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-295 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-644 (-295 (-52)))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-52) (-1099))))) (-1647 (((-644 (-52)) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 (((-52) $ (-1175)) 39) (((-52) $ (-1175) (-52)) NIL)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (((-771) (-52) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-52) (-1099)))) (((-771) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL)) (-1650 (((-862) $) 41 (-2700 (|has| (-52) (-613 (-862))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-613 (-862)))))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1035) (-13 (-1191 (-1175) (-52)) (-10 -7 (-15 -2390 ((-112) (-112))) (-15 -3897 ((-112) (-112))) (-6 -4415)))) (T -1035))
+((-2390 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1035)))) (-3897 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1035)))))
+(-13 (-1191 (-1175) (-52)) (-10 -7 (-15 -2390 ((-112) (-112))) (-15 -3897 ((-112) (-112))) (-6 -4415)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3696 (((-1134) $) 9)) (-1650 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1036) (-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $))))) (T -1036))
+((-3696 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1036)))))
+(-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $))))
+((-3213 ((|#2| $) 10)))
+(((-1037 |#1| |#2|) (-10 -8 (-15 -3213 (|#2| |#1|))) (-1038 |#2|) (-1215)) (T -1037))
+NIL
+(-10 -8 (-15 -3213 (|#2| |#1|)))
+((-1821 (((-3 |#1| "failed") $) 9)) (-3213 ((|#1| $) 8)) (-1650 (($ |#1|) 6)))
+(((-1038 |#1|) (-140) (-1215)) (T -1038))
+((-1821 (*1 *2 *1) (|partial| -12 (-4 *1 (-1038 *2)) (-4 *2 (-1215)))) (-3213 (*1 *2 *1) (-12 (-4 *1 (-1038 *2)) (-4 *2 (-1215)))))
+(-13 (-616 |t#1|) (-10 -8 (-15 -1821 ((-3 |t#1| "failed") $)) (-15 -3213 (|t#1| $))))
(((-616 |#1|) . T))
-((-2084 (((-644 (-644 (-295 (-409 (-952 |#2|))))) (-644 (-952 |#2|)) (-644 (-1175))) 38)))
-(((-1039 |#1| |#2|) (-10 -7 (-15 -2084 ((-644 (-644 (-295 (-409 (-952 |#2|))))) (-644 (-952 |#2|)) (-644 (-1175))))) (-558) (-13 (-558) (-1038 |#1|))) (T -1039))
-((-2084 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-4 *6 (-13 (-558) (-1038 *5))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *6)))))) (-5 *1 (-1039 *5 *6)))))
-(-10 -7 (-15 -2084 ((-644 (-644 (-295 (-409 (-952 |#2|))))) (-644 (-952 |#2|)) (-644 (-1175)))))
-((-1592 (((-381)) 17)) (-1762 (((-1 (-381)) (-381) (-381)) 22)) (-1462 (((-1 (-381)) (-771)) 50)) (-1989 (((-381)) 37)) (-2548 (((-1 (-381)) (-381) (-381)) 38)) (-2892 (((-381)) 29)) (-1797 (((-1 (-381)) (-381)) 30)) (-2175 (((-381) (-771)) 45)) (-2135 (((-1 (-381)) (-771)) 46)) (-2352 (((-1 (-381)) (-771) (-771)) 49)) (-4006 (((-1 (-381)) (-771) (-771)) 47)))
-(((-1040) (-10 -7 (-15 -1592 ((-381))) (-15 -1989 ((-381))) (-15 -2892 ((-381))) (-15 -2175 ((-381) (-771))) (-15 -1762 ((-1 (-381)) (-381) (-381))) (-15 -2548 ((-1 (-381)) (-381) (-381))) (-15 -1797 ((-1 (-381)) (-381))) (-15 -2135 ((-1 (-381)) (-771))) (-15 -4006 ((-1 (-381)) (-771) (-771))) (-15 -2352 ((-1 (-381)) (-771) (-771))) (-15 -1462 ((-1 (-381)) (-771))))) (T -1040))
-((-1462 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))) (-2352 (*1 *2 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))) (-4006 (*1 *2 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))) (-2135 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))) (-1797 (*1 *2 *3) (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))) (-2548 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))) (-1762 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))) (-2175 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-381)) (-5 *1 (-1040)))) (-2892 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))) (-1989 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))) (-1592 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))))
-(-10 -7 (-15 -1592 ((-381))) (-15 -1989 ((-381))) (-15 -2892 ((-381))) (-15 -2175 ((-381) (-771))) (-15 -1762 ((-1 (-381)) (-381) (-381))) (-15 -2548 ((-1 (-381)) (-381) (-381))) (-15 -1797 ((-1 (-381)) (-381))) (-15 -2135 ((-1 (-381)) (-771))) (-15 -4006 ((-1 (-381)) (-771) (-771))) (-15 -2352 ((-1 (-381)) (-771) (-771))) (-15 -1462 ((-1 (-381)) (-771))))
-((-1624 (((-420 |#1|) |#1|) 33)))
-(((-1041 |#1|) (-10 -7 (-15 -1624 ((-420 |#1|) |#1|))) (-1240 (-409 (-952 (-566))))) (T -1041))
-((-1624 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1041 *3)) (-4 *3 (-1240 (-409 (-952 (-566))))))))
-(-10 -7 (-15 -1624 ((-420 |#1|) |#1|)))
-((-1663 (((-409 (-420 (-952 |#1|))) (-409 (-952 |#1|))) 14)))
-(((-1042 |#1|) (-10 -7 (-15 -1663 ((-409 (-420 (-952 |#1|))) (-409 (-952 |#1|))))) (-308)) (T -1042))
-((-1663 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-308)) (-5 *2 (-409 (-420 (-952 *4)))) (-5 *1 (-1042 *4)))))
-(-10 -7 (-15 -1663 ((-409 (-420 (-952 |#1|))) (-409 (-952 |#1|)))))
-((-1771 (((-644 (-1175)) (-409 (-952 |#1|))) 17)) (-1590 (((-409 (-1171 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175)) 24)) (-1757 (((-409 (-952 |#1|)) (-409 (-1171 (-409 (-952 |#1|)))) (-1175)) 26)) (-2297 (((-3 (-1175) "failed") (-409 (-952 |#1|))) 20)) (-2023 (((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-295 (-409 (-952 |#1|))))) 32) (((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|)))) 33) (((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-1175)) (-644 (-409 (-952 |#1|)))) 28) (((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|))) 29)) (-3152 (((-409 (-952 |#1|)) |#1|) 11)))
-(((-1043 |#1|) (-10 -7 (-15 -1771 ((-644 (-1175)) (-409 (-952 |#1|)))) (-15 -2297 ((-3 (-1175) "failed") (-409 (-952 |#1|)))) (-15 -1590 ((-409 (-1171 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175))) (-15 -1757 ((-409 (-952 |#1|)) (-409 (-1171 (-409 (-952 |#1|)))) (-1175))) (-15 -2023 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)))) (-15 -2023 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-1175)) (-644 (-409 (-952 |#1|))))) (-15 -2023 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -2023 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -3152 ((-409 (-952 |#1|)) |#1|))) (-558)) (T -1043))
-((-3152 (*1 *2 *3) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-1043 *3)) (-4 *3 (-558)))) (-2023 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-295 (-409 (-952 *4))))) (-5 *2 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *1 (-1043 *4)))) (-2023 (*1 *2 *2 *3) (-12 (-5 *3 (-295 (-409 (-952 *4)))) (-5 *2 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *1 (-1043 *4)))) (-2023 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-644 (-1175))) (-5 *4 (-644 (-409 (-952 *5)))) (-5 *2 (-409 (-952 *5))) (-4 *5 (-558)) (-5 *1 (-1043 *5)))) (-2023 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-409 (-952 *4))) (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-1043 *4)))) (-1757 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-1171 (-409 (-952 *5))))) (-5 *4 (-1175)) (-5 *2 (-409 (-952 *5))) (-5 *1 (-1043 *5)) (-4 *5 (-558)))) (-1590 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-558)) (-5 *2 (-409 (-1171 (-409 (-952 *5))))) (-5 *1 (-1043 *5)) (-5 *3 (-409 (-952 *5))))) (-2297 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-1175)) (-5 *1 (-1043 *4)))) (-1771 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-644 (-1175))) (-5 *1 (-1043 *4)))))
-(-10 -7 (-15 -1771 ((-644 (-1175)) (-409 (-952 |#1|)))) (-15 -2297 ((-3 (-1175) "failed") (-409 (-952 |#1|)))) (-15 -1590 ((-409 (-1171 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175))) (-15 -1757 ((-409 (-952 |#1|)) (-409 (-1171 (-409 (-952 |#1|)))) (-1175))) (-15 -2023 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)))) (-15 -2023 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-1175)) (-644 (-409 (-952 |#1|))))) (-15 -2023 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -2023 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -3152 ((-409 (-952 |#1|)) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2463 (($) 18 T CONST)) (-3914 ((|#1| $) 23)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4307 ((|#1| $) 22)) (-2286 ((|#1|) 20 T CONST)) (-3152 (((-862) $) 12)) (-1864 ((|#1| $) 21)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16)))
+((-1612 (((-644 (-644 (-295 (-409 (-952 |#2|))))) (-644 (-952 |#2|)) (-644 (-1175))) 38)))
+(((-1039 |#1| |#2|) (-10 -7 (-15 -1612 ((-644 (-644 (-295 (-409 (-952 |#2|))))) (-644 (-952 |#2|)) (-644 (-1175))))) (-558) (-13 (-558) (-1038 |#1|))) (T -1039))
+((-1612 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-4 *6 (-13 (-558) (-1038 *5))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *6)))))) (-5 *1 (-1039 *5 *6)))))
+(-10 -7 (-15 -1612 ((-644 (-644 (-295 (-409 (-952 |#2|))))) (-644 (-952 |#2|)) (-644 (-1175)))))
+((-3451 (((-381)) 17)) (-1467 (((-1 (-381)) (-381) (-381)) 22)) (-3807 (((-1 (-381)) (-771)) 50)) (-1896 (((-381)) 37)) (-2184 (((-1 (-381)) (-381) (-381)) 38)) (-2617 (((-381)) 29)) (-1756 (((-1 (-381)) (-381)) 30)) (-4394 (((-381) (-771)) 45)) (-4004 (((-1 (-381)) (-771)) 46)) (-1909 (((-1 (-381)) (-771) (-771)) 49)) (-2655 (((-1 (-381)) (-771) (-771)) 47)))
+(((-1040) (-10 -7 (-15 -3451 ((-381))) (-15 -1896 ((-381))) (-15 -2617 ((-381))) (-15 -4394 ((-381) (-771))) (-15 -1467 ((-1 (-381)) (-381) (-381))) (-15 -2184 ((-1 (-381)) (-381) (-381))) (-15 -1756 ((-1 (-381)) (-381))) (-15 -4004 ((-1 (-381)) (-771))) (-15 -2655 ((-1 (-381)) (-771) (-771))) (-15 -1909 ((-1 (-381)) (-771) (-771))) (-15 -3807 ((-1 (-381)) (-771))))) (T -1040))
+((-3807 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))) (-1909 (*1 *2 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))) (-2655 (*1 *2 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))) (-4004 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))) (-1756 (*1 *2 *3) (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))) (-2184 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))) (-1467 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))) (-4394 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-381)) (-5 *1 (-1040)))) (-2617 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))) (-1896 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))) (-3451 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))))
+(-10 -7 (-15 -3451 ((-381))) (-15 -1896 ((-381))) (-15 -2617 ((-381))) (-15 -4394 ((-381) (-771))) (-15 -1467 ((-1 (-381)) (-381) (-381))) (-15 -2184 ((-1 (-381)) (-381) (-381))) (-15 -1756 ((-1 (-381)) (-381))) (-15 -4004 ((-1 (-381)) (-771))) (-15 -2655 ((-1 (-381)) (-771) (-771))) (-15 -1909 ((-1 (-381)) (-771) (-771))) (-15 -3807 ((-1 (-381)) (-771))))
+((-3846 (((-420 |#1|) |#1|) 33)))
+(((-1041 |#1|) (-10 -7 (-15 -3846 ((-420 |#1|) |#1|))) (-1241 (-409 (-952 (-566))))) (T -1041))
+((-3846 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1041 *3)) (-4 *3 (-1241 (-409 (-952 (-566))))))))
+(-10 -7 (-15 -3846 ((-420 |#1|) |#1|)))
+((-2902 (((-409 (-420 (-952 |#1|))) (-409 (-952 |#1|))) 14)))
+(((-1042 |#1|) (-10 -7 (-15 -2902 ((-409 (-420 (-952 |#1|))) (-409 (-952 |#1|))))) (-308)) (T -1042))
+((-2902 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-308)) (-5 *2 (-409 (-420 (-952 *4)))) (-5 *1 (-1042 *4)))))
+(-10 -7 (-15 -2902 ((-409 (-420 (-952 |#1|))) (-409 (-952 |#1|)))))
+((-3981 (((-644 (-1175)) (-409 (-952 |#1|))) 17)) (-3817 (((-409 (-1171 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175)) 24)) (-3972 (((-409 (-952 |#1|)) (-409 (-1171 (-409 (-952 |#1|)))) (-1175)) 26)) (-3107 (((-3 (-1175) "failed") (-409 (-952 |#1|))) 20)) (-1838 (((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-295 (-409 (-952 |#1|))))) 32) (((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|)))) 33) (((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-1175)) (-644 (-409 (-952 |#1|)))) 28) (((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|))) 29)) (-1650 (((-409 (-952 |#1|)) |#1|) 11)))
+(((-1043 |#1|) (-10 -7 (-15 -3981 ((-644 (-1175)) (-409 (-952 |#1|)))) (-15 -3107 ((-3 (-1175) "failed") (-409 (-952 |#1|)))) (-15 -3817 ((-409 (-1171 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175))) (-15 -3972 ((-409 (-952 |#1|)) (-409 (-1171 (-409 (-952 |#1|)))) (-1175))) (-15 -1838 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)))) (-15 -1838 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-1175)) (-644 (-409 (-952 |#1|))))) (-15 -1838 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -1838 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -1650 ((-409 (-952 |#1|)) |#1|))) (-558)) (T -1043))
+((-1650 (*1 *2 *3) (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-1043 *3)) (-4 *3 (-558)))) (-1838 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-295 (-409 (-952 *4))))) (-5 *2 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *1 (-1043 *4)))) (-1838 (*1 *2 *2 *3) (-12 (-5 *3 (-295 (-409 (-952 *4)))) (-5 *2 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *1 (-1043 *4)))) (-1838 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-644 (-1175))) (-5 *4 (-644 (-409 (-952 *5)))) (-5 *2 (-409 (-952 *5))) (-4 *5 (-558)) (-5 *1 (-1043 *5)))) (-1838 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-409 (-952 *4))) (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-1043 *4)))) (-3972 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-1171 (-409 (-952 *5))))) (-5 *4 (-1175)) (-5 *2 (-409 (-952 *5))) (-5 *1 (-1043 *5)) (-4 *5 (-558)))) (-3817 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-558)) (-5 *2 (-409 (-1171 (-409 (-952 *5))))) (-5 *1 (-1043 *5)) (-5 *3 (-409 (-952 *5))))) (-3107 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-1175)) (-5 *1 (-1043 *4)))) (-3981 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-644 (-1175))) (-5 *1 (-1043 *4)))))
+(-10 -7 (-15 -3981 ((-644 (-1175)) (-409 (-952 |#1|)))) (-15 -3107 ((-3 (-1175) "failed") (-409 (-952 |#1|)))) (-15 -3817 ((-409 (-1171 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175))) (-15 -3972 ((-409 (-952 |#1|)) (-409 (-1171 (-409 (-952 |#1|)))) (-1175))) (-15 -1838 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)))) (-15 -1838 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-1175)) (-644 (-409 (-952 |#1|))))) (-15 -1838 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-295 (-409 (-952 |#1|))))) (-15 -1838 ((-409 (-952 |#1|)) (-409 (-952 |#1|)) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -1650 ((-409 (-952 |#1|)) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-4145 (($) 18 T CONST)) (-4378 ((|#1| $) 23)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-3854 ((|#1| $) 22)) (-3013 ((|#1|) 20 T CONST)) (-1650 (((-862) $) 12)) (-4330 ((|#1| $) 21)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16)))
(((-1044 |#1|) (-140) (-23)) (T -1044))
-((-3914 (*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))) (-4307 (*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))) (-1864 (*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))) (-2286 (*1 *2) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
-(-13 (-23) (-10 -8 (-15 -3914 (|t#1| $)) (-15 -4307 (|t#1| $)) (-15 -1864 (|t#1| $)) (-15 -2286 (|t#1|) -1623)))
+((-4378 (*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))) (-3854 (*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))) (-4330 (*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))) (-3013 (*1 *2) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
+(-13 (-23) (-10 -8 (-15 -4378 (|t#1| $)) (-15 -3854 (|t#1| $)) (-15 -4330 (|t#1| $)) (-15 -3013 (|t#1|) -4388)))
(((-23) . T) ((-25) . T) ((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1484 (($) 25 T CONST)) (-2463 (($) 18 T CONST)) (-3914 ((|#1| $) 23)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4307 ((|#1| $) 22)) (-2286 ((|#1|) 20 T CONST)) (-3152 (((-862) $) 12)) (-1864 ((|#1| $) 21)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1751 (($) 25 T CONST)) (-4145 (($) 18 T CONST)) (-4378 ((|#1| $) 23)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-3854 ((|#1| $) 22)) (-3013 ((|#1|) 20 T CONST)) (-1650 (((-862) $) 12)) (-4330 ((|#1| $) 21)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16)))
(((-1045 |#1|) (-140) (-23)) (T -1045))
-((-1484 (*1 *1) (-12 (-4 *1 (-1045 *2)) (-4 *2 (-23)))))
-(-13 (-1044 |t#1|) (-10 -8 (-15 -1484 ($) -1623)))
+((-1751 (*1 *1) (-12 (-4 *1 (-1045 *2)) (-4 *2 (-23)))))
+(-13 (-1044 |t#1|) (-10 -8 (-15 -1751 ($) -4388)))
(((-23) . T) ((-25) . T) ((-102) . T) ((-613 (-862)) . T) ((-1044 |#1|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 (-780 |#1| (-864 |#2|)))))) (-644 (-780 |#1| (-864 |#2|)))) NIL)) (-2779 (((-644 $) (-644 (-780 |#1| (-864 |#2|)))) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-112)) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-112) (-112)) NIL)) (-1771 (((-644 (-864 |#2|)) $) NIL)) (-3071 (((-112) $) NIL)) (-3274 (((-112) $) NIL (|has| |#1| (-558)))) (-2267 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-1411 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-1378 (((-644 (-2 (|:| |val| (-780 |#1| (-864 |#2|))) (|:| -1470 $))) (-780 |#1| (-864 |#2|)) $) NIL)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ (-864 |#2|)) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3678 (($ (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-3 (-780 |#1| (-864 |#2|)) "failed") $ (-864 |#2|)) NIL)) (-2463 (($) NIL T CONST)) (-3036 (((-112) $) NIL (|has| |#1| (-558)))) (-1963 (((-112) $ $) NIL (|has| |#1| (-558)))) (-2983 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1477 (((-112) $) NIL (|has| |#1| (-558)))) (-3930 (((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))) $ (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL)) (-1789 (((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))) $) NIL (|has| |#1| (-558)))) (-2228 (((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))) $) NIL (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 (-780 |#1| (-864 |#2|)))) NIL)) (-4158 (($ (-644 (-780 |#1| (-864 |#2|)))) NIL)) (-3919 (((-3 $ "failed") $) NIL)) (-3110 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-780 |#1| (-864 |#2|)) (-1099))))) (-2622 (($ (-780 |#1| (-864 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (($ (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-780 |#1| (-864 |#2|))) (|:| |den| |#1|)) (-780 |#1| (-864 |#2|)) $) NIL (|has| |#1| (-558)))) (-3599 (((-112) (-780 |#1| (-864 |#2|)) $ (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL)) (-2690 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-2873 (((-780 |#1| (-864 |#2|)) (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $ (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (((-780 |#1| (-864 |#2|)) (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $ (-780 |#1| (-864 |#2|))) NIL (|has| $ (-6 -4414))) (((-780 |#1| (-864 |#2|)) (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $ (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL)) (-3476 (((-2 (|:| -1685 (-644 (-780 |#1| (-864 |#2|)))) (|:| -3292 (-644 (-780 |#1| (-864 |#2|))))) $) NIL)) (-2969 (((-112) (-780 |#1| (-864 |#2|)) $) NIL)) (-1951 (((-112) (-780 |#1| (-864 |#2|)) $) NIL)) (-2775 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-1683 (((-644 (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-1640 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-4296 (((-864 |#2|) $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-780 |#1| (-864 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-780 |#1| (-864 |#2|)) (-1099))))) (-3885 (($ (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $) NIL)) (-1785 (((-644 (-864 |#2|)) $) NIL)) (-1579 (((-112) (-864 |#2|) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-3006 (((-3 (-780 |#1| (-864 |#2|)) (-644 $)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-3940 (((-644 (-2 (|:| |val| (-780 |#1| (-864 |#2|))) (|:| -1470 $))) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-2641 (((-3 (-780 |#1| (-864 |#2|)) "failed") $) NIL)) (-2568 (((-644 $) (-780 |#1| (-864 |#2|)) $) NIL)) (-1493 (((-3 (-112) (-644 $)) (-780 |#1| (-864 |#2|)) $) NIL)) (-3835 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 $))) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) (-780 |#1| (-864 |#2|)) $) NIL)) (-1997 (((-644 $) (-780 |#1| (-864 |#2|)) $) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) $) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-644 $)) NIL) (((-644 $) (-780 |#1| (-864 |#2|)) (-644 $)) NIL)) (-2921 (($ (-780 |#1| (-864 |#2|)) $) NIL) (($ (-644 (-780 |#1| (-864 |#2|))) $) NIL)) (-2133 (((-644 (-780 |#1| (-864 |#2|))) $) NIL)) (-2543 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-1906 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-3077 (((-112) $ $) NIL)) (-2594 (((-2 (|:| |num| (-780 |#1| (-864 |#2|))) (|:| |den| |#1|)) (-780 |#1| (-864 |#2|)) $) NIL (|has| |#1| (-558)))) (-3374 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-4074 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 (((-3 (-780 |#1| (-864 |#2|)) "failed") $) NIL)) (-3668 (((-3 (-780 |#1| (-864 |#2|)) "failed") (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL)) (-2718 (((-3 $ "failed") $ (-780 |#1| (-864 |#2|))) NIL)) (-3369 (($ $ (-780 |#1| (-864 |#2|))) NIL) (((-644 $) (-780 |#1| (-864 |#2|)) $) NIL) (((-644 $) (-780 |#1| (-864 |#2|)) (-644 $)) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) $) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-644 $)) NIL)) (-2823 (((-112) (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|)))) NIL (-12 (|has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (($ $ (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) NIL (-12 (|has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (($ $ (-295 (-780 |#1| (-864 |#2|)))) NIL (-12 (|has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (($ $ (-644 (-295 (-780 |#1| (-864 |#2|))))) NIL (-12 (|has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))) (|has| (-780 |#1| (-864 |#2|)) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-3902 (((-771) $) NIL)) (-4083 (((-771) (-780 |#1| (-864 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (((-771) (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-780 |#1| (-864 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-780 |#1| (-864 |#2|)))) NIL)) (-4305 (($ $ (-864 |#2|)) NIL)) (-1702 (($ $ (-864 |#2|)) NIL)) (-4017 (($ $) NIL)) (-3809 (($ $ (-864 |#2|)) NIL)) (-3152 (((-862) $) NIL) (((-644 (-780 |#1| (-864 |#2|))) $) NIL)) (-3909 (((-771) $) NIL (|has| (-864 |#2|) (-370)))) (-3044 (((-112) $ $) NIL)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 (-780 |#1| (-864 |#2|))))) "failed") (-644 (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 (-780 |#1| (-864 |#2|))))) "failed") (-644 (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL)) (-3622 (((-112) $ (-1 (-112) (-780 |#1| (-864 |#2|)) (-644 (-780 |#1| (-864 |#2|))))) NIL)) (-3998 (((-644 $) (-780 |#1| (-864 |#2|)) $) NIL) (((-644 $) (-780 |#1| (-864 |#2|)) (-644 $)) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) $) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-644 $)) NIL)) (-2210 (((-112) (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-4382 (((-644 (-864 |#2|)) $) NIL)) (-2676 (((-112) (-780 |#1| (-864 |#2|)) $) NIL)) (-4217 (((-112) (-864 |#2|) $) NIL)) (-2914 (((-112) $ $) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1046 |#1| |#2|) (-13 (-1070 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|))) (-10 -8 (-15 -2779 ((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-112) (-112))))) (-454) (-644 (-1175))) (T -1046))
-((-2779 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1046 *5 *6)))))
-(-13 (-1070 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|))) (-10 -8 (-15 -2779 ((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-112) (-112)))))
-((-1762 (((-1 (-566)) (-1093 (-566))) 32)) (-1321 (((-566) (-566) (-566) (-566) (-566)) 29)) (-2613 (((-1 (-566)) |RationalNumber|) NIL)) (-3182 (((-1 (-566)) |RationalNumber|) NIL)) (-2073 (((-1 (-566)) (-566) |RationalNumber|) NIL)))
-(((-1047) (-10 -7 (-15 -1762 ((-1 (-566)) (-1093 (-566)))) (-15 -2073 ((-1 (-566)) (-566) |RationalNumber|)) (-15 -2613 ((-1 (-566)) |RationalNumber|)) (-15 -3182 ((-1 (-566)) |RationalNumber|)) (-15 -1321 ((-566) (-566) (-566) (-566) (-566))))) (T -1047))
-((-1321 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1047)))) (-3182 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))) (-2613 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))) (-2073 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)) (-5 *3 (-566)))) (-1762 (*1 *2 *3) (-12 (-5 *3 (-1093 (-566))) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))))
-(-10 -7 (-15 -1762 ((-1 (-566)) (-1093 (-566)))) (-15 -2073 ((-1 (-566)) (-566) |RationalNumber|)) (-15 -2613 ((-1 (-566)) |RationalNumber|)) (-15 -3182 ((-1 (-566)) |RationalNumber|)) (-15 -1321 ((-566) (-566) (-566) (-566) (-566))))
-((-3152 (((-862) $) NIL) (($ (-566)) 10)))
-(((-1048 |#1|) (-10 -8 (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|))) (-1049)) (T -1048))
-NIL
-(-10 -8 (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-4124 (((-112) $ $) NIL)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 (-780 |#1| (-864 |#2|)))))) (-644 (-780 |#1| (-864 |#2|)))) NIL)) (-4141 (((-644 $) (-644 (-780 |#1| (-864 |#2|)))) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-112)) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-112) (-112)) NIL)) (-3981 (((-644 (-864 |#2|)) $) NIL)) (-2935 (((-112) $) NIL)) (-3212 (((-112) $) NIL (|has| |#1| (-558)))) (-2793 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-2147 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-1778 (((-644 (-2 (|:| |val| (-780 |#1| (-864 |#2|))) (|:| -1791 $))) (-780 |#1| (-864 |#2|)) $) NIL)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ (-864 |#2|)) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-1997 (($ (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-3 (-780 |#1| (-864 |#2|)) "failed") $ (-864 |#2|)) NIL)) (-4145 (($) NIL T CONST)) (-2582 (((-112) $) NIL (|has| |#1| (-558)))) (-2872 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3370 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1703 (((-112) $) NIL (|has| |#1| (-558)))) (-3236 (((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))) $ (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL)) (-1680 (((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))) $) NIL (|has| |#1| (-558)))) (-3697 (((-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|))) $) NIL (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 (-780 |#1| (-864 |#2|)))) NIL)) (-3213 (($ (-644 (-780 |#1| (-864 |#2|)))) NIL)) (-3616 (((-3 $ "failed") $) NIL)) (-2118 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-780 |#1| (-864 |#2|)) (-1099))))) (-1837 (($ (-780 |#1| (-864 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (($ (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-780 |#1| (-864 |#2|))) (|:| |den| |#1|)) (-780 |#1| (-864 |#2|)) $) NIL (|has| |#1| (-558)))) (-3383 (((-112) (-780 |#1| (-864 |#2|)) $ (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL)) (-1437 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-1936 (((-780 |#1| (-864 |#2|)) (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $ (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (((-780 |#1| (-864 |#2|)) (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $ (-780 |#1| (-864 |#2|))) NIL (|has| $ (-6 -4415))) (((-780 |#1| (-864 |#2|)) (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $ (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL)) (-1579 (((-2 (|:| -2578 (-644 (-780 |#1| (-864 |#2|)))) (|:| -3009 (-644 (-780 |#1| (-864 |#2|))))) $) NIL)) (-3248 (((-112) (-780 |#1| (-864 |#2|)) $) NIL)) (-2735 (((-112) (-780 |#1| (-864 |#2|)) $) NIL)) (-4101 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-3953 (((-644 (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2639 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-3752 (((-864 |#2|) $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-780 |#1| (-864 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-780 |#1| (-864 |#2|)) (-1099))))) (-2409 (($ (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) $) NIL)) (-1648 (((-644 (-864 |#2|)) $) NIL)) (-3327 (((-112) (-864 |#2|) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-3606 (((-3 (-780 |#1| (-864 |#2|)) (-644 $)) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-3331 (((-644 (-2 (|:| |val| (-780 |#1| (-864 |#2|))) (|:| -1791 $))) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-1855 (((-3 (-780 |#1| (-864 |#2|)) "failed") $) NIL)) (-2647 (((-644 $) (-780 |#1| (-864 |#2|)) $) NIL)) (-3766 (((-3 (-112) (-644 $)) (-780 |#1| (-864 |#2|)) $) NIL)) (-1772 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 $))) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) (-780 |#1| (-864 |#2|)) $) NIL)) (-1980 (((-644 $) (-780 |#1| (-864 |#2|)) $) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) $) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-644 $)) NIL) (((-644 $) (-780 |#1| (-864 |#2|)) (-644 $)) NIL)) (-2931 (($ (-780 |#1| (-864 |#2|)) $) NIL) (($ (-644 (-780 |#1| (-864 |#2|))) $) NIL)) (-3983 (((-644 (-780 |#1| (-864 |#2|))) $) NIL)) (-3717 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-3527 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-3004 (((-112) $ $) NIL)) (-2924 (((-2 (|:| |num| (-780 |#1| (-864 |#2|))) (|:| |den| |#1|)) (-780 |#1| (-864 |#2|)) $) NIL (|has| |#1| (-558)))) (-2988 (((-112) (-780 |#1| (-864 |#2|)) $) NIL) (((-112) $) NIL)) (-2072 (((-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)) $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 (((-3 (-780 |#1| (-864 |#2|)) "failed") $) NIL)) (-2695 (((-3 (-780 |#1| (-864 |#2|)) "failed") (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL)) (-1687 (((-3 $ "failed") $ (-780 |#1| (-864 |#2|))) NIL)) (-2929 (($ $ (-780 |#1| (-864 |#2|))) NIL) (((-644 $) (-780 |#1| (-864 |#2|)) $) NIL) (((-644 $) (-780 |#1| (-864 |#2|)) (-644 $)) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) $) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-644 $)) NIL)) (-3295 (((-112) (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-780 |#1| (-864 |#2|))) (-644 (-780 |#1| (-864 |#2|)))) NIL (-12 (|has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (($ $ (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|))) NIL (-12 (|has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (($ $ (-295 (-780 |#1| (-864 |#2|)))) NIL (-12 (|has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (($ $ (-644 (-295 (-780 |#1| (-864 |#2|))))) NIL (-12 (|has| (-780 |#1| (-864 |#2|)) (-310 (-780 |#1| (-864 |#2|)))) (|has| (-780 |#1| (-864 |#2|)) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-4297 (((-771) $) NIL)) (-2037 (((-771) (-780 |#1| (-864 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-780 |#1| (-864 |#2|)) (-1099)))) (((-771) (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-780 |#1| (-864 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-780 |#1| (-864 |#2|)))) NIL)) (-3833 (($ $ (-864 |#2|)) NIL)) (-2046 (($ $ (-864 |#2|)) NIL)) (-2770 (($ $) NIL)) (-1594 (($ $ (-864 |#2|)) NIL)) (-1650 (((-862) $) NIL) (((-644 (-780 |#1| (-864 |#2|))) $) NIL)) (-4329 (((-771) $) NIL (|has| (-864 |#2|) (-370)))) (-2657 (((-112) $ $) NIL)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 (-780 |#1| (-864 |#2|))))) "failed") (-644 (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 (-780 |#1| (-864 |#2|))))) "failed") (-644 (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|))) (-1 (-112) (-780 |#1| (-864 |#2|)) (-780 |#1| (-864 |#2|)))) NIL)) (-3575 (((-112) $ (-1 (-112) (-780 |#1| (-864 |#2|)) (-644 (-780 |#1| (-864 |#2|))))) NIL)) (-2556 (((-644 $) (-780 |#1| (-864 |#2|)) $) NIL) (((-644 $) (-780 |#1| (-864 |#2|)) (-644 $)) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) $) NIL) (((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-644 $)) NIL)) (-3487 (((-112) (-1 (-112) (-780 |#1| (-864 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2077 (((-644 (-864 |#2|)) $) NIL)) (-2437 (((-112) (-780 |#1| (-864 |#2|)) $) NIL)) (-4205 (((-112) (-864 |#2|) $) NIL)) (-2868 (((-112) $ $) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1046 |#1| |#2|) (-13 (-1070 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|))) (-10 -8 (-15 -4141 ((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-112) (-112))))) (-454) (-644 (-1175))) (T -1046))
+((-4141 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454)) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1046 *5 *6)))))
+(-13 (-1070 |#1| (-533 (-864 |#2|)) (-864 |#2|) (-780 |#1| (-864 |#2|))) (-10 -8 (-15 -4141 ((-644 $) (-644 (-780 |#1| (-864 |#2|))) (-112) (-112)))))
+((-1467 (((-1 (-566)) (-1093 (-566))) 32)) (-2685 (((-566) (-566) (-566) (-566) (-566)) 29)) (-3125 (((-1 (-566)) |RationalNumber|) NIL)) (-1668 (((-1 (-566)) |RationalNumber|) NIL)) (-1510 (((-1 (-566)) (-566) |RationalNumber|) NIL)))
+(((-1047) (-10 -7 (-15 -1467 ((-1 (-566)) (-1093 (-566)))) (-15 -1510 ((-1 (-566)) (-566) |RationalNumber|)) (-15 -3125 ((-1 (-566)) |RationalNumber|)) (-15 -1668 ((-1 (-566)) |RationalNumber|)) (-15 -2685 ((-566) (-566) (-566) (-566) (-566))))) (T -1047))
+((-2685 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1047)))) (-1668 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))) (-3125 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))) (-1510 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)) (-5 *3 (-566)))) (-1467 (*1 *2 *3) (-12 (-5 *3 (-1093 (-566))) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))))
+(-10 -7 (-15 -1467 ((-1 (-566)) (-1093 (-566)))) (-15 -1510 ((-1 (-566)) (-566) |RationalNumber|)) (-15 -3125 ((-1 (-566)) |RationalNumber|)) (-15 -1668 ((-1 (-566)) |RationalNumber|)) (-15 -2685 ((-566) (-566) (-566) (-566) (-566))))
+((-1650 (((-862) $) NIL) (($ (-566)) 10)))
+(((-1048 |#1|) (-10 -8 (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|))) (-1049)) (T -1048))
+NIL
+(-10 -8 (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-1049) (-140)) (T -1049))
-((-2593 (*1 *2) (-12 (-4 *1 (-1049)) (-5 *2 (-771)))))
-(-13 (-1057) (-726) (-648 $) (-616 (-566)) (-10 -7 (-15 -2593 ((-771)) -1623) (-6 -4411)))
+((-2910 (*1 *2) (-12 (-4 *1 (-1049)) (-5 *2 (-771)))))
+(-13 (-1057) (-726) (-648 $) (-616 (-566)) (-10 -7 (-15 -2910 ((-771)) -4388) (-6 -4412)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-616 (-566)) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-726) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2566 (((-409 (-952 |#2|)) (-644 |#2|) (-644 |#2|) (-771) (-771)) 60)))
-(((-1050 |#1| |#2|) (-10 -7 (-15 -2566 ((-409 (-952 |#2|)) (-644 |#2|) (-644 |#2|) (-771) (-771)))) (-1175) (-365)) (T -1050))
-((-2566 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-771)) (-4 *6 (-365)) (-5 *2 (-409 (-952 *6))) (-5 *1 (-1050 *5 *6)) (-14 *5 (-1175)))))
-(-10 -7 (-15 -2566 ((-409 (-952 |#2|)) (-644 |#2|) (-644 |#2|) (-771) (-771))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 15)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 16 T CONST)) (-2914 (((-112) $ $) 6)) (* (($ $ |#1|) 14)))
+((-2634 (((-409 (-952 |#2|)) (-644 |#2|) (-644 |#2|) (-771) (-771)) 60)))
+(((-1050 |#1| |#2|) (-10 -7 (-15 -2634 ((-409 (-952 |#2|)) (-644 |#2|) (-644 |#2|) (-771) (-771)))) (-1175) (-365)) (T -1050))
+((-2634 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-771)) (-4 *6 (-365)) (-5 *2 (-409 (-952 *6))) (-5 *1 (-1050 *5 *6)) (-14 *5 (-1175)))))
+(-10 -7 (-15 -2634 ((-409 (-952 |#2|)) (-644 |#2|) (-644 |#2|) (-771) (-771))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 15)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 16 T CONST)) (-2868 (((-112) $ $) 6)) (* (($ $ |#1|) 14)))
(((-1051 |#1|) (-140) (-1057)) (T -1051))
-((-4356 (*1 *1) (-12 (-4 *1 (-1051 *2)) (-4 *2 (-1057)))) (-3230 (*1 *2 *1) (-12 (-4 *1 (-1051 *3)) (-4 *3 (-1057)) (-5 *2 (-112)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1051 *2)) (-4 *2 (-1057)))))
-(-13 (-1099) (-10 -8 (-15 (-4356) ($) -1623) (-15 -3230 ((-112) $)) (-15 * ($ $ |t#1|))))
+((-3410 (*1 *1) (-12 (-4 *1 (-1051 *2)) (-4 *2 (-1057)))) (-4014 (*1 *2 *1) (-12 (-4 *1 (-1051 *3)) (-4 *3 (-1057)) (-5 *2 (-112)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1051 *2)) (-4 *2 (-1057)))))
+(-13 (-1099) (-10 -8 (-15 (-3410) ($) -4388) (-15 -4014 ((-112) $)) (-15 * ($ $ |t#1|))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-1791 (((-112) $) 40)) (-3768 (((-112) $) 17)) (-3811 (((-771) $) 13)) (-3824 (((-771) $) 14)) (-1370 (((-112) $) 30)) (-1950 (((-112) $) 42)))
-(((-1052 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -3824 ((-771) |#1|)) (-15 -3811 ((-771) |#1|)) (-15 -1950 ((-112) |#1|)) (-15 -1791 ((-112) |#1|)) (-15 -1370 ((-112) |#1|)) (-15 -3768 ((-112) |#1|))) (-1053 |#2| |#3| |#4| |#5| |#6|) (-771) (-771) (-1049) (-238 |#3| |#4|) (-238 |#2| |#4|)) (T -1052))
+((-1699 (((-112) $) 40)) (-2421 (((-112) $) 17)) (-1736 (((-771) $) 13)) (-1746 (((-771) $) 14)) (-3615 (((-112) $) 30)) (-2721 (((-112) $) 42)))
+(((-1052 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -1746 ((-771) |#1|)) (-15 -1736 ((-771) |#1|)) (-15 -2721 ((-112) |#1|)) (-15 -1699 ((-112) |#1|)) (-15 -3615 ((-112) |#1|)) (-15 -2421 ((-112) |#1|))) (-1053 |#2| |#3| |#4| |#5| |#6|) (-771) (-771) (-1049) (-238 |#3| |#4|) (-238 |#2| |#4|)) (T -1052))
NIL
-(-10 -8 (-15 -3824 ((-771) |#1|)) (-15 -3811 ((-771) |#1|)) (-15 -1950 ((-112) |#1|)) (-15 -1791 ((-112) |#1|)) (-15 -1370 ((-112) |#1|)) (-15 -3768 ((-112) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1791 (((-112) $) 56)) (-3967 (((-3 $ "failed") $ $) 20)) (-3768 (((-112) $) 58)) (-1504 (((-112) $ (-771)) 66)) (-2463 (($) 18 T CONST)) (-1521 (($ $) 39 (|has| |#3| (-308)))) (-1721 ((|#4| $ (-566)) 44)) (-2755 (((-771) $) 38 (|has| |#3| (-558)))) (-3829 ((|#3| $ (-566) (-566)) 46)) (-1683 (((-644 |#3|) $) 73 (|has| $ (-6 -4414)))) (-1908 (((-771) $) 37 (|has| |#3| (-558)))) (-2950 (((-644 |#5|) $) 36 (|has| |#3| (-558)))) (-3811 (((-771) $) 50)) (-3824 (((-771) $) 49)) (-3456 (((-112) $ (-771)) 65)) (-2531 (((-566) $) 54)) (-3688 (((-566) $) 52)) (-3491 (((-644 |#3|) $) 74 (|has| $ (-6 -4414)))) (-1602 (((-112) |#3| $) 76 (-12 (|has| |#3| (-1099)) (|has| $ (-6 -4414))))) (-2422 (((-566) $) 53)) (-3632 (((-566) $) 51)) (-4184 (($ (-644 (-644 |#3|))) 59)) (-3885 (($ (-1 |#3| |#3|) $) 69 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#3| |#3|) $) 68) (($ (-1 |#3| |#3| |#3|) $ $) 42)) (-1723 (((-644 (-644 |#3|)) $) 48)) (-3267 (((-112) $ (-771)) 64)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-2978 (((-3 $ "failed") $ |#3|) 41 (|has| |#3| (-558)))) (-2823 (((-112) (-1 (-112) |#3|) $) 71 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#3|) (-644 |#3|)) 80 (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ |#3| |#3|) 79 (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-295 |#3|)) 78 (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-644 (-295 |#3|))) 77 (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))) (-3814 (((-112) $ $) 60)) (-2872 (((-112) $) 63)) (-3493 (($) 62)) (-1309 ((|#3| $ (-566) (-566)) 47) ((|#3| $ (-566) (-566) |#3|) 45)) (-1370 (((-112) $) 57)) (-4083 (((-771) |#3| $) 75 (-12 (|has| |#3| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#3|) $) 72 (|has| $ (-6 -4414)))) (-1480 (($ $) 61)) (-2986 ((|#5| $ (-566)) 43)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2210 (((-112) (-1 (-112) |#3|) $) 70 (|has| $ (-6 -4414)))) (-1950 (((-112) $) 55)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#3|) 40 (|has| |#3| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#3| $) 27) (($ $ |#3|) 31)) (-3000 (((-771) $) 67 (|has| $ (-6 -4414)))))
+(-10 -8 (-15 -1746 ((-771) |#1|)) (-15 -1736 ((-771) |#1|)) (-15 -2721 ((-112) |#1|)) (-15 -1699 ((-112) |#1|)) (-15 -3615 ((-112) |#1|)) (-15 -2421 ((-112) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1699 (((-112) $) 56)) (-3569 (((-3 $ "failed") $ $) 20)) (-2421 (((-112) $) 58)) (-3874 (((-112) $ (-771)) 66)) (-4145 (($) 18 T CONST)) (-4035 (($ $) 39 (|has| |#3| (-308)))) (-2220 ((|#4| $ (-566)) 44)) (-3486 (((-771) $) 38 (|has| |#3| (-558)))) (-2359 ((|#3| $ (-566) (-566)) 46)) (-3953 (((-644 |#3|) $) 73 (|has| $ (-6 -4415)))) (-3548 (((-771) $) 37 (|has| |#3| (-558)))) (-3192 (((-644 |#5|) $) 36 (|has| |#3| (-558)))) (-1736 (((-771) $) 50)) (-1746 (((-771) $) 49)) (-1392 (((-112) $ (-771)) 65)) (-3574 (((-566) $) 54)) (-2899 (((-566) $) 52)) (-1690 (((-644 |#3|) $) 74 (|has| $ (-6 -4415)))) (-3566 (((-112) |#3| $) 76 (-12 (|has| |#3| (-1099)) (|has| $ (-6 -4415))))) (-1840 (((-566) $) 53)) (-3657 (((-566) $) 51)) (-2540 (($ (-644 (-644 |#3|))) 59)) (-2409 (($ (-1 |#3| |#3|) $) 69 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#3| |#3|) $) 68) (($ (-1 |#3| |#3| |#3|) $ $) 42)) (-2240 (((-644 (-644 |#3|)) $) 48)) (-4395 (((-112) $ (-771)) 64)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4116 (((-3 $ "failed") $ |#3|) 41 (|has| |#3| (-558)))) (-3295 (((-112) (-1 (-112) |#3|) $) 71 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#3|) (-644 |#3|)) 80 (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ |#3| |#3|) 79 (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-295 |#3|)) 78 (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-644 (-295 |#3|))) 77 (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))) (-1633 (((-112) $ $) 60)) (-3758 (((-112) $) 63)) (-1710 (($) 62)) (-3483 ((|#3| $ (-566) (-566)) 47) ((|#3| $ (-566) (-566) |#3|) 45)) (-3615 (((-112) $) 57)) (-2037 (((-771) |#3| $) 75 (-12 (|has| |#3| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#3|) $) 72 (|has| $ (-6 -4415)))) (-1800 (($ $) 61)) (-3408 ((|#5| $ (-566)) 43)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3487 (((-112) (-1 (-112) |#3|) $) 70 (|has| $ (-6 -4415)))) (-2721 (((-112) $) 55)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#3|) 40 (|has| |#3| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#3| $) 27) (($ $ |#3|) 31)) (-4142 (((-771) $) 67 (|has| $ (-6 -4415)))))
(((-1053 |#1| |#2| |#3| |#4| |#5|) (-140) (-771) (-771) (-1049) (-238 |t#2| |t#3|) (-238 |t#1| |t#3|)) (T -1053))
-((-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-4184 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *5))) (-4 *5 (-1049)) (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-3768 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-1370 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-1791 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-1950 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-2531 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))) (-2422 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))) (-3688 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))) (-3632 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))) (-3811 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-771)))) (-3824 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-771)))) (-1723 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-644 (-644 *5))))) (-1309 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1049)))) (-3829 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1049)))) (-1309 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7)) (-4 *2 (-1049)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)))) (-1721 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *6 *2 *7)) (-4 *6 (-1049)) (-4 *7 (-238 *4 *6)) (-4 *2 (-238 *5 *6)))) (-2986 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *6 *7 *2)) (-4 *6 (-1049)) (-4 *7 (-238 *5 *6)) (-4 *2 (-238 *4 *6)))) (-2319 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-2978 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1053 *3 *4 *2 *5 *6)) (-4 *2 (-1049)) (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-558)))) (-3025 (*1 *1 *1 *2) (-12 (-4 *1 (-1053 *3 *4 *2 *5 *6)) (-4 *2 (-1049)) (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-365)))) (-1521 (*1 *1 *1) (-12 (-4 *1 (-1053 *2 *3 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *2 *4)) (-4 *4 (-308)))) (-2755 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558)) (-5 *2 (-771)))) (-1908 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558)) (-5 *2 (-771)))) (-2950 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558)) (-5 *2 (-644 *7)))))
-(-13 (-111 |t#3| |t#3|) (-491 |t#3|) (-10 -8 (-6 -4414) (IF (|has| |t#3| (-172)) (-6 (-717 |t#3|)) |%noBranch|) (-15 -4184 ($ (-644 (-644 |t#3|)))) (-15 -3768 ((-112) $)) (-15 -1370 ((-112) $)) (-15 -1791 ((-112) $)) (-15 -1950 ((-112) $)) (-15 -2531 ((-566) $)) (-15 -2422 ((-566) $)) (-15 -3688 ((-566) $)) (-15 -3632 ((-566) $)) (-15 -3811 ((-771) $)) (-15 -3824 ((-771) $)) (-15 -1723 ((-644 (-644 |t#3|)) $)) (-15 -1309 (|t#3| $ (-566) (-566))) (-15 -3829 (|t#3| $ (-566) (-566))) (-15 -1309 (|t#3| $ (-566) (-566) |t#3|)) (-15 -1721 (|t#4| $ (-566))) (-15 -2986 (|t#5| $ (-566))) (-15 -2319 ($ (-1 |t#3| |t#3|) $)) (-15 -2319 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-558)) (-15 -2978 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-365)) (-15 -3025 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-308)) (-15 -1521 ($ $)) |%noBranch|) (IF (|has| |t#3| (-558)) (PROGN (-15 -2755 ((-771) $)) (-15 -1908 ((-771) $)) (-15 -2950 ((-644 |t#5|) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-102) . T) ((-111 |#3| |#3|) . T) ((-131) . T) ((-613 (-862)) . T) ((-310 |#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))) ((-491 |#3|) . T) ((-516 |#3| |#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))) ((-646 (-566)) . T) ((-646 |#3|) . T) ((-648 |#3|) . T) ((-640 |#3|) |has| |#3| (-172)) ((-717 |#3|) |has| |#3| (-172)) ((-1051 |#3|) . T) ((-1056 |#3|) . T) ((-1099) . T) ((-1214) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1791 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-3768 (((-112) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-2463 (($) NIL T CONST)) (-1521 (($ $) 47 (|has| |#3| (-308)))) (-1721 (((-240 |#2| |#3|) $ (-566)) 36)) (-2324 (($ (-689 |#3|)) 45)) (-2755 (((-771) $) 49 (|has| |#3| (-558)))) (-3829 ((|#3| $ (-566) (-566)) NIL)) (-1683 (((-644 |#3|) $) NIL (|has| $ (-6 -4414)))) (-1908 (((-771) $) 51 (|has| |#3| (-558)))) (-2950 (((-644 (-240 |#1| |#3|)) $) 55 (|has| |#3| (-558)))) (-3811 (((-771) $) NIL)) (-3824 (((-771) $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2531 (((-566) $) NIL)) (-3688 (((-566) $) NIL)) (-3491 (((-644 |#3|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#3| (-1099))))) (-2422 (((-566) $) NIL)) (-3632 (((-566) $) NIL)) (-4184 (($ (-644 (-644 |#3|))) 31)) (-3885 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-1723 (((-644 (-644 |#3|)) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2978 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-558)))) (-2823 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#3|) (-644 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-295 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-644 (-295 |#3|))) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#3| $ (-566) (-566)) NIL) ((|#3| $ (-566) (-566) |#3|) NIL)) (-3126 (((-134)) 59 (|has| |#3| (-365)))) (-1370 (((-112) $) NIL)) (-4083 (((-771) |#3| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#3| (-1099)))) (((-771) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) 65 (|has| |#3| (-614 (-538))))) (-2986 (((-240 |#1| |#3|) $ (-566)) 40)) (-3152 (((-862) $) 19) (((-689 |#3|) $) 42)) (-3044 (((-112) $ $) NIL)) (-2210 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4414)))) (-1950 (((-112) $) NIL)) (-4356 (($) 16 T CONST)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#3|) NIL (|has| |#3| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1054 |#1| |#2| |#3|) (-13 (-1053 |#1| |#2| |#3| (-240 |#2| |#3|) (-240 |#1| |#3|)) (-613 (-689 |#3|)) (-10 -8 (IF (|has| |#3| (-365)) (-6 (-1271 |#3|)) |%noBranch|) (IF (|has| |#3| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (-15 -2324 ($ (-689 |#3|))))) (-771) (-771) (-1049)) (T -1054))
-((-2324 (*1 *1 *2) (-12 (-5 *2 (-689 *5)) (-4 *5 (-1049)) (-5 *1 (-1054 *3 *4 *5)) (-14 *3 (-771)) (-14 *4 (-771)))))
-(-13 (-1053 |#1| |#2| |#3| (-240 |#2| |#3|) (-240 |#1| |#3|)) (-613 (-689 |#3|)) (-10 -8 (IF (|has| |#3| (-365)) (-6 (-1271 |#3|)) |%noBranch|) (IF (|has| |#3| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (-15 -2324 ($ (-689 |#3|)))))
-((-2873 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36)) (-2319 ((|#10| (-1 |#7| |#3|) |#6|) 34)))
-(((-1055 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -2319 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -2873 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-771) (-771) (-1049) (-238 |#2| |#3|) (-238 |#1| |#3|) (-1053 |#1| |#2| |#3| |#4| |#5|) (-1049) (-238 |#2| |#7|) (-238 |#1| |#7|) (-1053 |#1| |#2| |#7| |#8| |#9|)) (T -1055))
-((-2873 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1049)) (-4 *2 (-1049)) (-14 *5 (-771)) (-14 *6 (-771)) (-4 *8 (-238 *6 *7)) (-4 *9 (-238 *5 *7)) (-4 *10 (-238 *6 *2)) (-4 *11 (-238 *5 *2)) (-5 *1 (-1055 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1053 *5 *6 *7 *8 *9)) (-4 *12 (-1053 *5 *6 *2 *10 *11)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1049)) (-4 *10 (-1049)) (-14 *5 (-771)) (-14 *6 (-771)) (-4 *8 (-238 *6 *7)) (-4 *9 (-238 *5 *7)) (-4 *2 (-1053 *5 *6 *10 *11 *12)) (-5 *1 (-1055 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1053 *5 *6 *7 *8 *9)) (-4 *11 (-238 *6 *10)) (-4 *12 (-238 *5 *10)))))
-(-10 -7 (-15 -2319 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -2873 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ |#1|) 27)))
+((-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-2540 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *5))) (-4 *5 (-1049)) (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-2421 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-3615 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-1699 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-2721 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))) (-3574 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))) (-1840 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))) (-2899 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))) (-3657 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))) (-1736 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-771)))) (-1746 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-771)))) (-2240 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-644 (-644 *5))))) (-3483 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1049)))) (-2359 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1049)))) (-3483 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7)) (-4 *2 (-1049)) (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)))) (-2220 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *6 *2 *7)) (-4 *6 (-1049)) (-4 *7 (-238 *4 *6)) (-4 *2 (-238 *5 *6)))) (-3408 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *6 *7 *2)) (-4 *6 (-1049)) (-4 *7 (-238 *5 *6)) (-4 *2 (-238 *4 *6)))) (-1895 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)))) (-4116 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1053 *3 *4 *2 *5 *6)) (-4 *2 (-1049)) (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-558)))) (-2990 (*1 *1 *1 *2) (-12 (-4 *1 (-1053 *3 *4 *2 *5 *6)) (-4 *2 (-1049)) (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-365)))) (-4035 (*1 *1 *1) (-12 (-4 *1 (-1053 *2 *3 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *2 *4)) (-4 *4 (-308)))) (-3486 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558)) (-5 *2 (-771)))) (-3548 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558)) (-5 *2 (-771)))) (-3192 (*1 *2 *1) (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049)) (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558)) (-5 *2 (-644 *7)))))
+(-13 (-111 |t#3| |t#3|) (-491 |t#3|) (-10 -8 (-6 -4415) (IF (|has| |t#3| (-172)) (-6 (-717 |t#3|)) |%noBranch|) (-15 -2540 ($ (-644 (-644 |t#3|)))) (-15 -2421 ((-112) $)) (-15 -3615 ((-112) $)) (-15 -1699 ((-112) $)) (-15 -2721 ((-112) $)) (-15 -3574 ((-566) $)) (-15 -1840 ((-566) $)) (-15 -2899 ((-566) $)) (-15 -3657 ((-566) $)) (-15 -1736 ((-771) $)) (-15 -1746 ((-771) $)) (-15 -2240 ((-644 (-644 |t#3|)) $)) (-15 -3483 (|t#3| $ (-566) (-566))) (-15 -2359 (|t#3| $ (-566) (-566))) (-15 -3483 (|t#3| $ (-566) (-566) |t#3|)) (-15 -2220 (|t#4| $ (-566))) (-15 -3408 (|t#5| $ (-566))) (-15 -1895 ($ (-1 |t#3| |t#3|) $)) (-15 -1895 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-558)) (-15 -4116 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-365)) (-15 -2990 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-308)) (-15 -4035 ($ $)) |%noBranch|) (IF (|has| |t#3| (-558)) (PROGN (-15 -3486 ((-771) $)) (-15 -3548 ((-771) $)) (-15 -3192 ((-644 |t#5|) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-102) . T) ((-111 |#3| |#3|) . T) ((-131) . T) ((-613 (-862)) . T) ((-310 |#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))) ((-491 |#3|) . T) ((-516 |#3| |#3|) -12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))) ((-646 (-566)) . T) ((-646 |#3|) . T) ((-648 |#3|) . T) ((-640 |#3|) |has| |#3| (-172)) ((-717 |#3|) |has| |#3| (-172)) ((-1051 |#3|) . T) ((-1056 |#3|) . T) ((-1099) . T) ((-1215) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1699 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-2421 (((-112) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-4145 (($) NIL T CONST)) (-4035 (($ $) 47 (|has| |#3| (-308)))) (-2220 (((-240 |#2| |#3|) $ (-566)) 36)) (-2134 (($ (-689 |#3|)) 45)) (-3486 (((-771) $) 49 (|has| |#3| (-558)))) (-2359 ((|#3| $ (-566) (-566)) NIL)) (-3953 (((-644 |#3|) $) NIL (|has| $ (-6 -4415)))) (-3548 (((-771) $) 51 (|has| |#3| (-558)))) (-3192 (((-644 (-240 |#1| |#3|)) $) 55 (|has| |#3| (-558)))) (-1736 (((-771) $) NIL)) (-1746 (((-771) $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3574 (((-566) $) NIL)) (-2899 (((-566) $) NIL)) (-1690 (((-644 |#3|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#3| (-1099))))) (-1840 (((-566) $) NIL)) (-3657 (((-566) $) NIL)) (-2540 (($ (-644 (-644 |#3|))) 31)) (-2409 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-2240 (((-644 (-644 |#3|)) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4116 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-558)))) (-3295 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#3|) (-644 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-295 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-644 (-295 |#3|))) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#3| $ (-566) (-566)) NIL) ((|#3| $ (-566) (-566) |#3|) NIL)) (-2262 (((-134)) 59 (|has| |#3| (-365)))) (-3615 (((-112) $) NIL)) (-2037 (((-771) |#3| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#3| (-1099)))) (((-771) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) 65 (|has| |#3| (-614 (-538))))) (-3408 (((-240 |#1| |#3|) $ (-566)) 40)) (-1650 (((-862) $) 19) (((-689 |#3|) $) 42)) (-2657 (((-112) $ $) NIL)) (-3487 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4415)))) (-2721 (((-112) $) NIL)) (-3410 (($) 16 T CONST)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#3|) NIL (|has| |#3| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1054 |#1| |#2| |#3|) (-13 (-1053 |#1| |#2| |#3| (-240 |#2| |#3|) (-240 |#1| |#3|)) (-613 (-689 |#3|)) (-10 -8 (IF (|has| |#3| (-365)) (-6 (-1272 |#3|)) |%noBranch|) (IF (|has| |#3| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (-15 -2134 ($ (-689 |#3|))))) (-771) (-771) (-1049)) (T -1054))
+((-2134 (*1 *1 *2) (-12 (-5 *2 (-689 *5)) (-4 *5 (-1049)) (-5 *1 (-1054 *3 *4 *5)) (-14 *3 (-771)) (-14 *4 (-771)))))
+(-13 (-1053 |#1| |#2| |#3| (-240 |#2| |#3|) (-240 |#1| |#3|)) (-613 (-689 |#3|)) (-10 -8 (IF (|has| |#3| (-365)) (-6 (-1272 |#3|)) |%noBranch|) (IF (|has| |#3| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|) (-15 -2134 ($ (-689 |#3|)))))
+((-1936 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 36)) (-1895 ((|#10| (-1 |#7| |#3|) |#6|) 34)))
+(((-1055 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -1895 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -1936 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-771) (-771) (-1049) (-238 |#2| |#3|) (-238 |#1| |#3|) (-1053 |#1| |#2| |#3| |#4| |#5|) (-1049) (-238 |#2| |#7|) (-238 |#1| |#7|) (-1053 |#1| |#2| |#7| |#8| |#9|)) (T -1055))
+((-1936 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1049)) (-4 *2 (-1049)) (-14 *5 (-771)) (-14 *6 (-771)) (-4 *8 (-238 *6 *7)) (-4 *9 (-238 *5 *7)) (-4 *10 (-238 *6 *2)) (-4 *11 (-238 *5 *2)) (-5 *1 (-1055 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1053 *5 *6 *7 *8 *9)) (-4 *12 (-1053 *5 *6 *2 *10 *11)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1049)) (-4 *10 (-1049)) (-14 *5 (-771)) (-14 *6 (-771)) (-4 *8 (-238 *6 *7)) (-4 *9 (-238 *5 *7)) (-4 *2 (-1053 *5 *6 *10 *11 *12)) (-5 *1 (-1055 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1053 *5 *6 *7 *8 *9)) (-4 *11 (-238 *6 *10)) (-4 *12 (-238 *5 *10)))))
+(-10 -7 (-15 -1895 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -1936 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ |#1|) 27)))
(((-1056 |#1|) (-140) (-1057)) (T -1056))
NIL
(-13 (-21) (-1051 |t#1|))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-1051 |#1|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
(((-1057) (-140)) (T -1057))
NIL
(-13 (-21) (-1111))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-1111) . T) ((-1099) . T))
-((-2331 (($ $) 17)) (-3347 (($ $) 25)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 55)) (-2064 (($ $) 27)) (-2487 (($ $) 12)) (-3143 (($ $) 43)) (-2376 (((-381) $) NIL) (((-225) $) NIL) (((-892 (-381)) $) 36)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 31) (($ (-566)) NIL) (($ (-409 (-566))) 31)) (-2593 (((-771)) 9)) (-3913 (($ $) 45)))
-(((-1058 |#1|) (-10 -8 (-15 -3347 (|#1| |#1|)) (-15 -2331 (|#1| |#1|)) (-15 -2487 (|#1| |#1|)) (-15 -3143 (|#1| |#1|)) (-15 -3913 (|#1| |#1|)) (-15 -2064 (|#1| |#1|)) (-15 -2926 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| (-566))) (-15 -2376 ((-225) |#1|)) (-15 -2376 ((-381) |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| |#1|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|))) (-1059)) (T -1058))
-((-2593 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1058 *3)) (-4 *3 (-1059)))))
-(-10 -8 (-15 -3347 (|#1| |#1|)) (-15 -2331 (|#1| |#1|)) (-15 -2487 (|#1| |#1|)) (-15 -3143 (|#1| |#1|)) (-15 -3913 (|#1| |#1|)) (-15 -2064 (|#1| |#1|)) (-15 -2926 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| (-566))) (-15 -2376 ((-225) |#1|)) (-15 -2376 ((-381) |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| |#1|)) (-15 -2593 ((-771))) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1873 (((-566) $) 97)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-2331 (($ $) 95)) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-1635 (($ $) 105)) (-2085 (((-112) $ $) 65)) (-2743 (((-566) $) 122)) (-2463 (($) 18 T CONST)) (-3347 (($ $) 94)) (-2229 (((-3 (-566) "failed") $) 110) (((-3 (-409 (-566)) "failed") $) 107)) (-4158 (((-566) $) 111) (((-409 (-566)) $) 108)) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-1615 (((-112) $) 79)) (-2528 (((-112) $) 120)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 101)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 104)) (-2064 (($ $) 100)) (-3233 (((-112) $) 121)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1478 (($ $ $) 119)) (-2599 (($ $ $) 118)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 78)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-2487 (($ $) 96)) (-3143 (($ $) 98)) (-1624 (((-420 $) $) 82)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-2376 (((-381) $) 113) (((-225) $) 112) (((-892 (-381)) $) 102)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ (-566)) 109) (($ (-409 (-566))) 106)) (-2593 (((-771)) 32 T CONST)) (-3913 (($ $) 99)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-1358 (($ $) 123)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2968 (((-112) $ $) 116)) (-2946 (((-112) $ $) 115)) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 117)) (-2935 (((-112) $ $) 114)) (-3025 (($ $ $) 73)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77) (($ $ (-409 (-566))) 103)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
+((-2191 (($ $) 17)) (-2665 (($ $) 25)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 55)) (-1435 (($ $) 27)) (-4381 (($ $) 12)) (-2426 (($ $) 43)) (-1945 (((-381) $) NIL) (((-225) $) NIL) (((-892 (-381)) $) 36)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL) (($ (-409 (-566))) 31) (($ (-566)) NIL) (($ (-409 (-566))) 31)) (-2910 (((-771)) 9)) (-4370 (($ $) 45)))
+(((-1058 |#1|) (-10 -8 (-15 -2665 (|#1| |#1|)) (-15 -2191 (|#1| |#1|)) (-15 -4381 (|#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 -4370 (|#1| |#1|)) (-15 -1435 (|#1| |#1|)) (-15 -2992 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| (-566))) (-15 -1945 ((-225) |#1|)) (-15 -1945 ((-381) |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| |#1|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|))) (-1059)) (T -1058))
+((-2910 (*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1058 *3)) (-4 *3 (-1059)))))
+(-10 -8 (-15 -2665 (|#1| |#1|)) (-15 -2191 (|#1| |#1|)) (-15 -4381 (|#1| |#1|)) (-15 -2426 (|#1| |#1|)) (-15 -4370 (|#1| |#1|)) (-15 -1435 (|#1| |#1|)) (-15 -2992 ((-889 (-381) |#1|) |#1| (-892 (-381)) (-889 (-381) |#1|))) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| (-566))) (-15 -1945 ((-225) |#1|)) (-15 -1945 ((-381) |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| |#1|)) (-15 -2910 ((-771))) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3165 (((-566) $) 97)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-2191 (($ $) 95)) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-3856 (($ $) 105)) (-1621 (((-112) $ $) 65)) (-1907 (((-566) $) 122)) (-4145 (($) 18 T CONST)) (-2665 (($ $) 94)) (-1821 (((-3 (-566) "failed") $) 110) (((-3 (-409 (-566)) "failed") $) 107)) (-3213 (((-566) $) 111) (((-409 (-566)) $) 108)) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-2422 (((-112) $) 79)) (-3540 (((-112) $) 120)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 101)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 104)) (-1435 (($ $) 100)) (-4049 (((-112) $) 121)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1888 (($ $ $) 119)) (-3890 (($ $ $) 118)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 78)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-4381 (($ $) 96)) (-2426 (($ $) 98)) (-3846 (((-420 $) $) 82)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-1945 (((-381) $) 113) (((-225) $) 112) (((-892 (-381)) $) 102)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ (-566)) 109) (($ (-409 (-566))) 106)) (-2910 (((-771)) 32 T CONST)) (-4370 (($ $) 99)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3839 (($ $) 123)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2928 (((-112) $ $) 116)) (-2904 (((-112) $ $) 115)) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 117)) (-2892 (((-112) $ $) 114)) (-2990 (($ $ $) 73)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77) (($ $ (-409 (-566))) 103)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75)))
(((-1059) (-140)) (T -1059))
-((-1358 (*1 *1 *1) (-4 *1 (-1059))) (-2064 (*1 *1 *1) (-4 *1 (-1059))) (-3913 (*1 *1 *1) (-4 *1 (-1059))) (-3143 (*1 *1 *1) (-4 *1 (-1059))) (-1873 (*1 *2 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-566)))) (-2487 (*1 *1 *1) (-4 *1 (-1059))) (-2331 (*1 *1 *1) (-4 *1 (-1059))) (-3347 (*1 *1 *1) (-4 *1 (-1059))))
-(-13 (-365) (-848) (-1022) (-1038 (-566)) (-1038 (-409 (-566))) (-1002) (-614 (-892 (-381))) (-886 (-381)) (-147) (-10 -8 (-15 -2064 ($ $)) (-15 -3913 ($ $)) (-15 -3143 ($ $)) (-15 -1873 ((-566) $)) (-15 -2487 ($ $)) (-15 -2331 ($ $)) (-15 -3347 ($ $)) (-15 -1358 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-614 (-225)) . T) ((-614 (-381)) . T) ((-614 (-892 (-381))) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-848) . T) ((-850) . T) ((-886 (-381)) . T) ((-920) . T) ((-1002) . T) ((-1022) . T) ((-1038 (-409 (-566))) . T) ((-1038 (-566)) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) |#2| $) 26)) (-3870 ((|#1| $) 10)) (-2743 (((-566) |#2| $) 116)) (-4093 (((-3 $ "failed") |#2| (-921)) 75)) (-1966 ((|#1| $) 31)) (-2098 ((|#1| |#2| $ |#1|) 40)) (-2279 (($ $) 28)) (-3245 (((-3 |#2| "failed") |#2| $) 111)) (-2528 (((-112) |#2| $) NIL)) (-3233 (((-112) |#2| $) NIL)) (-3979 (((-112) |#2| $) 27)) (-2997 ((|#1| $) 117)) (-1953 ((|#1| $) 30)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1705 ((|#2| $) 102)) (-3152 (((-862) $) 92)) (-3044 (((-112) $ $) NIL)) (-3603 ((|#1| |#2| $ |#1|) 41)) (-1526 (((-644 $) |#2|) 77)) (-2914 (((-112) $ $) 97)))
-(((-1060 |#1| |#2|) (-13 (-1067 |#1| |#2|) (-10 -8 (-15 -1953 (|#1| $)) (-15 -1966 (|#1| $)) (-15 -3870 (|#1| $)) (-15 -2997 (|#1| $)) (-15 -2279 ($ $)) (-15 -3979 ((-112) |#2| $)) (-15 -2098 (|#1| |#2| $ |#1|)))) (-13 (-848) (-365)) (-1240 |#1|)) (T -1060))
-((-2098 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1240 *2)))) (-1953 (*1 *2 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1240 *2)))) (-1966 (*1 *2 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1240 *2)))) (-3870 (*1 *2 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1240 *2)))) (-2997 (*1 *2 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1240 *2)))) (-2279 (*1 *1 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1240 *2)))) (-3979 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-848) (-365))) (-5 *2 (-112)) (-5 *1 (-1060 *4 *3)) (-4 *3 (-1240 *4)))))
-(-13 (-1067 |#1| |#2|) (-10 -8 (-15 -1953 (|#1| $)) (-15 -1966 (|#1| $)) (-15 -3870 (|#1| $)) (-15 -2997 (|#1| $)) (-15 -2279 ($ $)) (-15 -3979 ((-112) |#2| $)) (-15 -2098 (|#1| |#2| $ |#1|))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-2871 (($ $ $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1345 (($ $ $ $) NIL)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-2743 (((-566) $) NIL)) (-3764 (($ $ $) NIL)) (-2463 (($) NIL T CONST)) (-3372 (($ (-1175)) 10) (($ (-566)) 7)) (-2229 (((-3 (-566) "failed") $) NIL)) (-4158 (((-566) $) NIL)) (-2933 (($ $ $) NIL)) (-4089 (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-4391 (((-3 (-409 (-566)) "failed") $) NIL)) (-3407 (((-112) $) NIL)) (-1786 (((-409 (-566)) $) NIL)) (-2715 (($) NIL) (($ $) NIL)) (-2945 (($ $ $) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2501 (($ $ $ $) NIL)) (-1732 (($ $ $) NIL)) (-2528 (((-112) $) NIL)) (-2413 (($ $ $) NIL)) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL)) (-2389 (((-112) $) NIL)) (-3419 (((-112) $) NIL)) (-2621 (((-3 $ "failed") $) NIL)) (-3233 (((-112) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2505 (($ $ $ $) NIL)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3479 (($ $) NIL)) (-2440 (($ $) NIL)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-1517 (($ $ $) NIL)) (-3289 (($) NIL T CONST)) (-1847 (($ $) NIL)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) NIL) (($ (-644 $)) NIL)) (-2499 (($ $) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2664 (((-112) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-3629 (($ $ (-771)) NIL) (($ $) NIL)) (-2028 (($ $) NIL)) (-1480 (($ $) NIL)) (-2376 (((-566) $) 16) (((-538) $) NIL) (((-892 (-566)) $) NIL) (((-381) $) NIL) (((-225) $) NIL) (($ (-1175)) 9)) (-3152 (((-862) $) 23) (($ (-566)) 6) (($ $) NIL) (($ (-566)) 6)) (-2593 (((-771)) NIL T CONST)) (-2992 (((-112) $ $) NIL)) (-2073 (($ $ $) NIL)) (-3044 (((-112) $ $) NIL)) (-2576 (($) NIL)) (-3014 (((-112) $ $) NIL)) (-1725 (($ $ $ $) NIL)) (-1358 (($ $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)) (-3012 (($ $) 22) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL)))
-(((-1061) (-13 (-547) (-618 (-1175)) (-10 -8 (-6 -4401) (-6 -4406) (-6 -4402) (-15 -3372 ($ (-1175))) (-15 -3372 ($ (-566)))))) (T -1061))
-((-3372 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1061)))) (-3372 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1061)))))
-(-13 (-547) (-618 (-1175)) (-10 -8 (-6 -4401) (-6 -4406) (-6 -4402) (-15 -3372 ($ (-1175))) (-15 -3372 ($ (-566)))))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL)) (-1944 (((-1269) $ (-1175) (-1175)) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-4001 (($) 9)) (-1456 (((-52) $ (-1175) (-52)) NIL)) (-1737 (($ $) 32)) (-2333 (($ $) 30)) (-2504 (($ $) 29)) (-1634 (($ $) 31)) (-3492 (($ $) 35)) (-1729 (($ $) 36)) (-2555 (($ $) 28)) (-1414 (($ $) 33)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) 27 (|has| $ (-6 -4414)))) (-3070 (((-3 (-52) "failed") (-1175) $) 43)) (-2463 (($) NIL T CONST)) (-2683 (($) 7)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-3512 (($ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) 53 (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-3 (-52) "failed") (-1175) $) NIL)) (-2622 (($ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414)))) (-4094 (((-3 (-1157) "failed") $ (-1157) (-566)) 74)) (-3897 (((-52) $ (-1175) (-52)) NIL (|has| $ (-6 -4415)))) (-3829 (((-52) $ (-1175)) NIL)) (-1683 (((-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-644 (-52)) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-1175) $) NIL (|has| (-1175) (-850)))) (-3491 (((-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) 38 (|has| $ (-6 -4414))) (((-644 (-52)) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-52) (-1099))))) (-4050 (((-1175) $) NIL (|has| (-1175) (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-4052 (((-644 (-1175)) $) NIL)) (-1826 (((-112) (-1175) $) NIL)) (-3278 (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL)) (-3888 (($ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) 46)) (-3725 (((-644 (-1175)) $) NIL)) (-1644 (((-112) (-1175) $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-2658 (((-381) $ (-1175)) 52)) (-4115 (((-644 (-1157)) $ (-1157)) 76)) (-3908 (((-52) $) NIL (|has| (-1175) (-850)))) (-3668 (((-3 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) "failed") (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL)) (-3787 (($ $ (-52)) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))))) NIL (-12 (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ $ (-295 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL (-12 (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ $ (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) NIL (-12 (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ $ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL (-12 (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-310 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (($ $ (-644 (-52)) (-644 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-295 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-644 (-295 (-52)))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-52) (-1099))))) (-3486 (((-644 (-52)) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 (((-52) $ (-1175)) NIL) (((-52) $ (-1175) (-52)) NIL)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL)) (-3778 (($ $ (-1175)) 54)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099)))) (((-771) (-52) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-52) (-1099)))) (((-771) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) 40)) (-4386 (($ $ $) 41)) (-3152 (((-862) $) NIL (-2768 (|has| (-52) (-613 (-862))) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-613 (-862)))))) (-3727 (($ $ (-1175) (-381)) 50)) (-3995 (($ $ (-1175) (-381)) 51)) (-3044 (((-112) $ $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 (-1175)) (|:| -2636 (-52)))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-52) (-1099)) (|has| (-2 (|:| -2674 (-1175)) (|:| -2636 (-52))) (-1099))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1062) (-13 (-1190 (-1175) (-52)) (-10 -8 (-15 -4386 ($ $ $)) (-15 -2683 ($)) (-15 -2555 ($ $)) (-15 -2504 ($ $)) (-15 -2333 ($ $)) (-15 -1634 ($ $)) (-15 -1414 ($ $)) (-15 -1737 ($ $)) (-15 -3492 ($ $)) (-15 -1729 ($ $)) (-15 -3727 ($ $ (-1175) (-381))) (-15 -3995 ($ $ (-1175) (-381))) (-15 -2658 ((-381) $ (-1175))) (-15 -4115 ((-644 (-1157)) $ (-1157))) (-15 -3778 ($ $ (-1175))) (-15 -4001 ($)) (-15 -4094 ((-3 (-1157) "failed") $ (-1157) (-566))) (-6 -4414)))) (T -1062))
-((-4386 (*1 *1 *1 *1) (-5 *1 (-1062))) (-2683 (*1 *1) (-5 *1 (-1062))) (-2555 (*1 *1 *1) (-5 *1 (-1062))) (-2504 (*1 *1 *1) (-5 *1 (-1062))) (-2333 (*1 *1 *1) (-5 *1 (-1062))) (-1634 (*1 *1 *1) (-5 *1 (-1062))) (-1414 (*1 *1 *1) (-5 *1 (-1062))) (-1737 (*1 *1 *1) (-5 *1 (-1062))) (-3492 (*1 *1 *1) (-5 *1 (-1062))) (-1729 (*1 *1 *1) (-5 *1 (-1062))) (-3727 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-381)) (-5 *1 (-1062)))) (-3995 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-381)) (-5 *1 (-1062)))) (-2658 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-381)) (-5 *1 (-1062)))) (-4115 (*1 *2 *1 *3) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1062)) (-5 *3 (-1157)))) (-3778 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1062)))) (-4001 (*1 *1) (-5 *1 (-1062))) (-4094 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-1062)))))
-(-13 (-1190 (-1175) (-52)) (-10 -8 (-15 -4386 ($ $ $)) (-15 -2683 ($)) (-15 -2555 ($ $)) (-15 -2504 ($ $)) (-15 -2333 ($ $)) (-15 -1634 ($ $)) (-15 -1414 ($ $)) (-15 -1737 ($ $)) (-15 -3492 ($ $)) (-15 -1729 ($ $)) (-15 -3727 ($ $ (-1175) (-381))) (-15 -3995 ($ $ (-1175) (-381))) (-15 -2658 ((-381) $ (-1175))) (-15 -4115 ((-644 (-1157)) $ (-1157))) (-15 -3778 ($ $ (-1175))) (-15 -4001 ($)) (-15 -4094 ((-3 (-1157) "failed") $ (-1157) (-566))) (-6 -4414)))
-((-3214 (($ $) 46)) (-1632 (((-112) $ $) 82)) (-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-952 (-409 (-566)))) 253) (((-3 $ "failed") (-952 (-566))) 252) (((-3 $ "failed") (-952 |#2|)) 255)) (-4158 ((|#2| $) NIL) (((-409 (-566)) $) NIL) (((-566) $) NIL) ((|#4| $) NIL) (($ (-952 (-409 (-566)))) 241) (($ (-952 (-566))) 237) (($ (-952 |#2|)) 257)) (-2814 (($ $) NIL) (($ $ |#4|) 44)) (-3599 (((-112) $ $) 131) (((-112) $ (-644 $)) 135)) (-1393 (((-112) $) 60)) (-1514 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 125)) (-3269 (($ $) 160)) (-3960 (($ $) 156)) (-1363 (($ $) 155)) (-2314 (($ $ $) 87) (($ $ $ |#4|) 92)) (-4117 (($ $ $) 90) (($ $ $ |#4|) 94)) (-1640 (((-112) $ $) 143) (((-112) $ (-644 $)) 144)) (-4296 ((|#4| $) 32)) (-1492 (($ $ $) 128)) (-2520 (((-112) $) 59)) (-1904 (((-771) $) 35)) (-2410 (($ $) 174)) (-3195 (($ $) 171)) (-2580 (((-644 $) $) 72)) (-2261 (($ $) 62)) (-2556 (($ $) 167)) (-4314 (((-644 $) $) 69)) (-1437 (($ $) 64)) (-2794 ((|#2| $) NIL) (($ $ |#4|) 39)) (-1903 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -1956 (-771))) $ $) 130)) (-1980 (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $) 126) (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $ |#4|) 127)) (-1380 (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -3264 $)) $ $) 121) (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -3264 $)) $ $ |#4|) 123)) (-3135 (($ $ $) 97) (($ $ $ |#4|) 106)) (-1415 (($ $ $) 98) (($ $ $ |#4|) 107)) (-1992 (((-644 $) $) 54)) (-2543 (((-112) $ $) 140) (((-112) $ (-644 $)) 141)) (-1906 (($ $ $) 116)) (-3289 (($ $) 37)) (-3077 (((-112) $ $) 80)) (-3374 (((-112) $ $) 136) (((-112) $ (-644 $)) 138)) (-4074 (($ $ $) 112)) (-2842 (($ $) 41)) (-2164 ((|#2| |#2| $) 164) (($ (-644 $)) NIL) (($ $ $) NIL)) (-2355 (($ $ |#2|) NIL) (($ $ $) 153)) (-2672 (($ $ |#2|) 148) (($ $ $) 151)) (-3974 (($ $) 49)) (-2562 (($ $) 55)) (-2376 (((-892 (-381)) $) NIL) (((-892 (-566)) $) NIL) (((-538) $) NIL) (($ (-952 (-409 (-566)))) 243) (($ (-952 (-566))) 239) (($ (-952 |#2|)) 254) (((-1157) $) 281) (((-952 |#2|) $) 184)) (-3152 (((-862) $) 29) (($ (-566)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-952 |#2|) $) 185) (($ (-409 (-566))) NIL) (($ $) NIL)) (-3677 (((-3 (-112) "failed") $ $) 79)))
-(((-1063 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3152 (|#1| |#1|)) (-15 -2164 (|#1| |#1| |#1|)) (-15 -2164 (|#1| (-644 |#1|))) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 ((-952 |#2|) |#1|)) (-15 -2376 ((-952 |#2|) |#1|)) (-15 -2376 ((-1157) |#1|)) (-15 -2410 (|#1| |#1|)) (-15 -3195 (|#1| |#1|)) (-15 -2556 (|#1| |#1|)) (-15 -3269 (|#1| |#1|)) (-15 -2164 (|#2| |#2| |#1|)) (-15 -2355 (|#1| |#1| |#1|)) (-15 -2672 (|#1| |#1| |#1|)) (-15 -2355 (|#1| |#1| |#2|)) (-15 -2672 (|#1| |#1| |#2|)) (-15 -3960 (|#1| |#1|)) (-15 -1363 (|#1| |#1|)) (-15 -2376 (|#1| (-952 |#2|))) (-15 -4158 (|#1| (-952 |#2|))) (-15 -2229 ((-3 |#1| "failed") (-952 |#2|))) (-15 -2376 (|#1| (-952 (-566)))) (-15 -4158 (|#1| (-952 (-566)))) (-15 -2229 ((-3 |#1| "failed") (-952 (-566)))) (-15 -2376 (|#1| (-952 (-409 (-566))))) (-15 -4158 (|#1| (-952 (-409 (-566))))) (-15 -2229 ((-3 |#1| "failed") (-952 (-409 (-566))))) (-15 -1906 (|#1| |#1| |#1|)) (-15 -4074 (|#1| |#1| |#1|)) (-15 -1903 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -1956 (-771))) |#1| |#1|)) (-15 -1492 (|#1| |#1| |#1|)) (-15 -1514 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -1980 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1| |#4|)) (-15 -1980 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -1380 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -3264 |#1|)) |#1| |#1| |#4|)) (-15 -1380 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -1415 (|#1| |#1| |#1| |#4|)) (-15 -3135 (|#1| |#1| |#1| |#4|)) (-15 -1415 (|#1| |#1| |#1|)) (-15 -3135 (|#1| |#1| |#1|)) (-15 -4117 (|#1| |#1| |#1| |#4|)) (-15 -2314 (|#1| |#1| |#1| |#4|)) (-15 -4117 (|#1| |#1| |#1|)) (-15 -2314 (|#1| |#1| |#1|)) (-15 -1640 ((-112) |#1| (-644 |#1|))) (-15 -1640 ((-112) |#1| |#1|)) (-15 -2543 ((-112) |#1| (-644 |#1|))) (-15 -2543 ((-112) |#1| |#1|)) (-15 -3374 ((-112) |#1| (-644 |#1|))) (-15 -3374 ((-112) |#1| |#1|)) (-15 -3599 ((-112) |#1| (-644 |#1|))) (-15 -3599 ((-112) |#1| |#1|)) (-15 -1632 ((-112) |#1| |#1|)) (-15 -3077 ((-112) |#1| |#1|)) (-15 -3677 ((-3 (-112) "failed") |#1| |#1|)) (-15 -2580 ((-644 |#1|) |#1|)) (-15 -4314 ((-644 |#1|) |#1|)) (-15 -1437 (|#1| |#1|)) (-15 -2261 (|#1| |#1|)) (-15 -1393 ((-112) |#1|)) (-15 -2520 ((-112) |#1|)) (-15 -2814 (|#1| |#1| |#4|)) (-15 -2794 (|#1| |#1| |#4|)) (-15 -2562 (|#1| |#1|)) (-15 -1992 ((-644 |#1|) |#1|)) (-15 -3974 (|#1| |#1|)) (-15 -3214 (|#1| |#1|)) (-15 -2842 (|#1| |#1|)) (-15 -3289 (|#1| |#1|)) (-15 -1904 ((-771) |#1|)) (-15 -4296 (|#4| |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -3152 (|#1| |#4|)) (-15 -2229 ((-3 |#4| "failed") |#1|)) (-15 -4158 (|#4| |#1|)) (-15 -2794 (|#2| |#1|)) (-15 -2814 (|#1| |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|))) (-1064 |#2| |#3| |#4|) (-1049) (-793) (-850)) (T -1063))
-NIL
-(-10 -8 (-15 -3152 (|#1| |#1|)) (-15 -2164 (|#1| |#1| |#1|)) (-15 -2164 (|#1| (-644 |#1|))) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 ((-952 |#2|) |#1|)) (-15 -2376 ((-952 |#2|) |#1|)) (-15 -2376 ((-1157) |#1|)) (-15 -2410 (|#1| |#1|)) (-15 -3195 (|#1| |#1|)) (-15 -2556 (|#1| |#1|)) (-15 -3269 (|#1| |#1|)) (-15 -2164 (|#2| |#2| |#1|)) (-15 -2355 (|#1| |#1| |#1|)) (-15 -2672 (|#1| |#1| |#1|)) (-15 -2355 (|#1| |#1| |#2|)) (-15 -2672 (|#1| |#1| |#2|)) (-15 -3960 (|#1| |#1|)) (-15 -1363 (|#1| |#1|)) (-15 -2376 (|#1| (-952 |#2|))) (-15 -4158 (|#1| (-952 |#2|))) (-15 -2229 ((-3 |#1| "failed") (-952 |#2|))) (-15 -2376 (|#1| (-952 (-566)))) (-15 -4158 (|#1| (-952 (-566)))) (-15 -2229 ((-3 |#1| "failed") (-952 (-566)))) (-15 -2376 (|#1| (-952 (-409 (-566))))) (-15 -4158 (|#1| (-952 (-409 (-566))))) (-15 -2229 ((-3 |#1| "failed") (-952 (-409 (-566))))) (-15 -1906 (|#1| |#1| |#1|)) (-15 -4074 (|#1| |#1| |#1|)) (-15 -1903 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -1956 (-771))) |#1| |#1|)) (-15 -1492 (|#1| |#1| |#1|)) (-15 -1514 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -1980 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1| |#4|)) (-15 -1980 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -1380 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -3264 |#1|)) |#1| |#1| |#4|)) (-15 -1380 ((-2 (|:| -2397 |#1|) (|:| |gap| (-771)) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -1415 (|#1| |#1| |#1| |#4|)) (-15 -3135 (|#1| |#1| |#1| |#4|)) (-15 -1415 (|#1| |#1| |#1|)) (-15 -3135 (|#1| |#1| |#1|)) (-15 -4117 (|#1| |#1| |#1| |#4|)) (-15 -2314 (|#1| |#1| |#1| |#4|)) (-15 -4117 (|#1| |#1| |#1|)) (-15 -2314 (|#1| |#1| |#1|)) (-15 -1640 ((-112) |#1| (-644 |#1|))) (-15 -1640 ((-112) |#1| |#1|)) (-15 -2543 ((-112) |#1| (-644 |#1|))) (-15 -2543 ((-112) |#1| |#1|)) (-15 -3374 ((-112) |#1| (-644 |#1|))) (-15 -3374 ((-112) |#1| |#1|)) (-15 -3599 ((-112) |#1| (-644 |#1|))) (-15 -3599 ((-112) |#1| |#1|)) (-15 -1632 ((-112) |#1| |#1|)) (-15 -3077 ((-112) |#1| |#1|)) (-15 -3677 ((-3 (-112) "failed") |#1| |#1|)) (-15 -2580 ((-644 |#1|) |#1|)) (-15 -4314 ((-644 |#1|) |#1|)) (-15 -1437 (|#1| |#1|)) (-15 -2261 (|#1| |#1|)) (-15 -1393 ((-112) |#1|)) (-15 -2520 ((-112) |#1|)) (-15 -2814 (|#1| |#1| |#4|)) (-15 -2794 (|#1| |#1| |#4|)) (-15 -2562 (|#1| |#1|)) (-15 -1992 ((-644 |#1|) |#1|)) (-15 -3974 (|#1| |#1|)) (-15 -3214 (|#1| |#1|)) (-15 -2842 (|#1| |#1|)) (-15 -3289 (|#1| |#1|)) (-15 -1904 ((-771) |#1|)) (-15 -4296 (|#4| |#1|)) (-15 -2376 ((-538) |#1|)) (-15 -2376 ((-892 (-566)) |#1|)) (-15 -2376 ((-892 (-381)) |#1|)) (-15 -3152 (|#1| |#4|)) (-15 -2229 ((-3 |#4| "failed") |#1|)) (-15 -4158 (|#4| |#1|)) (-15 -2794 (|#2| |#1|)) (-15 -2814 (|#1| |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1771 (((-644 |#3|) $) 112)) (-1590 (((-1171 $) $ |#3|) 127) (((-1171 |#1|) $) 126)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 89 (|has| |#1| (-558)))) (-2161 (($ $) 90 (|has| |#1| (-558)))) (-2345 (((-112) $) 92 (|has| |#1| (-558)))) (-1357 (((-771) $) 114) (((-771) $ (-644 |#3|)) 113)) (-3214 (($ $) 273)) (-1632 (((-112) $ $) 259)) (-3967 (((-3 $ "failed") $ $) 20)) (-1890 (($ $ $) 218 (|has| |#1| (-558)))) (-2514 (((-644 $) $ $) 213 (|has| |#1| (-558)))) (-2292 (((-420 (-1171 $)) (-1171 $)) 102 (|has| |#1| (-909)))) (-1378 (($ $) 100 (|has| |#1| (-454)))) (-1364 (((-420 $) $) 99 (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 105 (|has| |#1| (-909)))) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#1| "failed") $) 166) (((-3 (-409 (-566)) "failed") $) 163 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 161 (|has| |#1| (-1038 (-566)))) (((-3 |#3| "failed") $) 138) (((-3 $ "failed") (-952 (-409 (-566)))) 233 (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))) (((-3 $ "failed") (-952 (-566))) 230 (-2768 (-12 (-2404 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175)))))) (((-3 $ "failed") (-952 |#1|)) 227 (-2768 (-12 (-2404 (|has| |#1| (-38 (-409 (-566))))) (-2404 (|has| |#1| (-38 (-566)))) (|has| |#3| (-614 (-1175)))) (-12 (-2404 (|has| |#1| (-547))) (-2404 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (-2404 (|has| |#1| (-992 (-566)))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))))) (-4158 ((|#1| $) 165) (((-409 (-566)) $) 164 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 162 (|has| |#1| (-1038 (-566)))) ((|#3| $) 139) (($ (-952 (-409 (-566)))) 232 (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))) (($ (-952 (-566))) 229 (-2768 (-12 (-2404 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175)))))) (($ (-952 |#1|)) 226 (-2768 (-12 (-2404 (|has| |#1| (-38 (-409 (-566))))) (-2404 (|has| |#1| (-38 (-566)))) (|has| |#3| (-614 (-1175)))) (-12 (-2404 (|has| |#1| (-547))) (-2404 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (-2404 (|has| |#1| (-992 (-566)))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))))) (-2610 (($ $ $ |#3|) 110 (|has| |#1| (-172))) (($ $ $) 214 (|has| |#1| (-558)))) (-2814 (($ $) 156) (($ $ |#3|) 268)) (-4089 (((-689 (-566)) (-689 $)) 136 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 135 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 134) (((-689 |#1|) (-689 $)) 133)) (-3599 (((-112) $ $) 258) (((-112) $ (-644 $)) 257)) (-3245 (((-3 $ "failed") $) 37)) (-1393 (((-112) $) 266)) (-1514 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 238)) (-3269 (($ $) 207 (|has| |#1| (-454)))) (-2616 (($ $) 178 (|has| |#1| (-454))) (($ $ |#3|) 107 (|has| |#1| (-454)))) (-2804 (((-644 $) $) 111)) (-1615 (((-112) $) 98 (|has| |#1| (-909)))) (-3960 (($ $) 223 (|has| |#1| (-558)))) (-1363 (($ $) 224 (|has| |#1| (-558)))) (-2314 (($ $ $) 250) (($ $ $ |#3|) 248)) (-4117 (($ $ $) 249) (($ $ $ |#3|) 247)) (-1896 (($ $ |#1| |#2| $) 174)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 86 (-12 (|has| |#3| (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 85 (-12 (|has| |#3| (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2389 (((-112) $) 35)) (-3039 (((-771) $) 171)) (-1640 (((-112) $ $) 252) (((-112) $ (-644 $)) 251)) (-2196 (($ $ $ $ $) 209 (|has| |#1| (-558)))) (-4296 ((|#3| $) 277)) (-1757 (($ (-1171 |#1|) |#3|) 119) (($ (-1171 $) |#3|) 118)) (-1587 (((-644 $) $) 128)) (-2497 (((-112) $) 154)) (-1746 (($ |#1| |#2|) 155) (($ $ |#3| (-771)) 121) (($ $ (-644 |#3|) (-644 (-771))) 120)) (-1492 (($ $ $) 237)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ |#3|) 122)) (-2520 (((-112) $) 267)) (-2749 ((|#2| $) 172) (((-771) $ |#3|) 124) (((-644 (-771)) $ (-644 |#3|)) 123)) (-1904 (((-771) $) 276)) (-3021 (($ (-1 |#2| |#2|) $) 173)) (-2319 (($ (-1 |#1| |#1|) $) 153)) (-2297 (((-3 |#3| "failed") $) 125)) (-2410 (($ $) 204 (|has| |#1| (-454)))) (-3195 (($ $) 205 (|has| |#1| (-454)))) (-2580 (((-644 $) $) 262)) (-2261 (($ $) 265)) (-2556 (($ $) 206 (|has| |#1| (-454)))) (-4314 (((-644 $) $) 263)) (-1437 (($ $) 264)) (-2784 (($ $) 151)) (-2794 ((|#1| $) 150) (($ $ |#3|) 269)) (-2128 (($ (-644 $)) 96 (|has| |#1| (-454))) (($ $ $) 95 (|has| |#1| (-454)))) (-1903 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -1956 (-771))) $ $) 236)) (-1980 (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $) 240) (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $ |#3|) 239)) (-1380 (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -3264 $)) $ $) 242) (((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -3264 $)) $ $ |#3|) 241)) (-3135 (($ $ $) 246) (($ $ $ |#3|) 244)) (-1415 (($ $ $) 245) (($ $ $ |#3|) 243)) (-3380 (((-1157) $) 10)) (-3940 (($ $ $) 212 (|has| |#1| (-558)))) (-1992 (((-644 $) $) 271)) (-3738 (((-3 (-644 $) "failed") $) 116)) (-4199 (((-3 (-644 $) "failed") $) 117)) (-4108 (((-3 (-2 (|:| |var| |#3|) (|:| -2201 (-771))) "failed") $) 115)) (-2543 (((-112) $ $) 254) (((-112) $ (-644 $)) 253)) (-1906 (($ $ $) 234)) (-3289 (($ $) 275)) (-3077 (((-112) $ $) 260)) (-3374 (((-112) $ $) 256) (((-112) $ (-644 $)) 255)) (-4074 (($ $ $) 235)) (-2842 (($ $) 274)) (-4072 (((-1119) $) 11)) (-4092 (((-2 (|:| -2164 $) (|:| |coef2| $)) $ $) 215 (|has| |#1| (-558)))) (-3220 (((-2 (|:| -2164 $) (|:| |coef1| $)) $ $) 216 (|has| |#1| (-558)))) (-2761 (((-112) $) 168)) (-2773 ((|#1| $) 169)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 97 (|has| |#1| (-454)))) (-2164 ((|#1| |#1| $) 208 (|has| |#1| (-454))) (($ (-644 $)) 94 (|has| |#1| (-454))) (($ $ $) 93 (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) 104 (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) 103 (|has| |#1| (-909)))) (-1624 (((-420 $) $) 101 (|has| |#1| (-909)))) (-3188 (((-2 (|:| -2164 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 217 (|has| |#1| (-558)))) (-2978 (((-3 $ "failed") $ |#1|) 176 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 88 (|has| |#1| (-558)))) (-2355 (($ $ |#1|) 221 (|has| |#1| (-558))) (($ $ $) 219 (|has| |#1| (-558)))) (-2672 (($ $ |#1|) 222 (|has| |#1| (-558))) (($ $ $) 220 (|has| |#1| (-558)))) (-2023 (($ $ (-644 (-295 $))) 147) (($ $ (-295 $)) 146) (($ $ $ $) 145) (($ $ (-644 $) (-644 $)) 144) (($ $ |#3| |#1|) 143) (($ $ (-644 |#3|) (-644 |#1|)) 142) (($ $ |#3| $) 141) (($ $ (-644 |#3|) (-644 $)) 140)) (-4068 (($ $ |#3|) 109 (|has| |#1| (-172)))) (-3629 (($ $ |#3|) 46) (($ $ (-644 |#3|)) 45) (($ $ |#3| (-771)) 44) (($ $ (-644 |#3|) (-644 (-771))) 43)) (-3902 ((|#2| $) 152) (((-771) $ |#3|) 132) (((-644 (-771)) $ (-644 |#3|)) 131)) (-3974 (($ $) 272)) (-2562 (($ $) 270)) (-2376 (((-892 (-381)) $) 84 (-12 (|has| |#3| (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) 83 (-12 (|has| |#3| (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) 82 (-12 (|has| |#3| (-614 (-538))) (|has| |#1| (-614 (-538))))) (($ (-952 (-409 (-566)))) 231 (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))) (($ (-952 (-566))) 228 (-2768 (-12 (-2404 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175)))))) (($ (-952 |#1|)) 225 (|has| |#3| (-614 (-1175)))) (((-1157) $) 203 (-12 (|has| |#1| (-1038 (-566))) (|has| |#3| (-614 (-1175))))) (((-952 |#1|) $) 202 (|has| |#3| (-614 (-1175))))) (-3173 ((|#1| $) 177 (|has| |#1| (-454))) (($ $ |#3|) 108 (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 106 (-2415 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 167) (($ |#3|) 137) (((-952 |#1|) $) 201 (|has| |#3| (-614 (-1175)))) (($ (-409 (-566))) 80 (-2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566)))))) (($ $) 87 (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) 170)) (-2271 ((|#1| $ |#2|) 157) (($ $ |#3| (-771)) 130) (($ $ (-644 |#3|) (-644 (-771))) 129)) (-2633 (((-3 $ "failed") $) 81 (-2768 (-2415 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) 32 T CONST)) (-2021 (($ $ $ (-771)) 175 (|has| |#1| (-172)))) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 91 (|has| |#1| (-558)))) (-4356 (($) 19 T CONST)) (-3677 (((-3 (-112) "failed") $ $) 261)) (-4366 (($) 34 T CONST)) (-3797 (($ $ $ $ (-771)) 210 (|has| |#1| (-558)))) (-2608 (($ $ $ (-771)) 211 (|has| |#1| (-558)))) (-3497 (($ $ |#3|) 42) (($ $ (-644 |#3|)) 41) (($ $ |#3| (-771)) 40) (($ $ (-644 |#3|) (-644 (-771))) 39)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 158 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 160 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 149) (($ $ |#1|) 148)))
+((-3839 (*1 *1 *1) (-4 *1 (-1059))) (-1435 (*1 *1 *1) (-4 *1 (-1059))) (-4370 (*1 *1 *1) (-4 *1 (-1059))) (-2426 (*1 *1 *1) (-4 *1 (-1059))) (-3165 (*1 *2 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-566)))) (-4381 (*1 *1 *1) (-4 *1 (-1059))) (-2191 (*1 *1 *1) (-4 *1 (-1059))) (-2665 (*1 *1 *1) (-4 *1 (-1059))))
+(-13 (-365) (-848) (-1022) (-1038 (-566)) (-1038 (-409 (-566))) (-1002) (-614 (-892 (-381))) (-886 (-381)) (-147) (-10 -8 (-15 -1435 ($ $)) (-15 -4370 ($ $)) (-15 -2426 ($ $)) (-15 -3165 ((-566) $)) (-15 -4381 ($ $)) (-15 -2191 ($ $)) (-15 -2665 ($ $)) (-15 -3839 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 $ $) . T) ((-131) . T) ((-147) . T) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-614 (-225)) . T) ((-614 (-381)) . T) ((-614 (-892 (-381))) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 $) . T) ((-726) . T) ((-791) . T) ((-792) . T) ((-794) . T) ((-795) . T) ((-848) . T) ((-850) . T) ((-886 (-381)) . T) ((-920) . T) ((-1002) . T) ((-1022) . T) ((-1038 (-409 (-566))) . T) ((-1038 (-566)) . T) ((-1051 #0#) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) |#2| $) 26)) (-3571 ((|#1| $) 10)) (-1907 (((-566) |#2| $) 116)) (-2243 (((-3 $ "failed") |#2| (-921)) 75)) (-3567 ((|#1| $) 31)) (-1733 ((|#1| |#2| $ |#1|) 40)) (-2941 (($ $) 28)) (-4185 (((-3 |#2| "failed") |#2| $) 111)) (-3540 (((-112) |#2| $) NIL)) (-4049 (((-112) |#2| $) NIL)) (-3689 (((-112) |#2| $) 27)) (-3526 ((|#1| $) 117)) (-3555 ((|#1| $) 30)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2068 ((|#2| $) 102)) (-1650 (((-862) $) 92)) (-2657 (((-112) $ $) NIL)) (-1645 ((|#1| |#2| $ |#1|) 41)) (-4098 (((-644 $) |#2|) 77)) (-2868 (((-112) $ $) 97)))
+(((-1060 |#1| |#2|) (-13 (-1067 |#1| |#2|) (-10 -8 (-15 -3555 (|#1| $)) (-15 -3567 (|#1| $)) (-15 -3571 (|#1| $)) (-15 -3526 (|#1| $)) (-15 -2941 ($ $)) (-15 -3689 ((-112) |#2| $)) (-15 -1733 (|#1| |#2| $ |#1|)))) (-13 (-848) (-365)) (-1241 |#1|)) (T -1060))
+((-1733 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1241 *2)))) (-3555 (*1 *2 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1241 *2)))) (-3567 (*1 *2 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1241 *2)))) (-3571 (*1 *2 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1241 *2)))) (-3526 (*1 *2 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1241 *2)))) (-2941 (*1 *1 *1) (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3)) (-4 *3 (-1241 *2)))) (-3689 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-848) (-365))) (-5 *2 (-112)) (-5 *1 (-1060 *4 *3)) (-4 *3 (-1241 *4)))))
+(-13 (-1067 |#1| |#2|) (-10 -8 (-15 -3555 (|#1| $)) (-15 -3567 (|#1| $)) (-15 -3571 (|#1| $)) (-15 -3526 (|#1| $)) (-15 -2941 ($ $)) (-15 -3689 ((-112) |#2| $)) (-15 -1733 (|#1| |#2| $ |#1|))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3748 (($ $ $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3759 (($ $ $ $) NIL)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-1907 (((-566) $) NIL)) (-3476 (($ $ $) NIL)) (-4145 (($) NIL T CONST)) (-2963 (($ (-1175)) 10) (($ (-566)) 7)) (-1821 (((-3 (-566) "failed") $) NIL)) (-3213 (((-566) $) NIL)) (-4067 (($ $ $) NIL)) (-2204 (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-689 (-566)) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-2165 (((-3 (-409 (-566)) "failed") $) NIL)) (-2070 (((-112) $) NIL)) (-1662 (((-409 (-566)) $) NIL)) (-3341 (($) NIL) (($ $) NIL)) (-4078 (($ $ $) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3249 (($ $ $ $) NIL)) (-2322 (($ $ $) NIL)) (-3540 (((-112) $) NIL)) (-1757 (($ $ $) NIL)) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL)) (-1568 (((-112) $) NIL)) (-2190 (((-112) $) NIL)) (-1982 (((-3 $ "failed") $) NIL)) (-4049 (((-112) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3289 (($ $ $ $) NIL)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-2471 (($ $) NIL)) (-2715 (($ $) NIL)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-3992 (($ $ $) NIL)) (-1783 (($) NIL T CONST)) (-4068 (($ $) NIL)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3239 (($ $) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2340 (((-112) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-2324 (($ $ (-771)) NIL) (($ $) NIL)) (-4054 (($ $) NIL)) (-1800 (($ $) NIL)) (-1945 (((-566) $) 16) (((-538) $) NIL) (((-892 (-566)) $) NIL) (((-381) $) NIL) (((-225) $) NIL) (($ (-1175)) 9)) (-1650 (((-862) $) 23) (($ (-566)) 6) (($ $) NIL) (($ (-566)) 6)) (-2910 (((-771)) NIL T CONST)) (-3468 (((-112) $ $) NIL)) (-1510 (($ $ $) NIL)) (-2657 (((-112) $ $) NIL)) (-4249 (($) NIL)) (-3679 (((-112) $ $) NIL)) (-2256 (($ $ $ $) NIL)) (-3839 (($ $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)) (-2977 (($ $) 22) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL)))
+(((-1061) (-13 (-547) (-618 (-1175)) (-10 -8 (-6 -4402) (-6 -4407) (-6 -4403) (-15 -2963 ($ (-1175))) (-15 -2963 ($ (-566)))))) (T -1061))
+((-2963 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1061)))) (-2963 (*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1061)))))
+(-13 (-547) (-618 (-1175)) (-10 -8 (-6 -4402) (-6 -4407) (-6 -4403) (-15 -2963 ($ (-1175))) (-15 -2963 ($ (-566)))))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL)) (-2656 (((-1270) $ (-1175) (-1175)) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-2591 (($) 9)) (-1777 (((-52) $ (-1175) (-52)) NIL)) (-2372 (($ $) 32)) (-2213 (($ $) 30)) (-3279 (($ $) 29)) (-2576 (($ $) 31)) (-1701 (($ $) 35)) (-2295 (($ $) 36)) (-2524 (($ $) 28)) (-2180 (($ $) 33)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) 27 (|has| $ (-6 -4415)))) (-1561 (((-3 (-52) "failed") (-1175) $) 43)) (-4145 (($) NIL T CONST)) (-2497 (($) 7)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-1867 (($ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) 53 (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-3 (-52) "failed") (-1175) $) NIL)) (-1837 (($ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415)))) (-2251 (((-3 (-1157) "failed") $ (-1157) (-566)) 74)) (-2417 (((-52) $ (-1175) (-52)) NIL (|has| $ (-6 -4416)))) (-2359 (((-52) $ (-1175)) NIL)) (-3953 (((-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-644 (-52)) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-1175) $) NIL (|has| (-1175) (-850)))) (-1690 (((-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) 38 (|has| $ (-6 -4415))) (((-644 (-52)) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-52) (-1099))))) (-3090 (((-1175) $) NIL (|has| (-1175) (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4416))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-3391 (((-644 (-1175)) $) NIL)) (-3977 (((-112) (-1175) $) NIL)) (-3252 (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL)) (-4165 (($ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) 46)) (-2033 (((-644 (-1175)) $) NIL)) (-2686 (((-112) (-1175) $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-2284 (((-381) $ (-1175)) 52)) (-2425 (((-644 (-1157)) $ (-1157)) 76)) (-3604 (((-52) $) NIL (|has| (-1175) (-850)))) (-2695 (((-3 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) "failed") (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL)) (-1417 (($ $ (-52)) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))))) NIL (-12 (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ $ (-295 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL (-12 (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ $ (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) NIL (-12 (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ $ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL (-12 (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-310 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (($ $ (-644 (-52)) (-644 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-295 (-52))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099)))) (($ $ (-644 (-295 (-52)))) NIL (-12 (|has| (-52) (-310 (-52))) (|has| (-52) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) (-52) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-52) (-1099))))) (-1647 (((-644 (-52)) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 (((-52) $ (-1175)) NIL) (((-52) $ (-1175) (-52)) NIL)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL)) (-2488 (($ $ (-1175)) 54)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099)))) (((-771) (-52) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-52) (-1099)))) (((-771) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) 40)) (-2829 (($ $ $) 41)) (-1650 (((-862) $) NIL (-2700 (|has| (-52) (-613 (-862))) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-613 (-862)))))) (-2054 (($ $ (-1175) (-381)) 50)) (-3838 (($ $ (-1175) (-381)) 51)) (-2657 (((-112) $ $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 (-1175)) (|:| -2303 (-52)))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) (-52)) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-52) (-1099)) (|has| (-2 (|:| -2334 (-1175)) (|:| -2303 (-52))) (-1099))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1062) (-13 (-1191 (-1175) (-52)) (-10 -8 (-15 -2829 ($ $ $)) (-15 -2497 ($)) (-15 -2524 ($ $)) (-15 -3279 ($ $)) (-15 -2213 ($ $)) (-15 -2576 ($ $)) (-15 -2180 ($ $)) (-15 -2372 ($ $)) (-15 -1701 ($ $)) (-15 -2295 ($ $)) (-15 -2054 ($ $ (-1175) (-381))) (-15 -3838 ($ $ (-1175) (-381))) (-15 -2284 ((-381) $ (-1175))) (-15 -2425 ((-644 (-1157)) $ (-1157))) (-15 -2488 ($ $ (-1175))) (-15 -2591 ($)) (-15 -2251 ((-3 (-1157) "failed") $ (-1157) (-566))) (-6 -4415)))) (T -1062))
+((-2829 (*1 *1 *1 *1) (-5 *1 (-1062))) (-2497 (*1 *1) (-5 *1 (-1062))) (-2524 (*1 *1 *1) (-5 *1 (-1062))) (-3279 (*1 *1 *1) (-5 *1 (-1062))) (-2213 (*1 *1 *1) (-5 *1 (-1062))) (-2576 (*1 *1 *1) (-5 *1 (-1062))) (-2180 (*1 *1 *1) (-5 *1 (-1062))) (-2372 (*1 *1 *1) (-5 *1 (-1062))) (-1701 (*1 *1 *1) (-5 *1 (-1062))) (-2295 (*1 *1 *1) (-5 *1 (-1062))) (-2054 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-381)) (-5 *1 (-1062)))) (-3838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-381)) (-5 *1 (-1062)))) (-2284 (*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-381)) (-5 *1 (-1062)))) (-2425 (*1 *2 *1 *3) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1062)) (-5 *3 (-1157)))) (-2488 (*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1062)))) (-2591 (*1 *1) (-5 *1 (-1062))) (-2251 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-1062)))))
+(-13 (-1191 (-1175) (-52)) (-10 -8 (-15 -2829 ($ $ $)) (-15 -2497 ($)) (-15 -2524 ($ $)) (-15 -3279 ($ $)) (-15 -2213 ($ $)) (-15 -2576 ($ $)) (-15 -2180 ($ $)) (-15 -2372 ($ $)) (-15 -1701 ($ $)) (-15 -2295 ($ $)) (-15 -2054 ($ $ (-1175) (-381))) (-15 -3838 ($ $ (-1175) (-381))) (-15 -2284 ((-381) $ (-1175))) (-15 -2425 ((-644 (-1157)) $ (-1157))) (-15 -2488 ($ $ (-1175))) (-15 -2591 ($)) (-15 -2251 ((-3 (-1157) "failed") $ (-1157) (-566))) (-6 -4415)))
+((-2276 (($ $) 46)) (-2552 (((-112) $ $) 82)) (-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-952 (-409 (-566)))) 253) (((-3 $ "failed") (-952 (-566))) 252) (((-3 $ "failed") (-952 |#2|)) 255)) (-3213 ((|#2| $) NIL) (((-409 (-566)) $) NIL) (((-566) $) NIL) ((|#4| $) NIL) (($ (-952 (-409 (-566)))) 241) (($ (-952 (-566))) 237) (($ (-952 |#2|)) 257)) (-4162 (($ $) NIL) (($ $ |#4|) 44)) (-3383 (((-112) $ $) 131) (((-112) $ (-644 $)) 135)) (-1977 (((-112) $) 60)) (-3960 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 125)) (-3160 (($ $) 160)) (-3524 (($ $) 156)) (-1604 (($ $) 155)) (-2038 (($ $ $) 87) (($ $ $ |#4|) 92)) (-2442 (($ $ $) 90) (($ $ $ |#4|) 94)) (-2639 (((-112) $ $) 143) (((-112) $ (-644 $)) 144)) (-3752 ((|#4| $) 32)) (-3753 (($ $ $) 128)) (-3448 (((-112) $) 59)) (-3504 (((-771) $) 35)) (-1728 (($ $) 174)) (-1794 (($ $) 171)) (-2787 (((-644 $) $) 72)) (-2716 (($ $) 62)) (-2536 (($ $) 167)) (-2623 (((-644 $) $) 69)) (-1375 (($ $) 64)) (-4137 ((|#2| $) NIL) (($ $ |#4|) 39)) (-3493 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2785 (-771))) $ $) 130)) (-3051 (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $) 126) (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $ |#4|) 127)) (-3390 (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -4368 $)) $ $) 121) (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -4368 $)) $ $ |#4|) 123)) (-2347 (($ $ $) 97) (($ $ $ |#4|) 106)) (-2192 (($ $ $) 98) (($ $ $ |#4|) 107)) (-1927 (((-644 $) $) 54)) (-3717 (((-112) $ $) 140) (((-112) $ (-644 $)) 141)) (-3527 (($ $ $) 116)) (-1783 (($ $) 37)) (-3004 (((-112) $ $) 80)) (-2988 (((-112) $ $) 136) (((-112) $ (-644 $)) 138)) (-2072 (($ $ $) 112)) (-3477 (($ $) 41)) (-1962 ((|#2| |#2| $) 164) (($ (-644 $)) NIL) (($ $ $) NIL)) (-2384 (($ $ |#2|) NIL) (($ $ $) 153)) (-2412 (($ $ |#2|) 148) (($ $ $) 151)) (-3639 (($ $) 49)) (-2584 (($ $) 55)) (-1945 (((-892 (-381)) $) NIL) (((-892 (-566)) $) NIL) (((-538) $) NIL) (($ (-952 (-409 (-566)))) 243) (($ (-952 (-566))) 239) (($ (-952 |#2|)) 254) (((-1157) $) 281) (((-952 |#2|) $) 184)) (-1650 (((-862) $) 29) (($ (-566)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-952 |#2|) $) 185) (($ (-409 (-566))) NIL) (($ $) NIL)) (-2799 (((-3 (-112) "failed") $ $) 79)))
+(((-1063 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1650 (|#1| |#1|)) (-15 -1962 (|#1| |#1| |#1|)) (-15 -1962 (|#1| (-644 |#1|))) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 ((-952 |#2|) |#1|)) (-15 -1945 ((-952 |#2|) |#1|)) (-15 -1945 ((-1157) |#1|)) (-15 -1728 (|#1| |#1|)) (-15 -1794 (|#1| |#1|)) (-15 -2536 (|#1| |#1|)) (-15 -3160 (|#1| |#1|)) (-15 -1962 (|#2| |#2| |#1|)) (-15 -2384 (|#1| |#1| |#1|)) (-15 -2412 (|#1| |#1| |#1|)) (-15 -2384 (|#1| |#1| |#2|)) (-15 -2412 (|#1| |#1| |#2|)) (-15 -3524 (|#1| |#1|)) (-15 -1604 (|#1| |#1|)) (-15 -1945 (|#1| (-952 |#2|))) (-15 -3213 (|#1| (-952 |#2|))) (-15 -1821 ((-3 |#1| "failed") (-952 |#2|))) (-15 -1945 (|#1| (-952 (-566)))) (-15 -3213 (|#1| (-952 (-566)))) (-15 -1821 ((-3 |#1| "failed") (-952 (-566)))) (-15 -1945 (|#1| (-952 (-409 (-566))))) (-15 -3213 (|#1| (-952 (-409 (-566))))) (-15 -1821 ((-3 |#1| "failed") (-952 (-409 (-566))))) (-15 -3527 (|#1| |#1| |#1|)) (-15 -2072 (|#1| |#1| |#1|)) (-15 -3493 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2785 (-771))) |#1| |#1|)) (-15 -3753 (|#1| |#1| |#1|)) (-15 -3960 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3051 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1| |#4|)) (-15 -3051 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3390 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -4368 |#1|)) |#1| |#1| |#4|)) (-15 -3390 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -2192 (|#1| |#1| |#1| |#4|)) (-15 -2347 (|#1| |#1| |#1| |#4|)) (-15 -2192 (|#1| |#1| |#1|)) (-15 -2347 (|#1| |#1| |#1|)) (-15 -2442 (|#1| |#1| |#1| |#4|)) (-15 -2038 (|#1| |#1| |#1| |#4|)) (-15 -2442 (|#1| |#1| |#1|)) (-15 -2038 (|#1| |#1| |#1|)) (-15 -2639 ((-112) |#1| (-644 |#1|))) (-15 -2639 ((-112) |#1| |#1|)) (-15 -3717 ((-112) |#1| (-644 |#1|))) (-15 -3717 ((-112) |#1| |#1|)) (-15 -2988 ((-112) |#1| (-644 |#1|))) (-15 -2988 ((-112) |#1| |#1|)) (-15 -3383 ((-112) |#1| (-644 |#1|))) (-15 -3383 ((-112) |#1| |#1|)) (-15 -2552 ((-112) |#1| |#1|)) (-15 -3004 ((-112) |#1| |#1|)) (-15 -2799 ((-3 (-112) "failed") |#1| |#1|)) (-15 -2787 ((-644 |#1|) |#1|)) (-15 -2623 ((-644 |#1|) |#1|)) (-15 -1375 (|#1| |#1|)) (-15 -2716 (|#1| |#1|)) (-15 -1977 ((-112) |#1|)) (-15 -3448 ((-112) |#1|)) (-15 -4162 (|#1| |#1| |#4|)) (-15 -4137 (|#1| |#1| |#4|)) (-15 -2584 (|#1| |#1|)) (-15 -1927 ((-644 |#1|) |#1|)) (-15 -3639 (|#1| |#1|)) (-15 -2276 (|#1| |#1|)) (-15 -3477 (|#1| |#1|)) (-15 -1783 (|#1| |#1|)) (-15 -3504 ((-771) |#1|)) (-15 -3752 (|#4| |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1650 (|#1| |#4|)) (-15 -1821 ((-3 |#4| "failed") |#1|)) (-15 -3213 (|#4| |#1|)) (-15 -4137 (|#2| |#1|)) (-15 -4162 (|#1| |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|))) (-1064 |#2| |#3| |#4|) (-1049) (-793) (-850)) (T -1063))
+NIL
+(-10 -8 (-15 -1650 (|#1| |#1|)) (-15 -1962 (|#1| |#1| |#1|)) (-15 -1962 (|#1| (-644 |#1|))) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 ((-952 |#2|) |#1|)) (-15 -1945 ((-952 |#2|) |#1|)) (-15 -1945 ((-1157) |#1|)) (-15 -1728 (|#1| |#1|)) (-15 -1794 (|#1| |#1|)) (-15 -2536 (|#1| |#1|)) (-15 -3160 (|#1| |#1|)) (-15 -1962 (|#2| |#2| |#1|)) (-15 -2384 (|#1| |#1| |#1|)) (-15 -2412 (|#1| |#1| |#1|)) (-15 -2384 (|#1| |#1| |#2|)) (-15 -2412 (|#1| |#1| |#2|)) (-15 -3524 (|#1| |#1|)) (-15 -1604 (|#1| |#1|)) (-15 -1945 (|#1| (-952 |#2|))) (-15 -3213 (|#1| (-952 |#2|))) (-15 -1821 ((-3 |#1| "failed") (-952 |#2|))) (-15 -1945 (|#1| (-952 (-566)))) (-15 -3213 (|#1| (-952 (-566)))) (-15 -1821 ((-3 |#1| "failed") (-952 (-566)))) (-15 -1945 (|#1| (-952 (-409 (-566))))) (-15 -3213 (|#1| (-952 (-409 (-566))))) (-15 -1821 ((-3 |#1| "failed") (-952 (-409 (-566))))) (-15 -3527 (|#1| |#1| |#1|)) (-15 -2072 (|#1| |#1| |#1|)) (-15 -3493 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2785 (-771))) |#1| |#1|)) (-15 -3753 (|#1| |#1| |#1|)) (-15 -3960 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3051 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1| |#4|)) (-15 -3051 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3390 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -4368 |#1|)) |#1| |#1| |#4|)) (-15 -3390 ((-2 (|:| -2651 |#1|) (|:| |gap| (-771)) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -2192 (|#1| |#1| |#1| |#4|)) (-15 -2347 (|#1| |#1| |#1| |#4|)) (-15 -2192 (|#1| |#1| |#1|)) (-15 -2347 (|#1| |#1| |#1|)) (-15 -2442 (|#1| |#1| |#1| |#4|)) (-15 -2038 (|#1| |#1| |#1| |#4|)) (-15 -2442 (|#1| |#1| |#1|)) (-15 -2038 (|#1| |#1| |#1|)) (-15 -2639 ((-112) |#1| (-644 |#1|))) (-15 -2639 ((-112) |#1| |#1|)) (-15 -3717 ((-112) |#1| (-644 |#1|))) (-15 -3717 ((-112) |#1| |#1|)) (-15 -2988 ((-112) |#1| (-644 |#1|))) (-15 -2988 ((-112) |#1| |#1|)) (-15 -3383 ((-112) |#1| (-644 |#1|))) (-15 -3383 ((-112) |#1| |#1|)) (-15 -2552 ((-112) |#1| |#1|)) (-15 -3004 ((-112) |#1| |#1|)) (-15 -2799 ((-3 (-112) "failed") |#1| |#1|)) (-15 -2787 ((-644 |#1|) |#1|)) (-15 -2623 ((-644 |#1|) |#1|)) (-15 -1375 (|#1| |#1|)) (-15 -2716 (|#1| |#1|)) (-15 -1977 ((-112) |#1|)) (-15 -3448 ((-112) |#1|)) (-15 -4162 (|#1| |#1| |#4|)) (-15 -4137 (|#1| |#1| |#4|)) (-15 -2584 (|#1| |#1|)) (-15 -1927 ((-644 |#1|) |#1|)) (-15 -3639 (|#1| |#1|)) (-15 -2276 (|#1| |#1|)) (-15 -3477 (|#1| |#1|)) (-15 -1783 (|#1| |#1|)) (-15 -3504 ((-771) |#1|)) (-15 -3752 (|#4| |#1|)) (-15 -1945 ((-538) |#1|)) (-15 -1945 ((-892 (-566)) |#1|)) (-15 -1945 ((-892 (-381)) |#1|)) (-15 -1650 (|#1| |#4|)) (-15 -1821 ((-3 |#4| "failed") |#1|)) (-15 -3213 (|#4| |#1|)) (-15 -4137 (|#2| |#1|)) (-15 -4162 (|#1| |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3981 (((-644 |#3|) $) 112)) (-3817 (((-1171 $) $ |#3|) 127) (((-1171 |#1|) $) 126)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 89 (|has| |#1| (-558)))) (-4282 (($ $) 90 (|has| |#1| (-558)))) (-2296 (((-112) $) 92 (|has| |#1| (-558)))) (-3829 (((-771) $) 114) (((-771) $ (-644 |#3|)) 113)) (-2276 (($ $) 273)) (-2552 (((-112) $ $) 259)) (-3569 (((-3 $ "failed") $ $) 20)) (-3334 (($ $ $) 218 (|has| |#1| (-558)))) (-3371 (((-644 $) $ $) 213 (|has| |#1| (-558)))) (-3068 (((-420 (-1171 $)) (-1171 $)) 102 (|has| |#1| (-909)))) (-1778 (($ $) 100 (|has| |#1| (-454)))) (-1615 (((-420 $) $) 99 (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 105 (|has| |#1| (-909)))) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#1| "failed") $) 166) (((-3 (-409 (-566)) "failed") $) 163 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 161 (|has| |#1| (-1038 (-566)))) (((-3 |#3| "failed") $) 138) (((-3 $ "failed") (-952 (-409 (-566)))) 233 (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))) (((-3 $ "failed") (-952 (-566))) 230 (-2700 (-12 (-3348 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175)))))) (((-3 $ "failed") (-952 |#1|)) 227 (-2700 (-12 (-3348 (|has| |#1| (-38 (-409 (-566))))) (-3348 (|has| |#1| (-38 (-566)))) (|has| |#3| (-614 (-1175)))) (-12 (-3348 (|has| |#1| (-547))) (-3348 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (-3348 (|has| |#1| (-992 (-566)))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))))) (-3213 ((|#1| $) 165) (((-409 (-566)) $) 164 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 162 (|has| |#1| (-1038 (-566)))) ((|#3| $) 139) (($ (-952 (-409 (-566)))) 232 (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))) (($ (-952 (-566))) 229 (-2700 (-12 (-3348 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175)))))) (($ (-952 |#1|)) 226 (-2700 (-12 (-3348 (|has| |#1| (-38 (-409 (-566))))) (-3348 (|has| |#1| (-38 (-566)))) (|has| |#3| (-614 (-1175)))) (-12 (-3348 (|has| |#1| (-547))) (-3348 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (-3348 (|has| |#1| (-992 (-566)))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))))) (-3095 (($ $ $ |#3|) 110 (|has| |#1| (-172))) (($ $ $) 214 (|has| |#1| (-558)))) (-4162 (($ $) 156) (($ $ |#3|) 268)) (-2204 (((-689 (-566)) (-689 $)) 136 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 135 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 134) (((-689 |#1|) (-689 $)) 133)) (-3383 (((-112) $ $) 258) (((-112) $ (-644 $)) 257)) (-4185 (((-3 $ "failed") $) 37)) (-1977 (((-112) $) 266)) (-3960 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 238)) (-3160 (($ $) 207 (|has| |#1| (-454)))) (-3156 (($ $) 178 (|has| |#1| (-454))) (($ $ |#3|) 107 (|has| |#1| (-454)))) (-4150 (((-644 $) $) 111)) (-2422 (((-112) $) 98 (|has| |#1| (-909)))) (-3524 (($ $) 223 (|has| |#1| (-558)))) (-1604 (($ $) 224 (|has| |#1| (-558)))) (-2038 (($ $ $) 250) (($ $ $ |#3|) 248)) (-2442 (($ $ $) 249) (($ $ $ |#3|) 247)) (-3406 (($ $ |#1| |#2| $) 174)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 86 (-12 (|has| |#3| (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 85 (-12 (|has| |#3| (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-1568 (((-112) $) 35)) (-2606 (((-771) $) 171)) (-2639 (((-112) $ $) 252) (((-112) $ (-644 $)) 251)) (-3342 (($ $ $ $ $) 209 (|has| |#1| (-558)))) (-3752 ((|#3| $) 277)) (-3972 (($ (-1171 |#1|) |#3|) 119) (($ (-1171 $) |#3|) 118)) (-3400 (((-644 $) $) 128)) (-3220 (((-112) $) 154)) (-3959 (($ |#1| |#2|) 155) (($ $ |#3| (-771)) 121) (($ $ (-644 |#3|) (-644 (-771))) 120)) (-3753 (($ $ $) 237)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ |#3|) 122)) (-3448 (((-112) $) 267)) (-3888 ((|#2| $) 172) (((-771) $ |#3|) 124) (((-644 (-771)) $ (-644 |#3|)) 123)) (-3504 (((-771) $) 276)) (-2450 (($ (-1 |#2| |#2|) $) 173)) (-1895 (($ (-1 |#1| |#1|) $) 153)) (-3107 (((-3 |#3| "failed") $) 125)) (-1728 (($ $) 204 (|has| |#1| (-454)))) (-1794 (($ $) 205 (|has| |#1| (-454)))) (-2787 (((-644 $) $) 262)) (-2716 (($ $) 265)) (-2536 (($ $) 206 (|has| |#1| (-454)))) (-2623 (((-644 $) $) 263)) (-1375 (($ $) 264)) (-4125 (($ $) 151)) (-4137 ((|#1| $) 150) (($ $ |#3|) 269)) (-1931 (($ (-644 $)) 96 (|has| |#1| (-454))) (($ $ $) 95 (|has| |#1| (-454)))) (-3493 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2785 (-771))) $ $) 236)) (-3051 (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $) 240) (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $ |#3|) 239)) (-3390 (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -4368 $)) $ $) 242) (((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -4368 $)) $ $ |#3|) 241)) (-2347 (($ $ $) 246) (($ $ $ |#3|) 244)) (-2192 (($ $ $) 245) (($ $ $ |#3|) 243)) (-3057 (((-1157) $) 10)) (-3331 (($ $ $) 212 (|has| |#1| (-558)))) (-1927 (((-644 $) $) 271)) (-2174 (((-3 (-644 $) "failed") $) 116)) (-4001 (((-3 (-644 $) "failed") $) 117)) (-2376 (((-3 (-2 (|:| |var| |#3|) (|:| -3388 (-771))) "failed") $) 115)) (-3717 (((-112) $ $) 254) (((-112) $ (-644 $)) 253)) (-3527 (($ $ $) 234)) (-1783 (($ $) 275)) (-3004 (((-112) $ $) 260)) (-2988 (((-112) $ $) 256) (((-112) $ (-644 $)) 255)) (-2072 (($ $ $) 235)) (-3477 (($ $) 274)) (-2029 (((-1119) $) 11)) (-2234 (((-2 (|:| -1962 $) (|:| |coef2| $)) $ $) 215 (|has| |#1| (-558)))) (-3929 (((-2 (|:| -1962 $) (|:| |coef1| $)) $ $) 216 (|has| |#1| (-558)))) (-4096 (((-112) $) 168)) (-4109 ((|#1| $) 169)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 97 (|has| |#1| (-454)))) (-1962 ((|#1| |#1| $) 208 (|has| |#1| (-454))) (($ (-644 $)) 94 (|has| |#1| (-454))) (($ $ $) 93 (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) 104 (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) 103 (|has| |#1| (-909)))) (-3846 (((-420 $) $) 101 (|has| |#1| (-909)))) (-1724 (((-2 (|:| -1962 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 217 (|has| |#1| (-558)))) (-4116 (((-3 $ "failed") $ |#1|) 176 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 88 (|has| |#1| (-558)))) (-2384 (($ $ |#1|) 221 (|has| |#1| (-558))) (($ $ $) 219 (|has| |#1| (-558)))) (-2412 (($ $ |#1|) 222 (|has| |#1| (-558))) (($ $ $) 220 (|has| |#1| (-558)))) (-1838 (($ $ (-644 (-295 $))) 147) (($ $ (-295 $)) 146) (($ $ $ $) 145) (($ $ (-644 $) (-644 $)) 144) (($ $ |#3| |#1|) 143) (($ $ (-644 |#3|) (-644 |#1|)) 142) (($ $ |#3| $) 141) (($ $ (-644 |#3|) (-644 $)) 140)) (-2018 (($ $ |#3|) 109 (|has| |#1| (-172)))) (-2324 (($ $ |#3|) 46) (($ $ (-644 |#3|)) 45) (($ $ |#3| (-771)) 44) (($ $ (-644 |#3|) (-644 (-771))) 43)) (-4297 ((|#2| $) 152) (((-771) $ |#3|) 132) (((-644 (-771)) $ (-644 |#3|)) 131)) (-3639 (($ $) 272)) (-2584 (($ $) 270)) (-1945 (((-892 (-381)) $) 84 (-12 (|has| |#3| (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) 83 (-12 (|has| |#3| (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) 82 (-12 (|has| |#3| (-614 (-538))) (|has| |#1| (-614 (-538))))) (($ (-952 (-409 (-566)))) 231 (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175))))) (($ (-952 (-566))) 228 (-2700 (-12 (-3348 (|has| |#1| (-38 (-409 (-566))))) (|has| |#1| (-38 (-566))) (|has| |#3| (-614 (-1175)))) (-12 (|has| |#1| (-38 (-409 (-566)))) (|has| |#3| (-614 (-1175)))))) (($ (-952 |#1|)) 225 (|has| |#3| (-614 (-1175)))) (((-1157) $) 203 (-12 (|has| |#1| (-1038 (-566))) (|has| |#3| (-614 (-1175))))) (((-952 |#1|) $) 202 (|has| |#3| (-614 (-1175))))) (-1573 ((|#1| $) 177 (|has| |#1| (-454))) (($ $ |#3|) 108 (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 106 (-3360 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 167) (($ |#3|) 137) (((-952 |#1|) $) 201 (|has| |#3| (-614 (-1175)))) (($ (-409 (-566))) 80 (-2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566)))))) (($ $) 87 (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) 170)) (-2841 ((|#1| $ |#2|) 157) (($ $ |#3| (-771)) 130) (($ $ (-644 |#3|) (-644 (-771))) 129)) (-2097 (((-3 $ "failed") $) 81 (-2700 (-3360 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) 32 T CONST)) (-2194 (($ $ $ (-771)) 175 (|has| |#1| (-172)))) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 91 (|has| |#1| (-558)))) (-3410 (($) 19 T CONST)) (-2799 (((-3 (-112) "failed") $ $) 261)) (-3424 (($) 34 T CONST)) (-1503 (($ $ $ $ (-771)) 210 (|has| |#1| (-558)))) (-3074 (($ $ $ (-771)) 211 (|has| |#1| (-558)))) (-3218 (($ $ |#3|) 42) (($ $ (-644 |#3|)) 41) (($ $ |#3| (-771)) 40) (($ $ (-644 |#3|) (-644 (-771))) 39)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 158 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 160 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 149) (($ $ |#1|) 148)))
(((-1064 |#1| |#2| |#3|) (-140) (-1049) (-793) (-850)) (T -1064))
-((-4296 (*1 *2 *1) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-1904 (*1 *2 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-771)))) (-3289 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2842 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-3214 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-3974 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-1992 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))) (-2562 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2794 (*1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-2814 (*1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-2520 (*1 *2 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-1393 (*1 *2 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-2261 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-1437 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-4314 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))) (-2580 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))) (-3677 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-3077 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-1632 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-3599 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-3599 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)))) (-3374 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-3374 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)))) (-2543 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-2543 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)))) (-1640 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-1640 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)))) (-2314 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-4117 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2314 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-4117 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-3135 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-1415 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-3135 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-1415 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-1380 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -2397 *1) (|:| |gap| (-771)) (|:| -3264 *1))) (-4 *1 (-1064 *3 *4 *5)))) (-1380 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-2 (|:| -2397 *1) (|:| |gap| (-771)) (|:| -3264 *1))) (-4 *1 (-1064 *4 *5 *3)))) (-1980 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -2397 *1) (|:| |gap| (-771)) (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-1064 *3 *4 *5)))) (-1980 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-2 (|:| -2397 *1) (|:| |gap| (-771)) (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-1064 *4 *5 *3)))) (-1514 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-1064 *3 *4 *5)))) (-1492 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-1903 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -1956 (-771)))) (-4 *1 (-1064 *3 *4 *5)))) (-4074 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-1906 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2229 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))) (-4158 (*1 *1 *2) (-12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))) (-2376 (*1 *1 *2) (-12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))) (-2229 (*1 *1 *2) (|partial| -2768 (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-2404 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))))) (-4158 (*1 *1 *2) (-2768 (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-2404 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))))) (-2376 (*1 *1 *2) (-2768 (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-2404 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))))) (-2229 (*1 *1 *2) (|partial| -2768 (-12 (-5 *2 (-952 *3)) (-12 (-2404 (-4 *3 (-38 (-409 (-566))))) (-2404 (-4 *3 (-38 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 *3)) (-12 (-2404 (-4 *3 (-547))) (-2404 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 *3)) (-12 (-2404 (-4 *3 (-992 (-566)))) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))))) (-4158 (*1 *1 *2) (-2768 (-12 (-5 *2 (-952 *3)) (-12 (-2404 (-4 *3 (-38 (-409 (-566))))) (-2404 (-4 *3 (-38 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 *3)) (-12 (-2404 (-4 *3 (-547))) (-2404 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 *3)) (-12 (-2404 (-4 *3 (-992 (-566)))) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))))) (-2376 (*1 *1 *2) (-12 (-5 *2 (-952 *3)) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *5 (-614 (-1175))) (-4 *4 (-793)) (-4 *5 (-850)))) (-1363 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-3960 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2672 (*1 *1 *1 *2) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2355 (*1 *1 *1 *2) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2672 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2355 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-1890 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-3188 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -2164 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1064 *3 *4 *5)))) (-3220 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -2164 *1) (|:| |coef1| *1))) (-4 *1 (-1064 *3 *4 *5)))) (-4092 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -2164 *1) (|:| |coef2| *1))) (-4 *1 (-1064 *3 *4 *5)))) (-2610 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2514 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))) (-3940 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2608 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *3 (-558)))) (-3797 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *3 (-558)))) (-2196 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2164 (*1 *2 *2 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-3269 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-2556 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-3195 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-2410 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))))
-(-13 (-949 |t#1| |t#2| |t#3|) (-10 -8 (-15 -4296 (|t#3| $)) (-15 -1904 ((-771) $)) (-15 -3289 ($ $)) (-15 -2842 ($ $)) (-15 -3214 ($ $)) (-15 -3974 ($ $)) (-15 -1992 ((-644 $) $)) (-15 -2562 ($ $)) (-15 -2794 ($ $ |t#3|)) (-15 -2814 ($ $ |t#3|)) (-15 -2520 ((-112) $)) (-15 -1393 ((-112) $)) (-15 -2261 ($ $)) (-15 -1437 ($ $)) (-15 -4314 ((-644 $) $)) (-15 -2580 ((-644 $) $)) (-15 -3677 ((-3 (-112) "failed") $ $)) (-15 -3077 ((-112) $ $)) (-15 -1632 ((-112) $ $)) (-15 -3599 ((-112) $ $)) (-15 -3599 ((-112) $ (-644 $))) (-15 -3374 ((-112) $ $)) (-15 -3374 ((-112) $ (-644 $))) (-15 -2543 ((-112) $ $)) (-15 -2543 ((-112) $ (-644 $))) (-15 -1640 ((-112) $ $)) (-15 -1640 ((-112) $ (-644 $))) (-15 -2314 ($ $ $)) (-15 -4117 ($ $ $)) (-15 -2314 ($ $ $ |t#3|)) (-15 -4117 ($ $ $ |t#3|)) (-15 -3135 ($ $ $)) (-15 -1415 ($ $ $)) (-15 -3135 ($ $ $ |t#3|)) (-15 -1415 ($ $ $ |t#3|)) (-15 -1380 ((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -3264 $)) $ $)) (-15 -1380 ((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -3264 $)) $ $ |t#3|)) (-15 -1980 ((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -1980 ((-2 (|:| -2397 $) (|:| |gap| (-771)) (|:| -2631 $) (|:| -3264 $)) $ $ |t#3|)) (-15 -1514 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -1492 ($ $ $)) (-15 -1903 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -1956 (-771))) $ $)) (-15 -4074 ($ $ $)) (-15 -1906 ($ $ $)) (IF (|has| |t#3| (-614 (-1175))) (PROGN (-6 (-613 (-952 |t#1|))) (-6 (-614 (-952 |t#1|))) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -2229 ((-3 $ "failed") (-952 (-409 (-566))))) (-15 -4158 ($ (-952 (-409 (-566))))) (-15 -2376 ($ (-952 (-409 (-566))))) (-15 -2229 ((-3 $ "failed") (-952 (-566)))) (-15 -4158 ($ (-952 (-566)))) (-15 -2376 ($ (-952 (-566)))) (IF (|has| |t#1| (-992 (-566))) |%noBranch| (PROGN (-15 -2229 ((-3 $ "failed") (-952 |t#1|))) (-15 -4158 ($ (-952 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-566))) (IF (|has| |t#1| (-38 (-409 (-566)))) |%noBranch| (PROGN (-15 -2229 ((-3 $ "failed") (-952 (-566)))) (-15 -4158 ($ (-952 (-566)))) (-15 -2376 ($ (-952 (-566)))) (IF (|has| |t#1| (-547)) |%noBranch| (PROGN (-15 -2229 ((-3 $ "failed") (-952 |t#1|))) (-15 -4158 ($ (-952 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-566))) |%noBranch| (IF (|has| |t#1| (-38 (-409 (-566)))) |%noBranch| (PROGN (-15 -2229 ((-3 $ "failed") (-952 |t#1|))) (-15 -4158 ($ (-952 |t#1|)))))) (-15 -2376 ($ (-952 |t#1|))) (IF (|has| |t#1| (-1038 (-566))) (-6 (-614 (-1157))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-15 -1363 ($ $)) (-15 -3960 ($ $)) (-15 -2672 ($ $ |t#1|)) (-15 -2355 ($ $ |t#1|)) (-15 -2672 ($ $ $)) (-15 -2355 ($ $ $)) (-15 -1890 ($ $ $)) (-15 -3188 ((-2 (|:| -2164 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3220 ((-2 (|:| -2164 $) (|:| |coef1| $)) $ $)) (-15 -4092 ((-2 (|:| -2164 $) (|:| |coef2| $)) $ $)) (-15 -2610 ($ $ $)) (-15 -2514 ((-644 $) $ $)) (-15 -3940 ($ $ $)) (-15 -2608 ($ $ $ (-771))) (-15 -3797 ($ $ $ $ (-771))) (-15 -2196 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-454)) (PROGN (-15 -2164 (|t#1| |t#1| $)) (-15 -3269 ($ $)) (-15 -2556 ($ $)) (-15 -3195 ($ $)) (-15 -2410 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 |#3|) . T) ((-616 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-613 (-862)) . T) ((-613 (-952 |#1|)) |has| |#3| (-614 (-1175))) ((-172) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-614 (-538)) -12 (|has| |#1| (-614 (-538))) (|has| |#3| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#3| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#3| (-614 (-892 (-566))))) ((-614 (-952 |#1|)) |has| |#3| (-614 (-1175))) ((-614 (-1157)) -12 (|has| |#1| (-1038 (-566))) (|has| |#3| (-614 (-1175)))) ((-291) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-310 $) . T) ((-327 |#1| |#2|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2768 (|has| |#1| (-909)) (|has| |#1| (-454))) ((-516 |#3| |#1|) . T) ((-516 |#3| $) . T) ((-516 $ $) . T) ((-558) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-726) . T) ((-900 |#3|) . T) ((-886 (-381)) -12 (|has| |#1| (-886 (-381))) (|has| |#3| (-886 (-381)))) ((-886 (-566)) -12 (|has| |#1| (-886 (-566))) (|has| |#3| (-886 (-566)))) ((-949 |#1| |#2| |#3|) . T) ((-909) |has| |#1| (-909)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1038 |#3|) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) |has| |#1| (-909)))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4359 (((-644 (-1134)) $) 18)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 27) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-1134) $) 20)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1065) (-13 (-1082) (-10 -8 (-15 -4359 ((-644 (-1134)) $)) (-15 -1377 ((-1134) $))))) (T -1065))
-((-4359 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1065)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1065)))))
-(-13 (-1082) (-10 -8 (-15 -4359 ((-644 (-1134)) $)) (-15 -1377 ((-1134) $))))
-((-3230 (((-112) |#3| $) 15)) (-4093 (((-3 $ "failed") |#3| (-921)) 29)) (-3245 (((-3 |#3| "failed") |#3| $) 45)) (-2528 (((-112) |#3| $) 19)) (-3233 (((-112) |#3| $) 17)))
-(((-1066 |#1| |#2| |#3|) (-10 -8 (-15 -4093 ((-3 |#1| "failed") |#3| (-921))) (-15 -3245 ((-3 |#3| "failed") |#3| |#1|)) (-15 -2528 ((-112) |#3| |#1|)) (-15 -3233 ((-112) |#3| |#1|)) (-15 -3230 ((-112) |#3| |#1|))) (-1067 |#2| |#3|) (-13 (-848) (-365)) (-1240 |#2|)) (T -1066))
-NIL
-(-10 -8 (-15 -4093 ((-3 |#1| "failed") |#3| (-921))) (-15 -3245 ((-3 |#3| "failed") |#3| |#1|)) (-15 -2528 ((-112) |#3| |#1|)) (-15 -3233 ((-112) |#3| |#1|)) (-15 -3230 ((-112) |#3| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) |#2| $) 22)) (-2743 (((-566) |#2| $) 23)) (-4093 (((-3 $ "failed") |#2| (-921)) 16)) (-2098 ((|#1| |#2| $ |#1|) 14)) (-3245 (((-3 |#2| "failed") |#2| $) 19)) (-2528 (((-112) |#2| $) 20)) (-3233 (((-112) |#2| $) 21)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-1705 ((|#2| $) 18)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-3603 ((|#1| |#2| $ |#1|) 15)) (-1526 (((-644 $) |#2|) 17)) (-2914 (((-112) $ $) 6)))
-(((-1067 |#1| |#2|) (-140) (-13 (-848) (-365)) (-1240 |t#1|)) (T -1067))
-((-2743 (*1 *2 *3 *1) (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1240 *4)) (-5 *2 (-566)))) (-3230 (*1 *2 *3 *1) (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1240 *4)) (-5 *2 (-112)))) (-3233 (*1 *2 *3 *1) (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1240 *4)) (-5 *2 (-112)))) (-2528 (*1 *2 *3 *1) (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1240 *4)) (-5 *2 (-112)))) (-3245 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1067 *3 *2)) (-4 *3 (-13 (-848) (-365))) (-4 *2 (-1240 *3)))) (-1705 (*1 *2 *1) (-12 (-4 *1 (-1067 *3 *2)) (-4 *3 (-13 (-848) (-365))) (-4 *2 (-1240 *3)))) (-1526 (*1 *2 *3) (-12 (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1240 *4)) (-5 *2 (-644 *1)) (-4 *1 (-1067 *4 *3)))) (-4093 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-921)) (-4 *4 (-13 (-848) (-365))) (-4 *1 (-1067 *4 *2)) (-4 *2 (-1240 *4)))) (-3603 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1067 *2 *3)) (-4 *2 (-13 (-848) (-365))) (-4 *3 (-1240 *2)))) (-2098 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1067 *2 *3)) (-4 *2 (-13 (-848) (-365))) (-4 *3 (-1240 *2)))))
-(-13 (-1099) (-10 -8 (-15 -2743 ((-566) |t#2| $)) (-15 -3230 ((-112) |t#2| $)) (-15 -3233 ((-112) |t#2| $)) (-15 -2528 ((-112) |t#2| $)) (-15 -3245 ((-3 |t#2| "failed") |t#2| $)) (-15 -1705 (|t#2| $)) (-15 -1526 ((-644 $) |t#2|)) (-15 -4093 ((-3 $ "failed") |t#2| (-921))) (-15 -3603 (|t#1| |t#2| $ |t#1|)) (-15 -2098 (|t#1| |t#2| $ |t#1|))))
+((-3752 (*1 *2 *1) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-3504 (*1 *2 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-771)))) (-1783 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-3477 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2276 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-3639 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-1927 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))) (-2584 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-4137 (*1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-4162 (*1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-3448 (*1 *2 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-1977 (*1 *2 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-2716 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-1375 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2623 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))) (-2787 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))) (-2799 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-3004 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-2552 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-3383 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-3383 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)))) (-2988 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-2988 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)))) (-3717 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-3717 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)))) (-2639 (*1 *2 *1 *1) (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))) (-2639 (*1 *2 *1 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)))) (-2038 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2442 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2038 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-2442 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-2347 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2192 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-2347 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-2192 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *2 (-850)))) (-3390 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -2651 *1) (|:| |gap| (-771)) (|:| -4368 *1))) (-4 *1 (-1064 *3 *4 *5)))) (-3390 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-2 (|:| -2651 *1) (|:| |gap| (-771)) (|:| -4368 *1))) (-4 *1 (-1064 *4 *5 *3)))) (-3051 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -2651 *1) (|:| |gap| (-771)) (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-1064 *3 *4 *5)))) (-3051 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-2 (|:| -2651 *1) (|:| |gap| (-771)) (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-1064 *4 *5 *3)))) (-3960 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-1064 *3 *4 *5)))) (-3753 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-3493 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2785 (-771)))) (-4 *1 (-1064 *3 *4 *5)))) (-2072 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-3527 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)))) (-1821 (*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))) (-1945 (*1 *1 *2) (-12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))) (-1821 (*1 *1 *2) (|partial| -2700 (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-3348 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))))) (-3213 (*1 *1 *2) (-2700 (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-3348 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))))) (-1945 (*1 *1 *2) (-2700 (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-3348 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5)) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))))) (-1821 (*1 *1 *2) (|partial| -2700 (-12 (-5 *2 (-952 *3)) (-12 (-3348 (-4 *3 (-38 (-409 (-566))))) (-3348 (-4 *3 (-38 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 *3)) (-12 (-3348 (-4 *3 (-547))) (-3348 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 *3)) (-12 (-3348 (-4 *3 (-992 (-566)))) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))))) (-3213 (*1 *1 *2) (-2700 (-12 (-5 *2 (-952 *3)) (-12 (-3348 (-4 *3 (-38 (-409 (-566))))) (-3348 (-4 *3 (-38 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 *3)) (-12 (-3348 (-4 *3 (-547))) (-3348 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))) (-12 (-5 *2 (-952 *3)) (-12 (-3348 (-4 *3 (-992 (-566)))) (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793)) (-4 *5 (-850))))) (-1945 (*1 *1 *2) (-12 (-5 *2 (-952 *3)) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *5 (-614 (-1175))) (-4 *4 (-793)) (-4 *5 (-850)))) (-1604 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-3524 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2412 (*1 *1 *1 *2) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2384 (*1 *1 *1 *2) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2412 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-2384 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-3334 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-1724 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -1962 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1064 *3 *4 *5)))) (-3929 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -1962 *1) (|:| |coef1| *1))) (-4 *1 (-1064 *3 *4 *5)))) (-2234 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-2 (|:| -1962 *1) (|:| |coef2| *1))) (-4 *1 (-1064 *3 *4 *5)))) (-3095 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-3371 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))) (-3331 (*1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-3074 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *3 (-558)))) (-1503 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *3 (-558)))) (-3342 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-558)))) (-1962 (*1 *2 *2 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-3160 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-2536 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-1794 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))) (-1728 (*1 *1 *1) (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-454)))))
+(-13 (-949 |t#1| |t#2| |t#3|) (-10 -8 (-15 -3752 (|t#3| $)) (-15 -3504 ((-771) $)) (-15 -1783 ($ $)) (-15 -3477 ($ $)) (-15 -2276 ($ $)) (-15 -3639 ($ $)) (-15 -1927 ((-644 $) $)) (-15 -2584 ($ $)) (-15 -4137 ($ $ |t#3|)) (-15 -4162 ($ $ |t#3|)) (-15 -3448 ((-112) $)) (-15 -1977 ((-112) $)) (-15 -2716 ($ $)) (-15 -1375 ($ $)) (-15 -2623 ((-644 $) $)) (-15 -2787 ((-644 $) $)) (-15 -2799 ((-3 (-112) "failed") $ $)) (-15 -3004 ((-112) $ $)) (-15 -2552 ((-112) $ $)) (-15 -3383 ((-112) $ $)) (-15 -3383 ((-112) $ (-644 $))) (-15 -2988 ((-112) $ $)) (-15 -2988 ((-112) $ (-644 $))) (-15 -3717 ((-112) $ $)) (-15 -3717 ((-112) $ (-644 $))) (-15 -2639 ((-112) $ $)) (-15 -2639 ((-112) $ (-644 $))) (-15 -2038 ($ $ $)) (-15 -2442 ($ $ $)) (-15 -2038 ($ $ $ |t#3|)) (-15 -2442 ($ $ $ |t#3|)) (-15 -2347 ($ $ $)) (-15 -2192 ($ $ $)) (-15 -2347 ($ $ $ |t#3|)) (-15 -2192 ($ $ $ |t#3|)) (-15 -3390 ((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -4368 $)) $ $)) (-15 -3390 ((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -4368 $)) $ $ |t#3|)) (-15 -3051 ((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -3051 ((-2 (|:| -2651 $) (|:| |gap| (-771)) (|:| -2075 $) (|:| -4368 $)) $ $ |t#3|)) (-15 -3960 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -3753 ($ $ $)) (-15 -3493 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2785 (-771))) $ $)) (-15 -2072 ($ $ $)) (-15 -3527 ($ $ $)) (IF (|has| |t#3| (-614 (-1175))) (PROGN (-6 (-613 (-952 |t#1|))) (-6 (-614 (-952 |t#1|))) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -1821 ((-3 $ "failed") (-952 (-409 (-566))))) (-15 -3213 ($ (-952 (-409 (-566))))) (-15 -1945 ($ (-952 (-409 (-566))))) (-15 -1821 ((-3 $ "failed") (-952 (-566)))) (-15 -3213 ($ (-952 (-566)))) (-15 -1945 ($ (-952 (-566)))) (IF (|has| |t#1| (-992 (-566))) |%noBranch| (PROGN (-15 -1821 ((-3 $ "failed") (-952 |t#1|))) (-15 -3213 ($ (-952 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-566))) (IF (|has| |t#1| (-38 (-409 (-566)))) |%noBranch| (PROGN (-15 -1821 ((-3 $ "failed") (-952 (-566)))) (-15 -3213 ($ (-952 (-566)))) (-15 -1945 ($ (-952 (-566)))) (IF (|has| |t#1| (-547)) |%noBranch| (PROGN (-15 -1821 ((-3 $ "failed") (-952 |t#1|))) (-15 -3213 ($ (-952 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-566))) |%noBranch| (IF (|has| |t#1| (-38 (-409 (-566)))) |%noBranch| (PROGN (-15 -1821 ((-3 $ "failed") (-952 |t#1|))) (-15 -3213 ($ (-952 |t#1|)))))) (-15 -1945 ($ (-952 |t#1|))) (IF (|has| |t#1| (-1038 (-566))) (-6 (-614 (-1157))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-15 -1604 ($ $)) (-15 -3524 ($ $)) (-15 -2412 ($ $ |t#1|)) (-15 -2384 ($ $ |t#1|)) (-15 -2412 ($ $ $)) (-15 -2384 ($ $ $)) (-15 -3334 ($ $ $)) (-15 -1724 ((-2 (|:| -1962 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3929 ((-2 (|:| -1962 $) (|:| |coef1| $)) $ $)) (-15 -2234 ((-2 (|:| -1962 $) (|:| |coef2| $)) $ $)) (-15 -3095 ($ $ $)) (-15 -3371 ((-644 $) $ $)) (-15 -3331 ($ $ $)) (-15 -3074 ($ $ $ (-771))) (-15 -1503 ($ $ $ $ (-771))) (-15 -3342 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-454)) (PROGN (-15 -1962 (|t#1| |t#1| $)) (-15 -3160 ($ $)) (-15 -2536 ($ $)) (-15 -1794 ($ $)) (-15 -1728 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) -2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 |#3|) . T) ((-616 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-613 (-862)) . T) ((-613 (-952 |#1|)) |has| |#3| (-614 (-1175))) ((-172) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-614 (-538)) -12 (|has| |#1| (-614 (-538))) (|has| |#3| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#3| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#3| (-614 (-892 (-566))))) ((-614 (-952 |#1|)) |has| |#3| (-614 (-1175))) ((-614 (-1157)) -12 (|has| |#1| (-1038 (-566))) (|has| |#3| (-614 (-1175)))) ((-291) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-310 $) . T) ((-327 |#1| |#2|) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2700 (|has| |#1| (-909)) (|has| |#1| (-454))) ((-516 |#3| |#1|) . T) ((-516 |#3| $) . T) ((-516 $ $) . T) ((-558) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454))) ((-726) . T) ((-900 |#3|) . T) ((-886 (-381)) -12 (|has| |#1| (-886 (-381))) (|has| |#3| (-886 (-381)))) ((-886 (-566)) -12 (|has| |#1| (-886 (-566))) (|has| |#3| (-886 (-566)))) ((-949 |#1| |#2| |#3|) . T) ((-909) |has| |#1| (-909)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 |#1|) . T) ((-1038 |#3|) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) |has| |#1| (-909)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2792 (((-644 (-1134)) $) 18)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 27) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-1134) $) 20)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1065) (-13 (-1082) (-10 -8 (-15 -2792 ((-644 (-1134)) $)) (-15 -3720 ((-1134) $))))) (T -1065))
+((-2792 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1065)))) (-3720 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1065)))))
+(-13 (-1082) (-10 -8 (-15 -2792 ((-644 (-1134)) $)) (-15 -3720 ((-1134) $))))
+((-4014 (((-112) |#3| $) 15)) (-2243 (((-3 $ "failed") |#3| (-921)) 29)) (-4185 (((-3 |#3| "failed") |#3| $) 45)) (-3540 (((-112) |#3| $) 19)) (-4049 (((-112) |#3| $) 17)))
+(((-1066 |#1| |#2| |#3|) (-10 -8 (-15 -2243 ((-3 |#1| "failed") |#3| (-921))) (-15 -4185 ((-3 |#3| "failed") |#3| |#1|)) (-15 -3540 ((-112) |#3| |#1|)) (-15 -4049 ((-112) |#3| |#1|)) (-15 -4014 ((-112) |#3| |#1|))) (-1067 |#2| |#3|) (-13 (-848) (-365)) (-1241 |#2|)) (T -1066))
+NIL
+(-10 -8 (-15 -2243 ((-3 |#1| "failed") |#3| (-921))) (-15 -4185 ((-3 |#3| "failed") |#3| |#1|)) (-15 -3540 ((-112) |#3| |#1|)) (-15 -4049 ((-112) |#3| |#1|)) (-15 -4014 ((-112) |#3| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) |#2| $) 22)) (-1907 (((-566) |#2| $) 23)) (-2243 (((-3 $ "failed") |#2| (-921)) 16)) (-1733 ((|#1| |#2| $ |#1|) 14)) (-4185 (((-3 |#2| "failed") |#2| $) 19)) (-3540 (((-112) |#2| $) 20)) (-4049 (((-112) |#2| $) 21)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2068 ((|#2| $) 18)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-1645 ((|#1| |#2| $ |#1|) 15)) (-4098 (((-644 $) |#2|) 17)) (-2868 (((-112) $ $) 6)))
+(((-1067 |#1| |#2|) (-140) (-13 (-848) (-365)) (-1241 |t#1|)) (T -1067))
+((-1907 (*1 *2 *3 *1) (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1241 *4)) (-5 *2 (-566)))) (-4014 (*1 *2 *3 *1) (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1241 *4)) (-5 *2 (-112)))) (-4049 (*1 *2 *3 *1) (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1241 *4)) (-5 *2 (-112)))) (-3540 (*1 *2 *3 *1) (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1241 *4)) (-5 *2 (-112)))) (-4185 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1067 *3 *2)) (-4 *3 (-13 (-848) (-365))) (-4 *2 (-1241 *3)))) (-2068 (*1 *2 *1) (-12 (-4 *1 (-1067 *3 *2)) (-4 *3 (-13 (-848) (-365))) (-4 *2 (-1241 *3)))) (-4098 (*1 *2 *3) (-12 (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1241 *4)) (-5 *2 (-644 *1)) (-4 *1 (-1067 *4 *3)))) (-2243 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-921)) (-4 *4 (-13 (-848) (-365))) (-4 *1 (-1067 *4 *2)) (-4 *2 (-1241 *4)))) (-1645 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1067 *2 *3)) (-4 *2 (-13 (-848) (-365))) (-4 *3 (-1241 *2)))) (-1733 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1067 *2 *3)) (-4 *2 (-13 (-848) (-365))) (-4 *3 (-1241 *2)))))
+(-13 (-1099) (-10 -8 (-15 -1907 ((-566) |t#2| $)) (-15 -4014 ((-112) |t#2| $)) (-15 -4049 ((-112) |t#2| $)) (-15 -3540 ((-112) |t#2| $)) (-15 -4185 ((-3 |t#2| "failed") |t#2| $)) (-15 -2068 (|t#2| $)) (-15 -4098 ((-644 $) |t#2|)) (-15 -2243 ((-3 $ "failed") |t#2| (-921))) (-15 -1645 (|t#1| |t#2| $ |t#1|)) (-15 -1733 (|t#1| |t#2| $ |t#1|))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-3235 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-771)) 115)) (-2623 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771)) 63)) (-3484 (((-1269) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-771)) 100)) (-4321 (((-771) (-644 |#4|) (-644 |#5|)) 30)) (-3465 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|) 66) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771)) 65) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771) (-112)) 67)) (-2461 (((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112)) 86) (((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112)) 87)) (-2376 (((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) 92)) (-1628 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-112)) 62)) (-2234 (((-771) (-644 |#4|) (-644 |#5|)) 21)))
-(((-1068 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2234 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -4321 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -1628 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-112))) (-15 -2623 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771))) (-15 -2623 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771) (-112))) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771))) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -2461 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -2461 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -3235 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-771))) (-15 -2376 ((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) (-15 -3484 ((-1269) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-771)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -1068))
-((-3484 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1470 *9)))) (-5 *4 (-771)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-1269)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))) (-2376 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1470 *8))) (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1157)) (-5 *1 (-1068 *4 *5 *6 *7 *8)))) (-3235 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-644 *11)) (|:| |todo| (-644 (-2 (|:| |val| *3) (|:| -1470 *11)))))) (-5 *6 (-771)) (-5 *2 (-644 (-2 (|:| |val| (-644 *10)) (|:| -1470 *11)))) (-5 *3 (-644 *10)) (-5 *4 (-644 *11)) (-4 *10 (-1064 *7 *8 *9)) (-4 *11 (-1070 *7 *8 *9 *10)) (-4 *7 (-454)) (-4 *8 (-793)) (-4 *9 (-850)) (-5 *1 (-1068 *7 *8 *9 *10 *11)))) (-2461 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))) (-2461 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))) (-3465 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1068 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3465 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-3465 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-771)) (-5 *6 (-112)) (-4 *7 (-454)) (-4 *8 (-793)) (-4 *9 (-850)) (-4 *3 (-1064 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1068 *7 *8 *9 *3 *4)) (-4 *4 (-1070 *7 *8 *9 *3)))) (-2623 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1068 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2623 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-1628 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-4321 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))) (-2234 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -2234 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -4321 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -1628 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-112))) (-15 -2623 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771))) (-15 -2623 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771) (-112))) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771))) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -2461 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -2461 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -3235 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-771))) (-15 -2376 ((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) (-15 -3484 ((-1269) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-771))))
-((-2969 (((-112) |#5| $) 26)) (-1951 (((-112) |#5| $) 29)) (-2775 (((-112) |#5| $) 18) (((-112) $) 52)) (-1997 (((-644 $) |#5| $) NIL) (((-644 $) (-644 |#5|) $) 94) (((-644 $) (-644 |#5|) (-644 $)) 92) (((-644 $) |#5| (-644 $)) 95)) (-3369 (($ $ |#5|) NIL) (((-644 $) |#5| $) NIL) (((-644 $) |#5| (-644 $)) 73) (((-644 $) (-644 |#5|) $) 75) (((-644 $) (-644 |#5|) (-644 $)) 77)) (-3998 (((-644 $) |#5| $) NIL) (((-644 $) |#5| (-644 $)) 64) (((-644 $) (-644 |#5|) $) 69) (((-644 $) (-644 |#5|) (-644 $)) 71)) (-2676 (((-112) |#5| $) 32)))
-(((-1069 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3369 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -3369 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -3369 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -3369 ((-644 |#1|) |#5| |#1|)) (-15 -3998 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -3998 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -3998 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -3998 ((-644 |#1|) |#5| |#1|)) (-15 -1997 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -1997 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -1997 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -1997 ((-644 |#1|) |#5| |#1|)) (-15 -1951 ((-112) |#5| |#1|)) (-15 -2775 ((-112) |#1|)) (-15 -2676 ((-112) |#5| |#1|)) (-15 -2969 ((-112) |#5| |#1|)) (-15 -2775 ((-112) |#5| |#1|)) (-15 -3369 (|#1| |#1| |#5|))) (-1070 |#2| |#3| |#4| |#5|) (-454) (-793) (-850) (-1064 |#2| |#3| |#4|)) (T -1069))
-NIL
-(-10 -8 (-15 -3369 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -3369 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -3369 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -3369 ((-644 |#1|) |#5| |#1|)) (-15 -3998 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -3998 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -3998 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -3998 ((-644 |#1|) |#5| |#1|)) (-15 -1997 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -1997 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -1997 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -1997 ((-644 |#1|) |#5| |#1|)) (-15 -1951 ((-112) |#5| |#1|)) (-15 -2775 ((-112) |#1|)) (-15 -2676 ((-112) |#5| |#1|)) (-15 -2969 ((-112) |#5| |#1|)) (-15 -2775 ((-112) |#5| |#1|)) (-15 -3369 (|#1| |#1| |#5|)))
-((-2988 (((-112) $ $) 7)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |#4|)))) (-644 |#4|)) 86)) (-2779 (((-644 $) (-644 |#4|)) 87) (((-644 $) (-644 |#4|) (-112)) 112)) (-1771 (((-644 |#3|) $) 34)) (-3071 (((-112) $) 27)) (-3274 (((-112) $) 18 (|has| |#1| (-558)))) (-2267 (((-112) |#4| $) 102) (((-112) $) 98)) (-1411 ((|#4| |#4| $) 93)) (-1378 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| $) 127)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) 28)) (-1504 (((-112) $ (-771)) 45)) (-3678 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4414))) (((-3 |#4| "failed") $ |#3|) 80)) (-2463 (($) 46 T CONST)) (-3036 (((-112) $) 23 (|has| |#1| (-558)))) (-1963 (((-112) $ $) 25 (|has| |#1| (-558)))) (-2983 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1477 (((-112) $) 26 (|has| |#1| (-558)))) (-3930 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1789 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) 37)) (-4158 (($ (-644 |#4|)) 36)) (-3919 (((-3 $ "failed") $) 83)) (-3110 ((|#4| |#4| $) 90)) (-3942 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3599 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2690 ((|#4| |#4| $) 88)) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4414))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-3476 (((-2 (|:| -1685 (-644 |#4|)) (|:| -3292 (-644 |#4|))) $) 106)) (-2969 (((-112) |#4| $) 137)) (-1951 (((-112) |#4| $) 134)) (-2775 (((-112) |#4| $) 138) (((-112) $) 135)) (-1683 (((-644 |#4|) $) 53 (|has| $ (-6 -4414)))) (-1640 (((-112) |#4| $) 105) (((-112) $) 104)) (-4296 ((|#3| $) 35)) (-3456 (((-112) $ (-771)) 44)) (-3491 (((-644 |#4|) $) 54 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 48)) (-1785 (((-644 |#3|) $) 33)) (-1579 (((-112) |#3| $) 32)) (-3267 (((-112) $ (-771)) 43)) (-3380 (((-1157) $) 10)) (-3006 (((-3 |#4| (-644 $)) |#4| |#4| $) 129)) (-3940 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| |#4| $) 128)) (-2641 (((-3 |#4| "failed") $) 84)) (-2568 (((-644 $) |#4| $) 130)) (-1493 (((-3 (-112) (-644 $)) |#4| $) 133)) (-3835 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-1997 (((-644 $) |#4| $) 126) (((-644 $) (-644 |#4|) $) 125) (((-644 $) (-644 |#4|) (-644 $)) 124) (((-644 $) |#4| (-644 $)) 123)) (-2921 (($ |#4| $) 118) (($ (-644 |#4|) $) 117)) (-2133 (((-644 |#4|) $) 108)) (-2543 (((-112) |#4| $) 100) (((-112) $) 96)) (-1906 ((|#4| |#4| $) 91)) (-3077 (((-112) $ $) 111)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-3374 (((-112) |#4| $) 101) (((-112) $) 97)) (-4074 ((|#4| |#4| $) 92)) (-4072 (((-1119) $) 11)) (-3908 (((-3 |#4| "failed") $) 85)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2718 (((-3 $ "failed") $ |#4|) 79)) (-3369 (($ $ |#4|) 78) (((-644 $) |#4| $) 116) (((-644 $) |#4| (-644 $)) 115) (((-644 $) (-644 |#4|) $) 114) (((-644 $) (-644 |#4|) (-644 $)) 113)) (-2823 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) 39)) (-2872 (((-112) $) 42)) (-3493 (($) 41)) (-3902 (((-771) $) 107)) (-4083 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4414)))) (-1480 (($ $) 40)) (-2376 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) 61)) (-4305 (($ $ |#3|) 29)) (-1702 (($ $ |#3|) 31)) (-4017 (($ $) 89)) (-3809 (($ $ |#3|) 30)) (-3152 (((-862) $) 12) (((-644 |#4|) $) 38)) (-3909 (((-771) $) 77 (|has| |#3| (-370)))) (-3044 (((-112) $ $) 9)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3622 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-3998 (((-644 $) |#4| $) 122) (((-644 $) |#4| (-644 $)) 121) (((-644 $) (-644 |#4|) $) 120) (((-644 $) (-644 |#4|) (-644 $)) 119)) (-2210 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4414)))) (-4382 (((-644 |#3|) $) 82)) (-2676 (((-112) |#4| $) 136)) (-4217 (((-112) |#3| $) 81)) (-2914 (((-112) $ $) 6)) (-3000 (((-771) $) 47 (|has| $ (-6 -4414)))))
+((-4076 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-771)) 115)) (-1993 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771)) 63)) (-4352 (((-1270) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-771)) 100)) (-2710 (((-771) (-644 |#4|) (-644 |#5|)) 30)) (-1478 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|) 66) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771)) 65) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771) (-112)) 67)) (-4119 (((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112)) 86) (((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112)) 87)) (-1945 (((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) 92)) (-2506 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-112)) 62)) (-3747 (((-771) (-644 |#4|) (-644 |#5|)) 21)))
+(((-1068 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3747 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -2710 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -2506 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-112))) (-15 -1993 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771))) (-15 -1993 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771) (-112))) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771))) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -4119 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -4119 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4076 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-771))) (-15 -1945 ((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) (-15 -4352 ((-1270) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-771)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -1068))
+((-4352 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1791 *9)))) (-5 *4 (-771)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-1270)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1791 *8))) (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1157)) (-5 *1 (-1068 *4 *5 *6 *7 *8)))) (-4076 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-644 *11)) (|:| |todo| (-644 (-2 (|:| |val| *3) (|:| -1791 *11)))))) (-5 *6 (-771)) (-5 *2 (-644 (-2 (|:| |val| (-644 *10)) (|:| -1791 *11)))) (-5 *3 (-644 *10)) (-5 *4 (-644 *11)) (-4 *10 (-1064 *7 *8 *9)) (-4 *11 (-1070 *7 *8 *9 *10)) (-4 *7 (-454)) (-4 *8 (-793)) (-4 *9 (-850)) (-5 *1 (-1068 *7 *8 *9 *10 *11)))) (-4119 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))) (-4119 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))) (-1478 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1068 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1478 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-1478 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-771)) (-5 *6 (-112)) (-4 *7 (-454)) (-4 *8 (-793)) (-4 *9 (-850)) (-4 *3 (-1064 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1068 *7 *8 *9 *3 *4)) (-4 *4 (-1070 *7 *8 *9 *3)))) (-1993 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1068 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1993 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-2506 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-2710 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))) (-3747 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1068 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -3747 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -2710 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -2506 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-112))) (-15 -1993 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771))) (-15 -1993 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771) (-112))) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771))) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -4119 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -4119 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4076 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-771))) (-15 -1945 ((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) (-15 -4352 ((-1270) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-771))))
+((-3248 (((-112) |#5| $) 26)) (-2735 (((-112) |#5| $) 29)) (-4101 (((-112) |#5| $) 18) (((-112) $) 52)) (-1980 (((-644 $) |#5| $) NIL) (((-644 $) (-644 |#5|) $) 94) (((-644 $) (-644 |#5|) (-644 $)) 92) (((-644 $) |#5| (-644 $)) 95)) (-2929 (($ $ |#5|) NIL) (((-644 $) |#5| $) NIL) (((-644 $) |#5| (-644 $)) 73) (((-644 $) (-644 |#5|) $) 75) (((-644 $) (-644 |#5|) (-644 $)) 77)) (-2556 (((-644 $) |#5| $) NIL) (((-644 $) |#5| (-644 $)) 64) (((-644 $) (-644 |#5|) $) 69) (((-644 $) (-644 |#5|) (-644 $)) 71)) (-2437 (((-112) |#5| $) 32)))
+(((-1069 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2929 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -2929 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -2929 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -2929 ((-644 |#1|) |#5| |#1|)) (-15 -2556 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -2556 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -2556 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -2556 ((-644 |#1|) |#5| |#1|)) (-15 -1980 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -1980 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -1980 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -1980 ((-644 |#1|) |#5| |#1|)) (-15 -2735 ((-112) |#5| |#1|)) (-15 -4101 ((-112) |#1|)) (-15 -2437 ((-112) |#5| |#1|)) (-15 -3248 ((-112) |#5| |#1|)) (-15 -4101 ((-112) |#5| |#1|)) (-15 -2929 (|#1| |#1| |#5|))) (-1070 |#2| |#3| |#4| |#5|) (-454) (-793) (-850) (-1064 |#2| |#3| |#4|)) (T -1069))
+NIL
+(-10 -8 (-15 -2929 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -2929 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -2929 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -2929 ((-644 |#1|) |#5| |#1|)) (-15 -2556 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -2556 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -2556 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -2556 ((-644 |#1|) |#5| |#1|)) (-15 -1980 ((-644 |#1|) |#5| (-644 |#1|))) (-15 -1980 ((-644 |#1|) (-644 |#5|) (-644 |#1|))) (-15 -1980 ((-644 |#1|) (-644 |#5|) |#1|)) (-15 -1980 ((-644 |#1|) |#5| |#1|)) (-15 -2735 ((-112) |#5| |#1|)) (-15 -4101 ((-112) |#1|)) (-15 -2437 ((-112) |#5| |#1|)) (-15 -3248 ((-112) |#5| |#1|)) (-15 -4101 ((-112) |#5| |#1|)) (-15 -2929 (|#1| |#1| |#5|)))
+((-4124 (((-112) $ $) 7)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |#4|)))) (-644 |#4|)) 86)) (-4141 (((-644 $) (-644 |#4|)) 87) (((-644 $) (-644 |#4|) (-112)) 112)) (-3981 (((-644 |#3|) $) 34)) (-2935 (((-112) $) 27)) (-3212 (((-112) $) 18 (|has| |#1| (-558)))) (-2793 (((-112) |#4| $) 102) (((-112) $) 98)) (-2147 ((|#4| |#4| $) 93)) (-1778 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| $) 127)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) 28)) (-3874 (((-112) $ (-771)) 45)) (-1997 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4415))) (((-3 |#4| "failed") $ |#3|) 80)) (-4145 (($) 46 T CONST)) (-2582 (((-112) $) 23 (|has| |#1| (-558)))) (-2872 (((-112) $ $) 25 (|has| |#1| (-558)))) (-3370 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1703 (((-112) $) 26 (|has| |#1| (-558)))) (-3236 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1680 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) 37)) (-3213 (($ (-644 |#4|)) 36)) (-3616 (((-3 $ "failed") $) 83)) (-2118 ((|#4| |#4| $) 90)) (-3640 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3383 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-1437 ((|#4| |#4| $) 88)) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4415))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1579 (((-2 (|:| -2578 (-644 |#4|)) (|:| -3009 (-644 |#4|))) $) 106)) (-3248 (((-112) |#4| $) 137)) (-2735 (((-112) |#4| $) 134)) (-4101 (((-112) |#4| $) 138) (((-112) $) 135)) (-3953 (((-644 |#4|) $) 53 (|has| $ (-6 -4415)))) (-2639 (((-112) |#4| $) 105) (((-112) $) 104)) (-3752 ((|#3| $) 35)) (-1392 (((-112) $ (-771)) 44)) (-1690 (((-644 |#4|) $) 54 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 48)) (-1648 (((-644 |#3|) $) 33)) (-3327 (((-112) |#3| $) 32)) (-4395 (((-112) $ (-771)) 43)) (-3057 (((-1157) $) 10)) (-3606 (((-3 |#4| (-644 $)) |#4| |#4| $) 129)) (-3331 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| |#4| $) 128)) (-1855 (((-3 |#4| "failed") $) 84)) (-2647 (((-644 $) |#4| $) 130)) (-3766 (((-3 (-112) (-644 $)) |#4| $) 133)) (-1772 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-1980 (((-644 $) |#4| $) 126) (((-644 $) (-644 |#4|) $) 125) (((-644 $) (-644 |#4|) (-644 $)) 124) (((-644 $) |#4| (-644 $)) 123)) (-2931 (($ |#4| $) 118) (($ (-644 |#4|) $) 117)) (-3983 (((-644 |#4|) $) 108)) (-3717 (((-112) |#4| $) 100) (((-112) $) 96)) (-3527 ((|#4| |#4| $) 91)) (-3004 (((-112) $ $) 111)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-2988 (((-112) |#4| $) 101) (((-112) $) 97)) (-2072 ((|#4| |#4| $) 92)) (-2029 (((-1119) $) 11)) (-3604 (((-3 |#4| "failed") $) 85)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-1687 (((-3 $ "failed") $ |#4|) 79)) (-2929 (($ $ |#4|) 78) (((-644 $) |#4| $) 116) (((-644 $) |#4| (-644 $)) 115) (((-644 $) (-644 |#4|) $) 114) (((-644 $) (-644 |#4|) (-644 $)) 113)) (-3295 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) 39)) (-3758 (((-112) $) 42)) (-1710 (($) 41)) (-4297 (((-771) $) 107)) (-2037 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4415)))) (-1800 (($ $) 40)) (-1945 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) 61)) (-3833 (($ $ |#3|) 29)) (-2046 (($ $ |#3|) 31)) (-2770 (($ $) 89)) (-1594 (($ $ |#3|) 30)) (-1650 (((-862) $) 12) (((-644 |#4|) $) 38)) (-4329 (((-771) $) 77 (|has| |#3| (-370)))) (-2657 (((-112) $ $) 9)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3575 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-2556 (((-644 $) |#4| $) 122) (((-644 $) |#4| (-644 $)) 121) (((-644 $) (-644 |#4|) $) 120) (((-644 $) (-644 |#4|) (-644 $)) 119)) (-3487 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4415)))) (-2077 (((-644 |#3|) $) 82)) (-2437 (((-112) |#4| $) 136)) (-4205 (((-112) |#3| $) 81)) (-2868 (((-112) $ $) 6)) (-4142 (((-771) $) 47 (|has| $ (-6 -4415)))))
(((-1070 |#1| |#2| |#3| |#4|) (-140) (-454) (-793) (-850) (-1064 |t#1| |t#2| |t#3|)) (T -1070))
-((-2775 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2969 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2676 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2775 (*1 *2 *1) (-12 (-4 *1 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-1951 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-1493 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-3 (-112) (-644 *1))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-3835 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *1)))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-3835 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2568 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)))) (-3006 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-3 *3 (-644 *1))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-3940 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *1)))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-1378 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *1)))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-1997 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)))) (-1997 (*1 *2 *3 *1) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *7)))) (-1997 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)))) (-1997 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)))) (-3998 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)))) (-3998 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)))) (-3998 (*1 *2 *3 *1) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *7)))) (-3998 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)))) (-2921 (*1 *1 *2 *1) (-12 (-4 *1 (-1070 *3 *4 *5 *2)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-2921 (*1 *1 *2 *1) (-12 (-5 *2 (-644 *6)) (-4 *1 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)))) (-3369 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)))) (-3369 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)))) (-3369 (*1 *2 *3 *1) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *7)))) (-3369 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)))) (-2779 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *5 *6 *7 *8)))))
-(-13 (-1207 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -2775 ((-112) |t#4| $)) (-15 -2969 ((-112) |t#4| $)) (-15 -2676 ((-112) |t#4| $)) (-15 -2775 ((-112) $)) (-15 -1951 ((-112) |t#4| $)) (-15 -1493 ((-3 (-112) (-644 $)) |t#4| $)) (-15 -3835 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 $))) |t#4| $)) (-15 -3835 ((-112) |t#4| $)) (-15 -2568 ((-644 $) |t#4| $)) (-15 -3006 ((-3 |t#4| (-644 $)) |t#4| |t#4| $)) (-15 -3940 ((-644 (-2 (|:| |val| |t#4|) (|:| -1470 $))) |t#4| |t#4| $)) (-15 -1378 ((-644 (-2 (|:| |val| |t#4|) (|:| -1470 $))) |t#4| $)) (-15 -1997 ((-644 $) |t#4| $)) (-15 -1997 ((-644 $) (-644 |t#4|) $)) (-15 -1997 ((-644 $) (-644 |t#4|) (-644 $))) (-15 -1997 ((-644 $) |t#4| (-644 $))) (-15 -3998 ((-644 $) |t#4| $)) (-15 -3998 ((-644 $) |t#4| (-644 $))) (-15 -3998 ((-644 $) (-644 |t#4|) $)) (-15 -3998 ((-644 $) (-644 |t#4|) (-644 $))) (-15 -2921 ($ |t#4| $)) (-15 -2921 ($ (-644 |t#4|) $)) (-15 -3369 ((-644 $) |t#4| $)) (-15 -3369 ((-644 $) |t#4| (-644 $))) (-15 -3369 ((-644 $) (-644 |t#4|) $)) (-15 -3369 ((-644 $) (-644 |t#4|) (-644 $))) (-15 -2779 ((-644 $) (-644 |t#4|) (-112)))))
-(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1207 |#1| |#2| |#3| |#4|) . T) ((-1214) . T))
-((-2420 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#5|) 87)) (-1836 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|) 128)) (-2746 (((-644 |#5|) |#4| |#5|) 75)) (-3612 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|) 48) (((-112) |#4| |#5|) 56)) (-2036 (((-1269)) 37)) (-3950 (((-1269)) 26)) (-2120 (((-1269) (-1157) (-1157) (-1157)) 33)) (-2776 (((-1269) (-1157) (-1157) (-1157)) 22)) (-1975 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#4| |#4| |#5|) 108)) (-3339 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#3| (-112)) 119) (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5| (-112) (-112)) 53)) (-2371 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|) 114)))
-(((-1071 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2776 ((-1269) (-1157) (-1157) (-1157))) (-15 -3950 ((-1269))) (-15 -2120 ((-1269) (-1157) (-1157) (-1157))) (-15 -2036 ((-1269))) (-15 -1975 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -3339 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -3339 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#3| (-112))) (-15 -2371 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -1836 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -3612 ((-112) |#4| |#5|)) (-15 -3612 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -2746 ((-644 |#5|) |#4| |#5|)) (-15 -2420 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#5|))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -1071))
-((-2420 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2746 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4)) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3612 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3612 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1836 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2371 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3339 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1470 *9)))) (-5 *5 (-112)) (-4 *8 (-1064 *6 *7 *4)) (-4 *9 (-1070 *6 *7 *4 *8)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *4 (-850)) (-5 *2 (-644 (-2 (|:| |val| *8) (|:| -1470 *9)))) (-5 *1 (-1071 *6 *7 *4 *8 *9)))) (-3339 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-1071 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-1975 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2036 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269)) (-5 *1 (-1071 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-2120 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269)) (-5 *1 (-1071 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3950 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269)) (-5 *1 (-1071 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-2776 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269)) (-5 *1 (-1071 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2776 ((-1269) (-1157) (-1157) (-1157))) (-15 -3950 ((-1269))) (-15 -2120 ((-1269) (-1157) (-1157) (-1157))) (-15 -2036 ((-1269))) (-15 -1975 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -3339 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -3339 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#3| (-112))) (-15 -2371 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -1836 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -3612 ((-112) |#4| |#5|)) (-15 -3612 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -2746 ((-644 |#5|) |#4| |#5|)) (-15 -2420 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#5|)))
-((-2988 (((-112) $ $) NIL)) (-1385 (((-1213) $) 13)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2080 (((-1134) $) 10)) (-3152 (((-862) $) 20) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1072) (-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $)) (-15 -1385 ((-1213) $))))) (T -1072))
-((-2080 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1072)))) (-1385 (*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-1072)))))
-(-13 (-1082) (-10 -8 (-15 -2080 ((-1134) $)) (-15 -1385 ((-1213) $))))
-((-3434 (((-112) $ $) 7)))
-(((-1073) (-13 (-1214) (-10 -8 (-15 -3434 ((-112) $ $))))) (T -1073))
-((-3434 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1073)))))
-(-13 (-1214) (-10 -8 (-15 -3434 ((-112) $ $))))
-((-2988 (((-112) $ $) NIL)) (-1368 (((-1175) $) 8)) (-3380 (((-1157) $) 17)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 11)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 14)))
-(((-1074 |#1|) (-13 (-1099) (-10 -8 (-15 -1368 ((-1175) $)))) (-1175)) (T -1074))
-((-1368 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1074 *3)) (-14 *3 *2))))
-(-13 (-1099) (-10 -8 (-15 -1368 ((-1175) $))))
-((-2988 (((-112) $ $) NIL)) (-4159 (($ $ (-644 (-1175)) (-1 (-112) (-644 |#3|))) 34)) (-3840 (($ |#3| |#3|) 23) (($ |#3| |#3| (-644 (-1175))) 21)) (-3124 ((|#3| $) 13)) (-2229 (((-3 (-295 |#3|) "failed") $) 60)) (-4158 (((-295 |#3|) $) NIL)) (-4080 (((-644 (-1175)) $) 16)) (-2399 (((-892 |#1|) $) 11)) (-3114 ((|#3| $) 12)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1309 ((|#3| $ |#3|) 28) ((|#3| $ |#3| (-921)) 41)) (-3152 (((-862) $) 89) (($ (-295 |#3|)) 22)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 38)))
-(((-1075 |#1| |#2| |#3|) (-13 (-1099) (-287 |#3| |#3|) (-1038 (-295 |#3|)) (-10 -8 (-15 -3840 ($ |#3| |#3|)) (-15 -3840 ($ |#3| |#3| (-644 (-1175)))) (-15 -4159 ($ $ (-644 (-1175)) (-1 (-112) (-644 |#3|)))) (-15 -2399 ((-892 |#1|) $)) (-15 -3114 (|#3| $)) (-15 -3124 (|#3| $)) (-15 -1309 (|#3| $ |#3| (-921))) (-15 -4080 ((-644 (-1175)) $)))) (-1099) (-13 (-1049) (-886 |#1|) (-614 (-892 |#1|))) (-13 (-432 |#2|) (-886 |#1|) (-614 (-892 |#1|)))) (T -1075))
-((-3840 (*1 *1 *2 *2) (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))) (-5 *1 (-1075 *3 *4 *2)) (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))) (-3840 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-1075 *4 *5 *2)) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))) (-4159 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-1 (-112) (-644 *6))) (-4 *6 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-1075 *4 *5 *6)))) (-2399 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 *2))) (-5 *2 (-892 *3)) (-5 *1 (-1075 *3 *4 *5)) (-4 *5 (-13 (-432 *4) (-886 *3) (-614 *2))))) (-3114 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))) (-5 *1 (-1075 *3 *4 *2)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))))) (-3124 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))) (-5 *1 (-1075 *3 *4 *2)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))))) (-1309 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-921)) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-1075 *4 *5 *2)) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))) (-4080 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))) (-5 *2 (-644 (-1175))) (-5 *1 (-1075 *3 *4 *5)) (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))))
-(-13 (-1099) (-287 |#3| |#3|) (-1038 (-295 |#3|)) (-10 -8 (-15 -3840 ($ |#3| |#3|)) (-15 -3840 ($ |#3| |#3| (-644 (-1175)))) (-15 -4159 ($ $ (-644 (-1175)) (-1 (-112) (-644 |#3|)))) (-15 -2399 ((-892 |#1|) $)) (-15 -3114 (|#3| $)) (-15 -3124 (|#3| $)) (-15 -1309 (|#3| $ |#3| (-921))) (-15 -4080 ((-644 (-1175)) $))))
-((-2988 (((-112) $ $) NIL)) (-4128 (($ (-644 (-1075 |#1| |#2| |#3|))) 14)) (-2826 (((-644 (-1075 |#1| |#2| |#3|)) $) 21)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1309 ((|#3| $ |#3|) 24) ((|#3| $ |#3| (-921)) 27)) (-3152 (((-862) $) 17)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 20)))
-(((-1076 |#1| |#2| |#3|) (-13 (-1099) (-287 |#3| |#3|) (-10 -8 (-15 -4128 ($ (-644 (-1075 |#1| |#2| |#3|)))) (-15 -2826 ((-644 (-1075 |#1| |#2| |#3|)) $)) (-15 -1309 (|#3| $ |#3| (-921))))) (-1099) (-13 (-1049) (-886 |#1|) (-614 (-892 |#1|))) (-13 (-432 |#2|) (-886 |#1|) (-614 (-892 |#1|)))) (T -1076))
-((-4128 (*1 *1 *2) (-12 (-5 *2 (-644 (-1075 *3 *4 *5))) (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))) (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))) (-5 *1 (-1076 *3 *4 *5)))) (-2826 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))) (-5 *2 (-644 (-1075 *3 *4 *5))) (-5 *1 (-1076 *3 *4 *5)) (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))) (-1309 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-921)) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-1076 *4 *5 *2)) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))))
-(-13 (-1099) (-287 |#3| |#3|) (-10 -8 (-15 -4128 ($ (-644 (-1075 |#1| |#2| |#3|)))) (-15 -2826 ((-644 (-1075 |#1| |#2| |#3|)) $)) (-15 -1309 (|#3| $ |#3| (-921)))))
-((-4342 (((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112)) 88) (((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|))) 92) (((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112)) 90)))
-(((-1077 |#1| |#2|) (-10 -7 (-15 -4342 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112))) (-15 -4342 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -4342 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112)))) (-13 (-308) (-147)) (-644 (-1175))) (T -1077))
-((-4342 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5)))))) (-5 *1 (-1077 *5 *6)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))))) (-4342 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-2 (|:| -3149 (-1171 *4)) (|:| -3350 (-644 (-952 *4)))))) (-5 *1 (-1077 *4 *5)) (-5 *3 (-644 (-952 *4))) (-14 *5 (-644 (-1175))))) (-4342 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5)))))) (-5 *1 (-1077 *5 *6)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))))))
-(-10 -7 (-15 -4342 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112))) (-15 -4342 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -4342 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112))))
-((-1624 (((-420 |#3|) |#3|) 18)))
-(((-1078 |#1| |#2| |#3|) (-10 -7 (-15 -1624 ((-420 |#3|) |#3|))) (-1240 (-409 (-566))) (-13 (-365) (-147) (-724 (-409 (-566)) |#1|)) (-1240 |#2|)) (T -1078))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-1240 (-409 (-566)))) (-4 *5 (-13 (-365) (-147) (-724 (-409 (-566)) *4))) (-5 *2 (-420 *3)) (-5 *1 (-1078 *4 *5 *3)) (-4 *3 (-1240 *5)))))
-(-10 -7 (-15 -1624 ((-420 |#3|) |#3|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 141)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-365)))) (-2161 (($ $) NIL (|has| |#1| (-365)))) (-2345 (((-112) $) NIL (|has| |#1| (-365)))) (-3899 (((-689 |#1|) (-1264 $)) NIL) (((-689 |#1|)) 125)) (-3833 ((|#1| $) 130)) (-2894 (((-1187 (-921) (-771)) (-566)) NIL (|has| |#1| (-351)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| |#1| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-365)))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3870 (((-771)) 46 (|has| |#1| (-370)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-1563 (($ (-1264 |#1|) (-1264 $)) NIL) (($ (-1264 |#1|)) 49)) (-2347 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-351)))) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-3578 (((-689 |#1|) $ (-1264 $)) NIL) (((-689 |#1|) $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 115) (((-689 |#1|) (-689 $)) 110)) (-2873 (($ |#2|) 67) (((-3 $ "failed") (-409 |#2|)) NIL (|has| |#1| (-365)))) (-3245 (((-3 $ "failed") $) NIL)) (-2755 (((-921)) 84)) (-2715 (($) 50 (|has| |#1| (-370)))) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-3359 (($) NIL (|has| |#1| (-351)))) (-2466 (((-112) $) NIL (|has| |#1| (-351)))) (-1574 (($ $ (-771)) NIL (|has| |#1| (-351))) (($ $) NIL (|has| |#1| (-351)))) (-1615 (((-112) $) NIL (|has| |#1| (-365)))) (-2679 (((-921) $) NIL (|has| |#1| (-351))) (((-833 (-921)) $) NIL (|has| |#1| (-351)))) (-2389 (((-112) $) NIL)) (-2064 ((|#1| $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-351)))) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3468 ((|#2| $) 91 (|has| |#1| (-365)))) (-1866 (((-921) $) 150 (|has| |#1| (-370)))) (-2860 ((|#2| $) 64)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-3289 (($) NIL (|has| |#1| (-351)) CONST)) (-2835 (($ (-921)) 140 (|has| |#1| (-370)))) (-4072 (((-1119) $) NIL)) (-3302 (($) 132)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2442 (((-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))) NIL (|has| |#1| (-351)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-4068 ((|#1| (-1264 $)) NIL) ((|#1|) 119)) (-3169 (((-771) $) NIL (|has| |#1| (-351))) (((-3 (-771) "failed") $ $) NIL (|has| |#1| (-351)))) (-3629 (($ $) NIL (-2768 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-771)) NIL (-2768 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-1 |#1| |#1|) (-771)) NIL (|has| |#1| (-365))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-365)))) (-3225 (((-689 |#1|) (-1264 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-365)))) (-1705 ((|#2|) 80)) (-4122 (($) NIL (|has| |#1| (-351)))) (-3350 (((-1264 |#1|) $ (-1264 $)) 96) (((-689 |#1|) (-1264 $) (-1264 $)) NIL) (((-1264 |#1|) $) 77) (((-689 |#1|) (-1264 $)) 92)) (-2376 (((-1264 |#1|) $) NIL) (($ (-1264 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (|has| |#1| (-351)))) (-3152 (((-862) $) 63) (($ (-566)) 59) (($ |#1|) 60) (($ $) NIL (|has| |#1| (-365))) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))) (-2633 (($ $) NIL (|has| |#1| (-351))) (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2318 ((|#2| $) 89)) (-2593 (((-771)) 82 T CONST)) (-3044 (((-112) $ $) NIL)) (-2875 (((-1264 $)) 88)) (-3014 (((-112) $ $) NIL (|has| |#1| (-365)))) (-4356 (($) 32 T CONST)) (-4366 (($) 19 T CONST)) (-3497 (($ $) NIL (-2768 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-771)) NIL (-2768 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-1 |#1| |#1|) (-771)) NIL (|has| |#1| (-365))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-365)))) (-2914 (((-112) $ $) 69)) (-3025 (($ $ $) NIL (|has| |#1| (-365)))) (-3012 (($ $) 73) (($ $ $) NIL)) (-3002 (($ $ $) 71)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 57) (($ $ $) 75) (($ $ |#1|) NIL) (($ |#1| $) 54) (($ (-409 (-566)) $) NIL (|has| |#1| (-365))) (($ $ (-409 (-566))) NIL (|has| |#1| (-365)))))
-(((-1079 |#1| |#2| |#3|) (-724 |#1| |#2|) (-172) (-1240 |#1|) |#2|) (T -1079))
+((-4101 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-3248 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2437 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-4101 (*1 *2 *1) (-12 (-4 *1 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-2735 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-3766 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-3 (-112) (-644 *1))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-1772 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *1)))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-1772 (*1 *2 *3 *1) (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2647 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)))) (-3606 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-3 *3 (-644 *1))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-3331 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *1)))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-1778 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *1)))) (-4 *1 (-1070 *4 *5 *6 *3)))) (-1980 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)))) (-1980 (*1 *2 *3 *1) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *7)))) (-1980 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)))) (-1980 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)))) (-2556 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)))) (-2556 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)))) (-2556 (*1 *2 *3 *1) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *7)))) (-2556 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)))) (-2931 (*1 *1 *2 *1) (-12 (-4 *1 (-1070 *3 *4 *5 *2)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-2931 (*1 *1 *2 *1) (-12 (-5 *2 (-644 *6)) (-4 *1 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)))) (-2929 (*1 *2 *3 *1) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)))) (-2929 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)))) (-2929 (*1 *2 *3 *1) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *7)))) (-2929 (*1 *2 *3 *2) (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)))) (-4141 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1070 *5 *6 *7 *8)))))
+(-13 (-1208 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -4101 ((-112) |t#4| $)) (-15 -3248 ((-112) |t#4| $)) (-15 -2437 ((-112) |t#4| $)) (-15 -4101 ((-112) $)) (-15 -2735 ((-112) |t#4| $)) (-15 -3766 ((-3 (-112) (-644 $)) |t#4| $)) (-15 -1772 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 $))) |t#4| $)) (-15 -1772 ((-112) |t#4| $)) (-15 -2647 ((-644 $) |t#4| $)) (-15 -3606 ((-3 |t#4| (-644 $)) |t#4| |t#4| $)) (-15 -3331 ((-644 (-2 (|:| |val| |t#4|) (|:| -1791 $))) |t#4| |t#4| $)) (-15 -1778 ((-644 (-2 (|:| |val| |t#4|) (|:| -1791 $))) |t#4| $)) (-15 -1980 ((-644 $) |t#4| $)) (-15 -1980 ((-644 $) (-644 |t#4|) $)) (-15 -1980 ((-644 $) (-644 |t#4|) (-644 $))) (-15 -1980 ((-644 $) |t#4| (-644 $))) (-15 -2556 ((-644 $) |t#4| $)) (-15 -2556 ((-644 $) |t#4| (-644 $))) (-15 -2556 ((-644 $) (-644 |t#4|) $)) (-15 -2556 ((-644 $) (-644 |t#4|) (-644 $))) (-15 -2931 ($ |t#4| $)) (-15 -2931 ($ (-644 |t#4|) $)) (-15 -2929 ((-644 $) |t#4| $)) (-15 -2929 ((-644 $) |t#4| (-644 $))) (-15 -2929 ((-644 $) (-644 |t#4|) $)) (-15 -2929 ((-644 $) (-644 |t#4|) (-644 $))) (-15 -4141 ((-644 $) (-644 |t#4|) (-112)))))
+(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1208 |#1| |#2| |#3| |#4|) . T) ((-1215) . T))
+((-1818 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#5|) 87)) (-4069 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|) 128)) (-3869 (((-644 |#5|) |#4| |#5|) 75)) (-3494 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|) 48) (((-112) |#4| |#5|) 56)) (-2309 (((-1270)) 37)) (-3431 (((-1270)) 26)) (-3858 (((-1270) (-1157) (-1157) (-1157)) 33)) (-4115 (((-1270) (-1157) (-1157) (-1157)) 22)) (-2994 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#4| |#4| |#5|) 108)) (-2564 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#3| (-112)) 119) (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5| (-112) (-112)) 53)) (-1412 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|) 114)))
+(((-1071 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4115 ((-1270) (-1157) (-1157) (-1157))) (-15 -3431 ((-1270))) (-15 -3858 ((-1270) (-1157) (-1157) (-1157))) (-15 -2309 ((-1270))) (-15 -2994 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -2564 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -2564 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#3| (-112))) (-15 -1412 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -4069 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -3494 ((-112) |#4| |#5|)) (-15 -3494 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -3869 ((-644 |#5|) |#4| |#5|)) (-15 -1818 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#5|))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -1071))
+((-1818 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3869 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4)) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3494 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3494 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-4069 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1412 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2564 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1791 *9)))) (-5 *5 (-112)) (-4 *8 (-1064 *6 *7 *4)) (-4 *9 (-1070 *6 *7 *4 *8)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *4 (-850)) (-5 *2 (-644 (-2 (|:| |val| *8) (|:| -1791 *9)))) (-5 *1 (-1071 *6 *7 *4 *8 *9)))) (-2564 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-1071 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-2994 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))) (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2309 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270)) (-5 *1 (-1071 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-3858 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270)) (-5 *1 (-1071 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3431 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270)) (-5 *1 (-1071 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-4115 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270)) (-5 *1 (-1071 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(-10 -7 (-15 -4115 ((-1270) (-1157) (-1157) (-1157))) (-15 -3431 ((-1270))) (-15 -3858 ((-1270) (-1157) (-1157) (-1157))) (-15 -2309 ((-1270))) (-15 -2994 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -2564 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -2564 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#3| (-112))) (-15 -1412 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -4069 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -3494 ((-112) |#4| |#5|)) (-15 -3494 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -3869 ((-644 |#5|) |#4| |#5|)) (-15 -1818 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#5|)))
+((-4124 (((-112) $ $) NIL)) (-4240 (((-1214) $) 13)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3696 (((-1134) $) 10)) (-1650 (((-862) $) 20) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1072) (-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $)) (-15 -4240 ((-1214) $))))) (T -1072))
+((-3696 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1072)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-1072)))))
+(-13 (-1082) (-10 -8 (-15 -3696 ((-1134) $)) (-15 -4240 ((-1214) $))))
+((-1900 (((-112) $ $) 7)))
+(((-1073) (-13 (-1215) (-10 -8 (-15 -1900 ((-112) $ $))))) (T -1073))
+((-1900 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1073)))))
+(-13 (-1215) (-10 -8 (-15 -1900 ((-112) $ $))))
+((-4124 (((-112) $ $) NIL)) (-3707 (((-1175) $) 8)) (-3057 (((-1157) $) 17)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 11)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 14)))
+(((-1074 |#1|) (-13 (-1099) (-10 -8 (-15 -3707 ((-1175) $)))) (-1175)) (T -1074))
+((-3707 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1074 *3)) (-14 *3 *2))))
+(-13 (-1099) (-10 -8 (-15 -3707 ((-1175) $))))
+((-4124 (((-112) $ $) NIL)) (-4358 (($ $ (-644 (-1175)) (-1 (-112) (-644 |#3|))) 34)) (-4151 (($ |#3| |#3|) 23) (($ |#3| |#3| (-644 (-1175))) 21)) (-2699 ((|#3| $) 13)) (-1821 (((-3 (-295 |#3|) "failed") $) 60)) (-3213 (((-295 |#3|) $) NIL)) (-2136 (((-644 (-1175)) $) 16)) (-3998 (((-892 |#1|) $) 11)) (-2687 ((|#3| $) 12)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3483 ((|#3| $ |#3|) 28) ((|#3| $ |#3| (-921)) 41)) (-1650 (((-862) $) 89) (($ (-295 |#3|)) 22)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 38)))
+(((-1075 |#1| |#2| |#3|) (-13 (-1099) (-287 |#3| |#3|) (-1038 (-295 |#3|)) (-10 -8 (-15 -4151 ($ |#3| |#3|)) (-15 -4151 ($ |#3| |#3| (-644 (-1175)))) (-15 -4358 ($ $ (-644 (-1175)) (-1 (-112) (-644 |#3|)))) (-15 -3998 ((-892 |#1|) $)) (-15 -2687 (|#3| $)) (-15 -2699 (|#3| $)) (-15 -3483 (|#3| $ |#3| (-921))) (-15 -2136 ((-644 (-1175)) $)))) (-1099) (-13 (-1049) (-886 |#1|) (-614 (-892 |#1|))) (-13 (-432 |#2|) (-886 |#1|) (-614 (-892 |#1|)))) (T -1075))
+((-4151 (*1 *1 *2 *2) (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))) (-5 *1 (-1075 *3 *4 *2)) (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))) (-4151 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-1075 *4 *5 *2)) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))) (-4358 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-1 (-112) (-644 *6))) (-4 *6 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-1075 *4 *5 *6)))) (-3998 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 *2))) (-5 *2 (-892 *3)) (-5 *1 (-1075 *3 *4 *5)) (-4 *5 (-13 (-432 *4) (-886 *3) (-614 *2))))) (-2687 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))) (-5 *1 (-1075 *3 *4 *2)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))))) (-2699 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))) (-5 *1 (-1075 *3 *4 *2)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))))) (-3483 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-921)) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-1075 *4 *5 *2)) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))) (-2136 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))) (-5 *2 (-644 (-1175))) (-5 *1 (-1075 *3 *4 *5)) (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))))
+(-13 (-1099) (-287 |#3| |#3|) (-1038 (-295 |#3|)) (-10 -8 (-15 -4151 ($ |#3| |#3|)) (-15 -4151 ($ |#3| |#3| (-644 (-1175)))) (-15 -4358 ($ $ (-644 (-1175)) (-1 (-112) (-644 |#3|)))) (-15 -3998 ((-892 |#1|) $)) (-15 -2687 (|#3| $)) (-15 -2699 (|#3| $)) (-15 -3483 (|#3| $ |#3| (-921))) (-15 -2136 ((-644 (-1175)) $))))
+((-4124 (((-112) $ $) NIL)) (-4327 (($ (-644 (-1075 |#1| |#2| |#3|))) 14)) (-1876 (((-644 (-1075 |#1| |#2| |#3|)) $) 21)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3483 ((|#3| $ |#3|) 24) ((|#3| $ |#3| (-921)) 27)) (-1650 (((-862) $) 17)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 20)))
+(((-1076 |#1| |#2| |#3|) (-13 (-1099) (-287 |#3| |#3|) (-10 -8 (-15 -4327 ($ (-644 (-1075 |#1| |#2| |#3|)))) (-15 -1876 ((-644 (-1075 |#1| |#2| |#3|)) $)) (-15 -3483 (|#3| $ |#3| (-921))))) (-1099) (-13 (-1049) (-886 |#1|) (-614 (-892 |#1|))) (-13 (-432 |#2|) (-886 |#1|) (-614 (-892 |#1|)))) (T -1076))
+((-4327 (*1 *1 *2) (-12 (-5 *2 (-644 (-1075 *3 *4 *5))) (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))) (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))) (-5 *1 (-1076 *3 *4 *5)))) (-1876 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3)))) (-5 *2 (-644 (-1075 *3 *4 *5))) (-5 *1 (-1076 *3 *4 *5)) (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))) (-3483 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-921)) (-4 *4 (-1099)) (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4)))) (-5 *1 (-1076 *4 *5 *2)) (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))))
+(-13 (-1099) (-287 |#3| |#3|) (-10 -8 (-15 -4327 ($ (-644 (-1075 |#1| |#2| |#3|)))) (-15 -1876 ((-644 (-1075 |#1| |#2| |#3|)) $)) (-15 -3483 (|#3| $ |#3| (-921)))))
+((-2948 (((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112)) 88) (((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|))) 92) (((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112)) 90)))
+(((-1077 |#1| |#2|) (-10 -7 (-15 -2948 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112))) (-15 -2948 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -2948 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112)))) (-13 (-308) (-147)) (-644 (-1175))) (T -1077))
+((-2948 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5)))))) (-5 *1 (-1077 *5 *6)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))))) (-2948 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-2 (|:| -1356 (-1171 *4)) (|:| -2702 (-644 (-952 *4)))))) (-5 *1 (-1077 *4 *5)) (-5 *3 (-644 (-952 *4))) (-14 *5 (-644 (-1175))))) (-2948 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5)))))) (-5 *1 (-1077 *5 *6)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))))))
+(-10 -7 (-15 -2948 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112))) (-15 -2948 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -2948 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112))))
+((-3846 (((-420 |#3|) |#3|) 18)))
+(((-1078 |#1| |#2| |#3|) (-10 -7 (-15 -3846 ((-420 |#3|) |#3|))) (-1241 (-409 (-566))) (-13 (-365) (-147) (-724 (-409 (-566)) |#1|)) (-1241 |#2|)) (T -1078))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-1241 (-409 (-566)))) (-4 *5 (-13 (-365) (-147) (-724 (-409 (-566)) *4))) (-5 *2 (-420 *3)) (-5 *1 (-1078 *4 *5 *3)) (-4 *3 (-1241 *5)))))
+(-10 -7 (-15 -3846 ((-420 |#3|) |#3|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 141)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-365)))) (-4282 (($ $) NIL (|has| |#1| (-365)))) (-2296 (((-112) $) NIL (|has| |#1| (-365)))) (-4266 (((-689 |#1|) (-1265 $)) NIL) (((-689 |#1|)) 125)) (-2881 ((|#1| $) 130)) (-2638 (((-1188 (-921) (-771)) (-566)) NIL (|has| |#1| (-351)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| |#1| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-365)))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3571 (((-771)) 46 (|has| |#1| (-370)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-3189 (($ (-1265 |#1|) (-1265 $)) NIL) (($ (-1265 |#1|)) 49)) (-2312 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-351)))) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-3186 (((-689 |#1|) $ (-1265 $)) NIL) (((-689 |#1|) $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 115) (((-689 |#1|) (-689 $)) 110)) (-1936 (($ |#2|) 67) (((-3 $ "failed") (-409 |#2|)) NIL (|has| |#1| (-365)))) (-4185 (((-3 $ "failed") $) NIL)) (-3486 (((-921)) 84)) (-3341 (($) 50 (|has| |#1| (-370)))) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2814 (($) NIL (|has| |#1| (-351)))) (-4179 (((-112) $) NIL (|has| |#1| (-351)))) (-3271 (($ $ (-771)) NIL (|has| |#1| (-351))) (($ $) NIL (|has| |#1| (-351)))) (-2422 (((-112) $) NIL (|has| |#1| (-365)))) (-2464 (((-921) $) NIL (|has| |#1| (-351))) (((-833 (-921)) $) NIL (|has| |#1| (-351)))) (-1568 (((-112) $) NIL)) (-1435 ((|#1| $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-351)))) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1505 ((|#2| $) 91 (|has| |#1| (-365)))) (-4350 (((-921) $) 150 (|has| |#1| (-370)))) (-1924 ((|#2| $) 64)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-1783 (($) NIL (|has| |#1| (-351)) CONST)) (-1351 (($ (-921)) 140 (|has| |#1| (-370)))) (-2029 (((-1119) $) NIL)) (-2529 (($) 132)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3924 (((-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))) NIL (|has| |#1| (-351)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2018 ((|#1| (-1265 $)) NIL) ((|#1|) 119)) (-1529 (((-771) $) NIL (|has| |#1| (-351))) (((-3 (-771) "failed") $ $) NIL (|has| |#1| (-351)))) (-2324 (($ $) NIL (-2700 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-771)) NIL (-2700 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-1 |#1| |#1|) (-771)) NIL (|has| |#1| (-365))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-365)))) (-3970 (((-689 |#1|) (-1265 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-365)))) (-2068 ((|#2|) 80)) (-2484 (($) NIL (|has| |#1| (-351)))) (-2702 (((-1265 |#1|) $ (-1265 $)) 96) (((-689 |#1|) (-1265 $) (-1265 $)) NIL) (((-1265 |#1|) $) 77) (((-689 |#1|) (-1265 $)) 92)) (-1945 (((-1265 |#1|) $) NIL) (($ (-1265 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (|has| |#1| (-351)))) (-1650 (((-862) $) 63) (($ (-566)) 59) (($ |#1|) 60) (($ $) NIL (|has| |#1| (-365))) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-365)) (|has| |#1| (-1038 (-409 (-566))))))) (-2097 (($ $) NIL (|has| |#1| (-351))) (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2080 ((|#2| $) 89)) (-2910 (((-771)) 82 T CONST)) (-2657 (((-112) $ $) NIL)) (-3781 (((-1265 $)) 88)) (-3679 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3410 (($) 32 T CONST)) (-3424 (($) 19 T CONST)) (-3218 (($ $) NIL (-2700 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-771)) NIL (-2700 (-12 (|has| |#1| (-233)) (|has| |#1| (-365))) (|has| |#1| (-351)))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-365)) (|has| |#1| (-900 (-1175))))) (($ $ (-1 |#1| |#1|) (-771)) NIL (|has| |#1| (-365))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-365)))) (-2868 (((-112) $ $) 69)) (-2990 (($ $ $) NIL (|has| |#1| (-365)))) (-2977 (($ $) 73) (($ $ $) NIL)) (-2964 (($ $ $) 71)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 57) (($ $ $) 75) (($ $ |#1|) NIL) (($ |#1| $) 54) (($ (-409 (-566)) $) NIL (|has| |#1| (-365))) (($ $ (-409 (-566))) NIL (|has| |#1| (-365)))))
+(((-1079 |#1| |#2| |#3|) (-724 |#1| |#2|) (-172) (-1241 |#1|) |#2|) (T -1079))
NIL
(-724 |#1| |#2|)
-((-1624 (((-420 |#3|) |#3|) 19)))
-(((-1080 |#1| |#2| |#3|) (-10 -7 (-15 -1624 ((-420 |#3|) |#3|))) (-1240 (-409 (-952 (-566)))) (-13 (-365) (-147) (-724 (-409 (-952 (-566))) |#1|)) (-1240 |#2|)) (T -1080))
-((-1624 (*1 *2 *3) (-12 (-4 *4 (-1240 (-409 (-952 (-566))))) (-4 *5 (-13 (-365) (-147) (-724 (-409 (-952 (-566))) *4))) (-5 *2 (-420 *3)) (-5 *1 (-1080 *4 *5 *3)) (-4 *3 (-1240 *5)))))
-(-10 -7 (-15 -1624 ((-420 |#3|) |#3|)))
-((-2988 (((-112) $ $) NIL)) (-1478 (($ $ $) 16)) (-2599 (($ $ $) 17)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1709 (($) 6)) (-2376 (((-1175) $) 20)) (-3152 (((-862) $) 13)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 15)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 9)))
-(((-1081) (-13 (-850) (-614 (-1175)) (-10 -8 (-15 -1709 ($))))) (T -1081))
-((-1709 (*1 *1) (-5 *1 (-1081))))
-(-13 (-850) (-614 (-1175)) (-10 -8 (-15 -1709 ($))))
-((-2988 (((-112) $ $) 7)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-1180)) 17) (((-1180) $) 16)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-3846 (((-420 |#3|) |#3|) 19)))
+(((-1080 |#1| |#2| |#3|) (-10 -7 (-15 -3846 ((-420 |#3|) |#3|))) (-1241 (-409 (-952 (-566)))) (-13 (-365) (-147) (-724 (-409 (-952 (-566))) |#1|)) (-1241 |#2|)) (T -1080))
+((-3846 (*1 *2 *3) (-12 (-4 *4 (-1241 (-409 (-952 (-566))))) (-4 *5 (-13 (-365) (-147) (-724 (-409 (-952 (-566))) *4))) (-5 *2 (-420 *3)) (-5 *1 (-1080 *4 *5 *3)) (-4 *3 (-1241 *5)))))
+(-10 -7 (-15 -3846 ((-420 |#3|) |#3|)))
+((-4124 (((-112) $ $) NIL)) (-1888 (($ $ $) 16)) (-3890 (($ $ $) 17)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2101 (($) 6)) (-1945 (((-1175) $) 20)) (-1650 (((-862) $) 13)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 15)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 9)))
+(((-1081) (-13 (-850) (-614 (-1175)) (-10 -8 (-15 -2101 ($))))) (T -1081))
+((-2101 (*1 *1) (-5 *1 (-1081))))
+(-13 (-850) (-614 (-1175)) (-10 -8 (-15 -2101 ($))))
+((-4124 (((-112) $ $) 7)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-1180)) 17) (((-1180) $) 16)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-1082) (-140)) (T -1082))
NIL
(-13 (-93))
(((-93) . T) ((-102) . T) ((-616 #0=(-1180)) . T) ((-613 (-862)) . T) ((-613 #0#) . T) ((-492 #0#) . T) ((-1099) . T))
-((-3349 ((|#1| |#1| (-1 (-566) |#1| |#1|)) 43) ((|#1| |#1| (-1 (-112) |#1|)) 34)) (-1884 (((-1269)) 22)) (-3226 (((-644 |#1|)) 13)))
-(((-1083 |#1|) (-10 -7 (-15 -1884 ((-1269))) (-15 -3226 ((-644 |#1|))) (-15 -3349 (|#1| |#1| (-1 (-112) |#1|))) (-15 -3349 (|#1| |#1| (-1 (-566) |#1| |#1|)))) (-132)) (T -1083))
-((-3349 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-566) *2 *2)) (-4 *2 (-132)) (-5 *1 (-1083 *2)))) (-3349 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-132)) (-5 *1 (-1083 *2)))) (-3226 (*1 *2) (-12 (-5 *2 (-644 *3)) (-5 *1 (-1083 *3)) (-4 *3 (-132)))) (-1884 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1083 *3)) (-4 *3 (-132)))))
-(-10 -7 (-15 -1884 ((-1269))) (-15 -3226 ((-644 |#1|))) (-15 -3349 (|#1| |#1| (-1 (-112) |#1|))) (-15 -3349 (|#1| |#1| (-1 (-566) |#1| |#1|))))
-((-3153 (($ (-109) $) 20)) (-3585 (((-691 (-109)) (-508) $) 19)) (-3493 (($) 7)) (-2601 (($) 21)) (-2311 (($) 22)) (-4047 (((-644 (-175)) $) 10)) (-3152 (((-862) $) 25)))
-(((-1084) (-13 (-613 (-862)) (-10 -8 (-15 -3493 ($)) (-15 -4047 ((-644 (-175)) $)) (-15 -3585 ((-691 (-109)) (-508) $)) (-15 -3153 ($ (-109) $)) (-15 -2601 ($)) (-15 -2311 ($))))) (T -1084))
-((-3493 (*1 *1) (-5 *1 (-1084))) (-4047 (*1 *2 *1) (-12 (-5 *2 (-644 (-175))) (-5 *1 (-1084)))) (-3585 (*1 *2 *3 *1) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-109))) (-5 *1 (-1084)))) (-3153 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1084)))) (-2601 (*1 *1) (-5 *1 (-1084))) (-2311 (*1 *1) (-5 *1 (-1084))))
-(-13 (-613 (-862)) (-10 -8 (-15 -3493 ($)) (-15 -4047 ((-644 (-175)) $)) (-15 -3585 ((-691 (-109)) (-508) $)) (-15 -3153 ($ (-109) $)) (-15 -2601 ($)) (-15 -2311 ($))))
-((-2336 (((-1264 (-689 |#1|)) (-644 (-689 |#1|))) 47) (((-1264 (-689 (-952 |#1|))) (-644 (-1175)) (-689 (-952 |#1|))) 75) (((-1264 (-689 (-409 (-952 |#1|)))) (-644 (-1175)) (-689 (-409 (-952 |#1|)))) 92)) (-3350 (((-1264 |#1|) (-689 |#1|) (-644 (-689 |#1|))) 41)))
-(((-1085 |#1|) (-10 -7 (-15 -2336 ((-1264 (-689 (-409 (-952 |#1|)))) (-644 (-1175)) (-689 (-409 (-952 |#1|))))) (-15 -2336 ((-1264 (-689 (-952 |#1|))) (-644 (-1175)) (-689 (-952 |#1|)))) (-15 -2336 ((-1264 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -3350 ((-1264 |#1|) (-689 |#1|) (-644 (-689 |#1|))))) (-365)) (T -1085))
-((-3350 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-689 *5))) (-5 *3 (-689 *5)) (-4 *5 (-365)) (-5 *2 (-1264 *5)) (-5 *1 (-1085 *5)))) (-2336 (*1 *2 *3) (-12 (-5 *3 (-644 (-689 *4))) (-4 *4 (-365)) (-5 *2 (-1264 (-689 *4))) (-5 *1 (-1085 *4)))) (-2336 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1175))) (-4 *5 (-365)) (-5 *2 (-1264 (-689 (-952 *5)))) (-5 *1 (-1085 *5)) (-5 *4 (-689 (-952 *5))))) (-2336 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1175))) (-4 *5 (-365)) (-5 *2 (-1264 (-689 (-409 (-952 *5))))) (-5 *1 (-1085 *5)) (-5 *4 (-689 (-409 (-952 *5)))))))
-(-10 -7 (-15 -2336 ((-1264 (-689 (-409 (-952 |#1|)))) (-644 (-1175)) (-689 (-409 (-952 |#1|))))) (-15 -2336 ((-1264 (-689 (-952 |#1|))) (-644 (-1175)) (-689 (-952 |#1|)))) (-15 -2336 ((-1264 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -3350 ((-1264 |#1|) (-689 |#1|) (-644 (-689 |#1|)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1825 (((-644 (-771)) $) NIL) (((-644 (-771)) $ (-1175)) NIL)) (-1784 (((-771) $) NIL) (((-771) $ (-1175)) NIL)) (-1771 (((-644 (-1087 (-1175))) $) NIL)) (-1590 (((-1171 $) $ (-1087 (-1175))) NIL) (((-1171 |#1|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-1087 (-1175)))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1378 (($ $) NIL (|has| |#1| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1559 (($ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1087 (-1175)) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL) (((-3 (-1124 |#1| (-1175)) "failed") $) NIL)) (-4158 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1087 (-1175)) $) NIL) (((-1175) $) NIL) (((-1124 |#1| (-1175)) $) NIL)) (-2610 (($ $ $ (-1087 (-1175))) NIL (|has| |#1| (-172)))) (-2814 (($ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#1| (-454))) (($ $ (-1087 (-1175))) NIL (|has| |#1| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-909)))) (-1896 (($ $ |#1| (-533 (-1087 (-1175))) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1087 (-1175)) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1087 (-1175)) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2679 (((-771) $ (-1175)) NIL) (((-771) $) NIL)) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1757 (($ (-1171 |#1|) (-1087 (-1175))) NIL) (($ (-1171 $) (-1087 (-1175))) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-533 (-1087 (-1175)))) NIL) (($ $ (-1087 (-1175)) (-771)) NIL) (($ $ (-644 (-1087 (-1175))) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-1087 (-1175))) NIL)) (-2749 (((-533 (-1087 (-1175))) $) NIL) (((-771) $ (-1087 (-1175))) NIL) (((-644 (-771)) $ (-644 (-1087 (-1175)))) NIL)) (-3021 (($ (-1 (-533 (-1087 (-1175))) (-533 (-1087 (-1175)))) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-1545 (((-1 $ (-771)) (-1175)) NIL) (((-1 $ (-771)) $) NIL (|has| |#1| (-233)))) (-2297 (((-3 (-1087 (-1175)) "failed") $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-1528 (((-1087 (-1175)) $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3380 (((-1157) $) NIL)) (-2663 (((-112) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-1087 (-1175))) (|:| -2201 (-771))) "failed") $) NIL)) (-3779 (($ $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#1| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-909)))) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1087 (-1175)) |#1|) NIL) (($ $ (-644 (-1087 (-1175))) (-644 |#1|)) NIL) (($ $ (-1087 (-1175)) $) NIL) (($ $ (-644 (-1087 (-1175))) (-644 $)) NIL) (($ $ (-1175) $) NIL (|has| |#1| (-233))) (($ $ (-644 (-1175)) (-644 $)) NIL (|has| |#1| (-233))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-233))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-233)))) (-4068 (($ $ (-1087 (-1175))) NIL (|has| |#1| (-172)))) (-3629 (($ $ (-1087 (-1175))) NIL) (($ $ (-644 (-1087 (-1175)))) NIL) (($ $ (-1087 (-1175)) (-771)) NIL) (($ $ (-644 (-1087 (-1175))) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-4037 (((-644 (-1175)) $) NIL)) (-3902 (((-533 (-1087 (-1175))) $) NIL) (((-771) $ (-1087 (-1175))) NIL) (((-644 (-771)) $ (-644 (-1087 (-1175)))) NIL) (((-771) $ (-1175)) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-1087 (-1175)) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1087 (-1175)) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1087 (-1175)) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-3173 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-1087 (-1175))) NIL (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-1087 (-1175))) NIL) (($ (-1175)) NIL) (($ (-1124 |#1| (-1175))) NIL) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-533 (-1087 (-1175)))) NIL) (($ $ (-1087 (-1175)) (-771)) NIL) (($ $ (-644 (-1087 (-1175))) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-1087 (-1175))) NIL) (($ $ (-644 (-1087 (-1175)))) NIL) (($ $ (-1087 (-1175)) (-771)) NIL) (($ $ (-644 (-1087 (-1175))) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+((-2690 ((|#1| |#1| (-1 (-566) |#1| |#1|)) 43) ((|#1| |#1| (-1 (-112) |#1|)) 34)) (-2209 (((-1270)) 22)) (-2933 (((-644 |#1|)) 13)))
+(((-1083 |#1|) (-10 -7 (-15 -2209 ((-1270))) (-15 -2933 ((-644 |#1|))) (-15 -2690 (|#1| |#1| (-1 (-112) |#1|))) (-15 -2690 (|#1| |#1| (-1 (-566) |#1| |#1|)))) (-132)) (T -1083))
+((-2690 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-566) *2 *2)) (-4 *2 (-132)) (-5 *1 (-1083 *2)))) (-2690 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-132)) (-5 *1 (-1083 *2)))) (-2933 (*1 *2) (-12 (-5 *2 (-644 *3)) (-5 *1 (-1083 *3)) (-4 *3 (-132)))) (-2209 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1083 *3)) (-4 *3 (-132)))))
+(-10 -7 (-15 -2209 ((-1270))) (-15 -2933 ((-644 |#1|))) (-15 -2690 (|#1| |#1| (-1 (-112) |#1|))) (-15 -2690 (|#1| |#1| (-1 (-566) |#1| |#1|))))
+((-1377 (($ (-109) $) 20)) (-3250 (((-691 (-109)) (-508) $) 19)) (-1710 (($) 7)) (-2996 (($) 21)) (-2006 (($) 22)) (-3060 (((-644 (-175)) $) 10)) (-1650 (((-862) $) 25)))
+(((-1084) (-13 (-613 (-862)) (-10 -8 (-15 -1710 ($)) (-15 -3060 ((-644 (-175)) $)) (-15 -3250 ((-691 (-109)) (-508) $)) (-15 -1377 ($ (-109) $)) (-15 -2996 ($)) (-15 -2006 ($))))) (T -1084))
+((-1710 (*1 *1) (-5 *1 (-1084))) (-3060 (*1 *2 *1) (-12 (-5 *2 (-644 (-175))) (-5 *1 (-1084)))) (-3250 (*1 *2 *3 *1) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-109))) (-5 *1 (-1084)))) (-1377 (*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1084)))) (-2996 (*1 *1) (-5 *1 (-1084))) (-2006 (*1 *1) (-5 *1 (-1084))))
+(-13 (-613 (-862)) (-10 -8 (-15 -1710 ($)) (-15 -3060 ((-644 (-175)) $)) (-15 -3250 ((-691 (-109)) (-508) $)) (-15 -1377 ($ (-109) $)) (-15 -2996 ($)) (-15 -2006 ($))))
+((-2232 (((-1265 (-689 |#1|)) (-644 (-689 |#1|))) 47) (((-1265 (-689 (-952 |#1|))) (-644 (-1175)) (-689 (-952 |#1|))) 75) (((-1265 (-689 (-409 (-952 |#1|)))) (-644 (-1175)) (-689 (-409 (-952 |#1|)))) 92)) (-2702 (((-1265 |#1|) (-689 |#1|) (-644 (-689 |#1|))) 41)))
+(((-1085 |#1|) (-10 -7 (-15 -2232 ((-1265 (-689 (-409 (-952 |#1|)))) (-644 (-1175)) (-689 (-409 (-952 |#1|))))) (-15 -2232 ((-1265 (-689 (-952 |#1|))) (-644 (-1175)) (-689 (-952 |#1|)))) (-15 -2232 ((-1265 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -2702 ((-1265 |#1|) (-689 |#1|) (-644 (-689 |#1|))))) (-365)) (T -1085))
+((-2702 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-689 *5))) (-5 *3 (-689 *5)) (-4 *5 (-365)) (-5 *2 (-1265 *5)) (-5 *1 (-1085 *5)))) (-2232 (*1 *2 *3) (-12 (-5 *3 (-644 (-689 *4))) (-4 *4 (-365)) (-5 *2 (-1265 (-689 *4))) (-5 *1 (-1085 *4)))) (-2232 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1175))) (-4 *5 (-365)) (-5 *2 (-1265 (-689 (-952 *5)))) (-5 *1 (-1085 *5)) (-5 *4 (-689 (-952 *5))))) (-2232 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-1175))) (-4 *5 (-365)) (-5 *2 (-1265 (-689 (-409 (-952 *5))))) (-5 *1 (-1085 *5)) (-5 *4 (-689 (-409 (-952 *5)))))))
+(-10 -7 (-15 -2232 ((-1265 (-689 (-409 (-952 |#1|)))) (-644 (-1175)) (-689 (-409 (-952 |#1|))))) (-15 -2232 ((-1265 (-689 (-952 |#1|))) (-644 (-1175)) (-689 (-952 |#1|)))) (-15 -2232 ((-1265 (-689 |#1|)) (-644 (-689 |#1|)))) (-15 -2702 ((-1265 |#1|) (-689 |#1|) (-644 (-689 |#1|)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3966 (((-644 (-771)) $) NIL) (((-644 (-771)) $ (-1175)) NIL)) (-1636 (((-771) $) NIL) (((-771) $ (-1175)) NIL)) (-3981 (((-644 (-1087 (-1175))) $) NIL)) (-3817 (((-1171 $) $ (-1087 (-1175))) NIL) (((-1171 |#1|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-1087 (-1175)))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1778 (($ $) NIL (|has| |#1| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3158 (($ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1087 (-1175)) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL) (((-3 (-1124 |#1| (-1175)) "failed") $) NIL)) (-3213 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1087 (-1175)) $) NIL) (((-1175) $) NIL) (((-1124 |#1| (-1175)) $) NIL)) (-3095 (($ $ $ (-1087 (-1175))) NIL (|has| |#1| (-172)))) (-4162 (($ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#1| (-454))) (($ $ (-1087 (-1175))) NIL (|has| |#1| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#1| (-909)))) (-3406 (($ $ |#1| (-533 (-1087 (-1175))) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1087 (-1175)) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1087 (-1175)) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2464 (((-771) $ (-1175)) NIL) (((-771) $) NIL)) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3972 (($ (-1171 |#1|) (-1087 (-1175))) NIL) (($ (-1171 $) (-1087 (-1175))) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-533 (-1087 (-1175)))) NIL) (($ $ (-1087 (-1175)) (-771)) NIL) (($ $ (-644 (-1087 (-1175))) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-1087 (-1175))) NIL)) (-3888 (((-533 (-1087 (-1175))) $) NIL) (((-771) $ (-1087 (-1175))) NIL) (((-644 (-771)) $ (-644 (-1087 (-1175)))) NIL)) (-2450 (($ (-1 (-533 (-1087 (-1175))) (-533 (-1087 (-1175)))) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4281 (((-1 $ (-771)) (-1175)) NIL) (((-1 $ (-771)) $) NIL (|has| |#1| (-233)))) (-3107 (((-3 (-1087 (-1175)) "failed") $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-3677 (((-1087 (-1175)) $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3057 (((-1157) $) NIL)) (-2329 (((-112) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-1087 (-1175))) (|:| -3388 (-771))) "failed") $) NIL)) (-3456 (($ $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#1| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-909)))) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1087 (-1175)) |#1|) NIL) (($ $ (-644 (-1087 (-1175))) (-644 |#1|)) NIL) (($ $ (-1087 (-1175)) $) NIL) (($ $ (-644 (-1087 (-1175))) (-644 $)) NIL) (($ $ (-1175) $) NIL (|has| |#1| (-233))) (($ $ (-644 (-1175)) (-644 $)) NIL (|has| |#1| (-233))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-233))) (($ $ (-644 (-1175)) (-644 |#1|)) NIL (|has| |#1| (-233)))) (-2018 (($ $ (-1087 (-1175))) NIL (|has| |#1| (-172)))) (-2324 (($ $ (-1087 (-1175))) NIL) (($ $ (-644 (-1087 (-1175)))) NIL) (($ $ (-1087 (-1175)) (-771)) NIL) (($ $ (-644 (-1087 (-1175))) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2965 (((-644 (-1175)) $) NIL)) (-4297 (((-533 (-1087 (-1175))) $) NIL) (((-771) $ (-1087 (-1175))) NIL) (((-644 (-771)) $ (-644 (-1087 (-1175)))) NIL) (((-771) $ (-1175)) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-1087 (-1175)) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1087 (-1175)) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1087 (-1175)) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-1573 ((|#1| $) NIL (|has| |#1| (-454))) (($ $ (-1087 (-1175))) NIL (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-1087 (-1175))) NIL) (($ (-1175)) NIL) (($ (-1124 |#1| (-1175))) NIL) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-533 (-1087 (-1175)))) NIL) (($ $ (-1087 (-1175)) (-771)) NIL) (($ $ (-644 (-1087 (-1175))) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-1087 (-1175))) NIL) (($ $ (-644 (-1087 (-1175)))) NIL) (($ $ (-1087 (-1175)) (-771)) NIL) (($ $ (-644 (-1087 (-1175))) (-644 (-771))) NIL) (($ $) NIL (|has| |#1| (-233))) (($ $ (-771)) NIL (|has| |#1| (-233))) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
(((-1086 |#1|) (-13 (-254 |#1| (-1175) (-1087 (-1175)) (-533 (-1087 (-1175)))) (-1038 (-1124 |#1| (-1175)))) (-1049)) (T -1086))
NIL
(-13 (-254 |#1| (-1175) (-1087 (-1175)) (-533 (-1087 (-1175)))) (-1038 (-1124 |#1| (-1175))))
-((-2988 (((-112) $ $) NIL)) (-1784 (((-771) $) NIL)) (-4347 ((|#1| $) 10)) (-2229 (((-3 |#1| "failed") $) NIL)) (-4158 ((|#1| $) NIL)) (-2679 (((-771) $) 11)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-1545 (($ |#1| (-771)) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3629 (($ $) NIL) (($ $ (-771)) NIL)) (-3152 (((-862) $) NIL) (($ |#1|) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 16)))
+((-4124 (((-112) $ $) NIL)) (-1636 (((-771) $) NIL)) (-2780 ((|#1| $) 10)) (-1821 (((-3 |#1| "failed") $) NIL)) (-3213 ((|#1| $) NIL)) (-2464 (((-771) $) 11)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-4281 (($ |#1| (-771)) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2324 (($ $) NIL) (($ $ (-771)) NIL)) (-1650 (((-862) $) NIL) (($ |#1|) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 16)))
(((-1087 |#1|) (-267 |#1|) (-850)) (T -1087))
NIL
(-267 |#1|)
-((-2319 (((-644 |#2|) (-1 |#2| |#1|) (-1093 |#1|)) 29 (|has| |#1| (-848))) (((-1093 |#2|) (-1 |#2| |#1|) (-1093 |#1|)) 14)))
-(((-1088 |#1| |#2|) (-10 -7 (-15 -2319 ((-1093 |#2|) (-1 |#2| |#1|) (-1093 |#1|))) (IF (|has| |#1| (-848)) (-15 -2319 ((-644 |#2|) (-1 |#2| |#1|) (-1093 |#1|))) |%noBranch|)) (-1214) (-1214)) (T -1088))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1093 *5)) (-4 *5 (-848)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-644 *6)) (-5 *1 (-1088 *5 *6)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1093 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-1093 *6)) (-5 *1 (-1088 *5 *6)))))
-(-10 -7 (-15 -2319 ((-1093 |#2|) (-1 |#2| |#1|) (-1093 |#1|))) (IF (|has| |#1| (-848)) (-15 -2319 ((-644 |#2|) (-1 |#2| |#1|) (-1093 |#1|))) |%noBranch|))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 16) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3747 (((-644 (-1134)) $) 10)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1089) (-13 (-1082) (-10 -8 (-15 -3747 ((-644 (-1134)) $))))) (T -1089))
-((-3747 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1089)))))
-(-13 (-1082) (-10 -8 (-15 -3747 ((-644 (-1134)) $))))
-((-2319 (((-1091 |#2|) (-1 |#2| |#1|) (-1091 |#1|)) 19)))
-(((-1090 |#1| |#2|) (-10 -7 (-15 -2319 ((-1091 |#2|) (-1 |#2| |#1|) (-1091 |#1|)))) (-1214) (-1214)) (T -1090))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1091 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-1091 *6)) (-5 *1 (-1090 *5 *6)))))
-(-10 -7 (-15 -2319 ((-1091 |#2|) (-1 |#2| |#1|) (-1091 |#1|))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4347 (((-1175) $) 11)) (-2165 (((-1093 |#1|) $) 12)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1335 (($ (-1175) (-1093 |#1|)) 10)) (-3152 (((-862) $) 22 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2914 (((-112) $ $) 17 (|has| |#1| (-1099)))))
-(((-1091 |#1|) (-13 (-1214) (-10 -8 (-15 -1335 ($ (-1175) (-1093 |#1|))) (-15 -4347 ((-1175) $)) (-15 -2165 ((-1093 |#1|) $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|))) (-1214)) (T -1091))
-((-1335 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1093 *4)) (-4 *4 (-1214)) (-5 *1 (-1091 *4)))) (-4347 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1091 *3)) (-4 *3 (-1214)))) (-2165 (*1 *2 *1) (-12 (-5 *2 (-1093 *3)) (-5 *1 (-1091 *3)) (-4 *3 (-1214)))))
-(-13 (-1214) (-10 -8 (-15 -1335 ($ (-1175) (-1093 |#1|))) (-15 -4347 ((-1175) $)) (-15 -2165 ((-1093 |#1|) $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|)))
-((-2165 (($ |#1| |#1|) 8)) (-1923 ((|#1| $) 11)) (-2753 ((|#1| $) 13)) (-3478 (((-566) $) 9)) (-2395 ((|#1| $) 10)) (-3502 ((|#1| $) 12)) (-2376 (($ |#1|) 6)) (-4302 (($ |#1| |#1|) 15)) (-2686 (($ $ (-566)) 14)))
-(((-1092 |#1|) (-140) (-1214)) (T -1092))
-((-4302 (*1 *1 *2 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))) (-2686 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1092 *3)) (-4 *3 (-1214)))) (-2753 (*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))) (-3502 (*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))) (-1923 (*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))) (-2395 (*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))) (-3478 (*1 *2 *1) (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1214)) (-5 *2 (-566)))) (-2165 (*1 *1 *2 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))))
-(-13 (-618 |t#1|) (-10 -8 (-15 -4302 ($ |t#1| |t#1|)) (-15 -2686 ($ $ (-566))) (-15 -2753 (|t#1| $)) (-15 -3502 (|t#1| $)) (-15 -1923 (|t#1| $)) (-15 -2395 (|t#1| $)) (-15 -3478 ((-566) $)) (-15 -2165 ($ |t#1| |t#1|))))
+((-1895 (((-644 |#2|) (-1 |#2| |#1|) (-1093 |#1|)) 29 (|has| |#1| (-848))) (((-1093 |#2|) (-1 |#2| |#1|) (-1093 |#1|)) 14)))
+(((-1088 |#1| |#2|) (-10 -7 (-15 -1895 ((-1093 |#2|) (-1 |#2| |#1|) (-1093 |#1|))) (IF (|has| |#1| (-848)) (-15 -1895 ((-644 |#2|) (-1 |#2| |#1|) (-1093 |#1|))) |%noBranch|)) (-1215) (-1215)) (T -1088))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1093 *5)) (-4 *5 (-848)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-644 *6)) (-5 *1 (-1088 *5 *6)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1093 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-1093 *6)) (-5 *1 (-1088 *5 *6)))))
+(-10 -7 (-15 -1895 ((-1093 |#2|) (-1 |#2| |#1|) (-1093 |#1|))) (IF (|has| |#1| (-848)) (-15 -1895 ((-644 |#2|) (-1 |#2| |#1|) (-1093 |#1|))) |%noBranch|))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 16) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2255 (((-644 (-1134)) $) 10)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1089) (-13 (-1082) (-10 -8 (-15 -2255 ((-644 (-1134)) $))))) (T -1089))
+((-2255 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1089)))))
+(-13 (-1082) (-10 -8 (-15 -2255 ((-644 (-1134)) $))))
+((-1895 (((-1091 |#2|) (-1 |#2| |#1|) (-1091 |#1|)) 19)))
+(((-1090 |#1| |#2|) (-10 -7 (-15 -1895 ((-1091 |#2|) (-1 |#2| |#1|) (-1091 |#1|)))) (-1215) (-1215)) (T -1090))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1091 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-1091 *6)) (-5 *1 (-1090 *5 *6)))))
+(-10 -7 (-15 -1895 ((-1091 |#2|) (-1 |#2| |#1|) (-1091 |#1|))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2780 (((-1175) $) 11)) (-3194 (((-1093 |#1|) $) 12)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1659 (($ (-1175) (-1093 |#1|)) 10)) (-1650 (((-862) $) 22 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2868 (((-112) $ $) 17 (|has| |#1| (-1099)))))
+(((-1091 |#1|) (-13 (-1215) (-10 -8 (-15 -1659 ($ (-1175) (-1093 |#1|))) (-15 -2780 ((-1175) $)) (-15 -3194 ((-1093 |#1|) $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|))) (-1215)) (T -1091))
+((-1659 (*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1093 *4)) (-4 *4 (-1215)) (-5 *1 (-1091 *4)))) (-2780 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1091 *3)) (-4 *3 (-1215)))) (-3194 (*1 *2 *1) (-12 (-5 *2 (-1093 *3)) (-5 *1 (-1091 *3)) (-4 *3 (-1215)))))
+(-13 (-1215) (-10 -8 (-15 -1659 ($ (-1175) (-1093 |#1|))) (-15 -2780 ((-1175) $)) (-15 -3194 ((-1093 |#1|) $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|)))
+((-3194 (($ |#1| |#1|) 8)) (-3728 ((|#1| $) 11)) (-2538 ((|#1| $) 13)) (-2562 (((-566) $) 9)) (-1607 ((|#1| $) 10)) (-2573 ((|#1| $) 12)) (-1945 (($ |#1|) 6)) (-2723 (($ |#1| |#1|) 15)) (-2605 (($ $ (-566)) 14)))
+(((-1092 |#1|) (-140) (-1215)) (T -1092))
+((-2723 (*1 *1 *2 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))) (-2605 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1092 *3)) (-4 *3 (-1215)))) (-2538 (*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))) (-2573 (*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))) (-3728 (*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))) (-1607 (*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))) (-2562 (*1 *2 *1) (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1215)) (-5 *2 (-566)))) (-3194 (*1 *1 *2 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))))
+(-13 (-618 |t#1|) (-10 -8 (-15 -2723 ($ |t#1| |t#1|)) (-15 -2605 ($ $ (-566))) (-15 -2538 (|t#1| $)) (-15 -2573 (|t#1| $)) (-15 -3728 (|t#1| $)) (-15 -1607 (|t#1| $)) (-15 -2562 ((-566) $)) (-15 -3194 ($ |t#1| |t#1|))))
(((-618 |#1|) . T))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2165 (($ |#1| |#1|) 16)) (-2319 (((-644 |#1|) (-1 |#1| |#1|) $) 46 (|has| |#1| (-848)))) (-1923 ((|#1| $) 12)) (-2753 ((|#1| $) 11)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3478 (((-566) $) 15)) (-2395 ((|#1| $) 14)) (-3502 ((|#1| $) 13)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3640 (((-644 |#1|) $) 44 (|has| |#1| (-848))) (((-644 |#1|) (-644 $)) 43 (|has| |#1| (-848)))) (-2376 (($ |#1|) 29)) (-3152 (((-862) $) 28 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4302 (($ |#1| |#1|) 10)) (-2686 (($ $ (-566)) 17)) (-2914 (((-112) $ $) 22 (|has| |#1| (-1099)))))
-(((-1093 |#1|) (-13 (-1092 |#1|) (-10 -7 (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-1094 |#1| (-644 |#1|))) |%noBranch|))) (-1214)) (T -1093))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3194 (($ |#1| |#1|) 16)) (-1895 (((-644 |#1|) (-1 |#1| |#1|) $) 46 (|has| |#1| (-848)))) (-3728 ((|#1| $) 12)) (-2538 ((|#1| $) 11)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2562 (((-566) $) 15)) (-1607 ((|#1| $) 14)) (-2573 ((|#1| $) 13)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1967 (((-644 |#1|) $) 44 (|has| |#1| (-848))) (((-644 |#1|) (-644 $)) 43 (|has| |#1| (-848)))) (-1945 (($ |#1|) 29)) (-1650 (((-862) $) 28 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2723 (($ |#1| |#1|) 10)) (-2605 (($ $ (-566)) 17)) (-2868 (((-112) $ $) 22 (|has| |#1| (-1099)))))
+(((-1093 |#1|) (-13 (-1092 |#1|) (-10 -7 (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-1094 |#1| (-644 |#1|))) |%noBranch|))) (-1215)) (T -1093))
NIL
(-13 (-1092 |#1|) (-10 -7 (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-1094 |#1| (-644 |#1|))) |%noBranch|)))
-((-2165 (($ |#1| |#1|) 8)) (-2319 ((|#2| (-1 |#1| |#1|) $) 16)) (-1923 ((|#1| $) 11)) (-2753 ((|#1| $) 13)) (-3478 (((-566) $) 9)) (-2395 ((|#1| $) 10)) (-3502 ((|#1| $) 12)) (-3640 ((|#2| (-644 $)) 18) ((|#2| $) 17)) (-2376 (($ |#1|) 6)) (-4302 (($ |#1| |#1|) 15)) (-2686 (($ $ (-566)) 14)))
+((-3194 (($ |#1| |#1|) 8)) (-1895 ((|#2| (-1 |#1| |#1|) $) 16)) (-3728 ((|#1| $) 11)) (-2538 ((|#1| $) 13)) (-2562 (((-566) $) 9)) (-1607 ((|#1| $) 10)) (-2573 ((|#1| $) 12)) (-1967 ((|#2| (-644 $)) 18) ((|#2| $) 17)) (-1945 (($ |#1|) 6)) (-2723 (($ |#1| |#1|) 15)) (-2605 (($ $ (-566)) 14)))
(((-1094 |#1| |#2|) (-140) (-848) (-1148 |t#1|)) (T -1094))
-((-3640 (*1 *2 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1094 *4 *2)) (-4 *4 (-848)) (-4 *2 (-1148 *4)))) (-3640 (*1 *2 *1) (-12 (-4 *1 (-1094 *3 *2)) (-4 *3 (-848)) (-4 *2 (-1148 *3)))) (-2319 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1094 *4 *2)) (-4 *4 (-848)) (-4 *2 (-1148 *4)))))
-(-13 (-1092 |t#1|) (-10 -8 (-15 -3640 (|t#2| (-644 $))) (-15 -3640 (|t#2| $)) (-15 -2319 (|t#2| (-1 |t#1| |t#1|) $))))
+((-1967 (*1 *2 *3) (-12 (-5 *3 (-644 *1)) (-4 *1 (-1094 *4 *2)) (-4 *4 (-848)) (-4 *2 (-1148 *4)))) (-1967 (*1 *2 *1) (-12 (-4 *1 (-1094 *3 *2)) (-4 *3 (-848)) (-4 *2 (-1148 *3)))) (-1895 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1094 *4 *2)) (-4 *4 (-848)) (-4 *2 (-1148 *4)))))
+(-13 (-1092 |t#1|) (-10 -8 (-15 -1967 (|t#2| (-644 $))) (-15 -1967 (|t#2| $)) (-15 -1895 (|t#2| (-1 |t#1| |t#1|) $))))
(((-618 |#1|) . T) ((-1092 |#1|) . T))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-2641 (((-1134) $) 12)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 18) (($ (-1180)) NIL) (((-1180) $) NIL)) (-1377 (((-644 (-1134)) $) 10)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1095) (-13 (-1082) (-10 -8 (-15 -1377 ((-644 (-1134)) $)) (-15 -2641 ((-1134) $))))) (T -1095))
-((-1377 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1095)))) (-2641 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1095)))))
-(-13 (-1082) (-10 -8 (-15 -1377 ((-644 (-1134)) $)) (-15 -2641 ((-1134) $))))
-((-1775 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-3495 (($ $ $) 10)) (-2048 (($ $ $) NIL) (($ $ |#2|) 15)))
-(((-1096 |#1| |#2|) (-10 -8 (-15 -1775 (|#1| |#2| |#1|)) (-15 -1775 (|#1| |#1| |#2|)) (-15 -1775 (|#1| |#1| |#1|)) (-15 -3495 (|#1| |#1| |#1|)) (-15 -2048 (|#1| |#1| |#2|)) (-15 -2048 (|#1| |#1| |#1|))) (-1097 |#2|) (-1099)) (T -1096))
-NIL
-(-10 -8 (-15 -1775 (|#1| |#2| |#1|)) (-15 -1775 (|#1| |#1| |#2|)) (-15 -1775 (|#1| |#1| |#1|)) (-15 -3495 (|#1| |#1| |#1|)) (-15 -2048 (|#1| |#1| |#2|)) (-15 -2048 (|#1| |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-1775 (($ $ $) 19) (($ $ |#1|) 18) (($ |#1| $) 17)) (-3495 (($ $ $) 21)) (-2515 (((-112) $ $) 20)) (-1504 (((-112) $ (-771)) 36)) (-3690 (($) 26) (($ (-644 |#1|)) 25)) (-3678 (($ (-1 (-112) |#1|) $) 57 (|has| $ (-6 -4414)))) (-2463 (($) 37 T CONST)) (-3942 (($ $) 60 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#1| $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 55 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 54 (|has| $ (-6 -4414)))) (-1683 (((-644 |#1|) $) 44 (|has| $ (-6 -4414)))) (-3546 (((-112) $ $) 29)) (-3456 (((-112) $ (-771)) 35)) (-3491 (((-644 |#1|) $) 45 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 47 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 40 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 39)) (-3267 (((-112) $ (-771)) 34)) (-3380 (((-1157) $) 10)) (-1997 (($ $ $) 24)) (-4072 (((-1119) $) 11)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 53)) (-2823 (((-112) (-1 (-112) |#1|) $) 42 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#1|) (-644 |#1|)) 51 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 50 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 49 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 (-295 |#1|))) 48 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 30)) (-2872 (((-112) $) 33)) (-3493 (($) 32)) (-2048 (($ $ $) 23) (($ $ |#1|) 22)) (-4083 (((-771) |#1| $) 46 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#1|) $) 43 (|has| $ (-6 -4414)))) (-1480 (($ $) 31)) (-2376 (((-538) $) 61 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 52)) (-3152 (((-862) $) 12)) (-1692 (($) 28) (($ (-644 |#1|)) 27)) (-3044 (((-112) $ $) 9)) (-2210 (((-112) (-1 (-112) |#1|) $) 41 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 6)) (-3000 (((-771) $) 38 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-1855 (((-1134) $) 12)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 18) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3720 (((-644 (-1134)) $) 10)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1095) (-13 (-1082) (-10 -8 (-15 -3720 ((-644 (-1134)) $)) (-15 -1855 ((-1134) $))))) (T -1095))
+((-3720 (*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1095)))) (-1855 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1095)))))
+(-13 (-1082) (-10 -8 (-15 -3720 ((-644 (-1134)) $)) (-15 -1855 ((-1134) $))))
+((-2826 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-1729 (($ $ $) 10)) (-2419 (($ $ $) NIL) (($ $ |#2|) 15)))
+(((-1096 |#1| |#2|) (-10 -8 (-15 -2826 (|#1| |#2| |#1|)) (-15 -2826 (|#1| |#1| |#2|)) (-15 -2826 (|#1| |#1| |#1|)) (-15 -1729 (|#1| |#1| |#1|)) (-15 -2419 (|#1| |#1| |#2|)) (-15 -2419 (|#1| |#1| |#1|))) (-1097 |#2|) (-1099)) (T -1096))
+NIL
+(-10 -8 (-15 -2826 (|#1| |#2| |#1|)) (-15 -2826 (|#1| |#1| |#2|)) (-15 -2826 (|#1| |#1| |#1|)) (-15 -1729 (|#1| |#1| |#1|)) (-15 -2419 (|#1| |#1| |#2|)) (-15 -2419 (|#1| |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-2826 (($ $ $) 19) (($ $ |#1|) 18) (($ |#1| $) 17)) (-1729 (($ $ $) 21)) (-3381 (((-112) $ $) 20)) (-3874 (((-112) $ (-771)) 36)) (-2730 (($) 26) (($ (-644 |#1|)) 25)) (-1997 (($ (-1 (-112) |#1|) $) 57 (|has| $ (-6 -4415)))) (-4145 (($) 37 T CONST)) (-3640 (($ $) 60 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#1| $) 59 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 56 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 58 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 55 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 54 (|has| $ (-6 -4415)))) (-3953 (((-644 |#1|) $) 44 (|has| $ (-6 -4415)))) (-4132 (((-112) $ $) 29)) (-1392 (((-112) $ (-771)) 35)) (-1690 (((-644 |#1|) $) 45 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 47 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 40 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 39)) (-4395 (((-112) $ (-771)) 34)) (-3057 (((-1157) $) 10)) (-1980 (($ $ $) 24)) (-2029 (((-1119) $) 11)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 53)) (-3295 (((-112) (-1 (-112) |#1|) $) 42 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#1|) (-644 |#1|)) 51 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 50 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 49 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 (-295 |#1|))) 48 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 30)) (-3758 (((-112) $) 33)) (-1710 (($) 32)) (-2419 (($ $ $) 23) (($ $ |#1|) 22)) (-2037 (((-771) |#1| $) 46 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#1|) $) 43 (|has| $ (-6 -4415)))) (-1800 (($ $) 31)) (-1945 (((-538) $) 61 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 52)) (-1650 (((-862) $) 12)) (-3907 (($) 28) (($ (-644 |#1|)) 27)) (-2657 (((-112) $ $) 9)) (-3487 (((-112) (-1 (-112) |#1|) $) 41 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 6)) (-4142 (((-771) $) 38 (|has| $ (-6 -4415)))))
(((-1097 |#1|) (-140) (-1099)) (T -1097))
-((-3546 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-1692 (*1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-1692 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-1097 *3)))) (-3690 (*1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-3690 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-1097 *3)))) (-1997 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-2048 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-2048 (*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-3495 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-2515 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-1775 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-1775 (*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-1775 (*1 *1 *2 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
-(-13 (-1099) (-151 |t#1|) (-10 -8 (-6 -4404) (-15 -3546 ((-112) $ $)) (-15 -1692 ($)) (-15 -1692 ($ (-644 |t#1|))) (-15 -3690 ($)) (-15 -3690 ($ (-644 |t#1|))) (-15 -1997 ($ $ $)) (-15 -2048 ($ $ $)) (-15 -2048 ($ $ |t#1|)) (-15 -3495 ($ $ $)) (-15 -2515 ((-112) $ $)) (-15 -1775 ($ $ $)) (-15 -1775 ($ $ |t#1|)) (-15 -1775 ($ |t#1| $))))
-(((-34) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) . T) ((-1214) . T))
-((-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 8)) (-3044 (((-112) $ $) 12)))
-(((-1098 |#1|) (-10 -8 (-15 -3044 ((-112) |#1| |#1|)) (-15 -3380 ((-1157) |#1|)) (-15 -4072 ((-1119) |#1|))) (-1099)) (T -1098))
-NIL
-(-10 -8 (-15 -3044 ((-112) |#1| |#1|)) (-15 -3380 ((-1157) |#1|)) (-15 -4072 ((-1119) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-4132 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-3907 (*1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-3907 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-1097 *3)))) (-2730 (*1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-2730 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-1097 *3)))) (-1980 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-2419 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-2419 (*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-1729 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-3381 (*1 *2 *1 *1) (-12 (-4 *1 (-1097 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))) (-2826 (*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-2826 (*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))) (-2826 (*1 *1 *2 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
+(-13 (-1099) (-151 |t#1|) (-10 -8 (-6 -4405) (-15 -4132 ((-112) $ $)) (-15 -3907 ($)) (-15 -3907 ($ (-644 |t#1|))) (-15 -2730 ($)) (-15 -2730 ($ (-644 |t#1|))) (-15 -1980 ($ $ $)) (-15 -2419 ($ $ $)) (-15 -2419 ($ $ |t#1|)) (-15 -1729 ($ $ $)) (-15 -3381 ((-112) $ $)) (-15 -2826 ($ $ $)) (-15 -2826 ($ $ |t#1|)) (-15 -2826 ($ |t#1| $))))
+(((-34) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) . T) ((-1215) . T))
+((-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 8)) (-2657 (((-112) $ $) 12)))
+(((-1098 |#1|) (-10 -8 (-15 -2657 ((-112) |#1| |#1|)) (-15 -3057 ((-1157) |#1|)) (-15 -2029 ((-1119) |#1|))) (-1099)) (T -1098))
+NIL
+(-10 -8 (-15 -2657 ((-112) |#1| |#1|)) (-15 -3057 ((-1157) |#1|)) (-15 -2029 ((-1119) |#1|)))
+((-4124 (((-112) $ $) 7)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-1099) (-140)) (T -1099))
-((-4072 (*1 *2 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-1119)))) (-3380 (*1 *2 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-1157)))) (-3044 (*1 *2 *1 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-112)))))
-(-13 (-102) (-613 (-862)) (-10 -8 (-15 -4072 ((-1119) $)) (-15 -3380 ((-1157) $)) (-15 -3044 ((-112) $ $))))
+((-2029 (*1 *2 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-1119)))) (-3057 (*1 *2 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-1157)))) (-2657 (*1 *2 *1 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-112)))))
+(-13 (-102) (-613 (-862)) (-10 -8 (-15 -2029 ((-1119) $)) (-15 -3057 ((-1157) $)) (-15 -2657 ((-112) $ $))))
(((-102) . T) ((-613 (-862)) . T))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) 36)) (-3425 (($ (-644 (-921))) 73)) (-3750 (((-3 $ "failed") $ (-921) (-921)) 84)) (-2715 (($) 40)) (-1602 (((-112) (-921) $) 44)) (-1866 (((-921) $) 66)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) 39)) (-2079 (((-3 $ "failed") $ (-921)) 80)) (-4072 (((-1119) $) NIL)) (-1639 (((-1264 $)) 49)) (-3455 (((-644 (-921)) $) 27)) (-3832 (((-771) $ (-921) (-921)) 81)) (-3152 (((-862) $) 32)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 24)))
-(((-1100 |#1| |#2|) (-13 (-370) (-10 -8 (-15 -2079 ((-3 $ "failed") $ (-921))) (-15 -3750 ((-3 $ "failed") $ (-921) (-921))) (-15 -3455 ((-644 (-921)) $)) (-15 -3425 ($ (-644 (-921)))) (-15 -1639 ((-1264 $))) (-15 -1602 ((-112) (-921) $)) (-15 -3832 ((-771) $ (-921) (-921))))) (-921) (-921)) (T -1100))
-((-2079 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-921)) (-5 *1 (-1100 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3750 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-921)) (-5 *1 (-1100 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3455 (*1 *2 *1) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-3425 (*1 *1 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-1639 (*1 *2) (-12 (-5 *2 (-1264 (-1100 *3 *4))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-1602 (*1 *2 *3 *1) (-12 (-5 *3 (-921)) (-5 *2 (-112)) (-5 *1 (-1100 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-3832 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-771)) (-5 *1 (-1100 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-13 (-370) (-10 -8 (-15 -2079 ((-3 $ "failed") $ (-921))) (-15 -3750 ((-3 $ "failed") $ (-921) (-921))) (-15 -3455 ((-644 (-921)) $)) (-15 -3425 ($ (-644 (-921)))) (-15 -1639 ((-1264 $))) (-15 -1602 ((-112) (-921) $)) (-15 -3832 ((-771) $ (-921) (-921)))))
-((-2988 (((-112) $ $) NIL)) (-3131 (($) NIL (|has| |#1| (-370)))) (-1775 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 83)) (-3495 (($ $ $) 81)) (-2515 (((-112) $ $) 82)) (-1504 (((-112) $ (-771)) NIL)) (-3870 (((-771)) NIL (|has| |#1| (-370)))) (-3690 (($ (-644 |#1|)) NIL) (($) 13)) (-2995 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3512 (($ |#1| $) 74 (|has| $ (-6 -4414))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4414)))) (-2715 (($) NIL (|has| |#1| (-370)))) (-1683 (((-644 |#1|) $) 19 (|has| $ (-6 -4414)))) (-3546 (((-112) $ $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-1478 ((|#1| $) 55 (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 73 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2599 ((|#1| $) 53 (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 34)) (-1866 (((-921) $) NIL (|has| |#1| (-370)))) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-1997 (($ $ $) 79)) (-3278 ((|#1| $) 25)) (-3888 (($ |#1| $) 69)) (-2835 (($ (-921)) NIL (|has| |#1| (-370)))) (-4072 (((-1119) $) NIL)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 31)) (-1973 ((|#1| $) 27)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 21)) (-3493 (($) 11)) (-2048 (($ $ |#1|) NIL) (($ $ $) 80)) (-1792 (($) NIL) (($ (-644 |#1|)) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) 16)) (-2376 (((-538) $) 50 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 62)) (-4289 (($ $) NIL (|has| |#1| (-370)))) (-3152 (((-862) $) NIL)) (-3823 (((-771) $) NIL)) (-1692 (($ (-644 |#1|)) NIL) (($) 12)) (-3044 (((-112) $ $) NIL)) (-2948 (($ (-644 |#1|)) NIL)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 52)) (-3000 (((-771) $) 10 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) 36)) (-2250 (($ (-644 (-921))) 73)) (-2274 (((-3 $ "failed") $ (-921) (-921)) 84)) (-3341 (($) 40)) (-3566 (((-112) (-921) $) 44)) (-4350 (((-921) $) 66)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) 39)) (-1574 (((-3 $ "failed") $ (-921)) 80)) (-2029 (((-1119) $) NIL)) (-2625 (((-1265 $)) 49)) (-1381 (((-644 (-921)) $) 27)) (-2912 (((-771) $ (-921) (-921)) 81)) (-1650 (((-862) $) 32)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 24)))
+(((-1100 |#1| |#2|) (-13 (-370) (-10 -8 (-15 -1574 ((-3 $ "failed") $ (-921))) (-15 -2274 ((-3 $ "failed") $ (-921) (-921))) (-15 -1381 ((-644 (-921)) $)) (-15 -2250 ($ (-644 (-921)))) (-15 -2625 ((-1265 $))) (-15 -3566 ((-112) (-921) $)) (-15 -2912 ((-771) $ (-921) (-921))))) (-921) (-921)) (T -1100))
+((-1574 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-921)) (-5 *1 (-1100 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-2274 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-921)) (-5 *1 (-1100 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-1381 (*1 *2 *1) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-2250 (*1 *1 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-2625 (*1 *2) (-12 (-5 *2 (-1265 (-1100 *3 *4))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921)))) (-3566 (*1 *2 *3 *1) (-12 (-5 *3 (-921)) (-5 *2 (-112)) (-5 *1 (-1100 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-2912 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-771)) (-5 *1 (-1100 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-13 (-370) (-10 -8 (-15 -1574 ((-3 $ "failed") $ (-921))) (-15 -2274 ((-3 $ "failed") $ (-921) (-921))) (-15 -1381 ((-644 (-921)) $)) (-15 -2250 ($ (-644 (-921)))) (-15 -2625 ((-1265 $))) (-15 -3566 ((-112) (-921) $)) (-15 -2912 ((-771) $ (-921) (-921)))))
+((-4124 (((-112) $ $) NIL)) (-2308 (($) NIL (|has| |#1| (-370)))) (-2826 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 83)) (-1729 (($ $ $) 81)) (-3381 (((-112) $ $) 82)) (-3874 (((-112) $ (-771)) NIL)) (-3571 (((-771)) NIL (|has| |#1| (-370)))) (-2730 (($ (-644 |#1|)) NIL) (($) 13)) (-3503 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1867 (($ |#1| $) 74 (|has| $ (-6 -4415))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4415)))) (-3341 (($) NIL (|has| |#1| (-370)))) (-3953 (((-644 |#1|) $) 19 (|has| $ (-6 -4415)))) (-4132 (((-112) $ $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-1888 ((|#1| $) 55 (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 73 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3890 ((|#1| $) 53 (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 34)) (-4350 (((-921) $) NIL (|has| |#1| (-370)))) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-1980 (($ $ $) 79)) (-3252 ((|#1| $) 25)) (-4165 (($ |#1| $) 69)) (-1351 (($ (-921)) NIL (|has| |#1| (-370)))) (-2029 (((-1119) $) NIL)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 31)) (-2967 ((|#1| $) 27)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 21)) (-1710 (($) 11)) (-2419 (($ $ |#1|) NIL) (($ $ $) 80)) (-1708 (($) NIL) (($ (-644 |#1|)) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) 16)) (-1945 (((-538) $) 50 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 62)) (-3683 (($ $) NIL (|has| |#1| (-370)))) (-1650 (((-862) $) NIL)) (-1706 (((-771) $) NIL)) (-3907 (($ (-644 |#1|)) NIL) (($) 12)) (-2657 (((-112) $ $) NIL)) (-3173 (($ (-644 |#1|)) NIL)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 52)) (-4142 (((-771) $) 10 (|has| $ (-6 -4415)))))
(((-1101 |#1|) (-427 |#1|) (-1099)) (T -1101))
NIL
(-427 |#1|)
-((-2988 (((-112) $ $) 7)) (-4124 (((-112) $) 33)) (-2069 ((|#2| $) 28)) (-3154 (((-112) $) 34)) (-3822 ((|#1| $) 29)) (-2368 (((-112) $) 36)) (-3524 (((-112) $) 38)) (-1750 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-3709 (((-112) $) 32)) (-2092 ((|#3| $) 27)) (-4072 (((-1119) $) 11)) (-3161 (((-112) $) 31)) (-2938 ((|#4| $) 26)) (-4308 ((|#5| $) 25)) (-3434 (((-112) $ $) 39)) (-1309 (($ $ (-566)) 21) (($ $ (-644 (-566))) 20)) (-1704 (((-644 $) $) 30)) (-2376 (($ |#1|) 45) (($ |#2|) 44) (($ |#3|) 43) (($ |#4|) 42) (($ |#5|) 41) (($ (-644 $)) 40)) (-3152 (((-862) $) 12)) (-3794 (($ $) 23)) (-3780 (($ $) 24)) (-3044 (((-112) $ $) 9)) (-3355 (((-112) $) 37)) (-2914 (((-112) $ $) 6)) (-3000 (((-566) $) 22)))
+((-4124 (((-112) $ $) 7)) (-2502 (((-112) $) 33)) (-3686 ((|#2| $) 28)) (-1387 (((-112) $) 34)) (-1901 ((|#1| $) 29)) (-1382 (((-112) $) 36)) (-3903 (((-112) $) 38)) (-1361 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-3126 (((-112) $) 32)) (-3710 ((|#3| $) 27)) (-2029 (((-1119) $) 11)) (-1454 (((-112) $) 31)) (-1544 ((|#4| $) 26)) (-2731 ((|#5| $) 25)) (-1900 (((-112) $ $) 39)) (-3483 (($ $ (-566)) 21) (($ $ (-644 (-566))) 20)) (-3918 (((-644 $) $) 30)) (-1945 (($ |#1|) 45) (($ |#2|) 44) (($ |#3|) 43) (($ |#4|) 42) (($ |#5|) 41) (($ (-644 $)) 40)) (-1650 (((-862) $) 12)) (-3502 (($ $) 23)) (-3491 (($ $) 24)) (-2657 (((-112) $ $) 9)) (-2768 (((-112) $) 37)) (-2868 (((-112) $ $) 6)) (-4142 (((-566) $) 22)))
(((-1102 |#1| |#2| |#3| |#4| |#5|) (-140) (-1099) (-1099) (-1099) (-1099) (-1099)) (T -1102))
-((-3434 (*1 *2 *1 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-3524 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-3355 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-2368 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-1750 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-3154 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-4124 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-3709 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-3161 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-1704 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-1102 *3 *4 *5 *6 *7)))) (-3822 (*1 *2 *1) (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-2069 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *2 *4 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-2092 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *2 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-2938 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *2 *6)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-4308 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *2)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-3780 (*1 *1 *1) (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *2 (-1099)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)))) (-3794 (*1 *1 *1) (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *2 (-1099)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)))) (-3000 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-566)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)))))
-(-13 (-1099) (-618 |t#1|) (-618 |t#2|) (-618 |t#3|) (-618 |t#4|) (-618 |t#4|) (-618 |t#5|) (-618 (-644 $)) (-10 -8 (-15 -3434 ((-112) $ $)) (-15 -3524 ((-112) $)) (-15 -3355 ((-112) $)) (-15 -2368 ((-112) $)) (-15 -1750 ((-112) $)) (-15 -3154 ((-112) $)) (-15 -4124 ((-112) $)) (-15 -3709 ((-112) $)) (-15 -3161 ((-112) $)) (-15 -1704 ((-644 $) $)) (-15 -3822 (|t#1| $)) (-15 -2069 (|t#2| $)) (-15 -2092 (|t#3| $)) (-15 -2938 (|t#4| $)) (-15 -4308 (|t#5| $)) (-15 -3780 ($ $)) (-15 -3794 ($ $)) (-15 -3000 ((-566) $)) (-15 -1309 ($ $ (-566))) (-15 -1309 ($ $ (-644 (-566))))))
+((-1900 (*1 *2 *1 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-3903 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-2768 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-1382 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-1361 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-1387 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-2502 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-3126 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-1454 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))) (-3918 (*1 *2 *1) (-12 (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-1102 *3 *4 *5 *6 *7)))) (-1901 (*1 *2 *1) (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-3686 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *2 *4 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-3710 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *2 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-1544 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *2 *6)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-2731 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *2)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))) (-3491 (*1 *1 *1) (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *2 (-1099)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)))) (-3502 (*1 *1 *1) (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *2 (-1099)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)))) (-4142 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-566)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)))))
+(-13 (-1099) (-618 |t#1|) (-618 |t#2|) (-618 |t#3|) (-618 |t#4|) (-618 |t#4|) (-618 |t#5|) (-618 (-644 $)) (-10 -8 (-15 -1900 ((-112) $ $)) (-15 -3903 ((-112) $)) (-15 -2768 ((-112) $)) (-15 -1382 ((-112) $)) (-15 -1361 ((-112) $)) (-15 -1387 ((-112) $)) (-15 -2502 ((-112) $)) (-15 -3126 ((-112) $)) (-15 -1454 ((-112) $)) (-15 -3918 ((-644 $) $)) (-15 -1901 (|t#1| $)) (-15 -3686 (|t#2| $)) (-15 -3710 (|t#3| $)) (-15 -1544 (|t#4| $)) (-15 -2731 (|t#5| $)) (-15 -3491 ($ $)) (-15 -3502 ($ $)) (-15 -4142 ((-566) $)) (-15 -3483 ($ $ (-566))) (-15 -3483 ($ $ (-644 (-566))))))
(((-102) . T) ((-613 (-862)) . T) ((-618 (-644 $)) . T) ((-618 |#1|) . T) ((-618 |#2|) . T) ((-618 |#3|) . T) ((-618 |#4|) . T) ((-618 |#5|) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-4124 (((-112) $) NIL)) (-2069 (((-1175) $) NIL)) (-3154 (((-112) $) NIL)) (-3822 (((-1157) $) NIL)) (-2368 (((-112) $) NIL)) (-3524 (((-112) $) NIL)) (-1750 (((-112) $) NIL)) (-3380 (((-1157) $) NIL)) (-3709 (((-112) $) NIL)) (-2092 (((-566) $) NIL)) (-4072 (((-1119) $) NIL)) (-3161 (((-112) $) NIL)) (-2938 (((-225) $) NIL)) (-4308 (((-862) $) NIL)) (-3434 (((-112) $ $) NIL)) (-1309 (($ $ (-566)) NIL) (($ $ (-644 (-566))) NIL)) (-1704 (((-644 $) $) NIL)) (-2376 (($ (-1157)) NIL) (($ (-1175)) NIL) (($ (-566)) NIL) (($ (-225)) NIL) (($ (-862)) NIL) (($ (-644 $)) NIL)) (-3152 (((-862) $) NIL)) (-3794 (($ $) NIL)) (-3780 (($ $) NIL)) (-3044 (((-112) $ $) NIL)) (-3355 (((-112) $) NIL)) (-2914 (((-112) $ $) NIL)) (-3000 (((-566) $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-2502 (((-112) $) NIL)) (-3686 (((-1175) $) NIL)) (-1387 (((-112) $) NIL)) (-1901 (((-1157) $) NIL)) (-1382 (((-112) $) NIL)) (-3903 (((-112) $) NIL)) (-1361 (((-112) $) NIL)) (-3057 (((-1157) $) NIL)) (-3126 (((-112) $) NIL)) (-3710 (((-566) $) NIL)) (-2029 (((-1119) $) NIL)) (-1454 (((-112) $) NIL)) (-1544 (((-225) $) NIL)) (-2731 (((-862) $) NIL)) (-1900 (((-112) $ $) NIL)) (-3483 (($ $ (-566)) NIL) (($ $ (-644 (-566))) NIL)) (-3918 (((-644 $) $) NIL)) (-1945 (($ (-1157)) NIL) (($ (-1175)) NIL) (($ (-566)) NIL) (($ (-225)) NIL) (($ (-862)) NIL) (($ (-644 $)) NIL)) (-1650 (((-862) $) NIL)) (-3502 (($ $) NIL)) (-3491 (($ $) NIL)) (-2657 (((-112) $ $) NIL)) (-2768 (((-112) $) NIL)) (-2868 (((-112) $ $) NIL)) (-4142 (((-566) $) NIL)))
(((-1103) (-1102 (-1157) (-1175) (-566) (-225) (-862))) (T -1103))
NIL
(-1102 (-1157) (-1175) (-566) (-225) (-862))
-((-2988 (((-112) $ $) NIL)) (-4124 (((-112) $) 45)) (-2069 ((|#2| $) 48)) (-3154 (((-112) $) 20)) (-3822 ((|#1| $) 21)) (-2368 (((-112) $) 42)) (-3524 (((-112) $) 14)) (-1750 (((-112) $) 44)) (-3380 (((-1157) $) NIL)) (-3709 (((-112) $) 46)) (-2092 ((|#3| $) 50)) (-4072 (((-1119) $) NIL)) (-3161 (((-112) $) 47)) (-2938 ((|#4| $) 49)) (-4308 ((|#5| $) 51)) (-3434 (((-112) $ $) 41)) (-1309 (($ $ (-566)) 62) (($ $ (-644 (-566))) 64)) (-1704 (((-644 $) $) 27)) (-2376 (($ |#1|) 53) (($ |#2|) 54) (($ |#3|) 55) (($ |#4|) 56) (($ |#5|) 57) (($ (-644 $)) 52)) (-3152 (((-862) $) 28)) (-3794 (($ $) 26)) (-3780 (($ $) 58)) (-3044 (((-112) $ $) NIL)) (-3355 (((-112) $) 23)) (-2914 (((-112) $ $) 40)) (-3000 (((-566) $) 60)))
+((-4124 (((-112) $ $) NIL)) (-2502 (((-112) $) 45)) (-3686 ((|#2| $) 48)) (-1387 (((-112) $) 20)) (-1901 ((|#1| $) 21)) (-1382 (((-112) $) 42)) (-3903 (((-112) $) 14)) (-1361 (((-112) $) 44)) (-3057 (((-1157) $) NIL)) (-3126 (((-112) $) 46)) (-3710 ((|#3| $) 50)) (-2029 (((-1119) $) NIL)) (-1454 (((-112) $) 47)) (-1544 ((|#4| $) 49)) (-2731 ((|#5| $) 51)) (-1900 (((-112) $ $) 41)) (-3483 (($ $ (-566)) 62) (($ $ (-644 (-566))) 64)) (-3918 (((-644 $) $) 27)) (-1945 (($ |#1|) 53) (($ |#2|) 54) (($ |#3|) 55) (($ |#4|) 56) (($ |#5|) 57) (($ (-644 $)) 52)) (-1650 (((-862) $) 28)) (-3502 (($ $) 26)) (-3491 (($ $) 58)) (-2657 (((-112) $ $) NIL)) (-2768 (((-112) $) 23)) (-2868 (((-112) $ $) 40)) (-4142 (((-566) $) 60)))
(((-1104 |#1| |#2| |#3| |#4| |#5|) (-1102 |#1| |#2| |#3| |#4| |#5|) (-1099) (-1099) (-1099) (-1099) (-1099)) (T -1104))
NIL
(-1102 |#1| |#2| |#3| |#4| |#5|)
-((-1586 (((-1269) $) 23)) (-2335 (($ (-1175) (-436) |#2|) 11)) (-3152 (((-862) $) 16)))
-(((-1105 |#1| |#2|) (-13 (-397) (-10 -8 (-15 -2335 ($ (-1175) (-436) |#2|)))) (-1099) (-432 |#1|)) (T -1105))
-((-2335 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-436)) (-4 *5 (-1099)) (-5 *1 (-1105 *5 *4)) (-4 *4 (-432 *5)))))
-(-13 (-397) (-10 -8 (-15 -2335 ($ (-1175) (-436) |#2|))))
-((-1506 (((-112) |#5| |#5|) 45)) (-1372 (((-112) |#5| |#5|) 60)) (-2419 (((-112) |#5| (-644 |#5|)) 83) (((-112) |#5| |#5|) 69)) (-2007 (((-112) (-644 |#4|) (-644 |#4|)) 66)) (-3864 (((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) 71)) (-1431 (((-1269)) 33)) (-3542 (((-1269) (-1157) (-1157) (-1157)) 29)) (-4136 (((-644 |#5|) (-644 |#5|)) 102)) (-2798 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) 94)) (-2049 (((-644 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112)) 124)) (-3500 (((-112) |#5| |#5|) 54)) (-3505 (((-3 (-112) "failed") |#5| |#5|) 79)) (-1799 (((-112) (-644 |#4|) (-644 |#4|)) 65)) (-3213 (((-112) (-644 |#4|) (-644 |#4|)) 67)) (-3077 (((-112) (-644 |#4|) (-644 |#4|)) 68)) (-3800 (((-3 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112)) 119)) (-2042 (((-644 |#5|) (-644 |#5|)) 50)))
-(((-1106 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3542 ((-1269) (-1157) (-1157) (-1157))) (-15 -1431 ((-1269))) (-15 -1506 ((-112) |#5| |#5|)) (-15 -2042 ((-644 |#5|) (-644 |#5|))) (-15 -3500 ((-112) |#5| |#5|)) (-15 -1372 ((-112) |#5| |#5|)) (-15 -2007 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1799 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3213 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3077 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3505 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2419 ((-112) |#5| |#5|)) (-15 -2419 ((-112) |#5| (-644 |#5|))) (-15 -4136 ((-644 |#5|) (-644 |#5|))) (-15 -3864 ((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) (-15 -2798 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-15 -2049 ((-644 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -3800 ((-3 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -1106))
-((-3800 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| -3434 (-644 *9)) (|:| -1470 *4) (|:| |ineq| (-644 *9)))) (-5 *1 (-1106 *6 *7 *8 *9 *4)) (-5 *3 (-644 *9)) (-4 *4 (-1070 *6 *7 *8 *9)))) (-2049 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-644 *10)) (-5 *5 (-112)) (-4 *10 (-1070 *6 *7 *8 *9)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8)) (-5 *2 (-644 (-2 (|:| -3434 (-644 *9)) (|:| -1470 *10) (|:| |ineq| (-644 *9))))) (-5 *1 (-1106 *6 *7 *8 *9 *10)) (-5 *3 (-644 *9)))) (-2798 (*1 *2 *2) (-12 (-5 *2 (-644 (-2 (|:| |val| (-644 *6)) (|:| -1470 *7)))) (-4 *6 (-1064 *3 *4 *5)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1106 *3 *4 *5 *6 *7)))) (-3864 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1470 *8))) (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)))) (-4136 (*1 *2 *2) (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-1106 *3 *4 *5 *6 *7)))) (-2419 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1106 *5 *6 *7 *8 *3)))) (-2419 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-3505 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-3077 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3213 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-1799 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-2007 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-1372 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-3500 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-2042 (*1 *2 *2) (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-1106 *3 *4 *5 *6 *7)))) (-1506 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-1431 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269)) (-5 *1 (-1106 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-3542 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
-(-10 -7 (-15 -3542 ((-1269) (-1157) (-1157) (-1157))) (-15 -1431 ((-1269))) (-15 -1506 ((-112) |#5| |#5|)) (-15 -2042 ((-644 |#5|) (-644 |#5|))) (-15 -3500 ((-112) |#5| |#5|)) (-15 -1372 ((-112) |#5| |#5|)) (-15 -2007 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1799 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3213 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3077 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3505 ((-3 (-112) "failed") |#5| |#5|)) (-15 -2419 ((-112) |#5| |#5|)) (-15 -2419 ((-112) |#5| (-644 |#5|))) (-15 -4136 ((-644 |#5|) (-644 |#5|))) (-15 -3864 ((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) (-15 -2798 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-15 -2049 ((-644 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -3800 ((-3 (-2 (|:| -3434 (-644 |#4|)) (|:| -1470 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112))))
-((-3192 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#5|) 109)) (-3368 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#4| |#4| |#5|) 81)) (-1323 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|) 103)) (-3473 (((-644 |#5|) |#4| |#5|) 125)) (-4043 (((-644 |#5|) |#4| |#5|) 132)) (-2194 (((-644 |#5|) |#4| |#5|) 133)) (-1957 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|) 110)) (-3432 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|) 131)) (-3125 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|) 48) (((-112) |#4| |#5|) 56)) (-4113 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#3| (-112)) 93) (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5| (-112) (-112)) 53)) (-1986 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|) 88)) (-2036 (((-1269)) 37)) (-3950 (((-1269)) 26)) (-2120 (((-1269) (-1157) (-1157) (-1157)) 33)) (-2776 (((-1269) (-1157) (-1157) (-1157)) 22)))
-(((-1107 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2776 ((-1269) (-1157) (-1157) (-1157))) (-15 -3950 ((-1269))) (-15 -2120 ((-1269) (-1157) (-1157) (-1157))) (-15 -2036 ((-1269))) (-15 -3368 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -4113 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -4113 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#3| (-112))) (-15 -1986 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -1323 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -3125 ((-112) |#4| |#5|)) (-15 -1957 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -3473 ((-644 |#5|) |#4| |#5|)) (-15 -3432 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -4043 ((-644 |#5|) |#4| |#5|)) (-15 -3125 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -2194 ((-644 |#5|) |#4| |#5|)) (-15 -3192 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#5|))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -1107))
-((-3192 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2194 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4)) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3125 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-4043 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4)) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3432 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3473 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4)) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1957 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3125 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1323 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1986 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-4113 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1470 *9)))) (-5 *5 (-112)) (-4 *8 (-1064 *6 *7 *4)) (-4 *9 (-1070 *6 *7 *4 *8)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *4 (-850)) (-5 *2 (-644 (-2 (|:| |val| *8) (|:| -1470 *9)))) (-5 *1 (-1107 *6 *7 *4 *8 *9)))) (-4113 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-1107 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-3368 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2036 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269)) (-5 *1 (-1107 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-2120 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269)) (-5 *1 (-1107 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3950 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269)) (-5 *1 (-1107 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-2776 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269)) (-5 *1 (-1107 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2776 ((-1269) (-1157) (-1157) (-1157))) (-15 -3950 ((-1269))) (-15 -2120 ((-1269) (-1157) (-1157) (-1157))) (-15 -2036 ((-1269))) (-15 -3368 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -4113 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -4113 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) |#3| (-112))) (-15 -1986 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -1323 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#4| |#5|)) (-15 -3125 ((-112) |#4| |#5|)) (-15 -1957 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -3473 ((-644 |#5|) |#4| |#5|)) (-15 -3432 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -4043 ((-644 |#5|) |#4| |#5|)) (-15 -3125 ((-644 (-2 (|:| |val| (-112)) (|:| -1470 |#5|))) |#4| |#5|)) (-15 -2194 ((-644 |#5|) |#4| |#5|)) (-15 -3192 ((-644 (-2 (|:| |val| |#4|) (|:| -1470 |#5|))) |#4| |#5|)))
-((-2988 (((-112) $ $) 7)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |#4|)))) (-644 |#4|)) 86)) (-2779 (((-644 $) (-644 |#4|)) 87) (((-644 $) (-644 |#4|) (-112)) 112)) (-1771 (((-644 |#3|) $) 34)) (-3071 (((-112) $) 27)) (-3274 (((-112) $) 18 (|has| |#1| (-558)))) (-2267 (((-112) |#4| $) 102) (((-112) $) 98)) (-1411 ((|#4| |#4| $) 93)) (-1378 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| $) 127)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) 28)) (-1504 (((-112) $ (-771)) 45)) (-3678 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4414))) (((-3 |#4| "failed") $ |#3|) 80)) (-2463 (($) 46 T CONST)) (-3036 (((-112) $) 23 (|has| |#1| (-558)))) (-1963 (((-112) $ $) 25 (|has| |#1| (-558)))) (-2983 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1477 (((-112) $) 26 (|has| |#1| (-558)))) (-3930 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1789 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) 37)) (-4158 (($ (-644 |#4|)) 36)) (-3919 (((-3 $ "failed") $) 83)) (-3110 ((|#4| |#4| $) 90)) (-3942 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3599 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2690 ((|#4| |#4| $) 88)) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4414))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-3476 (((-2 (|:| -1685 (-644 |#4|)) (|:| -3292 (-644 |#4|))) $) 106)) (-2969 (((-112) |#4| $) 137)) (-1951 (((-112) |#4| $) 134)) (-2775 (((-112) |#4| $) 138) (((-112) $) 135)) (-1683 (((-644 |#4|) $) 53 (|has| $ (-6 -4414)))) (-1640 (((-112) |#4| $) 105) (((-112) $) 104)) (-4296 ((|#3| $) 35)) (-3456 (((-112) $ (-771)) 44)) (-3491 (((-644 |#4|) $) 54 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 48)) (-1785 (((-644 |#3|) $) 33)) (-1579 (((-112) |#3| $) 32)) (-3267 (((-112) $ (-771)) 43)) (-3380 (((-1157) $) 10)) (-3006 (((-3 |#4| (-644 $)) |#4| |#4| $) 129)) (-3940 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| |#4| $) 128)) (-2641 (((-3 |#4| "failed") $) 84)) (-2568 (((-644 $) |#4| $) 130)) (-1493 (((-3 (-112) (-644 $)) |#4| $) 133)) (-3835 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-1997 (((-644 $) |#4| $) 126) (((-644 $) (-644 |#4|) $) 125) (((-644 $) (-644 |#4|) (-644 $)) 124) (((-644 $) |#4| (-644 $)) 123)) (-2921 (($ |#4| $) 118) (($ (-644 |#4|) $) 117)) (-2133 (((-644 |#4|) $) 108)) (-2543 (((-112) |#4| $) 100) (((-112) $) 96)) (-1906 ((|#4| |#4| $) 91)) (-3077 (((-112) $ $) 111)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-3374 (((-112) |#4| $) 101) (((-112) $) 97)) (-4074 ((|#4| |#4| $) 92)) (-4072 (((-1119) $) 11)) (-3908 (((-3 |#4| "failed") $) 85)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2718 (((-3 $ "failed") $ |#4|) 79)) (-3369 (($ $ |#4|) 78) (((-644 $) |#4| $) 116) (((-644 $) |#4| (-644 $)) 115) (((-644 $) (-644 |#4|) $) 114) (((-644 $) (-644 |#4|) (-644 $)) 113)) (-2823 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) 39)) (-2872 (((-112) $) 42)) (-3493 (($) 41)) (-3902 (((-771) $) 107)) (-4083 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4414)))) (-1480 (($ $) 40)) (-2376 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) 61)) (-4305 (($ $ |#3|) 29)) (-1702 (($ $ |#3|) 31)) (-4017 (($ $) 89)) (-3809 (($ $ |#3|) 30)) (-3152 (((-862) $) 12) (((-644 |#4|) $) 38)) (-3909 (((-771) $) 77 (|has| |#3| (-370)))) (-3044 (((-112) $ $) 9)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3622 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-3998 (((-644 $) |#4| $) 122) (((-644 $) |#4| (-644 $)) 121) (((-644 $) (-644 |#4|) $) 120) (((-644 $) (-644 |#4|) (-644 $)) 119)) (-2210 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4414)))) (-4382 (((-644 |#3|) $) 82)) (-2676 (((-112) |#4| $) 136)) (-4217 (((-112) |#3| $) 81)) (-2914 (((-112) $ $) 6)) (-3000 (((-771) $) 47 (|has| $ (-6 -4414)))))
+((-2202 (((-1270) $) 23)) (-3061 (($ (-1175) (-436) |#2|) 11)) (-1650 (((-862) $) 16)))
+(((-1105 |#1| |#2|) (-13 (-397) (-10 -8 (-15 -3061 ($ (-1175) (-436) |#2|)))) (-1099) (-432 |#1|)) (T -1105))
+((-3061 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1175)) (-5 *3 (-436)) (-4 *5 (-1099)) (-5 *1 (-1105 *5 *4)) (-4 *4 (-432 *5)))))
+(-13 (-397) (-10 -8 (-15 -3061 ($ (-1175) (-436) |#2|))))
+((-3895 (((-112) |#5| |#5|) 45)) (-3726 (((-112) |#5| |#5|) 60)) (-1808 (((-112) |#5| (-644 |#5|)) 83) (((-112) |#5| |#5|) 69)) (-2073 (((-112) (-644 |#4|) (-644 |#4|)) 66)) (-3942 (((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) 71)) (-1337 (((-1270)) 33)) (-4082 (((-1270) (-1157) (-1157) (-1157)) 29)) (-1489 (((-644 |#5|) (-644 |#5|)) 102)) (-4328 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) 94)) (-2427 (((-644 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112)) 124)) (-1758 (((-112) |#5| |#5|) 54)) (-1799 (((-3 (-112) "failed") |#5| |#5|) 79)) (-1775 (((-112) (-644 |#4|) (-644 |#4|)) 65)) (-3877 (((-112) (-644 |#4|) (-644 |#4|)) 67)) (-3004 (((-112) (-644 |#4|) (-644 |#4|)) 68)) (-1532 (((-3 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112)) 119)) (-2358 (((-644 |#5|) (-644 |#5|)) 50)))
+(((-1106 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4082 ((-1270) (-1157) (-1157) (-1157))) (-15 -1337 ((-1270))) (-15 -3895 ((-112) |#5| |#5|)) (-15 -2358 ((-644 |#5|) (-644 |#5|))) (-15 -1758 ((-112) |#5| |#5|)) (-15 -3726 ((-112) |#5| |#5|)) (-15 -2073 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1775 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3877 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3004 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1799 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1808 ((-112) |#5| |#5|)) (-15 -1808 ((-112) |#5| (-644 |#5|))) (-15 -1489 ((-644 |#5|) (-644 |#5|))) (-15 -3942 ((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) (-15 -4328 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-15 -2427 ((-644 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -1532 ((-3 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -1106))
+((-1532 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| -1900 (-644 *9)) (|:| -1791 *4) (|:| |ineq| (-644 *9)))) (-5 *1 (-1106 *6 *7 *8 *9 *4)) (-5 *3 (-644 *9)) (-4 *4 (-1070 *6 *7 *8 *9)))) (-2427 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-644 *10)) (-5 *5 (-112)) (-4 *10 (-1070 *6 *7 *8 *9)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8)) (-5 *2 (-644 (-2 (|:| -1900 (-644 *9)) (|:| -1791 *10) (|:| |ineq| (-644 *9))))) (-5 *1 (-1106 *6 *7 *8 *9 *10)) (-5 *3 (-644 *9)))) (-4328 (*1 *2 *2) (-12 (-5 *2 (-644 (-2 (|:| |val| (-644 *6)) (|:| -1791 *7)))) (-4 *6 (-1064 *3 *4 *5)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1106 *3 *4 *5 *6 *7)))) (-3942 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1791 *8))) (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)))) (-1489 (*1 *2 *2) (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-1106 *3 *4 *5 *6 *7)))) (-1808 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1106 *5 *6 *7 *8 *3)))) (-1808 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-1799 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-3004 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3877 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-1775 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-2073 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3726 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-1758 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-2358 (*1 *2 *2) (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-1106 *3 *4 *5 *6 *7)))) (-3895 (*1 *2 *3 *3) (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)) (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))) (-1337 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270)) (-5 *1 (-1106 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-4082 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270)) (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(-10 -7 (-15 -4082 ((-1270) (-1157) (-1157) (-1157))) (-15 -1337 ((-1270))) (-15 -3895 ((-112) |#5| |#5|)) (-15 -2358 ((-644 |#5|) (-644 |#5|))) (-15 -1758 ((-112) |#5| |#5|)) (-15 -3726 ((-112) |#5| |#5|)) (-15 -2073 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1775 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3877 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -3004 ((-112) (-644 |#4|) (-644 |#4|))) (-15 -1799 ((-3 (-112) "failed") |#5| |#5|)) (-15 -1808 ((-112) |#5| |#5|)) (-15 -1808 ((-112) |#5| (-644 |#5|))) (-15 -1489 ((-644 |#5|) (-644 |#5|))) (-15 -3942 ((-112) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) (-15 -4328 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-15 -2427 ((-644 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|)))) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -1532 ((-3 (-2 (|:| -1900 (-644 |#4|)) (|:| -1791 |#5|) (|:| |ineq| (-644 |#4|))) "failed") (-644 |#4|) |#5| (-644 |#4|) (-112) (-112) (-112) (-112) (-112))))
+((-1762 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#5|) 109)) (-2916 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#4| |#4| |#5|) 81)) (-2711 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|) 103)) (-1547 (((-644 |#5|) |#4| |#5|) 125)) (-3038 (((-644 |#5|) |#4| |#5|) 132)) (-3317 (((-644 |#5|) |#4| |#5|) 133)) (-2797 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|) 110)) (-2314 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|) 131)) (-2253 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|) 48) (((-112) |#4| |#5|) 56)) (-2407 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#3| (-112)) 93) (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5| (-112) (-112)) 53)) (-1877 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|) 88)) (-2309 (((-1270)) 37)) (-3431 (((-1270)) 26)) (-3858 (((-1270) (-1157) (-1157) (-1157)) 33)) (-4115 (((-1270) (-1157) (-1157) (-1157)) 22)))
+(((-1107 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4115 ((-1270) (-1157) (-1157) (-1157))) (-15 -3431 ((-1270))) (-15 -3858 ((-1270) (-1157) (-1157) (-1157))) (-15 -2309 ((-1270))) (-15 -2916 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -2407 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -2407 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#3| (-112))) (-15 -1877 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -2711 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -2253 ((-112) |#4| |#5|)) (-15 -2797 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -1547 ((-644 |#5|) |#4| |#5|)) (-15 -2314 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -3038 ((-644 |#5|) |#4| |#5|)) (-15 -2253 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -3317 ((-644 |#5|) |#4| |#5|)) (-15 -1762 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#5|))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1070 |#1| |#2| |#3| |#4|)) (T -1107))
+((-1762 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3317 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4)) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2253 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-3038 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4)) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2314 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1547 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4)) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2797 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2253 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112)) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2711 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-1877 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2407 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1791 *9)))) (-5 *5 (-112)) (-4 *8 (-1064 *6 *7 *4)) (-4 *9 (-1070 *6 *7 *4 *8)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *4 (-850)) (-5 *2 (-644 (-2 (|:| |val| *8) (|:| -1791 *9)))) (-5 *1 (-1107 *6 *7 *4 *8 *9)))) (-2407 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-1107 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3)))) (-2916 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))) (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))) (-2309 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270)) (-5 *1 (-1107 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-3858 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270)) (-5 *1 (-1107 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))) (-3431 (*1 *2) (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270)) (-5 *1 (-1107 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))) (-4115 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270)) (-5 *1 (-1107 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(-10 -7 (-15 -4115 ((-1270) (-1157) (-1157) (-1157))) (-15 -3431 ((-1270))) (-15 -3858 ((-1270) (-1157) (-1157) (-1157))) (-15 -2309 ((-1270))) (-15 -2916 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -2407 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5| (-112) (-112))) (-15 -2407 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) |#3| (-112))) (-15 -1877 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -2711 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#4| |#5|)) (-15 -2253 ((-112) |#4| |#5|)) (-15 -2797 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -1547 ((-644 |#5|) |#4| |#5|)) (-15 -2314 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -3038 ((-644 |#5|) |#4| |#5|)) (-15 -2253 ((-644 (-2 (|:| |val| (-112)) (|:| -1791 |#5|))) |#4| |#5|)) (-15 -3317 ((-644 |#5|) |#4| |#5|)) (-15 -1762 ((-644 (-2 (|:| |val| |#4|) (|:| -1791 |#5|))) |#4| |#5|)))
+((-4124 (((-112) $ $) 7)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |#4|)))) (-644 |#4|)) 86)) (-4141 (((-644 $) (-644 |#4|)) 87) (((-644 $) (-644 |#4|) (-112)) 112)) (-3981 (((-644 |#3|) $) 34)) (-2935 (((-112) $) 27)) (-3212 (((-112) $) 18 (|has| |#1| (-558)))) (-2793 (((-112) |#4| $) 102) (((-112) $) 98)) (-2147 ((|#4| |#4| $) 93)) (-1778 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| $) 127)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) 28)) (-3874 (((-112) $ (-771)) 45)) (-1997 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4415))) (((-3 |#4| "failed") $ |#3|) 80)) (-4145 (($) 46 T CONST)) (-2582 (((-112) $) 23 (|has| |#1| (-558)))) (-2872 (((-112) $ $) 25 (|has| |#1| (-558)))) (-3370 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1703 (((-112) $) 26 (|has| |#1| (-558)))) (-3236 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1680 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) 37)) (-3213 (($ (-644 |#4|)) 36)) (-3616 (((-3 $ "failed") $) 83)) (-2118 ((|#4| |#4| $) 90)) (-3640 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3383 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-1437 ((|#4| |#4| $) 88)) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4415))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1579 (((-2 (|:| -2578 (-644 |#4|)) (|:| -3009 (-644 |#4|))) $) 106)) (-3248 (((-112) |#4| $) 137)) (-2735 (((-112) |#4| $) 134)) (-4101 (((-112) |#4| $) 138) (((-112) $) 135)) (-3953 (((-644 |#4|) $) 53 (|has| $ (-6 -4415)))) (-2639 (((-112) |#4| $) 105) (((-112) $) 104)) (-3752 ((|#3| $) 35)) (-1392 (((-112) $ (-771)) 44)) (-1690 (((-644 |#4|) $) 54 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 48)) (-1648 (((-644 |#3|) $) 33)) (-3327 (((-112) |#3| $) 32)) (-4395 (((-112) $ (-771)) 43)) (-3057 (((-1157) $) 10)) (-3606 (((-3 |#4| (-644 $)) |#4| |#4| $) 129)) (-3331 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| |#4| $) 128)) (-1855 (((-3 |#4| "failed") $) 84)) (-2647 (((-644 $) |#4| $) 130)) (-3766 (((-3 (-112) (-644 $)) |#4| $) 133)) (-1772 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-1980 (((-644 $) |#4| $) 126) (((-644 $) (-644 |#4|) $) 125) (((-644 $) (-644 |#4|) (-644 $)) 124) (((-644 $) |#4| (-644 $)) 123)) (-2931 (($ |#4| $) 118) (($ (-644 |#4|) $) 117)) (-3983 (((-644 |#4|) $) 108)) (-3717 (((-112) |#4| $) 100) (((-112) $) 96)) (-3527 ((|#4| |#4| $) 91)) (-3004 (((-112) $ $) 111)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-2988 (((-112) |#4| $) 101) (((-112) $) 97)) (-2072 ((|#4| |#4| $) 92)) (-2029 (((-1119) $) 11)) (-3604 (((-3 |#4| "failed") $) 85)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-1687 (((-3 $ "failed") $ |#4|) 79)) (-2929 (($ $ |#4|) 78) (((-644 $) |#4| $) 116) (((-644 $) |#4| (-644 $)) 115) (((-644 $) (-644 |#4|) $) 114) (((-644 $) (-644 |#4|) (-644 $)) 113)) (-3295 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) 39)) (-3758 (((-112) $) 42)) (-1710 (($) 41)) (-4297 (((-771) $) 107)) (-2037 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4415)))) (-1800 (($ $) 40)) (-1945 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) 61)) (-3833 (($ $ |#3|) 29)) (-2046 (($ $ |#3|) 31)) (-2770 (($ $) 89)) (-1594 (($ $ |#3|) 30)) (-1650 (((-862) $) 12) (((-644 |#4|) $) 38)) (-4329 (((-771) $) 77 (|has| |#3| (-370)))) (-2657 (((-112) $ $) 9)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3575 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-2556 (((-644 $) |#4| $) 122) (((-644 $) |#4| (-644 $)) 121) (((-644 $) (-644 |#4|) $) 120) (((-644 $) (-644 |#4|) (-644 $)) 119)) (-3487 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4415)))) (-2077 (((-644 |#3|) $) 82)) (-2437 (((-112) |#4| $) 136)) (-4205 (((-112) |#3| $) 81)) (-2868 (((-112) $ $) 6)) (-4142 (((-771) $) 47 (|has| $ (-6 -4415)))))
(((-1108 |#1| |#2| |#3| |#4|) (-140) (-454) (-793) (-850) (-1064 |t#1| |t#2| |t#3|)) (T -1108))
NIL
(-13 (-1070 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1070 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1207 |#1| |#2| |#3| |#4|) . T) ((-1214) . T))
-((-2912 (((-644 (-566)) (-566) (-566) (-566)) 39)) (-2369 (((-644 (-566)) (-566) (-566) (-566)) 29)) (-3852 (((-644 (-566)) (-566) (-566) (-566)) 34)) (-2609 (((-566) (-566) (-566)) 23)) (-4316 (((-1264 (-566)) (-644 (-566)) (-1264 (-566)) (-566)) 75) (((-1264 (-566)) (-1264 (-566)) (-1264 (-566)) (-566)) 70)) (-3796 (((-644 (-566)) (-644 (-566)) (-644 (-566)) (-112)) 52)) (-2724 (((-689 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566))) 74)) (-2086 (((-689 (-566)) (-644 (-566)) (-644 (-566))) 58)) (-3052 (((-644 (-689 (-566))) (-644 (-566))) 63)) (-1722 (((-644 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566))) 78)) (-1319 (((-689 (-566)) (-644 (-566)) (-644 (-566)) (-644 (-566))) 88)))
-(((-1109) (-10 -7 (-15 -1319 ((-689 (-566)) (-644 (-566)) (-644 (-566)) (-644 (-566)))) (-15 -1722 ((-644 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566)))) (-15 -3052 ((-644 (-689 (-566))) (-644 (-566)))) (-15 -2086 ((-689 (-566)) (-644 (-566)) (-644 (-566)))) (-15 -2724 ((-689 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566)))) (-15 -3796 ((-644 (-566)) (-644 (-566)) (-644 (-566)) (-112))) (-15 -4316 ((-1264 (-566)) (-1264 (-566)) (-1264 (-566)) (-566))) (-15 -4316 ((-1264 (-566)) (-644 (-566)) (-1264 (-566)) (-566))) (-15 -2609 ((-566) (-566) (-566))) (-15 -3852 ((-644 (-566)) (-566) (-566) (-566))) (-15 -2369 ((-644 (-566)) (-566) (-566) (-566))) (-15 -2912 ((-644 (-566)) (-566) (-566) (-566))))) (T -1109))
-((-2912 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))) (-2369 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))) (-3852 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))) (-2609 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1109)))) (-4316 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1264 (-566))) (-5 *3 (-644 (-566))) (-5 *4 (-566)) (-5 *1 (-1109)))) (-4316 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1264 (-566))) (-5 *3 (-566)) (-5 *1 (-1109)))) (-3796 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *3 (-112)) (-5 *1 (-1109)))) (-2724 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-689 (-566))) (-5 *3 (-644 (-566))) (-5 *1 (-1109)))) (-2086 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1109)))) (-3052 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-1109)))) (-1722 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *3 (-689 (-566))) (-5 *1 (-1109)))) (-1319 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1109)))))
-(-10 -7 (-15 -1319 ((-689 (-566)) (-644 (-566)) (-644 (-566)) (-644 (-566)))) (-15 -1722 ((-644 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566)))) (-15 -3052 ((-644 (-689 (-566))) (-644 (-566)))) (-15 -2086 ((-689 (-566)) (-644 (-566)) (-644 (-566)))) (-15 -2724 ((-689 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566)))) (-15 -3796 ((-644 (-566)) (-644 (-566)) (-644 (-566)) (-112))) (-15 -4316 ((-1264 (-566)) (-1264 (-566)) (-1264 (-566)) (-566))) (-15 -4316 ((-1264 (-566)) (-644 (-566)) (-1264 (-566)) (-566))) (-15 -2609 ((-566) (-566) (-566))) (-15 -3852 ((-644 (-566)) (-566) (-566) (-566))) (-15 -2369 ((-644 (-566)) (-566) (-566) (-566))) (-15 -2912 ((-644 (-566)) (-566) (-566) (-566))))
+(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1070 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1208 |#1| |#2| |#3| |#4|) . T) ((-1215) . T))
+((-2843 (((-644 (-566)) (-566) (-566) (-566)) 39)) (-1391 (((-644 (-566)) (-566) (-566) (-566)) 29)) (-1899 (((-644 (-566)) (-566) (-566) (-566)) 34)) (-3083 (((-566) (-566) (-566)) 23)) (-2649 (((-1265 (-566)) (-644 (-566)) (-1265 (-566)) (-566)) 75) (((-1265 (-566)) (-1265 (-566)) (-1265 (-566)) (-566)) 70)) (-1494 (((-644 (-566)) (-644 (-566)) (-644 (-566)) (-112)) 52)) (-1735 (((-689 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566))) 74)) (-1632 (((-689 (-566)) (-644 (-566)) (-644 (-566))) 58)) (-2748 (((-644 (-689 (-566))) (-644 (-566))) 63)) (-2230 (((-644 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566))) 78)) (-2661 (((-689 (-566)) (-644 (-566)) (-644 (-566)) (-644 (-566))) 88)))
+(((-1109) (-10 -7 (-15 -2661 ((-689 (-566)) (-644 (-566)) (-644 (-566)) (-644 (-566)))) (-15 -2230 ((-644 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566)))) (-15 -2748 ((-644 (-689 (-566))) (-644 (-566)))) (-15 -1632 ((-689 (-566)) (-644 (-566)) (-644 (-566)))) (-15 -1735 ((-689 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566)))) (-15 -1494 ((-644 (-566)) (-644 (-566)) (-644 (-566)) (-112))) (-15 -2649 ((-1265 (-566)) (-1265 (-566)) (-1265 (-566)) (-566))) (-15 -2649 ((-1265 (-566)) (-644 (-566)) (-1265 (-566)) (-566))) (-15 -3083 ((-566) (-566) (-566))) (-15 -1899 ((-644 (-566)) (-566) (-566) (-566))) (-15 -1391 ((-644 (-566)) (-566) (-566) (-566))) (-15 -2843 ((-644 (-566)) (-566) (-566) (-566))))) (T -1109))
+((-2843 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))) (-1391 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))) (-1899 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))) (-3083 (*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1109)))) (-2649 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1265 (-566))) (-5 *3 (-644 (-566))) (-5 *4 (-566)) (-5 *1 (-1109)))) (-2649 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1265 (-566))) (-5 *3 (-566)) (-5 *1 (-1109)))) (-1494 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *3 (-112)) (-5 *1 (-1109)))) (-1735 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-689 (-566))) (-5 *3 (-644 (-566))) (-5 *1 (-1109)))) (-1632 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1109)))) (-2748 (*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-1109)))) (-2230 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *3 (-689 (-566))) (-5 *1 (-1109)))) (-2661 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1109)))))
+(-10 -7 (-15 -2661 ((-689 (-566)) (-644 (-566)) (-644 (-566)) (-644 (-566)))) (-15 -2230 ((-644 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566)))) (-15 -2748 ((-644 (-689 (-566))) (-644 (-566)))) (-15 -1632 ((-689 (-566)) (-644 (-566)) (-644 (-566)))) (-15 -1735 ((-689 (-566)) (-644 (-566)) (-644 (-566)) (-689 (-566)))) (-15 -1494 ((-644 (-566)) (-644 (-566)) (-644 (-566)) (-112))) (-15 -2649 ((-1265 (-566)) (-1265 (-566)) (-1265 (-566)) (-566))) (-15 -2649 ((-1265 (-566)) (-644 (-566)) (-1265 (-566)) (-566))) (-15 -3083 ((-566) (-566) (-566))) (-15 -1899 ((-644 (-566)) (-566) (-566) (-566))) (-15 -1391 ((-644 (-566)) (-566) (-566) (-566))) (-15 -2843 ((-644 (-566)) (-566) (-566) (-566))))
((** (($ $ (-921)) 10)))
(((-1110 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-921)))) (-1111)) (T -1110))
NIL
(-10 -8 (-15 ** (|#1| |#1| (-921))))
-((-2988 (((-112) $ $) 7)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)) (** (($ $ (-921)) 14)) (* (($ $ $) 15)))
+((-4124 (((-112) $ $) 7)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)) (** (($ $ (-921)) 14)) (* (($ $ $) 15)))
(((-1111) (-140)) (T -1111))
((* (*1 *1 *1 *1) (-4 *1 (-1111))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1111)) (-5 *2 (-921)))))
(-13 (-1099) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-921)))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL (|has| |#3| (-1099)))) (-3230 (((-112) $) NIL (|has| |#3| (-131)))) (-1570 (($ (-921)) NIL (|has| |#3| (-1049)))) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3920 (($ $ $) NIL (|has| |#3| (-793)))) (-3967 (((-3 $ "failed") $ $) NIL (|has| |#3| (-131)))) (-1504 (((-112) $ (-771)) NIL)) (-3870 (((-771)) NIL (|has| |#3| (-370)))) (-2743 (((-566) $) NIL (|has| |#3| (-848)))) (-1456 ((|#3| $ (-566) |#3|) NIL (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1099)))) (-4158 (((-566) $) NIL (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099)))) ((|#3| $) NIL (|has| |#3| (-1099)))) (-4089 (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049)))) (((-2 (|:| -3361 (-689 |#3|)) (|:| |vec| (-1264 |#3|))) (-689 $) (-1264 $)) NIL (|has| |#3| (-1049))) (((-689 |#3|) (-689 $)) NIL (|has| |#3| (-1049)))) (-3245 (((-3 $ "failed") $) NIL (|has| |#3| (-726)))) (-2715 (($) NIL (|has| |#3| (-370)))) (-3897 ((|#3| $ (-566) |#3|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#3| $ (-566)) 12)) (-2528 (((-112) $) NIL (|has| |#3| (-848)))) (-1683 (((-644 |#3|) $) NIL (|has| $ (-6 -4414)))) (-2389 (((-112) $) NIL (|has| |#3| (-726)))) (-3233 (((-112) $) NIL (|has| |#3| (-848)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-3491 (((-644 |#3|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#3| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-3885 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#3| |#3|) $) NIL)) (-1866 (((-921) $) NIL (|has| |#3| (-370)))) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#3| (-1099)))) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-2835 (($ (-921)) NIL (|has| |#3| (-370)))) (-4072 (((-1119) $) NIL (|has| |#3| (-1099)))) (-3908 ((|#3| $) NIL (|has| (-566) (-850)))) (-3787 (($ $ |#3|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#3|))) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-295 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-644 |#3|) (-644 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#3| (-1099))))) (-3486 (((-644 |#3|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#3| $ (-566) |#3|) NIL) ((|#3| $ (-566)) NIL)) (-3386 ((|#3| $ $) NIL (|has| |#3| (-1049)))) (-1668 (($ (-1264 |#3|)) NIL)) (-3126 (((-134)) NIL (|has| |#3| (-365)))) (-3629 (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1 |#3| |#3|) (-771)) NIL (|has| |#3| (-1049))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1049)))) (-4083 (((-771) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4414))) (((-771) |#3| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#3| (-1099))))) (-1480 (($ $) NIL)) (-3152 (((-1264 |#3|) $) NIL) (($ (-566)) NIL (-2768 (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099))) (|has| |#3| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099)))) (($ |#3|) NIL (|has| |#3| (-1099))) (((-862) $) NIL (|has| |#3| (-613 (-862))))) (-2593 (((-771)) NIL (|has| |#3| (-1049)) CONST)) (-3044 (((-112) $ $) NIL (|has| |#3| (-1099)))) (-2210 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4414)))) (-1358 (($ $) NIL (|has| |#3| (-848)))) (-4356 (($) NIL (|has| |#3| (-131)) CONST)) (-4366 (($) NIL (|has| |#3| (-726)) CONST)) (-3497 (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1 |#3| |#3|) (-771)) NIL (|has| |#3| (-1049))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1049)))) (-2968 (((-112) $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2946 (((-112) $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2914 (((-112) $ $) NIL (|has| |#3| (-1099)))) (-2956 (((-112) $ $) NIL (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2935 (((-112) $ $) 24 (-2768 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-3025 (($ $ |#3|) NIL (|has| |#3| (-365)))) (-3012 (($ $ $) NIL (|has| |#3| (-1049))) (($ $) NIL (|has| |#3| (-1049)))) (-3002 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-771)) NIL (|has| |#3| (-726))) (($ $ (-921)) NIL (|has| |#3| (-726)))) (* (($ (-566) $) NIL (|has| |#3| (-1049))) (($ $ $) NIL (|has| |#3| (-726))) (($ $ |#3|) NIL (|has| |#3| (-726))) (($ |#3| $) NIL (|has| |#3| (-726))) (($ (-771) $) NIL (|has| |#3| (-131))) (($ (-921) $) NIL (|has| |#3| (-25)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL (|has| |#3| (-1099)))) (-4014 (((-112) $) NIL (|has| |#3| (-131)))) (-3242 (($ (-921)) NIL (|has| |#3| (-1049)))) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-1307 (($ $ $) NIL (|has| |#3| (-793)))) (-3569 (((-3 $ "failed") $ $) NIL (|has| |#3| (-131)))) (-3874 (((-112) $ (-771)) NIL)) (-3571 (((-771)) NIL (|has| |#3| (-370)))) (-1907 (((-566) $) NIL (|has| |#3| (-848)))) (-1777 ((|#3| $ (-566) |#3|) NIL (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1099)))) (-3213 (((-566) $) NIL (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099)))) (((-409 (-566)) $) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099)))) ((|#3| $) NIL (|has| |#3| (-1099)))) (-2204 (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| |#3| (-639 (-566))) (|has| |#3| (-1049)))) (((-2 (|:| -2840 (-689 |#3|)) (|:| |vec| (-1265 |#3|))) (-689 $) (-1265 $)) NIL (|has| |#3| (-1049))) (((-689 |#3|) (-689 $)) NIL (|has| |#3| (-1049)))) (-4185 (((-3 $ "failed") $) NIL (|has| |#3| (-726)))) (-3341 (($) NIL (|has| |#3| (-370)))) (-2417 ((|#3| $ (-566) |#3|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#3| $ (-566)) 12)) (-3540 (((-112) $) NIL (|has| |#3| (-848)))) (-3953 (((-644 |#3|) $) NIL (|has| $ (-6 -4415)))) (-1568 (((-112) $) NIL (|has| |#3| (-726)))) (-4049 (((-112) $) NIL (|has| |#3| (-848)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-1690 (((-644 |#3|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#3| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2409 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#3| |#3|) $) NIL)) (-4350 (((-921) $) NIL (|has| |#3| (-370)))) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#3| (-1099)))) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-1351 (($ (-921)) NIL (|has| |#3| (-370)))) (-2029 (((-1119) $) NIL (|has| |#3| (-1099)))) (-3604 ((|#3| $) NIL (|has| (-566) (-850)))) (-1417 (($ $ |#3|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#3|))) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-295 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099)))) (($ $ (-644 |#3|) (-644 |#3|)) NIL (-12 (|has| |#3| (-310 |#3|)) (|has| |#3| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#3| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#3| (-1099))))) (-1647 (((-644 |#3|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#3| $ (-566) |#3|) NIL) ((|#3| $ (-566)) NIL)) (-3108 ((|#3| $ $) NIL (|has| |#3| (-1049)))) (-3884 (($ (-1265 |#3|)) NIL)) (-2262 (((-134)) NIL (|has| |#3| (-365)))) (-2324 (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1 |#3| |#3|) (-771)) NIL (|has| |#3| (-1049))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1049)))) (-2037 (((-771) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4415))) (((-771) |#3| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#3| (-1099))))) (-1800 (($ $) NIL)) (-1650 (((-1265 |#3|) $) NIL) (($ (-566)) NIL (-2700 (-12 (|has| |#3| (-1038 (-566))) (|has| |#3| (-1099))) (|has| |#3| (-1049)))) (($ (-409 (-566))) NIL (-12 (|has| |#3| (-1038 (-409 (-566)))) (|has| |#3| (-1099)))) (($ |#3|) NIL (|has| |#3| (-1099))) (((-862) $) NIL (|has| |#3| (-613 (-862))))) (-2910 (((-771)) NIL (|has| |#3| (-1049)) CONST)) (-2657 (((-112) $ $) NIL (|has| |#3| (-1099)))) (-3487 (((-112) (-1 (-112) |#3|) $) NIL (|has| $ (-6 -4415)))) (-3839 (($ $) NIL (|has| |#3| (-848)))) (-3410 (($) NIL (|has| |#3| (-131)) CONST)) (-3424 (($) NIL (|has| |#3| (-726)) CONST)) (-3218 (($ $) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $ (-771)) NIL (-12 (|has| |#3| (-233)) (|has| |#3| (-1049)))) (($ $ (-1175)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#3| (-900 (-1175))) (|has| |#3| (-1049)))) (($ $ (-1 |#3| |#3|) (-771)) NIL (|has| |#3| (-1049))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1049)))) (-2928 (((-112) $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2904 (((-112) $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2868 (((-112) $ $) NIL (|has| |#3| (-1099)))) (-2915 (((-112) $ $) NIL (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2892 (((-112) $ $) 24 (-2700 (|has| |#3| (-793)) (|has| |#3| (-848))))) (-2990 (($ $ |#3|) NIL (|has| |#3| (-365)))) (-2977 (($ $ $) NIL (|has| |#3| (-1049))) (($ $) NIL (|has| |#3| (-1049)))) (-2964 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-771)) NIL (|has| |#3| (-726))) (($ $ (-921)) NIL (|has| |#3| (-726)))) (* (($ (-566) $) NIL (|has| |#3| (-1049))) (($ $ $) NIL (|has| |#3| (-726))) (($ $ |#3|) NIL (|has| |#3| (-726))) (($ |#3| $) NIL (|has| |#3| (-726))) (($ (-771) $) NIL (|has| |#3| (-131))) (($ (-921) $) NIL (|has| |#3| (-25)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
(((-1112 |#1| |#2| |#3|) (-238 |#1| |#3|) (-771) (-771) (-793)) (T -1112))
NIL
(-238 |#1| |#3|)
-((-1708 (((-644 (-1237 |#2| |#1|)) (-1237 |#2| |#1|) (-1237 |#2| |#1|)) 53)) (-3968 (((-566) (-1237 |#2| |#1|)) 100 (|has| |#1| (-454)))) (-3635 (((-566) (-1237 |#2| |#1|)) 82)) (-4349 (((-644 (-1237 |#2| |#1|)) (-1237 |#2| |#1|) (-1237 |#2| |#1|)) 63)) (-3452 (((-566) (-1237 |#2| |#1|) (-1237 |#2| |#1|)) 99 (|has| |#1| (-454)))) (-2535 (((-644 |#1|) (-1237 |#2| |#1|) (-1237 |#2| |#1|)) 67)) (-3543 (((-566) (-1237 |#2| |#1|) (-1237 |#2| |#1|)) 81)))
-(((-1113 |#1| |#2|) (-10 -7 (-15 -1708 ((-644 (-1237 |#2| |#1|)) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -4349 ((-644 (-1237 |#2| |#1|)) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -2535 ((-644 |#1|) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -3543 ((-566) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -3635 ((-566) (-1237 |#2| |#1|))) (IF (|has| |#1| (-454)) (PROGN (-15 -3452 ((-566) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -3968 ((-566) (-1237 |#2| |#1|)))) |%noBranch|)) (-820) (-1175)) (T -1113))
-((-3968 (*1 *2 *3) (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-454)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))) (-3452 (*1 *2 *3 *3) (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-454)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))) (-3635 (*1 *2 *3) (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))) (-3543 (*1 *2 *3 *3) (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))) (-2535 (*1 *2 *3 *3) (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 *4)) (-5 *1 (-1113 *4 *5)))) (-4349 (*1 *2 *3 *3) (-12 (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 (-1237 *5 *4))) (-5 *1 (-1113 *4 *5)) (-5 *3 (-1237 *5 *4)))) (-1708 (*1 *2 *3 *3) (-12 (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 (-1237 *5 *4))) (-5 *1 (-1113 *4 *5)) (-5 *3 (-1237 *5 *4)))))
-(-10 -7 (-15 -1708 ((-644 (-1237 |#2| |#1|)) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -4349 ((-644 (-1237 |#2| |#1|)) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -2535 ((-644 |#1|) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -3543 ((-566) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -3635 ((-566) (-1237 |#2| |#1|))) (IF (|has| |#1| (-454)) (PROGN (-15 -3452 ((-566) (-1237 |#2| |#1|) (-1237 |#2| |#1|))) (-15 -3968 ((-566) (-1237 |#2| |#1|)))) |%noBranch|))
-((-2988 (((-112) $ $) NIL)) (-2900 (($ (-508) (-1117)) 13)) (-2831 (((-1117) $) 19)) (-1368 (((-508) $) 16)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 26) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1114) (-13 (-1082) (-10 -8 (-15 -2900 ($ (-508) (-1117))) (-15 -1368 ((-508) $)) (-15 -2831 ((-1117) $))))) (T -1114))
-((-2900 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1117)) (-5 *1 (-1114)))) (-1368 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1114)))) (-2831 (*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-1114)))))
-(-13 (-1082) (-10 -8 (-15 -2900 ($ (-508) (-1117))) (-15 -1368 ((-508) $)) (-15 -2831 ((-1117) $))))
-((-2743 (((-3 (-566) "failed") |#2| (-1175) |#2| (-1157)) 19) (((-3 (-566) "failed") |#2| (-1175) (-843 |#2|)) 17) (((-3 (-566) "failed") |#2|) 60)))
-(((-1115 |#1| |#2|) (-10 -7 (-15 -2743 ((-3 (-566) "failed") |#2|)) (-15 -2743 ((-3 (-566) "failed") |#2| (-1175) (-843 |#2|))) (-15 -2743 ((-3 (-566) "failed") |#2| (-1175) |#2| (-1157)))) (-13 (-558) (-1038 (-566)) (-639 (-566)) (-454)) (-13 (-27) (-1199) (-432 |#1|))) (T -1115))
-((-2743 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-1157)) (-4 *6 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566)) (-5 *1 (-1115 *6 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *6))))) (-2743 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-843 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *6))) (-4 *6 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566)) (-5 *1 (-1115 *6 *3)))) (-2743 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566)) (-5 *1 (-1115 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4))))))
-(-10 -7 (-15 -2743 ((-3 (-566) "failed") |#2|)) (-15 -2743 ((-3 (-566) "failed") |#2| (-1175) (-843 |#2|))) (-15 -2743 ((-3 (-566) "failed") |#2| (-1175) |#2| (-1157))))
-((-2743 (((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)) (-1157)) 38) (((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-843 (-409 (-952 |#1|)))) 33) (((-3 (-566) "failed") (-409 (-952 |#1|))) 14)))
-(((-1116 |#1|) (-10 -7 (-15 -2743 ((-3 (-566) "failed") (-409 (-952 |#1|)))) (-15 -2743 ((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-843 (-409 (-952 |#1|))))) (-15 -2743 ((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)) (-1157)))) (-454)) (T -1116))
-((-2743 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-409 (-952 *6))) (-5 *4 (-1175)) (-5 *5 (-1157)) (-4 *6 (-454)) (-5 *2 (-566)) (-5 *1 (-1116 *6)))) (-2743 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-843 (-409 (-952 *6)))) (-5 *3 (-409 (-952 *6))) (-4 *6 (-454)) (-5 *2 (-566)) (-5 *1 (-1116 *6)))) (-2743 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-454)) (-5 *2 (-566)) (-5 *1 (-1116 *4)))))
-(-10 -7 (-15 -2743 ((-3 (-566) "failed") (-409 (-952 |#1|)))) (-15 -2743 ((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-843 (-409 (-952 |#1|))))) (-15 -2743 ((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)) (-1157))))
-((-2988 (((-112) $ $) NIL)) (-1385 (((-1180) $) 12)) (-1344 (((-644 (-1180)) $) 14)) (-2831 (($ (-644 (-1180)) (-1180)) 10)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 29)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 17)))
-(((-1117) (-13 (-1099) (-10 -8 (-15 -2831 ($ (-644 (-1180)) (-1180))) (-15 -1385 ((-1180) $)) (-15 -1344 ((-644 (-1180)) $))))) (T -1117))
-((-2831 (*1 *1 *2 *3) (-12 (-5 *2 (-644 (-1180))) (-5 *3 (-1180)) (-5 *1 (-1117)))) (-1385 (*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-1117)))) (-1344 (*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1117)))))
-(-13 (-1099) (-10 -8 (-15 -2831 ($ (-644 (-1180)) (-1180))) (-15 -1385 ((-1180) $)) (-15 -1344 ((-644 (-1180)) $))))
-((-2192 (((-317 (-566)) (-48)) 12)))
-(((-1118) (-10 -7 (-15 -2192 ((-317 (-566)) (-48))))) (T -1118))
-((-2192 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-317 (-566))) (-5 *1 (-1118)))))
-(-10 -7 (-15 -2192 ((-317 (-566)) (-48))))
-((-2988 (((-112) $ $) NIL)) (-3010 (($ $) 44)) (-3230 (((-112) $) 69)) (-2439 (($ $ $) 51)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 97)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-2871 (($ $ $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1345 (($ $ $ $) 80)) (-1378 (($ $) NIL)) (-1364 (((-420 $) $) NIL)) (-2085 (((-112) $ $) NIL)) (-3870 (((-771)) 82)) (-2743 (((-566) $) NIL)) (-3764 (($ $ $) 77)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL)) (-4158 (((-566) $) NIL)) (-2933 (($ $ $) 63)) (-4089 (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 91) (((-689 (-566)) (-689 $)) 32)) (-3245 (((-3 $ "failed") $) NIL)) (-4391 (((-3 (-409 (-566)) "failed") $) NIL)) (-3407 (((-112) $) NIL)) (-1786 (((-409 (-566)) $) NIL)) (-2715 (($) 94) (($ $) 95)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL)) (-1615 (((-112) $) NIL)) (-2501 (($ $ $ $) NIL)) (-1732 (($ $ $) 92)) (-2528 (((-112) $) NIL)) (-2413 (($ $ $) NIL)) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL)) (-2389 (((-112) $) 71)) (-3419 (((-112) $) 68)) (-2404 (($ $) 45)) (-2621 (((-3 $ "failed") $) NIL)) (-3233 (((-112) $) 81)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2505 (($ $ $ $) 78)) (-1478 (($ $ $) 73) (($) 42 T CONST)) (-2599 (($ $ $) 72) (($) 41 T CONST)) (-3479 (($ $) NIL)) (-1866 (((-921) $) 87)) (-2440 (($ $) 76)) (-2128 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3380 (((-1157) $) NIL)) (-1517 (($ $ $) NIL)) (-3289 (($) NIL T CONST)) (-2835 (($ (-921)) 86)) (-1847 (($ $) 56)) (-4072 (((-1119) $) 75)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-2164 (($ $ $) 66) (($ (-644 $)) NIL)) (-2499 (($ $) NIL)) (-1624 (((-420 $) $) NIL)) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL)) (-2978 (((-3 $ "failed") $ $) NIL)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2664 (((-112) $) NIL)) (-4357 (((-771) $) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 65)) (-3629 (($ $ (-771)) NIL) (($ $) NIL)) (-2028 (($ $) 57)) (-1480 (($ $) NIL)) (-2376 (((-566) $) 17) (((-538) $) NIL) (((-892 (-566)) $) NIL) (((-381) $) NIL) (((-225) $) NIL)) (-3152 (((-862) $) 35) (($ (-566)) 93) (($ $) NIL) (($ (-566)) 93)) (-2593 (((-771)) NIL T CONST)) (-2992 (((-112) $ $) NIL)) (-2073 (($ $ $) NIL)) (-3044 (((-112) $ $) NIL)) (-2576 (($) 40)) (-3014 (((-112) $ $) NIL)) (-1725 (($ $ $ $) 79)) (-1358 (($ $) 67)) (-3055 (($ $ $) 47)) (-4356 (($) 7 T CONST)) (-2854 (($ $ $) 50)) (-4366 (($) 39 T CONST)) (-2226 (((-1157) $) 26) (((-1157) $ (-112)) 27) (((-1269) (-822) $) 28) (((-1269) (-822) $ (-112)) 29)) (-2865 (($ $) 48)) (-3497 (($ $ (-771)) NIL) (($ $) NIL)) (-2844 (($ $ $) 49)) (-2968 (((-112) $ $) 55)) (-2946 (((-112) $ $) 52)) (-2914 (((-112) $ $) 43)) (-2956 (((-112) $ $) 54)) (-2935 (((-112) $ $) 10)) (-3043 (($ $ $) 46)) (-3012 (($ $) 16) (($ $ $) 59)) (-3002 (($ $ $) 58)) (** (($ $ (-921)) NIL) (($ $ (-771)) 61)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 38) (($ $ $) 37)))
-(((-1119) (-13 (-547) (-844) (-661) (-828) (-10 -8 (-6 -4401) (-6 -4406) (-6 -4402) (-15 -2404 ($ $)) (-15 -2439 ($ $ $)) (-15 -2865 ($ $)) (-15 -2844 ($ $ $)) (-15 -2854 ($ $ $))))) (T -1119))
-((-2404 (*1 *1 *1) (-5 *1 (-1119))) (-2439 (*1 *1 *1 *1) (-5 *1 (-1119))) (-2865 (*1 *1 *1) (-5 *1 (-1119))) (-2844 (*1 *1 *1 *1) (-5 *1 (-1119))) (-2854 (*1 *1 *1 *1) (-5 *1 (-1119))))
-(-13 (-547) (-844) (-661) (-828) (-10 -8 (-6 -4401) (-6 -4406) (-6 -4402) (-15 -2404 ($ $)) (-15 -2439 ($ $ $)) (-15 -2865 ($ $)) (-15 -2844 ($ $ $)) (-15 -2854 ($ $ $))))
+((-2089 (((-644 (-1238 |#2| |#1|)) (-1238 |#2| |#1|) (-1238 |#2| |#1|)) 53)) (-3580 (((-566) (-1238 |#2| |#1|)) 100 (|has| |#1| (-454)))) (-3693 (((-566) (-1238 |#2| |#1|)) 82)) (-3008 (((-644 (-1238 |#2| |#1|)) (-1238 |#2| |#1|) (-1238 |#2| |#1|)) 63)) (-1353 (((-566) (-1238 |#2| |#1|) (-1238 |#2| |#1|)) 99 (|has| |#1| (-454)))) (-3620 (((-644 |#1|) (-1238 |#2| |#1|) (-1238 |#2| |#1|)) 67)) (-4092 (((-566) (-1238 |#2| |#1|) (-1238 |#2| |#1|)) 81)))
+(((-1113 |#1| |#2|) (-10 -7 (-15 -2089 ((-644 (-1238 |#2| |#1|)) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -3008 ((-644 (-1238 |#2| |#1|)) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -3620 ((-644 |#1|) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -4092 ((-566) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -3693 ((-566) (-1238 |#2| |#1|))) (IF (|has| |#1| (-454)) (PROGN (-15 -1353 ((-566) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -3580 ((-566) (-1238 |#2| |#1|)))) |%noBranch|)) (-820) (-1175)) (T -1113))
+((-3580 (*1 *2 *3) (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-454)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))) (-1353 (*1 *2 *3 *3) (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-454)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))) (-3693 (*1 *2 *3) (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))) (-4092 (*1 *2 *3 *3) (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))) (-3620 (*1 *2 *3 *3) (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 *4)) (-5 *1 (-1113 *4 *5)))) (-3008 (*1 *2 *3 *3) (-12 (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 (-1238 *5 *4))) (-5 *1 (-1113 *4 *5)) (-5 *3 (-1238 *5 *4)))) (-2089 (*1 *2 *3 *3) (-12 (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 (-1238 *5 *4))) (-5 *1 (-1113 *4 *5)) (-5 *3 (-1238 *5 *4)))))
+(-10 -7 (-15 -2089 ((-644 (-1238 |#2| |#1|)) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -3008 ((-644 (-1238 |#2| |#1|)) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -3620 ((-644 |#1|) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -4092 ((-566) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -3693 ((-566) (-1238 |#2| |#1|))) (IF (|has| |#1| (-454)) (PROGN (-15 -1353 ((-566) (-1238 |#2| |#1|) (-1238 |#2| |#1|))) (-15 -3580 ((-566) (-1238 |#2| |#1|)))) |%noBranch|))
+((-4124 (((-112) $ $) NIL)) (-2705 (($ (-508) (-1117)) 13)) (-2474 (((-1117) $) 19)) (-3707 (((-508) $) 16)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 26) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1114) (-13 (-1082) (-10 -8 (-15 -2705 ($ (-508) (-1117))) (-15 -3707 ((-508) $)) (-15 -2474 ((-1117) $))))) (T -1114))
+((-2705 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1117)) (-5 *1 (-1114)))) (-3707 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1114)))) (-2474 (*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-1114)))))
+(-13 (-1082) (-10 -8 (-15 -2705 ($ (-508) (-1117))) (-15 -3707 ((-508) $)) (-15 -2474 ((-1117) $))))
+((-1907 (((-3 (-566) "failed") |#2| (-1175) |#2| (-1157)) 19) (((-3 (-566) "failed") |#2| (-1175) (-843 |#2|)) 17) (((-3 (-566) "failed") |#2|) 60)))
+(((-1115 |#1| |#2|) (-10 -7 (-15 -1907 ((-3 (-566) "failed") |#2|)) (-15 -1907 ((-3 (-566) "failed") |#2| (-1175) (-843 |#2|))) (-15 -1907 ((-3 (-566) "failed") |#2| (-1175) |#2| (-1157)))) (-13 (-558) (-1038 (-566)) (-639 (-566)) (-454)) (-13 (-27) (-1200) (-432 |#1|))) (T -1115))
+((-1907 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-1157)) (-4 *6 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566)) (-5 *1 (-1115 *6 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *6))))) (-1907 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-843 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *6))) (-4 *6 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566)) (-5 *1 (-1115 *6 *3)))) (-1907 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566)) (-5 *1 (-1115 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4))))))
+(-10 -7 (-15 -1907 ((-3 (-566) "failed") |#2|)) (-15 -1907 ((-3 (-566) "failed") |#2| (-1175) (-843 |#2|))) (-15 -1907 ((-3 (-566) "failed") |#2| (-1175) |#2| (-1157))))
+((-1907 (((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)) (-1157)) 38) (((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-843 (-409 (-952 |#1|)))) 33) (((-3 (-566) "failed") (-409 (-952 |#1|))) 14)))
+(((-1116 |#1|) (-10 -7 (-15 -1907 ((-3 (-566) "failed") (-409 (-952 |#1|)))) (-15 -1907 ((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-843 (-409 (-952 |#1|))))) (-15 -1907 ((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)) (-1157)))) (-454)) (T -1116))
+((-1907 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-409 (-952 *6))) (-5 *4 (-1175)) (-5 *5 (-1157)) (-4 *6 (-454)) (-5 *2 (-566)) (-5 *1 (-1116 *6)))) (-1907 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-843 (-409 (-952 *6)))) (-5 *3 (-409 (-952 *6))) (-4 *6 (-454)) (-5 *2 (-566)) (-5 *1 (-1116 *6)))) (-1907 (*1 *2 *3) (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-454)) (-5 *2 (-566)) (-5 *1 (-1116 *4)))))
+(-10 -7 (-15 -1907 ((-3 (-566) "failed") (-409 (-952 |#1|)))) (-15 -1907 ((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-843 (-409 (-952 |#1|))))) (-15 -1907 ((-3 (-566) "failed") (-409 (-952 |#1|)) (-1175) (-409 (-952 |#1|)) (-1157))))
+((-4124 (((-112) $ $) NIL)) (-4240 (((-1180) $) 12)) (-4184 (((-644 (-1180)) $) 14)) (-2474 (($ (-644 (-1180)) (-1180)) 10)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 29)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 17)))
+(((-1117) (-13 (-1099) (-10 -8 (-15 -2474 ($ (-644 (-1180)) (-1180))) (-15 -4240 ((-1180) $)) (-15 -4184 ((-644 (-1180)) $))))) (T -1117))
+((-2474 (*1 *1 *2 *3) (-12 (-5 *2 (-644 (-1180))) (-5 *3 (-1180)) (-5 *1 (-1117)))) (-4240 (*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-1117)))) (-4184 (*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1117)))))
+(-13 (-1099) (-10 -8 (-15 -2474 ($ (-644 (-1180)) (-1180))) (-15 -4240 ((-1180) $)) (-15 -4184 ((-644 (-1180)) $))))
+((-3294 (((-317 (-566)) (-48)) 12)))
+(((-1118) (-10 -7 (-15 -3294 ((-317 (-566)) (-48))))) (T -1118))
+((-3294 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-317 (-566))) (-5 *1 (-1118)))))
+(-10 -7 (-15 -3294 ((-317 (-566)) (-48))))
+((-4124 (((-112) $ $) NIL)) (-4155 (($ $) 44)) (-4014 (((-112) $) 69)) (-3382 (($ $ $) 51)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 97)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3748 (($ $ $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3759 (($ $ $ $) 80)) (-1778 (($ $) NIL)) (-1615 (((-420 $) $) NIL)) (-1621 (((-112) $ $) NIL)) (-3571 (((-771)) 82)) (-1907 (((-566) $) NIL)) (-3476 (($ $ $) 77)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL)) (-3213 (((-566) $) NIL)) (-4067 (($ $ $) 63)) (-2204 (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 91) (((-689 (-566)) (-689 $)) 32)) (-4185 (((-3 $ "failed") $) NIL)) (-2165 (((-3 (-409 (-566)) "failed") $) NIL)) (-2070 (((-112) $) NIL)) (-1662 (((-409 (-566)) $) NIL)) (-3341 (($) 94) (($ $) 95)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL)) (-2422 (((-112) $) NIL)) (-3249 (($ $ $ $) NIL)) (-2322 (($ $ $) 92)) (-3540 (((-112) $) NIL)) (-1757 (($ $ $) NIL)) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL)) (-1568 (((-112) $) 71)) (-2190 (((-112) $) 68)) (-3348 (($ $) 45)) (-1982 (((-3 $ "failed") $) NIL)) (-4049 (((-112) $) 81)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-3289 (($ $ $ $) 78)) (-1888 (($ $ $) 73) (($) 42 T CONST)) (-3890 (($ $ $) 72) (($) 41 T CONST)) (-2471 (($ $) NIL)) (-4350 (((-921) $) 87)) (-2715 (($ $) 76)) (-1931 (($ $ $) NIL) (($ (-644 $)) NIL)) (-3057 (((-1157) $) NIL)) (-3992 (($ $ $) NIL)) (-1783 (($) NIL T CONST)) (-1351 (($ (-921)) 86)) (-4068 (($ $) 56)) (-2029 (((-1119) $) 75)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL)) (-1962 (($ $ $) 66) (($ (-644 $)) NIL)) (-3239 (($ $) NIL)) (-3846 (((-420 $) $) NIL)) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL)) (-4116 (((-3 $ "failed") $ $) NIL)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL)) (-2340 (((-112) $) NIL)) (-3075 (((-771) $) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 65)) (-2324 (($ $ (-771)) NIL) (($ $) NIL)) (-4054 (($ $) 57)) (-1800 (($ $) NIL)) (-1945 (((-566) $) 17) (((-538) $) NIL) (((-892 (-566)) $) NIL) (((-381) $) NIL) (((-225) $) NIL)) (-1650 (((-862) $) 35) (($ (-566)) 93) (($ $) NIL) (($ (-566)) 93)) (-2910 (((-771)) NIL T CONST)) (-3468 (((-112) $ $) NIL)) (-1510 (($ $ $) NIL)) (-2657 (((-112) $ $) NIL)) (-4249 (($) 40)) (-3679 (((-112) $ $) NIL)) (-2256 (($ $ $ $) 79)) (-3839 (($ $) 67)) (-4199 (($ $ $) 47)) (-3410 (($) 7 T CONST)) (-1369 (($ $ $) 50)) (-3424 (($) 39 T CONST)) (-3673 (((-1157) $) 26) (((-1157) $ (-112)) 27) (((-1270) (-822) $) 28) (((-1270) (-822) $ (-112)) 29)) (-1378 (($ $) 48)) (-3218 (($ $ (-771)) NIL) (($ $) NIL)) (-1360 (($ $ $) 49)) (-2928 (((-112) $ $) 55)) (-2904 (((-112) $ $) 52)) (-2868 (((-112) $ $) 43)) (-2915 (((-112) $ $) 54)) (-2892 (((-112) $ $) 10)) (-4183 (($ $ $) 46)) (-2977 (($ $) 16) (($ $ $) 59)) (-2964 (($ $ $) 58)) (** (($ $ (-921)) NIL) (($ $ (-771)) 61)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 38) (($ $ $) 37)))
+(((-1119) (-13 (-547) (-844) (-661) (-828) (-10 -8 (-6 -4402) (-6 -4407) (-6 -4403) (-15 -3348 ($ $)) (-15 -3382 ($ $ $)) (-15 -1378 ($ $)) (-15 -1360 ($ $ $)) (-15 -1369 ($ $ $))))) (T -1119))
+((-3348 (*1 *1 *1) (-5 *1 (-1119))) (-3382 (*1 *1 *1 *1) (-5 *1 (-1119))) (-1378 (*1 *1 *1) (-5 *1 (-1119))) (-1360 (*1 *1 *1 *1) (-5 *1 (-1119))) (-1369 (*1 *1 *1 *1) (-5 *1 (-1119))))
+(-13 (-547) (-844) (-661) (-828) (-10 -8 (-6 -4402) (-6 -4407) (-6 -4403) (-15 -3348 ($ $)) (-15 -3382 ($ $ $)) (-15 -1378 ($ $)) (-15 -1360 ($ $ $)) (-15 -1369 ($ $ $))))
((|Integer|) (SMINTP |#1|))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3712 ((|#1| $) 45)) (-1504 (((-112) $ (-771)) 8)) (-2463 (($) 7 T CONST)) (-3890 ((|#1| |#1| $) 47)) (-2692 ((|#1| $) 46)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3278 ((|#1| $) 40)) (-3888 (($ |#1| $) 41)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-1973 ((|#1| $) 42)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-2766 (((-771) $) 44)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) 43)) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-1120 |#1|) (-140) (-1214)) (T -1120))
-((-3890 (*1 *2 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1214)))) (-2692 (*1 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1214)))) (-3712 (*1 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1214)))) (-2766 (*1 *2 *1) (-12 (-4 *1 (-1120 *3)) (-4 *3 (-1214)) (-5 *2 (-771)))))
-(-13 (-107 |t#1|) (-10 -8 (-6 -4414) (-15 -3890 (|t#1| |t#1| $)) (-15 -2692 (|t#1| $)) (-15 -3712 (|t#1| $)) (-15 -2766 ((-771) $))))
-(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-3833 ((|#3| $) 87)) (-2229 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#3| "failed") $) 50)) (-4158 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#3| $) 47)) (-4089 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL) (((-2 (|:| -3361 (-689 |#3|)) (|:| |vec| (-1264 |#3|))) (-689 $) (-1264 $)) 84) (((-689 |#3|) (-689 $)) 76)) (-3629 (($ $ (-1 |#3| |#3|)) 28) (($ $ (-1 |#3| |#3|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-3429 ((|#3| $) 89)) (-3065 ((|#4| $) 43)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ |#3|) 25)) (** (($ $ (-921)) NIL) (($ $ (-771)) 24) (($ $ (-566)) 95)))
-(((-1121 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 ** (|#1| |#1| (-566))) (-15 -3429 (|#3| |#1|)) (-15 -3833 (|#3| |#1|)) (-15 -3065 (|#4| |#1|)) (-15 -4089 ((-689 |#3|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#3|)) (|:| |vec| (-1264 |#3|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -3152 (|#1| |#3|)) (-15 -2229 ((-3 |#3| "failed") |#1|)) (-15 -4158 (|#3| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|) (-771))) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3152 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))) (-15 -3152 ((-862) |#1|))) (-1122 |#2| |#3| |#4| |#5|) (-771) (-1049) (-238 |#2| |#3|) (-238 |#2| |#3|)) (T -1121))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-566))) (-15 -3429 (|#3| |#1|)) (-15 -3833 (|#3| |#1|)) (-15 -3065 (|#4| |#1|)) (-15 -4089 ((-689 |#3|) (-689 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 |#3|)) (|:| |vec| (-1264 |#3|))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 |#1|) (-1264 |#1|))) (-15 -4089 ((-689 (-566)) (-689 |#1|))) (-15 -3152 (|#1| |#3|)) (-15 -2229 ((-3 |#3| "failed") |#1|)) (-15 -4158 (|#3| |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|) (-771))) (-15 -3629 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3152 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3833 ((|#2| $) 77)) (-1791 (((-112) $) 117)) (-3967 (((-3 $ "failed") $ $) 20)) (-3768 (((-112) $) 115)) (-1504 (((-112) $ (-771)) 107)) (-3520 (($ |#2|) 80)) (-2463 (($) 18 T CONST)) (-1521 (($ $) 134 (|has| |#2| (-308)))) (-1721 ((|#3| $ (-566)) 129)) (-2229 (((-3 (-566) "failed") $) 92 (|has| |#2| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 89 (|has| |#2| (-1038 (-409 (-566))))) (((-3 |#2| "failed") $) 86)) (-4158 (((-566) $) 91 (|has| |#2| (-1038 (-566)))) (((-409 (-566)) $) 88 (|has| |#2| (-1038 (-409 (-566))))) ((|#2| $) 87)) (-4089 (((-689 (-566)) (-689 $)) 84 (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 83 (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) 82) (((-689 |#2|) (-689 $)) 81)) (-3245 (((-3 $ "failed") $) 37)) (-2755 (((-771) $) 135 (|has| |#2| (-558)))) (-3829 ((|#2| $ (-566) (-566)) 127)) (-1683 (((-644 |#2|) $) 100 (|has| $ (-6 -4414)))) (-2389 (((-112) $) 35)) (-1908 (((-771) $) 136 (|has| |#2| (-558)))) (-2950 (((-644 |#4|) $) 137 (|has| |#2| (-558)))) (-3811 (((-771) $) 123)) (-3824 (((-771) $) 124)) (-3456 (((-112) $ (-771)) 108)) (-1444 ((|#2| $) 72 (|has| |#2| (-6 (-4416 "*"))))) (-2531 (((-566) $) 119)) (-3688 (((-566) $) 121)) (-3491 (((-644 |#2|) $) 99 (|has| $ (-6 -4414)))) (-1602 (((-112) |#2| $) 97 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414))))) (-2422 (((-566) $) 120)) (-3632 (((-566) $) 122)) (-4184 (($ (-644 (-644 |#2|))) 114)) (-3885 (($ (-1 |#2| |#2|) $) 104 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#2| |#2| |#2|) $ $) 131) (($ (-1 |#2| |#2|) $) 105)) (-1723 (((-644 (-644 |#2|)) $) 125)) (-3267 (((-112) $ (-771)) 109)) (-3380 (((-1157) $) 10)) (-1542 (((-3 $ "failed") $) 71 (|has| |#2| (-365)))) (-4072 (((-1119) $) 11)) (-2978 (((-3 $ "failed") $ |#2|) 132 (|has| |#2| (-558)))) (-2823 (((-112) (-1 (-112) |#2|) $) 102 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#2|))) 96 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 95 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 94 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 93 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) 113)) (-2872 (((-112) $) 110)) (-3493 (($) 111)) (-1309 ((|#2| $ (-566) (-566) |#2|) 128) ((|#2| $ (-566) (-566)) 126)) (-3629 (($ $ (-1 |#2| |#2|)) 56) (($ $ (-1 |#2| |#2|) (-771)) 55) (($ $ (-644 (-1175)) (-644 (-771))) 48 (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) 47 (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) 46 (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) 45 (|has| |#2| (-900 (-1175)))) (($ $ (-771)) 43 (|has| |#2| (-233))) (($ $) 41 (|has| |#2| (-233)))) (-3429 ((|#2| $) 76)) (-2253 (($ (-644 |#2|)) 79)) (-1370 (((-112) $) 116)) (-3065 ((|#3| $) 78)) (-3943 ((|#2| $) 73 (|has| |#2| (-6 (-4416 "*"))))) (-4083 (((-771) (-1 (-112) |#2|) $) 101 (|has| $ (-6 -4414))) (((-771) |#2| $) 98 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 112)) (-2986 ((|#4| $ (-566)) 130)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 90 (|has| |#2| (-1038 (-409 (-566))))) (($ |#2|) 85)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-2210 (((-112) (-1 (-112) |#2|) $) 103 (|has| $ (-6 -4414)))) (-1950 (((-112) $) 118)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-1 |#2| |#2|)) 54) (($ $ (-1 |#2| |#2|) (-771)) 53) (($ $ (-644 (-1175)) (-644 (-771))) 52 (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) 51 (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) 50 (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) 49 (|has| |#2| (-900 (-1175)))) (($ $ (-771)) 44 (|has| |#2| (-233))) (($ $) 42 (|has| |#2| (-233)))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#2|) 133 (|has| |#2| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 70 (|has| |#2| (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#2|) 139) (($ |#2| $) 138) ((|#4| $ |#4|) 75) ((|#3| |#3| $) 74)) (-3000 (((-771) $) 106 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-3773 ((|#1| $) 45)) (-3874 (((-112) $ (-771)) 8)) (-4145 (($) 7 T CONST)) (-4189 ((|#1| |#1| $) 47)) (-1446 ((|#1| $) 46)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3252 ((|#1| $) 40)) (-4165 (($ |#1| $) 41)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-2967 ((|#1| $) 42)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-2752 (((-771) $) 44)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) 43)) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-1120 |#1|) (-140) (-1215)) (T -1120))
+((-4189 (*1 *2 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1215)))) (-1446 (*1 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1215)))) (-3773 (*1 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1215)))) (-2752 (*1 *2 *1) (-12 (-4 *1 (-1120 *3)) (-4 *3 (-1215)) (-5 *2 (-771)))))
+(-13 (-107 |t#1|) (-10 -8 (-6 -4415) (-15 -4189 (|t#1| |t#1| $)) (-15 -1446 (|t#1| $)) (-15 -3773 (|t#1| $)) (-15 -2752 ((-771) $))))
+(((-34) . T) ((-107 |#1|) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-2881 ((|#3| $) 87)) (-1821 (((-3 (-566) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 |#3| "failed") $) 50)) (-3213 (((-566) $) NIL) (((-409 (-566)) $) NIL) ((|#3| $) 47)) (-2204 (((-689 (-566)) (-689 $)) NIL) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL) (((-2 (|:| -2840 (-689 |#3|)) (|:| |vec| (-1265 |#3|))) (-689 $) (-1265 $)) 84) (((-689 |#3|) (-689 $)) 76)) (-2324 (($ $ (-1 |#3| |#3|)) 28) (($ $ (-1 |#3| |#3|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175)) NIL) (($ $ (-771)) NIL) (($ $) NIL)) (-2286 ((|#3| $) 89)) (-2873 ((|#4| $) 43)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ |#3|) 25)) (** (($ $ (-921)) NIL) (($ $ (-771)) 24) (($ $ (-566)) 95)))
+(((-1121 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 ** (|#1| |#1| (-566))) (-15 -2286 (|#3| |#1|)) (-15 -2881 (|#3| |#1|)) (-15 -2873 (|#4| |#1|)) (-15 -2204 ((-689 |#3|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#3|)) (|:| |vec| (-1265 |#3|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -1650 (|#1| |#3|)) (-15 -1821 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#3| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|) (-771))) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1650 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))) (-15 -1650 ((-862) |#1|))) (-1122 |#2| |#3| |#4| |#5|) (-771) (-1049) (-238 |#2| |#3|) (-238 |#2| |#3|)) (T -1121))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-566))) (-15 -2286 (|#3| |#1|)) (-15 -2881 (|#3| |#1|)) (-15 -2873 (|#4| |#1|)) (-15 -2204 ((-689 |#3|) (-689 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 |#3|)) (|:| |vec| (-1265 |#3|))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 |#1|) (-1265 |#1|))) (-15 -2204 ((-689 (-566)) (-689 |#1|))) (-15 -1650 (|#1| |#3|)) (-15 -1821 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#3| |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|) (-771))) (-15 -2324 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1650 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-2881 ((|#2| $) 77)) (-1699 (((-112) $) 117)) (-3569 (((-3 $ "failed") $ $) 20)) (-2421 (((-112) $) 115)) (-3874 (((-112) $ (-771)) 107)) (-3872 (($ |#2|) 80)) (-4145 (($) 18 T CONST)) (-4035 (($ $) 134 (|has| |#2| (-308)))) (-2220 ((|#3| $ (-566)) 129)) (-1821 (((-3 (-566) "failed") $) 92 (|has| |#2| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) 89 (|has| |#2| (-1038 (-409 (-566))))) (((-3 |#2| "failed") $) 86)) (-3213 (((-566) $) 91 (|has| |#2| (-1038 (-566)))) (((-409 (-566)) $) 88 (|has| |#2| (-1038 (-409 (-566))))) ((|#2| $) 87)) (-2204 (((-689 (-566)) (-689 $)) 84 (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 83 (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) 82) (((-689 |#2|) (-689 $)) 81)) (-4185 (((-3 $ "failed") $) 37)) (-3486 (((-771) $) 135 (|has| |#2| (-558)))) (-2359 ((|#2| $ (-566) (-566)) 127)) (-3953 (((-644 |#2|) $) 100 (|has| $ (-6 -4415)))) (-1568 (((-112) $) 35)) (-3548 (((-771) $) 136 (|has| |#2| (-558)))) (-3192 (((-644 |#4|) $) 137 (|has| |#2| (-558)))) (-1736 (((-771) $) 123)) (-1746 (((-771) $) 124)) (-1392 (((-112) $ (-771)) 108)) (-1433 ((|#2| $) 72 (|has| |#2| (-6 (-4417 "*"))))) (-3574 (((-566) $) 119)) (-2899 (((-566) $) 121)) (-1690 (((-644 |#2|) $) 99 (|has| $ (-6 -4415)))) (-3566 (((-112) |#2| $) 97 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415))))) (-1840 (((-566) $) 120)) (-3657 (((-566) $) 122)) (-2540 (($ (-644 (-644 |#2|))) 114)) (-2409 (($ (-1 |#2| |#2|) $) 104 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#2| |#2| |#2|) $ $) 131) (($ (-1 |#2| |#2|) $) 105)) (-2240 (((-644 (-644 |#2|)) $) 125)) (-4395 (((-112) $ (-771)) 109)) (-3057 (((-1157) $) 10)) (-4252 (((-3 $ "failed") $) 71 (|has| |#2| (-365)))) (-2029 (((-1119) $) 11)) (-4116 (((-3 $ "failed") $ |#2|) 132 (|has| |#2| (-558)))) (-3295 (((-112) (-1 (-112) |#2|) $) 102 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#2|))) 96 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 95 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 94 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 93 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) 113)) (-3758 (((-112) $) 110)) (-1710 (($) 111)) (-3483 ((|#2| $ (-566) (-566) |#2|) 128) ((|#2| $ (-566) (-566)) 126)) (-2324 (($ $ (-1 |#2| |#2|)) 56) (($ $ (-1 |#2| |#2|) (-771)) 55) (($ $ (-644 (-1175)) (-644 (-771))) 48 (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) 47 (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) 46 (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) 45 (|has| |#2| (-900 (-1175)))) (($ $ (-771)) 43 (|has| |#2| (-233))) (($ $) 41 (|has| |#2| (-233)))) (-2286 ((|#2| $) 76)) (-2627 (($ (-644 |#2|)) 79)) (-3615 (((-112) $) 116)) (-2873 ((|#3| $) 78)) (-3344 ((|#2| $) 73 (|has| |#2| (-6 (-4417 "*"))))) (-2037 (((-771) (-1 (-112) |#2|) $) 101 (|has| $ (-6 -4415))) (((-771) |#2| $) 98 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 112)) (-3408 ((|#4| $ (-566)) 130)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 90 (|has| |#2| (-1038 (-409 (-566))))) (($ |#2|) 85)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3487 (((-112) (-1 (-112) |#2|) $) 103 (|has| $ (-6 -4415)))) (-2721 (((-112) $) 118)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-1 |#2| |#2|)) 54) (($ $ (-1 |#2| |#2|) (-771)) 53) (($ $ (-644 (-1175)) (-644 (-771))) 52 (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) 51 (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) 50 (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) 49 (|has| |#2| (-900 (-1175)))) (($ $ (-771)) 44 (|has| |#2| (-233))) (($ $) 42 (|has| |#2| (-233)))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#2|) 133 (|has| |#2| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 70 (|has| |#2| (-365)))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#2|) 139) (($ |#2| $) 138) ((|#4| $ |#4|) 75) ((|#3| |#3| $) 74)) (-4142 (((-771) $) 106 (|has| $ (-6 -4415)))))
(((-1122 |#1| |#2| |#3| |#4|) (-140) (-771) (-1049) (-238 |t#1| |t#2|) (-238 |t#1| |t#2|)) (T -1122))
-((-3520 (*1 *1 *2) (-12 (-4 *2 (-1049)) (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)))) (-2253 (*1 *1 *2) (-12 (-5 *2 (-644 *4)) (-4 *4 (-1049)) (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)))) (-3065 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *2 *5)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4)) (-4 *2 (-238 *3 *4)))) (-3833 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (-4 *2 (-1049)))) (-3429 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (-4 *2 (-1049)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4)) (-4 *2 (-238 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *2 *5)) (-4 *4 (-1049)) (-4 *2 (-238 *3 *4)) (-4 *5 (-238 *3 *4)))) (-3943 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4416 "*"))) (-4 *2 (-1049)))) (-1444 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4416 "*"))) (-4 *2 (-1049)))) (-1542 (*1 *1 *1) (|partial| -12 (-4 *1 (-1122 *2 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-238 *2 *3)) (-4 *5 (-238 *2 *3)) (-4 *3 (-365)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)) (-4 *4 (-365)))))
-(-13 (-231 |t#2|) (-111 |t#2| |t#2|) (-1053 |t#1| |t#1| |t#2| |t#3| |t#4|) (-413 |t#2|) (-379 |t#2|) (-10 -8 (IF (|has| |t#2| (-172)) (-6 (-717 |t#2|)) |%noBranch|) (-15 -3520 ($ |t#2|)) (-15 -2253 ($ (-644 |t#2|))) (-15 -3065 (|t#3| $)) (-15 -3833 (|t#2| $)) (-15 -3429 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4416 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -3943 (|t#2| $)) (-15 -1444 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-365)) (PROGN (-15 -1542 ((-3 $ "failed") $)) (-15 ** ($ $ (-566)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4416 "*"))) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-616 #0=(-409 (-566))) |has| |#2| (-1038 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#2|) . T) ((-613 (-862)) . T) ((-231 |#2|) . T) ((-233) |has| |#2| (-233)) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-379 |#2|) . T) ((-413 |#2|) . T) ((-491 |#2|) . T) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-646 (-566)) . T) ((-646 |#2|) . T) ((-646 $) . T) ((-648 |#2|) . T) ((-648 $) . T) ((-640 |#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-6 (-4416 "*")))) ((-639 (-566)) |has| |#2| (-639 (-566))) ((-639 |#2|) . T) ((-717 |#2|) -2768 (|has| |#2| (-172)) (|has| |#2| (-6 (-4416 "*")))) ((-726) . T) ((-900 (-1175)) |has| |#2| (-900 (-1175))) ((-1053 |#1| |#1| |#2| |#3| |#4|) . T) ((-1038 #0#) |has| |#2| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#2| (-1038 (-566))) ((-1038 |#2|) . T) ((-1051 |#2|) . T) ((-1056 |#2|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1214) . T))
-((-2747 ((|#4| |#4|) 81)) (-2999 ((|#4| |#4|) 76)) (-4197 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2875 (-644 |#3|))) |#4| |#3|) 91)) (-3614 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 80)) (-2769 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 78)))
-(((-1123 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2999 (|#4| |#4|)) (-15 -2769 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -2747 (|#4| |#4|)) (-15 -3614 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -4197 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2875 (-644 |#3|))) |#4| |#3|))) (-308) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|)) (T -1123))
-((-4197 (*1 *2 *3 *4) (-12 (-4 *5 (-308)) (-4 *6 (-375 *5)) (-4 *4 (-375 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4)))) (-5 *1 (-1123 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))) (-3614 (*1 *2 *3) (-12 (-4 *4 (-308)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1123 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-2747 (*1 *2 *2) (-12 (-4 *3 (-308)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-1123 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-2769 (*1 *2 *3) (-12 (-4 *4 (-308)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1123 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-2999 (*1 *2 *2) (-12 (-4 *3 (-308)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-1123 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
-(-10 -7 (-15 -2999 (|#4| |#4|)) (-15 -2769 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -2747 (|#4| |#4|)) (-15 -3614 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -4197 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2875 (-644 |#3|))) |#4| |#3|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 18)) (-1771 (((-644 |#2|) $) 178)) (-1590 (((-1171 $) $ |#2|) 63) (((-1171 |#1|) $) 52)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 118 (|has| |#1| (-558)))) (-2161 (($ $) 120 (|has| |#1| (-558)))) (-2345 (((-112) $) 122 (|has| |#1| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 |#2|)) 217)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1378 (($ $) NIL (|has| |#1| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) 172) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 |#2| "failed") $) NIL)) (-4158 ((|#1| $) 170) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) ((|#2| $) NIL)) (-2610 (($ $ $ |#2|) NIL (|has| |#1| (-172)))) (-2814 (($ $) 221)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) 92)) (-2616 (($ $) NIL (|has| |#1| (-454))) (($ $ |#2|) NIL (|has| |#1| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-909)))) (-1896 (($ $ |#1| (-533 |#2|) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| |#1| (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| |#1| (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-2389 (((-112) $) 20)) (-3039 (((-771) $) 30)) (-1757 (($ (-1171 |#1|) |#2|) 57) (($ (-1171 $) |#2|) 74)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) 41)) (-1746 (($ |#1| (-533 |#2|)) 81) (($ $ |#2| (-771)) 61) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ |#2|) NIL)) (-2749 (((-533 |#2|) $) 209) (((-771) $ |#2|) 210) (((-644 (-771)) $ (-644 |#2|)) 211)) (-3021 (($ (-1 (-533 |#2|) (-533 |#2|)) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) 130)) (-2297 (((-3 |#2| "failed") $) 181)) (-2784 (($ $) 220)) (-2794 ((|#1| $) 46)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3380 (((-1157) $) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| |#2|) (|:| -2201 (-771))) "failed") $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) 42)) (-2773 ((|#1| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 150 (|has| |#1| (-454)))) (-2164 (($ (-644 $)) 155 (|has| |#1| (-454))) (($ $ $) 140 (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-909)))) (-2978 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) 128 (|has| |#1| (-558)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#2| |#1|) 184) (($ $ (-644 |#2|) (-644 |#1|)) 199) (($ $ |#2| $) 183) (($ $ (-644 |#2|) (-644 $)) 198)) (-4068 (($ $ |#2|) NIL (|has| |#1| (-172)))) (-3629 (($ $ |#2|) 219) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-3902 (((-533 |#2|) $) 205) (((-771) $ |#2|) 200) (((-644 (-771)) $ (-644 |#2|)) 203)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| |#1| (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-3173 ((|#1| $) 136 (|has| |#1| (-454))) (($ $ |#2|) 139 (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3152 (((-862) $) 161) (($ (-566)) 86) (($ |#1|) 87) (($ |#2|) 33) (($ $) NIL (|has| |#1| (-558))) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-1643 (((-644 |#1|) $) 164)) (-2271 ((|#1| $ (-533 |#2|)) 83) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) 89 T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) 125 (|has| |#1| (-558)))) (-4356 (($) 12 T CONST)) (-4366 (($) 14 T CONST)) (-3497 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2914 (((-112) $ $) 108)) (-3025 (($ $ |#1|) 134 (|has| |#1| (-365)))) (-3012 (($ $) 95) (($ $ $) 106)) (-3002 (($ $ $) 58)) (** (($ $ (-921)) 112) (($ $ (-771)) 111)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 98) (($ $ $) 75) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 101) (($ $ |#1|) NIL)))
+((-3872 (*1 *1 *2) (-12 (-4 *2 (-1049)) (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)))) (-2627 (*1 *1 *2) (-12 (-5 *2 (-644 *4)) (-4 *4 (-1049)) (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)))) (-2873 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *2 *5)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4)) (-4 *2 (-238 *3 *4)))) (-2881 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (-4 *2 (-1049)))) (-2286 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (-4 *2 (-1049)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4)) (-4 *2 (-238 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *2 *5)) (-4 *4 (-1049)) (-4 *2 (-238 *3 *4)) (-4 *5 (-238 *3 *4)))) (-3344 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4417 "*"))) (-4 *2 (-1049)))) (-1433 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2)) (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4417 "*"))) (-4 *2 (-1049)))) (-4252 (*1 *1 *1) (|partial| -12 (-4 *1 (-1122 *2 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-238 *2 *3)) (-4 *5 (-238 *2 *3)) (-4 *3 (-365)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)) (-4 *4 (-365)))))
+(-13 (-231 |t#2|) (-111 |t#2| |t#2|) (-1053 |t#1| |t#1| |t#2| |t#3| |t#4|) (-413 |t#2|) (-379 |t#2|) (-10 -8 (IF (|has| |t#2| (-172)) (-6 (-717 |t#2|)) |%noBranch|) (-15 -3872 ($ |t#2|)) (-15 -2627 ($ (-644 |t#2|))) (-15 -2873 (|t#3| $)) (-15 -2881 (|t#2| $)) (-15 -2286 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4417 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -3344 (|t#2| $)) (-15 -1433 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-365)) (PROGN (-15 -4252 ((-3 $ "failed") $)) (-15 ** ($ $ (-566)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4417 "*"))) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-616 #0=(-409 (-566))) |has| |#2| (-1038 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#2|) . T) ((-613 (-862)) . T) ((-231 |#2|) . T) ((-233) |has| |#2| (-233)) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-379 |#2|) . T) ((-413 |#2|) . T) ((-491 |#2|) . T) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-646 (-566)) . T) ((-646 |#2|) . T) ((-646 $) . T) ((-648 |#2|) . T) ((-648 $) . T) ((-640 |#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-6 (-4417 "*")))) ((-639 (-566)) |has| |#2| (-639 (-566))) ((-639 |#2|) . T) ((-717 |#2|) -2700 (|has| |#2| (-172)) (|has| |#2| (-6 (-4417 "*")))) ((-726) . T) ((-900 (-1175)) |has| |#2| (-900 (-1175))) ((-1053 |#1| |#1| |#2| |#3| |#4|) . T) ((-1038 #0#) |has| |#2| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#2| (-1038 (-566))) ((-1038 |#2|) . T) ((-1051 |#2|) . T) ((-1056 |#2|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1215) . T))
+((-3879 ((|#4| |#4|) 81)) (-3549 ((|#4| |#4|) 76)) (-3980 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3781 (-644 |#3|))) |#4| |#3|) 91)) (-3506 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 80)) (-4040 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 78)))
+(((-1123 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3549 (|#4| |#4|)) (-15 -4040 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3879 (|#4| |#4|)) (-15 -3506 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3980 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3781 (-644 |#3|))) |#4| |#3|))) (-308) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|)) (T -1123))
+((-3980 (*1 *2 *3 *4) (-12 (-4 *5 (-308)) (-4 *6 (-375 *5)) (-4 *4 (-375 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4)))) (-5 *1 (-1123 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))) (-3506 (*1 *2 *3) (-12 (-4 *4 (-308)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1123 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-3879 (*1 *2 *2) (-12 (-4 *3 (-308)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-1123 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-4040 (*1 *2 *3) (-12 (-4 *4 (-308)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1123 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))) (-3549 (*1 *2 *2) (-12 (-4 *3 (-308)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-1123 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
+(-10 -7 (-15 -3549 (|#4| |#4|)) (-15 -4040 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3879 (|#4| |#4|)) (-15 -3506 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -3980 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3781 (-644 |#3|))) |#4| |#3|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 18)) (-3981 (((-644 |#2|) $) 178)) (-3817 (((-1171 $) $ |#2|) 63) (((-1171 |#1|) $) 52)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 118 (|has| |#1| (-558)))) (-4282 (($ $) 120 (|has| |#1| (-558)))) (-2296 (((-112) $) 122 (|has| |#1| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 |#2|)) 217)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-1778 (($ $) NIL (|has| |#1| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) 172) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 |#2| "failed") $) NIL)) (-3213 ((|#1| $) 170) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) ((|#2| $) NIL)) (-3095 (($ $ $ |#2|) NIL (|has| |#1| (-172)))) (-4162 (($ $) 221)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) 92)) (-3156 (($ $) NIL (|has| |#1| (-454))) (($ $ |#2|) NIL (|has| |#1| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#1| (-909)))) (-3406 (($ $ |#1| (-533 |#2|) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| |#1| (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| |#1| (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-1568 (((-112) $) 20)) (-2606 (((-771) $) 30)) (-3972 (($ (-1171 |#1|) |#2|) 57) (($ (-1171 $) |#2|) 74)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) 41)) (-3959 (($ |#1| (-533 |#2|)) 81) (($ $ |#2| (-771)) 61) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ |#2|) NIL)) (-3888 (((-533 |#2|) $) 209) (((-771) $ |#2|) 210) (((-644 (-771)) $ (-644 |#2|)) 211)) (-2450 (($ (-1 (-533 |#2|) (-533 |#2|)) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) 130)) (-3107 (((-3 |#2| "failed") $) 181)) (-4125 (($ $) 220)) (-4137 ((|#1| $) 46)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3057 (((-1157) $) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| |#2|) (|:| -3388 (-771))) "failed") $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) 42)) (-4109 ((|#1| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 150 (|has| |#1| (-454)))) (-1962 (($ (-644 $)) 155 (|has| |#1| (-454))) (($ $ $) 140 (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#1| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-909)))) (-4116 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ $) 128 (|has| |#1| (-558)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ |#2| |#1|) 184) (($ $ (-644 |#2|) (-644 |#1|)) 199) (($ $ |#2| $) 183) (($ $ (-644 |#2|) (-644 $)) 198)) (-2018 (($ $ |#2|) NIL (|has| |#1| (-172)))) (-2324 (($ $ |#2|) 219) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-4297 (((-533 |#2|) $) 205) (((-771) $ |#2|) 200) (((-644 (-771)) $ (-644 |#2|)) 203)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| |#1| (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| |#1| (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| |#1| (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-1573 ((|#1| $) 136 (|has| |#1| (-454))) (($ $ |#2|) 139 (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-1650 (((-862) $) 161) (($ (-566)) 86) (($ |#1|) 87) (($ |#2|) 33) (($ $) NIL (|has| |#1| (-558))) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-2675 (((-644 |#1|) $) 164)) (-2841 ((|#1| $ (-533 |#2|)) 83) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) 89 T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) 125 (|has| |#1| (-558)))) (-3410 (($) 12 T CONST)) (-3424 (($) 14 T CONST)) (-3218 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2868 (((-112) $ $) 108)) (-2990 (($ $ |#1|) 134 (|has| |#1| (-365)))) (-2977 (($ $) 95) (($ $ $) 106)) (-2964 (($ $ $) 58)) (** (($ $ (-921)) 112) (($ $ (-771)) 111)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 98) (($ $ $) 75) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 101) (($ $ |#1|) NIL)))
(((-1124 |#1| |#2|) (-949 |#1| (-533 |#2|) |#2|) (-1049) (-850)) (T -1124))
NIL
(-949 |#1| (-533 |#2|) |#2|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 |#2|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-3963 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 128 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3941 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 124 (|has| |#1| (-38 (-409 (-566)))))) (-3986 (($ $) 156 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2016 (((-952 |#1|) $ (-771)) NIL) (((-952 |#1|) $ (-771) (-771)) NIL)) (-3772 (((-112) $) NIL)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-771) $ |#2|) NIL) (((-771) $ |#2| (-771)) NIL)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2497 (((-112) $) NIL)) (-1746 (($ $ (-644 |#2|) (-644 (-533 |#2|))) NIL) (($ $ |#2| (-533 |#2|)) NIL) (($ |#1| (-533 |#2|)) NIL) (($ $ |#2| (-771)) 63) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3619 (($ $) 122 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-3313 (($ $ |#2|) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ |#2| |#1|) 175 (|has| |#1| (-38 (-409 (-566)))))) (-4072 (((-1119) $) NIL)) (-3701 (($ (-1 $) |#2| |#1|) 174 (|has| |#1| (-38 (-409 (-566)))))) (-3369 (($ $ (-771)) 16)) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-3521 (($ $) 120 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (($ $ |#2| $) 106) (($ $ (-644 |#2|) (-644 $)) 99) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL)) (-3629 (($ $ |#2|) 109) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-3902 (((-533 |#2|) $) NIL)) (-1533 (((-1 (-1155 |#3|) |#3|) (-644 |#2|) (-644 (-1155 |#3|))) 87)) (-3996 (($ $) 158 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 126 (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) 18)) (-3152 (((-862) $) 199) (($ (-566)) NIL) (($ |#1|) 45 (|has| |#1| (-172))) (($ $) NIL (|has| |#1| (-558))) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#2|) 70) (($ |#3|) 68)) (-2271 ((|#1| $ (-533 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL) ((|#3| $ (-771)) 43)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) 164 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) 160 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 168 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-3964 (($ $) 170 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 166 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 162 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 52 T CONST)) (-4366 (($) 62 T CONST)) (-3497 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) 201 (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 66)) (** (($ $ (-921)) NIL) (($ $ (-771)) 77) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 112 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 65) (($ $ (-409 (-566))) 117 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 115 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 48) (($ $ |#1|) 49) (($ |#3| $) 47)))
-(((-1125 |#1| |#2| |#3|) (-13 (-740 |#1| |#2|) (-10 -8 (-15 -2271 (|#3| $ (-771))) (-15 -3152 ($ |#2|)) (-15 -3152 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -1533 ((-1 (-1155 |#3|) |#3|) (-644 |#2|) (-644 (-1155 |#3|)))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $ |#2| |#1|)) (-15 -3701 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1049) (-850) (-949 |#1| (-533 |#2|) |#2|)) (T -1125))
-((-2271 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *2 (-949 *4 (-533 *5) *5)) (-5 *1 (-1125 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-850)))) (-3152 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-4 *2 (-850)) (-5 *1 (-1125 *3 *2 *4)) (-4 *4 (-949 *3 (-533 *2) *2)))) (-3152 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-4 *4 (-850)) (-5 *1 (-1125 *3 *4 *2)) (-4 *2 (-949 *3 (-533 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-850)) (-5 *1 (-1125 *3 *4 *2)) (-4 *2 (-949 *3 (-533 *4) *4)))) (-1533 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-1155 *7))) (-4 *6 (-850)) (-4 *7 (-949 *5 (-533 *6) *6)) (-4 *5 (-1049)) (-5 *2 (-1 (-1155 *7) *7)) (-5 *1 (-1125 *5 *6 *7)))) (-3313 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-4 *2 (-850)) (-5 *1 (-1125 *3 *2 *4)) (-4 *4 (-949 *3 (-533 *2) *2)))) (-3701 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1125 *4 *3 *5))) (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)) (-4 *3 (-850)) (-5 *1 (-1125 *4 *3 *5)) (-4 *5 (-949 *4 (-533 *3) *3)))))
-(-13 (-740 |#1| |#2|) (-10 -8 (-15 -2271 (|#3| $ (-771))) (-15 -3152 ($ |#2|)) (-15 -3152 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -1533 ((-1 (-1155 |#3|) |#3|) (-644 |#2|) (-644 (-1155 |#3|)))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $ |#2| |#1|)) (-15 -3701 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
-((-2988 (((-112) $ $) 7)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |#4|)))) (-644 |#4|)) 86)) (-2779 (((-644 $) (-644 |#4|)) 87) (((-644 $) (-644 |#4|) (-112)) 112)) (-1771 (((-644 |#3|) $) 34)) (-3071 (((-112) $) 27)) (-3274 (((-112) $) 18 (|has| |#1| (-558)))) (-2267 (((-112) |#4| $) 102) (((-112) $) 98)) (-1411 ((|#4| |#4| $) 93)) (-1378 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| $) 127)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) 28)) (-1504 (((-112) $ (-771)) 45)) (-3678 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4414))) (((-3 |#4| "failed") $ |#3|) 80)) (-2463 (($) 46 T CONST)) (-3036 (((-112) $) 23 (|has| |#1| (-558)))) (-1963 (((-112) $ $) 25 (|has| |#1| (-558)))) (-2983 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1477 (((-112) $) 26 (|has| |#1| (-558)))) (-3930 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1789 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) 37)) (-4158 (($ (-644 |#4|)) 36)) (-3919 (((-3 $ "failed") $) 83)) (-3110 ((|#4| |#4| $) 90)) (-3942 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3599 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2690 ((|#4| |#4| $) 88)) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4414))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-3476 (((-2 (|:| -1685 (-644 |#4|)) (|:| -3292 (-644 |#4|))) $) 106)) (-2969 (((-112) |#4| $) 137)) (-1951 (((-112) |#4| $) 134)) (-2775 (((-112) |#4| $) 138) (((-112) $) 135)) (-1683 (((-644 |#4|) $) 53 (|has| $ (-6 -4414)))) (-1640 (((-112) |#4| $) 105) (((-112) $) 104)) (-4296 ((|#3| $) 35)) (-3456 (((-112) $ (-771)) 44)) (-3491 (((-644 |#4|) $) 54 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 48)) (-1785 (((-644 |#3|) $) 33)) (-1579 (((-112) |#3| $) 32)) (-3267 (((-112) $ (-771)) 43)) (-3380 (((-1157) $) 10)) (-3006 (((-3 |#4| (-644 $)) |#4| |#4| $) 129)) (-3940 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| |#4| $) 128)) (-2641 (((-3 |#4| "failed") $) 84)) (-2568 (((-644 $) |#4| $) 130)) (-1493 (((-3 (-112) (-644 $)) |#4| $) 133)) (-3835 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-1997 (((-644 $) |#4| $) 126) (((-644 $) (-644 |#4|) $) 125) (((-644 $) (-644 |#4|) (-644 $)) 124) (((-644 $) |#4| (-644 $)) 123)) (-2921 (($ |#4| $) 118) (($ (-644 |#4|) $) 117)) (-2133 (((-644 |#4|) $) 108)) (-2543 (((-112) |#4| $) 100) (((-112) $) 96)) (-1906 ((|#4| |#4| $) 91)) (-3077 (((-112) $ $) 111)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-3374 (((-112) |#4| $) 101) (((-112) $) 97)) (-4074 ((|#4| |#4| $) 92)) (-4072 (((-1119) $) 11)) (-3908 (((-3 |#4| "failed") $) 85)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2718 (((-3 $ "failed") $ |#4|) 79)) (-3369 (($ $ |#4|) 78) (((-644 $) |#4| $) 116) (((-644 $) |#4| (-644 $)) 115) (((-644 $) (-644 |#4|) $) 114) (((-644 $) (-644 |#4|) (-644 $)) 113)) (-2823 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) 39)) (-2872 (((-112) $) 42)) (-3493 (($) 41)) (-3902 (((-771) $) 107)) (-4083 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4414)))) (-1480 (($ $) 40)) (-2376 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) 61)) (-4305 (($ $ |#3|) 29)) (-1702 (($ $ |#3|) 31)) (-4017 (($ $) 89)) (-3809 (($ $ |#3|) 30)) (-3152 (((-862) $) 12) (((-644 |#4|) $) 38)) (-3909 (((-771) $) 77 (|has| |#3| (-370)))) (-3044 (((-112) $ $) 9)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3622 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-3998 (((-644 $) |#4| $) 122) (((-644 $) |#4| (-644 $)) 121) (((-644 $) (-644 |#4|) $) 120) (((-644 $) (-644 |#4|) (-644 $)) 119)) (-2210 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4414)))) (-4382 (((-644 |#3|) $) 82)) (-2676 (((-112) |#4| $) 136)) (-4217 (((-112) |#3| $) 81)) (-2914 (((-112) $ $) 6)) (-3000 (((-771) $) 47 (|has| $ (-6 -4414)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 |#2|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-4175 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 128 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4153 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 124 (|has| |#1| (-38 (-409 (-566)))))) (-4198 (($ $) 156 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-2396 (((-952 |#1|) $ (-771)) NIL) (((-952 |#1|) $ (-771) (-771)) NIL)) (-2445 (((-112) $) NIL)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-771) $ |#2|) NIL) (((-771) $ |#2| (-771)) NIL)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3220 (((-112) $) NIL)) (-3959 (($ $ (-644 |#2|) (-644 (-533 |#2|))) NIL) (($ $ |#2| (-533 |#2|)) NIL) (($ |#1| (-533 |#2|)) NIL) (($ $ |#2| (-771)) 63) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-1658 (($ $) 122 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-3613 (($ $ |#2|) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ |#2| |#1|) 175 (|has| |#1| (-38 (-409 (-566)))))) (-2029 (((-1119) $) NIL)) (-3042 (($ (-1 $) |#2| |#1|) 174 (|has| |#1| (-38 (-409 (-566)))))) (-2929 (($ $ (-771)) 16)) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-1983 (($ $) 120 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (($ $ |#2| $) 106) (($ $ (-644 |#2|) (-644 $)) 99) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL)) (-2324 (($ $ |#2|) 109) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-4297 (((-533 |#2|) $) NIL)) (-4161 (((-1 (-1155 |#3|) |#3|) (-644 |#2|) (-644 (-1155 |#3|))) 87)) (-4209 (($ $) 158 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 126 (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) 18)) (-1650 (((-862) $) 199) (($ (-566)) NIL) (($ |#1|) 45 (|has| |#1| (-172))) (($ $) NIL (|has| |#1| (-558))) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#2|) 70) (($ |#3|) 68)) (-2841 ((|#1| $ (-533 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL) ((|#3| $ (-771)) 43)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) 164 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) 160 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 168 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-2462 (($ $) 170 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 166 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 162 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 52 T CONST)) (-3424 (($) 62 T CONST)) (-3218 (($ $ |#2|) NIL) (($ $ (-644 |#2|)) NIL) (($ $ |#2| (-771)) NIL) (($ $ (-644 |#2|) (-644 (-771))) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) 201 (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 66)) (** (($ $ (-921)) NIL) (($ $ (-771)) 77) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 112 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 65) (($ $ (-409 (-566))) 117 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 115 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 48) (($ $ |#1|) 49) (($ |#3| $) 47)))
+(((-1125 |#1| |#2| |#3|) (-13 (-740 |#1| |#2|) (-10 -8 (-15 -2841 (|#3| $ (-771))) (-15 -1650 ($ |#2|)) (-15 -1650 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -4161 ((-1 (-1155 |#3|) |#3|) (-644 |#2|) (-644 (-1155 |#3|)))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $ |#2| |#1|)) (-15 -3042 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1049) (-850) (-949 |#1| (-533 |#2|) |#2|)) (T -1125))
+((-2841 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *2 (-949 *4 (-533 *5) *5)) (-5 *1 (-1125 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-850)))) (-1650 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-4 *2 (-850)) (-5 *1 (-1125 *3 *2 *4)) (-4 *4 (-949 *3 (-533 *2) *2)))) (-1650 (*1 *1 *2) (-12 (-4 *3 (-1049)) (-4 *4 (-850)) (-5 *1 (-1125 *3 *4 *2)) (-4 *2 (-949 *3 (-533 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1049)) (-4 *4 (-850)) (-5 *1 (-1125 *3 *4 *2)) (-4 *2 (-949 *3 (-533 *4) *4)))) (-4161 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-1155 *7))) (-4 *6 (-850)) (-4 *7 (-949 *5 (-533 *6) *6)) (-4 *5 (-1049)) (-5 *2 (-1 (-1155 *7) *7)) (-5 *1 (-1125 *5 *6 *7)))) (-3613 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-4 *2 (-850)) (-5 *1 (-1125 *3 *2 *4)) (-4 *4 (-949 *3 (-533 *2) *2)))) (-3042 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1125 *4 *3 *5))) (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)) (-4 *3 (-850)) (-5 *1 (-1125 *4 *3 *5)) (-4 *5 (-949 *4 (-533 *3) *3)))))
+(-13 (-740 |#1| |#2|) (-10 -8 (-15 -2841 (|#3| $ (-771))) (-15 -1650 ($ |#2|)) (-15 -1650 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -4161 ((-1 (-1155 |#3|) |#3|) (-644 |#2|) (-644 (-1155 |#3|)))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $ |#2| |#1|)) (-15 -3042 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
+((-4124 (((-112) $ $) 7)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |#4|)))) (-644 |#4|)) 86)) (-4141 (((-644 $) (-644 |#4|)) 87) (((-644 $) (-644 |#4|) (-112)) 112)) (-3981 (((-644 |#3|) $) 34)) (-2935 (((-112) $) 27)) (-3212 (((-112) $) 18 (|has| |#1| (-558)))) (-2793 (((-112) |#4| $) 102) (((-112) $) 98)) (-2147 ((|#4| |#4| $) 93)) (-1778 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| $) 127)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) 28)) (-3874 (((-112) $ (-771)) 45)) (-1997 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4415))) (((-3 |#4| "failed") $ |#3|) 80)) (-4145 (($) 46 T CONST)) (-2582 (((-112) $) 23 (|has| |#1| (-558)))) (-2872 (((-112) $ $) 25 (|has| |#1| (-558)))) (-3370 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1703 (((-112) $) 26 (|has| |#1| (-558)))) (-3236 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1680 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) 37)) (-3213 (($ (-644 |#4|)) 36)) (-3616 (((-3 $ "failed") $) 83)) (-2118 ((|#4| |#4| $) 90)) (-3640 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3383 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-1437 ((|#4| |#4| $) 88)) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4415))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1579 (((-2 (|:| -2578 (-644 |#4|)) (|:| -3009 (-644 |#4|))) $) 106)) (-3248 (((-112) |#4| $) 137)) (-2735 (((-112) |#4| $) 134)) (-4101 (((-112) |#4| $) 138) (((-112) $) 135)) (-3953 (((-644 |#4|) $) 53 (|has| $ (-6 -4415)))) (-2639 (((-112) |#4| $) 105) (((-112) $) 104)) (-3752 ((|#3| $) 35)) (-1392 (((-112) $ (-771)) 44)) (-1690 (((-644 |#4|) $) 54 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 48)) (-1648 (((-644 |#3|) $) 33)) (-3327 (((-112) |#3| $) 32)) (-4395 (((-112) $ (-771)) 43)) (-3057 (((-1157) $) 10)) (-3606 (((-3 |#4| (-644 $)) |#4| |#4| $) 129)) (-3331 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| |#4| $) 128)) (-1855 (((-3 |#4| "failed") $) 84)) (-2647 (((-644 $) |#4| $) 130)) (-3766 (((-3 (-112) (-644 $)) |#4| $) 133)) (-1772 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 $))) |#4| $) 132) (((-112) |#4| $) 131)) (-1980 (((-644 $) |#4| $) 126) (((-644 $) (-644 |#4|) $) 125) (((-644 $) (-644 |#4|) (-644 $)) 124) (((-644 $) |#4| (-644 $)) 123)) (-2931 (($ |#4| $) 118) (($ (-644 |#4|) $) 117)) (-3983 (((-644 |#4|) $) 108)) (-3717 (((-112) |#4| $) 100) (((-112) $) 96)) (-3527 ((|#4| |#4| $) 91)) (-3004 (((-112) $ $) 111)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-2988 (((-112) |#4| $) 101) (((-112) $) 97)) (-2072 ((|#4| |#4| $) 92)) (-2029 (((-1119) $) 11)) (-3604 (((-3 |#4| "failed") $) 85)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-1687 (((-3 $ "failed") $ |#4|) 79)) (-2929 (($ $ |#4|) 78) (((-644 $) |#4| $) 116) (((-644 $) |#4| (-644 $)) 115) (((-644 $) (-644 |#4|) $) 114) (((-644 $) (-644 |#4|) (-644 $)) 113)) (-3295 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) 39)) (-3758 (((-112) $) 42)) (-1710 (($) 41)) (-4297 (((-771) $) 107)) (-2037 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4415)))) (-1800 (($ $) 40)) (-1945 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) 61)) (-3833 (($ $ |#3|) 29)) (-2046 (($ $ |#3|) 31)) (-2770 (($ $) 89)) (-1594 (($ $ |#3|) 30)) (-1650 (((-862) $) 12) (((-644 |#4|) $) 38)) (-4329 (((-771) $) 77 (|has| |#3| (-370)))) (-2657 (((-112) $ $) 9)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3575 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-2556 (((-644 $) |#4| $) 122) (((-644 $) |#4| (-644 $)) 121) (((-644 $) (-644 |#4|) $) 120) (((-644 $) (-644 |#4|) (-644 $)) 119)) (-3487 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4415)))) (-2077 (((-644 |#3|) $) 82)) (-2437 (((-112) |#4| $) 136)) (-4205 (((-112) |#3| $) 81)) (-2868 (((-112) $ $) 6)) (-4142 (((-771) $) 47 (|has| $ (-6 -4415)))))
(((-1126 |#1| |#2| |#3| |#4|) (-140) (-454) (-793) (-850) (-1064 |t#1| |t#2| |t#3|)) (T -1126))
NIL
(-13 (-1108 |t#1| |t#2| |t#3| |t#4|) (-784 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-784 |#1| |#2| |#3| |#4|) . T) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1070 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1108 |#1| |#2| |#3| |#4|) . T) ((-1207 |#1| |#2| |#3| |#4|) . T) ((-1214) . T))
-((-2423 (((-644 |#2|) |#1|) 15)) (-1837 (((-644 |#2|) |#2| |#2| |#2| |#2| |#2|) 47) (((-644 |#2|) |#1|) 63)) (-4216 (((-644 |#2|) |#2| |#2| |#2|) 45) (((-644 |#2|) |#1|) 61)) (-3894 ((|#2| |#1|) 56)) (-3249 (((-2 (|:| |solns| (-644 |#2|)) (|:| |maps| (-644 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20)) (-1998 (((-644 |#2|) |#2| |#2|) 42) (((-644 |#2|) |#1|) 60)) (-1698 (((-644 |#2|) |#2| |#2| |#2| |#2|) 46) (((-644 |#2|) |#1|) 62)) (-2510 ((|#2| |#2| |#2| |#2| |#2| |#2|) 55)) (-3884 ((|#2| |#2| |#2| |#2|) 53)) (-3330 ((|#2| |#2| |#2|) 52)) (-4175 ((|#2| |#2| |#2| |#2| |#2|) 54)))
-(((-1127 |#1| |#2|) (-10 -7 (-15 -2423 ((-644 |#2|) |#1|)) (-15 -3894 (|#2| |#1|)) (-15 -3249 ((-2 (|:| |solns| (-644 |#2|)) (|:| |maps| (-644 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -1998 ((-644 |#2|) |#1|)) (-15 -4216 ((-644 |#2|) |#1|)) (-15 -1698 ((-644 |#2|) |#1|)) (-15 -1837 ((-644 |#2|) |#1|)) (-15 -1998 ((-644 |#2|) |#2| |#2|)) (-15 -4216 ((-644 |#2|) |#2| |#2| |#2|)) (-15 -1698 ((-644 |#2|) |#2| |#2| |#2| |#2|)) (-15 -1837 ((-644 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3330 (|#2| |#2| |#2|)) (-15 -3884 (|#2| |#2| |#2| |#2|)) (-15 -4175 (|#2| |#2| |#2| |#2| |#2|)) (-15 -2510 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1240 |#2|) (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (T -1127))
-((-2510 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))) (-4175 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))) (-3884 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))) (-3330 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))) (-1837 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1240 *3)))) (-1698 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1240 *3)))) (-4216 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1240 *3)))) (-1998 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1240 *3)))) (-1837 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4)))) (-1698 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4)))) (-4216 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4)))) (-1998 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4)))) (-3249 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-2 (|:| |solns| (-644 *5)) (|:| |maps| (-644 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1127 *3 *5)) (-4 *3 (-1240 *5)))) (-3894 (*1 *2 *3) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))) (-2423 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -2423 ((-644 |#2|) |#1|)) (-15 -3894 (|#2| |#1|)) (-15 -3249 ((-2 (|:| |solns| (-644 |#2|)) (|:| |maps| (-644 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -1998 ((-644 |#2|) |#1|)) (-15 -4216 ((-644 |#2|) |#1|)) (-15 -1698 ((-644 |#2|) |#1|)) (-15 -1837 ((-644 |#2|) |#1|)) (-15 -1998 ((-644 |#2|) |#2| |#2|)) (-15 -4216 ((-644 |#2|) |#2| |#2| |#2|)) (-15 -1698 ((-644 |#2|) |#2| |#2| |#2| |#2|)) (-15 -1837 ((-644 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3330 (|#2| |#2| |#2|)) (-15 -3884 (|#2| |#2| |#2| |#2|)) (-15 -4175 (|#2| |#2| |#2| |#2| |#2|)) (-15 -2510 (|#2| |#2| |#2| |#2| |#2| |#2|)))
-((-2441 (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|))))) 124) (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175))) 123) (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|)))) 121) (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))) (-644 (-1175))) 119) (((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|)))) 97) (((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))) (-1175)) 98) (((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|))) 92) (((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)) (-1175)) 82)) (-3475 (((-644 (-644 (-317 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175))) 117) (((-644 (-317 |#1|)) (-409 (-952 |#1|)) (-1175)) 54)) (-3168 (((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-409 (-952 |#1|)) (-1175)) 128) (((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175)) 127)))
-(((-1128 |#1|) (-10 -7 (-15 -2441 ((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -2441 ((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)))) (-15 -2441 ((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -2441 ((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))))) (-15 -2441 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -2441 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))))) (-15 -2441 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175)))) (-15 -2441 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -3475 ((-644 (-317 |#1|)) (-409 (-952 |#1|)) (-1175))) (-15 -3475 ((-644 (-644 (-317 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -3168 ((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -3168 ((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-409 (-952 |#1|)) (-1175)))) (-13 (-308) (-147))) (T -1128))
-((-3168 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-1164 (-644 (-317 *5)) (-644 (-295 (-317 *5))))) (-5 *1 (-1128 *5)))) (-3168 (*1 *2 *3 *4) (-12 (-5 *3 (-295 (-409 (-952 *5)))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-1164 (-644 (-317 *5)) (-644 (-295 (-317 *5))))) (-5 *1 (-1128 *5)))) (-3475 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-317 *5)))) (-5 *1 (-1128 *5)))) (-3475 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-317 *5))) (-5 *1 (-1128 *5)))) (-2441 (*1 *2 *3) (-12 (-5 *3 (-644 (-295 (-409 (-952 *4))))) (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *4))))) (-5 *1 (-1128 *4)))) (-2441 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-295 (-409 (-952 *5))))) (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5))))) (-5 *1 (-1128 *5)))) (-2441 (*1 *2 *3) (-12 (-5 *3 (-644 (-409 (-952 *4)))) (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *4))))) (-5 *1 (-1128 *4)))) (-2441 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5))))) (-5 *1 (-1128 *5)))) (-2441 (*1 *2 *3) (-12 (-5 *3 (-295 (-409 (-952 *4)))) (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1128 *4)))) (-2441 (*1 *2 *3 *4) (-12 (-5 *3 (-295 (-409 (-952 *5)))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1128 *5)))) (-2441 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1128 *4)))) (-2441 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1128 *5)))))
-(-10 -7 (-15 -2441 ((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -2441 ((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)))) (-15 -2441 ((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -2441 ((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))))) (-15 -2441 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -2441 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))))) (-15 -2441 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175)))) (-15 -2441 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -3475 ((-644 (-317 |#1|)) (-409 (-952 |#1|)) (-1175))) (-15 -3475 ((-644 (-644 (-317 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -3168 ((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -3168 ((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-409 (-952 |#1|)) (-1175))))
-((-3572 (((-409 (-1171 (-317 |#1|))) (-1264 (-317 |#1|)) (-409 (-1171 (-317 |#1|))) (-566)) 38)) (-1375 (((-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|)))) 49)))
-(((-1129 |#1|) (-10 -7 (-15 -1375 ((-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))))) (-15 -3572 ((-409 (-1171 (-317 |#1|))) (-1264 (-317 |#1|)) (-409 (-1171 (-317 |#1|))) (-566)))) (-558)) (T -1129))
-((-3572 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-409 (-1171 (-317 *5)))) (-5 *3 (-1264 (-317 *5))) (-5 *4 (-566)) (-4 *5 (-558)) (-5 *1 (-1129 *5)))) (-1375 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-409 (-1171 (-317 *3)))) (-4 *3 (-558)) (-5 *1 (-1129 *3)))))
-(-10 -7 (-15 -1375 ((-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))))) (-15 -3572 ((-409 (-1171 (-317 |#1|))) (-1264 (-317 |#1|)) (-409 (-1171 (-317 |#1|))) (-566))))
-((-2423 (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-317 |#1|))) (-644 (-1175))) 250) (((-644 (-295 (-317 |#1|))) (-317 |#1|) (-1175)) 23) (((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)) (-1175)) 29) (((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|))) 28) (((-644 (-295 (-317 |#1|))) (-317 |#1|)) 24)))
-(((-1130 |#1|) (-10 -7 (-15 -2423 ((-644 (-295 (-317 |#1|))) (-317 |#1|))) (-15 -2423 ((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)))) (-15 -2423 ((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)) (-1175))) (-15 -2423 ((-644 (-295 (-317 |#1|))) (-317 |#1|) (-1175))) (-15 -2423 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-317 |#1|))) (-644 (-1175))))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (T -1130))
-((-2423 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5))))) (-5 *1 (-1130 *5)) (-5 *3 (-644 (-295 (-317 *5)))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1130 *5)) (-5 *3 (-317 *5)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1130 *5)) (-5 *3 (-295 (-317 *5))))) (-2423 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1130 *4)) (-5 *3 (-295 (-317 *4))))) (-2423 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1130 *4)) (-5 *3 (-317 *4)))))
-(-10 -7 (-15 -2423 ((-644 (-295 (-317 |#1|))) (-317 |#1|))) (-15 -2423 ((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)))) (-15 -2423 ((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)) (-1175))) (-15 -2423 ((-644 (-295 (-317 |#1|))) (-317 |#1|) (-1175))) (-15 -2423 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-317 |#1|))) (-644 (-1175)))))
-((-1967 ((|#2| |#2|) 30 (|has| |#1| (-850))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 27)) (-4151 ((|#2| |#2|) 29 (|has| |#1| (-850))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 22)))
-(((-1131 |#1| |#2|) (-10 -7 (-15 -4151 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -1967 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-850)) (PROGN (-15 -4151 (|#2| |#2|)) (-15 -1967 (|#2| |#2|))) |%noBranch|)) (-1214) (-13 (-604 (-566) |#1|) (-10 -7 (-6 -4414) (-6 -4415)))) (T -1131))
-((-1967 (*1 *2 *2) (-12 (-4 *3 (-850)) (-4 *3 (-1214)) (-5 *1 (-1131 *3 *2)) (-4 *2 (-13 (-604 (-566) *3) (-10 -7 (-6 -4414) (-6 -4415)))))) (-4151 (*1 *2 *2) (-12 (-4 *3 (-850)) (-4 *3 (-1214)) (-5 *1 (-1131 *3 *2)) (-4 *2 (-13 (-604 (-566) *3) (-10 -7 (-6 -4414) (-6 -4415)))))) (-1967 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-1131 *4 *2)) (-4 *2 (-13 (-604 (-566) *4) (-10 -7 (-6 -4414) (-6 -4415)))))) (-4151 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-1131 *4 *2)) (-4 *2 (-13 (-604 (-566) *4) (-10 -7 (-6 -4414) (-6 -4415)))))))
-(-10 -7 (-15 -4151 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -1967 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-850)) (PROGN (-15 -4151 (|#2| |#2|)) (-15 -1967 (|#2| |#2|))) |%noBranch|))
-((-2988 (((-112) $ $) NIL)) (-3305 (((-1163 3 |#1|) $) 141)) (-4317 (((-112) $) 101)) (-4086 (($ $ (-644 (-943 |#1|))) 44) (($ $ (-644 (-644 |#1|))) 104) (($ (-644 (-943 |#1|))) 103) (((-644 (-943 |#1|)) $) 102)) (-2962 (((-112) $) 72)) (-1397 (($ $ (-943 |#1|)) 76) (($ $ (-644 |#1|)) 81) (($ $ (-771)) 83) (($ (-943 |#1|)) 77) (((-943 |#1|) $) 75)) (-2567 (((-2 (|:| -4187 (-771)) (|:| |curves| (-771)) (|:| |polygons| (-771)) (|:| |constructs| (-771))) $) 139)) (-3777 (((-771) $) 53)) (-3962 (((-771) $) 52)) (-3227 (($ $ (-771) (-943 |#1|)) 67)) (-2617 (((-112) $) 111)) (-1322 (($ $ (-644 (-644 (-943 |#1|))) (-644 (-171)) (-171)) 118) (($ $ (-644 (-644 (-644 |#1|))) (-644 (-171)) (-171)) 120) (($ $ (-644 (-644 (-943 |#1|))) (-112) (-112)) 115) (($ $ (-644 (-644 (-644 |#1|))) (-112) (-112)) 127) (($ (-644 (-644 (-943 |#1|)))) 116) (($ (-644 (-644 (-943 |#1|))) (-112) (-112)) 117) (((-644 (-644 (-943 |#1|))) $) 114)) (-2696 (($ (-644 $)) 56) (($ $ $) 57)) (-4362 (((-644 (-171)) $) 133)) (-2588 (((-644 (-943 |#1|)) $) 130)) (-1329 (((-644 (-644 (-171))) $) 132)) (-2730 (((-644 (-644 (-644 (-943 |#1|)))) $) NIL)) (-3030 (((-644 (-644 (-644 (-771)))) $) 131)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3895 (((-771) $ (-644 (-943 |#1|))) 65)) (-4161 (((-112) $) 84)) (-1376 (($ $ (-644 (-943 |#1|))) 86) (($ $ (-644 (-644 |#1|))) 92) (($ (-644 (-943 |#1|))) 87) (((-644 (-943 |#1|)) $) 85)) (-4142 (($) 48) (($ (-1163 3 |#1|)) 49)) (-1480 (($ $) 63)) (-2735 (((-644 $) $) 62)) (-2529 (($ (-644 $)) 59)) (-2947 (((-644 $) $) 61)) (-3152 (((-862) $) 146)) (-3498 (((-112) $) 94)) (-4226 (($ $ (-644 (-943 |#1|))) 96) (($ $ (-644 (-644 |#1|))) 99) (($ (-644 (-943 |#1|))) 97) (((-644 (-943 |#1|)) $) 95)) (-2124 (($ $) 140)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
+(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-784 |#1| |#2| |#3| |#4|) . T) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1070 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1108 |#1| |#2| |#3| |#4|) . T) ((-1208 |#1| |#2| |#3| |#4|) . T) ((-1215) . T))
+((-1848 (((-644 |#2|) |#1|) 15)) (-4080 (((-644 |#2|) |#2| |#2| |#2| |#2| |#2|) 47) (((-644 |#2|) |#1|) 63)) (-4193 (((-644 |#2|) |#2| |#2| |#2|) 45) (((-644 |#2|) |#1|) 61)) (-4221 ((|#2| |#1|) 56)) (-4229 (((-2 (|:| |solns| (-644 |#2|)) (|:| |maps| (-644 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 20)) (-2373 (((-644 |#2|) |#2| |#2|) 42) (((-644 |#2|) |#1|) 60)) (-2004 (((-644 |#2|) |#2| |#2| |#2| |#2|) 46) (((-644 |#2|) |#1|) 62)) (-3325 ((|#2| |#2| |#2| |#2| |#2| |#2|) 55)) (-4129 ((|#2| |#2| |#2| |#2|) 53)) (-2491 ((|#2| |#2| |#2|) 52)) (-1841 ((|#2| |#2| |#2| |#2| |#2|) 54)))
+(((-1127 |#1| |#2|) (-10 -7 (-15 -1848 ((-644 |#2|) |#1|)) (-15 -4221 (|#2| |#1|)) (-15 -4229 ((-2 (|:| |solns| (-644 |#2|)) (|:| |maps| (-644 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2373 ((-644 |#2|) |#1|)) (-15 -4193 ((-644 |#2|) |#1|)) (-15 -2004 ((-644 |#2|) |#1|)) (-15 -4080 ((-644 |#2|) |#1|)) (-15 -2373 ((-644 |#2|) |#2| |#2|)) (-15 -4193 ((-644 |#2|) |#2| |#2| |#2|)) (-15 -2004 ((-644 |#2|) |#2| |#2| |#2| |#2|)) (-15 -4080 ((-644 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -2491 (|#2| |#2| |#2|)) (-15 -4129 (|#2| |#2| |#2| |#2|)) (-15 -1841 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3325 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1241 |#2|) (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (T -1127))
+((-3325 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))) (-1841 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))) (-4129 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))) (-2491 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))) (-4080 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1241 *3)))) (-2004 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1241 *3)))) (-4193 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1241 *3)))) (-2373 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1241 *3)))) (-4080 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4)))) (-2004 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4)))) (-4193 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4)))) (-2373 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4)))) (-4229 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-2 (|:| |solns| (-644 *5)) (|:| |maps| (-644 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1127 *3 *5)) (-4 *3 (-1241 *5)))) (-4221 (*1 *2 *3) (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566))))))) (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -1848 ((-644 |#2|) |#1|)) (-15 -4221 (|#2| |#1|)) (-15 -4229 ((-2 (|:| |solns| (-644 |#2|)) (|:| |maps| (-644 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2373 ((-644 |#2|) |#1|)) (-15 -4193 ((-644 |#2|) |#1|)) (-15 -2004 ((-644 |#2|) |#1|)) (-15 -4080 ((-644 |#2|) |#1|)) (-15 -2373 ((-644 |#2|) |#2| |#2|)) (-15 -4193 ((-644 |#2|) |#2| |#2| |#2|)) (-15 -2004 ((-644 |#2|) |#2| |#2| |#2| |#2|)) (-15 -4080 ((-644 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -2491 (|#2| |#2| |#2|)) (-15 -4129 (|#2| |#2| |#2| |#2|)) (-15 -1841 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3325 (|#2| |#2| |#2| |#2| |#2| |#2|)))
+((-3915 (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|))))) 124) (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175))) 123) (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|)))) 121) (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))) (-644 (-1175))) 119) (((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|)))) 97) (((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))) (-1175)) 98) (((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|))) 92) (((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)) (-1175)) 82)) (-1569 (((-644 (-644 (-317 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175))) 117) (((-644 (-317 |#1|)) (-409 (-952 |#1|)) (-1175)) 54)) (-1519 (((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-409 (-952 |#1|)) (-1175)) 128) (((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175)) 127)))
+(((-1128 |#1|) (-10 -7 (-15 -3915 ((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -3915 ((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)))) (-15 -3915 ((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -3915 ((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))))) (-15 -3915 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -3915 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))))) (-15 -3915 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175)))) (-15 -3915 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -1569 ((-644 (-317 |#1|)) (-409 (-952 |#1|)) (-1175))) (-15 -1569 ((-644 (-644 (-317 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -1519 ((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -1519 ((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-409 (-952 |#1|)) (-1175)))) (-13 (-308) (-147))) (T -1128))
+((-1519 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-1164 (-644 (-317 *5)) (-644 (-295 (-317 *5))))) (-5 *1 (-1128 *5)))) (-1519 (*1 *2 *3 *4) (-12 (-5 *3 (-295 (-409 (-952 *5)))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-1164 (-644 (-317 *5)) (-644 (-295 (-317 *5))))) (-5 *1 (-1128 *5)))) (-1569 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-317 *5)))) (-5 *1 (-1128 *5)))) (-1569 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-317 *5))) (-5 *1 (-1128 *5)))) (-3915 (*1 *2 *3) (-12 (-5 *3 (-644 (-295 (-409 (-952 *4))))) (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *4))))) (-5 *1 (-1128 *4)))) (-3915 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-295 (-409 (-952 *5))))) (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5))))) (-5 *1 (-1128 *5)))) (-3915 (*1 *2 *3) (-12 (-5 *3 (-644 (-409 (-952 *4)))) (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *4))))) (-5 *1 (-1128 *4)))) (-3915 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5))))) (-5 *1 (-1128 *5)))) (-3915 (*1 *2 *3) (-12 (-5 *3 (-295 (-409 (-952 *4)))) (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1128 *4)))) (-3915 (*1 *2 *3 *4) (-12 (-5 *3 (-295 (-409 (-952 *5)))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1128 *5)))) (-3915 (*1 *2 *3) (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1128 *4)))) (-3915 (*1 *2 *3 *4) (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1128 *5)))))
+(-10 -7 (-15 -3915 ((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)) (-1175))) (-15 -3915 ((-644 (-295 (-317 |#1|))) (-409 (-952 |#1|)))) (-15 -3915 ((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -3915 ((-644 (-295 (-317 |#1|))) (-295 (-409 (-952 |#1|))))) (-15 -3915 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -3915 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-409 (-952 |#1|))))) (-15 -3915 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175)))) (-15 -3915 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -1569 ((-644 (-317 |#1|)) (-409 (-952 |#1|)) (-1175))) (-15 -1569 ((-644 (-644 (-317 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -1519 ((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -1519 ((-1164 (-644 (-317 |#1|)) (-644 (-295 (-317 |#1|)))) (-409 (-952 |#1|)) (-1175))))
+((-4391 (((-409 (-1171 (-317 |#1|))) (-1265 (-317 |#1|)) (-409 (-1171 (-317 |#1|))) (-566)) 38)) (-3442 (((-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|)))) 49)))
+(((-1129 |#1|) (-10 -7 (-15 -3442 ((-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))))) (-15 -4391 ((-409 (-1171 (-317 |#1|))) (-1265 (-317 |#1|)) (-409 (-1171 (-317 |#1|))) (-566)))) (-558)) (T -1129))
+((-4391 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-409 (-1171 (-317 *5)))) (-5 *3 (-1265 (-317 *5))) (-5 *4 (-566)) (-4 *5 (-558)) (-5 *1 (-1129 *5)))) (-3442 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-409 (-1171 (-317 *3)))) (-4 *3 (-558)) (-5 *1 (-1129 *3)))))
+(-10 -7 (-15 -3442 ((-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))) (-409 (-1171 (-317 |#1|))))) (-15 -4391 ((-409 (-1171 (-317 |#1|))) (-1265 (-317 |#1|)) (-409 (-1171 (-317 |#1|))) (-566))))
+((-1848 (((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-317 |#1|))) (-644 (-1175))) 250) (((-644 (-295 (-317 |#1|))) (-317 |#1|) (-1175)) 23) (((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)) (-1175)) 29) (((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|))) 28) (((-644 (-295 (-317 |#1|))) (-317 |#1|)) 24)))
+(((-1130 |#1|) (-10 -7 (-15 -1848 ((-644 (-295 (-317 |#1|))) (-317 |#1|))) (-15 -1848 ((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)))) (-15 -1848 ((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)) (-1175))) (-15 -1848 ((-644 (-295 (-317 |#1|))) (-317 |#1|) (-1175))) (-15 -1848 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-317 |#1|))) (-644 (-1175))))) (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (T -1130))
+((-1848 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-1175))) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5))))) (-5 *1 (-1130 *5)) (-5 *3 (-644 (-295 (-317 *5)))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1130 *5)) (-5 *3 (-317 *5)))) (-1848 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1130 *5)) (-5 *3 (-295 (-317 *5))))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1130 *4)) (-5 *3 (-295 (-317 *4))))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147))) (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1130 *4)) (-5 *3 (-317 *4)))))
+(-10 -7 (-15 -1848 ((-644 (-295 (-317 |#1|))) (-317 |#1|))) (-15 -1848 ((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)))) (-15 -1848 ((-644 (-295 (-317 |#1|))) (-295 (-317 |#1|)) (-1175))) (-15 -1848 ((-644 (-295 (-317 |#1|))) (-317 |#1|) (-1175))) (-15 -1848 ((-644 (-644 (-295 (-317 |#1|)))) (-644 (-295 (-317 |#1|))) (-644 (-1175)))))
+((-2908 ((|#2| |#2|) 30 (|has| |#1| (-850))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 27)) (-1629 ((|#2| |#2|) 29 (|has| |#1| (-850))) ((|#2| |#2| (-1 (-112) |#1| |#1|)) 22)))
+(((-1131 |#1| |#2|) (-10 -7 (-15 -1629 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -2908 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-850)) (PROGN (-15 -1629 (|#2| |#2|)) (-15 -2908 (|#2| |#2|))) |%noBranch|)) (-1215) (-13 (-604 (-566) |#1|) (-10 -7 (-6 -4415) (-6 -4416)))) (T -1131))
+((-2908 (*1 *2 *2) (-12 (-4 *3 (-850)) (-4 *3 (-1215)) (-5 *1 (-1131 *3 *2)) (-4 *2 (-13 (-604 (-566) *3) (-10 -7 (-6 -4415) (-6 -4416)))))) (-1629 (*1 *2 *2) (-12 (-4 *3 (-850)) (-4 *3 (-1215)) (-5 *1 (-1131 *3 *2)) (-4 *2 (-13 (-604 (-566) *3) (-10 -7 (-6 -4415) (-6 -4416)))))) (-2908 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-1131 *4 *2)) (-4 *2 (-13 (-604 (-566) *4) (-10 -7 (-6 -4415) (-6 -4416)))))) (-1629 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-1131 *4 *2)) (-4 *2 (-13 (-604 (-566) *4) (-10 -7 (-6 -4415) (-6 -4416)))))))
+(-10 -7 (-15 -1629 (|#2| |#2| (-1 (-112) |#1| |#1|))) (-15 -2908 (|#2| |#2| (-1 (-112) |#1| |#1|))) (IF (|has| |#1| (-850)) (PROGN (-15 -1629 (|#2| |#2|)) (-15 -2908 (|#2| |#2|))) |%noBranch|))
+((-4124 (((-112) $ $) NIL)) (-3522 (((-1163 3 |#1|) $) 141)) (-2660 (((-112) $) 101)) (-2181 (($ $ (-644 (-943 |#1|))) 44) (($ $ (-644 (-644 |#1|))) 104) (($ (-644 (-943 |#1|))) 103) (((-644 (-943 |#1|)) $) 102)) (-3207 (((-112) $) 72)) (-1822 (($ $ (-943 |#1|)) 76) (($ $ (-644 |#1|)) 81) (($ $ (-771)) 83) (($ (-943 |#1|)) 77) (((-943 |#1|) $) 75)) (-4237 (((-2 (|:| -1944 (-771)) (|:| |curves| (-771)) (|:| |polygons| (-771)) (|:| |constructs| (-771))) $) 139)) (-2479 (((-771) $) 53)) (-3546 (((-771) $) 52)) (-3984 (($ $ (-771) (-943 |#1|)) 67)) (-3167 (((-112) $) 111)) (-2698 (($ $ (-644 (-644 (-943 |#1|))) (-644 (-171)) (-171)) 118) (($ $ (-644 (-644 (-644 |#1|))) (-644 (-171)) (-171)) 120) (($ $ (-644 (-644 (-943 |#1|))) (-112) (-112)) 115) (($ $ (-644 (-644 (-644 |#1|))) (-112) (-112)) 127) (($ (-644 (-644 (-943 |#1|)))) 116) (($ (-644 (-644 (-943 |#1|))) (-112) (-112)) 117) (((-644 (-644 (-943 |#1|))) $) 114)) (-1485 (($ (-644 $)) 56) (($ $ $) 57)) (-3115 (((-644 (-171)) $) 133)) (-1570 (((-644 (-943 |#1|)) $) 130)) (-2789 (((-644 (-644 (-171))) $) 132)) (-1785 (((-644 (-644 (-644 (-943 |#1|)))) $) NIL)) (-2512 (((-644 (-644 (-644 (-771)))) $) 131)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4232 (((-771) $ (-644 (-943 |#1|))) 65)) (-1711 (((-112) $) 84)) (-3452 (($ $ (-644 (-943 |#1|))) 86) (($ $ (-644 (-644 |#1|))) 92) (($ (-644 (-943 |#1|))) 87) (((-644 (-943 |#1|)) $) 85)) (-1548 (($) 48) (($ (-1163 3 |#1|)) 49)) (-1800 (($ $) 63)) (-1836 (((-644 $) $) 62)) (-3551 (($ (-644 $)) 59)) (-3162 (((-644 $) $) 61)) (-1650 (((-862) $) 146)) (-1739 (((-112) $) 94)) (-4302 (($ $ (-644 (-943 |#1|))) 96) (($ $ (-644 (-644 |#1|))) 99) (($ (-644 (-943 |#1|))) 97) (((-644 (-943 |#1|)) $) 95)) (-3898 (($ $) 140)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
(((-1132 |#1|) (-1133 |#1|) (-1049)) (T -1132))
NIL
(-1133 |#1|)
-((-2988 (((-112) $ $) 7)) (-3305 (((-1163 3 |#1|) $) 14)) (-4317 (((-112) $) 30)) (-4086 (($ $ (-644 (-943 |#1|))) 34) (($ $ (-644 (-644 |#1|))) 33) (($ (-644 (-943 |#1|))) 32) (((-644 (-943 |#1|)) $) 31)) (-2962 (((-112) $) 45)) (-1397 (($ $ (-943 |#1|)) 50) (($ $ (-644 |#1|)) 49) (($ $ (-771)) 48) (($ (-943 |#1|)) 47) (((-943 |#1|) $) 46)) (-2567 (((-2 (|:| -4187 (-771)) (|:| |curves| (-771)) (|:| |polygons| (-771)) (|:| |constructs| (-771))) $) 16)) (-3777 (((-771) $) 59)) (-3962 (((-771) $) 60)) (-3227 (($ $ (-771) (-943 |#1|)) 51)) (-2617 (((-112) $) 22)) (-1322 (($ $ (-644 (-644 (-943 |#1|))) (-644 (-171)) (-171)) 29) (($ $ (-644 (-644 (-644 |#1|))) (-644 (-171)) (-171)) 28) (($ $ (-644 (-644 (-943 |#1|))) (-112) (-112)) 27) (($ $ (-644 (-644 (-644 |#1|))) (-112) (-112)) 26) (($ (-644 (-644 (-943 |#1|)))) 25) (($ (-644 (-644 (-943 |#1|))) (-112) (-112)) 24) (((-644 (-644 (-943 |#1|))) $) 23)) (-2696 (($ (-644 $)) 58) (($ $ $) 57)) (-4362 (((-644 (-171)) $) 17)) (-2588 (((-644 (-943 |#1|)) $) 21)) (-1329 (((-644 (-644 (-171))) $) 18)) (-2730 (((-644 (-644 (-644 (-943 |#1|)))) $) 19)) (-3030 (((-644 (-644 (-644 (-771)))) $) 20)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3895 (((-771) $ (-644 (-943 |#1|))) 52)) (-4161 (((-112) $) 40)) (-1376 (($ $ (-644 (-943 |#1|))) 44) (($ $ (-644 (-644 |#1|))) 43) (($ (-644 (-943 |#1|))) 42) (((-644 (-943 |#1|)) $) 41)) (-4142 (($) 62) (($ (-1163 3 |#1|)) 61)) (-1480 (($ $) 53)) (-2735 (((-644 $) $) 54)) (-2529 (($ (-644 $)) 56)) (-2947 (((-644 $) $) 55)) (-3152 (((-862) $) 12)) (-3498 (((-112) $) 35)) (-4226 (($ $ (-644 (-943 |#1|))) 39) (($ $ (-644 (-644 |#1|))) 38) (($ (-644 (-943 |#1|))) 37) (((-644 (-943 |#1|)) $) 36)) (-2124 (($ $) 15)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-4124 (((-112) $ $) 7)) (-3522 (((-1163 3 |#1|) $) 14)) (-2660 (((-112) $) 30)) (-2181 (($ $ (-644 (-943 |#1|))) 34) (($ $ (-644 (-644 |#1|))) 33) (($ (-644 (-943 |#1|))) 32) (((-644 (-943 |#1|)) $) 31)) (-3207 (((-112) $) 45)) (-1822 (($ $ (-943 |#1|)) 50) (($ $ (-644 |#1|)) 49) (($ $ (-771)) 48) (($ (-943 |#1|)) 47) (((-943 |#1|) $) 46)) (-4237 (((-2 (|:| -1944 (-771)) (|:| |curves| (-771)) (|:| |polygons| (-771)) (|:| |constructs| (-771))) $) 16)) (-2479 (((-771) $) 59)) (-3546 (((-771) $) 60)) (-3984 (($ $ (-771) (-943 |#1|)) 51)) (-3167 (((-112) $) 22)) (-2698 (($ $ (-644 (-644 (-943 |#1|))) (-644 (-171)) (-171)) 29) (($ $ (-644 (-644 (-644 |#1|))) (-644 (-171)) (-171)) 28) (($ $ (-644 (-644 (-943 |#1|))) (-112) (-112)) 27) (($ $ (-644 (-644 (-644 |#1|))) (-112) (-112)) 26) (($ (-644 (-644 (-943 |#1|)))) 25) (($ (-644 (-644 (-943 |#1|))) (-112) (-112)) 24) (((-644 (-644 (-943 |#1|))) $) 23)) (-1485 (($ (-644 $)) 58) (($ $ $) 57)) (-3115 (((-644 (-171)) $) 17)) (-1570 (((-644 (-943 |#1|)) $) 21)) (-2789 (((-644 (-644 (-171))) $) 18)) (-1785 (((-644 (-644 (-644 (-943 |#1|)))) $) 19)) (-2512 (((-644 (-644 (-644 (-771)))) $) 20)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4232 (((-771) $ (-644 (-943 |#1|))) 52)) (-1711 (((-112) $) 40)) (-3452 (($ $ (-644 (-943 |#1|))) 44) (($ $ (-644 (-644 |#1|))) 43) (($ (-644 (-943 |#1|))) 42) (((-644 (-943 |#1|)) $) 41)) (-1548 (($) 62) (($ (-1163 3 |#1|)) 61)) (-1800 (($ $) 53)) (-1836 (((-644 $) $) 54)) (-3551 (($ (-644 $)) 56)) (-3162 (((-644 $) $) 55)) (-1650 (((-862) $) 12)) (-1739 (((-112) $) 35)) (-4302 (($ $ (-644 (-943 |#1|))) 39) (($ $ (-644 (-644 |#1|))) 38) (($ (-644 (-943 |#1|))) 37) (((-644 (-943 |#1|)) $) 36)) (-3898 (($ $) 15)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-1133 |#1|) (-140) (-1049)) (T -1133))
-((-3152 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-862)))) (-4142 (*1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))) (-4142 (*1 *1 *2) (-12 (-5 *2 (-1163 3 *3)) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-3962 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-3777 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-2696 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-2696 (*1 *1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))) (-2529 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-2947 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)))) (-2735 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)))) (-1480 (*1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))) (-3895 (*1 *2 *1 *3) (-12 (-5 *3 (-644 (-943 *4))) (-4 *1 (-1133 *4)) (-4 *4 (-1049)) (-5 *2 (-771)))) (-3227 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-943 *4)) (-4 *1 (-1133 *4)) (-4 *4 (-1049)))) (-1397 (*1 *1 *1 *2) (-12 (-5 *2 (-943 *3)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-1397 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-1397 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-1397 (*1 *1 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-1397 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-943 *3)))) (-2962 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-1376 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-1376 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-1376 (*1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-1376 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))) (-4161 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-4226 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-4226 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-4226 (*1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-4226 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))) (-3498 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-4086 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-4086 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-4086 (*1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-4086 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))) (-4317 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-1322 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-644 (-943 *5)))) (-5 *3 (-644 (-171))) (-5 *4 (-171)) (-4 *1 (-1133 *5)) (-4 *5 (-1049)))) (-1322 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-644 (-644 *5)))) (-5 *3 (-644 (-171))) (-5 *4 (-171)) (-4 *1 (-1133 *5)) (-4 *5 (-1049)))) (-1322 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-644 (-644 (-943 *4)))) (-5 *3 (-112)) (-4 *1 (-1133 *4)) (-4 *4 (-1049)))) (-1322 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-644 (-644 (-644 *4)))) (-5 *3 (-112)) (-4 *1 (-1133 *4)) (-4 *4 (-1049)))) (-1322 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 *3)))) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-1322 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-644 (-644 (-943 *4)))) (-5 *3 (-112)) (-4 *4 (-1049)) (-4 *1 (-1133 *4)))) (-1322 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-943 *3)))))) (-2617 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-2588 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))) (-3030 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-644 (-771))))))) (-2730 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-644 (-943 *3))))))) (-1329 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-171)))))) (-4362 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-171))))) (-2567 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -4187 (-771)) (|:| |curves| (-771)) (|:| |polygons| (-771)) (|:| |constructs| (-771)))))) (-2124 (*1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))) (-3305 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-1163 3 *3)))))
-(-13 (-1099) (-10 -8 (-15 -4142 ($)) (-15 -4142 ($ (-1163 3 |t#1|))) (-15 -3962 ((-771) $)) (-15 -3777 ((-771) $)) (-15 -2696 ($ (-644 $))) (-15 -2696 ($ $ $)) (-15 -2529 ($ (-644 $))) (-15 -2947 ((-644 $) $)) (-15 -2735 ((-644 $) $)) (-15 -1480 ($ $)) (-15 -3895 ((-771) $ (-644 (-943 |t#1|)))) (-15 -3227 ($ $ (-771) (-943 |t#1|))) (-15 -1397 ($ $ (-943 |t#1|))) (-15 -1397 ($ $ (-644 |t#1|))) (-15 -1397 ($ $ (-771))) (-15 -1397 ($ (-943 |t#1|))) (-15 -1397 ((-943 |t#1|) $)) (-15 -2962 ((-112) $)) (-15 -1376 ($ $ (-644 (-943 |t#1|)))) (-15 -1376 ($ $ (-644 (-644 |t#1|)))) (-15 -1376 ($ (-644 (-943 |t#1|)))) (-15 -1376 ((-644 (-943 |t#1|)) $)) (-15 -4161 ((-112) $)) (-15 -4226 ($ $ (-644 (-943 |t#1|)))) (-15 -4226 ($ $ (-644 (-644 |t#1|)))) (-15 -4226 ($ (-644 (-943 |t#1|)))) (-15 -4226 ((-644 (-943 |t#1|)) $)) (-15 -3498 ((-112) $)) (-15 -4086 ($ $ (-644 (-943 |t#1|)))) (-15 -4086 ($ $ (-644 (-644 |t#1|)))) (-15 -4086 ($ (-644 (-943 |t#1|)))) (-15 -4086 ((-644 (-943 |t#1|)) $)) (-15 -4317 ((-112) $)) (-15 -1322 ($ $ (-644 (-644 (-943 |t#1|))) (-644 (-171)) (-171))) (-15 -1322 ($ $ (-644 (-644 (-644 |t#1|))) (-644 (-171)) (-171))) (-15 -1322 ($ $ (-644 (-644 (-943 |t#1|))) (-112) (-112))) (-15 -1322 ($ $ (-644 (-644 (-644 |t#1|))) (-112) (-112))) (-15 -1322 ($ (-644 (-644 (-943 |t#1|))))) (-15 -1322 ($ (-644 (-644 (-943 |t#1|))) (-112) (-112))) (-15 -1322 ((-644 (-644 (-943 |t#1|))) $)) (-15 -2617 ((-112) $)) (-15 -2588 ((-644 (-943 |t#1|)) $)) (-15 -3030 ((-644 (-644 (-644 (-771)))) $)) (-15 -2730 ((-644 (-644 (-644 (-943 |t#1|)))) $)) (-15 -1329 ((-644 (-644 (-171))) $)) (-15 -4362 ((-644 (-171)) $)) (-15 -2567 ((-2 (|:| -4187 (-771)) (|:| |curves| (-771)) (|:| |polygons| (-771)) (|:| |constructs| (-771))) $)) (-15 -2124 ($ $)) (-15 -3305 ((-1163 3 |t#1|) $)) (-15 -3152 ((-862) $))))
+((-1650 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-862)))) (-1548 (*1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))) (-1548 (*1 *1 *2) (-12 (-5 *2 (-1163 3 *3)) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-3546 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-2479 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))) (-1485 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-1485 (*1 *1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))) (-3551 (*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-3162 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)))) (-1836 (*1 *2 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)))) (-1800 (*1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))) (-4232 (*1 *2 *1 *3) (-12 (-5 *3 (-644 (-943 *4))) (-4 *1 (-1133 *4)) (-4 *4 (-1049)) (-5 *2 (-771)))) (-3984 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-943 *4)) (-4 *1 (-1133 *4)) (-4 *4 (-1049)))) (-1822 (*1 *1 *1 *2) (-12 (-5 *2 (-943 *3)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-1822 (*1 *1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-1822 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-1822 (*1 *1 *2) (-12 (-5 *2 (-943 *3)) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-1822 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-943 *3)))) (-3207 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-3452 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-3452 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-3452 (*1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-3452 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))) (-1711 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-4302 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-4302 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-4302 (*1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-4302 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))) (-1739 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-2181 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-2181 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))) (-2181 (*1 *1 *2) (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-2181 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))) (-2660 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-2698 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-644 (-943 *5)))) (-5 *3 (-644 (-171))) (-5 *4 (-171)) (-4 *1 (-1133 *5)) (-4 *5 (-1049)))) (-2698 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-644 (-644 (-644 *5)))) (-5 *3 (-644 (-171))) (-5 *4 (-171)) (-4 *1 (-1133 *5)) (-4 *5 (-1049)))) (-2698 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-644 (-644 (-943 *4)))) (-5 *3 (-112)) (-4 *1 (-1133 *4)) (-4 *4 (-1049)))) (-2698 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-644 (-644 (-644 *4)))) (-5 *3 (-112)) (-4 *1 (-1133 *4)) (-4 *4 (-1049)))) (-2698 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 *3)))) (-4 *3 (-1049)) (-4 *1 (-1133 *3)))) (-2698 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-644 (-644 (-943 *4)))) (-5 *3 (-112)) (-4 *4 (-1049)) (-4 *1 (-1133 *4)))) (-2698 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-943 *3)))))) (-3167 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))) (-1570 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))) (-2512 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-644 (-771))))))) (-1785 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-644 (-943 *3))))))) (-2789 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-171)))))) (-3115 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-171))))) (-4237 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -1944 (-771)) (|:| |curves| (-771)) (|:| |polygons| (-771)) (|:| |constructs| (-771)))))) (-3898 (*1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))) (-3522 (*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-1163 3 *3)))))
+(-13 (-1099) (-10 -8 (-15 -1548 ($)) (-15 -1548 ($ (-1163 3 |t#1|))) (-15 -3546 ((-771) $)) (-15 -2479 ((-771) $)) (-15 -1485 ($ (-644 $))) (-15 -1485 ($ $ $)) (-15 -3551 ($ (-644 $))) (-15 -3162 ((-644 $) $)) (-15 -1836 ((-644 $) $)) (-15 -1800 ($ $)) (-15 -4232 ((-771) $ (-644 (-943 |t#1|)))) (-15 -3984 ($ $ (-771) (-943 |t#1|))) (-15 -1822 ($ $ (-943 |t#1|))) (-15 -1822 ($ $ (-644 |t#1|))) (-15 -1822 ($ $ (-771))) (-15 -1822 ($ (-943 |t#1|))) (-15 -1822 ((-943 |t#1|) $)) (-15 -3207 ((-112) $)) (-15 -3452 ($ $ (-644 (-943 |t#1|)))) (-15 -3452 ($ $ (-644 (-644 |t#1|)))) (-15 -3452 ($ (-644 (-943 |t#1|)))) (-15 -3452 ((-644 (-943 |t#1|)) $)) (-15 -1711 ((-112) $)) (-15 -4302 ($ $ (-644 (-943 |t#1|)))) (-15 -4302 ($ $ (-644 (-644 |t#1|)))) (-15 -4302 ($ (-644 (-943 |t#1|)))) (-15 -4302 ((-644 (-943 |t#1|)) $)) (-15 -1739 ((-112) $)) (-15 -2181 ($ $ (-644 (-943 |t#1|)))) (-15 -2181 ($ $ (-644 (-644 |t#1|)))) (-15 -2181 ($ (-644 (-943 |t#1|)))) (-15 -2181 ((-644 (-943 |t#1|)) $)) (-15 -2660 ((-112) $)) (-15 -2698 ($ $ (-644 (-644 (-943 |t#1|))) (-644 (-171)) (-171))) (-15 -2698 ($ $ (-644 (-644 (-644 |t#1|))) (-644 (-171)) (-171))) (-15 -2698 ($ $ (-644 (-644 (-943 |t#1|))) (-112) (-112))) (-15 -2698 ($ $ (-644 (-644 (-644 |t#1|))) (-112) (-112))) (-15 -2698 ($ (-644 (-644 (-943 |t#1|))))) (-15 -2698 ($ (-644 (-644 (-943 |t#1|))) (-112) (-112))) (-15 -2698 ((-644 (-644 (-943 |t#1|))) $)) (-15 -3167 ((-112) $)) (-15 -1570 ((-644 (-943 |t#1|)) $)) (-15 -2512 ((-644 (-644 (-644 (-771)))) $)) (-15 -1785 ((-644 (-644 (-644 (-943 |t#1|)))) $)) (-15 -2789 ((-644 (-644 (-171))) $)) (-15 -3115 ((-644 (-171)) $)) (-15 -4237 ((-2 (|:| -1944 (-771)) (|:| |curves| (-771)) (|:| |polygons| (-771)) (|:| |constructs| (-771))) $)) (-15 -3898 ($ $)) (-15 -3522 ((-1163 3 |t#1|) $)) (-15 -1650 ((-862) $))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 174) (($ (-1180)) NIL) (((-1180) $) 7)) (-4344 (((-112) $ (|[\|\|]| (-526))) 19) (((-112) $ (|[\|\|]| (-218))) 23) (((-112) $ (|[\|\|]| (-676))) 27) (((-112) $ (|[\|\|]| (-1274))) 31) (((-112) $ (|[\|\|]| (-138))) 35) (((-112) $ (|[\|\|]| (-133))) 39) (((-112) $ (|[\|\|]| (-1114))) 43) (((-112) $ (|[\|\|]| (-96))) 47) (((-112) $ (|[\|\|]| (-681))) 51) (((-112) $ (|[\|\|]| (-519))) 55) (((-112) $ (|[\|\|]| (-1065))) 59) (((-112) $ (|[\|\|]| (-1275))) 63) (((-112) $ (|[\|\|]| (-527))) 67) (((-112) $ (|[\|\|]| (-154))) 71) (((-112) $ (|[\|\|]| (-671))) 75) (((-112) $ (|[\|\|]| (-312))) 79) (((-112) $ (|[\|\|]| (-1036))) 83) (((-112) $ (|[\|\|]| (-180))) 87) (((-112) $ (|[\|\|]| (-970))) 91) (((-112) $ (|[\|\|]| (-1072))) 95) (((-112) $ (|[\|\|]| (-1089))) 99) (((-112) $ (|[\|\|]| (-1095))) 103) (((-112) $ (|[\|\|]| (-626))) 107) (((-112) $ (|[\|\|]| (-1165))) 111) (((-112) $ (|[\|\|]| (-156))) 115) (((-112) $ (|[\|\|]| (-137))) 119) (((-112) $ (|[\|\|]| (-480))) 123) (((-112) $ (|[\|\|]| (-593))) 127) (((-112) $ (|[\|\|]| (-508))) 131) (((-112) $ (|[\|\|]| (-1157))) 135) (((-112) $ (|[\|\|]| (-566))) 139)) (-3044 (((-112) $ $) NIL)) (-1513 (((-526) $) 20) (((-218) $) 24) (((-676) $) 28) (((-1274) $) 32) (((-138) $) 36) (((-133) $) 40) (((-1114) $) 44) (((-96) $) 48) (((-681) $) 52) (((-519) $) 56) (((-1065) $) 60) (((-1275) $) 64) (((-527) $) 68) (((-154) $) 72) (((-671) $) 76) (((-312) $) 80) (((-1036) $) 84) (((-180) $) 88) (((-970) $) 92) (((-1072) $) 96) (((-1089) $) 100) (((-1095) $) 104) (((-626) $) 108) (((-1165) $) 112) (((-156) $) 116) (((-137) $) 120) (((-480) $) 124) (((-593) $) 128) (((-508) $) 132) (((-1157) $) 136) (((-566) $) 140)) (-2914 (((-112) $ $) NIL)))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 174) (($ (-1180)) NIL) (((-1180) $) 7)) (-3396 (((-112) $ (|[\|\|]| (-526))) 19) (((-112) $ (|[\|\|]| (-218))) 23) (((-112) $ (|[\|\|]| (-676))) 27) (((-112) $ (|[\|\|]| (-1275))) 31) (((-112) $ (|[\|\|]| (-138))) 35) (((-112) $ (|[\|\|]| (-133))) 39) (((-112) $ (|[\|\|]| (-1114))) 43) (((-112) $ (|[\|\|]| (-96))) 47) (((-112) $ (|[\|\|]| (-681))) 51) (((-112) $ (|[\|\|]| (-519))) 55) (((-112) $ (|[\|\|]| (-1065))) 59) (((-112) $ (|[\|\|]| (-1276))) 63) (((-112) $ (|[\|\|]| (-527))) 67) (((-112) $ (|[\|\|]| (-154))) 71) (((-112) $ (|[\|\|]| (-671))) 75) (((-112) $ (|[\|\|]| (-312))) 79) (((-112) $ (|[\|\|]| (-1036))) 83) (((-112) $ (|[\|\|]| (-180))) 87) (((-112) $ (|[\|\|]| (-970))) 91) (((-112) $ (|[\|\|]| (-1072))) 95) (((-112) $ (|[\|\|]| (-1089))) 99) (((-112) $ (|[\|\|]| (-1095))) 103) (((-112) $ (|[\|\|]| (-626))) 107) (((-112) $ (|[\|\|]| (-1165))) 111) (((-112) $ (|[\|\|]| (-156))) 115) (((-112) $ (|[\|\|]| (-137))) 119) (((-112) $ (|[\|\|]| (-480))) 123) (((-112) $ (|[\|\|]| (-593))) 127) (((-112) $ (|[\|\|]| (-508))) 131) (((-112) $ (|[\|\|]| (-1157))) 135) (((-112) $ (|[\|\|]| (-566))) 139)) (-2657 (((-112) $ $) NIL)) (-1830 (((-526) $) 20) (((-218) $) 24) (((-676) $) 28) (((-1275) $) 32) (((-138) $) 36) (((-133) $) 40) (((-1114) $) 44) (((-96) $) 48) (((-681) $) 52) (((-519) $) 56) (((-1065) $) 60) (((-1276) $) 64) (((-527) $) 68) (((-154) $) 72) (((-671) $) 76) (((-312) $) 80) (((-1036) $) 84) (((-180) $) 88) (((-970) $) 92) (((-1072) $) 96) (((-1089) $) 100) (((-1095) $) 104) (((-626) $) 108) (((-1165) $) 112) (((-156) $) 116) (((-137) $) 120) (((-480) $) 124) (((-593) $) 128) (((-508) $) 132) (((-1157) $) 136) (((-566) $) 140)) (-2868 (((-112) $ $) NIL)))
(((-1134) (-1136)) (T -1134))
NIL
(-1136)
-((-2716 (((-644 (-1180)) (-1157)) 9)))
-(((-1135) (-10 -7 (-15 -2716 ((-644 (-1180)) (-1157))))) (T -1135))
-((-2716 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-644 (-1180))) (-5 *1 (-1135)))))
-(-10 -7 (-15 -2716 ((-644 (-1180)) (-1157))))
-((-2988 (((-112) $ $) 7)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-1180)) 17) (((-1180) $) 16)) (-4344 (((-112) $ (|[\|\|]| (-526))) 81) (((-112) $ (|[\|\|]| (-218))) 79) (((-112) $ (|[\|\|]| (-676))) 77) (((-112) $ (|[\|\|]| (-1274))) 75) (((-112) $ (|[\|\|]| (-138))) 73) (((-112) $ (|[\|\|]| (-133))) 71) (((-112) $ (|[\|\|]| (-1114))) 69) (((-112) $ (|[\|\|]| (-96))) 67) (((-112) $ (|[\|\|]| (-681))) 65) (((-112) $ (|[\|\|]| (-519))) 63) (((-112) $ (|[\|\|]| (-1065))) 61) (((-112) $ (|[\|\|]| (-1275))) 59) (((-112) $ (|[\|\|]| (-527))) 57) (((-112) $ (|[\|\|]| (-154))) 55) (((-112) $ (|[\|\|]| (-671))) 53) (((-112) $ (|[\|\|]| (-312))) 51) (((-112) $ (|[\|\|]| (-1036))) 49) (((-112) $ (|[\|\|]| (-180))) 47) (((-112) $ (|[\|\|]| (-970))) 45) (((-112) $ (|[\|\|]| (-1072))) 43) (((-112) $ (|[\|\|]| (-1089))) 41) (((-112) $ (|[\|\|]| (-1095))) 39) (((-112) $ (|[\|\|]| (-626))) 37) (((-112) $ (|[\|\|]| (-1165))) 35) (((-112) $ (|[\|\|]| (-156))) 33) (((-112) $ (|[\|\|]| (-137))) 31) (((-112) $ (|[\|\|]| (-480))) 29) (((-112) $ (|[\|\|]| (-593))) 27) (((-112) $ (|[\|\|]| (-508))) 25) (((-112) $ (|[\|\|]| (-1157))) 23) (((-112) $ (|[\|\|]| (-566))) 21)) (-3044 (((-112) $ $) 9)) (-1513 (((-526) $) 80) (((-218) $) 78) (((-676) $) 76) (((-1274) $) 74) (((-138) $) 72) (((-133) $) 70) (((-1114) $) 68) (((-96) $) 66) (((-681) $) 64) (((-519) $) 62) (((-1065) $) 60) (((-1275) $) 58) (((-527) $) 56) (((-154) $) 54) (((-671) $) 52) (((-312) $) 50) (((-1036) $) 48) (((-180) $) 46) (((-970) $) 44) (((-1072) $) 42) (((-1089) $) 40) (((-1095) $) 38) (((-626) $) 36) (((-1165) $) 34) (((-156) $) 32) (((-137) $) 30) (((-480) $) 28) (((-593) $) 26) (((-508) $) 24) (((-1157) $) 22) (((-566) $) 20)) (-2914 (((-112) $ $) 6)))
+((-2375 (((-644 (-1180)) (-1157)) 9)))
+(((-1135) (-10 -7 (-15 -2375 ((-644 (-1180)) (-1157))))) (T -1135))
+((-2375 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-644 (-1180))) (-5 *1 (-1135)))))
+(-10 -7 (-15 -2375 ((-644 (-1180)) (-1157))))
+((-4124 (((-112) $ $) 7)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-1180)) 17) (((-1180) $) 16)) (-3396 (((-112) $ (|[\|\|]| (-526))) 81) (((-112) $ (|[\|\|]| (-218))) 79) (((-112) $ (|[\|\|]| (-676))) 77) (((-112) $ (|[\|\|]| (-1275))) 75) (((-112) $ (|[\|\|]| (-138))) 73) (((-112) $ (|[\|\|]| (-133))) 71) (((-112) $ (|[\|\|]| (-1114))) 69) (((-112) $ (|[\|\|]| (-96))) 67) (((-112) $ (|[\|\|]| (-681))) 65) (((-112) $ (|[\|\|]| (-519))) 63) (((-112) $ (|[\|\|]| (-1065))) 61) (((-112) $ (|[\|\|]| (-1276))) 59) (((-112) $ (|[\|\|]| (-527))) 57) (((-112) $ (|[\|\|]| (-154))) 55) (((-112) $ (|[\|\|]| (-671))) 53) (((-112) $ (|[\|\|]| (-312))) 51) (((-112) $ (|[\|\|]| (-1036))) 49) (((-112) $ (|[\|\|]| (-180))) 47) (((-112) $ (|[\|\|]| (-970))) 45) (((-112) $ (|[\|\|]| (-1072))) 43) (((-112) $ (|[\|\|]| (-1089))) 41) (((-112) $ (|[\|\|]| (-1095))) 39) (((-112) $ (|[\|\|]| (-626))) 37) (((-112) $ (|[\|\|]| (-1165))) 35) (((-112) $ (|[\|\|]| (-156))) 33) (((-112) $ (|[\|\|]| (-137))) 31) (((-112) $ (|[\|\|]| (-480))) 29) (((-112) $ (|[\|\|]| (-593))) 27) (((-112) $ (|[\|\|]| (-508))) 25) (((-112) $ (|[\|\|]| (-1157))) 23) (((-112) $ (|[\|\|]| (-566))) 21)) (-2657 (((-112) $ $) 9)) (-1830 (((-526) $) 80) (((-218) $) 78) (((-676) $) 76) (((-1275) $) 74) (((-138) $) 72) (((-133) $) 70) (((-1114) $) 68) (((-96) $) 66) (((-681) $) 64) (((-519) $) 62) (((-1065) $) 60) (((-1276) $) 58) (((-527) $) 56) (((-154) $) 54) (((-671) $) 52) (((-312) $) 50) (((-1036) $) 48) (((-180) $) 46) (((-970) $) 44) (((-1072) $) 42) (((-1089) $) 40) (((-1095) $) 38) (((-626) $) 36) (((-1165) $) 34) (((-156) $) 32) (((-137) $) 30) (((-480) $) 28) (((-593) $) 26) (((-508) $) 24) (((-1157) $) 22) (((-566) $) 20)) (-2868 (((-112) $ $) 6)))
(((-1136) (-140)) (T -1136))
-((-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-526))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-526)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-218))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-218)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-676))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-676)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1274))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1274)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-138)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-133))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-133)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1114))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1114)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-96)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-681))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-681)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-519))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-519)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1065))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1065)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1275))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1275)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-527))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-527)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-154)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-671))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-671)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-312))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-312)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1036))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1036)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-180))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-180)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-970))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-970)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1072))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1072)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1089))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1089)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1095))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1095)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-626))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-626)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1165))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1165)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-156)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-137))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-137)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-480))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-480)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-593))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-593)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-508))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-508)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1157))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1157)))) (-4344 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-112)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-566)))))
-(-13 (-1082) (-1259) (-10 -8 (-15 -4344 ((-112) $ (|[\|\|]| (-526)))) (-15 -1513 ((-526) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-218)))) (-15 -1513 ((-218) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-676)))) (-15 -1513 ((-676) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1274)))) (-15 -1513 ((-1274) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-138)))) (-15 -1513 ((-138) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-133)))) (-15 -1513 ((-133) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1114)))) (-15 -1513 ((-1114) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-96)))) (-15 -1513 ((-96) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-681)))) (-15 -1513 ((-681) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-519)))) (-15 -1513 ((-519) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1065)))) (-15 -1513 ((-1065) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1275)))) (-15 -1513 ((-1275) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-527)))) (-15 -1513 ((-527) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-154)))) (-15 -1513 ((-154) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-671)))) (-15 -1513 ((-671) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-312)))) (-15 -1513 ((-312) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1036)))) (-15 -1513 ((-1036) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-180)))) (-15 -1513 ((-180) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-970)))) (-15 -1513 ((-970) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1072)))) (-15 -1513 ((-1072) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1089)))) (-15 -1513 ((-1089) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1095)))) (-15 -1513 ((-1095) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-626)))) (-15 -1513 ((-626) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1165)))) (-15 -1513 ((-1165) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-156)))) (-15 -1513 ((-156) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-137)))) (-15 -1513 ((-137) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-480)))) (-15 -1513 ((-480) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-593)))) (-15 -1513 ((-593) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-508)))) (-15 -1513 ((-508) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-1157)))) (-15 -1513 ((-1157) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-566)))) (-15 -1513 ((-566) $))))
-(((-93) . T) ((-102) . T) ((-616 #0=(-1180)) . T) ((-613 (-862)) . T) ((-613 #0#) . T) ((-492 #0#) . T) ((-1099) . T) ((-1082) . T) ((-1259) . T))
-((-1627 (((-1269) (-644 (-862))) 23) (((-1269) (-862)) 22)) (-3791 (((-1269) (-644 (-862))) 21) (((-1269) (-862)) 20)) (-1586 (((-1269) (-644 (-862))) 19) (((-1269) (-862)) 11) (((-1269) (-1157) (-862)) 17)))
-(((-1137) (-10 -7 (-15 -1586 ((-1269) (-1157) (-862))) (-15 -1586 ((-1269) (-862))) (-15 -3791 ((-1269) (-862))) (-15 -1627 ((-1269) (-862))) (-15 -1586 ((-1269) (-644 (-862)))) (-15 -3791 ((-1269) (-644 (-862)))) (-15 -1627 ((-1269) (-644 (-862)))))) (T -1137))
-((-1627 (*1 *2 *3) (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1269)) (-5 *1 (-1137)))) (-3791 (*1 *2 *3) (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1269)) (-5 *1 (-1137)))) (-1586 (*1 *2 *3) (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1269)) (-5 *1 (-1137)))) (-1627 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-1137)))) (-3791 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-1137)))) (-1586 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-1137)))) (-1586 (*1 *2 *3 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-862)) (-5 *2 (-1269)) (-5 *1 (-1137)))))
-(-10 -7 (-15 -1586 ((-1269) (-1157) (-862))) (-15 -1586 ((-1269) (-862))) (-15 -3791 ((-1269) (-862))) (-15 -1627 ((-1269) (-862))) (-15 -1586 ((-1269) (-644 (-862)))) (-15 -3791 ((-1269) (-644 (-862)))) (-15 -1627 ((-1269) (-644 (-862)))))
-((-2078 (($ $ $) 10)) (-2469 (($ $) 9)) (-1429 (($ $ $) 13)) (-3273 (($ $ $) 15)) (-2941 (($ $ $) 12)) (-4087 (($ $ $) 14)) (-2893 (($ $) 17)) (-3094 (($ $) 16)) (-1358 (($ $) 6)) (-2879 (($ $ $) 11) (($ $) 7)) (-4006 (($ $ $) 8)))
+((-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-526))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-526)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-218))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-218)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-676))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-676)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1275))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1275)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-138)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-133))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-133)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1114))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1114)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-96)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-681))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-681)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-519))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-519)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1065))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1065)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1276))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1276)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-527))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-527)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-154)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-671))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-671)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-312))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-312)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1036))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1036)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-180))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-180)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-970))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-970)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1072))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1072)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1089))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1089)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1095))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1095)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-626))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-626)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1165))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1165)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-156)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-137))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-137)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-480))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-480)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-593))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-593)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-508))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-508)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1157))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1157)))) (-3396 (*1 *2 *1 *3) (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-112)))) (-1830 (*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-566)))))
+(-13 (-1082) (-1260) (-10 -8 (-15 -3396 ((-112) $ (|[\|\|]| (-526)))) (-15 -1830 ((-526) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-218)))) (-15 -1830 ((-218) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-676)))) (-15 -1830 ((-676) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1275)))) (-15 -1830 ((-1275) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-138)))) (-15 -1830 ((-138) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-133)))) (-15 -1830 ((-133) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1114)))) (-15 -1830 ((-1114) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-96)))) (-15 -1830 ((-96) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-681)))) (-15 -1830 ((-681) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-519)))) (-15 -1830 ((-519) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1065)))) (-15 -1830 ((-1065) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1276)))) (-15 -1830 ((-1276) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-527)))) (-15 -1830 ((-527) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-154)))) (-15 -1830 ((-154) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-671)))) (-15 -1830 ((-671) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-312)))) (-15 -1830 ((-312) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1036)))) (-15 -1830 ((-1036) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-180)))) (-15 -1830 ((-180) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-970)))) (-15 -1830 ((-970) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1072)))) (-15 -1830 ((-1072) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1089)))) (-15 -1830 ((-1089) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1095)))) (-15 -1830 ((-1095) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-626)))) (-15 -1830 ((-626) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1165)))) (-15 -1830 ((-1165) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-156)))) (-15 -1830 ((-156) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-137)))) (-15 -1830 ((-137) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-480)))) (-15 -1830 ((-480) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-593)))) (-15 -1830 ((-593) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-508)))) (-15 -1830 ((-508) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-1157)))) (-15 -1830 ((-1157) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-566)))) (-15 -1830 ((-566) $))))
+(((-93) . T) ((-102) . T) ((-616 #0=(-1180)) . T) ((-613 (-862)) . T) ((-613 #0#) . T) ((-492 #0#) . T) ((-1099) . T) ((-1082) . T) ((-1260) . T))
+((-2498 (((-1270) (-644 (-862))) 23) (((-1270) (-862)) 22)) (-1455 (((-1270) (-644 (-862))) 21) (((-1270) (-862)) 20)) (-2202 (((-1270) (-644 (-862))) 19) (((-1270) (-862)) 11) (((-1270) (-1157) (-862)) 17)))
+(((-1137) (-10 -7 (-15 -2202 ((-1270) (-1157) (-862))) (-15 -2202 ((-1270) (-862))) (-15 -1455 ((-1270) (-862))) (-15 -2498 ((-1270) (-862))) (-15 -2202 ((-1270) (-644 (-862)))) (-15 -1455 ((-1270) (-644 (-862)))) (-15 -2498 ((-1270) (-644 (-862)))))) (T -1137))
+((-2498 (*1 *2 *3) (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1270)) (-5 *1 (-1137)))) (-1455 (*1 *2 *3) (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1270)) (-5 *1 (-1137)))) (-2202 (*1 *2 *3) (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1270)) (-5 *1 (-1137)))) (-2498 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-1137)))) (-1455 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-1137)))) (-2202 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-1137)))) (-2202 (*1 *2 *3 *4) (-12 (-5 *3 (-1157)) (-5 *4 (-862)) (-5 *2 (-1270)) (-5 *1 (-1137)))))
+(-10 -7 (-15 -2202 ((-1270) (-1157) (-862))) (-15 -2202 ((-1270) (-862))) (-15 -1455 ((-1270) (-862))) (-15 -2498 ((-1270) (-862))) (-15 -2202 ((-1270) (-644 (-862)))) (-15 -1455 ((-1270) (-644 (-862)))) (-15 -2498 ((-1270) (-644 (-862)))))
+((-1564 (($ $ $) 10)) (-4215 (($ $) 9)) (-1316 (($ $ $) 13)) (-3202 (($ $ $) 15)) (-3121 (($ $ $) 12)) (-2193 (($ $ $) 14)) (-2629 (($ $) 17)) (-1959 (($ $) 16)) (-3839 (($ $) 6)) (-3801 (($ $ $) 11) (($ $) 7)) (-2655 (($ $ $) 8)))
(((-1138) (-140)) (T -1138))
-((-2893 (*1 *1 *1) (-4 *1 (-1138))) (-3094 (*1 *1 *1) (-4 *1 (-1138))) (-3273 (*1 *1 *1 *1) (-4 *1 (-1138))) (-4087 (*1 *1 *1 *1) (-4 *1 (-1138))) (-1429 (*1 *1 *1 *1) (-4 *1 (-1138))) (-2941 (*1 *1 *1 *1) (-4 *1 (-1138))) (-2879 (*1 *1 *1 *1) (-4 *1 (-1138))) (-2078 (*1 *1 *1 *1) (-4 *1 (-1138))) (-2469 (*1 *1 *1) (-4 *1 (-1138))) (-4006 (*1 *1 *1 *1) (-4 *1 (-1138))) (-2879 (*1 *1 *1) (-4 *1 (-1138))) (-1358 (*1 *1 *1) (-4 *1 (-1138))))
-(-13 (-10 -8 (-15 -1358 ($ $)) (-15 -2879 ($ $)) (-15 -4006 ($ $ $)) (-15 -2469 ($ $)) (-15 -2078 ($ $ $)) (-15 -2879 ($ $ $)) (-15 -2941 ($ $ $)) (-15 -1429 ($ $ $)) (-15 -4087 ($ $ $)) (-15 -3273 ($ $ $)) (-15 -3094 ($ $)) (-15 -2893 ($ $))))
-((-2988 (((-112) $ $) 44)) (-2876 ((|#1| $) 17)) (-3116 (((-112) $ $ (-1 (-112) |#2| |#2|)) 39)) (-1845 (((-112) $) 19)) (-1947 (($ $ |#1|) 30)) (-2975 (($ $ (-112)) 32)) (-4134 (($ $) 33)) (-4318 (($ $ |#2|) 31)) (-3380 (((-1157) $) NIL)) (-4294 (((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|)) 38)) (-4072 (((-1119) $) NIL)) (-2872 (((-112) $) 16)) (-3493 (($) 13)) (-1480 (($ $) 29)) (-1340 (($ |#1| |#2| (-112)) 20) (($ |#1| |#2|) 21) (($ (-2 (|:| |val| |#1|) (|:| -1470 |#2|))) 23) (((-644 $) (-644 (-2 (|:| |val| |#1|) (|:| -1470 |#2|)))) 26) (((-644 $) |#1| (-644 |#2|)) 28)) (-1607 ((|#2| $) 18)) (-3152 (((-862) $) 53)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 42)))
-(((-1139 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -3493 ($)) (-15 -2872 ((-112) $)) (-15 -2876 (|#1| $)) (-15 -1607 (|#2| $)) (-15 -1845 ((-112) $)) (-15 -1340 ($ |#1| |#2| (-112))) (-15 -1340 ($ |#1| |#2|)) (-15 -1340 ($ (-2 (|:| |val| |#1|) (|:| -1470 |#2|)))) (-15 -1340 ((-644 $) (-644 (-2 (|:| |val| |#1|) (|:| -1470 |#2|))))) (-15 -1340 ((-644 $) |#1| (-644 |#2|))) (-15 -1480 ($ $)) (-15 -1947 ($ $ |#1|)) (-15 -4318 ($ $ |#2|)) (-15 -2975 ($ $ (-112))) (-15 -4134 ($ $)) (-15 -4294 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -3116 ((-112) $ $ (-1 (-112) |#2| |#2|))))) (-13 (-1099) (-34)) (-13 (-1099) (-34))) (T -1139))
-((-3493 (*1 *1) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-2872 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-2876 (*1 *2 *1) (-12 (-4 *2 (-13 (-1099) (-34))) (-5 *1 (-1139 *2 *3)) (-4 *3 (-13 (-1099) (-34))))) (-1607 (*1 *2 *1) (-12 (-4 *2 (-13 (-1099) (-34))) (-5 *1 (-1139 *3 *2)) (-4 *3 (-13 (-1099) (-34))))) (-1845 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-1340 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-1340 (*1 *1 *2 *3) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-1340 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1470 *4))) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1139 *3 *4)))) (-1340 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| |val| *4) (|:| -1470 *5)))) (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-644 (-1139 *4 *5))) (-5 *1 (-1139 *4 *5)))) (-1340 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *5)) (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-644 (-1139 *3 *5))) (-5 *1 (-1139 *3 *5)) (-4 *3 (-13 (-1099) (-34))))) (-1480 (*1 *1 *1) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-1947 (*1 *1 *1 *2) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-4318 (*1 *1 *1 *2) (-12 (-5 *1 (-1139 *3 *2)) (-4 *3 (-13 (-1099) (-34))) (-4 *2 (-13 (-1099) (-34))))) (-2975 (*1 *1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-4134 (*1 *1 *1) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-4294 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1099) (-34))) (-4 *6 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1139 *5 *6)))) (-3116 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1139 *4 *5)) (-4 *4 (-13 (-1099) (-34))))))
-(-13 (-1099) (-10 -8 (-15 -3493 ($)) (-15 -2872 ((-112) $)) (-15 -2876 (|#1| $)) (-15 -1607 (|#2| $)) (-15 -1845 ((-112) $)) (-15 -1340 ($ |#1| |#2| (-112))) (-15 -1340 ($ |#1| |#2|)) (-15 -1340 ($ (-2 (|:| |val| |#1|) (|:| -1470 |#2|)))) (-15 -1340 ((-644 $) (-644 (-2 (|:| |val| |#1|) (|:| -1470 |#2|))))) (-15 -1340 ((-644 $) |#1| (-644 |#2|))) (-15 -1480 ($ $)) (-15 -1947 ($ $ |#1|)) (-15 -4318 ($ $ |#2|)) (-15 -2975 ($ $ (-112))) (-15 -4134 ($ $)) (-15 -4294 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -3116 ((-112) $ $ (-1 (-112) |#2| |#2|)))))
-((-2988 (((-112) $ $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-2876 (((-1139 |#1| |#2|) $) 27)) (-3759 (($ $) 91)) (-2934 (((-112) (-1139 |#1| |#2|) $ (-1 (-112) |#2| |#2|)) 100)) (-1399 (($ $ $ (-644 (-1139 |#1| |#2|))) 108) (($ $ $ (-644 (-1139 |#1| |#2|)) (-1 (-112) |#2| |#2|)) 109)) (-1504 (((-112) $ (-771)) NIL)) (-2191 (((-1139 |#1| |#2|) $ (-1139 |#1| |#2|)) 46 (|has| $ (-6 -4415)))) (-1456 (((-1139 |#1| |#2|) $ "value" (-1139 |#1| |#2|)) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 44 (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-3987 (((-644 (-2 (|:| |val| |#1|) (|:| -1470 |#2|))) $) 95)) (-3512 (($ (-1139 |#1| |#2|) $) 42)) (-2622 (($ (-1139 |#1| |#2|) $) 34)) (-1683 (((-644 (-1139 |#1| |#2|)) $) NIL (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 54)) (-3123 (((-112) (-1139 |#1| |#2|) $) 97)) (-1507 (((-112) $ $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 (-1139 |#1| |#2|)) $) 58 (|has| $ (-6 -4414)))) (-1602 (((-112) (-1139 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-1139 |#1| |#2|) (-1099))))) (-3885 (($ (-1 (-1139 |#1| |#2|) (-1139 |#1| |#2|)) $) 50 (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-1139 |#1| |#2|) (-1139 |#1| |#2|)) $) 49)) (-3267 (((-112) $ (-771)) NIL)) (-1458 (((-644 (-1139 |#1| |#2|)) $) 56)) (-3860 (((-112) $) 45)) (-3380 (((-1157) $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-4072 (((-1119) $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-1494 (((-3 $ "failed") $) 89)) (-2823 (((-112) (-1 (-112) (-1139 |#1| |#2|)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-1139 |#1| |#2|)))) NIL (-12 (|has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))) (|has| (-1139 |#1| |#2|) (-1099)))) (($ $ (-295 (-1139 |#1| |#2|))) NIL (-12 (|has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))) (|has| (-1139 |#1| |#2|) (-1099)))) (($ $ (-1139 |#1| |#2|) (-1139 |#1| |#2|)) NIL (-12 (|has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))) (|has| (-1139 |#1| |#2|) (-1099)))) (($ $ (-644 (-1139 |#1| |#2|)) (-644 (-1139 |#1| |#2|))) NIL (-12 (|has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))) (|has| (-1139 |#1| |#2|) (-1099))))) (-3814 (((-112) $ $) 53)) (-2872 (((-112) $) 24)) (-3493 (($) 26)) (-1309 (((-1139 |#1| |#2|) $ "value") NIL)) (-1696 (((-566) $ $) NIL)) (-3786 (((-112) $) 47)) (-4083 (((-771) (-1 (-112) (-1139 |#1| |#2|)) $) NIL (|has| $ (-6 -4414))) (((-771) (-1139 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-1139 |#1| |#2|) (-1099))))) (-1480 (($ $) 52)) (-1340 (($ (-1139 |#1| |#2|)) 10) (($ |#1| |#2| (-644 $)) 13) (($ |#1| |#2| (-644 (-1139 |#1| |#2|))) 15) (($ |#1| |#2| |#1| (-644 |#2|)) 18)) (-1971 (((-644 |#2|) $) 96)) (-3152 (((-862) $) 87 (|has| (-1139 |#1| |#2|) (-613 (-862))))) (-1926 (((-644 $) $) 31)) (-4385 (((-112) $ $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-3044 (((-112) $ $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-2210 (((-112) (-1 (-112) (-1139 |#1| |#2|)) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 70 (|has| (-1139 |#1| |#2|) (-1099)))) (-3000 (((-771) $) 64 (|has| $ (-6 -4414)))))
-(((-1140 |#1| |#2|) (-13 (-1010 (-1139 |#1| |#2|)) (-10 -8 (-6 -4415) (-6 -4414) (-15 -1494 ((-3 $ "failed") $)) (-15 -3759 ($ $)) (-15 -1340 ($ (-1139 |#1| |#2|))) (-15 -1340 ($ |#1| |#2| (-644 $))) (-15 -1340 ($ |#1| |#2| (-644 (-1139 |#1| |#2|)))) (-15 -1340 ($ |#1| |#2| |#1| (-644 |#2|))) (-15 -1971 ((-644 |#2|) $)) (-15 -3987 ((-644 (-2 (|:| |val| |#1|) (|:| -1470 |#2|))) $)) (-15 -3123 ((-112) (-1139 |#1| |#2|) $)) (-15 -2934 ((-112) (-1139 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -2622 ($ (-1139 |#1| |#2|) $)) (-15 -3512 ($ (-1139 |#1| |#2|) $)) (-15 -1399 ($ $ $ (-644 (-1139 |#1| |#2|)))) (-15 -1399 ($ $ $ (-644 (-1139 |#1| |#2|)) (-1 (-112) |#2| |#2|))))) (-13 (-1099) (-34)) (-13 (-1099) (-34))) (T -1140))
-((-1494 (*1 *1 *1) (|partial| -12 (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-3759 (*1 *1 *1) (-12 (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-1340 (*1 *1 *2) (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))) (-1340 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-644 (-1140 *2 *3))) (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-1340 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-644 (-1139 *2 *3))) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))) (-5 *1 (-1140 *2 *3)))) (-1340 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-13 (-1099) (-34))) (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34))))) (-1971 (*1 *2 *1) (-12 (-5 *2 (-644 *4)) (-5 *1 (-1140 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-3987 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4)))) (-5 *1 (-1140 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-3123 (*1 *2 *3 *1) (-12 (-5 *3 (-1139 *4 *5)) (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1140 *4 *5)))) (-2934 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1139 *5 *6)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1099) (-34))) (-4 *6 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1140 *5 *6)))) (-2622 (*1 *1 *2 *1) (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))) (-3512 (*1 *1 *2 *1) (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))) (-1399 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-644 (-1139 *3 *4))) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))) (-1399 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1139 *4 *5))) (-5 *3 (-1 (-112) *5 *5)) (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34))) (-5 *1 (-1140 *4 *5)))))
-(-13 (-1010 (-1139 |#1| |#2|)) (-10 -8 (-6 -4415) (-6 -4414) (-15 -1494 ((-3 $ "failed") $)) (-15 -3759 ($ $)) (-15 -1340 ($ (-1139 |#1| |#2|))) (-15 -1340 ($ |#1| |#2| (-644 $))) (-15 -1340 ($ |#1| |#2| (-644 (-1139 |#1| |#2|)))) (-15 -1340 ($ |#1| |#2| |#1| (-644 |#2|))) (-15 -1971 ((-644 |#2|) $)) (-15 -3987 ((-644 (-2 (|:| |val| |#1|) (|:| -1470 |#2|))) $)) (-15 -3123 ((-112) (-1139 |#1| |#2|) $)) (-15 -2934 ((-112) (-1139 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -2622 ($ (-1139 |#1| |#2|) $)) (-15 -3512 ($ (-1139 |#1| |#2|) $)) (-15 -1399 ($ $ $ (-644 (-1139 |#1| |#2|)))) (-15 -1399 ($ $ $ (-644 (-1139 |#1| |#2|)) (-1 (-112) |#2| |#2|)))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4160 (($ $) NIL)) (-3833 ((|#2| $) NIL)) (-1791 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2269 (($ (-689 |#2|)) 56)) (-3768 (((-112) $) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3520 (($ |#2|) 14)) (-2463 (($) NIL T CONST)) (-1521 (($ $) 69 (|has| |#2| (-308)))) (-1721 (((-240 |#1| |#2|) $ (-566)) 42)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 |#2| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) ((|#2| $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) 83)) (-2755 (((-771) $) 71 (|has| |#2| (-558)))) (-3829 ((|#2| $ (-566) (-566)) NIL)) (-1683 (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-2389 (((-112) $) NIL)) (-1908 (((-771) $) 73 (|has| |#2| (-558)))) (-2950 (((-644 (-240 |#1| |#2|)) $) 77 (|has| |#2| (-558)))) (-3811 (((-771) $) NIL)) (-1860 (($ |#2|) 25)) (-3824 (((-771) $) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-1444 ((|#2| $) 67 (|has| |#2| (-6 (-4416 "*"))))) (-2531 (((-566) $) NIL)) (-3688 (((-566) $) NIL)) (-3491 (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-2422 (((-566) $) NIL)) (-3632 (((-566) $) NIL)) (-4184 (($ (-644 (-644 |#2|))) 37)) (-3885 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-1723 (((-644 (-644 |#2|)) $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-1542 (((-3 $ "failed") $) 80 (|has| |#2| (-365)))) (-4072 (((-1119) $) NIL)) (-2978 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558)))) (-2823 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ (-566) (-566) |#2|) NIL) ((|#2| $ (-566) (-566)) NIL)) (-3629 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-3429 ((|#2| $) NIL)) (-2253 (($ (-644 |#2|)) 50)) (-1370 (((-112) $) NIL)) (-3065 (((-240 |#1| |#2|) $) NIL)) (-3943 ((|#2| $) 65 (|has| |#2| (-6 (-4416 "*"))))) (-4083 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-1480 (($ $) NIL)) (-2376 (((-538) $) 89 (|has| |#2| (-614 (-538))))) (-2986 (((-240 |#1| |#2|) $ (-566)) 44)) (-3152 (((-862) $) 47) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#2| (-1038 (-409 (-566))))) (($ |#2|) NIL) (((-689 |#2|) $) 52)) (-2593 (((-771)) 23 T CONST)) (-3044 (((-112) $ $) NIL)) (-2210 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1950 (((-112) $) NIL)) (-4356 (($) 16 T CONST)) (-4366 (($) 21 T CONST)) (-3497 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) 63) (($ $ (-566)) 82 (|has| |#2| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-240 |#1| |#2|) $ (-240 |#1| |#2|)) 59) (((-240 |#1| |#2|) (-240 |#1| |#2|) $) 61)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1141 |#1| |#2|) (-13 (-1122 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-613 (-689 |#2|)) (-10 -8 (-15 -1860 ($ |#2|)) (-15 -4160 ($ $)) (-15 -2269 ($ (-689 |#2|))) (IF (|has| |#2| (-6 (-4416 "*"))) (-6 -4403) |%noBranch|) (IF (|has| |#2| (-6 (-4416 "*"))) (IF (|has| |#2| (-6 -4411)) (-6 -4411) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|))) (-771) (-1049)) (T -1141))
-((-1860 (*1 *1 *2) (-12 (-5 *1 (-1141 *3 *2)) (-14 *3 (-771)) (-4 *2 (-1049)))) (-4160 (*1 *1 *1) (-12 (-5 *1 (-1141 *2 *3)) (-14 *2 (-771)) (-4 *3 (-1049)))) (-2269 (*1 *1 *2) (-12 (-5 *2 (-689 *4)) (-4 *4 (-1049)) (-5 *1 (-1141 *3 *4)) (-14 *3 (-771)))))
-(-13 (-1122 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-613 (-689 |#2|)) (-10 -8 (-15 -1860 ($ |#2|)) (-15 -4160 ($ $)) (-15 -2269 ($ (-689 |#2|))) (IF (|has| |#2| (-6 (-4416 "*"))) (-6 -4403) |%noBranch|) (IF (|has| |#2| (-6 (-4416 "*"))) (IF (|has| |#2| (-6 -4411)) (-6 -4411) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|)))
-((-2840 (($ $) 19)) (-3818 (($ $ (-144)) 10) (($ $ (-141)) 14)) (-3409 (((-112) $ $) 24)) (-1852 (($ $) 17)) (-1309 (((-144) $ (-566) (-144)) NIL) (((-144) $ (-566)) NIL) (($ $ (-1231 (-566))) NIL) (($ $ $) 31)) (-3152 (($ (-144)) 29) (((-862) $) NIL)))
-(((-1142 |#1|) (-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -1309 (|#1| |#1| |#1|)) (-15 -3818 (|#1| |#1| (-141))) (-15 -3818 (|#1| |#1| (-144))) (-15 -3152 (|#1| (-144))) (-15 -3409 ((-112) |#1| |#1|)) (-15 -2840 (|#1| |#1|)) (-15 -1852 (|#1| |#1|)) (-15 -1309 (|#1| |#1| (-1231 (-566)))) (-15 -1309 ((-144) |#1| (-566))) (-15 -1309 ((-144) |#1| (-566) (-144)))) (-1143)) (T -1142))
-NIL
-(-10 -8 (-15 -3152 ((-862) |#1|)) (-15 -1309 (|#1| |#1| |#1|)) (-15 -3818 (|#1| |#1| (-141))) (-15 -3818 (|#1| |#1| (-144))) (-15 -3152 (|#1| (-144))) (-15 -3409 ((-112) |#1| |#1|)) (-15 -2840 (|#1| |#1|)) (-15 -1852 (|#1| |#1|)) (-15 -1309 (|#1| |#1| (-1231 (-566)))) (-15 -1309 ((-144) |#1| (-566))) (-15 -1309 ((-144) |#1| (-566) (-144))))
-((-2988 (((-112) $ $) 19 (|has| (-144) (-1099)))) (-2129 (($ $) 121)) (-2840 (($ $) 122)) (-3818 (($ $ (-144)) 109) (($ $ (-141)) 108)) (-1944 (((-1269) $ (-566) (-566)) 41 (|has| $ (-6 -4415)))) (-3388 (((-112) $ $) 119)) (-3366 (((-112) $ $ (-566)) 118)) (-3011 (((-644 $) $ (-144)) 111) (((-644 $) $ (-141)) 110)) (-3054 (((-112) (-1 (-112) (-144) (-144)) $) 99) (((-112) $) 93 (|has| (-144) (-850)))) (-3628 (($ (-1 (-112) (-144) (-144)) $) 90 (|has| $ (-6 -4415))) (($ $) 89 (-12 (|has| (-144) (-850)) (|has| $ (-6 -4415))))) (-2671 (($ (-1 (-112) (-144) (-144)) $) 100) (($ $) 94 (|has| (-144) (-850)))) (-1504 (((-112) $ (-771)) 8)) (-1456 (((-144) $ (-566) (-144)) 53 (|has| $ (-6 -4415))) (((-144) $ (-1231 (-566)) (-144)) 59 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) (-144)) $) 76 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-2290 (($ $ (-144)) 105) (($ $ (-141)) 104)) (-3166 (($ $) 91 (|has| $ (-6 -4415)))) (-3683 (($ $) 101)) (-2801 (($ $ (-1231 (-566)) $) 115)) (-3942 (($ $) 79 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ (-144) $) 78 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) (-144)) $) 75 (|has| $ (-6 -4414)))) (-2873 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) 77 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) 74 (|has| $ (-6 -4414))) (((-144) (-1 (-144) (-144) (-144)) $) 73 (|has| $ (-6 -4414)))) (-3897 (((-144) $ (-566) (-144)) 54 (|has| $ (-6 -4415)))) (-3829 (((-144) $ (-566)) 52)) (-3409 (((-112) $ $) 120)) (-1569 (((-566) (-1 (-112) (-144)) $) 98) (((-566) (-144) $) 97 (|has| (-144) (-1099))) (((-566) (-144) $ (-566)) 96 (|has| (-144) (-1099))) (((-566) $ $ (-566)) 114) (((-566) (-141) $ (-566)) 113)) (-1683 (((-644 (-144)) $) 31 (|has| $ (-6 -4414)))) (-1860 (($ (-771) (-144)) 70)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 44 (|has| (-566) (-850)))) (-1478 (($ $ $) 88 (|has| (-144) (-850)))) (-2696 (($ (-1 (-112) (-144) (-144)) $ $) 102) (($ $ $) 95 (|has| (-144) (-850)))) (-3491 (((-644 (-144)) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) (-144) $) 28 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 45 (|has| (-566) (-850)))) (-2599 (($ $ $) 87 (|has| (-144) (-850)))) (-1580 (((-112) $ $ (-144)) 116)) (-1981 (((-771) $ $ (-144)) 117)) (-3885 (($ (-1 (-144) (-144)) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-144) (-144)) $) 36) (($ (-1 (-144) (-144) (-144)) $ $) 65)) (-1490 (($ $) 123)) (-1852 (($ $) 124)) (-3267 (((-112) $ (-771)) 10)) (-2303 (($ $ (-144)) 107) (($ $ (-141)) 106)) (-3380 (((-1157) $) 22 (|has| (-144) (-1099)))) (-1859 (($ (-144) $ (-566)) 61) (($ $ $ (-566)) 60)) (-3725 (((-644 (-566)) $) 47)) (-1644 (((-112) (-566) $) 48)) (-4072 (((-1119) $) 21 (|has| (-144) (-1099)))) (-3908 (((-144) $) 43 (|has| (-566) (-850)))) (-3668 (((-3 (-144) "failed") (-1 (-112) (-144)) $) 72)) (-3787 (($ $ (-144)) 42 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) (-144)) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-144)))) 27 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) 26 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) 25 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-144)) (-644 (-144))) 24 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) (-144) $) 46 (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-3486 (((-644 (-144)) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 (((-144) $ (-566) (-144)) 51) (((-144) $ (-566)) 50) (($ $ (-1231 (-566))) 64) (($ $ $) 103)) (-2166 (($ $ (-566)) 63) (($ $ (-1231 (-566))) 62)) (-4083 (((-771) (-1 (-112) (-144)) $) 32 (|has| $ (-6 -4414))) (((-771) (-144) $) 29 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414))))) (-2661 (($ $ $ (-566)) 92 (|has| $ (-6 -4415)))) (-1480 (($ $) 13)) (-2376 (((-538) $) 80 (|has| (-144) (-614 (-538))))) (-1340 (($ (-644 (-144))) 71)) (-4386 (($ $ (-144)) 69) (($ (-144) $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-3152 (($ (-144)) 112) (((-862) $) 18 (|has| (-144) (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| (-144) (-1099)))) (-2210 (((-112) (-1 (-112) (-144)) $) 34 (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) 85 (|has| (-144) (-850)))) (-2946 (((-112) $ $) 84 (|has| (-144) (-850)))) (-2914 (((-112) $ $) 20 (|has| (-144) (-1099)))) (-2956 (((-112) $ $) 86 (|has| (-144) (-850)))) (-2935 (((-112) $ $) 83 (|has| (-144) (-850)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-2629 (*1 *1 *1) (-4 *1 (-1138))) (-1959 (*1 *1 *1) (-4 *1 (-1138))) (-3202 (*1 *1 *1 *1) (-4 *1 (-1138))) (-2193 (*1 *1 *1 *1) (-4 *1 (-1138))) (-1316 (*1 *1 *1 *1) (-4 *1 (-1138))) (-3121 (*1 *1 *1 *1) (-4 *1 (-1138))) (-3801 (*1 *1 *1 *1) (-4 *1 (-1138))) (-1564 (*1 *1 *1 *1) (-4 *1 (-1138))) (-4215 (*1 *1 *1) (-4 *1 (-1138))) (-2655 (*1 *1 *1 *1) (-4 *1 (-1138))) (-3801 (*1 *1 *1) (-4 *1 (-1138))) (-3839 (*1 *1 *1) (-4 *1 (-1138))))
+(-13 (-10 -8 (-15 -3839 ($ $)) (-15 -3801 ($ $)) (-15 -2655 ($ $ $)) (-15 -4215 ($ $)) (-15 -1564 ($ $ $)) (-15 -3801 ($ $ $)) (-15 -3121 ($ $ $)) (-15 -1316 ($ $ $)) (-15 -2193 ($ $ $)) (-15 -3202 ($ $ $)) (-15 -1959 ($ $)) (-15 -2629 ($ $))))
+((-4124 (((-112) $ $) 44)) (-1389 ((|#1| $) 17)) (-2172 (((-112) $ $ (-1 (-112) |#2| |#2|)) 39)) (-3935 (((-112) $) 19)) (-2680 (($ $ |#1|) 30)) (-3299 (($ $ (-112)) 32)) (-1470 (($ $) 33)) (-2673 (($ $ |#2|) 31)) (-3057 (((-1157) $) NIL)) (-3732 (((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|)) 38)) (-2029 (((-1119) $) NIL)) (-3758 (((-112) $) 16)) (-1710 (($) 13)) (-1800 (($ $) 29)) (-1664 (($ |#1| |#2| (-112)) 20) (($ |#1| |#2|) 21) (($ (-2 (|:| |val| |#1|) (|:| -1791 |#2|))) 23) (((-644 $) (-644 (-2 (|:| |val| |#1|) (|:| -1791 |#2|)))) 26) (((-644 $) |#1| (-644 |#2|)) 28)) (-3154 ((|#2| $) 18)) (-1650 (((-862) $) 53)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 42)))
+(((-1139 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -1710 ($)) (-15 -3758 ((-112) $)) (-15 -1389 (|#1| $)) (-15 -3154 (|#2| $)) (-15 -3935 ((-112) $)) (-15 -1664 ($ |#1| |#2| (-112))) (-15 -1664 ($ |#1| |#2|)) (-15 -1664 ($ (-2 (|:| |val| |#1|) (|:| -1791 |#2|)))) (-15 -1664 ((-644 $) (-644 (-2 (|:| |val| |#1|) (|:| -1791 |#2|))))) (-15 -1664 ((-644 $) |#1| (-644 |#2|))) (-15 -1800 ($ $)) (-15 -2680 ($ $ |#1|)) (-15 -2673 ($ $ |#2|)) (-15 -3299 ($ $ (-112))) (-15 -1470 ($ $)) (-15 -3732 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -2172 ((-112) $ $ (-1 (-112) |#2| |#2|))))) (-13 (-1099) (-34)) (-13 (-1099) (-34))) (T -1139))
+((-1710 (*1 *1) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-3758 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-1389 (*1 *2 *1) (-12 (-4 *2 (-13 (-1099) (-34))) (-5 *1 (-1139 *2 *3)) (-4 *3 (-13 (-1099) (-34))))) (-3154 (*1 *2 *1) (-12 (-4 *2 (-13 (-1099) (-34))) (-5 *1 (-1139 *3 *2)) (-4 *3 (-13 (-1099) (-34))))) (-3935 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-1664 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-1664 (*1 *1 *2 *3) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-1664 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1791 *4))) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1139 *3 *4)))) (-1664 (*1 *2 *3) (-12 (-5 *3 (-644 (-2 (|:| |val| *4) (|:| -1791 *5)))) (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-644 (-1139 *4 *5))) (-5 *1 (-1139 *4 *5)))) (-1664 (*1 *2 *3 *4) (-12 (-5 *4 (-644 *5)) (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-644 (-1139 *3 *5))) (-5 *1 (-1139 *3 *5)) (-4 *3 (-13 (-1099) (-34))))) (-1800 (*1 *1 *1) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-2680 (*1 *1 *1 *2) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-2673 (*1 *1 *1 *2) (-12 (-5 *1 (-1139 *3 *2)) (-4 *3 (-13 (-1099) (-34))) (-4 *2 (-13 (-1099) (-34))))) (-3299 (*1 *1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-1470 (*1 *1 *1) (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-3732 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1099) (-34))) (-4 *6 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1139 *5 *6)))) (-2172 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1139 *4 *5)) (-4 *4 (-13 (-1099) (-34))))))
+(-13 (-1099) (-10 -8 (-15 -1710 ($)) (-15 -3758 ((-112) $)) (-15 -1389 (|#1| $)) (-15 -3154 (|#2| $)) (-15 -3935 ((-112) $)) (-15 -1664 ($ |#1| |#2| (-112))) (-15 -1664 ($ |#1| |#2|)) (-15 -1664 ($ (-2 (|:| |val| |#1|) (|:| -1791 |#2|)))) (-15 -1664 ((-644 $) (-644 (-2 (|:| |val| |#1|) (|:| -1791 |#2|))))) (-15 -1664 ((-644 $) |#1| (-644 |#2|))) (-15 -1800 ($ $)) (-15 -2680 ($ $ |#1|)) (-15 -2673 ($ $ |#2|)) (-15 -3299 ($ $ (-112))) (-15 -1470 ($ $)) (-15 -3732 ((-112) $ $ (-1 (-112) |#1| |#1|) (-1 (-112) |#2| |#2|))) (-15 -2172 ((-112) $ $ (-1 (-112) |#2| |#2|)))))
+((-4124 (((-112) $ $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-1389 (((-1139 |#1| |#2|) $) 27)) (-2349 (($ $) 91)) (-3070 (((-112) (-1139 |#1| |#2|) $ (-1 (-112) |#2| |#2|)) 100)) (-2026 (($ $ $ (-644 (-1139 |#1| |#2|))) 108) (($ $ $ (-644 (-1139 |#1| |#2|)) (-1 (-112) |#2| |#2|)) 109)) (-3874 (((-112) $ (-771)) NIL)) (-3283 (((-1139 |#1| |#2|) $ (-1139 |#1| |#2|)) 46 (|has| $ (-6 -4416)))) (-1777 (((-1139 |#1| |#2|) $ "value" (-1139 |#1| |#2|)) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 44 (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-3653 (((-644 (-2 (|:| |val| |#1|) (|:| -1791 |#2|))) $) 95)) (-1867 (($ (-1139 |#1| |#2|) $) 42)) (-1837 (($ (-1139 |#1| |#2|) $) 34)) (-3953 (((-644 (-1139 |#1| |#2|)) $) NIL (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 54)) (-2245 (((-112) (-1139 |#1| |#2|) $) 97)) (-3906 (((-112) $ $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 (-1139 |#1| |#2|)) $) 58 (|has| $ (-6 -4415)))) (-3566 (((-112) (-1139 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-1139 |#1| |#2|) (-1099))))) (-2409 (($ (-1 (-1139 |#1| |#2|) (-1139 |#1| |#2|)) $) 50 (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-1139 |#1| |#2|) (-1139 |#1| |#2|)) $) 49)) (-4395 (((-112) $ (-771)) NIL)) (-3343 (((-644 (-1139 |#1| |#2|)) $) 56)) (-3900 (((-112) $) 45)) (-3057 (((-1157) $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-2029 (((-1119) $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-3777 (((-3 $ "failed") $) 89)) (-3295 (((-112) (-1 (-112) (-1139 |#1| |#2|)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-1139 |#1| |#2|)))) NIL (-12 (|has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))) (|has| (-1139 |#1| |#2|) (-1099)))) (($ $ (-295 (-1139 |#1| |#2|))) NIL (-12 (|has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))) (|has| (-1139 |#1| |#2|) (-1099)))) (($ $ (-1139 |#1| |#2|) (-1139 |#1| |#2|)) NIL (-12 (|has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))) (|has| (-1139 |#1| |#2|) (-1099)))) (($ $ (-644 (-1139 |#1| |#2|)) (-644 (-1139 |#1| |#2|))) NIL (-12 (|has| (-1139 |#1| |#2|) (-310 (-1139 |#1| |#2|))) (|has| (-1139 |#1| |#2|) (-1099))))) (-1633 (((-112) $ $) 53)) (-3758 (((-112) $) 24)) (-1710 (($) 26)) (-3483 (((-1139 |#1| |#2|) $ "value") NIL)) (-1985 (((-566) $ $) NIL)) (-1409 (((-112) $) 47)) (-2037 (((-771) (-1 (-112) (-1139 |#1| |#2|)) $) NIL (|has| $ (-6 -4415))) (((-771) (-1139 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-1139 |#1| |#2|) (-1099))))) (-1800 (($ $) 52)) (-1664 (($ (-1139 |#1| |#2|)) 10) (($ |#1| |#2| (-644 $)) 13) (($ |#1| |#2| (-644 (-1139 |#1| |#2|))) 15) (($ |#1| |#2| |#1| (-644 |#2|)) 18)) (-2259 (((-644 |#2|) $) 96)) (-1650 (((-862) $) 87 (|has| (-1139 |#1| |#2|) (-613 (-862))))) (-2460 (((-644 $) $) 31)) (-2110 (((-112) $ $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-2657 (((-112) $ $) NIL (|has| (-1139 |#1| |#2|) (-1099)))) (-3487 (((-112) (-1 (-112) (-1139 |#1| |#2|)) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 70 (|has| (-1139 |#1| |#2|) (-1099)))) (-4142 (((-771) $) 64 (|has| $ (-6 -4415)))))
+(((-1140 |#1| |#2|) (-13 (-1010 (-1139 |#1| |#2|)) (-10 -8 (-6 -4416) (-6 -4415) (-15 -3777 ((-3 $ "failed") $)) (-15 -2349 ($ $)) (-15 -1664 ($ (-1139 |#1| |#2|))) (-15 -1664 ($ |#1| |#2| (-644 $))) (-15 -1664 ($ |#1| |#2| (-644 (-1139 |#1| |#2|)))) (-15 -1664 ($ |#1| |#2| |#1| (-644 |#2|))) (-15 -2259 ((-644 |#2|) $)) (-15 -3653 ((-644 (-2 (|:| |val| |#1|) (|:| -1791 |#2|))) $)) (-15 -2245 ((-112) (-1139 |#1| |#2|) $)) (-15 -3070 ((-112) (-1139 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -1837 ($ (-1139 |#1| |#2|) $)) (-15 -1867 ($ (-1139 |#1| |#2|) $)) (-15 -2026 ($ $ $ (-644 (-1139 |#1| |#2|)))) (-15 -2026 ($ $ $ (-644 (-1139 |#1| |#2|)) (-1 (-112) |#2| |#2|))))) (-13 (-1099) (-34)) (-13 (-1099) (-34))) (T -1140))
+((-3777 (*1 *1 *1) (|partial| -12 (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-2349 (*1 *1 *1) (-12 (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-1664 (*1 *1 *2) (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))) (-1664 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-644 (-1140 *2 *3))) (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))))) (-1664 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-644 (-1139 *2 *3))) (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34))) (-5 *1 (-1140 *2 *3)))) (-1664 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-644 *3)) (-4 *3 (-13 (-1099) (-34))) (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34))))) (-2259 (*1 *2 *1) (-12 (-5 *2 (-644 *4)) (-5 *1 (-1140 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-3653 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4)))) (-5 *1 (-1140 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))) (-2245 (*1 *2 *3 *1) (-12 (-5 *3 (-1139 *4 *5)) (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1140 *4 *5)))) (-3070 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1139 *5 *6)) (-5 *4 (-1 (-112) *6 *6)) (-4 *5 (-13 (-1099) (-34))) (-4 *6 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1140 *5 *6)))) (-1837 (*1 *1 *2 *1) (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))) (-1867 (*1 *1 *2 *1) (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))) (-2026 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-644 (-1139 *3 *4))) (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))) (-2026 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-1139 *4 *5))) (-5 *3 (-1 (-112) *5 *5)) (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34))) (-5 *1 (-1140 *4 *5)))))
+(-13 (-1010 (-1139 |#1| |#2|)) (-10 -8 (-6 -4416) (-6 -4415) (-15 -3777 ((-3 $ "failed") $)) (-15 -2349 ($ $)) (-15 -1664 ($ (-1139 |#1| |#2|))) (-15 -1664 ($ |#1| |#2| (-644 $))) (-15 -1664 ($ |#1| |#2| (-644 (-1139 |#1| |#2|)))) (-15 -1664 ($ |#1| |#2| |#1| (-644 |#2|))) (-15 -2259 ((-644 |#2|) $)) (-15 -3653 ((-644 (-2 (|:| |val| |#1|) (|:| -1791 |#2|))) $)) (-15 -2245 ((-112) (-1139 |#1| |#2|) $)) (-15 -3070 ((-112) (-1139 |#1| |#2|) $ (-1 (-112) |#2| |#2|))) (-15 -1837 ($ (-1139 |#1| |#2|) $)) (-15 -1867 ($ (-1139 |#1| |#2|) $)) (-15 -2026 ($ $ $ (-644 (-1139 |#1| |#2|)))) (-15 -2026 ($ $ $ (-644 (-1139 |#1| |#2|)) (-1 (-112) |#2| |#2|)))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1702 (($ $) NIL)) (-2881 ((|#2| $) NIL)) (-1699 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-2815 (($ (-689 |#2|)) 56)) (-2421 (((-112) $) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-3872 (($ |#2|) 14)) (-4145 (($) NIL T CONST)) (-4035 (($ $) 69 (|has| |#2| (-308)))) (-2220 (((-240 |#1| |#2|) $ (-566)) 42)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 |#2| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) ((|#2| $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) 83)) (-3486 (((-771) $) 71 (|has| |#2| (-558)))) (-2359 ((|#2| $ (-566) (-566)) NIL)) (-3953 (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1568 (((-112) $) NIL)) (-3548 (((-771) $) 73 (|has| |#2| (-558)))) (-3192 (((-644 (-240 |#1| |#2|)) $) 77 (|has| |#2| (-558)))) (-1736 (((-771) $) NIL)) (-1566 (($ |#2|) 25)) (-1746 (((-771) $) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-1433 ((|#2| $) 67 (|has| |#2| (-6 (-4417 "*"))))) (-3574 (((-566) $) NIL)) (-2899 (((-566) $) NIL)) (-1690 (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1840 (((-566) $) NIL)) (-3657 (((-566) $) NIL)) (-2540 (($ (-644 (-644 |#2|))) 37)) (-2409 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-2240 (((-644 (-644 |#2|)) $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-4252 (((-3 $ "failed") $) 80 (|has| |#2| (-365)))) (-2029 (((-1119) $) NIL)) (-4116 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558)))) (-3295 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ (-566) (-566) |#2|) NIL) ((|#2| $ (-566) (-566)) NIL)) (-2324 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2286 ((|#2| $) NIL)) (-2627 (($ (-644 |#2|)) 50)) (-3615 (((-112) $) NIL)) (-2873 (((-240 |#1| |#2|) $) NIL)) (-3344 ((|#2| $) 65 (|has| |#2| (-6 (-4417 "*"))))) (-2037 (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1800 (($ $) NIL)) (-1945 (((-538) $) 89 (|has| |#2| (-614 (-538))))) (-3408 (((-240 |#1| |#2|) $ (-566)) 44)) (-1650 (((-862) $) 47) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#2| (-1038 (-409 (-566))))) (($ |#2|) NIL) (((-689 |#2|) $) 52)) (-2910 (((-771)) 23 T CONST)) (-2657 (((-112) $ $) NIL)) (-3487 (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-2721 (((-112) $) NIL)) (-3410 (($) 16 T CONST)) (-3424 (($) 21 T CONST)) (-3218 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-771)) NIL (|has| |#2| (-233))) (($ $) NIL (|has| |#2| (-233)))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) 63) (($ $ (-566)) 82 (|has| |#2| (-365)))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-240 |#1| |#2|) $ (-240 |#1| |#2|)) 59) (((-240 |#1| |#2|) (-240 |#1| |#2|) $) 61)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1141 |#1| |#2|) (-13 (-1122 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-613 (-689 |#2|)) (-10 -8 (-15 -1566 ($ |#2|)) (-15 -1702 ($ $)) (-15 -2815 ($ (-689 |#2|))) (IF (|has| |#2| (-6 (-4417 "*"))) (-6 -4404) |%noBranch|) (IF (|has| |#2| (-6 (-4417 "*"))) (IF (|has| |#2| (-6 -4412)) (-6 -4412) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|))) (-771) (-1049)) (T -1141))
+((-1566 (*1 *1 *2) (-12 (-5 *1 (-1141 *3 *2)) (-14 *3 (-771)) (-4 *2 (-1049)))) (-1702 (*1 *1 *1) (-12 (-5 *1 (-1141 *2 *3)) (-14 *2 (-771)) (-4 *3 (-1049)))) (-2815 (*1 *1 *2) (-12 (-5 *2 (-689 *4)) (-4 *4 (-1049)) (-5 *1 (-1141 *3 *4)) (-14 *3 (-771)))))
+(-13 (-1122 |#1| |#2| (-240 |#1| |#2|) (-240 |#1| |#2|)) (-613 (-689 |#2|)) (-10 -8 (-15 -1566 ($ |#2|)) (-15 -1702 ($ $)) (-15 -2815 ($ (-689 |#2|))) (IF (|has| |#2| (-6 (-4417 "*"))) (-6 -4404) |%noBranch|) (IF (|has| |#2| (-6 (-4417 "*"))) (IF (|has| |#2| (-6 -4412)) (-6 -4412) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-614 (-538))) (-6 (-614 (-538))) |%noBranch|)))
+((-3454 (($ $) 19)) (-1679 (($ $ (-144)) 10) (($ $ (-141)) 14)) (-2413 (((-112) $ $) 24)) (-4223 (($ $) 17)) (-3483 (((-144) $ (-566) (-144)) NIL) (((-144) $ (-566)) NIL) (($ $ (-1232 (-566))) NIL) (($ $ $) 31)) (-1650 (($ (-144)) 29) (((-862) $) NIL)))
+(((-1142 |#1|) (-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -3483 (|#1| |#1| |#1|)) (-15 -1679 (|#1| |#1| (-141))) (-15 -1679 (|#1| |#1| (-144))) (-15 -1650 (|#1| (-144))) (-15 -2413 ((-112) |#1| |#1|)) (-15 -3454 (|#1| |#1|)) (-15 -4223 (|#1| |#1|)) (-15 -3483 (|#1| |#1| (-1232 (-566)))) (-15 -3483 ((-144) |#1| (-566))) (-15 -3483 ((-144) |#1| (-566) (-144)))) (-1143)) (T -1142))
+NIL
+(-10 -8 (-15 -1650 ((-862) |#1|)) (-15 -3483 (|#1| |#1| |#1|)) (-15 -1679 (|#1| |#1| (-141))) (-15 -1679 (|#1| |#1| (-144))) (-15 -1650 (|#1| (-144))) (-15 -2413 ((-112) |#1| |#1|)) (-15 -3454 (|#1| |#1|)) (-15 -4223 (|#1| |#1|)) (-15 -3483 (|#1| |#1| (-1232 (-566)))) (-15 -3483 ((-144) |#1| (-566))) (-15 -3483 ((-144) |#1| (-566) (-144))))
+((-4124 (((-112) $ $) 19 (|has| (-144) (-1099)))) (-3939 (($ $) 121)) (-3454 (($ $) 122)) (-1679 (($ $ (-144)) 109) (($ $ (-141)) 108)) (-2656 (((-1270) $ (-566) (-566)) 41 (|has| $ (-6 -4416)))) (-2391 (((-112) $ $) 119)) (-2370 (((-112) $ $ (-566)) 118)) (-3655 (((-644 $) $ (-144)) 111) (((-644 $) $ (-141)) 110)) (-2771 (((-112) (-1 (-112) (-144) (-144)) $) 99) (((-112) $) 93 (|has| (-144) (-850)))) (-3632 (($ (-1 (-112) (-144) (-144)) $) 90 (|has| $ (-6 -4416))) (($ $) 89 (-12 (|has| (-144) (-850)) (|has| $ (-6 -4416))))) (-3292 (($ (-1 (-112) (-144) (-144)) $) 100) (($ $) 94 (|has| (-144) (-850)))) (-3874 (((-112) $ (-771)) 8)) (-1777 (((-144) $ (-566) (-144)) 53 (|has| $ (-6 -4416))) (((-144) $ (-1232 (-566)) (-144)) 59 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) (-144)) $) 76 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3899 (($ $ (-144)) 105) (($ $ (-141)) 104)) (-1501 (($ $) 91 (|has| $ (-6 -4416)))) (-1721 (($ $) 101)) (-4359 (($ $ (-1232 (-566)) $) 115)) (-3640 (($ $) 79 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ (-144) $) 78 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) (-144)) $) 75 (|has| $ (-6 -4415)))) (-1936 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) 77 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) 74 (|has| $ (-6 -4415))) (((-144) (-1 (-144) (-144) (-144)) $) 73 (|has| $ (-6 -4415)))) (-2417 (((-144) $ (-566) (-144)) 54 (|has| $ (-6 -4416)))) (-2359 (((-144) $ (-566)) 52)) (-2413 (((-112) $ $) 120)) (-1308 (((-566) (-1 (-112) (-144)) $) 98) (((-566) (-144) $) 97 (|has| (-144) (-1099))) (((-566) (-144) $ (-566)) 96 (|has| (-144) (-1099))) (((-566) $ $ (-566)) 114) (((-566) (-141) $ (-566)) 113)) (-3953 (((-644 (-144)) $) 31 (|has| $ (-6 -4415)))) (-1566 (($ (-771) (-144)) 70)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 44 (|has| (-566) (-850)))) (-1888 (($ $ $) 88 (|has| (-144) (-850)))) (-1485 (($ (-1 (-112) (-144) (-144)) $ $) 102) (($ $ $) 95 (|has| (-144) (-850)))) (-1690 (((-644 (-144)) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) (-144) $) 28 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 45 (|has| (-566) (-850)))) (-3890 (($ $ $) 87 (|has| (-144) (-850)))) (-3161 (((-112) $ $ (-144)) 116)) (-2269 (((-771) $ $ (-144)) 117)) (-2409 (($ (-1 (-144) (-144)) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-144) (-144)) $) 36) (($ (-1 (-144) (-144) (-144)) $ $) 65)) (-3734 (($ $) 123)) (-4223 (($ $) 124)) (-4395 (((-112) $ (-771)) 10)) (-3912 (($ $ (-144)) 107) (($ $ (-141)) 106)) (-3057 (((-1157) $) 22 (|has| (-144) (-1099)))) (-3438 (($ (-144) $ (-566)) 61) (($ $ $ (-566)) 60)) (-2033 (((-644 (-566)) $) 47)) (-2686 (((-112) (-566) $) 48)) (-2029 (((-1119) $) 21 (|has| (-144) (-1099)))) (-3604 (((-144) $) 43 (|has| (-566) (-850)))) (-2695 (((-3 (-144) "failed") (-1 (-112) (-144)) $) 72)) (-1417 (($ $ (-144)) 42 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) (-144)) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-144)))) 27 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) 26 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) 25 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-144)) (-644 (-144))) 24 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) (-144) $) 46 (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-1647 (((-644 (-144)) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 (((-144) $ (-566) (-144)) 51) (((-144) $ (-566)) 50) (($ $ (-1232 (-566))) 64) (($ $ $) 103)) (-1405 (($ $ (-566)) 63) (($ $ (-1232 (-566))) 62)) (-2037 (((-771) (-1 (-112) (-144)) $) 32 (|has| $ (-6 -4415))) (((-771) (-144) $) 29 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415))))) (-2310 (($ $ $ (-566)) 92 (|has| $ (-6 -4416)))) (-1800 (($ $) 13)) (-1945 (((-538) $) 80 (|has| (-144) (-614 (-538))))) (-1664 (($ (-644 (-144))) 71)) (-2829 (($ $ (-144)) 69) (($ (-144) $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-1650 (($ (-144)) 112) (((-862) $) 18 (|has| (-144) (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| (-144) (-1099)))) (-3487 (((-112) (-1 (-112) (-144)) $) 34 (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) 85 (|has| (-144) (-850)))) (-2904 (((-112) $ $) 84 (|has| (-144) (-850)))) (-2868 (((-112) $ $) 20 (|has| (-144) (-1099)))) (-2915 (((-112) $ $) 86 (|has| (-144) (-850)))) (-2892 (((-112) $ $) 83 (|has| (-144) (-850)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-1143) (-140)) (T -1143))
-((-1852 (*1 *1 *1) (-4 *1 (-1143))) (-1490 (*1 *1 *1) (-4 *1 (-1143))) (-2840 (*1 *1 *1) (-4 *1 (-1143))) (-2129 (*1 *1 *1) (-4 *1 (-1143))) (-3409 (*1 *2 *1 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-112)))) (-3388 (*1 *2 *1 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-112)))) (-3366 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-566)) (-5 *2 (-112)))) (-1981 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-144)) (-5 *2 (-771)))) (-1580 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-144)) (-5 *2 (-112)))) (-2801 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-1231 (-566))))) (-1569 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-566)))) (-1569 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-566)) (-5 *3 (-141)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-144)) (-4 *1 (-1143)))) (-3011 (*1 *2 *1 *3) (-12 (-5 *3 (-144)) (-5 *2 (-644 *1)) (-4 *1 (-1143)))) (-3011 (*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-644 *1)) (-4 *1 (-1143)))) (-3818 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))) (-3818 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141)))) (-2303 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))) (-2303 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141)))) (-2290 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))) (-2290 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141)))) (-1309 (*1 *1 *1 *1) (-4 *1 (-1143))))
-(-13 (-19 (-144)) (-10 -8 (-15 -1852 ($ $)) (-15 -1490 ($ $)) (-15 -2840 ($ $)) (-15 -2129 ($ $)) (-15 -3409 ((-112) $ $)) (-15 -3388 ((-112) $ $)) (-15 -3366 ((-112) $ $ (-566))) (-15 -1981 ((-771) $ $ (-144))) (-15 -1580 ((-112) $ $ (-144))) (-15 -2801 ($ $ (-1231 (-566)) $)) (-15 -1569 ((-566) $ $ (-566))) (-15 -1569 ((-566) (-141) $ (-566))) (-15 -3152 ($ (-144))) (-15 -3011 ((-644 $) $ (-144))) (-15 -3011 ((-644 $) $ (-141))) (-15 -3818 ($ $ (-144))) (-15 -3818 ($ $ (-141))) (-15 -2303 ($ $ (-144))) (-15 -2303 ($ $ (-141))) (-15 -2290 ($ $ (-144))) (-15 -2290 ($ $ (-141))) (-15 -1309 ($ $ $))))
-(((-34) . T) ((-102) -2768 (|has| (-144) (-1099)) (|has| (-144) (-850))) ((-613 (-862)) -2768 (|has| (-144) (-1099)) (|has| (-144) (-850)) (|has| (-144) (-613 (-862)))) ((-151 #0=(-144)) . T) ((-614 (-538)) |has| (-144) (-614 (-538))) ((-287 #1=(-566) #0#) . T) ((-289 #1# #0#) . T) ((-310 #0#) -12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))) ((-375 #0#) . T) ((-491 #0#) . T) ((-604 #1# #0#) . T) ((-516 #0# #0#) -12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))) ((-651 #0#) . T) ((-19 #0#) . T) ((-850) |has| (-144) (-850)) ((-1099) -2768 (|has| (-144) (-1099)) (|has| (-144) (-850))) ((-1214) . T))
-((-3235 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-771)) 113)) (-2623 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|) 62) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771)) 61)) (-3484 (((-1269) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-771)) 98)) (-4321 (((-771) (-644 |#4|) (-644 |#5|)) 30)) (-3465 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771)) 63) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771) (-112)) 65)) (-2461 (((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112)) 84) (((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112)) 85)) (-2376 (((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) 90)) (-1628 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|) 60)) (-2234 (((-771) (-644 |#4|) (-644 |#5|)) 21)))
-(((-1144 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2234 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -4321 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -1628 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -2623 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771))) (-15 -2623 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771) (-112))) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771))) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -2461 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -2461 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -3235 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-771))) (-15 -2376 ((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) (-15 -3484 ((-1269) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-771)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1108 |#1| |#2| |#3| |#4|)) (T -1144))
-((-3484 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1470 *9)))) (-5 *4 (-771)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-1269)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))) (-2376 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1470 *8))) (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1108 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1157)) (-5 *1 (-1144 *4 *5 *6 *7 *8)))) (-3235 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-644 *11)) (|:| |todo| (-644 (-2 (|:| |val| *3) (|:| -1470 *11)))))) (-5 *6 (-771)) (-5 *2 (-644 (-2 (|:| |val| (-644 *10)) (|:| -1470 *11)))) (-5 *3 (-644 *10)) (-5 *4 (-644 *11)) (-4 *10 (-1064 *7 *8 *9)) (-4 *11 (-1108 *7 *8 *9 *10)) (-4 *7 (-454)) (-4 *8 (-793)) (-4 *9 (-850)) (-5 *1 (-1144 *7 *8 *9 *10 *11)))) (-2461 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))) (-2461 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))) (-3465 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))) (-3465 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1144 *6 *7 *8 *3 *4)) (-4 *4 (-1108 *6 *7 *8 *3)))) (-3465 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-771)) (-5 *6 (-112)) (-4 *7 (-454)) (-4 *8 (-793)) (-4 *9 (-850)) (-4 *3 (-1064 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1144 *7 *8 *9 *3 *4)) (-4 *4 (-1108 *7 *8 *9 *3)))) (-2623 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))) (-2623 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1144 *6 *7 *8 *3 *4)) (-4 *4 (-1108 *6 *7 *8 *3)))) (-1628 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4)))))) (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))) (-4321 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))) (-2234 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -2234 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -4321 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -1628 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -2623 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771))) (-15 -2623 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771) (-112))) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5| (-771))) (-15 -3465 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) |#4| |#5|)) (-15 -2461 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -2461 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -3235 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))))) (-771))) (-15 -2376 ((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|)))) (-15 -3484 ((-1269) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1470 |#5|))) (-771))))
-((-2988 (((-112) $ $) NIL)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |#4|)))) (-644 |#4|)) NIL)) (-2779 (((-644 $) (-644 |#4|)) 124) (((-644 $) (-644 |#4|) (-112)) 125) (((-644 $) (-644 |#4|) (-112) (-112)) 123) (((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112)) 126)) (-1771 (((-644 |#3|) $) NIL)) (-3071 (((-112) $) NIL)) (-3274 (((-112) $) NIL (|has| |#1| (-558)))) (-2267 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1411 ((|#4| |#4| $) NIL)) (-1378 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| $) 97)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3678 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414))) (((-3 |#4| "failed") $ |#3|) 75)) (-2463 (($) NIL T CONST)) (-3036 (((-112) $) 29 (|has| |#1| (-558)))) (-1963 (((-112) $ $) NIL (|has| |#1| (-558)))) (-2983 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1477 (((-112) $) NIL (|has| |#1| (-558)))) (-3930 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1789 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) NIL)) (-4158 (($ (-644 |#4|)) NIL)) (-3919 (((-3 $ "failed") $) 45)) (-3110 ((|#4| |#4| $) 78)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-2622 (($ |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 91 (|has| |#1| (-558)))) (-3599 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2690 ((|#4| |#4| $) NIL)) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4414))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3476 (((-2 (|:| -1685 (-644 |#4|)) (|:| -3292 (-644 |#4|))) $) NIL)) (-2969 (((-112) |#4| $) NIL)) (-1951 (((-112) |#4| $) NIL)) (-2775 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3482 (((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112)) 139)) (-1683 (((-644 |#4|) $) 18 (|has| $ (-6 -4414)))) (-1640 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4296 ((|#3| $) 38)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#4|) $) 19 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-3885 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 23)) (-1785 (((-644 |#3|) $) NIL)) (-1579 (((-112) |#3| $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-3006 (((-3 |#4| (-644 $)) |#4| |#4| $) NIL)) (-3940 (((-644 (-2 (|:| |val| |#4|) (|:| -1470 $))) |#4| |#4| $) 117)) (-2641 (((-3 |#4| "failed") $) 42)) (-2568 (((-644 $) |#4| $) 102)) (-1493 (((-3 (-112) (-644 $)) |#4| $) NIL)) (-3835 (((-644 (-2 (|:| |val| (-112)) (|:| -1470 $))) |#4| $) 112) (((-112) |#4| $) 65)) (-1997 (((-644 $) |#4| $) 121) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) 122) (((-644 $) |#4| (-644 $)) NIL)) (-3196 (((-644 $) (-644 |#4|) (-112) (-112) (-112)) 134)) (-2921 (($ |#4| $) 88) (($ (-644 |#4|) $) 89) (((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 87)) (-2133 (((-644 |#4|) $) NIL)) (-2543 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1906 ((|#4| |#4| $) NIL)) (-3077 (((-112) $ $) NIL)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-3374 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4074 ((|#4| |#4| $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 (((-3 |#4| "failed") $) 40)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2718 (((-3 $ "failed") $ |#4|) 59)) (-3369 (($ $ |#4|) NIL) (((-644 $) |#4| $) 104) (((-644 $) |#4| (-644 $)) NIL) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) 99)) (-2823 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 17)) (-3493 (($) 14)) (-3902 (((-771) $) NIL)) (-4083 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) 13)) (-2376 (((-538) $) NIL (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) 22)) (-4305 (($ $ |#3|) 52)) (-1702 (($ $ |#3|) 54)) (-4017 (($ $) NIL)) (-3809 (($ $ |#3|) NIL)) (-3152 (((-862) $) 35) (((-644 |#4|) $) 46)) (-3909 (((-771) $) NIL (|has| |#3| (-370)))) (-3044 (((-112) $ $) NIL)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3622 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) NIL)) (-3998 (((-644 $) |#4| $) 66) (((-644 $) |#4| (-644 $)) NIL) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) NIL)) (-2210 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-4382 (((-644 |#3|) $) NIL)) (-2676 (((-112) |#4| $) NIL)) (-4217 (((-112) |#3| $) 74)) (-2914 (((-112) $ $) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1145 |#1| |#2| |#3| |#4|) (-13 (-1108 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2921 ((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2779 ((-644 $) (-644 |#4|) (-112) (-112))) (-15 -2779 ((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112))) (-15 -3196 ((-644 $) (-644 |#4|) (-112) (-112) (-112))) (-15 -3482 ((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112))))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -1145))
-((-2921 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1145 *5 *6 *7 *3))) (-5 *1 (-1145 *5 *6 *7 *3)) (-4 *3 (-1064 *5 *6 *7)))) (-2779 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8)))) (-2779 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8)))) (-3196 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8)))) (-3482 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-644 *8)) (|:| |towers| (-644 (-1145 *5 *6 *7 *8))))) (-5 *1 (-1145 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
-(-13 (-1108 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2921 ((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -2779 ((-644 $) (-644 |#4|) (-112) (-112))) (-15 -2779 ((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112))) (-15 -3196 ((-644 $) (-644 |#4|) (-112) (-112) (-112))) (-15 -3482 ((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112)))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3712 ((|#1| $) 37)) (-1788 (($ (-644 |#1|)) 45)) (-1504 (((-112) $ (-771)) NIL)) (-2463 (($) NIL T CONST)) (-3890 ((|#1| |#1| $) 40)) (-2692 ((|#1| $) 35)) (-1683 (((-644 |#1|) $) 18 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 22)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3278 ((|#1| $) 38)) (-3888 (($ |#1| $) 41)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1973 ((|#1| $) 36)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 32)) (-3493 (($) 43)) (-2766 (((-771) $) 30)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) 27)) (-3152 (((-862) $) 14 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2948 (($ (-644 |#1|)) NIL)) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 17 (|has| |#1| (-1099)))) (-3000 (((-771) $) 31 (|has| $ (-6 -4414)))))
-(((-1146 |#1|) (-13 (-1120 |#1|) (-10 -8 (-15 -1788 ($ (-644 |#1|))))) (-1214)) (T -1146))
-((-1788 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-1146 *3)))))
-(-13 (-1120 |#1|) (-10 -8 (-15 -1788 ($ (-644 |#1|)))))
-((-1456 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1231 (-566)) |#2|) 55) ((|#2| $ (-566) |#2|) 52)) (-1781 (((-112) $) 12)) (-3885 (($ (-1 |#2| |#2|) $) 50)) (-3908 ((|#2| $) NIL) (($ $ (-771)) 20)) (-3787 (($ $ |#2|) 51)) (-3254 (((-112) $) 11)) (-1309 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1231 (-566))) 38) ((|#2| $ (-566)) 29) ((|#2| $ (-566) |#2|) NIL)) (-1690 (($ $ $) 58) (($ $ |#2|) NIL)) (-4386 (($ $ $) 40) (($ |#2| $) NIL) (($ (-644 $)) 47) (($ $ |#2|) NIL)))
-(((-1147 |#1| |#2|) (-10 -8 (-15 -1781 ((-112) |#1|)) (-15 -3254 ((-112) |#1|)) (-15 -1456 (|#2| |#1| (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566))) (-15 -3787 (|#1| |#1| |#2|)) (-15 -4386 (|#1| |#1| |#2|)) (-15 -4386 (|#1| (-644 |#1|))) (-15 -1309 (|#1| |#1| (-1231 (-566)))) (-15 -1456 (|#2| |#1| (-1231 (-566)) |#2|)) (-15 -1456 (|#2| |#1| "last" |#2|)) (-15 -1456 (|#1| |#1| "rest" |#1|)) (-15 -1456 (|#2| |#1| "first" |#2|)) (-15 -1690 (|#1| |#1| |#2|)) (-15 -1690 (|#1| |#1| |#1|)) (-15 -1309 (|#2| |#1| "last")) (-15 -1309 (|#1| |#1| "rest")) (-15 -3908 (|#1| |#1| (-771))) (-15 -1309 (|#2| |#1| "first")) (-15 -3908 (|#2| |#1|)) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#1|)) (-15 -1456 (|#2| |#1| "value" |#2|)) (-15 -1309 (|#2| |#1| "value")) (-15 -3885 (|#1| (-1 |#2| |#2|) |#1|))) (-1148 |#2|) (-1214)) (T -1147))
-NIL
-(-10 -8 (-15 -1781 ((-112) |#1|)) (-15 -3254 ((-112) |#1|)) (-15 -1456 (|#2| |#1| (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566) |#2|)) (-15 -1309 (|#2| |#1| (-566))) (-15 -3787 (|#1| |#1| |#2|)) (-15 -4386 (|#1| |#1| |#2|)) (-15 -4386 (|#1| (-644 |#1|))) (-15 -1309 (|#1| |#1| (-1231 (-566)))) (-15 -1456 (|#2| |#1| (-1231 (-566)) |#2|)) (-15 -1456 (|#2| |#1| "last" |#2|)) (-15 -1456 (|#1| |#1| "rest" |#1|)) (-15 -1456 (|#2| |#1| "first" |#2|)) (-15 -1690 (|#1| |#1| |#2|)) (-15 -1690 (|#1| |#1| |#1|)) (-15 -1309 (|#2| |#1| "last")) (-15 -1309 (|#1| |#1| "rest")) (-15 -3908 (|#1| |#1| (-771))) (-15 -1309 (|#2| |#1| "first")) (-15 -3908 (|#2| |#1|)) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#1|)) (-15 -1456 (|#2| |#1| "value" |#2|)) (-15 -1309 (|#2| |#1| "value")) (-15 -3885 (|#1| (-1 |#2| |#2|) |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2876 ((|#1| $) 49)) (-3541 ((|#1| $) 66)) (-3214 (($ $) 68)) (-1944 (((-1269) $ (-566) (-566)) 98 (|has| $ (-6 -4415)))) (-4258 (($ $ (-566)) 53 (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) 8)) (-2191 ((|#1| $ |#1|) 40 (|has| $ (-6 -4415)))) (-1813 (($ $ $) 57 (|has| $ (-6 -4415)))) (-1948 ((|#1| $ |#1|) 55 (|has| $ (-6 -4415)))) (-1381 ((|#1| $ |#1|) 59 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4415))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4415))) (($ $ "rest" $) 56 (|has| $ (-6 -4415))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 118 (|has| $ (-6 -4415))) ((|#1| $ (-566) |#1|) 87 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 42 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) 103 (|has| $ (-6 -4414)))) (-3531 ((|#1| $) 67)) (-2463 (($) 7 T CONST)) (-3919 (($ $) 74) (($ $ (-771)) 72)) (-3942 (($ $) 100 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ (-1 (-112) |#1|) $) 104 (|has| $ (-6 -4414))) (($ |#1| $) 101 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $) 106 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 105 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 102 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3897 ((|#1| $ (-566) |#1|) 86 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 88)) (-1781 (((-112) $) 84)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 51)) (-1507 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1860 (($ (-771) |#1|) 109)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 96 (|has| (-566) (-850)))) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 95 (|has| (-566) (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 112)) (-3267 (((-112) $ (-771)) 10)) (-1458 (((-644 |#1|) $) 46)) (-3860 (((-112) $) 50)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2641 ((|#1| $) 71) (($ $ (-771)) 69)) (-1859 (($ $ $ (-566)) 117) (($ |#1| $ (-566)) 116)) (-3725 (((-644 (-566)) $) 93)) (-1644 (((-112) (-566) $) 92)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3908 ((|#1| $) 77) (($ $ (-771)) 75)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 107)) (-3787 (($ $ |#1|) 97 (|has| $ (-6 -4415)))) (-3254 (((-112) $) 85)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#1| $) 94 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) 91)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1231 (-566))) 113) ((|#1| $ (-566)) 90) ((|#1| $ (-566) |#1|) 89)) (-1696 (((-566) $ $) 45)) (-2166 (($ $ (-1231 (-566))) 115) (($ $ (-566)) 114)) (-3786 (((-112) $) 47)) (-4018 (($ $) 63)) (-3810 (($ $) 60 (|has| $ (-6 -4415)))) (-2916 (((-771) $) 64)) (-1922 (($ $) 65)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-2376 (((-538) $) 99 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 108)) (-1690 (($ $ $) 62 (|has| $ (-6 -4415))) (($ $ |#1|) 61 (|has| $ (-6 -4415)))) (-4386 (($ $ $) 79) (($ |#1| $) 78) (($ (-644 $)) 111) (($ $ |#1|) 110)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) 52)) (-4385 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-1148 |#1|) (-140) (-1214)) (T -1148))
-((-3254 (*1 *2 *1) (-12 (-4 *1 (-1148 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))) (-1781 (*1 *2 *1) (-12 (-4 *1 (-1148 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))))
-(-13 (-1252 |t#1|) (-651 |t#1|) (-10 -8 (-15 -3254 ((-112) $)) (-15 -1781 ((-112) $))))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1214) . T) ((-1252 |#1|) . T))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-1944 (((-1269) $ |#1| |#1|) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#2| $ |#1| |#2|) NIL)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 |#2| "failed") |#1| $) NIL)) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) NIL)) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) NIL)) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 ((|#1| $) NIL (|has| |#1| (-850)))) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-4050 ((|#1| $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4052 (((-644 |#1|) $) NIL)) (-1826 (((-112) |#1| $) NIL)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3725 (((-644 |#1|) $) NIL)) (-1644 (((-112) |#1| $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3908 ((|#2| $) NIL (|has| |#1| (-850)))) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-3152 (((-862) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1149 |#1| |#2| |#3|) (-1190 |#1| |#2|) (-1099) (-1099) |#2|) (T -1149))
-NIL
-(-1190 |#1| |#2|)
-((-2988 (((-112) $ $) 7)) (-2621 (((-3 $ "failed") $) 14)) (-3380 (((-1157) $) 10)) (-3289 (($) 15 T CONST)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-2914 (((-112) $ $) 6)))
+((-4223 (*1 *1 *1) (-4 *1 (-1143))) (-3734 (*1 *1 *1) (-4 *1 (-1143))) (-3454 (*1 *1 *1) (-4 *1 (-1143))) (-3939 (*1 *1 *1) (-4 *1 (-1143))) (-2413 (*1 *2 *1 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-112)))) (-2391 (*1 *2 *1 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-112)))) (-2370 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-566)) (-5 *2 (-112)))) (-2269 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-144)) (-5 *2 (-771)))) (-3161 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-144)) (-5 *2 (-112)))) (-4359 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-1232 (-566))))) (-1308 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-566)))) (-1308 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-566)) (-5 *3 (-141)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-144)) (-4 *1 (-1143)))) (-3655 (*1 *2 *1 *3) (-12 (-5 *3 (-144)) (-5 *2 (-644 *1)) (-4 *1 (-1143)))) (-3655 (*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-644 *1)) (-4 *1 (-1143)))) (-1679 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))) (-1679 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141)))) (-3912 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))) (-3912 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141)))) (-3899 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))) (-3899 (*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141)))) (-3483 (*1 *1 *1 *1) (-4 *1 (-1143))))
+(-13 (-19 (-144)) (-10 -8 (-15 -4223 ($ $)) (-15 -3734 ($ $)) (-15 -3454 ($ $)) (-15 -3939 ($ $)) (-15 -2413 ((-112) $ $)) (-15 -2391 ((-112) $ $)) (-15 -2370 ((-112) $ $ (-566))) (-15 -2269 ((-771) $ $ (-144))) (-15 -3161 ((-112) $ $ (-144))) (-15 -4359 ($ $ (-1232 (-566)) $)) (-15 -1308 ((-566) $ $ (-566))) (-15 -1308 ((-566) (-141) $ (-566))) (-15 -1650 ($ (-144))) (-15 -3655 ((-644 $) $ (-144))) (-15 -3655 ((-644 $) $ (-141))) (-15 -1679 ($ $ (-144))) (-15 -1679 ($ $ (-141))) (-15 -3912 ($ $ (-144))) (-15 -3912 ($ $ (-141))) (-15 -3899 ($ $ (-144))) (-15 -3899 ($ $ (-141))) (-15 -3483 ($ $ $))))
+(((-34) . T) ((-102) -2700 (|has| (-144) (-1099)) (|has| (-144) (-850))) ((-613 (-862)) -2700 (|has| (-144) (-1099)) (|has| (-144) (-850)) (|has| (-144) (-613 (-862)))) ((-151 #0=(-144)) . T) ((-614 (-538)) |has| (-144) (-614 (-538))) ((-287 #1=(-566) #0#) . T) ((-289 #1# #0#) . T) ((-310 #0#) -12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))) ((-375 #0#) . T) ((-491 #0#) . T) ((-604 #1# #0#) . T) ((-516 #0# #0#) -12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))) ((-651 #0#) . T) ((-19 #0#) . T) ((-850) |has| (-144) (-850)) ((-1099) -2700 (|has| (-144) (-1099)) (|has| (-144) (-850))) ((-1215) . T))
+((-4076 (((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-771)) 113)) (-1993 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|) 62) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771)) 61)) (-4352 (((-1270) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-771)) 98)) (-2710 (((-771) (-644 |#4|) (-644 |#5|)) 30)) (-1478 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|) 64) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771)) 63) (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771) (-112)) 65)) (-4119 (((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112)) 84) (((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112)) 85)) (-1945 (((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) 90)) (-2506 (((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|) 60)) (-3747 (((-771) (-644 |#4|) (-644 |#5|)) 21)))
+(((-1144 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3747 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -2710 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -2506 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -1993 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771))) (-15 -1993 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771) (-112))) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771))) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -4119 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -4119 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4076 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-771))) (-15 -1945 ((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) (-15 -4352 ((-1270) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-771)))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|) (-1108 |#1| |#2| |#3| |#4|)) (T -1144))
+((-4352 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1791 *9)))) (-5 *4 (-771)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-1270)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1791 *8))) (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1108 *4 *5 *6 *7)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1157)) (-5 *1 (-1144 *4 *5 *6 *7 *8)))) (-4076 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-644 *11)) (|:| |todo| (-644 (-2 (|:| |val| *3) (|:| -1791 *11)))))) (-5 *6 (-771)) (-5 *2 (-644 (-2 (|:| |val| (-644 *10)) (|:| -1791 *11)))) (-5 *3 (-644 *10)) (-5 *4 (-644 *11)) (-4 *10 (-1064 *7 *8 *9)) (-4 *11 (-1108 *7 *8 *9 *10)) (-4 *7 (-454)) (-4 *8 (-793)) (-4 *9 (-850)) (-5 *1 (-1144 *7 *8 *9 *10 *11)))) (-4119 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))) (-4119 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))) (-1478 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))) (-1478 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1144 *6 *7 *8 *3 *4)) (-4 *4 (-1108 *6 *7 *8 *3)))) (-1478 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-771)) (-5 *6 (-112)) (-4 *7 (-454)) (-4 *8 (-793)) (-4 *9 (-850)) (-4 *3 (-1064 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1144 *7 *8 *9 *3 *4)) (-4 *4 (-1108 *7 *8 *9 *3)))) (-1993 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))) (-1993 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *3 (-1064 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1144 *6 *7 *8 *3 *4)) (-4 *4 (-1108 *6 *7 *8 *3)))) (-2506 (*1 *2 *3 *4) (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-644 *4)) (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4)))))) (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))) (-2710 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))) (-3747 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -3747 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -2710 ((-771) (-644 |#4|) (-644 |#5|))) (-15 -2506 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -1993 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771))) (-15 -1993 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771) (-112))) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5| (-771))) (-15 -1478 ((-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) |#4| |#5|)) (-15 -4119 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112))) (-15 -4119 ((-644 |#5|) (-644 |#4|) (-644 |#5|) (-112) (-112) (-112) (-112) (-112))) (-15 -4076 ((-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-644 |#4|) (-644 |#5|) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-2 (|:| |done| (-644 |#5|)) (|:| |todo| (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))))) (-771))) (-15 -1945 ((-1157) (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|)))) (-15 -4352 ((-1270) (-644 (-2 (|:| |val| (-644 |#4|)) (|:| -1791 |#5|))) (-771))))
+((-4124 (((-112) $ $) NIL)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |#4|)))) (-644 |#4|)) NIL)) (-4141 (((-644 $) (-644 |#4|)) 124) (((-644 $) (-644 |#4|) (-112)) 125) (((-644 $) (-644 |#4|) (-112) (-112)) 123) (((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112)) 126)) (-3981 (((-644 |#3|) $) NIL)) (-2935 (((-112) $) NIL)) (-3212 (((-112) $) NIL (|has| |#1| (-558)))) (-2793 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2147 ((|#4| |#4| $) NIL)) (-1778 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| $) 97)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-1997 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415))) (((-3 |#4| "failed") $ |#3|) 75)) (-4145 (($) NIL T CONST)) (-2582 (((-112) $) 29 (|has| |#1| (-558)))) (-2872 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3370 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1703 (((-112) $) NIL (|has| |#1| (-558)))) (-3236 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1680 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) NIL)) (-3213 (($ (-644 |#4|)) NIL)) (-3616 (((-3 $ "failed") $) 45)) (-2118 ((|#4| |#4| $) 78)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-1837 (($ |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 91 (|has| |#1| (-558)))) (-3383 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-1437 ((|#4| |#4| $) NIL)) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4415))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1579 (((-2 (|:| -2578 (-644 |#4|)) (|:| -3009 (-644 |#4|))) $) NIL)) (-3248 (((-112) |#4| $) NIL)) (-2735 (((-112) |#4| $) NIL)) (-4101 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1618 (((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112)) 139)) (-3953 (((-644 |#4|) $) 18 (|has| $ (-6 -4415)))) (-2639 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3752 ((|#3| $) 38)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#4|) $) 19 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 27 (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-2409 (($ (-1 |#4| |#4|) $) 25 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 23)) (-1648 (((-644 |#3|) $) NIL)) (-3327 (((-112) |#3| $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-3606 (((-3 |#4| (-644 $)) |#4| |#4| $) NIL)) (-3331 (((-644 (-2 (|:| |val| |#4|) (|:| -1791 $))) |#4| |#4| $) 117)) (-1855 (((-3 |#4| "failed") $) 42)) (-2647 (((-644 $) |#4| $) 102)) (-3766 (((-3 (-112) (-644 $)) |#4| $) NIL)) (-1772 (((-644 (-2 (|:| |val| (-112)) (|:| -1791 $))) |#4| $) 112) (((-112) |#4| $) 65)) (-1980 (((-644 $) |#4| $) 121) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) 122) (((-644 $) |#4| (-644 $)) NIL)) (-1803 (((-644 $) (-644 |#4|) (-112) (-112) (-112)) 134)) (-2931 (($ |#4| $) 88) (($ (-644 |#4|) $) 89) (((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112)) 87)) (-3983 (((-644 |#4|) $) NIL)) (-3717 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3527 ((|#4| |#4| $) NIL)) (-3004 (((-112) $ $) NIL)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-2988 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2072 ((|#4| |#4| $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 (((-3 |#4| "failed") $) 40)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-1687 (((-3 $ "failed") $ |#4|) 59)) (-2929 (($ $ |#4|) NIL) (((-644 $) |#4| $) 104) (((-644 $) |#4| (-644 $)) NIL) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) 99)) (-3295 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 17)) (-1710 (($) 14)) (-4297 (((-771) $) NIL)) (-2037 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) 13)) (-1945 (((-538) $) NIL (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) 22)) (-3833 (($ $ |#3|) 52)) (-2046 (($ $ |#3|) 54)) (-2770 (($ $) NIL)) (-1594 (($ $ |#3|) NIL)) (-1650 (((-862) $) 35) (((-644 |#4|) $) 46)) (-4329 (((-771) $) NIL (|has| |#3| (-370)))) (-2657 (((-112) $ $) NIL)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3575 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) NIL)) (-2556 (((-644 $) |#4| $) 66) (((-644 $) |#4| (-644 $)) NIL) (((-644 $) (-644 |#4|) $) NIL) (((-644 $) (-644 |#4|) (-644 $)) NIL)) (-3487 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-2077 (((-644 |#3|) $) NIL)) (-2437 (((-112) |#4| $) NIL)) (-4205 (((-112) |#3| $) 74)) (-2868 (((-112) $ $) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1145 |#1| |#2| |#3| |#4|) (-13 (-1108 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2931 ((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -4141 ((-644 $) (-644 |#4|) (-112) (-112))) (-15 -4141 ((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112))) (-15 -1803 ((-644 $) (-644 |#4|) (-112) (-112) (-112))) (-15 -1618 ((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112))))) (-454) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -1145))
+((-2931 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1145 *5 *6 *7 *3))) (-5 *1 (-1145 *5 *6 *7 *3)) (-4 *3 (-1064 *5 *6 *7)))) (-4141 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8)))) (-4141 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8)))) (-1803 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8)))) (-1618 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-644 *8)) (|:| |towers| (-644 (-1145 *5 *6 *7 *8))))) (-5 *1 (-1145 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
+(-13 (-1108 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2931 ((-644 $) |#4| $ (-112) (-112) (-112) (-112) (-112))) (-15 -4141 ((-644 $) (-644 |#4|) (-112) (-112))) (-15 -4141 ((-644 $) (-644 |#4|) (-112) (-112) (-112) (-112))) (-15 -1803 ((-644 $) (-644 |#4|) (-112) (-112) (-112))) (-15 -1618 ((-2 (|:| |val| (-644 |#4|)) (|:| |towers| (-644 $))) (-644 |#4|) (-112) (-112)))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3773 ((|#1| $) 37)) (-3965 (($ (-644 |#1|)) 45)) (-3874 (((-112) $ (-771)) NIL)) (-4145 (($) NIL T CONST)) (-4189 ((|#1| |#1| $) 40)) (-1446 ((|#1| $) 35)) (-3953 (((-644 |#1|) $) 18 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 22)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3252 ((|#1| $) 38)) (-4165 (($ |#1| $) 41)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2967 ((|#1| $) 36)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 32)) (-1710 (($) 43)) (-2752 (((-771) $) 30)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) 27)) (-1650 (((-862) $) 14 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3173 (($ (-644 |#1|)) NIL)) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 17 (|has| |#1| (-1099)))) (-4142 (((-771) $) 31 (|has| $ (-6 -4415)))))
+(((-1146 |#1|) (-13 (-1120 |#1|) (-10 -8 (-15 -3965 ($ (-644 |#1|))))) (-1215)) (T -1146))
+((-3965 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-1146 *3)))))
+(-13 (-1120 |#1|) (-10 -8 (-15 -3965 ($ (-644 |#1|)))))
+((-1777 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1232 (-566)) |#2|) 55) ((|#2| $ (-566) |#2|) 52)) (-1605 (((-112) $) 12)) (-2409 (($ (-1 |#2| |#2|) $) 50)) (-3604 ((|#2| $) NIL) (($ $ (-771)) 20)) (-1417 (($ $ |#2|) 51)) (-4284 (((-112) $) 11)) (-3483 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1232 (-566))) 38) ((|#2| $ (-566)) 29) ((|#2| $ (-566) |#2|) NIL)) (-1940 (($ $ $) 58) (($ $ |#2|) NIL)) (-2829 (($ $ $) 40) (($ |#2| $) NIL) (($ (-644 $)) 47) (($ $ |#2|) NIL)))
+(((-1147 |#1| |#2|) (-10 -8 (-15 -1605 ((-112) |#1|)) (-15 -4284 ((-112) |#1|)) (-15 -1777 (|#2| |#1| (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566))) (-15 -1417 (|#1| |#1| |#2|)) (-15 -2829 (|#1| |#1| |#2|)) (-15 -2829 (|#1| (-644 |#1|))) (-15 -3483 (|#1| |#1| (-1232 (-566)))) (-15 -1777 (|#2| |#1| (-1232 (-566)) |#2|)) (-15 -1777 (|#2| |#1| "last" |#2|)) (-15 -1777 (|#1| |#1| "rest" |#1|)) (-15 -1777 (|#2| |#1| "first" |#2|)) (-15 -1940 (|#1| |#1| |#2|)) (-15 -1940 (|#1| |#1| |#1|)) (-15 -3483 (|#2| |#1| "last")) (-15 -3483 (|#1| |#1| "rest")) (-15 -3604 (|#1| |#1| (-771))) (-15 -3483 (|#2| |#1| "first")) (-15 -3604 (|#2| |#1|)) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#1|)) (-15 -1777 (|#2| |#1| "value" |#2|)) (-15 -3483 (|#2| |#1| "value")) (-15 -2409 (|#1| (-1 |#2| |#2|) |#1|))) (-1148 |#2|) (-1215)) (T -1147))
+NIL
+(-10 -8 (-15 -1605 ((-112) |#1|)) (-15 -4284 ((-112) |#1|)) (-15 -1777 (|#2| |#1| (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566) |#2|)) (-15 -3483 (|#2| |#1| (-566))) (-15 -1417 (|#1| |#1| |#2|)) (-15 -2829 (|#1| |#1| |#2|)) (-15 -2829 (|#1| (-644 |#1|))) (-15 -3483 (|#1| |#1| (-1232 (-566)))) (-15 -1777 (|#2| |#1| (-1232 (-566)) |#2|)) (-15 -1777 (|#2| |#1| "last" |#2|)) (-15 -1777 (|#1| |#1| "rest" |#1|)) (-15 -1777 (|#2| |#1| "first" |#2|)) (-15 -1940 (|#1| |#1| |#2|)) (-15 -1940 (|#1| |#1| |#1|)) (-15 -3483 (|#2| |#1| "last")) (-15 -3483 (|#1| |#1| "rest")) (-15 -3604 (|#1| |#1| (-771))) (-15 -3483 (|#2| |#1| "first")) (-15 -3604 (|#2| |#1|)) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#1|)) (-15 -1777 (|#2| |#1| "value" |#2|)) (-15 -3483 (|#2| |#1| "value")) (-15 -2409 (|#1| (-1 |#2| |#2|) |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1389 ((|#1| $) 49)) (-3908 ((|#1| $) 66)) (-2276 (($ $) 68)) (-2656 (((-1270) $ (-566) (-566)) 98 (|has| $ (-6 -4416)))) (-3337 (($ $ (-566)) 53 (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) 8)) (-3283 ((|#1| $ |#1|) 40 (|has| $ (-6 -4416)))) (-3840 (($ $ $) 57 (|has| $ (-6 -4416)))) (-2694 ((|#1| $ |#1|) 55 (|has| $ (-6 -4416)))) (-1335 ((|#1| $ |#1|) 59 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4416))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4416))) (($ $ "rest" $) 56 (|has| $ (-6 -4416))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 118 (|has| $ (-6 -4416))) ((|#1| $ (-566) |#1|) 87 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 42 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) 103 (|has| $ (-6 -4415)))) (-3896 ((|#1| $) 67)) (-4145 (($) 7 T CONST)) (-3616 (($ $) 74) (($ $ (-771)) 72)) (-3640 (($ $) 100 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ (-1 (-112) |#1|) $) 104 (|has| $ (-6 -4415))) (($ |#1| $) 101 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $) 106 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 105 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 102 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2417 ((|#1| $ (-566) |#1|) 86 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 88)) (-1605 (((-112) $) 84)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 51)) (-3906 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1566 (($ (-771) |#1|) 109)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 96 (|has| (-566) (-850)))) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 95 (|has| (-566) (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 112)) (-4395 (((-112) $ (-771)) 10)) (-3343 (((-644 |#1|) $) 46)) (-3900 (((-112) $) 50)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1855 ((|#1| $) 71) (($ $ (-771)) 69)) (-3438 (($ $ $ (-566)) 117) (($ |#1| $ (-566)) 116)) (-2033 (((-644 (-566)) $) 93)) (-2686 (((-112) (-566) $) 92)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3604 ((|#1| $) 77) (($ $ (-771)) 75)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 107)) (-1417 (($ $ |#1|) 97 (|has| $ (-6 -4416)))) (-4284 (((-112) $) 85)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#1| $) 94 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) 91)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70) (($ $ (-1232 (-566))) 113) ((|#1| $ (-566)) 90) ((|#1| $ (-566) |#1|) 89)) (-1985 (((-566) $ $) 45)) (-1405 (($ $ (-1232 (-566))) 115) (($ $ (-566)) 114)) (-1409 (((-112) $) 47)) (-2783 (($ $) 63)) (-1603 (($ $) 60 (|has| $ (-6 -4416)))) (-2883 (((-771) $) 64)) (-3715 (($ $) 65)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1945 (((-538) $) 99 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 108)) (-1940 (($ $ $) 62 (|has| $ (-6 -4416))) (($ $ |#1|) 61 (|has| $ (-6 -4416)))) (-2829 (($ $ $) 79) (($ |#1| $) 78) (($ (-644 $)) 111) (($ $ |#1|) 110)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) 52)) (-2110 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-1148 |#1|) (-140) (-1215)) (T -1148))
+((-4284 (*1 *2 *1) (-12 (-4 *1 (-1148 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))) (-1605 (*1 *2 *1) (-12 (-4 *1 (-1148 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))))
+(-13 (-1253 |t#1|) (-651 |t#1|) (-10 -8 (-15 -4284 ((-112) $)) (-15 -1605 ((-112) $))))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1215) . T) ((-1253 |#1|) . T))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2656 (((-1270) $ |#1| |#1|) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#2| $ |#1| |#2|) NIL)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 |#2| "failed") |#1| $) NIL)) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) NIL)) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) NIL)) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 ((|#1| $) NIL (|has| |#1| (-850)))) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-3090 ((|#1| $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4416))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3391 (((-644 |#1|) $) NIL)) (-3977 (((-112) |#1| $) NIL)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-2033 (((-644 |#1|) $) NIL)) (-2686 (((-112) |#1| $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3604 ((|#2| $) NIL (|has| |#1| (-850)))) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-1650 (((-862) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1149 |#1| |#2| |#3|) (-1191 |#1| |#2|) (-1099) (-1099) |#2|) (T -1149))
+NIL
+(-1191 |#1| |#2|)
+((-4124 (((-112) $ $) 7)) (-1982 (((-3 $ "failed") $) 14)) (-3057 (((-1157) $) 10)) (-1783 (($) 15 T CONST)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-2868 (((-112) $ $) 6)))
(((-1150) (-140)) (T -1150))
-((-3289 (*1 *1) (-4 *1 (-1150))) (-2621 (*1 *1 *1) (|partial| -4 *1 (-1150))))
-(-13 (-1099) (-10 -8 (-15 -3289 ($) -1623) (-15 -2621 ((-3 $ "failed") $))))
+((-1783 (*1 *1) (-4 *1 (-1150))) (-1982 (*1 *1 *1) (|partial| -4 *1 (-1150))))
+(-13 (-1099) (-10 -8 (-15 -1783 ($) -4388) (-15 -1982 ((-3 $ "failed") $))))
(((-102) . T) ((-613 (-862)) . T) ((-1099) . T))
-((-1909 (((-1155 |#1|) (-1155 |#1|)) 17)) (-2702 (((-1155 |#1|) (-1155 |#1|)) 13)) (-2361 (((-1155 |#1|) (-1155 |#1|) (-566) (-566)) 20)) (-3743 (((-1155 |#1|) (-1155 |#1|)) 15)))
-(((-1151 |#1|) (-10 -7 (-15 -2702 ((-1155 |#1|) (-1155 |#1|))) (-15 -3743 ((-1155 |#1|) (-1155 |#1|))) (-15 -1909 ((-1155 |#1|) (-1155 |#1|))) (-15 -2361 ((-1155 |#1|) (-1155 |#1|) (-566) (-566)))) (-13 (-558) (-147))) (T -1151))
-((-2361 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-1151 *4)))) (-1909 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1151 *3)))) (-3743 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1151 *3)))) (-2702 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1151 *3)))))
-(-10 -7 (-15 -2702 ((-1155 |#1|) (-1155 |#1|))) (-15 -3743 ((-1155 |#1|) (-1155 |#1|))) (-15 -1909 ((-1155 |#1|) (-1155 |#1|))) (-15 -2361 ((-1155 |#1|) (-1155 |#1|) (-566) (-566))))
-((-4386 (((-1155 |#1|) (-1155 (-1155 |#1|))) 15)))
-(((-1152 |#1|) (-10 -7 (-15 -4386 ((-1155 |#1|) (-1155 (-1155 |#1|))))) (-1214)) (T -1152))
-((-4386 (*1 *2 *3) (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1152 *4)) (-4 *4 (-1214)))))
-(-10 -7 (-15 -4386 ((-1155 |#1|) (-1155 (-1155 |#1|)))))
-((-1960 (((-1155 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|)) 25)) (-2873 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|)) 26)) (-2319 (((-1155 |#2|) (-1 |#2| |#1|) (-1155 |#1|)) 16)))
-(((-1153 |#1| |#2|) (-10 -7 (-15 -2319 ((-1155 |#2|) (-1 |#2| |#1|) (-1155 |#1|))) (-15 -1960 ((-1155 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|))) (-15 -2873 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|)))) (-1214) (-1214)) (T -1153))
-((-2873 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1155 *5)) (-4 *5 (-1214)) (-4 *2 (-1214)) (-5 *1 (-1153 *5 *2)))) (-1960 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1155 *6)) (-4 *6 (-1214)) (-4 *3 (-1214)) (-5 *2 (-1155 *3)) (-5 *1 (-1153 *6 *3)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1155 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-1155 *6)) (-5 *1 (-1153 *5 *6)))))
-(-10 -7 (-15 -2319 ((-1155 |#2|) (-1 |#2| |#1|) (-1155 |#1|))) (-15 -1960 ((-1155 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|))) (-15 -2873 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|))))
-((-2319 (((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-1155 |#2|)) 21)))
-(((-1154 |#1| |#2| |#3|) (-10 -7 (-15 -2319 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-1155 |#2|)))) (-1214) (-1214) (-1214)) (T -1154))
-((-2319 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1155 *6)) (-5 *5 (-1155 *7)) (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-1155 *8)) (-5 *1 (-1154 *6 *7 *8)))))
-(-10 -7 (-15 -2319 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-1155 |#2|))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) NIL)) (-3541 ((|#1| $) NIL)) (-3214 (($ $) 67)) (-1944 (((-1269) $ (-566) (-566)) 99 (|has| $ (-6 -4415)))) (-4258 (($ $ (-566)) 129 (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1409 (((-862) $) 56 (|has| |#1| (-1099)))) (-3345 (((-112)) 55 (|has| |#1| (-1099)))) (-2191 ((|#1| $ |#1|) NIL (|has| $ (-6 -4415)))) (-1813 (($ $ $) 116 (|has| $ (-6 -4415))) (($ $ (-566) $) 142)) (-1948 ((|#1| $ |#1|) 126 (|has| $ (-6 -4415)))) (-1381 ((|#1| $ |#1|) 121 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ "first" |#1|) 123 (|has| $ (-6 -4415))) (($ $ "rest" $) 125 (|has| $ (-6 -4415))) ((|#1| $ "last" |#1|) 128 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 113 (|has| $ (-6 -4415))) ((|#1| $ (-566) |#1|) 77 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) 80)) (-3531 ((|#1| $) NIL)) (-2463 (($) NIL T CONST)) (-1466 (($ $) 14)) (-3919 (($ $) 42) (($ $ (-771)) 111)) (-1863 (((-112) (-644 |#1|) $) 135 (|has| |#1| (-1099)))) (-2745 (($ (-644 |#1|)) 131)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) 79)) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1781 (((-112) $) NIL)) (-1683 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3496 (((-1269) (-566) $) 141 (|has| |#1| (-1099)))) (-2067 (((-771) $) 138)) (-3431 (((-644 $) $) NIL)) (-1507 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1860 (($ (-771) |#1|) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 95 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 85) (($ (-1 |#1| |#1| |#1|) $ $) 89)) (-3267 (((-112) $ (-771)) NIL)) (-1458 (((-644 |#1|) $) NIL)) (-3860 (((-112) $) NIL)) (-2551 (($ $) 114)) (-2684 (((-112) $) 13)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2641 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-1859 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) 96)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-4109 (($ (-1 |#1|)) 144) (($ (-1 |#1| |#1|) |#1|) 145)) (-3600 ((|#1| $) 10)) (-3908 ((|#1| $) 41) (($ $ (-771)) 65)) (-2273 (((-2 (|:| |cycle?| (-112)) (|:| -3449 (-771)) (|:| |period| (-771))) (-771) $) 36)) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3652 (($ (-1 (-112) |#1|) $) 146)) (-3666 (($ (-1 (-112) |#1|) $) 147)) (-3787 (($ $ |#1|) 90 (|has| $ (-6 -4415)))) (-3369 (($ $ (-566)) 45)) (-3254 (((-112) $) 94)) (-1659 (((-112) $) 12)) (-3176 (((-112) $) 137)) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 30)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) 20)) (-3493 (($) 60)) (-1309 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1231 (-566))) NIL) ((|#1| $ (-566)) 75) ((|#1| $ (-566) |#1|) NIL)) (-1696 (((-566) $ $) 64)) (-2166 (($ $ (-1231 (-566))) NIL) (($ $ (-566)) NIL)) (-3412 (($ (-1 $)) 63)) (-3786 (((-112) $) 91)) (-4018 (($ $) 92)) (-3810 (($ $) 117 (|has| $ (-6 -4415)))) (-2916 (((-771) $) NIL)) (-1922 (($ $) NIL)) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) 59)) (-2376 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 73)) (-2508 (($ |#1| $) 115)) (-1690 (($ $ $) 119 (|has| $ (-6 -4415))) (($ $ |#1|) 120 (|has| $ (-6 -4415)))) (-4386 (($ $ $) 101) (($ |#1| $) 61) (($ (-644 $)) 106) (($ $ |#1|) 100)) (-1687 (($ $) 66)) (-3152 (($ (-644 |#1|)) 130) (((-862) $) 57 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) NIL)) (-4385 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 133 (|has| |#1| (-1099)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1155 |#1|) (-13 (-674 |#1|) (-616 (-644 |#1|)) (-10 -8 (-6 -4415) (-15 -2745 ($ (-644 |#1|))) (IF (|has| |#1| (-1099)) (-15 -1863 ((-112) (-644 |#1|) $)) |%noBranch|) (-15 -2273 ((-2 (|:| |cycle?| (-112)) (|:| -3449 (-771)) (|:| |period| (-771))) (-771) $)) (-15 -3412 ($ (-1 $))) (-15 -2508 ($ |#1| $)) (IF (|has| |#1| (-1099)) (PROGN (-15 -3496 ((-1269) (-566) $)) (-15 -1409 ((-862) $)) (-15 -3345 ((-112)))) |%noBranch|) (-15 -1813 ($ $ (-566) $)) (-15 -4109 ($ (-1 |#1|))) (-15 -4109 ($ (-1 |#1| |#1|) |#1|)) (-15 -3652 ($ (-1 (-112) |#1|) $)) (-15 -3666 ($ (-1 (-112) |#1|) $)))) (-1214)) (T -1155))
-((-2745 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3)))) (-1863 (*1 *2 *3 *1) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-4 *4 (-1214)) (-5 *2 (-112)) (-5 *1 (-1155 *4)))) (-2273 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-112)) (|:| -3449 (-771)) (|:| |period| (-771)))) (-5 *1 (-1155 *4)) (-4 *4 (-1214)) (-5 *3 (-771)))) (-3412 (*1 *1 *2) (-12 (-5 *2 (-1 (-1155 *3))) (-5 *1 (-1155 *3)) (-4 *3 (-1214)))) (-2508 (*1 *1 *2 *1) (-12 (-5 *1 (-1155 *2)) (-4 *2 (-1214)))) (-3496 (*1 *2 *3 *1) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-1155 *4)) (-4 *4 (-1099)) (-4 *4 (-1214)))) (-1409 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1155 *3)) (-4 *3 (-1099)) (-4 *3 (-1214)))) (-3345 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1155 *3)) (-4 *3 (-1099)) (-4 *3 (-1214)))) (-1813 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1155 *3)) (-4 *3 (-1214)))) (-4109 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3)))) (-4109 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3)))) (-3652 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3)))) (-3666 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3)))))
-(-13 (-674 |#1|) (-616 (-644 |#1|)) (-10 -8 (-6 -4415) (-15 -2745 ($ (-644 |#1|))) (IF (|has| |#1| (-1099)) (-15 -1863 ((-112) (-644 |#1|) $)) |%noBranch|) (-15 -2273 ((-2 (|:| |cycle?| (-112)) (|:| -3449 (-771)) (|:| |period| (-771))) (-771) $)) (-15 -3412 ($ (-1 $))) (-15 -2508 ($ |#1| $)) (IF (|has| |#1| (-1099)) (PROGN (-15 -3496 ((-1269) (-566) $)) (-15 -1409 ((-862) $)) (-15 -3345 ((-112)))) |%noBranch|) (-15 -1813 ($ $ (-566) $)) (-15 -4109 ($ (-1 |#1|))) (-15 -4109 ($ (-1 |#1| |#1|) |#1|)) (-15 -3652 ($ (-1 (-112) |#1|) $)) (-15 -3666 ($ (-1 (-112) |#1|) $))))
-((-2988 (((-112) $ $) 19)) (-2129 (($ $) 121)) (-2840 (($ $) 122)) (-3818 (($ $ (-144)) 109) (($ $ (-141)) 108)) (-1944 (((-1269) $ (-566) (-566)) 41 (|has| $ (-6 -4415)))) (-3388 (((-112) $ $) 119)) (-3366 (((-112) $ $ (-566)) 118)) (-3822 (($ (-566)) 128)) (-3011 (((-644 $) $ (-144)) 111) (((-644 $) $ (-141)) 110)) (-3054 (((-112) (-1 (-112) (-144) (-144)) $) 99) (((-112) $) 93 (|has| (-144) (-850)))) (-3628 (($ (-1 (-112) (-144) (-144)) $) 90 (|has| $ (-6 -4415))) (($ $) 89 (-12 (|has| (-144) (-850)) (|has| $ (-6 -4415))))) (-2671 (($ (-1 (-112) (-144) (-144)) $) 100) (($ $) 94 (|has| (-144) (-850)))) (-1504 (((-112) $ (-771)) 8)) (-1456 (((-144) $ (-566) (-144)) 53 (|has| $ (-6 -4415))) (((-144) $ (-1231 (-566)) (-144)) 59 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) (-144)) $) 76 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-2290 (($ $ (-144)) 105) (($ $ (-141)) 104)) (-3166 (($ $) 91 (|has| $ (-6 -4415)))) (-3683 (($ $) 101)) (-2801 (($ $ (-1231 (-566)) $) 115)) (-3942 (($ $) 79 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ (-144) $) 78 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) (-144)) $) 75 (|has| $ (-6 -4414)))) (-2873 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) 77 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) 74 (|has| $ (-6 -4414))) (((-144) (-1 (-144) (-144) (-144)) $) 73 (|has| $ (-6 -4414)))) (-3897 (((-144) $ (-566) (-144)) 54 (|has| $ (-6 -4415)))) (-3829 (((-144) $ (-566)) 52)) (-3409 (((-112) $ $) 120)) (-1569 (((-566) (-1 (-112) (-144)) $) 98) (((-566) (-144) $) 97 (|has| (-144) (-1099))) (((-566) (-144) $ (-566)) 96 (|has| (-144) (-1099))) (((-566) $ $ (-566)) 114) (((-566) (-141) $ (-566)) 113)) (-1683 (((-644 (-144)) $) 31 (|has| $ (-6 -4414)))) (-1860 (($ (-771) (-144)) 70)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 44 (|has| (-566) (-850)))) (-1478 (($ $ $) 88 (|has| (-144) (-850)))) (-2696 (($ (-1 (-112) (-144) (-144)) $ $) 102) (($ $ $) 95 (|has| (-144) (-850)))) (-3491 (((-644 (-144)) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) (-144) $) 28 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 45 (|has| (-566) (-850)))) (-2599 (($ $ $) 87 (|has| (-144) (-850)))) (-1580 (((-112) $ $ (-144)) 116)) (-1981 (((-771) $ $ (-144)) 117)) (-3885 (($ (-1 (-144) (-144)) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-144) (-144)) $) 36) (($ (-1 (-144) (-144) (-144)) $ $) 65)) (-1490 (($ $) 123)) (-1852 (($ $) 124)) (-3267 (((-112) $ (-771)) 10)) (-2303 (($ $ (-144)) 107) (($ $ (-141)) 106)) (-3380 (((-1157) $) 22)) (-1859 (($ (-144) $ (-566)) 61) (($ $ $ (-566)) 60)) (-3725 (((-644 (-566)) $) 47)) (-1644 (((-112) (-566) $) 48)) (-4072 (((-1119) $) 21)) (-3908 (((-144) $) 43 (|has| (-566) (-850)))) (-3668 (((-3 (-144) "failed") (-1 (-112) (-144)) $) 72)) (-3787 (($ $ (-144)) 42 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) (-144)) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-144)))) 27 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) 26 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) 25 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-144)) (-644 (-144))) 24 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) (-144) $) 46 (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-3486 (((-644 (-144)) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 (((-144) $ (-566) (-144)) 51) (((-144) $ (-566)) 50) (($ $ (-1231 (-566))) 64) (($ $ $) 103)) (-2166 (($ $ (-566)) 63) (($ $ (-1231 (-566))) 62)) (-4083 (((-771) (-1 (-112) (-144)) $) 32 (|has| $ (-6 -4414))) (((-771) (-144) $) 29 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4414))))) (-2661 (($ $ $ (-566)) 92 (|has| $ (-6 -4415)))) (-1480 (($ $) 13)) (-2376 (((-538) $) 80 (|has| (-144) (-614 (-538))))) (-1340 (($ (-644 (-144))) 71)) (-4386 (($ $ (-144)) 69) (($ (-144) $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-3152 (($ (-144)) 112) (((-862) $) 18)) (-3044 (((-112) $ $) 23)) (-2210 (((-112) (-1 (-112) (-144)) $) 34 (|has| $ (-6 -4414)))) (-2226 (((-1157) $) 132) (((-1157) $ (-112)) 131) (((-1269) (-822) $) 130) (((-1269) (-822) $ (-112)) 129)) (-2968 (((-112) $ $) 85 (|has| (-144) (-850)))) (-2946 (((-112) $ $) 84 (|has| (-144) (-850)))) (-2914 (((-112) $ $) 20)) (-2956 (((-112) $ $) 86 (|has| (-144) (-850)))) (-2935 (((-112) $ $) 83 (|has| (-144) (-850)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
+((-3560 (((-1155 |#1|) (-1155 |#1|)) 17)) (-1542 (((-1155 |#1|) (-1155 |#1|)) 13)) (-2441 (((-1155 |#1|) (-1155 |#1|) (-566) (-566)) 20)) (-2228 (((-1155 |#1|) (-1155 |#1|)) 15)))
+(((-1151 |#1|) (-10 -7 (-15 -1542 ((-1155 |#1|) (-1155 |#1|))) (-15 -2228 ((-1155 |#1|) (-1155 |#1|))) (-15 -3560 ((-1155 |#1|) (-1155 |#1|))) (-15 -2441 ((-1155 |#1|) (-1155 |#1|) (-566) (-566)))) (-13 (-558) (-147))) (T -1151))
+((-2441 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-1151 *4)))) (-3560 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1151 *3)))) (-2228 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1151 *3)))) (-1542 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1151 *3)))))
+(-10 -7 (-15 -1542 ((-1155 |#1|) (-1155 |#1|))) (-15 -2228 ((-1155 |#1|) (-1155 |#1|))) (-15 -3560 ((-1155 |#1|) (-1155 |#1|))) (-15 -2441 ((-1155 |#1|) (-1155 |#1|) (-566) (-566))))
+((-2829 (((-1155 |#1|) (-1155 (-1155 |#1|))) 15)))
+(((-1152 |#1|) (-10 -7 (-15 -2829 ((-1155 |#1|) (-1155 (-1155 |#1|))))) (-1215)) (T -1152))
+((-2829 (*1 *2 *3) (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1152 *4)) (-4 *4 (-1215)))))
+(-10 -7 (-15 -2829 ((-1155 |#1|) (-1155 (-1155 |#1|)))))
+((-2834 (((-1155 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|)) 25)) (-1936 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|)) 26)) (-1895 (((-1155 |#2|) (-1 |#2| |#1|) (-1155 |#1|)) 16)))
+(((-1153 |#1| |#2|) (-10 -7 (-15 -1895 ((-1155 |#2|) (-1 |#2| |#1|) (-1155 |#1|))) (-15 -2834 ((-1155 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|))) (-15 -1936 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|)))) (-1215) (-1215)) (T -1153))
+((-1936 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1155 *5)) (-4 *5 (-1215)) (-4 *2 (-1215)) (-5 *1 (-1153 *5 *2)))) (-2834 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1155 *6)) (-4 *6 (-1215)) (-4 *3 (-1215)) (-5 *2 (-1155 *3)) (-5 *1 (-1153 *6 *3)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1155 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-1155 *6)) (-5 *1 (-1153 *5 *6)))))
+(-10 -7 (-15 -1895 ((-1155 |#2|) (-1 |#2| |#1|) (-1155 |#1|))) (-15 -2834 ((-1155 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|))) (-15 -1936 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1155 |#1|))))
+((-1895 (((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-1155 |#2|)) 21)))
+(((-1154 |#1| |#2| |#3|) (-10 -7 (-15 -1895 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-1155 |#2|)))) (-1215) (-1215) (-1215)) (T -1154))
+((-1895 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1155 *6)) (-5 *5 (-1155 *7)) (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-1155 *8)) (-5 *1 (-1154 *6 *7 *8)))))
+(-10 -7 (-15 -1895 ((-1155 |#3|) (-1 |#3| |#1| |#2|) (-1155 |#1|) (-1155 |#2|))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) NIL)) (-3908 ((|#1| $) NIL)) (-2276 (($ $) 67)) (-2656 (((-1270) $ (-566) (-566)) 99 (|has| $ (-6 -4416)))) (-3337 (($ $ (-566)) 129 (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-2125 (((-862) $) 56 (|has| |#1| (-1099)))) (-2640 (((-112)) 55 (|has| |#1| (-1099)))) (-3283 ((|#1| $ |#1|) NIL (|has| $ (-6 -4416)))) (-3840 (($ $ $) 116 (|has| $ (-6 -4416))) (($ $ (-566) $) 142)) (-2694 ((|#1| $ |#1|) 126 (|has| $ (-6 -4416)))) (-1335 ((|#1| $ |#1|) 121 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ "first" |#1|) 123 (|has| $ (-6 -4416))) (($ $ "rest" $) 125 (|has| $ (-6 -4416))) ((|#1| $ "last" |#1|) 128 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 113 (|has| $ (-6 -4416))) ((|#1| $ (-566) |#1|) 77 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) 80)) (-3896 ((|#1| $) NIL)) (-4145 (($) NIL T CONST)) (-1599 (($ $) 14)) (-3616 (($ $) 42) (($ $ (-771)) 111)) (-4319 (((-112) (-644 |#1|) $) 135 (|has| |#1| (-1099)))) (-1928 (($ (-644 |#1|)) 131)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) 79)) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1605 (((-112) $) NIL)) (-3953 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-2867 (((-1270) (-566) $) 141 (|has| |#1| (-1099)))) (-1462 (((-771) $) 138)) (-2305 (((-644 $) $) NIL)) (-3906 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1566 (($ (-771) |#1|) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 95 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 85) (($ (-1 |#1| |#1| |#1|) $ $) 89)) (-4395 (((-112) $ (-771)) NIL)) (-3343 (((-644 |#1|) $) NIL)) (-3900 (((-112) $) NIL)) (-3793 (($ $) 114)) (-1388 (((-112) $) 13)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1855 ((|#1| $) NIL) (($ $ (-771)) NIL)) (-3438 (($ $ $ (-566)) NIL) (($ |#1| $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) 96)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1934 (($ (-1 |#1|)) 144) (($ (-1 |#1| |#1|) |#1|) 145)) (-3395 ((|#1| $) 10)) (-3604 ((|#1| $) 41) (($ $ (-771)) 65)) (-2869 (((-2 (|:| |cycle?| (-112)) (|:| -1913 (-771)) (|:| |period| (-771))) (-771) $) 36)) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1978 (($ (-1 (-112) |#1|) $) 146)) (-1989 (($ (-1 (-112) |#1|) $) 147)) (-1417 (($ $ |#1|) 90 (|has| $ (-6 -4416)))) (-2929 (($ $ (-566)) 45)) (-4284 (((-112) $) 94)) (-2852 (((-112) $) 12)) (-1601 (((-112) $) 137)) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 30)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) 20)) (-1710 (($) 60)) (-3483 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1232 (-566))) NIL) ((|#1| $ (-566)) 75) ((|#1| $ (-566) |#1|) NIL)) (-1985 (((-566) $ $) 64)) (-1405 (($ $ (-1232 (-566))) NIL) (($ $ (-566)) NIL)) (-2114 (($ (-1 $)) 63)) (-1409 (((-112) $) 91)) (-2783 (($ $) 92)) (-1603 (($ $) 117 (|has| $ (-6 -4416)))) (-2883 (((-771) $) NIL)) (-3715 (($ $) NIL)) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) 59)) (-1945 (((-538) $) NIL (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 73)) (-4113 (($ |#1| $) 115)) (-1940 (($ $ $) 119 (|has| $ (-6 -4416))) (($ $ |#1|) 120 (|has| $ (-6 -4416)))) (-2829 (($ $ $) 101) (($ |#1| $) 61) (($ (-644 $)) 106) (($ $ |#1|) 100)) (-1911 (($ $) 66)) (-1650 (($ (-644 |#1|)) 130) (((-862) $) 57 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) NIL)) (-2110 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 133 (|has| |#1| (-1099)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1155 |#1|) (-13 (-674 |#1|) (-616 (-644 |#1|)) (-10 -8 (-6 -4416) (-15 -1928 ($ (-644 |#1|))) (IF (|has| |#1| (-1099)) (-15 -4319 ((-112) (-644 |#1|) $)) |%noBranch|) (-15 -2869 ((-2 (|:| |cycle?| (-112)) (|:| -1913 (-771)) (|:| |period| (-771))) (-771) $)) (-15 -2114 ($ (-1 $))) (-15 -4113 ($ |#1| $)) (IF (|has| |#1| (-1099)) (PROGN (-15 -2867 ((-1270) (-566) $)) (-15 -2125 ((-862) $)) (-15 -2640 ((-112)))) |%noBranch|) (-15 -3840 ($ $ (-566) $)) (-15 -1934 ($ (-1 |#1|))) (-15 -1934 ($ (-1 |#1| |#1|) |#1|)) (-15 -1978 ($ (-1 (-112) |#1|) $)) (-15 -1989 ($ (-1 (-112) |#1|) $)))) (-1215)) (T -1155))
+((-1928 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3)))) (-4319 (*1 *2 *3 *1) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-4 *4 (-1215)) (-5 *2 (-112)) (-5 *1 (-1155 *4)))) (-2869 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-112)) (|:| -1913 (-771)) (|:| |period| (-771)))) (-5 *1 (-1155 *4)) (-4 *4 (-1215)) (-5 *3 (-771)))) (-2114 (*1 *1 *2) (-12 (-5 *2 (-1 (-1155 *3))) (-5 *1 (-1155 *3)) (-4 *3 (-1215)))) (-4113 (*1 *1 *2 *1) (-12 (-5 *1 (-1155 *2)) (-4 *2 (-1215)))) (-2867 (*1 *2 *3 *1) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-1155 *4)) (-4 *4 (-1099)) (-4 *4 (-1215)))) (-2125 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1155 *3)) (-4 *3 (-1099)) (-4 *3 (-1215)))) (-2640 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1155 *3)) (-4 *3 (-1099)) (-4 *3 (-1215)))) (-3840 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1155 *3)) (-4 *3 (-1215)))) (-1934 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3)))) (-1934 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3)))) (-1978 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3)))) (-1989 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3)))))
+(-13 (-674 |#1|) (-616 (-644 |#1|)) (-10 -8 (-6 -4416) (-15 -1928 ($ (-644 |#1|))) (IF (|has| |#1| (-1099)) (-15 -4319 ((-112) (-644 |#1|) $)) |%noBranch|) (-15 -2869 ((-2 (|:| |cycle?| (-112)) (|:| -1913 (-771)) (|:| |period| (-771))) (-771) $)) (-15 -2114 ($ (-1 $))) (-15 -4113 ($ |#1| $)) (IF (|has| |#1| (-1099)) (PROGN (-15 -2867 ((-1270) (-566) $)) (-15 -2125 ((-862) $)) (-15 -2640 ((-112)))) |%noBranch|) (-15 -3840 ($ $ (-566) $)) (-15 -1934 ($ (-1 |#1|))) (-15 -1934 ($ (-1 |#1| |#1|) |#1|)) (-15 -1978 ($ (-1 (-112) |#1|) $)) (-15 -1989 ($ (-1 (-112) |#1|) $))))
+((-4124 (((-112) $ $) 19)) (-3939 (($ $) 121)) (-3454 (($ $) 122)) (-1679 (($ $ (-144)) 109) (($ $ (-141)) 108)) (-2656 (((-1270) $ (-566) (-566)) 41 (|has| $ (-6 -4416)))) (-2391 (((-112) $ $) 119)) (-2370 (((-112) $ $ (-566)) 118)) (-1901 (($ (-566)) 128)) (-3655 (((-644 $) $ (-144)) 111) (((-644 $) $ (-141)) 110)) (-2771 (((-112) (-1 (-112) (-144) (-144)) $) 99) (((-112) $) 93 (|has| (-144) (-850)))) (-3632 (($ (-1 (-112) (-144) (-144)) $) 90 (|has| $ (-6 -4416))) (($ $) 89 (-12 (|has| (-144) (-850)) (|has| $ (-6 -4416))))) (-3292 (($ (-1 (-112) (-144) (-144)) $) 100) (($ $) 94 (|has| (-144) (-850)))) (-3874 (((-112) $ (-771)) 8)) (-1777 (((-144) $ (-566) (-144)) 53 (|has| $ (-6 -4416))) (((-144) $ (-1232 (-566)) (-144)) 59 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) (-144)) $) 76 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-3899 (($ $ (-144)) 105) (($ $ (-141)) 104)) (-1501 (($ $) 91 (|has| $ (-6 -4416)))) (-1721 (($ $) 101)) (-4359 (($ $ (-1232 (-566)) $) 115)) (-3640 (($ $) 79 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ (-144) $) 78 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) (-144)) $) 75 (|has| $ (-6 -4415)))) (-1936 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) 77 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) 74 (|has| $ (-6 -4415))) (((-144) (-1 (-144) (-144) (-144)) $) 73 (|has| $ (-6 -4415)))) (-2417 (((-144) $ (-566) (-144)) 54 (|has| $ (-6 -4416)))) (-2359 (((-144) $ (-566)) 52)) (-2413 (((-112) $ $) 120)) (-1308 (((-566) (-1 (-112) (-144)) $) 98) (((-566) (-144) $) 97 (|has| (-144) (-1099))) (((-566) (-144) $ (-566)) 96 (|has| (-144) (-1099))) (((-566) $ $ (-566)) 114) (((-566) (-141) $ (-566)) 113)) (-3953 (((-644 (-144)) $) 31 (|has| $ (-6 -4415)))) (-1566 (($ (-771) (-144)) 70)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 44 (|has| (-566) (-850)))) (-1888 (($ $ $) 88 (|has| (-144) (-850)))) (-1485 (($ (-1 (-112) (-144) (-144)) $ $) 102) (($ $ $) 95 (|has| (-144) (-850)))) (-1690 (((-644 (-144)) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) (-144) $) 28 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 45 (|has| (-566) (-850)))) (-3890 (($ $ $) 87 (|has| (-144) (-850)))) (-3161 (((-112) $ $ (-144)) 116)) (-2269 (((-771) $ $ (-144)) 117)) (-2409 (($ (-1 (-144) (-144)) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-144) (-144)) $) 36) (($ (-1 (-144) (-144) (-144)) $ $) 65)) (-3734 (($ $) 123)) (-4223 (($ $) 124)) (-4395 (((-112) $ (-771)) 10)) (-3912 (($ $ (-144)) 107) (($ $ (-141)) 106)) (-3057 (((-1157) $) 22)) (-3438 (($ (-144) $ (-566)) 61) (($ $ $ (-566)) 60)) (-2033 (((-644 (-566)) $) 47)) (-2686 (((-112) (-566) $) 48)) (-2029 (((-1119) $) 21)) (-3604 (((-144) $) 43 (|has| (-566) (-850)))) (-2695 (((-3 (-144) "failed") (-1 (-112) (-144)) $) 72)) (-1417 (($ $ (-144)) 42 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) (-144)) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-144)))) 27 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) 26 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) 25 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-144)) (-644 (-144))) 24 (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) (-144) $) 46 (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-1647 (((-644 (-144)) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 (((-144) $ (-566) (-144)) 51) (((-144) $ (-566)) 50) (($ $ (-1232 (-566))) 64) (($ $ $) 103)) (-1405 (($ $ (-566)) 63) (($ $ (-1232 (-566))) 62)) (-2037 (((-771) (-1 (-112) (-144)) $) 32 (|has| $ (-6 -4415))) (((-771) (-144) $) 29 (-12 (|has| (-144) (-1099)) (|has| $ (-6 -4415))))) (-2310 (($ $ $ (-566)) 92 (|has| $ (-6 -4416)))) (-1800 (($ $) 13)) (-1945 (((-538) $) 80 (|has| (-144) (-614 (-538))))) (-1664 (($ (-644 (-144))) 71)) (-2829 (($ $ (-144)) 69) (($ (-144) $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-1650 (($ (-144)) 112) (((-862) $) 18)) (-2657 (((-112) $ $) 23)) (-3487 (((-112) (-1 (-112) (-144)) $) 34 (|has| $ (-6 -4415)))) (-3673 (((-1157) $) 132) (((-1157) $ (-112)) 131) (((-1270) (-822) $) 130) (((-1270) (-822) $ (-112)) 129)) (-2928 (((-112) $ $) 85 (|has| (-144) (-850)))) (-2904 (((-112) $ $) 84 (|has| (-144) (-850)))) (-2868 (((-112) $ $) 20)) (-2915 (((-112) $ $) 86 (|has| (-144) (-850)))) (-2892 (((-112) $ $) 83 (|has| (-144) (-850)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
(((-1156) (-140)) (T -1156))
-((-3822 (*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1156)))))
-(-13 (-1143) (-1099) (-828) (-10 -8 (-15 -3822 ($ (-566)))))
-(((-34) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 #0=(-144)) . T) ((-614 (-538)) |has| (-144) (-614 (-538))) ((-287 #1=(-566) #0#) . T) ((-289 #1# #0#) . T) ((-310 #0#) -12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))) ((-375 #0#) . T) ((-491 #0#) . T) ((-604 #1# #0#) . T) ((-516 #0# #0#) -12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))) ((-651 #0#) . T) ((-19 #0#) . T) ((-828) . T) ((-850) |has| (-144) (-850)) ((-1099) . T) ((-1143) . T) ((-1214) . T))
-((-2988 (((-112) $ $) NIL)) (-2129 (($ $) NIL)) (-2840 (($ $) NIL)) (-3818 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3388 (((-112) $ $) NIL)) (-3366 (((-112) $ $ (-566)) NIL)) (-3822 (($ (-566)) 8)) (-3011 (((-644 $) $ (-144)) NIL) (((-644 $) $ (-141)) NIL)) (-3054 (((-112) (-1 (-112) (-144) (-144)) $) NIL) (((-112) $) NIL (|has| (-144) (-850)))) (-3628 (($ (-1 (-112) (-144) (-144)) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-850))))) (-2671 (($ (-1 (-112) (-144) (-144)) $) NIL) (($ $) NIL (|has| (-144) (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 (((-144) $ (-566) (-144)) NIL (|has| $ (-6 -4415))) (((-144) $ (-1231 (-566)) (-144)) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-2290 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-2801 (($ $ (-1231 (-566)) $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-2622 (($ (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099)))) (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4414))) (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4414)))) (-3897 (((-144) $ (-566) (-144)) NIL (|has| $ (-6 -4415)))) (-3829 (((-144) $ (-566)) NIL)) (-3409 (((-112) $ $) NIL)) (-1569 (((-566) (-1 (-112) (-144)) $) NIL) (((-566) (-144) $) NIL (|has| (-144) (-1099))) (((-566) (-144) $ (-566)) NIL (|has| (-144) (-1099))) (((-566) $ $ (-566)) NIL) (((-566) (-141) $ (-566)) NIL)) (-1683 (((-644 (-144)) $) NIL (|has| $ (-6 -4414)))) (-1860 (($ (-771) (-144)) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| (-144) (-850)))) (-2696 (($ (-1 (-112) (-144) (-144)) $ $) NIL) (($ $ $) NIL (|has| (-144) (-850)))) (-3491 (((-644 (-144)) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| (-144) (-850)))) (-1580 (((-112) $ $ (-144)) NIL)) (-1981 (((-771) $ $ (-144)) NIL)) (-3885 (($ (-1 (-144) (-144)) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-144) (-144)) $) NIL) (($ (-1 (-144) (-144) (-144)) $ $) NIL)) (-1490 (($ $) NIL)) (-1852 (($ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-2303 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-3380 (((-1157) $) NIL)) (-1859 (($ (-144) $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 (((-144) $) NIL (|has| (-566) (-850)))) (-3668 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-3787 (($ $ (-144)) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-144)))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-144)) (-644 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-3486 (((-644 (-144)) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 (((-144) $ (-566) (-144)) NIL) (((-144) $ (-566)) NIL) (($ $ (-1231 (-566))) NIL) (($ $ $) NIL)) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-4083 (((-771) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414))) (((-771) (-144) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-144) (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-144) (-614 (-538))))) (-1340 (($ (-644 (-144))) NIL)) (-4386 (($ $ (-144)) NIL) (($ (-144) $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-3152 (($ (-144)) NIL) (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2210 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4414)))) (-2226 (((-1157) $) 19) (((-1157) $ (-112)) 21) (((-1269) (-822) $) 22) (((-1269) (-822) $ (-112)) 23)) (-2968 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2946 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2935 (((-112) $ $) NIL (|has| (-144) (-850)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
+((-1901 (*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1156)))))
+(-13 (-1143) (-1099) (-828) (-10 -8 (-15 -1901 ($ (-566)))))
+(((-34) . T) ((-102) . T) ((-613 (-862)) . T) ((-151 #0=(-144)) . T) ((-614 (-538)) |has| (-144) (-614 (-538))) ((-287 #1=(-566) #0#) . T) ((-289 #1# #0#) . T) ((-310 #0#) -12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))) ((-375 #0#) . T) ((-491 #0#) . T) ((-604 #1# #0#) . T) ((-516 #0# #0#) -12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))) ((-651 #0#) . T) ((-19 #0#) . T) ((-828) . T) ((-850) |has| (-144) (-850)) ((-1099) . T) ((-1143) . T) ((-1215) . T))
+((-4124 (((-112) $ $) NIL)) (-3939 (($ $) NIL)) (-3454 (($ $) NIL)) (-1679 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2391 (((-112) $ $) NIL)) (-2370 (((-112) $ $ (-566)) NIL)) (-1901 (($ (-566)) 8)) (-3655 (((-644 $) $ (-144)) NIL) (((-644 $) $ (-141)) NIL)) (-2771 (((-112) (-1 (-112) (-144) (-144)) $) NIL) (((-112) $) NIL (|has| (-144) (-850)))) (-3632 (($ (-1 (-112) (-144) (-144)) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| (-144) (-850))))) (-3292 (($ (-1 (-112) (-144) (-144)) $) NIL) (($ $) NIL (|has| (-144) (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 (((-144) $ (-566) (-144)) NIL (|has| $ (-6 -4416))) (((-144) $ (-1232 (-566)) (-144)) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-3899 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-4359 (($ $ (-1232 (-566)) $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-1837 (($ (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099)))) (($ (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-144) (-1 (-144) (-144) (-144)) $ (-144) (-144)) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099)))) (((-144) (-1 (-144) (-144) (-144)) $ (-144)) NIL (|has| $ (-6 -4415))) (((-144) (-1 (-144) (-144) (-144)) $) NIL (|has| $ (-6 -4415)))) (-2417 (((-144) $ (-566) (-144)) NIL (|has| $ (-6 -4416)))) (-2359 (((-144) $ (-566)) NIL)) (-2413 (((-112) $ $) NIL)) (-1308 (((-566) (-1 (-112) (-144)) $) NIL) (((-566) (-144) $) NIL (|has| (-144) (-1099))) (((-566) (-144) $ (-566)) NIL (|has| (-144) (-1099))) (((-566) $ $ (-566)) NIL) (((-566) (-141) $ (-566)) NIL)) (-3953 (((-644 (-144)) $) NIL (|has| $ (-6 -4415)))) (-1566 (($ (-771) (-144)) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| (-144) (-850)))) (-1485 (($ (-1 (-112) (-144) (-144)) $ $) NIL) (($ $ $) NIL (|has| (-144) (-850)))) (-1690 (((-644 (-144)) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| (-144) (-850)))) (-3161 (((-112) $ $ (-144)) NIL)) (-2269 (((-771) $ $ (-144)) NIL)) (-2409 (($ (-1 (-144) (-144)) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-144) (-144)) $) NIL) (($ (-1 (-144) (-144) (-144)) $ $) NIL)) (-3734 (($ $) NIL)) (-4223 (($ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3912 (($ $ (-144)) NIL) (($ $ (-141)) NIL)) (-3057 (((-1157) $) NIL)) (-3438 (($ (-144) $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 (((-144) $) NIL (|has| (-566) (-850)))) (-2695 (((-3 (-144) "failed") (-1 (-112) (-144)) $) NIL)) (-1417 (($ $ (-144)) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-144)))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-295 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-144) (-144)) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099)))) (($ $ (-644 (-144)) (-644 (-144))) NIL (-12 (|has| (-144) (-310 (-144))) (|has| (-144) (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-1647 (((-644 (-144)) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 (((-144) $ (-566) (-144)) NIL) (((-144) $ (-566)) NIL) (($ $ (-1232 (-566))) NIL) (($ $ $) NIL)) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-2037 (((-771) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415))) (((-771) (-144) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-144) (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-144) (-614 (-538))))) (-1664 (($ (-644 (-144))) NIL)) (-2829 (($ $ (-144)) NIL) (($ (-144) $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-1650 (($ (-144)) NIL) (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-3487 (((-112) (-1 (-112) (-144)) $) NIL (|has| $ (-6 -4415)))) (-3673 (((-1157) $) 19) (((-1157) $ (-112)) 21) (((-1270) (-822) $) 22) (((-1270) (-822) $ (-112)) 23)) (-2928 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2904 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (|has| (-144) (-850)))) (-2892 (((-112) $ $) NIL (|has| (-144) (-850)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
(((-1157) (-1156)) (T -1157))
NIL
(-1156)
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL)) (-1944 (((-1269) $ (-1157) (-1157)) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-1157) |#1|) NIL)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 |#1| "failed") (-1157) $) NIL)) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099))))) (-3512 (($ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414))) (((-3 |#1| "failed") (-1157) $) NIL)) (-2622 (($ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-1157) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-1157)) NIL)) (-1683 (((-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-1157) $) NIL (|has| (-1157) (-850)))) (-3491 (((-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-1157) $) NIL (|has| (-1157) (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-4052 (((-644 (-1157)) $) NIL)) (-1826 (((-112) (-1157) $) NIL)) (-3278 (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL)) (-3888 (($ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL)) (-3725 (((-644 (-1157)) $) NIL)) (-1644 (((-112) (-1157) $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-3908 ((|#1| $) NIL (|has| (-1157) (-850)))) (-3668 (((-3 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) "failed") (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (($ $ (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL (-12 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-310 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-1157)) NIL) ((|#1| $ (-1157) |#1|) NIL)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL)) (-3152 (((-862) $) NIL (-2768 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-613 (-862))) (|has| |#1| (-613 (-862)))))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 (-1157)) (|:| -2636 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1158 |#1|) (-13 (-1190 (-1157) |#1|) (-10 -7 (-6 -4414))) (-1099)) (T -1158))
-NIL
-(-13 (-1190 (-1157) |#1|) (-10 -7 (-6 -4414)))
-((-3583 (((-1155 |#1|) (-1155 |#1|)) 85)) (-3245 (((-3 (-1155 |#1|) "failed") (-1155 |#1|)) 42)) (-4098 (((-1155 |#1|) (-409 (-566)) (-1155 |#1|)) 136 (|has| |#1| (-38 (-409 (-566)))))) (-1956 (((-1155 |#1|) |#1| (-1155 |#1|)) 142 (|has| |#1| (-365)))) (-4275 (((-1155 |#1|) (-1155 |#1|)) 100)) (-2330 (((-1155 (-566)) (-566)) 64)) (-1974 (((-1155 |#1|) (-1155 (-1155 |#1|))) 119 (|has| |#1| (-38 (-409 (-566)))))) (-2732 (((-1155 |#1|) (-566) (-566) (-1155 |#1|)) 105)) (-4325 (((-1155 |#1|) |#1| (-566)) 54)) (-3566 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 67)) (-1846 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 139 (|has| |#1| (-365)))) (-3084 (((-1155 |#1|) |#1| (-1 (-1155 |#1|))) 118 (|has| |#1| (-38 (-409 (-566)))))) (-2722 (((-1155 |#1|) (-1 |#1| (-566)) |#1| (-1 (-1155 |#1|))) 140 (|has| |#1| (-365)))) (-1968 (((-1155 |#1|) (-1155 |#1|)) 99)) (-4267 (((-1155 |#1|) (-1155 |#1|)) 83)) (-1733 (((-1155 |#1|) (-566) (-566) (-1155 |#1|)) 106)) (-3313 (((-1155 |#1|) |#1| (-1155 |#1|)) 115 (|has| |#1| (-38 (-409 (-566)))))) (-4286 (((-1155 (-566)) (-566)) 63)) (-2590 (((-1155 |#1|) |#1|) 66)) (-2139 (((-1155 |#1|) (-1155 |#1|) (-566) (-566)) 102)) (-3417 (((-1155 |#1|) (-1 |#1| (-566)) (-1155 |#1|)) 73)) (-2978 (((-3 (-1155 |#1|) "failed") (-1155 |#1|) (-1155 |#1|)) 40)) (-4059 (((-1155 |#1|) (-1155 |#1|)) 101)) (-2023 (((-1155 |#1|) (-1155 |#1|) |#1|) 78)) (-2726 (((-1155 |#1|) (-1155 |#1|)) 69)) (-1964 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 79)) (-3152 (((-1155 |#1|) |#1|) 74)) (-1706 (((-1155 |#1|) (-1155 (-1155 |#1|))) 90)) (-3025 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 41)) (-3012 (((-1155 |#1|) (-1155 |#1|)) 21) (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 23)) (-3002 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 17)) (* (((-1155 |#1|) (-1155 |#1|) |#1|) 29) (((-1155 |#1|) |#1| (-1155 |#1|)) 26) (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 27)))
-(((-1159 |#1|) (-10 -7 (-15 -3002 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3012 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3012 ((-1155 |#1|) (-1155 |#1|))) (-15 * ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 * ((-1155 |#1|) |#1| (-1155 |#1|))) (-15 * ((-1155 |#1|) (-1155 |#1|) |#1|)) (-15 -2978 ((-3 (-1155 |#1|) "failed") (-1155 |#1|) (-1155 |#1|))) (-15 -3025 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3245 ((-3 (-1155 |#1|) "failed") (-1155 |#1|))) (-15 -4325 ((-1155 |#1|) |#1| (-566))) (-15 -4286 ((-1155 (-566)) (-566))) (-15 -2330 ((-1155 (-566)) (-566))) (-15 -2590 ((-1155 |#1|) |#1|)) (-15 -3566 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -2726 ((-1155 |#1|) (-1155 |#1|))) (-15 -3417 ((-1155 |#1|) (-1 |#1| (-566)) (-1155 |#1|))) (-15 -3152 ((-1155 |#1|) |#1|)) (-15 -2023 ((-1155 |#1|) (-1155 |#1|) |#1|)) (-15 -1964 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -4267 ((-1155 |#1|) (-1155 |#1|))) (-15 -3583 ((-1155 |#1|) (-1155 |#1|))) (-15 -1706 ((-1155 |#1|) (-1155 (-1155 |#1|)))) (-15 -1968 ((-1155 |#1|) (-1155 |#1|))) (-15 -4275 ((-1155 |#1|) (-1155 |#1|))) (-15 -4059 ((-1155 |#1|) (-1155 |#1|))) (-15 -2139 ((-1155 |#1|) (-1155 |#1|) (-566) (-566))) (-15 -2732 ((-1155 |#1|) (-566) (-566) (-1155 |#1|))) (-15 -1733 ((-1155 |#1|) (-566) (-566) (-1155 |#1|))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ((-1155 |#1|) |#1| (-1155 |#1|))) (-15 -3084 ((-1155 |#1|) |#1| (-1 (-1155 |#1|)))) (-15 -1974 ((-1155 |#1|) (-1155 (-1155 |#1|)))) (-15 -4098 ((-1155 |#1|) (-409 (-566)) (-1155 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -1846 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -2722 ((-1155 |#1|) (-1 |#1| (-566)) |#1| (-1 (-1155 |#1|)))) (-15 -1956 ((-1155 |#1|) |#1| (-1155 |#1|)))) |%noBranch|)) (-1049)) (T -1159))
-((-1956 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2722 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-566))) (-5 *5 (-1 (-1155 *4))) (-4 *4 (-365)) (-4 *4 (-1049)) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4)))) (-1846 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-4098 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1049)) (-5 *3 (-409 (-566))) (-5 *1 (-1159 *4)))) (-1974 (*1 *2 *3) (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4)) (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)))) (-3084 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1155 *3))) (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)))) (-3313 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-1733 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049)) (-5 *1 (-1159 *4)))) (-2732 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049)) (-5 *1 (-1159 *4)))) (-2139 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049)) (-5 *1 (-1159 *4)))) (-4059 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-4275 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-1968 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-1706 (*1 *2 *3) (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4)) (-4 *4 (-1049)))) (-3583 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-4267 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-1964 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2023 (*1 *2 *2 *3) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-3152 (*1 *2 *3) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049)))) (-3417 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-1 *4 (-566))) (-4 *4 (-1049)) (-5 *1 (-1159 *4)))) (-2726 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-3566 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2590 (*1 *2 *3) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049)))) (-2330 (*1 *2 *3) (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1159 *4)) (-4 *4 (-1049)) (-5 *3 (-566)))) (-4286 (*1 *2 *3) (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1159 *4)) (-4 *4 (-1049)) (-5 *3 (-566)))) (-4325 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049)))) (-3245 (*1 *2 *2) (|partial| -12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-3025 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2978 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-3012 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-3012 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-3002 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
-(-10 -7 (-15 -3002 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3012 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3012 ((-1155 |#1|) (-1155 |#1|))) (-15 * ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 * ((-1155 |#1|) |#1| (-1155 |#1|))) (-15 * ((-1155 |#1|) (-1155 |#1|) |#1|)) (-15 -2978 ((-3 (-1155 |#1|) "failed") (-1155 |#1|) (-1155 |#1|))) (-15 -3025 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3245 ((-3 (-1155 |#1|) "failed") (-1155 |#1|))) (-15 -4325 ((-1155 |#1|) |#1| (-566))) (-15 -4286 ((-1155 (-566)) (-566))) (-15 -2330 ((-1155 (-566)) (-566))) (-15 -2590 ((-1155 |#1|) |#1|)) (-15 -3566 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -2726 ((-1155 |#1|) (-1155 |#1|))) (-15 -3417 ((-1155 |#1|) (-1 |#1| (-566)) (-1155 |#1|))) (-15 -3152 ((-1155 |#1|) |#1|)) (-15 -2023 ((-1155 |#1|) (-1155 |#1|) |#1|)) (-15 -1964 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -4267 ((-1155 |#1|) (-1155 |#1|))) (-15 -3583 ((-1155 |#1|) (-1155 |#1|))) (-15 -1706 ((-1155 |#1|) (-1155 (-1155 |#1|)))) (-15 -1968 ((-1155 |#1|) (-1155 |#1|))) (-15 -4275 ((-1155 |#1|) (-1155 |#1|))) (-15 -4059 ((-1155 |#1|) (-1155 |#1|))) (-15 -2139 ((-1155 |#1|) (-1155 |#1|) (-566) (-566))) (-15 -2732 ((-1155 |#1|) (-566) (-566) (-1155 |#1|))) (-15 -1733 ((-1155 |#1|) (-566) (-566) (-1155 |#1|))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ((-1155 |#1|) |#1| (-1155 |#1|))) (-15 -3084 ((-1155 |#1|) |#1| (-1 (-1155 |#1|)))) (-15 -1974 ((-1155 |#1|) (-1155 (-1155 |#1|)))) (-15 -4098 ((-1155 |#1|) (-409 (-566)) (-1155 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -1846 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -2722 ((-1155 |#1|) (-1 |#1| (-566)) |#1| (-1 (-1155 |#1|)))) (-15 -1956 ((-1155 |#1|) |#1| (-1155 |#1|)))) |%noBranch|))
-((-3963 (((-1155 |#1|) (-1155 |#1|)) 60)) (-3630 (((-1155 |#1|) (-1155 |#1|)) 42)) (-3941 (((-1155 |#1|) (-1155 |#1|)) 56)) (-3602 (((-1155 |#1|) (-1155 |#1|)) 38)) (-3986 (((-1155 |#1|) (-1155 |#1|)) 63)) (-3656 (((-1155 |#1|) (-1155 |#1|)) 45)) (-3619 (((-1155 |#1|) (-1155 |#1|)) 34)) (-3521 (((-1155 |#1|) (-1155 |#1|)) 29)) (-3996 (((-1155 |#1|) (-1155 |#1|)) 64)) (-3670 (((-1155 |#1|) (-1155 |#1|)) 46)) (-3976 (((-1155 |#1|) (-1155 |#1|)) 61)) (-3643 (((-1155 |#1|) (-1155 |#1|)) 43)) (-3952 (((-1155 |#1|) (-1155 |#1|)) 58)) (-3618 (((-1155 |#1|) (-1155 |#1|)) 40)) (-4032 (((-1155 |#1|) (-1155 |#1|)) 68)) (-3892 (((-1155 |#1|) (-1155 |#1|)) 50)) (-4008 (((-1155 |#1|) (-1155 |#1|)) 66)) (-3684 (((-1155 |#1|) (-1155 |#1|)) 48)) (-4057 (((-1155 |#1|) (-1155 |#1|)) 71)) (-3917 (((-1155 |#1|) (-1155 |#1|)) 53)) (-3964 (((-1155 |#1|) (-1155 |#1|)) 72)) (-3929 (((-1155 |#1|) (-1155 |#1|)) 54)) (-4044 (((-1155 |#1|) (-1155 |#1|)) 70)) (-3904 (((-1155 |#1|) (-1155 |#1|)) 52)) (-4020 (((-1155 |#1|) (-1155 |#1|)) 69)) (-3879 (((-1155 |#1|) (-1155 |#1|)) 51)) (** (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 36)))
-(((-1160 |#1|) (-10 -7 (-15 -3521 ((-1155 |#1|) (-1155 |#1|))) (-15 -3619 ((-1155 |#1|) (-1155 |#1|))) (-15 ** ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3602 ((-1155 |#1|) (-1155 |#1|))) (-15 -3618 ((-1155 |#1|) (-1155 |#1|))) (-15 -3630 ((-1155 |#1|) (-1155 |#1|))) (-15 -3643 ((-1155 |#1|) (-1155 |#1|))) (-15 -3656 ((-1155 |#1|) (-1155 |#1|))) (-15 -3670 ((-1155 |#1|) (-1155 |#1|))) (-15 -3684 ((-1155 |#1|) (-1155 |#1|))) (-15 -3879 ((-1155 |#1|) (-1155 |#1|))) (-15 -3892 ((-1155 |#1|) (-1155 |#1|))) (-15 -3904 ((-1155 |#1|) (-1155 |#1|))) (-15 -3917 ((-1155 |#1|) (-1155 |#1|))) (-15 -3929 ((-1155 |#1|) (-1155 |#1|))) (-15 -3941 ((-1155 |#1|) (-1155 |#1|))) (-15 -3952 ((-1155 |#1|) (-1155 |#1|))) (-15 -3963 ((-1155 |#1|) (-1155 |#1|))) (-15 -3976 ((-1155 |#1|) (-1155 |#1|))) (-15 -3986 ((-1155 |#1|) (-1155 |#1|))) (-15 -3996 ((-1155 |#1|) (-1155 |#1|))) (-15 -4008 ((-1155 |#1|) (-1155 |#1|))) (-15 -4020 ((-1155 |#1|) (-1155 |#1|))) (-15 -4032 ((-1155 |#1|) (-1155 |#1|))) (-15 -4044 ((-1155 |#1|) (-1155 |#1|))) (-15 -4057 ((-1155 |#1|) (-1155 |#1|))) (-15 -3964 ((-1155 |#1|) (-1155 |#1|)))) (-38 (-409 (-566)))) (T -1160))
-((-3964 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4057 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4044 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4032 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4020 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4008 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3996 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3986 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3976 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3963 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3952 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3941 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3929 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3917 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3904 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3892 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3879 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3684 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3670 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3656 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3643 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3630 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3618 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3602 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3619 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-3521 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))))
-(-10 -7 (-15 -3521 ((-1155 |#1|) (-1155 |#1|))) (-15 -3619 ((-1155 |#1|) (-1155 |#1|))) (-15 ** ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3602 ((-1155 |#1|) (-1155 |#1|))) (-15 -3618 ((-1155 |#1|) (-1155 |#1|))) (-15 -3630 ((-1155 |#1|) (-1155 |#1|))) (-15 -3643 ((-1155 |#1|) (-1155 |#1|))) (-15 -3656 ((-1155 |#1|) (-1155 |#1|))) (-15 -3670 ((-1155 |#1|) (-1155 |#1|))) (-15 -3684 ((-1155 |#1|) (-1155 |#1|))) (-15 -3879 ((-1155 |#1|) (-1155 |#1|))) (-15 -3892 ((-1155 |#1|) (-1155 |#1|))) (-15 -3904 ((-1155 |#1|) (-1155 |#1|))) (-15 -3917 ((-1155 |#1|) (-1155 |#1|))) (-15 -3929 ((-1155 |#1|) (-1155 |#1|))) (-15 -3941 ((-1155 |#1|) (-1155 |#1|))) (-15 -3952 ((-1155 |#1|) (-1155 |#1|))) (-15 -3963 ((-1155 |#1|) (-1155 |#1|))) (-15 -3976 ((-1155 |#1|) (-1155 |#1|))) (-15 -3986 ((-1155 |#1|) (-1155 |#1|))) (-15 -3996 ((-1155 |#1|) (-1155 |#1|))) (-15 -4008 ((-1155 |#1|) (-1155 |#1|))) (-15 -4020 ((-1155 |#1|) (-1155 |#1|))) (-15 -4032 ((-1155 |#1|) (-1155 |#1|))) (-15 -4044 ((-1155 |#1|) (-1155 |#1|))) (-15 -4057 ((-1155 |#1|) (-1155 |#1|))) (-15 -3964 ((-1155 |#1|) (-1155 |#1|))))
-((-3963 (((-1155 |#1|) (-1155 |#1|)) 108)) (-3630 (((-1155 |#1|) (-1155 |#1|)) 65)) (-2207 (((-2 (|:| -3941 (-1155 |#1|)) (|:| -3952 (-1155 |#1|))) (-1155 |#1|)) 104)) (-3941 (((-1155 |#1|) (-1155 |#1|)) 105)) (-1829 (((-2 (|:| -3602 (-1155 |#1|)) (|:| -3618 (-1155 |#1|))) (-1155 |#1|)) 54)) (-3602 (((-1155 |#1|) (-1155 |#1|)) 55)) (-3986 (((-1155 |#1|) (-1155 |#1|)) 110)) (-3656 (((-1155 |#1|) (-1155 |#1|)) 72)) (-3619 (((-1155 |#1|) (-1155 |#1|)) 40)) (-3521 (((-1155 |#1|) (-1155 |#1|)) 37)) (-3996 (((-1155 |#1|) (-1155 |#1|)) 111)) (-3670 (((-1155 |#1|) (-1155 |#1|)) 73)) (-3976 (((-1155 |#1|) (-1155 |#1|)) 109)) (-3643 (((-1155 |#1|) (-1155 |#1|)) 68)) (-3952 (((-1155 |#1|) (-1155 |#1|)) 106)) (-3618 (((-1155 |#1|) (-1155 |#1|)) 56)) (-4032 (((-1155 |#1|) (-1155 |#1|)) 119)) (-3892 (((-1155 |#1|) (-1155 |#1|)) 94)) (-4008 (((-1155 |#1|) (-1155 |#1|)) 113)) (-3684 (((-1155 |#1|) (-1155 |#1|)) 90)) (-4057 (((-1155 |#1|) (-1155 |#1|)) 123)) (-3917 (((-1155 |#1|) (-1155 |#1|)) 98)) (-3964 (((-1155 |#1|) (-1155 |#1|)) 125)) (-3929 (((-1155 |#1|) (-1155 |#1|)) 100)) (-4044 (((-1155 |#1|) (-1155 |#1|)) 121)) (-3904 (((-1155 |#1|) (-1155 |#1|)) 96)) (-4020 (((-1155 |#1|) (-1155 |#1|)) 115)) (-3879 (((-1155 |#1|) (-1155 |#1|)) 92)) (** (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 41)))
-(((-1161 |#1|) (-10 -7 (-15 -3521 ((-1155 |#1|) (-1155 |#1|))) (-15 -3619 ((-1155 |#1|) (-1155 |#1|))) (-15 ** ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -1829 ((-2 (|:| -3602 (-1155 |#1|)) (|:| -3618 (-1155 |#1|))) (-1155 |#1|))) (-15 -3602 ((-1155 |#1|) (-1155 |#1|))) (-15 -3618 ((-1155 |#1|) (-1155 |#1|))) (-15 -3630 ((-1155 |#1|) (-1155 |#1|))) (-15 -3643 ((-1155 |#1|) (-1155 |#1|))) (-15 -3656 ((-1155 |#1|) (-1155 |#1|))) (-15 -3670 ((-1155 |#1|) (-1155 |#1|))) (-15 -3684 ((-1155 |#1|) (-1155 |#1|))) (-15 -3879 ((-1155 |#1|) (-1155 |#1|))) (-15 -3892 ((-1155 |#1|) (-1155 |#1|))) (-15 -3904 ((-1155 |#1|) (-1155 |#1|))) (-15 -3917 ((-1155 |#1|) (-1155 |#1|))) (-15 -3929 ((-1155 |#1|) (-1155 |#1|))) (-15 -2207 ((-2 (|:| -3941 (-1155 |#1|)) (|:| -3952 (-1155 |#1|))) (-1155 |#1|))) (-15 -3941 ((-1155 |#1|) (-1155 |#1|))) (-15 -3952 ((-1155 |#1|) (-1155 |#1|))) (-15 -3963 ((-1155 |#1|) (-1155 |#1|))) (-15 -3976 ((-1155 |#1|) (-1155 |#1|))) (-15 -3986 ((-1155 |#1|) (-1155 |#1|))) (-15 -3996 ((-1155 |#1|) (-1155 |#1|))) (-15 -4008 ((-1155 |#1|) (-1155 |#1|))) (-15 -4020 ((-1155 |#1|) (-1155 |#1|))) (-15 -4032 ((-1155 |#1|) (-1155 |#1|))) (-15 -4044 ((-1155 |#1|) (-1155 |#1|))) (-15 -4057 ((-1155 |#1|) (-1155 |#1|))) (-15 -3964 ((-1155 |#1|) (-1155 |#1|)))) (-38 (-409 (-566)))) (T -1161))
-((-3964 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4057 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4044 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4032 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4020 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4008 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3996 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3986 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3976 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3963 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3952 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3941 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-2207 (*1 *2 *3) (-12 (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-2 (|:| -3941 (-1155 *4)) (|:| -3952 (-1155 *4)))) (-5 *1 (-1161 *4)) (-5 *3 (-1155 *4)))) (-3929 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3917 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3904 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3892 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3879 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3684 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3670 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3656 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3643 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3630 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3618 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3602 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-1829 (*1 *2 *3) (-12 (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-2 (|:| -3602 (-1155 *4)) (|:| -3618 (-1155 *4)))) (-5 *1 (-1161 *4)) (-5 *3 (-1155 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3619 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3521 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))))
-(-10 -7 (-15 -3521 ((-1155 |#1|) (-1155 |#1|))) (-15 -3619 ((-1155 |#1|) (-1155 |#1|))) (-15 ** ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -1829 ((-2 (|:| -3602 (-1155 |#1|)) (|:| -3618 (-1155 |#1|))) (-1155 |#1|))) (-15 -3602 ((-1155 |#1|) (-1155 |#1|))) (-15 -3618 ((-1155 |#1|) (-1155 |#1|))) (-15 -3630 ((-1155 |#1|) (-1155 |#1|))) (-15 -3643 ((-1155 |#1|) (-1155 |#1|))) (-15 -3656 ((-1155 |#1|) (-1155 |#1|))) (-15 -3670 ((-1155 |#1|) (-1155 |#1|))) (-15 -3684 ((-1155 |#1|) (-1155 |#1|))) (-15 -3879 ((-1155 |#1|) (-1155 |#1|))) (-15 -3892 ((-1155 |#1|) (-1155 |#1|))) (-15 -3904 ((-1155 |#1|) (-1155 |#1|))) (-15 -3917 ((-1155 |#1|) (-1155 |#1|))) (-15 -3929 ((-1155 |#1|) (-1155 |#1|))) (-15 -2207 ((-2 (|:| -3941 (-1155 |#1|)) (|:| -3952 (-1155 |#1|))) (-1155 |#1|))) (-15 -3941 ((-1155 |#1|) (-1155 |#1|))) (-15 -3952 ((-1155 |#1|) (-1155 |#1|))) (-15 -3963 ((-1155 |#1|) (-1155 |#1|))) (-15 -3976 ((-1155 |#1|) (-1155 |#1|))) (-15 -3986 ((-1155 |#1|) (-1155 |#1|))) (-15 -3996 ((-1155 |#1|) (-1155 |#1|))) (-15 -4008 ((-1155 |#1|) (-1155 |#1|))) (-15 -4020 ((-1155 |#1|) (-1155 |#1|))) (-15 -4032 ((-1155 |#1|) (-1155 |#1|))) (-15 -4044 ((-1155 |#1|) (-1155 |#1|))) (-15 -4057 ((-1155 |#1|) (-1155 |#1|))) (-15 -3964 ((-1155 |#1|) (-1155 |#1|))))
-((-1801 (((-958 |#2|) |#2| |#2|) 51)) (-2616 ((|#2| |#2| |#1|) 19 (|has| |#1| (-308)))))
-(((-1162 |#1| |#2|) (-10 -7 (-15 -1801 ((-958 |#2|) |#2| |#2|)) (IF (|has| |#1| (-308)) (-15 -2616 (|#2| |#2| |#1|)) |%noBranch|)) (-558) (-1240 |#1|)) (T -1162))
-((-2616 (*1 *2 *2 *3) (-12 (-4 *3 (-308)) (-4 *3 (-558)) (-5 *1 (-1162 *3 *2)) (-4 *2 (-1240 *3)))) (-1801 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-958 *3)) (-5 *1 (-1162 *4 *3)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -1801 ((-958 |#2|) |#2| |#2|)) (IF (|has| |#1| (-308)) (-15 -2616 (|#2| |#2| |#1|)) |%noBranch|))
-((-2988 (((-112) $ $) NIL)) (-1991 (($ $ (-644 (-771))) 81)) (-3305 (($) 33)) (-3508 (($ $) 51)) (-3946 (((-644 $) $) 60)) (-3398 (((-112) $) 19)) (-4265 (((-644 (-943 |#2|)) $) 88)) (-3222 (($ $) 82)) (-2502 (((-771) $) 47)) (-1860 (($) 32)) (-3371 (($ $ (-644 (-771)) (-943 |#2|)) 74) (($ $ (-644 (-771)) (-771)) 75) (($ $ (-771) (-943 |#2|)) 77)) (-2696 (($ $ $) 57) (($ (-644 $)) 59)) (-4143 (((-771) $) 89)) (-3860 (((-112) $) 15)) (-3380 (((-1157) $) NIL)) (-4352 (((-112) $) 22)) (-4072 (((-1119) $) NIL)) (-3328 (((-171) $) 87)) (-2577 (((-943 |#2|) $) 83)) (-3413 (((-771) $) 84)) (-3803 (((-112) $) 86)) (-3596 (($ $ (-644 (-771)) (-171)) 80)) (-2891 (($ $) 52)) (-3152 (((-862) $) 100)) (-4030 (($ $ (-644 (-771)) (-112)) 79)) (-1926 (((-644 $) $) 11)) (-3004 (($ $ (-771)) 46)) (-3636 (($ $) 43)) (-3044 (((-112) $ $) NIL)) (-3753 (($ $ $ (-943 |#2|) (-771)) 70)) (-2477 (($ $ (-943 |#2|)) 69)) (-3817 (($ $ (-644 (-771)) (-943 |#2|)) 66) (($ $ (-644 (-771)) (-771)) 72) (((-771) $ (-943 |#2|)) 73)) (-2914 (((-112) $ $) 94)))
-(((-1163 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -3860 ((-112) $)) (-15 -3398 ((-112) $)) (-15 -4352 ((-112) $)) (-15 -1860 ($)) (-15 -3305 ($)) (-15 -3636 ($ $)) (-15 -3004 ($ $ (-771))) (-15 -1926 ((-644 $) $)) (-15 -2502 ((-771) $)) (-15 -3508 ($ $)) (-15 -2891 ($ $)) (-15 -2696 ($ $ $)) (-15 -2696 ($ (-644 $))) (-15 -3946 ((-644 $) $)) (-15 -3817 ($ $ (-644 (-771)) (-943 |#2|))) (-15 -2477 ($ $ (-943 |#2|))) (-15 -3753 ($ $ $ (-943 |#2|) (-771))) (-15 -3371 ($ $ (-644 (-771)) (-943 |#2|))) (-15 -3817 ($ $ (-644 (-771)) (-771))) (-15 -3371 ($ $ (-644 (-771)) (-771))) (-15 -3817 ((-771) $ (-943 |#2|))) (-15 -3371 ($ $ (-771) (-943 |#2|))) (-15 -4030 ($ $ (-644 (-771)) (-112))) (-15 -3596 ($ $ (-644 (-771)) (-171))) (-15 -1991 ($ $ (-644 (-771)))) (-15 -2577 ((-943 |#2|) $)) (-15 -3413 ((-771) $)) (-15 -3803 ((-112) $)) (-15 -3328 ((-171) $)) (-15 -4143 ((-771) $)) (-15 -3222 ($ $)) (-15 -4265 ((-644 (-943 |#2|)) $)))) (-921) (-1049)) (T -1163))
-((-3860 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3398 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-4352 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-1860 (*1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-3305 (*1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-3636 (*1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-3004 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-1926 (*1 *2 *1) (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-2502 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3508 (*1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-2891 (*1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-2696 (*1 *1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-2696 (*1 *1 *2) (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3946 (*1 *2 *1) (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3817 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-2477 (*1 *1 *1 *2) (-12 (-5 *2 (-943 *4)) (-4 *4 (-1049)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)))) (-3753 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-943 *5)) (-5 *3 (-771)) (-4 *5 (-1049)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-3371 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-3817 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-771)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)) (-4 *5 (-1049)))) (-3371 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-771)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)) (-4 *5 (-1049)))) (-3817 (*1 *2 *1 *3) (-12 (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *2 (-771)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-3371 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-4030 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-112)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)) (-4 *5 (-1049)))) (-3596 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-171)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)) (-4 *5 (-1049)))) (-1991 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-2577 (*1 *2 *1) (-12 (-5 *2 (-943 *4)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3413 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3803 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3328 (*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-4143 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3222 (*1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-4265 (*1 *2 *1) (-12 (-5 *2 (-644 (-943 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))))
-(-13 (-1099) (-10 -8 (-15 -3860 ((-112) $)) (-15 -3398 ((-112) $)) (-15 -4352 ((-112) $)) (-15 -1860 ($)) (-15 -3305 ($)) (-15 -3636 ($ $)) (-15 -3004 ($ $ (-771))) (-15 -1926 ((-644 $) $)) (-15 -2502 ((-771) $)) (-15 -3508 ($ $)) (-15 -2891 ($ $)) (-15 -2696 ($ $ $)) (-15 -2696 ($ (-644 $))) (-15 -3946 ((-644 $) $)) (-15 -3817 ($ $ (-644 (-771)) (-943 |#2|))) (-15 -2477 ($ $ (-943 |#2|))) (-15 -3753 ($ $ $ (-943 |#2|) (-771))) (-15 -3371 ($ $ (-644 (-771)) (-943 |#2|))) (-15 -3817 ($ $ (-644 (-771)) (-771))) (-15 -3371 ($ $ (-644 (-771)) (-771))) (-15 -3817 ((-771) $ (-943 |#2|))) (-15 -3371 ($ $ (-771) (-943 |#2|))) (-15 -4030 ($ $ (-644 (-771)) (-112))) (-15 -3596 ($ $ (-644 (-771)) (-171))) (-15 -1991 ($ $ (-644 (-771)))) (-15 -2577 ((-943 |#2|) $)) (-15 -3413 ((-771) $)) (-15 -3803 ((-112) $)) (-15 -3328 ((-171) $)) (-15 -4143 ((-771) $)) (-15 -3222 ($ $)) (-15 -4265 ((-644 (-943 |#2|)) $))))
-((-2988 (((-112) $ $) NIL)) (-3124 ((|#2| $) 11)) (-3114 ((|#1| $) 10)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1340 (($ |#1| |#2|) 9)) (-3152 (((-862) $) 16)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1164 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -1340 ($ |#1| |#2|)) (-15 -3114 (|#1| $)) (-15 -3124 (|#2| $)))) (-1099) (-1099)) (T -1164))
-((-1340 (*1 *1 *2 *3) (-12 (-5 *1 (-1164 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-3114 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-1164 *2 *3)) (-4 *3 (-1099)))) (-3124 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-1164 *3 *2)) (-4 *3 (-1099)))))
-(-13 (-1099) (-10 -8 (-15 -1340 ($ |#1| |#2|)) (-15 -3114 (|#1| $)) (-15 -3124 (|#2| $))))
-((-2988 (((-112) $ $) NIL)) (-2558 (((-1134) $) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1165) (-13 (-1082) (-10 -8 (-15 -2558 ((-1134) $))))) (T -1165))
-((-2558 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1165)))))
-(-13 (-1082) (-10 -8 (-15 -2558 ((-1134) $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 (((-1173 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-308)) (|has| |#1| (-365))))) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) 11)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2161 (($ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2345 (((-112) $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2331 (($ $ (-566)) NIL) (($ $ (-566) (-566)) 75)) (-4152 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) NIL)) (-3271 (((-1173 |#1| |#2| |#3|) $) 42)) (-3560 (((-3 (-1173 |#1| |#2| |#3|) "failed") $) 32)) (-1827 (((-1173 |#1| |#2| |#3|) $) 33)) (-3963 (($ $) 116 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 92 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1378 (($ $) NIL (|has| |#1| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-365)))) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3941 (($ $) 112 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 88 (|has| |#1| (-38 (-409 (-566)))))) (-2743 (((-566) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-1427 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) NIL)) (-3986 (($ $) 120 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 96 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-1173 |#1| |#2| |#3|) "failed") $) 34) (((-3 (-1175) "failed") $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-566) "failed") $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))))) (-4158 (((-1173 |#1| |#2| |#3|) $) 140) (((-1175) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (((-409 (-566)) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365)))) (((-566) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))))) (-1556 (($ $) 37) (($ (-566) $) 38)) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) NIL)) (-4089 (((-689 (-1173 |#1| |#2| |#3|)) (-689 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -3361 (-689 (-1173 |#1| |#2| |#3|))) (|:| |vec| (-1264 (-1173 |#1| |#2| |#3|)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-639 (-566))) (|has| |#1| (-365)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-639 (-566))) (|has| |#1| (-365))))) (-3245 (((-3 $ "failed") $) 54)) (-3193 (((-409 (-952 |#1|)) $ (-566)) 74 (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) 76 (|has| |#1| (-558)))) (-2715 (($) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-1615 (((-112) $) NIL (|has| |#1| (-365)))) (-2528 (((-112) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-3772 (((-112) $) 28)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-886 (-381))) (|has| |#1| (-365)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-886 (-566))) (|has| |#1| (-365))))) (-2679 (((-566) $) NIL) (((-566) $ (-566)) 26)) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL (|has| |#1| (-365)))) (-2248 (((-1173 |#1| |#2| |#3|) $) 44 (|has| |#1| (-365)))) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2621 (((-3 $ "failed") $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1150)) (|has| |#1| (-365))))) (-3233 (((-112) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-3394 (($ $ (-921)) NIL)) (-3657 (($ (-1 |#1| (-566)) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-566)) 19) (($ $ (-1081) (-566)) NIL) (($ $ (-644 (-1081)) (-644 (-566))) NIL)) (-1478 (($ $ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2599 (($ $ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-365)))) (-3619 (($ $) 81 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2719 (($ (-566) (-1173 |#1| |#2| |#3|)) 36)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-3313 (($ $) 79 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199))))) (($ $ (-1260 |#2|)) 80 (|has| |#1| (-38 (-409 (-566)))))) (-3289 (($) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1150)) (|has| |#1| (-365))) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2487 (($ $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-308)) (|has| |#1| (-365))))) (-3143 (((-1173 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1624 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3369 (($ $ (-566)) 158)) (-2978 (((-3 $ "failed") $ $) 55 (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3521 (($ $) 82 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-566))))) (($ $ (-1175) (-1173 |#1| |#2| |#3|)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-516 (-1175) (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 (-1173 |#1| |#2| |#3|))) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-516 (-1175) (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-295 (-1173 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-310 (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-295 (-1173 |#1| |#2| |#3|))) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-310 (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-310 (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-1173 |#1| |#2| |#3|)) (-644 (-1173 |#1| |#2| |#3|))) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-310 (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365))))) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ (-566)) NIL) (($ $ $) 61 (|has| (-566) (-1111))) (($ $ (-1173 |#1| |#2| |#3|)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-287 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-3629 (($ $ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|))) NIL (|has| |#1| (-365))) (($ $ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) (-771)) NIL (|has| |#1| (-365))) (($ $ (-1260 |#2|)) 57) (($ $ (-771)) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 56 (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-1452 (($ $) NIL (|has| |#1| (-365)))) (-2260 (((-1173 |#1| |#2| |#3|) $) 46 (|has| |#1| (-365)))) (-3902 (((-566) $) 43)) (-3996 (($ $) 122 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 98 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 118 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 94 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 114 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 90 (|has| |#1| (-38 (-409 (-566)))))) (-2376 (((-538) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-614 (-538))) (|has| |#1| (-365)))) (((-381) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1022)) (|has| |#1| (-365)))) (((-225) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1022)) (|has| |#1| (-365)))) (((-892 (-381)) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-614 (-892 (-381)))) (|has| |#1| (-365)))) (((-892 (-566)) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-614 (-892 (-566)))) (|has| |#1| (-365))))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1687 (($ $) NIL)) (-3152 (((-862) $) 162) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1173 |#1| |#2| |#3|)) 30) (($ (-1260 |#2|)) 25) (($ (-1175)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (($ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558)))) (($ (-409 (-566))) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))) (|has| |#1| (-38 (-409 (-566))))))) (-2271 ((|#1| $ (-566)) 77)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-145)) (|has| |#1| (-365))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-4290 ((|#1| $) 12)) (-3913 (((-1173 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) 128 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 104 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-4008 (($ $) 124 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 100 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 108 (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-566)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 110 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 106 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 126 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 102 (|has| |#1| (-38 (-409 (-566)))))) (-1358 (($ $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-4356 (($) 21 T CONST)) (-4366 (($) 16 T CONST)) (-3497 (($ $ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|))) NIL (|has| |#1| (-365))) (($ $ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) (-771)) NIL (|has| |#1| (-365))) (($ $ (-771)) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-2968 (((-112) $ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2946 (((-112) $ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2935 (((-112) $ $) NIL (-2768 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) 49 (|has| |#1| (-365))) (($ (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) 50 (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 23)) (** (($ $ (-921)) NIL) (($ $ (-771)) 60) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) 83 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 137 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 35) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1173 |#1| |#2| |#3|)) 48 (|has| |#1| (-365))) (($ (-1173 |#1| |#2| |#3|) $) 47 (|has| |#1| (-365))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-1166 |#1| |#2| |#3|) (-13 (-1226 |#1| (-1173 |#1| |#2| |#3|)) (-10 -8 (-15 -3152 ($ (-1260 |#2|))) (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1166))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3313 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
-(-13 (-1226 |#1| (-1173 |#1| |#2| |#3|)) (-10 -8 (-15 -3152 ($ (-1260 |#2|))) (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|)))
-((-4272 ((|#2| |#2| (-1091 |#2|)) 26) ((|#2| |#2| (-1175)) 28)))
-(((-1167 |#1| |#2|) (-10 -7 (-15 -4272 (|#2| |#2| (-1175))) (-15 -4272 (|#2| |#2| (-1091 |#2|)))) (-13 (-558) (-1038 (-566)) (-639 (-566))) (-13 (-432 |#1|) (-160) (-27) (-1199))) (T -1167))
-((-4272 (*1 *2 *2 *3) (-12 (-5 *3 (-1091 *2)) (-4 *2 (-13 (-432 *4) (-160) (-27) (-1199))) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1167 *4 *2)))) (-4272 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1167 *4 *2)) (-4 *2 (-13 (-432 *4) (-160) (-27) (-1199))))))
-(-10 -7 (-15 -4272 (|#2| |#2| (-1175))) (-15 -4272 (|#2| |#2| (-1091 |#2|))))
-((-4272 (((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1091 (-409 (-952 |#1|)))) 31) (((-409 (-952 |#1|)) (-952 |#1|) (-1091 (-952 |#1|))) 44) (((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1175)) 33) (((-409 (-952 |#1|)) (-952 |#1|) (-1175)) 36)))
-(((-1168 |#1|) (-10 -7 (-15 -4272 ((-409 (-952 |#1|)) (-952 |#1|) (-1175))) (-15 -4272 ((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1175))) (-15 -4272 ((-409 (-952 |#1|)) (-952 |#1|) (-1091 (-952 |#1|)))) (-15 -4272 ((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1091 (-409 (-952 |#1|)))))) (-13 (-558) (-1038 (-566)))) (T -1168))
-((-4272 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5))) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-3 *3 (-317 *5))) (-5 *1 (-1168 *5)))) (-4272 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-952 *5))) (-5 *3 (-952 *5)) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 *3)) (-5 *1 (-1168 *5)))) (-4272 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-3 (-409 (-952 *5)) (-317 *5))) (-5 *1 (-1168 *5)) (-5 *3 (-409 (-952 *5))))) (-4272 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 (-952 *5))) (-5 *1 (-1168 *5)) (-5 *3 (-952 *5)))))
-(-10 -7 (-15 -4272 ((-409 (-952 |#1|)) (-952 |#1|) (-1175))) (-15 -4272 ((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1175))) (-15 -4272 ((-409 (-952 |#1|)) (-952 |#1|) (-1091 (-952 |#1|)))) (-15 -4272 ((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1091 (-409 (-952 |#1|))))))
-((-2319 (((-1171 |#2|) (-1 |#2| |#1|) (-1171 |#1|)) 13)))
-(((-1169 |#1| |#2|) (-10 -7 (-15 -2319 ((-1171 |#2|) (-1 |#2| |#1|) (-1171 |#1|)))) (-1049) (-1049)) (T -1169))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1171 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-1171 *6)) (-5 *1 (-1169 *5 *6)))))
-(-10 -7 (-15 -2319 ((-1171 |#2|) (-1 |#2| |#1|) (-1171 |#1|))))
-((-1364 (((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|))) 51)) (-1624 (((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|))) 52)))
-(((-1170 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1624 ((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|)))) (-15 -1364 ((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|))))) (-793) (-850) (-454) (-949 |#3| |#1| |#2|)) (T -1170))
-((-1364 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-454)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 (-409 *7)))) (-5 *1 (-1170 *4 *5 *6 *7)) (-5 *3 (-1171 (-409 *7))))) (-1624 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-454)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 (-409 *7)))) (-5 *1 (-1170 *4 *5 *6 *7)) (-5 *3 (-1171 (-409 *7))))))
-(-10 -7 (-15 -1624 ((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|)))) (-15 -1364 ((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|)))))
-((-2988 (((-112) $ $) 171)) (-3230 (((-112) $) 43)) (-4036 (((-1264 |#1|) $ (-771)) NIL)) (-1771 (((-644 (-1081)) $) NIL)) (-3732 (($ (-1171 |#1|)) NIL)) (-1590 (((-1171 $) $ (-1081)) 82) (((-1171 |#1|) $) 71)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) 164 (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-1081))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1890 (($ $ $) 158 (|has| |#1| (-558)))) (-2292 (((-420 (-1171 $)) (-1171 $)) 95 (|has| |#1| (-909)))) (-1378 (($ $) NIL (|has| |#1| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 115 (|has| |#1| (-909)))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-2197 (($ $ (-771)) 61)) (-1583 (($ $ (-771)) 63)) (-3946 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-454)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1081) "failed") $) NIL)) (-4158 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1081) $) NIL)) (-2610 (($ $ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $ $) 160 (|has| |#1| (-172)))) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) 80)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-2218 (($ $ $) 131)) (-4058 (($ $ $) NIL (|has| |#1| (-558)))) (-1514 (((-2 (|:| -2397 |#1|) (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-558)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2616 (($ $) 165 (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#1| (-909)))) (-1896 (($ $ |#1| (-771) $) 69)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-3503 (((-862) $ (-862)) 148)) (-2679 (((-771) $ $) NIL (|has| |#1| (-558)))) (-2389 (((-112) $) 48)) (-3039 (((-771) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| |#1| (-1150)))) (-1757 (($ (-1171 |#1|) (-1081)) 73) (($ (-1171 $) (-1081)) 89)) (-3394 (($ $ (-771)) 51)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-771)) 87) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-1081)) NIL) (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 153)) (-2749 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-3021 (($ (-1 (-771) (-771)) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2513 (((-1171 |#1|) $) NIL)) (-2297 (((-3 (-1081) "failed") $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) 76)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3380 (((-1157) $) NIL)) (-2307 (((-2 (|:| -2631 $) (|:| -3264 $)) $ (-771)) 60)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-1081)) (|:| -2201 (-771))) "failed") $) NIL)) (-3313 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3289 (($) NIL (|has| |#1| (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) 50)) (-2773 ((|#1| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 103 (|has| |#1| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) 167 (|has| |#1| (-454)))) (-3252 (($ $ (-771) |#1| $) 123)) (-2010 (((-420 (-1171 $)) (-1171 $)) 101 (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) 100 (|has| |#1| (-909)))) (-1624 (((-420 $) $) 108 (|has| |#1| (-909)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-2978 (((-3 $ "failed") $ |#1|) 163 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 124 (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#1|) NIL) (($ $ (-644 (-1081)) (-644 |#1|)) NIL) (($ $ (-1081) $) NIL) (($ $ (-644 (-1081)) (-644 $)) NIL)) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ |#1|) 150) (($ $ $) 151) (((-409 $) (-409 $) (-409 $)) NIL (|has| |#1| (-558))) ((|#1| (-409 $) |#1|) NIL (|has| |#1| (-365))) (((-409 $) $ (-409 $)) NIL (|has| |#1| (-558)))) (-2382 (((-3 $ "failed") $ (-771)) 54)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 172 (|has| |#1| (-365)))) (-4068 (($ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $) 156 (|has| |#1| (-172)))) (-3629 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-3902 (((-771) $) 78) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-3173 ((|#1| $) 162 (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-2529 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558))) (((-3 (-409 $) "failed") (-409 $) $) NIL (|has| |#1| (-558)))) (-3152 (((-862) $) 149) (($ (-566)) NIL) (($ |#1|) 77) (($ (-1081)) NIL) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-771)) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) 41 (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) 17 T CONST)) (-4366 (($) 19 T CONST)) (-3497 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2914 (((-112) $ $) 120)) (-3025 (($ $ |#1|) 173 (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 90)) (** (($ $ (-921)) 14) (($ $ (-771)) 12)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 39) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 129) (($ $ |#1|) NIL)))
-(((-1171 |#1|) (-13 (-1240 |#1|) (-10 -8 (-15 -3503 ((-862) $ (-862))) (-15 -3252 ($ $ (-771) |#1| $)))) (-1049)) (T -1171))
-((-3503 (*1 *2 *1 *2) (-12 (-5 *2 (-862)) (-5 *1 (-1171 *3)) (-4 *3 (-1049)))) (-3252 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1171 *3)) (-4 *3 (-1049)))))
-(-13 (-1240 |#1|) (-10 -8 (-15 -3503 ((-862) $ (-862))) (-15 -3252 ($ $ (-771) |#1| $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) 11)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-2331 (($ $ (-409 (-566))) NIL) (($ $ (-409 (-566)) (-409 (-566))) NIL)) (-4152 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) NIL)) (-3963 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| |#1| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-365)))) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3941 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) NIL)) (-3986 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-1166 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1173 |#1| |#2| |#3|) "failed") $) 36)) (-4158 (((-1166 |#1| |#2| |#3|) $) NIL) (((-1173 |#1| |#2| |#3|) $) NIL)) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-1811 (((-409 (-566)) $) 59)) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-2729 (($ (-409 (-566)) (-1166 |#1| |#2| |#3|)) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-1615 (((-112) $) NIL (|has| |#1| (-365)))) (-3772 (((-112) $) NIL)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-409 (-566)) $) NIL) (((-409 (-566)) $ (-409 (-566))) NIL)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) NIL) (($ $ (-409 (-566))) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-409 (-566))) 20) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3619 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2877 (((-1166 |#1| |#2| |#3|) $) 41)) (-3320 (((-3 (-1166 |#1| |#2| |#3|) "failed") $) NIL)) (-2719 (((-1166 |#1| |#2| |#3|) $) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-3313 (($ $) 39 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199))))) (($ $ (-1260 |#2|)) 40 (|has| |#1| (-38 (-409 (-566)))))) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3369 (($ $ (-409 (-566))) NIL)) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3521 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ (-409 (-566))) NIL) (($ $ $) NIL (|has| (-409 (-566)) (-1111)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $ (-1260 |#2|)) 38)) (-3902 (((-409 (-566)) $) NIL)) (-3996 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) NIL)) (-3152 (((-862) $) 62) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1166 |#1| |#2| |#3|)) 30) (($ (-1173 |#1| |#2| |#3|)) 31) (($ (-1260 |#2|)) 26) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2271 ((|#1| $ (-409 (-566))) NIL)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-4290 ((|#1| $) 12)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-409 (-566))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 22 T CONST)) (-4366 (($) 16 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 24)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-1172 |#1| |#2| |#3|) (-13 (-1247 |#1| (-1166 |#1| |#2| |#3|)) (-1038 (-1173 |#1| |#2| |#3|)) (-616 (-1260 |#2|)) (-10 -8 (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1172))
-((-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1172 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3313 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1172 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
-(-13 (-1247 |#1| (-1166 |#1| |#2| |#3|)) (-1038 (-1173 |#1| |#2| |#3|)) (-616 (-1260 |#2|)) (-10 -8 (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 131)) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) 121)) (-2312 (((-1237 |#2| |#1|) $ (-771)) 69)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-2331 (($ $ (-771)) 85) (($ $ (-771) (-771)) 82)) (-4152 (((-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|))) $) 107)) (-3963 (($ $) 175 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3941 (($ $) 171 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|)))) 120) (($ (-1155 |#1|)) 115)) (-3986 (($ $) 179 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) 25)) (-2183 (($ $) 28)) (-2016 (((-952 |#1|) $ (-771)) 81) (((-952 |#1|) $ (-771) (-771)) 83)) (-3772 (((-112) $) 126)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-771) $) 128) (((-771) $ (-771)) 130)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) NIL)) (-3657 (($ (-1 |#1| (-566)) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-771)) 13) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3619 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-3313 (($ $) 135 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199))))) (($ $ (-1260 |#2|)) 136 (|has| |#1| (-38 (-409 (-566)))))) (-4072 (((-1119) $) NIL)) (-3369 (($ $ (-771)) 15)) (-2978 (((-3 $ "failed") $ $) 26 (|has| |#1| (-558)))) (-3521 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-771)))))) (-1309 ((|#1| $ (-771)) 124) (($ $ $) 134 (|has| (-771) (-1111)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) 29 (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $ (-1260 |#2|)) 31)) (-3902 (((-771) $) NIL)) (-3996 (($ $) 181 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 157 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 177 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 173 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) NIL)) (-3152 (((-862) $) 208) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) 132 (|has| |#1| (-172))) (($ (-1237 |#2| |#1|)) 55) (($ (-1260 |#2|)) 36)) (-1643 (((-1155 |#1|) $) 103)) (-2271 ((|#1| $ (-771)) 123)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-4290 ((|#1| $) 58)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) 187 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 163 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) 183 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 159 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 191 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 167 (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-771)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-771)))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) 193 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 169 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 189 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 165 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 185 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 161 (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 17 T CONST)) (-4366 (($) 20 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) 200)) (-3002 (($ $ $) 35)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ |#1|) 205 (|has| |#1| (-365))) (($ $ $) 140 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 143 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 138) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-1173 |#1| |#2| |#3|) (-13 (-1255 |#1|) (-10 -8 (-15 -3152 ($ (-1237 |#2| |#1|))) (-15 -2312 ((-1237 |#2| |#1|) $ (-771))) (-15 -3152 ($ (-1260 |#2|))) (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1173))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1237 *4 *3)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3) (-5 *1 (-1173 *3 *4 *5)))) (-2312 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1237 *5 *4)) (-5 *1 (-1173 *4 *5 *6)) (-4 *4 (-1049)) (-14 *5 (-1175)) (-14 *6 *4))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3313 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
-(-13 (-1255 |#1|) (-10 -8 (-15 -3152 ($ (-1237 |#2| |#1|))) (-15 -2312 ((-1237 |#2| |#1|) $ (-771))) (-15 -3152 ($ (-1260 |#2|))) (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|)))
-((-3152 (((-862) $) 33) (($ (-1175)) 35)) (-2768 (($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 46)) (-2756 (($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 39) (($ $) 40)) (-3059 (($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 41)) (-3048 (($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 43)) (-3037 (($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 42)) (-3027 (($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 44)) (-2050 (($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 47)) (-12 (($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 45)))
-(((-1174) (-13 (-613 (-862)) (-10 -8 (-15 -3152 ($ (-1175))) (-15 -3059 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -3037 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -3048 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -3027 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2768 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2050 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2756 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2756 ($ $))))) (T -1174))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1174)))) (-3059 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-3037 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-3048 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-3027 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-2768 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-2050 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-2756 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-2756 (*1 *1 *1) (-5 *1 (-1174))))
-(-13 (-613 (-862)) (-10 -8 (-15 -3152 ($ (-1175))) (-15 -3059 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -3037 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -3048 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -3027 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2768 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2050 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2756 ($ (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2756 ($ $))))
-((-2988 (((-112) $ $) NIL)) (-4249 (($ $ (-644 (-862))) 64)) (-2259 (($ $ (-644 (-862))) 62)) (-3822 (((-1157) $) 103)) (-2453 (((-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862))) (|:| |args| (-644 (-862)))) $) 110)) (-2523 (((-112) $) 23)) (-2473 (($ $ (-644 (-644 (-862)))) 61) (($ $ (-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862))) (|:| |args| (-644 (-862))))) 101)) (-2463 (($) 166 T CONST)) (-1645 (((-1269)) 138)) (-2926 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 71) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 78)) (-1860 (($) 124) (($ $) 133)) (-1368 (($ $) 102)) (-1478 (($ $ $) NIL)) (-2599 (($ $ $) NIL)) (-3770 (((-644 $) $) 139)) (-3380 (((-1157) $) 116)) (-4072 (((-1119) $) NIL)) (-1309 (($ $ (-644 (-862))) 63)) (-2376 (((-538) $) 48) (((-1175) $) 49) (((-892 (-566)) $) 82) (((-892 (-381)) $) 80)) (-3152 (((-862) $) 55) (($ (-1157)) 50)) (-3044 (((-112) $ $) NIL)) (-3863 (($ $ (-644 (-862))) 65)) (-2226 (((-1157) $) 34) (((-1157) $ (-112)) 35) (((-1269) (-822) $) 36) (((-1269) (-822) $ (-112)) 37)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 51)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) 52)))
-(((-1175) (-13 (-850) (-614 (-538)) (-828) (-614 (-1175)) (-616 (-1157)) (-614 (-892 (-566))) (-614 (-892 (-381))) (-886 (-566)) (-886 (-381)) (-10 -8 (-15 -1860 ($)) (-15 -1860 ($ $)) (-15 -1645 ((-1269))) (-15 -1368 ($ $)) (-15 -2523 ((-112) $)) (-15 -2453 ((-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862))) (|:| |args| (-644 (-862)))) $)) (-15 -2473 ($ $ (-644 (-644 (-862))))) (-15 -2473 ($ $ (-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862))) (|:| |args| (-644 (-862)))))) (-15 -2259 ($ $ (-644 (-862)))) (-15 -4249 ($ $ (-644 (-862)))) (-15 -3863 ($ $ (-644 (-862)))) (-15 -1309 ($ $ (-644 (-862)))) (-15 -3822 ((-1157) $)) (-15 -3770 ((-644 $) $)) (-15 -2463 ($) -1623)))) (T -1175))
-((-1860 (*1 *1) (-5 *1 (-1175))) (-1860 (*1 *1 *1) (-5 *1 (-1175))) (-1645 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1175)))) (-1368 (*1 *1 *1) (-5 *1 (-1175))) (-2523 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))) (-2453 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862))) (|:| |args| (-644 (-862))))) (-5 *1 (-1175)))) (-2473 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 (-862)))) (-5 *1 (-1175)))) (-2473 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862))) (|:| |args| (-644 (-862))))) (-5 *1 (-1175)))) (-2259 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))) (-4249 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))) (-3863 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))) (-3822 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1175)))) (-3770 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1175)))) (-2463 (*1 *1) (-5 *1 (-1175))))
-(-13 (-850) (-614 (-538)) (-828) (-614 (-1175)) (-616 (-1157)) (-614 (-892 (-566))) (-614 (-892 (-381))) (-886 (-566)) (-886 (-381)) (-10 -8 (-15 -1860 ($)) (-15 -1860 ($ $)) (-15 -1645 ((-1269))) (-15 -1368 ($ $)) (-15 -2523 ((-112) $)) (-15 -2453 ((-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862))) (|:| |args| (-644 (-862)))) $)) (-15 -2473 ($ $ (-644 (-644 (-862))))) (-15 -2473 ($ $ (-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862))) (|:| |args| (-644 (-862)))))) (-15 -2259 ($ $ (-644 (-862)))) (-15 -4249 ($ $ (-644 (-862)))) (-15 -3863 ($ $ (-644 (-862)))) (-15 -1309 ($ $ (-644 (-862)))) (-15 -3822 ((-1157) $)) (-15 -3770 ((-644 $) $)) (-15 -2463 ($) -1623)))
-((-3007 (((-1264 |#1|) |#1| (-921)) 18) (((-1264 |#1|) (-644 |#1|)) 25)))
-(((-1176 |#1|) (-10 -7 (-15 -3007 ((-1264 |#1|) (-644 |#1|))) (-15 -3007 ((-1264 |#1|) |#1| (-921)))) (-1049)) (T -1176))
-((-3007 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-5 *2 (-1264 *3)) (-5 *1 (-1176 *3)) (-4 *3 (-1049)))) (-3007 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1049)) (-5 *2 (-1264 *4)) (-5 *1 (-1176 *4)))))
-(-10 -7 (-15 -3007 ((-1264 |#1|) (-644 |#1|))) (-15 -3007 ((-1264 |#1|) |#1| (-921))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-4158 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2616 (($ $) NIL (|has| |#1| (-454)))) (-1896 (($ $ |#1| (-971) $) NIL)) (-2389 (((-112) $) 17)) (-3039 (((-771) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-971)) NIL)) (-2749 (((-971) $) NIL)) (-3021 (($ (-1 (-971) (-971)) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#1| $) NIL)) (-3252 (($ $ (-971) |#1| $) NIL (-12 (|has| (-971) (-131)) (|has| |#1| (-558))))) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-3902 (((-971) $) NIL)) (-3173 ((|#1| $) NIL (|has| |#1| (-454)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) NIL) (($ (-409 (-566))) NIL (-2768 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ (-971)) NIL)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4356 (($) 11 T CONST)) (-4366 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 21)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 22) (($ $ |#1|) NIL) (($ |#1| $) 16) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-1177 |#1|) (-13 (-327 |#1| (-971)) (-10 -8 (IF (|has| |#1| (-558)) (IF (|has| (-971) (-131)) (-15 -3252 ($ $ (-971) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4412)) (-6 -4412) |%noBranch|))) (-1049)) (T -1177))
-((-3252 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-971)) (-4 *2 (-131)) (-5 *1 (-1177 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))))
-(-13 (-327 |#1| (-971)) (-10 -8 (IF (|has| |#1| (-558)) (IF (|has| (-971) (-131)) (-15 -3252 ($ $ (-971) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4412)) (-6 -4412) |%noBranch|)))
-((-4270 (((-1179) (-1175) $) 25)) (-4273 (($) 29)) (-3607 (((-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-1175) $) 22)) (-4388 (((-1269) (-1175) (-3 (|:| |fst| (-436)) (|:| -3907 "void")) $) 41) (((-1269) (-1175) (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) 42) (((-1269) (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) 43)) (-3598 (((-1269) (-1175)) 58)) (-3035 (((-1269) (-1175) $) 55) (((-1269) (-1175)) 56) (((-1269)) 57)) (-2979 (((-1269) (-1175)) 37)) (-2681 (((-1175)) 36)) (-3493 (($) 34)) (-2087 (((-439) (-1175) (-439) (-1175) $) 45) (((-439) (-644 (-1175)) (-439) (-1175) $) 49) (((-439) (-1175) (-439)) 46) (((-439) (-1175) (-439) (-1175)) 50)) (-2013 (((-1175)) 35)) (-3152 (((-862) $) 28)) (-1531 (((-1269)) 30) (((-1269) (-1175)) 33)) (-3522 (((-644 (-1175)) (-1175) $) 24)) (-1298 (((-1269) (-1175) (-644 (-1175)) $) 38) (((-1269) (-1175) (-644 (-1175))) 39) (((-1269) (-644 (-1175))) 40)))
-(((-1178) (-13 (-613 (-862)) (-10 -8 (-15 -4273 ($)) (-15 -1531 ((-1269))) (-15 -1531 ((-1269) (-1175))) (-15 -2087 ((-439) (-1175) (-439) (-1175) $)) (-15 -2087 ((-439) (-644 (-1175)) (-439) (-1175) $)) (-15 -2087 ((-439) (-1175) (-439))) (-15 -2087 ((-439) (-1175) (-439) (-1175))) (-15 -2979 ((-1269) (-1175))) (-15 -2013 ((-1175))) (-15 -2681 ((-1175))) (-15 -1298 ((-1269) (-1175) (-644 (-1175)) $)) (-15 -1298 ((-1269) (-1175) (-644 (-1175)))) (-15 -1298 ((-1269) (-644 (-1175)))) (-15 -4388 ((-1269) (-1175) (-3 (|:| |fst| (-436)) (|:| -3907 "void")) $)) (-15 -4388 ((-1269) (-1175) (-3 (|:| |fst| (-436)) (|:| -3907 "void")))) (-15 -4388 ((-1269) (-3 (|:| |fst| (-436)) (|:| -3907 "void")))) (-15 -3035 ((-1269) (-1175) $)) (-15 -3035 ((-1269) (-1175))) (-15 -3035 ((-1269))) (-15 -3598 ((-1269) (-1175))) (-15 -3493 ($)) (-15 -3607 ((-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-1175) $)) (-15 -3522 ((-644 (-1175)) (-1175) $)) (-15 -4270 ((-1179) (-1175) $))))) (T -1178))
-((-4273 (*1 *1) (-5 *1 (-1178))) (-1531 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1178)))) (-1531 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-2087 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178)))) (-2087 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-439)) (-5 *3 (-644 (-1175))) (-5 *4 (-1175)) (-5 *1 (-1178)))) (-2087 (*1 *2 *3 *2) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178)))) (-2087 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178)))) (-2979 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-2013 (*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1178)))) (-2681 (*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1178)))) (-1298 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-1298 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-1298 (*1 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-4388 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1175)) (-5 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-4388 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-4388 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-3035 (*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-3035 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-3035 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1178)))) (-3598 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178)))) (-3493 (*1 *1) (-5 *1 (-1178))) (-3607 (*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *1 (-1178)))) (-3522 (*1 *2 *3 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1178)) (-5 *3 (-1175)))) (-4270 (*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-1179)) (-5 *1 (-1178)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -4273 ($)) (-15 -1531 ((-1269))) (-15 -1531 ((-1269) (-1175))) (-15 -2087 ((-439) (-1175) (-439) (-1175) $)) (-15 -2087 ((-439) (-644 (-1175)) (-439) (-1175) $)) (-15 -2087 ((-439) (-1175) (-439))) (-15 -2087 ((-439) (-1175) (-439) (-1175))) (-15 -2979 ((-1269) (-1175))) (-15 -2013 ((-1175))) (-15 -2681 ((-1175))) (-15 -1298 ((-1269) (-1175) (-644 (-1175)) $)) (-15 -1298 ((-1269) (-1175) (-644 (-1175)))) (-15 -1298 ((-1269) (-644 (-1175)))) (-15 -4388 ((-1269) (-1175) (-3 (|:| |fst| (-436)) (|:| -3907 "void")) $)) (-15 -4388 ((-1269) (-1175) (-3 (|:| |fst| (-436)) (|:| -3907 "void")))) (-15 -4388 ((-1269) (-3 (|:| |fst| (-436)) (|:| -3907 "void")))) (-15 -3035 ((-1269) (-1175) $)) (-15 -3035 ((-1269) (-1175))) (-15 -3035 ((-1269))) (-15 -3598 ((-1269) (-1175))) (-15 -3493 ($)) (-15 -3607 ((-3 (|:| |fst| (-436)) (|:| -3907 "void")) (-1175) $)) (-15 -3522 ((-644 (-1175)) (-1175) $)) (-15 -4270 ((-1179) (-1175) $))))
-((-3276 (((-644 (-644 (-3 (|:| -1368 (-1175)) (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))) $) 66)) (-3129 (((-644 (-3 (|:| -1368 (-1175)) (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))) (-436) $) 47)) (-1537 (($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-439))))) 17)) (-3598 (((-1269) $) 74)) (-4251 (((-644 (-1175)) $) 22)) (-1876 (((-1103) $) 60)) (-2643 (((-439) (-1175) $) 27)) (-3325 (((-644 (-1175)) $) 30)) (-3493 (($) 19)) (-2087 (((-439) (-644 (-1175)) (-439) $) 25) (((-439) (-1175) (-439) $) 24)) (-3152 (((-862) $) 9) (((-1187 (-1175) (-439)) $) 13)))
-(((-1179) (-13 (-613 (-862)) (-10 -8 (-15 -3152 ((-1187 (-1175) (-439)) $)) (-15 -3493 ($)) (-15 -2087 ((-439) (-644 (-1175)) (-439) $)) (-15 -2087 ((-439) (-1175) (-439) $)) (-15 -2643 ((-439) (-1175) $)) (-15 -4251 ((-644 (-1175)) $)) (-15 -3129 ((-644 (-3 (|:| -1368 (-1175)) (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))) (-436) $)) (-15 -3325 ((-644 (-1175)) $)) (-15 -3276 ((-644 (-644 (-3 (|:| -1368 (-1175)) (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))) $)) (-15 -1876 ((-1103) $)) (-15 -3598 ((-1269) $)) (-15 -1537 ($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-439))))))))) (T -1179))
-((-3152 (*1 *2 *1) (-12 (-5 *2 (-1187 (-1175) (-439))) (-5 *1 (-1179)))) (-3493 (*1 *1) (-5 *1 (-1179))) (-2087 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-439)) (-5 *3 (-644 (-1175))) (-5 *1 (-1179)))) (-2087 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1179)))) (-2643 (*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-439)) (-5 *1 (-1179)))) (-4251 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1179)))) (-3129 (*1 *2 *3 *1) (-12 (-5 *3 (-436)) (-5 *2 (-644 (-3 (|:| -1368 (-1175)) (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))) (-5 *1 (-1179)))) (-3325 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1179)))) (-3276 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-3 (|:| -1368 (-1175)) (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))))) (-5 *1 (-1179)))) (-1876 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-1179)))) (-3598 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1179)))) (-1537 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-439))))) (-5 *1 (-1179)))))
-(-13 (-613 (-862)) (-10 -8 (-15 -3152 ((-1187 (-1175) (-439)) $)) (-15 -3493 ($)) (-15 -2087 ((-439) (-644 (-1175)) (-439) $)) (-15 -2087 ((-439) (-1175) (-439) $)) (-15 -2643 ((-439) (-1175) $)) (-15 -4251 ((-644 (-1175)) $)) (-15 -3129 ((-644 (-3 (|:| -1368 (-1175)) (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))) (-436) $)) (-15 -3325 ((-644 (-1175)) $)) (-15 -3276 ((-644 (-644 (-3 (|:| -1368 (-1175)) (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))) $)) (-15 -1876 ((-1103) $)) (-15 -3598 ((-1269) $)) (-15 -1537 ($ (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-439))))))))
-((-2988 (((-112) $ $) NIL)) (-2229 (((-3 (-566) "failed") $) 29) (((-3 (-225) "failed") $) 35) (((-3 (-508) "failed") $) 43) (((-3 (-1157) "failed") $) 47)) (-4158 (((-566) $) 30) (((-225) $) 36) (((-508) $) 40) (((-1157) $) 48)) (-3471 (((-112) $) 53)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3896 (((-3 (-566) (-225) (-508) (-1157) $) $) 55)) (-1389 (((-644 $) $) 57)) (-2376 (((-1103) $) 24) (($ (-1103)) 25)) (-4274 (((-112) $) 56)) (-3152 (((-862) $) 23) (($ (-566)) 26) (($ (-225)) 32) (($ (-508)) 38) (($ (-1157)) 44) (((-538) $) 59) (((-566) $) 31) (((-225) $) 37) (((-508) $) 41) (((-1157) $) 49)) (-4344 (((-112) $ (|[\|\|]| (-566))) 10) (((-112) $ (|[\|\|]| (-225))) 13) (((-112) $ (|[\|\|]| (-508))) 19) (((-112) $ (|[\|\|]| (-1157))) 16)) (-3620 (($ (-508) (-644 $)) 51) (($ $ (-644 $)) 52)) (-3044 (((-112) $ $) NIL)) (-1513 (((-566) $) 27) (((-225) $) 33) (((-508) $) 39) (((-1157) $) 45)) (-2914 (((-112) $ $) 7)))
-(((-1180) (-13 (-1259) (-1099) (-1038 (-566)) (-1038 (-225)) (-1038 (-508)) (-1038 (-1157)) (-613 (-538)) (-10 -8 (-15 -2376 ((-1103) $)) (-15 -2376 ($ (-1103))) (-15 -3152 ((-566) $)) (-15 -1513 ((-566) $)) (-15 -3152 ((-225) $)) (-15 -1513 ((-225) $)) (-15 -3152 ((-508) $)) (-15 -1513 ((-508) $)) (-15 -3152 ((-1157) $)) (-15 -1513 ((-1157) $)) (-15 -3620 ($ (-508) (-644 $))) (-15 -3620 ($ $ (-644 $))) (-15 -3471 ((-112) $)) (-15 -3896 ((-3 (-566) (-225) (-508) (-1157) $) $)) (-15 -1389 ((-644 $) $)) (-15 -4274 ((-112) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-566)))) (-15 -4344 ((-112) $ (|[\|\|]| (-225)))) (-15 -4344 ((-112) $ (|[\|\|]| (-508)))) (-15 -4344 ((-112) $ (|[\|\|]| (-1157))))))) (T -1180))
-((-2376 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-1180)))) (-2376 (*1 *1 *2) (-12 (-5 *2 (-1103)) (-5 *1 (-1180)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1180)))) (-1513 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1180)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1180)))) (-1513 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1180)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1180)))) (-1513 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1180)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1180)))) (-1513 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1180)))) (-3620 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-644 (-1180))) (-5 *1 (-1180)))) (-3620 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1180)))) (-3471 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1180)))) (-3896 (*1 *2 *1) (-12 (-5 *2 (-3 (-566) (-225) (-508) (-1157) (-1180))) (-5 *1 (-1180)))) (-1389 (*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1180)))) (-4274 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1180)))) (-4344 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-112)) (-5 *1 (-1180)))) (-4344 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-225))) (-5 *2 (-112)) (-5 *1 (-1180)))) (-4344 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-508))) (-5 *2 (-112)) (-5 *1 (-1180)))) (-4344 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1157))) (-5 *2 (-112)) (-5 *1 (-1180)))))
-(-13 (-1259) (-1099) (-1038 (-566)) (-1038 (-225)) (-1038 (-508)) (-1038 (-1157)) (-613 (-538)) (-10 -8 (-15 -2376 ((-1103) $)) (-15 -2376 ($ (-1103))) (-15 -3152 ((-566) $)) (-15 -1513 ((-566) $)) (-15 -3152 ((-225) $)) (-15 -1513 ((-225) $)) (-15 -3152 ((-508) $)) (-15 -1513 ((-508) $)) (-15 -3152 ((-1157) $)) (-15 -1513 ((-1157) $)) (-15 -3620 ($ (-508) (-644 $))) (-15 -3620 ($ $ (-644 $))) (-15 -3471 ((-112) $)) (-15 -3896 ((-3 (-566) (-225) (-508) (-1157) $) $)) (-15 -1389 ((-644 $) $)) (-15 -4274 ((-112) $)) (-15 -4344 ((-112) $ (|[\|\|]| (-566)))) (-15 -4344 ((-112) $ (|[\|\|]| (-225)))) (-15 -4344 ((-112) $ (|[\|\|]| (-508)))) (-15 -4344 ((-112) $ (|[\|\|]| (-1157))))))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) 22)) (-2463 (($) 12 T CONST)) (-2715 (($) 27)) (-1478 (($ $ $) NIL) (($) 19 T CONST)) (-2599 (($ $ $) NIL) (($) 20 T CONST)) (-1866 (((-921) $) 24)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) 23)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-1181 |#1|) (-13 (-844) (-10 -8 (-15 -2463 ($) -1623))) (-921)) (T -1181))
-((-2463 (*1 *1) (-12 (-5 *1 (-1181 *2)) (-14 *2 (-921)))))
-(-13 (-844) (-10 -8 (-15 -2463 ($) -1623)))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL)) (-2656 (((-1270) $ (-1157) (-1157)) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-1157) |#1|) NIL)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 |#1| "failed") (-1157) $) NIL)) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099))))) (-1867 (($ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415))) (((-3 |#1| "failed") (-1157) $) NIL)) (-1837 (($ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-1157) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-1157)) NIL)) (-3953 (((-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-1157) $) NIL (|has| (-1157) (-850)))) (-1690 (((-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-1157) $) NIL (|has| (-1157) (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4416))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-3391 (((-644 (-1157)) $) NIL)) (-3977 (((-112) (-1157) $) NIL)) (-3252 (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL)) (-4165 (($ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL)) (-2033 (((-644 (-1157)) $) NIL)) (-2686 (((-112) (-1157) $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-3604 ((|#1| $) NIL (|has| (-1157) (-850)))) (-2695 (((-3 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) "failed") (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (($ $ (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL (-12 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-310 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-1157)) NIL) ((|#1| $ (-1157) |#1|) NIL)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL)) (-1650 (((-862) $) NIL (-2700 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-613 (-862))) (|has| |#1| (-613 (-862)))))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 (-1157)) (|:| -2303 |#1|)) (-1099)) (|has| |#1| (-1099))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1158 |#1|) (-13 (-1191 (-1157) |#1|) (-10 -7 (-6 -4415))) (-1099)) (T -1158))
+NIL
+(-13 (-1191 (-1157) |#1|) (-10 -7 (-6 -4415)))
+((-3230 (((-1155 |#1|) (-1155 |#1|)) 85)) (-4185 (((-3 (-1155 |#1|) "failed") (-1155 |#1|)) 42)) (-2288 (((-1155 |#1|) (-409 (-566)) (-1155 |#1|)) 136 (|has| |#1| (-38 (-409 (-566)))))) (-2785 (((-1155 |#1|) |#1| (-1155 |#1|)) 142 (|has| |#1| (-365)))) (-3530 (((-1155 |#1|) (-1155 |#1|)) 100)) (-2179 (((-1155 (-566)) (-566)) 64)) (-2981 (((-1155 |#1|) (-1155 (-1155 |#1|))) 119 (|has| |#1| (-38 (-409 (-566)))))) (-1805 (((-1155 |#1|) (-566) (-566) (-1155 |#1|)) 105)) (-3399 (((-1155 |#1|) |#1| (-566)) 54)) (-4332 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 67)) (-4178 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 139 (|has| |#1| (-365)))) (-3082 (((-1155 |#1|) |#1| (-1 (-1155 |#1|))) 118 (|has| |#1| (-38 (-409 (-566)))))) (-1716 (((-1155 |#1|) (-1 |#1| (-566)) |#1| (-1 (-1155 |#1|))) 140 (|has| |#1| (-365)))) (-2922 (((-1155 |#1|) (-1155 |#1|)) 99)) (-3449 (((-1155 |#1|) (-1155 |#1|)) 83)) (-2332 (((-1155 |#1|) (-566) (-566) (-1155 |#1|)) 106)) (-3613 (((-1155 |#1|) |#1| (-1155 |#1|)) 115 (|has| |#1| (-38 (-409 (-566)))))) (-3645 (((-1155 (-566)) (-566)) 63)) (-2137 (((-1155 |#1|) |#1|) 66)) (-4051 (((-1155 |#1|) (-1155 |#1|) (-566) (-566)) 102)) (-2168 (((-1155 |#1|) (-1 |#1| (-566)) (-1155 |#1|)) 73)) (-4116 (((-3 (-1155 |#1|) "failed") (-1155 |#1|) (-1155 |#1|)) 40)) (-3163 (((-1155 |#1|) (-1155 |#1|)) 101)) (-1838 (((-1155 |#1|) (-1155 |#1|) |#1|) 78)) (-1755 (((-1155 |#1|) (-1155 |#1|)) 69)) (-2885 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 79)) (-1650 (((-1155 |#1|) |#1|) 74)) (-2078 (((-1155 |#1|) (-1155 (-1155 |#1|))) 90)) (-2990 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 41)) (-2977 (((-1155 |#1|) (-1155 |#1|)) 21) (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 23)) (-2964 (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 17)) (* (((-1155 |#1|) (-1155 |#1|) |#1|) 29) (((-1155 |#1|) |#1| (-1155 |#1|)) 26) (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 27)))
+(((-1159 |#1|) (-10 -7 (-15 -2964 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -2977 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -2977 ((-1155 |#1|) (-1155 |#1|))) (-15 * ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 * ((-1155 |#1|) |#1| (-1155 |#1|))) (-15 * ((-1155 |#1|) (-1155 |#1|) |#1|)) (-15 -4116 ((-3 (-1155 |#1|) "failed") (-1155 |#1|) (-1155 |#1|))) (-15 -2990 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -4185 ((-3 (-1155 |#1|) "failed") (-1155 |#1|))) (-15 -3399 ((-1155 |#1|) |#1| (-566))) (-15 -3645 ((-1155 (-566)) (-566))) (-15 -2179 ((-1155 (-566)) (-566))) (-15 -2137 ((-1155 |#1|) |#1|)) (-15 -4332 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -1755 ((-1155 |#1|) (-1155 |#1|))) (-15 -2168 ((-1155 |#1|) (-1 |#1| (-566)) (-1155 |#1|))) (-15 -1650 ((-1155 |#1|) |#1|)) (-15 -1838 ((-1155 |#1|) (-1155 |#1|) |#1|)) (-15 -2885 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3449 ((-1155 |#1|) (-1155 |#1|))) (-15 -3230 ((-1155 |#1|) (-1155 |#1|))) (-15 -2078 ((-1155 |#1|) (-1155 (-1155 |#1|)))) (-15 -2922 ((-1155 |#1|) (-1155 |#1|))) (-15 -3530 ((-1155 |#1|) (-1155 |#1|))) (-15 -3163 ((-1155 |#1|) (-1155 |#1|))) (-15 -4051 ((-1155 |#1|) (-1155 |#1|) (-566) (-566))) (-15 -1805 ((-1155 |#1|) (-566) (-566) (-1155 |#1|))) (-15 -2332 ((-1155 |#1|) (-566) (-566) (-1155 |#1|))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ((-1155 |#1|) |#1| (-1155 |#1|))) (-15 -3082 ((-1155 |#1|) |#1| (-1 (-1155 |#1|)))) (-15 -2981 ((-1155 |#1|) (-1155 (-1155 |#1|)))) (-15 -2288 ((-1155 |#1|) (-409 (-566)) (-1155 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -4178 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -1716 ((-1155 |#1|) (-1 |#1| (-566)) |#1| (-1 (-1155 |#1|)))) (-15 -2785 ((-1155 |#1|) |#1| (-1155 |#1|)))) |%noBranch|)) (-1049)) (T -1159))
+((-2785 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-1716 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-566))) (-5 *5 (-1 (-1155 *4))) (-4 *4 (-365)) (-4 *4 (-1049)) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4)))) (-4178 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-365)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2288 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1049)) (-5 *3 (-409 (-566))) (-5 *1 (-1159 *4)))) (-2981 (*1 *2 *3) (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4)) (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)))) (-3082 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1155 *3))) (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)))) (-3613 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2332 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049)) (-5 *1 (-1159 *4)))) (-1805 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049)) (-5 *1 (-1159 *4)))) (-4051 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049)) (-5 *1 (-1159 *4)))) (-3163 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-3530 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2922 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2078 (*1 *2 *3) (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4)) (-4 *4 (-1049)))) (-3230 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-3449 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2885 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-1838 (*1 *2 *2 *3) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-1650 (*1 *2 *3) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049)))) (-2168 (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *4)) (-5 *3 (-1 *4 (-566))) (-4 *4 (-1049)) (-5 *1 (-1159 *4)))) (-1755 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-4332 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2137 (*1 *2 *3) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049)))) (-2179 (*1 *2 *3) (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1159 *4)) (-4 *4 (-1049)) (-5 *3 (-566)))) (-3645 (*1 *2 *3) (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1159 *4)) (-4 *4 (-1049)) (-5 *3 (-566)))) (-3399 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049)))) (-4185 (*1 *2 *2) (|partial| -12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2990 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-4116 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2977 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2977 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))) (-2964 (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
+(-10 -7 (-15 -2964 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -2977 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -2977 ((-1155 |#1|) (-1155 |#1|))) (-15 * ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 * ((-1155 |#1|) |#1| (-1155 |#1|))) (-15 * ((-1155 |#1|) (-1155 |#1|) |#1|)) (-15 -4116 ((-3 (-1155 |#1|) "failed") (-1155 |#1|) (-1155 |#1|))) (-15 -2990 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -4185 ((-3 (-1155 |#1|) "failed") (-1155 |#1|))) (-15 -3399 ((-1155 |#1|) |#1| (-566))) (-15 -3645 ((-1155 (-566)) (-566))) (-15 -2179 ((-1155 (-566)) (-566))) (-15 -2137 ((-1155 |#1|) |#1|)) (-15 -4332 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -1755 ((-1155 |#1|) (-1155 |#1|))) (-15 -2168 ((-1155 |#1|) (-1 |#1| (-566)) (-1155 |#1|))) (-15 -1650 ((-1155 |#1|) |#1|)) (-15 -1838 ((-1155 |#1|) (-1155 |#1|) |#1|)) (-15 -2885 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3449 ((-1155 |#1|) (-1155 |#1|))) (-15 -3230 ((-1155 |#1|) (-1155 |#1|))) (-15 -2078 ((-1155 |#1|) (-1155 (-1155 |#1|)))) (-15 -2922 ((-1155 |#1|) (-1155 |#1|))) (-15 -3530 ((-1155 |#1|) (-1155 |#1|))) (-15 -3163 ((-1155 |#1|) (-1155 |#1|))) (-15 -4051 ((-1155 |#1|) (-1155 |#1|) (-566) (-566))) (-15 -1805 ((-1155 |#1|) (-566) (-566) (-1155 |#1|))) (-15 -2332 ((-1155 |#1|) (-566) (-566) (-1155 |#1|))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ((-1155 |#1|) |#1| (-1155 |#1|))) (-15 -3082 ((-1155 |#1|) |#1| (-1 (-1155 |#1|)))) (-15 -2981 ((-1155 |#1|) (-1155 (-1155 |#1|)))) (-15 -2288 ((-1155 |#1|) (-409 (-566)) (-1155 |#1|)))) |%noBranch|) (IF (|has| |#1| (-365)) (PROGN (-15 -4178 ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -1716 ((-1155 |#1|) (-1 |#1| (-566)) |#1| (-1 (-1155 |#1|)))) (-15 -2785 ((-1155 |#1|) |#1| (-1155 |#1|)))) |%noBranch|))
+((-4175 (((-1155 |#1|) (-1155 |#1|)) 60)) (-4026 (((-1155 |#1|) (-1155 |#1|)) 42)) (-4153 (((-1155 |#1|) (-1155 |#1|)) 56)) (-4005 (((-1155 |#1|) (-1155 |#1|)) 38)) (-4198 (((-1155 |#1|) (-1155 |#1|)) 63)) (-4050 (((-1155 |#1|) (-1155 |#1|)) 45)) (-1658 (((-1155 |#1|) (-1155 |#1|)) 34)) (-1983 (((-1155 |#1|) (-1155 |#1|)) 29)) (-4209 (((-1155 |#1|) (-1155 |#1|)) 64)) (-4065 (((-1155 |#1|) (-1155 |#1|)) 46)) (-4186 (((-1155 |#1|) (-1155 |#1|)) 61)) (-4038 (((-1155 |#1|) (-1155 |#1|)) 43)) (-4164 (((-1155 |#1|) (-1155 |#1|)) 58)) (-4015 (((-1155 |#1|) (-1155 |#1|)) 40)) (-4241 (((-1155 |#1|) (-1155 |#1|)) 68)) (-4100 (((-1155 |#1|) (-1155 |#1|)) 50)) (-4220 (((-1155 |#1|) (-1155 |#1|)) 66)) (-4077 (((-1155 |#1|) (-1155 |#1|)) 48)) (-4264 (((-1155 |#1|) (-1155 |#1|)) 71)) (-4127 (((-1155 |#1|) (-1155 |#1|)) 53)) (-2462 (((-1155 |#1|) (-1155 |#1|)) 72)) (-4140 (((-1155 |#1|) (-1155 |#1|)) 54)) (-4253 (((-1155 |#1|) (-1155 |#1|)) 70)) (-4114 (((-1155 |#1|) (-1155 |#1|)) 52)) (-4230 (((-1155 |#1|) (-1155 |#1|)) 69)) (-4088 (((-1155 |#1|) (-1155 |#1|)) 51)) (** (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 36)))
+(((-1160 |#1|) (-10 -7 (-15 -1983 ((-1155 |#1|) (-1155 |#1|))) (-15 -1658 ((-1155 |#1|) (-1155 |#1|))) (-15 ** ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -4005 ((-1155 |#1|) (-1155 |#1|))) (-15 -4015 ((-1155 |#1|) (-1155 |#1|))) (-15 -4026 ((-1155 |#1|) (-1155 |#1|))) (-15 -4038 ((-1155 |#1|) (-1155 |#1|))) (-15 -4050 ((-1155 |#1|) (-1155 |#1|))) (-15 -4065 ((-1155 |#1|) (-1155 |#1|))) (-15 -4077 ((-1155 |#1|) (-1155 |#1|))) (-15 -4088 ((-1155 |#1|) (-1155 |#1|))) (-15 -4100 ((-1155 |#1|) (-1155 |#1|))) (-15 -4114 ((-1155 |#1|) (-1155 |#1|))) (-15 -4127 ((-1155 |#1|) (-1155 |#1|))) (-15 -4140 ((-1155 |#1|) (-1155 |#1|))) (-15 -4153 ((-1155 |#1|) (-1155 |#1|))) (-15 -4164 ((-1155 |#1|) (-1155 |#1|))) (-15 -4175 ((-1155 |#1|) (-1155 |#1|))) (-15 -4186 ((-1155 |#1|) (-1155 |#1|))) (-15 -4198 ((-1155 |#1|) (-1155 |#1|))) (-15 -4209 ((-1155 |#1|) (-1155 |#1|))) (-15 -4220 ((-1155 |#1|) (-1155 |#1|))) (-15 -4230 ((-1155 |#1|) (-1155 |#1|))) (-15 -4241 ((-1155 |#1|) (-1155 |#1|))) (-15 -4253 ((-1155 |#1|) (-1155 |#1|))) (-15 -4264 ((-1155 |#1|) (-1155 |#1|))) (-15 -2462 ((-1155 |#1|) (-1155 |#1|)))) (-38 (-409 (-566)))) (T -1160))
+((-2462 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4264 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4253 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4241 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4230 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4220 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4209 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4198 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4186 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4175 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4164 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4153 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4140 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4127 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4114 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4100 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4088 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4077 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4065 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4050 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4038 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4026 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4015 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-4005 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-1658 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))) (-1983 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1160 *3)))))
+(-10 -7 (-15 -1983 ((-1155 |#1|) (-1155 |#1|))) (-15 -1658 ((-1155 |#1|) (-1155 |#1|))) (-15 ** ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -4005 ((-1155 |#1|) (-1155 |#1|))) (-15 -4015 ((-1155 |#1|) (-1155 |#1|))) (-15 -4026 ((-1155 |#1|) (-1155 |#1|))) (-15 -4038 ((-1155 |#1|) (-1155 |#1|))) (-15 -4050 ((-1155 |#1|) (-1155 |#1|))) (-15 -4065 ((-1155 |#1|) (-1155 |#1|))) (-15 -4077 ((-1155 |#1|) (-1155 |#1|))) (-15 -4088 ((-1155 |#1|) (-1155 |#1|))) (-15 -4100 ((-1155 |#1|) (-1155 |#1|))) (-15 -4114 ((-1155 |#1|) (-1155 |#1|))) (-15 -4127 ((-1155 |#1|) (-1155 |#1|))) (-15 -4140 ((-1155 |#1|) (-1155 |#1|))) (-15 -4153 ((-1155 |#1|) (-1155 |#1|))) (-15 -4164 ((-1155 |#1|) (-1155 |#1|))) (-15 -4175 ((-1155 |#1|) (-1155 |#1|))) (-15 -4186 ((-1155 |#1|) (-1155 |#1|))) (-15 -4198 ((-1155 |#1|) (-1155 |#1|))) (-15 -4209 ((-1155 |#1|) (-1155 |#1|))) (-15 -4220 ((-1155 |#1|) (-1155 |#1|))) (-15 -4230 ((-1155 |#1|) (-1155 |#1|))) (-15 -4241 ((-1155 |#1|) (-1155 |#1|))) (-15 -4253 ((-1155 |#1|) (-1155 |#1|))) (-15 -4264 ((-1155 |#1|) (-1155 |#1|))) (-15 -2462 ((-1155 |#1|) (-1155 |#1|))))
+((-4175 (((-1155 |#1|) (-1155 |#1|)) 108)) (-4026 (((-1155 |#1|) (-1155 |#1|)) 65)) (-3453 (((-2 (|:| -4153 (-1155 |#1|)) (|:| -4164 (-1155 |#1|))) (-1155 |#1|)) 104)) (-4153 (((-1155 |#1|) (-1155 |#1|)) 105)) (-3987 (((-2 (|:| -4005 (-1155 |#1|)) (|:| -4015 (-1155 |#1|))) (-1155 |#1|)) 54)) (-4005 (((-1155 |#1|) (-1155 |#1|)) 55)) (-4198 (((-1155 |#1|) (-1155 |#1|)) 110)) (-4050 (((-1155 |#1|) (-1155 |#1|)) 72)) (-1658 (((-1155 |#1|) (-1155 |#1|)) 40)) (-1983 (((-1155 |#1|) (-1155 |#1|)) 37)) (-4209 (((-1155 |#1|) (-1155 |#1|)) 111)) (-4065 (((-1155 |#1|) (-1155 |#1|)) 73)) (-4186 (((-1155 |#1|) (-1155 |#1|)) 109)) (-4038 (((-1155 |#1|) (-1155 |#1|)) 68)) (-4164 (((-1155 |#1|) (-1155 |#1|)) 106)) (-4015 (((-1155 |#1|) (-1155 |#1|)) 56)) (-4241 (((-1155 |#1|) (-1155 |#1|)) 119)) (-4100 (((-1155 |#1|) (-1155 |#1|)) 94)) (-4220 (((-1155 |#1|) (-1155 |#1|)) 113)) (-4077 (((-1155 |#1|) (-1155 |#1|)) 90)) (-4264 (((-1155 |#1|) (-1155 |#1|)) 123)) (-4127 (((-1155 |#1|) (-1155 |#1|)) 98)) (-2462 (((-1155 |#1|) (-1155 |#1|)) 125)) (-4140 (((-1155 |#1|) (-1155 |#1|)) 100)) (-4253 (((-1155 |#1|) (-1155 |#1|)) 121)) (-4114 (((-1155 |#1|) (-1155 |#1|)) 96)) (-4230 (((-1155 |#1|) (-1155 |#1|)) 115)) (-4088 (((-1155 |#1|) (-1155 |#1|)) 92)) (** (((-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) 41)))
+(((-1161 |#1|) (-10 -7 (-15 -1983 ((-1155 |#1|) (-1155 |#1|))) (-15 -1658 ((-1155 |#1|) (-1155 |#1|))) (-15 ** ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3987 ((-2 (|:| -4005 (-1155 |#1|)) (|:| -4015 (-1155 |#1|))) (-1155 |#1|))) (-15 -4005 ((-1155 |#1|) (-1155 |#1|))) (-15 -4015 ((-1155 |#1|) (-1155 |#1|))) (-15 -4026 ((-1155 |#1|) (-1155 |#1|))) (-15 -4038 ((-1155 |#1|) (-1155 |#1|))) (-15 -4050 ((-1155 |#1|) (-1155 |#1|))) (-15 -4065 ((-1155 |#1|) (-1155 |#1|))) (-15 -4077 ((-1155 |#1|) (-1155 |#1|))) (-15 -4088 ((-1155 |#1|) (-1155 |#1|))) (-15 -4100 ((-1155 |#1|) (-1155 |#1|))) (-15 -4114 ((-1155 |#1|) (-1155 |#1|))) (-15 -4127 ((-1155 |#1|) (-1155 |#1|))) (-15 -4140 ((-1155 |#1|) (-1155 |#1|))) (-15 -3453 ((-2 (|:| -4153 (-1155 |#1|)) (|:| -4164 (-1155 |#1|))) (-1155 |#1|))) (-15 -4153 ((-1155 |#1|) (-1155 |#1|))) (-15 -4164 ((-1155 |#1|) (-1155 |#1|))) (-15 -4175 ((-1155 |#1|) (-1155 |#1|))) (-15 -4186 ((-1155 |#1|) (-1155 |#1|))) (-15 -4198 ((-1155 |#1|) (-1155 |#1|))) (-15 -4209 ((-1155 |#1|) (-1155 |#1|))) (-15 -4220 ((-1155 |#1|) (-1155 |#1|))) (-15 -4230 ((-1155 |#1|) (-1155 |#1|))) (-15 -4241 ((-1155 |#1|) (-1155 |#1|))) (-15 -4253 ((-1155 |#1|) (-1155 |#1|))) (-15 -4264 ((-1155 |#1|) (-1155 |#1|))) (-15 -2462 ((-1155 |#1|) (-1155 |#1|)))) (-38 (-409 (-566)))) (T -1161))
+((-2462 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4264 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4253 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4241 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4230 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4220 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4209 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4198 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4186 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4175 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4164 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4153 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3453 (*1 *2 *3) (-12 (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-2 (|:| -4153 (-1155 *4)) (|:| -4164 (-1155 *4)))) (-5 *1 (-1161 *4)) (-5 *3 (-1155 *4)))) (-4140 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4127 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4114 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4100 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4088 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4077 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4065 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4050 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4038 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4026 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4015 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-4005 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-3987 (*1 *2 *3) (-12 (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-2 (|:| -4005 (-1155 *4)) (|:| -4015 (-1155 *4)))) (-5 *1 (-1161 *4)) (-5 *3 (-1155 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-1658 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))) (-1983 (*1 *2 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1161 *3)))))
+(-10 -7 (-15 -1983 ((-1155 |#1|) (-1155 |#1|))) (-15 -1658 ((-1155 |#1|) (-1155 |#1|))) (-15 ** ((-1155 |#1|) (-1155 |#1|) (-1155 |#1|))) (-15 -3987 ((-2 (|:| -4005 (-1155 |#1|)) (|:| -4015 (-1155 |#1|))) (-1155 |#1|))) (-15 -4005 ((-1155 |#1|) (-1155 |#1|))) (-15 -4015 ((-1155 |#1|) (-1155 |#1|))) (-15 -4026 ((-1155 |#1|) (-1155 |#1|))) (-15 -4038 ((-1155 |#1|) (-1155 |#1|))) (-15 -4050 ((-1155 |#1|) (-1155 |#1|))) (-15 -4065 ((-1155 |#1|) (-1155 |#1|))) (-15 -4077 ((-1155 |#1|) (-1155 |#1|))) (-15 -4088 ((-1155 |#1|) (-1155 |#1|))) (-15 -4100 ((-1155 |#1|) (-1155 |#1|))) (-15 -4114 ((-1155 |#1|) (-1155 |#1|))) (-15 -4127 ((-1155 |#1|) (-1155 |#1|))) (-15 -4140 ((-1155 |#1|) (-1155 |#1|))) (-15 -3453 ((-2 (|:| -4153 (-1155 |#1|)) (|:| -4164 (-1155 |#1|))) (-1155 |#1|))) (-15 -4153 ((-1155 |#1|) (-1155 |#1|))) (-15 -4164 ((-1155 |#1|) (-1155 |#1|))) (-15 -4175 ((-1155 |#1|) (-1155 |#1|))) (-15 -4186 ((-1155 |#1|) (-1155 |#1|))) (-15 -4198 ((-1155 |#1|) (-1155 |#1|))) (-15 -4209 ((-1155 |#1|) (-1155 |#1|))) (-15 -4220 ((-1155 |#1|) (-1155 |#1|))) (-15 -4230 ((-1155 |#1|) (-1155 |#1|))) (-15 -4241 ((-1155 |#1|) (-1155 |#1|))) (-15 -4253 ((-1155 |#1|) (-1155 |#1|))) (-15 -4264 ((-1155 |#1|) (-1155 |#1|))) (-15 -2462 ((-1155 |#1|) (-1155 |#1|))))
+((-1798 (((-958 |#2|) |#2| |#2|) 51)) (-3156 ((|#2| |#2| |#1|) 19 (|has| |#1| (-308)))))
+(((-1162 |#1| |#2|) (-10 -7 (-15 -1798 ((-958 |#2|) |#2| |#2|)) (IF (|has| |#1| (-308)) (-15 -3156 (|#2| |#2| |#1|)) |%noBranch|)) (-558) (-1241 |#1|)) (T -1162))
+((-3156 (*1 *2 *2 *3) (-12 (-4 *3 (-308)) (-4 *3 (-558)) (-5 *1 (-1162 *3 *2)) (-4 *2 (-1241 *3)))) (-1798 (*1 *2 *3 *3) (-12 (-4 *4 (-558)) (-5 *2 (-958 *3)) (-5 *1 (-1162 *4 *3)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -1798 ((-958 |#2|) |#2| |#2|)) (IF (|has| |#1| (-308)) (-15 -3156 (|#2| |#2| |#1|)) |%noBranch|))
+((-4124 (((-112) $ $) NIL)) (-1916 (($ $ (-644 (-771))) 81)) (-3522 (($) 33)) (-1829 (($ $) 51)) (-3378 (((-644 $) $) 60)) (-1987 (((-112) $) 19)) (-3425 (((-644 (-943 |#2|)) $) 88)) (-3940 (($ $) 82)) (-3259 (((-771) $) 47)) (-1566 (($) 32)) (-2951 (($ $ (-644 (-771)) (-943 |#2|)) 74) (($ $ (-644 (-771)) (-771)) 75) (($ $ (-771) (-943 |#2|)) 77)) (-1485 (($ $ $) 57) (($ (-644 $)) 59)) (-1884 (((-771) $) 89)) (-3900 (((-112) $) 15)) (-3057 (((-1157) $) NIL)) (-3043 (((-112) $) 22)) (-2029 (((-1119) $) NIL)) (-3779 (((-171) $) 87)) (-2750 (((-943 |#2|) $) 83)) (-2124 (((-771) $) 84)) (-1565 (((-112) $) 86)) (-3349 (($ $ (-644 (-771)) (-171)) 80)) (-2604 (($ $) 52)) (-1650 (((-862) $) 100)) (-2906 (($ $ (-644 (-771)) (-112)) 79)) (-2460 (((-644 $) $) 11)) (-3583 (($ $ (-771)) 46)) (-3705 (($ $) 43)) (-2657 (((-112) $ $) NIL)) (-2302 (($ $ $ (-943 |#2|) (-771)) 70)) (-4289 (($ $ (-943 |#2|)) 69)) (-1670 (($ $ (-644 (-771)) (-943 |#2|)) 66) (($ $ (-644 (-771)) (-771)) 72) (((-771) $ (-943 |#2|)) 73)) (-2868 (((-112) $ $) 94)))
+(((-1163 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -3900 ((-112) $)) (-15 -1987 ((-112) $)) (-15 -3043 ((-112) $)) (-15 -1566 ($)) (-15 -3522 ($)) (-15 -3705 ($ $)) (-15 -3583 ($ $ (-771))) (-15 -2460 ((-644 $) $)) (-15 -3259 ((-771) $)) (-15 -1829 ($ $)) (-15 -2604 ($ $)) (-15 -1485 ($ $ $)) (-15 -1485 ($ (-644 $))) (-15 -3378 ((-644 $) $)) (-15 -1670 ($ $ (-644 (-771)) (-943 |#2|))) (-15 -4289 ($ $ (-943 |#2|))) (-15 -2302 ($ $ $ (-943 |#2|) (-771))) (-15 -2951 ($ $ (-644 (-771)) (-943 |#2|))) (-15 -1670 ($ $ (-644 (-771)) (-771))) (-15 -2951 ($ $ (-644 (-771)) (-771))) (-15 -1670 ((-771) $ (-943 |#2|))) (-15 -2951 ($ $ (-771) (-943 |#2|))) (-15 -2906 ($ $ (-644 (-771)) (-112))) (-15 -3349 ($ $ (-644 (-771)) (-171))) (-15 -1916 ($ $ (-644 (-771)))) (-15 -2750 ((-943 |#2|) $)) (-15 -2124 ((-771) $)) (-15 -1565 ((-112) $)) (-15 -3779 ((-171) $)) (-15 -1884 ((-771) $)) (-15 -3940 ($ $)) (-15 -3425 ((-644 (-943 |#2|)) $)))) (-921) (-1049)) (T -1163))
+((-3900 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-1987 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3043 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-1566 (*1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-3522 (*1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-3705 (*1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-3583 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-2460 (*1 *2 *1) (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3259 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-1829 (*1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-2604 (*1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-1485 (*1 *1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-1485 (*1 *1 *2) (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3378 (*1 *2 *1) (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-1670 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-4289 (*1 *1 *1 *2) (-12 (-5 *2 (-943 *4)) (-4 *4 (-1049)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)))) (-2302 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-943 *5)) (-5 *3 (-771)) (-4 *5 (-1049)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-2951 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-1670 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-771)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)) (-4 *5 (-1049)))) (-2951 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-771)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)) (-4 *5 (-1049)))) (-1670 (*1 *2 *1 *3) (-12 (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *2 (-771)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-2951 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))) (-2906 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-112)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)) (-4 *5 (-1049)))) (-3349 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-644 (-771))) (-5 *3 (-171)) (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)) (-4 *5 (-1049)))) (-1916 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-2750 (*1 *2 *1) (-12 (-5 *2 (-943 *4)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-2124 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-1565 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3779 (*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-1884 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))) (-3940 (*1 *1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))) (-3425 (*1 *2 *1) (-12 (-5 *2 (-644 (-943 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921)) (-4 *4 (-1049)))))
+(-13 (-1099) (-10 -8 (-15 -3900 ((-112) $)) (-15 -1987 ((-112) $)) (-15 -3043 ((-112) $)) (-15 -1566 ($)) (-15 -3522 ($)) (-15 -3705 ($ $)) (-15 -3583 ($ $ (-771))) (-15 -2460 ((-644 $) $)) (-15 -3259 ((-771) $)) (-15 -1829 ($ $)) (-15 -2604 ($ $)) (-15 -1485 ($ $ $)) (-15 -1485 ($ (-644 $))) (-15 -3378 ((-644 $) $)) (-15 -1670 ($ $ (-644 (-771)) (-943 |#2|))) (-15 -4289 ($ $ (-943 |#2|))) (-15 -2302 ($ $ $ (-943 |#2|) (-771))) (-15 -2951 ($ $ (-644 (-771)) (-943 |#2|))) (-15 -1670 ($ $ (-644 (-771)) (-771))) (-15 -2951 ($ $ (-644 (-771)) (-771))) (-15 -1670 ((-771) $ (-943 |#2|))) (-15 -2951 ($ $ (-771) (-943 |#2|))) (-15 -2906 ($ $ (-644 (-771)) (-112))) (-15 -3349 ($ $ (-644 (-771)) (-171))) (-15 -1916 ($ $ (-644 (-771)))) (-15 -2750 ((-943 |#2|) $)) (-15 -2124 ((-771) $)) (-15 -1565 ((-112) $)) (-15 -3779 ((-171) $)) (-15 -1884 ((-771) $)) (-15 -3940 ($ $)) (-15 -3425 ((-644 (-943 |#2|)) $))))
+((-4124 (((-112) $ $) NIL)) (-2699 ((|#2| $) 11)) (-2687 ((|#1| $) 10)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1664 (($ |#1| |#2|) 9)) (-1650 (((-862) $) 16)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1164 |#1| |#2|) (-13 (-1099) (-10 -8 (-15 -1664 ($ |#1| |#2|)) (-15 -2687 (|#1| $)) (-15 -2699 (|#2| $)))) (-1099) (-1099)) (T -1164))
+((-1664 (*1 *1 *2 *3) (-12 (-5 *1 (-1164 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-2687 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-1164 *2 *3)) (-4 *3 (-1099)))) (-2699 (*1 *2 *1) (-12 (-4 *2 (-1099)) (-5 *1 (-1164 *3 *2)) (-4 *3 (-1099)))))
+(-13 (-1099) (-10 -8 (-15 -1664 ($ |#1| |#2|)) (-15 -2687 (|#1| $)) (-15 -2699 (|#2| $))))
+((-4124 (((-112) $ $) NIL)) (-2818 (((-1134) $) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1165) (-13 (-1082) (-10 -8 (-15 -2818 ((-1134) $))))) (T -1165))
+((-2818 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1165)))))
+(-13 (-1082) (-10 -8 (-15 -2818 ((-1134) $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 (((-1173 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-308)) (|has| |#1| (-365))))) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) 11)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-4282 (($ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2296 (((-112) $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2191 (($ $ (-566)) NIL) (($ $ (-566) (-566)) 75)) (-1639 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) NIL)) (-3180 (((-1173 |#1| |#2| |#3|) $) 42)) (-4279 (((-3 (-1173 |#1| |#2| |#3|) "failed") $) 32)) (-4036 (((-1173 |#1| |#2| |#3|) $) 33)) (-4175 (($ $) 116 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 92 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1778 (($ $) NIL (|has| |#1| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-4153 (($ $) 112 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 88 (|has| |#1| (-38 (-409 (-566)))))) (-1907 (((-566) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-1850 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) NIL)) (-4198 (($ $) 120 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 96 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-1173 |#1| |#2| |#3|) "failed") $) 34) (((-3 (-1175) "failed") $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-566) "failed") $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))))) (-3213 (((-1173 |#1| |#2| |#3|) $) 140) (((-1175) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (((-409 (-566)) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365)))) (((-566) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))))) (-3128 (($ $) 37) (($ (-566) $) 38)) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) NIL)) (-2204 (((-689 (-1173 |#1| |#2| |#3|)) (-689 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -2840 (-689 (-1173 |#1| |#2| |#3|))) (|:| |vec| (-1265 (-1173 |#1| |#2| |#3|)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-639 (-566))) (|has| |#1| (-365)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-639 (-566))) (|has| |#1| (-365))))) (-4185 (((-3 $ "failed") $) 54)) (-1770 (((-409 (-952 |#1|)) $ (-566)) 74 (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) 76 (|has| |#1| (-558)))) (-3341 (($) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2422 (((-112) $) NIL (|has| |#1| (-365)))) (-3540 (((-112) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-2445 (((-112) $) 28)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-886 (-381))) (|has| |#1| (-365)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-886 (-566))) (|has| |#1| (-365))))) (-2464 (((-566) $) NIL) (((-566) $ (-566)) 26)) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL (|has| |#1| (-365)))) (-2499 (((-1173 |#1| |#2| |#3|) $) 44 (|has| |#1| (-365)))) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1982 (((-3 $ "failed") $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1150)) (|has| |#1| (-365))))) (-4049 (((-112) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-1942 (($ $ (-921)) NIL)) (-2571 (($ (-1 |#1| (-566)) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-566)) 19) (($ $ (-1081) (-566)) NIL) (($ $ (-644 (-1081)) (-644 (-566))) NIL)) (-1888 (($ $ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-3890 (($ $ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-365)))) (-1658 (($ $) 81 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-4048 (($ (-566) (-1173 |#1| |#2| |#3|)) 36)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-3613 (($ $) 79 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200))))) (($ $ (-1261 |#2|)) 80 (|has| |#1| (-38 (-409 (-566)))))) (-1783 (($) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1150)) (|has| |#1| (-365))) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-4381 (($ $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-308)) (|has| |#1| (-365))))) (-2426 (((-1173 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-3846 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-2929 (($ $ (-566)) 158)) (-4116 (((-3 $ "failed") $ $) 55 (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1983 (($ $) 82 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-566))))) (($ $ (-1175) (-1173 |#1| |#2| |#3|)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-516 (-1175) (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 (-1173 |#1| |#2| |#3|))) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-516 (-1175) (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-295 (-1173 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-310 (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-295 (-1173 |#1| |#2| |#3|))) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-310 (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-310 (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-1173 |#1| |#2| |#3|)) (-644 (-1173 |#1| |#2| |#3|))) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-310 (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365))))) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ (-566)) NIL) (($ $ $) 61 (|has| (-566) (-1111))) (($ $ (-1173 |#1| |#2| |#3|)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-287 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|))) (|has| |#1| (-365))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2324 (($ $ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|))) NIL (|has| |#1| (-365))) (($ $ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) (-771)) NIL (|has| |#1| (-365))) (($ $ (-1261 |#2|)) 57) (($ $ (-771)) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 56 (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-1490 (($ $) NIL (|has| |#1| (-365)))) (-2507 (((-1173 |#1| |#2| |#3|) $) 46 (|has| |#1| (-365)))) (-4297 (((-566) $) 43)) (-4209 (($ $) 122 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 98 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 118 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 94 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 114 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 90 (|has| |#1| (-38 (-409 (-566)))))) (-1945 (((-538) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-614 (-538))) (|has| |#1| (-365)))) (((-381) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1022)) (|has| |#1| (-365)))) (((-225) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1022)) (|has| |#1| (-365)))) (((-892 (-381)) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-614 (-892 (-381)))) (|has| |#1| (-365)))) (((-892 (-566)) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-614 (-892 (-566)))) (|has| |#1| (-365))))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1911 (($ $) NIL)) (-1650 (((-862) $) 162) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1173 |#1| |#2| |#3|)) 30) (($ (-1261 |#2|)) 25) (($ (-1175)) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (($ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558)))) (($ (-409 (-566))) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))) (|has| |#1| (-38 (-409 (-566))))))) (-2841 ((|#1| $ (-566)) 77)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-145)) (|has| |#1| (-365))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2614 ((|#1| $) 12)) (-4370 (((-1173 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) 128 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 104 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-4220 (($ $) 124 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 100 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 108 (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-566)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 110 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 106 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 126 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 102 (|has| |#1| (-38 (-409 (-566)))))) (-3839 (($ $) NIL (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-3410 (($) 21 T CONST)) (-3424 (($) 16 T CONST)) (-3218 (($ $ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|))) NIL (|has| |#1| (-365))) (($ $ (-1 (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) (-771)) NIL (|has| |#1| (-365))) (($ $ (-771)) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-2928 (((-112) $ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2904 (((-112) $ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2892 (((-112) $ $) NIL (-2700 (-12 (|has| (-1173 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1173 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) 49 (|has| |#1| (-365))) (($ (-1173 |#1| |#2| |#3|) (-1173 |#1| |#2| |#3|)) 50 (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 23)) (** (($ $ (-921)) NIL) (($ $ (-771)) 60) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) 83 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 137 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 35) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1173 |#1| |#2| |#3|)) 48 (|has| |#1| (-365))) (($ (-1173 |#1| |#2| |#3|) $) 47 (|has| |#1| (-365))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-1166 |#1| |#2| |#3|) (-13 (-1227 |#1| (-1173 |#1| |#2| |#3|)) (-10 -8 (-15 -1650 ($ (-1261 |#2|))) (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1166))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3613 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
+(-13 (-1227 |#1| (-1173 |#1| |#2| |#3|)) (-10 -8 (-15 -1650 ($ (-1261 |#2|))) (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|)))
+((-1520 ((|#2| |#2| (-1091 |#2|)) 26) ((|#2| |#2| (-1175)) 28)))
+(((-1167 |#1| |#2|) (-10 -7 (-15 -1520 (|#2| |#2| (-1175))) (-15 -1520 (|#2| |#2| (-1091 |#2|)))) (-13 (-558) (-1038 (-566)) (-639 (-566))) (-13 (-432 |#1|) (-160) (-27) (-1200))) (T -1167))
+((-1520 (*1 *2 *2 *3) (-12 (-5 *3 (-1091 *2)) (-4 *2 (-13 (-432 *4) (-160) (-27) (-1200))) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1167 *4 *2)))) (-1520 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1167 *4 *2)) (-4 *2 (-13 (-432 *4) (-160) (-27) (-1200))))))
+(-10 -7 (-15 -1520 (|#2| |#2| (-1175))) (-15 -1520 (|#2| |#2| (-1091 |#2|))))
+((-1520 (((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1091 (-409 (-952 |#1|)))) 31) (((-409 (-952 |#1|)) (-952 |#1|) (-1091 (-952 |#1|))) 44) (((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1175)) 33) (((-409 (-952 |#1|)) (-952 |#1|) (-1175)) 36)))
+(((-1168 |#1|) (-10 -7 (-15 -1520 ((-409 (-952 |#1|)) (-952 |#1|) (-1175))) (-15 -1520 ((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1175))) (-15 -1520 ((-409 (-952 |#1|)) (-952 |#1|) (-1091 (-952 |#1|)))) (-15 -1520 ((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1091 (-409 (-952 |#1|)))))) (-13 (-558) (-1038 (-566)))) (T -1168))
+((-1520 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5))) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-3 *3 (-317 *5))) (-5 *1 (-1168 *5)))) (-1520 (*1 *2 *3 *4) (-12 (-5 *4 (-1091 (-952 *5))) (-5 *3 (-952 *5)) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 *3)) (-5 *1 (-1168 *5)))) (-1520 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-3 (-409 (-952 *5)) (-317 *5))) (-5 *1 (-1168 *5)) (-5 *3 (-409 (-952 *5))))) (-1520 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 (-952 *5))) (-5 *1 (-1168 *5)) (-5 *3 (-952 *5)))))
+(-10 -7 (-15 -1520 ((-409 (-952 |#1|)) (-952 |#1|) (-1175))) (-15 -1520 ((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1175))) (-15 -1520 ((-409 (-952 |#1|)) (-952 |#1|) (-1091 (-952 |#1|)))) (-15 -1520 ((-3 (-409 (-952 |#1|)) (-317 |#1|)) (-409 (-952 |#1|)) (-1091 (-409 (-952 |#1|))))))
+((-1895 (((-1171 |#2|) (-1 |#2| |#1|) (-1171 |#1|)) 13)))
+(((-1169 |#1| |#2|) (-10 -7 (-15 -1895 ((-1171 |#2|) (-1 |#2| |#1|) (-1171 |#1|)))) (-1049) (-1049)) (T -1169))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1171 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-5 *2 (-1171 *6)) (-5 *1 (-1169 *5 *6)))))
+(-10 -7 (-15 -1895 ((-1171 |#2|) (-1 |#2| |#1|) (-1171 |#1|))))
+((-1615 (((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|))) 51)) (-3846 (((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|))) 52)))
+(((-1170 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3846 ((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|)))) (-15 -1615 ((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|))))) (-793) (-850) (-454) (-949 |#3| |#1| |#2|)) (T -1170))
+((-1615 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-454)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 (-409 *7)))) (-5 *1 (-1170 *4 *5 *6 *7)) (-5 *3 (-1171 (-409 *7))))) (-3846 (*1 *2 *3) (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-454)) (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 (-409 *7)))) (-5 *1 (-1170 *4 *5 *6 *7)) (-5 *3 (-1171 (-409 *7))))))
+(-10 -7 (-15 -3846 ((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|)))) (-15 -1615 ((-420 (-1171 (-409 |#4|))) (-1171 (-409 |#4|)))))
+((-4124 (((-112) $ $) 171)) (-4014 (((-112) $) 43)) (-2953 (((-1265 |#1|) $ (-771)) NIL)) (-3981 (((-644 (-1081)) $) NIL)) (-2109 (($ (-1171 |#1|)) NIL)) (-3817 (((-1171 $) $ (-1081)) 82) (((-1171 |#1|) $) 71)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) 164 (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-1081))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3334 (($ $ $) 158 (|has| |#1| (-558)))) (-3068 (((-420 (-1171 $)) (-1171 $)) 95 (|has| |#1| (-909)))) (-1778 (($ $) NIL (|has| |#1| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 115 (|has| |#1| (-909)))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3354 (($ $ (-771)) 61)) (-3363 (($ $ (-771)) 63)) (-3378 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-454)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#1| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-1081) "failed") $) NIL)) (-3213 ((|#1| $) NIL) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-1081) $) NIL)) (-3095 (($ $ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $ $) 160 (|has| |#1| (-172)))) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) 80)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) NIL) (((-689 |#1|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-3579 (($ $ $) 131)) (-3151 (($ $ $) NIL (|has| |#1| (-558)))) (-3960 (((-2 (|:| -2651 |#1|) (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-558)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-3156 (($ $) 165 (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#1| (-909)))) (-3406 (($ $ |#1| (-771) $) 69)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-1776 (((-862) $ (-862)) 148)) (-2464 (((-771) $ $) NIL (|has| |#1| (-558)))) (-1568 (((-112) $) 48)) (-2606 (((-771) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| |#1| (-1150)))) (-3972 (($ (-1171 |#1|) (-1081)) 73) (($ (-1171 $) (-1081)) 89)) (-1942 (($ $ (-771)) 51)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-771)) 87) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-1081)) NIL) (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 153)) (-3888 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-2450 (($ (-1 (-771) (-771)) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3361 (((-1171 |#1|) $) NIL)) (-3107 (((-3 (-1081) "failed") $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) 76)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) NIL (|has| |#1| (-454)))) (-3057 (((-1157) $) NIL)) (-1976 (((-2 (|:| -2075 $) (|:| -4368 $)) $ (-771)) 60)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-1081)) (|:| -3388 (-771))) "failed") $) NIL)) (-3613 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1783 (($) NIL (|has| |#1| (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) 50)) (-4109 ((|#1| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 103 (|has| |#1| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-454))) (($ $ $) 167 (|has| |#1| (-454)))) (-4265 (($ $ (-771) |#1| $) 123)) (-2107 (((-420 (-1171 $)) (-1171 $)) 101 (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) 100 (|has| |#1| (-909)))) (-3846 (((-420 $) $) 108 (|has| |#1| (-909)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-4116 (((-3 $ "failed") $ |#1|) 163 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 124 (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#1|) NIL) (($ $ (-644 (-1081)) (-644 |#1|)) NIL) (($ $ (-1081) $) NIL) (($ $ (-644 (-1081)) (-644 $)) NIL)) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ |#1|) 150) (($ $ $) 151) (((-409 $) (-409 $) (-409 $)) NIL (|has| |#1| (-558))) ((|#1| (-409 $) |#1|) NIL (|has| |#1| (-365))) (((-409 $) $ (-409 $)) NIL (|has| |#1| (-558)))) (-1506 (((-3 $ "failed") $ (-771)) 54)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 172 (|has| |#1| (-365)))) (-2018 (($ $ (-1081)) NIL (|has| |#1| (-172))) ((|#1| $) 156 (|has| |#1| (-172)))) (-2324 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-4297 (((-771) $) 78) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-1573 ((|#1| $) 162 (|has| |#1| (-454))) (($ $ (-1081)) NIL (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#1| (-909))))) (-3551 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558))) (((-3 (-409 $) "failed") (-409 $) $) NIL (|has| |#1| (-558)))) (-1650 (((-862) $) 149) (($ (-566)) NIL) (($ |#1|) 77) (($ (-1081)) NIL) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-771)) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) 41 (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) 17 T CONST)) (-3424 (($) 19 T CONST)) (-3218 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2868 (((-112) $ $) 120)) (-2990 (($ $ |#1|) 173 (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 90)) (** (($ $ (-921)) 14) (($ $ (-771)) 12)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 39) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 129) (($ $ |#1|) NIL)))
+(((-1171 |#1|) (-13 (-1241 |#1|) (-10 -8 (-15 -1776 ((-862) $ (-862))) (-15 -4265 ($ $ (-771) |#1| $)))) (-1049)) (T -1171))
+((-1776 (*1 *2 *1 *2) (-12 (-5 *2 (-862)) (-5 *1 (-1171 *3)) (-4 *3 (-1049)))) (-4265 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1171 *3)) (-4 *3 (-1049)))))
+(-13 (-1241 |#1|) (-10 -8 (-15 -1776 ((-862) $ (-862))) (-15 -4265 ($ $ (-771) |#1| $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) 11)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-2191 (($ $ (-409 (-566))) NIL) (($ $ (-409 (-566)) (-409 (-566))) NIL)) (-1639 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) NIL)) (-4175 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| |#1| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-4153 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) NIL)) (-4198 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-1166 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1173 |#1| |#2| |#3|) "failed") $) 36)) (-3213 (((-1166 |#1| |#2| |#3|) $) NIL) (((-1173 |#1| |#2| |#3|) $) NIL)) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3822 (((-409 (-566)) $) 59)) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4063 (($ (-409 (-566)) (-1166 |#1| |#2| |#3|)) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2422 (((-112) $) NIL (|has| |#1| (-365)))) (-2445 (((-112) $) NIL)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-409 (-566)) $) NIL) (((-409 (-566)) $ (-409 (-566))) NIL)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) NIL) (($ $ (-409 (-566))) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-409 (-566))) 20) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-1658 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3790 (((-1166 |#1| |#2| |#3|) $) 41)) (-3698 (((-3 (-1166 |#1| |#2| |#3|) "failed") $) NIL)) (-4048 (((-1166 |#1| |#2| |#3|) $) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-3613 (($ $) 39 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200))))) (($ $ (-1261 |#2|)) 40 (|has| |#1| (-38 (-409 (-566)))))) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-2929 (($ $ (-409 (-566))) NIL)) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1983 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ (-409 (-566))) NIL) (($ $ $) NIL (|has| (-409 (-566)) (-1111)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $ (-1261 |#2|)) 38)) (-4297 (((-409 (-566)) $) NIL)) (-4209 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) NIL)) (-1650 (((-862) $) 62) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1166 |#1| |#2| |#3|)) 30) (($ (-1173 |#1| |#2| |#3|)) 31) (($ (-1261 |#2|)) 26) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2841 ((|#1| $ (-409 (-566))) NIL)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2614 ((|#1| $) 12)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-409 (-566))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 22 T CONST)) (-3424 (($) 16 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 24)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-1172 |#1| |#2| |#3|) (-13 (-1248 |#1| (-1166 |#1| |#2| |#3|)) (-1038 (-1173 |#1| |#2| |#3|)) (-616 (-1261 |#2|)) (-10 -8 (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1172))
+((-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1172 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3613 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1172 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
+(-13 (-1248 |#1| (-1166 |#1| |#2| |#3|)) (-1038 (-1173 |#1| |#2| |#3|)) (-616 (-1261 |#2|)) (-10 -8 (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 131)) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) 121)) (-2016 (((-1238 |#2| |#1|) $ (-771)) 69)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-2191 (($ $ (-771)) 85) (($ $ (-771) (-771)) 82)) (-1639 (((-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|))) $) 107)) (-4175 (($ $) 175 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4153 (($ $) 171 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|)))) 120) (($ (-1155 |#1|)) 115)) (-4198 (($ $) 179 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) 25)) (-3214 (($ $) 28)) (-2396 (((-952 |#1|) $ (-771)) 81) (((-952 |#1|) $ (-771) (-771)) 83)) (-2445 (((-112) $) 126)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-771) $) 128) (((-771) $ (-771)) 130)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) NIL)) (-2571 (($ (-1 |#1| (-566)) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-771)) 13) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-1658 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-3613 (($ $) 135 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200))))) (($ $ (-1261 |#2|)) 136 (|has| |#1| (-38 (-409 (-566)))))) (-2029 (((-1119) $) NIL)) (-2929 (($ $ (-771)) 15)) (-4116 (((-3 $ "failed") $ $) 26 (|has| |#1| (-558)))) (-1983 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-771)))))) (-3483 ((|#1| $ (-771)) 124) (($ $ $) 134 (|has| (-771) (-1111)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) 29 (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $ (-1261 |#2|)) 31)) (-4297 (((-771) $) NIL)) (-4209 (($ $) 181 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 157 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 177 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 173 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) NIL)) (-1650 (((-862) $) 208) (($ (-566)) NIL) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) 132 (|has| |#1| (-172))) (($ (-1238 |#2| |#1|)) 55) (($ (-1261 |#2|)) 36)) (-2675 (((-1155 |#1|) $) 103)) (-2841 ((|#1| $ (-771)) 123)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2614 ((|#1| $) 58)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) 187 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 163 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) 183 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 159 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 191 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 167 (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-771)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-771)))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) 193 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 169 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 189 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 165 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 185 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 161 (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 17 T CONST)) (-3424 (($) 20 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) 200)) (-2964 (($ $ $) 35)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ |#1|) 205 (|has| |#1| (-365))) (($ $ $) 140 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 143 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 138) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-1173 |#1| |#2| |#3|) (-13 (-1256 |#1|) (-10 -8 (-15 -1650 ($ (-1238 |#2| |#1|))) (-15 -2016 ((-1238 |#2| |#1|) $ (-771))) (-15 -1650 ($ (-1261 |#2|))) (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1173))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1238 *4 *3)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3) (-5 *1 (-1173 *3 *4 *5)))) (-2016 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1238 *5 *4)) (-5 *1 (-1173 *4 *5 *6)) (-4 *4 (-1049)) (-14 *5 (-1175)) (-14 *6 *4))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3613 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
+(-13 (-1256 |#1|) (-10 -8 (-15 -1650 ($ (-1238 |#2| |#1|))) (-15 -2016 ((-1238 |#2| |#1|) $ (-771))) (-15 -1650 ($ (-1261 |#2|))) (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|)))
+((-1650 (((-862) $) 33) (($ (-1175)) 35)) (-2700 (($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 46)) (-2688 (($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 39) (($ $) 40)) (-1660 (($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 41)) (-1646 (($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 43)) (-1635 (($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 42)) (-1625 (($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 44)) (-2014 (($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 47)) (-12 (($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $))) 45)))
+(((-1174) (-13 (-613 (-862)) (-10 -8 (-15 -1650 ($ (-1175))) (-15 -1660 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -1635 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -1646 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -1625 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2700 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2014 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2688 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2688 ($ $))))) (T -1174))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1174)))) (-1660 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-1635 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-1646 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-1625 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-2700 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-2014 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-2688 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174)))) (-5 *1 (-1174)))) (-2688 (*1 *1 *1) (-5 *1 (-1174))))
+(-13 (-613 (-862)) (-10 -8 (-15 -1650 ($ (-1175))) (-15 -1660 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -1635 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -1646 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -1625 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2700 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2014 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)) (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2688 ($ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381))) (|:| CF (-317 (-169 (-381)))) (|:| |switch| $)))) (-15 -2688 ($ $))))
+((-4124 (((-112) $ $) NIL)) (-1402 (($ $ (-644 (-862))) 64)) (-2703 (($ $ (-644 (-862))) 62)) (-1901 (((-1157) $) 103)) (-2729 (((-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862))) (|:| |args| (-644 (-862)))) $) 110)) (-3482 (((-112) $) 23)) (-3183 (($ $ (-644 (-644 (-862)))) 61) (($ $ (-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862))) (|:| |args| (-644 (-862))))) 101)) (-4145 (($) 166 T CONST)) (-2701 (((-1270)) 138)) (-2992 (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 71) (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 78)) (-1566 (($) 124) (($ $) 133)) (-3707 (($ $) 102)) (-1888 (($ $ $) NIL)) (-3890 (($ $ $) NIL)) (-3479 (((-644 $) $) 139)) (-3057 (((-1157) $) 116)) (-2029 (((-1119) $) NIL)) (-3483 (($ $ (-644 (-862))) 63)) (-1945 (((-538) $) 48) (((-1175) $) 49) (((-892 (-566)) $) 82) (((-892 (-381)) $) 80)) (-1650 (((-862) $) 55) (($ (-1157)) 50)) (-2657 (((-112) $ $) NIL)) (-3931 (($ $ (-644 (-862))) 65)) (-3673 (((-1157) $) 34) (((-1157) $ (-112)) 35) (((-1270) (-822) $) 36) (((-1270) (-822) $ (-112)) 37)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 51)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) 52)))
+(((-1175) (-13 (-850) (-614 (-538)) (-828) (-614 (-1175)) (-616 (-1157)) (-614 (-892 (-566))) (-614 (-892 (-381))) (-886 (-566)) (-886 (-381)) (-10 -8 (-15 -1566 ($)) (-15 -1566 ($ $)) (-15 -2701 ((-1270))) (-15 -3707 ($ $)) (-15 -3482 ((-112) $)) (-15 -2729 ((-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862))) (|:| |args| (-644 (-862)))) $)) (-15 -3183 ($ $ (-644 (-644 (-862))))) (-15 -3183 ($ $ (-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862))) (|:| |args| (-644 (-862)))))) (-15 -2703 ($ $ (-644 (-862)))) (-15 -1402 ($ $ (-644 (-862)))) (-15 -3931 ($ $ (-644 (-862)))) (-15 -3483 ($ $ (-644 (-862)))) (-15 -1901 ((-1157) $)) (-15 -3479 ((-644 $) $)) (-15 -4145 ($) -4388)))) (T -1175))
+((-1566 (*1 *1) (-5 *1 (-1175))) (-1566 (*1 *1 *1) (-5 *1 (-1175))) (-2701 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1175)))) (-3707 (*1 *1 *1) (-5 *1 (-1175))) (-3482 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))) (-2729 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862))) (|:| |args| (-644 (-862))))) (-5 *1 (-1175)))) (-3183 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 (-862)))) (-5 *1 (-1175)))) (-3183 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862))) (|:| |args| (-644 (-862))))) (-5 *1 (-1175)))) (-2703 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))) (-1402 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))) (-3931 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))) (-1901 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1175)))) (-3479 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1175)))) (-4145 (*1 *1) (-5 *1 (-1175))))
+(-13 (-850) (-614 (-538)) (-828) (-614 (-1175)) (-616 (-1157)) (-614 (-892 (-566))) (-614 (-892 (-381))) (-886 (-566)) (-886 (-381)) (-10 -8 (-15 -1566 ($)) (-15 -1566 ($ $)) (-15 -2701 ((-1270))) (-15 -3707 ($ $)) (-15 -3482 ((-112) $)) (-15 -2729 ((-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862))) (|:| |args| (-644 (-862)))) $)) (-15 -3183 ($ $ (-644 (-644 (-862))))) (-15 -3183 ($ $ (-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862))) (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862))) (|:| |args| (-644 (-862)))))) (-15 -2703 ($ $ (-644 (-862)))) (-15 -1402 ($ $ (-644 (-862)))) (-15 -3931 ($ $ (-644 (-862)))) (-15 -3483 ($ $ (-644 (-862)))) (-15 -1901 ((-1157) $)) (-15 -3479 ((-644 $) $)) (-15 -4145 ($) -4388)))
+((-3618 (((-1265 |#1|) |#1| (-921)) 18) (((-1265 |#1|) (-644 |#1|)) 25)))
+(((-1176 |#1|) (-10 -7 (-15 -3618 ((-1265 |#1|) (-644 |#1|))) (-15 -3618 ((-1265 |#1|) |#1| (-921)))) (-1049)) (T -1176))
+((-3618 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-5 *2 (-1265 *3)) (-5 *1 (-1176 *3)) (-4 *3 (-1049)))) (-3618 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1049)) (-5 *2 (-1265 *4)) (-5 *1 (-1176 *4)))))
+(-10 -7 (-15 -3618 ((-1265 |#1|) (-644 |#1|))) (-15 -3618 ((-1265 |#1|) |#1| (-921))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| |#1| (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#1| (-1038 (-409 (-566))))) (((-3 |#1| "failed") $) NIL)) (-3213 (((-566) $) NIL (|has| |#1| (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| |#1| (-1038 (-409 (-566))))) ((|#1| $) NIL)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3156 (($ $) NIL (|has| |#1| (-454)))) (-3406 (($ $ |#1| (-971) $) NIL)) (-1568 (((-112) $) 17)) (-2606 (((-771) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-971)) NIL)) (-3888 (((-971) $) NIL)) (-2450 (($ (-1 (-971) (-971)) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#1| $) NIL)) (-4265 (($ $ (-971) |#1| $) NIL (-12 (|has| (-971) (-131)) (|has| |#1| (-558))))) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-558)))) (-4297 (((-971) $) NIL)) (-1573 ((|#1| $) NIL (|has| |#1| (-454)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) NIL) (($ (-409 (-566))) NIL (-2700 (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-1038 (-409 (-566))))))) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ (-971)) NIL)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#1| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3410 (($) 11 T CONST)) (-3424 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 21)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 22) (($ $ |#1|) NIL) (($ |#1| $) 16) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-1177 |#1|) (-13 (-327 |#1| (-971)) (-10 -8 (IF (|has| |#1| (-558)) (IF (|has| (-971) (-131)) (-15 -4265 ($ $ (-971) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4413)) (-6 -4413) |%noBranch|))) (-1049)) (T -1177))
+((-4265 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-971)) (-4 *2 (-131)) (-5 *1 (-1177 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))))
+(-13 (-327 |#1| (-971)) (-10 -8 (IF (|has| |#1| (-558)) (IF (|has| (-971) (-131)) (-15 -4265 ($ $ (-971) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4413)) (-6 -4413) |%noBranch|)))
+((-3484 (((-1179) (-1175) $) 25)) (-3507 (($) 29)) (-3459 (((-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-1175) $) 22)) (-2131 (((-1270) (-1175) (-3 (|:| |fst| (-436)) (|:| -4212 "void")) $) 41) (((-1270) (-1175) (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) 42) (((-1270) (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) 43)) (-3372 (((-1270) (-1175)) 58)) (-2569 (((-1270) (-1175) $) 55) (((-1270) (-1175)) 56) (((-1270)) 57)) (-3322 (((-1270) (-1175)) 37)) (-2480 (((-1175)) 36)) (-1710 (($) 34)) (-3122 (((-439) (-1175) (-439) (-1175) $) 45) (((-439) (-644 (-1175)) (-439) (-1175) $) 49) (((-439) (-1175) (-439)) 46) (((-439) (-1175) (-439) (-1175)) 50)) (-2128 (((-1175)) 35)) (-1650 (((-862) $) 28)) (-4138 (((-1270)) 30) (((-1270) (-1175)) 33)) (-3882 (((-644 (-1175)) (-1175) $) 24)) (-3003 (((-1270) (-1175) (-644 (-1175)) $) 38) (((-1270) (-1175) (-644 (-1175))) 39) (((-1270) (-644 (-1175))) 40)))
+(((-1178) (-13 (-613 (-862)) (-10 -8 (-15 -3507 ($)) (-15 -4138 ((-1270))) (-15 -4138 ((-1270) (-1175))) (-15 -3122 ((-439) (-1175) (-439) (-1175) $)) (-15 -3122 ((-439) (-644 (-1175)) (-439) (-1175) $)) (-15 -3122 ((-439) (-1175) (-439))) (-15 -3122 ((-439) (-1175) (-439) (-1175))) (-15 -3322 ((-1270) (-1175))) (-15 -2128 ((-1175))) (-15 -2480 ((-1175))) (-15 -3003 ((-1270) (-1175) (-644 (-1175)) $)) (-15 -3003 ((-1270) (-1175) (-644 (-1175)))) (-15 -3003 ((-1270) (-644 (-1175)))) (-15 -2131 ((-1270) (-1175) (-3 (|:| |fst| (-436)) (|:| -4212 "void")) $)) (-15 -2131 ((-1270) (-1175) (-3 (|:| |fst| (-436)) (|:| -4212 "void")))) (-15 -2131 ((-1270) (-3 (|:| |fst| (-436)) (|:| -4212 "void")))) (-15 -2569 ((-1270) (-1175) $)) (-15 -2569 ((-1270) (-1175))) (-15 -2569 ((-1270))) (-15 -3372 ((-1270) (-1175))) (-15 -1710 ($)) (-15 -3459 ((-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-1175) $)) (-15 -3882 ((-644 (-1175)) (-1175) $)) (-15 -3484 ((-1179) (-1175) $))))) (T -1178))
+((-3507 (*1 *1) (-5 *1 (-1178))) (-4138 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1178)))) (-4138 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-3122 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178)))) (-3122 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-439)) (-5 *3 (-644 (-1175))) (-5 *4 (-1175)) (-5 *1 (-1178)))) (-3122 (*1 *2 *3 *2) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178)))) (-3122 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178)))) (-3322 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-2128 (*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1178)))) (-2480 (*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1178)))) (-3003 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-3003 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-3003 (*1 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-2131 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1175)) (-5 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-2131 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-5 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-2131 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-2569 (*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-2569 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-2569 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1178)))) (-3372 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178)))) (-1710 (*1 *1) (-5 *1 (-1178))) (-3459 (*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *1 (-1178)))) (-3882 (*1 *2 *3 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1178)) (-5 *3 (-1175)))) (-3484 (*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-1179)) (-5 *1 (-1178)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -3507 ($)) (-15 -4138 ((-1270))) (-15 -4138 ((-1270) (-1175))) (-15 -3122 ((-439) (-1175) (-439) (-1175) $)) (-15 -3122 ((-439) (-644 (-1175)) (-439) (-1175) $)) (-15 -3122 ((-439) (-1175) (-439))) (-15 -3122 ((-439) (-1175) (-439) (-1175))) (-15 -3322 ((-1270) (-1175))) (-15 -2128 ((-1175))) (-15 -2480 ((-1175))) (-15 -3003 ((-1270) (-1175) (-644 (-1175)) $)) (-15 -3003 ((-1270) (-1175) (-644 (-1175)))) (-15 -3003 ((-1270) (-644 (-1175)))) (-15 -2131 ((-1270) (-1175) (-3 (|:| |fst| (-436)) (|:| -4212 "void")) $)) (-15 -2131 ((-1270) (-1175) (-3 (|:| |fst| (-436)) (|:| -4212 "void")))) (-15 -2131 ((-1270) (-3 (|:| |fst| (-436)) (|:| -4212 "void")))) (-15 -2569 ((-1270) (-1175) $)) (-15 -2569 ((-1270) (-1175))) (-15 -2569 ((-1270))) (-15 -3372 ((-1270) (-1175))) (-15 -1710 ($)) (-15 -3459 ((-3 (|:| |fst| (-436)) (|:| -4212 "void")) (-1175) $)) (-15 -3882 ((-644 (-1175)) (-1175) $)) (-15 -3484 ((-1179) (-1175) $))))
+((-3234 (((-644 (-644 (-3 (|:| -3707 (-1175)) (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))) $) 66)) (-2292 (((-644 (-3 (|:| -3707 (-1175)) (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))) (-436) $) 47)) (-2158 (($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-439))))) 17)) (-3372 (((-1270) $) 74)) (-3270 (((-644 (-1175)) $) 22)) (-3196 (((-1103) $) 60)) (-2186 (((-439) (-1175) $) 27)) (-3756 (((-644 (-1175)) $) 30)) (-1710 (($) 19)) (-3122 (((-439) (-644 (-1175)) (-439) $) 25) (((-439) (-1175) (-439) $) 24)) (-1650 (((-862) $) 9) (((-1188 (-1175) (-439)) $) 13)))
+(((-1179) (-13 (-613 (-862)) (-10 -8 (-15 -1650 ((-1188 (-1175) (-439)) $)) (-15 -1710 ($)) (-15 -3122 ((-439) (-644 (-1175)) (-439) $)) (-15 -3122 ((-439) (-1175) (-439) $)) (-15 -2186 ((-439) (-1175) $)) (-15 -3270 ((-644 (-1175)) $)) (-15 -2292 ((-644 (-3 (|:| -3707 (-1175)) (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))) (-436) $)) (-15 -3756 ((-644 (-1175)) $)) (-15 -3234 ((-644 (-644 (-3 (|:| -3707 (-1175)) (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))) $)) (-15 -3196 ((-1103) $)) (-15 -3372 ((-1270) $)) (-15 -2158 ($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-439))))))))) (T -1179))
+((-1650 (*1 *2 *1) (-12 (-5 *2 (-1188 (-1175) (-439))) (-5 *1 (-1179)))) (-1710 (*1 *1) (-5 *1 (-1179))) (-3122 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-439)) (-5 *3 (-644 (-1175))) (-5 *1 (-1179)))) (-3122 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1179)))) (-2186 (*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-439)) (-5 *1 (-1179)))) (-3270 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1179)))) (-2292 (*1 *2 *3 *1) (-12 (-5 *3 (-436)) (-5 *2 (-644 (-3 (|:| -3707 (-1175)) (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))) (-5 *1 (-1179)))) (-3756 (*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1179)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-3 (|:| -3707 (-1175)) (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))))) (-5 *1 (-1179)))) (-3196 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-1179)))) (-3372 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1179)))) (-2158 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-439))))) (-5 *1 (-1179)))))
+(-13 (-613 (-862)) (-10 -8 (-15 -1650 ((-1188 (-1175) (-439)) $)) (-15 -1710 ($)) (-15 -3122 ((-439) (-644 (-1175)) (-439) $)) (-15 -3122 ((-439) (-1175) (-439) $)) (-15 -2186 ((-439) (-1175) $)) (-15 -3270 ((-644 (-1175)) $)) (-15 -2292 ((-644 (-3 (|:| -3707 (-1175)) (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))) (-436) $)) (-15 -3756 ((-644 (-1175)) $)) (-15 -3234 ((-644 (-644 (-3 (|:| -3707 (-1175)) (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))) $)) (-15 -3196 ((-1103) $)) (-15 -3372 ((-1270) $)) (-15 -2158 ($ (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-439))))))))
+((-4124 (((-112) $ $) NIL)) (-1821 (((-3 (-566) "failed") $) 29) (((-3 (-225) "failed") $) 35) (((-3 (-508) "failed") $) 43) (((-3 (-1157) "failed") $) 47)) (-3213 (((-566) $) 30) (((-225) $) 36) (((-508) $) 40) (((-1157) $) 48)) (-1535 (((-112) $) 53)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4244 (((-3 (-566) (-225) (-508) (-1157) $) $) 55)) (-1935 (((-644 $) $) 57)) (-1945 (((-1103) $) 24) (($ (-1103)) 25)) (-3518 (((-112) $) 56)) (-1650 (((-862) $) 23) (($ (-566)) 26) (($ (-225)) 32) (($ (-508)) 38) (($ (-1157)) 44) (((-538) $) 59) (((-566) $) 31) (((-225) $) 37) (((-508) $) 41) (((-1157) $) 49)) (-3396 (((-112) $ (|[\|\|]| (-566))) 10) (((-112) $ (|[\|\|]| (-225))) 13) (((-112) $ (|[\|\|]| (-508))) 19) (((-112) $ (|[\|\|]| (-1157))) 16)) (-3550 (($ (-508) (-644 $)) 51) (($ $ (-644 $)) 52)) (-2657 (((-112) $ $) NIL)) (-1830 (((-566) $) 27) (((-225) $) 33) (((-508) $) 39) (((-1157) $) 45)) (-2868 (((-112) $ $) 7)))
+(((-1180) (-13 (-1260) (-1099) (-1038 (-566)) (-1038 (-225)) (-1038 (-508)) (-1038 (-1157)) (-613 (-538)) (-10 -8 (-15 -1945 ((-1103) $)) (-15 -1945 ($ (-1103))) (-15 -1650 ((-566) $)) (-15 -1830 ((-566) $)) (-15 -1650 ((-225) $)) (-15 -1830 ((-225) $)) (-15 -1650 ((-508) $)) (-15 -1830 ((-508) $)) (-15 -1650 ((-1157) $)) (-15 -1830 ((-1157) $)) (-15 -3550 ($ (-508) (-644 $))) (-15 -3550 ($ $ (-644 $))) (-15 -1535 ((-112) $)) (-15 -4244 ((-3 (-566) (-225) (-508) (-1157) $) $)) (-15 -1935 ((-644 $) $)) (-15 -3518 ((-112) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-566)))) (-15 -3396 ((-112) $ (|[\|\|]| (-225)))) (-15 -3396 ((-112) $ (|[\|\|]| (-508)))) (-15 -3396 ((-112) $ (|[\|\|]| (-1157))))))) (T -1180))
+((-1945 (*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-1180)))) (-1945 (*1 *1 *2) (-12 (-5 *2 (-1103)) (-5 *1 (-1180)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1180)))) (-1830 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1180)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1180)))) (-1830 (*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1180)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1180)))) (-1830 (*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1180)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1180)))) (-1830 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1180)))) (-3550 (*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-644 (-1180))) (-5 *1 (-1180)))) (-3550 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1180)))) (-1535 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1180)))) (-4244 (*1 *2 *1) (-12 (-5 *2 (-3 (-566) (-225) (-508) (-1157) (-1180))) (-5 *1 (-1180)))) (-1935 (*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1180)))) (-3518 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1180)))) (-3396 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-112)) (-5 *1 (-1180)))) (-3396 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-225))) (-5 *2 (-112)) (-5 *1 (-1180)))) (-3396 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-508))) (-5 *2 (-112)) (-5 *1 (-1180)))) (-3396 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1157))) (-5 *2 (-112)) (-5 *1 (-1180)))))
+(-13 (-1260) (-1099) (-1038 (-566)) (-1038 (-225)) (-1038 (-508)) (-1038 (-1157)) (-613 (-538)) (-10 -8 (-15 -1945 ((-1103) $)) (-15 -1945 ($ (-1103))) (-15 -1650 ((-566) $)) (-15 -1830 ((-566) $)) (-15 -1650 ((-225) $)) (-15 -1830 ((-225) $)) (-15 -1650 ((-508) $)) (-15 -1830 ((-508) $)) (-15 -1650 ((-1157) $)) (-15 -1830 ((-1157) $)) (-15 -3550 ($ (-508) (-644 $))) (-15 -3550 ($ $ (-644 $))) (-15 -1535 ((-112) $)) (-15 -4244 ((-3 (-566) (-225) (-508) (-1157) $) $)) (-15 -1935 ((-644 $) $)) (-15 -3518 ((-112) $)) (-15 -3396 ((-112) $ (|[\|\|]| (-566)))) (-15 -3396 ((-112) $ (|[\|\|]| (-225)))) (-15 -3396 ((-112) $ (|[\|\|]| (-508)))) (-15 -3396 ((-112) $ (|[\|\|]| (-1157))))))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) 22)) (-4145 (($) 12 T CONST)) (-3341 (($) 27)) (-1888 (($ $ $) NIL) (($) 19 T CONST)) (-3890 (($ $ $) NIL) (($) 20 T CONST)) (-4350 (((-921) $) 24)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) 23)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-1181 |#1|) (-13 (-844) (-10 -8 (-15 -4145 ($) -4388))) (-921)) (T -1181))
+((-4145 (*1 *1) (-12 (-5 *1 (-1181 *2)) (-14 *2 (-921)))))
+(-13 (-844) (-10 -8 (-15 -4145 ($) -4388)))
((|Integer|) (NOT (> (INTEGER-LENGTH |#1|) @1)))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) 19 T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) 12 T CONST)) (-2599 (($ $ $) NIL) (($) 18 T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-2339 (($ $ $) 21)) (-2326 (($ $ $) 20)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-1182 |#1|) (-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623))) (-921)) (T -1182))
-((-2326 (*1 *1 *1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921)))) (-2339 (*1 *1 *1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921)))) (-2463 (*1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921)))))
-(-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) 19 T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) 12 T CONST)) (-3890 (($ $ $) NIL) (($) 18 T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-3426 (($ $ $) 21)) (-3412 (($ $ $) 20)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-1182 |#1|) (-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388))) (-921)) (T -1182))
+((-3412 (*1 *1 *1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921)))) (-3426 (*1 *1 *1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921)))) (-4145 (*1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921)))))
+(-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))
((|NonNegativeInteger|) (NOT (> (INTEGER-LENGTH |#1|) @1)))
-((-4313 (((-644 (-644 (-952 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175))) 67)) (-2423 (((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|)))) 78) (((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|))) 74) (((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175)) 79) (((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175)) 73) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|))))) 106) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|)))) 105) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175))) 107) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))) (-644 (-1175))) 104)))
-(((-1183 |#1|) (-10 -7 (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175)))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -2423 ((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175))) (-15 -2423 ((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -2423 ((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)))) (-15 -2423 ((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))))) (-15 -4313 ((-644 (-644 (-952 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175))))) (-558)) (T -1183))
-((-4313 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-952 *5)))) (-5 *1 (-1183 *5)))) (-2423 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *4))))) (-5 *1 (-1183 *4)) (-5 *3 (-295 (-409 (-952 *4)))))) (-2423 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *4))))) (-5 *1 (-1183 *4)) (-5 *3 (-409 (-952 *4))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *5))))) (-5 *1 (-1183 *5)) (-5 *3 (-295 (-409 (-952 *5)))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *5))))) (-5 *1 (-1183 *5)) (-5 *3 (-409 (-952 *5))))) (-2423 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-1183 *4)) (-5 *3 (-644 (-295 (-409 (-952 *4))))))) (-2423 (*1 *2 *3) (-12 (-5 *3 (-644 (-409 (-952 *4)))) (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-1183 *4)))) (-2423 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-1183 *5)) (-5 *3 (-644 (-295 (-409 (-952 *5))))))) (-2423 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-1183 *5)))))
-(-10 -7 (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175)))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))))) (-15 -2423 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -2423 ((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175))) (-15 -2423 ((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -2423 ((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)))) (-15 -2423 ((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))))) (-15 -4313 ((-644 (-644 (-952 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))))
-((-3200 (((-1157)) 7)) (-3437 (((-1157)) 11 T CONST)) (-4253 (((-1269) (-1157)) 13)) (-3151 (((-1157)) 8 T CONST)) (-2038 (((-130)) 10 T CONST)))
-(((-1184) (-13 (-1214) (-10 -7 (-15 -3200 ((-1157))) (-15 -3151 ((-1157)) -1623) (-15 -2038 ((-130)) -1623) (-15 -3437 ((-1157)) -1623) (-15 -4253 ((-1269) (-1157)))))) (T -1184))
-((-3200 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1184)))) (-3151 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1184)))) (-2038 (*1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-1184)))) (-3437 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1184)))) (-4253 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1184)))))
-(-13 (-1214) (-10 -7 (-15 -3200 ((-1157))) (-15 -3151 ((-1157)) -1623) (-15 -2038 ((-130)) -1623) (-15 -3437 ((-1157)) -1623) (-15 -4253 ((-1269) (-1157)))))
-((-1558 (((-644 (-644 |#1|)) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|)))) 56)) (-3804 (((-644 (-644 (-644 |#1|))) (-644 (-644 |#1|))) 38)) (-2421 (((-1186 (-644 |#1|)) (-644 |#1|)) 49)) (-2346 (((-644 (-644 |#1|)) (-644 |#1|)) 45)) (-2493 (((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 (-644 (-644 |#1|)))) 53)) (-2549 (((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 |#1|) (-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|)))) 52)) (-4185 (((-644 (-644 |#1|)) (-644 (-644 |#1|))) 43)) (-1542 (((-644 |#1|) (-644 |#1|)) 46)) (-4246 (((-644 (-644 (-644 |#1|))) (-644 |#1|) (-644 (-644 (-644 |#1|)))) 32)) (-1759 (((-644 (-644 (-644 |#1|))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 (-644 |#1|)))) 29)) (-3083 (((-2 (|:| |fs| (-112)) (|:| |sd| (-644 |#1|)) (|:| |td| (-644 (-644 |#1|)))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 |#1|))) 24)) (-1422 (((-644 (-644 |#1|)) (-644 (-644 (-644 |#1|)))) 58)) (-2770 (((-644 (-644 |#1|)) (-1186 (-644 |#1|))) 60)))
-(((-1185 |#1|) (-10 -7 (-15 -3083 ((-2 (|:| |fs| (-112)) (|:| |sd| (-644 |#1|)) (|:| |td| (-644 (-644 |#1|)))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 |#1|)))) (-15 -1759 ((-644 (-644 (-644 |#1|))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 (-644 |#1|))))) (-15 -4246 ((-644 (-644 (-644 |#1|))) (-644 |#1|) (-644 (-644 (-644 |#1|))))) (-15 -1558 ((-644 (-644 |#1|)) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))))) (-15 -1422 ((-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))))) (-15 -2770 ((-644 (-644 |#1|)) (-1186 (-644 |#1|)))) (-15 -3804 ((-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)))) (-15 -2421 ((-1186 (-644 |#1|)) (-644 |#1|))) (-15 -4185 ((-644 (-644 |#1|)) (-644 (-644 |#1|)))) (-15 -2346 ((-644 (-644 |#1|)) (-644 |#1|))) (-15 -1542 ((-644 |#1|) (-644 |#1|))) (-15 -2549 ((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 |#1|) (-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))))) (-15 -2493 ((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 (-644 (-644 |#1|)))))) (-850)) (T -1185))
-((-2493 (*1 *2 *3) (-12 (-4 *4 (-850)) (-5 *2 (-2 (|:| |f1| (-644 *4)) (|:| |f2| (-644 (-644 (-644 *4)))) (|:| |f3| (-644 (-644 *4))) (|:| |f4| (-644 (-644 (-644 *4)))))) (-5 *1 (-1185 *4)) (-5 *3 (-644 (-644 (-644 *4)))))) (-2549 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-850)) (-5 *3 (-644 *6)) (-5 *5 (-644 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-644 *5)) (|:| |f3| *5) (|:| |f4| (-644 *5)))) (-5 *1 (-1185 *6)) (-5 *4 (-644 *5)))) (-1542 (*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-1185 *3)))) (-2346 (*1 *2 *3) (-12 (-4 *4 (-850)) (-5 *2 (-644 (-644 *4))) (-5 *1 (-1185 *4)) (-5 *3 (-644 *4)))) (-4185 (*1 *2 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-850)) (-5 *1 (-1185 *3)))) (-2421 (*1 *2 *3) (-12 (-4 *4 (-850)) (-5 *2 (-1186 (-644 *4))) (-5 *1 (-1185 *4)) (-5 *3 (-644 *4)))) (-3804 (*1 *2 *3) (-12 (-4 *4 (-850)) (-5 *2 (-644 (-644 (-644 *4)))) (-5 *1 (-1185 *4)) (-5 *3 (-644 (-644 *4))))) (-2770 (*1 *2 *3) (-12 (-5 *3 (-1186 (-644 *4))) (-4 *4 (-850)) (-5 *2 (-644 (-644 *4))) (-5 *1 (-1185 *4)))) (-1422 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-644 *4)))) (-5 *2 (-644 (-644 *4))) (-5 *1 (-1185 *4)) (-4 *4 (-850)))) (-1558 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-644 (-644 *4)))) (-5 *2 (-644 (-644 *4))) (-4 *4 (-850)) (-5 *1 (-1185 *4)))) (-4246 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-644 (-644 *4)))) (-5 *3 (-644 *4)) (-4 *4 (-850)) (-5 *1 (-1185 *4)))) (-1759 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-644 (-644 (-644 *5)))) (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-644 *5)) (-4 *5 (-850)) (-5 *1 (-1185 *5)))) (-3083 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-850)) (-5 *4 (-644 *6)) (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-644 *4)))) (-5 *1 (-1185 *6)) (-5 *5 (-644 *4)))))
-(-10 -7 (-15 -3083 ((-2 (|:| |fs| (-112)) (|:| |sd| (-644 |#1|)) (|:| |td| (-644 (-644 |#1|)))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 |#1|)))) (-15 -1759 ((-644 (-644 (-644 |#1|))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 (-644 |#1|))))) (-15 -4246 ((-644 (-644 (-644 |#1|))) (-644 |#1|) (-644 (-644 (-644 |#1|))))) (-15 -1558 ((-644 (-644 |#1|)) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))))) (-15 -1422 ((-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))))) (-15 -2770 ((-644 (-644 |#1|)) (-1186 (-644 |#1|)))) (-15 -3804 ((-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)))) (-15 -2421 ((-1186 (-644 |#1|)) (-644 |#1|))) (-15 -4185 ((-644 (-644 |#1|)) (-644 (-644 |#1|)))) (-15 -2346 ((-644 (-644 |#1|)) (-644 |#1|))) (-15 -1542 ((-644 |#1|) (-644 |#1|))) (-15 -2549 ((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 |#1|) (-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))))) (-15 -2493 ((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 (-644 (-644 |#1|))))))
-((-2689 (($ (-644 (-644 |#1|))) 10)) (-1723 (((-644 (-644 |#1|)) $) 11)) (-3152 (((-862) $) 38)))
-(((-1186 |#1|) (-10 -8 (-15 -2689 ($ (-644 (-644 |#1|)))) (-15 -1723 ((-644 (-644 |#1|)) $)) (-15 -3152 ((-862) $))) (-1099)) (T -1186))
-((-3152 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1186 *3)) (-4 *3 (-1099)))) (-1723 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 *3))) (-5 *1 (-1186 *3)) (-4 *3 (-1099)))) (-2689 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-1186 *3)))))
-(-10 -8 (-15 -2689 ($ (-644 (-644 |#1|)))) (-15 -1723 ((-644 (-644 |#1|)) $)) (-15 -3152 ((-862) $)))
-((-2988 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1849 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-1944 (((-1269) $ |#1| |#1|) NIL (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#2| $ |#1| |#2|) NIL)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3070 (((-3 |#2| "failed") |#1| $) NIL)) (-2463 (($) NIL T CONST)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) NIL)) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) NIL)) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) NIL)) (-2296 ((|#1| $) NIL (|has| |#1| (-850)))) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-644 |#2|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-4050 ((|#1| $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4415))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4052 (((-644 |#1|) $) NIL)) (-1826 (((-112) |#1| $) NIL)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-3725 (((-644 |#1|) $) NIL)) (-1644 (((-112) |#1| $) NIL)) (-4072 (((-1119) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3908 ((|#2| $) NIL (|has| |#1| (-850)))) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL)) (-3787 (($ $ |#2|) NIL (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1792 (($) NIL) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) NIL (-12 (|has| $ (-6 -4414)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-3152 (((-862) $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-3044 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) NIL)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) NIL (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) NIL (-2768 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1187 |#1| |#2|) (-13 (-1190 |#1| |#2|) (-10 -7 (-6 -4414))) (-1099) (-1099)) (T -1187))
-NIL
-(-13 (-1190 |#1| |#2|) (-10 -7 (-6 -4414)))
-((-4196 ((|#1| (-644 |#1|)) 49)) (-4189 ((|#1| |#1| (-566)) 24)) (-4009 (((-1171 |#1|) |#1| (-921)) 20)))
-(((-1188 |#1|) (-10 -7 (-15 -4196 (|#1| (-644 |#1|))) (-15 -4009 ((-1171 |#1|) |#1| (-921))) (-15 -4189 (|#1| |#1| (-566)))) (-365)) (T -1188))
-((-4189 (*1 *2 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-1188 *2)) (-4 *2 (-365)))) (-4009 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-5 *2 (-1171 *3)) (-5 *1 (-1188 *3)) (-4 *3 (-365)))) (-4196 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-1188 *2)) (-4 *2 (-365)))))
-(-10 -7 (-15 -4196 (|#1| (-644 |#1|))) (-15 -4009 ((-1171 |#1|) |#1| (-921))) (-15 -4189 (|#1| |#1| (-566))))
-((-1849 (($) 10) (($ (-644 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)))) 14)) (-3512 (($ (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) $) 67) (($ (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-1683 (((-644 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) $) 39) (((-644 |#3|) $) 41)) (-3885 (($ (-1 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) $) 57) (($ (-1 |#3| |#3|) $) 33)) (-2319 (($ (-1 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-3278 (((-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) $) 60)) (-3888 (($ (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) $) 16)) (-3725 (((-644 |#2|) $) 19)) (-1644 (((-112) |#2| $) 65)) (-3668 (((-3 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) "failed") (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) $) 64)) (-1973 (((-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) $) 69)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 73)) (-3486 (((-644 |#3|) $) 43)) (-1309 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) $) NIL) (((-771) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) $) NIL) (((-771) |#3| $) NIL) (((-771) (-1 (-112) |#3|) $) 79)) (-3152 (((-862) $) 27)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 71)) (-2914 (((-112) $ $) 51)))
-(((-1189 |#1| |#2| |#3|) (-10 -8 (-15 -2914 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2319 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -1849 (|#1| (-644 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))))) (-15 -1849 (|#1|)) (-15 -2319 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3885 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -4083 ((-771) (-1 (-112) |#3|) |#1|)) (-15 -1683 ((-644 |#3|) |#1|)) (-15 -4083 ((-771) |#3| |#1|)) (-15 -1309 (|#3| |#1| |#2| |#3|)) (-15 -1309 (|#3| |#1| |#2|)) (-15 -3486 ((-644 |#3|) |#1|)) (-15 -1644 ((-112) |#2| |#1|)) (-15 -3725 ((-644 |#2|) |#1|)) (-15 -3512 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3512 (|#1| (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -3512 (|#1| (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -3668 ((-3 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) "failed") (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -3278 ((-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -3888 (|#1| (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -1973 ((-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -4083 ((-771) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -1683 ((-644 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -4083 ((-771) (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -2823 ((-112) (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -2210 ((-112) (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -3885 (|#1| (-1 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -2319 (|#1| (-1 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|))) (-1190 |#2| |#3|) (-1099) (-1099)) (T -1189))
-NIL
-(-10 -8 (-15 -2914 ((-112) |#1| |#1|)) (-15 -3152 ((-862) |#1|)) (-15 -2319 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -1849 (|#1| (-644 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))))) (-15 -1849 (|#1|)) (-15 -2319 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3885 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2210 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -2823 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -4083 ((-771) (-1 (-112) |#3|) |#1|)) (-15 -1683 ((-644 |#3|) |#1|)) (-15 -4083 ((-771) |#3| |#1|)) (-15 -1309 (|#3| |#1| |#2| |#3|)) (-15 -1309 (|#3| |#1| |#2|)) (-15 -3486 ((-644 |#3|) |#1|)) (-15 -1644 ((-112) |#2| |#1|)) (-15 -3725 ((-644 |#2|) |#1|)) (-15 -3512 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3512 (|#1| (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -3512 (|#1| (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -3668 ((-3 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) "failed") (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -3278 ((-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -3888 (|#1| (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -1973 ((-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -4083 ((-771) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) |#1|)) (-15 -1683 ((-644 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -4083 ((-771) (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -2823 ((-112) (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -2210 ((-112) (-1 (-112) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -3885 (|#1| (-1 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)) (-15 -2319 (|#1| (-1 (-2 (|:| -2674 |#2|) (|:| -2636 |#3|)) (-2 (|:| -2674 |#2|) (|:| -2636 |#3|))) |#1|)))
-((-2988 (((-112) $ $) 19 (-2768 (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-1849 (($) 73) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 72)) (-1944 (((-1269) $ |#1| |#1|) 100 (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) 8)) (-1456 ((|#2| $ |#1| |#2|) 74)) (-2995 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 46 (|has| $ (-6 -4414)))) (-3678 (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 56 (|has| $ (-6 -4414)))) (-3070 (((-3 |#2| "failed") |#1| $) 62)) (-2463 (($) 7 T CONST)) (-3942 (($ $) 59 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414))))) (-3512 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 48 (|has| $ (-6 -4414))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 47 (|has| $ (-6 -4414))) (((-3 |#2| "failed") |#1| $) 63)) (-2622 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 58 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 55 (|has| $ (-6 -4414)))) (-2873 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 57 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 54 (|has| $ (-6 -4414))) (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 53 (|has| $ (-6 -4414)))) (-3897 ((|#2| $ |#1| |#2|) 88 (|has| $ (-6 -4415)))) (-3829 ((|#2| $ |#1|) 89)) (-1683 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 31 (|has| $ (-6 -4414))) (((-644 |#2|) $) 80 (|has| $ (-6 -4414)))) (-3456 (((-112) $ (-771)) 9)) (-2296 ((|#1| $) 97 (|has| |#1| (-850)))) (-3491 (((-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 30 (|has| $ (-6 -4414))) (((-644 |#2|) $) 81 (|has| $ (-6 -4414)))) (-1602 (((-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (((-112) |#2| $) 83 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414))))) (-4050 ((|#1| $) 96 (|has| |#1| (-850)))) (-3885 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 35 (|has| $ (-6 -4415))) (($ (-1 |#2| |#2|) $) 76 (|has| $ (-6 -4415)))) (-2319 (($ (-1 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 36) (($ (-1 |#2| |#2|) $) 75) (($ (-1 |#2| |#2| |#2|) $ $) 71)) (-3267 (((-112) $ (-771)) 10)) (-3380 (((-1157) $) 22 (-2768 (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-4052 (((-644 |#1|) $) 64)) (-1826 (((-112) |#1| $) 65)) (-3278 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 40)) (-3888 (($ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 41)) (-3725 (((-644 |#1|) $) 94)) (-1644 (((-112) |#1| $) 93)) (-4072 (((-1119) $) 21 (-2768 (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3908 ((|#2| $) 98 (|has| |#1| (-850)))) (-3668 (((-3 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) "failed") (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 52)) (-3787 (($ $ |#2|) 99 (|has| $ (-6 -4415)))) (-1973 (((-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 42)) (-2823 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 33 (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))))) 27 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 26 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) 25 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 24 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 87 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 86 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 85 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) 84 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#2| $) 95 (-12 (|has| $ (-6 -4414)) (|has| |#2| (-1099))))) (-3486 (((-644 |#2|) $) 92)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#2| $ |#1|) 91) ((|#2| $ |#1| |#2|) 90)) (-1792 (($) 50) (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 49)) (-4083 (((-771) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 32 (|has| $ (-6 -4414))) (((-771) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) $) 29 (-12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| $ (-6 -4414)))) (((-771) |#2| $) 82 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#2|) $) 79 (|has| $ (-6 -4414)))) (-1480 (($ $) 13)) (-2376 (((-538) $) 60 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))))) (-1340 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 51)) (-3152 (((-862) $) 18 (-2768 (|has| |#2| (-613 (-862))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862)))))) (-3044 (((-112) $ $) 23 (-2768 (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-2948 (($ (-644 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) 43)) (-2210 (((-112) (-1 (-112) (-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) $) 34 (|has| $ (-6 -4414))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (-2768 (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-1190 |#1| |#2|) (-140) (-1099) (-1099)) (T -1190))
-((-1456 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1190 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-1849 (*1 *1) (-12 (-4 *1 (-1190 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-1849 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2674 *3) (|:| -2636 *4)))) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *1 (-1190 *3 *4)))) (-2319 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1190 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))))
-(-13 (-610 |t#1| |t#2|) (-604 |t#1| |t#2|) (-10 -8 (-15 -1456 (|t#2| $ |t#1| |t#2|)) (-15 -1849 ($)) (-15 -1849 ($ (-644 (-2 (|:| -2674 |t#1|) (|:| -2636 |t#2|))))) (-15 -2319 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
-(((-34) . T) ((-107 #0=(-2 (|:| -2674 |#1|) (|:| -2636 |#2|))) . T) ((-102) -2768 (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) ((-613 (-862)) -2768 (|has| |#2| (-1099)) (|has| |#2| (-613 (-862))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-613 (-862)))) ((-151 #0#) . T) ((-614 (-538)) |has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-614 (-538))) ((-229 #0#) . T) ((-235 #0#) . T) ((-287 |#1| |#2|) . T) ((-289 |#1| |#2|) . T) ((-310 #0#) -12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-491 #0#) . T) ((-491 |#2|) . T) ((-604 |#1| |#2|) . T) ((-516 #0# #0#) -12 (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-310 (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)))) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-610 |#1| |#2|) . T) ((-1099) -2768 (|has| |#2| (-1099)) (|has| (-2 (|:| -2674 |#1|) (|:| -2636 |#2|)) (-1099))) ((-1214) . T))
-((-3086 (((-112)) 29)) (-2157 (((-1269) (-1157)) 31)) (-1472 (((-112)) 41)) (-2936 (((-1269)) 39)) (-2604 (((-1269) (-1157) (-1157)) 30)) (-2903 (((-112)) 42)) (-3888 (((-1269) |#1| |#2|) 53)) (-2306 (((-1269)) 27)) (-1880 (((-3 |#2| "failed") |#1|) 51)) (-2480 (((-1269)) 40)))
-(((-1191 |#1| |#2|) (-10 -7 (-15 -2306 ((-1269))) (-15 -2604 ((-1269) (-1157) (-1157))) (-15 -2157 ((-1269) (-1157))) (-15 -2936 ((-1269))) (-15 -2480 ((-1269))) (-15 -3086 ((-112))) (-15 -1472 ((-112))) (-15 -2903 ((-112))) (-15 -1880 ((-3 |#2| "failed") |#1|)) (-15 -3888 ((-1269) |#1| |#2|))) (-1099) (-1099)) (T -1191))
-((-3888 (*1 *2 *3 *4) (-12 (-5 *2 (-1269)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-1880 (*1 *2 *3) (|partial| -12 (-4 *2 (-1099)) (-5 *1 (-1191 *3 *2)) (-4 *3 (-1099)))) (-2903 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-1472 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-3086 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-2480 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-2936 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-2157 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1191 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099)))) (-2604 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1191 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099)))) (-2306 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))))
-(-10 -7 (-15 -2306 ((-1269))) (-15 -2604 ((-1269) (-1157) (-1157))) (-15 -2157 ((-1269) (-1157))) (-15 -2936 ((-1269))) (-15 -2480 ((-1269))) (-15 -3086 ((-112))) (-15 -1472 ((-112))) (-15 -2903 ((-112))) (-15 -1880 ((-3 |#2| "failed") |#1|)) (-15 -3888 ((-1269) |#1| |#2|)))
-((-3514 (((-1157) (-1157)) 22)) (-2118 (((-52) (-1157)) 25)))
-(((-1192) (-10 -7 (-15 -2118 ((-52) (-1157))) (-15 -3514 ((-1157) (-1157))))) (T -1192))
-((-3514 (*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1192)))) (-2118 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-1192)))))
-(-10 -7 (-15 -2118 ((-52) (-1157))) (-15 -3514 ((-1157) (-1157))))
-((-3152 (((-1194) |#1|) 11)))
-(((-1193 |#1|) (-10 -7 (-15 -3152 ((-1194) |#1|))) (-1099)) (T -1193))
-((-3152 (*1 *2 *3) (-12 (-5 *2 (-1194)) (-5 *1 (-1193 *3)) (-4 *3 (-1099)))))
-(-10 -7 (-15 -3152 ((-1194) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-2506 (((-644 (-1157)) $) 39)) (-1407 (((-644 (-1157)) $ (-644 (-1157))) 42)) (-2539 (((-644 (-1157)) $ (-644 (-1157))) 41)) (-2456 (((-644 (-1157)) $ (-644 (-1157))) 43)) (-2618 (((-644 (-1157)) $) 38)) (-1860 (($) 26)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1404 (((-644 (-1157)) $) 40)) (-1710 (((-1269) $ (-566)) 35) (((-1269) $) 36)) (-2376 (($ (-862) (-566)) 32) (($ (-862) (-566) (-862)) NIL)) (-3152 (((-862) $) 53) (($ (-862)) 31)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1194) (-13 (-1099) (-616 (-862)) (-10 -8 (-15 -2376 ($ (-862) (-566))) (-15 -2376 ($ (-862) (-566) (-862))) (-15 -1710 ((-1269) $ (-566))) (-15 -1710 ((-1269) $)) (-15 -1404 ((-644 (-1157)) $)) (-15 -2506 ((-644 (-1157)) $)) (-15 -1860 ($)) (-15 -2618 ((-644 (-1157)) $)) (-15 -2456 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -1407 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -2539 ((-644 (-1157)) $ (-644 (-1157))))))) (T -1194))
-((-2376 (*1 *1 *2 *3) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-1194)))) (-2376 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-1194)))) (-1710 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-1194)))) (-1710 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1194)))) (-1404 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))) (-2506 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))) (-1860 (*1 *1) (-5 *1 (-1194))) (-2618 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))) (-2456 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))) (-1407 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))) (-2539 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))))
-(-13 (-1099) (-616 (-862)) (-10 -8 (-15 -2376 ($ (-862) (-566))) (-15 -2376 ($ (-862) (-566) (-862))) (-15 -1710 ((-1269) $ (-566))) (-15 -1710 ((-1269) $)) (-15 -1404 ((-644 (-1157)) $)) (-15 -2506 ((-644 (-1157)) $)) (-15 -1860 ($)) (-15 -2618 ((-644 (-1157)) $)) (-15 -2456 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -1407 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -2539 ((-644 (-1157)) $ (-644 (-1157))))))
-((-2988 (((-112) $ $) NIL)) (-2227 (((-1157) $ (-1157)) 17) (((-1157) $) 16)) (-3167 (((-1157) $ (-1157)) 15)) (-2545 (($ $ (-1157)) NIL)) (-3661 (((-3 (-1157) "failed") $) 11)) (-4063 (((-1157) $) 8)) (-2403 (((-3 (-1157) "failed") $) 12)) (-1338 (((-1157) $) 9)) (-3292 (($ (-390)) NIL) (($ (-390) (-1157)) NIL)) (-1368 (((-390) $) NIL)) (-3380 (((-1157) $) NIL)) (-4085 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-4337 (((-112) $) 21)) (-3152 (((-862) $) NIL)) (-2405 (($ $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1195) (-13 (-366 (-390) (-1157)) (-10 -8 (-15 -2227 ((-1157) $ (-1157))) (-15 -2227 ((-1157) $)) (-15 -4063 ((-1157) $)) (-15 -3661 ((-3 (-1157) "failed") $)) (-15 -2403 ((-3 (-1157) "failed") $)) (-15 -4337 ((-112) $))))) (T -1195))
-((-2227 (*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1195)))) (-2227 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1195)))) (-4063 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1195)))) (-3661 (*1 *2 *1) (|partial| -12 (-5 *2 (-1157)) (-5 *1 (-1195)))) (-2403 (*1 *2 *1) (|partial| -12 (-5 *2 (-1157)) (-5 *1 (-1195)))) (-4337 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195)))))
-(-13 (-366 (-390) (-1157)) (-10 -8 (-15 -2227 ((-1157) $ (-1157))) (-15 -2227 ((-1157) $)) (-15 -4063 ((-1157) $)) (-15 -3661 ((-3 (-1157) "failed") $)) (-15 -2403 ((-3 (-1157) "failed") $)) (-15 -4337 ((-112) $))))
-((-2743 (((-3 (-566) "failed") |#1|) 19)) (-1818 (((-3 (-566) "failed") |#1|) 14)) (-3766 (((-566) (-1157)) 33)))
-(((-1196 |#1|) (-10 -7 (-15 -2743 ((-3 (-566) "failed") |#1|)) (-15 -1818 ((-3 (-566) "failed") |#1|)) (-15 -3766 ((-566) (-1157)))) (-1049)) (T -1196))
-((-3766 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-566)) (-5 *1 (-1196 *4)) (-4 *4 (-1049)))) (-1818 (*1 *2 *3) (|partial| -12 (-5 *2 (-566)) (-5 *1 (-1196 *3)) (-4 *3 (-1049)))) (-2743 (*1 *2 *3) (|partial| -12 (-5 *2 (-566)) (-5 *1 (-1196 *3)) (-4 *3 (-1049)))))
-(-10 -7 (-15 -2743 ((-3 (-566) "failed") |#1|)) (-15 -1818 ((-3 (-566) "failed") |#1|)) (-15 -3766 ((-566) (-1157))))
-((-1667 (((-1132 (-225))) 9)))
-(((-1197) (-10 -7 (-15 -1667 ((-1132 (-225)))))) (T -1197))
-((-1667 (*1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1197)))))
-(-10 -7 (-15 -1667 ((-1132 (-225)))))
-((-2281 (($) 12)) (-4032 (($ $) 36)) (-4008 (($ $) 34)) (-3684 (($ $) 26)) (-4057 (($ $) 18)) (-3964 (($ $) 16)) (-4044 (($ $) 20)) (-3904 (($ $) 31)) (-4020 (($ $) 35)) (-3879 (($ $) 30)))
-(((-1198 |#1|) (-10 -8 (-15 -2281 (|#1|)) (-15 -4032 (|#1| |#1|)) (-15 -4008 (|#1| |#1|)) (-15 -4057 (|#1| |#1|)) (-15 -3964 (|#1| |#1|)) (-15 -4044 (|#1| |#1|)) (-15 -4020 (|#1| |#1|)) (-15 -3684 (|#1| |#1|)) (-15 -3904 (|#1| |#1|)) (-15 -3879 (|#1| |#1|))) (-1199)) (T -1198))
-NIL
-(-10 -8 (-15 -2281 (|#1|)) (-15 -4032 (|#1| |#1|)) (-15 -4008 (|#1| |#1|)) (-15 -4057 (|#1| |#1|)) (-15 -3964 (|#1| |#1|)) (-15 -4044 (|#1| |#1|)) (-15 -4020 (|#1| |#1|)) (-15 -3684 (|#1| |#1|)) (-15 -3904 (|#1| |#1|)) (-15 -3879 (|#1| |#1|)))
-((-3963 (($ $) 26)) (-3630 (($ $) 11)) (-3941 (($ $) 27)) (-3602 (($ $) 10)) (-3986 (($ $) 28)) (-3656 (($ $) 9)) (-2281 (($) 16)) (-3619 (($ $) 19)) (-3521 (($ $) 18)) (-3996 (($ $) 29)) (-3670 (($ $) 8)) (-3976 (($ $) 30)) (-3643 (($ $) 7)) (-3952 (($ $) 31)) (-3618 (($ $) 6)) (-4032 (($ $) 20)) (-3892 (($ $) 32)) (-4008 (($ $) 21)) (-3684 (($ $) 33)) (-4057 (($ $) 22)) (-3917 (($ $) 34)) (-3964 (($ $) 23)) (-3929 (($ $) 35)) (-4044 (($ $) 24)) (-3904 (($ $) 36)) (-4020 (($ $) 25)) (-3879 (($ $) 37)) (** (($ $ $) 17)))
-(((-1199) (-140)) (T -1199))
-((-2281 (*1 *1) (-4 *1 (-1199))))
-(-13 (-1202) (-95) (-495) (-35) (-285) (-10 -8 (-15 -2281 ($))))
-(((-35) . T) ((-95) . T) ((-285) . T) ((-495) . T) ((-1202) . T))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2876 ((|#1| $) 19)) (-3243 (($ |#1| (-644 $)) 28) (($ (-644 |#1|)) 35) (($ |#1|) 30)) (-1504 (((-112) $ (-771)) 72)) (-2191 ((|#1| $ |#1|) 14 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 13 (|has| $ (-6 -4415)))) (-2463 (($) NIL T CONST)) (-1683 (((-644 |#1|) $) 76 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 64)) (-1507 (((-112) $ $) 49 (|has| |#1| (-1099)))) (-3456 (((-112) $ (-771)) 62)) (-3491 (((-644 |#1|) $) 77 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 75 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3885 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 27)) (-3267 (((-112) $ (-771)) 60)) (-1458 (((-644 |#1|) $) 54)) (-3860 (((-112) $) 52)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2823 (((-112) (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 107)) (-2872 (((-112) $) 9)) (-3493 (($) 10)) (-1309 ((|#1| $ "value") NIL)) (-1696 (((-566) $ $) 48)) (-4208 (((-644 $) $) 89)) (-3728 (((-112) $ $) 110)) (-3848 (((-644 $) $) 105)) (-2448 (($ $) 106)) (-3786 (((-112) $) 84)) (-4083 (((-771) (-1 (-112) |#1|) $) 25 (|has| $ (-6 -4414))) (((-771) |#1| $) 17 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-1480 (($ $) 88)) (-3152 (((-862) $) 91 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) 12)) (-4385 (((-112) $ $) 39 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 73 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 37 (|has| |#1| (-1099)))) (-3000 (((-771) $) 58 (|has| $ (-6 -4414)))))
-(((-1200 |#1|) (-13 (-1010 |#1|) (-10 -8 (-6 -4414) (-6 -4415) (-15 -3243 ($ |#1| (-644 $))) (-15 -3243 ($ (-644 |#1|))) (-15 -3243 ($ |#1|)) (-15 -3786 ((-112) $)) (-15 -2448 ($ $)) (-15 -3848 ((-644 $) $)) (-15 -3728 ((-112) $ $)) (-15 -4208 ((-644 $) $)))) (-1099)) (T -1200))
-((-3786 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1200 *3)) (-4 *3 (-1099)))) (-3243 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-1200 *2))) (-5 *1 (-1200 *2)) (-4 *2 (-1099)))) (-3243 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-1200 *3)))) (-3243 (*1 *1 *2) (-12 (-5 *1 (-1200 *2)) (-4 *2 (-1099)))) (-2448 (*1 *1 *1) (-12 (-5 *1 (-1200 *2)) (-4 *2 (-1099)))) (-3848 (*1 *2 *1) (-12 (-5 *2 (-644 (-1200 *3))) (-5 *1 (-1200 *3)) (-4 *3 (-1099)))) (-3728 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1200 *3)) (-4 *3 (-1099)))) (-4208 (*1 *2 *1) (-12 (-5 *2 (-644 (-1200 *3))) (-5 *1 (-1200 *3)) (-4 *3 (-1099)))))
-(-13 (-1010 |#1|) (-10 -8 (-6 -4414) (-6 -4415) (-15 -3243 ($ |#1| (-644 $))) (-15 -3243 ($ (-644 |#1|))) (-15 -3243 ($ |#1|)) (-15 -3786 ((-112) $)) (-15 -2448 ($ $)) (-15 -3848 ((-644 $) $)) (-15 -3728 ((-112) $ $)) (-15 -4208 ((-644 $) $))))
-((-3630 (($ $) 15)) (-3656 (($ $) 12)) (-3670 (($ $) 10)) (-3643 (($ $) 17)))
-(((-1201 |#1|) (-10 -8 (-15 -3643 (|#1| |#1|)) (-15 -3670 (|#1| |#1|)) (-15 -3656 (|#1| |#1|)) (-15 -3630 (|#1| |#1|))) (-1202)) (T -1201))
-NIL
-(-10 -8 (-15 -3643 (|#1| |#1|)) (-15 -3670 (|#1| |#1|)) (-15 -3656 (|#1| |#1|)) (-15 -3630 (|#1| |#1|)))
-((-3630 (($ $) 11)) (-3602 (($ $) 10)) (-3656 (($ $) 9)) (-3670 (($ $) 8)) (-3643 (($ $) 7)) (-3618 (($ $) 6)))
-(((-1202) (-140)) (T -1202))
-((-3630 (*1 *1 *1) (-4 *1 (-1202))) (-3602 (*1 *1 *1) (-4 *1 (-1202))) (-3656 (*1 *1 *1) (-4 *1 (-1202))) (-3670 (*1 *1 *1) (-4 *1 (-1202))) (-3643 (*1 *1 *1) (-4 *1 (-1202))) (-3618 (*1 *1 *1) (-4 *1 (-1202))))
-(-13 (-10 -8 (-15 -3618 ($ $)) (-15 -3643 ($ $)) (-15 -3670 ($ $)) (-15 -3656 ($ $)) (-15 -3602 ($ $)) (-15 -3630 ($ $))))
-((-1449 ((|#2| |#2|) 98)) (-3402 (((-112) |#2|) 29)) (-1646 ((|#2| |#2|) 33)) (-1657 ((|#2| |#2|) 35)) (-1778 ((|#2| |#2| (-1175)) 92) ((|#2| |#2|) 93)) (-2524 (((-169 |#2|) |#2|) 31)) (-2337 ((|#2| |#2| (-1175)) 94) ((|#2| |#2|) 95)))
-(((-1203 |#1| |#2|) (-10 -7 (-15 -1778 (|#2| |#2|)) (-15 -1778 (|#2| |#2| (-1175))) (-15 -2337 (|#2| |#2|)) (-15 -2337 (|#2| |#2| (-1175))) (-15 -1449 (|#2| |#2|)) (-15 -1646 (|#2| |#2|)) (-15 -1657 (|#2| |#2|)) (-15 -3402 ((-112) |#2|)) (-15 -2524 ((-169 |#2|) |#2|))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1199) (-432 |#1|))) (T -1203))
-((-2524 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-169 *3)) (-5 *1 (-1203 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4))))) (-3402 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-112)) (-5 *1 (-1203 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4))))) (-1657 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))) (-1646 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))) (-1449 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))) (-2337 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1203 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))) (-2337 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))) (-1778 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1203 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))) (-1778 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))))
-(-10 -7 (-15 -1778 (|#2| |#2|)) (-15 -1778 (|#2| |#2| (-1175))) (-15 -2337 (|#2| |#2|)) (-15 -2337 (|#2| |#2| (-1175))) (-15 -1449 (|#2| |#2|)) (-15 -1646 (|#2| |#2|)) (-15 -1657 (|#2| |#2|)) (-15 -3402 ((-112) |#2|)) (-15 -2524 ((-169 |#2|) |#2|)))
-((-2008 ((|#4| |#4| |#1|) 32)) (-4259 ((|#4| |#4| |#1|) 33)))
-(((-1204 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2008 (|#4| |#4| |#1|)) (-15 -4259 (|#4| |#4| |#1|))) (-558) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|)) (T -1204))
-((-4259 (*1 *2 *2 *3) (-12 (-4 *3 (-558)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-1204 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-2008 (*1 *2 *2 *3) (-12 (-4 *3 (-558)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-1204 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
-(-10 -7 (-15 -2008 (|#4| |#4| |#1|)) (-15 -4259 (|#4| |#4| |#1|)))
-((-2170 ((|#2| |#2|) 148)) (-1568 ((|#2| |#2|) 145)) (-2459 ((|#2| |#2|) 136)) (-4280 ((|#2| |#2|) 133)) (-2093 ((|#2| |#2|) 141)) (-1453 ((|#2| |#2|) 129)) (-1993 ((|#2| |#2|) 44)) (-3815 ((|#2| |#2|) 105)) (-2192 ((|#2| |#2|) 88)) (-1555 ((|#2| |#2|) 143)) (-3945 ((|#2| |#2|) 131)) (-3621 ((|#2| |#2|) 153)) (-4056 ((|#2| |#2|) 151)) (-2811 ((|#2| |#2|) 152)) (-3020 ((|#2| |#2|) 150)) (-3092 ((|#2| |#2|) 163)) (-2836 ((|#2| |#2|) 30 (-12 (|has| |#2| (-614 (-892 |#1|))) (|has| |#2| (-886 |#1|)) (|has| |#1| (-614 (-892 |#1|))) (|has| |#1| (-886 |#1|))))) (-1754 ((|#2| |#2|) 89)) (-3850 ((|#2| |#2|) 154)) (-3640 ((|#2| |#2|) 155)) (-4120 ((|#2| |#2|) 142)) (-3997 ((|#2| |#2|) 130)) (-1665 ((|#2| |#2|) 149)) (-3855 ((|#2| |#2|) 147)) (-2465 ((|#2| |#2|) 137)) (-3893 ((|#2| |#2|) 135)) (-4104 ((|#2| |#2|) 139)) (-4013 ((|#2| |#2|) 127)))
-(((-1205 |#1| |#2|) (-10 -7 (-15 -3640 (|#2| |#2|)) (-15 -2192 (|#2| |#2|)) (-15 -3092 (|#2| |#2|)) (-15 -3815 (|#2| |#2|)) (-15 -1993 (|#2| |#2|)) (-15 -1754 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -4013 (|#2| |#2|)) (-15 -4104 (|#2| |#2|)) (-15 -2465 (|#2| |#2|)) (-15 -1665 (|#2| |#2|)) (-15 -3997 (|#2| |#2|)) (-15 -4120 (|#2| |#2|)) (-15 -3945 (|#2| |#2|)) (-15 -1555 (|#2| |#2|)) (-15 -1453 (|#2| |#2|)) (-15 -2093 (|#2| |#2|)) (-15 -2459 (|#2| |#2|)) (-15 -2170 (|#2| |#2|)) (-15 -4280 (|#2| |#2|)) (-15 -1568 (|#2| |#2|)) (-15 -3893 (|#2| |#2|)) (-15 -3855 (|#2| |#2|)) (-15 -3020 (|#2| |#2|)) (-15 -4056 (|#2| |#2|)) (-15 -2811 (|#2| |#2|)) (-15 -3621 (|#2| |#2|)) (IF (|has| |#1| (-886 |#1|)) (IF (|has| |#1| (-614 (-892 |#1|))) (IF (|has| |#2| (-614 (-892 |#1|))) (IF (|has| |#2| (-886 |#1|)) (-15 -2836 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-454) (-13 (-432 |#1|) (-1199))) (T -1205))
-((-2836 (*1 *2 *2) (-12 (-4 *3 (-614 (-892 *3))) (-4 *3 (-886 *3)) (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-614 (-892 *3))) (-4 *2 (-886 *3)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3621 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-2811 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-4056 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3020 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3855 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3893 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-1568 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-4280 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-2170 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-2459 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-2093 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-1453 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-1555 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3945 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-4120 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3997 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-1665 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-2465 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-4104 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-4013 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3850 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-1754 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-1993 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3815 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3092 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-2192 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))) (-3640 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2)) (-4 *2 (-13 (-432 *3) (-1199))))))
-(-10 -7 (-15 -3640 (|#2| |#2|)) (-15 -2192 (|#2| |#2|)) (-15 -3092 (|#2| |#2|)) (-15 -3815 (|#2| |#2|)) (-15 -1993 (|#2| |#2|)) (-15 -1754 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -4013 (|#2| |#2|)) (-15 -4104 (|#2| |#2|)) (-15 -2465 (|#2| |#2|)) (-15 -1665 (|#2| |#2|)) (-15 -3997 (|#2| |#2|)) (-15 -4120 (|#2| |#2|)) (-15 -3945 (|#2| |#2|)) (-15 -1555 (|#2| |#2|)) (-15 -1453 (|#2| |#2|)) (-15 -2093 (|#2| |#2|)) (-15 -2459 (|#2| |#2|)) (-15 -2170 (|#2| |#2|)) (-15 -4280 (|#2| |#2|)) (-15 -1568 (|#2| |#2|)) (-15 -3893 (|#2| |#2|)) (-15 -3855 (|#2| |#2|)) (-15 -3020 (|#2| |#2|)) (-15 -4056 (|#2| |#2|)) (-15 -2811 (|#2| |#2|)) (-15 -3621 (|#2| |#2|)) (IF (|has| |#1| (-886 |#1|)) (IF (|has| |#1| (-614 (-892 |#1|))) (IF (|has| |#2| (-614 (-892 |#1|))) (IF (|has| |#2| (-886 |#1|)) (-15 -2836 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
-((-2267 (((-112) |#5| $) 68) (((-112) $) 110)) (-1411 ((|#5| |#5| $) 83)) (-3678 (($ (-1 (-112) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 127)) (-3930 (((-644 |#5|) (-644 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 81)) (-2229 (((-3 $ "failed") (-644 |#5|)) 135)) (-3919 (((-3 $ "failed") $) 120)) (-3110 ((|#5| |#5| $) 102)) (-3599 (((-112) |#5| $ (-1 (-112) |#5| |#5|)) 36)) (-2690 ((|#5| |#5| $) 106)) (-2873 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $) NIL) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 77)) (-3476 (((-2 (|:| -1685 (-644 |#5|)) (|:| -3292 (-644 |#5|))) $) 63)) (-1640 (((-112) |#5| $) 66) (((-112) $) 111)) (-4296 ((|#4| $) 116)) (-2641 (((-3 |#5| "failed") $) 118)) (-2133 (((-644 |#5|) $) 55)) (-2543 (((-112) |#5| $) 75) (((-112) $) 115)) (-1906 ((|#5| |#5| $) 89)) (-3077 (((-112) $ $) 29)) (-3374 (((-112) |#5| $) 71) (((-112) $) 113)) (-4074 ((|#5| |#5| $) 86)) (-3908 (((-3 |#5| "failed") $) 117)) (-3369 (($ $ |#5|) 136)) (-3902 (((-771) $) 60)) (-1340 (($ (-644 |#5|)) 133)) (-4305 (($ $ |#4|) 131)) (-1702 (($ $ |#4|) 129)) (-4017 (($ $) 128)) (-3152 (((-862) $) NIL) (((-644 |#5|) $) 121)) (-3909 (((-771) $) 140)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5| |#5|)) 49) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|)) 51)) (-3622 (((-112) $ (-1 (-112) |#5| (-644 |#5|))) 108)) (-4382 (((-644 |#4|) $) 123)) (-4217 (((-112) |#4| $) 126)) (-2914 (((-112) $ $) 20)))
-(((-1206 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3909 ((-771) |#1|)) (-15 -3369 (|#1| |#1| |#5|)) (-15 -3678 ((-3 |#5| "failed") |#1| |#4|)) (-15 -4217 ((-112) |#4| |#1|)) (-15 -4382 ((-644 |#4|) |#1|)) (-15 -3919 ((-3 |#1| "failed") |#1|)) (-15 -2641 ((-3 |#5| "failed") |#1|)) (-15 -3908 ((-3 |#5| "failed") |#1|)) (-15 -2690 (|#5| |#5| |#1|)) (-15 -4017 (|#1| |#1|)) (-15 -3110 (|#5| |#5| |#1|)) (-15 -1906 (|#5| |#5| |#1|)) (-15 -4074 (|#5| |#5| |#1|)) (-15 -1411 (|#5| |#5| |#1|)) (-15 -3930 ((-644 |#5|) (-644 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -2873 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -2543 ((-112) |#1|)) (-15 -3374 ((-112) |#1|)) (-15 -2267 ((-112) |#1|)) (-15 -3622 ((-112) |#1| (-1 (-112) |#5| (-644 |#5|)))) (-15 -2543 ((-112) |#5| |#1|)) (-15 -3374 ((-112) |#5| |#1|)) (-15 -2267 ((-112) |#5| |#1|)) (-15 -3599 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -1640 ((-112) |#1|)) (-15 -1640 ((-112) |#5| |#1|)) (-15 -3476 ((-2 (|:| -1685 (-644 |#5|)) (|:| -3292 (-644 |#5|))) |#1|)) (-15 -3902 ((-771) |#1|)) (-15 -2133 ((-644 |#5|) |#1|)) (-15 -2236 ((-3 (-2 (|:| |bas| |#1|) (|:| -3712 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -2236 ((-3 (-2 (|:| |bas| |#1|) (|:| -3712 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5| |#5|))) (-15 -3077 ((-112) |#1| |#1|)) (-15 -4305 (|#1| |#1| |#4|)) (-15 -1702 (|#1| |#1| |#4|)) (-15 -4296 (|#4| |#1|)) (-15 -2229 ((-3 |#1| "failed") (-644 |#5|))) (-15 -3152 ((-644 |#5|) |#1|)) (-15 -1340 (|#1| (-644 |#5|))) (-15 -2873 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -2873 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3678 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -2873 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|))) (-1207 |#2| |#3| |#4| |#5|) (-558) (-793) (-850) (-1064 |#2| |#3| |#4|)) (T -1206))
-NIL
-(-10 -8 (-15 -3909 ((-771) |#1|)) (-15 -3369 (|#1| |#1| |#5|)) (-15 -3678 ((-3 |#5| "failed") |#1| |#4|)) (-15 -4217 ((-112) |#4| |#1|)) (-15 -4382 ((-644 |#4|) |#1|)) (-15 -3919 ((-3 |#1| "failed") |#1|)) (-15 -2641 ((-3 |#5| "failed") |#1|)) (-15 -3908 ((-3 |#5| "failed") |#1|)) (-15 -2690 (|#5| |#5| |#1|)) (-15 -4017 (|#1| |#1|)) (-15 -3110 (|#5| |#5| |#1|)) (-15 -1906 (|#5| |#5| |#1|)) (-15 -4074 (|#5| |#5| |#1|)) (-15 -1411 (|#5| |#5| |#1|)) (-15 -3930 ((-644 |#5|) (-644 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -2873 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -2543 ((-112) |#1|)) (-15 -3374 ((-112) |#1|)) (-15 -2267 ((-112) |#1|)) (-15 -3622 ((-112) |#1| (-1 (-112) |#5| (-644 |#5|)))) (-15 -2543 ((-112) |#5| |#1|)) (-15 -3374 ((-112) |#5| |#1|)) (-15 -2267 ((-112) |#5| |#1|)) (-15 -3599 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -1640 ((-112) |#1|)) (-15 -1640 ((-112) |#5| |#1|)) (-15 -3476 ((-2 (|:| -1685 (-644 |#5|)) (|:| -3292 (-644 |#5|))) |#1|)) (-15 -3902 ((-771) |#1|)) (-15 -2133 ((-644 |#5|) |#1|)) (-15 -2236 ((-3 (-2 (|:| |bas| |#1|) (|:| -3712 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -2236 ((-3 (-2 (|:| |bas| |#1|) (|:| -3712 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5| |#5|))) (-15 -3077 ((-112) |#1| |#1|)) (-15 -4305 (|#1| |#1| |#4|)) (-15 -1702 (|#1| |#1| |#4|)) (-15 -4296 (|#4| |#1|)) (-15 -2229 ((-3 |#1| "failed") (-644 |#5|))) (-15 -3152 ((-644 |#5|) |#1|)) (-15 -1340 (|#1| (-644 |#5|))) (-15 -2873 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -2873 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3678 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -2873 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3152 ((-862) |#1|)) (-15 -2914 ((-112) |#1| |#1|)))
-((-2988 (((-112) $ $) 7)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |#4|)))) (-644 |#4|)) 86)) (-2779 (((-644 $) (-644 |#4|)) 87)) (-1771 (((-644 |#3|) $) 34)) (-3071 (((-112) $) 27)) (-3274 (((-112) $) 18 (|has| |#1| (-558)))) (-2267 (((-112) |#4| $) 102) (((-112) $) 98)) (-1411 ((|#4| |#4| $) 93)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) 28)) (-1504 (((-112) $ (-771)) 45)) (-3678 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4414))) (((-3 |#4| "failed") $ |#3|) 80)) (-2463 (($) 46 T CONST)) (-3036 (((-112) $) 23 (|has| |#1| (-558)))) (-1963 (((-112) $ $) 25 (|has| |#1| (-558)))) (-2983 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1477 (((-112) $) 26 (|has| |#1| (-558)))) (-3930 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1789 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) 37)) (-4158 (($ (-644 |#4|)) 36)) (-3919 (((-3 $ "failed") $) 83)) (-3110 ((|#4| |#4| $) 90)) (-3942 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3599 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-2690 ((|#4| |#4| $) 88)) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4414))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-3476 (((-2 (|:| -1685 (-644 |#4|)) (|:| -3292 (-644 |#4|))) $) 106)) (-1683 (((-644 |#4|) $) 53 (|has| $ (-6 -4414)))) (-1640 (((-112) |#4| $) 105) (((-112) $) 104)) (-4296 ((|#3| $) 35)) (-3456 (((-112) $ (-771)) 44)) (-3491 (((-644 |#4|) $) 54 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) 48)) (-1785 (((-644 |#3|) $) 33)) (-1579 (((-112) |#3| $) 32)) (-3267 (((-112) $ (-771)) 43)) (-3380 (((-1157) $) 10)) (-2641 (((-3 |#4| "failed") $) 84)) (-2133 (((-644 |#4|) $) 108)) (-2543 (((-112) |#4| $) 100) (((-112) $) 96)) (-1906 ((|#4| |#4| $) 91)) (-3077 (((-112) $ $) 111)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-3374 (((-112) |#4| $) 101) (((-112) $) 97)) (-4074 ((|#4| |#4| $) 92)) (-4072 (((-1119) $) 11)) (-3908 (((-3 |#4| "failed") $) 85)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-2718 (((-3 $ "failed") $ |#4|) 79)) (-3369 (($ $ |#4|) 78)) (-2823 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) 39)) (-2872 (((-112) $) 42)) (-3493 (($) 41)) (-3902 (((-771) $) 107)) (-4083 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4414)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4414)))) (-1480 (($ $) 40)) (-2376 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) 61)) (-4305 (($ $ |#3|) 29)) (-1702 (($ $ |#3|) 31)) (-4017 (($ $) 89)) (-3809 (($ $ |#3|) 30)) (-3152 (((-862) $) 12) (((-644 |#4|) $) 38)) (-3909 (((-771) $) 77 (|has| |#3| (-370)))) (-3044 (((-112) $ $) 9)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3622 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-2210 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4414)))) (-4382 (((-644 |#3|) $) 82)) (-4217 (((-112) |#3| $) 81)) (-2914 (((-112) $ $) 6)) (-3000 (((-771) $) 47 (|has| $ (-6 -4414)))))
-(((-1207 |#1| |#2| |#3| |#4|) (-140) (-558) (-793) (-850) (-1064 |t#1| |t#2| |t#3|)) (T -1207))
-((-3077 (*1 *2 *1 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-2236 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3712 (-644 *8)))) (-5 *3 (-644 *8)) (-4 *1 (-1207 *5 *6 *7 *8)))) (-2236 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9)) (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793)) (-4 *8 (-850)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3712 (-644 *9)))) (-5 *3 (-644 *9)) (-4 *1 (-1207 *6 *7 *8 *9)))) (-2133 (*1 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *6)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-771)))) (-3476 (*1 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-2 (|:| -1685 (-644 *6)) (|:| -3292 (-644 *6)))))) (-1640 (*1 *2 *3 *1) (-12 (-4 *1 (-1207 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-1640 (*1 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-3599 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1207 *5 *6 *7 *3)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112)))) (-2267 (*1 *2 *3 *1) (-12 (-4 *1 (-1207 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-3374 (*1 *2 *3 *1) (-12 (-4 *1 (-1207 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2543 (*1 *2 *3 *1) (-12 (-4 *1 (-1207 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-3622 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-112) *7 (-644 *7))) (-4 *1 (-1207 *4 *5 *6 *7)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2267 (*1 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-3374 (*1 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-2543 (*1 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-2873 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2)) (-4 *1 (-1207 *5 *6 *7 *2)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *2 (-1064 *5 *6 *7)))) (-3930 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-644 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1207 *5 *6 *7 *8)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)))) (-1411 (*1 *2 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-4074 (*1 *2 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-1906 (*1 *2 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-3110 (*1 *2 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-4017 (*1 *1 *1) (-12 (-4 *1 (-1207 *2 *3 *4 *5)) (-4 *2 (-558)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-1064 *2 *3 *4)))) (-2690 (*1 *2 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-2779 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1207 *4 *5 *6 *7)))) (-2107 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-644 (-2 (|:| -1685 *1) (|:| -3292 (-644 *7))))) (-5 *3 (-644 *7)) (-4 *1 (-1207 *4 *5 *6 *7)))) (-3908 (*1 *2 *1) (|partial| -12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-2641 (*1 *2 *1) (|partial| -12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-3919 (*1 *1 *1) (|partial| -12 (-4 *1 (-1207 *2 *3 *4 *5)) (-4 *2 (-558)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-1064 *2 *3 *4)))) (-4382 (*1 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))) (-4217 (*1 *2 *3 *1) (-12 (-4 *1 (-1207 *4 *5 *3 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-112)))) (-3678 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1207 *4 *5 *3 *2)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *3 (-850)) (-4 *2 (-1064 *4 *5 *3)))) (-2718 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-3369 (*1 *1 *1 *2) (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-3909 (*1 *2 *1) (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *5 (-370)) (-5 *2 (-771)))))
-(-13 (-976 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4414) (-6 -4415) (-15 -3077 ((-112) $ $)) (-15 -2236 ((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |t#4|))) "failed") (-644 |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -2236 ((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |t#4|))) "failed") (-644 |t#4|) (-1 (-112) |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -2133 ((-644 |t#4|) $)) (-15 -3902 ((-771) $)) (-15 -3476 ((-2 (|:| -1685 (-644 |t#4|)) (|:| -3292 (-644 |t#4|))) $)) (-15 -1640 ((-112) |t#4| $)) (-15 -1640 ((-112) $)) (-15 -3599 ((-112) |t#4| $ (-1 (-112) |t#4| |t#4|))) (-15 -2267 ((-112) |t#4| $)) (-15 -3374 ((-112) |t#4| $)) (-15 -2543 ((-112) |t#4| $)) (-15 -3622 ((-112) $ (-1 (-112) |t#4| (-644 |t#4|)))) (-15 -2267 ((-112) $)) (-15 -3374 ((-112) $)) (-15 -2543 ((-112) $)) (-15 -2873 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -3930 ((-644 |t#4|) (-644 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -1411 (|t#4| |t#4| $)) (-15 -4074 (|t#4| |t#4| $)) (-15 -1906 (|t#4| |t#4| $)) (-15 -3110 (|t#4| |t#4| $)) (-15 -4017 ($ $)) (-15 -2690 (|t#4| |t#4| $)) (-15 -2779 ((-644 $) (-644 |t#4|))) (-15 -2107 ((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |t#4|)))) (-644 |t#4|))) (-15 -3908 ((-3 |t#4| "failed") $)) (-15 -2641 ((-3 |t#4| "failed") $)) (-15 -3919 ((-3 $ "failed") $)) (-15 -4382 ((-644 |t#3|) $)) (-15 -4217 ((-112) |t#3| $)) (-15 -3678 ((-3 |t#4| "failed") $ |t#3|)) (-15 -2718 ((-3 $ "failed") $ |t#4|)) (-15 -3369 ($ $ |t#4|)) (IF (|has| |t#3| (-370)) (-15 -3909 ((-771) $)) |%noBranch|)))
-(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1214) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-1175)) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-3963 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3941 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3986 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2016 (((-952 |#1|) $ (-771)) 20) (((-952 |#1|) $ (-771) (-771)) NIL)) (-3772 (((-112) $) NIL)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-771) $ (-1175)) NIL) (((-771) $ (-1175) (-771)) NIL)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2497 (((-112) $) NIL)) (-1746 (($ $ (-644 (-1175)) (-644 (-533 (-1175)))) NIL) (($ $ (-1175) (-533 (-1175))) NIL) (($ |#1| (-533 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3619 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-3313 (($ $ (-1175)) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4072 (((-1119) $) NIL)) (-3701 (($ (-1 $) (-1175) |#1|) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3369 (($ $ (-771)) NIL)) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-3521 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2023 (($ $ (-1175) $) NIL) (($ $ (-644 (-1175)) (-644 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL)) (-3629 (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-3902 (((-533 (-1175)) $) NIL)) (-3996 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ $) NIL (|has| |#1| (-558))) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-1175)) NIL) (($ (-952 |#1|)) NIL)) (-2271 ((|#1| $ (-533 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (((-952 |#1|) $ (-771)) NIL)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3964 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-3497 (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-1208 |#1|) (-13 (-740 |#1| (-1175)) (-10 -8 (-15 -2271 ((-952 |#1|) $ (-771))) (-15 -3152 ($ (-1175))) (-15 -3152 ($ (-952 |#1|))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $ (-1175) |#1|)) (-15 -3701 ($ (-1 $) (-1175) |#1|))) |%noBranch|))) (-1049)) (T -1208))
-((-2271 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-952 *4)) (-5 *1 (-1208 *4)) (-4 *4 (-1049)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1208 *3)) (-4 *3 (-1049)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-952 *3)) (-4 *3 (-1049)) (-5 *1 (-1208 *3)))) (-3313 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *1 (-1208 *3)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)))) (-3701 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1208 *4))) (-5 *3 (-1175)) (-5 *1 (-1208 *4)) (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)))))
-(-13 (-740 |#1| (-1175)) (-10 -8 (-15 -2271 ((-952 |#1|) $ (-771))) (-15 -3152 ($ (-1175))) (-15 -3152 ($ (-952 |#1|))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $ (-1175) |#1|)) (-15 -3701 ($ (-1 $) (-1175) |#1|))) |%noBranch|)))
-((-2772 (($ |#1| (-644 (-644 (-943 (-225)))) (-112)) 19)) (-3555 (((-112) $ (-112)) 18)) (-2130 (((-112) $) 17)) (-2490 (((-644 (-644 (-943 (-225)))) $) 13)) (-2781 ((|#1| $) 8)) (-3293 (((-112) $) 15)))
-(((-1209 |#1|) (-10 -8 (-15 -2781 (|#1| $)) (-15 -2490 ((-644 (-644 (-943 (-225)))) $)) (-15 -3293 ((-112) $)) (-15 -2130 ((-112) $)) (-15 -3555 ((-112) $ (-112))) (-15 -2772 ($ |#1| (-644 (-644 (-943 (-225)))) (-112)))) (-974)) (T -1209))
-((-2772 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-112)) (-5 *1 (-1209 *2)) (-4 *2 (-974)))) (-3555 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1209 *3)) (-4 *3 (-974)))) (-2130 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1209 *3)) (-4 *3 (-974)))) (-3293 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1209 *3)) (-4 *3 (-974)))) (-2490 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-1209 *3)) (-4 *3 (-974)))) (-2781 (*1 *2 *1) (-12 (-5 *1 (-1209 *2)) (-4 *2 (-974)))))
-(-10 -8 (-15 -2781 (|#1| $)) (-15 -2490 ((-644 (-644 (-943 (-225)))) $)) (-15 -3293 ((-112) $)) (-15 -2130 ((-112) $)) (-15 -3555 ((-112) $ (-112))) (-15 -2772 ($ |#1| (-644 (-644 (-943 (-225)))) (-112))))
-((-1570 (((-943 (-225)) (-943 (-225))) 31)) (-1397 (((-943 (-225)) (-225) (-225) (-225) (-225)) 10)) (-1369 (((-644 (-943 (-225))) (-943 (-225)) (-943 (-225)) (-943 (-225)) (-225) (-644 (-644 (-225)))) 60)) (-3386 (((-225) (-943 (-225)) (-943 (-225))) 27)) (-1395 (((-943 (-225)) (-943 (-225)) (-943 (-225))) 28)) (-2805 (((-644 (-644 (-225))) (-566)) 48)) (-3012 (((-943 (-225)) (-943 (-225)) (-943 (-225))) 26)) (-3002 (((-943 (-225)) (-943 (-225)) (-943 (-225))) 24)) (* (((-943 (-225)) (-225) (-943 (-225))) 22)))
-(((-1210) (-10 -7 (-15 -1397 ((-943 (-225)) (-225) (-225) (-225) (-225))) (-15 * ((-943 (-225)) (-225) (-943 (-225)))) (-15 -3002 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -3012 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -3386 ((-225) (-943 (-225)) (-943 (-225)))) (-15 -1395 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -1570 ((-943 (-225)) (-943 (-225)))) (-15 -2805 ((-644 (-644 (-225))) (-566))) (-15 -1369 ((-644 (-943 (-225))) (-943 (-225)) (-943 (-225)) (-943 (-225)) (-225) (-644 (-644 (-225))))))) (T -1210))
-((-1369 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-644 (-644 (-225)))) (-5 *4 (-225)) (-5 *2 (-644 (-943 *4))) (-5 *1 (-1210)) (-5 *3 (-943 *4)))) (-2805 (*1 *2 *3) (-12 (-5 *3 (-566)) (-5 *2 (-644 (-644 (-225)))) (-5 *1 (-1210)))) (-1570 (*1 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210)))) (-1395 (*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210)))) (-3386 (*1 *2 *3 *3) (-12 (-5 *3 (-943 (-225))) (-5 *2 (-225)) (-5 *1 (-1210)))) (-3012 (*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210)))) (-3002 (*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-943 (-225))) (-5 *3 (-225)) (-5 *1 (-1210)))) (-1397 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210)) (-5 *3 (-225)))))
-(-10 -7 (-15 -1397 ((-943 (-225)) (-225) (-225) (-225) (-225))) (-15 * ((-943 (-225)) (-225) (-943 (-225)))) (-15 -3002 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -3012 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -3386 ((-225) (-943 (-225)) (-943 (-225)))) (-15 -1395 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -1570 ((-943 (-225)) (-943 (-225)))) (-15 -2805 ((-644 (-644 (-225))) (-566))) (-15 -1369 ((-644 (-943 (-225))) (-943 (-225)) (-943 (-225)) (-943 (-225)) (-225) (-644 (-644 (-225))))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3678 ((|#1| $ (-771)) 18)) (-2440 (((-771) $) 13)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3152 (((-958 |#1|) $) 12) (($ (-958 |#1|)) 11) (((-862) $) 29 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2914 (((-112) $ $) 22 (|has| |#1| (-1099)))))
-(((-1211 |#1|) (-13 (-492 (-958 |#1|)) (-10 -8 (-15 -3678 (|#1| $ (-771))) (-15 -2440 ((-771) $)) (IF (|has| |#1| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|))) (-1214)) (T -1211))
-((-3678 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-1211 *2)) (-4 *2 (-1214)))) (-2440 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1211 *3)) (-4 *3 (-1214)))))
-(-13 (-492 (-958 |#1|)) (-10 -8 (-15 -3678 (|#1| $ (-771))) (-15 -2440 ((-771) $)) (IF (|has| |#1| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|)))
-((-1387 (((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)) (-566)) 94)) (-2325 (((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|))) 86)) (-2131 (((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|))) 70)))
-(((-1212 |#1|) (-10 -7 (-15 -2325 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)))) (-15 -2131 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)))) (-15 -1387 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)) (-566)))) (-351)) (T -1212))
-((-1387 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-4 *5 (-351)) (-5 *2 (-420 (-1171 (-1171 *5)))) (-5 *1 (-1212 *5)) (-5 *3 (-1171 (-1171 *5))))) (-2131 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-420 (-1171 (-1171 *4)))) (-5 *1 (-1212 *4)) (-5 *3 (-1171 (-1171 *4))))) (-2325 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-420 (-1171 (-1171 *4)))) (-5 *1 (-1212 *4)) (-5 *3 (-1171 (-1171 *4))))))
-(-10 -7 (-15 -2325 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)))) (-15 -2131 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)))) (-15 -1387 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)) (-566))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 9) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1213) (-1082)) (T -1213))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 9)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 7)))
+(((-1183) (-1099)) (T -1183))
+NIL
+(-1099)
+((-2611 (((-644 (-644 (-952 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175))) 67)) (-1848 (((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|)))) 78) (((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|))) 74) (((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175)) 79) (((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175)) 73) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|))))) 106) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|)))) 105) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175))) 107) (((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))) (-644 (-1175))) 104)))
+(((-1184 |#1|) (-10 -7 (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175)))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -1848 ((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175))) (-15 -1848 ((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -1848 ((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)))) (-15 -1848 ((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))))) (-15 -2611 ((-644 (-644 (-952 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175))))) (-558)) (T -1184))
+((-2611 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-952 *5)))) (-5 *1 (-1184 *5)))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *4))))) (-5 *1 (-1184 *4)) (-5 *3 (-295 (-409 (-952 *4)))))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *4))))) (-5 *1 (-1184 *4)) (-5 *3 (-409 (-952 *4))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *5))))) (-5 *1 (-1184 *5)) (-5 *3 (-295 (-409 (-952 *5)))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *4 (-1175)) (-4 *5 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *5))))) (-5 *1 (-1184 *5)) (-5 *3 (-409 (-952 *5))))) (-1848 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-1184 *4)) (-5 *3 (-644 (-295 (-409 (-952 *4))))))) (-1848 (*1 *2 *3) (-12 (-5 *3 (-644 (-409 (-952 *4)))) (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-1184 *4)))) (-1848 (*1 *2 *3 *4) (-12 (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-1184 *5)) (-5 *3 (-644 (-295 (-409 (-952 *5))))))) (-1848 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175))) (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-1184 *5)))))
+(-10 -7 (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))) (-644 (-1175)))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-409 (-952 |#1|))))) (-15 -1848 ((-644 (-644 (-295 (-409 (-952 |#1|))))) (-644 (-295 (-409 (-952 |#1|)))))) (-15 -1848 ((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)) (-1175))) (-15 -1848 ((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))) (-1175))) (-15 -1848 ((-644 (-295 (-409 (-952 |#1|)))) (-409 (-952 |#1|)))) (-15 -1848 ((-644 (-295 (-409 (-952 |#1|)))) (-295 (-409 (-952 |#1|))))) (-15 -2611 ((-644 (-644 (-952 |#1|))) (-644 (-409 (-952 |#1|))) (-644 (-1175)))))
+((-1834 (((-1157)) 7)) (-2354 (((-1157)) 11 T CONST)) (-4250 (((-1270) (-1157)) 13)) (-1367 (((-1157)) 8 T CONST)) (-2328 (((-130)) 10 T CONST)))
+(((-1185) (-13 (-1215) (-10 -7 (-15 -1834 ((-1157))) (-15 -1367 ((-1157)) -4388) (-15 -2328 ((-130)) -4388) (-15 -2354 ((-1157)) -4388) (-15 -4250 ((-1270) (-1157)))))) (T -1185))
+((-1834 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1185)))) (-1367 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1185)))) (-2328 (*1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-1185)))) (-2354 (*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1185)))) (-4250 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1185)))))
+(-13 (-1215) (-10 -7 (-15 -1834 ((-1157))) (-15 -1367 ((-1157)) -4388) (-15 -2328 ((-130)) -4388) (-15 -2354 ((-1157)) -4388) (-15 -4250 ((-1270) (-1157)))))
+((-3147 (((-644 (-644 |#1|)) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|)))) 56)) (-1576 (((-644 (-644 (-644 |#1|))) (-644 (-644 |#1|))) 38)) (-1831 (((-1187 (-644 |#1|)) (-644 |#1|)) 49)) (-2306 (((-644 (-644 |#1|)) (-644 |#1|)) 45)) (-2326 (((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 (-644 (-644 |#1|)))) 53)) (-3775 (((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 |#1|) (-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|)))) 52)) (-1925 (((-644 (-644 |#1|)) (-644 (-644 |#1|))) 43)) (-4252 (((-644 |#1|) (-644 |#1|)) 46)) (-1374 (((-644 (-644 (-644 |#1|))) (-644 |#1|) (-644 (-644 (-644 |#1|)))) 32)) (-1438 (((-644 (-644 (-644 |#1|))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 (-644 |#1|)))) 29)) (-3072 (((-2 (|:| |fs| (-112)) (|:| |sd| (-644 |#1|)) (|:| |td| (-644 (-644 |#1|)))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 |#1|))) 24)) (-4366 (((-644 (-644 |#1|)) (-644 (-644 (-644 |#1|)))) 58)) (-4053 (((-644 (-644 |#1|)) (-1187 (-644 |#1|))) 60)))
+(((-1186 |#1|) (-10 -7 (-15 -3072 ((-2 (|:| |fs| (-112)) (|:| |sd| (-644 |#1|)) (|:| |td| (-644 (-644 |#1|)))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 |#1|)))) (-15 -1438 ((-644 (-644 (-644 |#1|))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 (-644 |#1|))))) (-15 -1374 ((-644 (-644 (-644 |#1|))) (-644 |#1|) (-644 (-644 (-644 |#1|))))) (-15 -3147 ((-644 (-644 |#1|)) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))))) (-15 -4366 ((-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))))) (-15 -4053 ((-644 (-644 |#1|)) (-1187 (-644 |#1|)))) (-15 -1576 ((-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)))) (-15 -1831 ((-1187 (-644 |#1|)) (-644 |#1|))) (-15 -1925 ((-644 (-644 |#1|)) (-644 (-644 |#1|)))) (-15 -2306 ((-644 (-644 |#1|)) (-644 |#1|))) (-15 -4252 ((-644 |#1|) (-644 |#1|))) (-15 -3775 ((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 |#1|) (-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))))) (-15 -2326 ((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 (-644 (-644 |#1|)))))) (-850)) (T -1186))
+((-2326 (*1 *2 *3) (-12 (-4 *4 (-850)) (-5 *2 (-2 (|:| |f1| (-644 *4)) (|:| |f2| (-644 (-644 (-644 *4)))) (|:| |f3| (-644 (-644 *4))) (|:| |f4| (-644 (-644 (-644 *4)))))) (-5 *1 (-1186 *4)) (-5 *3 (-644 (-644 (-644 *4)))))) (-3775 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-850)) (-5 *3 (-644 *6)) (-5 *5 (-644 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-644 *5)) (|:| |f3| *5) (|:| |f4| (-644 *5)))) (-5 *1 (-1186 *6)) (-5 *4 (-644 *5)))) (-4252 (*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-1186 *3)))) (-2306 (*1 *2 *3) (-12 (-4 *4 (-850)) (-5 *2 (-644 (-644 *4))) (-5 *1 (-1186 *4)) (-5 *3 (-644 *4)))) (-1925 (*1 *2 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-850)) (-5 *1 (-1186 *3)))) (-1831 (*1 *2 *3) (-12 (-4 *4 (-850)) (-5 *2 (-1187 (-644 *4))) (-5 *1 (-1186 *4)) (-5 *3 (-644 *4)))) (-1576 (*1 *2 *3) (-12 (-4 *4 (-850)) (-5 *2 (-644 (-644 (-644 *4)))) (-5 *1 (-1186 *4)) (-5 *3 (-644 (-644 *4))))) (-4053 (*1 *2 *3) (-12 (-5 *3 (-1187 (-644 *4))) (-4 *4 (-850)) (-5 *2 (-644 (-644 *4))) (-5 *1 (-1186 *4)))) (-4366 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-644 *4)))) (-5 *2 (-644 (-644 *4))) (-5 *1 (-1186 *4)) (-4 *4 (-850)))) (-3147 (*1 *2 *2 *3) (-12 (-5 *3 (-644 (-644 (-644 *4)))) (-5 *2 (-644 (-644 *4))) (-4 *4 (-850)) (-5 *1 (-1186 *4)))) (-1374 (*1 *2 *3 *2) (-12 (-5 *2 (-644 (-644 (-644 *4)))) (-5 *3 (-644 *4)) (-4 *4 (-850)) (-5 *1 (-1186 *4)))) (-1438 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-644 (-644 (-644 *5)))) (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-644 *5)) (-4 *5 (-850)) (-5 *1 (-1186 *5)))) (-3072 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-850)) (-5 *4 (-644 *6)) (-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-644 *4)))) (-5 *1 (-1186 *6)) (-5 *5 (-644 *4)))))
+(-10 -7 (-15 -3072 ((-2 (|:| |fs| (-112)) (|:| |sd| (-644 |#1|)) (|:| |td| (-644 (-644 |#1|)))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 |#1|)))) (-15 -1438 ((-644 (-644 (-644 |#1|))) (-1 (-112) |#1| |#1|) (-644 |#1|) (-644 (-644 (-644 |#1|))))) (-15 -1374 ((-644 (-644 (-644 |#1|))) (-644 |#1|) (-644 (-644 (-644 |#1|))))) (-15 -3147 ((-644 (-644 |#1|)) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))))) (-15 -4366 ((-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))))) (-15 -4053 ((-644 (-644 |#1|)) (-1187 (-644 |#1|)))) (-15 -1576 ((-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)))) (-15 -1831 ((-1187 (-644 |#1|)) (-644 |#1|))) (-15 -1925 ((-644 (-644 |#1|)) (-644 (-644 |#1|)))) (-15 -2306 ((-644 (-644 |#1|)) (-644 |#1|))) (-15 -4252 ((-644 |#1|) (-644 |#1|))) (-15 -3775 ((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 |#1|) (-644 (-644 (-644 |#1|))) (-644 (-644 |#1|)) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))) (-644 (-644 (-644 |#1|))))) (-15 -2326 ((-2 (|:| |f1| (-644 |#1|)) (|:| |f2| (-644 (-644 (-644 |#1|)))) (|:| |f3| (-644 (-644 |#1|))) (|:| |f4| (-644 (-644 (-644 |#1|))))) (-644 (-644 (-644 |#1|))))))
+((-1427 (($ (-644 (-644 |#1|))) 10)) (-2240 (((-644 (-644 |#1|)) $) 11)) (-1650 (((-862) $) 38)))
+(((-1187 |#1|) (-10 -8 (-15 -1427 ($ (-644 (-644 |#1|)))) (-15 -2240 ((-644 (-644 |#1|)) $)) (-15 -1650 ((-862) $))) (-1099)) (T -1187))
+((-1650 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1187 *3)) (-4 *3 (-1099)))) (-2240 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 *3))) (-5 *1 (-1187 *3)) (-4 *3 (-1099)))) (-1427 (*1 *1 *2) (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-1187 *3)))))
+(-10 -8 (-15 -1427 ($ (-644 (-644 |#1|)))) (-15 -2240 ((-644 (-644 |#1|)) $)) (-15 -1650 ((-862) $)))
+((-4124 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-1554 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2656 (((-1270) $ |#1| |#1|) NIL (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#2| $ |#1| |#2|) NIL)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1561 (((-3 |#2| "failed") |#1| $) NIL)) (-4145 (($) NIL T CONST)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) NIL)) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) NIL)) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) NIL)) (-3099 ((|#1| $) NIL (|has| |#1| (-850)))) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-644 |#2|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-3090 ((|#1| $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4416))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3391 (((-644 |#1|) $) NIL)) (-3977 (((-112) |#1| $) NIL)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-2033 (((-644 |#1|) $) NIL)) (-2686 (((-112) |#1| $) NIL)) (-2029 (((-1119) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3604 ((|#2| $) NIL (|has| |#1| (-850)))) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL)) (-1417 (($ $ |#2|) NIL (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-1708 (($) NIL) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) NIL (-12 (|has| $ (-6 -4415)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (((-771) |#2| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099)))) (((-771) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-1650 (((-862) $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862))) (|has| |#2| (-613 (-862)))))) (-2657 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) NIL)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) NIL (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) NIL (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) NIL (-2700 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| |#2| (-1099))))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1188 |#1| |#2|) (-13 (-1191 |#1| |#2|) (-10 -7 (-6 -4415))) (-1099) (-1099)) (T -1188))
+NIL
+(-13 (-1191 |#1| |#2|) (-10 -7 (-6 -4415)))
+((-3969 ((|#1| (-644 |#1|)) 49)) (-1968 ((|#1| |#1| (-566)) 24)) (-2679 (((-1171 |#1|) |#1| (-921)) 20)))
+(((-1189 |#1|) (-10 -7 (-15 -3969 (|#1| (-644 |#1|))) (-15 -2679 ((-1171 |#1|) |#1| (-921))) (-15 -1968 (|#1| |#1| (-566)))) (-365)) (T -1189))
+((-1968 (*1 *2 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-1189 *2)) (-4 *2 (-365)))) (-2679 (*1 *2 *3 *4) (-12 (-5 *4 (-921)) (-5 *2 (-1171 *3)) (-5 *1 (-1189 *3)) (-4 *3 (-365)))) (-3969 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-1189 *2)) (-4 *2 (-365)))))
+(-10 -7 (-15 -3969 (|#1| (-644 |#1|))) (-15 -2679 ((-1171 |#1|) |#1| (-921))) (-15 -1968 (|#1| |#1| (-566))))
+((-1554 (($) 10) (($ (-644 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)))) 14)) (-1867 (($ (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) $) 67) (($ (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-3953 (((-644 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) $) 39) (((-644 |#3|) $) 41)) (-2409 (($ (-1 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) $) 57) (($ (-1 |#3| |#3|) $) 33)) (-1895 (($ (-1 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-3252 (((-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) $) 60)) (-4165 (($ (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) $) 16)) (-2033 (((-644 |#2|) $) 19)) (-2686 (((-112) |#2| $) 65)) (-2695 (((-3 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) "failed") (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) $) 64)) (-2967 (((-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) $) 69)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 73)) (-1647 (((-644 |#3|) $) 43)) (-3483 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) $) NIL) (((-771) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) $) NIL) (((-771) |#3| $) NIL) (((-771) (-1 (-112) |#3|) $) 79)) (-1650 (((-862) $) 27)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) $) NIL) (((-112) (-1 (-112) |#3|) $) 71)) (-2868 (((-112) $ $) 51)))
+(((-1190 |#1| |#2| |#3|) (-10 -8 (-15 -2868 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -1895 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -1554 (|#1| (-644 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))))) (-15 -1554 (|#1|)) (-15 -1895 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2409 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -2037 ((-771) (-1 (-112) |#3|) |#1|)) (-15 -3953 ((-644 |#3|) |#1|)) (-15 -2037 ((-771) |#3| |#1|)) (-15 -3483 (|#3| |#1| |#2| |#3|)) (-15 -3483 (|#3| |#1| |#2|)) (-15 -1647 ((-644 |#3|) |#1|)) (-15 -2686 ((-112) |#2| |#1|)) (-15 -2033 ((-644 |#2|) |#1|)) (-15 -1867 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1867 (|#1| (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -1867 (|#1| (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -2695 ((-3 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) "failed") (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -3252 ((-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -4165 (|#1| (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -2967 ((-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -2037 ((-771) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -3953 ((-644 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -2037 ((-771) (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -3295 ((-112) (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -3487 ((-112) (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -2409 (|#1| (-1 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -1895 (|#1| (-1 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|))) (-1191 |#2| |#3|) (-1099) (-1099)) (T -1190))
+NIL
+(-10 -8 (-15 -2868 ((-112) |#1| |#1|)) (-15 -1650 ((-862) |#1|)) (-15 -1895 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -1554 (|#1| (-644 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))))) (-15 -1554 (|#1|)) (-15 -1895 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2409 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3487 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -3295 ((-112) (-1 (-112) |#3|) |#1|)) (-15 -2037 ((-771) (-1 (-112) |#3|) |#1|)) (-15 -3953 ((-644 |#3|) |#1|)) (-15 -2037 ((-771) |#3| |#1|)) (-15 -3483 (|#3| |#1| |#2| |#3|)) (-15 -3483 (|#3| |#1| |#2|)) (-15 -1647 ((-644 |#3|) |#1|)) (-15 -2686 ((-112) |#2| |#1|)) (-15 -2033 ((-644 |#2|) |#1|)) (-15 -1867 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1867 (|#1| (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -1867 (|#1| (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -2695 ((-3 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) "failed") (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -3252 ((-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -4165 (|#1| (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -2967 ((-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -2037 ((-771) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) |#1|)) (-15 -3953 ((-644 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -2037 ((-771) (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -3295 ((-112) (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -3487 ((-112) (-1 (-112) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -2409 (|#1| (-1 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)) (-15 -1895 (|#1| (-1 (-2 (|:| -2334 |#2|) (|:| -2303 |#3|)) (-2 (|:| -2334 |#2|) (|:| -2303 |#3|))) |#1|)))
+((-4124 (((-112) $ $) 19 (-2700 (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-1554 (($) 73) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 72)) (-2656 (((-1270) $ |#1| |#1|) 100 (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) 8)) (-1777 ((|#2| $ |#1| |#2|) 74)) (-3503 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 46 (|has| $ (-6 -4415)))) (-1997 (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 56 (|has| $ (-6 -4415)))) (-1561 (((-3 |#2| "failed") |#1| $) 62)) (-4145 (($) 7 T CONST)) (-3640 (($ $) 59 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415))))) (-1867 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 48 (|has| $ (-6 -4415))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 47 (|has| $ (-6 -4415))) (((-3 |#2| "failed") |#1| $) 63)) (-1837 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 58 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 55 (|has| $ (-6 -4415)))) (-1936 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 57 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 54 (|has| $ (-6 -4415))) (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 53 (|has| $ (-6 -4415)))) (-2417 ((|#2| $ |#1| |#2|) 88 (|has| $ (-6 -4416)))) (-2359 ((|#2| $ |#1|) 89)) (-3953 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 31 (|has| $ (-6 -4415))) (((-644 |#2|) $) 80 (|has| $ (-6 -4415)))) (-1392 (((-112) $ (-771)) 9)) (-3099 ((|#1| $) 97 (|has| |#1| (-850)))) (-1690 (((-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 30 (|has| $ (-6 -4415))) (((-644 |#2|) $) 81 (|has| $ (-6 -4415)))) (-3566 (((-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (((-112) |#2| $) 83 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415))))) (-3090 ((|#1| $) 96 (|has| |#1| (-850)))) (-2409 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 35 (|has| $ (-6 -4416))) (($ (-1 |#2| |#2|) $) 76 (|has| $ (-6 -4416)))) (-1895 (($ (-1 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 36) (($ (-1 |#2| |#2|) $) 75) (($ (-1 |#2| |#2| |#2|) $ $) 71)) (-4395 (((-112) $ (-771)) 10)) (-3057 (((-1157) $) 22 (-2700 (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-3391 (((-644 |#1|) $) 64)) (-3977 (((-112) |#1| $) 65)) (-3252 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 40)) (-4165 (($ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 41)) (-2033 (((-644 |#1|) $) 94)) (-2686 (((-112) |#1| $) 93)) (-2029 (((-1119) $) 21 (-2700 (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-3604 ((|#2| $) 98 (|has| |#1| (-850)))) (-2695 (((-3 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) "failed") (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 52)) (-1417 (($ $ |#2|) 99 (|has| $ (-6 -4416)))) (-2967 (((-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 42)) (-3295 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 33 (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) 78 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))))) 27 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-295 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 26 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) 25 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 24 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)))) (($ $ (-644 |#2|) (-644 |#2|)) 87 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ |#2| |#2|) 86 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-295 |#2|)) 85 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099)))) (($ $ (-644 (-295 |#2|))) 84 (-12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#2| $) 95 (-12 (|has| $ (-6 -4415)) (|has| |#2| (-1099))))) (-1647 (((-644 |#2|) $) 92)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#2| $ |#1|) 91) ((|#2| $ |#1| |#2|) 90)) (-1708 (($) 50) (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 49)) (-2037 (((-771) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 32 (|has| $ (-6 -4415))) (((-771) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) $) 29 (-12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| $ (-6 -4415)))) (((-771) |#2| $) 82 (-12 (|has| |#2| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#2|) $) 79 (|has| $ (-6 -4415)))) (-1800 (($ $) 13)) (-1945 (((-538) $) 60 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))))) (-1664 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 51)) (-1650 (((-862) $) 18 (-2700 (|has| |#2| (-613 (-862))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862)))))) (-2657 (((-112) $ $) 23 (-2700 (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-3173 (($ (-644 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) 43)) (-3487 (((-112) (-1 (-112) (-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) $) 34 (|has| $ (-6 -4415))) (((-112) (-1 (-112) |#2|) $) 77 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (-2700 (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-1191 |#1| |#2|) (-140) (-1099) (-1099)) (T -1191))
+((-1777 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1191 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))) (-1554 (*1 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))) (-1554 (*1 *1 *2) (-12 (-5 *2 (-644 (-2 (|:| -2334 *3) (|:| -2303 *4)))) (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *1 (-1191 *3 *4)))) (-1895 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))))
+(-13 (-610 |t#1| |t#2|) (-604 |t#1| |t#2|) (-10 -8 (-15 -1777 (|t#2| $ |t#1| |t#2|)) (-15 -1554 ($)) (-15 -1554 ($ (-644 (-2 (|:| -2334 |t#1|) (|:| -2303 |t#2|))))) (-15 -1895 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
+(((-34) . T) ((-107 #0=(-2 (|:| -2334 |#1|) (|:| -2303 |#2|))) . T) ((-102) -2700 (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) ((-613 (-862)) -2700 (|has| |#2| (-1099)) (|has| |#2| (-613 (-862))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-613 (-862)))) ((-151 #0#) . T) ((-614 (-538)) |has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-614 (-538))) ((-229 #0#) . T) ((-235 #0#) . T) ((-287 |#1| |#2|) . T) ((-289 |#1| |#2|) . T) ((-310 #0#) -12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) ((-310 |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-491 #0#) . T) ((-491 |#2|) . T) ((-604 |#1| |#2|) . T) ((-516 #0# #0#) -12 (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-310 (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)))) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) ((-516 |#2| |#2|) -12 (|has| |#2| (-310 |#2|)) (|has| |#2| (-1099))) ((-610 |#1| |#2|) . T) ((-1099) -2700 (|has| |#2| (-1099)) (|has| (-2 (|:| -2334 |#1|) (|:| -2303 |#2|)) (-1099))) ((-1215) . T))
+((-1878 (((-112)) 29)) (-4254 (((-1270) (-1157)) 31)) (-1653 (((-112)) 41)) (-3080 (((-1270)) 39)) (-3031 (((-1270) (-1157) (-1157)) 30)) (-2745 (((-112)) 42)) (-4165 (((-1270) |#1| |#2|) 53)) (-1965 (((-1270)) 27)) (-3238 (((-3 |#2| "failed") |#1|) 51)) (-4321 (((-1270)) 40)))
+(((-1192 |#1| |#2|) (-10 -7 (-15 -1965 ((-1270))) (-15 -3031 ((-1270) (-1157) (-1157))) (-15 -4254 ((-1270) (-1157))) (-15 -3080 ((-1270))) (-15 -4321 ((-1270))) (-15 -1878 ((-112))) (-15 -1653 ((-112))) (-15 -2745 ((-112))) (-15 -3238 ((-3 |#2| "failed") |#1|)) (-15 -4165 ((-1270) |#1| |#2|))) (-1099) (-1099)) (T -1192))
+((-4165 (*1 *2 *3 *4) (-12 (-5 *2 (-1270)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-3238 (*1 *2 *3) (|partial| -12 (-4 *2 (-1099)) (-5 *1 (-1192 *3 *2)) (-4 *3 (-1099)))) (-2745 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-1653 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-1878 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-4321 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-3080 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))) (-4254 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1192 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099)))) (-3031 (*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1192 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099)))) (-1965 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099)))))
+(-10 -7 (-15 -1965 ((-1270))) (-15 -3031 ((-1270) (-1157) (-1157))) (-15 -4254 ((-1270) (-1157))) (-15 -3080 ((-1270))) (-15 -4321 ((-1270))) (-15 -1878 ((-112))) (-15 -1653 ((-112))) (-15 -2745 ((-112))) (-15 -3238 ((-3 |#2| "failed") |#1|)) (-15 -4165 ((-1270) |#1| |#2|)))
+((-1883 (((-1157) (-1157)) 22)) (-3836 (((-52) (-1157)) 25)))
+(((-1193) (-10 -7 (-15 -3836 ((-52) (-1157))) (-15 -1883 ((-1157) (-1157))))) (T -1193))
+((-1883 (*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1193)))) (-3836 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-1193)))))
+(-10 -7 (-15 -3836 ((-52) (-1157))) (-15 -1883 ((-1157) (-1157))))
+((-1650 (((-1195) |#1|) 11)))
+(((-1194 |#1|) (-10 -7 (-15 -1650 ((-1195) |#1|))) (-1099)) (T -1194))
+((-1650 (*1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *1 (-1194 *3)) (-4 *3 (-1099)))))
+(-10 -7 (-15 -1650 ((-1195) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-3216 (((-644 (-1157)) $) 39)) (-2105 (((-644 (-1157)) $ (-644 (-1157))) 42)) (-3669 (((-644 (-1157)) $ (-644 (-1157))) 41)) (-4057 (((-644 (-1157)) $ (-644 (-1157))) 43)) (-1949 (((-644 (-1157)) $) 38)) (-1566 (($) 26)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2071 (((-644 (-1157)) $) 40)) (-2601 (((-1270) $ (-566)) 35) (((-1270) $) 36)) (-1945 (($ (-862) (-566)) 32) (($ (-862) (-566) (-862)) NIL)) (-1650 (((-862) $) 53) (($ (-862)) 31)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1195) (-13 (-1099) (-616 (-862)) (-10 -8 (-15 -1945 ($ (-862) (-566))) (-15 -1945 ($ (-862) (-566) (-862))) (-15 -2601 ((-1270) $ (-566))) (-15 -2601 ((-1270) $)) (-15 -2071 ((-644 (-1157)) $)) (-15 -3216 ((-644 (-1157)) $)) (-15 -1566 ($)) (-15 -1949 ((-644 (-1157)) $)) (-15 -4057 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -2105 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -3669 ((-644 (-1157)) $ (-644 (-1157))))))) (T -1195))
+((-1945 (*1 *1 *2 *3) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-1195)))) (-1945 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-1195)))) (-2601 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-1195)))) (-2601 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1195)))) (-2071 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))) (-3216 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))) (-1566 (*1 *1) (-5 *1 (-1195))) (-1949 (*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))) (-4057 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))) (-2105 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))) (-3669 (*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))))
+(-13 (-1099) (-616 (-862)) (-10 -8 (-15 -1945 ($ (-862) (-566))) (-15 -1945 ($ (-862) (-566) (-862))) (-15 -2601 ((-1270) $ (-566))) (-15 -2601 ((-1270) $)) (-15 -2071 ((-644 (-1157)) $)) (-15 -3216 ((-644 (-1157)) $)) (-15 -1566 ($)) (-15 -1949 ((-644 (-1157)) $)) (-15 -4057 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -2105 ((-644 (-1157)) $ (-644 (-1157)))) (-15 -3669 ((-644 (-1157)) $ (-644 (-1157))))))
+((-4124 (((-112) $ $) NIL)) (-3687 (((-1157) $ (-1157)) 17) (((-1157) $) 16)) (-1509 (((-1157) $ (-1157)) 15)) (-3742 (($ $ (-1157)) NIL)) (-2621 (((-3 (-1157) "failed") $) 11)) (-3193 (((-1157) $) 8)) (-1673 (((-3 (-1157) "failed") $) 12)) (-2888 (((-1157) $) 9)) (-3009 (($ (-390)) NIL) (($ (-390) (-1157)) NIL)) (-3707 (((-390) $) NIL)) (-3057 (((-1157) $) NIL)) (-2169 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-2889 (((-112) $) 21)) (-1650 (((-862) $) NIL)) (-1682 (($ $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1196) (-13 (-366 (-390) (-1157)) (-10 -8 (-15 -3687 ((-1157) $ (-1157))) (-15 -3687 ((-1157) $)) (-15 -3193 ((-1157) $)) (-15 -2621 ((-3 (-1157) "failed") $)) (-15 -1673 ((-3 (-1157) "failed") $)) (-15 -2889 ((-112) $))))) (T -1196))
+((-3687 (*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1196)))) (-3687 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1196)))) (-3193 (*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1196)))) (-2621 (*1 *2 *1) (|partial| -12 (-5 *2 (-1157)) (-5 *1 (-1196)))) (-1673 (*1 *2 *1) (|partial| -12 (-5 *2 (-1157)) (-5 *1 (-1196)))) (-2889 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1196)))))
+(-13 (-366 (-390) (-1157)) (-10 -8 (-15 -3687 ((-1157) $ (-1157))) (-15 -3687 ((-1157) $)) (-15 -3193 ((-1157) $)) (-15 -2621 ((-3 (-1157) "failed") $)) (-15 -1673 ((-3 (-1157) "failed") $)) (-15 -2889 ((-112) $))))
+((-1907 (((-3 (-566) "failed") |#1|) 19)) (-3891 (((-3 (-566) "failed") |#1|) 14)) (-2402 (((-566) (-1157)) 33)))
+(((-1197 |#1|) (-10 -7 (-15 -1907 ((-3 (-566) "failed") |#1|)) (-15 -3891 ((-3 (-566) "failed") |#1|)) (-15 -2402 ((-566) (-1157)))) (-1049)) (T -1197))
+((-2402 (*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-566)) (-5 *1 (-1197 *4)) (-4 *4 (-1049)))) (-3891 (*1 *2 *3) (|partial| -12 (-5 *2 (-566)) (-5 *1 (-1197 *3)) (-4 *3 (-1049)))) (-1907 (*1 *2 *3) (|partial| -12 (-5 *2 (-566)) (-5 *1 (-1197 *3)) (-4 *3 (-1049)))))
+(-10 -7 (-15 -1907 ((-3 (-566) "failed") |#1|)) (-15 -3891 ((-3 (-566) "failed") |#1|)) (-15 -2402 ((-566) (-1157))))
+((-2949 (((-1132 (-225))) 9)))
+(((-1198) (-10 -7 (-15 -2949 ((-1132 (-225)))))) (T -1198))
+((-2949 (*1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1198)))))
+(-10 -7 (-15 -2949 ((-1132 (-225)))))
+((-2528 (($) 12)) (-4241 (($ $) 36)) (-4220 (($ $) 34)) (-4077 (($ $) 26)) (-4264 (($ $) 18)) (-2462 (($ $) 16)) (-4253 (($ $) 20)) (-4114 (($ $) 31)) (-4230 (($ $) 35)) (-4088 (($ $) 30)))
+(((-1199 |#1|) (-10 -8 (-15 -2528 (|#1|)) (-15 -4241 (|#1| |#1|)) (-15 -4220 (|#1| |#1|)) (-15 -4264 (|#1| |#1|)) (-15 -2462 (|#1| |#1|)) (-15 -4253 (|#1| |#1|)) (-15 -4230 (|#1| |#1|)) (-15 -4077 (|#1| |#1|)) (-15 -4114 (|#1| |#1|)) (-15 -4088 (|#1| |#1|))) (-1200)) (T -1199))
+NIL
+(-10 -8 (-15 -2528 (|#1|)) (-15 -4241 (|#1| |#1|)) (-15 -4220 (|#1| |#1|)) (-15 -4264 (|#1| |#1|)) (-15 -2462 (|#1| |#1|)) (-15 -4253 (|#1| |#1|)) (-15 -4230 (|#1| |#1|)) (-15 -4077 (|#1| |#1|)) (-15 -4114 (|#1| |#1|)) (-15 -4088 (|#1| |#1|)))
+((-4175 (($ $) 26)) (-4026 (($ $) 11)) (-4153 (($ $) 27)) (-4005 (($ $) 10)) (-4198 (($ $) 28)) (-4050 (($ $) 9)) (-2528 (($) 16)) (-1658 (($ $) 19)) (-1983 (($ $) 18)) (-4209 (($ $) 29)) (-4065 (($ $) 8)) (-4186 (($ $) 30)) (-4038 (($ $) 7)) (-4164 (($ $) 31)) (-4015 (($ $) 6)) (-4241 (($ $) 20)) (-4100 (($ $) 32)) (-4220 (($ $) 21)) (-4077 (($ $) 33)) (-4264 (($ $) 22)) (-4127 (($ $) 34)) (-2462 (($ $) 23)) (-4140 (($ $) 35)) (-4253 (($ $) 24)) (-4114 (($ $) 36)) (-4230 (($ $) 25)) (-4088 (($ $) 37)) (** (($ $ $) 17)))
+(((-1200) (-140)) (T -1200))
+((-2528 (*1 *1) (-4 *1 (-1200))))
+(-13 (-1203) (-95) (-495) (-35) (-285) (-10 -8 (-15 -2528 ($))))
+(((-35) . T) ((-95) . T) ((-285) . T) ((-495) . T) ((-1203) . T))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1389 ((|#1| $) 19)) (-3590 (($ |#1| (-644 $)) 28) (($ (-644 |#1|)) 35) (($ |#1|) 30)) (-3874 (((-112) $ (-771)) 72)) (-3283 ((|#1| $ |#1|) 14 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 13 (|has| $ (-6 -4416)))) (-4145 (($) NIL T CONST)) (-3953 (((-644 |#1|) $) 76 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 64)) (-3906 (((-112) $ $) 49 (|has| |#1| (-1099)))) (-1392 (((-112) $ (-771)) 62)) (-1690 (((-644 |#1|) $) 77 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 75 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2409 (($ (-1 |#1| |#1|) $) 29 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 27)) (-4395 (((-112) $ (-771)) 60)) (-3343 (((-644 |#1|) $) 54)) (-3900 (((-112) $) 52)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3295 (((-112) (-1 (-112) |#1|) $) 74 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 107)) (-3758 (((-112) $) 9)) (-1710 (($) 10)) (-3483 ((|#1| $ "value") NIL)) (-1985 (((-566) $ $) 48)) (-4094 (((-644 $) $) 89)) (-2066 (((-112) $ $) 110)) (-1870 (((-644 $) $) 105)) (-3979 (($ $) 106)) (-1409 (((-112) $) 84)) (-2037 (((-771) (-1 (-112) |#1|) $) 25 (|has| $ (-6 -4415))) (((-771) |#1| $) 17 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1800 (($ $) 88)) (-1650 (((-862) $) 91 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) 12)) (-2110 (((-112) $ $) 39 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 73 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 37 (|has| |#1| (-1099)))) (-4142 (((-771) $) 58 (|has| $ (-6 -4415)))))
+(((-1201 |#1|) (-13 (-1010 |#1|) (-10 -8 (-6 -4415) (-6 -4416) (-15 -3590 ($ |#1| (-644 $))) (-15 -3590 ($ (-644 |#1|))) (-15 -3590 ($ |#1|)) (-15 -1409 ((-112) $)) (-15 -3979 ($ $)) (-15 -1870 ((-644 $) $)) (-15 -2066 ((-112) $ $)) (-15 -4094 ((-644 $) $)))) (-1099)) (T -1201))
+((-1409 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1201 *3)) (-4 *3 (-1099)))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-644 (-1201 *2))) (-5 *1 (-1201 *2)) (-4 *2 (-1099)))) (-3590 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-1201 *3)))) (-3590 (*1 *1 *2) (-12 (-5 *1 (-1201 *2)) (-4 *2 (-1099)))) (-3979 (*1 *1 *1) (-12 (-5 *1 (-1201 *2)) (-4 *2 (-1099)))) (-1870 (*1 *2 *1) (-12 (-5 *2 (-644 (-1201 *3))) (-5 *1 (-1201 *3)) (-4 *3 (-1099)))) (-2066 (*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1201 *3)) (-4 *3 (-1099)))) (-4094 (*1 *2 *1) (-12 (-5 *2 (-644 (-1201 *3))) (-5 *1 (-1201 *3)) (-4 *3 (-1099)))))
+(-13 (-1010 |#1|) (-10 -8 (-6 -4415) (-6 -4416) (-15 -3590 ($ |#1| (-644 $))) (-15 -3590 ($ (-644 |#1|))) (-15 -3590 ($ |#1|)) (-15 -1409 ((-112) $)) (-15 -3979 ($ $)) (-15 -1870 ((-644 $) $)) (-15 -2066 ((-112) $ $)) (-15 -4094 ((-644 $) $))))
+((-4026 (($ $) 15)) (-4050 (($ $) 12)) (-4065 (($ $) 10)) (-4038 (($ $) 17)))
+(((-1202 |#1|) (-10 -8 (-15 -4038 (|#1| |#1|)) (-15 -4065 (|#1| |#1|)) (-15 -4050 (|#1| |#1|)) (-15 -4026 (|#1| |#1|))) (-1203)) (T -1202))
+NIL
+(-10 -8 (-15 -4038 (|#1| |#1|)) (-15 -4065 (|#1| |#1|)) (-15 -4050 (|#1| |#1|)) (-15 -4026 (|#1| |#1|)))
+((-4026 (($ $) 11)) (-4005 (($ $) 10)) (-4050 (($ $) 9)) (-4065 (($ $) 8)) (-4038 (($ $) 7)) (-4015 (($ $) 6)))
+(((-1203) (-140)) (T -1203))
+((-4026 (*1 *1 *1) (-4 *1 (-1203))) (-4005 (*1 *1 *1) (-4 *1 (-1203))) (-4050 (*1 *1 *1) (-4 *1 (-1203))) (-4065 (*1 *1 *1) (-4 *1 (-1203))) (-4038 (*1 *1 *1) (-4 *1 (-1203))) (-4015 (*1 *1 *1) (-4 *1 (-1203))))
+(-13 (-10 -8 (-15 -4015 ($ $)) (-15 -4038 ($ $)) (-15 -4065 ($ $)) (-15 -4050 ($ $)) (-15 -4005 ($ $)) (-15 -4026 ($ $))))
+((-1471 ((|#2| |#2|) 98)) (-2015 (((-112) |#2|) 29)) (-3865 ((|#2| |#2|) 33)) (-3875 ((|#2| |#2|) 35)) (-1577 ((|#2| |#2| (-1175)) 92) ((|#2| |#2|) 93)) (-3495 (((-169 |#2|) |#2|) 31)) (-2242 ((|#2| |#2| (-1175)) 94) ((|#2| |#2|) 95)))
+(((-1204 |#1| |#2|) (-10 -7 (-15 -1577 (|#2| |#2|)) (-15 -1577 (|#2| |#2| (-1175))) (-15 -2242 (|#2| |#2|)) (-15 -2242 (|#2| |#2| (-1175))) (-15 -1471 (|#2| |#2|)) (-15 -3865 (|#2| |#2|)) (-15 -3875 (|#2| |#2|)) (-15 -2015 ((-112) |#2|)) (-15 -3495 ((-169 |#2|) |#2|))) (-13 (-454) (-1038 (-566)) (-639 (-566))) (-13 (-27) (-1200) (-432 |#1|))) (T -1204))
+((-3495 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-169 *3)) (-5 *1 (-1204 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4))))) (-2015 (*1 *2 *3) (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-112)) (-5 *1 (-1204 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4))))) (-3875 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))) (-3865 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))) (-1471 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))) (-2242 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1204 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))) (-2242 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))) (-1577 (*1 *2 *2 *3) (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1204 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))) (-1577 (*1 *2 *2) (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))))
+(-10 -7 (-15 -1577 (|#2| |#2|)) (-15 -1577 (|#2| |#2| (-1175))) (-15 -2242 (|#2| |#2|)) (-15 -2242 (|#2| |#2| (-1175))) (-15 -1471 (|#2| |#2|)) (-15 -3865 (|#2| |#2|)) (-15 -3875 (|#2| |#2|)) (-15 -2015 ((-112) |#2|)) (-15 -3495 ((-169 |#2|) |#2|)))
+((-2084 ((|#4| |#4| |#1|) 32)) (-3350 ((|#4| |#4| |#1|) 33)))
+(((-1205 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2084 (|#4| |#4| |#1|)) (-15 -3350 (|#4| |#4| |#1|))) (-558) (-375 |#1|) (-375 |#1|) (-687 |#1| |#2| |#3|)) (T -1205))
+((-3350 (*1 *2 *2 *3) (-12 (-4 *3 (-558)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-1205 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))) (-2084 (*1 *2 *2 *3) (-12 (-4 *3 (-558)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3)) (-5 *1 (-1205 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
+(-10 -7 (-15 -2084 (|#4| |#4| |#1|)) (-15 -3350 (|#4| |#4| |#1|)))
+((-4346 ((|#2| |#2|) 148)) (-3232 ((|#2| |#2|) 145)) (-4093 ((|#2| |#2|) 136)) (-3586 ((|#2| |#2|) 133)) (-1686 ((|#2| |#2|) 141)) (-1499 ((|#2| |#2|) 129)) (-1939 ((|#2| |#2|) 44)) (-1644 ((|#2| |#2|) 105)) (-3294 ((|#2| |#2|) 88)) (-3116 ((|#2| |#2|) 143)) (-3367 ((|#2| |#2|) 131)) (-3562 ((|#2| |#2|) 153)) (-3141 ((|#2| |#2|) 151)) (-1349 ((|#2| |#2|) 152)) (-3740 ((|#2| |#2|) 150)) (-1938 ((|#2| |#2|) 163)) (-3404 ((|#2| |#2|) 30 (-12 (|has| |#2| (-614 (-892 |#1|))) (|has| |#2| (-886 |#1|)) (|has| |#1| (-614 (-892 |#1|))) (|has| |#1| (-886 |#1|))))) (-1399 ((|#2| |#2|) 89)) (-1890 ((|#2| |#2|) 154)) (-1967 ((|#2| |#2|) 155)) (-2468 ((|#2| |#2|) 142)) (-3850 ((|#2| |#2|) 130)) (-2927 ((|#2| |#2|) 149)) (-1929 ((|#2| |#2|) 147)) (-4169 ((|#2| |#2|) 137)) (-4211 ((|#2| |#2|) 135)) (-2345 ((|#2| |#2|) 139)) (-2718 ((|#2| |#2|) 127)))
+(((-1206 |#1| |#2|) (-10 -7 (-15 -1967 (|#2| |#2|)) (-15 -3294 (|#2| |#2|)) (-15 -1938 (|#2| |#2|)) (-15 -1644 (|#2| |#2|)) (-15 -1939 (|#2| |#2|)) (-15 -1399 (|#2| |#2|)) (-15 -1890 (|#2| |#2|)) (-15 -2718 (|#2| |#2|)) (-15 -2345 (|#2| |#2|)) (-15 -4169 (|#2| |#2|)) (-15 -2927 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -2468 (|#2| |#2|)) (-15 -3367 (|#2| |#2|)) (-15 -3116 (|#2| |#2|)) (-15 -1499 (|#2| |#2|)) (-15 -1686 (|#2| |#2|)) (-15 -4093 (|#2| |#2|)) (-15 -4346 (|#2| |#2|)) (-15 -3586 (|#2| |#2|)) (-15 -3232 (|#2| |#2|)) (-15 -4211 (|#2| |#2|)) (-15 -1929 (|#2| |#2|)) (-15 -3740 (|#2| |#2|)) (-15 -3141 (|#2| |#2|)) (-15 -1349 (|#2| |#2|)) (-15 -3562 (|#2| |#2|)) (IF (|has| |#1| (-886 |#1|)) (IF (|has| |#1| (-614 (-892 |#1|))) (IF (|has| |#2| (-614 (-892 |#1|))) (IF (|has| |#2| (-886 |#1|)) (-15 -3404 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-454) (-13 (-432 |#1|) (-1200))) (T -1206))
+((-3404 (*1 *2 *2) (-12 (-4 *3 (-614 (-892 *3))) (-4 *3 (-886 *3)) (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-614 (-892 *3))) (-4 *2 (-886 *3)) (-4 *2 (-13 (-432 *3) (-1200))))) (-3562 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1349 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-3141 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-3740 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1929 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-4211 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-3232 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-3586 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-4346 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-4093 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1686 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1499 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-3116 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-3367 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-2468 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-3850 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-2927 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-4169 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-2345 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-2718 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1890 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1399 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1939 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1644 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1938 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-3294 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))) (-1967 (*1 *2 *2) (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2)) (-4 *2 (-13 (-432 *3) (-1200))))))
+(-10 -7 (-15 -1967 (|#2| |#2|)) (-15 -3294 (|#2| |#2|)) (-15 -1938 (|#2| |#2|)) (-15 -1644 (|#2| |#2|)) (-15 -1939 (|#2| |#2|)) (-15 -1399 (|#2| |#2|)) (-15 -1890 (|#2| |#2|)) (-15 -2718 (|#2| |#2|)) (-15 -2345 (|#2| |#2|)) (-15 -4169 (|#2| |#2|)) (-15 -2927 (|#2| |#2|)) (-15 -3850 (|#2| |#2|)) (-15 -2468 (|#2| |#2|)) (-15 -3367 (|#2| |#2|)) (-15 -3116 (|#2| |#2|)) (-15 -1499 (|#2| |#2|)) (-15 -1686 (|#2| |#2|)) (-15 -4093 (|#2| |#2|)) (-15 -4346 (|#2| |#2|)) (-15 -3586 (|#2| |#2|)) (-15 -3232 (|#2| |#2|)) (-15 -4211 (|#2| |#2|)) (-15 -1929 (|#2| |#2|)) (-15 -3740 (|#2| |#2|)) (-15 -3141 (|#2| |#2|)) (-15 -1349 (|#2| |#2|)) (-15 -3562 (|#2| |#2|)) (IF (|has| |#1| (-886 |#1|)) (IF (|has| |#1| (-614 (-892 |#1|))) (IF (|has| |#2| (-614 (-892 |#1|))) (IF (|has| |#2| (-886 |#1|)) (-15 -3404 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
+((-2793 (((-112) |#5| $) 68) (((-112) $) 110)) (-2147 ((|#5| |#5| $) 83)) (-1997 (($ (-1 (-112) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 127)) (-3236 (((-644 |#5|) (-644 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 81)) (-1821 (((-3 $ "failed") (-644 |#5|)) 135)) (-3616 (((-3 $ "failed") $) 120)) (-2118 ((|#5| |#5| $) 102)) (-3383 (((-112) |#5| $ (-1 (-112) |#5| |#5|)) 36)) (-1437 ((|#5| |#5| $) 106)) (-1936 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $) NIL) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|)) 77)) (-1579 (((-2 (|:| -2578 (-644 |#5|)) (|:| -3009 (-644 |#5|))) $) 63)) (-2639 (((-112) |#5| $) 66) (((-112) $) 111)) (-3752 ((|#4| $) 116)) (-1855 (((-3 |#5| "failed") $) 118)) (-3983 (((-644 |#5|) $) 55)) (-3717 (((-112) |#5| $) 75) (((-112) $) 115)) (-3527 ((|#5| |#5| $) 89)) (-3004 (((-112) $ $) 29)) (-2988 (((-112) |#5| $) 71) (((-112) $) 113)) (-2072 ((|#5| |#5| $) 86)) (-3604 (((-3 |#5| "failed") $) 117)) (-2929 (($ $ |#5|) 136)) (-4297 (((-771) $) 60)) (-1664 (($ (-644 |#5|)) 133)) (-3833 (($ $ |#4|) 131)) (-2046 (($ $ |#4|) 129)) (-2770 (($ $) 128)) (-1650 (((-862) $) NIL) (((-644 |#5|) $) 121)) (-4329 (((-771) $) 140)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5| |#5|)) 49) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|)) 51)) (-3575 (((-112) $ (-1 (-112) |#5| (-644 |#5|))) 108)) (-2077 (((-644 |#4|) $) 123)) (-4205 (((-112) |#4| $) 126)) (-2868 (((-112) $ $) 20)))
+(((-1207 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4329 ((-771) |#1|)) (-15 -2929 (|#1| |#1| |#5|)) (-15 -1997 ((-3 |#5| "failed") |#1| |#4|)) (-15 -4205 ((-112) |#4| |#1|)) (-15 -2077 ((-644 |#4|) |#1|)) (-15 -3616 ((-3 |#1| "failed") |#1|)) (-15 -1855 ((-3 |#5| "failed") |#1|)) (-15 -3604 ((-3 |#5| "failed") |#1|)) (-15 -1437 (|#5| |#5| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2118 (|#5| |#5| |#1|)) (-15 -3527 (|#5| |#5| |#1|)) (-15 -2072 (|#5| |#5| |#1|)) (-15 -2147 (|#5| |#5| |#1|)) (-15 -3236 ((-644 |#5|) (-644 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -1936 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -3717 ((-112) |#1|)) (-15 -2988 ((-112) |#1|)) (-15 -2793 ((-112) |#1|)) (-15 -3575 ((-112) |#1| (-1 (-112) |#5| (-644 |#5|)))) (-15 -3717 ((-112) |#5| |#1|)) (-15 -2988 ((-112) |#5| |#1|)) (-15 -2793 ((-112) |#5| |#1|)) (-15 -3383 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -2639 ((-112) |#1|)) (-15 -2639 ((-112) |#5| |#1|)) (-15 -1579 ((-2 (|:| -2578 (-644 |#5|)) (|:| -3009 (-644 |#5|))) |#1|)) (-15 -4297 ((-771) |#1|)) (-15 -3983 ((-644 |#5|) |#1|)) (-15 -3768 ((-3 (-2 (|:| |bas| |#1|) (|:| -3773 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -3768 ((-3 (-2 (|:| |bas| |#1|) (|:| -3773 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5| |#5|))) (-15 -3004 ((-112) |#1| |#1|)) (-15 -3833 (|#1| |#1| |#4|)) (-15 -2046 (|#1| |#1| |#4|)) (-15 -3752 (|#4| |#1|)) (-15 -1821 ((-3 |#1| "failed") (-644 |#5|))) (-15 -1650 ((-644 |#5|) |#1|)) (-15 -1664 (|#1| (-644 |#5|))) (-15 -1936 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -1936 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -1997 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -1936 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|))) (-1208 |#2| |#3| |#4| |#5|) (-558) (-793) (-850) (-1064 |#2| |#3| |#4|)) (T -1207))
+NIL
+(-10 -8 (-15 -4329 ((-771) |#1|)) (-15 -2929 (|#1| |#1| |#5|)) (-15 -1997 ((-3 |#5| "failed") |#1| |#4|)) (-15 -4205 ((-112) |#4| |#1|)) (-15 -2077 ((-644 |#4|) |#1|)) (-15 -3616 ((-3 |#1| "failed") |#1|)) (-15 -1855 ((-3 |#5| "failed") |#1|)) (-15 -3604 ((-3 |#5| "failed") |#1|)) (-15 -1437 (|#5| |#5| |#1|)) (-15 -2770 (|#1| |#1|)) (-15 -2118 (|#5| |#5| |#1|)) (-15 -3527 (|#5| |#5| |#1|)) (-15 -2072 (|#5| |#5| |#1|)) (-15 -2147 (|#5| |#5| |#1|)) (-15 -3236 ((-644 |#5|) (-644 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -1936 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-112) |#5| |#5|))) (-15 -3717 ((-112) |#1|)) (-15 -2988 ((-112) |#1|)) (-15 -2793 ((-112) |#1|)) (-15 -3575 ((-112) |#1| (-1 (-112) |#5| (-644 |#5|)))) (-15 -3717 ((-112) |#5| |#1|)) (-15 -2988 ((-112) |#5| |#1|)) (-15 -2793 ((-112) |#5| |#1|)) (-15 -3383 ((-112) |#5| |#1| (-1 (-112) |#5| |#5|))) (-15 -2639 ((-112) |#1|)) (-15 -2639 ((-112) |#5| |#1|)) (-15 -1579 ((-2 (|:| -2578 (-644 |#5|)) (|:| -3009 (-644 |#5|))) |#1|)) (-15 -4297 ((-771) |#1|)) (-15 -3983 ((-644 |#5|) |#1|)) (-15 -3768 ((-3 (-2 (|:| |bas| |#1|) (|:| -3773 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5|) (-1 (-112) |#5| |#5|))) (-15 -3768 ((-3 (-2 (|:| |bas| |#1|) (|:| -3773 (-644 |#5|))) "failed") (-644 |#5|) (-1 (-112) |#5| |#5|))) (-15 -3004 ((-112) |#1| |#1|)) (-15 -3833 (|#1| |#1| |#4|)) (-15 -2046 (|#1| |#1| |#4|)) (-15 -3752 (|#4| |#1|)) (-15 -1821 ((-3 |#1| "failed") (-644 |#5|))) (-15 -1650 ((-644 |#5|) |#1|)) (-15 -1664 (|#1| (-644 |#5|))) (-15 -1936 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -1936 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -1997 (|#1| (-1 (-112) |#5|) |#1|)) (-15 -1936 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -1650 ((-862) |#1|)) (-15 -2868 ((-112) |#1| |#1|)))
+((-4124 (((-112) $ $) 7)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |#4|)))) (-644 |#4|)) 86)) (-4141 (((-644 $) (-644 |#4|)) 87)) (-3981 (((-644 |#3|) $) 34)) (-2935 (((-112) $) 27)) (-3212 (((-112) $) 18 (|has| |#1| (-558)))) (-2793 (((-112) |#4| $) 102) (((-112) $) 98)) (-2147 ((|#4| |#4| $) 93)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) 28)) (-3874 (((-112) $ (-771)) 45)) (-1997 (($ (-1 (-112) |#4|) $) 66 (|has| $ (-6 -4415))) (((-3 |#4| "failed") $ |#3|) 80)) (-4145 (($) 46 T CONST)) (-2582 (((-112) $) 23 (|has| |#1| (-558)))) (-2872 (((-112) $ $) 25 (|has| |#1| (-558)))) (-3370 (((-112) $ $) 24 (|has| |#1| (-558)))) (-1703 (((-112) $) 26 (|has| |#1| (-558)))) (-3236 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 94)) (-1680 (((-644 |#4|) (-644 |#4|) $) 19 (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) 20 (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) 37)) (-3213 (($ (-644 |#4|)) 36)) (-3616 (((-3 $ "failed") $) 83)) (-2118 ((|#4| |#4| $) 90)) (-3640 (($ $) 69 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#4| $) 68 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#4|) $) 65 (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-558)))) (-3383 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) 103)) (-1437 ((|#4| |#4| $) 88)) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 67 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 64 (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) 63 (|has| $ (-6 -4415))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 95)) (-1579 (((-2 (|:| -2578 (-644 |#4|)) (|:| -3009 (-644 |#4|))) $) 106)) (-3953 (((-644 |#4|) $) 53 (|has| $ (-6 -4415)))) (-2639 (((-112) |#4| $) 105) (((-112) $) 104)) (-3752 ((|#3| $) 35)) (-1392 (((-112) $ (-771)) 44)) (-1690 (((-644 |#4|) $) 54 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) 56 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#4| |#4|) $) 49 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) 48)) (-1648 (((-644 |#3|) $) 33)) (-3327 (((-112) |#3| $) 32)) (-4395 (((-112) $ (-771)) 43)) (-3057 (((-1157) $) 10)) (-1855 (((-3 |#4| "failed") $) 84)) (-3983 (((-644 |#4|) $) 108)) (-3717 (((-112) |#4| $) 100) (((-112) $) 96)) (-3527 ((|#4| |#4| $) 91)) (-3004 (((-112) $ $) 111)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 22 (|has| |#1| (-558)))) (-2988 (((-112) |#4| $) 101) (((-112) $) 97)) (-2072 ((|#4| |#4| $) 92)) (-2029 (((-1119) $) 11)) (-3604 (((-3 |#4| "failed") $) 85)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) 62)) (-1687 (((-3 $ "failed") $ |#4|) 79)) (-2929 (($ $ |#4|) 78)) (-3295 (((-112) (-1 (-112) |#4|) $) 51 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) 60 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) 59 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) 58 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) 57 (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) 39)) (-3758 (((-112) $) 42)) (-1710 (($) 41)) (-4297 (((-771) $) 107)) (-2037 (((-771) |#4| $) 55 (-12 (|has| |#4| (-1099)) (|has| $ (-6 -4415)))) (((-771) (-1 (-112) |#4|) $) 52 (|has| $ (-6 -4415)))) (-1800 (($ $) 40)) (-1945 (((-538) $) 70 (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) 61)) (-3833 (($ $ |#3|) 29)) (-2046 (($ $ |#3|) 31)) (-2770 (($ $) 89)) (-1594 (($ $ |#3|) 30)) (-1650 (((-862) $) 12) (((-644 |#4|) $) 38)) (-4329 (((-771) $) 77 (|has| |#3| (-370)))) (-2657 (((-112) $ $) 9)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 110) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) 109)) (-3575 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) 99)) (-3487 (((-112) (-1 (-112) |#4|) $) 50 (|has| $ (-6 -4415)))) (-2077 (((-644 |#3|) $) 82)) (-4205 (((-112) |#3| $) 81)) (-2868 (((-112) $ $) 6)) (-4142 (((-771) $) 47 (|has| $ (-6 -4415)))))
+(((-1208 |#1| |#2| |#3| |#4|) (-140) (-558) (-793) (-850) (-1064 |t#1| |t#2| |t#3|)) (T -1208))
+((-3004 (*1 *2 *1 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-3768 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3773 (-644 *8)))) (-5 *3 (-644 *8)) (-4 *1 (-1208 *5 *6 *7 *8)))) (-3768 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9)) (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793)) (-4 *8 (-850)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3773 (-644 *9)))) (-5 *3 (-644 *9)) (-4 *1 (-1208 *6 *7 *8 *9)))) (-3983 (*1 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *6)))) (-4297 (*1 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-771)))) (-1579 (*1 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-2 (|:| -2578 (-644 *6)) (|:| -3009 (-644 *6)))))) (-2639 (*1 *2 *3 *1) (-12 (-4 *1 (-1208 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2639 (*1 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-3383 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1208 *5 *6 *7 *3)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112)))) (-2793 (*1 *2 *3 *1) (-12 (-4 *1 (-1208 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2988 (*1 *2 *3 *1) (-12 (-4 *1 (-1208 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-3717 (*1 *2 *3 *1) (-12 (-4 *1 (-1208 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-3575 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-112) *7 (-644 *7))) (-4 *1 (-1208 *4 *5 *6 *7)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)))) (-2793 (*1 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-2988 (*1 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-3717 (*1 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))) (-1936 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2)) (-4 *1 (-1208 *5 *6 *7 *2)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *2 (-1064 *5 *6 *7)))) (-3236 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-644 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1208 *5 *6 *7 *8)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)))) (-2147 (*1 *2 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-2072 (*1 *2 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-3527 (*1 *2 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-2118 (*1 *2 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-2770 (*1 *1 *1) (-12 (-4 *1 (-1208 *2 *3 *4 *5)) (-4 *2 (-558)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-1064 *2 *3 *4)))) (-1437 (*1 *2 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-4141 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1)) (-4 *1 (-1208 *4 *5 *6 *7)))) (-1811 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-644 (-2 (|:| -2578 *1) (|:| -3009 (-644 *7))))) (-5 *3 (-644 *7)) (-4 *1 (-1208 *4 *5 *6 *7)))) (-3604 (*1 *2 *1) (|partial| -12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-1855 (*1 *2 *1) (|partial| -12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-3616 (*1 *1 *1) (|partial| -12 (-4 *1 (-1208 *2 *3 *4 *5)) (-4 *2 (-558)) (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-1064 *2 *3 *4)))) (-2077 (*1 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))) (-4205 (*1 *2 *3 *1) (-12 (-4 *1 (-1208 *4 *5 *3 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-112)))) (-1997 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1208 *4 *5 *3 *2)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *3 (-850)) (-4 *2 (-1064 *4 *5 *3)))) (-1687 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-2929 (*1 *1 *1 *2) (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))) (-4329 (*1 *2 *1) (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *5 (-370)) (-5 *2 (-771)))))
+(-13 (-976 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4415) (-6 -4416) (-15 -3004 ((-112) $ $)) (-15 -3768 ((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |t#4|))) "failed") (-644 |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -3768 ((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |t#4|))) "failed") (-644 |t#4|) (-1 (-112) |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -3983 ((-644 |t#4|) $)) (-15 -4297 ((-771) $)) (-15 -1579 ((-2 (|:| -2578 (-644 |t#4|)) (|:| -3009 (-644 |t#4|))) $)) (-15 -2639 ((-112) |t#4| $)) (-15 -2639 ((-112) $)) (-15 -3383 ((-112) |t#4| $ (-1 (-112) |t#4| |t#4|))) (-15 -2793 ((-112) |t#4| $)) (-15 -2988 ((-112) |t#4| $)) (-15 -3717 ((-112) |t#4| $)) (-15 -3575 ((-112) $ (-1 (-112) |t#4| (-644 |t#4|)))) (-15 -2793 ((-112) $)) (-15 -2988 ((-112) $)) (-15 -3717 ((-112) $)) (-15 -1936 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -3236 ((-644 |t#4|) (-644 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-112) |t#4| |t#4|))) (-15 -2147 (|t#4| |t#4| $)) (-15 -2072 (|t#4| |t#4| $)) (-15 -3527 (|t#4| |t#4| $)) (-15 -2118 (|t#4| |t#4| $)) (-15 -2770 ($ $)) (-15 -1437 (|t#4| |t#4| $)) (-15 -4141 ((-644 $) (-644 |t#4|))) (-15 -1811 ((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |t#4|)))) (-644 |t#4|))) (-15 -3604 ((-3 |t#4| "failed") $)) (-15 -1855 ((-3 |t#4| "failed") $)) (-15 -3616 ((-3 $ "failed") $)) (-15 -2077 ((-644 |t#3|) $)) (-15 -4205 ((-112) |t#3| $)) (-15 -1997 ((-3 |t#4| "failed") $ |t#3|)) (-15 -1687 ((-3 $ "failed") $ |t#4|)) (-15 -2929 ($ $ |t#4|)) (IF (|has| |t#3| (-370)) (-15 -4329 ((-771) $)) |%noBranch|)))
+(((-34) . T) ((-102) . T) ((-613 (-644 |#4|)) . T) ((-613 (-862)) . T) ((-151 |#4|) . T) ((-614 (-538)) |has| |#4| (-614 (-538))) ((-310 |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-491 |#4|) . T) ((-516 |#4| |#4|) -12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))) ((-976 |#1| |#2| |#3| |#4|) . T) ((-1099) . T) ((-1215) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-1175)) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-4175 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4153 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4198 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-2396 (((-952 |#1|) $ (-771)) 20) (((-952 |#1|) $ (-771) (-771)) NIL)) (-2445 (((-112) $) NIL)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-771) $ (-1175)) NIL) (((-771) $ (-1175) (-771)) NIL)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3220 (((-112) $) NIL)) (-3959 (($ $ (-644 (-1175)) (-644 (-533 (-1175)))) NIL) (($ $ (-1175) (-533 (-1175))) NIL) (($ |#1| (-533 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-1658 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-3613 (($ $ (-1175)) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175) |#1|) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2029 (((-1119) $) NIL)) (-3042 (($ (-1 $) (-1175) |#1|) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2929 (($ $ (-771)) NIL)) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-1983 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1838 (($ $ (-1175) $) NIL) (($ $ (-644 (-1175)) (-644 $)) NIL) (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL)) (-2324 (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-4297 (((-533 (-1175)) $) NIL)) (-4209 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ $) NIL (|has| |#1| (-558))) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-1175)) NIL) (($ (-952 |#1|)) NIL)) (-2841 ((|#1| $ (-533 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (((-952 |#1|) $ (-771)) NIL)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2462 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-3218 (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-1209 |#1|) (-13 (-740 |#1| (-1175)) (-10 -8 (-15 -2841 ((-952 |#1|) $ (-771))) (-15 -1650 ($ (-1175))) (-15 -1650 ($ (-952 |#1|))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $ (-1175) |#1|)) (-15 -3042 ($ (-1 $) (-1175) |#1|))) |%noBranch|))) (-1049)) (T -1209))
+((-2841 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-952 *4)) (-5 *1 (-1209 *4)) (-4 *4 (-1049)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1209 *3)) (-4 *3 (-1049)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-952 *3)) (-4 *3 (-1049)) (-5 *1 (-1209 *3)))) (-3613 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *1 (-1209 *3)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)))) (-3042 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1209 *4))) (-5 *3 (-1175)) (-5 *1 (-1209 *4)) (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)))))
+(-13 (-740 |#1| (-1175)) (-10 -8 (-15 -2841 ((-952 |#1|) $ (-771))) (-15 -1650 ($ (-1175))) (-15 -1650 ($ (-952 |#1|))) (IF (|has| |#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $ (-1175) |#1|)) (-15 -3042 ($ (-1 $) (-1175) |#1|))) |%noBranch|)))
+((-4079 (($ |#1| (-644 (-644 (-943 (-225)))) (-112)) 19)) (-4225 (((-112) $ (-112)) 18)) (-3950 (((-112) $) 17)) (-1313 (((-644 (-644 (-943 (-225)))) $) 13)) (-4166 ((|#1| $) 8)) (-3402 (((-112) $) 15)))
+(((-1210 |#1|) (-10 -8 (-15 -4166 (|#1| $)) (-15 -1313 ((-644 (-644 (-943 (-225)))) $)) (-15 -3402 ((-112) $)) (-15 -3950 ((-112) $)) (-15 -4225 ((-112) $ (-112))) (-15 -4079 ($ |#1| (-644 (-644 (-943 (-225)))) (-112)))) (-974)) (T -1210))
+((-4079 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-112)) (-5 *1 (-1210 *2)) (-4 *2 (-974)))) (-4225 (*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-974)))) (-3950 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-974)))) (-3402 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-974)))) (-1313 (*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-1210 *3)) (-4 *3 (-974)))) (-4166 (*1 *2 *1) (-12 (-5 *1 (-1210 *2)) (-4 *2 (-974)))))
+(-10 -8 (-15 -4166 (|#1| $)) (-15 -1313 ((-644 (-644 (-943 (-225)))) $)) (-15 -3402 ((-112) $)) (-15 -3950 ((-112) $)) (-15 -4225 ((-112) $ (-112))) (-15 -4079 ($ |#1| (-644 (-644 (-943 (-225)))) (-112))))
+((-3242 (((-943 (-225)) (-943 (-225))) 31)) (-1822 (((-943 (-225)) (-225) (-225) (-225) (-225)) 10)) (-1325 (((-644 (-943 (-225))) (-943 (-225)) (-943 (-225)) (-943 (-225)) (-225) (-644 (-644 (-225)))) 60)) (-3108 (((-225) (-943 (-225)) (-943 (-225))) 27)) (-1998 (((-943 (-225)) (-943 (-225)) (-943 (-225))) 28)) (-4386 (((-644 (-644 (-225))) (-566)) 48)) (-2977 (((-943 (-225)) (-943 (-225)) (-943 (-225))) 26)) (-2964 (((-943 (-225)) (-943 (-225)) (-943 (-225))) 24)) (* (((-943 (-225)) (-225) (-943 (-225))) 22)))
+(((-1211) (-10 -7 (-15 -1822 ((-943 (-225)) (-225) (-225) (-225) (-225))) (-15 * ((-943 (-225)) (-225) (-943 (-225)))) (-15 -2964 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -2977 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -3108 ((-225) (-943 (-225)) (-943 (-225)))) (-15 -1998 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -3242 ((-943 (-225)) (-943 (-225)))) (-15 -4386 ((-644 (-644 (-225))) (-566))) (-15 -1325 ((-644 (-943 (-225))) (-943 (-225)) (-943 (-225)) (-943 (-225)) (-225) (-644 (-644 (-225))))))) (T -1211))
+((-1325 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-644 (-644 (-225)))) (-5 *4 (-225)) (-5 *2 (-644 (-943 *4))) (-5 *1 (-1211)) (-5 *3 (-943 *4)))) (-4386 (*1 *2 *3) (-12 (-5 *3 (-566)) (-5 *2 (-644 (-644 (-225)))) (-5 *1 (-1211)))) (-3242 (*1 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211)))) (-1998 (*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211)))) (-3108 (*1 *2 *3 *3) (-12 (-5 *3 (-943 (-225))) (-5 *2 (-225)) (-5 *1 (-1211)))) (-2977 (*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211)))) (-2964 (*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-943 (-225))) (-5 *3 (-225)) (-5 *1 (-1211)))) (-1822 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211)) (-5 *3 (-225)))))
+(-10 -7 (-15 -1822 ((-943 (-225)) (-225) (-225) (-225) (-225))) (-15 * ((-943 (-225)) (-225) (-943 (-225)))) (-15 -2964 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -2977 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -3108 ((-225) (-943 (-225)) (-943 (-225)))) (-15 -1998 ((-943 (-225)) (-943 (-225)) (-943 (-225)))) (-15 -3242 ((-943 (-225)) (-943 (-225)))) (-15 -4386 ((-644 (-644 (-225))) (-566))) (-15 -1325 ((-644 (-943 (-225))) (-943 (-225)) (-943 (-225)) (-943 (-225)) (-225) (-644 (-644 (-225))))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1997 ((|#1| $ (-771)) 18)) (-2715 (((-771) $) 13)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1650 (((-958 |#1|) $) 12) (($ (-958 |#1|)) 11) (((-862) $) 29 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2868 (((-112) $ $) 22 (|has| |#1| (-1099)))))
+(((-1212 |#1|) (-13 (-492 (-958 |#1|)) (-10 -8 (-15 -1997 (|#1| $ (-771))) (-15 -2715 ((-771) $)) (IF (|has| |#1| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|))) (-1215)) (T -1212))
+((-1997 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-1212 *2)) (-4 *2 (-1215)))) (-2715 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1212 *3)) (-4 *3 (-1215)))))
+(-13 (-492 (-958 |#1|)) (-10 -8 (-15 -1997 (|#1| $ (-771))) (-15 -2715 ((-771) $)) (IF (|has| |#1| (-613 (-862))) (-6 (-613 (-862))) |%noBranch|) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|)))
+((-1923 (((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)) (-566)) 94)) (-2145 (((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|))) 86)) (-3962 (((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|))) 70)))
+(((-1213 |#1|) (-10 -7 (-15 -2145 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)))) (-15 -3962 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)))) (-15 -1923 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)) (-566)))) (-351)) (T -1213))
+((-1923 (*1 *2 *3 *4) (-12 (-5 *4 (-566)) (-4 *5 (-351)) (-5 *2 (-420 (-1171 (-1171 *5)))) (-5 *1 (-1213 *5)) (-5 *3 (-1171 (-1171 *5))))) (-3962 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-420 (-1171 (-1171 *4)))) (-5 *1 (-1213 *4)) (-5 *3 (-1171 (-1171 *4))))) (-2145 (*1 *2 *3) (-12 (-4 *4 (-351)) (-5 *2 (-420 (-1171 (-1171 *4)))) (-5 *1 (-1213 *4)) (-5 *3 (-1171 (-1171 *4))))))
+(-10 -7 (-15 -2145 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)))) (-15 -3962 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)))) (-15 -1923 ((-420 (-1171 (-1171 |#1|))) (-1171 (-1171 |#1|)) (-566))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 9) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1214) (-1082)) (T -1214))
NIL
(-1082)
NIL
-(((-1214) (-140)) (T -1214))
-NIL
-(-13 (-10 -7 (-6 -3564)))
-((-3088 (((-112)) 18)) (-1838 (((-1269) (-644 |#1|) (-644 |#1|)) 22) (((-1269) (-644 |#1|)) 23)) (-3456 (((-112) |#1| |#1|) 38 (|has| |#1| (-850)))) (-3267 (((-112) |#1| |#1| (-1 (-112) |#1| |#1|)) 30) (((-3 (-112) "failed") |#1| |#1|) 28)) (-1516 ((|#1| (-644 |#1|)) 39 (|has| |#1| (-850))) ((|#1| (-644 |#1|) (-1 (-112) |#1| |#1|)) 33)) (-2240 (((-2 (|:| -1923 (-644 |#1|)) (|:| -2395 (-644 |#1|)))) 20)))
-(((-1215 |#1|) (-10 -7 (-15 -1838 ((-1269) (-644 |#1|))) (-15 -1838 ((-1269) (-644 |#1|) (-644 |#1|))) (-15 -2240 ((-2 (|:| -1923 (-644 |#1|)) (|:| -2395 (-644 |#1|))))) (-15 -3267 ((-3 (-112) "failed") |#1| |#1|)) (-15 -3267 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -1516 (|#1| (-644 |#1|) (-1 (-112) |#1| |#1|))) (-15 -3088 ((-112))) (IF (|has| |#1| (-850)) (PROGN (-15 -1516 (|#1| (-644 |#1|))) (-15 -3456 ((-112) |#1| |#1|))) |%noBranch|)) (-1099)) (T -1215))
-((-3456 (*1 *2 *3 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3)) (-4 *3 (-850)) (-4 *3 (-1099)))) (-1516 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-850)) (-5 *1 (-1215 *2)))) (-3088 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3)) (-4 *3 (-1099)))) (-1516 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1215 *2)) (-4 *2 (-1099)))) (-3267 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1099)) (-5 *2 (-112)) (-5 *1 (-1215 *3)))) (-3267 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1215 *3)) (-4 *3 (-1099)))) (-2240 (*1 *2) (-12 (-5 *2 (-2 (|:| -1923 (-644 *3)) (|:| -2395 (-644 *3)))) (-5 *1 (-1215 *3)) (-4 *3 (-1099)))) (-1838 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-5 *2 (-1269)) (-5 *1 (-1215 *4)))) (-1838 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-5 *2 (-1269)) (-5 *1 (-1215 *4)))))
-(-10 -7 (-15 -1838 ((-1269) (-644 |#1|))) (-15 -1838 ((-1269) (-644 |#1|) (-644 |#1|))) (-15 -2240 ((-2 (|:| -1923 (-644 |#1|)) (|:| -2395 (-644 |#1|))))) (-15 -3267 ((-3 (-112) "failed") |#1| |#1|)) (-15 -3267 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -1516 (|#1| (-644 |#1|) (-1 (-112) |#1| |#1|))) (-15 -3088 ((-112))) (IF (|has| |#1| (-850)) (PROGN (-15 -1516 (|#1| (-644 |#1|))) (-15 -3456 ((-112) |#1| |#1|))) |%noBranch|))
-((-3882 (((-1269) (-644 (-1175)) (-644 (-1175))) 14) (((-1269) (-644 (-1175))) 12)) (-3466 (((-1269)) 16)) (-1924 (((-2 (|:| -2395 (-644 (-1175))) (|:| -1923 (-644 (-1175))))) 20)))
-(((-1216) (-10 -7 (-15 -3882 ((-1269) (-644 (-1175)))) (-15 -3882 ((-1269) (-644 (-1175)) (-644 (-1175)))) (-15 -1924 ((-2 (|:| -2395 (-644 (-1175))) (|:| -1923 (-644 (-1175)))))) (-15 -3466 ((-1269))))) (T -1216))
-((-3466 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1216)))) (-1924 (*1 *2) (-12 (-5 *2 (-2 (|:| -2395 (-644 (-1175))) (|:| -1923 (-644 (-1175))))) (-5 *1 (-1216)))) (-3882 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1269)) (-5 *1 (-1216)))) (-3882 (*1 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1269)) (-5 *1 (-1216)))))
-(-10 -7 (-15 -3882 ((-1269) (-644 (-1175)))) (-15 -3882 ((-1269) (-644 (-1175)) (-644 (-1175)))) (-15 -1924 ((-2 (|:| -2395 (-644 (-1175))) (|:| -1923 (-644 (-1175)))))) (-15 -3466 ((-1269))))
-((-1378 (($ $) 17)) (-1615 (((-112) $) 28)))
-(((-1217 |#1|) (-10 -8 (-15 -1378 (|#1| |#1|)) (-15 -1615 ((-112) |#1|))) (-1218)) (T -1217))
-NIL
-(-10 -8 (-15 -1378 (|#1| |#1|)) (-15 -1615 ((-112) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 57)) (-1364 (((-420 $) $) 58)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-1615 (((-112) $) 59)) (-2389 (((-112) $) 35)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-1624 (((-420 $) $) 56)) (-2978 (((-3 $ "failed") $ $) 48)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
-(((-1218) (-140)) (T -1218))
-((-1615 (*1 *2 *1) (-12 (-4 *1 (-1218)) (-5 *2 (-112)))) (-1364 (*1 *2 *1) (-12 (-5 *2 (-420 *1)) (-4 *1 (-1218)))) (-1378 (*1 *1 *1) (-4 *1 (-1218))) (-1624 (*1 *2 *1) (-12 (-5 *2 (-420 *1)) (-4 *1 (-1218)))))
-(-13 (-454) (-10 -8 (-15 -1615 ((-112) $)) (-15 -1364 ((-420 $) $)) (-15 -1378 ($ $)) (-15 -1624 ((-420 $) $))))
+(((-1215) (-140)) (T -1215))
+NIL
+(-13 (-10 -7 (-6 -1613)))
+((-1897 (((-112)) 18)) (-4091 (((-1270) (-644 |#1|) (-644 |#1|)) 22) (((-1270) (-644 |#1|)) 23)) (-1392 (((-112) |#1| |#1|) 38 (|has| |#1| (-850)))) (-4395 (((-112) |#1| |#1| (-1 (-112) |#1| |#1|)) 30) (((-3 (-112) "failed") |#1| |#1|) 28)) (-3982 ((|#1| (-644 |#1|)) 39 (|has| |#1| (-850))) ((|#1| (-644 |#1|) (-1 (-112) |#1| |#1|)) 33)) (-2501 (((-2 (|:| -3728 (-644 |#1|)) (|:| -1607 (-644 |#1|)))) 20)))
+(((-1216 |#1|) (-10 -7 (-15 -4091 ((-1270) (-644 |#1|))) (-15 -4091 ((-1270) (-644 |#1|) (-644 |#1|))) (-15 -2501 ((-2 (|:| -3728 (-644 |#1|)) (|:| -1607 (-644 |#1|))))) (-15 -4395 ((-3 (-112) "failed") |#1| |#1|)) (-15 -4395 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -3982 (|#1| (-644 |#1|) (-1 (-112) |#1| |#1|))) (-15 -1897 ((-112))) (IF (|has| |#1| (-850)) (PROGN (-15 -3982 (|#1| (-644 |#1|))) (-15 -1392 ((-112) |#1| |#1|))) |%noBranch|)) (-1099)) (T -1216))
+((-1392 (*1 *2 *3 *3) (-12 (-5 *2 (-112)) (-5 *1 (-1216 *3)) (-4 *3 (-850)) (-4 *3 (-1099)))) (-3982 (*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-850)) (-5 *1 (-1216 *2)))) (-1897 (*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1216 *3)) (-4 *3 (-1099)))) (-3982 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1216 *2)) (-4 *2 (-1099)))) (-4395 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1099)) (-5 *2 (-112)) (-5 *1 (-1216 *3)))) (-4395 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1216 *3)) (-4 *3 (-1099)))) (-2501 (*1 *2) (-12 (-5 *2 (-2 (|:| -3728 (-644 *3)) (|:| -1607 (-644 *3)))) (-5 *1 (-1216 *3)) (-4 *3 (-1099)))) (-4091 (*1 *2 *3 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-5 *2 (-1270)) (-5 *1 (-1216 *4)))) (-4091 (*1 *2 *3) (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-5 *2 (-1270)) (-5 *1 (-1216 *4)))))
+(-10 -7 (-15 -4091 ((-1270) (-644 |#1|))) (-15 -4091 ((-1270) (-644 |#1|) (-644 |#1|))) (-15 -2501 ((-2 (|:| -3728 (-644 |#1|)) (|:| -1607 (-644 |#1|))))) (-15 -4395 ((-3 (-112) "failed") |#1| |#1|)) (-15 -4395 ((-112) |#1| |#1| (-1 (-112) |#1| |#1|))) (-15 -3982 (|#1| (-644 |#1|) (-1 (-112) |#1| |#1|))) (-15 -1897 ((-112))) (IF (|has| |#1| (-850)) (PROGN (-15 -3982 (|#1| (-644 |#1|))) (-15 -1392 ((-112) |#1| |#1|))) |%noBranch|))
+((-4102 (((-1270) (-644 (-1175)) (-644 (-1175))) 14) (((-1270) (-644 (-1175))) 12)) (-1488 (((-1270)) 16)) (-3741 (((-2 (|:| -1607 (-644 (-1175))) (|:| -3728 (-644 (-1175))))) 20)))
+(((-1217) (-10 -7 (-15 -4102 ((-1270) (-644 (-1175)))) (-15 -4102 ((-1270) (-644 (-1175)) (-644 (-1175)))) (-15 -3741 ((-2 (|:| -1607 (-644 (-1175))) (|:| -3728 (-644 (-1175)))))) (-15 -1488 ((-1270))))) (T -1217))
+((-1488 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1217)))) (-3741 (*1 *2) (-12 (-5 *2 (-2 (|:| -1607 (-644 (-1175))) (|:| -3728 (-644 (-1175))))) (-5 *1 (-1217)))) (-4102 (*1 *2 *3 *3) (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1270)) (-5 *1 (-1217)))) (-4102 (*1 *2 *3) (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1270)) (-5 *1 (-1217)))))
+(-10 -7 (-15 -4102 ((-1270) (-644 (-1175)))) (-15 -4102 ((-1270) (-644 (-1175)) (-644 (-1175)))) (-15 -3741 ((-2 (|:| -1607 (-644 (-1175))) (|:| -3728 (-644 (-1175)))))) (-15 -1488 ((-1270))))
+((-1778 (($ $) 17)) (-2422 (((-112) $) 28)))
+(((-1218 |#1|) (-10 -8 (-15 -1778 (|#1| |#1|)) (-15 -2422 ((-112) |#1|))) (-1219)) (T -1218))
+NIL
+(-10 -8 (-15 -1778 (|#1| |#1|)) (-15 -2422 ((-112) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 57)) (-1615 (((-420 $) $) 58)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-2422 (((-112) $) 59)) (-1568 (((-112) $) 35)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3846 (((-420 $) $) 56)) (-4116 (((-3 $ "failed") $ $) 48)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27)))
+(((-1219) (-140)) (T -1219))
+((-2422 (*1 *2 *1) (-12 (-4 *1 (-1219)) (-5 *2 (-112)))) (-1615 (*1 *2 *1) (-12 (-5 *2 (-420 *1)) (-4 *1 (-1219)))) (-1778 (*1 *1 *1) (-4 *1 (-1219))) (-3846 (*1 *2 *1) (-12 (-5 *2 (-420 *1)) (-4 *1 (-1219)))))
+(-13 (-454) (-10 -8 (-15 -2422 ((-112) $)) (-15 -1615 ((-420 $) $)) (-15 -1778 ($ $)) (-15 -3846 ((-420 $) $))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-102) . T) ((-111 $ $) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-291) . T) ((-454) . T) ((-558) . T) ((-646 (-566)) . T) ((-646 $) . T) ((-648 $) . T) ((-640 $) . T) ((-717 $) . T) ((-726) . T) ((-1051 $) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-2339 (($ $ $) NIL)) (-2326 (($ $ $) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-1219) (-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))) (T -1219))
-((-2326 (*1 *1 *1 *1) (-5 *1 (-1219))) (-2339 (*1 *1 *1 *1) (-5 *1 (-1219))) (-2463 (*1 *1) (-5 *1 (-1219))))
-(-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-3426 (($ $ $) NIL)) (-3412 (($ $ $) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-1220) (-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))) (T -1220))
+((-3412 (*1 *1 *1 *1) (-5 *1 (-1220))) (-3426 (*1 *1 *1 *1) (-5 *1 (-1220))) (-4145 (*1 *1) (-5 *1 (-1220))))
+(-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))
((|NonNegativeInteger|) (NOT (> (INTEGER-LENGTH |#1|) 16)))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-2339 (($ $ $) NIL)) (-2326 (($ $ $) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-1220) (-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))) (T -1220))
-((-2326 (*1 *1 *1 *1) (-5 *1 (-1220))) (-2339 (*1 *1 *1 *1) (-5 *1 (-1220))) (-2463 (*1 *1) (-5 *1 (-1220))))
-(-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-3426 (($ $ $) NIL)) (-3412 (($ $ $) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-1221) (-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))) (T -1221))
+((-3412 (*1 *1 *1 *1) (-5 *1 (-1221))) (-3426 (*1 *1 *1 *1) (-5 *1 (-1221))) (-4145 (*1 *1) (-5 *1 (-1221))))
+(-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))
((|NonNegativeInteger|) (NOT (> (INTEGER-LENGTH |#1|) 32)))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-2339 (($ $ $) NIL)) (-2326 (($ $ $) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-1221) (-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))) (T -1221))
-((-2326 (*1 *1 *1 *1) (-5 *1 (-1221))) (-2339 (*1 *1 *1 *1) (-5 *1 (-1221))) (-2463 (*1 *1) (-5 *1 (-1221))))
-(-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-3426 (($ $ $) NIL)) (-3412 (($ $ $) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-1222) (-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))) (T -1222))
+((-3412 (*1 *1 *1 *1) (-5 *1 (-1222))) (-3426 (*1 *1 *1 *1) (-5 *1 (-1222))) (-4145 (*1 *1) (-5 *1 (-1222))))
+(-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))
((|NonNegativeInteger|) (NOT (> (INTEGER-LENGTH |#1|) 64)))
-((-2988 (((-112) $ $) NIL)) (-3870 (((-771)) NIL)) (-2463 (($) NIL T CONST)) (-2715 (($) NIL)) (-1478 (($ $ $) NIL) (($) NIL T CONST)) (-2599 (($ $ $) NIL) (($) NIL T CONST)) (-1866 (((-921) $) NIL)) (-3380 (((-1157) $) NIL)) (-2835 (($ (-921)) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) NIL)) (-2339 (($ $ $) NIL)) (-2326 (($ $ $) NIL)) (-3044 (((-112) $ $) NIL)) (-2968 (((-112) $ $) NIL)) (-2946 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL)) (-2935 (((-112) $ $) NIL)))
-(((-1222) (-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))) (T -1222))
-((-2326 (*1 *1 *1 *1) (-5 *1 (-1222))) (-2339 (*1 *1 *1 *1) (-5 *1 (-1222))) (-2463 (*1 *1) (-5 *1 (-1222))))
-(-13 (-844) (-10 -8 (-15 -2326 ($ $ $)) (-15 -2339 ($ $ $)) (-15 -2463 ($) -1623)))
+((-4124 (((-112) $ $) NIL)) (-3571 (((-771)) NIL)) (-4145 (($) NIL T CONST)) (-3341 (($) NIL)) (-1888 (($ $ $) NIL) (($) NIL T CONST)) (-3890 (($ $ $) NIL) (($) NIL T CONST)) (-4350 (((-921) $) NIL)) (-3057 (((-1157) $) NIL)) (-1351 (($ (-921)) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) NIL)) (-3426 (($ $ $) NIL)) (-3412 (($ $ $) NIL)) (-2657 (((-112) $ $) NIL)) (-2928 (((-112) $ $) NIL)) (-2904 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL)) (-2892 (((-112) $ $) NIL)))
+(((-1223) (-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))) (T -1223))
+((-3412 (*1 *1 *1 *1) (-5 *1 (-1223))) (-3426 (*1 *1 *1 *1) (-5 *1 (-1223))) (-4145 (*1 *1) (-5 *1 (-1223))))
+(-13 (-844) (-10 -8 (-15 -3412 ($ $ $)) (-15 -3426 ($ $ $)) (-15 -4145 ($) -4388)))
((|NonNegativeInteger|) (NOT (> (INTEGER-LENGTH |#1|) 8)))
-((-2319 (((-1228 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1228 |#1| |#3| |#5|)) 23)))
-(((-1223 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2319 ((-1228 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1228 |#1| |#3| |#5|)))) (-1049) (-1049) (-1175) (-1175) |#1| |#2|) (T -1223))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1228 *5 *7 *9)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-14 *7 (-1175)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1228 *6 *8 *10)) (-5 *1 (-1223 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1175)))))
-(-10 -7 (-15 -2319 ((-1228 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1228 |#1| |#3| |#5|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1771 (((-644 (-1081)) $) 86)) (-4347 (((-1175) $) 115)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-2161 (($ $) 64 (|has| |#1| (-558)))) (-2345 (((-112) $) 66 (|has| |#1| (-558)))) (-2331 (($ $ (-566)) 110) (($ $ (-566) (-566)) 109)) (-4152 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 117)) (-3963 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 174 (|has| |#1| (-365)))) (-1364 (((-420 $) $) 175 (|has| |#1| (-365)))) (-1635 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-2085 (((-112) $ $) 165 (|has| |#1| (-365)))) (-3941 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 185)) (-3986 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) 18 T CONST)) (-2933 (($ $ $) 169 (|has| |#1| (-365)))) (-2814 (($ $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-3193 (((-409 (-952 |#1|)) $ (-566)) 183 (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) 182 (|has| |#1| (-558)))) (-2945 (($ $ $) 168 (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 163 (|has| |#1| (-365)))) (-1615 (((-112) $) 176 (|has| |#1| (-365)))) (-3772 (((-112) $) 85)) (-2281 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-566) $) 112) (((-566) $ (-566)) 111)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) 113)) (-3657 (($ (-1 |#1| (-566)) $) 184)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 172 (|has| |#1| (-365)))) (-2497 (((-112) $) 74)) (-1746 (($ |#1| (-566)) 73) (($ $ (-1081) (-566)) 88) (($ $ (-644 (-1081)) (-644 (-566))) 87)) (-2319 (($ (-1 |#1| |#1|) $) 75)) (-3619 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) 77)) (-2794 ((|#1| $) 78)) (-2128 (($ (-644 $)) 161 (|has| |#1| (-365))) (($ $ $) 160 (|has| |#1| (-365)))) (-3380 (((-1157) $) 10)) (-2748 (($ $) 177 (|has| |#1| (-365)))) (-3313 (($ $) 181 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 180 (-2768 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1199)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 162 (|has| |#1| (-365)))) (-2164 (($ (-644 $)) 159 (|has| |#1| (-365))) (($ $ $) 158 (|has| |#1| (-365)))) (-1624 (((-420 $) $) 173 (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 171 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 170 (|has| |#1| (-365)))) (-3369 (($ $ (-566)) 107)) (-2978 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 164 (|has| |#1| (-365)))) (-3521 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-566)))))) (-4357 (((-771) $) 166 (|has| |#1| (-365)))) (-1309 ((|#1| $ (-566)) 116) (($ $ $) 93 (|has| (-566) (-1111)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 167 (|has| |#1| (-365)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| (-566) |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (-3902 (((-566) $) 76)) (-3996 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) 84)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 59 (|has| |#1| (-172))) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558)))) (-2271 ((|#1| $ (-566)) 71)) (-2633 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-4290 ((|#1| $) 114)) (-3044 (((-112) $ $) 9)) (-4032 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4008 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-566)) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| (-566) |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 70 (|has| |#1| (-365))) (($ $ $) 179 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 178 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
-(((-1224 |#1|) (-140) (-1049)) (T -1224))
-((-1427 (*1 *1 *2) (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3)))) (-4 *3 (-1049)) (-4 *1 (-1224 *3)))) (-3657 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-566))) (-4 *1 (-1224 *3)) (-4 *3 (-1049)))) (-3193 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1224 *4)) (-4 *4 (-1049)) (-4 *4 (-558)) (-5 *2 (-409 (-952 *4))))) (-3193 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1224 *4)) (-4 *4 (-1049)) (-4 *4 (-558)) (-5 *2 (-409 (-952 *4))))) (-3313 (*1 *1 *1) (-12 (-4 *1 (-1224 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566)))))) (-3313 (*1 *1 *1 *2) (-2768 (-12 (-5 *2 (-1175)) (-4 *1 (-1224 *3)) (-4 *3 (-1049)) (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1199)) (-4 *3 (-38 (-409 (-566)))))) (-12 (-5 *2 (-1175)) (-4 *1 (-1224 *3)) (-4 *3 (-1049)) (-12 (|has| *3 (-15 -1771 ((-644 *2) *3))) (|has| *3 (-15 -3313 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566)))))))))
-(-13 (-1242 |t#1| (-566)) (-10 -8 (-15 -1427 ($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |t#1|))))) (-15 -3657 ($ (-1 |t#1| (-566)) $)) (IF (|has| |t#1| (-558)) (PROGN (-15 -3193 ((-409 (-952 |t#1|)) $ (-566))) (-15 -3193 ((-409 (-952 |t#1|)) $ (-566) (-566)))) |%noBranch|) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $)) (IF (|has| |t#1| (-15 -3313 (|t#1| |t#1| (-1175)))) (IF (|has| |t#1| (-15 -1771 ((-644 (-1175)) |t#1|))) (-15 -3313 ($ $ (-1175))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1199)) (IF (|has| |t#1| (-959)) (IF (|has| |t#1| (-29 (-566))) (-15 -3313 ($ $ (-1175))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1002)) (-6 (-1199))) |%noBranch|) (IF (|has| |t#1| (-365)) (-6 (-365)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-566)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-566) |#1|))) ((-243) |has| |#1| (-365)) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 $ $) |has| (-566) (-1111)) ((-291) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-365) |has| |#1| (-365)) ((-454) |has| |#1| (-365)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-558) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-646 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-717 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| #0# (-1081)) . T) ((-920) |has| |#1| (-365)) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1051 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1199) |has| |#1| (-38 (-409 (-566)))) ((-1202) |has| |#1| (-38 (-409 (-566)))) ((-1218) |has| |#1| (-365)) ((-1242 |#1| #0#) . T))
-((-3230 (((-112) $) 12)) (-2229 (((-3 |#3| "failed") $) 17) (((-3 (-1175) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL)) (-4158 ((|#3| $) 14) (((-1175) $) NIL) (((-409 (-566)) $) NIL) (((-566) $) NIL)))
-(((-1225 |#1| |#2| |#3|) (-10 -8 (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-1175) "failed") |#1|)) (-15 -4158 ((-1175) |#1|)) (-15 -2229 ((-3 |#3| "failed") |#1|)) (-15 -4158 (|#3| |#1|)) (-15 -3230 ((-112) |#1|))) (-1226 |#2| |#3|) (-1049) (-1255 |#2|)) (T -1225))
-NIL
-(-10 -8 (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -2229 ((-3 (-1175) "failed") |#1|)) (-15 -4158 ((-1175) |#1|)) (-15 -2229 ((-3 |#3| "failed") |#1|)) (-15 -4158 (|#3| |#1|)) (-15 -3230 ((-112) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1873 ((|#2| $) 242 (-2415 (|has| |#2| (-308)) (|has| |#1| (-365))))) (-1771 (((-644 (-1081)) $) 86)) (-4347 (((-1175) $) 115)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-2161 (($ $) 64 (|has| |#1| (-558)))) (-2345 (((-112) $) 66 (|has| |#1| (-558)))) (-2331 (($ $ (-566)) 110) (($ $ (-566) (-566)) 109)) (-4152 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 117)) (-3271 ((|#2| $) 278)) (-3560 (((-3 |#2| "failed") $) 274)) (-1827 ((|#2| $) 275)) (-3963 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) 20)) (-2292 (((-420 (-1171 $)) (-1171 $)) 251 (-2415 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1378 (($ $) 174 (|has| |#1| (-365)))) (-1364 (((-420 $) $) 175 (|has| |#1| (-365)))) (-1635 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 248 (-2415 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-2085 (((-112) $ $) 165 (|has| |#1| (-365)))) (-3941 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-2743 (((-566) $) 260 (-2415 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-1427 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 185)) (-3986 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#2| "failed") $) 281) (((-3 (-566) "failed") $) 271 (-2415 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-409 (-566)) "failed") $) 269 (-2415 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-1175) "failed") $) 253 (-2415 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365))))) (-4158 ((|#2| $) 282) (((-566) $) 270 (-2415 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-409 (-566)) $) 268 (-2415 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-1175) $) 252 (-2415 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365))))) (-1556 (($ $) 277) (($ (-566) $) 276)) (-2933 (($ $ $) 169 (|has| |#1| (-365)))) (-2814 (($ $) 72)) (-4089 (((-689 |#2|) (-689 $)) 232 (|has| |#1| (-365))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) 231 (|has| |#1| (-365))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 230 (-2415 (|has| |#2| (-639 (-566))) (|has| |#1| (-365)))) (((-689 (-566)) (-689 $)) 229 (-2415 (|has| |#2| (-639 (-566))) (|has| |#1| (-365))))) (-3245 (((-3 $ "failed") $) 37)) (-3193 (((-409 (-952 |#1|)) $ (-566)) 183 (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) 182 (|has| |#1| (-558)))) (-2715 (($) 244 (-2415 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-2945 (($ $ $) 168 (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 163 (|has| |#1| (-365)))) (-1615 (((-112) $) 176 (|has| |#1| (-365)))) (-2528 (((-112) $) 258 (-2415 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-3772 (((-112) $) 85)) (-2281 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 236 (-2415 (|has| |#2| (-886 (-381))) (|has| |#1| (-365)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 235 (-2415 (|has| |#2| (-886 (-566))) (|has| |#1| (-365))))) (-2679 (((-566) $) 112) (((-566) $ (-566)) 111)) (-2389 (((-112) $) 35)) (-3406 (($ $) 240 (|has| |#1| (-365)))) (-2248 ((|#2| $) 238 (|has| |#1| (-365)))) (-1575 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-2621 (((-3 $ "failed") $) 272 (-2415 (|has| |#2| (-1150)) (|has| |#1| (-365))))) (-3233 (((-112) $) 259 (-2415 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-3394 (($ $ (-921)) 113)) (-3657 (($ (-1 |#1| (-566)) $) 184)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 172 (|has| |#1| (-365)))) (-2497 (((-112) $) 74)) (-1746 (($ |#1| (-566)) 73) (($ $ (-1081) (-566)) 88) (($ $ (-644 (-1081)) (-644 (-566))) 87)) (-1478 (($ $ $) 262 (-2415 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2599 (($ $ $) 263 (-2415 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2319 (($ (-1 |#1| |#1|) $) 75) (($ (-1 |#2| |#2|) $) 224 (|has| |#1| (-365)))) (-3619 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) 77)) (-2794 ((|#1| $) 78)) (-2128 (($ (-644 $)) 161 (|has| |#1| (-365))) (($ $ $) 160 (|has| |#1| (-365)))) (-2719 (($ (-566) |#2|) 279)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 177 (|has| |#1| (-365)))) (-3313 (($ $) 181 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 180 (-2768 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1199)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-3289 (($) 273 (-2415 (|has| |#2| (-1150)) (|has| |#1| (-365))) CONST)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 162 (|has| |#1| (-365)))) (-2164 (($ (-644 $)) 159 (|has| |#1| (-365))) (($ $ $) 158 (|has| |#1| (-365)))) (-2487 (($ $) 243 (-2415 (|has| |#2| (-308)) (|has| |#1| (-365))))) (-3143 ((|#2| $) 246 (-2415 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-2010 (((-420 (-1171 $)) (-1171 $)) 249 (-2415 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1893 (((-420 (-1171 $)) (-1171 $)) 250 (-2415 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1624 (((-420 $) $) 173 (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 171 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 170 (|has| |#1| (-365)))) (-3369 (($ $ (-566)) 107)) (-2978 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 164 (|has| |#1| (-365)))) (-3521 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-566))))) (($ $ (-1175) |#2|) 223 (-2415 (|has| |#2| (-516 (-1175) |#2|)) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 |#2|)) 222 (-2415 (|has| |#2| (-516 (-1175) |#2|)) (|has| |#1| (-365)))) (($ $ (-644 (-295 |#2|))) 221 (-2415 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ (-295 |#2|)) 220 (-2415 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ |#2| |#2|) 219 (-2415 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ (-644 |#2|) (-644 |#2|)) 218 (-2415 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365))))) (-4357 (((-771) $) 166 (|has| |#1| (-365)))) (-1309 ((|#1| $ (-566)) 116) (($ $ $) 93 (|has| (-566) (-1111))) (($ $ |#2|) 217 (-2415 (|has| |#2| (-287 |#2| |#2|)) (|has| |#1| (-365))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 167 (|has| |#1| (-365)))) (-3629 (($ $ (-1 |#2| |#2|)) 228 (|has| |#1| (-365))) (($ $ (-1 |#2| |#2|) (-771)) 227 (|has| |#1| (-365))) (($ $ (-771)) 96 (-2768 (-2415 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 94 (-2768 (-2415 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) 101 (-2768 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-1175) (-771)) 100 (-2768 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-644 (-1175))) 99 (-2768 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-1175)) 98 (-2768 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))))) (-1452 (($ $) 241 (|has| |#1| (-365)))) (-2260 ((|#2| $) 239 (|has| |#1| (-365)))) (-3902 (((-566) $) 76)) (-3996 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-2376 (((-225) $) 257 (-2415 (|has| |#2| (-1022)) (|has| |#1| (-365)))) (((-381) $) 256 (-2415 (|has| |#2| (-1022)) (|has| |#1| (-365)))) (((-538) $) 255 (-2415 (|has| |#2| (-614 (-538))) (|has| |#1| (-365)))) (((-892 (-381)) $) 234 (-2415 (|has| |#2| (-614 (-892 (-381)))) (|has| |#1| (-365)))) (((-892 (-566)) $) 233 (-2415 (|has| |#2| (-614 (-892 (-566)))) (|has| |#1| (-365))))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 247 (-2415 (-2415 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#1| (-365))))) (-1687 (($ $) 84)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 59 (|has| |#1| (-172))) (($ |#2|) 280) (($ (-1175)) 254 (-2415 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365)))) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558)))) (-2271 ((|#1| $ (-566)) 71)) (-2633 (((-3 $ "failed") $) 60 (-2768 (-2415 (-2768 (|has| |#2| (-145)) (-2415 (|has| $ (-145)) (|has| |#2| (-909)))) (|has| |#1| (-365))) (|has| |#1| (-145))))) (-2593 (((-771)) 32 T CONST)) (-4290 ((|#1| $) 114)) (-3913 ((|#2| $) 245 (-2415 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-3044 (((-112) $ $) 9)) (-4032 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4008 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-566)) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-1358 (($ $) 261 (-2415 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-1 |#2| |#2|)) 226 (|has| |#1| (-365))) (($ $ (-1 |#2| |#2|) (-771)) 225 (|has| |#1| (-365))) (($ $ (-771)) 97 (-2768 (-2415 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 95 (-2768 (-2415 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) 105 (-2768 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-1175) (-771)) 104 (-2768 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-644 (-1175))) 103 (-2768 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-1175)) 102 (-2768 (-2415 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))))) (-2968 (((-112) $ $) 265 (-2415 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2946 (((-112) $ $) 266 (-2415 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2914 (((-112) $ $) 6)) (-2956 (((-112) $ $) 264 (-2415 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2935 (((-112) $ $) 267 (-2415 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-3025 (($ $ |#1|) 70 (|has| |#1| (-365))) (($ $ $) 179 (|has| |#1| (-365))) (($ |#2| |#2|) 237 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 178 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ $ |#2|) 216 (|has| |#1| (-365))) (($ |#2| $) 215 (|has| |#1| (-365))) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
-(((-1226 |#1| |#2|) (-140) (-1049) (-1255 |t#1|)) (T -1226))
-((-3902 (*1 *2 *1) (-12 (-4 *1 (-1226 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1255 *3)) (-5 *2 (-566)))) (-2719 (*1 *1 *2 *3) (-12 (-5 *2 (-566)) (-4 *4 (-1049)) (-4 *1 (-1226 *4 *3)) (-4 *3 (-1255 *4)))) (-3271 (*1 *2 *1) (-12 (-4 *1 (-1226 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1255 *3)))) (-1556 (*1 *1 *1) (-12 (-4 *1 (-1226 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1255 *2)))) (-1556 (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-4 *1 (-1226 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1255 *3)))) (-1827 (*1 *2 *1) (-12 (-4 *1 (-1226 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1255 *3)))) (-3560 (*1 *2 *1) (|partial| -12 (-4 *1 (-1226 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1255 *3)))))
-(-13 (-1224 |t#1|) (-1038 |t#2|) (-616 |t#2|) (-10 -8 (-15 -2719 ($ (-566) |t#2|)) (-15 -3902 ((-566) $)) (-15 -3271 (|t#2| $)) (-15 -1556 ($ $)) (-15 -1556 ($ (-566) $)) (-15 -1827 (|t#2| $)) (-15 -3560 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-365)) (-6 (-992 |t#2|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-566)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 |#2|) |has| |#1| (-365)) ((-38 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-111 |#1| |#1|) . T) ((-111 |#2| |#2|) |has| |#1| (-365)) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) -2768 (-12 (|has| |#1| (-365)) (|has| |#2| (-145))) (|has| |#1| (-145))) ((-147) -2768 (-12 (|has| |#1| (-365)) (|has| |#2| (-147))) (|has| |#1| (-147))) ((-616 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 #2=(-1175)) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-1175)))) ((-616 |#1|) |has| |#1| (-172)) ((-616 |#2|) . T) ((-616 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-614 (-225)) -12 (|has| |#1| (-365)) (|has| |#2| (-1022))) ((-614 (-381)) -12 (|has| |#1| (-365)) (|has| |#2| (-1022))) ((-614 (-538)) -12 (|has| |#1| (-365)) (|has| |#2| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| |#1| (-365)) (|has| |#2| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| |#1| (-365)) (|has| |#2| (-614 (-892 (-566))))) ((-231 |#2|) |has| |#1| (-365)) ((-233) -2768 (-12 (|has| |#1| (-365)) (|has| |#2| (-233))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))) ((-243) |has| |#1| (-365)) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 |#2| $) -12 (|has| |#1| (-365)) (|has| |#2| (-287 |#2| |#2|))) ((-287 $ $) |has| (-566) (-1111)) ((-291) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-310 |#2|) -12 (|has| |#1| (-365)) (|has| |#2| (-310 |#2|))) ((-365) |has| |#1| (-365)) ((-340 |#2|) |has| |#1| (-365)) ((-379 |#2|) |has| |#1| (-365)) ((-402 |#2|) |has| |#1| (-365)) ((-454) |has| |#1| (-365)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-516 (-1175) |#2|) -12 (|has| |#1| (-365)) (|has| |#2| (-516 (-1175) |#2|))) ((-516 |#2| |#2|) -12 (|has| |#1| (-365)) (|has| |#2| (-310 |#2|))) ((-558) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-646 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 |#2|) |has| |#1| (-365)) ((-646 $) . T) ((-648 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-648 |#1|) . T) ((-648 |#2|) |has| |#1| (-365)) ((-648 $) . T) ((-640 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-640 |#1|) |has| |#1| (-172)) ((-640 |#2|) |has| |#1| (-365)) ((-640 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-639 (-566)) -12 (|has| |#1| (-365)) (|has| |#2| (-639 (-566)))) ((-639 |#2|) |has| |#1| (-365)) ((-717 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-717 |#1|) |has| |#1| (-172)) ((-717 |#2|) |has| |#1| (-365)) ((-717 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-726) . T) ((-791) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-792) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-794) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-795) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-820) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-848) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-850) -2768 (-12 (|has| |#1| (-365)) (|has| |#2| (-850))) (-12 (|has| |#1| (-365)) (|has| |#2| (-820)))) ((-900 (-1175)) -2768 (-12 (|has| |#1| (-365)) (|has| |#2| (-900 (-1175)))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) ((-886 (-381)) -12 (|has| |#1| (-365)) (|has| |#2| (-886 (-381)))) ((-886 (-566)) -12 (|has| |#1| (-365)) (|has| |#2| (-886 (-566)))) ((-884 |#2|) |has| |#1| (-365)) ((-909) -12 (|has| |#1| (-365)) (|has| |#2| (-909))) ((-973 |#1| #0# (-1081)) . T) ((-920) |has| |#1| (-365)) ((-992 |#2|) |has| |#1| (-365)) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1022) -12 (|has| |#1| (-365)) (|has| |#2| (-1022))) ((-1038 (-409 (-566))) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-566)))) ((-1038 (-566)) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-566)))) ((-1038 #2#) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-1175)))) ((-1038 |#2|) . T) ((-1051 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1051 |#1|) . T) ((-1051 |#2|) |has| |#1| (-365)) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1056 |#1|) . T) ((-1056 |#2|) |has| |#1| (-365)) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) -12 (|has| |#1| (-365)) (|has| |#2| (-1150))) ((-1199) |has| |#1| (-38 (-409 (-566)))) ((-1202) |has| |#1| (-38 (-409 (-566)))) ((-1214) |has| |#1| (-365)) ((-1218) |has| |#1| (-365)) ((-1224 |#1|) . T) ((-1242 |#1| #0#) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 81)) (-1873 ((|#2| $) NIL (-12 (|has| |#2| (-308)) (|has| |#1| (-365))))) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) 100)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-2331 (($ $ (-566)) 109) (($ $ (-566) (-566)) 111)) (-4152 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 51)) (-3271 ((|#2| $) 11)) (-3560 (((-3 |#2| "failed") $) 35)) (-1827 ((|#2| $) 36)) (-3963 (($ $) 206 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 182 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1378 (($ $) NIL (|has| |#1| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-365)))) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3941 (($ $) 202 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 178 (|has| |#1| (-38 (-409 (-566)))))) (-2743 (((-566) $) NIL (-12 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-1427 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 59)) (-3986 (($ $) 210 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 186 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) 157) (((-3 (-566) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-1175) "failed") $) NIL (-12 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365))))) (-4158 ((|#2| $) 156) (((-566) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-409 (-566)) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-1175) $) NIL (-12 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365))))) (-1556 (($ $) 65) (($ (-566) $) 28)) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) NIL)) (-4089 (((-689 |#2|) (-689 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#1| (-365)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#1| (-365))))) (-3245 (((-3 $ "failed") $) 88)) (-3193 (((-409 (-952 |#1|)) $ (-566)) 124 (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) 126 (|has| |#1| (-558)))) (-2715 (($) NIL (-12 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-1615 (((-112) $) NIL (|has| |#1| (-365)))) (-2528 (((-112) $) NIL (-12 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-3772 (((-112) $) 74)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| |#2| (-886 (-381))) (|has| |#1| (-365)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| |#2| (-886 (-566))) (|has| |#1| (-365))))) (-2679 (((-566) $) 105) (((-566) $ (-566)) 107)) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL (|has| |#1| (-365)))) (-2248 ((|#2| $) 165 (|has| |#1| (-365)))) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2621 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1150)) (|has| |#1| (-365))))) (-3233 (((-112) $) NIL (-12 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-3394 (($ $ (-921)) 148)) (-3657 (($ (-1 |#1| (-566)) $) 144)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-566)) 20) (($ $ (-1081) (-566)) NIL) (($ $ (-644 (-1081)) (-644 (-566))) NIL)) (-1478 (($ $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2599 (($ $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2319 (($ (-1 |#1| |#1|) $) 141) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-365)))) (-3619 (($ $) 176 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2719 (($ (-566) |#2|) 10)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 159 (|has| |#1| (-365)))) (-3313 (($ $) 228 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 233 (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199)))))) (-3289 (($) NIL (-12 (|has| |#2| (-1150)) (|has| |#1| (-365))) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2487 (($ $) NIL (-12 (|has| |#2| (-308)) (|has| |#1| (-365))))) (-3143 ((|#2| $) NIL (-12 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1624 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3369 (($ $ (-566)) 138)) (-2978 (((-3 $ "failed") $ $) 128 (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3521 (($ $) 174 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-566))))) (($ $ (-1175) |#2|) NIL (-12 (|has| |#2| (-516 (-1175) |#2|)) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 |#2|)) NIL (-12 (|has| |#2| (-516 (-1175) |#2|)) (|has| |#1| (-365)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365))))) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ (-566)) 103) (($ $ $) 90 (|has| (-566) (-1111))) (($ $ |#2|) NIL (-12 (|has| |#2| (-287 |#2| |#2|)) (|has| |#1| (-365))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-3629 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-365))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#1| (-365))) (($ $ (-771)) NIL (-2768 (-12 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 149 (-2768 (-12 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2768 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2768 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2768 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) 153 (-2768 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-1452 (($ $) NIL (|has| |#1| (-365)))) (-2260 ((|#2| $) 166 (|has| |#1| (-365)))) (-3902 (((-566) $) 12)) (-3996 (($ $) 212 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 188 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 208 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 184 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 204 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 180 (|has| |#1| (-38 (-409 (-566)))))) (-2376 (((-225) $) NIL (-12 (|has| |#2| (-1022)) (|has| |#1| (-365)))) (((-381) $) NIL (-12 (|has| |#2| (-1022)) (|has| |#1| (-365)))) (((-538) $) NIL (-12 (|has| |#2| (-614 (-538))) (|has| |#1| (-365)))) (((-892 (-381)) $) NIL (-12 (|has| |#2| (-614 (-892 (-381)))) (|has| |#1| (-365)))) (((-892 (-566)) $) NIL (-12 (|has| |#2| (-614 (-892 (-566)))) (|has| |#1| (-365))))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1687 (($ $) 136)) (-3152 (((-862) $) 267) (($ (-566)) 24) (($ |#1|) 22 (|has| |#1| (-172))) (($ |#2|) 21) (($ (-1175)) NIL (-12 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365)))) (($ (-409 (-566))) 169 (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2271 ((|#1| $ (-566)) 85)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#2| (-909)) (|has| |#1| (-365))) (-12 (|has| |#2| (-145)) (|has| |#1| (-365))) (|has| |#1| (-145))))) (-2593 (((-771)) 155 T CONST)) (-4290 ((|#1| $) 102)) (-3913 ((|#2| $) NIL (-12 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) 218 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 194 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) 214 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 190 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 222 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 198 (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-566)) 134 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) 224 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 200 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 220 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 196 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 216 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 192 (|has| |#1| (-38 (-409 (-566)))))) (-1358 (($ $) NIL (-12 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-4356 (($) 13 T CONST)) (-4366 (($) 18 T CONST)) (-3497 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-365))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#1| (-365))) (($ $ (-771)) NIL (-2768 (-12 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) NIL (-2768 (-12 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2768 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2768 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2768 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-2968 (((-112) $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2946 (((-112) $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2914 (((-112) $ $) 72)) (-2956 (((-112) $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2935 (((-112) $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) 163 (|has| |#1| (-365))) (($ |#2| |#2|) 164 (|has| |#1| (-365)))) (-3012 (($ $) 227) (($ $ $) 78)) (-3002 (($ $ $) 76)) (** (($ $ (-921)) NIL) (($ $ (-771)) 84) (($ $ (-566)) 160 (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 172 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 79) (($ $ |#1|) NIL) (($ |#1| $) 152) (($ $ |#2|) 162 (|has| |#1| (-365))) (($ |#2| $) 161 (|has| |#1| (-365))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-1227 |#1| |#2|) (-1226 |#1| |#2|) (-1049) (-1255 |#1|)) (T -1227))
-NIL
-(-1226 |#1| |#2|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1873 (((-1256 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-308)) (|has| |#1| (-365))))) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) 10)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2161 (($ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2345 (((-112) $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2331 (($ $ (-566)) NIL) (($ $ (-566) (-566)) NIL)) (-4152 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) NIL)) (-3271 (((-1256 |#1| |#2| |#3|) $) NIL)) (-3560 (((-3 (-1256 |#1| |#2| |#3|) "failed") $) NIL)) (-1827 (((-1256 |#1| |#2| |#3|) $) NIL)) (-3963 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1378 (($ $) NIL (|has| |#1| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-365)))) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3941 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2743 (((-566) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-1427 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) NIL)) (-3986 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-1256 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-566) "failed") $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))))) (-4158 (((-1256 |#1| |#2| |#3|) $) NIL) (((-1175) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (((-409 (-566)) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365)))) (((-566) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))))) (-1556 (($ $) NIL) (($ (-566) $) NIL)) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) NIL)) (-4089 (((-689 (-1256 |#1| |#2| |#3|)) (-689 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -3361 (-689 (-1256 |#1| |#2| |#3|))) (|:| |vec| (-1264 (-1256 |#1| |#2| |#3|)))) (-689 $) (-1264 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-639 (-566))) (|has| |#1| (-365)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-639 (-566))) (|has| |#1| (-365))))) (-3245 (((-3 $ "failed") $) NIL)) (-3193 (((-409 (-952 |#1|)) $ (-566)) NIL (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) NIL (|has| |#1| (-558)))) (-2715 (($) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-1615 (((-112) $) NIL (|has| |#1| (-365)))) (-2528 (((-112) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-3772 (((-112) $) NIL)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-886 (-381))) (|has| |#1| (-365)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-886 (-566))) (|has| |#1| (-365))))) (-2679 (((-566) $) NIL) (((-566) $ (-566)) NIL)) (-2389 (((-112) $) NIL)) (-3406 (($ $) NIL (|has| |#1| (-365)))) (-2248 (((-1256 |#1| |#2| |#3|) $) NIL (|has| |#1| (-365)))) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2621 (((-3 $ "failed") $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1150)) (|has| |#1| (-365))))) (-3233 (((-112) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-3394 (($ $ (-921)) NIL)) (-3657 (($ (-1 |#1| (-566)) $) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-566)) 18) (($ $ (-1081) (-566)) NIL) (($ $ (-644 (-1081)) (-644 (-566))) NIL)) (-1478 (($ $ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2599 (($ $ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-365)))) (-3619 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2719 (($ (-566) (-1256 |#1| |#2| |#3|)) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-3313 (($ $) 27 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199))))) (($ $ (-1260 |#2|)) 28 (|has| |#1| (-38 (-409 (-566)))))) (-3289 (($) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1150)) (|has| |#1| (-365))) CONST)) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2487 (($ $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-308)) (|has| |#1| (-365))))) (-3143 (((-1256 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1624 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3369 (($ $ (-566)) NIL)) (-2978 (((-3 $ "failed") $ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3521 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-566))))) (($ $ (-1175) (-1256 |#1| |#2| |#3|)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-516 (-1175) (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 (-1256 |#1| |#2| |#3|))) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-516 (-1175) (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-295 (-1256 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-310 (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-295 (-1256 |#1| |#2| |#3|))) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-310 (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-310 (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-1256 |#1| |#2| |#3|)) (-644 (-1256 |#1| |#2| |#3|))) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-310 (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365))))) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ (-566)) NIL) (($ $ $) NIL (|has| (-566) (-1111))) (($ $ (-1256 |#1| |#2| |#3|)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-287 (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|))) (|has| |#1| (-365))))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-3629 (($ $ (-1 (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|))) NIL (|has| |#1| (-365))) (($ $ (-1 (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|)) (-771)) NIL (|has| |#1| (-365))) (($ $ (-1260 |#2|)) 26) (($ $ (-771)) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 25 (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-1452 (($ $) NIL (|has| |#1| (-365)))) (-2260 (((-1256 |#1| |#2| |#3|) $) NIL (|has| |#1| (-365)))) (-3902 (((-566) $) NIL)) (-3996 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2376 (((-538) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-614 (-538))) (|has| |#1| (-365)))) (((-381) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1022)) (|has| |#1| (-365)))) (((-225) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1022)) (|has| |#1| (-365)))) (((-892 (-381)) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-614 (-892 (-381)))) (|has| |#1| (-365)))) (((-892 (-566)) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-614 (-892 (-566)))) (|has| |#1| (-365))))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1687 (($ $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1256 |#1| |#2| |#3|)) NIL) (($ (-1260 |#2|)) 24) (($ (-1175)) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (($ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558)))) (($ (-409 (-566))) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))) (|has| |#1| (-38 (-409 (-566))))))) (-2271 ((|#1| $ (-566)) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-145)) (|has| |#1| (-365))) (|has| |#1| (-145))))) (-2593 (((-771)) NIL T CONST)) (-4290 ((|#1| $) 11)) (-3913 (((-1256 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-4008 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-566)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1358 (($ $) NIL (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-4356 (($) 20 T CONST)) (-4366 (($) 15 T CONST)) (-3497 (($ $ (-1 (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|))) NIL (|has| |#1| (-365))) (($ $ (-1 (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|)) (-771)) NIL (|has| |#1| (-365))) (($ $ (-771)) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-2968 (((-112) $ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2946 (((-112) $ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2914 (((-112) $ $) NIL)) (-2956 (((-112) $ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2935 (((-112) $ $) NIL (-2768 (-12 (|has| (-1256 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1256 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365))) (($ (-1256 |#1| |#2| |#3|) (-1256 |#1| |#2| |#3|)) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 22)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1256 |#1| |#2| |#3|)) NIL (|has| |#1| (-365))) (($ (-1256 |#1| |#2| |#3|) $) NIL (|has| |#1| (-365))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-1228 |#1| |#2| |#3|) (-13 (-1226 |#1| (-1256 |#1| |#2| |#3|)) (-10 -8 (-15 -3152 ($ (-1260 |#2|))) (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1228))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1228 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1228 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3313 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1228 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
-(-13 (-1226 |#1| (-1256 |#1| |#2| |#3|)) (-10 -8 (-15 -3152 ($ (-1260 |#2|))) (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|)))
-((-4374 (((-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))) |#1| (-112)) 13)) (-2208 (((-420 |#1|) |#1|) 26)) (-1624 (((-420 |#1|) |#1|) 24)))
-(((-1229 |#1|) (-10 -7 (-15 -1624 ((-420 |#1|) |#1|)) (-15 -2208 ((-420 |#1|) |#1|)) (-15 -4374 ((-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))) |#1| (-112)))) (-1240 (-566))) (T -1229))
-((-4374 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| *3) (|:| -4125 (-566))))))) (-5 *1 (-1229 *3)) (-4 *3 (-1240 (-566))))) (-2208 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1229 *3)) (-4 *3 (-1240 (-566))))) (-1624 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1229 *3)) (-4 *3 (-1240 (-566))))))
-(-10 -7 (-15 -1624 ((-420 |#1|) |#1|)) (-15 -2208 ((-420 |#1|) |#1|)) (-15 -4374 ((-2 (|:| |contp| (-566)) (|:| -1616 (-644 (-2 (|:| |irr| |#1|) (|:| -4125 (-566)))))) |#1| (-112))))
-((-2319 (((-1155 |#2|) (-1 |#2| |#1|) (-1231 |#1|)) 23 (|has| |#1| (-848))) (((-1231 |#2|) (-1 |#2| |#1|) (-1231 |#1|)) 17)))
-(((-1230 |#1| |#2|) (-10 -7 (-15 -2319 ((-1231 |#2|) (-1 |#2| |#1|) (-1231 |#1|))) (IF (|has| |#1| (-848)) (-15 -2319 ((-1155 |#2|) (-1 |#2| |#1|) (-1231 |#1|))) |%noBranch|)) (-1214) (-1214)) (T -1230))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1231 *5)) (-4 *5 (-848)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-1155 *6)) (-5 *1 (-1230 *5 *6)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1231 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-1231 *6)) (-5 *1 (-1230 *5 *6)))))
-(-10 -7 (-15 -2319 ((-1231 |#2|) (-1 |#2| |#1|) (-1231 |#1|))) (IF (|has| |#1| (-848)) (-15 -2319 ((-1155 |#2|) (-1 |#2| |#1|) (-1231 |#1|))) |%noBranch|))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2165 (($ |#1| |#1|) 11) (($ |#1|) 10)) (-2319 (((-1155 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-848)))) (-1923 ((|#1| $) 15)) (-2753 ((|#1| $) 12)) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3478 (((-566) $) 19)) (-2395 ((|#1| $) 18)) (-3502 ((|#1| $) 13)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-2813 (((-112) $) 17)) (-3640 (((-1155 |#1|) $) 41 (|has| |#1| (-848))) (((-1155 |#1|) (-644 $)) 40 (|has| |#1| (-848)))) (-2376 (($ |#1|) 26)) (-3152 (($ (-1093 |#1|)) 25) (((-862) $) 37 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-4302 (($ |#1| |#1|) 21) (($ |#1|) 20)) (-2686 (($ $ (-566)) 14)) (-2914 (((-112) $ $) 30 (|has| |#1| (-1099)))))
-(((-1231 |#1|) (-13 (-1092 |#1|) (-10 -8 (-15 -4302 ($ |#1|)) (-15 -2165 ($ |#1|)) (-15 -3152 ($ (-1093 |#1|))) (-15 -2813 ((-112) $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-1094 |#1| (-1155 |#1|))) |%noBranch|))) (-1214)) (T -1231))
-((-4302 (*1 *1 *2) (-12 (-5 *1 (-1231 *2)) (-4 *2 (-1214)))) (-2165 (*1 *1 *2) (-12 (-5 *1 (-1231 *2)) (-4 *2 (-1214)))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-1093 *3)) (-4 *3 (-1214)) (-5 *1 (-1231 *3)))) (-2813 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1231 *3)) (-4 *3 (-1214)))))
-(-13 (-1092 |#1|) (-10 -8 (-15 -4302 ($ |#1|)) (-15 -2165 ($ |#1|)) (-15 -3152 ($ (-1093 |#1|))) (-15 -2813 ((-112) $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-1094 |#1| (-1155 |#1|))) |%noBranch|)))
-((-2319 (((-1237 |#3| |#4|) (-1 |#4| |#2|) (-1237 |#1| |#2|)) 15)))
-(((-1232 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 ((-1237 |#3| |#4|) (-1 |#4| |#2|) (-1237 |#1| |#2|)))) (-1175) (-1049) (-1175) (-1049)) (T -1232))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1237 *5 *6)) (-14 *5 (-1175)) (-4 *6 (-1049)) (-4 *8 (-1049)) (-5 *2 (-1237 *7 *8)) (-5 *1 (-1232 *5 *6 *7 *8)) (-14 *7 (-1175)))))
-(-10 -7 (-15 -2319 ((-1237 |#3| |#4|) (-1 |#4| |#2|) (-1237 |#1| |#2|))))
-((-4367 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-2693 ((|#1| |#3|) 13)) (-2386 ((|#3| |#3|) 19)))
-(((-1233 |#1| |#2| |#3|) (-10 -7 (-15 -2693 (|#1| |#3|)) (-15 -2386 (|#3| |#3|)) (-15 -4367 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-558) (-992 |#1|) (-1240 |#2|)) (T -1233))
-((-4367 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1233 *4 *5 *3)) (-4 *3 (-1240 *5)))) (-2386 (*1 *2 *2) (-12 (-4 *3 (-558)) (-4 *4 (-992 *3)) (-5 *1 (-1233 *3 *4 *2)) (-4 *2 (-1240 *4)))) (-2693 (*1 *2 *3) (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-1233 *2 *4 *3)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -2693 (|#1| |#3|)) (-15 -2386 (|#3| |#3|)) (-15 -4367 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-2787 (((-3 |#2| "failed") |#2| (-771) |#1|) 37)) (-4198 (((-3 |#2| "failed") |#2| (-771)) 38)) (-2883 (((-3 (-2 (|:| -1953 |#2|) (|:| -1966 |#2|)) "failed") |#2|) 52)) (-3544 (((-644 |#2|) |#2|) 54)) (-2102 (((-3 |#2| "failed") |#2| |#2|) 48)))
-(((-1234 |#1| |#2|) (-10 -7 (-15 -4198 ((-3 |#2| "failed") |#2| (-771))) (-15 -2787 ((-3 |#2| "failed") |#2| (-771) |#1|)) (-15 -2102 ((-3 |#2| "failed") |#2| |#2|)) (-15 -2883 ((-3 (-2 (|:| -1953 |#2|) (|:| -1966 |#2|)) "failed") |#2|)) (-15 -3544 ((-644 |#2|) |#2|))) (-13 (-558) (-147)) (-1240 |#1|)) (T -1234))
-((-3544 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-147))) (-5 *2 (-644 *3)) (-5 *1 (-1234 *4 *3)) (-4 *3 (-1240 *4)))) (-2883 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-558) (-147))) (-5 *2 (-2 (|:| -1953 *3) (|:| -1966 *3))) (-5 *1 (-1234 *4 *3)) (-4 *3 (-1240 *4)))) (-2102 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1234 *3 *2)) (-4 *2 (-1240 *3)))) (-2787 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-771)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-1234 *4 *2)) (-4 *2 (-1240 *4)))) (-4198 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-771)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-1234 *4 *2)) (-4 *2 (-1240 *4)))))
-(-10 -7 (-15 -4198 ((-3 |#2| "failed") |#2| (-771))) (-15 -2787 ((-3 |#2| "failed") |#2| (-771) |#1|)) (-15 -2102 ((-3 |#2| "failed") |#2| |#2|)) (-15 -2883 ((-3 (-2 (|:| -1953 |#2|) (|:| -1966 |#2|)) "failed") |#2|)) (-15 -3544 ((-644 |#2|) |#2|)))
-((-1874 (((-3 (-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) "failed") |#2| |#2|) 30)))
-(((-1235 |#1| |#2|) (-10 -7 (-15 -1874 ((-3 (-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) "failed") |#2| |#2|))) (-558) (-1240 |#1|)) (T -1235))
-((-1874 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-558)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-1235 *4 *3)) (-4 *3 (-1240 *4)))))
-(-10 -7 (-15 -1874 ((-3 (-2 (|:| -2631 |#2|) (|:| -3264 |#2|)) "failed") |#2| |#2|)))
-((-2699 ((|#2| |#2| |#2|) 22)) (-1700 ((|#2| |#2| |#2|) 36)) (-2284 ((|#2| |#2| |#2| (-771) (-771)) 44)))
-(((-1236 |#1| |#2|) (-10 -7 (-15 -2699 (|#2| |#2| |#2|)) (-15 -1700 (|#2| |#2| |#2|)) (-15 -2284 (|#2| |#2| |#2| (-771) (-771)))) (-1049) (-1240 |#1|)) (T -1236))
-((-2284 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *1 (-1236 *4 *2)) (-4 *2 (-1240 *4)))) (-1700 (*1 *2 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-1236 *3 *2)) (-4 *2 (-1240 *3)))) (-2699 (*1 *2 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-1236 *3 *2)) (-4 *2 (-1240 *3)))))
-(-10 -7 (-15 -2699 (|#2| |#2| |#2|)) (-15 -1700 (|#2| |#2| |#2|)) (-15 -2284 (|#2| |#2| |#2| (-771) (-771))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4036 (((-1264 |#2|) $ (-771)) NIL)) (-1771 (((-644 (-1081)) $) NIL)) (-3732 (($ (-1171 |#2|)) NIL)) (-1590 (((-1171 $) $ (-1081)) NIL) (((-1171 |#2|) $) NIL)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-2161 (($ $) NIL (|has| |#2| (-558)))) (-2345 (((-112) $) NIL (|has| |#2| (-558)))) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-1081))) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1890 (($ $ $) NIL (|has| |#2| (-558)))) (-2292 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1378 (($ $) NIL (|has| |#2| (-454)))) (-1364 (((-420 $) $) NIL (|has| |#2| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-2085 (((-112) $ $) NIL (|has| |#2| (-365)))) (-2197 (($ $ (-771)) NIL)) (-1583 (($ $ (-771)) NIL)) (-3946 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-454)))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-1081) "failed") $) NIL)) (-4158 ((|#2| $) NIL) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-1081) $) NIL)) (-2610 (($ $ $ (-1081)) NIL (|has| |#2| (-172))) ((|#2| $ $) NIL (|has| |#2| (-172)))) (-2933 (($ $ $) NIL (|has| |#2| (-365)))) (-2814 (($ $) NIL)) (-4089 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#2|)) (|:| |vec| (-1264 |#2|))) (-689 $) (-1264 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2945 (($ $ $) NIL (|has| |#2| (-365)))) (-2218 (($ $ $) NIL)) (-4058 (($ $ $) NIL (|has| |#2| (-558)))) (-1514 (((-2 (|:| -2397 |#2|) (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#2| (-558)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#2| (-365)))) (-2616 (($ $) NIL (|has| |#2| (-454))) (($ $ (-1081)) NIL (|has| |#2| (-454)))) (-2804 (((-644 $) $) NIL)) (-1615 (((-112) $) NIL (|has| |#2| (-909)))) (-1896 (($ $ |#2| (-771) $) NIL)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1081) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1081) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-2679 (((-771) $ $) NIL (|has| |#2| (-558)))) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-2621 (((-3 $ "failed") $) NIL (|has| |#2| (-1150)))) (-1757 (($ (-1171 |#2|) (-1081)) NIL) (($ (-1171 $) (-1081)) NIL)) (-3394 (($ $ (-771)) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#2| (-365)))) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-1746 (($ |#2| (-771)) 18) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-1081)) NIL) (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL)) (-2749 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-3021 (($ (-1 (-771) (-771)) $) NIL)) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-2513 (((-1171 |#2|) $) NIL)) (-2297 (((-3 (-1081) "failed") $) NIL)) (-2784 (($ $) NIL)) (-2794 ((|#2| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3380 (((-1157) $) NIL)) (-2307 (((-2 (|:| -2631 $) (|:| -3264 $)) $ (-771)) NIL)) (-3738 (((-3 (-644 $) "failed") $) NIL)) (-4199 (((-3 (-644 $) "failed") $) NIL)) (-4108 (((-3 (-2 (|:| |var| (-1081)) (|:| -2201 (-771))) "failed") $) NIL)) (-3313 (($ $) NIL (|has| |#2| (-38 (-409 (-566)))))) (-3289 (($) NIL (|has| |#2| (-1150)) CONST)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 ((|#2| $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-2164 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3252 (($ $ (-771) |#2| $) NIL)) (-2010 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1624 (((-420 $) $) NIL (|has| |#2| (-909)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#2| (-365)))) (-2978 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#2| (-365)))) (-2023 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#2|) NIL) (($ $ (-644 (-1081)) (-644 |#2|)) NIL) (($ $ (-1081) $) NIL) (($ $ (-644 (-1081)) (-644 $)) NIL)) (-4357 (((-771) $) NIL (|has| |#2| (-365)))) (-1309 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-409 $) (-409 $) (-409 $)) NIL (|has| |#2| (-558))) ((|#2| (-409 $) |#2|) NIL (|has| |#2| (-365))) (((-409 $) $ (-409 $)) NIL (|has| |#2| (-558)))) (-2382 (((-3 $ "failed") $ (-771)) NIL)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#2| (-365)))) (-4068 (($ $ (-1081)) NIL (|has| |#2| (-172))) ((|#2| $) NIL (|has| |#2| (-172)))) (-3629 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) $) NIL)) (-3902 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-2376 (((-892 (-381)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1081) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-3173 ((|#2| $) NIL (|has| |#2| (-454))) (($ $ (-1081)) NIL (|has| |#2| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-2529 (((-3 $ "failed") $ $) NIL (|has| |#2| (-558))) (((-3 (-409 $) "failed") (-409 $) $) NIL (|has| |#2| (-558)))) (-3152 (((-862) $) 13) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-1081)) NIL) (($ (-1260 |#1|)) 20) (($ (-409 (-566))) NIL (-2768 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#2| (-558)))) (-1643 (((-644 |#2|) $) NIL)) (-2271 ((|#2| $ (-771)) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2633 (((-3 $ "failed") $) NIL (-2768 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL (|has| |#2| (-558)))) (-4356 (($) NIL T CONST)) (-4366 (($) 14 T CONST)) (-3497 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-1237 |#1| |#2|) (-13 (-1240 |#2|) (-616 (-1260 |#1|)) (-10 -8 (-15 -3252 ($ $ (-771) |#2| $)))) (-1175) (-1049)) (T -1237))
-((-3252 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1237 *4 *3)) (-14 *4 (-1175)) (-4 *3 (-1049)))))
-(-13 (-1240 |#2|) (-616 (-1260 |#1|)) (-10 -8 (-15 -3252 ($ $ (-771) |#2| $))))
-((-2319 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
-(((-1238 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 (|#4| (-1 |#3| |#1|) |#2|))) (-1049) (-1240 |#1|) (-1049) (-1240 |#3|)) (T -1238))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-4 *2 (-1240 *6)) (-5 *1 (-1238 *5 *4 *6 *2)) (-4 *4 (-1240 *5)))))
-(-10 -7 (-15 -2319 (|#4| (-1 |#3| |#1|) |#2|)))
-((-4036 (((-1264 |#2|) $ (-771)) 129)) (-1771 (((-644 (-1081)) $) 16)) (-3732 (($ (-1171 |#2|)) 80)) (-1357 (((-771) $) NIL) (((-771) $ (-644 (-1081))) 21)) (-2292 (((-420 (-1171 $)) (-1171 $)) 204)) (-1378 (($ $) 194)) (-1364 (((-420 $) $) 192)) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 95)) (-2197 (($ $ (-771)) 84)) (-1583 (($ $ (-771)) 86)) (-3946 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 145)) (-2229 (((-3 |#2| "failed") $) 132) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 (-1081) "failed") $) NIL)) (-4158 ((|#2| $) 130) (((-409 (-566)) $) NIL) (((-566) $) NIL) (((-1081) $) NIL)) (-4058 (($ $ $) 170)) (-1514 (((-2 (|:| -2397 |#2|) (|:| -2631 $) (|:| -3264 $)) $ $) 172)) (-2679 (((-771) $ $) 189)) (-2621 (((-3 $ "failed") $) 138)) (-1746 (($ |#2| (-771)) NIL) (($ $ (-1081) (-771)) 59) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2749 (((-771) $) NIL) (((-771) $ (-1081)) 54) (((-644 (-771)) $ (-644 (-1081))) 55)) (-2513 (((-1171 |#2|) $) 72)) (-2297 (((-3 (-1081) "failed") $) 52)) (-2307 (((-2 (|:| -2631 $) (|:| -3264 $)) $ (-771)) 83)) (-3313 (($ $) 219)) (-3289 (($) 134)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 201)) (-2010 (((-420 (-1171 $)) (-1171 $)) 101)) (-1893 (((-420 (-1171 $)) (-1171 $)) 99)) (-1624 (((-420 $) $) 120)) (-2023 (($ $ (-644 (-295 $))) 51) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#2|) 39) (($ $ (-644 (-1081)) (-644 |#2|)) 36) (($ $ (-1081) $) 32) (($ $ (-644 (-1081)) (-644 $)) 30)) (-4357 (((-771) $) 207)) (-1309 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-409 $) (-409 $) (-409 $)) 164) ((|#2| (-409 $) |#2|) 206) (((-409 $) $ (-409 $)) 188)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 212)) (-3629 (($ $ (-1081)) 157) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) 155) (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 154) (($ $ (-1 |#2| |#2|) $) 149)) (-3902 (((-771) $) NIL) (((-771) $ (-1081)) 17) (((-644 (-771)) $ (-644 (-1081))) 23)) (-3173 ((|#2| $) NIL) (($ $ (-1081)) 140)) (-2529 (((-3 $ "failed") $ $) 180) (((-3 (-409 $) "failed") (-409 $) $) 176)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-1081)) 64) (($ (-409 (-566))) NIL) (($ $) NIL)))
-(((-1239 |#1| |#2|) (-10 -8 (-15 -3152 (|#1| |#1|)) (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1378 (|#1| |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3289 (|#1|)) (-15 -2621 ((-3 |#1| "failed") |#1|)) (-15 -1309 ((-409 |#1|) |#1| (-409 |#1|))) (-15 -4357 ((-771) |#1|)) (-15 -4100 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -3313 (|#1| |#1|)) (-15 -1309 (|#2| (-409 |#1|) |#2|)) (-15 -3946 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -1514 ((-2 (|:| -2397 |#2|) (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -4058 (|#1| |#1| |#1|)) (-15 -2529 ((-3 (-409 |#1|) "failed") (-409 |#1|) |#1|)) (-15 -2529 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2679 ((-771) |#1| |#1|)) (-15 -1309 ((-409 |#1|) (-409 |#1|) (-409 |#1|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -1583 (|#1| |#1| (-771))) (-15 -2197 (|#1| |#1| (-771))) (-15 -2307 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| (-771))) (-15 -3732 (|#1| (-1171 |#2|))) (-15 -2513 ((-1171 |#2|) |#1|)) (-15 -4036 ((-1264 |#2|) |#1| (-771))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -1309 (|#1| |#1| |#1|)) (-15 -1309 (|#2| |#1| |#2|)) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -2292 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -1893 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2010 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -4066 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -3173 (|#1| |#1| (-1081))) (-15 -1771 ((-644 (-1081)) |#1|)) (-15 -1357 ((-771) |#1| (-644 (-1081)))) (-15 -1357 ((-771) |#1|)) (-15 -1746 (|#1| |#1| (-644 (-1081)) (-644 (-771)))) (-15 -1746 (|#1| |#1| (-1081) (-771))) (-15 -2749 ((-644 (-771)) |#1| (-644 (-1081)))) (-15 -2749 ((-771) |#1| (-1081))) (-15 -2297 ((-3 (-1081) "failed") |#1|)) (-15 -3902 ((-644 (-771)) |#1| (-644 (-1081)))) (-15 -3902 ((-771) |#1| (-1081))) (-15 -3152 (|#1| (-1081))) (-15 -2229 ((-3 (-1081) "failed") |#1|)) (-15 -4158 ((-1081) |#1|)) (-15 -2023 (|#1| |#1| (-644 (-1081)) (-644 |#1|))) (-15 -2023 (|#1| |#1| (-1081) |#1|)) (-15 -2023 (|#1| |#1| (-644 (-1081)) (-644 |#2|))) (-15 -2023 (|#1| |#1| (-1081) |#2|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -3902 ((-771) |#1|)) (-15 -1746 (|#1| |#2| (-771))) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -2749 ((-771) |#1|)) (-15 -3173 (|#2| |#1|)) (-15 -3629 (|#1| |#1| (-644 (-1081)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1081) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1081)))) (-15 -3629 (|#1| |#1| (-1081))) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|))) (-1240 |#2|) (-1049)) (T -1239))
-NIL
-(-10 -8 (-15 -3152 (|#1| |#1|)) (-15 -4170 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1364 ((-420 |#1|) |#1|)) (-15 -1378 (|#1| |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3289 (|#1|)) (-15 -2621 ((-3 |#1| "failed") |#1|)) (-15 -1309 ((-409 |#1|) |#1| (-409 |#1|))) (-15 -4357 ((-771) |#1|)) (-15 -4100 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -3313 (|#1| |#1|)) (-15 -1309 (|#2| (-409 |#1|) |#2|)) (-15 -3946 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -1514 ((-2 (|:| -2397 |#2|) (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| |#1|)) (-15 -4058 (|#1| |#1| |#1|)) (-15 -2529 ((-3 (-409 |#1|) "failed") (-409 |#1|) |#1|)) (-15 -2529 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2679 ((-771) |#1| |#1|)) (-15 -1309 ((-409 |#1|) (-409 |#1|) (-409 |#1|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -1583 (|#1| |#1| (-771))) (-15 -2197 (|#1| |#1| (-771))) (-15 -2307 ((-2 (|:| -2631 |#1|) (|:| -3264 |#1|)) |#1| (-771))) (-15 -3732 (|#1| (-1171 |#2|))) (-15 -2513 ((-1171 |#2|) |#1|)) (-15 -4036 ((-1264 |#2|) |#1| (-771))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3629 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1175) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1175)))) (-15 -3629 (|#1| |#1| (-1175))) (-15 -3629 (|#1| |#1|)) (-15 -3629 (|#1| |#1| (-771))) (-15 -1309 (|#1| |#1| |#1|)) (-15 -1309 (|#2| |#1| |#2|)) (-15 -1624 ((-420 |#1|) |#1|)) (-15 -2292 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -1893 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2010 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -4066 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -3173 (|#1| |#1| (-1081))) (-15 -1771 ((-644 (-1081)) |#1|)) (-15 -1357 ((-771) |#1| (-644 (-1081)))) (-15 -1357 ((-771) |#1|)) (-15 -1746 (|#1| |#1| (-644 (-1081)) (-644 (-771)))) (-15 -1746 (|#1| |#1| (-1081) (-771))) (-15 -2749 ((-644 (-771)) |#1| (-644 (-1081)))) (-15 -2749 ((-771) |#1| (-1081))) (-15 -2297 ((-3 (-1081) "failed") |#1|)) (-15 -3902 ((-644 (-771)) |#1| (-644 (-1081)))) (-15 -3902 ((-771) |#1| (-1081))) (-15 -3152 (|#1| (-1081))) (-15 -2229 ((-3 (-1081) "failed") |#1|)) (-15 -4158 ((-1081) |#1|)) (-15 -2023 (|#1| |#1| (-644 (-1081)) (-644 |#1|))) (-15 -2023 (|#1| |#1| (-1081) |#1|)) (-15 -2023 (|#1| |#1| (-644 (-1081)) (-644 |#2|))) (-15 -2023 (|#1| |#1| (-1081) |#2|)) (-15 -2023 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -2023 (|#1| |#1| |#1| |#1|)) (-15 -2023 (|#1| |#1| (-295 |#1|))) (-15 -2023 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -3902 ((-771) |#1|)) (-15 -1746 (|#1| |#2| (-771))) (-15 -2229 ((-3 (-566) "failed") |#1|)) (-15 -4158 ((-566) |#1|)) (-15 -2229 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -4158 ((-409 (-566)) |#1|)) (-15 -4158 (|#2| |#1|)) (-15 -2229 ((-3 |#2| "failed") |#1|)) (-15 -3152 (|#1| |#2|)) (-15 -2749 ((-771) |#1|)) (-15 -3173 (|#2| |#1|)) (-15 -3629 (|#1| |#1| (-644 (-1081)) (-644 (-771)))) (-15 -3629 (|#1| |#1| (-1081) (-771))) (-15 -3629 (|#1| |#1| (-644 (-1081)))) (-15 -3629 (|#1| |#1| (-1081))) (-15 -3152 (|#1| (-566))) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-4036 (((-1264 |#1|) $ (-771)) 240)) (-1771 (((-644 (-1081)) $) 112)) (-3732 (($ (-1171 |#1|)) 238)) (-1590 (((-1171 $) $ (-1081)) 127) (((-1171 |#1|) $) 126)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 89 (|has| |#1| (-558)))) (-2161 (($ $) 90 (|has| |#1| (-558)))) (-2345 (((-112) $) 92 (|has| |#1| (-558)))) (-1357 (((-771) $) 114) (((-771) $ (-644 (-1081))) 113)) (-3967 (((-3 $ "failed") $ $) 20)) (-1890 (($ $ $) 225 (|has| |#1| (-558)))) (-2292 (((-420 (-1171 $)) (-1171 $)) 102 (|has| |#1| (-909)))) (-1378 (($ $) 100 (|has| |#1| (-454)))) (-1364 (((-420 $) $) 99 (|has| |#1| (-454)))) (-4066 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 105 (|has| |#1| (-909)))) (-2085 (((-112) $ $) 210 (|has| |#1| (-365)))) (-2197 (($ $ (-771)) 233)) (-1583 (($ $ (-771)) 232)) (-3946 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 220 (|has| |#1| (-454)))) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#1| "failed") $) 166) (((-3 (-409 (-566)) "failed") $) 163 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 161 (|has| |#1| (-1038 (-566)))) (((-3 (-1081) "failed") $) 138)) (-4158 ((|#1| $) 165) (((-409 (-566)) $) 164 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 162 (|has| |#1| (-1038 (-566)))) (((-1081) $) 139)) (-2610 (($ $ $ (-1081)) 110 (|has| |#1| (-172))) ((|#1| $ $) 228 (|has| |#1| (-172)))) (-2933 (($ $ $) 214 (|has| |#1| (-365)))) (-2814 (($ $) 156)) (-4089 (((-689 (-566)) (-689 $)) 136 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 (-566))) (|:| |vec| (-1264 (-566)))) (-689 $) (-1264 $)) 135 (|has| |#1| (-639 (-566)))) (((-2 (|:| -3361 (-689 |#1|)) (|:| |vec| (-1264 |#1|))) (-689 $) (-1264 $)) 134) (((-689 |#1|) (-689 $)) 133)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 213 (|has| |#1| (-365)))) (-2218 (($ $ $) 231)) (-4058 (($ $ $) 222 (|has| |#1| (-558)))) (-1514 (((-2 (|:| -2397 |#1|) (|:| -2631 $) (|:| -3264 $)) $ $) 221 (|has| |#1| (-558)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 208 (|has| |#1| (-365)))) (-2616 (($ $) 178 (|has| |#1| (-454))) (($ $ (-1081)) 107 (|has| |#1| (-454)))) (-2804 (((-644 $) $) 111)) (-1615 (((-112) $) 98 (|has| |#1| (-909)))) (-1896 (($ $ |#1| (-771) $) 174)) (-2926 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 86 (-12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 85 (-12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2679 (((-771) $ $) 226 (|has| |#1| (-558)))) (-2389 (((-112) $) 35)) (-3039 (((-771) $) 171)) (-2621 (((-3 $ "failed") $) 206 (|has| |#1| (-1150)))) (-1757 (($ (-1171 |#1|) (-1081)) 119) (($ (-1171 $) (-1081)) 118)) (-3394 (($ $ (-771)) 237)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 217 (|has| |#1| (-365)))) (-1587 (((-644 $) $) 128)) (-2497 (((-112) $) 154)) (-1746 (($ |#1| (-771)) 155) (($ $ (-1081) (-771)) 121) (($ $ (-644 (-1081)) (-644 (-771))) 120)) (-2815 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $ (-1081)) 122) (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 235)) (-2749 (((-771) $) 172) (((-771) $ (-1081)) 124) (((-644 (-771)) $ (-644 (-1081))) 123)) (-3021 (($ (-1 (-771) (-771)) $) 173)) (-2319 (($ (-1 |#1| |#1|) $) 153)) (-2513 (((-1171 |#1|) $) 239)) (-2297 (((-3 (-1081) "failed") $) 125)) (-2784 (($ $) 151)) (-2794 ((|#1| $) 150)) (-2128 (($ (-644 $)) 96 (|has| |#1| (-454))) (($ $ $) 95 (|has| |#1| (-454)))) (-3380 (((-1157) $) 10)) (-2307 (((-2 (|:| -2631 $) (|:| -3264 $)) $ (-771)) 234)) (-3738 (((-3 (-644 $) "failed") $) 116)) (-4199 (((-3 (-644 $) "failed") $) 117)) (-4108 (((-3 (-2 (|:| |var| (-1081)) (|:| -2201 (-771))) "failed") $) 115)) (-3313 (($ $) 218 (|has| |#1| (-38 (-409 (-566)))))) (-3289 (($) 205 (|has| |#1| (-1150)) CONST)) (-4072 (((-1119) $) 11)) (-2761 (((-112) $) 168)) (-2773 ((|#1| $) 169)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 97 (|has| |#1| (-454)))) (-2164 (($ (-644 $)) 94 (|has| |#1| (-454))) (($ $ $) 93 (|has| |#1| (-454)))) (-2010 (((-420 (-1171 $)) (-1171 $)) 104 (|has| |#1| (-909)))) (-1893 (((-420 (-1171 $)) (-1171 $)) 103 (|has| |#1| (-909)))) (-1624 (((-420 $) $) 101 (|has| |#1| (-909)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 216 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 215 (|has| |#1| (-365)))) (-2978 (((-3 $ "failed") $ |#1|) 176 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 88 (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 209 (|has| |#1| (-365)))) (-2023 (($ $ (-644 (-295 $))) 147) (($ $ (-295 $)) 146) (($ $ $ $) 145) (($ $ (-644 $) (-644 $)) 144) (($ $ (-1081) |#1|) 143) (($ $ (-644 (-1081)) (-644 |#1|)) 142) (($ $ (-1081) $) 141) (($ $ (-644 (-1081)) (-644 $)) 140)) (-4357 (((-771) $) 211 (|has| |#1| (-365)))) (-1309 ((|#1| $ |#1|) 258) (($ $ $) 257) (((-409 $) (-409 $) (-409 $)) 227 (|has| |#1| (-558))) ((|#1| (-409 $) |#1|) 219 (|has| |#1| (-365))) (((-409 $) $ (-409 $)) 207 (|has| |#1| (-558)))) (-2382 (((-3 $ "failed") $ (-771)) 236)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 212 (|has| |#1| (-365)))) (-4068 (($ $ (-1081)) 109 (|has| |#1| (-172))) ((|#1| $) 229 (|has| |#1| (-172)))) (-3629 (($ $ (-1081)) 46) (($ $ (-644 (-1081))) 45) (($ $ (-1081) (-771)) 44) (($ $ (-644 (-1081)) (-644 (-771))) 43) (($ $ (-771)) 255) (($ $) 253) (($ $ (-1175)) 252 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 251 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 250 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 249 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 242) (($ $ (-1 |#1| |#1|)) 241) (($ $ (-1 |#1| |#1|) $) 230)) (-3902 (((-771) $) 152) (((-771) $ (-1081)) 132) (((-644 (-771)) $ (-644 (-1081))) 131)) (-2376 (((-892 (-381)) $) 84 (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) 83 (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) 82 (-12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-3173 ((|#1| $) 177 (|has| |#1| (-454))) (($ $ (-1081)) 108 (|has| |#1| (-454)))) (-3391 (((-3 (-1264 $) "failed") (-689 $)) 106 (-2415 (|has| $ (-145)) (|has| |#1| (-909))))) (-2529 (((-3 $ "failed") $ $) 224 (|has| |#1| (-558))) (((-3 (-409 $) "failed") (-409 $) $) 223 (|has| |#1| (-558)))) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 167) (($ (-1081)) 137) (($ (-409 (-566))) 80 (-2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566)))))) (($ $) 87 (|has| |#1| (-558)))) (-1643 (((-644 |#1|) $) 170)) (-2271 ((|#1| $ (-771)) 157) (($ $ (-1081) (-771)) 130) (($ $ (-644 (-1081)) (-644 (-771))) 129)) (-2633 (((-3 $ "failed") $) 81 (-2768 (-2415 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2593 (((-771)) 32 T CONST)) (-2021 (($ $ $ (-771)) 175 (|has| |#1| (-172)))) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 91 (|has| |#1| (-558)))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-1081)) 42) (($ $ (-644 (-1081))) 41) (($ $ (-1081) (-771)) 40) (($ $ (-644 (-1081)) (-644 (-771))) 39) (($ $ (-771)) 256) (($ $) 254) (($ $ (-1175)) 248 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 247 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 246 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 245 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 244) (($ $ (-1 |#1| |#1|)) 243)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 158 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 160 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 149) (($ $ |#1|) 148)))
-(((-1240 |#1|) (-140) (-1049)) (T -1240))
-((-4036 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-1240 *4)) (-4 *4 (-1049)) (-5 *2 (-1264 *4)))) (-2513 (*1 *2 *1) (-12 (-4 *1 (-1240 *3)) (-4 *3 (-1049)) (-5 *2 (-1171 *3)))) (-3732 (*1 *1 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-1049)) (-4 *1 (-1240 *3)))) (-3394 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)))) (-2382 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-771)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)))) (-2815 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-1240 *3)))) (-2307 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-1240 *4)))) (-2197 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)))) (-1583 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)))) (-2218 (*1 *1 *1 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)))) (-3629 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)))) (-4068 (*1 *2 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-172)))) (-2610 (*1 *2 *1 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-172)))) (-1309 (*1 *2 *2 *2) (-12 (-5 *2 (-409 *1)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)) (-4 *3 (-558)))) (-2679 (*1 *2 *1 *1) (-12 (-4 *1 (-1240 *3)) (-4 *3 (-1049)) (-4 *3 (-558)) (-5 *2 (-771)))) (-1890 (*1 *1 *1 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))) (-2529 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))) (-2529 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-409 *1)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)) (-4 *3 (-558)))) (-4058 (*1 *1 *1 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))) (-1514 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2397 *3) (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-1240 *3)))) (-3946 (*1 *2 *1 *1) (-12 (-4 *3 (-454)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1240 *3)))) (-1309 (*1 *2 *3 *2) (-12 (-5 *3 (-409 *1)) (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3313 (*1 *1 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566)))))))
-(-13 (-949 |t#1| (-771) (-1081)) (-287 |t#1| |t#1|) (-287 $ $) (-233) (-231 |t#1|) (-10 -8 (-15 -4036 ((-1264 |t#1|) $ (-771))) (-15 -2513 ((-1171 |t#1|) $)) (-15 -3732 ($ (-1171 |t#1|))) (-15 -3394 ($ $ (-771))) (-15 -2382 ((-3 $ "failed") $ (-771))) (-15 -2815 ((-2 (|:| -2631 $) (|:| -3264 $)) $ $)) (-15 -2307 ((-2 (|:| -2631 $) (|:| -3264 $)) $ (-771))) (-15 -2197 ($ $ (-771))) (-15 -1583 ($ $ (-771))) (-15 -2218 ($ $ $)) (-15 -3629 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1150)) (-6 (-1150)) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-15 -4068 (|t#1| $)) (-15 -2610 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-6 (-287 (-409 $) (-409 $))) (-15 -1309 ((-409 $) (-409 $) (-409 $))) (-15 -2679 ((-771) $ $)) (-15 -1890 ($ $ $)) (-15 -2529 ((-3 $ "failed") $ $)) (-15 -2529 ((-3 (-409 $) "failed") (-409 $) $)) (-15 -4058 ($ $ $)) (-15 -1514 ((-2 (|:| -2397 |t#1|) (|:| -2631 $) (|:| -3264 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-454)) (-15 -3946 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-365)) (PROGN (-6 (-308)) (-6 -4410) (-15 -1309 (|t#1| (-409 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-409 (-566)))) (-15 -3313 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-771)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) -2768 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 #2=(-1081)) . T) ((-616 |#1|) . T) ((-616 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-614 (-538)) -12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566))))) ((-231 |#1|) . T) ((-233) . T) ((-287 (-409 $) (-409 $)) |has| |#1| (-558)) ((-287 |#1| |#1|) . T) ((-287 $ $) . T) ((-291) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-310 $) . T) ((-327 |#1| #0#) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2768 (|has| |#1| (-909)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-516 #2# |#1|) . T) ((-516 #2# $) . T) ((-516 $ $) . T) ((-558) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-646 #1#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #1#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-726) . T) ((-900 #2#) . T) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-886 (-381)) -12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381)))) ((-886 (-566)) -12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))) ((-949 |#1| #0# #2#) . T) ((-909) |has| |#1| (-909)) ((-920) |has| |#1| (-365)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 #2#) . T) ((-1038 |#1|) . T) ((-1051 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-1150)) ((-1218) |has| |#1| (-909)))
-((-1771 (((-644 (-1081)) $) 34)) (-2814 (($ $) 31)) (-1746 (($ |#2| |#3|) NIL) (($ $ (-1081) |#3|) 28) (($ $ (-644 (-1081)) (-644 |#3|)) 27)) (-2784 (($ $) 14)) (-2794 ((|#2| $) 12)) (-3902 ((|#3| $) 10)))
-(((-1241 |#1| |#2| |#3|) (-10 -8 (-15 -1771 ((-644 (-1081)) |#1|)) (-15 -1746 (|#1| |#1| (-644 (-1081)) (-644 |#3|))) (-15 -1746 (|#1| |#1| (-1081) |#3|)) (-15 -2814 (|#1| |#1|)) (-15 -1746 (|#1| |#2| |#3|)) (-15 -3902 (|#3| |#1|)) (-15 -2784 (|#1| |#1|)) (-15 -2794 (|#2| |#1|))) (-1242 |#2| |#3|) (-1049) (-792)) (T -1241))
-NIL
-(-10 -8 (-15 -1771 ((-644 (-1081)) |#1|)) (-15 -1746 (|#1| |#1| (-644 (-1081)) (-644 |#3|))) (-15 -1746 (|#1| |#1| (-1081) |#3|)) (-15 -2814 (|#1| |#1|)) (-15 -1746 (|#1| |#2| |#3|)) (-15 -3902 (|#3| |#1|)) (-15 -2784 (|#1| |#1|)) (-15 -2794 (|#2| |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1771 (((-644 (-1081)) $) 86)) (-4347 (((-1175) $) 115)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-2161 (($ $) 64 (|has| |#1| (-558)))) (-2345 (((-112) $) 66 (|has| |#1| (-558)))) (-2331 (($ $ |#2|) 110) (($ $ |#2| |#2|) 109)) (-4152 (((-1155 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 117)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-2814 (($ $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-3772 (((-112) $) 85)) (-2679 ((|#2| $) 112) ((|#2| $ |#2|) 111)) (-2389 (((-112) $) 35)) (-3394 (($ $ (-921)) 113)) (-2497 (((-112) $) 74)) (-1746 (($ |#1| |#2|) 73) (($ $ (-1081) |#2|) 88) (($ $ (-644 (-1081)) (-644 |#2|)) 87)) (-2319 (($ (-1 |#1| |#1|) $) 75)) (-2784 (($ $) 77)) (-2794 ((|#1| $) 78)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3369 (($ $ |#2|) 107)) (-2978 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-2023 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-1309 ((|#1| $ |#2|) 116) (($ $ $) 93 (|has| |#2| (-1111)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-3902 ((|#2| $) 76)) (-1687 (($ $) 84)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59 (|has| |#1| (-172)))) (-2271 ((|#1| $ |#2|) 71)) (-2633 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-4290 ((|#1| $) 114)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 65 (|has| |#1| (-558)))) (-3603 ((|#1| $ |#2|) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
-(((-1242 |#1| |#2|) (-140) (-1049) (-792)) (T -1242))
-((-4152 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-1155 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-1309 (*1 *2 *1 *3) (-12 (-4 *1 (-1242 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-4347 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-1175)))) (-4290 (*1 *2 *1) (-12 (-4 *1 (-1242 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-3394 (*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-1242 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-2679 (*1 *2 *1 *2) (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-2331 (*1 *1 *1 *2) (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-2331 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-3603 (*1 *2 *1 *3) (-12 (-4 *1 (-1242 *2 *3)) (-4 *3 (-792)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3152 (*2 (-1175)))) (-4 *2 (-1049)))) (-3369 (*1 *1 *1 *2) (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-2023 (*1 *2 *1 *3) (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1155 *3)))))
-(-13 (-973 |t#1| |t#2| (-1081)) (-10 -8 (-15 -4152 ((-1155 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -1309 (|t#1| $ |t#2|)) (-15 -4347 ((-1175) $)) (-15 -4290 (|t#1| $)) (-15 -3394 ($ $ (-921))) (-15 -2679 (|t#2| $)) (-15 -2679 (|t#2| $ |t#2|)) (-15 -2331 ($ $ |t#2|)) (-15 -2331 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -3152 (|t#1| (-1175)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -3603 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3369 ($ $ |t#2|)) (IF (|has| |t#2| (-1111)) (-6 (-287 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-233)) (IF (|has| |t#1| (-900 (-1175))) (-6 (-900 (-1175))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2023 ((-1155 |t#1|) $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-287 $ $) |has| |#2| (-1111)) ((-291) |has| |#1| (-558)) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| |#2| (-1081)) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-1378 ((|#2| |#2|) 12)) (-1364 (((-420 |#2|) |#2|) 14)) (-1756 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566)))) 30)))
-(((-1243 |#1| |#2|) (-10 -7 (-15 -1364 ((-420 |#2|) |#2|)) (-15 -1378 (|#2| |#2|)) (-15 -1756 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566)))))) (-558) (-13 (-1240 |#1|) (-558) (-10 -8 (-15 -2164 ($ $ $))))) (T -1243))
-((-1756 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-566)))) (-4 *4 (-13 (-1240 *3) (-558) (-10 -8 (-15 -2164 ($ $ $))))) (-4 *3 (-558)) (-5 *1 (-1243 *3 *4)))) (-1378 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-1243 *3 *2)) (-4 *2 (-13 (-1240 *3) (-558) (-10 -8 (-15 -2164 ($ $ $))))))) (-1364 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-420 *3)) (-5 *1 (-1243 *4 *3)) (-4 *3 (-13 (-1240 *4) (-558) (-10 -8 (-15 -2164 ($ $ $))))))))
-(-10 -7 (-15 -1364 ((-420 |#2|) |#2|)) (-15 -1378 (|#2| |#2|)) (-15 -1756 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566))))))
-((-2319 (((-1249 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1249 |#1| |#3| |#5|)) 24)))
-(((-1244 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2319 ((-1249 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1249 |#1| |#3| |#5|)))) (-1049) (-1049) (-1175) (-1175) |#1| |#2|) (T -1244))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1249 *5 *7 *9)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-14 *7 (-1175)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1249 *6 *8 *10)) (-5 *1 (-1244 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1175)))))
-(-10 -7 (-15 -2319 ((-1249 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1249 |#1| |#3| |#5|))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1771 (((-644 (-1081)) $) 86)) (-4347 (((-1175) $) 115)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-2161 (($ $) 64 (|has| |#1| (-558)))) (-2345 (((-112) $) 66 (|has| |#1| (-558)))) (-2331 (($ $ (-409 (-566))) 110) (($ $ (-409 (-566)) (-409 (-566))) 109)) (-4152 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) 117)) (-3963 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 174 (|has| |#1| (-365)))) (-1364 (((-420 $) $) 175 (|has| |#1| (-365)))) (-1635 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-2085 (((-112) $ $) 165 (|has| |#1| (-365)))) (-3941 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) 183)) (-3986 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) 18 T CONST)) (-2933 (($ $ $) 169 (|has| |#1| (-365)))) (-2814 (($ $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 168 (|has| |#1| (-365)))) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 163 (|has| |#1| (-365)))) (-1615 (((-112) $) 176 (|has| |#1| (-365)))) (-3772 (((-112) $) 85)) (-2281 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-409 (-566)) $) 112) (((-409 (-566)) $ (-409 (-566))) 111)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) 113) (($ $ (-409 (-566))) 182)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 172 (|has| |#1| (-365)))) (-2497 (((-112) $) 74)) (-1746 (($ |#1| (-409 (-566))) 73) (($ $ (-1081) (-409 (-566))) 88) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) 87)) (-2319 (($ (-1 |#1| |#1|) $) 75)) (-3619 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) 77)) (-2794 ((|#1| $) 78)) (-2128 (($ (-644 $)) 161 (|has| |#1| (-365))) (($ $ $) 160 (|has| |#1| (-365)))) (-3380 (((-1157) $) 10)) (-2748 (($ $) 177 (|has| |#1| (-365)))) (-3313 (($ $) 181 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 180 (-2768 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1199)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 162 (|has| |#1| (-365)))) (-2164 (($ (-644 $)) 159 (|has| |#1| (-365))) (($ $ $) 158 (|has| |#1| (-365)))) (-1624 (((-420 $) $) 173 (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 171 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 170 (|has| |#1| (-365)))) (-3369 (($ $ (-409 (-566))) 107)) (-2978 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 164 (|has| |#1| (-365)))) (-3521 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-4357 (((-771) $) 166 (|has| |#1| (-365)))) (-1309 ((|#1| $ (-409 (-566))) 116) (($ $ $) 93 (|has| (-409 (-566)) (-1111)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 167 (|has| |#1| (-365)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-3902 (((-409 (-566)) $) 76)) (-3996 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) 84)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 59 (|has| |#1| (-172))) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558)))) (-2271 ((|#1| $ (-409 (-566))) 71)) (-2633 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-4290 ((|#1| $) 114)) (-3044 (((-112) $ $) 9)) (-4032 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4008 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-409 (-566))) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 70 (|has| |#1| (-365))) (($ $ $) 179 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 178 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
-(((-1245 |#1|) (-140) (-1049)) (T -1245))
-((-1427 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| *4)))) (-4 *4 (-1049)) (-4 *1 (-1245 *4)))) (-3394 (*1 *1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-4 *1 (-1245 *3)) (-4 *3 (-1049)))) (-3313 (*1 *1 *1) (-12 (-4 *1 (-1245 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566)))))) (-3313 (*1 *1 *1 *2) (-2768 (-12 (-5 *2 (-1175)) (-4 *1 (-1245 *3)) (-4 *3 (-1049)) (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1199)) (-4 *3 (-38 (-409 (-566)))))) (-12 (-5 *2 (-1175)) (-4 *1 (-1245 *3)) (-4 *3 (-1049)) (-12 (|has| *3 (-15 -1771 ((-644 *2) *3))) (|has| *3 (-15 -3313 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566)))))))))
-(-13 (-1242 |t#1| (-409 (-566))) (-10 -8 (-15 -1427 ($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |t#1|))))) (-15 -3394 ($ $ (-409 (-566)))) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $)) (IF (|has| |t#1| (-15 -3313 (|t#1| |t#1| (-1175)))) (IF (|has| |t#1| (-15 -1771 ((-644 (-1175)) |t#1|))) (-15 -3313 ($ $ (-1175))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1199)) (IF (|has| |t#1| (-959)) (IF (|has| |t#1| (-29 (-566))) (-15 -3313 ($ $ (-1175))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1002)) (-6 (-1199))) |%noBranch|) (IF (|has| |t#1| (-365)) (-6 (-365)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-409 (-566))) . T) ((-25) . T) ((-38 #1=(-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) ((-243) |has| |#1| (-365)) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 $ $) |has| (-409 (-566)) (-1111)) ((-291) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-365) |has| |#1| (-365)) ((-454) |has| |#1| (-365)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-558) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-646 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-717 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| #0# (-1081)) . T) ((-920) |has| |#1| (-365)) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1051 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1199) |has| |#1| (-38 (-409 (-566)))) ((-1202) |has| |#1| (-38 (-409 (-566)))) ((-1218) |has| |#1| (-365)) ((-1242 |#1| #0#) . T))
-((-3230 (((-112) $) 12)) (-2229 (((-3 |#3| "failed") $) 17)) (-4158 ((|#3| $) 14)))
-(((-1246 |#1| |#2| |#3|) (-10 -8 (-15 -2229 ((-3 |#3| "failed") |#1|)) (-15 -4158 (|#3| |#1|)) (-15 -3230 ((-112) |#1|))) (-1247 |#2| |#3|) (-1049) (-1224 |#2|)) (T -1246))
-NIL
-(-10 -8 (-15 -2229 ((-3 |#3| "failed") |#1|)) (-15 -4158 (|#3| |#1|)) (-15 -3230 ((-112) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1771 (((-644 (-1081)) $) 86)) (-4347 (((-1175) $) 115)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-2161 (($ $) 64 (|has| |#1| (-558)))) (-2345 (((-112) $) 66 (|has| |#1| (-558)))) (-2331 (($ $ (-409 (-566))) 110) (($ $ (-409 (-566)) (-409 (-566))) 109)) (-4152 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) 117)) (-3963 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 174 (|has| |#1| (-365)))) (-1364 (((-420 $) $) 175 (|has| |#1| (-365)))) (-1635 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-2085 (((-112) $ $) 165 (|has| |#1| (-365)))) (-3941 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) 183)) (-3986 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#2| "failed") $) 194)) (-4158 ((|#2| $) 195)) (-2933 (($ $ $) 169 (|has| |#1| (-365)))) (-2814 (($ $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-1811 (((-409 (-566)) $) 191)) (-2945 (($ $ $) 168 (|has| |#1| (-365)))) (-2729 (($ (-409 (-566)) |#2|) 192)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 163 (|has| |#1| (-365)))) (-1615 (((-112) $) 176 (|has| |#1| (-365)))) (-3772 (((-112) $) 85)) (-2281 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-409 (-566)) $) 112) (((-409 (-566)) $ (-409 (-566))) 111)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) 113) (($ $ (-409 (-566))) 182)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 172 (|has| |#1| (-365)))) (-2497 (((-112) $) 74)) (-1746 (($ |#1| (-409 (-566))) 73) (($ $ (-1081) (-409 (-566))) 88) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) 87)) (-2319 (($ (-1 |#1| |#1|) $) 75)) (-3619 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) 77)) (-2794 ((|#1| $) 78)) (-2128 (($ (-644 $)) 161 (|has| |#1| (-365))) (($ $ $) 160 (|has| |#1| (-365)))) (-2877 ((|#2| $) 190)) (-3320 (((-3 |#2| "failed") $) 188)) (-2719 ((|#2| $) 189)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 177 (|has| |#1| (-365)))) (-3313 (($ $) 181 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 180 (-2768 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1199)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 162 (|has| |#1| (-365)))) (-2164 (($ (-644 $)) 159 (|has| |#1| (-365))) (($ $ $) 158 (|has| |#1| (-365)))) (-1624 (((-420 $) $) 173 (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 171 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 170 (|has| |#1| (-365)))) (-3369 (($ $ (-409 (-566))) 107)) (-2978 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 164 (|has| |#1| (-365)))) (-3521 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-4357 (((-771) $) 166 (|has| |#1| (-365)))) (-1309 ((|#1| $ (-409 (-566))) 116) (($ $ $) 93 (|has| (-409 (-566)) (-1111)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 167 (|has| |#1| (-365)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-3902 (((-409 (-566)) $) 76)) (-3996 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) 84)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 59 (|has| |#1| (-172))) (($ |#2|) 193) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558)))) (-2271 ((|#1| $ (-409 (-566))) 71)) (-2633 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-4290 ((|#1| $) 114)) (-3044 (((-112) $ $) 9)) (-4032 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4008 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-409 (-566))) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 70 (|has| |#1| (-365))) (($ $ $) 179 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 178 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
-(((-1247 |#1| |#2|) (-140) (-1049) (-1224 |t#1|)) (T -1247))
-((-3902 (*1 *2 *1) (-12 (-4 *1 (-1247 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1224 *3)) (-5 *2 (-409 (-566))))) (-2729 (*1 *1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-4 *4 (-1049)) (-4 *1 (-1247 *4 *3)) (-4 *3 (-1224 *4)))) (-1811 (*1 *2 *1) (-12 (-4 *1 (-1247 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1224 *3)) (-5 *2 (-409 (-566))))) (-2877 (*1 *2 *1) (-12 (-4 *1 (-1247 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1224 *3)))) (-2719 (*1 *2 *1) (-12 (-4 *1 (-1247 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1224 *3)))) (-3320 (*1 *2 *1) (|partial| -12 (-4 *1 (-1247 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1224 *3)))))
-(-13 (-1245 |t#1|) (-1038 |t#2|) (-616 |t#2|) (-10 -8 (-15 -2729 ($ (-409 (-566)) |t#2|)) (-15 -1811 ((-409 (-566)) $)) (-15 -2877 (|t#2| $)) (-15 -3902 ((-409 (-566)) $)) (-15 -2719 (|t#2| $)) (-15 -3320 ((-3 |t#2| "failed") $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-409 (-566))) . T) ((-25) . T) ((-38 #1=(-409 (-566))) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 |#2|) . T) ((-616 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) ((-243) |has| |#1| (-365)) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 $ $) |has| (-409 (-566)) (-1111)) ((-291) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-365) |has| |#1| (-365)) ((-454) |has| |#1| (-365)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-558) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-646 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-717 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| #0# (-1081)) . T) ((-920) |has| |#1| (-365)) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1038 |#2|) . T) ((-1051 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) -2768 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1199) |has| |#1| (-38 (-409 (-566)))) ((-1202) |has| |#1| (-38 (-409 (-566)))) ((-1218) |has| |#1| (-365)) ((-1242 |#1| #0#) . T) ((-1245 |#1|) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) 104)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-2331 (($ $ (-409 (-566))) 116) (($ $ (-409 (-566)) (-409 (-566))) 118)) (-4152 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) 54)) (-3963 (($ $) 192 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 168 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| |#1| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-365)))) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3941 (($ $) 188 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 164 (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) 65)) (-3986 (($ $) 196 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 172 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) NIL)) (-4158 ((|#2| $) NIL)) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) 85)) (-1811 (((-409 (-566)) $) 13)) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-2729 (($ (-409 (-566)) |#2|) 11)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-1615 (((-112) $) NIL (|has| |#1| (-365)))) (-3772 (((-112) $) 74)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-409 (-566)) $) 113) (((-409 (-566)) $ (-409 (-566))) 114)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) 130) (($ $ (-409 (-566))) 128)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-409 (-566))) 33) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-2319 (($ (-1 |#1| |#1|) $) 125)) (-3619 (($ $) 162 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2877 ((|#2| $) 12)) (-3320 (((-3 |#2| "failed") $) 44)) (-2719 ((|#2| $) 45)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) 101 (|has| |#1| (-365)))) (-3313 (($ $) 146 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 151 (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199)))))) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3369 (($ $ (-409 (-566))) 122)) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3521 (($ $) 160 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ (-409 (-566))) 108) (($ $ $) 94 (|has| (-409 (-566)) (-1111)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) 138 (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 134 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-3902 (((-409 (-566)) $) 16)) (-3996 (($ $) 198 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 174 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 194 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 170 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 190 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 166 (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) 120)) (-3152 (((-862) $) NIL) (($ (-566)) 37) (($ |#1|) 27 (|has| |#1| (-172))) (($ |#2|) 34) (($ (-409 (-566))) 139 (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2271 ((|#1| $ (-409 (-566))) 107)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) 127 T CONST)) (-4290 ((|#1| $) 106)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) 204 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 180 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) 200 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 176 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 208 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 184 (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-409 (-566))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) 210 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 186 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 206 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 182 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 202 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 178 (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 21 T CONST)) (-4366 (($) 17 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2914 (((-112) $ $) 72)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) 100 (|has| |#1| (-365)))) (-3012 (($ $) 142) (($ $ $) 78)) (-3002 (($ $ $) 76)) (** (($ $ (-921)) NIL) (($ $ (-771)) 82) (($ $ (-566)) 157 (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 158 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 80) (($ $ |#1|) NIL) (($ |#1| $) 137) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-1248 |#1| |#2|) (-1247 |#1| |#2|) (-1049) (-1224 |#1|)) (T -1248))
-NIL
-(-1247 |#1| |#2|)
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) 11)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) NIL (|has| |#1| (-558)))) (-2331 (($ $ (-409 (-566))) NIL) (($ $ (-409 (-566)) (-409 (-566))) NIL)) (-4152 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) NIL)) (-3963 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1378 (($ $) NIL (|has| |#1| (-365)))) (-1364 (((-420 $) $) NIL (|has| |#1| (-365)))) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2085 (((-112) $ $) NIL (|has| |#1| (-365)))) (-3941 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) NIL)) (-3986 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-1228 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1256 |#1| |#2| |#3|) "failed") $) 22)) (-4158 (((-1228 |#1| |#2| |#3|) $) NIL) (((-1256 |#1| |#2| |#3|) $) NIL)) (-2933 (($ $ $) NIL (|has| |#1| (-365)))) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-1811 (((-409 (-566)) $) 69)) (-2945 (($ $ $) NIL (|has| |#1| (-365)))) (-2729 (($ (-409 (-566)) (-1228 |#1| |#2| |#3|)) NIL)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-1615 (((-112) $) NIL (|has| |#1| (-365)))) (-3772 (((-112) $) NIL)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-409 (-566)) $) NIL) (((-409 (-566)) $ (-409 (-566))) NIL)) (-2389 (((-112) $) NIL)) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) NIL) (($ $ (-409 (-566))) NIL)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-409 (-566))) 30) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3619 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-2128 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2877 (((-1228 |#1| |#2| |#3|) $) 72)) (-3320 (((-3 (-1228 |#1| |#2| |#3|) "failed") $) NIL)) (-2719 (((-1228 |#1| |#2| |#3|) $) NIL)) (-3380 (((-1157) $) NIL)) (-2748 (($ $) NIL (|has| |#1| (-365)))) (-3313 (($ $) 39 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199))))) (($ $ (-1260 |#2|)) 40 (|has| |#1| (-38 (-409 (-566)))))) (-4072 (((-1119) $) NIL)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-2164 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-1624 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3005 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) NIL (|has| |#1| (-365)))) (-3369 (($ $ (-409 (-566))) NIL)) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2915 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3521 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-4357 (((-771) $) NIL (|has| |#1| (-365)))) (-1309 ((|#1| $ (-409 (-566))) NIL) (($ $ $) NIL (|has| (-409 (-566)) (-1111)))) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) NIL (|has| |#1| (-365)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $ (-1260 |#2|)) 38)) (-3902 (((-409 (-566)) $) NIL)) (-3996 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) NIL)) (-3152 (((-862) $) 109) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1228 |#1| |#2| |#3|)) 16) (($ (-1256 |#1| |#2| |#3|)) 17) (($ (-1260 |#2|)) 36) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2271 ((|#1| $ (-409 (-566))) NIL)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-4290 ((|#1| $) 12)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-409 (-566))) 74 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 32 T CONST)) (-4366 (($) 26 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 34)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-1249 |#1| |#2| |#3|) (-13 (-1247 |#1| (-1228 |#1| |#2| |#3|)) (-1038 (-1256 |#1| |#2| |#3|)) (-616 (-1260 |#2|)) (-10 -8 (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1249))
-((-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1249 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3313 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1249 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
-(-13 (-1247 |#1| (-1228 |#1| |#2| |#3|)) (-1038 (-1256 |#1| |#2| |#3|)) (-616 (-1260 |#2|)) (-10 -8 (-15 -3629 ($ $ (-1260 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 37)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL)) (-2161 (($ $) NIL)) (-2345 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 (-566) "failed") $) NIL (|has| (-1249 |#2| |#3| |#4|) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-1249 |#2| |#3| |#4|) (-1038 (-409 (-566))))) (((-3 (-1249 |#2| |#3| |#4|) "failed") $) 22)) (-4158 (((-566) $) NIL (|has| (-1249 |#2| |#3| |#4|) (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| (-1249 |#2| |#3| |#4|) (-1038 (-409 (-566))))) (((-1249 |#2| |#3| |#4|) $) NIL)) (-2814 (($ $) 41)) (-3245 (((-3 $ "failed") $) 27)) (-2616 (($ $) NIL (|has| (-1249 |#2| |#3| |#4|) (-454)))) (-1896 (($ $ (-1249 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|) $) NIL)) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) 11)) (-2497 (((-112) $) NIL)) (-1746 (($ (-1249 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) 25)) (-2749 (((-320 |#2| |#3| |#4|) $) NIL)) (-3021 (($ (-1 (-320 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) $) NIL)) (-2319 (($ (-1 (-1249 |#2| |#3| |#4|) (-1249 |#2| |#3| |#4|)) $) NIL)) (-2298 (((-3 (-843 |#2|) "failed") $) 90)) (-2784 (($ $) NIL)) (-2794 (((-1249 |#2| |#3| |#4|) $) 20)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-2761 (((-112) $) NIL)) (-2773 (((-1249 |#2| |#3| |#4|) $) NIL)) (-2978 (((-3 $ "failed") $ (-1249 |#2| |#3| |#4|)) NIL (|has| (-1249 |#2| |#3| |#4|) (-558))) (((-3 $ "failed") $ $) NIL)) (-1534 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1249 |#2| |#3| |#4|)) (|:| |%expon| (-320 |#2| |#3| |#4|)) (|:| |%expTerms| (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#2|)))))) (|:| |%type| (-1157))) "failed") $) 74)) (-3902 (((-320 |#2| |#3| |#4|) $) 17)) (-3173 (((-1249 |#2| |#3| |#4|) $) NIL (|has| (-1249 |#2| |#3| |#4|) (-454)))) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ (-1249 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL (-2768 (|has| (-1249 |#2| |#3| |#4|) (-38 (-409 (-566)))) (|has| (-1249 |#2| |#3| |#4|) (-1038 (-409 (-566))))))) (-1643 (((-644 (-1249 |#2| |#3| |#4|)) $) NIL)) (-2271 (((-1249 |#2| |#3| |#4|) $ (-320 |#2| |#3| |#4|)) NIL)) (-2633 (((-3 $ "failed") $) NIL (|has| (-1249 |#2| |#3| |#4|) (-145)))) (-2593 (((-771)) NIL T CONST)) (-2021 (($ $ $ (-771)) NIL (|has| (-1249 |#2| |#3| |#4|) (-172)))) (-3044 (((-112) $ $) NIL)) (-3014 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-4366 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ (-1249 |#2| |#3| |#4|)) NIL (|has| (-1249 |#2| |#3| |#4|) (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-1249 |#2| |#3| |#4|)) NIL) (($ (-1249 |#2| |#3| |#4|) $) NIL) (($ (-409 (-566)) $) NIL (|has| (-1249 |#2| |#3| |#4|) (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| (-1249 |#2| |#3| |#4|) (-38 (-409 (-566)))))))
-(((-1250 |#1| |#2| |#3| |#4|) (-13 (-327 (-1249 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) (-558) (-10 -8 (-15 -2298 ((-3 (-843 |#2|) "failed") $)) (-15 -1534 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1249 |#2| |#3| |#4|)) (|:| |%expon| (-320 |#2| |#3| |#4|)) (|:| |%expTerms| (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#2|)))))) (|:| |%type| (-1157))) "failed") $)))) (-13 (-1038 (-566)) (-639 (-566)) (-454)) (-13 (-27) (-1199) (-432 |#1|)) (-1175) |#2|) (T -1250))
-((-2298 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454))) (-5 *2 (-843 *4)) (-5 *1 (-1250 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1199) (-432 *3))) (-14 *5 (-1175)) (-14 *6 *4))) (-1534 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1249 *4 *5 *6)) (|:| |%expon| (-320 *4 *5 *6)) (|:| |%expTerms| (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| *4)))))) (|:| |%type| (-1157)))) (-5 *1 (-1250 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1199) (-432 *3))) (-14 *5 (-1175)) (-14 *6 *4))))
-(-13 (-327 (-1249 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) (-558) (-10 -8 (-15 -2298 ((-3 (-843 |#2|) "failed") $)) (-15 -1534 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1249 |#2| |#3| |#4|)) (|:| |%expon| (-320 |#2| |#3| |#4|)) (|:| |%expTerms| (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#2|)))))) (|:| |%type| (-1157))) "failed") $))))
-((-2876 ((|#2| $) 34)) (-3541 ((|#2| $) 18)) (-3214 (($ $) 52)) (-4258 (($ $ (-566)) 85)) (-1504 (((-112) $ (-771)) 46)) (-2191 ((|#2| $ |#2|) 82)) (-1948 ((|#2| $ |#2|) 78)) (-1456 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 71) (($ $ "rest" $) 75) ((|#2| $ "last" |#2|) 73)) (-4202 (($ $ (-644 $)) 81)) (-3531 ((|#2| $) 17)) (-3919 (($ $) NIL) (($ $ (-771)) 59)) (-3431 (((-644 $) $) 31)) (-1507 (((-112) $ $) 69)) (-3456 (((-112) $ (-771)) 45)) (-3267 (((-112) $ (-771)) 43)) (-3860 (((-112) $) 33)) (-2641 ((|#2| $) 25) (($ $ (-771)) 64)) (-1309 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-3786 (((-112) $) 23)) (-4018 (($ $) 55)) (-3810 (($ $) 86)) (-2916 (((-771) $) 58)) (-1922 (($ $) 57)) (-4386 (($ $ $) 77) (($ |#2| $) NIL)) (-1926 (((-644 $) $) 32)) (-2914 (((-112) $ $) 67)) (-3000 (((-771) $) 51)))
-(((-1251 |#1| |#2|) (-10 -8 (-15 -4258 (|#1| |#1| (-566))) (-15 -1456 (|#2| |#1| "last" |#2|)) (-15 -1948 (|#2| |#1| |#2|)) (-15 -1456 (|#1| |#1| "rest" |#1|)) (-15 -1456 (|#2| |#1| "first" |#2|)) (-15 -3810 (|#1| |#1|)) (-15 -4018 (|#1| |#1|)) (-15 -2916 ((-771) |#1|)) (-15 -1922 (|#1| |#1|)) (-15 -3541 (|#2| |#1|)) (-15 -3531 (|#2| |#1|)) (-15 -3214 (|#1| |#1|)) (-15 -2641 (|#1| |#1| (-771))) (-15 -1309 (|#2| |#1| "last")) (-15 -2641 (|#2| |#1|)) (-15 -3919 (|#1| |#1| (-771))) (-15 -1309 (|#1| |#1| "rest")) (-15 -3919 (|#1| |#1|)) (-15 -1309 (|#2| |#1| "first")) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#1|)) (-15 -2191 (|#2| |#1| |#2|)) (-15 -1456 (|#2| |#1| "value" |#2|)) (-15 -4202 (|#1| |#1| (-644 |#1|))) (-15 -1507 ((-112) |#1| |#1|)) (-15 -3786 ((-112) |#1|)) (-15 -1309 (|#2| |#1| "value")) (-15 -2876 (|#2| |#1|)) (-15 -3860 ((-112) |#1|)) (-15 -3431 ((-644 |#1|) |#1|)) (-15 -1926 ((-644 |#1|) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -3000 ((-771) |#1|)) (-15 -1504 ((-112) |#1| (-771))) (-15 -3456 ((-112) |#1| (-771))) (-15 -3267 ((-112) |#1| (-771)))) (-1252 |#2|) (-1214)) (T -1251))
-NIL
-(-10 -8 (-15 -4258 (|#1| |#1| (-566))) (-15 -1456 (|#2| |#1| "last" |#2|)) (-15 -1948 (|#2| |#1| |#2|)) (-15 -1456 (|#1| |#1| "rest" |#1|)) (-15 -1456 (|#2| |#1| "first" |#2|)) (-15 -3810 (|#1| |#1|)) (-15 -4018 (|#1| |#1|)) (-15 -2916 ((-771) |#1|)) (-15 -1922 (|#1| |#1|)) (-15 -3541 (|#2| |#1|)) (-15 -3531 (|#2| |#1|)) (-15 -3214 (|#1| |#1|)) (-15 -2641 (|#1| |#1| (-771))) (-15 -1309 (|#2| |#1| "last")) (-15 -2641 (|#2| |#1|)) (-15 -3919 (|#1| |#1| (-771))) (-15 -1309 (|#1| |#1| "rest")) (-15 -3919 (|#1| |#1|)) (-15 -1309 (|#2| |#1| "first")) (-15 -4386 (|#1| |#2| |#1|)) (-15 -4386 (|#1| |#1| |#1|)) (-15 -2191 (|#2| |#1| |#2|)) (-15 -1456 (|#2| |#1| "value" |#2|)) (-15 -4202 (|#1| |#1| (-644 |#1|))) (-15 -1507 ((-112) |#1| |#1|)) (-15 -3786 ((-112) |#1|)) (-15 -1309 (|#2| |#1| "value")) (-15 -2876 (|#2| |#1|)) (-15 -3860 ((-112) |#1|)) (-15 -3431 ((-644 |#1|) |#1|)) (-15 -1926 ((-644 |#1|) |#1|)) (-15 -2914 ((-112) |#1| |#1|)) (-15 -3000 ((-771) |#1|)) (-15 -1504 ((-112) |#1| (-771))) (-15 -3456 ((-112) |#1| (-771))) (-15 -3267 ((-112) |#1| (-771))))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2876 ((|#1| $) 49)) (-3541 ((|#1| $) 66)) (-3214 (($ $) 68)) (-4258 (($ $ (-566)) 53 (|has| $ (-6 -4415)))) (-1504 (((-112) $ (-771)) 8)) (-2191 ((|#1| $ |#1|) 40 (|has| $ (-6 -4415)))) (-1813 (($ $ $) 57 (|has| $ (-6 -4415)))) (-1948 ((|#1| $ |#1|) 55 (|has| $ (-6 -4415)))) (-1381 ((|#1| $ |#1|) 59 (|has| $ (-6 -4415)))) (-1456 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4415))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4415))) (($ $ "rest" $) 56 (|has| $ (-6 -4415))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4415)))) (-4202 (($ $ (-644 $)) 42 (|has| $ (-6 -4415)))) (-3531 ((|#1| $) 67)) (-2463 (($) 7 T CONST)) (-3919 (($ $) 74) (($ $ (-771)) 72)) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-3431 (((-644 $) $) 51)) (-1507 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-3456 (((-112) $ (-771)) 9)) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36)) (-3267 (((-112) $ (-771)) 10)) (-1458 (((-644 |#1|) $) 46)) (-3860 (((-112) $) 50)) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-2641 ((|#1| $) 71) (($ $ (-771)) 69)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3908 ((|#1| $) 77) (($ $ (-771)) 75)) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70)) (-1696 (((-566) $ $) 45)) (-3786 (((-112) $) 47)) (-4018 (($ $) 63)) (-3810 (($ $) 60 (|has| $ (-6 -4415)))) (-2916 (((-771) $) 64)) (-1922 (($ $) 65)) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-1480 (($ $) 13)) (-1690 (($ $ $) 62 (|has| $ (-6 -4415))) (($ $ |#1|) 61 (|has| $ (-6 -4415)))) (-4386 (($ $ $) 79) (($ |#1| $) 78)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-1926 (((-644 $) $) 52)) (-4385 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-1252 |#1|) (-140) (-1214)) (T -1252))
-((-4386 (*1 *1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-4386 (*1 *1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-3908 (*1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-3908 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1252 *3)) (-4 *3 (-1214)))) (-3919 (*1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1309 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1252 *3)) (-4 *3 (-1214)))) (-3919 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1252 *3)) (-4 *3 (-1214)))) (-2641 (*1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1309 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-2641 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1252 *3)) (-4 *3 (-1214)))) (-3214 (*1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-3531 (*1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-3541 (*1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1922 (*1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-2916 (*1 *2 *1) (-12 (-4 *1 (-1252 *3)) (-4 *3 (-1214)) (-5 *2 (-771)))) (-4018 (*1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1690 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1690 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-3810 (*1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1381 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1456 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1813 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1456 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4415)) (-4 *1 (-1252 *3)) (-4 *3 (-1214)))) (-1948 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-1456 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))) (-4258 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (|has| *1 (-6 -4415)) (-4 *1 (-1252 *3)) (-4 *3 (-1214)))))
-(-13 (-1010 |t#1|) (-10 -8 (-15 -4386 ($ $ $)) (-15 -4386 ($ |t#1| $)) (-15 -3908 (|t#1| $)) (-15 -1309 (|t#1| $ "first")) (-15 -3908 ($ $ (-771))) (-15 -3919 ($ $)) (-15 -1309 ($ $ "rest")) (-15 -3919 ($ $ (-771))) (-15 -2641 (|t#1| $)) (-15 -1309 (|t#1| $ "last")) (-15 -2641 ($ $ (-771))) (-15 -3214 ($ $)) (-15 -3531 (|t#1| $)) (-15 -3541 (|t#1| $)) (-15 -1922 ($ $)) (-15 -2916 ((-771) $)) (-15 -4018 ($ $)) (IF (|has| $ (-6 -4415)) (PROGN (-15 -1690 ($ $ $)) (-15 -1690 ($ $ |t#1|)) (-15 -3810 ($ $)) (-15 -1381 (|t#1| $ |t#1|)) (-15 -1456 (|t#1| $ "first" |t#1|)) (-15 -1813 ($ $ $)) (-15 -1456 ($ $ "rest" $)) (-15 -1948 (|t#1| $ |t#1|)) (-15 -1456 (|t#1| $ "last" |t#1|)) (-15 -4258 ($ $ (-566)))) |%noBranch|)))
-(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1214) . T))
-((-2319 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
-(((-1253 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2319 (|#4| (-1 |#2| |#1|) |#3|))) (-1049) (-1049) (-1255 |#1|) (-1255 |#2|)) (T -1253))
-((-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-4 *2 (-1255 *6)) (-5 *1 (-1253 *5 *6 *4 *2)) (-4 *4 (-1255 *5)))))
-(-10 -7 (-15 -2319 (|#4| (-1 |#2| |#1|) |#3|)))
-((-3230 (((-112) $) 17)) (-3963 (($ $) 106)) (-3630 (($ $) 82)) (-3941 (($ $) 102)) (-3602 (($ $) 78)) (-3986 (($ $) 110)) (-3656 (($ $) 86)) (-3619 (($ $) 76)) (-3521 (($ $) 74)) (-3996 (($ $) 112)) (-3670 (($ $) 88)) (-3976 (($ $) 108)) (-3643 (($ $) 84)) (-3952 (($ $) 104)) (-3618 (($ $) 80)) (-3152 (((-862) $) 62) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-4032 (($ $) 118)) (-3892 (($ $) 94)) (-4008 (($ $) 114)) (-3684 (($ $) 90)) (-4057 (($ $) 122)) (-3917 (($ $) 98)) (-3964 (($ $) 124)) (-3929 (($ $) 100)) (-4044 (($ $) 120)) (-3904 (($ $) 96)) (-4020 (($ $) 116)) (-3879 (($ $) 92)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ |#2|) 66) (($ $ $) 69) (($ $ (-409 (-566))) 72)))
-(((-1254 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -3630 (|#1| |#1|)) (-15 -3602 (|#1| |#1|)) (-15 -3656 (|#1| |#1|)) (-15 -3670 (|#1| |#1|)) (-15 -3643 (|#1| |#1|)) (-15 -3618 (|#1| |#1|)) (-15 -3879 (|#1| |#1|)) (-15 -3904 (|#1| |#1|)) (-15 -3929 (|#1| |#1|)) (-15 -3917 (|#1| |#1|)) (-15 -3684 (|#1| |#1|)) (-15 -3892 (|#1| |#1|)) (-15 -3952 (|#1| |#1|)) (-15 -3976 (|#1| |#1|)) (-15 -3996 (|#1| |#1|)) (-15 -3986 (|#1| |#1|)) (-15 -3941 (|#1| |#1|)) (-15 -3963 (|#1| |#1|)) (-15 -4020 (|#1| |#1|)) (-15 -4044 (|#1| |#1|)) (-15 -3964 (|#1| |#1|)) (-15 -4057 (|#1| |#1|)) (-15 -4008 (|#1| |#1|)) (-15 -4032 (|#1| |#1|)) (-15 -3619 (|#1| |#1|)) (-15 -3521 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))) (-15 -3230 ((-112) |#1|)) (-15 -3152 ((-862) |#1|))) (-1255 |#2|) (-1049)) (T -1254))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -3630 (|#1| |#1|)) (-15 -3602 (|#1| |#1|)) (-15 -3656 (|#1| |#1|)) (-15 -3670 (|#1| |#1|)) (-15 -3643 (|#1| |#1|)) (-15 -3618 (|#1| |#1|)) (-15 -3879 (|#1| |#1|)) (-15 -3904 (|#1| |#1|)) (-15 -3929 (|#1| |#1|)) (-15 -3917 (|#1| |#1|)) (-15 -3684 (|#1| |#1|)) (-15 -3892 (|#1| |#1|)) (-15 -3952 (|#1| |#1|)) (-15 -3976 (|#1| |#1|)) (-15 -3996 (|#1| |#1|)) (-15 -3986 (|#1| |#1|)) (-15 -3941 (|#1| |#1|)) (-15 -3963 (|#1| |#1|)) (-15 -4020 (|#1| |#1|)) (-15 -4044 (|#1| |#1|)) (-15 -3964 (|#1| |#1|)) (-15 -4057 (|#1| |#1|)) (-15 -4008 (|#1| |#1|)) (-15 -4032 (|#1| |#1|)) (-15 -3619 (|#1| |#1|)) (-15 -3521 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3152 (|#1| |#2|)) (-15 -3152 (|#1| |#1|)) (-15 -3152 (|#1| (-409 (-566)))) (-15 -3152 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))) (-15 -3230 ((-112) |#1|)) (-15 -3152 ((-862) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-1771 (((-644 (-1081)) $) 86)) (-4347 (((-1175) $) 115)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-2161 (($ $) 64 (|has| |#1| (-558)))) (-2345 (((-112) $) 66 (|has| |#1| (-558)))) (-2331 (($ $ (-771)) 110) (($ $ (-771) (-771)) 109)) (-4152 (((-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|))) $) 117)) (-3963 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) 20)) (-1635 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-3941 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|)))) 167) (($ (-1155 |#1|)) 165)) (-3986 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) 18 T CONST)) (-2814 (($ $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-2183 (($ $) 164)) (-2016 (((-952 |#1|) $ (-771)) 162) (((-952 |#1|) $ (-771) (-771)) 161)) (-3772 (((-112) $) 85)) (-2281 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-771) $) 112) (((-771) $ (-771)) 111)) (-2389 (((-112) $) 35)) (-1575 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-3394 (($ $ (-921)) 113)) (-3657 (($ (-1 |#1| (-566)) $) 163)) (-2497 (((-112) $) 74)) (-1746 (($ |#1| (-771)) 73) (($ $ (-1081) (-771)) 88) (($ $ (-644 (-1081)) (-644 (-771))) 87)) (-2319 (($ (-1 |#1| |#1|) $) 75)) (-3619 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) 77)) (-2794 ((|#1| $) 78)) (-3380 (((-1157) $) 10)) (-3313 (($ $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 158 (-2768 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1199)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-4072 (((-1119) $) 11)) (-3369 (($ $ (-771)) 107)) (-2978 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-3521 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-2023 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-771)))))) (-1309 ((|#1| $ (-771)) 116) (($ $ $) 93 (|has| (-771) (-1111)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (-3902 (((-771) $) 76)) (-3996 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) 84)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59 (|has| |#1| (-172)))) (-1643 (((-1155 |#1|) $) 166)) (-2271 ((|#1| $ (-771)) 71)) (-2633 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2593 (((-771)) 32 T CONST)) (-4290 ((|#1| $) 114)) (-3044 (((-112) $ $) 9)) (-4032 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4008 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-771)) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-771)))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ |#1|) 160 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
-(((-1255 |#1|) (-140) (-1049)) (T -1255))
-((-1427 (*1 *1 *2) (-12 (-5 *2 (-1155 (-2 (|:| |k| (-771)) (|:| |c| *3)))) (-4 *3 (-1049)) (-4 *1 (-1255 *3)))) (-1643 (*1 *2 *1) (-12 (-4 *1 (-1255 *3)) (-4 *3 (-1049)) (-5 *2 (-1155 *3)))) (-1427 (*1 *1 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-4 *1 (-1255 *3)))) (-2183 (*1 *1 *1) (-12 (-4 *1 (-1255 *2)) (-4 *2 (-1049)))) (-3657 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-566))) (-4 *1 (-1255 *3)) (-4 *3 (-1049)))) (-2016 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-1255 *4)) (-4 *4 (-1049)) (-5 *2 (-952 *4)))) (-2016 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-4 *1 (-1255 *4)) (-4 *4 (-1049)) (-5 *2 (-952 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1255 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3313 (*1 *1 *1) (-12 (-4 *1 (-1255 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566)))))) (-3313 (*1 *1 *1 *2) (-2768 (-12 (-5 *2 (-1175)) (-4 *1 (-1255 *3)) (-4 *3 (-1049)) (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1199)) (-4 *3 (-38 (-409 (-566)))))) (-12 (-5 *2 (-1175)) (-4 *1 (-1255 *3)) (-4 *3 (-1049)) (-12 (|has| *3 (-15 -1771 ((-644 *2) *3))) (|has| *3 (-15 -3313 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566)))))))))
-(-13 (-1242 |t#1| (-771)) (-10 -8 (-15 -1427 ($ (-1155 (-2 (|:| |k| (-771)) (|:| |c| |t#1|))))) (-15 -1643 ((-1155 |t#1|) $)) (-15 -1427 ($ (-1155 |t#1|))) (-15 -2183 ($ $)) (-15 -3657 ($ (-1 |t#1| (-566)) $)) (-15 -2016 ((-952 |t#1|) $ (-771))) (-15 -2016 ((-952 |t#1|) $ (-771) (-771))) (IF (|has| |t#1| (-365)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -3313 ($ $)) (IF (|has| |t#1| (-15 -3313 (|t#1| |t#1| (-1175)))) (IF (|has| |t#1| (-15 -1771 ((-644 (-1175)) |t#1|))) (-15 -3313 ($ $ (-1175))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1199)) (IF (|has| |t#1| (-959)) (IF (|has| |t#1| (-29 (-566))) (-15 -3313 ($ $ (-1175))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1002)) (-6 (-1199))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-771)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-771) |#1|))) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 $ $) |has| (-771) (-1111)) ((-291) |has| |#1| (-558)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-558) |has| |#1| (-558)) ((-646 #1#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #1#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| #0# (-1081)) . T) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1051 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2768 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1199) |has| |#1| (-38 (-409 (-566)))) ((-1202) |has| |#1| (-38 (-409 (-566)))) ((-1242 |#1| #0#) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-1771 (((-644 (-1081)) $) NIL)) (-4347 (((-1175) $) 93)) (-2312 (((-1237 |#2| |#1|) $ (-771)) 74)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-2161 (($ $) NIL (|has| |#1| (-558)))) (-2345 (((-112) $) 145 (|has| |#1| (-558)))) (-2331 (($ $ (-771)) 130) (($ $ (-771) (-771)) 133)) (-4152 (((-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|))) $) 43)) (-3963 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3630 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3967 (((-3 $ "failed") $ $) NIL)) (-1635 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3941 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3602 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1427 (($ (-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|)))) 53) (($ (-1155 |#1|)) NIL)) (-3986 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3656 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2463 (($) NIL T CONST)) (-3583 (($ $) 137)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-2183 (($ $) 143)) (-2016 (((-952 |#1|) $ (-771)) 64) (((-952 |#1|) $ (-771) (-771)) 66)) (-3772 (((-112) $) NIL)) (-2281 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2679 (((-771) $) NIL) (((-771) $ (-771)) NIL)) (-2389 (((-112) $) NIL)) (-4275 (($ $) 120)) (-1575 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2732 (($ (-566) (-566) $) 139)) (-3394 (($ $ (-921)) 142)) (-3657 (($ (-1 |#1| (-566)) $) 114)) (-2497 (((-112) $) NIL)) (-1746 (($ |#1| (-771)) 16) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2319 (($ (-1 |#1| |#1|) $) 101)) (-3619 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2784 (($ $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-1968 (($ $) 118)) (-4267 (($ $) 116)) (-1733 (($ (-566) (-566) $) 141)) (-3313 (($ $) 153 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 159 (-2768 (-12 (|has| |#1| (-15 -3313 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -1771 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1199))))) (($ $ (-1260 |#2|)) 154 (|has| |#1| (-38 (-409 (-566)))))) (-4072 (((-1119) $) NIL)) (-2139 (($ $ (-566) (-566)) 124)) (-3369 (($ $ (-771)) 126)) (-2978 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-3521 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4059 (($ $) 122)) (-2023 (((-1155 |#1|) $ |#1|) 103 (|has| |#1| (-15 ** (|#1| |#1| (-771)))))) (-1309 ((|#1| $ (-771)) 98) (($ $ $) 135 (|has| (-771) (-1111)))) (-3629 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) 111 (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) 105 (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $ (-1260 |#2|)) 106)) (-3902 (((-771) $) NIL)) (-3996 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3670 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3976 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3643 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3952 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3618 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1687 (($ $) 128)) (-3152 (((-862) $) NIL) (($ (-566)) 26) (($ (-409 (-566))) 151 (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) 25 (|has| |#1| (-172))) (($ (-1237 |#2| |#1|)) 84) (($ (-1260 |#2|)) 22)) (-1643 (((-1155 |#1|) $) NIL)) (-2271 ((|#1| $ (-771)) 97)) (-2633 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2593 (((-771)) NIL T CONST)) (-4290 ((|#1| $) 94)) (-3044 (((-112) $ $) NIL)) (-4032 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3892 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3014 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4008 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3684 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4057 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3917 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3603 ((|#1| $ (-771)) 92 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-771)))) (|has| |#1| (-15 -3152 (|#1| (-1175))))))) (-3964 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3929 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4044 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3904 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4020 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3879 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4356 (($) 18 T CONST)) (-4366 (($) 13 T CONST)) (-3497 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (-2914 (((-112) $ $) NIL)) (-3025 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) 110)) (-3002 (($ $ $) 20)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ |#1|) 148 (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 109) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
-(((-1256 |#1| |#2| |#3|) (-13 (-1255 |#1|) (-10 -8 (-15 -3152 ($ (-1237 |#2| |#1|))) (-15 -2312 ((-1237 |#2| |#1|) $ (-771))) (-15 -3152 ($ (-1260 |#2|))) (-15 -3629 ($ $ (-1260 |#2|))) (-15 -4267 ($ $)) (-15 -1968 ($ $)) (-15 -4275 ($ $)) (-15 -4059 ($ $)) (-15 -2139 ($ $ (-566) (-566))) (-15 -3583 ($ $)) (-15 -2732 ($ (-566) (-566) $)) (-15 -1733 ($ (-566) (-566) $)) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1256))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-1237 *4 *3)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3) (-5 *1 (-1256 *3 *4 *5)))) (-2312 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1237 *5 *4)) (-5 *1 (-1256 *4 *5 *6)) (-4 *4 (-1049)) (-14 *5 (-1175)) (-14 *6 *4))) (-3152 (*1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1256 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3629 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1256 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-4267 (*1 *1 *1) (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-1968 (*1 *1 *1) (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-4275 (*1 *1 *1) (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-4059 (*1 *1 *1) (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-2139 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1256 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3))) (-3583 (*1 *1 *1) (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-2732 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1256 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3))) (-1733 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1256 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3))) (-3313 (*1 *1 *1 *2) (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1256 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
-(-13 (-1255 |#1|) (-10 -8 (-15 -3152 ($ (-1237 |#2| |#1|))) (-15 -2312 ((-1237 |#2| |#1|) $ (-771))) (-15 -3152 ($ (-1260 |#2|))) (-15 -3629 ($ $ (-1260 |#2|))) (-15 -4267 ($ $)) (-15 -1968 ($ $)) (-15 -4275 ($ $)) (-15 -4059 ($ $)) (-15 -2139 ($ $ (-566) (-566))) (-15 -3583 ($ $)) (-15 -2732 ($ (-566) (-566) $)) (-15 -1733 ($ (-566) (-566) $)) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3313 ($ $ (-1260 |#2|))) |%noBranch|)))
-((-3317 (((-1 (-1155 |#1|) (-644 (-1155 |#1|))) (-1 |#2| (-644 |#2|))) 24)) (-1735 (((-1 (-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-1463 (((-1 (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2|)) 13)) (-2212 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-3477 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-4331 ((|#2| (-1 |#2| (-644 |#2|)) (-644 |#1|)) 60)) (-4379 (((-644 |#2|) (-644 |#1|) (-644 (-1 |#2| (-644 |#2|)))) 66)) (-1524 ((|#2| |#2| |#2|) 43)))
-(((-1257 |#1| |#2|) (-10 -7 (-15 -1463 ((-1 (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2|))) (-15 -1735 ((-1 (-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3317 ((-1 (-1155 |#1|) (-644 (-1155 |#1|))) (-1 |#2| (-644 |#2|)))) (-15 -1524 (|#2| |#2| |#2|)) (-15 -3477 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2212 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4331 (|#2| (-1 |#2| (-644 |#2|)) (-644 |#1|))) (-15 -4379 ((-644 |#2|) (-644 |#1|) (-644 (-1 |#2| (-644 |#2|)))))) (-38 (-409 (-566))) (-1255 |#1|)) (T -1257))
-((-4379 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 (-1 *6 (-644 *6)))) (-4 *5 (-38 (-409 (-566)))) (-4 *6 (-1255 *5)) (-5 *2 (-644 *6)) (-5 *1 (-1257 *5 *6)))) (-4331 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-644 *2))) (-5 *4 (-644 *5)) (-4 *5 (-38 (-409 (-566)))) (-4 *2 (-1255 *5)) (-5 *1 (-1257 *5 *2)))) (-2212 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1255 *4)) (-5 *1 (-1257 *4 *2)) (-4 *4 (-38 (-409 (-566)))))) (-3477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1255 *4)) (-5 *1 (-1257 *4 *2)) (-4 *4 (-38 (-409 (-566)))))) (-1524 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1257 *3 *2)) (-4 *2 (-1255 *3)))) (-3317 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-644 *5))) (-4 *5 (-1255 *4)) (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-1 (-1155 *4) (-644 (-1155 *4)))) (-5 *1 (-1257 *4 *5)))) (-1735 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1255 *4)) (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-1 (-1155 *4) (-1155 *4) (-1155 *4))) (-5 *1 (-1257 *4 *5)))) (-1463 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1255 *4)) (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-1 (-1155 *4) (-1155 *4))) (-5 *1 (-1257 *4 *5)))))
-(-10 -7 (-15 -1463 ((-1 (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2|))) (-15 -1735 ((-1 (-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3317 ((-1 (-1155 |#1|) (-644 (-1155 |#1|))) (-1 |#2| (-644 |#2|)))) (-15 -1524 (|#2| |#2| |#2|)) (-15 -3477 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2212 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4331 (|#2| (-1 |#2| (-644 |#2|)) (-644 |#1|))) (-15 -4379 ((-644 |#2|) (-644 |#1|) (-644 (-1 |#2| (-644 |#2|))))))
-((-2372 ((|#2| |#4| (-771)) 34)) (-3812 ((|#4| |#2|) 29)) (-3872 ((|#4| (-409 |#2|)) 53 (|has| |#1| (-558)))) (-1605 (((-1 |#4| (-644 |#4|)) |#3|) 46)))
-(((-1258 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3812 (|#4| |#2|)) (-15 -2372 (|#2| |#4| (-771))) (-15 -1605 ((-1 |#4| (-644 |#4|)) |#3|)) (IF (|has| |#1| (-558)) (-15 -3872 (|#4| (-409 |#2|))) |%noBranch|)) (-1049) (-1240 |#1|) (-656 |#2|) (-1255 |#1|)) (T -1258))
-((-3872 (*1 *2 *3) (-12 (-5 *3 (-409 *5)) (-4 *5 (-1240 *4)) (-4 *4 (-558)) (-4 *4 (-1049)) (-4 *2 (-1255 *4)) (-5 *1 (-1258 *4 *5 *6 *2)) (-4 *6 (-656 *5)))) (-1605 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-1240 *4)) (-5 *2 (-1 *6 (-644 *6))) (-5 *1 (-1258 *4 *5 *3 *6)) (-4 *3 (-656 *5)) (-4 *6 (-1255 *4)))) (-2372 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-1049)) (-4 *2 (-1240 *5)) (-5 *1 (-1258 *5 *2 *6 *3)) (-4 *6 (-656 *2)) (-4 *3 (-1255 *5)))) (-3812 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *3 (-1240 *4)) (-4 *2 (-1255 *4)) (-5 *1 (-1258 *4 *3 *5 *2)) (-4 *5 (-656 *3)))))
-(-10 -7 (-15 -3812 (|#4| |#2|)) (-15 -2372 (|#2| |#4| (-771))) (-15 -1605 ((-1 |#4| (-644 |#4|)) |#3|)) (IF (|has| |#1| (-558)) (-15 -3872 (|#4| (-409 |#2|))) |%noBranch|))
-NIL
-(((-1259) (-140)) (T -1259))
-NIL
-(-13 (-10 -7 (-6 -3564)))
-((-2988 (((-112) $ $) NIL)) (-4347 (((-1175)) 12)) (-3380 (((-1157) $) 18)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 11) (((-1175) $) 8)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) 15)))
-(((-1260 |#1|) (-13 (-1099) (-613 (-1175)) (-10 -8 (-15 -3152 ((-1175) $)) (-15 -4347 ((-1175))))) (-1175)) (T -1260))
-((-3152 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1260 *3)) (-14 *3 *2))) (-4347 (*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1260 *3)) (-14 *3 *2))))
-(-13 (-1099) (-613 (-1175)) (-10 -8 (-15 -3152 ((-1175) $)) (-15 -4347 ((-1175)))))
-((-2819 (($ (-771)) 19)) (-2977 (((-689 |#2|) $ $) 41)) (-3631 ((|#2| $) 51)) (-2440 ((|#2| $) 50)) (-3386 ((|#2| $ $) 36)) (-1395 (($ $ $) 47)) (-3012 (($ $) 23) (($ $ $) 29)) (-3002 (($ $ $) 15)) (* (($ (-566) $) 26) (($ |#2| $) 32) (($ $ |#2|) 31)))
-(((-1261 |#1| |#2|) (-10 -8 (-15 -3631 (|#2| |#1|)) (-15 -2440 (|#2| |#1|)) (-15 -1395 (|#1| |#1| |#1|)) (-15 -2977 ((-689 |#2|) |#1| |#1|)) (-15 -3386 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 -2819 (|#1| (-771))) (-15 -3002 (|#1| |#1| |#1|))) (-1262 |#2|) (-1214)) (T -1261))
-NIL
-(-10 -8 (-15 -3631 (|#2| |#1|)) (-15 -2440 (|#2| |#1|)) (-15 -1395 (|#1| |#1| |#1|)) (-15 -2977 ((-689 |#2|) |#1| |#1|)) (-15 -3386 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 -3012 (|#1| |#1| |#1|)) (-15 -3012 (|#1| |#1|)) (-15 -2819 (|#1| (-771))) (-15 -3002 (|#1| |#1| |#1|)))
-((-2988 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-2819 (($ (-771)) 113 (|has| |#1| (-23)))) (-1944 (((-1269) $ (-566) (-566)) 41 (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) 99) (((-112) $) 93 (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) 90 (|has| $ (-6 -4415))) (($ $) 89 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4415))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) 100) (($ $) 94 (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) 8)) (-1456 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) 59 (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4414)))) (-2463 (($) 7 T CONST)) (-3166 (($ $) 91 (|has| $ (-6 -4415)))) (-3683 (($ $) 101)) (-3942 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2622 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) 52)) (-1569 (((-566) (-1 (-112) |#1|) $) 98) (((-566) |#1| $) 97 (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) 96 (|has| |#1| (-1099)))) (-1683 (((-644 |#1|) $) 31 (|has| $ (-6 -4414)))) (-2977 (((-689 |#1|) $ $) 106 (|has| |#1| (-1049)))) (-1860 (($ (-771) |#1|) 70)) (-3456 (((-112) $ (-771)) 9)) (-2296 (((-566) $) 44 (|has| (-566) (-850)))) (-1478 (($ $ $) 88 (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) 102) (($ $ $) 95 (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) 30 (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-4050 (((-566) $) 45 (|has| (-566) (-850)))) (-2599 (($ $ $) 87 (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-3631 ((|#1| $) 103 (-12 (|has| |#1| (-1049)) (|has| |#1| (-1002))))) (-3267 (((-112) $ (-771)) 10)) (-2440 ((|#1| $) 104 (-12 (|has| |#1| (-1049)) (|has| |#1| (-1002))))) (-3380 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-3725 (((-644 (-566)) $) 47)) (-1644 (((-112) (-566) $) 48)) (-4072 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3908 ((|#1| $) 43 (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-3787 (($ $ |#1|) 42 (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) 14)) (-2847 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) 49)) (-2872 (((-112) $) 11)) (-3493 (($) 12)) (-1309 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1231 (-566))) 64)) (-3386 ((|#1| $ $) 107 (|has| |#1| (-1049)))) (-2166 (($ $ (-566)) 63) (($ $ (-1231 (-566))) 62)) (-1395 (($ $ $) 105 (|has| |#1| (-1049)))) (-4083 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4414))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4414))))) (-2661 (($ $ $ (-566)) 92 (|has| $ (-6 -4415)))) (-1480 (($ $) 13)) (-2376 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 71)) (-4386 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-3152 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) 85 (|has| |#1| (-850)))) (-2946 (((-112) $ $) 84 (|has| |#1| (-850)))) (-2914 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2956 (((-112) $ $) 86 (|has| |#1| (-850)))) (-2935 (((-112) $ $) 83 (|has| |#1| (-850)))) (-3012 (($ $) 112 (|has| |#1| (-21))) (($ $ $) 111 (|has| |#1| (-21)))) (-3002 (($ $ $) 114 (|has| |#1| (-25)))) (* (($ (-566) $) 110 (|has| |#1| (-21))) (($ |#1| $) 109 (|has| |#1| (-726))) (($ $ |#1|) 108 (|has| |#1| (-726)))) (-3000 (((-771) $) 6 (|has| $ (-6 -4414)))))
-(((-1262 |#1|) (-140) (-1214)) (T -1262))
-((-3002 (*1 *1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-25)))) (-2819 (*1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1262 *3)) (-4 *3 (-23)) (-4 *3 (-1214)))) (-3012 (*1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-21)))) (-3012 (*1 *1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-4 *1 (-1262 *3)) (-4 *3 (-1214)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-726)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-726)))) (-3386 (*1 *2 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-1049)))) (-2977 (*1 *2 *1 *1) (-12 (-4 *1 (-1262 *3)) (-4 *3 (-1214)) (-4 *3 (-1049)) (-5 *2 (-689 *3)))) (-1395 (*1 *1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-1049)))) (-2440 (*1 *2 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-1002)) (-4 *2 (-1049)))) (-3631 (*1 *2 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-1002)) (-4 *2 (-1049)))))
-(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -3002 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -2819 ($ (-771))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -3012 ($ $)) (-15 -3012 ($ $ $)) (-15 * ($ (-566) $))) |%noBranch|) (IF (|has| |t#1| (-726)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1049)) (PROGN (-15 -3386 (|t#1| $ $)) (-15 -2977 ((-689 |t#1|) $ $)) (-15 -1395 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-1002)) (IF (|has| |t#1| (-1049)) (PROGN (-15 -2440 (|t#1| $)) (-15 -3631 (|t#1| $))) |%noBranch|) |%noBranch|)))
-(((-34) . T) ((-102) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-375 |#1|) . T) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-19 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1099) -2768 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1214) . T))
-((-1960 (((-1264 |#2|) (-1 |#2| |#1| |#2|) (-1264 |#1|) |#2|) 13)) (-2873 ((|#2| (-1 |#2| |#1| |#2|) (-1264 |#1|) |#2|) 15)) (-2319 (((-3 (-1264 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1264 |#1|)) 30) (((-1264 |#2|) (-1 |#2| |#1|) (-1264 |#1|)) 18)))
-(((-1263 |#1| |#2|) (-10 -7 (-15 -1960 ((-1264 |#2|) (-1 |#2| |#1| |#2|) (-1264 |#1|) |#2|)) (-15 -2873 (|#2| (-1 |#2| |#1| |#2|) (-1264 |#1|) |#2|)) (-15 -2319 ((-1264 |#2|) (-1 |#2| |#1|) (-1264 |#1|))) (-15 -2319 ((-3 (-1264 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1264 |#1|)))) (-1214) (-1214)) (T -1263))
-((-2319 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1264 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-1264 *6)) (-5 *1 (-1263 *5 *6)))) (-2319 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1264 *5)) (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-1264 *6)) (-5 *1 (-1263 *5 *6)))) (-2873 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1264 *5)) (-4 *5 (-1214)) (-4 *2 (-1214)) (-5 *1 (-1263 *5 *2)))) (-1960 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1264 *6)) (-4 *6 (-1214)) (-4 *5 (-1214)) (-5 *2 (-1264 *5)) (-5 *1 (-1263 *6 *5)))))
-(-10 -7 (-15 -1960 ((-1264 |#2|) (-1 |#2| |#1| |#2|) (-1264 |#1|) |#2|)) (-15 -2873 (|#2| (-1 |#2| |#1| |#2|) (-1264 |#1|) |#2|)) (-15 -2319 ((-1264 |#2|) (-1 |#2| |#1|) (-1264 |#1|))) (-15 -2319 ((-3 (-1264 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1264 |#1|))))
-((-2988 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2819 (($ (-771)) NIL (|has| |#1| (-23)))) (-3613 (($ (-644 |#1|)) 11)) (-1944 (((-1269) $ (-566) (-566)) NIL (|has| $ (-6 -4415)))) (-3054 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3628 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4415))) (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-850))))) (-2671 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-1504 (((-112) $ (-771)) NIL)) (-1456 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415))) ((|#1| $ (-1231 (-566)) |#1|) NIL (|has| $ (-6 -4415)))) (-3678 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2463 (($) NIL T CONST)) (-3166 (($ $) NIL (|has| $ (-6 -4415)))) (-3683 (($ $) NIL)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2622 (($ |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2873 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4414))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4414)))) (-3897 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4415)))) (-3829 ((|#1| $ (-566)) NIL)) (-1569 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-1683 (((-644 |#1|) $) 15 (|has| $ (-6 -4414)))) (-2977 (((-689 |#1|) $ $) NIL (|has| |#1| (-1049)))) (-1860 (($ (-771) |#1|) NIL)) (-3456 (((-112) $ (-771)) NIL)) (-2296 (((-566) $) NIL (|has| (-566) (-850)))) (-1478 (($ $ $) NIL (|has| |#1| (-850)))) (-2696 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-3491 (((-644 |#1|) $) NIL (|has| $ (-6 -4414)))) (-1602 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-4050 (((-566) $) NIL (|has| (-566) (-850)))) (-2599 (($ $ $) NIL (|has| |#1| (-850)))) (-3885 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3631 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-3267 (((-112) $ (-771)) NIL)) (-2440 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-3380 (((-1157) $) NIL (|has| |#1| (-1099)))) (-1859 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-3725 (((-644 (-566)) $) NIL)) (-1644 (((-112) (-566) $) NIL)) (-4072 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3908 ((|#1| $) NIL (|has| (-566) (-850)))) (-3668 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-3787 (($ $ |#1|) NIL (|has| $ (-6 -4415)))) (-2823 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2847 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-3486 (((-644 |#1|) $) NIL)) (-2872 (((-112) $) NIL)) (-3493 (($) NIL)) (-1309 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-3386 ((|#1| $ $) NIL (|has| |#1| (-1049)))) (-2166 (($ $ (-566)) NIL) (($ $ (-1231 (-566))) NIL)) (-1395 (($ $ $) NIL (|has| |#1| (-1049)))) (-4083 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#1| (-1099))))) (-2661 (($ $ $ (-566)) NIL (|has| $ (-6 -4415)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) 19 (|has| |#1| (-614 (-538))))) (-1340 (($ (-644 |#1|)) 10)) (-4386 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-3152 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-3044 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2210 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4414)))) (-2968 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2946 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2914 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2956 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2935 (((-112) $ $) NIL (|has| |#1| (-850)))) (-3012 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-3002 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-566) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-726))) (($ $ |#1|) NIL (|has| |#1| (-726)))) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1264 |#1|) (-13 (-1262 |#1|) (-10 -8 (-15 -3613 ($ (-644 |#1|))))) (-1214)) (T -1264))
-((-3613 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-1264 *3)))))
-(-13 (-1262 |#1|) (-10 -8 (-15 -3613 ($ (-644 |#1|)))))
-((-2988 (((-112) $ $) NIL)) (-4034 (((-1157) $ (-1157)) 110) (((-1157) $ (-1157) (-1157)) 108) (((-1157) $ (-1157) (-644 (-1157))) 107)) (-3103 (($) 70)) (-1508 (((-1269) $ (-470) (-921)) 55)) (-3851 (((-1269) $ (-921) (-1157)) 92) (((-1269) $ (-921) (-874)) 93)) (-2116 (((-1269) $ (-921) (-381) (-381)) 58)) (-4024 (((-1269) $ (-1157)) 87)) (-3805 (((-1269) $ (-921) (-1157)) 97)) (-2406 (((-1269) $ (-921) (-381) (-381)) 59)) (-1891 (((-1269) $ (-921) (-921)) 56)) (-4011 (((-1269) $) 88)) (-2222 (((-1269) $ (-921) (-1157)) 96)) (-1782 (((-1269) $ (-470) (-921)) 41)) (-4187 (((-1269) $ (-921) (-1157)) 95)) (-3782 (((-644 (-264)) $) 29) (($ $ (-644 (-264))) 30)) (-3915 (((-1269) $ (-771) (-771)) 53)) (-2791 (($ $) 72) (($ (-470) (-644 (-264))) 73)) (-3380 (((-1157) $) NIL)) (-2674 (((-566) $) 48)) (-4072 (((-1119) $) NIL)) (-3526 (((-1264 (-3 (-470) "undefined")) $) 47)) (-2254 (((-1264 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -4187 (-566)) (|:| -3530 (-566)) (|:| |spline| (-566)) (|:| -3013 (-566)) (|:| |axesColor| (-874)) (|:| -3851 (-566)) (|:| |unitsColor| (-874)) (|:| |showing| (-566)))) $) 46)) (-2700 (((-1269) $ (-921) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-874) (-566) (-874) (-566)) 86)) (-3645 (((-644 (-943 (-225))) $) NIL)) (-2187 (((-470) $ (-921)) 43)) (-3438 (((-1269) $ (-771) (-771) (-921) (-921)) 51)) (-1773 (((-1269) $ (-1157)) 98)) (-3530 (((-1269) $ (-921) (-1157)) 94)) (-3152 (((-862) $) 105)) (-1685 (((-1269) $) 99)) (-3044 (((-112) $ $) NIL)) (-3013 (((-1269) $ (-921) (-1157)) 90) (((-1269) $ (-921) (-874)) 91)) (-2914 (((-112) $ $) NIL)))
-(((-1265) (-13 (-1099) (-10 -8 (-15 -3645 ((-644 (-943 (-225))) $)) (-15 -3103 ($)) (-15 -2791 ($ $)) (-15 -3782 ((-644 (-264)) $)) (-15 -3782 ($ $ (-644 (-264)))) (-15 -2791 ($ (-470) (-644 (-264)))) (-15 -2700 ((-1269) $ (-921) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-874) (-566) (-874) (-566))) (-15 -2254 ((-1264 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -4187 (-566)) (|:| -3530 (-566)) (|:| |spline| (-566)) (|:| -3013 (-566)) (|:| |axesColor| (-874)) (|:| -3851 (-566)) (|:| |unitsColor| (-874)) (|:| |showing| (-566)))) $)) (-15 -3526 ((-1264 (-3 (-470) "undefined")) $)) (-15 -4024 ((-1269) $ (-1157))) (-15 -1782 ((-1269) $ (-470) (-921))) (-15 -2187 ((-470) $ (-921))) (-15 -3013 ((-1269) $ (-921) (-1157))) (-15 -3013 ((-1269) $ (-921) (-874))) (-15 -3851 ((-1269) $ (-921) (-1157))) (-15 -3851 ((-1269) $ (-921) (-874))) (-15 -4187 ((-1269) $ (-921) (-1157))) (-15 -2222 ((-1269) $ (-921) (-1157))) (-15 -3530 ((-1269) $ (-921) (-1157))) (-15 -1773 ((-1269) $ (-1157))) (-15 -1685 ((-1269) $)) (-15 -3438 ((-1269) $ (-771) (-771) (-921) (-921))) (-15 -2406 ((-1269) $ (-921) (-381) (-381))) (-15 -2116 ((-1269) $ (-921) (-381) (-381))) (-15 -3805 ((-1269) $ (-921) (-1157))) (-15 -3915 ((-1269) $ (-771) (-771))) (-15 -1508 ((-1269) $ (-470) (-921))) (-15 -1891 ((-1269) $ (-921) (-921))) (-15 -4034 ((-1157) $ (-1157))) (-15 -4034 ((-1157) $ (-1157) (-1157))) (-15 -4034 ((-1157) $ (-1157) (-644 (-1157)))) (-15 -4011 ((-1269) $)) (-15 -2674 ((-566) $)) (-15 -3152 ((-862) $))))) (T -1265))
-((-3152 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1265)))) (-3645 (*1 *2 *1) (-12 (-5 *2 (-644 (-943 (-225)))) (-5 *1 (-1265)))) (-3103 (*1 *1) (-5 *1 (-1265))) (-2791 (*1 *1 *1) (-5 *1 (-1265))) (-3782 (*1 *2 *1) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1265)))) (-3782 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1265)))) (-2791 (*1 *1 *2 *3) (-12 (-5 *2 (-470)) (-5 *3 (-644 (-264))) (-5 *1 (-1265)))) (-2700 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-921)) (-5 *4 (-225)) (-5 *5 (-566)) (-5 *6 (-874)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-2254 (*1 *2 *1) (-12 (-5 *2 (-1264 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -4187 (-566)) (|:| -3530 (-566)) (|:| |spline| (-566)) (|:| -3013 (-566)) (|:| |axesColor| (-874)) (|:| -3851 (-566)) (|:| |unitsColor| (-874)) (|:| |showing| (-566))))) (-5 *1 (-1265)))) (-3526 (*1 *2 *1) (-12 (-5 *2 (-1264 (-3 (-470) "undefined"))) (-5 *1 (-1265)))) (-4024 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-1782 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-470)) (-5 *4 (-921)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-2187 (*1 *2 *1 *3) (-12 (-5 *3 (-921)) (-5 *2 (-470)) (-5 *1 (-1265)))) (-3013 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-3013 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-874)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-3851 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-3851 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-874)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-4187 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-2222 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-3530 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-1773 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-1685 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1265)))) (-3438 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-771)) (-5 *4 (-921)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-2406 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-921)) (-5 *4 (-381)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-2116 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-921)) (-5 *4 (-381)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-3805 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-3915 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-1508 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-470)) (-5 *4 (-921)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-1891 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1269)) (-5 *1 (-1265)))) (-4034 (*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1265)))) (-4034 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1265)))) (-4034 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-1265)))) (-4011 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1265)))) (-2674 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1265)))))
-(-13 (-1099) (-10 -8 (-15 -3645 ((-644 (-943 (-225))) $)) (-15 -3103 ($)) (-15 -2791 ($ $)) (-15 -3782 ((-644 (-264)) $)) (-15 -3782 ($ $ (-644 (-264)))) (-15 -2791 ($ (-470) (-644 (-264)))) (-15 -2700 ((-1269) $ (-921) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-874) (-566) (-874) (-566))) (-15 -2254 ((-1264 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -4187 (-566)) (|:| -3530 (-566)) (|:| |spline| (-566)) (|:| -3013 (-566)) (|:| |axesColor| (-874)) (|:| -3851 (-566)) (|:| |unitsColor| (-874)) (|:| |showing| (-566)))) $)) (-15 -3526 ((-1264 (-3 (-470) "undefined")) $)) (-15 -4024 ((-1269) $ (-1157))) (-15 -1782 ((-1269) $ (-470) (-921))) (-15 -2187 ((-470) $ (-921))) (-15 -3013 ((-1269) $ (-921) (-1157))) (-15 -3013 ((-1269) $ (-921) (-874))) (-15 -3851 ((-1269) $ (-921) (-1157))) (-15 -3851 ((-1269) $ (-921) (-874))) (-15 -4187 ((-1269) $ (-921) (-1157))) (-15 -2222 ((-1269) $ (-921) (-1157))) (-15 -3530 ((-1269) $ (-921) (-1157))) (-15 -1773 ((-1269) $ (-1157))) (-15 -1685 ((-1269) $)) (-15 -3438 ((-1269) $ (-771) (-771) (-921) (-921))) (-15 -2406 ((-1269) $ (-921) (-381) (-381))) (-15 -2116 ((-1269) $ (-921) (-381) (-381))) (-15 -3805 ((-1269) $ (-921) (-1157))) (-15 -3915 ((-1269) $ (-771) (-771))) (-15 -1508 ((-1269) $ (-470) (-921))) (-15 -1891 ((-1269) $ (-921) (-921))) (-15 -4034 ((-1157) $ (-1157))) (-15 -4034 ((-1157) $ (-1157) (-1157))) (-15 -4034 ((-1157) $ (-1157) (-644 (-1157)))) (-15 -4011 ((-1269) $)) (-15 -2674 ((-566) $)) (-15 -3152 ((-862) $))))
-((-2988 (((-112) $ $) NIL)) (-3294 (((-1269) $ (-381)) 172) (((-1269) $ (-381) (-381) (-381)) 173)) (-4034 (((-1157) $ (-1157)) 182) (((-1157) $ (-1157) (-1157)) 180) (((-1157) $ (-1157) (-644 (-1157))) 179)) (-3819 (($) 67)) (-3755 (((-1269) $ (-381) (-381) (-381) (-381) (-381)) 144) (((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $) 142) (((-1269) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 143) (((-1269) $ (-566) (-566) (-381) (-381) (-381)) 147) (((-1269) $ (-381) (-381)) 148) (((-1269) $ (-381) (-381) (-381)) 155)) (-1711 (((-381)) 125) (((-381) (-381)) 126)) (-2521 (((-381)) 120) (((-381) (-381)) 122)) (-3754 (((-381)) 123) (((-381) (-381)) 124)) (-2246 (((-381)) 129) (((-381) (-381)) 130)) (-1413 (((-381)) 127) (((-381) (-381)) 128)) (-2116 (((-1269) $ (-381) (-381)) 174)) (-4024 (((-1269) $ (-1157)) 156)) (-3305 (((-1132 (-225)) $) 68) (($ $ (-1132 (-225))) 69)) (-1525 (((-1269) $ (-1157)) 190)) (-2852 (((-1269) $ (-1157)) 191)) (-3922 (((-1269) $ (-381) (-381)) 154) (((-1269) $ (-566) (-566)) 171)) (-1891 (((-1269) $ (-921) (-921)) 163)) (-4011 (((-1269) $) 140)) (-3517 (((-1269) $ (-1157)) 189)) (-3128 (((-1269) $ (-1157)) 137)) (-3782 (((-644 (-264)) $) 70) (($ $ (-644 (-264))) 71)) (-3915 (((-1269) $ (-771) (-771)) 162)) (-3227 (((-1269) $ (-771) (-943 (-225))) 196)) (-3679 (($ $) 73) (($ (-1132 (-225)) (-1157)) 74) (($ (-1132 (-225)) (-644 (-264))) 75)) (-3186 (((-1269) $ (-381) (-381) (-381)) 134)) (-3380 (((-1157) $) NIL)) (-2674 (((-566) $) 131)) (-2711 (((-1269) $ (-381)) 177)) (-3280 (((-1269) $ (-381)) 194)) (-4072 (((-1119) $) NIL)) (-3695 (((-1269) $ (-381)) 193)) (-3443 (((-1269) $ (-1157)) 139)) (-3438 (((-1269) $ (-771) (-771) (-921) (-921)) 161)) (-2388 (((-1269) $ (-1157)) 136)) (-1773 (((-1269) $ (-1157)) 138)) (-3105 (((-1269) $ (-157) (-157)) 160)) (-3152 (((-862) $) 169)) (-1685 (((-1269) $) 141)) (-2150 (((-1269) $ (-1157)) 192)) (-3044 (((-112) $ $) NIL)) (-3013 (((-1269) $ (-1157)) 135)) (-2914 (((-112) $ $) NIL)))
-(((-1266) (-13 (-1099) (-10 -8 (-15 -2521 ((-381))) (-15 -2521 ((-381) (-381))) (-15 -3754 ((-381))) (-15 -3754 ((-381) (-381))) (-15 -1711 ((-381))) (-15 -1711 ((-381) (-381))) (-15 -1413 ((-381))) (-15 -1413 ((-381) (-381))) (-15 -2246 ((-381))) (-15 -2246 ((-381) (-381))) (-15 -3819 ($)) (-15 -3679 ($ $)) (-15 -3679 ($ (-1132 (-225)) (-1157))) (-15 -3679 ($ (-1132 (-225)) (-644 (-264)))) (-15 -3305 ((-1132 (-225)) $)) (-15 -3305 ($ $ (-1132 (-225)))) (-15 -3227 ((-1269) $ (-771) (-943 (-225)))) (-15 -3782 ((-644 (-264)) $)) (-15 -3782 ($ $ (-644 (-264)))) (-15 -3915 ((-1269) $ (-771) (-771))) (-15 -1891 ((-1269) $ (-921) (-921))) (-15 -4024 ((-1269) $ (-1157))) (-15 -3438 ((-1269) $ (-771) (-771) (-921) (-921))) (-15 -3755 ((-1269) $ (-381) (-381) (-381) (-381) (-381))) (-15 -3755 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $)) (-15 -3755 ((-1269) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3755 ((-1269) $ (-566) (-566) (-381) (-381) (-381))) (-15 -3755 ((-1269) $ (-381) (-381))) (-15 -3755 ((-1269) $ (-381) (-381) (-381))) (-15 -1773 ((-1269) $ (-1157))) (-15 -3013 ((-1269) $ (-1157))) (-15 -2388 ((-1269) $ (-1157))) (-15 -3128 ((-1269) $ (-1157))) (-15 -3443 ((-1269) $ (-1157))) (-15 -3922 ((-1269) $ (-381) (-381))) (-15 -3922 ((-1269) $ (-566) (-566))) (-15 -3294 ((-1269) $ (-381))) (-15 -3294 ((-1269) $ (-381) (-381) (-381))) (-15 -2116 ((-1269) $ (-381) (-381))) (-15 -3517 ((-1269) $ (-1157))) (-15 -3695 ((-1269) $ (-381))) (-15 -3280 ((-1269) $ (-381))) (-15 -1525 ((-1269) $ (-1157))) (-15 -2852 ((-1269) $ (-1157))) (-15 -2150 ((-1269) $ (-1157))) (-15 -3186 ((-1269) $ (-381) (-381) (-381))) (-15 -2711 ((-1269) $ (-381))) (-15 -4011 ((-1269) $)) (-15 -3105 ((-1269) $ (-157) (-157))) (-15 -4034 ((-1157) $ (-1157))) (-15 -4034 ((-1157) $ (-1157) (-1157))) (-15 -4034 ((-1157) $ (-1157) (-644 (-1157)))) (-15 -1685 ((-1269) $)) (-15 -2674 ((-566) $))))) (T -1266))
-((-2521 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-2521 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-3754 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-3754 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-1711 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-1711 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-1413 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-1413 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-2246 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-2246 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))) (-3819 (*1 *1) (-5 *1 (-1266))) (-3679 (*1 *1 *1) (-5 *1 (-1266))) (-3679 (*1 *1 *2 *3) (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-1157)) (-5 *1 (-1266)))) (-3679 (*1 *1 *2 *3) (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-644 (-264))) (-5 *1 (-1266)))) (-3305 (*1 *2 *1) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1266)))) (-3305 (*1 *1 *1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1266)))) (-3227 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-771)) (-5 *4 (-943 (-225))) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3782 (*1 *2 *1) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1266)))) (-3782 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1266)))) (-3915 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-1891 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-4024 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3438 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-771)) (-5 *4 (-921)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3755 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3755 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *1 (-1266)))) (-3755 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3755 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-566)) (-5 *4 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3755 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3755 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-1773 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3013 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-2388 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3128 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3443 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3922 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3922 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3294 (*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3294 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-2116 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3517 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3695 (*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3280 (*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-1525 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-2852 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-2150 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3186 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-2711 (*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-4011 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1266)))) (-3105 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-157)) (-5 *2 (-1269)) (-5 *1 (-1266)))) (-4034 (*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1266)))) (-4034 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1266)))) (-4034 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-1266)))) (-1685 (*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1266)))) (-2674 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1266)))))
-(-13 (-1099) (-10 -8 (-15 -2521 ((-381))) (-15 -2521 ((-381) (-381))) (-15 -3754 ((-381))) (-15 -3754 ((-381) (-381))) (-15 -1711 ((-381))) (-15 -1711 ((-381) (-381))) (-15 -1413 ((-381))) (-15 -1413 ((-381) (-381))) (-15 -2246 ((-381))) (-15 -2246 ((-381) (-381))) (-15 -3819 ($)) (-15 -3679 ($ $)) (-15 -3679 ($ (-1132 (-225)) (-1157))) (-15 -3679 ($ (-1132 (-225)) (-644 (-264)))) (-15 -3305 ((-1132 (-225)) $)) (-15 -3305 ($ $ (-1132 (-225)))) (-15 -3227 ((-1269) $ (-771) (-943 (-225)))) (-15 -3782 ((-644 (-264)) $)) (-15 -3782 ($ $ (-644 (-264)))) (-15 -3915 ((-1269) $ (-771) (-771))) (-15 -1891 ((-1269) $ (-921) (-921))) (-15 -4024 ((-1269) $ (-1157))) (-15 -3438 ((-1269) $ (-771) (-771) (-921) (-921))) (-15 -3755 ((-1269) $ (-381) (-381) (-381) (-381) (-381))) (-15 -3755 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $)) (-15 -3755 ((-1269) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -3755 ((-1269) $ (-566) (-566) (-381) (-381) (-381))) (-15 -3755 ((-1269) $ (-381) (-381))) (-15 -3755 ((-1269) $ (-381) (-381) (-381))) (-15 -1773 ((-1269) $ (-1157))) (-15 -3013 ((-1269) $ (-1157))) (-15 -2388 ((-1269) $ (-1157))) (-15 -3128 ((-1269) $ (-1157))) (-15 -3443 ((-1269) $ (-1157))) (-15 -3922 ((-1269) $ (-381) (-381))) (-15 -3922 ((-1269) $ (-566) (-566))) (-15 -3294 ((-1269) $ (-381))) (-15 -3294 ((-1269) $ (-381) (-381) (-381))) (-15 -2116 ((-1269) $ (-381) (-381))) (-15 -3517 ((-1269) $ (-1157))) (-15 -3695 ((-1269) $ (-381))) (-15 -3280 ((-1269) $ (-381))) (-15 -1525 ((-1269) $ (-1157))) (-15 -2852 ((-1269) $ (-1157))) (-15 -2150 ((-1269) $ (-1157))) (-15 -3186 ((-1269) $ (-381) (-381) (-381))) (-15 -2711 ((-1269) $ (-381))) (-15 -4011 ((-1269) $)) (-15 -3105 ((-1269) $ (-157) (-157))) (-15 -4034 ((-1157) $ (-1157))) (-15 -4034 ((-1157) $ (-1157) (-1157))) (-15 -4034 ((-1157) $ (-1157) (-644 (-1157)))) (-15 -1685 ((-1269) $)) (-15 -2674 ((-566) $))))
-((-3250 (((-644 (-1157)) (-644 (-1157))) 104) (((-644 (-1157))) 96)) (-3736 (((-644 (-1157))) 94)) (-1360 (((-644 (-921)) (-644 (-921))) 69) (((-644 (-921))) 64)) (-2344 (((-644 (-771)) (-644 (-771))) 61) (((-644 (-771))) 55)) (-3954 (((-1269)) 71)) (-1475 (((-921) (-921)) 87) (((-921)) 86)) (-2250 (((-921) (-921)) 85) (((-921)) 84)) (-3742 (((-874) (-874)) 81) (((-874)) 80)) (-1527 (((-225)) 91) (((-225) (-381)) 93)) (-4320 (((-921)) 88) (((-921) (-921)) 89)) (-3384 (((-921) (-921)) 83) (((-921)) 82)) (-1927 (((-874) (-874)) 75) (((-874)) 73)) (-2401 (((-874) (-874)) 77) (((-874)) 76)) (-2433 (((-874) (-874)) 79) (((-874)) 78)))
-(((-1267) (-10 -7 (-15 -1927 ((-874))) (-15 -1927 ((-874) (-874))) (-15 -2401 ((-874))) (-15 -2401 ((-874) (-874))) (-15 -2433 ((-874))) (-15 -2433 ((-874) (-874))) (-15 -3742 ((-874))) (-15 -3742 ((-874) (-874))) (-15 -3384 ((-921))) (-15 -3384 ((-921) (-921))) (-15 -2344 ((-644 (-771)))) (-15 -2344 ((-644 (-771)) (-644 (-771)))) (-15 -1360 ((-644 (-921)))) (-15 -1360 ((-644 (-921)) (-644 (-921)))) (-15 -3954 ((-1269))) (-15 -3250 ((-644 (-1157)))) (-15 -3250 ((-644 (-1157)) (-644 (-1157)))) (-15 -3736 ((-644 (-1157)))) (-15 -2250 ((-921))) (-15 -1475 ((-921))) (-15 -2250 ((-921) (-921))) (-15 -1475 ((-921) (-921))) (-15 -4320 ((-921) (-921))) (-15 -4320 ((-921))) (-15 -1527 ((-225) (-381))) (-15 -1527 ((-225))))) (T -1267))
-((-1527 (*1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-1267)))) (-1527 (*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-225)) (-5 *1 (-1267)))) (-4320 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))) (-4320 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))) (-1475 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))) (-2250 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))) (-1475 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))) (-2250 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))) (-3736 (*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1267)))) (-3250 (*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1267)))) (-3250 (*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1267)))) (-3954 (*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1267)))) (-1360 (*1 *2 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1267)))) (-1360 (*1 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1267)))) (-2344 (*1 *2 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1267)))) (-2344 (*1 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1267)))) (-3384 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))) (-3384 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))) (-3742 (*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))) (-3742 (*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))) (-2433 (*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))) (-2433 (*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))) (-2401 (*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))) (-2401 (*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))) (-1927 (*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))) (-1927 (*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))))
-(-10 -7 (-15 -1927 ((-874))) (-15 -1927 ((-874) (-874))) (-15 -2401 ((-874))) (-15 -2401 ((-874) (-874))) (-15 -2433 ((-874))) (-15 -2433 ((-874) (-874))) (-15 -3742 ((-874))) (-15 -3742 ((-874) (-874))) (-15 -3384 ((-921))) (-15 -3384 ((-921) (-921))) (-15 -2344 ((-644 (-771)))) (-15 -2344 ((-644 (-771)) (-644 (-771)))) (-15 -1360 ((-644 (-921)))) (-15 -1360 ((-644 (-921)) (-644 (-921)))) (-15 -3954 ((-1269))) (-15 -3250 ((-644 (-1157)))) (-15 -3250 ((-644 (-1157)) (-644 (-1157)))) (-15 -3736 ((-644 (-1157)))) (-15 -2250 ((-921))) (-15 -1475 ((-921))) (-15 -2250 ((-921) (-921))) (-15 -1475 ((-921) (-921))) (-15 -4320 ((-921) (-921))) (-15 -4320 ((-921))) (-15 -1527 ((-225) (-381))) (-15 -1527 ((-225))))
-((-4075 (((-470) (-644 (-644 (-943 (-225)))) (-644 (-264))) 22) (((-470) (-644 (-644 (-943 (-225))))) 21) (((-470) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264))) 20)) (-4377 (((-1265) (-644 (-644 (-943 (-225)))) (-644 (-264))) 33) (((-1265) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264))) 32)) (-3152 (((-1265) (-470)) 48)))
-(((-1268) (-10 -7 (-15 -4075 ((-470) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264)))) (-15 -4075 ((-470) (-644 (-644 (-943 (-225)))))) (-15 -4075 ((-470) (-644 (-644 (-943 (-225)))) (-644 (-264)))) (-15 -4377 ((-1265) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264)))) (-15 -4377 ((-1265) (-644 (-644 (-943 (-225)))) (-644 (-264)))) (-15 -3152 ((-1265) (-470))))) (T -1268))
-((-3152 (*1 *2 *3) (-12 (-5 *3 (-470)) (-5 *2 (-1265)) (-5 *1 (-1268)))) (-4377 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-644 (-264))) (-5 *2 (-1265)) (-5 *1 (-1268)))) (-4377 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-874)) (-5 *5 (-921)) (-5 *6 (-644 (-264))) (-5 *2 (-1265)) (-5 *1 (-1268)))) (-4075 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-644 (-264))) (-5 *2 (-470)) (-5 *1 (-1268)))) (-4075 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-470)) (-5 *1 (-1268)))) (-4075 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-874)) (-5 *5 (-921)) (-5 *6 (-644 (-264))) (-5 *2 (-470)) (-5 *1 (-1268)))))
-(-10 -7 (-15 -4075 ((-470) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264)))) (-15 -4075 ((-470) (-644 (-644 (-943 (-225)))))) (-15 -4075 ((-470) (-644 (-644 (-943 (-225)))) (-644 (-264)))) (-15 -4377 ((-1265) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264)))) (-15 -4377 ((-1265) (-644 (-644 (-943 (-225)))) (-644 (-264)))) (-15 -3152 ((-1265) (-470))))
-((-3907 (($) 7)) (-3152 (((-862) $) 10)))
-(((-1269) (-13 (-613 (-862)) (-10 -8 (-15 -3907 ($))))) (T -1269))
-((-3907 (*1 *1) (-5 *1 (-1269))))
-(-13 (-613 (-862)) (-10 -8 (-15 -3907 ($))))
-((-3025 (($ $ |#2|) 10)))
-(((-1270 |#1| |#2|) (-10 -8 (-15 -3025 (|#1| |#1| |#2|))) (-1271 |#2|) (-365)) (T -1270))
-NIL
-(-10 -8 (-15 -3025 (|#1| |#1| |#2|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3126 (((-134)) 33)) (-3152 (((-862) $) 12)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-2914 (((-112) $ $) 6)) (-3025 (($ $ |#1|) 34)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
-(((-1271 |#1|) (-140) (-365)) (T -1271))
-((-3025 (*1 *1 *1 *2) (-12 (-4 *1 (-1271 *2)) (-4 *2 (-365)))) (-3126 (*1 *2) (-12 (-4 *1 (-1271 *3)) (-4 *3 (-365)) (-5 *2 (-134)))))
-(-13 (-717 |t#1|) (-10 -8 (-15 -3025 ($ $ |t#1|)) (-15 -3126 ((-134)))))
+((-1895 (((-1229 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1229 |#1| |#3| |#5|)) 23)))
+(((-1224 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1895 ((-1229 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1229 |#1| |#3| |#5|)))) (-1049) (-1049) (-1175) (-1175) |#1| |#2|) (T -1224))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1229 *5 *7 *9)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-14 *7 (-1175)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1229 *6 *8 *10)) (-5 *1 (-1224 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1175)))))
+(-10 -7 (-15 -1895 ((-1229 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1229 |#1| |#3| |#5|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3981 (((-644 (-1081)) $) 86)) (-2780 (((-1175) $) 115)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-4282 (($ $) 64 (|has| |#1| (-558)))) (-2296 (((-112) $) 66 (|has| |#1| (-558)))) (-2191 (($ $ (-566)) 110) (($ $ (-566) (-566)) 109)) (-1639 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 117)) (-4175 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 174 (|has| |#1| (-365)))) (-1615 (((-420 $) $) 175 (|has| |#1| (-365)))) (-3856 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-1621 (((-112) $ $) 165 (|has| |#1| (-365)))) (-4153 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 185)) (-4198 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) 18 T CONST)) (-4067 (($ $ $) 169 (|has| |#1| (-365)))) (-4162 (($ $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-1770 (((-409 (-952 |#1|)) $ (-566)) 183 (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) 182 (|has| |#1| (-558)))) (-4078 (($ $ $) 168 (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 163 (|has| |#1| (-365)))) (-2422 (((-112) $) 176 (|has| |#1| (-365)))) (-2445 (((-112) $) 85)) (-2528 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-566) $) 112) (((-566) $ (-566)) 111)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) 113)) (-2571 (($ (-1 |#1| (-566)) $) 184)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 172 (|has| |#1| (-365)))) (-3220 (((-112) $) 74)) (-3959 (($ |#1| (-566)) 73) (($ $ (-1081) (-566)) 88) (($ $ (-644 (-1081)) (-644 (-566))) 87)) (-1895 (($ (-1 |#1| |#1|) $) 75)) (-1658 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) 77)) (-4137 ((|#1| $) 78)) (-1931 (($ (-644 $)) 161 (|has| |#1| (-365))) (($ $ $) 160 (|has| |#1| (-365)))) (-3057 (((-1157) $) 10)) (-4085 (($ $) 177 (|has| |#1| (-365)))) (-3613 (($ $) 181 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 180 (-2700 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1200)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 162 (|has| |#1| (-365)))) (-1962 (($ (-644 $)) 159 (|has| |#1| (-365))) (($ $ $) 158 (|has| |#1| (-365)))) (-3846 (((-420 $) $) 173 (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 171 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 170 (|has| |#1| (-365)))) (-2929 (($ $ (-566)) 107)) (-4116 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 164 (|has| |#1| (-365)))) (-1983 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-566)))))) (-3075 (((-771) $) 166 (|has| |#1| (-365)))) (-3483 ((|#1| $ (-566)) 116) (($ $ $) 93 (|has| (-566) (-1111)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 167 (|has| |#1| (-365)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| (-566) |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (-4297 (((-566) $) 76)) (-4209 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) 84)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 59 (|has| |#1| (-172))) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558)))) (-2841 ((|#1| $ (-566)) 71)) (-2097 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2614 ((|#1| $) 114)) (-2657 (((-112) $ $) 9)) (-4241 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4220 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-566)) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| (-566) |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 70 (|has| |#1| (-365))) (($ $ $) 179 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 178 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
+(((-1225 |#1|) (-140) (-1049)) (T -1225))
+((-1850 (*1 *1 *2) (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3)))) (-4 *3 (-1049)) (-4 *1 (-1225 *3)))) (-2571 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-566))) (-4 *1 (-1225 *3)) (-4 *3 (-1049)))) (-1770 (*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1225 *4)) (-4 *4 (-1049)) (-4 *4 (-558)) (-5 *2 (-409 (-952 *4))))) (-1770 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-4 *1 (-1225 *4)) (-4 *4 (-1049)) (-4 *4 (-558)) (-5 *2 (-409 (-952 *4))))) (-3613 (*1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566)))))) (-3613 (*1 *1 *1 *2) (-2700 (-12 (-5 *2 (-1175)) (-4 *1 (-1225 *3)) (-4 *3 (-1049)) (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1200)) (-4 *3 (-38 (-409 (-566)))))) (-12 (-5 *2 (-1175)) (-4 *1 (-1225 *3)) (-4 *3 (-1049)) (-12 (|has| *3 (-15 -3981 ((-644 *2) *3))) (|has| *3 (-15 -3613 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566)))))))))
+(-13 (-1243 |t#1| (-566)) (-10 -8 (-15 -1850 ($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |t#1|))))) (-15 -2571 ($ (-1 |t#1| (-566)) $)) (IF (|has| |t#1| (-558)) (PROGN (-15 -1770 ((-409 (-952 |t#1|)) $ (-566))) (-15 -1770 ((-409 (-952 |t#1|)) $ (-566) (-566)))) |%noBranch|) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $)) (IF (|has| |t#1| (-15 -3613 (|t#1| |t#1| (-1175)))) (IF (|has| |t#1| (-15 -3981 ((-644 (-1175)) |t#1|))) (-15 -3613 ($ $ (-1175))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1200)) (IF (|has| |t#1| (-959)) (IF (|has| |t#1| (-29 (-566))) (-15 -3613 ($ $ (-1175))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1002)) (-6 (-1200))) |%noBranch|) (IF (|has| |t#1| (-365)) (-6 (-365)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-566)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-566) |#1|))) ((-243) |has| |#1| (-365)) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 $ $) |has| (-566) (-1111)) ((-291) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-365) |has| |#1| (-365)) ((-454) |has| |#1| (-365)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-558) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-646 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-717 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| #0# (-1081)) . T) ((-920) |has| |#1| (-365)) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1051 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1200) |has| |#1| (-38 (-409 (-566)))) ((-1203) |has| |#1| (-38 (-409 (-566)))) ((-1219) |has| |#1| (-365)) ((-1243 |#1| #0#) . T))
+((-4014 (((-112) $) 12)) (-1821 (((-3 |#3| "failed") $) 17) (((-3 (-1175) "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL)) (-3213 ((|#3| $) 14) (((-1175) $) NIL) (((-409 (-566)) $) NIL) (((-566) $) NIL)))
+(((-1226 |#1| |#2| |#3|) (-10 -8 (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-1175) "failed") |#1|)) (-15 -3213 ((-1175) |#1|)) (-15 -1821 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#3| |#1|)) (-15 -4014 ((-112) |#1|))) (-1227 |#2| |#3|) (-1049) (-1256 |#2|)) (T -1226))
+NIL
+(-10 -8 (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -1821 ((-3 (-1175) "failed") |#1|)) (-15 -3213 ((-1175) |#1|)) (-15 -1821 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#3| |#1|)) (-15 -4014 ((-112) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3165 ((|#2| $) 242 (-3360 (|has| |#2| (-308)) (|has| |#1| (-365))))) (-3981 (((-644 (-1081)) $) 86)) (-2780 (((-1175) $) 115)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-4282 (($ $) 64 (|has| |#1| (-558)))) (-2296 (((-112) $) 66 (|has| |#1| (-558)))) (-2191 (($ $ (-566)) 110) (($ $ (-566) (-566)) 109)) (-1639 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 117)) (-3180 ((|#2| $) 278)) (-4279 (((-3 |#2| "failed") $) 274)) (-4036 ((|#2| $) 275)) (-4175 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) 20)) (-3068 (((-420 (-1171 $)) (-1171 $)) 251 (-3360 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1778 (($ $) 174 (|has| |#1| (-365)))) (-1615 (((-420 $) $) 175 (|has| |#1| (-365)))) (-3856 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 248 (-3360 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1621 (((-112) $ $) 165 (|has| |#1| (-365)))) (-4153 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-1907 (((-566) $) 260 (-3360 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-1850 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 185)) (-4198 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#2| "failed") $) 281) (((-3 (-566) "failed") $) 271 (-3360 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-409 (-566)) "failed") $) 269 (-3360 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-1175) "failed") $) 253 (-3360 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365))))) (-3213 ((|#2| $) 282) (((-566) $) 270 (-3360 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-409 (-566)) $) 268 (-3360 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-1175) $) 252 (-3360 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365))))) (-3128 (($ $) 277) (($ (-566) $) 276)) (-4067 (($ $ $) 169 (|has| |#1| (-365)))) (-4162 (($ $) 72)) (-2204 (((-689 |#2|) (-689 $)) 232 (|has| |#1| (-365))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) 231 (|has| |#1| (-365))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 230 (-3360 (|has| |#2| (-639 (-566))) (|has| |#1| (-365)))) (((-689 (-566)) (-689 $)) 229 (-3360 (|has| |#2| (-639 (-566))) (|has| |#1| (-365))))) (-4185 (((-3 $ "failed") $) 37)) (-1770 (((-409 (-952 |#1|)) $ (-566)) 183 (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) 182 (|has| |#1| (-558)))) (-3341 (($) 244 (-3360 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-4078 (($ $ $) 168 (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 163 (|has| |#1| (-365)))) (-2422 (((-112) $) 176 (|has| |#1| (-365)))) (-3540 (((-112) $) 258 (-3360 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-2445 (((-112) $) 85)) (-2528 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 236 (-3360 (|has| |#2| (-886 (-381))) (|has| |#1| (-365)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 235 (-3360 (|has| |#2| (-886 (-566))) (|has| |#1| (-365))))) (-2464 (((-566) $) 112) (((-566) $ (-566)) 111)) (-1568 (((-112) $) 35)) (-2059 (($ $) 240 (|has| |#1| (-365)))) (-2499 ((|#2| $) 238 (|has| |#1| (-365)))) (-3281 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-1982 (((-3 $ "failed") $) 272 (-3360 (|has| |#2| (-1150)) (|has| |#1| (-365))))) (-4049 (((-112) $) 259 (-3360 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-1942 (($ $ (-921)) 113)) (-2571 (($ (-1 |#1| (-566)) $) 184)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 172 (|has| |#1| (-365)))) (-3220 (((-112) $) 74)) (-3959 (($ |#1| (-566)) 73) (($ $ (-1081) (-566)) 88) (($ $ (-644 (-1081)) (-644 (-566))) 87)) (-1888 (($ $ $) 262 (-3360 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-3890 (($ $ $) 263 (-3360 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-1895 (($ (-1 |#1| |#1|) $) 75) (($ (-1 |#2| |#2|) $) 224 (|has| |#1| (-365)))) (-1658 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) 77)) (-4137 ((|#1| $) 78)) (-1931 (($ (-644 $)) 161 (|has| |#1| (-365))) (($ $ $) 160 (|has| |#1| (-365)))) (-4048 (($ (-566) |#2|) 279)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 177 (|has| |#1| (-365)))) (-3613 (($ $) 181 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 180 (-2700 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1200)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-1783 (($) 273 (-3360 (|has| |#2| (-1150)) (|has| |#1| (-365))) CONST)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 162 (|has| |#1| (-365)))) (-1962 (($ (-644 $)) 159 (|has| |#1| (-365))) (($ $ $) 158 (|has| |#1| (-365)))) (-4381 (($ $) 243 (-3360 (|has| |#2| (-308)) (|has| |#1| (-365))))) (-2426 ((|#2| $) 246 (-3360 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-2107 (((-420 (-1171 $)) (-1171 $)) 249 (-3360 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-3369 (((-420 (-1171 $)) (-1171 $)) 250 (-3360 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-3846 (((-420 $) $) 173 (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 171 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 170 (|has| |#1| (-365)))) (-2929 (($ $ (-566)) 107)) (-4116 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 164 (|has| |#1| (-365)))) (-1983 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-566))))) (($ $ (-1175) |#2|) 223 (-3360 (|has| |#2| (-516 (-1175) |#2|)) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 |#2|)) 222 (-3360 (|has| |#2| (-516 (-1175) |#2|)) (|has| |#1| (-365)))) (($ $ (-644 (-295 |#2|))) 221 (-3360 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ (-295 |#2|)) 220 (-3360 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ |#2| |#2|) 219 (-3360 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ (-644 |#2|) (-644 |#2|)) 218 (-3360 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365))))) (-3075 (((-771) $) 166 (|has| |#1| (-365)))) (-3483 ((|#1| $ (-566)) 116) (($ $ $) 93 (|has| (-566) (-1111))) (($ $ |#2|) 217 (-3360 (|has| |#2| (-287 |#2| |#2|)) (|has| |#1| (-365))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 167 (|has| |#1| (-365)))) (-2324 (($ $ (-1 |#2| |#2|)) 228 (|has| |#1| (-365))) (($ $ (-1 |#2| |#2|) (-771)) 227 (|has| |#1| (-365))) (($ $ (-771)) 96 (-2700 (-3360 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 94 (-2700 (-3360 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) 101 (-2700 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-1175) (-771)) 100 (-2700 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-644 (-1175))) 99 (-2700 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-1175)) 98 (-2700 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))))) (-1490 (($ $) 241 (|has| |#1| (-365)))) (-2507 ((|#2| $) 239 (|has| |#1| (-365)))) (-4297 (((-566) $) 76)) (-4209 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-1945 (((-225) $) 257 (-3360 (|has| |#2| (-1022)) (|has| |#1| (-365)))) (((-381) $) 256 (-3360 (|has| |#2| (-1022)) (|has| |#1| (-365)))) (((-538) $) 255 (-3360 (|has| |#2| (-614 (-538))) (|has| |#1| (-365)))) (((-892 (-381)) $) 234 (-3360 (|has| |#2| (-614 (-892 (-381)))) (|has| |#1| (-365)))) (((-892 (-566)) $) 233 (-3360 (|has| |#2| (-614 (-892 (-566)))) (|has| |#1| (-365))))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 247 (-3360 (-3360 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#1| (-365))))) (-1911 (($ $) 84)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 59 (|has| |#1| (-172))) (($ |#2|) 280) (($ (-1175)) 254 (-3360 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365)))) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558)))) (-2841 ((|#1| $ (-566)) 71)) (-2097 (((-3 $ "failed") $) 60 (-2700 (-3360 (-2700 (|has| |#2| (-145)) (-3360 (|has| $ (-145)) (|has| |#2| (-909)))) (|has| |#1| (-365))) (|has| |#1| (-145))))) (-2910 (((-771)) 32 T CONST)) (-2614 ((|#1| $) 114)) (-4370 ((|#2| $) 245 (-3360 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-2657 (((-112) $ $) 9)) (-4241 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4220 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-566)) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-3839 (($ $) 261 (-3360 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-1 |#2| |#2|)) 226 (|has| |#1| (-365))) (($ $ (-1 |#2| |#2|) (-771)) 225 (|has| |#1| (-365))) (($ $ (-771)) 97 (-2700 (-3360 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 95 (-2700 (-3360 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) 105 (-2700 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-1175) (-771)) 104 (-2700 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-644 (-1175))) 103 (-2700 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))))) (($ $ (-1175)) 102 (-2700 (-3360 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))))) (-2928 (((-112) $ $) 265 (-3360 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2904 (((-112) $ $) 266 (-3360 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2868 (((-112) $ $) 6)) (-2915 (((-112) $ $) 264 (-3360 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2892 (((-112) $ $) 267 (-3360 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2990 (($ $ |#1|) 70 (|has| |#1| (-365))) (($ $ $) 179 (|has| |#1| (-365))) (($ |#2| |#2|) 237 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 178 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ $ |#2|) 216 (|has| |#1| (-365))) (($ |#2| $) 215 (|has| |#1| (-365))) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
+(((-1227 |#1| |#2|) (-140) (-1049) (-1256 |t#1|)) (T -1227))
+((-4297 (*1 *2 *1) (-12 (-4 *1 (-1227 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1256 *3)) (-5 *2 (-566)))) (-4048 (*1 *1 *2 *3) (-12 (-5 *2 (-566)) (-4 *4 (-1049)) (-4 *1 (-1227 *4 *3)) (-4 *3 (-1256 *4)))) (-3180 (*1 *2 *1) (-12 (-4 *1 (-1227 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1256 *3)))) (-3128 (*1 *1 *1) (-12 (-4 *1 (-1227 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1256 *2)))) (-3128 (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-4 *1 (-1227 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1256 *3)))) (-4036 (*1 *2 *1) (-12 (-4 *1 (-1227 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1256 *3)))) (-4279 (*1 *2 *1) (|partial| -12 (-4 *1 (-1227 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1256 *3)))))
+(-13 (-1225 |t#1|) (-1038 |t#2|) (-616 |t#2|) (-10 -8 (-15 -4048 ($ (-566) |t#2|)) (-15 -4297 ((-566) $)) (-15 -3180 (|t#2| $)) (-15 -3128 ($ $)) (-15 -3128 ($ (-566) $)) (-15 -4036 (|t#2| $)) (-15 -4279 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-365)) (-6 (-992 |t#2|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-566)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 |#2|) |has| |#1| (-365)) ((-38 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-111 |#1| |#1|) . T) ((-111 |#2| |#2|) |has| |#1| (-365)) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) -2700 (-12 (|has| |#1| (-365)) (|has| |#2| (-145))) (|has| |#1| (-145))) ((-147) -2700 (-12 (|has| |#1| (-365)) (|has| |#2| (-147))) (|has| |#1| (-147))) ((-616 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 #2=(-1175)) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-1175)))) ((-616 |#1|) |has| |#1| (-172)) ((-616 |#2|) . T) ((-616 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-614 (-225)) -12 (|has| |#1| (-365)) (|has| |#2| (-1022))) ((-614 (-381)) -12 (|has| |#1| (-365)) (|has| |#2| (-1022))) ((-614 (-538)) -12 (|has| |#1| (-365)) (|has| |#2| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| |#1| (-365)) (|has| |#2| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| |#1| (-365)) (|has| |#2| (-614 (-892 (-566))))) ((-231 |#2|) |has| |#1| (-365)) ((-233) -2700 (-12 (|has| |#1| (-365)) (|has| |#2| (-233))) (|has| |#1| (-15 * (|#1| (-566) |#1|)))) ((-243) |has| |#1| (-365)) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 |#2| $) -12 (|has| |#1| (-365)) (|has| |#2| (-287 |#2| |#2|))) ((-287 $ $) |has| (-566) (-1111)) ((-291) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-310 |#2|) -12 (|has| |#1| (-365)) (|has| |#2| (-310 |#2|))) ((-365) |has| |#1| (-365)) ((-340 |#2|) |has| |#1| (-365)) ((-379 |#2|) |has| |#1| (-365)) ((-402 |#2|) |has| |#1| (-365)) ((-454) |has| |#1| (-365)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-516 (-1175) |#2|) -12 (|has| |#1| (-365)) (|has| |#2| (-516 (-1175) |#2|))) ((-516 |#2| |#2|) -12 (|has| |#1| (-365)) (|has| |#2| (-310 |#2|))) ((-558) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-646 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 |#2|) |has| |#1| (-365)) ((-646 $) . T) ((-648 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-648 |#1|) . T) ((-648 |#2|) |has| |#1| (-365)) ((-648 $) . T) ((-640 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-640 |#1|) |has| |#1| (-172)) ((-640 |#2|) |has| |#1| (-365)) ((-640 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-639 (-566)) -12 (|has| |#1| (-365)) (|has| |#2| (-639 (-566)))) ((-639 |#2|) |has| |#1| (-365)) ((-717 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-717 |#1|) |has| |#1| (-172)) ((-717 |#2|) |has| |#1| (-365)) ((-717 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-726) . T) ((-791) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-792) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-794) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-795) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-820) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-848) -12 (|has| |#1| (-365)) (|has| |#2| (-820))) ((-850) -2700 (-12 (|has| |#1| (-365)) (|has| |#2| (-850))) (-12 (|has| |#1| (-365)) (|has| |#2| (-820)))) ((-900 (-1175)) -2700 (-12 (|has| |#1| (-365)) (|has| |#2| (-900 (-1175)))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))) ((-886 (-381)) -12 (|has| |#1| (-365)) (|has| |#2| (-886 (-381)))) ((-886 (-566)) -12 (|has| |#1| (-365)) (|has| |#2| (-886 (-566)))) ((-884 |#2|) |has| |#1| (-365)) ((-909) -12 (|has| |#1| (-365)) (|has| |#2| (-909))) ((-973 |#1| #0# (-1081)) . T) ((-920) |has| |#1| (-365)) ((-992 |#2|) |has| |#1| (-365)) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1022) -12 (|has| |#1| (-365)) (|has| |#2| (-1022))) ((-1038 (-409 (-566))) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-566)))) ((-1038 (-566)) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-566)))) ((-1038 #2#) -12 (|has| |#1| (-365)) (|has| |#2| (-1038 (-1175)))) ((-1038 |#2|) . T) ((-1051 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1051 |#1|) . T) ((-1051 |#2|) |has| |#1| (-365)) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1056 |#1|) . T) ((-1056 |#2|) |has| |#1| (-365)) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) -12 (|has| |#1| (-365)) (|has| |#2| (-1150))) ((-1200) |has| |#1| (-38 (-409 (-566)))) ((-1203) |has| |#1| (-38 (-409 (-566)))) ((-1215) |has| |#1| (-365)) ((-1219) |has| |#1| (-365)) ((-1225 |#1|) . T) ((-1243 |#1| #0#) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 81)) (-3165 ((|#2| $) NIL (-12 (|has| |#2| (-308)) (|has| |#1| (-365))))) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) 100)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-2191 (($ $ (-566)) 109) (($ $ (-566) (-566)) 111)) (-1639 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) 51)) (-3180 ((|#2| $) 11)) (-4279 (((-3 |#2| "failed") $) 35)) (-4036 ((|#2| $) 36)) (-4175 (($ $) 206 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 182 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1778 (($ $) NIL (|has| |#1| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-4153 (($ $) 202 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 178 (|has| |#1| (-38 (-409 (-566)))))) (-1907 (((-566) $) NIL (-12 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-1850 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) 59)) (-4198 (($ $) 210 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 186 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) 157) (((-3 (-566) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-1175) "failed") $) NIL (-12 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365))))) (-3213 ((|#2| $) 156) (((-566) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-409 (-566)) $) NIL (-12 (|has| |#2| (-1038 (-566))) (|has| |#1| (-365)))) (((-1175) $) NIL (-12 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365))))) (-3128 (($ $) 65) (($ (-566) $) 28)) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) NIL)) (-2204 (((-689 |#2|) (-689 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#1| (-365)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| |#2| (-639 (-566))) (|has| |#1| (-365))))) (-4185 (((-3 $ "failed") $) 88)) (-1770 (((-409 (-952 |#1|)) $ (-566)) 124 (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) 126 (|has| |#1| (-558)))) (-3341 (($) NIL (-12 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2422 (((-112) $) NIL (|has| |#1| (-365)))) (-3540 (((-112) $) NIL (-12 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-2445 (((-112) $) 74)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| |#2| (-886 (-381))) (|has| |#1| (-365)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| |#2| (-886 (-566))) (|has| |#1| (-365))))) (-2464 (((-566) $) 105) (((-566) $ (-566)) 107)) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL (|has| |#1| (-365)))) (-2499 ((|#2| $) 165 (|has| |#1| (-365)))) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1982 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1150)) (|has| |#1| (-365))))) (-4049 (((-112) $) NIL (-12 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-1942 (($ $ (-921)) 148)) (-2571 (($ (-1 |#1| (-566)) $) 144)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-566)) 20) (($ $ (-1081) (-566)) NIL) (($ $ (-644 (-1081)) (-644 (-566))) NIL)) (-1888 (($ $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-3890 (($ $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-1895 (($ (-1 |#1| |#1|) $) 141) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-365)))) (-1658 (($ $) 176 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-4048 (($ (-566) |#2|) 10)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 159 (|has| |#1| (-365)))) (-3613 (($ $) 228 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 233 (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200)))))) (-1783 (($) NIL (-12 (|has| |#2| (-1150)) (|has| |#1| (-365))) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-4381 (($ $) NIL (-12 (|has| |#2| (-308)) (|has| |#1| (-365))))) (-2426 ((|#2| $) NIL (-12 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| |#2| (-909)) (|has| |#1| (-365))))) (-3846 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-2929 (($ $ (-566)) 138)) (-4116 (((-3 $ "failed") $ $) 128 (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1983 (($ $) 174 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) 97 (|has| |#1| (-15 ** (|#1| |#1| (-566))))) (($ $ (-1175) |#2|) NIL (-12 (|has| |#2| (-516 (-1175) |#2|)) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 |#2|)) NIL (-12 (|has| |#2| (-516 (-1175) |#2|)) (|has| |#1| (-365)))) (($ $ (-644 (-295 |#2|))) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ (-295 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365)))) (($ $ (-644 |#2|) (-644 |#2|)) NIL (-12 (|has| |#2| (-310 |#2|)) (|has| |#1| (-365))))) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ (-566)) 103) (($ $ $) 90 (|has| (-566) (-1111))) (($ $ |#2|) NIL (-12 (|has| |#2| (-287 |#2| |#2|)) (|has| |#1| (-365))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2324 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-365))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#1| (-365))) (($ $ (-771)) NIL (-2700 (-12 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 149 (-2700 (-12 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2700 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2700 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2700 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) 153 (-2700 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-1490 (($ $) NIL (|has| |#1| (-365)))) (-2507 ((|#2| $) 166 (|has| |#1| (-365)))) (-4297 (((-566) $) 12)) (-4209 (($ $) 212 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 188 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 208 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 184 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 204 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 180 (|has| |#1| (-38 (-409 (-566)))))) (-1945 (((-225) $) NIL (-12 (|has| |#2| (-1022)) (|has| |#1| (-365)))) (((-381) $) NIL (-12 (|has| |#2| (-1022)) (|has| |#1| (-365)))) (((-538) $) NIL (-12 (|has| |#2| (-614 (-538))) (|has| |#1| (-365)))) (((-892 (-381)) $) NIL (-12 (|has| |#2| (-614 (-892 (-381)))) (|has| |#1| (-365)))) (((-892 (-566)) $) NIL (-12 (|has| |#2| (-614 (-892 (-566)))) (|has| |#1| (-365))))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909)) (|has| |#1| (-365))))) (-1911 (($ $) 136)) (-1650 (((-862) $) 267) (($ (-566)) 24) (($ |#1|) 22 (|has| |#1| (-172))) (($ |#2|) 21) (($ (-1175)) NIL (-12 (|has| |#2| (-1038 (-1175))) (|has| |#1| (-365)))) (($ (-409 (-566))) 169 (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2841 ((|#1| $ (-566)) 85)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#2| (-909)) (|has| |#1| (-365))) (-12 (|has| |#2| (-145)) (|has| |#1| (-365))) (|has| |#1| (-145))))) (-2910 (((-771)) 155 T CONST)) (-2614 ((|#1| $) 102)) (-4370 ((|#2| $) NIL (-12 (|has| |#2| (-547)) (|has| |#1| (-365))))) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) 218 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 194 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) 214 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 190 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 222 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 198 (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-566)) 134 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) 224 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 200 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 220 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 196 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 216 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 192 (|has| |#1| (-38 (-409 (-566)))))) (-3839 (($ $) NIL (-12 (|has| |#2| (-820)) (|has| |#1| (-365))))) (-3410 (($) 13 T CONST)) (-3424 (($) 18 T CONST)) (-3218 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-365))) (($ $ (-1 |#2| |#2|) (-771)) NIL (|has| |#1| (-365))) (($ $ (-771)) NIL (-2700 (-12 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) NIL (-2700 (-12 (|has| |#2| (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2700 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2700 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2700 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| |#2| (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-2928 (((-112) $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2904 (((-112) $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2868 (((-112) $ $) 72)) (-2915 (((-112) $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2892 (((-112) $ $) NIL (-12 (|has| |#2| (-850)) (|has| |#1| (-365))))) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) 163 (|has| |#1| (-365))) (($ |#2| |#2|) 164 (|has| |#1| (-365)))) (-2977 (($ $) 227) (($ $ $) 78)) (-2964 (($ $ $) 76)) (** (($ $ (-921)) NIL) (($ $ (-771)) 84) (($ $ (-566)) 160 (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 172 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 79) (($ $ |#1|) NIL) (($ |#1| $) 152) (($ $ |#2|) 162 (|has| |#1| (-365))) (($ |#2| $) 161 (|has| |#1| (-365))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-1228 |#1| |#2|) (-1227 |#1| |#2|) (-1049) (-1256 |#1|)) (T -1228))
+NIL
+(-1227 |#1| |#2|)
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3165 (((-1257 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-308)) (|has| |#1| (-365))))) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) 10)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-4282 (($ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2296 (((-112) $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2191 (($ $ (-566)) NIL) (($ $ (-566) (-566)) NIL)) (-1639 (((-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|))) $) NIL)) (-3180 (((-1257 |#1| |#2| |#3|) $) NIL)) (-4279 (((-3 (-1257 |#1| |#2| |#3|) "failed") $) NIL)) (-4036 (((-1257 |#1| |#2| |#3|) $) NIL)) (-4175 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1778 (($ $) NIL (|has| |#1| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-4153 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1907 (((-566) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-1850 (($ (-1155 (-2 (|:| |k| (-566)) (|:| |c| |#1|)))) NIL)) (-4198 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-1257 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1175) "failed") $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (((-3 (-409 (-566)) "failed") $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365)))) (((-3 (-566) "failed") $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))))) (-3213 (((-1257 |#1| |#2| |#3|) $) NIL) (((-1175) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (((-409 (-566)) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365)))) (((-566) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))))) (-3128 (($ $) NIL) (($ (-566) $) NIL)) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) NIL)) (-2204 (((-689 (-1257 |#1| |#2| |#3|)) (-689 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -2840 (-689 (-1257 |#1| |#2| |#3|))) (|:| |vec| (-1265 (-1257 |#1| |#2| |#3|)))) (-689 $) (-1265 $)) NIL (|has| |#1| (-365))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-639 (-566))) (|has| |#1| (-365)))) (((-689 (-566)) (-689 $)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-639 (-566))) (|has| |#1| (-365))))) (-4185 (((-3 $ "failed") $) NIL)) (-1770 (((-409 (-952 |#1|)) $ (-566)) NIL (|has| |#1| (-558))) (((-409 (-952 |#1|)) $ (-566) (-566)) NIL (|has| |#1| (-558)))) (-3341 (($) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2422 (((-112) $) NIL (|has| |#1| (-365)))) (-3540 (((-112) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-2445 (((-112) $) NIL)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-886 (-381))) (|has| |#1| (-365)))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-886 (-566))) (|has| |#1| (-365))))) (-2464 (((-566) $) NIL) (((-566) $ (-566)) NIL)) (-1568 (((-112) $) NIL)) (-2059 (($ $) NIL (|has| |#1| (-365)))) (-2499 (((-1257 |#1| |#2| |#3|) $) NIL (|has| |#1| (-365)))) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1982 (((-3 $ "failed") $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1150)) (|has| |#1| (-365))))) (-4049 (((-112) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-1942 (($ $ (-921)) NIL)) (-2571 (($ (-1 |#1| (-566)) $) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-566)) 18) (($ $ (-1081) (-566)) NIL) (($ $ (-644 (-1081)) (-644 (-566))) NIL)) (-1888 (($ $ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-3890 (($ $ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-365)))) (-1658 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-4048 (($ (-566) (-1257 |#1| |#2| |#3|)) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-3613 (($ $) 27 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200))))) (($ $ (-1261 |#2|)) 28 (|has| |#1| (-38 (-409 (-566)))))) (-1783 (($) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1150)) (|has| |#1| (-365))) CONST)) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-4381 (($ $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-308)) (|has| |#1| (-365))))) (-2426 (((-1257 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-3846 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-2929 (($ $ (-566)) NIL)) (-4116 (((-3 $ "failed") $ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1983 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-566))))) (($ $ (-1175) (-1257 |#1| |#2| |#3|)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-516 (-1175) (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-1175)) (-644 (-1257 |#1| |#2| |#3|))) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-516 (-1175) (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-295 (-1257 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-310 (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-295 (-1257 |#1| |#2| |#3|))) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-310 (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-310 (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365)))) (($ $ (-644 (-1257 |#1| |#2| |#3|)) (-644 (-1257 |#1| |#2| |#3|))) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-310 (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365))))) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ (-566)) NIL) (($ $ $) NIL (|has| (-566) (-1111))) (($ $ (-1257 |#1| |#2| |#3|)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-287 (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|))) (|has| |#1| (-365))))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2324 (($ $ (-1 (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|))) NIL (|has| |#1| (-365))) (($ $ (-1 (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|)) (-771)) NIL (|has| |#1| (-365))) (($ $ (-1261 |#2|)) 26) (($ $ (-771)) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) 25 (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-1490 (($ $) NIL (|has| |#1| (-365)))) (-2507 (((-1257 |#1| |#2| |#3|) $) NIL (|has| |#1| (-365)))) (-4297 (((-566) $) NIL)) (-4209 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1945 (((-538) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-614 (-538))) (|has| |#1| (-365)))) (((-381) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1022)) (|has| |#1| (-365)))) (((-225) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1022)) (|has| |#1| (-365)))) (((-892 (-381)) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-614 (-892 (-381)))) (|has| |#1| (-365)))) (((-892 (-566)) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-614 (-892 (-566)))) (|has| |#1| (-365))))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))))) (-1911 (($ $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1257 |#1| |#2| |#3|)) NIL) (($ (-1261 |#2|)) 24) (($ (-1175)) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-1038 (-1175))) (|has| |#1| (-365)))) (($ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558)))) (($ (-409 (-566))) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-1038 (-566))) (|has| |#1| (-365))) (|has| |#1| (-38 (-409 (-566))))))) (-2841 ((|#1| $ (-566)) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-145)) (|has| |#1| (-365))) (|has| |#1| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2614 ((|#1| $) 11)) (-4370 (((-1257 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-547)) (|has| |#1| (-365))))) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-909)) (|has| |#1| (-365))) (|has| |#1| (-558))))) (-4220 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-566)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-566)))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3839 (($ $) NIL (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))))) (-3410 (($) 20 T CONST)) (-3424 (($) 15 T CONST)) (-3218 (($ $ (-1 (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|))) NIL (|has| |#1| (-365))) (($ $ (-1 (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|)) (-771)) NIL (|has| |#1| (-365))) (($ $ (-771)) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-233)) (|has| |#1| (-365))) (|has| |#1| (-15 * (|#1| (-566) |#1|))))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175) (-771)) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-644 (-1175))) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175)))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-900 (-1175))) (|has| |#1| (-365))) (-12 (|has| |#1| (-15 * (|#1| (-566) |#1|))) (|has| |#1| (-900 (-1175))))))) (-2928 (((-112) $ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2904 (((-112) $ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2868 (((-112) $ $) NIL)) (-2915 (((-112) $ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2892 (((-112) $ $) NIL (-2700 (-12 (|has| (-1257 |#1| |#2| |#3|) (-820)) (|has| |#1| (-365))) (-12 (|has| (-1257 |#1| |#2| |#3|) (-850)) (|has| |#1| (-365)))))) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365))) (($ (-1257 |#1| |#2| |#3|) (-1257 |#1| |#2| |#3|)) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 22)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1257 |#1| |#2| |#3|)) NIL (|has| |#1| (-365))) (($ (-1257 |#1| |#2| |#3|) $) NIL (|has| |#1| (-365))) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-1229 |#1| |#2| |#3|) (-13 (-1227 |#1| (-1257 |#1| |#2| |#3|)) (-10 -8 (-15 -1650 ($ (-1261 |#2|))) (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1229))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3613 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
+(-13 (-1227 |#1| (-1257 |#1| |#2| |#3|)) (-10 -8 (-15 -1650 ($ (-1261 |#2|))) (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|)))
+((-3221 (((-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))) |#1| (-112)) 13)) (-3464 (((-420 |#1|) |#1|) 26)) (-3846 (((-420 |#1|) |#1|) 24)))
+(((-1230 |#1|) (-10 -7 (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3464 ((-420 |#1|) |#1|)) (-15 -3221 ((-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))) |#1| (-112)))) (-1241 (-566))) (T -1230))
+((-3221 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-5 *2 (-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| *3) (|:| -2510 (-566))))))) (-5 *1 (-1230 *3)) (-4 *3 (-1241 (-566))))) (-3464 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1230 *3)) (-4 *3 (-1241 (-566))))) (-3846 (*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-1230 *3)) (-4 *3 (-1241 (-566))))))
+(-10 -7 (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3464 ((-420 |#1|) |#1|)) (-15 -3221 ((-2 (|:| |contp| (-566)) (|:| -2430 (-644 (-2 (|:| |irr| |#1|) (|:| -2510 (-566)))))) |#1| (-112))))
+((-1895 (((-1155 |#2|) (-1 |#2| |#1|) (-1232 |#1|)) 23 (|has| |#1| (-848))) (((-1232 |#2|) (-1 |#2| |#1|) (-1232 |#1|)) 17)))
+(((-1231 |#1| |#2|) (-10 -7 (-15 -1895 ((-1232 |#2|) (-1 |#2| |#1|) (-1232 |#1|))) (IF (|has| |#1| (-848)) (-15 -1895 ((-1155 |#2|) (-1 |#2| |#1|) (-1232 |#1|))) |%noBranch|)) (-1215) (-1215)) (T -1231))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1232 *5)) (-4 *5 (-848)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-1155 *6)) (-5 *1 (-1231 *5 *6)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1232 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-1232 *6)) (-5 *1 (-1231 *5 *6)))))
+(-10 -7 (-15 -1895 ((-1232 |#2|) (-1 |#2| |#1|) (-1232 |#1|))) (IF (|has| |#1| (-848)) (-15 -1895 ((-1155 |#2|) (-1 |#2| |#1|) (-1232 |#1|))) |%noBranch|))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3194 (($ |#1| |#1|) 11) (($ |#1|) 10)) (-1895 (((-1155 |#1|) (-1 |#1| |#1|) $) 44 (|has| |#1| (-848)))) (-3728 ((|#1| $) 15)) (-2538 ((|#1| $) 12)) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-2562 (((-566) $) 19)) (-1607 ((|#1| $) 18)) (-2573 ((|#1| $) 13)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-1370 (((-112) $) 17)) (-1967 (((-1155 |#1|) $) 41 (|has| |#1| (-848))) (((-1155 |#1|) (-644 $)) 40 (|has| |#1| (-848)))) (-1945 (($ |#1|) 26)) (-1650 (($ (-1093 |#1|)) 25) (((-862) $) 37 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2723 (($ |#1| |#1|) 21) (($ |#1|) 20)) (-2605 (($ $ (-566)) 14)) (-2868 (((-112) $ $) 30 (|has| |#1| (-1099)))))
+(((-1232 |#1|) (-13 (-1092 |#1|) (-10 -8 (-15 -2723 ($ |#1|)) (-15 -3194 ($ |#1|)) (-15 -1650 ($ (-1093 |#1|))) (-15 -1370 ((-112) $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-1094 |#1| (-1155 |#1|))) |%noBranch|))) (-1215)) (T -1232))
+((-2723 (*1 *1 *2) (-12 (-5 *1 (-1232 *2)) (-4 *2 (-1215)))) (-3194 (*1 *1 *2) (-12 (-5 *1 (-1232 *2)) (-4 *2 (-1215)))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-1093 *3)) (-4 *3 (-1215)) (-5 *1 (-1232 *3)))) (-1370 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1232 *3)) (-4 *3 (-1215)))))
+(-13 (-1092 |#1|) (-10 -8 (-15 -2723 ($ |#1|)) (-15 -3194 ($ |#1|)) (-15 -1650 ($ (-1093 |#1|))) (-15 -1370 ((-112) $)) (IF (|has| |#1| (-1099)) (-6 (-1099)) |%noBranch|) (IF (|has| |#1| (-848)) (-6 (-1094 |#1| (-1155 |#1|))) |%noBranch|)))
+((-1895 (((-1238 |#3| |#4|) (-1 |#4| |#2|) (-1238 |#1| |#2|)) 15)))
+(((-1233 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 ((-1238 |#3| |#4|) (-1 |#4| |#2|) (-1238 |#1| |#2|)))) (-1175) (-1049) (-1175) (-1049)) (T -1233))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1238 *5 *6)) (-14 *5 (-1175)) (-4 *6 (-1049)) (-4 *8 (-1049)) (-5 *2 (-1238 *7 *8)) (-5 *1 (-1233 *5 *6 *7 *8)) (-14 *7 (-1175)))))
+(-10 -7 (-15 -1895 ((-1238 |#3| |#4|) (-1 |#4| |#2|) (-1238 |#1| |#2|))))
+((-3157 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-1456 ((|#1| |#3|) 13)) (-1536 ((|#3| |#3|) 19)))
+(((-1234 |#1| |#2| |#3|) (-10 -7 (-15 -1456 (|#1| |#3|)) (-15 -1536 (|#3| |#3|)) (-15 -3157 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-558) (-992 |#1|) (-1241 |#2|)) (T -1234))
+((-3157 (*1 *2 *3) (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1234 *4 *5 *3)) (-4 *3 (-1241 *5)))) (-1536 (*1 *2 *2) (-12 (-4 *3 (-558)) (-4 *4 (-992 *3)) (-5 *1 (-1234 *3 *4 *2)) (-4 *2 (-1241 *4)))) (-1456 (*1 *2 *3) (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-1234 *2 *4 *3)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -1456 (|#1| |#3|)) (-15 -1536 (|#3| |#3|)) (-15 -3157 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-4222 (((-3 |#2| "failed") |#2| (-771) |#1|) 37)) (-3990 (((-3 |#2| "failed") |#2| (-771)) 38)) (-3828 (((-3 (-2 (|:| -3555 |#2|) (|:| -3567 |#2|)) "failed") |#2|) 52)) (-4106 (((-644 |#2|) |#2|) 54)) (-1771 (((-3 |#2| "failed") |#2| |#2|) 48)))
+(((-1235 |#1| |#2|) (-10 -7 (-15 -3990 ((-3 |#2| "failed") |#2| (-771))) (-15 -4222 ((-3 |#2| "failed") |#2| (-771) |#1|)) (-15 -1771 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3828 ((-3 (-2 (|:| -3555 |#2|) (|:| -3567 |#2|)) "failed") |#2|)) (-15 -4106 ((-644 |#2|) |#2|))) (-13 (-558) (-147)) (-1241 |#1|)) (T -1235))
+((-4106 (*1 *2 *3) (-12 (-4 *4 (-13 (-558) (-147))) (-5 *2 (-644 *3)) (-5 *1 (-1235 *4 *3)) (-4 *3 (-1241 *4)))) (-3828 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-558) (-147))) (-5 *2 (-2 (|:| -3555 *3) (|:| -3567 *3))) (-5 *1 (-1235 *4 *3)) (-4 *3 (-1241 *4)))) (-1771 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1235 *3 *2)) (-4 *2 (-1241 *3)))) (-4222 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-771)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-1235 *4 *2)) (-4 *2 (-1241 *4)))) (-3990 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-771)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-1235 *4 *2)) (-4 *2 (-1241 *4)))))
+(-10 -7 (-15 -3990 ((-3 |#2| "failed") |#2| (-771))) (-15 -4222 ((-3 |#2| "failed") |#2| (-771) |#1|)) (-15 -1771 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3828 ((-3 (-2 (|:| -3555 |#2|) (|:| -3567 |#2|)) "failed") |#2|)) (-15 -4106 ((-644 |#2|) |#2|)))
+((-3176 (((-3 (-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) "failed") |#2| |#2|) 30)))
+(((-1236 |#1| |#2|) (-10 -7 (-15 -3176 ((-3 (-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) "failed") |#2| |#2|))) (-558) (-1241 |#1|)) (T -1236))
+((-3176 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-558)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-1236 *4 *3)) (-4 *3 (-1241 *4)))))
+(-10 -7 (-15 -3176 ((-3 (-2 (|:| -2075 |#2|) (|:| -4368 |#2|)) "failed") |#2| |#2|)))
+((-1512 ((|#2| |#2| |#2|) 22)) (-2025 ((|#2| |#2| |#2|) 36)) (-2989 ((|#2| |#2| |#2| (-771) (-771)) 44)))
+(((-1237 |#1| |#2|) (-10 -7 (-15 -1512 (|#2| |#2| |#2|)) (-15 -2025 (|#2| |#2| |#2|)) (-15 -2989 (|#2| |#2| |#2| (-771) (-771)))) (-1049) (-1241 |#1|)) (T -1237))
+((-2989 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *1 (-1237 *4 *2)) (-4 *2 (-1241 *4)))) (-2025 (*1 *2 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-1237 *3 *2)) (-4 *2 (-1241 *3)))) (-1512 (*1 *2 *2 *2) (-12 (-4 *3 (-1049)) (-5 *1 (-1237 *3 *2)) (-4 *2 (-1241 *3)))))
+(-10 -7 (-15 -1512 (|#2| |#2| |#2|)) (-15 -2025 (|#2| |#2| |#2|)) (-15 -2989 (|#2| |#2| |#2| (-771) (-771))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-2953 (((-1265 |#2|) $ (-771)) NIL)) (-3981 (((-644 (-1081)) $) NIL)) (-2109 (($ (-1171 |#2|)) NIL)) (-3817 (((-1171 $) $ (-1081)) NIL) (((-1171 |#2|) $) NIL)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#2| (-558)))) (-4282 (($ $) NIL (|has| |#2| (-558)))) (-2296 (((-112) $) NIL (|has| |#2| (-558)))) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-1081))) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3334 (($ $ $) NIL (|has| |#2| (-558)))) (-3068 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1778 (($ $) NIL (|has| |#2| (-454)))) (-1615 (((-420 $) $) NIL (|has| |#2| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-1621 (((-112) $ $) NIL (|has| |#2| (-365)))) (-3354 (($ $ (-771)) NIL)) (-3363 (($ $ (-771)) NIL)) (-3378 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-454)))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) NIL) (((-3 (-409 (-566)) "failed") $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) NIL (|has| |#2| (-1038 (-566)))) (((-3 (-1081) "failed") $) NIL)) (-3213 ((|#2| $) NIL) (((-409 (-566)) $) NIL (|has| |#2| (-1038 (-409 (-566))))) (((-566) $) NIL (|has| |#2| (-1038 (-566)))) (((-1081) $) NIL)) (-3095 (($ $ $ (-1081)) NIL (|has| |#2| (-172))) ((|#2| $ $) NIL (|has| |#2| (-172)))) (-4067 (($ $ $) NIL (|has| |#2| (-365)))) (-4162 (($ $) NIL)) (-2204 (((-689 (-566)) (-689 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) NIL (|has| |#2| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#2|)) (|:| |vec| (-1265 |#2|))) (-689 $) (-1265 $)) NIL) (((-689 |#2|) (-689 $)) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-4078 (($ $ $) NIL (|has| |#2| (-365)))) (-3579 (($ $ $) NIL)) (-3151 (($ $ $) NIL (|has| |#2| (-558)))) (-3960 (((-2 (|:| -2651 |#2|) (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#2| (-558)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#2| (-365)))) (-3156 (($ $) NIL (|has| |#2| (-454))) (($ $ (-1081)) NIL (|has| |#2| (-454)))) (-4150 (((-644 $) $) NIL)) (-2422 (((-112) $) NIL (|has| |#2| (-909)))) (-3406 (($ $ |#2| (-771) $) NIL)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) NIL (-12 (|has| (-1081) (-886 (-381))) (|has| |#2| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) NIL (-12 (|has| (-1081) (-886 (-566))) (|has| |#2| (-886 (-566)))))) (-2464 (((-771) $ $) NIL (|has| |#2| (-558)))) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-1982 (((-3 $ "failed") $) NIL (|has| |#2| (-1150)))) (-3972 (($ (-1171 |#2|) (-1081)) NIL) (($ (-1171 $) (-1081)) NIL)) (-1942 (($ $ (-771)) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#2| (-365)))) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3959 (($ |#2| (-771)) 18) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-1081)) NIL) (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL)) (-3888 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-2450 (($ (-1 (-771) (-771)) $) NIL)) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-3361 (((-1171 |#2|) $) NIL)) (-3107 (((-3 (-1081) "failed") $) NIL)) (-4125 (($ $) NIL)) (-4137 ((|#2| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-3057 (((-1157) $) NIL)) (-1976 (((-2 (|:| -2075 $) (|:| -4368 $)) $ (-771)) NIL)) (-2174 (((-3 (-644 $) "failed") $) NIL)) (-4001 (((-3 (-644 $) "failed") $) NIL)) (-2376 (((-3 (-2 (|:| |var| (-1081)) (|:| -3388 (-771))) "failed") $) NIL)) (-3613 (($ $) NIL (|has| |#2| (-38 (-409 (-566)))))) (-1783 (($) NIL (|has| |#2| (-1150)) CONST)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 ((|#2| $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#2| (-454)))) (-1962 (($ (-644 $)) NIL (|has| |#2| (-454))) (($ $ $) NIL (|has| |#2| (-454)))) (-4265 (($ $ (-771) |#2| $) NIL)) (-2107 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) NIL (|has| |#2| (-909)))) (-3846 (((-420 $) $) NIL (|has| |#2| (-909)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#2| (-365)))) (-4116 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-558))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#2| (-365)))) (-1838 (($ $ (-644 (-295 $))) NIL) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#2|) NIL) (($ $ (-644 (-1081)) (-644 |#2|)) NIL) (($ $ (-1081) $) NIL) (($ $ (-644 (-1081)) (-644 $)) NIL)) (-3075 (((-771) $) NIL (|has| |#2| (-365)))) (-3483 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-409 $) (-409 $) (-409 $)) NIL (|has| |#2| (-558))) ((|#2| (-409 $) |#2|) NIL (|has| |#2| (-365))) (((-409 $) $ (-409 $)) NIL (|has| |#2| (-558)))) (-1506 (((-3 $ "failed") $ (-771)) NIL)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#2| (-365)))) (-2018 (($ $ (-1081)) NIL (|has| |#2| (-172))) ((|#2| $) NIL (|has| |#2| (-172)))) (-2324 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) $) NIL)) (-4297 (((-771) $) NIL) (((-771) $ (-1081)) NIL) (((-644 (-771)) $ (-644 (-1081))) NIL)) (-1945 (((-892 (-381)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#2| (-614 (-892 (-381)))))) (((-892 (-566)) $) NIL (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#2| (-614 (-892 (-566)))))) (((-538) $) NIL (-12 (|has| (-1081) (-614 (-538))) (|has| |#2| (-614 (-538)))))) (-1573 ((|#2| $) NIL (|has| |#2| (-454))) (($ $ (-1081)) NIL (|has| |#2| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) NIL (-12 (|has| $ (-145)) (|has| |#2| (-909))))) (-3551 (((-3 $ "failed") $ $) NIL (|has| |#2| (-558))) (((-3 (-409 $) "failed") (-409 $) $) NIL (|has| |#2| (-558)))) (-1650 (((-862) $) 13) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-1081)) NIL) (($ (-1261 |#1|)) 20) (($ (-409 (-566))) NIL (-2700 (|has| |#2| (-38 (-409 (-566)))) (|has| |#2| (-1038 (-409 (-566)))))) (($ $) NIL (|has| |#2| (-558)))) (-2675 (((-644 |#2|) $) NIL)) (-2841 ((|#2| $ (-771)) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-2097 (((-3 $ "failed") $) NIL (-2700 (-12 (|has| $ (-145)) (|has| |#2| (-909))) (|has| |#2| (-145))))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| |#2| (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL (|has| |#2| (-558)))) (-3410 (($) NIL T CONST)) (-3424 (($) 14 T CONST)) (-3218 (($ $ (-1081)) NIL) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) NIL) (($ $ (-1175)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1175) (-771)) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) NIL (|has| |#2| (-900 (-1175)))) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#2|) NIL (|has| |#2| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-409 (-566))) NIL (|has| |#2| (-38 (-409 (-566))))) (($ (-409 (-566)) $) NIL (|has| |#2| (-38 (-409 (-566))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-1238 |#1| |#2|) (-13 (-1241 |#2|) (-616 (-1261 |#1|)) (-10 -8 (-15 -4265 ($ $ (-771) |#2| $)))) (-1175) (-1049)) (T -1238))
+((-4265 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1238 *4 *3)) (-14 *4 (-1175)) (-4 *3 (-1049)))))
+(-13 (-1241 |#2|) (-616 (-1261 |#1|)) (-10 -8 (-15 -4265 ($ $ (-771) |#2| $))))
+((-1895 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
+(((-1239 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 (|#4| (-1 |#3| |#1|) |#2|))) (-1049) (-1241 |#1|) (-1049) (-1241 |#3|)) (T -1239))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-4 *2 (-1241 *6)) (-5 *1 (-1239 *5 *4 *6 *2)) (-4 *4 (-1241 *5)))))
+(-10 -7 (-15 -1895 (|#4| (-1 |#3| |#1|) |#2|)))
+((-2953 (((-1265 |#2|) $ (-771)) 129)) (-3981 (((-644 (-1081)) $) 16)) (-2109 (($ (-1171 |#2|)) 80)) (-3829 (((-771) $) NIL) (((-771) $ (-644 (-1081))) 21)) (-3068 (((-420 (-1171 $)) (-1171 $)) 204)) (-1778 (($ $) 194)) (-1615 (((-420 $) $) 192)) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 95)) (-3354 (($ $ (-771)) 84)) (-3363 (($ $ (-771)) 86)) (-3378 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 145)) (-1821 (((-3 |#2| "failed") $) 132) (((-3 (-409 (-566)) "failed") $) NIL) (((-3 (-566) "failed") $) NIL) (((-3 (-1081) "failed") $) NIL)) (-3213 ((|#2| $) 130) (((-409 (-566)) $) NIL) (((-566) $) NIL) (((-1081) $) NIL)) (-3151 (($ $ $) 170)) (-3960 (((-2 (|:| -2651 |#2|) (|:| -2075 $) (|:| -4368 $)) $ $) 172)) (-2464 (((-771) $ $) 189)) (-1982 (((-3 $ "failed") $) 138)) (-3959 (($ |#2| (-771)) NIL) (($ $ (-1081) (-771)) 59) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-3888 (((-771) $) NIL) (((-771) $ (-1081)) 54) (((-644 (-771)) $ (-644 (-1081))) 55)) (-3361 (((-1171 |#2|) $) 72)) (-3107 (((-3 (-1081) "failed") $) 52)) (-1976 (((-2 (|:| -2075 $) (|:| -4368 $)) $ (-771)) 83)) (-3613 (($ $) 219)) (-1783 (($) 134)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 201)) (-2107 (((-420 (-1171 $)) (-1171 $)) 101)) (-3369 (((-420 (-1171 $)) (-1171 $)) 99)) (-3846 (((-420 $) $) 120)) (-1838 (($ $ (-644 (-295 $))) 51) (($ $ (-295 $)) NIL) (($ $ $ $) NIL) (($ $ (-644 $) (-644 $)) NIL) (($ $ (-1081) |#2|) 39) (($ $ (-644 (-1081)) (-644 |#2|)) 36) (($ $ (-1081) $) 32) (($ $ (-644 (-1081)) (-644 $)) 30)) (-3075 (((-771) $) 207)) (-3483 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-409 $) (-409 $) (-409 $)) 164) ((|#2| (-409 $) |#2|) 206) (((-409 $) $ (-409 $)) 188)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 212)) (-2324 (($ $ (-1081)) 157) (($ $ (-644 (-1081))) NIL) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL) (($ $ (-771)) NIL) (($ $) 155) (($ $ (-1175)) NIL) (($ $ (-644 (-1175))) NIL) (($ $ (-1175) (-771)) NIL) (($ $ (-644 (-1175)) (-644 (-771))) NIL) (($ $ (-1 |#2| |#2|) (-771)) NIL) (($ $ (-1 |#2| |#2|)) 154) (($ $ (-1 |#2| |#2|) $) 149)) (-4297 (((-771) $) NIL) (((-771) $ (-1081)) 17) (((-644 (-771)) $ (-644 (-1081))) 23)) (-1573 ((|#2| $) NIL) (($ $ (-1081)) 140)) (-3551 (((-3 $ "failed") $ $) 180) (((-3 (-409 $) "failed") (-409 $) $) 176)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#2|) NIL) (($ (-1081)) 64) (($ (-409 (-566))) NIL) (($ $) NIL)))
+(((-1240 |#1| |#2|) (-10 -8 (-15 -1650 (|#1| |#1|)) (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -1778 (|#1| |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1783 (|#1|)) (-15 -1982 ((-3 |#1| "failed") |#1|)) (-15 -3483 ((-409 |#1|) |#1| (-409 |#1|))) (-15 -3075 ((-771) |#1|)) (-15 -2307 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3613 (|#1| |#1|)) (-15 -3483 (|#2| (-409 |#1|) |#2|)) (-15 -3378 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -3960 ((-2 (|:| -2651 |#2|) (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3151 (|#1| |#1| |#1|)) (-15 -3551 ((-3 (-409 |#1|) "failed") (-409 |#1|) |#1|)) (-15 -3551 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2464 ((-771) |#1| |#1|)) (-15 -3483 ((-409 |#1|) (-409 |#1|) (-409 |#1|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3363 (|#1| |#1| (-771))) (-15 -3354 (|#1| |#1| (-771))) (-15 -1976 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| (-771))) (-15 -2109 (|#1| (-1171 |#2|))) (-15 -3361 ((-1171 |#2|) |#1|)) (-15 -2953 ((-1265 |#2|) |#1| (-771))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -3483 (|#1| |#1| |#1|)) (-15 -3483 (|#2| |#1| |#2|)) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3068 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -3369 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2107 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -1999 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -1573 (|#1| |#1| (-1081))) (-15 -3981 ((-644 (-1081)) |#1|)) (-15 -3829 ((-771) |#1| (-644 (-1081)))) (-15 -3829 ((-771) |#1|)) (-15 -3959 (|#1| |#1| (-644 (-1081)) (-644 (-771)))) (-15 -3959 (|#1| |#1| (-1081) (-771))) (-15 -3888 ((-644 (-771)) |#1| (-644 (-1081)))) (-15 -3888 ((-771) |#1| (-1081))) (-15 -3107 ((-3 (-1081) "failed") |#1|)) (-15 -4297 ((-644 (-771)) |#1| (-644 (-1081)))) (-15 -4297 ((-771) |#1| (-1081))) (-15 -1650 (|#1| (-1081))) (-15 -1821 ((-3 (-1081) "failed") |#1|)) (-15 -3213 ((-1081) |#1|)) (-15 -1838 (|#1| |#1| (-644 (-1081)) (-644 |#1|))) (-15 -1838 (|#1| |#1| (-1081) |#1|)) (-15 -1838 (|#1| |#1| (-644 (-1081)) (-644 |#2|))) (-15 -1838 (|#1| |#1| (-1081) |#2|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -4297 ((-771) |#1|)) (-15 -3959 (|#1| |#2| (-771))) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -3888 ((-771) |#1|)) (-15 -1573 (|#2| |#1|)) (-15 -2324 (|#1| |#1| (-644 (-1081)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1081) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1081)))) (-15 -2324 (|#1| |#1| (-1081))) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|))) (-1241 |#2|) (-1049)) (T -1240))
+NIL
+(-10 -8 (-15 -1650 (|#1| |#1|)) (-15 -1790 ((-1171 |#1|) (-1171 |#1|) (-1171 |#1|))) (-15 -1615 ((-420 |#1|) |#1|)) (-15 -1778 (|#1| |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1783 (|#1|)) (-15 -1982 ((-3 |#1| "failed") |#1|)) (-15 -3483 ((-409 |#1|) |#1| (-409 |#1|))) (-15 -3075 ((-771) |#1|)) (-15 -2307 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3613 (|#1| |#1|)) (-15 -3483 (|#2| (-409 |#1|) |#2|)) (-15 -3378 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -3960 ((-2 (|:| -2651 |#2|) (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| |#1|)) (-15 -3151 (|#1| |#1| |#1|)) (-15 -3551 ((-3 (-409 |#1|) "failed") (-409 |#1|) |#1|)) (-15 -3551 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2464 ((-771) |#1| |#1|)) (-15 -3483 ((-409 |#1|) (-409 |#1|) (-409 |#1|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3363 (|#1| |#1| (-771))) (-15 -3354 (|#1| |#1| (-771))) (-15 -1976 ((-2 (|:| -2075 |#1|) (|:| -4368 |#1|)) |#1| (-771))) (-15 -2109 (|#1| (-1171 |#2|))) (-15 -3361 ((-1171 |#2|) |#1|)) (-15 -2953 ((-1265 |#2|) |#1| (-771))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2324 (|#1| |#1| (-1 |#2| |#2|) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1175) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1175)))) (-15 -2324 (|#1| |#1| (-1175))) (-15 -2324 (|#1| |#1|)) (-15 -2324 (|#1| |#1| (-771))) (-15 -3483 (|#1| |#1| |#1|)) (-15 -3483 (|#2| |#1| |#2|)) (-15 -3846 ((-420 |#1|) |#1|)) (-15 -3068 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -3369 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -2107 ((-420 (-1171 |#1|)) (-1171 |#1|))) (-15 -1999 ((-3 (-644 (-1171 |#1|)) "failed") (-644 (-1171 |#1|)) (-1171 |#1|))) (-15 -1573 (|#1| |#1| (-1081))) (-15 -3981 ((-644 (-1081)) |#1|)) (-15 -3829 ((-771) |#1| (-644 (-1081)))) (-15 -3829 ((-771) |#1|)) (-15 -3959 (|#1| |#1| (-644 (-1081)) (-644 (-771)))) (-15 -3959 (|#1| |#1| (-1081) (-771))) (-15 -3888 ((-644 (-771)) |#1| (-644 (-1081)))) (-15 -3888 ((-771) |#1| (-1081))) (-15 -3107 ((-3 (-1081) "failed") |#1|)) (-15 -4297 ((-644 (-771)) |#1| (-644 (-1081)))) (-15 -4297 ((-771) |#1| (-1081))) (-15 -1650 (|#1| (-1081))) (-15 -1821 ((-3 (-1081) "failed") |#1|)) (-15 -3213 ((-1081) |#1|)) (-15 -1838 (|#1| |#1| (-644 (-1081)) (-644 |#1|))) (-15 -1838 (|#1| |#1| (-1081) |#1|)) (-15 -1838 (|#1| |#1| (-644 (-1081)) (-644 |#2|))) (-15 -1838 (|#1| |#1| (-1081) |#2|)) (-15 -1838 (|#1| |#1| (-644 |#1|) (-644 |#1|))) (-15 -1838 (|#1| |#1| |#1| |#1|)) (-15 -1838 (|#1| |#1| (-295 |#1|))) (-15 -1838 (|#1| |#1| (-644 (-295 |#1|)))) (-15 -4297 ((-771) |#1|)) (-15 -3959 (|#1| |#2| (-771))) (-15 -1821 ((-3 (-566) "failed") |#1|)) (-15 -3213 ((-566) |#1|)) (-15 -1821 ((-3 (-409 (-566)) "failed") |#1|)) (-15 -3213 ((-409 (-566)) |#1|)) (-15 -3213 (|#2| |#1|)) (-15 -1821 ((-3 |#2| "failed") |#1|)) (-15 -1650 (|#1| |#2|)) (-15 -3888 ((-771) |#1|)) (-15 -1573 (|#2| |#1|)) (-15 -2324 (|#1| |#1| (-644 (-1081)) (-644 (-771)))) (-15 -2324 (|#1| |#1| (-1081) (-771))) (-15 -2324 (|#1| |#1| (-644 (-1081)))) (-15 -2324 (|#1| |#1| (-1081))) (-15 -1650 (|#1| (-566))) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-2953 (((-1265 |#1|) $ (-771)) 240)) (-3981 (((-644 (-1081)) $) 112)) (-2109 (($ (-1171 |#1|)) 238)) (-3817 (((-1171 $) $ (-1081)) 127) (((-1171 |#1|) $) 126)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 89 (|has| |#1| (-558)))) (-4282 (($ $) 90 (|has| |#1| (-558)))) (-2296 (((-112) $) 92 (|has| |#1| (-558)))) (-3829 (((-771) $) 114) (((-771) $ (-644 (-1081))) 113)) (-3569 (((-3 $ "failed") $ $) 20)) (-3334 (($ $ $) 225 (|has| |#1| (-558)))) (-3068 (((-420 (-1171 $)) (-1171 $)) 102 (|has| |#1| (-909)))) (-1778 (($ $) 100 (|has| |#1| (-454)))) (-1615 (((-420 $) $) 99 (|has| |#1| (-454)))) (-1999 (((-3 (-644 (-1171 $)) "failed") (-644 (-1171 $)) (-1171 $)) 105 (|has| |#1| (-909)))) (-1621 (((-112) $ $) 210 (|has| |#1| (-365)))) (-3354 (($ $ (-771)) 233)) (-3363 (($ $ (-771)) 232)) (-3378 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 220 (|has| |#1| (-454)))) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#1| "failed") $) 166) (((-3 (-409 (-566)) "failed") $) 163 (|has| |#1| (-1038 (-409 (-566))))) (((-3 (-566) "failed") $) 161 (|has| |#1| (-1038 (-566)))) (((-3 (-1081) "failed") $) 138)) (-3213 ((|#1| $) 165) (((-409 (-566)) $) 164 (|has| |#1| (-1038 (-409 (-566))))) (((-566) $) 162 (|has| |#1| (-1038 (-566)))) (((-1081) $) 139)) (-3095 (($ $ $ (-1081)) 110 (|has| |#1| (-172))) ((|#1| $ $) 228 (|has| |#1| (-172)))) (-4067 (($ $ $) 214 (|has| |#1| (-365)))) (-4162 (($ $) 156)) (-2204 (((-689 (-566)) (-689 $)) 136 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 (-566))) (|:| |vec| (-1265 (-566)))) (-689 $) (-1265 $)) 135 (|has| |#1| (-639 (-566)))) (((-2 (|:| -2840 (-689 |#1|)) (|:| |vec| (-1265 |#1|))) (-689 $) (-1265 $)) 134) (((-689 |#1|) (-689 $)) 133)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 213 (|has| |#1| (-365)))) (-3579 (($ $ $) 231)) (-3151 (($ $ $) 222 (|has| |#1| (-558)))) (-3960 (((-2 (|:| -2651 |#1|) (|:| -2075 $) (|:| -4368 $)) $ $) 221 (|has| |#1| (-558)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 208 (|has| |#1| (-365)))) (-3156 (($ $) 178 (|has| |#1| (-454))) (($ $ (-1081)) 107 (|has| |#1| (-454)))) (-4150 (((-644 $) $) 111)) (-2422 (((-112) $) 98 (|has| |#1| (-909)))) (-3406 (($ $ |#1| (-771) $) 174)) (-2992 (((-889 (-381) $) $ (-892 (-381)) (-889 (-381) $)) 86 (-12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381))))) (((-889 (-566) $) $ (-892 (-566)) (-889 (-566) $)) 85 (-12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))))) (-2464 (((-771) $ $) 226 (|has| |#1| (-558)))) (-1568 (((-112) $) 35)) (-2606 (((-771) $) 171)) (-1982 (((-3 $ "failed") $) 206 (|has| |#1| (-1150)))) (-3972 (($ (-1171 |#1|) (-1081)) 119) (($ (-1171 $) (-1081)) 118)) (-1942 (($ $ (-771)) 237)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 217 (|has| |#1| (-365)))) (-3400 (((-644 $) $) 128)) (-3220 (((-112) $) 154)) (-3959 (($ |#1| (-771)) 155) (($ $ (-1081) (-771)) 121) (($ $ (-644 (-1081)) (-644 (-771))) 120)) (-3226 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $ (-1081)) 122) (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 235)) (-3888 (((-771) $) 172) (((-771) $ (-1081)) 124) (((-644 (-771)) $ (-644 (-1081))) 123)) (-2450 (($ (-1 (-771) (-771)) $) 173)) (-1895 (($ (-1 |#1| |#1|) $) 153)) (-3361 (((-1171 |#1|) $) 239)) (-3107 (((-3 (-1081) "failed") $) 125)) (-4125 (($ $) 151)) (-4137 ((|#1| $) 150)) (-1931 (($ (-644 $)) 96 (|has| |#1| (-454))) (($ $ $) 95 (|has| |#1| (-454)))) (-3057 (((-1157) $) 10)) (-1976 (((-2 (|:| -2075 $) (|:| -4368 $)) $ (-771)) 234)) (-2174 (((-3 (-644 $) "failed") $) 116)) (-4001 (((-3 (-644 $) "failed") $) 117)) (-2376 (((-3 (-2 (|:| |var| (-1081)) (|:| -3388 (-771))) "failed") $) 115)) (-3613 (($ $) 218 (|has| |#1| (-38 (-409 (-566)))))) (-1783 (($) 205 (|has| |#1| (-1150)) CONST)) (-2029 (((-1119) $) 11)) (-4096 (((-112) $) 168)) (-4109 ((|#1| $) 169)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 97 (|has| |#1| (-454)))) (-1962 (($ (-644 $)) 94 (|has| |#1| (-454))) (($ $ $) 93 (|has| |#1| (-454)))) (-2107 (((-420 (-1171 $)) (-1171 $)) 104 (|has| |#1| (-909)))) (-3369 (((-420 (-1171 $)) (-1171 $)) 103 (|has| |#1| (-909)))) (-3846 (((-420 $) $) 101 (|has| |#1| (-909)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 216 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 215 (|has| |#1| (-365)))) (-4116 (((-3 $ "failed") $ |#1|) 176 (|has| |#1| (-558))) (((-3 $ "failed") $ $) 88 (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 209 (|has| |#1| (-365)))) (-1838 (($ $ (-644 (-295 $))) 147) (($ $ (-295 $)) 146) (($ $ $ $) 145) (($ $ (-644 $) (-644 $)) 144) (($ $ (-1081) |#1|) 143) (($ $ (-644 (-1081)) (-644 |#1|)) 142) (($ $ (-1081) $) 141) (($ $ (-644 (-1081)) (-644 $)) 140)) (-3075 (((-771) $) 211 (|has| |#1| (-365)))) (-3483 ((|#1| $ |#1|) 258) (($ $ $) 257) (((-409 $) (-409 $) (-409 $)) 227 (|has| |#1| (-558))) ((|#1| (-409 $) |#1|) 219 (|has| |#1| (-365))) (((-409 $) $ (-409 $)) 207 (|has| |#1| (-558)))) (-1506 (((-3 $ "failed") $ (-771)) 236)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 212 (|has| |#1| (-365)))) (-2018 (($ $ (-1081)) 109 (|has| |#1| (-172))) ((|#1| $) 229 (|has| |#1| (-172)))) (-2324 (($ $ (-1081)) 46) (($ $ (-644 (-1081))) 45) (($ $ (-1081) (-771)) 44) (($ $ (-644 (-1081)) (-644 (-771))) 43) (($ $ (-771)) 255) (($ $) 253) (($ $ (-1175)) 252 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 251 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 250 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 249 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 242) (($ $ (-1 |#1| |#1|)) 241) (($ $ (-1 |#1| |#1|) $) 230)) (-4297 (((-771) $) 152) (((-771) $ (-1081)) 132) (((-644 (-771)) $ (-644 (-1081))) 131)) (-1945 (((-892 (-381)) $) 84 (-12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381)))))) (((-892 (-566)) $) 83 (-12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566)))))) (((-538) $) 82 (-12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))))) (-1573 ((|#1| $) 177 (|has| |#1| (-454))) (($ $ (-1081)) 108 (|has| |#1| (-454)))) (-1922 (((-3 (-1265 $) "failed") (-689 $)) 106 (-3360 (|has| $ (-145)) (|has| |#1| (-909))))) (-3551 (((-3 $ "failed") $ $) 224 (|has| |#1| (-558))) (((-3 (-409 $) "failed") (-409 $) $) 223 (|has| |#1| (-558)))) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 167) (($ (-1081)) 137) (($ (-409 (-566))) 80 (-2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566)))))) (($ $) 87 (|has| |#1| (-558)))) (-2675 (((-644 |#1|) $) 170)) (-2841 ((|#1| $ (-771)) 157) (($ $ (-1081) (-771)) 130) (($ $ (-644 (-1081)) (-644 (-771))) 129)) (-2097 (((-3 $ "failed") $) 81 (-2700 (-3360 (|has| $ (-145)) (|has| |#1| (-909))) (|has| |#1| (-145))))) (-2910 (((-771)) 32 T CONST)) (-2194 (($ $ $ (-771)) 175 (|has| |#1| (-172)))) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 91 (|has| |#1| (-558)))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-1081)) 42) (($ $ (-644 (-1081))) 41) (($ $ (-1081) (-771)) 40) (($ $ (-644 (-1081)) (-644 (-771))) 39) (($ $ (-771)) 256) (($ $) 254) (($ $ (-1175)) 248 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175))) 247 (|has| |#1| (-900 (-1175)))) (($ $ (-1175) (-771)) 246 (|has| |#1| (-900 (-1175)))) (($ $ (-644 (-1175)) (-644 (-771))) 245 (|has| |#1| (-900 (-1175)))) (($ $ (-1 |#1| |#1|) (-771)) 244) (($ $ (-1 |#1| |#1|)) 243)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 158 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 160 (|has| |#1| (-38 (-409 (-566))))) (($ (-409 (-566)) $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ |#1| $) 149) (($ $ |#1|) 148)))
+(((-1241 |#1|) (-140) (-1049)) (T -1241))
+((-2953 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-1241 *4)) (-4 *4 (-1049)) (-5 *2 (-1265 *4)))) (-3361 (*1 *2 *1) (-12 (-4 *1 (-1241 *3)) (-4 *3 (-1049)) (-5 *2 (-1171 *3)))) (-2109 (*1 *1 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-1049)) (-4 *1 (-1241 *3)))) (-1942 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)))) (-1506 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-771)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)))) (-3226 (*1 *2 *1 *1) (-12 (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-1241 *3)))) (-1976 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-1241 *4)))) (-3354 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)))) (-3363 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)))) (-3579 (*1 *1 *1 *1) (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)))) (-2324 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)))) (-2018 (*1 *2 *1) (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-172)))) (-3095 (*1 *2 *1 *1) (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-172)))) (-3483 (*1 *2 *2 *2) (-12 (-5 *2 (-409 *1)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)) (-4 *3 (-558)))) (-2464 (*1 *2 *1 *1) (-12 (-4 *1 (-1241 *3)) (-4 *3 (-1049)) (-4 *3 (-558)) (-5 *2 (-771)))) (-3334 (*1 *1 *1 *1) (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))) (-3551 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))) (-3551 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-409 *1)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)) (-4 *3 (-558)))) (-3151 (*1 *1 *1 *1) (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))) (-3960 (*1 *2 *1 *1) (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2651 *3) (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-1241 *3)))) (-3378 (*1 *2 *1 *1) (-12 (-4 *3 (-454)) (-4 *3 (-1049)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1241 *3)))) (-3483 (*1 *2 *3 *2) (-12 (-5 *3 (-409 *1)) (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3613 (*1 *1 *1) (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566)))))))
+(-13 (-949 |t#1| (-771) (-1081)) (-287 |t#1| |t#1|) (-287 $ $) (-233) (-231 |t#1|) (-10 -8 (-15 -2953 ((-1265 |t#1|) $ (-771))) (-15 -3361 ((-1171 |t#1|) $)) (-15 -2109 ($ (-1171 |t#1|))) (-15 -1942 ($ $ (-771))) (-15 -1506 ((-3 $ "failed") $ (-771))) (-15 -3226 ((-2 (|:| -2075 $) (|:| -4368 $)) $ $)) (-15 -1976 ((-2 (|:| -2075 $) (|:| -4368 $)) $ (-771))) (-15 -3354 ($ $ (-771))) (-15 -3363 ($ $ (-771))) (-15 -3579 ($ $ $)) (-15 -2324 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1150)) (-6 (-1150)) |%noBranch|) (IF (|has| |t#1| (-172)) (PROGN (-15 -2018 (|t#1| $)) (-15 -3095 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-558)) (PROGN (-6 (-287 (-409 $) (-409 $))) (-15 -3483 ((-409 $) (-409 $) (-409 $))) (-15 -2464 ((-771) $ $)) (-15 -3334 ($ $ $)) (-15 -3551 ((-3 $ "failed") $ $)) (-15 -3551 ((-3 (-409 $) "failed") (-409 $) $)) (-15 -3151 ($ $ $)) (-15 -3960 ((-2 (|:| -2651 |t#1|) (|:| -2075 $) (|:| -4368 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-454)) (-15 -3378 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-365)) (PROGN (-6 (-308)) (-6 -4411) (-15 -3483 (|t#1| (-409 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-409 (-566)))) (-15 -3613 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-771)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) -2700 (|has| |#1| (-1038 (-409 (-566)))) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 #2=(-1081)) . T) ((-616 |#1|) . T) ((-616 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-614 (-538)) -12 (|has| (-1081) (-614 (-538))) (|has| |#1| (-614 (-538)))) ((-614 (-892 (-381))) -12 (|has| (-1081) (-614 (-892 (-381)))) (|has| |#1| (-614 (-892 (-381))))) ((-614 (-892 (-566))) -12 (|has| (-1081) (-614 (-892 (-566)))) (|has| |#1| (-614 (-892 (-566))))) ((-231 |#1|) . T) ((-233) . T) ((-287 (-409 $) (-409 $)) |has| |#1| (-558)) ((-287 |#1| |#1|) . T) ((-287 $ $) . T) ((-291) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-310 $) . T) ((-327 |#1| #0#) . T) ((-379 |#1|) . T) ((-413 |#1|) . T) ((-454) -2700 (|has| |#1| (-909)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-516 #2# |#1|) . T) ((-516 #2# $) . T) ((-516 $ $) . T) ((-558) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-646 #1#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-639 (-566)) |has| |#1| (-639 (-566))) ((-639 |#1|) . T) ((-717 #1#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365))) ((-726) . T) ((-900 #2#) . T) ((-900 (-1175)) |has| |#1| (-900 (-1175))) ((-886 (-381)) -12 (|has| (-1081) (-886 (-381))) (|has| |#1| (-886 (-381)))) ((-886 (-566)) -12 (|has| (-1081) (-886 (-566))) (|has| |#1| (-886 (-566)))) ((-949 |#1| #0# #2#) . T) ((-909) |has| |#1| (-909)) ((-920) |has| |#1| (-365)) ((-1038 (-409 (-566))) |has| |#1| (-1038 (-409 (-566)))) ((-1038 (-566)) |has| |#1| (-1038 (-566))) ((-1038 #2#) . T) ((-1038 |#1|) . T) ((-1051 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-909)) (|has| |#1| (-558)) (|has| |#1| (-454)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1150) |has| |#1| (-1150)) ((-1219) |has| |#1| (-909)))
+((-3981 (((-644 (-1081)) $) 34)) (-4162 (($ $) 31)) (-3959 (($ |#2| |#3|) NIL) (($ $ (-1081) |#3|) 28) (($ $ (-644 (-1081)) (-644 |#3|)) 27)) (-4125 (($ $) 14)) (-4137 ((|#2| $) 12)) (-4297 ((|#3| $) 10)))
+(((-1242 |#1| |#2| |#3|) (-10 -8 (-15 -3981 ((-644 (-1081)) |#1|)) (-15 -3959 (|#1| |#1| (-644 (-1081)) (-644 |#3|))) (-15 -3959 (|#1| |#1| (-1081) |#3|)) (-15 -4162 (|#1| |#1|)) (-15 -3959 (|#1| |#2| |#3|)) (-15 -4297 (|#3| |#1|)) (-15 -4125 (|#1| |#1|)) (-15 -4137 (|#2| |#1|))) (-1243 |#2| |#3|) (-1049) (-792)) (T -1242))
+NIL
+(-10 -8 (-15 -3981 ((-644 (-1081)) |#1|)) (-15 -3959 (|#1| |#1| (-644 (-1081)) (-644 |#3|))) (-15 -3959 (|#1| |#1| (-1081) |#3|)) (-15 -4162 (|#1| |#1|)) (-15 -3959 (|#1| |#2| |#3|)) (-15 -4297 (|#3| |#1|)) (-15 -4125 (|#1| |#1|)) (-15 -4137 (|#2| |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3981 (((-644 (-1081)) $) 86)) (-2780 (((-1175) $) 115)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-4282 (($ $) 64 (|has| |#1| (-558)))) (-2296 (((-112) $) 66 (|has| |#1| (-558)))) (-2191 (($ $ |#2|) 110) (($ $ |#2| |#2|) 109)) (-1639 (((-1155 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 117)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4162 (($ $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-2445 (((-112) $) 85)) (-2464 ((|#2| $) 112) ((|#2| $ |#2|) 111)) (-1568 (((-112) $) 35)) (-1942 (($ $ (-921)) 113)) (-3220 (((-112) $) 74)) (-3959 (($ |#1| |#2|) 73) (($ $ (-1081) |#2|) 88) (($ $ (-644 (-1081)) (-644 |#2|)) 87)) (-1895 (($ (-1 |#1| |#1|) $) 75)) (-4125 (($ $) 77)) (-4137 ((|#1| $) 78)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2929 (($ $ |#2|) 107)) (-4116 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-1838 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-3483 ((|#1| $ |#2|) 116) (($ $ $) 93 (|has| |#2| (-1111)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-4297 ((|#2| $) 76)) (-1911 (($ $) 84)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59 (|has| |#1| (-172)))) (-2841 ((|#1| $ |#2|) 71)) (-2097 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2614 ((|#1| $) 114)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 65 (|has| |#1| (-558)))) (-1645 ((|#1| $ |#2|) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
+(((-1243 |#1| |#2|) (-140) (-1049) (-792)) (T -1243))
+((-1639 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-1155 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3483 (*1 *2 *1 *3) (-12 (-4 *1 (-1243 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-2780 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (-5 *2 (-1175)))) (-2614 (*1 *2 *1) (-12 (-4 *1 (-1243 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))) (-1942 (*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-1243 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)))) (-2464 (*1 *2 *1) (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-2464 (*1 *2 *1 *2) (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-2191 (*1 *1 *1 *2) (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-2191 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-1645 (*1 *2 *1 *3) (-12 (-4 *1 (-1243 *2 *3)) (-4 *3 (-792)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -1650 (*2 (-1175)))) (-4 *2 (-1049)))) (-2929 (*1 *1 *1 *2) (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))) (-1838 (*1 *2 *1 *3) (-12 (-4 *1 (-1243 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1155 *3)))))
+(-13 (-973 |t#1| |t#2| (-1081)) (-10 -8 (-15 -1639 ((-1155 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3483 (|t#1| $ |t#2|)) (-15 -2780 ((-1175) $)) (-15 -2614 (|t#1| $)) (-15 -1942 ($ $ (-921))) (-15 -2464 (|t#2| $)) (-15 -2464 (|t#2| $ |t#2|)) (-15 -2191 ($ $ |t#2|)) (-15 -2191 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -1650 (|t#1| (-1175)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -1645 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -2929 ($ $ |t#2|)) (IF (|has| |t#2| (-1111)) (-6 (-287 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-233)) (IF (|has| |t#1| (-900 (-1175))) (-6 (-900 (-1175))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -1838 ((-1155 |t#1|) $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-102) . T) ((-111 #0# #0#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #0#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-287 $ $) |has| |#2| (-1111)) ((-291) |has| |#1| (-558)) ((-558) |has| |#1| (-558)) ((-646 #0#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #0#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| |#2| (-1081)) . T) ((-1051 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #0#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
+((-1778 ((|#2| |#2|) 12)) (-1615 (((-420 |#2|) |#2|) 14)) (-1418 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566)))) 30)))
+(((-1244 |#1| |#2|) (-10 -7 (-15 -1615 ((-420 |#2|) |#2|)) (-15 -1778 (|#2| |#2|)) (-15 -1418 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566)))))) (-558) (-13 (-1241 |#1|) (-558) (-10 -8 (-15 -1962 ($ $ $))))) (T -1244))
+((-1418 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-566)))) (-4 *4 (-13 (-1241 *3) (-558) (-10 -8 (-15 -1962 ($ $ $))))) (-4 *3 (-558)) (-5 *1 (-1244 *3 *4)))) (-1778 (*1 *2 *2) (-12 (-4 *3 (-558)) (-5 *1 (-1244 *3 *2)) (-4 *2 (-13 (-1241 *3) (-558) (-10 -8 (-15 -1962 ($ $ $))))))) (-1615 (*1 *2 *3) (-12 (-4 *4 (-558)) (-5 *2 (-420 *3)) (-5 *1 (-1244 *4 *3)) (-4 *3 (-13 (-1241 *4) (-558) (-10 -8 (-15 -1962 ($ $ $))))))))
+(-10 -7 (-15 -1615 ((-420 |#2|) |#2|)) (-15 -1778 (|#2| |#2|)) (-15 -1418 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-566))))))
+((-1895 (((-1250 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1250 |#1| |#3| |#5|)) 24)))
+(((-1245 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1895 ((-1250 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1250 |#1| |#3| |#5|)))) (-1049) (-1049) (-1175) (-1175) |#1| |#2|) (T -1245))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1250 *5 *7 *9)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-14 *7 (-1175)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1250 *6 *8 *10)) (-5 *1 (-1245 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1175)))))
+(-10 -7 (-15 -1895 ((-1250 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1250 |#1| |#3| |#5|))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3981 (((-644 (-1081)) $) 86)) (-2780 (((-1175) $) 115)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-4282 (($ $) 64 (|has| |#1| (-558)))) (-2296 (((-112) $) 66 (|has| |#1| (-558)))) (-2191 (($ $ (-409 (-566))) 110) (($ $ (-409 (-566)) (-409 (-566))) 109)) (-1639 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) 117)) (-4175 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 174 (|has| |#1| (-365)))) (-1615 (((-420 $) $) 175 (|has| |#1| (-365)))) (-3856 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-1621 (((-112) $ $) 165 (|has| |#1| (-365)))) (-4153 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) 183)) (-4198 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) 18 T CONST)) (-4067 (($ $ $) 169 (|has| |#1| (-365)))) (-4162 (($ $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 168 (|has| |#1| (-365)))) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 163 (|has| |#1| (-365)))) (-2422 (((-112) $) 176 (|has| |#1| (-365)))) (-2445 (((-112) $) 85)) (-2528 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-409 (-566)) $) 112) (((-409 (-566)) $ (-409 (-566))) 111)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) 113) (($ $ (-409 (-566))) 182)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 172 (|has| |#1| (-365)))) (-3220 (((-112) $) 74)) (-3959 (($ |#1| (-409 (-566))) 73) (($ $ (-1081) (-409 (-566))) 88) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) 87)) (-1895 (($ (-1 |#1| |#1|) $) 75)) (-1658 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) 77)) (-4137 ((|#1| $) 78)) (-1931 (($ (-644 $)) 161 (|has| |#1| (-365))) (($ $ $) 160 (|has| |#1| (-365)))) (-3057 (((-1157) $) 10)) (-4085 (($ $) 177 (|has| |#1| (-365)))) (-3613 (($ $) 181 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 180 (-2700 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1200)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 162 (|has| |#1| (-365)))) (-1962 (($ (-644 $)) 159 (|has| |#1| (-365))) (($ $ $) 158 (|has| |#1| (-365)))) (-3846 (((-420 $) $) 173 (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 171 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 170 (|has| |#1| (-365)))) (-2929 (($ $ (-409 (-566))) 107)) (-4116 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 164 (|has| |#1| (-365)))) (-1983 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-3075 (((-771) $) 166 (|has| |#1| (-365)))) (-3483 ((|#1| $ (-409 (-566))) 116) (($ $ $) 93 (|has| (-409 (-566)) (-1111)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 167 (|has| |#1| (-365)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-4297 (((-409 (-566)) $) 76)) (-4209 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) 84)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 59 (|has| |#1| (-172))) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558)))) (-2841 ((|#1| $ (-409 (-566))) 71)) (-2097 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2614 ((|#1| $) 114)) (-2657 (((-112) $ $) 9)) (-4241 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4220 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-409 (-566))) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 70 (|has| |#1| (-365))) (($ $ $) 179 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 178 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
+(((-1246 |#1|) (-140) (-1049)) (T -1246))
+((-1850 (*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| *4)))) (-4 *4 (-1049)) (-4 *1 (-1246 *4)))) (-1942 (*1 *1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-4 *1 (-1246 *3)) (-4 *3 (-1049)))) (-3613 (*1 *1 *1) (-12 (-4 *1 (-1246 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566)))))) (-3613 (*1 *1 *1 *2) (-2700 (-12 (-5 *2 (-1175)) (-4 *1 (-1246 *3)) (-4 *3 (-1049)) (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1200)) (-4 *3 (-38 (-409 (-566)))))) (-12 (-5 *2 (-1175)) (-4 *1 (-1246 *3)) (-4 *3 (-1049)) (-12 (|has| *3 (-15 -3981 ((-644 *2) *3))) (|has| *3 (-15 -3613 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566)))))))))
+(-13 (-1243 |t#1| (-409 (-566))) (-10 -8 (-15 -1850 ($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |t#1|))))) (-15 -1942 ($ $ (-409 (-566)))) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $)) (IF (|has| |t#1| (-15 -3613 (|t#1| |t#1| (-1175)))) (IF (|has| |t#1| (-15 -3981 ((-644 (-1175)) |t#1|))) (-15 -3613 ($ $ (-1175))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1200)) (IF (|has| |t#1| (-959)) (IF (|has| |t#1| (-29 (-566))) (-15 -3613 ($ $ (-1175))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1002)) (-6 (-1200))) |%noBranch|) (IF (|has| |t#1| (-365)) (-6 (-365)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-409 (-566))) . T) ((-25) . T) ((-38 #1=(-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) ((-243) |has| |#1| (-365)) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 $ $) |has| (-409 (-566)) (-1111)) ((-291) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-365) |has| |#1| (-365)) ((-454) |has| |#1| (-365)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-558) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-646 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-717 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| #0# (-1081)) . T) ((-920) |has| |#1| (-365)) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1051 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1200) |has| |#1| (-38 (-409 (-566)))) ((-1203) |has| |#1| (-38 (-409 (-566)))) ((-1219) |has| |#1| (-365)) ((-1243 |#1| #0#) . T))
+((-4014 (((-112) $) 12)) (-1821 (((-3 |#3| "failed") $) 17)) (-3213 ((|#3| $) 14)))
+(((-1247 |#1| |#2| |#3|) (-10 -8 (-15 -1821 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#3| |#1|)) (-15 -4014 ((-112) |#1|))) (-1248 |#2| |#3|) (-1049) (-1225 |#2|)) (T -1247))
+NIL
+(-10 -8 (-15 -1821 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#3| |#1|)) (-15 -4014 ((-112) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3981 (((-644 (-1081)) $) 86)) (-2780 (((-1175) $) 115)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-4282 (($ $) 64 (|has| |#1| (-558)))) (-2296 (((-112) $) 66 (|has| |#1| (-558)))) (-2191 (($ $ (-409 (-566))) 110) (($ $ (-409 (-566)) (-409 (-566))) 109)) (-1639 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) 117)) (-4175 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 174 (|has| |#1| (-365)))) (-1615 (((-420 $) $) 175 (|has| |#1| (-365)))) (-3856 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-1621 (((-112) $ $) 165 (|has| |#1| (-365)))) (-4153 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) 183)) (-4198 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#2| "failed") $) 194)) (-3213 ((|#2| $) 195)) (-4067 (($ $ $) 169 (|has| |#1| (-365)))) (-4162 (($ $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-3822 (((-409 (-566)) $) 191)) (-4078 (($ $ $) 168 (|has| |#1| (-365)))) (-4063 (($ (-409 (-566)) |#2|) 192)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 163 (|has| |#1| (-365)))) (-2422 (((-112) $) 176 (|has| |#1| (-365)))) (-2445 (((-112) $) 85)) (-2528 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-409 (-566)) $) 112) (((-409 (-566)) $ (-409 (-566))) 111)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) 113) (($ $ (-409 (-566))) 182)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 172 (|has| |#1| (-365)))) (-3220 (((-112) $) 74)) (-3959 (($ |#1| (-409 (-566))) 73) (($ $ (-1081) (-409 (-566))) 88) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) 87)) (-1895 (($ (-1 |#1| |#1|) $) 75)) (-1658 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) 77)) (-4137 ((|#1| $) 78)) (-1931 (($ (-644 $)) 161 (|has| |#1| (-365))) (($ $ $) 160 (|has| |#1| (-365)))) (-3790 ((|#2| $) 190)) (-3698 (((-3 |#2| "failed") $) 188)) (-4048 ((|#2| $) 189)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 177 (|has| |#1| (-365)))) (-3613 (($ $) 181 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 180 (-2700 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1200)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 162 (|has| |#1| (-365)))) (-1962 (($ (-644 $)) 159 (|has| |#1| (-365))) (($ $ $) 158 (|has| |#1| (-365)))) (-3846 (((-420 $) $) 173 (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 171 (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 170 (|has| |#1| (-365)))) (-2929 (($ $ (-409 (-566))) 107)) (-4116 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 164 (|has| |#1| (-365)))) (-1983 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-3075 (((-771) $) 166 (|has| |#1| (-365)))) (-3483 ((|#1| $ (-409 (-566))) 116) (($ $ $) 93 (|has| (-409 (-566)) (-1111)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 167 (|has| |#1| (-365)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-4297 (((-409 (-566)) $) 76)) (-4209 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) 84)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 59 (|has| |#1| (-172))) (($ |#2|) 193) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558)))) (-2841 ((|#1| $ (-409 (-566))) 71)) (-2097 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2614 ((|#1| $) 114)) (-2657 (((-112) $ $) 9)) (-4241 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4220 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-409 (-566))) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 70 (|has| |#1| (-365))) (($ $ $) 179 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 178 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
+(((-1248 |#1| |#2|) (-140) (-1049) (-1225 |t#1|)) (T -1248))
+((-4297 (*1 *2 *1) (-12 (-4 *1 (-1248 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1225 *3)) (-5 *2 (-409 (-566))))) (-4063 (*1 *1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-4 *4 (-1049)) (-4 *1 (-1248 *4 *3)) (-4 *3 (-1225 *4)))) (-3822 (*1 *2 *1) (-12 (-4 *1 (-1248 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1225 *3)) (-5 *2 (-409 (-566))))) (-3790 (*1 *2 *1) (-12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1225 *3)))) (-4048 (*1 *2 *1) (-12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1225 *3)))) (-3698 (*1 *2 *1) (|partial| -12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1225 *3)))))
+(-13 (-1246 |t#1|) (-1038 |t#2|) (-616 |t#2|) (-10 -8 (-15 -4063 ($ (-409 (-566)) |t#2|)) (-15 -3822 ((-409 (-566)) $)) (-15 -3790 (|t#2| $)) (-15 -4297 ((-409 (-566)) $)) (-15 -4048 (|t#2| $)) (-15 -3698 ((-3 |t#2| "failed") $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-409 (-566))) . T) ((-25) . T) ((-38 #1=(-409 (-566))) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 |#2|) . T) ((-616 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) ((-243) |has| |#1| (-365)) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 $ $) |has| (-409 (-566)) (-1111)) ((-291) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-308) |has| |#1| (-365)) ((-365) |has| |#1| (-365)) ((-454) |has| |#1| (-365)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-558) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-646 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-717 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365))) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| #0# (-1081)) . T) ((-920) |has| |#1| (-365)) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1038 |#2|) . T) ((-1051 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1056 #1#) -2700 (|has| |#1| (-365)) (|has| |#1| (-38 (-409 (-566))))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-365)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1200) |has| |#1| (-38 (-409 (-566)))) ((-1203) |has| |#1| (-38 (-409 (-566)))) ((-1219) |has| |#1| (-365)) ((-1243 |#1| #0#) . T) ((-1246 |#1|) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) 104)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-2191 (($ $ (-409 (-566))) 116) (($ $ (-409 (-566)) (-409 (-566))) 118)) (-1639 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) 54)) (-4175 (($ $) 192 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 168 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| |#1| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-4153 (($ $) 188 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 164 (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) 65)) (-4198 (($ $) 196 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 172 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) NIL)) (-3213 ((|#2| $) NIL)) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) 85)) (-3822 (((-409 (-566)) $) 13)) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4063 (($ (-409 (-566)) |#2|) 11)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2422 (((-112) $) NIL (|has| |#1| (-365)))) (-2445 (((-112) $) 74)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-409 (-566)) $) 113) (((-409 (-566)) $ (-409 (-566))) 114)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) 130) (($ $ (-409 (-566))) 128)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-409 (-566))) 33) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-1895 (($ (-1 |#1| |#1|) $) 125)) (-1658 (($ $) 162 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3790 ((|#2| $) 12)) (-3698 (((-3 |#2| "failed") $) 44)) (-4048 ((|#2| $) 45)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) 101 (|has| |#1| (-365)))) (-3613 (($ $) 146 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 151 (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200)))))) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-2929 (($ $ (-409 (-566))) 122)) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1983 (($ $) 160 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) 98 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ (-409 (-566))) 108) (($ $ $) 94 (|has| (-409 (-566)) (-1111)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) 138 (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 134 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-4297 (((-409 (-566)) $) 16)) (-4209 (($ $) 198 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 174 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 194 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 170 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 190 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 166 (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) 120)) (-1650 (((-862) $) NIL) (($ (-566)) 37) (($ |#1|) 27 (|has| |#1| (-172))) (($ |#2|) 34) (($ (-409 (-566))) 139 (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2841 ((|#1| $ (-409 (-566))) 107)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) 127 T CONST)) (-2614 ((|#1| $) 106)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) 204 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 180 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) 200 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 176 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 208 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 184 (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-409 (-566))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) 210 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 186 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 206 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 182 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 202 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 178 (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 21 T CONST)) (-3424 (($) 17 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2868 (((-112) $ $) 72)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) 100 (|has| |#1| (-365)))) (-2977 (($ $) 142) (($ $ $) 78)) (-2964 (($ $ $) 76)) (** (($ $ (-921)) NIL) (($ $ (-771)) 82) (($ $ (-566)) 157 (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 158 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 80) (($ $ |#1|) NIL) (($ |#1| $) 137) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-1249 |#1| |#2|) (-1248 |#1| |#2|) (-1049) (-1225 |#1|)) (T -1249))
+NIL
+(-1248 |#1| |#2|)
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) 11)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) NIL (|has| |#1| (-558)))) (-2191 (($ $ (-409 (-566))) NIL) (($ $ (-409 (-566)) (-409 (-566))) NIL)) (-1639 (((-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|))) $) NIL)) (-4175 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-1778 (($ $) NIL (|has| |#1| (-365)))) (-1615 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1621 (((-112) $ $) NIL (|has| |#1| (-365)))) (-4153 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-771) (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#1|)))) NIL)) (-4198 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-1229 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1257 |#1| |#2| |#3|) "failed") $) 22)) (-3213 (((-1229 |#1| |#2| |#3|) $) NIL) (((-1257 |#1| |#2| |#3|) $) NIL)) (-4067 (($ $ $) NIL (|has| |#1| (-365)))) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3822 (((-409 (-566)) $) 69)) (-4078 (($ $ $) NIL (|has| |#1| (-365)))) (-4063 (($ (-409 (-566)) (-1229 |#1| |#2| |#3|)) NIL)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) NIL (|has| |#1| (-365)))) (-2422 (((-112) $) NIL (|has| |#1| (-365)))) (-2445 (((-112) $) NIL)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-409 (-566)) $) NIL) (((-409 (-566)) $ (-409 (-566))) NIL)) (-1568 (((-112) $) NIL)) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) NIL) (($ $ (-409 (-566))) NIL)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-409 (-566))) 30) (($ $ (-1081) (-409 (-566))) NIL) (($ $ (-644 (-1081)) (-644 (-409 (-566)))) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-1658 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-1931 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3790 (((-1229 |#1| |#2| |#3|) $) 72)) (-3698 (((-3 (-1229 |#1| |#2| |#3|) "failed") $) NIL)) (-4048 (((-1229 |#1| |#2| |#3|) $) NIL)) (-3057 (((-1157) $) NIL)) (-4085 (($ $) NIL (|has| |#1| (-365)))) (-3613 (($ $) 39 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) NIL (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200))))) (($ $ (-1261 |#2|)) 40 (|has| |#1| (-38 (-409 (-566)))))) (-2029 (((-1119) $) NIL)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) NIL (|has| |#1| (-365)))) (-1962 (($ (-644 $)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-3846 (((-420 $) $) NIL (|has| |#1| (-365)))) (-3594 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-365))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) NIL (|has| |#1| (-365)))) (-2929 (($ $ (-409 (-566))) NIL)) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-2871 (((-3 (-644 $) "failed") (-644 $) $) NIL (|has| |#1| (-365)))) (-1983 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))))) (-3075 (((-771) $) NIL (|has| |#1| (-365)))) (-3483 ((|#1| $ (-409 (-566))) NIL) (($ $ $) NIL (|has| (-409 (-566)) (-1111)))) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) NIL (|has| |#1| (-365)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $ (-1261 |#2|)) 38)) (-4297 (((-409 (-566)) $) NIL)) (-4209 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) NIL)) (-1650 (((-862) $) 109) (($ (-566)) NIL) (($ |#1|) NIL (|has| |#1| (-172))) (($ (-1229 |#1| |#2| |#3|)) 16) (($ (-1257 |#1| |#2| |#3|)) 17) (($ (-1261 |#2|)) 36) (($ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558)))) (-2841 ((|#1| $ (-409 (-566))) NIL)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2614 ((|#1| $) 12)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-409 (-566))) 74 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-409 (-566))))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 32 T CONST)) (-3424 (($) 26 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-409 (-566)) |#1|))))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 34)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ (-566)) NIL (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-1250 |#1| |#2| |#3|) (-13 (-1248 |#1| (-1229 |#1| |#2| |#3|)) (-1038 (-1257 |#1| |#2| |#3|)) (-616 (-1261 |#2|)) (-10 -8 (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1250))
+((-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1250 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3613 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1250 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
+(-13 (-1248 |#1| (-1229 |#1| |#2| |#3|)) (-1038 (-1257 |#1| |#2| |#3|)) (-616 (-1261 |#2|)) (-10 -8 (-15 -2324 ($ $ (-1261 |#2|))) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 37)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL)) (-4282 (($ $) NIL)) (-2296 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 (-566) "failed") $) NIL (|has| (-1250 |#2| |#3| |#4|) (-1038 (-566)))) (((-3 (-409 (-566)) "failed") $) NIL (|has| (-1250 |#2| |#3| |#4|) (-1038 (-409 (-566))))) (((-3 (-1250 |#2| |#3| |#4|) "failed") $) 22)) (-3213 (((-566) $) NIL (|has| (-1250 |#2| |#3| |#4|) (-1038 (-566)))) (((-409 (-566)) $) NIL (|has| (-1250 |#2| |#3| |#4|) (-1038 (-409 (-566))))) (((-1250 |#2| |#3| |#4|) $) NIL)) (-4162 (($ $) 41)) (-4185 (((-3 $ "failed") $) 27)) (-3156 (($ $) NIL (|has| (-1250 |#2| |#3| |#4|) (-454)))) (-3406 (($ $ (-1250 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|) $) NIL)) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) 11)) (-3220 (((-112) $) NIL)) (-3959 (($ (-1250 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) 25)) (-3888 (((-320 |#2| |#3| |#4|) $) NIL)) (-2450 (($ (-1 (-320 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) $) NIL)) (-1895 (($ (-1 (-1250 |#2| |#3| |#4|) (-1250 |#2| |#3| |#4|)) $) NIL)) (-3118 (((-3 (-843 |#2|) "failed") $) 90)) (-4125 (($ $) NIL)) (-4137 (((-1250 |#2| |#3| |#4|) $) 20)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4096 (((-112) $) NIL)) (-4109 (((-1250 |#2| |#3| |#4|) $) NIL)) (-4116 (((-3 $ "failed") $ (-1250 |#2| |#3| |#4|)) NIL (|has| (-1250 |#2| |#3| |#4|) (-558))) (((-3 $ "failed") $ $) NIL)) (-4173 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1250 |#2| |#3| |#4|)) (|:| |%expon| (-320 |#2| |#3| |#4|)) (|:| |%expTerms| (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#2|)))))) (|:| |%type| (-1157))) "failed") $) 74)) (-4297 (((-320 |#2| |#3| |#4|) $) 17)) (-1573 (((-1250 |#2| |#3| |#4|) $) NIL (|has| (-1250 |#2| |#3| |#4|) (-454)))) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ (-1250 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-409 (-566))) NIL (-2700 (|has| (-1250 |#2| |#3| |#4|) (-38 (-409 (-566)))) (|has| (-1250 |#2| |#3| |#4|) (-1038 (-409 (-566))))))) (-2675 (((-644 (-1250 |#2| |#3| |#4|)) $) NIL)) (-2841 (((-1250 |#2| |#3| |#4|) $ (-320 |#2| |#3| |#4|)) NIL)) (-2097 (((-3 $ "failed") $) NIL (|has| (-1250 |#2| |#3| |#4|) (-145)))) (-2910 (((-771)) NIL T CONST)) (-2194 (($ $ $ (-771)) NIL (|has| (-1250 |#2| |#3| |#4|) (-172)))) (-2657 (((-112) $ $) NIL)) (-3679 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-3424 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ (-1250 |#2| |#3| |#4|)) NIL (|has| (-1250 |#2| |#3| |#4|) (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ (-1250 |#2| |#3| |#4|)) NIL) (($ (-1250 |#2| |#3| |#4|) $) NIL) (($ (-409 (-566)) $) NIL (|has| (-1250 |#2| |#3| |#4|) (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| (-1250 |#2| |#3| |#4|) (-38 (-409 (-566)))))))
+(((-1251 |#1| |#2| |#3| |#4|) (-13 (-327 (-1250 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) (-558) (-10 -8 (-15 -3118 ((-3 (-843 |#2|) "failed") $)) (-15 -4173 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1250 |#2| |#3| |#4|)) (|:| |%expon| (-320 |#2| |#3| |#4|)) (|:| |%expTerms| (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#2|)))))) (|:| |%type| (-1157))) "failed") $)))) (-13 (-1038 (-566)) (-639 (-566)) (-454)) (-13 (-27) (-1200) (-432 |#1|)) (-1175) |#2|) (T -1251))
+((-3118 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454))) (-5 *2 (-843 *4)) (-5 *1 (-1251 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1200) (-432 *3))) (-14 *5 (-1175)) (-14 *6 *4))) (-4173 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1250 *4 *5 *6)) (|:| |%expon| (-320 *4 *5 *6)) (|:| |%expTerms| (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| *4)))))) (|:| |%type| (-1157)))) (-5 *1 (-1251 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1200) (-432 *3))) (-14 *5 (-1175)) (-14 *6 *4))))
+(-13 (-327 (-1250 |#2| |#3| |#4|) (-320 |#2| |#3| |#4|)) (-558) (-10 -8 (-15 -3118 ((-3 (-843 |#2|) "failed") $)) (-15 -4173 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1250 |#2| |#3| |#4|)) (|:| |%expon| (-320 |#2| |#3| |#4|)) (|:| |%expTerms| (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| |#2|)))))) (|:| |%type| (-1157))) "failed") $))))
+((-1389 ((|#2| $) 34)) (-3908 ((|#2| $) 18)) (-2276 (($ $) 52)) (-3337 (($ $ (-566)) 85)) (-3874 (((-112) $ (-771)) 46)) (-3283 ((|#2| $ |#2|) 82)) (-2694 ((|#2| $ |#2|) 78)) (-1777 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 71) (($ $ "rest" $) 75) ((|#2| $ "last" |#2|) 73)) (-4032 (($ $ (-644 $)) 81)) (-3896 ((|#2| $) 17)) (-3616 (($ $) NIL) (($ $ (-771)) 59)) (-2305 (((-644 $) $) 31)) (-3906 (((-112) $ $) 69)) (-1392 (((-112) $ (-771)) 45)) (-4395 (((-112) $ (-771)) 43)) (-3900 (((-112) $) 33)) (-1855 ((|#2| $) 25) (($ $ (-771)) 64)) (-3483 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-1409 (((-112) $) 23)) (-2783 (($ $) 55)) (-1603 (($ $) 86)) (-2883 (((-771) $) 58)) (-3715 (($ $) 57)) (-2829 (($ $ $) 77) (($ |#2| $) NIL)) (-2460 (((-644 $) $) 32)) (-2868 (((-112) $ $) 67)) (-4142 (((-771) $) 51)))
+(((-1252 |#1| |#2|) (-10 -8 (-15 -3337 (|#1| |#1| (-566))) (-15 -1777 (|#2| |#1| "last" |#2|)) (-15 -2694 (|#2| |#1| |#2|)) (-15 -1777 (|#1| |#1| "rest" |#1|)) (-15 -1777 (|#2| |#1| "first" |#2|)) (-15 -1603 (|#1| |#1|)) (-15 -2783 (|#1| |#1|)) (-15 -2883 ((-771) |#1|)) (-15 -3715 (|#1| |#1|)) (-15 -3908 (|#2| |#1|)) (-15 -3896 (|#2| |#1|)) (-15 -2276 (|#1| |#1|)) (-15 -1855 (|#1| |#1| (-771))) (-15 -3483 (|#2| |#1| "last")) (-15 -1855 (|#2| |#1|)) (-15 -3616 (|#1| |#1| (-771))) (-15 -3483 (|#1| |#1| "rest")) (-15 -3616 (|#1| |#1|)) (-15 -3483 (|#2| |#1| "first")) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#1|)) (-15 -3283 (|#2| |#1| |#2|)) (-15 -1777 (|#2| |#1| "value" |#2|)) (-15 -4032 (|#1| |#1| (-644 |#1|))) (-15 -3906 ((-112) |#1| |#1|)) (-15 -1409 ((-112) |#1|)) (-15 -3483 (|#2| |#1| "value")) (-15 -1389 (|#2| |#1|)) (-15 -3900 ((-112) |#1|)) (-15 -2305 ((-644 |#1|) |#1|)) (-15 -2460 ((-644 |#1|) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -4142 ((-771) |#1|)) (-15 -3874 ((-112) |#1| (-771))) (-15 -1392 ((-112) |#1| (-771))) (-15 -4395 ((-112) |#1| (-771)))) (-1253 |#2|) (-1215)) (T -1252))
+NIL
+(-10 -8 (-15 -3337 (|#1| |#1| (-566))) (-15 -1777 (|#2| |#1| "last" |#2|)) (-15 -2694 (|#2| |#1| |#2|)) (-15 -1777 (|#1| |#1| "rest" |#1|)) (-15 -1777 (|#2| |#1| "first" |#2|)) (-15 -1603 (|#1| |#1|)) (-15 -2783 (|#1| |#1|)) (-15 -2883 ((-771) |#1|)) (-15 -3715 (|#1| |#1|)) (-15 -3908 (|#2| |#1|)) (-15 -3896 (|#2| |#1|)) (-15 -2276 (|#1| |#1|)) (-15 -1855 (|#1| |#1| (-771))) (-15 -3483 (|#2| |#1| "last")) (-15 -1855 (|#2| |#1|)) (-15 -3616 (|#1| |#1| (-771))) (-15 -3483 (|#1| |#1| "rest")) (-15 -3616 (|#1| |#1|)) (-15 -3483 (|#2| |#1| "first")) (-15 -2829 (|#1| |#2| |#1|)) (-15 -2829 (|#1| |#1| |#1|)) (-15 -3283 (|#2| |#1| |#2|)) (-15 -1777 (|#2| |#1| "value" |#2|)) (-15 -4032 (|#1| |#1| (-644 |#1|))) (-15 -3906 ((-112) |#1| |#1|)) (-15 -1409 ((-112) |#1|)) (-15 -3483 (|#2| |#1| "value")) (-15 -1389 (|#2| |#1|)) (-15 -3900 ((-112) |#1|)) (-15 -2305 ((-644 |#1|) |#1|)) (-15 -2460 ((-644 |#1|) |#1|)) (-15 -2868 ((-112) |#1| |#1|)) (-15 -4142 ((-771) |#1|)) (-15 -3874 ((-112) |#1| (-771))) (-15 -1392 ((-112) |#1| (-771))) (-15 -4395 ((-112) |#1| (-771))))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1389 ((|#1| $) 49)) (-3908 ((|#1| $) 66)) (-2276 (($ $) 68)) (-3337 (($ $ (-566)) 53 (|has| $ (-6 -4416)))) (-3874 (((-112) $ (-771)) 8)) (-3283 ((|#1| $ |#1|) 40 (|has| $ (-6 -4416)))) (-3840 (($ $ $) 57 (|has| $ (-6 -4416)))) (-2694 ((|#1| $ |#1|) 55 (|has| $ (-6 -4416)))) (-1335 ((|#1| $ |#1|) 59 (|has| $ (-6 -4416)))) (-1777 ((|#1| $ "value" |#1|) 41 (|has| $ (-6 -4416))) ((|#1| $ "first" |#1|) 58 (|has| $ (-6 -4416))) (($ $ "rest" $) 56 (|has| $ (-6 -4416))) ((|#1| $ "last" |#1|) 54 (|has| $ (-6 -4416)))) (-4032 (($ $ (-644 $)) 42 (|has| $ (-6 -4416)))) (-3896 ((|#1| $) 67)) (-4145 (($) 7 T CONST)) (-3616 (($ $) 74) (($ $ (-771)) 72)) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-2305 (((-644 $) $) 51)) (-3906 (((-112) $ $) 43 (|has| |#1| (-1099)))) (-1392 (((-112) $ (-771)) 9)) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36)) (-4395 (((-112) $ (-771)) 10)) (-3343 (((-644 |#1|) $) 46)) (-3900 (((-112) $) 50)) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-1855 ((|#1| $) 71) (($ $ (-771)) 69)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3604 ((|#1| $) 77) (($ $ (-771)) 75)) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ "value") 48) ((|#1| $ "first") 76) (($ $ "rest") 73) ((|#1| $ "last") 70)) (-1985 (((-566) $ $) 45)) (-1409 (((-112) $) 47)) (-2783 (($ $) 63)) (-1603 (($ $) 60 (|has| $ (-6 -4416)))) (-2883 (((-771) $) 64)) (-3715 (($ $) 65)) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1800 (($ $) 13)) (-1940 (($ $ $) 62 (|has| $ (-6 -4416))) (($ $ |#1|) 61 (|has| $ (-6 -4416)))) (-2829 (($ $ $) 79) (($ |#1| $) 78)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2460 (((-644 $) $) 52)) (-2110 (((-112) $ $) 44 (|has| |#1| (-1099)))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-1253 |#1|) (-140) (-1215)) (T -1253))
+((-2829 (*1 *1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-2829 (*1 *1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3604 (*1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3604 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1253 *3)) (-4 *3 (-1215)))) (-3616 (*1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3483 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1253 *3)) (-4 *3 (-1215)))) (-3616 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1253 *3)) (-4 *3 (-1215)))) (-1855 (*1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3483 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-1855 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1253 *3)) (-4 *3 (-1215)))) (-2276 (*1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3896 (*1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3908 (*1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3715 (*1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-2883 (*1 *2 *1) (-12 (-4 *1 (-1253 *3)) (-4 *3 (-1215)) (-5 *2 (-771)))) (-2783 (*1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-1940 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-1940 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-1603 (*1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-1335 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-1777 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3840 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-1777 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4416)) (-4 *1 (-1253 *3)) (-4 *3 (-1215)))) (-2694 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-1777 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))) (-3337 (*1 *1 *1 *2) (-12 (-5 *2 (-566)) (|has| *1 (-6 -4416)) (-4 *1 (-1253 *3)) (-4 *3 (-1215)))))
+(-13 (-1010 |t#1|) (-10 -8 (-15 -2829 ($ $ $)) (-15 -2829 ($ |t#1| $)) (-15 -3604 (|t#1| $)) (-15 -3483 (|t#1| $ "first")) (-15 -3604 ($ $ (-771))) (-15 -3616 ($ $)) (-15 -3483 ($ $ "rest")) (-15 -3616 ($ $ (-771))) (-15 -1855 (|t#1| $)) (-15 -3483 (|t#1| $ "last")) (-15 -1855 ($ $ (-771))) (-15 -2276 ($ $)) (-15 -3896 (|t#1| $)) (-15 -3908 (|t#1| $)) (-15 -3715 ($ $)) (-15 -2883 ((-771) $)) (-15 -2783 ($ $)) (IF (|has| $ (-6 -4416)) (PROGN (-15 -1940 ($ $ $)) (-15 -1940 ($ $ |t#1|)) (-15 -1603 ($ $)) (-15 -1335 (|t#1| $ |t#1|)) (-15 -1777 (|t#1| $ "first" |t#1|)) (-15 -3840 ($ $ $)) (-15 -1777 ($ $ "rest" $)) (-15 -2694 (|t#1| $ |t#1|)) (-15 -1777 (|t#1| $ "last" |t#1|)) (-15 -3337 ($ $ (-566)))) |%noBranch|)))
+(((-34) . T) ((-102) |has| |#1| (-1099)) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-613 (-862)))) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-491 |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-1010 |#1|) . T) ((-1099) |has| |#1| (-1099)) ((-1215) . T))
+((-1895 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
+(((-1254 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1895 (|#4| (-1 |#2| |#1|) |#3|))) (-1049) (-1049) (-1256 |#1|) (-1256 |#2|)) (T -1254))
+((-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1049)) (-4 *6 (-1049)) (-4 *2 (-1256 *6)) (-5 *1 (-1254 *5 *6 *4 *2)) (-4 *4 (-1256 *5)))))
+(-10 -7 (-15 -1895 (|#4| (-1 |#2| |#1|) |#3|)))
+((-4014 (((-112) $) 17)) (-4175 (($ $) 106)) (-4026 (($ $) 82)) (-4153 (($ $) 102)) (-4005 (($ $) 78)) (-4198 (($ $) 110)) (-4050 (($ $) 86)) (-1658 (($ $) 76)) (-1983 (($ $) 74)) (-4209 (($ $) 112)) (-4065 (($ $) 88)) (-4186 (($ $) 108)) (-4038 (($ $) 84)) (-4164 (($ $) 104)) (-4015 (($ $) 80)) (-1650 (((-862) $) 62) (($ (-566)) NIL) (($ (-409 (-566))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-4241 (($ $) 118)) (-4100 (($ $) 94)) (-4220 (($ $) 114)) (-4077 (($ $) 90)) (-4264 (($ $) 122)) (-4127 (($ $) 98)) (-2462 (($ $) 124)) (-4140 (($ $) 100)) (-4253 (($ $) 120)) (-4114 (($ $) 96)) (-4230 (($ $) 116)) (-4088 (($ $) 92)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ |#2|) 66) (($ $ $) 69) (($ $ (-409 (-566))) 72)))
+(((-1255 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -4026 (|#1| |#1|)) (-15 -4005 (|#1| |#1|)) (-15 -4050 (|#1| |#1|)) (-15 -4065 (|#1| |#1|)) (-15 -4038 (|#1| |#1|)) (-15 -4015 (|#1| |#1|)) (-15 -4088 (|#1| |#1|)) (-15 -4114 (|#1| |#1|)) (-15 -4140 (|#1| |#1|)) (-15 -4127 (|#1| |#1|)) (-15 -4077 (|#1| |#1|)) (-15 -4100 (|#1| |#1|)) (-15 -4164 (|#1| |#1|)) (-15 -4186 (|#1| |#1|)) (-15 -4209 (|#1| |#1|)) (-15 -4198 (|#1| |#1|)) (-15 -4153 (|#1| |#1|)) (-15 -4175 (|#1| |#1|)) (-15 -4230 (|#1| |#1|)) (-15 -4253 (|#1| |#1|)) (-15 -2462 (|#1| |#1|)) (-15 -4264 (|#1| |#1|)) (-15 -4220 (|#1| |#1|)) (-15 -4241 (|#1| |#1|)) (-15 -1658 (|#1| |#1|)) (-15 -1983 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))) (-15 -4014 ((-112) |#1|)) (-15 -1650 ((-862) |#1|))) (-1256 |#2|) (-1049)) (T -1255))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-409 (-566)))) (-15 -4026 (|#1| |#1|)) (-15 -4005 (|#1| |#1|)) (-15 -4050 (|#1| |#1|)) (-15 -4065 (|#1| |#1|)) (-15 -4038 (|#1| |#1|)) (-15 -4015 (|#1| |#1|)) (-15 -4088 (|#1| |#1|)) (-15 -4114 (|#1| |#1|)) (-15 -4140 (|#1| |#1|)) (-15 -4127 (|#1| |#1|)) (-15 -4077 (|#1| |#1|)) (-15 -4100 (|#1| |#1|)) (-15 -4164 (|#1| |#1|)) (-15 -4186 (|#1| |#1|)) (-15 -4209 (|#1| |#1|)) (-15 -4198 (|#1| |#1|)) (-15 -4153 (|#1| |#1|)) (-15 -4175 (|#1| |#1|)) (-15 -4230 (|#1| |#1|)) (-15 -4253 (|#1| |#1|)) (-15 -2462 (|#1| |#1|)) (-15 -4264 (|#1| |#1|)) (-15 -4220 (|#1| |#1|)) (-15 -4241 (|#1| |#1|)) (-15 -1658 (|#1| |#1|)) (-15 -1983 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -1650 (|#1| |#2|)) (-15 -1650 (|#1| |#1|)) (-15 -1650 (|#1| (-409 (-566)))) (-15 -1650 (|#1| (-566))) (-15 ** (|#1| |#1| (-771))) (-15 ** (|#1| |#1| (-921))) (-15 -4014 ((-112) |#1|)) (-15 -1650 ((-862) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3981 (((-644 (-1081)) $) 86)) (-2780 (((-1175) $) 115)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 63 (|has| |#1| (-558)))) (-4282 (($ $) 64 (|has| |#1| (-558)))) (-2296 (((-112) $) 66 (|has| |#1| (-558)))) (-2191 (($ $ (-771)) 110) (($ $ (-771) (-771)) 109)) (-1639 (((-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|))) $) 117)) (-4175 (($ $) 147 (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) 130 (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) 20)) (-3856 (($ $) 129 (|has| |#1| (-38 (-409 (-566)))))) (-4153 (($ $) 146 (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) 131 (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|)))) 167) (($ (-1155 |#1|)) 165)) (-4198 (($ $) 145 (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) 132 (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) 18 T CONST)) (-4162 (($ $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-3214 (($ $) 164)) (-2396 (((-952 |#1|) $ (-771)) 162) (((-952 |#1|) $ (-771) (-771)) 161)) (-2445 (((-112) $) 85)) (-2528 (($) 157 (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-771) $) 112) (((-771) $ (-771)) 111)) (-1568 (((-112) $) 35)) (-3281 (($ $ (-566)) 128 (|has| |#1| (-38 (-409 (-566)))))) (-1942 (($ $ (-921)) 113)) (-2571 (($ (-1 |#1| (-566)) $) 163)) (-3220 (((-112) $) 74)) (-3959 (($ |#1| (-771)) 73) (($ $ (-1081) (-771)) 88) (($ $ (-644 (-1081)) (-644 (-771))) 87)) (-1895 (($ (-1 |#1| |#1|) $) 75)) (-1658 (($ $) 154 (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) 77)) (-4137 ((|#1| $) 78)) (-3057 (((-1157) $) 10)) (-3613 (($ $) 159 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 158 (-2700 (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-959)) (|has| |#1| (-1200)) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-38 (-409 (-566)))))))) (-2029 (((-1119) $) 11)) (-2929 (($ $ (-771)) 107)) (-4116 (((-3 $ "failed") $ $) 62 (|has| |#1| (-558)))) (-1983 (($ $) 155 (|has| |#1| (-38 (-409 (-566)))))) (-1838 (((-1155 |#1|) $ |#1|) 106 (|has| |#1| (-15 ** (|#1| |#1| (-771)))))) (-3483 ((|#1| $ (-771)) 116) (($ $ $) 93 (|has| (-771) (-1111)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) 101 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-1175) (-771)) 100 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-644 (-1175))) 99 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-1175)) 98 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-771)) 96 (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) 94 (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (-4297 (((-771) $) 76)) (-4209 (($ $) 144 (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) 133 (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) 143 (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) 134 (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) 142 (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) 135 (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) 84)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ (-409 (-566))) 69 (|has| |#1| (-38 (-409 (-566))))) (($ $) 61 (|has| |#1| (-558))) (($ |#1|) 59 (|has| |#1| (-172)))) (-2675 (((-1155 |#1|) $) 166)) (-2841 ((|#1| $ (-771)) 71)) (-2097 (((-3 $ "failed") $) 60 (|has| |#1| (-145)))) (-2910 (((-771)) 32 T CONST)) (-2614 ((|#1| $) 114)) (-2657 (((-112) $ $) 9)) (-4241 (($ $) 153 (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) 141 (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) 65 (|has| |#1| (-558)))) (-4220 (($ $) 152 (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) 140 (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) 151 (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) 139 (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-771)) 108 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-771)))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) 150 (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) 138 (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) 149 (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) 137 (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) 148 (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) 136 (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) 105 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-1175) (-771)) 104 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-644 (-1175))) 103 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-1175)) 102 (-12 (|has| |#1| (-900 (-1175))) (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (($ $ (-771)) 97 (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) 95 (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 70 (|has| |#1| (-365)))) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ |#1|) 160 (|has| |#1| (-365))) (($ $ $) 156 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 127 (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 80) (($ |#1| $) 79) (($ (-409 (-566)) $) 68 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) 67 (|has| |#1| (-38 (-409 (-566)))))))
+(((-1256 |#1|) (-140) (-1049)) (T -1256))
+((-1850 (*1 *1 *2) (-12 (-5 *2 (-1155 (-2 (|:| |k| (-771)) (|:| |c| *3)))) (-4 *3 (-1049)) (-4 *1 (-1256 *3)))) (-2675 (*1 *2 *1) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-1049)) (-5 *2 (-1155 *3)))) (-1850 (*1 *1 *2) (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-4 *1 (-1256 *3)))) (-3214 (*1 *1 *1) (-12 (-4 *1 (-1256 *2)) (-4 *2 (-1049)))) (-2571 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-566))) (-4 *1 (-1256 *3)) (-4 *3 (-1049)))) (-2396 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-1256 *4)) (-4 *4 (-1049)) (-5 *2 (-952 *4)))) (-2396 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-4 *1 (-1256 *4)) (-4 *4 (-1049)) (-5 *2 (-952 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1256 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))) (-3613 (*1 *1 *1) (-12 (-4 *1 (-1256 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566)))))) (-3613 (*1 *1 *1 *2) (-2700 (-12 (-5 *2 (-1175)) (-4 *1 (-1256 *3)) (-4 *3 (-1049)) (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1200)) (-4 *3 (-38 (-409 (-566)))))) (-12 (-5 *2 (-1175)) (-4 *1 (-1256 *3)) (-4 *3 (-1049)) (-12 (|has| *3 (-15 -3981 ((-644 *2) *3))) (|has| *3 (-15 -3613 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566)))))))))
+(-13 (-1243 |t#1| (-771)) (-10 -8 (-15 -1850 ($ (-1155 (-2 (|:| |k| (-771)) (|:| |c| |t#1|))))) (-15 -2675 ((-1155 |t#1|) $)) (-15 -1850 ($ (-1155 |t#1|))) (-15 -3214 ($ $)) (-15 -2571 ($ (-1 |t#1| (-566)) $)) (-15 -2396 ((-952 |t#1|) $ (-771))) (-15 -2396 ((-952 |t#1|) $ (-771) (-771))) (IF (|has| |t#1| (-365)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-409 (-566)))) (PROGN (-15 -3613 ($ $)) (IF (|has| |t#1| (-15 -3613 (|t#1| |t#1| (-1175)))) (IF (|has| |t#1| (-15 -3981 ((-644 (-1175)) |t#1|))) (-15 -3613 ($ $ (-1175))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1200)) (IF (|has| |t#1| (-959)) (IF (|has| |t#1| (-29 (-566))) (-15 -3613 ($ $ (-1175))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-1002)) (-6 (-1200))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-771)) . T) ((-25) . T) ((-38 #1=(-409 (-566))) |has| |#1| (-38 (-409 (-566)))) ((-38 |#1|) |has| |#1| (-172)) ((-38 $) |has| |#1| (-558)) ((-35) |has| |#1| (-38 (-409 (-566)))) ((-95) |has| |#1| (-38 (-409 (-566)))) ((-102) . T) ((-111 #1# #1#) |has| |#1| (-38 (-409 (-566)))) ((-111 |#1| |#1|) . T) ((-111 $ $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-131) . T) ((-145) |has| |#1| (-145)) ((-147) |has| |#1| (-147)) ((-616 #1#) |has| |#1| (-38 (-409 (-566)))) ((-616 (-566)) . T) ((-616 |#1|) |has| |#1| (-172)) ((-616 $) |has| |#1| (-558)) ((-613 (-862)) . T) ((-172) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-233) |has| |#1| (-15 * (|#1| (-771) |#1|))) ((-285) |has| |#1| (-38 (-409 (-566)))) ((-287 $ $) |has| (-771) (-1111)) ((-291) |has| |#1| (-558)) ((-495) |has| |#1| (-38 (-409 (-566)))) ((-558) |has| |#1| (-558)) ((-646 #1#) |has| |#1| (-38 (-409 (-566)))) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #1#) |has| |#1| (-38 (-409 (-566)))) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #1#) |has| |#1| (-38 (-409 (-566)))) ((-640 |#1|) |has| |#1| (-172)) ((-640 $) |has| |#1| (-558)) ((-717 #1#) |has| |#1| (-38 (-409 (-566)))) ((-717 |#1|) |has| |#1| (-172)) ((-717 $) |has| |#1| (-558)) ((-726) . T) ((-900 (-1175)) -12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175)))) ((-973 |#1| #0# (-1081)) . T) ((-1002) |has| |#1| (-38 (-409 (-566)))) ((-1051 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1051 |#1|) . T) ((-1051 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1056 #1#) |has| |#1| (-38 (-409 (-566)))) ((-1056 |#1|) . T) ((-1056 $) -2700 (|has| |#1| (-558)) (|has| |#1| (-172))) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1200) |has| |#1| (-38 (-409 (-566)))) ((-1203) |has| |#1| (-38 (-409 (-566)))) ((-1243 |#1| #0#) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3981 (((-644 (-1081)) $) NIL)) (-2780 (((-1175) $) 93)) (-2016 (((-1238 |#2| |#1|) $ (-771)) 74)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) NIL (|has| |#1| (-558)))) (-4282 (($ $) NIL (|has| |#1| (-558)))) (-2296 (((-112) $) 145 (|has| |#1| (-558)))) (-2191 (($ $ (-771)) 130) (($ $ (-771) (-771)) 133)) (-1639 (((-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|))) $) 43)) (-4175 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4026 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3569 (((-3 $ "failed") $ $) NIL)) (-3856 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4153 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4005 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1850 (($ (-1155 (-2 (|:| |k| (-771)) (|:| |c| |#1|)))) 53) (($ (-1155 |#1|)) NIL)) (-4198 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4050 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4145 (($) NIL T CONST)) (-3230 (($ $) 137)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-3214 (($ $) 143)) (-2396 (((-952 |#1|) $ (-771)) 64) (((-952 |#1|) $ (-771) (-771)) 66)) (-2445 (((-112) $) NIL)) (-2528 (($) NIL (|has| |#1| (-38 (-409 (-566)))))) (-2464 (((-771) $) NIL) (((-771) $ (-771)) NIL)) (-1568 (((-112) $) NIL)) (-3530 (($ $) 120)) (-3281 (($ $ (-566)) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1805 (($ (-566) (-566) $) 139)) (-1942 (($ $ (-921)) 142)) (-2571 (($ (-1 |#1| (-566)) $) 114)) (-3220 (((-112) $) NIL)) (-3959 (($ |#1| (-771)) 16) (($ $ (-1081) (-771)) NIL) (($ $ (-644 (-1081)) (-644 (-771))) NIL)) (-1895 (($ (-1 |#1| |#1|) $) 101)) (-1658 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4125 (($ $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2922 (($ $) 118)) (-3449 (($ $) 116)) (-2332 (($ (-566) (-566) $) 141)) (-3613 (($ $) 153 (|has| |#1| (-38 (-409 (-566))))) (($ $ (-1175)) 159 (-2700 (-12 (|has| |#1| (-15 -3613 (|#1| |#1| (-1175)))) (|has| |#1| (-15 -3981 ((-644 (-1175)) |#1|))) (|has| |#1| (-38 (-409 (-566))))) (-12 (|has| |#1| (-29 (-566))) (|has| |#1| (-38 (-409 (-566)))) (|has| |#1| (-959)) (|has| |#1| (-1200))))) (($ $ (-1261 |#2|)) 154 (|has| |#1| (-38 (-409 (-566)))))) (-2029 (((-1119) $) NIL)) (-4051 (($ $ (-566) (-566)) 124)) (-2929 (($ $ (-771)) 126)) (-4116 (((-3 $ "failed") $ $) NIL (|has| |#1| (-558)))) (-1983 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3163 (($ $) 122)) (-1838 (((-1155 |#1|) $ |#1|) 103 (|has| |#1| (-15 ** (|#1| |#1| (-771)))))) (-3483 ((|#1| $ (-771)) 98) (($ $ $) 135 (|has| (-771) (-1111)))) (-2324 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) 111 (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) 105 (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $ (-1261 |#2|)) 106)) (-4297 (((-771) $) NIL)) (-4209 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4065 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4186 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4038 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4164 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4015 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1911 (($ $) 128)) (-1650 (((-862) $) NIL) (($ (-566)) 26) (($ (-409 (-566))) 151 (|has| |#1| (-38 (-409 (-566))))) (($ $) NIL (|has| |#1| (-558))) (($ |#1|) 25 (|has| |#1| (-172))) (($ (-1238 |#2| |#1|)) 84) (($ (-1261 |#2|)) 22)) (-2675 (((-1155 |#1|) $) NIL)) (-2841 ((|#1| $ (-771)) 97)) (-2097 (((-3 $ "failed") $) NIL (|has| |#1| (-145)))) (-2910 (((-771)) NIL T CONST)) (-2614 ((|#1| $) 94)) (-2657 (((-112) $ $) NIL)) (-4241 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4100 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3679 (((-112) $ $) NIL (|has| |#1| (-558)))) (-4220 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4077 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4264 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4127 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-1645 ((|#1| $ (-771)) 92 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-771)))) (|has| |#1| (-15 -1650 (|#1| (-1175))))))) (-2462 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4140 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4253 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4114 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4230 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-4088 (($ $) NIL (|has| |#1| (-38 (-409 (-566)))))) (-3410 (($) 18 T CONST)) (-3424 (($) 13 T CONST)) (-3218 (($ $ (-644 (-1175)) (-644 (-771))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175) (-771)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-644 (-1175))) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-1175)) NIL (-12 (|has| |#1| (-15 * (|#1| (-771) |#1|))) (|has| |#1| (-900 (-1175))))) (($ $ (-771)) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-771) |#1|))))) (-2868 (((-112) $ $) NIL)) (-2990 (($ $ |#1|) NIL (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) 110)) (-2964 (($ $ $) 20)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL) (($ $ |#1|) 148 (|has| |#1| (-365))) (($ $ $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 109) (($ (-409 (-566)) $) NIL (|has| |#1| (-38 (-409 (-566))))) (($ $ (-409 (-566))) NIL (|has| |#1| (-38 (-409 (-566)))))))
+(((-1257 |#1| |#2| |#3|) (-13 (-1256 |#1|) (-10 -8 (-15 -1650 ($ (-1238 |#2| |#1|))) (-15 -2016 ((-1238 |#2| |#1|) $ (-771))) (-15 -1650 ($ (-1261 |#2|))) (-15 -2324 ($ $ (-1261 |#2|))) (-15 -3449 ($ $)) (-15 -2922 ($ $)) (-15 -3530 ($ $)) (-15 -3163 ($ $)) (-15 -4051 ($ $ (-566) (-566))) (-15 -3230 ($ $)) (-15 -1805 ($ (-566) (-566) $)) (-15 -2332 ($ (-566) (-566) $)) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|))) (-1049) (-1175) |#1|) (T -1257))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-1238 *4 *3)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3) (-5 *1 (-1257 *3 *4 *5)))) (-2016 (*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1238 *5 *4)) (-5 *1 (-1257 *4 *5 *6)) (-4 *4 (-1049)) (-14 *5 (-1175)) (-14 *6 *4))) (-1650 (*1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1257 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-2324 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1257 *3 *4 *5)) (-4 *3 (-1049)) (-14 *5 *3))) (-3449 (*1 *1 *1) (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-2922 (*1 *1 *1) (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-3530 (*1 *1 *1) (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-3163 (*1 *1 *1) (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-4051 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1257 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3))) (-3230 (*1 *1 *1) (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175)) (-14 *4 *2))) (-1805 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1257 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3))) (-2332 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1257 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175)) (-14 *5 *3))) (-3613 (*1 *1 *1 *2) (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1257 *3 *4 *5)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
+(-13 (-1256 |#1|) (-10 -8 (-15 -1650 ($ (-1238 |#2| |#1|))) (-15 -2016 ((-1238 |#2| |#1|) $ (-771))) (-15 -1650 ($ (-1261 |#2|))) (-15 -2324 ($ $ (-1261 |#2|))) (-15 -3449 ($ $)) (-15 -2922 ($ $)) (-15 -3530 ($ $)) (-15 -3163 ($ $)) (-15 -4051 ($ $ (-566) (-566))) (-15 -3230 ($ $)) (-15 -1805 ($ (-566) (-566) $)) (-15 -2332 ($ (-566) (-566) $)) (IF (|has| |#1| (-38 (-409 (-566)))) (-15 -3613 ($ $ (-1261 |#2|))) |%noBranch|)))
+((-3662 (((-1 (-1155 |#1|) (-644 (-1155 |#1|))) (-1 |#2| (-644 |#2|))) 24)) (-2352 (((-1 (-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-1572 (((-1 (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2|)) 13)) (-3510 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-1588 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-2812 ((|#2| (-1 |#2| (-644 |#2|)) (-644 |#1|)) 60)) (-2045 (((-644 |#2|) (-644 |#1|) (-644 (-1 |#2| (-644 |#2|)))) 66)) (-4075 ((|#2| |#2| |#2|) 43)))
+(((-1258 |#1| |#2|) (-10 -7 (-15 -1572 ((-1 (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2|))) (-15 -2352 ((-1 (-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3662 ((-1 (-1155 |#1|) (-644 (-1155 |#1|))) (-1 |#2| (-644 |#2|)))) (-15 -4075 (|#2| |#2| |#2|)) (-15 -1588 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -3510 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2812 (|#2| (-1 |#2| (-644 |#2|)) (-644 |#1|))) (-15 -2045 ((-644 |#2|) (-644 |#1|) (-644 (-1 |#2| (-644 |#2|)))))) (-38 (-409 (-566))) (-1256 |#1|)) (T -1258))
+((-2045 (*1 *2 *3 *4) (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 (-1 *6 (-644 *6)))) (-4 *5 (-38 (-409 (-566)))) (-4 *6 (-1256 *5)) (-5 *2 (-644 *6)) (-5 *1 (-1258 *5 *6)))) (-2812 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-644 *2))) (-5 *4 (-644 *5)) (-4 *5 (-38 (-409 (-566)))) (-4 *2 (-1256 *5)) (-5 *1 (-1258 *5 *2)))) (-3510 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1256 *4)) (-5 *1 (-1258 *4 *2)) (-4 *4 (-38 (-409 (-566)))))) (-1588 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1256 *4)) (-5 *1 (-1258 *4 *2)) (-4 *4 (-38 (-409 (-566)))))) (-4075 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1258 *3 *2)) (-4 *2 (-1256 *3)))) (-3662 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-644 *5))) (-4 *5 (-1256 *4)) (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-1 (-1155 *4) (-644 (-1155 *4)))) (-5 *1 (-1258 *4 *5)))) (-2352 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1256 *4)) (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-1 (-1155 *4) (-1155 *4) (-1155 *4))) (-5 *1 (-1258 *4 *5)))) (-1572 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1256 *4)) (-4 *4 (-38 (-409 (-566)))) (-5 *2 (-1 (-1155 *4) (-1155 *4))) (-5 *1 (-1258 *4 *5)))))
+(-10 -7 (-15 -1572 ((-1 (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2|))) (-15 -2352 ((-1 (-1155 |#1|) (-1155 |#1|) (-1155 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3662 ((-1 (-1155 |#1|) (-644 (-1155 |#1|))) (-1 |#2| (-644 |#2|)))) (-15 -4075 (|#2| |#2| |#2|)) (-15 -1588 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -3510 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2812 (|#2| (-1 |#2| (-644 |#2|)) (-644 |#1|))) (-15 -2045 ((-644 |#2|) (-644 |#1|) (-644 (-1 |#2| (-644 |#2|))))))
+((-1420 ((|#2| |#4| (-771)) 34)) (-1614 ((|#4| |#2|) 29)) (-4007 ((|#4| (-409 |#2|)) 53 (|has| |#1| (-558)))) (-3599 (((-1 |#4| (-644 |#4|)) |#3|) 46)))
+(((-1259 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1614 (|#4| |#2|)) (-15 -1420 (|#2| |#4| (-771))) (-15 -3599 ((-1 |#4| (-644 |#4|)) |#3|)) (IF (|has| |#1| (-558)) (-15 -4007 (|#4| (-409 |#2|))) |%noBranch|)) (-1049) (-1241 |#1|) (-656 |#2|) (-1256 |#1|)) (T -1259))
+((-4007 (*1 *2 *3) (-12 (-5 *3 (-409 *5)) (-4 *5 (-1241 *4)) (-4 *4 (-558)) (-4 *4 (-1049)) (-4 *2 (-1256 *4)) (-5 *1 (-1259 *4 *5 *6 *2)) (-4 *6 (-656 *5)))) (-3599 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *5 (-1241 *4)) (-5 *2 (-1 *6 (-644 *6))) (-5 *1 (-1259 *4 *5 *3 *6)) (-4 *3 (-656 *5)) (-4 *6 (-1256 *4)))) (-1420 (*1 *2 *3 *4) (-12 (-5 *4 (-771)) (-4 *5 (-1049)) (-4 *2 (-1241 *5)) (-5 *1 (-1259 *5 *2 *6 *3)) (-4 *6 (-656 *2)) (-4 *3 (-1256 *5)))) (-1614 (*1 *2 *3) (-12 (-4 *4 (-1049)) (-4 *3 (-1241 *4)) (-4 *2 (-1256 *4)) (-5 *1 (-1259 *4 *3 *5 *2)) (-4 *5 (-656 *3)))))
+(-10 -7 (-15 -1614 (|#4| |#2|)) (-15 -1420 (|#2| |#4| (-771))) (-15 -3599 ((-1 |#4| (-644 |#4|)) |#3|)) (IF (|has| |#1| (-558)) (-15 -4007 (|#4| (-409 |#2|))) |%noBranch|))
+NIL
+(((-1260) (-140)) (T -1260))
+NIL
+(-13 (-10 -7 (-6 -1613)))
+((-4124 (((-112) $ $) NIL)) (-2780 (((-1175)) 12)) (-3057 (((-1157) $) 18)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 11) (((-1175) $) 8)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) 15)))
+(((-1261 |#1|) (-13 (-1099) (-613 (-1175)) (-10 -8 (-15 -1650 ((-1175) $)) (-15 -2780 ((-1175))))) (-1175)) (T -1261))
+((-1650 (*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1261 *3)) (-14 *3 *2))) (-2780 (*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1261 *3)) (-14 *3 *2))))
+(-13 (-1099) (-613 (-1175)) (-10 -8 (-15 -1650 ((-1175) $)) (-15 -2780 ((-1175)))))
+((-1342 (($ (-771)) 19)) (-1403 (((-689 |#2|) $ $) 41)) (-3644 ((|#2| $) 51)) (-2715 ((|#2| $) 50)) (-3108 ((|#2| $ $) 36)) (-1998 (($ $ $) 47)) (-2977 (($ $) 23) (($ $ $) 29)) (-2964 (($ $ $) 15)) (* (($ (-566) $) 26) (($ |#2| $) 32) (($ $ |#2|) 31)))
+(((-1262 |#1| |#2|) (-10 -8 (-15 -3644 (|#2| |#1|)) (-15 -2715 (|#2| |#1|)) (-15 -1998 (|#1| |#1| |#1|)) (-15 -1403 ((-689 |#2|) |#1| |#1|)) (-15 -3108 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 -1342 (|#1| (-771))) (-15 -2964 (|#1| |#1| |#1|))) (-1263 |#2|) (-1215)) (T -1262))
+NIL
+(-10 -8 (-15 -3644 (|#2| |#1|)) (-15 -2715 (|#2| |#1|)) (-15 -1998 (|#1| |#1| |#1|)) (-15 -1403 ((-689 |#2|) |#1| |#1|)) (-15 -3108 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-566) |#1|)) (-15 -2977 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1|)) (-15 -1342 (|#1| (-771))) (-15 -2964 (|#1| |#1| |#1|)))
+((-4124 (((-112) $ $) 19 (|has| |#1| (-1099)))) (-1342 (($ (-771)) 113 (|has| |#1| (-23)))) (-2656 (((-1270) $ (-566) (-566)) 41 (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) 99) (((-112) $) 93 (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) 90 (|has| $ (-6 -4416))) (($ $) 89 (-12 (|has| |#1| (-850)) (|has| $ (-6 -4416))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) 100) (($ $) 94 (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) 8)) (-1777 ((|#1| $ (-566) |#1|) 53 (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) 59 (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) 76 (|has| $ (-6 -4415)))) (-4145 (($) 7 T CONST)) (-1501 (($ $) 91 (|has| $ (-6 -4416)))) (-1721 (($ $) 101)) (-3640 (($ $) 79 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-1837 (($ |#1| $) 78 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) (($ (-1 (-112) |#1|) $) 75 (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 77 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 74 (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) 73 (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) 54 (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) 52)) (-1308 (((-566) (-1 (-112) |#1|) $) 98) (((-566) |#1| $) 97 (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) 96 (|has| |#1| (-1099)))) (-3953 (((-644 |#1|) $) 31 (|has| $ (-6 -4415)))) (-1403 (((-689 |#1|) $ $) 106 (|has| |#1| (-1049)))) (-1566 (($ (-771) |#1|) 70)) (-1392 (((-112) $ (-771)) 9)) (-3099 (((-566) $) 44 (|has| (-566) (-850)))) (-1888 (($ $ $) 88 (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) 102) (($ $ $) 95 (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) 30 (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) 28 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-3090 (((-566) $) 45 (|has| (-566) (-850)))) (-3890 (($ $ $) 87 (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) 35 (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) 36) (($ (-1 |#1| |#1| |#1|) $ $) 65)) (-3644 ((|#1| $) 103 (-12 (|has| |#1| (-1049)) (|has| |#1| (-1002))))) (-4395 (((-112) $ (-771)) 10)) (-2715 ((|#1| $) 104 (-12 (|has| |#1| (-1049)) (|has| |#1| (-1002))))) (-3057 (((-1157) $) 22 (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) 61) (($ $ $ (-566)) 60)) (-2033 (((-644 (-566)) $) 47)) (-2686 (((-112) (-566) $) 48)) (-2029 (((-1119) $) 21 (|has| |#1| (-1099)))) (-3604 ((|#1| $) 43 (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) 72)) (-1417 (($ $ |#1|) 42 (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) 33 (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) 27 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) 26 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) 25 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) 24 (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) 14)) (-3523 (((-112) |#1| $) 46 (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) 49)) (-3758 (((-112) $) 11)) (-1710 (($) 12)) (-3483 ((|#1| $ (-566) |#1|) 51) ((|#1| $ (-566)) 50) (($ $ (-1232 (-566))) 64)) (-3108 ((|#1| $ $) 107 (|has| |#1| (-1049)))) (-1405 (($ $ (-566)) 63) (($ $ (-1232 (-566))) 62)) (-1998 (($ $ $) 105 (|has| |#1| (-1049)))) (-2037 (((-771) (-1 (-112) |#1|) $) 32 (|has| $ (-6 -4415))) (((-771) |#1| $) 29 (-12 (|has| |#1| (-1099)) (|has| $ (-6 -4415))))) (-2310 (($ $ $ (-566)) 92 (|has| $ (-6 -4416)))) (-1800 (($ $) 13)) (-1945 (((-538) $) 80 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 71)) (-2829 (($ $ |#1|) 69) (($ |#1| $) 68) (($ $ $) 67) (($ (-644 $)) 66)) (-1650 (((-862) $) 18 (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) 23 (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) 34 (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) 85 (|has| |#1| (-850)))) (-2904 (((-112) $ $) 84 (|has| |#1| (-850)))) (-2868 (((-112) $ $) 20 (|has| |#1| (-1099)))) (-2915 (((-112) $ $) 86 (|has| |#1| (-850)))) (-2892 (((-112) $ $) 83 (|has| |#1| (-850)))) (-2977 (($ $) 112 (|has| |#1| (-21))) (($ $ $) 111 (|has| |#1| (-21)))) (-2964 (($ $ $) 114 (|has| |#1| (-25)))) (* (($ (-566) $) 110 (|has| |#1| (-21))) (($ |#1| $) 109 (|has| |#1| (-726))) (($ $ |#1|) 108 (|has| |#1| (-726)))) (-4142 (((-771) $) 6 (|has| $ (-6 -4415)))))
+(((-1263 |#1|) (-140) (-1215)) (T -1263))
+((-2964 (*1 *1 *1 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-25)))) (-1342 (*1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1263 *3)) (-4 *3 (-23)) (-4 *3 (-1215)))) (-2977 (*1 *1 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-21)))) (-2977 (*1 *1 *1 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-4 *1 (-1263 *3)) (-4 *3 (-1215)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-726)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-726)))) (-3108 (*1 *2 *1 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-1049)))) (-1403 (*1 *2 *1 *1) (-12 (-4 *1 (-1263 *3)) (-4 *3 (-1215)) (-4 *3 (-1049)) (-5 *2 (-689 *3)))) (-1998 (*1 *1 *1 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-1049)))) (-2715 (*1 *2 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-1002)) (-4 *2 (-1049)))) (-3644 (*1 *2 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-1002)) (-4 *2 (-1049)))))
+(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -2964 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -1342 ($ (-771))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -2977 ($ $)) (-15 -2977 ($ $ $)) (-15 * ($ (-566) $))) |%noBranch|) (IF (|has| |t#1| (-726)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1049)) (PROGN (-15 -3108 (|t#1| $ $)) (-15 -1403 ((-689 |t#1|) $ $)) (-15 -1998 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-1002)) (IF (|has| |t#1| (-1049)) (PROGN (-15 -2715 (|t#1| $)) (-15 -3644 (|t#1| $))) |%noBranch|) |%noBranch|)))
+(((-34) . T) ((-102) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-613 (-862)) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850)) (|has| |#1| (-613 (-862)))) ((-151 |#1|) . T) ((-614 (-538)) |has| |#1| (-614 (-538))) ((-287 #0=(-566) |#1|) . T) ((-289 #0# |#1|) . T) ((-310 |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-375 |#1|) . T) ((-491 |#1|) . T) ((-604 #0# |#1|) . T) ((-516 |#1| |#1|) -12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))) ((-651 |#1|) . T) ((-19 |#1|) . T) ((-850) |has| |#1| (-850)) ((-1099) -2700 (|has| |#1| (-1099)) (|has| |#1| (-850))) ((-1215) . T))
+((-2834 (((-1265 |#2|) (-1 |#2| |#1| |#2|) (-1265 |#1|) |#2|) 13)) (-1936 ((|#2| (-1 |#2| |#1| |#2|) (-1265 |#1|) |#2|) 15)) (-1895 (((-3 (-1265 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1265 |#1|)) 30) (((-1265 |#2|) (-1 |#2| |#1|) (-1265 |#1|)) 18)))
+(((-1264 |#1| |#2|) (-10 -7 (-15 -2834 ((-1265 |#2|) (-1 |#2| |#1| |#2|) (-1265 |#1|) |#2|)) (-15 -1936 (|#2| (-1 |#2| |#1| |#2|) (-1265 |#1|) |#2|)) (-15 -1895 ((-1265 |#2|) (-1 |#2| |#1|) (-1265 |#1|))) (-15 -1895 ((-3 (-1265 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1265 |#1|)))) (-1215) (-1215)) (T -1264))
+((-1895 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1265 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-1265 *6)) (-5 *1 (-1264 *5 *6)))) (-1895 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-1265 *6)) (-5 *1 (-1264 *5 *6)))) (-1936 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1265 *5)) (-4 *5 (-1215)) (-4 *2 (-1215)) (-5 *1 (-1264 *5 *2)))) (-2834 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1265 *6)) (-4 *6 (-1215)) (-4 *5 (-1215)) (-5 *2 (-1265 *5)) (-5 *1 (-1264 *6 *5)))))
+(-10 -7 (-15 -2834 ((-1265 |#2|) (-1 |#2| |#1| |#2|) (-1265 |#1|) |#2|)) (-15 -1936 (|#2| (-1 |#2| |#1| |#2|) (-1265 |#1|) |#2|)) (-15 -1895 ((-1265 |#2|) (-1 |#2| |#1|) (-1265 |#1|))) (-15 -1895 ((-3 (-1265 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1265 |#1|))))
+((-4124 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-1342 (($ (-771)) NIL (|has| |#1| (-23)))) (-2315 (($ (-644 |#1|)) 11)) (-2656 (((-1270) $ (-566) (-566)) NIL (|has| $ (-6 -4416)))) (-2771 (((-112) (-1 (-112) |#1| |#1|) $) NIL) (((-112) $) NIL (|has| |#1| (-850)))) (-3632 (($ (-1 (-112) |#1| |#1|) $) NIL (|has| $ (-6 -4416))) (($ $) NIL (-12 (|has| $ (-6 -4416)) (|has| |#1| (-850))))) (-3292 (($ (-1 (-112) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-850)))) (-3874 (((-112) $ (-771)) NIL)) (-1777 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416))) ((|#1| $ (-1232 (-566)) |#1|) NIL (|has| $ (-6 -4416)))) (-1997 (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-4145 (($) NIL T CONST)) (-1501 (($ $) NIL (|has| $ (-6 -4416)))) (-1721 (($ $) NIL)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1837 (($ |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) (($ (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1936 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4415))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4415)))) (-2417 ((|#1| $ (-566) |#1|) NIL (|has| $ (-6 -4416)))) (-2359 ((|#1| $ (-566)) NIL)) (-1308 (((-566) (-1 (-112) |#1|) $) NIL) (((-566) |#1| $) NIL (|has| |#1| (-1099))) (((-566) |#1| $ (-566)) NIL (|has| |#1| (-1099)))) (-3953 (((-644 |#1|) $) 15 (|has| $ (-6 -4415)))) (-1403 (((-689 |#1|) $ $) NIL (|has| |#1| (-1049)))) (-1566 (($ (-771) |#1|) NIL)) (-1392 (((-112) $ (-771)) NIL)) (-3099 (((-566) $) NIL (|has| (-566) (-850)))) (-1888 (($ $ $) NIL (|has| |#1| (-850)))) (-1485 (($ (-1 (-112) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-850)))) (-1690 (((-644 |#1|) $) NIL (|has| $ (-6 -4415)))) (-3566 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-3090 (((-566) $) NIL (|has| (-566) (-850)))) (-3890 (($ $ $) NIL (|has| |#1| (-850)))) (-2409 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3644 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-4395 (((-112) $ (-771)) NIL)) (-2715 ((|#1| $) NIL (-12 (|has| |#1| (-1002)) (|has| |#1| (-1049))))) (-3057 (((-1157) $) NIL (|has| |#1| (-1099)))) (-3438 (($ |#1| $ (-566)) NIL) (($ $ $ (-566)) NIL)) (-2033 (((-644 (-566)) $) NIL)) (-2686 (((-112) (-566) $) NIL)) (-2029 (((-1119) $) NIL (|has| |#1| (-1099)))) (-3604 ((|#1| $) NIL (|has| (-566) (-850)))) (-2695 (((-3 |#1| "failed") (-1 (-112) |#1|) $) NIL)) (-1417 (($ $ |#1|) NIL (|has| $ (-6 -4416)))) (-3295 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 (-295 |#1|))) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-295 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099)))) (($ $ (-644 |#1|) (-644 |#1|)) NIL (-12 (|has| |#1| (-310 |#1|)) (|has| |#1| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3523 (((-112) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-1647 (((-644 |#1|) $) NIL)) (-3758 (((-112) $) NIL)) (-1710 (($) NIL)) (-3483 ((|#1| $ (-566) |#1|) NIL) ((|#1| $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-3108 ((|#1| $ $) NIL (|has| |#1| (-1049)))) (-1405 (($ $ (-566)) NIL) (($ $ (-1232 (-566))) NIL)) (-1998 (($ $ $) NIL (|has| |#1| (-1049)))) (-2037 (((-771) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415))) (((-771) |#1| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#1| (-1099))))) (-2310 (($ $ $ (-566)) NIL (|has| $ (-6 -4416)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) 19 (|has| |#1| (-614 (-538))))) (-1664 (($ (-644 |#1|)) 10)) (-2829 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-644 $)) NIL)) (-1650 (((-862) $) NIL (|has| |#1| (-613 (-862))))) (-2657 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-3487 (((-112) (-1 (-112) |#1|) $) NIL (|has| $ (-6 -4415)))) (-2928 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2904 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2868 (((-112) $ $) NIL (|has| |#1| (-1099)))) (-2915 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2892 (((-112) $ $) NIL (|has| |#1| (-850)))) (-2977 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2964 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-566) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-726))) (($ $ |#1|) NIL (|has| |#1| (-726)))) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1265 |#1|) (-13 (-1263 |#1|) (-10 -8 (-15 -2315 ($ (-644 |#1|))))) (-1215)) (T -1265))
+((-2315 (*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-1265 *3)))))
+(-13 (-1263 |#1|) (-10 -8 (-15 -2315 ($ (-644 |#1|)))))
+((-4124 (((-112) $ $) NIL)) (-3703 (((-1157) $ (-1157)) 110) (((-1157) $ (-1157) (-1157)) 108) (((-1157) $ (-1157) (-644 (-1157))) 107)) (-2052 (($) 70)) (-4360 (((-1270) $ (-470) (-921)) 55)) (-2290 (((-1270) $ (-921) (-1157)) 92) (((-1270) $ (-921) (-874)) 93)) (-2968 (((-1270) $ (-921) (-381) (-381)) 58)) (-3731 (((-1270) $ (-1157)) 87)) (-2854 (((-1270) $ (-921) (-1157)) 97)) (-1691 (((-1270) $ (-921) (-381) (-381)) 59)) (-3347 (((-1270) $ (-921) (-921)) 56)) (-3680 (((-1270) $) 88)) (-3625 (((-1270) $ (-921) (-1157)) 96)) (-1616 (((-1270) $ (-470) (-921)) 41)) (-1944 (((-1270) $ (-921) (-1157)) 95)) (-1872 (((-644 (-264)) $) 29) (($ $ (-644 (-264))) 30)) (-4387 (((-1270) $ (-771) (-771)) 53)) (-4267 (($ $) 72) (($ (-470) (-644 (-264))) 73)) (-3057 (((-1157) $) NIL)) (-2334 (((-566) $) 48)) (-2029 (((-1119) $) NIL)) (-3925 (((-1265 (-3 (-470) "undefined")) $) 47)) (-2641 (((-1265 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -1944 (-566)) (|:| -3968 (-566)) (|:| |spline| (-566)) (|:| -3667 (-566)) (|:| |axesColor| (-874)) (|:| -2290 (-566)) (|:| |unitsColor| (-874)) (|:| |showing| (-566)))) $) 46)) (-1522 (((-1270) $ (-921) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-874) (-566) (-874) (-566)) 86)) (-3785 (((-644 (-943 (-225))) $) NIL)) (-3253 (((-470) $ (-921)) 43)) (-2363 (((-1270) $ (-771) (-771) (-921) (-921)) 51)) (-1545 (((-1270) $ (-1157)) 98)) (-3968 (((-1270) $ (-921) (-1157)) 94)) (-1650 (((-862) $) 105)) (-2578 (((-1270) $) 99)) (-2657 (((-112) $ $) NIL)) (-3667 (((-1270) $ (-921) (-1157)) 90) (((-1270) $ (-921) (-874)) 91)) (-2868 (((-112) $ $) NIL)))
+(((-1266) (-13 (-1099) (-10 -8 (-15 -3785 ((-644 (-943 (-225))) $)) (-15 -2052 ($)) (-15 -4267 ($ $)) (-15 -1872 ((-644 (-264)) $)) (-15 -1872 ($ $ (-644 (-264)))) (-15 -4267 ($ (-470) (-644 (-264)))) (-15 -1522 ((-1270) $ (-921) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-874) (-566) (-874) (-566))) (-15 -2641 ((-1265 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -1944 (-566)) (|:| -3968 (-566)) (|:| |spline| (-566)) (|:| -3667 (-566)) (|:| |axesColor| (-874)) (|:| -2290 (-566)) (|:| |unitsColor| (-874)) (|:| |showing| (-566)))) $)) (-15 -3925 ((-1265 (-3 (-470) "undefined")) $)) (-15 -3731 ((-1270) $ (-1157))) (-15 -1616 ((-1270) $ (-470) (-921))) (-15 -3253 ((-470) $ (-921))) (-15 -3667 ((-1270) $ (-921) (-1157))) (-15 -3667 ((-1270) $ (-921) (-874))) (-15 -2290 ((-1270) $ (-921) (-1157))) (-15 -2290 ((-1270) $ (-921) (-874))) (-15 -1944 ((-1270) $ (-921) (-1157))) (-15 -3625 ((-1270) $ (-921) (-1157))) (-15 -3968 ((-1270) $ (-921) (-1157))) (-15 -1545 ((-1270) $ (-1157))) (-15 -2578 ((-1270) $)) (-15 -2363 ((-1270) $ (-771) (-771) (-921) (-921))) (-15 -1691 ((-1270) $ (-921) (-381) (-381))) (-15 -2968 ((-1270) $ (-921) (-381) (-381))) (-15 -2854 ((-1270) $ (-921) (-1157))) (-15 -4387 ((-1270) $ (-771) (-771))) (-15 -4360 ((-1270) $ (-470) (-921))) (-15 -3347 ((-1270) $ (-921) (-921))) (-15 -3703 ((-1157) $ (-1157))) (-15 -3703 ((-1157) $ (-1157) (-1157))) (-15 -3703 ((-1157) $ (-1157) (-644 (-1157)))) (-15 -3680 ((-1270) $)) (-15 -2334 ((-566) $)) (-15 -1650 ((-862) $))))) (T -1266))
+((-1650 (*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1266)))) (-3785 (*1 *2 *1) (-12 (-5 *2 (-644 (-943 (-225)))) (-5 *1 (-1266)))) (-2052 (*1 *1) (-5 *1 (-1266))) (-4267 (*1 *1 *1) (-5 *1 (-1266))) (-1872 (*1 *2 *1) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1266)))) (-1872 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1266)))) (-4267 (*1 *1 *2 *3) (-12 (-5 *2 (-470)) (-5 *3 (-644 (-264))) (-5 *1 (-1266)))) (-1522 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-921)) (-5 *4 (-225)) (-5 *5 (-566)) (-5 *6 (-874)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-2641 (*1 *2 *1) (-12 (-5 *2 (-1265 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -1944 (-566)) (|:| -3968 (-566)) (|:| |spline| (-566)) (|:| -3667 (-566)) (|:| |axesColor| (-874)) (|:| -2290 (-566)) (|:| |unitsColor| (-874)) (|:| |showing| (-566))))) (-5 *1 (-1266)))) (-3925 (*1 *2 *1) (-12 (-5 *2 (-1265 (-3 (-470) "undefined"))) (-5 *1 (-1266)))) (-3731 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-1616 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-470)) (-5 *4 (-921)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-3253 (*1 *2 *1 *3) (-12 (-5 *3 (-921)) (-5 *2 (-470)) (-5 *1 (-1266)))) (-3667 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-3667 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-874)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-2290 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-2290 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-874)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-1944 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-3625 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-3968 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-1545 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-2578 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1266)))) (-2363 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-771)) (-5 *4 (-921)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-1691 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-921)) (-5 *4 (-381)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-2968 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-921)) (-5 *4 (-381)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-2854 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-4387 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-4360 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-470)) (-5 *4 (-921)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-3347 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1270)) (-5 *1 (-1266)))) (-3703 (*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1266)))) (-3703 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1266)))) (-3703 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-1266)))) (-3680 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1266)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1266)))))
+(-13 (-1099) (-10 -8 (-15 -3785 ((-644 (-943 (-225))) $)) (-15 -2052 ($)) (-15 -4267 ($ $)) (-15 -1872 ((-644 (-264)) $)) (-15 -1872 ($ $ (-644 (-264)))) (-15 -4267 ($ (-470) (-644 (-264)))) (-15 -1522 ((-1270) $ (-921) (-225) (-225) (-225) (-225) (-566) (-566) (-566) (-566) (-874) (-566) (-874) (-566))) (-15 -2641 ((-1265 (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -1944 (-566)) (|:| -3968 (-566)) (|:| |spline| (-566)) (|:| -3667 (-566)) (|:| |axesColor| (-874)) (|:| -2290 (-566)) (|:| |unitsColor| (-874)) (|:| |showing| (-566)))) $)) (-15 -3925 ((-1265 (-3 (-470) "undefined")) $)) (-15 -3731 ((-1270) $ (-1157))) (-15 -1616 ((-1270) $ (-470) (-921))) (-15 -3253 ((-470) $ (-921))) (-15 -3667 ((-1270) $ (-921) (-1157))) (-15 -3667 ((-1270) $ (-921) (-874))) (-15 -2290 ((-1270) $ (-921) (-1157))) (-15 -2290 ((-1270) $ (-921) (-874))) (-15 -1944 ((-1270) $ (-921) (-1157))) (-15 -3625 ((-1270) $ (-921) (-1157))) (-15 -3968 ((-1270) $ (-921) (-1157))) (-15 -1545 ((-1270) $ (-1157))) (-15 -2578 ((-1270) $)) (-15 -2363 ((-1270) $ (-771) (-771) (-921) (-921))) (-15 -1691 ((-1270) $ (-921) (-381) (-381))) (-15 -2968 ((-1270) $ (-921) (-381) (-381))) (-15 -2854 ((-1270) $ (-921) (-1157))) (-15 -4387 ((-1270) $ (-771) (-771))) (-15 -4360 ((-1270) $ (-470) (-921))) (-15 -3347 ((-1270) $ (-921) (-921))) (-15 -3703 ((-1157) $ (-1157))) (-15 -3703 ((-1157) $ (-1157) (-1157))) (-15 -3703 ((-1157) $ (-1157) (-644 (-1157)))) (-15 -3680 ((-1270) $)) (-15 -2334 ((-566) $)) (-15 -1650 ((-862) $))))
+((-4124 (((-112) $ $) NIL)) (-3416 (((-1270) $ (-381)) 172) (((-1270) $ (-381) (-381) (-381)) 173)) (-3703 (((-1157) $ (-1157)) 182) (((-1157) $ (-1157) (-1157)) 180) (((-1157) $ (-1157) (-644 (-1157))) 179)) (-1688 (($) 67)) (-2320 (((-1270) $ (-381) (-381) (-381) (-381) (-381)) 144) (((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $) 142) (((-1270) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) 143) (((-1270) $ (-566) (-566) (-381) (-381) (-381)) 147) (((-1270) $ (-381) (-381)) 148) (((-1270) $ (-381) (-381) (-381)) 155)) (-2112 (((-381)) 125) (((-381) (-381)) 126)) (-3460 (((-381)) 120) (((-381) (-381)) 122)) (-2311 (((-381)) 123) (((-381) (-381)) 124)) (-2565 (((-381)) 129) (((-381) (-381)) 130)) (-2170 (((-381)) 127) (((-381) (-381)) 128)) (-2968 (((-1270) $ (-381) (-381)) 174)) (-3731 (((-1270) $ (-1157)) 156)) (-3522 (((-1132 (-225)) $) 68) (($ $ (-1132 (-225))) 69)) (-4086 (((-1270) $ (-1157)) 190)) (-3581 (((-1270) $ (-1157)) 191)) (-1331 (((-1270) $ (-381) (-381)) 154) (((-1270) $ (-566) (-566)) 171)) (-3347 (((-1270) $ (-921) (-921)) 163)) (-3680 (((-1270) $) 140)) (-3842 (((-1270) $ (-1157)) 189)) (-2282 (((-1270) $ (-1157)) 137)) (-1872 (((-644 (-264)) $) 70) (($ $ (-644 (-264))) 71)) (-4387 (((-1270) $ (-771) (-771)) 162)) (-3984 (((-1270) $ (-771) (-943 (-225))) 196)) (-2810 (($ $) 73) (($ (-1132 (-225)) (-1157)) 74) (($ (-1132 (-225)) (-644 (-264))) 75)) (-1705 (((-1270) $ (-381) (-381) (-381)) 134)) (-3057 (((-1157) $) NIL)) (-2334 (((-566) $) 131)) (-1634 (((-1270) $ (-381)) 177)) (-3273 (((-1270) $ (-381)) 194)) (-2029 (((-1119) $) NIL)) (-2972 (((-1270) $ (-381)) 193)) (-2415 (((-1270) $ (-1157)) 139)) (-2363 (((-1270) $ (-771) (-771) (-921) (-921)) 161)) (-1558 (((-1270) $ (-1157)) 136)) (-1545 (((-1270) $ (-1157)) 138)) (-2074 (((-1270) $ (-157) (-157)) 160)) (-1650 (((-862) $) 169)) (-2578 (((-1270) $) 141)) (-4187 (((-1270) $ (-1157)) 192)) (-2657 (((-112) $ $) NIL)) (-3667 (((-1270) $ (-1157)) 135)) (-2868 (((-112) $ $) NIL)))
+(((-1267) (-13 (-1099) (-10 -8 (-15 -3460 ((-381))) (-15 -3460 ((-381) (-381))) (-15 -2311 ((-381))) (-15 -2311 ((-381) (-381))) (-15 -2112 ((-381))) (-15 -2112 ((-381) (-381))) (-15 -2170 ((-381))) (-15 -2170 ((-381) (-381))) (-15 -2565 ((-381))) (-15 -2565 ((-381) (-381))) (-15 -1688 ($)) (-15 -2810 ($ $)) (-15 -2810 ($ (-1132 (-225)) (-1157))) (-15 -2810 ($ (-1132 (-225)) (-644 (-264)))) (-15 -3522 ((-1132 (-225)) $)) (-15 -3522 ($ $ (-1132 (-225)))) (-15 -3984 ((-1270) $ (-771) (-943 (-225)))) (-15 -1872 ((-644 (-264)) $)) (-15 -1872 ($ $ (-644 (-264)))) (-15 -4387 ((-1270) $ (-771) (-771))) (-15 -3347 ((-1270) $ (-921) (-921))) (-15 -3731 ((-1270) $ (-1157))) (-15 -2363 ((-1270) $ (-771) (-771) (-921) (-921))) (-15 -2320 ((-1270) $ (-381) (-381) (-381) (-381) (-381))) (-15 -2320 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $)) (-15 -2320 ((-1270) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -2320 ((-1270) $ (-566) (-566) (-381) (-381) (-381))) (-15 -2320 ((-1270) $ (-381) (-381))) (-15 -2320 ((-1270) $ (-381) (-381) (-381))) (-15 -1545 ((-1270) $ (-1157))) (-15 -3667 ((-1270) $ (-1157))) (-15 -1558 ((-1270) $ (-1157))) (-15 -2282 ((-1270) $ (-1157))) (-15 -2415 ((-1270) $ (-1157))) (-15 -1331 ((-1270) $ (-381) (-381))) (-15 -1331 ((-1270) $ (-566) (-566))) (-15 -3416 ((-1270) $ (-381))) (-15 -3416 ((-1270) $ (-381) (-381) (-381))) (-15 -2968 ((-1270) $ (-381) (-381))) (-15 -3842 ((-1270) $ (-1157))) (-15 -2972 ((-1270) $ (-381))) (-15 -3273 ((-1270) $ (-381))) (-15 -4086 ((-1270) $ (-1157))) (-15 -3581 ((-1270) $ (-1157))) (-15 -4187 ((-1270) $ (-1157))) (-15 -1705 ((-1270) $ (-381) (-381) (-381))) (-15 -1634 ((-1270) $ (-381))) (-15 -3680 ((-1270) $)) (-15 -2074 ((-1270) $ (-157) (-157))) (-15 -3703 ((-1157) $ (-1157))) (-15 -3703 ((-1157) $ (-1157) (-1157))) (-15 -3703 ((-1157) $ (-1157) (-644 (-1157)))) (-15 -2578 ((-1270) $)) (-15 -2334 ((-566) $))))) (T -1267))
+((-3460 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-3460 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-2311 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-2311 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-2112 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-2112 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-2170 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-2170 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-2565 (*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-2565 (*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))) (-1688 (*1 *1) (-5 *1 (-1267))) (-2810 (*1 *1 *1) (-5 *1 (-1267))) (-2810 (*1 *1 *2 *3) (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-1157)) (-5 *1 (-1267)))) (-2810 (*1 *1 *2 *3) (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-644 (-264))) (-5 *1 (-1267)))) (-3522 (*1 *2 *1) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1267)))) (-3522 (*1 *1 *1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1267)))) (-3984 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-771)) (-5 *4 (-943 (-225))) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-1872 (*1 *2 *1) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1267)))) (-1872 (*1 *1 *1 *2) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1267)))) (-4387 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3347 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3731 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2363 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-771)) (-5 *4 (-921)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2320 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2320 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *1 (-1267)))) (-2320 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225)))) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2320 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-566)) (-5 *4 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2320 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2320 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-1545 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3667 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-1558 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2282 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2415 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-1331 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-1331 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3416 (*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3416 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2968 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3842 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2972 (*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3273 (*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-4086 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3581 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-4187 (*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-1705 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-1634 (*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3680 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2074 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-157)) (-5 *2 (-1270)) (-5 *1 (-1267)))) (-3703 (*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1267)))) (-3703 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1267)))) (-3703 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-1267)))) (-2578 (*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1267)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1267)))))
+(-13 (-1099) (-10 -8 (-15 -3460 ((-381))) (-15 -3460 ((-381) (-381))) (-15 -2311 ((-381))) (-15 -2311 ((-381) (-381))) (-15 -2112 ((-381))) (-15 -2112 ((-381) (-381))) (-15 -2170 ((-381))) (-15 -2170 ((-381) (-381))) (-15 -2565 ((-381))) (-15 -2565 ((-381) (-381))) (-15 -1688 ($)) (-15 -2810 ($ $)) (-15 -2810 ($ (-1132 (-225)) (-1157))) (-15 -2810 ($ (-1132 (-225)) (-644 (-264)))) (-15 -3522 ((-1132 (-225)) $)) (-15 -3522 ($ $ (-1132 (-225)))) (-15 -3984 ((-1270) $ (-771) (-943 (-225)))) (-15 -1872 ((-644 (-264)) $)) (-15 -1872 ($ $ (-644 (-264)))) (-15 -4387 ((-1270) $ (-771) (-771))) (-15 -3347 ((-1270) $ (-921) (-921))) (-15 -3731 ((-1270) $ (-1157))) (-15 -2363 ((-1270) $ (-771) (-771) (-921) (-921))) (-15 -2320 ((-1270) $ (-381) (-381) (-381) (-381) (-381))) (-15 -2320 ((-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))) $)) (-15 -2320 ((-1270) $ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225)) (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225)) (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))) (-15 -2320 ((-1270) $ (-566) (-566) (-381) (-381) (-381))) (-15 -2320 ((-1270) $ (-381) (-381))) (-15 -2320 ((-1270) $ (-381) (-381) (-381))) (-15 -1545 ((-1270) $ (-1157))) (-15 -3667 ((-1270) $ (-1157))) (-15 -1558 ((-1270) $ (-1157))) (-15 -2282 ((-1270) $ (-1157))) (-15 -2415 ((-1270) $ (-1157))) (-15 -1331 ((-1270) $ (-381) (-381))) (-15 -1331 ((-1270) $ (-566) (-566))) (-15 -3416 ((-1270) $ (-381))) (-15 -3416 ((-1270) $ (-381) (-381) (-381))) (-15 -2968 ((-1270) $ (-381) (-381))) (-15 -3842 ((-1270) $ (-1157))) (-15 -2972 ((-1270) $ (-381))) (-15 -3273 ((-1270) $ (-381))) (-15 -4086 ((-1270) $ (-1157))) (-15 -3581 ((-1270) $ (-1157))) (-15 -4187 ((-1270) $ (-1157))) (-15 -1705 ((-1270) $ (-381) (-381) (-381))) (-15 -1634 ((-1270) $ (-381))) (-15 -3680 ((-1270) $)) (-15 -2074 ((-1270) $ (-157) (-157))) (-15 -3703 ((-1157) $ (-1157))) (-15 -3703 ((-1157) $ (-1157) (-1157))) (-15 -3703 ((-1157) $ (-1157) (-644 (-1157)))) (-15 -2578 ((-1270) $)) (-15 -2334 ((-566) $))))
+((-4242 (((-644 (-1157)) (-644 (-1157))) 104) (((-644 (-1157))) 96)) (-2153 (((-644 (-1157))) 94)) (-2353 (((-644 (-921)) (-644 (-921))) 69) (((-644 (-921))) 64)) (-2287 (((-644 (-771)) (-644 (-771))) 61) (((-644 (-771))) 55)) (-3455 (((-1270)) 71)) (-1684 (((-921) (-921)) 87) (((-921)) 86)) (-2589 (((-921) (-921)) 85) (((-921)) 84)) (-2219 (((-874) (-874)) 81) (((-874)) 80)) (-4112 (((-225)) 91) (((-225) (-381)) 93)) (-2697 (((-921)) 88) (((-921) (-921)) 89)) (-3088 (((-921) (-921)) 83) (((-921)) 82)) (-2470 (((-874) (-874)) 75) (((-874)) 73)) (-1649 (((-874) (-874)) 77) (((-874)) 76)) (-3853 (((-874) (-874)) 79) (((-874)) 78)))
+(((-1268) (-10 -7 (-15 -2470 ((-874))) (-15 -2470 ((-874) (-874))) (-15 -1649 ((-874))) (-15 -1649 ((-874) (-874))) (-15 -3853 ((-874))) (-15 -3853 ((-874) (-874))) (-15 -2219 ((-874))) (-15 -2219 ((-874) (-874))) (-15 -3088 ((-921))) (-15 -3088 ((-921) (-921))) (-15 -2287 ((-644 (-771)))) (-15 -2287 ((-644 (-771)) (-644 (-771)))) (-15 -2353 ((-644 (-921)))) (-15 -2353 ((-644 (-921)) (-644 (-921)))) (-15 -3455 ((-1270))) (-15 -4242 ((-644 (-1157)))) (-15 -4242 ((-644 (-1157)) (-644 (-1157)))) (-15 -2153 ((-644 (-1157)))) (-15 -2589 ((-921))) (-15 -1684 ((-921))) (-15 -2589 ((-921) (-921))) (-15 -1684 ((-921) (-921))) (-15 -2697 ((-921) (-921))) (-15 -2697 ((-921))) (-15 -4112 ((-225) (-381))) (-15 -4112 ((-225))))) (T -1268))
+((-4112 (*1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-1268)))) (-4112 (*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-225)) (-5 *1 (-1268)))) (-2697 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))) (-2697 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))) (-1684 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))) (-2589 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))) (-1684 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))) (-2589 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))) (-2153 (*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1268)))) (-4242 (*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1268)))) (-4242 (*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1268)))) (-3455 (*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1268)))) (-2353 (*1 *2 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1268)))) (-2353 (*1 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1268)))) (-2287 (*1 *2 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1268)))) (-2287 (*1 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1268)))) (-3088 (*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))) (-3088 (*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))) (-2219 (*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))) (-2219 (*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))) (-3853 (*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))) (-3853 (*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))) (-1649 (*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))) (-1649 (*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))) (-2470 (*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))) (-2470 (*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))))
+(-10 -7 (-15 -2470 ((-874))) (-15 -2470 ((-874) (-874))) (-15 -1649 ((-874))) (-15 -1649 ((-874) (-874))) (-15 -3853 ((-874))) (-15 -3853 ((-874) (-874))) (-15 -2219 ((-874))) (-15 -2219 ((-874) (-874))) (-15 -3088 ((-921))) (-15 -3088 ((-921) (-921))) (-15 -2287 ((-644 (-771)))) (-15 -2287 ((-644 (-771)) (-644 (-771)))) (-15 -2353 ((-644 (-921)))) (-15 -2353 ((-644 (-921)) (-644 (-921)))) (-15 -3455 ((-1270))) (-15 -4242 ((-644 (-1157)))) (-15 -4242 ((-644 (-1157)) (-644 (-1157)))) (-15 -2153 ((-644 (-1157)))) (-15 -2589 ((-921))) (-15 -1684 ((-921))) (-15 -2589 ((-921) (-921))) (-15 -1684 ((-921) (-921))) (-15 -2697 ((-921) (-921))) (-15 -2697 ((-921))) (-15 -4112 ((-225) (-381))) (-15 -4112 ((-225))))
+((-2082 (((-470) (-644 (-644 (-943 (-225)))) (-644 (-264))) 22) (((-470) (-644 (-644 (-943 (-225))))) 21) (((-470) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264))) 20)) (-2023 (((-1266) (-644 (-644 (-943 (-225)))) (-644 (-264))) 33) (((-1266) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264))) 32)) (-1650 (((-1266) (-470)) 48)))
+(((-1269) (-10 -7 (-15 -2082 ((-470) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264)))) (-15 -2082 ((-470) (-644 (-644 (-943 (-225)))))) (-15 -2082 ((-470) (-644 (-644 (-943 (-225)))) (-644 (-264)))) (-15 -2023 ((-1266) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264)))) (-15 -2023 ((-1266) (-644 (-644 (-943 (-225)))) (-644 (-264)))) (-15 -1650 ((-1266) (-470))))) (T -1269))
+((-1650 (*1 *2 *3) (-12 (-5 *3 (-470)) (-5 *2 (-1266)) (-5 *1 (-1269)))) (-2023 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-1269)))) (-2023 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-874)) (-5 *5 (-921)) (-5 *6 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-1269)))) (-2082 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-644 (-264))) (-5 *2 (-470)) (-5 *1 (-1269)))) (-2082 (*1 *2 *3) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-470)) (-5 *1 (-1269)))) (-2082 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-874)) (-5 *5 (-921)) (-5 *6 (-644 (-264))) (-5 *2 (-470)) (-5 *1 (-1269)))))
+(-10 -7 (-15 -2082 ((-470) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264)))) (-15 -2082 ((-470) (-644 (-644 (-943 (-225)))))) (-15 -2082 ((-470) (-644 (-644 (-943 (-225)))) (-644 (-264)))) (-15 -2023 ((-1266) (-644 (-644 (-943 (-225)))) (-874) (-874) (-921) (-644 (-264)))) (-15 -2023 ((-1266) (-644 (-644 (-943 (-225)))) (-644 (-264)))) (-15 -1650 ((-1266) (-470))))
+((-4212 (($) 7)) (-1650 (((-862) $) 10)))
+(((-1270) (-13 (-613 (-862)) (-10 -8 (-15 -4212 ($))))) (T -1270))
+((-4212 (*1 *1) (-5 *1 (-1270))))
+(-13 (-613 (-862)) (-10 -8 (-15 -4212 ($))))
+((-2990 (($ $ |#2|) 10)))
+(((-1271 |#1| |#2|) (-10 -8 (-15 -2990 (|#1| |#1| |#2|))) (-1272 |#2|) (-365)) (T -1271))
+NIL
+(-10 -8 (-15 -2990 (|#1| |#1| |#2|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-2262 (((-134)) 33)) (-1650 (((-862) $) 12)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-2868 (((-112) $ $) 6)) (-2990 (($ $ |#1|) 34)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ |#1| $) 27) (($ $ |#1|) 31)))
+(((-1272 |#1|) (-140) (-365)) (T -1272))
+((-2990 (*1 *1 *1 *2) (-12 (-4 *1 (-1272 *2)) (-4 *2 (-365)))) (-2262 (*1 *2) (-12 (-4 *1 (-1272 *3)) (-4 *3 (-365)) (-5 *2 (-134)))))
+(-13 (-717 |t#1|) (-10 -8 (-15 -2990 ($ $ |t#1|)) (-15 -2262 ((-134)))))
(((-21) . T) ((-23) . T) ((-25) . T) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-648 |#1|) . T) ((-640 |#1|) . T) ((-717 |#1|) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1099) . T))
-((-3837 (((-644 (-1208 |#1|)) (-1175) (-1208 |#1|)) 83)) (-1457 (((-1155 (-1155 (-952 |#1|))) (-1175) (-1155 (-952 |#1|))) 63)) (-1780 (((-1 (-1155 (-1208 |#1|)) (-1155 (-1208 |#1|))) (-771) (-1208 |#1|) (-1155 (-1208 |#1|))) 74)) (-3191 (((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771)) 65)) (-2263 (((-1 (-1171 (-952 |#1|)) (-952 |#1|)) (-1175)) 32)) (-2797 (((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771)) 64)))
-(((-1272 |#1|) (-10 -7 (-15 -3191 ((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771))) (-15 -2797 ((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771))) (-15 -1457 ((-1155 (-1155 (-952 |#1|))) (-1175) (-1155 (-952 |#1|)))) (-15 -2263 ((-1 (-1171 (-952 |#1|)) (-952 |#1|)) (-1175))) (-15 -3837 ((-644 (-1208 |#1|)) (-1175) (-1208 |#1|))) (-15 -1780 ((-1 (-1155 (-1208 |#1|)) (-1155 (-1208 |#1|))) (-771) (-1208 |#1|) (-1155 (-1208 |#1|))))) (-365)) (T -1272))
-((-1780 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-771)) (-4 *6 (-365)) (-5 *4 (-1208 *6)) (-5 *2 (-1 (-1155 *4) (-1155 *4))) (-5 *1 (-1272 *6)) (-5 *5 (-1155 *4)))) (-3837 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-4 *5 (-365)) (-5 *2 (-644 (-1208 *5))) (-5 *1 (-1272 *5)) (-5 *4 (-1208 *5)))) (-2263 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1 (-1171 (-952 *4)) (-952 *4))) (-5 *1 (-1272 *4)) (-4 *4 (-365)))) (-1457 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-4 *5 (-365)) (-5 *2 (-1155 (-1155 (-952 *5)))) (-5 *1 (-1272 *5)) (-5 *4 (-1155 (-952 *5))))) (-2797 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-1155 (-952 *4)) (-1155 (-952 *4)))) (-5 *1 (-1272 *4)) (-4 *4 (-365)))) (-3191 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-1155 (-952 *4)) (-1155 (-952 *4)))) (-5 *1 (-1272 *4)) (-4 *4 (-365)))))
-(-10 -7 (-15 -3191 ((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771))) (-15 -2797 ((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771))) (-15 -1457 ((-1155 (-1155 (-952 |#1|))) (-1175) (-1155 (-952 |#1|)))) (-15 -2263 ((-1 (-1171 (-952 |#1|)) (-952 |#1|)) (-1175))) (-15 -3837 ((-644 (-1208 |#1|)) (-1175) (-1208 |#1|))) (-15 -1780 ((-1 (-1155 (-1208 |#1|)) (-1155 (-1208 |#1|))) (-771) (-1208 |#1|) (-1155 (-1208 |#1|)))))
-((-1637 (((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|) 82)) (-2736 (((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) 81)))
-(((-1273 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2736 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))))) (-15 -1637 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|))) (-351) (-1240 |#1|) (-1240 |#2|) (-411 |#2| |#3|)) (T -1273))
-((-1637 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 *3)) (-5 *2 (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-1273 *4 *3 *5 *6)) (-4 *6 (-411 *3 *5)))) (-2736 (*1 *2) (-12 (-4 *3 (-351)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 *4)) (-5 *2 (-2 (|:| -2875 (-689 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-689 *4)))) (-5 *1 (-1273 *3 *4 *5 *6)) (-4 *6 (-411 *4 *5)))))
-(-10 -7 (-15 -2736 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))))) (-15 -1637 ((-2 (|:| -2875 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|)))
-((-2988 (((-112) $ $) NIL)) (-3610 (((-1134) $) 11)) (-1739 (((-1134) $) 9)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1274) (-13 (-1082) (-10 -8 (-15 -1739 ((-1134) $)) (-15 -3610 ((-1134) $))))) (T -1274))
-((-1739 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1274)))) (-3610 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1274)))))
-(-13 (-1082) (-10 -8 (-15 -1739 ((-1134) $)) (-15 -3610 ((-1134) $))))
-((-2988 (((-112) $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-1607 (((-1134) $) 9)) (-3152 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-3044 (((-112) $ $) NIL)) (-2914 (((-112) $ $) NIL)))
-(((-1275) (-13 (-1082) (-10 -8 (-15 -1607 ((-1134) $))))) (T -1275))
-((-1607 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1275)))))
-(-13 (-1082) (-10 -8 (-15 -1607 ((-1134) $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 58)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) NIL)) (-2389 (((-112) $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3152 (((-862) $) 81) (($ (-566)) NIL) (($ |#4|) 65) ((|#4| $) 70) (($ |#1|) NIL (|has| |#1| (-172)))) (-2593 (((-771)) NIL T CONST)) (-2111 (((-1269) (-771)) 16)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 37 T CONST)) (-4366 (($) 84 T CONST)) (-2914 (((-112) $ $) 87)) (-3025 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-3012 (($ $) 89) (($ $ $) NIL)) (-3002 (($ $ $) 63)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 91) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
-(((-1276 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1049) (-492 |#4|) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -3025 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2111 ((-1269) (-771))))) (-1049) (-850) (-793) (-949 |#1| |#3| |#2|) (-644 |#2|) (-644 (-771)) (-771)) (T -1276))
-((-3025 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-365)) (-4 *2 (-1049)) (-4 *3 (-850)) (-4 *4 (-793)) (-14 *6 (-644 *3)) (-5 *1 (-1276 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-949 *2 *4 *3)) (-14 *7 (-644 (-771))) (-14 *8 (-771)))) (-2111 (*1 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-4 *5 (-850)) (-4 *6 (-793)) (-14 *8 (-644 *5)) (-5 *2 (-1269)) (-5 *1 (-1276 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-949 *4 *6 *5)) (-14 *9 (-644 *3)) (-14 *10 *3))))
-(-13 (-1049) (-492 |#4|) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -3025 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2111 ((-1269) (-771)))))
-((-2988 (((-112) $ $) NIL)) (-2107 (((-644 (-2 (|:| -1685 $) (|:| -3292 (-644 |#4|)))) (-644 |#4|)) NIL)) (-2779 (((-644 $) (-644 |#4|)) 96)) (-1771 (((-644 |#3|) $) NIL)) (-3071 (((-112) $) NIL)) (-3274 (((-112) $) NIL (|has| |#1| (-558)))) (-2267 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1411 ((|#4| |#4| $) NIL)) (-2671 (((-2 (|:| |under| $) (|:| -3143 $) (|:| |upper| $)) $ |#3|) NIL)) (-1504 (((-112) $ (-771)) NIL)) (-3678 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414))) (((-3 |#4| "failed") $ |#3|) NIL)) (-2463 (($) NIL T CONST)) (-3036 (((-112) $) NIL (|has| |#1| (-558)))) (-1963 (((-112) $ $) NIL (|has| |#1| (-558)))) (-2983 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1477 (((-112) $) NIL (|has| |#1| (-558)))) (-3930 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 31)) (-1789 (((-644 |#4|) (-644 |#4|) $) 28 (|has| |#1| (-558)))) (-2228 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-2229 (((-3 $ "failed") (-644 |#4|)) NIL)) (-4158 (($ (-644 |#4|)) NIL)) (-3919 (((-3 $ "failed") $) 78)) (-3110 ((|#4| |#4| $) 83)) (-3942 (($ $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-2622 (($ |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-3264 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-3599 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-2690 ((|#4| |#4| $) NIL)) (-2873 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4414))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4414))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3476 (((-2 (|:| -1685 (-644 |#4|)) (|:| -3292 (-644 |#4|))) $) NIL)) (-1683 (((-644 |#4|) $) NIL (|has| $ (-6 -4414)))) (-1640 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4296 ((|#3| $) 84)) (-3456 (((-112) $ (-771)) NIL)) (-3491 (((-644 |#4|) $) 32 (|has| $ (-6 -4414)))) (-1602 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099))))) (-1564 (((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 35) (((-3 $ "failed") (-644 |#4|)) 38)) (-3885 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4415)))) (-2319 (($ (-1 |#4| |#4|) $) NIL)) (-1785 (((-644 |#3|) $) NIL)) (-1579 (((-112) |#3| $) NIL)) (-3267 (((-112) $ (-771)) NIL)) (-3380 (((-1157) $) NIL)) (-2641 (((-3 |#4| "failed") $) NIL)) (-2133 (((-644 |#4|) $) 54)) (-2543 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-1906 ((|#4| |#4| $) 82)) (-3077 (((-112) $ $) 93)) (-2594 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-3374 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-4074 ((|#4| |#4| $) NIL)) (-4072 (((-1119) $) NIL)) (-3908 (((-3 |#4| "failed") $) 77)) (-3668 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-2718 (((-3 $ "failed") $ |#4|) NIL)) (-3369 (($ $ |#4|) NIL)) (-2823 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-2023 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-3814 (((-112) $ $) NIL)) (-2872 (((-112) $) 75)) (-3493 (($) 46)) (-3902 (((-771) $) NIL)) (-4083 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4414)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-1480 (($ $) NIL)) (-2376 (((-538) $) NIL (|has| |#4| (-614 (-538))))) (-1340 (($ (-644 |#4|)) NIL)) (-4305 (($ $ |#3|) NIL)) (-1702 (($ $ |#3|) NIL)) (-4017 (($ $) NIL)) (-3809 (($ $ |#3|) NIL)) (-3152 (((-862) $) NIL) (((-644 |#4|) $) 63)) (-3909 (((-771) $) NIL (|has| |#3| (-370)))) (-1958 (((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 44) (((-3 $ "failed") (-644 |#4|)) 45)) (-3485 (((-644 $) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 73) (((-644 $) (-644 |#4|)) 74)) (-3044 (((-112) $ $) NIL)) (-2236 (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 27) (((-3 (-2 (|:| |bas| $) (|:| -3712 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3622 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) NIL)) (-2210 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4414)))) (-4382 (((-644 |#3|) $) NIL)) (-4217 (((-112) |#3| $) NIL)) (-2914 (((-112) $ $) NIL)) (-3000 (((-771) $) NIL (|has| $ (-6 -4414)))))
-(((-1277 |#1| |#2| |#3| |#4|) (-13 (-1207 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1564 ((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1564 ((-3 $ "failed") (-644 |#4|))) (-15 -1958 ((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1958 ((-3 $ "failed") (-644 |#4|))) (-15 -3485 ((-644 $) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3485 ((-644 $) (-644 |#4|))))) (-558) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -1277))
-((-1564 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1277 *5 *6 *7 *8)))) (-1564 (*1 *1 *2) (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1277 *3 *4 *5 *6)))) (-1958 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1277 *5 *6 *7 *8)))) (-1958 (*1 *1 *2) (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1277 *3 *4 *5 *6)))) (-3485 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793)) (-4 *8 (-850)) (-5 *2 (-644 (-1277 *6 *7 *8 *9))) (-5 *1 (-1277 *6 *7 *8 *9)))) (-3485 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-1277 *4 *5 *6 *7))) (-5 *1 (-1277 *4 *5 *6 *7)))))
-(-13 (-1207 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1564 ((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1564 ((-3 $ "failed") (-644 |#4|))) (-15 -1958 ((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1958 ((-3 $ "failed") (-644 |#4|))) (-15 -3485 ((-644 $) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3485 ((-644 $) (-644 |#4|)))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-3967 (((-3 $ "failed") $ $) 20)) (-2463 (($) 18 T CONST)) (-3245 (((-3 $ "failed") $) 37)) (-2389 (((-112) $) 35)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 45)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 47) (($ |#1| $) 46)))
-(((-1278 |#1|) (-140) (-1049)) (T -1278))
+((-1796 (((-644 (-1209 |#1|)) (-1175) (-1209 |#1|)) 83)) (-1528 (((-1155 (-1155 (-952 |#1|))) (-1175) (-1155 (-952 |#1|))) 63)) (-1595 (((-1 (-1155 (-1209 |#1|)) (-1155 (-1209 |#1|))) (-771) (-1209 |#1|) (-1155 (-1209 |#1|))) 74)) (-1753 (((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771)) 65)) (-2743 (((-1 (-1171 (-952 |#1|)) (-952 |#1|)) (-1175)) 32)) (-4318 (((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771)) 64)))
+(((-1273 |#1|) (-10 -7 (-15 -1753 ((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771))) (-15 -4318 ((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771))) (-15 -1528 ((-1155 (-1155 (-952 |#1|))) (-1175) (-1155 (-952 |#1|)))) (-15 -2743 ((-1 (-1171 (-952 |#1|)) (-952 |#1|)) (-1175))) (-15 -1796 ((-644 (-1209 |#1|)) (-1175) (-1209 |#1|))) (-15 -1595 ((-1 (-1155 (-1209 |#1|)) (-1155 (-1209 |#1|))) (-771) (-1209 |#1|) (-1155 (-1209 |#1|))))) (-365)) (T -1273))
+((-1595 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-771)) (-4 *6 (-365)) (-5 *4 (-1209 *6)) (-5 *2 (-1 (-1155 *4) (-1155 *4))) (-5 *1 (-1273 *6)) (-5 *5 (-1155 *4)))) (-1796 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-4 *5 (-365)) (-5 *2 (-644 (-1209 *5))) (-5 *1 (-1273 *5)) (-5 *4 (-1209 *5)))) (-2743 (*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1 (-1171 (-952 *4)) (-952 *4))) (-5 *1 (-1273 *4)) (-4 *4 (-365)))) (-1528 (*1 *2 *3 *4) (-12 (-5 *3 (-1175)) (-4 *5 (-365)) (-5 *2 (-1155 (-1155 (-952 *5)))) (-5 *1 (-1273 *5)) (-5 *4 (-1155 (-952 *5))))) (-4318 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-1155 (-952 *4)) (-1155 (-952 *4)))) (-5 *1 (-1273 *4)) (-4 *4 (-365)))) (-1753 (*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-1155 (-952 *4)) (-1155 (-952 *4)))) (-5 *1 (-1273 *4)) (-4 *4 (-365)))))
+(-10 -7 (-15 -1753 ((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771))) (-15 -4318 ((-1 (-1155 (-952 |#1|)) (-1155 (-952 |#1|))) (-771))) (-15 -1528 ((-1155 (-1155 (-952 |#1|))) (-1175) (-1155 (-952 |#1|)))) (-15 -2743 ((-1 (-1171 (-952 |#1|)) (-952 |#1|)) (-1175))) (-15 -1796 ((-644 (-1209 |#1|)) (-1175) (-1209 |#1|))) (-15 -1595 ((-1 (-1155 (-1209 |#1|)) (-1155 (-1209 |#1|))) (-771) (-1209 |#1|) (-1155 (-1209 |#1|)))))
+((-2599 (((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|) 82)) (-1845 (((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|)))) 81)))
+(((-1274 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1845 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))))) (-15 -2599 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|))) (-351) (-1241 |#1|) (-1241 |#2|) (-411 |#2| |#3|)) (T -1274))
+((-2599 (*1 *2 *3) (-12 (-4 *4 (-351)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 *3)) (-5 *2 (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-689 *3)))) (-5 *1 (-1274 *4 *3 *5 *6)) (-4 *6 (-411 *3 *5)))) (-1845 (*1 *2) (-12 (-4 *3 (-351)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 *4)) (-5 *2 (-2 (|:| -3781 (-689 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-689 *4)))) (-5 *1 (-1274 *3 *4 *5 *6)) (-4 *6 (-411 *4 *5)))))
+(-10 -7 (-15 -1845 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))))) (-15 -2599 ((-2 (|:| -3781 (-689 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-689 |#2|))) |#2|)))
+((-4124 (((-112) $ $) NIL)) (-3470 (((-1134) $) 11)) (-2394 (((-1134) $) 9)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 17) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1275) (-13 (-1082) (-10 -8 (-15 -2394 ((-1134) $)) (-15 -3470 ((-1134) $))))) (T -1275))
+((-2394 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1275)))) (-3470 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1275)))))
+(-13 (-1082) (-10 -8 (-15 -2394 ((-1134) $)) (-15 -3470 ((-1134) $))))
+((-4124 (((-112) $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3154 (((-1134) $) 9)) (-1650 (((-862) $) 15) (($ (-1180)) NIL) (((-1180) $) NIL)) (-2657 (((-112) $ $) NIL)) (-2868 (((-112) $ $) NIL)))
+(((-1276) (-13 (-1082) (-10 -8 (-15 -3154 ((-1134) $))))) (T -1276))
+((-3154 (*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1276)))))
+(-13 (-1082) (-10 -8 (-15 -3154 ((-1134) $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 58)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) NIL)) (-1568 (((-112) $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1650 (((-862) $) 81) (($ (-566)) NIL) (($ |#4|) 65) ((|#4| $) 70) (($ |#1|) NIL (|has| |#1| (-172)))) (-2910 (((-771)) NIL T CONST)) (-1852 (((-1270) (-771)) 16)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 37 T CONST)) (-3424 (($) 84 T CONST)) (-2868 (((-112) $ $) 87)) (-2990 (((-3 $ "failed") $ $) NIL (|has| |#1| (-365)))) (-2977 (($ $) 89) (($ $ $) NIL)) (-2964 (($ $ $) 63)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 91) (($ |#1| $) NIL (|has| |#1| (-172))) (($ $ |#1|) NIL (|has| |#1| (-172)))))
+(((-1277 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1049) (-492 |#4|) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -2990 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1852 ((-1270) (-771))))) (-1049) (-850) (-793) (-949 |#1| |#3| |#2|) (-644 |#2|) (-644 (-771)) (-771)) (T -1277))
+((-2990 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-365)) (-4 *2 (-1049)) (-4 *3 (-850)) (-4 *4 (-793)) (-14 *6 (-644 *3)) (-5 *1 (-1277 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-949 *2 *4 *3)) (-14 *7 (-644 (-771))) (-14 *8 (-771)))) (-1852 (*1 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-4 *5 (-850)) (-4 *6 (-793)) (-14 *8 (-644 *5)) (-5 *2 (-1270)) (-5 *1 (-1277 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-949 *4 *6 *5)) (-14 *9 (-644 *3)) (-14 *10 *3))))
+(-13 (-1049) (-492 |#4|) (-10 -8 (IF (|has| |#1| (-172)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-365)) (-15 -2990 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1852 ((-1270) (-771)))))
+((-4124 (((-112) $ $) NIL)) (-1811 (((-644 (-2 (|:| -2578 $) (|:| -3009 (-644 |#4|)))) (-644 |#4|)) NIL)) (-4141 (((-644 $) (-644 |#4|)) 96)) (-3981 (((-644 |#3|) $) NIL)) (-2935 (((-112) $) NIL)) (-3212 (((-112) $) NIL (|has| |#1| (-558)))) (-2793 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2147 ((|#4| |#4| $) NIL)) (-3292 (((-2 (|:| |under| $) (|:| -2426 $) (|:| |upper| $)) $ |#3|) NIL)) (-3874 (((-112) $ (-771)) NIL)) (-1997 (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415))) (((-3 |#4| "failed") $ |#3|) NIL)) (-4145 (($) NIL T CONST)) (-2582 (((-112) $) NIL (|has| |#1| (-558)))) (-2872 (((-112) $ $) NIL (|has| |#1| (-558)))) (-3370 (((-112) $ $) NIL (|has| |#1| (-558)))) (-1703 (((-112) $) NIL (|has| |#1| (-558)))) (-3236 (((-644 |#4|) (-644 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) 31)) (-1680 (((-644 |#4|) (-644 |#4|) $) 28 (|has| |#1| (-558)))) (-3697 (((-644 |#4|) (-644 |#4|) $) NIL (|has| |#1| (-558)))) (-1821 (((-3 $ "failed") (-644 |#4|)) NIL)) (-3213 (($ (-644 |#4|)) NIL)) (-3616 (((-3 $ "failed") $) 78)) (-2118 ((|#4| |#4| $) 83)) (-3640 (($ $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-1837 (($ |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (($ (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-4368 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-3383 (((-112) |#4| $ (-1 (-112) |#4| |#4|)) NIL)) (-1437 ((|#4| |#4| $) NIL)) (-1936 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4415))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4415))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-1579 (((-2 (|:| -2578 (-644 |#4|)) (|:| -3009 (-644 |#4|))) $) NIL)) (-3953 (((-644 |#4|) $) NIL (|has| $ (-6 -4415)))) (-2639 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3752 ((|#3| $) 84)) (-1392 (((-112) $ (-771)) NIL)) (-1690 (((-644 |#4|) $) 32 (|has| $ (-6 -4415)))) (-3566 (((-112) |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099))))) (-3200 (((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 35) (((-3 $ "failed") (-644 |#4|)) 38)) (-2409 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4416)))) (-1895 (($ (-1 |#4| |#4|) $) NIL)) (-1648 (((-644 |#3|) $) NIL)) (-3327 (((-112) |#3| $) NIL)) (-4395 (((-112) $ (-771)) NIL)) (-3057 (((-1157) $) NIL)) (-1855 (((-3 |#4| "failed") $) NIL)) (-3983 (((-644 |#4|) $) 54)) (-3717 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-3527 ((|#4| |#4| $) 82)) (-3004 (((-112) $ $) 93)) (-2924 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-558)))) (-2988 (((-112) |#4| $) NIL) (((-112) $) NIL)) (-2072 ((|#4| |#4| $) NIL)) (-2029 (((-1119) $) NIL)) (-3604 (((-3 |#4| "failed") $) 77)) (-2695 (((-3 |#4| "failed") (-1 (-112) |#4|) $) NIL)) (-1687 (((-3 $ "failed") $ |#4|) NIL)) (-2929 (($ $ |#4|) NIL)) (-3295 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1838 (($ $ (-644 |#4|) (-644 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-295 |#4|)) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099)))) (($ $ (-644 (-295 |#4|))) NIL (-12 (|has| |#4| (-310 |#4|)) (|has| |#4| (-1099))))) (-1633 (((-112) $ $) NIL)) (-3758 (((-112) $) 75)) (-1710 (($) 46)) (-4297 (((-771) $) NIL)) (-2037 (((-771) |#4| $) NIL (-12 (|has| $ (-6 -4415)) (|has| |#4| (-1099)))) (((-771) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-1800 (($ $) NIL)) (-1945 (((-538) $) NIL (|has| |#4| (-614 (-538))))) (-1664 (($ (-644 |#4|)) NIL)) (-3833 (($ $ |#3|) NIL)) (-2046 (($ $ |#3|) NIL)) (-2770 (($ $) NIL)) (-1594 (($ $ |#3|) NIL)) (-1650 (((-862) $) NIL) (((-644 |#4|) $) 63)) (-4329 (((-771) $) NIL (|has| |#3| (-370)))) (-2808 (((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 44) (((-3 $ "failed") (-644 |#4|)) 45)) (-1638 (((-644 $) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|)) 73) (((-644 $) (-644 |#4|)) 74)) (-2657 (((-112) $ $) NIL)) (-3768 (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4| |#4|)) 27) (((-3 (-2 (|:| |bas| $) (|:| -3773 (-644 |#4|))) "failed") (-644 |#4|) (-1 (-112) |#4|) (-1 (-112) |#4| |#4|)) NIL)) (-3575 (((-112) $ (-1 (-112) |#4| (-644 |#4|))) NIL)) (-3487 (((-112) (-1 (-112) |#4|) $) NIL (|has| $ (-6 -4415)))) (-2077 (((-644 |#3|) $) NIL)) (-4205 (((-112) |#3| $) NIL)) (-2868 (((-112) $ $) NIL)) (-4142 (((-771) $) NIL (|has| $ (-6 -4415)))))
+(((-1278 |#1| |#2| |#3| |#4|) (-13 (-1208 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3200 ((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3200 ((-3 $ "failed") (-644 |#4|))) (-15 -2808 ((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2808 ((-3 $ "failed") (-644 |#4|))) (-15 -1638 ((-644 $) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1638 ((-644 $) (-644 |#4|))))) (-558) (-793) (-850) (-1064 |#1| |#2| |#3|)) (T -1278))
+((-3200 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1278 *5 *6 *7 *8)))) (-3200 (*1 *1 *2) (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1278 *3 *4 *5 *6)))) (-2808 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1278 *5 *6 *7 *8)))) (-2808 (*1 *1 *2) (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1278 *3 *4 *5 *6)))) (-1638 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-644 *9)) (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793)) (-4 *8 (-850)) (-5 *2 (-644 (-1278 *6 *7 *8 *9))) (-5 *1 (-1278 *6 *7 *8 *9)))) (-1638 (*1 *2 *3) (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-1278 *4 *5 *6 *7))) (-5 *1 (-1278 *4 *5 *6 *7)))))
+(-13 (-1208 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3200 ((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3200 ((-3 $ "failed") (-644 |#4|))) (-15 -2808 ((-3 $ "failed") (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2808 ((-3 $ "failed") (-644 |#4|))) (-15 -1638 ((-644 $) (-644 |#4|) (-1 (-112) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1638 ((-644 $) (-644 |#4|)))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-3569 (((-3 $ "failed") $ $) 20)) (-4145 (($) 18 T CONST)) (-4185 (((-3 $ "failed") $) 37)) (-1568 (((-112) $) 35)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#1|) 45)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ |#1|) 47) (($ |#1| $) 46)))
+(((-1279 |#1|) (-140) (-1049)) (T -1279))
NIL
(-13 (-1049) (-111 |t#1| |t#1|) (-616 |t#1|) (-10 -7 (IF (|has| |t#1| (-172)) (-6 (-38 |t#1|)) |%noBranch|)))
(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-172)) ((-102) . T) ((-111 |#1| |#1|) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 |#1|) |has| |#1| (-172)) ((-717 |#1|) |has| |#1| (-172)) ((-726) . T) ((-1051 |#1|) . T) ((-1056 |#1|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T))
-((-2988 (((-112) $ $) 67)) (-3230 (((-112) $) NIL)) (-4111 (((-644 |#1|) $) 52)) (-3990 (($ $ (-771)) 46)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1324 (($ $ (-771)) 24 (|has| |#2| (-172))) (($ $ $) 25 (|has| |#2| (-172)))) (-2463 (($) NIL T CONST)) (-3356 (($ $ $) 70) (($ $ (-819 |#1|)) 56) (($ $ |#1|) 60)) (-2229 (((-3 (-819 |#1|) "failed") $) NIL)) (-4158 (((-819 |#1|) $) NIL)) (-2814 (($ $) 39)) (-3245 (((-3 $ "failed") $) NIL)) (-4177 (((-112) $) NIL)) (-2291 (($ $) NIL)) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-4325 (($ (-819 |#1|) |#2|) 38)) (-2795 (($ $) 40)) (-2270 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) 12)) (-3342 (((-819 |#1|) $) NIL)) (-4340 (((-819 |#1|) $) 41)) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-3722 (($ $ $) 69) (($ $ (-819 |#1|)) 58) (($ $ |#1|) 62)) (-1978 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2784 (((-819 |#1|) $) 35)) (-2794 ((|#2| $) 37)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3902 (((-771) $) 43)) (-3705 (((-112) $) 47)) (-1623 ((|#2| $) NIL)) (-3152 (((-862) $) NIL) (($ (-819 |#1|)) 30) (($ |#1|) 31) (($ |#2|) NIL) (($ (-566)) NIL)) (-1643 (((-644 |#2|) $) NIL)) (-2271 ((|#2| $ (-819 |#1|)) NIL)) (-2397 ((|#2| $ $) 76) ((|#2| $ (-819 |#1|)) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 13 T CONST)) (-4366 (($) 19 T CONST)) (-2203 (((-644 (-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2914 (((-112) $ $) 44)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 28)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#2| $) 27) (($ $ |#2|) 68) (($ |#2| (-819 |#1|)) NIL) (($ |#1| $) 33) (($ $ $) NIL)))
-(((-1279 |#1| |#2|) (-13 (-384 |#2| (-819 |#1|)) (-1285 |#1| |#2|)) (-850) (-1049)) (T -1279))
-NIL
-(-13 (-384 |#2| (-819 |#1|)) (-1285 |#1| |#2|))
-((-3619 ((|#3| |#3| (-771)) 30)) (-3521 ((|#3| |#3| (-771)) 36)) (-3046 ((|#3| |#3| |#3| (-771)) 37)))
-(((-1280 |#1| |#2| |#3|) (-10 -7 (-15 -3521 (|#3| |#3| (-771))) (-15 -3619 (|#3| |#3| (-771))) (-15 -3046 (|#3| |#3| |#3| (-771)))) (-13 (-1049) (-717 (-409 (-566)))) (-850) (-1285 |#2| |#1|)) (T -1280))
-((-3046 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566))))) (-4 *5 (-850)) (-5 *1 (-1280 *4 *5 *2)) (-4 *2 (-1285 *5 *4)))) (-3619 (*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566))))) (-4 *5 (-850)) (-5 *1 (-1280 *4 *5 *2)) (-4 *2 (-1285 *5 *4)))) (-3521 (*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566))))) (-4 *5 (-850)) (-5 *1 (-1280 *4 *5 *2)) (-4 *2 (-1285 *5 *4)))))
-(-10 -7 (-15 -3521 (|#3| |#3| (-771))) (-15 -3619 (|#3| |#3| (-771))) (-15 -3046 (|#3| |#3| |#3| (-771))))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-4111 (((-644 |#1|) $) 47)) (-3967 (((-3 $ "failed") $ $) 20)) (-1324 (($ $ $) 50 (|has| |#2| (-172))) (($ $ (-771)) 49 (|has| |#2| (-172)))) (-2463 (($) 18 T CONST)) (-3356 (($ $ |#1|) 61) (($ $ (-819 |#1|)) 60) (($ $ $) 59)) (-2229 (((-3 (-819 |#1|) "failed") $) 71)) (-4158 (((-819 |#1|) $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-4177 (((-112) $) 52)) (-2291 (($ $) 51)) (-2389 (((-112) $) 35)) (-2497 (((-112) $) 57)) (-4325 (($ (-819 |#1|) |#2|) 58)) (-2795 (($ $) 56)) (-2270 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) 67)) (-3342 (((-819 |#1|) $) 68)) (-2319 (($ (-1 |#2| |#2|) $) 48)) (-3722 (($ $ |#1|) 64) (($ $ (-819 |#1|)) 63) (($ $ $) 62)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3705 (((-112) $) 54)) (-1623 ((|#2| $) 53)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#2|) 75) (($ (-819 |#1|)) 70) (($ |#1|) 55)) (-2397 ((|#2| $ (-819 |#1|)) 66) ((|#2| $ $) 65)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ |#2| $) 74) (($ $ |#2|) 73) (($ |#1| $) 69)))
-(((-1281 |#1| |#2|) (-140) (-850) (-1049)) (T -1281))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1281 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-3342 (*1 *2 *1) (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-819 *3)))) (-2270 (*1 *2 *1) (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-2 (|:| |k| (-819 *3)) (|:| |c| *4))))) (-2397 (*1 *2 *1 *3) (-12 (-5 *3 (-819 *4)) (-4 *1 (-1281 *4 *2)) (-4 *4 (-850)) (-4 *2 (-1049)))) (-2397 (*1 *2 *1 *1) (-12 (-4 *1 (-1281 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049)))) (-3722 (*1 *1 *1 *2) (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-3722 (*1 *1 *1 *2) (-12 (-5 *2 (-819 *3)) (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))) (-3722 (*1 *1 *1 *1) (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-3356 (*1 *1 *1 *2) (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-3356 (*1 *1 *1 *2) (-12 (-5 *2 (-819 *3)) (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))) (-3356 (*1 *1 *1 *1) (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-4325 (*1 *1 *2 *3) (-12 (-5 *2 (-819 *4)) (-4 *4 (-850)) (-4 *1 (-1281 *4 *3)) (-4 *3 (-1049)))) (-2497 (*1 *2 *1) (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-112)))) (-2795 (*1 *1 *1) (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-3152 (*1 *1 *2) (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-3705 (*1 *2 *1) (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-112)))) (-1623 (*1 *2 *1) (-12 (-4 *1 (-1281 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049)))) (-4177 (*1 *2 *1) (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-112)))) (-2291 (*1 *1 *1) (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-1324 (*1 *1 *1 *1) (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)) (-4 *3 (-172)))) (-1324 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-4 *4 (-172)))) (-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))) (-4111 (*1 *2 *1) (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-644 *3)))))
-(-13 (-1049) (-1278 |t#2|) (-1038 (-819 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -3342 ((-819 |t#1|) $)) (-15 -2270 ((-2 (|:| |k| (-819 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -2397 (|t#2| $ (-819 |t#1|))) (-15 -2397 (|t#2| $ $)) (-15 -3722 ($ $ |t#1|)) (-15 -3722 ($ $ (-819 |t#1|))) (-15 -3722 ($ $ $)) (-15 -3356 ($ $ |t#1|)) (-15 -3356 ($ $ (-819 |t#1|))) (-15 -3356 ($ $ $)) (-15 -4325 ($ (-819 |t#1|) |t#2|)) (-15 -2497 ((-112) $)) (-15 -2795 ($ $)) (-15 -3152 ($ |t#1|)) (-15 -3705 ((-112) $)) (-15 -1623 (|t#2| $)) (-15 -4177 ((-112) $)) (-15 -2291 ($ $)) (IF (|has| |t#2| (-172)) (PROGN (-15 -1324 ($ $ $)) (-15 -1324 ($ $ (-771)))) |%noBranch|) (-15 -2319 ($ (-1 |t#2| |t#2|) $)) (-15 -4111 ((-644 |t#1|) $)) (IF (|has| |t#2| (-6 -4407)) (-6 -4407) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 #0=(-819 |#1|)) . T) ((-616 |#2|) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#2|) . T) ((-646 $) . T) ((-648 |#2|) . T) ((-648 $) . T) ((-640 |#2|) |has| |#2| (-172)) ((-717 |#2|) |has| |#2| (-172)) ((-726) . T) ((-1038 #0#) . T) ((-1051 |#2|) . T) ((-1056 |#2|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1278 |#2|) . T))
-((-1972 (((-112) $) 15)) (-4217 (((-112) $) 14)) (-2198 (($ $) 19) (($ $ (-771)) 21)))
-(((-1282 |#1| |#2|) (-10 -8 (-15 -2198 (|#1| |#1| (-771))) (-15 -2198 (|#1| |#1|)) (-15 -1972 ((-112) |#1|)) (-15 -4217 ((-112) |#1|))) (-1283 |#2|) (-365)) (T -1282))
-NIL
-(-10 -8 (-15 -2198 (|#1| |#1| (-771))) (-15 -2198 (|#1| |#1|)) (-15 -1972 ((-112) |#1|)) (-15 -4217 ((-112) |#1|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-2112 (((-2 (|:| -2896 $) (|:| -4401 $) (|:| |associate| $)) $) 47)) (-2161 (($ $) 46)) (-2345 (((-112) $) 44)) (-1972 (((-112) $) 104)) (-2818 (((-771)) 100)) (-3967 (((-3 $ "failed") $ $) 20)) (-1378 (($ $) 81)) (-1364 (((-420 $) $) 80)) (-2085 (((-112) $ $) 65)) (-2463 (($) 18 T CONST)) (-2229 (((-3 |#1| "failed") $) 111)) (-4158 ((|#1| $) 112)) (-2933 (($ $ $) 61)) (-3245 (((-3 $ "failed") $) 37)) (-2945 (($ $ $) 62)) (-3255 (((-2 (|:| -2397 (-644 $)) (|:| -3302 $)) (-644 $)) 57)) (-1574 (($ $ (-771)) 97 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) 96 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1615 (((-112) $) 79)) (-2679 (((-833 (-921)) $) 94 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2389 (((-112) $) 35)) (-3816 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-2128 (($ $ $) 52) (($ (-644 $)) 51)) (-3380 (((-1157) $) 10)) (-2748 (($ $) 78)) (-3653 (((-112) $) 103)) (-4072 (((-1119) $) 11)) (-4170 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-2164 (($ $ $) 54) (($ (-644 $)) 53)) (-1624 (((-420 $) $) 82)) (-1686 (((-833 (-921))) 101)) (-3005 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3302 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-2978 (((-3 $ "failed") $ $) 48)) (-2915 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-4357 (((-771) $) 64)) (-4100 (((-2 (|:| -2631 $) (|:| -3264 $)) $ $) 63)) (-3169 (((-3 (-771) "failed") $ $) 95 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-3126 (((-134)) 109)) (-3902 (((-833 (-921)) $) 102)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ |#1|) 110)) (-2633 (((-3 $ "failed") $) 93 (-2768 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-3014 (((-112) $ $) 45)) (-4217 (((-112) $) 105)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2198 (($ $) 99 (|has| |#1| (-370))) (($ $ (-771)) 98 (|has| |#1| (-370)))) (-2914 (((-112) $ $) 6)) (-3025 (($ $ $) 73) (($ $ |#1|) 108)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75) (($ $ |#1|) 107) (($ |#1| $) 106)))
-(((-1283 |#1|) (-140) (-365)) (T -1283))
-((-4217 (*1 *2 *1) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-112)))) (-1972 (*1 *2 *1) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-112)))) (-3653 (*1 *2 *1) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-112)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-833 (-921))))) (-1686 (*1 *2) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-833 (-921))))) (-2818 (*1 *2) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-771)))) (-2198 (*1 *1 *1) (-12 (-4 *1 (-1283 *2)) (-4 *2 (-365)) (-4 *2 (-370)))) (-2198 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-4 *3 (-370)))))
-(-13 (-365) (-1038 |t#1|) (-1271 |t#1|) (-10 -8 (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-404)) |%noBranch|) (-15 -4217 ((-112) $)) (-15 -1972 ((-112) $)) (-15 -3653 ((-112) $)) (-15 -3902 ((-833 (-921)) $)) (-15 -1686 ((-833 (-921)))) (-15 -2818 ((-771))) (IF (|has| |t#1| (-370)) (PROGN (-6 (-404)) (-15 -2198 ($ $)) (-15 -2198 ($ $ (-771)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2768 (|has| |#1| (-370)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-404) -2768 (|has| |#1| (-370)) (|has| |#1| (-145))) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 |#1|) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 |#1|) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1038 |#1|) . T) ((-1051 #0#) . T) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1218) . T) ((-1271 |#1|) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4111 (((-644 |#1|) $) 99)) (-3990 (($ $ (-771)) 103)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1324 (($ $ $) NIL (|has| |#2| (-172))) (($ $ (-771)) NIL (|has| |#2| (-172)))) (-2463 (($) NIL T CONST)) (-3356 (($ $ |#1|) NIL) (($ $ (-819 |#1|)) NIL) (($ $ $) NIL)) (-2229 (((-3 (-819 |#1|) "failed") $) NIL) (((-3 (-893 |#1|) "failed") $) NIL)) (-4158 (((-819 |#1|) $) NIL) (((-893 |#1|) $) NIL)) (-2814 (($ $) 102)) (-3245 (((-3 $ "failed") $) NIL)) (-4177 (((-112) $) 91)) (-2291 (($ $) 94)) (-2014 (($ $ $ (-771)) 104)) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-4325 (($ (-819 |#1|) |#2|) NIL) (($ (-893 |#1|) |#2|) 29)) (-2795 (($ $) 121)) (-2270 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3342 (((-819 |#1|) $) NIL)) (-4340 (((-819 |#1|) $) NIL)) (-2319 (($ (-1 |#2| |#2|) $) NIL)) (-3722 (($ $ |#1|) NIL) (($ $ (-819 |#1|)) NIL) (($ $ $) NIL)) (-3619 (($ $ (-771)) 114 (|has| |#2| (-717 (-409 (-566)))))) (-1978 (((-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2784 (((-893 |#1|) $) 84)) (-2794 ((|#2| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3521 (($ $ (-771)) 111 (|has| |#2| (-717 (-409 (-566)))))) (-3902 (((-771) $) 100)) (-3705 (((-112) $) 85)) (-1623 ((|#2| $) 89)) (-3152 (((-862) $) 70) (($ (-566)) NIL) (($ |#2|) 60) (($ (-819 |#1|)) NIL) (($ |#1|) 72) (($ (-893 |#1|)) NIL) (($ (-664 |#1| |#2|)) 48) (((-1279 |#1| |#2|) $) 77) (((-1288 |#1| |#2|) $) 82)) (-1643 (((-644 |#2|) $) NIL)) (-2271 ((|#2| $ (-893 |#1|)) NIL)) (-2397 ((|#2| $ (-819 |#1|)) NIL) ((|#2| $ $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 21 T CONST)) (-4366 (($) 28 T CONST)) (-2203 (((-644 (-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2694 (((-3 (-664 |#1| |#2|) "failed") $) 120)) (-2914 (((-112) $ $) 78)) (-3012 (($ $) 113) (($ $ $) 112)) (-3002 (($ $ $) 20)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 49) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-893 |#1|)) NIL)))
-(((-1284 |#1| |#2|) (-13 (-1285 |#1| |#2|) (-384 |#2| (-893 |#1|)) (-10 -8 (-15 -3152 ($ (-664 |#1| |#2|))) (-15 -3152 ((-1279 |#1| |#2|) $)) (-15 -3152 ((-1288 |#1| |#2|) $)) (-15 -2694 ((-3 (-664 |#1| |#2|) "failed") $)) (-15 -2014 ($ $ $ (-771))) (IF (|has| |#2| (-717 (-409 (-566)))) (PROGN (-15 -3521 ($ $ (-771))) (-15 -3619 ($ $ (-771)))) |%noBranch|))) (-850) (-172)) (T -1284))
-((-3152 (*1 *1 *2) (-12 (-5 *2 (-664 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *1 (-1284 *3 *4)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-1279 *3 *4)) (-5 *1 (-1284 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-3152 (*1 *2 *1) (-12 (-5 *2 (-1288 *3 *4)) (-5 *1 (-1284 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-2694 (*1 *2 *1) (|partial| -12 (-5 *2 (-664 *3 *4)) (-5 *1 (-1284 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-2014 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1284 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-3521 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1284 *3 *4)) (-4 *4 (-717 (-409 (-566)))) (-4 *3 (-850)) (-4 *4 (-172)))) (-3619 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1284 *3 *4)) (-4 *4 (-717 (-409 (-566)))) (-4 *3 (-850)) (-4 *4 (-172)))))
-(-13 (-1285 |#1| |#2|) (-384 |#2| (-893 |#1|)) (-10 -8 (-15 -3152 ($ (-664 |#1| |#2|))) (-15 -3152 ((-1279 |#1| |#2|) $)) (-15 -3152 ((-1288 |#1| |#2|) $)) (-15 -2694 ((-3 (-664 |#1| |#2|) "failed") $)) (-15 -2014 ($ $ $ (-771))) (IF (|has| |#2| (-717 (-409 (-566)))) (PROGN (-15 -3521 ($ $ (-771))) (-15 -3619 ($ $ (-771)))) |%noBranch|)))
-((-2988 (((-112) $ $) 7)) (-3230 (((-112) $) 17)) (-4111 (((-644 |#1|) $) 47)) (-3990 (($ $ (-771)) 80)) (-3967 (((-3 $ "failed") $ $) 20)) (-1324 (($ $ $) 50 (|has| |#2| (-172))) (($ $ (-771)) 49 (|has| |#2| (-172)))) (-2463 (($) 18 T CONST)) (-3356 (($ $ |#1|) 61) (($ $ (-819 |#1|)) 60) (($ $ $) 59)) (-2229 (((-3 (-819 |#1|) "failed") $) 71)) (-4158 (((-819 |#1|) $) 72)) (-3245 (((-3 $ "failed") $) 37)) (-4177 (((-112) $) 52)) (-2291 (($ $) 51)) (-2389 (((-112) $) 35)) (-2497 (((-112) $) 57)) (-4325 (($ (-819 |#1|) |#2|) 58)) (-2795 (($ $) 56)) (-2270 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) 67)) (-3342 (((-819 |#1|) $) 68)) (-4340 (((-819 |#1|) $) 82)) (-2319 (($ (-1 |#2| |#2|) $) 48)) (-3722 (($ $ |#1|) 64) (($ $ (-819 |#1|)) 63) (($ $ $) 62)) (-3380 (((-1157) $) 10)) (-4072 (((-1119) $) 11)) (-3902 (((-771) $) 81)) (-3705 (((-112) $) 54)) (-1623 ((|#2| $) 53)) (-3152 (((-862) $) 12) (($ (-566)) 33) (($ |#2|) 75) (($ (-819 |#1|)) 70) (($ |#1|) 55)) (-2397 ((|#2| $ (-819 |#1|)) 66) ((|#2| $ $) 65)) (-2593 (((-771)) 32 T CONST)) (-3044 (((-112) $ $) 9)) (-4356 (($) 19 T CONST)) (-4366 (($) 34 T CONST)) (-2914 (((-112) $ $) 6)) (-3012 (($ $) 23) (($ $ $) 22)) (-3002 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ |#2| $) 74) (($ $ |#2|) 73) (($ |#1| $) 69)))
-(((-1285 |#1| |#2|) (-140) (-850) (-1049)) (T -1285))
-((-4340 (*1 *2 *1) (-12 (-4 *1 (-1285 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-819 *3)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-1285 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-771)))) (-3990 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1285 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))))
-(-13 (-1281 |t#1| |t#2|) (-10 -8 (-15 -4340 ((-819 |t#1|) $)) (-15 -3902 ((-771) $)) (-15 -3990 ($ $ (-771)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 #0=(-819 |#1|)) . T) ((-616 |#2|) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#2|) . T) ((-646 $) . T) ((-648 |#2|) . T) ((-648 $) . T) ((-640 |#2|) |has| |#2| (-172)) ((-717 |#2|) |has| |#2| (-172)) ((-726) . T) ((-1038 #0#) . T) ((-1051 |#2|) . T) ((-1056 |#2|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1278 |#2|) . T) ((-1281 |#1| |#2|) . T))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-4111 (((-644 (-1175)) $) NIL)) (-3132 (($ (-1279 (-1175) |#1|)) NIL)) (-3990 (($ $ (-771)) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1324 (($ $ $) NIL (|has| |#1| (-172))) (($ $ (-771)) NIL (|has| |#1| (-172)))) (-2463 (($) NIL T CONST)) (-3356 (($ $ (-1175)) NIL) (($ $ (-819 (-1175))) NIL) (($ $ $) NIL)) (-2229 (((-3 (-819 (-1175)) "failed") $) NIL)) (-4158 (((-819 (-1175)) $) NIL)) (-3245 (((-3 $ "failed") $) NIL)) (-4177 (((-112) $) NIL)) (-2291 (($ $) NIL)) (-2389 (((-112) $) NIL)) (-2497 (((-112) $) NIL)) (-4325 (($ (-819 (-1175)) |#1|) NIL)) (-2795 (($ $) NIL)) (-2270 (((-2 (|:| |k| (-819 (-1175))) (|:| |c| |#1|)) $) NIL)) (-3342 (((-819 (-1175)) $) NIL)) (-4340 (((-819 (-1175)) $) NIL)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-3722 (($ $ (-1175)) NIL) (($ $ (-819 (-1175))) NIL) (($ $ $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3640 (((-1279 (-1175) |#1|) $) NIL)) (-3902 (((-771) $) NIL)) (-3705 (((-112) $) NIL)) (-1623 ((|#1| $) NIL)) (-3152 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-819 (-1175))) NIL) (($ (-1175)) NIL)) (-2397 ((|#1| $ (-819 (-1175))) NIL) ((|#1| $ $) NIL)) (-2593 (((-771)) NIL T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) NIL T CONST)) (-4180 (((-644 (-2 (|:| |k| (-1175)) (|:| |c| $))) $) NIL)) (-4366 (($) NIL T CONST)) (-2914 (((-112) $ $) NIL)) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1175) $) NIL)))
-(((-1286 |#1|) (-13 (-1285 (-1175) |#1|) (-10 -8 (-15 -3640 ((-1279 (-1175) |#1|) $)) (-15 -3132 ($ (-1279 (-1175) |#1|))) (-15 -4180 ((-644 (-2 (|:| |k| (-1175)) (|:| |c| $))) $)))) (-1049)) (T -1286))
-((-3640 (*1 *2 *1) (-12 (-5 *2 (-1279 (-1175) *3)) (-5 *1 (-1286 *3)) (-4 *3 (-1049)))) (-3132 (*1 *1 *2) (-12 (-5 *2 (-1279 (-1175) *3)) (-4 *3 (-1049)) (-5 *1 (-1286 *3)))) (-4180 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |k| (-1175)) (|:| |c| (-1286 *3))))) (-5 *1 (-1286 *3)) (-4 *3 (-1049)))))
-(-13 (-1285 (-1175) |#1|) (-10 -8 (-15 -3640 ((-1279 (-1175) |#1|) $)) (-15 -3132 ($ (-1279 (-1175) |#1|))) (-15 -4180 ((-644 (-2 (|:| |k| (-1175)) (|:| |c| $))) $))))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) NIL)) (-3967 (((-3 $ "failed") $ $) NIL)) (-2463 (($) NIL T CONST)) (-2229 (((-3 |#2| "failed") $) NIL)) (-4158 ((|#2| $) NIL)) (-2814 (($ $) NIL)) (-3245 (((-3 $ "failed") $) 42)) (-4177 (((-112) $) 35)) (-2291 (($ $) 37)) (-2389 (((-112) $) NIL)) (-3039 (((-771) $) NIL)) (-1587 (((-644 $) $) NIL)) (-2497 (((-112) $) NIL)) (-4325 (($ |#2| |#1|) NIL)) (-3342 ((|#2| $) 24)) (-4340 ((|#2| $) 22)) (-2319 (($ (-1 |#1| |#1|) $) NIL)) (-1978 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-2784 ((|#2| $) NIL)) (-2794 ((|#1| $) NIL)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3705 (((-112) $) 32)) (-1623 ((|#1| $) 33)) (-3152 (((-862) $) 65) (($ (-566)) 46) (($ |#1|) 41) (($ |#2|) NIL)) (-1643 (((-644 |#1|) $) NIL)) (-2271 ((|#1| $ |#2|) NIL)) (-2397 ((|#1| $ |#2|) 28)) (-2593 (((-771)) 14 T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 29 T CONST)) (-4366 (($) 11 T CONST)) (-2203 (((-644 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-2914 (((-112) $ $) 30)) (-3025 (($ $ |#1|) 67 (|has| |#1| (-365)))) (-3012 (($ $) NIL) (($ $ $) NIL)) (-3002 (($ $ $) 50)) (** (($ $ (-921)) NIL) (($ $ (-771)) 52)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 51) (($ |#1| $) 47) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-3000 (((-771) $) 16)))
-(((-1287 |#1| |#2|) (-13 (-1049) (-1278 |#1|) (-384 |#1| |#2|) (-616 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3000 ((-771) $)) (-15 -4340 (|#2| $)) (-15 -3342 (|#2| $)) (-15 -2814 ($ $)) (-15 -2397 (|#1| $ |#2|)) (-15 -3705 ((-112) $)) (-15 -1623 (|#1| $)) (-15 -4177 ((-112) $)) (-15 -2291 ($ $)) (-15 -2319 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-365)) (-15 -3025 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4407)) (-6 -4407) |%noBranch|) (IF (|has| |#1| (-6 -4411)) (-6 -4411) |%noBranch|) (IF (|has| |#1| (-6 -4412)) (-6 -4412) |%noBranch|))) (-1049) (-846)) (T -1287))
-((* (*1 *1 *1 *2) (-12 (-5 *1 (-1287 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))) (-2814 (*1 *1 *1) (-12 (-5 *1 (-1287 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))) (-2319 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-1287 *3 *4)) (-4 *4 (-846)))) (-3000 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1287 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-846)))) (-4340 (*1 *2 *1) (-12 (-4 *2 (-846)) (-5 *1 (-1287 *3 *2)) (-4 *3 (-1049)))) (-3342 (*1 *2 *1) (-12 (-4 *2 (-846)) (-5 *1 (-1287 *3 *2)) (-4 *3 (-1049)))) (-2397 (*1 *2 *1 *3) (-12 (-4 *2 (-1049)) (-5 *1 (-1287 *2 *3)) (-4 *3 (-846)))) (-3705 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1287 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-846)))) (-1623 (*1 *2 *1) (-12 (-4 *2 (-1049)) (-5 *1 (-1287 *2 *3)) (-4 *3 (-846)))) (-4177 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1287 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-846)))) (-2291 (*1 *1 *1) (-12 (-5 *1 (-1287 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))) (-3025 (*1 *1 *1 *2) (-12 (-5 *1 (-1287 *2 *3)) (-4 *2 (-365)) (-4 *2 (-1049)) (-4 *3 (-846)))))
-(-13 (-1049) (-1278 |#1|) (-384 |#1| |#2|) (-616 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -3000 ((-771) $)) (-15 -4340 (|#2| $)) (-15 -3342 (|#2| $)) (-15 -2814 ($ $)) (-15 -2397 (|#1| $ |#2|)) (-15 -3705 ((-112) $)) (-15 -1623 (|#1| $)) (-15 -4177 ((-112) $)) (-15 -2291 ($ $)) (-15 -2319 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-365)) (-15 -3025 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4407)) (-6 -4407) |%noBranch|) (IF (|has| |#1| (-6 -4411)) (-6 -4411) |%noBranch|) (IF (|has| |#1| (-6 -4412)) (-6 -4412) |%noBranch|)))
-((-2988 (((-112) $ $) 27)) (-3230 (((-112) $) NIL)) (-4111 (((-644 |#1|) $) 132)) (-3132 (($ (-1279 |#1| |#2|)) 50)) (-3990 (($ $ (-771)) 38)) (-3967 (((-3 $ "failed") $ $) NIL)) (-1324 (($ $ $) 54 (|has| |#2| (-172))) (($ $ (-771)) 52 (|has| |#2| (-172)))) (-2463 (($) NIL T CONST)) (-3356 (($ $ |#1|) 114) (($ $ (-819 |#1|)) 115) (($ $ $) 26)) (-2229 (((-3 (-819 |#1|) "failed") $) NIL)) (-4158 (((-819 |#1|) $) NIL)) (-3245 (((-3 $ "failed") $) 122)) (-4177 (((-112) $) 117)) (-2291 (($ $) 118)) (-2389 (((-112) $) NIL)) (-2497 (((-112) $) NIL)) (-4325 (($ (-819 |#1|) |#2|) 20)) (-2795 (($ $) NIL)) (-2270 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3342 (((-819 |#1|) $) 123)) (-4340 (((-819 |#1|) $) 126)) (-2319 (($ (-1 |#2| |#2|) $) 131)) (-3722 (($ $ |#1|) 112) (($ $ (-819 |#1|)) 113) (($ $ $) 62)) (-3380 (((-1157) $) NIL)) (-4072 (((-1119) $) NIL)) (-3640 (((-1279 |#1| |#2|) $) 94)) (-3902 (((-771) $) 129)) (-3705 (((-112) $) 81)) (-1623 ((|#2| $) 32)) (-3152 (((-862) $) 73) (($ (-566)) 87) (($ |#2|) 85) (($ (-819 |#1|)) 18) (($ |#1|) 84)) (-2397 ((|#2| $ (-819 |#1|)) 116) ((|#2| $ $) 28)) (-2593 (((-771)) 120 T CONST)) (-3044 (((-112) $ $) NIL)) (-4356 (($) 15 T CONST)) (-4180 (((-644 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59)) (-4366 (($) 33 T CONST)) (-2914 (((-112) $ $) 14)) (-3012 (($ $) 98) (($ $ $) 101)) (-3002 (($ $ $) 61)) (** (($ $ (-921)) NIL) (($ $ (-771)) 55)) (* (($ (-921) $) NIL) (($ (-771) $) 53) (($ (-566) $) 106) (($ $ $) 22) (($ |#2| $) 19) (($ $ |#2|) 21) (($ |#1| $) 92)))
-(((-1288 |#1| |#2|) (-13 (-1285 |#1| |#2|) (-10 -8 (-15 -3640 ((-1279 |#1| |#2|) $)) (-15 -3132 ($ (-1279 |#1| |#2|))) (-15 -4180 ((-644 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-850) (-1049)) (T -1288))
-((-3640 (*1 *2 *1) (-12 (-5 *2 (-1279 *3 *4)) (-5 *1 (-1288 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))) (-3132 (*1 *1 *2) (-12 (-5 *2 (-1279 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *1 (-1288 *3 *4)))) (-4180 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |k| *3) (|:| |c| (-1288 *3 *4))))) (-5 *1 (-1288 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))))
-(-13 (-1285 |#1| |#2|) (-10 -8 (-15 -3640 ((-1279 |#1| |#2|) $)) (-15 -3132 ($ (-1279 |#1| |#2|))) (-15 -4180 ((-644 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
-((-2481 (((-644 (-1155 |#1|)) (-1 (-644 (-1155 |#1|)) (-644 (-1155 |#1|))) (-566)) 20) (((-1155 |#1|) (-1 (-1155 |#1|) (-1155 |#1|))) 13)))
-(((-1289 |#1|) (-10 -7 (-15 -2481 ((-1155 |#1|) (-1 (-1155 |#1|) (-1155 |#1|)))) (-15 -2481 ((-644 (-1155 |#1|)) (-1 (-644 (-1155 |#1|)) (-644 (-1155 |#1|))) (-566)))) (-1214)) (T -1289))
-((-2481 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-644 (-1155 *5)) (-644 (-1155 *5)))) (-5 *4 (-566)) (-5 *2 (-644 (-1155 *5))) (-5 *1 (-1289 *5)) (-4 *5 (-1214)))) (-2481 (*1 *2 *3) (-12 (-5 *3 (-1 (-1155 *4) (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1289 *4)) (-4 *4 (-1214)))))
-(-10 -7 (-15 -2481 ((-1155 |#1|) (-1 (-1155 |#1|) (-1155 |#1|)))) (-15 -2481 ((-644 (-1155 |#1|)) (-1 (-644 (-1155 |#1|)) (-644 (-1155 |#1|))) (-566))))
-((-4218 (((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|))) 174) (((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112)) 173) (((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112)) 172) (((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112) (-112)) 171) (((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-1046 |#1| |#2|)) 156)) (-4234 (((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|))) 85) (((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112)) 84) (((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112) (-112)) 83)) (-1364 (((-644 (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))) (-1046 |#1| |#2|)) 73)) (-1976 (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|))) 140) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112)) 139) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112)) 138) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112) (-112)) 137) (((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|)) 132)) (-2728 (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|))) 145) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112)) 144) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112)) 143) (((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|)) 142)) (-2376 (((-644 (-780 |#1| (-864 |#3|))) (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))) 111) (((-1171 (-1024 (-409 |#1|))) (-1171 |#1|)) 102) (((-952 (-1024 (-409 |#1|))) (-780 |#1| (-864 |#3|))) 109) (((-952 (-1024 (-409 |#1|))) (-952 |#1|)) 107) (((-780 |#1| (-864 |#3|)) (-780 |#1| (-864 |#2|))) 33)))
-(((-1290 |#1| |#2| |#3|) (-10 -7 (-15 -4234 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112) (-112))) (-15 -4234 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112))) (-15 -4234 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-1046 |#1| |#2|))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112) (-112))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112) (-112))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)))) (-15 -2728 ((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|))) (-15 -2728 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -2728 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112))) (-15 -2728 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)))) (-15 -1364 ((-644 (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))) (-1046 |#1| |#2|))) (-15 -2376 ((-780 |#1| (-864 |#3|)) (-780 |#1| (-864 |#2|)))) (-15 -2376 ((-952 (-1024 (-409 |#1|))) (-952 |#1|))) (-15 -2376 ((-952 (-1024 (-409 |#1|))) (-780 |#1| (-864 |#3|)))) (-15 -2376 ((-1171 (-1024 (-409 |#1|))) (-1171 |#1|))) (-15 -2376 ((-644 (-780 |#1| (-864 |#3|))) (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))))) (-13 (-848) (-308) (-147) (-1022)) (-644 (-1175)) (-644 (-1175))) (T -1290))
-((-2376 (*1 *2 *3) (-12 (-5 *3 (-1145 *4 (-533 (-864 *6)) (-864 *6) (-780 *4 (-864 *6)))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-780 *4 (-864 *6)))) (-5 *1 (-1290 *4 *5 *6)) (-14 *5 (-644 (-1175))))) (-2376 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-1171 (-1024 (-409 *4)))) (-5 *1 (-1290 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-2376 (*1 *2 *3) (-12 (-5 *3 (-780 *4 (-864 *6))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *6 (-644 (-1175))) (-5 *2 (-952 (-1024 (-409 *4)))) (-5 *1 (-1290 *4 *5 *6)) (-14 *5 (-644 (-1175))))) (-2376 (*1 *2 *3) (-12 (-5 *3 (-952 *4)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-952 (-1024 (-409 *4)))) (-5 *1 (-1290 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-2376 (*1 *2 *3) (-12 (-5 *3 (-780 *4 (-864 *5))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-780 *4 (-864 *6))) (-5 *1 (-1290 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-1364 (*1 *2 *3) (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-1145 *4 (-533 (-864 *6)) (-864 *6) (-780 *4 (-864 *6))))) (-5 *1 (-1290 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-2728 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1290 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-2728 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-2728 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-2728 (*1 *2 *3) (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1290 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-1976 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1290 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-1976 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-1976 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-1976 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-1976 (*1 *2 *3) (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1290 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-4218 (*1 *2 *3) (-12 (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-2 (|:| -3149 (-1171 *4)) (|:| -3350 (-644 (-952 *4)))))) (-5 *1 (-1290 *4 *5 *6)) (-5 *3 (-644 (-952 *4))) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-4218 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5)))))) (-5 *1 (-1290 *5 *6 *7)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-4218 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5)))))) (-5 *1 (-1290 *5 *6 *7)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-4218 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5)))))) (-5 *1 (-1290 *5 *6 *7)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-4218 (*1 *2 *3) (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-2 (|:| -3149 (-1171 *4)) (|:| -3350 (-644 (-952 *4)))))) (-5 *1 (-1290 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-4234 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-1046 *4 *5))) (-5 *1 (-1290 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-4234 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1290 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-4234 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1290 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))))
-(-10 -7 (-15 -4234 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112) (-112))) (-15 -4234 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112))) (-15 -4234 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-1046 |#1| |#2|))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112) (-112))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112))) (-15 -4218 ((-644 (-2 (|:| -3149 (-1171 |#1|)) (|:| -3350 (-644 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112) (-112))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112))) (-15 -1976 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)))) (-15 -2728 ((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|))) (-15 -2728 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -2728 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112))) (-15 -2728 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)))) (-15 -1364 ((-644 (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))) (-1046 |#1| |#2|))) (-15 -2376 ((-780 |#1| (-864 |#3|)) (-780 |#1| (-864 |#2|)))) (-15 -2376 ((-952 (-1024 (-409 |#1|))) (-952 |#1|))) (-15 -2376 ((-952 (-1024 (-409 |#1|))) (-780 |#1| (-864 |#3|)))) (-15 -2376 ((-1171 (-1024 (-409 |#1|))) (-1171 |#1|))) (-15 -2376 ((-644 (-780 |#1| (-864 |#3|))) (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|))))))
-((-4138 (((-3 (-1264 (-409 (-566))) "failed") (-1264 |#1|) |#1|) 21)) (-1850 (((-112) (-1264 |#1|)) 12)) (-3019 (((-3 (-1264 (-566)) "failed") (-1264 |#1|)) 16)))
-(((-1291 |#1|) (-10 -7 (-15 -1850 ((-112) (-1264 |#1|))) (-15 -3019 ((-3 (-1264 (-566)) "failed") (-1264 |#1|))) (-15 -4138 ((-3 (-1264 (-409 (-566))) "failed") (-1264 |#1|) |#1|))) (-639 (-566))) (T -1291))
-((-4138 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1264 *4)) (-4 *4 (-639 (-566))) (-5 *2 (-1264 (-409 (-566)))) (-5 *1 (-1291 *4)))) (-3019 (*1 *2 *3) (|partial| -12 (-5 *3 (-1264 *4)) (-4 *4 (-639 (-566))) (-5 *2 (-1264 (-566))) (-5 *1 (-1291 *4)))) (-1850 (*1 *2 *3) (-12 (-5 *3 (-1264 *4)) (-4 *4 (-639 (-566))) (-5 *2 (-112)) (-5 *1 (-1291 *4)))))
-(-10 -7 (-15 -1850 ((-112) (-1264 |#1|))) (-15 -3019 ((-3 (-1264 (-566)) "failed") (-1264 |#1|))) (-15 -4138 ((-3 (-1264 (-409 (-566))) "failed") (-1264 |#1|) |#1|)))
-((-2988 (((-112) $ $) NIL)) (-3230 (((-112) $) 11)) (-3967 (((-3 $ "failed") $ $) NIL)) (-3870 (((-771)) 8)) (-2463 (($) NIL T CONST)) (-3245 (((-3 $ "failed") $) 58)) (-2715 (($) 49)) (-2389 (((-112) $) 57)) (-2621 (((-3 $ "failed") $) 40)) (-1866 (((-921) $) 15)) (-3380 (((-1157) $) NIL)) (-3289 (($) 32 T CONST)) (-2835 (($ (-921)) 50)) (-4072 (((-1119) $) NIL)) (-2376 (((-566) $) 13)) (-3152 (((-862) $) 27) (($ (-566)) 24)) (-2593 (((-771)) 9 T CONST)) (-3044 (((-112) $ $) 60)) (-4356 (($) 29 T CONST)) (-4366 (($) 31 T CONST)) (-2914 (((-112) $ $) 38)) (-3012 (($ $) 52) (($ $ $) 47)) (-3002 (($ $ $) 35)) (** (($ $ (-921)) NIL) (($ $ (-771)) 54)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 44) (($ $ $) 43)))
-(((-1292 |#1|) (-13 (-172) (-370) (-614 (-566)) (-1150)) (-921)) (T -1292))
+((-4124 (((-112) $ $) 67)) (-4014 (((-112) $) NIL)) (-1327 (((-644 |#1|) $) 52)) (-3791 (($ $ (-771)) 46)) (-3569 (((-3 $ "failed") $ $) NIL)) (-2725 (($ $ (-771)) 24 (|has| |#2| (-172))) (($ $ $) 25 (|has| |#2| (-172)))) (-4145 (($) NIL T CONST)) (-2781 (($ $ $) 70) (($ $ (-819 |#1|)) 56) (($ $ |#1|) 60)) (-1821 (((-3 (-819 |#1|) "failed") $) NIL)) (-3213 (((-819 |#1|) $) NIL)) (-4162 (($ $) 39)) (-4185 (((-3 $ "failed") $) NIL)) (-1859 (((-112) $) NIL)) (-3058 (($ $) NIL)) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3399 (($ (-819 |#1|) |#2|) 38)) (-4296 (($ $) 40)) (-2830 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) 12)) (-2602 (((-819 |#1|) $) NIL)) (-2925 (((-819 |#1|) $) 41)) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-2003 (($ $ $) 69) (($ $ (-819 |#1|)) 58) (($ $ |#1|) 62)) (-3028 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) NIL)) (-4125 (((-819 |#1|) $) 35)) (-4137 ((|#2| $) 37)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-4297 (((-771) $) 43)) (-3084 (((-112) $) 47)) (-4388 ((|#2| $) NIL)) (-1650 (((-862) $) NIL) (($ (-819 |#1|)) 30) (($ |#1|) 31) (($ |#2|) NIL) (($ (-566)) NIL)) (-2675 (((-644 |#2|) $) NIL)) (-2841 ((|#2| $ (-819 |#1|)) NIL)) (-2651 ((|#2| $ $) 76) ((|#2| $ (-819 |#1|)) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 13 T CONST)) (-3424 (($) 19 T CONST)) (-3415 (((-644 (-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2868 (((-112) $ $) 44)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 28)) (** (($ $ (-771)) NIL) (($ $ (-921)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ |#2| $) 27) (($ $ |#2|) 68) (($ |#2| (-819 |#1|)) NIL) (($ |#1| $) 33) (($ $ $) NIL)))
+(((-1280 |#1| |#2|) (-13 (-384 |#2| (-819 |#1|)) (-1286 |#1| |#2|)) (-850) (-1049)) (T -1280))
+NIL
+(-13 (-384 |#2| (-819 |#1|)) (-1286 |#1| |#2|))
+((-1658 ((|#3| |#3| (-771)) 30)) (-1983 ((|#3| |#3| (-771)) 36)) (-2681 ((|#3| |#3| |#3| (-771)) 37)))
+(((-1281 |#1| |#2| |#3|) (-10 -7 (-15 -1983 (|#3| |#3| (-771))) (-15 -1658 (|#3| |#3| (-771))) (-15 -2681 (|#3| |#3| |#3| (-771)))) (-13 (-1049) (-717 (-409 (-566)))) (-850) (-1286 |#2| |#1|)) (T -1281))
+((-2681 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566))))) (-4 *5 (-850)) (-5 *1 (-1281 *4 *5 *2)) (-4 *2 (-1286 *5 *4)))) (-1658 (*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566))))) (-4 *5 (-850)) (-5 *1 (-1281 *4 *5 *2)) (-4 *2 (-1286 *5 *4)))) (-1983 (*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566))))) (-4 *5 (-850)) (-5 *1 (-1281 *4 *5 *2)) (-4 *2 (-1286 *5 *4)))))
+(-10 -7 (-15 -1983 (|#3| |#3| (-771))) (-15 -1658 (|#3| |#3| (-771))) (-15 -2681 (|#3| |#3| |#3| (-771))))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1327 (((-644 |#1|) $) 47)) (-3569 (((-3 $ "failed") $ $) 20)) (-2725 (($ $ $) 50 (|has| |#2| (-172))) (($ $ (-771)) 49 (|has| |#2| (-172)))) (-4145 (($) 18 T CONST)) (-2781 (($ $ |#1|) 61) (($ $ (-819 |#1|)) 60) (($ $ $) 59)) (-1821 (((-3 (-819 |#1|) "failed") $) 71)) (-3213 (((-819 |#1|) $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-1859 (((-112) $) 52)) (-3058 (($ $) 51)) (-1568 (((-112) $) 35)) (-3220 (((-112) $) 57)) (-3399 (($ (-819 |#1|) |#2|) 58)) (-4296 (($ $) 56)) (-2830 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) 67)) (-2602 (((-819 |#1|) $) 68)) (-1895 (($ (-1 |#2| |#2|) $) 48)) (-2003 (($ $ |#1|) 64) (($ $ (-819 |#1|)) 63) (($ $ $) 62)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-3084 (((-112) $) 54)) (-4388 ((|#2| $) 53)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#2|) 75) (($ (-819 |#1|)) 70) (($ |#1|) 55)) (-2651 ((|#2| $ (-819 |#1|)) 66) ((|#2| $ $) 65)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ |#2| $) 74) (($ $ |#2|) 73) (($ |#1| $) 69)))
+(((-1282 |#1| |#2|) (-140) (-850) (-1049)) (T -1282))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1282 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-2602 (*1 *2 *1) (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-819 *3)))) (-2830 (*1 *2 *1) (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-2 (|:| |k| (-819 *3)) (|:| |c| *4))))) (-2651 (*1 *2 *1 *3) (-12 (-5 *3 (-819 *4)) (-4 *1 (-1282 *4 *2)) (-4 *4 (-850)) (-4 *2 (-1049)))) (-2651 (*1 *2 *1 *1) (-12 (-4 *1 (-1282 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049)))) (-2003 (*1 *1 *1 *2) (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-2003 (*1 *1 *1 *2) (-12 (-5 *2 (-819 *3)) (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))) (-2003 (*1 *1 *1 *1) (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-2781 (*1 *1 *1 *2) (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-2781 (*1 *1 *1 *2) (-12 (-5 *2 (-819 *3)) (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))) (-2781 (*1 *1 *1 *1) (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-3399 (*1 *1 *2 *3) (-12 (-5 *2 (-819 *4)) (-4 *4 (-850)) (-4 *1 (-1282 *4 *3)) (-4 *3 (-1049)))) (-3220 (*1 *2 *1) (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-112)))) (-4296 (*1 *1 *1) (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-1650 (*1 *1 *2) (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-3084 (*1 *2 *1) (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-112)))) (-4388 (*1 *2 *1) (-12 (-4 *1 (-1282 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049)))) (-1859 (*1 *2 *1) (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-112)))) (-3058 (*1 *1 *1) (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))) (-2725 (*1 *1 *1 *1) (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)) (-4 *3 (-172)))) (-2725 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-4 *4 (-172)))) (-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))) (-1327 (*1 *2 *1) (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-644 *3)))))
+(-13 (-1049) (-1279 |t#2|) (-1038 (-819 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -2602 ((-819 |t#1|) $)) (-15 -2830 ((-2 (|:| |k| (-819 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -2651 (|t#2| $ (-819 |t#1|))) (-15 -2651 (|t#2| $ $)) (-15 -2003 ($ $ |t#1|)) (-15 -2003 ($ $ (-819 |t#1|))) (-15 -2003 ($ $ $)) (-15 -2781 ($ $ |t#1|)) (-15 -2781 ($ $ (-819 |t#1|))) (-15 -2781 ($ $ $)) (-15 -3399 ($ (-819 |t#1|) |t#2|)) (-15 -3220 ((-112) $)) (-15 -4296 ($ $)) (-15 -1650 ($ |t#1|)) (-15 -3084 ((-112) $)) (-15 -4388 (|t#2| $)) (-15 -1859 ((-112) $)) (-15 -3058 ($ $)) (IF (|has| |t#2| (-172)) (PROGN (-15 -2725 ($ $ $)) (-15 -2725 ($ $ (-771)))) |%noBranch|) (-15 -1895 ($ (-1 |t#2| |t#2|) $)) (-15 -1327 ((-644 |t#1|) $)) (IF (|has| |t#2| (-6 -4408)) (-6 -4408) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 #0=(-819 |#1|)) . T) ((-616 |#2|) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#2|) . T) ((-646 $) . T) ((-648 |#2|) . T) ((-648 $) . T) ((-640 |#2|) |has| |#2| (-172)) ((-717 |#2|) |has| |#2| (-172)) ((-726) . T) ((-1038 #0#) . T) ((-1051 |#2|) . T) ((-1056 |#2|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1279 |#2|) . T))
+((-2957 (((-112) $) 15)) (-4205 (((-112) $) 14)) (-3365 (($ $) 19) (($ $ (-771)) 21)))
+(((-1283 |#1| |#2|) (-10 -8 (-15 -3365 (|#1| |#1| (-771))) (-15 -3365 (|#1| |#1|)) (-15 -2957 ((-112) |#1|)) (-15 -4205 ((-112) |#1|))) (-1284 |#2|) (-365)) (T -1283))
+NIL
+(-10 -8 (-15 -3365 (|#1| |#1| (-771))) (-15 -3365 (|#1| |#1|)) (-15 -2957 ((-112) |#1|)) (-15 -4205 ((-112) |#1|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1860 (((-2 (|:| -2666 $) (|:| -4402 $) (|:| |associate| $)) $) 47)) (-4282 (($ $) 46)) (-2296 (((-112) $) 44)) (-2957 (((-112) $) 104)) (-3255 (((-771)) 100)) (-3569 (((-3 $ "failed") $ $) 20)) (-1778 (($ $) 81)) (-1615 (((-420 $) $) 80)) (-1621 (((-112) $ $) 65)) (-4145 (($) 18 T CONST)) (-1821 (((-3 |#1| "failed") $) 111)) (-3213 ((|#1| $) 112)) (-4067 (($ $ $) 61)) (-4185 (((-3 $ "failed") $) 37)) (-4078 (($ $ $) 62)) (-4294 (((-2 (|:| -2651 (-644 $)) (|:| -2529 $)) (-644 $)) 57)) (-3271 (($ $ (-771)) 97 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370)))) (($ $) 96 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2422 (((-112) $) 79)) (-2464 (((-833 (-921)) $) 94 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-1568 (((-112) $) 35)) (-1656 (((-3 (-644 $) "failed") (-644 $) $) 58)) (-1931 (($ $ $) 52) (($ (-644 $)) 51)) (-3057 (((-1157) $) 10)) (-4085 (($ $) 78)) (-2548 (((-112) $) 103)) (-2029 (((-1119) $) 11)) (-1790 (((-1171 $) (-1171 $) (-1171 $)) 50)) (-1962 (($ $ $) 54) (($ (-644 $)) 53)) (-3846 (((-420 $) $) 82)) (-1902 (((-833 (-921))) 101)) (-3594 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2529 $)) $ $) 60) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 59)) (-4116 (((-3 $ "failed") $ $) 48)) (-2871 (((-3 (-644 $) "failed") (-644 $) $) 56)) (-3075 (((-771) $) 64)) (-2307 (((-2 (|:| -2075 $) (|:| -4368 $)) $ $) 63)) (-1529 (((-3 (-771) "failed") $ $) 95 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2262 (((-134)) 109)) (-4297 (((-833 (-921)) $) 102)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ $) 49) (($ (-409 (-566))) 74) (($ |#1|) 110)) (-2097 (((-3 $ "failed") $) 93 (-2700 (|has| |#1| (-145)) (|has| |#1| (-370))))) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3679 (((-112) $ $) 45)) (-4205 (((-112) $) 105)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-3365 (($ $) 99 (|has| |#1| (-370))) (($ $ (-771)) 98 (|has| |#1| (-370)))) (-2868 (((-112) $ $) 6)) (-2990 (($ $ $) 73) (($ $ |#1|) 108)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36) (($ $ (-566)) 77)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ $ (-409 (-566))) 76) (($ (-409 (-566)) $) 75) (($ $ |#1|) 107) (($ |#1| $) 106)))
+(((-1284 |#1|) (-140) (-365)) (T -1284))
+((-4205 (*1 *2 *1) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-112)))) (-2957 (*1 *2 *1) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-112)))) (-2548 (*1 *2 *1) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-112)))) (-4297 (*1 *2 *1) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-833 (-921))))) (-1902 (*1 *2) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-833 (-921))))) (-3255 (*1 *2) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-771)))) (-3365 (*1 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-365)) (-4 *2 (-370)))) (-3365 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-4 *3 (-370)))))
+(-13 (-365) (-1038 |t#1|) (-1272 |t#1|) (-10 -8 (IF (|has| |t#1| (-147)) (-6 (-147)) |%noBranch|) (IF (|has| |t#1| (-145)) (-6 (-404)) |%noBranch|) (-15 -4205 ((-112) $)) (-15 -2957 ((-112) $)) (-15 -2548 ((-112) $)) (-15 -4297 ((-833 (-921)) $)) (-15 -1902 ((-833 (-921)))) (-15 -3255 ((-771))) (IF (|has| |t#1| (-370)) (PROGN (-6 (-404)) (-15 -3365 ($ $)) (-15 -3365 ($ $ (-771)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-409 (-566))) . T) ((-38 $) . T) ((-102) . T) ((-111 #0# #0#) . T) ((-111 |#1| |#1|) . T) ((-111 $ $) . T) ((-131) . T) ((-145) -2700 (|has| |#1| (-370)) (|has| |#1| (-145))) ((-147) |has| |#1| (-147)) ((-616 #0#) . T) ((-616 (-566)) . T) ((-616 |#1|) . T) ((-616 $) . T) ((-613 (-862)) . T) ((-172) . T) ((-243) . T) ((-291) . T) ((-308) . T) ((-365) . T) ((-404) -2700 (|has| |#1| (-370)) (|has| |#1| (-145))) ((-454) . T) ((-558) . T) ((-646 #0#) . T) ((-646 (-566)) . T) ((-646 |#1|) . T) ((-646 $) . T) ((-648 #0#) . T) ((-648 |#1|) . T) ((-648 $) . T) ((-640 #0#) . T) ((-640 |#1|) . T) ((-640 $) . T) ((-717 #0#) . T) ((-717 |#1|) . T) ((-717 $) . T) ((-726) . T) ((-920) . T) ((-1038 |#1|) . T) ((-1051 #0#) . T) ((-1051 |#1|) . T) ((-1051 $) . T) ((-1056 #0#) . T) ((-1056 |#1|) . T) ((-1056 $) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1219) . T) ((-1272 |#1|) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1327 (((-644 |#1|) $) 99)) (-3791 (($ $ (-771)) 103)) (-3569 (((-3 $ "failed") $ $) NIL)) (-2725 (($ $ $) NIL (|has| |#2| (-172))) (($ $ (-771)) NIL (|has| |#2| (-172)))) (-4145 (($) NIL T CONST)) (-2781 (($ $ |#1|) NIL) (($ $ (-819 |#1|)) NIL) (($ $ $) NIL)) (-1821 (((-3 (-819 |#1|) "failed") $) NIL) (((-3 (-893 |#1|) "failed") $) NIL)) (-3213 (((-819 |#1|) $) NIL) (((-893 |#1|) $) NIL)) (-4162 (($ $) 102)) (-4185 (((-3 $ "failed") $) NIL)) (-1859 (((-112) $) 91)) (-3058 (($ $) 94)) (-2139 (($ $ $ (-771)) 104)) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3399 (($ (-819 |#1|) |#2|) NIL) (($ (-893 |#1|) |#2|) 29)) (-4296 (($ $) 121)) (-2830 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2602 (((-819 |#1|) $) NIL)) (-2925 (((-819 |#1|) $) NIL)) (-1895 (($ (-1 |#2| |#2|) $) NIL)) (-2003 (($ $ |#1|) NIL) (($ $ (-819 |#1|)) NIL) (($ $ $) NIL)) (-1658 (($ $ (-771)) 114 (|has| |#2| (-717 (-409 (-566)))))) (-3028 (((-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|)) $) NIL)) (-4125 (((-893 |#1|) $) 84)) (-4137 ((|#2| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1983 (($ $ (-771)) 111 (|has| |#2| (-717 (-409 (-566)))))) (-4297 (((-771) $) 100)) (-3084 (((-112) $) 85)) (-4388 ((|#2| $) 89)) (-1650 (((-862) $) 70) (($ (-566)) NIL) (($ |#2|) 60) (($ (-819 |#1|)) NIL) (($ |#1|) 72) (($ (-893 |#1|)) NIL) (($ (-664 |#1| |#2|)) 48) (((-1280 |#1| |#2|) $) 77) (((-1289 |#1| |#2|) $) 82)) (-2675 (((-644 |#2|) $) NIL)) (-2841 ((|#2| $ (-893 |#1|)) NIL)) (-2651 ((|#2| $ (-819 |#1|)) NIL) ((|#2| $ $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 21 T CONST)) (-3424 (($) 28 T CONST)) (-3415 (((-644 (-2 (|:| |k| (-893 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1465 (((-3 (-664 |#1| |#2|) "failed") $) 120)) (-2868 (((-112) $ $) 78)) (-2977 (($ $) 113) (($ $ $) 112)) (-2964 (($ $ $) 20)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 49) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-893 |#1|)) NIL)))
+(((-1285 |#1| |#2|) (-13 (-1286 |#1| |#2|) (-384 |#2| (-893 |#1|)) (-10 -8 (-15 -1650 ($ (-664 |#1| |#2|))) (-15 -1650 ((-1280 |#1| |#2|) $)) (-15 -1650 ((-1289 |#1| |#2|) $)) (-15 -1465 ((-3 (-664 |#1| |#2|) "failed") $)) (-15 -2139 ($ $ $ (-771))) (IF (|has| |#2| (-717 (-409 (-566)))) (PROGN (-15 -1983 ($ $ (-771))) (-15 -1658 ($ $ (-771)))) |%noBranch|))) (-850) (-172)) (T -1285))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-664 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)) (-5 *1 (-1285 *3 *4)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-1280 *3 *4)) (-5 *1 (-1285 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-1650 (*1 *2 *1) (-12 (-5 *2 (-1289 *3 *4)) (-5 *1 (-1285 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-1465 (*1 *2 *1) (|partial| -12 (-5 *2 (-664 *3 *4)) (-5 *1 (-1285 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-2139 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1285 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172)))) (-1983 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1285 *3 *4)) (-4 *4 (-717 (-409 (-566)))) (-4 *3 (-850)) (-4 *4 (-172)))) (-1658 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1285 *3 *4)) (-4 *4 (-717 (-409 (-566)))) (-4 *3 (-850)) (-4 *4 (-172)))))
+(-13 (-1286 |#1| |#2|) (-384 |#2| (-893 |#1|)) (-10 -8 (-15 -1650 ($ (-664 |#1| |#2|))) (-15 -1650 ((-1280 |#1| |#2|) $)) (-15 -1650 ((-1289 |#1| |#2|) $)) (-15 -1465 ((-3 (-664 |#1| |#2|) "failed") $)) (-15 -2139 ($ $ $ (-771))) (IF (|has| |#2| (-717 (-409 (-566)))) (PROGN (-15 -1983 ($ $ (-771))) (-15 -1658 ($ $ (-771)))) |%noBranch|)))
+((-4124 (((-112) $ $) 7)) (-4014 (((-112) $) 17)) (-1327 (((-644 |#1|) $) 47)) (-3791 (($ $ (-771)) 80)) (-3569 (((-3 $ "failed") $ $) 20)) (-2725 (($ $ $) 50 (|has| |#2| (-172))) (($ $ (-771)) 49 (|has| |#2| (-172)))) (-4145 (($) 18 T CONST)) (-2781 (($ $ |#1|) 61) (($ $ (-819 |#1|)) 60) (($ $ $) 59)) (-1821 (((-3 (-819 |#1|) "failed") $) 71)) (-3213 (((-819 |#1|) $) 72)) (-4185 (((-3 $ "failed") $) 37)) (-1859 (((-112) $) 52)) (-3058 (($ $) 51)) (-1568 (((-112) $) 35)) (-3220 (((-112) $) 57)) (-3399 (($ (-819 |#1|) |#2|) 58)) (-4296 (($ $) 56)) (-2830 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) 67)) (-2602 (((-819 |#1|) $) 68)) (-2925 (((-819 |#1|) $) 82)) (-1895 (($ (-1 |#2| |#2|) $) 48)) (-2003 (($ $ |#1|) 64) (($ $ (-819 |#1|)) 63) (($ $ $) 62)) (-3057 (((-1157) $) 10)) (-2029 (((-1119) $) 11)) (-4297 (((-771) $) 81)) (-3084 (((-112) $) 54)) (-4388 ((|#2| $) 53)) (-1650 (((-862) $) 12) (($ (-566)) 33) (($ |#2|) 75) (($ (-819 |#1|)) 70) (($ |#1|) 55)) (-2651 ((|#2| $ (-819 |#1|)) 66) ((|#2| $ $) 65)) (-2910 (((-771)) 32 T CONST)) (-2657 (((-112) $ $) 9)) (-3410 (($) 19 T CONST)) (-3424 (($) 34 T CONST)) (-2868 (((-112) $ $) 6)) (-2977 (($ $) 23) (($ $ $) 22)) (-2964 (($ $ $) 15)) (** (($ $ (-921)) 28) (($ $ (-771)) 36)) (* (($ (-921) $) 14) (($ (-771) $) 16) (($ (-566) $) 24) (($ $ $) 27) (($ |#2| $) 74) (($ $ |#2|) 73) (($ |#1| $) 69)))
+(((-1286 |#1| |#2|) (-140) (-850) (-1049)) (T -1286))
+((-2925 (*1 *2 *1) (-12 (-4 *1 (-1286 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-819 *3)))) (-4297 (*1 *2 *1) (-12 (-4 *1 (-1286 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *2 (-771)))) (-3791 (*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-1286 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))))
+(-13 (-1282 |t#1| |t#2|) (-10 -8 (-15 -2925 ((-819 |t#1|) $)) (-15 -4297 ((-771) $)) (-15 -3791 ($ $ (-771)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-172)) ((-102) . T) ((-111 |#2| |#2|) . T) ((-131) . T) ((-616 (-566)) . T) ((-616 #0=(-819 |#1|)) . T) ((-616 |#2|) . T) ((-613 (-862)) . T) ((-646 (-566)) . T) ((-646 |#2|) . T) ((-646 $) . T) ((-648 |#2|) . T) ((-648 $) . T) ((-640 |#2|) |has| |#2| (-172)) ((-717 |#2|) |has| |#2| (-172)) ((-726) . T) ((-1038 #0#) . T) ((-1051 |#2|) . T) ((-1056 |#2|) . T) ((-1049) . T) ((-1057) . T) ((-1111) . T) ((-1099) . T) ((-1279 |#2|) . T) ((-1282 |#1| |#2|) . T))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-1327 (((-644 (-1175)) $) NIL)) (-2318 (($ (-1280 (-1175) |#1|)) NIL)) (-3791 (($ $ (-771)) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-2725 (($ $ $) NIL (|has| |#1| (-172))) (($ $ (-771)) NIL (|has| |#1| (-172)))) (-4145 (($) NIL T CONST)) (-2781 (($ $ (-1175)) NIL) (($ $ (-819 (-1175))) NIL) (($ $ $) NIL)) (-1821 (((-3 (-819 (-1175)) "failed") $) NIL)) (-3213 (((-819 (-1175)) $) NIL)) (-4185 (((-3 $ "failed") $) NIL)) (-1859 (((-112) $) NIL)) (-3058 (($ $) NIL)) (-1568 (((-112) $) NIL)) (-3220 (((-112) $) NIL)) (-3399 (($ (-819 (-1175)) |#1|) NIL)) (-4296 (($ $) NIL)) (-2830 (((-2 (|:| |k| (-819 (-1175))) (|:| |c| |#1|)) $) NIL)) (-2602 (((-819 (-1175)) $) NIL)) (-2925 (((-819 (-1175)) $) NIL)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-2003 (($ $ (-1175)) NIL) (($ $ (-819 (-1175))) NIL) (($ $ $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1967 (((-1280 (-1175) |#1|) $) NIL)) (-4297 (((-771) $) NIL)) (-3084 (((-112) $) NIL)) (-4388 ((|#1| $) NIL)) (-1650 (((-862) $) NIL) (($ (-566)) NIL) (($ |#1|) NIL) (($ (-819 (-1175))) NIL) (($ (-1175)) NIL)) (-2651 ((|#1| $ (-819 (-1175))) NIL) ((|#1| $ $) NIL)) (-2910 (((-771)) NIL T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) NIL T CONST)) (-1885 (((-644 (-2 (|:| |k| (-1175)) (|:| |c| $))) $) NIL)) (-3424 (($) NIL T CONST)) (-2868 (((-112) $ $) NIL)) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) NIL)) (** (($ $ (-921)) NIL) (($ $ (-771)) NIL)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1175) $) NIL)))
+(((-1287 |#1|) (-13 (-1286 (-1175) |#1|) (-10 -8 (-15 -1967 ((-1280 (-1175) |#1|) $)) (-15 -2318 ($ (-1280 (-1175) |#1|))) (-15 -1885 ((-644 (-2 (|:| |k| (-1175)) (|:| |c| $))) $)))) (-1049)) (T -1287))
+((-1967 (*1 *2 *1) (-12 (-5 *2 (-1280 (-1175) *3)) (-5 *1 (-1287 *3)) (-4 *3 (-1049)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-1280 (-1175) *3)) (-4 *3 (-1049)) (-5 *1 (-1287 *3)))) (-1885 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |k| (-1175)) (|:| |c| (-1287 *3))))) (-5 *1 (-1287 *3)) (-4 *3 (-1049)))))
+(-13 (-1286 (-1175) |#1|) (-10 -8 (-15 -1967 ((-1280 (-1175) |#1|) $)) (-15 -2318 ($ (-1280 (-1175) |#1|))) (-15 -1885 ((-644 (-2 (|:| |k| (-1175)) (|:| |c| $))) $))))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) NIL)) (-3569 (((-3 $ "failed") $ $) NIL)) (-4145 (($) NIL T CONST)) (-1821 (((-3 |#2| "failed") $) NIL)) (-3213 ((|#2| $) NIL)) (-4162 (($ $) NIL)) (-4185 (((-3 $ "failed") $) 42)) (-1859 (((-112) $) 35)) (-3058 (($ $) 37)) (-1568 (((-112) $) NIL)) (-2606 (((-771) $) NIL)) (-3400 (((-644 $) $) NIL)) (-3220 (((-112) $) NIL)) (-3399 (($ |#2| |#1|) NIL)) (-2602 ((|#2| $) 24)) (-2925 ((|#2| $) 22)) (-1895 (($ (-1 |#1| |#1|) $) NIL)) (-3028 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-4125 ((|#2| $) NIL)) (-4137 ((|#1| $) NIL)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-3084 (((-112) $) 32)) (-4388 ((|#1| $) 33)) (-1650 (((-862) $) 65) (($ (-566)) 46) (($ |#1|) 41) (($ |#2|) NIL)) (-2675 (((-644 |#1|) $) NIL)) (-2841 ((|#1| $ |#2|) NIL)) (-2651 ((|#1| $ |#2|) 28)) (-2910 (((-771)) 14 T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 29 T CONST)) (-3424 (($) 11 T CONST)) (-3415 (((-644 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-2868 (((-112) $ $) 30)) (-2990 (($ $ |#1|) 67 (|has| |#1| (-365)))) (-2977 (($ $) NIL) (($ $ $) NIL)) (-2964 (($ $ $) 50)) (** (($ $ (-921)) NIL) (($ $ (-771)) 52)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) NIL) (($ $ $) 51) (($ |#1| $) 47) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-4142 (((-771) $) 16)))
+(((-1288 |#1| |#2|) (-13 (-1049) (-1279 |#1|) (-384 |#1| |#2|) (-616 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -4142 ((-771) $)) (-15 -2925 (|#2| $)) (-15 -2602 (|#2| $)) (-15 -4162 ($ $)) (-15 -2651 (|#1| $ |#2|)) (-15 -3084 ((-112) $)) (-15 -4388 (|#1| $)) (-15 -1859 ((-112) $)) (-15 -3058 ($ $)) (-15 -1895 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-365)) (-15 -2990 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4408)) (-6 -4408) |%noBranch|) (IF (|has| |#1| (-6 -4412)) (-6 -4412) |%noBranch|) (IF (|has| |#1| (-6 -4413)) (-6 -4413) |%noBranch|))) (-1049) (-846)) (T -1288))
+((* (*1 *1 *1 *2) (-12 (-5 *1 (-1288 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))) (-4162 (*1 *1 *1) (-12 (-5 *1 (-1288 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))) (-1895 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-1288 *3 *4)) (-4 *4 (-846)))) (-4142 (*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1288 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-846)))) (-2925 (*1 *2 *1) (-12 (-4 *2 (-846)) (-5 *1 (-1288 *3 *2)) (-4 *3 (-1049)))) (-2602 (*1 *2 *1) (-12 (-4 *2 (-846)) (-5 *1 (-1288 *3 *2)) (-4 *3 (-1049)))) (-2651 (*1 *2 *1 *3) (-12 (-4 *2 (-1049)) (-5 *1 (-1288 *2 *3)) (-4 *3 (-846)))) (-3084 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1288 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-846)))) (-4388 (*1 *2 *1) (-12 (-4 *2 (-1049)) (-5 *1 (-1288 *2 *3)) (-4 *3 (-846)))) (-1859 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1288 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-846)))) (-3058 (*1 *1 *1) (-12 (-5 *1 (-1288 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))) (-2990 (*1 *1 *1 *2) (-12 (-5 *1 (-1288 *2 *3)) (-4 *2 (-365)) (-4 *2 (-1049)) (-4 *3 (-846)))))
+(-13 (-1049) (-1279 |#1|) (-384 |#1| |#2|) (-616 |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -4142 ((-771) $)) (-15 -2925 (|#2| $)) (-15 -2602 (|#2| $)) (-15 -4162 ($ $)) (-15 -2651 (|#1| $ |#2|)) (-15 -3084 ((-112) $)) (-15 -4388 (|#1| $)) (-15 -1859 ((-112) $)) (-15 -3058 ($ $)) (-15 -1895 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-365)) (-15 -2990 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4408)) (-6 -4408) |%noBranch|) (IF (|has| |#1| (-6 -4412)) (-6 -4412) |%noBranch|) (IF (|has| |#1| (-6 -4413)) (-6 -4413) |%noBranch|)))
+((-4124 (((-112) $ $) 27)) (-4014 (((-112) $) NIL)) (-1327 (((-644 |#1|) $) 132)) (-2318 (($ (-1280 |#1| |#2|)) 50)) (-3791 (($ $ (-771)) 38)) (-3569 (((-3 $ "failed") $ $) NIL)) (-2725 (($ $ $) 54 (|has| |#2| (-172))) (($ $ (-771)) 52 (|has| |#2| (-172)))) (-4145 (($) NIL T CONST)) (-2781 (($ $ |#1|) 114) (($ $ (-819 |#1|)) 115) (($ $ $) 26)) (-1821 (((-3 (-819 |#1|) "failed") $) NIL)) (-3213 (((-819 |#1|) $) NIL)) (-4185 (((-3 $ "failed") $) 122)) (-1859 (((-112) $) 117)) (-3058 (($ $) 118)) (-1568 (((-112) $) NIL)) (-3220 (((-112) $) NIL)) (-3399 (($ (-819 |#1|) |#2|) 20)) (-4296 (($ $) NIL)) (-2830 (((-2 (|:| |k| (-819 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2602 (((-819 |#1|) $) 123)) (-2925 (((-819 |#1|) $) 126)) (-1895 (($ (-1 |#2| |#2|) $) 131)) (-2003 (($ $ |#1|) 112) (($ $ (-819 |#1|)) 113) (($ $ $) 62)) (-3057 (((-1157) $) NIL)) (-2029 (((-1119) $) NIL)) (-1967 (((-1280 |#1| |#2|) $) 94)) (-4297 (((-771) $) 129)) (-3084 (((-112) $) 81)) (-4388 ((|#2| $) 32)) (-1650 (((-862) $) 73) (($ (-566)) 87) (($ |#2|) 85) (($ (-819 |#1|)) 18) (($ |#1|) 84)) (-2651 ((|#2| $ (-819 |#1|)) 116) ((|#2| $ $) 28)) (-2910 (((-771)) 120 T CONST)) (-2657 (((-112) $ $) NIL)) (-3410 (($) 15 T CONST)) (-1885 (((-644 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 59)) (-3424 (($) 33 T CONST)) (-2868 (((-112) $ $) 14)) (-2977 (($ $) 98) (($ $ $) 101)) (-2964 (($ $ $) 61)) (** (($ $ (-921)) NIL) (($ $ (-771)) 55)) (* (($ (-921) $) NIL) (($ (-771) $) 53) (($ (-566) $) 106) (($ $ $) 22) (($ |#2| $) 19) (($ $ |#2|) 21) (($ |#1| $) 92)))
+(((-1289 |#1| |#2|) (-13 (-1286 |#1| |#2|) (-10 -8 (-15 -1967 ((-1280 |#1| |#2|) $)) (-15 -2318 ($ (-1280 |#1| |#2|))) (-15 -1885 ((-644 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-850) (-1049)) (T -1289))
+((-1967 (*1 *2 *1) (-12 (-5 *2 (-1280 *3 *4)) (-5 *1 (-1289 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))) (-2318 (*1 *1 *2) (-12 (-5 *2 (-1280 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)) (-5 *1 (-1289 *3 *4)))) (-1885 (*1 *2 *1) (-12 (-5 *2 (-644 (-2 (|:| |k| *3) (|:| |c| (-1289 *3 *4))))) (-5 *1 (-1289 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))))
+(-13 (-1286 |#1| |#2|) (-10 -8 (-15 -1967 ((-1280 |#1| |#2|) $)) (-15 -2318 ($ (-1280 |#1| |#2|))) (-15 -1885 ((-644 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
+((-3593 (((-644 (-1155 |#1|)) (-1 (-644 (-1155 |#1|)) (-644 (-1155 |#1|))) (-566)) 20) (((-1155 |#1|) (-1 (-1155 |#1|) (-1155 |#1|))) 13)))
+(((-1290 |#1|) (-10 -7 (-15 -3593 ((-1155 |#1|) (-1 (-1155 |#1|) (-1155 |#1|)))) (-15 -3593 ((-644 (-1155 |#1|)) (-1 (-644 (-1155 |#1|)) (-644 (-1155 |#1|))) (-566)))) (-1215)) (T -1290))
+((-3593 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-644 (-1155 *5)) (-644 (-1155 *5)))) (-5 *4 (-566)) (-5 *2 (-644 (-1155 *5))) (-5 *1 (-1290 *5)) (-4 *5 (-1215)))) (-3593 (*1 *2 *3) (-12 (-5 *3 (-1 (-1155 *4) (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1290 *4)) (-4 *4 (-1215)))))
+(-10 -7 (-15 -3593 ((-1155 |#1|) (-1 (-1155 |#1|) (-1155 |#1|)))) (-15 -3593 ((-644 (-1155 |#1|)) (-1 (-644 (-1155 |#1|)) (-644 (-1155 |#1|))) (-566))))
+((-4216 (((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|))) 174) (((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112)) 173) (((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112)) 172) (((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112) (-112)) 171) (((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-1046 |#1| |#2|)) 156)) (-4373 (((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|))) 85) (((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112)) 84) (((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112) (-112)) 83)) (-1615 (((-644 (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))) (-1046 |#1| |#2|)) 73)) (-3005 (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|))) 140) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112)) 139) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112)) 138) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112) (-112)) 137) (((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|)) 132)) (-1773 (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|))) 145) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112)) 144) (((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112)) 143) (((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|)) 142)) (-1945 (((-644 (-780 |#1| (-864 |#3|))) (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))) 111) (((-1171 (-1024 (-409 |#1|))) (-1171 |#1|)) 102) (((-952 (-1024 (-409 |#1|))) (-780 |#1| (-864 |#3|))) 109) (((-952 (-1024 (-409 |#1|))) (-952 |#1|)) 107) (((-780 |#1| (-864 |#3|)) (-780 |#1| (-864 |#2|))) 33)))
+(((-1291 |#1| |#2| |#3|) (-10 -7 (-15 -4373 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112) (-112))) (-15 -4373 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112))) (-15 -4373 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-1046 |#1| |#2|))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112) (-112))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112) (-112))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)))) (-15 -1773 ((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|))) (-15 -1773 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -1773 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112))) (-15 -1773 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)))) (-15 -1615 ((-644 (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))) (-1046 |#1| |#2|))) (-15 -1945 ((-780 |#1| (-864 |#3|)) (-780 |#1| (-864 |#2|)))) (-15 -1945 ((-952 (-1024 (-409 |#1|))) (-952 |#1|))) (-15 -1945 ((-952 (-1024 (-409 |#1|))) (-780 |#1| (-864 |#3|)))) (-15 -1945 ((-1171 (-1024 (-409 |#1|))) (-1171 |#1|))) (-15 -1945 ((-644 (-780 |#1| (-864 |#3|))) (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))))) (-13 (-848) (-308) (-147) (-1022)) (-644 (-1175)) (-644 (-1175))) (T -1291))
+((-1945 (*1 *2 *3) (-12 (-5 *3 (-1145 *4 (-533 (-864 *6)) (-864 *6) (-780 *4 (-864 *6)))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-780 *4 (-864 *6)))) (-5 *1 (-1291 *4 *5 *6)) (-14 *5 (-644 (-1175))))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-1171 *4)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-1171 (-1024 (-409 *4)))) (-5 *1 (-1291 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-780 *4 (-864 *6))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *6 (-644 (-1175))) (-5 *2 (-952 (-1024 (-409 *4)))) (-5 *1 (-1291 *4 *5 *6)) (-14 *5 (-644 (-1175))))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-952 *4)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-952 (-1024 (-409 *4)))) (-5 *1 (-1291 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-780 *4 (-864 *5))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-780 *4 (-864 *6))) (-5 *1 (-1291 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-1615 (*1 *2 *3) (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-1145 *4 (-533 (-864 *6)) (-864 *6) (-780 *4 (-864 *6))))) (-5 *1 (-1291 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-1773 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1291 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-1773 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-1773 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-1773 (*1 *2 *3) (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1291 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-3005 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1291 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-3005 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-3005 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-3005 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-3005 (*1 *2 *3) (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1291 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-4216 (*1 *2 *3) (-12 (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-2 (|:| -1356 (-1171 *4)) (|:| -2702 (-644 (-952 *4)))))) (-5 *1 (-1291 *4 *5 *6)) (-5 *3 (-644 (-952 *4))) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-4216 (*1 *2 *3 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5)))))) (-5 *1 (-1291 *5 *6 *7)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-4216 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5)))))) (-5 *1 (-1291 *5 *6 *7)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-4216 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5)))))) (-5 *1 (-1291 *5 *6 *7)) (-5 *3 (-644 (-952 *5))) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-4216 (*1 *2 *3) (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-2 (|:| -1356 (-1171 *4)) (|:| -2702 (-644 (-952 *4)))))) (-5 *1 (-1291 *4 *5 *6)) (-14 *6 (-644 (-1175))))) (-4373 (*1 *2 *3) (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-1046 *4 *5))) (-5 *1 (-1291 *4 *5 *6)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))) (-4373 (*1 *2 *3 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1291 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))) (-4373 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022))) (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1291 *5 *6 *7)) (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175))))))
+(-10 -7 (-15 -4373 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112) (-112))) (-15 -4373 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)) (-112))) (-15 -4373 ((-644 (-1046 |#1| |#2|)) (-644 (-952 |#1|)))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-1046 |#1| |#2|))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112) (-112))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)) (-112))) (-15 -4216 ((-644 (-2 (|:| -1356 (-1171 |#1|)) (|:| -2702 (-644 (-952 |#1|))))) (-644 (-952 |#1|)))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112) (-112))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112))) (-15 -3005 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)))) (-15 -1773 ((-644 (-644 (-1024 (-409 |#1|)))) (-1046 |#1| |#2|))) (-15 -1773 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112) (-112))) (-15 -1773 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)) (-112))) (-15 -1773 ((-644 (-644 (-1024 (-409 |#1|)))) (-644 (-952 |#1|)))) (-15 -1615 ((-644 (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|)))) (-1046 |#1| |#2|))) (-15 -1945 ((-780 |#1| (-864 |#3|)) (-780 |#1| (-864 |#2|)))) (-15 -1945 ((-952 (-1024 (-409 |#1|))) (-952 |#1|))) (-15 -1945 ((-952 (-1024 (-409 |#1|))) (-780 |#1| (-864 |#3|)))) (-15 -1945 ((-1171 (-1024 (-409 |#1|))) (-1171 |#1|))) (-15 -1945 ((-644 (-780 |#1| (-864 |#3|))) (-1145 |#1| (-533 (-864 |#3|)) (-864 |#3|) (-780 |#1| (-864 |#3|))))))
+((-1507 (((-3 (-1265 (-409 (-566))) "failed") (-1265 |#1|) |#1|) 21)) (-4202 (((-112) (-1265 |#1|)) 12)) (-3729 (((-3 (-1265 (-566)) "failed") (-1265 |#1|)) 16)))
+(((-1292 |#1|) (-10 -7 (-15 -4202 ((-112) (-1265 |#1|))) (-15 -3729 ((-3 (-1265 (-566)) "failed") (-1265 |#1|))) (-15 -1507 ((-3 (-1265 (-409 (-566))) "failed") (-1265 |#1|) |#1|))) (-639 (-566))) (T -1292))
+((-1507 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1265 *4)) (-4 *4 (-639 (-566))) (-5 *2 (-1265 (-409 (-566)))) (-5 *1 (-1292 *4)))) (-3729 (*1 *2 *3) (|partial| -12 (-5 *3 (-1265 *4)) (-4 *4 (-639 (-566))) (-5 *2 (-1265 (-566))) (-5 *1 (-1292 *4)))) (-4202 (*1 *2 *3) (-12 (-5 *3 (-1265 *4)) (-4 *4 (-639 (-566))) (-5 *2 (-112)) (-5 *1 (-1292 *4)))))
+(-10 -7 (-15 -4202 ((-112) (-1265 |#1|))) (-15 -3729 ((-3 (-1265 (-566)) "failed") (-1265 |#1|))) (-15 -1507 ((-3 (-1265 (-409 (-566))) "failed") (-1265 |#1|) |#1|)))
+((-4124 (((-112) $ $) NIL)) (-4014 (((-112) $) 11)) (-3569 (((-3 $ "failed") $ $) NIL)) (-3571 (((-771)) 8)) (-4145 (($) NIL T CONST)) (-4185 (((-3 $ "failed") $) 58)) (-3341 (($) 49)) (-1568 (((-112) $) 57)) (-1982 (((-3 $ "failed") $) 40)) (-4350 (((-921) $) 15)) (-3057 (((-1157) $) NIL)) (-1783 (($) 32 T CONST)) (-1351 (($ (-921)) 50)) (-2029 (((-1119) $) NIL)) (-1945 (((-566) $) 13)) (-1650 (((-862) $) 27) (($ (-566)) 24)) (-2910 (((-771)) 9 T CONST)) (-2657 (((-112) $ $) 60)) (-3410 (($) 29 T CONST)) (-3424 (($) 31 T CONST)) (-2868 (((-112) $ $) 38)) (-2977 (($ $) 52) (($ $ $) 47)) (-2964 (($ $ $) 35)) (** (($ $ (-921)) NIL) (($ $ (-771)) 54)) (* (($ (-921) $) NIL) (($ (-771) $) NIL) (($ (-566) $) 44) (($ $ $) 43)))
+(((-1293 |#1|) (-13 (-172) (-370) (-614 (-566)) (-1150)) (-921)) (T -1293))
NIL
(-13 (-172) (-370) (-614 (-566)) (-1150))
NIL
@@ -5329,4 +5333,4 @@ NIL
NIL
NIL
NIL
-((-3 3221163 3221168 3221173 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 3221148 3221153 3221158 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 3221133 3221138 3221143 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 3221118 3221123 3221128 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1292 3220261 3220993 3221070 "ZMOD" 3221075 NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1291 3219371 3219535 3219744 "ZLINDEP" 3220093 NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1290 3208671 3210439 3212411 "ZDSOLVE" 3217501 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1289 3207917 3208058 3208247 "YSTREAM" 3208517 NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1288 3205691 3207218 3207422 "XRPOLY" 3207760 NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1287 3202244 3203562 3204137 "XPR" 3205163 NIL XPR (NIL T T) -8 NIL NIL NIL) (-1286 3199965 3201575 3201779 "XPOLY" 3202075 NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1285 3197618 3198986 3199041 "XPOLYC" 3199329 NIL XPOLYC (NIL T T) -9 NIL 3199442 NIL) (-1284 3193993 3196135 3196523 "XPBWPOLY" 3197276 NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1283 3189688 3191983 3192025 "XF" 3192646 NIL XF (NIL T) -9 NIL 3193046 NIL) (-1282 3189309 3189397 3189566 "XF-" 3189571 NIL XF- (NIL T T) -8 NIL NIL NIL) (-1281 3184505 3185794 3185849 "XFALG" 3188021 NIL XFALG (NIL T T) -9 NIL 3188810 NIL) (-1280 3183638 3183742 3183947 "XEXPPKG" 3184397 NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1279 3181747 3183488 3183584 "XDPOLY" 3183589 NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1278 3180554 3181154 3181197 "XALG" 3181202 NIL XALG (NIL T) -9 NIL 3181313 NIL) (-1277 3173996 3178531 3179025 "WUTSET" 3180146 NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1276 3172252 3173048 3173371 "WP" 3173807 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1275 3171854 3172074 3172144 "WHILEAST" 3172204 T WHILEAST (NIL) -8 NIL NIL NIL) (-1274 3171326 3171571 3171665 "WHEREAST" 3171782 T WHEREAST (NIL) -8 NIL NIL NIL) (-1273 3170212 3170410 3170705 "WFFINTBS" 3171123 NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1272 3168116 3168543 3169005 "WEIER" 3169784 NIL WEIER (NIL T) -7 NIL NIL NIL) (-1271 3167162 3167612 3167654 "VSPACE" 3167790 NIL VSPACE (NIL T) -9 NIL 3167864 NIL) (-1270 3167000 3167027 3167118 "VSPACE-" 3167123 NIL VSPACE- (NIL T T) -8 NIL NIL NIL) (-1269 3166808 3166851 3166919 "VOID" 3166954 T VOID (NIL) -8 NIL NIL NIL) (-1268 3164944 3165303 3165709 "VIEW" 3166424 T VIEW (NIL) -7 NIL NIL NIL) (-1267 3161368 3162007 3162744 "VIEWDEF" 3164229 T VIEWDEF (NIL) -7 NIL NIL NIL) (-1266 3150672 3152916 3155089 "VIEW3D" 3159217 T VIEW3D (NIL) -8 NIL NIL NIL) (-1265 3142923 3144583 3146162 "VIEW2D" 3149115 T VIEW2D (NIL) -8 NIL NIL NIL) (-1264 3138275 3142693 3142785 "VECTOR" 3142866 NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1263 3136852 3137111 3137429 "VECTOR2" 3138005 NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1262 3130326 3134633 3134676 "VECTCAT" 3135671 NIL VECTCAT (NIL T) -9 NIL 3136258 NIL) (-1261 3129340 3129594 3129984 "VECTCAT-" 3129989 NIL VECTCAT- (NIL T T) -8 NIL NIL NIL) (-1260 3128794 3128991 3129111 "VARIABLE" 3129255 NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1259 3128727 3128732 3128762 "UTYPE" 3128767 T UTYPE (NIL) -9 NIL NIL NIL) (-1258 3127557 3127711 3127973 "UTSODETL" 3128553 NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1257 3124997 3125457 3125981 "UTSODE" 3127098 NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1256 3116834 3122623 3123112 "UTS" 3124566 NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1255 3107708 3113075 3113118 "UTSCAT" 3114230 NIL UTSCAT (NIL T) -9 NIL 3114988 NIL) (-1254 3105055 3105778 3106767 "UTSCAT-" 3106772 NIL UTSCAT- (NIL T T) -8 NIL NIL NIL) (-1253 3104682 3104725 3104858 "UTS2" 3105006 NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1252 3098908 3101520 3101563 "URAGG" 3103633 NIL URAGG (NIL T) -9 NIL 3104356 NIL) (-1251 3095847 3096710 3097833 "URAGG-" 3097838 NIL URAGG- (NIL T T) -8 NIL NIL NIL) (-1250 3091556 3094482 3094947 "UPXSSING" 3095511 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1249 3083622 3090803 3091076 "UPXS" 3091341 NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1248 3076695 3083526 3083598 "UPXSCONS" 3083603 NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1247 3066440 3073233 3073295 "UPXSCCA" 3073869 NIL UPXSCCA (NIL T T) -9 NIL 3074102 NIL) (-1246 3066078 3066163 3066337 "UPXSCCA-" 3066342 NIL UPXSCCA- (NIL T T T) -8 NIL NIL NIL) (-1245 3055675 3062241 3062284 "UPXSCAT" 3062932 NIL UPXSCAT (NIL T) -9 NIL 3063541 NIL) (-1244 3055105 3055184 3055363 "UPXS2" 3055590 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1243 3053759 3054012 3054363 "UPSQFREE" 3054848 NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1242 3047180 3050237 3050292 "UPSCAT" 3051453 NIL UPSCAT (NIL T T) -9 NIL 3052227 NIL) (-1241 3046384 3046591 3046918 "UPSCAT-" 3046923 NIL UPSCAT- (NIL T T T) -8 NIL NIL NIL) (-1240 3032039 3039807 3039850 "UPOLYC" 3041951 NIL UPOLYC (NIL T) -9 NIL 3043172 NIL) (-1239 3023367 3025793 3028940 "UPOLYC-" 3028945 NIL UPOLYC- (NIL T T) -8 NIL NIL NIL) (-1238 3022994 3023037 3023170 "UPOLYC2" 3023318 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1237 3014805 3022677 3022806 "UP" 3022913 NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1236 3014144 3014251 3014415 "UPMP" 3014694 NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1235 3013697 3013778 3013917 "UPDIVP" 3014057 NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1234 3012265 3012514 3012830 "UPDECOMP" 3013446 NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1233 3011500 3011612 3011797 "UPCDEN" 3012149 NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1232 3011019 3011088 3011237 "UP2" 3011425 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1231 3009486 3010223 3010500 "UNISEG" 3010777 NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1230 3008701 3008828 3009033 "UNISEG2" 3009329 NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1229 3007761 3007941 3008167 "UNIFACT" 3008517 NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1228 2991693 3006938 3007189 "ULS" 3007568 NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1227 2979691 2991597 2991669 "ULSCONS" 2991674 NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1226 2961710 2973695 2973757 "ULSCCAT" 2974395 NIL ULSCCAT (NIL T T) -9 NIL 2974683 NIL) (-1225 2960760 2961005 2961393 "ULSCCAT-" 2961398 NIL ULSCCAT- (NIL T T T) -8 NIL NIL NIL) (-1224 2950134 2956614 2956657 "ULSCAT" 2957520 NIL ULSCAT (NIL T) -9 NIL 2958251 NIL) (-1223 2949564 2949643 2949822 "ULS2" 2950049 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1222 2948691 2949201 2949308 "UINT8" 2949419 T UINT8 (NIL) -8 NIL NIL 2949504) (-1221 2947817 2948327 2948434 "UINT64" 2948545 T UINT64 (NIL) -8 NIL NIL 2948630) (-1220 2946943 2947453 2947560 "UINT32" 2947671 T UINT32 (NIL) -8 NIL NIL 2947756) (-1219 2946069 2946579 2946686 "UINT16" 2946797 T UINT16 (NIL) -8 NIL NIL 2946882) (-1218 2944372 2945329 2945359 "UFD" 2945571 T UFD (NIL) -9 NIL 2945685 NIL) (-1217 2944166 2944212 2944307 "UFD-" 2944312 NIL UFD- (NIL T) -8 NIL NIL NIL) (-1216 2943248 2943431 2943647 "UDVO" 2943972 T UDVO (NIL) -7 NIL NIL NIL) (-1215 2941064 2941473 2941944 "UDPO" 2942812 NIL UDPO (NIL T) -7 NIL NIL NIL) (-1214 2940997 2941002 2941032 "TYPE" 2941037 T TYPE (NIL) -9 NIL NIL NIL) (-1213 2940757 2940952 2940983 "TYPEAST" 2940988 T TYPEAST (NIL) -8 NIL NIL NIL) (-1212 2939728 2939930 2940170 "TWOFACT" 2940551 NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1211 2938751 2939137 2939372 "TUPLE" 2939528 NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1210 2936442 2936961 2937500 "TUBETOOL" 2938234 T TUBETOOL (NIL) -7 NIL NIL NIL) (-1209 2935291 2935496 2935737 "TUBE" 2936235 NIL TUBE (NIL T) -8 NIL NIL NIL) (-1208 2930020 2934263 2934546 "TS" 2935043 NIL TS (NIL T) -8 NIL NIL NIL) (-1207 2918660 2922779 2922876 "TSETCAT" 2928145 NIL TSETCAT (NIL T T T T) -9 NIL 2929676 NIL) (-1206 2913392 2914992 2916883 "TSETCAT-" 2916888 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1205 2908031 2908878 2909807 "TRMANIP" 2912528 NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1204 2907472 2907535 2907698 "TRIMAT" 2907963 NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1203 2905338 2905575 2905932 "TRIGMNIP" 2907221 NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1202 2904858 2904971 2905001 "TRIGCAT" 2905214 T TRIGCAT (NIL) -9 NIL NIL NIL) (-1201 2904527 2904606 2904747 "TRIGCAT-" 2904752 NIL TRIGCAT- (NIL T) -8 NIL NIL NIL) (-1200 2901372 2903385 2903666 "TREE" 2904281 NIL TREE (NIL T) -8 NIL NIL NIL) (-1199 2900646 2901174 2901204 "TRANFUN" 2901239 T TRANFUN (NIL) -9 NIL 2901305 NIL) (-1198 2899925 2900116 2900396 "TRANFUN-" 2900401 NIL TRANFUN- (NIL T) -8 NIL NIL NIL) (-1197 2899729 2899761 2899822 "TOPSP" 2899886 T TOPSP (NIL) -7 NIL NIL NIL) (-1196 2899077 2899192 2899346 "TOOLSIGN" 2899610 NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1195 2897711 2898254 2898493 "TEXTFILE" 2898860 T TEXTFILE (NIL) -8 NIL NIL NIL) (-1194 2895623 2896164 2896593 "TEX" 2897304 T TEX (NIL) -8 NIL NIL NIL) (-1193 2895404 2895435 2895507 "TEX1" 2895586 NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1192 2895052 2895115 2895205 "TEMUTL" 2895336 T TEMUTL (NIL) -7 NIL NIL NIL) (-1191 2893206 2893486 2893811 "TBCMPPK" 2894775 NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1190 2884983 2891366 2891422 "TBAGG" 2891822 NIL TBAGG (NIL T T) -9 NIL 2892033 NIL) (-1189 2880053 2881541 2883295 "TBAGG-" 2883300 NIL TBAGG- (NIL T T T) -8 NIL NIL NIL) (-1188 2879437 2879544 2879689 "TANEXP" 2879942 NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1187 2872827 2879294 2879387 "TABLE" 2879392 NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1186 2872239 2872338 2872476 "TABLEAU" 2872724 NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1185 2866847 2868067 2869315 "TABLBUMP" 2871025 NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1184 2866069 2866216 2866397 "SYSTEM" 2866688 T SYSTEM (NIL) -8 NIL NIL NIL) (-1183 2862528 2863227 2864010 "SYSSOLP" 2865320 NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1182 2861572 2862077 2862196 "SYSNNI" 2862382 NIL SYSNNI (NIL NIL) -8 NIL NIL 2862467) (-1181 2860879 2861338 2861417 "SYSINT" 2861477 NIL SYSINT (NIL NIL) -8 NIL NIL 2861522) (-1180 2857211 2858157 2858867 "SYNTAX" 2860191 T SYNTAX (NIL) -8 NIL NIL NIL) (-1179 2854369 2854971 2855603 "SYMTAB" 2856601 T SYMTAB (NIL) -8 NIL NIL NIL) (-1178 2849618 2850520 2851503 "SYMS" 2853408 T SYMS (NIL) -8 NIL NIL NIL) (-1177 2846853 2849076 2849306 "SYMPOLY" 2849423 NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1176 2846370 2846445 2846568 "SYMFUNC" 2846765 NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1175 2842389 2843682 2844495 "SYMBOL" 2845579 T SYMBOL (NIL) -8 NIL NIL NIL) (-1174 2835928 2837617 2839337 "SWITCH" 2840691 T SWITCH (NIL) -8 NIL NIL NIL) (-1173 2829162 2834749 2835052 "SUTS" 2835683 NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1172 2821228 2828409 2828682 "SUPXS" 2828947 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1171 2812987 2820846 2820972 "SUP" 2821137 NIL SUP (NIL T) -8 NIL NIL NIL) (-1170 2812146 2812273 2812490 "SUPFRACF" 2812855 NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1169 2811767 2811826 2811939 "SUP2" 2812081 NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1168 2810215 2810489 2810845 "SUMRF" 2811466 NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1167 2809550 2809616 2809808 "SUMFS" 2810136 NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1166 2793517 2808727 2808978 "SULS" 2809357 NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1165 2793119 2793339 2793409 "SUCHTAST" 2793469 T SUCHTAST (NIL) -8 NIL NIL NIL) (-1164 2792414 2792644 2792784 "SUCH" 2793027 NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1163 2786280 2787320 2788279 "SUBSPACE" 2791502 NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1162 2785710 2785800 2785964 "SUBRESP" 2786168 NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1161 2779075 2780375 2781686 "STTF" 2784446 NIL STTF (NIL T) -7 NIL NIL NIL) (-1160 2773248 2774368 2775515 "STTFNC" 2777975 NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1159 2764558 2766430 2768224 "STTAYLOR" 2771489 NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1158 2757688 2764422 2764505 "STRTBL" 2764510 NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1157 2753052 2757643 2757674 "STRING" 2757679 T STRING (NIL) -8 NIL NIL NIL) (-1156 2747913 2752425 2752455 "STRICAT" 2752514 T STRICAT (NIL) -9 NIL 2752576 NIL) (-1155 2740666 2745532 2746143 "STREAM" 2747337 NIL STREAM (NIL T) -8 NIL NIL NIL) (-1154 2740176 2740253 2740397 "STREAM3" 2740583 NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1153 2739158 2739341 2739576 "STREAM2" 2739989 NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1152 2738846 2738898 2738991 "STREAM1" 2739100 NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1151 2737862 2738043 2738274 "STINPROD" 2738662 NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1150 2737414 2737624 2737654 "STEP" 2737734 T STEP (NIL) -9 NIL 2737812 NIL) (-1149 2730846 2737313 2737390 "STBL" 2737395 NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1148 2725972 2730067 2730110 "STAGG" 2730263 NIL STAGG (NIL T) -9 NIL 2730352 NIL) (-1147 2723674 2724276 2725148 "STAGG-" 2725153 NIL STAGG- (NIL T T) -8 NIL NIL NIL) (-1146 2721821 2723444 2723536 "STACK" 2723617 NIL STACK (NIL T) -8 NIL NIL NIL) (-1145 2714516 2719962 2720418 "SREGSET" 2721451 NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1144 2706941 2708310 2709823 "SRDCMPK" 2713122 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1143 2699858 2704381 2704411 "SRAGG" 2705714 T SRAGG (NIL) -9 NIL 2706322 NIL) (-1142 2698875 2699130 2699509 "SRAGG-" 2699514 NIL SRAGG- (NIL T) -8 NIL NIL NIL) (-1141 2693335 2697822 2698243 "SQMATRIX" 2698501 NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1140 2687020 2690053 2690780 "SPLTREE" 2692680 NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1139 2682983 2683676 2684322 "SPLNODE" 2686446 NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1138 2682030 2682263 2682293 "SPFCAT" 2682737 T SPFCAT (NIL) -9 NIL NIL NIL) (-1137 2680767 2680977 2681241 "SPECOUT" 2681788 T SPECOUT (NIL) -7 NIL NIL NIL) (-1136 2672393 2674163 2674193 "SPADXPT" 2678585 T SPADXPT (NIL) -9 NIL 2680619 NIL) (-1135 2672154 2672194 2672263 "SPADPRSR" 2672346 T SPADPRSR (NIL) -7 NIL NIL NIL) (-1134 2670309 2672109 2672140 "SPADAST" 2672145 T SPADAST (NIL) -8 NIL NIL NIL) (-1133 2662254 2664027 2664070 "SPACEC" 2668443 NIL SPACEC (NIL T) -9 NIL 2670259 NIL) (-1132 2660384 2662186 2662235 "SPACE3" 2662240 NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1131 2659136 2659307 2659598 "SORTPAK" 2660189 NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1130 2657228 2657531 2657943 "SOLVETRA" 2658800 NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1129 2656278 2656500 2656761 "SOLVESER" 2657001 NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1128 2651582 2652470 2653465 "SOLVERAD" 2655330 NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1127 2647397 2648006 2648735 "SOLVEFOR" 2650949 NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1126 2641667 2646746 2646843 "SNTSCAT" 2646848 NIL SNTSCAT (NIL T T T T) -9 NIL 2646918 NIL) (-1125 2635773 2639990 2640381 "SMTS" 2641357 NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1124 2630457 2635661 2635738 "SMP" 2635743 NIL SMP (NIL T T) -8 NIL NIL NIL) (-1123 2628616 2628917 2629315 "SMITH" 2630154 NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1122 2621329 2625525 2625628 "SMATCAT" 2626979 NIL SMATCAT (NIL NIL T T T) -9 NIL 2627529 NIL) (-1121 2618269 2619092 2620270 "SMATCAT-" 2620275 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL NIL) (-1120 2615935 2617505 2617548 "SKAGG" 2617809 NIL SKAGG (NIL T) -9 NIL 2617944 NIL) (-1119 2612246 2615351 2615546 "SINT" 2615733 T SINT (NIL) -8 NIL NIL 2615906) (-1118 2612018 2612056 2612122 "SIMPAN" 2612202 T SIMPAN (NIL) -7 NIL NIL NIL) (-1117 2611297 2611553 2611693 "SIG" 2611900 T SIG (NIL) -8 NIL NIL NIL) (-1116 2610135 2610356 2610631 "SIGNRF" 2611056 NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1115 2608968 2609119 2609403 "SIGNEF" 2609964 NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1114 2608274 2608551 2608675 "SIGAST" 2608866 T SIGAST (NIL) -8 NIL NIL NIL) (-1113 2605963 2606418 2606924 "SHP" 2607815 NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1112 2599815 2605864 2605940 "SHDP" 2605945 NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1111 2599388 2599580 2599610 "SGROUP" 2599703 T SGROUP (NIL) -9 NIL 2599765 NIL) (-1110 2599246 2599272 2599345 "SGROUP-" 2599350 NIL SGROUP- (NIL T) -8 NIL NIL NIL) (-1109 2596081 2596779 2597502 "SGCF" 2598545 T SGCF (NIL) -7 NIL NIL NIL) (-1108 2590449 2595528 2595625 "SFRTCAT" 2595630 NIL SFRTCAT (NIL T T T T) -9 NIL 2595669 NIL) (-1107 2583870 2584888 2586024 "SFRGCD" 2589432 NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1106 2576996 2578069 2579255 "SFQCMPK" 2582803 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1105 2576616 2576705 2576816 "SFORT" 2576937 NIL SFORT (NIL T T) -8 NIL NIL NIL) (-1104 2575734 2576456 2576577 "SEXOF" 2576582 NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1103 2574841 2575615 2575683 "SEX" 2575688 T SEX (NIL) -8 NIL NIL NIL) (-1102 2570354 2571069 2571164 "SEXCAT" 2574101 NIL SEXCAT (NIL T T T T T) -9 NIL 2574679 NIL) (-1101 2567507 2570288 2570336 "SET" 2570341 NIL SET (NIL T) -8 NIL NIL NIL) (-1100 2565731 2566220 2566525 "SETMN" 2567248 NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1099 2565227 2565379 2565409 "SETCAT" 2565585 T SETCAT (NIL) -9 NIL 2565695 NIL) (-1098 2564919 2564997 2565127 "SETCAT-" 2565132 NIL SETCAT- (NIL T) -8 NIL NIL NIL) (-1097 2561280 2563380 2563423 "SETAGG" 2564293 NIL SETAGG (NIL T) -9 NIL 2564633 NIL) (-1096 2560738 2560854 2561091 "SETAGG-" 2561096 NIL SETAGG- (NIL T T) -8 NIL NIL NIL) (-1095 2560181 2560434 2560535 "SEQAST" 2560659 T SEQAST (NIL) -8 NIL NIL NIL) (-1094 2559380 2559674 2559735 "SEGXCAT" 2560021 NIL SEGXCAT (NIL T T) -9 NIL 2560141 NIL) (-1093 2558386 2559046 2559228 "SEG" 2559233 NIL SEG (NIL T) -8 NIL NIL NIL) (-1092 2557365 2557579 2557622 "SEGCAT" 2558144 NIL SEGCAT (NIL T) -9 NIL 2558365 NIL) (-1091 2556366 2556744 2556944 "SEGBIND" 2557200 NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1090 2555987 2556046 2556159 "SEGBIND2" 2556301 NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1089 2555560 2555788 2555865 "SEGAST" 2555932 T SEGAST (NIL) -8 NIL NIL NIL) (-1088 2554779 2554905 2555109 "SEG2" 2555404 NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1087 2554189 2554714 2554761 "SDVAR" 2554766 NIL SDVAR (NIL T) -8 NIL NIL NIL) (-1086 2546716 2553959 2554089 "SDPOL" 2554094 NIL SDPOL (NIL T) -8 NIL NIL NIL) (-1085 2545309 2545575 2545894 "SCPKG" 2546431 NIL SCPKG (NIL T) -7 NIL NIL NIL) (-1084 2544473 2544645 2544837 "SCOPE" 2545139 T SCOPE (NIL) -8 NIL NIL NIL) (-1083 2543693 2543827 2544006 "SCACHE" 2544328 NIL SCACHE (NIL T) -7 NIL NIL NIL) (-1082 2543339 2543525 2543555 "SASTCAT" 2543560 T SASTCAT (NIL) -9 NIL 2543573 NIL) (-1081 2542826 2543174 2543250 "SAOS" 2543285 T SAOS (NIL) -8 NIL NIL NIL) (-1080 2542391 2542426 2542599 "SAERFFC" 2542785 NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-1079 2536330 2542288 2542368 "SAE" 2542373 NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-1078 2535923 2535958 2536117 "SAEFACT" 2536289 NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-1077 2534244 2534558 2534959 "RURPK" 2535589 NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-1076 2532881 2533187 2533492 "RULESET" 2534078 NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-1075 2530104 2530634 2531092 "RULE" 2532562 NIL RULE (NIL T T T) -8 NIL NIL NIL) (-1074 2529716 2529898 2529981 "RULECOLD" 2530056 NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-1073 2529506 2529534 2529605 "RTVALUE" 2529667 T RTVALUE (NIL) -8 NIL NIL NIL) (-1072 2528977 2529223 2529317 "RSTRCAST" 2529434 T RSTRCAST (NIL) -8 NIL NIL NIL) (-1071 2523825 2524620 2525540 "RSETGCD" 2528176 NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-1070 2513055 2518134 2518231 "RSETCAT" 2522350 NIL RSETCAT (NIL T T T T) -9 NIL 2523447 NIL) (-1069 2510982 2511521 2512345 "RSETCAT-" 2512350 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1068 2503367 2504744 2506264 "RSDCMPK" 2509581 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1067 2501346 2501813 2501887 "RRCC" 2502973 NIL RRCC (NIL T T) -9 NIL 2503317 NIL) (-1066 2500697 2500871 2501150 "RRCC-" 2501155 NIL RRCC- (NIL T T T) -8 NIL NIL NIL) (-1065 2500140 2500393 2500494 "RPTAST" 2500618 T RPTAST (NIL) -8 NIL NIL NIL) (-1064 2473991 2483348 2483415 "RPOLCAT" 2494079 NIL RPOLCAT (NIL T T T) -9 NIL 2497238 NIL) (-1063 2465489 2467829 2470951 "RPOLCAT-" 2470956 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL NIL) (-1062 2456420 2463700 2464182 "ROUTINE" 2465029 T ROUTINE (NIL) -8 NIL NIL NIL) (-1061 2453218 2456046 2456186 "ROMAN" 2456302 T ROMAN (NIL) -8 NIL NIL NIL) (-1060 2451462 2452078 2452338 "ROIRC" 2453023 NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-1059 2447694 2449978 2450008 "RNS" 2450312 T RNS (NIL) -9 NIL 2450586 NIL) (-1058 2446203 2446586 2447120 "RNS-" 2447195 NIL RNS- (NIL T) -8 NIL NIL NIL) (-1057 2445606 2446014 2446044 "RNG" 2446049 T RNG (NIL) -9 NIL 2446070 NIL) (-1056 2445005 2445393 2445436 "RMODULE" 2445441 NIL RMODULE (NIL T) -9 NIL 2445468 NIL) (-1055 2443841 2443935 2444271 "RMCAT2" 2444906 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-1054 2440691 2443187 2443484 "RMATRIX" 2443603 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-1053 2433518 2435778 2435893 "RMATCAT" 2439252 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2440234 NIL) (-1052 2432893 2433040 2433347 "RMATCAT-" 2433352 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL NIL) (-1051 2432294 2432515 2432558 "RLINSET" 2432752 NIL RLINSET (NIL T) -9 NIL 2432843 NIL) (-1050 2431861 2431936 2432064 "RINTERP" 2432213 NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-1049 2430919 2431473 2431503 "RING" 2431559 T RING (NIL) -9 NIL 2431651 NIL) (-1048 2430711 2430755 2430852 "RING-" 2430857 NIL RING- (NIL T) -8 NIL NIL NIL) (-1047 2429552 2429789 2430047 "RIDIST" 2430475 T RIDIST (NIL) -7 NIL NIL NIL) (-1046 2420841 2429020 2429226 "RGCHAIN" 2429400 NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-1045 2420191 2420597 2420638 "RGBCSPC" 2420696 NIL RGBCSPC (NIL T) -9 NIL 2420748 NIL) (-1044 2419349 2419730 2419771 "RGBCMDL" 2420003 NIL RGBCMDL (NIL T) -9 NIL 2420117 NIL) (-1043 2416343 2416957 2417627 "RF" 2418713 NIL RF (NIL T) -7 NIL NIL NIL) (-1042 2415989 2416052 2416155 "RFFACTOR" 2416274 NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-1041 2415714 2415749 2415846 "RFFACT" 2415948 NIL RFFACT (NIL T) -7 NIL NIL NIL) (-1040 2413831 2414195 2414577 "RFDIST" 2415354 T RFDIST (NIL) -7 NIL NIL NIL) (-1039 2413284 2413376 2413539 "RETSOL" 2413733 NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-1038 2412920 2413000 2413043 "RETRACT" 2413176 NIL RETRACT (NIL T) -9 NIL 2413263 NIL) (-1037 2412769 2412794 2412881 "RETRACT-" 2412886 NIL RETRACT- (NIL T T) -8 NIL NIL NIL) (-1036 2412371 2412591 2412661 "RETAST" 2412721 T RETAST (NIL) -8 NIL NIL NIL) (-1035 2405109 2412024 2412151 "RESULT" 2412266 T RESULT (NIL) -8 NIL NIL NIL) (-1034 2403700 2404378 2404577 "RESRING" 2405012 NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-1033 2403336 2403385 2403483 "RESLATC" 2403637 NIL RESLATC (NIL T) -7 NIL NIL NIL) (-1032 2403041 2403076 2403183 "REPSQ" 2403295 NIL REPSQ (NIL T) -7 NIL NIL NIL) (-1031 2400463 2401043 2401645 "REP" 2402461 T REP (NIL) -7 NIL NIL NIL) (-1030 2400160 2400195 2400306 "REPDB" 2400422 NIL REPDB (NIL T) -7 NIL NIL NIL) (-1029 2394060 2395449 2396672 "REP2" 2398972 NIL REP2 (NIL T) -7 NIL NIL NIL) (-1028 2390437 2391118 2391926 "REP1" 2393287 NIL REP1 (NIL T) -7 NIL NIL NIL) (-1027 2383133 2388578 2389034 "REGSET" 2390067 NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-1026 2381898 2382281 2382531 "REF" 2382918 NIL REF (NIL T) -8 NIL NIL NIL) (-1025 2381275 2381378 2381545 "REDORDER" 2381782 NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-1024 2377243 2380488 2380715 "RECLOS" 2381103 NIL RECLOS (NIL T) -8 NIL NIL NIL) (-1023 2376295 2376476 2376691 "REALSOLV" 2377050 T REALSOLV (NIL) -7 NIL NIL NIL) (-1022 2376141 2376182 2376212 "REAL" 2376217 T REAL (NIL) -9 NIL 2376252 NIL) (-1021 2372624 2373426 2374310 "REAL0Q" 2375306 NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-1020 2368225 2369213 2370274 "REAL0" 2371605 NIL REAL0 (NIL T) -7 NIL NIL NIL) (-1019 2367696 2367942 2368036 "RDUCEAST" 2368153 T RDUCEAST (NIL) -8 NIL NIL NIL) (-1018 2367101 2367173 2367380 "RDIV" 2367618 NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-1017 2366169 2366343 2366556 "RDIST" 2366923 NIL RDIST (NIL T) -7 NIL NIL NIL) (-1016 2364766 2365053 2365425 "RDETRS" 2365877 NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-1015 2362578 2363032 2363570 "RDETR" 2364308 NIL RDETR (NIL T T) -7 NIL NIL NIL) (-1014 2361203 2361481 2361878 "RDEEFS" 2362294 NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-1013 2359712 2360018 2360443 "RDEEF" 2360891 NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-1012 2353773 2356693 2356723 "RCFIELD" 2358018 T RCFIELD (NIL) -9 NIL 2358749 NIL) (-1011 2351837 2352341 2353037 "RCFIELD-" 2353112 NIL RCFIELD- (NIL T) -8 NIL NIL NIL) (-1010 2348106 2349938 2349981 "RCAGG" 2351065 NIL RCAGG (NIL T) -9 NIL 2351530 NIL) (-1009 2347734 2347828 2347991 "RCAGG-" 2347996 NIL RCAGG- (NIL T T) -8 NIL NIL NIL) (-1008 2347069 2347181 2347346 "RATRET" 2347618 NIL RATRET (NIL T) -7 NIL NIL NIL) (-1007 2346622 2346689 2346810 "RATFACT" 2346997 NIL RATFACT (NIL T) -7 NIL NIL NIL) (-1006 2345930 2346050 2346202 "RANDSRC" 2346492 T RANDSRC (NIL) -7 NIL NIL NIL) (-1005 2345664 2345708 2345781 "RADUTIL" 2345879 T RADUTIL (NIL) -7 NIL NIL NIL) (-1004 2338780 2344497 2344807 "RADIX" 2345388 NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-1003 2330399 2338622 2338752 "RADFF" 2338757 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-1002 2330046 2330121 2330151 "RADCAT" 2330311 T RADCAT (NIL) -9 NIL NIL NIL) (-1001 2329828 2329876 2329976 "RADCAT-" 2329981 NIL RADCAT- (NIL T) -8 NIL NIL NIL) (-1000 2327928 2329600 2329691 "QUEUE" 2329772 NIL QUEUE (NIL T) -8 NIL NIL NIL) (-999 2324469 2327865 2327910 "QUAT" 2327915 NIL QUAT (NIL T) -8 NIL NIL NIL) (-998 2324107 2324150 2324277 "QUATCT2" 2324420 NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-997 2317569 2320914 2320954 "QUATCAT" 2321734 NIL QUATCAT (NIL T) -9 NIL 2322500 NIL) (-996 2313713 2314750 2316137 "QUATCAT-" 2316231 NIL QUATCAT- (NIL T T) -8 NIL NIL NIL) (-995 2311186 2312797 2312838 "QUAGG" 2313213 NIL QUAGG (NIL T) -9 NIL 2313388 NIL) (-994 2310791 2311011 2311079 "QQUTAST" 2311138 T QQUTAST (NIL) -8 NIL NIL NIL) (-993 2309689 2310189 2310361 "QFORM" 2310663 NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-992 2300694 2305933 2305973 "QFCAT" 2306631 NIL QFCAT (NIL T) -9 NIL 2307632 NIL) (-991 2296266 2297467 2299058 "QFCAT-" 2299152 NIL QFCAT- (NIL T T) -8 NIL NIL NIL) (-990 2295904 2295947 2296074 "QFCAT2" 2296217 NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-989 2295364 2295474 2295604 "QEQUAT" 2295794 T QEQUAT (NIL) -8 NIL NIL NIL) (-988 2288510 2289583 2290767 "QCMPACK" 2294297 NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-987 2286059 2286507 2286935 "QALGSET" 2288165 NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-986 2285304 2285478 2285710 "QALGSET2" 2285879 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-985 2283994 2284218 2284535 "PWFFINTB" 2285077 NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-984 2282176 2282344 2282698 "PUSHVAR" 2283808 NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-983 2278094 2279148 2279189 "PTRANFN" 2281073 NIL PTRANFN (NIL T) -9 NIL NIL NIL) (-982 2276496 2276787 2277109 "PTPACK" 2277805 NIL PTPACK (NIL T) -7 NIL NIL NIL) (-981 2276128 2276185 2276294 "PTFUNC2" 2276433 NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-980 2270605 2275000 2275041 "PTCAT" 2275337 NIL PTCAT (NIL T) -9 NIL 2275490 NIL) (-979 2270263 2270298 2270422 "PSQFR" 2270564 NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-978 2268858 2269156 2269490 "PSEUDLIN" 2269961 NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-977 2255621 2257992 2260316 "PSETPK" 2266618 NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-976 2248639 2251379 2251475 "PSETCAT" 2254496 NIL PSETCAT (NIL T T T T) -9 NIL 2255310 NIL) (-975 2246475 2247109 2247930 "PSETCAT-" 2247935 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-974 2245824 2245989 2246017 "PSCURVE" 2246285 T PSCURVE (NIL) -9 NIL 2246452 NIL) (-973 2241822 2243338 2243403 "PSCAT" 2244247 NIL PSCAT (NIL T T T) -9 NIL 2244487 NIL) (-972 2240885 2241101 2241501 "PSCAT-" 2241506 NIL PSCAT- (NIL T T T T) -8 NIL NIL NIL) (-971 2239590 2240250 2240455 "PRTITION" 2240700 T PRTITION (NIL) -8 NIL NIL NIL) (-970 2239065 2239311 2239403 "PRTDAST" 2239518 T PRTDAST (NIL) -8 NIL NIL NIL) (-969 2228154 2230369 2232557 "PRS" 2236927 NIL PRS (NIL T T) -7 NIL NIL NIL) (-968 2225965 2227504 2227544 "PRQAGG" 2227727 NIL PRQAGG (NIL T) -9 NIL 2227829 NIL) (-967 2225169 2225474 2225502 "PROPLOG" 2225749 T PROPLOG (NIL) -9 NIL 2225915 NIL) (-966 2223599 2224120 2224377 "PROPFRML" 2224945 NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-965 2223068 2223175 2223303 "PROPERTY" 2223491 T PROPERTY (NIL) -8 NIL NIL NIL) (-964 2217126 2221234 2222054 "PRODUCT" 2222294 NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-963 2214404 2216584 2216818 "PR" 2216937 NIL PR (NIL T T) -8 NIL NIL NIL) (-962 2214200 2214232 2214291 "PRINT" 2214365 T PRINT (NIL) -7 NIL NIL NIL) (-961 2213540 2213657 2213809 "PRIMES" 2214080 NIL PRIMES (NIL T) -7 NIL NIL NIL) (-960 2211605 2212006 2212472 "PRIMELT" 2213119 NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-959 2211334 2211383 2211411 "PRIMCAT" 2211535 T PRIMCAT (NIL) -9 NIL NIL NIL) (-958 2207449 2211272 2211317 "PRIMARR" 2211322 NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-957 2206456 2206634 2206862 "PRIMARR2" 2207267 NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-956 2206099 2206155 2206266 "PREASSOC" 2206394 NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-955 2205574 2205707 2205735 "PPCURVE" 2205940 T PPCURVE (NIL) -9 NIL 2206076 NIL) (-954 2205169 2205369 2205452 "PORTNUM" 2205511 T PORTNUM (NIL) -8 NIL NIL NIL) (-953 2202528 2202927 2203519 "POLYROOT" 2204750 NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-952 2196710 2202132 2202292 "POLY" 2202401 NIL POLY (NIL T) -8 NIL NIL NIL) (-951 2196093 2196151 2196385 "POLYLIFT" 2196646 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-950 2192368 2192817 2193446 "POLYCATQ" 2195638 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-949 2179080 2184208 2184273 "POLYCAT" 2187787 NIL POLYCAT (NIL T T T) -9 NIL 2189665 NIL) (-948 2172529 2174391 2176775 "POLYCAT-" 2176780 NIL POLYCAT- (NIL T T T T) -8 NIL NIL NIL) (-947 2172116 2172184 2172304 "POLY2UP" 2172455 NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-946 2171748 2171805 2171914 "POLY2" 2172053 NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-945 2170433 2170672 2170948 "POLUTIL" 2171522 NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-944 2168788 2169065 2169396 "POLTOPOL" 2170155 NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-943 2164253 2168724 2168770 "POINT" 2168775 NIL POINT (NIL T) -8 NIL NIL NIL) (-942 2162440 2162797 2163172 "PNTHEORY" 2163898 T PNTHEORY (NIL) -7 NIL NIL NIL) (-941 2160898 2161195 2161594 "PMTOOLS" 2162138 NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-940 2160491 2160569 2160686 "PMSYM" 2160814 NIL PMSYM (NIL T) -7 NIL NIL NIL) (-939 2160001 2160070 2160244 "PMQFCAT" 2160416 NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-938 2159356 2159466 2159622 "PMPRED" 2159878 NIL PMPRED (NIL T) -7 NIL NIL NIL) (-937 2158749 2158835 2158997 "PMPREDFS" 2159257 NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-936 2157413 2157621 2157999 "PMPLCAT" 2158511 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-935 2156945 2157024 2157176 "PMLSAGG" 2157328 NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-934 2156418 2156494 2156676 "PMKERNEL" 2156863 NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-933 2156035 2156110 2156223 "PMINS" 2156337 NIL PMINS (NIL T) -7 NIL NIL NIL) (-932 2155477 2155546 2155755 "PMFS" 2155960 NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-931 2154705 2154823 2155028 "PMDOWN" 2155354 NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-930 2153872 2154030 2154211 "PMASS" 2154544 T PMASS (NIL) -7 NIL NIL NIL) (-929 2153145 2153255 2153418 "PMASSFS" 2153759 NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-928 2152800 2152868 2152962 "PLOTTOOL" 2153071 T PLOTTOOL (NIL) -7 NIL NIL NIL) (-927 2147407 2148611 2149759 "PLOT" 2151672 T PLOT (NIL) -8 NIL NIL NIL) (-926 2143211 2144255 2145176 "PLOT3D" 2146506 T PLOT3D (NIL) -8 NIL NIL NIL) (-925 2142123 2142300 2142535 "PLOT1" 2143015 NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-924 2117512 2122189 2127040 "PLEQN" 2137389 NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-923 2116830 2116952 2117132 "PINTERP" 2117377 NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-922 2116523 2116570 2116673 "PINTERPA" 2116777 NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-921 2115744 2116292 2116379 "PI" 2116419 T PI (NIL) -8 NIL NIL 2116486) (-920 2114041 2115016 2115044 "PID" 2115226 T PID (NIL) -9 NIL 2115360 NIL) (-919 2113792 2113829 2113904 "PICOERCE" 2113998 NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-918 2113112 2113251 2113427 "PGROEB" 2113648 NIL PGROEB (NIL T) -7 NIL NIL NIL) (-917 2108699 2109513 2110418 "PGE" 2112227 T PGE (NIL) -7 NIL NIL NIL) (-916 2106822 2107069 2107435 "PGCD" 2108416 NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-915 2106160 2106263 2106424 "PFRPAC" 2106706 NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-914 2102800 2104708 2105061 "PFR" 2105839 NIL PFR (NIL T) -8 NIL NIL NIL) (-913 2101189 2101433 2101758 "PFOTOOLS" 2102547 NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-912 2099722 2099961 2100312 "PFOQ" 2100946 NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-911 2098223 2098435 2098791 "PFO" 2099506 NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-910 2094776 2098112 2098181 "PF" 2098186 NIL PF (NIL NIL) -8 NIL NIL NIL) (-909 2092110 2093381 2093409 "PFECAT" 2093994 T PFECAT (NIL) -9 NIL 2094378 NIL) (-908 2091555 2091709 2091923 "PFECAT-" 2091928 NIL PFECAT- (NIL T) -8 NIL NIL NIL) (-907 2090158 2090410 2090711 "PFBRU" 2091304 NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-906 2088024 2088376 2088808 "PFBR" 2089809 NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-905 2083906 2085400 2086076 "PERM" 2087381 NIL PERM (NIL T) -8 NIL NIL NIL) (-904 2079140 2080113 2080983 "PERMGRP" 2083069 NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-903 2077246 2078203 2078244 "PERMCAT" 2078690 NIL PERMCAT (NIL T) -9 NIL 2078995 NIL) (-902 2076899 2076940 2077064 "PERMAN" 2077199 NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-901 2074387 2076564 2076686 "PENDTREE" 2076810 NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-900 2072411 2073179 2073220 "PDRING" 2073877 NIL PDRING (NIL T) -9 NIL 2074163 NIL) (-899 2071514 2071732 2072094 "PDRING-" 2072099 NIL PDRING- (NIL T T) -8 NIL NIL NIL) (-898 2068729 2069507 2070175 "PDEPROB" 2070866 T PDEPROB (NIL) -8 NIL NIL NIL) (-897 2066274 2066778 2067333 "PDEPACK" 2068194 T PDEPACK (NIL) -7 NIL NIL NIL) (-896 2065186 2065376 2065627 "PDECOMP" 2066073 NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-895 2062765 2063608 2063636 "PDECAT" 2064423 T PDECAT (NIL) -9 NIL 2065136 NIL) (-894 2062516 2062549 2062639 "PCOMP" 2062726 NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-893 2060694 2061317 2061614 "PBWLB" 2062245 NIL PBWLB (NIL T) -8 NIL NIL NIL) (-892 2053167 2054767 2056105 "PATTERN" 2059377 NIL PATTERN (NIL T) -8 NIL NIL NIL) (-891 2052799 2052856 2052965 "PATTERN2" 2053104 NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-890 2050556 2050944 2051401 "PATTERN1" 2052388 NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-889 2047924 2048505 2048986 "PATRES" 2050121 NIL PATRES (NIL T T) -8 NIL NIL NIL) (-888 2047488 2047555 2047687 "PATRES2" 2047851 NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-887 2045371 2045776 2046183 "PATMATCH" 2047155 NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-886 2044881 2045090 2045131 "PATMAB" 2045238 NIL PATMAB (NIL T) -9 NIL 2045321 NIL) (-885 2043399 2043735 2043993 "PATLRES" 2044686 NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-884 2042945 2043068 2043109 "PATAB" 2043114 NIL PATAB (NIL T) -9 NIL 2043286 NIL) (-883 2040426 2040958 2041531 "PARTPERM" 2042392 T PARTPERM (NIL) -7 NIL NIL NIL) (-882 2040047 2040110 2040212 "PARSURF" 2040357 NIL PARSURF (NIL T) -8 NIL NIL NIL) (-881 2039679 2039736 2039845 "PARSU2" 2039984 NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-880 2039443 2039483 2039550 "PARSER" 2039632 T PARSER (NIL) -7 NIL NIL NIL) (-879 2039064 2039127 2039229 "PARSCURV" 2039374 NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-878 2038696 2038753 2038862 "PARSC2" 2039001 NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-877 2038335 2038393 2038490 "PARPCURV" 2038632 NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-876 2037967 2038024 2038133 "PARPC2" 2038272 NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-875 2037487 2037573 2037692 "PAN2EXPR" 2037868 T PAN2EXPR (NIL) -7 NIL NIL NIL) (-874 2036264 2036608 2036836 "PALETTE" 2037279 T PALETTE (NIL) -8 NIL NIL NIL) (-873 2034657 2035269 2035629 "PAIR" 2035950 NIL PAIR (NIL T T) -8 NIL NIL NIL) (-872 2028527 2033916 2034110 "PADICRC" 2034512 NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-871 2021756 2027873 2028057 "PADICRAT" 2028375 NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-870 2020071 2021693 2021738 "PADIC" 2021743 NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-869 2017181 2018745 2018785 "PADICCT" 2019366 NIL PADICCT (NIL NIL) -9 NIL 2019648 NIL) (-868 2016138 2016338 2016606 "PADEPAC" 2016968 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-867 2015350 2015483 2015689 "PADE" 2016000 NIL PADE (NIL T T T) -7 NIL NIL NIL) (-866 2013737 2014558 2014838 "OWP" 2015154 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-865 2013230 2013443 2013540 "OVERSET" 2013660 T OVERSET (NIL) -8 NIL NIL NIL) (-864 2012276 2012835 2013007 "OVAR" 2013098 NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-863 2011540 2011661 2011822 "OUT" 2012135 T OUT (NIL) -7 NIL NIL NIL) (-862 2000412 2002649 2004849 "OUTFORM" 2009360 T OUTFORM (NIL) -8 NIL NIL NIL) (-861 1999748 2000009 2000136 "OUTBFILE" 2000305 T OUTBFILE (NIL) -8 NIL NIL NIL) (-860 1999055 1999220 1999248 "OUTBCON" 1999566 T OUTBCON (NIL) -9 NIL 1999732 NIL) (-859 1998656 1998768 1998925 "OUTBCON-" 1998930 NIL OUTBCON- (NIL T) -8 NIL NIL NIL) (-858 1998036 1998385 1998474 "OSI" 1998587 T OSI (NIL) -8 NIL NIL NIL) (-857 1997566 1997904 1997932 "OSGROUP" 1997937 T OSGROUP (NIL) -9 NIL 1997959 NIL) (-856 1996311 1996538 1996823 "ORTHPOL" 1997313 NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-855 1993862 1996146 1996267 "OREUP" 1996272 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-854 1991265 1993553 1993680 "ORESUP" 1993804 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-853 1988793 1989293 1989854 "OREPCTO" 1990754 NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-852 1982479 1984680 1984721 "OREPCAT" 1987069 NIL OREPCAT (NIL T) -9 NIL 1988173 NIL) (-851 1979626 1980408 1981466 "OREPCAT-" 1981471 NIL OREPCAT- (NIL T T) -8 NIL NIL NIL) (-850 1978777 1979075 1979103 "ORDSET" 1979412 T ORDSET (NIL) -9 NIL 1979576 NIL) (-849 1978208 1978356 1978580 "ORDSET-" 1978585 NIL ORDSET- (NIL T) -8 NIL NIL NIL) (-848 1976773 1977564 1977592 "ORDRING" 1977794 T ORDRING (NIL) -9 NIL 1977919 NIL) (-847 1976418 1976512 1976656 "ORDRING-" 1976661 NIL ORDRING- (NIL T) -8 NIL NIL NIL) (-846 1975798 1976261 1976289 "ORDMON" 1976294 T ORDMON (NIL) -9 NIL 1976315 NIL) (-845 1974960 1975107 1975302 "ORDFUNS" 1975647 NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-844 1974298 1974717 1974745 "ORDFIN" 1974810 T ORDFIN (NIL) -9 NIL 1974884 NIL) (-843 1970857 1972884 1973293 "ORDCOMP" 1973922 NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-842 1970123 1970250 1970436 "ORDCOMP2" 1970717 NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-841 1966704 1967614 1968428 "OPTPROB" 1969329 T OPTPROB (NIL) -8 NIL NIL NIL) (-840 1963506 1964145 1964849 "OPTPACK" 1966020 T OPTPACK (NIL) -7 NIL NIL NIL) (-839 1961193 1961959 1961987 "OPTCAT" 1962806 T OPTCAT (NIL) -9 NIL 1963456 NIL) (-838 1960577 1960870 1960975 "OPSIG" 1961108 T OPSIG (NIL) -8 NIL NIL NIL) (-837 1960345 1960384 1960450 "OPQUERY" 1960531 T OPQUERY (NIL) -7 NIL NIL NIL) (-836 1957476 1958656 1959160 "OP" 1959874 NIL OP (NIL T) -8 NIL NIL NIL) (-835 1956850 1957076 1957117 "OPERCAT" 1957329 NIL OPERCAT (NIL T) -9 NIL 1957426 NIL) (-834 1956605 1956661 1956778 "OPERCAT-" 1956783 NIL OPERCAT- (NIL T T) -8 NIL NIL NIL) (-833 1953418 1955402 1955771 "ONECOMP" 1956269 NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-832 1952723 1952838 1953012 "ONECOMP2" 1953290 NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-831 1952142 1952248 1952378 "OMSERVER" 1952613 T OMSERVER (NIL) -7 NIL NIL NIL) (-830 1949004 1951582 1951622 "OMSAGG" 1951683 NIL OMSAGG (NIL T) -9 NIL 1951747 NIL) (-829 1947627 1947890 1948172 "OMPKG" 1948742 T OMPKG (NIL) -7 NIL NIL NIL) (-828 1947057 1947160 1947188 "OM" 1947487 T OM (NIL) -9 NIL NIL NIL) (-827 1945604 1946606 1946775 "OMLO" 1946938 NIL OMLO (NIL T T) -8 NIL NIL NIL) (-826 1944564 1944711 1944931 "OMEXPR" 1945430 NIL OMEXPR (NIL T) -7 NIL NIL NIL) (-825 1943855 1944110 1944246 "OMERR" 1944448 T OMERR (NIL) -8 NIL NIL NIL) (-824 1943006 1943276 1943436 "OMERRK" 1943715 T OMERRK (NIL) -8 NIL NIL NIL) (-823 1942457 1942683 1942791 "OMENC" 1942918 T OMENC (NIL) -8 NIL NIL NIL) (-822 1936352 1937537 1938708 "OMDEV" 1941306 T OMDEV (NIL) -8 NIL NIL NIL) (-821 1935421 1935592 1935786 "OMCONN" 1936178 T OMCONN (NIL) -8 NIL NIL NIL) (-820 1933942 1934918 1934946 "OINTDOM" 1934951 T OINTDOM (NIL) -9 NIL 1934972 NIL) (-819 1929721 1930932 1931648 "OFMONOID" 1933258 NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-818 1929132 1929658 1929703 "ODVAR" 1929708 NIL ODVAR (NIL T) -8 NIL NIL NIL) (-817 1926555 1928877 1929032 "ODR" 1929037 NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-816 1919136 1926331 1926457 "ODPOL" 1926462 NIL ODPOL (NIL T) -8 NIL NIL NIL) (-815 1912958 1919008 1919113 "ODP" 1919118 NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-814 1911724 1911939 1912214 "ODETOOLS" 1912732 NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-813 1908691 1909349 1910065 "ODESYS" 1911057 NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-812 1903573 1904481 1905506 "ODERTRIC" 1907766 NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-811 1902999 1903081 1903275 "ODERED" 1903485 NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-810 1899887 1900435 1901112 "ODERAT" 1902422 NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-809 1896844 1897311 1897908 "ODEPRRIC" 1899416 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-808 1894787 1895383 1895869 "ODEPROB" 1896378 T ODEPROB (NIL) -8 NIL NIL NIL) (-807 1891307 1891792 1892439 "ODEPRIM" 1894266 NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-806 1890556 1890658 1890918 "ODEPAL" 1891199 NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-805 1886718 1887509 1888373 "ODEPACK" 1889712 T ODEPACK (NIL) -7 NIL NIL NIL) (-804 1885779 1885886 1886108 "ODEINT" 1886607 NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-803 1879880 1881305 1882752 "ODEIFTBL" 1884352 T ODEIFTBL (NIL) -8 NIL NIL NIL) (-802 1875278 1876064 1877016 "ODEEF" 1879039 NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-801 1874627 1874716 1874939 "ODECONST" 1875183 NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-800 1872752 1873413 1873441 "ODECAT" 1874046 T ODECAT (NIL) -9 NIL 1874577 NIL) (-799 1869624 1872464 1872583 "OCT" 1872665 NIL OCT (NIL T) -8 NIL NIL NIL) (-798 1869262 1869305 1869432 "OCTCT2" 1869575 NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-797 1863911 1866346 1866386 "OC" 1867483 NIL OC (NIL T) -9 NIL 1868341 NIL) (-796 1861138 1861886 1862876 "OC-" 1862970 NIL OC- (NIL T T) -8 NIL NIL NIL) (-795 1860490 1860958 1860986 "OCAMON" 1860991 T OCAMON (NIL) -9 NIL 1861012 NIL) (-794 1860021 1860362 1860390 "OASGP" 1860395 T OASGP (NIL) -9 NIL 1860415 NIL) (-793 1859282 1859771 1859799 "OAMONS" 1859839 T OAMONS (NIL) -9 NIL 1859882 NIL) (-792 1858696 1859129 1859157 "OAMON" 1859162 T OAMON (NIL) -9 NIL 1859182 NIL) (-791 1857954 1858472 1858500 "OAGROUP" 1858505 T OAGROUP (NIL) -9 NIL 1858525 NIL) (-790 1857644 1857694 1857782 "NUMTUBE" 1857898 NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-789 1851217 1852735 1854271 "NUMQUAD" 1856128 T NUMQUAD (NIL) -7 NIL NIL NIL) (-788 1846973 1847961 1848986 "NUMODE" 1850212 T NUMODE (NIL) -7 NIL NIL NIL) (-787 1844328 1845208 1845236 "NUMINT" 1846159 T NUMINT (NIL) -9 NIL 1846923 NIL) (-786 1843276 1843473 1843691 "NUMFMT" 1844130 T NUMFMT (NIL) -7 NIL NIL NIL) (-785 1829635 1832580 1835112 "NUMERIC" 1840783 NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-784 1824005 1829084 1829179 "NTSCAT" 1829184 NIL NTSCAT (NIL T T T T) -9 NIL 1829223 NIL) (-783 1823199 1823364 1823557 "NTPOLFN" 1823844 NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-782 1811276 1820024 1820836 "NSUP" 1822420 NIL NSUP (NIL T) -8 NIL NIL NIL) (-781 1810908 1810965 1811074 "NSUP2" 1811213 NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-780 1801136 1810682 1810815 "NSMP" 1810820 NIL NSMP (NIL T T) -8 NIL NIL NIL) (-779 1799568 1799869 1800226 "NREP" 1800824 NIL NREP (NIL T) -7 NIL NIL NIL) (-778 1798159 1798411 1798769 "NPCOEF" 1799311 NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-777 1797225 1797340 1797556 "NORMRETR" 1798040 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-776 1795266 1795556 1795965 "NORMPK" 1796933 NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-775 1794951 1794979 1795103 "NORMMA" 1795232 NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-774 1794751 1794908 1794937 "NONE" 1794942 T NONE (NIL) -8 NIL NIL NIL) (-773 1794540 1794569 1794638 "NONE1" 1794715 NIL NONE1 (NIL T) -7 NIL NIL NIL) (-772 1794037 1794099 1794278 "NODE1" 1794472 NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-771 1792322 1793173 1793428 "NNI" 1793775 T NNI (NIL) -8 NIL NIL 1794010) (-770 1790742 1791055 1791419 "NLINSOL" 1791990 NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-769 1786983 1787978 1788877 "NIPROB" 1789863 T NIPROB (NIL) -8 NIL NIL NIL) (-768 1785740 1785974 1786276 "NFINTBAS" 1786745 NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-767 1784914 1785390 1785431 "NETCLT" 1785603 NIL NETCLT (NIL T) -9 NIL 1785685 NIL) (-766 1783622 1783853 1784134 "NCODIV" 1784682 NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-765 1783384 1783421 1783496 "NCNTFRAC" 1783579 NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-764 1781564 1781928 1782348 "NCEP" 1783009 NIL NCEP (NIL T) -7 NIL NIL NIL) (-763 1780415 1781188 1781216 "NASRING" 1781326 T NASRING (NIL) -9 NIL 1781406 NIL) (-762 1780210 1780254 1780348 "NASRING-" 1780353 NIL NASRING- (NIL T) -8 NIL NIL NIL) (-761 1779317 1779842 1779870 "NARNG" 1779987 T NARNG (NIL) -9 NIL 1780078 NIL) (-760 1779009 1779076 1779210 "NARNG-" 1779215 NIL NARNG- (NIL T) -8 NIL NIL NIL) (-759 1777888 1778095 1778330 "NAGSP" 1778794 T NAGSP (NIL) -7 NIL NIL NIL) (-758 1769160 1770844 1772517 "NAGS" 1776235 T NAGS (NIL) -7 NIL NIL NIL) (-757 1767708 1768016 1768347 "NAGF07" 1768849 T NAGF07 (NIL) -7 NIL NIL NIL) (-756 1762246 1763537 1764844 "NAGF04" 1766421 T NAGF04 (NIL) -7 NIL NIL NIL) (-755 1755214 1756828 1758461 "NAGF02" 1760633 T NAGF02 (NIL) -7 NIL NIL NIL) (-754 1750438 1751538 1752655 "NAGF01" 1754117 T NAGF01 (NIL) -7 NIL NIL NIL) (-753 1744066 1745632 1747217 "NAGE04" 1748873 T NAGE04 (NIL) -7 NIL NIL NIL) (-752 1735235 1737356 1739486 "NAGE02" 1741956 T NAGE02 (NIL) -7 NIL NIL NIL) (-751 1731188 1732135 1733099 "NAGE01" 1734291 T NAGE01 (NIL) -7 NIL NIL NIL) (-750 1728983 1729517 1730075 "NAGD03" 1730650 T NAGD03 (NIL) -7 NIL NIL NIL) (-749 1720733 1722661 1724615 "NAGD02" 1727049 T NAGD02 (NIL) -7 NIL NIL NIL) (-748 1714544 1715969 1717409 "NAGD01" 1719313 T NAGD01 (NIL) -7 NIL NIL NIL) (-747 1710753 1711575 1712412 "NAGC06" 1713727 T NAGC06 (NIL) -7 NIL NIL NIL) (-746 1709218 1709550 1709906 "NAGC05" 1710417 T NAGC05 (NIL) -7 NIL NIL NIL) (-745 1708594 1708713 1708857 "NAGC02" 1709094 T NAGC02 (NIL) -7 NIL NIL NIL) (-744 1707553 1708136 1708176 "NAALG" 1708255 NIL NAALG (NIL T) -9 NIL 1708316 NIL) (-743 1707388 1707417 1707507 "NAALG-" 1707512 NIL NAALG- (NIL T T) -8 NIL NIL NIL) (-742 1701338 1702446 1703633 "MULTSQFR" 1706284 NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-741 1700657 1700732 1700916 "MULTFACT" 1701250 NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-740 1693381 1697294 1697347 "MTSCAT" 1698417 NIL MTSCAT (NIL T T) -9 NIL 1698932 NIL) (-739 1693093 1693147 1693239 "MTHING" 1693321 NIL MTHING (NIL T) -7 NIL NIL NIL) (-738 1692885 1692918 1692978 "MSYSCMD" 1693053 T MSYSCMD (NIL) -7 NIL NIL NIL) (-737 1688967 1691640 1691960 "MSET" 1692598 NIL MSET (NIL T) -8 NIL NIL NIL) (-736 1686036 1688528 1688569 "MSETAGG" 1688574 NIL MSETAGG (NIL T) -9 NIL 1688608 NIL) (-735 1681877 1683415 1684160 "MRING" 1685336 NIL MRING (NIL T T) -8 NIL NIL NIL) (-734 1681443 1681510 1681641 "MRF2" 1681804 NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-733 1681061 1681096 1681240 "MRATFAC" 1681402 NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-732 1678673 1678968 1679399 "MPRFF" 1680766 NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-731 1672970 1678527 1678624 "MPOLY" 1678629 NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-730 1672460 1672495 1672703 "MPCPF" 1672929 NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-729 1671974 1672017 1672201 "MPC3" 1672411 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-728 1671169 1671250 1671471 "MPC2" 1671889 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-727 1669470 1669807 1670197 "MONOTOOL" 1670829 NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-726 1668695 1669012 1669040 "MONOID" 1669259 T MONOID (NIL) -9 NIL 1669406 NIL) (-725 1668241 1668360 1668541 "MONOID-" 1668546 NIL MONOID- (NIL T) -8 NIL NIL NIL) (-724 1658716 1664667 1664726 "MONOGEN" 1665400 NIL MONOGEN (NIL T T) -9 NIL 1665856 NIL) (-723 1655934 1656669 1657669 "MONOGEN-" 1657788 NIL MONOGEN- (NIL T T T) -8 NIL NIL NIL) (-722 1654767 1655213 1655241 "MONADWU" 1655633 T MONADWU (NIL) -9 NIL 1655871 NIL) (-721 1654139 1654298 1654546 "MONADWU-" 1654551 NIL MONADWU- (NIL T) -8 NIL NIL NIL) (-720 1653498 1653742 1653770 "MONAD" 1653977 T MONAD (NIL) -9 NIL 1654089 NIL) (-719 1653183 1653261 1653393 "MONAD-" 1653398 NIL MONAD- (NIL T) -8 NIL NIL NIL) (-718 1651472 1652096 1652375 "MOEBIUS" 1652936 NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-717 1650750 1651154 1651194 "MODULE" 1651199 NIL MODULE (NIL T) -9 NIL 1651238 NIL) (-716 1650318 1650414 1650604 "MODULE-" 1650609 NIL MODULE- (NIL T T) -8 NIL NIL NIL) (-715 1647998 1648682 1649009 "MODRING" 1650142 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-714 1644942 1646103 1646624 "MODOP" 1647527 NIL MODOP (NIL T T) -8 NIL NIL NIL) (-713 1643530 1644009 1644286 "MODMONOM" 1644805 NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-712 1633571 1641821 1642235 "MODMON" 1643167 NIL MODMON (NIL T T) -8 NIL NIL NIL) (-711 1630727 1632415 1632691 "MODFIELD" 1633446 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-710 1629704 1630008 1630198 "MMLFORM" 1630557 T MMLFORM (NIL) -8 NIL NIL NIL) (-709 1629230 1629273 1629452 "MMAP" 1629655 NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-708 1627309 1628076 1628117 "MLO" 1628540 NIL MLO (NIL T) -9 NIL 1628782 NIL) (-707 1624675 1625191 1625793 "MLIFT" 1626790 NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-706 1624066 1624150 1624304 "MKUCFUNC" 1624586 NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-705 1623665 1623735 1623858 "MKRECORD" 1623989 NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-704 1622712 1622874 1623102 "MKFUNC" 1623476 NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-703 1622100 1622204 1622360 "MKFLCFN" 1622595 NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-702 1621377 1621479 1621664 "MKBCFUNC" 1621993 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-701 1618084 1620931 1621067 "MINT" 1621261 T MINT (NIL) -8 NIL NIL NIL) (-700 1616896 1617139 1617416 "MHROWRED" 1617839 NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-699 1612275 1615431 1615836 "MFLOAT" 1616511 T MFLOAT (NIL) -8 NIL NIL NIL) (-698 1611632 1611708 1611879 "MFINFACT" 1612187 NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-697 1607947 1608795 1609679 "MESH" 1610768 T MESH (NIL) -7 NIL NIL NIL) (-696 1606337 1606649 1607002 "MDDFACT" 1607634 NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-695 1603132 1605496 1605537 "MDAGG" 1605792 NIL MDAGG (NIL T) -9 NIL 1605935 NIL) (-694 1592872 1602425 1602632 "MCMPLX" 1602945 T MCMPLX (NIL) -8 NIL NIL NIL) (-693 1592013 1592159 1592359 "MCDEN" 1592721 NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-692 1589903 1590173 1590553 "MCALCFN" 1591743 NIL MCALCFN (NIL T T T T) -7 NIL NIL NIL) (-691 1588828 1589068 1589301 "MAYBE" 1589709 NIL MAYBE (NIL T) -8 NIL NIL NIL) (-690 1586440 1586963 1587525 "MATSTOR" 1588299 NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-689 1582397 1585812 1586060 "MATRIX" 1586225 NIL MATRIX (NIL T) -8 NIL NIL NIL) (-688 1578161 1578870 1579606 "MATLIN" 1581754 NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-687 1568267 1571453 1571530 "MATCAT" 1576410 NIL MATCAT (NIL T T T) -9 NIL 1577827 NIL) (-686 1564623 1565644 1567000 "MATCAT-" 1567005 NIL MATCAT- (NIL T T T T) -8 NIL NIL NIL) (-685 1563217 1563370 1563703 "MATCAT2" 1564458 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-684 1561329 1561653 1562037 "MAPPKG3" 1562892 NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-683 1560310 1560483 1560705 "MAPPKG2" 1561153 NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-682 1558809 1559093 1559420 "MAPPKG1" 1560016 NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-681 1557888 1558215 1558392 "MAPPAST" 1558652 T MAPPAST (NIL) -8 NIL NIL NIL) (-680 1557499 1557557 1557680 "MAPHACK3" 1557824 NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-679 1557091 1557152 1557266 "MAPHACK2" 1557431 NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-678 1556528 1556632 1556774 "MAPHACK1" 1556982 NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-677 1554607 1555228 1555532 "MAGMA" 1556256 NIL MAGMA (NIL T) -8 NIL NIL NIL) (-676 1554086 1554331 1554422 "MACROAST" 1554536 T MACROAST (NIL) -8 NIL NIL NIL) (-675 1550504 1552325 1552786 "M3D" 1553658 NIL M3D (NIL T) -8 NIL NIL NIL) (-674 1544610 1548873 1548914 "LZSTAGG" 1549696 NIL LZSTAGG (NIL T) -9 NIL 1549991 NIL) (-673 1540567 1541741 1543198 "LZSTAGG-" 1543203 NIL LZSTAGG- (NIL T T) -8 NIL NIL NIL) (-672 1537654 1538458 1538945 "LWORD" 1540112 NIL LWORD (NIL T) -8 NIL NIL NIL) (-671 1537230 1537458 1537533 "LSTAST" 1537599 T LSTAST (NIL) -8 NIL NIL NIL) (-670 1530396 1537001 1537135 "LSQM" 1537140 NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-669 1529620 1529759 1529987 "LSPP" 1530251 NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-668 1527432 1527733 1528189 "LSMP" 1529309 NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-667 1524211 1524885 1525615 "LSMP1" 1526734 NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-666 1518088 1523378 1523419 "LSAGG" 1523481 NIL LSAGG (NIL T) -9 NIL 1523559 NIL) (-665 1514783 1515707 1516920 "LSAGG-" 1516925 NIL LSAGG- (NIL T T) -8 NIL NIL NIL) (-664 1512382 1513927 1514176 "LPOLY" 1514578 NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-663 1511964 1512049 1512172 "LPEFRAC" 1512291 NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-662 1510285 1511058 1511311 "LO" 1511796 NIL LO (NIL T T T) -8 NIL NIL NIL) (-661 1509937 1510049 1510077 "LOGIC" 1510188 T LOGIC (NIL) -9 NIL 1510269 NIL) (-660 1509799 1509822 1509893 "LOGIC-" 1509898 NIL LOGIC- (NIL T) -8 NIL NIL NIL) (-659 1508992 1509132 1509325 "LODOOPS" 1509655 NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-658 1506415 1508908 1508974 "LODO" 1508979 NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-657 1504953 1505188 1505541 "LODOF" 1506162 NIL LODOF (NIL T T) -7 NIL NIL NIL) (-656 1501171 1503602 1503643 "LODOCAT" 1504081 NIL LODOCAT (NIL T) -9 NIL 1504292 NIL) (-655 1500904 1500962 1501089 "LODOCAT-" 1501094 NIL LODOCAT- (NIL T T) -8 NIL NIL NIL) (-654 1498224 1500745 1500863 "LODO2" 1500868 NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-653 1495659 1498161 1498206 "LODO1" 1498211 NIL LODO1 (NIL T) -8 NIL NIL NIL) (-652 1494540 1494705 1495010 "LODEEF" 1495482 NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-651 1489779 1492670 1492711 "LNAGG" 1493658 NIL LNAGG (NIL T) -9 NIL 1494102 NIL) (-650 1488926 1489140 1489482 "LNAGG-" 1489487 NIL LNAGG- (NIL T T) -8 NIL NIL NIL) (-649 1485062 1485851 1486490 "LMOPS" 1488341 NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-648 1484465 1484853 1484894 "LMODULE" 1484899 NIL LMODULE (NIL T) -9 NIL 1484925 NIL) (-647 1481663 1484110 1484233 "LMDICT" 1484375 NIL LMDICT (NIL T) -8 NIL NIL NIL) (-646 1481069 1481290 1481331 "LLINSET" 1481522 NIL LLINSET (NIL T) -9 NIL 1481613 NIL) (-645 1480768 1480977 1481037 "LITERAL" 1481042 NIL LITERAL (NIL T) -8 NIL NIL NIL) (-644 1473931 1479702 1480006 "LIST" 1480497 NIL LIST (NIL T) -8 NIL NIL NIL) (-643 1473456 1473530 1473669 "LIST3" 1473851 NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-642 1472463 1472641 1472869 "LIST2" 1473274 NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-641 1470597 1470909 1471308 "LIST2MAP" 1472110 NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-640 1470193 1470430 1470471 "LINSET" 1470476 NIL LINSET (NIL T) -9 NIL 1470510 NIL) (-639 1468854 1469524 1469565 "LINEXP" 1469820 NIL LINEXP (NIL T) -9 NIL 1469969 NIL) (-638 1467501 1467761 1468058 "LINDEP" 1468606 NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-637 1464268 1464987 1465764 "LIMITRF" 1466756 NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-636 1462571 1462867 1463276 "LIMITPS" 1463963 NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-635 1456999 1462082 1462310 "LIE" 1462392 NIL LIE (NIL T T) -8 NIL NIL NIL) (-634 1455947 1456416 1456456 "LIECAT" 1456596 NIL LIECAT (NIL T) -9 NIL 1456747 NIL) (-633 1455788 1455815 1455903 "LIECAT-" 1455908 NIL LIECAT- (NIL T T) -8 NIL NIL NIL) (-632 1448284 1455237 1455402 "LIB" 1455643 T LIB (NIL) -8 NIL NIL NIL) (-631 1443919 1444802 1445737 "LGROBP" 1447401 NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-630 1441917 1442191 1442541 "LF" 1443640 NIL LF (NIL T T) -7 NIL NIL NIL) (-629 1440757 1441449 1441477 "LFCAT" 1441684 T LFCAT (NIL) -9 NIL 1441823 NIL) (-628 1437659 1438289 1438977 "LEXTRIPK" 1440121 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-627 1434403 1435229 1435732 "LEXP" 1437239 NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-626 1433879 1434124 1434216 "LETAST" 1434331 T LETAST (NIL) -8 NIL NIL NIL) (-625 1432277 1432590 1432991 "LEADCDET" 1433561 NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-624 1431467 1431541 1431770 "LAZM3PK" 1432198 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-623 1426384 1429544 1430082 "LAUPOL" 1430979 NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-622 1425963 1426007 1426168 "LAPLACE" 1426334 NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-621 1423902 1425064 1425315 "LA" 1425796 NIL LA (NIL T T T) -8 NIL NIL NIL) (-620 1422896 1423480 1423521 "LALG" 1423583 NIL LALG (NIL T) -9 NIL 1423642 NIL) (-619 1422610 1422669 1422805 "LALG-" 1422810 NIL LALG- (NIL T T) -8 NIL NIL NIL) (-618 1422445 1422469 1422510 "KVTFROM" 1422572 NIL KVTFROM (NIL T) -9 NIL NIL NIL) (-617 1421368 1421812 1421997 "KTVLOGIC" 1422280 T KTVLOGIC (NIL) -8 NIL NIL NIL) (-616 1421203 1421227 1421268 "KRCFROM" 1421330 NIL KRCFROM (NIL T) -9 NIL NIL NIL) (-615 1420107 1420294 1420593 "KOVACIC" 1421003 NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-614 1419942 1419966 1420007 "KONVERT" 1420069 NIL KONVERT (NIL T) -9 NIL NIL NIL) (-613 1419777 1419801 1419842 "KOERCE" 1419904 NIL KOERCE (NIL T) -9 NIL NIL NIL) (-612 1417607 1418370 1418747 "KERNEL" 1419433 NIL KERNEL (NIL T) -8 NIL NIL NIL) (-611 1417103 1417184 1417316 "KERNEL2" 1417521 NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-610 1410873 1415642 1415696 "KDAGG" 1416073 NIL KDAGG (NIL T T) -9 NIL 1416279 NIL) (-609 1410402 1410526 1410731 "KDAGG-" 1410736 NIL KDAGG- (NIL T T T) -8 NIL NIL NIL) (-608 1403550 1410063 1410218 "KAFILE" 1410280 NIL KAFILE (NIL T) -8 NIL NIL NIL) (-607 1397978 1403061 1403289 "JORDAN" 1403371 NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-606 1397357 1397627 1397748 "JOINAST" 1397877 T JOINAST (NIL) -8 NIL NIL NIL) (-605 1397203 1397262 1397317 "JAVACODE" 1397322 T JAVACODE (NIL) -8 NIL NIL NIL) (-604 1393455 1395408 1395462 "IXAGG" 1396391 NIL IXAGG (NIL T T) -9 NIL 1396850 NIL) (-603 1392374 1392680 1393099 "IXAGG-" 1393104 NIL IXAGG- (NIL T T T) -8 NIL NIL NIL) (-602 1387904 1392296 1392355 "IVECTOR" 1392360 NIL IVECTOR (NIL T NIL) -8 NIL NIL NIL) (-601 1386670 1386907 1387173 "ITUPLE" 1387671 NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-600 1385172 1385349 1385644 "ITRIGMNP" 1386492 NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-599 1383917 1384121 1384404 "ITFUN3" 1384948 NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-598 1383549 1383606 1383715 "ITFUN2" 1383854 NIL ITFUN2 (NIL T T) -7 NIL NIL NIL) (-597 1381351 1382411 1382710 "ITAYLOR" 1383283 NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-596 1370296 1375488 1376651 "ISUPS" 1380221 NIL ISUPS (NIL T) -8 NIL NIL NIL) (-595 1369400 1369540 1369776 "ISUMP" 1370143 NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-594 1364614 1369201 1369280 "ISTRING" 1369353 NIL ISTRING (NIL NIL) -8 NIL NIL NIL) (-593 1364090 1364335 1364427 "ISAST" 1364542 T ISAST (NIL) -8 NIL NIL NIL) (-592 1363299 1363381 1363597 "IRURPK" 1364004 NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-591 1362235 1362436 1362676 "IRSN" 1363079 T IRSN (NIL) -7 NIL NIL NIL) (-590 1360306 1360661 1361090 "IRRF2F" 1361873 NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-589 1360053 1360091 1360167 "IRREDFFX" 1360262 NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-588 1358668 1358927 1359226 "IROOT" 1359786 NIL IROOT (NIL T) -7 NIL NIL NIL) (-587 1355272 1356352 1357044 "IR" 1358008 NIL IR (NIL T) -8 NIL NIL NIL) (-586 1352885 1353380 1353946 "IR2" 1354750 NIL IR2 (NIL T T) -7 NIL NIL NIL) (-585 1351985 1352098 1352312 "IR2F" 1352768 NIL IR2F (NIL T T) -7 NIL NIL NIL) (-584 1351776 1351810 1351870 "IPRNTPK" 1351945 T IPRNTPK (NIL) -7 NIL NIL NIL) (-583 1348357 1351665 1351734 "IPF" 1351739 NIL IPF (NIL NIL) -8 NIL NIL NIL) (-582 1346684 1348282 1348339 "IPADIC" 1348344 NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-581 1345996 1346244 1346374 "IP4ADDR" 1346574 T IP4ADDR (NIL) -8 NIL NIL NIL) (-580 1345469 1345700 1345810 "IOMODE" 1345906 T IOMODE (NIL) -8 NIL NIL NIL) (-579 1344542 1345066 1345193 "IOBFILE" 1345362 T IOBFILE (NIL) -8 NIL NIL NIL) (-578 1344030 1344446 1344474 "IOBCON" 1344479 T IOBCON (NIL) -9 NIL 1344500 NIL) (-577 1343541 1343599 1343782 "INVLAPLA" 1343966 NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-576 1333189 1335543 1337929 "INTTR" 1341205 NIL INTTR (NIL T T) -7 NIL NIL NIL) (-575 1329524 1330266 1331131 "INTTOOLS" 1332374 NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-574 1329110 1329201 1329318 "INTSLPE" 1329427 T INTSLPE (NIL) -7 NIL NIL NIL) (-573 1327063 1329033 1329092 "INTRVL" 1329097 NIL INTRVL (NIL T) -8 NIL NIL NIL) (-572 1324665 1325177 1325752 "INTRF" 1326548 NIL INTRF (NIL T) -7 NIL NIL NIL) (-571 1324076 1324173 1324315 "INTRET" 1324563 NIL INTRET (NIL T) -7 NIL NIL NIL) (-570 1322073 1322462 1322932 "INTRAT" 1323684 NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-569 1319336 1319919 1320538 "INTPM" 1321558 NIL INTPM (NIL T T) -7 NIL NIL NIL) (-568 1316081 1316680 1317418 "INTPAF" 1318722 NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-567 1311260 1312222 1313273 "INTPACK" 1315050 T INTPACK (NIL) -7 NIL NIL NIL) (-566 1308140 1310989 1311116 "INT" 1311153 T INT (NIL) -8 NIL NIL NIL) (-565 1307392 1307544 1307752 "INTHERTR" 1307982 NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-564 1306831 1306911 1307099 "INTHERAL" 1307306 NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-563 1304677 1305120 1305577 "INTHEORY" 1306394 T INTHEORY (NIL) -7 NIL NIL NIL) (-562 1296083 1297704 1299476 "INTG0" 1303029 NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-561 1276656 1281446 1286256 "INTFTBL" 1291293 T INTFTBL (NIL) -8 NIL NIL NIL) (-560 1275905 1276043 1276216 "INTFACT" 1276515 NIL INTFACT (NIL T) -7 NIL NIL NIL) (-559 1273332 1273778 1274335 "INTEF" 1275459 NIL INTEF (NIL T T) -7 NIL NIL NIL) (-558 1271699 1272438 1272466 "INTDOM" 1272767 T INTDOM (NIL) -9 NIL 1272974 NIL) (-557 1271068 1271242 1271484 "INTDOM-" 1271489 NIL INTDOM- (NIL T) -8 NIL NIL NIL) (-556 1267456 1269384 1269438 "INTCAT" 1270237 NIL INTCAT (NIL T) -9 NIL 1270558 NIL) (-555 1266928 1267031 1267159 "INTBIT" 1267348 T INTBIT (NIL) -7 NIL NIL NIL) (-554 1265627 1265781 1266088 "INTALG" 1266773 NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-553 1265110 1265200 1265357 "INTAF" 1265531 NIL INTAF (NIL T T) -7 NIL NIL NIL) (-552 1258453 1264920 1265060 "INTABL" 1265065 NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-551 1257794 1258260 1258325 "INT8" 1258359 T INT8 (NIL) -8 NIL NIL 1258404) (-550 1257134 1257600 1257665 "INT64" 1257699 T INT64 (NIL) -8 NIL NIL 1257744) (-549 1256474 1256940 1257005 "INT32" 1257039 T INT32 (NIL) -8 NIL NIL 1257084) (-548 1255814 1256280 1256345 "INT16" 1256379 T INT16 (NIL) -8 NIL NIL 1256424) (-547 1250724 1253437 1253465 "INS" 1254399 T INS (NIL) -9 NIL 1255064 NIL) (-546 1247964 1248735 1249709 "INS-" 1249782 NIL INS- (NIL T) -8 NIL NIL NIL) (-545 1246739 1246966 1247264 "INPSIGN" 1247717 NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-544 1245857 1245974 1246171 "INPRODPF" 1246619 NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-543 1244751 1244868 1245105 "INPRODFF" 1245737 NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-542 1243751 1243903 1244163 "INNMFACT" 1244587 NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-541 1242948 1243045 1243233 "INMODGCD" 1243650 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-540 1241456 1241701 1242025 "INFSP" 1242693 NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-539 1240640 1240757 1240940 "INFPROD0" 1241336 NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-538 1237495 1238705 1239220 "INFORM" 1240133 T INFORM (NIL) -8 NIL NIL NIL) (-537 1237105 1237165 1237263 "INFORM1" 1237430 NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-536 1236628 1236717 1236831 "INFINITY" 1237011 T INFINITY (NIL) -7 NIL NIL NIL) (-535 1235804 1236348 1236449 "INETCLTS" 1236547 T INETCLTS (NIL) -8 NIL NIL NIL) (-534 1234420 1234670 1234991 "INEP" 1235552 NIL INEP (NIL T T T) -7 NIL NIL NIL) (-533 1233669 1234317 1234382 "INDE" 1234387 NIL INDE (NIL T) -8 NIL NIL NIL) (-532 1233233 1233301 1233418 "INCRMAPS" 1233596 NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-531 1232051 1232502 1232708 "INBFILE" 1233047 T INBFILE (NIL) -8 NIL NIL NIL) (-530 1227350 1228287 1229231 "INBFF" 1231139 NIL INBFF (NIL T) -7 NIL NIL NIL) (-529 1226258 1226527 1226555 "INBCON" 1227068 T INBCON (NIL) -9 NIL 1227334 NIL) (-528 1225510 1225733 1226009 "INBCON-" 1226014 NIL INBCON- (NIL T) -8 NIL NIL NIL) (-527 1224989 1225234 1225325 "INAST" 1225439 T INAST (NIL) -8 NIL NIL NIL) (-526 1224416 1224668 1224774 "IMPTAST" 1224903 T IMPTAST (NIL) -8 NIL NIL NIL) (-525 1220862 1224260 1224364 "IMATRIX" 1224369 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL NIL) (-524 1219574 1219697 1220012 "IMATQF" 1220718 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-523 1217794 1218021 1218358 "IMATLIN" 1219330 NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-522 1212372 1217718 1217776 "ILIST" 1217781 NIL ILIST (NIL T NIL) -8 NIL NIL NIL) (-521 1210277 1212232 1212345 "IIARRAY2" 1212350 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL NIL) (-520 1205675 1210188 1210252 "IFF" 1210257 NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-519 1205022 1205292 1205408 "IFAST" 1205579 T IFAST (NIL) -8 NIL NIL NIL) (-518 1200017 1204314 1204502 "IFARRAY" 1204879 NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-517 1199197 1199921 1199994 "IFAMON" 1199999 NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-516 1198781 1198846 1198900 "IEVALAB" 1199107 NIL IEVALAB (NIL T T) -9 NIL NIL NIL) (-515 1198456 1198524 1198684 "IEVALAB-" 1198689 NIL IEVALAB- (NIL T T T) -8 NIL NIL NIL) (-514 1198087 1198370 1198433 "IDPO" 1198438 NIL IDPO (NIL T T) -8 NIL NIL NIL) (-513 1197337 1197976 1198051 "IDPOAMS" 1198056 NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-512 1196644 1197226 1197301 "IDPOAM" 1197306 NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-511 1195703 1195979 1196032 "IDPC" 1196445 NIL IDPC (NIL T T) -9 NIL 1196594 NIL) (-510 1195172 1195595 1195668 "IDPAM" 1195673 NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-509 1194548 1195064 1195137 "IDPAG" 1195142 NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-508 1194193 1194384 1194459 "IDENT" 1194493 T IDENT (NIL) -8 NIL NIL NIL) (-507 1190448 1191296 1192191 "IDECOMP" 1193350 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-506 1183286 1184371 1185418 "IDEAL" 1189484 NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-505 1182450 1182562 1182761 "ICDEN" 1183170 NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-504 1181521 1181930 1182077 "ICARD" 1182323 T ICARD (NIL) -8 NIL NIL NIL) (-503 1179581 1179894 1180299 "IBPTOOLS" 1181198 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-502 1175188 1179201 1179314 "IBITS" 1179500 NIL IBITS (NIL NIL) -8 NIL NIL NIL) (-501 1171911 1172487 1173182 "IBATOOL" 1174605 NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-500 1169690 1170152 1170685 "IBACHIN" 1171446 NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-499 1167519 1169536 1169639 "IARRAY2" 1169644 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL NIL) (-498 1163625 1167445 1167502 "IARRAY1" 1167507 NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-497 1157734 1162037 1162518 "IAN" 1163164 T IAN (NIL) -8 NIL NIL NIL) (-496 1157245 1157302 1157475 "IALGFACT" 1157671 NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-495 1156773 1156886 1156914 "HYPCAT" 1157121 T HYPCAT (NIL) -9 NIL NIL NIL) (-494 1156311 1156428 1156614 "HYPCAT-" 1156619 NIL HYPCAT- (NIL T) -8 NIL NIL NIL) (-493 1155906 1156106 1156189 "HOSTNAME" 1156248 T HOSTNAME (NIL) -8 NIL NIL NIL) (-492 1155751 1155788 1155829 "HOMOTOP" 1155834 NIL HOMOTOP (NIL T) -9 NIL 1155867 NIL) (-491 1152383 1153761 1153802 "HOAGG" 1154783 NIL HOAGG (NIL T) -9 NIL 1155462 NIL) (-490 1150977 1151376 1151902 "HOAGG-" 1151907 NIL HOAGG- (NIL T T) -8 NIL NIL NIL) (-489 1144981 1150572 1150721 "HEXADEC" 1150848 T HEXADEC (NIL) -8 NIL NIL NIL) (-488 1143728 1143951 1144214 "HEUGCD" 1144758 NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-487 1142804 1143565 1143695 "HELLFDIV" 1143700 NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-486 1140983 1142581 1142669 "HEAP" 1142748 NIL HEAP (NIL T) -8 NIL NIL NIL) (-485 1140246 1140535 1140669 "HEADAST" 1140869 T HEADAST (NIL) -8 NIL NIL NIL) (-484 1134112 1140161 1140223 "HDP" 1140228 NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-483 1128100 1133747 1133899 "HDMP" 1134013 NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-482 1127424 1127564 1127728 "HB" 1127956 T HB (NIL) -7 NIL NIL NIL) (-481 1120810 1127270 1127374 "HASHTBL" 1127379 NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-480 1120286 1120531 1120623 "HASAST" 1120738 T HASAST (NIL) -8 NIL NIL NIL) (-479 1118064 1119908 1120090 "HACKPI" 1120124 T HACKPI (NIL) -8 NIL NIL NIL) (-478 1113732 1117917 1118030 "GTSET" 1118035 NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-477 1107147 1113610 1113708 "GSTBL" 1113713 NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-476 1099425 1106178 1106443 "GSERIES" 1106938 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-475 1098566 1098983 1099011 "GROUP" 1099214 T GROUP (NIL) -9 NIL 1099348 NIL) (-474 1097932 1098091 1098342 "GROUP-" 1098347 NIL GROUP- (NIL T) -8 NIL NIL NIL) (-473 1096299 1096620 1097007 "GROEBSOL" 1097609 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-472 1095213 1095501 1095552 "GRMOD" 1096081 NIL GRMOD (NIL T T) -9 NIL 1096249 NIL) (-471 1094981 1095017 1095145 "GRMOD-" 1095150 NIL GRMOD- (NIL T T T) -8 NIL NIL NIL) (-470 1090271 1091335 1092335 "GRIMAGE" 1094001 T GRIMAGE (NIL) -8 NIL NIL NIL) (-469 1088737 1088998 1089322 "GRDEF" 1089967 T GRDEF (NIL) -7 NIL NIL NIL) (-468 1088181 1088297 1088438 "GRAY" 1088616 T GRAY (NIL) -7 NIL NIL NIL) (-467 1087368 1087774 1087825 "GRALG" 1087978 NIL GRALG (NIL T T) -9 NIL 1088071 NIL) (-466 1087029 1087102 1087265 "GRALG-" 1087270 NIL GRALG- (NIL T T T) -8 NIL NIL NIL) (-465 1083806 1086614 1086792 "GPOLSET" 1086936 NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-464 1083160 1083217 1083475 "GOSPER" 1083743 NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-463 1078892 1079598 1080124 "GMODPOL" 1082859 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-462 1077897 1078081 1078319 "GHENSEL" 1078704 NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-461 1072053 1072896 1073916 "GENUPS" 1076981 NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-460 1071750 1071801 1071890 "GENUFACT" 1071996 NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-459 1071162 1071239 1071404 "GENPGCD" 1071668 NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-458 1070636 1070671 1070884 "GENMFACT" 1071121 NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-457 1069202 1069459 1069766 "GENEEZ" 1070379 NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-456 1063348 1068813 1068975 "GDMP" 1069125 NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-455 1052690 1057119 1058225 "GCNAALG" 1062331 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-454 1051017 1051879 1051907 "GCDDOM" 1052162 T GCDDOM (NIL) -9 NIL 1052319 NIL) (-453 1050487 1050614 1050829 "GCDDOM-" 1050834 NIL GCDDOM- (NIL T) -8 NIL NIL NIL) (-452 1049159 1049344 1049648 "GB" 1050266 NIL GB (NIL T T T T) -7 NIL NIL NIL) (-451 1037775 1040105 1042497 "GBINTERN" 1046850 NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-450 1035612 1035904 1036325 "GBF" 1037450 NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-449 1034393 1034558 1034825 "GBEUCLID" 1035428 NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-448 1033742 1033867 1034016 "GAUSSFAC" 1034264 T GAUSSFAC (NIL) -7 NIL NIL NIL) (-447 1032109 1032411 1032725 "GALUTIL" 1033461 NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-446 1030417 1030691 1031015 "GALPOLYU" 1031836 NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-445 1027782 1028072 1028479 "GALFACTU" 1030114 NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-444 1019587 1021087 1022695 "GALFACT" 1026214 NIL GALFACT (NIL T) -7 NIL NIL NIL) (-443 1016975 1017633 1017661 "FVFUN" 1018817 T FVFUN (NIL) -9 NIL 1019537 NIL) (-442 1016241 1016423 1016451 "FVC" 1016742 T FVC (NIL) -9 NIL 1016925 NIL) (-441 1015884 1016066 1016134 "FUNDESC" 1016193 T FUNDESC (NIL) -8 NIL NIL NIL) (-440 1015499 1015681 1015762 "FUNCTION" 1015836 NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-439 1013243 1013821 1014287 "FT" 1015053 T FT (NIL) -8 NIL NIL NIL) (-438 1012034 1012544 1012747 "FTEM" 1013060 T FTEM (NIL) -8 NIL NIL NIL) (-437 1010325 1010614 1011011 "FSUPFACT" 1011725 NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-436 1008722 1009011 1009343 "FST" 1010013 T FST (NIL) -8 NIL NIL NIL) (-435 1007921 1008027 1008215 "FSRED" 1008604 NIL FSRED (NIL T T) -7 NIL NIL NIL) (-434 1006620 1006876 1007223 "FSPRMELT" 1007636 NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-433 1003926 1004364 1004850 "FSPECF" 1006183 NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-432 985564 993895 993936 "FS" 997820 NIL FS (NIL T) -9 NIL 1000109 NIL) (-431 974207 977200 981257 "FS-" 981557 NIL FS- (NIL T T) -8 NIL NIL NIL) (-430 973735 973789 973959 "FSINT" 974148 NIL FSINT (NIL T T) -7 NIL NIL NIL) (-429 972027 972728 973031 "FSERIES" 973514 NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-428 971069 971185 971409 "FSCINT" 971907 NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-427 967277 970013 970054 "FSAGG" 970424 NIL FSAGG (NIL T) -9 NIL 970683 NIL) (-426 965039 965640 966436 "FSAGG-" 966531 NIL FSAGG- (NIL T T) -8 NIL NIL NIL) (-425 964081 964224 964451 "FSAGG2" 964892 NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-424 961763 962043 962590 "FS2UPS" 963799 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-423 961397 961440 961569 "FS2" 961714 NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-422 960275 960446 960748 "FS2EXPXP" 961222 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-421 959701 959816 959968 "FRUTIL" 960155 NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-420 951114 955196 956554 "FR" 958375 NIL FR (NIL T) -8 NIL NIL NIL) (-419 946083 948757 948797 "FRNAALG" 950193 NIL FRNAALG (NIL T) -9 NIL 950800 NIL) (-418 941756 942832 944107 "FRNAALG-" 944857 NIL FRNAALG- (NIL T T) -8 NIL NIL NIL) (-417 941394 941437 941564 "FRNAAF2" 941707 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-416 939774 940248 940543 "FRMOD" 941206 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-415 937525 938157 938474 "FRIDEAL" 939565 NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-414 936720 936807 937096 "FRIDEAL2" 937432 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-413 935853 936267 936308 "FRETRCT" 936313 NIL FRETRCT (NIL T) -9 NIL 936489 NIL) (-412 934965 935196 935547 "FRETRCT-" 935552 NIL FRETRCT- (NIL T T) -8 NIL NIL NIL) (-411 932053 933263 933322 "FRAMALG" 934204 NIL FRAMALG (NIL T T) -9 NIL 934496 NIL) (-410 930187 930642 931272 "FRAMALG-" 931495 NIL FRAMALG- (NIL T T T) -8 NIL NIL NIL) (-409 924108 929662 929938 "FRAC" 929943 NIL FRAC (NIL T) -8 NIL NIL NIL) (-408 923744 923801 923908 "FRAC2" 924045 NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-407 923380 923437 923544 "FR2" 923681 NIL FR2 (NIL T T) -7 NIL NIL NIL) (-406 917893 920786 920814 "FPS" 921933 T FPS (NIL) -9 NIL 922490 NIL) (-405 917342 917451 917615 "FPS-" 917761 NIL FPS- (NIL T) -8 NIL NIL NIL) (-404 914644 916313 916341 "FPC" 916566 T FPC (NIL) -9 NIL 916708 NIL) (-403 914437 914477 914574 "FPC-" 914579 NIL FPC- (NIL T) -8 NIL NIL NIL) (-402 913227 913925 913966 "FPATMAB" 913971 NIL FPATMAB (NIL T) -9 NIL 914123 NIL) (-401 910900 911403 911829 "FPARFRAC" 912864 NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-400 906293 906792 907474 "FORTRAN" 910332 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL NIL) (-399 904009 904509 905048 "FORT" 905774 T FORT (NIL) -7 NIL NIL NIL) (-398 901685 902247 902275 "FORTFN" 903335 T FORTFN (NIL) -9 NIL 903959 NIL) (-397 901449 901499 901527 "FORTCAT" 901586 T FORTCAT (NIL) -9 NIL 901648 NIL) (-396 899555 900065 900455 "FORMULA" 901079 T FORMULA (NIL) -8 NIL NIL NIL) (-395 899343 899373 899442 "FORMULA1" 899519 NIL FORMULA1 (NIL T) -7 NIL NIL NIL) (-394 898866 898918 899091 "FORDER" 899285 NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-393 897962 898126 898319 "FOP" 898693 T FOP (NIL) -7 NIL NIL NIL) (-392 896543 897242 897416 "FNLA" 897844 NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-391 895272 895687 895715 "FNCAT" 896175 T FNCAT (NIL) -9 NIL 896435 NIL) (-390 894811 895231 895259 "FNAME" 895264 T FNAME (NIL) -8 NIL NIL NIL) (-389 893374 894337 894365 "FMTC" 894370 T FMTC (NIL) -9 NIL 894406 NIL) (-388 889707 890897 891526 "FMONOID" 892778 NIL FMONOID (NIL T) -8 NIL NIL NIL) (-387 888899 889449 889598 "FM" 889603 NIL FM (NIL T T) -8 NIL NIL NIL) (-386 886323 886969 886997 "FMFUN" 888141 T FMFUN (NIL) -9 NIL 888849 NIL) (-385 885592 885773 885801 "FMC" 886091 T FMC (NIL) -9 NIL 886273 NIL) (-384 882671 883531 883585 "FMCAT" 884780 NIL FMCAT (NIL T T) -9 NIL 885275 NIL) (-383 881537 882437 882537 "FM1" 882616 NIL FM1 (NIL T T) -8 NIL NIL NIL) (-382 879311 879727 880221 "FLOATRP" 881088 NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-381 872886 877040 877661 "FLOAT" 878710 T FLOAT (NIL) -8 NIL NIL NIL) (-380 870324 870824 871402 "FLOATCP" 872353 NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-379 869064 869902 869943 "FLINEXP" 869948 NIL FLINEXP (NIL T) -9 NIL 870041 NIL) (-378 868218 868453 868781 "FLINEXP-" 868786 NIL FLINEXP- (NIL T T) -8 NIL NIL NIL) (-377 867294 867438 867662 "FLASORT" 868070 NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-376 864410 865278 865330 "FLALG" 866557 NIL FLALG (NIL T T) -9 NIL 867024 NIL) (-375 858146 861896 861937 "FLAGG" 863199 NIL FLAGG (NIL T) -9 NIL 863851 NIL) (-374 856872 857211 857701 "FLAGG-" 857706 NIL FLAGG- (NIL T T) -8 NIL NIL NIL) (-373 855914 856057 856284 "FLAGG2" 856725 NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-372 852765 853773 853832 "FINRALG" 854960 NIL FINRALG (NIL T T) -9 NIL 855468 NIL) (-371 851925 852154 852493 "FINRALG-" 852498 NIL FINRALG- (NIL T T T) -8 NIL NIL NIL) (-370 851305 851544 851572 "FINITE" 851768 T FINITE (NIL) -9 NIL 851875 NIL) (-369 843662 845849 845889 "FINAALG" 849556 NIL FINAALG (NIL T) -9 NIL 851009 NIL) (-368 838994 840044 841188 "FINAALG-" 842567 NIL FINAALG- (NIL T T) -8 NIL NIL NIL) (-367 838362 838749 838852 "FILE" 838924 NIL FILE (NIL T) -8 NIL NIL NIL) (-366 837020 837358 837412 "FILECAT" 838096 NIL FILECAT (NIL T T) -9 NIL 838312 NIL) (-365 834736 836264 836292 "FIELD" 836332 T FIELD (NIL) -9 NIL 836412 NIL) (-364 833356 833741 834252 "FIELD-" 834257 NIL FIELD- (NIL T) -8 NIL NIL NIL) (-363 831206 831991 832338 "FGROUP" 833042 NIL FGROUP (NIL T) -8 NIL NIL NIL) (-362 830296 830460 830680 "FGLMICPK" 831038 NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-361 826128 830221 830278 "FFX" 830283 NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-360 825729 825790 825925 "FFSLPE" 826061 NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-359 821718 822501 823297 "FFPOLY" 824965 NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-358 821222 821258 821467 "FFPOLY2" 821676 NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-357 817065 821141 821204 "FFP" 821209 NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-356 812463 816976 817040 "FF" 817045 NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-355 807589 811806 811996 "FFNBX" 812317 NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-354 802518 806724 806982 "FFNBP" 807443 NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-353 797151 801802 802013 "FFNB" 802351 NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-352 795983 796181 796496 "FFINTBAS" 796948 NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-351 792052 794272 794300 "FFIELDC" 794920 T FFIELDC (NIL) -9 NIL 795296 NIL) (-350 790714 791085 791582 "FFIELDC-" 791587 NIL FFIELDC- (NIL T) -8 NIL NIL NIL) (-349 790283 790329 790453 "FFHOM" 790656 NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-348 787978 788465 788982 "FFF" 789798 NIL FFF (NIL T) -7 NIL NIL NIL) (-347 783596 787720 787821 "FFCGX" 787921 NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-346 779217 783328 783435 "FFCGP" 783539 NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-345 774400 778944 779052 "FFCG" 779153 NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-344 755796 764877 764963 "FFCAT" 770128 NIL FFCAT (NIL T T T) -9 NIL 771579 NIL) (-343 750994 752041 753355 "FFCAT-" 754585 NIL FFCAT- (NIL T T T T) -8 NIL NIL NIL) (-342 750405 750448 750683 "FFCAT2" 750945 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-341 739726 743377 744597 "FEXPR" 749257 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL NIL) (-340 738726 739161 739202 "FEVALAB" 739286 NIL FEVALAB (NIL T) -9 NIL 739547 NIL) (-339 737885 738095 738433 "FEVALAB-" 738438 NIL FEVALAB- (NIL T T) -8 NIL NIL NIL) (-338 736451 737268 737471 "FDIV" 737784 NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-337 733471 734212 734327 "FDIVCAT" 735895 NIL FDIVCAT (NIL T T T T) -9 NIL 736332 NIL) (-336 733233 733260 733430 "FDIVCAT-" 733435 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL NIL) (-335 732453 732540 732817 "FDIV2" 733140 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-334 731427 731748 731950 "FCTRDATA" 732271 T FCTRDATA (NIL) -8 NIL NIL NIL) (-333 730113 730372 730661 "FCPAK1" 731158 T FCPAK1 (NIL) -7 NIL NIL NIL) (-332 729212 729613 729754 "FCOMP" 730004 NIL FCOMP (NIL T) -8 NIL NIL NIL) (-331 712914 716362 719900 "FC" 725694 T FC (NIL) -8 NIL NIL NIL) (-330 705277 709305 709345 "FAXF" 711147 NIL FAXF (NIL T) -9 NIL 711839 NIL) (-329 702553 703211 704036 "FAXF-" 704501 NIL FAXF- (NIL T T) -8 NIL NIL NIL) (-328 697605 701929 702105 "FARRAY" 702410 NIL FARRAY (NIL T) -8 NIL NIL NIL) (-327 692499 694566 694619 "FAMR" 695642 NIL FAMR (NIL T T) -9 NIL 696102 NIL) (-326 691389 691691 692126 "FAMR-" 692131 NIL FAMR- (NIL T T T) -8 NIL NIL NIL) (-325 690558 691311 691364 "FAMONOID" 691369 NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-324 688344 689054 689107 "FAMONC" 690048 NIL FAMONC (NIL T T) -9 NIL 690434 NIL) (-323 687008 688098 688235 "FAGROUP" 688240 NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-322 684803 685122 685525 "FACUTIL" 686689 NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-321 683902 684087 684309 "FACTFUNC" 684613 NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-320 676324 683205 683404 "EXPUPXS" 683758 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-319 673807 674347 674933 "EXPRTUBE" 675758 T EXPRTUBE (NIL) -7 NIL NIL NIL) (-318 670078 670670 671400 "EXPRODE" 673146 NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-317 655563 668727 669156 "EXPR" 669682 NIL EXPR (NIL T) -8 NIL NIL NIL) (-316 650117 650704 651510 "EXPR2UPS" 654861 NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-315 649749 649806 649915 "EXPR2" 650054 NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-314 641139 648902 649192 "EXPEXPAN" 649586 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-313 640939 641096 641125 "EXIT" 641130 T EXIT (NIL) -8 NIL NIL NIL) (-312 640419 640663 640754 "EXITAST" 640868 T EXITAST (NIL) -8 NIL NIL NIL) (-311 640046 640108 640221 "EVALCYC" 640351 NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-310 639587 639705 639746 "EVALAB" 639916 NIL EVALAB (NIL T) -9 NIL 640020 NIL) (-309 639068 639190 639411 "EVALAB-" 639416 NIL EVALAB- (NIL T T) -8 NIL NIL NIL) (-308 636436 637738 637766 "EUCDOM" 638321 T EUCDOM (NIL) -9 NIL 638671 NIL) (-307 634841 635283 635873 "EUCDOM-" 635878 NIL EUCDOM- (NIL T) -8 NIL NIL NIL) (-306 622379 625139 627889 "ESTOOLS" 632111 T ESTOOLS (NIL) -7 NIL NIL NIL) (-305 622011 622068 622177 "ESTOOLS2" 622316 NIL ESTOOLS2 (NIL T T) -7 NIL NIL NIL) (-304 621762 621804 621884 "ESTOOLS1" 621963 NIL ESTOOLS1 (NIL T) -7 NIL NIL NIL) (-303 615799 617407 617435 "ES" 620203 T ES (NIL) -9 NIL 621613 NIL) (-302 610746 612033 613850 "ES-" 614014 NIL ES- (NIL T) -8 NIL NIL NIL) (-301 607120 607881 608661 "ESCONT" 609986 T ESCONT (NIL) -7 NIL NIL NIL) (-300 606865 606897 606979 "ESCONT1" 607082 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL NIL) (-299 606540 606590 606690 "ES2" 606809 NIL ES2 (NIL T T) -7 NIL NIL NIL) (-298 606170 606228 606337 "ES1" 606476 NIL ES1 (NIL T T) -7 NIL NIL NIL) (-297 605386 605515 605691 "ERROR" 606014 T ERROR (NIL) -7 NIL NIL NIL) (-296 598778 605245 605336 "EQTBL" 605341 NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-295 591281 594092 595541 "EQ" 597362 NIL -2050 (NIL T) -8 NIL NIL NIL) (-294 590913 590970 591079 "EQ2" 591218 NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-293 586202 587251 588344 "EP" 589852 NIL EP (NIL T) -7 NIL NIL NIL) (-292 584802 585093 585399 "ENV" 585916 T ENV (NIL) -8 NIL NIL NIL) (-291 583896 584450 584478 "ENTIRER" 584483 T ENTIRER (NIL) -9 NIL 584529 NIL) (-290 580363 581851 582221 "EMR" 583695 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-289 579507 579692 579746 "ELTAGG" 580126 NIL ELTAGG (NIL T T) -9 NIL 580337 NIL) (-288 579226 579288 579429 "ELTAGG-" 579434 NIL ELTAGG- (NIL T T T) -8 NIL NIL NIL) (-287 579015 579044 579098 "ELTAB" 579182 NIL ELTAB (NIL T T) -9 NIL NIL NIL) (-286 578141 578287 578486 "ELFUTS" 578866 NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-285 577883 577939 577967 "ELEMFUN" 578072 T ELEMFUN (NIL) -9 NIL NIL NIL) (-284 577753 577774 577842 "ELEMFUN-" 577847 NIL ELEMFUN- (NIL T) -8 NIL NIL NIL) (-283 572597 575853 575894 "ELAGG" 576834 NIL ELAGG (NIL T) -9 NIL 577297 NIL) (-282 570882 571316 571979 "ELAGG-" 571984 NIL ELAGG- (NIL T T) -8 NIL NIL NIL) (-281 569543 569822 570116 "ELABEXPR" 570608 T ELABEXPR (NIL) -8 NIL NIL NIL) (-280 562407 564210 565037 "EFUPXS" 568819 NIL EFUPXS (NIL T T T T) -8 NIL NIL NIL) (-279 555857 557658 558468 "EFULS" 561683 NIL EFULS (NIL T T T) -8 NIL NIL NIL) (-278 553342 553700 554172 "EFSTRUC" 555489 NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-277 543133 544699 546247 "EF" 551857 NIL EF (NIL T T) -7 NIL NIL NIL) (-276 542207 542618 542767 "EAB" 543004 T EAB (NIL) -8 NIL NIL NIL) (-275 541389 542166 542194 "E04UCFA" 542199 T E04UCFA (NIL) -8 NIL NIL NIL) (-274 540571 541348 541376 "E04NAFA" 541381 T E04NAFA (NIL) -8 NIL NIL NIL) (-273 539753 540530 540558 "E04MBFA" 540563 T E04MBFA (NIL) -8 NIL NIL NIL) (-272 538935 539712 539740 "E04JAFA" 539745 T E04JAFA (NIL) -8 NIL NIL NIL) (-271 538119 538894 538922 "E04GCFA" 538927 T E04GCFA (NIL) -8 NIL NIL NIL) (-270 537303 538078 538106 "E04FDFA" 538111 T E04FDFA (NIL) -8 NIL NIL NIL) (-269 536485 537262 537290 "E04DGFA" 537295 T E04DGFA (NIL) -8 NIL NIL NIL) (-268 530658 532010 533374 "E04AGNT" 535141 T E04AGNT (NIL) -7 NIL NIL NIL) (-267 529338 529844 529884 "DVARCAT" 530359 NIL DVARCAT (NIL T) -9 NIL 530558 NIL) (-266 528542 528754 529068 "DVARCAT-" 529073 NIL DVARCAT- (NIL T T) -8 NIL NIL NIL) (-265 521679 528341 528470 "DSMP" 528475 NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-264 516460 517624 518692 "DROPT" 520631 T DROPT (NIL) -8 NIL NIL NIL) (-263 516125 516184 516282 "DROPT1" 516395 NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-262 511240 512366 513503 "DROPT0" 515008 T DROPT0 (NIL) -7 NIL NIL NIL) (-261 509585 509910 510296 "DRAWPT" 510874 T DRAWPT (NIL) -7 NIL NIL NIL) (-260 504172 505095 506174 "DRAW" 508559 NIL DRAW (NIL T) -7 NIL NIL NIL) (-259 503805 503858 503976 "DRAWHACK" 504113 NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-258 502536 502805 503096 "DRAWCX" 503534 T DRAWCX (NIL) -7 NIL NIL NIL) (-257 502051 502120 502271 "DRAWCURV" 502462 NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-256 492519 494481 496596 "DRAWCFUN" 499956 T DRAWCFUN (NIL) -7 NIL NIL NIL) (-255 489285 491214 491255 "DQAGG" 491884 NIL DQAGG (NIL T) -9 NIL 492157 NIL) (-254 477409 483878 483961 "DPOLCAT" 485813 NIL DPOLCAT (NIL T T T T) -9 NIL 486358 NIL) (-253 472245 473594 475552 "DPOLCAT-" 475557 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL NIL) (-252 465367 472106 472204 "DPMO" 472209 NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-251 458392 465147 465314 "DPMM" 465319 NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-250 457870 458084 458182 "DOMTMPLT" 458314 T DOMTMPLT (NIL) -8 NIL NIL NIL) (-249 457303 457672 457752 "DOMCTOR" 457810 T DOMCTOR (NIL) -8 NIL NIL NIL) (-248 456515 456783 456934 "DOMAIN" 457172 T DOMAIN (NIL) -8 NIL NIL NIL) (-247 450503 456150 456302 "DMP" 456416 NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-246 450103 450159 450303 "DLP" 450441 NIL DLP (NIL T) -7 NIL NIL NIL) (-245 443925 449430 449620 "DLIST" 449945 NIL DLIST (NIL T) -8 NIL NIL NIL) (-244 440722 442778 442819 "DLAGG" 443369 NIL DLAGG (NIL T) -9 NIL 443599 NIL) (-243 439398 440062 440090 "DIVRING" 440182 T DIVRING (NIL) -9 NIL 440265 NIL) (-242 438635 438825 439125 "DIVRING-" 439130 NIL DIVRING- (NIL T) -8 NIL NIL NIL) (-241 436737 437094 437500 "DISPLAY" 438249 T DISPLAY (NIL) -7 NIL NIL NIL) (-240 430625 436651 436714 "DIRPROD" 436719 NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-239 429473 429676 429941 "DIRPROD2" 430418 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-238 418248 424254 424307 "DIRPCAT" 424717 NIL DIRPCAT (NIL NIL T) -9 NIL 425557 NIL) (-237 415574 416216 417097 "DIRPCAT-" 417434 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL NIL) (-236 414861 415021 415207 "DIOSP" 415408 T DIOSP (NIL) -7 NIL NIL NIL) (-235 411516 413773 413814 "DIOPS" 414248 NIL DIOPS (NIL T) -9 NIL 414477 NIL) (-234 411065 411179 411370 "DIOPS-" 411375 NIL DIOPS- (NIL T T) -8 NIL NIL NIL) (-233 409888 410516 410544 "DIFRING" 410731 T DIFRING (NIL) -9 NIL 410841 NIL) (-232 409534 409611 409763 "DIFRING-" 409768 NIL DIFRING- (NIL T) -8 NIL NIL NIL) (-231 407270 408542 408583 "DIFEXT" 408946 NIL DIFEXT (NIL T) -9 NIL 409240 NIL) (-230 405555 405983 406649 "DIFEXT-" 406654 NIL DIFEXT- (NIL T T) -8 NIL NIL NIL) (-229 402830 405087 405128 "DIAGG" 405133 NIL DIAGG (NIL T) -9 NIL 405153 NIL) (-228 402214 402371 402623 "DIAGG-" 402628 NIL DIAGG- (NIL T T) -8 NIL NIL NIL) (-227 397631 401173 401450 "DHMATRIX" 401983 NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-226 393243 394152 395162 "DFSFUN" 396641 T DFSFUN (NIL) -7 NIL NIL NIL) (-225 388321 392174 392486 "DFLOAT" 392951 T DFLOAT (NIL) -8 NIL NIL NIL) (-224 386584 386865 387254 "DFINTTLS" 388029 NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-223 383613 384605 385005 "DERHAM" 386250 NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-222 381414 383388 383477 "DEQUEUE" 383557 NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-221 380668 380801 380984 "DEGRED" 381276 NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-220 377098 377843 378689 "DEFINTRF" 379896 NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-219 374653 375122 375714 "DEFINTEF" 376617 NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-218 374003 374273 374388 "DEFAST" 374558 T DEFAST (NIL) -8 NIL NIL NIL) (-217 368007 373598 373747 "DECIMAL" 373874 T DECIMAL (NIL) -8 NIL NIL NIL) (-216 365519 365977 366483 "DDFACT" 367551 NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-215 365115 365158 365309 "DBLRESP" 365470 NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-214 362987 363348 363708 "DBASE" 364882 NIL DBASE (NIL T) -8 NIL NIL NIL) (-213 362229 362467 362613 "DATAARY" 362886 NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-212 361335 362188 362216 "D03FAFA" 362221 T D03FAFA (NIL) -8 NIL NIL NIL) (-211 360442 361294 361322 "D03EEFA" 361327 T D03EEFA (NIL) -8 NIL NIL NIL) (-210 358392 358858 359347 "D03AGNT" 359973 T D03AGNT (NIL) -7 NIL NIL NIL) (-209 357681 358351 358379 "D02EJFA" 358384 T D02EJFA (NIL) -8 NIL NIL NIL) (-208 356970 357640 357668 "D02CJFA" 357673 T D02CJFA (NIL) -8 NIL NIL NIL) (-207 356259 356929 356957 "D02BHFA" 356962 T D02BHFA (NIL) -8 NIL NIL NIL) (-206 355548 356218 356246 "D02BBFA" 356251 T D02BBFA (NIL) -8 NIL NIL NIL) (-205 348745 350334 351940 "D02AGNT" 353962 T D02AGNT (NIL) -7 NIL NIL NIL) (-204 346513 347036 347582 "D01WGTS" 348219 T D01WGTS (NIL) -7 NIL NIL NIL) (-203 345580 346472 346500 "D01TRNS" 346505 T D01TRNS (NIL) -8 NIL NIL NIL) (-202 344648 345539 345567 "D01GBFA" 345572 T D01GBFA (NIL) -8 NIL NIL NIL) (-201 343716 344607 344635 "D01FCFA" 344640 T D01FCFA (NIL) -8 NIL NIL NIL) (-200 342784 343675 343703 "D01ASFA" 343708 T D01ASFA (NIL) -8 NIL NIL NIL) (-199 341852 342743 342771 "D01AQFA" 342776 T D01AQFA (NIL) -8 NIL NIL NIL) (-198 340920 341811 341839 "D01APFA" 341844 T D01APFA (NIL) -8 NIL NIL NIL) (-197 339988 340879 340907 "D01ANFA" 340912 T D01ANFA (NIL) -8 NIL NIL NIL) (-196 339056 339947 339975 "D01AMFA" 339980 T D01AMFA (NIL) -8 NIL NIL NIL) (-195 338124 339015 339043 "D01ALFA" 339048 T D01ALFA (NIL) -8 NIL NIL NIL) (-194 337192 338083 338111 "D01AKFA" 338116 T D01AKFA (NIL) -8 NIL NIL NIL) (-193 336260 337151 337179 "D01AJFA" 337184 T D01AJFA (NIL) -8 NIL NIL NIL) (-192 329555 331108 332669 "D01AGNT" 334719 T D01AGNT (NIL) -7 NIL NIL NIL) (-191 328892 329020 329172 "CYCLOTOM" 329423 T CYCLOTOM (NIL) -7 NIL NIL NIL) (-190 325626 326340 327067 "CYCLES" 328185 T CYCLES (NIL) -7 NIL NIL NIL) (-189 324938 325072 325243 "CVMP" 325487 NIL CVMP (NIL T) -7 NIL NIL NIL) (-188 322779 323037 323406 "CTRIGMNP" 324666 NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-187 322215 322573 322646 "CTOR" 322726 T CTOR (NIL) -8 NIL NIL NIL) (-186 321724 321946 322047 "CTORKIND" 322134 T CTORKIND (NIL) -8 NIL NIL NIL) (-185 321015 321331 321359 "CTORCAT" 321541 T CTORCAT (NIL) -9 NIL 321654 NIL) (-184 320613 320724 320883 "CTORCAT-" 320888 NIL CTORCAT- (NIL T) -8 NIL NIL NIL) (-183 320075 320287 320395 "CTORCALL" 320537 NIL CTORCALL (NIL T) -8 NIL NIL NIL) (-182 319449 319548 319701 "CSTTOOLS" 319972 NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-181 315248 315905 316663 "CRFP" 318761 NIL CRFP (NIL T T) -7 NIL NIL NIL) (-180 314723 314969 315061 "CRCEAST" 315176 T CRCEAST (NIL) -8 NIL NIL NIL) (-179 313770 313955 314183 "CRAPACK" 314527 NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-178 313154 313255 313459 "CPMATCH" 313646 NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-177 312879 312907 313013 "CPIMA" 313120 NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-176 309227 309899 310618 "COORDSYS" 312214 NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-175 308639 308760 308902 "CONTOUR" 309105 T CONTOUR (NIL) -8 NIL NIL NIL) (-174 304530 306642 307134 "CONTFRAC" 308179 NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-173 304410 304431 304459 "CONDUIT" 304496 T CONDUIT (NIL) -9 NIL NIL NIL) (-172 303498 304052 304080 "COMRING" 304085 T COMRING (NIL) -9 NIL 304137 NIL) (-171 302552 302856 303040 "COMPPROP" 303334 T COMPPROP (NIL) -8 NIL NIL NIL) (-170 302213 302248 302376 "COMPLPAT" 302511 NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-169 292504 302022 302131 "COMPLEX" 302136 NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-168 292140 292197 292304 "COMPLEX2" 292441 NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-167 291858 291893 291991 "COMPFACT" 292099 NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-166 275938 285932 285972 "COMPCAT" 286976 NIL COMPCAT (NIL T) -9 NIL 288324 NIL) (-165 265450 268377 272004 "COMPCAT-" 272360 NIL COMPCAT- (NIL T T) -8 NIL NIL NIL) (-164 265179 265207 265310 "COMMUPC" 265416 NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-163 264973 265007 265066 "COMMONOP" 265140 T COMMONOP (NIL) -7 NIL NIL NIL) (-162 264529 264724 264811 "COMM" 264906 T COMM (NIL) -8 NIL NIL NIL) (-161 264105 264333 264408 "COMMAAST" 264474 T COMMAAST (NIL) -8 NIL NIL NIL) (-160 263354 263548 263576 "COMBOPC" 263914 T COMBOPC (NIL) -9 NIL 264089 NIL) (-159 262250 262460 262702 "COMBINAT" 263144 NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-158 258707 259281 259908 "COMBF" 261672 NIL COMBF (NIL T T) -7 NIL NIL NIL) (-157 257465 257823 258058 "COLOR" 258492 T COLOR (NIL) -8 NIL NIL NIL) (-156 256941 257186 257278 "COLONAST" 257393 T COLONAST (NIL) -8 NIL NIL NIL) (-155 256581 256628 256753 "CMPLXRT" 256888 NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-154 256029 256281 256380 "CLLCTAST" 256502 T CLLCTAST (NIL) -8 NIL NIL NIL) (-153 251527 252559 253639 "CLIP" 254969 T CLIP (NIL) -7 NIL NIL NIL) (-152 249873 250633 250872 "CLIF" 251354 NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-151 246048 248019 248060 "CLAGG" 248989 NIL CLAGG (NIL T) -9 NIL 249525 NIL) (-150 244470 244927 245510 "CLAGG-" 245515 NIL CLAGG- (NIL T T) -8 NIL NIL NIL) (-149 244014 244099 244239 "CINTSLPE" 244379 NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-148 241515 241986 242534 "CHVAR" 243542 NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-147 240689 241243 241271 "CHARZ" 241276 T CHARZ (NIL) -9 NIL 241291 NIL) (-146 240443 240483 240561 "CHARPOL" 240643 NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-145 239501 240088 240116 "CHARNZ" 240163 T CHARNZ (NIL) -9 NIL 240219 NIL) (-144 237407 238155 238508 "CHAR" 239168 T CHAR (NIL) -8 NIL NIL NIL) (-143 237133 237194 237222 "CFCAT" 237333 T CFCAT (NIL) -9 NIL NIL NIL) (-142 236378 236489 236671 "CDEN" 237017 NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-141 232343 235531 235811 "CCLASS" 236118 T CCLASS (NIL) -8 NIL NIL NIL) (-140 231594 231751 231928 "CATEGORY" 232186 T -10 (NIL) -8 NIL NIL NIL) (-139 231167 231513 231561 "CATCTOR" 231566 T CATCTOR (NIL) -8 NIL NIL NIL) (-138 230618 230870 230968 "CATAST" 231089 T CATAST (NIL) -8 NIL NIL NIL) (-137 230094 230339 230431 "CASEAST" 230546 T CASEAST (NIL) -8 NIL NIL NIL) (-136 225103 226123 226876 "CARTEN" 229397 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-135 224211 224359 224580 "CARTEN2" 224950 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-134 222527 223361 223618 "CARD" 223974 T CARD (NIL) -8 NIL NIL NIL) (-133 222103 222331 222406 "CAPSLAST" 222472 T CAPSLAST (NIL) -8 NIL NIL NIL) (-132 221607 221815 221843 "CACHSET" 221975 T CACHSET (NIL) -9 NIL 222053 NIL) (-131 221077 221399 221427 "CABMON" 221477 T CABMON (NIL) -9 NIL 221533 NIL) (-130 220550 220781 220891 "BYTEORD" 220987 T BYTEORD (NIL) -8 NIL NIL NIL) (-129 219529 220084 220226 "BYTE" 220389 T BYTE (NIL) -8 NIL NIL 220511) (-128 214879 219034 219206 "BYTEBUF" 219377 T BYTEBUF (NIL) -8 NIL NIL NIL) (-127 212388 214571 214678 "BTREE" 214805 NIL BTREE (NIL T) -8 NIL NIL NIL) (-126 209837 212036 212158 "BTOURN" 212298 NIL BTOURN (NIL T) -8 NIL NIL NIL) (-125 207207 209307 209348 "BTCAT" 209416 NIL BTCAT (NIL T) -9 NIL 209493 NIL) (-124 206874 206954 207103 "BTCAT-" 207108 NIL BTCAT- (NIL T T) -8 NIL NIL NIL) (-123 202139 206017 206045 "BTAGG" 206267 T BTAGG (NIL) -9 NIL 206428 NIL) (-122 201629 201754 201960 "BTAGG-" 201965 NIL BTAGG- (NIL T) -8 NIL NIL NIL) (-121 198624 200907 201122 "BSTREE" 201446 NIL BSTREE (NIL T) -8 NIL NIL NIL) (-120 197762 197888 198072 "BRILL" 198480 NIL BRILL (NIL T) -7 NIL NIL NIL) (-119 194414 196488 196529 "BRAGG" 197178 NIL BRAGG (NIL T) -9 NIL 197436 NIL) (-118 192943 193349 193904 "BRAGG-" 193909 NIL BRAGG- (NIL T T) -8 NIL NIL NIL) (-117 186172 192289 192473 "BPADICRT" 192791 NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-116 184487 186109 186154 "BPADIC" 186159 NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-115 184185 184215 184329 "BOUNDZRO" 184451 NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-114 179413 180611 181523 "BOP" 183293 T BOP (NIL) -8 NIL NIL NIL) (-113 177194 177598 178073 "BOP1" 178971 NIL BOP1 (NIL T) -7 NIL NIL NIL) (-112 176019 176768 176917 "BOOLEAN" 177065 T BOOLEAN (NIL) -8 NIL NIL NIL) (-111 175298 175702 175756 "BMODULE" 175761 NIL BMODULE (NIL T T) -9 NIL 175826 NIL) (-110 171099 175096 175169 "BITS" 175245 T BITS (NIL) -8 NIL NIL NIL) (-109 170520 170639 170779 "BINDING" 170979 T BINDING (NIL) -8 NIL NIL NIL) (-108 164527 170117 170265 "BINARY" 170392 T BINARY (NIL) -8 NIL NIL NIL) (-107 162307 163782 163823 "BGAGG" 164083 NIL BGAGG (NIL T) -9 NIL 164220 NIL) (-106 162138 162170 162261 "BGAGG-" 162266 NIL BGAGG- (NIL T T) -8 NIL NIL NIL) (-105 161209 161522 161727 "BFUNCT" 161953 T BFUNCT (NIL) -8 NIL NIL NIL) (-104 159899 160077 160365 "BEZOUT" 161033 NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-103 156368 158751 159081 "BBTREE" 159602 NIL BBTREE (NIL T) -8 NIL NIL NIL) (-102 156102 156155 156183 "BASTYPE" 156302 T BASTYPE (NIL) -9 NIL NIL NIL) (-101 155954 155983 156056 "BASTYPE-" 156061 NIL BASTYPE- (NIL T) -8 NIL NIL NIL) (-100 155388 155464 155616 "BALFACT" 155865 NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-99 154244 154803 154989 "AUTOMOR" 155233 NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-98 153970 153975 154001 "ATTREG" 154006 T ATTREG (NIL) -9 NIL NIL NIL) (-97 152222 152667 153019 "ATTRBUT" 153636 T ATTRBUT (NIL) -8 NIL NIL NIL) (-96 151830 152050 152116 "ATTRAST" 152174 T ATTRAST (NIL) -8 NIL NIL NIL) (-95 151366 151479 151505 "ATRIG" 151706 T ATRIG (NIL) -9 NIL NIL NIL) (-94 151175 151216 151303 "ATRIG-" 151308 NIL ATRIG- (NIL T) -8 NIL NIL NIL) (-93 150820 151006 151032 "ASTCAT" 151037 T ASTCAT (NIL) -9 NIL 151067 NIL) (-92 150547 150606 150725 "ASTCAT-" 150730 NIL ASTCAT- (NIL T) -8 NIL NIL NIL) (-91 148696 150323 150411 "ASTACK" 150490 NIL ASTACK (NIL T) -8 NIL NIL NIL) (-90 147201 147498 147863 "ASSOCEQ" 148378 NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-89 146233 146860 146984 "ASP9" 147108 NIL ASP9 (NIL NIL) -8 NIL NIL NIL) (-88 145996 146181 146220 "ASP8" 146225 NIL ASP8 (NIL NIL) -8 NIL NIL NIL) (-87 144864 145601 145743 "ASP80" 145885 NIL ASP80 (NIL NIL) -8 NIL NIL NIL) (-86 143762 144499 144631 "ASP7" 144763 NIL ASP7 (NIL NIL) -8 NIL NIL NIL) (-85 142716 143439 143557 "ASP78" 143675 NIL ASP78 (NIL NIL) -8 NIL NIL NIL) (-84 141685 142396 142513 "ASP77" 142630 NIL ASP77 (NIL NIL) -8 NIL NIL NIL) (-83 140597 141323 141454 "ASP74" 141585 NIL ASP74 (NIL NIL) -8 NIL NIL NIL) (-82 139497 140232 140364 "ASP73" 140496 NIL ASP73 (NIL NIL) -8 NIL NIL NIL) (-81 138601 139323 139423 "ASP6" 139428 NIL ASP6 (NIL NIL) -8 NIL NIL NIL) (-80 137545 138278 138396 "ASP55" 138514 NIL ASP55 (NIL NIL) -8 NIL NIL NIL) (-79 136494 137219 137338 "ASP50" 137457 NIL ASP50 (NIL NIL) -8 NIL NIL NIL) (-78 135582 136195 136305 "ASP4" 136415 NIL ASP4 (NIL NIL) -8 NIL NIL NIL) (-77 134670 135283 135393 "ASP49" 135503 NIL ASP49 (NIL NIL) -8 NIL NIL NIL) (-76 133454 134209 134377 "ASP42" 134559 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-75 132230 132987 133157 "ASP41" 133341 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-74 131180 131907 132025 "ASP35" 132143 NIL ASP35 (NIL NIL) -8 NIL NIL NIL) (-73 130945 131128 131167 "ASP34" 131172 NIL ASP34 (NIL NIL) -8 NIL NIL NIL) (-72 130682 130749 130825 "ASP33" 130900 NIL ASP33 (NIL NIL) -8 NIL NIL NIL) (-71 129575 130317 130449 "ASP31" 130581 NIL ASP31 (NIL NIL) -8 NIL NIL NIL) (-70 129340 129523 129562 "ASP30" 129567 NIL ASP30 (NIL NIL) -8 NIL NIL NIL) (-69 129075 129144 129220 "ASP29" 129295 NIL ASP29 (NIL NIL) -8 NIL NIL NIL) (-68 128840 129023 129062 "ASP28" 129067 NIL ASP28 (NIL NIL) -8 NIL NIL NIL) (-67 128605 128788 128827 "ASP27" 128832 NIL ASP27 (NIL NIL) -8 NIL NIL NIL) (-66 127689 128303 128414 "ASP24" 128525 NIL ASP24 (NIL NIL) -8 NIL NIL NIL) (-65 126765 127491 127603 "ASP20" 127608 NIL ASP20 (NIL NIL) -8 NIL NIL NIL) (-64 125853 126466 126576 "ASP1" 126686 NIL ASP1 (NIL NIL) -8 NIL NIL NIL) (-63 124795 125527 125646 "ASP19" 125765 NIL ASP19 (NIL NIL) -8 NIL NIL NIL) (-62 124532 124599 124675 "ASP12" 124750 NIL ASP12 (NIL NIL) -8 NIL NIL NIL) (-61 123384 124131 124275 "ASP10" 124419 NIL ASP10 (NIL NIL) -8 NIL NIL NIL) (-60 121235 123228 123319 "ARRAY2" 123324 NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 117000 120883 120997 "ARRAY1" 121152 NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-58 116032 116205 116426 "ARRAY12" 116823 NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-57 110344 112262 112337 "ARR2CAT" 114967 NIL ARR2CAT (NIL T T T) -9 NIL 115725 NIL) (-56 107778 108522 109476 "ARR2CAT-" 109481 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL NIL) (-55 107095 107405 107530 "ARITY" 107671 T ARITY (NIL) -8 NIL NIL NIL) (-54 105871 106023 106322 "APPRULE" 106931 NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 105522 105570 105689 "APPLYORE" 105817 NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 104876 105115 105235 "ANY" 105420 T ANY (NIL) -8 NIL NIL NIL) (-51 104154 104277 104434 "ANY1" 104750 NIL ANY1 (NIL T) -7 NIL NIL NIL) (-50 101684 102591 102918 "ANTISYM" 103878 NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 101176 101391 101487 "ANON" 101606 T ANON (NIL) -8 NIL NIL NIL) (-48 95425 99715 100169 "AN" 100740 T AN (NIL) -8 NIL NIL NIL) (-47 91323 92711 92762 "AMR" 93510 NIL AMR (NIL T T) -9 NIL 94110 NIL) (-46 90435 90656 91019 "AMR-" 91024 NIL AMR- (NIL T T T) -8 NIL NIL NIL) (-45 74874 90352 90413 "ALIST" 90418 NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 71676 74468 74637 "ALGSC" 74792 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 68231 68786 69393 "ALGPKG" 71116 NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 67508 67609 67793 "ALGMFACT" 68117 NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 63543 64122 64716 "ALGMANIP" 67092 NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 54913 63169 63319 "ALGFF" 63476 NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 54109 54240 54419 "ALGFACT" 54771 NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 53050 53650 53688 "ALGEBRA" 53693 NIL ALGEBRA (NIL T) -9 NIL 53734 NIL) (-37 52768 52827 52959 "ALGEBRA-" 52964 NIL ALGEBRA- (NIL T T) -8 NIL NIL NIL) (-36 34861 50770 50822 "ALAGG" 50958 NIL ALAGG (NIL T T) -9 NIL 51119 NIL) (-35 34397 34510 34536 "AHYP" 34737 T AHYP (NIL) -9 NIL NIL NIL) (-34 33328 33576 33602 "AGG" 34101 T AGG (NIL) -9 NIL 34380 NIL) (-33 32762 32924 33138 "AGG-" 33143 NIL AGG- (NIL T) -8 NIL NIL NIL) (-32 30568 30991 31396 "AF" 32404 NIL AF (NIL T T) -7 NIL NIL NIL) (-31 30048 30293 30383 "ADDAST" 30496 T ADDAST (NIL) -8 NIL NIL NIL) (-30 29316 29575 29731 "ACPLOT" 29910 T ACPLOT (NIL) -8 NIL NIL NIL) (-29 18639 26443 26481 "ACFS" 27088 NIL ACFS (NIL T) -9 NIL 27327 NIL) (-28 16666 17156 17918 "ACFS-" 17923 NIL ACFS- (NIL T T) -8 NIL NIL NIL) (-27 12784 14713 14739 "ACF" 15618 T ACF (NIL) -9 NIL 16031 NIL) (-26 11488 11822 12315 "ACF-" 12320 NIL ACF- (NIL T) -8 NIL NIL NIL) (-25 11060 11255 11281 "ABELSG" 11373 T ABELSG (NIL) -9 NIL 11438 NIL) (-24 10927 10952 11018 "ABELSG-" 11023 NIL ABELSG- (NIL T) -8 NIL NIL NIL) (-23 10270 10557 10583 "ABELMON" 10753 T ABELMON (NIL) -9 NIL 10865 NIL) (-22 9934 10018 10156 "ABELMON-" 10161 NIL ABELMON- (NIL T) -8 NIL NIL NIL) (-21 9282 9654 9680 "ABELGRP" 9752 T ABELGRP (NIL) -9 NIL 9827 NIL) (-20 8745 8874 9090 "ABELGRP-" 9095 NIL ABELGRP- (NIL T) -8 NIL NIL NIL) (-19 4334 8084 8123 "A1AGG" 8128 NIL A1AGG (NIL T) -9 NIL 8168 NIL) (-18 30 1252 2814 "A1AGG-" 2819 NIL A1AGG- (NIL T T) -8 NIL NIL NIL)) \ No newline at end of file
+((-3 3221365 3221370 3221375 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-2 3221350 3221355 3221360 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1 3221335 3221340 3221345 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (0 3221320 3221325 3221330 NIL NIL NIL NIL (NIL) -8 NIL NIL NIL) (-1293 3220463 3221195 3221272 "ZMOD" 3221277 NIL ZMOD (NIL NIL) -8 NIL NIL NIL) (-1292 3219573 3219737 3219946 "ZLINDEP" 3220295 NIL ZLINDEP (NIL T) -7 NIL NIL NIL) (-1291 3208873 3210641 3212613 "ZDSOLVE" 3217703 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL NIL) (-1290 3208119 3208260 3208449 "YSTREAM" 3208719 NIL YSTREAM (NIL T) -7 NIL NIL NIL) (-1289 3205893 3207420 3207624 "XRPOLY" 3207962 NIL XRPOLY (NIL T T) -8 NIL NIL NIL) (-1288 3202446 3203764 3204339 "XPR" 3205365 NIL XPR (NIL T T) -8 NIL NIL NIL) (-1287 3200167 3201777 3201981 "XPOLY" 3202277 NIL XPOLY (NIL T) -8 NIL NIL NIL) (-1286 3197820 3199188 3199243 "XPOLYC" 3199531 NIL XPOLYC (NIL T T) -9 NIL 3199644 NIL) (-1285 3194195 3196337 3196725 "XPBWPOLY" 3197478 NIL XPBWPOLY (NIL T T) -8 NIL NIL NIL) (-1284 3189890 3192185 3192227 "XF" 3192848 NIL XF (NIL T) -9 NIL 3193248 NIL) (-1283 3189511 3189599 3189768 "XF-" 3189773 NIL XF- (NIL T T) -8 NIL NIL NIL) (-1282 3184707 3185996 3186051 "XFALG" 3188223 NIL XFALG (NIL T T) -9 NIL 3189012 NIL) (-1281 3183840 3183944 3184149 "XEXPPKG" 3184599 NIL XEXPPKG (NIL T T T) -7 NIL NIL NIL) (-1280 3181949 3183690 3183786 "XDPOLY" 3183791 NIL XDPOLY (NIL T T) -8 NIL NIL NIL) (-1279 3180756 3181356 3181399 "XALG" 3181404 NIL XALG (NIL T) -9 NIL 3181515 NIL) (-1278 3174198 3178733 3179227 "WUTSET" 3180348 NIL WUTSET (NIL T T T T) -8 NIL NIL NIL) (-1277 3172454 3173250 3173573 "WP" 3174009 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL NIL) (-1276 3172056 3172276 3172346 "WHILEAST" 3172406 T WHILEAST (NIL) -8 NIL NIL NIL) (-1275 3171528 3171773 3171867 "WHEREAST" 3171984 T WHEREAST (NIL) -8 NIL NIL NIL) (-1274 3170414 3170612 3170907 "WFFINTBS" 3171325 NIL WFFINTBS (NIL T T T T) -7 NIL NIL NIL) (-1273 3168318 3168745 3169207 "WEIER" 3169986 NIL WEIER (NIL T) -7 NIL NIL NIL) (-1272 3167364 3167814 3167856 "VSPACE" 3167992 NIL VSPACE (NIL T) -9 NIL 3168066 NIL) (-1271 3167202 3167229 3167320 "VSPACE-" 3167325 NIL VSPACE- (NIL T T) -8 NIL NIL NIL) (-1270 3167010 3167053 3167121 "VOID" 3167156 T VOID (NIL) -8 NIL NIL NIL) (-1269 3165146 3165505 3165911 "VIEW" 3166626 T VIEW (NIL) -7 NIL NIL NIL) (-1268 3161570 3162209 3162946 "VIEWDEF" 3164431 T VIEWDEF (NIL) -7 NIL NIL NIL) (-1267 3150874 3153118 3155291 "VIEW3D" 3159419 T VIEW3D (NIL) -8 NIL NIL NIL) (-1266 3143125 3144785 3146364 "VIEW2D" 3149317 T VIEW2D (NIL) -8 NIL NIL NIL) (-1265 3138477 3142895 3142987 "VECTOR" 3143068 NIL VECTOR (NIL T) -8 NIL NIL NIL) (-1264 3137054 3137313 3137631 "VECTOR2" 3138207 NIL VECTOR2 (NIL T T) -7 NIL NIL NIL) (-1263 3130528 3134835 3134878 "VECTCAT" 3135873 NIL VECTCAT (NIL T) -9 NIL 3136460 NIL) (-1262 3129542 3129796 3130186 "VECTCAT-" 3130191 NIL VECTCAT- (NIL T T) -8 NIL NIL NIL) (-1261 3128996 3129193 3129313 "VARIABLE" 3129457 NIL VARIABLE (NIL NIL) -8 NIL NIL NIL) (-1260 3128929 3128934 3128964 "UTYPE" 3128969 T UTYPE (NIL) -9 NIL NIL NIL) (-1259 3127759 3127913 3128175 "UTSODETL" 3128755 NIL UTSODETL (NIL T T T T) -7 NIL NIL NIL) (-1258 3125199 3125659 3126183 "UTSODE" 3127300 NIL UTSODE (NIL T T) -7 NIL NIL NIL) (-1257 3117036 3122825 3123314 "UTS" 3124768 NIL UTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1256 3107910 3113277 3113320 "UTSCAT" 3114432 NIL UTSCAT (NIL T) -9 NIL 3115190 NIL) (-1255 3105257 3105980 3106969 "UTSCAT-" 3106974 NIL UTSCAT- (NIL T T) -8 NIL NIL NIL) (-1254 3104884 3104927 3105060 "UTS2" 3105208 NIL UTS2 (NIL T T T T) -7 NIL NIL NIL) (-1253 3099110 3101722 3101765 "URAGG" 3103835 NIL URAGG (NIL T) -9 NIL 3104558 NIL) (-1252 3096049 3096912 3098035 "URAGG-" 3098040 NIL URAGG- (NIL T T) -8 NIL NIL NIL) (-1251 3091758 3094684 3095149 "UPXSSING" 3095713 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL NIL) (-1250 3083824 3091005 3091278 "UPXS" 3091543 NIL UPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1249 3076897 3083728 3083800 "UPXSCONS" 3083805 NIL UPXSCONS (NIL T T) -8 NIL NIL NIL) (-1248 3066642 3073435 3073497 "UPXSCCA" 3074071 NIL UPXSCCA (NIL T T) -9 NIL 3074304 NIL) (-1247 3066280 3066365 3066539 "UPXSCCA-" 3066544 NIL UPXSCCA- (NIL T T T) -8 NIL NIL NIL) (-1246 3055877 3062443 3062486 "UPXSCAT" 3063134 NIL UPXSCAT (NIL T) -9 NIL 3063743 NIL) (-1245 3055307 3055386 3055565 "UPXS2" 3055792 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1244 3053961 3054214 3054565 "UPSQFREE" 3055050 NIL UPSQFREE (NIL T T) -7 NIL NIL NIL) (-1243 3047382 3050439 3050494 "UPSCAT" 3051655 NIL UPSCAT (NIL T T) -9 NIL 3052429 NIL) (-1242 3046586 3046793 3047120 "UPSCAT-" 3047125 NIL UPSCAT- (NIL T T T) -8 NIL NIL NIL) (-1241 3032241 3040009 3040052 "UPOLYC" 3042153 NIL UPOLYC (NIL T) -9 NIL 3043374 NIL) (-1240 3023569 3025995 3029142 "UPOLYC-" 3029147 NIL UPOLYC- (NIL T T) -8 NIL NIL NIL) (-1239 3023196 3023239 3023372 "UPOLYC2" 3023520 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL NIL) (-1238 3015007 3022879 3023008 "UP" 3023115 NIL UP (NIL NIL T) -8 NIL NIL NIL) (-1237 3014346 3014453 3014617 "UPMP" 3014896 NIL UPMP (NIL T T) -7 NIL NIL NIL) (-1236 3013899 3013980 3014119 "UPDIVP" 3014259 NIL UPDIVP (NIL T T) -7 NIL NIL NIL) (-1235 3012467 3012716 3013032 "UPDECOMP" 3013648 NIL UPDECOMP (NIL T T) -7 NIL NIL NIL) (-1234 3011702 3011814 3011999 "UPCDEN" 3012351 NIL UPCDEN (NIL T T T) -7 NIL NIL NIL) (-1233 3011221 3011290 3011439 "UP2" 3011627 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL NIL) (-1232 3009688 3010425 3010702 "UNISEG" 3010979 NIL UNISEG (NIL T) -8 NIL NIL NIL) (-1231 3008903 3009030 3009235 "UNISEG2" 3009531 NIL UNISEG2 (NIL T T) -7 NIL NIL NIL) (-1230 3007963 3008143 3008369 "UNIFACT" 3008719 NIL UNIFACT (NIL T) -7 NIL NIL NIL) (-1229 2991895 3007140 3007391 "ULS" 3007770 NIL ULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1228 2979893 2991799 2991871 "ULSCONS" 2991876 NIL ULSCONS (NIL T T) -8 NIL NIL NIL) (-1227 2961912 2973897 2973959 "ULSCCAT" 2974597 NIL ULSCCAT (NIL T T) -9 NIL 2974885 NIL) (-1226 2960962 2961207 2961595 "ULSCCAT-" 2961600 NIL ULSCCAT- (NIL T T T) -8 NIL NIL NIL) (-1225 2950336 2956816 2956859 "ULSCAT" 2957722 NIL ULSCAT (NIL T) -9 NIL 2958453 NIL) (-1224 2949766 2949845 2950024 "ULS2" 2950251 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL NIL) (-1223 2948893 2949403 2949510 "UINT8" 2949621 T UINT8 (NIL) -8 NIL NIL 2949706) (-1222 2948019 2948529 2948636 "UINT64" 2948747 T UINT64 (NIL) -8 NIL NIL 2948832) (-1221 2947145 2947655 2947762 "UINT32" 2947873 T UINT32 (NIL) -8 NIL NIL 2947958) (-1220 2946271 2946781 2946888 "UINT16" 2946999 T UINT16 (NIL) -8 NIL NIL 2947084) (-1219 2944574 2945531 2945561 "UFD" 2945773 T UFD (NIL) -9 NIL 2945887 NIL) (-1218 2944368 2944414 2944509 "UFD-" 2944514 NIL UFD- (NIL T) -8 NIL NIL NIL) (-1217 2943450 2943633 2943849 "UDVO" 2944174 T UDVO (NIL) -7 NIL NIL NIL) (-1216 2941266 2941675 2942146 "UDPO" 2943014 NIL UDPO (NIL T) -7 NIL NIL NIL) (-1215 2941199 2941204 2941234 "TYPE" 2941239 T TYPE (NIL) -9 NIL NIL NIL) (-1214 2940959 2941154 2941185 "TYPEAST" 2941190 T TYPEAST (NIL) -8 NIL NIL NIL) (-1213 2939930 2940132 2940372 "TWOFACT" 2940753 NIL TWOFACT (NIL T) -7 NIL NIL NIL) (-1212 2938953 2939339 2939574 "TUPLE" 2939730 NIL TUPLE (NIL T) -8 NIL NIL NIL) (-1211 2936644 2937163 2937702 "TUBETOOL" 2938436 T TUBETOOL (NIL) -7 NIL NIL NIL) (-1210 2935493 2935698 2935939 "TUBE" 2936437 NIL TUBE (NIL T) -8 NIL NIL NIL) (-1209 2930222 2934465 2934748 "TS" 2935245 NIL TS (NIL T) -8 NIL NIL NIL) (-1208 2918862 2922981 2923078 "TSETCAT" 2928347 NIL TSETCAT (NIL T T T T) -9 NIL 2929878 NIL) (-1207 2913594 2915194 2917085 "TSETCAT-" 2917090 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1206 2908233 2909080 2910009 "TRMANIP" 2912730 NIL TRMANIP (NIL T T) -7 NIL NIL NIL) (-1205 2907674 2907737 2907900 "TRIMAT" 2908165 NIL TRIMAT (NIL T T T T) -7 NIL NIL NIL) (-1204 2905540 2905777 2906134 "TRIGMNIP" 2907423 NIL TRIGMNIP (NIL T T) -7 NIL NIL NIL) (-1203 2905060 2905173 2905203 "TRIGCAT" 2905416 T TRIGCAT (NIL) -9 NIL NIL NIL) (-1202 2904729 2904808 2904949 "TRIGCAT-" 2904954 NIL TRIGCAT- (NIL T) -8 NIL NIL NIL) (-1201 2901574 2903587 2903868 "TREE" 2904483 NIL TREE (NIL T) -8 NIL NIL NIL) (-1200 2900848 2901376 2901406 "TRANFUN" 2901441 T TRANFUN (NIL) -9 NIL 2901507 NIL) (-1199 2900127 2900318 2900598 "TRANFUN-" 2900603 NIL TRANFUN- (NIL T) -8 NIL NIL NIL) (-1198 2899931 2899963 2900024 "TOPSP" 2900088 T TOPSP (NIL) -7 NIL NIL NIL) (-1197 2899279 2899394 2899548 "TOOLSIGN" 2899812 NIL TOOLSIGN (NIL T) -7 NIL NIL NIL) (-1196 2897913 2898456 2898695 "TEXTFILE" 2899062 T TEXTFILE (NIL) -8 NIL NIL NIL) (-1195 2895825 2896366 2896795 "TEX" 2897506 T TEX (NIL) -8 NIL NIL NIL) (-1194 2895606 2895637 2895709 "TEX1" 2895788 NIL TEX1 (NIL T) -7 NIL NIL NIL) (-1193 2895254 2895317 2895407 "TEMUTL" 2895538 T TEMUTL (NIL) -7 NIL NIL NIL) (-1192 2893408 2893688 2894013 "TBCMPPK" 2894977 NIL TBCMPPK (NIL T T) -7 NIL NIL NIL) (-1191 2885185 2891568 2891624 "TBAGG" 2892024 NIL TBAGG (NIL T T) -9 NIL 2892235 NIL) (-1190 2880255 2881743 2883497 "TBAGG-" 2883502 NIL TBAGG- (NIL T T T) -8 NIL NIL NIL) (-1189 2879639 2879746 2879891 "TANEXP" 2880144 NIL TANEXP (NIL T) -7 NIL NIL NIL) (-1188 2873029 2879496 2879589 "TABLE" 2879594 NIL TABLE (NIL T T) -8 NIL NIL NIL) (-1187 2872441 2872540 2872678 "TABLEAU" 2872926 NIL TABLEAU (NIL T) -8 NIL NIL NIL) (-1186 2867049 2868269 2869517 "TABLBUMP" 2871227 NIL TABLBUMP (NIL T) -7 NIL NIL NIL) (-1185 2866271 2866418 2866599 "SYSTEM" 2866890 T SYSTEM (NIL) -8 NIL NIL NIL) (-1184 2862730 2863429 2864212 "SYSSOLP" 2865522 NIL SYSSOLP (NIL T) -7 NIL NIL NIL) (-1183 2862528 2862685 2862716 "SYSPTR" 2862721 T SYSPTR (NIL) -8 NIL NIL NIL) (-1182 2861572 2862077 2862196 "SYSNNI" 2862382 NIL SYSNNI (NIL NIL) -8 NIL NIL 2862467) (-1181 2860879 2861338 2861417 "SYSINT" 2861477 NIL SYSINT (NIL NIL) -8 NIL NIL 2861522) (-1180 2857211 2858157 2858867 "SYNTAX" 2860191 T SYNTAX (NIL) -8 NIL NIL NIL) (-1179 2854369 2854971 2855603 "SYMTAB" 2856601 T SYMTAB (NIL) -8 NIL NIL NIL) (-1178 2849618 2850520 2851503 "SYMS" 2853408 T SYMS (NIL) -8 NIL NIL NIL) (-1177 2846853 2849076 2849306 "SYMPOLY" 2849423 NIL SYMPOLY (NIL T) -8 NIL NIL NIL) (-1176 2846370 2846445 2846568 "SYMFUNC" 2846765 NIL SYMFUNC (NIL T) -7 NIL NIL NIL) (-1175 2842389 2843682 2844495 "SYMBOL" 2845579 T SYMBOL (NIL) -8 NIL NIL NIL) (-1174 2835928 2837617 2839337 "SWITCH" 2840691 T SWITCH (NIL) -8 NIL NIL NIL) (-1173 2829162 2834749 2835052 "SUTS" 2835683 NIL SUTS (NIL T NIL NIL) -8 NIL NIL NIL) (-1172 2821228 2828409 2828682 "SUPXS" 2828947 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-1171 2812987 2820846 2820972 "SUP" 2821137 NIL SUP (NIL T) -8 NIL NIL NIL) (-1170 2812146 2812273 2812490 "SUPFRACF" 2812855 NIL SUPFRACF (NIL T T T T) -7 NIL NIL NIL) (-1169 2811767 2811826 2811939 "SUP2" 2812081 NIL SUP2 (NIL T T) -7 NIL NIL NIL) (-1168 2810215 2810489 2810845 "SUMRF" 2811466 NIL SUMRF (NIL T) -7 NIL NIL NIL) (-1167 2809550 2809616 2809808 "SUMFS" 2810136 NIL SUMFS (NIL T T) -7 NIL NIL NIL) (-1166 2793517 2808727 2808978 "SULS" 2809357 NIL SULS (NIL T NIL NIL) -8 NIL NIL NIL) (-1165 2793119 2793339 2793409 "SUCHTAST" 2793469 T SUCHTAST (NIL) -8 NIL NIL NIL) (-1164 2792414 2792644 2792784 "SUCH" 2793027 NIL SUCH (NIL T T) -8 NIL NIL NIL) (-1163 2786280 2787320 2788279 "SUBSPACE" 2791502 NIL SUBSPACE (NIL NIL T) -8 NIL NIL NIL) (-1162 2785710 2785800 2785964 "SUBRESP" 2786168 NIL SUBRESP (NIL T T) -7 NIL NIL NIL) (-1161 2779075 2780375 2781686 "STTF" 2784446 NIL STTF (NIL T) -7 NIL NIL NIL) (-1160 2773248 2774368 2775515 "STTFNC" 2777975 NIL STTFNC (NIL T) -7 NIL NIL NIL) (-1159 2764558 2766430 2768224 "STTAYLOR" 2771489 NIL STTAYLOR (NIL T) -7 NIL NIL NIL) (-1158 2757688 2764422 2764505 "STRTBL" 2764510 NIL STRTBL (NIL T) -8 NIL NIL NIL) (-1157 2753052 2757643 2757674 "STRING" 2757679 T STRING (NIL) -8 NIL NIL NIL) (-1156 2747913 2752425 2752455 "STRICAT" 2752514 T STRICAT (NIL) -9 NIL 2752576 NIL) (-1155 2740666 2745532 2746143 "STREAM" 2747337 NIL STREAM (NIL T) -8 NIL NIL NIL) (-1154 2740176 2740253 2740397 "STREAM3" 2740583 NIL STREAM3 (NIL T T T) -7 NIL NIL NIL) (-1153 2739158 2739341 2739576 "STREAM2" 2739989 NIL STREAM2 (NIL T T) -7 NIL NIL NIL) (-1152 2738846 2738898 2738991 "STREAM1" 2739100 NIL STREAM1 (NIL T) -7 NIL NIL NIL) (-1151 2737862 2738043 2738274 "STINPROD" 2738662 NIL STINPROD (NIL T) -7 NIL NIL NIL) (-1150 2737414 2737624 2737654 "STEP" 2737734 T STEP (NIL) -9 NIL 2737812 NIL) (-1149 2730846 2737313 2737390 "STBL" 2737395 NIL STBL (NIL T T NIL) -8 NIL NIL NIL) (-1148 2725972 2730067 2730110 "STAGG" 2730263 NIL STAGG (NIL T) -9 NIL 2730352 NIL) (-1147 2723674 2724276 2725148 "STAGG-" 2725153 NIL STAGG- (NIL T T) -8 NIL NIL NIL) (-1146 2721821 2723444 2723536 "STACK" 2723617 NIL STACK (NIL T) -8 NIL NIL NIL) (-1145 2714516 2719962 2720418 "SREGSET" 2721451 NIL SREGSET (NIL T T T T) -8 NIL NIL NIL) (-1144 2706941 2708310 2709823 "SRDCMPK" 2713122 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1143 2699858 2704381 2704411 "SRAGG" 2705714 T SRAGG (NIL) -9 NIL 2706322 NIL) (-1142 2698875 2699130 2699509 "SRAGG-" 2699514 NIL SRAGG- (NIL T) -8 NIL NIL NIL) (-1141 2693335 2697822 2698243 "SQMATRIX" 2698501 NIL SQMATRIX (NIL NIL T) -8 NIL NIL NIL) (-1140 2687020 2690053 2690780 "SPLTREE" 2692680 NIL SPLTREE (NIL T T) -8 NIL NIL NIL) (-1139 2682983 2683676 2684322 "SPLNODE" 2686446 NIL SPLNODE (NIL T T) -8 NIL NIL NIL) (-1138 2682030 2682263 2682293 "SPFCAT" 2682737 T SPFCAT (NIL) -9 NIL NIL NIL) (-1137 2680767 2680977 2681241 "SPECOUT" 2681788 T SPECOUT (NIL) -7 NIL NIL NIL) (-1136 2672393 2674163 2674193 "SPADXPT" 2678585 T SPADXPT (NIL) -9 NIL 2680619 NIL) (-1135 2672154 2672194 2672263 "SPADPRSR" 2672346 T SPADPRSR (NIL) -7 NIL NIL NIL) (-1134 2670309 2672109 2672140 "SPADAST" 2672145 T SPADAST (NIL) -8 NIL NIL NIL) (-1133 2662254 2664027 2664070 "SPACEC" 2668443 NIL SPACEC (NIL T) -9 NIL 2670259 NIL) (-1132 2660384 2662186 2662235 "SPACE3" 2662240 NIL SPACE3 (NIL T) -8 NIL NIL NIL) (-1131 2659136 2659307 2659598 "SORTPAK" 2660189 NIL SORTPAK (NIL T T) -7 NIL NIL NIL) (-1130 2657228 2657531 2657943 "SOLVETRA" 2658800 NIL SOLVETRA (NIL T) -7 NIL NIL NIL) (-1129 2656278 2656500 2656761 "SOLVESER" 2657001 NIL SOLVESER (NIL T) -7 NIL NIL NIL) (-1128 2651582 2652470 2653465 "SOLVERAD" 2655330 NIL SOLVERAD (NIL T) -7 NIL NIL NIL) (-1127 2647397 2648006 2648735 "SOLVEFOR" 2650949 NIL SOLVEFOR (NIL T T) -7 NIL NIL NIL) (-1126 2641667 2646746 2646843 "SNTSCAT" 2646848 NIL SNTSCAT (NIL T T T T) -9 NIL 2646918 NIL) (-1125 2635773 2639990 2640381 "SMTS" 2641357 NIL SMTS (NIL T T T) -8 NIL NIL NIL) (-1124 2630457 2635661 2635738 "SMP" 2635743 NIL SMP (NIL T T) -8 NIL NIL NIL) (-1123 2628616 2628917 2629315 "SMITH" 2630154 NIL SMITH (NIL T T T T) -7 NIL NIL NIL) (-1122 2621329 2625525 2625628 "SMATCAT" 2626979 NIL SMATCAT (NIL NIL T T T) -9 NIL 2627529 NIL) (-1121 2618269 2619092 2620270 "SMATCAT-" 2620275 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL NIL) (-1120 2615935 2617505 2617548 "SKAGG" 2617809 NIL SKAGG (NIL T) -9 NIL 2617944 NIL) (-1119 2612246 2615351 2615546 "SINT" 2615733 T SINT (NIL) -8 NIL NIL 2615906) (-1118 2612018 2612056 2612122 "SIMPAN" 2612202 T SIMPAN (NIL) -7 NIL NIL NIL) (-1117 2611297 2611553 2611693 "SIG" 2611900 T SIG (NIL) -8 NIL NIL NIL) (-1116 2610135 2610356 2610631 "SIGNRF" 2611056 NIL SIGNRF (NIL T) -7 NIL NIL NIL) (-1115 2608968 2609119 2609403 "SIGNEF" 2609964 NIL SIGNEF (NIL T T) -7 NIL NIL NIL) (-1114 2608274 2608551 2608675 "SIGAST" 2608866 T SIGAST (NIL) -8 NIL NIL NIL) (-1113 2605963 2606418 2606924 "SHP" 2607815 NIL SHP (NIL T NIL) -7 NIL NIL NIL) (-1112 2599815 2605864 2605940 "SHDP" 2605945 NIL SHDP (NIL NIL NIL T) -8 NIL NIL NIL) (-1111 2599388 2599580 2599610 "SGROUP" 2599703 T SGROUP (NIL) -9 NIL 2599765 NIL) (-1110 2599246 2599272 2599345 "SGROUP-" 2599350 NIL SGROUP- (NIL T) -8 NIL NIL NIL) (-1109 2596081 2596779 2597502 "SGCF" 2598545 T SGCF (NIL) -7 NIL NIL NIL) (-1108 2590449 2595528 2595625 "SFRTCAT" 2595630 NIL SFRTCAT (NIL T T T T) -9 NIL 2595669 NIL) (-1107 2583870 2584888 2586024 "SFRGCD" 2589432 NIL SFRGCD (NIL T T T T T) -7 NIL NIL NIL) (-1106 2576996 2578069 2579255 "SFQCMPK" 2582803 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1105 2576616 2576705 2576816 "SFORT" 2576937 NIL SFORT (NIL T T) -8 NIL NIL NIL) (-1104 2575734 2576456 2576577 "SEXOF" 2576582 NIL SEXOF (NIL T T T T T) -8 NIL NIL NIL) (-1103 2574841 2575615 2575683 "SEX" 2575688 T SEX (NIL) -8 NIL NIL NIL) (-1102 2570354 2571069 2571164 "SEXCAT" 2574101 NIL SEXCAT (NIL T T T T T) -9 NIL 2574679 NIL) (-1101 2567507 2570288 2570336 "SET" 2570341 NIL SET (NIL T) -8 NIL NIL NIL) (-1100 2565731 2566220 2566525 "SETMN" 2567248 NIL SETMN (NIL NIL NIL) -8 NIL NIL NIL) (-1099 2565227 2565379 2565409 "SETCAT" 2565585 T SETCAT (NIL) -9 NIL 2565695 NIL) (-1098 2564919 2564997 2565127 "SETCAT-" 2565132 NIL SETCAT- (NIL T) -8 NIL NIL NIL) (-1097 2561280 2563380 2563423 "SETAGG" 2564293 NIL SETAGG (NIL T) -9 NIL 2564633 NIL) (-1096 2560738 2560854 2561091 "SETAGG-" 2561096 NIL SETAGG- (NIL T T) -8 NIL NIL NIL) (-1095 2560181 2560434 2560535 "SEQAST" 2560659 T SEQAST (NIL) -8 NIL NIL NIL) (-1094 2559380 2559674 2559735 "SEGXCAT" 2560021 NIL SEGXCAT (NIL T T) -9 NIL 2560141 NIL) (-1093 2558386 2559046 2559228 "SEG" 2559233 NIL SEG (NIL T) -8 NIL NIL NIL) (-1092 2557365 2557579 2557622 "SEGCAT" 2558144 NIL SEGCAT (NIL T) -9 NIL 2558365 NIL) (-1091 2556366 2556744 2556944 "SEGBIND" 2557200 NIL SEGBIND (NIL T) -8 NIL NIL NIL) (-1090 2555987 2556046 2556159 "SEGBIND2" 2556301 NIL SEGBIND2 (NIL T T) -7 NIL NIL NIL) (-1089 2555560 2555788 2555865 "SEGAST" 2555932 T SEGAST (NIL) -8 NIL NIL NIL) (-1088 2554779 2554905 2555109 "SEG2" 2555404 NIL SEG2 (NIL T T) -7 NIL NIL NIL) (-1087 2554189 2554714 2554761 "SDVAR" 2554766 NIL SDVAR (NIL T) -8 NIL NIL NIL) (-1086 2546716 2553959 2554089 "SDPOL" 2554094 NIL SDPOL (NIL T) -8 NIL NIL NIL) (-1085 2545309 2545575 2545894 "SCPKG" 2546431 NIL SCPKG (NIL T) -7 NIL NIL NIL) (-1084 2544473 2544645 2544837 "SCOPE" 2545139 T SCOPE (NIL) -8 NIL NIL NIL) (-1083 2543693 2543827 2544006 "SCACHE" 2544328 NIL SCACHE (NIL T) -7 NIL NIL NIL) (-1082 2543339 2543525 2543555 "SASTCAT" 2543560 T SASTCAT (NIL) -9 NIL 2543573 NIL) (-1081 2542826 2543174 2543250 "SAOS" 2543285 T SAOS (NIL) -8 NIL NIL NIL) (-1080 2542391 2542426 2542599 "SAERFFC" 2542785 NIL SAERFFC (NIL T T T) -7 NIL NIL NIL) (-1079 2536330 2542288 2542368 "SAE" 2542373 NIL SAE (NIL T T NIL) -8 NIL NIL NIL) (-1078 2535923 2535958 2536117 "SAEFACT" 2536289 NIL SAEFACT (NIL T T T) -7 NIL NIL NIL) (-1077 2534244 2534558 2534959 "RURPK" 2535589 NIL RURPK (NIL T NIL) -7 NIL NIL NIL) (-1076 2532881 2533187 2533492 "RULESET" 2534078 NIL RULESET (NIL T T T) -8 NIL NIL NIL) (-1075 2530104 2530634 2531092 "RULE" 2532562 NIL RULE (NIL T T T) -8 NIL NIL NIL) (-1074 2529716 2529898 2529981 "RULECOLD" 2530056 NIL RULECOLD (NIL NIL) -8 NIL NIL NIL) (-1073 2529506 2529534 2529605 "RTVALUE" 2529667 T RTVALUE (NIL) -8 NIL NIL NIL) (-1072 2528977 2529223 2529317 "RSTRCAST" 2529434 T RSTRCAST (NIL) -8 NIL NIL NIL) (-1071 2523825 2524620 2525540 "RSETGCD" 2528176 NIL RSETGCD (NIL T T T T T) -7 NIL NIL NIL) (-1070 2513055 2518134 2518231 "RSETCAT" 2522350 NIL RSETCAT (NIL T T T T) -9 NIL 2523447 NIL) (-1069 2510982 2511521 2512345 "RSETCAT-" 2512350 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-1068 2503367 2504744 2506264 "RSDCMPK" 2509581 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL NIL) (-1067 2501346 2501813 2501887 "RRCC" 2502973 NIL RRCC (NIL T T) -9 NIL 2503317 NIL) (-1066 2500697 2500871 2501150 "RRCC-" 2501155 NIL RRCC- (NIL T T T) -8 NIL NIL NIL) (-1065 2500140 2500393 2500494 "RPTAST" 2500618 T RPTAST (NIL) -8 NIL NIL NIL) (-1064 2473991 2483348 2483415 "RPOLCAT" 2494079 NIL RPOLCAT (NIL T T T) -9 NIL 2497238 NIL) (-1063 2465489 2467829 2470951 "RPOLCAT-" 2470956 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL NIL) (-1062 2456420 2463700 2464182 "ROUTINE" 2465029 T ROUTINE (NIL) -8 NIL NIL NIL) (-1061 2453218 2456046 2456186 "ROMAN" 2456302 T ROMAN (NIL) -8 NIL NIL NIL) (-1060 2451462 2452078 2452338 "ROIRC" 2453023 NIL ROIRC (NIL T T) -8 NIL NIL NIL) (-1059 2447694 2449978 2450008 "RNS" 2450312 T RNS (NIL) -9 NIL 2450586 NIL) (-1058 2446203 2446586 2447120 "RNS-" 2447195 NIL RNS- (NIL T) -8 NIL NIL NIL) (-1057 2445606 2446014 2446044 "RNG" 2446049 T RNG (NIL) -9 NIL 2446070 NIL) (-1056 2445005 2445393 2445436 "RMODULE" 2445441 NIL RMODULE (NIL T) -9 NIL 2445468 NIL) (-1055 2443841 2443935 2444271 "RMCAT2" 2444906 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL NIL) (-1054 2440691 2443187 2443484 "RMATRIX" 2443603 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL NIL) (-1053 2433518 2435778 2435893 "RMATCAT" 2439252 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2440234 NIL) (-1052 2432893 2433040 2433347 "RMATCAT-" 2433352 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL NIL) (-1051 2432294 2432515 2432558 "RLINSET" 2432752 NIL RLINSET (NIL T) -9 NIL 2432843 NIL) (-1050 2431861 2431936 2432064 "RINTERP" 2432213 NIL RINTERP (NIL NIL T) -7 NIL NIL NIL) (-1049 2430919 2431473 2431503 "RING" 2431559 T RING (NIL) -9 NIL 2431651 NIL) (-1048 2430711 2430755 2430852 "RING-" 2430857 NIL RING- (NIL T) -8 NIL NIL NIL) (-1047 2429552 2429789 2430047 "RIDIST" 2430475 T RIDIST (NIL) -7 NIL NIL NIL) (-1046 2420841 2429020 2429226 "RGCHAIN" 2429400 NIL RGCHAIN (NIL T NIL) -8 NIL NIL NIL) (-1045 2420191 2420597 2420638 "RGBCSPC" 2420696 NIL RGBCSPC (NIL T) -9 NIL 2420748 NIL) (-1044 2419349 2419730 2419771 "RGBCMDL" 2420003 NIL RGBCMDL (NIL T) -9 NIL 2420117 NIL) (-1043 2416343 2416957 2417627 "RF" 2418713 NIL RF (NIL T) -7 NIL NIL NIL) (-1042 2415989 2416052 2416155 "RFFACTOR" 2416274 NIL RFFACTOR (NIL T) -7 NIL NIL NIL) (-1041 2415714 2415749 2415846 "RFFACT" 2415948 NIL RFFACT (NIL T) -7 NIL NIL NIL) (-1040 2413831 2414195 2414577 "RFDIST" 2415354 T RFDIST (NIL) -7 NIL NIL NIL) (-1039 2413284 2413376 2413539 "RETSOL" 2413733 NIL RETSOL (NIL T T) -7 NIL NIL NIL) (-1038 2412920 2413000 2413043 "RETRACT" 2413176 NIL RETRACT (NIL T) -9 NIL 2413263 NIL) (-1037 2412769 2412794 2412881 "RETRACT-" 2412886 NIL RETRACT- (NIL T T) -8 NIL NIL NIL) (-1036 2412371 2412591 2412661 "RETAST" 2412721 T RETAST (NIL) -8 NIL NIL NIL) (-1035 2405109 2412024 2412151 "RESULT" 2412266 T RESULT (NIL) -8 NIL NIL NIL) (-1034 2403700 2404378 2404577 "RESRING" 2405012 NIL RESRING (NIL T T T T NIL) -8 NIL NIL NIL) (-1033 2403336 2403385 2403483 "RESLATC" 2403637 NIL RESLATC (NIL T) -7 NIL NIL NIL) (-1032 2403041 2403076 2403183 "REPSQ" 2403295 NIL REPSQ (NIL T) -7 NIL NIL NIL) (-1031 2400463 2401043 2401645 "REP" 2402461 T REP (NIL) -7 NIL NIL NIL) (-1030 2400160 2400195 2400306 "REPDB" 2400422 NIL REPDB (NIL T) -7 NIL NIL NIL) (-1029 2394060 2395449 2396672 "REP2" 2398972 NIL REP2 (NIL T) -7 NIL NIL NIL) (-1028 2390437 2391118 2391926 "REP1" 2393287 NIL REP1 (NIL T) -7 NIL NIL NIL) (-1027 2383133 2388578 2389034 "REGSET" 2390067 NIL REGSET (NIL T T T T) -8 NIL NIL NIL) (-1026 2381898 2382281 2382531 "REF" 2382918 NIL REF (NIL T) -8 NIL NIL NIL) (-1025 2381275 2381378 2381545 "REDORDER" 2381782 NIL REDORDER (NIL T T) -7 NIL NIL NIL) (-1024 2377243 2380488 2380715 "RECLOS" 2381103 NIL RECLOS (NIL T) -8 NIL NIL NIL) (-1023 2376295 2376476 2376691 "REALSOLV" 2377050 T REALSOLV (NIL) -7 NIL NIL NIL) (-1022 2376141 2376182 2376212 "REAL" 2376217 T REAL (NIL) -9 NIL 2376252 NIL) (-1021 2372624 2373426 2374310 "REAL0Q" 2375306 NIL REAL0Q (NIL T) -7 NIL NIL NIL) (-1020 2368225 2369213 2370274 "REAL0" 2371605 NIL REAL0 (NIL T) -7 NIL NIL NIL) (-1019 2367696 2367942 2368036 "RDUCEAST" 2368153 T RDUCEAST (NIL) -8 NIL NIL NIL) (-1018 2367101 2367173 2367380 "RDIV" 2367618 NIL RDIV (NIL T T T T T) -7 NIL NIL NIL) (-1017 2366169 2366343 2366556 "RDIST" 2366923 NIL RDIST (NIL T) -7 NIL NIL NIL) (-1016 2364766 2365053 2365425 "RDETRS" 2365877 NIL RDETRS (NIL T T) -7 NIL NIL NIL) (-1015 2362578 2363032 2363570 "RDETR" 2364308 NIL RDETR (NIL T T) -7 NIL NIL NIL) (-1014 2361203 2361481 2361878 "RDEEFS" 2362294 NIL RDEEFS (NIL T T) -7 NIL NIL NIL) (-1013 2359712 2360018 2360443 "RDEEF" 2360891 NIL RDEEF (NIL T T) -7 NIL NIL NIL) (-1012 2353773 2356693 2356723 "RCFIELD" 2358018 T RCFIELD (NIL) -9 NIL 2358749 NIL) (-1011 2351837 2352341 2353037 "RCFIELD-" 2353112 NIL RCFIELD- (NIL T) -8 NIL NIL NIL) (-1010 2348106 2349938 2349981 "RCAGG" 2351065 NIL RCAGG (NIL T) -9 NIL 2351530 NIL) (-1009 2347734 2347828 2347991 "RCAGG-" 2347996 NIL RCAGG- (NIL T T) -8 NIL NIL NIL) (-1008 2347069 2347181 2347346 "RATRET" 2347618 NIL RATRET (NIL T) -7 NIL NIL NIL) (-1007 2346622 2346689 2346810 "RATFACT" 2346997 NIL RATFACT (NIL T) -7 NIL NIL NIL) (-1006 2345930 2346050 2346202 "RANDSRC" 2346492 T RANDSRC (NIL) -7 NIL NIL NIL) (-1005 2345664 2345708 2345781 "RADUTIL" 2345879 T RADUTIL (NIL) -7 NIL NIL NIL) (-1004 2338780 2344497 2344807 "RADIX" 2345388 NIL RADIX (NIL NIL) -8 NIL NIL NIL) (-1003 2330399 2338622 2338752 "RADFF" 2338757 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL NIL) (-1002 2330046 2330121 2330151 "RADCAT" 2330311 T RADCAT (NIL) -9 NIL NIL NIL) (-1001 2329828 2329876 2329976 "RADCAT-" 2329981 NIL RADCAT- (NIL T) -8 NIL NIL NIL) (-1000 2327928 2329600 2329691 "QUEUE" 2329772 NIL QUEUE (NIL T) -8 NIL NIL NIL) (-999 2324469 2327865 2327910 "QUAT" 2327915 NIL QUAT (NIL T) -8 NIL NIL NIL) (-998 2324107 2324150 2324277 "QUATCT2" 2324420 NIL QUATCT2 (NIL T T T T) -7 NIL NIL NIL) (-997 2317569 2320914 2320954 "QUATCAT" 2321734 NIL QUATCAT (NIL T) -9 NIL 2322500 NIL) (-996 2313713 2314750 2316137 "QUATCAT-" 2316231 NIL QUATCAT- (NIL T T) -8 NIL NIL NIL) (-995 2311186 2312797 2312838 "QUAGG" 2313213 NIL QUAGG (NIL T) -9 NIL 2313388 NIL) (-994 2310791 2311011 2311079 "QQUTAST" 2311138 T QQUTAST (NIL) -8 NIL NIL NIL) (-993 2309689 2310189 2310361 "QFORM" 2310663 NIL QFORM (NIL NIL T) -8 NIL NIL NIL) (-992 2300694 2305933 2305973 "QFCAT" 2306631 NIL QFCAT (NIL T) -9 NIL 2307632 NIL) (-991 2296266 2297467 2299058 "QFCAT-" 2299152 NIL QFCAT- (NIL T T) -8 NIL NIL NIL) (-990 2295904 2295947 2296074 "QFCAT2" 2296217 NIL QFCAT2 (NIL T T T T) -7 NIL NIL NIL) (-989 2295364 2295474 2295604 "QEQUAT" 2295794 T QEQUAT (NIL) -8 NIL NIL NIL) (-988 2288510 2289583 2290767 "QCMPACK" 2294297 NIL QCMPACK (NIL T T T T T) -7 NIL NIL NIL) (-987 2286059 2286507 2286935 "QALGSET" 2288165 NIL QALGSET (NIL T T T T) -8 NIL NIL NIL) (-986 2285304 2285478 2285710 "QALGSET2" 2285879 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL NIL) (-985 2283994 2284218 2284535 "PWFFINTB" 2285077 NIL PWFFINTB (NIL T T T T) -7 NIL NIL NIL) (-984 2282176 2282344 2282698 "PUSHVAR" 2283808 NIL PUSHVAR (NIL T T T T) -7 NIL NIL NIL) (-983 2278094 2279148 2279189 "PTRANFN" 2281073 NIL PTRANFN (NIL T) -9 NIL NIL NIL) (-982 2276496 2276787 2277109 "PTPACK" 2277805 NIL PTPACK (NIL T) -7 NIL NIL NIL) (-981 2276128 2276185 2276294 "PTFUNC2" 2276433 NIL PTFUNC2 (NIL T T) -7 NIL NIL NIL) (-980 2270605 2275000 2275041 "PTCAT" 2275337 NIL PTCAT (NIL T) -9 NIL 2275490 NIL) (-979 2270263 2270298 2270422 "PSQFR" 2270564 NIL PSQFR (NIL T T T T) -7 NIL NIL NIL) (-978 2268858 2269156 2269490 "PSEUDLIN" 2269961 NIL PSEUDLIN (NIL T) -7 NIL NIL NIL) (-977 2255621 2257992 2260316 "PSETPK" 2266618 NIL PSETPK (NIL T T T T) -7 NIL NIL NIL) (-976 2248639 2251379 2251475 "PSETCAT" 2254496 NIL PSETCAT (NIL T T T T) -9 NIL 2255310 NIL) (-975 2246475 2247109 2247930 "PSETCAT-" 2247935 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL NIL) (-974 2245824 2245989 2246017 "PSCURVE" 2246285 T PSCURVE (NIL) -9 NIL 2246452 NIL) (-973 2241822 2243338 2243403 "PSCAT" 2244247 NIL PSCAT (NIL T T T) -9 NIL 2244487 NIL) (-972 2240885 2241101 2241501 "PSCAT-" 2241506 NIL PSCAT- (NIL T T T T) -8 NIL NIL NIL) (-971 2239590 2240250 2240455 "PRTITION" 2240700 T PRTITION (NIL) -8 NIL NIL NIL) (-970 2239065 2239311 2239403 "PRTDAST" 2239518 T PRTDAST (NIL) -8 NIL NIL NIL) (-969 2228154 2230369 2232557 "PRS" 2236927 NIL PRS (NIL T T) -7 NIL NIL NIL) (-968 2225965 2227504 2227544 "PRQAGG" 2227727 NIL PRQAGG (NIL T) -9 NIL 2227829 NIL) (-967 2225169 2225474 2225502 "PROPLOG" 2225749 T PROPLOG (NIL) -9 NIL 2225915 NIL) (-966 2223599 2224120 2224377 "PROPFRML" 2224945 NIL PROPFRML (NIL T) -8 NIL NIL NIL) (-965 2223068 2223175 2223303 "PROPERTY" 2223491 T PROPERTY (NIL) -8 NIL NIL NIL) (-964 2217126 2221234 2222054 "PRODUCT" 2222294 NIL PRODUCT (NIL T T) -8 NIL NIL NIL) (-963 2214404 2216584 2216818 "PR" 2216937 NIL PR (NIL T T) -8 NIL NIL NIL) (-962 2214200 2214232 2214291 "PRINT" 2214365 T PRINT (NIL) -7 NIL NIL NIL) (-961 2213540 2213657 2213809 "PRIMES" 2214080 NIL PRIMES (NIL T) -7 NIL NIL NIL) (-960 2211605 2212006 2212472 "PRIMELT" 2213119 NIL PRIMELT (NIL T) -7 NIL NIL NIL) (-959 2211334 2211383 2211411 "PRIMCAT" 2211535 T PRIMCAT (NIL) -9 NIL NIL NIL) (-958 2207449 2211272 2211317 "PRIMARR" 2211322 NIL PRIMARR (NIL T) -8 NIL NIL NIL) (-957 2206456 2206634 2206862 "PRIMARR2" 2207267 NIL PRIMARR2 (NIL T T) -7 NIL NIL NIL) (-956 2206099 2206155 2206266 "PREASSOC" 2206394 NIL PREASSOC (NIL T T) -7 NIL NIL NIL) (-955 2205574 2205707 2205735 "PPCURVE" 2205940 T PPCURVE (NIL) -9 NIL 2206076 NIL) (-954 2205169 2205369 2205452 "PORTNUM" 2205511 T PORTNUM (NIL) -8 NIL NIL NIL) (-953 2202528 2202927 2203519 "POLYROOT" 2204750 NIL POLYROOT (NIL T T T T T) -7 NIL NIL NIL) (-952 2196710 2202132 2202292 "POLY" 2202401 NIL POLY (NIL T) -8 NIL NIL NIL) (-951 2196093 2196151 2196385 "POLYLIFT" 2196646 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL NIL) (-950 2192368 2192817 2193446 "POLYCATQ" 2195638 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL NIL) (-949 2179080 2184208 2184273 "POLYCAT" 2187787 NIL POLYCAT (NIL T T T) -9 NIL 2189665 NIL) (-948 2172529 2174391 2176775 "POLYCAT-" 2176780 NIL POLYCAT- (NIL T T T T) -8 NIL NIL NIL) (-947 2172116 2172184 2172304 "POLY2UP" 2172455 NIL POLY2UP (NIL NIL T) -7 NIL NIL NIL) (-946 2171748 2171805 2171914 "POLY2" 2172053 NIL POLY2 (NIL T T) -7 NIL NIL NIL) (-945 2170433 2170672 2170948 "POLUTIL" 2171522 NIL POLUTIL (NIL T T) -7 NIL NIL NIL) (-944 2168788 2169065 2169396 "POLTOPOL" 2170155 NIL POLTOPOL (NIL NIL T) -7 NIL NIL NIL) (-943 2164253 2168724 2168770 "POINT" 2168775 NIL POINT (NIL T) -8 NIL NIL NIL) (-942 2162440 2162797 2163172 "PNTHEORY" 2163898 T PNTHEORY (NIL) -7 NIL NIL NIL) (-941 2160898 2161195 2161594 "PMTOOLS" 2162138 NIL PMTOOLS (NIL T T T) -7 NIL NIL NIL) (-940 2160491 2160569 2160686 "PMSYM" 2160814 NIL PMSYM (NIL T) -7 NIL NIL NIL) (-939 2160001 2160070 2160244 "PMQFCAT" 2160416 NIL PMQFCAT (NIL T T T) -7 NIL NIL NIL) (-938 2159356 2159466 2159622 "PMPRED" 2159878 NIL PMPRED (NIL T) -7 NIL NIL NIL) (-937 2158749 2158835 2158997 "PMPREDFS" 2159257 NIL PMPREDFS (NIL T T T) -7 NIL NIL NIL) (-936 2157413 2157621 2157999 "PMPLCAT" 2158511 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL NIL) (-935 2156945 2157024 2157176 "PMLSAGG" 2157328 NIL PMLSAGG (NIL T T T) -7 NIL NIL NIL) (-934 2156418 2156494 2156676 "PMKERNEL" 2156863 NIL PMKERNEL (NIL T T) -7 NIL NIL NIL) (-933 2156035 2156110 2156223 "PMINS" 2156337 NIL PMINS (NIL T) -7 NIL NIL NIL) (-932 2155477 2155546 2155755 "PMFS" 2155960 NIL PMFS (NIL T T T) -7 NIL NIL NIL) (-931 2154705 2154823 2155028 "PMDOWN" 2155354 NIL PMDOWN (NIL T T T) -7 NIL NIL NIL) (-930 2153872 2154030 2154211 "PMASS" 2154544 T PMASS (NIL) -7 NIL NIL NIL) (-929 2153145 2153255 2153418 "PMASSFS" 2153759 NIL PMASSFS (NIL T T) -7 NIL NIL NIL) (-928 2152800 2152868 2152962 "PLOTTOOL" 2153071 T PLOTTOOL (NIL) -7 NIL NIL NIL) (-927 2147407 2148611 2149759 "PLOT" 2151672 T PLOT (NIL) -8 NIL NIL NIL) (-926 2143211 2144255 2145176 "PLOT3D" 2146506 T PLOT3D (NIL) -8 NIL NIL NIL) (-925 2142123 2142300 2142535 "PLOT1" 2143015 NIL PLOT1 (NIL T) -7 NIL NIL NIL) (-924 2117512 2122189 2127040 "PLEQN" 2137389 NIL PLEQN (NIL T T T T) -7 NIL NIL NIL) (-923 2116830 2116952 2117132 "PINTERP" 2117377 NIL PINTERP (NIL NIL T) -7 NIL NIL NIL) (-922 2116523 2116570 2116673 "PINTERPA" 2116777 NIL PINTERPA (NIL T T) -7 NIL NIL NIL) (-921 2115744 2116292 2116379 "PI" 2116419 T PI (NIL) -8 NIL NIL 2116486) (-920 2114041 2115016 2115044 "PID" 2115226 T PID (NIL) -9 NIL 2115360 NIL) (-919 2113792 2113829 2113904 "PICOERCE" 2113998 NIL PICOERCE (NIL T) -7 NIL NIL NIL) (-918 2113112 2113251 2113427 "PGROEB" 2113648 NIL PGROEB (NIL T) -7 NIL NIL NIL) (-917 2108699 2109513 2110418 "PGE" 2112227 T PGE (NIL) -7 NIL NIL NIL) (-916 2106822 2107069 2107435 "PGCD" 2108416 NIL PGCD (NIL T T T T) -7 NIL NIL NIL) (-915 2106160 2106263 2106424 "PFRPAC" 2106706 NIL PFRPAC (NIL T) -7 NIL NIL NIL) (-914 2102800 2104708 2105061 "PFR" 2105839 NIL PFR (NIL T) -8 NIL NIL NIL) (-913 2101189 2101433 2101758 "PFOTOOLS" 2102547 NIL PFOTOOLS (NIL T T) -7 NIL NIL NIL) (-912 2099722 2099961 2100312 "PFOQ" 2100946 NIL PFOQ (NIL T T T) -7 NIL NIL NIL) (-911 2098223 2098435 2098791 "PFO" 2099506 NIL PFO (NIL T T T T T) -7 NIL NIL NIL) (-910 2094776 2098112 2098181 "PF" 2098186 NIL PF (NIL NIL) -8 NIL NIL NIL) (-909 2092110 2093381 2093409 "PFECAT" 2093994 T PFECAT (NIL) -9 NIL 2094378 NIL) (-908 2091555 2091709 2091923 "PFECAT-" 2091928 NIL PFECAT- (NIL T) -8 NIL NIL NIL) (-907 2090158 2090410 2090711 "PFBRU" 2091304 NIL PFBRU (NIL T T) -7 NIL NIL NIL) (-906 2088024 2088376 2088808 "PFBR" 2089809 NIL PFBR (NIL T T T T) -7 NIL NIL NIL) (-905 2083906 2085400 2086076 "PERM" 2087381 NIL PERM (NIL T) -8 NIL NIL NIL) (-904 2079140 2080113 2080983 "PERMGRP" 2083069 NIL PERMGRP (NIL T) -8 NIL NIL NIL) (-903 2077246 2078203 2078244 "PERMCAT" 2078690 NIL PERMCAT (NIL T) -9 NIL 2078995 NIL) (-902 2076899 2076940 2077064 "PERMAN" 2077199 NIL PERMAN (NIL NIL T) -7 NIL NIL NIL) (-901 2074387 2076564 2076686 "PENDTREE" 2076810 NIL PENDTREE (NIL T) -8 NIL NIL NIL) (-900 2072411 2073179 2073220 "PDRING" 2073877 NIL PDRING (NIL T) -9 NIL 2074163 NIL) (-899 2071514 2071732 2072094 "PDRING-" 2072099 NIL PDRING- (NIL T T) -8 NIL NIL NIL) (-898 2068729 2069507 2070175 "PDEPROB" 2070866 T PDEPROB (NIL) -8 NIL NIL NIL) (-897 2066274 2066778 2067333 "PDEPACK" 2068194 T PDEPACK (NIL) -7 NIL NIL NIL) (-896 2065186 2065376 2065627 "PDECOMP" 2066073 NIL PDECOMP (NIL T T) -7 NIL NIL NIL) (-895 2062765 2063608 2063636 "PDECAT" 2064423 T PDECAT (NIL) -9 NIL 2065136 NIL) (-894 2062516 2062549 2062639 "PCOMP" 2062726 NIL PCOMP (NIL T T) -7 NIL NIL NIL) (-893 2060694 2061317 2061614 "PBWLB" 2062245 NIL PBWLB (NIL T) -8 NIL NIL NIL) (-892 2053167 2054767 2056105 "PATTERN" 2059377 NIL PATTERN (NIL T) -8 NIL NIL NIL) (-891 2052799 2052856 2052965 "PATTERN2" 2053104 NIL PATTERN2 (NIL T T) -7 NIL NIL NIL) (-890 2050556 2050944 2051401 "PATTERN1" 2052388 NIL PATTERN1 (NIL T T) -7 NIL NIL NIL) (-889 2047924 2048505 2048986 "PATRES" 2050121 NIL PATRES (NIL T T) -8 NIL NIL NIL) (-888 2047488 2047555 2047687 "PATRES2" 2047851 NIL PATRES2 (NIL T T T) -7 NIL NIL NIL) (-887 2045371 2045776 2046183 "PATMATCH" 2047155 NIL PATMATCH (NIL T T T) -7 NIL NIL NIL) (-886 2044881 2045090 2045131 "PATMAB" 2045238 NIL PATMAB (NIL T) -9 NIL 2045321 NIL) (-885 2043399 2043735 2043993 "PATLRES" 2044686 NIL PATLRES (NIL T T T) -8 NIL NIL NIL) (-884 2042945 2043068 2043109 "PATAB" 2043114 NIL PATAB (NIL T) -9 NIL 2043286 NIL) (-883 2040426 2040958 2041531 "PARTPERM" 2042392 T PARTPERM (NIL) -7 NIL NIL NIL) (-882 2040047 2040110 2040212 "PARSURF" 2040357 NIL PARSURF (NIL T) -8 NIL NIL NIL) (-881 2039679 2039736 2039845 "PARSU2" 2039984 NIL PARSU2 (NIL T T) -7 NIL NIL NIL) (-880 2039443 2039483 2039550 "PARSER" 2039632 T PARSER (NIL) -7 NIL NIL NIL) (-879 2039064 2039127 2039229 "PARSCURV" 2039374 NIL PARSCURV (NIL T) -8 NIL NIL NIL) (-878 2038696 2038753 2038862 "PARSC2" 2039001 NIL PARSC2 (NIL T T) -7 NIL NIL NIL) (-877 2038335 2038393 2038490 "PARPCURV" 2038632 NIL PARPCURV (NIL T) -8 NIL NIL NIL) (-876 2037967 2038024 2038133 "PARPC2" 2038272 NIL PARPC2 (NIL T T) -7 NIL NIL NIL) (-875 2037487 2037573 2037692 "PAN2EXPR" 2037868 T PAN2EXPR (NIL) -7 NIL NIL NIL) (-874 2036264 2036608 2036836 "PALETTE" 2037279 T PALETTE (NIL) -8 NIL NIL NIL) (-873 2034657 2035269 2035629 "PAIR" 2035950 NIL PAIR (NIL T T) -8 NIL NIL NIL) (-872 2028527 2033916 2034110 "PADICRC" 2034512 NIL PADICRC (NIL NIL T) -8 NIL NIL NIL) (-871 2021756 2027873 2028057 "PADICRAT" 2028375 NIL PADICRAT (NIL NIL) -8 NIL NIL NIL) (-870 2020071 2021693 2021738 "PADIC" 2021743 NIL PADIC (NIL NIL) -8 NIL NIL NIL) (-869 2017181 2018745 2018785 "PADICCT" 2019366 NIL PADICCT (NIL NIL) -9 NIL 2019648 NIL) (-868 2016138 2016338 2016606 "PADEPAC" 2016968 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL NIL) (-867 2015350 2015483 2015689 "PADE" 2016000 NIL PADE (NIL T T T) -7 NIL NIL NIL) (-866 2013737 2014558 2014838 "OWP" 2015154 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-865 2013230 2013443 2013540 "OVERSET" 2013660 T OVERSET (NIL) -8 NIL NIL NIL) (-864 2012276 2012835 2013007 "OVAR" 2013098 NIL OVAR (NIL NIL) -8 NIL NIL NIL) (-863 2011540 2011661 2011822 "OUT" 2012135 T OUT (NIL) -7 NIL NIL NIL) (-862 2000412 2002649 2004849 "OUTFORM" 2009360 T OUTFORM (NIL) -8 NIL NIL NIL) (-861 1999748 2000009 2000136 "OUTBFILE" 2000305 T OUTBFILE (NIL) -8 NIL NIL NIL) (-860 1999055 1999220 1999248 "OUTBCON" 1999566 T OUTBCON (NIL) -9 NIL 1999732 NIL) (-859 1998656 1998768 1998925 "OUTBCON-" 1998930 NIL OUTBCON- (NIL T) -8 NIL NIL NIL) (-858 1998036 1998385 1998474 "OSI" 1998587 T OSI (NIL) -8 NIL NIL NIL) (-857 1997566 1997904 1997932 "OSGROUP" 1997937 T OSGROUP (NIL) -9 NIL 1997959 NIL) (-856 1996311 1996538 1996823 "ORTHPOL" 1997313 NIL ORTHPOL (NIL T) -7 NIL NIL NIL) (-855 1993862 1996146 1996267 "OREUP" 1996272 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL NIL) (-854 1991265 1993553 1993680 "ORESUP" 1993804 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL NIL) (-853 1988793 1989293 1989854 "OREPCTO" 1990754 NIL OREPCTO (NIL T T) -7 NIL NIL NIL) (-852 1982479 1984680 1984721 "OREPCAT" 1987069 NIL OREPCAT (NIL T) -9 NIL 1988173 NIL) (-851 1979626 1980408 1981466 "OREPCAT-" 1981471 NIL OREPCAT- (NIL T T) -8 NIL NIL NIL) (-850 1978777 1979075 1979103 "ORDSET" 1979412 T ORDSET (NIL) -9 NIL 1979576 NIL) (-849 1978208 1978356 1978580 "ORDSET-" 1978585 NIL ORDSET- (NIL T) -8 NIL NIL NIL) (-848 1976773 1977564 1977592 "ORDRING" 1977794 T ORDRING (NIL) -9 NIL 1977919 NIL) (-847 1976418 1976512 1976656 "ORDRING-" 1976661 NIL ORDRING- (NIL T) -8 NIL NIL NIL) (-846 1975798 1976261 1976289 "ORDMON" 1976294 T ORDMON (NIL) -9 NIL 1976315 NIL) (-845 1974960 1975107 1975302 "ORDFUNS" 1975647 NIL ORDFUNS (NIL NIL T) -7 NIL NIL NIL) (-844 1974298 1974717 1974745 "ORDFIN" 1974810 T ORDFIN (NIL) -9 NIL 1974884 NIL) (-843 1970857 1972884 1973293 "ORDCOMP" 1973922 NIL ORDCOMP (NIL T) -8 NIL NIL NIL) (-842 1970123 1970250 1970436 "ORDCOMP2" 1970717 NIL ORDCOMP2 (NIL T T) -7 NIL NIL NIL) (-841 1966704 1967614 1968428 "OPTPROB" 1969329 T OPTPROB (NIL) -8 NIL NIL NIL) (-840 1963506 1964145 1964849 "OPTPACK" 1966020 T OPTPACK (NIL) -7 NIL NIL NIL) (-839 1961193 1961959 1961987 "OPTCAT" 1962806 T OPTCAT (NIL) -9 NIL 1963456 NIL) (-838 1960577 1960870 1960975 "OPSIG" 1961108 T OPSIG (NIL) -8 NIL NIL NIL) (-837 1960345 1960384 1960450 "OPQUERY" 1960531 T OPQUERY (NIL) -7 NIL NIL NIL) (-836 1957476 1958656 1959160 "OP" 1959874 NIL OP (NIL T) -8 NIL NIL NIL) (-835 1956850 1957076 1957117 "OPERCAT" 1957329 NIL OPERCAT (NIL T) -9 NIL 1957426 NIL) (-834 1956605 1956661 1956778 "OPERCAT-" 1956783 NIL OPERCAT- (NIL T T) -8 NIL NIL NIL) (-833 1953418 1955402 1955771 "ONECOMP" 1956269 NIL ONECOMP (NIL T) -8 NIL NIL NIL) (-832 1952723 1952838 1953012 "ONECOMP2" 1953290 NIL ONECOMP2 (NIL T T) -7 NIL NIL NIL) (-831 1952142 1952248 1952378 "OMSERVER" 1952613 T OMSERVER (NIL) -7 NIL NIL NIL) (-830 1949004 1951582 1951622 "OMSAGG" 1951683 NIL OMSAGG (NIL T) -9 NIL 1951747 NIL) (-829 1947627 1947890 1948172 "OMPKG" 1948742 T OMPKG (NIL) -7 NIL NIL NIL) (-828 1947057 1947160 1947188 "OM" 1947487 T OM (NIL) -9 NIL NIL NIL) (-827 1945604 1946606 1946775 "OMLO" 1946938 NIL OMLO (NIL T T) -8 NIL NIL NIL) (-826 1944564 1944711 1944931 "OMEXPR" 1945430 NIL OMEXPR (NIL T) -7 NIL NIL NIL) (-825 1943855 1944110 1944246 "OMERR" 1944448 T OMERR (NIL) -8 NIL NIL NIL) (-824 1943006 1943276 1943436 "OMERRK" 1943715 T OMERRK (NIL) -8 NIL NIL NIL) (-823 1942457 1942683 1942791 "OMENC" 1942918 T OMENC (NIL) -8 NIL NIL NIL) (-822 1936352 1937537 1938708 "OMDEV" 1941306 T OMDEV (NIL) -8 NIL NIL NIL) (-821 1935421 1935592 1935786 "OMCONN" 1936178 T OMCONN (NIL) -8 NIL NIL NIL) (-820 1933942 1934918 1934946 "OINTDOM" 1934951 T OINTDOM (NIL) -9 NIL 1934972 NIL) (-819 1929721 1930932 1931648 "OFMONOID" 1933258 NIL OFMONOID (NIL T) -8 NIL NIL NIL) (-818 1929132 1929658 1929703 "ODVAR" 1929708 NIL ODVAR (NIL T) -8 NIL NIL NIL) (-817 1926555 1928877 1929032 "ODR" 1929037 NIL ODR (NIL T T NIL) -8 NIL NIL NIL) (-816 1919136 1926331 1926457 "ODPOL" 1926462 NIL ODPOL (NIL T) -8 NIL NIL NIL) (-815 1912958 1919008 1919113 "ODP" 1919118 NIL ODP (NIL NIL T NIL) -8 NIL NIL NIL) (-814 1911724 1911939 1912214 "ODETOOLS" 1912732 NIL ODETOOLS (NIL T T) -7 NIL NIL NIL) (-813 1908691 1909349 1910065 "ODESYS" 1911057 NIL ODESYS (NIL T T) -7 NIL NIL NIL) (-812 1903573 1904481 1905506 "ODERTRIC" 1907766 NIL ODERTRIC (NIL T T) -7 NIL NIL NIL) (-811 1902999 1903081 1903275 "ODERED" 1903485 NIL ODERED (NIL T T T T T) -7 NIL NIL NIL) (-810 1899887 1900435 1901112 "ODERAT" 1902422 NIL ODERAT (NIL T T) -7 NIL NIL NIL) (-809 1896844 1897311 1897908 "ODEPRRIC" 1899416 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL NIL) (-808 1894787 1895383 1895869 "ODEPROB" 1896378 T ODEPROB (NIL) -8 NIL NIL NIL) (-807 1891307 1891792 1892439 "ODEPRIM" 1894266 NIL ODEPRIM (NIL T T T T) -7 NIL NIL NIL) (-806 1890556 1890658 1890918 "ODEPAL" 1891199 NIL ODEPAL (NIL T T T T) -7 NIL NIL NIL) (-805 1886718 1887509 1888373 "ODEPACK" 1889712 T ODEPACK (NIL) -7 NIL NIL NIL) (-804 1885779 1885886 1886108 "ODEINT" 1886607 NIL ODEINT (NIL T T) -7 NIL NIL NIL) (-803 1879880 1881305 1882752 "ODEIFTBL" 1884352 T ODEIFTBL (NIL) -8 NIL NIL NIL) (-802 1875278 1876064 1877016 "ODEEF" 1879039 NIL ODEEF (NIL T T) -7 NIL NIL NIL) (-801 1874627 1874716 1874939 "ODECONST" 1875183 NIL ODECONST (NIL T T T) -7 NIL NIL NIL) (-800 1872752 1873413 1873441 "ODECAT" 1874046 T ODECAT (NIL) -9 NIL 1874577 NIL) (-799 1869624 1872464 1872583 "OCT" 1872665 NIL OCT (NIL T) -8 NIL NIL NIL) (-798 1869262 1869305 1869432 "OCTCT2" 1869575 NIL OCTCT2 (NIL T T T T) -7 NIL NIL NIL) (-797 1863911 1866346 1866386 "OC" 1867483 NIL OC (NIL T) -9 NIL 1868341 NIL) (-796 1861138 1861886 1862876 "OC-" 1862970 NIL OC- (NIL T T) -8 NIL NIL NIL) (-795 1860490 1860958 1860986 "OCAMON" 1860991 T OCAMON (NIL) -9 NIL 1861012 NIL) (-794 1860021 1860362 1860390 "OASGP" 1860395 T OASGP (NIL) -9 NIL 1860415 NIL) (-793 1859282 1859771 1859799 "OAMONS" 1859839 T OAMONS (NIL) -9 NIL 1859882 NIL) (-792 1858696 1859129 1859157 "OAMON" 1859162 T OAMON (NIL) -9 NIL 1859182 NIL) (-791 1857954 1858472 1858500 "OAGROUP" 1858505 T OAGROUP (NIL) -9 NIL 1858525 NIL) (-790 1857644 1857694 1857782 "NUMTUBE" 1857898 NIL NUMTUBE (NIL T) -7 NIL NIL NIL) (-789 1851217 1852735 1854271 "NUMQUAD" 1856128 T NUMQUAD (NIL) -7 NIL NIL NIL) (-788 1846973 1847961 1848986 "NUMODE" 1850212 T NUMODE (NIL) -7 NIL NIL NIL) (-787 1844328 1845208 1845236 "NUMINT" 1846159 T NUMINT (NIL) -9 NIL 1846923 NIL) (-786 1843276 1843473 1843691 "NUMFMT" 1844130 T NUMFMT (NIL) -7 NIL NIL NIL) (-785 1829635 1832580 1835112 "NUMERIC" 1840783 NIL NUMERIC (NIL T) -7 NIL NIL NIL) (-784 1824005 1829084 1829179 "NTSCAT" 1829184 NIL NTSCAT (NIL T T T T) -9 NIL 1829223 NIL) (-783 1823199 1823364 1823557 "NTPOLFN" 1823844 NIL NTPOLFN (NIL T) -7 NIL NIL NIL) (-782 1811276 1820024 1820836 "NSUP" 1822420 NIL NSUP (NIL T) -8 NIL NIL NIL) (-781 1810908 1810965 1811074 "NSUP2" 1811213 NIL NSUP2 (NIL T T) -7 NIL NIL NIL) (-780 1801136 1810682 1810815 "NSMP" 1810820 NIL NSMP (NIL T T) -8 NIL NIL NIL) (-779 1799568 1799869 1800226 "NREP" 1800824 NIL NREP (NIL T) -7 NIL NIL NIL) (-778 1798159 1798411 1798769 "NPCOEF" 1799311 NIL NPCOEF (NIL T T T T T) -7 NIL NIL NIL) (-777 1797225 1797340 1797556 "NORMRETR" 1798040 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL NIL) (-776 1795266 1795556 1795965 "NORMPK" 1796933 NIL NORMPK (NIL T T T T T) -7 NIL NIL NIL) (-775 1794951 1794979 1795103 "NORMMA" 1795232 NIL NORMMA (NIL T T T T) -7 NIL NIL NIL) (-774 1794751 1794908 1794937 "NONE" 1794942 T NONE (NIL) -8 NIL NIL NIL) (-773 1794540 1794569 1794638 "NONE1" 1794715 NIL NONE1 (NIL T) -7 NIL NIL NIL) (-772 1794037 1794099 1794278 "NODE1" 1794472 NIL NODE1 (NIL T T) -7 NIL NIL NIL) (-771 1792322 1793173 1793428 "NNI" 1793775 T NNI (NIL) -8 NIL NIL 1794010) (-770 1790742 1791055 1791419 "NLINSOL" 1791990 NIL NLINSOL (NIL T) -7 NIL NIL NIL) (-769 1786983 1787978 1788877 "NIPROB" 1789863 T NIPROB (NIL) -8 NIL NIL NIL) (-768 1785740 1785974 1786276 "NFINTBAS" 1786745 NIL NFINTBAS (NIL T T) -7 NIL NIL NIL) (-767 1784914 1785390 1785431 "NETCLT" 1785603 NIL NETCLT (NIL T) -9 NIL 1785685 NIL) (-766 1783622 1783853 1784134 "NCODIV" 1784682 NIL NCODIV (NIL T T) -7 NIL NIL NIL) (-765 1783384 1783421 1783496 "NCNTFRAC" 1783579 NIL NCNTFRAC (NIL T) -7 NIL NIL NIL) (-764 1781564 1781928 1782348 "NCEP" 1783009 NIL NCEP (NIL T) -7 NIL NIL NIL) (-763 1780415 1781188 1781216 "NASRING" 1781326 T NASRING (NIL) -9 NIL 1781406 NIL) (-762 1780210 1780254 1780348 "NASRING-" 1780353 NIL NASRING- (NIL T) -8 NIL NIL NIL) (-761 1779317 1779842 1779870 "NARNG" 1779987 T NARNG (NIL) -9 NIL 1780078 NIL) (-760 1779009 1779076 1779210 "NARNG-" 1779215 NIL NARNG- (NIL T) -8 NIL NIL NIL) (-759 1777888 1778095 1778330 "NAGSP" 1778794 T NAGSP (NIL) -7 NIL NIL NIL) (-758 1769160 1770844 1772517 "NAGS" 1776235 T NAGS (NIL) -7 NIL NIL NIL) (-757 1767708 1768016 1768347 "NAGF07" 1768849 T NAGF07 (NIL) -7 NIL NIL NIL) (-756 1762246 1763537 1764844 "NAGF04" 1766421 T NAGF04 (NIL) -7 NIL NIL NIL) (-755 1755214 1756828 1758461 "NAGF02" 1760633 T NAGF02 (NIL) -7 NIL NIL NIL) (-754 1750438 1751538 1752655 "NAGF01" 1754117 T NAGF01 (NIL) -7 NIL NIL NIL) (-753 1744066 1745632 1747217 "NAGE04" 1748873 T NAGE04 (NIL) -7 NIL NIL NIL) (-752 1735235 1737356 1739486 "NAGE02" 1741956 T NAGE02 (NIL) -7 NIL NIL NIL) (-751 1731188 1732135 1733099 "NAGE01" 1734291 T NAGE01 (NIL) -7 NIL NIL NIL) (-750 1728983 1729517 1730075 "NAGD03" 1730650 T NAGD03 (NIL) -7 NIL NIL NIL) (-749 1720733 1722661 1724615 "NAGD02" 1727049 T NAGD02 (NIL) -7 NIL NIL NIL) (-748 1714544 1715969 1717409 "NAGD01" 1719313 T NAGD01 (NIL) -7 NIL NIL NIL) (-747 1710753 1711575 1712412 "NAGC06" 1713727 T NAGC06 (NIL) -7 NIL NIL NIL) (-746 1709218 1709550 1709906 "NAGC05" 1710417 T NAGC05 (NIL) -7 NIL NIL NIL) (-745 1708594 1708713 1708857 "NAGC02" 1709094 T NAGC02 (NIL) -7 NIL NIL NIL) (-744 1707553 1708136 1708176 "NAALG" 1708255 NIL NAALG (NIL T) -9 NIL 1708316 NIL) (-743 1707388 1707417 1707507 "NAALG-" 1707512 NIL NAALG- (NIL T T) -8 NIL NIL NIL) (-742 1701338 1702446 1703633 "MULTSQFR" 1706284 NIL MULTSQFR (NIL T T T T) -7 NIL NIL NIL) (-741 1700657 1700732 1700916 "MULTFACT" 1701250 NIL MULTFACT (NIL T T T T) -7 NIL NIL NIL) (-740 1693381 1697294 1697347 "MTSCAT" 1698417 NIL MTSCAT (NIL T T) -9 NIL 1698932 NIL) (-739 1693093 1693147 1693239 "MTHING" 1693321 NIL MTHING (NIL T) -7 NIL NIL NIL) (-738 1692885 1692918 1692978 "MSYSCMD" 1693053 T MSYSCMD (NIL) -7 NIL NIL NIL) (-737 1688967 1691640 1691960 "MSET" 1692598 NIL MSET (NIL T) -8 NIL NIL NIL) (-736 1686036 1688528 1688569 "MSETAGG" 1688574 NIL MSETAGG (NIL T) -9 NIL 1688608 NIL) (-735 1681877 1683415 1684160 "MRING" 1685336 NIL MRING (NIL T T) -8 NIL NIL NIL) (-734 1681443 1681510 1681641 "MRF2" 1681804 NIL MRF2 (NIL T T T) -7 NIL NIL NIL) (-733 1681061 1681096 1681240 "MRATFAC" 1681402 NIL MRATFAC (NIL T T T T) -7 NIL NIL NIL) (-732 1678673 1678968 1679399 "MPRFF" 1680766 NIL MPRFF (NIL T T T T) -7 NIL NIL NIL) (-731 1672970 1678527 1678624 "MPOLY" 1678629 NIL MPOLY (NIL NIL T) -8 NIL NIL NIL) (-730 1672460 1672495 1672703 "MPCPF" 1672929 NIL MPCPF (NIL T T T T) -7 NIL NIL NIL) (-729 1671974 1672017 1672201 "MPC3" 1672411 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL NIL) (-728 1671169 1671250 1671471 "MPC2" 1671889 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL NIL) (-727 1669470 1669807 1670197 "MONOTOOL" 1670829 NIL MONOTOOL (NIL T T) -7 NIL NIL NIL) (-726 1668695 1669012 1669040 "MONOID" 1669259 T MONOID (NIL) -9 NIL 1669406 NIL) (-725 1668241 1668360 1668541 "MONOID-" 1668546 NIL MONOID- (NIL T) -8 NIL NIL NIL) (-724 1658716 1664667 1664726 "MONOGEN" 1665400 NIL MONOGEN (NIL T T) -9 NIL 1665856 NIL) (-723 1655934 1656669 1657669 "MONOGEN-" 1657788 NIL MONOGEN- (NIL T T T) -8 NIL NIL NIL) (-722 1654767 1655213 1655241 "MONADWU" 1655633 T MONADWU (NIL) -9 NIL 1655871 NIL) (-721 1654139 1654298 1654546 "MONADWU-" 1654551 NIL MONADWU- (NIL T) -8 NIL NIL NIL) (-720 1653498 1653742 1653770 "MONAD" 1653977 T MONAD (NIL) -9 NIL 1654089 NIL) (-719 1653183 1653261 1653393 "MONAD-" 1653398 NIL MONAD- (NIL T) -8 NIL NIL NIL) (-718 1651472 1652096 1652375 "MOEBIUS" 1652936 NIL MOEBIUS (NIL T) -8 NIL NIL NIL) (-717 1650750 1651154 1651194 "MODULE" 1651199 NIL MODULE (NIL T) -9 NIL 1651238 NIL) (-716 1650318 1650414 1650604 "MODULE-" 1650609 NIL MODULE- (NIL T T) -8 NIL NIL NIL) (-715 1647998 1648682 1649009 "MODRING" 1650142 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-714 1644942 1646103 1646624 "MODOP" 1647527 NIL MODOP (NIL T T) -8 NIL NIL NIL) (-713 1643530 1644009 1644286 "MODMONOM" 1644805 NIL MODMONOM (NIL T T NIL) -8 NIL NIL NIL) (-712 1633571 1641821 1642235 "MODMON" 1643167 NIL MODMON (NIL T T) -8 NIL NIL NIL) (-711 1630727 1632415 1632691 "MODFIELD" 1633446 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL NIL) (-710 1629704 1630008 1630198 "MMLFORM" 1630557 T MMLFORM (NIL) -8 NIL NIL NIL) (-709 1629230 1629273 1629452 "MMAP" 1629655 NIL MMAP (NIL T T T T T T) -7 NIL NIL NIL) (-708 1627309 1628076 1628117 "MLO" 1628540 NIL MLO (NIL T) -9 NIL 1628782 NIL) (-707 1624675 1625191 1625793 "MLIFT" 1626790 NIL MLIFT (NIL T T T T) -7 NIL NIL NIL) (-706 1624066 1624150 1624304 "MKUCFUNC" 1624586 NIL MKUCFUNC (NIL T T T) -7 NIL NIL NIL) (-705 1623665 1623735 1623858 "MKRECORD" 1623989 NIL MKRECORD (NIL T T) -7 NIL NIL NIL) (-704 1622712 1622874 1623102 "MKFUNC" 1623476 NIL MKFUNC (NIL T) -7 NIL NIL NIL) (-703 1622100 1622204 1622360 "MKFLCFN" 1622595 NIL MKFLCFN (NIL T) -7 NIL NIL NIL) (-702 1621377 1621479 1621664 "MKBCFUNC" 1621993 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL NIL) (-701 1618084 1620931 1621067 "MINT" 1621261 T MINT (NIL) -8 NIL NIL NIL) (-700 1616896 1617139 1617416 "MHROWRED" 1617839 NIL MHROWRED (NIL T) -7 NIL NIL NIL) (-699 1612275 1615431 1615836 "MFLOAT" 1616511 T MFLOAT (NIL) -8 NIL NIL NIL) (-698 1611632 1611708 1611879 "MFINFACT" 1612187 NIL MFINFACT (NIL T T T T) -7 NIL NIL NIL) (-697 1607947 1608795 1609679 "MESH" 1610768 T MESH (NIL) -7 NIL NIL NIL) (-696 1606337 1606649 1607002 "MDDFACT" 1607634 NIL MDDFACT (NIL T) -7 NIL NIL NIL) (-695 1603132 1605496 1605537 "MDAGG" 1605792 NIL MDAGG (NIL T) -9 NIL 1605935 NIL) (-694 1592872 1602425 1602632 "MCMPLX" 1602945 T MCMPLX (NIL) -8 NIL NIL NIL) (-693 1592013 1592159 1592359 "MCDEN" 1592721 NIL MCDEN (NIL T T) -7 NIL NIL NIL) (-692 1589903 1590173 1590553 "MCALCFN" 1591743 NIL MCALCFN (NIL T T T T) -7 NIL NIL NIL) (-691 1588828 1589068 1589301 "MAYBE" 1589709 NIL MAYBE (NIL T) -8 NIL NIL NIL) (-690 1586440 1586963 1587525 "MATSTOR" 1588299 NIL MATSTOR (NIL T) -7 NIL NIL NIL) (-689 1582397 1585812 1586060 "MATRIX" 1586225 NIL MATRIX (NIL T) -8 NIL NIL NIL) (-688 1578161 1578870 1579606 "MATLIN" 1581754 NIL MATLIN (NIL T T T T) -7 NIL NIL NIL) (-687 1568267 1571453 1571530 "MATCAT" 1576410 NIL MATCAT (NIL T T T) -9 NIL 1577827 NIL) (-686 1564623 1565644 1567000 "MATCAT-" 1567005 NIL MATCAT- (NIL T T T T) -8 NIL NIL NIL) (-685 1563217 1563370 1563703 "MATCAT2" 1564458 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-684 1561329 1561653 1562037 "MAPPKG3" 1562892 NIL MAPPKG3 (NIL T T T) -7 NIL NIL NIL) (-683 1560310 1560483 1560705 "MAPPKG2" 1561153 NIL MAPPKG2 (NIL T T) -7 NIL NIL NIL) (-682 1558809 1559093 1559420 "MAPPKG1" 1560016 NIL MAPPKG1 (NIL T) -7 NIL NIL NIL) (-681 1557888 1558215 1558392 "MAPPAST" 1558652 T MAPPAST (NIL) -8 NIL NIL NIL) (-680 1557499 1557557 1557680 "MAPHACK3" 1557824 NIL MAPHACK3 (NIL T T T) -7 NIL NIL NIL) (-679 1557091 1557152 1557266 "MAPHACK2" 1557431 NIL MAPHACK2 (NIL T T) -7 NIL NIL NIL) (-678 1556528 1556632 1556774 "MAPHACK1" 1556982 NIL MAPHACK1 (NIL T) -7 NIL NIL NIL) (-677 1554607 1555228 1555532 "MAGMA" 1556256 NIL MAGMA (NIL T) -8 NIL NIL NIL) (-676 1554086 1554331 1554422 "MACROAST" 1554536 T MACROAST (NIL) -8 NIL NIL NIL) (-675 1550504 1552325 1552786 "M3D" 1553658 NIL M3D (NIL T) -8 NIL NIL NIL) (-674 1544610 1548873 1548914 "LZSTAGG" 1549696 NIL LZSTAGG (NIL T) -9 NIL 1549991 NIL) (-673 1540567 1541741 1543198 "LZSTAGG-" 1543203 NIL LZSTAGG- (NIL T T) -8 NIL NIL NIL) (-672 1537654 1538458 1538945 "LWORD" 1540112 NIL LWORD (NIL T) -8 NIL NIL NIL) (-671 1537230 1537458 1537533 "LSTAST" 1537599 T LSTAST (NIL) -8 NIL NIL NIL) (-670 1530396 1537001 1537135 "LSQM" 1537140 NIL LSQM (NIL NIL T) -8 NIL NIL NIL) (-669 1529620 1529759 1529987 "LSPP" 1530251 NIL LSPP (NIL T T T T) -7 NIL NIL NIL) (-668 1527432 1527733 1528189 "LSMP" 1529309 NIL LSMP (NIL T T T T) -7 NIL NIL NIL) (-667 1524211 1524885 1525615 "LSMP1" 1526734 NIL LSMP1 (NIL T) -7 NIL NIL NIL) (-666 1518088 1523378 1523419 "LSAGG" 1523481 NIL LSAGG (NIL T) -9 NIL 1523559 NIL) (-665 1514783 1515707 1516920 "LSAGG-" 1516925 NIL LSAGG- (NIL T T) -8 NIL NIL NIL) (-664 1512382 1513927 1514176 "LPOLY" 1514578 NIL LPOLY (NIL T T) -8 NIL NIL NIL) (-663 1511964 1512049 1512172 "LPEFRAC" 1512291 NIL LPEFRAC (NIL T) -7 NIL NIL NIL) (-662 1510285 1511058 1511311 "LO" 1511796 NIL LO (NIL T T T) -8 NIL NIL NIL) (-661 1509937 1510049 1510077 "LOGIC" 1510188 T LOGIC (NIL) -9 NIL 1510269 NIL) (-660 1509799 1509822 1509893 "LOGIC-" 1509898 NIL LOGIC- (NIL T) -8 NIL NIL NIL) (-659 1508992 1509132 1509325 "LODOOPS" 1509655 NIL LODOOPS (NIL T T) -7 NIL NIL NIL) (-658 1506415 1508908 1508974 "LODO" 1508979 NIL LODO (NIL T NIL) -8 NIL NIL NIL) (-657 1504953 1505188 1505541 "LODOF" 1506162 NIL LODOF (NIL T T) -7 NIL NIL NIL) (-656 1501171 1503602 1503643 "LODOCAT" 1504081 NIL LODOCAT (NIL T) -9 NIL 1504292 NIL) (-655 1500904 1500962 1501089 "LODOCAT-" 1501094 NIL LODOCAT- (NIL T T) -8 NIL NIL NIL) (-654 1498224 1500745 1500863 "LODO2" 1500868 NIL LODO2 (NIL T T) -8 NIL NIL NIL) (-653 1495659 1498161 1498206 "LODO1" 1498211 NIL LODO1 (NIL T) -8 NIL NIL NIL) (-652 1494540 1494705 1495010 "LODEEF" 1495482 NIL LODEEF (NIL T T T) -7 NIL NIL NIL) (-651 1489779 1492670 1492711 "LNAGG" 1493658 NIL LNAGG (NIL T) -9 NIL 1494102 NIL) (-650 1488926 1489140 1489482 "LNAGG-" 1489487 NIL LNAGG- (NIL T T) -8 NIL NIL NIL) (-649 1485062 1485851 1486490 "LMOPS" 1488341 NIL LMOPS (NIL T T NIL) -8 NIL NIL NIL) (-648 1484465 1484853 1484894 "LMODULE" 1484899 NIL LMODULE (NIL T) -9 NIL 1484925 NIL) (-647 1481663 1484110 1484233 "LMDICT" 1484375 NIL LMDICT (NIL T) -8 NIL NIL NIL) (-646 1481069 1481290 1481331 "LLINSET" 1481522 NIL LLINSET (NIL T) -9 NIL 1481613 NIL) (-645 1480768 1480977 1481037 "LITERAL" 1481042 NIL LITERAL (NIL T) -8 NIL NIL NIL) (-644 1473931 1479702 1480006 "LIST" 1480497 NIL LIST (NIL T) -8 NIL NIL NIL) (-643 1473456 1473530 1473669 "LIST3" 1473851 NIL LIST3 (NIL T T T) -7 NIL NIL NIL) (-642 1472463 1472641 1472869 "LIST2" 1473274 NIL LIST2 (NIL T T) -7 NIL NIL NIL) (-641 1470597 1470909 1471308 "LIST2MAP" 1472110 NIL LIST2MAP (NIL T T) -7 NIL NIL NIL) (-640 1470193 1470430 1470471 "LINSET" 1470476 NIL LINSET (NIL T) -9 NIL 1470510 NIL) (-639 1468854 1469524 1469565 "LINEXP" 1469820 NIL LINEXP (NIL T) -9 NIL 1469969 NIL) (-638 1467501 1467761 1468058 "LINDEP" 1468606 NIL LINDEP (NIL T T) -7 NIL NIL NIL) (-637 1464268 1464987 1465764 "LIMITRF" 1466756 NIL LIMITRF (NIL T) -7 NIL NIL NIL) (-636 1462571 1462867 1463276 "LIMITPS" 1463963 NIL LIMITPS (NIL T T) -7 NIL NIL NIL) (-635 1456999 1462082 1462310 "LIE" 1462392 NIL LIE (NIL T T) -8 NIL NIL NIL) (-634 1455947 1456416 1456456 "LIECAT" 1456596 NIL LIECAT (NIL T) -9 NIL 1456747 NIL) (-633 1455788 1455815 1455903 "LIECAT-" 1455908 NIL LIECAT- (NIL T T) -8 NIL NIL NIL) (-632 1448284 1455237 1455402 "LIB" 1455643 T LIB (NIL) -8 NIL NIL NIL) (-631 1443919 1444802 1445737 "LGROBP" 1447401 NIL LGROBP (NIL NIL T) -7 NIL NIL NIL) (-630 1441917 1442191 1442541 "LF" 1443640 NIL LF (NIL T T) -7 NIL NIL NIL) (-629 1440757 1441449 1441477 "LFCAT" 1441684 T LFCAT (NIL) -9 NIL 1441823 NIL) (-628 1437659 1438289 1438977 "LEXTRIPK" 1440121 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL NIL) (-627 1434403 1435229 1435732 "LEXP" 1437239 NIL LEXP (NIL T T NIL) -8 NIL NIL NIL) (-626 1433879 1434124 1434216 "LETAST" 1434331 T LETAST (NIL) -8 NIL NIL NIL) (-625 1432277 1432590 1432991 "LEADCDET" 1433561 NIL LEADCDET (NIL T T T T) -7 NIL NIL NIL) (-624 1431467 1431541 1431770 "LAZM3PK" 1432198 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL NIL) (-623 1426384 1429544 1430082 "LAUPOL" 1430979 NIL LAUPOL (NIL T T) -8 NIL NIL NIL) (-622 1425963 1426007 1426168 "LAPLACE" 1426334 NIL LAPLACE (NIL T T) -7 NIL NIL NIL) (-621 1423902 1425064 1425315 "LA" 1425796 NIL LA (NIL T T T) -8 NIL NIL NIL) (-620 1422896 1423480 1423521 "LALG" 1423583 NIL LALG (NIL T) -9 NIL 1423642 NIL) (-619 1422610 1422669 1422805 "LALG-" 1422810 NIL LALG- (NIL T T) -8 NIL NIL NIL) (-618 1422445 1422469 1422510 "KVTFROM" 1422572 NIL KVTFROM (NIL T) -9 NIL NIL NIL) (-617 1421368 1421812 1421997 "KTVLOGIC" 1422280 T KTVLOGIC (NIL) -8 NIL NIL NIL) (-616 1421203 1421227 1421268 "KRCFROM" 1421330 NIL KRCFROM (NIL T) -9 NIL NIL NIL) (-615 1420107 1420294 1420593 "KOVACIC" 1421003 NIL KOVACIC (NIL T T) -7 NIL NIL NIL) (-614 1419942 1419966 1420007 "KONVERT" 1420069 NIL KONVERT (NIL T) -9 NIL NIL NIL) (-613 1419777 1419801 1419842 "KOERCE" 1419904 NIL KOERCE (NIL T) -9 NIL NIL NIL) (-612 1417607 1418370 1418747 "KERNEL" 1419433 NIL KERNEL (NIL T) -8 NIL NIL NIL) (-611 1417103 1417184 1417316 "KERNEL2" 1417521 NIL KERNEL2 (NIL T T) -7 NIL NIL NIL) (-610 1410873 1415642 1415696 "KDAGG" 1416073 NIL KDAGG (NIL T T) -9 NIL 1416279 NIL) (-609 1410402 1410526 1410731 "KDAGG-" 1410736 NIL KDAGG- (NIL T T T) -8 NIL NIL NIL) (-608 1403550 1410063 1410218 "KAFILE" 1410280 NIL KAFILE (NIL T) -8 NIL NIL NIL) (-607 1397978 1403061 1403289 "JORDAN" 1403371 NIL JORDAN (NIL T T) -8 NIL NIL NIL) (-606 1397357 1397627 1397748 "JOINAST" 1397877 T JOINAST (NIL) -8 NIL NIL NIL) (-605 1397203 1397262 1397317 "JAVACODE" 1397322 T JAVACODE (NIL) -8 NIL NIL NIL) (-604 1393455 1395408 1395462 "IXAGG" 1396391 NIL IXAGG (NIL T T) -9 NIL 1396850 NIL) (-603 1392374 1392680 1393099 "IXAGG-" 1393104 NIL IXAGG- (NIL T T T) -8 NIL NIL NIL) (-602 1387904 1392296 1392355 "IVECTOR" 1392360 NIL IVECTOR (NIL T NIL) -8 NIL NIL NIL) (-601 1386670 1386907 1387173 "ITUPLE" 1387671 NIL ITUPLE (NIL T) -8 NIL NIL NIL) (-600 1385172 1385349 1385644 "ITRIGMNP" 1386492 NIL ITRIGMNP (NIL T T T) -7 NIL NIL NIL) (-599 1383917 1384121 1384404 "ITFUN3" 1384948 NIL ITFUN3 (NIL T T T) -7 NIL NIL NIL) (-598 1383549 1383606 1383715 "ITFUN2" 1383854 NIL ITFUN2 (NIL T T) -7 NIL NIL NIL) (-597 1381351 1382411 1382710 "ITAYLOR" 1383283 NIL ITAYLOR (NIL T) -8 NIL NIL NIL) (-596 1370296 1375488 1376651 "ISUPS" 1380221 NIL ISUPS (NIL T) -8 NIL NIL NIL) (-595 1369400 1369540 1369776 "ISUMP" 1370143 NIL ISUMP (NIL T T T T) -7 NIL NIL NIL) (-594 1364614 1369201 1369280 "ISTRING" 1369353 NIL ISTRING (NIL NIL) -8 NIL NIL NIL) (-593 1364090 1364335 1364427 "ISAST" 1364542 T ISAST (NIL) -8 NIL NIL NIL) (-592 1363299 1363381 1363597 "IRURPK" 1364004 NIL IRURPK (NIL T T T T T) -7 NIL NIL NIL) (-591 1362235 1362436 1362676 "IRSN" 1363079 T IRSN (NIL) -7 NIL NIL NIL) (-590 1360306 1360661 1361090 "IRRF2F" 1361873 NIL IRRF2F (NIL T) -7 NIL NIL NIL) (-589 1360053 1360091 1360167 "IRREDFFX" 1360262 NIL IRREDFFX (NIL T) -7 NIL NIL NIL) (-588 1358668 1358927 1359226 "IROOT" 1359786 NIL IROOT (NIL T) -7 NIL NIL NIL) (-587 1355272 1356352 1357044 "IR" 1358008 NIL IR (NIL T) -8 NIL NIL NIL) (-586 1352885 1353380 1353946 "IR2" 1354750 NIL IR2 (NIL T T) -7 NIL NIL NIL) (-585 1351985 1352098 1352312 "IR2F" 1352768 NIL IR2F (NIL T T) -7 NIL NIL NIL) (-584 1351776 1351810 1351870 "IPRNTPK" 1351945 T IPRNTPK (NIL) -7 NIL NIL NIL) (-583 1348357 1351665 1351734 "IPF" 1351739 NIL IPF (NIL NIL) -8 NIL NIL NIL) (-582 1346684 1348282 1348339 "IPADIC" 1348344 NIL IPADIC (NIL NIL NIL) -8 NIL NIL NIL) (-581 1345996 1346244 1346374 "IP4ADDR" 1346574 T IP4ADDR (NIL) -8 NIL NIL NIL) (-580 1345469 1345700 1345810 "IOMODE" 1345906 T IOMODE (NIL) -8 NIL NIL NIL) (-579 1344542 1345066 1345193 "IOBFILE" 1345362 T IOBFILE (NIL) -8 NIL NIL NIL) (-578 1344030 1344446 1344474 "IOBCON" 1344479 T IOBCON (NIL) -9 NIL 1344500 NIL) (-577 1343541 1343599 1343782 "INVLAPLA" 1343966 NIL INVLAPLA (NIL T T) -7 NIL NIL NIL) (-576 1333189 1335543 1337929 "INTTR" 1341205 NIL INTTR (NIL T T) -7 NIL NIL NIL) (-575 1329524 1330266 1331131 "INTTOOLS" 1332374 NIL INTTOOLS (NIL T T) -7 NIL NIL NIL) (-574 1329110 1329201 1329318 "INTSLPE" 1329427 T INTSLPE (NIL) -7 NIL NIL NIL) (-573 1327063 1329033 1329092 "INTRVL" 1329097 NIL INTRVL (NIL T) -8 NIL NIL NIL) (-572 1324665 1325177 1325752 "INTRF" 1326548 NIL INTRF (NIL T) -7 NIL NIL NIL) (-571 1324076 1324173 1324315 "INTRET" 1324563 NIL INTRET (NIL T) -7 NIL NIL NIL) (-570 1322073 1322462 1322932 "INTRAT" 1323684 NIL INTRAT (NIL T T) -7 NIL NIL NIL) (-569 1319336 1319919 1320538 "INTPM" 1321558 NIL INTPM (NIL T T) -7 NIL NIL NIL) (-568 1316081 1316680 1317418 "INTPAF" 1318722 NIL INTPAF (NIL T T T) -7 NIL NIL NIL) (-567 1311260 1312222 1313273 "INTPACK" 1315050 T INTPACK (NIL) -7 NIL NIL NIL) (-566 1308140 1310989 1311116 "INT" 1311153 T INT (NIL) -8 NIL NIL NIL) (-565 1307392 1307544 1307752 "INTHERTR" 1307982 NIL INTHERTR (NIL T T) -7 NIL NIL NIL) (-564 1306831 1306911 1307099 "INTHERAL" 1307306 NIL INTHERAL (NIL T T T T) -7 NIL NIL NIL) (-563 1304677 1305120 1305577 "INTHEORY" 1306394 T INTHEORY (NIL) -7 NIL NIL NIL) (-562 1296083 1297704 1299476 "INTG0" 1303029 NIL INTG0 (NIL T T T) -7 NIL NIL NIL) (-561 1276656 1281446 1286256 "INTFTBL" 1291293 T INTFTBL (NIL) -8 NIL NIL NIL) (-560 1275905 1276043 1276216 "INTFACT" 1276515 NIL INTFACT (NIL T) -7 NIL NIL NIL) (-559 1273332 1273778 1274335 "INTEF" 1275459 NIL INTEF (NIL T T) -7 NIL NIL NIL) (-558 1271699 1272438 1272466 "INTDOM" 1272767 T INTDOM (NIL) -9 NIL 1272974 NIL) (-557 1271068 1271242 1271484 "INTDOM-" 1271489 NIL INTDOM- (NIL T) -8 NIL NIL NIL) (-556 1267456 1269384 1269438 "INTCAT" 1270237 NIL INTCAT (NIL T) -9 NIL 1270558 NIL) (-555 1266928 1267031 1267159 "INTBIT" 1267348 T INTBIT (NIL) -7 NIL NIL NIL) (-554 1265627 1265781 1266088 "INTALG" 1266773 NIL INTALG (NIL T T T T T) -7 NIL NIL NIL) (-553 1265110 1265200 1265357 "INTAF" 1265531 NIL INTAF (NIL T T) -7 NIL NIL NIL) (-552 1258453 1264920 1265060 "INTABL" 1265065 NIL INTABL (NIL T T T) -8 NIL NIL NIL) (-551 1257794 1258260 1258325 "INT8" 1258359 T INT8 (NIL) -8 NIL NIL 1258404) (-550 1257134 1257600 1257665 "INT64" 1257699 T INT64 (NIL) -8 NIL NIL 1257744) (-549 1256474 1256940 1257005 "INT32" 1257039 T INT32 (NIL) -8 NIL NIL 1257084) (-548 1255814 1256280 1256345 "INT16" 1256379 T INT16 (NIL) -8 NIL NIL 1256424) (-547 1250724 1253437 1253465 "INS" 1254399 T INS (NIL) -9 NIL 1255064 NIL) (-546 1247964 1248735 1249709 "INS-" 1249782 NIL INS- (NIL T) -8 NIL NIL NIL) (-545 1246739 1246966 1247264 "INPSIGN" 1247717 NIL INPSIGN (NIL T T) -7 NIL NIL NIL) (-544 1245857 1245974 1246171 "INPRODPF" 1246619 NIL INPRODPF (NIL T T) -7 NIL NIL NIL) (-543 1244751 1244868 1245105 "INPRODFF" 1245737 NIL INPRODFF (NIL T T T T) -7 NIL NIL NIL) (-542 1243751 1243903 1244163 "INNMFACT" 1244587 NIL INNMFACT (NIL T T T T) -7 NIL NIL NIL) (-541 1242948 1243045 1243233 "INMODGCD" 1243650 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL NIL) (-540 1241456 1241701 1242025 "INFSP" 1242693 NIL INFSP (NIL T T T) -7 NIL NIL NIL) (-539 1240640 1240757 1240940 "INFPROD0" 1241336 NIL INFPROD0 (NIL T T) -7 NIL NIL NIL) (-538 1237495 1238705 1239220 "INFORM" 1240133 T INFORM (NIL) -8 NIL NIL NIL) (-537 1237105 1237165 1237263 "INFORM1" 1237430 NIL INFORM1 (NIL T) -7 NIL NIL NIL) (-536 1236628 1236717 1236831 "INFINITY" 1237011 T INFINITY (NIL) -7 NIL NIL NIL) (-535 1235804 1236348 1236449 "INETCLTS" 1236547 T INETCLTS (NIL) -8 NIL NIL NIL) (-534 1234420 1234670 1234991 "INEP" 1235552 NIL INEP (NIL T T T) -7 NIL NIL NIL) (-533 1233669 1234317 1234382 "INDE" 1234387 NIL INDE (NIL T) -8 NIL NIL NIL) (-532 1233233 1233301 1233418 "INCRMAPS" 1233596 NIL INCRMAPS (NIL T) -7 NIL NIL NIL) (-531 1232051 1232502 1232708 "INBFILE" 1233047 T INBFILE (NIL) -8 NIL NIL NIL) (-530 1227350 1228287 1229231 "INBFF" 1231139 NIL INBFF (NIL T) -7 NIL NIL NIL) (-529 1226258 1226527 1226555 "INBCON" 1227068 T INBCON (NIL) -9 NIL 1227334 NIL) (-528 1225510 1225733 1226009 "INBCON-" 1226014 NIL INBCON- (NIL T) -8 NIL NIL NIL) (-527 1224989 1225234 1225325 "INAST" 1225439 T INAST (NIL) -8 NIL NIL NIL) (-526 1224416 1224668 1224774 "IMPTAST" 1224903 T IMPTAST (NIL) -8 NIL NIL NIL) (-525 1220862 1224260 1224364 "IMATRIX" 1224369 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL NIL) (-524 1219574 1219697 1220012 "IMATQF" 1220718 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL NIL) (-523 1217794 1218021 1218358 "IMATLIN" 1219330 NIL IMATLIN (NIL T T T T) -7 NIL NIL NIL) (-522 1212372 1217718 1217776 "ILIST" 1217781 NIL ILIST (NIL T NIL) -8 NIL NIL NIL) (-521 1210277 1212232 1212345 "IIARRAY2" 1212350 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL NIL) (-520 1205675 1210188 1210252 "IFF" 1210257 NIL IFF (NIL NIL NIL) -8 NIL NIL NIL) (-519 1205022 1205292 1205408 "IFAST" 1205579 T IFAST (NIL) -8 NIL NIL NIL) (-518 1200017 1204314 1204502 "IFARRAY" 1204879 NIL IFARRAY (NIL T NIL) -8 NIL NIL NIL) (-517 1199197 1199921 1199994 "IFAMON" 1199999 NIL IFAMON (NIL T T NIL) -8 NIL NIL NIL) (-516 1198781 1198846 1198900 "IEVALAB" 1199107 NIL IEVALAB (NIL T T) -9 NIL NIL NIL) (-515 1198456 1198524 1198684 "IEVALAB-" 1198689 NIL IEVALAB- (NIL T T T) -8 NIL NIL NIL) (-514 1198087 1198370 1198433 "IDPO" 1198438 NIL IDPO (NIL T T) -8 NIL NIL NIL) (-513 1197337 1197976 1198051 "IDPOAMS" 1198056 NIL IDPOAMS (NIL T T) -8 NIL NIL NIL) (-512 1196644 1197226 1197301 "IDPOAM" 1197306 NIL IDPOAM (NIL T T) -8 NIL NIL NIL) (-511 1195703 1195979 1196032 "IDPC" 1196445 NIL IDPC (NIL T T) -9 NIL 1196594 NIL) (-510 1195172 1195595 1195668 "IDPAM" 1195673 NIL IDPAM (NIL T T) -8 NIL NIL NIL) (-509 1194548 1195064 1195137 "IDPAG" 1195142 NIL IDPAG (NIL T T) -8 NIL NIL NIL) (-508 1194193 1194384 1194459 "IDENT" 1194493 T IDENT (NIL) -8 NIL NIL NIL) (-507 1190448 1191296 1192191 "IDECOMP" 1193350 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL NIL) (-506 1183286 1184371 1185418 "IDEAL" 1189484 NIL IDEAL (NIL T T T T) -8 NIL NIL NIL) (-505 1182450 1182562 1182761 "ICDEN" 1183170 NIL ICDEN (NIL T T T T) -7 NIL NIL NIL) (-504 1181521 1181930 1182077 "ICARD" 1182323 T ICARD (NIL) -8 NIL NIL NIL) (-503 1179581 1179894 1180299 "IBPTOOLS" 1181198 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL NIL) (-502 1175188 1179201 1179314 "IBITS" 1179500 NIL IBITS (NIL NIL) -8 NIL NIL NIL) (-501 1171911 1172487 1173182 "IBATOOL" 1174605 NIL IBATOOL (NIL T T T) -7 NIL NIL NIL) (-500 1169690 1170152 1170685 "IBACHIN" 1171446 NIL IBACHIN (NIL T T T) -7 NIL NIL NIL) (-499 1167519 1169536 1169639 "IARRAY2" 1169644 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL NIL) (-498 1163625 1167445 1167502 "IARRAY1" 1167507 NIL IARRAY1 (NIL T NIL) -8 NIL NIL NIL) (-497 1157734 1162037 1162518 "IAN" 1163164 T IAN (NIL) -8 NIL NIL NIL) (-496 1157245 1157302 1157475 "IALGFACT" 1157671 NIL IALGFACT (NIL T T T T) -7 NIL NIL NIL) (-495 1156773 1156886 1156914 "HYPCAT" 1157121 T HYPCAT (NIL) -9 NIL NIL NIL) (-494 1156311 1156428 1156614 "HYPCAT-" 1156619 NIL HYPCAT- (NIL T) -8 NIL NIL NIL) (-493 1155906 1156106 1156189 "HOSTNAME" 1156248 T HOSTNAME (NIL) -8 NIL NIL NIL) (-492 1155751 1155788 1155829 "HOMOTOP" 1155834 NIL HOMOTOP (NIL T) -9 NIL 1155867 NIL) (-491 1152383 1153761 1153802 "HOAGG" 1154783 NIL HOAGG (NIL T) -9 NIL 1155462 NIL) (-490 1150977 1151376 1151902 "HOAGG-" 1151907 NIL HOAGG- (NIL T T) -8 NIL NIL NIL) (-489 1144981 1150572 1150721 "HEXADEC" 1150848 T HEXADEC (NIL) -8 NIL NIL NIL) (-488 1143728 1143951 1144214 "HEUGCD" 1144758 NIL HEUGCD (NIL T) -7 NIL NIL NIL) (-487 1142804 1143565 1143695 "HELLFDIV" 1143700 NIL HELLFDIV (NIL T T T T) -8 NIL NIL NIL) (-486 1140983 1142581 1142669 "HEAP" 1142748 NIL HEAP (NIL T) -8 NIL NIL NIL) (-485 1140246 1140535 1140669 "HEADAST" 1140869 T HEADAST (NIL) -8 NIL NIL NIL) (-484 1134112 1140161 1140223 "HDP" 1140228 NIL HDP (NIL NIL T) -8 NIL NIL NIL) (-483 1128100 1133747 1133899 "HDMP" 1134013 NIL HDMP (NIL NIL T) -8 NIL NIL NIL) (-482 1127424 1127564 1127728 "HB" 1127956 T HB (NIL) -7 NIL NIL NIL) (-481 1120810 1127270 1127374 "HASHTBL" 1127379 NIL HASHTBL (NIL T T NIL) -8 NIL NIL NIL) (-480 1120286 1120531 1120623 "HASAST" 1120738 T HASAST (NIL) -8 NIL NIL NIL) (-479 1118064 1119908 1120090 "HACKPI" 1120124 T HACKPI (NIL) -8 NIL NIL NIL) (-478 1113732 1117917 1118030 "GTSET" 1118035 NIL GTSET (NIL T T T T) -8 NIL NIL NIL) (-477 1107147 1113610 1113708 "GSTBL" 1113713 NIL GSTBL (NIL T T T NIL) -8 NIL NIL NIL) (-476 1099425 1106178 1106443 "GSERIES" 1106938 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL NIL) (-475 1098566 1098983 1099011 "GROUP" 1099214 T GROUP (NIL) -9 NIL 1099348 NIL) (-474 1097932 1098091 1098342 "GROUP-" 1098347 NIL GROUP- (NIL T) -8 NIL NIL NIL) (-473 1096299 1096620 1097007 "GROEBSOL" 1097609 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL NIL) (-472 1095213 1095501 1095552 "GRMOD" 1096081 NIL GRMOD (NIL T T) -9 NIL 1096249 NIL) (-471 1094981 1095017 1095145 "GRMOD-" 1095150 NIL GRMOD- (NIL T T T) -8 NIL NIL NIL) (-470 1090271 1091335 1092335 "GRIMAGE" 1094001 T GRIMAGE (NIL) -8 NIL NIL NIL) (-469 1088737 1088998 1089322 "GRDEF" 1089967 T GRDEF (NIL) -7 NIL NIL NIL) (-468 1088181 1088297 1088438 "GRAY" 1088616 T GRAY (NIL) -7 NIL NIL NIL) (-467 1087368 1087774 1087825 "GRALG" 1087978 NIL GRALG (NIL T T) -9 NIL 1088071 NIL) (-466 1087029 1087102 1087265 "GRALG-" 1087270 NIL GRALG- (NIL T T T) -8 NIL NIL NIL) (-465 1083806 1086614 1086792 "GPOLSET" 1086936 NIL GPOLSET (NIL T T T T) -8 NIL NIL NIL) (-464 1083160 1083217 1083475 "GOSPER" 1083743 NIL GOSPER (NIL T T T T T) -7 NIL NIL NIL) (-463 1078892 1079598 1080124 "GMODPOL" 1082859 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL NIL) (-462 1077897 1078081 1078319 "GHENSEL" 1078704 NIL GHENSEL (NIL T T) -7 NIL NIL NIL) (-461 1072053 1072896 1073916 "GENUPS" 1076981 NIL GENUPS (NIL T T) -7 NIL NIL NIL) (-460 1071750 1071801 1071890 "GENUFACT" 1071996 NIL GENUFACT (NIL T) -7 NIL NIL NIL) (-459 1071162 1071239 1071404 "GENPGCD" 1071668 NIL GENPGCD (NIL T T T T) -7 NIL NIL NIL) (-458 1070636 1070671 1070884 "GENMFACT" 1071121 NIL GENMFACT (NIL T T T T T) -7 NIL NIL NIL) (-457 1069202 1069459 1069766 "GENEEZ" 1070379 NIL GENEEZ (NIL T T) -7 NIL NIL NIL) (-456 1063348 1068813 1068975 "GDMP" 1069125 NIL GDMP (NIL NIL T T) -8 NIL NIL NIL) (-455 1052690 1057119 1058225 "GCNAALG" 1062331 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-454 1051017 1051879 1051907 "GCDDOM" 1052162 T GCDDOM (NIL) -9 NIL 1052319 NIL) (-453 1050487 1050614 1050829 "GCDDOM-" 1050834 NIL GCDDOM- (NIL T) -8 NIL NIL NIL) (-452 1049159 1049344 1049648 "GB" 1050266 NIL GB (NIL T T T T) -7 NIL NIL NIL) (-451 1037775 1040105 1042497 "GBINTERN" 1046850 NIL GBINTERN (NIL T T T T) -7 NIL NIL NIL) (-450 1035612 1035904 1036325 "GBF" 1037450 NIL GBF (NIL T T T T) -7 NIL NIL NIL) (-449 1034393 1034558 1034825 "GBEUCLID" 1035428 NIL GBEUCLID (NIL T T T T) -7 NIL NIL NIL) (-448 1033742 1033867 1034016 "GAUSSFAC" 1034264 T GAUSSFAC (NIL) -7 NIL NIL NIL) (-447 1032109 1032411 1032725 "GALUTIL" 1033461 NIL GALUTIL (NIL T) -7 NIL NIL NIL) (-446 1030417 1030691 1031015 "GALPOLYU" 1031836 NIL GALPOLYU (NIL T T) -7 NIL NIL NIL) (-445 1027782 1028072 1028479 "GALFACTU" 1030114 NIL GALFACTU (NIL T T T) -7 NIL NIL NIL) (-444 1019587 1021087 1022695 "GALFACT" 1026214 NIL GALFACT (NIL T) -7 NIL NIL NIL) (-443 1016975 1017633 1017661 "FVFUN" 1018817 T FVFUN (NIL) -9 NIL 1019537 NIL) (-442 1016241 1016423 1016451 "FVC" 1016742 T FVC (NIL) -9 NIL 1016925 NIL) (-441 1015884 1016066 1016134 "FUNDESC" 1016193 T FUNDESC (NIL) -8 NIL NIL NIL) (-440 1015499 1015681 1015762 "FUNCTION" 1015836 NIL FUNCTION (NIL NIL) -8 NIL NIL NIL) (-439 1013243 1013821 1014287 "FT" 1015053 T FT (NIL) -8 NIL NIL NIL) (-438 1012034 1012544 1012747 "FTEM" 1013060 T FTEM (NIL) -8 NIL NIL NIL) (-437 1010325 1010614 1011011 "FSUPFACT" 1011725 NIL FSUPFACT (NIL T T T) -7 NIL NIL NIL) (-436 1008722 1009011 1009343 "FST" 1010013 T FST (NIL) -8 NIL NIL NIL) (-435 1007921 1008027 1008215 "FSRED" 1008604 NIL FSRED (NIL T T) -7 NIL NIL NIL) (-434 1006620 1006876 1007223 "FSPRMELT" 1007636 NIL FSPRMELT (NIL T T) -7 NIL NIL NIL) (-433 1003926 1004364 1004850 "FSPECF" 1006183 NIL FSPECF (NIL T T) -7 NIL NIL NIL) (-432 985564 993895 993936 "FS" 997820 NIL FS (NIL T) -9 NIL 1000109 NIL) (-431 974207 977200 981257 "FS-" 981557 NIL FS- (NIL T T) -8 NIL NIL NIL) (-430 973735 973789 973959 "FSINT" 974148 NIL FSINT (NIL T T) -7 NIL NIL NIL) (-429 972027 972728 973031 "FSERIES" 973514 NIL FSERIES (NIL T T) -8 NIL NIL NIL) (-428 971069 971185 971409 "FSCINT" 971907 NIL FSCINT (NIL T T) -7 NIL NIL NIL) (-427 967277 970013 970054 "FSAGG" 970424 NIL FSAGG (NIL T) -9 NIL 970683 NIL) (-426 965039 965640 966436 "FSAGG-" 966531 NIL FSAGG- (NIL T T) -8 NIL NIL NIL) (-425 964081 964224 964451 "FSAGG2" 964892 NIL FSAGG2 (NIL T T T T) -7 NIL NIL NIL) (-424 961763 962043 962590 "FS2UPS" 963799 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL NIL) (-423 961397 961440 961569 "FS2" 961714 NIL FS2 (NIL T T T T) -7 NIL NIL NIL) (-422 960275 960446 960748 "FS2EXPXP" 961222 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL NIL) (-421 959701 959816 959968 "FRUTIL" 960155 NIL FRUTIL (NIL T) -7 NIL NIL NIL) (-420 951114 955196 956554 "FR" 958375 NIL FR (NIL T) -8 NIL NIL NIL) (-419 946083 948757 948797 "FRNAALG" 950193 NIL FRNAALG (NIL T) -9 NIL 950800 NIL) (-418 941756 942832 944107 "FRNAALG-" 944857 NIL FRNAALG- (NIL T T) -8 NIL NIL NIL) (-417 941394 941437 941564 "FRNAAF2" 941707 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL NIL) (-416 939774 940248 940543 "FRMOD" 941206 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL NIL) (-415 937525 938157 938474 "FRIDEAL" 939565 NIL FRIDEAL (NIL T T T T) -8 NIL NIL NIL) (-414 936720 936807 937096 "FRIDEAL2" 937432 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-413 935853 936267 936308 "FRETRCT" 936313 NIL FRETRCT (NIL T) -9 NIL 936489 NIL) (-412 934965 935196 935547 "FRETRCT-" 935552 NIL FRETRCT- (NIL T T) -8 NIL NIL NIL) (-411 932053 933263 933322 "FRAMALG" 934204 NIL FRAMALG (NIL T T) -9 NIL 934496 NIL) (-410 930187 930642 931272 "FRAMALG-" 931495 NIL FRAMALG- (NIL T T T) -8 NIL NIL NIL) (-409 924108 929662 929938 "FRAC" 929943 NIL FRAC (NIL T) -8 NIL NIL NIL) (-408 923744 923801 923908 "FRAC2" 924045 NIL FRAC2 (NIL T T) -7 NIL NIL NIL) (-407 923380 923437 923544 "FR2" 923681 NIL FR2 (NIL T T) -7 NIL NIL NIL) (-406 917893 920786 920814 "FPS" 921933 T FPS (NIL) -9 NIL 922490 NIL) (-405 917342 917451 917615 "FPS-" 917761 NIL FPS- (NIL T) -8 NIL NIL NIL) (-404 914644 916313 916341 "FPC" 916566 T FPC (NIL) -9 NIL 916708 NIL) (-403 914437 914477 914574 "FPC-" 914579 NIL FPC- (NIL T) -8 NIL NIL NIL) (-402 913227 913925 913966 "FPATMAB" 913971 NIL FPATMAB (NIL T) -9 NIL 914123 NIL) (-401 910900 911403 911829 "FPARFRAC" 912864 NIL FPARFRAC (NIL T T) -8 NIL NIL NIL) (-400 906293 906792 907474 "FORTRAN" 910332 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL NIL) (-399 904009 904509 905048 "FORT" 905774 T FORT (NIL) -7 NIL NIL NIL) (-398 901685 902247 902275 "FORTFN" 903335 T FORTFN (NIL) -9 NIL 903959 NIL) (-397 901449 901499 901527 "FORTCAT" 901586 T FORTCAT (NIL) -9 NIL 901648 NIL) (-396 899555 900065 900455 "FORMULA" 901079 T FORMULA (NIL) -8 NIL NIL NIL) (-395 899343 899373 899442 "FORMULA1" 899519 NIL FORMULA1 (NIL T) -7 NIL NIL NIL) (-394 898866 898918 899091 "FORDER" 899285 NIL FORDER (NIL T T T T) -7 NIL NIL NIL) (-393 897962 898126 898319 "FOP" 898693 T FOP (NIL) -7 NIL NIL NIL) (-392 896543 897242 897416 "FNLA" 897844 NIL FNLA (NIL NIL NIL T) -8 NIL NIL NIL) (-391 895272 895687 895715 "FNCAT" 896175 T FNCAT (NIL) -9 NIL 896435 NIL) (-390 894811 895231 895259 "FNAME" 895264 T FNAME (NIL) -8 NIL NIL NIL) (-389 893374 894337 894365 "FMTC" 894370 T FMTC (NIL) -9 NIL 894406 NIL) (-388 889707 890897 891526 "FMONOID" 892778 NIL FMONOID (NIL T) -8 NIL NIL NIL) (-387 888899 889449 889598 "FM" 889603 NIL FM (NIL T T) -8 NIL NIL NIL) (-386 886323 886969 886997 "FMFUN" 888141 T FMFUN (NIL) -9 NIL 888849 NIL) (-385 885592 885773 885801 "FMC" 886091 T FMC (NIL) -9 NIL 886273 NIL) (-384 882671 883531 883585 "FMCAT" 884780 NIL FMCAT (NIL T T) -9 NIL 885275 NIL) (-383 881537 882437 882537 "FM1" 882616 NIL FM1 (NIL T T) -8 NIL NIL NIL) (-382 879311 879727 880221 "FLOATRP" 881088 NIL FLOATRP (NIL T) -7 NIL NIL NIL) (-381 872886 877040 877661 "FLOAT" 878710 T FLOAT (NIL) -8 NIL NIL NIL) (-380 870324 870824 871402 "FLOATCP" 872353 NIL FLOATCP (NIL T) -7 NIL NIL NIL) (-379 869064 869902 869943 "FLINEXP" 869948 NIL FLINEXP (NIL T) -9 NIL 870041 NIL) (-378 868218 868453 868781 "FLINEXP-" 868786 NIL FLINEXP- (NIL T T) -8 NIL NIL NIL) (-377 867294 867438 867662 "FLASORT" 868070 NIL FLASORT (NIL T T) -7 NIL NIL NIL) (-376 864410 865278 865330 "FLALG" 866557 NIL FLALG (NIL T T) -9 NIL 867024 NIL) (-375 858146 861896 861937 "FLAGG" 863199 NIL FLAGG (NIL T) -9 NIL 863851 NIL) (-374 856872 857211 857701 "FLAGG-" 857706 NIL FLAGG- (NIL T T) -8 NIL NIL NIL) (-373 855914 856057 856284 "FLAGG2" 856725 NIL FLAGG2 (NIL T T T T) -7 NIL NIL NIL) (-372 852765 853773 853832 "FINRALG" 854960 NIL FINRALG (NIL T T) -9 NIL 855468 NIL) (-371 851925 852154 852493 "FINRALG-" 852498 NIL FINRALG- (NIL T T T) -8 NIL NIL NIL) (-370 851305 851544 851572 "FINITE" 851768 T FINITE (NIL) -9 NIL 851875 NIL) (-369 843662 845849 845889 "FINAALG" 849556 NIL FINAALG (NIL T) -9 NIL 851009 NIL) (-368 838994 840044 841188 "FINAALG-" 842567 NIL FINAALG- (NIL T T) -8 NIL NIL NIL) (-367 838362 838749 838852 "FILE" 838924 NIL FILE (NIL T) -8 NIL NIL NIL) (-366 837020 837358 837412 "FILECAT" 838096 NIL FILECAT (NIL T T) -9 NIL 838312 NIL) (-365 834736 836264 836292 "FIELD" 836332 T FIELD (NIL) -9 NIL 836412 NIL) (-364 833356 833741 834252 "FIELD-" 834257 NIL FIELD- (NIL T) -8 NIL NIL NIL) (-363 831206 831991 832338 "FGROUP" 833042 NIL FGROUP (NIL T) -8 NIL NIL NIL) (-362 830296 830460 830680 "FGLMICPK" 831038 NIL FGLMICPK (NIL T NIL) -7 NIL NIL NIL) (-361 826128 830221 830278 "FFX" 830283 NIL FFX (NIL T NIL) -8 NIL NIL NIL) (-360 825729 825790 825925 "FFSLPE" 826061 NIL FFSLPE (NIL T T T) -7 NIL NIL NIL) (-359 821718 822501 823297 "FFPOLY" 824965 NIL FFPOLY (NIL T) -7 NIL NIL NIL) (-358 821222 821258 821467 "FFPOLY2" 821676 NIL FFPOLY2 (NIL T T) -7 NIL NIL NIL) (-357 817065 821141 821204 "FFP" 821209 NIL FFP (NIL T NIL) -8 NIL NIL NIL) (-356 812463 816976 817040 "FF" 817045 NIL FF (NIL NIL NIL) -8 NIL NIL NIL) (-355 807589 811806 811996 "FFNBX" 812317 NIL FFNBX (NIL T NIL) -8 NIL NIL NIL) (-354 802518 806724 806982 "FFNBP" 807443 NIL FFNBP (NIL T NIL) -8 NIL NIL NIL) (-353 797151 801802 802013 "FFNB" 802351 NIL FFNB (NIL NIL NIL) -8 NIL NIL NIL) (-352 795983 796181 796496 "FFINTBAS" 796948 NIL FFINTBAS (NIL T T T) -7 NIL NIL NIL) (-351 792052 794272 794300 "FFIELDC" 794920 T FFIELDC (NIL) -9 NIL 795296 NIL) (-350 790714 791085 791582 "FFIELDC-" 791587 NIL FFIELDC- (NIL T) -8 NIL NIL NIL) (-349 790283 790329 790453 "FFHOM" 790656 NIL FFHOM (NIL T T T) -7 NIL NIL NIL) (-348 787978 788465 788982 "FFF" 789798 NIL FFF (NIL T) -7 NIL NIL NIL) (-347 783596 787720 787821 "FFCGX" 787921 NIL FFCGX (NIL T NIL) -8 NIL NIL NIL) (-346 779217 783328 783435 "FFCGP" 783539 NIL FFCGP (NIL T NIL) -8 NIL NIL NIL) (-345 774400 778944 779052 "FFCG" 779153 NIL FFCG (NIL NIL NIL) -8 NIL NIL NIL) (-344 755796 764877 764963 "FFCAT" 770128 NIL FFCAT (NIL T T T) -9 NIL 771579 NIL) (-343 750994 752041 753355 "FFCAT-" 754585 NIL FFCAT- (NIL T T T T) -8 NIL NIL NIL) (-342 750405 750448 750683 "FFCAT2" 750945 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-341 739726 743377 744597 "FEXPR" 749257 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL NIL) (-340 738726 739161 739202 "FEVALAB" 739286 NIL FEVALAB (NIL T) -9 NIL 739547 NIL) (-339 737885 738095 738433 "FEVALAB-" 738438 NIL FEVALAB- (NIL T T) -8 NIL NIL NIL) (-338 736451 737268 737471 "FDIV" 737784 NIL FDIV (NIL T T T T) -8 NIL NIL NIL) (-337 733471 734212 734327 "FDIVCAT" 735895 NIL FDIVCAT (NIL T T T T) -9 NIL 736332 NIL) (-336 733233 733260 733430 "FDIVCAT-" 733435 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL NIL) (-335 732453 732540 732817 "FDIV2" 733140 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL NIL) (-334 731427 731748 731950 "FCTRDATA" 732271 T FCTRDATA (NIL) -8 NIL NIL NIL) (-333 730113 730372 730661 "FCPAK1" 731158 T FCPAK1 (NIL) -7 NIL NIL NIL) (-332 729212 729613 729754 "FCOMP" 730004 NIL FCOMP (NIL T) -8 NIL NIL NIL) (-331 712914 716362 719900 "FC" 725694 T FC (NIL) -8 NIL NIL NIL) (-330 705277 709305 709345 "FAXF" 711147 NIL FAXF (NIL T) -9 NIL 711839 NIL) (-329 702553 703211 704036 "FAXF-" 704501 NIL FAXF- (NIL T T) -8 NIL NIL NIL) (-328 697605 701929 702105 "FARRAY" 702410 NIL FARRAY (NIL T) -8 NIL NIL NIL) (-327 692499 694566 694619 "FAMR" 695642 NIL FAMR (NIL T T) -9 NIL 696102 NIL) (-326 691389 691691 692126 "FAMR-" 692131 NIL FAMR- (NIL T T T) -8 NIL NIL NIL) (-325 690558 691311 691364 "FAMONOID" 691369 NIL FAMONOID (NIL T) -8 NIL NIL NIL) (-324 688344 689054 689107 "FAMONC" 690048 NIL FAMONC (NIL T T) -9 NIL 690434 NIL) (-323 687008 688098 688235 "FAGROUP" 688240 NIL FAGROUP (NIL T) -8 NIL NIL NIL) (-322 684803 685122 685525 "FACUTIL" 686689 NIL FACUTIL (NIL T T T T) -7 NIL NIL NIL) (-321 683902 684087 684309 "FACTFUNC" 684613 NIL FACTFUNC (NIL T) -7 NIL NIL NIL) (-320 676324 683205 683404 "EXPUPXS" 683758 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL NIL) (-319 673807 674347 674933 "EXPRTUBE" 675758 T EXPRTUBE (NIL) -7 NIL NIL NIL) (-318 670078 670670 671400 "EXPRODE" 673146 NIL EXPRODE (NIL T T) -7 NIL NIL NIL) (-317 655563 668727 669156 "EXPR" 669682 NIL EXPR (NIL T) -8 NIL NIL NIL) (-316 650117 650704 651510 "EXPR2UPS" 654861 NIL EXPR2UPS (NIL T T) -7 NIL NIL NIL) (-315 649749 649806 649915 "EXPR2" 650054 NIL EXPR2 (NIL T T) -7 NIL NIL NIL) (-314 641139 648902 649192 "EXPEXPAN" 649586 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL NIL) (-313 640939 641096 641125 "EXIT" 641130 T EXIT (NIL) -8 NIL NIL NIL) (-312 640419 640663 640754 "EXITAST" 640868 T EXITAST (NIL) -8 NIL NIL NIL) (-311 640046 640108 640221 "EVALCYC" 640351 NIL EVALCYC (NIL T) -7 NIL NIL NIL) (-310 639587 639705 639746 "EVALAB" 639916 NIL EVALAB (NIL T) -9 NIL 640020 NIL) (-309 639068 639190 639411 "EVALAB-" 639416 NIL EVALAB- (NIL T T) -8 NIL NIL NIL) (-308 636436 637738 637766 "EUCDOM" 638321 T EUCDOM (NIL) -9 NIL 638671 NIL) (-307 634841 635283 635873 "EUCDOM-" 635878 NIL EUCDOM- (NIL T) -8 NIL NIL NIL) (-306 622379 625139 627889 "ESTOOLS" 632111 T ESTOOLS (NIL) -7 NIL NIL NIL) (-305 622011 622068 622177 "ESTOOLS2" 622316 NIL ESTOOLS2 (NIL T T) -7 NIL NIL NIL) (-304 621762 621804 621884 "ESTOOLS1" 621963 NIL ESTOOLS1 (NIL T) -7 NIL NIL NIL) (-303 615799 617407 617435 "ES" 620203 T ES (NIL) -9 NIL 621613 NIL) (-302 610746 612033 613850 "ES-" 614014 NIL ES- (NIL T) -8 NIL NIL NIL) (-301 607120 607881 608661 "ESCONT" 609986 T ESCONT (NIL) -7 NIL NIL NIL) (-300 606865 606897 606979 "ESCONT1" 607082 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL NIL) (-299 606540 606590 606690 "ES2" 606809 NIL ES2 (NIL T T) -7 NIL NIL NIL) (-298 606170 606228 606337 "ES1" 606476 NIL ES1 (NIL T T) -7 NIL NIL NIL) (-297 605386 605515 605691 "ERROR" 606014 T ERROR (NIL) -7 NIL NIL NIL) (-296 598778 605245 605336 "EQTBL" 605341 NIL EQTBL (NIL T T) -8 NIL NIL NIL) (-295 591281 594092 595541 "EQ" 597362 NIL -2014 (NIL T) -8 NIL NIL NIL) (-294 590913 590970 591079 "EQ2" 591218 NIL EQ2 (NIL T T) -7 NIL NIL NIL) (-293 586202 587251 588344 "EP" 589852 NIL EP (NIL T) -7 NIL NIL NIL) (-292 584802 585093 585399 "ENV" 585916 T ENV (NIL) -8 NIL NIL NIL) (-291 583896 584450 584478 "ENTIRER" 584483 T ENTIRER (NIL) -9 NIL 584529 NIL) (-290 580363 581851 582221 "EMR" 583695 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL NIL) (-289 579507 579692 579746 "ELTAGG" 580126 NIL ELTAGG (NIL T T) -9 NIL 580337 NIL) (-288 579226 579288 579429 "ELTAGG-" 579434 NIL ELTAGG- (NIL T T T) -8 NIL NIL NIL) (-287 579015 579044 579098 "ELTAB" 579182 NIL ELTAB (NIL T T) -9 NIL NIL NIL) (-286 578141 578287 578486 "ELFUTS" 578866 NIL ELFUTS (NIL T T) -7 NIL NIL NIL) (-285 577883 577939 577967 "ELEMFUN" 578072 T ELEMFUN (NIL) -9 NIL NIL NIL) (-284 577753 577774 577842 "ELEMFUN-" 577847 NIL ELEMFUN- (NIL T) -8 NIL NIL NIL) (-283 572597 575853 575894 "ELAGG" 576834 NIL ELAGG (NIL T) -9 NIL 577297 NIL) (-282 570882 571316 571979 "ELAGG-" 571984 NIL ELAGG- (NIL T T) -8 NIL NIL NIL) (-281 569543 569822 570116 "ELABEXPR" 570608 T ELABEXPR (NIL) -8 NIL NIL NIL) (-280 562407 564210 565037 "EFUPXS" 568819 NIL EFUPXS (NIL T T T T) -8 NIL NIL NIL) (-279 555857 557658 558468 "EFULS" 561683 NIL EFULS (NIL T T T) -8 NIL NIL NIL) (-278 553342 553700 554172 "EFSTRUC" 555489 NIL EFSTRUC (NIL T T) -7 NIL NIL NIL) (-277 543133 544699 546247 "EF" 551857 NIL EF (NIL T T) -7 NIL NIL NIL) (-276 542207 542618 542767 "EAB" 543004 T EAB (NIL) -8 NIL NIL NIL) (-275 541389 542166 542194 "E04UCFA" 542199 T E04UCFA (NIL) -8 NIL NIL NIL) (-274 540571 541348 541376 "E04NAFA" 541381 T E04NAFA (NIL) -8 NIL NIL NIL) (-273 539753 540530 540558 "E04MBFA" 540563 T E04MBFA (NIL) -8 NIL NIL NIL) (-272 538935 539712 539740 "E04JAFA" 539745 T E04JAFA (NIL) -8 NIL NIL NIL) (-271 538119 538894 538922 "E04GCFA" 538927 T E04GCFA (NIL) -8 NIL NIL NIL) (-270 537303 538078 538106 "E04FDFA" 538111 T E04FDFA (NIL) -8 NIL NIL NIL) (-269 536485 537262 537290 "E04DGFA" 537295 T E04DGFA (NIL) -8 NIL NIL NIL) (-268 530658 532010 533374 "E04AGNT" 535141 T E04AGNT (NIL) -7 NIL NIL NIL) (-267 529338 529844 529884 "DVARCAT" 530359 NIL DVARCAT (NIL T) -9 NIL 530558 NIL) (-266 528542 528754 529068 "DVARCAT-" 529073 NIL DVARCAT- (NIL T T) -8 NIL NIL NIL) (-265 521679 528341 528470 "DSMP" 528475 NIL DSMP (NIL T T T) -8 NIL NIL NIL) (-264 516460 517624 518692 "DROPT" 520631 T DROPT (NIL) -8 NIL NIL NIL) (-263 516125 516184 516282 "DROPT1" 516395 NIL DROPT1 (NIL T) -7 NIL NIL NIL) (-262 511240 512366 513503 "DROPT0" 515008 T DROPT0 (NIL) -7 NIL NIL NIL) (-261 509585 509910 510296 "DRAWPT" 510874 T DRAWPT (NIL) -7 NIL NIL NIL) (-260 504172 505095 506174 "DRAW" 508559 NIL DRAW (NIL T) -7 NIL NIL NIL) (-259 503805 503858 503976 "DRAWHACK" 504113 NIL DRAWHACK (NIL T) -7 NIL NIL NIL) (-258 502536 502805 503096 "DRAWCX" 503534 T DRAWCX (NIL) -7 NIL NIL NIL) (-257 502051 502120 502271 "DRAWCURV" 502462 NIL DRAWCURV (NIL T T) -7 NIL NIL NIL) (-256 492519 494481 496596 "DRAWCFUN" 499956 T DRAWCFUN (NIL) -7 NIL NIL NIL) (-255 489285 491214 491255 "DQAGG" 491884 NIL DQAGG (NIL T) -9 NIL 492157 NIL) (-254 477409 483878 483961 "DPOLCAT" 485813 NIL DPOLCAT (NIL T T T T) -9 NIL 486358 NIL) (-253 472245 473594 475552 "DPOLCAT-" 475557 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL NIL) (-252 465367 472106 472204 "DPMO" 472209 NIL DPMO (NIL NIL T T) -8 NIL NIL NIL) (-251 458392 465147 465314 "DPMM" 465319 NIL DPMM (NIL NIL T T T) -8 NIL NIL NIL) (-250 457870 458084 458182 "DOMTMPLT" 458314 T DOMTMPLT (NIL) -8 NIL NIL NIL) (-249 457303 457672 457752 "DOMCTOR" 457810 T DOMCTOR (NIL) -8 NIL NIL NIL) (-248 456515 456783 456934 "DOMAIN" 457172 T DOMAIN (NIL) -8 NIL NIL NIL) (-247 450503 456150 456302 "DMP" 456416 NIL DMP (NIL NIL T) -8 NIL NIL NIL) (-246 450103 450159 450303 "DLP" 450441 NIL DLP (NIL T) -7 NIL NIL NIL) (-245 443925 449430 449620 "DLIST" 449945 NIL DLIST (NIL T) -8 NIL NIL NIL) (-244 440722 442778 442819 "DLAGG" 443369 NIL DLAGG (NIL T) -9 NIL 443599 NIL) (-243 439398 440062 440090 "DIVRING" 440182 T DIVRING (NIL) -9 NIL 440265 NIL) (-242 438635 438825 439125 "DIVRING-" 439130 NIL DIVRING- (NIL T) -8 NIL NIL NIL) (-241 436737 437094 437500 "DISPLAY" 438249 T DISPLAY (NIL) -7 NIL NIL NIL) (-240 430625 436651 436714 "DIRPROD" 436719 NIL DIRPROD (NIL NIL T) -8 NIL NIL NIL) (-239 429473 429676 429941 "DIRPROD2" 430418 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL NIL) (-238 418248 424254 424307 "DIRPCAT" 424717 NIL DIRPCAT (NIL NIL T) -9 NIL 425557 NIL) (-237 415574 416216 417097 "DIRPCAT-" 417434 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL NIL) (-236 414861 415021 415207 "DIOSP" 415408 T DIOSP (NIL) -7 NIL NIL NIL) (-235 411516 413773 413814 "DIOPS" 414248 NIL DIOPS (NIL T) -9 NIL 414477 NIL) (-234 411065 411179 411370 "DIOPS-" 411375 NIL DIOPS- (NIL T T) -8 NIL NIL NIL) (-233 409888 410516 410544 "DIFRING" 410731 T DIFRING (NIL) -9 NIL 410841 NIL) (-232 409534 409611 409763 "DIFRING-" 409768 NIL DIFRING- (NIL T) -8 NIL NIL NIL) (-231 407270 408542 408583 "DIFEXT" 408946 NIL DIFEXT (NIL T) -9 NIL 409240 NIL) (-230 405555 405983 406649 "DIFEXT-" 406654 NIL DIFEXT- (NIL T T) -8 NIL NIL NIL) (-229 402830 405087 405128 "DIAGG" 405133 NIL DIAGG (NIL T) -9 NIL 405153 NIL) (-228 402214 402371 402623 "DIAGG-" 402628 NIL DIAGG- (NIL T T) -8 NIL NIL NIL) (-227 397631 401173 401450 "DHMATRIX" 401983 NIL DHMATRIX (NIL T) -8 NIL NIL NIL) (-226 393243 394152 395162 "DFSFUN" 396641 T DFSFUN (NIL) -7 NIL NIL NIL) (-225 388321 392174 392486 "DFLOAT" 392951 T DFLOAT (NIL) -8 NIL NIL NIL) (-224 386584 386865 387254 "DFINTTLS" 388029 NIL DFINTTLS (NIL T T) -7 NIL NIL NIL) (-223 383613 384605 385005 "DERHAM" 386250 NIL DERHAM (NIL T NIL) -8 NIL NIL NIL) (-222 381414 383388 383477 "DEQUEUE" 383557 NIL DEQUEUE (NIL T) -8 NIL NIL NIL) (-221 380668 380801 380984 "DEGRED" 381276 NIL DEGRED (NIL T T) -7 NIL NIL NIL) (-220 377098 377843 378689 "DEFINTRF" 379896 NIL DEFINTRF (NIL T) -7 NIL NIL NIL) (-219 374653 375122 375714 "DEFINTEF" 376617 NIL DEFINTEF (NIL T T) -7 NIL NIL NIL) (-218 374003 374273 374388 "DEFAST" 374558 T DEFAST (NIL) -8 NIL NIL NIL) (-217 368007 373598 373747 "DECIMAL" 373874 T DECIMAL (NIL) -8 NIL NIL NIL) (-216 365519 365977 366483 "DDFACT" 367551 NIL DDFACT (NIL T T) -7 NIL NIL NIL) (-215 365115 365158 365309 "DBLRESP" 365470 NIL DBLRESP (NIL T T T T) -7 NIL NIL NIL) (-214 362987 363348 363708 "DBASE" 364882 NIL DBASE (NIL T) -8 NIL NIL NIL) (-213 362229 362467 362613 "DATAARY" 362886 NIL DATAARY (NIL NIL T) -8 NIL NIL NIL) (-212 361335 362188 362216 "D03FAFA" 362221 T D03FAFA (NIL) -8 NIL NIL NIL) (-211 360442 361294 361322 "D03EEFA" 361327 T D03EEFA (NIL) -8 NIL NIL NIL) (-210 358392 358858 359347 "D03AGNT" 359973 T D03AGNT (NIL) -7 NIL NIL NIL) (-209 357681 358351 358379 "D02EJFA" 358384 T D02EJFA (NIL) -8 NIL NIL NIL) (-208 356970 357640 357668 "D02CJFA" 357673 T D02CJFA (NIL) -8 NIL NIL NIL) (-207 356259 356929 356957 "D02BHFA" 356962 T D02BHFA (NIL) -8 NIL NIL NIL) (-206 355548 356218 356246 "D02BBFA" 356251 T D02BBFA (NIL) -8 NIL NIL NIL) (-205 348745 350334 351940 "D02AGNT" 353962 T D02AGNT (NIL) -7 NIL NIL NIL) (-204 346513 347036 347582 "D01WGTS" 348219 T D01WGTS (NIL) -7 NIL NIL NIL) (-203 345580 346472 346500 "D01TRNS" 346505 T D01TRNS (NIL) -8 NIL NIL NIL) (-202 344648 345539 345567 "D01GBFA" 345572 T D01GBFA (NIL) -8 NIL NIL NIL) (-201 343716 344607 344635 "D01FCFA" 344640 T D01FCFA (NIL) -8 NIL NIL NIL) (-200 342784 343675 343703 "D01ASFA" 343708 T D01ASFA (NIL) -8 NIL NIL NIL) (-199 341852 342743 342771 "D01AQFA" 342776 T D01AQFA (NIL) -8 NIL NIL NIL) (-198 340920 341811 341839 "D01APFA" 341844 T D01APFA (NIL) -8 NIL NIL NIL) (-197 339988 340879 340907 "D01ANFA" 340912 T D01ANFA (NIL) -8 NIL NIL NIL) (-196 339056 339947 339975 "D01AMFA" 339980 T D01AMFA (NIL) -8 NIL NIL NIL) (-195 338124 339015 339043 "D01ALFA" 339048 T D01ALFA (NIL) -8 NIL NIL NIL) (-194 337192 338083 338111 "D01AKFA" 338116 T D01AKFA (NIL) -8 NIL NIL NIL) (-193 336260 337151 337179 "D01AJFA" 337184 T D01AJFA (NIL) -8 NIL NIL NIL) (-192 329555 331108 332669 "D01AGNT" 334719 T D01AGNT (NIL) -7 NIL NIL NIL) (-191 328892 329020 329172 "CYCLOTOM" 329423 T CYCLOTOM (NIL) -7 NIL NIL NIL) (-190 325626 326340 327067 "CYCLES" 328185 T CYCLES (NIL) -7 NIL NIL NIL) (-189 324938 325072 325243 "CVMP" 325487 NIL CVMP (NIL T) -7 NIL NIL NIL) (-188 322779 323037 323406 "CTRIGMNP" 324666 NIL CTRIGMNP (NIL T T) -7 NIL NIL NIL) (-187 322215 322573 322646 "CTOR" 322726 T CTOR (NIL) -8 NIL NIL NIL) (-186 321724 321946 322047 "CTORKIND" 322134 T CTORKIND (NIL) -8 NIL NIL NIL) (-185 321015 321331 321359 "CTORCAT" 321541 T CTORCAT (NIL) -9 NIL 321654 NIL) (-184 320613 320724 320883 "CTORCAT-" 320888 NIL CTORCAT- (NIL T) -8 NIL NIL NIL) (-183 320075 320287 320395 "CTORCALL" 320537 NIL CTORCALL (NIL T) -8 NIL NIL NIL) (-182 319449 319548 319701 "CSTTOOLS" 319972 NIL CSTTOOLS (NIL T T) -7 NIL NIL NIL) (-181 315248 315905 316663 "CRFP" 318761 NIL CRFP (NIL T T) -7 NIL NIL NIL) (-180 314723 314969 315061 "CRCEAST" 315176 T CRCEAST (NIL) -8 NIL NIL NIL) (-179 313770 313955 314183 "CRAPACK" 314527 NIL CRAPACK (NIL T) -7 NIL NIL NIL) (-178 313154 313255 313459 "CPMATCH" 313646 NIL CPMATCH (NIL T T T) -7 NIL NIL NIL) (-177 312879 312907 313013 "CPIMA" 313120 NIL CPIMA (NIL T T T) -7 NIL NIL NIL) (-176 309227 309899 310618 "COORDSYS" 312214 NIL COORDSYS (NIL T) -7 NIL NIL NIL) (-175 308639 308760 308902 "CONTOUR" 309105 T CONTOUR (NIL) -8 NIL NIL NIL) (-174 304530 306642 307134 "CONTFRAC" 308179 NIL CONTFRAC (NIL T) -8 NIL NIL NIL) (-173 304410 304431 304459 "CONDUIT" 304496 T CONDUIT (NIL) -9 NIL NIL NIL) (-172 303498 304052 304080 "COMRING" 304085 T COMRING (NIL) -9 NIL 304137 NIL) (-171 302552 302856 303040 "COMPPROP" 303334 T COMPPROP (NIL) -8 NIL NIL NIL) (-170 302213 302248 302376 "COMPLPAT" 302511 NIL COMPLPAT (NIL T T T) -7 NIL NIL NIL) (-169 292504 302022 302131 "COMPLEX" 302136 NIL COMPLEX (NIL T) -8 NIL NIL NIL) (-168 292140 292197 292304 "COMPLEX2" 292441 NIL COMPLEX2 (NIL T T) -7 NIL NIL NIL) (-167 291858 291893 291991 "COMPFACT" 292099 NIL COMPFACT (NIL T T) -7 NIL NIL NIL) (-166 275938 285932 285972 "COMPCAT" 286976 NIL COMPCAT (NIL T) -9 NIL 288324 NIL) (-165 265450 268377 272004 "COMPCAT-" 272360 NIL COMPCAT- (NIL T T) -8 NIL NIL NIL) (-164 265179 265207 265310 "COMMUPC" 265416 NIL COMMUPC (NIL T T T) -7 NIL NIL NIL) (-163 264973 265007 265066 "COMMONOP" 265140 T COMMONOP (NIL) -7 NIL NIL NIL) (-162 264529 264724 264811 "COMM" 264906 T COMM (NIL) -8 NIL NIL NIL) (-161 264105 264333 264408 "COMMAAST" 264474 T COMMAAST (NIL) -8 NIL NIL NIL) (-160 263354 263548 263576 "COMBOPC" 263914 T COMBOPC (NIL) -9 NIL 264089 NIL) (-159 262250 262460 262702 "COMBINAT" 263144 NIL COMBINAT (NIL T) -7 NIL NIL NIL) (-158 258707 259281 259908 "COMBF" 261672 NIL COMBF (NIL T T) -7 NIL NIL NIL) (-157 257465 257823 258058 "COLOR" 258492 T COLOR (NIL) -8 NIL NIL NIL) (-156 256941 257186 257278 "COLONAST" 257393 T COLONAST (NIL) -8 NIL NIL NIL) (-155 256581 256628 256753 "CMPLXRT" 256888 NIL CMPLXRT (NIL T T) -7 NIL NIL NIL) (-154 256029 256281 256380 "CLLCTAST" 256502 T CLLCTAST (NIL) -8 NIL NIL NIL) (-153 251527 252559 253639 "CLIP" 254969 T CLIP (NIL) -7 NIL NIL NIL) (-152 249873 250633 250872 "CLIF" 251354 NIL CLIF (NIL NIL T NIL) -8 NIL NIL NIL) (-151 246048 248019 248060 "CLAGG" 248989 NIL CLAGG (NIL T) -9 NIL 249525 NIL) (-150 244470 244927 245510 "CLAGG-" 245515 NIL CLAGG- (NIL T T) -8 NIL NIL NIL) (-149 244014 244099 244239 "CINTSLPE" 244379 NIL CINTSLPE (NIL T T) -7 NIL NIL NIL) (-148 241515 241986 242534 "CHVAR" 243542 NIL CHVAR (NIL T T T) -7 NIL NIL NIL) (-147 240689 241243 241271 "CHARZ" 241276 T CHARZ (NIL) -9 NIL 241291 NIL) (-146 240443 240483 240561 "CHARPOL" 240643 NIL CHARPOL (NIL T) -7 NIL NIL NIL) (-145 239501 240088 240116 "CHARNZ" 240163 T CHARNZ (NIL) -9 NIL 240219 NIL) (-144 237407 238155 238508 "CHAR" 239168 T CHAR (NIL) -8 NIL NIL NIL) (-143 237133 237194 237222 "CFCAT" 237333 T CFCAT (NIL) -9 NIL NIL NIL) (-142 236378 236489 236671 "CDEN" 237017 NIL CDEN (NIL T T T) -7 NIL NIL NIL) (-141 232343 235531 235811 "CCLASS" 236118 T CCLASS (NIL) -8 NIL NIL NIL) (-140 231594 231751 231928 "CATEGORY" 232186 T -10 (NIL) -8 NIL NIL NIL) (-139 231167 231513 231561 "CATCTOR" 231566 T CATCTOR (NIL) -8 NIL NIL NIL) (-138 230618 230870 230968 "CATAST" 231089 T CATAST (NIL) -8 NIL NIL NIL) (-137 230094 230339 230431 "CASEAST" 230546 T CASEAST (NIL) -8 NIL NIL NIL) (-136 225103 226123 226876 "CARTEN" 229397 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL NIL) (-135 224211 224359 224580 "CARTEN2" 224950 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL NIL) (-134 222527 223361 223618 "CARD" 223974 T CARD (NIL) -8 NIL NIL NIL) (-133 222103 222331 222406 "CAPSLAST" 222472 T CAPSLAST (NIL) -8 NIL NIL NIL) (-132 221607 221815 221843 "CACHSET" 221975 T CACHSET (NIL) -9 NIL 222053 NIL) (-131 221077 221399 221427 "CABMON" 221477 T CABMON (NIL) -9 NIL 221533 NIL) (-130 220550 220781 220891 "BYTEORD" 220987 T BYTEORD (NIL) -8 NIL NIL NIL) (-129 219529 220084 220226 "BYTE" 220389 T BYTE (NIL) -8 NIL NIL 220511) (-128 214879 219034 219206 "BYTEBUF" 219377 T BYTEBUF (NIL) -8 NIL NIL NIL) (-127 212388 214571 214678 "BTREE" 214805 NIL BTREE (NIL T) -8 NIL NIL NIL) (-126 209837 212036 212158 "BTOURN" 212298 NIL BTOURN (NIL T) -8 NIL NIL NIL) (-125 207207 209307 209348 "BTCAT" 209416 NIL BTCAT (NIL T) -9 NIL 209493 NIL) (-124 206874 206954 207103 "BTCAT-" 207108 NIL BTCAT- (NIL T T) -8 NIL NIL NIL) (-123 202139 206017 206045 "BTAGG" 206267 T BTAGG (NIL) -9 NIL 206428 NIL) (-122 201629 201754 201960 "BTAGG-" 201965 NIL BTAGG- (NIL T) -8 NIL NIL NIL) (-121 198624 200907 201122 "BSTREE" 201446 NIL BSTREE (NIL T) -8 NIL NIL NIL) (-120 197762 197888 198072 "BRILL" 198480 NIL BRILL (NIL T) -7 NIL NIL NIL) (-119 194414 196488 196529 "BRAGG" 197178 NIL BRAGG (NIL T) -9 NIL 197436 NIL) (-118 192943 193349 193904 "BRAGG-" 193909 NIL BRAGG- (NIL T T) -8 NIL NIL NIL) (-117 186172 192289 192473 "BPADICRT" 192791 NIL BPADICRT (NIL NIL) -8 NIL NIL NIL) (-116 184487 186109 186154 "BPADIC" 186159 NIL BPADIC (NIL NIL) -8 NIL NIL NIL) (-115 184185 184215 184329 "BOUNDZRO" 184451 NIL BOUNDZRO (NIL T T) -7 NIL NIL NIL) (-114 179413 180611 181523 "BOP" 183293 T BOP (NIL) -8 NIL NIL NIL) (-113 177194 177598 178073 "BOP1" 178971 NIL BOP1 (NIL T) -7 NIL NIL NIL) (-112 176019 176768 176917 "BOOLEAN" 177065 T BOOLEAN (NIL) -8 NIL NIL NIL) (-111 175298 175702 175756 "BMODULE" 175761 NIL BMODULE (NIL T T) -9 NIL 175826 NIL) (-110 171099 175096 175169 "BITS" 175245 T BITS (NIL) -8 NIL NIL NIL) (-109 170520 170639 170779 "BINDING" 170979 T BINDING (NIL) -8 NIL NIL NIL) (-108 164527 170117 170265 "BINARY" 170392 T BINARY (NIL) -8 NIL NIL NIL) (-107 162307 163782 163823 "BGAGG" 164083 NIL BGAGG (NIL T) -9 NIL 164220 NIL) (-106 162138 162170 162261 "BGAGG-" 162266 NIL BGAGG- (NIL T T) -8 NIL NIL NIL) (-105 161209 161522 161727 "BFUNCT" 161953 T BFUNCT (NIL) -8 NIL NIL NIL) (-104 159899 160077 160365 "BEZOUT" 161033 NIL BEZOUT (NIL T T T T T) -7 NIL NIL NIL) (-103 156368 158751 159081 "BBTREE" 159602 NIL BBTREE (NIL T) -8 NIL NIL NIL) (-102 156102 156155 156183 "BASTYPE" 156302 T BASTYPE (NIL) -9 NIL NIL NIL) (-101 155954 155983 156056 "BASTYPE-" 156061 NIL BASTYPE- (NIL T) -8 NIL NIL NIL) (-100 155388 155464 155616 "BALFACT" 155865 NIL BALFACT (NIL T T) -7 NIL NIL NIL) (-99 154244 154803 154989 "AUTOMOR" 155233 NIL AUTOMOR (NIL T) -8 NIL NIL NIL) (-98 153970 153975 154001 "ATTREG" 154006 T ATTREG (NIL) -9 NIL NIL NIL) (-97 152222 152667 153019 "ATTRBUT" 153636 T ATTRBUT (NIL) -8 NIL NIL NIL) (-96 151830 152050 152116 "ATTRAST" 152174 T ATTRAST (NIL) -8 NIL NIL NIL) (-95 151366 151479 151505 "ATRIG" 151706 T ATRIG (NIL) -9 NIL NIL NIL) (-94 151175 151216 151303 "ATRIG-" 151308 NIL ATRIG- (NIL T) -8 NIL NIL NIL) (-93 150820 151006 151032 "ASTCAT" 151037 T ASTCAT (NIL) -9 NIL 151067 NIL) (-92 150547 150606 150725 "ASTCAT-" 150730 NIL ASTCAT- (NIL T) -8 NIL NIL NIL) (-91 148696 150323 150411 "ASTACK" 150490 NIL ASTACK (NIL T) -8 NIL NIL NIL) (-90 147201 147498 147863 "ASSOCEQ" 148378 NIL ASSOCEQ (NIL T T) -7 NIL NIL NIL) (-89 146233 146860 146984 "ASP9" 147108 NIL ASP9 (NIL NIL) -8 NIL NIL NIL) (-88 145996 146181 146220 "ASP8" 146225 NIL ASP8 (NIL NIL) -8 NIL NIL NIL) (-87 144864 145601 145743 "ASP80" 145885 NIL ASP80 (NIL NIL) -8 NIL NIL NIL) (-86 143762 144499 144631 "ASP7" 144763 NIL ASP7 (NIL NIL) -8 NIL NIL NIL) (-85 142716 143439 143557 "ASP78" 143675 NIL ASP78 (NIL NIL) -8 NIL NIL NIL) (-84 141685 142396 142513 "ASP77" 142630 NIL ASP77 (NIL NIL) -8 NIL NIL NIL) (-83 140597 141323 141454 "ASP74" 141585 NIL ASP74 (NIL NIL) -8 NIL NIL NIL) (-82 139497 140232 140364 "ASP73" 140496 NIL ASP73 (NIL NIL) -8 NIL NIL NIL) (-81 138601 139323 139423 "ASP6" 139428 NIL ASP6 (NIL NIL) -8 NIL NIL NIL) (-80 137545 138278 138396 "ASP55" 138514 NIL ASP55 (NIL NIL) -8 NIL NIL NIL) (-79 136494 137219 137338 "ASP50" 137457 NIL ASP50 (NIL NIL) -8 NIL NIL NIL) (-78 135582 136195 136305 "ASP4" 136415 NIL ASP4 (NIL NIL) -8 NIL NIL NIL) (-77 134670 135283 135393 "ASP49" 135503 NIL ASP49 (NIL NIL) -8 NIL NIL NIL) (-76 133454 134209 134377 "ASP42" 134559 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-75 132230 132987 133157 "ASP41" 133341 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL NIL) (-74 131180 131907 132025 "ASP35" 132143 NIL ASP35 (NIL NIL) -8 NIL NIL NIL) (-73 130945 131128 131167 "ASP34" 131172 NIL ASP34 (NIL NIL) -8 NIL NIL NIL) (-72 130682 130749 130825 "ASP33" 130900 NIL ASP33 (NIL NIL) -8 NIL NIL NIL) (-71 129575 130317 130449 "ASP31" 130581 NIL ASP31 (NIL NIL) -8 NIL NIL NIL) (-70 129340 129523 129562 "ASP30" 129567 NIL ASP30 (NIL NIL) -8 NIL NIL NIL) (-69 129075 129144 129220 "ASP29" 129295 NIL ASP29 (NIL NIL) -8 NIL NIL NIL) (-68 128840 129023 129062 "ASP28" 129067 NIL ASP28 (NIL NIL) -8 NIL NIL NIL) (-67 128605 128788 128827 "ASP27" 128832 NIL ASP27 (NIL NIL) -8 NIL NIL NIL) (-66 127689 128303 128414 "ASP24" 128525 NIL ASP24 (NIL NIL) -8 NIL NIL NIL) (-65 126765 127491 127603 "ASP20" 127608 NIL ASP20 (NIL NIL) -8 NIL NIL NIL) (-64 125853 126466 126576 "ASP1" 126686 NIL ASP1 (NIL NIL) -8 NIL NIL NIL) (-63 124795 125527 125646 "ASP19" 125765 NIL ASP19 (NIL NIL) -8 NIL NIL NIL) (-62 124532 124599 124675 "ASP12" 124750 NIL ASP12 (NIL NIL) -8 NIL NIL NIL) (-61 123384 124131 124275 "ASP10" 124419 NIL ASP10 (NIL NIL) -8 NIL NIL NIL) (-60 121235 123228 123319 "ARRAY2" 123324 NIL ARRAY2 (NIL T) -8 NIL NIL NIL) (-59 117000 120883 120997 "ARRAY1" 121152 NIL ARRAY1 (NIL T) -8 NIL NIL NIL) (-58 116032 116205 116426 "ARRAY12" 116823 NIL ARRAY12 (NIL T T) -7 NIL NIL NIL) (-57 110344 112262 112337 "ARR2CAT" 114967 NIL ARR2CAT (NIL T T T) -9 NIL 115725 NIL) (-56 107778 108522 109476 "ARR2CAT-" 109481 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL NIL) (-55 107095 107405 107530 "ARITY" 107671 T ARITY (NIL) -8 NIL NIL NIL) (-54 105871 106023 106322 "APPRULE" 106931 NIL APPRULE (NIL T T T) -7 NIL NIL NIL) (-53 105522 105570 105689 "APPLYORE" 105817 NIL APPLYORE (NIL T T T) -7 NIL NIL NIL) (-52 104876 105115 105235 "ANY" 105420 T ANY (NIL) -8 NIL NIL NIL) (-51 104154 104277 104434 "ANY1" 104750 NIL ANY1 (NIL T) -7 NIL NIL NIL) (-50 101684 102591 102918 "ANTISYM" 103878 NIL ANTISYM (NIL T NIL) -8 NIL NIL NIL) (-49 101176 101391 101487 "ANON" 101606 T ANON (NIL) -8 NIL NIL NIL) (-48 95425 99715 100169 "AN" 100740 T AN (NIL) -8 NIL NIL NIL) (-47 91323 92711 92762 "AMR" 93510 NIL AMR (NIL T T) -9 NIL 94110 NIL) (-46 90435 90656 91019 "AMR-" 91024 NIL AMR- (NIL T T T) -8 NIL NIL NIL) (-45 74874 90352 90413 "ALIST" 90418 NIL ALIST (NIL T T) -8 NIL NIL NIL) (-44 71676 74468 74637 "ALGSC" 74792 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL NIL) (-43 68231 68786 69393 "ALGPKG" 71116 NIL ALGPKG (NIL T T) -7 NIL NIL NIL) (-42 67508 67609 67793 "ALGMFACT" 68117 NIL ALGMFACT (NIL T T T) -7 NIL NIL NIL) (-41 63543 64122 64716 "ALGMANIP" 67092 NIL ALGMANIP (NIL T T) -7 NIL NIL NIL) (-40 54913 63169 63319 "ALGFF" 63476 NIL ALGFF (NIL T T T NIL) -8 NIL NIL NIL) (-39 54109 54240 54419 "ALGFACT" 54771 NIL ALGFACT (NIL T) -7 NIL NIL NIL) (-38 53050 53650 53688 "ALGEBRA" 53693 NIL ALGEBRA (NIL T) -9 NIL 53734 NIL) (-37 52768 52827 52959 "ALGEBRA-" 52964 NIL ALGEBRA- (NIL T T) -8 NIL NIL NIL) (-36 34861 50770 50822 "ALAGG" 50958 NIL ALAGG (NIL T T) -9 NIL 51119 NIL) (-35 34397 34510 34536 "AHYP" 34737 T AHYP (NIL) -9 NIL NIL NIL) (-34 33328 33576 33602 "AGG" 34101 T AGG (NIL) -9 NIL 34380 NIL) (-33 32762 32924 33138 "AGG-" 33143 NIL AGG- (NIL T) -8 NIL NIL NIL) (-32 30568 30991 31396 "AF" 32404 NIL AF (NIL T T) -7 NIL NIL NIL) (-31 30048 30293 30383 "ADDAST" 30496 T ADDAST (NIL) -8 NIL NIL NIL) (-30 29316 29575 29731 "ACPLOT" 29910 T ACPLOT (NIL) -8 NIL NIL NIL) (-29 18639 26443 26481 "ACFS" 27088 NIL ACFS (NIL T) -9 NIL 27327 NIL) (-28 16666 17156 17918 "ACFS-" 17923 NIL ACFS- (NIL T T) -8 NIL NIL NIL) (-27 12784 14713 14739 "ACF" 15618 T ACF (NIL) -9 NIL 16031 NIL) (-26 11488 11822 12315 "ACF-" 12320 NIL ACF- (NIL T) -8 NIL NIL NIL) (-25 11060 11255 11281 "ABELSG" 11373 T ABELSG (NIL) -9 NIL 11438 NIL) (-24 10927 10952 11018 "ABELSG-" 11023 NIL ABELSG- (NIL T) -8 NIL NIL NIL) (-23 10270 10557 10583 "ABELMON" 10753 T ABELMON (NIL) -9 NIL 10865 NIL) (-22 9934 10018 10156 "ABELMON-" 10161 NIL ABELMON- (NIL T) -8 NIL NIL NIL) (-21 9282 9654 9680 "ABELGRP" 9752 T ABELGRP (NIL) -9 NIL 9827 NIL) (-20 8745 8874 9090 "ABELGRP-" 9095 NIL ABELGRP- (NIL T) -8 NIL NIL NIL) (-19 4334 8084 8123 "A1AGG" 8128 NIL A1AGG (NIL T) -9 NIL 8168 NIL) (-18 30 1252 2814 "A1AGG-" 2819 NIL A1AGG- (NIL T T) -8 NIL NIL NIL)) \ No newline at end of file
diff --git a/src/share/algebra/operation.daase b/src/share/algebra/operation.daase
index 01979d45..1c032b12 100644
--- a/src/share/algebra/operation.daase
+++ b/src/share/algebra/operation.daase
@@ -1,1618 +1,477 @@
-(732279 . 3459379710)
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-862)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-331)))))
-(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558))))
- ((*1 *1 *1) (|partial| -4 *1 (-722))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547))
- (-5 *2 (-409 (-566)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-420 *3)) (-4 *3 (-547))
- (-4 *3 (-558))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-547)) (-5 *2 (-409 (-566)))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547))
- (-5 *2 (-409 (-566)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-833 *3)) (-4 *3 (-547))
- (-4 *3 (-1099))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-843 *3)) (-4 *3 (-547))
- (-4 *3 (-1099))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547))
- (-5 *2 (-409 (-566)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-1008 *3))
- (-4 *3 (-1038 *2)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 (-644 *6))) (-4 *6 (-949 *3 *5 *4))
- (-4 *3 (-13 (-308) (-147))) (-4 *4 (-13 (-850) (-614 (-1175))))
- (-4 *5 (-793)) (-5 *1 (-924 *3 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147))
- (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-977 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-5 *2 (-1269)) (-5 *1 (-1178))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175))
- (-5 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *2 (-1269))
- (-5 *1 (-1178))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *3 (-1175))
- (-5 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *2 (-1269))
- (-5 *1 (-1178)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1035)) (-5 *1 (-306))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-1035))) (-5 *2 (-1035)) (-5 *1 (-306))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-651 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1 *1) (-5 *1 (-1062)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1152 *4))
- (-4 *4 (-1214))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-4 *3 (-1099))
- (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-365)) (-4 *5 (-1240 *4)) (-5 *2 (-1269))
- (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1240 (-409 *5))) (-14 *7 *6))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
- (-4 *4 (-375 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-365) (-848)))
- (-5 *2 (-644 (-2 (|:| -1616 (-644 *3)) (|:| -1425 *5))))
- (-5 *1 (-181 *5 *3)) (-4 *3 (-1240 (-169 *5)))))
+(732279 . 3461381195)
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-365) (-848)))
- (-5 *2 (-644 (-2 (|:| -1616 (-644 *3)) (|:| -1425 *4))))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-126 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 (-1 *6 (-644 *6))))
- (-4 *5 (-38 (-409 (-566)))) (-4 *6 (-1255 *5)) (-5 *2 (-644 *6))
- (-5 *1 (-1257 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-13 (-365) (-147)))
- (-5 *2 (-644 (-2 (|:| -2201 (-771)) (|:| -4290 *4) (|:| |num| *4))))
- (-5 *1 (-401 *3 *4)) (-4 *4 (-1240 *3)))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-874))
- (-5 *5 (-921)) (-5 *6 (-644 (-264))) (-5 *2 (-1265))
- (-5 *1 (-1268))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-644 (-264)))
- (-5 *2 (-1265)) (-5 *1 (-1268)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-295 (-843 *3))) (-4 *3 (-13 (-27) (-1199) (-432 *5)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *2
- (-3 (-843 *3)
- (-2 (|:| |leftHandLimit| (-3 (-843 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-843 *3) "failed")))
- "failed"))
- (-5 *1 (-636 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-295 *3)) (-5 *5 (-1157))
- (-4 *3 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-843 *3)) (-5 *1 (-636 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-295 (-843 (-952 *5)))) (-4 *5 (-454))
- (-5 *2
- (-3 (-843 (-409 (-952 *5)))
- (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 *5))) "failed"))
- (|:| |rightHandLimit| (-3 (-843 (-409 (-952 *5))) "failed")))
- "failed"))
- (-5 *1 (-637 *5)) (-5 *3 (-409 (-952 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-295 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5)))
- (-4 *5 (-454))
- (-5 *2
- (-3 (-843 *3)
- (-2 (|:| |leftHandLimit| (-3 (-843 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-843 *3) "failed")))
- "failed"))
- (-5 *1 (-637 *5))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-295 (-409 (-952 *6)))) (-5 *5 (-1157))
- (-5 *3 (-409 (-952 *6))) (-4 *6 (-454)) (-5 *2 (-843 *3))
- (-5 *1 (-637 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112))
- (-5 *2
- (-2 (|:| |contp| (-566))
- (|:| -1616 (-644 (-2 (|:| |irr| *3) (|:| -4125 (-566)))))))
- (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112))
- (-5 *2
- (-2 (|:| |contp| (-566))
- (|:| -1616 (-644 (-2 (|:| |irr| *3) (|:| -4125 (-566)))))))
- (-5 *1 (-1229 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-317 (-566))))
- (-5 *1 (-1031)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-969 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-644 *7)) (-5 *3 (-112)) (-4 *7 (-1064 *4 *5 *6))
- (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *1 (-977 *4 *5 *6 *7)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-183 *3)) (-4 *3 (-185)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-992 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-142 *4 *5 *3))
- (-4 *3 (-375 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-992 *4))
- (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
- (-5 *1 (-505 *4 *5 *6 *3)) (-4 *6 (-375 *4)) (-4 *3 (-375 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-689 *5)) (-4 *5 (-992 *4)) (-4 *4 (-558))
- (-5 *2 (-2 (|:| |num| (-689 *4)) (|:| |den| *4)))
- (-5 *1 (-693 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566)))))
- (-4 *6 (-1240 *5))
- (-5 *2 (-2 (|:| -3434 *7) (|:| |rh| (-644 (-409 *6)))))
- (-5 *1 (-807 *5 *6 *7 *3)) (-5 *4 (-644 (-409 *6)))
- (-4 *7 (-656 *6)) (-4 *3 (-656 (-409 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-992 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1233 *4 *5 *3))
- (-4 *3 (-1240 *5)))))
-(((*1 *1) (-12 (-4 *1 (-467 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-538))) ((*1 *1) (-4 *1 (-722)))
- ((*1 *1) (-4 *1 (-726)))
- ((*1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099))))
- ((*1 *1) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1264 *3)) (-4 *3 (-1240 *4)) (-4 *4 (-1218))
- (-4 *1 (-344 *4 *3 *5)) (-4 *5 (-1240 (-409 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-171))))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *5 (-612 *4)) (-5 *6 (-1175))
- (-4 *4 (-13 (-432 *7) (-27) (-1199)))
- (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4))))
- (-5 *1 (-568 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-154))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1065)))))
-(((*1 *2 *3 *3 *3)
- (|partial| -12
- (-4 *4 (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *5 (-1240 *4)) (-5 *2 (-1171 (-409 *5))) (-5 *1 (-615 *4 *5))
- (-5 *3 (-409 *5))))
- ((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1240 *5))
- (-4 *5 (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2 (-1171 (-409 *6))) (-5 *1 (-615 *5 *6)) (-5 *3 (-409 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-308)) (-5 *2 (-771)))))
-(((*1 *1) (-4 *1 (-23)))
- ((*1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-538)))
- ((*1 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-1057))))
- ((*1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099))))
- ((*1 *1) (-12 (-4 *1 (-1051 *2)) (-4 *2 (-1057)))))
-(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-112))
- (-5 *2 (-1035)) (-5 *1 (-753)))))
-(((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1175)) (-5 *1 (-331)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-1049)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-771)) (-4 *5 (-558))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-969 *5 *3)) (-4 *3 (-1240 *5)))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
- ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
- ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 (-1237 *5 *4)))
- (-5 *1 (-1113 *4 *5)) (-5 *3 (-1237 *5 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-317 (-225))) (-5 *2 (-317 (-381))) (-5 *1 (-306)))))
-(((*1 *2 *1) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-864 *3)) (-14 *3 (-644 *2))))
- ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-989))))
- ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1091 *3)) (-4 *3 (-1214))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
- (-5 *2 (-1175))))
- ((*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1260 *3)) (-14 *3 *2))))
-(((*1 *2 *2) (-12 (-5 *2 (-644 (-317 (-225)))) (-5 *1 (-268)))))
+ (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1216 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1099)) (-5 *2 (-112))
+ (-5 *1 (-1216 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-381)) (-5 *1 (-1040)))))
+(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-549))))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-381)) (-5 *1 (-192)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -3338)) (-5 *2 (-112)) (-5 *1 (-617))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -2583)) (-5 *2 (-112)) (-5 *1 (-617))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -2177)) (-5 *2 (-112)) (-5 *1 (-617))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -4107)) (-5 *2 (-112)) (-5 *1 (-691 *4))
- (-4 *4 (-613 (-862)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-613 (-862))) (-5 *2 (-112))
- (-5 *1 (-691 *4))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1157))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-508))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-593))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-480))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-137))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1165))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-626))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1095))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1089))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1072))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-970))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-180))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1036))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-312))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-671))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-527))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1275))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1065))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-519))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-681))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1114))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-133))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1274))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-676))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-218))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-526))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1157))) (-5 *2 (-112)) (-5 *1 (-1180))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-508))) (-5 *2 (-112)) (-5 *1 (-1180))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-225))) (-5 *2 (-112)) (-5 *1 (-1180))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-112)) (-5 *1 (-1180)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-527)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793))
- (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-644 *3))
- (-5 *1 (-592 *5 *6 *7 *8 *3)) (-4 *3 (-1108 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147)))
- (-5 *2
- (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5))))))
- (-5 *1 (-1077 *5 *6)) (-5 *3 (-644 (-952 *5)))
- (-14 *6 (-644 (-1175)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-308) (-147)))
- (-5 *2
- (-644 (-2 (|:| -3149 (-1171 *4)) (|:| -3350 (-644 (-952 *4))))))
- (-5 *1 (-1077 *4 *5)) (-5 *3 (-644 (-952 *4)))
- (-14 *5 (-644 (-1175)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147)))
- (-5 *2
- (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5))))))
- (-5 *1 (-1077 *5 *6)) (-5 *3 (-644 (-952 *5)))
- (-14 *6 (-644 (-1175))))))
-(((*1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1285 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
- (-5 *2 (-819 *3))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-846)) (-5 *1 (-1287 *3 *2)) (-4 *3 (-1049)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *1) (-5 *1 (-144)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-262))))
- ((*1 *1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-264)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1195)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
- ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264))))
- ((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469))))
- ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))))
-(((*1 *1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-926))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-926))))
- ((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-927))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-927)))))
-(((*1 *2 *1) (-12 (-5 *2 (-334)) (-5 *1 (-249)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-317 *3)) (-4 *3 (-13 (-1049) (-850)))
- (-5 *1 (-223 *3 *4)) (-14 *4 (-644 (-1175))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-644 *2))) (-5 *4 (-644 *5))
- (-4 *5 (-38 (-409 (-566)))) (-4 *2 (-1255 *5))
- (-5 *1 (-1257 *5 *2)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1035)) (-5 *3 (-1175)) (-5 *1 (-192)))))
-(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-381))))
- ((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-381)))))
-(((*1 *2 *1) (-12 (-5 *2 (-250)) (-5 *1 (-334)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-125 *2)) (-4 *2 (-1099)))))
-(((*1 *1 *2 *3)
- (-12 (-4 *1 (-384 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1099))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-566)) (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3))
- (-4 *3 (-1049))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-819 *4)) (-4 *4 (-850)) (-4 *1 (-1281 *4 *3))
- (-4 *3 (-1049)))))
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-793)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850))
+ (-5 *2 (-112)) (-5 *1 (-451 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1171 *4)) (-5 *1 (-530 *4))
- (-4 *4 (-351)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *4 *4 *3)
- (|partial| -12 (-5 *4 (-612 *3))
- (-4 *3 (-13 (-432 *5) (-27) (-1199)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3)))
- (-5 *1 (-568 *5 *3 *6)) (-4 *6 (-1099)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793))
- (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1068 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793))
- (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
-(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267))))
- ((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1139 *3 *2)) (-4 *3 (-13 (-1099) (-34)))
- (-4 *2 (-13 (-1099) (-34))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-1264 (-566))) (-5 *3 (-566)) (-5 *1 (-1109))))
+ (-12 (-5 *3 (-1265 *4)) (-4 *4 (-1049)) (-4 *2 (-1241 *4))
+ (-5 *1 (-446 *4 *2))))
((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-1264 (-566))) (-5 *3 (-644 (-566))) (-5 *4 (-566))
- (-5 *1 (-1109)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *3 (-566)) (-5 *2 (-112)) (-5 *1 (-482)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-1064 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175)))
- (-4 *5 (-558)) (-5 *2 (-644 (-644 (-952 *5)))) (-5 *1 (-1183 *5)))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*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 (-689 (-225))) (-5 *6 (-112)) (-5 *7 (-689 (-566)))
- (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS))))
- (-5 *3 (-566)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))))
-(((*1 *1 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *6))))
- (-5 *4 (-1026 (-843 (-566)))) (-5 *5 (-1175)) (-5 *7 (-409 (-566)))
- (-4 *6 (-1049)) (-5 *2 (-862)) (-5 *1 (-596 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *2)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))))
-(((*1 *1) (-5 *1 (-157)))
- ((*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -4068 *4)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119))))))
- (-4 *4 (-351)) (-5 *2 (-689 *4)) (-5 *1 (-348 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))))
-(((*1 *1 *1) (-5 *1 (-862))) ((*1 *1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2) (-12 (-5 *1 (-1231 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175)) (-5 *2 (-1 (-225) (-225))) (-5 *1 (-703 *3))
- (-4 *3 (-614 (-538)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1175)) (-5 *2 (-1 (-225) (-225) (-225)))
- (-5 *1 (-703 *3)) (-4 *3 (-614 (-538))))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |lm| (-388 *3)) (|:| |mm| (-388 *3)) (|:| |rm| (-388 *3))))
- (-5 *1 (-388 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |lm| (-819 *3)) (|:| |mm| (-819 *3)) (|:| |rm| (-819 *3))))
- (-5 *1 (-819 *3)) (-4 *3 (-850)))))
+ (-12 (-5 *2 (-409 (-1171 (-317 *5)))) (-5 *3 (-1265 (-317 *5)))
+ (-5 *4 (-566)) (-4 *5 (-558)) (-5 *1 (-1129 *5)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *2
- (-3 (|:| |%expansion| (-314 *5 *3 *6 *7))
- (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))))
- (-5 *1 (-422 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1199) (-432 *5)))
- (-14 *6 (-1175)) (-14 *7 *3))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-1064 *3 *4 *2)) (-4 *2 (-850))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850)))))
-(((*1 *2 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))))
-(((*1 *2 *1 *1 *3 *4)
- (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6))
- (-4 *5 (-13 (-1099) (-34))) (-4 *6 (-13 (-1099) (-34)))
- (-5 *2 (-112)) (-5 *1 (-1139 *5 *6)))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-800))
- (-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
- (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-1035)))))
-(((*1 *1 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049))))
- ((*1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))))
-(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-241))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-644 (-1157))) (-5 *3 (-566)) (-5 *4 (-1157))
- (-5 *1 (-241))))
- ((*1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
+ (-12 (-5 *3 (-1 *5)) (-4 *5 (-1099)) (-5 *2 (-1 *5 *4))
+ (-5 *1 (-683 *4 *5)) (-4 *4 (-1099))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930))))
((*1 *2 *1)
- (-12 (-4 *1 (-1242 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))))
-(((*1 *1 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-370)))))
-(((*1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
- (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1159 *4)) (-4 *4 (-1049))
- (-5 *3 (-566)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3 *4 *4 *5)
- (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3))
- (-4 *3 (-13 (-432 *6) (-27) (-1199)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-568 *6 *3 *7)) (-4 *7 (-1099)))))
-(((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1049))
- (-5 *1 (-853 *5 *2)) (-4 *2 (-852 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-328 *3)) (-4 *3 (-1214))))
+ (-12 (-4 *1 (-1282 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049))))
((*1 *2 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1214))
- (-14 *4 (-566)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-822)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
- (-14 *4 *2))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1180)))))
-(((*1 *1) (-5 *1 (-1178))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1093 *3)) (-4 *3 (-949 *7 *6 *4)) (-4 *6 (-793))
- (-4 *4 (-850)) (-4 *7 (-558))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-566))))
- (-5 *1 (-595 *6 *4 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-558))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-566))))
- (-5 *1 (-595 *5 *4 *6 *3)) (-4 *3 (-949 *6 *5 *4))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-862))) ((*1 *1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1) (-5 *1 (-862)))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-1167 *4 *2)) (-4 *2 (-13 (-432 *4) (-160) (-27) (-1199)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1091 *2)) (-4 *2 (-13 (-432 *4) (-160) (-27) (-1199)))
- (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-1167 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566))))
- (-5 *2 (-409 (-952 *5))) (-5 *1 (-1168 *5)) (-5 *3 (-952 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566))))
- (-5 *2 (-3 (-409 (-952 *5)) (-317 *5))) (-5 *1 (-1168 *5))
- (-5 *3 (-409 (-952 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1091 (-952 *5))) (-5 *3 (-952 *5))
- (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 *3))
- (-5 *1 (-1168 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1091 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5)))
- (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-3 *3 (-317 *5)))
- (-5 *1 (-1168 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-377 *4 *2))
- (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4415)))))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-1179)) (-5 *1 (-1178)))))
+ (-12 (-4 *2 (-1049)) (-5 *1 (-1288 *2 *3)) (-4 *3 (-846)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
- ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
- (-14 *4 *2))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
- (-5 *2
- (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566))
- (|:| |success| (-112))))
- (-5 *1 (-789)) (-5 *5 (-566)))))
+ (-12 (-5 *3 (-566)) (-5 *2 (-644 (-644 (-225)))) (-5 *1 (-1211)))))
+(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
+ (-12 (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566))) (-5 *3 (-566))
+ (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-943 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-1049)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *5)) (-5 *4 (-1264 *5)) (-4 *5 (-365))
- (-5 *2 (-112)) (-5 *1 (-667 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4415))))
- (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-5 *2 (-112))
- (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-258)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-38 (-409 (-566))))
- (-4 *2 (-172)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-558)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
- (-5 *1 (-1204 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-566)) (|has| *1 (-6 -4415)) (-4 *1 (-1252 *3))
- (-4 *3 (-1214)))))
-(((*1 *2)
- (|partial| -12 (-4 *4 (-1218)) (-4 *5 (-1240 (-409 *2)))
- (-4 *2 (-1240 *4)) (-5 *1 (-343 *3 *4 *2 *5))
- (-4 *3 (-344 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-344 *3 *2 *4)) (-4 *3 (-1218))
- (-4 *4 (-1240 (-409 *2))) (-4 *2 (-1240 *3)))))
+ (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
(((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| -1707 (-114)) (|:| |arg| (-644 (-892 *3)))))
- (-5 *1 (-892 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-114)) (-5 *2 (-644 (-892 *4)))
- (-5 *1 (-892 *4)) (-4 *4 (-1099)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-747)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1184)))))
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
+ (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1240 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1179)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-860)) (-5 *2 (-691 (-551))) (-5 *3 (-551)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-409 *2)) (-4 *2 (-1240 *5))
- (-5 *1 (-807 *5 *2 *3 *6))
- (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566)))))
- (-4 *3 (-656 *2)) (-4 *6 (-656 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-409 *2))) (-4 *2 (-1240 *5))
- (-5 *1 (-807 *5 *2 *3 *6))
- (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2))
- (-4 *6 (-656 (-409 *2))))))
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-308))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-449 *4 *5 *6 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-108))))
+ ((*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-217))))
+ ((*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-489))))
+ ((*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-308))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566))))
+ ((*1 *1 *1) (-4 *1 (-1059))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 (-644 (-644 *4)))) (-5 *3 (-644 *4)) (-4 *4 (-850))
- (-5 *1 (-1185 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381))
- (|:| |expense| (-381)) (|:| |accuracy| (-381))
- (|:| |intermediateResults| (-381))))
- (-5 *2 (-1035)) (-5 *1 (-306)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *2 *3 *1)
- (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-675 *2)) (-4 *2 (-1049)) (-4 *2 (-1099)))))
-(((*1 *2)
- (-12
- (-5 *2
- (-1264 (-644 (-2 (|:| -2876 (-910 *3)) (|:| -2835 (-1119))))))
- (-5 *1 (-353 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921))))
- ((*1 *2)
- (-12 (-5 *2 (-1264 (-644 (-2 (|:| -2876 *3) (|:| -2835 (-1119))))))
- (-5 *1 (-354 *3 *4)) (-4 *3 (-351)) (-14 *4 (-3 (-1171 *3) *2))))
- ((*1 *2)
- (-12 (-5 *2 (-1264 (-644 (-2 (|:| -2876 *3) (|:| -2835 (-1119))))))
- (-5 *1 (-355 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-895))
- (-5 *3
- (-2 (|:| |pde| (-644 (-317 (-225))))
- (|:| |constraints|
- (-644
- (-2 (|:| |start| (-225)) (|:| |finish| (-225))
- (|:| |grid| (-771)) (|:| |boundaryType| (-566))
- (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225))))))
- (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157))
- (|:| |tol| (-225))))
- (-5 *2 (-1035)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
- (-12 (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-689 (-225)))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))))
- (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))
- (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))
- (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
+ (|partial| -12 (-5 *3 (-921)) (-5 *1 (-444 *2))
+ (-4 *2 (-1241 (-566)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-921)) (-5 *4 (-771)) (-5 *1 (-444 *2))
+ (-4 *2 (-1241 (-566)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *1 (-444 *2))
+ (-4 *2 (-1241 (-566)))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *5 (-771))
+ (-5 *1 (-444 *2)) (-4 *2 (-1241 (-566)))))
+ ((*1 *2 *3 *2 *4 *5 *6)
+ (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *5 (-771))
+ (-5 *6 (-112)) (-5 *1 (-444 *2)) (-4 *2 (-1241 (-566)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-420 *2)) (-4 *2 (-1241 *5))
+ (-5 *1 (-446 *5 *2)) (-4 *5 (-1049)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-1157)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
+ (-4 *4 (-1064 *6 *7 *8)) (-5 *2 (-1270))
+ (-5 *1 (-776 *6 *7 *8 *4 *5)) (-4 *5 (-1070 *6 *7 *8 *4)))))
+(((*1 *1) (-5 *1 (-157)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
+ (-12 (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219))
+ (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-793)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850))
- (-5 *2 (-112)) (-5 *1 (-451 *4 *5 *6 *7)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-308))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-449 *4 *5 *6 *2)))))
+ (|partial| -12 (-5 *3 (-689 (-409 (-952 (-566)))))
+ (-5 *2 (-689 (-317 (-566)))) (-5 *1 (-1031)))))
+(((*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331))
+ (-5 *1 (-333)))))
(((*1 *2 *3 *4 *4)
(-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
(-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1290 *5 *6 *7))
+ (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1291 *5 *6 *7))
(-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
(-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1290 *5 *6 *7))
+ (-5 *2 (-644 (-1046 *5 *6))) (-5 *1 (-1291 *5 *6 *7))
(-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
((*1 *2 *3)
(-12 (-5 *3 (-644 (-952 *4)))
(-4 *4 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-1046 *4 *5))) (-5 *1 (-1290 *4 *5 *6))
+ (-5 *2 (-644 (-1046 *4 *5))) (-5 *1 (-1291 *4 *5 *6))
(-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
+ (-14 *4 *3))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1093 (-843 (-381)))) (-5 *2 (-1093 (-843 (-225))))
- (-5 *1 (-306)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-1099))
- (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
- (-5 *1 (-54 *4 *5 *2))
- (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-1000 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *4 (-225))
- (-5 *2
- (-2 (|:| |brans| (-644 (-644 (-943 *4))))
- (|:| |xValues| (-1093 *4)) (|:| |yValues| (-1093 *4))))
- (-5 *1 (-153)) (-5 *3 (-644 (-644 (-943 *4)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-958 (-183 (-139)))) (-5 *1 (-334))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-606)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1049)) (-4 *2 (-687 *4 *5 *6))
- (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1240 *4)) (-4 *5 (-375 *4))
- (-4 *6 (-375 *4)))))
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-771))
+ (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-547))))
+ ((*1 *1 *1) (-4 *1 (-1059))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1049)) (-4 *3 (-1099))
- (-5 *2 (-2 (|:| |val| *1) (|:| -2201 (-566)))) (-4 *1 (-432 *3))))
- ((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |val| (-892 *3)) (|:| -2201 (-892 *3))))
- (-5 *1 (-892 *3)) (-4 *3 (-1099))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
- (-4 *7 (-949 *6 *4 *5))
- (-5 *2 (-2 (|:| |val| *3) (|:| -2201 (-566))))
- (-5 *1 (-950 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $))
- (-15 -2260 (*7 $))))))))
-(((*1 *1) (-5 *1 (-439))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147))
- (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-977 *3 *4 *5 *6)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-506 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3 *4 *3 *4 *4 *4)
- (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
- (-5 *1 (-756)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
- (-14 *5 (-644 (-1175)))
- (-5 *2
- (-644 (-2 (|:| -3149 (-1171 *4)) (|:| -3350 (-644 (-952 *4))))))
- (-5 *1 (-1290 *4 *5 *6)) (-14 *6 (-644 (-1175)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2
- (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5))))))
- (-5 *1 (-1290 *5 *6 *7)) (-5 *3 (-644 (-952 *5)))
- (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2
- (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5))))))
- (-5 *1 (-1290 *5 *6 *7)) (-5 *3 (-644 (-952 *5)))
- (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2
- (-644 (-2 (|:| -3149 (-1171 *5)) (|:| -3350 (-644 (-952 *5))))))
- (-5 *1 (-1290 *5 *6 *7)) (-5 *3 (-644 (-952 *5)))
- (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2
- (-644 (-2 (|:| -3149 (-1171 *4)) (|:| -3350 (-644 (-952 *4))))))
- (-5 *1 (-1290 *4 *5 *6)) (-5 *3 (-644 (-952 *4)))
- (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))))
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4)))
+ (-5 *2 (-2 (|:| |num| (-1265 *4)) (|:| |den| *4))))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1207 *4 *5 *3 *6)) (-4 *4 (-558)) (-4 *5 (-793))
- (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4))))
- ((*1 *2 *3 *3 *3)
- (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1240 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-821)) (-5 *4 (-52)) (-5 *2 (-1269)) (-5 *1 (-831)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 (-771) *2)) (-5 *4 (-771)) (-4 *2 (-1099))
- (-5 *1 (-678 *2))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1 *3 (-771) *3)) (-4 *3 (-1099)) (-5 *1 (-682 *3)))))
-(((*1 *1) (-5 *1 (-225))) ((*1 *1) (-5 *1 (-381))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3))
- (-4 *3 (-1099)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566)))))
- (-4 *5 (-1240 *4)) (-5 *2 (-644 (-2 (|:| -4290 *5) (|:| -1335 *5))))
- (-5 *1 (-807 *4 *5 *3 *6)) (-4 *3 (-656 *5))
- (-4 *6 (-656 (-409 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566)))))
- (-4 *4 (-1240 *5)) (-5 *2 (-644 (-2 (|:| -4290 *4) (|:| -1335 *4))))
- (-5 *1 (-807 *5 *4 *3 *6)) (-4 *3 (-656 *4))
- (-4 *6 (-656 (-409 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566)))))
- (-4 *5 (-1240 *4)) (-5 *2 (-644 (-2 (|:| -4290 *5) (|:| -1335 *5))))
- (-5 *1 (-807 *4 *5 *6 *3)) (-4 *6 (-656 *5))
- (-4 *3 (-656 (-409 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566)))))
- (-4 *4 (-1240 *5)) (-5 *2 (-644 (-2 (|:| -4290 *4) (|:| -1335 *4))))
- (-5 *1 (-807 *5 *4 *6 *3)) (-4 *6 (-656 *4))
- (-4 *3 (-656 (-409 *4))))))
-(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
- (-12 (-5 *4 (-566))
- (-5 *6
- (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381))))
- (-5 *7 (-1 (-1269) (-1264 *5) (-1264 *5) (-381)))
- (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269))
- (-5 *1 (-788))))
- ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
- (-12 (-5 *4 (-566))
- (-5 *6
- (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -3655 (-381))))
- (-5 *7 (-1 (-1269) (-1264 *5) (-1264 *5) (-381)))
- (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269))
- (-5 *1 (-788)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-1200 *3))) (-5 *1 (-1200 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
- (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-225))
- (-5 *7 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-644 (-943 (-225)))))
- (-5 *2 (-644 (-1093 (-225)))) (-5 *1 (-928)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1255 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 *1)) (|has| *1 (-6 -4415)) (-4 *1 (-1010 *3))
- (-4 *3 (-1214)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2)
- (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5)))
- (-5 *2 (-771)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-771)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1099)) (-5 *2 (-644 *1))
- (-4 *1 (-432 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3))
- (-4 *3 (-1099))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
- (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *3))
- (-5 *1 (-950 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $))
- (-15 -2260 (*7 $))))))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-771)) (-4 *4 (-13 (-558) (-147)))
- (-5 *1 (-1234 *4 *2)) (-4 *2 (-1240 *4)))))
+ (-12 (-4 *1 (-976 *4 *5 *6 *3)) (-4 *4 (-1049)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558))
+ (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-308)) (-4 *6 (-375 *5)) (-4 *4 (-375 *5))
+ (-12 (-5 *4 (-1175))
+ (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566))))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4))))
- (-5 *1 (-1123 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-1188 *2)) (-4 *2 (-365)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-59 *3)) (-4 *3 (-1214))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-59 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1099)) (-4 *5 (-1099))
- (-5 *2 (-1 *5)) (-5 *1 (-683 *4 *5)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-4 *2 (-1099))
- (-5 *1 (-889 *4 *2)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 *2))
- (-5 *2 (-381)) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049))
- (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558))
- (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558))
- (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850))
- (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558))
- (-4 *5 (-850)) (-4 *5 (-614 *2)) (-5 *2 (-381))
- (-5 *1 (-785 *5)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-1188 *2)) (-4 *2 (-365)))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-644 (-225))) (-5 *1 (-204)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-308) (-147))) (-4 *4 (-13 (-850) (-614 (-1175))))
- (-4 *5 (-793)) (-5 *1 (-924 *3 *4 *5 *2)) (-4 *2 (-949 *3 *5 *4)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-850)) (-5 *1 (-1185 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-862)))) (-5 *1 (-862))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1141 *3 *4)) (-5 *1 (-993 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-365))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *5))) (-4 *5 (-1049))
- (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *6 (-238 *4 *5))
- (-4 *7 (-238 *3 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-683 *4 *3)) (-4 *4 (-1099))
- (-4 *3 (-1099)))))
-(((*1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |k| (-1175)) (|:| |c| (-1286 *3)))))
- (-5 *1 (-1286 *3)) (-4 *3 (-1049))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |k| *3) (|:| |c| (-1288 *3 *4)))))
- (-5 *1 (-1288 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157))
- (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-27))
- (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *5 (-1240 *4)) (-5 *2 (-644 (-653 (-409 *5))))
- (-5 *1 (-657 *4 *5)) (-5 *3 (-653 (-409 *5))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
- (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1287 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-846)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
-(((*1 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4))
- (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6)))
- (-4 *8 (-344 *5 *6 *7)) (-4 *4 (-13 (-558) (-1038 (-566))))
- (-5 *2 (-2 (|:| -2679 (-771)) (|:| -3204 *8)))
- (-5 *1 (-911 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6))
- (-4 *4 (-1240 (-409 (-566)))) (-4 *5 (-1240 (-409 *4)))
- (-4 *6 (-344 (-409 (-566)) *4 *5))
- (-5 *2 (-2 (|:| -2679 (-771)) (|:| -3204 *6)))
- (-5 *1 (-912 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-819 *3)) (-4 *3 (-850)) (-5 *1 (-672 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1175)) (-4 *5 (-1218)) (-4 *6 (-1240 *5))
- (-4 *7 (-1240 (-409 *6))) (-5 *2 (-644 (-952 *5)))
- (-5 *1 (-343 *4 *5 *6 *7)) (-4 *4 (-344 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1175)) (-4 *1 (-344 *4 *5 *6)) (-4 *4 (-1218))
- (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5))) (-4 *4 (-365))
- (-5 *2 (-644 (-952 *4))))))
-(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-756)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-454))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *5 (-909)) (-5 *1 (-459 *3 *4 *5 *6))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-909)))))
-(((*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199)))))
- ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3 *2)
- (-12 (-4 *1 (-787)) (-5 *2 (-1035))
- (-5 *3
- (-2 (|:| |fn| (-317 (-225)))
- (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))))
- ((*1 *2 *3 *2)
- (-12 (-4 *1 (-787)) (-5 *2 (-1035))
- (-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225)))))))
-(((*1 *2 *2) (-12 (-5 *1 (-961 *2)) (-4 *2 (-547)))))
-(((*1 *2 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-689 *4)) (-5 *3 (-771)) (-4 *4 (-1049))
- (-5 *1 (-690 *4)))))
+ (-2 (|:| |func| *3) (|:| |kers| (-644 (-612 *3)))
+ (|:| |vals| (-644 *3))))
+ (-5 *1 (-278 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
+ (-12 (-5 *3 (-644 (-644 (-644 *4)))) (-5 *2 (-644 (-644 *4)))
+ (-5 *1 (-1186 *4)) (-4 *4 (-850)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))))
+(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-771)) (-4 *5 (-172))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
- (-4 *4 (-172))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
- (-4 *4 (-375 *2))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-1049)) (-4 *1 (-687 *3 *2 *4)) (-4 *2 (-375 *3))
- (-4 *4 (-375 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1141 *2 *3)) (-14 *2 (-771)) (-4 *3 (-1049)))))
+ (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-169 (-225)))) (-5 *2 (-1035))
+ (-5 *1 (-754)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-470)) (-5 *4 (-921)) (-5 *2 (-1270)) (-5 *1 (-1266)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-1232 (-566))))))
(((*1 *2 *2 *3)
(-12 (-5 *2 (-892 *4)) (-5 *3 (-1 (-112) *5)) (-4 *4 (-1099))
- (-4 *5 (-1214)) (-5 *1 (-890 *4 *5))))
+ (-4 *5 (-1215)) (-5 *1 (-890 *4 *5))))
((*1 *2 *2 *3)
(-12 (-5 *2 (-892 *4)) (-5 *3 (-644 (-1 (-112) *5))) (-4 *4 (-1099))
- (-4 *5 (-1214)) (-5 *1 (-890 *4 *5))))
+ (-4 *5 (-1215)) (-5 *1 (-890 *4 *5))))
((*1 *2 *2 *3 *4)
(-12 (-5 *2 (-892 *5)) (-5 *3 (-644 (-1175)))
- (-5 *4 (-1 (-112) (-644 *6))) (-4 *5 (-1099)) (-4 *6 (-1214))
+ (-5 *4 (-1 (-112) (-644 *6))) (-4 *5 (-1099)) (-4 *6 (-1215))
(-5 *1 (-890 *5 *6))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1214)) (-4 *4 (-1099))
+ (-12 (-5 *3 (-1 (-112) *5)) (-4 *5 (-1215)) (-4 *4 (-1099))
(-5 *1 (-937 *4 *2 *5)) (-4 *2 (-432 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 (-1 (-112) *5))) (-4 *5 (-1214)) (-4 *4 (-1099))
+ (-12 (-5 *3 (-644 (-1 (-112) *5))) (-4 *5 (-1215)) (-4 *4 (-1099))
(-5 *1 (-937 *4 *2 *5)) (-4 *2 (-432 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1214))
+ (-12 (-5 *3 (-1175)) (-5 *4 (-1 (-112) *5)) (-4 *5 (-1215))
(-5 *2 (-317 (-566))) (-5 *1 (-938 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-644 (-1 (-112) *5))) (-4 *5 (-1214))
+ (-12 (-5 *3 (-1175)) (-5 *4 (-644 (-1 (-112) *5))) (-4 *5 (-1215))
(-5 *2 (-317 (-566))) (-5 *1 (-938 *5))))
((*1 *1 *1 *2 *3)
(-12 (-5 *2 (-644 (-1175))) (-5 *3 (-1 (-112) (-644 *6)))
(-4 *6 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))) (-4 *4 (-1099))
(-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
(-5 *1 (-1075 *4 *5 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-952 (-381))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-409 (-952 (-381)))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-317 (-381))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-952 (-566))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-409 (-952 (-566)))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-317 (-566))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1175)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 *2))
- (-14 *4 (-644 *2)) (-4 *5 (-389))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-317 *5)) (-4 *5 (-389)) (-5 *1 (-341 *3 *4 *5))
- (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175)))))
- ((*1 *1 *2) (-12 (-5 *2 (-689 (-409 (-952 (-566))))) (-4 *1 (-386))))
- ((*1 *1 *2) (-12 (-5 *2 (-689 (-409 (-952 (-381))))) (-4 *1 (-386))))
- ((*1 *1 *2) (-12 (-5 *2 (-689 (-952 (-566)))) (-4 *1 (-386))))
- ((*1 *1 *2) (-12 (-5 *2 (-689 (-952 (-381)))) (-4 *1 (-386))))
- ((*1 *1 *2) (-12 (-5 *2 (-689 (-317 (-566)))) (-4 *1 (-386))))
- ((*1 *1 *2) (-12 (-5 *2 (-689 (-317 (-381)))) (-4 *1 (-386))))
- ((*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-566)))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-381)))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-952 (-381))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-1264 (-409 (-952 (-566))))) (-4 *1 (-443))))
- ((*1 *1 *2) (-12 (-5 *2 (-1264 (-409 (-952 (-381))))) (-4 *1 (-443))))
- ((*1 *1 *2) (-12 (-5 *2 (-1264 (-952 (-566)))) (-4 *1 (-443))))
- ((*1 *1 *2) (-12 (-5 *2 (-1264 (-952 (-381)))) (-4 *1 (-443))))
- ((*1 *1 *2) (-12 (-5 *2 (-1264 (-317 (-566)))) (-4 *1 (-443))))
- ((*1 *1 *2) (-12 (-5 *2 (-1264 (-317 (-381)))) (-4 *1 (-443))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-3
- (|:| |nia|
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (|:| |mdnia|
- (-2 (|:| |fn| (-317 (-225)))
- (|:| -2821 (-644 (-1093 (-843 (-225)))))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
- (-5 *1 (-769))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
- (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *1 (-808))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-3
- (|:| |noa|
- (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225)))
- (|:| |lb| (-644 (-843 (-225))))
- (|:| |cf| (-644 (-317 (-225))))
- (|:| |ub| (-644 (-843 (-225))))))
- (|:| |lsa|
- (-2 (|:| |lfn| (-644 (-317 (-225))))
- (|:| -3289 (-644 (-225)))))))
- (-5 *1 (-841))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| |pde| (-644 (-317 (-225))))
- (|:| |constraints|
- (-644
- (-2 (|:| |start| (-225)) (|:| |finish| (-225))
- (|:| |grid| (-771)) (|:| |boundaryType| (-566))
- (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225))))))
- (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157))
- (|:| |tol| (-225))))
- (-5 *1 (-898))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *1 (-976 *3 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-1038 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2)
- (-2768
- (-12 (-5 *2 (-952 *3))
- (-12 (-2404 (-4 *3 (-38 (-409 (-566)))))
- (-2404 (-4 *3 (-38 (-566)))) (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
- (-4 *5 (-850)))
- (-12 (-5 *2 (-952 *3))
- (-12 (-2404 (-4 *3 (-547))) (-2404 (-4 *3 (-38 (-409 (-566)))))
- (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
- (-4 *5 (-850)))
- (-12 (-5 *2 (-952 *3))
- (-12 (-2404 (-4 *3 (-992 (-566)))) (-4 *3 (-38 (-409 (-566))))
- (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
- (-4 *5 (-850)))))
- ((*1 *1 *2)
- (-2768
- (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
- (-12 (-2404 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566)))
- (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))
- (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5))
- (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))) (-4 *3 (-1049))
- (-4 *4 (-793)) (-4 *5 (-850)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-803)))))
-(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-548))))))
-(((*1 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131))
- (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 *4))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| -2397 *3) (|:| -4325 *4))))
- (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
- (-5 *2 (-1155 (-2 (|:| |k| *4) (|:| |c| *3)))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-1131 *4 *2))
- (-4 *2 (-13 (-604 (-566) *4) (-10 -7 (-6 -4414) (-6 -4415))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-850)) (-4 *3 (-1214)) (-5 *1 (-1131 *3 *2))
- (-4 *2 (-13 (-604 (-566) *3) (-10 -7 (-6 -4414) (-6 -4415)))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
- (-5 *2
- (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566))
- (|:| |success| (-112))))
- (-5 *1 (-789)) (-5 *5 (-566)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-750)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *2 (-558)) (-5 *1 (-969 *2 *4))
+ (-4 *4 (-1241 *2)))))
+(((*1 *1) (-5 *1 (-130))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-365) (-303)
+ (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $))
+ (-15 -2507 ((-1124 *3 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *3 (-612 $))))))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5))
+ (-14 *3 (-566)) (-14 *4 (-771)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1093 (-843 (-381)))) (-5 *2 (-1093 (-843 (-225))))
+ (-5 *1 (-306)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1791 *9))))
+ (-5 *4 (-771)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-1270))
+ (-5 *1 (-1068 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1791 *9))))
+ (-5 *4 (-771)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-1270))
+ (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *2 (-13 (-432 *4) (-1002) (-1200)))
+ (-5 *1 (-600 *4 *2 *3))
+ (-4 *3 (-13 (-432 (-169 *4)) (-1002) (-1200))))))
+(((*1 *2 *1) (-12 (-4 *1 (-370)) (-5 *2 (-921))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *4)) (-4 *4 (-351)) (-5 *2 (-921))
+ (-5 *1 (-530 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-308))
+ (-5 *2 (-771)) (-5 *1 (-457 *5 *3)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-644 (-689 *6))) (-5 *4 (-112)) (-5 *5 (-566))
+ (-5 *2 (-689 *6)) (-5 *1 (-1029 *6)) (-4 *6 (-365)) (-4 *6 (-1049))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 (-689 *4))) (-5 *2 (-689 *4)) (-5 *1 (-1029 *4))
+ (-4 *4 (-365)) (-4 *4 (-1049))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-566)) (-5 *2 (-689 *5))
+ (-5 *1 (-1029 *5)) (-4 *5 (-365)) (-4 *5 (-1049)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793))
- (-5 *2
- (-2 (|:| |mval| (-689 *4)) (|:| |invmval| (-689 *4))
- (|:| |genIdeal| (-506 *4 *5 *6 *7))))
- (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))))
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
+ (-5 *2 (-689 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
(((*1 *1 *1)
(-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002)))
- (-5 *1 (-176 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-312))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-1049)))))
+(((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1175)) (-5 *1 (-675 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-1099))
+ (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
+ (-5 *1 (-54 *4 *5 *2))
+ (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4)))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-558)) (-4 *3 (-1049))
+ (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-852 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-558)) (-4 *5 (-1049))
+ (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-853 *5 *3))
+ (-4 *3 (-852 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-5 *1 (-439)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-644 *3)) (-5 *1 (-961 *3)) (-4 *3 (-547)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
+ ((*1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-241)) (-5 *3 (-1157))))
+ ((*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-241))))
+ ((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1163 3 *3)) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
- ((*1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))))
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-1000 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-419 *4)))))
+(((*1 *1) (-5 *1 (-157)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-566)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-420 *2)) (-4 *2 (-558)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1264 *4)) (-4 *4 (-639 (-566)))
- (-5 *2 (-1264 (-409 (-566)))) (-5 *1 (-1291 *4)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1175))
- (-4 *5 (-13 (-558) (-1038 (-566)) (-147)))
- (-5 *2
- (-2 (|:| -1641 (-409 (-952 *5))) (|:| |coeff| (-409 (-952 *5)))))
- (-5 *1 (-572 *5)) (-5 *3 (-409 (-952 *5))))))
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *5 (-370))
+ (-5 *2 (-771)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
- (-5 *1 (-988 *3 *4 *5 *6 *7))))
+ (-12 (-5 *2 (-644 (-2 (|:| |val| (-644 *6)) (|:| -1791 *7))))
+ (-4 *6 (-1064 *3 *4 *5)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-988 *3 *4 *5 *6 *7))))
((*1 *2 *2)
- (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
- (-5 *1 (-1106 *3 *4 *5 *6 *7)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1141 *3 *4)) (-14 *3 (-921)) (-4 *4 (-365))
- (-5 *1 (-993 *3 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
- (-4 *3 (-13 (-1099) (-34))))))
-(((*1 *1 *2 *2 *3 *1)
- (-12 (-5 *2 (-508)) (-5 *3 (-1103)) (-5 *1 (-292)))))
-(((*1 *2 *3 *3 *3 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-5 *5 (-644 *8))
- (-4 *7 (-850)) (-4 *8 (-1049)) (-4 *9 (-949 *8 *6 *7))
- (-4 *6 (-793)) (-5 *2 (-1171 *8)) (-5 *1 (-322 *6 *7 *8 *9)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+ (-12 (-5 *2 (-644 (-2 (|:| |val| (-644 *6)) (|:| -1791 *7))))
+ (-4 *6 (-1064 *3 *4 *5)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1106 *3 *4 *5 *6 *7)))))
(((*1 *1 *2)
(-12 (-5 *2 (-644 (-1075 *3 *4 *5))) (-4 *3 (-1099))
(-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))
(-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3))))
(-5 *1 (-1076 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
- ((*1 *2 *3) (-12 (-5 *3 (-971)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *6 (-558)) (-4 *2 (-949 *3 *5 *4))
- (-5 *1 (-732 *5 *4 *6 *2)) (-5 *3 (-409 (-952 *6))) (-4 *5 (-793))
- (-4 *4 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))))))
+(((*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))))
+(((*1 *2 *2 *2 *2 *3)
+ (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1241 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-1049)) (-5 *2 (-958 (-712 *3 *4))) (-5 *1 (-712 *3 *4))
- (-4 *4 (-1240 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 *3)) (-4 *3 (-949 *5 *6 *7)) (-4 *5 (-454))
- (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
- (-5 *1 (-451 *5 *6 *7 *3)))))
-(((*1 *1) (-4 *1 (-351))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1240 *5))
- (-4 *5 (-13 (-27) (-432 *4))) (-4 *4 (-13 (-558) (-1038 (-566))))
- (-4 *7 (-1240 (-409 *6))) (-5 *1 (-554 *4 *5 *6 *7 *2))
- (-4 *2 (-344 *5 *6 *7)))))
+ (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-419 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4)))
- (-5 *2 (-1264 *6)) (-5 *1 (-338 *3 *4 *5 *6))
- (-4 *6 (-344 *3 *4 *5)))))
+ (-12 (-4 *3 (-558)) (-4 *3 (-172)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2))
+ (-4 *2 (-687 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2)
+ (-12 (-5 *2 (-1270)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-1099)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-38 (-409 (-566))))
+ (-4 *2 (-172)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-4 *4 (-1215)) (-5 *2 (-112))
+ (-5 *1 (-1155 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-1 (-1155 (-952 *4)) (-1155 (-952 *4))))
+ (-5 *1 (-1273 *4)) (-4 *4 (-365)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-771)) (-4 *5 (-365)) (-5 *2 (-174 *6))
+ (-5 *1 (-867 *5 *4 *6)) (-4 *4 (-1256 *5)) (-4 *6 (-1241 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *3 *4 *5 *3 *6 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-169 (-225))) (-5 *6 (-1157))
+ (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
-(((*1 *1) (-5 *1 (-144))))
-(((*1 *2 *1 *3)
- (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1062)) (-5 *3 (-1157)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-112)) (-5 *5 (-689 (-225)))
- (-5 *2 (-1035)) (-5 *1 (-755)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
- (-4 *3 (-1064 *6 *7 *8))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-1107 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1470 *9))))
- (-5 *5 (-112)) (-4 *8 (-1064 *6 *7 *4)) (-4 *9 (-1070 *6 *7 *4 *8))
- (-4 *6 (-454)) (-4 *7 (-793)) (-4 *4 (-850))
- (-5 *2 (-644 (-2 (|:| |val| *8) (|:| -1470 *9))))
- (-5 *1 (-1107 *6 *7 *4 *8 *9)))))
+ (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331))
+ (-5 *1 (-333)))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *4 (-225))
+ (-5 *2
+ (-2 (|:| |brans| (-644 (-644 (-943 *4))))
+ (|:| |xValues| (-1093 *4)) (|:| |yValues| (-1093 *4))))
+ (-5 *1 (-153)) (-5 *3 (-644 (-644 (-943 *4)))))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566)))))
+ (-4 *3 (-1241 *4)) (-5 *1 (-809 *4 *3 *2 *5)) (-4 *2 (-656 *3))
+ (-4 *5 (-656 (-409 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-409 *5))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1241 *4))
+ (-5 *1 (-809 *4 *5 *2 *6)) (-4 *2 (-656 *5)) (-4 *6 (-656 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4))
+ (-5 *2
+ (-3 (|:| |overq| (-1171 (-409 (-566))))
+ (|:| |overan| (-1171 (-48))) (|:| -2281 (-112))))
+ (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1241 *5)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331))
+ (-5 *1 (-333))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1175)) (-5 *4 (-1091 (-952 (-566)))) (-5 *2 (-331))
+ (-5 *1 (-333))))
+ ((*1 *1 *2 *2 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-675 *3)) (-4 *3 (-1049))
+ (-4 *3 (-1099)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1171 *1)) (-5 *4 (-1175)) (-4 *1 (-27))
- (-5 *2 (-644 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1))))
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-566))
+ (-14 *6 (-771)) (-4 *7 (-172)) (-4 *8 (-172))
+ (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *9)) (-4 *9 (-1049)) (-4 *5 (-850)) (-4 *6 (-793))
+ (-4 *8 (-1049)) (-4 *2 (-949 *9 *7 *5))
+ (-5 *1 (-728 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-793))
+ (-4 *4 (-949 *8 *6 *5)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-644 (-409 *7)))
+ (-4 *7 (-1241 *6)) (-5 *3 (-409 *7)) (-4 *6 (-365))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-576 *6 *7)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3095 *4)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-822)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *3 (-644 (-264)))
+ (-5 *1 (-262))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *1 (-264))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-483 *5 *6))) (-5 *3 (-483 *5 *6))
+ (-14 *5 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-1265 *6))
+ (-5 *1 (-631 *5 *6)))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-438)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-850)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558))
+ (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3))
+ (-4 *2
+ (-13 (-365) (-303)
+ (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $))
+ (-15 -2507 ((-1124 *3 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *3 (-612 $))))))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
+ (-14 *4 (-644 (-1175)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-566)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850)))
+ (-14 *4 (-644 (-1175)))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *2 (-644 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-771)) (-5 *2 (-644 (-1175))) (-5 *1 (-210))
- (-5 *3 (-1175))))
+ (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850))
+ (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-276))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-317 (-225))) (-5 *4 (-771)) (-5 *2 (-644 (-1175)))
- (-5 *1 (-268))))
+ (-12 (-5 *3 (-1171 *8)) (-5 *4 (-644 *6)) (-4 *6 (-850))
+ (-4 *8 (-949 *7 *5 *6)) (-4 *5 (-793)) (-4 *7 (-1049))
+ (-5 *2 (-644 (-771))) (-5 *1 (-322 *5 *6 *7 *8))))
+ ((*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-921))))
((*1 *2 *1)
(-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
- (-5 *2 (-644 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 *3)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
- (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-819 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850))))
+ (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-4 *1 (-472 *3 *2)) (-4 *3 (-172)) (-4 *2 (-23))))
((*1 *2 *1)
- (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
- (-5 *2 (-644 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1264 (-644 (-566)))) (-5 *1 (-482))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3)))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1175)) (-4 *4 (-1049)) (-4 *4 (-1099))
- (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -2201 (-566))))
- (-4 *1 (-432 *4))))
+ (-12 (-4 *3 (-558)) (-5 *2 (-566)) (-5 *1 (-623 *3 *4))
+ (-4 *4 (-1241 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-708 *3)) (-4 *3 (-1049)) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-904 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099))))
((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-114)) (-4 *4 (-1049)) (-4 *4 (-1099))
- (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -2201 (-566))))
- (-4 *1 (-432 *4))))
+ (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-771)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793))
+ (-4 *3 (-850)) (-5 *2 (-771))))
((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1111)) (-4 *3 (-1099))
- (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -2201 (-566))))
- (-4 *1 (-432 *3))))
+ (-12 (-4 *1 (-973 *3 *2 *4)) (-4 *3 (-1049)) (-4 *4 (-850))
+ (-4 *2 (-792))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |val| (-892 *3)) (|:| -2201 (-771))))
- (-5 *1 (-892 *3)) (-4 *3 (-1099))))
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-771))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-2 (|:| |var| *5) (|:| -2201 (-771))))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
- (-4 *7 (-949 *6 *4 *5))
- (-5 *2 (-2 (|:| |var| *5) (|:| -2201 (-566))))
- (-5 *1 (-950 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $))
- (-15 -2260 (*7 $))))))))
-(((*1 *1) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))))
-(((*1 *1 *1) (-4 *1 (-629)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002) (-1199))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *1) (-12 (-5 *2 (-824)) (-5 *1 (-825)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-862)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 (-771))
- (-14 *4 (-771)) (-4 *5 (-172)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-308))))
- ((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-388 *3)) (|:| |rm| (-388 *3))))
- (-5 *1 (-388 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2631 (-771)) (|:| -3264 (-771))))
- (-5 *1 (-771))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1171 *7)) (-5 *3 (-566)) (-4 *7 (-949 *6 *4 *5))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
- (-5 *1 (-322 *4 *5 *6 *7)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1155 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1049))
- (-5 *3 (-409 (-566))) (-5 *1 (-1159 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 (-409 (-566))))
- (-5 *2
- (-644
- (-2 (|:| |outval| *4) (|:| |outmult| (-566))
- (|:| |outvect| (-644 (-689 *4))))))
- (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848))))))
-(((*1 *2 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-1062)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-5 *3 (-1175)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-952 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-29 *3)) (-4 *3 (-558))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-558))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1171 *2)) (-5 *4 (-1175)) (-4 *2 (-432 *5))
- (-5 *1 (-32 *5 *2)) (-4 *5 (-558))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1171 *1)) (-5 *3 (-921)) (-4 *1 (-1012))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-1171 *1)) (-5 *3 (-921)) (-5 *4 (-862))
- (-4 *1 (-1012))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *3 (-921)) (-4 *4 (-13 (-848) (-365)))
- (-4 *1 (-1067 *4 *2)) (-4 *2 (-1240 *4)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2164 (-782 *3)) (|:| |coef2| (-782 *3))))
- (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-2 (|:| -2164 *1) (|:| |coef2| *1)))
- (-4 *1 (-1064 *3 *4 *5)))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-112))
- (-5 *1 (-889 *4 *5)) (-4 *5 (-1099))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-5 *2 (-112))
- (-5 *1 (-890 *5 *3)) (-4 *3 (-1214))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *6)) (-5 *4 (-892 *5)) (-4 *5 (-1099))
- (-4 *6 (-1214)) (-5 *2 (-112)) (-5 *1 (-890 *5 *6)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-744 *3)) (-4 *3 (-172)))))
+ (-12 (-4 *1 (-1227 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1256 *3))
+ (-5 *2 (-566))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1248 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1225 *3))
+ (-5 *2 (-409 (-566)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-833 (-921)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1286 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
+ (-5 *2 (-771)))))
+(((*1 *1 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-627 *2 *3 *4)) (-4 *2 (-850))
+ (-4 *3 (-13 (-172) (-717 (-409 (-566))))) (-14 *4 (-921))))
+ ((*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *1)) (-5 *4 (-1264 *1)) (-4 *1 (-639 *5))
- (-4 *5 (-1049))
- (-5 *2 (-2 (|:| -3361 (-689 *5)) (|:| |vec| (-1264 *5))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-689 *1)) (-4 *1 (-639 *4)) (-4 *4 (-1049))
- (-5 *2 (-689 *4)))))
+ (-12 (-5 *4 (-644 (-644 *8))) (-5 *3 (-644 *8))
+ (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147)))
+ (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-112))
+ (-5 *1 (-924 *5 *6 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-920)) (-5 *2 (-2 (|:| -2651 (-644 *1)) (|:| -2529 *1)))
+ (-5 *3 (-644 *1)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-786)))))
(((*1 *1 *2 *3)
(-12 (-5 *2 (-1175)) (-5 *3 (-644 *1)) (-4 *1 (-432 *4))
(-4 *4 (-1099))))
@@ -1624,506 +483,432 @@
(-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099))))
((*1 *1 *2 *1)
(-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1138))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-366 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-5 *2 (-1157)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
- (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4414)) (-4 *1 (-491 *3)) (-4 *3 (-1214))
- (-4 *3 (-1099)) (-5 *2 (-771))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4414)) (-4 *1 (-491 *4))
- (-4 *4 (-1214)) (-5 *2 (-771)))))
+ (-12 (-5 *2 (-644 *5)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566))
+ (-14 *4 (-771)) (-4 *5 (-172)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1049)) (-4 *2 (-687 *4 *5 *6))
+ (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1241 *4)) (-4 *5 (-375 *4))
+ (-4 *6 (-375 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-943 *4)) (-4 *4 (-1049)) (-5 *1 (-1163 *3 *4))
+ (-14 *3 (-921)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-771)) (-4 *5 (-351)) (-4 *6 (-1241 *5))
+ (-5 *2
+ (-644
+ (-2 (|:| -3781 (-689 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-689 *6)))))
+ (-5 *1 (-500 *5 *6 *7))
+ (-5 *3
+ (-2 (|:| -3781 (-689 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-689 *6))))
+ (-4 *7 (-1241 *6)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-419 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-829)) (-5 *3 (-1157)))))
+(((*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-225)) (-5 *1 (-306)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1148 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))))
(((*1 *2 *2)
(-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3))))
((*1 *2 *3)
(-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-752)))))
+(((*1 *1 *1) (-4 *1 (-558))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))
- (-5 *2 (-644 (-1175))) (-5 *1 (-1075 *3 *4 *5))
- (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147))
- (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-977 *3 *4 *5 *6)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-747)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365))
- (-4 *7 (-1240 (-409 *6)))
- (-5 *2 (-2 (|:| |answer| *3) (|:| -3137 *3)))
- (-5 *1 (-564 *5 *6 *7 *3)) (-4 *3 (-344 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365))
- (-5 *2
- (-2 (|:| |answer| (-409 *6)) (|:| -3137 (-409 *6))
- (|:| |specpart| (-409 *6)) (|:| |polypart| *6)))
- (-5 *1 (-565 *5 *6)) (-5 *3 (-409 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470)))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-874))
- (-5 *5 (-921)) (-5 *6 (-644 (-264))) (-5 *2 (-470)) (-5 *1 (-1268))))
+ (-12 (-4 *3 (-233)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4))
+ (-4 *6 (-793)) (-5 *2 (-1 *1 (-771))) (-4 *1 (-254 *3 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-470))
- (-5 *1 (-1268))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-644 (-264)))
- (-5 *2 (-470)) (-5 *1 (-1268)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-594 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-1119)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558))
- (-4 *3 (-949 *7 *5 *6))
- (-5 *2
- (-2 (|:| -2201 (-771)) (|:| -2397 *3) (|:| |radicand| (-644 *3))))
- (-5 *1 (-953 *5 *6 *7 *3 *8)) (-5 *4 (-771))
- (-4 *8
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *3)) (-15 -2248 (*3 $)) (-15 -2260 (*3 $))))))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-903 *3)) (-4 *3 (-1099)) (-5 *2 (-1101 *3))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1099)) (-5 *2 (-1101 (-644 *4))) (-5 *1 (-904 *4))
- (-5 *3 (-644 *4))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1099)) (-5 *2 (-1101 (-1101 *4))) (-5 *1 (-904 *4))
- (-5 *3 (-1101 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *2 (-1101 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
-(((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-165 *3 *2)) (-4 *3 (-166 *2))))
+ (-12 (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793))
+ (-5 *2 (-1 *1 (-771))) (-4 *1 (-254 *4 *3 *5 *6))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-267 *2)) (-4 *2 (-850)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1049)) (-4 *3 (-1099))
+ (-5 *2 (-2 (|:| |val| *1) (|:| -3388 (-566)))) (-4 *1 (-432 *3))))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| |val| (-892 *3)) (|:| -3388 (-892 *3))))
+ (-5 *1 (-892 *3)) (-4 *3 (-1099))))
((*1 *2 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *2 *4)) (-4 *4 (-1240 *2))
- (-4 *2 (-172))))
- ((*1 *2)
- (-12 (-4 *4 (-1240 *2)) (-4 *2 (-172)) (-5 *1 (-410 *3 *2 *4))
- (-4 *3 (-411 *2 *4))))
- ((*1 *2) (-12 (-4 *1 (-411 *2 *3)) (-4 *3 (-1240 *2)) (-4 *2 (-172))))
- ((*1 *2)
- (-12 (-4 *3 (-1240 *2)) (-5 *2 (-566)) (-5 *1 (-768 *3 *4))
- (-4 *4 (-411 *2 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850)) (-4 *3 (-172))))
+ (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
+ (-4 *7 (-949 *6 *4 *5))
+ (-5 *2 (-2 (|:| |val| *3) (|:| -3388 (-566))))
+ (-5 *1 (-950 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $))
+ (-15 -2507 (*7 $))))))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1227 *3 *2)) (-4 *3 (-1049))
+ (-4 *2 (-1256 *3)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
+ (-12 (-5 *4 (-689 (-566))) (-5 *5 (-112)) (-5 *7 (-689 (-225)))
+ (-5 *3 (-566)) (-5 *6 (-225)) (-5 *2 (-1035)) (-5 *1 (-754)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5))
+ (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793)) (-5 *2 (-112)) (-5 *1 (-924 *4 *5 *6 *7))))
((*1 *2 *3)
- (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1240 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-172)))))
+ (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-308) (-147)))
+ (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-112))
+ (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-508)) (-5 *1 (-281)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1099) (-1038 *5)))
+ (-4 *5 (-886 *4)) (-4 *4 (-1099)) (-5 *2 (-1 (-112) *5))
+ (-5 *1 (-931 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-644 (-1171 *5))) (-5 *3 (-1171 *5))
- (-4 *5 (-166 *4)) (-4 *4 (-547)) (-5 *1 (-149 *4 *5))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-644 *3)) (-4 *3 (-1240 *5))
- (-4 *5 (-1240 *4)) (-4 *4 (-351)) (-5 *1 (-360 *4 *5 *3))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-644 (-1171 (-566)))) (-5 *3 (-1171 (-566)))
- (-5 *1 (-574))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-644 (-1171 *1))) (-5 *3 (-1171 *1))
- (-4 *1 (-909)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1175)) (-5 *6 (-644 (-612 *3)))
- (-5 *5 (-612 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *7)))
- (-4 *7 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3)))
- (-5 *1 (-559 *7 *3)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+(((*1 *1) (-5 *1 (-439))))
+(((*1 *2 *3 *4 *4 *3)
(-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-751)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1195)))))
-(((*1 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-448)) (-5 *3 (-566)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-921)) (-5 *1 (-152 *3 *4 *5)) (-14 *3 *2)
- (-4 *4 (-365)) (-14 *5 (-993 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-183 (-139)))) (-5 *1 (-140)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
- (-14 *4 *2))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))))
+ (-5 *1 (-747)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-566)) (-5 *2 (-644 (-2 (|:| -3846 *3) (|:| -4297 *4))))
+ (-5 *1 (-696 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-470)) (-5 *3 (-644 (-264))) (-5 *1 (-1266))))
+ ((*1 *1 *1) (-5 *1 (-1266))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1241 *4)) (-5 *2 (-689 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-4 *5 (-1241 *4)) (-5 *2 (-689 *4))
+ (-5 *1 (-410 *3 *4 *5)) (-4 *3 (-411 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3))
+ (-5 *2 (-689 *3)))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-782 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-963 *3 *2)) (-4 *2 (-131)) (-4 *3 (-558))
+ (-4 *3 (-1049)) (-4 *2 (-792))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-1171 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-971)) (-4 *2 (-131)) (-5 *1 (-1177 *3)) (-4 *3 (-558))
+ (-4 *3 (-1049))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-1238 *4 *3)) (-14 *4 (-1175))
+ (-4 *3 (-1049)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 (-247 *4 *5))) (-5 *2 (-247 *4 *5))
- (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-631 *4 *5)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-771)) (-4 *4 (-308)) (-4 *6 (-1241 *4))
+ (-5 *2 (-1265 (-644 *6))) (-5 *1 (-457 *4 *6)) (-5 *5 (-644 *6)))))
(((*1 *2)
- (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-909))
- (-5 *1 (-459 *3 *4 *2 *5)) (-4 *5 (-949 *2 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-909))
- (-5 *1 (-906 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4))))
- ((*1 *2) (-12 (-4 *2 (-909)) (-5 *1 (-907 *2 *3)) (-4 *3 (-1240 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454))
- (-14 *6 (-644 (-1175)))
- (-5 *2
- (-644 (-1145 *5 (-533 (-864 *6)) (-864 *6) (-780 *5 (-864 *6)))))
- (-5 *1 (-628 *5 *6)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-644
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225)))))
- (-5 *1 (-561))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-610 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-5 *2 (-644 *3))))
- ((*1 *2 *1)
- (-12
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147))
+ (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-977 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-112)) (-5 *5 (-1101 (-771))) (-5 *6 (-771))
(-5 *2
- (-644
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
- (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225)))))
- (-5 *1 (-803)))))
-(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-604 *2 *3)) (-4 *3 (-1214)) (-4 *2 (-1099))
- (-4 *2 (-850)))))
-(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ (-2 (|:| |contp| (-566))
+ (|:| -2430 (-644 (-2 (|:| |irr| *3) (|:| -2510 (-566)))))))
+ (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-241))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-838))) (-5 *1 (-140)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-175))) (-5 *1 (-1084)))))
-(((*1 *1) (-5 *1 (-331))))
-(((*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1214)))))
+ (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1270)) (-5 *1 (-241)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927))
+ (-5 *1 (-925 *3)) (-4 *3 (-614 (-538)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175)) (-5 *2 (-927)) (-5 *1 (-925 *3))
+ (-4 *3 (-614 (-538)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-927))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-927)))))
+(((*1 *2 *1)
+ (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172))
+ (-4 *5 (-238 (-4142 *3) (-771)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1351 *2) (|:| -3388 *5))
+ (-2 (|:| -1351 *2) (|:| -3388 *5))))
+ (-4 *2 (-850)) (-5 *1 (-463 *3 *4 *2 *5 *6 *7))
+ (-4 *7 (-949 *4 *5 (-864 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1192 *4 *5))
+ (-4 *4 (-1099)) (-4 *5 (-1099)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-644 (-644 (-943 (-225)))))))
- ((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-644 (-644 (-943 (-225))))))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-38 (-409 (-566))))
- (-4 *2 (-172)))))
-(((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-365) (-1199) (-1002))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850))
- (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-644 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-1240 *4)) (-4 *4 (-1049))
- (-5 *2 (-1264 *4)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
+ (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
+ (-4 *7 (-992 *4)) (-4 *2 (-687 *7 *8 *9))
+ (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-687 *4 *5 *6))
+ (-4 *8 (-375 *7)) (-4 *9 (-375 *7))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049))
+ (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-365))))
+ ((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-365)) (-4 *3 (-172)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2))
+ (-4 *2 (-687 *3 *4 *5))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-689 *2)) (-4 *2 (-365)) (-4 *2 (-1049))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1122 *2 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-238 *2 *3)) (-4 *5 (-238 *2 *3)) (-4 *3 (-365))))
+ ((*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-1186 *3)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *6 (-921)) (-4 *5 (-308)) (-4 *3 (-1241 *5))
+ (-5 *2 (-2 (|:| |plist| (-644 *3)) (|:| |modulo| *5)))
+ (-5 *1 (-462 *5 *3)) (-5 *4 (-644 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1185)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-31))))
+ ((*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) ((*1 *1) (-4 *1 (-547)))
+ ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-506 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -3361 (-689 (-409 (-952 *4))))
- (|:| |vec| (-644 (-409 (-952 *4)))) (|:| -2755 (-771))
- (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))
- (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793))
+ (-12 (-5 *3 (-1265 (-317 (-225))))
(-5 *2
- (-2 (|:| |partsol| (-1264 (-409 (-952 *4))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *4)))))))
- (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))))
-(((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-1265))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1265))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1265))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-1266))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1266))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1266)))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-751)))))
+ (-2 (|:| |additions| (-566)) (|:| |multiplications| (-566))
+ (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566))))
+ (-5 *1 (-306)))))
+(((*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1157))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-112))
+ (-5 *1 (-224 *4 *5)) (-4 *5 (-13 (-1200) (-29 *4))))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-508)) (-5 *1 (-281))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-3 (-566) (-225) (-508) (-1157) (-1180)))
+ (-5 *1 (-1180)))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-774)) (-5 *1 (-114))))
+ ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-774)) (-5 *1 (-114)))))
+(((*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1268)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-225) (-225) (-225)))
- (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined"))
- (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225)))
- (-5 *1 (-697))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-225)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697))))
- ((*1 *2 *2 *3 *4 *4 *5)
- (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-1 (-943 (-225)) (-225) (-225)))
- (-5 *4 (-1093 (-225))) (-5 *5 (-644 (-264))) (-5 *1 (-697)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-771))) (-5 *3 (-112)) (-5 *1 (-1163 *4 *5))
- (-14 *4 (-921)) (-4 *5 (-1049)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *2 *2 *5)
- (|partial| -12 (-5 *2 (-843 *4)) (-5 *3 (-612 *4)) (-5 *5 (-112))
- (-4 *4 (-13 (-1199) (-29 *6)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-224 *6 *4)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2))
- (-4 *2 (-1240 *4)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-644 *5)) (-5 *4 (-566)) (-4 *5 (-848)) (-4 *5 (-365))
- (-5 *2 (-771)) (-5 *1 (-945 *5 *6)) (-4 *6 (-1240 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1157)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
- ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-264))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3))))
- ((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-566)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-308))
- (-4 *9 (-949 *8 *6 *7))
- (-5 *2 (-2 (|:| -3877 (-1171 *9)) (|:| |polval| (-1171 *8))))
- (-5 *1 (-742 *6 *7 *8 *9)) (-5 *3 (-1171 *9)) (-5 *4 (-1171 *8)))))
-(((*1 *2 *2 *3)
- (|partial| -12
- (-5 *3 (-644 (-2 (|:| |func| *2) (|:| |pole| (-112)))))
- (-4 *2 (-13 (-432 *4) (-1002))) (-4 *4 (-558))
- (-5 *1 (-277 *4 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-681))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-970))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-1072))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-1117)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-644 (-1171 *7))) (-5 *3 (-1171 *7))
+ (-4 *7 (-949 *5 *6 *4)) (-4 *5 (-909)) (-4 *6 (-793))
+ (-4 *4 (-850)) (-5 *1 (-906 *5 *6 *4 *7)))))
+(((*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049))
+ (-5 *2
+ (-2 (|:| -1944 (-771)) (|:| |curves| (-771))
+ (|:| |polygons| (-771)) (|:| |constructs| (-771)))))))
+(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-751)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-419 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 (-943 *4))) (-4 *1 (-1133 *4)) (-4 *4 (-1049))
+ (-5 *2 (-771)))))
+(((*1 *2 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-1006)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1207 *2 *3 *4 *5)) (-4 *2 (-558)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *5 (-1064 *2 *3 *4)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-169 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
- (-5 *1 (-758)))))
-(((*1 *1) (-5 *1 (-580))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1240 *6))
- (-4 *6 (-13 (-27) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566))))
- (-4 *8 (-1240 (-409 *7))) (-5 *2 (-587 *3))
- (-5 *1 (-554 *5 *6 *7 *8 *3)) (-4 *3 (-344 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-612 *1)) (-4 *1 (-303)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-921)) (-5 *2 (-1171 *3)) (-5 *1 (-1188 *3))
- (-4 *3 (-365)))))
+ (-12 (-5 *4 (-1 *5 *5))
+ (-4 *5 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2
+ (-2 (|:| |solns| (-644 *5))
+ (|:| |maps| (-644 (-2 (|:| |arg| *5) (|:| |res| *5))))))
+ (-5 *1 (-1127 *3 *5)) (-4 *3 (-1241 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-308)) (-4 *3 (-992 *2)) (-4 *4 (-1241 *3))
+ (-5 *1 (-415 *2 *3 *4 *5)) (-4 *5 (-13 (-411 *3 *4) (-1038 *3))))))
+(((*1 *2 *3 *4 *3 *4 *4 *4)
+ (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
+ (-5 *1 (-756)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-974)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225)))
+ (-5 *2 (-1035)) (-5 *1 (-747)))))
+(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-144)))
+ ((*1 *1 *1) (-4 *1 (-1143))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-771)) (-4 *4 (-13 (-558) (-147)))
+ (-5 *1 (-1235 *4 *2)) (-4 *2 (-1241 *4)))))
+(((*1 *2 *3 *2)
+ (|partial| -12 (-5 *2 (-1265 *4)) (-5 *3 (-689 *4)) (-4 *4 (-365))
+ (-5 *1 (-667 *4))))
+ ((*1 *2 *3 *2)
+ (|partial| -12 (-4 *4 (-365))
+ (-4 *5 (-13 (-375 *4) (-10 -7 (-6 -4416))))
+ (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4416))))
+ (-5 *1 (-668 *4 *5 *2 *3)) (-4 *3 (-687 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *4 (-644 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-365))
+ (-5 *1 (-814 *2 *3)) (-4 *3 (-656 *2))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-420 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157))
+ (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-1177 (-409 (-566))))
+ (-5 *1 (-190)))))
(((*1 *2 *3)
- (-12 (-4 *2 (-1240 *4)) (-5 *1 (-809 *4 *2 *3 *5))
- (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2))
- (-4 *5 (-656 (-409 *2))))))
-(((*1 *1 *1 *1) (-5 *1 (-225)))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040))))
- ((*1 *1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-555)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558))
- (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3))
- (-4 *2
- (-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $))
- (-15 -2260 ((-1124 *3 (-612 $)) $))
- (-15 -3152 ($ (-1124 *3 (-612 $))))))))))
-(((*1 *1) (-5 *1 (-1062))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1175)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-702 *3 *5 *6 *7))
- (-4 *3 (-614 (-538))) (-4 *5 (-1214)) (-4 *6 (-1214))
- (-4 *7 (-1214))))
+ (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
+ (-14 *5 (-644 (-1175)))
+ (-5 *2
+ (-644 (-2 (|:| -1356 (-1171 *4)) (|:| -2702 (-644 (-952 *4))))))
+ (-5 *1 (-1291 *4 *5 *6)) (-14 *6 (-644 (-1175)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
+ (-5 *2
+ (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5))))))
+ (-5 *1 (-1291 *5 *6 *7)) (-5 *3 (-644 (-952 *5)))
+ (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
+ (-5 *2
+ (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5))))))
+ (-5 *1 (-1291 *5 *6 *7)) (-5 *3 (-644 (-952 *5)))
+ (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *3 *5 *6))
- (-4 *3 (-614 (-538))) (-4 *5 (-1214)) (-4 *6 (-1214)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-538)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7))
- (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1))
- (-4 *1 (-1070 *4 *5 *6 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *1 *1) (-4 *1 (-495)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1160 *3))))
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
+ (-5 *2
+ (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5))))))
+ (-5 *1 (-1291 *5 *6 *7)) (-5 *3 (-644 (-952 *5)))
+ (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
+ (-5 *2
+ (-644 (-2 (|:| -1356 (-1171 *4)) (|:| -2702 (-644 (-952 *4))))))
+ (-5 *1 (-1291 *4 *5 *6)) (-5 *3 (-644 (-952 *4)))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))))
+(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1161 *3)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-381)) (-5 *1 (-1062)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2164 *3)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))))
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *1 *1) (-4 *1 (-1138))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-566))) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-558)) (-4 *8 (-949 *7 *5 *6))
- (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *9) (|:| |radicand| *9)))
- (-5 *1 (-953 *5 *6 *7 *8 *9)) (-5 *4 (-771))
- (-4 *9
+ (-12 (-4 *7 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558))
+ (-4 *8 (-949 *7 *5 *6))
+ (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *3) (|:| |radicand| *3)))
+ (-5 *1 (-953 *5 *6 *7 *8 *3)) (-5 *4 (-771))
+ (-4 *3
(-13 (-365)
- (-10 -8 (-15 -3152 ($ *8)) (-15 -2248 (*8 $)) (-15 -2260 (*8 $))))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-172))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1285 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-1049)))))
-(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))))
+ (-10 -8 (-15 -1650 ($ *8)) (-15 -2499 (*8 $)) (-15 -2507 (*8 $))))))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))))
+(((*1 *1) (-5 *1 (-1270))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1255 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-1140 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
- (-4 *4 (-13 (-1099) (-34))))))
+ (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2))
+ (-4 *2 (-432 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1091 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558))
+ (-5 *1 (-158 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-160))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *1 *1) (-4 *1 (-495)))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
@@ -2131,37 +916,46 @@
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-409 *4)) (-4 *4 (-1240 *3))
- (-4 *3 (-13 (-365) (-147) (-1038 (-566)))) (-5 *1 (-570 *3 *4)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1240 (-566))) (-5 *1 (-488 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-317 (-225))) (-5 *1 (-268)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793)) (-4 *7 (-949 *4 *6 *5))
+ (-5 *2
+ (-2 (|:| |sysok| (-112)) (|:| |z0| (-644 *7)) (|:| |n0| (-644 *7))))
+ (-5 *1 (-924 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-454) (-147))) (-5 *2 (-420 *3))
+ (-5 *1 (-100 *4 *3)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-13 (-454) (-147)))
+ (-5 *2 (-420 *3)) (-5 *1 (-100 *5 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1208 *4 *5 *3 *6)) (-4 *4 (-558)) (-4 *5 (-793))
+ (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-112)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |k| (-672 *3)) (|:| |c| *4))))
- (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
- (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))))
+ (-12 (-5 *2 (-1101 (-1101 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
(((*1 *2)
- (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *2 (-1269))
- (-5 *1 (-435 *3 *4)) (-4 *4 (-432 *3)))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006))))
- ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-13 (-848) (-365))) (-5 *2 (-112)) (-5 *1 (-1060 *4 *3))
- (-4 *3 (-1240 *4)))))
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1240 (-48))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+ (-12 (-5 *3 (-1265 *4)) (-4 *4 (-639 (-566))) (-5 *2 (-112))
+ (-5 *1 (-1292 *4)))))
+(((*1 *1) (-5 *1 (-331))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-952 *5)) (-4 *5 (-1049)) (-5 *2 (-483 *4 *5))
+ (-5 *1 (-944 *4 *5)) (-14 *4 (-644 (-1175))))))
+(((*1 *1 *1 *1) (-4 *1 (-661))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *1 *1) (-4 *1 (-495)))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
@@ -2169,69 +963,44 @@
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5))
- (-4 *3 (-1240 *4))
- (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))))))
-(((*1 *2 *3) (-12 (-5 *3 (-644 (-52))) (-5 *2 (-1269)) (-5 *1 (-863)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-644 (-1175))) (-14 *5 (-771))
- (-5 *2
- (-644
- (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
- (-247 *4 (-409 (-566))))))
- (-5 *1 (-507 *4 *5))
- (-5 *3
- (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
- (-247 *4 (-409 (-566))))))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2))
- (-4 *3 (-558)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225)))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS))))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP))))
- (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225)))
+ (-5 *2 (-1035)) (-5 *1 (-747)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *4 (-172)) (-4 *5 (-375 *4))
+ (-4 *6 (-375 *4)) (-5 *1 (-688 *4 *5 *6 *2))
+ (-4 *2 (-687 *4 *5 *6)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-381)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
+ ((*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-132)) (-5 *3 (-771)) (-5 *2 (-1270)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-454)) (-4 *4 (-820))
- (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))))
-(((*1 *1 *1 *1) (|partial| -4 *1 (-131))))
-(((*1 *1)
- (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
- (-4 *4 (-172)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-52)))))
-(((*1 *1 *1) (-4 *1 (-35)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1160 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1161 *3)))))
+ (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1241 *3)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-612 *3)) (-5 *5 (-1 (-1171 *3) (-1171 *3)))
+ (-4 *3 (-13 (-27) (-432 *6))) (-4 *6 (-558)) (-5 *2 (-587 *3))
+ (-5 *1 (-553 *6 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1241 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-183 (-249))) (-5 *1 (-248)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
+ (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566)))
+ (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-757)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
- (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *1 *1) (-4 *1 (-495)))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
@@ -2239,119 +1008,72 @@
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5)))
- (-5 *2 (-771)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *4 (-558))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3177 *4)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-558)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2)
- (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-419 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-2 (|:| |deg| (-771)) (|:| -3527 *5))))
- (-4 *5 (-1240 *4)) (-4 *4 (-351)) (-5 *2 (-644 *5))
- (-5 *1 (-216 *4 *5))))
+ (|partial| -12 (-5 *1 (-152 *2 *3 *4)) (-14 *2 (-921)) (-4 *3 (-365))
+ (-14 *4 (-993 *2 *3))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1241 *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 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172))
+ (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
+ (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
+ ((*1 *1 *1) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
+ ((*1 *1) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
+ ((*1 *1 *1) (|partial| -4 *1 (-722)))
+ ((*1 *1 *1) (|partial| -4 *1 (-726)))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-2 (|:| -1624 *5) (|:| -3902 (-566)))))
- (-5 *4 (-566)) (-4 *5 (-1240 *4)) (-5 *2 (-644 *5))
- (-5 *1 (-696 *5)))))
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
+ (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-4 *1 (-1067 *3 *2)) (-4 *3 (-13 (-848) (-365)))
+ (-4 *2 (-1241 *3))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-681))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1117)))))
+(((*1 *1 *1 *1) (-4 *1 (-661))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3))
- (-5 *1 (-742 *5 *4 *6 *3)) (-4 *3 (-949 *6 *5 *4)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-295 *2)) (-4 *2 (-726)) (-4 *2 (-1214)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1267)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-241))))
+ (-12 (-5 *3 (-821)) (-5 *4 (-52)) (-5 *2 (-1270)) (-5 *1 (-831)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-112))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1269)) (-5 *1 (-241)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
- (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
- ((*1 *1 *1) (-4 *1 (-495)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1160 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1161 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-4 *1 (-903 *3)))))
-(((*1 *2)
- (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269))
- (-5 *1 (-1071 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269))
- (-5 *1 (-1107 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-419 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-365)) (-4 *4 (-558)) (-4 *5 (-1240 *4))
- (-5 *2 (-2 (|:| -2426 (-623 *4 *5)) (|:| -4378 (-409 *5))))
- (-5 *1 (-623 *4 *5)) (-5 *3 (-409 *5))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4))
- (-14 *3 (-921)) (-4 *4 (-1049))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-454)) (-4 *3 (-1049))
- (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
- (-4 *1 (-1240 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1099))
- (-5 *2 (-2 (|:| -2397 (-566)) (|:| |var| (-612 *1))))
- (-4 *1 (-432 *3)))))
+ (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-112))
+ (-5 *1 (-359 *4)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-365)) (-4 *3 (-1049))
+ (-5 *1 (-1159 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-656 *3)) (-4 *3 (-1049)) (-4 *3 (-365))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-771)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365))
+ (-5 *1 (-659 *5 *2)) (-4 *2 (-656 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-365))
- (-5 *1 (-523 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2))
- (|has| *2 (-6 (-4416 "*"))) (-4 *2 (-1049))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-172))
- (-5 *1 (-688 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
- (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4416 "*"))) (-4 *2 (-1049)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4414)) (-4 *1 (-151 *2)) (-4 *2 (-1214))
- (-4 *2 (-1099)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-381)) (-5 *1 (-205)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *1 *1)
(-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
(-14 *3 (-644 (-1175))) (-4 *4 (-389))))
@@ -2362,362 +1084,65 @@
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-558)) (-4 *2 (-1049))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1240 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-558))))
- ((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *3 (-1064 *4 *5 *6))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *1))))
- (-4 *1 (-1070 *4 *5 *6 *3)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-751)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454)))
+ (-5 *2
+ (-2
+ (|:| |%term|
+ (-2 (|:| |%coef| (-1250 *4 *5 *6))
+ (|:| |%expon| (-320 *4 *5 *6))
+ (|:| |%expTerms|
+ (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| *4))))))
+ (|:| |%type| (-1157))))
+ (-5 *1 (-1251 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1200) (-432 *3)))
+ (-14 *5 (-1175)) (-14 *6 *4))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-921)) (-4 *5 (-558)) (-5 *2 (-689 *5))
- (-5 *1 (-956 *5 *3)) (-4 *3 (-656 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
+ (|partial| -12 (-5 *4 (-644 (-409 *6))) (-5 *3 (-409 *6))
+ (-4 *6 (-1241 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566))))
(-5 *2
(-2 (|:| |mainpart| *3)
(|:| |limitedlogs|
(-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-559 *6 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-2 (|:| -1624 *4) (|:| -3902 (-566)))))
- (-4 *4 (-1240 (-566))) (-5 *2 (-737 (-771))) (-5 *1 (-444 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-420 *5)) (-4 *5 (-1240 *4)) (-4 *4 (-1049))
- (-5 *2 (-737 (-771))) (-5 *1 (-446 *4 *5)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
- (-5 *4 (-689 (-1171 *8))) (-4 *5 (-1049)) (-4 *8 (-1049))
- (-4 *6 (-1240 *5)) (-5 *2 (-689 *6)) (-5 *1 (-503 *5 *6 *7 *8))
- (-4 *7 (-1240 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 (-644 *7) *7 (-1171 *7))) (-5 *5 (-1 (-420 *7) *7))
- (-4 *7 (-1240 *6)) (-4 *6 (-13 (-365) (-147) (-1038 (-409 (-566)))))
- (-5 *2 (-644 (-2 (|:| |frac| (-409 *7)) (|:| -3434 *3))))
- (-5 *1 (-809 *6 *7 *3 *8)) (-4 *3 (-656 *7))
- (-4 *8 (-656 (-409 *7)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1240 *5))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2
- (-644 (-2 (|:| |frac| (-409 *6)) (|:| -3434 (-654 *6 (-409 *6))))))
- (-5 *1 (-812 *5 *6)) (-5 *3 (-654 *6 (-409 *6))))))
-(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-647 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *2 (-644 *8)) (-5 *3 (-1 *8 *8 *8))
- (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1207 *5 *6 *7 *8)) (-4 *5 (-558))
- (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1160 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1161 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-303))))
- ((*1 *1 *1) (-4 *1 (-303))) ((*1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157))
- (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-1213))) (-5 *3 (-1213)) (-5 *1 (-681)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-1175))) (-4 *6 (-365))
- (-5 *2 (-644 (-295 (-952 *6)))) (-5 *1 (-540 *5 *6 *7))
- (-4 *5 (-454)) (-4 *7 (-13 (-365) (-848))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-689 (-317 (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-1266))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-112)) (-5 *5 (-689 (-169 (-225))))
- (-5 *2 (-1035)) (-5 *1 (-755)))))
-(((*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199)))))
- ((*1 *1 *1 *1) (-4 *1 (-793))))
-(((*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
- ((*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
- ((*1 *1 *1) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1207 *2 *3 *4 *5)) (-4 *2 (-558))
- (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-1064 *2 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1252 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-538)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1160 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1161 *3)))))
-(((*1 *1) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *1) (-5 *1 (-157)))
- ((*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
-(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-547))))
- ((*1 *1 *1) (-4 *1 (-1059))))
-(((*1 *1) (-5 *1 (-130))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-644 (-689 *6))) (-5 *4 (-112)) (-5 *5 (-566))
- (-5 *2 (-689 *6)) (-5 *1 (-1029 *6)) (-4 *6 (-365)) (-4 *6 (-1049))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 (-689 *4))) (-5 *2 (-689 *4)) (-5 *1 (-1029 *4))
- (-4 *4 (-365)) (-4 *4 (-1049))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-566)) (-5 *2 (-689 *5))
- (-5 *1 (-1029 *5)) (-4 *5 (-365)) (-4 *5 (-1049)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-5 *1 (-439)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *5 (-370))
- (-5 *2 (-771)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-604 *3 *2)) (-4 *3 (-1099)) (-4 *3 (-850))
- (-4 *2 (-1214))))
- ((*1 *2 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
- ((*1 *2 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1214)) (-5 *1 (-873 *2 *3)) (-4 *3 (-1214))))
- ((*1 *2 *1) (-12 (-5 *2 (-672 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1252 *3)) (-4 *3 (-1214))))
- ((*1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *1) (-5 *1 (-1269))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-3 (|:| |nullBranch| "null")
- (|:| |assignmentBranch|
- (-2 (|:| |var| (-1175))
- (|:| |arrayIndex| (-644 (-952 (-566))))
- (|:| |rand|
- (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862))))))
- (|:| |arrayAssignmentBranch|
- (-2 (|:| |var| (-1175)) (|:| |rand| (-862))
- (|:| |ints2Floats?| (-112))))
- (|:| |conditionalBranch|
- (-2 (|:| |switch| (-1174)) (|:| |thenClause| (-331))
- (|:| |elseClause| (-331))))
- (|:| |returnBranch|
- (-2 (|:| -2872 (-112))
- (|:| -2876
- (-2 (|:| |ints2Floats?| (-112)) (|:| -4308 (-862))))))
- (|:| |blockBranch| (-644 (-331)))
- (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157))
- (|:| |forBranch|
- (-2 (|:| -2821 (-1091 (-952 (-566))))
- (|:| |span| (-952 (-566))) (|:| -1377 (-331))))
- (|:| |labelBranch| (-1119))
- (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -1377 (-331))))
- (|:| |commonBranch|
- (-2 (|:| -1368 (-1175)) (|:| |contents| (-644 (-1175)))))
- (|:| |printBranch| (-644 (-862)))))
- (-5 *1 (-331)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1160 *3))))
+ (-5 *1 (-570 *5 *6)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 (-771) *2)) (-5 *4 (-771)) (-4 *2 (-1099))
+ (-5 *1 (-678 *2))))
((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1161 *3)))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199))))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
- (-14 *4 (-644 (-1175)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-566)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850)))
- (-14 *4 (-644 (-1175)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850))
- (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-276))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1171 *8)) (-5 *4 (-644 *6)) (-4 *6 (-850))
- (-4 *8 (-949 *7 *5 *6)) (-4 *5 (-793)) (-4 *7 (-1049))
- (-5 *2 (-644 (-771))) (-5 *1 (-322 *5 *6 *7 *8))))
- ((*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-921))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
- (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-4 *1 (-472 *3 *2)) (-4 *3 (-172)) (-4 *2 (-23))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-558)) (-5 *2 (-566)) (-5 *1 (-623 *3 *4))
- (-4 *4 (-1240 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-708 *3)) (-4 *3 (-1049)) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-904 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-771)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793))
- (-4 *3 (-850)) (-5 *2 (-771))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-973 *3 *2 *4)) (-4 *3 (-1049)) (-4 *4 (-850))
- (-4 *2 (-792))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-771))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1226 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1255 *3))
- (-5 *2 (-566))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1247 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1224 *3))
- (-5 *2 (-409 (-566)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-833 (-921)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1285 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
- (-5 *2 (-771)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-829)) (-5 *3 (-1157)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1240 *4)) (-5 *2 (-689 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-4 *5 (-1240 *4)) (-5 *2 (-689 *4))
- (-5 *1 (-410 *3 *4 *5)) (-4 *3 (-411 *4 *5))))
- ((*1 *2)
- (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3))
- (-5 *2 (-689 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927))
- (-5 *1 (-925 *3)) (-4 *3 (-614 (-538)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175)) (-5 *2 (-927)) (-5 *1 (-925 *3))
- (-4 *3 (-614 (-538)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-927))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-927)))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1214))
- (-4 *4 (-375 *2)) (-4 *5 (-375 *2))))
- ((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-289 *3 *2)) (-4 *3 (-1099))
- (-4 *2 (-1214)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-508)) (-5 *1 (-281))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-3 (-566) (-225) (-508) (-1157) (-1180)))
- (-5 *1 (-1180)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 (-943 *4))) (-4 *1 (-1133 *4)) (-4 *4 (-1049))
- (-5 *2 (-771)))))
-(((*1 *2 *3 *2)
- (|partial| -12 (-5 *2 (-1264 *4)) (-5 *3 (-689 *4)) (-4 *4 (-365))
- (-5 *1 (-667 *4))))
- ((*1 *2 *3 *2)
- (|partial| -12 (-4 *4 (-365))
- (-4 *5 (-13 (-375 *4) (-10 -7 (-6 -4415))))
- (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4415))))
- (-5 *1 (-668 *4 *5 *2 *3)) (-4 *3 (-687 *4 *5 *2))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *4 (-644 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-365))
- (-5 *1 (-814 *2 *3)) (-4 *3 (-656 *2))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))))
+ (-12 (-5 *2 (-1 *3 (-771) *3)) (-4 *3 (-1099)) (-5 *1 (-682 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-303)) (-4 *2 (-1215))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-612 *1))) (-5 *3 (-644 *1)) (-4 *1 (-303))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-295 *1))) (-4 *1 (-303))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-295 *1)) (-4 *1 (-303)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *1 *1) (-4 *1 (-95))) ((*1 *1 *1 *1) (-5 *1 (-225)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
- (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
- ((*1 *1 *1 *1) (-5 *1 (-381)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1160 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1161 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-952 *5)) (-4 *5 (-1049)) (-5 *2 (-483 *4 *5))
- (-5 *1 (-944 *4 *5)) (-14 *4 (-644 (-1175))))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-656 *3)) (-4 *3 (-1049)) (-4 *3 (-365))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-771)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365))
- (-5 *1 (-659 *5 *2)) (-4 *2 (-656 *5)))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1214))))
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-771)) (-5 *1 (-588 *2)) (-4 *2 (-547))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -4249 *3) (|:| -3388 (-771)))) (-5 *1 (-588 *3))
+ (-4 *3 (-547)))))
+(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-551))))))
+(((*1 *2 *1) (-12 (-5 *1 (-1210 *2)) (-4 *2 (-974)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1215))))
((*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-850))))
((*1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-850))))
((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-566)) (-4 *1 (-283 *3)) (-4 *3 (-1214))))
+ (-12 (-5 *2 (-566)) (-4 *1 (-283 *3)) (-4 *3 (-1215))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-283 *2)) (-4 *2 (-1214))))
+ (-12 (-5 *3 (-566)) (-4 *1 (-283 *2)) (-4 *2 (-1215))))
((*1 *1 *2)
(-12
(-5 *2
(-2
- (|:| -2674
+ (|:| -2334
(-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
- (|:| -2636
+ (|:| -2303
(-2
(|:| |endPointContinuity|
(-3 (|:| |continuous| "Continuous at the end points")
@@ -2733,7 +1158,7 @@
(-3 (|:| |str| (-1155 (-225)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -2821
+ (|:| -3274
(-3 (|:| |finite| "The range is finite")
(|:| |lowerInfinite|
"The bottom of range is infinite")
@@ -2748,217 +1173,111 @@
(-12
(-5 *2
(-2
- (|:| -2674
+ (|:| -2334
(-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
(|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
(|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (|:| -2636
+ (|:| -2303
(-2 (|:| |stiffness| (-381)) (|:| |stability| (-381))
(|:| |expense| (-381)) (|:| |accuracy| (-381))
(|:| |intermediateResults| (-381))))))
(-5 *1 (-803))))
((*1 *2 *3 *4)
- (-12 (-5 *2 (-1269)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099))
+ (-12 (-5 *2 (-1270)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099))
(-4 *4 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ ((*1 *1 *1) (-4 *1 (-495)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1160 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1161 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850)))
+ (-14 *3 (-644 (-1175)))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-384 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1099))))
+ ((*1 *1 *1)
+ (-12 (-14 *2 (-644 (-1175))) (-4 *3 (-172))
+ (-4 *5 (-238 (-4142 *2) (-771)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1351 *4) (|:| -3388 *5))
+ (-2 (|:| -1351 *4) (|:| -3388 *5))))
+ (-5 *1 (-463 *2 *3 *4 *5 *6 *7)) (-4 *4 (-850))
+ (-4 *7 (-949 *3 *5 (-864 *2)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-511 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-850))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1241 *2))))
+ ((*1 *1 *1) (-12 (-4 *1 (-708 *2)) (-4 *2 (-1049))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-735 *2 *3)) (-4 *3 (-850)) (-4 *2 (-1049))
+ (-4 *3 (-726))))
+ ((*1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1288 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-1155 *7))) (-4 *6 (-850))
+ (-4 *7 (-949 *5 (-533 *6) *6)) (-4 *5 (-1049))
+ (-5 *2 (-1 (-1155 *7) *7)) (-5 *1 (-1125 *5 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-493)))))
+(((*1 *1) (-5 *1 (-225))) ((*1 *1) (-5 *1 (-381))))
+(((*1 *1) (-5 *1 (-439))))
+(((*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-1171 *3)))))
+(((*1 *2 *2 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-689 *3))))
+ (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
+(((*1 *1 *1) (-4 *1 (-661))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454))
(-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6)))
(-5 *1 (-628 *5 *6)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-365)) (-5 *1 (-896 *2 *3))
- (-4 *2 (-1240 *3)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4415)) (-4 *1 (-491 *3))
- (-4 *3 (-1214)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-566)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1269)) (-5 *1 (-1216))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1269)) (-5 *1 (-1216)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-328 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-518 *3 *4))
- (-14 *4 (-566)))))
-(((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))))
-(((*1 *1 *1) (-4 *1 (-95)))
- ((*1 *2 *2)
+(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *1 *1)
(-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
(-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ ((*1 *1 *1) (-4 *1 (-495)))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-566))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035))
- (-5 *1 (-748)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 *4)) (-4 *4 (-351)) (-5 *2 (-1171 *4))
- (-5 *1 (-530 *4)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-761))))
-(((*1 *2)
- (-12 (-5 *2 (-689 (-910 *3))) (-5 *1 (-353 *3 *4)) (-14 *3 (-921))
- (-14 *4 (-921))))
- ((*1 *2)
- (-12 (-5 *2 (-689 *3)) (-5 *1 (-354 *3 *4)) (-4 *3 (-351))
- (-14 *4
- (-3 (-1171 *3)
- (-1264 (-644 (-2 (|:| -2876 *3) (|:| -2835 (-1119)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-689 *3)) (-5 *1 (-355 *3 *4)) (-4 *3 (-351))
- (-14 *4 (-921)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-225)))) (-5 *1 (-926)))))
-(((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-334)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-409 *5)) (-4 *5 (-1240 *4)) (-4 *4 (-558))
- (-4 *4 (-1049)) (-4 *2 (-1255 *4)) (-5 *1 (-1258 *4 *5 *6 *2))
- (-4 *6 (-656 *5)))))
-(((*1 *1)
- (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1214)) (-5 *2 (-771))
- (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131))
- (-5 *2 (-771))))
- ((*1 *2)
- (-12 (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-329 *3 *4))
- (-4 *3 (-330 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-363 *3)) (-4 *3 (-1099))))
- ((*1 *2) (-12 (-4 *1 (-370)) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-388 *3)) (-4 *3 (-1099))))
- ((*1 *2)
- (-12 (-4 *4 (-1099)) (-5 *2 (-771)) (-5 *1 (-426 *3 *4))
- (-4 *3 (-427 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099))
- (-4 *4 (-23)) (-14 *5 *4)))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-4 *5 (-1240 *4)) (-5 *2 (-771))
- (-5 *1 (-723 *3 *4 *5)) (-4 *3 (-724 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-819 *3)) (-4 *3 (-850))))
- ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
- (-4 *3 (-1240 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1269))
- (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1093 (-225)))))
- ((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))))
-(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
- (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566))
- (-5 *2 (-1035)) (-5 *1 (-756)))))
-(((*1 *2 *2 *2 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-612 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175)))
- (-4 *2 (-13 (-432 *5) (-27) (-1199)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *1 (-568 *5 *2 *6)) (-4 *6 (-1099)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1470 *8)))
- (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-988 *4 *5 *6 *7 *8))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1470 *8)))
- (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-1106 *4 *5 *6 *7 *8)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7))))
- (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-1049)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
- (-5 *2
- (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566))
- (|:| |success| (-112))))
- (-5 *1 (-789)) (-5 *5 (-566)))))
-(((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1093 (-225)))))
- ((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-103 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-754)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3))
- (-4 *3 (-1099)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 (-381))) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-470))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-470))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-874)) (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-1200 *3))) (-5 *1 (-1200 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-648 *5)) (-4 *5 (-1049))
- (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-852 *5))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-689 *3)) (-4 *1 (-419 *3)) (-4 *3 (-172))))
- ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049))))
- ((*1 *2 *3 *2 *2 *4 *5)
- (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1049))
- (-5 *1 (-853 *2 *3)) (-4 *3 (-852 *2)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1091 (-952 (-566)))) (-5 *3 (-952 (-566)))
- (-5 *1 (-331))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1091 (-952 (-566)))) (-5 *1 (-331)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1171 *3)) (-4 *3 (-370)) (-4 *1 (-330 *3))
- (-4 *3 (-365)))))
-(((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-771)) (-5 *1 (-213 *4 *2)) (-14 *4 (-921))
- (-4 *2 (-1099)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
+ (-12 (-4 *4 (-558)) (-4 *2 (-13 (-432 (-169 *4)) (-1002) (-1200)))
+ (-5 *1 (-600 *4 *3 *2)) (-4 *3 (-13 (-432 *4) (-1002) (-1200))))))
(((*1 *1 *2 *2 *3)
(-12 (-5 *3 (-644 (-1175))) (-4 *4 (-1099))
(-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
@@ -2968,655 +1287,487 @@
(-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))
(-5 *1 (-1075 *3 *4 *2))
(-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-483 *4 *5))) (-14 *4 (-644 (-1175)))
- (-4 *5 (-454))
- (-5 *2
- (-2 (|:| |gblist| (-644 (-247 *4 *5)))
- (|:| |gvlist| (-644 (-566)))))
- (-5 *1 (-631 *4 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874)))
- (-5 *1 (-470)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175)) (-4 *5 (-365)) (-5 *2 (-644 (-1208 *5)))
- (-5 *1 (-1272 *5)) (-5 *4 (-1208 *5)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-5 *5 (-644 (-644 *8)))
- (-4 *7 (-850)) (-4 *8 (-308)) (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793))
- (-5 *2
- (-2 (|:| |upol| (-1171 *8)) (|:| |Lval| (-644 *8))
- (|:| |Lfact|
- (-644 (-2 (|:| -1624 (-1171 *8)) (|:| -2201 (-566)))))
- (|:| |ctpol| *8)))
- (-5 *1 (-742 *6 *7 *8 *9)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *3 (-1064 *4 *5 *6))
- (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *1))))
- (-4 *1 (-1070 *4 *5 *6 *3)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1214)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-921)) (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))))
- ((*1 *2 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-365))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-372 *2 *3)) (-4 *3 (-1240 *2)) (-4 *2 (-172))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1264 *4)) (-5 *3 (-921)) (-4 *4 (-351))
- (-5 *1 (-530 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
- (-4 *5 (-238 *3 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-771)) (-5 *1 (-1100 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2)
- (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5)))
- (-5 *2 (-644 (-644 *4))) (-5 *1 (-343 *3 *4 *5 *6))
- (-4 *3 (-344 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-4 *3 (-370)) (-5 *2 (-644 (-644 *3))))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-949 *3 *4 *5)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-3 (-409 (-952 *5)) (-1164 (-1175) (-952 *5))))
- (-4 *5 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *5)))))
- (-5 *1 (-293 *5)) (-5 *4 (-689 (-409 (-952 *5)))))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-375 *2))
- (-4 *5 (-375 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-4 *2 (-1099)) (-5 *1 (-213 *4 *2))
- (-14 *4 (-921))))
+ (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *4 (-771))
+ (-5 *2 (-689 (-225))) (-5 *1 (-268)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3))
+ (-4 *3 (-1099)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-103 *3))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1214))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7))
- (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *2 (-644 (-169 *4))) (-5 *1 (-155 *3 *4))
- (-4 *3 (-1240 (-169 (-566)))) (-4 *4 (-13 (-365) (-848)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-169 *4)))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-169 *4)))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1099)))))
+(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34)))
+ ((*1 *1) (-5 *1 (-129)))
+ ((*1 *1)
+ (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
+ (-4 *4 (-172))))
+ ((*1 *1) (-5 *1 (-548))) ((*1 *1) (-5 *1 (-549)))
+ ((*1 *1) (-5 *1 (-550))) ((*1 *1) (-5 *1 (-551)))
+ ((*1 *1) (-4 *1 (-726))) ((*1 *1) (-5 *1 (-1175)))
+ ((*1 *1) (-12 (-5 *1 (-1181 *2)) (-14 *2 (-921))))
+ ((*1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921))))
+ ((*1 *1) (-5 *1 (-1220))) ((*1 *1) (-5 *1 (-1221)))
+ ((*1 *1) (-5 *1 (-1222))) ((*1 *1) (-5 *1 (-1223))))
(((*1 *2 *2 *2)
- (-12
- (-5 *2
- (-644
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-771)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-793)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *5 (-850))
- (-5 *1 (-451 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-921))
- (-5 *2
- (-3 (-1171 *4)
- (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119)))))))
- (-5 *1 (-348 *4)) (-4 *4 (-351)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-771))))
+ (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308))
+ (-5 *1 (-916 *3 *4 *5 *2)) (-4 *2 (-949 *5 *3 *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *6 *4 *5))
+ (-5 *1 (-916 *4 *5 *6 *2)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-308)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *1) (-12 (|has| *1 (-6 -4415)) (-4 *1 (-34)) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-250))))
((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-771)))))
-(((*1 *2 *1) (-12 (-4 *1 (-427 *3)) (-4 *3 (-1099)) (-5 *2 (-771)))))
-(((*1 *1 *1) (-5 *1 (-862)))
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-566))))
((*1 *2 *1)
- (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099))))
- ((*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1156))))
- ((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1175)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1214)))))
+ (-12 (-5 *2 (-771)) (-5 *1 (-1288 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-846)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-295 (-833 *3)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-833 *3)) (-5 *1 (-636 *5 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *5)))))
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 *10))
+ (-5 *1 (-624 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1070 *5 *6 *7 *8))
+ (-4 *10 (-1108 *5 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-295 (-833 (-952 *5)))) (-4 *5 (-454))
- (-5 *2 (-833 (-409 (-952 *5)))) (-5 *1 (-637 *5))
- (-5 *3 (-409 (-952 *5)))))
+ (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454))
+ (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6)))
+ (-5 *1 (-628 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-295 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5)))
- (-4 *5 (-454)) (-5 *2 (-833 *3)) (-5 *1 (-637 *5)))))
-(((*1 *1) (-5 *1 (-1266))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *2 (-771))
- (-5 *1 (-1163 *4 *5)) (-14 *4 (-921))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-771))) (-5 *3 (-771)) (-5 *1 (-1163 *4 *5))
- (-14 *4 (-921)) (-4 *5 (-1049))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-771))) (-5 *3 (-943 *5)) (-4 *5 (-1049))
- (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-644 *1)) (-4 *1 (-308)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))))
-(((*1 *1) (-5 *1 (-55))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1049)) (-4 *3 (-1240 *4)) (-4 *2 (-1255 *4))
- (-5 *1 (-1258 *4 *3 *5 *2)) (-4 *5 (-656 *3)))))
+ (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454))
+ (-14 *6 (-644 (-1175)))
+ (-5 *2
+ (-644 (-1145 *5 (-533 (-864 *6)) (-864 *6) (-780 *5 (-864 *6)))))
+ (-5 *1 (-628 *5 *6))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454))
+ (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6)))
+ (-5 *1 (-1046 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-1070 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-1208 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1160 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1161 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-771))))
+ (-12 (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-117 *3)) (-14 *3 (-566))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *3 (-1155 *2)) (-4 *2 (-308)) (-5 *1 (-174 *2))))
+ ((*1 *1 *2) (-12 (-5 *2 (-409 *3)) (-4 *3 (-308)) (-5 *1 (-174 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-174 (-566))) (-5 *1 (-765 *3)) (-4 *3 (-406))))
((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-771)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-508)) (-5 *2 (-691 (-774))) (-5 *1 (-114))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1157)) (-5 *2 (-774)) (-5 *1 (-114))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1103)) (-5 *1 (-965)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-689 *4)) (-5 *3 (-921)) (-4 *4 (-1049))
- (-5 *1 (-1028 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 (-689 *4))) (-5 *3 (-921)) (-4 *4 (-1049))
- (-5 *1 (-1028 *4)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1214)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))))
+ (-12 (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-871 *3)) (-14 *3 (-566))))
+ ((*1 *2 *1)
+ (-12 (-14 *3 (-566)) (-5 *2 (-174 (-409 (-566))))
+ (-5 *1 (-872 *3 *4)) (-4 *4 (-869 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178))))
+ ((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1178)))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1049)) (-5 *1 (-50 *2 *3)) (-14 *3 (-644 (-1175)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-317 *3)) (-5 *1 (-223 *3 *4))
+ (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-384 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-14 *3 (-644 (-1175))) (-4 *5 (-238 (-4142 *3) (-771)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1351 *4) (|:| -3388 *5))
+ (-2 (|:| -1351 *4) (|:| -3388 *5))))
+ (-4 *2 (-172)) (-5 *1 (-463 *3 *2 *4 *5 *6 *7)) (-4 *4 (-850))
+ (-4 *7 (-949 *2 *5 (-864 *3)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-511 *2 *3)) (-4 *3 (-850)) (-4 *2 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1241 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-708 *2)) (-4 *2 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1049)) (-5 *1 (-735 *2 *3)) (-4 *3 (-850))
+ (-4 *3 (-726))))
+ ((*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *3 (-792)) (-4 *4 (-850))
+ (-4 *2 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-365)) (-5 *1 (-896 *2 *3))
+ (-4 *2 (-1241 *3)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1270) (-1265 *5) (-1265 *5) (-381)))
+ (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270))
+ (-5 *1 (-788))))
+ ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
+ (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1270) (-1265 *5) (-1265 *5) (-381)))
+ (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270))
+ (-5 *1 (-788)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *1 *2 *3 *3 *3 *4)
+ (-12 (-4 *4 (-365)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 (-409 *3)))
+ (-4 *1 (-337 *4 *3 *5 *2)) (-4 *2 (-344 *4 *3 *5))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-566)) (-4 *2 (-365)) (-4 *4 (-1241 *2))
+ (-4 *5 (-1241 (-409 *4))) (-4 *1 (-337 *2 *4 *5 *6))
+ (-4 *6 (-344 *2 *4 *5))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *2 (-365)) (-4 *3 (-1241 *2)) (-4 *4 (-1241 (-409 *3)))
+ (-4 *1 (-337 *2 *3 *4 *5)) (-4 *5 (-344 *2 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4)))
+ (-4 *1 (-337 *3 *4 *5 *2)) (-4 *2 (-344 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-415 *4 (-409 *4) *5 *6)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-4 *3 (-365))
+ (-4 *1 (-337 *3 *4 *5 *6)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1097 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-850)) (-5 *2 (-644 (-644 (-644 *4))))
- (-5 *1 (-1185 *4)) (-5 *3 (-644 (-644 *4))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-1049)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-438)))))
-(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123))))
-(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793))
- (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8))
- (-5 *2
- (-2 (|:| -3434 (-644 *9)) (|:| -1470 *4) (|:| |ineq| (-644 *9))))
- (-5 *1 (-988 *6 *7 *8 *9 *4)) (-5 *3 (-644 *9))
- (-4 *4 (-1070 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793))
- (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8))
- (-5 *2
- (-2 (|:| -3434 (-644 *9)) (|:| -1470 *4) (|:| |ineq| (-644 *9))))
- (-5 *1 (-1106 *6 *7 *8 *9 *4)) (-5 *3 (-644 *9))
- (-4 *4 (-1070 *6 *7 *8 *9)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1155 (-409 *3))) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-5 *2 (-1264 *3)) (-5 *1 (-712 *3 *4))
- (-4 *4 (-1240 *3)))))
-(((*1 *1 *1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *3 (-558)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-644 (-566))) (-5 *3 (-112)) (-5 *1 (-1109)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *2 (-1099)) (-4 *3 (-1099))
- (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)))))
-(((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-1137))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1269)) (-5 *1 (-1137)))))
-(((*1 *2)
- (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-419 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+ (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-419 *4)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-864 *5))) (-14 *5 (-644 (-1175))) (-4 *6 (-454))
- (-5 *2 (-644 (-644 (-247 *5 *6)))) (-5 *1 (-473 *5 *6 *7))
- (-5 *3 (-644 (-247 *5 *6))) (-4 *7 (-454)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1214)) (-4 *3 (-375 *2))
- (-4 *4 (-375 *2))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-604 *3 *2)) (-4 *3 (-1099))
- (-4 *2 (-1214)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1200 *3)) (-4 *3 (-1099)))))
-(((*1 *1) (-5 *1 (-186))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))
- (-5 *2 (-1035)) (-5 *1 (-748)))))
+ (-12 (-5 *3 (-644 (-1 (-112) *8))) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8))))
+ (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1160 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1161 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *2 (-112)) (-5 *1 (-268)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1265))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1265))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1266))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1266)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-824)) (-5 *3 (-644 (-1175))) (-5 *1 (-825)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *2 (-1099)) (-4 *3 (-1099))
- (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-254 *2 *3 *4 *5)) (-4 *2 (-1049)) (-4 *3 (-850))
- (-4 *4 (-267 *3)) (-4 *5 (-793)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1062)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))))
-(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
- (-5 *2 (-1035)) (-5 *1 (-751)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-675 *3)) (-4 *3 (-1049))
- (-4 *3 (-1099)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-531)))))
-(((*1 *1) (-5 *1 (-186))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-597 *3)) (-4 *3 (-1049))))
+ (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-13 (-308) (-147)))
+ (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793))
+ (-5 *2 (-644 (-409 (-952 *4)))) (-5 *1 (-924 *4 *5 *6 *7))
+ (-4 *7 (-949 *4 *6 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))))
((*1 *2 *1)
- (-12 (-4 *1 (-973 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-792))
- (-4 *5 (-850)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-771)) (-5 *5 (-644 *3)) (-4 *3 (-308)) (-4 *6 (-850))
- (-4 *7 (-793)) (-5 *2 (-112)) (-5 *1 (-625 *6 *7 *3 *8))
- (-4 *8 (-949 *3 *7 *6)))))
-(((*1 *1 *2) (-12 (-4 *1 (-666 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1175)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
- (-5 *2 (-689 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-112))))
+ (-12 (-4 *1 (-384 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1099))))
((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-112)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-4 *3 (-13 (-27) (-1199) (-432 *6) (-10 -8 (-15 -3152 ($ *7)))))
- (-4 *7 (-848))
- (-4 *8
- (-13 (-1242 *3 *7) (-365) (-1199)
- (-10 -8 (-15 -3629 ($ $)) (-15 -3313 ($ $)))))
- (-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))))
- (-5 *1 (-424 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1157)) (-4 *9 (-983 *8))
- (-14 *10 (-1175)))))
+ (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172))
+ (-4 *6 (-238 (-4142 *3) (-771)))
+ (-14 *7
+ (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *6))
+ (-2 (|:| -1351 *5) (|:| -3388 *6))))
+ (-5 *2 (-713 *5 *6 *7)) (-5 *1 (-463 *3 *4 *5 *6 *7 *8))
+ (-4 *5 (-850)) (-4 *8 (-949 *4 *6 (-864 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-726)) (-4 *2 (-850)) (-5 *1 (-735 *3 *2))
+ (-4 *3 (-1049))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-792))
+ (-4 *4 (-850)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-862))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1157)) (-5 *2 (-566)) (-5 *1 (-1196 *4))
- (-4 *4 (-1049)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1099)) (-5 *2 (-889 *3 *4)) (-5 *1 (-885 *3 *4 *5))
- (-4 *3 (-1099)) (-4 *5 (-666 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-381))))
- ((*1 *1 *1 *1) (-4 *1 (-547)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
- ((*1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-771)))))
+ (-12 (-5 *3 (-644 (-2 (|:| -3846 (-1171 *6)) (|:| -3388 (-566)))))
+ (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-566))
+ (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002)))
- (-5 *1 (-176 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-927))
- (-5 *2
- (-2 (|:| |brans| (-644 (-644 (-943 (-225)))))
- (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))))
- (-5 *1 (-153))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-927)) (-5 *4 (-409 (-566)))
- (-5 *2
- (-2 (|:| |brans| (-644 (-644 (-943 (-225)))))
- (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))))
- (-5 *1 (-153)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-420 *6)) (-4 *6 (-1240 *5))
- (-4 *5 (-1049)) (-5 *2 (-644 *6)) (-5 *1 (-446 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
- (-4 *3 (-13 (-1099) (-34))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1175)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-702 *4 *5 *6 *7))
- (-4 *4 (-614 (-538))) (-4 *5 (-1214)) (-4 *6 (-1214))
- (-4 *7 (-1214)))))
-(((*1 *1) (-5 *1 (-186))))
+ (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1218)) (-4 *3 (-1240 *4))
- (-4 *5 (-1240 (-409 *3))) (-5 *2 (-112))))
+ (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566)))))
+ (-4 *5 (-1241 *4)) (-5 *2 (-644 (-2 (|:| -2614 *5) (|:| -1659 *5))))
+ (-5 *1 (-807 *4 *5 *3 *6)) (-4 *3 (-656 *5))
+ (-4 *6 (-656 (-409 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566)))))
+ (-4 *4 (-1241 *5)) (-5 *2 (-644 (-2 (|:| -2614 *4) (|:| -1659 *4))))
+ (-5 *1 (-807 *5 *4 *3 *6)) (-4 *3 (-656 *4))
+ (-4 *6 (-656 (-409 *4)))))
((*1 *2 *3)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225))
- (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
- (-5 *3 (-644 (-264))) (-5 *1 (-262))))
- ((*1 *1 *2)
- (-12
+ (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566)))))
+ (-4 *5 (-1241 *4)) (-5 *2 (-644 (-2 (|:| -2614 *5) (|:| -1659 *5))))
+ (-5 *1 (-807 *4 *5 *6 *3)) (-4 *6 (-656 *5))
+ (-4 *3 (-656 (-409 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566)))))
+ (-4 *4 (-1241 *5)) (-5 *2 (-644 (-2 (|:| -2614 *4) (|:| -1659 *4))))
+ (-5 *1 (-807 *5 *4 *6 *3)) (-4 *6 (-656 *4))
+ (-4 *3 (-656 (-409 *4))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002)))
+ (-5 *1 (-176 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 *3 *4 *5))
(-5 *2
- (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225))
- (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
- (-5 *1 (-264))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266))))
- ((*1 *2 *1 *3 *3 *4 *4 *4)
- (-12 (-5 *3 (-566)) (-5 *4 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266))))
- ((*1 *2 *1 *3)
- (-12
- (-5 *3
- (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225))
- (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
- (-5 *2 (-1269)) (-5 *1 (-1266))))
- ((*1 *2 *1)
- (-12
+ (-2 (|:| -1531 (-415 *4 (-409 *4) *5 *6)) (|:| |principalPart| *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365))
(-5 *2
- (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -2406 (-225))
- (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
- (-5 *1 (-1266))))
- ((*1 *2 *1 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266))))
- ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-943 *5)) (-5 *3 (-771)) (-4 *5 (-1049))
- (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-771)) (-5 *4 (-566)) (-5 *1 (-447 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3))
- (-4 *3 (-1240 (-169 *2)))))
+ (-2 (|:| |poly| *6) (|:| -2184 (-409 *6))
+ (|:| |special| (-409 *6))))
+ (-5 *1 (-727 *5 *6)) (-5 *3 (-409 *6))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3))
- (-4 *3 (-1240 (-169 *2))))))
-(((*1 *1 *1 *2 *2)
- (|partial| -12 (-5 *2 (-921)) (-5 *1 (-1100 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *2 *3 *4)
- (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
- (-5 *1 (-705 *3 *4)) (-4 *3 (-1214)) (-4 *4 (-1214)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *3 (-1218)) (-4 *5 (-1240 *3)) (-4 *6 (-1240 (-409 *5)))
- (-5 *2 (-112)) (-5 *1 (-343 *4 *3 *5 *6)) (-4 *4 (-344 *3 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1089)))))
-(((*1 *2 *1)
- (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172))
- (-14 *6
- (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *2))
- (-2 (|:| -2835 *5) (|:| -2201 *2))))
- (-4 *2 (-238 (-3000 *3) (-771))) (-5 *1 (-463 *3 *4 *5 *2 *6 *7))
- (-4 *5 (-850)) (-4 *7 (-949 *4 *2 (-864 *3))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-874)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2))
- (-4 *2 (-1255 *3))))
+ (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-896 *3 *4))
+ (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *4 *4)
+ (|partial| -12 (-5 *4 (-771)) (-4 *5 (-365))
+ (-5 *2 (-2 (|:| -3555 *3) (|:| -3567 *3))) (-5 *1 (-896 *3 *5))
+ (-4 *3 (-1241 *5))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112))
+ (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1068 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112))
+ (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1068 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112))
+ (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1144 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112))
+ (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-644 *5))
+ (-5 *1 (-890 *4 *5)) (-4 *5 (-1215)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-921)) (-5 *1 (-786)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-558))))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))
+ (-4 *2 (-558))))
+ ((*1 *1 *1 *1) (|partial| -4 *1 (-558)))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049))
+ (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-558))))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-771)))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-558))))
+ ((*1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1265 *4)) (-4 *4 (-1241 *3)) (-4 *3 (-558))
+ (-5 *1 (-969 *3 *4))))
+ ((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-1053 *3 *4 *2 *5 *6)) (-4 *2 (-1049))
+ (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-558))))
+ ((*1 *2 *2 *2)
+ (|partial| -12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270))
+ (-5 *1 (-1071 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270))
+ (-5 *1 (-1107 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-4 *1 (-95)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1240 *3))
- (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1255 *5))))
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2))
- (-4 *2 (-1255 *3))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147)))
- (-5 *1 (-1151 *3)))))
-(((*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-689 *4)) (-5 *3 (-921)) (|has| *4 (-6 (-4416 "*")))
- (-4 *4 (-1049)) (-5 *1 (-1028 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 (-689 *4))) (-5 *3 (-921))
- (|has| *4 (-6 (-4416 "*"))) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1111)) (-4 *3 (-1099)) (-5 *2 (-644 *1))
- (-4 *1 (-432 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3))
- (-4 *3 (-1099))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
- (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *3))
- (-5 *1 (-950 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $))
- (-15 -2260 (*7 $))))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-508)) (-5 *3 (-644 (-965))) (-5 *1 (-109)))))
-(((*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1267)))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1160 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1161 *3)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-1155 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-225)) (-5 *1 (-1268))))
+ ((*1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-1268)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *7) (|:| -3567 *7) (|:| |sol?| (-112)))
+ (-566) *7))
+ (-5 *6 (-644 (-409 *8))) (-4 *7 (-365)) (-4 *8 (-1241 *7))
+ (-5 *3 (-409 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-576 *7 *8)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-1171 *3)) (-5 *1 (-41 *4 *3))
- (-4 *3
- (-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *4 (-612 $)) $))
- (-15 -2260 ((-1124 *4 (-612 $)) $))
- (-15 -3152 ($ (-1124 *4 (-612 $))))))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
-(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1171 *3)) (-4 *3 (-1049)) (-4 *1 (-1240 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-653 *4)) (-4 *4 (-344 *5 *6 *7))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6)))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4))))
- (-5 *1 (-806 *5 *6 *7 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-771)) (-5 *2 (-112)) (-5 *1 (-588 *3)) (-4 *3 (-547)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1200 *3)) (-4 *3 (-1099)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-381)) (-5 *1 (-1062)))))
+ (-12 (-5 *2 (-566)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))))
+(((*1 *2 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))))
+ ((*1 *2 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
+ (-12 (-5 *4 (-566))
+ (-5 *6
+ (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381))))
+ (-5 *7 (-1 (-1270) (-1265 *5) (-1265 *5) (-381)))
+ (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270))
+ (-5 *1 (-788))))
+ ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
+ (-12 (-5 *4 (-566))
+ (-5 *6
+ (-2 (|:| |try| (-381)) (|:| |did| (-381)) (|:| -4058 (-381))))
+ (-5 *7 (-1 (-1270) (-1265 *5) (-1265 *5) (-381)))
+ (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270))
+ (-5 *1 (-788)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-281)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-558) (-147))) (-5 *2 (-644 *3))
+ (-5 *1 (-1235 *4 *3)) (-4 *3 (-1241 *4)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1171 *7))
- (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *2 (-1240 *5))
- (-5 *1 (-503 *5 *2 *6 *7)) (-4 *6 (-1240 *2)))))
+ (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1171 *7)) (-4 *5 (-1049))
+ (-4 *7 (-1049)) (-4 *2 (-1241 *5)) (-5 *1 (-503 *5 *2 *6 *7))
+ (-4 *6 (-1241 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1049)) (-4 *7 (-1049))
+ (-4 *4 (-1241 *5)) (-5 *2 (-1171 *7)) (-5 *1 (-503 *5 *4 *6 *7))
+ (-4 *6 (-1241 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1214))
- (-5 *2 (-644 *3)))))
+ (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3))))
+ (-5 *1 (-596 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -4068 *4)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225)))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2))))
- (-5 *2 (-1035)) (-5 *1 (-753)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1288 *3 *4)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-172))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-388 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-819 *3)) (-4 *1 (-1281 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+ (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1270)) (-5 *1 (-1217))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1270)) (-5 *1 (-1217)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-4 *1 (-95))) ((*1 *1 *1 *1) (-5 *1 (-225)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ ((*1 *1 *1 *1) (-5 *1 (-381)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1160 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1161 *3)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-819 *3)) (|:| |rm| (-819 *3))))
+ (-5 *1 (-819 *3)) (-4 *3 (-850))))
+ ((*1 *1 *1 *1) (-5 *1 (-862))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1175)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *4 *5 *6))
- (-4 *4 (-614 (-538))) (-4 *5 (-1214)) (-4 *6 (-1214)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-365)) (-5 *1 (-1025 *3 *2)) (-4 *2 (-656 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-365)) (-5 *2 (-2 (|:| -3434 *3) (|:| -1707 (-644 *5))))
- (-5 *1 (-1025 *5 *3)) (-5 *4 (-644 *5)) (-4 *3 (-656 *5)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1099))
- (-4 *6 (-1099)) (-4 *2 (-1099)) (-5 *1 (-680 *5 *6 *2)))))
-(((*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1264 *1)) (-4 *1 (-369 *3)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-558)) (-5 *1 (-969 *4 *2))
- (-4 *2 (-1240 *4)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-420 *2)) (-4 *2 (-308)) (-5 *1 (-914 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-147))) (-5 *2 (-52)) (-5 *1 (-915 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-420 (-952 *6))) (-5 *5 (-1175)) (-5 *3 (-952 *6))
- (-4 *6 (-13 (-308) (-147))) (-5 *2 (-52)) (-5 *1 (-915 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-738)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-747)))))
-(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-393)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436))))
+ (-12 (-5 *3 (-952 (-566))) (-5 *2 (-644 *1)) (-4 *1 (-1012))))
((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-571 *3)) (-4 *3 (-1038 (-566)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+ (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *2 (-644 *1)) (-4 *1 (-1012))))
+ ((*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-1012)) (-5 *2 (-644 *1))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1171 (-566))) (-5 *2 (-644 *1)) (-4 *1 (-1012))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1171 (-409 (-566)))) (-5 *2 (-644 *1)) (-4 *1 (-1012))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1171 *1)) (-4 *1 (-1012)) (-5 *2 (-644 *1))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1241 *4)) (-5 *2 (-644 *1))
+ (-4 *1 (-1067 *4 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-689 (-409 (-952 *4)))) (-4 *4 (-454))
- (-5 *2 (-644 (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4)))))
- (-5 *1 (-293 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558))
- (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3))
- (-4 *2
- (-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $))
- (-15 -2260 ((-1124 *3 (-612 $)) $))
- (-15 -3152 ($ (-1124 *3 (-612 $))))))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
- (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1287 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-846)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1049)) (-5 *1 (-712 *3 *2)) (-4 *2 (-1240 *3)))))
+ (-12 (-5 *2 (-1265 (-771))) (-5 *1 (-675 *3)) (-4 *3 (-1099)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1155 (-409 *3))) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-757)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1125 *4 *3 *5))) (-4 *4 (-38 (-409 (-566))))
- (-4 *4 (-1049)) (-4 *3 (-850)) (-5 *1 (-1125 *4 *3 *5))
- (-4 *5 (-949 *4 (-533 *3) *3))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1208 *4))) (-5 *3 (-1175)) (-5 *1 (-1208 *4))
- (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-428 *4 *2)) (-4 *2 (-13 (-1199) (-29 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-147))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-317 *5))
- (-5 *1 (-590 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7))))
- (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-566))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))
- (-5 *2 (-1035)) (-5 *1 (-746)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1214)) (-5 *2 (-771)) (-5 *1 (-182 *4 *3))
- (-4 *3 (-674 *4)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
- (-12 (-5 *4 (-644 (-112))) (-5 *5 (-689 (-225)))
- (-5 *6 (-689 (-566))) (-5 *7 (-225)) (-5 *3 (-566)) (-5 *2 (-1035))
- (-5 *1 (-754)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *7)) (-4 *7 (-850))
- (-4 *8 (-949 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1264 (-409 *8)) "failed"))
- (|:| -2875 (-644 (-1264 (-409 *8))))))
- (-5 *1 (-669 *5 *6 *7 *8)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-1097 *3))))
- ((*1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-377 *4 *2))
- (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4415)))))))
+ (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
+ (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-508)) (-5 *2 (-112)) (-5 *1 (-114)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-566))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-943 (-225))) (-5 *2 (-1269)) (-5 *1 (-470)))))
+ (-12 (-5 *2 (-644 (-1201 *3))) (-5 *1 (-1201 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175))
+ (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))
- (-5 *2 (-381)) (-5 *1 (-268))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1264 (-317 (-225)))) (-5 *2 (-381)) (-5 *1 (-306)))))
+ (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-5 *2 (-1270))
+ (-5 *1 (-1216 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-5 *2 (-1270))
+ (-5 *1 (-1216 *4)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-328 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-518 *3 *4))
+ (-14 *4 (-566)))))
(((*1 *1 *1) (-4 *1 (-95)))
((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *1 *1)
(-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
(-14 *3 (-644 (-1175))) (-4 *4 (-389))))
@@ -3626,442 +1777,457 @@
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1214))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1240 *3))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *1 *1) (-4 *1 (-243)))
((*1 *1 *1)
- (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-566)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))))
-(((*1 *2 *3 *3 *2)
- (|partial| -12 (-5 *2 (-771))
- (-4 *3 (-13 (-726) (-370) (-10 -7 (-15 ** (*3 *3 (-566))))))
- (-5 *1 (-246 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793))
- (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-644 (-264))) (-5 *1 (-1266))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-1157)) (-5 *1 (-1266))))
- ((*1 *1 *1) (-5 *1 (-1266))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4414)) (-4 *1 (-151 *3))
- (-4 *3 (-1214))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-674 *3)) (-4 *3 (-1214))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-4 *1 (-1207 *4 *5 *3 *2)) (-4 *4 (-558))
- (-4 *5 (-793)) (-4 *3 (-850)) (-4 *2 (-1064 *4 *5 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-5 *1 (-1211 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))))
-(((*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-108))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-538))) (-5 *1 (-538)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-409 (-952 (-169 (-566))))))
- (-5 *2 (-644 (-644 (-295 (-952 (-169 *4)))))) (-5 *1 (-380 *4))
- (-4 *4 (-13 (-365) (-848)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-295 (-409 (-952 (-169 (-566)))))))
- (-5 *2 (-644 (-644 (-295 (-952 (-169 *4)))))) (-5 *1 (-380 *4))
- (-4 *4 (-13 (-365) (-848)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 (-169 (-566)))))
- (-5 *2 (-644 (-295 (-952 (-169 *4))))) (-5 *1 (-380 *4))
- (-4 *4 (-13 (-365) (-848)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-295 (-409 (-952 (-169 (-566))))))
- (-5 *2 (-644 (-295 (-952 (-169 *4))))) (-5 *1 (-380 *4))
- (-4 *4 (-13 (-365) (-848))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214)) (-4 *2 (-850))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-283 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))))
-(((*1 *2 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1035))
- (-5 *1 (-746)))))
+ (-12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1241 *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)
+ (-2700 (-12 (-5 *1 (-295 *2)) (-4 *2 (-365)) (-4 *2 (-1215)))
+ (-12 (-5 *1 (-295 *2)) (-4 *2 (-475)) (-4 *2 (-1215)))))
+ ((*1 *1 *1) (-4 *1 (-475)))
+ ((*1 *2 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23))
+ (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
+ ((*1 *1 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)) (-4 *2 (-365)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1035)) (-5 *3 (-1175)) (-5 *1 (-268)))))
+(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
+ (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-225))
+ (-5 *7 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270))
+ (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270))
+ (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(((*1 *2 *1 *3 *3 *3 *2)
+ (-12 (-5 *3 (-771)) (-5 *1 (-675 *2)) (-4 *2 (-1099)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-589 *4))
- (-4 *4 (-351)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-1175)) (-5 *2 (-112))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-112)))))
-(((*1 *2 *2)
+ (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1241 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-225)) (-5 *5 (-566)) (-5 *2 (-1210 *3))
+ (-5 *1 (-790 *3)) (-4 *3 (-974))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-112))
+ (-5 *1 (-1210 *2)) (-4 *2 (-974)))))
+(((*1 *1 *1 *1) (-4 *1 (-308))) ((*1 *1 *1 *1) (-5 *1 (-771)))
+ ((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *1 *1) (-4 *1 (-95)))
+ ((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1161 *3))))
- ((*1 *1 *1) (-4 *1 (-1202))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-2 (|:| -1707 (-114)) (|:| |w| (-225)))) (-5 *1 (-204)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-151 *2))
- (-4 *2 (-1214)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1264 *5)) (-4 *5 (-792)) (-5 *2 (-112))
- (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365))
- (-5 *2 (-2 (|:| -1641 (-409 *6)) (|:| |coeff| (-409 *6))))
- (-5 *1 (-576 *5 *6)) (-5 *3 (-409 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-971)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-566)) (-5 *1 (-488 *4))
- (-4 *4 (-1240 *2)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1157)) (-5 *1 (-1195)))))
+ (-5 *1 (-1161 *3)))))
+(((*1 *2 *3 *4 *2 *5 *6)
+ (-12
+ (-5 *5
+ (-2 (|:| |done| (-644 *11))
+ (|:| |todo| (-644 (-2 (|:| |val| *3) (|:| -1791 *11))))))
+ (-5 *6 (-771))
+ (-5 *2 (-644 (-2 (|:| |val| (-644 *10)) (|:| -1791 *11))))
+ (-5 *3 (-644 *10)) (-5 *4 (-644 *11)) (-4 *10 (-1064 *7 *8 *9))
+ (-4 *11 (-1070 *7 *8 *9 *10)) (-4 *7 (-454)) (-4 *8 (-793))
+ (-4 *9 (-850)) (-5 *1 (-1068 *7 *8 *9 *10 *11))))
+ ((*1 *2 *3 *4 *2 *5 *6)
+ (-12
+ (-5 *5
+ (-2 (|:| |done| (-644 *11))
+ (|:| |todo| (-644 (-2 (|:| |val| *3) (|:| -1791 *11))))))
+ (-5 *6 (-771))
+ (-5 *2 (-644 (-2 (|:| |val| (-644 *10)) (|:| -1791 *11))))
+ (-5 *3 (-644 *10)) (-5 *4 (-644 *11)) (-4 *10 (-1064 *7 *8 *9))
+ (-4 *11 (-1108 *7 *8 *9 *10)) (-4 *7 (-454)) (-4 *8 (-793))
+ (-4 *9 (-850)) (-5 *1 (-1144 *7 *8 *9 *10 *11)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1258 *3 *2))
+ (-4 *2 (-1256 *3)))))
+(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035))
+ (-5 *1 (-748)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-531))))
+ ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-531)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6))
- (-5 *2 (-2 (|:| |bas| (-478 *4 *5 *6 *7)) (|:| -3712 (-644 *7))))
- (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
+ (-12 (-5 *3 (-644 (-644 (-943 (-225)))))
+ (-5 *2 (-644 (-1093 (-225)))) (-5 *1 (-928)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1119)) (-5 *2 (-112)) (-5 *1 (-821)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-1059)) (-4 *3 (-1200))
+ (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *1 *1) (-4 *1 (-547))))
+(((*1 *1 *1 *1) (-4 *1 (-308))) ((*1 *1 *1 *1) (-5 *1 (-771)))
+ ((*1 *1 *1 *1) (-5 *1 (-862))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-644 (-225)))
- (-5 *1 (-470)))))
-(((*1 *2 *3) (-12 (-5 *3 (-952 (-225))) (-5 *2 (-225)) (-5 *1 (-306)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-566))) (-4 *3 (-1049)) (-5 *1 (-596 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-566))) (-4 *1 (-1224 *3)) (-4 *3 (-1049))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-566))) (-4 *1 (-1255 *3)) (-4 *3 (-1049)))))
+ (-12 (-5 *3 (-1265 *4)) (-4 *4 (-351)) (-5 *2 (-1171 *4))
+ (-5 *1 (-530 *4)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3))))
- ((*1 *1 *1) (-4 *1 (-1202))))
-(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1049)) (-4 *2 (-687 *4 *5 *6))
- (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1240 *4)) (-4 *5 (-375 *4))
- (-4 *6 (-375 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-112)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3)))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
- ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
- ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *2 (-644 (-169 *4)))
- (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1099)) (-4 *3 (-900 *5)) (-5 *2 (-689 *3))
- (-5 *1 (-692 *5 *3 *6 *4)) (-4 *6 (-375 *3))
- (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4414)))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558))
- (-5 *2 (-1171 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-365))
- (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *1 (-452 *4 *5 *6 *2))))
+ ((*1 *1 *1) (-4 *1 (-1203))))
+(((*1 *1) (-5 *1 (-508))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1200) (-432 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-409 (-566)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-365))
- (-5 *2
- (-2 (|:| R (-689 *6)) (|:| A (-689 *6)) (|:| |Ainv| (-689 *6))))
- (-5 *1 (-978 *6)) (-5 *3 (-689 *6)))))
+ (-12 (-5 *4 (-295 *3)) (-5 *5 (-409 (-566)))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *6 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-1 *8 (-409 (-566)))) (-5 *4 (-295 *8))
+ (-5 *5 (-1232 (-409 (-566)))) (-5 *6 (-409 (-566)))
+ (-4 *8 (-13 (-27) (-1200) (-432 *7)))
+ (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-409 (-566))))
+ (-5 *7 (-409 (-566))) (-4 *3 (-13 (-27) (-1200) (-432 *8)))
+ (-4 *8 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *8 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-409 (-566))) (-4 *4 (-1049)) (-4 *1 (-1248 *4 *3))
+ (-4 *3 (-1225 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-822)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099))
- (-4 *6 (-1099)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-684 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-943 (-225)))) (-5 *1 (-1265)))))
+ (-12 (-5 *3 (-921)) (-5 *2 (-1265 (-1265 (-566)))) (-5 *1 (-468)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))))
+(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))))
+(((*1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-563)) (-5 *3 (-566))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *1 *1) (-4 *1 (-547))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 (-566)))
- (-5 *1 (-435 *4 *3)) (-4 *3 (-432 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-612 *3)) (-4 *3 (-432 *5))
- (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-1171 (-409 (-566))))
- (-5 *1 (-435 *5 *3)))))
+ (-12 (-5 *3 (-1187 (-644 *4))) (-4 *4 (-850))
+ (-5 *2 (-644 (-644 *4))) (-5 *1 (-1186 *4)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-761))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049))
+ (-5 *1 (-1159 *4))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-566)) (-5 *1 (-1257 *3 *4 *5)) (-4 *3 (-1049))
+ (-14 *4 (-1175)) (-14 *5 *3))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3))))
- ((*1 *1 *1) (-4 *1 (-1202))))
+ ((*1 *1 *1) (-4 *1 (-1203))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1200))) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365)))
+ (-4 *3 (-1241 *4)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-1240 *4)) (-5 *1 (-541 *4 *2 *5 *6))
- (-4 *4 (-308)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-771))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-921)) (-4 *6 (-558)) (-5 *2 (-644 (-317 *6)))
- (-5 *1 (-221 *5 *6)) (-5 *3 (-317 *6)) (-4 *5 (-1049))))
- ((*1 *2 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-587 *5)) (-4 *5 (-13 (-29 *4) (-1199)))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-644 *5))
- (-5 *1 (-585 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-587 (-409 (-952 *4))))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-644 (-317 *4))) (-5 *1 (-590 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1094 *3 *2)) (-4 *3 (-848)) (-4 *2 (-1148 *3))))
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1200) (-432 *4)))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 *1)) (-4 *1 (-1094 *4 *2)) (-4 *4 (-848))
- (-4 *2 (-1148 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1279 (-1175) *3)) (-5 *1 (-1286 *3)) (-4 *3 (-1049))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1279 *3 *4)) (-5 *1 (-1288 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-1049)))))
-(((*1 *1) (-5 *1 (-439))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-945 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-644
- (-2 (|:| -2755 (-771))
- (|:| |eqns|
- (-644
- (-2 (|:| |det| *7) (|:| |rows| (-644 (-566)))
- (|:| |cols| (-644 (-566))))))
- (|:| |fgb| (-644 *7)))))
- (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147)))
- (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-771))
- (-5 *1 (-924 *4 *5 *6 *7)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175))
- (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-644
- (-2
- (|:| -2674
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225))))
- (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225)))
- (|:| |g| (-317 (-225))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (|:| -2636
- (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381))
- (|:| |expense| (-381)) (|:| |accuracy| (-381))
- (|:| |intermediateResults| (-381)))))))
- (-5 *1 (-803)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-771)) (-4 *5 (-558))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-969 *5 *3)) (-4 *3 (-1240 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-566))))
+ (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-566)) (-4 *5 (-13 (-454) (-1038 *4) (-639 *4)))
+ (-5 *2 (-52)) (-5 *1 (-316 *5 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-454) (-1038 *5) (-639 *5))) (-5 *5 (-566))
+ (-5 *2 (-52)) (-5 *1 (-316 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1232 (-566)))
+ (-4 *7 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-566)))
+ (-4 *3 (-13 (-27) (-1200) (-432 *7)))
+ (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *7 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-566)) (-4 *4 (-1049)) (-4 *1 (-1227 *4 *3))
+ (-4 *3 (-1256 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))))
+ (-12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1225 *3)))))
+(((*1 *2) (-12 (-5 *2 (-843 (-566))) (-5 *1 (-536))))
+ ((*1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-1099)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-1002))
- (-4 *2 (-1049)))))
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
+ (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793))
+ (-5 *2 (-112)) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))))
+(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-843 (-225)))) (-5 *4 (-225)) (-5 *2 (-644 *4))
+ (-5 *1 (-268)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-365))
+ (-5 *2
+ (-2 (|:| A (-689 *5))
+ (|:| |eqs|
+ (-644
+ (-2 (|:| C (-689 *5)) (|:| |g| (-1265 *5)) (|:| -1900 *6)
+ (|:| |rh| *5))))))
+ (-5 *1 (-813 *5 *6)) (-5 *3 (-689 *5)) (-5 *4 (-1265 *5))
+ (-4 *6 (-656 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-365)) (-4 *6 (-656 *5))
+ (-5 *2 (-2 (|:| -2840 (-689 *6)) (|:| |vec| (-1265 *5))))
+ (-5 *1 (-813 *5 *6)) (-5 *3 (-689 *6)) (-5 *4 (-1265 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-308)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
+ (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
+ (-5 *1 (-1123 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))))
+(((*1 *2)
+ (-12 (-5 *2 (-689 (-910 *3))) (-5 *1 (-353 *3 *4)) (-14 *3 (-921))
+ (-14 *4 (-921))))
+ ((*1 *2)
+ (-12 (-5 *2 (-689 *3)) (-5 *1 (-354 *3 *4)) (-4 *3 (-351))
+ (-14 *4
+ (-3 (-1171 *3)
+ (-1265 (-644 (-2 (|:| -1389 *3) (|:| -1351 (-1119)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-689 *3)) (-5 *1 (-355 *3 *4)) (-4 *3 (-351))
+ (-14 *4 (-921)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
- (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3))))
- ((*1 *1 *1) (-4 *1 (-1202))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *1 (-231 *4))
- (-4 *4 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-771))))
- ((*1 *1 *1) (-4 *1 (-233)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-267 *3)) (-4 *3 (-850))))
- ((*1 *1 *1) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218))
- (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4))
- (-4 *4 (-1240 *3))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-365) (-147))) (-5 *1 (-401 *2 *3))
- (-4 *3 (-1240 *2))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-365)) (-4 *2 (-900 *3)) (-5 *1 (-587 *2))
- (-5 *3 (-1175))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-587 *2)) (-4 *2 (-365))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 (-771))) (-4 *1 (-900 *4))
- (-4 *4 (-1099))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-900 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *1 (-900 *3)) (-4 *3 (-1099))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1172 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1228 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1240 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1249 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1256 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-375 *2)) (-4 *2 (-1214))
- (-4 *2 (-850))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4415))
- (-4 *1 (-375 *3)) (-4 *3 (-1214)))))
+ ((*1 *1 *1) (-4 *1 (-1203))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4))))
+ (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-532 *3)) (-4 *3 (-13 (-726) (-25))))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1218)) (-4 *3 (-1240 *4))
- (-4 *5 (-1240 (-409 *3))) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))
- (-5 *2 (-1171 *3))))
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1200) (-432 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-771)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-52)) (-5 *1 (-316 *5 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-295 *3)) (-5 *5 (-771))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 (-566))) (-5 *4 (-295 *6))
+ (-4 *6 (-13 (-27) (-1200) (-432 *5)))
+ (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1232 (-771)))
+ (-4 *7 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-771)))
+ (-4 *3 (-13 (-27) (-1200) (-432 *7)))
+ (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *7 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))
- (-5 *2 (-1171 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-134)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 (-112) *7 (-644 *7))) (-4 *1 (-1207 *4 *5 *6 *7))
- (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+ (-12 (-4 *1 (-1227 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1256 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1180))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-508)) (-5 *3 (-644 (-1180))) (-5 *1 (-1180)))))
+ (-12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
+ (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
+ (-4 *7 (-992 *4)) (-4 *2 (-687 *7 *8 *9))
+ (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-687 *4 *5 *6))
+ (-4 *8 (-375 *7)) (-4 *9 (-375 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
+ (-4 *4 (-375 *2)) (-4 *2 (-308))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-308)) (-4 *3 (-172)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2))
+ (-4 *2 (-687 *3 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1053 *2 *3 *4 *5 *6)) (-4 *4 (-1049))
+ (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *2 *4)) (-4 *4 (-308)))))
+(((*1 *2) (-12 (-5 *2 (-843 (-566))) (-5 *1 (-536))))
+ ((*1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-5 *2 (-112)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 *1)) (|has| *1 (-6 -4416)) (-4 *1 (-1010 *3))
+ (-4 *3 (-1215)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1241 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *3))
+ (-4 *3 (-1241 (-409 *4))))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-755)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-351)) (-5 *2 (-958 (-1171 *4))) (-5 *1 (-359 *4))
+ (-5 *3 (-1171 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-225)))) (-5 *1 (-926)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *1 *1) (-4 *1 (-285)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-420 *4)) (-4 *4 (-558))
- (-5 *2 (-644 (-2 (|:| -2397 (-771)) (|:| |logand| *4))))
- (-5 *1 (-321 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *1 *1)
(-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
(-14 *3 (-644 (-1175))) (-4 *4 (-389))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-664 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
- (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1160 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566)))))
- (-4 *5 (-850)) (-5 *1 (-1280 *4 *5 *2)) (-4 *2 (-1285 *5 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-1284 *3 *4))
- (-4 *4 (-717 (-409 (-566)))) (-4 *3 (-850)) (-4 *4 (-172)))))
+ ((*1 *1 *1) (-4 *1 (-1203))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-566)) (-4 *5 (-365))
+ (-4 *5 (-1049)) (-5 *2 (-112)) (-5 *1 (-1029 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-689 *4))) (-4 *4 (-365)) (-4 *4 (-1049))
+ (-5 *2 (-112)) (-5 *1 (-1029 *4)))))
+(((*1 *1)
+ (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
+ (-4 *4 (-172)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *2 (-1035)) (-5 *1 (-754)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-753)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-381)) (-5 *1 (-205)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1099))
+ (-4 *6 (-1099)) (-4 *2 (-1099)) (-5 *1 (-680 *5 *6 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-1171 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-334)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *1 *2) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850))))
((*1 *1 *1)
(-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
@@ -4072,75 +2238,44 @@
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3))))
- ((*1 *1 *1) (-4 *1 (-1202))))
+ ((*1 *1 *1) (-4 *1 (-1203))))
+(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
+ (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-646 *3)) (-4 *3 (-1057)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1051 *3)) (-4 *3 (-1057)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365)))
+ (-4 *3 (-1241 *4)) (-5 *2 (-112)))))
+(((*1 *2 *2) (-12 (-5 *1 (-961 *2)) (-4 *2 (-547)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-497)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5)))
+ (-5 *2 (-771)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-771)))))
+(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))
- (-5 *2 (-644 (-409 (-566)))) (-5 *1 (-1020 *4))
- (-4 *4 (-1240 (-566))))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+ (-12 (-5 *2 (-2 (|:| -3835 (-566)) (|:| -2430 (-644 *3))))
+ (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-308)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
- (-5 *2
- (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
- (-5 *1 (-1123 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-1264 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112))
- (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4))))
- (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-691 (-966 *3))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1274)))))
-(((*1 *2 *3) (-12 (-5 *3 (-493)) (-5 *2 (-691 (-581))) (-5 *1 (-581)))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1175))
- (-5 *2 (-3 (|:| |fst| (-436)) (|:| -3907 "void"))) (-5 *1 (-1178)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
- (-12 (-5 *6 (-644 (-112))) (-5 *7 (-689 (-225)))
- (-5 *8 (-689 (-566))) (-5 *3 (-566)) (-5 *4 (-225)) (-5 *5 (-112))
- (-5 *2 (-1035)) (-5 *1 (-754)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225)))
- (-5 *2 (-1035)) (-5 *1 (-747)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *2 (-409 (-566))) (-5 *1 (-117 *4)) (-14 *4 *3)
- (-5 *3 (-566))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566))))
- ((*1 *2 *1 *3)
- (-12 (-5 *2 (-409 (-566))) (-5 *1 (-871 *4)) (-14 *4 *3)
- (-5 *3 (-566))))
- ((*1 *2 *1 *3)
- (-12 (-14 *4 *3) (-5 *2 (-409 (-566))) (-5 *1 (-872 *4 *5))
- (-5 *3 (-566)) (-4 *5 (-869 *4))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-1012)) (-5 *2 (-409 (-566)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1067 *2 *3)) (-4 *2 (-13 (-848) (-365)))
- (-4 *3 (-1240 *2))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1242 *2 *3)) (-4 *3 (-792))
- (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3152 (*2 (-1175))))
- (-4 *2 (-1049)))))
+ (-12 (-5 *3 (-409 *5)) (-4 *5 (-1241 *4)) (-4 *4 (-558))
+ (-4 *4 (-1049)) (-4 *2 (-1256 *4)) (-5 *1 (-1259 *4 *5 *6 *2))
+ (-4 *6 (-656 *5)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-829)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
((*1 *1 *2) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850))))
((*1 *1 *1)
(-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
@@ -4151,78 +2286,147 @@
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3))))
- ((*1 *1 *1) (-4 *1 (-1202))))
+ ((*1 *1 *1) (-4 *1 (-1203))))
+(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1099)) (-4 *2 (-900 *5)) (-5 *1 (-692 *5 *2 *3 *4))
- (-4 *3 (-375 *2)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4414)))))))
-(((*1 *2 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-112))))
- ((*1 *2 *3 *1 *4)
- (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1207 *5 *6 *7 *3))
- (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178))))
- ((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1179)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-873 (-1180) (-771)))) (-5 *1 (-334)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-771))) (-5 *3 (-171)) (-5 *1 (-1163 *4 *5))
- (-14 *4 (-921)) (-4 *5 (-1049)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-862))))
- ((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-962)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-588 *2)) (-4 *2 (-547)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1119)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2610 *3) (|:| |coef2| (-782 *3))))
- (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-614 (-892 (-566))))
+ (-4 *5 (-886 (-566)))
+ (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-569 *5 *3)) (-4 *3 (-629))
+ (-4 *3 (-13 (-27) (-1200) (-432 *5))))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1099)) (-5 *2 (-644 *1))
+ (-4 *1 (-432 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3))
+ (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
+ (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *3))
+ (-5 *1 (-950 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $))
+ (-15 -2507 (*7 $))))))))
+(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+(((*1 *1) (-5 *1 (-144))) ((*1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 *2)))
+ (-5 *2 (-892 *3)) (-5 *1 (-1075 *3 *4 *5))
+ (-4 *5 (-13 (-432 *4) (-886 *3) (-614 *2))))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-566)) (-5 *1 (-381)))))
+(((*1 *1)
+ (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-429 *3 *2)) (-4 *3 (-13 (-172) (-38 (-409 (-566)))))
+ (-4 *2 (-13 (-850) (-21))))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-365) (-147) (-1038 (-566))))
+ (-4 *5 (-1241 *4)) (-5 *2 (-644 (-409 *5))) (-5 *1 (-1016 *4 *5))
+ (-5 *3 (-409 *5)))))
(((*1 *1 *1) (-4 *1 (-629)))
((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002) (-1199))))))
-(((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-644 (-112))))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-97)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926))))
- ((*1 *2 *1) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))))
+ (-4 *2 (-13 (-432 *3) (-1002) (-1200))))))
+(((*1 *1 *1 *1) (-4 *1 (-547))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-508)) (-5 *2 (-691 (-109))) (-5 *1 (-175))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-508)) (-5 *2 (-691 (-109))) (-5 *1 (-1084)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
- (-14 *4 *2))))
-(((*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-331))))
- ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-331)))))
+ (-12 (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-216 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-771)) (-4 *4 (-13 (-558) (-147)))
+ (-5 *1 (-1235 *4 *2)) (-4 *2 (-1241 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-225))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-225))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-381))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-381)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-38 (-409 (-566))))
+ (-5 *2 (-2 (|:| -4005 (-1155 *4)) (|:| -4015 (-1155 *4))))
+ (-5 *1 (-1161 *4)) (-5 *3 (-1155 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-771)) (-5 *3 (-943 *4)) (-4 *1 (-1133 *4))
+ (-4 *4 (-1049))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-771)) (-5 *4 (-943 (-225))) (-5 *2 (-1270))
+ (-5 *1 (-1267)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *6)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1099)) (-4 *3 (-900 *5)) (-5 *2 (-1264 *3))
- (-5 *1 (-692 *5 *3 *6 *4)) (-4 *6 (-375 *3))
- (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4414)))))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-295 *2)) (-4 *2 (-726)) (-4 *2 (-1214)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1240 *4)) (-5 *2 (-689 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3))
- (-5 *2 (-689 *3)))))
+ (-12 (-5 *3 (-644 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1216 *2))
+ (-4 *2 (-1099))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-850))
+ (-5 *1 (-1216 *2)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
- (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-381)) (-5 *1 (-205)))))
+ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))
+ (-5 *2 (-644 (-1175))) (-5 *1 (-268))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1171 *7)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *2 (-644 *5))
+ (-5 *1 (-322 *4 *5 *6 *7))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-341 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 *2) (-4 *5 (-389))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-5 *2 (-644 (-1175)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-644 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
+ (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *5))
+ (-5 *1 (-950 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $)))))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-973 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-792))
+ (-4 *5 (-850)) (-5 *2 (-644 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-644 (-1175)))
+ (-5 *1 (-1043 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-308)) (-4 *6 (-375 *5)) (-4 *4 (-375 *5))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4))))
+ (-5 *1 (-1123 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1201 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175))
+ (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566))))
+ (-5 *2 (-2 (|:| -1903 *3) (|:| |nconst| *3))) (-5 *1 (-569 *5 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *5))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-610 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-5 *2 (-112)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1270))
+ (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-882 *2)) (-4 *2 (-1215)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-841)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-840))))
((*1 *2 *3) (-12 (-5 *3 (-841)) (-5 *2 (-1035)) (-5 *1 (-840))))
@@ -4239,189 +2443,116 @@
((*1 *2 *3 *4)
(-12 (-5 *3 (-644 (-317 (-381)))) (-5 *4 (-644 (-381)))
(-5 *2 (-1035)) (-5 *1 (-840)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -2875 (-644 *1))))
- (-4 *1 (-369 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-455 *3 *4 *5 *6))
- (|:| -2875 (-644 (-455 *3 *4 *5 *6)))))
- (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 *4)) (-4 *4 (-1049)) (-4 *2 (-1240 *4))
- (-5 *1 (-446 *4 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-409 (-1171 (-317 *5)))) (-5 *3 (-1264 (-317 *5)))
- (-5 *4 (-566)) (-4 *5 (-558)) (-5 *1 (-1129 *5)))))
-(((*1 *2 *3 *2)
- (|partial| -12 (-5 *3 (-921)) (-5 *1 (-444 *2))
- (-4 *2 (-1240 (-566)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-921)) (-5 *4 (-771)) (-5 *1 (-444 *2))
- (-4 *2 (-1240 (-566)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *1 (-444 *2))
- (-4 *2 (-1240 (-566)))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *5 (-771))
- (-5 *1 (-444 *2)) (-4 *2 (-1240 (-566)))))
- ((*1 *2 *3 *2 *4 *5 *6)
- (|partial| -12 (-5 *3 (-921)) (-5 *4 (-644 (-771))) (-5 *5 (-771))
- (-5 *6 (-112)) (-5 *1 (-444 *2)) (-4 *2 (-1240 (-566)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1171 (-409 (-1171 *2)))) (-5 *4 (-612 *2))
+ (-4 *2 (-13 (-432 *5) (-27) (-1200)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *1 (-562 *5 *2 *6)) (-4 *6 (-1099))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1171 *1)) (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *3 (-850))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1171 *4)) (-4 *4 (-1049)) (-4 *1 (-949 *4 *5 *3))
+ (-4 *5 (-793)) (-4 *3 (-850))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-420 *2)) (-4 *2 (-1240 *5))
- (-5 *1 (-446 *5 *2)) (-4 *5 (-1049)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-771))
- (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *2 (-13 (-432 *4) (-1002) (-1199)))
- (-5 *1 (-600 *4 *2 *3))
- (-4 *3 (-13 (-432 (-169 *4)) (-1002) (-1199))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-558)) (-4 *3 (-1049))
- (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-852 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-558)) (-4 *5 (-1049))
- (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-853 *5 *3))
- (-4 *3 (-852 *5)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-38 (-409 (-566))))
- (-4 *2 (-172)))))
-(((*1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4))
- (-5 *2
- (-3 (|:| |overq| (-1171 (-409 (-566))))
- (|:| |overan| (-1171 (-48))) (|:| -3221 (-112))))
- (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1240 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558))
- (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3))
+ (-12 (-5 *3 (-409 (-1171 *2))) (-4 *5 (-793)) (-4 *4 (-850))
+ (-4 *6 (-1049))
(-4 *2
- (-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $))
- (-15 -2260 ((-1124 *3 (-612 $)) $))
- (-15 -3152 ($ (-1124 *3 (-612 $))))))))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-771)) (-4 *5 (-351)) (-4 *6 (-1240 *5))
- (-5 *2
- (-644
- (-2 (|:| -2875 (-689 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-689 *6)))))
- (-5 *1 (-500 *5 *6 *7))
- (-5 *3
- (-2 (|:| -2875 (-689 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-689 *6))))
- (-4 *7 (-1240 *6)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1226 *3 *2)) (-4 *3 (-1049))
- (-4 *2 (-1255 *3)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-747)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-112)) (-5 *5 (-1101 (-771))) (-5 *6 (-771))
- (-5 *2
- (-2 (|:| |contp| (-566))
- (|:| -1616 (-644 (-2 (|:| |irr| *3) (|:| -4125 (-566)))))))
- (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-419 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1209 *3)) (-4 *3 (-974)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *7 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558))
- (-4 *8 (-949 *7 *5 *6))
- (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *3) (|:| |radicand| *3)))
- (-5 *1 (-953 *5 *6 *7 *8 *3)) (-5 *4 (-771))
- (-4 *3
(-13 (-365)
- (-10 -8 (-15 -3152 ($ *8)) (-15 -2248 (*8 $)) (-15 -2260 (*8 $))))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1101 (-1101 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $)))))
+ (-5 *1 (-950 *5 *4 *6 *7 *2)) (-4 *7 (-949 *6 *5 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-1171 (-409 (-952 *5))))) (-5 *4 (-1175))
+ (-5 *2 (-409 (-952 *5))) (-5 *1 (-1043 *5)) (-4 *5 (-558)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-823)) (-5 *1 (-822)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1265 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365))
+ (-4 *1 (-724 *5 *6)) (-4 *5 (-172)) (-4 *6 (-1241 *5))
+ (-5 *2 (-689 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-644 *2)) (-5 *1 (-1189 *2)) (-4 *2 (-365)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))))
+(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
+ (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
+ (-5 *1 (-755)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850))
+ (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-644 (-771)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850))
+ (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-644 (-771))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-1146 *3)))))
+(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
+ (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566))
+ (-5 *2 (-1035)) (-5 *1 (-756)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 (-566))) (-4 *3 (-1049)) (-5 *1 (-99 *3))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-99 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-99 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-351)) (-5 *2 (-420 (-1171 (-1171 *4))))
+ (-5 *1 (-1213 *4)) (-5 *3 (-1171 (-1171 *4))))))
(((*1 *1 *1) (-4 *1 (-629)))
((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002) (-1199))))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1240 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *2)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-771)) (-5 *1 (-588 *2)) (-4 *2 (-547))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -2576 *3) (|:| -2201 (-771)))) (-5 *1 (-588 *3))
- (-4 *3 (-547)))))
-(((*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-1171 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308))
- (-5 *1 (-916 *3 *4 *5 *2)) (-4 *2 (-949 *5 *3 *4))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *6 *4 *5))
- (-5 *1 (-916 *4 *5 *6 *2)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-308)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1097 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-644 *5))
- (-5 *1 (-890 *4 *5)) (-4 *5 (-1214)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-558) (-147))) (-5 *2 (-644 *3))
- (-5 *1 (-1234 *4 *3)) (-4 *3 (-1240 *4)))))
+ (-4 *2 (-13 (-432 *3) (-1002) (-1200))))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175))
- (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269))
- (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269))
- (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-1059)) (-4 *3 (-1199))
- (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
-(((*1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-563)) (-5 *3 (-566))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-843 (-225)))) (-5 *4 (-225)) (-5 *2 (-644 *4))
- (-5 *1 (-268)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1240 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *3))
- (-4 *3 (-1240 (-409 *4))))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
- (-5 *2 (-1035)) (-5 *1 (-754)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
-(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175))
- (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566))))
- (-5 *2 (-2 (|:| -4182 *3) (|:| |nconst| *3))) (-5 *1 (-569 *5 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *5))))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1214)) (-5 *1 (-873 *3 *2)) (-4 *3 (-1214))))
- ((*1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))))
+ (-12 (-4 *4 (-558))
+ (-5 *2 (-2 (|:| -2651 *4) (|:| -2075 *3) (|:| -4368 *3)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-1064 *3 *4 *5))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-558)) (-4 *3 (-1049))
+ (-5 *2 (-2 (|:| -2651 *3) (|:| -2075 *1) (|:| -4368 *1)))
+ (-4 *1 (-1241 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-644 (-921))) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-921))
+ (-4 *2 (-365)) (-14 *5 (-993 *4 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-713 *5 *6 *7)) (-4 *5 (-850))
+ (-4 *6 (-238 (-4142 *4) (-771)))
+ (-14 *7
+ (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *6))
+ (-2 (|:| -1351 *5) (|:| -3388 *6))))
+ (-14 *4 (-644 (-1175))) (-4 *2 (-172))
+ (-5 *1 (-463 *4 *2 *5 *6 *7 *8)) (-4 *8 (-949 *2 *6 (-864 *4)))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *1 (-511 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-850))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-566)) (-4 *2 (-558)) (-5 *1 (-623 *2 *4))
+ (-4 *4 (-1241 *2))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-708 *2)) (-4 *2 (-1049))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-735 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-726))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 *5)) (-5 *3 (-644 (-771))) (-4 *1 (-740 *4 *5))
+ (-4 *4 (-1049)) (-4 *5 (-850))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *2)) (-4 *4 (-1049))
+ (-4 *2 (-850))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-852 *2)) (-4 *2 (-1049))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 (-771))) (-4 *1 (-949 *4 *5 *6))
+ (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-949 *4 *5 *2)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *2 (-850))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 *5)) (-4 *1 (-973 *4 *5 *6))
+ (-4 *4 (-1049)) (-4 *5 (-792)) (-4 *6 (-850))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *1 (-973 *4 *3 *2)) (-4 *4 (-1049)) (-4 *3 (-792))
+ (-4 *2 (-850)))))
+(((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-689 (-409 *4))))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))))
(((*1 *2 *3)
(-12 (-5 *3 (-1157)) (-4 *4 (-13 (-308) (-147)))
(-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793))
@@ -4430,1072 +2561,1241 @@
(-2 (|:| |eqzro| (-644 *7)) (|:| |neqzro| (-644 *7))
(|:| |wcond| (-644 (-952 *4)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *4))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *4))))))))))
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *4))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *4))))))))))
(-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-409 *6)) (-4 *6 (-1241 *5))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4))))
+ (-5 *1 (-810 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-653 (-409 *6))) (-4 *6 (-1241 *5))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2 (-2 (|:| -3781 (-644 (-409 *6))) (|:| -2840 (-689 *5))))
+ (-5 *1 (-810 *5 *6)) (-5 *4 (-644 (-409 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-409 *6)) (-4 *6 (-1241 *5))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4))))
+ (-5 *1 (-810 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-654 *6 (-409 *6))) (-4 *6 (-1241 *5))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2 (-2 (|:| -3781 (-644 (-409 *6))) (|:| -2840 (-689 *5))))
+ (-5 *1 (-810 *5 *6)) (-5 *4 (-644 (-409 *6))))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-5 *1 (-588 *2)) (-4 *2 (-547)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-644 *3))))
+ ((*1 *2 *1)
+ (-12 (|has| *1 (-6 -4415)) (-4 *1 (-491 *3)) (-4 *3 (-1215))
+ (-5 *2 (-644 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *2 *2 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-612 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175)))
+ (-4 *2 (-13 (-432 *5) (-27) (-1200)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *1 (-568 *5 *2 *6)) (-4 *6 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-974)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-1265 (-689 *4))) (-5 *1 (-90 *4 *5))
+ (-5 *3 (-689 *4)) (-4 *5 (-656 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-59 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-59 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1099)) (-5 *1 (-964 *3 *2)) (-4 *3 (-1099)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 *4))))
+ (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-649 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *2 (-112))
+ (-5 *1 (-264)))))
(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-244 *2)) (-4 *2 (-1214)))))
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-244 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1791 *8)))
+ (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-988 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1791 *8)))
+ (-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-1106 *4 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1265 (-317 (-225)))) (-5 *4 (-644 (-1175)))
+ (-5 *2 (-689 (-317 (-225)))) (-5 *1 (-205))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1099)) (-4 *6 (-900 *5)) (-5 *2 (-689 *6))
+ (-5 *1 (-692 *5 *6 *3 *4)) (-4 *3 (-375 *6))
+ (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
+(((*1 *1 *1) (-4 *1 (-1143))))
+(((*1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1099)) (-4 *5 (-1099))
+ (-5 *2 (-1 *5)) (-5 *1 (-683 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-874))))
+ ((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793))
+ (-5 *2 (-112)) (-5 *1 (-987 *3 *4 *5 *6))
+ (-4 *6 (-949 *3 *5 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
+ (-4 *4 (-13 (-1099) (-34))))))
+(((*1 *1) (-5 *1 (-823))))
(((*1 *1 *1 *1 *1) (-5 *1 (-862))) ((*1 *1 *1 *1) (-5 *1 (-862)))
((*1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD)))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-756)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
+ (-4 *4 (-375 *2)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -1962 (-782 *3)) (|:| |coef1| (-782 *3))))
+ (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-2 (|:| -1962 *1) (|:| |coef1| *1)))
+ (-4 *1 (-1064 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-317 (-381))) (-5 *2 (-317 (-225))) (-5 *1 (-306)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-4 *2 (-1099))
+ (-5 *1 (-889 *4 *2)))))
(((*1 *2 *3)
(-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566))))
((*1 *2 *1)
- (-12 (-5 *2 (-1264 (-3 (-470) "undefined"))) (-5 *1 (-1265)))))
+ (-12 (-5 *2 (-1265 (-3 (-470) "undefined"))) (-5 *1 (-1266)))))
+(((*1 *2)
+ (-12 (-4 *1 (-351))
+ (-5 *2 (-644 (-2 (|:| -3846 (-566)) (|:| -3388 (-566))))))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7))))
+ (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
+ (-5 *2
+ (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566))
+ (|:| |success| (-112))))
+ (-5 *1 (-789)) (-5 *5 (-566)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *5)) (-5 *4 (-921)) (-4 *5 (-850))
+ (-5 *2 (-644 (-672 *5))) (-5 *1 (-672 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-109))) (-5 *1 (-175)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 *4))))
+ (-5 *1 (-889 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099))
+ (-4 *7 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-1102 *3 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *5))))
+ (-5 *1 (-1128 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-13 (-308) (-147)))
+ (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1128 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-295 (-409 (-952 *5)))) (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *5))))
+ (-5 *1 (-1128 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-295 (-409 (-952 *4)))) (-4 *4 (-13 (-308) (-147)))
+ (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1128 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175)))
+ (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5)))))
+ (-5 *1 (-1128 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-409 (-952 *4)))) (-4 *4 (-13 (-308) (-147)))
+ (-5 *2 (-644 (-644 (-295 (-317 *4))))) (-5 *1 (-1128 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-295 (-409 (-952 *5))))) (-5 *4 (-644 (-1175)))
+ (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5)))))
+ (-5 *1 (-1128 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-295 (-409 (-952 *4)))))
+ (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *4)))))
+ (-5 *1 (-1128 *4)))))
(((*1 *2 *1)
(-12 (-5 *2 (-2 (|:| |preimage| (-644 *3)) (|:| |image| (-644 *3))))
(-5 *1 (-905 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-157))))
+ ((*1 *2 *1) (-12 (-5 *2 (-157)) (-5 *1 (-874))))
+ ((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-877 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-879 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-882 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1265 (-1265 (-566)))) (-5 *3 (-921)) (-5 *1 (-468)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1265 (-1175))) (-5 *3 (-1265 (-455 *4 *5 *6 *7)))
+ (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-921))
+ (-14 *6 (-644 (-1175))) (-14 *7 (-1265 (-689 *4)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-455 *4 *5 *6 *7)))
+ (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-921))
+ (-14 *6 (-644 *2)) (-14 *7 (-1265 (-689 *4)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-455 *3 *4 *5 *6))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175)))
+ (-14 *6 (-1265 (-689 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-1175))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175)))
+ (-14 *6 (-1265 (-689 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1175)) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172))
+ (-14 *4 (-921)) (-14 *5 (-644 *2)) (-14 *6 (-1265 (-689 *3)))))
+ ((*1 *1)
+ (-12 (-5 *1 (-455 *2 *3 *4 *5)) (-4 *2 (-172)) (-14 *3 (-921))
+ (-14 *4 (-644 (-1175))) (-14 *5 (-1265 (-689 *2))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
+ ((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-1097 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-4 *3 (-1099))
+ (-5 *2 (-112)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 *2))
+ (-5 *2 (-381)) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049))
+ (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558))
+ (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558))
+ (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850))
+ (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558))
+ (-4 *5 (-850)) (-4 *5 (-614 *2)) (-5 *2 (-381))
+ (-5 *1 (-785 *5)))))
(((*1 *2 *1)
(-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
(-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1221))))))
+(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 (-2 (|:| -3846 (-1171 *6)) (|:| -3388 (-566)))))
+ (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
+ (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1035)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1215)) (-5 *1 (-873 *3 *2)) (-4 *3 (-1215))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))))
+(((*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 (-689 (-225))) (-5 *5 (-112)) (-5 *6 (-225))
+ (-5 *7 (-689 (-566)))
+ (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN))))
+ (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))
+ (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-753)))))
(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-914 *3)) (-4 *3 (-308)))))
+(((*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1265 *4)) (-5 *1 (-530 *4))
+ (-4 *4 (-351)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-566)) (-5 *1 (-1197 *3)) (-4 *3 (-1049)))))
+(((*1 *1)
+ (-12 (-4 *1 (-406)) (-3348 (|has| *1 (-6 -4406)))
+ (-3348 (|has| *1 (-6 -4398)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-850))))
+ ((*1 *1) (-4 *1 (-844))) ((*1 *1 *1 *1) (-4 *1 (-850)))
+ ((*1 *2 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1) (-12 (-4 *1 (-327 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792))))
+ ((*1 *2 *1) (-12 (-4 *1 (-708 *3)) (-4 *3 (-1049)) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-771))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-771)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793))
+ (-4 *3 (-850)) (-5 *2 (-771)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-205))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 (-381))) (-5 *2 (-381)) (-5 *1 (-205)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1265 *4)) (-4 *4 (-1215)) (-4 *1 (-238 *3 *4)))))
+(((*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 (-689 (-225))) (-5 *6 (-112)) (-5 *7 (-689 (-566)))
+ (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-65 QPHESS))))
+ (-5 *3 (-566)) (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))))
(((*1 *2 *3 *1)
(-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1178)) (-5 *3 (-1175)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
- (-14 *4 (-644 (-1175)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1255 *3))
- (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1226 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1224 *3))
- (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1247 *3 *4)) (-4 *5 (-983 *4))))
- ((*1 *1 *1) (-4 *1 (-285)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
- (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-664 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-5 *1 (-627 *3 *4 *5))
- (-14 *5 (-921))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1160 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
- (-5 *1 (-1161 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566)))))
- (-4 *5 (-850)) (-5 *1 (-1280 *4 *5 *2)) (-4 *2 (-1285 *5 *4))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1171 *7)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *2 (-1171 *6))
+ (-5 *1 (-322 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225)))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1))))
+ (-5 *2 (-1035)) (-5 *1 (-753)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-308)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
+ (-5 *1 (-1123 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
+ (-5 *2
+ (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566))
+ (|:| |success| (-112))))
+ (-5 *1 (-789)) (-5 *5 (-566)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-648 *3)) (-4 *3 (-1049))
+ (-5 *1 (-714 *3 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-1284 *3 *4))
- (-4 *4 (-717 (-409 (-566)))) (-4 *3 (-850)) (-4 *4 (-172)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-836 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-317 *4))
+ (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 (-169 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))))
(((*1 *1 *2 *3)
(-12 (-5 *2 (-771)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5))
(-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
((*1 *1 *2)
(-12 (-4 *2 (-1049)) (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
(-4 *5 (-238 *3 *2)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157))
+ (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4))
+ (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-103 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-822)) (-5 *1 (-821)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-324 *2 *4)) (-4 *4 (-131))
+ (-4 *2 (-1099))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-363 *2)) (-4 *2 (-1099))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-388 *2)) (-4 *2 (-1099))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *2 (-1099)) (-5 *1 (-649 *2 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4)))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-819 *2)) (-4 *2 (-850)))))
+(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-317 *4))
+ (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 (-169 *4))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-689 *5))) (-4 *5 (-308)) (-4 *5 (-1049))
+ (-5 *2 (-1265 (-1265 *5))) (-5 *1 (-1029 *5)) (-5 *4 (-1265 *5)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *6))))
+ (-5 *4 (-1026 (-843 (-566)))) (-5 *5 (-1175)) (-5 *7 (-409 (-566)))
+ (-4 *6 (-1049)) (-5 *2 (-862)) (-5 *1 (-596 *6)))))
(((*1 *2 *1)
(-12 (-4 *4 (-1099)) (-5 *2 (-112)) (-5 *1 (-885 *3 *4 *5))
(-4 *3 (-1099)) (-4 *5 (-666 *4))))
((*1 *2 *1)
(-12 (-5 *2 (-112)) (-5 *1 (-889 *3 *4)) (-4 *3 (-1099))
(-4 *4 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
+ (-4 *4 (-351)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-644 (-264))) (-5 *4 (-1175))
+ (-5 *1 (-263 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *2 (-52))
+ (-5 *1 (-264)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270))
+ (-5 *1 (-1071 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1270))
+ (-5 *1 (-1107 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1265 *4)) (-5 *3 (-771)) (-4 *4 (-351))
+ (-5 *1 (-530 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566))))
+ ((*1 *1 *1) (-4 *1 (-1002)))
+ ((*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1012))))
+ ((*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-4 *1 (-1012))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-921))))
+ ((*1 *1 *1) (-4 *1 (-1012))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *1) (-5 *1 (-157)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
+(((*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))))
(((*1 *2 *3)
(-12 (-5 *3 (-644 (-483 *4 *5))) (-14 *4 (-644 (-1175)))
(-4 *5 (-454)) (-5 *2 (-644 (-247 *4 *5))) (-5 *1 (-631 *4 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1264 *6)) (-5 *4 (-1264 (-566))) (-5 *5 (-566))
- (-4 *6 (-1099)) (-5 *2 (-1 *6)) (-5 *1 (-1017 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-32 *4 *5))
- (-4 *5 (-432 *4))))
+(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-317 (-381))) (-5 *1 (-306)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-112)) (-5 *6 (-689 (-225)))
+ (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-48))) (-5 *2 (-420 *3)) (-5 *1 (-39 *3))
+ (-4 *3 (-1241 (-48)))))
((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112))
- (-5 *1 (-158 *4 *5)) (-4 *5 (-432 *4))))
+ (-12 (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1241 (-48)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-48))) (-4 *5 (-850)) (-4 *6 (-793))
+ (-5 *2 (-420 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-949 (-48) *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-48))) (-4 *5 (-850)) (-4 *6 (-793))
+ (-4 *7 (-949 (-48) *6 *5)) (-5 *2 (-420 (-1171 *7)))
+ (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1171 *7))))
((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112))
- (-5 *1 (-277 *4 *5)) (-4 *5 (-13 (-432 *4) (-1002)))))
+ (-12 (-4 *4 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-167 *4 *3))
+ (-4 *3 (-1241 (-169 *4)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-112)) (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4)))))
((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-302 *4)) (-4 *4 (-303))))
- ((*1 *2 *3) (-12 (-4 *1 (-303)) (-5 *3 (-114)) (-5 *2 (-112))))
+ (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4)))))
((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *5 (-1099)) (-5 *2 (-112))
- (-5 *1 (-431 *4 *5)) (-4 *4 (-432 *5))))
+ (-12 (-4 *4 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-216 *4 *3))
+ (-4 *3 (-1241 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112))
- (-5 *1 (-433 *4 *5)) (-4 *5 (-432 *4))))
+ (-12 (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
+ (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-771))) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
+ (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *2 (-420 *3))
+ (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
+ (-4 *3 (-1241 (-566)))))
((*1 *2 *3)
- (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112))
- (-5 *1 (-630 *4 *5)) (-4 *5 (-13 (-432 *4) (-1002) (-1199))))))
-(((*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1192)))))
-(((*1 *1 *1 *1) (-4 *1 (-967))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4414)) (-4 *1 (-235 *3))
- (-4 *3 (-1099))))
- ((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4414)) (-4 *1 (-235 *2)) (-4 *2 (-1099))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214)) (-4 *2 (-1099))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-283 *3)) (-4 *3 (-1214))))
- ((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-610 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-566)) (-4 *4 (-1099))
- (-5 *1 (-737 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-5 *1 (-737 *2)) (-4 *2 (-1099))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
- (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-4 *4 (-1099))
- (-5 *1 (-575 *4 *2)) (-4 *2 (-432 *4)))))
-(((*1 *1) (-5 *1 (-130))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-439)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))))
-(((*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-829)))))
-(((*1 *2 *1 *3 *3 *4)
- (-12 (-5 *3 (-1 (-862) (-862) (-862))) (-5 *4 (-566)) (-5 *2 (-862))
- (-5 *1 (-649 *5 *6 *7)) (-4 *5 (-1099)) (-4 *6 (-23)) (-14 *7 *6)))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-862)) (-5 *1 (-854 *3 *4 *5)) (-4 *3 (-1049))
- (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-862))))
- ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862))))
- ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-862))))
- ((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-862)) (-5 *1 (-1171 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *1) (-5 *1 (-225))) ((*1 *1 *1) (-5 *1 (-381)))
- ((*1 *1) (-5 *1 (-381))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-324 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-131))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-363 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-388 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-649 *3 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *1 (-231 *4))
- (-4 *4 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-771))))
- ((*1 *1 *1) (-4 *1 (-233)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4))
- (-4 *4 (-1240 *3))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-365) (-147))) (-5 *1 (-401 *2 *3))
- (-4 *3 (-1240 *2))))
- ((*1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 (-771))) (-4 *1 (-900 *4))
- (-4 *4 (-1099))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-900 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *1 (-900 *3)) (-4 *3 (-1099))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1099)))))
-(((*1 *1) (-5 *1 (-580)))
- ((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-863))))
- ((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-863))))
+ (-12 (-5 *2 (-420 (-169 (-566)))) (-5 *1 (-448))
+ (-5 *3 (-169 (-566)))))
+ ((*1 *2 *3)
+ (-12
+ (-4 *4
+ (-13 (-850)
+ (-10 -8 (-15 -1945 ((-1175) $))
+ (-15 -2780 ((-3 $ "failed") (-1175))))))
+ (-4 *5 (-793)) (-4 *7 (-558)) (-5 *2 (-420 *3))
+ (-5 *1 (-458 *4 *5 *6 *7 *3)) (-4 *6 (-558))
+ (-4 *3 (-949 *7 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-308)) (-5 *2 (-420 (-1171 *4))) (-5 *1 (-460 *4))
+ (-5 *3 (-1171 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1157)) (-5 *4 (-862)) (-5 *2 (-1269)) (-5 *1 (-863))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-1155 *4))
- (-4 *4 (-1099)) (-4 *4 (-1214)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
+ (-12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365))
+ (-4 *7 (-13 (-365) (-147) (-724 *5 *6))) (-5 *2 (-420 *3))
+ (-5 *1 (-496 *5 *6 *7 *3)) (-4 *3 (-1241 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-420 (-1171 *7)) (-1171 *7)))
+ (-4 *7 (-13 (-308) (-147))) (-4 *5 (-850)) (-4 *6 (-793))
+ (-5 *2 (-420 *3)) (-5 *1 (-542 *5 *6 *7 *3))
+ (-4 *3 (-949 *7 *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-420 (-1171 *7)) (-1171 *7)))
+ (-4 *7 (-13 (-308) (-147))) (-4 *5 (-850)) (-4 *6 (-793))
+ (-4 *8 (-949 *7 *6 *5)) (-5 *2 (-420 (-1171 *8)))
+ (-5 *1 (-542 *5 *6 *7 *8)) (-5 *3 (-1171 *8))))
+ ((*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-644 *5) *6))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *6 (-1241 *5)) (-5 *2 (-644 (-653 (-409 *6))))
+ (-5 *1 (-657 *5 *6)) (-5 *3 (-653 (-409 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-27))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *5 (-1241 *4)) (-5 *2 (-644 (-653 (-409 *5))))
+ (-5 *1 (-657 *4 *5)) (-5 *3 (-653 (-409 *5)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-819 *4)) (-4 *4 (-850)) (-5 *2 (-644 (-672 *4)))
+ (-5 *1 (-672 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-566)) (-5 *2 (-644 *3)) (-5 *1 (-696 *3))
+ (-4 *3 (-1241 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-351)) (-5 *2 (-420 *3))
+ (-5 *1 (-698 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-351))
+ (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-420 (-1171 *7)))
+ (-5 *1 (-698 *4 *5 *6 *7)) (-5 *3 (-1171 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-793))
+ (-4 *5
+ (-13 (-850)
+ (-10 -8 (-15 -1945 ((-1175) $))
+ (-15 -2780 ((-3 $ "failed") (-1175))))))
+ (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-730 *4 *5 *6 *3))
+ (-4 *3 (-949 (-952 *6) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-793))
+ (-4 *5 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))) (-4 *6 (-558))
+ (-5 *2 (-420 *3)) (-5 *1 (-732 *4 *5 *6 *3))
+ (-4 *3 (-949 (-409 (-952 *6)) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-13 (-308) (-147)))
+ (-5 *2 (-420 *3)) (-5 *1 (-733 *4 *5 *6 *3))
+ (-4 *3 (-949 (-409 *6) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-13 (-308) (-147)))
+ (-5 *2 (-420 *3)) (-5 *1 (-741 *4 *5 *6 *3))
+ (-4 *3 (-949 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-13 (-308) (-147)))
+ (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-420 (-1171 *7)))
+ (-5 *1 (-741 *4 *5 *6 *7)) (-5 *3 (-1171 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-420 *3)) (-5 *1 (-1007 *3))
+ (-4 *3 (-1241 (-409 (-566))))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-420 *3)) (-5 *1 (-1041 *3))
+ (-4 *3 (-1241 (-409 (-952 (-566)))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1241 (-409 (-566))))
+ (-4 *5 (-13 (-365) (-147) (-724 (-409 (-566)) *4)))
+ (-5 *2 (-420 *3)) (-5 *1 (-1078 *4 *5 *3)) (-4 *3 (-1241 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1241 (-409 (-952 (-566)))))
+ (-4 *5 (-13 (-365) (-147) (-724 (-409 (-952 (-566))) *4)))
+ (-5 *2 (-420 *3)) (-5 *1 (-1080 *4 *5 *3)) (-4 *3 (-1241 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-454))
+ (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 (-409 *7))))
+ (-5 *1 (-1170 *4 *5 *6 *7)) (-5 *3 (-1171 (-409 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-420 *1)) (-4 *1 (-1219))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-420 *3)) (-5 *1 (-1230 *3)) (-4 *3 (-1241 (-566))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-365)) (-4 *6 (-1240 (-409 *2)))
- (-4 *2 (-1240 *5)) (-5 *1 (-215 *5 *2 *6 *3))
- (-4 *3 (-344 *5 *2 *6)))))
-(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-292)))
- ((*1 *1) (-5 *1 (-862)))
- ((*1 *1)
- (-12 (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793))
- (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3))))
- ((*1 *1) (-5 *1 (-1084)))
- ((*1 *1)
- (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
- (-4 *3 (-13 (-1099) (-34)))))
- ((*1 *1) (-5 *1 (-1178))) ((*1 *1) (-5 *1 (-1179))))
-(((*1 *1 *1) (-5 *1 (-1062))))
-(((*1 *2 *1)
- (-12 (|has| *1 (-6 -4414)) (-4 *1 (-491 *3)) (-4 *3 (-1214))
- (-5 *2 (-644 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-737 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-441))) (-5 *1 (-865)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-489)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1177 (-409 (-566)))) (-5 *2 (-409 (-566)))
- (-5 *1 (-190)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-644
- (-2
- (|:| -2674
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (|:| -2636
- (-2
- (|:| |endPointContinuity|
- (-3 (|:| |continuous| "Continuous at the end points")
- (|:| |lowerSingular|
- "There is a singularity at the lower end point")
- (|:| |upperSingular|
- "There is a singularity at the upper end point")
- (|:| |bothSingular|
- "There are singularities at both end points")
- (|:| |notEvaluated|
- "End point continuity not yet evaluated")))
- (|:| |singularitiesStream|
- (-3 (|:| |str| (-1155 (-225)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2821
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite|
- "The bottom 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 (-561))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1214))
- (-5 *2 (-644 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-1277 *4 *5 *6 *7)))
- (-5 *1 (-1277 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-1 (-644 *5) *6))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *6 (-1241 *5)) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 *9)) (-5 *4 (-1 (-112) *9 *9))
- (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558))
- (-4 *7 (-793)) (-4 *8 (-850)) (-5 *2 (-644 (-1277 *6 *7 *8 *9)))
- (-5 *1 (-1277 *6 *7 *8 *9)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1470 *9))))
- (-5 *4 (-771)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-1269))
- (-5 *1 (-1068 *5 *6 *7 *8 *9))))
+ (-12 (-5 *3 (-653 (-409 *7))) (-5 *4 (-1 (-644 *6) *7))
+ (-5 *5 (-1 (-420 *7) *7))
+ (-4 *6 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *7 (-1241 *6)) (-5 *2 (-644 (-409 *7))) (-5 *1 (-812 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1470 *9))))
- (-5 *4 (-771)) (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-1269))
- (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *8 (-1064 *5 *6 *7))
- (-5 *2
- (-2 (|:| |val| (-644 *8))
- (|:| |towers| (-644 (-1027 *5 *6 *7 *8)))))
- (-5 *1 (-1027 *5 *6 *7 *8)) (-5 *3 (-644 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *8 (-1064 *5 *6 *7))
- (-5 *2
- (-2 (|:| |val| (-644 *8))
- (|:| |towers| (-644 (-1145 *5 *6 *7 *8)))))
- (-5 *1 (-1145 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
- ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-566) (-566))) (-5 *1 (-363 *3)) (-4 *3 (-1099))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-771) (-771))) (-5 *1 (-388 *3)) (-4 *3 (-1099))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
- (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)))))
-(((*1 *1 *1) (-4 *1 (-547))))
-(((*1 *2 *1) (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1214)) (-5 *2 (-566)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1255 *4)) (-5 *1 (-1257 *4 *2))
- (-4 *4 (-38 (-409 (-566)))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
- (-5 *2 (-2 (|:| -1685 (-644 *6)) (|:| -3292 (-644 *6)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-317 *5)))
- (-5 *1 (-1128 *5))))
+ (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-1 (-644 *5) *6))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *6 (-1241 *5)) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-654 *7 (-409 *7))) (-5 *4 (-1 (-644 *6) *7))
+ (-5 *5 (-1 (-420 *7) *7))
+ (-4 *6 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *7 (-1241 *6)) (-5 *2 (-644 (-409 *7))) (-5 *1 (-812 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-653 (-409 *5))) (-4 *5 (-1241 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2 (-644 (-409 *5))) (-5 *1 (-812 *4 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175)))
- (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-317 *5))))
- (-5 *1 (-1128 *5)))))
+ (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-1 (-420 *6) *6))
+ (-4 *6 (-1241 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-654 *5 (-409 *5))) (-4 *5 (-1241 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2 (-644 (-409 *5))) (-5 *1 (-812 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-1 (-420 *6) *6))
+ (-4 *6 (-1241 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-295 (-952 (-566))))
- (-5 *2
- (-2 (|:| |varOrder| (-644 (-1175)))
- (|:| |inhom| (-3 (-644 (-1264 (-771))) "failed"))
- (|:| |hom| (-644 (-1264 (-771))))))
- (-5 *1 (-236)))))
+ (-12 (-4 *4 (-558))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2018 *4)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-139)) (-5 *1 (-140))))
+ ((*1 *2 *1) (-12 (-5 *1 (-183 *2)) (-4 *2 (-185))))
+ ((*1 *2 *1) (-12 (-5 *2 (-249)) (-5 *1 (-248)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
+(((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-566)) (-5 *1 (-1155 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1059))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)) (-4 *2 (-1059))))
+ ((*1 *1 *1) (-4 *1 (-848)))
+ ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)) (-4 *2 (-1059))))
+ ((*1 *1 *1) (-4 *1 (-1059))) ((*1 *1 *1) (-4 *1 (-1138))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-381)) (-5 *1 (-1062)))))
+(((*1 *1 *1) (-4 *1 (-629)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002) (-1200))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-1193)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862))))
+ ((*1 *1 *1) (-5 *1 (-862))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-91 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1265 *6)) (-5 *4 (-1265 (-566))) (-5 *5 (-566))
+ (-4 *6 (-1099)) (-5 *2 (-1 *6)) (-5 *1 (-1017 *6)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-862)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1180)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-689 *11)) (-5 *4 (-644 (-409 (-952 *8))))
- (-5 *5 (-771)) (-5 *6 (-1157)) (-4 *8 (-13 (-308) (-147)))
- (-4 *11 (-949 *8 *10 *9)) (-4 *9 (-13 (-850) (-614 (-1175))))
- (-4 *10 (-793))
- (-5 *2
- (-2
- (|:| |rgl|
- (-644
- (-2 (|:| |eqzro| (-644 *11)) (|:| |neqzro| (-644 *11))
- (|:| |wcond| (-644 (-952 *8)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *8))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *8))))))))))
- (|:| |rgsz| (-566))))
- (-5 *1 (-924 *8 *9 *10 *11)) (-5 *7 (-566)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-1 (-587 *3) *3 (-1175)))
- (-5 *6
- (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
- (-1175)))
- (-4 *3 (-285)) (-4 *3 (-629)) (-4 *3 (-1038 *4)) (-4 *3 (-432 *7))
- (-5 *4 (-1175)) (-4 *7 (-614 (-892 (-566)))) (-4 *7 (-454))
- (-4 *7 (-886 (-566))) (-4 *7 (-1099)) (-5 *2 (-587 *3))
- (-5 *1 (-575 *7 *3)))))
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1241 *6))
+ (-4 *6 (-13 (-27) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566))))
+ (-4 *8 (-1241 (-409 *7))) (-5 *2 (-587 *3))
+ (-5 *1 (-554 *5 *6 *7 *8 *3)) (-4 *3 (-344 *6 *7 *8)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-921)) (-4 *4 (-370)) (-4 *4 (-365)) (-5 *2 (-1171 *1))
- (-4 *1 (-330 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1171 *3))))
+ (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-771))))
((*1 *2 *1)
- (-12 (-4 *1 (-372 *3 *2)) (-4 *3 (-172)) (-4 *3 (-365))
- (-4 *2 (-1240 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1264 *4)) (-4 *4 (-351)) (-5 *2 (-1171 *4))
- (-5 *1 (-530 *4)))))
+ (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-771)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-566)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1049))
- (-5 *1 (-322 *4 *5 *2 *6)) (-4 *6 (-949 *2 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1216)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-771)) (-5 *6 (-112)) (-4 *7 (-454)) (-4 *8 (-793))
- (-4 *9 (-850)) (-4 *3 (-1064 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
- (-5 *1 (-1068 *7 *8 *9 *3 *4)) (-4 *4 (-1070 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
- (-4 *3 (-1064 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
- (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
- (-5 *1 (-1068 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-771)) (-5 *6 (-112)) (-4 *7 (-454)) (-4 *8 (-793))
- (-4 *9 (-850)) (-4 *3 (-1064 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
- (-5 *1 (-1144 *7 *8 *9 *3 *4)) (-4 *4 (-1108 *7 *8 *9 *3))))
+ (|partial| -12 (-4 *4 (-13 (-558) (-147)))
+ (-5 *2 (-2 (|:| -3555 *3) (|:| -3567 *3))) (-5 *1 (-1235 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1060 (-1024 *3) (-1171 (-1024 *3))))
+ (-5 *1 (-1024 *3)) (-4 *3 (-13 (-848) (-365) (-1022))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-317 (-225))) (-5 *4 (-1175))
+ (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-192))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
- (-4 *3 (-1064 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
- (-5 *1 (-1144 *6 *7 *8 *3 *4)) (-4 *4 (-1108 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
- (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1099)) (-4 *6 (-886 *5)) (-5 *2 (-885 *5 *6 (-644 *6)))
- (-5 *1 (-887 *5 *6 *4)) (-5 *3 (-644 *6)) (-4 *4 (-614 (-892 *5)))))
+ (-12 (-5 *3 (-317 (-225))) (-5 *4 (-1175))
+ (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-301)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-566)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1215))
+ (-4 *3 (-375 *4)) (-4 *5 (-375 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119))))))
+ (-4 *4 (-351)) (-5 *2 (-689 *4)) (-5 *1 (-348 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1248 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1225 *3))
+ (-5 *2 (-409 (-566))))))
+(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1962 *3)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-771)) (-5 *1 (-563)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2)
+ (-12 (-5 *2 (-566))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-771)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-793)) (-4 *4 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *7 (-850))
+ (-5 *1 (-451 *5 *6 *7 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-612 *1)) (-4 *1 (-432 *4)) (-4 *4 (-1099))
+ (-4 *4 (-558)) (-5 *2 (-409 (-1171 *1)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1200)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2 (-1171 (-409 (-1171 *3)))) (-5 *1 (-562 *6 *3 *7))
+ (-5 *5 (-1171 *3)) (-4 *7 (-1099))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1099)) (-5 *2 (-644 (-295 *3))) (-5 *1 (-887 *5 *3 *4))
- (-4 *3 (-1038 (-1175))) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5)))))
+ (-12 (-5 *4 (-1261 *5)) (-14 *5 (-1175)) (-4 *6 (-1049))
+ (-5 *2 (-1238 *5 (-952 *6))) (-5 *1 (-947 *5 *6)) (-5 *3 (-952 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-1171 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-1171 *1))
+ (-4 *1 (-949 *4 *5 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1099)) (-5 *2 (-644 (-295 (-952 *3))))
- (-5 *1 (-887 *5 *3 *4)) (-4 *3 (-1049))
- (-2404 (-4 *3 (-1038 (-1175)))) (-4 *3 (-886 *5))
- (-4 *4 (-614 (-892 *5)))))
+ (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-1049))
+ (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-409 (-1171 *3)))
+ (-5 *1 (-950 *5 *4 *6 *7 *3))
+ (-4 *3
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $)))))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-1171 *3))
+ (-4 *3
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $)))))
+ (-4 *7 (-949 *6 *5 *4)) (-4 *5 (-793)) (-4 *4 (-850))
+ (-4 *6 (-1049)) (-5 *1 (-950 *5 *4 *6 *7 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1099)) (-5 *2 (-889 *5 *3)) (-5 *1 (-887 *5 *3 *4))
- (-2404 (-4 *3 (-1038 (-1175)))) (-2404 (-4 *3 (-1049)))
- (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *5)) (-4 *5 (-432 *4)) (-4 *4 (-558))
- (-5 *2 (-862)) (-5 *1 (-32 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-689 (-409 (-952 (-566)))))
- (-5 *2
- (-644
- (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566))
- (|:| |radvect| (-644 (-689 (-317 (-566))))))))
- (-5 *1 (-1031)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-482)))))
+ (-12 (-5 *4 (-1175)) (-4 *5 (-558))
+ (-5 *2 (-409 (-1171 (-409 (-952 *5))))) (-5 *1 (-1043 *5))
+ (-5 *3 (-409 (-952 *5))))))
(((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-689 (-409 *4))))))
+ (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-419 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
+ (-5 *2
+ (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566))
+ (|:| |success| (-112))))
+ (-5 *1 (-789)) (-5 *5 (-566)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558))
+ (-5 *2 (-1171 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-1214)) (-5 *1 (-182 *3 *2))
- (-4 *2 (-674 *3)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3)) (-4 *3 (-850))
- (-4 *3 (-1099)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-671))))
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-172)) (-4 *2 (-23)) (-5 *1 (-290 *3 *4 *2 *5 *6 *7))
+ (-4 *4 (-1241 *3)) (-14 *5 (-1 *4 *4 *2))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2))
+ (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2))))
((*1 *2 *1)
- (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921))
- (-14 *4 (-921)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1049))
- (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285)))
- (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4)))))
+ (-12 (-4 *2 (-23)) (-5 *1 (-711 *3 *2 *4 *5 *6)) (-4 *3 (-172))
+ (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2))
+ (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2))))
+ ((*1 *2)
+ (-12 (-4 *2 (-1241 *3)) (-5 *1 (-712 *3 *2)) (-4 *3 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-23)) (-5 *1 (-715 *3 *2 *4 *5 *6)) (-4 *3 (-172))
+ (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2))
+ (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2))))
+ ((*1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))))
(((*1 *1 *1)
(-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-454)) (-4 *4 (-820))
- (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-689 (-409 (-952 (-566)))))
- (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031))
- (-5 *3 (-317 (-566))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-114)) (-4 *4 (-1049)) (-5 *1 (-714 *4 *2))
- (-4 *2 (-648 *4))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-5 *1 (-836 *2)) (-4 *2 (-1049)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-486 *3)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-771)) (-4 *2 (-1099))
- (-5 *1 (-678 *2)))))
-(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-241)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-748)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-755)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-862)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-771)) (-5 *4 (-921)) (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-771)) (-5 *4 (-921)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1184)))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-1240 *2)) (-4 *2 (-1240 *4)) (-5 *1 (-985 *4 *2 *3 *5))
- (-4 *4 (-351)) (-4 *5 (-724 *2 *3)))))
-(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-701))))
- ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-701)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1073))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-587 *2)) (-4 *2 (-13 (-29 *4) (-1199)))
- (-5 *1 (-585 *4 *2))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-587 (-409 (-952 *4))))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-317 *4))
- (-5 *1 (-590 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4))))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))))
+(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
+ (|partial| -12 (-5 *2 (-644 (-1171 *13))) (-5 *3 (-1171 *13))
+ (-5 *4 (-644 *12)) (-5 *5 (-644 *10)) (-5 *6 (-644 *13))
+ (-5 *7 (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| *13)))))
+ (-5 *8 (-644 (-771))) (-5 *9 (-1265 (-644 (-1171 *10))))
+ (-4 *12 (-850)) (-4 *10 (-308)) (-4 *13 (-949 *10 *11 *12))
+ (-4 *11 (-793)) (-5 *1 (-707 *11 *12 *10 *13)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-365))
+ (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *1 (-452 *4 *5 *6 *2))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-99 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-365))
+ (-5 *2
+ (-2 (|:| R (-689 *6)) (|:| A (-689 *6)) (|:| |Ainv| (-689 *6))))
+ (-5 *1 (-978 *6)) (-5 *3 (-689 *6)))))
+(((*1 *1) (-5 *1 (-292))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1214)) (-5 *2 (-644 *1)) (-4 *1 (-1010 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1264 *5)) (-4 *5 (-792)) (-5 *2 (-112))
- (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-689 *2)) (-4 *4 (-1240 *2))
- (-4 *2 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-5 *1 (-501 *2 *4 *5)) (-4 *5 (-411 *2 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
- (-4 *5 (-238 *3 *2)) (-4 *2 (-1049)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1175)) (-5 *1 (-587 *2)) (-4 *2 (-1038 *3))
- (-4 *2 (-365))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-587 *2)) (-4 *2 (-365))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-630 *4 *2))
- (-4 *2 (-13 (-432 *4) (-1002) (-1199)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1091 *2)) (-4 *2 (-13 (-432 *4) (-1002) (-1199)))
- (-4 *4 (-558)) (-5 *1 (-630 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-959)) (-5 *2 (-1175))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-959)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+ (-12 (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4)))
+ (-5 *2 (-1265 *6)) (-5 *1 (-338 *3 *4 *5 *6))
+ (-4 *6 (-344 *3 *4 *5)))))
+(((*1 *1 *1) (-5 *1 (-225)))
+ ((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *1 *1) (-4 *1 (-1138))) ((*1 *1 *1 *1) (-4 *1 (-1138))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558))
- (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8))))
- (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921))
- (-14 *4 (-921)))))
-(((*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-225)) (-5 *1 (-306)))))
-(((*1 *2 *1) (-12 (-5 *2 (-958 (-771))) (-5 *1 (-334)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-752)))))
+ (-12 (-5 *3 (-409 (-566))) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-558)) (-4 *8 (-949 *7 *5 *6))
+ (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *9) (|:| |radicand| *9)))
+ (-5 *1 (-953 *5 *6 *7 *8 *9)) (-5 *4 (-771))
+ (-4 *9
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *8)) (-15 -2499 (*8 $)) (-15 -2507 (*8 $))))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-112)) (-5 *1 (-829)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1049)) (-5 *2 (-958 (-712 *3 *4))) (-5 *1 (-712 *3 *4))
+ (-4 *4 (-1241 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *1) (-5 *1 (-439))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1038 (-566))) (-4 *1 (-303)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))))
+ (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-32 *3 *4))
+ (-4 *4 (-432 *3))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-55)) (-5 *1 (-114))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-771)) (-5 *1 (-114))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-114))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-158 *3 *4))
+ (-4 *4 (-432 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-114)) (-5 *1 (-163))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-277 *3 *4))
+ (-4 *4 (-13 (-432 *3) (-1002)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-302 *3)) (-4 *3 (-303))))
+ ((*1 *2 *2) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-4 *4 (-1099)) (-5 *1 (-431 *3 *4))
+ (-4 *3 (-432 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-433 *3 *4))
+ (-4 *4 (-432 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-612 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-630 *3 *4))
+ (-4 *4 (-13 (-432 *3) (-1002) (-1200)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1019)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175)) (-5 *2 (-1 (-225) (-225))) (-5 *1 (-703 *3))
+ (-4 *3 (-614 (-538)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1175)) (-5 *2 (-1 (-225) (-225) (-225)))
+ (-5 *1 (-703 *3)) (-4 *3 (-614 (-538))))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-644
- (-2 (|:| -2755 (-771))
- (|:| |eqns|
- (-644
- (-2 (|:| |det| *7) (|:| |rows| (-644 (-566)))
- (|:| |cols| (-644 (-566))))))
- (|:| |fgb| (-644 *7)))))
- (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147)))
- (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-771))
- (-5 *1 (-924 *4 *5 *6 *7)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1155 *4)) (-5 *3 (-1 *4 (-566))) (-4 *4 (-1049))
- (-5 *1 (-1159 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-752)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-119 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099))
+ (-4 *6 (-1099)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-684 *4 *5 *6)))))
+(((*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1215)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699))))
+ ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-172))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1286 *3 *4)) (-4 *3 (-850))
(-4 *4 (-1049)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-1155 *3))) (-5 *1 (-1155 *3)) (-4 *3 (-1214)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365))
- (-5 *2
- (-2 (|:| |ir| (-587 (-409 *6))) (|:| |specpart| (-409 *6))
- (|:| |polypart| *6)))
- (-5 *1 (-576 *5 *6)) (-5 *3 (-409 *6)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-420 *3)) (-4 *3 (-547)) (-4 *3 (-558))))
- ((*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-547)) (-4 *3 (-1099))))
+ (-12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1225 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-954)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-560 *2)) (-4 *2 (-547)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-612 *1))) (-4 *1 (-303)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-943 (-225)))) (-5 *1 (-1266)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-308)) (-5 *1 (-179 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-454)) (-4 *4 (-850))
+ (-4 *5 (-793)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1265 *4)) (-4 *4 (-419 *3)) (-4 *3 (-308))
+ (-4 *3 (-558)) (-5 *1 (-43 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-4 *4 (-365)) (-5 *2 (-1265 *1))
+ (-4 *1 (-330 *4))))
+ ((*1 *2) (-12 (-4 *3 (-365)) (-5 *2 (-1265 *1)) (-4 *1 (-330 *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-172)) (-4 *4 (-1241 *3)) (-5 *2 (-1265 *1))
+ (-4 *1 (-411 *3 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-547)) (-4 *3 (-1099))))
+ (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1241 *4))
+ (-5 *2 (-1265 *6)) (-5 *1 (-415 *3 *4 *5 *6))
+ (-4 *6 (-13 (-411 *4 *5) (-1038 *4)))))
((*1 *2 *1)
- (-12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-1008 *3)) (-4 *3 (-1038 (-409 (-566)))))))
-(((*1 *1 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)) (-4 *2 (-1049))))
- ((*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-822)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-277 *4 *3))
- (-4 *3 (-13 (-432 *4) (-1002))))))
-(((*1 *2 *3 *4 *3 *3)
- (-12 (-5 *3 (-295 *6)) (-5 *4 (-114)) (-4 *6 (-432 *5))
- (-4 *5 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *5 *6))))
- ((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-295 *7)) (-5 *4 (-114)) (-5 *5 (-644 *7))
- (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *6 *7))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-644 (-295 *7))) (-5 *4 (-644 (-114))) (-5 *5 (-295 *7))
- (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-644 (-295 *8))) (-5 *4 (-644 (-114))) (-5 *5 (-295 *8))
- (-5 *6 (-644 *8)) (-4 *8 (-432 *7))
- (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *7 *8))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-644 *7)) (-5 *4 (-644 (-114))) (-5 *5 (-295 *7))
- (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-114))) (-5 *6 (-644 (-295 *8)))
- (-4 *8 (-432 *7)) (-5 *5 (-295 *8))
- (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *7 *8))))
- ((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-295 *5)) (-5 *4 (-114)) (-4 *5 (-432 *6))
- (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *6 *5))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-4 *3 (-432 *6))
- (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *6 *3))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-4 *3 (-432 *6))
- (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *6 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-5 *6 (-644 *3))
- (-4 *3 (-432 *7)) (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
- (-5 *1 (-318 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-112))
- (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 (-169 *4))))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-112))
- (-5 *1 (-1203 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4))))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1218)) (-4 *3 (-1240 *4))
- (-4 *5 (-1240 (-409 *3))) (-5 *2 (-112))))
+ (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1241 *4))
+ (-5 *2 (-1265 *6)) (-5 *1 (-416 *3 *4 *5 *6 *7))
+ (-4 *6 (-411 *4 *5)) (-14 *7 *2)))
+ ((*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1265 *1)) (-4 *1 (-419 *3))))
((*1 *2 *3)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))))
-(((*1 *1 *1) (-5 *1 (-112))))
+ (-12 (-5 *3 (-921)) (-5 *2 (-1265 (-1265 *4))) (-5 *1 (-530 *4))
+ (-4 *4 (-351)))))
+(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-12 (-5 *2 (-171)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
(-4 *4 (-1049)))))
+(((*1 *2 *1) (-12 (-5 *2 (-213 4 (-129))) (-5 *1 (-581)))))
(((*1 *1 *1)
- (-12 (-4 *2 (-351)) (-4 *2 (-1049)) (-5 *1 (-712 *2 *3))
- (-4 *3 (-1240 *2)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-365)) (-5 *1 (-659 *4 *2))
- (-4 *2 (-656 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 *5)) (-4 *5 (-639 *4)) (-4 *4 (-558))
- (-5 *2 (-112)) (-5 *1 (-638 *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1240 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-921)) (-4 *1 (-1242 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-792))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-409 (-566))) (-4 *1 (-1245 *3)) (-4 *3 (-1049)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1103)) (-5 *3 (-774)) (-5 *1 (-52)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-850)) (-4 *5 (-793))
- (-4 *6 (-558)) (-4 *7 (-949 *6 *5 *3))
- (-5 *1 (-464 *5 *3 *6 *7 *2))
- (-4 *2
- (-13 (-1038 (-409 (-566))) (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $))
- (-15 -2260 (*7 $))))))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-689 *1)) (-4 *1 (-351)) (-5 *2 (-1264 *1))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-689 *1)) (-4 *1 (-145)) (-4 *1 (-909))
- (-5 *2 (-1264 *1)))))
-(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-192))))
- ((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-301))))
- ((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-306)))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-317 (-225))) (-5 *1 (-268)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+ (|partial| -12 (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
+ (-4 *3 (-13 (-1099) (-34))))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1214)) (-4 *2 (-1049))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862))))
- ((*1 *1 *1) (-5 *1 (-862)))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-943 (-225))) (-5 *2 (-225)) (-5 *1 (-1210))))
+ (-12
+ (-5 *2
+ (-2 (|:| |lm| (-388 *3)) (|:| |mm| (-388 *3)) (|:| |rm| (-388 *3))))
+ (-5 *1 (-388 *3)) (-4 *3 (-1099))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-1049)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-943 (-225)) (-225) (-225)))
- (-5 *3 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-256)))))
-(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))))
-(((*1 *1) (-5 *1 (-141))))
-(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
-(((*1 *2 *2 *3 *3)
- (|partial| -12 (-5 *3 (-1175))
- (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-577 *4 *2))
- (-4 *2 (-13 (-1199) (-959) (-1138) (-29 *4))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-1157)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-644 (-295 *4))) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
- (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-351))
- (-5 *2 (-644 (-2 (|:| |deg| (-771)) (|:| -3527 *3))))
- (-5 *1 (-216 *4 *3)) (-4 *3 (-1240 *4)))))
+ (-12
+ (-5 *2
+ (-2 (|:| |lm| (-819 *3)) (|:| |mm| (-819 *3)) (|:| |rm| (-819 *3))))
+ (-5 *1 (-819 *3)) (-4 *3 (-850)))))
+(((*1 *2 *3 *4 *5 *4 *4 *4)
+ (-12 (-4 *6 (-850)) (-5 *3 (-644 *6)) (-5 *5 (-644 *3))
+ (-5 *2
+ (-2 (|:| |f1| *3) (|:| |f2| (-644 *5)) (|:| |f3| *5)
+ (|:| |f4| (-644 *5))))
+ (-5 *1 (-1186 *6)) (-5 *4 (-644 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1157)) (-5 *2 (-644 (-1180))) (-5 *1 (-880)))))
-(((*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-771)) (-5 *1 (-591)))))
+ (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 (-566)))
+ (-5 *1 (-435 *4 *3)) (-4 *3 (-432 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-612 *3)) (-4 *3 (-432 *5))
+ (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-1171 (-409 (-566))))
+ (-5 *1 (-435 *5 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1215)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1207 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))))
-(((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1061))))
- ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1061)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-771)) (-5 *3 (-943 *5)) (-4 *5 (-1049))
- (-5 *1 (-1163 *4 *5)) (-14 *4 (-921))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-771))) (-5 *3 (-771)) (-5 *1 (-1163 *4 *5))
- (-14 *4 (-921)) (-4 *5 (-1049))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-771))) (-5 *3 (-943 *5)) (-4 *5 (-1049))
- (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))))
+ (-12 (-4 *4 (-454))
+ (-5 *2
+ (-644
+ (-2 (|:| |eigval| (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4))))
+ (|:| |eigmult| (-771))
+ (|:| |eigvec| (-644 (-689 (-409 (-952 *4))))))))
+ (-5 *1 (-293 *4)) (-5 *3 (-689 (-409 (-952 *4)))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-689 (-409 (-952 (-566)))))
- (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-174 *3)) (-4 *3 (-308))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-674 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-740 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-850))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *1 (-980 *3)) (-4 *3 (-1049))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7))
- (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6))))
- ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-644 (-2 (|:| -1389 *4) (|:| -1636 (-566)))))
+ (-4 *4 (-1099)) (-5 *2 (-1 *4)) (-5 *1 (-1017 *4)))))
+(((*1 *1 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1256 *3)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9))
+ (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793))
+ (-4 *8 (-850)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3773 (-644 *9))))
+ (-5 *3 (-644 *9)) (-4 *1 (-1208 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-2 (|:| |bas| *1) (|:| -3773 (-644 *8))))
+ (-5 *3 (-644 *8)) (-4 *1 (-1208 *5 *6 *7 *8)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *3 *1)
(-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1))
- (-4 *1 (-1070 *4 *5 *6 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-566))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))
- (-5 *2 (-1035)) (-5 *1 (-748)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-566)) (-5 *2 (-112)))))
+ (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-3 (-112) (-644 *1)))
+ (-4 *1 (-1070 *4 *5 *6 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-612 *5))) (-4 *4 (-1099)) (-5 *2 (-612 *5))
- (-5 *1 (-575 *4 *5)) (-4 *5 (-432 *4)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-4 *6 (-454))
- (-5 *2 (-644 (-644 *7))) (-5 *1 (-540 *6 *7 *5)) (-4 *7 (-365))
- (-4 *5 (-13 (-365) (-848))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7)))
- (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793))
- (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8)))
- (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8))))
+ (-12 (-5 *2 (-169 (-381))) (-5 *1 (-785 *3)) (-4 *3 (-614 (-381)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-921)) (-5 *2 (-169 (-381))) (-5 *1 (-785 *3))
+ (-4 *3 (-614 (-381)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7)))
- (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7))))
+ (-12 (-5 *3 (-169 *4)) (-4 *4 (-172)) (-4 *4 (-614 (-381)))
+ (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793))
- (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8)))
- (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-1028 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-644 (-689 *3))) (-4 *3 (-1049)) (-5 *1 (-1028 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-1028 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-644 (-689 *3))) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-225))) (-5 *4 (-771)) (-5 *2 (-689 (-225)))
- (-5 *1 (-306)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-331)))))
-(((*1 *1) (-4 *1 (-351)))
+ (-12 (-5 *3 (-169 *5)) (-5 *4 (-921)) (-4 *5 (-172))
+ (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 *5)) (-4 *5 (-432 *4)) (-4 *4 (-13 (-558) (-147)))
- (-5 *2
- (-2 (|:| |primelt| *5) (|:| |poly| (-644 (-1171 *5)))
- (|:| |prim| (-1171 *5))))
- (-5 *1 (-434 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-558) (-147)))
- (-5 *2
- (-2 (|:| |primelt| *3) (|:| |pol1| (-1171 *3))
- (|:| |pol2| (-1171 *3)) (|:| |prim| (-1171 *3))))
- (-5 *1 (-434 *4 *3)) (-4 *3 (-27)) (-4 *3 (-432 *4))))
- ((*1 *2 *3 *4 *3 *4)
- (-12 (-5 *3 (-952 *5)) (-5 *4 (-1175)) (-4 *5 (-13 (-365) (-147)))
- (-5 *2
- (-2 (|:| |coef1| (-566)) (|:| |coef2| (-566))
- (|:| |prim| (-1171 *5))))
- (-5 *1 (-960 *5))))
+ (-12 (-5 *3 (-952 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-614 (-381)))
+ (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175)))
- (-4 *5 (-13 (-365) (-147)))
- (-5 *2
- (-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 *5)))
- (|:| |prim| (-1171 *5))))
- (-5 *1 (-960 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-5 *5 (-1175))
- (-4 *6 (-13 (-365) (-147)))
- (-5 *2
- (-2 (|:| -2397 (-644 (-566))) (|:| |poly| (-644 (-1171 *6)))
- (|:| |prim| (-1171 *6))))
- (-5 *1 (-960 *6)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
- (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
- (-5 *6 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
- ((*1 *1 *1 *1) (-4 *1 (-475)))
- ((*1 *1 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
- ((*1 *2 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-883))))
- ((*1 *1 *1) (-5 *1 (-971)))
- ((*1 *1 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1288 *3 *4)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-172))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-388 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-819 *3)) (-4 *1 (-1281 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| -2610 *3) (|:| |coef1| (-782 *3)) (|:| |coef2| (-782 *3))))
- (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-566)) (-5 *1 (-571 *3)) (-4 *3 (-1038 *2)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-4 *5 (-330 *4)) (-4 *6 (-1240 *5))
- (-5 *2 (-644 *3)) (-5 *1 (-777 *4 *5 *6 *3 *7)) (-4 *3 (-1240 *6))
- (-14 *7 (-921)))))
-(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
- (|partial| -12 (-5 *4 (-644 *11)) (-5 *5 (-644 (-1171 *9)))
- (-5 *6 (-644 *9)) (-5 *7 (-644 *12)) (-5 *8 (-644 (-771)))
- (-4 *11 (-850)) (-4 *9 (-308)) (-4 *12 (-949 *9 *10 *11))
- (-4 *10 (-793)) (-5 *2 (-644 (-1171 *12)))
- (-5 *1 (-707 *10 *11 *9 *12)) (-5 *3 (-1171 *12)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *1 (-264))))
+ (-12 (-5 *3 (-952 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-172))
+ (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-330 *4)) (-4 *4 (-365))
- (-5 *2 (-689 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1264 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
- (-5 *2 (-689 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
- (-5 *2 (-1264 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1240 *4)) (-5 *2 (-689 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1240 *4)) (-5 *2 (-1264 *4))))
+ (-12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 (-381)))
+ (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049))
+ (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-411 *4 *5)) (-4 *4 (-172))
- (-4 *5 (-1240 *4)) (-5 *2 (-689 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3))
- (-5 *2 (-1264 *3))))
+ (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 (-381)))
+ (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558))
+ (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-419 *4)) (-4 *4 (-172))
- (-5 *2 (-689 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1264 *3))))
+ (-12 (-5 *3 (-409 (-952 (-169 *4)))) (-4 *4 (-558))
+ (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-689 *5))) (-5 *3 (-689 *5)) (-4 *5 (-365))
- (-5 *2 (-1264 *5)) (-5 *1 (-1085 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-132)) (-5 *1 (-1083 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-566) *2 *2)) (-4 *2 (-132)) (-5 *1 (-1083 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *1 *1) (-4 *1 (-1059))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-1264 *5)) (-4 *5 (-308))
- (-4 *5 (-1049)) (-5 *2 (-689 *5)) (-5 *1 (-1029 *5)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1155 *3)) (-4 *3 (-1099))
- (-4 *3 (-1214)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-903 *3)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
- (-5 *2 (-819 *3))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-846)) (-5 *1 (-1287 *3 *2)) (-4 *3 (-1049)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-558)) (-5 *1 (-969 *4 *2))
- (-4 *2 (-1240 *4)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-755)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
- (-4 *3 (-1064 *6 *7 *8))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-1071 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1470 *9))))
- (-5 *5 (-112)) (-4 *8 (-1064 *6 *7 *4)) (-4 *9 (-1070 *6 *7 *4 *8))
- (-4 *6 (-454)) (-4 *7 (-793)) (-4 *4 (-850))
- (-5 *2 (-644 (-2 (|:| |val| *8) (|:| -1470 *9))))
- (-5 *1 (-1071 *6 *7 *4 *8 *9)))))
-(((*1 *1) (-4 *1 (-967))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-905 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-365)) (-5 *1 (-896 *2 *4))
- (-4 *2 (-1240 *4)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-1175)) (-5 *2 (-112))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-114)) (-5 *2 (-112))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1175)) (-5 *2 (-112)) (-5 *1 (-612 *4))
- (-4 *4 (-1099))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-612 *4)) (-4 *4 (-1099))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1099)) (-5 *2 (-112))))
+ (-12 (-5 *3 (-409 (-952 (-169 *5)))) (-5 *4 (-921)) (-4 *5 (-558))
+ (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850))
+ (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-887 *5 *3 *4))
- (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5)))))
+ (-12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850))
+ (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-317 (-169 *4))) (-4 *4 (-558)) (-4 *4 (-850))
+ (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *6)) (-4 *6 (-886 *5)) (-4 *5 (-1099))
- (-5 *2 (-112)) (-5 *1 (-887 *5 *6 *4)) (-4 *4 (-614 (-892 *5))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365))))
+ (-12 (-5 *3 (-317 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-558))
+ (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381)))
+ (-5 *1 (-785 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *2
+ (-3 (|:| |%expansion| (-314 *5 *3 *6 *7))
+ (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))))
+ (-5 *1 (-422 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1200) (-432 *5)))
+ (-14 *6 (-1175)) (-14 *7 *3))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3))
+ (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6))))
((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-365)) (-5 *1 (-659 *4 *2))
- (-4 *2 (-656 *4)))))
+ (-12 (-5 *3 (-1 (-644 *7) (-644 *7))) (-5 *2 (-644 *7))
+ (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-1241 *4)) (-5 *1 (-541 *4 *2 *5 *6))
+ (-4 *4 (-308)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-771))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-921)) (-5 *1 (-152 *3 *4 *5)) (-14 *3 *2)
+ (-4 *4 (-365)) (-14 *5 (-993 *3 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-328 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-566)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1215)) (-14 *4 *2))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-547))))
+(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-112))
+ (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
+ (-4 *4 (-13 (-1099) (-34))))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1179)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1218)) (-4 *3 (-1240 *4))
- (-4 *5 (-1240 (-409 *3))) (-5 *2 (-112))))
+ (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-192))))
((*1 *2 *3)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-644 (-865))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))))
+ (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-301))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-306)))))
+(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-1064 *3 *4 *2)) (-4 *2 (-850))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
+ ((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389)))))
+(((*1 *1) (-5 *1 (-141))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-409 *4)) (-4 *4 (-1241 *3))
+ (-4 *3 (-13 (-365) (-147) (-1038 (-566)))) (-5 *1 (-570 *3 *4)))))
+(((*1 *1 *1 *1) (-4 *1 (-547))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-587 *3)) (-5 *1 (-428 *5 *3))
- (-4 *3 (-13 (-1199) (-29 *5)))))
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793))
+ (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1068 *5 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)) (-147)))
- (-5 *2 (-587 (-409 (-952 *5)))) (-5 *1 (-572 *5))
- (-5 *3 (-409 (-952 *5))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-171)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-1049)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-183 (-139)))) (-5 *1 (-140)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1179)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793))
+ (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *1) (-5 *1 (-803))))
+(((*1 *2 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))))
+(((*1 *1) (-5 *1 (-439))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1157)) (-4 *1 (-366 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-1099)))))
+(((*1 *2)
+ (-12
+ (-5 *2 (-2 (|:| -1607 (-644 (-1175))) (|:| -3728 (-644 (-1175)))))
+ (-5 *1 (-1217)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3))
+ (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-949 *6 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1241 (-566))) (-5 *1 (-488 *3)))))
(((*1 *2 *3 *3)
(-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883))
(-5 *3 (-644 (-566))))))
-(((*1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214)) (-4 *2 (-1099))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *3 (-644 (-264)))
+ (-5 *1 (-262))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-470))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-470)))))
+(((*1 *1) (-5 *1 (-141))))
+(((*1 *1 *1) (-4 *1 (-1143))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-538)))))
+(((*1 *2 *1 *1 *3 *4)
+ (-12 (-5 *3 (-1 (-112) *5 *5)) (-5 *4 (-1 (-112) *6 *6))
+ (-4 *5 (-13 (-1099) (-34))) (-4 *6 (-13 (-1099) (-34)))
+ (-5 *2 (-112)) (-5 *1 (-1139 *5 *6)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1157)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-264))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-945 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1265 *4)) (-4 *4 (-639 (-566)))
+ (-5 *2 (-1265 (-566))) (-5 *1 (-1292 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |k| (-672 *3)) (|:| |c| *4))))
+ (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
+ (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-921)) (-5 *1 (-786)))))
+(((*1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215)) (-4 *2 (-1099))))
((*1 *1 *1) (-12 (-4 *1 (-695 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-612 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4)))
+ (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-278 *4 *2)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-183 *3)) (-4 *3 (-185)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-31))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-133))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-138))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-154))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-161))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-218))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-676))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1019))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1065))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1095)))))
+(((*1 *2 *2) (-12 (-5 *2 (-689 (-317 (-566)))) (-5 *1 (-1031)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-800))
+ (-5 *3
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-1035)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1208 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-644
+ (-2 (|:| -3486 (-771))
+ (|:| |eqns|
+ (-644
+ (-2 (|:| |det| *7) (|:| |rows| (-644 (-566)))
+ (|:| |cols| (-644 (-566))))))
+ (|:| |fgb| (-644 *7)))))
+ (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147)))
+ (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-771))
+ (-5 *1 (-924 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172))))
+ ((*1 *2 *3 *3 *2)
+ (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))))
+(((*1 *1) (-5 *1 (-331))))
+(((*1 *2)
+ (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *2 (-1270))
+ (-5 *1 (-435 *3 *4)) (-4 *4 (-432 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-365) (-1200) (-1002))))))
+(((*1 *2 *3) (-12 (-5 *2 (-566)) (-5 *1 (-571 *3)) (-4 *3 (-1038 *2))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *3 *4 *2 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))))
(((*1 *2 *2)
(-12
(-5 *2
@@ -5504,45 +3804,459 @@
(|:| |polj| *6))))
(-4 *4 (-793)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *5 (-850))
(-5 *1 (-451 *3 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-96))))
+ ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-109))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-366 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1099))))
+ ((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-440 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-485))))
+ ((*1 *2 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-865))))
+ ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-965))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1074 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1114))))
+ ((*1 *1 *1) (-5 *1 (-1175))))
+(((*1 *1 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 (-952 *3))) (-4 *3 (-454)) (-5 *1 (-362 *3 *4))
+ (-14 *4 (-644 (-1175)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-452 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6))
+ (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *1 (-452 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6))
+ (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *1 (-452 *4 *5 *6 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850))
+ (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-644 (-780 *3 (-864 *4)))) (-4 *3 (-454))
+ (-14 *4 (-644 (-1175))) (-5 *1 (-628 *3 *4)))))
+(((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-1267))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1267))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1267)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-921))
+ (-5 *2 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119))))))
+ (-5 *1 (-348 *4)) (-4 *4 (-351)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006))))
+ ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-351))
+ (-5 *2
+ (-2 (|:| |cont| *5)
+ (|:| -2430 (-644 (-2 (|:| |irr| *3) (|:| -2510 (-566)))))))
+ (-5 *1 (-216 *5 *3)) (-4 *3 (-1241 *5)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1248 *3 *2)) (-4 *3 (-1049))
+ (-4 *2 (-1225 *3)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-644 *6)) (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
+ (-4 *3 (-558)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-312))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-970))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-994))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1036))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1072)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-324 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-131))
+ (-4 *3 (-792)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049))))
+ ((*1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175))
+ (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-952 *5)) (-4 *5 (-1049)) (-5 *2 (-247 *4 *5))
+ (-5 *1 (-944 *4 *5)) (-14 *4 (-644 (-1175))))))
+(((*1 *2 *3 *4 *3 *5 *3)
+ (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566))
+ (-5 *2 (-1035)) (-5 *1 (-754)))))
+(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-409 (-566))) (-5 *1 (-306)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-13 (-848) (-365))) (-5 *2 (-112)) (-5 *1 (-1060 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7))))
+ (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1196))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1196)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1247 *3 *2)) (-4 *3 (-1049))
- (-4 *2 (-1224 *3)))))
+ (-12 (-4 *1 (-1102 *3 *2 *4 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1265 *4)) (-5 *3 (-566)) (-4 *4 (-351))
+ (-5 *1 (-530 *4)))))
(((*1 *2 *3 *3)
(-12 (-4 *4 (-454)) (-4 *3 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
(-5 *1 (-451 *4 *3 *5 *6)) (-4 *6 (-949 *4 *3 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-370)))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-644
+ (-2
+ (|:| -2334
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1265 (-317 (-225))))
+ (|:| |yinit| (-644 (-225))) (|:| |intvals| (-644 (-225)))
+ (|:| |g| (-317 (-225))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (|:| -2303
+ (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381))
+ (|:| |expense| (-381)) (|:| |accuracy| (-381))
+ (|:| |intermediateResults| (-381)))))))
+ (-5 *1 (-803)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-689 *6)) (-5 *5 (-1 (-420 (-1171 *6)) (-1171 *6)))
+ (-4 *6 (-365))
+ (-5 *2
+ (-644
+ (-2 (|:| |outval| *7) (|:| |outmult| (-566))
+ (|:| |outvect| (-644 (-689 *7))))))
+ (-5 *1 (-534 *6 *7 *4)) (-4 *7 (-365)) (-4 *4 (-13 (-365) (-848))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-558)) (-5 *2 (-112)))))
+(((*1 *1 *2 *3 *3 *4 *4)
+ (-12 (-5 *2 (-952 (-566))) (-5 *3 (-1175))
+ (-5 *4 (-1093 (-409 (-566)))) (-5 *1 (-30)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-254 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-850))
+ (-4 *5 (-793)) (-4 *2 (-267 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-245 *3)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-169 (-225))) (-5 *5 (-566))
+ (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-39 *3)) (-4 *3 (-1241 (-48))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-317 *4)) (-4 *4 (-13 (-828) (-1049))) (-5 *2 (-1157))
+ (-5 *1 (-826 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-317 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-828) (-1049)))
+ (-5 *2 (-1157)) (-5 *1 (-826 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-822)) (-5 *4 (-317 *5)) (-4 *5 (-13 (-828) (-1049)))
+ (-5 *2 (-1270)) (-5 *1 (-826 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-822)) (-5 *4 (-317 *6)) (-5 *5 (-112))
+ (-4 *6 (-13 (-828) (-1049))) (-5 *2 (-1270)) (-5 *1 (-826 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-828)) (-5 *2 (-1157))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-828)) (-5 *3 (-112)) (-5 *2 (-1157))))
+ ((*1 *2 *3 *1) (-12 (-4 *1 (-828)) (-5 *3 (-822)) (-5 *2 (-1270))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-4 *1 (-828)) (-5 *3 (-822)) (-5 *4 (-112)) (-5 *2 (-1270)))))
(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
(-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225)))
- (-5 *5 (-1093 (-225))) (-5 *6 (-566)) (-5 *2 (-1209 (-926)))
+ (-5 *5 (-1093 (-225))) (-5 *6 (-566)) (-5 *2 (-1210 (-926)))
(-5 *1 (-319))))
((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
(-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225)))
(-5 *5 (-1093 (-225))) (-5 *6 (-566)) (-5 *7 (-1157))
- (-5 *2 (-1209 (-926))) (-5 *1 (-319))))
+ (-5 *2 (-1210 (-926))) (-5 *1 (-319))))
((*1 *2 *3 *3 *3 *4 *5 *6 *7)
(-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225)))
(-5 *5 (-1093 (-225))) (-5 *6 (-225)) (-5 *7 (-566))
- (-5 *2 (-1209 (-926))) (-5 *1 (-319))))
+ (-5 *2 (-1210 (-926))) (-5 *1 (-319))))
((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
(-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225)))
(-5 *5 (-1093 (-225))) (-5 *6 (-225)) (-5 *7 (-566)) (-5 *8 (-1157))
- (-5 *2 (-1209 (-926))) (-5 *1 (-319)))))
+ (-5 *2 (-1210 (-926))) (-5 *1 (-319)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-5 *1 (-488 *2)) (-4 *2 (-1241 (-566))))))
+(((*1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-771)) (-4 *5 (-558))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-969 *5 *3)) (-4 *3 (-1241 *5)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-874)) (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *1 *2) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-52)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 (-644 *5))) (-4 *5 (-1255 *4))
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
+ (-5 *2 (-644 (-952 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-644 (-952 *4))) (-5 *1 (-418 *3 *4))
+ (-4 *3 (-419 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-644 (-952 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-644 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1265 (-455 *4 *5 *6 *7))) (-5 *2 (-644 (-952 *4)))
+ (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-558)) (-4 *4 (-172))
+ (-14 *5 (-921)) (-14 *6 (-644 (-1175))) (-14 *7 (-1265 (-689 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 (-644 *5))) (-4 *5 (-1256 *4))
(-4 *4 (-38 (-409 (-566))))
- (-5 *2 (-1 (-1155 *4) (-644 (-1155 *4)))) (-5 *1 (-1257 *4 *5)))))
+ (-5 *2 (-1 (-1155 *4) (-644 (-1155 *4)))) (-5 *1 (-1258 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-644 (-644 (-566)))) (-5 *1 (-971))
+ (-5 *3 (-644 (-566))))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-1119)) (-5 *2 (-112)) (-5 *1 (-821)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-183 (-139)))) (-5 *1 (-140)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-566))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1241 (-48)))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *2 (-2 (|:| |less| (-121 *3)) (|:| |greater| (-121 *3))))
+ (-5 *1 (-121 *3)) (-4 *3 (-850))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-587 *4)) (-4 *4 (-13 (-29 *3) (-1200)))
+ (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-585 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-587 (-409 (-952 *3))))
+ (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-590 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-365))
+ (-5 *2 (-2 (|:| -2184 *3) (|:| |special| *3))) (-5 *1 (-727 *5 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1265 *5)) (-4 *5 (-365)) (-4 *5 (-1049))
+ (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5))
+ (-5 *3 (-644 (-689 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1265 (-1265 *5))) (-4 *5 (-365)) (-4 *5 (-1049))
+ (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5))
+ (-5 *3 (-644 (-689 *5)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-644 *1)) (-4 *1 (-1143))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-144)) (-5 *2 (-644 *1)) (-4 *1 (-1143)))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2
+ (-2
+ (|:| |endPointContinuity|
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular|
+ "There are singularities at both end points")
+ (|:| |notEvaluated|
+ "End point continuity not yet evaluated")))
+ (|:| |singularitiesStream|
+ (-3 (|:| |str| (-1155 (-225)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3274
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite| "The bottom 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 (-561)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-1140 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
+ (-4 *4 (-13 (-1099) (-34))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-409 (-566))) (-5 *1 (-320 *3 *4 *5)) (-4 *3 (-365))
+ (-14 *4 (-1175)) (-14 *5 *3))))
+(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))))
+(((*1 *2 *3 *2)
+ (-12
+ (-5 *2
+ (-644
+ (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-771)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *3 (-793)) (-4 *6 (-949 *4 *3 *5)) (-4 *4 (-454)) (-4 *5 (-850))
+ (-5 *1 (-451 *4 *3 *5 *6)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
(((*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))))
+(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-157)))))
+(((*1 *2 *3) (-12 (-5 *3 (-644 (-52))) (-5 *2 (-1270)) (-5 *1 (-863)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1159 *4)) (-4 *4 (-1049))
+ (-5 *3 (-566)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-1002))
+ (-4 *2 (-1049)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-365)) (-4 *3 (-1049))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2529 *1)))
+ (-4 *1 (-852 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4415)) (-4 *1 (-151 *2)) (-4 *2 (-1215))
+ (-4 *2 (-1099)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4))
+ (-5 *2
+ (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-409 *5))
+ (|:| |c2| (-409 *5)) (|:| |deg| (-771))))
+ (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1241 (-409 *5))))))
(((*1 *2 *3)
(-12 (-4 *4 (-909)) (-4 *5 (-793)) (-4 *6 (-850))
(-4 *7 (-949 *4 *5 *6)) (-5 *2 (-420 (-1171 *7)))
(-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-1171 *7))))
((*1 *2 *3)
- (-12 (-4 *4 (-909)) (-4 *5 (-1240 *4)) (-5 *2 (-420 (-1171 *5)))
+ (-12 (-4 *4 (-909)) (-4 *5 (-1241 *4)) (-5 *2 (-420 (-1171 *5)))
(-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1035))
+ (-5 *1 (-746)))))
+(((*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 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-675 (-225)))
+ (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-750)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *2 *1) (-12 (-4 *1 (-511 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-850)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-375 *2)) (-4 *2 (-1215))
+ (-4 *2 (-850))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (|has| *1 (-6 -4416))
+ (-4 *1 (-375 *3)) (-4 *3 (-1215)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))))
+(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-647 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-248)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-905 (-566))) (-5 *4 (-566)) (-5 *2 (-689 *4))
+ (-5 *1 (-1028 *5)) (-4 *5 (-1049))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1028 *4))
+ (-4 *4 (-1049))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-905 (-566)))) (-5 *4 (-566))
+ (-5 *2 (-644 (-689 *4))) (-5 *1 (-1028 *5)) (-4 *5 (-1049))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-644 (-566)))) (-5 *2 (-644 (-689 (-566))))
+ (-5 *1 (-1028 *4)) (-4 *4 (-1049)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1241 *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 (-711 *2 *3 *4 *5 *6)) (-4 *2 (-172))
+ (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
+ (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172))
+ (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
+ (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))))
(((*1 *2 *3 *1)
(-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-644 (-771)))
(-5 *1 (-904 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1091 (-843 *3))) (-4 *3 (-13 (-1199) (-959) (-29 *5)))
+ (-12 (-5 *3 (-644 (-566))) (-5 *4 (-905 (-566)))
+ (-5 *2 (-689 (-566))) (-5 *1 (-591))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-644 (-689 (-566))))
+ (-5 *1 (-591))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-566))) (-5 *4 (-644 (-905 (-566))))
+ (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-591)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5))
+ (-4 *3 (-1241 *4))
+ (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175))
+ (-5 *2 (-644 *4)) (-5 *1 (-1113 *4 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1219)) (-4 *3 (-1241 *4))
+ (-4 *5 (-1241 (-409 *3))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *4)) (-4 *4 (-1049)) (-5 *2 (-1265 *4))
+ (-5 *1 (-1176 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-921)) (-5 *2 (-1265 *3)) (-5 *1 (-1176 *3))
+ (-4 *3 (-1049)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-114)) (-5 *1 (-113 *2)) (-4 *2 (-1099)))))
+(((*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1208 *2 *3 *4 *5)) (-4 *2 (-558))
+ (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-1064 *2 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1253 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
+(((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1091 (-843 *3))) (-4 *3 (-13 (-1200) (-959) (-29 *5)))
(-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
(-5 *2
(-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3)))
@@ -5550,7 +4264,7 @@
(-5 *1 (-219 *5 *3))))
((*1 *2 *3 *4 *5)
(-12 (-5 *4 (-1091 (-843 *3))) (-5 *5 (-1157))
- (-4 *3 (-13 (-1199) (-959) (-29 *6)))
+ (-4 *3 (-13 (-1200) (-959) (-29 *6)))
(-4 *6 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
(-5 *2
(-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3)))
@@ -5590,9 +4304,9 @@
(-12 (-5 *4 (-1175))
(-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
(-5 *2 (-3 *3 (-644 *3))) (-5 *1 (-430 *5 *3))
- (-4 *3 (-13 (-1199) (-959) (-29 *5)))))
+ (-4 *3 (-13 (-1200) (-959) (-29 *5)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5))
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5))
(-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3)))
((*1 *2 *3 *4 *5 *5 *6)
(-12 (-5 *3 (-317 (-381))) (-5 *4 (-1093 (-843 (-381))))
@@ -5626,7 +4340,7 @@
(|partial| -12 (-5 *3 (-317 (-381))) (-5 *4 (-1091 (-843 (-381))))
(-5 *5 (-1175)) (-5 *2 (-1035)) (-5 *1 (-567))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1240 *4))
+ (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1241 *4))
(-5 *2 (-587 (-409 *5))) (-5 *1 (-570 *4 *5)) (-5 *3 (-409 *5))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-147))
@@ -5647,112 +4361,1000 @@
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049))
(-5 *1 (-1159 *3))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5))
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5))
(-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1172 *3 *4 *5))
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1172 *3 *4 *5))
(-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5))
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5))
(-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3)))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *1 (-1208 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-12 (-5 *2 (-1175)) (-5 *1 (-1209 *3)) (-4 *3 (-38 (-409 (-566))))
(-4 *3 (-1049))))
((*1 *1 *1 *2)
- (-2768
- (-12 (-5 *2 (-1175)) (-4 *1 (-1224 *3)) (-4 *3 (-1049))
- (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1199))
+ (-2700
+ (-12 (-5 *2 (-1175)) (-4 *1 (-1225 *3)) (-4 *3 (-1049))
+ (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1200))
(-4 *3 (-38 (-409 (-566))))))
- (-12 (-5 *2 (-1175)) (-4 *1 (-1224 *3)) (-4 *3 (-1049))
- (-12 (|has| *3 (-15 -1771 ((-644 *2) *3)))
- (|has| *3 (-15 -3313 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566))))))))
+ (-12 (-5 *2 (-1175)) (-4 *1 (-1225 *3)) (-4 *3 (-1049))
+ (-12 (|has| *3 (-15 -3981 ((-644 *2) *3)))
+ (|has| *3 (-15 -3613 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566))))))))
((*1 *1 *1)
- (-12 (-4 *1 (-1224 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566))))))
+ (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1228 *3 *4 *5))
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1229 *3 *4 *5))
(-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3)))
((*1 *1 *1)
- (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566))))))
+ (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566))))))
((*1 *1 *1 *2)
- (-2768
- (-12 (-5 *2 (-1175)) (-4 *1 (-1245 *3)) (-4 *3 (-1049))
- (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1199))
+ (-2700
+ (-12 (-5 *2 (-1175)) (-4 *1 (-1246 *3)) (-4 *3 (-1049))
+ (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1200))
(-4 *3 (-38 (-409 (-566))))))
- (-12 (-5 *2 (-1175)) (-4 *1 (-1245 *3)) (-4 *3 (-1049))
- (-12 (|has| *3 (-15 -1771 ((-644 *2) *3)))
- (|has| *3 (-15 -3313 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566))))))))
+ (-12 (-5 *2 (-1175)) (-4 *1 (-1246 *3)) (-4 *3 (-1049))
+ (-12 (|has| *3 (-15 -3981 ((-644 *2) *3)))
+ (|has| *3 (-15 -3613 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566))))))))
((*1 *1 *1)
- (-12 (-4 *1 (-1245 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566))))))
+ (-12 (-4 *1 (-1246 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1249 *3 *4 *5))
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1250 *3 *4 *5))
(-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3)))
((*1 *1 *1 *2)
- (-2768
- (-12 (-5 *2 (-1175)) (-4 *1 (-1255 *3)) (-4 *3 (-1049))
- (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1199))
+ (-2700
+ (-12 (-5 *2 (-1175)) (-4 *1 (-1256 *3)) (-4 *3 (-1049))
+ (-12 (-4 *3 (-29 (-566))) (-4 *3 (-959)) (-4 *3 (-1200))
(-4 *3 (-38 (-409 (-566))))))
- (-12 (-5 *2 (-1175)) (-4 *1 (-1255 *3)) (-4 *3 (-1049))
- (-12 (|has| *3 (-15 -1771 ((-644 *2) *3)))
- (|has| *3 (-15 -3313 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566))))))))
+ (-12 (-5 *2 (-1175)) (-4 *1 (-1256 *3)) (-4 *3 (-1049))
+ (-12 (|has| *3 (-15 -3981 ((-644 *2) *3)))
+ (|has| *3 (-15 -3613 (*3 *3 *2))) (-4 *3 (-38 (-409 (-566))))))))
((*1 *1 *1)
- (-12 (-4 *1 (-1255 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566))))))
+ (-12 (-4 *1 (-1256 *2)) (-4 *2 (-1049)) (-4 *2 (-38 (-409 (-566))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1256 *3 *4 *5))
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1257 *3 *4 *5))
(-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)) (-14 *5 *3))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-860)) (-5 *2 (-691 (-129))) (-5 *3 (-129)))))
+(((*1 *2 *3)
+ (-12 (-14 *4 (-644 (-1175))) (-14 *5 (-771))
+ (-5 *2
+ (-644
+ (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
+ (-247 *4 (-409 (-566))))))
+ (-5 *1 (-507 *4 *5))
+ (-5 *3
+ (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
+ (-247 *4 (-409 (-566))))))))
+(((*1 *2 *3 *4 *4 *5)
+ (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3))
+ (-4 *3 (-13 (-432 *6) (-27) (-1200)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-568 *6 *3 *7)) (-4 *7 (-1099)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-3 *3 (-644 *1)))
+ (-4 *1 (-1070 *4 *5 *6 *3)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-604 *3 *2)) (-4 *3 (-1099)) (-4 *3 (-850))
+ (-4 *2 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
+ ((*1 *2 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1215)) (-5 *1 (-873 *2 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *2 (-672 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1253 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-614 (-892 (-566))))
+ (-4 *5 (-886 (-566)))
+ (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-569 *5 *3)) (-4 *3 (-629))
+ (-4 *3 (-13 (-27) (-1200) (-432 *5)))))
+ ((*1 *2 *2 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-1175)) (-5 *4 (-843 *2)) (-4 *2 (-1138))
+ (-4 *2 (-13 (-27) (-1200) (-432 *5)))
+ (-4 *5 (-614 (-892 (-566)))) (-4 *5 (-886 (-566)))
+ (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566))))
+ (-5 *1 (-569 *5 *2)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2))
+ (-4 *3 (-558)))))
(((*1 *2 *3 *4 *3)
(-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
(-5 *1 (-747)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1171 *6)) (-4 *6 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-1171 *7)) (-5 *1 (-322 *4 *5 *6 *7))
+ (-4 *7 (-949 *6 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1049)) (-4 *5 (-1241 *4)) (-5 *2 (-1 *6 (-644 *6)))
+ (-5 *1 (-1259 *4 *5 *3 *6)) (-4 *3 (-656 *5)) (-4 *6 (-1256 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-328 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1215))
+ (-14 *4 (-566)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))
+ (-5 *2 (-1171 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))
+ (-5 *2 (-1171 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-192))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-301))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-306)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-555)))))
+(((*1 *2 *1 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-308))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2529 *1)))
+ (-4 *1 (-308)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-1155 *4) (-1155 *4))) (-5 *2 (-1155 *4))
+ (-5 *1 (-1290 *4)) (-4 *4 (-1215))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-644 (-1155 *5)) (-644 (-1155 *5)))) (-5 *4 (-566))
+ (-5 *2 (-644 (-1155 *5))) (-5 *1 (-1290 *5)) (-4 *5 (-1215)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-771)) (-4 *5 (-558))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-969 *5 *3)) (-4 *3 (-1241 *5)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-75 FCN JACOBF JACEPS))))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-76 G JACOBG JACGEP))))
+ (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1201 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-1201 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-644 (-1201 *2))) (-5 *1 (-1201 *2)) (-4 *2 (-1099)))))
(((*1 *2 *2) (-12 (-5 *1 (-588 *2)) (-4 *2 (-547)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-1157)) (-5 *1 (-97))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-1157)) (-5 *1 (-97)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-566))) (-5 *4 (-566)) (-5 *2 (-52))
+ (-5 *1 (-1005)))))
+(((*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-134)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-454)) (-4 *4 (-820))
+ (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)))))
(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-365))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
+ (-5 *1 (-576 *5 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-822)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 (-112) *7 (-644 *7))) (-4 *1 (-1208 *4 *5 *6 *7))
+ (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-566))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 *8)) (-4 *8 (-949 *5 *7 *6))
+ (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
+ (-4 *7 (-793))
+ (-5 *2
+ (-644
+ (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8))
+ (|:| |wcond| (-644 (-952 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *5))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *5))))))))))
+ (-5 *1 (-924 *5 *6 *7 *8)) (-5 *4 (-644 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 *8)) (-5 *4 (-644 (-1175))) (-4 *8 (-949 *5 *7 *6))
+ (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
+ (-4 *7 (-793))
+ (-5 *2
+ (-644
+ (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8))
+ (|:| |wcond| (-644 (-952 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *5))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *5))))))))))
+ (-5 *1 (-924 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-689 *7)) (-4 *7 (-949 *4 *6 *5))
+ (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793))
+ (-5 *2
+ (-644
+ (-2 (|:| |eqzro| (-644 *7)) (|:| |neqzro| (-644 *7))
+ (|:| |wcond| (-644 (-952 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *4))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *4))))))))))
+ (-5 *1 (-924 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-689 *9)) (-5 *5 (-921)) (-4 *9 (-949 *6 *8 *7))
+ (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175))))
+ (-4 *8 (-793))
+ (-5 *2
+ (-644
+ (-2 (|:| |eqzro| (-644 *9)) (|:| |neqzro| (-644 *9))
+ (|:| |wcond| (-644 (-952 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *6))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *6))))))))))
+ (-5 *1 (-924 *6 *7 *8 *9)) (-5 *4 (-644 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 (-1175))) (-5 *5 (-921))
+ (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147)))
+ (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793))
+ (-5 *2
+ (-644
+ (-2 (|:| |eqzro| (-644 *9)) (|:| |neqzro| (-644 *9))
+ (|:| |wcond| (-644 (-952 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *6))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *6))))))))))
+ (-5 *1 (-924 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 *8)) (-5 *4 (-921)) (-4 *8 (-949 *5 *7 *6))
+ (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
+ (-4 *7 (-793))
+ (-5 *2
+ (-644
+ (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8))
+ (|:| |wcond| (-644 (-952 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *5))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *5))))))))))
+ (-5 *1 (-924 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 *9)) (-5 *5 (-1157))
+ (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147)))
+ (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566))
+ (-5 *1 (-924 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 (-1175))) (-5 *5 (-1157))
+ (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147)))
+ (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566))
+ (-5 *1 (-924 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 *8)) (-5 *4 (-1157)) (-4 *8 (-949 *5 *7 *6))
+ (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
+ (-4 *7 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-689 *10)) (-5 *4 (-644 *10)) (-5 *5 (-921))
+ (-5 *6 (-1157)) (-4 *10 (-949 *7 *9 *8)) (-4 *7 (-13 (-308) (-147)))
+ (-4 *8 (-13 (-850) (-614 (-1175)))) (-4 *9 (-793)) (-5 *2 (-566))
+ (-5 *1 (-924 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-689 *10)) (-5 *4 (-644 (-1175))) (-5 *5 (-921))
+ (-5 *6 (-1157)) (-4 *10 (-949 *7 *9 *8)) (-4 *7 (-13 (-308) (-147)))
+ (-4 *8 (-13 (-850) (-614 (-1175)))) (-4 *9 (-793)) (-5 *2 (-566))
+ (-5 *1 (-924 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-689 *9)) (-5 *4 (-921)) (-5 *5 (-1157))
+ (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147)))
+ (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566))
+ (-5 *1 (-924 *6 *7 *8 *9)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558))
+ (-5 *2 (-1171 *3)))))
+(((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1215)) (-5 *2 (-771))
+ (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131))
+ (-5 *2 (-771))))
+ ((*1 *2)
+ (-12 (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-329 *3 *4))
+ (-4 *3 (-330 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-363 *3)) (-4 *3 (-1099))))
+ ((*1 *2) (-12 (-4 *1 (-370)) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-388 *3)) (-4 *3 (-1099))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1099)) (-5 *2 (-771)) (-5 *1 (-426 *3 *4))
+ (-4 *3 (-427 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099))
+ (-4 *4 (-23)) (-14 *5 *4)))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-4 *5 (-1241 *4)) (-5 *2 (-771))
+ (-5 *1 (-723 *3 *4 *5)) (-4 *3 (-724 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-819 *3)) (-4 *3 (-850))))
+ ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
+ (-4 *3 (-1241 *2)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558))))
+ ((*1 *1 *1) (|partial| -4 *1 (-722))))
+(((*1 *1 *1 *1) (|partial| -4 *1 (-131))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1) (-12 (-5 *1 (-672 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
+ (-4 *3 (-1241 *2)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4415)) (-4 *1 (-491 *3)) (-4 *3 (-1215))
+ (-4 *3 (-1099)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-112))
+ (-5 *1 (-904 *4))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-921)) (-5 *2 (-112)) (-5 *1 (-1100 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1099)) (-5 *2 (-889 *3 *5)) (-5 *1 (-885 *3 *4 *5))
+ (-4 *3 (-1099)) (-4 *5 (-666 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-771)) (-5 *4 (-1265 *2)) (-4 *5 (-308))
+ (-4 *6 (-992 *5)) (-4 *2 (-13 (-411 *6 *7) (-1038 *6)))
+ (-5 *1 (-415 *5 *6 *7 *2)) (-4 *7 (-1241 *6)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))
+ (-5 *2 (-644 (-225))) (-5 *1 (-306)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2))
+ (-4 *2 (-1256 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1241 *3))
+ (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1256 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2))
+ (-4 *2 (-1256 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147)))
+ (-5 *1 (-1151 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-708 *3)) (-5 *1 (-827 *2 *3)) (-4 *3 (-1049)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(((*1 *1)
+ (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
+ (-4 *4 (-172)))))
(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))))
+(((*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1) (-12 (-5 *1 (-672 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
+ (-4 *3 (-1241 *2)))))
+(((*1 *2 *3 *4 *4 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-682 *2)) (-4 *2 (-1099))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-644 *5) (-644 *5))) (-5 *4 (-566))
+ (-5 *2 (-644 *5)) (-5 *1 (-682 *5)) (-4 *5 (-1099)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-5 *2 (-409 *1)) (-4 *1 (-1241 *3)) (-4 *3 (-1049))
+ (-4 *3 (-558))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1180))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-508)) (-5 *3 (-644 (-1180))) (-5 *1 (-1180)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-308)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
+ (-5 *1 (-1123 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
+ (-5 *2 (-771)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-771))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4))
+ (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-688 *4 *5 *6 *3))
+ (-4 *3 (-687 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558))
+ (-5 *2 (-771)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-648 *5)) (-4 *5 (-1049))
+ (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-852 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-689 *3)) (-4 *1 (-419 *3)) (-4 *3 (-172))))
+ ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049))))
+ ((*1 *2 *3 *2 *2 *4 *5)
+ (-12 (-5 *4 (-99 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1049))
+ (-5 *1 (-853 *2 *3)) (-4 *3 (-852 *2)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5)))
+ (-5 *2 (-771)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))))
+(((*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))))
(((*1 *2 *3)
(-12 (-4 *4 (-454)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
(-5 *2 (-644 *3)) (-5 *1 (-977 *4 *5 *6 *3))
(-4 *3 (-1064 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-987 (-409 (-566)) (-864 *3) (-240 *4 (-771))
+ (-247 *3 (-409 (-566)))))
+ (-14 *3 (-644 (-1175))) (-14 *4 (-771)) (-5 *1 (-986 *3 *4)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1200))) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365)))
+ (-4 *3 (-1241 *4)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))
+ (-5 *2 (-644 (-409 (-566)))) (-5 *1 (-1020 *4))
+ (-4 *4 (-1241 (-566))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-558))
+ (-4 *7 (-949 *3 *5 *6))
+ (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *8) (|:| |radicand| *8)))
+ (-5 *1 (-953 *5 *6 *3 *7 *8)) (-5 *4 (-771))
+ (-4 *8
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $)) (-15 -2507 (*7 $))))))))
+(((*1 *1 *2 *3)
+ (-12
+ (-5 *3
+ (-644
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
+ (|:| |xpnt| (-566)))))
+ (-4 *2 (-558)) (-5 *1 (-420 *2))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |contp| (-566))
+ (|:| -2430 (-644 (-2 (|:| |irr| *4) (|:| -2510 (-566)))))))
+ (-4 *4 (-1241 (-566))) (-5 *2 (-420 *4)) (-5 *1 (-444 *4)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *4 (-558))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1611 *4)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-689 (-317 (-225))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))))
+ (-5 *1 (-205)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-493)) (-5 *4 (-954)) (-5 *2 (-691 (-535)))
(-5 *1 (-535))))
((*1 *2 *3 *4)
(-12 (-5 *4 (-954)) (-4 *3 (-1099)) (-5 *2 (-691 *1))
(-4 *1 (-767 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-793))
+ (-4 *5 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))) (-4 *6 (-558))
+ (-5 *2 (-2 (|:| -1307 (-952 *6)) (|:| -4238 (-952 *6))))
+ (-5 *1 (-732 *4 *5 *6 *3)) (-4 *3 (-949 (-409 (-952 *6)) *4 *5)))))
+(((*1 *2)
+ (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
+ (-14 *4 *2))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
+(((*1 *1 *1 *1) (-4 *1 (-475))) ((*1 *1 *1 *1) (-4 *1 (-761))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
+ (-4 *3 (-1241 *2)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1215)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-558)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4415)) (-4 *1 (-604 *4 *3)) (-4 *4 (-1099))
+ (-4 *3 (-1215)) (-4 *3 (-1099)) (-5 *2 (-112)))))
(((*1 *2 *1)
(-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-1163 3 *3))))
((*1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1266))))
- ((*1 *2 *1) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1266)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1267))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1267)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-3 (-409 (-952 *6)) (-1164 (-1175) (-952 *6))))
+ (-5 *5 (-771)) (-4 *6 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *6)))))
+ (-5 *1 (-293 *6)) (-5 *4 (-689 (-409 (-952 *6))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-2 (|:| |eigval| (-3 (-409 (-952 *5)) (-1164 (-1175) (-952 *5))))
+ (|:| |eigmult| (-771)) (|:| |eigvec| (-644 *4))))
+ (-4 *5 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *5)))))
+ (-5 *1 (-293 *5)) (-5 *4 (-689 (-409 (-952 *5)))))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *2 (-1035)) (-5 *1 (-757)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1256 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1180)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-755))))
+ ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-390))
+ (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-308))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-449 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6))
+ (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *1 (-449 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6))
+ (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *1 (-449 *4 *5 *6 *7)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-644 (-1075 *4 *5 *2))) (-4 *4 (-1099))
+ (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
+ (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4))))
+ (-5 *1 (-54 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-644 (-1075 *5 *6 *2))) (-5 *4 (-921)) (-4 *5 (-1099))
+ (-4 *6 (-13 (-1049) (-886 *5) (-614 (-892 *5))))
+ (-4 *2 (-13 (-432 *6) (-886 *5) (-614 (-892 *5))))
+ (-5 *1 (-54 *5 *6 *2)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-1215)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-864 *5))) (-14 *5 (-644 (-1175))) (-4 *6 (-454))
+ (-5 *2
+ (-2 (|:| |dpolys| (-644 (-247 *5 *6)))
+ (|:| |coords| (-644 (-566)))))
+ (-5 *1 (-473 *5 *6 *7)) (-5 *3 (-644 (-247 *5 *6))) (-4 *7 (-454)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1256 *4)) (-5 *1 (-1258 *4 *2))
+ (-4 *4 (-38 (-409 (-566)))))))
(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
(-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *6 (-225))
(-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1270)) (-5 *1 (-214 *4))
+ (-4 *4
+ (-13 (-850)
+ (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 (*2 $))
+ (-15 -3508 (*2 $)))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1270)) (-5 *1 (-214 *3))
+ (-4 *3
+ (-13 (-850)
+ (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 (*2 $))
+ (-15 -3508 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-504)))))
+(((*1 *1) (-5 *1 (-1178))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-308)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
+ (-5 *2
+ (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
+ (-5 *1 (-1123 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-308)) (-5 *1 (-179 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-771)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4415)) (-4 *1 (-235 *3))
+ (-4 *3 (-1099))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-283 *3)) (-4 *3 (-1215)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *2 (-1099)) (-4 *3 (-1099))
+ (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3095 *4)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2)
+ (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-419 *3)))))
(((*1 *2 *3 *2)
(-12 (-5 *3 (-644 (-689 *4))) (-5 *2 (-689 *4)) (-4 *4 (-1049))
(-5 *1 (-1029 *4)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
- (-14 *4 (-644 (-1175)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850)))
- (-14 *4 (-644 (-1175)))))
- ((*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1241 *5)) (-4 *5 (-365))
+ (-5 *2 (-2 (|:| -2184 (-420 *3)) (|:| |special| (-420 *3))))
+ (-5 *1 (-727 *5 *3)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))
+ (-5 *2 (-1035)) (-5 *1 (-748)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-377 *4 *2))
+ (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4416)))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-169 (-317 *4)))
+ (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 (-169 *4))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-169 *3)) (-5 *1 (-1204 *4 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112))
+ (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4))))
+ (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |polnum| (-782 *3)) (|:| |polden| *3) (|:| -2785 (-771))))
+ (-5 *1 (-782 *3)) (-4 *3 (-1049))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2785 (-771))))
+ (-4 *1 (-1064 *3 *4 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *1 (-1032 *2))
+ (-4 *2 (-13 (-1099) (-10 -8 (-15 * ($ $ $))))))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *2 (-1099)) (-4 *3 (-1099))
+ (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3))
+ (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-2 (|:| |deg| (-771)) (|:| -3933 *5))))
+ (-4 *5 (-1241 *4)) (-4 *4 (-351)) (-5 *2 (-644 *5))
+ (-5 *1 (-216 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-2 (|:| -3846 *5) (|:| -4297 (-566)))))
+ (-5 *4 (-566)) (-4 *5 (-1241 *4)) (-5 *2 (-644 *5))
+ (-5 *1 (-696 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1220))))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4415)) (-4 *1 (-491 *4))
+ (-4 *4 (-1215)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566))
+ (-14 *4 *2) (-4 *5 (-172))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-921)) (-5 *1 (-165 *3 *4))
+ (-4 *3 (-166 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-921))))
+ ((*1 *2)
+ (-12 (-4 *1 (-372 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3))
+ (-5 *2 (-921))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
+ (-5 *2 (-771)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-365))
+ (-5 *2 (-771)) (-5 *1 (-667 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4416))))
+ (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-5 *2 (-771))
+ (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-337 *3 *4 *5 *2)) (-4 *3 (-365))
- (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4)))
- (-4 *2 (-344 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-172))))
- ((*1 *1) (-12 (-4 *2 (-172)) (-4 *1 (-724 *2 *3)) (-4 *3 (-1240 *2)))))
-(((*1 *1 *1) (-4 *1 (-629)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002) (-1199))))))
-(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1219))))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))))
+ (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-771))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4))
+ (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-688 *4 *5 *6 *3))
+ (-4 *3 (-687 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558))
+ (-5 *2 (-771)))))
+(((*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-128)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-1179)) (-5 *1 (-1178)))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1215))
+ (-4 *4 (-375 *2)) (-4 *5 (-375 *2))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-375 *2))
+ (-4 *5 (-375 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "right") (-4 *1 (-119 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-119 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 (-566))) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 (-566)) (-14 *5 (-771))))
+ ((*1 *2 *1 *3 *3 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-771))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-771))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-771))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-771))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-172)) (-5 *1 (-136 *3 *4 *2)) (-14 *3 (-566))
+ (-14 *4 (-771))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1175)) (-5 *2 (-245 (-1157))) (-5 *1 (-214 *4))
+ (-4 *4
+ (-13 (-850)
+ (-10 -8 (-15 -3483 ((-1157) $ *3)) (-15 -2601 ((-1270) $))
+ (-15 -3508 ((-1270) $)))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-989)) (-5 *1 (-214 *3))
+ (-4 *3
+ (-13 (-850)
+ (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 ((-1270) $))
+ (-15 -3508 ((-1270) $)))))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "count") (-5 *2 (-771)) (-5 *1 (-245 *4)) (-4 *4 (-850))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-245 *3)) (-4 *3 (-850))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "unique") (-5 *1 (-245 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1180)) (-5 *1 (-250))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-287 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1215))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1215))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *3 (-172)) (-5 *1 (-290 *3 *2 *4 *5 *6 *7))
+ (-4 *2 (-1241 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
+ (-14 *6 (-1 (-3 *4 "failed") *4 *4))
+ (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 *1)) (-4 *1 (-303))))
+ ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
+ ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
+ ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
+ ((*1 *2 *1 *2 *2)
+ (-12 (-4 *1 (-344 *2 *3 *4)) (-4 *2 (-1219)) (-4 *3 (-1241 *2))
+ (-4 *4 (-1241 (-409 *3)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-419 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1157)) (-5 *1 (-504))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-52)) (-5 *1 (-632))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1232 (-566))) (-4 *1 (-651 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-771)) (-5 *1 (-675 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-644 (-566))) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-644 (-892 *4))) (-5 *1 (-892 *4))
+ (-4 *4 (-1099))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-903 *2)) (-4 *2 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-905 *4)) (-5 *1 (-904 *4))
+ (-4 *4 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-240 *4 *2)) (-14 *4 (-921)) (-4 *2 (-365))
+ (-5 *1 (-993 *4 *2))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "value") (-4 *1 (-1010 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7)) (-4 *2 (-1049))
+ (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7))
+ (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1049))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-921)) (-4 *4 (-1099))
+ (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
+ (-5 *1 (-1075 *4 *5 *2))
+ (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4))))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-921)) (-4 *4 (-1099))
+ (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
+ (-5 *1 (-1076 *4 *5 *2))
+ (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-566))) (-4 *1 (-1102 *3 *4 *5 *6 *7))
+ (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099))
+ (-4 *7 (-1099))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-566)) (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099))
+ (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099))))
+ ((*1 *1 *1 *1) (-4 *1 (-1143)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-409 *1)) (-4 *1 (-1241 *2)) (-4 *2 (-1049))
+ (-4 *2 (-365))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-409 *1)) (-4 *1 (-1241 *3)) (-4 *3 (-1049))
+ (-4 *3 (-558))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1243 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "last") (-4 *1 (-1253 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 "rest") (-4 *1 (-1253 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 "first") (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-644 (-771)))
+ (-5 *1 (-904 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-691 (-966 *3))) (-5 *1 (-966 *3)) (-4 *3 (-1099)))))
+(((*1 *1 *2) (-12 (-4 *1 (-666 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1175)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *2 (-1035)) (-5 *1 (-757)))))
+(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-218))))
+ ((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-676))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-381))))
+ ((*1 *1 *1 *1) (-4 *1 (-547)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
+ ((*1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-771)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3))
+ (-5 *1 (-742 *5 *4 *6 *3)) (-4 *3 (-949 *6 *5 *4)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1171 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |pde| (-644 (-317 (-225))))
+ (|:| |constraints|
+ (-644
+ (-2 (|:| |start| (-225)) (|:| |finish| (-225))
+ (|:| |grid| (-771)) (|:| |boundaryType| (-566))
+ (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225))))))
+ (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157))
+ (|:| |tol| (-225))))
+ (-5 *2 (-112)) (-5 *1 (-210)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1275)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-771)) (-4 *6 (-1099)) (-4 *3 (-900 *6))
+ (-5 *2 (-689 *3)) (-5 *1 (-692 *6 *3 *7 *4)) (-4 *7 (-375 *3))
+ (-4 *4 (-13 (-375 *6) (-10 -7 (-6 -4415)))))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-295 *2)) (-4 *2 (-726)) (-4 *2 (-1215)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-216 *4 *3))
+ (-4 *3 (-1241 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
+ (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-771))) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
+ (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *2 (-420 *3))
+ (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
+ (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-420 *3)) (-5 *1 (-1007 *3))
+ (-4 *3 (-1241 (-409 (-566))))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-420 *3)) (-5 *1 (-1230 *3)) (-4 *3 (-1241 (-566))))))
(((*1 *2 *3)
(-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
(-4 *4 (-558)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267))))
+ ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1175))
+ (-5 *2 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *1 (-1178)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-538)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-254 *2 *3 *4 *5)) (-4 *2 (-1049)) (-4 *3 (-850))
+ (-4 *4 (-267 *3)) (-4 *5 (-793)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1268)))))
+(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-144)))
+ ((*1 *1 *1) (-4 *1 (-1143))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-38 (-409 (-566))))
+ (-5 *2 (-2 (|:| -4153 (-1155 *4)) (|:| -4164 (-1155 *4))))
+ (-5 *1 (-1161 *4)) (-5 *3 (-1155 *4)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-877 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-879 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))))
+(((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))))
(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
(-12 (-5 *2 (-566))
(-5 *3
@@ -5760,27 +5362,389 @@
(|:| |polj| *4)))
(-4 *6 (-793)) (-4 *4 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *7 (-850))
(-5 *1 (-451 *5 *6 *7 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
+ (-14 *4 *2))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1049)) (-5 *2 (-112)) (-5 *1 (-446 *4 *3))
+ (-4 *3 (-1241 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
+ (-12 (-5 *6 (-644 (-112))) (-5 *7 (-689 (-225)))
+ (-5 *8 (-689 (-566))) (-5 *3 (-566)) (-5 *4 (-225)) (-5 *5 (-112))
+ (-5 *2 (-1035)) (-5 *1 (-754)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *2)) (-4 *2 (-172))))
+ ((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-418 *3 *2)) (-4 *3 (-419 *2))))
+ ((*1 *2) (-12 (-4 *1 (-419 *2)) (-4 *2 (-172)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454))
+ (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-977 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 *7)) (-5 *3 (-112)) (-4 *7 (-1064 *4 *5 *6))
+ (-4 *4 (-454)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *1 (-977 *4 *5 *6 *7)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-4 *1 (-903 *3)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-409 (-1171 (-317 *3)))) (-4 *3 (-558))
+ (-5 *1 (-1129 *3)))))
(((*1 *2 *1)
(-12 (-4 *2 (-1099)) (-5 *1 (-964 *2 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-566)) (-4 *1 (-651 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-651 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1175)) (-5 *1 (-331)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
+ (-5 *2
+ (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566))
+ (|:| |success| (-112))))
+ (-5 *1 (-789)) (-5 *5 (-566)))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-1241 (-409 (-566))))
+ (-5 *2 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))))
+ (-5 *1 (-913 *3 *4)) (-4 *4 (-1241 (-409 *3)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1241 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *3))
+ (-4 *3 (-1241 (-409 *4))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1060 (-1024 *4) (-1171 (-1024 *4)))) (-5 *3 (-862))
+ (-5 *1 (-1024 *4)) (-4 *4 (-13 (-848) (-365) (-1022))))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035))
+ (-5 *1 (-748)))))
+(((*1 *2)
+ (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270))
+ (-5 *1 (-1071 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270))
+ (-5 *1 (-1107 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-559 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))))
+(((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))
+ (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))
+ (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566)))
+ (-5 *4 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))
+ (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566))) (-5 *4 (-409 (-566)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-409 (-566)))
+ (-5 *2 (-644 (-2 (|:| -3555 *5) (|:| -3567 *5)))) (-5 *1 (-1020 *3))
+ (-4 *3 (-1241 (-566))) (-5 *4 (-2 (|:| -3555 *5) (|:| -3567 *5)))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))
+ (-5 *1 (-1021 *3)) (-4 *3 (-1241 (-409 (-566))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-644 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566))))))
+ (-5 *1 (-1021 *3)) (-4 *3 (-1241 (-409 (-566))))
+ (-5 *4 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-409 (-566)))
+ (-5 *2 (-644 (-2 (|:| -3555 *4) (|:| -3567 *4)))) (-5 *1 (-1021 *3))
+ (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-409 (-566)))
+ (-5 *2 (-644 (-2 (|:| -3555 *5) (|:| -3567 *5)))) (-5 *1 (-1021 *3))
+ (-4 *3 (-1241 *5)) (-5 *4 (-2 (|:| -3555 *5) (|:| -3567 *5))))))
(((*1 *2 *3) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-563)) (-5 *3 (-566)))))
+(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
+(((*1 *1 *1 *1) (-5 *1 (-129)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921))))
+ ((*1 *1 *1 *1) (-5 *1 (-1220))) ((*1 *1 *1 *1) (-5 *1 (-1221)))
+ ((*1 *1 *1 *1) (-5 *1 (-1222))) ((*1 *1 *1 *1) (-5 *1 (-1223))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-943 *4))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
+(((*1 *1) (-12 (-4 *1 (-467 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-538))) ((*1 *1) (-4 *1 (-722)))
+ ((*1 *1) (-4 *1 (-726)))
+ ((*1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099))))
+ ((*1 *1) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850)))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225)))
+ (-5 *2 (-1035)) (-5 *1 (-747)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-409 (-952 *4))) (-5 *3 (-1175))
+ (-4 *4 (-13 (-558) (-1038 (-566)) (-147))) (-5 *1 (-572 *4)))))
+(((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-943 (-225))) (-5 *4 (-874)) (-5 *5 (-921))
+ (-5 *2 (-1270)) (-5 *1 (-470))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-943 (-225))) (-5 *2 (-1270)) (-5 *1 (-470))))
+ ((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *4 (-874)) (-5 *5 (-921))
+ (-5 *2 (-1270)) (-5 *1 (-470)))))
+(((*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1157)) (-5 *1 (-306)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-566)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1215))
+ (-4 *5 (-375 *4)) (-4 *3 (-375 *4)))))
(((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926))))
((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927))))
((*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927))))
((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
+ (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
+ (-5 *2 (-644 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |k| (-893 *3)) (|:| |c| *4))))
+ (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
+ (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-672 *3))) (-5 *1 (-893 *3)) (-4 *3 (-850)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *1 *1 *1) (-5 *1 (-129)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921))))
+ ((*1 *1 *1 *1) (-5 *1 (-1220))) ((*1 *1 *1 *1) (-5 *1 (-1221)))
+ ((*1 *1 *1 *1) (-5 *1 (-1222))) ((*1 *1 *1 *1) (-5 *1 (-1223))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-365))
+ (-5 *2 (-112)) (-5 *1 (-667 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4416))))
+ (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4416)))) (-5 *2 (-112))
+ (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4)))))
+(((*1 *1) (-4 *1 (-23)))
+ ((*1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-538)))
+ ((*1 *1) (-12 (-4 *1 (-646 *2)) (-4 *2 (-1057))))
+ ((*1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099))))
+ ((*1 *1) (-12 (-4 *1 (-1051 *2)) (-4 *2 (-1057)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1099)) (-4 *2 (-900 *5)) (-5 *1 (-692 *5 *2 *3 *4))
+ (-4 *3 (-375 *2)) (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1215))
+ (-4 *5 (-375 *4)) (-4 *2 (-375 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *6 *7 *2)) (-4 *6 (-1049))
+ (-4 *7 (-238 *5 *6)) (-4 *2 (-238 *4 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-819 *4)) (-4 *4 (-850)) (-5 *2 (-112))
+ (-5 *1 (-672 *4)))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *6 (-614 (-1175)))
+ (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *2 (-1164 (-644 (-952 *4)) (-644 (-295 (-952 *4)))))
+ (-5 *1 (-506 *4 *5 *6 *7)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-614 (-892 *3))) (-4 *3 (-886 *3)) (-4 *3 (-454))
+ (-5 *1 (-1206 *3 *2)) (-4 *2 (-614 (-892 *3))) (-4 *2 (-886 *3))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1209 *3)) (-4 *3 (-974)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1210 *3)) (-4 *3 (-974)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))
+ (-5 *2 (-1035)) (-5 *1 (-748)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-644 *1))
+ (-4 *1 (-384 *3 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-735 *3 *4))) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-726))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-949 *3 *4 *5)))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1157)) (-4 *1 (-366 *2 *4)) (-4 *2 (-1099))
- (-4 *4 (-1099))))
- ((*1 *1 *2)
- (-12 (-4 *1 (-366 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+ (-12 (-4 *1 (-384 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1099))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-566)) (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3))
+ (-4 *3 (-1049))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-819 *4)) (-4 *4 (-850)) (-4 *1 (-1282 *4 *3))
+ (-4 *3 (-1049)))))
+(((*1 *1 *1) (-5 *1 (-225)))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ ((*1 *1 *1) (-5 *1 (-381))) ((*1 *1) (-5 *1 (-381))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -3170)) (-5 *2 (-112)) (-5 *1 (-617))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -1919)) (-5 *2 (-112)) (-5 *1 (-617))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -1973)) (-5 *2 (-112)) (-5 *1 (-617))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| -2495)) (-5 *2 (-112)) (-5 *1 (-691 *4))
+ (-4 *4 (-613 (-862)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-613 (-862))) (-5 *2 (-112))
+ (-5 *1 (-691 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1157))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-508))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-593))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-480))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-137))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-156))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1165))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-626))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1095))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1089))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1072))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-970))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-180))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1036))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-312))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-671))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-154))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-527))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1276))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1065))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-519))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-681))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-96))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1114))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-133))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-138))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-1275))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-676))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-218))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1136)) (-5 *3 (|[\|\|]| (-526))) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-1157))) (-5 *2 (-112)) (-5 *1 (-1180))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-508))) (-5 *2 (-112)) (-5 *1 (-1180))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-225))) (-5 *2 (-112)) (-5 *1 (-1180))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-566))) (-5 *2 (-112)) (-5 *1 (-1180)))))
+(((*1 *2 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
+ (-5 *2
+ (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566))
+ (|:| |success| (-112))))
+ (-5 *1 (-789)) (-5 *5 (-566)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308))
+ (-5 *2 (-644 (-771))) (-5 *1 (-778 *3 *4 *5 *6 *7))
+ (-4 *3 (-1241 *6)) (-4 *7 (-949 *6 *4 *5)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-644 (-317 (-225)))) (-5 *3 (-225)) (-5 *2 (-112))
+ (-5 *1 (-210)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-644
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225)))))
+ (-5 *1 (-561))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-610 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-5 *2 (-644 *3))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-644
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225)))))
+ (-5 *1 (-803)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850))
+ (-5 *2 (-2 (|:| -2651 *1) (|:| |gap| (-771)) (|:| -4368 *1)))
+ (-4 *1 (-1064 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-2 (|:| -2651 *1) (|:| |gap| (-771)) (|:| -4368 *1)))
+ (-4 *1 (-1064 *3 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1250 *3 *4 *5)) (-5 *1 (-320 *3 *4 *5)) (-4 *3 (-365))
+ (-14 *4 (-1175)) (-14 *5 *3)))
+ ((*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-420 *3)) (-4 *3 (-558))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-699))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1099)) (-5 *1 (-713 *3 *2 *4)) (-4 *3 (-850))
+ (-14 *4
+ (-1 (-112) (-2 (|:| -1351 *3) (|:| -3388 *2))
+ (-2 (|:| -1351 *3) (|:| -3388 *2)))))))
(((*1 *2 *3 *4 *5 *6)
(|partial| -12 (-5 *4 (-1 *8 *8))
(-5 *5
- (-1 (-3 (-2 (|:| -1641 *7) (|:| |coeff| *7)) "failed") *7))
- (-5 *6 (-644 (-409 *8))) (-4 *7 (-365)) (-4 *8 (-1240 *7))
+ (-1 (-3 (-2 (|:| -2650 *7) (|:| |coeff| *7)) "failed") *7))
+ (-5 *6 (-644 (-409 *8))) (-4 *7 (-365)) (-4 *8 (-1241 *7))
(-5 *3 (-409 *8))
(-5 *2
(-2
@@ -5790,1004 +5754,798 @@
(-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
(|:| |a0| *7)))
(-5 *1 (-576 *7 *8)))))
+(((*1 *1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-644
+ (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 *2))
+ (|:| |logand| (-1171 *2)))))
+ (-5 *4 (-644 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
+ (-4 *2 (-365)) (-5 *1 (-587 *2)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-419 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-258)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *1 (-1208 *5 *6 *7 *3))
+ (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112)))))
+(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123)))
+ ((*1 *1 *1 *1) (-5 *1 (-1119))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1097 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-755)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-365)) (-4 *4 (-558)) (-4 *5 (-1241 *4))
+ (-5 *2 (-2 (|:| -1873 (-623 *4 *5)) (|:| -2034 (-409 *5))))
+ (-5 *1 (-623 *4 *5)) (-5 *3 (-409 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4))
+ (-14 *3 (-921)) (-4 *4 (-1049))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-454)) (-4 *3 (-1049))
+ (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
+ (-4 *1 (-1241 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
(((*1 *1 *1 *2)
(-12 (-5 *2 (-644 (-566))) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566))
(-14 *4 (-771)) (-4 *5 (-172)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850))))
- ((*1 *1) (-4 *1 (-1150))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1179)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-420 (-1171 *1))) (-5 *1 (-317 *4)) (-5 *3 (-1171 *1))
+ (-4 *4 (-454)) (-4 *4 (-558)) (-4 *4 (-1099))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))))
+(((*1 *1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *1 *1) (-4 *1 (-967))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-1177 (-409 (-566))))
+ (-5 *1 (-190)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-351)) (-4 *4 (-330 *3)) (-4 *5 (-1241 *4))
+ (-5 *1 (-777 *3 *4 *5 *2 *6)) (-4 *2 (-1241 *5)) (-14 *6 (-921))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-4 *3 (-370))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1284 *2)) (-4 *2 (-365)) (-4 *2 (-370)))))
(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
(-12 (-5 *3 (-225)) (-5 *4 (-566))
(-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035))
(-5 *1 (-748)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-38 (-409 (-566))))
+ (-4 *2 (-172)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1241 *3)) (-4 *3 (-1049)) (-5 *2 (-1171 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *1 *1) (-4 *1 (-967))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-112)) (-5 *1 (-555)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-873 (-1180) (-771)))) (-5 *1 (-334)))))
+(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *3 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-749)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-1099))
+ (-5 *2 (-2 (|:| -2651 (-566)) (|:| |var| (-612 *1))))
+ (-4 *1 (-432 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)))))
(((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-97)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1049))
+ (-5 *1 (-853 *5 *2)) (-4 *2 (-852 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-558)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
+ (-5 *1 (-1205 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-771))) (-5 *3 (-171)) (-5 *1 (-1163 *4 *5))
+ (-14 *4 (-921)) (-4 *5 (-1049)))))
+(((*1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *1) (-4 *1 (-967))) ((*1 *1 *1) (-5 *1 (-1119))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-850)) (-4 *5 (-909)) (-4 *6 (-793))
+ (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-420 (-1171 *8)))
+ (-5 *1 (-906 *5 *6 *7 *8)) (-5 *4 (-1171 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-909)) (-4 *5 (-1241 *4)) (-5 *2 (-420 (-1171 *5)))
+ (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-365))
+ (-5 *1 (-523 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2))
+ (|has| *2 (-6 (-4417 "*"))) (-4 *2 (-1049))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-172))
+ (-5 *1 (-688 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
+ (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4417 "*"))) (-4 *2 (-1049)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-5 *2 (-644 *3)))))
+(((*1 *1 *1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-558)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
+ (-4 *4 (-351))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
+ (-4 *4 (-351))))
+ ((*1 *1) (-4 *1 (-370)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1265 *4)) (-5 *1 (-530 *4))
+ (-4 *4 (-351))))
+ ((*1 *1 *1) (-4 *1 (-547))) ((*1 *1) (-4 *1 (-547)))
+ ((*1 *1 *1) (-5 *1 (-566))) ((*1 *1 *1) (-5 *1 (-771)))
+ ((*1 *2 *1) (-12 (-5 *2 (-905 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-5 *2 (-905 *4)) (-5 *1 (-904 *4))
+ (-4 *4 (-1099))))
+ ((*1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-547)) (-4 *2 (-558)))))
+(((*1 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-264))))
+ ((*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002)))
+ (-5 *1 (-176 *3)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2))
(-4 *2
(-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $))
- (-15 -2260 ((-1124 *3 (-612 $)) $))
- (-15 -3152 ($ (-1124 *3 (-612 $)))))))))
+ (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $))
+ (-15 -2507 ((-1124 *3 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *3 (-612 $)))))))))
((*1 *2 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2))
(-4 *2
(-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $))
- (-15 -2260 ((-1124 *3 (-612 $)) $))
- (-15 -3152 ($ (-1124 *3 (-612 $)))))))))
+ (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $))
+ (-15 -2507 ((-1124 *3 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *3 (-612 $)))))))))
((*1 *2 *2 *3)
(-12 (-5 *3 (-644 *2))
(-4 *2
(-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *4 (-612 $)) $))
- (-15 -2260 ((-1124 *4 (-612 $)) $))
- (-15 -3152 ($ (-1124 *4 (-612 $)))))))
+ (-10 -8 (-15 -2499 ((-1124 *4 (-612 $)) $))
+ (-15 -2507 ((-1124 *4 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *4 (-612 $)))))))
(-4 *4 (-558)) (-5 *1 (-41 *4 *2))))
((*1 *2 *2 *3)
(-12 (-5 *3 (-644 (-612 *2)))
(-4 *2
(-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *4 (-612 $)) $))
- (-15 -2260 ((-1124 *4 (-612 $)) $))
- (-15 -3152 ($ (-1124 *4 (-612 $)))))))
+ (-10 -8 (-15 -2499 ((-1124 *4 (-612 $)) $))
+ (-15 -2507 ((-1124 *4 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *4 (-612 $)))))))
(-4 *4 (-558)) (-5 *1 (-41 *4 *2)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-566)) (|has| *1 (-6 -4416)) (-4 *1 (-1253 *3))
+ (-4 *3 (-1215)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-644 *3)) (-4 *3 (-1215)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1241 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-558))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-558)) (-4 *2 (-1049))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1241 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-558))))
+ ((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *3 (-1064 *4 *5 *6))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *1))))
+ (-4 *1 (-1070 *4 *5 *6 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-222 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-4 *1 (-255 *3))))
+ ((*1 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))))
(((*1 *2 *1) (-12 (-5 *2 (-822)) (-5 *1 (-821)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2 (-1 *5 *5)) (-5 *1 (-804 *4 *5))
+ (-4 *5 (-13 (-29 *4) (-1200) (-959))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-976 *4 *5 *3 *6)) (-4 *4 (-1049)) (-4 *5 (-793))
+ (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-112)))))
+(((*1 *2)
+ (|partial| -12 (-4 *4 (-1219)) (-4 *5 (-1241 (-409 *2)))
+ (-4 *2 (-1241 *4)) (-5 *1 (-343 *3 *4 *2 *5))
+ (-4 *3 (-344 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-344 *3 *2 *4)) (-4 *3 (-1219))
+ (-4 *4 (-1241 (-409 *2))) (-4 *2 (-1241 *3)))))
+(((*1 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-588 *2)) (-4 *2 (-547)))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-317 (-225))) (-5 *1 (-306))))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| |num| (-892 *3)) (|:| |den| (-892 *3))))
+ (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178)))))
+(((*1 *2 *3) (-12 (-5 *3 (-493)) (-5 *2 (-691 (-581))) (-5 *1 (-581)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-1219)) (-4 *5 (-1241 *4))
+ (-5 *2 (-2 (|:| |radicand| (-409 *5)) (|:| |deg| (-771))))
+ (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1241 (-409 *5))))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-921)) (-4 *5 (-558)) (-5 *2 (-689 *5))
+ (-5 *1 (-956 *5 *3)) (-4 *3 (-656 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 *6)) (-4 *5 (-1219)) (-4 *6 (-1241 *5))
+ (-5 *2 (-2 (|:| -3388 (-771)) (|:| -2651 *3) (|:| |radicand| *6)))
+ (-5 *1 (-148 *5 *6 *7)) (-5 *4 (-771)) (-4 *7 (-1241 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1256 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *4)) (-4 *4 (-365)) (-4 *2 (-1241 *4))
+ (-5 *1 (-922 *4 *2)))))
(((*1 *2 *2)
(-12
(-5 *2
- (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225)))
+ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225)))
(|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225))))
(|:| |ub| (-644 (-843 (-225))))))
(-5 *1 (-268)))))
-(((*1 *1) (-5 *1 (-823))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-264))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-264))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-264)))))
-(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-945 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-644
- (-644
- (-3 (|:| -1368 (-1175))
- (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))))
- (-5 *1 (-1179)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-5 *2 (-112)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-644
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
- (|:| |xpnt| (-566)))))
- (-5 *1 (-420 *3)) (-4 *3 (-558))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-771)) (-4 *3 (-351)) (-4 *5 (-1240 *3))
- (-5 *2 (-644 (-1171 *3))) (-5 *1 (-500 *3 *5 *6))
- (-4 *6 (-1240 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1226 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1255 *3)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-454)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-5 *2 (-112)) (-5 *1 (-1215 *3)) (-4 *3 (-1099))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-1 (-112) *3 *3)) (-4 *3 (-1099)) (-5 *2 (-112))
- (-5 *1 (-1215 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-976 *4 *5 *6 *3)) (-4 *4 (-1049)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558))
- (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *2 (-558)) (-5 *1 (-969 *2 *4))
- (-4 *4 (-1240 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4405)) (-4 *1 (-406))))
- ((*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921))))
- ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699))))
- ((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699)))))
+ (|partial| -12
+ (-5 *2 (-2 (|:| -2753 (-114)) (|:| |arg| (-644 (-892 *3)))))
+ (-5 *1 (-892 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-114)) (-5 *2 (-644 (-892 *4)))
+ (-5 *1 (-892 *4)) (-4 *4 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1119)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-862))))
+ ((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-962)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225)))
+ (-5 *2 (-1035)) (-5 *1 (-747)))))
(((*1 *1 *1)
(-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-644 *3)) (-5 *1 (-961 *3)) (-4 *3 (-547)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-331)))))
(((*1 *2)
- (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-419 *3)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-771)) (-4 *5 (-365)) (-5 *2 (-174 *6))
- (-5 *1 (-867 *5 *4 *6)) (-4 *4 (-1255 *5)) (-4 *6 (-1240 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-822)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-920)) (-5 *2 (-2 (|:| -2397 (-644 *1)) (|:| -3302 *1)))
- (-5 *3 (-644 *1)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1148 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))))
+ (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2))
+ (-4 *3 (-558)))))
+(((*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-971)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *1) (-5 *1 (-823))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-747)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-949 *3 *5 *4)) (-5 *1 (-987 *3 *4 *5 *2))
+ (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -3095 *3) (|:| |coef2| (-782 *3))))
+ (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
+ (-4 *4 (-13 (-1099) (-34))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-538))) (-5 *1 (-538)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-112) *6)) (-4 *6 (-13 (-1099) (-1038 *5)))
- (-4 *5 (-886 *4)) (-4 *4 (-1099)) (-5 *2 (-1 (-112) *5))
- (-5 *1 (-931 *4 *5 *6)))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-782 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *1 (-963 *3 *2)) (-4 *2 (-131)) (-4 *3 (-558))
- (-4 *3 (-1049)) (-4 *2 (-792))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-1171 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-971)) (-4 *2 (-131)) (-5 *1 (-1177 *3)) (-4 *3 (-558))
- (-4 *3 (-1049))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-1237 *4 *3)) (-14 *4 (-1175))
- (-4 *3 (-1049)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *6 (-921)) (-4 *5 (-308)) (-4 *3 (-1240 *5))
- (-5 *2 (-2 (|:| |plist| (-644 *3)) (|:| |modulo| *5)))
- (-5 *1 (-462 *5 *3)) (-5 *4 (-644 *3)))))
-(((*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1267)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *5 *5))
- (-4 *5 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2
- (-2 (|:| |solns| (-644 *5))
- (|:| |maps| (-644 (-2 (|:| |arg| *5) (|:| |res| *5))))))
- (-5 *1 (-1127 *3 *5)) (-4 *3 (-1240 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-420 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-454) (-147))) (-5 *2 (-420 *3))
- (-5 *1 (-100 *4 *3)) (-4 *3 (-1240 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-13 (-454) (-147)))
- (-5 *2 (-420 *3)) (-5 *1 (-100 *5 *3)))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225)))
- (-5 *2 (-1035)) (-5 *1 (-747)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-152 *2 *3 *4)) (-14 *2 (-921)) (-4 *3 (-365))
- (-14 *4 (-993 *2 *3))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1240 *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 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172))
- (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
- (-14 *5 (-1 (-3 *3 "failed") *3 *3))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *1) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
- ((*1 *1) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
- ((*1 *1 *1) (|partial| -4 *1 (-722)))
- ((*1 *1 *1) (|partial| -4 *1 (-726)))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
- (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-4 *1 (-1067 *3 *2)) (-4 *3 (-13 (-848) (-365)))
- (-4 *2 (-1240 *3))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-644 (-409 *6))) (-5 *3 (-409 *6))
- (-4 *6 (-1240 *5)) (-4 *5 (-13 (-365) (-147) (-1038 (-566))))
+ (-12 (-5 *3 (-1265 (-689 *4))) (-4 *4 (-172))
+ (-5 *2 (-1265 (-689 (-952 *4)))) (-5 *1 (-189 *4)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
(-5 *2
(-2 (|:| |mainpart| *3)
(|:| |limitedlogs|
(-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-570 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1200 *2)) (-4 *2 (-1099))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-1200 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-644 (-1200 *2))) (-5 *1 (-1200 *2)) (-4 *2 (-1099)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-493)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))))
-(((*1 *1 *2 *3 *3 *3 *4)
- (-12 (-4 *4 (-365)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 (-409 *3)))
- (-4 *1 (-337 *4 *3 *5 *2)) (-4 *2 (-344 *4 *3 *5))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-566)) (-4 *2 (-365)) (-4 *4 (-1240 *2))
- (-4 *5 (-1240 (-409 *4))) (-4 *1 (-337 *2 *4 *5 *6))
- (-4 *6 (-344 *2 *4 *5))))
- ((*1 *1 *2 *2)
- (-12 (-4 *2 (-365)) (-4 *3 (-1240 *2)) (-4 *4 (-1240 (-409 *3)))
- (-4 *1 (-337 *2 *3 *4 *5)) (-4 *5 (-344 *2 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4)))
- (-4 *1 (-337 *3 *4 *5 *2)) (-4 *2 (-344 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-415 *4 (-409 *4) *5 *6)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-4 *3 (-365))
- (-4 *1 (-337 *3 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002)))
- (-5 *1 (-176 *3)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-2 (|:| |ans| *7) (|:| -1966 *7) (|:| |sol?| (-112)))
- (-566) *7))
- (-5 *6 (-644 (-409 *8))) (-4 *7 (-365)) (-4 *8 (-1240 *7))
- (-5 *3 (-409 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-576 *7 *8)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-508)) (-5 *2 (-112)) (-5 *1 (-114)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-644 *11))
- (|:| |todo| (-644 (-2 (|:| |val| *3) (|:| -1470 *11))))))
- (-5 *6 (-771))
- (-5 *2 (-644 (-2 (|:| |val| (-644 *10)) (|:| -1470 *11))))
- (-5 *3 (-644 *10)) (-5 *4 (-644 *11)) (-4 *10 (-1064 *7 *8 *9))
- (-4 *11 (-1070 *7 *8 *9 *10)) (-4 *7 (-454)) (-4 *8 (-793))
- (-4 *9 (-850)) (-5 *1 (-1068 *7 *8 *9 *10 *11))))
- ((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-644 *11))
- (|:| |todo| (-644 (-2 (|:| |val| *3) (|:| -1470 *11))))))
- (-5 *6 (-771))
- (-5 *2 (-644 (-2 (|:| |val| (-644 *10)) (|:| -1470 *11))))
- (-5 *3 (-644 *10)) (-5 *4 (-644 *11)) (-4 *10 (-1064 *7 *8 *9))
- (-4 *11 (-1108 *7 *8 *9 *10)) (-4 *7 (-454)) (-4 *8 (-793))
- (-4 *9 (-850)) (-5 *1 (-1144 *7 *8 *9 *10 *11)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+ (-5 *1 (-559 *6 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4415)) (-4 *1 (-491 *4))
+ (-4 *4 (-1215)) (-5 *2 (-112)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-147)) (-4 *2 (-308)) (-4 *2 (-454)) (-4 *3 (-850))
+ (-4 *4 (-793)) (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-317 (-566))) (-5 *1 (-1118))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1199))) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365)))
- (-4 *3 (-1240 *4)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4))))
- (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *1)
- (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
- (-4 *4 (-172)))))
-(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
- (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-646 *3)) (-4 *3 (-1057)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-1051 *3)) (-4 *3 (-1057)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365)))
- (-4 *3 (-1240 *4)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
+(((*1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1215)) (-4 *2 (-850))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-375 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850))
+ (-4 *6 (-1064 *4 *5 *3))
+ (-5 *2 (-2 (|:| |under| *1) (|:| -2426 *1) (|:| |upper| *1)))
+ (-4 *1 (-976 *4 *5 *3 *6)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-689 *3))
+ (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-689 *3))
+ (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-547))))
+(((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-644 (-112))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-5 *2 (-112)) (-5 *1 (-216 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-771)) (-5 *3 (-943 *4)) (-4 *1 (-1133 *4))
- (-4 *4 (-1049))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-771)) (-5 *4 (-943 (-225))) (-5 *2 (-1269))
- (-5 *1 (-1266)))))
-(((*1 *2) (-12 (-5 *2 (-644 *3)) (-5 *1 (-1083 *3)) (-4 *3 (-132)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1264 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-365))
- (-4 *1 (-724 *5 *6)) (-4 *5 (-172)) (-4 *6 (-1240 *5))
- (-5 *2 (-689 *5)))))
+ (|partial| -12 (-5 *3 (-952 (-169 *4))) (-4 *4 (-172))
+ (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-952 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-172))
+ (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-952 *4)) (-4 *4 (-1049))
+ (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049))
+ (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558))
+ (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558))
+ (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-409 (-952 (-169 *4)))) (-4 *4 (-558))
+ (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-409 (-952 (-169 *5)))) (-5 *4 (-921))
+ (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381)))
+ (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850))
+ (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558))
+ (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381)))
+ (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-317 (-169 *4))) (-4 *4 (-558)) (-4 *4 (-850))
+ (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-317 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-558))
+ (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381)))
+ (-5 *1 (-785 *5)))))
(((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-689 (-409 *4))))))
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1241 *5))
+ (-5 *1 (-727 *5 *2)) (-4 *5 (-365)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-1264 (-689 *4))) (-5 *1 (-90 *4 *5))
- (-5 *3 (-689 *4)) (-4 *5 (-656 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
-(((*1 *1)
- (-12 (-4 *3 (-1099)) (-5 *1 (-885 *2 *3 *4)) (-4 *2 (-1099))
- (-4 *4 (-666 *3))))
- ((*1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2164 (-782 *3)) (|:| |coef1| (-782 *3))))
- (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-2 (|:| -2164 *1) (|:| |coef1| *1)))
- (-4 *1 (-1064 *3 *4 *5)))))
+ (-12 (-5 *3 (-644 (-2 (|:| -3846 *4) (|:| -4297 (-566)))))
+ (-4 *4 (-1241 (-566))) (-5 *2 (-737 (-771))) (-5 *1 (-444 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-420 *5)) (-4 *5 (-1241 *4)) (-4 *4 (-1049))
+ (-5 *2 (-737 (-771))) (-5 *1 (-446 *4 *5)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1010 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *5)) (-5 *4 (-921)) (-4 *5 (-850))
- (-5 *2 (-644 (-672 *5))) (-5 *1 (-672 *5)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1264 (-1175))) (-5 *3 (-1264 (-455 *4 *5 *6 *7)))
- (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-921))
- (-14 *6 (-644 (-1175))) (-14 *7 (-1264 (-689 *4)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-455 *4 *5 *6 *7)))
- (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-172)) (-14 *5 (-921))
- (-14 *6 (-644 *2)) (-14 *7 (-1264 (-689 *4)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-455 *3 *4 *5 *6))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175)))
- (-14 *6 (-1264 (-689 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-1175))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-172)) (-14 *4 (-921)) (-14 *5 (-644 (-1175)))
- (-14 *6 (-1264 (-689 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1175)) (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172))
- (-14 *4 (-921)) (-14 *5 (-644 *2)) (-14 *6 (-1264 (-689 *3)))))
- ((*1 *1)
- (-12 (-5 *1 (-455 *2 *3 *4 *5)) (-4 *2 (-172)) (-14 *3 (-921))
- (-14 *4 (-644 (-1175))) (-14 *5 (-1264 (-689 *2))))))
-(((*1 *2 *1) (-12 (-5 *2 (-774)) (-5 *1 (-52)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1035)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-205))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 (-381))) (-5 *2 (-381)) (-5 *1 (-205)))))
-(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850))))
- ((*1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-822)) (-5 *1 (-821)))))
+ (-12 (-5 *3 (-420 *5)) (-4 *5 (-558))
+ (-5 *2
+ (-2 (|:| -3388 (-771)) (|:| -2651 *5) (|:| |radicand| (-644 *5))))
+ (-5 *1 (-321 *5)) (-5 *4 (-771))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1002)) (-5 *2 (-566)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1264 *4)) (-5 *3 (-771)) (-4 *4 (-351))
- (-5 *1 (-530 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862))))
- ((*1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-317 (-225))) (-5 *4 (-1175))
- (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-192))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-317 (-225))) (-5 *4 (-1175))
- (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-301)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2)
- (-12 (-5 *2 (-566))
- (-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-771)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-793)) (-4 *4 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *7 (-850))
- (-5 *1 (-451 *5 *6 *7 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-172)) (-4 *2 (-23)) (-5 *1 (-290 *3 *4 *2 *5 *6 *7))
- (-4 *4 (-1240 *3)) (-14 *5 (-1 *4 *4 *2))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2))
- (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-711 *3 *2 *4 *5 *6)) (-4 *3 (-172))
- (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2))
- (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2))))
- ((*1 *2)
- (-12 (-4 *2 (-1240 *3)) (-5 *1 (-712 *3 *2)) (-4 *3 (-1049))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-715 *3 *2 *4 *5 *6)) (-4 *3 (-172))
- (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2))
- (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2))))
- ((*1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-112)) (-5 *1 (-829)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-1175)) (-5 *1 (-538))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538)))))
- ((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538)))))
- ((*1 *2 *3 *2 *2 *2)
- (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *4 (-644 (-1175))) (-5 *2 (-1175)) (-5 *1 (-704 *3))
- (-4 *3 (-614 (-538))))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1241 *3)))))
+(((*1 *1 *1) (-5 *1 (-1062))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-97)))))
+(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-689 *3))
+ (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
+ (-5 *4 (-689 (-1171 *8))) (-4 *5 (-1049)) (-4 *8 (-1049))
+ (-4 *6 (-1241 *5)) (-5 *2 (-689 *6)) (-5 *1 (-503 *5 *6 *7 *8))
+ (-4 *7 (-1241 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-409 (-566))))) (-5 *1 (-264))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-365)) (-4 *3 (-1049))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2529 *1)))
+ (-4 *1 (-852 *3)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-771))))
+ ((*1 *1 *1) (-4 *1 (-404))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-1179)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1171 (-566))) (-5 *2 (-566)) (-5 *1 (-942)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
(-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
(-5 *2
- (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566))
+ (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566))
(|:| |success| (-112))))
(-5 *1 (-789)) (-5 *5 (-566)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *5)) (-5 *4 (-921)) (-4 *5 (-850))
- (-5 *2 (-59 (-644 (-672 *5)))) (-5 *1 (-672 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1184)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-112))
+ (-5 *2 (-1035)) (-5 *1 (-745)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-264))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225) (-225))) (-5 *1 (-264))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-264)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454))
+ (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-977 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-538))) (-5 *2 (-1175)) (-5 *1 (-538)))))
+ (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
+(((*1 *1 *1) (-12 (-5 *1 (-608 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1) (-5 *1 (-632))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-644 *6) "failed") (-566) *6 *6)) (-4 *6 (-365))
- (-4 *7 (-1240 *6))
- (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6)))
- (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-144))) (-5 *1 (-141))))
- ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-141)))))
-(((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-454)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225)))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1))))
- (-5 *2 (-1035)) (-5 *1 (-753)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-1224 *4)) (-4 *4 (-1049)) (-4 *4 (-558))
- (-5 *2 (-409 (-952 *4)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-1224 *4)) (-4 *4 (-1049)) (-4 *4 (-558))
- (-5 *2 (-409 (-952 *4))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+ (-12 (-5 *5 (-112)) (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))))
+(((*1 *2)
+ (-12 (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-329 *3 *4))
+ (-4 *3 (-330 *4))))
+ ((*1 *2) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-771)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-921)) (-5 *2 (-470)) (-5 *1 (-1266)))))
+(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-822)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-508)) (-5 *2 (-691 (-109))) (-5 *1 (-175))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-508)) (-5 *2 (-691 (-109))) (-5 *1 (-1084)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-547))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3))
+ (-4 *3 (-1241 (-169 *2))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 (-644 *7) *7 (-1171 *7))) (-5 *5 (-1 (-420 *7) *7))
+ (-4 *7 (-1241 *6)) (-4 *6 (-13 (-365) (-147) (-1038 (-409 (-566)))))
+ (-5 *2 (-644 (-2 (|:| |frac| (-409 *7)) (|:| -1900 *3))))
+ (-5 *1 (-809 *6 *7 *3 *8)) (-4 *3 (-656 *7))
+ (-4 *8 (-656 (-409 *7)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1241 *5))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2
+ (-644 (-2 (|:| |frac| (-409 *6)) (|:| -1900 (-654 *6 (-409 *6))))))
+ (-5 *1 (-812 *5 *6)) (-5 *3 (-654 *6 (-409 *6))))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-952 (-566)))) (-5 *1 (-439))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1175)) (-5 *4 (-689 (-225))) (-5 *2 (-1103))
+ (-5 *1 (-759))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1175)) (-5 *4 (-689 (-566))) (-5 *2 (-1103))
+ (-5 *1 (-759)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1 (-1155 (-952 *4)) (-1155 (-952 *4))))
- (-5 *1 (-1272 *4)) (-4 *4 (-365)))))
+ (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-945 *4 *3))
+ (-4 *3 (-1241 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-653 (-409 *2))) (-4 *2 (-1240 *4)) (-5 *1 (-810 *4 *2))
- (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-654 *2 (-409 *2))) (-4 *2 (-1240 *4))
- (-5 *1 (-810 *4 *2))
- (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *3 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
- (-5 *1 (-451 *4 *3 *5 *6)) (-4 *6 (-949 *4 *3 *5)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| -2164 (-782 *3)) (|:| |coef1| (-782 *3))
- (|:| |coef2| (-782 *3))))
- (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-2 (|:| -2164 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-1064 *3 *4 *5)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-225) (-225) (-225)))
- (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined"))
- (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225)))
- (-5 *1 (-697)))))
-(((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-581)))))
-(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1157)) (-5 *1 (-786)))))
+ (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1099)) (-4 *6 (-1099))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-684 *4 *5 *6)) (-4 *5 (-1099)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-921)) (-4 *1 (-238 *3 *4)) (-4 *4 (-1049))
+ (-4 *4 (-1215))))
+ ((*1 *1 *2)
+ (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172))
+ (-4 *5 (-238 (-4142 *3) (-771)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1351 *2) (|:| -3388 *5))
+ (-2 (|:| -1351 *2) (|:| -3388 *5))))
+ (-5 *1 (-463 *3 *4 *2 *5 *6 *7)) (-4 *2 (-850))
+ (-4 *7 (-949 *4 *5 (-864 *3)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *1 *1) (-4 *1 (-143)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-756)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (|partial| -12 (-4 *2 (-1099)) (-5 *1 (-1192 *3 *2)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
(-5 *1 (-755)))))
-(((*1 *1 *2 *3 *3 *4 *5)
- (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874)))
- (-5 *4 (-644 (-921))) (-5 *5 (-644 (-264))) (-5 *1 (-470))))
- ((*1 *1 *2 *3 *3 *4)
- (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874)))
- (-5 *4 (-644 (-921))) (-5 *1 (-470))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470))))
- ((*1 *1 *1) (-5 *1 (-470))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-558)) (-4 *2 (-454)) (-5 *1 (-969 *2 *3))
- (-4 *3 (-1240 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793)) (-5 *2 (-644 (-644 (-566))))
- (-5 *1 (-924 *4 *5 *6 *7)) (-5 *3 (-566)) (-4 *7 (-949 *4 *6 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-558)))))
+(((*1 *2 *2 *1 *3 *4)
+ (-12 (-5 *2 (-644 *8)) (-5 *3 (-1 *8 *8 *8))
+ (-5 *4 (-1 (-112) *8 *8)) (-4 *1 (-1208 *5 *6 *7 *8)) (-4 *5 (-558))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1093 (-843 (-225)))) (-5 *1 (-306)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-327 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))
- (-4 *2 (-454))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 *4)) (-4 *4 (-1240 (-566))) (-5 *2 (-644 (-566)))
- (-5 *1 (-488 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-454))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850)) (-4 *3 (-454)))))
-(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
- (-12 (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-689 (-225)))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))))
- (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))
- (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV))))
- (-5 *10 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))
- (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
-(((*1 *2 *1) (|partial| -12 (-4 *1 (-1012)) (-5 *2 (-862)))))
-(((*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-771))))
- ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-404)) (-5 *2 (-771)))))
+ (-12
+ (-5 *2
+ (-644
+ (-644
+ (-3 (|:| -3707 (-1175))
+ (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566))))))))))
+ (-5 *1 (-1179)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-295 (-409 (-952 *5)))) (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-147)))
- (-5 *2 (-1164 (-644 (-317 *5)) (-644 (-295 (-317 *5)))))
- (-5 *1 (-1128 *5))))
+ (-12 (-5 *4 (-295 (-843 *3))) (-4 *3 (-13 (-27) (-1200) (-432 *5)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *2
+ (-3 (-843 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-843 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-843 *3) "failed")))
+ "failed"))
+ (-5 *1 (-636 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-295 *3)) (-5 *5 (-1157))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-843 *3)) (-5 *1 (-636 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-147)))
- (-5 *2 (-1164 (-644 (-317 *5)) (-644 (-295 (-317 *5)))))
- (-5 *1 (-1128 *5)))))
-(((*1 *2 *1 *2)
- (-12 (-4 *1 (-366 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
-(((*1 *1 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-375 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
- (-14 *4 *3))))
+ (-12 (-5 *4 (-295 (-843 (-952 *5)))) (-4 *5 (-454))
+ (-5 *2
+ (-3 (-843 (-409 (-952 *5)))
+ (-2 (|:| |leftHandLimit| (-3 (-843 (-409 (-952 *5))) "failed"))
+ (|:| |rightHandLimit| (-3 (-843 (-409 (-952 *5))) "failed")))
+ "failed"))
+ (-5 *1 (-637 *5)) (-5 *3 (-409 (-952 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-295 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5)))
+ (-4 *5 (-454))
+ (-5 *2
+ (-3 (-843 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-843 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-843 *3) "failed")))
+ "failed"))
+ (-5 *1 (-637 *5))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-295 (-409 (-952 *6)))) (-5 *5 (-1157))
+ (-5 *3 (-409 (-952 *6))) (-4 *6 (-454)) (-5 *2 (-843 *3))
+ (-5 *1 (-637 *6)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-644 (-483 *3 *4))) (-14 *3 (-644 (-1175)))
- (-4 *4 (-454)) (-5 *1 (-631 *3 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-169 *5)) (-4 *5 (-13 (-432 *4) (-1002) (-1199)))
- (-4 *4 (-558)) (-4 *2 (-13 (-432 (-169 *4)) (-1002) (-1199)))
- (-5 *1 (-600 *4 *5 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 (-317 (-225)))) (-5 *2 (-1264 (-317 (-381))))
- (-5 *1 (-306)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2164 *3)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
+ (-14 *4 *2))))
+(((*1 *1) (-5 *1 (-439))))
+(((*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-644 (-952 *3))) (-4 *3 (-454))
- (-5 *1 (-362 *3 *4)) (-14 *4 (-644 (-1175)))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-644 (-780 *3 (-864 *4)))) (-4 *3 (-454))
- (-14 *4 (-644 (-1175))) (-5 *1 (-628 *3 *4)))))
-(((*1 *2 *3 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-793)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850))
- (-5 *2 (-112)) (-5 *1 (-451 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1101 *3)) (-5 *1 (-905 *3)) (-4 *3 (-370))
- (-4 *3 (-1099)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
- (-14 *4 (-644 (-1175)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850)))
- (-14 *4 (-644 (-1175))))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
+ (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002)))
+ (-5 *1 (-176 *3)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850))
+ (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-949 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1)))
+ (-4 *1 (-1241 *3)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157))
+ (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1171 *6)) (-5 *3 (-566)) (-4 *6 (-308)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112))
+ (-5 *2
+ (-2 (|:| |contp| (-566))
+ (|:| -2430 (-644 (-2 (|:| |irr| *3) (|:| -2510 (-566)))))))
+ (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112))
+ (-5 *2
+ (-2 (|:| |contp| (-566))
+ (|:| -2430 (-644 (-2 (|:| |irr| *3) (|:| -2510 (-566)))))))
+ (-5 *1 (-1230 *3)) (-4 *3 (-1241 (-566))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1084)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1264 *3)) (-4 *3 (-365)) (-14 *6 (-1264 (-689 *3)))
- (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-921)) (-14 *5 (-644 (-1175)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1214))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340 'JINT 'X 'ELAM) (-1340) (-699))))
- (-5 *1 (-61 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340) (-1340 'XC) (-699))))
- (-5 *1 (-63 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-341 (-1340 'X) (-1340) (-699))) (-5 *1 (-64 *3))
- (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-341 (-1340) (-1340 'XC) (-699))) (-5 *1 (-66 *3))
- (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340 'X) (-1340 '-2481) (-699))))
- (-5 *1 (-71 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340) (-1340 'X) (-699))))
- (-5 *1 (-74 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340 'X 'EPS) (-1340 '-2481) (-699))))
- (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1175)) (-14 *4 (-1175))
- (-14 *5 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340 'EPS) (-1340 'YA 'YB) (-699))))
- (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1175)) (-14 *4 (-1175))
- (-14 *5 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-341 (-1340) (-1340 'X) (-699))) (-5 *1 (-77 *3))
- (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-341 (-1340) (-1340 'X) (-699))) (-5 *1 (-78 *3))
- (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340) (-1340 'XC) (-699))))
- (-5 *1 (-79 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340) (-1340 'X) (-699))))
- (-5 *1 (-80 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340 'X '-2481) (-1340) (-699))))
- (-5 *1 (-82 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-689 (-341 (-1340 'X '-2481) (-1340) (-699))))
- (-5 *1 (-83 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-689 (-341 (-1340 'X) (-1340) (-699)))) (-5 *1 (-84 *3))
- (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340 'X) (-1340) (-699))))
- (-5 *1 (-85 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-341 (-1340 'X) (-1340 '-2481) (-699))))
- (-5 *1 (-86 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-689 (-341 (-1340 'XL 'XR 'ELAM) (-1340) (-699))))
- (-5 *1 (-87 *3)) (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-341 (-1340 'X) (-1340 '-2481) (-699))) (-5 *1 (-89 *3))
- (-14 *3 (-1175))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-136 *3 *4 *5))) (-5 *1 (-136 *3 *4 *5))
- (-14 *3 (-566)) (-14 *4 (-771)) (-4 *5 (-172))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5))
- (-14 *3 (-566)) (-14 *4 (-771))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1141 *4 *5)) (-14 *4 (-771)) (-4 *5 (-172))
- (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-240 *4 *5)) (-14 *4 (-771)) (-4 *5 (-172))
- (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1264 (-689 *4))) (-4 *4 (-172))
- (-5 *2 (-1264 (-689 (-409 (-952 *4))))) (-5 *1 (-189 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1091 (-317 *4)))
- (-4 *4 (-13 (-850) (-558) (-614 (-381)))) (-5 *2 (-1091 (-381)))
- (-5 *1 (-259 *4))))
- ((*1 *1 *2) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-276))))
+ (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
+ (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *2 (-1240 *3)) (-5 *1 (-290 *3 *2 *4 *5 *6 *7))
- (-4 *3 (-172)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
- (-14 *6 (-1 (-3 *4 "failed") *4 *4))
- (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1249 *4 *5 *6)) (-4 *4 (-13 (-27) (-1199) (-432 *3)))
- (-14 *5 (-1175)) (-14 *6 *4)
- (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454)))
- (-5 *1 (-314 *3 *4 *5 *6))))
+ (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
+ (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-596 *3)) (-4 *3 (-1049))))
((*1 *2 *1)
- (-12 (-5 *2 (-317 *5)) (-5 *1 (-341 *3 *4 *5))
- (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-4 *2 (-330 *4)) (-5 *1 (-349 *3 *4 *2))
- (-4 *3 (-330 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-4 *2 (-330 *4)) (-5 *1 (-349 *2 *4 *3))
- (-4 *3 (-330 *4))))
+ (-12 (-4 *3 (-558)) (-5 *2 (-112)) (-5 *1 (-623 *3 *4))
+ (-4 *4 (-1241 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
- (-5 *2 (-1288 *3 *4))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-726))))
((*1 *2 *1)
- (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
- (-5 *2 (-1279 *3 *4))))
- ((*1 *1 *2) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172))))
- ((*1 *1 *2)
- (-12
- (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))
- (-4 *1 (-385))))
- ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-385))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-385))))
- ((*1 *1 *2) (-12 (-5 *2 (-689 (-699))) (-4 *1 (-385))))
- ((*1 *1 *2)
- (-12
- (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))
- (-4 *1 (-386))))
- ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-386))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-386))))
- ((*1 *2 *3) (-12 (-5 *2 (-396)) (-5 *1 (-395 *3)) (-4 *3 (-1099))))
- ((*1 *1 *2)
- (-12
- (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))
- (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-398))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-398))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-295 (-317 (-169 (-381))))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-295 (-317 (-381)))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-295 (-317 (-566)))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-317 (-169 (-381)))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-317 (-381))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-317 (-566))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-295 (-317 (-694)))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-295 (-317 (-699)))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-295 (-317 (-701)))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-317 (-694))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-317 (-699))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-317 (-701))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12
- (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))
- (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175))
- (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-331))) (-5 *1 (-400 *3 *4 *5 *6))
- (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-331)) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175))
- (-14 *4 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-332 *4)) (-4 *4 (-13 (-850) (-21)))
- (-5 *1 (-429 *3 *4)) (-4 *3 (-13 (-172) (-38 (-409 (-566)))))))
- ((*1 *1 *2)
- (-12 (-5 *1 (-429 *2 *3)) (-4 *2 (-13 (-172) (-38 (-409 (-566)))))
- (-4 *3 (-13 (-850) (-21)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-409 (-952 (-409 *3)))) (-4 *3 (-558)) (-4 *3 (-1099))
- (-4 *1 (-432 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-952 (-409 *3))) (-4 *3 (-558)) (-4 *3 (-1099))
- (-4 *1 (-432 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-409 *3)) (-4 *3 (-558)) (-4 *3 (-1099))
- (-4 *1 (-432 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1124 *3 (-612 *1))) (-4 *3 (-1049)) (-4 *3 (-1099))
- (-4 *1 (-432 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-436))))
- ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-436))))
- ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-436))))
- ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-436))))
- ((*1 *1 *2) (-12 (-5 *2 (-436)) (-5 *1 (-439))))
- ((*1 *1 *2)
- (-12
- (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))
- (-4 *1 (-442))))
- ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-442))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-442))))
- ((*1 *1 *2) (-12 (-5 *2 (-1264 (-699))) (-4 *1 (-442))))
- ((*1 *1 *2)
- (-12
- (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -3906 (-644 (-331)))))
- (-4 *1 (-443))))
- ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-443))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-443))))
+ (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
+ (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *1 (-231 *4))
+ (-4 *4 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-771))))
+ ((*1 *1 *1) (-4 *1 (-233)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4))
+ (-4 *4 (-1241 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-365) (-147))) (-5 *1 (-401 *2 *3))
+ (-4 *3 (-1241 *2))))
+ ((*1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 (-771))) (-4 *1 (-900 *4))
+ (-4 *4 (-1099))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-900 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *1 (-900 *3)) (-4 *3 (-1099))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1099)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-409 (-566))) (-5 *1 (-596 *3)) (-4 *3 (-38 *2))
+ (-4 *3 (-1049)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-119 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1256 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1215))))
((*1 *1 *2)
- (-12 (-5 *2 (-1264 (-409 (-952 *3)))) (-4 *3 (-172))
- (-14 *6 (-1264 (-689 *3))) (-5 *1 (-455 *3 *4 *5 *6))
- (-14 *4 (-921)) (-14 *5 (-644 (-1175)))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470))))
- ((*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-470))))
+ (-12 (-5 *2 (-952 (-381))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
((*1 *1 *2)
- (-12 (-5 *2 (-1249 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175))
- (-14 *5 *3) (-5 *1 (-476 *3 *4 *5))))
+ (-12 (-5 *2 (-409 (-952 (-381)))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
((*1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *1 *2) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497))))
- ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-504))))
+ (-12 (-5 *2 (-317 (-381))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
((*1 *1 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-526))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-606))))
+ (-12 (-5 *2 (-952 (-566))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
((*1 *1 *2)
- (-12 (-4 *3 (-172)) (-5 *1 (-607 *3 *2)) (-4 *2 (-744 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-613 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2) (-12 (-4 *1 (-620 *2)) (-4 *2 (-1049))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1284 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
- (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1279 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
- (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
+ (-12 (-5 *2 (-409 (-952 (-566)))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
((*1 *1 *2)
- (-12 (-4 *3 (-172)) (-5 *1 (-635 *3 *2)) (-4 *2 (-744 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-677 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-958 (-958 (-958 *3)))) (-5 *1 (-675 *3))
- (-4 *3 (-1099))))
+ (-12 (-5 *2 (-317 (-566))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
((*1 *1 *2)
- (-12 (-5 *2 (-958 (-958 (-958 *3)))) (-4 *3 (-1099))
- (-5 *1 (-675 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
- ((*1 *1 *2) (-12 (-5 *2 (-1117)) (-5 *1 (-681))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1099))))
+ (-12 (-5 *2 (-1175)) (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 *2))
+ (-14 *4 (-644 *2)) (-4 *5 (-389))))
((*1 *1 *2)
- (-12 (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *2)) (-4 *4 (-375 *3))
- (-4 *2 (-375 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-694))))
- ((*1 *1 *2) (-12 (-5 *2 (-169 (-701))) (-5 *1 (-694))))
- ((*1 *1 *2) (-12 (-5 *2 (-169 (-699))) (-5 *1 (-694))))
- ((*1 *1 *2) (-12 (-5 *2 (-169 (-566))) (-5 *1 (-694))))
- ((*1 *1 *2) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-694))))
- ((*1 *1 *2) (-12 (-5 *2 (-701)) (-5 *1 (-699))))
- ((*1 *2 *1) (-12 (-5 *2 (-381)) (-5 *1 (-699))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-317 (-566))) (-5 *2 (-317 (-701))) (-5 *1 (-701))))
- ((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-172)) (-5 *1 (-711 *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))))
+ (-12 (-5 *2 (-317 *5)) (-4 *5 (-389)) (-5 *1 (-341 *3 *4 *5))
+ (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-689 (-409 (-952 (-566))))) (-4 *1 (-386))))
+ ((*1 *1 *2) (-12 (-5 *2 (-689 (-409 (-952 (-381))))) (-4 *1 (-386))))
+ ((*1 *1 *2) (-12 (-5 *2 (-689 (-952 (-566)))) (-4 *1 (-386))))
+ ((*1 *1 *2) (-12 (-5 *2 (-689 (-952 (-381)))) (-4 *1 (-386))))
+ ((*1 *1 *2) (-12 (-5 *2 (-689 (-317 (-566)))) (-4 *1 (-386))))
+ ((*1 *1 *2) (-12 (-5 *2 (-689 (-317 (-381)))) (-4 *1 (-386))))
+ ((*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-566)))) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-409 (-952 (-381)))) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-952 (-566))) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-952 (-381))) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1265 (-409 (-952 (-566))))) (-4 *1 (-443))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1265 (-409 (-952 (-381))))) (-4 *1 (-443))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1265 (-952 (-566)))) (-4 *1 (-443))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1265 (-952 (-381)))) (-4 *1 (-443))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1265 (-317 (-566)))) (-4 *1 (-443))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1265 (-317 (-381)))) (-4 *1 (-443))))
((*1 *2 *1)
- (-12 (-4 *2 (-172)) (-5 *1 (-715 *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 (-644 (-2 (|:| -2397 *3) (|:| -4325 *4))))
- (-4 *3 (-1049)) (-4 *4 (-726)) (-5 *1 (-735 *3 *4))))
- ((*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-763))))
- ((*1 *1 *2)
(-12
(-5 *2
(-3
(|:| |nia|
(-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
(|:| |mdnia|
(-2 (|:| |fn| (-317 (-225)))
- (|:| -2821 (-644 (-1093 (-843 (-225)))))
+ (|:| -3274 (-644 (-1093 (-843 (-225)))))
(|:| |abserr| (-225)) (|:| |relerr| (-225))))))
(-5 *1 (-769))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |fn| (-317 (-225)))
- (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *1 (-769))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *1 (-769))))
- ((*1 *2 *3) (-12 (-5 *2 (-774)) (-5 *1 (-773 *3)) (-4 *3 (-1214))))
- ((*1 *1 *2)
+ ((*1 *2 *1)
(-12
(-5 *2
(-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
(|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
(|:| |abserr| (-225)) (|:| |relerr| (-225))))
(-5 *1 (-808))))
- ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-824))))
- ((*1 *1 *2)
+ ((*1 *2 *1)
(-12
(-5 *2
(-3
(|:| |noa|
- (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225)))
+ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225)))
(|:| |lb| (-644 (-843 (-225))))
(|:| |cf| (-644 (-317 (-225))))
(|:| |ub| (-644 (-843 (-225))))))
(|:| |lsa|
(-2 (|:| |lfn| (-644 (-317 (-225))))
- (|:| -3289 (-644 (-225)))))))
- (-5 *1 (-841))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))
- (-5 *1 (-841))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225)))
- (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225))))
- (|:| |ub| (-644 (-843 (-225))))))
+ (|:| -1783 (-644 (-225)))))))
(-5 *1 (-841))))
- ((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-858))))
- ((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-952 (-48))) (-5 *2 (-317 (-566))) (-5 *1 (-875))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-409 (-952 (-48)))) (-5 *2 (-317 (-566)))
- (-5 *1 (-875))))
- ((*1 *1 *2) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850))))
- ((*1 *1 *2)
+ ((*1 *2 *1)
(-12
(-5 *2
(-2 (|:| |pde| (-644 (-317 (-225))))
@@ -6800,392 +6558,821 @@
(|:| |tol| (-225))))
(-5 *1 (-898))))
((*1 *1 *2)
- (-12 (-5 *2 (-644 (-905 *3))) (-4 *3 (-1099)) (-5 *1 (-904 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-905 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-409 (-420 *3))) (-4 *3 (-308)) (-5 *1 (-914 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-409 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-479)) (-5 *2 (-317 *4)) (-5 *1 (-919 *4))
- (-4 *4 (-558))))
- ((*1 *2 *3) (-12 (-5 *2 (-1269)) (-5 *1 (-1033 *3)) (-4 *3 (-1214))))
- ((*1 *2 *3) (-12 (-5 *3 (-313)) (-5 *1 (-1033 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *2 (-949 *3 *4 *5))
- (-14 *6 (-644 *2))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-1043 *3)) (-4 *3 (-558))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-1049)) (-4 *4 (-850)) (-5 *1 (-1125 *3 *4 *2))
- (-4 *2 (-949 *3 (-533 *4) *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-1049)) (-4 *2 (-850)) (-5 *1 (-1125 *3 *2 *4))
- (-4 *4 (-949 *3 (-533 *2) *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-862))))
- ((*1 *1 *2) (-12 (-5 *2 (-144)) (-4 *1 (-1143))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1237 *4 *3)) (-4 *3 (-1049)) (-14 *4 (-1175))
- (-14 *5 *3) (-5 *1 (-1173 *3 *4 *5))))
- ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1174))))
- ((*1 *2 *1) (-12 (-5 *2 (-1187 (-1175) (-439))) (-5 *1 (-1179))))
- ((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1180))))
- ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1180))))
- ((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1180))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1180))))
- ((*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1186 *3)) (-4 *3 (-1099))))
- ((*1 *2 *3) (-12 (-5 *2 (-1194)) (-5 *1 (-1193 *3)) (-4 *3 (-1099))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-952 *3)) (-4 *3 (-1049)) (-5 *1 (-1208 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1208 *3)) (-4 *3 (-1049))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1228 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1093 *3)) (-4 *3 (-1214)) (-5 *1 (-1231 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1260 *4)) (-14 *4 (-1175)) (-5 *1 (-1256 *3 *4 *5))
- (-4 *3 (-1049)) (-14 *5 *3)))
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *1 (-976 *3 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1038 *2)) (-4 *2 (-1215))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 *4 *3)) (-4 *3 (-1049)) (-14 *4 (-1175))
- (-14 *5 *3) (-5 *1 (-1256 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1260 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1265))))
- ((*1 *2 *3) (-12 (-5 *3 (-470)) (-5 *2 (-1265)) (-5 *1 (-1268))))
+ (-2700
+ (-12 (-5 *2 (-952 *3))
+ (-12 (-3348 (-4 *3 (-38 (-409 (-566)))))
+ (-3348 (-4 *3 (-38 (-566)))) (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
+ (-4 *5 (-850)))
+ (-12 (-5 *2 (-952 *3))
+ (-12 (-3348 (-4 *3 (-547))) (-3348 (-4 *3 (-38 (-409 (-566)))))
+ (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
+ (-4 *5 (-850)))
+ (-12 (-5 *2 (-952 *3))
+ (-12 (-3348 (-4 *3 (-992 (-566)))) (-4 *3 (-38 (-409 (-566))))
+ (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
+ (-4 *5 (-850)))))
((*1 *1 *2)
- (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1288 *3 *4)) (-5 *1 (-1284 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-172))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1279 *3 *4)) (-5 *1 (-1284 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-172))))
+ (-2700
+ (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
+ (-12 (-3348 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566)))
+ (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))
+ (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))))
((*1 *1 *2)
- (-12 (-5 *2 (-664 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
- (-5 *1 (-1284 *3 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1184)))))
+ (-12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5))
+ (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))) (-4 *3 (-1049))
+ (-4 *4 (-793)) (-4 *5 (-850)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))))
(((*1 *2 *2 *3)
- (-12 (-5 *1 (-679 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+ (|partial| -12 (-5 *2 (-644 (-1171 *7))) (-5 *3 (-1171 *7))
+ (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-909)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-5 *1 (-906 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-644 (-1171 *5))) (-5 *3 (-1171 *5))
+ (-4 *5 (-1241 *4)) (-4 *4 (-909)) (-5 *1 (-907 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 (-169 (-566))))) (-5 *2 (-644 (-169 *4)))
- (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 (-409 (-952 (-169 (-566))))))
- (-5 *4 (-644 (-1175))) (-5 *2 (-644 (-644 (-169 *5))))
- (-5 *1 (-380 *5)) (-4 *5 (-13 (-365) (-848))))))
+ (-12 (-4 *5 (-1099)) (-4 *3 (-900 *5)) (-5 *2 (-1265 *3))
+ (-5 *1 (-692 *5 *3 *6 *4)) (-4 *6 (-375 *3))
+ (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-5 *2
+ (-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225)))
+ (|:| |singularities| (-1155 (-225)))))
+ (-5 *1 (-105)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-751)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-169 *4)) (-5 *1 (-181 *4 *3))
+ (-4 *4 (-13 (-365) (-848))) (-4 *3 (-1241 *2)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1138))))
(((*1 *2 *2 *2)
- (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175)) (-4 *4 (-454)) (-4 *4 (-1099))
- (-5 *1 (-575 *4 *2)) (-4 *2 (-285)) (-4 *2 (-432 *4)))))
-(((*1 *1 *2 *3 *1 *3)
- (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3))
- (-4 *3 (-1099)))))
-(((*1 *2 *3) (-12 (-5 *3 (-822)) (-5 *2 (-52)) (-5 *1 (-829)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-1264 *5)) (-5 *3 (-771)) (-5 *4 (-1119)) (-4 *5 (-351))
- (-5 *1 (-530 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-547))))
- ((*1 *1 *1) (-4 *1 (-1059))))
-(((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-892 *6)))
- (-5 *5 (-1 (-889 *6 *8) *8 (-892 *6) (-889 *6 *8))) (-4 *6 (-1099))
- (-4 *8 (-13 (-1049) (-614 (-892 *6)) (-1038 *7)))
- (-5 *2 (-889 *6 *8)) (-4 *7 (-1049)) (-5 *1 (-941 *6 *7 *8)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))))
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454))
+ (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-977 *3 *4 *5 *6)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5))
+ (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-1278 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1278 *5 *6 *7 *8)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
- (-4 *4 (-351)))))
-(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 (-409 (-952 (-566))))) (-5 *2 (-644 (-317 (-566))))
+ (-5 *1 (-1031)))))
+(((*1 *2 *3 *3 *3 *4)
(-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
- (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225)))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF))))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-225))
- (-5 *2 (-1035)) (-5 *1 (-749)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-295 *2)) (-4 *2 (-726)) (-4 *2 (-1215)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-1179)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1099)) (-4 *4 (-1099))
+ (-4 *6 (-1099)) (-5 *2 (-1 *6 *5)) (-5 *1 (-684 *5 *4 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1093 *3)) (-5 *1 (-1091 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1232 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1196)))))
+(((*1 *2 *3)
+ (-12 (|has| *6 (-6 -4416)) (-4 *4 (-365)) (-4 *5 (-375 *4))
+ (-4 *6 (-375 *4)) (-5 *2 (-644 *6)) (-5 *1 (-523 *4 *5 *6 *3))
+ (-4 *3 (-687 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (|has| *9 (-6 -4416)) (-4 *4 (-558)) (-4 *5 (-375 *4))
+ (-4 *6 (-375 *4)) (-4 *7 (-992 *4)) (-4 *8 (-375 *7))
+ (-4 *9 (-375 *7)) (-5 *2 (-644 *6))
+ (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-687 *4 *5 *6))
+ (-4 *10 (-687 *7 *8 *9))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-644 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4))
+ (-4 *6 (-375 *4)) (-5 *2 (-644 *6)) (-5 *1 (-688 *4 *5 *6 *3))
+ (-4 *3 (-687 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558))
+ (-5 *2 (-644 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
(((*1 *2 *1)
(-12
(-5 *2
(-644
- (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 *3))
- (|:| |logand| (-1171 *3)))))
- (-5 *1 (-587 *3)) (-4 *3 (-365)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
- (-4 *4 (-351)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
-(((*1 *1 *1 *1) (-5 *1 (-862))) ((*1 *1 *1) (-5 *1 (-862)))
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
+ (|:| |xpnt| (-566)))))
+ (-5 *1 (-420 *3)) (-4 *3 (-558))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-771)) (-4 *3 (-351)) (-4 *5 (-1241 *3))
+ (-5 *2 (-644 (-1171 *3))) (-5 *1 (-500 *3 *5 *6))
+ (-4 *6 (-1241 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-365)) (-4 *1 (-330 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1171 (-566))) (-5 *3 (-566)) (-4 *1 (-869 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-767 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1279 (-1175) *3)) (-4 *3 (-1049)) (-5 *1 (-1286 *3))))
+ (-12 (-5 *2 (-1265 *3)) (-4 *3 (-1241 *4)) (-4 *4 (-1219))
+ (-4 *1 (-344 *4 *3 *5)) (-4 *5 (-1241 (-409 *3)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1265 *4)) (-5 *3 (-1265 *1)) (-4 *4 (-172))
+ (-4 *1 (-369 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1265 *4)) (-5 *3 (-1265 *1)) (-4 *4 (-172))
+ (-4 *1 (-372 *4 *5)) (-4 *5 (-1241 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-1279 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
- (-5 *1 (-1288 *3 *4)))))
-(((*1 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-370)) (-4 *2 (-1099)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *4 (-365)) (-5 *2 (-644 (-1155 *4))) (-5 *1 (-286 *4 *5))
- (-5 *3 (-1155 *4)) (-4 *5 (-1255 *4)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-436))
- (-5 *2
- (-644
- (-3 (|:| -1368 (-1175))
- (|:| -3747 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))))
- (-5 *1 (-1179)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))))
-(((*1 *2)
- (-12 (-14 *4 (-771)) (-4 *5 (-1214)) (-5 *2 (-134))
- (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-365)) (-5 *2 (-134)) (-5 *1 (-329 *3 *4))
- (-4 *3 (-330 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-172))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-566))
- (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793))
- (-5 *2 (-566)) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-980 *3)) (-4 *3 (-1049)) (-5 *2 (-921))))
- ((*1 *2) (-12 (-4 *1 (-1271 *3)) (-4 *3 (-365)) (-5 *2 (-134)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4))))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-137))))
- ((*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-156))))
- ((*1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-480))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-593))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-626))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1099))
- (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3))))
- (-5 *1 (-1075 *3 *4 *2))
- (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))))
+ (-12 (-5 *2 (-1265 *3)) (-4 *3 (-172)) (-4 *1 (-411 *3 *4))
+ (-4 *4 (-1241 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-172)) (-4 *1 (-419 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-969 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1241 *4)) (-5 *2 (-689 *4))))
((*1 *2 *1)
- (-12 (-4 *2 (-1099)) (-5 *1 (-1164 *3 *2)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1139 *4 *5)) (-4 *4 (-13 (-1099) (-34)))
- (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1140 *4 *5)))))
-(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
- (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225)))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352)))) (-5 *3 (-225))
- (-5 *2 (-1035)) (-5 *1 (-748)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-4 *7 (-850))
- (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793)) (-4 *8 (-308))
- (-5 *2 (-644 (-771))) (-5 *1 (-742 *6 *7 *8 *9)) (-5 *5 (-771)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
+ (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3))
+ (-5 *2 (-689 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-786)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
+(((*1 *1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566))
- (|:| |success| (-112))))
- (-5 *1 (-789)) (-5 *5 (-566)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-771)) (-4 *5 (-558))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-969 *5 *3)) (-4 *3 (-1240 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
- ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-644 (-2 (|:| |totdeg| (-771)) (|:| -3877 *3))))
- (-5 *4 (-771)) (-4 *3 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793))
- (-4 *7 (-850)) (-5 *1 (-451 *5 *6 *7 *3)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1099) (-34)))
- (-5 *2 (-112)) (-5 *1 (-1139 *4 *5)) (-4 *4 (-13 (-1099) (-34))))))
+ (-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862)))
+ (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862)))
+ (|:| |args| (-644 (-862)))))
+ (-5 *1 (-1175))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 (-862)))) (-5 *1 (-1175)))))
+(((*1 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-448)) (-5 *3 (-566)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1227 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1256 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-558))
- (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1 *1 *1) (-4 *1 (-967))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-644 *7)) (-5 *3 (-112)) (-4 *7 (-1064 *4 *5 *6))
+ (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *1 (-977 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-558))
+ (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-1236 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-752)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-183 (-139)))) (-5 *1 (-140)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-4 *1 (-107 *3)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))))
+(((*1 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))))
+(((*1 *1) (-4 *1 (-967))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-365) (-147) (-1038 (-566))))
+ (-4 *5 (-1241 *4))
+ (-5 *2 (-2 (|:| -2650 (-409 *5)) (|:| |coeff| (-409 *5))))
+ (-5 *1 (-570 *4 *5)) (-5 *3 (-409 *5)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *4 (-558)) (-5 *1 (-969 *4 *2))
+ (-4 *2 (-1241 *4)))))
+(((*1 *2 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308))))
+ ((*1 *2 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308))))
+ ((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-308))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-566)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
+ (-14 *4 *2))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1049)) (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-144)) (-5 *2 (-112)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-454)))))
+(((*1 *2 *3 *2 *4 *5)
+ (-12 (-5 *2 (-644 *3)) (-5 *5 (-921)) (-4 *3 (-1241 *4))
+ (-4 *4 (-308)) (-5 *1 (-462 *4 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-254 *2 *3 *4 *5)) (-4 *2 (-1049)) (-4 *3 (-850))
+ (-4 *4 (-267 *3)) (-4 *5 (-793)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-992 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-142 *4 *5 *3))
+ (-4 *3 (-375 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-558))
- (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-770 *4))))
+ (-12 (-4 *4 (-558)) (-4 *5 (-992 *4))
+ (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
+ (-5 *1 (-505 *4 *5 *6 *3)) (-4 *6 (-375 *4)) (-4 *3 (-375 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-689 *5)) (-4 *5 (-992 *4)) (-4 *4 (-558))
+ (-5 *2 (-2 (|:| |num| (-689 *4)) (|:| |den| *4)))
+ (-5 *1 (-693 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566)))))
+ (-4 *6 (-1241 *5))
+ (-5 *2 (-2 (|:| -1900 *7) (|:| |rh| (-644 (-409 *6)))))
+ (-5 *1 (-807 *5 *6 *7 *3)) (-5 *4 (-644 (-409 *6)))
+ (-4 *7 (-656 *6)) (-4 *3 (-656 (-409 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-992 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1234 *4 *5 *3))
+ (-4 *3 (-1241 *5)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))
+ (-4 *2 (-454))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-344 *2 *3 *4)) (-4 *2 (-1219)) (-4 *3 (-1241 *2))
+ (-4 *4 (-1241 (-409 *3)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-454))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850)) (-4 *3 (-454))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-949 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-454))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-308)) (-4 *3 (-558)) (-5 *1 (-1162 *3 *2))
+ (-4 *2 (-1241 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-420 *2)) (-4 *2 (-308)) (-5 *1 (-914 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-147))) (-5 *2 (-52)) (-5 *1 (-915 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-689 *7))
- (-5 *5
- (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2875 (-644 *6)))
- *7 *6))
- (-4 *6 (-365)) (-4 *7 (-656 *6))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1264 *6) "failed"))
- (|:| -2875 (-644 (-1264 *6)))))
- (-5 *1 (-813 *6 *7)) (-5 *4 (-1264 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-137))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-156))))
- ((*1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-480))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-593))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-626))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1099))
- (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3))))
- (-5 *1 (-1075 *3 *4 *2))
- (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))))
+ (-12 (-5 *4 (-420 (-952 *6))) (-5 *5 (-1175)) (-5 *3 (-952 *6))
+ (-4 *6 (-13 (-308) (-147))) (-5 *2 (-52)) (-5 *1 (-915 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519))))
((*1 *2 *1)
- (-12 (-4 *2 (-1099)) (-5 *1 (-1164 *2 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
- (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566))
- (-5 *2 (-1035)) (-5 *1 (-756)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-566))
- (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
+ (-12 (-4 *2 (-13 (-1099) (-34))) (-5 *1 (-1139 *3 *2))
+ (-4 *3 (-13 (-1099) (-34)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1276)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 *4)) (-4 *4 (-850)) (-5 *2 (-644 (-664 *4 *5)))
- (-5 *1 (-627 *4 *5 *6)) (-4 *5 (-13 (-172) (-717 (-409 (-566)))))
- (-14 *6 (-921)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
+ (-12 (-4 *2 (-365)) (-4 *2 (-848)) (-5 *1 (-945 *2 *3))
+ (-4 *3 (-1241 *2)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-508)) (-5 *2 (-644 (-965))) (-5 *1 (-292)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-558) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-278 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4)))))
- ((*1 *1 *1) (-5 *1 (-381)))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
- (-4 *4 (-351)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1240 *4))
- (-5 *2 (-2 (|:| |ans| (-409 *5)) (|:| |nosol| (-112))))
- (-5 *1 (-1015 *4 *5)) (-5 *3 (-409 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-255 *3)) (-4 *3 (-1214)) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-771))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1049))
- (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285)))
- (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-612 *3)) (-4 *3 (-1099))))
- ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558))
- (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-977 *5 *6 *7 *8)))))
-(((*1 *1) (-5 *1 (-1265))))
+ (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *2)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-819 *3)) (-4 *3 (-850)) (-5 *1 (-672 *3)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-644 (-612 *2))) (-5 *4 (-644 (-1175)))
- (-4 *2 (-13 (-432 (-169 *5)) (-1002) (-1199))) (-4 *5 (-558))
- (-5 *1 (-600 *5 *6 *2)) (-4 *6 (-13 (-432 *5) (-1002) (-1199))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *8)) (-4 *8 (-949 *5 *7 *6))
- (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
- (-4 *7 (-793))
- (-5 *2
- (-644
- (-2 (|:| -2755 (-771))
- (|:| |eqns|
- (-644
- (-2 (|:| |det| *8) (|:| |rows| (-644 (-566)))
- (|:| |cols| (-644 (-566))))))
- (|:| |fgb| (-644 *8)))))
- (-5 *1 (-924 *5 *6 *7 *8)) (-5 *4 (-771)))))
-(((*1 *2 *3 *3 *2 *4)
- (-12 (-5 *3 (-689 *2)) (-5 *4 (-566))
- (-4 *2 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-4 *5 (-1240 *2)) (-5 *1 (-501 *2 *5 *6)) (-4 *6 (-411 *2 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-644 (-644 (-644 *4)))) (-5 *2 (-644 (-644 *4)))
+ (-4 *4 (-850)) (-5 *1 (-1186 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
+(((*1 *2 *3 *3 *4 *3)
(-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-751)))))
+ (-5 *1 (-747)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175)))))
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
+(((*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1265 (-699))) (-5 *1 (-306)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-5 *3 (-1175)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-952 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-29 *3)) (-4 *3 (-558))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-558)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1265 *3)) (-4 *3 (-1241 *4)) (-4 *4 (-1219))
+ (-4 *1 (-344 *4 *3 *5)) (-4 *5 (-1241 (-409 *3))))))
+(((*1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-532 *3)) (-4 *3 (-13 (-726) (-25))))))
+(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-393)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-689 (-952 *4))) (-5 *1 (-1028 *4))
+ (-4 *4 (-1049)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-689 *2)) (-5 *4 (-771))
+ (-4 *2 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-4 *5 (-1241 *2)) (-5 *1 (-501 *2 *5 *6)) (-4 *6 (-411 *2 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 (-247 *4 *5))) (-5 *2 (-247 *4 *5))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-631 *4 *5)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4)))
+ (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1157)) (-5 *1 (-306)))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-317 (-225))) (-5 *1 (-268)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-365) (-1200) (-1002))))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-117 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-117 *2)) (-14 *2 (-566))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-871 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-871 *2)) (-14 *2 (-566))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-566)) (-14 *3 *2) (-5 *1 (-872 *3 *4))
+ (-4 *4 (-869 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850)))
- (-14 *3 (-644 (-1175))))))
-(((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2)
+ (-12 (-14 *2 (-566)) (-5 *1 (-872 *2 *3)) (-4 *3 (-869 *2))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-566)) (-4 *1 (-1227 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-1256 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1227 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1256 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-571 *3)) (-4 *3 (-1038 (-566)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-112))
+ (-5 *1 (-359 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *4)) (-4 *4 (-351)) (-5 *2 (-112))
+ (-5 *1 (-530 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
+(((*1 *2 *3 *2 *3)
+ (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178))))
+ ((*1 *2 *3 *2 *4 *1)
+ (-12 (-5 *2 (-439)) (-5 *3 (-644 (-1175))) (-5 *4 (-1175))
+ (-5 *1 (-1178))))
+ ((*1 *2 *3 *2 *3 *1)
+ (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1179))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-439)) (-5 *3 (-644 (-1175))) (-5 *1 (-1179)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-558)) (-4 *3 (-1049))
- (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-852 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-558)) (-4 *5 (-1049))
- (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-853 *5 *3))
- (-4 *3 (-852 *5)))))
+ ((*1 *1 *1 *1) (-4 *1 (-1138))))
+(((*1 *2)
+ (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-909))
+ (-5 *1 (-459 *3 *4 *2 *5)) (-4 *5 (-949 *2 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *2 (-909))
+ (-5 *1 (-906 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4))))
+ ((*1 *2) (-12 (-4 *2 (-909)) (-5 *1 (-907 *2 *3)) (-4 *3 (-1241 *2)))))
+(((*1 *1 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454)))
+ (-5 *2 (-843 *4)) (-5 *1 (-314 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1200) (-432 *3))) (-14 *5 (-1175))
+ (-14 *6 *4)))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454)))
+ (-5 *2 (-843 *4)) (-5 *1 (-1251 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1200) (-432 *3))) (-14 *5 (-1175))
+ (-14 *6 *4))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2))
- (-4 *2 (-1240 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-317 (-225))) (-5 *1 (-210)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-821)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1215 *3)) (-4 *3 (-1099)))))
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-171))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1084))) (-5 *1 (-292)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049))
+ (-5 *2 (-952 *5)) (-5 *1 (-944 *4 *5)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-821)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 *5)) (-4 *5 (-1240 *3)) (-4 *3 (-308))
- (-5 *2 (-112)) (-5 *1 (-457 *3 *5)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-1099)))))
+ (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454))
+ (-14 *6 (-644 (-1175)))
+ (-5 *2
+ (-644 (-1145 *5 (-533 (-864 *6)) (-864 *6) (-780 *5 (-864 *6)))))
+ (-5 *1 (-628 *5 *6)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1215)) (-4 *2 (-1049))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862))))
+ ((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-943 (-225))) (-5 *2 (-225)) (-5 *1 (-1211))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-1049)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-793)) (-4 *5 (-1049)) (-4 *6 (-949 *5 *4 *2))
+ (-4 *2 (-850)) (-5 *1 (-950 *4 *2 *5 *6 *3))
+ (-4 *3
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *6)) (-15 -2499 (*6 $))
+ (-15 -2507 (*6 $)))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558))
+ (-5 *2 (-1175)) (-5 *1 (-1043 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-584)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *5 (-612 *4)) (-5 *6 (-1175))
+ (-4 *4 (-13 (-432 *7) (-27) (-1200)))
+ (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4))))
+ (-5 *1 (-568 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793)) (-5 *2 (-644 *3)) (-5 *1 (-924 *4 *5 *6 *3))
+ (-4 *3 (-949 *4 *6 *5)))))
+(((*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 (-331)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-689 (-409 (-952 *4)))) (-4 *4 (-454))
+ (-5 *2 (-644 (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4)))))
+ (-5 *1 (-293 *4)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1119)) (-5 *2 (-1270)) (-5 *1 (-831)))))
+(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-604 *2 *3)) (-4 *3 (-1215)) (-4 *2 (-1099))
+ (-4 *2 (-850)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-943 (-225)) (-225) (-225)))
+ (-5 *3 (-1 (-225) (-225) (-225) (-225))) (-5 *1 (-256)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850)) (-4 *3 (-172))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1241 *2))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-558))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-172)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558))
+ (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3))
+ (-4 *2
+ (-13 (-365) (-303)
+ (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $))
+ (-15 -2507 ((-1124 *3 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *3 (-612 $))))))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-363 (-114))) (-4 *2 (-1049)) (-5 *1 (-714 *2 *4))
+ (-4 *4 (-648 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-363 (-114))) (-5 *1 (-836 *2)) (-4 *2 (-1049)))))
(((*1 *2 *3 *2)
(-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
((*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))))
+(((*1 *1 *1) (-5 *1 (-112))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-604 *2 *3)) (-4 *3 (-1215)) (-4 *2 (-1099))
+ (-4 *2 (-850)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1026 (-843 (-566))))
+ (-5 *3 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *4)))) (-4 *4 (-1049))
+ (-5 *1 (-596 *4)))))
+(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-328 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1215))
+ (-14 *4 (-566)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-905 *3))) (-4 *3 (-1099)) (-5 *1 (-904 *3)))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12
+ (-4 *4 (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *5 (-1241 *4)) (-5 *2 (-1171 (-409 *5))) (-5 *1 (-615 *4 *5))
+ (-5 *3 (-409 *5))))
+ ((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1241 *5))
+ (-4 *5 (-13 (-147) (-27) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-5 *2 (-1171 (-409 *6))) (-5 *1 (-615 *5 *6)) (-5 *3 (-409 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
+ (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1288 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-846)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1109)))))
(((*1 *2 *3 *4)
(-12 (-5 *4 (-1 (-1155 *3))) (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3))
(-4 *3 (-38 (-409 (-566)))) (-4 *3 (-1049)))))
+(((*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-848)) (-5 *1 (-304 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1270)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-1099)))))
+(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1241 (-566))) (-5 *1 (-488 *3)))))
+(((*1 *1) (-5 *1 (-141))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-622 *4 *2)) (-4 *2 (-13 (-1200) (-959) (-29 *4))))))
+(((*1 *2 *1) (-12 (-4 *1 (-308)) (-5 *2 (-771)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *3 (-558)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1049)) (-5 *1 (-712 *3 *2)) (-4 *2 (-1241 *3)))))
(((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-1 (-112) *6 *6)) (-4 *6 (-850)) (-5 *4 (-644 *6))
(-5 *2 (-2 (|:| |fs| (-112)) (|:| |sd| *4) (|:| |td| (-644 *4))))
- (-5 *1 (-1185 *6)) (-5 *5 (-644 *4)))))
+ (-5 *1 (-1186 *6)) (-5 *5 (-644 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *3 *1 *4)
+ (-12 (-5 *3 (-1139 *5 *6)) (-5 *4 (-1 (-112) *6 *6))
+ (-4 *5 (-13 (-1099) (-34))) (-4 *6 (-13 (-1099) (-34)))
+ (-5 *2 (-112)) (-5 *1 (-1140 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-838))) (-5 *1 (-140)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-420 (-1171 *1))) (-5 *1 (-317 *4)) (-5 *3 (-1171 *1))
+ (-4 *4 (-454)) (-4 *4 (-558)) (-4 *4 (-1099))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))))
+(((*1 *2 *2 *3 *3)
+ (|partial| -12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-577 *4 *2))
+ (-4 *2 (-13 (-1200) (-959) (-1138) (-29 *4))))))
+(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-112))
+ (-5 *2 (-1035)) (-5 *1 (-753)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1155 (-409 *3))) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1006)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-529)) (-5 *3 (-128)) (-5 *2 (-771)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-436)) (-4 *5 (-1099))
+ (-5 *1 (-1105 *5 *4)) (-4 *4 (-432 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-175))) (-5 *1 (-1084)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1288 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-1157)))))
+(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))))
+(((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-644 (-865))))))
+(((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
+ (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1270) (-1265 *5) (-1265 *5) (-381)))
+ (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270))
+ (-5 *1 (-788)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-757)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -2651 *3) (|:| |gap| (-771)) (|:| -2075 (-782 *3))
+ (|:| -4368 (-782 *3))))
+ (-5 *1 (-782 *3)) (-4 *3 (-1049))))
+ ((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850))
+ (-5 *2
+ (-2 (|:| -2651 *1) (|:| |gap| (-771)) (|:| -2075 *1)
+ (|:| -4368 *1)))
+ (-4 *1 (-1064 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2
+ (-2 (|:| -2651 *1) (|:| |gap| (-771)) (|:| -2075 *1)
+ (|:| -4368 *1)))
+ (-4 *1 (-1064 *3 *4 *5)))))
(((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-921)) (-5 *1 (-1030 *2))
+ (-4 *2 (-13 (-1099) (-10 -8 (-15 -2964 ($ $ $))))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *3 *3 *4 *5 *6)
+ (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225)))
+ (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225)))
+ (-5 *1 (-697)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-644 (-295 *4))) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
+ (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921)))))
+(((*1 *1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-112)) (-5 *1 (-596 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1125 *4 *3 *5))) (-4 *4 (-38 (-409 (-566))))
+ (-4 *4 (-1049)) (-4 *3 (-850)) (-5 *1 (-1125 *4 *3 *5))
+ (-4 *5 (-949 *4 (-533 *3) *3))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1209 *4))) (-5 *3 (-1175)) (-5 *1 (-1209 *4))
+ (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2))
+ (-4 *2 (-687 *3 *4 *5)))))
(((*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-420 *4)) (-4 *4 (-558)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-169 (-225))) (-5 *5 (-566))
+ (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-415 *3 *4 *5 *6)) (-4 *6 (-1038 *4)) (-4 *3 (-308))
+ (-4 *4 (-992 *3)) (-4 *5 (-1241 *4)) (-4 *6 (-411 *4 *5))
+ (-14 *7 (-1265 *6)) (-5 *1 (-416 *3 *4 *5 *6 *7))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 *6)) (-4 *6 (-411 *4 *5)) (-4 *4 (-992 *3))
+ (-4 *5 (-1241 *4)) (-4 *3 (-308)) (-5 *1 (-416 *3 *4 *5 *6 *7))
+ (-14 *7 *2))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-351))
+ (-5 *2 (-644 (-2 (|:| |deg| (-771)) (|:| -3933 *3))))
+ (-5 *1 (-216 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1270))
+ (-5 *1 (-451 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-365)) (-4 *5 (-558))
+ (-5 *2
+ (-2 (|:| |minor| (-644 (-921))) (|:| -1900 *3)
+ (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 *3))))
+ (-5 *1 (-90 *5 *3)) (-5 *4 (-921)) (-4 *3 (-656 *5)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-771)) (-4 *5 (-558))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-969 *5 *3)) (-4 *3 (-1241 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1192 *4 *5))
+ (-4 *4 (-1099)) (-4 *5 (-1099)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))))
(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-587 *3)) (-4 *3 (-365)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
+ (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-331)))))
+(((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-644 (-644 (-943 (-225)))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-644 (-644 (-943 (-225))))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-644 (-771)))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1157)) (-5 *2 (-644 (-1180))) (-5 *1 (-880)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-365) (-1200) (-1002))))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
+ ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
+ ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-428 *4 *2)) (-4 *2 (-13 (-1200) (-29 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175)) (-4 *5 (-147))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-317 *5))
+ (-5 *1 (-590 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
(((*1 *2 *3)
(-12 (-5 *3 (-1155 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-192))))
((*1 *2 *3)
(-12 (-5 *3 (-1155 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-301))))
((*1 *2 *3)
(-12 (-5 *3 (-1155 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-306)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-508)) (-5 *3 (-644 (-965))) (-5 *1 (-292)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
+(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
+ (|partial| -12 (-5 *2 (-644 (-1171 *11))) (-5 *3 (-1171 *11))
+ (-5 *4 (-644 *10)) (-5 *5 (-644 *8)) (-5 *6 (-644 (-771)))
+ (-5 *7 (-1265 (-644 (-1171 *8)))) (-4 *10 (-850))
+ (-4 *8 (-308)) (-4 *11 (-949 *8 *9 *10)) (-4 *9 (-793))
+ (-5 *1 (-707 *9 *10 *8 *11)))))
+(((*1 *2) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
+(((*1 *2 *3) (-12 (-5 *3 (-644 (-566))) (-5 *2 (-771)) (-5 *1 (-591)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-977 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5))
+ (-4 *3 (-1241 *4))
+ (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1157)) (-4 *1 (-366 *2 *4)) (-4 *2 (-1099))
+ (-4 *4 (-1099))))
+ ((*1 *1 *2)
+ (-12 (-4 *1 (-366 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 (-1238 *5 *4)))
+ (-5 *1 (-1113 *4 *5)) (-5 *3 (-1238 *5 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7))))
+ (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
+(((*1 *2 *3)
+ (-12 (-14 *4 (-644 (-1175))) (-4 *5 (-454))
+ (-5 *2
+ (-2 (|:| |glbase| (-644 (-247 *4 *5))) (|:| |glval| (-644 (-566)))))
+ (-5 *1 (-631 *4 *5)) (-5 *3 (-644 (-247 *4 *5))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-644 (-1175)))
+ (-5 *2 (-644 (-644 (-381)))) (-5 *1 (-1023)) (-5 *5 (-381))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
+ (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-644 (-1024 (-409 *4)))))
+ (-5 *1 (-1291 *4 *5 *6)) (-14 *6 (-644 (-1175)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
+ (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7))
+ (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
+ (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7))
+ (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
+ (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
+ (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7))
+ (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-952 *4)))
+ (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
+ (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1291 *4 *5 *6))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))))
(((*1 *2 *3 *3)
(-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
(-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
@@ -7198,222 +7385,102 @@
(-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
(-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
(-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
- (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1035))
- (-5 *1 (-749)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-952 *4)) (-4 *4 (-13 (-308) (-147)))
- (-4 *2 (-949 *4 *6 *5)) (-5 *1 (-924 *4 *5 *6 *2))
- (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)))))
-(((*1 *2 *2 *3 *4 *5)
- (-12 (-5 *2 (-644 *9)) (-5 *3 (-1 (-112) *9))
- (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9))
- (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793))
- (-4 *8 (-850)) (-5 *1 (-977 *6 *7 *8 *9)))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699))))
- ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1240 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-610 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
- (-4 *4 (-351)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-1038 (-409 *2)))) (-5 *2 (-566))
- (-5 *1 (-115 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2))
- (-4 *2 (-1240 *4))))
- ((*1 *2 *2 *3 *2 *3)
- (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1240 *3)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *2 *5)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4))
- (-4 *2 (-238 *3 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1171 (-952 *6))) (-4 *6 (-558))
- (-4 *2 (-949 (-409 (-952 *6)) *5 *4)) (-5 *1 (-732 *5 *4 *6 *2))
- (-4 *5 (-793))
- (-4 *4 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))))))
-(((*1 *1) (-5 *1 (-157))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1171 *5)) (-4 *5 (-365)) (-5 *2 (-644 *6))
- (-5 *1 (-534 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-317 (-225))) (-5 *1 (-306))))
- ((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |num| (-892 *3)) (|:| |den| (-892 *3))))
- (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381)))
- (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
- (-5 *1 (-1174)))))
+ (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1270)) (-5 *1 (-1178))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1270))
+ (-5 *1 (-1178))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *4 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1270))
+ (-5 *1 (-1178)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-38 (-409 (-566))))
+ (-4 *2 (-172)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-624 *3 *4 *5 *6 *7 *2))
- (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *2 (-1108 *3 *4 *5 *6)))))
-(((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-112)) (-5 *1 (-892 *4))
- (-4 *4 (-1099)))))
+ (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-365) (-1199) (-1002))))))
-(((*1 *1 *1 *1) (-4 *1 (-661))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-375 *3)) (-4 *3 (-1214)) (-4 *3 (-850)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-375 *4)) (-4 *4 (-1214))
- (-5 *2 (-112)))))
-(((*1 *2)
- (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-419 *3)))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-644 (-689 (-566))))
- (-5 *1 (-1109)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1157) (-774))) (-5 *1 (-114)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-317 (-225))) (-5 *2 (-317 (-381))) (-5 *1 (-306)))))
+(((*1 *1) (-5 *1 (-1084))))
+(((*1 *2 *3 *3 *3 *3 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))
+ (-5 *2 (-1035)) (-5 *1 (-746)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))
+ (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
+ (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *2 (-1035))
+ (-5 *1 (-749)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-889 *5 *3)) (-5 *4 (-892 *5)) (-4 *5 (-1099))
+ (-4 *3 (-166 *6)) (-4 (-952 *6) (-886 *5))
+ (-4 *6 (-13 (-886 *5) (-172))) (-5 *1 (-178 *5 *6 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-889 *4 *1)) (-5 *3 (-892 *4)) (-4 *1 (-886 *4))
+ (-4 *4 (-1099))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-889 *5 *6)) (-5 *4 (-892 *5)) (-4 *5 (-1099))
+ (-4 *6 (-13 (-1099) (-1038 *3))) (-4 *3 (-886 *5))
+ (-5 *1 (-931 *5 *3 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099))
+ (-4 *3 (-13 (-432 *6) (-614 *4) (-886 *5) (-1038 (-612 $))))
+ (-5 *4 (-892 *5)) (-4 *6 (-13 (-558) (-886 *5)))
+ (-5 *1 (-932 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-889 (-566) *3)) (-5 *4 (-892 (-566))) (-4 *3 (-547))
+ (-5 *1 (-933 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-889 *5 *6)) (-5 *3 (-612 *6)) (-4 *5 (-1099))
+ (-4 *6 (-13 (-1099) (-1038 (-612 $)) (-614 *4) (-886 *5)))
+ (-5 *4 (-892 *5)) (-5 *1 (-934 *5 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-885 *5 *6 *3)) (-5 *4 (-892 *5)) (-4 *5 (-1099))
+ (-4 *6 (-886 *5)) (-4 *3 (-666 *6)) (-5 *1 (-935 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *5 (-1 (-889 *6 *3) *8 (-892 *6) (-889 *6 *3)))
+ (-4 *8 (-850)) (-5 *2 (-889 *6 *3)) (-5 *4 (-892 *6))
+ (-4 *6 (-1099)) (-4 *3 (-13 (-949 *9 *7 *8) (-614 *4)))
+ (-4 *7 (-793)) (-4 *9 (-13 (-1049) (-886 *6)))
+ (-5 *1 (-936 *6 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099))
+ (-4 *3 (-13 (-949 *8 *6 *7) (-614 *4))) (-5 *4 (-892 *5))
+ (-4 *7 (-886 *5)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *8 (-13 (-1049) (-886 *5))) (-5 *1 (-936 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099)) (-4 *3 (-992 *6))
+ (-4 *6 (-13 (-558) (-886 *5) (-614 *4))) (-5 *4 (-892 *5))
+ (-5 *1 (-939 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-889 *5 (-1175))) (-5 *3 (-1175)) (-5 *4 (-892 *5))
+ (-4 *5 (-1099)) (-5 *1 (-940 *5))))
+ ((*1 *2 *3 *4 *5 *2 *6)
+ (-12 (-5 *4 (-644 (-892 *7))) (-5 *5 (-1 *9 (-644 *9)))
+ (-5 *6 (-1 (-889 *7 *9) *9 (-892 *7) (-889 *7 *9))) (-4 *7 (-1099))
+ (-4 *9 (-13 (-1049) (-614 (-892 *7)) (-1038 *8)))
+ (-5 *2 (-889 *7 *9)) (-5 *3 (-644 *9)) (-4 *8 (-1049))
+ (-5 *1 (-941 *7 *8 *9)))))
+(((*1 *2 *3 *3 *4 *3)
(-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
(-5 *1 (-755)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-508)) (-5 *1 (-114))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-114)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381)))
- (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
- (-5 *1 (-1174)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *4 (-1 (-3 (-566) "failed") *5)) (-4 *5 (-1049))
- (-5 *2 (-566)) (-5 *1 (-545 *5 *3)) (-4 *3 (-1240 *5))))
- ((*1 *2 *3 *4 *2 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-566) "failed") *4)) (-4 *4 (-1049))
- (-5 *2 (-566)) (-5 *1 (-545 *4 *3)) (-4 *3 (-1240 *4))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-566) "failed") *4)) (-4 *4 (-1049))
- (-5 *2 (-566)) (-5 *1 (-545 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566)))))
- (-4 *5 (-850)) (-5 *1 (-1280 *4 *5 *2)) (-4 *2 (-1285 *5 *4)))))
-(((*1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4))
- (-4 *6 (-375 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
- (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3))
- (-4 *3 (-648 *2))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3))
- (-4 *3 (-648 *2))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049))))
- ((*1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-112)))))
-(((*1 *1 *1 *1) (-4 *1 (-661))))
-(((*1 *1) (-5 *1 (-130))))
-(((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-409 *6)) (|:| |h| *6)
- (|:| |c1| (-409 *6)) (|:| |c2| (-409 *6)) (|:| -1462 *6)))
- (-5 *1 (-1016 *5 *6)) (-5 *3 (-409 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-531))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-579))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-861)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
- (-5 *2 (-771))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
- (-5 *2 (-771))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-726)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1240 (-409 (-566)))) (-5 *1 (-913 *3 *2))
- (-4 *2 (-1240 (-409 *3))))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381)))
- (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
- (-5 *1 (-1174)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-5 *2 (-112)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1178))))
- ((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178))))
- ((*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-483 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049))
- (-5 *2 (-952 *5)) (-5 *1 (-944 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-644 *4)) (-5 *1 (-779 *4))
- (-4 *4 (-13 (-365) (-848))))))
-(((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-1171 (-952 *4))) (-5 *1 (-418 *3 *4))
- (-4 *3 (-419 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-4 *3 (-365))
- (-5 *2 (-1171 (-952 *3)))))
- ((*1 *2)
- (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049))
- (-5 *2 (-644 (-644 (-644 (-771))))))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-1099)) (-4 *2 (-900 *4)) (-5 *1 (-692 *4 *2 *5 *3))
- (-4 *5 (-375 *2)) (-4 *3 (-13 (-375 *4) (-10 -7 (-6 -4414)))))))
-(((*1 *1) (-5 *1 (-470))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381)))
- (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
- (-5 *1 (-1174)))))
-(((*1 *2 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *5 (-1175))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-644 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-644 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -1641 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1199) (-27) (-432 *8)))
- (-4 *8 (-13 (-454) (-147) (-1038 *3) (-639 *3))) (-5 *3 (-566))
- (-5 *2 (-2 (|:| |ans| *4) (|:| -1966 *4) (|:| |sol?| (-112))))
- (-5 *1 (-1013 *8 *4)))))
(((*1 *1 *1 *2)
(-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))
(-4 *2 (-365))))
((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-225))))
((*1 *1 *1 *1)
- (-2768 (-12 (-5 *1 (-295 *2)) (-4 *2 (-365)) (-4 *2 (-1214)))
- (-12 (-5 *1 (-295 *2)) (-4 *2 (-475)) (-4 *2 (-1214)))))
+ (-2700 (-12 (-5 *1 (-295 *2)) (-4 *2 (-365)) (-4 *2 (-1215)))
+ (-12 (-5 *1 (-295 *2)) (-4 *2 (-475)) (-4 *2 (-1215)))))
((*1 *1 *1 *1) (-4 *1 (-365)))
((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-381))))
((*1 *1 *2 *2)
@@ -7421,7 +7488,7 @@
(-4 *1 (-432 *3))))
((*1 *1 *1 *1) (-4 *1 (-475)))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1264 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3))))
+ (-12 (-5 *2 (-1265 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3))))
((*1 *1 *1 *1) (-5 *1 (-538)))
((*1 *1 *2 *3)
(-12 (-4 *4 (-172)) (-5 *1 (-621 *2 *4 *3)) (-4 *2 (-38 *4))
@@ -7451,66 +7518,71 @@
(-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-365))))
((*1 *2 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1271 *2)) (-4 *2 (-365))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1272 *2)) (-4 *2 (-365))))
((*1 *1 *1 *1)
(|partial| -12 (-4 *2 (-365)) (-4 *2 (-1049)) (-4 *3 (-850))
(-4 *4 (-793)) (-14 *6 (-644 *3))
- (-5 *1 (-1276 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-949 *2 *4 *3))
+ (-5 *1 (-1277 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-949 *2 *4 *3))
(-14 *7 (-644 (-771))) (-14 *8 (-771))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1287 *2 *3)) (-4 *2 (-365)) (-4 *2 (-1049))
+ (-12 (-5 *1 (-1288 *2 *3)) (-4 *2 (-365)) (-4 *2 (-1049))
(-4 *3 (-846)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-759)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883))
- (-5 *3 (-644 (-566)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883))
- (-5 *3 (-644 (-566))))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1264 *4)) (-4 *4 (-639 *5)) (-4 *5 (-365))
- (-4 *5 (-558)) (-5 *2 (-1264 *5)) (-5 *1 (-638 *5 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1264 *4)) (-4 *4 (-639 *5))
- (-2404 (-4 *5 (-365))) (-4 *5 (-558)) (-5 *2 (-1264 (-409 *5)))
- (-5 *1 (-638 *5 *4)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-327 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-792)))))
+(((*1 *2 *2 *2 *3 *3)
+ (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *1 (-1237 *4 *2))
+ (-4 *2 (-1241 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1208 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-4 *1 (-629)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002) (-1200))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))))
+(((*1 *2 *2) (-12 (-5 *2 (-644 (-317 (-225)))) (-5 *1 (-268)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 *8)) (-5 *4 (-771)) (-4 *8 (-949 *5 *7 *6))
+ (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
+ (-4 *7 (-793))
+ (-5 *2
+ (-644
+ (-2 (|:| |det| *8) (|:| |rows| (-644 (-566)))
+ (|:| |cols| (-644 (-566))))))
+ (-5 *1 (-924 *5 *6 *7 *8)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1264 *4)) (-4 *4 (-639 (-566)))
- (-5 *2 (-1264 (-566))) (-5 *1 (-1291 *4)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-901 *2)) (-4 *2 (-1099))))
- ((*1 *1 *2) (-12 (-5 *1 (-901 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172))))
- ((*1 *2 *3 *3 *2)
- (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))))
+ (-12 (-4 *4 (-1215)) (-5 *2 (-771)) (-5 *1 (-182 *4 *3))
+ (-4 *3 (-674 *4)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-921))
- (-5 *2 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119))))))
- (-5 *1 (-348 *4)) (-4 *4 (-351)))))
-(((*1 *2 *3 *4 *3 *5 *3)
- (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566))
- (-5 *2 (-1035)) (-5 *1 (-754)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-558)) (-5 *2 (-112)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-874)) (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
+ (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4))
+ (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-952 *4)) (-4 *4 (-13 (-308) (-147)))
+ (-4 *2 (-949 *4 *6 *5)) (-5 *1 (-924 *4 *5 *6 *2))
+ (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-112)) (-5 *1 (-829)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-365) (-1200) (-1002))))))
(((*1 *1 *1 *1) (-4 *1 (-21))) ((*1 *1 *1) (-4 *1 (-21)))
((*1 *1 *1 *1) (|partial| -5 *1 (-134)))
((*1 *1 *1 *1)
(-12 (-5 *1 (-214 *2))
(-4 *2
(-13 (-850)
- (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 ((-1269) $))
- (-15 -1597 ((-1269) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1214))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1214))))
+ (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 ((-1270) $))
+ (-15 -3508 ((-1270) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1215))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1215))))
((*1 *1 *1 *1)
(-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
((*1 *1 *1) (-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
@@ -7525,173 +7597,68 @@
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
((*1 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-21))))
- ((*1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-21)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1240 (-48)))))
- ((*1 *2 *3 *1)
- (-12 (-5 *2 (-2 (|:| |less| (-121 *3)) (|:| |greater| (-121 *3))))
- (-5 *1 (-121 *3)) (-4 *3 (-850))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-587 *4)) (-4 *4 (-13 (-29 *3) (-1199)))
- (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-585 *3 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-587 (-409 (-952 *3))))
- (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *1 (-590 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-365))
- (-5 *2 (-2 (|:| -2548 *3) (|:| |special| *3))) (-5 *1 (-727 *5 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1264 *5)) (-4 *5 (-365)) (-4 *5 (-1049))
- (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5))
- (-5 *3 (-644 (-689 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1264 (-1264 *5))) (-4 *5 (-365)) (-4 *5 (-1049))
- (-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5))
- (-5 *3 (-644 (-689 *5)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-644 *1)) (-4 *1 (-1143))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-144)) (-5 *2 (-644 *1)) (-4 *1 (-1143)))))
-(((*1 *1 *1) (-4 *1 (-661))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *4)) (-4 *4 (-1049)) (-5 *2 (-1264 *4))
- (-5 *1 (-1176 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-921)) (-5 *2 (-1264 *3)) (-5 *1 (-1176 *3))
- (-4 *3 (-1049)))))
-(((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-3 *3 (-644 *1)))
- (-4 *1 (-1070 *4 *5 *6 *3)))))
-(((*1 *2 *1 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-308))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3302 *1)))
- (-4 *1 (-308)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-1049)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *8)) (-4 *8 (-949 *5 *7 *6))
- (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
- (-4 *7 (-793))
- (-5 *2
- (-644
- (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8))
- (|:| |wcond| (-644 (-952 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *5))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *5))))))))))
- (-5 *1 (-924 *5 *6 *7 *8)) (-5 *4 (-644 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *8)) (-5 *4 (-644 (-1175))) (-4 *8 (-949 *5 *7 *6))
- (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
- (-4 *7 (-793))
- (-5 *2
- (-644
- (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8))
- (|:| |wcond| (-644 (-952 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *5))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *5))))))))))
- (-5 *1 (-924 *5 *6 *7 *8))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-21))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-21)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566))))
((*1 *2 *3)
- (-12 (-5 *3 (-689 *7)) (-4 *7 (-949 *4 *6 *5))
- (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793))
- (-5 *2
- (-644
- (-2 (|:| |eqzro| (-644 *7)) (|:| |neqzro| (-644 *7))
- (|:| |wcond| (-644 (-952 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *4))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *4))))))))))
- (-5 *1 (-924 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-689 *9)) (-5 *5 (-921)) (-4 *9 (-949 *6 *8 *7))
- (-4 *6 (-13 (-308) (-147))) (-4 *7 (-13 (-850) (-614 (-1175))))
- (-4 *8 (-793))
- (-5 *2
- (-644
- (-2 (|:| |eqzro| (-644 *9)) (|:| |neqzro| (-644 *9))
- (|:| |wcond| (-644 (-952 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *6))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *6))))))))))
- (-5 *1 (-924 *6 *7 *8 *9)) (-5 *4 (-644 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 (-1175))) (-5 *5 (-921))
- (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147)))
- (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793))
- (-5 *2
- (-644
- (-2 (|:| |eqzro| (-644 *9)) (|:| |neqzro| (-644 *9))
- (|:| |wcond| (-644 (-952 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *6))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *6))))))))))
- (-5 *1 (-924 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *8)) (-5 *4 (-921)) (-4 *8 (-949 *5 *7 *6))
- (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
- (-4 *7 (-793))
- (-5 *2
- (-644
- (-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8))
- (|:| |wcond| (-644 (-952 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *5))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *5))))))))))
- (-5 *1 (-924 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 *9)) (-5 *5 (-1157))
- (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147)))
- (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566))
- (-5 *1 (-924 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-689 *9)) (-5 *4 (-644 (-1175))) (-5 *5 (-1157))
- (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147)))
- (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566))
- (-5 *1 (-924 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *8)) (-5 *4 (-1157)) (-4 *8 (-949 *5 *7 *6))
- (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
- (-4 *7 (-793)) (-5 *2 (-566)) (-5 *1 (-924 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-689 *10)) (-5 *4 (-644 *10)) (-5 *5 (-921))
- (-5 *6 (-1157)) (-4 *10 (-949 *7 *9 *8)) (-4 *7 (-13 (-308) (-147)))
- (-4 *8 (-13 (-850) (-614 (-1175)))) (-4 *9 (-793)) (-5 *2 (-566))
- (-5 *1 (-924 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-689 *10)) (-5 *4 (-644 (-1175))) (-5 *5 (-921))
- (-5 *6 (-1157)) (-4 *10 (-949 *7 *9 *8)) (-4 *7 (-13 (-308) (-147)))
- (-4 *8 (-13 (-850) (-614 (-1175)))) (-4 *9 (-793)) (-5 *2 (-566))
- (-5 *1 (-924 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-689 *9)) (-5 *4 (-921)) (-5 *5 (-1157))
- (-4 *9 (-949 *6 *8 *7)) (-4 *6 (-13 (-308) (-147)))
- (-4 *7 (-13 (-850) (-614 (-1175)))) (-4 *8 (-793)) (-5 *2 (-566))
- (-5 *1 (-924 *6 *7 *8 *9)))))
+ (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3))
+ (-4 *3 (-1099)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *2 (-1035)) (-5 *1 (-754)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-381)) (-5 *1 (-192)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *2 *3 *4 *5)
+ (-12 (-5 *2 (-644 *9)) (-5 *3 (-1 (-112) *9))
+ (-5 *4 (-1 (-112) *9 *9)) (-5 *5 (-1 *9 *9 *9))
+ (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793))
+ (-4 *8 (-850)) (-5 *1 (-977 *6 *7 *8 *9)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-695 *3)) (-4 *3 (-1099))
+ (-5 *2 (-644 (-2 (|:| -2303 *3) (|:| -2037 (-771))))))))
+(((*1 *1 *2 *2 *2)
+ (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200)))))
+ ((*1 *2 *1 *3 *4 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-381)) (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *2 *3 *3 *4)
+ (-12 (-5 *4 (-771)) (-4 *3 (-558)) (-5 *1 (-969 *3 *2))
+ (-4 *2 (-1241 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850))
+ (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-644 *4)))))
(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-157)))
((*1 *1 *1 *1)
(-12 (-5 *1 (-214 *2))
(-4 *2
(-13 (-850)
- (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 ((-1269) $))
- (-15 -1597 ((-1269) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-25)) (-4 *2 (-1214))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-25)) (-4 *2 (-1214))))
+ (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 ((-1270) $))
+ (-15 -3508 ((-1270) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-25)) (-4 *2 (-1215))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-25)) (-4 *2 (-1215))))
((*1 *1 *2 *1)
(-12 (-4 *1 (-324 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-131))))
((*1 *1 *2 *1)
(-12 (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *2))
- (-4 *2 (-1240 *3))))
+ (-4 *2 (-1241 *3))))
((*1 *1 *1 *1)
(-12 (-4 *1 (-472 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
((*1 *1 *1 *1)
@@ -7705,340 +7672,143 @@
((*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099))))
((*1 *2 *2 *2)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-25)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-708 *3)) (-5 *1 (-827 *2 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *1) (-12 (|has| *1 (-6 -4414)) (-4 *1 (-34)) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-250))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-566))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-1287 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-846)))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-25)))))
+(((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1061))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1061)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-308)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
- (-5 *1 (-1123 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
-(((*1 *1 *2 *3)
- (-12
- (-5 *3
- (-644
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
- (|:| |xpnt| (-566)))))
- (-4 *2 (-558)) (-5 *1 (-420 *2))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |contp| (-566))
- (|:| -1616 (-644 (-2 (|:| |irr| *4) (|:| -4125 (-566)))))))
- (-4 *4 (-1240 (-566))) (-5 *2 (-420 *4)) (-5 *1 (-444 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
- (-4 *3 (-1240 *2)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-308))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-449 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6))
- (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *1 (-449 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6))
- (-4 *4 (-308)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *1 (-449 *4 *5 *6 *7)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4414)) (-4 *1 (-235 *3))
- (-4 *3 (-1099))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-283 *3)) (-4 *3 (-1214)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *1 (-1032 *2))
- (-4 *2 (-13 (-1099) (-10 -8 (-15 * ($ $ $))))))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-644 (-771)))
- (-5 *1 (-904 *4)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-538)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *2)) (-4 *2 (-172))))
+ (-12 (-5 *3 (-644 (-921))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-112))
+ (-5 *6 (-225)) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD))))
+ (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE))))
+ (-5 *2 (-1035)) (-5 *1 (-756)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-527)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
+ (-12 (-5 *4 (-644 (-112))) (-5 *5 (-689 (-225)))
+ (-5 *6 (-689 (-566))) (-5 *7 (-225)) (-5 *3 (-566)) (-5 *2 (-1035))
+ (-5 *1 (-754)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-2 (|:| |totdeg| (-771)) (|:| -4066 *4))) (-5 *5 (-771))
+ (-4 *4 (-949 *6 *7 *8)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
+ (-5 *2
+ (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-5 *1 (-451 *6 *7 *8 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-112)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699))))
+ ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *2)) (-4 *2 (-172))))
((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-418 *3 *2)) (-4 *3 (-419 *2))))
((*1 *2) (-12 (-4 *1 (-419 *2)) (-4 *2 (-172)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1060 (-1024 *4) (-1171 (-1024 *4)))) (-5 *3 (-862))
- (-5 *1 (-1024 *4)) (-4 *4 (-13 (-848) (-365) (-1022))))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-965))) (-5 *1 (-109))))
+ ((*1 *2 *1) (-12 (-5 *2 (-45 (-1157) (-774))) (-5 *1 (-114)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-57 *4 *5 *2)) (-4 *4 (-1214))
- (-4 *5 (-375 *4)) (-4 *2 (-375 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *6 *7 *2)) (-4 *6 (-1049))
- (-4 *7 (-238 *5 *6)) (-4 *2 (-238 *4 *6)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
- (-5 *2
- (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566))
- (|:| |success| (-112))))
- (-5 *1 (-789)) (-5 *5 (-566)))))
-(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-755)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-5 *2 (-112)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-566)) (-5 *2 (-112)) (-5 *1 (-555)))))
+ (-12 (-5 *3 (-771)) (-4 *1 (-1241 *4)) (-4 *4 (-1049))
+ (-5 *2 (-1265 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-850)) (-4 *5 (-909)) (-4 *6 (-793))
- (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-420 (-1171 *8)))
- (-5 *1 (-906 *5 *6 *7 *8)) (-5 *4 (-1171 *8))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-771)) (-5 *3 (-943 *5)) (-4 *5 (-1049))
+ (-5 *1 (-1163 *4 *5)) (-14 *4 (-921))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-771))) (-5 *3 (-771)) (-5 *1 (-1163 *4 *5))
+ (-14 *4 (-921)) (-4 *5 (-1049))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-771))) (-5 *3 (-943 *5)) (-4 *5 (-1049))
+ (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))))
+(((*1 *2 *3)
+ (-12 (|has| *2 (-6 (-4417 "*"))) (-4 *5 (-375 *2)) (-4 *6 (-375 *2))
+ (-4 *2 (-1049)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1241 *2))
+ (-4 *4 (-687 *2 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1198)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793))
+ (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-644 *3))
+ (-5 *1 (-592 *5 *6 *7 *8 *3)) (-4 *3 (-1108 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147)))
+ (-5 *2
+ (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5))))))
+ (-5 *1 (-1077 *5 *6)) (-5 *3 (-644 (-952 *5)))
+ (-14 *6 (-644 (-1175)))))
((*1 *2 *3)
- (-12 (-4 *4 (-909)) (-4 *5 (-1240 *4)) (-5 *2 (-420 (-1171 *5)))
- (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-558))))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))
- (-4 *2 (-558))))
- ((*1 *1 *1 *1) (|partial| -4 *1 (-558)))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049))
- (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-558))))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-771)))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-558))))
- ((*1 *1 *1 *1) (-5 *1 (-862)))
+ (-12 (-4 *4 (-13 (-308) (-147)))
+ (-5 *2
+ (-644 (-2 (|:| -1356 (-1171 *4)) (|:| -2702 (-644 (-952 *4))))))
+ (-5 *1 (-1077 *4 *5)) (-5 *3 (-644 (-952 *4)))
+ (-14 *5 (-644 (-1175)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147)))
+ (-5 *2
+ (-644 (-2 (|:| -1356 (-1171 *5)) (|:| -2702 (-644 (-952 *5))))))
+ (-5 *1 (-1077 *5 *6)) (-5 *3 (-644 (-952 *5)))
+ (-14 *6 (-644 (-1175))))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-317 (-225))) (-5 *2 (-317 (-409 (-566))))
+ (-5 *1 (-306)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1241 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| -2840 (-689 (-409 (-952 *4))))
+ (|:| |vec| (-644 (-409 (-952 *4)))) (|:| -3486 (-771))
+ (|:| |rows| (-644 (-566))) (|:| |cols| (-644 (-566)))))
+ (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793))
+ (-5 *2
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *4))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *4)))))))
+ (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-332 *3)) (-4 *3 (-850)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-30))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1264 *4)) (-4 *4 (-1240 *3)) (-4 *3 (-558))
- (-5 *1 (-969 *3 *4))))
- ((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1053 *3 *4 *2 *5 *6)) (-4 *2 (-1049))
- (-4 *5 (-238 *4 *2)) (-4 *6 (-238 *3 *2)) (-4 *2 (-558))))
- ((*1 *2 *2 *2)
- (|partial| -12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1262 *3)) (-4 *3 (-1214)) (-4 *3 (-1049))
- (-5 *2 (-689 *3)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225)))
- (-5 *2 (-1035)) (-5 *1 (-747)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
- (-4 *4 (-13 (-1099) (-34))))))
+ (-12 (-5 *3 (-1 (-420 *4) *4)) (-4 *4 (-558)) (-5 *2 (-420 *4))
+ (-5 *1 (-421 *4))))
+ ((*1 *1 *1) (-5 *1 (-926)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926))))
+ ((*1 *1 *1) (-5 *1 (-927)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))
+ (-5 *4 (-409 (-566))) (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))
+ (-5 *1 (-1020 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))
+ (-5 *4 (-409 (-566))) (-5 *1 (-1021 *3)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))
+ (-5 *1 (-1021 *3)) (-4 *3 (-1241 (-409 (-566))))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
+ (-4 *3 (-1241 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-689 (-409 (-952 (-566)))))
+ (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
(((*1 *2)
(-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
(-4 *3 (-369 *4))))
((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-281)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
- (-5 *2
- (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566))
- (|:| |success| (-112))))
- (-5 *1 (-789)) (-5 *5 (-566)))))
-(((*1 *1 *1) (-12 (-5 *1 (-608 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1) (-5 *1 (-632))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-819 *3)) (|:| |rm| (-819 *3))))
- (-5 *1 (-819 *3)) (-4 *3 (-850))))
- ((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
- (-5 *1 (-755)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002)))
- (-5 *1 (-176 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-409 (-566))) (-5 *1 (-596 *3)) (-4 *3 (-38 *2))
- (-4 *3 (-1049)))))
-(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1099)) (-4 *4 (-1099))
- (-4 *6 (-1099)) (-5 *2 (-1 *6 *5)) (-5 *1 (-684 *5 *4 *6)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-752)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *3)
- (-12 (-4 *2 (-365)) (-4 *2 (-848)) (-5 *1 (-945 *2 *3))
- (-4 *3 (-1240 *2)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-862)))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-689 *2)) (-5 *4 (-771))
- (-4 *2 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-4 *5 (-1240 *2)) (-5 *1 (-501 *2 *5 *6)) (-4 *6 (-411 *2 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370)) (-5 *2 (-112))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-112))
- (-5 *1 (-359 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1264 *4)) (-4 *4 (-351)) (-5 *2 (-112))
- (-5 *1 (-530 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049))
- (-5 *2 (-952 *5)) (-5 *1 (-944 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-169 *4)) (-5 *1 (-181 *4 *3))
- (-4 *4 (-13 (-365) (-848))) (-4 *3 (-1240 *2)))))
-(((*1 *2 *3)
- (-12 (|has| *6 (-6 -4415)) (-4 *4 (-365)) (-4 *5 (-375 *4))
- (-4 *6 (-375 *4)) (-5 *2 (-644 *6)) (-5 *1 (-523 *4 *5 *6 *3))
- (-4 *3 (-687 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (|has| *9 (-6 -4415)) (-4 *4 (-558)) (-4 *5 (-375 *4))
- (-4 *6 (-375 *4)) (-4 *7 (-992 *4)) (-4 *8 (-375 *7))
- (-4 *9 (-375 *7)) (-5 *2 (-644 *6))
- (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-687 *4 *5 *6))
- (-4 *10 (-687 *7 *8 *9))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-644 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4))
- (-4 *6 (-375 *4)) (-5 *2 (-644 *6)) (-5 *1 (-688 *4 *5 *6 *3))
- (-4 *3 (-687 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558))
- (-5 *2 (-644 *7)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-4 *1 (-107 *3)))))
+ (-12 (-5 *2 (-420 (-1171 (-566)))) (-5 *1 (-191)) (-5 *3 (-566)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *1 *1 *1) (-4 *1 (-308))) ((*1 *1 *1 *1) (-5 *1 (-771)))
- ((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1264 (-699))) (-5 *1 (-306)))))
-(((*1 *2)
- (-12 (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4)))
- (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-821)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1119)) (-5 *2 (-1269)) (-5 *1 (-831)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-921)) (-4 *1 (-406))))
- ((*1 *1 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-406))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *2 *6)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1026 (-843 (-566))))
- (-5 *3 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *4)))) (-4 *4 (-1049))
- (-5 *1 (-596 *4)))))
-(((*1 *2)
- (-12 (-5 *2 (-1269)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-1099)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112))))
- ((*1 *1 *1 *1) (-5 *1 (-862)))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-903 *3)) (-4 *3 (-1099)) (-5 *2 (-112))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *1 *4)
- (-12 (-5 *3 (-1139 *5 *6)) (-5 *4 (-1 (-112) *6 *6))
- (-4 *5 (-13 (-1099) (-34))) (-4 *6 (-13 (-1099) (-34)))
- (-5 *2 (-112)) (-5 *1 (-1140 *5 *6)))))
-(((*1 *1 *1 *1) (-4 *1 (-308))) ((*1 *1 *1 *1) (-5 *1 (-771)))
- ((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+ (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-365)) (-4 *5 (-558))
- (-5 *2
- (-2 (|:| |minor| (-644 (-921))) (|:| -3434 *3)
- (|:| |minors| (-644 (-644 (-921)))) (|:| |ops| (-644 *3))))
- (-5 *1 (-90 *5 *3)) (-5 *4 (-921)) (-4 *3 (-656 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-644 (-771)))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5))
- (-4 *3 (-1240 *4))
- (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1157) (-774))) (-5 *1 (-114)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-889 *5 *3)) (-5 *4 (-892 *5)) (-4 *5 (-1099))
- (-4 *3 (-166 *6)) (-4 (-952 *6) (-886 *5))
- (-4 *6 (-13 (-886 *5) (-172))) (-5 *1 (-178 *5 *6 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-889 *4 *1)) (-5 *3 (-892 *4)) (-4 *1 (-886 *4))
- (-4 *4 (-1099))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-889 *5 *6)) (-5 *4 (-892 *5)) (-4 *5 (-1099))
- (-4 *6 (-13 (-1099) (-1038 *3))) (-4 *3 (-886 *5))
- (-5 *1 (-931 *5 *3 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099))
- (-4 *3 (-13 (-432 *6) (-614 *4) (-886 *5) (-1038 (-612 $))))
- (-5 *4 (-892 *5)) (-4 *6 (-13 (-558) (-886 *5)))
- (-5 *1 (-932 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-889 (-566) *3)) (-5 *4 (-892 (-566))) (-4 *3 (-547))
- (-5 *1 (-933 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-889 *5 *6)) (-5 *3 (-612 *6)) (-4 *5 (-1099))
- (-4 *6 (-13 (-1099) (-1038 (-612 $)) (-614 *4) (-886 *5)))
- (-5 *4 (-892 *5)) (-5 *1 (-934 *5 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-885 *5 *6 *3)) (-5 *4 (-892 *5)) (-4 *5 (-1099))
- (-4 *6 (-886 *5)) (-4 *3 (-666 *6)) (-5 *1 (-935 *5 *6 *3))))
- ((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *5 (-1 (-889 *6 *3) *8 (-892 *6) (-889 *6 *3)))
- (-4 *8 (-850)) (-5 *2 (-889 *6 *3)) (-5 *4 (-892 *6))
- (-4 *6 (-1099)) (-4 *3 (-13 (-949 *9 *7 *8) (-614 *4)))
- (-4 *7 (-793)) (-4 *9 (-13 (-1049) (-886 *6)))
- (-5 *1 (-936 *6 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099))
- (-4 *3 (-13 (-949 *8 *6 *7) (-614 *4))) (-5 *4 (-892 *5))
- (-4 *7 (-886 *5)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *8 (-13 (-1049) (-886 *5))) (-5 *1 (-936 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-889 *5 *3)) (-4 *5 (-1099)) (-4 *3 (-992 *6))
- (-4 *6 (-13 (-558) (-886 *5) (-614 *4))) (-5 *4 (-892 *5))
- (-5 *1 (-939 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-889 *5 (-1175))) (-5 *3 (-1175)) (-5 *4 (-892 *5))
- (-4 *5 (-1099)) (-5 *1 (-940 *5))))
- ((*1 *2 *3 *4 *5 *2 *6)
- (-12 (-5 *4 (-644 (-892 *7))) (-5 *5 (-1 *9 (-644 *9)))
- (-5 *6 (-1 (-889 *7 *9) *9 (-892 *7) (-889 *7 *9))) (-4 *7 (-1099))
- (-4 *9 (-13 (-1049) (-614 (-892 *7)) (-1038 *8)))
- (-5 *2 (-889 *7 *9)) (-5 *3 (-644 *9)) (-4 *8 (-1049))
- (-5 *1 (-941 *7 *8 *9)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-112)) (-5 *1 (-829)))))
-(((*1 *2 *2 *3 *3 *4)
- (-12 (-5 *4 (-771)) (-4 *3 (-558)) (-5 *1 (-969 *3 *2))
- (-4 *2 (-1240 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-332 *3)) (-4 *3 (-850)))))
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2) (-12 (-5 *2 (-644 *3)) (-5 *1 (-1083 *3)) (-4 *3 (-132)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-508))) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-508))) (-5 *1 (-485)))))
(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
(-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
(-5 *2 (-644 (-1027 *5 *6 *7 *3))) (-5 *1 (-1027 *5 *6 *7 *3))
@@ -8053,131 +7823,541 @@
(-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
(-5 *2 (-644 (-1145 *5 *6 *7 *3))) (-5 *1 (-1145 *5 *6 *7 *3))
(-4 *3 (-1064 *5 *6 *7)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-751)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-174 *3)) (-4 *3 (-308))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-674 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-740 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-850))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *1 (-980 *3)) (-4 *3 (-1049))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7))
+ (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1))
+ (-4 *1 (-1070 *4 *5 *6 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-644 (-483 *4 *5))) (-5 *3 (-644 (-864 *4)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-473 *4 *5 *6))
+ (-4 *6 (-454)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1286 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
+ (-5 *2 (-819 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-846)) (-5 *1 (-1288 *3 *2)) (-4 *3 (-1049)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-976 *4 *5 *6 *3)) (-4 *4 (-1049)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *7)) (-4 *7 (-850))
+ (-4 *8 (-949 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1265 (-409 *8)) "failed"))
+ (|:| -3781 (-644 (-1265 (-409 *8))))))
+ (-5 *1 (-669 *5 *6 *7 *8)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1257 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
+ (-14 *4 *2))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
+ (-4 *4 (-351)))))
+(((*1 *1) (-5 *1 (-292))))
+(((*1 *2 *1) (-12 (-5 *2 (-774)) (-5 *1 (-52)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2610 *4)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2) (-12 (-5 *2 (-843 (-566))) (-5 *1 (-536))))
- ((*1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-1099)))))
+ (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3095 *4)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225)))
+ (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined"))
+ (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225)))
+ (-5 *1 (-697))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-225)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-697))))
+ ((*1 *2 *2 *3 *4 *4 *5)
+ (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-1 (-943 (-225)) (-225) (-225)))
+ (-5 *4 (-1093 (-225))) (-5 *5 (-644 (-264))) (-5 *1 (-697)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-890 *4 *3))
+ (-4 *3 (-1215))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-771)) (-5 *1 (-1100 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-165 *3 *4))
+ (-4 *3 (-166 *4))))
+ ((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1215)) (-5 *2 (-771))
+ (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1099)) (-5 *2 (-771)) (-5 *1 (-431 *3 *4))
+ (-4 *3 (-432 *4))))
+ ((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-546 *3)) (-4 *3 (-547))))
+ ((*1 *2) (-12 (-4 *1 (-763)) (-5 *2 (-771))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-796 *3 *4))
+ (-4 *3 (-797 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-991 *3 *4))
+ (-4 *3 (-992 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-996 *3 *4))
+ (-4 *3 (-997 *4))))
+ ((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1011 *3)) (-4 *3 (-1012))))
+ ((*1 *2) (-12 (-4 *1 (-1049)) (-5 *2 (-771))))
+ ((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1058 *3)) (-4 *3 (-1059)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-377 *4 *2))
+ (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4416)))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-1131 *4 *2))
+ (-4 *2 (-13 (-604 (-566) *4) (-10 -7 (-6 -4415) (-6 -4416))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-850)) (-4 *3 (-1215)) (-5 *1 (-1131 *3 *2))
+ (-4 *2 (-13 (-604 (-566) *3) (-10 -7 (-6 -4415) (-6 -4416)))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-365) (-1038 (-409 *2)))) (-5 *2 (-566))
+ (-5 *1 (-115 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-771))) (-5 *3 (-112)) (-5 *1 (-1163 *4 *5))
+ (-14 *4 (-921)) (-4 *5 (-1049)))))
(((*1 *2 *3) (-12 (-5 *3 (-841)) (-5 *2 (-1035)) (-5 *1 (-840))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-644 (-317 (-381)))) (-5 *4 (-644 (-381)))
(-5 *2 (-1035)) (-5 *1 (-840)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))
+ (-5 *2 (-1035)) (-5 *1 (-748)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-308))
+ (-5 *2 (-409 (-420 (-952 *4)))) (-5 *1 (-1042 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1171 *5)) (-4 *5 (-454)) (-5 *2 (-644 *6))
+ (-5 *1 (-540 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-952 *5)) (-4 *5 (-454)) (-5 *2 (-644 *6))
+ (-5 *1 (-540 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))))
+(((*1 *1) (-5 *1 (-144)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-262))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-264)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-566))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))))
+(((*1 *2 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2))
+ (-4 *2 (-1241 *4))))
+ ((*1 *2 *2 *3 *2 *3)
+ (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1241 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4))
+ (-5 *2 (-420 *3)) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1241 *5)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
(((*1 *2 *3 *2)
(-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1252 *3)) (-4 *3 (-1214)) (-5 *2 (-771)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927))
+ (-5 *1 (-925 *3)) (-4 *3 (-614 (-538)))))
+ ((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927))
+ (-5 *1 (-925 *3)) (-4 *3 (-614 (-538)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926))))
+ ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-926))))
+ ((*1 *1 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-926))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927))))
+ ((*1 *1 *2 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-927))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-927))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-644 (-1 (-225) (-225)))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-927))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-1 (-225) (-225)))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-927))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-927))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-927)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-850)) (-5 *2 (-112))))
+ ((*1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-903 *3)) (-4 *3 (-1099)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-612 *5))) (-4 *4 (-1099)) (-5 *2 (-612 *5))
+ (-5 *1 (-575 *4 *5)) (-4 *5 (-432 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1196)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-366 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite| "The bottom of range is infinite")
+ (|:| |upperInfinite| "The top of range is infinite")
+ (|:| |bothInfinite| "Both top and bottom points are infinite")
+ (|:| |notEvaluated| "Range not yet evaluated")))
+ (-5 *1 (-192)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1049)) (-5 *1 (-894 *2 *3)) (-4 *2 (-1241 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1253 *3)) (-4 *3 (-1215)) (-5 *2 (-771)))))
+(((*1 *2 *3 *4 *2 *2 *5)
+ (|partial| -12 (-5 *2 (-843 *4)) (-5 *3 (-612 *4)) (-5 *5 (-112))
+ (-4 *4 (-13 (-1200) (-29 *6)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-224 *6 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-921)) (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))))
+ ((*1 *2 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-365))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-372 *2 *3)) (-4 *3 (-1241 *2)) (-4 *2 (-172))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1265 *4)) (-5 *3 (-921)) (-4 *4 (-351))
+ (-5 *1 (-530 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
+ (-4 *5 (-238 *3 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-4 *6 (-454))
+ (-5 *2 (-644 (-644 *7))) (-5 *1 (-540 *6 *7 *5)) (-4 *7 (-365))
+ (-4 *5 (-13 (-365) (-848))))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-531)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
+ ((*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-3
+ (|:| |noa|
+ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225)))
+ (|:| |lb| (-644 (-843 (-225))))
+ (|:| |cf| (-644 (-317 (-225))))
+ (|:| |ub| (-644 (-843 (-225))))))
+ (|:| |lsa|
+ (-2 (|:| |lfn| (-644 (-317 (-225))))
+ (|:| -1783 (-644 (-225)))))))
+ (-5 *2 (-644 (-1157))) (-5 *1 (-268)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 (-169 (-409 (-566)))))
+ (-5 *2
+ (-644
+ (-2 (|:| |outval| (-169 *4)) (|:| |outmult| (-566))
+ (|:| |outvect| (-644 (-689 (-169 *4)))))))
+ (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-943 (-225))) (-5 *2 (-1270)) (-5 *1 (-470)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1122 *3 *4 *2 *5)) (-4 *4 (-1049)) (-4 *5 (-238 *3 *4))
+ (-4 *2 (-238 *3 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-5 *2 (-112)))))
(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-644 *1)) (-4 *1 (-920)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2))
+ (-4 *2 (-1241 *4)))))
+(((*1 *2 *3 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |cycle?| (-112)) (|:| -1913 (-771)) (|:| |period| (-771))))
+ (-5 *1 (-1155 *4)) (-4 *4 (-1215)) (-5 *3 (-771)))))
(((*1 *2 *1 *1) (-12 (-4 *1 (-102)) (-5 *2 (-112))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215))))
((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436))))
((*1 *1 *1 *1) (-5 *1 (-862)))
((*1 *2 *1 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1026 *3)) (-4 *3 (-1214)))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-1026 *3)) (-4 *3 (-1215)))))
+(((*1 *1) (-5 *1 (-580)))
+ ((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-863))))
+ ((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-863))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-862)) (-5 *2 (-1270)) (-5 *1 (-863))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-1155 *4))
+ (-4 *4 (-1099)) (-4 *4 (-1215)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7)))
+ (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793))
+ (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8)))
+ (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7)))
+ (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793))
+ (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8)))
+ (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-538))) (-5 *2 (-1175)) (-5 *1 (-538)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-874)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-112)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
+ ((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264))))
+ ((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))))
+(((*1 *2)
+ (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-345 *3 *4)) (-14 *3 (-921))
+ (-14 *4 (-921))))
+ ((*1 *2)
+ (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-346 *3 *4)) (-4 *3 (-351))
+ (-14 *4 (-1171 *3))))
+ ((*1 *2)
+ (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-347 *3 *4)) (-4 *3 (-351))
+ (-14 *4 (-921)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))
+ (-5 *2 (-381)) (-5 *1 (-268))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1265 (-317 (-225)))) (-5 *2 (-381)) (-5 *1 (-306)))))
+(((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-527)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-1171 *2)) (-4 *2 (-949 (-409 (-952 *6)) *5 *4))
(-5 *1 (-732 *5 *4 *6 *2)) (-4 *5 (-793))
- (-4 *4 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $)))))
+ (-4 *4 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $)))))
(-4 *6 (-558)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1199))) (-5 *2 (-112)))))
-(((*1 *2) (-12 (-5 *2 (-843 (-566))) (-5 *1 (-536))))
- ((*1 *1) (-12 (-5 *1 (-843 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-755)))))
-(((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-588 *3)) (-4 *3 (-547)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4))
- (-5 *2 (-2 (|:| -2397 (-409 *5)) (|:| |poly| *3)))
- (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1240 (-409 *5))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 (-612 *5))) (-5 *3 (-1175)) (-4 *5 (-432 *4))
- (-4 *4 (-1099)) (-5 *1 (-575 *4 *5)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-1099)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-977 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1117)) (-5 *1 (-1114)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-759)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1240 *6))
- (-4 *6 (-13 (-365) (-147) (-1038 *4))) (-5 *4 (-566))
- (-5 *2
- (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112))))
- (|:| -3434
- (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
- (|:| |beta| *3)))))
- (-5 *1 (-1015 *6 *3)))))
-(((*1 *1 *1 *2 *2 *2 *2)
- (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-264))))
- ((*1 *1)
- (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1157)) (-5 *2 (-214 (-504))) (-5 *1 (-837)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-351)) (-5 *3 (-566)) (-5 *2 (-1187 (-921) (-771))))))
-(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-1028 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-644 (-689 *3))) (-4 *3 (-1049)) (-5 *1 (-1028 *3))))
((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-793))
- (-4 *3 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))) (-4 *5 (-558))
- (-5 *1 (-732 *4 *3 *5 *2)) (-4 *2 (-949 (-409 (-952 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1049)) (-4 *5 (-793))
- (-4 *3
- (-13 (-850)
- (-10 -8 (-15 -2376 ((-1175) $))
- (-15 -4347 ((-3 $ "failed") (-1175))))))
- (-5 *1 (-984 *4 *5 *3 *2)) (-4 *2 (-949 (-952 *4) *5 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 *6))
- (-4 *6
- (-13 (-850)
- (-10 -8 (-15 -2376 ((-1175) $))
- (-15 -4347 ((-3 $ "failed") (-1175))))))
- (-4 *4 (-1049)) (-4 *5 (-793)) (-5 *1 (-984 *4 *5 *6 *2))
- (-4 *2 (-949 (-952 *4) *5 *6)))))
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-1028 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-644 (-689 *3))) (-4 *3 (-1049)) (-5 *1 (-1028 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-128)))))
+(((*1 *1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-926))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-926))))
+ ((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-927))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-943 (-225)) (-225))) (-5 *3 (-1093 (-225)))
+ (-5 *1 (-927)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049))
- (-5 *2 (-483 *4 *5)) (-5 *1 (-944 *4 *5)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-241)))))
+ (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351))
+ (-4 *2
+ (-13 (-404)
+ (-10 -7 (-15 -1650 (*2 *4)) (-15 -4350 ((-921) *2))
+ (-15 -3781 ((-1265 *2) (-921))) (-15 -3365 (*2 *2)))))
+ (-5 *1 (-358 *2 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-192))))
+ (-12 (-5 *2 (-566)) (-5 *1 (-447 *3)) (-4 *3 (-406)) (-4 *3 (-1049)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *4 (-1175))
+ (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-301)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1171 (-952 *6))) (-4 *6 (-558))
+ (-4 *2 (-949 (-409 (-952 *6)) *5 *4)) (-5 *1 (-732 *5 *4 *6 *2))
+ (-4 *5 (-793))
+ (-4 *4 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))))))
+(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-144)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172))))
((*1 *2 *3)
- (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-301))))
+ (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-644 *5)) (-5 *4 (-566)) (-4 *5 (-848)) (-4 *5 (-365))
+ (-5 *2 (-771)) (-5 *1 (-945 *5 *6)) (-4 *6 (-1241 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *2 (-1049)) (-5 *1 (-50 *2 *3)) (-14 *3 (-644 (-1175)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 (-921))) (-4 *2 (-365)) (-5 *1 (-152 *4 *2 *5))
+ (-14 *4 (-921)) (-14 *5 (-993 *4 *2))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-317 *3)) (-5 *1 (-223 *3 *4))
+ (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175)))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-324 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-131))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-384 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1049))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *2 (-558)) (-5 *1 (-623 *2 *4))
+ (-4 *4 (-1241 *2))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-708 *2)) (-4 *2 (-1049))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-1049)) (-5 *1 (-735 *2 *3)) (-4 *3 (-726))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 *5)) (-5 *3 (-644 (-771))) (-4 *1 (-740 *4 *5))
+ (-4 *4 (-1049)) (-4 *5 (-850))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *2)) (-4 *4 (-1049))
+ (-4 *2 (-850))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-852 *2)) (-4 *2 (-1049))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 (-771))) (-4 *1 (-949 *4 *5 *6))
+ (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-949 *4 *5 *2)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *2 (-850))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-4 *2 (-949 *4 (-533 *5) *5))
+ (-5 *1 (-1125 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-850))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-952 *4)) (-5 *1 (-1209 *4))
+ (-4 *4 (-1049)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-225))) (-5 *4 (-771)) (-5 *2 (-689 (-225)))
+ (-5 *1 (-306)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3))
+ (-4 *3 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-334)) (-5 *1 (-249)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-819 *3)) (-4 *3 (-850)))))
+(((*1 *2 *3 *3 *2)
+ (|partial| -12 (-5 *2 (-771))
+ (-4 *3 (-13 (-726) (-370) (-10 -7 (-15 ** (*3 *3 (-566))))))
+ (-5 *1 (-246 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1215))
+ (-4 *5 (-1215)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-240 *6 *7)) (-14 *6 (-771))
+ (-4 *7 (-1215)) (-4 *5 (-1215)) (-5 *2 (-240 *6 *5))
+ (-5 *1 (-239 *6 *7 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1215)) (-4 *5 (-1215))
+ (-4 *2 (-375 *5)) (-5 *1 (-373 *6 *4 *5 *2)) (-4 *4 (-375 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1099)) (-4 *5 (-1099))
+ (-4 *2 (-427 *5)) (-5 *1 (-425 *6 *4 *5 *2)) (-4 *4 (-427 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-644 *6)) (-4 *6 (-1215))
+ (-4 *5 (-1215)) (-5 *2 (-644 *5)) (-5 *1 (-642 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-958 *6)) (-4 *6 (-1215))
+ (-4 *5 (-1215)) (-5 *2 (-958 *5)) (-5 *1 (-957 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1155 *6)) (-4 *6 (-1215))
+ (-4 *3 (-1215)) (-5 *2 (-1155 *3)) (-5 *1 (-1153 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1265 *6)) (-4 *6 (-1215))
+ (-4 *5 (-1215)) (-5 *2 (-1265 *5)) (-5 *1 (-1264 *6 *5)))))
+(((*1 *1) (-5 *1 (-157))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3))))
+ ((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
+ (-5 *2 (-2 (|:| |k| (-819 *3)) (|:| |c| *4))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1035)) (-5 *1 (-306))))
((*1 *2 *3)
- (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-306)))))
-(((*1 *1) (-5 *1 (-331))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-112)) (-5 *6 (-689 (-225)))
- (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))))
-(((*1 *1 *1) (-4 *1 (-629)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002) (-1199))))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-558) (-147)))
- (-5 *2 (-2 (|:| -1953 *3) (|:| -1966 *3))) (-5 *1 (-1234 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+ (-12 (-5 *3 (-644 (-1035))) (-5 *2 (-1035)) (-5 *1 (-306))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-651 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1 *1) (-5 *1 (-1062)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1152 *4))
+ (-4 *4 (-1215))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
(((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-771))))
((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-921))))
((*1 *1 *1 *1)
@@ -8186,16 +8366,16 @@
((*1 *1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-157))))
((*1 *1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-157))))
((*1 *2 *1 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199)))
+ (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200)))
(-5 *1 (-227 *3))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1214)) (-4 *2 (-726))))
+ (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1215)) (-4 *2 (-726))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1214)) (-4 *2 (-726))))
+ (-12 (-4 *1 (-238 *3 *2)) (-4 *2 (-1215)) (-4 *2 (-726))))
((*1 *1 *2 *1)
- (-12 (-5 *1 (-295 *2)) (-4 *2 (-1111)) (-4 *2 (-1214))))
+ (-12 (-5 *1 (-295 *2)) (-4 *2 (-1111)) (-4 *2 (-1215))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-295 *2)) (-4 *2 (-1111)) (-4 *2 (-1214))))
+ (-12 (-5 *1 (-295 *2)) (-4 *2 (-1111)) (-4 *2 (-1215))))
((*1 *1 *2 *3)
(-12 (-4 *1 (-324 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-131))))
((*1 *1 *1 *2) (-12 (-5 *1 (-363 *2)) (-4 *2 (-1099))))
@@ -8208,10 +8388,10 @@
((*1 *1 *2 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099))))
((*1 *1 *2 *1)
(-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172))
- (-4 *6 (-238 (-3000 *3) (-771)))
+ (-4 *6 (-238 (-4142 *3) (-771)))
(-14 *7
- (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *6))
- (-2 (|:| -2835 *5) (|:| -2201 *6))))
+ (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *6))
+ (-2 (|:| -1351 *5) (|:| -3388 *6))))
(-5 *1 (-463 *3 *4 *5 *6 *7 *2)) (-4 *5 (-850))
(-4 *2 (-949 *4 *6 (-864 *3)))))
((*1 *1 *1 *2)
@@ -8222,7 +8402,7 @@
(-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850))
(-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1264 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3))))
+ (-12 (-5 *2 (-1265 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3))))
((*1 *1 *1 *1) (-5 *1 (-538)))
((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-597 *3)) (-4 *3 (-1049))))
((*1 *1 *1 *2) (-12 (-5 *1 (-597 *2)) (-4 *2 (-1049))))
@@ -8257,7 +8437,7 @@
((*1 *1 *1 *1) (-5 *1 (-862)))
((*1 *1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1264 *4)) (-4 *4 (-1240 *3)) (-4 *3 (-558))
+ (-12 (-5 *2 (-1265 *4)) (-4 *4 (-1241 *3)) (-4 *3 (-558))
(-5 *1 (-969 *3 *4))))
((*1 *1 *1 *2) (-12 (-4 *1 (-1051 *2)) (-4 *2 (-1057))))
((*1 *1 *1 *1) (-4 *1 (-1111)))
@@ -8277,1186 +8457,1854 @@
((*1 *2 *2 *3)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-943 (-225))) (-5 *3 (-225)) (-5 *1 (-1210))))
+ (-12 (-5 *2 (-943 (-225))) (-5 *3 (-225)) (-5 *1 (-1211))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-726))))
+ (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-726))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-726))))
+ (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-726))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-566)) (-4 *1 (-1262 *3)) (-4 *3 (-1214)) (-4 *3 (-21))))
+ (-12 (-5 *2 (-566)) (-4 *1 (-1263 *3)) (-4 *3 (-1215)) (-4 *3 (-21))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
+ (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1281 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049))))
+ (-12 (-4 *1 (-1282 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1287 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))))
-(((*1 *1 *1) (-5 *1 (-225)))
- ((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *1 *1) (-4 *1 (-1138))) ((*1 *1 *1 *1) (-4 *1 (-1138))))
-(((*1 *1 *1) (-5 *1 (-538))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1247 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1224 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-858))))
- ((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-965))))
- ((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-989))))
- ((*1 *2 *1) (-12 (-4 *1 (-1010 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1099) (-34))) (-5 *1 (-1139 *2 *3))
- (-4 *3 (-13 (-1099) (-34))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1264 *4)) (-4 *4 (-419 *3)) (-4 *3 (-308))
- (-4 *3 (-558)) (-5 *1 (-43 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-4 *4 (-365)) (-5 *2 (-1264 *1))
- (-4 *1 (-330 *4))))
- ((*1 *2) (-12 (-4 *3 (-365)) (-5 *2 (-1264 *1)) (-4 *1 (-330 *3))))
- ((*1 *2)
- (-12 (-4 *3 (-172)) (-4 *4 (-1240 *3)) (-5 *2 (-1264 *1))
- (-4 *1 (-411 *3 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1240 *4))
- (-5 *2 (-1264 *6)) (-5 *1 (-415 *3 *4 *5 *6))
- (-4 *6 (-13 (-411 *4 *5) (-1038 *4)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1240 *4))
- (-5 *2 (-1264 *6)) (-5 *1 (-416 *3 *4 *5 *6 *7))
- (-4 *6 (-411 *4 *5)) (-14 *7 *2)))
- ((*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1264 *1)) (-4 *1 (-419 *3))))
+ (-12 (-5 *1 (-1288 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *2 (-112)) (-5 *1 (-268))))
+ ((*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-112)) (-5 *1 (-268))))
((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1264 (-1264 *4))) (-5 *1 (-530 *4))
- (-4 *4 (-351)))))
-(((*1 *1 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))))
-(((*1 *1 *1) (-5 *1 (-48)))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1214))
- (-4 *2 (-1214)) (-5 *1 (-58 *5 *2))))
- ((*1 *2 *3 *1 *2 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1099)) (|has| *1 (-6 -4414))
- (-4 *1 (-151 *2)) (-4 *2 (-1214))))
- ((*1 *2 *3 *1 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4414)) (-4 *1 (-151 *2))
- (-4 *2 (-1214))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4414)) (-4 *1 (-151 *2))
- (-4 *2 (-1214))))
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-644 (-612 *4))) (-4 *4 (-432 *3)) (-4 *3 (-1099))
+ (-5 *1 (-575 *3 *4))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-331)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-747)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-317 *3)) (-4 *3 (-13 (-1049) (-850)))
+ (-5 *1 (-223 *3 *4)) (-14 *4 (-644 (-1175))))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793))
+ (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3)))))
+(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1171 *5)) (-4 *5 (-365)) (-5 *2 (-644 *6))
+ (-5 *1 (-534 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-1 (-112) *5))
+ (-5 *1 (-890 *4 *5)) (-4 *5 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1165)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-566)) (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-308))
+ (-4 *9 (-949 *8 *6 *7))
+ (-5 *2 (-2 (|:| -4066 (-1171 *9)) (|:| |polval| (-1171 *8))))
+ (-5 *1 (-742 *6 *7 *8 *9)) (-5 *3 (-1171 *9)) (-5 *4 (-1171 *8)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1200))) (-5 *2 (-112)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-689 *4)) (-4 *4 (-1049)) (-5 *1 (-1141 *3 *4))
+ (-14 *3 (-771)))))
+(((*1 *1) (-4 *1 (-351)))
((*1 *2 *3)
- (-12 (-4 *4 (-1049))
- (-5 *2 (-2 (|:| -3877 (-1171 *4)) (|:| |deg| (-921))))
- (-5 *1 (-221 *4 *5)) (-5 *3 (-1171 *4)) (-4 *5 (-558))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-240 *5 *6)) (-14 *5 (-771))
- (-4 *6 (-1214)) (-4 *2 (-1214)) (-5 *1 (-239 *5 *6 *2))))
+ (-12 (-5 *3 (-644 *5)) (-4 *5 (-432 *4)) (-4 *4 (-13 (-558) (-147)))
+ (-5 *2
+ (-2 (|:| |primelt| *5) (|:| |poly| (-644 (-1171 *5)))
+ (|:| |prim| (-1171 *5))))
+ (-5 *1 (-434 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-558) (-147)))
+ (-5 *2
+ (-2 (|:| |primelt| *3) (|:| |pol1| (-1171 *3))
+ (|:| |pol2| (-1171 *3)) (|:| |prim| (-1171 *3))))
+ (-5 *1 (-434 *4 *3)) (-4 *3 (-27)) (-4 *3 (-432 *4))))
+ ((*1 *2 *3 *4 *3 *4)
+ (-12 (-5 *3 (-952 *5)) (-5 *4 (-1175)) (-4 *5 (-13 (-365) (-147)))
+ (-5 *2
+ (-2 (|:| |coef1| (-566)) (|:| |coef2| (-566))
+ (|:| |prim| (-1171 *5))))
+ (-5 *1 (-960 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175)))
+ (-4 *5 (-13 (-365) (-147)))
+ (-5 *2
+ (-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 *5)))
+ (|:| |prim| (-1171 *5))))
+ (-5 *1 (-960 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175))) (-5 *5 (-1175))
+ (-4 *6 (-13 (-365) (-147)))
+ (-5 *2
+ (-2 (|:| -2651 (-644 (-566))) (|:| |poly| (-644 (-1171 *6)))
+ (|:| |prim| (-1171 *6))))
+ (-5 *1 (-960 *6)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
+ (-5 *4 (-317 (-169 (-381)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
+ (-5 *4 (-317 (-381))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
+ (-5 *4 (-317 (-566))) (-5 *1 (-331))))
((*1 *1 *2 *3)
- (-12 (-4 *4 (-172)) (-5 *1 (-290 *4 *2 *3 *5 *6 *7))
- (-4 *2 (-1240 *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 (-317 *2)) (-4 *2 (-558)) (-4 *2 (-1099))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-337 *2 *3 *4 *5)) (-4 *2 (-365)) (-4 *3 (-1240 *2))
- (-4 *4 (-1240 (-409 *3))) (-4 *5 (-344 *2 *3 *4))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1214)) (-4 *2 (-1214))
- (-5 *1 (-373 *5 *4 *2 *6)) (-4 *4 (-375 *5)) (-4 *6 (-375 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1099)) (-4 *2 (-1099))
- (-5 *1 (-425 *5 *4 *2 *6)) (-4 *4 (-427 *5)) (-4 *6 (-427 *2))))
- ((*1 *1 *1) (-5 *1 (-497)))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-644 *5)) (-4 *5 (-1214))
- (-4 *2 (-1214)) (-5 *1 (-642 *5 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1049)) (-4 *2 (-1049))
- (-4 *6 (-375 *5)) (-4 *7 (-375 *5)) (-4 *8 (-375 *2))
- (-4 *9 (-375 *2)) (-5 *1 (-685 *5 *6 *7 *4 *2 *8 *9 *10))
- (-4 *4 (-687 *5 *6 *7)) (-4 *10 (-687 *2 *8 *9))))
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-169 (-381)))))
+ (-5 *1 (-331))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-711 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23))
- (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-1049)) (-5 *1 (-712 *3 *2)) (-4 *2 (-1240 *3))))
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-381)))) (-5 *1 (-331))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23))
- (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-409 *4)) (-4 *4 (-1240 *3)) (-4 *3 (-365))
- (-4 *3 (-172)) (-4 *1 (-724 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-172)) (-4 *1 (-724 *3 *2)) (-4 *2 (-1240 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-958 *5)) (-4 *5 (-1214))
- (-4 *2 (-1214)) (-5 *1 (-957 *5 *2))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *2 (-949 *3 *4 *5))
- (-14 *6 (-644 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1049)) (-4 *2 (-1049))
- (-14 *5 (-771)) (-14 *6 (-771)) (-4 *8 (-238 *6 *7))
- (-4 *9 (-238 *5 *7)) (-4 *10 (-238 *6 *2)) (-4 *11 (-238 *5 *2))
- (-5 *1 (-1055 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
- (-4 *4 (-1053 *5 *6 *7 *8 *9)) (-4 *12 (-1053 *5 *6 *2 *10 *11))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1155 *5)) (-4 *5 (-1214))
- (-4 *2 (-1214)) (-5 *1 (-1153 *5 *2))))
- ((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2))
- (-4 *1 (-1207 *5 *6 *7 *2)) (-4 *5 (-558)) (-4 *6 (-793))
- (-4 *7 (-850)) (-4 *2 (-1064 *5 *6 *7))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1264 *5)) (-4 *5 (-1214))
- (-4 *2 (-1214)) (-5 *1 (-1263 *5 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-112))
- (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
- (-4 *4 (-13 (-1099) (-34))))))
-(((*1 *1 *1 *1) (-4 *1 (-547))))
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-566)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-169 (-381)))))
+ (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-381)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-566)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-169 (-381)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-381))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-566))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
+ (-5 *4 (-317 (-694))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
+ (-5 *4 (-317 (-699))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
+ (-5 *4 (-317 (-701))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-694)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-699)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-317 (-701)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-694)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-699)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-701)))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-694))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-699))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1265 (-701))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-694))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-699))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-701))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-694))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-699))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-701))) (-5 *1 (-331))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1157)) (-5 *1 (-331))))
+ ((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 (-644 *2))) (-5 *4 (-644 *5))
+ (-4 *5 (-38 (-409 (-566)))) (-4 *2 (-1256 *5))
+ (-5 *1 (-1258 *5 *2)))))
+(((*1 *2) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-105)))))
(((*1 *1 *2 *3)
- (-12 (-5 *1 (-873 *2 *3)) (-4 *2 (-1214)) (-4 *3 (-1214)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *3 (-644 (-264)))
- (-5 *1 (-262))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-470))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-470)))))
+ (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-644 (-264))) (-5 *1 (-1267))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1132 (-225))) (-5 *3 (-1157)) (-5 *1 (-1267))))
+ ((*1 *1 *1) (-5 *1 (-1267))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1175))
+ (-4 *5 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3))) (-5 *1 (-559 *5 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *5))))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5))
+ (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-1278 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1278 *5 *6 *7 *8)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-1064 *3 *4 *5)) (-5 *1 (-624 *3 *4 *5 *6 *7 *2))
+ (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *2 (-1108 *3 *4 *5 *6)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-755)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-612 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4)))
- (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-278 *4 *2)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-365) (-1199) (-1002))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-144))))
- ((*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-144)))))
-(((*1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566))))
- ((*1 *1 *1) (-5 *1 (-1119))))
+ (|partial| -12
+ (-5 *3 (-644 (-2 (|:| |func| *2) (|:| |pole| (-112)))))
+ (-4 *2 (-13 (-432 *4) (-1002))) (-4 *4 (-558))
+ (-5 *1 (-277 *4 *2)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *6 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-454))
+ (-5 *2 (-483 *4 *5)) (-5 *1 (-631 *4 *5)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1035)) (-5 *3 (-1175)) (-5 *1 (-192)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1155 *2)) (-4 *2 (-308)) (-5 *1 (-174 *2)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-860)) (-5 *2 (-691 (-1223))) (-5 *3 (-1223)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-351))
- (-5 *2
- (-2 (|:| |cont| *5)
- (|:| -1616 (-644 (-2 (|:| |irr| *3) (|:| -4125 (-566)))))))
- (-5 *1 (-216 *5 *3)) (-4 *3 (-1240 *5)))))
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4))))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-112)) (-5 *1 (-892 *4))
+ (-4 *4 (-1099)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
+(((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-588 *3)) (-4 *3 (-547)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1208 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-154))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1065)))))
+(((*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
+ ((*1 *1 *1 *1) (-4 *1 (-475)))
+ ((*1 *1 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
+ ((*1 *2 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-883))))
+ ((*1 *1 *1) (-5 *1 (-971)))
+ ((*1 *1 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-558) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-278 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-171)))))))
+(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-381))))
+ ((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-381)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-1064 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-108))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-538))) (-5 *1 (-538)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-365)) (-4 *3 (-1049))
+ (-5 *1 (-1159 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7))))
- (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1157)) (-5 *4 (-169 (-225))) (-5 *5 (-566))
- (-5 *2 (-1035)) (-5 *1 (-758)))))
+ (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-365) (-1200) (-1002))))))
+(((*1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
- (-5 *2 (-644 (-952 *4)))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-644 (-952 *4))) (-5 *1 (-418 *3 *4))
- (-4 *3 (-419 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-644 (-952 *3)))))
- ((*1 *2)
- (-12 (-5 *2 (-644 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1264 (-455 *4 *5 *6 *7))) (-5 *2 (-644 (-952 *4)))
- (-5 *1 (-455 *4 *5 *6 *7)) (-4 *4 (-558)) (-4 *4 (-172))
- (-14 *5 (-921)) (-14 *6 (-644 (-1175))) (-14 *7 (-1264 (-689 *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-612 *6)) (-4 *6 (-13 (-432 *5) (-27) (-1199)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2 (-1171 (-409 (-1171 *6)))) (-5 *1 (-562 *5 *6 *7))
- (-5 *3 (-1171 *6)) (-4 *7 (-1099))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1240 *3)) (-5 *1 (-712 *3 *2)) (-4 *3 (-1049))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-724 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1240 *3))))
- ((*1 *2 *3 *4 *4 *5 *6 *7 *8)
- (|partial| -12 (-5 *4 (-1171 *11)) (-5 *6 (-644 *10))
- (-5 *7 (-644 (-771))) (-5 *8 (-644 *11)) (-4 *10 (-850))
- (-4 *11 (-308)) (-4 *9 (-793)) (-4 *5 (-949 *11 *9 *10))
- (-5 *2 (-644 (-1171 *5))) (-5 *1 (-742 *9 *10 *11 *5))
- (-5 *3 (-1171 *5))))
+ (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4))
+ (-5 *2 (-2 (|:| -2651 (-409 *5)) (|:| |poly| *3)))
+ (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1241 (-409 *5))))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1289 *3 *4)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-172))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-388 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-819 *3)) (-4 *1 (-1282 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))))
+(((*1 *2 *1) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-864 *3)) (-14 *3 (-644 *2))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-989))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1091 *3)) (-4 *3 (-1215))))
((*1 *2 *1)
- (-12 (-4 *2 (-949 *3 *4 *5)) (-5 *1 (-1034 *3 *4 *5 *2 *6))
- (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-14 *6 (-644 *2)))))
-(((*1 *2 *3 *2)
+ (-12 (-4 *1 (-1243 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
+ (-5 *2 (-1175))))
+ ((*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1261 *3)) (-14 *3 *2))))
+(((*1 *1 *2 *2)
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-566)) (-4 *3 (-172)) (-4 *5 (-375 *3))
+ (-4 *6 (-375 *3)) (-5 *1 (-688 *3 *5 *6 *2))
+ (-4 *2 (-687 *3 *5 *6)))))
+(((*1 *2 *3)
(-12
- (-5 *2
- (-644
- (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-771)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *3 (-793)) (-4 *6 (-949 *4 *3 *5)) (-4 *4 (-454)) (-4 *5 (-850))
- (-5 *1 (-451 *4 *3 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4))
- (-5 *2
- (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-409 *5))
- (|:| |c2| (-409 *5)) (|:| |deg| (-771))))
- (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1240 (-409 *5))))))
+ (-5 *3
+ (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
+ (-247 *4 (-409 (-566)))))
+ (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112))
+ (-5 *1 (-507 *4 *5)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-644 (-508))) (-5 *2 (-508)) (-5 *1 (-485)))))
+(((*1 *2 *1) (-12 (-5 *2 (-250)) (-5 *1 (-334)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-905 (-566))) (-5 *4 (-566)) (-5 *2 (-689 *4))
- (-5 *1 (-1028 *5)) (-4 *5 (-1049))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1028 *4))
- (-4 *4 (-1049))))
+ (-12 (-5 *3 (-644 (-409 (-952 (-169 (-566))))))
+ (-5 *2 (-644 (-644 (-295 (-952 (-169 *4)))))) (-5 *1 (-380 *4))
+ (-4 *4 (-13 (-365) (-848)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-905 (-566)))) (-5 *4 (-566))
- (-5 *2 (-644 (-689 *4))) (-5 *1 (-1028 *5)) (-4 *5 (-1049))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-644 (-566)))) (-5 *2 (-644 (-689 (-566))))
- (-5 *1 (-1028 *4)) (-4 *4 (-1049)))))
-(((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-614 (-892 (-566))))
- (-4 *5 (-886 (-566)))
- (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-569 *5 *3)) (-4 *3 (-629))
- (-4 *3 (-13 (-27) (-1199) (-432 *5)))))
- ((*1 *2 *2 *3 *4 *4)
- (|partial| -12 (-5 *3 (-1175)) (-5 *4 (-843 *2)) (-4 *2 (-1138))
- (-4 *2 (-13 (-27) (-1199) (-432 *5)))
- (-4 *5 (-614 (-892 (-566)))) (-4 *5 (-886 (-566)))
- (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566))))
- (-5 *1 (-569 *5 *2)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566))))
- ((*1 *1 *1 *1) (-5 *1 (-1119))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-771)) (-4 *5 (-558))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-969 *5 *3)) (-4 *3 (-1240 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
+ (-12 (-5 *3 (-644 (-295 (-409 (-952 (-169 (-566)))))))
+ (-5 *2 (-644 (-644 (-295 (-952 (-169 *4)))))) (-5 *1 (-380 *4))
+ (-4 *4 (-13 (-365) (-848)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 (-169 (-566)))))
+ (-5 *2 (-644 (-295 (-952 (-169 *4))))) (-5 *1 (-380 *4))
+ (-4 *4 (-13 (-365) (-848)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-295 (-409 (-952 (-169 (-566))))))
+ (-5 *2 (-644 (-295 (-952 (-169 *4))))) (-5 *1 (-380 *4))
+ (-4 *4 (-13 (-365) (-848))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-377 *4 *2))
+ (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4416)))))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-904 *4))
+ (-4 *4 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-375 *3)) (-4 *3 (-1215)) (-4 *3 (-850)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *1 (-375 *4)) (-4 *4 (-1215))
+ (-5 *2 (-112)))))
(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558))))
- ((*1 *1 *1) (|partial| -4 *1 (-722))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(((*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))))
+ (-12 (-4 *1 (-1208 *2 *3 *4 *5)) (-4 *2 (-558)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *5 (-1064 *2 *3 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-689 (-317 (-225))))
- (-5 *2
- (-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))))
- (-5 *1 (-205)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4414)) (-4 *1 (-604 *4 *3)) (-4 *4 (-1099))
- (-4 *3 (-1214)) (-4 *3 (-1099)) (-5 *2 (-112)))))
+ (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7)))
+ (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793))
+ (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8)))
+ (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-864 *5))) (-14 *5 (-644 (-1175))) (-4 *6 (-454))
- (-5 *2
- (-2 (|:| |dpolys| (-644 (-247 *5 *6)))
- (|:| |coords| (-644 (-566)))))
- (-5 *1 (-473 *5 *6 *7)) (-5 *3 (-644 (-247 *5 *6))) (-4 *7 (-454)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2610 *4)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566))))
- ((*1 *1 *1 *1) (-5 *1 (-1119))))
+ (-12 (-5 *4 (-644 *3)) (-4 *3 (-1108 *5 *6 *7 *8))
+ (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-112))
+ (-5 *1 (-592 *5 *6 *7 *8 *3)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215)) (-4 *2 (-850))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-283 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3))
- (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-218))))
- ((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1) (-12 (-5 *2 (-485)) (-5 *1 (-676))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
+ (-12 (-4 *4 (-365)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3)))
+ (-5 *1 (-766 *3 *4)) (-4 *3 (-708 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-365)) (-4 *3 (-1049))
+ (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-852 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-365)) (-4 *5 (-1049))
+ (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-853 *5 *3))
+ (-4 *3 (-852 *5)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-144)))
- ((*1 *1 *1) (-4 *1 (-1143))))
+ (-12 (-5 *3 (-1141 *4 *2)) (-14 *4 (-921))
+ (-4 *2 (-13 (-1049) (-10 -7 (-6 (-4417 "*")))))
+ (-5 *1 (-902 *4 *2)))))
+(((*1 *2)
+ (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-419 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454))
- (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-977 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 *7)) (-5 *3 (-112)) (-4 *7 (-1064 *4 *5 *6))
- (-4 *4 (-454)) (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *1 (-977 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1175))
- (-4 *4 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-559 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-566)) (-4 *1 (-57 *4 *5 *3)) (-4 *4 (-1214))
- (-4 *5 (-375 *4)) (-4 *3 (-375 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-614 (-892 *3))) (-4 *3 (-886 *3)) (-4 *3 (-454))
- (-5 *1 (-1205 *3 *2)) (-4 *2 (-614 (-892 *3))) (-4 *2 (-886 *3))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-370))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1264 *4)) (-5 *1 (-530 *4))
- (-4 *4 (-351))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-850)) (-5 *1 (-713 *2 *3 *4)) (-4 *3 (-1099))
- (-14 *4
- (-1 (-112) (-2 (|:| -2835 *2) (|:| -2201 *3))
- (-2 (|:| -2835 *2) (|:| -2201 *3)))))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1099)) (-5 *2 (-889 *3 *5)) (-5 *1 (-885 *3 *4 *5))
- (-4 *3 (-1099)) (-4 *5 (-666 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-218))))
- ((*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-441))))
- ((*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-838))))
- ((*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-1114))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-1180))) (-5 *3 (-1180)) (-5 *1 (-1117)))))
+ (-12 (-5 *2 (-644 (-612 *5))) (-5 *3 (-1175)) (-4 *5 (-432 *4))
+ (-4 *4 (-1099)) (-5 *1 (-575 *4 *5)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -3095 *3) (|:| |coef1| (-782 *3)) (|:| |coef2| (-782 *3))))
+ (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1093 (-225)))
+ (-5 *2 (-1267)) (-5 *1 (-258)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-1177 (-409 (-566))))
- (-5 *1 (-190)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225)))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN)))) (-5 *3 (-225))
- (-5 *2 (-1035)) (-5 *1 (-749)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002)))
- (-5 *1 (-176 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-222 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-4 *1 (-255 *3))))
- ((*1 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))))
+ (-12 (-5 *3 (-689 *4)) (-4 *4 (-365)) (-5 *2 (-1171 *4))
+ (-5 *1 (-534 *4 *5 *6)) (-4 *5 (-365)) (-4 *6 (-13 (-365) (-848))))))
+(((*1 *1 *2)
+ (-12 (-4 *3 (-1049)) (-5 *1 (-827 *2 *3)) (-4 *2 (-708 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-892 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1120 *3)) (-4 *3 (-1215)) (-5 *2 (-771)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-1171 *4)) (-5 *1 (-530 *4))
+ (-4 *4 (-351)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))
- (-5 *2 (-644 (-1075 *3 *4 *5))) (-5 *1 (-1076 *3 *4 *5))
- (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 *6)) (-4 *5 (-1218)) (-4 *6 (-1240 *5))
- (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *3) (|:| |radicand| *6)))
- (-5 *1 (-148 *5 *6 *7)) (-5 *4 (-771)) (-4 *7 (-1240 *3)))))
-(((*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-971)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4414)) (-4 *1 (-491 *4))
- (-4 *4 (-1214)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1240 *5))
- (-5 *1 (-727 *5 *2)) (-4 *5 (-365)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-409 (-566))))) (-5 *1 (-264))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *1 *2 *2)
- (-12 (-5 *2 (-771)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1262 *3)) (-4 *3 (-23)) (-4 *3 (-1214)))))
+ (-12 (-5 *2 (-943 *4)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
+(((*1 *2 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-81 FCN)))) (-5 *2 (-1035))
+ (-5 *1 (-746)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-644 (-689 (-566))))
+ (-5 *1 (-1109)))))
+(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-97)))))
(((*1 *2)
- (-12 (-4 *4 (-365)) (-5 *2 (-771)) (-5 *1 (-329 *3 *4))
- (-4 *3 (-330 *4))))
- ((*1 *2) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-771)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-952 (-566)))) (-5 *1 (-439))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-689 (-225))) (-5 *2 (-1103))
- (-5 *1 (-759))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-689 (-566))) (-5 *2 (-1103))
- (-5 *1 (-759)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1093 (-843 (-225)))) (-5 *1 (-306)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850))
- (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-949 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1049)) (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1)))
- (-4 *1 (-1240 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175)))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850)))
- (-14 *3 (-644 (-1175)))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-384 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1099))))
- ((*1 *1 *1)
- (-12 (-14 *2 (-644 (-1175))) (-4 *3 (-172))
- (-4 *5 (-238 (-3000 *2) (-771)))
- (-14 *6
- (-1 (-112) (-2 (|:| -2835 *4) (|:| -2201 *5))
- (-2 (|:| -2835 *4) (|:| -2201 *5))))
- (-5 *1 (-463 *2 *3 *4 *5 *6 *7)) (-4 *4 (-850))
- (-4 *7 (-949 *3 *5 (-864 *2)))))
- ((*1 *1 *1) (-12 (-4 *1 (-511 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-850))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1240 *2))))
- ((*1 *1 *1) (-12 (-4 *1 (-708 *2)) (-4 *2 (-1049))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-735 *2 *3)) (-4 *3 (-850)) (-4 *2 (-1049))
- (-4 *3 (-726))))
- ((*1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1287 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1231 *3)) (-4 *3 (-1214)))))
+ (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-419 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-1099)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-771)) (-4 *5 (-1049)) (-5 *2 (-566))
- (-5 *1 (-445 *5 *3 *6)) (-4 *3 (-1240 *5))
- (-4 *6 (-13 (-406) (-1038 *5) (-365) (-1199) (-285)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5))
- (-4 *3 (-1240 *4))
- (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1199) (-285))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
+ (-12 (-5 *3 (-169 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
+ (-5 *1 (-758)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1175)) (-5 *2 (-1 (-1171 (-952 *4)) (-952 *4)))
+ (-5 *1 (-1273 *4)) (-4 *4 (-365)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-566)) (-5 *1 (-571 *3)) (-4 *3 (-1038 *2)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-244 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1) (-12 (-5 *2 (-186)) (-5 *1 (-138))))
+ ((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-186)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-317 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *4 *5 *6 *7 *6)
- (|partial| -12
- (-5 *5
- (-2 (|:| |contp| *3)
- (|:| -1616 (-644 (-2 (|:| |irr| *10) (|:| -4125 (-566)))))))
- (-5 *6 (-644 *3)) (-5 *7 (-644 *8)) (-4 *8 (-850)) (-4 *3 (-308))
- (-4 *10 (-949 *3 *9 *8)) (-4 *9 (-793))
+(((*1 *2 *3 *4 *4 *5 *3 *6)
+ (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3)) (-5 *6 (-1171 *3))
+ (-4 *3 (-13 (-432 *7) (-27) (-1200)))
+ (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
(-5 *2
- (-2 (|:| |polfac| (-644 *10)) (|:| |correct| *3)
- (|:| |corrfact| (-644 (-1171 *3)))))
- (-5 *1 (-625 *8 *9 *3 *10)) (-5 *4 (-644 (-1171 *3))))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-169 (-225))))
- (-5 *2 (-1035)) (-5 *1 (-754)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-547)) (-5 *1 (-159 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-566)) (-5 *2 (-644 (-644 (-225)))) (-5 *1 (-1210)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-949 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218))
- (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4)))
- (-5 *2 (-2 (|:| |num| (-1264 *4)) (|:| |den| *4))))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-1231 (-566))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
- (-5 *2 (-689 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 (-2 (|:| |val| (-644 *6)) (|:| -1470 *7))))
- (-4 *6 (-1064 *3 *4 *5)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-988 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-644 (-2 (|:| |val| (-644 *6)) (|:| -1470 *7))))
- (-4 *6 (-1064 *3 *4 *5)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-1106 *3 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1 (-1155 (-952 *4)) (-1155 (-952 *4))))
- (-5 *1 (-1272 *4)) (-4 *4 (-365)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-644 (-409 *7)))
- (-4 *7 (-1240 *6)) (-5 *3 (-409 *7)) (-4 *6 (-365))
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-562 *7 *3 *8)) (-4 *8 (-1099))))
+ ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
+ (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3))
+ (-5 *6 (-409 (-1171 *3))) (-4 *3 (-13 (-432 *7) (-27) (-1200)))
+ (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
(-5 *2
(-2 (|:| |mainpart| *3)
(|:| |limitedlogs|
(-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-576 *6 *7)))))
-(((*1 *1 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-627 *2 *3 *4)) (-4 *2 (-850))
- (-4 *3 (-13 (-172) (-717 (-409 (-566))))) (-14 *4 (-921))))
- ((*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
- ((*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1049)) (-5 *1 (-50 *2 *3)) (-14 *3 (-644 (-1175)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-317 *3)) (-5 *1 (-223 *3 *4))
- (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-384 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1049))))
- ((*1 *2 *1)
- (-12 (-14 *3 (-644 (-1175))) (-4 *5 (-238 (-3000 *3) (-771)))
- (-14 *6
- (-1 (-112) (-2 (|:| -2835 *4) (|:| -2201 *5))
- (-2 (|:| -2835 *4) (|:| -2201 *5))))
- (-4 *2 (-172)) (-5 *1 (-463 *3 *2 *4 *5 *6 *7)) (-4 *4 (-850))
- (-4 *7 (-949 *2 *5 (-864 *3)))))
- ((*1 *2 *1) (-12 (-4 *1 (-511 *2 *3)) (-4 *3 (-850)) (-4 *2 (-1099))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1240 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-708 *2)) (-4 *2 (-1049))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1049)) (-5 *1 (-735 *2 *3)) (-4 *3 (-850))
- (-4 *3 (-726))))
- ((*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *3 (-792)) (-4 *4 (-850))
- (-4 *2 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850)))))
-(((*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-225)) (-5 *1 (-306)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-508)) (-5 *1 (-281)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-470)) (-5 *3 (-644 (-264))) (-5 *1 (-1265))))
- ((*1 *1 *1) (-5 *1 (-1265))))
+ (-5 *1 (-562 *7 *3 *8)) (-4 *8 (-1099)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-365)) (-4 *7 (-1241 *5)) (-4 *4 (-724 *5 *7))
+ (-5 *2 (-2 (|:| -2840 (-689 *6)) (|:| |vec| (-1265 *5))))
+ (-5 *1 (-811 *5 *6 *7 *4 *3)) (-4 *6 (-656 *5)) (-4 *3 (-656 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-589 *4))
+ (-4 *4 (-351)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-977 *4 *5 *6 *7)))))
+(((*1 *1) (-5 *1 (-580))))
(((*1 *2 *1)
- (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172))
- (-4 *5 (-238 (-3000 *3) (-771)))
- (-14 *6
- (-1 (-112) (-2 (|:| -2835 *2) (|:| -2201 *5))
- (-2 (|:| -2835 *2) (|:| -2201 *5))))
- (-4 *2 (-850)) (-5 *1 (-463 *3 *4 *2 *5 *6 *7))
- (-4 *7 (-949 *4 *5 (-864 *3))))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-774)) (-5 *1 (-114))))
- ((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-774)) (-5 *1 (-114)))))
-(((*1 *2 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-1006)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-771)) (-4 *4 (-13 (-558) (-147)))
- (-5 *1 (-1234 *4 *2)) (-4 *2 (-1240 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2))
- (-4 *2 (-432 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1091 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558))
- (-5 *1 (-158 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-160))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-132)) (-5 *3 (-771)) (-5 *2 (-1269)))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-384 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1099))))
- ((*1 *2 *1)
- (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172))
- (-4 *6 (-238 (-3000 *3) (-771)))
- (-14 *7
- (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *6))
- (-2 (|:| -2835 *5) (|:| -2201 *6))))
- (-5 *2 (-713 *5 *6 *7)) (-5 *1 (-463 *3 *4 *5 *6 *7 *8))
- (-4 *5 (-850)) (-4 *8 (-949 *4 *6 (-864 *3)))))
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *2)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-1097 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
((*1 *2 *1)
- (-12 (-4 *2 (-726)) (-4 *2 (-850)) (-5 *1 (-735 *3 *2))
- (-4 *3 (-1049))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-792))
- (-4 *4 (-850)))))
-(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
- (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566)))
- (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-757)))))
-(((*1 *2 *3)
(-12
- (-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
- (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-381)) (-5 *1 (-205)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1209 *2)) (-4 *2 (-974)))))
+ (-5 *2
+ (-2 (|:| -1304 (-644 (-862))) (|:| -1307 (-644 (-862)))
+ (|:| |presup| (-644 (-862))) (|:| -1779 (-644 (-862)))
+ (|:| |args| (-644 (-862)))))
+ (-5 *1 (-1175)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *2 (-13 (-432 (-169 *4)) (-1002) (-1199)))
- (-5 *1 (-600 *4 *3 *2)) (-4 *3 (-13 (-432 *4) (-1002) (-1199))))))
+ (-12 (-4 *4 (-351)) (-4 *5 (-330 *4)) (-4 *6 (-1241 *5))
+ (-5 *2 (-644 *3)) (-5 *1 (-777 *4 *5 *6 *3 *7)) (-4 *3 (-1241 *6))
+ (-14 *7 (-921)))))
+(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-752)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 *10))
- (-5 *1 (-624 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1070 *5 *6 *7 *8))
- (-4 *10 (-1108 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454))
- (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6)))
- (-5 *1 (-628 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454))
- (-14 *6 (-644 (-1175)))
- (-5 *2
- (-644 (-1145 *5 (-533 (-864 *6)) (-864 *6) (-780 *5 (-864 *6)))))
- (-5 *1 (-628 *5 *6))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-644 (-780 *5 (-864 *6)))) (-5 *4 (-112)) (-4 *5 (-454))
- (-14 *6 (-644 (-1175))) (-5 *2 (-644 (-1046 *5 *6)))
- (-5 *1 (-1046 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-1070 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-1207 *4 *5 *6 *7)))))
+ (-12 (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-587 *3)) (-5 *1 (-428 *5 *3))
+ (-4 *3 (-13 (-1200) (-29 *5))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1282 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-1049)) (-4 *4 (-172))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))
+ (-4 *3 (-172)))))
+(((*1 *2 *3 *4 *4 *3)
+ (|partial| -12 (-5 *4 (-612 *3))
+ (-4 *3 (-13 (-432 *5) (-27) (-1200)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3)))
+ (-5 *1 (-568 *5 *3 *6)) (-4 *6 (-1099)))))
+(((*1 *1 *1) (-5 *1 (-862))) ((*1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1232 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-751)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-755)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-1175)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1049))
+ (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285)))
+ (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4))))
+ ((*1 *1 *1) (-4 *1 (-547)))
+ ((*1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-819 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-893 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-4 *1 (-995 *3)) (-4 *3 (-1215)) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1212 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-1002))
+ (-4 *2 (-1049)))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381)))
+ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381)))
(|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
(-5 *1 (-1174)))))
+(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
+ (|partial| -12 (-5 *4 (-644 *11)) (-5 *5 (-644 (-1171 *9)))
+ (-5 *6 (-644 *9)) (-5 *7 (-644 *12)) (-5 *8 (-644 (-771)))
+ (-4 *11 (-850)) (-4 *9 (-308)) (-4 *12 (-949 *9 *10 *11))
+ (-4 *10 (-793)) (-5 *2 (-644 (-1171 *12)))
+ (-5 *1 (-707 *10 *11 *9 *12)) (-5 *3 (-1171 *12)))))
+(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-1 (-112) *8))) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8))))
- (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269))
- (-5 *1 (-1071 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269))
- (-5 *1 (-1107 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1070 *3 *4 *5 *6)) (-4 *3 (-454)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1) (-12 (-4 *1 (-327 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))))
- ((*1 *2 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-225)) (-5 *5 (-566)) (-5 *2 (-1209 *3))
- (-5 *1 (-790 *3)) (-4 *3 (-974))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-112))
- (-5 *1 (-1209 *2)) (-4 *2 (-974)))))
-(((*1 *1) (-5 *1 (-508))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1186 (-644 *4))) (-4 *4 (-850))
- (-5 *2 (-644 (-644 *4))) (-5 *1 (-1185 *4)))))
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793))
+ (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1068 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793))
+ (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850))
+ (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-308)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
- (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
- (-5 *1 (-1123 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6)))))
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-2 (|:| -2753 (-114)) (|:| |w| (-225)))) (-5 *1 (-204)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-276)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-508)) (-5 *1 (-114))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-114)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1117)) (-5 *1 (-1114)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1241 *6))
+ (-4 *6 (-13 (-27) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566))))
+ (-4 *8 (-1241 (-409 *7))) (-5 *2 (-587 *3))
+ (-5 *1 (-554 *5 *6 *7 *8 *3)) (-4 *3 (-344 *6 *7 *8)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *1 (-264))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-330 *4)) (-4 *4 (-365))
+ (-5 *2 (-689 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1265 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
+ (-5 *2 (-689 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
+ (-5 *2 (-1265 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1241 *4)) (-5 *2 (-689 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1241 *4)) (-5 *2 (-1265 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-411 *4 *5)) (-4 *4 (-172))
+ (-4 *5 (-1241 *4)) (-5 *2 (-689 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3))
+ (-5 *2 (-1265 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-419 *4)) (-4 *4 (-172))
+ (-5 *2 (-689 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1265 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-689 *5))) (-5 *3 (-689 *5)) (-4 *5 (-365))
+ (-5 *2 (-1265 *5)) (-5 *1 (-1085 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1175)))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381)))
+ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381)))
(|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
(-5 *1 (-1174)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-892 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1) (-12 (-4 *1 (-1120 *3)) (-4 *3 (-1214)) (-5 *2 (-771)))))
-(((*1 *2 *1) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-1171 *3)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-829)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-429 *3 *2)) (-4 *3 (-13 (-172) (-38 (-409 (-566)))))
- (-4 *2 (-13 (-850) (-21))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-137))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1214)) (-5 *1 (-156))))
+ ((*1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-480))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-593))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-626))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1099))
+ (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3))))
+ (-5 *1 (-1075 *3 *4 *2))
+ (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1099)) (-5 *1 (-1164 *3 *2)) (-4 *3 (-1099)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
- (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 (-566))) (-4 *3 (-1049)) (-5 *1 (-99 *3))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-99 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-99 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1264 (-317 (-225)))) (-5 *4 (-644 (-1175)))
- (-5 *2 (-689 (-317 (-225)))) (-5 *1 (-205))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1099)) (-4 *6 (-900 *5)) (-5 *2 (-689 *6))
- (-5 *1 (-692 *5 *6 *3 *4)) (-4 *3 (-375 *6))
- (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4414)))))))
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049))
+ (-5 *2 (-644 (-644 (-943 *3))))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-644 (-644 (-943 *4)))) (-5 *3 (-112)) (-4 *4 (-1049))
+ (-4 *1 (-1133 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 (-943 *3)))) (-4 *3 (-1049))
+ (-4 *1 (-1133 *3))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-644 (-644 (-644 *4)))) (-5 *3 (-112))
+ (-4 *1 (-1133 *4)) (-4 *4 (-1049))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-644 (-644 (-943 *4)))) (-5 *3 (-112))
+ (-4 *1 (-1133 *4)) (-4 *4 (-1049))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-644 (-644 (-644 *5)))) (-5 *3 (-644 (-171)))
+ (-5 *4 (-171)) (-4 *1 (-1133 *5)) (-4 *5 (-1049))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-644 (-644 (-943 *5)))) (-5 *3 (-644 (-171)))
+ (-5 *4 (-171)) (-4 *1 (-1133 *5)) (-4 *5 (-1049)))))
+(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268))))
+ ((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))))
+(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909))))
+ (-5 *2 (-1035)) (-5 *1 (-748)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1 (-112) *2)) (-4 *1 (-151 *2))
+ (-4 *2 (-1215)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *4 (-1 (-3 (-566) "failed") *5)) (-4 *5 (-1049))
+ (-5 *2 (-566)) (-5 *1 (-545 *5 *3)) (-4 *3 (-1241 *5))))
+ ((*1 *2 *3 *4 *2 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-566) "failed") *4)) (-4 *4 (-1049))
+ (-5 *2 (-566)) (-5 *1 (-545 *4 *3)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-566) "failed") *4)) (-4 *4 (-1049))
+ (-5 *2 (-566)) (-5 *1 (-545 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1241 *6))
+ (-4 *6 (-13 (-365) (-147) (-1038 *4))) (-5 *4 (-566))
+ (-5 *2
+ (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-112))))
+ (|:| -1900
+ (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
+ (|:| |beta| *3)))))
+ (-5 *1 (-1015 *6 *3)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-612 *1)) (-4 *1 (-303)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-112) *2)) (-4 *2 (-132)) (-5 *1 (-1083 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-566) *2 *2)) (-4 *2 (-132)) (-5 *1 (-1083 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
(((*1 *1 *1) (-5 *1 (-1174)))
((*1 *1 *2)
(-12
(-5 *2
- (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381)))
+ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381)))
(|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
(-5 *1 (-1174)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-137))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-156))))
+ ((*1 *2 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-480))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-593))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-626))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1099))
+ (-4 *2 (-13 (-432 *4) (-886 *3) (-614 (-892 *3))))
+ (-5 *1 (-1075 *3 *4 *2))
+ (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1099)) (-5 *1 (-1164 *2 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1215))
+ (-5 *2 (-112)))))
+(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1047)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566)))))
+ (-4 *5 (-850)) (-5 *1 (-1281 *4 *5 *2)) (-4 *2 (-1286 *5 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
+ (-4 *3 (-13 (-1099) (-34))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-921)) (-5 *2 (-1171 *3)) (-5 *1 (-1189 *3))
+ (-4 *3 (-365)))))
+(((*1 *1 *1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-632)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566))
- (-14 *4 *2) (-4 *5 (-172))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-921)) (-5 *1 (-165 *3 *4))
- (-4 *3 (-166 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-921))))
- ((*1 *2)
- (-12 (-4 *1 (-372 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3))
- (-5 *2 (-921))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
- (-5 *2 (-771)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *5)) (-5 *4 (-1264 *5)) (-4 *5 (-365))
- (-5 *2 (-771)) (-5 *1 (-667 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4415))))
- (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))) (-5 *2 (-771))
- (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4))))
+ (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
+ (-5 *2 (-644 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-771))))
+ (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
+ (-5 *2 (-644 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1155 *3)) (-5 *1 (-597 *3)) (-4 *3 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 *3)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-726))))
+ ((*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-644 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1256 *3)) (-4 *3 (-1049)) (-5 *2 (-1155 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-409 *4)) (-4 *4 (-1241 *3)) (-4 *3 (-13 (-365) (-147)))
+ (-5 *1 (-401 *3 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1139 *3 *2)) (-4 *3 (-13 (-1099) (-34)))
+ (-4 *2 (-13 (-1099) (-34))))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *5 (-1038 (-48)))
+ (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4))
+ (-5 *2 (-420 (-1171 (-48)))) (-5 *1 (-437 *4 *5 *3))
+ (-4 *3 (-1241 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1265 *5)) (-4 *5 (-792)) (-5 *2 (-112))
+ (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-365) (-1200) (-1002))))))
+(((*1 *2 *1) (-12 (-5 *2 (-971)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))))
+(((*1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049))))
((*1 *2 *3)
(-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4))
- (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-688 *4 *5 *6 *3))
- (-4 *3 (-687 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558))
- (-5 *2 (-771)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
- (-4 *4 (-375 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
- (-5 *2
- (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566))
- (|:| |success| (-112))))
- (-5 *1 (-789)) (-5 *5 (-566)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-877 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-879 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *1 (-882 *2)) (-4 *2 (-1214)))))
-(((*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 (-689 (-225))) (-5 *5 (-112)) (-5 *6 (-225))
- (-5 *7 (-689 (-566)))
- (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-80 CONFUN))))
- (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))
- (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-753)))))
-(((*1 *2 *1) (-12 (-4 *1 (-327 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792))))
- ((*1 *2 *1) (-12 (-4 *1 (-708 *3)) (-4 *3 (-1049)) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-771))))
+ (-4 *6 (-375 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
+ (-5 *1 (-688 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3))
+ (-4 *3 (-648 *2))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3))
+ (-4 *3 (-648 *2))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049))))
+ ((*1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))))
+(((*1 *2 *3)
+ (-12 (-4 *2 (-1241 *4)) (-5 *1 (-809 *4 *2 *3 *5))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2))
+ (-4 *5 (-656 (-409 *2))))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-264))))
+ ((*1 *1)
+ (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558)))))
+(((*1 *1 *1) (-4 *1 (-1059))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3))
+ (-4 *3 (-1099)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1 (-538) (-644 (-538)))) (-5 *1 (-114))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-538) (-644 (-538)))) (-5 *1 (-114))))
+ ((*1 *1) (-5 *1 (-580))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
+ (-247 *4 (-409 (-566)))))
+ (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112))
+ (-5 *1 (-507 *4 *5)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1109)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365))
+ (-5 *2 (-2 (|:| -2650 (-409 *6)) (|:| |coeff| (-409 *6))))
+ (-5 *1 (-576 *5 *6)) (-5 *3 (-409 *6)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-114)) (-5 *4 (-771))
+ (-4 *5 (-13 (-454) (-1038 (-566)))) (-4 *5 (-558))
+ (-5 *1 (-41 *5 *2)) (-4 *2 (-432 *5))
+ (-4 *2
+ (-13 (-365) (-303)
+ (-10 -8 (-15 -2499 ((-1124 *5 (-612 $)) $))
+ (-15 -2507 ((-1124 *5 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *5 (-612 $))))))))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-604 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-1215)) (-5 *2 (-1270)))))
+(((*1 *1 *1 *1) (-5 *1 (-225)))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040))))
+ ((*1 *1 *1 *1) (-4 *1 (-1138))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1157)) (-5 *2 (-214 (-504))) (-5 *1 (-837)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-1265 *5)) (-4 *5 (-308))
+ (-4 *5 (-1049)) (-5 *2 (-689 *5)) (-5 *1 (-1029 *5)))))
+(((*1 *2)
+ (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1289 *4 *2)) (-4 *1 (-376 *4 *2)) (-4 *4 (-850))
+ (-4 *2 (-172))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1282 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-771)))))
+ (-12 (-5 *3 (-819 *4)) (-4 *1 (-1282 *4 *2)) (-4 *4 (-850))
+ (-4 *2 (-1049))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049)) (-4 *5 (-793))
- (-4 *3 (-850)) (-5 *2 (-771)))))
-(((*1 *1 *1) (-4 *1 (-243)))
- ((*1 *1 *1)
- (-12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1240 *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)
- (-2768 (-12 (-5 *1 (-295 *2)) (-4 *2 (-365)) (-4 *2 (-1214)))
- (-12 (-5 *1 (-295 *2)) (-4 *2 (-475)) (-4 *2 (-1214)))))
- ((*1 *1 *1) (-4 *1 (-475)))
- ((*1 *2 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-351)) (-5 *1 (-530 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23))
- (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)) (-4 *2 (-365)))))
+ (-12 (-4 *2 (-1049)) (-5 *1 (-1288 *2 *3)) (-4 *3 (-846)))))
+(((*1 *2 *1) (-12 (-5 *1 (-587 *2)) (-4 *2 (-365)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1265 (-566))) (-5 *3 (-566)) (-5 *1 (-1109))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-1265 (-566))) (-5 *3 (-644 (-566))) (-5 *4 (-566))
+ (-5 *1 (-1109)))))
+(((*1 *2 *3 *4 *4 *3 *3 *5)
+ (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-1171 *3))
+ (-4 *3 (-13 (-432 *6) (-27) (-1200)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3)))
+ (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099))))
+ ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-409 (-1171 *3)))
+ (-4 *3 (-13 (-432 *6) (-27) (-1200)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3)))
+ (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1))
+ (-4 *1 (-1070 *4 *5 *6 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-971)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-308)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
- (-5 *1 (-1123 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4))
- (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-1155 *3)))))
-(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))))
-(((*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-566))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-905 *3)) (-4 *3 (-1099))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365)))
- (-4 *3 (-1240 *4)) (-5 *2 (-566))))
+ (-12 (-4 *3 (-13 (-365) (-848))) (-5 *1 (-181 *3 *2))
+ (-4 *2 (-1241 (-169 *3))))))
+(((*1 *1) (-5 *1 (-130))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-558) (-1038 *2) (-639 *2) (-454)))
- (-5 *2 (-566)) (-5 *1 (-1115 *4 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *4)))))
+ (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-1265
+ (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -1944 (-566))
+ (|:| -3968 (-566)) (|:| |spline| (-566)) (|:| -3667 (-566))
+ (|:| |axesColor| (-874)) (|:| -2290 (-566))
+ (|:| |unitsColor| (-874)) (|:| |showing| (-566)))))
+ (-5 *1 (-1266)))))
+(((*1 *2)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1155 *3)) (-4 *3 (-1099))
+ (-4 *3 (-1215)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1208 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-351)) (-5 *3 (-566)) (-5 *2 (-1188 (-921) (-771))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-843 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566))
- (-5 *1 (-1115 *6 *3))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-1157))
- (-4 *6 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566))
- (-5 *1 (-1115 *6 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *6)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-454)) (-5 *2 (-566))
- (-5 *1 (-1116 *4))))
+ (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-843 (-409 (-952 *6))))
- (-5 *3 (-409 (-952 *6))) (-4 *6 (-454)) (-5 *2 (-566))
- (-5 *1 (-1116 *6))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-409 (-952 *6))) (-5 *4 (-1175))
- (-5 *5 (-1157)) (-4 *6 (-454)) (-5 *2 (-566)) (-5 *1 (-1116 *6))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *2 (-566)) (-5 *1 (-1196 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-566))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035))
- (-5 *1 (-748)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-644 (-1171 *4))) (-5 *3 (-1171 *4))
- (-4 *4 (-909)) (-5 *1 (-663 *4)))))
+ (-12 (-5 *3 (-879 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
+ (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225)))
+ (-5 *1 (-260 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-879 *5)) (-5 *4 (-1091 (-381)))
+ (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225)))
+ (-5 *1 (-260 *5))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
+ (-5 *2 (-1132 (-225))) (-5 *1 (-260 *3))
+ (-4 *3 (-13 (-614 (-538)) (-1099)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *3))
+ (-4 *3 (-13 (-614 (-538)) (-1099)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-882 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
+ (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225)))
+ (-5 *1 (-260 *6))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-882 *5)) (-5 *4 (-1091 (-381)))
+ (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225)))
+ (-5 *1 (-260 *5)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *3 (-566)) (-5 *2 (-112)) (-5 *1 (-482)))))
+(((*1 *2)
+ (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-419 *3)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1238 *4 *5)) (-5 *3 (-644 *5)) (-14 *4 (-1175))
+ (-4 *5 (-365)) (-5 *1 (-923 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *5)) (-4 *5 (-365)) (-5 *2 (-1171 *5))
+ (-5 *1 (-923 *4 *5)) (-14 *4 (-1175))))
+ ((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-644 *6)) (-5 *4 (-771)) (-4 *6 (-365))
+ (-5 *2 (-409 (-952 *6))) (-5 *1 (-1050 *5 *6)) (-14 *5 (-1175)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-566)) (-5 *1 (-488 *4))
+ (-4 *4 (-1241 *2)))))
+(((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-409 *6)) (|:| |h| *6)
+ (|:| |c1| (-409 *6)) (|:| |c2| (-409 *6)) (|:| -3807 *6)))
+ (-5 *1 (-1016 *5 *6)) (-5 *3 (-409 *6)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *3 (-644 (-566)))
+ (-5 *1 (-883)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *1 *1) (-4 *1 (-1138))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-4 *1 (-376 *3 *4))
- (-4 *4 (-172)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002)))
- (-5 *1 (-176 *3)))))
+ (-12 (-5 *2 (-644 *1)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 *3)) (-4 *3 (-1049)) (-5 *1 (-689 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 *4)) (-4 *4 (-1049)) (-4 *1 (-1122 *3 *4 *5 *6))
+ (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-903 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1265 (-1100 *3 *4))) (-5 *1 (-1100 *3 *4))
+ (-14 *3 (-921)) (-14 *4 (-921)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-144))))
+ ((*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-144)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-644 *6))
- (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))))
+ (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-1064 *3 *4 *5)))))
+(((*1 *1) (-5 *1 (-439))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1157)) (-5 *1 (-1196)))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2
+ (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381))
+ (|:| |expense| (-381)) (|:| |accuracy| (-381))
+ (|:| |intermediateResults| (-381))))
+ (-5 *1 (-803)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-531))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-579))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-861)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
+(((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-555)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454))
+ (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-977 *3 *4 *5 *6)))))
+(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-241))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-644 (-1157))) (-5 *3 (-566)) (-5 *4 (-1157))
+ (-5 *1 (-241))))
+ ((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1243 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-843 (-381))) (-5 *2 (-843 (-225))) (-5 *1 (-306)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175)))
+ (-4 *5 (-558)) (-5 *2 (-644 (-644 (-952 *5)))) (-5 *1 (-1184 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6))
+ (-5 *2 (-2 (|:| |bas| (-478 *4 *5 *6 *7)) (|:| -3773 (-644 *7))))
+ (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12
+ (-5 *3
+ (-1 (-3 (-2 (|:| -2650 *4) (|:| |coeff| *4)) "failed") *4))
+ (-4 *4 (-365)) (-5 *1 (-576 *4 *2)) (-4 *2 (-1241 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
+ (-5 *2 (-771))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
+ (-5 *2 (-771))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-726)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-566)) (-4 *1 (-1092 *3)) (-4 *3 (-1215)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
-(((*1 *2)
- (-12 (-4 *3 (-1218)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4)))
- (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5))))
- ((*1 *2)
- (-12 (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-4 *4 (-1240 *3))
+ (-12 (-4 *3 (-13 (-454) (-1038 (-566)))) (-4 *3 (-558))
+ (-5 *1 (-41 *3 *2)) (-4 *2 (-432 *3))
+ (-4 *2
+ (-13 (-365) (-303)
+ (-10 -8 (-15 -2499 ((-1124 *3 (-612 $)) $))
+ (-15 -2507 ((-1124 *3 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *3 (-612 $))))))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
+ (-5 *2 (-819 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-846)) (-5 *1 (-1288 *3 *2)) (-4 *3 (-1049)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-862) (-862))) (-5 *1 (-114))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-862) (-644 (-862)))) (-5 *1 (-114))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1 (-862) (-644 (-862)))) (-5 *1 (-114))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1270)) (-5 *1 (-214 *3))
+ (-4 *3
+ (-13 (-850)
+ (-10 -8 (-15 -3483 ((-1157) $ (-1175))) (-15 -2601 (*2 $))
+ (-15 -3508 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-396))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-396))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-504))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-710))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1195))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-1195)))))
+(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-405 *3)) (-4 *3 (-406))))
+ ((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-405 *3)) (-4 *3 (-406))))
+ ((*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4406)) (-4 *1 (-406))))
+ ((*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921))))
+ ((*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-1155 (-566))))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-4 *4 (-1241 *3))
(-5 *2
- (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3)
+ (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3)
(|:| |basisInv| (-689 *3))))
(-5 *1 (-352 *3 *4 *5)) (-4 *5 (-411 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-1240 (-566)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-566)) (-4 *4 (-1241 *3))
(-5 *2
- (-2 (|:| -2875 (-689 (-566))) (|:| |basisDen| (-566))
- (|:| |basisInv| (-689 (-566)))))
- (-5 *1 (-768 *3 *4)) (-4 *4 (-411 (-566) *3))))
- ((*1 *2)
- (-12 (-4 *3 (-351)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 *4))
+ (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-689 *3))))
+ (-5 *1 (-768 *4 *5)) (-4 *5 (-411 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-351)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 *3))
(-5 *2
- (-2 (|:| -2875 (-689 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-689 *4))))
- (-5 *1 (-985 *3 *4 *5 *6)) (-4 *6 (-724 *4 *5))))
- ((*1 *2)
- (-12 (-4 *3 (-351)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 *4))
+ (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-689 *3))))
+ (-5 *1 (-985 *4 *3 *5 *6)) (-4 *6 (-724 *3 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-351)) (-4 *3 (-1241 *4)) (-4 *5 (-1241 *3))
(-5 *2
- (-2 (|:| -2875 (-689 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-689 *4))))
- (-5 *1 (-1273 *3 *4 *5 *6)) (-4 *6 (-411 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
- (-5 *2 (-689 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-689 *4)) (-5 *1 (-418 *3 *4))
- (-4 *3 (-419 *4))))
- ((*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
- ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
- ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049))
- (-5 *1 (-1159 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-566)) (-5 *1 (-1256 *3 *4 *5)) (-4 *3 (-1049))
- (-14 *4 (-1175)) (-14 *5 *3))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-420 *3)) (-4 *3 (-558)) (-5 *1 (-421 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049))
- (-5 *2 (-644 (-644 (-644 (-943 *3))))))))
+ (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-689 *3))))
+ (-5 *1 (-1274 *4 *3 *5 *6)) (-4 *6 (-411 *3 *5)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-258)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1199) (-432 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4)))))
+ (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-644 (-225)))
+ (-5 *1 (-470)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-420 *3)) (-4 *3 (-558)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1241 (-409 (-566)))) (-5 *1 (-913 *3 *2))
+ (-4 *2 (-1241 (-409 *3))))))
+(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
+ (-12 (-5 *3 (-566)) (-5 *5 (-112)) (-5 *6 (-689 (-225)))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))
+ (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))))
+(((*1 *2 *1) (-12 (-5 *2 (-958 (-183 (-139)))) (-5 *1 (-334))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-606)))))
+(((*1 *1) (-5 *1 (-1062))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-793))
+ (-4 *3 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))) (-4 *5 (-558))
+ (-5 *1 (-732 *4 *3 *5 *2)) (-4 *2 (-949 (-409 (-952 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1049)) (-4 *5 (-793))
+ (-4 *3
+ (-13 (-850)
+ (-10 -8 (-15 -1945 ((-1175) $))
+ (-15 -2780 ((-3 $ "failed") (-1175))))))
+ (-5 *1 (-984 *4 *5 *3 *2)) (-4 *2 (-949 (-952 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 *6))
+ (-4 *6
+ (-13 (-850)
+ (-10 -8 (-15 -1945 ((-1175) $))
+ (-15 -2780 ((-3 $ "failed") (-1175))))))
+ (-4 *4 (-1049)) (-4 *5 (-793)) (-5 *1 (-984 *4 *5 *6 *2))
+ (-4 *2 (-949 (-952 *4) *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *4 (-558)) (-5 *1 (-969 *4 *2))
+ (-4 *2 (-1241 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-409 (-566)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5)))))
+ (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1266)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-877 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *5 *3))))
+ (-12 (-5 *3 (-877 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1266)) (-5 *1 (-256))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-295 *3)) (-5 *5 (-409 (-566)))
- (-4 *3 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *6 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-1 *8 (-409 (-566)))) (-5 *4 (-295 *8))
- (-5 *5 (-1231 (-409 (-566)))) (-5 *6 (-409 (-566)))
- (-4 *8 (-13 (-27) (-1199) (-432 *7)))
- (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *7 *8))))
- ((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-409 (-566))))
- (-5 *7 (-409 (-566))) (-4 *3 (-13 (-27) (-1199) (-432 *8)))
- (-4 *8 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *8 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-409 (-566))) (-4 *4 (-1049)) (-4 *1 (-1247 *4 *3))
- (-4 *3 (-1224 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
- (-14 *5 (-644 (-1175))) (-5 *2 (-644 (-644 (-1024 (-409 *4)))))
- (-5 *1 (-1290 *4 *5 *6)) (-14 *6 (-644 (-1175)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7))
- (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
+ (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7))
- (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-952 *4)))
- (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1290 *4 *5 *6))
- (-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-103 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-566)) (-5 *4 (-420 *2)) (-4 *2 (-949 *7 *5 *6))
- (-5 *1 (-742 *5 *6 *7 *2)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-308)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-689 (-566))) (-5 *3 (-644 (-566))) (-5 *1 (-1109)))))
-(((*1 *2 *3 *4 *5 *5 *2)
- (|partial| -12 (-5 *2 (-112)) (-5 *3 (-952 *6)) (-5 *4 (-1175))
- (-5 *5 (-843 *7))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-4 *7 (-13 (-1199) (-29 *6))) (-5 *1 (-224 *6 *7))))
- ((*1 *2 *3 *4 *4 *2)
- (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1171 *6)) (-5 *4 (-843 *6))
- (-4 *6 (-13 (-1199) (-29 *5)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-224 *5 *6)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *4 (-566))) (-5 *5 (-1 (-1155 *4))) (-4 *4 (-365))
- (-4 *4 (-1049)) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-52)) (-5 *1 (-892 *4))
- (-4 *4 (-1099)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-644 (-1171 (-566)))) (-5 *1 (-191)) (-5 *3 (-566)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1199) (-432 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4)))))
+ (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1267)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-566)) (-4 *5 (-13 (-454) (-1038 *4) (-639 *4)))
- (-5 *2 (-52)) (-5 *1 (-316 *5 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *5)))))
+ (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1267)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1267)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1267)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *5 (-644 (-264))) (-5 *2 (-1267)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381)))
+ (-5 *2 (-1267)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-295 *7)) (-5 *4 (-1175)) (-5 *5 (-644 (-264)))
+ (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-850) (-1038 (-566))))
+ (-5 *2 (-1266)) (-5 *1 (-257 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266))
+ (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *5 *3))))
+ (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1266)) (-5 *1 (-260 *3))
+ (-4 *3 (-13 (-614 (-538)) (-1099)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-454) (-1038 *5) (-639 *5))) (-5 *5 (-566))
- (-5 *2 (-52)) (-5 *1 (-316 *6 *3))))
+ (-12 (-5 *3 (-877 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
+ (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266))
+ (-5 *1 (-260 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-877 *5)) (-5 *4 (-1091 (-381)))
+ (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266))
+ (-5 *1 (-260 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1231 (-566)))
- (-4 *7 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-566)))
- (-4 *3 (-13 (-27) (-1199) (-432 *7)))
- (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *7 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-566)) (-4 *4 (-1049)) (-4 *1 (-1226 *4 *3))
- (-4 *3 (-1255 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1247 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1224 *3)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-1240 *4)) (-5 *1 (-541 *4 *2 *5 *6))
- (-4 *4 (-308)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-771))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1157)) (-5 *2 (-644 (-1180))) (-5 *1 (-1135)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
- (-4 *4 (-351))))
+ (-12 (-5 *3 (-879 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
+ (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1267))
+ (-5 *1 (-260 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-879 *5)) (-5 *4 (-1091 (-381)))
+ (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1267))
+ (-5 *1 (-260 *5))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1267))
+ (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1267)) (-5 *1 (-260 *3))
+ (-4 *3 (-13 (-614 (-538)) (-1099)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-882 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
+ (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1267))
+ (-5 *1 (-260 *6))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-882 *5)) (-5 *4 (-1091 (-381)))
+ (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1267))
+ (-5 *1 (-260 *5))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
- (-4 *4 (-351))))
- ((*1 *1) (-4 *1 (-370)))
+ (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1266)) (-5 *1 (-261))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-644 (-225))) (-5 *4 (-644 (-264))) (-5 *2 (-1266))
+ (-5 *1 (-261))))
((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1264 *4)) (-5 *1 (-530 *4))
- (-4 *4 (-351))))
- ((*1 *1 *1) (-4 *1 (-547))) ((*1 *1) (-4 *1 (-547)))
- ((*1 *1 *1) (-5 *1 (-566))) ((*1 *1 *1) (-5 *1 (-771)))
- ((*1 *2 *1) (-12 (-5 *2 (-905 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-5 *2 (-905 *4)) (-5 *1 (-904 *4))
- (-4 *4 (-1099))))
- ((*1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-547)) (-4 *2 (-558)))))
-(((*1 *2)
- (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4)))
- (-5 *2 (-2 (|:| |num| (-1264 *4)) (|:| |den| *4))))))
-(((*1 *1 *1 *1) (-5 *1 (-162)))
- ((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-162)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-363 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-5 *2 (-771)) (-5 *1 (-388 *4)) (-4 *4 (-1099))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *2 (-23)) (-5 *1 (-649 *4 *2 *5))
- (-4 *4 (-1099)) (-14 *5 *2)))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-5 *2 (-771)) (-5 *1 (-819 *4)) (-4 *4 (-850)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-739 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-558)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4))
- (-5 *2 (-420 (-1171 (-409 (-566))))) (-5 *1 (-437 *4 *5 *3))
- (-4 *3 (-1240 *5)))))
+ (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *2 (-1266)) (-5 *1 (-261))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *4 (-644 (-264)))
+ (-5 *2 (-1266)) (-5 *1 (-261))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1267)) (-5 *1 (-261))))
+ ((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-644 (-225))) (-5 *4 (-644 (-264))) (-5 *2 (-1267))
+ (-5 *1 (-261)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-112)) (-5 *1 (-301)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2))
- (-4 *2 (-1255 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1240 *3))
- (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1255 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2))
- (-4 *2 (-1255 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147)))
- (-5 *1 (-1151 *3)))))
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))))
+ (-5 *1 (-205)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)))))
+(((*1 *2 *3) (-12 (-5 *3 (-952 (-225))) (-5 *2 (-225)) (-5 *1 (-306)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-129))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-558)))))
-(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
- (-12 (-5 *3 (-921)) (-5 *4 (-225)) (-5 *5 (-566)) (-5 *6 (-874))
- (-5 *2 (-1269)) (-5 *1 (-1265)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1049)) (-5 *1 (-1236 *3 *2)) (-4 *2 (-1240 *3)))))
+ (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049))
+ (-5 *2 (-483 *4 *5)) (-5 *1 (-944 *4 *5)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1175)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-702 *3 *5 *6 *7))
+ (-4 *3 (-614 (-538))) (-4 *5 (-1215)) (-4 *6 (-1215))
+ (-4 *7 (-1215))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *3 *5 *6))
+ (-4 *3 (-614 (-538))) (-4 *5 (-1215)) (-4 *6 (-1215)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
+(((*1 *1 *1) (-5 *1 (-1062))))
+(((*1 *2 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-755)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 *1)) (-4 *1 (-303))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-612 *3)) (-4 *3 (-1099))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-114)) (-5 *3 (-644 *5)) (-5 *4 (-771)) (-4 *5 (-1099))
+ (-5 *1 (-612 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-566))) (-4 *3 (-1049)) (-5 *1 (-596 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-566))) (-4 *1 (-1225 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-566))) (-4 *1 (-1256 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-1 (-112) *8))) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8))))
+ (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1178))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178))))
+ ((*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-1270)) (-5 *1 (-1178)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-538)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-241)))))
+(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267))))
+ ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
+ (-4 *3 (-1064 *6 *7 *8))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-1071 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1791 *9))))
+ (-5 *5 (-112)) (-4 *8 (-1064 *6 *7 *4)) (-4 *9 (-1070 *6 *7 *4 *8))
+ (-4 *6 (-454)) (-4 *7 (-793)) (-4 *4 (-850))
+ (-5 *2 (-644 (-2 (|:| |val| *8) (|:| -1791 *9))))
+ (-5 *1 (-1071 *6 *7 *4 *8 *9)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-303))))
+ ((*1 *1 *1) (-4 *1 (-303)))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
+ ((*1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *1) (-12 (-4 *1 (-1092 *3)) (-4 *3 (-1215)) (-5 *2 (-566)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *3 (-128)) (-5 *2 (-771)))))
+(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1049)) (-4 *2 (-687 *4 *5 *6))
+ (-5 *1 (-104 *4 *3 *2 *5 *6)) (-4 *3 (-1241 *4)) (-4 *5 (-375 *4))
+ (-4 *6 (-375 *4)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-365) (-1199) (-1002))))))
+ (-12 (-5 *3 (-483 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049))
+ (-5 *2 (-952 *5)) (-5 *1 (-944 *4 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 (-952 *4))) (-5 *3 (-644 (-1175))) (-4 *4 (-454))
+ (-5 *1 (-918 *4)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
- ((*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1214)) (-4 *2 (-850))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-375 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4))
- (-14 *3 (-921)) (-4 *4 (-1049))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
-(((*1 *1 *2) (-12 (-5 *2 (-183 (-249))) (-5 *1 (-248)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1279 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
- (-5 *1 (-664 *3 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-664 *3 *4)) (-5 *1 (-1284 *3 *4))
- (-4 *3 (-850)) (-4 *4 (-172)))))
+ (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7))
+ (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1))
+ (-4 *1 (-1070 *4 *5 *6 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200)))))
+ ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-905 *3)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-823)) (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-506 (-409 (-566)) (-240 *4 (-771)) (-864 *3)
+ (-247 *3 (-409 (-566)))))
+ (-14 *3 (-644 (-1175))) (-14 *4 (-771)) (-5 *1 (-507 *3 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-142 *2 *4 *3))
- (-4 *3 (-375 *4))))
+ (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-192))))
((*1 *2 *3)
- (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-505 *2 *4 *5 *3))
- (-4 *5 (-375 *2)) (-4 *3 (-375 *4))))
+ (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-301))))
((*1 *2 *3)
- (-12 (-5 *3 (-689 *4)) (-4 *4 (-992 *2)) (-4 *2 (-558))
- (-5 *1 (-693 *2 *4))))
+ (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-306)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-422 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1200) (-432 *3)))
+ (-14 *4 (-1175)) (-14 *5 *2)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-4 *2 (-13 (-27) (-1200) (-432 *3) (-10 -8 (-15 -1650 ($ *4)))))
+ (-4 *4 (-848))
+ (-4 *5
+ (-13 (-1243 *2 *4) (-365) (-1200)
+ (-10 -8 (-15 -2324 ($ $)) (-15 -3613 ($ $)))))
+ (-5 *1 (-424 *3 *2 *4 *5 *6 *7)) (-4 *6 (-983 *5)) (-14 *7 (-1175)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-112)))))
+(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1157)) (-5 *1 (-786)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-644 *4)) (-5 *1 (-779 *4))
+ (-4 *4 (-13 (-365) (-848))))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *2)
+ (|:| |polj| *2)))
+ (-4 *5 (-793)) (-4 *2 (-949 *4 *5 *6)) (-5 *1 (-451 *4 *5 *6 *2))
+ (-4 *4 (-454)) (-4 *6 (-850)))))
+(((*1 *2 *3) (-12 (-5 *2 (-381)) (-5 *1 (-785 *3)) (-4 *3 (-614 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-921)) (-5 *2 (-381)) (-5 *1 (-785 *3))
+ (-4 *3 (-614 *2))))
((*1 *2 *3)
- (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-1233 *2 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-391)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
+ (-12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 *2))
+ (-5 *2 (-381)) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049))
+ (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 *2))
+ (-5 *2 (-381)) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558))
+ (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850))
+ (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850))
+ (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-927)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *4 (-365)) (-5 *1 (-896 *2 *4))
+ (-4 *2 (-1241 *4)))))
+(((*1 *2) (-12 (-5 *2 (-833 (-566))) (-5 *1 (-536))))
+ ((*1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-1099)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-1186 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-558)))))
-(((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
- (-5 *1 (-748)))))
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-862)))) (-5 *1 (-862))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1141 *3 *4)) (-5 *1 (-993 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-365))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 *5))) (-4 *5 (-1049))
+ (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *6 (-238 *4 *5))
+ (-4 *7 (-238 *3 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-264))))
+ ((*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-566)) (-4 *1 (-1092 *3)) (-4 *3 (-1214)))))
+ (-12 (-5 *2 (-1232 (-566))) (-4 *1 (-283 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-283 *3)) (-4 *3 (-1215)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-454)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
+ ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
+ ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
+(((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-699)) (-5 *1 (-306)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2 *3) (-12 (-5 *3 (-971)) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2)
+ (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-419 *3)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-1175)) (-5 *2 (-112))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-303)) (-5 *3 (-114)) (-5 *2 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1175)) (-5 *2 (-112)) (-5 *1 (-612 *4))
+ (-4 *4 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-612 *4)) (-4 *4 (-1099))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1099)) (-5 *2 (-112))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1099)) (-5 *2 (-112)) (-5 *1 (-887 *5 *3 *4))
+ (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *6)) (-4 *6 (-886 *5)) (-4 *5 (-1099))
+ (-5 *2 (-112)) (-5 *1 (-887 *5 *6 *4)) (-4 *4 (-614 (-892 *5))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
+ (-14 *4 (-644 (-1175)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850)))
+ (-14 *4 (-644 (-1175)))))
+ ((*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-337 *3 *4 *5 *2)) (-4 *3 (-365))
+ (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4)))
+ (-4 *2 (-344 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-172))))
+ ((*1 *1) (-12 (-4 *2 (-172)) (-4 *1 (-724 *2 *3)) (-4 *3 (-1241 *2)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2))
+ (-4 *3 (-558))))
+ ((*1 *1)
+ (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ ((*1 *1) (-5 *1 (-479))) ((*1 *1) (-4 *1 (-1200))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *2)) (-5 *1 (-179 *2)) (-4 *2 (-308))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-644 (-644 *4))) (-5 *2 (-644 *4)) (-4 *4 (-308))
+ (-5 *1 (-179 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 *8))
+ (-5 *4
+ (-644
+ (-2 (|:| -3781 (-689 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-689 *7)))))
+ (-5 *5 (-771)) (-4 *8 (-1241 *7)) (-4 *7 (-1241 *6)) (-4 *6 (-351))
+ (-5 *2
+ (-2 (|:| -3781 (-689 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-689 *7))))
+ (-5 *1 (-500 *6 *7 *8))))
+ ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-644 (-1265 *4))) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558))
+ (-5 *2 (-644 (-1265 *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-1265 *5))) (-5 *4 (-566)) (-5 *2 (-1265 *5))
+ (-5 *1 (-1029 *5)) (-4 *5 (-365)) (-4 *5 (-370)) (-4 *5 (-1049)))))
+(((*1 *1 *1) (-5 *1 (-1062))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *2 (-644 (-169 *4)))
+ (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-1171 (-952 *4))) (-5 *1 (-418 *3 *4))
+ (-4 *3 (-419 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-4 *3 (-365))
+ (-5 *2 (-1171 (-952 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
(((*1 *2 *2 *3)
- (-12 (-4 *4 (-793))
- (-4 *3 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))) (-4 *5 (-558))
- (-5 *1 (-732 *4 *3 *5 *2)) (-4 *2 (-949 (-409 (-952 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1049)) (-4 *5 (-793))
- (-4 *3
- (-13 (-850)
- (-10 -8 (-15 -2376 ((-1175) $))
- (-15 -4347 ((-3 $ "failed") (-1175))))))
- (-5 *1 (-984 *4 *5 *3 *2)) (-4 *2 (-949 (-952 *4) *5 *3))))
+ (-12 (-5 *2 (-114)) (-5 *3 (-644 (-1 *4 (-644 *4)))) (-4 *4 (-1099))
+ (-5 *1 (-113 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 *6))
- (-4 *6
- (-13 (-850)
- (-10 -8 (-15 -2376 ((-1175) $))
- (-15 -4347 ((-3 $ "failed") (-1175))))))
- (-4 *4 (-1049)) (-4 *5 (-793)) (-5 *1 (-984 *4 *5 *6 *2))
- (-4 *2 (-949 (-952 *4) *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))))
+ (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1099))
+ (-5 *1 (-113 *4))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-114)) (-5 *2 (-644 (-1 *4 (-644 *4))))
+ (-5 *1 (-113 *4)) (-4 *4 (-1099)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *6 (-558)) (-4 *2 (-949 *3 *5 *4))
+ (-5 *1 (-732 *5 *4 *6 *2)) (-5 *3 (-409 (-952 *6))) (-4 *5 (-793))
+ (-4 *4 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))))))
+(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-381)))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-365)) (-5 *1 (-659 *4 *2))
+ (-4 *2 (-656 *4)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-1175)) (-5 *6 (-112))
+ (-4 *7 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
+ (-4 *3 (-13 (-1200) (-959) (-29 *7)))
+ (-5 *2
+ (-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-219 *7 *3)) (-5 *5 (-843 *3)))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1270) (-1265 *5) (-1265 *5) (-381)))
+ (-5 *3 (-1265 (-381))) (-5 *5 (-381)) (-5 *2 (-1270))
+ (-5 *1 (-788)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-308)) (-4 *3 (-172)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3)))
+ (-5 *1 (-688 *3 *4 *5 *6)) (-4 *6 (-687 *3 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-700 *3))
+ (-4 *3 (-308)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1099)) (-4 *3 (-900 *5)) (-5 *2 (-689 *3))
+ (-5 *1 (-692 *5 *3 *6 *4)) (-4 *6 (-375 *3))
+ (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415)))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049))
+ (-5 *2 (-644 (-644 (-644 (-771))))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-862)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 (-771))
+ (-14 *4 (-771)) (-4 *5 (-172)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1049)) (-5 *2 (-958 (-712 *3 *4))) (-5 *1 (-712 *3 *4))
+ (-4 *4 (-1241 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1219)) (-4 *3 (-1241 *4))
+ (-4 *5 (-1241 (-409 *3))) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-992 *2)) (-4 *4 (-1241 *3)) (-4 *2 (-308))
+ (-5 *1 (-415 *2 *3 *4 *5)) (-4 *5 (-13 (-411 *3 *4) (-1038 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-558)) (-4 *3 (-1099)) (-5 *2 (-1124 *3 (-612 *1)))
+ (-4 *1 (-432 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-726) *4))
+ (-5 *1 (-621 *3 *4 *2)) (-4 *3 (-38 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-726) *4))
+ (-5 *1 (-662 *3 *4 *2)) (-4 *3 (-717 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
+ (-4 *3 (-1064 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-644 *4))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
+ (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-644 *4))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
+ (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1103)) (-5 *3 (-774)) (-5 *1 (-52)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1099)) (-4 *2 (-900 *4)) (-5 *1 (-692 *4 *2 *5 *3))
+ (-4 *5 (-375 *2)) (-4 *3 (-13 (-375 *4) (-10 -7 (-6 -4415)))))))
+(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+(((*1 *2)
+ (-12 (-5 *2 (-2 (|:| -3728 (-644 *3)) (|:| -1607 (-644 *3))))
+ (-5 *1 (-1216 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1241 *4))
+ (-5 *2 (-1265 *6)) (-5 *1 (-415 *3 *4 *5 *6))
+ (-4 *6 (-13 (-411 *4 *5) (-1038 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1049)) (-4 *3 (-1099)) (-5 *2 (-1124 *3 (-612 *1)))
+ (-4 *1 (-432 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-172)) (-4 *2 (-38 *3)) (-5 *1 (-621 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-726) *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-172)) (-4 *2 (-717 *3)) (-5 *1 (-662 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-726) *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))))
+(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-1137))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1270)) (-5 *1 (-1137)))))
(((*1 *1) (-5 *1 (-1062))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-824)) (-5 *3 (-644 (-1175))) (-5 *1 (-825)))))
+(((*1 *1) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))))
+(((*1 *1) (-5 *1 (-470))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-558))
+ (-5 *2 (-2 (|:| -2840 (-689 *5)) (|:| |vec| (-1265 (-644 (-921))))))
+ (-5 *1 (-90 *5 *3)) (-5 *4 (-921)) (-4 *3 (-656 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 *3)) (-4 *3 (-949 *5 *6 *7)) (-4 *5 (-454))
+ (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
+ (-5 *1 (-451 *5 *6 *7 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))))
+(((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-644 *5) *6))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5))
+ (-5 *2 (-644 (-2 (|:| |poly| *6) (|:| -1900 *3))))
+ (-5 *1 (-809 *5 *6 *3 *7)) (-4 *3 (-656 *6))
+ (-4 *7 (-656 (-409 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-644 *5) *6))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *6 (-1241 *5))
+ (-5 *2 (-644 (-2 (|:| |poly| *6) (|:| -1900 (-654 *6 (-409 *6))))))
+ (-5 *1 (-812 *5 *6)) (-5 *3 (-654 *6 (-409 *6))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1062)))))
(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
+(((*1 *2 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *5 (-1175))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-644 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-644 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -2650 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1200) (-27) (-432 *8)))
+ (-4 *8 (-13 (-454) (-147) (-1038 *3) (-639 *3))) (-5 *3 (-566))
+ (-5 *2 (-2 (|:| |ans| *4) (|:| -3567 *4) (|:| |sol?| (-112))))
+ (-5 *1 (-1013 *8 *4)))))
+(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
+ (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-225))
+ (-5 *7 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *1) (-4 *1 (-351))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-587 *3)) (-5 *1 (-428 *5 *3))
+ (-4 *3 (-13 (-1200) (-29 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566)) (-147)))
+ (-5 *2 (-587 (-409 (-952 *5)))) (-5 *1 (-572 *5))
+ (-5 *3 (-409 (-952 *5))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-344 *4 *5 *6)) (-4 *4 (-1219))
+ (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5)))
+ (-5 *2 (-2 (|:| |num| (-689 *5)) (|:| |den| *5))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-644 *7)) (-5 *5 (-644 (-644 *8))) (-4 *7 (-850))
+ (-4 *8 (-308)) (-4 *6 (-793)) (-4 *9 (-949 *8 *6 *7))
+ (-5 *2
+ (-2 (|:| |unitPart| *9)
+ (|:| |suPart|
+ (-644 (-2 (|:| -3846 (-1171 *9)) (|:| -3388 (-566)))))))
+ (-5 *1 (-742 *6 *7 *8 *9)) (-5 *3 (-1171 *9)))))
(((*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1178)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-771)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-759)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -2650 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-365)) (-4 *7 (-1241 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-409 *7)) (|:| |a0| *6))
+ (-2 (|:| -2650 (-409 *7)) (|:| |coeff| (-409 *7))) "failed"))
+ (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1241 *5))
+ (-4 *5 (-13 (-27) (-432 *4))) (-4 *4 (-13 (-558) (-1038 (-566))))
+ (-4 *7 (-1241 (-409 *6))) (-5 *1 (-554 *4 *5 *6 *7 *2))
+ (-4 *2 (-344 *5 *6 *7)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
+ (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))))
+ (-5 *2 (-1035)) (-5 *1 (-749))))
+ ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
+ (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))))
+ (-5 *8 (-390)) (-5 *2 (-1035)) (-5 *1 (-749)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-218))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-441))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-838))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1117)) (-5 *1 (-1114))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-1180))) (-5 *3 (-1180)) (-5 *1 (-1117)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-751)))))
+(((*1 *1 *1) (-4 *1 (-547))))
+(((*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883))
+ (-5 *3 (-644 (-566)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883))
+ (-5 *3 (-644 (-566))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2
+ (|:| |endPointContinuity|
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular|
+ "There are singularities at both end points")
+ (|:| |notEvaluated|
+ "End point continuity not yet evaluated")))
+ (|:| |singularitiesStream|
+ (-3 (|:| |str| (-1155 (-225)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3274
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite| "The bottom 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 (-1035)) (-5 *1 (-306)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-623 *4 *5))
+ (-5 *3
+ (-1 (-2 (|:| |ans| *4) (|:| -3567 *4) (|:| |sol?| (-112)))
+ (-566) *4))
+ (-4 *4 (-365)) (-4 *5 (-1241 *4)) (-5 *1 (-576 *4 *5)))))
(((*1 *2 *1)
(-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850))
(-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-771))))
@@ -9467,7 +10315,7 @@
((*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-921))))
((*1 *2 *3)
(-12 (-5 *3 (-338 *4 *5 *6 *7)) (-4 *4 (-13 (-370) (-365)))
- (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5))) (-4 *7 (-344 *4 *5 *6))
+ (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5))) (-4 *7 (-344 *4 *5 *6))
(-5 *2 (-771)) (-5 *1 (-394 *4 *5 *6 *7))))
((*1 *2 *1) (-12 (-4 *1 (-404)) (-5 *2 (-833 (-921)))))
((*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566))))
@@ -9475,7 +10323,7 @@
((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-597 *3)) (-4 *3 (-1049))))
((*1 *2 *1)
(-12 (-4 *3 (-558)) (-5 *2 (-566)) (-5 *1 (-623 *3 *4))
- (-4 *4 (-1240 *3))))
+ (-4 *4 (-1241 *3))))
((*1 *2 *1 *3 *2)
(-12 (-5 *2 (-771)) (-4 *1 (-740 *4 *3)) (-4 *4 (-1049))
(-4 *3 (-850))))
@@ -9487,166 +10335,913 @@
((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099))))
((*1 *2 *3)
(|partial| -12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4))
- (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6)))
+ (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6)))
(-4 *8 (-344 *5 *6 *7)) (-4 *4 (-13 (-558) (-1038 (-566))))
(-5 *2 (-771)) (-5 *1 (-911 *4 *5 *6 *7 *8))))
((*1 *2 *3)
(|partial| -12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6))
- (-4 *4 (-1240 (-409 (-566)))) (-4 *5 (-1240 (-409 *4)))
+ (-4 *4 (-1241 (-409 (-566)))) (-4 *5 (-1241 (-409 *4)))
(-4 *6 (-344 (-409 (-566)) *4 *5)) (-5 *2 (-771))
(-5 *1 (-912 *4 *5 *6))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-338 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-365))
- (-4 *7 (-1240 *6)) (-4 *4 (-1240 (-409 *7))) (-4 *8 (-344 *6 *7 *4))
+ (-4 *7 (-1241 *6)) (-4 *4 (-1241 (-409 *7))) (-4 *8 (-344 *6 *7 *4))
(-4 *9 (-13 (-370) (-365))) (-5 *2 (-771))
(-5 *1 (-1018 *6 *7 *4 *8 *9))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-1240 *3)) (-4 *3 (-1049)) (-4 *3 (-558))
+ (-12 (-4 *1 (-1241 *3)) (-4 *3 (-1049)) (-4 *3 (-558))
(-5 *2 (-771))))
((*1 *2 *1 *2)
- (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792))))
+ (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-862)))))
+(((*1 *1 *1) (-4 *1 (-35)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1160 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1161 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-675 *3)) (-4 *3 (-1049))
+ (-4 *3 (-1099)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1215)) (-5 *2 (-644 *1)) (-4 *1 (-1010 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))))
+ (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4))
+ (-14 *3 (-921)) (-4 *4 (-1049)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1265 *4)) (-4 *4 (-639 *5)) (-4 *5 (-365))
+ (-4 *5 (-558)) (-5 *2 (-1265 *5)) (-5 *1 (-638 *5 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1265 *4)) (-4 *4 (-639 *5))
+ (-3348 (-4 *5 (-365))) (-4 *5 (-558)) (-5 *2 (-1265 (-409 *5)))
+ (-5 *1 (-638 *5 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-365)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4)))
+ (-5 *2 (-1265 *6)) (-5 *1 (-338 *3 *4 *5 *6))
+ (-4 *6 (-344 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-689 (-409 (-952 (-566)))))
+ (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031))
+ (-5 *3 (-317 (-566))))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-756)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 (-409 (-952 *6))))
+ (-5 *3 (-409 (-952 *6)))
+ (-4 *6 (-13 (-558) (-1038 (-566)) (-147)))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-572 *6)))))
(((*1 *2 *3)
(-12 (-5 *3 (-644 *4)) (-4 *4 (-365)) (-5 *2 (-689 *4))
(-5 *1 (-814 *4 *5)) (-4 *5 (-656 *4))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-644 *5)) (-5 *4 (-771)) (-4 *5 (-365))
(-5 *2 (-689 *5)) (-5 *1 (-814 *5 *6)) (-4 *6 (-656 *5)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-531)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52))))
+ (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-327 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-792)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-114)) (-4 *4 (-1049)) (-5 *1 (-714 *4 *2))
+ (-4 *2 (-648 *4))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-114)) (-5 *1 (-836 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-566)) (-4 *3 (-172)) (-4 *5 (-375 *3))
+ (-4 *6 (-375 *3)) (-5 *1 (-688 *3 *5 *6 *2))
+ (-4 *2 (-687 *3 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-597 *3)) (-4 *3 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-973 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-792))
+ (-4 *5 (-850)) (-5 *2 (-112)))))
(((*1 *2 *1)
(-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
(-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *5 (-771)) (-4 *6 (-1099)) (-4 *7 (-900 *6))
+ (-5 *2 (-689 *7)) (-5 *1 (-692 *6 *7 *3 *4)) (-4 *3 (-375 *7))
+ (-4 *4 (-13 (-375 *6) (-10 -7 (-6 -4415)))))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-539 *4 *2))
+ (-4 *2 (-1256 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *4 (-13 (-365) (-370) (-614 *3)))
+ (-4 *5 (-1241 *4)) (-4 *6 (-724 *4 *5)) (-5 *1 (-543 *4 *5 *6 *2))
+ (-4 *2 (-1256 *6))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *4 (-13 (-365) (-370) (-614 *3)))
+ (-5 *1 (-544 *4 *2)) (-4 *2 (-1256 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-13 (-558) (-147)))
+ (-5 *1 (-1151 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-538)) (-5 *1 (-537 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-538)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-486 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-258)))))
(((*1 *2 *3 *1)
(-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793))
(-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-771)) (-5 *5 (-644 *3)) (-4 *3 (-308)) (-4 *6 (-850))
+ (-4 *7 (-793)) (-5 *2 (-112)) (-5 *1 (-625 *6 *7 *3 *8))
+ (-4 *8 (-949 *3 *7 *6)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-1265 *5)) (-5 *3 (-771)) (-5 *4 (-1119)) (-4 *5 (-351))
+ (-5 *1 (-530 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-319)) (-5 *3 (-225)))))
+(((*1 *1) (-5 *1 (-144))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-317 (-225))) (-5 *2 (-409 (-566))) (-5 *1 (-306)))))
+(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-241)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 (-566)))))
+ (-5 *1 (-363 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 (-771)))))
+ (-5 *1 (-388 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| -3846 *3) (|:| -3388 (-566)))))
+ (-5 *1 (-420 *3)) (-4 *3 (-558))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 (-771)))))
+ (-5 *1 (-819 *3)) (-4 *3 (-850)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
+ (-5 *2 (-689 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))))
(((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-470))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1265))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1266)))))
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-644 *10)) (-5 *5 (-112)) (-4 *10 (-1070 *6 *7 *8 *9))
+ (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
+ (-4 *9 (-1064 *6 *7 *8))
+ (-5 *2
+ (-644
+ (-2 (|:| -1900 (-644 *9)) (|:| -1791 *10) (|:| |ineq| (-644 *9)))))
+ (-5 *1 (-988 *6 *7 *8 *9 *10)) (-5 *3 (-644 *9))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-644 *10)) (-5 *5 (-112)) (-4 *10 (-1070 *6 *7 *8 *9))
+ (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
+ (-4 *9 (-1064 *6 *7 *8))
+ (-5 *2
+ (-644
+ (-2 (|:| -1900 (-644 *9)) (|:| -1791 *10) (|:| |ineq| (-644 *9)))))
+ (-5 *1 (-1106 *6 *7 *8 *9 *10)) (-5 *3 (-644 *9)))))
+(((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-547))))
+ ((*1 *1 *1) (-4 *1 (-1059))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1062)) (-5 *3 (-1157)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-114)) (-5 *4 (-644 *2)) (-5 *1 (-113 *2))
+ (-4 *2 (-1099))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 (-644 *4))) (-4 *4 (-1099))
+ (-5 *1 (-113 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1099))
+ (-5 *1 (-113 *4))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-114)) (-5 *2 (-1 *4 (-644 *4)))
+ (-5 *1 (-113 *4)) (-4 *4 (-1099))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-648 *3)) (-4 *3 (-1049))
+ (-5 *1 (-714 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-836 *3)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-748)))))
+(((*1 *2 *3) (-12 (-5 *3 (-169 (-566))) (-5 *2 (-112)) (-5 *1 (-448))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
+ (-247 *4 (-409 (-566)))))
+ (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112))
+ (-5 *1 (-507 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-961 *3)) (-4 *3 (-547))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1219)) (-5 *2 (-112)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
(((*1 *2 *3 *3)
(-12 (-4 *4 (-558))
(-5 *2
(-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-892 *6)))
+ (-5 *5 (-1 (-889 *6 *8) *8 (-892 *6) (-889 *6 *8))) (-4 *6 (-1099))
+ (-4 *8 (-13 (-1049) (-614 (-892 *6)) (-1038 *7)))
+ (-5 *2 (-889 *6 *8)) (-4 *7 (-1049)) (-5 *1 (-941 *6 *7 *8)))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1215))
+ (-4 *4 (-375 *2)) (-4 *5 (-375 *2))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-289 *3 *2)) (-4 *3 (-1099))
+ (-4 *2 (-1215)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-112)) (-5 *5 (-689 (-225)))
+ (-5 *2 (-1035)) (-5 *1 (-755)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-112)))))
(((*1 *1 *1 *1)
(-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
(-4 *4 (-850)) (-4 *2 (-558))))
((*1 *1 *1 *2)
(-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
(-4 *4 (-850)) (-4 *2 (-558)))))
-(((*1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1214)) (-4 *2 (-850))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-375 *3)) (-4 *3 (-1214))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-905 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850))
- (-4 *6 (-1064 *4 *5 *3))
- (-5 *2 (-2 (|:| |under| *1) (|:| -3143 *1) (|:| |upper| *1)))
- (-4 *1 (-976 *4 *5 *3 *6)))))
+ (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4416)) (-4 *1 (-491 *3))
+ (-4 *3 (-1215)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-112)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6) (-10 -8 (-15 -1650 ($ *7)))))
+ (-4 *7 (-848))
+ (-4 *8
+ (-13 (-1243 *3 *7) (-365) (-1200)
+ (-10 -8 (-15 -2324 ($ $)) (-15 -3613 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))))
+ (-5 *1 (-424 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1157)) (-4 *9 (-983 *8))
+ (-14 *10 (-1175)))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
+ (-4 *3 (-1064 *6 *7 *8))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-1107 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 (-2 (|:| |val| (-644 *8)) (|:| -1791 *9))))
+ (-5 *5 (-112)) (-4 *8 (-1064 *6 *7 *4)) (-4 *9 (-1070 *6 *7 *4 *8))
+ (-4 *6 (-454)) (-4 *7 (-793)) (-4 *4 (-850))
+ (-5 *2 (-644 (-2 (|:| |val| *8) (|:| -1791 *9))))
+ (-5 *1 (-1107 *6 *7 *4 *8 *9)))))
+(((*1 *1) (-5 *1 (-823))))
+(((*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-21)) (-4 *2 (-1215)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-303))))
+ ((*1 *1 *1) (-4 *1 (-303))) ((*1 *1 *1) (-5 *1 (-862))))
+(((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-689 (-409 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1157)) (-5 *2 (-566)) (-5 *1 (-1197 *4))
+ (-4 *4 (-1049)))))
+(((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))))
(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-737 *3))))
((*1 *1 *2) (-12 (-5 *1 (-737 *2)) (-4 *2 (-1099))))
((*1 *1) (-12 (-5 *1 (-737 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1049)) (-4 *7 (-1049))
+ (-4 *6 (-1241 *5)) (-5 *2 (-1171 (-1171 *7)))
+ (-5 *1 (-503 *5 *6 *4 *7)) (-4 *4 (-1241 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
+ (-4 *4 (-351)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1171 *1)) (-5 *4 (-1175)) (-4 *1 (-27))
+ (-5 *2 (-644 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *2 (-644 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *3)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049))
+ (-4 *5 (-850)) (-5 *2 (-952 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049))
+ (-4 *5 (-850)) (-5 *2 (-952 *4))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-1256 *4)) (-4 *4 (-1049))
+ (-5 *2 (-952 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-1256 *4)) (-4 *4 (-1049))
+ (-5 *2 (-952 *4)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-755)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1275)))))
+(((*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4406)) (-4 *1 (-406))))
+ ((*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921))))
+ ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699))))
+ ((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1143)) (-5 *2 (-112)))))
(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1035)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1099)) (-5 *2 (-889 *3 *4)) (-5 *1 (-885 *3 *4 *5))
+ (-4 *3 (-1099)) (-4 *5 (-666 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1093 (-225)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1241 *2)) (-4 *2 (-1219)) (-5 *1 (-148 *2 *4 *3))
+ (-4 *3 (-1241 (-409 *4))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-558))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-558)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-862)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-169 (-225))))
+ (-5 *2 (-1035)) (-5 *1 (-754)))))
+(((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1093 (-225)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-974)) (-5 *2 (-1093 (-225))))))
(((*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-276)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
+ (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-84 FCNF))))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-85 FCNG)))) (-5 *3 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-749)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002)))
+ (-5 *1 (-176 *3)))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-1175)) (-4 *4 (-1049)) (-4 *4 (-1099))
+ (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -3388 (-566))))
+ (-4 *1 (-432 *4))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-114)) (-4 *4 (-1049)) (-4 *4 (-1099))
+ (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -3388 (-566))))
+ (-4 *1 (-432 *4))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1111)) (-4 *3 (-1099))
+ (-5 *2 (-2 (|:| |var| (-612 *1)) (|:| -3388 (-566))))
+ (-4 *1 (-432 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |val| (-892 *3)) (|:| -3388 (-771))))
+ (-5 *1 (-892 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *2 (-2 (|:| |var| *5) (|:| -3388 (-771))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
+ (-4 *7 (-949 *6 *4 *5))
+ (-5 *2 (-2 (|:| |var| *5) (|:| -3388 (-566))))
+ (-5 *1 (-950 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $))
+ (-15 -2507 (*7 $))))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1157)) (-5 *2 (-644 (-1180))) (-5 *1 (-1135)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1241 *3)))))
+(((*1 *1 *1) (-5 *1 (-1062))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-169 *5)) (-5 *1 (-600 *4 *5 *3))
+ (-4 *5 (-13 (-432 *4) (-1002) (-1200)))
+ (-4 *3 (-13 (-432 (-169 *4)) (-1002) (-1200))))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-566)) (-5 *2 (-112)))))
(((*1 *1) (-5 *1 (-292))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-644
+ (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 *3))
+ (|:| |logand| (-1171 *3)))))
+ (-5 *1 (-587 *3)) (-4 *3 (-365)))))
+(((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 (-771)) (-5 *1 (-213 *4 *2)) (-14 *4 (-921))
+ (-4 *2 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-365) (-848))) (-5 *1 (-181 *3 *2))
+ (-4 *2 (-1241 (-169 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-927))
+ (-5 *2
+ (-2 (|:| |brans| (-644 (-644 (-943 (-225)))))
+ (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))))
+ (-5 *1 (-153))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-927)) (-5 *4 (-409 (-566)))
+ (-5 *2
+ (-2 (|:| |brans| (-644 (-644 (-943 (-225)))))
+ (|:| |xValues| (-1093 (-225))) (|:| |yValues| (-1093 (-225)))))
+ (-5 *1 (-153)))))
+(((*1 *1 *1) (-4 *1 (-629)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002) (-1200))))))
+(((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-771)) (-5 *4 (-921)) (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-771)) (-5 *4 (-921)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-399)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-308)) (-5 *1 (-457 *3 *2)) (-4 *2 (-1241 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-308)) (-5 *1 (-462 *3 *2)) (-4 *2 (-1241 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-308)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-771)))
+ (-5 *1 (-541 *3 *2 *4 *5)) (-4 *2 (-1241 *3)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-375 *2))
+ (-4 *5 (-375 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-4 *2 (-1099)) (-5 *1 (-213 *4 *2))
+ (-14 *4 (-921))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1215))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7))
+ (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
+ (-5 *1 (-988 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
+ (-5 *1 (-1106 *3 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-420 *6)) (-4 *6 (-1241 *5))
+ (-4 *5 (-1049)) (-5 *2 (-644 *6)) (-5 *1 (-446 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
+ (-4 *4 (-351)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1185)))))
+(((*1 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1268)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1256 *4))
+ (-4 *4 (-38 (-409 (-566))))
+ (-5 *2 (-1 (-1155 *4) (-1155 *4) (-1155 *4))) (-5 *1 (-1258 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 *4))))
+ (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-391)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
+ (-4 *3 (-13 (-1099) (-34))))))
(((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-157))))
((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)))))
+(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
+ (|partial| -12 (-5 *3 (-612 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175))) (-5 *5 (-1171 *2))
+ (-4 *2 (-13 (-432 *6) (-27) (-1200)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *1 (-562 *6 *2 *7)) (-4 *7 (-1099))))
+ ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
+ (|partial| -12 (-5 *3 (-612 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175)))
+ (-5 *5 (-409 (-1171 *2))) (-4 *2 (-13 (-432 *6) (-27) (-1200)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *1 (-562 *6 *2 *7)) (-4 *7 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-1241 *2)) (-4 *2 (-1241 *4)) (-5 *1 (-985 *4 *2 *3 *5))
+ (-4 *4 (-351)) (-4 *5 (-724 *2 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1241 *2)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-612 *4)) (-4 *4 (-1099)) (-4 *2 (-1099))
+ (-5 *1 (-611 *2 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-217)))))
(((*1 *2 *1)
(-12 (-4 *1 (-1038 (-566))) (-4 *1 (-303)) (-5 *2 (-112))))
((*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112))))
((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1175)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-702 *4 *5 *6 *7))
+ (-4 *4 (-614 (-538))) (-4 *5 (-1215)) (-4 *6 (-1215))
+ (-4 *7 (-1215)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))) ((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1171 (-566))) (-5 *3 (-566)) (-4 *1 (-869 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
+ ((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-3 (|:| |nullBranch| "null")
+ (|:| |assignmentBranch|
+ (-2 (|:| |var| (-1175))
+ (|:| |arrayIndex| (-644 (-952 (-566))))
+ (|:| |rand|
+ (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862))))))
+ (|:| |arrayAssignmentBranch|
+ (-2 (|:| |var| (-1175)) (|:| |rand| (-862))
+ (|:| |ints2Floats?| (-112))))
+ (|:| |conditionalBranch|
+ (-2 (|:| |switch| (-1174)) (|:| |thenClause| (-331))
+ (|:| |elseClause| (-331))))
+ (|:| |returnBranch|
+ (-2 (|:| -3758 (-112))
+ (|:| -1389
+ (-2 (|:| |ints2Floats?| (-112)) (|:| -2731 (-862))))))
+ (|:| |blockBranch| (-644 (-331)))
+ (|:| |commentBranch| (-644 (-1157))) (|:| |callBranch| (-1157))
+ (|:| |forBranch|
+ (-2 (|:| -3274 (-1091 (-952 (-566))))
+ (|:| |span| (-952 (-566))) (|:| -3720 (-331))))
+ (|:| |labelBranch| (-1119))
+ (|:| |loopBranch| (-2 (|:| |switch| (-1174)) (|:| -3720 (-331))))
+ (|:| |commonBranch|
+ (-2 (|:| -3707 (-1175)) (|:| |contents| (-644 (-1175)))))
+ (|:| |printBranch| (-644 (-862)))))
+ (-5 *1 (-331)))))
+(((*1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-470))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1266))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1267)))))
+(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-701))))
+ ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-701)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049))
+ (-5 *1 (-1159 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-566)) (-5 *1 (-1257 *3 *4 *5)) (-4 *3 (-1049))
+ (-14 *4 (-1175)) (-14 *5 *3))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-451 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1219)) (-4 *3 (-1241 *4))
+ (-4 *5 (-1241 (-409 *3))) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
(((*1 *2 *1)
(-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850))
(-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-112)))))
+(((*1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-1185)))))
+(((*1 *2 *1) (-12 (-4 *1 (-767 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-850))
+ (-5 *2
+ (-2 (|:| |f1| (-644 *4)) (|:| |f2| (-644 (-644 (-644 *4))))
+ (|:| |f3| (-644 (-644 *4))) (|:| |f4| (-644 (-644 (-644 *4))))))
+ (-5 *1 (-1186 *4)) (-5 *3 (-644 (-644 (-644 *4)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-824)) (-5 *1 (-825)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-771)) (-4 *1 (-231 *4))
+ (-4 *4 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-231 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-233)) (-5 *2 (-771))))
+ ((*1 *1 *1) (-4 *1 (-233)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-4 *1 (-267 *3)) (-4 *3 (-850))))
+ ((*1 *1 *1) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219))
+ (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4))
+ (-4 *4 (-1241 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-365) (-147))) (-5 *1 (-401 *2 *3))
+ (-4 *3 (-1241 *2))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-365)) (-4 *2 (-900 *3)) (-5 *1 (-587 *2))
+ (-5 *3 (-1175))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-587 *2)) (-4 *2 (-365))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-862))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 *4)) (-5 *3 (-644 (-771))) (-4 *1 (-900 *4))
+ (-4 *4 (-1099))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *1 (-900 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *1 (-900 *3)) (-4 *3 (-1099))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-900 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1172 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1229 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1241 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1250 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1257 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-587 *2)) (-4 *2 (-13 (-29 *4) (-1200)))
+ (-5 *1 (-585 *4 *2))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-587 (-409 (-952 *4))))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-317 *4))
+ (-5 *1 (-590 *4)))))
+(((*1 *1 *1 *1) (-4 *1 (-547))))
+(((*1 *2) (-12 (-5 *2 (-1146 (-1157))) (-5 *1 (-393)))))
+(((*1 *2 *3 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225))
+ (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
+ (-5 *3 (-644 (-264))) (-5 *1 (-262))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225))
+ (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
+ (-5 *1 (-264))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267))))
+ ((*1 *2 *1 *3 *3 *4 *4 *4)
+ (-12 (-5 *3 (-566)) (-5 *4 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267))))
+ ((*1 *2 *1 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225))
+ (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
+ (-5 *2 (-1270)) (-5 *1 (-1267))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-225)) (|:| |phi| (-225)) (|:| -1691 (-225))
+ (|:| |scaleX| (-225)) (|:| |scaleY| (-225)) (|:| |scaleZ| (-225))
+ (|:| |deltaX| (-225)) (|:| |deltaY| (-225))))
+ (-5 *1 (-1267))))
+ ((*1 *2 *1 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
(((*1 *2 *2 *3)
(-12
(-5 *2
- (-2 (|:| |partsol| (-1264 (-409 (-952 *4))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *4)))))))
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *4))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *4)))))))
(-5 *3 (-644 *7)) (-4 *4 (-13 (-308) (-147)))
(-4 *7 (-949 *4 *6 *5)) (-4 *5 (-13 (-850) (-614 (-1175))))
(-4 *6 (-793)) (-5 *1 (-924 *4 *5 *6 *7)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1280 (-1175) *3)) (-4 *3 (-1049)) (-5 *1 (-1287 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1280 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
+ (-5 *1 (-1289 *3 *4)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-862)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 (-771))
+ (-14 *4 (-771)) (-4 *5 (-172)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-1265 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4))))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))))
+(((*1 *2)
+ (-12 (-4 *1 (-351))
+ (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267))))
+ ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))))
(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-566)) (|has| *1 (-6 -4415)) (-4 *1 (-375 *3))
- (-4 *3 (-1214)))))
-(((*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1214)))))
+ (-12 (-5 *2 (-566)) (|has| *1 (-6 -4416)) (-4 *1 (-375 *3))
+ (-4 *3 (-1215)))))
+(((*1 *2)
+ (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270))
+ (-5 *1 (-1071 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270))
+ (-5 *1 (-1107 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))))
+(((*1 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-370)) (-4 *2 (-1099)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-308))))
+ ((*1 *2 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-388 *3)) (|:| |rm| (-388 *3))))
+ (-5 *1 (-388 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -2075 (-771)) (|:| -4368 (-771))))
+ (-5 *1 (-771))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-850)) (-5 *2 (-644 (-644 *4))) (-5 *1 (-1186 *4))
+ (-5 *3 (-644 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1215)) (-5 *2 (-644 *1)) (-4 *1 (-1010 *3)))))
+(((*1 *2 *3 *2)
+ (-12
+ (-5 *2
+ (-644
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *3)
+ (|:| |polj| *3))))
+ (-4 *5 (-793)) (-4 *3 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850))
+ (-5 *1 (-451 *4 *5 *6 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2
+ (-2
+ (|:| |endPointContinuity|
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular|
+ "There are singularities at both end points")
+ (|:| |notEvaluated|
+ "End point continuity not yet evaluated")))
+ (|:| |singularitiesStream|
+ (-3 (|:| |str| (-1155 (-225)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3274
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite| "The bottom 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 (-561)))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-943 *5)) (-5 *3 (-771)) (-4 *5 (-1049))
+ (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))))
+(((*1 *2 *1) (-12 (-4 *1 (-995 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-839))
+ (-5 *3
+ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225)))
+ (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225))))
+ (|:| |ub| (-644 (-843 (-225))))))
+ (-5 *2 (-1035))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-839))
+ (-5 *3
+ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))
+ (-5 *2 (-1035)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *4 (-365)) (-5 *2 (-644 (-1155 *4))) (-5 *1 (-286 *4 *5))
+ (-5 *3 (-1155 *4)) (-4 *5 (-1256 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1171 *7)) (-5 *3 (-566)) (-4 *7 (-949 *6 *4 *5))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
+ (-5 *1 (-322 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1265 *5)) (-4 *5 (-792)) (-5 *2 (-112))
+ (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))))
+(((*1 *2 *1) (-12 (-4 *1 (-558)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-5 *1 (-1062))))
(((*1 *2 *3)
(-12 (-5 *3 (-769))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
(|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))))
(-5 *1 (-567))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-769)) (-5 *4 (-1062))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
(|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))))
(-5 *1 (-567))))
((*1 *2 *3 *4)
(-12 (-4 *1 (-787)) (-5 *3 (-1062))
(-5 *4
(-2 (|:| |fn| (-317 (-225)))
- (|:| -2821 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225))
+ (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))
+ (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))
(|:| |extra| (-1035))))))
((*1 *2 *3 *4)
(-12 (-4 *1 (-787)) (-5 *3 (-1062))
(-5 *4
(-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))
+ (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))
(|:| |extra| (-1035))))))
((*1 *2 *3 *4)
(-12 (-4 *1 (-800)) (-5 *3 (-1062))
(-5 *4
(-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
(|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
(|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))))))
+ (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))))))
((*1 *2 *3)
(-12 (-5 *3 (-808))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
(|:| |explanations| (-644 (-1157)))))
(-5 *1 (-805))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-808)) (-5 *4 (-1062))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
(|:| |explanations| (-644 (-1157)))))
(-5 *1 (-805))))
((*1 *2 *3 *4)
(-12 (-4 *1 (-839)) (-5 *3 (-1062))
(-5 *4
- (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))
- (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))))))
+ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))
+ (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))))))
((*1 *2 *3 *4)
(-12 (-4 *1 (-839)) (-5 *3 (-1062))
(-5 *4
- (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225)))
+ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225)))
(|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225))))
(|:| |ub| (-644 (-843 (-225))))))
- (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))))))
+ (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))))))
((*1 *2 *3)
(-12 (-5 *3 (-841))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
(|:| |explanations| (-644 (-1157)))))
(-5 *1 (-840))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-841)) (-5 *4 (-1062))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
(|:| |explanations| (-644 (-1157)))))
(-5 *1 (-840))))
((*1 *2 *3 *4)
@@ -9660,97 +11255,699 @@
(|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225))))))
(|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157))
(|:| |tol| (-225))))
- (-5 *2 (-2 (|:| -2659 (-381)) (|:| |explanations| (-1157))))))
+ (-5 *2 (-2 (|:| -2294 (-381)) (|:| |explanations| (-1157))))))
((*1 *2 *3)
(-12 (-5 *3 (-898))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
(|:| |explanations| (-644 (-1157)))))
(-5 *1 (-897))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-898)) (-5 *4 (-1062))
(-5 *2
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
(|:| |explanations| (-644 (-1157)))))
(-5 *1 (-897)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-771)) (-5 *4 (-566)) (-5 *1 (-447 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-436))
+ (-5 *2
+ (-644
+ (-3 (|:| -3707 (-1175))
+ (|:| -2255 (-644 (-3 (|:| S (-1175)) (|:| P (-952 (-566)))))))))
+ (-5 *1 (-1179)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-644 (-381))) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-470))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-381))) (-5 *1 (-470))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-874)) (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))))
+(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1155 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1049))
+ (-5 *3 (-409 (-566))) (-5 *1 (-1159 *4)))))
+(((*1 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1268)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-689 *2)) (-4 *4 (-1241 *2))
+ (-4 *2 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-5 *1 (-501 *2 *4 *5)) (-4 *5 (-411 *2 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
+ (-4 *5 (-238 *3 *2)) (-4 *2 (-1049)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-324 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-131)))))
(((*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-381)) (-5 *1 (-1062)))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3))
+ (-4 *3 (-1241 (-169 *2)))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3))
+ (-4 *3 (-1241 (-169 *2))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *1)
+ (-12 (-4 *3 (-1099)) (-5 *1 (-885 *2 *3 *4)) (-4 *2 (-1099))
+ (-4 *4 (-666 *3))))
+ ((*1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1175)) (-5 *1 (-587 *2)) (-4 *2 (-1038 *3))
+ (-4 *2 (-365))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-587 *2)) (-4 *2 (-365))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-630 *4 *2))
+ (-4 *2 (-13 (-432 *4) (-1002) (-1200)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1091 *2)) (-4 *2 (-13 (-432 *4) (-1002) (-1200)))
+ (-4 *4 (-558)) (-5 *1 (-630 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-959)) (-5 *2 (-1175))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-959)))))
(((*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 (-331)))))
-(((*1 *1) (-5 *1 (-292))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-365)) (-5 *1 (-286 *3 *2)) (-4 *2 (-1255 *3)))))
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *6))
+ (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3))
+ (-4 *3 (-1099)))))
+(((*1 *1 *1 *2 *2)
+ (|partial| -12 (-5 *2 (-921)) (-5 *1 (-1100 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
(((*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563))))
((*1 *2 *3)
(-12 (-5 *2 (-1171 (-409 (-566)))) (-5 *1 (-942)) (-5 *3 (-566)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1241 *2)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *6)) (-4 *5 (-1099))
+ (-4 *6 (-1215)) (-5 *2 (-1 *6 *5)) (-5 *1 (-641 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-4 *5 (-1099))
+ (-4 *2 (-1215)) (-5 *1 (-641 *5 *2))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 *5)) (-4 *6 (-1099))
+ (-4 *5 (-1215)) (-5 *2 (-1 *5 *6)) (-5 *1 (-641 *6 *5))))
+ ((*1 *2 *3 *4 *5 *2)
+ (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-4 *5 (-1099))
+ (-4 *2 (-1215)) (-5 *1 (-641 *5 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-644 *5)) (-5 *4 (-644 *6))
+ (-4 *5 (-1099)) (-4 *6 (-1215)) (-5 *1 (-641 *5 *6))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-5 *6 (-1 *2 *5))
+ (-4 *5 (-1099)) (-4 *2 (-1215)) (-5 *1 (-641 *5 *2))))
+ ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-144)) (-5 *2 (-771)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |mval| (-689 *3)) (|:| |invmval| (-689 *3))
+ (|:| |genIdeal| (-506 *3 *4 *5 *6))))
+ (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219))
+ (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))))))
(((*1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099)))))
(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-1219)) (-4 *5 (-1241 *3)) (-4 *6 (-1241 (-409 *5)))
+ (-5 *2 (-112)) (-5 *1 (-343 *4 *3 *5 *6)) (-4 *4 (-344 *3 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-508)) (-5 *2 (-691 (-774))) (-5 *1 (-114))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-1157)) (-5 *2 (-774)) (-5 *1 (-114))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1103)) (-5 *1 (-965)))))
+(((*1 *2)
+ (-12 (-14 *4 (-771)) (-4 *5 (-1215)) (-5 *2 (-134))
+ (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-365)) (-5 *2 (-134)) (-5 *1 (-329 *3 *4))
+ (-4 *3 (-330 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-172))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-566))
+ (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793))
+ (-5 *2 (-566)) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-980 *3)) (-4 *3 (-1049)) (-5 *2 (-921))))
+ ((*1 *2) (-12 (-4 *1 (-1272 *3)) (-4 *3 (-365)) (-5 *2 (-134)))))
+(((*1 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049))))
+ ((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 (-409 (-566))))
+ (-5 *2
+ (-644
+ (-2 (|:| |outval| *4) (|:| |outmult| (-566))
+ (|:| |outvect| (-644 (-689 *4))))))
+ (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 *4)) (-5 *1 (-1140 *3 *4))
+ (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-112) *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558))
+ (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8))))
+ (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))))
+(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))
+ (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-547))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1089)))))
+(((*1 *2 *3 *3)
(-12 (-4 *4 (-558))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2610 *4)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3095 *4)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-112))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *4))))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1157)) (-5 *3 (-566)) (-5 *1 (-1062)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921))
+ (-14 *4 (-921)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-825)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1049))
+ (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285)))
+ (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *1)
+ (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *2))
+ (-2 (|:| -1351 *5) (|:| -3388 *2))))
+ (-4 *2 (-238 (-4142 *3) (-771))) (-5 *1 (-463 *3 *4 *5 *2 *6 *7))
+ (-4 *5 (-850)) (-4 *7 (-949 *4 *2 (-864 *3))))))
(((*1 *2)
(-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4))
(-4 *4 (-419 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-821)) (-5 *2 (-52)) (-5 *1 (-831)))))
(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-5 *2 (-2 (|:| -2674 *3) (|:| -2636 *4))))))
+ (-12 (-5 *3 (-1139 *4 *5)) (-4 *4 (-13 (-1099) (-34)))
+ (-4 *5 (-13 (-1099) (-34))) (-5 *2 (-112)) (-5 *1 (-1140 *4 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 (-952 *4))) (-5 *3 (-644 (-1175))) (-4 *4 (-454))
+ (-5 *1 (-918 *4)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-5 *3 (-1175)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-952 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-29 *3)) (-4 *3 (-558))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-558))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1171 *2)) (-5 *4 (-1175)) (-4 *2 (-432 *5))
+ (-5 *1 (-32 *5 *2)) (-4 *5 (-558))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1171 *1)) (-5 *3 (-921)) (-4 *1 (-1012))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-1171 *1)) (-5 *3 (-921)) (-5 *4 (-862))
+ (-4 *1 (-1012))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *3 (-921)) (-4 *4 (-13 (-848) (-365)))
+ (-4 *1 (-1067 *4 *2)) (-4 *2 (-1241 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2))
+ (-4 *2 (-13 (-27) (-1200) (-432 (-169 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566))))
+ (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 (-169 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-1204 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *1 (-679 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-644 (-644 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-644 (-644 *5)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-644 *3))) (-5 *1 (-1187 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-225)) (-5 *1 (-306)))))
+(((*1 *2 *3) (-12 (-5 *3 (-821)) (-5 *2 (-52)) (-5 *1 (-831)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-874)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-829)))))
+(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
+ (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225)))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -1909)))) (-5 *3 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-748)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -1962 (-782 *3)) (|:| |coef2| (-782 *3))))
+ (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-2 (|:| -1962 *1) (|:| |coef2| *1)))
+ (-4 *1 (-1064 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-365) (-848)))
+ (-5 *2 (-2 (|:| |start| *3) (|:| -2430 (-420 *3))))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
+ (-5 *2 (-1265 (-689 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-1265 (-689 *4))) (-5 *1 (-418 *3 *4))
+ (-4 *3 (-419 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1265 (-689 *3)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-1175))) (-4 *5 (-365))
+ (-5 *2 (-1265 (-689 (-409 (-952 *5))))) (-5 *1 (-1085 *5))
+ (-5 *4 (-689 (-409 (-952 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-1175))) (-4 *5 (-365))
+ (-5 *2 (-1265 (-689 (-952 *5)))) (-5 *1 (-1085 *5))
+ (-5 *4 (-689 (-952 *5)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-689 *4))) (-4 *4 (-365))
+ (-5 *2 (-1265 (-689 *4))) (-5 *1 (-1085 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *1 (-679 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-644 (-566))) (-5 *3 (-689 (-566))) (-5 *1 (-1109)))))
+(((*1 *2 *1) (-12 (-5 *2 (-958 (-771))) (-5 *1 (-334)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2))
+ (-4 *2 (-1256 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1241 *3))
+ (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1256 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2))
+ (-4 *2 (-1256 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147)))
+ (-5 *1 (-1151 *3)))))
(((*1 *2 *3 *2 *4)
(|partial| -12 (-5 *3 (-644 (-612 *2))) (-5 *4 (-1175))
- (-4 *2 (-13 (-27) (-1199) (-432 *5)))
+ (-4 *2 (-13 (-27) (-1200) (-432 *5)))
(-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566))))
(-5 *1 (-278 *5 *2)))))
(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-4 *7 (-850))
+ (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793)) (-4 *8 (-308))
+ (-5 *2 (-644 (-771))) (-5 *1 (-742 *6 *7 *8 *9)) (-5 *5 (-771)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225)))
+ (-5 *4 (-1 (-225) (-225) (-225) (-225)))
+ (-5 *2 (-1 (-943 (-225)) (-225) (-225))) (-5 *1 (-697)))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-112))
+ (-5 *1 (-889 *4 *5)) (-4 *5 (-1099))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-892 *5)) (-4 *5 (-1099)) (-5 *2 (-112))
+ (-5 *1 (-890 *5 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *6)) (-5 *4 (-892 *5)) (-4 *5 (-1099))
+ (-4 *6 (-1215)) (-5 *2 (-112)) (-5 *1 (-890 *5 *6)))))
+(((*1 *1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-752)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-295 *3))) (-5 *1 (-295 *3)) (-4 *3 (-558))
+ (-4 *3 (-1215)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1215))
+ (-4 *5 (-375 *4)) (-4 *2 (-375 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *6 *2 *7)) (-4 *6 (-1049))
+ (-4 *7 (-238 *4 *6)) (-4 *2 (-238 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))))
+(((*1 *2 *3 *4 *5)
(-12 (-5 *5 (-1175))
(-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-4 *4 (-13 (-29 *6) (-1199) (-959)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -2875 (-644 *4))))
+ (-4 *4 (-13 (-29 *6) (-1200) (-959)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -3781 (-644 *4))))
(-5 *1 (-801 *6 *4 *3)) (-4 *3 (-656 *4)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
+ (-5 *2
+ (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566))
+ (|:| |success| (-112))))
+ (-5 *1 (-789)) (-5 *5 (-566)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-612 *5)) (-4 *5 (-432 *4)) (-4 *4 (-1038 (-566)))
+ (-4 *4 (-558)) (-5 *2 (-1171 *5)) (-5 *1 (-32 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-612 *1)) (-4 *1 (-1049)) (-4 *1 (-303))
+ (-5 *2 (-1171 *1)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-744 *3)) (-4 *3 (-172)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1099)) (-4 *5 (-1099))
+ (-5 *2 (-1 *5 *4)) (-5 *1 (-683 *4 *5)))))
+(((*1 *1 *1) (-5 *1 (-1062))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-420 *3)) (-4 *3 (-558))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-2 (|:| -3846 *4) (|:| -4297 (-566)))))
+ (-4 *4 (-1241 (-566))) (-5 *2 (-771)) (-5 *1 (-444 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1083 *3)) (-4 *3 (-132)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *5) (-27) (-1199)))
+ (-12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *5) (-27) (-1200)))
(-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
(-5 *2 (-587 *3)) (-5 *1 (-568 *5 *3 *6)) (-4 *6 (-1099)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-771)) (-4 *5 (-558))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-969 *5 *3)) (-4 *3 (-1241 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-5 *1 (-331)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 *1)) (-5 *4 (-1265 *1)) (-4 *1 (-639 *5))
+ (-4 *5 (-1049))
+ (-5 *2 (-2 (|:| -2840 (-689 *5)) (|:| |vec| (-1265 *5))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-689 *1)) (-4 *1 (-639 *4)) (-4 *4 (-1049))
+ (-5 *2 (-689 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-247 *3 *4))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-566))) (-14 *3 (-644 (-1175)))
+ (-5 *1 (-456 *3 *4 *5)) (-4 *4 (-1049))
+ (-4 *5 (-238 (-4142 *3) (-771)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-483 *3 *4))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-1049)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-62 *3)) (-14 *3 (-1175))))
+ ((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-69 *3)) (-14 *3 (-1175))))
+ ((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-72 *3)) (-14 *3 (-1175))))
+ ((*1 *2 *1) (-12 (-4 *1 (-397)) (-5 *2 (-1270))))
+ ((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1270)) (-5 *1 (-399))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-862)) (-5 *2 (-1270)) (-5 *1 (-1137))))
+ ((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-1137))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1270)) (-5 *1 (-1137)))))
+(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
+ (|partial| -12 (-5 *5 (-1175))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-644 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-644 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -2650 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1200) (-27) (-432 *8)))
+ (-4 *8 (-13 (-454) (-147) (-1038 *3) (-639 *3))) (-5 *3 (-566))
+ (-5 *2 (-644 *4)) (-5 *1 (-1014 *8 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-4 *6 (-1241 *9)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-308))
+ (-4 *10 (-949 *9 *7 *8))
+ (-5 *2
+ (-2 (|:| |deter| (-644 (-1171 *10)))
+ (|:| |dterm|
+ (-644 (-644 (-2 (|:| -3492 (-771)) (|:| |pcoef| *10)))))
+ (|:| |nfacts| (-644 *6)) (|:| |nlead| (-644 *10))))
+ (-5 *1 (-778 *6 *7 *8 *9 *10)) (-5 *3 (-1171 *10)) (-5 *4 (-644 *6))
+ (-5 *5 (-644 *10)))))
+(((*1 *1) (-5 *1 (-439))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-862)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-388 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-850)))))
(((*1 *2 *3 *2 *4)
(-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-247 *5 *6))) (-4 *6 (-454))
(-5 *2 (-247 *5 *6)) (-14 *5 (-644 (-1175))) (-5 *1 (-631 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-508))) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-508))) (-5 *1 (-485)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-327 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-792)) (-4 *3 (-172)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1138))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)))))
+(((*1 *1 *1) (-4 *1 (-1059)))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1243 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1038 (-566))) (-4 *1 (-303)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-393)))))
+(((*1 *2 *3) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-187))) (-5 *1 (-187)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-331)))))
(((*1 *2 *3 *1) (-12 (-5 *3 (-1175)) (-5 *2 (-439)) (-5 *1 (-1179)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-689 *4)) (-5 *3 (-921)) (|has| *4 (-6 (-4417 "*")))
+ (-4 *4 (-1049)) (-5 *1 (-1028 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 (-689 *4))) (-5 *3 (-921))
+ (|has| *4 (-6 (-4417 "*"))) (-4 *4 (-1049)) (-5 *1 (-1028 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-644 (-2 (|:| |totdeg| (-771)) (|:| -4066 *3))))
+ (-5 *4 (-771)) (-4 *3 (-949 *5 *6 *7)) (-4 *5 (-454)) (-4 *6 (-793))
+ (-4 *7 (-850)) (-5 *1 (-451 *5 *6 *7 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-303))) ((*1 *1 *1) (-4 *1 (-303))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))))
+(((*1 *1 *1) (-5 *1 (-1062))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1159 *4)) (-4 *4 (-1049))
+ (-5 *3 (-566)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-644
+ (-2 (|:| -3486 (-771))
+ (|:| |eqns|
+ (-644
+ (-2 (|:| |det| *7) (|:| |rows| (-644 (-566)))
+ (|:| |cols| (-644 (-566))))))
+ (|:| |fgb| (-644 *7)))))
+ (-4 *7 (-949 *4 *6 *5)) (-4 *4 (-13 (-308) (-147)))
+ (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-771))
+ (-5 *1 (-924 *4 *5 *6 *7)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1265 *3)) (-4 *3 (-1049)) (-5 *1 (-712 *3 *4))
+ (-4 *4 (-1241 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1270)) (-5 *1 (-393))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-393)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-172)) (-4 *2 (-558))))
+ ((*1 *1 *1) (|partial| -4 *1 (-722))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1111)) (-4 *3 (-1099)) (-5 *2 (-644 *1))
+ (-4 *1 (-432 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3))
+ (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-644 *1)) (-4 *1 (-949 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
+ (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *3))
+ (-5 *1 (-950 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $))
+ (-15 -2507 (*7 $))))))))
(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))))
-(((*1 *2 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1095))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-5 *3 (-1 (-112) *5 *5)) (-4 *5 (-13 (-1099) (-34)))
+ (-5 *2 (-112)) (-5 *1 (-1139 *4 *5)) (-4 *4 (-13 (-1099) (-34))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1241 *4)) (-4 *4 (-1219))
+ (-4 *6 (-1241 (-409 *5)))
+ (-5 *2
+ (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
+ (|:| |gd| *5)))
+ (-4 *1 (-344 *4 *5 *6)))))
+(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267))))
+ ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-366 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-5 *2 (-1157)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1155 *4)) (-5 *3 (-1 *4 (-566))) (-4 *4 (-1049))
+ (-5 *1 (-1159 *4)))))
+(((*1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-120 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1171 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558))
+ (-5 *1 (-32 *4 *2)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547))
+ (-5 *2 (-409 (-566)))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1252 *3)) (-4 *3 (-1214))))
- ((*1 *2 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
+ (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-420 *3)) (-4 *3 (-547))
+ (-4 *3 (-558))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-547)) (-5 *2 (-409 (-566)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547))
+ (-5 *2 (-409 (-566)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-833 *3)) (-4 *3 (-547))
+ (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-843 *3)) (-4 *3 (-547))
+ (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547))
+ (-5 *2 (-409 (-566)))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-409 (-566))) (-5 *1 (-1008 *3))
+ (-4 *3 (-1038 *2)))))
(((*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172))))
((*1 *2 *3)
(-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-508)) (-5 *3 (-644 (-965))) (-5 *1 (-109)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-558))
+ (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-770 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-558))
+ (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-770 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-689 *7))
+ (-5 *5
+ (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -3781 (-644 *6)))
+ *7 *6))
+ (-4 *6 (-365)) (-4 *7 (-656 *6))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1265 *6) "failed"))
+ (|:| -3781 (-644 (-1265 *6)))))
+ (-5 *1 (-813 *6 *7)) (-5 *4 (-1265 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-566)) (-5 *1 (-241))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-566)) (-5 *1 (-241)))))
+(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
+ (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 (-439)))))
+ (-5 *1 (-1179)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *3) (-12 (-5 *3 (-409 (-566))) (-5 *2 (-225)) (-5 *1 (-306)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 (-644 *6))) (-4 *6 (-949 *3 *5 *4))
+ (-4 *3 (-13 (-308) (-147))) (-4 *4 (-13 (-850) (-614 (-1175))))
+ (-4 *5 (-793)) (-5 *1 (-924 *3 *4 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1268)))))
(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
(-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
((*1 *1 *2 *2)
(-12 (-5 *2 (-999 *3)) (-4 *3 (-172)) (-5 *1 (-799 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-1064 *4 *5 *6)) (-4 *4 (-558))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *2)))))
+(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
+ (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566))
+ (-5 *2 (-1035)) (-5 *1 (-756)))))
+(((*1 *2 *1) (-12 (-4 *1 (-255 *3)) (-4 *3 (-1215)) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-771))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1049))
+ (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285)))
+ (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-612 *3)) (-4 *3 (-1099))))
+ ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-738)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-752)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-351)) (-5 *2 (-420 (-1171 (-1171 *4))))
+ (-5 *1 (-1213 *4)) (-5 *3 (-1171 (-1171 *4))))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-752)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147))
+ (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-977 *3 *4 *5 *6)))))
(((*1 *1 *2)
(-12
(-5 *2
(-644
(-2
- (|:| -2674
+ (|:| -2334
(-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
- (|:| -2636
+ (|:| -2303
(-2
(|:| |endPointContinuity|
(-3 (|:| |continuous| "Continuous at the end points")
@@ -9766,7 +11963,7 @@
(-3 (|:| |str| (-1155 (-225)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -2821
+ (|:| -3274
(-3 (|:| |finite| "The range is finite")
(|:| |lowerInfinite|
"The bottom of range is infinite")
@@ -9775,1462 +11972,968 @@
"Both top and bottom points are infinite")
(|:| |notEvaluated| "Range not yet evaluated"))))))))
(-5 *1 (-561)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-1171 *3)) (-5 *1 (-41 *4 *3))
+ (-4 *3
+ (-13 (-365) (-303)
+ (-10 -8 (-15 -2499 ((-1124 *4 (-612 $)) $))
+ (-15 -2507 ((-1124 *4 (-612 $)) $))
+ (-15 -1650 ($ (-1124 *4 (-612 $))))))))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
+ (-4 *4 (-172))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2))
+ (-4 *2 (-432 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1091 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558))
+ (-5 *1 (-158 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-160))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-467 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-1285 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-172)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-566))
+ (-5 *1 (-451 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *1 (-804 *4 *2)) (-4 *2 (-13 (-29 *4) (-1200) (-959)))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-862))) ((*1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))
+ (-5 *2 (-644 (-1175))) (-5 *1 (-1075 *3 *4 *5))
+ (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-5 *3 (-508)) (-5 *2 (-691 (-1103))) (-5 *1 (-292)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-689 *5)) (-4 *5 (-1049)) (-5 *1 (-1054 *3 *4 *5))
+ (-14 *3 (-771)) (-14 *4 (-771)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-119 *2)) (-4 *2 (-1215)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-5 *2 (-1270)) (-5 *1 (-1178))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1175))
+ (-5 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *2 (-1270))
+ (-5 *1 (-1178))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *3 (-1175))
+ (-5 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void"))) (-5 *2 (-1270))
+ (-5 *1 (-1178)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
(((*1 *2 *3 *3 *4 *4 *3)
(-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
(-5 *1 (-747)))))
+(((*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1178)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *4)) (-4 *4 (-850)) (-5 *2 (-644 (-664 *4 *5)))
+ (-5 *1 (-627 *4 *5 *6)) (-4 *5 (-13 (-172) (-717 (-409 (-566)))))
+ (-14 *6 (-921)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-147))
+ (-4 *3 (-308)) (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-977 *3 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-862)) (-5 *1 (-1155 *3)) (-4 *3 (-1099))
+ (-4 *3 (-1215)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7))))
+ (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2
- (-2
- (|:| |endPointContinuity|
- (-3 (|:| |continuous| "Continuous at the end points")
- (|:| |lowerSingular|
- "There is a singularity at the lower end point")
- (|:| |upperSingular|
- "There is a singularity at the upper end point")
- (|:| |bothSingular|
- "There are singularities at both end points")
- (|:| |notEvaluated|
- "End point continuity not yet evaluated")))
- (|:| |singularitiesStream|
- (-3 (|:| |str| (-1155 (-225)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2821
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite| "The bottom 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 (-561)))))
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-381)) (-5 *1 (-205)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
+(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
(((*1 *1 *2)
(-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365))
(-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-14 *5 (-644 (-1175))) (-4 *2 (-172))
+ (-4 *4 (-238 (-4142 *5) (-771)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1351 *3) (|:| -3388 *4))
+ (-2 (|:| -1351 *3) (|:| -3388 *4))))
+ (-5 *1 (-463 *5 *2 *3 *4 *6 *7)) (-4 *3 (-850))
+ (-4 *7 (-949 *2 *4 (-864 *5))))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-747)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-1155 *3))) (-5 *1 (-1155 *3)) (-4 *3 (-1215)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267))))
+ ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1267)))))
+(((*1 *1) (-5 *1 (-186))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-4 *3 (-1099))
+ (-5 *2 (-112)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1171 *3)) (-4 *3 (-1049)) (-4 *1 (-1241 *3)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
(-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-558) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-278 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4)))))
+ ((*1 *1 *1) (-5 *1 (-381)))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-776 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365))
+ (-4 *7 (-1241 (-409 *6)))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| -2368 *3)))
+ (-5 *1 (-564 *5 *6 *7 *3)) (-4 *3 (-344 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365))
+ (-5 *2
+ (-2 (|:| |answer| (-409 *6)) (|:| -2368 (-409 *6))
+ (|:| |specpart| (-409 *6)) (|:| |polypart| *6)))
+ (-5 *1 (-565 *5 *6)) (-5 *3 (-409 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
+(((*1 *1) (-5 *1 (-1081))))
+(((*1 *1) (-5 *1 (-186))))
+(((*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-699)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *4 (-365)) (-4 *5 (-1241 *4)) (-5 *2 (-1270))
+ (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1241 (-409 *5))) (-14 *7 *6))))
(((*1 *1 *1) (|partial| -4 *1 (-145))) ((*1 *1 *1) (-4 *1 (-351)))
((*1 *1 *1) (|partial| -12 (-4 *1 (-145)) (-4 *1 (-909)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-653 *4)) (-4 *4 (-344 *5 *6 *7))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6)))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4))))
+ (-5 *1 (-806 *5 *6 *7 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-192))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
+ (-4 *4 (-351)))))
+(((*1 *1 *1) (-4 *1 (-869 *2))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-644 (-483 *5 *6))) (-5 *4 (-864 *5))
+ (-14 *5 (-644 (-1175))) (-5 *2 (-483 *5 *6)) (-5 *1 (-631 *5 *6))
+ (-4 *6 (-454))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-483 *5 *6))) (-5 *4 (-864 *5))
+ (-14 *5 (-644 (-1175))) (-5 *2 (-483 *5 *6)) (-5 *1 (-631 *5 *6))
+ (-4 *6 (-454)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 (-1238 *5 *4)))
+ (-5 *1 (-1113 *4 *5)) (-5 *3 (-1238 *5 *4)))))
+(((*1 *1) (-5 *1 (-186))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
+ (-4 *4 (-375 *2)))))
(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-558)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
+ (-5 *1 (-1205 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-566)))) (-4 *5 (-1241 *4))
+ (-5 *2 (-2 (|:| |ans| (-409 *5)) (|:| |nosol| (-112))))
+ (-5 *1 (-1015 *4 *5)) (-5 *3 (-409 *5)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-874))
+ (-5 *5 (-921)) (-5 *6 (-644 (-264))) (-5 *2 (-470)) (-5 *1 (-1269))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *2 (-470))
+ (-5 *1 (-1269))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-644 (-264)))
+ (-5 *2 (-470)) (-5 *1 (-1269)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1049)) (-5 *2 (-1265 *3)) (-5 *1 (-712 *3 *4))
+ (-4 *4 (-1241 *3)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-689 *2)) (-4 *2 (-172)) (-5 *1 (-146 *2))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-172)) (-4 *2 (-1241 *4)) (-5 *1 (-177 *4 *2 *3))
+ (-4 *3 (-724 *4 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 (-409 (-952 *5)))) (-5 *4 (-1175))
+ (-5 *2 (-952 *5)) (-5 *1 (-293 *5)) (-4 *5 (-454))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-689 (-409 (-952 *4)))) (-5 *2 (-952 *4))
+ (-5 *1 (-293 *4)) (-4 *4 (-454))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-372 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1241 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-689 (-169 (-409 (-566)))))
+ (-5 *2 (-952 (-169 (-409 (-566))))) (-5 *1 (-764 *4))
+ (-4 *4 (-13 (-365) (-848)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *4 (-1175))
+ (-5 *2 (-952 (-169 (-409 (-566))))) (-5 *1 (-764 *5))
+ (-4 *5 (-13 (-365) (-848)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-952 (-409 (-566))))
+ (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *4 (-1175))
+ (-5 *2 (-952 (-409 (-566)))) (-5 *1 (-779 *5))
+ (-4 *5 (-13 (-365) (-848))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5)) (-4 *5 (-365))
+ (-5 *2
+ (-2 (|:| |ir| (-587 (-409 *6))) (|:| |specpart| (-409 *6))
+ (|:| |polypart| *6)))
+ (-5 *1 (-576 *5 *6)) (-5 *3 (-409 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4))
+ (-4 *4 (-1049)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-771)) (-5 *2 (-112)) (-5 *1 (-588 *3)) (-4 *3 (-547)))))
(((*1 *1 *1 *2)
(-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
(-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5))))
((*1 *1 *1 *1)
(-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850))
(-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-420 *3)) (-4 *3 (-547)) (-4 *3 (-558))))
+ ((*1 *2 *1) (-12 (-4 *1 (-547)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-797 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-547)) (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-547)) (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-997 *3)) (-4 *3 (-172)) (-4 *3 (-547)) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1008 *3)) (-4 *3 (-1038 (-409 (-566)))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175))
+ (-4 *5 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-587 *3)) (-5 *1 (-559 *5 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *5))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1038 (-566))) (-4 *3 (-558)) (-5 *1 (-32 *3 *2))
+ (-4 *2 (-432 *3))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-1171 *4)) (-5 *1 (-165 *3 *4))
+ (-4 *3 (-166 *4))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1049)) (-4 *1 (-303))))
+ ((*1 *2) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1171 *3))))
+ ((*1 *2) (-12 (-4 *1 (-724 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1241 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1067 *3 *2)) (-4 *3 (-13 (-848) (-365)))
+ (-4 *2 (-1241 *3)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-13 (-365) (-848)))
+ (-5 *2 (-644 (-2 (|:| -2430 (-644 *3)) (|:| -1300 *5))))
+ (-5 *1 (-181 *5 *3)) (-4 *3 (-1241 (-169 *5)))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-365) (-848)))
+ (-5 *2 (-644 (-2 (|:| -2430 (-644 *3)) (|:| -1300 *4))))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1201 *3)) (-4 *3 (-1099)))))
(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
((*1 *2 *3)
(-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-561)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-977 *5 *6 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566)))))
+ (-4 *4 (-1241 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *5))
+ (-4 *5 (-1241 (-409 *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-129)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793)) (-5 *2 (-409 (-952 *4))) (-5 *1 (-924 *4 *5 *6 *3))
+ (-4 *3 (-949 *4 *6 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-689 *7)) (-4 *7 (-949 *4 *6 *5))
+ (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793)) (-5 *2 (-689 (-409 (-952 *4))))
+ (-5 *1 (-924 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5))
+ (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793)) (-5 *2 (-644 (-409 (-952 *4))))
+ (-5 *1 (-924 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
+ (-5 *1 (-705 *3 *4)) (-4 *3 (-1215)) (-4 *4 (-1215)))))
+(((*1 *1 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)) (-4 *2 (-1049))))
+ ((*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-451 *3 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-113 *3)) (-4 *3 (-1099)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-126 *3)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1175)) (-5 *3 (-381)) (-5 *1 (-1062)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-561)))))
+(((*1 *1) (-5 *1 (-1266))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-909)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-420 (-1171 *7)))
+ (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-1171 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-909)) (-4 *5 (-1241 *4)) (-5 *2 (-420 (-1171 *5)))
+ (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1171 *1)) (-4 *1 (-1012)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-822)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 (-1 *6 (-644 *6))))
+ (-4 *5 (-38 (-409 (-566)))) (-4 *6 (-1256 *5)) (-5 *2 (-644 *6))
+ (-5 *1 (-1258 *5 *6)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1171 *7))
+ (-4 *5 (-1049)) (-4 *7 (-1049)) (-4 *2 (-1241 *5))
+ (-5 *1 (-503 *5 *2 *6 *7)) (-4 *6 (-1241 *2)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-756)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-451 *4 *5 *6 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-793)) (-4 *6 (-850)) (-4 *7 (-558))
+ (-4 *3 (-949 *7 *5 *6))
+ (-5 *2
+ (-2 (|:| -3388 (-771)) (|:| -2651 *3) (|:| |radicand| (-644 *3))))
+ (-5 *1 (-953 *5 *6 *7 *3 *8)) (-5 *4 (-771))
+ (-4 *8
+ (-13 (-365)
+ (-10 -8 (-15 -1650 ($ *3)) (-15 -2499 (*3 $)) (-15 -2507 (*3 $))))))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-644 (-782 *3))) (-5 *1 (-782 *3)) (-4 *3 (-558))
+ (-4 *3 (-1049)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4415)) (-4 *1 (-491 *3)) (-4 *3 (-1215))
+ (-4 *3 (-1099)) (-5 *2 (-771))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4415)) (-4 *1 (-491 *4))
+ (-4 *4 (-1215)) (-5 *2 (-771)))))
+(((*1 *1) (-5 *1 (-823))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-277 *4 *3))
+ (-4 *3 (-13 (-432 *4) (-1002))))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-365) (-147)))
+ (-5 *2 (-644 (-2 (|:| -3388 (-771)) (|:| -2614 *4) (|:| |num| *4))))
+ (-5 *1 (-401 *3 *4)) (-4 *4 (-1241 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1215))
+ (-5 *2 (-644 *3)))))
(((*1 *2 *3)
(-12
(-5 *3
(-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
(|:| |relerr| (-225))))
(-5 *2 (-1155 (-225))) (-5 *1 (-192))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-317 (-225))) (-5 *4 (-644 (-1175)))
(-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1264 (-317 (-225)))) (-5 *4 (-644 (-1175)))
+ (-12 (-5 *3 (-1265 (-317 (-225)))) (-5 *4 (-644 (-1175)))
(-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-752)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-819 *3)) (-4 *3 (-850)) (-5 *1 (-672 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-594 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1099)) (-5 *2 (-1119)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-903 *3)) (-4 *3 (-1099)) (-5 *2 (-1101 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1099)) (-5 *2 (-1101 (-644 *4))) (-5 *1 (-904 *4))
+ (-5 *3 (-644 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1099)) (-5 *2 (-1101 (-1101 *4))) (-5 *1 (-904 *4))
+ (-5 *3 (-1101 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *2 (-1101 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-1139 *4 *5))) (-5 *3 (-1 (-112) *5 *5))
+ (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34)))
+ (-5 *1 (-1140 *4 *5))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-1139 *3 *4))) (-4 *3 (-13 (-1099) (-34)))
+ (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1049)) (-5 *1 (-1237 *3 *2)) (-4 *2 (-1241 *3)))))
+(((*1 *2 *3 *4 *3 *3)
+ (-12 (-5 *3 (-295 *6)) (-5 *4 (-114)) (-4 *6 (-432 *5))
+ (-4 *5 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *5 *6))))
+ ((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-295 *7)) (-5 *4 (-114)) (-5 *5 (-644 *7))
+ (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *6 *7))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-644 (-295 *7))) (-5 *4 (-644 (-114))) (-5 *5 (-295 *7))
+ (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-644 (-295 *8))) (-5 *4 (-644 (-114))) (-5 *5 (-295 *8))
+ (-5 *6 (-644 *8)) (-4 *8 (-432 *7))
+ (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *7 *8))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-644 *7)) (-5 *4 (-644 (-114))) (-5 *5 (-295 *7))
+ (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 (-114))) (-5 *6 (-644 (-295 *8)))
+ (-4 *8 (-432 *7)) (-5 *5 (-295 *8))
+ (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *7 *8))))
+ ((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-295 *5)) (-5 *4 (-114)) (-4 *5 (-432 *6))
+ (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *6 *5))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-4 *3 (-432 *6))
+ (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *6 *3))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-4 *3 (-432 *6))
+ (-4 *6 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *6 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-114)) (-5 *5 (-295 *3)) (-5 *6 (-644 *3))
+ (-4 *3 (-432 *7)) (-4 *7 (-13 (-558) (-614 (-538)))) (-5 *2 (-52))
+ (-5 *1 (-318 *7 *3)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-874))
+ (-5 *5 (-921)) (-5 *6 (-644 (-264))) (-5 *2 (-1266))
+ (-5 *1 (-1269))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-644 (-943 (-225))))) (-5 *4 (-644 (-264)))
+ (-5 *2 (-1266)) (-5 *1 (-1269)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2018 *4)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
(((*1 *1 *1)
(-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-612 *2))) (-5 *4 (-644 (-1175)))
+ (-4 *2 (-13 (-432 (-169 *5)) (-1002) (-1200))) (-4 *5 (-558))
+ (-5 *1 (-600 *5 *6 *2)) (-4 *6 (-13 (-432 *5) (-1002) (-1200))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 *6)) (-5 *4 (-1175)) (-4 *6 (-432 *5))
+ (-4 *5 (-1099)) (-5 *2 (-644 (-612 *6))) (-5 *1 (-575 *5 *6)))))
+(((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-165 *3 *2)) (-4 *3 (-166 *2))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-372 *2 *4)) (-4 *4 (-1241 *2))
+ (-4 *2 (-172))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1241 *2)) (-4 *2 (-172)) (-5 *1 (-410 *3 *2 *4))
+ (-4 *3 (-411 *2 *4))))
+ ((*1 *2) (-12 (-4 *1 (-411 *2 *3)) (-4 *3 (-1241 *2)) (-4 *2 (-172))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1241 *2)) (-5 *2 (-566)) (-5 *1 (-768 *3 *4))
+ (-4 *4 (-411 *2 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850)) (-4 *3 (-172))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1241 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1241 *2)) (-4 *2 (-1049)) (-4 *2 (-172)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-14 *4 (-644 (-1175))) (-4 *2 (-172))
+ (-4 *3 (-238 (-4142 *4) (-771)))
+ (-14 *6
+ (-1 (-112) (-2 (|:| -1351 *5) (|:| -3388 *3))
+ (-2 (|:| -1351 *5) (|:| -3388 *3))))
+ (-5 *1 (-463 *4 *2 *5 *3 *6 *7)) (-4 *5 (-850))
+ (-4 *7 (-949 *2 *3 (-864 *4))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-1238 *5 *4)) (-5 *1 (-1173 *4 *5 *6))
+ (-4 *4 (-1049)) (-14 *5 (-1175)) (-14 *6 *4)))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-1238 *5 *4)) (-5 *1 (-1257 *4 *5 *6))
+ (-4 *4 (-1049)) (-14 *5 (-1175)) (-14 *6 *4))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-112))
+ (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 (-169 *4))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-112))
+ (-5 *1 (-1204 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4))))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381)))
+ (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
+ (-5 *1 (-1174)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-921)) (-5 *1 (-699))))
+ ((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *2 (-689 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5))
+ (-4 *5 (-365)) (-5 *1 (-978 *5)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2610 *3) (|:| |coef1| (-782 *3))))
+ (-12 (-5 *2 (-2 (|:| -3095 *3) (|:| |coef1| (-782 *3))))
(-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225)))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-63 LSFUN2))))
+ (-5 *2 (-1035)) (-5 *1 (-753)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-689 *8)) (-4 *8 (-949 *5 *7 *6))
+ (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
+ (-4 *7 (-793))
+ (-5 *2
+ (-644
+ (-2 (|:| -3486 (-771))
+ (|:| |eqns|
+ (-644
+ (-2 (|:| |det| *8) (|:| |rows| (-644 (-566)))
+ (|:| |cols| (-644 (-566))))))
+ (|:| |fgb| (-644 *8)))))
+ (-5 *1 (-924 *5 *6 *7 *8)) (-5 *4 (-771)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3095 *4)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1) (-5 *1 (-1084))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-344 *4 *3 *5)) (-4 *4 (-1219)) (-4 *3 (-1241 *4))
+ (-4 *5 (-1241 (-409 *3))) (-5 *2 (-112))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1241 *3)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1289 *3 *4)) (-4 *1 (-376 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-172))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-388 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-819 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-819 *3)) (-4 *1 (-1282 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049)))))
(((*1 *2 *3 *4 *3)
(-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
(-5 *1 (-747)))))
+(((*1 *2 *3 *3 *2 *4)
+ (-12 (-5 *3 (-689 *2)) (-5 *4 (-566))
+ (-4 *2 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-4 *5 (-1241 *2)) (-5 *1 (-501 *2 *5 *6)) (-4 *6 (-411 *2 *5)))))
+(((*1 *2)
+ (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1241 (-566))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-644 (-1171 *5))) (-5 *3 (-1171 *5))
+ (-4 *5 (-166 *4)) (-4 *4 (-547)) (-5 *1 (-149 *4 *5))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-644 *3)) (-4 *3 (-1241 *5))
+ (-4 *5 (-1241 *4)) (-4 *4 (-351)) (-5 *1 (-360 *4 *5 *3))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-644 (-1171 (-566)))) (-5 *3 (-1171 (-566)))
+ (-5 *1 (-574))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-644 (-1171 *1))) (-5 *3 (-1171 *1))
+ (-4 *1 (-909)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-980 *2)) (-4 *2 (-1049))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1263 *2)) (-4 *2 (-1215)) (-4 *2 (-1049)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4415)) (-4 *1 (-151 *3))
+ (-4 *3 (-1215))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-674 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-4 *1 (-1208 *4 *5 *3 *2)) (-4 *4 (-558))
+ (-4 *5 (-793)) (-4 *3 (-850)) (-4 *2 (-1064 *4 *5 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-5 *1 (-1212 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| -3555 (-409 (-566))) (|:| -3567 (-409 (-566)))))
+ (-5 *2 (-409 (-566))) (-5 *1 (-1020 *4)) (-4 *4 (-1241 (-566))))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))))
(((*1 *2 *3 *4 *5)
(-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
(-4 *3 (-1064 *6 *7 *8))
(-5 *2
(-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
(-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3))))
((*1 *2 *3 *4)
(-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
(-4 *3 (-1064 *5 *6 *7))
(-5 *2
(-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
(-5 *1 (-1068 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3))))
((*1 *2 *3 *4 *5)
(-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
(-4 *3 (-1064 *6 *7 *8))
(-5 *2
(-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
(-5 *1 (-1144 *6 *7 *8 *3 *4)) (-4 *4 (-1108 *6 *7 *8 *3))))
((*1 *2 *3 *4)
(-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
(-4 *3 (-1064 *5 *6 *7))
(-5 *2
(-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
(-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-949 *4 *6 *5)) (-4 *4 (-454))
+ (-4 *5 (-850)) (-4 *6 (-793)) (-5 *1 (-987 *4 *5 *6 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
+ (-14 *4 *3))))
(((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4414)) (-4 *1 (-151 *2)) (-4 *2 (-1214))
- (-4 *2 (-1099))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4414)) (-4 *1 (-151 *3))
- (-4 *3 (-1214))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-674 *3)) (-4 *3 (-1214))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-566)) (-4 *4 (-1099))
- (-5 *1 (-737 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-5 *1 (-737 *2)) (-4 *2 (-1099))))
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
- (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))))
-(((*1 *1 *1) (|partial| -4 *1 (-1150))))
-(((*1 *1 *2) (-12 (-5 *2 (-317 (-169 (-381)))) (-5 *1 (-331))))
- ((*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-5 *1 (-331))))
- ((*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-5 *1 (-331))))
- ((*1 *1 *2) (-12 (-5 *2 (-317 (-694))) (-5 *1 (-331))))
- ((*1 *1 *2) (-12 (-5 *2 (-317 (-701))) (-5 *1 (-331))))
- ((*1 *1 *2) (-12 (-5 *2 (-317 (-699))) (-5 *1 (-331))))
- ((*1 *1) (-5 *1 (-331))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-365)) (-4 *3 (-1049))
- (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-852 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-365)) (-4 *5 (-1049))
- (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-853 *5 *3))
- (-4 *3 (-852 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))
- (-4 *2 (-454))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-344 *2 *3 *4)) (-4 *2 (-1218)) (-4 *3 (-1240 *2))
- (-4 *4 (-1240 (-409 *3)))))
- ((*1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-454))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850)) (-4 *3 (-454))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-949 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-454))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-308)) (-4 *3 (-558)) (-5 *1 (-1162 *3 *2))
- (-4 *2 (-1240 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-532 *3)) (-4 *3 (-13 (-726) (-25))))))
-(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1084))) (-5 *1 (-292)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793)) (-5 *2 (-644 *3)) (-5 *1 (-924 *4 *5 *6 *3))
- (-4 *3 (-949 *4 *6 *5)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850)) (-4 *3 (-172))))
- ((*1 *2 *3 *3)
- (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1240 *2))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-558))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-172)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1109)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *3 (-558)))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
- (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1269) (-1264 *5) (-1264 *5) (-381)))
- (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269))
- (-5 *1 (-788)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2))
- (-4 *2 (-687 *3 *4 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1191 *4 *5))
- (-4 *4 (-1099)) (-4 *5 (-1099)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-644 (-1175))) (-4 *5 (-454))
- (-5 *2
- (-2 (|:| |glbase| (-644 (-247 *4 *5))) (|:| |glval| (-644 (-566)))))
- (-5 *1 (-631 *4 *5)) (-5 *3 (-644 (-247 *4 *5))))))
-(((*1 *1) (-5 *1 (-1084))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *8)) (-5 *4 (-771)) (-4 *8 (-949 *5 *7 *6))
- (-4 *5 (-13 (-308) (-147))) (-4 *6 (-13 (-850) (-614 (-1175))))
- (-4 *7 (-793))
- (-5 *2
- (-644
- (-2 (|:| |det| *8) (|:| |rows| (-644 (-566)))
- (|:| |cols| (-644 (-566))))))
- (-5 *1 (-924 *5 *6 *7 *8)))))
-(((*1 *1)
- (-12 (-4 *1 (-406)) (-2404 (|has| *1 (-6 -4405)))
- (-2404 (|has| *1 (-6 -4397)))))
- ((*1 *2 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-850))))
- ((*1 *1) (-4 *1 (-844))) ((*1 *1 *1 *1) (-4 *1 (-850)))
- ((*1 *2 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *2)) (-4 *2 (-172))))
- ((*1 *2) (-12 (-4 *2 (-172)) (-5 *1 (-418 *3 *2)) (-4 *3 (-419 *2))))
- ((*1 *2) (-12 (-4 *1 (-419 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-317 (-225))) (-5 *2 (-317 (-409 (-566))))
- (-5 *1 (-306)))))
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-420 (-1171 (-566)))) (-5 *1 (-191)) (-5 *3 (-566)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-976 *4 *5 *6 *3)) (-4 *4 (-1049)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-165 *3 *4))
- (-4 *3 (-166 *4))))
- ((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1214)) (-5 *2 (-771))
- (-5 *1 (-237 *3 *4 *5)) (-4 *3 (-238 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-1099)) (-5 *2 (-771)) (-5 *1 (-431 *3 *4))
- (-4 *3 (-432 *4))))
- ((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-546 *3)) (-4 *3 (-547))))
- ((*1 *2) (-12 (-4 *1 (-763)) (-5 *2 (-771))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-796 *3 *4))
- (-4 *3 (-797 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-991 *3 *4))
- (-4 *3 (-992 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-771)) (-5 *1 (-996 *3 *4))
- (-4 *3 (-997 *4))))
- ((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1011 *3)) (-4 *3 (-1012))))
- ((*1 *2) (-12 (-4 *1 (-1049)) (-5 *2 (-771))))
- ((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-1058 *3)) (-4 *3 (-1059)))))
-(((*1 *2 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite| "The bottom of range is infinite")
- (|:| |upperInfinite| "The top of range is infinite")
- (|:| |bothInfinite| "Both top and bottom points are infinite")
- (|:| |notEvaluated| "Range not yet evaluated")))
- (-5 *1 (-192)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *1 (-804 *4 *2)) (-4 *2 (-13 (-29 *4) (-1199) (-959)))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-862))) ((*1 *1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1) (-5 *1 (-862)))
+ (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-191)) (-5 *3 (-566))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-172))))
((*1 *2 *3)
- (-12 (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 (-169 (-409 (-566)))))
- (-5 *2
- (-644
- (-2 (|:| |outval| (-169 *4)) (|:| |outmult| (-566))
- (|:| |outvect| (-644 (-689 (-169 *4)))))))
- (-5 *1 (-764 *4)) (-4 *4 (-13 (-365) (-848))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))))
-(((*1 *2)
- (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-345 *3 *4)) (-14 *3 (-921))
- (-14 *4 (-921))))
- ((*1 *2)
- (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-346 *3 *4)) (-4 *3 (-351))
- (-14 *4 (-1171 *3))))
- ((*1 *2)
- (-12 (-5 *2 (-958 (-1119))) (-5 *1 (-347 *3 *4)) (-4 *3 (-351))
- (-14 *4 (-921)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *4 (-1175))
- (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-644 (-225))) (-5 *1 (-301)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-819 *3)) (-4 *3 (-850)))))
-(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123))))
-(((*1 *1) (-5 *1 (-617))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1175))
- (-4 *5 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3))) (-5 *1 (-559 *5 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *5))))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-860)) (-5 *2 (-691 (-1222))) (-5 *3 (-1222)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-1064 *3 *4 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-377 *4 *2))
- (-4 *2 (-13 (-375 *4) (-10 -7 (-6 -4415)))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-365)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3)))
- (-5 *1 (-766 *3 *4)) (-4 *3 (-708 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-365)) (-4 *3 (-1049))
- (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-852 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-99 *5)) (-4 *5 (-365)) (-4 *5 (-1049))
- (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-853 *5 *3))
- (-4 *3 (-852 *5)))))
+ (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-943 *4)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
(-4 *4 (-1049)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-31))))
- ((*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))) ((*1 *1) (-4 *1 (-547)))
- ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-699))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-365)) (-4 *7 (-1240 *5)) (-4 *4 (-724 *5 *7))
- (-5 *2 (-2 (|:| -3361 (-689 *6)) (|:| |vec| (-1264 *5))))
- (-5 *1 (-811 *5 *6 *7 *4 *3)) (-4 *6 (-656 *5)) (-4 *3 (-656 *4)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
- (-5 *2 (-1035)) (-5 *1 (-751)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850))
- (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4)))))
-(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-566))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))
- (-5 *2 (-1035)) (-5 *1 (-748)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-365) (-1199) (-1002))))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-114)) (-5 *4 (-771))
- (-4 *5 (-13 (-454) (-1038 (-566)))) (-4 *5 (-558))
- (-5 *1 (-41 *5 *2)) (-4 *2 (-432 *5))
- (-4 *2
- (-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *5 (-612 $)) $))
- (-15 -2260 ((-1124 *5 (-612 $)) $))
- (-15 -3152 ($ (-1124 *5 (-612 $))))))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1))
- (-4 *1 (-1070 *4 *5 *6 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049))
- (-5 *2
- (-2 (|:| -4187 (-771)) (|:| |curves| (-771))
- (|:| |polygons| (-771)) (|:| |constructs| (-771)))))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1237 *4 *5)) (-5 *3 (-644 *5)) (-14 *4 (-1175))
- (-4 *5 (-365)) (-5 *1 (-923 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *5)) (-4 *5 (-365)) (-5 *2 (-1171 *5))
- (-5 *1 (-923 *4 *5)) (-14 *4 (-1175))))
- ((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-644 *6)) (-5 *4 (-771)) (-4 *6 (-365))
- (-5 *2 (-409 (-952 *6))) (-5 *1 (-1050 *5 *6)) (-14 *5 (-1175)))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
- (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2
- (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381))
- (|:| |expense| (-381)) (|:| |accuracy| (-381))
- (|:| |intermediateResults| (-381))))
- (-5 *1 (-803)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12
- (-5 *3
- (-1 (-3 (-2 (|:| -1641 *4) (|:| |coeff| *4)) "failed") *4))
- (-4 *4 (-365)) (-5 *1 (-576 *4 *2)) (-4 *2 (-1240 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-420 *3)) (-4 *3 (-558)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-1 (-112) *8))) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-2 (|:| |goodPols| (-644 *8)) (|:| |badPols| (-644 *8))))
- (-5 *1 (-977 *5 *6 *7 *8)) (-5 *4 (-644 *8)))))
-(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
-(((*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-129)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-892 *4)) (-4 *4 (-1099)) (-5 *2 (-1 (-112) *5))
- (-5 *1 (-890 *4 *5)) (-4 *5 (-1214))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1165)))))
-(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1157)) (-5 *1 (-786)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-454)))))
-(((*1 *1 *1) (-5 *1 (-1062))))
-(((*1 *2 *3 *3)
- (-12 (-4 *3 (-308)) (-4 *3 (-172)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3)))
- (-5 *1 (-688 *3 *4 *5 *6)) (-4 *6 (-687 *3 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-700 *3))
- (-4 *3 (-308)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
- (-5 *2
- (-2 (|:| -2876 *4) (|:| -1425 *4) (|:| |totalpts| (-566))
- (|:| |success| (-112))))
- (-5 *1 (-789)) (-5 *5 (-566)))))
-(((*1 *1) (-5 *1 (-292))))
-(((*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-308)) (-5 *1 (-179 *3)))))
-(((*1 *2 *3 *4 *5 *4 *4 *4)
- (-12 (-4 *6 (-850)) (-5 *3 (-644 *6)) (-5 *5 (-644 *3))
- (-5 *2
- (-2 (|:| |f1| *3) (|:| |f2| (-644 *5)) (|:| |f3| *5)
- (|:| |f4| (-644 *5))))
- (-5 *1 (-1185 *6)) (-5 *4 (-644 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *3))
- (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1064 *4 *5 *6)) (-4 *4 (-558))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 (-644 *7) (-644 *7))) (-5 *2 (-644 *7))
- (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558)) (-4 *5 (-793))
- (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *7)))))
-(((*1 *1) (-5 *1 (-141))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1157)) (-4 *1 (-366 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-1099)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1207 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 (-952 *3))) (-4 *3 (-454)) (-5 *1 (-362 *3 *4))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1175)) (-5 *6 (-644 (-612 *3)))
+ (-5 *5 (-612 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *7)))
+ (-4 *7 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-2 (|:| -2650 *3) (|:| |coeff| *3)))
+ (-5 *1 (-559 *7 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-5 *2 (-566)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 (-409 (-952 (-566))))) (-5 *4 (-644 (-1175)))
+ (-5 *2 (-644 (-644 *5))) (-5 *1 (-382 *5))
+ (-4 *5 (-13 (-848) (-365)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 (-566)))) (-5 *2 (-644 *4)) (-5 *1 (-382 *4))
+ (-4 *4 (-13 (-848) (-365))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
(-14 *4 (-644 (-1175)))))
((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-452 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6))
- (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *1 (-452 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-644 *7)) (-5 *3 (-1157)) (-4 *7 (-949 *4 *5 *6))
- (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *1 (-452 *4 *5 *6 *7))))
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
+ ((*1 *1 *1) (-4 *1 (-285)))
((*1 *1 *1)
- (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850))
- (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4))))
+ (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-664 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-5 *1 (-627 *3 *4 *5))
+ (-14 *5 (-921))))
((*1 *2 *2)
- (-12 (-5 *2 (-644 (-780 *3 (-864 *4)))) (-4 *3 (-454))
- (-14 *4 (-644 (-1175))) (-5 *1 (-628 *3 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-952 *5)) (-4 *5 (-1049)) (-5 *2 (-247 *4 *5))
- (-5 *1 (-944 *4 *5)) (-14 *4 (-644 (-1175))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-689 *6)) (-5 *5 (-1 (-420 (-1171 *6)) (-1171 *6)))
- (-4 *6 (-365))
- (-5 *2
- (-644
- (-2 (|:| |outval| *7) (|:| |outmult| (-566))
- (|:| |outvect| (-644 (-689 *7))))))
- (-5 *1 (-534 *6 *7 *4)) (-4 *7 (-365)) (-4 *4 (-13 (-365) (-848))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *1) (-12 (-4 *1 (-511 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-850)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1237 *5 *4)) (-4 *4 (-820)) (-14 *5 (-1175))
- (-5 *2 (-644 *4)) (-5 *1 (-1113 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-192))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-301))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1093 (-843 (-225)))) (-5 *2 (-225)) (-5 *1 (-306)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-566))) (-5 *4 (-566)) (-5 *2 (-52))
- (-5 *1 (-1005)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-566))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))))
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1160 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1161 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566)))))
+ (-4 *5 (-850)) (-5 *1 (-1281 *4 *5 *2)) (-4 *2 (-1286 *5 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-1285 *3 *4))
+ (-4 *4 (-717 (-409 (-566)))) (-4 *3 (-850)) (-4 *4 (-172)))))
+(((*1 *1 *1) (|partial| -4 *1 (-1150))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))
- (-5 *2 (-644 (-225))) (-5 *1 (-306)))))
+ (-12 (-5 *3 (-1175)) (-5 *2 (-1 *6 *5)) (-5 *1 (-706 *4 *5 *6))
+ (-4 *4 (-614 (-538))) (-4 *5 (-1215)) (-4 *6 (-1215)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-5 *2 (-409 *1)) (-4 *1 (-1240 *3)) (-4 *3 (-1049))
- (-4 *3 (-558))))
+ (-12 (-5 *2 (-644 (-506 *3 *4 *5 *6))) (-4 *3 (-365)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-556 *3)) (-4 *3 (-13 (-406) (-1199))) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-112))))
+ (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850))
+ (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7))
+ (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365)))
- (-4 *3 (-1240 *4)) (-5 *2 (-112)))))
-(((*1 *1 *1 *1) (-4 *1 (-475))) ((*1 *1 *1 *1) (-4 *1 (-761))))
-(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225)))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-755))))
- ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225)))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-67 DOT))))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 IMAGE)))) (-5 *8 (-390))
- (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-755)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-308)) (-5 *1 (-179 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-169 (-317 *4)))
- (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 (-169 *4))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-169 *3)) (-5 *1 (-1203 *4 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1175)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-771)) (-4 *6 (-1099)) (-4 *3 (-900 *6))
- (-5 *2 (-689 *3)) (-5 *1 (-692 *6 *3 *7 *4)) (-4 *7 (-375 *3))
- (-4 *4 (-13 (-375 *6) (-10 -7 (-6 -4414)))))))
-(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266))))
- ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1049)) (-5 *2 (-112)) (-5 *1 (-446 *4 *3))
- (-4 *3 (-1240 *4))))
- ((*1 *2 *1)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1))
+ (-4 *1 (-1070 *4 *5 *6 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-751)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3)))))
+(((*1 *2 *1)
(-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
(-4 *5 (-850)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-1240 (-409 (-566))))
- (-5 *2 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566))))
- (-5 *1 (-913 *3 *4)) (-4 *4 (-1240 (-409 *3)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1240 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *3))
- (-4 *3 (-1240 (-409 *4))))))
-(((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-943 (-225))) (-5 *4 (-874)) (-5 *5 (-921))
- (-5 *2 (-1269)) (-5 *1 (-470))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-943 (-225))) (-5 *2 (-1269)) (-5 *1 (-470))))
- ((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *4 (-874)) (-5 *5 (-921))
- (-5 *2 (-1269)) (-5 *1 (-470)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-819 *4)) (-4 *4 (-850)) (-5 *2 (-112))
- (-5 *1 (-672 *4)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-644 (-317 (-225)))) (-5 *3 (-225)) (-5 *2 (-112))
- (-5 *1 (-210)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1097 *3)) (-4 *3 (-1099)) (-5 *2 (-112)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-644 *1)) (-4 *1 (-1064 *3 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1240 *3)) (-4 *3 (-1049)) (-5 *2 (-1171 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *1 (-1127 *3 *2)) (-4 *3 (-1240 *2)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-771)) (-4 *4 (-1049))
+ (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-1241 *4)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-1155 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-949 *3 *5 *4)) (-5 *1 (-987 *3 *4 *5 *2))
- (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-547))))
-(((*1 *1 *1) (-5 *1 (-1062))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1171 (-566))) (-5 *2 (-566)) (-5 *1 (-942)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-1049)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-547))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-303)) (-4 *2 (-1214))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-612 *1))) (-5 *3 (-644 *1)) (-4 *1 (-303))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-295 *1))) (-4 *1 (-303))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-295 *1)) (-4 *1 (-303)))))
-(((*1 *1 *1) (-4 *1 (-143)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
-(((*1 *1) (-5 *1 (-439))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
- (-5 *2 (-112))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
- (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-596 *3)) (-4 *3 (-1049))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-558)) (-5 *2 (-112)) (-5 *1 (-623 *3 *4))
- (-4 *4 (-1240 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-726))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
- (-5 *2 (-112)))))
+ (-12 (-4 *2 (-351)) (-4 *2 (-1049)) (-5 *1 (-712 *2 *3))
+ (-4 *3 (-1241 *2)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *1) (-4 *1 (-967))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-644 (-1171 *7))) (-5 *3 (-1171 *7))
- (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-909)) (-4 *5 (-793))
- (-4 *6 (-850)) (-5 *1 (-906 *4 *5 *6 *7))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-644 (-1171 *5))) (-5 *3 (-1171 *5))
- (-4 *5 (-1240 *4)) (-4 *4 (-909)) (-5 *1 (-907 *4 *5)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-850))
- (-5 *2
- (-2 (|:| |f1| (-644 *4)) (|:| |f2| (-644 (-644 (-644 *4))))
- (|:| |f3| (-644 (-644 *4))) (|:| |f4| (-644 (-644 (-644 *4))))))
- (-5 *1 (-1185 *4)) (-5 *3 (-644 (-644 (-644 *4)))))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
-(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-381))))
- ((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-381)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-1209 *3))
- (-4 *3 (-974)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -1966 *6) (|:| |sol?| (-112))) (-566)
- *6))
- (-4 *6 (-365)) (-4 *7 (-1240 *6))
- (-5 *2
- (-3 (-2 (|:| |answer| (-409 *7)) (|:| |a0| *6))
- (-2 (|:| -1641 (-409 *7)) (|:| |coeff| (-409 *7))) "failed"))
- (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(((*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-217))))
- ((*1 *2 *1) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-489))))
- ((*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-308))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566))))
- ((*1 *1 *1) (-4 *1 (-1059))))
-(((*1 *1 *2 *1)
- (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-308))
- (-5 *2 (-771)) (-5 *1 (-457 *5 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-419 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-1155 *4) (-1155 *4))) (-5 *2 (-1155 *4))
- (-5 *1 (-1289 *4)) (-4 *4 (-1214))))
+ (-12 (-4 *3 (-365)) (-5 *1 (-1025 *3 *2)) (-4 *2 (-656 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-644 (-1155 *5)) (-644 (-1155 *5)))) (-5 *4 (-566))
- (-5 *2 (-644 (-1155 *5))) (-5 *1 (-1289 *5)) (-4 *5 (-1214)))))
-(((*1 *2)
- (-12 (-5 *2 (-1269)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-1099)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566)))))
- (-4 *3 (-1240 *4)) (-5 *1 (-809 *4 *3 *2 *5)) (-4 *2 (-656 *3))
- (-4 *5 (-656 (-409 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-409 *5))
- (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-1240 *4))
- (-5 *1 (-809 *4 *5 *2 *6)) (-4 *2 (-656 *5)) (-4 *6 (-656 *3)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-121 *2)) (-4 *2 (-850)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-943 *4)) (-4 *4 (-1049)) (-5 *1 (-1163 *3 *4))
- (-14 *3 (-921)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
- (-12 (-5 *4 (-689 (-566))) (-5 *5 (-112)) (-5 *7 (-689 (-225)))
- (-5 *3 (-566)) (-5 *6 (-225)) (-5 *2 (-1035)) (-5 *1 (-754)))))
+ (-12 (-4 *5 (-365)) (-5 *2 (-2 (|:| -1900 *3) (|:| -2753 (-644 *5))))
+ (-5 *1 (-1025 *5 *3)) (-5 *4 (-644 *5)) (-4 *3 (-656 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-317 (-169 (-381)))) (-5 *1 (-331))))
+ ((*1 *1 *2) (-12 (-5 *2 (-317 (-566))) (-5 *1 (-331))))
+ ((*1 *1 *2) (-12 (-5 *2 (-317 (-381))) (-5 *1 (-331))))
+ ((*1 *1 *2) (-12 (-5 *2 (-317 (-694))) (-5 *1 (-331))))
+ ((*1 *1 *2) (-12 (-5 *2 (-317 (-701))) (-5 *1 (-331))))
+ ((*1 *1 *2) (-12 (-5 *2 (-317 (-699))) (-5 *1 (-331))))
+ ((*1 *1) (-5 *1 (-331))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *4 (-558))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| -1611 *4))) (-5 *1 (-969 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1049)) (-14 *3 (-644 (-1175)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850)))
+ (-14 *3 (-644 (-1175))))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-1189 *2)) (-4 *2 (-365)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-566)) (-5 *2 (-644 (-2 (|:| -1624 *3) (|:| -3902 *4))))
- (-5 *1 (-696 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862)))
- (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862)))
- (|:| |args| (-644 (-862)))))
- (-5 *1 (-1175))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-644 (-862)))) (-5 *1 (-1175)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 (-317 (-225))))
- (-5 *2
- (-2 (|:| |additions| (-566)) (|:| |multiplications| (-566))
- (|:| |exponentiations| (-566)) (|:| |functionCalls| (-566))))
- (-5 *1 (-306)))))
-(((*1 *2 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-751)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-1157)) (-5 *5 (-689 (-225)))
- (-5 *2 (-1035)) (-5 *1 (-747)))))
-(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-612 *3)) (-5 *5 (-1 (-1171 *3) (-1171 *3)))
- (-4 *3 (-13 (-27) (-432 *6))) (-4 *6 (-558)) (-5 *2 (-587 *3))
- (-5 *1 (-553 *6 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-112))))
+ (-12 (-5 *4 (-921)) (-4 *6 (-558)) (-5 *2 (-644 (-317 *6)))
+ (-5 *1 (-221 *5 *6)) (-5 *3 (-317 *6)) (-4 *5 (-1049))))
+ ((*1 *2 *1) (-12 (-5 *1 (-420 *2)) (-4 *2 (-558))))
((*1 *2 *3)
- (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-112))
- (-5 *1 (-359 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *1) (-5 *1 (-439))))
-(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34)))
- ((*1 *1) (-5 *1 (-129)))
- ((*1 *1)
- (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
- (-4 *4 (-172))))
- ((*1 *1) (-5 *1 (-548))) ((*1 *1) (-5 *1 (-549)))
- ((*1 *1) (-5 *1 (-550))) ((*1 *1) (-5 *1 (-551)))
- ((*1 *1) (-4 *1 (-726))) ((*1 *1) (-5 *1 (-1175)))
- ((*1 *1) (-12 (-5 *1 (-1181 *2)) (-14 *2 (-921))))
- ((*1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921))))
- ((*1 *1) (-5 *1 (-1219))) ((*1 *1) (-5 *1 (-1220)))
- ((*1 *1) (-5 *1 (-1221))) ((*1 *1) (-5 *1 (-1222))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-281)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 *3 *4 *5))
- (-5 *2
- (-2 (|:| -1828 (-415 *4 (-409 *4) *5 *6)) (|:| |principalPart| *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365))
- (-5 *2
- (-2 (|:| |poly| *6) (|:| -2548 (-409 *6))
- (|:| |special| (-409 *6))))
- (-5 *1 (-727 *5 *6)) (-5 *3 (-409 *6))))
+ (-12 (-5 *3 (-587 *5)) (-4 *5 (-13 (-29 *4) (-1200)))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-644 *5))
+ (-5 *1 (-585 *4 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-365)) (-5 *2 (-644 *3)) (-5 *1 (-896 *3 *4))
- (-4 *3 (-1240 *4))))
- ((*1 *2 *3 *4 *4)
- (|partial| -12 (-5 *4 (-771)) (-4 *5 (-365))
- (-5 *2 (-2 (|:| -1953 *3) (|:| -1966 *3))) (-5 *1 (-896 *3 *5))
- (-4 *3 (-1240 *5))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112))
- (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454))
- (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1068 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112))
- (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454))
- (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1068 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112))
- (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454))
- (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1144 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-644 *9)) (-5 *3 (-644 *8)) (-5 *4 (-112))
- (-4 *8 (-1064 *5 *6 *7)) (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454))
- (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1171 *7)) (-4 *5 (-1049))
- (-4 *7 (-1049)) (-4 *2 (-1240 *5)) (-5 *1 (-503 *5 *2 *6 *7))
- (-4 *6 (-1240 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1049)) (-4 *7 (-1049))
- (-4 *4 (-1240 *5)) (-5 *2 (-1171 *7)) (-5 *1 (-503 *5 *4 *6 *7))
- (-4 *6 (-1240 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *1 *3 *3 *3 *2)
- (-12 (-5 *3 (-771)) (-5 *1 (-675 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1119)) (-5 *2 (-112)) (-5 *1 (-821)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))))
-(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-755)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
+ (-12 (-5 *3 (-587 (-409 (-952 *4))))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-644 (-317 *4))) (-5 *1 (-590 *4))))
((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| -4237 (-644 (-862))) (|:| -3920 (-644 (-862)))
- (|:| |presup| (-644 (-862))) (|:| -4168 (-644 (-862)))
- (|:| |args| (-644 (-862)))))
- (-5 *1 (-1175)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-753)))))
-(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))))
-(((*1 *1) (-5 *1 (-144))) ((*1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-225))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-225))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-381))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-409 (-566))) (-5 *1 (-381)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1200 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
- (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
- (-5 *1 (-755)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-409 *6)) (-4 *6 (-1240 *5))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4))))
- (-5 *1 (-810 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-653 (-409 *6))) (-4 *6 (-1240 *5))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2 (-2 (|:| -2875 (-644 (-409 *6))) (|:| -3361 (-689 *5))))
- (-5 *1 (-810 *5 *6)) (-5 *4 (-644 (-409 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-409 *6)) (-4 *6 (-1240 *5))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4))))
- (-5 *1 (-810 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-654 *6 (-409 *6))) (-4 *6 (-1240 *5))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2 (-2 (|:| -2875 (-644 (-409 *6))) (|:| -3361 (-689 *5))))
- (-5 *1 (-810 *5 *6)) (-5 *4 (-644 (-409 *6))))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1099)) (-5 *1 (-964 *3 *2)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225)))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-70 APROD)))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-756)))))
-(((*1 *2)
- (-12 (-4 *1 (-351))
- (-5 *2 (-644 (-2 (|:| -1624 (-566)) (|:| -2201 (-566))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *5))))
- (-5 *1 (-1128 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-13 (-308) (-147)))
- (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1128 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-295 (-409 (-952 *5)))) (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-295 (-317 *5))))
- (-5 *1 (-1128 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-295 (-409 (-952 *4)))) (-4 *4 (-13 (-308) (-147)))
- (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1128 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175)))
- (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5)))))
- (-5 *1 (-1128 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-409 (-952 *4)))) (-4 *4 (-13 (-308) (-147)))
- (-5 *2 (-644 (-644 (-295 (-317 *4))))) (-5 *1 (-1128 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-295 (-409 (-952 *5))))) (-5 *4 (-644 (-1175)))
- (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *5)))))
- (-5 *1 (-1128 *5))))
+ (-12 (-4 *1 (-1094 *3 *2)) (-4 *3 (-848)) (-4 *2 (-1148 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 (-295 (-409 (-952 *4)))))
- (-4 *4 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-295 (-317 *4)))))
- (-5 *1 (-1128 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1049))
- (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285)))
- (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4))))
- ((*1 *1 *1) (-4 *1 (-547)))
- ((*1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-921)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-819 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-893 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-4 *1 (-995 *3)) (-4 *3 (-1214)) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-1211 *3)) (-4 *3 (-1214))))
+ (-12 (-5 *3 (-644 *1)) (-4 *1 (-1094 *4 *2)) (-4 *4 (-848))
+ (-4 *2 (-1148 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200)))))
((*1 *2 *1)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-1002))
- (-4 *2 (-1049)))))
-(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123)))
- ((*1 *1 *1 *1) (-5 *1 (-1119))))
-(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1220))))))
-(((*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1264 *4)) (-5 *1 (-530 *4))
- (-4 *4 (-351)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1171 *7)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *2 (-1171 *6))
- (-5 *1 (-322 *4 *5 *6 *7)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-596 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(((*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
-(((*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-699)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1240 *6))
- (-4 *6 (-13 (-27) (-432 *5))) (-4 *5 (-13 (-558) (-1038 (-566))))
- (-4 *8 (-1240 (-409 *7))) (-5 *2 (-587 *3))
- (-5 *1 (-554 *5 *6 *7 *8 *3)) (-4 *3 (-344 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-691 *3)) (-5 *1 (-966 *3)) (-4 *3 (-1099)))))
-(((*1 *1) (-5 *1 (-439))))
-(((*1 *1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1 *1) (-4 *1 (-967))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1240 *3)) (-5 *1 (-401 *3 *2))
- (-4 *3 (-13 (-365) (-147))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-454)) (-5 *2 (-112))
- (-5 *1 (-362 *4 *5)) (-14 *5 (-644 (-1175)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-780 *4 (-864 *5)))) (-4 *4 (-454))
- (-14 *5 (-644 (-1175))) (-5 *2 (-112)) (-5 *1 (-628 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 *3 *4 *5))
- (-5 *2 (-415 *4 (-409 *4) *5 *6))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 *6)) (-4 *6 (-13 (-411 *4 *5) (-1038 *4)))
- (-4 *4 (-992 *3)) (-4 *5 (-1240 *4)) (-4 *3 (-308))
- (-5 *1 (-415 *3 *4 *5 *6))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-409 (-952 (-566)))))
- (-5 *2 (-644 (-644 (-295 (-952 *4))))) (-5 *1 (-382 *4))
- (-4 *4 (-13 (-848) (-365)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-295 (-409 (-952 (-566))))))
- (-5 *2 (-644 (-644 (-295 (-952 *4))))) (-5 *1 (-382 *4))
- (-4 *4 (-13 (-848) (-365)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 (-566)))) (-5 *2 (-644 (-295 (-952 *4))))
- (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-295 (-409 (-952 (-566)))))
- (-5 *2 (-644 (-295 (-952 *4)))) (-5 *1 (-382 *4))
- (-4 *4 (-13 (-848) (-365)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1175))
- (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-4 *4 (-13 (-29 *6) (-1199) (-959)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -2875 (-644 *4))))
- (-5 *1 (-652 *6 *4 *3)) (-4 *3 (-656 *4))))
- ((*1 *2 *3 *2 *4 *2 *5)
- (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 *2))
- (-4 *2 (-13 (-29 *6) (-1199) (-959)))
- (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *1 (-652 *6 *2 *3)) (-4 *3 (-656 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *5)) (-4 *5 (-365))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1264 *5) "failed"))
- (|:| -2875 (-644 (-1264 *5)))))
- (-5 *1 (-667 *5)) (-5 *4 (-1264 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-644 *5))) (-4 *5 (-365))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1264 *5) "failed"))
- (|:| -2875 (-644 (-1264 *5)))))
- (-5 *1 (-667 *5)) (-5 *4 (-1264 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 *5)) (-4 *5 (-365))
- (-5 *2
- (-644
- (-2 (|:| |particular| (-3 (-1264 *5) "failed"))
- (|:| -2875 (-644 (-1264 *5))))))
- (-5 *1 (-667 *5)) (-5 *4 (-644 (-1264 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-644 *5))) (-4 *5 (-365))
- (-5 *2
- (-644
- (-2 (|:| |particular| (-3 (-1264 *5) "failed"))
- (|:| -2875 (-644 (-1264 *5))))))
- (-5 *1 (-667 *5)) (-5 *4 (-644 (-1264 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4415))))
- (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4415))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4))))
- (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4415))))
- (-4 *7 (-13 (-375 *5) (-10 -7 (-6 -4415))))
- (-5 *2
- (-644
- (-2 (|:| |particular| (-3 *7 "failed")) (|:| -2875 (-644 *7)))))
- (-5 *1 (-668 *5 *6 *7 *3)) (-5 *4 (-644 *7))
- (-4 *3 (-687 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-558))
- (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-770 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-558))
- (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-770 *4))))
- ((*1 *2 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-114)) (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *1 (-772 *5 *2)) (-4 *2 (-13 (-29 *5) (-1199) (-959)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-689 *7)) (-5 *5 (-1175))
- (-4 *7 (-13 (-29 *6) (-1199) (-959)))
- (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2
- (-2 (|:| |particular| (-1264 *7)) (|:| -2875 (-644 (-1264 *7)))))
- (-5 *1 (-802 *6 *7)) (-5 *4 (-1264 *7))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-689 *6)) (-5 *4 (-1175))
- (-4 *6 (-13 (-29 *5) (-1199) (-959)))
- (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2 (-644 (-1264 *6))) (-5 *1 (-802 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-644 (-295 *7))) (-5 *4 (-644 (-114)))
- (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1199) (-959)))
- (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2
- (-2 (|:| |particular| (-1264 *7)) (|:| -2875 (-644 (-1264 *7)))))
- (-5 *1 (-802 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-644 *7)) (-5 *4 (-644 (-114)))
- (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1199) (-959)))
- (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2
- (-2 (|:| |particular| (-1264 *7)) (|:| -2875 (-644 (-1264 *7)))))
- (-5 *1 (-802 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-295 *7)) (-5 *4 (-114)) (-5 *5 (-1175))
- (-4 *7 (-13 (-29 *6) (-1199) (-959)))
- (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2
- (-3 (-2 (|:| |particular| *7) (|:| -2875 (-644 *7))) *7 "failed"))
- (-5 *1 (-802 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-114)) (-5 *5 (-1175))
- (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2
- (-3 (-2 (|:| |particular| *3) (|:| -2875 (-644 *3))) *3 "failed"))
- (-5 *1 (-802 *6 *3)) (-4 *3 (-13 (-29 *6) (-1199) (-959)))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-295 *2)) (-5 *4 (-114)) (-5 *5 (-644 *2))
- (-4 *2 (-13 (-29 *6) (-1199) (-959))) (-5 *1 (-802 *6 *2))
- (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))))
- ((*1 *2 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-114)) (-5 *4 (-295 *2)) (-5 *5 (-644 *2))
- (-4 *2 (-13 (-29 *6) (-1199) (-959)))
- (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *1 (-802 *6 *2))))
- ((*1 *2 *3) (-12 (-5 *3 (-808)) (-5 *2 (-1035)) (-5 *1 (-805))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-808)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-805))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1264 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4))
- (-5 *2 (-1035)) (-5 *1 (-805))))
- ((*1 *2 *3 *4 *4 *5 *4)
- (-12 (-5 *3 (-1264 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4))
- (-5 *2 (-1035)) (-5 *1 (-805))))
- ((*1 *2 *3 *4 *4 *5 *6 *4)
- (-12 (-5 *3 (-1264 (-317 *4))) (-5 *5 (-644 (-381)))
- (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805))))
- ((*1 *2 *3 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1264 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4))
- (-5 *2 (-1035)) (-5 *1 (-805))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
- (-12 (-5 *3 (-1264 (-317 *4))) (-5 *5 (-644 (-381)))
- (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
- (-12 (-5 *3 (-1264 (-317 *4))) (-5 *5 (-644 (-381)))
- (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12
- (-5 *5
- (-1
- (-3 (-2 (|:| |particular| *6) (|:| -2875 (-644 *6))) "failed")
- *7 *6))
- (-4 *6 (-365)) (-4 *7 (-656 *6))
- (-5 *2 (-2 (|:| |particular| (-1264 *6)) (|:| -2875 (-689 *6))))
- (-5 *1 (-813 *6 *7)) (-5 *3 (-689 *6)) (-5 *4 (-1264 *6))))
- ((*1 *2 *3) (-12 (-5 *3 (-898)) (-5 *2 (-1035)) (-5 *1 (-897))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-898)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-897))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
- (-12 (-5 *4 (-771)) (-5 *6 (-644 (-644 (-317 *3)))) (-5 *7 (-1157))
- (-5 *8 (-225)) (-5 *5 (-644 (-317 (-381)))) (-5 *3 (-381))
- (-5 *2 (-1035)) (-5 *1 (-897))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *4 (-771)) (-5 *6 (-644 (-644 (-317 *3)))) (-5 *7 (-1157))
- (-5 *5 (-644 (-317 (-381)))) (-5 *3 (-381)) (-5 *2 (-1035))
- (-5 *1 (-897))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *2 (-644 (-381)))
- (-5 *1 (-1023)) (-5 *4 (-381))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-952 (-566))) (-5 *2 (-644 (-381))) (-5 *1 (-1023))
- (-5 *4 (-381))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1130 *4))
- (-5 *3 (-317 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1130 *4))
- (-5 *3 (-295 (-317 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1130 *5))
- (-5 *3 (-295 (-317 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1130 *5))
- (-5 *3 (-317 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-1175)))
- (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2 (-644 (-644 (-295 (-317 *5))))) (-5 *1 (-1130 *5))
- (-5 *3 (-644 (-295 (-317 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175)))
- (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5))))))
- (-5 *1 (-1183 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-1175))) (-4 *5 (-558))
- (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-1183 *5))
- (-5 *3 (-644 (-295 (-409 (-952 *5)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-409 (-952 *4)))) (-4 *4 (-558))
- (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-1183 *4))))
+ (-12 (-5 *2 (-1280 (-1175) *3)) (-5 *1 (-1287 *3)) (-4 *3 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1280 *3 *4)) (-5 *1 (-1289 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-1049)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-409 (-566))) (-4 *1 (-556 *3))
+ (-4 *3 (-13 (-406) (-1200)))))
+ ((*1 *1 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200)))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200))))))
+(((*1 *2)
+ (-12 (-5 *2 (-1270)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-1099)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-365)) (-5 *1 (-659 *4 *2))
+ (-4 *2 (-656 *4)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-823)) (-5 *1 (-822)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-454))))
+ ((*1 *1 *1 *1) (-4 *1 (-454)))
((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4))))))
- (-5 *1 (-1183 *4)) (-5 *3 (-644 (-295 (-409 (-952 *4)))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175)) (-4 *5 (-558))
- (-5 *2 (-644 (-295 (-409 (-952 *5))))) (-5 *1 (-1183 *5))
- (-5 *3 (-409 (-952 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175)) (-4 *5 (-558))
- (-5 *2 (-644 (-295 (-409 (-952 *5))))) (-5 *1 (-1183 *5))
- (-5 *3 (-295 (-409 (-952 *5))))))
+ (-12 (-5 *3 (-644 *2)) (-5 *1 (-488 *2)) (-4 *2 (-1241 (-566)))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1241 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-771)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308))
+ (-5 *1 (-916 *3 *4 *5 *2)) (-4 *2 (-949 *5 *3 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *4)))))
- (-5 *1 (-1183 *4)) (-5 *3 (-409 (-952 *4)))))
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *6 *4 *5))
+ (-5 *1 (-916 *4 *5 *6 *2)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-308))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *4)))))
- (-5 *1 (-1183 *4)) (-5 *3 (-295 (-409 (-952 *4)))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-566))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-850)) (-5 *2 (-1186 (-644 *4))) (-5 *1 (-1185 *4))
- (-5 *3 (-644 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 *3)) (-4 *3 (-1070 *5 *6 *7 *8)) (-4 *5 (-454))
- (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7))
- (-5 *2 (-112)) (-5 *1 (-988 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 *3)) (-4 *3 (-1070 *5 *6 *7 *8)) (-4 *5 (-454))
- (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7))
- (-5 *2 (-112)) (-5 *1 (-1106 *5 *6 *7 *8 *3)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-644 (-612 *6))) (-5 *4 (-1175)) (-5 *2 (-612 *6))
- (-4 *6 (-432 *5)) (-4 *5 (-1099)) (-5 *1 (-575 *5 *6)))))
-(((*1 *2 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-751)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-566)) (-5 *1 (-317 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))))
-(((*1 *1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1 *1) (-4 *1 (-967))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793))
- (-5 *1 (-506 *4 *5 *6 *2)) (-4 *2 (-949 *4 *5 *6))))
- ((*1 *1 *1 *2)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))))
-(((*1 *1 *1 *1) (-4 *1 (-143)))
+ (-12 (-5 *3 (-644 (-1171 *7))) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-308)) (-5 *2 (-1171 *7)) (-5 *1 (-916 *4 *5 *6 *7))
+ (-4 *7 (-949 *6 *4 *5))))
+ ((*1 *1 *1 *1) (-5 *1 (-921)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
- (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *6 (-225))
- (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-751)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
- (-5 *2 (-689 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-689 *4)) (-5 *1 (-418 *3 *4))
- (-4 *3 (-419 *4))))
- ((*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))))
-(((*1 *1 *1)
+ (-12 (-4 *3 (-454)) (-4 *3 (-558)) (-5 *1 (-969 *3 *2))
+ (-4 *2 (-1241 *3))))
+ ((*1 *2 *2 *1)
(-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
(-4 *4 (-850)) (-4 *2 (-454)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-644 *5) *6))
- (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5))
- (-5 *2 (-644 (-2 (|:| -1623 *5) (|:| -3434 *3))))
- (-5 *1 (-809 *5 *6 *3 *7)) (-4 *3 (-656 *6))
- (-4 *7 (-656 (-409 *6))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-365)) (-4 *3 (-1049))
+ (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-852 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-365)) (-4 *5 (-1049))
+ (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-853 *5 *3))
+ (-4 *3 (-852 *5)))))
+(((*1 *2) (-12 (-4 *3 (-172)) (-5 *2 (-1265 *1)) (-4 *1 (-369 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *1 *1) (-4 *1 (-1138))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3567 *6) (|:| |sol?| (-112))) (-566)
+ *6))
+ (-4 *6 (-365)) (-4 *7 (-1241 *6))
+ (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6)))
+ (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 *4)) (-4 *4 (-848)) (-4 *4 (-365)) (-5 *2 (-771))
- (-5 *1 (-945 *4 *5)) (-4 *5 (-1240 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-566)) (-4 *2 (-432 *3)) (-5 *1 (-32 *3 *2))
- (-4 *3 (-1038 *4)) (-4 *3 (-558)))))
-(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199)))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
- ((*1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
- ((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-381)) (-5 *2 (-1269)) (-5 *1 (-1265)))))
-(((*1 *1 *1) (-4 *1 (-173)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-366 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
-(((*1 *1 *1) (-4 *1 (-123))) ((*1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1) (-4 *1 (-967))) ((*1 *1 *1) (-5 *1 (-1119))))
-(((*1 *2 *1) (|partial| -12 (-5 *1 (-367 *2)) (-4 *2 (-1099))))
- ((*1 *2 *1) (|partial| -12 (-5 *2 (-1157)) (-5 *1 (-1195)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850)))
- (-14 *3 (-644 (-1175))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 *2)))
- (-5 *2 (-892 *3)) (-5 *1 (-1075 *3 *4 *5))
- (-4 *5 (-13 (-432 *4) (-886 *3) (-614 *2))))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1214)) (-5 *1 (-182 *3 *2)) (-4 *2 (-674 *3)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1288 *4 *2)) (-4 *1 (-376 *4 *2)) (-4 *4 (-850))
- (-4 *2 (-172))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1281 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-819 *4)) (-4 *1 (-1281 *4 *2)) (-4 *4 (-850))
- (-4 *2 (-1049))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-1049)) (-5 *1 (-1287 *2 *3)) (-4 *3 (-846)))))
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-644 (-225))) (-5 *1 (-204)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-365))
- (-5 *2 (-644 (-2 (|:| C (-689 *5)) (|:| |g| (-1264 *5)))))
- (-5 *1 (-978 *5)) (-5 *3 (-689 *5)) (-5 *4 (-1264 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *1 (-804 *4 *2)) (-4 *2 (-13 (-29 *4) (-1199) (-959))))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-566)) (-4 *4 (-1240 (-409 *3))) (-5 *2 (-921))
- (-5 *1 (-913 *4 *5)) (-4 *5 (-1240 (-409 *4))))))
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-532 *3)) (-4 *3 (-13 (-726) (-25))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
- (-4 *4 (-558)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-644 *3)) (-4 *3 (-1214)))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
- (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-722)) (-5 *2 (-112))))
- ((*1 *2 *1) (-12 (-4 *1 (-726)) (-5 *2 (-112)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-4 *4 (-992 *3)) (-5 *1 (-142 *3 *4 *2))
- (-4 *2 (-375 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-4 *2 (-375 *4))
- (-5 *1 (-505 *4 *5 *2 *3)) (-4 *3 (-375 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-689 *5)) (-4 *5 (-992 *4)) (-4 *4 (-558))
- (-5 *2 (-689 *4)) (-5 *1 (-693 *4 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-4 *4 (-992 *3)) (-5 *1 (-1233 *3 *4 *2))
- (-4 *2 (-1240 *4)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1157)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
- ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-264)))))
+ (-12 (-5 *3 (-1265 *5)) (-4 *5 (-639 *4)) (-4 *4 (-558))
+ (-5 *2 (-112)) (-5 *1 (-638 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-566)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *2 (-1270)) (-5 *1 (-451 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1132 (-225))) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-879 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
- (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225)))
- (-5 *1 (-260 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-879 *5)) (-5 *4 (-1091 (-381)))
- (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225)))
- (-5 *1 (-260 *5))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
- (-5 *2 (-1132 (-225))) (-5 *1 (-260 *3))
- (-4 *3 (-13 (-614 (-538)) (-1099)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1132 (-225))) (-5 *1 (-260 *3))
- (-4 *3 (-13 (-614 (-538)) (-1099)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-882 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
- (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225)))
- (-5 *1 (-260 *6))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-882 *5)) (-5 *4 (-1091 (-381)))
- (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1132 (-225)))
- (-5 *1 (-260 *5)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-1157))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF))))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1035))
- (-5 *1 (-750)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-771)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099))
- (-4 *6 (-1099)) (-5 *2 (-1 *6 *5)) (-5 *1 (-684 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |cd| (-1157)) (|:| -1368 (-1157))))
- (-5 *1 (-822)))))
-(((*1 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-563)) (-5 *3 (-566)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-771)) (-4 *5 (-172))))
- ((*1 *1 *1 *2 *1 *2)
- (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-771)) (-4 *5 (-172))))
- ((*1 *2 *2 *3)
- (-12
- (-5 *2
- (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
- (-247 *4 (-409 (-566)))))
- (-5 *3 (-644 (-864 *4))) (-14 *4 (-644 (-1175))) (-14 *5 (-771))
- (-5 *1 (-507 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
+ (|partial| -12 (-5 *5 (-644 *4)) (-4 *4 (-365)) (-5 *2 (-1265 *4))
+ (-5 *1 (-814 *4 *3)) (-4 *3 (-656 *4)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-331))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-331)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1195)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-558)) (-4 *3 (-1049))
+ (-5 *2 (-2 (|:| -2075 *1) (|:| -4368 *1))) (-4 *1 (-852 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-99 *5)) (-4 *5 (-558)) (-4 *5 (-1049))
+ (-5 *2 (-2 (|:| -2075 *3) (|:| -4368 *3))) (-5 *1 (-853 *5 *3))
+ (-4 *3 (-852 *5)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-429 *3 *2)) (-4 *3 (-13 (-172) (-38 (-409 (-566)))))
+ (-4 *2 (-13 (-850) (-21))))))
(((*1 *2 *3)
(-12 (-4 *5 (-13 (-614 *2) (-172))) (-5 *2 (-892 *4))
(-5 *1 (-170 *4 *5 *3)) (-4 *4 (-1099)) (-4 *3 (-166 *5))))
@@ -11239,13 +12942,13 @@
(-5 *2 (-644 (-1093 (-843 (-225))))) (-5 *1 (-306))))
((*1 *1 *2 *3) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-396))))
((*1 *1 *2)
- (-12 (-5 *2 (-1264 *3)) (-4 *3 (-172)) (-4 *1 (-411 *3 *4))
- (-4 *4 (-1240 *3))))
+ (-12 (-5 *2 (-1265 *3)) (-4 *3 (-172)) (-4 *1 (-411 *3 *4))
+ (-4 *4 (-1241 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1240 *3))
- (-5 *2 (-1264 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-172)) (-4 *1 (-419 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1264 *3))))
+ (-12 (-4 *1 (-411 *3 *4)) (-4 *3 (-172)) (-4 *4 (-1241 *3))
+ (-5 *2 (-1265 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1265 *3)) (-4 *3 (-172)) (-4 *1 (-419 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1265 *3))))
((*1 *1 *2)
(-12 (-5 *2 (-420 *1)) (-4 *1 (-432 *3)) (-4 *3 (-558))
(-4 *3 (-1099))))
@@ -11253,19 +12956,19 @@
(-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-1049))
(-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-465 *3 *4 *5 *6))))
((*1 *1 *2) (-12 (-5 *2 (-1103)) (-5 *1 (-538))))
- ((*1 *2 *1) (-12 (-4 *1 (-614 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2) (-12 (-4 *1 (-618 *2)) (-4 *2 (-1214))))
+ ((*1 *2 *1) (-12 (-4 *1 (-614 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2) (-12 (-4 *1 (-618 *2)) (-4 *2 (-1215))))
((*1 *1 *2)
- (-12 (-4 *3 (-172)) (-4 *1 (-724 *3 *2)) (-4 *2 (-1240 *3))))
+ (-12 (-4 *3 (-172)) (-4 *1 (-724 *3 *2)) (-4 *2 (-1241 *3))))
((*1 *1 *2)
(-12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099))))
((*1 *1 *2)
(-12 (-5 *2 (-952 *3)) (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5))
(-4 *5 (-614 (-1175))) (-4 *4 (-793)) (-4 *5 (-850))))
((*1 *1 *2)
- (-2768
+ (-2700
(-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
- (-12 (-2404 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566)))
+ (-12 (-3348 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566)))
(-4 *5 (-614 (-1175))))
(-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))
(-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
@@ -11276,398 +12979,328 @@
(-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))) (-4 *3 (-1049))
(-4 *4 (-793)) (-4 *5 (-850))))
((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1470 *8)))
+ (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1791 *8)))
(-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1070 *4 *5 *6 *7)) (-4 *4 (-454))
(-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1157))
(-5 *1 (-1068 *4 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1470 *8)))
+ (-12 (-5 *3 (-2 (|:| |val| (-644 *7)) (|:| -1791 *8)))
(-4 *7 (-1064 *4 *5 *6)) (-4 *8 (-1108 *4 *5 *6 *7)) (-4 *4 (-454))
(-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1157))
(-5 *1 (-1144 *4 *5 *6 *7 *8))))
((*1 *1 *2) (-12 (-5 *2 (-1103)) (-5 *1 (-1180))))
((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-1180))))
- ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-1194))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-1194))))
+ ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-1195))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-862)) (-5 *3 (-566)) (-5 *1 (-1195))))
((*1 *2 *3)
(-12 (-5 *3 (-780 *4 (-864 *5)))
(-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *5 (-644 (-1175)))
- (-5 *2 (-780 *4 (-864 *6))) (-5 *1 (-1290 *4 *5 *6))
+ (-5 *2 (-780 *4 (-864 *6))) (-5 *1 (-1291 *4 *5 *6))
(-14 *6 (-644 (-1175)))))
((*1 *2 *3)
(-12 (-5 *3 (-952 *4)) (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-952 (-1024 (-409 *4)))) (-5 *1 (-1290 *4 *5 *6))
+ (-5 *2 (-952 (-1024 (-409 *4)))) (-5 *1 (-1291 *4 *5 *6))
(-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175)))))
((*1 *2 *3)
(-12 (-5 *3 (-780 *4 (-864 *6)))
(-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *6 (-644 (-1175)))
- (-5 *2 (-952 (-1024 (-409 *4)))) (-5 *1 (-1290 *4 *5 *6))
+ (-5 *2 (-952 (-1024 (-409 *4)))) (-5 *1 (-1291 *4 *5 *6))
(-14 *5 (-644 (-1175)))))
((*1 *2 *3)
(-12 (-5 *3 (-1171 *4)) (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-1171 (-1024 (-409 *4)))) (-5 *1 (-1290 *4 *5 *6))
+ (-5 *2 (-1171 (-1024 (-409 *4)))) (-5 *1 (-1291 *4 *5 *6))
(-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175)))))
((*1 *2 *3)
(-12
(-5 *3 (-1145 *4 (-533 (-864 *6)) (-864 *6) (-780 *4 (-864 *6))))
(-4 *4 (-13 (-848) (-308) (-147) (-1022))) (-14 *6 (-644 (-1175)))
- (-5 *2 (-644 (-780 *4 (-864 *6)))) (-5 *1 (-1290 *4 *5 *6))
+ (-5 *2 (-644 (-780 *4 (-864 *6)))) (-5 *1 (-1291 *4 *5 *6))
(-14 *5 (-644 (-1175))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-644 *8))) (-5 *3 (-644 *8))
- (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793))
- (-4 *7 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *5 *6 *7 *8)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1103)) (-5 *1 (-281)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-121 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-771)) (-4 *5 (-1049)) (-4 *2 (-1240 *5))
- (-5 *1 (-1258 *5 *2 *6 *3)) (-4 *6 (-656 *2)) (-4 *3 (-1255 *5)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-112)) (-5 *1 (-110))))
- ((*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4405)) (-4 *1 (-406))))
- ((*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))))
-(((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-771)) (-4 *5 (-365)) (-5 *2 (-409 *6))
- (-5 *1 (-867 *5 *4 *6)) (-4 *4 (-1255 *5)) (-4 *6 (-1240 *5))))
- ((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-771)) (-5 *4 (-1256 *5 *6 *7)) (-4 *5 (-365))
- (-14 *6 (-1175)) (-14 *7 *5) (-5 *2 (-409 (-1237 *6 *5)))
- (-5 *1 (-868 *5 *6 *7))))
- ((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-771)) (-5 *4 (-1256 *5 *6 *7)) (-4 *5 (-365))
- (-14 *6 (-1175)) (-14 *7 *5) (-5 *2 (-409 (-1237 *6 *5)))
- (-5 *1 (-868 *5 *6 *7)))))
-(((*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| (-1155 (-225)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2821
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite| "The bottom 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 (-1035)) (-5 *1 (-306)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-756)))))
-(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *4 (-13 (-558) (-147))) (-5 *1 (-539 *4 *2))
- (-4 *2 (-1255 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *4 (-13 (-365) (-370) (-614 *3)))
- (-4 *5 (-1240 *4)) (-4 *6 (-724 *4 *5)) (-5 *1 (-543 *4 *5 *6 *2))
- (-4 *2 (-1255 *6))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *4 (-13 (-365) (-370) (-614 *3)))
- (-5 *1 (-544 *4 *2)) (-4 *2 (-1255 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-13 (-558) (-147)))
- (-5 *1 (-1151 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-317 (-225))) (-5 *2 (-409 (-566))) (-5 *1 (-306)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-114)) (-5 *4 (-644 *2)) (-5 *1 (-113 *2))
- (-4 *2 (-1099))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 (-644 *4))) (-4 *4 (-1099))
- (-5 *1 (-113 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1099))
- (-5 *1 (-113 *4))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-114)) (-5 *2 (-1 *4 (-644 *4)))
- (-5 *1 (-113 *4)) (-4 *4 (-1099))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-331)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1241 *3)) (-4 *3 (-1049))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-648 *3)) (-4 *3 (-1049))
- (-5 *1 (-714 *3 *4))))
+ (-12 (-5 *2 (-921)) (-4 *1 (-1243 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-792))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-836 *3)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *1) (-5 *1 (-823))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
+ (-12 (-5 *2 (-409 (-566))) (-4 *1 (-1246 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-558))))
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-244 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-558)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-169 *5)) (-5 *1 (-600 *4 *5 *3))
- (-4 *5 (-13 (-432 *4) (-1002) (-1199)))
- (-4 *3 (-13 (-432 (-169 *4)) (-1002) (-1199))))))
-(((*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-399)))))
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-308) (-147))) (-4 *4 (-13 (-850) (-614 (-1175))))
+ (-4 *5 (-793)) (-5 *1 (-924 *3 *4 *5 *2)) (-4 *2 (-949 *3 *5 *4)))))
+(((*1 *1 *1) (-5 *1 (-48)))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-59 *5)) (-4 *5 (-1215))
+ (-4 *2 (-1215)) (-5 *1 (-58 *5 *2))))
+ ((*1 *2 *3 *1 *2 *2)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1099)) (|has| *1 (-6 -4415))
+ (-4 *1 (-151 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4415)) (-4 *1 (-151 *2))
+ (-4 *2 (-1215))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4415)) (-4 *1 (-151 *2))
+ (-4 *2 (-1215))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1049))
+ (-5 *2 (-2 (|:| -4066 (-1171 *4)) (|:| |deg| (-921))))
+ (-5 *1 (-221 *4 *5)) (-5 *3 (-1171 *4)) (-4 *5 (-558))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-240 *5 *6)) (-14 *5 (-771))
+ (-4 *6 (-1215)) (-4 *2 (-1215)) (-5 *1 (-239 *5 *6 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *4 (-172)) (-5 *1 (-290 *4 *2 *3 *5 *6 *7))
+ (-4 *2 (-1241 *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 (-317 *2)) (-4 *2 (-558)) (-4 *2 (-1099))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-337 *2 *3 *4 *5)) (-4 *2 (-365)) (-4 *3 (-1241 *2))
+ (-4 *4 (-1241 (-409 *3))) (-4 *5 (-344 *2 *3 *4))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1215)) (-4 *2 (-1215))
+ (-5 *1 (-373 *5 *4 *2 *6)) (-4 *4 (-375 *5)) (-4 *6 (-375 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1099)) (-4 *2 (-1099))
+ (-5 *1 (-425 *5 *4 *2 *6)) (-4 *4 (-427 *5)) (-4 *6 (-427 *2))))
+ ((*1 *1 *1) (-5 *1 (-497)))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-644 *5)) (-4 *5 (-1215))
+ (-4 *2 (-1215)) (-5 *1 (-642 *5 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1049)) (-4 *2 (-1049))
+ (-4 *6 (-375 *5)) (-4 *7 (-375 *5)) (-4 *8 (-375 *2))
+ (-4 *9 (-375 *2)) (-5 *1 (-685 *5 *6 *7 *4 *2 *8 *9 *10))
+ (-4 *4 (-687 *5 *6 *7)) (-4 *10 (-687 *2 *8 *9))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-711 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23))
+ (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-1049)) (-5 *1 (-712 *3 *2)) (-4 *2 (-1241 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172)) (-4 *3 (-23))
+ (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-409 *4)) (-4 *4 (-1241 *3)) (-4 *3 (-365))
+ (-4 *3 (-172)) (-4 *1 (-724 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-172)) (-4 *1 (-724 *3 *2)) (-4 *2 (-1241 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-958 *5)) (-4 *5 (-1215))
+ (-4 *2 (-1215)) (-5 *1 (-957 *5 *2))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *2 (-949 *3 *4 *5))
+ (-14 *6 (-644 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1049)) (-4 *2 (-1049))
+ (-14 *5 (-771)) (-14 *6 (-771)) (-4 *8 (-238 *6 *7))
+ (-4 *9 (-238 *5 *7)) (-4 *10 (-238 *6 *2)) (-4 *11 (-238 *5 *2))
+ (-5 *1 (-1055 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
+ (-4 *4 (-1053 *5 *6 *7 *8 *9)) (-4 *12 (-1053 *5 *6 *2 *10 *11))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1155 *5)) (-4 *5 (-1215))
+ (-4 *2 (-1215)) (-5 *1 (-1153 *5 *2))))
+ ((*1 *2 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-112) *2 *2))
+ (-4 *1 (-1208 *5 *6 *7 *2)) (-4 *5 (-558)) (-4 *6 (-793))
+ (-4 *7 (-850)) (-4 *2 (-1064 *5 *6 *7))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1265 *5)) (-4 *5 (-1215))
+ (-4 *2 (-1215)) (-5 *1 (-1264 *5 *2)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-281))) (-5 *1 (-281))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1180)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 *4))))
- (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-558)) (-5 *1 (-623 *2 *3)) (-4 *3 (-1240 *2)))))
+ (-12 (-5 *3 (-771)) (-5 *2 (-1265 (-644 (-566)))) (-5 *1 (-482))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3)))))
+(((*1 *1) (-5 *1 (-561))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-850)) (-4 *5 (-793))
+ (-4 *6 (-558)) (-4 *7 (-949 *6 *5 *3))
+ (-5 *1 (-464 *5 *3 *6 *7 *2))
+ (-4 *2
+ (-13 (-1038 (-409 (-566))) (-365)
+ (-10 -8 (-15 -1650 ($ *7)) (-15 -2499 (*7 $))
+ (-15 -2507 (*7 $))))))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-454))))
+ ((*1 *1 *1 *1) (-4 *1 (-454))))
+(((*1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-644 (-114))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-451 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1146 (-1157))) (-5 *1 (-393)))))
-(((*1 *2)
- (-12 (-4 *1 (-351))
- (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-850)) (-5 *2 (-644 (-644 *4))) (-5 *1 (-1185 *4))
- (-5 *3 (-644 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-558)) (-5 *2 (-112)))))
-(((*1 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1267)))))
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-5 *1 (-1155 *3)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *6))
- (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
+ (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
+ (-4 *1 (-1064 *3 *4 *5)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-771)) (-4 *4 (-351)) (-5 *1 (-216 *4 *2))
+ (-4 *2 (-1241 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-850)) (-5 *1 (-1186 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-612 *6)) (-4 *6 (-13 (-432 *5) (-27) (-1200)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2 (-1171 (-409 (-1171 *6)))) (-5 *1 (-562 *5 *6 *7))
+ (-5 *3 (-1171 *6)) (-4 *7 (-1099))))
((*1 *2 *1)
- (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |mval| (-689 *3)) (|:| |invmval| (-689 *3))
- (|:| |genIdeal| (-506 *3 *4 *5 *6))))
- (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1265)) (-5 *1 (-256))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1265)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-877 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1265)) (-5 *1 (-256))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-877 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1265)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-879 (-1 (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-943 (-225)) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-225) (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-943 (-225)) (-225) (-225))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *5 (-644 (-264))) (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-882 (-1 (-225) (-225) (-225)))) (-5 *4 (-1093 (-381)))
- (-5 *2 (-1266)) (-5 *1 (-256))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-295 *7)) (-5 *4 (-1175)) (-5 *5 (-644 (-264)))
- (-4 *7 (-432 *6)) (-4 *6 (-13 (-558) (-850) (-1038 (-566))))
- (-5 *2 (-1265)) (-5 *1 (-257 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1265))
- (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1265)) (-5 *1 (-260 *3))
- (-4 *3 (-13 (-614 (-538)) (-1099)))))
+ (-12 (-4 *2 (-1241 *3)) (-5 *1 (-712 *3 *2)) (-4 *3 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-724 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1241 *3))))
+ ((*1 *2 *3 *4 *4 *5 *6 *7 *8)
+ (|partial| -12 (-5 *4 (-1171 *11)) (-5 *6 (-644 *10))
+ (-5 *7 (-644 (-771))) (-5 *8 (-644 *11)) (-4 *10 (-850))
+ (-4 *11 (-308)) (-4 *9 (-793)) (-4 *5 (-949 *11 *9 *10))
+ (-5 *2 (-644 (-1171 *5))) (-5 *1 (-742 *9 *10 *11 *5))
+ (-5 *3 (-1171 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-949 *3 *4 *5)) (-5 *1 (-1034 *3 *4 *5 *2 *6))
+ (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-14 *6 (-644 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-566)) (-4 *5 (-351)) (-5 *2 (-420 (-1171 (-1171 *5))))
+ (-5 *1 (-1213 *5)) (-5 *3 (-1171 (-1171 *5))))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-689 *1)) (-4 *1 (-351)) (-5 *2 (-1265 *1))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-689 *1)) (-4 *1 (-145)) (-4 *1 (-909))
+ (-5 *2 (-1265 *1)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *2 (-1064 *4 *5 *6)) (-5 *1 (-776 *4 *5 *6 *2 *3))
+ (-4 *3 (-1070 *4 *5 *6 *2)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))))
+(((*1 *1) (-5 *1 (-617))))
+(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-759)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-754)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
+(((*1 *2 *2) (-12 (-5 *2 (-317 (-225))) (-5 *1 (-210)))))
+(((*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
+(((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-689 (-409 *4))))))
+(((*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566))))
+ ((*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1) (-4 *1 (-869 *2)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-792))
+ (-4 *4 (-850)))))
+(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-192))))
+ ((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-301))))
+ ((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-1157)) (-5 *1 (-306)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-771)) (-4 *2 (-1099))
+ (-5 *1 (-678 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-848)) (-5 *2 (-566))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-905 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1067 *4 *3)) (-4 *4 (-13 (-848) (-365)))
+ (-4 *3 (-1241 *4)) (-5 *2 (-566))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-558) (-1038 *2) (-639 *2) (-454)))
+ (-5 *2 (-566)) (-5 *1 (-1115 *4 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *4)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-877 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
- (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1265))
- (-5 *1 (-260 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-877 *5)) (-5 *4 (-1091 (-381)))
- (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1265))
- (-5 *1 (-260 *5))))
+ (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-843 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566))
+ (-5 *1 (-1115 *6 *3))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-1157))
+ (-4 *6 (-13 (-558) (-1038 *2) (-639 *2) (-454))) (-5 *2 (-566))
+ (-5 *1 (-1115 *6 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *6)))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-454)) (-5 *2 (-566))
+ (-5 *1 (-1116 *4))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-879 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
- (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266))
- (-5 *1 (-260 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-879 *5)) (-5 *4 (-1091 (-381)))
- (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266))
- (-5 *1 (-260 *5))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264))) (-5 *2 (-1266))
- (-5 *1 (-260 *3)) (-4 *3 (-13 (-614 (-538)) (-1099)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1091 (-381))) (-5 *2 (-1266)) (-5 *1 (-260 *3))
- (-4 *3 (-13 (-614 (-538)) (-1099)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-882 *6)) (-5 *4 (-1091 (-381))) (-5 *5 (-644 (-264)))
- (-4 *6 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266))
- (-5 *1 (-260 *6))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-882 *5)) (-5 *4 (-1091 (-381)))
- (-4 *5 (-13 (-614 (-538)) (-1099))) (-5 *2 (-1266))
- (-5 *1 (-260 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1265)) (-5 *1 (-261))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-644 (-225))) (-5 *4 (-644 (-264))) (-5 *2 (-1265))
- (-5 *1 (-261))))
+ (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-843 (-409 (-952 *6))))
+ (-5 *3 (-409 (-952 *6))) (-4 *6 (-454)) (-5 *2 (-566))
+ (-5 *1 (-1116 *6))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-409 (-952 *6))) (-5 *4 (-1175))
+ (-5 *5 (-1157)) (-4 *6 (-454)) (-5 *2 (-566)) (-5 *1 (-1116 *6))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *2 (-1265)) (-5 *1 (-261))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-943 (-225)))) (-5 *4 (-644 (-264)))
- (-5 *2 (-1265)) (-5 *1 (-261))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-644 (-225))) (-5 *2 (-1266)) (-5 *1 (-261))))
- ((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-644 (-225))) (-5 *4 (-644 (-264))) (-5 *2 (-1266))
- (-5 *1 (-261)))))
-(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-566)) (-5 *5 (-689 (-225)))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))
- (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
-(((*1 *1 *1 *1) (-5 *1 (-129)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921))))
- ((*1 *1 *1 *1) (-5 *1 (-1219))) ((*1 *1 *1 *1) (-5 *1 (-1220)))
- ((*1 *1 *1 *1) (-5 *1 (-1221))) ((*1 *1 *1 *1) (-5 *1 (-1222))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-825)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2))
- (-4 *2 (-13 (-27) (-1199) (-432 (-169 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566))))
- (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 (-169 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-1203 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))))
+ (|partial| -12 (-5 *2 (-566)) (-5 *1 (-1197 *3)) (-4 *3 (-1049)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3))
+ (-4 *3 (-1099)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-821)))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *5 (-612 *4)) (-5 *6 (-1171 *4))
+ (-4 *4 (-13 (-432 *7) (-27) (-1200)))
+ (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4))))
+ (-5 *1 (-562 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099))))
+ ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
+ (-12 (-5 *5 (-612 *4)) (-5 *6 (-409 (-1171 *4)))
+ (-4 *4 (-13 (-432 *7) (-27) (-1200)))
+ (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4))))
+ (-5 *1 (-562 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1264 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
- (-5 *2 (-1264 (-689 *4)))))
+ (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-683 *4 *3)) (-4 *4 (-1099))
+ (-4 *3 (-1099)))))
+(((*1 *2)
+ (-12 (-4 *4 (-365)) (-5 *2 (-921)) (-5 *1 (-329 *3 *4))
+ (-4 *3 (-330 *4))))
((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-1264 (-689 *4))) (-5 *1 (-418 *3 *4))
- (-4 *3 (-419 *4))))
+ (-12 (-4 *4 (-365)) (-5 *2 (-833 (-921))) (-5 *1 (-329 *3 *4))
+ (-4 *3 (-330 *4))))
+ ((*1 *2) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-921))))
((*1 *2)
- (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-1264 (-689 *3)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-1175))) (-4 *5 (-365))
- (-5 *2 (-1264 (-689 (-409 (-952 *5))))) (-5 *1 (-1085 *5))
- (-5 *4 (-689 (-409 (-952 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-1175))) (-4 *5 (-365))
- (-5 *2 (-1264 (-689 (-952 *5)))) (-5 *1 (-1085 *5))
- (-5 *4 (-689 (-952 *5)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-689 *4))) (-4 *4 (-365))
- (-5 *2 (-1264 (-689 *4))) (-5 *1 (-1085 *4)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1175)) (-5 *3 (-436)) (-4 *5 (-1099))
- (-5 *1 (-1105 *5 *4)) (-4 *4 (-432 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-295 *3))) (-5 *1 (-295 *3)) (-4 *3 (-558))
- (-4 *3 (-1214)))))
-(((*1 *1 *1) (-5 *1 (-1062))))
-(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
- (|partial| -12 (-5 *5 (-1175))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-644 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-644 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -1641 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1199) (-27) (-432 *8)))
- (-4 *8 (-13 (-454) (-147) (-1038 *3) (-639 *3))) (-5 *3 (-566))
- (-5 *2 (-644 *4)) (-5 *1 (-1014 *8 *4)))))
-(((*1 *1 *1) (-4 *1 (-1059)))
- ((*1 *1 *1 *2 *2)
- (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1242 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-792)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1159 *4)) (-4 *4 (-1049))
- (-5 *3 (-566)))))
-(((*1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-120 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 *1)) (-4 *1 (-303))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
- ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-612 *3)) (-4 *3 (-1099))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-114)) (-5 *3 (-644 *5)) (-5 *4 (-771)) (-4 *5 (-1099))
- (-5 *1 (-612 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *1 *1 *1) (-5 *1 (-129)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-1182 *2)) (-14 *2 (-921))))
- ((*1 *1 *1 *1) (-5 *1 (-1219))) ((*1 *1 *1 *1) (-5 *1 (-1220)))
- ((*1 *1 *1 *1) (-5 *1 (-1221))) ((*1 *1 *1 *1) (-5 *1 (-1222))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-5 *2 (-420 (-1171 (-1171 *4))))
- (-5 *1 (-1212 *4)) (-5 *3 (-1171 (-1171 *4))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-689 *5)) (-4 *5 (-1049)) (-5 *1 (-1054 *3 *4 *5))
- (-14 *3 (-771)) (-14 *4 (-771)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-644 *7)) (|:| |badPols| (-644 *7))))
- (-5 *1 (-977 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
- ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-644 (-483 *5 *6))) (-5 *4 (-864 *5))
- (-14 *5 (-644 (-1175))) (-5 *2 (-483 *5 *6)) (-5 *1 (-631 *5 *6))
- (-4 *6 (-454))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-483 *5 *6))) (-5 *4 (-864 *5))
- (-14 *5 (-644 (-1175))) (-5 *2 (-483 *5 *6)) (-5 *1 (-631 *5 *6))
- (-4 *6 (-454)))))
+ (-12 (-4 *1 (-1284 *3)) (-4 *3 (-365)) (-5 *2 (-833 (-921))))))
+(((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *2 *3 *4 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099))))
+ ((*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1156))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1175)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1073))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035))
+ (-5 *1 (-748)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-1216 *3)) (-4 *3 (-1099)))))
+(((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))))
(((*1 *1 *2 *1)
(-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1049))
(-4 *4 (-792))))
@@ -11675,17 +13308,17 @@
(-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-50 *3 *4))
(-14 *4 (-644 (-1175)))))
((*1 *1 *2 *1 *1 *3)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215))
(-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215))
(-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215))
(-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-59 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-59 *6)) (-5 *1 (-58 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-566))
(-14 *6 (-771)) (-4 *7 (-172)) (-4 *8 (-172))
@@ -11698,16 +13331,16 @@
(-5 *1 (-223 *3 *4)) (-14 *4 (-644 (-1175)))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-240 *5 *6)) (-14 *5 (-771))
- (-4 *6 (-1214)) (-4 *7 (-1214)) (-5 *2 (-240 *5 *7))
+ (-4 *6 (-1215)) (-4 *7 (-1215)) (-5 *2 (-240 *5 *7))
(-5 *1 (-239 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-295 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-295 *6)) (-5 *1 (-294 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-295 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-295 *6)) (-5 *1 (-294 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1214)) (-5 *1 (-295 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1215)) (-5 *1 (-295 *3))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1157)) (-5 *5 (-612 *6))
- (-4 *6 (-303)) (-4 *2 (-1214)) (-5 *1 (-298 *6 *2))))
+ (-4 *6 (-303)) (-4 *2 (-1215)) (-5 *1 (-298 *6 *2))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-612 *5)) (-4 *5 (-303))
(-4 *2 (-303)) (-5 *1 (-299 *5 *2))))
@@ -11721,20 +13354,20 @@
(-4 *6 (-1099)) (-5 *2 (-317 *6)) (-5 *1 (-315 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-338 *5 *6 *7 *8)) (-4 *5 (-365))
- (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6))) (-4 *8 (-344 *5 *6 *7))
- (-4 *9 (-365)) (-4 *10 (-1240 *9)) (-4 *11 (-1240 (-409 *10)))
+ (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6))) (-4 *8 (-344 *5 *6 *7))
+ (-4 *9 (-365)) (-4 *10 (-1241 *9)) (-4 *11 (-1241 (-409 *10)))
(-5 *2 (-338 *9 *10 *11 *12))
(-5 *1 (-335 *5 *6 *7 *8 *9 *10 *11 *12))
(-4 *12 (-344 *9 *10 *11))))
((*1 *1 *2 *1)
(-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-340 *3)) (-4 *3 (-1099))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1218)) (-4 *8 (-1218))
- (-4 *6 (-1240 *5)) (-4 *7 (-1240 (-409 *6))) (-4 *9 (-1240 *8))
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1219)) (-4 *8 (-1219))
+ (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6))) (-4 *9 (-1241 *8))
(-4 *2 (-344 *8 *9 *10)) (-5 *1 (-342 *5 *6 *7 *4 *8 *9 *10 *2))
- (-4 *4 (-344 *5 *6 *7)) (-4 *10 (-1240 (-409 *9)))))
+ (-4 *4 (-344 *5 *6 *7)) (-4 *10 (-1241 (-409 *9)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1214)) (-4 *6 (-1214))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1215)) (-4 *6 (-1215))
(-4 *2 (-375 *6)) (-5 *1 (-373 *5 *4 *6 *2)) (-4 *4 (-375 *5))))
((*1 *1 *2 *1)
(-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-384 *3 *4)) (-4 *3 (-1049))
@@ -11747,9 +13380,9 @@
(-4 *6 (-558)) (-5 *2 (-409 *6)) (-5 *1 (-408 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-415 *5 *6 *7 *8)) (-4 *5 (-308))
- (-4 *6 (-992 *5)) (-4 *7 (-1240 *6))
+ (-4 *6 (-992 *5)) (-4 *7 (-1241 *6))
(-4 *8 (-13 (-411 *6 *7) (-1038 *6))) (-4 *9 (-308))
- (-4 *10 (-992 *9)) (-4 *11 (-1240 *10))
+ (-4 *10 (-992 *9)) (-4 *11 (-1241 *10))
(-5 *2 (-415 *9 *10 *11 *12))
(-5 *1 (-414 *5 *6 *7 *8 *9 *10 *11 *12))
(-4 *12 (-13 (-411 *10 *11) (-1038 *10)))))
@@ -11765,7 +13398,7 @@
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099))
(-4 *2 (-427 *6)) (-5 *1 (-425 *5 *4 *6 *2)) (-4 *4 (-427 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-491 *3)) (-4 *3 (-1214))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-491 *3)) (-4 *3 (-1215))))
((*1 *1 *2 *1)
(-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-511 *3 *4)) (-4 *3 (-1099))
(-4 *4 (-850))))
@@ -11774,9 +13407,9 @@
(-4 *6 (-365)) (-5 *2 (-587 *6)) (-5 *1 (-586 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *6 *5))
- (-5 *4 (-3 (-2 (|:| -1641 *5) (|:| |coeff| *5)) "failed"))
+ (-5 *4 (-3 (-2 (|:| -2650 *5) (|:| |coeff| *5)) "failed"))
(-4 *5 (-365)) (-4 *6 (-365))
- (-5 *2 (-2 (|:| -1641 *6) (|:| |coeff| *6)))
+ (-5 *2 (-2 (|:| -2650 *6) (|:| |coeff| *6)))
(-5 *1 (-586 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed"))
@@ -11796,31 +13429,31 @@
(-644 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
(-5 *1 (-586 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-601 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-601 *6)) (-5 *1 (-598 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-601 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-601 *6)) (-5 *1 (-598 *5 *6))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-601 *6)) (-5 *5 (-601 *7))
- (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-601 *8))
+ (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-601 *8))
(-5 *1 (-599 *6 *7 *8))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1155 *6)) (-5 *5 (-601 *7))
- (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-1155 *8))
+ (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-1155 *8))
(-5 *1 (-599 *6 *7 *8))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-601 *6)) (-5 *5 (-1155 *7))
- (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-1155 *8))
+ (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-1155 *8))
(-5 *1 (-599 *6 *7 *8))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1214)) (-5 *1 (-601 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1215)) (-5 *1 (-601 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-644 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-644 *6)) (-5 *1 (-642 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-644 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-644 *6)) (-5 *1 (-642 *5 *6))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-644 *6)) (-5 *5 (-644 *7))
- (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-644 *8))
+ (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-644 *8))
(-5 *1 (-643 *6 *7 *8))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-651 *3)) (-4 *3 (-1214))))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-651 *3)) (-4 *3 (-1215))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1049)) (-4 *8 (-1049))
(-4 *6 (-375 *5)) (-4 *7 (-375 *5)) (-4 *2 (-687 *8 *9 *10))
@@ -11833,9 +13466,9 @@
(-4 *4 (-687 *5 *6 *7)) (-4 *9 (-375 *8)) (-4 *10 (-375 *8))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-558)) (-4 *7 (-558))
- (-4 *6 (-1240 *5)) (-4 *2 (-1240 (-409 *8)))
- (-5 *1 (-709 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1240 (-409 *6)))
- (-4 *8 (-1240 *7))))
+ (-4 *6 (-1241 *5)) (-4 *2 (-1241 (-409 *8)))
+ (-5 *1 (-709 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1241 (-409 *6)))
+ (-4 *8 (-1241 *7))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1049)) (-4 *9 (-1049))
(-4 *5 (-850)) (-4 *6 (-793)) (-4 *2 (-949 *9 *7 *5))
@@ -11872,14 +13505,14 @@
(-12 (-5 *2 (-843 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-843 *5))
(-4 *5 (-1099)) (-4 *6 (-1099)) (-5 *1 (-842 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-877 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-877 *6)) (-5 *1 (-876 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-877 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-877 *6)) (-5 *1 (-876 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-879 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-879 *6)) (-5 *1 (-878 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-879 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-879 *6)) (-5 *1 (-878 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-882 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-882 *6)) (-5 *1 (-881 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-882 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-882 *6)) (-5 *1 (-881 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-889 *5 *6)) (-4 *5 (-1099))
(-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-889 *5 *7))
@@ -11895,11 +13528,11 @@
(-4 *8 (-1049)) (-4 *6 (-793))
(-4 *2
(-13 (-1099)
- (-10 -8 (-15 -3002 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771))))))
+ (-10 -8 (-15 -2964 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-771))))))
(-5 *1 (-951 *6 *7 *8 *5 *2)) (-4 *5 (-949 *8 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-958 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-958 *6)) (-5 *1 (-957 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-958 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-958 *6)) (-5 *1 (-957 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-943 *5)) (-4 *5 (-1049))
(-4 *6 (-1049)) (-5 *2 (-943 *6)) (-5 *1 (-981 *5 *6))))
@@ -11908,8 +13541,8 @@
(-4 *2 (-949 (-952 *4) *5 *6)) (-4 *5 (-793))
(-4 *6
(-13 (-850)
- (-10 -8 (-15 -2376 ((-1175) $))
- (-15 -4347 ((-3 $ "failed") (-1175))))))
+ (-10 -8 (-15 -1945 ((-1175) $))
+ (-15 -2780 ((-3 $ "failed") (-1175))))))
(-5 *1 (-984 *4 *5 *6 *2))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-558)) (-4 *6 (-558))
@@ -11931,1573 +13564,623 @@
(-4 *4 (-1053 *5 *6 *7 *8 *9)) (-4 *11 (-238 *6 *10))
(-4 *12 (-238 *5 *10))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1093 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-1093 *6)) (-5 *1 (-1088 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1093 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-1093 *6)) (-5 *1 (-1088 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1093 *5)) (-4 *5 (-848))
- (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-644 *6))
+ (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-644 *6))
(-5 *1 (-1088 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1091 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-1091 *6)) (-5 *1 (-1090 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1091 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-1091 *6)) (-5 *1 (-1090 *5 *6))))
((*1 *2 *3 *1)
(-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1094 *4 *2)) (-4 *4 (-848))
(-4 *2 (-1148 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1155 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-1155 *6)) (-5 *1 (-1153 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1155 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-1155 *6)) (-5 *1 (-1153 *5 *6))))
((*1 *2 *3 *4 *5)
(-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1155 *6)) (-5 *5 (-1155 *7))
- (-4 *6 (-1214)) (-4 *7 (-1214)) (-4 *8 (-1214)) (-5 *2 (-1155 *8))
+ (-4 *6 (-1215)) (-4 *7 (-1215)) (-4 *8 (-1215)) (-5 *2 (-1155 *8))
(-5 *1 (-1154 *6 *7 *8))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1171 *5)) (-4 *5 (-1049))
(-4 *6 (-1049)) (-5 *2 (-1171 *6)) (-5 *1 (-1169 *5 *6))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1190 *3 *4)) (-4 *3 (-1099))
+ (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-1099))
(-4 *4 (-1099))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1228 *5 *7 *9)) (-4 *5 (-1049))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1229 *5 *7 *9)) (-4 *5 (-1049))
(-4 *6 (-1049)) (-14 *7 (-1175)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1228 *6 *8 *10)) (-5 *1 (-1223 *5 *6 *7 *8 *9 *10))
+ (-5 *2 (-1229 *6 *8 *10)) (-5 *1 (-1224 *5 *6 *7 *8 *9 *10))
(-14 *8 (-1175))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1231 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-1231 *6)) (-5 *1 (-1230 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1232 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-1232 *6)) (-5 *1 (-1231 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1231 *5)) (-4 *5 (-848))
- (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-1155 *6))
- (-5 *1 (-1230 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1232 *5)) (-4 *5 (-848))
+ (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-1155 *6))
+ (-5 *1 (-1231 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1237 *5 *6)) (-14 *5 (-1175))
- (-4 *6 (-1049)) (-4 *8 (-1049)) (-5 *2 (-1237 *7 *8))
- (-5 *1 (-1232 *5 *6 *7 *8)) (-14 *7 (-1175))))
+ (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1238 *5 *6)) (-14 *5 (-1175))
+ (-4 *6 (-1049)) (-4 *8 (-1049)) (-5 *2 (-1238 *7 *8))
+ (-5 *1 (-1233 *5 *6 *7 *8)) (-14 *7 (-1175))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1049)) (-4 *6 (-1049))
- (-4 *2 (-1240 *6)) (-5 *1 (-1238 *5 *4 *6 *2)) (-4 *4 (-1240 *5))))
+ (-4 *2 (-1241 *6)) (-5 *1 (-1239 *5 *4 *6 *2)) (-4 *4 (-1241 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1249 *5 *7 *9)) (-4 *5 (-1049))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1250 *5 *7 *9)) (-4 *5 (-1049))
(-4 *6 (-1049)) (-14 *7 (-1175)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1249 *6 *8 *10)) (-5 *1 (-1244 *5 *6 *7 *8 *9 *10))
+ (-5 *2 (-1250 *6 *8 *10)) (-5 *1 (-1245 *5 *6 *7 *8 *9 *10))
(-14 *8 (-1175))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1049)) (-4 *6 (-1049))
- (-4 *2 (-1255 *6)) (-5 *1 (-1253 *5 *6 *4 *2)) (-4 *4 (-1255 *5))))
+ (-4 *2 (-1256 *6)) (-5 *1 (-1254 *5 *6 *4 *2)) (-4 *4 (-1256 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1264 *5)) (-4 *5 (-1214))
- (-4 *6 (-1214)) (-5 *2 (-1264 *6)) (-5 *1 (-1263 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1265 *5)) (-4 *5 (-1215))
+ (-4 *6 (-1215)) (-5 *2 (-1265 *6)) (-5 *1 (-1264 *5 *6))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1264 *5))
- (-4 *5 (-1214)) (-4 *6 (-1214)) (-5 *2 (-1264 *6))
- (-5 *1 (-1263 *5 *6))))
+ (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1265 *5))
+ (-4 *5 (-1215)) (-4 *6 (-1215)) (-5 *2 (-1265 *6))
+ (-5 *1 (-1264 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1281 *3 *4)) (-4 *3 (-850))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1282 *3 *4)) (-4 *3 (-850))
(-4 *4 (-1049))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-1287 *3 *4))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-1288 *3 *4))
(-4 *4 (-846)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-689 *2)) (-4 *2 (-172)) (-5 *1 (-146 *2))))
+(((*1 *1 *1) (-12 (-4 *1 (-656 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(((*1 *2 *1) (-12 (-5 *2 (-691 *3)) (-5 *1 (-966 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112)) (-5 *1 (-32 *4 *5))
+ (-4 *5 (-432 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-172)) (-4 *2 (-1240 *4)) (-5 *1 (-177 *4 *2 *3))
- (-4 *3 (-724 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 (-409 (-952 *5)))) (-5 *4 (-1175))
- (-5 *2 (-952 *5)) (-5 *1 (-293 *5)) (-4 *5 (-454))))
+ (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112))
+ (-5 *1 (-158 *4 *5)) (-4 *5 (-432 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-689 (-409 (-952 *4)))) (-5 *2 (-952 *4))
- (-5 *1 (-293 *4)) (-4 *4 (-454))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-372 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1240 *3))))
+ (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112))
+ (-5 *1 (-277 *4 *5)) (-4 *5 (-13 (-432 *4) (-1002)))))
((*1 *2 *3)
- (-12 (-5 *3 (-689 (-169 (-409 (-566)))))
- (-5 *2 (-952 (-169 (-409 (-566))))) (-5 *1 (-764 *4))
- (-4 *4 (-13 (-365) (-848)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 (-169 (-409 (-566))))) (-5 *4 (-1175))
- (-5 *2 (-952 (-169 (-409 (-566))))) (-5 *1 (-764 *5))
- (-4 *5 (-13 (-365) (-848)))))
+ (-12 (-5 *3 (-114)) (-5 *2 (-112)) (-5 *1 (-302 *4)) (-4 *4 (-303))))
+ ((*1 *2 *3) (-12 (-4 *1 (-303)) (-5 *3 (-114)) (-5 *2 (-112))))
((*1 *2 *3)
- (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *2 (-952 (-409 (-566))))
- (-5 *1 (-779 *4)) (-4 *4 (-13 (-365) (-848)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-689 (-409 (-566)))) (-5 *4 (-1175))
- (-5 *2 (-952 (-409 (-566)))) (-5 *1 (-779 *5))
- (-4 *5 (-13 (-365) (-848))))))
+ (-12 (-5 *3 (-114)) (-4 *5 (-1099)) (-5 *2 (-112))
+ (-5 *1 (-431 *4 *5)) (-4 *4 (-432 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112))
+ (-5 *1 (-433 *4 *5)) (-4 *5 (-432 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-114)) (-4 *4 (-558)) (-5 *2 (-112))
+ (-5 *1 (-630 *4 *5)) (-4 *5 (-13 (-432 *4) (-1002) (-1200))))))
+(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1200))))
+ ((*1 *2 *1) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-644 (-1171 *4))) (-5 *3 (-1171 *4))
+ (-4 *4 (-909)) (-5 *1 (-663 *4)))))
+(((*1 *1)
+ (-12 (-4 *1 (-406)) (-3348 (|has| *1 (-6 -4406)))
+ (-3348 (|has| *1 (-6 -4398)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-850))))
+ ((*1 *2 *1) (-12 (-4 *1 (-830 *2)) (-4 *2 (-850))))
+ ((*1 *1) (-4 *1 (-844))) ((*1 *1 *1 *1) (-4 *1 (-850))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175))
- (-4 *5 (-13 (-454) (-147) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-587 *3)) (-5 *1 (-559 *5 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
-(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1237 *5 *4)) (-5 *1 (-1173 *4 *5 *6))
- (-4 *4 (-1049)) (-14 *5 (-1175)) (-14 *6 *4)))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1237 *5 *4)) (-5 *1 (-1256 *4 *5 *6))
- (-4 *4 (-1049)) (-14 *5 (-1175)) (-14 *6 *4))))
-(((*1 *1) (-5 *1 (-1084))))
-(((*1 *1 *1) (-5 *1 (-225)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
- (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
- ((*1 *1 *1) (-5 *1 (-381))) ((*1 *1) (-5 *1 (-381))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 (-409 (-952 (-566))))) (-5 *4 (-644 (-1175)))
- (-5 *2 (-644 (-644 *5))) (-5 *1 (-382 *5))
- (-4 *5 (-13 (-848) (-365)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 (-566)))) (-5 *2 (-644 *4)) (-5 *1 (-382 *4))
- (-4 *4 (-13 (-848) (-365))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-1049))
- (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-1240 *4)))))
+ (-12 (-5 *4 (-644 *5)) (-4 *5 (-1241 *3)) (-4 *3 (-308))
+ (-5 *2 (-112)) (-5 *1 (-457 *3 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1146 (-1157))) (-5 *1 (-393)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |k| (-1175)) (|:| |c| (-1287 *3)))))
+ (-5 *1 (-1287 *3)) (-4 *3 (-1049))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |k| *3) (|:| |c| (-1289 *3 *4)))))
+ (-5 *1 (-1289 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049)))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-312))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-771)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1193)))))
+(((*1 *1) (-5 *1 (-439))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1101 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1101 *3)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-4 *1 (-376 *3 *4))
+ (-4 *4 (-172)))))
(((*1 *2)
- (-12 (-5 *2 (-1269)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099))
+ (-12 (-5 *2 (-112)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099))
(-4 *4 (-1099)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-566)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *2 (-1269)) (-5 *1 (-451 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))))
-(((*1 *1) (-5 *1 (-561))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *2 (-1064 *4 *5 *6)) (-5 *1 (-776 *4 *5 *6 *2 *3))
- (-4 *3 (-1070 *4 *5 *6 *2)))))
-(((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-689 (-409 *4))))))
-(((*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1157)) (-5 *1 (-306)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454)))
- (-5 *2 (-843 *4)) (-5 *1 (-314 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1199) (-432 *3))) (-14 *5 (-1175))
- (-14 *6 *4)))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454)))
- (-5 *2 (-843 *4)) (-5 *1 (-1250 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1199) (-432 *3))) (-14 *5 (-1175))
- (-14 *6 *4))))
+ (-12 (-4 *3 (-1099)) (-4 *4 (-13 (-1049) (-886 *3) (-614 (-892 *3))))
+ (-5 *2 (-644 (-1075 *3 *4 *5))) (-5 *1 (-1076 *3 *4 *5))
+ (-4 *5 (-13 (-432 *4) (-886 *3) (-614 (-892 *3)))))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157))
+ (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1 *1 *1) (-4 *1 (-967))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-793)) (-4 *5 (-1049)) (-4 *6 (-949 *5 *4 *2))
- (-4 *2 (-850)) (-5 *1 (-950 *4 *2 *5 *6 *3))
- (-4 *3
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *6)) (-15 -2248 (*6 $))
- (-15 -2260 (*6 $)))))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558))
- (-5 *2 (-1175)) (-5 *1 (-1043 *4)))))
+ (-12 (-4 *2 (-1241 *3)) (-5 *1 (-401 *3 *2))
+ (-4 *3 (-13 (-365) (-147))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1266))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1266))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1267))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-264))) (-5 *1 (-1267)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566)))))
+ (-4 *5 (-1241 *4))
+ (-5 *2 (-644 (-2 (|:| |deg| (-771)) (|:| -1900 *5))))
+ (-5 *1 (-809 *4 *5 *3 *6)) (-4 *3 (-656 *5))
+ (-4 *6 (-656 (-409 *5))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-604 *2 *3)) (-4 *3 (-1214)) (-4 *2 (-1099))
- (-4 *2 (-850)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-328 *3)) (-4 *3 (-1214))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1214))
- (-14 *4 (-566)))))
+ (-12 (-5 *2 (-644 (-1201 *3))) (-5 *1 (-1201 *3)) (-4 *3 (-1099)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1240 (-566))) (-5 *1 (-488 *3)))))
-(((*1 *2) (-12 (-5 *2 (-833 (-566))) (-5 *1 (-536))))
- ((*1 *1) (-12 (-5 *1 (-833 *2)) (-4 *2 (-1099)))))
+ (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002)))
+ (-5 *1 (-176 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-420 (-1171 *1))) (-5 *1 (-317 *4)) (-5 *3 (-1171 *1))
- (-4 *4 (-454)) (-4 *4 (-558)) (-4 *4 (-1099))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1287 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-846)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))))
-(((*1 *2 *3 *3 *3 *4 *5 *6)
- (-12 (-5 *3 (-317 (-566))) (-5 *4 (-1 (-225) (-225)))
- (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225)))
- (-5 *1 (-697)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-415 *3 *4 *5 *6)) (-4 *6 (-1038 *4)) (-4 *3 (-308))
- (-4 *4 (-992 *3)) (-4 *5 (-1240 *4)) (-4 *6 (-411 *4 *5))
- (-14 *7 (-1264 *6)) (-5 *1 (-416 *3 *4 *5 *6 *7))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 *6)) (-4 *6 (-411 *4 *5)) (-4 *4 (-992 *3))
- (-4 *5 (-1240 *4)) (-4 *3 (-308)) (-5 *1 (-416 *3 *4 *5 *6 *7))
- (-14 *7 *2))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
-(((*1 *2 *2 *2 *3 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-5 *1 (-1236 *4 *2))
- (-4 *2 (-1240 *4)))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
- (-5 *2 (-1035)) (-5 *1 (-754)))))
-(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-112))
- (-5 *6 (-225)) (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-68 APROD))))
- (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-73 MSOLVE))))
- (-5 *2 (-1035)) (-5 *1 (-756)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2))
- (-4 *3 (-558))))
- ((*1 *1)
- (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
- (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
- ((*1 *1) (-5 *1 (-479))) ((*1 *1) (-4 *1 (-1199))))
+ (-12 (-4 *4 (-27))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
+ (-4 *5 (-1241 *4)) (-5 *2 (-644 (-653 (-409 *5))))
+ (-5 *1 (-657 *4 *5)) (-5 *3 (-653 (-409 *5))))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4415)) (-4 *1 (-235 *3))
+ (-4 *3 (-1099))))
+ ((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4415)) (-4 *1 (-235 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-283 *2)) (-4 *2 (-1215)) (-4 *2 (-1099))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-283 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-610 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-566)) (-4 *4 (-1099))
+ (-5 *1 (-737 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-5 *1 (-737 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
+ (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))))
(((*1 *2 *3)
- (-12 (|has| *2 (-6 (-4416 "*"))) (-4 *5 (-375 *2)) (-4 *6 (-375 *2))
- (-4 *2 (-1049)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1240 *2))
- (-4 *4 (-687 *2 *5 *6)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-30))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-420 *4) *4)) (-4 *4 (-558)) (-5 *2 (-420 *4))
- (-5 *1 (-421 *4))))
- ((*1 *1 *1) (-5 *1 (-926)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926))))
- ((*1 *1 *1) (-5 *1 (-927)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))
- (-5 *4 (-409 (-566))) (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))
- (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))
- (-5 *4 (-409 (-566))) (-5 *1 (-1021 *3)) (-4 *3 (-1240 *4))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))
- (-5 *1 (-1021 *3)) (-4 *3 (-1240 (-409 (-566))))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
- (-4 *3 (-1240 *2)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-644 (-483 *4 *5))) (-5 *3 (-644 (-864 *4)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-473 *4 *5 *6))
- (-4 *6 (-454)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-890 *4 *3))
- (-4 *3 (-1214))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1171 *5)) (-4 *5 (-454)) (-5 *2 (-644 *6))
- (-5 *1 (-540 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-952 *5)) (-4 *5 (-454)) (-5 *2 (-644 *6))
- (-5 *1 (-540 *5 *6 *4)) (-4 *6 (-365)) (-4 *4 (-13 (-365) (-848))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927))
- (-5 *1 (-925 *3)) (-4 *3 (-614 (-538)))))
- ((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *4 (-1175)) (-5 *5 (-1093 (-225))) (-5 *2 (-927))
- (-5 *1 (-925 *3)) (-4 *3 (-614 (-538)))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-926))))
- ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-926))))
- ((*1 *1 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-926))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1093 (-225))) (-5 *1 (-927))))
- ((*1 *1 *2 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-927))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-927))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-644 (-1 (-225) (-225)))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-927))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-1 (-225) (-225)))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-927))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-927))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *3 (-1093 (-225)))
- (-5 *1 (-927)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-531)))))
+ (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-454)) (-5 *2 (-112))
+ (-5 *1 (-362 *4 *5)) (-14 *5 (-644 (-1175)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-780 *4 (-864 *5)))) (-4 *4 (-454))
+ (-14 *5 (-644 (-1175))) (-5 *2 (-112)) (-5 *1 (-628 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-647 *3)) (-4 *3 (-1099)))))
(((*1 *2 *3 *1)
- (-12
+ (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-5 *2 (-2 (|:| -2334 *3) (|:| -2303 *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793)) (-5 *2 (-644 *6))
+ (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
(-5 *2
- (-2 (|:| |cycle?| (-112)) (|:| -3449 (-771)) (|:| |period| (-771))))
- (-5 *1 (-1155 *4)) (-4 *4 (-1214)) (-5 *3 (-771)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-128)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))))
- ((*1 *2 *1 *1)
- (-12 (-4 *2 (-1049)) (-5 *1 (-50 *2 *3)) (-14 *3 (-644 (-1175)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 (-921))) (-4 *2 (-365)) (-5 *1 (-152 *4 *2 *5))
- (-14 *4 (-921)) (-14 *5 (-993 *4 *2))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-317 *3)) (-5 *1 (-223 *3 *4))
- (-4 *3 (-13 (-1049) (-850))) (-14 *4 (-644 (-1175)))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-324 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-131))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-384 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1049))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *2 (-558)) (-5 *1 (-623 *2 *4))
- (-4 *4 (-1240 *2))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-708 *2)) (-4 *2 (-1049))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-1049)) (-5 *1 (-735 *2 *3)) (-4 *3 (-726))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 *5)) (-5 *3 (-644 (-771))) (-4 *1 (-740 *4 *5))
- (-4 *4 (-1049)) (-4 *5 (-850))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *2)) (-4 *4 (-1049))
- (-4 *2 (-850))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-4 *1 (-852 *2)) (-4 *2 (-1049))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 (-771))) (-4 *1 (-949 *4 *5 *6))
- (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-949 *4 *5 *2)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *2 (-850))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-4 *2 (-949 *4 (-533 *5) *5))
- (-5 *1 (-1125 *4 *5 *2)) (-4 *4 (-1049)) (-4 *5 (-850))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-952 *4)) (-5 *1 (-1208 *4))
- (-4 *4 (-1049)))))
+ (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566))
+ (|:| |success| (-112))))
+ (-5 *1 (-789)) (-5 *5 (-566)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1281 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
- (-5 *2 (-2 (|:| |k| (-819 *3)) (|:| |c| *4))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-689 *4)) (-4 *4 (-1049)) (-5 *1 (-1141 *3 *4))
- (-14 *3 (-771)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-247 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-454))
- (-5 *2 (-483 *4 *5)) (-5 *1 (-631 *4 *5)))))
+ (-12 (-5 *2 (-2 (|:| -2666 *1) (|:| -4402 *1) (|:| |associate| *1)))
+ (-4 *1 (-558)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1207 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-566)) (-4 *3 (-172)) (-4 *5 (-375 *3))
- (-4 *6 (-375 *3)) (-5 *1 (-688 *3 *5 *6 *2))
- (-4 *2 (-687 *3 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1093 (-225)))
- (-5 *2 (-1266)) (-5 *1 (-258)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1175)) (-5 *2 (-1 (-1171 (-952 *4)) (-952 *4)))
- (-5 *1 (-1272 *4)) (-4 *4 (-365)))))
-(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-752)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-992 *2)) (-4 *4 (-1240 *3)) (-4 *2 (-308))
- (-5 *1 (-415 *2 *3 *4 *5)) (-4 *5 (-13 (-411 *3 *4) (-1038 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-558)) (-4 *3 (-1099)) (-5 *2 (-1124 *3 (-612 *1)))
- (-4 *1 (-432 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-726) *4))
- (-5 *1 (-621 *3 *4 *2)) (-4 *3 (-38 *4))))
+ (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
+ (-5 *2 (-112))))
((*1 *2 *1)
- (-12 (-4 *4 (-172)) (-4 *2 (|SubsetCategory| (-726) *4))
- (-5 *1 (-662 *3 *4 *2)) (-4 *3 (-717 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-409 *4)) (-4 *4 (-1240 *3)) (-4 *3 (-13 (-365) (-147)))
- (-5 *1 (-401 *3 *4)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3))
- (-4 *3 (-1099)))))
-(((*1 *2)
- (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-1288 *3 *4)) (-4 *3 (-1049))
+ (-4 *4 (-846)))))
(((*1 *2 *1)
- (-12
- (-5 *2
- (-1264
- (-2 (|:| |scaleX| (-225)) (|:| |scaleY| (-225))
- (|:| |deltaX| (-225)) (|:| |deltaY| (-225)) (|:| -4187 (-566))
- (|:| -3530 (-566)) (|:| |spline| (-566)) (|:| -3013 (-566))
- (|:| |axesColor| (-874)) (|:| -3851 (-566))
- (|:| |unitsColor| (-874)) (|:| |showing| (-566)))))
- (-5 *1 (-1265)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 *1)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-4 *6 (-344 *3 *4 *5))
+ (-5 *2 (-415 *4 (-409 *4) *5 *6))))
((*1 *1 *2)
- (-12 (-5 *2 (-1264 *3)) (-4 *3 (-1049)) (-5 *1 (-689 *3))))
+ (-12 (-5 *2 (-1265 *6)) (-4 *6 (-13 (-411 *4 *5) (-1038 *4)))
+ (-4 *4 (-992 *3)) (-4 *5 (-1241 *4)) (-4 *3 (-308))
+ (-5 *1 (-415 *3 *4 *5 *6))))
((*1 *1 *2)
- (-12 (-5 *2 (-644 *4)) (-4 *4 (-1049)) (-4 *1 (-1122 *3 *4 *5 *6))
- (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *3 *4)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454))
- (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-977 *3 *4 *5 *6)))))
-(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-405 *3)) (-4 *3 (-406))))
- ((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-405 *3)) (-4 *3 (-406))))
- ((*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4405)) (-4 *1 (-406))))
- ((*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921))))
- ((*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-1155 (-566))))))
-(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-644 (-264))) (-5 *4 (-1175))
- (-5 *1 (-263 *2)) (-4 *2 (-1214))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *2 (-52))
- (-5 *1 (-264)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-308)) (-4 *4 (-992 *3)) (-4 *5 (-1240 *4))
- (-5 *2 (-1264 *6)) (-5 *1 (-415 *3 *4 *5 *6))
- (-4 *6 (-13 (-411 *4 *5) (-1038 *4)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-4 *3 (-1099)) (-5 *2 (-1124 *3 (-612 *1)))
- (-4 *1 (-432 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-172)) (-4 *2 (-38 *3)) (-5 *1 (-621 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-726) *3))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-172)) (-4 *2 (-717 *3)) (-5 *1 (-662 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-726) *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
-(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266))))
- ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-823)) (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-927)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-644 (-1264 *4))) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558))
- (-5 *2 (-644 (-1264 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
-(((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))))
-(((*1 *2)
- (-12 (-5 *2 (-2 (|:| -1923 (-644 *3)) (|:| -2395 (-644 *3))))
- (-5 *1 (-1215 *3)) (-4 *3 (-1099)))))
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)))))
(((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-344 *4 *5 *6)) (-4 *4 (-1218))
- (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5)))
- (-5 *2 (-2 (|:| |num| (-689 *5)) (|:| |den| *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-213 4 (-129))) (-5 *1 (-581)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 (-112) *9)) (-5 *5 (-1 (-112) *9 *9))
- (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558)) (-4 *7 (-793))
- (-4 *8 (-850)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3712 (-644 *9))))
- (-5 *3 (-644 *9)) (-4 *1 (-1207 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-112) *8 *8)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *5 (-558)) (-4 *6 (-793)) (-4 *7 (-850))
- (-5 *2 (-2 (|:| |bas| *1) (|:| -3712 (-644 *8))))
- (-5 *3 (-644 *8)) (-4 *1 (-1207 *5 *6 *7 *8)))))
+ (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-419 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1095))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1253 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-1091 (-952 (-566)))) (-5 *3 (-952 (-566)))
+ (-5 *1 (-331))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1091 (-952 (-566)))) (-5 *1 (-331)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-192))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-301))))
+ (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-866 *4 *5 *6 *7))
+ (-4 *4 (-1049)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 *3))
+ (-14 *7 *3)))
((*1 *2 *3)
- (-12 (-5 *3 (-644 (-225))) (-5 *2 (-644 (-1157))) (-5 *1 (-306)))))
+ (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-4 *5 (-850)) (-4 *6 (-793))
+ (-14 *8 (-644 *5)) (-5 *2 (-1270))
+ (-5 *1 (-1277 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-949 *4 *6 *5))
+ (-14 *9 (-644 *3)) (-14 *10 *3))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *9 (-1070 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793))
- (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1068 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-644 *9)) (-4 *8 (-1064 *5 *6 *7))
- (-4 *9 (-1108 *5 *6 *7 *8)) (-4 *5 (-454)) (-4 *6 (-793))
- (-4 *7 (-850)) (-5 *2 (-771)) (-5 *1 (-1144 *5 *6 *7 *8 *9)))))
-(((*1 *2 *1) (-12 (-5 *2 (-139)) (-5 *1 (-140))))
- ((*1 *2 *1) (-12 (-5 *1 (-183 *2)) (-4 *2 (-185))))
- ((*1 *2 *1) (-12 (-5 *2 (-249)) (-5 *1 (-248)))))
-(((*1 *1) (-5 *1 (-141))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-921)) (-5 *1 (-786)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
+ (-12 (-5 *3 (-644 *5)) (-5 *4 (-921)) (-4 *5 (-850))
+ (-5 *2 (-59 (-644 (-672 *5)))) (-5 *1 (-672 *5)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-952 (-381))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-409 (-952 (-381)))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-317 (-381))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-952 (-566))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-409 (-952 (-566)))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-317 (-566))) (-5 *1 (-341 *3 *4 *5))
- (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-341 *3 *4 *5))
- (-14 *3 (-644 *2)) (-14 *4 (-644 *2)) (-4 *5 (-389))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-317 *5)) (-4 *5 (-389))
- (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175)))
- (-14 *4 (-644 (-1175)))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-689 (-409 (-952 (-566))))) (-4 *1 (-386))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-689 (-409 (-952 (-381))))) (-4 *1 (-386))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-689 (-952 (-566)))) (-4 *1 (-386))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-689 (-952 (-381)))) (-4 *1 (-386))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-689 (-317 (-566)))) (-4 *1 (-386))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-689 (-317 (-381)))) (-4 *1 (-386))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-409 (-952 (-566)))) (-4 *1 (-398))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-409 (-952 (-381)))) (-4 *1 (-398))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-566))) (-4 *1 (-398))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-381))) (-4 *1 (-398))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-566))) (-4 *1 (-398))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-381))) (-4 *1 (-398))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1264 (-409 (-952 (-566))))) (-4 *1 (-443))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1264 (-409 (-952 (-381))))) (-4 *1 (-443))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1264 (-952 (-566)))) (-4 *1 (-443))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1264 (-952 (-381)))) (-4 *1 (-443))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1264 (-317 (-566)))) (-4 *1 (-443))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1264 (-317 (-381)))) (-4 *1 (-443))))
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1200) (-432 *4)))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-351)) (-4 *5 (-330 *4)) (-4 *6 (-1240 *5))
- (-5 *2 (-1171 (-1171 *4))) (-5 *1 (-777 *4 *5 *6 *3 *7))
- (-4 *3 (-1240 *6)) (-14 *7 (-921))))
+ (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-409 (-566)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1200) (-432 *5)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-295 *3)) (-5 *5 (-409 (-566)))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-316 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 (-566))) (-5 *4 (-295 *6))
+ (-4 *6 (-13 (-27) (-1200) (-432 *5)))
+ (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1232 (-566)))
+ (-4 *7 (-13 (-27) (-1200) (-432 *6)))
+ (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-566)))
+ (-4 *3 (-13 (-27) (-1200) (-432 *7)))
+ (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *7 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-1 *8 (-409 (-566)))) (-5 *4 (-295 *8))
+ (-5 *5 (-1232 (-409 (-566)))) (-5 *6 (-409 (-566)))
+ (-4 *8 (-13 (-27) (-1200) (-432 *7)))
+ (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1232 (-409 (-566))))
+ (-5 *7 (-409 (-566))) (-4 *3 (-13 (-27) (-1200) (-432 *8)))
+ (-4 *8 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
+ (-5 *1 (-461 *8 *3))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5))
- (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *1 (-976 *3 *4 *5 *6))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-1038 *2)) (-4 *2 (-1214))))
+ (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3))))
+ (-4 *3 (-1049)) (-5 *1 (-596 *3))))
((*1 *1 *2)
- (|partial| -2768
- (-12 (-5 *2 (-952 *3))
- (-12 (-2404 (-4 *3 (-38 (-409 (-566)))))
- (-2404 (-4 *3 (-38 (-566)))) (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
- (-4 *5 (-850)))
- (-12 (-5 *2 (-952 *3))
- (-12 (-2404 (-4 *3 (-547))) (-2404 (-4 *3 (-38 (-409 (-566)))))
- (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
- (-4 *5 (-850)))
- (-12 (-5 *2 (-952 *3))
- (-12 (-2404 (-4 *3 (-992 (-566)))) (-4 *3 (-38 (-409 (-566))))
- (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
- (-4 *5 (-850)))))
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-597 *3))))
((*1 *1 *2)
- (|partial| -2768
- (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
- (-12 (-2404 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566)))
- (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))
- (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
- (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))))
- (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))))
+ (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3))))
+ (-4 *3 (-1049)) (-4 *1 (-1225 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-771))
+ (-5 *3 (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| *4))))
+ (-4 *4 (-1049)) (-4 *1 (-1246 *4))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5))
- (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))
- (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-644 *6)) (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
- (-4 *3 (-558)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1195))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1195)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-317 *4)) (-4 *4 (-13 (-828) (-1049))) (-5 *2 (-1157))
- (-5 *1 (-826 *4))))
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-4 *1 (-1256 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1155 (-2 (|:| |k| (-771)) (|:| |c| *3))))
+ (-4 *3 (-1049)) (-4 *1 (-1256 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-409 (-952 (-566)))))
+ (-5 *2 (-644 (-644 (-295 (-952 *4))))) (-5 *1 (-382 *4))
+ (-4 *4 (-13 (-848) (-365)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-317 *5)) (-5 *4 (-112)) (-4 *5 (-13 (-828) (-1049)))
- (-5 *2 (-1157)) (-5 *1 (-826 *5))))
+ (-12 (-5 *3 (-644 (-295 (-409 (-952 (-566))))))
+ (-5 *2 (-644 (-644 (-295 (-952 *4))))) (-5 *1 (-382 *4))
+ (-4 *4 (-13 (-848) (-365)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-822)) (-5 *4 (-317 *5)) (-4 *5 (-13 (-828) (-1049)))
- (-5 *2 (-1269)) (-5 *1 (-826 *5))))
+ (-12 (-5 *3 (-409 (-952 (-566)))) (-5 *2 (-644 (-295 (-952 *4))))
+ (-5 *1 (-382 *4)) (-4 *4 (-13 (-848) (-365)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-295 (-409 (-952 (-566)))))
+ (-5 *2 (-644 (-295 (-952 *4)))) (-5 *1 (-382 *4))
+ (-4 *4 (-13 (-848) (-365)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-822)) (-5 *4 (-317 *6)) (-5 *5 (-112))
- (-4 *6 (-13 (-828) (-1049))) (-5 *2 (-1269)) (-5 *1 (-826 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-828)) (-5 *2 (-1157))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-828)) (-5 *3 (-112)) (-5 *2 (-1157))))
- ((*1 *2 *3 *1) (-12 (-4 *1 (-828)) (-5 *3 (-822)) (-5 *2 (-1269))))
- ((*1 *2 *3 *1 *4)
- (-12 (-4 *1 (-828)) (-5 *3 (-822)) (-5 *4 (-112)) (-5 *2 (-1269)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-644 (-644 (-566)))) (-5 *1 (-971))
- (-5 *3 (-644 (-566))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-74 FCN)))) (-5 *2 (-1035))
- (-5 *1 (-746)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265)))))
-(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-927)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1171 *6)) (-4 *6 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-1171 *7)) (-5 *1 (-322 *4 *5 *6 *7))
- (-4 *7 (-949 *6 *4 *5)))))
-(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-1157)) (-5 *1 (-97))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-381)) (-5 *3 (-1157)) (-5 *1 (-97)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-771)) (-5 *4 (-1264 *2)) (-4 *5 (-308))
- (-4 *6 (-992 *5)) (-4 *2 (-13 (-411 *6 *7) (-1038 *6)))
- (-5 *1 (-415 *5 *6 *7 *2)) (-4 *7 (-1240 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-682 *2)) (-4 *2 (-1099))))
+ (|partial| -12 (-5 *5 (-1175))
+ (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-4 *4 (-13 (-29 *6) (-1200) (-959)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -3781 (-644 *4))))
+ (-5 *1 (-652 *6 *4 *3)) (-4 *3 (-656 *4))))
+ ((*1 *2 *3 *2 *4 *2 *5)
+ (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 *2))
+ (-4 *2 (-13 (-29 *6) (-1200) (-959)))
+ (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *1 (-652 *6 *2 *3)) (-4 *3 (-656 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-644 *5) (-644 *5))) (-5 *4 (-566))
- (-5 *2 (-644 *5)) (-5 *1 (-682 *5)) (-4 *5 (-1099)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-793))
- (-4 *5 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))) (-4 *6 (-558))
- (-5 *2 (-2 (|:| -3920 (-952 *6)) (|:| -2156 (-952 *6))))
- (-5 *1 (-732 *4 *5 *6 *3)) (-4 *3 (-949 (-409 (-952 *6)) *4 *5)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-3 (-409 (-952 *6)) (-1164 (-1175) (-952 *6))))
- (-5 *5 (-771)) (-4 *6 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *6)))))
- (-5 *1 (-293 *6)) (-5 *4 (-689 (-409 (-952 *6))))))
+ (-12 (-5 *3 (-689 *5)) (-4 *5 (-365))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1265 *5) "failed"))
+ (|:| -3781 (-644 (-1265 *5)))))
+ (-5 *1 (-667 *5)) (-5 *4 (-1265 *5))))
((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-2 (|:| |eigval| (-3 (-409 (-952 *5)) (-1164 (-1175) (-952 *5))))
- (|:| |eigmult| (-771)) (|:| |eigvec| (-644 *4))))
- (-4 *5 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *5)))))
- (-5 *1 (-293 *5)) (-5 *4 (-689 (-409 (-952 *5)))))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1255 *4)) (-5 *1 (-1257 *4 *2))
- (-4 *4 (-38 (-409 (-566)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-365))
- (-5 *2 (-2 (|:| -2548 (-420 *3)) (|:| |special| (-420 *3))))
- (-5 *1 (-727 *5 *3)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (|has| *1 (-6 -4414)) (-4 *1 (-491 *4))
- (-4 *4 (-1214)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |pde| (-644 (-317 (-225))))
- (|:| |constraints|
- (-644
- (-2 (|:| |start| (-225)) (|:| |finish| (-225))
- (|:| |grid| (-771)) (|:| |boundaryType| (-566))
- (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225))))))
- (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157))
- (|:| |tol| (-225))))
- (-5 *2 (-112)) (-5 *1 (-210)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-216 *4 *3))
- (-4 *3 (-1240 *4))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566)))))
+ (-12 (-5 *3 (-644 (-644 *5))) (-4 *5 (-365))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1265 *5) "failed"))
+ (|:| -3781 (-644 (-1265 *5)))))
+ (-5 *1 (-667 *5)) (-5 *4 (-1265 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
- (-4 *3 (-1240 (-566)))))
+ (-12 (-5 *3 (-689 *5)) (-4 *5 (-365))
+ (-5 *2
+ (-644
+ (-2 (|:| |particular| (-3 (-1265 *5) "failed"))
+ (|:| -3781 (-644 (-1265 *5))))))
+ (-5 *1 (-667 *5)) (-5 *4 (-644 (-1265 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-771))) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
- (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *2 (-420 *3))
- (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
- (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-420 *3)) (-5 *1 (-1007 *3))
- (-4 *3 (-1240 (-409 (-566))))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-420 *3)) (-5 *1 (-1229 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-409 (-566))))
- (-5 *2 (-2 (|:| -3941 (-1155 *4)) (|:| -3952 (-1155 *4))))
- (-5 *1 (-1161 *4)) (-5 *3 (-1155 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
-(((*1 *2 *3) (-12 (-5 *3 (-538)) (-5 *1 (-537 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-538)))))
-(((*1 *2 *3)
- (-12
+ (-12 (-5 *3 (-644 (-644 *5))) (-4 *5 (-365))
(-5 *2
- (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))
- (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566)))))
+ (-644
+ (-2 (|:| |particular| (-3 (-1265 *5) "failed"))
+ (|:| -3781 (-644 (-1265 *5))))))
+ (-5 *1 (-667 *5)) (-5 *4 (-644 (-1265 *5)))))
((*1 *2 *3 *4)
- (-12
+ (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4416))))
+ (-4 *4 (-13 (-375 *5) (-10 -7 (-6 -4416))))
(-5 *2
- (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))
- (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566)))
- (-5 *4 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3781 (-644 *4))))
+ (-5 *1 (-668 *5 *6 *4 *3)) (-4 *3 (-687 *5 *6 *4))))
((*1 *2 *3 *4)
- (-12
+ (-12 (-4 *5 (-365)) (-4 *6 (-13 (-375 *5) (-10 -7 (-6 -4416))))
+ (-4 *7 (-13 (-375 *5) (-10 -7 (-6 -4416))))
(-5 *2
- (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))
- (-5 *1 (-1020 *3)) (-4 *3 (-1240 (-566))) (-5 *4 (-409 (-566)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-409 (-566)))
- (-5 *2 (-644 (-2 (|:| -1953 *5) (|:| -1966 *5)))) (-5 *1 (-1020 *3))
- (-4 *3 (-1240 (-566))) (-5 *4 (-2 (|:| -1953 *5) (|:| -1966 *5)))))
+ (-644
+ (-2 (|:| |particular| (-3 *7 "failed")) (|:| -3781 (-644 *7)))))
+ (-5 *1 (-668 *5 *6 *7 *3)) (-5 *4 (-644 *7))
+ (-4 *3 (-687 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-644 (-1175))) (-4 *5 (-558))
+ (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-770 *5))))
((*1 *2 *3)
- (-12
- (-5 *2
- (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))
- (-5 *1 (-1021 *3)) (-4 *3 (-1240 (-409 (-566))))))
+ (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-558))
+ (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-770 *4))))
+ ((*1 *2 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-114)) (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *1 (-772 *5 *2)) (-4 *2 (-13 (-29 *5) (-1200) (-959)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-689 *7)) (-5 *5 (-1175))
+ (-4 *7 (-13 (-29 *6) (-1200) (-959)))
+ (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2
+ (-2 (|:| |particular| (-1265 *7)) (|:| -3781 (-644 (-1265 *7)))))
+ (-5 *1 (-802 *6 *7)) (-5 *4 (-1265 *7))))
((*1 *2 *3 *4)
- (-12
+ (|partial| -12 (-5 *3 (-689 *6)) (-5 *4 (-1175))
+ (-4 *6 (-13 (-29 *5) (-1200) (-959)))
+ (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2 (-644 (-1265 *6))) (-5 *1 (-802 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-644 (-295 *7))) (-5 *4 (-644 (-114)))
+ (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1200) (-959)))
+ (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2
+ (-2 (|:| |particular| (-1265 *7)) (|:| -3781 (-644 (-1265 *7)))))
+ (-5 *1 (-802 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-644 *7)) (-5 *4 (-644 (-114)))
+ (-5 *5 (-1175)) (-4 *7 (-13 (-29 *6) (-1200) (-959)))
+ (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2
+ (-2 (|:| |particular| (-1265 *7)) (|:| -3781 (-644 (-1265 *7)))))
+ (-5 *1 (-802 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-295 *7)) (-5 *4 (-114)) (-5 *5 (-1175))
+ (-4 *7 (-13 (-29 *6) (-1200) (-959)))
+ (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
(-5 *2
- (-644 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566))))))
- (-5 *1 (-1021 *3)) (-4 *3 (-1240 (-409 (-566))))
- (-5 *4 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-409 (-566)))
- (-5 *2 (-644 (-2 (|:| -1953 *4) (|:| -1966 *4)))) (-5 *1 (-1021 *3))
- (-4 *3 (-1240 *4))))
+ (-3 (-2 (|:| |particular| *7) (|:| -3781 (-644 *7))) *7 "failed"))
+ (-5 *1 (-802 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-409 (-566)))
- (-5 *2 (-644 (-2 (|:| -1953 *5) (|:| -1966 *5)))) (-5 *1 (-1021 *3))
- (-4 *3 (-1240 *5)) (-5 *4 (-2 (|:| -1953 *5) (|:| -1966 *5))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
- (-5 *2 (-644 (-2 (|:| |k| *4) (|:| |c| *3))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |k| (-893 *3)) (|:| |c| *4))))
- (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
- (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-672 *3))) (-5 *1 (-893 *3)) (-4 *3 (-850)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-566))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 -2352))))
- (-5 *2 (-1035)) (-5 *1 (-748)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1249 *3 *4 *5)) (-5 *1 (-320 *3 *4 *5)) (-4 *3 (-365))
- (-14 *4 (-1175)) (-14 *5 *3)))
- ((*1 *2 *1) (-12 (-4 *1 (-406)) (-5 *2 (-566))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-420 *3)) (-4 *3 (-558))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-699))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1099)) (-5 *1 (-713 *3 *2 *4)) (-4 *3 (-850))
- (-14 *4
- (-1 (-112) (-2 (|:| -2835 *3) (|:| -2201 *2))
- (-2 (|:| -2835 *3) (|:| -2201 *2)))))))
-(((*1 *2 *2)
- (-12
+ (-12 (-5 *4 (-114)) (-5 *5 (-1175))
+ (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
(-5 *2
- (-506 (-409 (-566)) (-240 *4 (-771)) (-864 *3)
- (-247 *3 (-409 (-566)))))
- (-14 *3 (-644 (-1175))) (-14 *4 (-771)) (-5 *1 (-507 *3 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-351)) (-4 *4 (-330 *3)) (-4 *5 (-1240 *4))
- (-5 *1 (-777 *3 *4 *5 *2 *6)) (-4 *2 (-1240 *5)) (-14 *6 (-921))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-4 *3 (-370))))
- ((*1 *1 *1) (-12 (-4 *1 (-1283 *2)) (-4 *2 (-365)) (-4 *2 (-370)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)))))
-(((*1 *1 *1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-558)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
- (-5 *2 (-1 *5 *5)) (-5 *1 (-804 *4 *5))
- (-4 *5 (-13 (-29 *4) (-1199) (-959))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-147)) (-4 *2 (-308)) (-4 *2 (-454)) (-4 *3 (-850))
- (-4 *4 (-793)) (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-317 (-566))) (-5 *1 (-1118))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1010 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-365)) (-4 *3 (-1049))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3302 *1)))
- (-4 *1 (-852 *3)))))
-(((*1 *2 *3) (-12 (-5 *2 (-381)) (-5 *1 (-785 *3)) (-4 *3 (-614 *2))))
+ (-3 (-2 (|:| |particular| *3) (|:| -3781 (-644 *3))) *3 "failed"))
+ (-5 *1 (-802 *6 *3)) (-4 *3 (-13 (-29 *6) (-1200) (-959)))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-295 *2)) (-5 *4 (-114)) (-5 *5 (-644 *2))
+ (-4 *2 (-13 (-29 *6) (-1200) (-959))) (-5 *1 (-802 *6 *2))
+ (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))))
+ ((*1 *2 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-114)) (-5 *4 (-295 *2)) (-5 *5 (-644 *2))
+ (-4 *2 (-13 (-29 *6) (-1200) (-959)))
+ (-4 *6 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *1 (-802 *6 *2))))
+ ((*1 *2 *3) (-12 (-5 *3 (-808)) (-5 *2 (-1035)) (-5 *1 (-805))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-921)) (-5 *2 (-381)) (-5 *1 (-785 *3))
- (-4 *3 (-614 *2))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 *2))
- (-5 *2 (-381)) (-5 *1 (-785 *4))))
+ (-12 (-5 *3 (-808)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-805))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1265 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4))
+ (-5 *2 (-1035)) (-5 *1 (-805))))
+ ((*1 *2 *3 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1265 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4))
+ (-5 *2 (-1035)) (-5 *1 (-805))))
+ ((*1 *2 *3 *4 *4 *5 *6 *4)
+ (-12 (-5 *3 (-1265 (-317 *4))) (-5 *5 (-644 (-381)))
+ (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805))))
+ ((*1 *2 *3 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1265 (-317 (-381)))) (-5 *4 (-381)) (-5 *5 (-644 *4))
+ (-5 *2 (-1035)) (-5 *1 (-805))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
+ (-12 (-5 *3 (-1265 (-317 *4))) (-5 *5 (-644 (-381)))
+ (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
+ (-12 (-5 *3 (-1265 (-317 *4))) (-5 *5 (-644 (-381)))
+ (-5 *6 (-317 (-381))) (-5 *4 (-381)) (-5 *2 (-1035)) (-5 *1 (-805))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12
+ (-5 *5
+ (-1
+ (-3 (-2 (|:| |particular| *6) (|:| -3781 (-644 *6))) "failed")
+ *7 *6))
+ (-4 *6 (-365)) (-4 *7 (-656 *6))
+ (-5 *2 (-2 (|:| |particular| (-1265 *6)) (|:| -3781 (-689 *6))))
+ (-5 *1 (-813 *6 *7)) (-5 *3 (-689 *6)) (-5 *4 (-1265 *6))))
+ ((*1 *2 *3) (-12 (-5 *3 (-898)) (-5 *2 (-1035)) (-5 *1 (-897))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049))
- (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 *2))
- (-5 *2 (-381)) (-5 *1 (-785 *4))))
+ (-12 (-5 *3 (-898)) (-5 *4 (-1062)) (-5 *2 (-1035)) (-5 *1 (-897))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
+ (-12 (-5 *4 (-771)) (-5 *6 (-644 (-644 (-317 *3)))) (-5 *7 (-1157))
+ (-5 *8 (-225)) (-5 *5 (-644 (-317 (-381)))) (-5 *3 (-381))
+ (-5 *2 (-1035)) (-5 *1 (-897))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *4 (-771)) (-5 *6 (-644 (-644 (-317 *3)))) (-5 *7 (-1157))
+ (-5 *5 (-644 (-317 (-381)))) (-5 *3 (-381)) (-5 *2 (-1035))
+ (-5 *1 (-897))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558))
- (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850))
- (-4 *4 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *4))))
+ (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *2 (-644 (-381)))
+ (-5 *1 (-1023)) (-5 *4 (-381))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850))
- (-4 *5 (-614 *2)) (-5 *2 (-381)) (-5 *1 (-785 *5)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-921)) (-5 *2 (-470)) (-5 *1 (-1265)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1099)) (-4 *6 (-1099))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-684 *4 *5 *6)) (-4 *5 (-1099)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1255 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454))
- (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-977 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *2) (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))))
-(((*1 *2 *3 *2 *4 *5)
- (-12 (-5 *2 (-644 *3)) (-5 *5 (-921)) (-4 *3 (-1240 *4))
- (-4 *4 (-308)) (-5 *1 (-462 *4 *3)))))
-(((*1 *1) (-4 *1 (-967))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
-(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-381)) (-5 *1 (-1040)))))
-(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
- (-12 (-5 *5 (-689 (-225))) (-5 *6 (-689 (-566))) (-5 *3 (-566))
- (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-689 (-409 (-952 (-566)))))
- (-5 *2 (-689 (-317 (-566)))) (-5 *1 (-1031)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175))
- (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566))))
- (-5 *2
- (-2 (|:| |func| *3) (|:| |kers| (-644 (-612 *3)))
- (|:| |vals| (-644 *3))))
- (-5 *1 (-278 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-365) (-303)
- (-10 -8 (-15 -2248 ((-1124 *3 (-612 $)) $))
- (-15 -2260 ((-1124 *3 (-612 $)) $))
- (-15 -3152 ($ (-1124 *3 (-612 $))))))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
- ((*1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1231 (-566))) (-4 *1 (-651 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-651 *3)) (-4 *3 (-1214)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1093 *3)) (-5 *1 (-1091 *3)) (-4 *3 (-1214))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2) (-12 (-5 *1 (-1231 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-454))))
- ((*1 *1 *1 *1) (-4 *1 (-454)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-5 *1 (-488 *2)) (-4 *2 (-1240 (-566)))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-566)) (-5 *1 (-696 *2)) (-4 *2 (-1240 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-771)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-793)) (-4 *4 (-850)) (-4 *5 (-308))
- (-5 *1 (-916 *3 *4 *5 *2)) (-4 *2 (-949 *5 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-949 *6 *4 *5))
- (-5 *1 (-916 *4 *5 *6 *2)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-308))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *5 (-308)) (-5 *1 (-916 *3 *4 *5 *6))))
+ (-12 (-5 *3 (-952 (-566))) (-5 *2 (-644 (-381))) (-5 *1 (-1023))
+ (-5 *4 (-381))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 (-1171 *7))) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-308)) (-5 *2 (-1171 *7)) (-5 *1 (-916 *4 *5 *6 *7))
- (-4 *7 (-949 *6 *4 *5))))
- ((*1 *1 *1 *1) (-5 *1 (-921)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-454)) (-4 *3 (-558)) (-5 *1 (-969 *3 *2))
- (-4 *2 (-1240 *3))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-454)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2610 *4)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-644 *8))) (-5 *3 (-644 *8))
- (-4 *8 (-949 *5 *7 *6)) (-4 *5 (-13 (-308) (-147)))
- (-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-112))
- (-5 *1 (-924 *5 *6 *7 *8)))))
-(((*1 *1 *1) (-4 *1 (-558))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1191 *4 *5))
- (-4 *4 (-1099)) (-4 *5 (-1099)))))
-(((*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199))))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-308)) (-4 *3 (-992 *2)) (-4 *4 (-1240 *3))
- (-5 *1 (-415 *2 *3 *4 *5)) (-4 *5 (-13 (-411 *3 *4) (-1038 *3))))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157))
- (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *2) (-12 (-5 *2 (-317 (-225))) (-5 *1 (-268)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-381)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
- ((*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-751)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-103 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-103 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-117 *3)) (-14 *3 (-566))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *3 (-1155 *2)) (-4 *2 (-308)) (-5 *1 (-174 *2))))
- ((*1 *1 *2) (-12 (-5 *2 (-409 *3)) (-4 *3 (-308)) (-5 *1 (-174 *3))))
+ (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1241 *4))))
((*1 *2 *3)
- (-12 (-5 *2 (-174 (-566))) (-5 *1 (-765 *3)) (-4 *3 (-406))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-174 (-409 (-566)))) (-5 *1 (-871 *3)) (-14 *3 (-566))))
- ((*1 *2 *1)
- (-12 (-14 *3 (-566)) (-5 *2 (-174 (-409 (-566))))
- (-5 *1 (-872 *3 *4)) (-4 *4 (-869 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-1175))) (-4 *4 (-13 (-308) (-147)))
- (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793))
- (-5 *2 (-644 (-409 (-952 *4)))) (-5 *1 (-924 *4 *5 *6 *7))
- (-4 *7 (-949 *4 *6 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1264 (-771))) (-5 *1 (-675 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1035)) (-5 *3 (-1175)) (-5 *1 (-268)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-531))))
- ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-531)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1264 (-1264 (-566)))) (-5 *1 (-468)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049))
- (-5 *1 (-1159 *4))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-566)) (-5 *1 (-1256 *3 *4 *5)) (-4 *3 (-1049))
- (-14 *4 (-1175)) (-14 *5 *3))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-337 *3 *4 *5 *6)) (-4 *3 (-365)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-4 *6 (-344 *3 *4 *5)) (-5 *2 (-112)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-112)) (-5 *1 (-497)))))
-(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))))
-(((*1 *2 *3 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-365) (-147) (-1038 (-566))))
- (-4 *5 (-1240 *4)) (-5 *2 (-644 (-409 *5))) (-5 *1 (-1016 *4 *5))
- (-5 *3 (-409 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *6)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-882 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-5 *2 (-420 (-1171 (-1171 *4))))
- (-5 *1 (-1212 *4)) (-5 *3 (-1171 (-1171 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1209 *3)) (-4 *3 (-974)))))
-(((*1 *1 *1) (-4 *1 (-1143))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-454))))
- ((*1 *1 *1 *1) (-4 *1 (-454))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-317 (-381))) (-5 *2 (-317 (-225))) (-5 *1 (-306)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-109))) (-5 *1 (-175)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1264 (-1264 (-566)))) (-5 *3 (-921)) (-5 *1 (-468)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 (-2 (|:| -1624 (-1171 *6)) (|:| -2201 (-566)))))
- (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
- (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5))))
- ((*1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-648 *3)) (-4 *3 (-1049))
- (-5 *1 (-714 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1049)) (-5 *1 (-836 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-324 *2 *4)) (-4 *4 (-131))
- (-4 *2 (-1099))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-363 *2)) (-4 *2 (-1099))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-388 *2)) (-4 *2 (-1099))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *2 (-1099)) (-5 *1 (-649 *2 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4)))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *1 (-819 *2)) (-4 *2 (-850)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269))
- (-5 *1 (-1071 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1157)) (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-1269))
- (-5 *1 (-1107 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-1192)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1060 (-1024 *3) (-1171 (-1024 *3))))
- (-5 *1 (-1024 *3)) (-4 *3 (-13 (-848) (-365) (-1022))))))
-(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199)))))
- ((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-921)) (-5 *4 (-381)) (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-381)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-771)) (-5 *1 (-563)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2)
- (-12 (-4 *3 (-1049)) (-5 *2 (-958 (-712 *3 *4))) (-5 *1 (-712 *3 *4))
- (-4 *4 (-1240 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| -2896 *1) (|:| -4401 *1) (|:| |associate| *1)))
- (-4 *1 (-558)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-866 *4 *5 *6 *7))
- (-4 *4 (-1049)) (-14 *5 (-644 (-1175))) (-14 *6 (-644 *3))
- (-14 *7 *3)))
+ (-12 (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1130 *4))
+ (-5 *3 (-317 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *4 (-1049)) (-4 *5 (-850)) (-4 *6 (-793))
- (-14 *8 (-644 *5)) (-5 *2 (-1269))
- (-5 *1 (-1276 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-949 *4 *6 *5))
- (-14 *9 (-644 *3)) (-14 *10 *3))))
-(((*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *2 (-1240 *4)) (-5 *1 (-807 *4 *2 *3 *5))
- (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2))
- (-4 *5 (-656 (-409 *2)))))
+ (-12 (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2 (-644 (-295 (-317 *4)))) (-5 *1 (-1130 *4))
+ (-5 *3 (-295 (-317 *4)))))
((*1 *2 *3 *4)
- (-12 (-4 *2 (-1240 *4)) (-5 *1 (-807 *4 *2 *5 *3))
- (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-656 *2))
- (-4 *3 (-656 (-409 *2))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218))
- (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6))
- (-5 *2 (-644 (-2 (|:| -1685 *1) (|:| -3292 (-644 *7)))))
- (-5 *3 (-644 *7)) (-4 *1 (-1207 *4 *5 *6 *7)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4)) (-4 *6 (-1240 *5))
- (-4 *7 (-1240 (-409 *6))) (-4 *8 (-344 *5 *6 *7))
- (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-112))
- (-5 *1 (-911 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6))
- (-4 *4 (-1240 (-409 (-566)))) (-4 *5 (-1240 (-409 *4)))
- (-4 *6 (-344 (-409 (-566)) *4 *5)) (-5 *2 (-112))
- (-5 *1 (-912 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-965))) (-5 *1 (-109))))
- ((*1 *2 *1) (-12 (-5 *2 (-45 (-1157) (-774))) (-5 *1 (-114)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2
- (-3 (|:| |continuous| "Continuous at the end points")
- (|:| |lowerSingular|
- "There is a singularity at the lower end point")
- (|:| |upperSingular|
- "There is a singularity at the upper end point")
- (|:| |bothSingular| "There are singularities at both end points")
- (|:| |notEvaluated| "End point continuity not yet evaluated")))
- (-5 *1 (-192)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1234 *3 *2))
- (-4 *2 (-1240 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1049))
- (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285)))
- (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4))))
+ (-12 (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1130 *5))
+ (-5 *3 (-295 (-317 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-921)) (-4 *5 (-1049))
- (-4 *2 (-13 (-406) (-1038 *5) (-365) (-1199) (-285)))
- (-5 *1 (-445 *5 *3 *2)) (-4 *3 (-1240 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-438))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-438)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))
- (-5 *2 (-1171 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1024 *3))
- (-4 *3 (-13 (-848) (-365) (-1022)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
- (-4 *3 (-1240 *2))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1067 *2 *3)) (-4 *2 (-13 (-848) (-365)))
- (-4 *3 (-1240 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
- ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *1) (-5 *1 (-141))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-506 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *3) (-12 (-5 *2 (-566)) (-5 *1 (-571 *3)) (-4 *3 (-1038 *2))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *2 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))))
-(((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1240 *5))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-409 *6)) (|:| |c| (-409 *6))
- (|:| -1462 *6)))
- (-5 *1 (-1015 *5 *6)) (-5 *3 (-409 *6)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-771)) (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-112)) (-5 *1 (-268)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-419 *4)))))
-(((*1 *2 *3 *2 *3)
- (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178))))
- ((*1 *2 *3 *2 *4 *1)
- (-12 (-5 *2 (-439)) (-5 *3 (-644 (-1175))) (-5 *4 (-1175))
- (-5 *1 (-1178))))
- ((*1 *2 *3 *2 *3 *1)
- (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1178))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-439)) (-5 *3 (-1175)) (-5 *1 (-1179))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-439)) (-5 *3 (-644 (-1175))) (-5 *1 (-1179)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1109)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-308)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175)))
- (-4 *6 (-13 (-558) (-1038 *5))) (-4 *5 (-558))
- (-5 *2 (-644 (-644 (-295 (-409 (-952 *6)))))) (-5 *1 (-1039 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1171 *1)) (-5 *4 (-1175)) (-4 *1 (-27))
- (-5 *2 (-644 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *2 (-644 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-317 (-225))) (-5 *4 (-644 (-1175)))
- (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-112)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-4 *3 (-13 (-27) (-1199) (-432 *6) (-10 -8 (-15 -3152 ($ *7)))))
- (-4 *7 (-848))
- (-4 *8
- (-13 (-1242 *3 *7) (-365) (-1199)
- (-10 -8 (-15 -3629 ($ $)) (-15 -3313 ($ $)))))
- (-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))))
- (-5 *1 (-424 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1157)) (-4 *9 (-983 *8))
- (-14 *10 (-1175)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-180))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-312))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-970))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-994))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1036))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1072)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-921)) (-5 *1 (-1100 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-225)) (-5 *3 (-771)) (-5 *1 (-226))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-169 (-225))) (-5 *3 (-771)) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1264 *5)) (-4 *5 (-792)) (-5 *2 (-112))
- (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-958 (-1119)))
- (-5 *1 (-348 *4)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-755)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-526)))))
-(((*1 *1 *1 *1) (-4 *1 (-143)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547))))
- ((*1 *1 *1 *1) (-5 *1 (-862)))
+ (-12 (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2 (-644 (-295 (-317 *5)))) (-5 *1 (-1130 *5))
+ (-5 *3 (-317 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047))
- (-5 *3 (-566)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331))
- (-5 *1 (-333)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-454))
- (-5 *2
- (-644
- (-2 (|:| |eigval| (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4))))
- (|:| |geneigvec| (-644 (-689 (-409 (-952 *4))))))))
- (-5 *1 (-293 *4)) (-5 *3 (-689 (-409 (-952 *4)))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-644 (-771))) (-5 *1 (-969 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *2 *4 *5 *6)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 (-1264 *4))) (-4 *4 (-1049)) (-5 *2 (-689 *4))
- (-5 *1 (-1029 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1214)) (-5 *2 (-771)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1049)) (-4 *4 (-1240 *3)) (-5 *1 (-164 *3 *4 *2))
- (-4 *2 (-1240 *4))))
- ((*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1099))))
- ((*1 *1 *2) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1099)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-612 (-48)))) (-5 *1 (-48))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-612 (-48))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1171 (-48))) (-5 *3 (-644 (-612 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1171 (-48))) (-5 *3 (-612 (-48))) (-5 *1 (-48))))
- ((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
+ (-12 (-5 *4 (-644 (-1175)))
+ (-4 *5 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *2 (-644 (-644 (-295 (-317 *5))))) (-5 *1 (-1130 *5))
+ (-5 *3 (-644 (-295 (-317 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175)))
+ (-4 *5 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *5))))))
+ (-5 *1 (-1184 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-1175))) (-4 *5 (-558))
+ (-5 *2 (-644 (-644 (-295 (-409 (-952 *5)))))) (-5 *1 (-1184 *5))
+ (-5 *3 (-644 (-295 (-409 (-952 *5)))))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3))
- (-4 *3 (-1240 (-169 *2)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-921)) (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))))
- ((*1 *2 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-365))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-372 *2 *3)) (-4 *3 (-1240 *2)) (-4 *2 (-172))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1240 *2)) (-4 *2 (-992 *3)) (-5 *1 (-415 *3 *2 *4 *5))
- (-4 *3 (-308)) (-4 *5 (-13 (-411 *2 *4) (-1038 *2)))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1240 *2)) (-4 *2 (-992 *3))
- (-5 *1 (-416 *3 *2 *4 *5 *6)) (-4 *3 (-308)) (-4 *5 (-411 *2 *4))
- (-14 *6 (-1264 *5))))
+ (-12 (-5 *3 (-644 (-409 (-952 *4)))) (-4 *4 (-558))
+ (-5 *2 (-644 (-644 (-295 (-409 (-952 *4)))))) (-5 *1 (-1184 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-644 (-644 (-295 (-409 (-952 *4))))))
+ (-5 *1 (-1184 *4)) (-5 *3 (-644 (-295 (-409 (-952 *4)))))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-921)) (-4 *5 (-1049))
- (-4 *2 (-13 (-406) (-1038 *5) (-365) (-1199) (-285)))
- (-5 *1 (-445 *5 *3 *2)) (-4 *3 (-1240 *5))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-612 (-497)))) (-5 *1 (-497))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-612 (-497))) (-5 *1 (-497))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1171 (-497))) (-5 *3 (-644 (-612 (-497))))
- (-5 *1 (-497))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1171 (-497))) (-5 *3 (-612 (-497))) (-5 *1 (-497))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1264 *4)) (-5 *3 (-921)) (-4 *4 (-351))
- (-5 *1 (-530 *4))))
+ (-12 (-5 *4 (-1175)) (-4 *5 (-558))
+ (-5 *2 (-644 (-295 (-409 (-952 *5))))) (-5 *1 (-1184 *5))
+ (-5 *3 (-409 (-952 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175)) (-4 *5 (-558))
+ (-5 *2 (-644 (-295 (-409 (-952 *5))))) (-5 *1 (-1184 *5))
+ (-5 *3 (-295 (-409 (-952 *5))))))
((*1 *2 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-724 *4 *2)) (-4 *2 (-1240 *4))
- (-5 *1 (-775 *4 *2 *5 *3)) (-4 *3 (-1240 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172))))
- ((*1 *1 *1) (-4 *1 (-1059))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3))
- (-4 *3 (-1099)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *3)
- (-12 (|has| *2 (-6 (-4416 "*"))) (-4 *5 (-375 *2)) (-4 *6 (-375 *2))
- (-4 *2 (-1049)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1240 *2))
- (-4 *4 (-687 *2 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-579))))
- ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-579)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-419 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-914 *3)) (-4 *3 (-308)))))
+ (-12 (-4 *4 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *4)))))
+ (-5 *1 (-1184 *4)) (-5 *3 (-409 (-952 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-644 (-295 (-409 (-952 *4)))))
+ (-5 *1 (-1184 *4)) (-5 *3 (-295 (-409 (-952 *4)))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-4 *4 (-1099))
+ (-5 *1 (-575 *4 *2)) (-4 *2 (-432 *4)))))
+(((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-644 (-483 *4 *5))) (-5 *3 (-864 *4))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-631 *4 *5)))))
(((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
- (-4 *3 (-369 *4))))
- ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
- (-12
- (-5 *3
- (-2 (|:| |det| *12) (|:| |rows| (-644 (-566)))
- (|:| |cols| (-644 (-566)))))
- (-5 *4 (-689 *12)) (-5 *5 (-644 (-409 (-952 *9))))
- (-5 *6 (-644 (-644 *12))) (-5 *7 (-771)) (-5 *8 (-566))
- (-4 *9 (-13 (-308) (-147))) (-4 *12 (-949 *9 *11 *10))
- (-4 *10 (-13 (-850) (-614 (-1175)))) (-4 *11 (-793))
+ (-12 (-4 *3 (-1219)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4)))
+ (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-4 *4 (-1241 *3))
(-5 *2
- (-2 (|:| |eqzro| (-644 *12)) (|:| |neqzro| (-644 *12))
- (|:| |wcond| (-644 (-952 *9)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *9))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *9)))))))))
- (-5 *1 (-924 *9 *10 *11 *12)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2 (-566)) (-5 *1 (-204)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-952 (-225))) (-5 *2 (-317 (-381))) (-5 *1 (-306)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-324 *4 *2)) (-4 *4 (-1099))
- (-4 *2 (-131)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-225) (-225))) (-5 *1 (-319)) (-5 *3 (-225)))))
-(((*1 *1 *2 *2)
- (-12
+ (-2 (|:| -3781 (-689 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-689 *3))))
+ (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-411 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1241 (-566)))
(-5 *2
- (-3 (|:| I (-317 (-566))) (|:| -2352 (-317 (-381)))
- (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
- (-5 *1 (-1174)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-644 *10)) (-5 *5 (-112)) (-4 *10 (-1070 *6 *7 *8 *9))
- (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
- (-4 *9 (-1064 *6 *7 *8))
+ (-2 (|:| -3781 (-689 (-566))) (|:| |basisDen| (-566))
+ (|:| |basisInv| (-689 (-566)))))
+ (-5 *1 (-768 *3 *4)) (-4 *4 (-411 (-566) *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-351)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 *4))
(-5 *2
- (-644
- (-2 (|:| -3434 (-644 *9)) (|:| -1470 *10) (|:| |ineq| (-644 *9)))))
- (-5 *1 (-988 *6 *7 *8 *9 *10)) (-5 *3 (-644 *9))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-644 *10)) (-5 *5 (-112)) (-4 *10 (-1070 *6 *7 *8 *9))
- (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
- (-4 *9 (-1064 *6 *7 *8))
+ (-2 (|:| -3781 (-689 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-689 *4))))
+ (-5 *1 (-985 *3 *4 *5 *6)) (-4 *6 (-724 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-351)) (-4 *4 (-1241 *3)) (-4 *5 (-1241 *4))
(-5 *2
- (-644
- (-2 (|:| -3434 (-644 *9)) (|:| -1470 *10) (|:| |ineq| (-644 *9)))))
- (-5 *1 (-1106 *6 *7 *8 *9 *10)) (-5 *3 (-644 *9)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+ (-2 (|:| -3781 (-689 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-689 *4))))
+ (-5 *1 (-1274 *3 *4 *5 *6)) (-4 *6 (-411 *4 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1171 *3)) (-4 *3 (-370)) (-4 *1 (-330 *3))
+ (-4 *3 (-365)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1049)) (-4 *7 (-1049))
- (-4 *6 (-1240 *5)) (-5 *2 (-1171 (-1171 *7)))
- (-5 *1 (-503 *5 *6 *4 *7)) (-4 *4 (-1240 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1240 *2)) (-4 *2 (-1218)) (-5 *1 (-148 *2 *4 *3))
- (-4 *3 (-1240 (-409 *4))))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-365) (-848))) (-5 *1 (-181 *3 *2))
- (-4 *2 (-1240 (-169 *3))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
- (-5 *1 (-988 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
- (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
- (-5 *1 (-1106 *3 *4 *5 *6 *7)))))
-(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
- (|partial| -12 (-5 *3 (-612 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175))) (-5 *5 (-1171 *2))
- (-4 *2 (-13 (-432 *6) (-27) (-1199)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *1 (-562 *6 *2 *7)) (-4 *7 (-1099))))
- ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
- (|partial| -12 (-5 *3 (-612 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1175)))
- (-5 *5 (-409 (-1171 *2))) (-4 *2 (-13 (-432 *6) (-27) (-1199)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *1 (-562 *6 *2 *7)) (-4 *7 (-1099)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
- ((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
- (|:| -2821 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
- (|:| |relerr| (-225))))
- (-5 *2
- (-2
- (|:| |endPointContinuity|
- (-3 (|:| |continuous| "Continuous at the end points")
- (|:| |lowerSingular|
- "There is a singularity at the lower end point")
- (|:| |upperSingular|
- "There is a singularity at the upper end point")
- (|:| |bothSingular|
- "There are singularities at both end points")
- (|:| |notEvaluated|
- "End point continuity not yet evaluated")))
- (|:| |singularitiesStream|
- (-3 (|:| |str| (-1155 (-225)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -2821
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite| "The bottom 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 (-561)))))
-(((*1 *2) (-12 (-5 *2 (-130)) (-5 *1 (-1184)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))))
-(((*1 *2)
- (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269))
- (-5 *1 (-1071 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269))
- (-5 *1 (-1107 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-839))
- (-5 *3
- (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225)))
- (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225))))
- (|:| |ub| (-644 (-843 (-225))))))
- (-5 *2 (-1035))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-839))
- (-5 *3
- (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))
- (-5 *2 (-1035)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-558)) (-5 *1 (-969 *2 *3)) (-4 *3 (-1240 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049))))
- ((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(((*1 *1 *1) (-4 *1 (-547))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 (-952 *4))) (-5 *3 (-644 (-1175))) (-4 *4 (-454))
- (-5 *1 (-918 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-829)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-1 (-225) (-225) (-225)))
- (-5 *4 (-1 (-225) (-225) (-225) (-225)))
- (-5 *2 (-1 (-943 (-225)) (-225) (-225))) (-5 *1 (-697)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-612 *5)) (-4 *5 (-432 *4)) (-4 *4 (-1038 (-566)))
- (-4 *4 (-558)) (-5 *2 (-1171 *5)) (-5 *1 (-32 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-612 *1)) (-4 *1 (-1049)) (-4 *1 (-303))
- (-5 *2 (-1171 *1)))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-370)) (-4 *2 (-365)))))
+(((*1 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
+ (-5 *1 (-1127 *3 *2)) (-4 *3 (-1241 *2)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-566))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-566)))))
+(((*1 *1) (-5 *1 (-130))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-409 *5)) (-4 *4 (-1218)) (-4 *5 (-1240 *4))
- (-5 *1 (-148 *4 *5 *2)) (-4 *2 (-1240 *3))))
+ (-12 (-5 *3 (-409 *5)) (-4 *4 (-1219)) (-4 *5 (-1241 *4))
+ (-5 *1 (-148 *4 *5 *2)) (-4 *2 (-1241 *3))))
((*1 *2 *3)
(-12 (-5 *3 (-1177 (-409 (-566)))) (-5 *2 (-409 (-566)))
(-5 *1 (-190))))
((*1 *2 *2 *3 *4)
(-12 (-5 *2 (-689 (-317 (-225)))) (-5 *3 (-644 (-1175)))
- (-5 *4 (-1264 (-317 (-225)))) (-5 *1 (-205))))
+ (-5 *4 (-1265 (-317 (-225)))) (-5 *1 (-205))))
((*1 *1 *1 *2)
(-12 (-5 *2 (-644 (-295 *3))) (-4 *3 (-310 *3)) (-4 *3 (-1099))
- (-4 *3 (-1214)) (-5 *1 (-295 *3))))
+ (-4 *3 (-1215)) (-5 *1 (-295 *3))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-310 *2)) (-4 *2 (-1099)) (-4 *2 (-1214))
+ (-12 (-4 *2 (-310 *2)) (-4 *2 (-1099)) (-4 *2 (-1215))
(-5 *1 (-295 *2))))
((*1 *1 *1 *2 *3)
(-12 (-5 *2 (-114)) (-5 *3 (-1 *1 *1)) (-4 *1 (-303))))
@@ -13558,10 +14241,10 @@
(-12 (-5 *2 (-1175)) (-4 *1 (-432 *3)) (-4 *3 (-1099))
(-4 *3 (-614 (-538)))))
((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-516 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1214))))
+ (-12 (-4 *1 (-516 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1215))))
((*1 *1 *1 *2 *3)
(-12 (-5 *2 (-644 *4)) (-5 *3 (-644 *5)) (-4 *1 (-516 *4 *5))
- (-4 *4 (-1099)) (-4 *5 (-1214))))
+ (-4 *4 (-1099)) (-4 *5 (-1215))))
((*1 *2 *1 *2)
(-12 (-5 *2 (-833 *3)) (-4 *3 (-365)) (-5 *1 (-718 *3))))
((*1 *2 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
@@ -13581,987 +14264,747 @@
((*1 *2 *2 *3)
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1242 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
+ (-12 (-4 *1 (-1243 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
(|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1155 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-5 *1 (-331)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-327 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-792)) (-4 *3 (-172)))))
-(((*1 *1 *1 *1) (-4 *1 (-303))) ((*1 *1 *1) (-4 *1 (-303))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1240 *4)) (-4 *4 (-1218))
- (-4 *6 (-1240 (-409 *5)))
- (-5 *2
- (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
- (|:| |gd| *5)))
- (-4 *1 (-344 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-248)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-566)) (-5 *1 (-241))))
+(((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4415)) (-4 *1 (-151 *2)) (-4 *2 (-1215))
+ (-4 *2 (-1099))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (|has| *1 (-6 -4415)) (-4 *1 (-151 *3))
+ (-4 *3 (-1215))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-112) *3)) (-4 *1 (-674 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-112) *4)) (-5 *3 (-566)) (-4 *4 (-1099))
+ (-5 *1 (-737 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-5 *1 (-737 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
+ (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1049)) (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1185)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1241 *4)) (-5 *1 (-807 *4 *2 *3 *5))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2))
+ (-4 *5 (-656 (-409 *2)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1241 *4)) (-5 *1 (-807 *4 *2 *5 *3))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *5 (-656 *2))
+ (-4 *3 (-656 (-409 *2))))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4))
+ (-4 *6 (-1241 *5)) (-4 *7 (-1241 (-409 *6)))
+ (-4 *8 (-344 *5 *6 *7)) (-4 *4 (-13 (-558) (-1038 (-566))))
+ (-5 *2 (-2 (|:| -2464 (-771)) (|:| -1815 *8)))
+ (-5 *1 (-911 *4 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-566)) (-5 *1 (-241)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049))
- (-4 *5 (-850)) (-5 *2 (-952 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *5)) (-4 *4 (-1049))
- (-4 *5 (-850)) (-5 *2 (-952 *4))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-1255 *4)) (-4 *4 (-1049))
- (-5 *2 (-952 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-1255 *4)) (-4 *4 (-1049))
- (-5 *2 (-952 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-1064 *4 *5 *6)) (-4 *4 (-558))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *1 (-977 *4 *5 *6 *2)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
- (-4 *4 (-172))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *1 (-158 *4 *2))
- (-4 *2 (-432 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1091 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558))
- (-5 *1 (-158 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1091 *1)) (-4 *1 (-160))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-467 *2 *3)) (-4 *2 (-172)) (-4 *3 (-23))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-1284 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-172)))))
-(((*1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1178)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-14 *5 (-644 (-1175))) (-4 *2 (-172))
- (-4 *4 (-238 (-3000 *5) (-771)))
- (-14 *6
- (-1 (-112) (-2 (|:| -2835 *3) (|:| -2201 *4))
- (-2 (|:| -2835 *3) (|:| -2201 *4))))
- (-5 *1 (-463 *5 *2 *3 *4 *6 *7)) (-4 *3 (-850))
- (-4 *7 (-949 *2 *4 (-864 *5))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-921)) (-5 *1 (-1030 *2))
- (-4 *2 (-13 (-1099) (-10 -8 (-15 -3002 ($ $ $))))))))
+ (|partial| -12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6))
+ (-4 *4 (-1241 (-409 (-566)))) (-4 *5 (-1241 (-409 *4)))
+ (-4 *6 (-344 (-409 (-566)) *4 *5))
+ (-5 *2 (-2 (|:| -2464 (-771)) (|:| -1815 *6)))
+ (-5 *1 (-912 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))))
+ (-12 (-4 *4 (-850)) (-5 *2 (-1187 (-644 *4))) (-5 *1 (-1186 *4))
+ (-5 *3 (-644 *4)))))
+(((*1 *2 *1) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-566))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1157))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-508))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-593))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-480))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-137))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-156))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1165))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-626))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1095))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1089))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1072))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-970))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-180))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1036))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-312))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-671))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-154))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-527))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1276))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1065))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-519))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-681))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-96))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1114))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-133))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-138))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1275))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-676))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-218))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-526))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1180)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-1157)) (-5 *1 (-192))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-558)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
- (-5 *1 (-1204 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351))
+ (-5 *2 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119))))))
+ (-5 *1 (-348 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
+ (-5 *1 (-587 *3)) (-4 *3 (-365)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-2 (|:| |den| (-566)) (|:| |gcdnum| (-566)))))
- (-4 *4 (-1240 (-409 *2))) (-5 *2 (-566)) (-5 *1 (-913 *4 *5))
- (-4 *5 (-1240 (-409 *4))))))
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
+ (-5 *2 (-689 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-689 *4)) (-5 *1 (-418 *3 *4))
+ (-4 *3 (-419 *4))))
+ ((*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-644 *6) "failed") (-566) *6 *6)) (-4 *6 (-365))
+ (-4 *7 (-1241 *6))
+ (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6)))
+ (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1265 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219))
+ (-4 *4 (-1241 *3)) (-4 *5 (-1241 (-409 *4))))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-943 (-225))) (-5 *4 (-874)) (-5 *2 (-1270))
+ (-5 *1 (-470))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1049)) (-4 *1 (-980 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-943 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-943 *3)) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-943 *3)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1211)) (-5 *3 (-225)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-909)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-420 (-1171 *7)))
- (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-1171 *7))))
+ (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-952 (-381))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-409 (-952 (-381)))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-317 (-381))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-381))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-952 (-566))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-409 (-952 (-566)))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-317 (-566))) (-5 *1 (-341 *3 *4 *5))
+ (-4 *5 (-1038 (-566))) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1175)) (-5 *1 (-341 *3 *4 *5))
+ (-14 *3 (-644 *2)) (-14 *4 (-644 *2)) (-4 *5 (-389))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-317 *5)) (-4 *5 (-389))
+ (-5 *1 (-341 *3 *4 *5)) (-14 *3 (-644 (-1175)))
+ (-14 *4 (-644 (-1175)))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-689 (-409 (-952 (-566))))) (-4 *1 (-386))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-689 (-409 (-952 (-381))))) (-4 *1 (-386))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-689 (-952 (-566)))) (-4 *1 (-386))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-689 (-952 (-381)))) (-4 *1 (-386))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-689 (-317 (-566)))) (-4 *1 (-386))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-689 (-317 (-381)))) (-4 *1 (-386))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-409 (-952 (-566)))) (-4 *1 (-398))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-409 (-952 (-381)))) (-4 *1 (-398))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-566))) (-4 *1 (-398))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-952 (-381))) (-4 *1 (-398))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-566))) (-4 *1 (-398))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-317 (-381))) (-4 *1 (-398))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1265 (-409 (-952 (-566))))) (-4 *1 (-443))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1265 (-409 (-952 (-381))))) (-4 *1 (-443))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1265 (-952 (-566)))) (-4 *1 (-443))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1265 (-952 (-381)))) (-4 *1 (-443))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1265 (-317 (-566)))) (-4 *1 (-443))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1265 (-317 (-381)))) (-4 *1 (-443))))
((*1 *2 *3)
- (-12 (-4 *4 (-909)) (-4 *5 (-1240 *4)) (-5 *2 (-420 (-1171 *5)))
- (-5 *1 (-907 *4 *5)) (-5 *3 (-1171 *5)))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-756)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
- (-5 *2 (-1035)) (-5 *1 (-752)))))
+ (|partial| -12 (-4 *4 (-351)) (-4 *5 (-330 *4)) (-4 *6 (-1241 *5))
+ (-5 *2 (-1171 (-1171 *4))) (-5 *1 (-777 *4 *5 *6 *3 *7))
+ (-4 *3 (-1241 *6)) (-14 *7 (-921))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5))
+ (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *1 (-976 *3 *4 *5 *6))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-1038 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2)
+ (|partial| -2700
+ (-12 (-5 *2 (-952 *3))
+ (-12 (-3348 (-4 *3 (-38 (-409 (-566)))))
+ (-3348 (-4 *3 (-38 (-566)))) (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
+ (-4 *5 (-850)))
+ (-12 (-5 *2 (-952 *3))
+ (-12 (-3348 (-4 *3 (-547))) (-3348 (-4 *3 (-38 (-409 (-566)))))
+ (-4 *3 (-38 (-566))) (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
+ (-4 *5 (-850)))
+ (-12 (-5 *2 (-952 *3))
+ (-12 (-3348 (-4 *3 (-992 (-566)))) (-4 *3 (-38 (-409 (-566))))
+ (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *1 (-1064 *3 *4 *5)) (-4 *4 (-793))
+ (-4 *5 (-850)))))
+ ((*1 *1 *2)
+ (|partial| -2700
+ (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
+ (-12 (-3348 (-4 *3 (-38 (-409 (-566))))) (-4 *3 (-38 (-566)))
+ (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))
+ (-12 (-5 *2 (-952 (-566))) (-4 *1 (-1064 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175))))
+ (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-952 (-409 (-566)))) (-4 *1 (-1064 *3 *4 *5))
+ (-4 *3 (-38 (-409 (-566)))) (-4 *5 (-614 (-1175)))
+ (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-759)))))
+(((*1 *1 *2) (-12 (-5 *2 (-819 *3)) (-4 *3 (-850)) (-5 *1 (-672 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *6)) (-5 *4 (-1175)) (-4 *6 (-432 *5))
- (-4 *5 (-1099)) (-5 *2 (-644 (-612 *6))) (-5 *1 (-575 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2)
- (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-921)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-439)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-949 *4 *6 *5)) (-4 *4 (-454))
- (-4 *5 (-850)) (-4 *6 (-793)) (-5 *1 (-987 *4 *5 *6 *3)))))
+ (-12 (-5 *1 (-964 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-1175)) (-5 *1 (-538))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538)))))
+ ((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538)))))
+ ((*1 *2 *3 *2 *2 *2)
+ (-12 (-5 *2 (-1175)) (-5 *1 (-704 *3)) (-4 *3 (-614 (-538)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *4 (-644 (-1175))) (-5 *2 (-1175)) (-5 *1 (-704 *3))
+ (-4 *3 (-614 (-538))))))
+(((*1 *2 *2) (-12 (-5 *2 (-644 (-317 (-225)))) (-5 *1 (-268)))))
+(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
+ ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-469))))
+ ((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4))))
+ (-12 (-5 *3 (-644 (-483 *4 *5))) (-14 *4 (-644 (-1175)))
+ (-4 *5 (-454))
+ (-5 *2
+ (-2 (|:| |gblist| (-644 (-247 *4 *5)))
+ (|:| |gvlist| (-644 (-566)))))
+ (-5 *1 (-631 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6))
+ (-5 *2 (-644 (-2 (|:| -2578 *1) (|:| -3009 (-644 *7)))))
+ (-5 *3 (-644 *7)) (-4 *1 (-1208 *4 *5 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-144))) (-5 *1 (-141))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-141)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1175)) (-4 *5 (-1219)) (-4 *6 (-1241 *5))
+ (-4 *7 (-1241 (-409 *6))) (-5 *2 (-644 (-952 *5)))
+ (-5 *1 (-343 *4 *5 *6 *7)) (-4 *4 (-344 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1175)) (-4 *1 (-344 *4 *5 *6)) (-4 *4 (-1219))
+ (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5))) (-4 *4 (-365))
+ (-5 *2 (-644 (-952 *4))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 *3)) (-4 *3 (-1070 *5 *6 *7 *8)) (-4 *5 (-454))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7))
+ (-5 *2 (-112)) (-5 *1 (-988 *5 *6 *7 *8 *3))))
((*1 *2 *3 *3)
- (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1240 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-506 *3 *4 *5 *6))) (-4 *3 (-365)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-365)) (-4 *3 (-793)) (-4 *4 (-850))
- (-5 *1 (-506 *2 *3 *4 *5)) (-4 *5 (-949 *2 *3 *4))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 *1)) (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-644 *1)) (-5 *3 (-644 *7)) (-4 *1 (-1070 *4 *5 *6 *7))
- (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *1)
(-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-644 *1))
- (-4 *1 (-1070 *4 *5 *6 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 *3)) (-4 *3 (-1070 *5 *6 *7 *8)) (-4 *5 (-454))
+ (-4 *6 (-793)) (-4 *7 (-850)) (-4 *8 (-1064 *5 *6 *7))
+ (-5 *2 (-112)) (-5 *1 (-1106 *5 *6 *7 *8 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-420 *2)) (-4 *2 (-558)))))
+(((*1 *1 *1) (-4 *1 (-629)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002) (-1200))))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049))
+ (-5 *1 (-1159 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-566)) (-5 *1 (-1257 *3 *4 *5)) (-4 *3 (-1049))
+ (-14 *4 (-1175)) (-14 *5 *3))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874)))
+ (-5 *1 (-470)))))
+(((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-644 (-1027 *5 *6 *7 *8))) (-5 *1 (-1027 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-644 *8)) (-5 *4 (-112)) (-4 *8 (-1064 *5 *6 *7))
+ (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-5 *2 (-644 (-1145 *5 *6 *7 *8))) (-5 *1 (-1145 *5 *6 *7 *8)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
+(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-756)))))
+(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-114)))
+ ((*1 *1 *1) (-5 *1 (-171))) ((*1 *1 *1) (-4 *1 (-547)))
+ ((*1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
+ (-4 *3 (-13 (-1099) (-34))))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *4 (-558))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| -3177 *4))) (-5 *1 (-969 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -1966 *6) (|:| |sol?| (-112))) (-566)
- *6))
- (-4 *6 (-365)) (-4 *7 (-1240 *6))
- (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6)))
- (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-429 *3 *2)) (-4 *3 (-13 (-172) (-38 (-409 (-566)))))
- (-4 *2 (-13 (-850) (-21))))))
+ (|partial| -12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-958 *3)) (-5 *1 (-1162 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-612 *6))) (-5 *4 (-1175)) (-5 *2 (-612 *6))
+ (-4 *6 (-432 *5)) (-4 *5 (-1099)) (-5 *1 (-575 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1175)) (-4 *5 (-365)) (-5 *2 (-644 (-1209 *5)))
+ (-5 *1 (-1273 *5)) (-5 *4 (-1209 *5)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-420 *3)) (-4 *3 (-558)) (-5 *1 (-421 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-454)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-338 *5 *6 *7 *8)) (-4 *5 (-432 *4)) (-4 *6 (-1241 *5))
+ (-4 *7 (-1241 (-409 *6))) (-4 *8 (-344 *5 *6 *7))
+ (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-112))
+ (-5 *1 (-911 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-338 (-409 (-566)) *4 *5 *6))
+ (-4 *4 (-1241 (-409 (-566)))) (-4 *5 (-1241 (-409 *4)))
+ (-4 *6 (-344 (-409 (-566)) *4 *5)) (-5 *2 (-112))
+ (-5 *1 (-912 *4 *5 *6)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-644 *7)) (-5 *3 (-566)) (-4 *7 (-949 *4 *5 *6))
+ (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-5 *1 (-451 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-612 *1))) (-4 *1 (-303)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-454))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1171 *6)) (-4 *6 (-949 *5 *3 *4)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *5 (-909)) (-5 *1 (-459 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-909)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-829)))))
+(((*1 *2 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-751)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-1064 *3 *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-771))) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
- (-4 *4 (-1049)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *5 (-612 *4)) (-5 *6 (-1171 *4))
- (-4 *4 (-13 (-432 *7) (-27) (-1199)))
- (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4))))
- (-5 *1 (-562 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099))))
- ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
- (-12 (-5 *5 (-612 *4)) (-5 *6 (-409 (-1171 *4)))
- (-4 *4 (-13 (-432 *7) (-27) (-1199)))
- (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-12 (-5 *2 (-1026 (-843 (-566)))) (-5 *1 (-596 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049))
+ (-5 *2 (-644 (-644 (-644 (-943 *3))))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-5 *5 (-644 (-644 *8)))
+ (-4 *7 (-850)) (-4 *8 (-308)) (-4 *9 (-949 *8 *6 *7)) (-4 *6 (-793))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2875 (-644 *4))))
- (-5 *1 (-562 *7 *4 *3)) (-4 *3 (-656 *4)) (-4 *3 (-1099)))))
-(((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-241)) (-5 *3 (-1157))))
- ((*1 *2 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-241))))
- ((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
-(((*1 *2) (-12 (-5 *2 (-1146 (-1157))) (-5 *1 (-393)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-363 (-114))) (-4 *2 (-1049)) (-5 *1 (-714 *2 *4))
- (-4 *4 (-648 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-363 (-114))) (-5 *1 (-836 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-848)) (-5 *1 (-304 *3)))))
+ (-2 (|:| |upol| (-1171 *8)) (|:| |Lval| (-644 *8))
+ (|:| |Lfact|
+ (-644 (-2 (|:| -3846 (-1171 *8)) (|:| -3388 (-566)))))
+ (|:| |ctpol| *8)))
+ (-5 *1 (-742 *6 *7 *8 *9)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-529)) (-5 *3 (-128)) (-5 *2 (-771)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *6)) (-4 *5 (-1099))
- (-4 *6 (-1214)) (-5 *2 (-1 *6 *5)) (-5 *1 (-641 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-4 *5 (-1099))
- (-4 *2 (-1214)) (-5 *1 (-641 *5 *2))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 *5)) (-4 *6 (-1099))
- (-4 *5 (-1214)) (-5 *2 (-1 *5 *6)) (-5 *1 (-641 *6 *5))))
- ((*1 *2 *3 *4 *5 *2)
- (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-4 *5 (-1099))
- (-4 *2 (-1214)) (-5 *1 (-641 *5 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-644 *5)) (-5 *4 (-644 *6))
- (-4 *5 (-1099)) (-4 *6 (-1214)) (-5 *1 (-641 *5 *6))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-644 *5)) (-5 *4 (-644 *2)) (-5 *6 (-1 *2 *5))
- (-4 *5 (-1099)) (-4 *2 (-1214)) (-5 *1 (-641 *5 *2))))
- ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-144)) (-5 *2 (-771)))))
-(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850))))
+ ((*1 *1) (-4 *1 (-1150))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225)))
+ (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-79 LSFUN1))))
+ (-5 *2 (-1035)) (-5 *1 (-753)))))
+(((*1 *2 *3)
(-12
+ (-5 *3
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
(-5 *2
- (-2 (|:| -2397 *3) (|:| |gap| (-771)) (|:| -2631 (-782 *3))
- (|:| -3264 (-782 *3))))
- (-5 *1 (-782 *3)) (-4 *3 (-1049))))
- ((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850))
- (-5 *2
- (-2 (|:| -2397 *1) (|:| |gap| (-771)) (|:| -2631 *1)
- (|:| -3264 *1)))
- (-4 *1 (-1064 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2
- (-2 (|:| -2397 *1) (|:| |gap| (-771)) (|:| -2631 *1)
- (|:| -3264 *1)))
- (-4 *1 (-1064 *3 *4 *5)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-420 *4)) (-4 *4 (-558)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
- (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-508)) (-5 *3 (-644 (-965))) (-5 *1 (-292)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-644 (-1175)))
- (-5 *2 (-644 (-644 (-381)))) (-5 *1 (-1023)) (-5 *5 (-381))))
- ((*1 *2 *3)
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular| "There are singularities at both end points")
+ (|:| |notEvaluated| "End point continuity not yet evaluated")))
+ (-5 *1 (-192)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-175)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-949 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-454))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *3 (-1064 *4 *5 *6))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *1))))
+ (-4 *1 (-1070 *4 *5 *6 *3))))
+ ((*1 *1 *1) (-4 *1 (-1219)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-1244 *3 *2))
+ (-4 *2 (-13 (-1241 *3) (-558) (-10 -8 (-15 -1962 ($ $ $))))))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1215))
+ (-4 *4 (-375 *2)) (-4 *5 (-375 *2))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 "right") (|has| *1 (-6 -4416)) (-4 *1 (-119 *3))
+ (-4 *3 (-1215))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 "left") (|has| *1 (-6 -4416)) (-4 *1 (-119 *3))
+ (-4 *3 (-1215))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-289 *3 *2)) (-4 *3 (-1099))
+ (-4 *2 (-1215))))
+ ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1175)) (-5 *1 (-632))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 (-1232 (-566))) (|has| *1 (-6 -4416)) (-4 *1 (-651 *2))
+ (-4 *2 (-1215))))
+ ((*1 *1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-644 (-566))) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 "value") (|has| *1 (-6 -4416)) (-4 *1 (-1010 *2))
+ (-4 *2 (-1215))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-4 *1 (-1191 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 "last") (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2))
+ (-4 *2 (-1215))))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 "rest") (|has| *1 (-6 -4416)) (-4 *1 (-1253 *3))
+ (-4 *3 (-1215))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *3 "first") (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2))
+ (-4 *2 (-1215)))))
+(((*1 *2 *1 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-862) (-862) (-862))) (-5 *4 (-566)) (-5 *2 (-862))
+ (-5 *1 (-649 *5 *6 *7)) (-4 *5 (-1099)) (-4 *6 (-23)) (-14 *7 *6)))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-862)) (-5 *1 (-854 *3 *4 *5)) (-4 *3 (-1049))
+ (-14 *4 (-99 *3)) (-14 *5 (-1 *3 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-862))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-862))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-862))))
+ ((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-862)) (-5 *1 (-1171 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-566)) (-5 *1 (-317 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))))
+(((*1 *2 *3)
(-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
(-14 *5 (-644 (-1175))) (-5 *2 (-644 (-644 (-1024 (-409 *4)))))
- (-5 *1 (-1290 *4 *5 *6)) (-14 *6 (-644 (-1175)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
- (-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7))
- (-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
+ (-5 *1 (-1291 *4 *5 *6)) (-14 *6 (-644 (-1175)))))
((*1 *2 *3 *4 *4)
(-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
(-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7))
+ (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7))
(-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-644 (-952 *5))) (-5 *4 (-112))
(-4 *5 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1290 *5 *6 *7))
+ (-5 *2 (-644 (-644 (-1024 (-409 *5))))) (-5 *1 (-1291 *5 *6 *7))
(-14 *6 (-644 (-1175))) (-14 *7 (-644 (-1175)))))
((*1 *2 *3)
(-12 (-5 *3 (-644 (-952 *4)))
(-4 *4 (-13 (-848) (-308) (-147) (-1022)))
- (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1290 *4 *5 *6))
+ (-5 *2 (-644 (-644 (-1024 (-409 *4))))) (-5 *1 (-1291 *4 *5 *6))
(-14 *5 (-644 (-1175))) (-14 *6 (-644 (-1175))))))
-(((*1 *2 *3 *3 *4)
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793))
+ (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *3 (-1064 *4 *5 *6))
+ (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1791 *1))))
+ (-4 *1 (-1070 *4 *5 *6 *3)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-1235 *3 *2))
+ (-4 *2 (-1241 *3)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-1225 *4)) (-4 *4 (-1049)) (-4 *4 (-558))
+ (-5 *2 (-409 (-952 *4)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-1225 *4)) (-4 *4 (-1049)) (-4 *4 (-558))
+ (-5 *2 (-409 (-952 *4))))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1265 (-644 *3))) (-4 *4 (-308))
+ (-5 *2 (-644 *3)) (-5 *1 (-457 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *1 (-787)) (-5 *2 (-1035))
+ (-5 *3
+ (-2 (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))))
+ ((*1 *2 *3 *2)
+ (-12 (-4 *1 (-787)) (-5 *2 (-1035))
+ (-5 *3
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225)))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793))
+ (-5 *1 (-506 *4 *5 *6 *2)) (-4 *2 (-949 *4 *5 *6))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-949 *3 *4 *5)))))
+(((*1 *1 *1) (-5 *1 (-225))) ((*1 *1 *1) (-5 *1 (-381)))
+ ((*1 *1) (-5 *1 (-381))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
+ (-4 *4 (-375 *2)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5)))
+ (-5 *2 (-644 (-644 *4))) (-5 *1 (-343 *3 *4 *5 *6))
+ (-4 *3 (-344 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-4 *3 (-370)) (-5 *2 (-644 (-644 *3))))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *1 (-103 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *4)
(-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
(-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))
- (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4))
- (-4 *4 (-38 (-409 (-566)))) (-4 *4 (-1049)))))
-(((*1 *2 *1) (-12 (-4 *1 (-107 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-112)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 *4)) (-5 *1 (-1140 *3 *4))
- (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34))))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1256 *2 *3 *4)) (-4 *2 (-1049)) (-14 *3 (-1175))
- (-14 *4 *2))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1214)) (-5 *1 (-1131 *4 *2))
- (-4 *2 (-13 (-604 (-566) *4) (-10 -7 (-6 -4414) (-6 -4415))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-850)) (-4 *3 (-1214)) (-5 *1 (-1131 *3 *2))
- (-4 *2 (-13 (-604 (-566) *3) (-10 -7 (-6 -4414) (-6 -4415)))))))
-(((*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1) (-12 (-5 *1 (-672 *2)) (-4 *2 (-850))))
- ((*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
- ((*1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
- (-4 *3 (-1240 *2)))))
+ (-12 (-4 *4 (-1049))
+ (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285)))
+ (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-921)) (-4 *5 (-1049))
+ (-4 *2 (-13 (-406) (-1038 *5) (-365) (-1200) (-285)))
+ (-5 *1 (-445 *5 *3 *2)) (-4 *3 (-1241 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4))
- (-5 *2 (-420 *3)) (-5 *1 (-437 *4 *5 *3)) (-4 *3 (-1240 *5)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1049)) (-5 *1 (-894 *2 *3)) (-4 *2 (-1240 *3))))
+ (-12 (-5 *3 (-566)) (|has| *1 (-6 -4406)) (-4 *1 (-406))
+ (-5 *2 (-921)))))
+(((*1 *2 *2) (-12 (-5 *1 (-961 *2)) (-4 *2 (-547)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
+ (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))))
+(((*1 *1 *1 *1) (-4 *1 (-143)))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-527)))))
-(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-144)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-59 *6)) (-4 *6 (-1214))
- (-4 *5 (-1214)) (-5 *2 (-59 *5)) (-5 *1 (-58 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-240 *6 *7)) (-14 *6 (-771))
- (-4 *7 (-1214)) (-4 *5 (-1214)) (-5 *2 (-240 *6 *5))
- (-5 *1 (-239 *6 *7 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1214)) (-4 *5 (-1214))
- (-4 *2 (-375 *5)) (-5 *1 (-373 *6 *4 *5 *2)) (-4 *4 (-375 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1099)) (-4 *5 (-1099))
- (-4 *2 (-427 *5)) (-5 *1 (-425 *6 *4 *5 *2)) (-4 *4 (-427 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-644 *6)) (-4 *6 (-1214))
- (-4 *5 (-1214)) (-5 *2 (-644 *5)) (-5 *1 (-642 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-958 *6)) (-4 *6 (-1214))
- (-4 *5 (-1214)) (-5 *2 (-958 *5)) (-5 *1 (-957 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1155 *6)) (-4 *6 (-1214))
- (-4 *3 (-1214)) (-5 *2 (-1155 *3)) (-5 *1 (-1153 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1264 *6)) (-4 *6 (-1214))
- (-4 *5 (-1214)) (-5 *2 (-1264 *5)) (-5 *1 (-1263 *6 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+ (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547)))))
(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5))
- (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-1277 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558))
- (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1277 *5 *6 *7 *8)))))
+ (-12 (-5 *2 (-1250 *3 *4 *5)) (-4 *3 (-365)) (-14 *4 (-1175))
+ (-14 *5 *3) (-5 *1 (-320 *3 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-1159 *3)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| (-112)) (|:| -1470 *4))))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-365)) (-4 *3 (-1049))
- (-5 *1 (-1159 *3)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-904 *4))
- (-4 *4 (-1099))))
- ((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-904 *3)) (-4 *3 (-1099)))))
+ (-12 (-5 *3 (-3 (-409 (-952 *5)) (-1164 (-1175) (-952 *5))))
+ (-4 *5 (-454)) (-5 *2 (-644 (-689 (-409 (-952 *5)))))
+ (-5 *1 (-293 *5)) (-5 *4 (-689 (-409 (-952 *5)))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1141 *4 *2)) (-14 *4 (-921))
- (-4 *2 (-13 (-1049) (-10 -7 (-6 (-4416 "*")))))
- (-5 *1 (-902 *4 *2)))))
-(((*1 *1 *1) (-12 (-4 *1 (-119 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1) (-12 (-5 *1 (-672 *2)) (-4 *2 (-850))))
- ((*1 *1 *1) (-12 (-5 *1 (-677 *2)) (-4 *2 (-850))))
- ((*1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-862))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
- (-4 *3 (-1240 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-97)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1070 *4 *5 *6 *3)) (-4 *4 (-454)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
+ (-12 (-5 *3 (-771)) (-5 *2 (-1 (-1155 (-952 *4)) (-1155 (-952 *4))))
+ (-5 *1 (-1273 *4)) (-4 *4 (-365)))))
+(((*1 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-438))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-390)) (-5 *1 (-438)))))
+(((*1 *1) (-12 (-4 *1 (-1045 *2)) (-4 *2 (-23)))))
+(((*1 *2 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-689 *4)) (-5 *3 (-771)) (-4 *4 (-1049))
+ (-5 *1 (-690 *4)))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
+ (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *6 (-225))
+ (-5 *3 (-566)) (-5 *2 (-1035)) (-5 *1 (-751)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-324 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-131))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-363 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-388 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1099)) (-5 *1 (-649 *3 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-438)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-112))))
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-771))))
((*1 *2 *1)
(-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-276)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
- (-4 *3 (-13 (-1099) (-34))))))
-(((*1 *2 *1) (-12 (-5 *2 (-971)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *1 (-679 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
-(((*1 *2 *1 *3 *3)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-604 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-1214)) (-5 *2 (-1269)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-365) (-848))) (-5 *1 (-181 *3 *2))
- (-4 *2 (-1240 (-169 *3))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *3 (-644 (-566)))
- (-5 *1 (-883)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-824)))))
-(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
- (-12 (-5 *3 (-566)) (-5 *5 (-112)) (-5 *6 (-689 (-225)))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-77 OBJFUN))))
- (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-753)))))
-(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-129))))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-927)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-644 (-952 *4))) (-5 *3 (-644 (-1175))) (-4 *4 (-454))
- (-5 *1 (-918 *4)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *2)
- (|:| |polj| *2)))
- (-4 *5 (-793)) (-4 *2 (-949 *4 *5 *6)) (-5 *1 (-451 *4 *5 *6 *2))
- (-4 *4 (-454)) (-4 *6 (-850)))))
-(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-699)) (-5 *1 (-306)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-644 (-1 *4 (-644 *4)))) (-4 *4 (-1099))
- (-5 *1 (-113 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1099))
- (-5 *1 (-113 *4))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-114)) (-5 *2 (-644 (-1 *4 (-644 *4))))
- (-5 *1 (-113 *4)) (-4 *4 (-1099)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-862)) (-5 *1 (-392 *3 *4 *5)) (-14 *3 (-771))
- (-14 *4 (-771)) (-4 *5 (-172)))))
-(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226)))))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-771)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-558))
- (-5 *2 (-2 (|:| -3361 (-689 *5)) (|:| |vec| (-1264 (-644 (-921))))))
- (-5 *1 (-90 *5 *3)) (-5 *4 (-921)) (-4 *3 (-656 *5)))))
-(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
- (-12 (-5 *3 (-1157)) (-5 *5 (-689 (-225))) (-5 *6 (-225))
- (-5 *7 (-689 (-566))) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -1641 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-365)) (-4 *7 (-1240 *6))
- (-5 *2
- (-3 (-2 (|:| |answer| (-409 *7)) (|:| |a0| *6))
- (-2 (|:| -1641 (-409 *7)) (|:| |coeff| (-409 *7))) "failed"))
- (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
-(((*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1267)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1214)) (-5 *2 (-644 *1)) (-4 *1 (-1010 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4))
- (-14 *3 (-921)) (-4 *4 (-1049)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |var| (-644 (-1175))) (|:| |pred| (-52))))
- (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *2)
- (-12
- (-5 *2 (-2 (|:| -2395 (-644 (-1175))) (|:| -1923 (-644 (-1175)))))
- (-5 *1 (-1216)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
-(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-409 (-566))) (-5 *1 (-306)))))
-(((*1 *1 *2 *3 *3 *4 *4)
- (-12 (-5 *2 (-952 (-566))) (-5 *3 (-1175))
- (-5 *4 (-1093 (-409 (-566)))) (-5 *1 (-30)))))
-(((*1 *1 *2) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-409 (-566))) (-5 *1 (-320 *3 *4 *5)) (-4 *3 (-365))
- (-14 *4 (-1175)) (-14 *5 *3))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-365)) (-4 *3 (-1049))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3302 *1)))
- (-4 *1 (-852 *3)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))))
+ (-12 (-5 *3 (-566)) (-5 *4 (-420 *2)) (-4 *2 (-949 *7 *5 *6))
+ (-5 *1 (-742 *5 *6 *7 *2)) (-4 *5 (-793)) (-4 *6 (-850))
+ (-4 *7 (-308)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *2 (-644 (-169 *4))) (-5 *1 (-155 *3 *4))
+ (-4 *3 (-1241 (-169 (-566)))) (-4 *4 (-13 (-365) (-848)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-169 *4)))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-644 (-169 *4)))
+ (-5 *1 (-181 *4 *3)) (-4 *3 (-1241 (-169 *4))))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-114)) (-5 *1 (-113 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-555)))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
+ (-12 (-5 *3 (-653 (-409 *2))) (-4 *2 (-1241 *4)) (-5 *1 (-810 *4 *2))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-654 *2 (-409 *2))) (-4 *2 (-1241 *4))
+ (-5 *1 (-810 *4 *2))
+ (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566))))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-4 *3 (-558))
+ (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))
(-5 *2 (-1171 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2))
- (-4 *2 (-1255 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1240 *3))
- (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1255 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2))
- (-4 *2 (-1255 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147)))
- (-5 *1 (-1151 *3)))))
+(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
+ (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566))
+ (-5 *2 (-1035)) (-5 *1 (-756)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-365)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
- (-5 *2 (-771)) (-5 *1 (-523 *4 *5 *6 *3)) (-4 *3 (-687 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-4 *3 (-558)) (-5 *2 (-771))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *4 (-172)) (-4 *5 (-375 *4))
- (-4 *6 (-375 *4)) (-5 *2 (-771)) (-5 *1 (-688 *4 *5 *6 *3))
- (-4 *3 (-687 *4 *5 *6))))
+ (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *1)) (-4 *1 (-369 *4)) (-4 *4 (-172))
+ (-5 *2 (-689 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-689 *4)) (-5 *1 (-418 *3 *4))
+ (-4 *3 (-419 *4))))
+ ((*1 *2) (-12 (-4 *1 (-419 *3)) (-4 *3 (-172)) (-5 *2 (-689 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-483 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049))
+ (-5 *2 (-247 *4 *5)) (-5 *1 (-944 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1215)) (-4 *4 (-375 *3))
+ (-4 *5 (-375 *3)) (-5 *2 (-771))))
((*1 *2 *1)
(-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-4 *5 (-558))
- (-5 *2 (-771)))))
+ (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-771)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-689 (-566))) (-5 *3 (-644 (-566))) (-5 *1 (-1109)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-926)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-409 (-566))) (-5 *1 (-1024 *3))
+ (-4 *3 (-13 (-848) (-365) (-1022)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *2 (-13 (-848) (-365))) (-5 *1 (-1060 *2 *3))
+ (-4 *3 (-1241 *2))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-1067 *2 *3)) (-4 *2 (-13 (-848) (-365)))
+ (-4 *3 (-1241 *2)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *4 (-454)) (-4 *3 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
+ (-5 *1 (-451 *4 *3 *5 *6)) (-4 *6 (-949 *4 *3 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-793)) (-4 *6 (-850)) (-4 *3 (-558))
- (-4 *7 (-949 *3 *5 *6))
- (-5 *2 (-2 (|:| -2201 (-771)) (|:| -2397 *8) (|:| |radicand| *8)))
- (-5 *1 (-953 *5 *6 *3 *7 *8)) (-5 *4 (-771))
- (-4 *8
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $))))))))
-(((*1 *1 *1 *1)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
+(((*1 *1 *1)
(-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
+ (-4 *4 (-850)) (-4 *2 (-454)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-644 (-1075 *4 *5 *2))) (-4 *4 (-1099))
- (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
- (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4))))
- (-5 *1 (-54 *4 *5 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-644 (-1075 *5 *6 *2))) (-5 *4 (-921)) (-4 *5 (-1099))
- (-4 *6 (-13 (-1049) (-886 *5) (-614 (-892 *5))))
- (-4 *2 (-13 (-432 *6) (-886 *5) (-614 (-892 *5))))
- (-5 *1 (-54 *5 *6 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-771)))))
+ (-12 (-5 *3 (-409 (-566)))
+ (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))))
+(((*1 *2 *2 *2)
+ (-12
+ (-5 *2
+ (-644
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-771)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-793)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-454)) (-4 *5 (-850))
+ (-5 *1 (-451 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4 *5 *5 *2)
+ (|partial| -12 (-5 *2 (-112)) (-5 *3 (-952 *6)) (-5 *4 (-1175))
+ (-5 *5 (-843 *7))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-4 *7 (-13 (-1200) (-29 *6))) (-5 *1 (-224 *6 *7))))
+ ((*1 *2 *3 *4 *4 *2)
+ (|partial| -12 (-5 *2 (-112)) (-5 *3 (-1171 *6)) (-5 *4 (-843 *6))
+ (-4 *6 (-13 (-1200) (-29 *5)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-224 *5 *6)))))
(((*1 *2 *1 *1)
(-12
(-5 *2
- (-2 (|:| |polnum| (-782 *3)) (|:| |polden| *3) (|:| -1956 (-771))))
- (-5 *1 (-782 *3)) (-4 *3 (-1049))))
+ (-2 (|:| -1962 (-782 *3)) (|:| |coef1| (-782 *3))
+ (|:| |coef2| (-782 *3))))
+ (-5 *1 (-782 *3)) (-4 *3 (-558)) (-4 *3 (-1049))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -1956 (-771))))
+ (-12 (-4 *3 (-558)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-2 (|:| -1962 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
(-4 *1 (-1064 *3 *4 *5)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
- (-5 *2 (-1035)) (-5 *1 (-757)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
-(((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
- (-12 (-5 *3 (-225)) (-5 *4 (-566))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-64 G)))) (-5 *2 (-1035))
- (-5 *1 (-748)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-409 (-952 *4))) (-5 *3 (-1175))
- (-4 *4 (-13 (-558) (-1038 (-566)) (-147))) (-5 *1 (-572 *4)))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-4 *1 (-327 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308))
- (-5 *2 (-644 (-771))) (-5 *1 (-778 *3 *4 *5 *6 *7))
- (-4 *3 (-1240 *6)) (-4 *7 (-949 *6 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-420 (-1171 *1))) (-5 *1 (-317 *4)) (-5 *3 (-1171 *1))
- (-4 *4 (-454)) (-4 *4 (-558)) (-4 *4 (-1099))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-909)) (-5 *2 (-420 (-1171 *1))) (-5 *3 (-1171 *1)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1240 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-558))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1240 *2)) (-4 *2 (-1049)) (-4 *2 (-558)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-1218)) (-4 *5 (-1240 *4))
- (-5 *2 (-2 (|:| |radicand| (-409 *5)) (|:| |deg| (-771))))
- (-5 *1 (-148 *4 *5 *3)) (-4 *3 (-1240 (-409 *5))))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-432 *3) (-1002))) (-5 *1 (-277 *3 *2))
- (-4 *3 (-558)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1264 (-689 *4))) (-4 *4 (-172))
- (-5 *2 (-1264 (-689 (-952 *4)))) (-5 *1 (-189 *4)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-952 (-169 *4))) (-4 *4 (-172))
- (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-952 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-172))
- (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-952 *4)) (-4 *4 (-1049))
- (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049))
- (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558))
- (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558))
- (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-409 (-952 (-169 *4)))) (-4 *4 (-558))
- (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-409 (-952 (-169 *5)))) (-5 *4 (-921))
- (-4 *5 (-558)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381)))
- (-5 *1 (-785 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850))
- (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558))
- (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381)))
- (-5 *1 (-785 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-317 (-169 *4))) (-4 *4 (-558)) (-4 *4 (-850))
- (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-317 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-558))
- (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381)))
- (-5 *1 (-785 *5)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-689 *3))
- (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1083 *3)) (-4 *3 (-132)))))
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
(((*1 *2 *3 *4 *5 *4)
(-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-112))
(-5 *2 (-1035)) (-5 *1 (-745)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-112)) (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))))
-(((*1 *2 *2)
- (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3))
- (-4 *3 (-1240 (-169 *2))))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *2 (-1099)) (-5 *1 (-1191 *3 *2)) (-4 *3 (-1099)))))
-(((*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-119 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1175))
- (-5 *2
- (-2 (|:| |zeros| (-1155 (-225))) (|:| |ones| (-1155 (-225)))
- (|:| |singularities| (-1155 (-225)))))
- (-5 *1 (-105)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-1179)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-786)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-558))
- (-5 *2 (-2 (|:| -2631 *3) (|:| -3264 *3))) (-5 *1 (-1235 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *2 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308))))
- ((*1 *2 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308))))
- ((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)) (-4 *2 (-308))))
- ((*1 *2 *1) (-12 (-4 *1 (-1059)) (-5 *2 (-566)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-508)) (-5 *2 (-644 (-965))) (-5 *1 (-292)))))
-(((*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-689 (-952 *4))) (-5 *1 (-1028 *4))
- (-4 *4 (-1049)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-169 (-225)))) (-5 *2 (-1035))
- (-5 *1 (-754)))))
-(((*1 *2 *1) (-12 (-4 *1 (-370)) (-5 *2 (-921))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1264 *4)) (-4 *4 (-351)) (-5 *2 (-921))
- (-5 *1 (-530 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171)))))
-(((*1 *1) (-5 *1 (-157)))
- ((*1 *2 *1) (-12 (-4 *1 (-1044 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-4 *4 (-1214)) (-5 *2 (-112))
- (-5 *1 (-1155 *4)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331))
- (-5 *1 (-333))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-1091 (-952 (-566)))) (-5 *2 (-331))
- (-5 *1 (-333))))
- ((*1 *1 *2 *2 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-675 *3)) (-4 *3 (-1049))
- (-4 *3 (-1099)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-771)) (-4 *3 (-1214)) (-4 *1 (-57 *3 *4 *5))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
- ((*1 *1) (-5 *1 (-171)))
- ((*1 *1) (-12 (-5 *1 (-213 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1099))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-391))))
- ((*1 *1) (-5 *1 (-396)))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-4 *1 (-651 *3)) (-4 *3 (-1214))))
- ((*1 *1)
- (-12 (-4 *3 (-1099)) (-5 *1 (-885 *2 *3 *4)) (-4 *2 (-1099))
- (-4 *4 (-666 *3))))
- ((*1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099))))
- ((*1 *1 *2)
- (-12 (-5 *1 (-1141 *3 *2)) (-14 *3 (-771)) (-4 *2 (-1049))))
- ((*1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049))))
- ((*1 *1 *1) (-5 *1 (-1175))) ((*1 *1) (-5 *1 (-1175)))
- ((*1 *1) (-5 *1 (-1194))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-566)) (-4 *1 (-651 *3)) (-4 *3 (-1214))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-651 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-419 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5))
- (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793)) (-5 *2 (-112)) (-5 *1 (-924 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-952 *4))) (-4 *4 (-13 (-308) (-147)))
- (-4 *5 (-13 (-850) (-614 (-1175)))) (-4 *6 (-793)) (-5 *2 (-112))
- (-5 *1 (-924 *4 *5 *6 *7)) (-4 *7 (-949 *4 *6 *5)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-720)) (-5 *2 (-921))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-722)) (-5 *2 (-771)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1157))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-112))
- (-5 *1 (-224 *4 *5)) (-4 *5 (-13 (-1199) (-29 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1155 *3)) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
-(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-144)))
- ((*1 *1 *1) (-4 *1 (-1143))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469))))
- ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 *4)) (-4 *4 (-639 (-566))) (-5 *2 (-112))
- (-5 *1 (-1291 *4)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-2 (|:| -2674 *3) (|:| -2636 *4))))
- (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *1 (-1190 *3 *4))))
- ((*1 *1) (-12 (-4 *1 (-1190 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
-(((*1 *2 *1) (-12 (-5 *2 (-183 (-249))) (-5 *1 (-248)))))
-(((*1 *1 *1) (-4 *1 (-547))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-365)) (-4 *3 (-1049))
- (-5 *1 (-1159 *3)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-454)) (-4 *4 (-850)) (-4 *5 (-793))
- (-5 *2 (-112)) (-5 *1 (-987 *3 *4 *5 *6))
- (-4 *6 (-949 *3 *5 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
- (-4 *4 (-13 (-1099) (-34))))))
-(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-551))))))
-(((*1 *2 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-689 *3))))
- (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-644 *3)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-419 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-921)) (-5 *1 (-786)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3))))
- (-5 *1 (-596 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-5 *2 (-1269))
- (-5 *1 (-1215 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *4)) (-4 *4 (-1099)) (-5 *2 (-1269))
- (-5 *1 (-1215 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4))))
- ((*1 *2 *3 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1240 *3)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
+(((*1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1215))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-1049)) (-5 *1 (-446 *3 *2)) (-4 *2 (-1241 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-365))
- (-5 *2
- (-2 (|:| A (-689 *5))
- (|:| |eqs|
- (-644
- (-2 (|:| C (-689 *5)) (|:| |g| (-1264 *5)) (|:| -3434 *6)
- (|:| |rh| *5))))))
- (-5 *1 (-813 *5 *6)) (-5 *3 (-689 *5)) (-5 *4 (-1264 *5))
- (-4 *6 (-656 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-365)) (-4 *6 (-656 *5))
- (-5 *2 (-2 (|:| -3361 (-689 *6)) (|:| |vec| (-1264 *5))))
- (-5 *1 (-813 *5 *6)) (-5 *3 (-689 *6)) (-5 *4 (-1264 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-5 *2 (-958 (-1171 *4))) (-5 *1 (-359 *4))
- (-5 *3 (-1171 *4)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
- (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-381)) (-5 *1 (-205)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -3209 (-566)) (|:| -1616 (-644 *3))))
- (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-566)) (-5 *1 (-381)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-409 (-566))))
- (-5 *2 (-2 (|:| -3602 (-1155 *4)) (|:| -3618 (-1155 *4))))
- (-5 *1 (-1161 *4)) (-5 *3 (-1155 *4)))))
-(((*1 *2 *2) (-12 (-5 *1 (-682 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1199) (-432 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-771)) (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-52)) (-5 *1 (-316 *5 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-295 *3)) (-5 *5 (-771))
- (-4 *3 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-566))) (-5 *4 (-295 *6))
- (-4 *6 (-13 (-27) (-1199) (-432 *5)))
- (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1231 (-771)))
- (-4 *7 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-771)))
- (-4 *3 (-13 (-27) (-1199) (-432 *7)))
- (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *7 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1226 *3 *2)) (-4 *3 (-1049)) (-4 *2 (-1255 *3)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-610 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-5 *2 (-112)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850))
- (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-644 (-771)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850))
- (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-644 (-771))))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-771)) (-5 *1 (-588 *2)) (-4 *2 (-547)))))
+ (-12 (-5 *4 (-1 (-644 *5) *6))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1241 *5))
+ (-5 *2 (-644 (-2 (|:| -4388 *5) (|:| -1900 *3))))
+ (-5 *1 (-809 *5 *6 *3 *7)) (-4 *3 (-656 *6))
+ (-4 *7 (-656 (-409 *6))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-264))) (-5 *4 (-1175)) (-5 *2 (-112))
- (-5 *1 (-264)))))
-(((*1 *1) (-5 *1 (-823))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-1049)) (-5 *1 (-690 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-157))))
- ((*1 *2 *1) (-12 (-5 *2 (-157)) (-5 *1 (-874))))
- ((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-566)) (-5 *1 (-1196 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225)))
- (-5 *5 (-3 (|:| |fn| (-390)) (|:| |fp| (-66 FUNCT1))))
- (-5 *2 (-1035)) (-5 *1 (-753)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-169 (-225))) (-5 *5 (-566)) (-5 *6 (-1157))
- (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1171 *4)) (-5 *1 (-359 *4))
- (-4 *4 (-351)))))
-(((*1 *2 *3) (-12 (-5 *3 (-225)) (-5 *2 (-317 (-381))) (-5 *1 (-306)))))
-(((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-566)) (-5 *1 (-1155 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1247 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1224 *3))
- (-5 *2 (-409 (-566))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-365)) (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4)))
- (-5 *2 (-1264 *6)) (-5 *1 (-338 *3 *4 *5 *6))
- (-4 *6 (-344 *3 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699))))
- ((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-699)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-3 (-112) "failed")) (-4 *3 (-454)) (-4 *4 (-850))
- (-4 *5 (-793)) (-5 *1 (-987 *3 *4 *5 *6)) (-4 *6 (-949 *3 *5 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-454))
- (-5 *2
- (-644
- (-2 (|:| |eigval| (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4))))
- (|:| |eigmult| (-771))
- (|:| |eigvec| (-644 (-689 (-409 (-952 *4))))))))
- (-5 *1 (-293 *4)) (-5 *3 (-689 (-409 (-952 *4)))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-328 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-566)) (-5 *1 (-518 *3 *4)) (-4 *3 (-1214)) (-14 *4 *2))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351))
- (-5 *2 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119))))))
- (-5 *1 (-348 *4)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-964 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
-(((*1 *1 *1) (-4 *1 (-629)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-630 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002) (-1199))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-958 *3)) (-5 *1 (-1162 *4 *3))
- (-4 *3 (-1240 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1026 (-843 (-566)))) (-5 *1 (-596 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-988 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-1106 *4 *5 *6 *7 *8)) (-4 *8 (-1070 *4 *5 *6 *7)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
- (-4 *4 (-375 *2)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1249 *3 *4 *5)) (-4 *3 (-365)) (-14 *4 (-1175))
- (-14 *5 *3) (-5 *1 (-320 *3 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-438)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-483 *4 *5)) (-14 *4 (-644 (-1175))) (-4 *5 (-1049))
- (-5 *2 (-247 *4 *5)) (-5 *1 (-944 *4 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-409 (-566)))
- (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))))
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-365)) (-4 *6 (-1241 (-409 *2)))
+ (-4 *2 (-1241 *5)) (-5 *1 (-215 *5 *2 *6 *3))
+ (-4 *3 (-344 *5 *2 *6)))))
(((*1 *2)
(-12 (-4 *4 (-172)) (-5 *2 (-1171 (-952 *4))) (-5 *1 (-418 *3 *4))
(-4 *3 (-419 *4))))
@@ -14571,28 +15014,258 @@
((*1 *2)
(-12 (-5 *2 (-1171 (-409 (-952 *3)))) (-5 *1 (-455 *3 *4 *5 *6))
(-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *4 (-566))) (-5 *5 (-1 (-1155 *4))) (-4 *4 (-365))
+ (-4 *4 (-1049)) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-921))
+ (-5 *2
+ (-3 (-1171 *4)
+ (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119)))))))
+ (-5 *1 (-348 *4)) (-4 *4 (-351)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-225) (-225) (-225)))
+ (-5 *4 (-3 (-1 (-225) (-225) (-225) (-225)) "undefined"))
+ (-5 *5 (-1093 (-225))) (-5 *6 (-644 (-264))) (-5 *2 (-1132 (-225)))
+ (-5 *1 (-697)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-889 *4 *5)) (-5 *3 (-889 *4 *6)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-666 *5)) (-5 *1 (-885 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-112)))))
+(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-292)))
+ ((*1 *1) (-5 *1 (-862)))
+ ((*1 *1)
+ (-12 (-4 *2 (-454)) (-4 *3 (-850)) (-4 *4 (-793))
+ (-5 *1 (-987 *2 *3 *4 *5)) (-4 *5 (-949 *2 *4 *3))))
+ ((*1 *1) (-5 *1 (-1084)))
+ ((*1 *1)
+ (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
+ (-4 *3 (-13 (-1099) (-34)))))
+ ((*1 *1) (-5 *1 (-1178))) ((*1 *1) (-5 *1 (-1179))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *4)) (-4 *4 (-848)) (-4 *4 (-365)) (-5 *2 (-771))
+ (-5 *1 (-945 *4 *5)) (-4 *5 (-1241 *4)))))
(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-235 *3))))
((*1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1099)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-1175))) (-5 *3 (-52)) (-5 *1 (-892 *4))
+ (-4 *4 (-1099)))))
+(((*1 *2 *1) (-12 (-4 *1 (-427 *3)) (-4 *3 (-1099)) (-5 *2 (-771)))))
+(((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *1) (-5 *1 (-141))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
+ (-5 *2 (-112)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-771)) (-4 *5 (-172))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-136 *2 *3 *4)) (-14 *2 (-566)) (-14 *3 (-771))
+ (-4 *4 (-172))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
+ (-4 *4 (-375 *2))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-1049)) (-4 *1 (-687 *3 *2 *4)) (-4 *2 (-375 *3))
+ (-4 *4 (-375 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1141 *2 *3)) (-14 *2 (-771)) (-4 *3 (-1049)))))
+(((*1 *1 *1) (-5 *1 (-1062))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-566)) (-4 *2 (-432 *3)) (-5 *1 (-32 *3 *2))
+ (-4 *3 (-1038 *4)) (-4 *3 (-558)))))
(((*1 *2 *1)
(-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
(-4 *5 (-375 *3)) (-5 *2 (-112))))
((*1 *2 *1)
(-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
(-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-295 (-833 *3)))
+ (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *2 (-833 *3)) (-5 *1 (-636 *5 *3))
+ (-4 *3 (-13 (-27) (-1200) (-432 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-295 (-833 (-952 *5)))) (-4 *5 (-454))
+ (-5 *2 (-833 (-409 (-952 *5)))) (-5 *1 (-637 *5))
+ (-5 *3 (-409 (-952 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-295 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5)))
+ (-4 *5 (-454)) (-5 *2 (-833 *3)) (-5 *1 (-637 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-644 (-1171 (-566)))) (-5 *1 (-191)) (-5 *3 (-566)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-506 *4 *5 *6 *3)) (-4 *3 (-949 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -3781 (-644 *1))))
+ (-4 *1 (-369 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-455 *3 *4 *5 *6))
+ (|:| -3781 (-644 (-455 *3 *4 *5 *6)))))
+ (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *2) (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)))))
+(((*1 *1 *2 *2 *2)
+ (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200)))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
+ ((*1 *1 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365))))
+ ((*1 *2 *1 *3 *4 *4)
+ (-12 (-5 *3 (-921)) (-5 *4 (-381)) (-5 *2 (-1270)) (-5 *1 (-1266)))))
+(((*1 *2 *1)
+ (-12 (|has| *1 (-6 -4415)) (-4 *1 (-491 *3)) (-4 *3 (-1215))
+ (-5 *2 (-644 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-737 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 (-441))) (-5 *1 (-865)))))
(((*1 *2 *1 *1)
(-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
(-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *1) (-5 *1 (-1267))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-581)))))
+(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1268)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))))
+(((*1 *1 *1) (-4 *1 (-173)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-366 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))))
(((*1 *2 *2 *1)
(-12 (-5 *2 (-644 *6)) (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049))
(-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
(-4 *3 (-558)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-5 *1 (-1146 *3)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-141))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-144)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-1241 *4)) (-5 *1 (-541 *4 *2 *5 *6))
+ (-4 *4 (-308)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-771))))))
+(((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1241 *5))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-566))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-409 *6)) (|:| |c| (-409 *6))
+ (|:| -3807 *6)))
+ (-5 *1 (-1015 *5 *6)) (-5 *3 (-409 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-1157)) (-5 *1 (-786)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
+ (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-803)))))
+(((*1 *2 *1) (|partial| -12 (-5 *1 (-367 *2)) (-4 *2 (-1099))))
+ ((*1 *2 *1) (|partial| -12 (-5 *2 (-1157)) (-5 *1 (-1196)))))
+(((*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-489)))))
(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
(-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
(-5 *2 (-1035)) (-5 *1 (-751)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-943 *5)) (-4 *5 (-1049)) (-5 *2 (-771))
+ (-5 *1 (-1163 *4 *5)) (-14 *4 (-921))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-771))) (-5 *3 (-771)) (-5 *1 (-1163 *4 *5))
+ (-14 *4 (-921)) (-4 *5 (-1049))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-771))) (-5 *3 (-943 *5)) (-4 *5 (-1049))
+ (-5 *1 (-1163 *4 *5)) (-14 *4 (-921)))))
+(((*1 *2)
+ (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-771)) (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-548))))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1215)) (-4 *1 (-151 *3))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2 (-644 (-2 (|:| -3388 (-771)) (|:| -2614 *4) (|:| |num| *4))))
+ (-4 *4 (-1241 *3)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-112)) (-5 *1 (-439))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-5 *3 (-644 (-1175))) (-5 *4 (-112)) (-5 *1 (-439))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1155 *3)) (-5 *1 (-601 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-634 *2)) (-4 *2 (-172))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4))
+ (-4 *4 (-172))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4))
+ (-4 *4 (-172))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4))
+ (-4 *4 (-172))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 (-644 *3)))) (-4 *3 (-1099))
+ (-5 *1 (-675 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-713 *2 *3 *4)) (-4 *2 (-850)) (-4 *3 (-1099))
+ (-14 *4
+ (-1 (-112) (-2 (|:| -1351 *2) (|:| -3388 *3))
+ (-2 (|:| -1351 *2) (|:| -3388 *3))))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1117)) (-5 *1 (-838))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-873 *2 *3)) (-4 *2 (-1215)) (-4 *3 (-1215))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-2 (|:| -2334 (-1175)) (|:| -2303 *4))))
+ (-4 *4 (-1099)) (-5 *1 (-889 *3 *4)) (-4 *3 (-1099))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 *5)) (-4 *5 (-13 (-1099) (-34)))
+ (-5 *2 (-644 (-1139 *3 *5))) (-5 *1 (-1139 *3 *5))
+ (-4 *3 (-13 (-1099) (-34)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-2 (|:| |val| *4) (|:| -1791 *5))))
+ (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34)))
+ (-5 *2 (-644 (-1139 *4 *5))) (-5 *1 (-1139 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1791 *4)))
+ (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34)))
+ (-5 *1 (-1139 *3 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
+ (-4 *3 (-13 (-1099) (-34)))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *4 (-112)) (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
+ (-4 *3 (-13 (-1099) (-34)))))
+ ((*1 *1 *2 *3 *2 *4)
+ (-12 (-5 *4 (-644 *3)) (-4 *3 (-13 (-1099) (-34)))
+ (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34)))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-1139 *2 *3))) (-4 *2 (-13 (-1099) (-34)))
+ (-4 *3 (-13 (-1099) (-34))) (-5 *1 (-1140 *2 *3))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-1140 *2 *3))) (-5 *1 (-1140 *2 *3))
+ (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
+ (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-1164 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
(((*1 *2 *1)
(-12 (-4 *1 (-166 *3)) (-4 *3 (-172)) (-4 *3 (-547))
(-5 *2 (-409 (-566)))))
@@ -14614,1766 +15287,741 @@
(-5 *2 (-409 (-566)))))
((*1 *2 *3)
(-12 (-5 *2 (-409 (-566))) (-5 *1 (-1008 *3)) (-4 *3 (-1038 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-114))))
- ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-114))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850))
- (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850))
- (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-771))))
- ((*1 *2 *1) (-12 (-4 *1 (-267 *3)) (-4 *3 (-850)) (-5 *2 (-771)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1199) (-1002)))
- (-5 *1 (-176 *3)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-470)) (-5 *4 (-921)) (-5 *2 (-1269)) (-5 *1 (-1265)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1148 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-771)) (-4 *6 (-365)) (-5 *4 (-1208 *6))
- (-5 *2 (-1 (-1155 *4) (-1155 *4))) (-5 *1 (-1272 *6))
- (-5 *5 (-1155 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2))
- (-4 *2 (-13 (-27) (-1199) (-432 (-169 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566))))
- (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 (-169 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-1203 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))))
-(((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-632)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1264 *4)) (-5 *3 (-1119)) (-4 *4 (-351))
- (-5 *1 (-530 *4)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-644 (-612 *4))) (-4 *4 (-432 *3)) (-4 *3 (-1099))
- (-5 *1 (-575 *3 *4))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *2)
- (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3))
- (-4 *3 (-648 *2))))
- ((*1 *2 *2) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -3289 (-644 (-225)))))
- (-5 *2 (-644 (-1175))) (-5 *1 (-268))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1171 *7)) (-4 *7 (-949 *6 *4 *5)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1049)) (-5 *2 (-644 *5))
- (-5 *1 (-322 *4 *5 *6 *7))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-341 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 *2) (-4 *5 (-389))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-432 *3)) (-4 *3 (-1099)) (-5 *2 (-644 (-1175)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-644 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1049))
- (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-644 *5))
- (-5 *1 (-950 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $)))))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-973 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-792))
- (-4 *5 (-850)) (-5 *2 (-644 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-5 *2 (-644 (-1175)))
- (-5 *1 (-1043 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-612 *4)) (-5 *1 (-611 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-1099)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-829)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -1641 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-365)) (-4 *7 (-1240 *6))
- (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6)))
- (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-862)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-689 *7)) (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5))
- (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793)) (-5 *1 (-924 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3))
- (-4 *3 (-1099)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-538))) (-5 *1 (-538)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-538) (-644 (-538)))) (-5 *1 (-114))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-538) (-644 (-538)))) (-5 *1 (-114))))
- ((*1 *1) (-5 *1 (-580))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1101 *4)) (-4 *4 (-1099)) (-5 *2 (-1 *4))
- (-5 *1 (-1017 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1093 (-566))) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1264 *5)) (-4 *5 (-639 *4)) (-4 *4 (-558))
- (-5 *2 (-1264 *4)) (-5 *1 (-638 *4 *5)))))
-(((*1 *2 *3 *4 *4 *3 *5)
- (-12 (-5 *4 (-612 *3)) (-5 *5 (-1171 *3))
- (-4 *3 (-13 (-432 *6) (-27) (-1199)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2 (-587 *3)) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099))))
- ((*1 *2 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *4 (-612 *3)) (-5 *5 (-409 (-1171 *3)))
- (-4 *3 (-13 (-432 *6) (-27) (-1199)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2 (-587 *3)) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-644 (-644 (-644 *5)))) (-5 *3 (-1 (-112) *5 *5))
- (-5 *4 (-644 *5)) (-4 *5 (-850)) (-5 *1 (-1185 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1171 (-409 (-1171 *2)))) (-5 *4 (-612 *2))
- (-4 *2 (-13 (-432 *5) (-27) (-1199)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *1 (-562 *5 *2 *6)) (-4 *6 (-1099))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1171 *1)) (-4 *1 (-949 *4 *5 *3)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *3 (-850))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1171 *4)) (-4 *4 (-1049)) (-4 *1 (-949 *4 *5 *3))
- (-4 *5 (-793)) (-4 *3 (-850))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-1171 *2))) (-4 *5 (-793)) (-4 *4 (-850))
- (-4 *6 (-1049))
- (-4 *2
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $)))))
- (-5 *1 (-950 *5 *4 *6 *7 *2)) (-4 *7 (-949 *6 *5 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-1171 (-409 (-952 *5))))) (-5 *4 (-1175))
- (-5 *2 (-409 (-952 *5))) (-5 *1 (-1043 *5)) (-4 *5 (-558)))))
-(((*1 *2 *2)
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1177 (-409 (-566)))) (-5 *2 (-409 (-566)))
+ (-5 *1 (-190)))))
+(((*1 *1 *2 *2)
(-12
(-5 *2
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
- (|:| |xpnt| (-566))))
- (-4 *4 (-13 (-1240 *3) (-558) (-10 -8 (-15 -2164 ($ $ $)))))
- (-4 *3 (-558)) (-5 *1 (-1243 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-128)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1222))))))
-(((*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1099)) (-5 *2 (-55)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
-(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-381))))
- ((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-381)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
- (-14 *4 (-644 (-1175)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1214))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850)))
- (-14 *4 (-644 (-1175)))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-893 *3)) (-4 *3 (-850)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *1 *2 *3)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-792))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-644 (-921))) (-5 *1 (-152 *4 *2 *5)) (-14 *4 (-921))
- (-4 *2 (-365)) (-14 *5 (-993 *4 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-713 *5 *6 *7)) (-4 *5 (-850))
- (-4 *6 (-238 (-3000 *4) (-771)))
- (-14 *7
- (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *6))
- (-2 (|:| -2835 *5) (|:| -2201 *6))))
- (-14 *4 (-644 (-1175))) (-4 *2 (-172))
- (-5 *1 (-463 *4 *2 *5 *6 *7 *8)) (-4 *8 (-949 *2 *6 (-864 *4)))))
- ((*1 *1 *2 *3)
- (-12 (-4 *1 (-511 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-850))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-566)) (-4 *2 (-558)) (-5 *1 (-623 *2 *4))
- (-4 *4 (-1240 *2))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-708 *2)) (-4 *2 (-1049))))
+ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381)))
+ (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
+ (-5 *1 (-1174)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1157)) (-5 *1 (-989))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-735 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-726))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 *5)) (-5 *3 (-644 (-771))) (-4 *1 (-740 *4 *5))
- (-4 *4 (-1049)) (-4 *5 (-850))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-740 *4 *2)) (-4 *4 (-1049))
- (-4 *2 (-850))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-852 *2)) (-4 *2 (-1049))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 (-771))) (-4 *1 (-949 *4 *5 *6))
- (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *6 (-850))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-771)) (-4 *1 (-949 *4 *5 *2)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *2 (-850))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 *6)) (-5 *3 (-644 *5)) (-4 *1 (-973 *4 *5 *6))
- (-4 *4 (-1049)) (-4 *5 (-792)) (-4 *6 (-850))))
- ((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-973 *4 *3 *2)) (-4 *4 (-1049)) (-4 *3 (-792))
- (-4 *2 (-850)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
- ((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1099)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-861))))
- ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-861)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-1157)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
- (-4 *4 (-1064 *6 *7 *8)) (-5 *2 (-1269))
- (-5 *1 (-776 *6 *7 *8 *4 *5)) (-4 *5 (-1070 *6 *7 *8 *4)))))
-(((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-689 (-409 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1274)))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-169 (-225))))
- (-5 *2 (-1035)) (-5 *1 (-754)))))
-(((*1 *1 *1) (-5 *1 (-1062))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-308)) (-5 *1 (-457 *3 *2)) (-4 *2 (-1240 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-308)) (-5 *1 (-462 *3 *2)) (-4 *2 (-1240 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-308)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-771)))
- (-5 *1 (-541 *3 *2 *4 *5)) (-4 *2 (-1240 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1255 *4))
- (-4 *4 (-38 (-409 (-566))))
- (-5 *2 (-1 (-1155 *4) (-1155 *4) (-1155 *4))) (-5 *1 (-1257 *4 *5)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-612 *4)) (-4 *4 (-1099)) (-4 *2 (-1099))
- (-5 *1 (-611 *2 *4)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1155 *4)) (-5 *3 (-566)) (-4 *4 (-1049))
- (-5 *1 (-1159 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-566)) (-5 *1 (-1256 *3 *4 *5)) (-4 *3 (-1049))
- (-14 *4 (-1175)) (-14 *5 *3))))
-(((*1 *1 *1 *1) (-4 *1 (-547))))
-(((*1 *1)
- (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-644
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *3)
- (|:| |polj| *3))))
- (-4 *5 (-793)) (-4 *3 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850))
- (-5 *1 (-451 *4 *5 *6 *3)))))
-(((*1 *1 *1) (-5 *1 (-1062))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-324 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-131)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-644 (-892 *3))) (-5 *1 (-892 *3))
- (-4 *3 (-1099)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1264 *1)) (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218))
- (-4 *4 (-1240 *3)) (-4 *5 (-1240 (-409 *4))))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-547))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1049))
- (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1199) (-285)))
- (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-644 (-644 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-644 (-644 *5)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-644 *3))) (-5 *1 (-1186 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-644 (-566))) (-5 *3 (-689 (-566))) (-5 *1 (-1109)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-57 *4 *2 *5)) (-4 *4 (-1214))
- (-4 *5 (-375 *4)) (-4 *2 (-375 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *6 *2 *7)) (-4 *6 (-1049))
- (-4 *7 (-238 *4 *6)) (-4 *2 (-238 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-420 *3)) (-4 *3 (-558))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-2 (|:| -1624 *4) (|:| -3902 (-566)))))
- (-4 *4 (-1240 (-566))) (-5 *2 (-771)) (-5 *1 (-444 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-4 *6 (-1240 *9)) (-4 *7 (-793)) (-4 *8 (-850)) (-4 *9 (-308))
- (-4 *10 (-949 *9 *7 *8))
- (-5 *2
- (-2 (|:| |deter| (-644 (-1171 *10)))
- (|:| |dterm|
- (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| *10)))))
- (|:| |nfacts| (-644 *6)) (|:| |nlead| (-644 *10))))
- (-5 *1 (-778 *6 *7 *8 *9 *10)) (-5 *3 (-1171 *10)) (-5 *4 (-644 *6))
- (-5 *5 (-644 *10)))))
-(((*1 *2 *3) (-12 (-5 *3 (-508)) (-5 *2 (-691 (-187))) (-5 *1 (-187)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1264 *3)) (-4 *3 (-1049)) (-5 *1 (-712 *3 *4))
- (-4 *4 (-1240 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1171 *2)) (-4 *2 (-432 *4)) (-4 *4 (-558))
- (-5 *1 (-32 *4 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-409 (-566))) (-5 *2 (-225)) (-5 *1 (-306)))))
+ (-12 (-5 *2 (-1175)) (-5 *3 (-1093 *4)) (-4 *4 (-1215))
+ (-5 *1 (-1091 *4)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-926)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
- (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
- (|:| |abserr| (-225)) (|:| |relerr| (-225))))
- (-5 *2 (-381)) (-5 *1 (-205)))))
-(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266))))
- ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-862) (-862))) (-5 *1 (-114))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-862) (-644 (-862)))) (-5 *1 (-114))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-862) (-644 (-862)))) (-5 *1 (-114))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1269)) (-5 *1 (-214 *3))
- (-4 *3
- (-13 (-850)
- (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 (*2 $))
- (-15 -1597 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-396))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-396))))
- ((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-504))))
- ((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-710))))
- ((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1194))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-5 *2 (-1269)) (-5 *1 (-1194)))))
-(((*1 *1) (-5 *1 (-1081))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-820)) (-14 *5 (-1175)) (-5 *2 (-644 (-1237 *5 *4)))
- (-5 *1 (-1113 *4 *5)) (-5 *3 (-1237 *5 *4)))))
-(((*1 *1 *2)
- (-12 (-4 *3 (-1049)) (-5 *1 (-827 *2 *3)) (-4 *2 (-708 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1155 (-1155 *4))) (-5 *2 (-1155 *4)) (-5 *1 (-1159 *4))
- (-4 *4 (-1049)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1038 (-566))) (-4 *3 (-558)) (-5 *1 (-32 *3 *2))
- (-4 *2 (-432 *3))))
- ((*1 *2)
- (-12 (-4 *4 (-172)) (-5 *2 (-1171 *4)) (-5 *1 (-165 *3 *4))
- (-4 *3 (-166 *4))))
- ((*1 *1 *1) (-12 (-4 *1 (-1049)) (-4 *1 (-303))))
- ((*1 *2) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1171 *3))))
- ((*1 *2) (-12 (-4 *1 (-724 *3 *2)) (-4 *3 (-172)) (-4 *2 (-1240 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1067 *3 *2)) (-4 *3 (-13 (-848) (-365)))
- (-4 *2 (-1240 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 *4))))
- (-5 *1 (-889 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1099))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099))
- (-4 *7 (-1099)) (-5 *2 (-644 *1)) (-4 *1 (-1102 *3 *4 *5 *6 *7)))))
-(((*1 *2 *3) (-12 (-5 *2 (-114)) (-5 *1 (-113 *3)) (-4 *3 (-1099)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))))
-(((*1 *1) (-5 *1 (-823))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1049)) (-5 *1 (-1236 *3 *2)) (-4 *2 (-1240 *3)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-921)) (-5 *1 (-699))))
- ((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *2 (-689 *5)) (-5 *3 (-99 *5)) (-5 *4 (-1 *5 *5))
- (-4 *5 (-365)) (-5 *1 (-978 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2 (-644 *4)) (-5 *1 (-1127 *3 *4)) (-4 *3 (-1240 *4))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-365) (-10 -8 (-15 ** ($ $ (-409 (-566)))))))
- (-5 *2 (-644 *3)) (-5 *1 (-1127 *4 *3)) (-4 *4 (-1240 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| -1953 (-409 (-566))) (|:| -1966 (-409 (-566)))))
- (-5 *2 (-409 (-566))) (-5 *1 (-1020 *4)) (-4 *4 (-1240 (-566))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-5 *2 (-566)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-823)) (-5 *1 (-822)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-644 *4)) (-4 *4 (-365)) (-5 *2 (-1264 *4))
- (-5 *1 (-814 *4 *3)) (-4 *3 (-656 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
- ((*1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-4 *1 (-1097 *3))))
- ((*1 *1) (-12 (-4 *1 (-1097 *2)) (-4 *2 (-1099)))))
-(((*1 *2 *1) (-12 (-5 *2 (-186)) (-5 *1 (-138))))
- ((*1 *2 *1) (-12 (-4 *1 (-185)) (-5 *2 (-186)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-244 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-283 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-644 (-114))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))))
-(((*1 *1 *1) (-12 (-5 *1 (-174 *2)) (-4 *2 (-308))))
+ (-4 *2 (-13 (-432 *3) (-1002)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1256 *3))
+ (-5 *1 (-279 *3 *4 *2)) (-4 *2 (-1227 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-38 (-409 (-566)))) (-4 *4 (-1225 *3))
+ (-5 *1 (-280 *3 *4 *2 *5)) (-4 *2 (-1248 *3 *4)) (-4 *5 (-983 *4))))
+ ((*1 *1 *1) (-4 *1 (-285)))
((*1 *2 *3)
- (-12 (-5 *2 (-1177 (-409 (-566)))) (-5 *1 (-190)) (-5 *3 (-566))))
- ((*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1) (-4 *1 (-869 *2)))
+ (-12 (-5 *3 (-420 *4)) (-4 *4 (-558))
+ (-5 *2 (-644 (-2 (|:| -2651 (-771)) (|:| |logand| *4))))
+ (-5 *1 (-321 *4))))
((*1 *1 *1)
- (-12 (-4 *1 (-973 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-792))
- (-4 *4 (-850)))))
-(((*1 *2)
- (-12 (-4 *4 (-365)) (-5 *2 (-921)) (-5 *1 (-329 *3 *4))
- (-4 *3 (-330 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-365)) (-5 *2 (-833 (-921))) (-5 *1 (-329 *3 *4))
- (-4 *3 (-330 *4))))
- ((*1 *2) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-921))))
- ((*1 *2)
- (-12 (-4 *1 (-1283 *3)) (-4 *3 (-365)) (-5 *2 (-833 (-921))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-171))))
- ((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1265))))
- ((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1199))))
- ((*1 *2 *1) (-12 (-5 *1 (-332 *2)) (-4 *2 (-850))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-612 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-57 *3 *4 *5)) (-4 *3 (-1214)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-644 *3))))
+ (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
+ (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
((*1 *2 *1)
- (-12 (|has| *1 (-6 -4414)) (-4 *1 (-491 *3)) (-4 *3 (-1214))
- (-5 *2 (-644 *3)))))
+ (-12 (-5 *2 (-664 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
+ (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1160 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
+ (-5 *1 (-1161 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-771)) (-4 *4 (-13 (-1049) (-717 (-409 (-566)))))
+ (-4 *5 (-850)) (-5 *1 (-1281 *4 *5 *2)) (-4 *2 (-1286 *5 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-1285 *3 *4))
+ (-4 *4 (-717 (-409 (-566)))) (-4 *3 (-850)) (-4 *4 (-172)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1101 *3)) (-5 *1 (-904 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1101 *3)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-147) (-1038 (-409 (-566)))))
- (-4 *5 (-1240 *4))
- (-5 *2 (-644 (-2 (|:| |deg| (-771)) (|:| -3434 *5))))
- (-5 *1 (-809 *4 *5 *3 *6)) (-4 *3 (-656 *5))
- (-4 *6 (-656 (-409 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-647 *3)) (-4 *3 (-1099)))))
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4)))
+ (-5 *2 (-2 (|:| |num| (-1265 *4)) (|:| |den| *4))))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-644 *1)) (-4 *1 (-308)))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-756)))))
+(((*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-112)) (-5 *1 (-268)))))
(((*1 *2)
- (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-419 *3)))))
-(((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-644 (-483 *4 *5))) (-5 *3 (-864 *4))
- (-14 *4 (-644 (-1175))) (-4 *5 (-454)) (-5 *1 (-631 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1199))))))
-(((*1 *1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-112)) (-5 *1 (-596 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-1269))
- (-5 *1 (-451 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-905 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-977 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1155 (-644 (-566)))) (-5 *1 (-883)) (-5 *3 (-566)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3))
- (-4 *3 (-1099)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-921))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-1099)))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1215)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1264 *4)) (-4 *4 (-1214)) (-4 *1 (-238 *3 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1132 (-225))) (-5 *1 (-1197)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-308))
- (-5 *2 (-409 (-420 (-952 *4)))) (-5 *1 (-1042 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
- ((*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-874)) (-5 *3 (-644 (-264))) (-5 *1 (-262)))))
-(((*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1214)) (-5 *2 (-112)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
+ (-12 (-5 *2 (-1265 *3)) (-4 *3 (-365)) (-14 *6 (-1265 (-689 *3)))
+ (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-921)) (-14 *5 (-644 (-1175)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1124 (-566) (-612 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664 'JINT 'X 'ELAM) (-1664) (-699))))
+ (-5 *1 (-61 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664) (-1664 'XC) (-699))))
+ (-5 *1 (-63 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-341 (-1664 'X) (-1664) (-699))) (-5 *1 (-64 *3))
+ (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-341 (-1664) (-1664 'XC) (-699))) (-5 *1 (-66 *3))
+ (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664 'X) (-1664 '-3593) (-699))))
+ (-5 *1 (-71 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664) (-1664 'X) (-699))))
+ (-5 *1 (-74 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664 'X 'EPS) (-1664 '-3593) (-699))))
+ (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1175)) (-14 *4 (-1175))
+ (-14 *5 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664 'EPS) (-1664 'YA 'YB) (-699))))
+ (-5 *1 (-76 *3 *4 *5)) (-14 *3 (-1175)) (-14 *4 (-1175))
+ (-14 *5 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-341 (-1664) (-1664 'X) (-699))) (-5 *1 (-77 *3))
+ (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-341 (-1664) (-1664 'X) (-699))) (-5 *1 (-78 *3))
+ (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664) (-1664 'XC) (-699))))
+ (-5 *1 (-79 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664) (-1664 'X) (-699))))
+ (-5 *1 (-80 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664 'X '-3593) (-1664) (-699))))
+ (-5 *1 (-82 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-689 (-341 (-1664 'X '-3593) (-1664) (-699))))
+ (-5 *1 (-83 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-689 (-341 (-1664 'X) (-1664) (-699)))) (-5 *1 (-84 *3))
+ (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664 'X) (-1664) (-699))))
+ (-5 *1 (-85 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-341 (-1664 'X) (-1664 '-3593) (-699))))
+ (-5 *1 (-86 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-689 (-341 (-1664 'XL 'XR 'ELAM) (-1664) (-699))))
+ (-5 *1 (-87 *3)) (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-341 (-1664 'X) (-1664 '-3593) (-699))) (-5 *1 (-89 *3))
+ (-14 *3 (-1175))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-136 *3 *4 *5))) (-5 *1 (-136 *3 *4 *5))
+ (-14 *3 (-566)) (-14 *4 (-771)) (-4 *5 (-172))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5))
+ (-14 *3 (-566)) (-14 *4 (-771))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1141 *4 *5)) (-14 *4 (-771)) (-4 *5 (-172))
+ (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-240 *4 *5)) (-14 *4 (-771)) (-4 *5 (-172))
+ (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-317 *4))
- (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 (-169 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *2 (-112)) (-5 *1 (-268))))
- ((*1 *2 *3) (-12 (-5 *3 (-317 (-225))) (-5 *2 (-112)) (-5 *1 (-268))))
+ (-12 (-5 *3 (-1265 (-689 *4))) (-4 *4 (-172))
+ (-5 *2 (-1265 (-689 (-409 (-952 *4))))) (-5 *1 (-189 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
- (-5 *4 (-317 (-169 (-381)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
- (-5 *4 (-317 (-381))) (-5 *1 (-331))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
- (-5 *4 (-317 (-566))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-169 (-381)))))
- (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-381)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-566)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-169 (-381)))))
- (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-381)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-566)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-169 (-381)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-381))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-566))) (-5 *1 (-331))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
- (-5 *4 (-317 (-694))) (-5 *1 (-331))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
- (-5 *4 (-317 (-699))) (-5 *1 (-331))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1175)) (-5 *3 (-644 (-952 (-566))))
- (-5 *4 (-317 (-701))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-694)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-699)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-317 (-701)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-694)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-699)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-317 (-701)))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-694))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-699))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1264 (-701))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-694))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-699))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-689 (-701))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-694))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-699))) (-5 *1 (-331))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-317 (-701))) (-5 *1 (-331))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1157)) (-5 *1 (-331))))
- ((*1 *1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-558) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-278 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-278 *4 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *4))))))
-(((*1 *1 *2 *2)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-949 *4 *5 *6)) (-5 *2 (-644 (-644 *7)))
- (-5 *1 (-450 *4 *5 *6 *7)) (-5 *3 (-644 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793))
- (-4 *7 (-850)) (-4 *8 (-949 *5 *6 *7)) (-5 *2 (-644 (-644 *8)))
- (-5 *1 (-450 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-689 *4)) (-4 *4 (-365)) (-5 *2 (-1171 *4))
- (-5 *1 (-534 *4 *5 *6)) (-4 *5 (-365)) (-4 *6 (-13 (-365) (-848))))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-244 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175))
- (-4 *5 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
- (-5 *2 (-587 *3)) (-5 *1 (-428 *5 *3))
- (-4 *3 (-13 (-1199) (-29 *5))))))
-(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))))
-(((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-5 *2 (-317 *4))
- (-5 *1 (-188 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 (-169 *4))))))
- ((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
- ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1175)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1214))
- (-5 *2 (-112)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-327 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
- (-5 *2 (-644 *3))))
+ (-12 (-5 *3 (-1091 (-317 *4)))
+ (-4 *4 (-13 (-850) (-558) (-614 (-381)))) (-5 *2 (-1091 (-381)))
+ (-5 *1 (-259 *4))))
+ ((*1 *1 *2) (-12 (-4 *1 (-267 *2)) (-4 *2 (-850))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-276))))
((*1 *2 *1)
- (-12 (-4 *1 (-384 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-1099))
- (-5 *2 (-644 *3))))
+ (-12 (-4 *2 (-1241 *3)) (-5 *1 (-290 *3 *2 *4 *5 *6 *7))
+ (-4 *3 (-172)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
+ (-14 *6 (-1 (-3 *4 "failed") *4 *4))
+ (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1250 *4 *5 *6)) (-4 *4 (-13 (-27) (-1200) (-432 *3)))
+ (-14 *5 (-1175)) (-14 *6 *4)
+ (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454)))
+ (-5 *1 (-314 *3 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-5 *2 (-1155 *3)) (-5 *1 (-597 *3)) (-4 *3 (-1049))))
+ (-12 (-5 *2 (-317 *5)) (-5 *1 (-341 *3 *4 *5))
+ (-14 *3 (-644 (-1175))) (-14 *4 (-644 (-1175))) (-4 *5 (-389))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-351)) (-4 *2 (-330 *4)) (-5 *1 (-349 *3 *4 *2))
+ (-4 *3 (-330 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-351)) (-4 *2 (-330 *4)) (-5 *1 (-349 *2 *4 *3))
+ (-4 *3 (-330 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-644 *3)) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-726))))
- ((*1 *2 *1) (-12 (-4 *1 (-852 *3)) (-4 *3 (-1049)) (-5 *2 (-644 *3))))
+ (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
+ (-5 *2 (-1289 *3 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1255 *3)) (-4 *3 (-1049)) (-5 *2 (-1155 *3)))))
-(((*1 *2 *3)
+ (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
+ (-5 *2 (-1280 *3 *4))))
+ ((*1 *1 *2) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-850)) (-4 *3 (-172))))
+ ((*1 *1 *2)
(-12
- (-5 *3
- (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
- (-247 *4 (-409 (-566)))))
- (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112))
- (-5 *1 (-507 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *1 (-587 *2)) (-4 *2 (-365)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *1)) (-4 *1 (-1064 *4 *5 *6)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-112))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))
+ (-4 *1 (-385))))
+ ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-385))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-385))))
+ ((*1 *1 *2) (-12 (-5 *2 (-689 (-699))) (-4 *1 (-385))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))
+ (-4 *1 (-386))))
+ ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-386))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-386))))
+ ((*1 *2 *3) (-12 (-5 *2 (-396)) (-5 *1 (-395 *3)) (-4 *3 (-1099))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))
+ (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-398))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-398))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-295 (-317 (-169 (-381))))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-295 (-317 (-381)))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-295 (-317 (-566)))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-317 (-169 (-381)))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-317 (-381))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-317 (-566))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-295 (-317 (-694)))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-295 (-317 (-699)))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-295 (-317 (-701)))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-317 (-694))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-317 (-699))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-317 (-701))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))
+ (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175))
+ (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-331))) (-5 *1 (-400 *3 *4 *5 *6))
+ (-14 *3 (-1175)) (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-331)) (-5 *1 (-400 *3 *4 *5 *6)) (-14 *3 (-1175))
+ (-14 *4 (-3 (|:| |fst| (-436)) (|:| -4212 "void")))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1179))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-332 *4)) (-4 *4 (-13 (-850) (-21)))
+ (-5 *1 (-429 *3 *4)) (-4 *3 (-13 (-172) (-38 (-409 (-566)))))))
+ ((*1 *1 *2)
+ (-12 (-5 *1 (-429 *2 *3)) (-4 *2 (-13 (-172) (-38 (-409 (-566)))))
+ (-4 *3 (-13 (-850) (-21)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-409 (-952 (-409 *3)))) (-4 *3 (-558)) (-4 *3 (-1099))
+ (-4 *1 (-432 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-952 (-409 *3))) (-4 *3 (-558)) (-4 *3 (-1099))
+ (-4 *1 (-432 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-409 *3)) (-4 *3 (-558)) (-4 *3 (-1099))
+ (-4 *1 (-432 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1124 *3 (-612 *1))) (-4 *3 (-1049)) (-4 *3 (-1099))
+ (-4 *1 (-432 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-436))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-436))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-436))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-436))))
+ ((*1 *1 *2) (-12 (-5 *2 (-436)) (-5 *1 (-439))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))
+ (-4 *1 (-442))))
+ ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-442))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-442))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1265 (-699))) (-4 *1 (-442))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2 (-2 (|:| |localSymbols| (-1179)) (|:| -2336 (-644 (-331)))))
+ (-4 *1 (-443))))
+ ((*1 *1 *2) (-12 (-5 *2 (-331)) (-4 *1 (-443))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-331))) (-4 *1 (-443))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1265 (-409 (-952 *3)))) (-4 *3 (-172))
+ (-14 *6 (-1265 (-689 *3))) (-5 *1 (-455 *3 *4 *5 *6))
+ (-14 *4 (-921)) (-14 *5 (-644 (-1175)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470))))
+ ((*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-470))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1250 *3 *4 *5)) (-4 *3 (-1049)) (-14 *4 (-1175))
+ (-14 *5 *3) (-5 *1 (-476 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-476 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *2) (-12 (-5 *2 (-1124 (-566) (-612 (-497)))) (-5 *1 (-497))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-504))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 *6)) (-4 *6 (-949 *3 *4 *5)) (-4 *3 (-365))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-506 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-526))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-606))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-172)) (-5 *1 (-607 *3 *2)) (-4 *2 (-744 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-613 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2) (-12 (-4 *1 (-616 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2) (-12 (-4 *1 (-620 *2)) (-4 *2 (-1049))))
((*1 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1207 *4 *5 *6 *3)) (-4 *4 (-558)) (-4 *5 (-793))
- (-4 *6 (-850)) (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-112)))))
-(((*1 *2)
- (-12 (-5 *2 (-1264 (-1100 *3 *4))) (-5 *1 (-1100 *3 *4))
- (-14 *3 (-921)) (-14 *4 (-921)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-843 (-381))) (-5 *2 (-843 (-225))) (-5 *1 (-306)))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-4 *4 (-1240 *3))
- (-5 *2
- (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-689 *3))))
- (-5 *1 (-352 *3 *4 *5)) (-4 *5 (-411 *3 *4))))
+ (-12 (-5 *2 (-1285 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
+ (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1280 *3 *4)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
+ (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-172)) (-5 *1 (-635 *3 *2)) (-4 *2 (-744 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-677 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-958 (-958 (-958 *3)))) (-5 *1 (-675 *3))
+ (-4 *3 (-1099))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-958 (-958 (-958 *3)))) (-4 *3 (-1099))
+ (-5 *1 (-675 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1117)) (-5 *1 (-681))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1099))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *2)) (-4 *4 (-375 *3))
+ (-4 *2 (-375 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-694))))
+ ((*1 *1 *2) (-12 (-5 *2 (-169 (-701))) (-5 *1 (-694))))
+ ((*1 *1 *2) (-12 (-5 *2 (-169 (-699))) (-5 *1 (-694))))
+ ((*1 *1 *2) (-12 (-5 *2 (-169 (-566))) (-5 *1 (-694))))
+ ((*1 *1 *2) (-12 (-5 *2 (-169 (-381))) (-5 *1 (-694))))
+ ((*1 *1 *2) (-12 (-5 *2 (-701)) (-5 *1 (-699))))
+ ((*1 *2 *1) (-12 (-5 *2 (-381)) (-5 *1 (-699))))
((*1 *2 *3)
- (-12 (-5 *3 (-566)) (-4 *4 (-1240 *3))
+ (-12 (-5 *3 (-317 (-566))) (-5 *2 (-317 (-701))) (-5 *1 (-701))))
+ ((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1157)) (-5 *1 (-710))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-172)) (-5 *1 (-711 *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 *2 *1)
+ (-12 (-4 *2 (-172)) (-5 *1 (-715 *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 (-644 (-2 (|:| -2651 *3) (|:| -3399 *4))))
+ (-4 *3 (-1049)) (-4 *4 (-726)) (-5 *1 (-735 *3 *4))))
+ ((*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-763))))
+ ((*1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-689 *3))))
- (-5 *1 (-768 *4 *5)) (-4 *5 (-411 *3 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 *3))
+ (-3
+ (|:| |nia|
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (|:| |mdnia|
+ (-2 (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-644 (-1093 (-843 (-225)))))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))))
+ (-5 *1 (-769))))
+ ((*1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-689 *3))))
- (-5 *1 (-985 *4 *3 *5 *6)) (-4 *6 (-724 *3 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-4 *3 (-1240 *4)) (-4 *5 (-1240 *3))
+ (-2 (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-644 (-1093 (-843 (-225))))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *1 (-769))))
+ ((*1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| -2875 (-689 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-689 *3))))
- (-5 *1 (-1273 *4 *3 *5 *6)) (-4 *6 (-411 *3 *5)))))
-(((*1 *2 *3)
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *1 (-769))))
+ ((*1 *2 *3) (-12 (-5 *2 (-774)) (-5 *1 (-773 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *2)
(-12
- (-5 *3
+ (-5 *2
(-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
- (|:| |fn| (-1264 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
(|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
(|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *1 (-808))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-824))))
+ ((*1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| |stiffnessFactor| (-381)) (|:| |stabilityFactor| (-381))))
- (-5 *1 (-205)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
- (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566))))
- ((*1 *1 *1) (-4 *1 (-1002)))
- ((*1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-1012))))
- ((*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-4 *1 (-1012))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-921))))
- ((*1 *1 *1) (-4 *1 (-1012))))
-(((*1 *1 *1) (-5 *1 (-1062))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *1)) (-4 *1 (-303))))
- ((*1 *1 *1) (-4 *1 (-303)))
- ((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
- ((*1 *1 *1) (-5 *1 (-862))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-112)))))
-(((*1 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-264))))
- ((*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *2)) (-5 *1 (-179 *2)) (-4 *2 (-308))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-644 (-644 *4))) (-5 *2 (-644 *4)) (-4 *4 (-308))
- (-5 *1 (-179 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-644 *8))
- (-5 *4
- (-644
- (-2 (|:| -2875 (-689 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-689 *7)))))
- (-5 *5 (-771)) (-4 *8 (-1240 *7)) (-4 *7 (-1240 *6)) (-4 *6 (-351))
- (-5 *2
- (-2 (|:| -2875 (-689 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-689 *7))))
- (-5 *1 (-500 *6 *7 *8))))
- ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-1175)) (-5 *6 (-112))
- (-4 *7 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
- (-4 *3 (-13 (-1199) (-959) (-29 *7)))
- (-5 *2
- (-3 (|:| |f1| (-843 *3)) (|:| |f2| (-644 (-843 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-219 *7 *3)) (-5 *5 (-843 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
- (-4 *3 (-1064 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
- (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
+ (-3
+ (|:| |noa|
+ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225)))
+ (|:| |lb| (-644 (-843 (-225))))
+ (|:| |cf| (-644 (-317 (-225))))
+ (|:| |ub| (-644 (-843 (-225))))))
+ (|:| |lsa|
+ (-2 (|:| |lfn| (-644 (-317 (-225))))
+ (|:| -1783 (-644 (-225)))))))
+ (-5 *1 (-841))))
+ ((*1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| |done| (-644 *4))
- (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1470 *4))))))
- (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-1137))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1269)) (-5 *1 (-1137)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-644 *5) *6))
- (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *6 (-1240 *5))
- (-5 *2 (-644 (-2 (|:| |poly| *6) (|:| -3434 *3))))
- (-5 *1 (-809 *5 *6 *3 *7)) (-4 *3 (-656 *6))
- (-4 *7 (-656 (-409 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-644 *5) *6))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *6 (-1240 *5))
- (-5 *2 (-644 (-2 (|:| |poly| *6) (|:| -3434 (-654 *6 (-409 *6))))))
- (-5 *1 (-812 *5 *6)) (-5 *3 (-654 *6 (-409 *6))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-644 *7)) (-5 *5 (-644 (-644 *8))) (-4 *7 (-850))
- (-4 *8 (-308)) (-4 *6 (-793)) (-4 *9 (-949 *8 *6 *7))
+ (-2 (|:| |lfn| (-644 (-317 (-225)))) (|:| -1783 (-644 (-225)))))
+ (-5 *1 (-841))))
+ ((*1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| |unitPart| *9)
- (|:| |suPart|
- (-644 (-2 (|:| -1624 (-1171 *9)) (|:| -2201 (-566)))))))
- (-5 *1 (-742 *6 *7 *8 *9)) (-5 *3 (-1171 *9)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-48))) (-5 *2 (-420 *3)) (-5 *1 (-39 *3))
- (-4 *3 (-1240 (-48)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-420 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1240 (-48)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-48))) (-4 *5 (-850)) (-4 *6 (-793))
- (-5 *2 (-420 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-949 (-48) *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-48))) (-4 *5 (-850)) (-4 *6 (-793))
- (-4 *7 (-949 (-48) *6 *5)) (-5 *2 (-420 (-1171 *7)))
- (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1171 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-167 *4 *3))
- (-4 *3 (-1240 (-169 *4)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-112)) (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-848))) (-5 *2 (-420 *3))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-351)) (-5 *2 (-420 *3)) (-5 *1 (-216 *4 *3))
- (-4 *3 (-1240 *4))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-420 *3)) (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
- (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-771))) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
- (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-644 (-771))) (-5 *5 (-771)) (-5 *2 (-420 *3))
- (-5 *1 (-444 *3)) (-4 *3 (-1240 (-566)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-771)) (-5 *2 (-420 *3)) (-5 *1 (-444 *3))
- (-4 *3 (-1240 (-566)))))
+ (-2 (|:| |fn| (-317 (-225))) (|:| -1783 (-644 (-225)))
+ (|:| |lb| (-644 (-843 (-225)))) (|:| |cf| (-644 (-317 (-225))))
+ (|:| |ub| (-644 (-843 (-225))))))
+ (-5 *1 (-841))))
+ ((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-858))))
+ ((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874))))
((*1 *2 *3)
- (-12 (-5 *2 (-420 (-169 (-566)))) (-5 *1 (-448))
- (-5 *3 (-169 (-566)))))
+ (-12 (-5 *3 (-952 (-48))) (-5 *2 (-317 (-566))) (-5 *1 (-875))))
((*1 *2 *3)
+ (-12 (-5 *3 (-409 (-952 (-48)))) (-5 *2 (-317 (-566)))
+ (-5 *1 (-875))))
+ ((*1 *1 *2) (-12 (-5 *1 (-893 *2)) (-4 *2 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-819 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850))))
+ ((*1 *1 *2)
(-12
- (-4 *4
- (-13 (-850)
- (-10 -8 (-15 -2376 ((-1175) $))
- (-15 -4347 ((-3 $ "failed") (-1175))))))
- (-4 *5 (-793)) (-4 *7 (-558)) (-5 *2 (-420 *3))
- (-5 *1 (-458 *4 *5 *6 *7 *3)) (-4 *6 (-558))
- (-4 *3 (-949 *7 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-308)) (-5 *2 (-420 (-1171 *4))) (-5 *1 (-460 *4))
- (-5 *3 (-1171 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-420 *6) *6)) (-4 *6 (-1240 *5)) (-4 *5 (-365))
- (-4 *7 (-13 (-365) (-147) (-724 *5 *6))) (-5 *2 (-420 *3))
- (-5 *1 (-496 *5 *6 *7 *3)) (-4 *3 (-1240 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-420 (-1171 *7)) (-1171 *7)))
- (-4 *7 (-13 (-308) (-147))) (-4 *5 (-850)) (-4 *6 (-793))
- (-5 *2 (-420 *3)) (-5 *1 (-542 *5 *6 *7 *3))
- (-4 *3 (-949 *7 *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-420 (-1171 *7)) (-1171 *7)))
- (-4 *7 (-13 (-308) (-147))) (-4 *5 (-850)) (-4 *6 (-793))
- (-4 *8 (-949 *7 *6 *5)) (-5 *2 (-420 (-1171 *8)))
- (-5 *1 (-542 *5 *6 *7 *8)) (-5 *3 (-1171 *8))))
- ((*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-644 *5) *6))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *6 (-1240 *5)) (-5 *2 (-644 (-653 (-409 *6))))
- (-5 *1 (-657 *5 *6)) (-5 *3 (-653 (-409 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-27))
- (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *5 (-1240 *4)) (-5 *2 (-644 (-653 (-409 *5))))
- (-5 *1 (-657 *4 *5)) (-5 *3 (-653 (-409 *5)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-819 *4)) (-4 *4 (-850)) (-5 *2 (-644 (-672 *4)))
- (-5 *1 (-672 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-566)) (-5 *2 (-644 *3)) (-5 *1 (-696 *3))
- (-4 *3 (-1240 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-351)) (-5 *2 (-420 *3))
- (-5 *1 (-698 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-351))
- (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-420 (-1171 *7)))
- (-5 *1 (-698 *4 *5 *6 *7)) (-5 *3 (-1171 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-793))
- (-4 *5
- (-13 (-850)
- (-10 -8 (-15 -2376 ((-1175) $))
- (-15 -4347 ((-3 $ "failed") (-1175))))))
- (-4 *6 (-308)) (-5 *2 (-420 *3)) (-5 *1 (-730 *4 *5 *6 *3))
- (-4 *3 (-949 (-952 *6) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-793))
- (-4 *5 (-13 (-850) (-10 -8 (-15 -2376 ((-1175) $))))) (-4 *6 (-558))
- (-5 *2 (-420 *3)) (-5 *1 (-732 *4 *5 *6 *3))
- (-4 *3 (-949 (-409 (-952 *6)) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-13 (-308) (-147)))
- (-5 *2 (-420 *3)) (-5 *1 (-733 *4 *5 *6 *3))
- (-4 *3 (-949 (-409 *6) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-13 (-308) (-147)))
- (-5 *2 (-420 *3)) (-5 *1 (-741 *4 *5 *6 *3))
- (-4 *3 (-949 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-13 (-308) (-147)))
- (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-420 (-1171 *7)))
- (-5 *1 (-741 *4 *5 *6 *7)) (-5 *3 (-1171 *7))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-420 *3)) (-5 *1 (-1007 *3))
- (-4 *3 (-1240 (-409 (-566))))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-420 *3)) (-5 *1 (-1041 *3))
- (-4 *3 (-1240 (-409 (-952 (-566)))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1240 (-409 (-566))))
- (-4 *5 (-13 (-365) (-147) (-724 (-409 (-566)) *4)))
- (-5 *2 (-420 *3)) (-5 *1 (-1078 *4 *5 *3)) (-4 *3 (-1240 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1240 (-409 (-952 (-566)))))
- (-4 *5 (-13 (-365) (-147) (-724 (-409 (-952 (-566))) *4)))
- (-5 *2 (-420 *3)) (-5 *1 (-1080 *4 *5 *3)) (-4 *3 (-1240 *5))))
+ (-5 *2
+ (-2 (|:| |pde| (-644 (-317 (-225))))
+ (|:| |constraints|
+ (-644
+ (-2 (|:| |start| (-225)) (|:| |finish| (-225))
+ (|:| |grid| (-771)) (|:| |boundaryType| (-566))
+ (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225))))))
+ (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157))
+ (|:| |tol| (-225))))
+ (-5 *1 (-898))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-905 *3))) (-4 *3 (-1099)) (-5 *1 (-904 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-905 *3))) (-5 *1 (-904 *3)) (-4 *3 (-1099))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-905 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-905 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-409 (-420 *3))) (-4 *3 (-308)) (-5 *1 (-914 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-409 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308))))
((*1 *2 *3)
- (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-454))
- (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 (-409 *7))))
- (-5 *1 (-1170 *4 *5 *6 *7)) (-5 *3 (-1171 (-409 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-420 *1)) (-4 *1 (-1218))))
+ (-12 (-5 *3 (-479)) (-5 *2 (-317 *4)) (-5 *1 (-919 *4))
+ (-4 *4 (-558))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1270)) (-5 *1 (-1033 *3)) (-4 *3 (-1215))))
+ ((*1 *2 *3) (-12 (-5 *3 (-313)) (-5 *1 (-1033 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *1 (-1034 *3 *4 *5 *2 *6)) (-4 *2 (-949 *3 *4 *5))
+ (-14 *6 (-644 *2))))
((*1 *2 *3)
- (-12 (-5 *2 (-420 *3)) (-5 *1 (-1229 *3)) (-4 *3 (-1240 (-566))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5)) (-4 *5 (-1099)) (-5 *2 (-1 *5 *4))
- (-5 *1 (-683 *4 *5)) (-4 *4 (-1099))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-1099)) (-5 *1 (-929 *3 *2)) (-4 *2 (-432 *3))))
+ (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-1043 *3)) (-4 *3 (-558))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-850)) (-5 *1 (-1125 *3 *4 *2))
+ (-4 *2 (-949 *3 (-533 *4) *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-1049)) (-4 *2 (-850)) (-5 *1 (-1125 *3 *2 *4))
+ (-4 *4 (-949 *3 (-533 *2) *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-862))))
+ ((*1 *1 *2) (-12 (-5 *2 (-144)) (-4 *1 (-1143))))
((*1 *2 *3)
- (-12 (-5 *3 (-1175)) (-5 *2 (-317 (-566))) (-5 *1 (-930))))
+ (-12 (-5 *2 (-1155 *3)) (-5 *1 (-1159 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1166 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1173 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1238 *4 *3)) (-4 *3 (-1049)) (-14 *4 (-1175))
+ (-14 *5 *3) (-5 *1 (-1173 *3 *4 *5))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1174))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1188 (-1175) (-439))) (-5 *1 (-1179))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1187 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1195)) (-5 *1 (-1194 *3)) (-4 *3 (-1099))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-952 *3)) (-4 *3 (-1049)) (-5 *1 (-1209 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-1209 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1229 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1093 *3)) (-4 *3 (-1215)) (-5 *1 (-1232 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1261 *4)) (-14 *4 (-1175)) (-5 *1 (-1257 *3 *4 *5))
+ (-4 *3 (-1049)) (-14 *5 *3)))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1238 *4 *3)) (-4 *3 (-1049)) (-14 *4 (-1175))
+ (-14 *5 *3) (-5 *1 (-1257 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1261 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-862)) (-5 *1 (-1266))))
+ ((*1 *2 *3) (-12 (-5 *3 (-470)) (-5 *2 (-1266)) (-5 *1 (-1269))))
+ ((*1 *1 *2)
+ (-12 (-4 *1 (-1282 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))))
((*1 *2 *1)
- (-12 (-4 *1 (-1281 *3 *2)) (-4 *3 (-850)) (-4 *2 (-1049))))
+ (-12 (-5 *2 (-1289 *3 *4)) (-5 *1 (-1285 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-172))))
((*1 *2 *1)
- (-12 (-4 *2 (-1049)) (-5 *1 (-1287 *2 *3)) (-4 *3 (-846)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
- (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))))
- (-5 *2 (-1035)) (-5 *1 (-749))))
- ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
- (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-61 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-87 BDYVAL))))
- (-5 *8 (-390)) (-5 *2 (-1035)) (-5 *1 (-749)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-623 *4 *5))
- (-5 *3
- (-1 (-2 (|:| |ans| *4) (|:| -1966 *4) (|:| |sol?| (-112)))
- (-566) *4))
- (-4 *4 (-365)) (-4 *5 (-1240 *4)) (-5 *1 (-576 *4 *5)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1175)) (-5 *5 (-644 (-409 (-952 *6))))
- (-5 *3 (-409 (-952 *6)))
- (-4 *6 (-13 (-558) (-1038 (-566)) (-147)))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-572 *6)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-566)) (-4 *3 (-172)) (-4 *5 (-375 *3))
- (-4 *6 (-375 *3)) (-5 *1 (-688 *3 *5 *6 *2))
- (-4 *2 (-687 *3 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157)))))
-(((*1 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-258)))))
+ (-12 (-5 *2 (-1280 *3 *4)) (-5 *1 (-1285 *3 *4)) (-4 *3 (-850))
+ (-4 *4 (-172))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-664 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
+ (-5 *1 (-1285 *3 *4)))))
+(((*1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268))))
+ ((*1 *2 *2) (-12 (-5 *2 (-874)) (-5 *1 (-1268)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-644 *5)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 (-566)))))
- (-5 *1 (-363 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 (-771)))))
- (-5 *1 (-388 *3)) (-4 *3 (-1099))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| -1624 *3) (|:| -2201 (-566)))))
- (-5 *1 (-420 *3)) (-4 *3 (-558))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 (-771)))))
- (-5 *1 (-819 *3)) (-4 *3 (-850)))))
-(((*1 *2 *3) (-12 (-5 *3 (-169 (-566))) (-5 *2 (-112)) (-5 *1 (-448))))
- ((*1 *2 *3)
(-12
- (-5 *3
- (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
- (-247 *4 (-409 (-566)))))
- (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112))
- (-5 *1 (-507 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-961 *3)) (-4 *3 (-547))))
- ((*1 *2 *1) (-12 (-4 *1 (-1218)) (-5 *2 (-112)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-324 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-131))
- (-4 *3 (-792)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1264 *4)) (-5 *3 (-566)) (-4 *4 (-351))
- (-5 *1 (-530 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-5 *1 (-488 *2)) (-4 *2 (-1240 (-566))))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-1157)) (-5 *4 (-1119)) (-5 *2 (-112)) (-5 *1 (-821)))))
-(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-157)))))
-(((*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 (-566)) (-5 *5 (-689 (-225))) (-5 *6 (-675 (-225)))
- (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-750)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-566))) (-5 *4 (-905 (-566)))
- (-5 *2 (-689 (-566))) (-5 *1 (-591))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-644 (-689 (-566))))
- (-5 *1 (-591))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-566))) (-5 *4 (-644 (-905 (-566))))
- (-5 *2 (-644 (-689 (-566)))) (-5 *1 (-591)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-519))))
+ (-5 *2
+ (-644
+ (-2
+ (|:| -2334
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (|:| -2303
+ (-2
+ (|:| |endPointContinuity|
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "There is a singularity at the upper end point")
+ (|:| |bothSingular|
+ "There are singularities at both end points")
+ (|:| |notEvaluated|
+ "End point continuity not yet evaluated")))
+ (|:| |singularitiesStream|
+ (-3 (|:| |str| (-1155 (-225)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -3274
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite|
+ "The bottom 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 (-561))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1099) (-34))) (-5 *1 (-1139 *3 *2))
- (-4 *3 (-13 (-1099) (-34)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1275)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-860)) (-5 *2 (-691 (-129))) (-5 *3 (-129)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1049)) (-4 *5 (-1240 *4)) (-5 *2 (-1 *6 (-644 *6)))
- (-5 *1 (-1258 *4 *5 *3 *6)) (-4 *3 (-656 *5)) (-4 *6 (-1255 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1240 *5)) (-4 *5 (-365))
- (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
- (-5 *1 (-576 *5 *3)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4414)) (-4 *1 (-491 *3)) (-4 *3 (-1214))
- (-4 *3 (-1099)) (-5 *2 (-112))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-905 *4)) (-4 *4 (-1099)) (-5 *2 (-112))
- (-5 *1 (-904 *4))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-921)) (-5 *2 (-112)) (-5 *1 (-1100 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2 *3 *4 *4 *5 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
- (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *2 *2)
+ (-12 (-4 *1 (-604 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-1215))
+ (-5 *2 (-644 *4)))))
+(((*1 *1 *2 *2)
(-12
(-5 *2
- (-987 (-409 (-566)) (-864 *3) (-240 *4 (-771))
- (-247 *3 (-409 (-566)))))
- (-14 *3 (-644 (-1175))) (-14 *4 (-771)) (-5 *1 (-986 *3 *4)))))
-(((*1 *2)
- (-12 (-5 *2 (-409 (-952 *3))) (-5 *1 (-455 *3 *4 *5 *6))
- (-4 *3 (-558)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
- (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-225)))
- (-5 *2 (-1035)) (-5 *1 (-757)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-921)) (-5 *2 (-1269)) (-5 *1 (-214 *4))
- (-4 *4
- (-13 (-850)
- (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 (*2 $))
- (-15 -1597 (*2 $)))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1269)) (-5 *1 (-214 *3))
- (-4 *3
- (-13 (-850)
- (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 (*2 $))
- (-15 -1597 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-504)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
- (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))
- (-5 *2 (-1035)) (-5 *1 (-748)))))
-(((*1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-128)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1171 *3)) (-5 *1 (-914 *3)) (-4 *3 (-308)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1040)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381)))
+ (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
+ (-5 *1 (-1174)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-612 *1)) (-4 *1 (-432 *4)) (-4 *4 (-1099))
- (-4 *4 (-558)) (-5 *2 (-409 (-1171 *1)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-612 *3)) (-4 *3 (-13 (-432 *6) (-27) (-1199)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2 (-1171 (-409 (-1171 *3)))) (-5 *1 (-562 *6 *3 *7))
- (-5 *5 (-1171 *3)) (-4 *7 (-1099))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1260 *5)) (-14 *5 (-1175)) (-4 *6 (-1049))
- (-5 *2 (-1237 *5 (-952 *6))) (-5 *1 (-947 *5 *6)) (-5 *3 (-952 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-1171 *3))))
+ (-12 (-5 *2 (-409 (-566))) (-5 *1 (-117 *4)) (-14 *4 *3)
+ (-5 *3 (-566))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-869 *3)) (-5 *2 (-566))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850)) (-5 *2 (-1171 *1))
- (-4 *1 (-949 *4 *5 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-1049))
- (-4 *7 (-949 *6 *5 *4)) (-5 *2 (-409 (-1171 *3)))
- (-5 *1 (-950 *5 *4 *6 *7 *3))
- (-4 *3
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $)))))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1171 *3))
- (-4 *3
- (-13 (-365)
- (-10 -8 (-15 -3152 ($ *7)) (-15 -2248 (*7 $)) (-15 -2260 (*7 $)))))
- (-4 *7 (-949 *6 *5 *4)) (-4 *5 (-793)) (-4 *4 (-850))
- (-4 *6 (-1049)) (-5 *1 (-950 *5 *4 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1175)) (-4 *5 (-558))
- (-5 *2 (-409 (-1171 (-409 (-952 *5))))) (-5 *1 (-1043 *5))
- (-5 *3 (-409 (-952 *5))))))
-(((*1 *1 *2) (-12 (-5 *2 (-157)) (-5 *1 (-874)))))
+ (-12 (-5 *2 (-409 (-566))) (-5 *1 (-871 *4)) (-14 *4 *3)
+ (-5 *3 (-566))))
+ ((*1 *2 *1 *3)
+ (-12 (-14 *4 *3) (-5 *2 (-409 (-566))) (-5 *1 (-872 *4 *5))
+ (-5 *3 (-566)) (-4 *5 (-869 *4))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-1012)) (-5 *2 (-409 (-566)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-1067 *2 *3)) (-4 *2 (-13 (-848) (-365)))
+ (-4 *3 (-1241 *2))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-1243 *2 *3)) (-4 *3 (-792))
+ (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -1650 (*2 (-1175))))
+ (-4 *2 (-1049)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-1099)) (-5 *2 (-644 *1))
- (-4 *1 (-384 *3 *4))))
+ (-12 (-5 *2 (-1155 (-566))) (-5 *1 (-1004 *3)) (-14 *3 (-566)))))
+(((*1 *1 *1 *1) (-5 *1 (-162)))
+ ((*1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-162)))))
+(((*1 *1 *1 *1) (-4 *1 (-761))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-419 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-324 *3 *4)) (-4 *3 (-1099)) (-4 *4 (-131))
+ (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -1983 *4))))))
((*1 *2 *1)
- (-12 (-5 *2 (-644 (-735 *3 *4))) (-5 *1 (-735 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-726))))
+ (-12 (-5 *2 (-644 (-2 (|:| -2651 *3) (|:| -3399 *4))))
+ (-5 *1 (-735 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-726))))
((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-644 *1))
- (-4 *1 (-949 *3 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-62 *3)) (-14 *3 (-1175))))
- ((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-69 *3)) (-14 *3 (-1175))))
- ((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-72 *3)) (-14 *3 (-1175))))
- ((*1 *2 *1) (-12 (-4 *1 (-397)) (-5 *2 (-1269))))
- ((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1269)) (-5 *1 (-399))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1157)) (-5 *4 (-862)) (-5 *2 (-1269)) (-5 *1 (-1137))))
- ((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1269)) (-5 *1 (-1137))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1269)) (-5 *1 (-1137)))))
-(((*1 *1 *2 *3 *4)
- (-12
- (-5 *3
- (-644
- (-2 (|:| |scalar| (-409 (-566))) (|:| |coeff| (-1171 *2))
- (|:| |logand| (-1171 *2)))))
- (-5 *4 (-644 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
- (-4 *2 (-365)) (-5 *1 (-587 *2)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1240 *3)) (-4 *3 (-1049)))))
+ (-12 (-4 *1 (-1243 *3 *4)) (-4 *3 (-1049)) (-4 *4 (-792))
+ (-5 *2 (-1155 (-2 (|:| |k| *4) (|:| |c| *3)))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
- ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *1 *2) (-12 (-5 *2 (-874)) (-5 *1 (-264))))
- ((*1 *1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-264)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1143)) (-5 *3 (-144)) (-5 *2 (-112)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-976 *4 *5 *3 *6)) (-4 *4 (-1049)) (-4 *5 (-793))
- (-4 *3 (-850)) (-4 *6 (-1064 *4 *5 *3)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 *4)) (-4 *4 (-365)) (-4 *2 (-1240 *4))
- (-5 *1 (-922 *4 *2)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-4 *4 (-793)) (-4 *5 (-850)) (-5 *1 (-977 *3 *4 *5 *6)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-689 *3))
- (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-689 *3))
- (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-420 *5)) (-4 *5 (-558))
+ (-12 (-5 *3 (-644 *7)) (-4 *7 (-1064 *4 *5 *6)) (-4 *4 (-558))
+ (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-644 (-1278 *4 *5 *6 *7)))
+ (-5 *1 (-1278 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 *9)) (-5 *4 (-1 (-112) *9 *9))
+ (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1064 *6 *7 *8)) (-4 *6 (-558))
+ (-4 *7 (-793)) (-4 *8 (-850)) (-5 *2 (-644 (-1278 *6 *7 *8 *9)))
+ (-5 *1 (-1278 *6 *7 *8 *9)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-223 *2 *3)) (-4 *2 (-13 (-1049) (-850)))
+ (-14 *3 (-644 (-1175))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-114))))
+ ((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-114))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-254 *4 *3 *5 *6)) (-4 *4 (-1049)) (-4 *3 (-850))
+ (-4 *5 (-267 *3)) (-4 *6 (-793)) (-5 *2 (-771))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-254 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-850))
+ (-4 *5 (-267 *4)) (-4 *6 (-793)) (-5 *2 (-771))))
+ ((*1 *2 *1) (-12 (-4 *1 (-267 *3)) (-4 *3 (-850)) (-5 *2 (-771)))))
+(((*1 *1 *2 *2)
+ (-12
(-5 *2
- (-2 (|:| -2201 (-771)) (|:| -2397 *5) (|:| |radicand| (-644 *5))))
- (-5 *1 (-321 *5)) (-5 *4 (-771))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1002)) (-5 *2 (-566)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-404)) (-5 *2 (-771))))
- ((*1 *1 *1) (-4 *1 (-404))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-454))
- (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-977 *3 *4 *5 *6)))))
-(((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-393)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-822)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-921)) (-4 *1 (-238 *3 *4)) (-4 *4 (-1049))
- (-4 *4 (-1214))))
- ((*1 *1 *2)
- (-12 (-14 *3 (-644 (-1175))) (-4 *4 (-172))
- (-4 *5 (-238 (-3000 *3) (-771)))
- (-14 *6
- (-1 (-112) (-2 (|:| -2835 *2) (|:| -2201 *5))
- (-2 (|:| -2835 *2) (|:| -2201 *5))))
- (-5 *1 (-463 *3 *4 *2 *5 *6 *7)) (-4 *2 (-850))
- (-4 *7 (-949 *4 *5 (-864 *3)))))
- ((*1 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210)))))
-(((*1 *2 *1) (-12 (-4 *1 (-132)) (-5 *2 (-771))))
- ((*1 *2 *3 *1 *2)
- (-12 (-5 *2 (-566)) (-4 *1 (-375 *3)) (-4 *3 (-1214))
- (-4 *3 (-1099))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-375 *3)) (-4 *3 (-1214)) (-4 *3 (-1099))
- (-5 *2 (-566))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-375 *4)) (-4 *4 (-1214))
- (-5 *2 (-566))))
- ((*1 *2 *1) (-12 (-5 *2 (-1119)) (-5 *1 (-531))))
- ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-566)) (-5 *3 (-141))))
- ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-566)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1171 *6)) (-5 *3 (-566)) (-4 *6 (-308)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-32 *3 *4))
- (-4 *4 (-432 *3))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-55)) (-5 *1 (-114))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-771)) (-5 *1 (-114))))
- ((*1 *1 *2) (-12 (-5 *2 (-1175)) (-5 *1 (-114))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-158 *3 *4))
- (-4 *4 (-432 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-114)) (-5 *1 (-163))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-277 *3 *4))
- (-4 *4 (-13 (-432 *3) (-1002)))))
- ((*1 *2 *2) (-12 (-5 *2 (-114)) (-5 *1 (-302 *3)) (-4 *3 (-303))))
- ((*1 *2 *2) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *4 (-1099)) (-5 *1 (-431 *3 *4))
- (-4 *3 (-432 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-433 *3 *4))
- (-4 *4 (-432 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-114)) (-5 *1 (-612 *3)) (-4 *3 (-1099))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-114)) (-4 *3 (-558)) (-5 *1 (-630 *3 *4))
- (-4 *4 (-13 (-432 *3) (-1002) (-1199)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1019)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-644 *6)) (-4 *6 (-1064 *3 *4 *5))
- (-4 *3 (-558)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *1 (-1277 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-644 *8)) (-5 *3 (-1 (-112) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558))
- (-4 *6 (-793)) (-4 *7 (-850)) (-5 *1 (-1277 *5 *6 *7 *8)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-365)) (-4 *1 (-330 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1264 *3)) (-4 *3 (-1240 *4)) (-4 *4 (-1218))
- (-4 *1 (-344 *4 *3 *5)) (-4 *5 (-1240 (-409 *3)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1264 *4)) (-5 *3 (-1264 *1)) (-4 *4 (-172))
- (-4 *1 (-369 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1264 *4)) (-5 *3 (-1264 *1)) (-4 *4 (-172))
- (-4 *1 (-372 *4 *5)) (-4 *5 (-1240 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1264 *3)) (-4 *3 (-172)) (-4 *1 (-411 *3 *4))
- (-4 *4 (-1240 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1264 *3)) (-4 *3 (-172)) (-4 *1 (-419 *3)))))
-(((*1 *1 *1 *1) (-4 *1 (-967))))
-(((*1 *2 *3) (-12 (-5 *3 (-390)) (-5 *2 (-1269)) (-5 *1 (-393))))
- ((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-393)))))
+ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381)))
+ (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
+ (-5 *1 (-1174)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-112)))))
(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-365) (-147) (-1038 (-566))))
- (-4 *5 (-1240 *4))
- (-5 *2 (-2 (|:| -1641 (-409 *5)) (|:| |coeff| (-409 *5))))
- (-5 *1 (-570 *4 *5)) (-5 *3 (-409 *5)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-254 *2 *3 *4 *5)) (-4 *2 (-1049)) (-4 *3 (-850))
- (-4 *4 (-267 *3)) (-4 *5 (-793)))))
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1109)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-755)))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-644 (-644 (-644 *4)))) (-5 *2 (-644 (-644 *4)))
- (-4 *4 (-850)) (-5 *1 (-1185 *4)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1171 *1)) (-5 *3 (-1175)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1171 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-952 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1175)) (-4 *1 (-29 *3)) (-4 *3 (-558))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-558)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-117 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-117 *2)) (-14 *2 (-566))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-871 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-871 *2)) (-14 *2 (-566))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-566)) (-14 *3 *2) (-5 *1 (-872 *3 *4))
- (-4 *4 (-869 *3))))
- ((*1 *1 *1)
- (-12 (-14 *2 (-566)) (-5 *1 (-872 *2 *3)) (-4 *3 (-869 *2))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-566)) (-4 *1 (-1226 *3 *4)) (-4 *3 (-1049))
- (-4 *4 (-1255 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1226 *2 *3)) (-4 *2 (-1049)) (-4 *3 (-1255 *2)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-584)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-612 *1))) (-4 *1 (-303)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-905 *3))) (-4 *3 (-1099)) (-5 *1 (-904 *3)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-308) (-147) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-622 *4 *2)) (-4 *2 (-13 (-1199) (-959) (-29 *4))))))
-(((*1 *2 *2 *2 *2 *3)
- (-12 (-4 *3 (-558)) (-5 *1 (-969 *3 *2)) (-4 *2 (-1240 *3)))))
-(((*1 *2 *3 *4 *5 *3 *6 *3)
- (-12 (-5 *3 (-566)) (-5 *5 (-169 (-225))) (-5 *6 (-1157))
- (-5 *4 (-225)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *3 (-644 (-264)))
- (-5 *1 (-262))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1 (-943 (-225)) (-943 (-225)))) (-5 *1 (-264))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-483 *5 *6))) (-5 *3 (-483 *5 *6))
- (-14 *5 (-644 (-1175))) (-4 *6 (-454)) (-5 *2 (-1264 *6))
- (-5 *1 (-631 *5 *6)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1157)) (-5 *2 (-381)) (-5 *1 (-786)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-233)) (-4 *3 (-1049)) (-4 *4 (-850)) (-4 *5 (-267 *4))
- (-4 *6 (-793)) (-5 *2 (-1 *1 (-771))) (-4 *1 (-254 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1049)) (-4 *3 (-850)) (-4 *5 (-267 *3)) (-4 *6 (-793))
- (-5 *2 (-1 *1 (-771))) (-4 *1 (-254 *4 *3 *5 *6))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-771)) (-4 *1 (-267 *2)) (-4 *2 (-850)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-771)) (-4 *4 (-308)) (-4 *6 (-1240 *4))
- (-5 *2 (-1264 (-644 *6))) (-5 *1 (-457 *4 *6)) (-5 *5 (-644 *6)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
- (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
- (-4 *7 (-992 *4)) (-4 *2 (-687 *7 *8 *9))
- (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-687 *4 *5 *6))
- (-4 *8 (-375 *7)) (-4 *9 (-375 *7))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049))
- (-4 *3 (-375 *2)) (-4 *4 (-375 *2)) (-4 *2 (-365))))
+ (-12 (-5 *3 (-1 (-112) *4 *4)) (-4 *4 (-1215)) (-5 *1 (-1131 *4 *2))
+ (-4 *2 (-13 (-604 (-566) *4) (-10 -7 (-6 -4415) (-6 -4416))))))
((*1 *2 *2)
- (|partial| -12 (-4 *3 (-365)) (-4 *3 (-172)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2))
- (-4 *2 (-687 *3 *4 *5))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-689 *2)) (-4 *2 (-365)) (-4 *2 (-1049))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1122 *2 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-238 *2 *3)) (-4 *5 (-238 *2 *3)) (-4 *3 (-365))))
- ((*1 *2 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-1185 *3)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *2 (-644 (-1171 *7))) (-5 *3 (-1171 *7))
- (-4 *7 (-949 *5 *6 *4)) (-4 *5 (-909)) (-4 *6 (-793))
- (-4 *4 (-850)) (-5 *1 (-906 *5 *6 *4 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-1177 (-409 (-566))))
- (-5 *1 (-190)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793)) (-4 *7 (-949 *4 *6 *5))
+ (-12 (-4 *3 (-850)) (-4 *3 (-1215)) (-5 *1 (-1131 *3 *2))
+ (-4 *2 (-13 (-604 (-566) *3) (-10 -7 (-6 -4415) (-6 -4416)))))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1215)) (-5 *1 (-182 *3 *2)) (-4 *2 (-674 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002)))
+ (-5 *1 (-176 *3)))))
+(((*1 *1 *2 *2)
+ (-12
(-5 *2
- (-2 (|:| |sysok| (-112)) (|:| |z0| (-644 *7)) (|:| |n0| (-644 *7))))
- (-5 *1 (-924 *4 *5 *6 *7)) (-5 *3 (-644 *7)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 (-439)))))
- (-5 *1 (-1179)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *4 (-172)) (-4 *5 (-375 *4))
- (-4 *6 (-375 *4)) (-5 *1 (-688 *4 *5 *6 *2))
- (-4 *2 (-687 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-144)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-13 (-1038 (-566)) (-639 (-566)) (-454)))
- (-5 *2
- (-2
- (|:| |%term|
- (-2 (|:| |%coef| (-1249 *4 *5 *6))
- (|:| |%expon| (-320 *4 *5 *6))
- (|:| |%expTerms|
- (-644 (-2 (|:| |k| (-409 (-566))) (|:| |c| *4))))))
- (|:| |%type| (-1157))))
- (-5 *1 (-1250 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1199) (-432 *3)))
- (-14 *5 (-1175)) (-14 *6 *4))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-1155 *7))) (-4 *6 (-850))
- (-4 *7 (-949 *5 (-533 *6) *6)) (-4 *5 (-1049))
- (-5 *2 (-1 (-1155 *7) *7)) (-5 *1 (-1125 *5 *6 *7)))))
+ (-3 (|:| I (-317 (-566))) (|:| -1909 (-317 (-381)))
+ (|:| CF (-317 (-169 (-381)))) (|:| |switch| (-1174))))
+ (-5 *1 (-1174)))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-862)))))
+(((*1 *1) (-5 *1 (-55))))
+(((*1 *1 *2 *3 *3 *4 *5)
+ (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874)))
+ (-5 *4 (-644 (-921))) (-5 *5 (-644 (-264))) (-5 *1 (-470))))
+ ((*1 *1 *2 *3 *3 *4)
+ (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *3 (-644 (-874)))
+ (-5 *4 (-644 (-921))) (-5 *1 (-470))))
+ ((*1 *1 *2) (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-470))))
+ ((*1 *1 *1) (-5 *1 (-470))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-308)) (-5 *2 (-112)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 (-644 *2) *2 *2 *2)) (-4 *2 (-1099))
+ (-5 *1 (-103 *2))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1099)) (-5 *1 (-103 *2)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *8 (-1064 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |val| (-644 *8))
+ (|:| |towers| (-644 (-1027 *5 *6 *7 *8)))))
+ (-5 *1 (-1027 *5 *6 *7 *8)) (-5 *3 (-644 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-112)) (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *8 (-1064 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |val| (-644 *8))
+ (|:| |towers| (-644 (-1145 *5 *6 *7 *8)))))
+ (-5 *1 (-1145 *5 *6 *7 *8)) (-5 *3 (-644 *8)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *4 (-771))
- (-5 *2 (-689 (-225))) (-5 *1 (-268)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1269)) (-5 *1 (-1178))))
- ((*1 *2) (-12 (-5 *2 (-1269)) (-5 *1 (-1178)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1171 *3)) (-4 *3 (-351)) (-5 *1 (-359 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-169 (-381))) (-5 *1 (-785 *3)) (-4 *3 (-614 (-381)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-921)) (-5 *2 (-169 (-381))) (-5 *1 (-785 *3))
- (-4 *3 (-614 (-381)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-169 *4)) (-4 *4 (-172)) (-4 *4 (-614 (-381)))
- (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-169 *5)) (-5 *4 (-921)) (-4 *5 (-172))
- (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ (-12 (-4 *5 (-365))
+ (-5 *2 (-644 (-2 (|:| C (-689 *5)) (|:| |g| (-1265 *5)))))
+ (-5 *1 (-978 *5)) (-5 *3 (-689 *5)) (-5 *4 (-1265 *5)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-470)) (-5 *4 (-921)) (-5 *2 (-1270)) (-5 *1 (-1266)))))
+(((*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547))))
((*1 *2 *3)
- (-12 (-5 *3 (-952 (-169 *4))) (-4 *4 (-172)) (-4 *4 (-614 (-381)))
- (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-952 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-172))
- (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3))
+ (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-949 *6 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-952 *4)) (-4 *4 (-1049)) (-4 *4 (-614 (-381)))
- (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-952 *5)) (-5 *4 (-921)) (-4 *5 (-1049))
- (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308))
+ (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 *7)))
+ (-5 *1 (-742 *4 *5 *6 *7)) (-5 *3 (-1171 *7))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-454)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-5 *2 (-420 *1)) (-4 *1 (-949 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-409 (-952 *4))) (-4 *4 (-558)) (-4 *4 (-614 (-381)))
- (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-921)) (-4 *5 (-558))
- (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-454)) (-5 *2 (-420 *3))
+ (-5 *1 (-979 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-409 (-952 (-169 *4)))) (-4 *4 (-558))
- (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-409 (-952 (-169 *5)))) (-5 *4 (-921)) (-4 *5 (-558))
- (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-454))
+ (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 (-409 *7))))
+ (-5 *1 (-1170 *4 *5 *6 *7)) (-5 *3 (-1171 (-409 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-420 *1)) (-4 *1 (-1219))))
((*1 *2 *3)
- (-12 (-5 *3 (-317 *4)) (-4 *4 (-558)) (-4 *4 (-850))
- (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-317 *5)) (-5 *4 (-921)) (-4 *5 (-558)) (-4 *5 (-850))
- (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *5))))
+ (-12 (-4 *4 (-558)) (-5 *2 (-420 *3)) (-5 *1 (-1244 *4 *3))
+ (-4 *3 (-13 (-1241 *4) (-558) (-10 -8 (-15 -1962 ($ $ $)))))))
((*1 *2 *3)
- (-12 (-5 *3 (-317 (-169 *4))) (-4 *4 (-558)) (-4 *4 (-850))
- (-4 *4 (-614 (-381))) (-5 *2 (-169 (-381))) (-5 *1 (-785 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-317 (-169 *5))) (-5 *4 (-921)) (-4 *5 (-558))
- (-4 *5 (-850)) (-4 *5 (-614 (-381))) (-5 *2 (-169 (-381)))
- (-5 *1 (-785 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-254 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-850))
- (-4 *5 (-793)) (-4 *2 (-267 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-225)) (-5 *1 (-1267))))
- ((*1 *2) (-12 (-5 *2 (-225)) (-5 *1 (-1267)))))
+ (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
+ (-14 *5 (-644 (-1175)))
+ (-5 *2
+ (-644 (-1145 *4 (-533 (-864 *6)) (-864 *6) (-780 *4 (-864 *6)))))
+ (-5 *1 (-1291 *4 *5 *6)) (-14 *6 (-644 (-1175))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-952 (-566))) (-5 *2 (-644 *1)) (-4 *1 (-1012))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-952 (-409 (-566)))) (-5 *2 (-644 *1)) (-4 *1 (-1012))))
- ((*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-1012)) (-5 *2 (-644 *1))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1171 (-566))) (-5 *2 (-644 *1)) (-4 *1 (-1012))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1171 (-409 (-566)))) (-5 *2 (-644 *1)) (-4 *1 (-1012))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1171 *1)) (-4 *1 (-1012)) (-5 *2 (-644 *1))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-848) (-365))) (-4 *3 (-1240 *4)) (-5 *2 (-644 *1))
- (-4 *1 (-1067 *4 *3)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-1266)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-38 (-409 (-566)))) (-5 *1 (-1257 *3 *2))
- (-4 *2 (-1255 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-822)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
- (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793))
- (-5 *2 (-112)) (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-365)) (-4 *4 (-375 *3)) (-4 *5 (-375 *3))
- (-5 *1 (-523 *3 *4 *5 *2)) (-4 *2 (-687 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-375 *4)) (-4 *6 (-375 *4))
- (-4 *7 (-992 *4)) (-4 *2 (-687 *7 *8 *9))
- (-5 *1 (-524 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-687 *4 *5 *6))
- (-4 *8 (-375 *7)) (-4 *9 (-375 *7))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-375 *2))
- (-4 *4 (-375 *2)) (-4 *2 (-308))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-308)) (-4 *3 (-172)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2))
- (-4 *2 (-687 *3 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-689 *3)) (-4 *3 (-308)) (-5 *1 (-700 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1053 *2 *3 *4 *5 *6)) (-4 *4 (-1049))
- (-4 *5 (-238 *3 *4)) (-4 *6 (-238 *2 *4)) (-4 *4 (-308)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-689 *5))) (-5 *4 (-566)) (-4 *5 (-365))
- (-4 *5 (-1049)) (-5 *2 (-112)) (-5 *1 (-1029 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-689 *4))) (-4 *4 (-365)) (-4 *4 (-1049))
- (-5 *2 (-112)) (-5 *1 (-1029 *4)))))
-(((*1 *2 *2) (-12 (-5 *1 (-961 *2)) (-4 *2 (-547)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1175)) (-4 *5 (-614 (-892 (-566))))
- (-4 *5 (-886 (-566)))
- (-4 *5 (-13 (-1038 (-566)) (-454) (-639 (-566))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-569 *5 *3)) (-4 *3 (-629))
- (-4 *3 (-13 (-27) (-1199) (-432 *5))))))
-(((*1 *1 *1 *1) (-4 *1 (-547))))
+ (-12 (-4 *4 (-1049)) (-4 *3 (-1241 *4)) (-4 *2 (-1256 *4))
+ (-5 *1 (-1259 *4 *3 *5 *2)) (-4 *5 (-656 *3)))))
+(((*1 *1) (-12 (-5 *1 (-644 *2)) (-4 *2 (-1215)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *2)) (-5 *4 (-1 (-112) *2 *2)) (-5 *1 (-1215 *2))
- (-4 *2 (-1099))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 *2)) (-4 *2 (-1099)) (-4 *2 (-850))
- (-5 *1 (-1215 *2)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1157)) (-5 *3 (-823)) (-5 *1 (-822)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558))
- (-5 *2 (-2 (|:| -2397 *4) (|:| -2631 *3) (|:| -3264 *3)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-2 (|:| -2631 *1) (|:| -3264 *1))) (-4 *1 (-1064 *3 *4 *5))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-558)) (-4 *3 (-1049))
- (-5 *2 (-2 (|:| -2397 *3) (|:| -2631 *1) (|:| -3264 *1)))
- (-4 *1 (-1240 *3)))))
-(((*1 *2 *1) (-12 (-5 *1 (-691 *2)) (-4 *2 (-613 (-862)))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-566))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1157))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-508))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-593))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-480))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-137))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-156))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1165))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-626))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1095))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1089))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1072))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-970))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-180))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1036))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-312))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-671))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-154))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-527))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1275))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1065))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-519))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-681))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-96))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1114))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-133))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-138))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-1274))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-676))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-218))))
- ((*1 *2 *1) (-12 (-4 *1 (-1136)) (-5 *2 (-526))))
- ((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-1180))))
- ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1180))))
- ((*1 *2 *1) (-12 (-5 *2 (-225)) (-5 *1 (-1180))))
- ((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-1180)))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
-(((*1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-112) (-114) (-114))) (-5 *1 (-114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-470)) (-5 *4 (-921)) (-5 *2 (-1269)) (-5 *1 (-1265)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-4 *3 (-1099))
- (-5 *2 (-112)))))
+ (-12 (-5 *3 (-644 (-952 *6))) (-5 *4 (-644 (-1175)))
+ (-4 *6 (-13 (-558) (-1038 *5))) (-4 *5 (-558))
+ (-5 *2 (-644 (-644 (-295 (-409 (-952 *6)))))) (-5 *1 (-1039 *5 *6)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-689 *5))) (-4 *5 (-308)) (-4 *5 (-1049))
- (-5 *2 (-1264 (-1264 *5))) (-5 *1 (-1029 *5)) (-5 *4 (-1264 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-112)) (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-1 (-644 *5) *6))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *6 (-1240 *5)) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-653 (-409 *7))) (-5 *4 (-1 (-644 *6) *7))
- (-5 *5 (-1 (-420 *7) *7))
- (-4 *6 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *7 (-1240 *6)) (-5 *2 (-644 (-409 *7))) (-5 *1 (-812 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-1 (-644 *5) *6))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *6 (-1240 *5)) (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-654 *7 (-409 *7))) (-5 *4 (-1 (-644 *6) *7))
- (-5 *5 (-1 (-420 *7) *7))
- (-4 *6 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-4 *7 (-1240 *6)) (-5 *2 (-644 (-409 *7))) (-5 *1 (-812 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-653 (-409 *5))) (-4 *5 (-1240 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2 (-644 (-409 *5))) (-5 *1 (-812 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-653 (-409 *6))) (-5 *4 (-1 (-420 *6) *6))
- (-4 *6 (-1240 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-654 *5 (-409 *5))) (-4 *5 (-1240 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2 (-644 (-409 *5))) (-5 *1 (-812 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-654 *6 (-409 *6))) (-5 *4 (-1 (-420 *6) *6))
- (-4 *6 (-1240 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-365) (-147) (-1038 (-566)) (-1038 (-409 (-566)))))
- (-5 *2 (-644 (-409 *6))) (-5 *1 (-812 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1099)) (-5 *1 (-91 *3)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-566)) (-4 *1 (-57 *4 *3 *5)) (-4 *4 (-1214))
- (-4 *3 (-375 *4)) (-4 *5 (-375 *4)))))
-(((*1 *2)
- (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-419 *3)))))
-(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
- (|partial| -12 (-5 *2 (-644 (-1171 *13))) (-5 *3 (-1171 *13))
- (-5 *4 (-644 *12)) (-5 *5 (-644 *10)) (-5 *6 (-644 *13))
- (-5 *7 (-644 (-644 (-2 (|:| -2994 (-771)) (|:| |pcoef| *13)))))
- (-5 *8 (-644 (-771))) (-5 *9 (-1264 (-644 (-1171 *10))))
- (-4 *12 (-850)) (-4 *10 (-308)) (-4 *13 (-949 *10 *11 *12))
- (-4 *11 (-793)) (-5 *1 (-707 *11 *12 *10 *13)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
- (-5 *2 (-1035)) (-5 *1 (-752)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-560 *2)) (-4 *2 (-547)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
- (-4 *3 (-13 (-1099) (-34))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *3 (-1064 *4 *5 *6)) (-5 *2 (-3 (-112) (-644 *1)))
- (-4 *1 (-1070 *4 *5 *6 *3)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
-(((*1 *1) (-5 *1 (-803))))
-(((*1 *1 *1) (-4 *1 (-1143))))
-(((*1 *2 *2) (-12 (-5 *2 (-689 (-317 (-566)))) (-5 *1 (-1031)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-644 *7)) (-5 *3 (-566)) (-4 *7 (-949 *4 *5 *6))
- (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *1 (-451 *4 *5 *6 *7)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-175)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1264 (-644 *3))) (-4 *4 (-308))
- (-5 *2 (-644 *3)) (-5 *1 (-457 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-566)) (|has| *1 (-6 -4405)) (-4 *1 (-406))
- (-5 *2 (-921)))))
-(((*1 *1) (-12 (-4 *1 (-1045 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
- (-12 (-5 *4 (-689 (-225))) (-5 *5 (-689 (-566))) (-5 *3 (-566))
- (-5 *2 (-1035)) (-5 *1 (-756)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *5 (-112))
- (-5 *2 (-1035)) (-5 *1 (-745)))))
-(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-114)))
- ((*1 *1 *1) (-5 *1 (-171))) ((*1 *1 *1) (-4 *1 (-547)))
- ((*1 *1 *1) (-12 (-5 *1 (-892 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
- (-4 *3 (-13 (-1099) (-34))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-889 *4 *5)) (-5 *3 (-889 *4 *6)) (-4 *4 (-1099))
- (-4 *5 (-1099)) (-4 *6 (-666 *5)) (-5 *1 (-885 *4 *5 *6)))))
-(((*1 *1)
- (-12 (-4 *1 (-406)) (-2404 (|has| *1 (-6 -4405)))
- (-2404 (|has| *1 (-6 -4397)))))
- ((*1 *2 *1) (-12 (-4 *1 (-427 *2)) (-4 *2 (-1099)) (-4 *2 (-850))))
- ((*1 *2 *1) (-12 (-4 *1 (-830 *2)) (-4 *2 (-850))))
- ((*1 *1) (-4 *1 (-844))) ((*1 *1 *1 *1) (-4 *1 (-850))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-976 *3 *4 *5 *6)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5)) (-4 *3 (-558))
- (-5 *2 (-112)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -2875 (-644 *1))))
- (-4 *1 (-369 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-455 *3 *4 *5 *6))
- (|:| -2875 (-644 (-455 *3 *4 *5 *6)))))
- (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921))
- (-14 *5 (-644 (-1175))) (-14 *6 (-1264 (-689 *3))))))
-(((*1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-1267)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-112))
- (-5 *1 (-977 *4 *5 *6 *3)) (-4 *3 (-1064 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))))
-(((*1 *2)
- (-12 (-5 *2 (-112)) (-5 *1 (-1191 *3 *4)) (-4 *3 (-1099))
- (-4 *4 (-1099)))))
-(((*1 *1 *1 *1) (-4 *1 (-761))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-612 *1))) (-4 *1 (-303)))))
-(((*1 *1)
- (|partial| -12 (-4 *1 (-369 *2)) (-4 *2 (-558)) (-4 *2 (-172)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 (-644 *2) *2 *2 *2)) (-4 *2 (-1099))
- (-5 *1 (-103 *2))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1099)) (-5 *1 (-103 *2)))))
+ (-12 (-4 *2 (-558)) (-4 *2 (-454)) (-5 *1 (-969 *2 *3))
+ (-4 *3 (-1241 *2)))))
(((*1 *2 *3 *4 *5 *5)
(-12 (-5 *4 (-112)) (-5 *5 (-566)) (-4 *6 (-365)) (-4 *6 (-370))
(-4 *6 (-1049)) (-5 *2 (-644 (-644 (-689 *6)))) (-5 *1 (-1029 *6))
@@ -16390,11 +16038,111 @@
(-12 (-5 *4 (-921)) (-4 *5 (-365)) (-4 *5 (-370)) (-4 *5 (-1049))
(-5 *2 (-644 (-644 (-689 *5)))) (-5 *1 (-1029 *5))
(-5 *3 (-644 (-689 *5))))))
-(((*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1214)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-381) (-381))) (-5 *4 (-381))
+ (-5 *2
+ (-2 (|:| -1389 *4) (|:| -1300 *4) (|:| |totalpts| (-566))
+ (|:| |success| (-112))))
+ (-5 *1 (-789)) (-5 *5 (-566)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1092 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2) (-12 (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1148 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
+ (-4 *4 (-850)) (-4 *2 (-558)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-112)))))
+(((*1 *1 *1) (-12 (-4 *1 (-674 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *5 (-689 (-225))) (-5 *4 (-225))
+ (-5 *2 (-1035)) (-5 *1 (-750)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-308) (-1038 (-566)) (-639 (-566)) (-147)))
+ (-5 *1 (-804 *4 *2)) (-4 *2 (-13 (-29 *4) (-1200) (-959))))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-566) (-566))) (-5 *1 (-363 *3)) (-4 *3 (-1099))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-771) (-771))) (-5 *1 (-388 *3)) (-4 *3 (-1099))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
+ (-5 *1 (-649 *3 *4 *5)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-771)) (-4 *6 (-365)) (-5 *4 (-1209 *6))
+ (-5 *2 (-1 (-1155 *4) (-1155 *4))) (-5 *1 (-1273 *6))
+ (-5 *5 (-1155 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-976 *3 *4 *2 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850)) (-4 *5 (-1064 *3 *4 *2)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-363 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-5 *2 (-771)) (-5 *1 (-388 *4)) (-4 *4 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *2 (-23)) (-5 *1 (-649 *4 *2 *5))
+ (-4 *4 (-1099)) (-14 *5 *2)))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-5 *2 (-771)) (-5 *1 (-819 *4)) (-4 *4 (-850)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793)) (-5 *2 (-644 (-644 (-566))))
+ (-5 *1 (-924 *4 *5 *6 *7)) (-5 *3 (-566)) (-4 *7 (-949 *4 *6 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1171 *1)) (-5 *4 (-1175)) (-4 *1 (-27))
+ (-5 *2 (-644 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1171 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-952 *1)) (-4 *1 (-27)) (-5 *2 (-644 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1175)) (-4 *4 (-558)) (-5 *2 (-644 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1) (-12 (-4 *3 (-558)) (-5 *2 (-644 *1)) (-4 *1 (-29 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-317 (-225))) (-5 *4 (-644 (-1175)))
+ (-5 *5 (-1093 (-843 (-225)))) (-5 *2 (-1155 (-225))) (-5 *1 (-301)))))
(((*1 *2)
(-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
(-4 *3 (-369 *4))))
((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-833 *3)) (-4 *3 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-843 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1256 *4)) (-5 *1 (-1258 *4 *2))
+ (-4 *4 (-38 (-409 (-566)))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-566)) (-4 *4 (-1241 (-409 *3))) (-5 *2 (-921))
+ (-5 *1 (-913 *4 *5)) (-4 *5 (-1241 (-409 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1270)) (-5 *1 (-822)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-689 *4)) (-5 *3 (-921)) (-4 *4 (-1049))
+ (-5 *1 (-1028 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-644 (-689 *4))) (-5 *3 (-921)) (-4 *4 (-1049))
+ (-5 *1 (-1028 *4)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-739 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-112)) (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-4 *3 (-13 (-27) (-1200) (-432 *6) (-10 -8 (-15 -1650 ($ *7)))))
+ (-4 *7 (-848))
+ (-4 *8
+ (-13 (-1243 *3 *7) (-365) (-1200)
+ (-10 -8 (-15 -2324 ($ $)) (-15 -3613 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1157)) (|:| |prob| (-1157))))))
+ (-5 *1 (-424 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1157)) (-4 *9 (-983 *8))
+ (-14 *10 (-1175)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-558)))))
(((*1 *2 *2)
(-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3))))
((*1 *2 *2 *3)
@@ -16402,61 +16150,348 @@
(-4 *2 (-432 *4))))
((*1 *1 *1 *2) (-12 (-4 *1 (-160)) (-5 *2 (-1175))))
((*1 *1 *1) (-4 *1 (-160))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-644 *6)) (-4 *6 (-850)) (-4 *4 (-365)) (-4 *5 (-793))
+ (-5 *2
+ (-2 (|:| |mval| (-689 *4)) (|:| |invmval| (-689 *4))
+ (|:| |genIdeal| (-506 *4 *5 *6 *7))))
+ (-5 *1 (-506 *4 *5 *6 *7)) (-4 *7 (-949 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *6)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
+ (-5 *2 (-2 (|:| -2578 (-644 *6)) (|:| -3009 (-644 *6)))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-558)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2))
+ (-4 *2 (-13 (-27) (-1200) (-432 (-169 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175)) (-4 *4 (-13 (-558) (-1038 (-566))))
+ (-5 *1 (-188 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 (-169 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-1204 *4 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *4))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-850)) (-5 *2 (-644 (-644 (-644 *4))))
+ (-5 *1 (-1186 *4)) (-5 *3 (-644 (-644 *4))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1255 *4))
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-558)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-921)) (-5 *1 (-1100 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-327 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))
+ (-4 *2 (-454))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 *4)) (-4 *4 (-1241 (-566))) (-5 *2 (-644 (-566)))
+ (-5 *1 (-488 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-454))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-949 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
+ (-4 *2 (-850)) (-4 *3 (-454)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1256 *4))
(-4 *4 (-38 (-409 (-566)))) (-5 *2 (-1 (-1155 *4) (-1155 *4)))
- (-5 *1 (-1257 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1 (-381))) (-5 *1 (-1040)))))
+ (-5 *1 (-1258 *4 *5)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-317 *5)))
+ (-5 *1 (-1128 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-644 (-409 (-952 *5)))) (-5 *4 (-644 (-1175)))
+ (-4 *5 (-13 (-308) (-147))) (-5 *2 (-644 (-644 (-317 *5))))
+ (-5 *1 (-1128 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-55))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
+ (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-722)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-4 *1 (-726)) (-5 *2 (-112)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1265 *4)) (-5 *3 (-1119)) (-4 *4 (-351))
+ (-5 *1 (-530 *4)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-771)) (-4 *3 (-1215)) (-4 *1 (-57 *3 *4 *5))
+ (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
+ ((*1 *1) (-5 *1 (-171)))
+ ((*1 *1) (-12 (-5 *1 (-213 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1099))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1157)) (-4 *1 (-391))))
+ ((*1 *1) (-5 *1 (-396)))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-4 *1 (-651 *3)) (-4 *3 (-1215))))
+ ((*1 *1)
+ (-12 (-4 *3 (-1099)) (-5 *1 (-885 *2 *3 *4)) (-4 *2 (-1099))
+ (-4 *4 (-666 *3))))
+ ((*1 *1) (-12 (-5 *1 (-889 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099))))
+ ((*1 *1 *2)
+ (-12 (-5 *1 (-1141 *3 *2)) (-14 *3 (-771)) (-4 *2 (-1049))))
+ ((*1 *1) (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049))))
+ ((*1 *1 *1) (-5 *1 (-1175))) ((*1 *1) (-5 *1 (-1175)))
+ ((*1 *1) (-5 *1 (-1195))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1163 *3 *4)) (-14 *3 (-921))
+ (-4 *4 (-1049)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-225)) (-5 *3 (-771)) (-5 *1 (-226))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-169 (-225))) (-5 *3 (-771)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1138))))
+(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
+ (-12 (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-689 (-225)))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))))
+ (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-71 PEDERV))))
+ (-5 *10 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))
+ (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
(((*1 *2 *3)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1099)) (-4 *6 (-1099))
(-5 *2 (-1 *6 *4 *5)) (-5 *1 (-684 *4 *5 *6)) (-4 *4 (-1099)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-610 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4))
+ (-5 *2 (-420 (-1171 (-409 (-566))))) (-5 *1 (-437 *4 *5 *3))
+ (-4 *3 (-1241 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-943 *3)) (-4 *3 (-13 (-365) (-1200) (-1002)))
+ (-5 *1 (-176 *3)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-566)) (|has| *1 (-6 -4405)) (-4 *1 (-406))
+ (-12 (-5 *3 (-295 (-952 (-566))))
+ (-5 *2
+ (-2 (|:| |varOrder| (-644 (-1175)))
+ (|:| |inhom| (-3 (-644 (-1265 (-771))) "failed"))
+ (|:| |hom| (-644 (-1265 (-771))))))
+ (-5 *1 (-236)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1962 *3)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-2 (|:| -2334 *3) (|:| -2303 *4))))
+ (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *1 (-1191 *3 *4))))
+ ((*1 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-438)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1265 *5)) (-4 *5 (-792)) (-5 *2 (-112))
+ (-5 *1 (-845 *4 *5)) (-14 *4 (-771)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-436)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-566)) (|has| *1 (-6 -4406)) (-4 *1 (-406))
(-5 *2 (-921)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-112)) (-5 *1 (-301)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1163 3 *3)) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7)) (-5 *2 (-644 *4))
+ (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1266))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-566)) (-5 *3 (-921)) (-4 *1 (-406))))
+ ((*1 *1 *2 *2) (-12 (-5 *2 (-566)) (-4 *1 (-406))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *3 *4 *5 *2 *6)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *2 (-1099)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1219)) (-4 *5 (-1241 *4)) (-4 *6 (-1241 (-409 *5)))
+ (-5 *2 (-112)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-558) (-147))) (-5 *1 (-539 *3 *2))
+ (-4 *2 (-1256 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-4 *4 (-1241 *3))
+ (-4 *5 (-724 *3 *4)) (-5 *1 (-543 *3 *4 *5 *2)) (-4 *2 (-1256 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-365) (-370) (-614 (-566)))) (-5 *1 (-544 *3 *2))
+ (-4 *2 (-1256 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1155 *3)) (-4 *3 (-13 (-558) (-147)))
+ (-5 *1 (-1151 *3)))))
+(((*1 *1 *1 *1) (-5 *1 (-112))) ((*1 *1 *1 *1) (-4 *1 (-123))))
+(((*1 *2 *1) (|partial| -12 (-4 *1 (-1012)) (-5 *2 (-862)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351)) (-5 *2 (-958 (-1119)))
+ (-5 *1 (-348 *4)))))
(((*1 *2)
(-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
(-4 *3 (-369 *4))))
((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1214)) (-5 *2 (-644 *3)))))
+ (-12 (-5 *2 (-644 (-52))) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-4 *4 (-992 *3)) (-5 *1 (-142 *3 *4 *2))
+ (-4 *2 (-375 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-4 *5 (-992 *4)) (-4 *2 (-375 *4))
+ (-5 *1 (-505 *4 *5 *2 *3)) (-4 *3 (-375 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-689 *5)) (-4 *5 (-992 *4)) (-4 *4 (-558))
+ (-5 *2 (-689 *4)) (-5 *1 (-693 *4 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-4 *4 (-992 *3)) (-5 *1 (-1234 *3 *4 *2))
+ (-4 *2 (-1241 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1180)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-172)) (-4 *2 (-1049)) (-5 *1 (-714 *2 *3))
+ (-4 *3 (-648 *2))))
+ ((*1 *2 *2) (-12 (-5 *1 (-836 *2)) (-4 *2 (-172)) (-4 *2 (-1049)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-125 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793))
+ (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -1900 (-644 *9)) (|:| -1791 *4) (|:| |ineq| (-644 *9))))
+ (-5 *1 (-988 *6 *7 *8 *9 *4)) (-5 *3 (-644 *9))
+ (-4 *4 (-1070 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-112)) (-4 *6 (-454)) (-4 *7 (-793))
+ (-4 *8 (-850)) (-4 *9 (-1064 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -1900 (-644 *9)) (|:| -1791 *4) (|:| |ineq| (-644 *9))))
+ (-5 *1 (-1106 *6 *7 *8 *9 *4)) (-5 *3 (-644 *9))
+ (-4 *4 (-1070 *6 *7 *8 *9)))))
+(((*1 *2 *2) (-12 (-5 *1 (-682 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
+ (-5 *1 (-755)))))
+(((*1 *2 *1) (-12 (-4 *1 (-351)) (-5 *2 (-771))))
+ ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-404)) (-5 *2 (-771)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-1175)) (-4 *5 (-365)) (-5 *2 (-1155 (-1155 (-952 *5))))
- (-5 *1 (-1272 *5)) (-5 *4 (-1155 (-952 *5))))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1214))
- (-4 *4 (-375 *2)) (-4 *5 (-375 *2))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "right") (|has| *1 (-6 -4415)) (-4 *1 (-119 *3))
- (-4 *3 (-1214))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "left") (|has| *1 (-6 -4415)) (-4 *1 (-119 *3))
- (-4 *3 (-1214))))
- ((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-289 *3 *2)) (-4 *3 (-1099))
- (-4 *2 (-1214))))
- ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1175)) (-5 *1 (-632))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-1231 (-566))) (|has| *1 (-6 -4415)) (-4 *1 (-651 *2))
- (-4 *2 (-1214))))
- ((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-644 (-566))) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "value") (|has| *1 (-6 -4415)) (-4 *1 (-1010 *2))
- (-4 *2 (-1214))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-1190 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "last") (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2))
- (-4 *2 (-1214))))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "rest") (|has| *1 (-6 -4415)) (-4 *1 (-1252 *3))
- (-4 *3 (-1214))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "first") (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2))
- (-4 *2 (-1214)))))
+ (-5 *1 (-1273 *5)) (-5 *4 (-1155 (-952 *5))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-558)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-566)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-420 *2)) (-4 *2 (-558)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-689 *11)) (-5 *4 (-644 (-409 (-952 *8))))
+ (-5 *5 (-771)) (-5 *6 (-1157)) (-4 *8 (-13 (-308) (-147)))
+ (-4 *11 (-949 *8 *10 *9)) (-4 *9 (-13 (-850) (-614 (-1175))))
+ (-4 *10 (-793))
+ (-5 *2
+ (-2
+ (|:| |rgl|
+ (-644
+ (-2 (|:| |eqzro| (-644 *11)) (|:| |neqzro| (-644 *11))
+ (|:| |wcond| (-644 (-952 *8)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *8))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *8))))))))))
+ (|:| |rgsz| (-566))))
+ (-5 *1 (-924 *8 *9 *10 *11)) (-5 *7 (-566)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1157)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-264)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-612 *4)) (-5 *1 (-611 *3 *4)) (-4 *3 (-1099))
+ (-4 *4 (-1099)))))
+(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
+ (-12 (-5 *3 (-921)) (-5 *4 (-225)) (-5 *5 (-566)) (-5 *6 (-874))
+ (-5 *2 (-1270)) (-5 *1 (-1266)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1155 (-409 *3))) (-5 *1 (-174 *3)) (-4 *3 (-308)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1093 *3)) (-4 *3 (-949 *7 *6 *4)) (-4 *6 (-793))
+ (-4 *4 (-850)) (-4 *7 (-558))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-566))))
+ (-5 *1 (-595 *6 *4 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-793)) (-4 *4 (-850)) (-4 *6 (-558))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-566))))
+ (-5 *1 (-595 *5 *4 *6 *3)) (-4 *3 (-949 *6 *5 *4))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-862))) ((*1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *1 *1) (-5 *1 (-862)))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175))
+ (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-1167 *4 *2)) (-4 *2 (-13 (-432 *4) (-160) (-27) (-1200)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1091 *2)) (-4 *2 (-13 (-432 *4) (-160) (-27) (-1200)))
+ (-4 *4 (-13 (-558) (-1038 (-566)) (-639 (-566))))
+ (-5 *1 (-1167 *4 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566))))
+ (-5 *2 (-409 (-952 *5))) (-5 *1 (-1168 *5)) (-5 *3 (-952 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1175)) (-4 *5 (-13 (-558) (-1038 (-566))))
+ (-5 *2 (-3 (-409 (-952 *5)) (-317 *5))) (-5 *1 (-1168 *5))
+ (-5 *3 (-409 (-952 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1091 (-952 *5))) (-5 *3 (-952 *5))
+ (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-409 *3))
+ (-5 *1 (-1168 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1091 (-409 (-952 *5)))) (-5 *3 (-409 (-952 *5)))
+ (-4 *5 (-13 (-558) (-1038 (-566)))) (-5 *2 (-3 *3 (-317 *5)))
+ (-5 *1 (-1168 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-295 (-409 (-952 *5)))) (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-147)))
+ (-5 *2 (-1164 (-644 (-317 *5)) (-644 (-295 (-317 *5)))))
+ (-5 *1 (-1128 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 *5))) (-5 *4 (-1175))
+ (-4 *5 (-13 (-308) (-147)))
+ (-5 *2 (-1164 (-644 (-317 *5)) (-644 (-295 (-317 *5)))))
+ (-5 *1 (-1128 *5)))))
(((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1214))) (-5 *1 (-526)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1049)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *5 (-1157))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-82 PDEF))))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-83 BNDY)))) (-5 *2 (-1035))
+ (-5 *1 (-750)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-1 (-587 *3) *3 (-1175)))
+ (-5 *6
+ (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
+ (-1175)))
+ (-4 *3 (-285)) (-4 *3 (-629)) (-4 *3 (-1038 *4)) (-4 *3 (-432 *7))
+ (-5 *4 (-1175)) (-4 *7 (-614 (-892 (-566)))) (-4 *7 (-454))
+ (-4 *7 (-886 (-566))) (-4 *7 (-1099)) (-5 *2 (-587 *3))
+ (-5 *1 (-575 *7 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-52)) (-5 *1 (-829)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1049)) (-5 *1 (-1237 *3 *2)) (-4 *2 (-1241 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1049)) (-5 *2 (-1265 *3)) (-5 *1 (-712 *3 *4))
+ (-4 *4 (-1241 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-143)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-158 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-159 *2)) (-4 *2 (-547))))
+ ((*1 *1 *1 *1) (-5 *1 (-862)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-566))) (-5 *1 (-1047))
+ (-5 *3 (-566)))))
+(((*1 *2 *1 *2)
+ (-12 (-4 *1 (-366 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
(((*1 *2 *3 *4)
(-12
(-5 *3
@@ -16464,37 +16499,279 @@
(-2 (|:| |eqzro| (-644 *8)) (|:| |neqzro| (-644 *8))
(|:| |wcond| (-644 (-952 *5)))
(|:| |bsoln|
- (-2 (|:| |partsol| (-1264 (-409 (-952 *5))))
- (|:| -2875 (-644 (-1264 (-409 (-952 *5))))))))))
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *5))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *5))))))))))
(-5 *4 (-1157)) (-4 *5 (-13 (-308) (-147))) (-4 *8 (-949 *5 *7 *6))
(-4 *6 (-13 (-850) (-614 (-1175)))) (-4 *7 (-793)) (-5 *2 (-566))
(-5 *1 (-924 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1265 *4)) (-4 *4 (-639 (-566)))
+ (-5 *2 (-1265 (-409 (-566)))) (-5 *1 (-1292 *4)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-771)) (-4 *1 (-1241 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-921)) (-4 *4 (-370)) (-4 *4 (-365)) (-5 *2 (-1171 *1))
+ (-4 *1 (-330 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-330 *3)) (-4 *3 (-365)) (-5 *2 (-1171 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-372 *3 *2)) (-4 *3 (-172)) (-4 *3 (-365))
+ (-4 *2 (-1241 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1265 *4)) (-4 *4 (-351)) (-5 *2 (-1171 *4))
+ (-5 *1 (-530 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -2650 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-365)) (-4 *7 (-1241 *6))
+ (-5 *2 (-2 (|:| |answer| (-587 (-409 *7))) (|:| |a0| *6)))
+ (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
+(((*1 *1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *3 (-558)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-365) (-1200) (-1002))))))
+(((*1 *1 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-375 *2)) (-4 *2 (-1215))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331))
+ (-5 *1 (-333)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-454)) (-5 *1 (-1205 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1199))))))
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1175))
+ (-4 *5 (-13 (-558) (-1038 (-566)) (-147)))
+ (-5 *2
+ (-2 (|:| -2650 (-409 (-952 *5))) (|:| |coeff| (-409 (-952 *5)))))
+ (-5 *1 (-572 *5)) (-5 *3 (-409 (-952 *5))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1099)) (-4 *5 (-1099))
+ (-4 *6 (-1099)) (-5 *2 (-1 *6 *5)) (-5 *1 (-684 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-566)) (-4 *4 (-793)) (-4 *5 (-850)) (-4 *2 (-1049))
+ (-5 *1 (-322 *4 *5 *2 *6)) (-4 *6 (-949 *2 *4 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1012)) (-5 *2 (-862)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-644 (-566))) (-5 *3 (-112)) (-5 *1 (-1109)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-921)) (-5 *3 (-644 (-264))) (-5 *1 (-262))))
+ ((*1 *1 *2) (-12 (-5 *2 (-921)) (-5 *1 (-264)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 (-483 *3 *4))) (-14 *3 (-644 (-1175)))
+ (-4 *4 (-454)) (-5 *1 (-631 *3 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-454))
+ (-5 *2
+ (-644
+ (-2 (|:| |eigval| (-3 (-409 (-952 *4)) (-1164 (-1175) (-952 *4))))
+ (|:| |geneigvec| (-644 (-689 (-409 (-952 *4))))))))
+ (-5 *1 (-293 *4)) (-5 *3 (-689 (-409 (-952 *4)))))))
(((*1 *1 *1) (-12 (-4 *1 (-432 *2)) (-4 *2 (-1099)) (-4 *2 (-558))))
((*1 *1 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-558)))))
-(((*1 *1 *1) (-12 (-4 *1 (-244 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
+ (-5 *1 (-988 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-644 *7)) (-4 *7 (-1070 *3 *4 *5 *6)) (-4 *3 (-454))
+ (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-1064 *3 *4 *5))
+ (-5 *1 (-1106 *3 *4 *5 *6 *7)))))
+(((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-1217)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |cd| (-1157)) (|:| -3707 (-1157))))
+ (-5 *1 (-822)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-689 *7)) (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5))
+ (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
+ (-4 *6 (-793)) (-5 *1 (-924 *4 *5 *6 *7)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-375 *2)) (-4 *2 (-1215)) (-4 *2 (-850))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-112) *3 *3)) (-4 *1 (-375 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-850))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1133 *2)) (-4 *2 (-1049))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 *1)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-644 (-1163 *3 *4))) (-5 *1 (-1163 *3 *4))
+ (-14 *3 (-921)) (-4 *4 (-1049))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-1163 *2 *3)) (-14 *2 (-921)) (-4 *3 (-1049)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-901 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *2) (-12 (-5 *1 (-901 *2)) (-4 *2 (-1099)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-644 (-771))) (-5 *1 (-969 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-169 *5)) (-4 *5 (-13 (-432 *4) (-1002) (-1200)))
+ (-4 *4 (-558)) (-4 *2 (-13 (-432 (-169 *4)) (-1002) (-1200)))
+ (-5 *1 (-600 *4 *5 *2)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1141 *3 *4)) (-14 *3 (-921)) (-4 *4 (-365))
+ (-5 *1 (-993 *3 *4)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-771)) (-5 *6 (-112)) (-4 *7 (-454)) (-4 *8 (-793))
+ (-4 *9 (-850)) (-4 *3 (-1064 *7 *8 *9))
+ (-5 *2
+ (-2 (|:| |done| (-644 *4))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
+ (-5 *1 (-1068 *7 *8 *9 *3 *4)) (-4 *4 (-1070 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
+ (-4 *3 (-1064 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-644 *4))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
+ (-5 *1 (-1068 *6 *7 *8 *3 *4)) (-4 *4 (-1070 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-644 *4))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
+ (-5 *1 (-1068 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-771)) (-5 *6 (-112)) (-4 *7 (-454)) (-4 *8 (-793))
+ (-4 *9 (-850)) (-4 *3 (-1064 *7 *8 *9))
+ (-5 *2
+ (-2 (|:| |done| (-644 *4))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
+ (-5 *1 (-1144 *7 *8 *9 *3 *4)) (-4 *4 (-1108 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-771)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
+ (-4 *3 (-1064 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-644 *4))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
+ (-5 *1 (-1144 *6 *7 *8 *3 *4)) (-4 *4 (-1108 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-644 *4))
+ (|:| |todo| (-644 (-2 (|:| |val| (-644 *3)) (|:| -1791 *4))))))
+ (-5 *1 (-1144 *5 *6 *7 *3 *4)) (-4 *4 (-1108 *5 *6 *7 *3)))))
+(((*1 *2 *3) (-12 (-5 *2 (-644 (-566))) (-5 *1 (-563)) (-5 *3 (-566)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3))
+ (-4 *3 (-1099)))))
+(((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *1 *2) (-12 (-5 *2 (-183 (-249))) (-5 *1 (-248)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1265 (-1265 *4))) (-4 *4 (-1049)) (-5 *2 (-689 *4))
+ (-5 *1 (-1029 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1265 (-317 (-225)))) (-5 *2 (-1265 (-317 (-381))))
+ (-5 *1 (-306)))))
(((*1 *2 *2)
(-12 (-4 *3 (-13 (-558) (-1038 (-566)))) (-5 *1 (-188 *3 *2))
- (-4 *2 (-13 (-27) (-1199) (-432 (-169 *3))))))
+ (-4 *2 (-13 (-27) (-1200) (-432 (-169 *3))))))
((*1 *2 *2)
(-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-1203 *3 *2)) (-4 *2 (-13 (-27) (-1199) (-432 *3))))))
+ (-5 *1 (-1204 *3 *2)) (-4 *2 (-13 (-27) (-1200) (-432 *3))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
+ (-4 *3 (-13 (-1099) (-34))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *8)) (-5 *4 (-136 *5 *6 *7)) (-14 *5 (-566))
- (-14 *6 (-771)) (-4 *7 (-172)) (-4 *8 (-172))
- (-5 *2 (-136 *5 *6 *8)) (-5 *1 (-135 *5 *6 *7 *8))))
+ (-12 (-4 *5 (-1099)) (-4 *6 (-886 *5)) (-5 *2 (-885 *5 *6 (-644 *6)))
+ (-5 *1 (-887 *5 *6 *4)) (-5 *3 (-644 *6)) (-4 *4 (-614 (-892 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 *9)) (-4 *9 (-1049)) (-4 *5 (-850)) (-4 *6 (-793))
- (-4 *8 (-1049)) (-4 *2 (-949 *9 *7 *5))
- (-5 *1 (-728 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-793))
- (-4 *4 (-949 *8 *6 *5)))))
+ (-12 (-4 *5 (-1099)) (-5 *2 (-644 (-295 *3))) (-5 *1 (-887 *5 *3 *4))
+ (-4 *3 (-1038 (-1175))) (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1099)) (-5 *2 (-644 (-295 (-952 *3))))
+ (-5 *1 (-887 *5 *3 *4)) (-4 *3 (-1049))
+ (-3348 (-4 *3 (-1038 (-1175)))) (-4 *3 (-886 *5))
+ (-4 *4 (-614 (-892 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1099)) (-5 *2 (-889 *5 *3)) (-5 *1 (-887 *5 *3 *4))
+ (-3348 (-4 *3 (-1038 (-1175)))) (-3348 (-4 *3 (-1049)))
+ (-4 *3 (-886 *5)) (-4 *4 (-614 (-892 *5))))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-771)) (-4 *5 (-172))))
+ ((*1 *1 *1 *2 *1 *2)
+ (-12 (-5 *2 (-566)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-771)) (-4 *5 (-172))))
+ ((*1 *2 *2 *3)
+ (-12
+ (-5 *2
+ (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
+ (-247 *4 (-409 (-566)))))
+ (-5 *3 (-644 (-864 *4))) (-14 *4 (-644 (-1175))) (-14 *5 (-771))
+ (-5 *1 (-507 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1101 *4)) (-4 *4 (-1099)) (-5 *2 (-1 *4))
+ (-5 *1 (-1017 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-381))) (-5 *1 (-1040)) (-5 *3 (-381))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1093 (-566))) (-5 *2 (-1 (-566))) (-5 *1 (-1047)))))
+(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1174)) (-5 *1 (-331)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1280 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
+ (-5 *1 (-664 *3 *4))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-664 *3 *4)) (-5 *1 (-1285 *3 *4))
+ (-4 *3 (-850)) (-4 *4 (-172)))))
+(((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1962 *3)))
+ (-5 *1 (-969 *4 *3)) (-4 *3 (-1241 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1215)) (-5 *2 (-771)))))
(((*1 *2 *2 *2)
(-12 (-5 *2 (-771))
- (-4 *3 (-13 (-308) (-10 -8 (-15 -1364 ((-420 $) $)))))
- (-4 *4 (-1240 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
+ (-4 *3 (-13 (-308) (-10 -8 (-15 -1615 ((-420 $) $)))))
+ (-4 *4 (-1241 *3)) (-5 *1 (-501 *3 *4 *5)) (-4 *5 (-411 *3 *4)))))
+(((*1 *1 *2 *2 *3 *1)
+ (-12 (-5 *2 (-508)) (-5 *3 (-1103)) (-5 *1 (-292)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 *5)) (-4 *5 (-432 *4)) (-4 *4 (-558))
+ (-5 *2 (-862)) (-5 *1 (-32 *4 *5)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1265 *5)) (-4 *5 (-639 *4)) (-4 *4 (-558))
+ (-5 *2 (-1265 *4)) (-5 *1 (-638 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-142 *2 *4 *3))
+ (-4 *3 (-375 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-505 *2 *4 *5 *3))
+ (-4 *5 (-375 *2)) (-4 *3 (-375 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-689 *4)) (-4 *4 (-992 *2)) (-4 *2 (-558))
+ (-5 *1 (-693 *2 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-992 *2)) (-4 *2 (-558)) (-5 *1 (-1234 *2 *4 *3))
+ (-4 *3 (-1241 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-1270)) (-5 *1 (-1137))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-862))) (-5 *2 (-1270)) (-5 *1 (-1137)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1049)) (-4 *4 (-1241 *3)) (-5 *1 (-164 *3 *4 *2))
+ (-4 *2 (-1241 *4))))
+ ((*1 *1 *1) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1215)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-649 *2 *3 *4)) (-4 *2 (-1099)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-675 *2)) (-4 *2 (-1049)) (-4 *2 (-1099)))))
(((*1 *2 *3)
(-12 (-5 *3 (-927))
(-5 *2
@@ -16521,267 +16798,136 @@
(-5 *1 (-153)) (-5 *3 (-644 (-644 (-943 (-225)))))))
((*1 *1 *2) (-12 (-5 *2 (-644 (-1093 (-381)))) (-5 *1 (-264))))
((*1 *1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-264)))))
+(((*1 *2 *3 *3 *3 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-644 *8))) (-5 *3 (-644 *8))
+ (-4 *8 (-1064 *5 *6 *7)) (-4 *5 (-558)) (-4 *6 (-793))
+ (-4 *7 (-850)) (-5 *2 (-112)) (-5 *1 (-977 *5 *6 *7 *8)))))
+(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
+(((*1 *2 *3 *4 *4 *3 *5)
+ (-12 (-5 *4 (-612 *3)) (-5 *5 (-1171 *3))
+ (-4 *3 (-13 (-432 *6) (-27) (-1200)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2 (-587 *3)) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099))))
+ ((*1 *2 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *4 (-612 *3)) (-5 *5 (-409 (-1171 *3)))
+ (-4 *3 (-13 (-432 *6) (-27) (-1200)))
+ (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
+ (-5 *2 (-587 *3)) (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1120 *2)) (-4 *2 (-1215)))))
+(((*1 *2)
+ (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-419 *3)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-644 (-952 *3))) (-4 *3 (-454))
+ (-5 *1 (-362 *3 *4)) (-14 *4 (-644 (-1175)))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-644 (-780 *3 (-864 *4)))) (-4 *3 (-454))
+ (-14 *4 (-644 (-1175))) (-5 *1 (-628 *3 *4)))))
+(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1099))))
+ ((*1 *1 *2) (-12 (-5 *1 (-127 *2)) (-4 *2 (-1099)))))
(((*1 *2 *3 *4 *4 *5)
(-12 (-5 *3 (-1 (-169 (-225)) (-169 (-225)))) (-5 *4 (-1093 (-225)))
- (-5 *5 (-112)) (-5 *2 (-1266)) (-5 *1 (-258)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2))
- (|has| *2 (-6 (-4416 "*"))) (-4 *2 (-1049))))
+ (-5 *5 (-112)) (-5 *2 (-1267)) (-5 *1 (-258)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-892 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1103)) (-5 *1 (-281)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-644 (-644 (-644 *5)))) (-5 *3 (-1 (-112) *5 *5))
+ (-5 *4 (-644 *5)) (-4 *5 (-850)) (-5 *1 (-1186 *5)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1208 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
+ (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-612 (-48)))) (-5 *1 (-48))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-612 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1171 (-48))) (-5 *3 (-644 (-612 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1171 (-48))) (-5 *3 (-612 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172))))
((*1 *2 *3)
- (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-172))
- (-5 *1 (-688 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5))))
+ (-12 (-4 *2 (-13 (-365) (-848))) (-5 *1 (-181 *2 *3))
+ (-4 *3 (-1241 (-169 *2)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-921)) (-4 *1 (-330 *3)) (-4 *3 (-365)) (-4 *3 (-370))))
+ ((*1 *2 *1) (-12 (-4 *1 (-330 *2)) (-4 *2 (-365))))
((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
- (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4416 "*"))) (-4 *2 (-1049)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1171 *1)) (-4 *1 (-1012)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-508)) (-5 *1 (-114))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-508)) (-4 *4 (-1099)) (-5 *1 (-929 *4 *2))
- (-4 *2 (-432 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-508)) (-5 *2 (-317 (-566)))
- (-5 *1 (-930)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1175)) (-5 *2 (-538)) (-5 *1 (-537 *4))
- (-4 *4 (-1214)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119))))))
- (-4 *4 (-351)) (-5 *2 (-1269)) (-5 *1 (-530 *4)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-644 (-644 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-644 (-3 (|:| |array| (-644 *3)) (|:| |scalar| (-1175)))))
- (-5 *6 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1103))
- (-5 *1 (-399))))
- ((*1 *2 *3 *4 *5 *6 *3)
- (-12 (-5 *5 (-644 (-644 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-644 (-3 (|:| |array| (-644 *3)) (|:| |scalar| (-1175)))))
- (-5 *6 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1103))
- (-5 *1 (-399))))
- ((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *4 (-644 (-1175))) (-5 *5 (-1178)) (-5 *3 (-1175))
- (-5 *2 (-1103)) (-5 *1 (-399)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-365) (-1199) (-1002)))))
- ((*1 *2)
- (|partial| -12 (-4 *4 (-1218)) (-4 *5 (-1240 (-409 *2)))
- (-4 *2 (-1240 *4)) (-5 *1 (-343 *3 *4 *2 *5))
- (-4 *3 (-344 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-344 *3 *2 *4)) (-4 *3 (-1218))
- (-4 *4 (-1240 (-409 *2))) (-4 *2 (-1240 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-954)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-300 *4 *5)) (-14 *4 *3)
- (-14 *5 *3)))
+ (-12 (-4 *1 (-372 *2 *3)) (-4 *3 (-1241 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1241 *2)) (-4 *2 (-992 *3)) (-5 *1 (-415 *3 *2 *4 *5))
+ (-4 *3 (-308)) (-4 *5 (-13 (-411 *2 *4) (-1038 *2)))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1241 *2)) (-4 *2 (-992 *3))
+ (-5 *1 (-416 *3 *2 *4 *5 *6)) (-4 *3 (-308)) (-4 *5 (-411 *2 *4))
+ (-14 *6 (-1265 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1093 (-843 (-225)))) (-5 *3 (-225)) (-5 *2 (-112))
- (-5 *1 (-306))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
- (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469))))
- ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1264 (-644 (-2 (|:| -2876 *4) (|:| -2835 (-1119))))))
- (-4 *4 (-351)) (-5 *2 (-771)) (-5 *1 (-348 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-353 *3 *4)) (-14 *3 (-921))
- (-14 *4 (-921))))
- ((*1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-354 *3 *4)) (-4 *3 (-351))
- (-14 *4
- (-3 (-1171 *3)
- (-1264 (-644 (-2 (|:| -2876 *3) (|:| -2835 (-1119)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-771)) (-5 *1 (-355 *3 *4)) (-4 *3 (-351))
- (-14 *4 (-921)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-644 *5)) (-5 *1 (-136 *3 *4 *5)) (-14 *3 (-566))
- (-14 *4 (-771)) (-4 *5 (-172)))))
-(((*1 *2)
- (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269))
- (-5 *1 (-988 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
- (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1269))
- (-5 *1 (-1106 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
- (|:| |explanations| (-644 (-1157)))))
- (-5 *2 (-1035)) (-5 *1 (-306))))
+ (-12 (-5 *4 (-921)) (-4 *5 (-1049))
+ (-4 *2 (-13 (-406) (-1038 *5) (-365) (-1200) (-285)))
+ (-5 *1 (-445 *5 *3 *2)) (-4 *3 (-1241 *5))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-612 (-497)))) (-5 *1 (-497))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-612 (-497))) (-5 *1 (-497))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1171 (-497))) (-5 *3 (-644 (-612 (-497))))
+ (-5 *1 (-497))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1171 (-497))) (-5 *3 (-612 (-497))) (-5 *1 (-497))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1265 *4)) (-5 *3 (-921)) (-4 *4 (-351))
+ (-5 *1 (-530 *4))))
((*1 *2 *3)
+ (-12 (-4 *4 (-454)) (-4 *5 (-724 *4 *2)) (-4 *2 (-1241 *4))
+ (-5 *1 (-775 *4 *2 *5 *3)) (-4 *3 (-1241 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172))))
+ ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172))))
+ ((*1 *1 *1) (-4 *1 (-1059))))
+(((*1 *2 *3 *3)
(-12
(-5 *3
- (-2 (|:| -2659 (-381)) (|:| -1368 (-1157))
- (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))))
- (-5 *2 (-1035)) (-5 *1 (-306)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-752)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1175))
- (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *4 *5)) (-4 *5 (-13 (-27) (-1199) (-432 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *4 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-409 (-566)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *5 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-295 *3)) (-4 *3 (-13 (-27) (-1199) (-432 *5)))
- (-4 *5 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-295 *3)) (-5 *5 (-409 (-566)))
- (-4 *3 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-316 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-566))) (-5 *4 (-295 *6))
- (-4 *6 (-13 (-27) (-1199) (-432 *5)))
- (-4 *5 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3))
- (-4 *3 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-566))) (-5 *4 (-295 *7)) (-5 *5 (-1231 (-566)))
- (-4 *7 (-13 (-27) (-1199) (-432 *6)))
- (-4 *6 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-566)))
- (-4 *3 (-13 (-27) (-1199) (-432 *7)))
- (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *7 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-1 *8 (-409 (-566)))) (-5 *4 (-295 *8))
- (-5 *5 (-1231 (-409 (-566)))) (-5 *6 (-409 (-566)))
- (-4 *8 (-13 (-27) (-1199) (-432 *7)))
- (-4 *7 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *7 *8))))
- ((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1175)) (-5 *5 (-295 *3)) (-5 *6 (-1231 (-409 (-566))))
- (-5 *7 (-409 (-566))) (-4 *3 (-13 (-27) (-1199) (-432 *8)))
- (-4 *8 (-13 (-558) (-1038 (-566)) (-639 (-566)))) (-5 *2 (-52))
- (-5 *1 (-461 *8 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3))))
- (-4 *3 (-1049)) (-5 *1 (-596 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-5 *1 (-597 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1155 (-2 (|:| |k| (-566)) (|:| |c| *3))))
- (-4 *3 (-1049)) (-4 *1 (-1224 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-771))
- (-5 *3 (-1155 (-2 (|:| |k| (-409 (-566))) (|:| |c| *4))))
- (-4 *4 (-1049)) (-4 *1 (-1245 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1155 *3)) (-4 *3 (-1049)) (-4 *1 (-1255 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1155 (-2 (|:| |k| (-771)) (|:| |c| *3))))
- (-4 *3 (-1049)) (-4 *1 (-1255 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-549))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-313)) (-5 *1 (-297))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-1157))) (-5 *3 (-1157)) (-5 *2 (-313))
- (-5 *1 (-297)))))
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-771)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-793)) (-4 *7 (-949 *4 *5 *6)) (-4 *4 (-454)) (-4 *6 (-850))
+ (-5 *2 (-112)) (-5 *1 (-451 *4 *5 *6 *7)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
- (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331))
- (-5 *1 (-333)))))
+ (-12 (-4 *1 (-687 *2 *3 *4)) (-4 *3 (-375 *2)) (-4 *4 (-375 *2))
+ (|has| *2 (-6 (-4417 "*"))) (-4 *2 (-1049))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-375 *2)) (-4 *5 (-375 *2)) (-4 *2 (-172))
+ (-5 *1 (-688 *2 *4 *5 *3)) (-4 *3 (-687 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1122 *3 *2 *4 *5)) (-4 *4 (-238 *3 *2))
+ (-4 *5 (-238 *3 *2)) (|has| *2 (-6 (-4417 "*"))) (-4 *2 (-1049)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1171 *9)) (-5 *4 (-644 *7)) (-5 *5 (-644 *8))
+ (-4 *7 (-850)) (-4 *8 (-1049)) (-4 *9 (-949 *8 *6 *7))
+ (-4 *6 (-793)) (-5 *2 (-1171 *8)) (-5 *1 (-322 *6 *7 *8 *9)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-644 (-644 *4)))) (-5 *2 (-644 (-644 *4)))
- (-5 *1 (-1185 *4)) (-4 *4 (-850)))))
+ (-12 (-5 *3 (-689 (-409 (-952 (-566)))))
+ (-5 *2
+ (-644
+ (-2 (|:| |radval| (-317 (-566))) (|:| |radmult| (-566))
+ (|:| |radvect| (-644 (-689 (-317 (-566))))))))
+ (-5 *1 (-1031)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-121 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-644 (-689 (-317 (-566))))) (-5 *1 (-1031)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-644 *5)) (-4 *5 (-172)) (-5 *1 (-136 *3 *4 *5))
- (-14 *3 (-566)) (-14 *4 (-771)))))
-(((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1175)) (-5 *1 (-675 *3)) (-4 *3 (-1099)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-365) (-848)))
- (-5 *2 (-2 (|:| |start| *3) (|:| -1616 (-420 *3))))
- (-5 *1 (-181 *4 *3)) (-4 *3 (-1240 (-169 *4))))))
-(((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-566)) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
- (-4 *4 (-375 *3)) (-4 *5 (-375 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1099)) (-4 *5 (-1099))
- (-5 *2 (-1 *5 *4)) (-5 *1 (-683 *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-247 *3 *4))
- (-14 *3 (-644 (-1175))) (-4 *4 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-566))) (-14 *3 (-644 (-1175)))
- (-5 *1 (-456 *3 *4 *5)) (-4 *4 (-1049))
- (-4 *5 (-238 (-3000 *3) (-771)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-566))) (-5 *1 (-483 *3 *4))
- (-14 *3 (-644 (-1175))) (-4 *4 (-1049)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1064 *3 *4 *2)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *2 (-850))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)))))
-(((*1 *1 *1) (-5 *1 (-1062))))
-(((*1 *2 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266))))
- ((*1 *2) (-12 (-5 *2 (-381)) (-5 *1 (-1266)))))
-(((*1 *2 *3) (-12 (-5 *3 (-921)) (-5 *2 (-904 (-566))) (-5 *1 (-917))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-904 (-566))) (-5 *1 (-917)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1207 *3 *4 *5 *2)) (-4 *3 (-558)) (-4 *4 (-793))
- (-4 *5 (-850)) (-4 *2 (-1064 *3 *4 *5)))))
-(((*1 *2 *3 *3 *1)
- (-12 (-5 *3 (-508)) (-5 *2 (-691 (-1103))) (-5 *1 (-292)))))
+ (-12 (-5 *2 (-644 (-644 *3))) (-4 *3 (-1099)) (-5 *1 (-1187 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-864 *5))) (-14 *5 (-644 (-1175))) (-4 *6 (-454))
+ (-5 *2 (-644 (-644 (-247 *5 *6)))) (-5 *1 (-473 *5 *6 *7))
+ (-5 *3 (-644 (-247 *5 *6))) (-4 *7 (-454)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-862)) (-5 *1 (-1155 *3)) (-4 *3 (-1099))
- (-4 *3 (-1214)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-718 *2)) (-4 *2 (-365)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))))
-(((*1 *1 *1) (-4 *1 (-869 *2))))
+ (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3))
+ (-4 *3 (-1099)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1049)) (-5 *2 (-1264 *3)) (-5 *1 (-712 *3 *4))
- (-4 *4 (-1240 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-396))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1157))) (-5 *1 (-1194)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793)) (-5 *2 (-409 (-952 *4))) (-5 *1 (-924 *4 *5 *6 *3))
- (-4 *3 (-949 *4 *6 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-689 *7)) (-4 *7 (-949 *4 *6 *5))
- (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793)) (-5 *2 (-689 (-409 (-952 *4))))
- (-5 *1 (-924 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *6 *5))
- (-4 *4 (-13 (-308) (-147))) (-4 *5 (-13 (-850) (-614 (-1175))))
- (-4 *6 (-793)) (-5 *2 (-644 (-409 (-952 *4))))
- (-5 *1 (-924 *4 *5 *6 *7)))))
+ (-12 (-5 *2 (-1101 *3)) (-5 *1 (-905 *3)) (-4 *3 (-370))
+ (-4 *3 (-1099)))))
(((*1 *2 *2 *3)
(-12 (-5 *3 (-409 (-566))) (-4 *4 (-1038 (-566))) (-4 *4 (-558))
(-5 *1 (-32 *4 *2)) (-4 *2 (-432 *4))))
@@ -16792,10 +16938,10 @@
((*1 *1 *1 *2) (-12 (-4 *1 (-243)) (-5 *2 (-566))))
((*1 *2 *2 *3)
(-12 (-5 *3 (-409 (-566))) (-4 *4 (-365)) (-4 *4 (-38 *3))
- (-4 *5 (-1255 *4)) (-5 *1 (-279 *4 *5 *2)) (-4 *2 (-1226 *4 *5))))
+ (-4 *5 (-1256 *4)) (-5 *1 (-279 *4 *5 *2)) (-4 *2 (-1227 *4 *5))))
((*1 *2 *2 *3)
(-12 (-5 *3 (-409 (-566))) (-4 *4 (-365)) (-4 *4 (-38 *3))
- (-4 *5 (-1224 *4)) (-5 *1 (-280 *4 *5 *2 *6)) (-4 *2 (-1247 *4 *5))
+ (-4 *5 (-1225 *4)) (-5 *1 (-280 *4 *5 *2 *6)) (-4 *2 (-1248 *4 *5))
(-4 *6 (-983 *5))))
((*1 *1 *1 *1) (-4 *1 (-285)))
((*1 *1 *2 *3) (-12 (-5 *3 (-566)) (-5 *1 (-363 *2)) (-4 *2 (-1099))))
@@ -16809,7 +16955,7 @@
(-12 (-5 *2 (-771)) (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850))
(-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1264 *4)) (-5 *3 (-566)) (-4 *4 (-351))
+ (-12 (-5 *2 (-1265 *4)) (-5 *3 (-566)) (-4 *4 (-351))
(-5 *1 (-530 *4))))
((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-538))))
((*1 *1 *1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-538))))
@@ -16853,1458 +16999,1312 @@
(-12 (-5 *2 (-1155 *3)) (-4 *3 (-38 (-409 (-566))))
(-5 *1 (-1161 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1255 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
+ (-12 (-4 *1 (-1256 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
(((*1 *2 *1) (|partial| -12 (-5 *2 (-1171 *1)) (-4 *1 (-1012)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-644 (-782 *3))) (-5 *1 (-782 *3)) (-4 *3 (-558))
- (-4 *3 (-1049)))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-644 (-1139 *4 *5))) (-5 *3 (-1 (-112) *5 *5))
- (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34)))
- (-5 *1 (-1140 *4 *5))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-1139 *3 *4))) (-4 *3 (-13 (-1099) (-34)))
- (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-14 *4 (-644 (-1175))) (-4 *2 (-172))
- (-4 *3 (-238 (-3000 *4) (-771)))
- (-14 *6
- (-1 (-112) (-2 (|:| -2835 *5) (|:| -2201 *3))
- (-2 (|:| -2835 *5) (|:| -2201 *3))))
- (-5 *1 (-463 *4 *2 *5 *3 *6 *7)) (-4 *5 (-850))
- (-4 *7 (-949 *2 *3 (-864 *4))))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-943 (-225))) (-5 *4 (-874)) (-5 *2 (-1269))
- (-5 *1 (-470))))
- ((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1049)) (-4 *1 (-980 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-943 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 *3)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-771)) (-4 *5 (-1049)) (-4 *2 (-1241 *5))
+ (-5 *1 (-1259 *5 *2 *6 *3)) (-4 *6 (-656 *2)) (-4 *3 (-1256 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-482)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
+ (|:| |xpnt| (-566))))
+ (-4 *4 (-13 (-1241 *3) (-558) (-10 -8 (-15 -1962 ($ $ $)))))
+ (-4 *3 (-558)) (-5 *1 (-1244 *3 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-57 *2 *3 *4)) (-4 *2 (-1215)) (-4 *3 (-375 *2))
+ (-4 *4 (-375 *2))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-943 *3)) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210)) (-5 *3 (-225)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2610 *4)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-980 *2)) (-4 *2 (-1049))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-943 (-225))) (-5 *1 (-1210))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1262 *2)) (-4 *2 (-1214)) (-4 *2 (-1049)))))
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-604 *3 *2)) (-4 *3 (-1099))
+ (-4 *2 (-1215)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-191)) (-5 *3 (-566))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-783 *2)) (-4 *2 (-172))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1064 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-112)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-409 (-566))) (-4 *1 (-556 *3))
- (-4 *3 (-13 (-406) (-1199)))))
- ((*1 *1 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199)))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1199))))))
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-432 *4)) (-5 *1 (-158 *4 *2))
+ (-4 *4 (-558)))))
(((*1 *2 *3 *4)
(-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-331)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-644 (-281))) (-5 *1 (-281))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1180)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-850)) (-5 *1 (-245 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-566)) (-4 *5 (-351)) (-5 *2 (-420 (-1171 (-1171 *5))))
- (-5 *1 (-1212 *5)) (-5 *3 (-1171 (-1171 *5))))))
-(((*1 *2 *2) (-12 (-5 *2 (-921)) (-5 *1 (-359 *3)) (-4 *3 (-351)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-180))))
- ((*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-681))))
- ((*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-970))))
- ((*1 *2 *1) (-12 (-5 *2 (-1213)) (-5 *1 (-1072))))
- ((*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-1117)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-4 *3 (-172)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *1 (-688 *3 *4 *5 *2))
- (-4 *2 (-687 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1175)) (-5 *4 (-952 (-566))) (-5 *2 (-331))
- (-5 *1 (-333)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-438)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4415)) (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1049)) (-4 *5 (-793)) (-4 *3 (-850))
- (-5 *2 (-2 (|:| -2397 *1) (|:| |gap| (-771)) (|:| -3264 *1)))
- (-4 *1 (-1064 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-2 (|:| -2397 *1) (|:| |gap| (-771)) (|:| -3264 *1)))
- (-4 *1 (-1064 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
(((*1 *1 *1)
- (-12 (-4 *1 (-949 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-454))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *3 (-1064 *4 *5 *6))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *1))))
- (-4 *1 (-1070 *4 *5 *6 *3))))
- ((*1 *1 *1) (-4 *1 (-1218)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-1243 *3 *2))
- (-4 *2 (-13 (-1240 *3) (-558) (-10 -8 (-15 -2164 ($ $ $))))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-31))))
- ((*1 *2 *1) (-12 (-5 *2 (-1180)) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-133))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-138))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-154))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-161))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-218))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-676))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1019))))
- ((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-1065))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-1095)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-877 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-879 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-943 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-943 *3))) (-4 *3 (-1049)) (-4 *1 (-1133 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-644 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-943 *3))) (-4 *1 (-1133 *3)) (-4 *3 (-1049)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-409 (-1171 (-317 *3)))) (-4 *3 (-558))
- (-5 *1 (-1129 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
- (-4 *2 (-13 (-432 *3) (-1002))))))
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3))
- (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-949 *6 *4 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-988 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-454)) (-4 *5 (-793)) (-4 *6 (-850))
- (-4 *7 (-1064 *4 *5 *6)) (-5 *2 (-112))
- (-5 *1 (-1106 *4 *5 *6 *7 *3)) (-4 *3 (-1070 *4 *5 *6 *7)))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-172)) (-5 *1 (-290 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1240 *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 (-711 *2 *3 *4 *5 *6)) (-4 *2 (-172))
- (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
- (-14 *5 (-1 (-3 *3 "failed") *3 *3))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-5 *1 (-715 *2 *3 *4 *5 *6)) (-4 *2 (-172))
- (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
- (-14 *5 (-1 (-3 *3 "failed") *3 *3))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
+ (-12 (-5 *3 (-1175)) (-5 *2 (-538)) (-5 *1 (-537 *4))
+ (-4 *4 (-1215)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
+ (-4 *3 (-1064 *5 *6 *7))
+ (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1791 *4))))
+ (-5 *1 (-1071 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+(((*1 *2)
+ (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1219)) (-4 *4 (-1241 *3))
+ (-4 *5 (-1241 (-409 *4))) (-5 *2 (-689 (-409 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-771)) (-5 *1 (-128)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1010 *3)) (-4 *3 (-1215)) (-5 *2 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1201 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-689 (-225))) (-5 *4 (-566)) (-5 *2 (-1035))
+ (-5 *1 (-748)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-375 *3))
- (-4 *5 (-375 *3)) (-5 *2 (-112))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
+ (-14 *4 (-644 (-1175)))))
((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3 *4 *5 *6 *7)) (-4 *5 (-1049))
- (-4 *6 (-238 *4 *5)) (-4 *7 (-238 *3 *5)) (-5 *2 (-112)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-644 (-644 (-225)))) (-5 *4 (-225))
- (-5 *2 (-644 (-943 *4))) (-5 *1 (-1210)) (-5 *3 (-943 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134)) (-5 *1 (-96))))
- ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-109))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850)))
+ (-14 *4 (-644 (-1175))))))
+(((*1 *2 *3 *3)
+ (-12 (|has| *2 (-6 (-4417 "*"))) (-4 *5 (-375 *2)) (-4 *6 (-375 *2))
+ (-4 *2 (-1049)) (-5 *1 (-104 *2 *3 *4 *5 *6)) (-4 *3 (-1241 *2))
+ (-4 *4 (-687 *2 *5 *6)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1232 (-566))) (-4 *1 (-651 *3)) (-4 *3 (-1215))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-651 *3)) (-4 *3 (-1215)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119))))))
+ (-4 *4 (-351)) (-5 *2 (-1270)) (-5 *1 (-530 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1263 *3)) (-4 *3 (-1215)) (-4 *3 (-1049))
+ (-5 *2 (-689 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175)))))
+(((*1 *2) (-12 (-5 *2 (-771)) (-5 *1 (-447 *3)) (-4 *3 (-1049)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-1215)) (-5 *1 (-182 *3 *2))
+ (-4 *2 (-674 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-793))
+ (-4 *3 (-13 (-850) (-10 -8 (-15 -1945 ((-1175) $))))) (-4 *5 (-558))
+ (-5 *1 (-732 *4 *3 *5 *2)) (-4 *2 (-949 (-409 (-952 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1049)) (-4 *5 (-793))
+ (-4 *3
+ (-13 (-850)
+ (-10 -8 (-15 -1945 ((-1175) $))
+ (-15 -2780 ((-3 $ "failed") (-1175))))))
+ (-5 *1 (-984 *4 *5 *3 *2)) (-4 *2 (-949 (-952 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 *6))
+ (-4 *6
+ (-13 (-850)
+ (-10 -8 (-15 -1945 ((-1175) $))
+ (-15 -2780 ((-3 $ "failed") (-1175))))))
+ (-4 *4 (-1049)) (-4 *5 (-793)) (-5 *1 (-984 *4 *5 *6 *2))
+ (-4 *2 (-949 (-952 *4) *5 *6)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *5 (-225))
+ (-5 *6 (-3 (|:| |fn| (-390)) (|:| |fp| (-78 FUNCTN))))
+ (-5 *2 (-1035)) (-5 *1 (-748)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-579))))
+ ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-579)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-644 (-644 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-644 (-3 (|:| |array| (-644 *3)) (|:| |scalar| (-1175)))))
+ (-5 *6 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1103))
+ (-5 *1 (-399))))
+ ((*1 *2 *3 *4 *5 *6 *3)
+ (-12 (-5 *5 (-644 (-644 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-644 (-3 (|:| |array| (-644 *3)) (|:| |scalar| (-1175)))))
+ (-5 *6 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1103))
+ (-5 *1 (-399))))
+ ((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *4 (-644 (-1175))) (-5 *5 (-1178)) (-5 *3 (-1175))
+ (-5 *2 (-1103)) (-5 *1 (-399)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-860)) (-5 *2 (-691 (-551))) (-5 *3 (-551)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-771)) (-5 *2 (-112))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-1216 *3)) (-4 *3 (-850))
+ (-4 *3 (-1099)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-644 (-566))) (-5 *1 (-1109)) (-5 *3 (-566)))))
+(((*1 *2 *1) (-12 (-4 *1 (-529)) (-5 *2 (-691 (-1223))))))
+(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-858))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1103)) (-5 *1 (-965))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1157)) (-5 *1 (-989))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1010 *2)) (-4 *2 (-1215))))
((*1 *2 *1)
- (-12 (-4 *1 (-366 *2 *3)) (-4 *3 (-1099)) (-4 *2 (-1099))))
- ((*1 *2 *1) (-12 (-4 *1 (-391)) (-5 *2 (-1157))))
- ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-440 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-485))))
- ((*1 *2 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1099))))
- ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-865))))
- ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-965))))
- ((*1 *2 *1) (-12 (-5 *2 (-1175)) (-5 *1 (-1074 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-508)) (-5 *1 (-1114))))
- ((*1 *1 *1) (-5 *1 (-1175))))
-(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-169 (-225)))) (-5 *2 (-1035))
- (-5 *1 (-756)))))
+ (-12 (-4 *2 (-13 (-1099) (-34))) (-5 *1 (-1139 *2 *3))
+ (-4 *3 (-13 (-1099) (-34))))))
+(((*1 *2 *1) (-12 (-4 *1 (-674 *3)) (-4 *3 (-1215)) (-5 *2 (-112)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-644 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
- (-5 *1 (-587 *3)) (-4 *3 (-365)))))
-(((*1 *2 *2) (-12 (-5 *2 (-644 (-317 (-225)))) (-5 *1 (-268)))))
-(((*1 *2 *3) (-12 (-5 *2 (-420 *3)) (-5 *1 (-560 *3)) (-4 *3 (-547))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308)) (-5 *2 (-420 *3))
- (-5 *1 (-742 *4 *5 *6 *3)) (-4 *3 (-949 *6 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-308))
- (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 *7)))
- (-5 *1 (-742 *4 *5 *6 *7)) (-5 *3 (-1171 *7))))
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-317 (-225)))) (-5 *2 (-112)) (-5 *1 (-268)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
+ (-4 *3 (-13 (-365) (-1200) (-1002)))))
+ ((*1 *2)
+ (|partial| -12 (-4 *4 (-1219)) (-4 *5 (-1241 (-409 *2)))
+ (-4 *2 (-1241 *4)) (-5 *1 (-343 *3 *4 *2 *5))
+ (-4 *3 (-344 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-344 *3 *2 *4)) (-4 *3 (-1219))
+ (-4 *4 (-1241 (-409 *2))) (-4 *2 (-1241 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-558)) (-5 *2 (-771)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-419 *4)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-409 *2)) (-4 *2 (-1241 *5))
+ (-5 *1 (-807 *5 *2 *3 *6))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566)))))
+ (-4 *3 (-656 *2)) (-4 *6 (-656 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-409 *2))) (-4 *2 (-1241 *5))
+ (-5 *1 (-807 *5 *2 *3 *6))
+ (-4 *5 (-13 (-365) (-147) (-1038 (-409 (-566))))) (-4 *3 (-656 *2))
+ (-4 *6 (-656 (-409 *2))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+(((*1 *2 *1) (-12 (-5 *2 (-644 (-1134))) (-5 *1 (-671))))
((*1 *2 *1)
- (-12 (-4 *3 (-454)) (-4 *3 (-1049)) (-4 *4 (-793)) (-4 *5 (-850))
- (-5 *2 (-420 *1)) (-4 *1 (-949 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-850)) (-4 *5 (-793)) (-4 *6 (-454)) (-5 *2 (-420 *3))
- (-5 *1 (-979 *4 *5 *6 *3)) (-4 *3 (-949 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-793)) (-4 *5 (-850)) (-4 *6 (-454))
- (-4 *7 (-949 *6 *4 *5)) (-5 *2 (-420 (-1171 (-409 *7))))
- (-5 *1 (-1170 *4 *5 *6 *7)) (-5 *3 (-1171 (-409 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-420 *1)) (-4 *1 (-1218))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-558)) (-5 *2 (-420 *3)) (-5 *1 (-1243 *4 *3))
- (-4 *3 (-13 (-1240 *4) (-558) (-10 -8 (-15 -2164 ($ $ $)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1046 *4 *5)) (-4 *4 (-13 (-848) (-308) (-147) (-1022)))
- (-14 *5 (-644 (-1175)))
- (-5 *2
- (-644 (-1145 *4 (-533 (-864 *6)) (-864 *6) (-780 *4 (-864 *6)))))
- (-5 *1 (-1290 *4 *5 *6)) (-14 *6 (-644 (-1175))))))
+ (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1100 *3 *4)) (-14 *3 (-921))
+ (-14 *4 (-921)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-873 *2 *3)) (-4 *2 (-1215)) (-4 *3 (-1215)))))
+(((*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1099)) (-5 *2 (-55)))))
+(((*1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566))))
+ ((*1 *1 *1) (-5 *1 (-1119))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-109)) (-5 *1 (-1084)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-5 *1 (-914 *3)) (-4 *3 (-308)))))
(((*1 *1 *1)
(-12 (-4 *1 (-1064 *2 *3 *4)) (-4 *2 (-1049)) (-4 *3 (-793))
- (-4 *4 (-850)) (-4 *2 (-558)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-558))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2164 *3)))
- (-5 *1 (-969 *4 *3)) (-4 *3 (-1240 *4)))))
+ (-4 *4 (-850)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-644 (-644 (-644 *4)))) (-5 *3 (-644 *4)) (-4 *4 (-850))
+ (-5 *1 (-1186 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1049))
+ (-4 *2 (-13 (-406) (-1038 *4) (-365) (-1200) (-285)))
+ (-5 *1 (-445 *4 *3 *2)) (-4 *3 (-1241 *4)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-771)) (-5 *3 (-112)) (-5 *1 (-110))))
+ ((*1 *2 *2) (-12 (-5 *2 (-921)) (|has| *1 (-6 -4406)) (-4 *1 (-406))))
+ ((*1 *2) (-12 (-4 *1 (-406)) (-5 *2 (-921)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1200)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-1232 *3)) (-4 *3 (-1215)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566))))
+ ((*1 *1 *1 *1) (-5 *1 (-1119))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-644 (-1214))) (-5 *3 (-1214)) (-5 *1 (-681)))))
+(((*1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-1185)))))
(((*1 *2)
- (-12 (-4 *4 (-1218)) (-4 *5 (-1240 *4)) (-4 *6 (-1240 (-409 *5)))
- (-5 *2 (-112)) (-5 *1 (-343 *3 *4 *5 *6)) (-4 *3 (-344 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-344 *3 *4 *5)) (-4 *3 (-1218)) (-4 *4 (-1240 *3))
- (-4 *5 (-1240 (-409 *4))) (-5 *2 (-112)))))
-(((*1 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1267))))
- ((*1 *2 *2) (-12 (-5 *2 (-644 (-921))) (-5 *1 (-1267)))))
-(((*1 *1 *2) (-12 (-5 *2 (-409 (-566))) (-5 *1 (-217)))))
-(((*1 *1 *1) (-12 (-4 *1 (-166 *2)) (-4 *2 (-172)) (-4 *2 (-1059))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-341 *2 *3 *4)) (-14 *2 (-644 (-1175)))
- (-14 *3 (-644 (-1175))) (-4 *4 (-389))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-797 *2)) (-4 *2 (-172)) (-4 *2 (-1059))))
- ((*1 *1 *1) (-4 *1 (-848)))
- ((*1 *2 *1) (-12 (-4 *1 (-997 *2)) (-4 *2 (-172)) (-4 *2 (-1059))))
- ((*1 *1 *1) (-4 *1 (-1059))) ((*1 *1 *1) (-4 *1 (-1138))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 *6)) (-4 *1 (-949 *4 *5 *6)) (-4 *4 (-1049))
- (-4 *5 (-793)) (-4 *6 (-850)) (-5 *2 (-771))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-949 *3 *4 *5)) (-4 *3 (-1049)) (-4 *4 (-793))
- (-4 *5 (-850)) (-5 *2 (-771)))))
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-506 (-409 (-566)) (-240 *5 (-771)) (-864 *4)
- (-247 *4 (-409 (-566)))))
- (-14 *4 (-644 (-1175))) (-14 *5 (-771)) (-5 *2 (-112))
- (-5 *1 (-507 *4 *5)))))
+ (-12 (-5 *3 (-225)) (-5 *2 (-112)) (-5 *1 (-300 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1093 (-843 (-225)))) (-5 *3 (-225)) (-5 *2 (-112))
+ (-5 *1 (-306))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-365)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-112))
+ (-5 *1 (-506 *3 *4 *5 *6)) (-4 *6 (-949 *3 *4 *5)))))
(((*1 *1 *1)
(-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1269) (-1264 *5) (-1264 *5) (-381)))
- (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269))
- (-5 *1 (-788))))
- ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
- (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1269) (-1264 *5) (-1264 *5) (-381)))
- (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269))
- (-5 *1 (-788)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-2 (|:| -1624 (-1171 *6)) (|:| -2201 (-566)))))
- (-4 *6 (-308)) (-4 *4 (-793)) (-4 *5 (-850)) (-5 *2 (-566))
- (-5 *1 (-742 *4 *5 *6 *7)) (-4 *7 (-949 *6 *4 *5)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-596 *2)) (-4 *2 (-38 (-409 (-566)))) (-4 *2 (-1049)))))
+(((*1 *2 *1) (-12 (-4 *1 (-369 *2)) (-4 *2 (-172)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-695 *3)) (-4 *3 (-1099))
- (-5 *2 (-644 (-2 (|:| -2636 *3) (|:| -4083 (-771))))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-2 (|:| |totdeg| (-771)) (|:| -3877 *4))) (-5 *5 (-771))
- (-4 *4 (-949 *6 *7 *8)) (-4 *6 (-454)) (-4 *7 (-793)) (-4 *8 (-850))
- (-5 *2
- (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-5 *1 (-451 *6 *7 *8 *4)))))
+ (-12 (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099)) (-4 *4 (-1099))
+ (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099)) (-5 *2 (-112)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-502 *2)) (-14 *2 (-566))))
+ ((*1 *1 *1 *1) (-5 *1 (-1119))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-771)) (-5 *1 (-856 *2)) (-4 *2 (-172))))
+ (-12 (-5 *3 (-644 *6)) (-5 *4 (-644 (-1175))) (-4 *6 (-365))
+ (-5 *2 (-644 (-295 (-952 *6)))) (-5 *1 (-540 *5 *6 *7))
+ (-4 *5 (-454)) (-4 *7 (-13 (-365) (-848))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-771)) (-4 *5 (-1049)) (-5 *2 (-566))
+ (-5 *1 (-445 *5 *3 *6)) (-4 *3 (-1241 *5))
+ (-4 *6 (-13 (-406) (-1038 *5) (-365) (-1200) (-285)))))
((*1 *2 *3)
- (-12 (-5 *2 (-1171 (-566))) (-5 *1 (-942)) (-5 *3 (-566)))))
-(((*1 *2)
- (-12 (-4 *3 (-558)) (-5 *2 (-644 (-689 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-419 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1269)) (-5 *1 (-381)))))
+ (-12 (-4 *4 (-1049)) (-5 *2 (-566)) (-5 *1 (-445 *4 *3 *5))
+ (-4 *3 (-1241 *4))
+ (-4 *5 (-13 (-406) (-1038 *4) (-365) (-1200) (-285))))))
+(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
+ (-12
+ (-5 *3
+ (-2 (|:| |det| *12) (|:| |rows| (-644 (-566)))
+ (|:| |cols| (-644 (-566)))))
+ (-5 *4 (-689 *12)) (-5 *5 (-644 (-409 (-952 *9))))
+ (-5 *6 (-644 (-644 *12))) (-5 *7 (-771)) (-5 *8 (-566))
+ (-4 *9 (-13 (-308) (-147))) (-4 *12 (-949 *9 *11 *10))
+ (-4 *10 (-13 (-850) (-614 (-1175)))) (-4 *11 (-793))
+ (-5 *2
+ (-2 (|:| |eqzro| (-644 *12)) (|:| |neqzro| (-644 *12))
+ (|:| |wcond| (-644 (-952 *9)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1265 (-409 (-952 *9))))
+ (|:| -3781 (-644 (-1265 (-409 (-952 *9)))))))))
+ (-5 *1 (-924 *9 *10 *11 *12)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-409 (-952 (-169 (-566))))) (-5 *2 (-644 (-169 *4)))
+ (-5 *1 (-380 *4)) (-4 *4 (-13 (-365) (-848)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-644 (-409 (-952 (-169 (-566))))))
+ (-5 *4 (-644 (-1175))) (-5 *2 (-644 (-644 (-169 *5))))
+ (-5 *1 (-380 *5)) (-4 *5 (-13 (-365) (-848))))))
+(((*1 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-469)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-2 (|:| -2876 *4) (|:| -1784 (-566)))))
- (-4 *4 (-1099)) (-5 *2 (-1 *4)) (-5 *1 (-1017 *4)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-547))))
-(((*1 *2 *1) (-12 (-5 *2 (-644 (-1213))) (-5 *1 (-681))))
- ((*1 *2 *1) (-12 (-5 *2 (-644 (-1180))) (-5 *1 (-1117)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-983 *2)) (-4 *2 (-1199)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *5 (-771)) (-4 *6 (-1099)) (-4 *7 (-900 *6))
- (-5 *2 (-689 *7)) (-5 *1 (-692 *6 *7 *3 *4)) (-4 *3 (-375 *7))
- (-4 *4 (-13 (-375 *6) (-10 -7 (-6 -4414)))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-644 (-2 (|:| |gen| *3) (|:| -3521 *4))))
- (-4 *3 (-1099)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-649 *3 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-644 *3)) (-4 *3 (-1214)) (-4 *1 (-151 *3))))
- ((*1 *1 *2)
(-12
- (-5 *2 (-644 (-2 (|:| -2201 (-771)) (|:| -4290 *4) (|:| |num| *4))))
- (-4 *4 (-1240 *3)) (-4 *3 (-13 (-365) (-147))) (-5 *1 (-401 *3 *4))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-5 *3 (-644 (-952 (-566)))) (-5 *4 (-112)) (-5 *1 (-439))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-436)) (|:| -3907 "void")))
- (-5 *3 (-644 (-1175))) (-5 *4 (-112)) (-5 *1 (-439))))
+ (-5 *3
+ (-2 (|:| |stiffness| (-381)) (|:| |stability| (-381))
+ (|:| |expense| (-381)) (|:| |accuracy| (-381))
+ (|:| |intermediateResults| (-381))))
+ (-5 *2 (-1035)) (-5 *1 (-306)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1238 *5 *4)) (-4 *4 (-454)) (-4 *4 (-820))
+ (-14 *5 (-1175)) (-5 *2 (-566)) (-5 *1 (-1113 *4 *5)))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-771)) (-4 *5 (-365)) (-5 *2 (-409 *6))
+ (-5 *1 (-867 *5 *4 *6)) (-4 *4 (-1256 *5)) (-4 *6 (-1241 *5))))
+ ((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-771)) (-5 *4 (-1257 *5 *6 *7)) (-4 *5 (-365))
+ (-14 *6 (-1175)) (-14 *7 *5) (-5 *2 (-409 (-1238 *6 *5)))
+ (-5 *1 (-868 *5 *6 *7))))
+ ((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-771)) (-5 *4 (-1257 *5 *6 *7)) (-4 *5 (-365))
+ (-14 *6 (-1175)) (-14 *7 *5) (-5 *2 (-409 (-1238 *6 *5)))
+ (-5 *1 (-868 *5 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-921)) (-4 *1 (-370))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-921)) (-5 *2 (-1265 *4)) (-5 *1 (-530 *4))
+ (-4 *4 (-351))))
((*1 *2 *1)
- (-12 (-5 *2 (-1155 *3)) (-5 *1 (-601 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-634 *2)) (-4 *2 (-172))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4))
- (-4 *4 (-172))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4))
- (-4 *4 (-172))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-672 *3)) (-4 *3 (-850)) (-5 *1 (-664 *3 *4))
- (-4 *4 (-172))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-644 (-644 *3)))) (-4 *3 (-1099))
- (-5 *1 (-675 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-713 *2 *3 *4)) (-4 *2 (-850)) (-4 *3 (-1099))
+ (-12 (-4 *2 (-850)) (-5 *1 (-713 *2 *3 *4)) (-4 *3 (-1099))
(-14 *4
- (-1 (-112) (-2 (|:| -2835 *2) (|:| -2201 *3))
- (-2 (|:| -2835 *2) (|:| -2201 *3))))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-508)) (-5 *3 (-1117)) (-5 *1 (-838))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-873 *2 *3)) (-4 *2 (-1214)) (-4 *3 (-1214))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-2 (|:| -2674 (-1175)) (|:| -2636 *4))))
- (-4 *4 (-1099)) (-5 *1 (-889 *3 *4)) (-4 *3 (-1099))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 *5)) (-4 *5 (-13 (-1099) (-34)))
- (-5 *2 (-644 (-1139 *3 *5))) (-5 *1 (-1139 *3 *5))
- (-4 *3 (-13 (-1099) (-34)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-644 (-2 (|:| |val| *4) (|:| -1470 *5))))
- (-4 *4 (-13 (-1099) (-34))) (-4 *5 (-13 (-1099) (-34)))
- (-5 *2 (-644 (-1139 *4 *5))) (-5 *1 (-1139 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1470 *4)))
- (-4 *3 (-13 (-1099) (-34))) (-4 *4 (-13 (-1099) (-34)))
- (-5 *1 (-1139 *3 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
- (-4 *3 (-13 (-1099) (-34)))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-112)) (-5 *1 (-1139 *2 *3)) (-4 *2 (-13 (-1099) (-34)))
- (-4 *3 (-13 (-1099) (-34)))))
- ((*1 *1 *2 *3 *2 *4)
- (-12 (-5 *4 (-644 *3)) (-4 *3 (-13 (-1099) (-34)))
- (-5 *1 (-1140 *2 *3)) (-4 *2 (-13 (-1099) (-34)))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-1139 *2 *3))) (-4 *2 (-13 (-1099) (-34)))
- (-4 *3 (-13 (-1099) (-34))) (-5 *1 (-1140 *2 *3))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-1140 *2 *3))) (-5 *1 (-1140 *2 *3))
- (-4 *2 (-13 (-1099) (-34))) (-4 *3 (-13 (-1099) (-34)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1139 *3 *4)) (-4 *3 (-13 (-1099) (-34)))
- (-4 *4 (-13 (-1099) (-34))) (-5 *1 (-1140 *3 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-1164 *2 *3)) (-4 *2 (-1099)) (-4 *3 (-1099)))))
-(((*1 *2 *1) (-12 (-5 *2 (-566)) (-5 *1 (-874))))
- ((*1 *2 *3) (-12 (-5 *3 (-943 *2)) (-5 *1 (-982 *2)) (-4 *2 (-1049)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-366 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1099)))))
+ (-1 (-112) (-2 (|:| -1351 *2) (|:| -3388 *3))
+ (-2 (|:| -1351 *2) (|:| -3388 *3)))))))
+(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-381))))
+ ((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-381)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-454)) (-5 *1 (-1206 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1200))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1119)) (-5 *1 (-331)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-365)) (-5 *1 (-766 *2 *3)) (-4 *2 (-708 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-852 *2)) (-4 *2 (-1049)) (-4 *2 (-365)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-3
- (|:| |noa|
- (-2 (|:| |fn| (-317 (-225))) (|:| -3289 (-644 (-225)))
- (|:| |lb| (-644 (-843 (-225))))
- (|:| |cf| (-644 (-317 (-225))))
- (|:| |ub| (-644 (-843 (-225))))))
- (|:| |lsa|
- (-2 (|:| |lfn| (-644 (-317 (-225))))
- (|:| -3289 (-644 (-225)))))))
- (-5 *2 (-644 (-1157))) (-5 *1 (-268)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-295 *2)) (-4 *2 (-1214))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1175)) (-5 *3 (-1157)) (-5 *1 (-989))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1175)) (-5 *3 (-1093 *4)) (-4 *4 (-1214))
- (-5 *1 (-1091 *4)))))
+ (-2 (|:| |var| (-1175)) (|:| |fn| (-317 (-225)))
+ (|:| -3274 (-1093 (-843 (-225)))) (|:| |abserr| (-225))
+ (|:| |relerr| (-225))))
+ (-5 *2 (-566)) (-5 *1 (-204)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1171 *4)) (-4 *4 (-351))
- (-4 *2
- (-13 (-404)
- (-10 -7 (-15 -3152 (*2 *4)) (-15 -1866 ((-921) *2))
- (-15 -2875 ((-1264 *2) (-921))) (-15 -2198 (*2 *2)))))
- (-5 *1 (-358 *2 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-691 (-873 (-966 *3) (-966 *3)))) (-5 *1 (-966 *3))
- (-4 *3 (-1099)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-747)))))
-(((*1 *2) (-12 (-5 *2 (-644 (-1175))) (-5 *1 (-105)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1155 *2)) (-4 *2 (-308)) (-5 *1 (-174 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049)) (-5 *2 (-644 (-644 (-171)))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-644 (-508))) (-5 *2 (-508)) (-5 *1 (-485)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 *3)) (-4 *3 (-1108 *5 *6 *7 *8))
- (-4 *5 (-13 (-308) (-147))) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *8 (-1064 *5 *6 *7)) (-5 *2 (-112))
- (-5 *1 (-592 *5 *6 *7 *8 *3)))))
+ (-12 (-5 *3 (-1265 (-644 (-2 (|:| -1389 *4) (|:| -1351 (-1119))))))
+ (-4 *4 (-351)) (-5 *2 (-771)) (-5 *1 (-348 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-353 *3 *4)) (-14 *3 (-921))
+ (-14 *4 (-921))))
+ ((*1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-354 *3 *4)) (-4 *3 (-351))
+ (-14 *4
+ (-3 (-1171 *3)
+ (-1265 (-644 (-2 (|:| -1389 *3) (|:| -1351 (-1119)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-771)) (-5 *1 (-355 *3 *4)) (-4 *3 (-351))
+ (-14 *4 (-921)))))
(((*1 *2)
- (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-419 *3)))))
-(((*1 *2 *3 *4 *4 *5 *3 *6)
- (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3)) (-5 *6 (-1171 *3))
- (-4 *3 (-13 (-432 *7) (-27) (-1199)))
- (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-562 *7 *3 *8)) (-4 *8 (-1099))))
- ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
- (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-644 *3))
- (-5 *6 (-409 (-1171 *3))) (-4 *3 (-13 (-432 *7) (-27) (-1199)))
- (-4 *7 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-644 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-562 *7 *3 *8)) (-4 *8 (-1099)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-771)) (-4 *1 (-1281 *3 *4)) (-4 *3 (-850))
- (-4 *4 (-1049)) (-4 *4 (-172))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1281 *2 *3)) (-4 *2 (-850)) (-4 *3 (-1049))
- (-4 *3 (-172)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-454)) (-4 *6 (-793)) (-4 *7 (-850))
- (-4 *3 (-1064 *5 *6 *7))
- (-5 *2 (-644 (-2 (|:| |val| *3) (|:| -1470 *4))))
- (-5 *1 (-1107 *5 *6 *7 *3 *4)) (-4 *4 (-1070 *5 *6 *7 *3)))))
+ (-12
+ (-5 *2
+ (-1265 (-644 (-2 (|:| -1389 (-910 *3)) (|:| -1351 (-1119))))))
+ (-5 *1 (-353 *3 *4)) (-14 *3 (-921)) (-14 *4 (-921))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1265 (-644 (-2 (|:| -1389 *3) (|:| -1351 (-1119))))))
+ (-5 *1 (-354 *3 *4)) (-4 *3 (-351)) (-14 *4 (-3 (-1171 *3) *2))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1265 (-644 (-2 (|:| -1389 *3) (|:| -1351 (-1119))))))
+ (-5 *1 (-355 *3 *4)) (-4 *3 (-351)) (-14 *4 (-921)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1133 *3)) (-4 *3 (-1049))
- (-5 *2 (-644 (-644 (-943 *3))))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-644 (-644 (-943 *4)))) (-5 *3 (-112)) (-4 *4 (-1049))
- (-4 *1 (-1133 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-644 (-644 (-943 *3)))) (-4 *3 (-1049))
- (-4 *1 (-1133 *3))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-644 (-644 (-644 *4)))) (-5 *3 (-112))
- (-4 *1 (-1133 *4)) (-4 *4 (-1049))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-644 (-644 (-943 *4)))) (-5 *3 (-112))
- (-4 *1 (-1133 *4)) (-4 *4 (-1049))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-644 (-644 (-644 *5)))) (-5 *3 (-644 (-171)))
- (-5 *4 (-171)) (-4 *1 (-1133 *5)) (-4 *5 (-1049))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-644 (-644 (-943 *5)))) (-5 *3 (-644 (-171)))
- (-5 *4 (-171)) (-4 *1 (-1133 *5)) (-4 *5 (-1049)))))
-(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-1047)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *5 (-1038 (-48)))
- (-4 *4 (-13 (-558) (-1038 (-566)))) (-4 *5 (-432 *4))
- (-5 *2 (-420 (-1171 (-48)))) (-5 *1 (-437 *4 *5 *3))
- (-4 *3 (-1240 *5)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-644 (-566))) (-5 *2 (-689 (-566))) (-5 *1 (-1109)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5)
- (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-1171 *3))
- (-4 *3 (-13 (-432 *6) (-27) (-1199)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3)))
- (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099))))
- ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-612 *3)) (-5 *5 (-409 (-1171 *3)))
- (-4 *3 (-13 (-432 *6) (-27) (-1199)))
- (-4 *6 (-13 (-454) (-1038 (-566)) (-147) (-639 (-566))))
- (-5 *2 (-2 (|:| -1641 *3) (|:| |coeff| *3)))
- (-5 *1 (-562 *6 *3 *7)) (-4 *7 (-1099)))))
-(((*1 *2)
- (-12 (-4 *3 (-558)) (-5 *2 (-644 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-419 *3)))))
-(((*1 *1) (-5 *1 (-439))))
-(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-114)))))
-(((*1 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-258)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-1157)) (-5 *2 (-1269)) (-5 *1 (-822)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-255 *2)) (-4 *2 (-1214)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-860)) (-5 *3 (-128)) (-5 *2 (-771)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-5 *1 (-422 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1199) (-432 *3)))
- (-14 *4 (-1175)) (-14 *5 *2)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-454) (-1038 (-566)) (-639 (-566))))
- (-4 *2 (-13 (-27) (-1199) (-432 *3) (-10 -8 (-15 -3152 ($ *4)))))
- (-4 *4 (-848))
- (-4 *5
- (-13 (-1242 *2 *4) (-365) (-1199)
- (-10 -8 (-15 -3629 ($ $)) (-15 -3313 ($ $)))))
- (-5 *1 (-424 *3 *2 *4 *5 *6 *7)) (-4 *6 (-983 *5)) (-14 *7 (-1175)))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *2 (-1214))
- (-4 *4 (-375 *2)) (-4 *5 (-375 *2))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-57 *2 *4 *5)) (-4 *4 (-375 *2))
- (-4 *5 (-375 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "right") (-4 *1 (-119 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-119 *3)) (-4 *3 (-1214))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-644 (-566))) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 (-566)) (-14 *5 (-771))))
- ((*1 *2 *1 *3 *3 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-771))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-771))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-771))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-566)) (-4 *2 (-172)) (-5 *1 (-136 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-771))))
+ (-12 (-5 *2 (-112)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1049))
+ (-14 *4 (-644 (-1175)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-52)) (-5 *2 (-112)) (-5 *1 (-51 *4)) (-4 *4 (-1215))))
((*1 *2 *1)
- (-12 (-4 *2 (-172)) (-5 *1 (-136 *3 *4 *2)) (-14 *3 (-566))
- (-14 *4 (-771))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1175)) (-5 *2 (-245 (-1157))) (-5 *1 (-214 *4))
- (-4 *4
- (-13 (-850)
- (-10 -8 (-15 -1309 ((-1157) $ *3)) (-15 -1710 ((-1269) $))
- (-15 -1597 ((-1269) $)))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-989)) (-5 *1 (-214 *3))
- (-4 *3
- (-13 (-850)
- (-10 -8 (-15 -1309 ((-1157) $ (-1175))) (-15 -1710 ((-1269) $))
- (-15 -1597 ((-1269) $)))))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "count") (-5 *2 (-771)) (-5 *1 (-245 *4)) (-4 *4 (-850))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-245 *3)) (-4 *3 (-850))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "unique") (-5 *1 (-245 *3)) (-4 *3 (-850))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1180)) (-5 *1 (-250))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-287 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1214))))
- ((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-289 *3 *2)) (-4 *3 (-1099)) (-4 *2 (-1214))))
- ((*1 *2 *1 *2)
- (-12 (-4 *3 (-172)) (-5 *1 (-290 *3 *2 *4 *5 *6 *7))
- (-4 *2 (-1240 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
- (-14 *6 (-1 (-3 *4 "failed") *4 *4))
- (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-114)) (-5 *3 (-644 *1)) (-4 *1 (-303))))
- ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
- ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
- ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-303)) (-5 *2 (-114))))
- ((*1 *2 *1 *2 *2)
- (-12 (-4 *1 (-344 *2 *3 *4)) (-4 *2 (-1218)) (-4 *3 (-1240 *2))
- (-4 *4 (-1240 (-409 *3)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-566)) (-4 *1 (-419 *2)) (-4 *2 (-172))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-1157)) (-5 *1 (-504))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1175)) (-5 *2 (-52)) (-5 *1 (-632))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1231 (-566))) (-4 *1 (-651 *3)) (-4 *3 (-1214))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-771)) (-5 *1 (-675 *2)) (-4 *2 (-1099))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-644 (-566))) (-4 *1 (-687 *3 *4 *5)) (-4 *3 (-1049))
+ (-12 (-5 *2 (-112)) (-5 *1 (-223 *3 *4)) (-4 *3 (-13 (-1049) (-850)))
+ (-14 *4 (-644 (-1175)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-893 *3)) (-4 *3 (-850)))))
+(((*1 *1 *2 *2)
+ (-12 (-5 *2 (-771)) (-4 *3 (-1049)) (-4 *1 (-687 *3 *4 *5))
(-4 *4 (-375 *3)) (-4 *5 (-375 *3))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-114)) (-5 *3 (-644 (-892 *4))) (-5 *1 (-892 *4))
- (-4 *4 (-1099))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-903 *2)) (-4 *2 (-1099))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-771)) (-5 *2 (-905 *4)) (-5 *1 (-904 *4))
- (-4 *4 (-1099))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-240 *4 *2)) (-14 *4 (-921)) (-4 *2 (-365))
- (-5 *1 (-993 *4 *2))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "value") (-4 *1 (-1010 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1) (-12 (-5 *1 (-1026 *2)) (-4 *2 (-1214))))
- ((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7)) (-4 *2 (-1049))
- (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-566)) (-4 *1 (-1053 *4 *5 *2 *6 *7))
- (-4 *6 (-238 *5 *2)) (-4 *7 (-238 *4 *2)) (-4 *2 (-1049))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-921)) (-4 *4 (-1099))
- (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
- (-5 *1 (-1075 *4 *5 *2))
- (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4))))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-921)) (-4 *4 (-1099))
- (-4 *5 (-13 (-1049) (-886 *4) (-614 (-892 *4))))
- (-5 *1 (-1076 *4 *5 *2))
- (-4 *2 (-13 (-432 *5) (-886 *4) (-614 (-892 *4))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-644 (-566))) (-4 *1 (-1102 *3 *4 *5 *6 *7))
- (-4 *3 (-1099)) (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099))
- (-4 *7 (-1099))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-566)) (-4 *1 (-1102 *3 *4 *5 *6 *7)) (-4 *3 (-1099))
- (-4 *4 (-1099)) (-4 *5 (-1099)) (-4 *6 (-1099)) (-4 *7 (-1099))))
- ((*1 *1 *1 *1) (-4 *1 (-1143)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-1175))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-409 *1)) (-4 *1 (-1240 *2)) (-4 *2 (-1049))
- (-4 *2 (-365))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-409 *1)) (-4 *1 (-1240 *3)) (-4 *3 (-1049))
- (-4 *3 (-558))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-1242 *2 *3)) (-4 *3 (-792)) (-4 *2 (-1049))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "last") (-4 *1 (-1252 *2)) (-4 *2 (-1214))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 "rest") (-4 *1 (-1252 *3)) (-4 *3 (-1214))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 "first") (-4 *1 (-1252 *2)) (-4 *2 (-1214)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1231 (-566))) (-4 *1 (-283 *3)) (-4 *3 (-1214))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-566)) (-4 *1 (-283 *3)) (-4 *3 (-1214)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-771)) (-4 *1 (-1263 *3)) (-4 *3 (-23)) (-4 *3 (-1215)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-644 (-1264 *5))) (-5 *4 (-566)) (-5 *2 (-1264 *5))
- (-5 *1 (-1029 *5)) (-4 *5 (-365)) (-4 *5 (-370)) (-4 *5 (-1049)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *4 (-566)) (-5 *6 (-1 (-1269) (-1264 *5) (-1264 *5) (-381)))
- (-5 *3 (-1264 (-381))) (-5 *5 (-381)) (-5 *2 (-1269))
- (-5 *1 (-788)))))
-(((*1 *2 *3) (-12 (-5 *3 (-381)) (-5 *2 (-1157)) (-5 *1 (-306)))))
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 *7)) (-4 *7 (-949 *4 *5 *6)) (-4 *6 (-614 (-1175)))
- (-4 *4 (-365)) (-4 *5 (-793)) (-4 *6 (-850))
- (-5 *2 (-1164 (-644 (-952 *4)) (-644 (-295 (-952 *4)))))
- (-5 *1 (-506 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-689 (-317 (-225)))) (-5 *2 (-381)) (-5 *1 (-205)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1175)) (-4 *4 (-454)) (-4 *4 (-1099))
+ (-5 *1 (-575 *4 *2)) (-4 *2 (-285)) (-4 *2 (-432 *4)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-365) (-1199) (-1002))))))
-(((*1 *1 *1) (-12 (-5 *1 (-914 *2)) (-4 *2 (-308)))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1157)) (-5 *4 (-169 (-225))) (-5 *5 (-566))
- (-5 *2 (-1035)) (-5 *1 (-758)))))
+ (-12 (-5 *3 (-952 (-225))) (-5 *2 (-317 (-381))) (-5 *1 (-306)))))
+(((*1 *2)
+ (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270))
+ (-5 *1 (-988 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-454)) (-4 *4 (-793)) (-4 *5 (-850))
+ (-4 *6 (-1064 *3 *4 *5)) (-5 *2 (-1270))
+ (-5 *1 (-1106 *3 *4 *5 *6 *7)) (-4 *7 (-1070 *3 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-943 *3) (-943 *3))) (-5 *1 (-176 *3))
- (-4 *3 (-13 (-365) (-1199) (-1002))))))
-(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
- (|partial| -12 (-5 *2 (-644 (-1171 *11))) (-5 *3 (-1171 *11))
- (-5 *4 (-644 *10)) (-5 *5 (-644 *8)) (-5 *6 (-644 (-771)))
- (-5 *7 (-1264 (-644 (-1171 *8)))) (-4 *10 (-850))
- (-4 *8 (-308)) (-4 *11 (-949 *8 *9 *10)) (-4 *9 (-793))
- (-5 *1 (-707 *9 *10 *8 *11)))))
+ (-12 (-4 *1 (-895))
+ (-5 *3
+ (-2 (|:| |pde| (-644 (-317 (-225))))
+ (|:| |constraints|
+ (-644
+ (-2 (|:| |start| (-225)) (|:| |finish| (-225))
+ (|:| |grid| (-771)) (|:| |boundaryType| (-566))
+ (|:| |dStart| (-689 (-225))) (|:| |dFinish| (-689 (-225))))))
+ (|:| |f| (-644 (-644 (-317 (-225))))) (|:| |st| (-1157))
+ (|:| |tol| (-225))))
+ (-5 *2 (-1035)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4416)) (-4 *1 (-1253 *2)) (-4 *2 (-1215)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-566)) (-5 *1 (-563)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-644 (-1175))) (-5 *2 (-1269)) (-5 *1 (-1178))))
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-225)) (|:| |xend| (-225))
+ (|:| |fn| (-1265 (-317 (-225)))) (|:| |yinit| (-644 (-225)))
+ (|:| |intvals| (-644 (-225))) (|:| |g| (-317 (-225)))
+ (|:| |abserr| (-225)) (|:| |relerr| (-225))))
+ (-5 *2 (-381)) (-5 *1 (-205)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-225)) (-5 *4 (-566)) (-5 *2 (-1035)) (-5 *1 (-758)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-566)) (-5 *2 (-1270)) (-5 *1 (-1267))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-381)) (-5 *2 (-1270)) (-5 *1 (-1267)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-112)) (-5 *1 (-317 *3)) (-4 *3 (-558)) (-4 *3 (-1099)))))
+(((*1 *1 *2 *3 *1 *3)
+ (-12 (-5 *2 (-892 *4)) (-4 *4 (-1099)) (-5 *1 (-889 *4 *3))
+ (-4 *3 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-277 *3 *2))
+ (-4 *2 (-13 (-432 *3) (-1002))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-771)) (-5 *2 (-644 (-1175))) (-5 *1 (-210))
+ (-5 *3 (-1175))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1269))
- (-5 *1 (-1178))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *4 (-644 (-1175))) (-5 *3 (-1175)) (-5 *2 (-1269))
- (-5 *1 (-1178)))))
-(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-317 (-225))) (-5 *4 (-771)) (-5 *2 (-644 (-1175)))
+ (-5 *1 (-268))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-850)) (-4 *4 (-172))
+ (-5 *2 (-644 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-644 *3)) (-5 *1 (-627 *3 *4 *5)) (-4 *3 (-850))
+ (-4 *4 (-13 (-172) (-717 (-409 (-566))))) (-14 *5 (-921))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-672 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-677 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-819 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1) (-12 (-5 *2 (-644 *3)) (-5 *1 (-893 *3)) (-4 *3 (-850))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1282 *3 *4)) (-4 *3 (-850)) (-4 *4 (-1049))
+ (-5 *2 (-644 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
+ (|:| |explanations| (-644 (-1157)))))
+ (-5 *2 (-1035)) (-5 *1 (-306))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| -2294 (-381)) (|:| -3707 (-1157))
+ (|:| |explanations| (-644 (-1157))) (|:| |extra| (-1035))))
+ (-5 *2 (-1035)) (-5 *1 (-306)))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-644 (-644 (-225)))) (-5 *4 (-225))
+ (-5 *2 (-644 (-943 *4))) (-5 *1 (-1211)) (-5 *3 (-943 *4)))))
+(((*1 *2)
+ (-12 (-4 *4 (-172)) (-5 *2 (-112)) (-5 *1 (-368 *3 *4))
+ (-4 *3 (-369 *4))))
+ ((*1 *2) (-12 (-4 *1 (-369 *3)) (-4 *3 (-172)) (-5 *2 (-112)))))
+(((*1 *2 *3) (-12 (-5 *3 (-771)) (-5 *2 (-1270)) (-5 *1 (-381))))
+ ((*1 *2) (-12 (-5 *2 (-1270)) (-5 *1 (-381)))))
+(((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-171)))))
+(((*1 *1 *2) (-12 (-5 *2 (-644 (-862))) (-5 *1 (-862))))
+ ((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-112)) (-5 *5 (-689 (-169 (-225))))
+ (-5 *2 (-1035)) (-5 *1 (-755)))))
+(((*1 *2 *3 *4 *5 *6 *7 *6)
+ (|partial| -12
+ (-5 *5
+ (-2 (|:| |contp| *3)
+ (|:| -2430 (-644 (-2 (|:| |irr| *10) (|:| -2510 (-566)))))))
+ (-5 *6 (-644 *3)) (-5 *7 (-644 *8)) (-4 *8 (-850)) (-4 *3 (-308))
+ (-4 *10 (-949 *3 *9 *8)) (-4 *9 (-793))
+ (-5 *2
+ (-2 (|:| |polfac| (-644 *10)) (|:| |correct| *3)
+ (|:| |corrfact| (-644 (-1171 *3)))))
+ (-5 *1 (-625 *8 *9 *3 *10)) (-5 *4 (-644 (-1171 *3))))))
+(((*1 *2 *3) (-12 (-5 *3 (-822)) (-5 *2 (-52)) (-5 *1 (-829)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-566)) (-4 *1 (-324 *4 *2)) (-4 *4 (-1099))
+ (-4 *2 (-131)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-225)) (-5 *1 (-226))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-169 (-225))) (-5 *1 (-226))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-558)) (-5 *1 (-433 *3 *2)) (-4 *2 (-432 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1138))))
+(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-566)) (-5 *4 (-689 (-169 (-225)))) (-5 *2 (-1035))
+ (-5 *1 (-756)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
+ (-12 (-5 *4 (-566)) (-5 *5 (-1157)) (-5 *6 (-689 (-225)))
+ (-5 *7 (-3 (|:| |fn| (-390)) (|:| |fp| (-89 G))))
+ (-5 *8 (-3 (|:| |fn| (-390)) (|:| |fp| (-86 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-390)) (|:| |fp| (-88 OUTPUT))))
+ (-5 *3 (-225)) (-5 *2 (-1035)) (-5 *1 (-749)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-644 (-644 (-943 (-225))))) (-5 *1 (-1210 *3))
+ (-4 *3 (-974)))))
+(((*1 *1 *1) (-5 *1 (-538))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-558)) (-4 *3 (-172))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -3781 (-644 *1))))
+ (-4 *1 (-369 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-455 *3 *4 *5 *6))
+ (|:| -3781 (-644 (-455 *3 *4 *5 *6)))))
+ (-5 *1 (-455 *3 *4 *5 *6)) (-4 *3 (-172)) (-14 *4 (-921))
+ (-14 *5 (-644 (-1175))) (-14 *6 (-1265 (-689 *3))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-508)) (-5 *1 (-114))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-508)) (-4 *4 (-1099)) (-5 *1 (-929 *4 *2))
+ (-4 *2 (-432 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1175)) (-5 *4 (-508)) (-5 *2 (-317 (-566)))
+ (-5 *1 (-930)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1099)))))
+(((*1 *2 *1) (-12 (-4 *1 (-132)) (-5 *2 (-771))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-5 *2 (-566)) (-4 *1 (-375 *3)) (-4 *3 (-1215))
+ (-4 *3 (-1099))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-375 *3)) (-4 *3 (-1215)) (-4 *3 (-1099))
+ (-5 *2 (-566))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-112) *4)) (-4 *1 (-375 *4)) (-4 *4 (-1215))
+ (-5 *2 (-566))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1119)) (-5 *1 (-531))))
+ ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-566)) (-5 *3 (-141))))
+ ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1143)) (-5 *2 (-566)))))
+(((*1 *2 *1) (-12 (-4 *1 (-556 *2)) (-4 *2 (-13 (-406) (-1200)))))
+ ((*1 *1 *1 *1) (-4 *1 (-793))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1157)) (-5 *4 (-566)) (-5 *5 (-689 (-169 (-225))))
+ (-5 *2 (-1035)) (-5 *1 (-754)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
(-12 (-5 *3 (-566)) (-5 *4 (-689 (-225))) (-5 *2 (-1035))
- (-5 *1 (-755)))))
-((-1297 . 732175) (-1298 . 731895) (-1299 . 731550) (-1300 . 731435)
- (-1301 . 731315) (-1302 . 731260) (-1303 . 731145) (-1304 . 730918)
- (-1305 . 730850) (-1306 . 730671) (-1307 . 730516) (-1308 . 730360)
- (-1309 . 725192) (-1310 . 724688) (-1311 . 724618) (-1312 . 724559)
- (-1313 . 724482) (-1314 . 724430) (-1315 . 724378) (-1316 . 724350)
- (-1317 . 724255) (-1318 . 723667) (-1319 . 723577) (-1320 . 723377)
- (-1321 . 723315) (-1322 . 722508) (-1323 . 722290) (-1324 . 722081)
- (-1325 . 721291) (-1326 . 721196) (-1327 . 720986) (-1328 . 720907)
- (-1329 . 720819) (-1330 . 720740) (-1331 . 720683) (-1332 . 720582)
- (-1333 . 720479) (-1334 . 720253) (-1335 . 720026) (-1336 . 719973)
- (-1337 . 719574) (-1338 . 719497) (-1339 . 719373) (-1340 . 716552)
- (-1341 . 716409) (-1342 . 716214) (-1343 . 716148) (-1344 . 716029)
- (-1345 . 715992) (-1346 . 715860) (-1347 . 715792) (-1348 . 715690)
- (-1349 . 715542) (-1350 . 715454) (-1351 . 715164) (-1352 . 715049)
- (-1353 . 714846) (-1354 . 714484) (-1355 . 714398) (-1356 . 714200)
- (-1357 . 713957) (-1358 . 713472) (-1359 . 713413) (-1360 . 713298)
- (-1361 . 713025) (-1362 . 712875) (-1363 . 712762) (-1364 . 711489)
- (-1365 . 711423) (-1366 . 711304) (-1367 . 711181) (-1368 . 710535)
- (-1369 . 710393) (-1370 . 710146) (-1371 . 709486) (-1372 . 709135)
- (-1373 . 708994) (-1374 . 708899) (-1375 . 708799) (-1376 . 708346)
- (-1377 . 707754) (-1378 . 707307) (-1379 . 707212) (-1380 . 706879)
- (-1381 . 706795) (-1382 . 706726) (-1383 . 706628) (-1384 . 706481)
- (-1385 . 706222) (-1386 . 706152) (-1387 . 706012) (-1388 . 705939)
- (-1389 . 705811) (-1390 . 705752) (-1391 . 705664) (-1392 . 705431)
- (-1393 . 705318) (-1394 . 705095) (-1395 . 704899) (-1396 . 704769)
- (-1397 . 704131) (-1398 . 703838) (-1399 . 703528) (-1400 . 703424)
- (-1401 . 703357) (** . 700292) (-1403 . 699685) (-1404 . 699566)
- (-1405 . 699464) (-1406 . 699430) (-1407 . 699366) (-1408 . 699302)
- (-1409 . 699209) (-1410 . 699126) (-1411 . 698998) (-1412 . 698843)
- (-1413 . 698742) (-1414 . 698710) (-1415 . 698507) (-1416 . 698133)
- (-1417 . 698012) (-1418 . 697885) (-1419 . 697728) (-1420 . 697648)
- (-1421 . 697532) (-1422 . 697414) (-1423 . 697316) (-1424 . 697178)
- (-1425 . 696869) (-1426 . 696810) (-1427 . 693969) (-1428 . 693856)
- (-1429 . 693629) (-1430 . 693293) (-1431 . 692952) (-1432 . 692836)
- (-1433 . 692357) (-1434 . 692258) (-1435 . 691914) (-1436 . 691861)
- (-1437 . 691763) (-1438 . 691375) (-1439 . 690772) (-1440 . 690630)
- (-1441 . 690538) (-1442 . 690289) (-1443 . 690222) (-1444 . 689825)
- (-1445 . 689679) (-1446 . 688763) (-1447 . 688596) (-1448 . 688195)
- (-1449 . 687931) (-1450 . 687865) (-1451 . 687809) (-1452 . 687685)
- (-1453 . 687589) (-1454 . 687141) (-1455 . 687067) (-1456 . 685763)
- (-1457 . 685623) (-1458 . 685546) (-1459 . 685388) (-1460 . 685294)
- (-1461 . 685154) (-1462 . 685081) (-1463 . 684928) (-1464 . 684669)
- (-1465 . 684511) (-1466 . 684455) (-1467 . 683778) (-1468 . 683595)
- (-1469 . 683516) (-1470 . 683454) (-1471 . 683420) (-1472 . 683327)
- (-1473 . 683271) (-1474 . 683132) (-1475 . 683031) (-1476 . 682623)
- (-1477 . 682465) (-1478 . 682187) (-1479 . 682041) (-1480 . 681714)
- (-1481 . 681595) (-1482 . 681542) (-1483 . 681395) (-1484 . 681343)
- (-1485 . 681249) (-1486 . 681104) (-1487 . 681049) (-1488 . 680884)
- (-1489 . 680817) (-1490 . 680785) (-1491 . 680757) (-1492 . 680599)
- (-1493 . 680438) (-1494 . 680320) (-1495 . 680255) (-1496 . 680130)
- (-1497 . 679709) (-1498 . 679607) (-1499 . 679484) (-1500 . 679411)
- (-1501 . 677633) (-1502 . 677522) (-1503 . 677371) (-1504 . 677302)
- (-1505 . 677216) (-1506 . 676865) (-1507 . 676769) (-1508 . 676677)
- (-1509 . 676624) (-1510 . 676550) (-1511 . 676498) (-1512 . 676446)
- (-1513 . 674589) (-1514 . 674162) (-1515 . 674091) (-1516 . 673889)
- (-1517 . 673855) (-1518 . 673544) (-1519 . 673489) (-1520 . 673239)
- (-1521 . 672421) (-1522 . 672126) (-1523 . 672074) (-1524 . 671975)
- (-1525 . 671902) (-1526 . 671313) (-1527 . 671197) (-1528 . 671079)
- (-1529 . 668947) (-1530 . 668861) (-1531 . 668742) (-1532 . 668631)
- (-1533 . 668440) (-1534 . 667977) (-1535 . 667925) (-1536 . 667772)
- (-1537 . 667670) (-1538 . 667406) (-1539 . 667309) (-1540 . 667256)
- (-1541 . 667063) (-1542 . 666097) (-1543 . 665937) (-1544 . 665849)
- (-1545 . 665483) (-1546 . 665403) (-1547 . 665058) (-1548 . 664917)
- (-1549 . 664829) (-1550 . 664661) (-1551 . 664578) (-1552 . 664516)
- (-1553 . 664464) (-1554 . 664395) (-1555 . 664299) (-1556 . 663703)
- (-1557 . 663401) (-1558 . 663280) (-1559 . 663162) (-1560 . 662947)
- (-1561 . 662812) (-1562 . 662778) (-1563 . 662181) (-1564 . 661805)
- (-1565 . 661710) (-1566 . 660615) (-1567 . 660455) (-1568 . 660359)
- (-1569 . 659838) (-1570 . 659400) (-1571 . 659347) (-1572 . 659297)
- (-1573 . 659134) (-1574 . 659050) (-1575 . 658819) (-1576 . 658478)
- (-1577 . 658336) (-1578 . 658233) (-1579 . 658090) (-1580 . 658016)
- (-1581 . 657914) (-1582 . 657777) (-1583 . 657700) (-1584 . 657605)
- (-1585 . 657359) (-1586 . 656808) (-1587 . 656492) (-1588 . 656397)
- (-1589 . 656345) (-1590 . 654943) (-1591 . 654877) (-1592 . 654827)
- (-1593 . 654732) (-1594 . 654653) (-1595 . 654601) (-1596 . 654406)
- (-1597 . 653984) (-1598 . 653855) (-1599 . 653679) (-1600 . 653499)
- (-1601 . 653377) (-1602 . 653061) (-1603 . 652903) (-1604 . 652817)
- (-1605 . 652664) (-1606 . 652585) (-1607 . 652377) (-1608 . 652052)
- (-1609 . 651845) (-1610 . 651796) (-1611 . 651704) (-1612 . 651621)
- (-1613 . 651524) (-1614 . 651427) (-1615 . 651038) (-1616 . 650586)
- (-1617 . 650534) (-1618 . 650481) (-1619 . 650325) (-1620 . 649999)
- (-1621 . 649781) (-1622 . 649238) (-1623 . 648821) (-1624 . 643307)
- (-1625 . 642989) (-1626 . 642470) (-1627 . 642325) (-1628 . 641765)
- (-1629 . 641430) (-1630 . 640844) (-1631 . 640742) (-1632 . 640626)
- (-1633 . 640456) (-1634 . 640424) (-1635 . 640031) (-1636 . 639672)
- (-1637 . 638793) (-1638 . 638710) (-1639 . 638602) (-1640 . 638075)
- (-1641 . 638020) (-1642 . 637822) (-1643 . 637311) (-1644 . 637213)
- (-1645 . 637162) (-1646 . 636721) (-1647 . 636651) (-1648 . 636472)
- (-1649 . 636389) (-1650 . 636243) (-1651 . 635863) (-1652 . 635779)
- (-1653 . 635487) (-1654 . 635415) (-1655 . 632634) (-1656 . 632342)
- (-1657 . 632007) (-1658 . 631912) (-1659 . 631841) (-1660 . 631762)
- (-1661 . 631633) (-1662 . 631545) (-1663 . 631427) (-1664 . 631319)
- (-1665 . 631223) (-1666 . 631157) (-1667 . 631099) (-1668 . 631019)
- (-1669 . 630936) (-1670 . 630833) (-1671 . 630753) (-1672 . 630669)
- (-1673 . 630506) (-1674 . 630435) (-1675 . 630275) (-1676 . 630186)
- (-1677 . 630117) (-1678 . 629978) (-1679 . 629883) (-1680 . 629812)
- (-1681 . 629583) (-1682 . 629431) (-1683 . 629212) (-1684 . 629016)
- (-1685 . 628857) (-1686 . 628526) (-1687 . 628208) (-1688 . 628069)
- (-1689 . 628010) (-1690 . 627649) (-1691 . 627547) (-1692 . 627332)
- (-1693 . 627195) (-1694 . 627121) (-1695 . 627039) (-1696 . 626962)
- (-1697 . 626806) (-1698 . 626509) (-1699 . 626315) (-1700 . 626231)
- (-1701 . 626203) (-1702 . 626075) (-1703 . 626004) (-1704 . 625715)
- (-1705 . 625231) (-1706 . 625123) (-1707 . 625044) (-1708 . 624909)
- (-1709 . 624880) (-1710 . 624126) (-1711 . 624025) (-1712 . 623733)
- (-1713 . 623684) (-1714 . 623589) (-1715 . 623515) (-1716 . 623413)
- (-1717 . 623311) (-1718 . 623237) (-1719 . 622828) (-1720 . 622623)
- (-1721 . 622371) (-1722 . 622281) (-1723 . 621932) (-1724 . 621789)
- (-1725 . 621752) (-1726 . 621621) (-1727 . 621522) (-1728 . 621421)
- (-1729 . 621389) (-1730 . 621150) (-1731 . 621071) (-1732 . 621037)
- (-1733 . 620819) (-1734 . 620708) (-1735 . 620541) (-1736 . 620251)
- (-1737 . 620219) (-1738 . 620071) (-1739 . 620017) (-1740 . 619883)
- (-1741 . 619684) (-1742 . 619596) (-1743 . 619493) (-1744 . 619421)
- (-1745 . 619330) (-1746 . 617701) (-1747 . 617613) (-1748 . 617109)
- (-1749 . 616993) (-1750 . 616840) (-1751 . 616774) (-1752 . 616704)
- (-1753 . 616644) (-1754 . 616548) (-1755 . 616496) (-1756 . 616261)
- (-1757 . 615402) (-1758 . 615328) (-1759 . 615185) (-1760 . 614707)
- (-1761 . 614575) (-1762 . 614321) (-1763 . 614140) (-1764 . 614060)
- (-1765 . 613957) (-1766 . 613758) (-1767 . 613702) (-1768 . 613442)
- (-1769 . 613375) (-1770 . 613277) (-1771 . 611981) (-1772 . 611815)
- (-1773 . 611671) (-1774 . 611609) (-1775 . 611247) (-1776 . 611146)
- (-1777 . 611094) (-1778 . 610527) (-1779 . 610474) (-1780 . 610316)
- (-1781 . 610244) (-1782 . 610152) (-1783 . 610052) (-1784 . 609614)
- (-1785 . 609471) (-1786 . 608758) (-1787 . 608624) (-1788 . 608547)
- (-1789 . 608383) (-1790 . 608201) (-1791 . 607954) (-1792 . 607829)
- (-1793 . 607447) (-1794 . 607283) (-1795 . 607153) (-1796 . 607084)
- (-1797 . 606893) (-1798 . 606787) (-1799 . 606400) (-1800 . 606312)
- (-1801 . 606208) (-1802 . 606076) (-1803 . 605996) (-1804 . 605851)
- (-1805 . 605688) (-1806 . 605420) (-1807 . 605265) (-1808 . 605166)
- (-1809 . 605006) (-1810 . 604953) (-1811 . 604847) (-1812 . 604798)
- (-1813 . 604636) (-1814 . 604562) (-1815 . 604468) (-1816 . 604330)
- (-1817 . 604153) (-1818 . 604069) (-1819 . 604001) (-1820 . 603827)
- (-1821 . 603748) (-1822 . 603720) (-1823 . 603622) (-1824 . 603549)
- (-1825 . 603268) (-1826 . 603170) (-1827 . 601404) (-1828 . 601348)
- (-1829 . 601193) (-1830 . 601138) (-1831 . 601016) (-1832 . 600724)
- (-1833 . 600619) (-1834 . 600147) (-1835 . 600094) (-1836 . 599876)
- (-1837 . 599576) (-1838 . 599383) (-1839 . 599271) (-1840 . 599203)
- (-1841 . 599105) (-1842 . 599010) (-1843 . 598764) (-1844 . 598705)
- (-1845 . 598430) (-1846 . 598331) (-1847 . 598300) (-1848 . 598241)
- (-1849 . 598039) (-1850 . 597937) (-1851 . 597838) (-1852 . 597752)
- (-1853 . 597678) (-1854 . 597515) (-1855 . 597462) (-1856 . 597354)
- (-1857 . 596963) (-1858 . 596868) (-1859 . 596712) (-1860 . 595942)
- (-1861 . 595876) (-1862 . 595572) (-1863 . 595458) (-1864 . 595377)
- (-1865 . 595322) (-1866 . 595178) (-1867 . 595064) (-1868 . 594973)
- (-1869 . 594921) (-1870 . 594819) (-1871 . 594763) (-1872 . 594684)
- (-1873 . 594457) (-1874 . 594309) (-1875 . 594241) (-1876 . 594187)
- (-1877 . 594010) (-1878 . 593927) (-1879 . 593854) (-1880 . 593766)
- (-1881 . 593664) (-1882 . 593402) (-1883 . 593283) (-1884 . 593214)
- (-1885 . 593044) (-1886 . 591188) (-1887 . 591069) (-1888 . 590977)
- (-1889 . 590787) (-1890 . 590516) (-1891 . 590364) (-1892 . 590278)
- (-1893 . 590060) (-1894 . 589873) (-1895 . 589703) (-1896 . 589618)
- (-1897 . 589473) (-1898 . 589308) (-1899 . 589255) (-1900 . 589221)
- (-1901 . 589147) (-1902 . 589027) (-1903 . 588711) (-1904 . 588598)
- (-1905 . 588168) (-1906 . 587941) (-1907 . 587625) (-1908 . 587043)
- (-1909 . 586597) (-1910 . 586503) (-1911 . 586469) (-1912 . 586414)
- (-1913 . 586348) (-1914 . 586265) (-1915 . 586201) (-1916 . 586057)
- (-1917 . 585940) (-1918 . 585878) (-1919 . 585757) (-1920 . 585683)
- (-1921 . 585624) (-1922 . 585567) (-1923 . 585510) (-1924 . 585400)
- (-1925 . 585280) (-1926 . 585095) (-1927 . 584994) (-1928 . 584664)
- (-1929 . 584465) (-1930 . 584295) (-1931 . 584186) (-1932 . 584073)
- (-1933 . 583745) (-1934 . 583678) (-1935 . 583455) (-1936 . 583344)
- (-1937 . 583295) (-1938 . 583236) (-1939 . 583011) (-1940 . 582959)
- (-1941 . 582907) (-1942 . 582810) (-1943 . 582708) (-1944 . 582584)
- (-1945 . 582504) (-1946 . 582433) (-1947 . 582325) (-1948 . 582241)
- (-1949 . 582182) (-1950 . 581935) (-1951 . 581792) (-1952 . 581741)
- (-1953 . 581403) (-1954 . 581266) (-1955 . 581098) (-1956 . 580999)
- (-1957 . 580780) (-1958 . 580404) (-1959 . 580338) (-1960 . 579157)
- (-1961 . 579105) (-1962 . 579053) (-1963 . 578892) (-1964 . 578730)
- (-1965 . 578588) (-1966 . 578250) (-1967 . 577954) (-1968 . 577781)
- (-1969 . 577686) (-1970 . 577634) (-1971 . 577511) (-1972 . 577440)
- (-1973 . 577384) (-1974 . 577248) (-1975 . 577023) (-1976 . 575761)
- (-1977 . 575679) (-1978 . 575560) (-1979 . 575440) (-1980 . 574894)
- (-1981 . 574021) (-1982 . 573951) (-1983 . 573865) (-1984 . 573792)
- (-1985 . 573604) (-1986 . 573386) (-1987 . 573328) (-1988 . 573142)
- (-1989 . 573092) (-1990 . 572452) (-1991 . 572346) (-1992 . 572230)
- (-1993 . 572134) (-1994 . 572015) (-1995 . 571735) (-1996 . 571587)
- (-1997 . 570627) (-1998 . 570336) (-1999 . 570192) (-2000 . 570037)
- (-2001 . 569984) (-2002 . 569840) (-2003 . 569703) (-2004 . 569593)
- (-2005 . 569297) (-2006 . 569118) (-2007 . 568731) (-2008 . 568598)
- (-2009 . 568463) (-2010 . 568379) (-2011 . 568264) (-2012 . 567971)
- (-2013 . 567920) (-2014 . 567336) (-2015 . 567191) (-2016 . 566765)
- (-2017 . 566622) (-2018 . 566569) (-2019 . 566343) (-2020 . 566281)
- (-2021 . 566166) (-2022 . 566107) (-2023 . 562100) (-2024 . 561867)
- (-2025 . 561697) (-2026 . 561630) (-2027 . 561519) (-2028 . 561488)
- (-2029 . 561436) (-2030 . 561362) (-2031 . 561225) (-2032 . 561143)
- (-2033 . 561048) (-2034 . 560982) (-2035 . 560612) (-2036 . 560270)
- (-2037 . 560221) (-2038 . 560171) (-2039 . 558875) (-2040 . 558784)
- (-2041 . 558192) (-2042 . 557841) (-2043 . 557739) (-2044 . 557705)
- (-2045 . 557590) (-2046 . 557414) (-2047 . 557261) (-2048 . 557143)
- (-2049 . 556510) (-2050 . 556338) (-2051 . 556257) (-2052 . 556160)
- (-2053 . 556065) (-2054 . 555982) (-2055 . 555772) (-2056 . 555138)
- (-2057 . 554980) (-2058 . 554907) (-2059 . 554812) (-2060 . 554709)
- (-2061 . 554523) (-2062 . 554435) (-2063 . 554332) (-2064 . 552549)
- (-2065 . 552433) (-2066 . 552274) (-2067 . 552203) (-2068 . 552096)
- (-2069 . 551958) (-2070 . 551851) (-2071 . 551609) (-2072 . 551511)
- (-2073 . 551206) (-2074 . 551146) (-2075 . 551036) (-2076 . 550934)
- (-2077 . 550818) (-2078 . 550559) (-2079 . 550455) (-2080 . 550145)
- (-2081 . 549663) (-2082 . 549117) (-2083 . 549065) (-2084 . 548869)
- (-2085 . 548814) (-2086 . 548727) (-2087 . 548241) (-2088 . 548146)
- (-2089 . 548072) (-2090 . 547986) (-2091 . 547711) (-2092 . 547501)
- (-2093 . 547405) (-2094 . 547264) (-2095 . 547236) (-2096 . 547165)
- (-2097 . 547028) (-2098 . 546721) (-2099 . 546627) (-2100 . 546522)
- (-2101 . 546220) (-2102 . 546108) (-2103 . 545535) (-2104 . 545412)
- (-2105 . 544985) (-2106 . 544861) (-2107 . 544655) (-2108 . 544524)
- (-2109 . 544182) (-2110 . 544115) (-2111 . 543735) (-2112 . 543629)
- (-2113 . 543521) (-2114 . 543435) (-2115 . 543365) (-2116 . 543120)
- (-2117 . 542979) (-2118 . 542911) (-2119 . 542829) (-2120 . 542437)
- (-2121 . 541945) (-2122 . 541763) (-2123 . 541610) (-2124 . 541349)
- (-2125 . 541261) (-2126 . 541202) (-2127 . 541119) (-2128 . 541032)
- (-2129 . 541000) (-2130 . 540929) (-2131 . 540807) (-2132 . 540745)
- (-2133 . 540602) (-2134 . 540423) (-2135 . 540350) (-2136 . 540295)
- (-2137 . 540213) (-2138 . 540060) (-2139 . 539842) (-2140 . 539757)
- (-2141 . 539654) (-2142 . 539582) (-2143 . 539501) (-2144 . 539449)
- (-2145 . 539231) (-2146 . 538722) (-2147 . 538549) (-2148 . 538471)
- (-2149 . 538367) (-2150 . 538294) (-2151 . 538165) (-2152 . 538106)
- (-2153 . 538047) (-2154 . 537909) (-2155 . 537765) (-2156 . 537696)
- (-2157 . 537583) (-2158 . 537425) (-2159 . 537372) (-2160 . 537338)
- (-2161 . 537307) (-2162 . 537083) (-2163 . 536953) (-2164 . 535851)
- (-2165 . 535660) (-2166 . 535504) (-2167 . 535451) (-2168 . 535396)
- (-2169 . 535308) (-2170 . 535212) (-2171 . 534984) (-2172 . 534732)
- (-2173 . 534611) (-2174 . 534434) (-2175 . 534366) (-2176 . 534314)
- (-2177 . 534286) (-2178 . 534162) (-2179 . 534089) (-2180 . 534001)
- (-2181 . 533948) (-2182 . 533785) (-2183 . 533728) (-2184 . 533655)
- (-2185 . 533572) (-2186 . 533432) (-2187 . 533361) (-2188 . 533246)
- (-2189 . 532325) (-2190 . 532181) (-2191 . 532097) (-2192 . 531778)
- (-2193 . 531725) (-2194 . 531545) (-2195 . 531361) (-2196 . 531239)
- (-2197 . 531162) (-2198 . 530860) (-2199 . 530765) (-2200 . 530585)
- (-2201 . 530117) (-2202 . 529951) (-2203 . 529567) (-2204 . 528135)
- (-2205 . 528015) (-2206 . 527963) (-2207 . 527808) (-2208 . 527010)
- (-2209 . 526582) (-2210 . 526458) (-2211 . 526290) (-2212 . 526166)
- (-2213 . 525681) (-2214 . 525442) (-2215 . 525368) (-2216 . 525163)
- (-2217 . 524979) (-2218 . 524919) (-2219 . 524778) (-2220 . 524613)
- (-2221 . 524561) (-2222 . 524468) (-2223 . 524285) (-2224 . 524219)
- (-2225 . 524126) (-2226 . 523350) (-2227 . 523241) (-2228 . 523077)
- (-2229 . 518535) (-2230 . 518440) (-2231 . 518372) (-2232 . 518344)
- (-2233 . 518189) (-2234 . 517765) (-2235 . 517517) (-2236 . 516999)
- (-2237 . 516938) (-2238 . 516754) (-2239 . 516630) (-2240 . 516514)
- (-2241 . 516459) (-2242 . 516407) (-2243 . 516207) (-2244 . 516155)
- (-2245 . 516084) (-2246 . 515983) (-2247 . 515902) (-2248 . 515200)
- (-2249 . 514977) (-2250 . 514876) (-2251 . 514561) (-2252 . 514398)
- (-2253 . 513954) (-2254 . 513594) (-2255 . 513439) (-2256 . 513335)
- (-2257 . 513222) (-2258 . 513169) (-2259 . 513106) (-2260 . 512427)
- (-2261 . 512329) (-2262 . 512207) (-2263 . 512089) (-2264 . 511961)
- (-2265 . 511866) (-2266 . 511710) (-2267 . 511429) (-2268 . 511300)
- (-2269 . 511201) (-2270 . 511075) (-2271 . 509487) (-2272 . 509432)
- (-2273 . 509269) (-2274 . 509217) (-2275 . 508037) (-2276 . 507742)
- (-2277 . 507570) (-2278 . 507390) (-2279 . 506320) (-2280 . 506137)
- (-2281 . 505884) (-2282 . 505611) (-2283 . 505470) (-2284 . 505362)
- (-2285 . 505276) (-2286 . 505224) (-2287 . 505129) (-2288 . 504768)
- (-2289 . 504591) (-2290 . 504481) (-2291 . 504329) (-2292 . 504111)
- (-2293 . 504004) (-2294 . 503921) (-2295 . 503757) (-2296 . 503662)
- (-2297 . 503184) (-2298 . 502757) (-2299 . 502689) (-2300 . 502555)
- (-2301 . 502394) (-2302 . 502366) (-2303 . 502256) (-2304 . 502203)
- (-2305 . 502049) (-2306 . 501955) (-2307 . 501832) (-2308 . 501545)
- (-2309 . 501459) (-2310 . 501262) (-2311 . 501233) (-2312 . 500961)
- (-2313 . 500906) (-2314 . 500703) (-2315 . 500637) (-2316 . 500557)
- (-2317 . 500371) (-2318 . 499286) (-2319 . 485199) (-2320 . 484878)
- (-2321 . 484741) (-2322 . 484675) (-2323 . 484461) (-2324 . 484343)
- (-2325 . 484221) (-2326 . 483999) (-2327 . 483820) (-2328 . 483511)
- (-2329 . 483356) (-2330 . 483256) (-2331 . 483065) (-2332 . 482550)
- (-2333 . 482518) (-2334 . 482417) (-2335 . 482297) (-2336 . 481596)
- (-2337 . 481029) (-2338 . 480969) (-2339 . 480747) (-2340 . 480497)
- (-2341 . 476434) (-2342 . 476198) (-2343 . 475976) (-2344 . 475861)
- (-2345 . 475809) (-2346 . 475705) (-2347 . 475614) (-2348 . 475556)
- (-2349 . 475433) (-2350 . 475354) (-2351 . 475211) (-2352 . 475133)
- (-2353 . 475073) (-2354 . 474899) (-2355 . 474669) (-2356 . 474574)
- (-2357 . 474546) (-2358 . 474475) (-2359 . 473873) (-2360 . 473790)
- (-2361 . 473265) (-2362 . 473213) (-2363 . 473106) (-2364 . 472041)
- (-2365 . 471505) (-2366 . 471450) (-2367 . 471261) (-2368 . 471108)
- (-2369 . 471025) (-2370 . 470957) (-2371 . 470739) (-2372 . 470594)
- (-2373 . 470521) (-2374 . 470458) (-2375 . 470270) (-2376 . 466603)
- (-2377 . 466551) (-2378 . 466111) (-2379 . 466037) (-2380 . 465943)
- (-2381 . 465800) (-2382 . 465713) (-2383 . 465467) (-2384 . 463122)
- (-2385 . 462991) (-2386 . 462551) (-2387 . 462477) (-2388 . 462404)
- (-2389 . 462117) (-2390 . 462083) (-2391 . 462012) (-2392 . 461913)
- (-2393 . 461783) (-2394 . 461618) (-2395 . 461561) (-2396 . 461399)
- (-2397 . 461041) (-2398 . 460959) (-2399 . 460784) (-2400 . 460683)
- (-2401 . 460582) (-2402 . 460424) (-2403 . 460296) (-2404 . 460179)
- (-2405 . 460073) (-2406 . 459794) (-2407 . 459677) (-2408 . 459547)
- (-2409 . 459293) (-2410 . 459180) (-2411 . 458921) (-2412 . 458765)
- (-2413 . 458596) (-2414 . 458325) (-2415 . 458228) (-2416 . 458137)
- (-2417 . 458027) (-2418 . 457880) (-2419 . 457144) (-2420 . 456929)
- (-2421 . 456824) (-2422 . 456578) (-2423 . 447128) (-2424 . 446650)
- (-2425 . 446388) (-2426 . 446293) (-2427 . 446196) (-2428 . 446168)
- (-2429 . 446094) (-2430 . 445856) (-2431 . 445754) (-2432 . 445705)
- (-2433 . 445604) (-2434 . 445552) (-2435 . 445493) (-2436 . 445328)
- (-2437 . 445169) (-2438 . 445109) (-2439 . 445011) (-2440 . 444336)
- (-2441 . 443113) (-2442 . 443016) (-2443 . 442813) (-2444 . 442736)
- (-2445 . 441708) (-2446 . 441655) (-2447 . 441539) (-2448 . 441482)
- (-2449 . 441166) (-2450 . 441110) (-2451 . 441042) (-2452 . 440911)
- (-2453 . 440644) (-2454 . 440528) (-2455 . 440473) (-2456 . 440348)
- (-2457 . 440277) (-2458 . 440192) (-2459 . 440096) (-2460 . 439762)
- (-2461 . 438185) (-2462 . 438133) (-2463 . 437599) (-2464 . 437571)
- (-2465 . 437475) (-2466 . 437331) (-2467 . 437155) (-2468 . 436997)
- (-2469 . 436782) (-2470 . 436650) (-2471 . 436543) (-2472 . 436330)
- (-2473 . 436052) (-2474 . 435999) (-2475 . 435867) (-2476 . 435684)
- (-2477 . 435582) (-2478 . 435524) (-2479 . 435171) (-2480 . 435077)
- (-2481 . 434808) (-2482 . 434710) (-2483 . 434657) (-2484 . 434539)
- (-2485 . 434415) (-2486 . 434319) (-2487 . 433969) (-2488 . 433816)
- (-2489 . 433466) (-2490 . 433369) (-2491 . 433253) (-2492 . 433198)
- (-2493 . 432961) (-2494 . 432893) (-2495 . 432799) (-2496 . 432468)
- (-2497 . 431933) (-2498 . 431905) (-2499 . 431745) (-2500 . 431466)
- (-2501 . 431429) (-2502 . 431333) (-2503 . 431256) (-2504 . 431224)
- (-2505 . 431187) (-2506 . 431126) (-2507 . 431003) (-2508 . 430886)
- (-2509 . 430800) (-2510 . 430661) (-2511 . 430577) (-2512 . 430419)
- (-2513 . 430341) (-2514 . 430207) (-2515 . 430130) (-2516 . 430023)
- (-2517 . 429930) (-2518 . 429603) (-2519 . 429329) (-2520 . 429120)
- (-2521 . 429019) (-2522 . 428827) (-2523 . 428774) (-2524 . 428464)
- (-2525 . 428386) (-2526 . 427848) (-2527 . 427783) (-2528 . 427535)
- (-2529 . 427264) (-2530 . 427121) (-2531 . 426875) (-2532 . 426778)
- (-2533 . 426530) (-2534 . 426403) (-2535 . 426279) (-2536 . 426205)
- (-2537 . 426117) (-2538 . 426031) (-2539 . 425906) (-2540 . 425616)
- (-2541 . 425489) (-2542 . 424672) (-2543 . 424145) (-2544 . 424071)
- (-2545 . 423972) (-2546 . 423944) (-2547 . 423191) (-2548 . 423113)
- (-2549 . 422888) (-2550 . 422810) (-2551 . 422754) (-2552 . 422726)
- (-2553 . 422504) (-2554 . 422207) (-2555 . 422175) (-2556 . 422062)
- (-2557 . 421994) (-2558 . 421821) (-2559 . 421769) (-2560 . 421717)
- (-2561 . 421470) (-2562 . 421372) (-2563 . 421299) (-2564 . 421118)
- (-2565 . 420639) (-2566 . 420249) (-2567 . 420074) (-2568 . 419925)
- (-2569 . 419601) (-2570 . 419486) (-2571 . 419400) (-2572 . 419234)
- (-2573 . 419111) (-2574 . 418977) (-2575 . 418765) (-2576 . 418519)
- (-2577 . 418420) (-2578 . 418009) (-2579 . 417872) (-2580 . 417756)
- (-2581 . 417675) (-2582 . 417440) (-2583 . 417412) (-2584 . 417347)
- (-2585 . 417132) (-2586 . 416987) (-2587 . 416689) (-2588 . 416605)
- (-2589 . 416367) (-2590 . 416031) (-2591 . 415540) (-2592 . 415480)
- (-2593 . 414618) (-2594 . 414429) (-2595 . 414345) (-2596 . 414252)
- (-2597 . 414057) (-2598 . 413915) (-2599 . 413637) (-2600 . 413331)
- (-2601 . 413302) (-2602 . 413104) (-2603 . 413020) (-2604 . 412904)
- (-2605 . 412741) (-2606 . 412556) (-2607 . 412522) (-2608 . 412388)
- (-2609 . 412332) (-2610 . 411945) (-2611 . 411767) (-2612 . 411707)
- (-2613 . 411622) (-2614 . 411537) (-2615 . 411451) (-2616 . 410856)
- (-2617 . 410784) (-2618 . 410665) (-2619 . 410379) (-2620 . 410002)
- (-2621 . 409960) (-2622 . 409361) (-2623 . 408243) (-2624 . 408142)
- (-2625 . 408011) (-2626 . 407925) (-2627 . 407411) (-2628 . 407345)
- (-2629 . 407295) (-2630 . 407140) (-2631 . 406890) (-2632 . 406816)
- (-2633 . 406687) (-2634 . 406592) (-2635 . 406451) (-2636 . 405249)
- (-2637 . 405142) (-2638 . 403696) (-2639 . 403542) (-2640 . 403394)
- (-2641 . 403020) (-2642 . 402971) (-2643 . 402899) (-2644 . 402784)
- (-2645 . 402624) (-2646 . 402417) (-2647 . 402165) (-2648 . 401957)
- (-2649 . 401819) (-2650 . 401753) (-2651 . 401651) (-2652 . 401501)
- (-2653 . 401445) (-2654 . 401308) (-2655 . 401226) (-2656 . 401198)
- (-2657 . 400683) (-2658 . 400611) (-2659 . 397312) (-2660 . 397256)
- (-2661 . 397152) (-2662 . 396858) (-2663 . 396725) (-2664 . 396529)
- (-2665 . 396405) (-2666 . 396339) (-2667 . 396311) (-2668 . 396259)
- (-2669 . 396206) (-2670 . 396027) (-2671 . 395596) (-2672 . 395366)
- (-2673 . 395203) (-2674 . 395049) (-2675 . 394925) (-2676 . 394782)
- (-2677 . 394603) (-2678 . 394353) (-2679 . 392097) (-2680 . 392031)
- (-2681 . 391980) (-2682 . 391921) (-2683 . 391892) (-2684 . 391821)
- (-2685 . 391164) (-2686 . 391087) (-2687 . 390983) (-2688 . 390884)
- (-2689 . 390800) (-2690 . 390672) (-2691 . 390613) (-2692 . 390556)
- (-2693 . 390134) (-2694 . 389910) (-2695 . 389851) (-2696 . 389313)
- (-2697 . 389184) (-2698 . 389069) (-2699 . 388985) (-2700 . 388827)
- (-2701 . 388728) (-2702 . 388282) (-2703 . 388072) (-2704 . 387892)
- (-2705 . 387793) (-2706 . 387715) (-2707 . 387355) (-2708 . 387266)
- (-2709 . 387171) (-2710 . 387119) (-2711 . 387047) (-2712 . 386963)
- (-2713 . 386797) (-2714 . 386621) (-2715 . 385971) (-2716 . 385892)
- (-2717 . 385747) (-2718 . 385606) (-2719 . 384151) (-2720 . 384067)
- (-2721 . 383963) (-2722 . 383814) (-2723 . 383368) (-2724 . 383278)
- (-2725 . 383116) (-2726 . 383038) (-2727 . 382964) (-2728 . 382081)
- (-2729 . 380591) (-2730 . 380490) (-2731 . 380412) (-2732 . 380194)
- (-2733 . 380048) (-2734 . 379789) (-2735 . 379712) (-2736 . 378714)
- (-2737 . 378628) (-2738 . 378487) (-2739 . 378387) (-2740 . 378291)
- (-2741 . 378170) (-2742 . 378005) (-2743 . 376662) (-2744 . 376612)
- (-2745 . 376535) (-2746 . 376355) (-2747 . 376225) (-2748 . 375489)
- (-2749 . 375026) (-2750 . 374622) (-2751 . 374404) (-2752 . 374185)
- (-2753 . 374128) (-2754 . 374025) (-2755 . 372775) (-2756 . 372576)
- (-2757 . 372277) (-2758 . 372224) (-2759 . 371992) (-2760 . 371910)
- (-2761 . 371747) (-2762 . 371681) (-2763 . 371562) (-2764 . 371491)
- (-2765 . 371417) (-2766 . 371276) (-2767 . 371199) (-2768 . 371027)
- (-2769 . 370845) (-2770 . 370733) (-2771 . 370705) (-2772 . 370474)
- (-2773 . 370346) (-2774 . 370287) (-2775 . 370006) (-2776 . 369614)
- (-2777 . 369367) (-12 . 369195) (-2779 . 367227) (-2780 . 367074)
- (-2781 . 367018) (-2782 . 366726) (-2783 . 366572) (-2784 . 365928)
- (-2785 . 365857) (-2786 . 365545) (-2787 . 365415) (-2788 . 365346)
- (-2789 . 365201) (-2790 . 364914) (-2791 . 364804) (-2792 . 364742)
- (-2793 . 364668) (-2794 . 363496) (-2795 . 363120) (-2796 . 362817)
- (-2797 . 362692) (-2798 . 362263) (-2799 . 362210) (-2800 . 362039)
- (-2801 . 361972) (-2802 . 361806) (-2803 . 361675) (-2804 . 361560)
- (-2805 . 361476) (-2806 . 361398) (-2807 . 361259) (-2808 . 360808)
- (-2809 . 360720) (-2810 . 360632) (-2811 . 360536) (-2812 . 360204)
- (-2813 . 360132) (-2814 . 358995) (-2815 . 358743) (-2816 . 358676)
- (-2817 . 358416) (-2818 . 358257) (-2819 . 358050) (-2820 . 357979)
- (-2821 . 357840) (-2822 . 357718) (-2823 . 357594) (-2824 . 357482)
- (-2825 . 357271) (-2826 . 357068) (-2827 . 356871) (-2828 . 356771)
- (-2829 . 356526) (-2830 . 356432) (-2831 . 356145) (-2832 . 356059)
- (-2833 . 355937) (-2834 . 355885) (-2835 . 355558) (-2836 . 355373)
- (-2837 . 355250) (-2838 . 355069) (-2839 . 354733) (-2840 . 354647)
- (-2841 . 354486) (-2842 . 354234) (-2843 . 354089) (-2844 . 353997)
- (-2845 . 353847) (-2846 . 353597) (-2847 . 353461) (-2848 . 353308)
- (-2849 . 353252) (-2850 . 353178) (-2851 . 353057) (-2852 . 352984)
- (-2853 . 352824) (-2854 . 352732) (-2855 . 352146) (-2856 . 352090)
- (-2857 . 351616) (-2858 . 351383) (-2859 . 351144) (-2860 . 350302)
- (-2861 . 349634) (-2862 . 349514) (-2863 . 349300) (-2864 . 349101)
- (-2865 . 349015) (-2866 . 348912) (-2867 . 348794) (-2868 . 348634)
- (-2869 . 348339) (-2870 . 348259) (-2871 . 348225) (-2872 . 347920)
- (-2873 . 344311) (-2874 . 344256) (-2875 . 343390) (-2876 . 343078)
- (-2877 . 342997) (-2878 . 342966) (-2879 . 342611) (-2880 . 342533)
- (* . 338039) (-2882 . 337965) (-2883 . 337807) (-2884 . 337675)
- (-2885 . 337526) (-2886 . 337498) (-2887 . 337250) (-2888 . 337179)
- (-2889 . 337049) (-2890 . 336392) (-2891 . 336314) (-2892 . 336264)
- (-2893 . 336049) (-2894 . 335965) (-2895 . 335888) (-2896 . 335699)
- (-2897 . 335569) (-2898 . 335225) (-2899 . 335176) (-2900 . 335104)
- (-2901 . 335030) (-2902 . 334870) (-2903 . 334777) (-2904 . 334651)
- (-2905 . 334565) (-2906 . 334399) (-2907 . 334329) (-2908 . 334216)
- (-2909 . 334109) (-2910 . 334020) (-2911 . 333967) (-2912 . 333884)
- (-2913 . 333680) (-2914 . 333408) (-2915 . 333340) (-2916 . 333268)
- (-2917 . 333139) (-2918 . 332961) (-2919 . 332854) (-2920 . 332724)
- (-2921 . 332064) (-2922 . 331994) (-2923 . 331906) (-2924 . 331800)
- (-2925 . 331729) (-2926 . 329502) (-2927 . 329433) (-2928 . 329275)
- (-2929 . 329188) (-2930 . 328949) (-2931 . 328869) (-2932 . 328781)
- (-2933 . 328684) (-2934 . 328507) (-2935 . 328276) (-2936 . 328182)
- (-2937 . 328034) (-2938 . 327772) (-2939 . 327700) (-2940 . 327647)
- (-2941 . 327420) (-2942 . 327292) (-2943 . 327208) (-2944 . 327120)
- (-2945 . 327023) (-2946 . 326936) (-2947 . 326859) (-2948 . 326785)
- (-2949 . 326699) (-2950 . 325812) (-2951 . 325699) (-2952 . 325572)
- (-2953 . 325301) (-2954 . 325113) (-2955 . 325061) (-2956 . 324902)
- (-2957 . 324805) (-2958 . 324725) (-2959 . 324597) (-2960 . 324545)
- (-2961 . 324402) (-2962 . 324330) (-2963 . 324217) (-2964 . 324114)
- (-2965 . 324014) (-2966 . 323907) (-2967 . 323744) (-2968 . 323657)
- (-2969 . 323514) (-2970 . 323429) (-2971 . 323207) (-2972 . 323154)
- (-2973 . 323102) (-2974 . 322944) (-2975 . 322821) (-2976 . 322692)
- (-2977 . 322593) (-2978 . 321732) (-2979 . 321662) (-2980 . 321610)
- (-2981 . 321293) (-2982 . 321223) (-2983 . 321062) (-2984 . 320931)
- (-2985 . 320712) (-2986 . 320460) (-2987 . 320407) (-2988 . 320320)
- (-2989 . 320174) (-2990 . 319979) (-2991 . 319926) (-2992 . 319871)
- (-2993 . 319767) (-2994 . 319656) (-2995 . 319465) (-2996 . 318999)
- (-2997 . 318903) (-2998 . 318532) (-2999 . 318327) (-3000 . 317960)
- (-3001 . 317881) (-3002 . 316695) (-3003 . 312535) (-3004 . 312436)
- (-3005 . 312223) (-3006 . 312063) (-3007 . 311867) (-3008 . 311814)
- (-3009 . 311719) (-3010 . 311688) (-3011 . 310596) (-3012 . 309414)
- (-3013 . 309160) (-3014 . 309105) (-3015 . 308976) (-3016 . 308819)
- (-3017 . 308670) (-3018 . 308557) (-3019 . 308434) (-3020 . 308338)
- (-3021 . 308237) (-3022 . 307918) (-3023 . 307729) (-3024 . 307679)
- (-3025 . 305472) (-3026 . 304961) (-3027 . 304789) (-3028 . 304761)
- (-3029 . 304608) (-3030 . 304510) (-3031 . 304128) (-3032 . 304004)
- (-3033 . 303881) (-3034 . 303754) (-3035 . 303564) (-3036 . 303406)
- (-3037 . 303234) (-3038 . 303130) (-3039 . 302851) (-3040 . 302699)
- (-3041 . 302386) (-3042 . 302358) (-3043 . 302324) (-3044 . 302268)
- (-3045 . 301684) (-3046 . 301531) (-3047 . 301070) (-3048 . 300898)
- (-3049 . 300789) (-3050 . 300679) (-3051 . 300613) (-3052 . 300519)
- (-3053 . 300424) (-3054 . 300233) (-3055 . 300199) (-3056 . 300084)
- (-3057 . 299983) (-3058 . 299794) (-3059 . 299622) (-3060 . 299418)
- (-3061 . 299269) (-3062 . 299241) (-3063 . 299030) (-3064 . 298851)
- (-3065 . 298738) (-3066 . 298661) (-3067 . 298475) (-3068 . 298354)
- (-3069 . 298260) (-3070 . 298170) (-3071 . 298030) (-3072 . 297951)
- (-3073 . 297852) (-3074 . 297624) (-3075 . 297446) (-3076 . 297245)
- (-3077 . 296603) (-3078 . 296352) (-3079 . 296282) (-3080 . 296223)
- (-3081 . 296149) (-3082 . 296099) (-3083 . 295901) (-3084 . 295765)
- (-3085 . 295636) (-3086 . 295543) (-3087 . 295425) (-3088 . 295356)
- (-3089 . 295303) (-3090 . 295244) (-3091 . 295141) (-3092 . 295045)
- (-3093 . 294759) (-3094 . 294544) (-3095 . 294361) (-3096 . 294248)
- (-3097 . 294152) (-3098 . 293961) (-3099 . 293547) (-3100 . 293337)
- (-3101 . 293252) (-3102 . 293108) (-3103 . 293079) (-3104 . 292880)
- (-3105 . 292803) (-3106 . 292375) (-3107 . 292184) (-3108 . 292090)
- (-3109 . 291557) (-3110 . 291429) (-3111 . 291256) (-3112 . 291118)
- (-3113 . 290962) (-3114 . 290403) (-3115 . 289799) (-3116 . 289647)
- (-3117 . 289443) (-3118 . 289306) (-3119 . 289146) (-3120 . 288927)
- (-3121 . 288721) (-3122 . 288527) (-3123 . 288382) (-3124 . 287823)
- (-3125 . 287429) (-3126 . 286694) (-3127 . 286621) (-3128 . 286548)
- (-3129 . 286367) (-3130 . 286237) (-3131 . 286169) (-3132 . 285983)
- (-3133 . 285912) (-3134 . 285769) (-3135 . 285566) (-3136 . 285472)
- (-3137 . 285294) (-3138 . 285030) (-3139 . 284942) (-3140 . 284848)
- (-3141 . 284775) (-3142 . 284511) (-3143 . 284411) (-3144 . 284295)
- (-3145 . 284229) (-3146 . 284122) (-3147 . 283991) (-3148 . 283838)
- (-3149 . 283523) (-3150 . 283443) (-3151 . 283392) (-3152 . 264817)
- (-3153 . 264761) (-3154 . 264608) (-3155 . 264574) (-3156 . 264358)
- (-3157 . 264272) (-3158 . 264177) (-3159 . 263936) (-3160 . 263678)
- (-3161 . 263525) (-3162 . 263395) (-3163 . 263293) (-3164 . 263119)
- (-3165 . 263004) (-3166 . 262779) (-3167 . 262699) (-3168 . 262332)
- (-3169 . 262217) (-3170 . 262154) (-3171 . 262102) (-3172 . 261714)
- (-3173 . 261332) (-3174 . 261233) (-3175 . 261026) (-3176 . 260955)
- (-3177 . 260855) (-3178 . 260470) (-3179 . 260366) (-3180 . 260284)
- (-3181 . 260177) (-3182 . 260092) (-3183 . 260024) (-3184 . 259971)
- (-3185 . 259919) (-3186 . 259839) (-3187 . 259619) (-3188 . 259266)
- (-3189 . 259119) (-3190 . 258801) (-3191 . 258676) (-3192 . 258461)
- (-3193 . 258220) (-3194 . 258049) (-3195 . 257936) (-3196 . 257528)
- (-3197 . 257418) (-3198 . 257175) (-3199 . 257098) (-3200 . 257047)
- (-3201 . 256959) (-3202 . 256832) (-3203 . 256613) (-3204 . 256167)
- (-3205 . 256099) (-3206 . 255386) (-3207 . 255133) (-3208 . 254859)
- (-3209 . 254775) (-3210 . 254680) (-3211 . 254583) (-3212 . 254531)
- (-3213 . 254144) (-3214 . 253937) (-3215 . 253805) (-3216 . 253752)
- (-3217 . 253701) (-3218 . 252705) (-3219 . 252584) (-3220 . 252284)
- (-3221 . 252116) (-3222 . 252038) (-3223 . 251914) (-3224 . 251780)
- (-3225 . 251621) (-3226 . 251550) (-3227 . 251349) (-3228 . 251252)
- (-3229 . 251164) (-3230 . 250677) (-3231 . 250582) (-3232 . 250364)
- (-3233 . 250116) (-3234 . 250064) (-3235 . 249262) (-3236 . 249167)
- (-3237 . 249097) (-3238 . 248611) (-3239 . 248511) (-3240 . 247753)
- (-3241 . 247690) (-3242 . 247637) (-3243 . 247419) (-3244 . 247110)
- (-3245 . 245894) (-3246 . 245768) (-3247 . 245520) (-3248 . 245447)
- (-3249 . 245191) (-3250 . 245074) (-3251 . 244892) (-3252 . 244395)
- (-3253 . 244228) (-3254 . 244156) (-3255 . 244046) (-3256 . 243994)
- (-3257 . 243835) (-3258 . 243740) (-3259 . 243687) (-3260 . 243609)
- (-3261 . 243523) (-3262 . 243305) (-3263 . 243202) (-3264 . 242994)
- (-3265 . 242938) (-3266 . 242759) (-3267 . 242498) (-3268 . 242420)
- (-3269 . 242307) (-3270 . 242199) (-3271 . 242118) (-3272 . 241783)
- (-3273 . 241556) (-3274 . 241398) (-3275 . 241319) (-3276 . 241142)
- (-3277 . 241042) (-3278 . 240986) (-3279 . 240775) (-3280 . 240703)
- (-3281 . 240651) (-3282 . 240570) (-3283 . 240542) (-3284 . 240323)
- (-3285 . 240271) (-3286 . 239307) (-3287 . 239237) (-3288 . 239066)
- (-3289 . 238941) (-3290 . 238818) (-3291 . 238351) (-3292 . 238177)
- (-3293 . 238056) (-3294 . 237714) (-3295 . 237640) (-3296 . 237563)
- (-3297 . 237307) (-3298 . 237208) (-3299 . 237139) (-3300 . 237079)
- (-3301 . 236947) (-3302 . 236336) (-3303 . 236228) (-3304 . 236054)
- (-3305 . 235782) (-3306 . 235590) (-3307 . 235430) (-3308 . 235322)
- (-3309 . 235256) (-3310 . 235179) (-3311 . 235124) (-3312 . 235023)
- (-3313 . 228080) (-3314 . 227976) (-3315 . 227680) (-3316 . 227624)
- (-3317 . 227457) (-3318 . 226703) (-3319 . 226562) (-3320 . 226465)
- (-3321 . 226229) (-3322 . 226103) (-3323 . 226006) (-3324 . 225940)
- (-3325 . 225879) (-3326 . 225813) (-3327 . 225631) (-3328 . 225535)
- (-3329 . 225191) (-3330 . 225061) (-3331 . 225009) (-3332 . 224950)
- (-3333 . 224698) (-3334 . 224520) (-3335 . 223857) (-3336 . 223757)
- (-3337 . 223683) (-3338 . 223655) (-3339 . 223125) (-3340 . 223015)
- (-3341 . 222912) (-3342 . 222739) (-3343 . 222683) (-3344 . 222609)
- (-3345 . 222519) (-3346 . 222377) (-3347 . 222345) (-3348 . 222257)
- (-3349 . 222088) (-3350 . 220896) (-3351 . 220565) (-3352 . 220400)
- (-3353 . 220314) (-3354 . 220152) (-3355 . 219999) (-3356 . 219442)
- (-3357 . 219163) (-3358 . 218989) (-3359 . 217841) (-3360 . 217788)
- (-3361 . 217684) (-3362 . 217362) (-3363 . 216598) (-3364 . 216404)
- (-3365 . 216279) (-3366 . 216205) (-3367 . 216039) (-3368 . 215814)
- (-3369 . 214616) (-3370 . 214501) (-3371 . 214134) (-3372 . 214029)
- (-3373 . 213772) (-3374 . 213245) (-3375 . 213165) (-3376 . 213091)
- (-3377 . 213013) (-3378 . 212874) (-3379 . 212722) (-3380 . 212668)
- (-3381 . 212470) (-3382 . 212418) (-3383 . 212390) (-3384 . 212289)
- (-3385 . 212162) (-3386 . 211846) (-3387 . 211760) (-3388 . 211704)
- (-3389 . 211635) (-3390 . 211435) (-3391 . 211244) (-3392 . 210938)
- (-3393 . 210868) (-3394 . 210613) (-3395 . 210498) (-3396 . 210320)
- (-3397 . 210222) (-3398 . 210126) (-3399 . 210095) (-3400 . 210022)
- (-3401 . 209770) (-3402 . 209426) (-3403 . 207645) (-3404 . 207535)
- (-3405 . 207482) (-3406 . 207357) (-3407 . 206707) (-3408 . 206485)
- (-3409 . 206429) (-3410 . 206363) (-3411 . 206281) (-3412 . 206198)
- (-3413 . 206102) (-3414 . 206019) (-3415 . 205915) (-3416 . 205836)
- (-3417 . 205729) (-3418 . 205336) (-3419 . 205140) (-3420 . 205112)
- (-3421 . 205017) (-3422 . 204904) (-3423 . 204845) (-3424 . 204778)
- (-3425 . 204675) (-3426 . 204435) (-3427 . 204369) (-3428 . 203861)
- (-3429 . 203583) (-3430 . 203467) (-3431 . 203390) (-3432 . 203171)
- (-3433 . 202875) (-3434 . 202665) (-3435 . 202566) (-3436 . 202438)
- (-3437 . 202387) (-3438 . 202193) (-3439 . 202140) (-3440 . 202071)
- (-3441 . 201961) (-3442 . 201891) (-3443 . 201818) (-3444 . 201718)
- (-3445 . 201668) (-3446 . 201567) (-3447 . 201494) (-3448 . 201322)
- (-3449 . 201260) (-3450 . 201117) (-3451 . 201034) (-3452 . 200898)
- (-3453 . 200812) (-3454 . 200669) (-3455 . 200508) (-3456 . 200346)
- (-3457 . 200251) (-3458 . 200117) (-3459 . 200062) (-3460 . 199849)
- (-3461 . 199761) (-3462 . 199606) (-3463 . 199493) (-3464 . 198783)
- (-3465 . 197053) (-3466 . 197002) (-3467 . 196863) (-3468 . 196488)
- (-3469 . 196110) (-3470 . 195490) (-3471 . 195437) (-3472 . 195385)
- (-3473 . 195205) (-3474 . 194988) (-3475 . 194677) (-3476 . 194492)
- (-3477 . 194374) (-3478 . 194302) (-3479 . 194271) (-3480 . 193984)
- (-3481 . 193847) (-3482 . 193337) (-3483 . 193162) (-3484 . 192658)
- (-3485 . 192241) (-3486 . 190699) (-3487 . 190647) (-3488 . 190550)
- (-3489 . 190491) (-3490 . 190432) (-3491 . 190202) (-3492 . 190170)
- (-3493 . 189794) (-3494 . 189631) (-3495 . 189571) (-3496 . 189213)
- (-3497 . 188381) (-3498 . 188309) (-3499 . 187939) (-3500 . 187588)
- (-3501 . 187503) (-3502 . 187446) (-3503 . 186882) (-3504 . 186825)
- (-3505 . 186442) (-3506 . 186369) (-3507 . 186317) (-3508 . 186239)
- (-3509 . 186211) (-3510 . 186095) (-3511 . 186014) (-3512 . 185271)
- (-3513 . 185237) (-3514 . 185183) (-3515 . 184341) (-3516 . 184200)
- (-3517 . 184127) (-3518 . 183984) (-3519 . 183775) (-3520 . 183543)
- (-3521 . 182343) (-3522 . 182261) (-3523 . 182191) (-3524 . 182038)
- (-3525 . 181913) (-3526 . 181751) (-3527 . 181654) (-3528 . 181571)
- (-3529 . 181144) (-3530 . 181051) (-3531 . 180919) (-3532 . 180712)
- (-3533 . 180659) (-3534 . 180585) (-3535 . 180511) (-3536 . 180379)
- (-3537 . 180264) (-3538 . 180157) (-3539 . 180001) (-3540 . 179868)
- (-3541 . 179811) (-3542 . 179420) (-3543 . 179299) (-3544 . 179185)
- (-3545 . 179069) (-3546 . 178992) (-3547 . 178581) (-3548 . 178507)
- (-3549 . 178317) (-3550 . 178173) (-3551 . 178090) (-3552 . 177958)
- (-3553 . 177873) (-3554 . 177542) (-3555 . 177468) (-3556 . 177373)
- (-3557 . 177318) (-3558 . 177084) (-3559 . 176980) (-3560 . 176883)
- (-3561 . 176554) (-3562 . 176269) (-3563 . 176036) (-3564 . 175983)
- (-3565 . 175877) (-3566 . 175796) (-3567 . 175510) (-3568 . 175354)
- (-3569 . 175302) (-3570 . 175164) (-3571 . 174413) (-3572 . 174172)
- (-3573 . 174120) (-3574 . 173712) (-3575 . 173660) (-3576 . 172981)
- (-3577 . 172689) (-3578 . 172469) (-3579 . 172386) (-3580 . 172211)
- (-3581 . 172100) (-3582 . 172044) (-3583 . 171871) (-3584 . 171818)
- (-3585 . 171661) (-3586 . 171577) (-3587 . 171459) (-3588 . 171410)
- (-3589 . 171351) (-3590 . 171219) (-3591 . 171088) (-3592 . 171016)
- (-3593 . 170951) (-3594 . 170880) (-3595 . 170761) (-3596 . 170637)
- (-3597 . 170563) (-3598 . 170441) (-3599 . 170020) (-3600 . 169964)
- (-3601 . 169811) (-3602 . 169082) (-3603 . 168406) (-3604 . 168280)
- (-3605 . 168208) (-3606 . 168003) (-3607 . 167890) (-3608 . 167832)
- (-3609 . 167758) (-3610 . 167704) (-3611 . 167621) (-3612 . 167227)
- (-3613 . 167150) (-3614 . 166940) (-3615 . 166866) (-3616 . 166769)
- (-3617 . 166589) (-3618 . 165860) (-3619 . 164634) (-3620 . 164491)
- (-3621 . 164395) (-3622 . 164216) (-3623 . 164164) (-3624 . 163962)
- (-3625 . 163847) (-3626 . 163464) (-3627 . 163376) (-3628 . 163168)
- (-3629 . 161006) (-3630 . 160330) (-3631 . 160236) (-3632 . 159990)
- (-3633 . 159809) (-3634 . 159263) (-3635 . 159145) (-3636 . 159067)
- (-3637 . 158674) (-3638 . 158571) (-3639 . 158543) (-3640 . 157576)
- (-3641 . 157323) (-3642 . 157178) (-3643 . 156614) (-3644 . 156336)
- (-3645 . 156269) (-3646 . 156126) (-3647 . 155767) (-3648 . 155673)
- (-3649 . 155499) (-3650 . 155362) (-3651 . 155216) (-3652 . 155049)
- (-3653 . 154978) (-3654 . 154820) (-3655 . 154764) (-3656 . 154200)
- (-3657 . 153950) (-3658 . 153876) (-3659 . 153776) (-3660 . 153543)
- (-3661 . 153479) (-3662 . 153378) (-3663 . 153326) (-3664 . 153123)
- (-3665 . 153007) (-3666 . 152840) (-3667 . 152774) (-3668 . 152674)
- (-3669 . 152405) (-3670 . 151841) (-3671 . 151717) (-3672 . 151623)
- (-3673 . 151443) (-3674 . 151225) (-3675 . 150573) (-3676 . 150454)
- (-3677 . 150325) (-3678 . 149838) (-3679 . 149640) (-3680 . 149517)
- (-3681 . 149371) (-3682 . 149283) (-3683 . 149058) (-3684 . 148384)
- (-3685 . 148166) (-3686 . 148086) (-3687 . 147990) (-3688 . 147744)
- (-3689 . 147607) (-3690 . 147478) (-3691 . 147200) (-3692 . 147042)
- (-3693 . 146990) (-3694 . 146803) (-3695 . 146731) (-3696 . 146634)
- (-3697 . 146474) (-3698 . 146260) (-3699 . 145929) (-3700 . 145795)
- (-3701 . 145480) (-3702 . 145376) (-3703 . 145293) (-3704 . 145213)
- (-3705 . 144906) (-3706 . 144621) (-3707 . 144463) (-3708 . 144276)
- (-3709 . 143995) (-3710 . 143945) (-3711 . 143841) (-3712 . 143784)
- (-3713 . 143715) (-3714 . 143358) (-3715 . 143255) (-3716 . 143198)
- (-3717 . 143127) (-3718 . 142984) (-3719 . 142751) (-3720 . 142611)
- (-3721 . 142540) (-3722 . 141983) (-3723 . 141812) (-3724 . 141685)
- (-3725 . 141587) (-3726 . 141389) (-3727 . 141312) (-3728 . 141235)
- (-3729 . 141145) (-3730 . 141092) (-3731 . 140799) (-3732 . 140721)
- (-3733 . 140647) (-3734 . 140566) (-3735 . 140319) (-3736 . 140261)
- (-3737 . 140182) (-3738 . 139572) (-3739 . 139315) (-3740 . 139200)
- (-3741 . 139148) (-3742 . 139047) (-3743 . 138601) (-3744 . 138522)
- (-3745 . 138469) (-3746 . 138185) (-3747 . 138124) (-3748 . 137839)
- (-3749 . 137709) (-3750 . 137602) (-3751 . 137397) (-3752 . 137306)
- (-3753 . 137183) (-3754 . 137082) (-3755 . 135742) (-3756 . 135490)
- (-9 . 135462) (-3758 . 135297) (-3759 . 135192) (-3760 . 135132)
- (-3761 . 134995) (-3762 . 134597) (-3763 . 134497) (-3764 . 134248)
- (-3765 . 134126) (-3766 . 134033) (-3767 . 133551) (-3768 . 133304)
- (-3769 . 133133) (-3770 . 133018) (-3771 . 132838) (-3772 . 132657)
- (-8 . 132629) (-3774 . 132573) (-3775 . 132481) (-3776 . 132353)
- (-3777 . 132281) (-3778 . 132224) (-3779 . 132106) (-3780 . 131968)
- (-3781 . 131888) (-3782 . 131648) (-3783 . 131565) (-3784 . 131373)
- (-7 . 131345) (-3786 . 131203) (-3787 . 130995) (-3788 . 130796)
- (-3789 . 130708) (-3790 . 130613) (-3791 . 130468) (-3792 . 130413)
- (-3793 . 130346) (-3794 . 130208) (-3795 . 130050) (-3796 . 129967)
- (-3797 . 129830) (-3798 . 129728) (-3799 . 129645) (-3800 . 129006)
- (-3801 . 128941) (-3802 . 128891) (-3803 . 128795) (-3804 . 128677)
- (-3805 . 128584) (-3806 . 128507) (-3807 . 128306) (-3808 . 128077)
- (-3809 . 127949) (-3810 . 127868) (-3811 . 127622) (-3812 . 127495)
- (-3813 . 127468) (-3814 . 127414) (-3815 . 127318) (-3816 . 127250)
- (-3817 . 126886) (-3818 . 126776) (-3819 . 126747) (-3820 . 126251)
- (-3821 . 126174) (-3822 . 125904) (-3823 . 125833) (-3824 . 125587)
- (-3825 . 125421) (-3826 . 125182) (-3827 . 125130) (-3828 . 124743)
- (-3829 . 124311) (-3830 . 124118) (-3831 . 123807) (-3832 . 123698)
- (-3833 . 123272) (-3834 . 123195) (-3835 . 122866) (-3836 . 122500)
- (-3837 . 122375) (-3838 . 122272) (-3839 . 122065) (-3840 . 121690)
- (-3841 . 121637) (-3842 . 121566) (-3843 . 121465) (-3844 . 121368)
- (-3845 . 121200) (-3846 . 121042) (-3847 . 120651) (-3848 . 120566)
- (-3849 . 120532) (-3850 . 120436) (-3851 . 120052) (-3852 . 119969)
- (-3853 . 119865) (-3854 . 119758) (-3855 . 119662) (-3856 . 119583)
- (-3857 . 119465) (-3858 . 119246) (-3859 . 119180) (-3860 . 119014)
- (-3861 . 118879) (-3862 . 118665) (-3863 . 118602) (-3864 . 118145)
- (-3865 . 117875) (-3866 . 117737) (-3867 . 117619) (-3868 . 117480)
- (-3869 . 117427) (-3870 . 116423) (-3871 . 116333) (-3872 . 116170)
- (-3873 . 116118) (-3874 . 116052) (-3875 . 115693) (-3876 . 115656)
- (-3877 . 115558) (-3878 . 115390) (-3879 . 114716) (-3880 . 114656)
- (-3881 . 114486) (-3882 . 114327) (-3883 . 114239) (-3884 . 114106)
- (-3885 . 113879) (-3886 . 113781) (-3887 . 113609) (-3888 . 111194)
- (-3889 . 110984) (-3890 . 110924) (-3891 . 110797) (-3892 . 110060)
- (-3893 . 109964) (-3894 . 109381) (-3895 . 109276) (-3896 . 109123)
- (-3897 . 108891) (-3898 . 108510) (-3899 . 108177) (-3900 . 108111)
- (-3901 . 108033) (-3902 . 105919) (-3903 . 105847) (-3904 . 105285)
- (-3905 . 105202) (-3906 . 104021) (-3907 . 103992) (-3908 . 103379)
- (-3909 . 103221) (-3910 . 103128) (-3911 . 102709) (-3912 . 102681)
- (-3913 . 102581) (-3914 . 102500) (-3915 . 102348) (-3916 . 102282)
- (-3917 . 101720) (-3918 . 101657) (-3919 . 101230) (-3920 . 101129)
- (-3921 . 100979) (-3922 . 100827) (-3923 . 100744) (-3924 . 100691)
- (-3925 . 100503) (-3926 . 100422) (-3927 . 100284) (-3928 . 100172)
- (-3929 . 99610) (-3930 . 99407) (-3931 . 99345) (-3932 . 98771)
- (-3933 . 98713) (-3934 . 98658) (-3935 . 98429) (-3936 . 98164)
- (-3937 . 97822) (-3938 . 97769) (-3939 . 97639) (-3940 . 97186)
- (-3941 . 96511) (-3942 . 96412) (-3943 . 95888) (-3944 . 95740)
- (-3945 . 95644) (-3946 . 95221) (-3947 . 95126) (-3948 . 95032)
- (-3949 . 94973) (-3950 . 94631) (-3951 . 94548) (-3952 . 93873)
- (-3953 . 93728) (-3954 . 93677) (-3955 . 93594) (-3956 . 93450)
- (-3957 . 93138) (-3958 . 93043) (-3959 . 92957) (-3960 . 92844)
- (-3961 . 92679) (-3962 . 92336) (-3963 . 91661) (-3964 . 91099)
- (-3965 . 91047) (-3966 . 90952) (-3967 . 90908) (-3968 . 90775)
- (-3969 . 90481) (-3970 . 90389) (-3971 . 90104) (-3972 . 90030)
- (-3973 . 89872) (-3974 . 89774) (-3975 . 89724) (-3976 . 89161)
- (-3977 . 89090) (-3978 . 89012) (-3979 . 88898) (-3980 . 88797)
- (-3981 . 88682) (-3982 . 88502) (-3983 . 88419) (-3984 . 88278)
- (-3985 . 88192) (-3986 . 87629) (-3987 . 87471) (-3988 . 87389)
- (-3989 . 87337) (-3990 . 87145) (-3991 . 86807) (-3992 . 86737)
- (-3993 . 86607) (-3994 . 86554) (-3995 . 86477) (-3996 . 85914)
- (-3997 . 85818) (-3998 . 85195) (-3999 . 85142) (-4000 . 84830)
- (-4001 . 84801) (-4002 . 84516) (-4003 . 84464) (-4004 . 84383)
- (-4005 . 84312) (-4006 . 83977) (-4007 . 83808) (-4008 . 83246)
- (-4009 . 83148) (-4010 . 83083) (-4011 . 82977) (-4012 . 82739)
- (-4013 . 82643) (-4014 . 82615) (-4015 . 82517) (-4016 . 82375)
- (-4017 . 82250) (-4018 . 82193) (-4019 . 82141) (-4020 . 81579)
- (-4021 . 81400) (-4022 . 81150) (-4023 . 80991) (-4024 . 80718)
- (-4025 . 80567) (-4026 . 80518) (-4027 . 80415) (-4028 . 80198)
- (-4029 . 80040) (-4030 . 79916) (-4031 . 79371) (-4032 . 78809)
- (-4033 . 78699) (-4034 . 78305) (-4035 . 77857) (-4036 . 77758)
- (-4037 . 77622) (-4038 . 77507) (-4039 . 77452) (-4040 . 77346)
- (-4041 . 77297) (-4042 . 77153) (-4043 . 76973) (-4044 . 76411)
- (-4045 . 76341) (-4046 . 76313) (-4047 . 76253) (-4048 . 76194)
- (-4049 . 76039) (-4050 . 75944) (-4051 . 75875) (-4052 . 75280)
- (-4053 . 75057) (-4054 . 74747) (-4055 . 74608) (-4056 . 74512)
- (-4057 . 73950) (-4058 . 73873) (-4059 . 73700) (-4060 . 73634)
- (-4061 . 73519) (-4062 . 73445) (-4063 . 73391) (-4064 . 73278)
- (-4065 . 72991) (-4066 . 72503) (-4067 . 72415) (-4068 . 71712)
- (-4069 . 71340) (-4070 . 71013) (-4071 . 70960) (-4072 . 70841)
- (-4073 . 70700) (-4074 . 70473) (-4075 . 70106) (-4076 . 70033)
- (-4077 . 69582) (-4078 . 69478) (-4079 . 69303) (-4080 . 69109)
- (-4081 . 68990) (-4082 . 68836) (-4083 . 68597) (-4084 . 68468)
- (-4085 . 68372) (-4086 . 68036) (-4087 . 67809) (-4088 . 67393)
- (-4089 . 67136) (-4090 . 67063) (-4091 . 66688) (-4092 . 66388)
- (-4093 . 65651) (-4094 . 65564) (-4095 . 65347) (-4096 . 65252)
- (-4097 . 65200) (-4098 . 65077) (-4099 . 64913) (-4100 . 64478)
- (-4101 . 64365) (-4102 . 64313) (-4103 . 64257) (-4104 . 64161)
- (-4105 . 64083) (-4106 . 63951) (-4107 . 63892) (-4108 . 62814)
- (-4109 . 62499) (-4110 . 62357) (-4111 . 61541) (-4112 . 61139)
- (-4113 . 60609) (-4114 . 60466) (-4115 . 60384) (-4116 . 60356)
- (-4117 . 60153) (-4118 . 60065) (-4119 . 59905) (-4120 . 59809)
- (-4121 . 59570) (-4122 . 59542) (-4123 . 59347) (-4124 . 59125)
- (-4125 . 59017) (-4126 . 58824) (-4127 . 58669) (-4128 . 58463)
- (-4129 . 58377) (-4130 . 58170) (-4131 . 58099) (-4132 . 58002)
- (-4133 . 57923) (-4134 . 57818) (-4135 . 57717) (-4136 . 57366)
- (-4137 . 57126) (-4138 . 56993) (-4139 . 56934) (-4140 . 56811)
- (-4141 . 56732) (-4142 . 56600) (-4143 . 56454) (-4144 . 56354)
- (-4145 . 56268) (-4146 . 56014) (-4147 . 55874) (-4148 . 55737)
- (-4149 . 55515) (-4150 . 55449) (-4151 . 55153) (-4152 . 54772)
- (-4153 . 54715) (-4154 . 54656) (-4155 . 54606) (-4156 . 54416)
- (-4157 . 54349) (-4158 . 49011) (-4159 . 47859) (-4160 . 47370)
- (-4161 . 47298) (-4162 . 47229) (-4163 . 47141) (-4164 . 47057)
- (-4165 . 46951) (-4166 . 46896) (-4167 . 46489) (-4168 . 46455)
- (-4169 . 46289) (-4170 . 46030) (-4171 . 45899) (-4172 . 45547)
- (-4173 . 45474) (-4174 . 44933) (-4175 . 44797) (-4176 . 44745)
- (-4177 . 44557) (-4178 . 44348) (-4179 . 44210) (-4180 . 43954)
- (-4181 . 43883) (-4182 . 43784) (-4183 . 43728) (-4184 . 43295)
- (-4185 . 43212) (-4186 . 43055) (-4187 . 42962) (-4188 . 42720)
- (-4189 . 42646) (-4190 . 41806) (-4191 . 41724) (-4192 . 41610)
- (-4193 . 41492) (-4194 . 41348) (-4195 . 41296) (-4196 . 41222)
- (-4197 . 41011) (-4198 . 40884) (-4199 . 40276) (-4200 . 40003)
- (-4201 . 39917) (-4202 . 39812) (-4203 . 39677) (-4204 . 39595)
- (-4205 . 39542) (-4206 . 39434) (-4207 . 39250) (-4208 . 39165)
- (-4209 . 38622) (-4210 . 37734) (-4211 . 37681) (-4212 . 37582)
- (-4213 . 37529) (-4214 . 37339) (-4215 . 37252) (-4216 . 36958)
- (-4217 . 36746) (-4218 . 35444) (-4219 . 35334) (-4220 . 35226)
- (-4221 . 35085) (-4222 . 34907) (-4223 . 34879) (-4224 . 34293)
- (-4225 . 34135) (-4226 . 33799) (-4227 . 33675) (-4228 . 33457)
- (-4229 . 33362) (-4230 . 33285) (-4231 . 33087) (-4232 . 32985)
- (-4233 . 32933) (-4234 . 32289) (-4235 . 32145) (-4236 . 31907)
- (-4237 . 31873) (-4238 . 31719) (-4239 . 31397) (-4240 . 31239)
- (-4241 . 30810) (-4242 . 30370) (-4243 . 30102) (-4244 . 29882)
- (-4245 . 29796) (-4246 . 29682) (-4247 . 29279) (-4248 . 29200)
- (-4249 . 29137) (-4250 . 29085) (-4251 . 29024) (-4252 . 28941)
- (-4253 . 28871) (-4254 . 28785) (-4255 . 28684) (-4256 . 28428)
- (-4257 . 28153) (-4258 . 28051) (-4259 . 27918) (-4260 . 27812)
- (-4261 . 27759) (-4262 . 27707) (-4263 . 27573) (-4264 . 27258)
- (-4265 . 27152) (-4266 . 26933) (-4267 . 26760) (-4268 . 26672)
- (-4269 . 26535) (-4270 . 26462) (-4271 . 26325) (-4272 . 24897)
- (-4273 . 24868) (-4274 . 24815) (-4275 . 24642) (-4276 . 24548)
- (-4277 . 24482) (-4278 . 24408) (-4279 . 24355) (-4280 . 24259)
- (-4281 . 24095) (-4282 . 23968) (-4283 . 23602) (-4284 . 23516)
- (-4285 . 23388) (-4286 . 23288) (-4287 . 23169) (-4288 . 23138)
- (-4289 . 23067) (-4290 . 22736) (-4291 . 22565) (-4292 . 22510)
- (-4293 . 22217) (-4294 . 22033) (-4295 . 21978) (-4296 . 21757)
- (-4297 . 21438) (-4298 . 21147) (-4299 . 21077) (-4300 . 20843)
- (-4301 . 20712) (-4302 . 20537) (-4303 . 20467) (-4304 . 20326)
- (-4305 . 20198) (-4306 . 20051) (-4307 . 19970) (-4308 . 19832)
- (-4309 . 19622) (-4310 . 19566) (-4311 . 19286) (-4312 . 19252)
- (-4313 . 19101) (-4314 . 18985) (-4315 . 18907) (-4316 . 18716)
- (-4317 . 18644) (-4318 . 18536) (-4319 . 18441) (-4320 . 18340)
- (-4321 . 17916) (-4322 . 17651) (-4323 . 17563) (-4324 . 17469)
- (-4325 . 17193) (-4326 . 17131) (-4327 . 17045) (-4328 . 16993)
- (-4329 . 16877) (-4330 . 16800) (-4331 . 16654) (-4332 . 16535)
- (-4333 . 16483) (-4334 . 16066) (-4335 . 15840) (-4336 . 15763)
- (-4337 . 15710) (-4338 . 15542) (-4339 . 15456) (-4340 . 15283)
- (-4341 . 15228) (-4342 . 14364) (-4343 . 14311) (-4344 . 10976)
- (-4345 . 10766) (-4346 . 10700) (-4347 . 10280) (-4348 . 10197)
- (-4349 . 10062) (-4350 . 9916) (-4351 . 9735) (-4352 . 9639)
- (-4353 . 9558) (-4354 . 9506) (-4355 . 9354) (-4356 . 9080)
- (-4357 . 9028) (-4358 . 8595) (-4359 . 8476) (-4360 . 8418)
- (-4361 . 8108) (-4362 . 8027) (-4363 . 7943) (-4364 . 7809)
- (-4365 . 7757) (-4366 . 7510) (-4367 . 6640) (-4368 . 6560)
- (-4369 . 6402) (-4370 . 6093) (-4371 . 5990) (-4372 . 5882)
- (-4373 . 5827) (-4374 . 5448) (-4375 . 4150) (-4376 . 4062)
- (-4377 . 3782) (-4378 . 3615) (-4379 . 3444) (-4380 . 3371)
- (-4381 . 3025) (-4382 . 2882) (-4383 . 2776) (-4384 . 2620)
- (-4385 . 2524) (-4386 . 1894) (-4387 . 1810) (-4388 . 1437)
- (-4389 . 1262) (-4390 . 1077) (-4391 . 260) (-4392 . 139) (-4393 . 86)
- (-4394 . 30)) \ No newline at end of file
+ (-5 *1 (-752)))))
+(((*1 *1 *1 *1) (-5 *1 (-862))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3567 *6) (|:| |sol?| (-112))) (-566)
+ *6))
+ (-4 *6 (-365)) (-4 *7 (-1241 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-409 *7)) (|:| |a0| *6))
+ (-2 (|:| -2650 (-409 *7)) (|:| |coeff| (-409 *7))) "failed"))
+ (-5 *1 (-576 *6 *7)) (-5 *3 (-409 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-134)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1157)) (-5 *1 (-861))))
+ ((*1 *1 *2) (-12 (-5 *2 (-390)) (-5 *1 (-861)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-644 (-1157))) (-5 *2 (-313)) (-5 *1 (-297))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1157)) (-5 *2 (-313)) (-5 *1 (-297))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-644 (-1157))) (-5 *3 (-1157)) (-5 *2 (-313))
+ (-5 *1 (-297)))))
+(((*1 *1) (-12 (-5 *1 (-227 *2)) (-4 *2 (-13 (-365) (-1200))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-644 *2)) (-4 *2 (-547)) (-5 *1 (-159 *2)))))
+((-1298 . 732201) (-1299 . 732135) (-1300 . 731826) (-1301 . 731723)
+ (-1302 . 731671) (-1303 . 731321) (-1304 . 731287) (-1305 . 731174)
+ (-1306 . 731035) (-1307 . 730934) (-1308 . 730413) (-1309 . 730341)
+ (-1310 . 730092) (-1311 . 729684) (-1312 . 729653) (-1313 . 729556)
+ (-1314 . 729234) (-1315 . 729111) (-1316 . 728884) (-1317 . 728787)
+ (-1318 . 728721) (-1319 . 728270) (-1320 . 728120) (-1321 . 728029)
+ (-1322 . 727977) (-1323 . 727861) (-1324 . 727703) (-1325 . 727561)
+ (-1326 . 727225) (-1327 . 726409) (-1328 . 726314) (-1329 . 726207)
+ (-1330 . 726119) (-1331 . 725967) (-1332 . 725879) (-1333 . 725587)
+ (-1334 . 725532) (-1335 . 725448) (-1336 . 725019) (-1337 . 724678)
+ (-1338 . 724595) (-1339 . 724464) (-1340 . 724381) (-1341 . 724293)
+ (-1342 . 724086) (-1343 . 723582) (-1344 . 723142) (-1345 . 722663)
+ (-1346 . 722453) (-1347 . 722300) (-1348 . 722247) (-1349 . 722151)
+ (-1350 . 722035) (-1351 . 721708) (-1352 . 721172) (-1353 . 721036)
+ (-1354 . 720816) (-1355 . 720717) (-1356 . 720402) (-1357 . 719768)
+ (-1358 . 719436) (-1359 . 719248) (-1360 . 719156) (-1361 . 719003)
+ (-1362 . 718948) (-1363 . 718862) (-1364 . 718776) (-1365 . 718432)
+ (-1366 . 718274) (-1367 . 718223) (-1368 . 718142) (-1369 . 718050)
+ (-1370 . 717978) (-1371 . 717912) (-1372 . 717723) (-1373 . 717580)
+ (-1374 . 717466) (-1375 . 717368) (-1376 . 717295) (-1377 . 717239)
+ (-1378 . 717153) (-1379 . 717083) (-1380 . 717003) (-1381 . 716842)
+ (-1382 . 716689) (-1383 . 716286) (-1384 . 716191) (-1385 . 715803)
+ (-1386 . 715720) (-1387 . 715567) (-1388 . 715496) (-1389 . 715184)
+ (-1390 . 715124) (-1391 . 715041) (-1392 . 714879) (-1393 . 714800)
+ (-1394 . 714197) (-1395 . 714094) (-1396 . 714060) (-1397 . 713868)
+ (-1398 . 713211) (-1399 . 713115) (-1400 . 713020) (-1401 . 712952)
+ (-1402 . 712889) (-1403 . 712790) (-1404 . 712648) (-1405 . 712492)
+ (-1406 . 712306) (-1407 . 712090) (-1408 . 711986) (-1409 . 711844)
+ (-1410 . 711792) (-1411 . 711658) (-1412 . 711440) (-1413 . 711348)
+ (-1414 . 711262) (-1415 . 711174) (-1416 . 711075) (-1417 . 710867)
+ (-1418 . 710632) (-1419 . 710577) (-1420 . 710432) (-1421 . 710346)
+ (-1422 . 710279) (** . 707214) (-1424 . 707119) (-1425 . 707016)
+ (-1426 . 706817) (-1427 . 706733) (-1428 . 706680) (-1429 . 706606)
+ (-1430 . 706533) (-1431 . 706320) (-1432 . 706113) (-1433 . 705716)
+ (-1434 . 705475) (-1435 . 703692) (-1436 . 703604) (-1437 . 703476)
+ (-1438 . 703333) (-1439 . 703270) (-1440 . 703182) (-1441 . 703111)
+ (-1442 . 702965) (-1443 . 702849) (-1444 . 702591) (-1445 . 702496)
+ (-1446 . 702439) (-1447 . 701961) (-1448 . 701806) (-1449 . 701618)
+ (-1450 . 701521) (-1451 . 700605) (-1452 . 700337) (-1453 . 700178)
+ (-1454 . 700025) (-1455 . 699880) (-1456 . 699458) (-1457 . 699326)
+ (-1458 . 699213) (-1459 . 699161) (-1460 . 699082) (-1461 . 698915)
+ (-1462 . 698844) (-1463 . 698714) (-1464 . 698659) (-1465 . 698435)
+ (-1466 . 698322) (-1467 . 698068) (-1468 . 697628) (-1469 . 696918)
+ (-1470 . 696813) (-1471 . 696549) (-1472 . 696447) (-1473 . 696340)
+ (-1474 . 696281) (-1475 . 696214) (-1476 . 696111) (-1477 . 696037)
+ (-1478 . 694307) (-1479 . 694206) (-1480 . 694048) (-1481 . 693982)
+ (-1482 . 693808) (-1483 . 693701) (-1484 . 693588) (-1485 . 693050)
+ (-1486 . 692851) (-1487 . 692757) (-1488 . 692706) (-1489 . 692355)
+ (-1490 . 692231) (-1491 . 691989) (-1492 . 691874) (-1493 . 691745)
+ (-1494 . 691662) (-1495 . 691606) (-1496 . 691467) (-1497 . 691324)
+ (-1498 . 691084) (-1499 . 690988) (-1500 . 690890) (-1501 . 690665)
+ (-1502 . 690550) (-1503 . 690413) (-1504 . 690153) (-1505 . 689778)
+ (-1506 . 689691) (-1507 . 689558) (-1508 . 689110) (-1509 . 689030)
+ (-1510 . 688725) (-1511 . 688623) (-1512 . 688539) (-1513 . 688472)
+ (-1514 . 688094) (-1515 . 687848) (-1516 . 687789) (-1517 . 687729)
+ (-1518 . 687655) (-1519 . 687288) (-1520 . 685860) (-1521 . 685777)
+ (-1522 . 685619) (-1523 . 685521) (-1524 . 685390) (-1525 . 684770)
+ (-1526 . 684647) (-1527 . 684548) (-1528 . 684408) (-1529 . 684293)
+ (-1530 . 684183) (-1531 . 684127) (-1532 . 683488) (-1533 . 683426)
+ (-1534 . 683260) (-1535 . 683207) (-1536 . 682767) (-1537 . 682688)
+ (-1538 . 682530) (-1539 . 682428) (-1540 . 682365) (-1541 . 682300)
+ (-1542 . 681854) (-1543 . 681581) (-1544 . 681319) (-1545 . 681175)
+ (-1546 . 681101) (-1547 . 680921) (-1548 . 680789) (-1549 . 680579)
+ (-1550 . 680485) (-1551 . 680433) (-1552 . 680317) (-1553 . 680267)
+ (-1554 . 680065) (-1555 . 679915) (-1556 . 679853) (-1557 . 679636)
+ (-1558 . 679563) (-1559 . 679463) (-1560 . 679283) (-1561 . 679193)
+ (-1562 . 679053) (-1563 . 678665) (-1564 . 678406) (-1565 . 678310)
+ (-1566 . 677540) (-1567 . 677439) (-1568 . 677152) (-1569 . 676841)
+ (-1570 . 676757) (-1571 . 676671) (-1572 . 676518) (-1573 . 676136)
+ (-1574 . 676032) (-1575 . 675933) (-1576 . 675815) (-1577 . 675248)
+ (-1578 . 675149) (-1579 . 674964) (-1580 . 674710) (-1581 . 674451)
+ (-1582 . 674352) (-1583 . 673870) (-1584 . 673792) (-1585 . 673591)
+ (-1586 . 673538) (-1587 . 673408) (-1588 . 673290) (-1589 . 673150)
+ (-1590 . 672992) (-1591 . 672446) (-1592 . 672239) (-1593 . 671879)
+ (-1594 . 671751) (-1595 . 671593) (-1596 . 671306) (-1597 . 671141)
+ (-1598 . 671004) (-1599 . 670948) (-1600 . 670896) (-1601 . 670825)
+ (-1602 . 670736) (-1603 . 670655) (-1604 . 670542) (-1605 . 670470)
+ (-1606 . 670333) (-1607 . 670276) (-1608 . 670054) (-1609 . 669959)
+ (-1610 . 669282) (-1611 . 669182) (-1612 . 668986) (-1613 . 668933)
+ (-1614 . 668806) (-1615 . 667533) (-1616 . 667441) (-1617 . 667279)
+ (-1618 . 666769) (-1619 . 666703) (-1620 . 666520) (-1621 . 666465)
+ (-1622 . 666080) (-1623 . 666053) (-1624 . 666001) (-1625 . 665829)
+ (-1626 . 665729) (-1627 . 665647) (-1628 . 665472) (-1629 . 665176)
+ (-1630 . 665097) (-1631 . 664993) (-1632 . 664906) (-1633 . 664852)
+ (-1634 . 664780) (-1635 . 664608) (-1636 . 664170) (-1637 . 664069)
+ (-1638 . 663652) (-1639 . 663271) (-1640 . 663176) (-1641 . 663142)
+ (-1642 . 663058) (-1643 . 662976) (-1644 . 662880) (-1645 . 662204)
+ (-1646 . 662032) (-1647 . 660490) (-1648 . 660347) (-1649 . 660246)
+ (-1650 . 641671) (-1651 . 641614) (-1652 . 641556) (-1653 . 641463)
+ (-1654 . 641389) (-1655 . 641282) (-1656 . 641214) (-1657 . 641048)
+ (-1658 . 639822) (-1659 . 639595) (-1660 . 639423) (-1661 . 639326)
+ (-1662 . 638613) (-1663 . 638455) (-1664 . 635634) (-1665 . 635575)
+ (-1666 . 635519) (-1667 . 635433) (-1668 . 635348) (-1669 . 635172)
+ (-1670 . 634808) (-1671 . 634674) (-1672 . 634615) (-1673 . 634487)
+ (-1674 . 634437) (-1675 . 634298) (-1676 . 634230) (-1677 . 633955)
+ (-1678 . 633810) (-1679 . 633700) (-1680 . 633536) (-1681 . 633477)
+ (-1682 . 633371) (-1683 . 633181) (-1684 . 633080) (-1685 . 633027)
+ (-1686 . 632931) (-1687 . 632790) (-1688 . 632761) (-1689 . 632579)
+ (-1690 . 632349) (-1691 . 632070) (-1692 . 632003) (-1693 . 631595)
+ (-1694 . 631543) (-1695 . 631402) (-1696 . 631318) (-1697 . 630822)
+ (-1698 . 630762) (-1699 . 630515) (-1700 . 630398) (-1701 . 630366)
+ (-1702 . 629877) (-1703 . 629719) (-1704 . 629691) (-1705 . 629611)
+ (-1706 . 629540) (-1707 . 629436) (-1708 . 629311) (-1709 . 629181)
+ (-1710 . 628805) (-1711 . 628733) (-1712 . 628587) (-1713 . 628367)
+ (-1714 . 628296) (-1715 . 628130) (-1716 . 627981) (-1717 . 627599)
+ (-1718 . 627436) (-1719 . 627182) (-1720 . 627113) (-1721 . 626888)
+ (-1722 . 626769) (-1723 . 626632) (-1724 . 626279) (-1725 . 625833)
+ (-1726 . 625594) (-1727 . 625430) (-1728 . 625317) (-1729 . 625257)
+ (-1730 . 625169) (-1731 . 625116) (-1732 . 624969) (-1733 . 624662)
+ (-1734 . 624610) (-1735 . 624520) (-1736 . 624274) (-1737 . 624144)
+ (-1738 . 623885) (-1739 . 623813) (-1740 . 623729) (-1741 . 623582)
+ (-1742 . 623488) (-1743 . 623170) (-1744 . 622783) (-1745 . 622621)
+ (-1746 . 622375) (-1747 . 622306) (-1748 . 621936) (-1749 . 621780)
+ (-1750 . 621674) (-1751 . 621622) (-1752 . 621517) (-1753 . 621392)
+ (-1754 . 621199) (-1755 . 621121) (-1756 . 620930) (-1757 . 620761)
+ (-1758 . 620410) (-1759 . 620355) (-1760 . 620261) (-1761 . 619959)
+ (-1762 . 619744) (-1763 . 619670) (-1764 . 619359) (-1765 . 619253)
+ (-1766 . 619168) (-1767 . 618897) (-1768 . 618490) (-1769 . 618345)
+ (-1770 . 618104) (-1771 . 617992) (-1772 . 617663) (-1773 . 616780)
+ (-1774 . 616689) (-1775 . 616302) (-1776 . 615738) (-1777 . 614434)
+ (-1778 . 613987) (-1779 . 613953) (-1780 . 613898) (-1781 . 613325)
+ (-1782 . 613154) (-1783 . 613029) (-1784 . 612663) (-1785 . 612562)
+ (-1786 . 612474) (-1787 . 612364) (-1788 . 612307) (-1789 . 612212)
+ (-1790 . 611953) (-1791 . 611891) (-1792 . 611726) (-1793 . 611299)
+ (-1794 . 611186) (-1795 . 611108) (-1796 . 610983) (-1797 . 610836)
+ (-1798 . 610732) (-1799 . 610349) (-1800 . 610022) (-1801 . 609891)
+ (-1802 . 609767) (-1803 . 609359) (-1804 . 609256) (-1805 . 609038)
+ (-1806 . 608906) (-1807 . 608833) (-1808 . 608097) (-1809 . 607745)
+ (-1810 . 607635) (-1811 . 607429) (-1812 . 607222) (-1813 . 607076)
+ (-1814 . 607010) (-1815 . 606564) (-1816 . 606484) (-1817 . 606432)
+ (-1818 . 606217) (-1819 . 606144) (-1820 . 606095) (-1821 . 601553)
+ (-1822 . 600915) (-1823 . 600784) (-1824 . 600541) (-1825 . 600282)
+ (-1826 . 600229) (-1827 . 600110) (-1828 . 599965) (-1829 . 599887)
+ (-1830 . 598030) (-1831 . 597925) (-1832 . 597384) (-1833 . 597042)
+ (-1834 . 596991) (-1835 . 596920) (-1836 . 596843) (-1837 . 596244)
+ (-1838 . 592237) (-1839 . 592209) (-1840 . 591963) (-1841 . 591827)
+ (-1842 . 591760) (-1843 . 591672) (-1844 . 591575) (-1845 . 590577)
+ (-1846 . 590438) (-1847 . 590322) (-1848 . 580872) (-1849 . 580820)
+ (-1850 . 577979) (-1851 . 577852) (-1852 . 577472) (-1853 . 577304)
+ (-1854 . 577218) (-1855 . 576844) (-1856 . 576749) (-1857 . 576271)
+ (-1858 . 576190) (-1859 . 576002) (-1860 . 575896) (-1861 . 575677)
+ (-1862 . 575519) (-1863 . 575378) (-1864 . 575240) (-1865 . 575169)
+ (-1866 . 574907) (-1867 . 574164) (-1868 . 573955) (-1869 . 573855)
+ (-1870 . 573770) (-1871 . 573541) (-1872 . 573301) (-1873 . 573206)
+ (-1874 . 573172) (-1875 . 573034) (-1876 . 572831) (-1877 . 572613)
+ (-1878 . 572520) (-1879 . 572424) (-1880 . 572390) (-1881 . 572238)
+ (-1882 . 572210) (-1883 . 572156) (-1884 . 572010) (-1885 . 571754)
+ (-1886 . 571696) (-1887 . 571578) (-1888 . 571300) (-1889 . 571179)
+ (-1890 . 571083) (-1891 . 570887) (-1892 . 570045) (-1893 . 569971)
+ (-1894 . 569900) (-1895 . 555813) (-1896 . 555763) (-1897 . 555694)
+ (-1898 . 555529) (-1899 . 555446) (-1900 . 555236) (-1901 . 554966)
+ (-1902 . 554635) (-1903 . 554536) (-1904 . 553896) (-1905 . 553843)
+ (-1906 . 553739) (-1907 . 552396) (-1908 . 552295) (-1909 . 552217)
+ (-1910 . 552017) (-1911 . 551699) (-1912 . 551565) (-1913 . 551503)
+ (-1914 . 551447) (-1915 . 551388) (-1916 . 551282) (-1917 . 551175)
+ (-1918 . 551125) (-1919 . 551097) (-1920 . 550958) (-1921 . 550797)
+ (-1922 . 550606) (-1923 . 550466) (-1924 . 549624) (-1925 . 549541)
+ (-1926 . 549438) (-1927 . 549322) (-1928 . 549245) (-1929 . 549149)
+ (-1930 . 549090) (-1931 . 549003) (-1932 . 548697) (-1933 . 548669)
+ (-1934 . 548354) (-1935 . 548226) (-1936 . 544617) (-1937 . 544460)
+ (-1938 . 544364) (-1939 . 544268) (-1940 . 543907) (-1941 . 543854)
+ (-1942 . 543599) (-1943 . 543540) (-1944 . 543447) (-1945 . 539780)
+ (-1946 . 539661) (-1947 . 539375) (-1948 . 539318) (-1949 . 539199)
+ (-1950 . 539088) (-1951 . 539029) (-1952 . 538892) (-1953 . 538738)
+ (-1954 . 538623) (-1955 . 538535) (-1956 . 538447) (-1957 . 538205)
+ (-1958 . 537925) (-1959 . 537710) (-1960 . 537639) (-1961 . 537353)
+ (-1962 . 536251) (-1963 . 536177) (-1964 . 535999) (-1965 . 535905)
+ (-1966 . 535672) (-1967 . 534705) (-1968 . 534631) (-1969 . 534448)
+ (-1970 . 534300) (-1971 . 533923) (-1972 . 533690) (-1973 . 533662)
+ (-1974 . 533580) (-1975 . 533482) (-1976 . 533359) (-1977 . 533246)
+ (-1978 . 533079) (-1979 . 532966) (-1980 . 532006) (-1981 . 531866)
+ (-1982 . 531824) (-1983 . 530624) (-1984 . 530337) (-1985 . 530260)
+ (-1986 . 529973) (-1987 . 529877) (-1988 . 529654) (-1989 . 529487)
+ (-1990 . 529391) (-1991 . 529247) (-1992 . 529176) (-1993 . 528058)
+ (-1994 . 527985) (-1995 . 527829) (-1996 . 527743) (-1997 . 527256)
+ (-1998 . 527060) (-1999 . 526572) (-2000 . 526417) (-2001 . 526226)
+ (-2002 . 526125) (-2003 . 525568) (-2004 . 525271) (-2005 . 525019)
+ (-2006 . 524990) (-2007 . 524902) (-2008 . 524772) (-2009 . 524719)
+ (-2010 . 524305) (-2011 . 524134) (-2012 . 524003) (-2013 . 523809)
+ (-2014 . 523637) (-2015 . 523293) (-2016 . 523021) (-2017 . 522728)
+ (-2018 . 522025) (-2019 . 521881) (-2020 . 521671) (-2021 . 521585)
+ (-2022 . 521458) (-2023 . 521178) (-2024 . 519397) (-2025 . 519313)
+ (-2026 . 519003) (-2027 . 518948) (-2028 . 518576) (-2029 . 518457)
+ (-2030 . 518372) (-2031 . 518235) (-2032 . 517721) (-2033 . 517623)
+ (-2034 . 517456) (-2035 . 517346) (-2036 . 517318) (-2037 . 517079)
+ (-2038 . 516876) (-2039 . 516772) (-2040 . 516445) (-2041 . 516301)
+ (-2042 . 516191) (-2043 . 515993) (-2044 . 515927) (-2045 . 515756)
+ (-2046 . 515628) (-2047 . 515575) (-2048 . 515509) (-2049 . 515442)
+ (-2050 . 515389) (-2051 . 515093) (-2052 . 515064) (-2053 . 515014)
+ (-2054 . 514937) (-2055 . 514864) (-2056 . 514793) (-2057 . 514713)
+ (-2058 . 514572) (-2059 . 514447) (-2060 . 514317) (-2061 . 513710)
+ (-2062 . 513658) (-2063 . 513479) (-2064 . 513280) (-2065 . 513125)
+ (-2066 . 513048) (-2067 . 512702) (-2068 . 512218) (-2069 . 512032)
+ (-2070 . 511382) (-2071 . 511263) (-2072 . 511036) (-2073 . 510649)
+ (-2074 . 510572) (-2075 . 510322) (-2076 . 510232) (-2077 . 510089)
+ (-2078 . 509981) (-2079 . 509759) (-2080 . 508674) (-2081 . 508572)
+ (-2082 . 508205) (-2083 . 508014) (-2084 . 507881) (-2085 . 507828)
+ (-2086 . 507754) (-2087 . 507648) (-9 . 507620) (-2089 . 507485)
+ (-2090 . 507164) (-2091 . 507098) (-2092 . 507025) (-2093 . 506991)
+ (-2094 . 506897) (-2095 . 506762) (-2096 . 506469) (-2097 . 506340)
+ (-2098 . 506184) (-2099 . 506082) (-8 . 506054) (-2101 . 506025)
+ (-2102 . 505943) (-2103 . 505806) (-2104 . 505355) (-2105 . 505291)
+ (-2106 . 504758) (-2107 . 504674) (-2108 . 504579) (-2109 . 504501)
+ (-2110 . 504405) (-7 . 504377) (-2112 . 504276) (-2113 . 504210)
+ (-2114 . 504127) (-2115 . 504063) (-2116 . 503959) (-2117 . 503666)
+ (-2118 . 503538) (-2119 . 503397) (-2120 . 503323) (-2121 . 503239)
+ (-2122 . 502947) (-2123 . 502733) (-2124 . 502637) (-2125 . 502544)
+ (-2126 . 502369) (-2127 . 502196) (-2128 . 502145) (-2129 . 502038)
+ (-2130 . 501957) (-2131 . 501584) (-2132 . 501535) (-2133 . 501452)
+ (-2134 . 501334) (-2135 . 501251) (-2136 . 501057) (-2137 . 500721)
+ (-2138 . 500583) (-2139 . 499999) (-2140 . 499752) (-2141 . 498306)
+ (-2142 . 498131) (-2143 . 498036) (-2144 . 497932) (-2145 . 497810)
+ (-2146 . 497691) (-2147 . 497563) (-2148 . 497494) (-2149 . 497066)
+ (-2150 . 496910) (-2151 . 496765) (-2152 . 496611) (-2153 . 496553)
+ (-2154 . 496368) (-2155 . 496294) (-2156 . 496115) (-2157 . 496036)
+ (-2158 . 495934) (-2159 . 495805) (-2160 . 495650) (-2161 . 495507)
+ (-2162 . 494903) (-2163 . 494824) (-2164 . 494676) (-2165 . 493859)
+ (-2166 . 493757) (-2167 . 493602) (-2168 . 493495) (-2169 . 493399)
+ (-2170 . 493298) (-2171 . 493072) (-2172 . 492920) (-2173 . 492871)
+ (-2174 . 492261) (-2175 . 492140) (-2176 . 492005) (-2177 . 491903)
+ (-2178 . 491510) (-2179 . 491410) (-2180 . 491378) (-2181 . 491042)
+ (-2182 . 490980) (-2183 . 490776) (-2184 . 490698) (-2185 . 490441)
+ (-2186 . 490369) (-2187 . 490316) (-2188 . 490242) (-2189 . 490192)
+ (-2190 . 489996) (-2191 . 489805) (-2192 . 489602) (-2193 . 489375)
+ (-2194 . 489260) (-2195 . 489123) (-2196 . 488963) (-2197 . 488848)
+ (-2198 . 488792) (-2199 . 488764) (-2200 . 488355) (-2201 . 487840)
+ (-2202 . 487289) (-2203 . 486915) (-2204 . 486658) (-2205 . 486599)
+ (-2206 . 486439) (-2207 . 486232) (-2208 . 486180) (-2209 . 486111)
+ (-2210 . 486059) (-2211 . 485854) (-2212 . 485759) (-2213 . 485727)
+ (-2214 . 485606) (-2215 . 485533) (-2216 . 485300) (-2217 . 485081)
+ (-2218 . 484829) (-2219 . 484728) (-2220 . 484476) (-2221 . 484375)
+ (-2222 . 484262) (-2223 . 484135) (-2224 . 483760) (-2225 . 483590)
+ (-2226 . 483384) (-2227 . 483176) (-2228 . 482730) (-2229 . 482671)
+ (-2230 . 482581) (-2231 . 482501) (-2232 . 481800) (-2233 . 481643)
+ (-2234 . 481343) (-2235 . 481149) (-2236 . 481082) (-2237 . 481003)
+ (-2238 . 480937) (-2239 . 480870) (-2240 . 480521) (-2241 . 480441)
+ (-2242 . 479874) (-2243 . 479137) (-2244 . 479026) (-2245 . 478881)
+ (-2246 . 478779) (-2247 . 478495) (-2248 . 478352) (-2249 . 478292)
+ (-2250 . 478189) (-2251 . 478102) (-2252 . 478028) (-2253 . 477634)
+ (-2254 . 477484) (-2255 . 477423) (-2256 . 477386) (-2257 . 477136)
+ (-2258 . 476896) (-2259 . 476773) (-2260 . 476556) (-2261 . 476419)
+ (-2262 . 475684) (-2263 . 475455) (-2264 . 475170) (-2265 . 475114)
+ (-2266 . 474983) (-2267 . 474747) (-2268 . 474681) (-2269 . 473808)
+ (-2270 . 473713) (-2271 . 473640) (-2272 . 473558) (-2273 . 473421)
+ (-2274 . 473314) (-2275 . 473215) (-2276 . 473008) (-2277 . 472786)
+ (-2278 . 472278) (-2279 . 472226) (-2280 . 472131) (-2281 . 471963)
+ (-2282 . 471890) (-2283 . 471685) (-2284 . 471613) (-2285 . 471512)
+ (-2286 . 471234) (-2287 . 471119) (-2288 . 470996) (-2289 . 470943)
+ (-2290 . 470559) (-2291 . 470493) (-2292 . 470312) (-2293 . 470221)
+ (-2294 . 466922) (-2295 . 466890) (-2296 . 466838) (-2297 . 466722)
+ (-2298 . 466558) (-2299 . 466428) (-2300 . 466058) (-2301 . 466002)
+ (-2302 . 465879) (-2303 . 464677) (-2304 . 464438) (-2305 . 464361)
+ (-2306 . 464257) (-2307 . 463822) (-2308 . 463754) (-2309 . 463412)
+ (-2310 . 463308) (-2311 . 463207) (-2312 . 463116) (-2313 . 463037)
+ (-2314 . 462818) (-2315 . 462741) (-2316 . 462628) (-2317 . 462579)
+ (-2318 . 462393) (-2319 . 462099) (-2320 . 460759) (-2321 . 460701)
+ (-2322 . 460667) (-2323 . 460371) (-2324 . 458209) (-2325 . 458157)
+ (-2326 . 457920) (-2327 . 457849) (-2328 . 457799) (-2329 . 457666)
+ (-2330 . 457414) (-2331 . 457291) (-2332 . 457073) (-2333 . 456974)
+ (-2334 . 456820) (-2335 . 456764) (-2336 . 455583) (-2337 . 455492)
+ (-2338 . 455349) (-2339 . 455184) (-2340 . 454988) (-2341 . 454929)
+ (-2342 . 454818) (-2343 . 454739) (-2344 . 454611) (-2345 . 454515)
+ (-2346 . 453923) (-2347 . 453720) (-2348 . 453596) (-2349 . 453491)
+ (-2350 . 453432) (-2351 . 453289) (-2352 . 453122) (-2353 . 453007)
+ (-2354 . 452956) (-2355 . 452878) (-2356 . 452784) (-2357 . 452647)
+ (-2358 . 452296) (-2359 . 451864) (-2360 . 451798) (-2361 . 451508)
+ (-2362 . 451448) (-2363 . 451254) (-2364 . 451122) (-2365 . 450724)
+ (-2366 . 450622) (-2367 . 450521) (-2368 . 450343) (-2369 . 450315)
+ (-2370 . 450241) (-2371 . 450067) (-2372 . 450035) (-2373 . 449744)
+ (-2374 . 449691) (-2375 . 449612) (-2376 . 448534) (-2377 . 448434)
+ (-2378 . 448170) (-2379 . 448136) (-2380 . 448084) (-2381 . 447966)
+ (-2382 . 447818) (-2383 . 447749) (-2384 . 447519) (-2385 . 447377)
+ (-2386 . 447262) (-2387 . 447174) (-2388 . 447056) (-2389 . 446934)
+ (-2390 . 446881) (-2391 . 446825) (-2392 . 446730) (-2393 . 446512)
+ (-2394 . 446458) (-2395 . 446348) (-2396 . 445922) (-2397 . 445520)
+ (-2398 . 445426) (-2399 . 445250) (-2400 . 445071) (-2401 . 445011)
+ (-2402 . 444918) (-2403 . 444784) (-2404 . 444672) (-2405 . 444602)
+ (-2406 . 444574) (-2407 . 444044) (-2408 . 443562) (-2409 . 443335)
+ (-2410 . 443182) (-2411 . 443109) (-2412 . 442879) (-2413 . 442823)
+ (-2414 . 442752) (-2415 . 442679) (-2416 . 442536) (-2417 . 442304)
+ (-2418 . 442040) (-2419 . 441922) (-2420 . 441759) (-2421 . 441512)
+ (-2422 . 441123) (-2423 . 441023) (-2424 . 440421) (-2425 . 440339)
+ (-2426 . 440239) (-2427 . 439606) (-2428 . 439482) (-2429 . 439311)
+ (-2430 . 438859) (-2431 . 438809) (-2432 . 438726) (-2433 . 438698)
+ (-2434 . 438617) (-2435 . 438501) (-2436 . 438321) (-2437 . 438178)
+ (-2438 . 438126) (-2439 . 438053) (-2440 . 437933) (-2441 . 437408)
+ (-2442 . 437205) (-2443 . 437010) (-2444 . 436831) (-2445 . 436650)
+ (-2446 . 436494) (-2447 . 436442) (-2448 . 436270) (-2449 . 436182)
+ (-2450 . 436081) (-2451 . 436015) (-2452 . 435895) (-2453 . 435839)
+ (-2454 . 435589) (-2455 . 435263) (-2456 . 435156) (-2457 . 435013)
+ (-2458 . 434853) (-2459 . 434534) (-2460 . 434349) (-2461 . 434257)
+ (-2462 . 433695) (-2463 . 433643) (-2464 . 431387) (-2465 . 431169)
+ (-2466 . 430104) (-2467 . 430021) (-2468 . 429925) (-2469 . 429736)
+ (-2470 . 429635) (-2471 . 429604) (-2472 . 429476) (-2473 . 429410)
+ (-2474 . 429123) (-2475 . 428580) (-2476 . 428341) (-2477 . 428011)
+ (-2478 . 427961) (-2479 . 427889) (-2480 . 427838) (-2481 . 427520)
+ (-2482 . 427336) (-2483 . 426992) (-2484 . 426964) (-2485 . 426765)
+ (-2486 . 426254) (-2487 . 426195) (-2488 . 426138) (-2489 . 425619)
+ (-2490 . 425495) (-2491 . 425365) (-2492 . 425170) (-2493 . 425000)
+ (-2494 . 424972) (-2495 . 424913) (-2496 . 424833) (-2497 . 424804)
+ (-2498 . 424659) (-2499 . 423957) (-2500 . 423905) (-2501 . 423789)
+ (-2502 . 423567) (-2503 . 423458) (-2504 . 423305) (-2505 . 423235)
+ (-2506 . 422675) (-2507 . 421996) (-2508 . 421744) (-2509 . 421689)
+ (-2510 . 421581) (-2511 . 421468) (-2512 . 421370) (-2513 . 421196)
+ (-2514 . 420899) (-2515 . 420720) (-2516 . 420385) (-2517 . 420207)
+ (-2518 . 420155) (-2519 . 420087) (-2520 . 419894) (-2521 . 419566)
+ (-2522 . 419184) (-2523 . 419047) (-2524 . 419015) (-2525 . 418860)
+ (-2526 . 418660) (-2527 . 418074) (-2528 . 417821) (-2529 . 417210)
+ (-2530 . 416547) (-2531 . 416445) (-2532 . 416290) (-2533 . 416223)
+ (-2534 . 416099) (-2535 . 415953) (-2536 . 415840) (-2537 . 415684)
+ (-2538 . 415627) (-2539 . 415525) (-2540 . 415092) (-2541 . 414985)
+ (-2542 . 414885) (-2543 . 414833) (-2544 . 413912) (-2545 . 413689)
+ (-2546 . 413566) (-2547 . 413498) (-2548 . 413427) (-2549 . 412923)
+ (-2550 . 412675) (-2551 . 412495) (-2552 . 412379) (-2553 . 412308)
+ (-2554 . 412234) (-2555 . 412068) (-2556 . 411445) (-2557 . 411334)
+ (-2558 . 411207) (-2559 . 411049) (-2560 . 410997) (-2561 . 410927)
+ (-2562 . 410855) (-2563 . 410685) (-2564 . 410155) (-2565 . 410054)
+ (-2566 . 409983) (-2567 . 409930) (-2568 . 409881) (-2569 . 409691)
+ (-2570 . 409444) (-2571 . 409194) (-2572 . 409135) (-2573 . 409078)
+ (-2574 . 408769) (-2575 . 408659) (-2576 . 408627) (-2577 . 408546)
+ (-2578 . 408387) (-2579 . 408075) (-2580 . 407945) (-2581 . 407886)
+ (-2582 . 407728) (-2583 . 407654) (-2584 . 407556) (-2585 . 407479)
+ (-2586 . 407120) (-2587 . 403057) (-2588 . 402954) (-2589 . 402853)
+ (-2590 . 402196) (-2591 . 402167) (-2592 . 402043) (-2593 . 401818)
+ (-2594 . 401714) (-2595 . 401641) (-2596 . 401541) (-2597 . 401489)
+ (-2598 . 401455) (-2599 . 400576) (-2600 . 400261) (-2601 . 399507)
+ (-2602 . 399334) (-2603 . 399049) (-2604 . 398971) (-2605 . 398894)
+ (-2606 . 398615) (-2607 . 398563) (-2608 . 398382) (-2609 . 398149)
+ (-2610 . 398097) (-2611 . 397946) (-2612 . 397863) (-2613 . 397807)
+ (-2614 . 397476) (-2615 . 397313) (-2616 . 397261) (-2617 . 397211)
+ (-2618 . 397159) (-2619 . 397007) (-2620 . 396528) (-2621 . 396464)
+ (-2622 . 396436) (-2623 . 396320) (-2624 . 396217) (-2625 . 396109)
+ (-2626 . 396035) (-2627 . 395591) (-2628 . 395510) (-2629 . 395295)
+ (-2630 . 395261) (-2631 . 395164) (-2632 . 394851) (-2633 . 394750)
+ (-2634 . 394360) (-2635 . 394265) (-2636 . 394187) (-2637 . 391842)
+ (-2638 . 391758) (-2639 . 391231) (-2640 . 391141) (-2641 . 390781)
+ (-2642 . 390710) (-2643 . 390556) (-2644 . 390528) (-2645 . 390426)
+ (-2646 . 390374) (-2647 . 390225) (-2648 . 389637) (-2649 . 389446)
+ (-2650 . 389391) (-2651 . 389033) (-2652 . 388878) (-2653 . 388736)
+ (-2654 . 388659) (-2655 . 388324) (-2656 . 388200) (-2657 . 388144)
+ (-2658 . 387820) (-2659 . 387617) (-2660 . 387545) (-2661 . 387455)
+ (-2662 . 387257) (-2663 . 387076) (-2664 . 386972) (-2665 . 386940)
+ (-2666 . 386751) (-2667 . 386582) (-2668 . 385998) (-2669 . 385927)
+ (-2670 . 385812) (-2671 . 385696) (-2672 . 385496) (-2673 . 385388)
+ (-2674 . 385275) (-2675 . 384764) (-2676 . 384712) (-2677 . 384624)
+ (-2678 . 384494) (-2679 . 384396) (-2680 . 384288) (-2681 . 384135)
+ (-2682 . 384049) (-2683 . 383983) (-2684 . 383888) (-2685 . 383826)
+ (-2686 . 383728) (-2687 . 383169) (-2688 . 382970) (-2689 . 382917)
+ (-2690 . 382748) (-2691 . 382683) (-2692 . 382339) (-2693 . 381878)
+ (-2694 . 381794) (-2695 . 381694) (-2696 . 381528) (-2697 . 381427)
+ (-2698 . 380620) (-2699 . 380061) (-2700 . 379889) (-2701 . 379838)
+ (-2702 . 378646) (-2703 . 378583) (-2704 . 378345) (-2705 . 378273)
+ (-2706 . 378164) (-2707 . 378105) (-2708 . 377836) (-2709 . 377713)
+ (-2710 . 377289) (-2711 . 377071) (-2712 . 377001) (-2713 . 376670)
+ (-12 . 376498) (-2715 . 375823) (-2716 . 375725) (-2717 . 375651)
+ (-2718 . 375555) (-2719 . 375431) (-2720 . 375321) (-2721 . 375074)
+ (-2722 . 374940) (-2723 . 374765) (-2724 . 374500) (-2725 . 374291)
+ (-2726 . 374112) (-2727 . 373990) (-2728 . 373825) (-2729 . 373558)
+ (-2730 . 373429) (-2731 . 373291) (-2732 . 373263) (-2733 . 373103)
+ (-2734 . 373037) (-2735 . 372894) (-2736 . 372800) (-2737 . 372588)
+ (-2738 . 371798) (-2739 . 371710) (-2740 . 371608) (-2741 . 371525)
+ (-2742 . 371439) (-2743 . 371321) (-2744 . 371223) (-2745 . 371130)
+ (-2746 . 371035) (-2747 . 370984) (-2748 . 370890) (-2749 . 370710)
+ (-2750 . 370611) (-2751 . 370517) (-2752 . 370376) (-2753 . 370297)
+ (-2754 . 370151) (-2755 . 370023) (-2756 . 369861) (-2757 . 369735)
+ (-2758 . 369593) (-2759 . 369498) (-2760 . 369361) (-2761 . 368950)
+ (-2762 . 368732) (-2763 . 368646) (-2764 . 368436) (-2765 . 368350)
+ (-2766 . 367970) (-2767 . 367875) (-2768 . 367722) (-2769 . 367636)
+ (-2770 . 367511) (-2771 . 367320) (-2772 . 367152) (-2773 . 367015)
+ (-2774 . 366363) (-2775 . 366311) (-2776 . 366232) (-2777 . 366034)
+ (-2778 . 365878) (-2779 . 365794) (-2780 . 365374) (-2781 . 364817)
+ (-2782 . 364651) (-2783 . 364594) (-2784 . 364479) (-2785 . 364380)
+ (-2786 . 364261) (-2787 . 364145) (-2788 . 364029) (-2789 . 363941)
+ (-2790 . 363649) (-2791 . 363370) (-2792 . 363251) (-2793 . 362970)
+ (-2794 . 362900) (-2795 . 362848) (-2796 . 362747) (-2797 . 362528)
+ (-2798 . 362447) (-2799 . 362318) (-2800 . 362239) (-2801 . 362162)
+ (-2802 . 362090) (-2803 . 361961) (-2804 . 361787) (-2805 . 361608)
+ (-2806 . 361495) (-2807 . 361306) (-2808 . 360930) (-2809 . 360695)
+ (-2810 . 360497) (-2811 . 360440) (-2812 . 360294) (-2813 . 357513)
+ (-2814 . 356365) (-2815 . 356266) (-2816 . 356177) (-2817 . 355927)
+ (-2818 . 355754) (-2819 . 355605) (-2820 . 355539) (-2821 . 355474)
+ (-2822 . 355351) (-2823 . 355232) (-2824 . 355131) (-2825 . 355078)
+ (-2826 . 354716) (-2827 . 354424) (* . 349930) (-2829 . 349300)
+ (-2830 . 349174) (-2831 . 349121) (-2832 . 348962) (-2833 . 348934)
+ (-2834 . 347753) (-2835 . 347607) (-2836 . 347392) (-2837 . 347340)
+ (-2838 . 347237) (-2839 . 347142) (-2840 . 347038) (-2841 . 345450)
+ (-2842 . 345299) (-2843 . 345216) (-2844 . 345068) (-2845 . 345016)
+ (-2846 . 344805) (-2847 . 344660) (-2848 . 344572) (-2849 . 344346)
+ (-2850 . 343929) (-2851 . 343874) (-2852 . 343803) (-2853 . 343481)
+ (-2854 . 343388) (-2855 . 343339) (-2856 . 343135) (-2857 . 343047)
+ (-2858 . 342868) (-2859 . 342816) (-2860 . 342598) (-2861 . 342300)
+ (-2862 . 342074) (-2863 . 342021) (-2864 . 341942) (-2865 . 341865)
+ (-2866 . 341101) (-2867 . 340743) (-2868 . 340471) (-2869 . 340308)
+ (-2870 . 340205) (-2871 . 340137) (-2872 . 339976) (-2873 . 339863)
+ (-2874 . 339783) (-2875 . 339545) (-2876 . 339146) (-2877 . 339069)
+ (-2878 . 338940) (-2879 . 338888) (-2880 . 338694) (-2881 . 338268)
+ (-2882 . 338051) (-2883 . 337979) (-2884 . 337902) (-2885 . 337740)
+ (-2886 . 337249) (-2887 . 337153) (-2888 . 337076) (-2889 . 337023)
+ (-2890 . 336898) (-2891 . 336810) (-2892 . 336579) (-2893 . 335399)
+ (-2894 . 335270) (-2895 . 335112) (-2896 . 334970) (-2897 . 334784)
+ (-2898 . 334724) (-2899 . 334478) (-2900 . 334310) (-2901 . 334015)
+ (-2902 . 333897) (-2903 . 333731) (-2904 . 333644) (-2905 . 333466)
+ (-2906 . 333342) (-2907 . 333221) (-2908 . 332925) (-2909 . 332788)
+ (-2910 . 331926) (-2911 . 331840) (-2912 . 331731) (-2913 . 331623)
+ (-2914 . 331451) (-2915 . 331292) (-2916 . 331067) (-2917 . 330522)
+ (-2918 . 330392) (-2919 . 330341) (-2920 . 330313) (-2921 . 330219)
+ (-2922 . 330046) (-2923 . 329768) (-2924 . 329579) (-2925 . 329406)
+ (-2926 . 329226) (-2927 . 329130) (-2928 . 329043) (-2929 . 327845)
+ (-2930 . 327735) (-2931 . 327075) (-2932 . 326960) (-2933 . 326889)
+ (-2934 . 326794) (-2935 . 326654) (-2936 . 326570) (-2937 . 326412)
+ (-2938 . 326357) (-2939 . 326291) (-2940 . 326176) (-2941 . 325106)
+ (-2942 . 325036) (-2943 . 324588) (-2944 . 324536) (-2945 . 324457)
+ (-2946 . 324364) (-2947 . 324312) (-2948 . 323448) (-2949 . 323390)
+ (-2950 . 323207) (-2951 . 322840) (-2952 . 322752) (-2953 . 322653)
+ (-2954 . 322530) (-2955 . 322335) (-2956 . 322236) (-2957 . 322165)
+ (-2958 . 321875) (-2959 . 321688) (-2960 . 321635) (-2961 . 321362)
+ (-2962 . 321279) (-2963 . 321174) (-2964 . 319988) (-2965 . 319852)
+ (-2966 . 319746) (-2967 . 319690) (-2968 . 319445) (-2969 . 319330)
+ (-2970 . 319102) (-2971 . 318960) (-2972 . 318888) (-2973 . 318678)
+ (-2974 . 318537) (-2975 . 318434) (-2976 . 318177) (-2977 . 316995)
+ (-2978 . 316880) (-2979 . 316809) (-2980 . 316631) (-2981 . 316495)
+ (-2982 . 316398) (-2983 . 316092) (-2984 . 316026) (-2985 . 315971)
+ (-2986 . 315891) (-2987 . 315759) (-2988 . 315232) (-2989 . 315124)
+ (-2990 . 312917) (-2991 . 312813) (-2992 . 310586) (-2993 . 310385)
+ (-2994 . 310160) (-2995 . 310000) (-2996 . 309971) (-2997 . 309888)
+ (-2998 . 309819) (-2999 . 309735) (-3000 . 309655) (-3001 . 309569)
+ (-3002 . 309463) (-3003 . 309183) (-3004 . 308541) (-3005 . 307279)
+ (-3006 . 307081) (-3007 . 306867) (-3008 . 306732) (-3009 . 306558)
+ (-3010 . 306400) (-3011 . 306237) (-3012 . 306163) (-3013 . 306111)
+ (-3014 . 305766) (-3015 . 305717) (-3016 . 305635) (-3017 . 305384)
+ (-3018 . 305300) (-3019 . 304969) (-3020 . 304823) (-3021 . 304708)
+ (-3022 . 304637) (-3023 . 304542) (-3024 . 304464) (-3025 . 304377)
+ (-3026 . 304233) (-3027 . 304180) (-3028 . 304061) (-3029 . 303991)
+ (-3030 . 303857) (-3031 . 303741) (-3032 . 303560) (-3033 . 303321)
+ (-3034 . 303161) (-3035 . 303022) (-3036 . 302661) (-3037 . 302541)
+ (-3038 . 302361) (-3039 . 302241) (-3040 . 302182) (-3041 . 302019)
+ (-3042 . 301704) (-3043 . 301608) (-3044 . 301519) (-3045 . 301367)
+ (-3046 . 301190) (-3047 . 301120) (-3048 . 301040) (-3049 . 300925)
+ (-3050 . 300851) (-3051 . 300305) (-3052 . 300201) (-3053 . 300016)
+ (-3054 . 299964) (-3055 . 299905) (-3056 . 299836) (-3057 . 299782)
+ (-3058 . 299630) (-3059 . 299542) (-3060 . 299482) (-3061 . 299362)
+ (-3062 . 299292) (-3063 . 299242) (-3064 . 299159) (-3065 . 299125)
+ (-3066 . 298973) (-3067 . 298775) (-3068 . 298557) (-3069 . 298498)
+ (-3070 . 298321) (-3071 . 298235) (-3072 . 298037) (-3073 . 297957)
+ (-3074 . 297823) (-3075 . 297771) (-3076 . 297603) (-3077 . 297575)
+ (-3078 . 297492) (-3079 . 297337) (-3080 . 297243) (-3081 . 297170)
+ (-3082 . 297034) (-3083 . 296978) (-3084 . 296671) (-3085 . 296238)
+ (-3086 . 296155) (-3087 . 295991) (-3088 . 295890) (-3089 . 295742)
+ (-3090 . 295647) (-3091 . 295616) (-3092 . 295487) (-3093 . 295299)
+ (-3094 . 295014) (-3095 . 294627) (-3096 . 294569) (-3097 . 294517)
+ (-3098 . 294390) (-3099 . 294295) (-3100 . 294226) (-3101 . 294154)
+ (-3102 . 293996) (-3103 . 293481) (-3104 . 293303) (-3105 . 292993)
+ (-3106 . 292924) (-3107 . 292446) (-3108 . 292130) (-3109 . 291907)
+ (-3110 . 291854) (-3111 . 291763) (-3112 . 291636) (-3113 . 291576)
+ (-3114 . 291389) (-3115 . 291308) (-3116 . 291212) (-3117 . 291126)
+ (-3118 . 290699) (-3119 . 290644) (-3120 . 290334) (-3121 . 290107)
+ (-3122 . 289621) (-3123 . 289569) (-3124 . 289298) (-3125 . 289213)
+ (-3126 . 288932) (-3127 . 288848) (-3128 . 288252) (-3129 . 288137)
+ (-3130 . 288068) (-3131 . 288000) (-3132 . 287872) (-3133 . 287733)
+ (-3134 . 287545) (-3135 . 287443) (-3136 . 287393) (-3137 . 287308)
+ (-3138 . 287174) (-3139 . 286872) (-3140 . 286788) (-3141 . 286692)
+ (-3142 . 286636) (-3143 . 286584) (-3144 . 286498) (-3145 . 286394)
+ (-3146 . 286342) (-3147 . 286221) (-3148 . 286143) (-3149 . 286091)
+ (-3150 . 286003) (-3151 . 285926) (-3152 . 285847) (-3153 . 285750)
+ (-3154 . 285542) (-3155 . 285185) (-3156 . 284590) (-3157 . 283720)
+ (-3158 . 283602) (-3159 . 283478) (-3160 . 283365) (-3161 . 283291)
+ (-3162 . 283214) (-3163 . 283041) (-3164 . 282961) (-3165 . 282734)
+ (-3166 . 282631) (-3167 . 282559) (-3168 . 282401) (-3169 . 282186)
+ (-3170 . 282158) (-3171 . 282085) (-3172 . 281977) (-3173 . 281903)
+ (-3174 . 281837) (-3175 . 281709) (-3176 . 281561) (-3177 . 281252)
+ (-3178 . 281218) (-3179 . 281130) (-3180 . 281049) (-3181 . 280963)
+ (-3182 . 280889) (-3183 . 280611) (-3184 . 280559) (-3185 . 280491)
+ (-3186 . 280271) (-3187 . 280203) (-3188 . 280100) (-3189 . 279503)
+ (-3190 . 279168) (-3191 . 279115) (-3192 . 278228) (-3193 . 278174)
+ (-3194 . 277983) (-3195 . 277840) (-3196 . 277786) (-3197 . 277703)
+ (-3198 . 277609) (-3199 . 277501) (-3200 . 277125) (-3201 . 276962)
+ (-3202 . 276735) (-3203 . 276622) (-3204 . 276509) (-3205 . 276332)
+ (-3206 . 276157) (-3207 . 276085) (-3208 . 276033) (-3209 . 275702)
+ (-3210 . 275647) (-3211 . 275552) (-3212 . 275394) (-3213 . 270056)
+ (-3214 . 269999) (-3215 . 269916) (-3216 . 269855) (-3217 . 269752)
+ (-3218 . 268920) (-3219 . 268864) (-3220 . 268329) (-3221 . 267950)
+ (-3222 . 267790) (-3223 . 267711) (-3224 . 267638) (-3225 . 267500)
+ (-3226 . 267248) (-3227 . 267148) (-3228 . 267075) (-3229 . 267047)
+ (-3230 . 266874) (-3231 . 265576) (-3232 . 265480) (-3233 . 265397)
+ (-3234 . 265220) (-3235 . 265153) (-3236 . 264950) (-3237 . 264843)
+ (-3238 . 264755) (-3239 . 264595) (-3240 . 264542) (-3241 . 264454)
+ (-3242 . 264016) (-3243 . 263876) (-3244 . 263776) (-3245 . 263516)
+ (-3246 . 262942) (-3247 . 262840) (-3248 . 262697) (-3249 . 262660)
+ (-3250 . 262503) (-3251 . 262450) (-3252 . 262394) (-3253 . 262323)
+ (-3254 . 262265) (-3255 . 262106) (-3256 . 261844) (-3257 . 261759)
+ (-3258 . 261675) (-3259 . 261579) (-3260 . 261527) (-3261 . 261364)
+ (-3262 . 261249) (-3263 . 261038) (-3264 . 260983) (-3265 . 260912)
+ (-3266 . 260793) (-3267 . 260571) (-3268 . 260453) (-3269 . 260376)
+ (-3270 . 260315) (-3271 . 260231) (-3272 . 260087) (-3273 . 260015)
+ (-3274 . 259876) (-3275 . 259647) (-3276 . 259477) (-3277 . 259425)
+ (-3278 . 259376) (-3279 . 259344) (-3280 . 259261) (-3281 . 259030)
+ (-3282 . 258978) (-3283 . 258894) (-3284 . 258629) (-3285 . 258507)
+ (-3286 . 258349) (-3287 . 256493) (-3288 . 256434) (-3289 . 256397)
+ (-3290 . 256311) (-3291 . 255970) (-3292 . 255539) (-3293 . 255458)
+ (-3294 . 255139) (-3295 . 255015) (-3296 . 254673) (-3297 . 254554)
+ (-3298 . 254474) (-3299 . 254351) (-3300 . 254220) (-3301 . 254097)
+ (-3302 . 253996) (-3303 . 253854) (-3304 . 253801) (-3305 . 253773)
+ (-3306 . 253720) (-3307 . 253608) (-3308 . 253516) (-3309 . 253430)
+ (-3310 . 253301) (-3311 . 253182) (-3312 . 253110) (-3313 . 252854)
+ (-3314 . 252635) (-3315 . 252532) (-3316 . 252450) (-3317 . 252270)
+ (-3318 . 252059) (-3319 . 251929) (-3320 . 251739) (-3321 . 251665)
+ (-3322 . 251595) (-3323 . 251391) (-3324 . 251326) (-3325 . 251187)
+ (-3326 . 250912) (-3327 . 250769) (-3328 . 250585) (-3329 . 250533)
+ (-3330 . 250336) (-3331 . 249883) (-3332 . 249831) (-3333 . 249747)
+ (-3334 . 249476) (-3335 . 249405) (-3336 . 249334) (-3337 . 249232)
+ (-3338 . 248268) (-3339 . 248168) (-3340 . 248066) (-3341 . 247416)
+ (-3342 . 247294) (-3343 . 247217) (-3344 . 246693) (-3345 . 246535)
+ (-3346 . 246218) (-3347 . 246066) (-3348 . 245949) (-3349 . 245825)
+ (-3350 . 245692) (-3351 . 245565) (-3352 . 245428) (-3353 . 245358)
+ (-3354 . 245281) (-3355 . 245133) (-3356 . 244888) (-3357 . 244814)
+ (-3358 . 244744) (-3359 . 244658) (-3360 . 244561) (-3361 . 244483)
+ (-3362 . 244377) (-3363 . 244300) (-3364 . 244129) (-3365 . 243827)
+ (-3366 . 243733) (-3367 . 243637) (-3368 . 243540) (-3369 . 243322)
+ (-3370 . 243161) (-3371 . 243027) (-3372 . 242905) (-3373 . 242852)
+ (-3374 . 242757) (-3375 . 242634) (-3376 . 242539) (-3377 . 242453)
+ (-3378 . 242030) (-3379 . 241843) (-3380 . 241712) (-3381 . 241635)
+ (-3382 . 241537) (-3383 . 241116) (-3384 . 241064) (-3385 . 240969)
+ (-3386 . 240723) (-3387 . 240256) (-3388 . 239788) (-3389 . 239736)
+ (-3390 . 239403) (-3391 . 238808) (-3392 . 238701) (-3393 . 238531)
+ (-3394 . 238312) (-3395 . 238256) (-3396 . 234921) (-3397 . 234787)
+ (-3398 . 234590) (-3399 . 234314) (-3400 . 233998) (-3401 . 233832)
+ (-3402 . 233711) (-3403 . 233617) (-3404 . 233432) (-3405 . 233205)
+ (-3406 . 233120) (-3407 . 233027) (-3408 . 232775) (-3409 . 232622)
+ (-3410 . 232348) (-3411 . 232033) (-3412 . 231811) (-3413 . 231716)
+ (-3414 . 231621) (-3415 . 231237) (-3416 . 230895) (-3417 . 230772)
+ (-3418 . 230713) (-3419 . 230645) (-3420 . 230318) (-3421 . 230173)
+ (-3422 . 230120) (-3423 . 229994) (-3424 . 229747) (-3425 . 229641)
+ (-3426 . 229419) (-3427 . 229367) (-3428 . 229293) (-3429 . 227861)
+ (-3430 . 227680) (-3431 . 227338) (-3432 . 227173) (-3433 . 227027)
+ (-3434 . 226955) (-3435 . 226681) (-3436 . 226462) (-3437 . 226381)
+ (-3438 . 226225) (-3439 . 226173) (-3440 . 226107) (-3441 . 226030)
+ (-3442 . 225930) (-3443 . 225847) (-3444 . 225511) (-3445 . 225316)
+ (-3446 . 225263) (-3447 . 225058) (-3448 . 224849) (-3449 . 224676)
+ (-3450 . 224420) (-3451 . 224370) (-3452 . 223917) (-3453 . 223762)
+ (-3454 . 223676) (-3455 . 223625) (-3456 . 223507) (-3457 . 223454)
+ (-3458 . 223420) (-3459 . 223307) (-3460 . 223206) (-3461 . 223118)
+ (-3462 . 223023) (-3463 . 222924) (-3464 . 222126) (-3465 . 221965)
+ (-3466 . 221882) (-3467 . 221808) (-3468 . 221753) (-3469 . 221561)
+ (-3470 . 221507) (-3471 . 221370) (-3472 . 220942) (-3473 . 220863)
+ (-3474 . 220794) (-3475 . 220650) (-3476 . 220401) (-3477 . 220149)
+ (-3478 . 220029) (-3479 . 219914) (-3480 . 219831) (-3481 . 219727)
+ (-3482 . 219674) (-3483 . 214506) (-3484 . 214433) (-3485 . 214381)
+ (-3486 . 213131) (-3487 . 213007) (-3488 . 212947) (-3489 . 212635)
+ (-3490 . 212490) (-3491 . 212352) (-3492 . 212241) (-3493 . 211925)
+ (-3494 . 211531) (-3495 . 211221) (-3496 . 211084) (-3497 . 210889)
+ (-3498 . 210721) (-3499 . 210613) (-3500 . 210518) (-3501 . 210368)
+ (-3502 . 210230) (-3503 . 210039) (-3504 . 209926) (-3505 . 209848)
+ (-3506 . 209638) (-3507 . 209609) (-3508 . 209187) (-3509 . 209013)
+ (-3510 . 208889) (-3511 . 208639) (-3512 . 208553) (-3513 . 208476)
+ (-3514 . 208046) (-3515 . 207580) (-3516 . 207042) (-3517 . 206968)
+ (-3518 . 206915) (-3519 . 206833) (-3520 . 206704) (-3521 . 206219)
+ (-3522 . 205947) (-3523 . 205811) (-3524 . 205698) (-3525 . 205621)
+ (-3526 . 205525) (-3527 . 205298) (-3528 . 205233) (-3529 . 205136)
+ (-3530 . 204963) (-3531 . 204787) (-3532 . 204548) (-3533 . 204356)
+ (-3534 . 204203) (-3535 . 204038) (-3536 . 203961) (-3537 . 203590)
+ (-3538 . 203274) (-3539 . 203094) (-3540 . 202846) (-3541 . 202752)
+ (-3542 . 202572) (-3543 . 202498) (-3544 . 202338) (-3545 . 202282)
+ (-3546 . 201939) (-3547 . 201548) (-3548 . 200966) (-3549 . 200761)
+ (-3550 . 200618) (-3551 . 200347) (-3552 . 200281) (-3553 . 200076)
+ (-3554 . 199954) (-3555 . 199616) (-3556 . 199508) (-3557 . 199413)
+ (-3558 . 199339) (-3559 . 199260) (-3560 . 198814) (-3561 . 198671)
+ (-3562 . 198575) (-3563 . 198501) (-3564 . 198317) (-3565 . 198195)
+ (-3566 . 197879) (-3567 . 197541) (-3568 . 197475) (-3569 . 197431)
+ (-3570 . 197310) (-3571 . 196306) (-3572 . 196212) (-3573 . 192052)
+ (-3574 . 191806) (-3575 . 191627) (-3576 . 191574) (-3577 . 191416)
+ (-3578 . 191339) (-3579 . 191279) (-3580 . 191146) (-3581 . 191073)
+ (-3582 . 191039) (-3583 . 190940) (-3584 . 190888) (-3585 . 190791)
+ (-3586 . 190695) (-3587 . 190554) (-3588 . 190468) (-3589 . 190413)
+ (-3590 . 190195) (-3591 . 189901) (-3592 . 189741) (-3593 . 189472)
+ (-3594 . 189259) (-3595 . 189204) (-3596 . 188956) (-3597 . 188754)
+ (-3598 . 188590) (-3599 . 188437) (-3600 . 188272) (-3601 . 188171)
+ (-3602 . 188079) (-3603 . 187493) (-3604 . 186880) (-3605 . 186814)
+ (-3606 . 186654) (-3607 . 186527) (-3608 . 186412) (-3609 . 186046)
+ (-3610 . 185761) (-3611 . 185682) (-3612 . 185630) (-3613 . 178687)
+ (-3614 . 178631) (-3615 . 178384) (-3616 . 177957) (-3617 . 177874)
+ (-3618 . 177678) (-3619 . 177295) (-3620 . 177171) (-3621 . 177085)
+ (-3622 . 176927) (-3623 . 176602) (-3624 . 176498) (-3625 . 176405)
+ (-3626 . 175745) (-3627 . 175271) (-3628 . 175218) (-3629 . 175156)
+ (-3630 . 175103) (-3631 . 175039) (-3632 . 174831) (-3633 . 174757)
+ (-3634 . 174629) (-3635 . 174422) (-3636 . 174239) (-3637 . 173943)
+ (-3638 . 173710) (-3639 . 173612) (-3640 . 173513) (-3641 . 173418)
+ (-3642 . 173274) (-3643 . 173186) (-3644 . 173092) (-3645 . 172992)
+ (-3646 . 172918) (-3647 . 172869) (-3648 . 172813) (-3649 . 172747)
+ (-3650 . 172508) (-3651 . 172458) (-3652 . 172341) (-3653 . 172183)
+ (-3654 . 170887) (-3655 . 169795) (-3656 . 169709) (-3657 . 169463)
+ (-3658 . 169344) (-3659 . 169278) (-3660 . 169186) (-3661 . 169093)
+ (-3662 . 168926) (-3663 . 168258) (-3664 . 168187) (-3665 . 168135)
+ (-3666 . 168073) (-3667 . 167819) (-3668 . 167638) (-3669 . 167513)
+ (-3670 . 167482) (-3671 . 167399) (-3672 . 166645) (-3673 . 165869)
+ (-3674 . 165791) (-3675 . 165671) (-3676 . 165598) (-3677 . 165480)
+ (-3678 . 165359) (-3679 . 165304) (-3680 . 165198) (-3681 . 164908)
+ (-3682 . 164362) (-3683 . 164291) (-3684 . 164150) (-3685 . 164053)
+ (-3686 . 163915) (-3687 . 163806) (-3688 . 163592) (-3689 . 163478)
+ (-3690 . 163404) (-3691 . 163275) (-3692 . 163148) (-3693 . 163030)
+ (-3694 . 162859) (-3695 . 162762) (-3696 . 162452) (-3697 . 162288)
+ (-3698 . 162191) (-3699 . 161992) (-3700 . 161891) (-3701 . 161734)
+ (-3702 . 161675) (-3703 . 161281) (-3704 . 160464) (-3705 . 160386)
+ (-3706 . 160331) (-3707 . 159685) (-3708 . 159590) (-3709 . 159354)
+ (-3710 . 159144) (-3711 . 159026) (-3712 . 158911) (-3713 . 158883)
+ (-3714 . 158734) (-3715 . 158677) (-3716 . 158284) (-3717 . 157757)
+ (-3718 . 157464) (-3719 . 157397) (-3720 . 156805) (-3721 . 156725)
+ (-3722 . 156565) (-3723 . 156439) (-3724 . 156371) (-3725 . 156191)
+ (-3726 . 155840) (-3727 . 155766) (-3728 . 155709) (-3729 . 155586)
+ (-3730 . 155483) (-3731 . 155210) (-3732 . 155026) (-3733 . 154963)
+ (-3734 . 154931) (-3735 . 154903) (-3736 . 154608) (-3737 . 154511)
+ (-3738 . 154428) (-3739 . 154287) (-3740 . 154191) (-3741 . 154081)
+ (-3742 . 153982) (-3743 . 153954) (-3744 . 153899) (-3745 . 153871)
+ (-3746 . 153805) (-3747 . 153381) (-3748 . 153347) (-3749 . 153206)
+ (-3750 . 153178) (-3751 . 152925) (-3752 . 152704) (-3753 . 152546)
+ (-3754 . 152494) (-3755 . 152246) (-3756 . 152185) (-3757 . 152099)
+ (-3758 . 151794) (-3759 . 151757) (-3760 . 151594) (-3761 . 151479)
+ (-3762 . 151334) (-3763 . 150581) (-3764 . 150262) (-3765 . 148130)
+ (-3766 . 147969) (-3767 . 147787) (-3768 . 147269) (-3769 . 147187)
+ (-3770 . 147132) (-3771 . 147000) (-3772 . 146732) (-3773 . 146675)
+ (-3774 . 146397) (-3775 . 146172) (-3776 . 145881) (-3777 . 145763)
+ (-3778 . 145702) (-3779 . 145606) (-3780 . 145554) (-3781 . 144688)
+ (-3782 . 144654) (-3783 . 144499) (-3784 . 144421) (-3785 . 144354)
+ (-3786 . 144284) (-3787 . 144222) (-3788 . 144157) (-3789 . 144104)
+ (-3790 . 144023) (-3791 . 143831) (-3792 . 143732) (-3793 . 143676)
+ (-3794 . 143533) (-3795 . 143299) (-3796 . 143174) (-3797 . 142079)
+ (-3798 . 141971) (-3799 . 141903) (-3800 . 141565) (-3801 . 141210)
+ (-3802 . 141050) (-3803 . 141022) (-3804 . 140663) (-3805 . 140532)
+ (-3806 . 140111) (-3807 . 140038) (-3808 . 139952) (-3809 . 139239)
+ (-3810 . 139169) (-3811 . 139091) (-3812 . 139038) (-3813 . 138944)
+ (-3814 . 138722) (-3815 . 138652) (-3816 . 138550) (-3817 . 137148)
+ (-3818 . 136895) (-3819 . 136825) (-3820 . 136695) (-3821 . 136621)
+ (-3822 . 136515) (-3823 . 136374) (-3824 . 136251) (-3825 . 135977)
+ (-3826 . 135836) (-3827 . 135783) (-3828 . 135625) (-3829 . 135382)
+ (-3830 . 135333) (-3831 . 135095) (-3832 . 134954) (-3833 . 134826)
+ (-3834 . 134753) (-3835 . 134669) (-3836 . 134601) (-3837 . 134469)
+ (-3838 . 134392) (-3839 . 133907) (-3840 . 133745) (-3841 . 133696)
+ (-3842 . 133623) (-3843 . 133468) (-3844 . 133321) (-3845 . 131543)
+ (-3846 . 126029) (-3847 . 125934) (-3848 . 125852) (-3849 . 125703)
+ (-3850 . 125607) (-3851 . 125533) (-3852 . 125390) (-3853 . 125289)
+ (-3854 . 125208) (-3855 . 125097) (-3856 . 124704) (-3857 . 124607)
+ (-3858 . 124215) (-3859 . 123992) (-3860 . 123898) (-3861 . 123846)
+ (-3862 . 123637) (-3863 . 123427) (-3864 . 123276) (-3865 . 122835)
+ (-3866 . 122343) (-3867 . 122291) (-3868 . 122212) (-3869 . 122032)
+ (-3870 . 121894) (-3871 . 121835) (-3872 . 121603) (-3873 . 121547)
+ (-3874 . 121478) (-3875 . 121143) (-3876 . 120961) (-3877 . 120574)
+ (-3878 . 120355) (-3879 . 120225) (-3880 . 120048) (-3881 . 119883)
+ (-3882 . 119801) (-3883 . 119521) (-3884 . 119441) (-3885 . 119355)
+ (-3886 . 119223) (-3887 . 119070) (-3888 . 118607) (-3889 . 118541)
+ (-3890 . 118263) (-3891 . 118179) (-3892 . 118020) (-3893 . 117950)
+ (-3894 . 117546) (-3895 . 117195) (-3896 . 117063) (-3897 . 117010)
+ (-3898 . 116749) (-3899 . 116639) (-3900 . 116473) (-3901 . 116405)
+ (-3902 . 116345) (-3903 . 116192) (-3904 . 115352) (-3905 . 115217)
+ (-3906 . 115121) (-3907 . 114906) (-3908 . 114849) (-3909 . 113853)
+ (-3910 . 113765) (-3911 . 113547) (-3912 . 113437) (-3913 . 113263)
+ (-3914 . 113138) (-3915 . 111915) (-3916 . 111833) (-3917 . 111780)
+ (-3918 . 111491) (-3919 . 111432) (-3920 . 111311) (-3921 . 111092)
+ (-3922 . 110878) (-3923 . 110799) (-3924 . 110702) (-3925 . 110540)
+ (-3926 . 110426) (-3927 . 110352) (-3928 . 110269) (-3929 . 109969)
+ (-3930 . 109866) (-3931 . 109803) (-3932 . 109600) (-3933 . 109503)
+ (-3934 . 109475) (-3935 . 109200) (-3936 . 109076) (-3937 . 108958)
+ (-3938 . 108906) (-3939 . 108874) (-3940 . 108796) (-3941 . 108497)
+ (-3942 . 108040) (-3943 . 107957) (-3944 . 107859) (-3945 . 107716)
+ (-3946 . 107639) (-3947 . 107495) (-3948 . 107443) (-3949 . 107319)
+ (-3950 . 107248) (-3951 . 106978) (-3952 . 106925) (-3953 . 106706)
+ (-3954 . 106633) (-3955 . 105605) (-3956 . 105178) (-3957 . 105126)
+ (-3958 . 104992) (-3959 . 103363) (-3960 . 102936) (-3961 . 102804)
+ (-3962 . 102682) (-3963 . 102450) (-3964 . 102312) (-3965 . 102235)
+ (-3966 . 101954) (-3967 . 101838) (-3968 . 101745) (-3969 . 101671)
+ (-3970 . 101512) (-3971 . 101441) (-3972 . 100582) (-3973 . 99903)
+ (-3974 . 99841) (-3975 . 99702) (-3976 . 99620) (-3977 . 99522)
+ (-3978 . 99315) (-3979 . 99258) (-3980 . 99047) (-3981 . 97751)
+ (-3982 . 97549) (-3983 . 97406) (-3984 . 97205) (-3985 . 97152)
+ (-3986 . 97086) (-3987 . 96931) (-3988 . 96615) (-3989 . 96562)
+ (-3990 . 96435) (-3991 . 96338) (-3992 . 96304) (-3993 . 96172)
+ (-3994 . 95993) (-3995 . 95874) (-3996 . 95784) (-3997 . 95729)
+ (-3998 . 95554) (-3999 . 95498) (-4000 . 95424) (-4001 . 94816)
+ (-4002 . 94505) (-4003 . 94417) (-4004 . 94344) (-4005 . 93615)
+ (-4006 . 93544) (-4007 . 93381) (-4008 . 93259) (-4009 . 93185)
+ (-4010 . 93117) (-4011 . 92844) (-4012 . 92789) (-4013 . 92734)
+ (-4014 . 92247) (-4015 . 91518) (-4016 . 91466) (-4017 . 91392)
+ (-4018 . 91249) (-4019 . 90957) (-4020 . 90826) (-4021 . 90694)
+ (-4022 . 90608) (-4023 . 90513) (-4024 . 90263) (-4025 . 90181)
+ (-4026 . 89505) (-4027 . 89428) (-4028 . 89362) (-4029 . 89257)
+ (-4030 . 89141) (-4031 . 89026) (-4032 . 88921) (-4033 . 88768)
+ (-4034 . 88661) (-4035 . 87843) (-4036 . 86077) (-4037 . 85859)
+ (-4038 . 85295) (-4039 . 84936) (-4040 . 84754) (-4041 . 84701)
+ (-4042 . 84229) (-4043 . 84122) (-4044 . 84067) (-4045 . 83932)
+ (-4046 . 83637) (-4047 . 83530) (-4048 . 82075) (-4049 . 81827)
+ (-4050 . 81263) (-4051 . 81045) (-4052 . 81008) (-4053 . 80896)
+ (-4054 . 80865) (-4055 . 80812) (-4056 . 80656) (-4057 . 80531)
+ (-4058 . 80475) (-4059 . 80422) (-4060 . 80370) (-4061 . 80285)
+ (-4062 . 80233) (-4063 . 78743) (-4064 . 78715) (-4065 . 78151)
+ (-4066 . 78053) (-4067 . 77956) (-4068 . 77925) (-4069 . 77707)
+ (-4070 . 77574) (-4071 . 77503) (-4072 . 77395) (-4073 . 77292)
+ (-4074 . 77124) (-4075 . 77025) (-4076 . 76223) (-4077 . 75549)
+ (-4078 . 75452) (-4079 . 75221) (-4080 . 74921) (-4081 . 74836)
+ (-4082 . 74445) (-4083 . 74261) (-4084 . 74189) (-4085 . 73453)
+ (-4086 . 73380) (-4087 . 73285) (-4088 . 72611) (-4089 . 72441)
+ (-4090 . 72382) (-4091 . 72189) (-4092 . 72068) (-4093 . 71972)
+ (-4094 . 71887) (-4095 . 71817) (-4096 . 71654) (-4097 . 71573)
+ (-4098 . 70984) (-4099 . 70821) (-4100 . 70084) (-4101 . 69803)
+ (-4102 . 69644) (-4103 . 69592) (-4104 . 69480) (-4105 . 69146)
+ (-4106 . 69032) (-4107 . 68979) (-4108 . 68436) (-4109 . 68308)
+ (-4110 . 68220) (-4111 . 67734) (-4112 . 67618) (-4113 . 67501)
+ (-4114 . 66939) (-4115 . 66547) (-4116 . 65686) (-4117 . 65618)
+ (-4118 . 65502) (-4119 . 63925) (-4120 . 63825) (-4121 . 62937)
+ (-4122 . 62851) (-4123 . 62648) (-4124 . 62561) (-4125 . 61917)
+ (-4126 . 61699) (-4127 . 61137) (-4128 . 60890) (-4129 . 60757)
+ (-4130 . 60659) (-4131 . 60607) (-4132 . 60530) (-4133 . 59772)
+ (-4134 . 59719) (-4135 . 59357) (-4136 . 59259) (-4137 . 58087)
+ (-4138 . 57968) (-4139 . 57459) (-4140 . 56897) (-4141 . 54929)
+ (-4142 . 54562) (-4143 . 54467) (-4144 . 54056) (-4145 . 53522)
+ (-4146 . 53349) (-4147 . 53250) (-4148 . 53139) (-4149 . 53076)
+ (-4150 . 52961) (-4151 . 52586) (-4152 . 52433) (-4153 . 51758)
+ (-4154 . 51586) (-4155 . 51555) (-4156 . 51309) (-4157 . 51235)
+ (-4158 . 51207) (-4159 . 51154) (-4160 . 51101) (-4161 . 50910)
+ (-4162 . 49773) (-4163 . 49695) (-4164 . 49020) (-4165 . 46605)
+ (-4166 . 46549) (-4167 . 46490) (-4168 . 46300) (-4169 . 46204)
+ (-4170 . 45925) (-4171 . 45735) (-4172 . 45426) (-4173 . 44963)
+ (-4174 . 44859) (-4175 . 44184) (-4176 . 43892) (-4177 . 43682)
+ (-4178 . 43583) (-4179 . 43439) (-4180 . 43295) (-4181 . 43208)
+ (-4182 . 43156) (-4183 . 43122) (-4184 . 43003) (-4185 . 41787)
+ (-4186 . 41224) (-4187 . 41151) (-4188 . 40997) (-4189 . 40937)
+ (-4190 . 40878) (-4191 . 40795) (-4192 . 40619) (-4193 . 40325)
+ (-4194 . 40254) (-4195 . 40125) (-4196 . 39972) (-4197 . 39846)
+ (-4198 . 39283) (-4199 . 39249) (-4200 . 39122) (-4201 . 39094)
+ (-4202 . 38992) (-4203 . 38834) (-4204 . 38749) (-4205 . 38537)
+ (-4206 . 38289) (-4207 . 38025) (-4208 . 37966) (-4209 . 37403)
+ (-4210 . 37091) (-4211 . 36995) (-4212 . 36966) (-4213 . 36867)
+ (-4214 . 36536) (-4215 . 36321) (-4216 . 35019) (-4217 . 34922)
+ (-4218 . 34784) (-4219 . 34711) (-4220 . 34149) (-4221 . 33566)
+ (-4222 . 33436) (-4223 . 33350) (-4224 . 33218) (-4225 . 33144)
+ (-4226 . 33034) (-4227 . 32890) (-4228 . 32837) (-4229 . 32581)
+ (-4230 . 32019) (-4231 . 31950) (-4232 . 31845) (-4233 . 31771)
+ (-4234 . 31676) (-4235 . 31569) (-4236 . 31461) (-4237 . 31286)
+ (-4238 . 31217) (-4239 . 31024) (-4240 . 30765) (-4241 . 30203)
+ (-4242 . 30086) (-4243 . 29941) (-4244 . 29788) (-4245 . 29625)
+ (-4246 . 29570) (-4247 . 29357) (-4248 . 29216) (-4249 . 28970)
+ (-4250 . 28900) (-4251 . 28718) (-4252 . 27752) (-4253 . 27190)
+ (-4254 . 27077) (-4255 . 26790) (-4256 . 26409) (-4257 . 26264)
+ (-4258 . 26211) (-4259 . 25977) (-4260 . 25924) (-4261 . 25746)
+ (-4262 . 25588) (-4263 . 25428) (-4264 . 24866) (-4265 . 24369)
+ (-4266 . 24036) (-4267 . 23926) (-4268 . 23818) (-4269 . 23686)
+ (-4270 . 23582) (-4271 . 23554) (-4272 . 23466) (-4273 . 23413)
+ (-4274 . 23246) (-4275 . 23184) (-4276 . 23118) (-4277 . 22727)
+ (-4278 . 22544) (-4279 . 22447) (-4280 . 21861) (-4281 . 21495)
+ (-4282 . 21464) (-4283 . 21310) (-4284 . 21238) (-4285 . 21164)
+ (-4286 . 21086) (-4287 . 20991) (-4288 . 20662) (-4289 . 20560)
+ (-4290 . 20402) (-4291 . 20286) (-4292 . 19870) (-4293 . 19790)
+ (-4294 . 19680) (-4295 . 19456) (-4296 . 19080) (-4297 . 16966)
+ (-4298 . 16900) (-4299 . 16615) (-4300 . 16557) (-4301 . 16488)
+ (-4302 . 16152) (-4303 . 16080) (-4304 . 15735) (-4305 . 15683)
+ (-4306 . 15553) (-4307 . 15250) (-4308 . 14849) (-4309 . 14545)
+ (-4310 . 14312) (-4311 . 13959) (-4312 . 13741) (-4313 . 13643)
+ (-4314 . 13502) (-4315 . 13449) (-4316 . 13290) (-4317 . 13207)
+ (-4318 . 13082) (-4319 . 12968) (-4320 . 12862) (-4321 . 12768)
+ (-4322 . 12673) (-4323 . 12526) (-4324 . 12431) (-4325 . 12343)
+ (-4326 . 12288) (-4327 . 12082) (-4328 . 11653) (-4329 . 11495)
+ (-4330 . 11414) (-4331 . 11316) (-4332 . 11235) (-4333 . 11165)
+ (-4334 . 11088) (-4335 . 10902) (-4336 . 10814) (-4337 . 10736)
+ (-4338 . 10643) (-4339 . 10590) (-4340 . 10535) (-4341 . 10482)
+ (-4342 . 10196) (-4343 . 9998) (-4344 . 9918) (-4345 . 9832)
+ (-4346 . 9736) (-4347 . 9565) (-4348 . 9146) (-4349 . 9028)
+ (-4350 . 8884) (-4351 . 8728) (-4352 . 8224) (-4353 . 8122)
+ (-4354 . 8006) (-4355 . 7778) (-4356 . 7750) (-4357 . 7647)
+ (-4358 . 6495) (-4359 . 6428) (-4360 . 6336) (-4361 . 6222)
+ (-4362 . 6098) (-4363 . 6046) (-4364 . 5990) (-4365 . 5938)
+ (-4366 . 5820) (-4367 . 5568) (-4368 . 5360) (-4369 . 5194)
+ (-4370 . 5094) (-4371 . 4956) (-4372 . 4860) (-4373 . 4216)
+ (-4374 . 4118) (-4375 . 4062) (-4376 . 3941) (-4377 . 3810)
+ (-4378 . 3729) (-4379 . 3530) (-4380 . 2779) (-4381 . 2429)
+ (-4382 . 2285) (-4383 . 2147) (-4384 . 1968) (-4385 . 1791)
+ (-4386 . 1707) (-4387 . 1555) (-4388 . 1138) (-4389 . 1050)
+ (-4390 . 897) (-4391 . 656) (-4392 . 418) (-4393 . 359) (-4394 . 291)
+ (-4395 . 30)) \ No newline at end of file